@charset "utf-8";

@font-face {
  font-family:"HannariMincho";/*要素に指定するときに使うフォント名*/
  src:url(../fonts/HannariMincho.woff2) format('woff2'),/*先に記述するほど優先度高*/
  url(../fonts/HannariMincho.woff) format('woff');
  font-display: swap;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: "Inter", "HannariMincho" ,"Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
    color: #465053;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 1600px;
    height: 1600px;
    font-feature-settings: "palt";
}
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Tiro+Tamil:ital@0;1&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200..900&display=swap');
html.cn, 
html.cn body,
html.cn body #product .catch,
html.cn body .detail h3,
html.cn body .mailform dd input, 
html.cn body .mailform dd select, 
html.cn body dd textarea,
html.cn body option,
html.cn body .param{
    font-family: "Noto Serif SC", serif;
    font-weight: 600;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
  a,
  a:before,
  a:after,
  a img:hover,
  button,
  .pagenation .page-num-ul li:hover,
  .pagenation .prev:hover,
  .pagenation .next:hover,
  .back-feature:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
.spshow,.header_inner p b.spshow{display:none}
/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align:center;
  color:#fff;
  top:0;
  background-image:url(../img/bgPage.jpg);
    background-repeat: repeat-y;
    background-position: left top;
    background-attachment: fixed;
    background-size:100%;
}

/* Loading画像中央配置　*/
.splashHalf {
    display: flex;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
    row-gap: 0px;
    flex-direction: column;
    justify-content: center;
}
/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:120px;
}

ul#splash_text {
    color: #547d9a;
    font-size: 16px;
    line-height: 2.75;
    list-style: none;
    width: 100%;
    margin: 30px auto 0;
    padding: 0 60px;
    font-family:"Inter";
    letter-spacing: 0.05em;
}
ul#splash_text li{visibility: hidden;}
ul#splash_text li.showLineOn{visibility: visible;}
#splash_textSp{display:none;}
.showLineOn{animation: fadeInSplash 1.4s forwards 0.5s;opacity:0;}
@keyframes fadeInSplash{
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTop{
animation: fadeUpAnimeTop 1.4s forwards 0.5s;
opacity: 0;
}

@keyframes fadeUpAnimeTop{
  from {
    opacity: 0;
    transform: translateY(60px);
  }

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

.fadeIn{
animation: fadeIn 1.4s forwards 0.5s;
opacity: 0;
}

@keyframes fadeIn{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeUp{
animation: fadeUpAnime 1.4s forwards 4s;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(60px);
  }

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

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.fade-in {
  transform: translate(0, 0);
  opacity: 1;
}
/*.news .fadeIn_up.tit {
  transform:translate(0%, 150%) rotate(90deg)!important;
}
.news .fadeIn_up.fade-in.tit {
  transform:translate(0%, 0%) rotate(90deg)!important;
}*/


/*========= レイアウトのためのCSS ===============*/

a{
    color: #333;
    text-decoration: none;
}

a:hover{
    text-decoration: none;
    color: #666;
}
p{
  line-height:1.8;
}
img {
vertical-align: bottom; 
}
.home #header {
    position: relative;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}
video {
    filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
}
#mainVisual {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
#visual {
    position: relative;
    height: 100vh;
    overflow: hidden;
    transform: scale(1);
}
div#visual:before {
    background-image: linear-gradient(90deg, rgb(86 155 158), rgba(255, 255, 255, 0));
    content: "";
    display: block;
    width: 90%;
    height: 100vh;
    position: absolute;
    top: 0;
}
#visual .luxy {
    height: 103vh;
    width: 100vw;
    position: relative;
    z-index: -2;
    top: 0;
    left: 0;
}
#visual .luxy .photo {
  width: 100%;
  height: 103vh;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  margin: auto;
}
#visual .luxy .photo img {
  width: 100%;
}
#visual .luxy .steam01 {
  width: 50%;
  height: auto;
  left: 0;
  right: auto;
  bottom: auto;
  top: 0;
  position: absolute;
  margin: auto;
}
#visual .luxy .steam01 img {
  width: 100%;
}
#visual .luxy .steam02 {
  width: 50%;
  height: auto;
  right: 0;
  bottom: 0;
  top: 0;
  left:auto;
  position: absolute;
  margin: auto;
}
#visual .luxy .steam02 img {
  width: 100%;
}

#video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
}
div#video-area {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: -2;
}
#video .luxy-el.photo {
    position:relative;
}
#video .luxy-el.photo:before {
    content: "";
    display: block;
    width: 100%;
    background: rgb(147 187 199 / 40%);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
#video .luxy-el.photo:after {
    background: url(../img/steam.png);
    content: "";
    width: 712px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
#scrollArea {
    position: fixed;
    top: 29vh;
    left: 150px;
    color: #fff;
    font-size: 16px;
    line-height: 2.5;
    padding: 0 76px 0 0;
    z-index: 1;
    list-style:none;
}

