html,body{
  font-family: 'Jost', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #5C5454;
}
a{
  color: #5C5454;
  transition: opacity 0.3s, color 0.3s;
}
a:hover{ opacity: 0.7; }
a svg path{
  transition: fill 0.3s, stroke 0.3s;
}
img,picture{
	max-width: 100%;
	display: block;
}
.overflow{ overflow: hidden; }

.pi{ color: #A96F70; }
.wh{ color: #fff; }

.bg-pi{
  background: #A96F70;
  color: #fff;
}
.bg-gr{
  background: #F5F3F3;
}




body{
  padding-top: min(6.6vw,9rem);
}
.anchor{
  padding-top: min(6.6vw,9rem);
  margin-top: max(-6.6vw,-9rem);
}

.nav{
  width: 100%;
  height: min(6.6vw,9rem);
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;

  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav a.logo{
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(20.56vw,29.6rem);
  height: 100%;
  margin-right: auto;
  position: relative;
  z-index: 3;
}
.nav a.logo img{
  width: 85.8%;
}
.nav ul.nav-li{
  display: flex;
  margin-right: min(1.94vw,2.8rem);
  font-size: 1.4rem;
}
.nav ul.nav-li li + li{
  margin-left: min(1.94vw,2.8rem);
}
.nav ul.nav-btn{
  display: flex;
  margin-right: min(1.39vw,2rem);
  font-size: 1.4rem;
}
.nav ul.nav-btn li + li{
  margin-left: 1.2rem;
}
.nav ul.nav-btn li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 4rem;
}
.nav ul.nav-btn li a.wh-btn{
  background: #fff;
  color: #A96F70;
  border: 1px solid #A96F70;
}
.nav ul.nav-btn li a.pi-btn{
  background: #A96F70;
  color: #fff;
}


.common-header{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 31rem;
  color: #fff;
  text-align: center;
}
.new-visitor .common-header{
  background: url(../images/new-visitor/hd-bg.jpg) center center no-repeat;
  background-size: cover;
}
.about .common-header{
  background: url(../images/about/hd-bg.jpg) center center no-repeat;
  background-size: cover;
}
.faqs .common-header{
  background: url(../images/faqs/hd-bg.jpg) center center no-repeat;
  background-size: cover;
}
.post-type-archive-menu .common-header{
  background: url(../images/menu/hd-bg.jpg) center center no-repeat;
  background-size: cover;
}
.price .common-header{
  background: url(../images/price/hd-bg.jpg) center center no-repeat;
  background-size: cover;
}
.common-header .h1-en{
  font-size: 5.6rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.common-header h1{
  font-size: 2rem;
}


.low-header{
  height: 29.5rem;
  text-align: center;
  position: relative;
}
.low-header::before{
  content: "";
  display: block;
  width: 34.72%;
  height: 100%;
  background-color: #A96F70;
  opacity: 0.05;
  clip-path: polygon(15rem 0,100% 0,100% 100%,0 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.low-header .content{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 1;
}
.low-header ul.pankuzu{
  max-width: calc(100% - 10rem);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
  position: absolute;
  left: 5rem;
  top: 2rem;
}
.low-header h1{
  font-size: 4rem;
}
.low-header h1 small{
  display: block;
  font-size: 75%;
}


.pankuzu-wrap{
  padding-top: 2rem;
}
ul.pankuzu{
  font-size: 1.2rem;
  line-height: 1.5;
}
ul.pankuzu li:first-child a{
  font-weight: 700;
}
ul.pankuzu li{
  display: inline;
}
ul.pankuzu li + li::before{
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 1rem;
  background: url(../images/common/arrow-right-2.svg) center center no-repeat;
  background-size: contain;
  margin: 0 0.8em 0 0.5em;
}


section{
  padding: 8rem 0;
}
section.pt-0{
  padding-top: 0;
}
.hr{
  border-top: 1px solid #C3BCBC;
  margin: 8rem 0;
}
.hr:first-child{
  margin-top: 0;
}


.ttl-1{
  font-size: 3.6rem;
  line-height: 1.44;
  text-align: center;
}
.ttl-1-en{
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
  opacity: 0.5;
  margin: 0.5em 0 4rem;
}
.ttl-1.le,
.ttl-1-en.le{
  text-align: left;
}


.ttl-2{
  font-size: 3.2rem;
  line-height: 1.8;
  text-align: center;
  margin: 8rem 0 4rem;
}
.ttl-2:first-child{
  margin-top: 0;
}
.ttl-2.le{
  text-align: left;
}


.ttl-3{
  font-size: 2.4rem;
  margin: 4rem 0 2rem;
}
.ttl-3:first-child{
  margin-top: 0;
}


.arrow-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28rem;
  height: 6.4rem;
  border: 1px solid #A96F70;
  background: #fff;
  color: #A96F70;
  text-align: center;
  font-weight: 700;
  position: relative;
}
.arrow-btn::before{
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/common/arrow-right.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.3s;
}
.arrow-btn:hover::before{
  right: 1.2rem;
}


.arrow-link{
  display: flex;
  align-items: center;
  width: fit-content;
  color: #A96F70;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.arrow-link::after{
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/arrow-right.svg) center center no-repeat;
  background-size: contain;
  margin-left: 1rem;
  transition: transform 0.3s;
}
.arrow-link:hover::after{
  transform: translateX(0.6rem);
}


ul.cta-btn-li{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
ul.cta-btn-li li{
  display: block;
}
ul.cta-btn-li li a{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  width: 24rem;
  height: 6.4rem;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}
ul.cta-btn-li li a.reserve-btn{
  background: #A97070;
  color: #fff;
}
ul.cta-btn-li li a.line-btn{
  background: #B7A690;
  color: #fff;
}
ul.cta-btn-li li a.contact-btn{
  background: #fff;
  color: #A96F70;
  border: 1px solid #A96F70;
}
ul.cta-btn-li li a::before{
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
ul.cta-btn-li li a.reserve-btn::before{
  background: url(../images/common/ico-reserve_w.svg) center center no-repeat;
  background-size: contain;
}
ul.cta-btn-li li a.line-btn::before{
  background: url(../images/common/ico-line_w.svg) center center no-repeat;
  background-size: contain;
}
ul.cta-btn-li li a.contact-btn::before{
  background: url(../images/common/ico-contact_w.svg) center center no-repeat;
  background-size: contain;
}

a.tel{
  display: block;
  width: fit-content;
  text-align: center;
  margin: 4rem auto 0;
}
a.tel span{
  display: block;
  font-size: 3.6rem;
  line-height: 1.1;
  letter-spacing: 0.08em;
  font-weight: 500;
}
a.tel small{
  font-size: 1.4rem;
}


.tag-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.tag{
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 2.4;
  border-radius: 0.2em;
  padding: 0 0.7em;
  background-color: #b46e6e;
  color: #fff !important;
}


.zoom{
  display: block;
  overflow: hidden;
  will-change: transform;
}
.zoom img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
a.zoom:hover img,
a:hover .zoom img{
  transform: scale3d(1.1,1.1,1.1);
}


.obi-swiper{
  pointer-events: none;
  user-select: none;
}
.obi-swiper .swiper-wrapper{
  transition-timing-function: linear;
}
.obi-swiper img.swiper-slide{
  width: 117.5vw;
  max-width: unset;
}


.cta{
  padding: 5rem 0;
  text-align: center;
}
.cta .ttl-1-en{
  margin-bottom: 3rem;
}
.cta ul.cta-btn-li{
  margin-top: 3.6rem;
}


footer{
  background: #5C5454;
  color: #fff;
  padding: 5rem 0;
}
footer a{
  color: #fff;
}
footer a.bnr{
  display: block;
  width: 67.8rem;
  margin: 0 auto 4.8rem;
}
footer .logo{
  width: 25.5rem;
  margin: 0 auto 3rem;
}
footer ul.f-nav-1,
footer ul.f-nav-2{
  display: flex;
  justify-content: center;
  gap: 2.8rem;
}
footer ul.f-nav-1{
  font-size: 1.4rem;
}
footer ul.f-nav-2{
  font-size: 1.2rem;
  margin-top: 2rem;
}
footer ul.f-nav-1 li,
footer ul.f-nav-2 li{
  display: block;
}
footer .copy{
  font-size: 1.2rem;
  text-align: center;
  opacity: 0.5;
  margin-top: 2rem;
}




/* ロード画面 */
#loading {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading img {
  width: 24rem;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}


/* ページトップ */
#pagetop {
  display: none;
  position: fixed;
  bottom: 1.6rem;
  right: 1.6rem;
  z-index: 997;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  background-color: #A96F70;
}
#pagetop a img {
  width: 1.6rem;
  margin-top: -0.2rem;
}


#fl-bnr{
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 997;
}
#fl-bnr .inner{
  display: flex;
}
#fl-bnr .inner a{
  display: flex;
  justify-content: center;
  width: 100%;
  opacity: 1;
}
#fl-bnr .inner a img{
  max-width: calc(100% + 1px);
}




