@charset "utf-8";
/* CSS Document */

/*
Theme Name: 笑門
Theme URI: http://shoumon.com/
Description: よもぎ蒸し・リンパマッサージの笑門オリジナルテーマ
Author: 作者の名前
Author URI: 作者のサイトのURL
Version: バージョン
*/

/*ーーー
 全体
ーーー*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body{
  min-width: 100rem;
  word-break: break-all;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic",serif;
  font-style: normal;
  font-weight: 400;
  color: #595757;
  background-color: #D5E1D5;
  line-height: 2;
  letter-spacing: 0.16rem;
  font-feature-settings: "palt";
  overflow-wrap: break-word;
}
@media (min-width: 64rem) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.l-section{
  margin-top: 24rem;
}

img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.container{
  max-width: 129.6rem;
  margin: 0 auto;
  -webkit-margin: 0 auto;
  padding-left: 4.8rem;
  padding-right: 4.8rem;
  -webkit-padding-left: 4.8rem;
  -webkit-padding-right: 4.8rem;
}
.btnArrow{
	background-color: #e4c530;
	color: #fff;
  border-radius: 4rem;
	width: 28rem;
	padding: 1.6rem 2.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
  margin: 4.8rem auto;
  transition: all .2s ease-in;
}
.btnArrow:hover{
  background-color: #e4c530;
  color: #4e4b4b;
}
.btnArrow span,
.btnArrow i{
  position: relative;
  z-index: 3;
}
.titleWrap{
  text-align: center;
  margin: 9.6rem auto 16rem;
}
.sectionHead{
  font-size: 3.6rem;
  letter-spacing: 0.4rem;
  display: flex;
  flex-direction: column;
}
.sectionHead .txt{
  font-size: 1.6rem;
  margin-bottom: 0;
  text-align: center;
}
.largeTxt{
  font-size: 3.2rem;
}
.txt{
  text-align: justify;
}
.fade{
  transform: translateY(3.6rem);
  opacity: 0;
  transition: all 1.5s;
}
.fade.visible{
  opacity: 1;
  transform: translateY(0);
}
/*ーーーー
  header
ーーーーー*/
#header{
  background-color: rgba(213,225,213,0.6);
  width: 100vw;
  padding: 1.2rem 0;
  position: fixed;
  z-index: 99;
  top: 0;
}
.headerWrap{
  width: 140rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  right: 0;
  left: 0;
}
.hamburger{
  display: none;
}
.topTitle{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin-right: 1.2rem;
}
.mainTitle{
  font-size: 3.6rem;
  margin-left: 0.8rem;
  line-height: 1.6;
}
.topTelLink{
  line-height: 1;
}
.headerNav{
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  padding-top: 3.2rem;
  margin-left: 2.4rem;
  transition: all .3s ease-in-out;
}
.headerNav li{
  padding: 0 1.2rem;
  line-height: 1;
  letter-spacing: 0.36rem;
  position: relative;
  color: #595757;
  display: flex;
  align-items: center;
}
.headerNav li::after {
  content: '';
  position: absolute;
  bottom:-1.2rem;
  left: 0;
  width: 100%;
  height: 0.16rem;
  transition: all .3s;
  transform: scale(0, 1);/*X方向0、Y方向1*/
  transform-origin: left top;/*左上基点*/
  background:#e4c530;
}
.headerNav li:hover::after{
  transform: scale(1, 1);
}
.hamburger{
  display: none;
  width: 4rem;
  height: 4rem;
  position: relative;
}
.hamburger span {
  display: block;
  background-color: #595757;
  position: absolute;
  height: 0.24rem;
  width: 4.8rem;
  transition: .3s;
  z-index: 99;
}
.hamburger.active span{
  background-color: #595757;
}
.hamburger span:nth-of-type(1) {
  top: 0;
}
.hamburger span:nth-of-type(2) {
  top: 1.6rem;
}
.hamburger span:nth-of-type(3) {
  top: 3.2rem;
}
.hamburger.active span:nth-of-type(1) {
  top: 1.6rem;
  transform: rotate(30deg);
}
.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active span:nth-of-type(3) {
  top: 1.6rem;
  transform: rotate(-30deg);
}
/*ーーーーー
  TopView
ーーーーーー*/
.topView{
  margin: 0 auto;
  padding-top: 12rem;
  max-width: 140rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.topView .slider1{
  width: 50%;
  margin:0;
}
.topView .splide__track{
  border-radius: 0 24rem 0 0;
}
.mainLogo{
  width: 40%;
}
.mainLogo img{
  width: 48rem;
}
.topView .splide__slide.is-active img{
  animation: zoomanime 5s linear 0s normal both;
  width: 100%;
  height: 100%;
}
@keyframes zoomanime {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.splide__arrow > svg {
  display: none;
}
.splide__track{
  overflow: visible;
}
/*ーーーーー
  concept
ーーーーーー*/
.conceptContent{
  margin-top: 12rem;
  background-image: url(img/bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 4.8rem 0 4.8rem;
}
.titleWrap .txt{
  text-align: center;
}
.conceptContent .sectionHead{
  margin-bottom: 4rem;
}
.conceptContent .contentWrap{
  margin-top: 17.6rem;
  position: relative;
}
.conceptContent .splide__slide img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}
/*ーーーーー
  service
ーーーーーー*/
.serviceWrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.serviceList{
  width: calc(92%/2);
  overflow: hidden;
  cursor: pointer;
}
.serviceImg img{
  border-radius: 4rem;
}
.serviceList .txt,
.serviceContent .txt{
  width: 88%;
  margin: 2rem auto 4.8rem;
}
.listHead{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  padding-top: 1.2rem;
}
/*ーーーーー
  price
ーーーーーー*/
.priceContent{
  background-image: url(img/bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 4.8rem 0 4.8rem;
}
.priceContentWrap{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.priceWrap{
  width: 50%;
}
.flowWrap{
  width: 40%;
}
.priceList{
  margin-bottom: 4.8rem;
}
.priceHead{
  font-size: 2.4rem;
  border-bottom: #e4c530 dashed 0.1rem;
}
.price{
  margin-left: 1.6rem;
}
.extension{
  font-size: 2.4rem;
}
.flowImg img{
  border-radius: 4rem;
}
.flowTxt{
  padding: 1.2rem 0 2.4rem;
}
/*ーーーー
  News
ーーーーー*/
.infoContent{
  background-color: #f6f6f6;
  padding: 4.8rem 0;
  max-width: 80%;
  margin: 12.8rem auto;
  border-radius: 24rem;
  height: 64rem;
}
.infoContent .titleWrap{
  margin: 2.4rem auto;
}
.infoContent .contentWrap{
  padding: 0 4.8rem;
  overflow: scroll;
  height: 48rem;
}
.infoList{
  border-bottom: #595757 dashed 0.1rem;
}
.info{
  margin-bottom: 24rem;
}
.infomation{
  margin-top: 12rem;
}
.infoWrap,
.infoListWrap{
  max-width: 80rem;
  margin: 0 auto 9.6rem;
}
.singleHead{
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 0.8rem;
  border-bottom: #4e4b4b dashed 0.1rem;
  margin-bottom: 1.2rem;
　justify-content: space-between;
}
.singleContent{
  margin-bottom: 12rem;
}
/*ーーーーー
  contact
ーーーーーー*/
.contactContent{
  margin-bottom: 12.8rem;
}
.contactContent .titleWrap{
  margin-bottom: 2.4rem;
}
.contactFormWrap{
  max-width: 80%;
  margin: 0rem auto;
}
.formWrap{
  max-width: 80%;
  margin: 4.8rem auto;
}
.contactForm{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: #595757 0.1rem solid;
  margin-bottom: 2.4rem;
  padding: 1.2rem;
}
.wpcf7-form-control-wrap{
  width:70%;
}
input{
  height: 100%;
  width:100%;
}
textarea{
  width:100%;
  background-color: #f6f6f6;
}
.privacyTxtWrap{
  border: #595757 solid 0.1rem;
  background-color: #f6f6f6;
  height: 48rem;
  overflow: scroll;
  padding: 2.4rem;
}
.wpcf7-submit{
  display:block;
  width:30%;
  text-align:center;
  margin:2.4rem auto;
  background-color: #e4c530;
  border-radius: 4rem;
  border: #e4c530 0.1rem solid;
  padding: 1.2rem;
  color: #f1f1f1;
  transition: .8s ease-in-out;
}
.wpcf7-submit:hover{
  background-color: #f1f1f1;
  color: #e4c530;
}
/*ーーーーー
  top btn
ーーーーーー*/
.backToTop {
  display: flex;
  width: 7.2rem;
  height: 7.2rem;
  position: fixed;
  bottom: 7.2rem;
  right: 5.4rem;
  z-index: 9;
  transition: none;
  background-color: #f6f6f6;
  border: #595757 solid 0.1rem;
  border-radius: 99%;
  flex-wrap: wrap;
  justify-content: center;
}
.backToTop i{
  text-align: center;
  line-height: 4.8rem;
  font-size: 2.4rem;
}
/*ーーーー
  Footer
ーーーーー*/
.footer{
  letter-spacing: 0.1rem;
  background-color: #f6f6f6;
  width: 100vw;
}
.footWrap{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  padding: 9.6rem 0 4.8rem;
}
.footerLogo{
  width: 30%;
}
.footerAddWrap{
  width: 55%;
}
.topMap iframe{
  width: 64rem;
  height: 32rem;
  margin-top: 2.4rem;
}
.footerAdd{
  line-height: 1.8;
}
.copyright{
  margin: 8rem auto 0;
  max-width: 120rem;
  font-size: 1rem;
}