.statement p{
    color: #fff;
    font-size: 16px;
    line-height: 2.5;
    list-style:none;
    text-shadow: 12px 6px 19px #142f29;
}
.statement {
    position: fixed;
    top: 29vh;
    left: 150px;
    margin-top: 0vw;
    z-index: 10;
    padding: 0 76px 0 0;
    opacity:0;
}
div#statement.showw {
    animation: scrollToShow 1.4s forwards 0.5s;
    margin-top: 0;
    margin-bottom: 50px;
}
div.fixContent.none {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200vh;
    z-index: 10;
}
.statement.fixed.showw.none {
    position: sticky;
    margin-left: 150px;
}
#scrollArea li.line01,.statement p.line01,#scrollArea li:first-child{
    font-size: 26px;
    margin-bottom: 43px;
    color: #fff;
    font-weight: normal;
    
}
#scrollArea li{
    text-shadow: 12px 6px 19px #142f29;
}
.scrollToshow{animation: scrollToShow 1.4s forwards 0.5s;}
h1.logo {
    margin: 0px 40px 0 150px;
    padding: 70px 0px 20px 0px;
    width: 156px;
}
h1.logo img {
    width: 100px;
    height: auto;
}
#visual p {
    font-size: 17px;
    color: #ffffff;
    margin: 30px 40px 0 150px;
    line-height: 1.9;
    letter-spacing: 0.05rem;
    font-family: "HannariMincho";
    /*text-shadow: #062b33 1px 1px 6px, #062b33 -1px 1px 6px, #062b33 1px -1px 6px, #062b33 -1px -1px 6px;*/
    width: 50%;
    font-weight: normal;
    letter-spacing: 0.1rem;
}
.showLine02{opacity:0;}

.showLine02.show01{
animation: scrollToShow 1.4s forwards 0.5s;
}
.showLine02.show01.hide{
animation: scrollToFade 1.4s forwards 0.5s;opacity:1;
}
.showLine02.show01.onnews{
z-index:-1!important;
}
.scrollToshow li.inview {
   animation: scrollToShow 1.4s forwards 0.5s;
}
@keyframes scrollToShow{
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes scrollToFade{
  from {
    opacity: 1;
    transform: translateX(0px);
  }

  to {
    opacity: 0;
    transform: translateX(50px);
  }
}
.home h1.logo {
    margin-bottom: 5vh;
}
.header_menu {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 380px;
    background: rgb(12 11 25 / 70%);
    transform: translateX(100%);
    transition: .3s;
    height: 100vh;
    overflow-y: scroll;
}
.header_menu.open{
  opacity:1;
    transform: translateX(0%);
}
.header_menu ul {
    list-style: none;
    color: #fff;
    margin: 109px 55px 0 55px;
    padding: 0;
}
.header_menu ul li {
    padding: 0px;
    border-bottom: 1px solid #878787;
    transition:.3s;
}
.header_menu ul li a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.2rem;
    display: block;
    padding: 25px 20px 25px 42px;
    position: relative;
}
.header_menu ul li a:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background: #9f9f9f;
    display: inline-block;
    position: absolute;
    left: 12px;
    top: 28px;
}
.header_menu ul li.contact01 {
    border: 1px solid #878787;
    border-radius: 69px;
    margin: 40px 0 20px;
    background: #282a34;
    transition:.3s;
}
.header_menu ul li.contact02 {
    border: 1px solid #878787;
    border-radius: 69px;
    margin: 30px 0 20px;
    background: #282a34;
    transition:.3s;
}
.header_menu ul li.contact03 {
    border: 1px solid #878787;
    border-radius: 69px;
    margin: 30px 0 20px;
    background: #282a34;
    transition:.3s;
}
.header_menu ul li.contact01:hover {
    border-radius: 69px;
    margin: 40px 0 20px;
    background: rgb(40 42 52 / 50%);
}
.header_menu ul li.contact02:hover {
    border-radius: 69px;
    margin: 30px 0 20px;
    background: rgb(40 42 52 / 50%);
}
.header_menu ul li.contact03:hover {
    border-radius: 69px;
    margin: 30px 0 20px;
    background: rgb(40 42 52 / 50%);
}
.header_menu ul li:hover {
    background: rgb(40 42 52 / 50%);
}
.header_menu ul li.contact01 a, .header_menu ul li.contact02 a, .header_menu ul li.contact03 a {
    padding: 19px 22px;
    text-align: center;
    font-size: 14px;
}

.header_menu ul li.contact01 a:before, .header_menu ul li.contact02 a:before, .header_menu ul li.contact03 a:before {
    background: transparent url(../img/iconContact_off.png) 0 0 no-repeat;
    background-size: 21px;
    border-radius: 0;
    width: 30px;
    height: 20px;
    top: 19px;
    left: 30px;
}
.fixedLogo{
  display:none;
}
.fixed .fixedLogo {
    display: inline-block;
    width: 50px;
    margin-right: auto;
    margin-left: 41px;
    margin: 10px auto 10px 41px;
}
.fixed .openbtn{
      margin: 25px 70px 0 0;
}
#menu.fixed {
    background: rgba(244, 244, 244, .8);
}
main{
  letter-spacing:0.1rem;
}

/* ハンバーガーメニュー */
#menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: end;
    z-index:11;
}
.openbtn {
    position: relative;
    width: 70px;
    height: 35px;
    cursor: pointer;
    margin: 40px 70px 0 0;
    z-index: 10;
}
.openbtn:after {
    content: "MENU";
    display: block;
    position: absolute;
    top: 8px;
    left: 36px;
    color: #fff;
    font-size: 14px;
    font-family: "Inter";
}
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 10px;
    height: 2px;
  background-color: #fff;
}
.openbtn.active span {
    background: #fff;
}
.openbtn.active:after {
    color: #fff;
}
.openbtn span:nth-of-type(1) {
  top:12px; 
    width: 28%;
}

