@charset "utf-8";

/*==================================================

BASE

==================================================*/
html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	color: #2E2F34;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-style: normal;
	font-size: 1.6rem;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt";
	letter-spacing: 0;
  background: url("../images/shared/bg.png") 0 0 repeat;
  background-attachment: fixed;
  background-size: cover;
}
main {
  background: url("../images/shared/bg.png") 0 0 repeat;
  background-attachment: fixed;
  background-size: cover;
}

body.menu-open{
	overflow: hidden;
}
html.menu-open{
	overflow: hidden;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
  color: #2E2F34;
	text-decoration: none;
	cursor: pointer;
}
/*==================================================

全ページ共通

==================================================*/
/* PC */
@media print, screen and (min-width: 768px) {
	html {
		font-size: 10px;
	}
	.sp {
		display: none!important;
	}
	a:hover {
		text-decoration: underline;
	}
}

/* SP */
@media screen and (max-width: 767px) {
	html {
		font-size: 2.67vw;/*375*/
	}
	.pc {
		display: none!important;
	}
}

/*==================================================

ヘッダー

==================================================*/

/* レイアウト 
--------------------------------------------------*/
.l-header__inner{
	width: 100%;
	position:fixed;
	top: 0;
	left: 0;
	z-index: 101;
  mix-blend-mode: difference;
}

/* .menu-open .l-header{
  mix-blend-mode: normal;
}

.menu-open .l-header__logo,
.menu-open .nav-global
{
  mix-blend-mode: difference;
} */

/* .nav-global a{
  color: #fff!important;
} */

.l-header a{
	text-decoration: none;
	display: block;
}
.l-header__logo{
  position:absolute;
  z-index: 200;
}
.l-header__logo img{
  mix-blend-mode: multiply;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .l-header__inner{
		height:7.4rem;
	}
	.l-header__logo{
		width: 25.2rem;
    top: 3.46rem;
		left:3.26rem;
	}
}

/* SP */
@media screen and (max-width: 767px){	
  .l-header__inner{
		height:5.2rem;
	}
	.l-header__logo{
		width: 17.8rem;
    top: 2.2rem;
		left:1.5rem;
	}
}

