@charset "utf-8";

html {
  font-size: 62.5%;
}
h1,h2,h3,h4,h5,h6,p,body {
  margin: 0;
}
a {
  color: #fff;
  text-decoration: none;
  text-align: center;
}
p {
  font-size: clamp( 16px, 2vw, 20px);
}
body {
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-family: 'Noto Serif JP', serif;
}
button {font-family: 'Noto Serif JP', serif;}
/*------------------------*/
#top {
  height: 80px;
}
#topbar {
  width: 100%;
  position: fixed;
  background-color: #fff;
  top: 0;
  opacity: 0.9;
  z-index: 3;
}
#topbar img{
  width: 120px;
  vertical-align: bottom;
}
.menu-list {
  margin: 0 auto;
}
.menu-list ul {
  height: 80px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-list li {
  padding: 0 58px;
}
.menu-list a {
  color: #000;
  font-size: 20px;
}
.menu-list a:hover {
  opacity: 0.6;
}
/*--------------------------------------------------------*/
.title-h1 {
  width: 100%;
  height: 180px;
  position: relative;
}
.title-h1 h1 {
  width: 80%;
  max-width: 800px;
  color: #757575;
  position: absolute;
  top: 60%;
  left: 50%;
  font-size: clamp( 20px, 5vw, 45px);
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.heading {
  width: 50%;
  max-width: 1000px;
  border-bottom: 1px solid rgb(155 155 155);
}
.heading::before {
  content: attr(data-en);
  position: absolute;
  top: 0px;
  left: 0;
  color: rgba(0,156,255,0.2);
  font-size: 40px;
  text-transform: uppercase;
}
/*--------------------------------------------------------*/
.jump-point {
  height: 171px
}
@media only screen and (max-width: 767px) {
   .jump-point {
     height: 68px
   }
}
/*----------メニュータイトル----------*/
.menu-title {
  padding: 80px 0 0;
  color: #757575;
  font-size: clamp( 17px, 4vw, 34px);
  text-align: center;
}
/*----------リンパメニュー----------*/
#rinpa-comment-con {
  width: 90%;
  max-width: 1000px;
  padding: 50px 0 50px 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rinpa-comment {
  width: 60%;
  padding: 3em;
  color: #757575;
}
.rinpa-comment-image {
  width: 250px;
}
.rinpa-comment-image img {
  width: 100%;
  vertical-align: bottom;
}
#rinpa-menu-con {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rinpa-menu {
  width: 650px;
  margin: 0 auto;
  color: #757575;
}
.rinpa-menu-box {
  padding: 10px;
  margin: 5px;
  border-bottom: 1px dashed #757575;
}
.rinpa-menu-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rinpa-menu-flex p {
  width: 50%;
  text-align: center;
}
.space {
  padding: 20px 0;
  text-align: center;
}
.color {
  color: #ff0000;
}
.size {
  font-size: clamp( 16px, 2vw, 18px);
}
.marker {
  font-size: clamp( 20px, 3vw, 24px);
  background: linear-gradient(rgb(255 255 255) 50%, #cfefff 100%);
}
/*----------ハーブピーリング----------*/
#treatment-comment-con {
  width: 90%;
  max-width: 1000px;
  padding: 50px 0 50px 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.treatment-comment {
  position: relative;
  width: 60%;
  padding: 4em;
  color: #757575;
}
.treatment-comment-image {
  width: 250px;
}
.treatment-comment-image img {
  width: 100%;
  vertical-align: bottom;
}
.treatment-rogo {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  transform: translateY(60%) translateX(-170%);
  -webkit- transform: translateY(60%) translateX(-170%);
}
.treatment-rogo img{
  width: 100%;
  vertical-align: bottom;
}
#treatment-menu-con {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.treatment-menu {
  width: 650px;
  margin: 0 auto;
  color: #757575;
}
.treatment-menu-box {
  padding: 10px;
  margin: 5px;
  border-bottom: 1px dashed #757575;
}
.treatment-menu-image {
  width: 80%;
  margin: 0 auto;
}
.treatment-menu-image img {
  width: 100%;
  vertical-align: bottom;
}
/*--------------------------------------------------------*/
.sns {
  max-width: 500px;
  margin: 0 auto;
  color: #757575;
  text-align: center;
}
.sns img{
  width: 50%;
}
@media only screen and (max-width: 767px) {
   .sns img {
     display:  none;
   }
}
/*----------チェックマーク----------*/
.checkmark {
  padding-left:40px;
  position:relative;
}
.checkmark:before,
.checkmark:after{
  content:"";
  display:block;
  position:absolute;
}
.checkmark:before{
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 2px solid #767676;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.checkmark:after{
  border-left: 2px solid #767676;
  border-bottom: 2px solid #767676;
  width: 9px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 38%;
  top: 38%;
}
/*----------フッター----------*/
#footer-menu {
  font-size: clamp( 16px, 2vw, 24px);
  color: #757575;
}
.footer-box {
  width: 90%;
  max-width: 900px;
  padding: 50px 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-comment {
  font-size: clamp( 12px, 2vw, 18px);
}
.copyright {
  padding: 20px 0 20px 0;
  text-align: center;
  background-color: #757575;
  color: #fff;
}

.comment {
  width: 90%;
  max-width: 900px;
  padding: 50px 0 50px 0;
  margin: 0 auto;
  color: #757575;
}

/*----------sp用----------*/
@media only screen and (max-width: 767px) {
   #top {
     height: 68px;
   }
   #topbar img {
     width: 40%;
   }
   .title-h1 {
     width: 100%;
     height: 100px;
     position: relative;
   }
   #header-bar {
     position: fixed;
     width: 100%;
     background: #fff;
     opacity: 0.8;
     z-index: 1;
   }
   .icon {
     width: 30px;
     vertical-align: bottom;
   }
   .rogo {
     width: 100%;
   }
   #header-bar ul {
     padding: 0;
     margin: 0;
     list-style-type: none;
     display: flex;
   }
   #header-bar li {
     width: 53px;
     padding: 5px;
     text-align: center;
     display: flex;
     align-items: center;
     justify-content: center;
   }
   .menu-list {
     position: fixed;
     z-index : 2;
     top  : 0;
     left : 0;
     color: #fff;
     text-align: center;
     width: 100%;
     transition: all 0.3s ease-in-out 0s;
     transform: translateY(-100%);
   }
   #rinpa-comment-con {
     width: 100%;
     padding: 50px 0 0 0;
     margin: 0 auto;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
   }
   .rinpa-comment {
     width: 90%;
     padding: 3em 0;
     color: #757575;
   }
   .rinpa-comment-image {
     width: 80%;
   }
   #treatment-comment-con {
     width: 100%;
     padding: 50px 0 0 0;
     margin: 0 auto;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
   }
   .treatment-comment {
     width: 90%;
     padding: 3em 0;
     color: #757575;
   }
   .treatment-comment-image {
     width: 80%;
   }
   .treatment-rogo {
     position: absolute;
     width: 65px;
     top: 0;
     right: 0;
     transform: translateY(60%) translateX(-70%);
     -webkit- transform: translateY(60%) translateX(-70%);
   }
   .treatment-menu-image {
     width: 80%;
   }