.openbtn span:nth-of-type(2) {
  top:20px;
    width:28%;
}

.openbtn.active span:nth-of-type(1) {
    top: 10px;
    left: 10px;
    transform: translateY(6px) rotate(-45deg);
    width: 25%;
}

.openbtn.active span:nth-of-type(2) {
    top: 22px;
    left: 10px;
    transform: translateY(-6px) rotate(45deg);
    width: 25%;
}

.openbtn.active:after {
    content: "CLOSE";
}
#menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.fLogo {
    margin: 0 15px 0 0;
}

/*  NEWS  */
div#news{
    width:100%;
    height: 100vh;
    background: #ebedf1;
    padding:160px 0 80px 0;
}
div#news div.posts {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 80px;
}
#news .titBox {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 80px;
}
/*div#news h2 {
    writing-mode: vertical-lr;
    letter-spacing: 0.2rem;
    color: #465053;
    font-size: 31px;
    margin: 0;
}
div#news .tit {
    font-size: 19px;
    font-family: "Lato-Light";
    color: #465053;
    transform: rotate(90deg);
    letter-spacing: 0.1rem;
    margin: 18px 0 0 0;
}*/
div#news h2 {
    font-size: 16px;
    margin: 7px 0 80px 0;
    padding: 0 0 0 0;
    position: relative;
    font-family: "HannariMincho";
    height: auto;
    display: block;
    letter-spacing: 0.4rem;
    font-weight: normal;
    width: 100%;
}
div#news .tit {
    font-size: 64px;
    font-family: "Tiro Tamil", serif;
    letter-spacing: 0.1rem;
    margin: 50px auto 10px;
    line-height: 1;
    text-transform: uppercase;
}
div#news ul {
    list-style: none;
    margin: 40px 0px 0 auto;
    padding: 0;
    border-top: 1px solid #cdd1d4;
    width: 80%;
    text-align: left;
}
div#news ul li {
    margin: 0 0 0px 0;
    padding: 32px 10px;
    border-bottom: 1px solid #cdd1d4;
    font-size: 15px;
    display: flex;
    letter-spacing: 0.1rem;
}
div#news span.date {
    font-family: "Inter";
    width: 120px;
    display: inline-block;
    margin-right: 20px;
    font-size: 13px;
}
div#news ul li a {
    width: calc(100% - 120px);
    line-height: 1.7;
}
#news.news {
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: relative;
  margin: auto;
}
#news.news img {
  width: 100%;
}
div#news > div.readmore {
    display: flex;
    align-items: end;
    justify-content: right;
    margin: 70px auto;
    padding: 0 80px;
    max-width: 1300px;
}
a.button{
  color:#465053;
  text-align:center;
  padding:10px 20px;
  border:1px solid #465053;
  font-size:15px;
  display:block;
  width:200px;
}

/*  CONTACT  */
.contact.page{
    background: url(/common/img/bgPage07.jpg) 0 0 repeat;
}
.mailform{
    max-width: 1300px;
    margin: 0 auto;
    padding:0px 0 80px 0;
}
.contact .titBox {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 80px;
}
.contact h2 {
    font-size: 13px;
    margin: 7px 0 80px 0;
    padding: 0 0 0 0;
    position: relative;
    font-family: "HannariMincho";
    height: auto;
    display: block;
    letter-spacing: 0.4rem;
    font-weight: normal;
    width: 100%;
    text-align: center;
}
.contact .tit {
    font-size: 64px;
    font-family: "Tiro Tamil", serif;
    letter-spacing: 0.1rem;
    margin: 50px auto 10px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}
.page.policy .header_inner, .page.contact .header_inner {
    max-width: 1280px;
    margin: 30px auto;
    padding: 0 80px 0 40px;
}
/*  Policy  */
.policy.page{
    background: url(/common/img/bgPage07.jpg) 0 0 repeat;
}
.container{
    max-width: 1300px;
    margin: 0 auto;
    padding:0px 0 80px 0;
}
.policy .titBox {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 80px;
}
.policy .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0px 40px 80px;
}
.policy h2 {
    font-size: 13px;
    margin: 7px 0 80px 0;
    padding: 0 0 0 0;
    position: relative;
    font-family: "HannariMincho";
    height: auto;
    display: block;
    letter-spacing: 0.4rem;
    font-weight: normal;
    width: 100%;
    text-align: center;
}
.policy .tit {
    font-size: 54px;
    font-family: "Tiro Tamil", serif;
    letter-spacing: 0.1rem;
    margin: 50px auto 10px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}
.policy h3 {
    margin: 0 0 50px;
    letter-spacing: 0.14rem;
    font-size: 22px;
}
.policy p {
    font-size: 14px;
    margin: 0px 0 30px;
    word-wrap: break-word;
}
.policy strong {
    margin: 38px 0 9px 0;
    display: block;
}