/*　PC
------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 769px){
.sp{ display: none !important; }

html{ font-size: 10px; }
body{
  font-size: 1.6rem;
  line-height: 2;
}

.content{
  width: 100%;
	max-width: 114rem;
  padding: 0 5rem;
	margin: 0 auto;
}
.content.w64{
  max-width: 74rem;
}




/*　タブレット
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1140px){

html{ font-size: 0.877vw; }




}/*　タブレットここまで */
}/*　PCここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px){
.pc{ display: none !important; }

html{ font-size: 2.56vw; }
body{
  font-size: 1.4rem;
  line-height: 1.7;
}

.content{
	width: 100%;
	padding: 0 2rem;
}




body{
  padding-top: 6.4rem;
}
.anchor{
  padding-top: 6.4rem;
  margin-top: -6.4rem;
}

.nav{
  height: 6.4rem;
}
.nav a.logo{
  width: 21rem;
}


#nav-open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  margin-left: auto;
  position: relative;
  z-index: 3;
}
#nav-open span,#nav-open span:before,#nav-open span:after {
  content: "";
  display: block;
  background: #5C5454;
  height: 2px;
  width: 2.8rem;
  position: absolute;
  transition: .3s ease-in-out;
}
#nav-open span{
  transition: background 0s .15s;
}
#nav-open span:before {
  bottom: 0.8rem;
  transform: rotate(0);
  transition: bottom .15s .15s, transform .15s;
}
#nav-open span:after {
  bottom: -0.8rem;
  transform: rotate(0);
  transition: bottom .15s .15s, transform .15s;
}

#nav-content {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10rem 0 5rem;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */

  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
