@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%; 
  width: 100%;
  box-sizing: border-box; /*both reset.CSS*/
}
body {
  background-image: url("../img/bg/bg_marble_sp@2x.jpg");
  background-size: cover;
  background-attachment: fixed;
}
img, video {
  vertical-align: top; 
}
body {
  color: #4B3955; 
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.75;
}
.common__h2 {
  color: #babec2;
  font-family: 'Allura', cursive;
  font-weight: 400;
  font-size: 4.0rem;
  line-height: 1;
}
.sp_br {
  display: block;
}
.min400_br{
    display: block;
 }  

.mgl-18 {
    margin-left: 18px;
}

.mgl-10 {
    margin-left: 10px;
}
.bg-left1 img, .bg-left2 img,  .bg-left3 img,.bg-right1 img, .bg-right2 img, .bg-right3 img {
  height: 35%;
  width: 35%;
}
.bg_left1_kage img, .bg_left2_kage img, .bg_left3_kage img, .bg_left4_kage img,.bg_right1_kage img, .bg_right2_kage img, .bg_right3_kage img, .bg_right4_kage img {
  height: 35%;
  width: 35%;
}

@media(min-width:400px) {
.min400_br{
    display: none;
 } 
}

@media(min-width:960px) {
  .common__h2 {
    font-size: 8.0rem;
    line-height: 1;
  }
  .sp_br {
    display: none;
  }
  .pc_br{
    display: block;
    }
}
a:hover {
  opacity: 0.75;
}
.none {
  display: none;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.5);
  height: 70px;
}
.header__wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  position: relative;
}
.header__wrap h1 {
  width: 150px;
}
#hamb-open_container {
  display: none;
}
@media(max-width:959px) {
  /*hamburger-btn*/
  .header__wrap #nav-drawer {
    position: relative;
    top: 5px;
  }
  #nav-drawer {
    width: 35px;
    height: 35px;
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 2px;
    width: 30px;
    background-color: #444;
    display: block;
    content: "";
  }
  #nav-open span:before {
    bottom: -9px;
  }
  #nav-open span:after {
    bottom: -18px;
  }
    /*×_close*/
  #nav-close {
    display: block;
    position: fixed;
    top: 10px;
    right: 15px;
    z-index: 1000;
    width: 60px;
    height: 40px;
  }
 #nav-close span, #nav-close span:before, #nav-close span:after{
    position: absolute;
    height: 2px;
    width: 30px;
    background-color: transparent;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.8s ease-in-out;
    z-index: 1003;
    }
 #nav-close span:before{
    transform: translate(-50%,-50%) rotate(45deg);
    background-color: #444;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 10px;
    transition: 0.8s ease-in-out;
    z-index: 1001;
    }    
 #nav-close span:after{
    transform: translate(-50%,-50%) rotate(-45deg);  
    background-color: #444;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 10px;
    transition: 0.8s ease-in-out;
    z-index: 1002;
    }
    
  #hamb-open_container {
    display: block;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 1);
    transform: translateX(-105%);
    transition: 0.3s ease-in-out;
  }
  .nav-open_top-logo {
    width: 150px;
    padding: 15px 0 0 24px;
  }
  nav {
    padding: 0;
  }
  nav ul {
    display: block;
  }
  nav ul {
    display: block;
  }
    
  nav li.has-child ul, nav li.has-child ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible; 
    opacity: 1; 
    display: none;
    transition: none;
  }
  nav ul li a {
    border-bottom: 1px solid #ccc;
  }   
  nav ul li.has-child::before {
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #4b3955;
    border-right: 2px solid #4b3955;
    transform: rotate(135deg);
    display: none;
  }
  nav ul li.has-child .nav__plus {
    position: absolute;
    top: 0;
    right: 30px;
    width: 20px;
    height: 20px;
    z-index: 10;
    border: 1.5px solid #444;
    border-radius: 3px;
  }
  nav ul li.has-child .nav__plus::before {
    position: absolute;
    content: "";
    width: 1.5px;
    height: 12px;
    background-color: #444;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
  nav ul li.has-child .nav__plus::after {
    position: absolute;
    content: "";
    height: 1.5px;
    width: 12px;
    background-color: #444;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
  nav ul ul li.has-child::before {
    transform: rotate(135deg);
    left: 20px;
  }
  nav ul li.has-child.active::before {
    transform: rotate(-45deg);
  }
  .hamb-open_nav {
    padding: 15px 60px 8px;
  }
  .hamb-open_nav_en {
    font-size: 1.8rem;
    line-height: 0.5;
    font-weight: 800;
    display: block;
  }
  li {
    position: relative;
    margin-bottom: 12px;
  }
  .hamb-open_nav_jp {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    line-height: 1;
    font-weight: 300;
  }
  .hamb_frame__booking {
    display: flex;
    justify-content: center;
    padding: 0 60px;
    max-width: 550px;
    margin: 0 auto;
  }
  .hamb_text {
    padding: 20px 60px;
    text-align: center;
  }
  .hamb-open_text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
  }
   .hamb__a {
  text-decoration: none;
  font-size: 1.4rem;
  color: #4b3955;
  width: calc(100% - 20px)
}
  .hamb_sns {
    display: flex;
    justify-content: center;
    padding: 0 60px 60px;
  }
  .hamb_insta, .hamb_line, .hamb_blog {
    width: 35px;
    margin: 0 20px;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  #nav-input:checked ~ #hamb-open_container {
    transform: translateX(0%);
  }
}
.header_booking_wrap, .header_booking-nav {
  display: none;
}
a{
    text-decoration: none;
    color: #4b3955;
}