/*  PRODUCT  */
div#product {
    width: 100%;
    background: #ebedf1;
    padding: 1px 0px 80px;
    position: relative;
    background-image:url(../img/bgPage05.jpg);
    background-repeat: repeat-y;
    background-position: left top;
    background-attachment: fixed;
    background-size:100%;
    color:#f0e7e2;
}
img.imgProductMain {
    max-width: 540px;
    margin: 0 auto 70px;
    display: block;
    padding: 0 20px;
}
div#product .gateImg{
    width:100%;
}
#product .product {
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  margin: auto;
}
#product .product img {
  width: 130%;
}
div#product h2 {
    font-size: 16px;
    margin: 10px 0 80px 0;
    padding: 0px 0 0 0;
    position: relative;
    text-align: center;
    font-family: "HannariMincho";
    height: auto;
    display: block;
    letter-spacing: 0.4rem;
    font-weight: normal;
}
div#product .tit {
    font-size: 64px;
    font-family: "Tiro Tamil", serif;
    letter-spacing: 0.1rem;
    margin: 150px auto 15px auto;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}
#product .catch {
    font-family: "HannariMincho";
    text-align: center;
    line-height: 2.8;
    font-size: 27px;
}
#product .copy {
    font-family: "HannariMincho";
    text-align: center;
    line-height: 2.9;
    font-size: 16px;
    margin: 60px 0 80px 0;
}
#product h4 {
    font-family: "HannariMincho", serif;
    font-size: 23px;
    line-height: 1.8;
}
.alignHalf > div.sticky {
    width: 50%;
    text-align: center;
}
div#product .container .alignHalf > div.sticky img {
    width: 80%;
    display: block;
    margin: 0 auto;
}
div#product .container .alignHalf {
    margin: 0 0 90px 0;
}
#product .chart {
    margin: 40px 0 30px;
}
#product .images {
    position: relative;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 130px;
}
#product .images img:first-child {
    width: auto;
    height: 500px;
}
#product .images img:last-child {
    height: 500px;
    margin: 0 0 0 60px;
    width: auto;
}
div#product .container {
    max-width: 1300px;
    margin: 0px auto;
    padding: 0px 100px 100px;
}
div#product .container img {
    width: 100%;
}
.detail {
    margin: 150px 0 80px;
}
.alignHalf {
    display: flex;
    justify-content: space-between;
    align-items: start;
    position: relative;
}
#product .alignHalf{align-items: center;}
div#product .container .alignHalf img {
    width: 100%;
}
.alignHalf > div {
    width: 43%;
}
div#product .container img.plogo {
    width: 400px;
    margin: 20px auto 80px;
    display: block;
}
.detail h3 {
    font-weight: normal;
    letter-spacing: 0.1rem;
    font-size: 16px;
    margin: 0px auto 70px;
    text-align: center;
    width: 66%;
    line-height: 2.5;
}
.chart > div {
    border-bottom: 1px solid #f0e7e2;
    padding: 20px 0;
    font-size: 17px;
}
.chart ul {
    list-style: none;
    padding: 0;
    margin: 0 0 60px 0;
}
.chart ul li {
    padding: 20px 0;
    margin: 0;
    border-bottom: 1px solid #f0e7e2;
    display: flex;
    justify-content: space-between;
}
.chart ul li span em {
    font-style: normal;
    font-size: 12px;
    color: #f0e7e2;
    margin: 0 0 0 2px;
}
.chart p {
    font-size: 14px;
    line-height: 2;
}
.productLink {
    display: flex;
    align-items: end;
    justify-content: space-around;
    margin: 70px 0 120px;
    padding: 0;
}
.productLink a.button {
    color: #f0e7e2;
    text-align: center;
    padding: 20px 20px;
    border: 1px solid #f0e7e2;
    font-size: 15px;
    display: block;
    width: 300px;
    transition:.9s;
}
.productLink a.button:hover {
    color: #f0e7e2;
    border: 1px solid #f0e7e2;
    background: #687c87;
    border-radius: 80px;
}
.member07 .alignHalf p,.member07 h3 {
    color: #d3dae5;
}
div#member .member07 .alignHalf img {
    width: 50%;
}
/*  SERVICE  */
div#service {
    width: 100%;
    background: url(../img/empty-wooden-sauna-room-with-traditional-sauna-acc-2023-11-27-05-10-01-utc-scaled.jpg) center right no-repeat;
    padding: 80px 0 80px 0;
    position: relative;
    overflow: hidden;
    background-size: 161%;

}
#service .service {
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  margin: auto;
}
#service .service img {
  width: 130%;
}
div#service h2 {
    font-size: 16px;
    margin: 7px 0 80px 0;
    padding: 0 0 0 0;
    position: relative;
    text-align: center;
    font-family: "HannariMincho";
    height: auto;
    display: block;
    letter-spacing: 0.4rem;
    font-weight: normal;
    color: #fff;
    width: 100%;
}
div#service .tit {
    font-size: 64px;
    font-family: "Tiro Tamil", serif;
    color: #fff;
    letter-spacing: 0.1rem;
    margin: 50px auto 10px;
    line-height: 1;
    text-transform: uppercase;
}