/* グローバルナビ
--------------------------------------------------*/
.nav-global ul,
.nav-language{
  font-family: "Bodoni Moda";
  z-index: 200;
  position:absolute;
  display: flex;
  justify-content: flex-end;
  width: auto;
}
.nav-global a{
  color: #fff;
}
.l-header__menuEnglish,
.l-header__reservation{
  -webkit-font-smoothing: auto;  
}
.nav-language{
  color: rgba(255,255,255,0.7);
}
.nav-language:before{
  color: #fff;
  content: "/";
  position: absolute;
  top: 1.3rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
  font-weight: bold;
}
.nav-language li.current span{
  color: #fff;
  position: relative;
}
.nav-language li.current span:before,
.nav-language li.current span:after{
  background-color: #fff;
  content: "";
  position: absolute;
  display: block;
}
.nav-language li.current span:before{
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.nav-language li.current span:after{
  height: 0.1rem;
  content: "";
  position: absolute;
  display: block;
  bottom: -0.3rem;
  left: 0;
  right: 0;
}
/* .menu-open .nav-global a,
.menu-open .nav-language li.current,
.menu-open .nav-language:before{
	color: #2E2F34;  
}
.menu-open .nav-language li{
	color: #747475;  
}
.menu-open .nav-language li.current:before,
.menu-open .nav-language li.current:after{
  background-color: #2E2F34;
} */
/* PC */
@media print,only screen and (min-width: 768px){ 
	.nav-global ul,
  .nav-language{
    font-size: 1.8rem;
	}
	.nav-global ul{
    top: 3rem;
    right: 20.2rem;
    gap:0 1.6rem;
	}
	.nav-global li a{
		font-size: 1.8rem;
		padding: 0.8rem 0;
    transition: all .3s ease;
	 }
	.nav-global li a:hover{
    color: rgba(255,255,255,0.7);
	 }
  .nav-language{
    top: 3rem;
    right: 12.8rem;
    gap:0 1.8rem;
		padding: 0.8rem 0;
  }
  .nav-language a{
    transition: all .3s ease;
  }
  .nav-language a:hover{
    color: #fff;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .nav-language{
    font-size: 1.8rem;
    top: 1rem;
    right: 7.1rem;
    gap:0 1.8rem;
		padding: 0.8rem 0;
  }
}

/* ハンバーガー
--------------------------------------------------*/
.m-hamburger{
  position: absolute;
  cursor: pointer;
  z-index: 100;
  caret-color: transparent;
}
.m-hamburger__lines{
  height: 80%;
  width:100%;
  margin: 0 auto;
  position: relative;
}
.m-hamburger__lines>div{
  background-color: #fff;
  width:100%;
  height:2%;
  transition: transform .3s ease, opacity .3s ease;
  position: absolute;
  left:0;
  top:50%;
}
/* .menu-open .m-hamburger__lines>div{
  background-color: #2E2F34;
} */
.m-hamburger__lines>div:first-child{
  transform: translateY(-1000%);
}
.m-hamburger__lines>div:last-child{
  width: 50%;
  transform: translateY(1000%);
}
.menu-open .m-hamburger__lines>div:first-child{
  transform: rotate(225deg);
}
.menu-open .m-hamburger__lines>div:nth-child(2){
  transform: translateX(-50%);
  opacity: 0;
}
.menu-open .m-hamburger__lines>div:last-child{
  width: 100%;
  transform: rotate(-225deg);
}
/* PC */
@media print,only screen and (min-width: 768px){ 
  .m-hamburger{
    width: 6.4rem;
    height: 4.2rem;
    top: 3.35rem;
    right: 3.1rem;
    transition: all .3s ease;
  }
  .menu-open .m-hamburger{
    width: 4.2rem;
    height: 4.2rem;
  }
  .menu-open .m-hamburger:hover .m-hamburger__lines>div{
    background-color: #757474;
  }
  .menu-open .m-hamburger:hover .m-hamburger__lines>div:first-child{
    transform: rotate(220deg);
  }
  .menu-open .m-hamburger:hover .m-hamburger__lines>div:last-child{
    width: 100%;
    transform: rotate(-220deg);
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .m-hamburger{
    width: 3.2rem;
    height: 3.2rem;
    top: 1.7rem;
    right: 1.3rem;
  }
  .menu-open .m-hamburger{
    width: 3.5rem;
    height: 3.5rem;
  }
}

/* メニュー
--------------------------------------------------*/
.l-header__menus{
  background: url("../images/shared/bg.png") 0 0 repeat;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom:0;
  z-index: 100;
  display: none;
}
.l-header__menuEnglish{
  line-height: 1;
  font-family: "Bodoni Moda";
  display: block;
}
.l-header__menuJapanese{
  display: block;
}
.l-header__reservation{
  font-family: "Bodoni Moda";
  text-align: right;
  font-style: italic;
}
.l-header__reservation a{
  padding-right: 10.8rem;
  position: relative;
}
.l-header__reservation a:before,
.l-header__reservation a:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.l-header__reservation a:before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64.16' height='6.95' viewBox='0 0 64.16 6.95'%3E%3Cpath id='パス_1' data-name='パス 1' d='M64,.5H0v-1H61.526c-2.145-1.045-5.158-2.917-6.26-5.566l.923-.384C57-4.5,59.1-2.985,60.726-2.058A21.992,21.992,0,0,0,64.16-.474Z' transform='translate(0 6.45)' fill='%23767883'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 3;
}
.l-header__reservation a:after{
  background-color: #e2e3e6;
  border-radius: 50%;
  right: 0;
}
.l-header__menu01{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.l-header__menu02 a[target="_blank"]{
}
.l-header__menu02 a[target="_blank"] .l-header__menuEnglish:after{
  content: "";
  background: url("../images/shared/target2.svg") center center no-repeat;
  filter: invert(57%) sepia(5%) saturate(580%) hue-rotate(193deg) brightness(90%) contrast(94%);
  background-size: 100% auto;
  display: inline-block;
}
/* PC */
@media print,only screen and (min-width: 768px){ 
  .l-header__menus{
    padding: 23rem 7.2rem 21.3rem 7.2rem;
  }
  .l-header__menusIn{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap:0 5.6rem;
  }
  .l-header__menuEnglish{
    font-size: 6.6rem;
  }
  .l-header__menuJapanese{
    font-size: 1.3rem;
  }
  .l-header__menu02 .l-header__menuEnglish{
    font-size: 3.6rem;
  }
  .l-header__menu01{
    width: 95rem;
    height: 35rem;
    gap:0 4.8rem;
  }
  body.en .l-header__menu01{
    height: 29rem;
  }
  .l-header__menu01 li{
    margin-bottom: 3rem;
  }
  .l-header__menu02 li{
    width: 32rem;
    margin-bottom: 3rem;
  }
  .l-header__menu01 a,
  .l-header__menu02 a{
    transition: all .3s ease;
  }
  .l-header__menu01 a:hover,
  .l-header__menu02 a:hover{
    color: #87888b;
  }
  .l-header__menu02 a[target="_blank"]{
  }
  .l-header__menu02 a[target="_blank"] .l-header__menuEnglish:after{
    width: 1.8rem;
    height: 1.8rem;
    margin-left: 1rem;
  }
  .l-header__menu02 a[target="_blank"]:hover .l-header__menuEnglish:after{
    filter: invert(79%) sepia(1%) saturate(1812%) hue-rotate(193deg) brightness(90%) contrast(85%);
  }
  .l-header__menu02{
    margin-top: 2rem;
  }
  .l-header__reservation{
    font-size: 4.8rem;
    margin-top: 5.2rem;
  }
  .l-header__reservation a{
    padding-right: 11.2rem;
    transition: all .3s ease;
  }
  .l-header__reservation a:hover{
    padding-right: 11rem;
  }
  .l-header__reservation a:before{
    width: 7.2rem;
    height: 0.98rem;
    right: 1.8rem;
  }
  .l-header__reservation a:after{
    width: 4.8rem;
    height: 4.8rem;
    transition: all .3s ease;
  }
  .l-header__reservation a:hover:before{
    width: 7.2rem;
    height: 0.98rem;
    right: 1.8rem;
  }
  .l-header__reservation a:hover:after{
    transform: scale(1.33);
    background-color: rgba(23,19,56,0.3);
  }
  .l-header__anygift{
    position: absolute;
    top: 27rem;
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1050px) {
  .l-header__menu01{
    height: 31rem;
  }
  body.en .l-header__menu01{
    height: 26rem;
  }
  .l-header__menuEnglish{
    font-size: 4.4rem;
  }
  .l-header__menuJapanese{
    font-size: 1.1rem;
  }
  .l-header__menu02 .l-header__menuEnglish{
    font-size: 3.4rem;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .l-header__menus{
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		height: 100vh;
    padding: 11.6rem 2rem 5rem 2rem;
  }
  .l-header__menusIn{
    position: relative;
    padding-bottom: 1.4rem;
  }
  .l-header__menuEnglish{
    font-size: 2.6rem;
  }
  .l-header__menuJapanese{
    font-size: 1rem;
  }
  .l-header__menu02 .l-header__menuEnglish{
    font-size: 1.8rem;
  }
  .l-header__menu02 a[target="_blank"]{
    padding-right: 1.2rem;
  }
  .l-header__menu02 a[target="_blank"] .l-header__menuEnglish:after{
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.5rem;
  }
  .l-header__menu01{
    height: 22rem;
    gap:1.3rem 2.5rem;
    margin: 0 2rem;
  }
  body.en .l-header__menu01{
    height: 17rem;
    gap:2rem 2.5rem;
  }
  .l-header__menu02{
    display: flex;
    justify-content: space-between;
    margin: 17rem 0.8rem 5.2rem 0.8rem;
  }
  .l-header__reservation{
    font-size: 3rem;
  }
  .l-header__reservation a{
    padding-right: 7.4rem;
  }
  .l-header__reservation a:before{
    width: 4.8rem;
    height: 0.62rem;
    right: 1.1rem;
  }
  .l-header__reservation a:after{
    width: 3.2rem;
    height: 3.2rem;
  }
  .l-header__anygift{
    margin: 1rem 0 0 2rem;

    .anygift-gift-ui__container{
      width: 260px;
      max-width: 100%;

      .anygift-gift-ui__main-button{
        height: 44px;
        font-size: 14px !important;
      }
    }
  }
}

/*==================================================

フッター

==================================================*/
/* リンク
--------------------------------------------------*/
.l-footer{
  position: relative;
  z-index:51;
  opacity:0;
}

body.loaded .l-footer{

  opacity:1;
}

.l-footer__bottom{
  position:relative;
  background-color: #fff;
}
.l-footer__list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
.l-footer__list a{
  background-color: #fff;
  display: block;
  text-align: center;
  position: relative;
}
.l-footer__list a:after,
.l-footer__list a:before{
  background-color: #e3e4e8;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
}
.l-footer__english{
  font-family: "Bodoni Moda";
}

.l-footer__image{
  overflow:hidden;
  /* z-index:10; */
  /* height:100vh;
  width:100vw;
  background-color:#f00; */
  position: fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  /* background: url('../images/link-picture.jpg') 0 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow:hidden; */
  pointer-events: none;
}

.l-footer__image img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.l-footer__01{
  position: relative;
}
.l-footer a{
	display: block;
}
.nav-footers{
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.l-footer__address{
  font-size: 1.2rem;
  letter-spacing: .04em;
  line-height: 2;
}
.l-footer__02{
  display: flex;
  justify-content: space-between;
}
.nav-footer02{
  display: flex;
}
.nav-footer02 li{
  position: relative;
}
.nav-footer02 li:nth-child(2):before{
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.nav-footerReservation{
  font-family: "Bodoni Moda";
  text-align: right;
  font-style: italic;
}
.nav-footerReservation a{
  padding-right: 10.8rem;
  position: relative;
}
.nav-footerReservation a:before,
.nav-footerReservation a:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.nav-footerReservation a:before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64.16' height='6.95' viewBox='0 0 64.16 6.95'%3E%3Cpath id='パス_1' data-name='パス 1' d='M64,.5H0v-1H61.526c-2.145-1.045-5.158-2.917-6.26-5.566l.923-.384C57-4.5,59.1-2.985,60.726-2.058A21.992,21.992,0,0,0,64.16-.474Z' transform='translate(0 6.45)' fill='%23767883'/%3E%3C/svg%3E");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
}
.nav-footerReservation a:after{
  background-color: #e2e3e6;
  border-radius: 50%;
  right: 0;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .l-footer{
    position: relative;
    padding-top:150vh; 
    overflow:hidden;
  }

  .l-footer__bottom{
    position: relative;
  }
  .l-footer__inner{
    /* margin-top: -35.5rem; */
  }

  .l-footer__list li{
    width: calc( 100% / 3 );
  }
  .l-footer__list a{
    border-radius: 5.8rem 5.8rem 0 0;
    padding: 8.2rem 1rem 3.6rem 1rem;
  }
  .l-footer__list a:hover{
    text-decoration: none;
  }
  .l-footer__list a:before{
    left: 2.35rem;
    right: 2.35rem;
  }
  .l-footer__list a:after{
    width: 1rem;
    background-color: #d4d4d6;
    left: 2.35rem;
    transition: all .5s ease;
  }
  .l-footer__list a:hover:after{
    width: calc( 100% - 4.7rem );
    left: 2.35rem;
  }
  .l-footer__list span{
    position: relative;
  }
  .l-footer__list span:after,
  .l-footer__list span:before{
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 5.4rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all .3s ease;
    z-index: 5;
  }
  .l-footer__list span:before{
    background-color: #E7E8EB;
  }
  .l-footer__list span:after{
    background-color: #fff;
  }
  .l-footer__list span:hover:before{
    transform: scale(10);
  }
  .l-footer__english{
    font-size: 2.4rem;
  }
  .l-footer__japanese{
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
  }
  .l-footer__text{
    min-height: 3em;
    font-size: 1.3rem;
    letter-spacing: .04em;
  }
  .l-footer__01{
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.2rem;
    padding: 15.2rem 3.2rem 0 3.2rem;
  }
  .l-footer__logoaddress,
  .nav-footers{
    width: 50%;
    margin-left: 5rem;
  }
  .l-footer__logo{
    width: 25.2rem;
    margin-bottom: 2rem;
  }
  .nav-footers{
    font-size: 2rem;
    gap:0 4.2rem;
    margin-top: 0.5rem;
  }
  .nav-footer li{
    margin-bottom: 0.5rem;
  }
  .nav-footer a{
    transition: all .3s ease;
  }
  .nav-footer a:hover{
    color: #8b8b8e;
    text-decoration: none;
  }
  .l-footer__02{
    padding: 0 3.2rem 5.4rem 3.2rem;
  }
  .nav-footer02{
    font-size: 1.2rem;
    letter-spacing: .04em;
    gap:0 1.5rem;
    color: #81838E;
  }
  .l-footer__02 a{
    color: #81838E;
  }
  .nav-footer02 li:nth-child(2):before{
    left: -1.2rem;
  }
  .nav-footer02{
    font-size: 1.2rem;
    letter-spacing: .04em;
    gap:0 1.5rem;
  }
  .l-footer__copy{
    font-size: 1.1rem;
  }
  .nav-footerReservation{
    font-size: 2rem;
    padding: 0 3.2rem 3.6rem 3.2rem;
  }
  .nav-footerReservation a{
    padding-right: 7rem;
    transition: all .3s ease;
  }
  .nav-footerReservation a:hover{
    padding-right: 6.8rem;
    text-decoration: none;
  }
  .nav-footerReservation a:before{
    width: 4.41rem;
    height: 0.7rem;
    right: 1.2rem;
  }
  .nav-footerReservation a:after{
    width: 3.2rem;
    height: 3.2rem;
    transition: all .3s ease;
  }
  .nav-footerReservation a:hover:after{
    transform: scale(1.25);
    background-color: rgba(23,19,56,0.3);
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .l-footer{
    position: relative;
    padding-top:150vh; 
    overflow:hidden;
  }
  .l-footer__inner{
    margin-top: -14rem;
  }
  .l-footer__list li{
    width: 50%;
  }
  .l-footer__list a{
    border-radius: 3rem 3rem 0 0;
    padding: 3.3rem 1rem 3.2rem 1rem;
  }
  .l-footer__list li:last-child{
    width: 100%;
  }
  .l-footer__list li:last-child a{
    border-radius: 0;
  }
  .l-footer__list a:after{
    left: 1rem;
    right: 1rem;
  }
  .l-footer__english{
    font-size: 2rem;
  }
  .en .l-footer__english{
    font-size: 1.8rem;
  }
  .l-footer__japanese{
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
  }
  .l-footer__text{
    font-size: 0.9rem;
    line-height: 1.77;
  }
  .l-footer__01{
    padding:6.5rem 2rem 4rem 2rem;
  }
  .l-footer__logoaddress{
    margin-bottom: 5.6rem;
  }
  .l-footer__logo{
    width: 17.8rem;
    margin-bottom: 2rem;
  }
  .nav-footers{
    font-size: 2.2rem;
    gap:0 2.4rem;
  }
  .l-footer__address{
    line-height: 1.7;
  }
  .nav-footer li{
    margin-bottom: 1.5rem;
  }
  .l-footer__02{
    padding: 0 2rem 2rem 2rem;
  }
  .nav-footer02{
    font-size: 1.2rem;
    letter-spacing: .04em;
    gap:0 1.5rem;
    color: #2E2F34;
  }
  .l-footer__02 a{
    color: #2E2F34;
  }
  .nav-footer02 li:nth-child(2):before{
    left: -1.2rem;
  }
  .nav-footer02{
    font-size: 1.2rem;
    letter-spacing: .04em;
    gap:0 1.5rem;
    order: 2;
  }
  .l-footer__copy{
    font-size: 1.1rem;
    order: 1;
  }
  .nav-footerReservation{
    font-size: 2rem;
    padding: 0 3.2rem 3.6rem 3.2rem;
  }
  .nav-footerReservation a{
    padding-right: 7rem;
    transition: all .3s ease;
  }
  .nav-footerReservation a:hover{
    padding-right: 6.8rem;
    text-decoration: none;
  }
  .nav-footerReservation a:before{
    width: 4.41rem;
    height: 0.7rem;
    right: 1.2rem;
  }
  .nav-footerReservation a:after{
    width: 3.2rem;
    height: 3.2rem;
    transition: all .3s ease;
  }
  .nav-footerReservation a:hover:after{
    transform: scale(1.25);
    background-color: rgba(23,19,56,0.3);
  }
}
/*==================================================

reservation追従ボタン

==================================================*/

.m-reservation{
  font-family: "Bodoni Moda";
  text-align: right;
  font-style: italic;
  position: fixed;
  z-index: 99;
  transition: opacity .3s ease;
}

.m-reservation.-hidden{
  opacity:0;
  pointer-events: none;
}
.m-reservation a{
  background-color: rgba(46,47,52,0.7);
  position: relative;
  color: #fff;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .m-reservation{
    font-size: 2rem;
    bottom: 1.3rem;
    right: 0;
  }
  .m-reservation a{
    padding: 1.3rem 8rem 1.3rem 2.2rem;
    transition: all .3s ease;
  }
  .m-reservation a:hover{
    padding: 1.3rem 7.6rem 1.3rem 2.6rem;
    text-decoration: none;
  }
  .m-reservation a:before,
  .m-reservation a:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .m-reservation a:before{
    width: 4.4rem;
    height: 0.57rem;
    right: 2.4rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64.16' height='6.95' viewBox='0 0 64.16 6.95'%3E%3Cpath id='パス_1' data-name='パス 1' d='M64,.5H0v-1H61.526c-2.145-1.045-5.158-2.917-6.26-5.566l.923-.384C57-4.5,59.1-2.985,60.726-2.058A21.992,21.992,0,0,0,64.16-.474Z' transform='translate(0 6.45)' fill='%238E8E8E'/%3E%3C/svg%3E");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 3;
  }
  .m-reservation a:after{
    width: 2.4rem;
    height: 2.4rem;
    right: 1.6rem;
    transition: all .3s ease;
    background-color: rgba(255,255,255,0.1);
    border-radius: 50%;
  }
  .m-reservation a:hover:after{
    transform: scale(1.375);
    background-color: rgba(255,255,255,0.15);
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .m-reservation{
    font-size: 1.4rem;
    bottom: 1.3rem;
    left: 0;
  }
  .m-reservation a{
    padding: 1.2rem 1.6rem;
  }
}

/*==================================================

pagetop

==================================================*/
.m-pagetop{
  font-family: "Bodoni Moda";
  font-style: italic;
  font-size: 1.2rem;
  /* color: rgba(255,255,255,1); */
  z-index: 98;
  position: relative;
  padding:1rem 0 1rem 6rem;
  position: fixed;
  bottom: 15rem;
  right: -3.6rem;
  transform: rotate(90deg);
  cursor: pointer;
  mix-blend-mode: difference;
  color: #fff;
}
.m-pagetop:before,
.m-pagetop:after{
  height: 0.3rem;
  content: "";
  border-radius: 2rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.m-pagetop:before{
  background-color: rgba(255,255,255,0.15);
  width: 5rem;
  content: "";
  border-radius: 1rem;
  position: absolute;
  left: 0;
}
.m-pagetop:after{
  background-color: rgba(255,255,255,1);
  width: 0.4rem;
  content: "";
  border-radius: 1rem;
  position: absolute;
  left: 0;
}

/* PC */
@media print,only screen and (min-width: 768px){
}

/* SP */
@media screen and (max-width: 767px){	
}

/*==================================================

メイン

==================================================*/
.home-cover{
  position: relative;
  height: 100dvh;
}
.home-cover img{
  height: 100dvh;
  object-fit: cover;
}
.home-cover__text{
  color: #fff;
  position: absolute;
}
.en .home-cover__text{
  line-height: 1.25;
}

.anygift-floating-cart{
  display: none;
}
/* PC */
@media print,only screen and (min-width: 768px){ 
	.home-cover__text{
    font-size: 1.6rem;
    letter-spacing: .21em;
    right: 3rem;
    bottom: 6.6rem;
	}
}

/* SP */
@media screen and (max-width: 767px){	
	.home-cover__text{
    font-size: 1.3rem;
    line-height: 2.4;
    letter-spacing: .1em;
    right: 2rem;
    bottom: 6rem;
    text-align: right;
	}
  .en .home-cover__text{
    line-height: 1.5;
  }
}

/*==================================================

セカンド共通

==================================================*/

/* レイアウト
--------------------------------------------------*/	
.l-content{
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
  z-index: 11;
  overflow-x: hidden;
}
.l-content.-salon{
  padding-bottom: 0;
}

/* PC */
@media print,only screen and (min-width: 768px){	
	.l-content{
    padding: 20rem 3rem;
	}
	.l-content__inner{
		max-width: 120rem;
		margin: 0 auto;		
	}
	.l-content.-salon .l-content__inner{
		max-width: 80rem;	
	}
}

/* SP */
@media screen and (max-width: 767px){
	.l-content{
    padding: 7rem 2rem;
	}
}

/*==================================================

ページ

==================================================*/
	
/* View More
--------------------------------------------------*/
.m-link{
  text-align: right;
  white-space: nowrap;
}
.m-link a,
.m-link span{
  color: #81838E;
  font-family: "Bodoni Moda";
  font-size: 2rem;
  position: relative;
  display: block;
  font-style: italic;
}
.m-link a:before,
.m-link a:after,
.m-link span:before,
.m-link span:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.m-link a:after,
.m-link span:after{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64.16' height='6.95' viewBox='0 0 64.16 6.95'%3E%3Cpath id='パス_1' data-name='パス 1' d='M64,.5H0v-1H61.526c-2.145-1.045-5.158-2.917-6.26-5.566l.923-.384C57-4.5,59.1-2.985,60.726-2.058A21.992,21.992,0,0,0,64.16-.474Z' transform='translate(0 6.45)' fill='%23C7C7C7'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
/*   z-index: 3; */
}
.m-link a:before,
.m-link span:before{
  background-color: #fff;
  border-radius: 50%;
  right: 0;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .m-link a,
  .m-link span{
    padding-right: 9rem;
    transition: all .3s ease;
  }
  .m-link a:hover,
  a:hover .m-link span{
    padding:0 8.6rem 0 0.4rem;
/*    color: #2E2F34;*/
    text-decoration: none;
  }
  .m-link a:after,
  .m-link span:after{
    width: 6.4rem;
    height: 0.7rem;
    transition: all .3s ease;
    right: 1.2rem;
  }
  .m-link a:hover:after,
  a:hover .m-link span:after{
    width: 6rem;
  }
  .m-link a:before,
  .m-link span:before{
    width: 3.2rem;
    height: 3.2rem;
    transition: all .3s ease;
  }
  .m-link a:hover:before,
  a:hover .m-link span:before{
    background-color: #fff;
    transform: scale(1.5);
  }
}

/* SP */
@media screen and (max-width: 767px){ 
  .m-link a,
  .m-link span{
    font-size: 1.6rem;
    padding-right: 4.9rem;
  }
  .m-link a:after,
  .m-link span:after{
    width: 3.4rem;
    height: 0.6rem;
    right: 0.8rem;
    background-size: auto 100%;
    background-position: right center;
    top: -0.2rem;
  }
  .m-link a:before,
  .m-link span:before{
    width: 2.7rem;
    height: 2.7rem;
  }
}
	
	
/* Information
--------------------------------------------------*/
.home-title{
  font-family: "Bodoni Moda";
}
.home-information__time{
  color: #81838E;
  font-family: "Inter";
  font-weight: 300;
}
.home-information__text{
  letter-spacing: .04em;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .home-information{
    max-width: 99.7rem;
    padding: 12.8rem 3rem 15.6rem 3rem;	
    margin: 0 auto;	
    box-sizing: content-box;
    display: flex;
    justify-content: space-between;
  }
  .home-title{
    font-size: 2.4rem;
  }
  .home-information .home-title{
    width: 24.2rem;
  }
  .home-information__list{
    width: calc( 100% - 24.2rem );
  }
  .home-information__list li{
    margin-bottom: 1.1rem;
  }
  .home-information__list a{
    display: flex;
    gap:0 1.6rem;
    transition: all .3s ease;
  }
  .home-information__time{
    font-size: 1.3rem;
    margin-top: 0.4rem;
  }
  .home-information__text{
    font-size: 1.6rem;
    flex:1;
  }
  .home-information .m-link{
    align-self: end;
  }
  .home-information__list a:hover{
    text-decoration: none;
  }
  .home-information__list a:hover .home-information__time{
    color: #b7b8bf;
  }
  .home-information__list a:hover .home-information__text{
    color: #8a8b8d;
  }
}

/* SP */
@media screen and (max-width: 767px){
  .home-information{
    padding: 8.5rem 2rem 8rem 2rem;	
  }
  .home-title{
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
  .home-information__list{
    margin-bottom: 2.5rem;
  }
  .home-information__list li{
    margin-bottom: 0.9rem;
  }
  .home-information__list a{
  }
  .home-information__time{
    font-size: 1.1rem;
  }
  .home-information__text{
    font-size: 1.4rem;
    display: block;
  }
}

/* 共通
--------------------------------------------------*/
.home-contents{
  position: relative;
}
.home-content{
  color: #fff;
  /* position: relative; */
}
.home-content__texts{
  /* position: absolute; */
  position: relative;
}
.home-content__title{
  font-family: "Bodoni Moda";
}
.en .home-content__text01{
  font-family: "Bodoni Moda";
}

/* .home-content__image{
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height:100%;
  z-index:-1;
} */
.home-contents__images{
  position: absolute;
  left:0;
  top:0;
  width:100vw;
  height:100vh;

  overflow: hidden;
}
.home-contents__image{
  position: absolute;
  left:0;
  top:0;
  opacity:0;
  width:100%;
  height:100%;
  z-index:-1;
  opacity:0;
  overflow: hidden;
}
.en .home-content__text02{
  font-family: "Inter";
}

.home-contents__image:first-child{
  /* border-radius: 0 38rem 0 0; */
  opacity:1;
}

.en .home-content__text01,
.en .home-content__text02{
    letter-spacing: -0.01em;
}

.home-contents__image img{
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}

.home-contents .m-link a{
  color: #fff;
}
.home-contents .m-link a:before{
  background-color: rgba(0,0,0,0.3);
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .home-content__texts{
    width: 48.5rem;
    margin-left: 8.3rem;
    /* top: 15rem;
    left: 8.3rem; */
  }
  .home-content__title{
    font-size: 2.4rem;
    margin-bottom: 4.5rem;
  }
  .home-content__texts{
    padding-top: 100vh;
  }
  .home-content:last-child .home-content__texts{
    padding-bottom: 30vh;
  }
  .home-content__text01{
    font-size: 3rem;
    line-height: 1.733;
    margin-bottom: 3.2rem;
    letter-spacing: .12em;
  }
  .en .home-content__text01{
    font-size: 3.4rem;
  }
  .home-content__text02{
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: .04em;
  }
  .home-contents__image .m-link{
    position: absolute;
    right: 8.35rem;
    bottom: 8rem;
  }
  .home-contents__image:first-child{
    border-radius: 0 38rem 0 0;
  }
  .home-content.-concept .home-content__image{
    border-radius: 0 38rem 0 0;
    overflow: hidden;
    /* opacity:1;   */
  }
  .home-content__texts .m-link{
    display: none;
  }
  
  .home-content.-concept .home-content__texts{
    width: 39.5rem;
  }
  .home-content.-room .home-content__texts{
    width: 55rem;
  }
  .home-content.-item .home-content__texts{
    width: 51rem;
  }
  .home-content.-concept .home-content__text02{
    font-size: 1.8rem;
  }
}

/* SP */
@media screen and (max-width: 767px){
  .home-contents{
    height: 900vh;
  }
  .home-contents__items{
    position: relative;
    height:100vh;
  }

  .home-content{
    position: absolute;
    left:0;
    top:0;
    right:0;
    height:100vh;
  }
  .home-content__texts{
    display: flex;
    flex-direction:column;
    justify-content: center;
    padding-left: 3rem;
    padding-right: 3rem;
    backdrop-filter: blur(30px);
    height: 100vh;
  }
  .home-content__title{
    font-size: 2rem;
    margin-bottom: 3.2rem;
  }
  .home-content__text01{
    font-size: 2.2rem;
    line-height: 1.727;
    margin-bottom: 4.1rem;
    letter-spacing: .04em;
  }
  .home-content__text02{
    font-size: 1.5rem;
    line-height: 2;
  }
  .home-content .m-link{
    position: absolute;
    right:3rem;
    bottom:3rem;
  }
  .home-content.-concept{
    border-radius: 0 18.8rem 0 0;
    overflow: hidden;
  }

  .home-content:before{
    content: '';
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-size:cover;
    background-position: center center;
  }


  /* .home-content:nth-child(1){

  }

  .home-content:nth-child(2){
  }

  .home-content:nth-child(3){

  }
  
  .home-content:nth-child(4){

  } */

  .home-content:nth-child(1):before{
    background-image:url('../images/top/picture01-sp.jpg');
  }

  .home-content:nth-child(2):before{
    background-image:url('../images/top/picture02-sp.jpg');
  }

  .home-content:nth-child(3):before{
    background-image:url('../images/top/picture03-sp.jpg');
  }

  .home-content:nth-child(4):before{
    background-image:url('../images/top/picture04-sp.jpg');
  }

/* 
  .home-contents__images{
    display:none;
  }
  .home-contents__image:first-child{
    border-radius: 0 50vw 0 0;
  } */
}
	
/* Our SPA
--------------------------------------------------*/
.home-ourspa__item:last-child{
  margin-bottom: 0;
}
.en .home-ourspa__title{
  letter-spacing: 0;
  font-family: "Bodoni Moda";
}
.en .home-ourspa__text{
  font-family: "Inter"; 
  letter-spacing: 0;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .home-ourspa{
    max-width: 120rem;
    padding: 20rem 3rem 31rem 3rem;	
    margin: 0 auto;	
    box-sizing: content-box;
  }
  .home-ourspa .home-title{
    margin-bottom: 2.4rem;
  }
  .home-ourspa__item a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10rem 0;
    position: relative;
  }
  .home-ourspa__item a:after{
    content: "";
    background-color: #fff;
    border-radius: 40rem;
    display: flex;
    position: absolute;
    top: 0;
    right: -8.3rem;
    left: 8.3rem;
    bottom: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
  }
  .home-ourspa__item a:hover:after{
    opacity: 1;
  }
  .home-ourspa__item a:hover{
    text-decoration: none;
  }
  .home-ourspa__image{
    width: 34.5%;
    order: 1;
    overflow: hidden;
    transition: all .3s ease;
    display: flex;
    justify-content: flex-start;
    position: relative;
  }
  .home-ourspa__image img{
    transition: all .3s ease;
  }
  .home-ourspa__item a:hover .home-ourspa__image img{
    transform: scale(1.05);
  }
  .home-ourspa__texts{
    width: 58.83%;
    letter-spacing: .04em;
    order: 2;
    position: relative;
  }
  .home-ourspa__title{
    font-size: 2.2rem;
    margin-bottom: 1.4rem;
    position: relative;
  }
  .home-ourspa__text{
    font-size: 1.3rem;
    line-height: 2.153;
    margin-bottom: 2rem;
  }
}

/* SP */
@media screen and (max-width: 767px){
  .home-ourspa{
    padding: 8rem 3rem;	
  }
  .home-ourspa .home-title{
    margin-bottom: 4rem;
  }
  .home-ourspa__item{
    position: relative;
    padding-bottom: 3.6rem;
    margin-bottom: 4rem;
  }
  .home-ourspa__item a:after{
    display: none;
  }
  .home-ourspa__title{
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .en .home-ourspa__title{
    font-size: 1.5rem;
  }
  .home-ourspa .m-link{
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .home-ourspa__text{
    display: none;
  }
}

/* ACCESS
--------------------------------------------------*/
.en .home-access__texts{
  font-family: "Inter";
  letter-spacing: 0;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .home-access{
    /* border-bottom: 1px #e3e4e8 solid; */
  }
  .home-access__inner{
    max-width: 112.4rem;
    padding: 9.8rem 3rem;
    margin: 0 auto;	
    box-sizing: content-box;
    display: flex;
    justify-content: space-between;
  }
  .home-access__texts{
    width: 37%;
  }
  .home-access__map{
    width: 54.27%;
  }
  .home-access__map iframe{
    aspect-ratio: 61 / 36.1;
  }
  .home-access .home-title{
    margin-bottom: 3.6rem;
  }
  .home-access__text01{
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 3rem;
    letter-spacing: .04em;
  }
  .home-access__text02{
    font-size: 1.3rem;
    line-height: 2.153;
    letter-spacing: .04em;
    }
}

/* SP */
@media screen and (max-width: 767px){
  .home-access{
    padding: 4rem 3rem 0 3rem;
  }
  .home-access__texts{
    margin-bottom: 3.7rem;
  }
  .home-access__map{
    margin: 0 -3rem;
  }
  .home-access__map iframe{
    height: 22.2rem;
  }
  .home-access .home-title{
    margin-bottom: 3rem;
  }
  .home-access__text01{
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 1.8rem;
  }
  .home-access__text02{
    font-size: 1.2rem;
    line-height: 2;
    }
}

/* 口コミ
--------------------------------------------------*/
.home-reviews{
  background-color: #fff;
}
/* PC */
@media print,only screen and (min-width: 768px){ 
  .home-reviews__inner{
    max-width: 119.9rem;
    padding: 8.3rem 3rem;
    margin: 0 auto;
    box-sizing: content-box;
  }
}

/* SP */
@media screen and (max-width: 767px){	
}

.js-charSlideUp span{
  display: inline;
  position: relative;
}

.js-charSlideUp .word{
  display: inline-block;
  margin-right:0.35em;
}

.home-contents{
  overflow: hidden;
}

.l-footer{
  overflow: hidden;
}

/*==================================================

second共通

==================================================*/

/* ページタイトル
--------------------------------------------------*/
.m-pageTitle{
  position: relative;
  text-align: center;
  color: #fff;
  height: 100vh;
  z-index: 12;
  overflow:hidden;
}
.m-pageTitle__in{
  position: absolute;
  top: 0;
  left:0;
  width:100%;
  height:100%;
  clip: rect(auto, auto, auto, auto);
}
.m-pageTitle__bg{
  /* position: fixed; */
  position: absolute;
  height: 100vh;
  width:100%;
  object-fit: cover;  
}

.m-pageTitle__bg:after{
  content: '';
  display: block;
  position: absolute;
  left:0;
  top:0;
  right: 0;
  bottom:0;
  background-color:#2E2F34;
  /* backdrop-filter: blur(30px); */
  transition: backdrop-filter 2s ease-out,background-color 2s ease-out;
}

/* .m-pageTitle__in{
  clip: none;
}
.m-pageTitle__bg{
  position: absolute;
} */


  body.loaded .m-pageTitle__bg:after {
    background-color: transparent;
    backdrop-filter: none;
    pointer-events: none;
  }

.m-pageTitle__bg img{
  height: 100vh;
  object-fit: cover;  
}
.m-pageTitle__title{
  position: absolute;
  inset:0 0 0 0;
  margin: auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.m-pageTitle__english{
  font-family: "Bodoni Moda";
  -webkit-font-smoothing: auto;
  display: block;
  line-height: 1.4;
}
.m-pageTitle__japanese{
  letter-spacing: .04em;
  display: block;
}

.m-pageTitle.-privacy{
  height: auto;
}
.m-pageTitle.-privacy .m-pageTitle__title{
  position:relative;
  inset:auto;
  margin: 0;
  display: block;
  color: #2E2F34;
}

/* PC */
@media print,only screen and (min-width: 768px){
  .m-pageTitle__english{
    font-size: 6rem;
  }
  .m-pageTitle__japanese{
    font-size: 1.6rem;
  } 
  .m-pageTitle.-privacy .m-pageTitle__title{
    padding: 23.5rem 0 0 0;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .m-pageTitle__english{
    font-size: 3.2rem;
  }
  .m-pageTitle__japanese{
    font-size: 1.4rem;
  } 
  .m-pageTitle.-privacy .m-pageTitle__title{
    padding: 17.9rem 0 0 0;
  }

/* .m-pageTitle__in{
  clip: none;
}
.m-pageTitle__bg{
  position: absolute;
} */


}

/* ぱんくず
--------------------------------------------------*/
.m-bread{
  position: absolute;
  z-index: 2;
}
.m-bread ol{
  display: flex;
  align-items: center;
}
.m-bread li{
  margin-right: 1.2rem;
}
.m-bread li a{
  background: url("../images/shared/arrow-bread.svg") right center no-repeat;
  background-size: 0.4rem auto;
  color: #fff;
  padding-right: 1.6rem;
}
.m-pageTitle.-privacy .m-bread,
.m-pageTitle.-privacy .m-bread a{
  color: #2E2F34;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .m-bread{
    top: 10.6rem;
    left: 3.2rem;
  }
  .m-bread li{
    font-size: 1.3rem;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .m-bread{
    top: 8.2rem;
    left: 2rem;
  }
  .m-bread li{
    font-size: 1.1rem;
  }
}

/* タイトル
--------------------------------------------------*/
.m-title01{
  line-height: 1.733;
  letter-spacing: .04em;
}
.m-title01.-center{
  text-align: center;
}
/* PC */
@media print,only screen and (min-width: 768px){ 
  .m-title01{
    font-size: 3rem;
    margin-bottom: 3.4rem;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .m-title01{
    font-size: 2.2rem;
    margin-bottom: 4rem;
    text-align: center;
  }
}

/* テキスト
--------------------------------------------------*/
.m-text{
  font-size: 1.6rem;
}
/* PC */
@media print,only screen and (min-width: 768px){ 
  .m-text{
    margin-bottom: 6.4rem;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .m-text{
    margin-bottom: 2rem;
  }
  .spnowrap{
    white-space: nowrap;
  }
}

/*==================================================

ルーム

==================================================*/

/* 左ナビ
--------------------------------------------------*/
.nav-left a{
  display: flex;
  align-items: center;
}
.nav-left__text{
/*  font-family: "Bodoni Moda";*/
  letter-spacing: .04em;
}

.nav-left02 a{
  color: #fff;
  position: relative;
  display: block;
}
.nav-left02 a:before,
.nav-left02 a:after{
  content: "";
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.nav-left02 a:after{
  background-color: #fff;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .nav-left{
    width: 35rem;
    position: fixed;
    top: 15.4rem;
    left: 8rem;
  }
  .nav-left li{
    margin-bottom: 1.6rem;
  }
  .nav-left a{
    gap:0 3.2rem;
  }
  .nav-left__thumbnail{
    width: 8.8rem;
    height: 8.8rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-left__thumbnail:after{
    width: 100%;
    height: 100%;
    content: "";
    border: 1px #D3D6E0 solid;
    display: block;
    position: absolute;
    inset:0;
    z-index: -1;
  }
  .nav-left li.current .nav-left__thumbnail img{
    width: 6.8rem;
  }
  .nav-left__text{
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .nav-left02{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 4rem;
    z-index: 50;
    display: flex;
    justify-content: center;
    flex-direction: column;
    mix-blend-mode: difference;
  }
  .nav-left02 li{
    margin-bottom: 0.7rem;
  }
  .nav-left02 a{
    font-size: 1.3rem;
    padding: 0.7rem 0 0.7rem 2.3rem;
  }
  .nav-left02 a:before{
    /* border: 1px #707070 solid; */
    border: 1px #fff solid;
    opacity: 0.5;
    width: 1.5rem;
    height: 1.5rem;
    left: 0;
    display: none;
  }
  .nav-left02 a:after{
    width: 0.3rem;
    height: 0.3rem;
    left: 0.6rem;
  }
  .nav-left02 li.current a:before{
    display: block;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .nav-left{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:2.3rem 0;
    padding:0 2rem 7rem 2rem;
    margin:0 -2rem 7rem -2rem;
    border-bottom: 1px #E7E8EB solid;
    line-height: 1.35;
  }
  .nav-left li{
    width: calc( 50% - 1.9rem );
    display: flex;
    align-items: center;
  }
  .nav-left a{
    gap:0 1rem;
  }
  .nav-left__thumbnail{
    width: 6rem;
  }
  .nav-left__text{
    height: auto;
    font-size: 2rem;
  }
  .nav-left__text span{
    font-size: 1.1rem;
    display: block;
    margin-bottom: 0.2rem;
  }
  .nav-left02{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:2.1rem 2.9rem;
    padding:6rem 4rem 5.8rem 4rem;
    border-bottom: 1px #E7E8EB solid;
  }
  .nav-left02.-en{
    gap:2.1rem 1rem;
    padding:6rem 2rem 5.8rem 2rem;
  }
  .nav-left02 li{
    width: 30%;
  }
  .nav-left02.-en li{
    width: 42%;
  }
  .nav-left02 a{
    color: #2E2F34;
    font-size: 1.3rem;
    padding: 1rem 0 1rem 1.8rem;
  }
  .nav-left02 a:after{
    background-color: #2E2F34;
    width: 0.3rem;
    height: 0.3rem;
    left: 0;
  }
}

/* 右カラム
--------------------------------------------------*/
/* PC */
@media print,only screen and (min-width: 768px){ 
  .l-right{
    max-width: 79.2rem;
    width: calc( 100% - 36rem );
    margin-left: auto;
  }
}

/* SP */
@media screen and (max-width: 767px){	
}

/*==================================================

ルーム

==================================================*/
.room-item__title{
  font-family: "Bodoni Moda";
}
.room-item__text{
  letter-spacing: .04em;
}
/* PC */
@media print,only screen and (min-width: 768px){ 
  .room-items{
    margin-top: 11rem;
  }
  .room-item{
    margin-bottom: 6rem;
  }
  .room-item:last-child{
    margin-bottom: 0;
  }
  .room-item__image{
    margin-bottom: 3.5rem;
  }
  .room-item__title{
    font-size: 2.2rem;
  }
  .room-item__text{
    margin-top: 0.5rem;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .room-items{
    padding-bottom: 3rem;
  }
  .room-item{
    margin-bottom: 3.5rem;
  }
  .room-item:last-child{
    margin-bottom: 0;
  }
  .room-item__image{
    margin-bottom: 1.7rem;
  }
  .room-item__title{
    font-size: 2rem;
  }
  .room-item__text{
    margin-top: 0.5rem;
  }
}

/*==================================================

店舗情報

==================================================*/
.salon-item:last-child{
  margin-bottom: 0;  
}
.salon-item__detail{
  background-color: rgba(211,214,224,0.3);
  letter-spacing: .04em;
}
.salon-item__detail .salon-item__site-link{
  display: block;
  margin-top: 1.5rem;
  margin-left: auto;
  width: fit-content;
}
.salon-item__detail .salon-item__site-link:hover{
  text-decoration: none;
}
/* PC */
@media print,only screen and (min-width: 768px){ 
  .salon-items .m-title01{
    margin-bottom: 3rem;
  }
  .salon-items .m-text{
    margin-bottom: 3.8rem;
  }
  .salon-item{
    margin-bottom: 19.6rem;  
  }
  .salon-item__detail{
    font-size: 1.3rem;
    line-height: 1.846;
    padding: 2.9rem 4rem;
    margin-bottom: 8.9rem;
  }
  .salon-item__detail .salon-item__site-link{
    margin-top: 2rem;
  }
  .salon-item__image{
    margin: 0 calc( 50% - 50vw );
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .salon-items .m-title01{
    margin-bottom: 2rem;
  }
  .salon-items{
  }
  .salon-item{
    margin-bottom: 7rem;  
  }
  .salon-item__detail{
    font-size: 1.2rem;
    line-height: 2;
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .salon-item__detail .salon-item__site-link{
    margin-top: 1.5rem;
  }
  .salon-item__image{
    margin: 0 -2rem;
  }
}

/*==================================================

アイテム

==================================================*/
.item-item__title{
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.1rem;
}
.item-intro .m-text a{
  text-decoration: underline;
}
.item-item__text{
  font-size: 1.3rem;
  letter-spacing: 0.04em;
}
.item-item__text a{
  text-decoration: underline;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .item-intro{
    max-width: 80rem;
    margin: 0 auto;
  }
  .item-intro .m-title01{
    margin-bottom: 3rem;
  }
  .item-image{
    margin-bottom: 15.5rem;
  }
  .item-items{
    display: flex;
    flex-wrap: wrap;
    gap:6.4rem 8rem;
  }
  .item-item{
    width: calc( 50% - 4rem );
  }
  .item-item__image{
    margin-bottom: 3.5rem;
  }
  .item-item__anygift{
    margin: 2.5rem 0;
  }
  .item-intro .m-text a:hover{
    text-decoration: none;
  }
  .item-item__text a:hover{
    text-decoration: none;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .item-intro .m-text{
    font-size: 1.3rem;
  }
  .item-intro .m-title01{
    margin-bottom: 1.5rem;
  }
  .item-item__title{
    margin-bottom: 1.3rem;
  }
  .item-image{
    margin:0 -2rem 7rem -2rem;
  }
  .item-item{
    margin-bottom: 6.5rem;
  }
  .item-item:last-child{
    margin-bottom:0;
  }
  .item-item__image{
    margin-bottom: 2rem;
  }
  .item-item__anygift{
    margin: 1.5rem 0;
  }
  .item-item__anygift .anygift-gift-ui__container{
    width: 260px;
    max-width: 100%;
  }

  .item-item__anygift .anygift-gift-ui__container .anygift-gift-ui__main-button{
    height: 44px;
    font-size: 14px !important;
  }
}

/*==================================================

アクセス

==================================================*/

/* 詳細
--------------------------------------------------*/
.access-title{
  position: relative;
}
.access-title__english{
  color: #D3D6E0;
  font-family: "Bodoni Moda";
  position: absolute;
  transform: rotate(-90deg);
}
.access-title__name{
  letter-spacing: .04em;
}
.access-text{
  letter-spacing: .04em;
}
.access-map iframe{
  width: 100%;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .access-detail{
    max-width: 104.4rem;
    margin: 0 auto 11.2rem auto;
    display: flex;
    justify-content: space-between;
  }
  .access-title{
    width: 40.5rem;
    padding-left: 4.8rem;
  }
  .access-title__english{
    font-size: 1.5rem;
    top: 5.3rem;
    left: -4.8rem;
  }
  .access-title__name{
    font-size: 3rem;
    line-height: 1.733;
  }
  .access-text{
    width: calc( 100% - 40.4rem );
  }
  .access-map iframe{
    height: 50rem;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .access-detail{
    margin-bottom: 2rem;
  }
  .access-title{
    padding-left: 4.7rem;
    margin-bottom: 4rem;
  }
  .access-title__english{
    font-size: 1.2rem;
    top: 3.1rem;
    left: -3.8rem;
  }
  .access-title__name{
    font-size: 2.4rem;
    line-height: 1.708;
  }
  .access-map{
    margin:4rem 0 -5rem 0;
  }
  .access-map iframe{
    height: 33.5rem;
  }
  .access-way{
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0;
    display: block;
  }
}

/* マップ
--------------------------------------------------*/
/* PC */
@media print,only screen and (min-width: 768px){ 
}

/* SP */
@media screen and (max-width: 767px){	
}

/*==================================================

会社概要

==================================================*/

/* 詳細
--------------------------------------------------*/
.company-detail{
  border-bottom: 1px #E7E8EB solid;
}
.company-detail__title{
  font-size: 2.2rem;
  letter-spacing: .04em;
}
.company-detail__table th,
.company-detail__table td{
  vertical-align: top;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .company-detail{
    display: flex;
    padding:0 7rem 6rem 7rem;
  }
  .company-detail__title{
    width: 17.9rem;
  }
  .company-detail__table{
    width: calc( 100% - 17.9rem );
  }
  .company-detail__table th{
    width: 7.5em;
    padding-right: 2rem;
  }
  .company-detail__table th,
  .company-detail__table td{
    padding-bottom: 0.2rem;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .company-detail{
    margin: 0 -2rem;
    padding:0 3rem 6.3rem 3rem;
  }
  .company-detail__title{
    margin-bottom: 2.8rem;
  }
  .company-detail__table{
    width: 100%;
  }
  .company-detail__table th{
    width: 7.5em;
  }
  .company-detail__table.-en th{
    width: 8.5em;
  }
  .company-detail__table th,
  .company-detail__table td{
    padding-bottom: 0.2rem;
  }
  .company-detail__table.-en th,
  .company-detail__table.-en td{
    line-height: 1.25;
    padding-bottom: 1.8rem;
  }
}

/* 店舗情報
--------------------------------------------------*/
.company-shop__title{
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.company-shop__sub{
  display: block;
}
.company-shop__list{
  border-left: 1px #E7E8EB solid;
}
.company-shop__list li{
  letter-spacing: .04em;
  line-height: 1.7;
}
.company-shop__text01{
  line-height: 1.5;
  display: block;
}
.company-shop__text02{
  font-size: 1.3rem;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .company-shops{
    display: flex;
    justify-content: space-between;
    padding: 9.5rem 7rem 8rem 7rem;
  }
  .company-shop{
    width: 44.5%;
  }
  .company-shop__title{
    font-size: 2.2rem;
    margin-bottom: 3.2rem;
  }
  .company-shop__sub{
    font-size: 1rem;
  }
  .company-shop__list{
    padding-left: 4.5rem;
  }
  .company-shop__list li{
    margin-bottom: 2rem;
  }
  .company-shop__text01{
    font-size: 1.8rem;
    margin-bottom: 0.2rem;
  }
  .company-shops a[href^="tel:"] {
      pointer-events:none;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .company-shops{
    padding: 6.5rem 1.5rem 3.5rem 1.5rem;
  }
  .company-shop{
    margin-bottom: 7rem;
  }
  .company-shop:last-child{
    margin-bottom: 0;
  }
  .company-shop__title{
    font-size: 2.2rem;
    margin-bottom: 3.2rem;
  }
  .company-shop__sub{
    font-size: 1rem;
  }
  .company-shop__list{
    padding-left: 2.1rem;
  }
  .company-shop__list li{
    line-height: 1.35;
    margin-bottom: 4rem;
  }
  .company-shop__text01{
    font-size: 1.8rem;
    line-height: 1.69;
    margin-bottom: 0.2rem;
  }
  .company-shop__text02{
  }
  .company-shops a[href^="tel:"] {
    text-decoration: underline;
    pointer-events:auto;
  }
}

/* のむシリカについて
--------------------------------------------------*/
.company-silica__texts{
  letter-spacing: .04em;
  color: #fff;
}
.company-silica__text02{
  font-size: 1.3rem;
}

/* PC */
@media print,only screen and (min-width: 768px){   
  .company-silica{
    background: url("../images/company/bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 4.5rem 4.5rem 4.5rem 8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .company-silica__texts{
    width: 43.6rem;
    margin-top: -1rem;
  }
  .company-silica__text01{
    font-size: 2.2rem;
    margin-bottom: 1.4rem;
  }
  .company-silica__logo{
    width: 24.7rem;
  }
}

@media (min-width: 768px) and (max-width: 910px) {
  .company-silica{
    padding: 4.5rem 4.5rem 4.5rem 4.5rem;
  }
  .company-silica__texts{
    width: calc( 100% - 27rem );
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .company-silica{
    background: url("../images/company/bg-sp.jpg") center center no-repeat;
    background-size: cover;
    padding: 5rem 2rem 2.5rem 2rem;
    margin-bottom: -5rem;
  }
  .company-silica__texts{
  }
  .company-silica__text01{
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 2.4rem;
  }
  .company-silica__text02{
    margin-bottom: 2.5rem;
  }
  .company-silica__logo{
  }
}

/* link
--------------------------------------------------*/
.company-link{
  text-align: right;
}
.company-link a{  
  color: #81838E;
  font-family: "Bodoni Moda";
  font-style: italic;
  position: relative;
}
.company-link a:after{
  content: "";
  background: url("../images/shared/target2.svg") center center no-repeat;
  transition: all .3s ease;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  filter: invert(55%) sepia(7%) saturate(432%) hue-rotate(193deg) brightness(92%) contrast(94%);
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .company-link{
    margin-top: 4rem;
  }
  .company-link a{  
    font-size: 2rem;
    padding-right: 3rem;
    transition: all .3s ease;
  }
  .company-link a:after{
    width: 1.6rem;
    height: 1.6rem;
  }
  .company-link a:hover:after{ 
    filter: invert(17%) sepia(8%) saturate(521%) hue-rotate(193deg) brightness(94%) contrast(93%);
    text-decoration: none;
  }
  .company-link a:hover{ 
    color: #2E2F34;
    text-decoration: none;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .company-link a{  
    font-size: 1.6rem;
    padding-right: 2rem;
  }
  .company-link a:after{
    width: 1.5rem;
    height: 1.5rem;
  }
}

/*==================================================

メニュー

==================================================*/
.menu-list__inner{
  counter-reset: number 0; 
}
.menu-list__title{
  letter-spacing: .04em;
}
.menu-list__tax{
  font-size: 1rem;
}
.menu-list__tax.-en{
  font-size: 1.6rem;
  margin-left: 0.6rem;
}
.menu-list__texts{
  position: relative;
  letter-spacing: .04em;
}
.menu-list__texts:before{
  counter-increment: number 1;
  content: "0"counter(number) ;
  color: #81838E;
  font-family: "Bodoni Moda";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.5;
}
.menu-list__item:nth-child(n+10) .menu-list__texts:before{
  content: counter(number) ;  
}
.menu-list__texts:after{
  content: "";
  background-color: #D3D6E0;
  width: 2rem;
  height: 0.05rem;
  position: absolute;
  top: 1.9rem;
  left: 1.3rem;
  transform: rotate(-47deg);
}
.menu-list__text02{
  line-height: 1.82;
}
.menu-list__price{
  text-align: right;
  letter-spacing: .04em;
}
.menu-list__plus{
  font-size: 1.6rem;
  margin-right: 0.6rem;
  position: relative;
  top: -0.2rem;
}
.menu-list__tax{
  font-size: 1rem;
}
.menu-recommend{
  background-color: rgba(211,214,224,0.3);
  letter-spacing: .04em;
}
.menu-recommend__title{
  color: #81838E;
  font-size: 1.3rem;
}
.menu-recommend__list{
  font-size: 1.3rem;
}
.menu-recommend__list li{
  position: relative;
  padding-left: 1em;
}
.menu-recommend__list li:before{
  content: "●";
  font-size: 0.7rem;
  color: #D3D6E0;
  position: absolute;
  top: 0.75em;
  left: 0;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .menu-content{
    margin-top: 15rem;
  }
  .menu-list{
    margin-bottom: 15rem;
  }
  .menu-list__title{
    font-size: 2.4rem;
    margin-bottom: 6rem;
  }
  .menu-list__item{
    display: flex;
    align-items: flex-start;
    gap:0 6.4rem;
    margin-bottom: 6.4rem;
  }
  .menu-list__image{
    width: 30.56%;
  }
  .menu-list__texts{
    width: 61.364%;
  }
  .menu-list__text01{
    font-size: 2.2rem;
    margin: 1.5rem 0 0.6rem 2.4rem;
  }
  .menu-list__price{
    font-size: 2.4rem;
    margin-bottom: -0.5rem;
  }
  .menu-recommend{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.3rem 2rem 2.3rem 2rem;
    letter-spacing: .04em;
    margin-top: 2.2rem;
  }
  .menu-recommend__title{
    width: 37%;
    text-align: center;
  }
  .menu-recommend__list{
    width: 60%;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .menu-list{
    margin-bottom: 7rem;
  }
  .menu-list:last-child{
    margin-bottom: 0;
  }
  .menu-list__title{
    font-size: 2.2rem;
    line-height: 1.9;
    margin-bottom: 3.6rem;
  }
  .menu-list__item{
    position: relative;
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column;
  }  
  .menu-list__item:last-child{
    margin-bottom: 0;
  }
  .menu-list__image{
    width: 100%;
    order: 2;
    margin-top: 2.5rem;
  }
  .menu-list__texts{
    order: 1;
  }
  .menu-list__texts:before{
    top: -0.3rem;
    left: 0;
  }
  .menu-list__texts:after{
    top: 1.7rem;
    left: 1rem;
  }
  .menu-list__text01{
    font-size: 2rem;
    line-height: 1.45;
    margin:1.5rem 0 2.5rem 2.5rem;
  }
  .menu-list__text02{
    font-size: 1.4rem;
  }
  .menu-list.-option .menu-list__text01{
    padding-left: 0;
  }
  .menu-list__price{
    font-size: 2.4rem;
    margin-bottom: -1rem;
  }
  .menu-recommend{
    padding: 2rem 2.5rem;
    letter-spacing: .04em;
    margin-top: 2rem;
  }
  .menu-recommend__title{
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  .menu-recommend__list{
  }
  .menu-list__text02{
  }
}
.menu-list.-option .menu-list__text01{
  margin-left: 0;
  margin-top: 0;
}
.menu-list.-option .menu-list__texts:before,
.menu-list.-option .menu-list__texts:after{
  content: none;
}

/*==================================================

お知らせ

==================================================*/
.news-content{
  border-bottom: 1px #E7E8EB solid;
}
.news-date{
  color: #81838E;
  font-size: 1.3rem;
  margin-bottom: 1.6rem;
  display: block;
}
.news-title{
  line-height: 1.66;
  letter-spacing: .04em;
}
.news-text{
  letter-spacing: .04em;
}


.price__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: fit-content;
}

.price__list li {
  display: flex;
  justify-content: space-between;
  /* gap: 10px; */
  min-width: 150px; 
  line-height: 1.8;
}


.price__time {
  display: inline-block;
  width: 80px; 
}


.price__amount {
  display: inline-block;
  text-align: left;
  width: 70px;
}

.price__title,
.price__note {
  text-align: left;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .news-content{
    padding-bottom: 10.8rem;
    margin-bottom: 4rem;
  }
  .news-content__inner{
    max-width: 80rem;
    margin: 0 auto;
  }
  .news-title{
    font-size: 2.2rem;
    line-height: 1.66;
    margin-bottom: 4.6rem;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .news-content{
    padding-bottom: 3.8rem;
    margin-bottom: 3.8rem;
  }
  .news-title{
    font-size: 2rem;
    margin-bottom: 4.4rem;
  }
  .price__list li {
    min-width: 40vw; 
  }
  .price__time {
    width: 20vw; 
  }
  .price__amount{
    width: 20vw;
  }
}

/*==================================================

プライバシーポリシー

==================================================*/
.privacy-content{
  border-bottom: 1px #E7E8EB solid;
}
.privacy-content{
  letter-spacing: .04em;
}
.privacy-title{
  font-weight: 600;
}
.privacy-text01,
.privacy-text02,
.privacy-list{
  font-size: 1.4rem;
  line-height: 2.143;
}
.privacy-list{
  list-style: decimal;
}
.privacy-list ol{
  list-style: lower-latin;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
  .privacy-content{
    padding-bottom: 1rem;
    margin:-7.3rem 0 4rem 0;
  }
  .privacy-content__inner{
    max-width: 80rem;
    margin: 0 auto;
  }
  .privacy-content .m-text{
    margin-bottom: 7.2rem;
  }
  .privacy-title{
    margin-bottom: 1rem;
  }
  .privacy-text01{
    margin-bottom: 7rem;
  }
  .privacy-text02{
    margin-bottom: 1rem;
  }
  .privacy-list{
    margin:0 0 7rem 1.3em;
  }
  .privacy-list>li>ol{
    margin:0.6rem 0 0.6rem 1.3em;
  }
  .privacy-list>li>ol>li>ol{
    margin:0.4rem 0 0.4rem 1.6em;
  }
}

/* SP */
@media screen and (max-width: 767px){	
  .privacy-content{
    margin:0 0 3rem 0;
  }
  .privacy-title{
    margin-bottom: 1rem;
  }
  .privacy-text01{
    margin-bottom: 5.5rem;
  }
  .privacy-text02{
    margin-bottom: 0.5rem;
  }
  .privacy-list{
    margin:0 0 5.5rem 1.3em;
  }
  .privacy-list>li>ol{
    margin:0.5rem 0 0.5rem 1.3em;
  }
  .privacy-list>li>ol>li>ol{
    margin:0.3rem 0 0.3rem 1.6em;
  }
}
