/* リセットCSS */
@charset "utf-8";
*{
  margin: 0;
  padding: 0;
  /* outline: 2px red solid; */
}
body{
    font-family: "Shippori Mincho","Noto Sans JP","Yu Gothic","YuGothic","Hiragino Kaku Gothic Pro","Meiryo UI","Meiryo","MS PGothic",sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #575757;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
h1, h2, h2, h3, h5, h6  {
  font-size: 100%;
}
li{
  list-style-type: none;
}

img {
  border: none;
  display: block; 
}
a{
  text-decoration: none;
  color: inherit;
}

main {
  flex: 1;
}


/* ここから */
@media screen and (min-width: 768px) {

.sp{
    display: none;
  }
/* html{
  scroll-behavior: smooth;
} */
/* ヘッダー */
header {
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
  pointer-events: none;
  display: block;
  padding: 0 100px;
}
#headerInner {
    padding-top: 28px;
    margin-left: 35px;
    margin-right: 35px;
  }
  /* ロゴ */
.logo {
    float: left;
    width: 160px;
    /* visibility: hidden; */
    pointer-events: initial;
  }
  .logo img {
    width: 190px;
    margin: 10px;
  }

/* 予約ボタン */
.btn_rsv{
  float: right;
  pointer-events: initial;
}
#btn_rsv{
  width: 115px;
  text-align: center;
  font-size: 20px;
  padding: 10px 15px;
  border: 1px solid;
  color: #fff;
  font-weight: bold;
  display: block;
  margin: 30px;
  transition: all 0.3s;
}
#btn_rsv:hover{
  background-color: white;
  opacity: 0.7;
  color: #395246;
  border: none;
}
/* メイン画像 */
h1{
  /* background-image: url(images/main.jpg);
  background-size: contain;
  object-fit: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 769px; */
  position: absolute;
  z-index: 0;
  /* overflow: hidden; */
  background:url(images/main.jpg) 50% 50% / cover;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 1039.5px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  border-color: rgb(87, 87, 87);
  }
#title{
    text-align: center;
    font-weight: lighter;
    font-size: 3rem;
    color: black;
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    -webkit-transition: 1.5s ease;
    transition: 1.5s ease;
    width: 30vw;
  }
  /* グローバルナビゲーション */
#global_nav{
    /* background-color: #83B98F; */
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 900;
    transition: 0.3s;
  }
.navInner{
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.navInner ul{
  display: flex;
  justify-content: space-around;
}
.navInner li{
  margin: 40px;
  font-weight: bold;
}
.navInner li:hover{
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.navInner li a{
  text-decoration: none;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
}
/* スクロール時の背景色 */
#global_nav.scrolled {
  background-color: rgba(255, 255, 255, 0.5); /* 半透明の白 */
}

/* スクロール時のボタン色 */
#btn_rsv.scrolled-btn {
  color: #575757;  /* ボタンの文字色を黒に変更 */
}

/* Cocept */
#Concept{
  /* height: 918px; */
  height: 793px;
  text-align: center;
}
.hide-down{
  margin-top: 150px;
  z-index: 1;
  position: relative;
}
.concept_title{
  font-size: 2.4rem;
  margin: 75px;
}
.concept_text{
  line-height: 2;
  font-size: 1.1rem;
}

#explanation{
  background-image: url(images/background.jpg);
  background-size: cover;
}
.mainInner{
  margin: 0 auto;
  width: 80%;
  display: flex;
  justify-content: space-around;
  padding-bottom: 100px;
}
.mainInner p{
  text-align: center;
  margin-top: 80px;
}
#medical{
  margin-top: 100px;
}
#images1{
  background-image: url(images/medical.jpeg);
  background-size: cover;
  background-position: 70%;
  border-radius: 100%;
  width: 25vw;
  height: 25vw;
  box-shadow: 20px 20px  rgba(255, 255, 255, 0.5);
}
#aroma{
  margin-top: 100px;
}
#images2{
  background-image: url(images/aroma.jpeg);
  background-size: cover;
  border-radius: 100%;
  width: 25vw;
  height: 25vw;
  box-shadow: 20px 20px  rgba(255, 255, 255, 0.5);
}
.text{
  margin-top: 50px;
  line-height: 2vw;
  font-size: 0.8vw;
}
h3 p{
  position: relative;
  top: 100px;
  text-align: center;

}
.img_tittle{
  font-size: 1.6vw;
}


rt{
  font-size: 0.4em;
}

/* セクションMENU */

#Menu{
  /* clear: both; */
  background-color: #DFEFE5;
  display: inline-block;
}
.h3_titlle{
  font-size: 1.2vw;
  margin-bottom: 10px;
  border-bottom: 1px solid #D5C987;
  display: inline-block;
}
#under_line_footbath{
  font-size: 1.1vw;
  border-bottom: 1px solid #D5C987;
  display: inline-block;
}
#under_line_footbath span{
  font-size: 1.6vw;
}
.menu_container img{
  width: 45%;
}
h2{
  padding-top: 50px;
  padding-bottom: 50px;
}