div#service .container {
    max-width: 1300px;
    margin: 0px auto;
    padding: 0px 0px 0px;
    display: flex;
    align-items: start;
    justify-content: left;
    flex-wrap: wrap;
}
.introduce {
    text-align: center;
    color: #674033;
    width: 100%;
    position: relative;
}
.introduce img {
    width: 72%;
    margin: -40px 0 0 0;
}
.answer {
    display: block;
    font-size: 23px;
    font-family: "HannariMincho";
    font-weight: bold;
    margin: 20px 5px 10px 0;
    vertical-align: sub;
    color: #674033;
}
.param {
    display: block;
    font-family: "HannariMincho";
    font-size: 23px;
    margin: 20px 0;
    vertical-align: middle;
}
div#service h3 span {
    transform: rotate(90deg);
    display: block;
    font-size: 23px;
    font-weight: lighter;
    color: #674033;
}
div#service .alignHalf div {
    width: 68%;
}
#service .alignHalf img {
    margin-right: 40px;
}
div#service h3 {
    line-height: 1.8;
    letter-spacing: 0.15rem;
    font-size: 17px;
    margin: 0 0 41px;
    padding: 0;
}
div#service p {
    font-size: 14px;
}
div#service div.readmore {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 70px 0 30px;
    padding: 0;
}
div#service a.button:hover {
    background: #664032;
    color:#fff;
}
div#service a.button {
    border-color: #664032;
    color:#664032;
}

/*  MEMBERS  */
div#member {
    background: url(../img/bgPage06.jpg) 0 0 repeat;
    padding: 1px 0 80px;
}
div#member h2 {
    color: #63636d;
    font-size: 16px;
    margin: 10px 0 80px 0;
    padding: 0px 0 0 0;
    position: relative;
    text-align: center;
    font-family: "HannariMincho";
    height: auto;
    display: block;
    letter-spacing: 0.4rem;
    font-weight: normal;
    color:#fff;
}
div#member .tit {
    font-size: 64px;
    font-family: "Tiro Tamil", serif;
    color: #63636d;
    letter-spacing: 0.1rem;
    margin: 100px auto 15px auto;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color:#fff;
}
div#member .container {
    max-width: 1300px;
    margin: 0px auto;
    padding: 0px 100px 0px;
}
div#member ul {
    list-style: none;
    padding: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
div#member ul li {
    width: calc(84% / 3);
    margin-bottom: 40px;
    margin-right:8%;
}
div#member ul li:nth-child(3),
div#member ul li:nth-child(6),
div#member ul li:nth-child(9) {
    margin-right:0%;
}
div#member ul li .name {
    color: #d3dae5;
    font-size: 17px;
}
div#member ul li .name span {
    font-style: italic;
    display: block;
    font-size: 13px;
    margin: 4px 0 26px 0;
}
div#member ul li p {
    color: #d3dae5;
    font-size: 14px;
}
div#member img {
    width: 100%;
}
div#member .alignHalf.member07 img {
    width: 30%;
}
.alignHalf.member07 div {
    width: 64%;
    color: #d3dae5;
    padding: 37px 0 0 0;
}
div#member .alignHalf.member07 .name {
    color: #d3dae5;
    font-size: 19px;
}
div#member .alignHalf.member07 .name span {
    font-style: italic;
    display: block;
    font-size: 14px;
    margin: 4px 0 26px 0;
}
div#member .alignHalf.member07 p {
    color: #d3dae5;
    font-size: 14px;
}
.member07 {
    margin: 10px 0 60px;
}
.member07 .h3 {
    font-weight: bold;
    letter-spacing: 0.1rem;
    font-size: 16px;
    margin: 100px 0 10px 0;
    color: #d3dae5;
}
.member07 .alignHalf {
    align-items: center;
}
.member07 .alignHalf p {
    line-height: 2;
}
.member07 h3 {
    font-size: 32px;
    margin: 11px 0 5px;
    border-left: 9px solid #d3dae5;
    padding: 0 0 0 15px;
}
.member07 .alignHalf {
    align-items: center;
}
.member07 .alignHalf p {
    line-height: 2;
}
.member07 a.button {
    border-color: #d3dae5;
    color: #d3dae5;
    padding: 15px 25px;
    width: 250px;
    margin: 40px 0 0 0;
}
.member07 .chart {
    border-top: 1px solid #5d7495;
    padding: 0;
}
.member07 .chart > div {
    display: flex;
    color: #d3dae5;
    width: 100%;
    font-size: 18px;
    border-bottom: 1px solid #5d7495;
    padding: 47px 0 37px 0;
    font-family: "HannariMincho";
}
.member07 .chart > div .heading {
    width: 19%;
    font-size: 15px;
}
.member07 .chart > div .data {
    width: 81%;
    font-size: 16px;
}
div#member .member07 .chart ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0px 0;
    /*justify-content: end;*/
    justify-content: center;
}
div#member .member07 .chart ul li {
    padding: 0px 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border: 0;
    margin: 0 0 18px;
    width: 30%;
}
div#member .member07 .chart ul li a{
    color:#fff;
}
div#member .member07 .chart ul li:nth-child(2) {
    width: 20%;
}
div#member .member07 .chart ul li:first-child {
    width: 40%;
}
.member07 .chart p {
    font-size: 14px;
    line-height: 2;
}
#menu.fixed .openbtn span {
    background-color: #2d3358;
}
#menu.fixed .openbtn:after{
    color:#2d3358;
}
#menu.fixed .openbtn.active:after {
    color: #fff;
}
#menu.fixed .openbtn.active span {
    background-color: #fff;
}
/* Instagram */
#instagramBlock {
    position: relative;
    background: #cdd3df url(../img/bgInstagram.jpg) 0 0 no-repeat;
    padding: 100px 40px 120px 40px;
    background-size: cover;
    min-height: 400px;
    margin: 0;
    max-width: 100%;
}
div#instagramBlock .head {
    max-width: 1300px;
    margin: 0 auto;
    height: 37px;
    background: #000;
    border-radius: 8px 8px 0 0;
}
div#instagramBlock .body {
    max-width: 1300px;
    margin: 0 auto;
    padding:30px 20px;
    background: #fff;
    border-radius: 0 0 8px 8px;
}
.prof img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
}
.prof {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}
div#aboutus {
    background: url(../img/bgPage07.jpg) 0 0 repeat;
    padding: 10px 0 100px;
}
div#aboutus h2 {
    color: #46556a;
    font-size: 16px;
    margin: 10px 0 80px 0;
    padding: 0px 0 0 0;
    position: relative;
    text-align: center;
    font-family: "HannariMincho";
    height: auto;
    display: block;
    letter-spacing: 0.4rem;
    font-weight: normal;
}
div#aboutus .tit {
    font-size: 64px;
    font-family: "Tiro Tamil", serif;
    letter-spacing: 0.1rem;
    margin: 100px auto 15px auto;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color:#46556a;
}
div#aboutus .container {
    max-width: 1300px;
    margin: 0px auto;
    padding: 0px 100px 0px;
}
div#aboutus ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
div#aboutus ul li {
    display: flex;
    font-size: 15px;
}
div#aboutus ul li p, div#aboutus ul li span {
    padding: 0;
    line-height: 1.8;
    margin: 0 0 20px;
    color:#46556a;
}
div#aboutus ul li span{
    width:120px;
    margin-right:10px;
}
div#aboutus .alignHalf > div.googleMap {
    margin: 0;
    position: relative;
    width: 48%;
    height: 450px;
    padding: 0;
}
div#aboutus .alignHalf {
    align-items: center;
}
div#aboutus .googleMap iframe {
    filter: hue-rotate(350deg);
    width: 100%;
}
div#aboutus .googleMap:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: hue;
    pointer-events: none;