/*----------このクラスを、jQueryで付与・削除する----------*/
   .menu-list.active {
     transform: translateX(0);
   }
}

@media only screen and (min-width: 768px) {
   #header-bar {
     display:  none;
   }
}
/*----------フォーム-----------*/
.Form {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
}
.Form-Item {
  padding-top: 15px;
  padding-bottom: 24px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  height: 52px;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  height: 216px;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.about-comment {
  width: 90%;
  max-width: 900px;
  padding: 4% 0 0 0;
  margin: 0 auto;
}
.about-comment p {
  font-size: 22px;
  padding: 20px 0;
}
.form-button {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-evenly;
}
.formTable textarea {
  width: 97%;
  height: 250px;
  border: solid 2px #919191;
  border-radius: 8px;
  background: #f9f9f9;
}
#formWrap {
  margin-bottom: 100px;
}

/*----------フェードインフェードアウト----------*/
.left-to-right {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 1.5s;
}
.left-to-right.scrollin {
  opacity: 1;
  transform: translate(0);
}
.right-to-left {
  opacity: 0;
  transform: translateX(20px);
  transition: all 1.5s;
}
.right-to-left.scrollin {
  opacity: 1;
  transform: translate(0);
}
.down-to-top {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.5s;
}
.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}
/*----------ボタン----------*/
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  max-width: 230px;
  height: 50px;
  box-sizing: border-box;
  background: #fff;
  border: none;
  position: relative;
}
.btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #757575;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-decoration: none;
  box-shadow: 0px 5px 12px #CAD4E2, -6px -6px 12px #FFF;
  border-radius: 10px;
  position: absolute;
  top: -5px;
  left: 0;
  transition-duration: 0.2s;
}
.btn:hover span {
  left: 0;
  top: 0;
  box-shadow: 0 0 4px #CAD4E2, -2px -2px 4px #FFF;
}

