/* リセットCSS */
@charset "utf-8";
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
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;
}
h1, h2, h3, h5, h6  {
  font-size: 100%;
}
li{
  list-style-type: none;
}

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

/* ここからCSS */

@media screen and (max-width: 767px){

  .pc{
    display: none;
}
html, body {
  overflow-x: hidden;
  width: 100%;
}

/* ナビゲーションメニュー */
#sp-fixed-menu {
  background-color: #83B98F;
  position: fixed;
  width: 100%;
  bottom: 0px;
  font-size: 0;
  opacity: 0;
  pointer-events: none; /* 最初はクリックできないようにする */
  transition: opacity 1.2s ease; /* ふわっと表示するアニメーション */
  z-index: 50;
}
#sp-fixed-menu.show {
  opacity: 0.9;  /* スクロール後に表示 */
  pointer-events: auto; /* クリックできるようにする */
}

#sp-fixed-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#sp-fixed-menu li {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.border-line {
  height: 44px;
  margin: 26px 0;
  border-right: 1px solid #fff;
}
#sp-fixed-menu li a {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
}
#sp-fixed-menu li img {
  width: 30px;
  margin-right: auto;
  margin-left: auto;
}

#nav{
  position: fixed;
  inset: 0 -100% 0 100%;
  z-index: 100;
  background-color: #4e483ae6;
  transition: 0.5s;
}
#nav ul{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 40px;
  color: #FFF;
}
.open #nav{
  transform: translate(-100%, 0);
}

/* ハンバーガーメニュー */
  #nav-toggle {
  width: 30px;
  height: 25px;
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 99;
  }

  #nav-toggle span{
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #575757;
    border-radius: 4px;
    left: 0;
    transition: all .5s;
  }

  #nav-toggle span:nth-child(1){
    top: 0;
  }
  #nav-toggle span:nth-child(2){
    top: 10px;
  }
  #nav-toggle span:nth-child(3){
    top: 20px;
  }
  .open #nav-toggle{
    position: fixed;
    z-index: 200;
    margin-top: 10px;
  }
  .open #nav-toggle span{
    background-color: #FFF;
  }
  .open #nav-toggle span:nth-child(1){
    opacity: 0;
  }
  .open #nav-toggle span:nth-child(2){
    rotate: 135deg;
    top: 0;
  }
  .open #nav-toggle span:nth-child(3){
    rotate: -135deg;
    top: 0;
  }


  /* メイン画像 */
  #sp-main{
    position: absolute;
    z-index: 0;
    overflow: hidden;
    background: url("images/main.jpg") 90% 50% / cover;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 860px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    border-color: rgb(87, 87, 87);
  }
  .h1_font{
      position: absolute;
      top: 45%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      -webkit-transform: translateY(-50%) translateX(-50%);
      font-size: 2rem;
      color: #fff;
      text-align: center;
      /* font-family: "Jost", sans-serif; */
      font-weight: 400;
      font-style: normal;
      line-height: 1.2;
  }

/* Cocept */
.concept_font{
  font-size: 1.3rem;
    color: #D5C987;
    font-weight: bold;
    text-align: center;
    padding: 50px 0;
}
#Concept{
  /* height: 918px; */
  text-align: center;
  background-color: #F9F9F4;
  padding-bottom: 100px;
}
.hide-down{
  margin-top: 860px;
}
.concept_title{
  font-size: 2.4rem;
  margin: 75px;
}
.concept_text{
  line-height: 2;
  font-size: .7rem;
}

h2 img{
  width: 30%;
  padding-top: 80px;
  padding-bottom: 50px;
  margin: 0 auto;
}

#explanation{
  text-align: center;
}
#images1{
  background-image: url(images/medical_sp2.jpg);
  background-size: auto 500px;
  height: 300px;
  background-position: -112px 35%;
  background-repeat: no-repeat;
}
.img_tittle{
  position: relative;
  top: 40%;
  font-size: 1.4rem;
  font-family: "Shippori Mincho","Noto Sans JP","Yu Gothic","YuGothic","Hiragino Kaku Gothic Pro","Meiryo UI","Meiryo","MS PGothic",sans-serif;
}
.mainInner .text{
  margin-top: 60px;
  font-size: .7rem;
  line-height: 2;
  margin-bottom: 60px;
}
#images2{
  background-image: url(images/aroma_sp.jpg);
  background-size: auto 500px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: 0px -130px;
}
.text{
  padding-bottom: 50px;
}
/* セクション　メニュー */
  .menu_container img{
    width: 100%;
  }