background-color: #fff;
    opacity: 0.3;
  }
div#aboutus ul li.head {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 30px;
    font-family:"HannariMincho";
}

div#instagramBlock iframe {
    width: calc(88% / 3) !important;
    margin: 0 4% 0 0 !important;
    min-width: 100px !important;
}
#instagramBlock .posts {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 30px;
}
#instagramBlock .prof p {
    font-size: 19px;
}
#instagramBlock .info {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    align-items: center;
}
#instagramBlock .info a{
    background:#0095f6;
    border-radius:6px;
    color:#fff;
    text-align:center;
    padding:6px;
    width:182px;
    display:inline-block;
 }
/*  FAQ  */
#faqBlock {
    position: relative;
    background: #cdd3df url(../img/bgFaq.jpg) 0 0 no-repeat;
    padding: 0 0 100px 0;
    background-size: 100%;
}
div#faq {
    position: absolute;
    background: #d0d7e2 url(../img/bgFaq.png) 0 0px no-repeat;
    background-size: 100%;
    height: 600px;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    content: "";
    z-index: -1;
}
div#faqItems {
    padding: 60px 100px;
    max-width: 1300px;
    margin: 0px auto;
    color:#fff;
}
div#faqItems h2 {
    color: #63636d;
    font-size: 16px;
    margin: 10px 0 80px 0;
    padding: 0px 0 0 0;
    position: relative;
    text-align: center;
    font-family: "HannariMincho";
    height: auto;
    display: block;
    letter-spacing: 0.4rem;
    font-weight: normal;
    color:#d3dae5;
}
div#faqItems .tit {
    font-size: 64px;
    font-family: "Tiro Tamil", serif;
    color: #63636d;
    letter-spacing: 0.1rem;
    margin: 100px auto 15px auto;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color:#d3dae5;
}
#faqItems .accordion_one {
    margin: 0 auto;
    border-bottom: 1px solid #8895ab;
    background: rgb(53 60 84 / 40%);
}
#faqItems .accordion_one .accordion_header {
    font-size: 16px;
    font-weight: bold;
    padding: 25px 60px 22px 20px;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    display: flex;
    line-height: 1.8;
    align-items: flex-start;
}
#faqItems .accordion_one .accordion_header:before {
    content: "Q";
    display: inline-block;
    background: #fff;
    color: #405c84;
    border-radius: 20px;
    padding: 7px 10px 11px;
    line-height: 1;
    margin: 0px 17px 0 0;
    vertical-align: middle;
    font-size: 18px;
}
#faqItems .accordion_inner .box_one p:before {
    content: "A";
    display: inline-block;
    background: none;
    color: #fff;
    border-radius: 20px;
    padding: 6px 9px 10px 11px;
    line-height: 1;
    margin: 0px 17px 0 0;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #fff;
}
#faqItems .accordion_one .accordion_header:hover {
  opacity: .8;
}
#faqItems .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 2%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
#faqItems .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
#faqItems .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
#faqItems .accordion_one .accordion_header .i_box .one_i:before, #faqItems .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  width: 18px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
  background-color: #d3dae5;
}
#faqItems .accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 18px;
  top: 0;
  left: 7px;
}
#faqItems .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
#faqItems .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#faqItems .accordion_one .accordion_inner {
    display: none;
    padding: 9px 20px;
    box-sizing: border-box;
}
#faqItems .accordion_one:nth-of-type(2) .accordion_inner {

}
#faqItems .accordion_one:nth-of-type(3) .accordion_inner {

}
#faqItems .accordion_one .accordion_inner .box_one {
  min-height: 100px;
}