.btn_10 {
  max-width: 230px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
a.btn_10 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}
a.btn_10 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #757575;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-decoration: none;
  box-shadow: 0px 5px 12px #CAD4E2, -6px -6px 12px #FFF;
  border-radius: 10px;
  position: absolute;
  top: -5px;
  left: 0;
  transition-duration: 0.2s;
}
a.btn_10:hover span {
  left: 0;
  top: 0;
  box-shadow: 0 0 4px #CAD4E2, -2px -2px 4px #FFF;
}
@media only screen and (min-width: 768px) {
   .btn_10 {
     display:  none;
   }
}
/*----------スライドショー-----------*/
#slide-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
}
#slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@keyframes slideshow{
  0%{
    opacity: 0;
  }
  20%{
    opacity: 1;
  }
  40%{
    opacity: 1;
  }
  60%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}
#slide img {
  width: 100%;
  overflow: hidden;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  animation :slideshow 16s linear infinite;
}
#slide img:nth-child(2){
  animation-delay: 8s;
}

.slide1 {
  position: absolute;
  left:0px;
  top:0px;
  width: 100%;
  height: auto;
}
.slide0 {
  position: relative;
  width: 100%;
  height: auto;
  vertical-align:bottom;
}
/*----------画像----------*/
#rogo {
  width: 35%;
  max-width: 400px;
  margin: 0 auto;
}
#rogo img {
  width: 100%;
}
#menu-image {
  width: 50%;
  max-width: 600px;
  margin: 0 auto;
}
#menu-image img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
   #menu-image {
     width: 70%;
     max-width: 400px;
     margin: 0 auto;
   }
}
/*----------アコーディオン----------*/
.accordion {
  width: 80%;
  margin: 0 auto;
}
.toggle {
  display: none;
}
.option {
  position: relative;
  margin-bottom: 10em;
}
.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.title {
  max-width: 700px;
  margin: 0 auto;
  border-bottom: solid 1px #ccc;
  padding: 1em;
  display: block;
  color: #757575;
  font-size: clamp( 14px, 2vw, 18px);
}
.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 1.2em;
  top: 1.2em;
  width: 2px;
  height: 1.25em;
  background-color: #999;
  transition: all 0.3s;
}
.title::after {
  transform: rotate(90deg);
}
.content {
  max-height: 0;
  overflow: hidden;
}
.content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  line-height: 1.5;
  color: #757575;
}
.toggle:checked + .title + .content {
  max-height: 900px;
  transition: all 1s;
}
.toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}
/*----------オープニング----------*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#fff;
  text-align:center;
  color:#fff;
}
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash_logo img {
  width:60%;
}
.fadeUp{
  animation-name: fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}