h2 img{
  margin: 0 auto;
  margin-bottom: 40px;
}
#menuInner{
  margin: 0 auto;
  width: 80%;
}
.menu_container{
  display: flex;
  padding-bottom: 80px;
}
.menu_p{
  text-align: center;
  margin: 0 auto;
  padding-top: 40px;
  line-height: 2;
  font-size: .9vw;
  }
  .menu_container span{
    font-size: .8em;
  }
  #body_img{
    aspect-ratio: 3 /2;
    object-fit: cover;
    object-position: bottom;
    }

/* セクションABOUT */

#About{
  background-color: #FFF;
}
.about_container{
  margin: 0 auto;
  width: 80%;
  display: flex;
  justify-content: space-around;
  padding-bottom: 100px;
}
.about_container img{
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  object-fit: cover;
  width: 30vw;
  height: 30vw;
}
.about_container section h3{
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 3vw;
  margin-top: 3vw;
  border-bottom: 1px solid #D5C987;
  display: inline-block;
}

.about_container section p{
  line-height: 1.8;
  font-size: .9rem;
  width: 36vw;
  margin-left: 20px;
  text-align: center;
}
#sikaku{
  margin-top: 15px;
}

/*　セクション Reservation */
#Reservation {
  background-color: #DFEFE5;
}
#Reservation h2{
  padding-top: 100px;
}
#ReservationInner{
  text-align: center;
  line-height: 3;
  font-size: 1rem;
}
#ReservationInner #marker{
  background-image: linear-gradient(
    rgba(0 0 0 / 0) 40%,
    #D5C987 80%
  );
}

#hours{
  margin-top: 50px;
}
#line ::after{
  content: "";
  background-color: #575757;
  display: block;
  width: 30%;
  height: .5px;
  position: relative;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%); 
}
#line_2 ::after{
  content: "";
  background-color: #575757;
  display: block;
  width: 30%;
  height: .5px;
  position: relative;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%); 
}
#yoyaku{
  margin-top: 20px;
  margin-bottom: 50px;
}

/* フォームエリア */

#formInner{
  padding-bottom: 100px;
}

 .btn{
  display: flex;
  justify-content: center;
  margin: 100px auto;
  border: 1px solid #84B5C5;
  border-radius: 40px;
  background-color: #fff;
  color: #84B5C5;
  font-family: "AlbertSans" , sans-serif;
  position: relative;
  transition: all 0.3s;
  width: 300px;
  padding: 12px 24px 12px 10px;
  font-size: 15px;
 }
.btn::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background-color: #84B5C5;
}
.btn:hover{
  background-color: #84B5C5;
  color: #fff;
}
/* #formInner{
  text-align: center;
  padding-bottom: 100px;
}
form dl{
  display: flex;
  margin-bottom: 50px;
  margin-left: 30vw;
}
form dt{
  margin-right: 30px;
  width: 200px;
  font-size: 0.9rem;
  font-weight: bold;
  padding-top: 15px;
}
input{
  width: 300px;
  padding: 10px;
}
.select{
  width: 300px;
  padding: 10px;
}
textarea{
  width: 300px;
  height: 60px;
  padding: 10px;
} */

/* 送信ボタン */
/* button{
  display: inline-block;
  background-color: #83B98F;
  color: #FFF;
  border: none;
  width: 10%;
  padding: 12px 25px;
  margin-top: 25px;
  cursor: pointer;


  &:hover{
    opacity: .7;
  }
} */
/* セクションAccess */
#Access{
  background-color: #FFF;
}
iframe{
  width: 100%;
  height: 700px;
}
.access_conteiner{
  display: flex;
  justify-content: space-around;
  margin: 100px 100px 200px 100px;
  line-height: 2;
}
#access_conteiner_left::before{
  content: "";
  background-color: #D5C987;
  display: block;
  width: 100%;
  height: 0.5px;
  position: relative;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
#access_conteiner_left::after{
  content: "";
  background-color: #D5C987;
  display: block;
  width: 100%;
  height: 0.5px;
  position: relative;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
#access_conteiner_right::before{
  content: "";
  background-color: #D5C987;
  display: block;
  width: 100%;
  height: 0.5px;
  position: relative;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
#access_conteiner_right::after{
  content: "";
  background-color: #D5C987;
  display: block;
  width: 100%;
  height: 0.5px;
  position: relative;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
/* フッター */

footer{
  background-color: #83B98F;
  padding: 80px 20px 60px; /* 余裕を持っておく */}

#footer_logo img{
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0;
}

#footerInner ul{
  display: flex;
  justify-content: center;
}
#footerInner li{
  width: 40px;
  height: 40px;
}
#footerInner ul li:first-child {
  margin-right: 40px;
}
#footerInner img{
  width: 100%;
}
#footerInner :hover{
  opacity: .9;
}
footer small{
  display: block;
    color: #000;
    padding-top: 70px;
    padding-bottom: 80px;
    text-align: center;
  }

  /* はじめにロゴが浮き出てくる */
  .start {
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9000;
  }
  .start p {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    width: 280px;
  }
  /* 画像をふわっと表示させる */
  .fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 3.0s;

  &.fadein-left{
      transform: translate(-100px,0);
  }
  &.fadein-right{
      transform: translate(100px,0);
  }

  &.fadein-bottom{
      transform: translate(0,100px);
  }
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }

}
}