#faqItems .accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
    font-size: 16px;
    display: flex;
    align-items: flex-start;
    padding-right: 40px;
}
#faqItems .accordion_one .accordion_inner p.txt_a_ac a {
    color: #fff;
    text-decoration: none;
    background: url(../img/file.png) 2px 8px no-repeat;
    background-size: 14px auto;
    padding: 0 0 0 23px;
    display: block;
    margin: 10px 0 10px 0;
}
div#splash_logo, #splash_text {
    width: 100%;
}

@media screen and (max-width: 1024px) {
  #faqItems .accordion_one .accordion_header {

  }
  #faqItems .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  #faqItems .accordion_one .accordion_header {
    font-size: 15px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}

/*  CONTACT  */
div#contact {
    background: url(../img/bgPage05.jpg) 0 0 repeat;
    padding: 15px 0 117px;
    color: #f0e7e2;
}
div#contact h2 {
    letter-spacing: 0.2rem;
    color: #f0e7e2;
    font-size: 31px;
    margin: 0;
    padding: 80px 0 0 0;
}
div#contact .tit {
    font-size: 19px;
    font-family: "Inter";
    color: #f0e7e2;
    letter-spacing: 0.1rem;
    margin: 6px 0 70px 0;
}
div#contact .container {
    max-width: 1300px;
    margin: 0px auto;
    padding: 0px 80px 0px;
}
.contactLink {
    display: flex;
    align-items: baseline;
}
.contactLink p {
    width: 50%;
}
.contactLink .button {
    color: #f0e7e2;
    border-color: #f0e7e2;
    line-height: 1;
    padding: 19px 29px;
    margin-left: 43px;
    width: 240px;
    transition: .3s;
}
.contactLink .button:hover {
    color: #24223a;
    border-color: #f0e7e2;
    line-height: 1;
    padding: 19px 29px;
    margin-left: 43px;
    width: 240px;
    transition: .3s;
    background:#f0e7e2;
}

/*  FOOTER  */
footer{
  background:#e5e5e5;
  color:#465053;
}
footer .upper {
    margin: 0px auto;
    padding: 80px 80px 0px;
    display: flex;
    justify-content: space-between;
}
.fMenu {
    display: flex;
    padding: 20px 0 0 0;
}
.fMenu ul {
    width: 245px;
}
footer .upper ul{
  list-style:none;
  margin:0;
  padding:0;
}
footer .upper ul li {
    margin: 0 0 28px;
    padding: 0;
    letter-spacing: 0.05em;
    font-family: "Inter";
    font-size: 15px;
}
footer .upper ul li a {
    color: #6f6f6f;
}
footer .upper ul li.contact01 a {
    border: 1px solid #25233b;
    border-radius: 75px;
    margin: 0px 0 0px;
    background: transparent;
    transition: .3s;
    display: block;
    color: #25233b;
    padding: 14px 17px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.15em;
    font-weight: 700;
    font-family: "HannariMincho";
}
footer .upper ul li.contact02 a{
    border: 1px solid #25233b;
    border-radius: 75px;
    margin: 0px 0 0px;
    background: transparent;
    transition: .3s;
    display: block;
    color: #25233b;
    padding: 14px 17px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.15em;
    font-weight: 700;
    font-family: "HannariMincho";
}
footer .upper ul li.contact03 a{
    border: 1px solid #25233b;
    border-radius: 75px;
    margin: 0px 0 0px;
    background: transparent;
    transition: .3s;
    display: block;
    color: #25233b;
    padding: 14px 17px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.15em;
    font-weight: 700;
    font-family: "HannariMincho";
}
footer .lower {
    margin: 60px auto 10px;
    padding: 0px 80px 19px;
    display: flex;
    border-top: 1px solid #a2abad;
}

footer .lower ul {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
    display: flex;
    align-items: baseline;
}
footer .lower ul li {
    margin: 0 30px 0px 0;
    padding: 0;
    letter-spacing: 0.05em;
    font-family: "Inter";
    font-size: 12px;
}