#Menu{
  background-color: #DFEFE5;
  text-align: center;
}

.h3_titlle{
  font-size: 5vw;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D5C987;
  display: inline-block;
}

.menu_p p{
  font-size: 3vw;
  line-height: 2;
}
.menu_container{
  margin-bottom: 50px;
}
.menu_container section{
  padding-top: 50px;
  padding-bottom: 50px;
}
.menu_container:last-child{
  margin-bottom: 0;
}
.last section {
  padding-bottom: 50px;
}
#under_line_footbath{
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D5C987;
  display: inline-block;
}
#under_line_footbath span{
  font-size: 1.1rem;
}
#body_img{
  aspect-ratio: 3 /2;
  object-fit: cover;
  object-position: bottom;
  }

/* ABOUT */
.about_container{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.about_container img{
  width: 40vw;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  height: 40vw;
  object-position: 0px -10px;
  object-fit: cover;
  float: left;
}
h3{
  margin-bottom: 30px;
}
#masami{
  border-bottom: 1px solid #D5C987;
  display: inline-block;
  font-size: 2.5vw;
}
.profile{
  float: right;
  font-size: 100%;
  font-size: .5em;
  margin-top: 20px;
}
#sikaku p{
  font-size: 2vw;
}
.profile_p{
  clear: both;
  font-size: 2vw;
  padding-top: 50px;
  text-align: center;
  line-height: 2;
  padding-bottom: 50px;
}


/* Reservation */
#Reservation{
  background-color: #DFEFE5;
}
#ReservationInner{
  text-align: center;
  font-size: .6rem;
  line-height: 3;
}
#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: 60px;
  margin-bottom: 40px;
  font-size: 1rem;
}

/* フォームエリア */
#formInner{
  padding-bottom: 30px;
}

 .btn{
  display: flex;
  justify-content: center;
  margin: 85px 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: 260px;
  padding: 12px 24px 12px 10px;
  font-size: 11px;
 }
.btn::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background-color: #84B5C5;
}
/* #formInner{
  text-align: center;
  padding-bottom: 100px;
}
form dl{
  margin-bottom: 30px;
}
form dt{
  font-size: .7rem;
  margin-bottom: 10px;
}
input{
  width: 200px;
  height: 30px;
}
select{
  width: 200px;
  height: 30px;
}
textarea{
  width: 200px;
  height: 50px;
}


/* 送信ボタン */
button{
  display: inline-block;
  background-color: #83B98F;
  color: #FFF;
  border: none;
  padding: 15px 65px;
  margin-top: 50px;
  font-size: .7rem;
} 
/* セクションAccess */

iframe{
  width: 100%;
  height: 300px;
}
.access_conteiner{
  margin: 100px 80px;
  line-height: 2;
  font-size: 12px;
  border-top: solid 1px #D5C987;
  border-bottom: solid 1px #D5C987;
  padding-top: 30px;
  padding-bottom: 30px;
}
#access_conteiner_right{
  margin-top: 30px;
  border-top: solid 1px #D5C987;
  padding-top: 30px;
}

/* フッター */
footer{
  background-color: #83B98F;
  padding: 30px 20px;
}
#footer_logo img{
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 30px;
}

#footerInner ul{
  display: flex;
  justify-content: center;
}
#footerInner li{
  width: 30px;
}
#footerInner ul li:first-child {
  margin-right: 40px;
}
#footerInner img{
  width: 100%;
}
#footerInner :hover{
  opacity: .9;
}
footer small{
  display: block;
    color: #000;
    font-size: 10px;
    padding-top: 30px;
    padding-bottom: 130px;
    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;
  }
  .start p img{
    width: 70%;
    margin: 0 auto;
  }
/* 画像をふわっと表示させる */
.fadein {
  opacity: 0;
  transform: translate(0,0);
  transition: all 4.0s;

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

}



}