#nav-content::before{
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 0;
}
/* バー非表示 Chrome・Safari用 */
#nav-content::-webkit-scrollbar{
  display: none;
}
#nav-content.active {
  opacity: 1;
  pointer-events: unset;
}
#nav-open.active span {
  background: transparent;
}
#nav-open.active span:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom .15s, transform .15s .15s;
}
#nav-open.active span:after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom .15s, transform .15s .15s;
}


ul.h-nav-1,
ul.h-nav-2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 1.6rem;
}
ul.h-nav-1{
  row-gap: 0.8em;
}
ul.h-nav-2{
  row-gap: 0.5em;
  margin-top: 0.6em;
}
ul.h-nav-2 a{
  font-weight: 500;
  color: #A96F70;
}
#nav-content ul.cta-btn-li{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  margin-top: 2rem;
}
#nav-content ul.cta-btn-li li:last-child{
  grid-column: span 2;
}
#nav-content a.tel small{
  font-size: 1.2rem;
}
#nav-content .detail{
  line-height: 1.5;
  margin-top: 2rem;
}
#nav-content .detail p + p{
  margin-top: 1em;
}
#nav-content .detail a{
  font-weight: 700;
  text-decoration: underline;
}


.common-header{
  height: 22rem;
}
.new-visitor .common-header{
  background: url(../images/new-visitor/hd-bg_sp.jpg) center center no-repeat;
  background-size: cover;
}
.about .common-header{
  background: url(../images/about/hd-bg_sp.jpg) center center no-repeat;
  background-size: cover;
}
.faqs .common-header{
  background: url(../images/faqs/hd-bg_sp.jpg) center center no-repeat;
  background-size: cover;
}
.post-type-archive-menu .common-header{
  background: url(../images/menu/hd-bg_sp.jpg) center center no-repeat;
  background-size: cover;
}
.price .common-header{
  background: url(../images/price/hd-bg_sp.jpg) center center no-repeat;
  background-size: cover;
}
.common-header .h1-en{
  font-size: 3.2rem;
}
.common-header h1{
  font-size: 1.4rem;
}


.low-header{
  height: 22rem;
}
.low-header::before{
  width: 19.4rem;
  clip-path: polygon(11rem 0,100% 0,100% 100%,0 100%);
}
.low-header ul.pankuzu{
  max-width: calc(100% - 4rem);
  position: absolute;
  left: 2rem;
  top: 1.6rem;
}
.low-header h1{
  font-size: 2.4rem;
}


.pankuzu-wrap{
  padding-top: 1.6rem;
}


section{
  padding: 4rem 0;
}
.hr{
  margin: 4rem 0;
}


.ttl-1{
  font-size: 2rem;
  line-height: 1.6;
}
.ttl-1-en{
  margin: 0.3em 0 3.5rem;
}


.ttl-2{
  font-size: 2rem;
  margin: 4rem 0 2.4rem;
}


.ttl-3{
  font-size: 1.8rem;
  margin: 3rem 0 1rem;
}


.arrow-btn{
  width: 100%;
  height: 5.2rem;
}


.arrow-link::after{
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.8rem;
}
.arrow-link:hover::after{
  transform: translateX(0.4rem);
}


ul.cta-btn-li{
  flex-wrap: wrap;
  gap: 1.2rem;
}
ul.cta-btn-li li{
  width: 100%;
}
ul.cta-btn-li li a{
  width: 100%;
  height: 5.2rem;
  font-size: 1.4rem;
}

a.tel{
  margin: 2rem auto 0;
}
a.tel span{
  font-size: 2.4rem;
  line-height: 1.2;
}
a.tel small{
  font-size: 1.4rem;
}


.tag-wrap{
  gap: 0.5rem;
}
.tag{
  font-size: 1.1rem;
}


.obi-swiper img.swiper-slide{
  width: 300vw;
}


.cta{
  padding: 4rem 0;
}
.cta .ttl-1-en{
  margin-bottom: 2rem;
}
.cta p{
  text-align: left;
}
.cta ul.cta-btn-li{
  margin-top: 2.4rem;
}


footer{
  padding: 4rem 0 10.5rem;
}
footer a.bnr{
  width: 100%;
  margin: 0 auto 4rem;
}
footer .logo{
  margin: 0 auto 3rem;
}
footer ul.f-nav-1,
footer ul.f-nav-2{
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 1.2rem;
  font-size: 1.2rem;
}
footer ul.f-nav-2{
  margin-top: 1.2rem;
}
footer .copy{
  margin-top: 1.2rem;
}


#loading img {
  width: 20rem;
}


/* ページトップ */
#pagetop {
  bottom: 8rem;
}




}/*　スマホここまで */