/*  ONSENSAUNA  */
.onsensauna #header p.inview img {
    max-width: 466px;
}
.onsensauna #header {
    position: relative;
    height: 70vh;
    overflow: hidden;
}
.onsensauna h1.logo img {
    width: 78px;
    height: auto;
}
.onsensauna h1.logo {
    margin: 0px 70px 0 57px;
    padding: 22px 0px 20px 0px;
    width: 78px;
}
.onsensauna .header_inner p {
    margin: 16vh 0 0 0px;
    text-align: center;
}
div#saunaExperience .container {
    max-width: 1300px;
    margin: 0px auto;
    padding: 50px 80px 50px;
}
div#saunaExperience {
    background: #323638;
    color: #e2ddd8;
}
div#saunaExperience h2 {
    letter-spacing: 0.2rem;
    font-size: 31px;
    margin: 0;
    padding: 80px 0 0 0;
    text-align:center;
}
div#saunaExperience .tit {
    font-size: 19px;
    font-family: "Inter";
    letter-spacing: 0.1rem;
    margin: 16px 0 90px 0;
    text-align:center;
}
div#saunaExperience img {
    max-width: 600px;
    margin-right: 30px;
}
div#saunaExperience p {
    font-size: 14px;
    line-height: 2;
  }
  div#saunaExperience .alignHalf {
    align-items: center;
}
div#saunaExperience ul {
    margin: 60px auto 0;
    padding: 0 80px 75px;
    max-width: 1300px;
    list-style: none;
}
div#saunaExperience ul li {
    margin: 0 0 50px 0;
    font-family: "HannariMincho";
    font-size: 22px;
    color: #a7a7a7;
}
div#saunaExperience h2 {
    letter-spacing: 0.2rem;
    font-size: 40px;
    margin: 0;
    padding: 80px 0 10px 0;
    text-align: center;
    font-family: "HannariMincho";
}
div#saunaExperience .feature {
    font-size: 25px;
    font-weight: 600;
    color: #878787;
    font-style: normal;
    font-family: "Inter";
    margin: 0 26px 15px 0;
    display: inline-block;
    vertical-align: top;
}
div#saunaExperience .feature em {
    font-size: 36px;
    font-weight: 600;
    color: #878787;
    font-style: normal;
    font-family: "HannariMincho";
    vertical-align: text-top;
    display: inline-block;
    margin: 0 0 0 4px;
}
div#saunaExperience ul li span {
    font-size: 32px;
    margin: 0 4px;
    color: #fff;
}
div#onsenSite img {
    max-width: 500px;
}
div#onsenSite {
    background: rgba(244, 244, 244, 0.5);
}
div#onsenSite .alignHalf{
    max-width: 1300px;
    margin: 0px auto;
    padding: 50px 80px 50px;
}
div#onsenSite .alignHalf {
    align-items: center;
}
div#onsenSite .alignHalf > div {
    text-align: center;
    font-weight: bold;
    color: #674033;
}
div#onsenSite a.button {
    margin: 33px auto 0;
    display: block;
    background: rgba(244, 244, 244, 0.7);
    text-align: center;
    padding: 17px 20px 17px 22px;
    width: 340px;
    border-color: #fff;
    transition:.3s ease-out;
}
div#onsenSite a.button:hover {
    width: 350px;
}

body.news{
    background-image:url(../img/bgPage07.jpg);
    background-repeat: repeat-y;
    background-position: left top;
    background-attachment: fixed;
    background-size:100%;
}
.page div#news {
    background: transparent;
}
.page h1.logo {
    margin: 0;
    padding: 0;
}
.page h1.logo img {
    width: 80px;
    height: auto;
}
.page .openbtn span {
    background: #666;
}
.page .openbtn:after{
    color: #666;
}
.page .openbtn.active span {
    background: #fff;
}
.page .openbtn.active:after{
    color: #fff;
}
.page div#news {
    background: transparent;
    padding: 50px 0 130px 0;
}
.page .header_inner {
    max-width: 1280px;
    margin: 30px auto;
    padding: 0 80px;
}
.page #menu {
    position: fixed;
}
.blog div#news .tit {
    font-size: 45px;
    margin: 0px 0 0;
}
div#news h2 {
    font-size: 13px;
}
.category {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 80px;
    display: flex;
    justify-content: space-between;
}
.news div#news .category span.date {
    font-size: 13px;
    margin: 0;
    background: transparent;
    color: #666;
    padding: 0;
}
.news div#news .category span {
    background: #8eb5c5;
    border-radius: 50px;
    color: #fff;
    padding: 8px 20px;
    width: auto;
    align-content: center;
    font-size: 14px;
    line-height: 1;
    margin: 0;
}
.blogContent {
    max-width: 1300px;
    padding: 0 80px;
    margin: 0 auto;
    font-size: 15px;
}
.blogContent h3 {
    font-size: 30px;
    margin: 50px 0 60px 0;
    line-height: 1.4;
}

.page .openbtn {
    margin: 40px 90px 0 0;
}

.blogContent a.button {
    width: auto;
    margin: 30px 0;
    display: inline-block;
    padding: 10px 30px;
}
.blogContent a.button:hover {
    background:#465053;
    color:#fff;
}



/* lang */
a.lang_btn{
    border: 1px solid #878787;
    border-radius: 6px;
    margin-top: 48px;
    background: #282a34;
    transition: .3s;
    color: #fff;
    padding: 6px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.2rem;
    display: inline-block;
    position: absolute;
    left: 55px;
    cursor: pointer;
}
footer a.lang_btn{margin-top: 10px;}
a.lang_btn:hover{
    background: rgb(40 42 52 / 50%);
}
a.lang_btn.lang_btn_fo{
    position: unset;
    border: 1px solid #25233b;
    color: #25233b;
    background: transparent;
    margin-left: 0!important;
}
a.lang_btn.lang_btn_en{
    margin-left: 72px;
    letter-spacing: 1px;
}
.ls1{
    letter-spacing: 1px!important;
}
.ls0{
    letter-spacing: 0px!important;
}