@media(min-width:960px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.5);
    height: 120px;
  }
  .header__wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
  }
  .header__wrap h1 {
    width: 200px;
    margin-right: auto;
  }
  .header_booking_wrap {
    display: flex;
    justify-content: right;
    padding-top: 20px;
    gap: 20px;
  }
  .header_web-box, .header_tel-box {
    width: 180px;
  }
  /*2階層目以降は横並びにしない*/
  nav ul ul {
    display: block;
  }
  /*下の階層のulや矢印の基点にするためliにrelativeを指定*/
  nav ul li {
    position: relative;
  }
  /*ナビゲーションのリンク設定*/
  nav ul li a {
    display: block;
    text-decoration: none;
    color: #999;
    padding: 20px 35px;
    transition: all .0s;
  }
  nav ul li li a {
    padding: 10px 35px;
  }
  /*pcのときnavの中のulの中のliの中のaはhover*/
    nav ul li a:hover {
    color: #444;
  }
  /*==矢印の設定*/
  /*2階層目を持つliの矢印の設定*/
  nav ul li.has-child::before {
    content: '';
    position: absolute;
    right: 5px;
    top: 21px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #4b3955;
    border-right: 2px solid #4b3955;
    transform: rotate(135deg);
  }
    nav ul li.has-child.active::before{
    transform: rotate(-45deg);
        }
    nav ul li.has-child:hover::before{
    top: 24px;
    transform: rotate(-45deg);
        }
    
  /*3階層目を持つliの矢印の設定*/
  nav ul ul li.has-child::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 17px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
  /*== 2・3階層目の共通設定 */
  /*下の階層を持っているulの指定*/
    
    nav .pc_nav_li ul {
        display: none;
        opacity: 0;
        transition: all ease .5s;
    }
    nav .pc_nav_li:hover ul {
        display: block;
        opacity: 1;
    }
  nav li.has-child ul {
    left: 0;
    top: 116%;
    z-index: 4;
    background: rgba(255, 255, 255, 0.5);
    width: 150px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
  }

 .has-child ul.active li {
     visibility: visible;
     opacity: 1;
     background: rgba(255, 255, 255, 0.5);
    }
    
  /*ナビゲーションaタグの形状*/
  nav li.has-child ul li a {
    color: #4b3955;
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  }
  nav li.has-child ul li:last-child a {
    border-bottom: none;
  }
  nav li.has-child ul li a:hover, nav li.has-child ul li a:active {
    background: #fff;
  }
  /*==3階層目*/
  /*3階層目の位置*/
  nav li.has-child ul ul {
    top: 0;
    left: 182px;
    background: #66ADF5;
  }
  nav li.has-child ul ul li a:hover, nav li.has-child ul ul li a:active {
    background: #448ED3;
  }
  .pc_nav_ul {
    display: flex;
  }
    
  .pc_nav_li a {
    font-size: 1.6rem;
    padding: 10px 20px 0;
    list-style: none;
    color: #333;
  }
    .pc_nav_li:last-child a{
     padding: 10px 0 0 20px;   
    }
    
  .header_booking-nav {
    display: flex;
    flex-flow: column;
    height: 120px;
    padding: 0 0 20px 0;
  }
}

.footer {
  width: 100%;
  background-color: #F3EEEA;
  height: 120px;
}
.footer_container {
  width: 100%;
  height: 100%;
  padding: 15px 30px 15px;
  text-align: center;
}
.footer_co {
  font-size: 1.2rem;
  padding: 0 
  
}
.footer_sns {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
.footer_insta, .footer_blog {
  width: 35px;
  margin: 0 10px;
}
#scroll-top{
  width: 44px;
  height: 44px;
  position: fixed;
  bottom: 70px;
  right: 30px;
}
@media(min-width:960px){
#scroll-top{
  bottom: 150px;
  right: 100px;
}
    }
#scroll-top a{
}