@charset "utf-8";
/*
Theme Name: sTOBIo_article
Theme URI: テーマのホームサイトのURL
Description: sTOBIo_articleポートフォリオ
Author: 作者の名前
Author URI: 作者のサイトのURL
Version: バージョン
*/

/*ーーー
 全体
ーーー*/
html {
  font-size: 62.5%;
}
body{
  min-width: 32rem;
  word-break: break-all;
  font-family: 'Zen Maru Gothic',sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8;
  font-feature-settings: "palt";
  color: #4D4D4D;
}
img{
  max-width: 100%;
  height: auto;
}
.container{
  max-width: 79.8rem;
  margin: 0 auto;
  -webkit-margin: 0 auto;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  -webkit-padding-left: 2.4rem;
  -webkit-padding-right: 2.4rem;
}
.l-section{
  padding:4.8rem 0;
}
.ttl{
  font-size: 2.4rem;
  text-align: center;
  font-family: 'Chewy',sans-serif;
  padding: 0.4rem 2.4rem;
  margin-bottom: 1.2rem;
}
.ttlWrapper .txt{
  text-align: center;
}
.largeTxt{
  font-size: 2.4rem;
  padding: 0.4rem 0;
  text-align: center;
  font-weight: 400;
  margin-bottom: 2.4rem;
}
.txt{
  text-align: justify;
}
.pc{
  display: none;
}
.fade{
  transform: translateY(3.2rem);
  opacity: 0;
  transition: all 1.5s;
}
.fade.visible{
  opacity: 1;
  transform: translateY(0);
}
.moreBtn{
  width: 28rem;
  height: 4.8rem;
  background-color: #847c6a;
  margin: 3.6rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.4rem;
}
.moreBtn a{
  color: #F9F9F9;
}
.fa-chevron-right{
  color: #fff;
}
/*ーーーー
 header
ーーーー*/
.headerWrap{
  position: fixed;
  display: flex;
  justify-content: space-between;
  background-color: rgba(180, 180, 180, 0.3);
  top: 0;
  z-index: 999;
  width: 100%;
  height: 4.8rem;
  align-items: center;
}
.headerLogo{
  width: 8rem;
  padding-left: 1.2rem;
}  
.headerNav{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #4d4d4d;
  background-image: linear-gradient(180deg , #D3F3FD, #fff);
  height: 100vh;
  z-index: 999;
}
.headerNav.active {
  display: block;
  max-width: 100%;
  overflow: hidden;
  padding-top: 6.4rem;
}
.headerNav li{
  position: relative;
  font-size: 1.6rem;
  text-align: center;
  margin:1.2rem 0;
}
.hamburger{
  display: block;
  position: fixed;
  width: 4.8rem;
  height: 4.8rem;
  right: 5%;
  top: 1rem;
  z-index: 1000;
  cursor: pointer;
}
.hamburger span {
  background-color: #fff;
}
.hamburger span {
  position: absolute;
  height: 0.2rem;
  width: 4.2rem;
  transition: .3s;
  z-index: 99;
}
.hamburger span:nth-of-type(1) {
  top: 0;
}
.hamburger span:nth-of-type(2) {
  top: 1.2rem;
}
.hamburger span:nth-of-type(3) {
  top: 2.4rem;
}
.hamburger.active span {
  background-color: #4d4d4d;
}
.hamburger.active span:nth-of-type(1) {
  top: 1.2rem;
  transform: rotate(30deg);
}
.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active span:nth-of-type(3) {
  top: 1.2rem;
  transform: rotate(-30deg);
}
/*ーーーーー
  fullView
ーーーーーー*/
.topView{
  margin: 0 auto;
  max-width: 100%;
}
.topView .swiper1{
  margin:0;
}
.topView .slide-media img{
  width: 100%;
  height: 60vh;
  object-fit: cover;
}
@keyframes zoomUp { 
  0% {
  transform: scale(1);
  }
  100% {
  transform: scale(1.15);
  }
}
.topView .swiper-slide[class*=-active] .slide-media img{
  animation: zoomUp 7s linear 0s normal both;
}
/*ーーーー
  info
ーーーーー*/
.infoWrap{
  height: 48rem;
  overflow: scroll;
  width: 90%;
  margin: 2.4rem auto;
}
.infoList{
  border-bottom: #B0DEEC dashed 0.1rem;
  padding: 1.2rem;
}
/*ーーーー
  about
ーーーーー*/
.aboutImageWrap{
  display: flex;
  justify-content: space-between;
  margin: 2.4rem auto;
}
/*ーーーーー
  exmple
ーーーーーー*/
.exampleList{
  display: flex;
  flex-wrap: wrap;
  margin: 2.4rem auto;
  justify-content: flex-start;
  justify-content: space-between;
}
.example{
  width: 100%;
  margin-right: 1.2rem;
  margin-bottom: 4.8rem;
}
.exampleDetail_ttl{
  font-size: 2.4rem;
  text-align: center;
  padding: 1.2rem 0;
}
/*ーーーーー
  flow
ーーーーーー*/
.arrow{
  display: block;
  text-align: center;
}
.flowWrap{
  margin: 0 auto 6.4rem;
}
.flowBlock .txt{
  background-color: #FBF9FA;
  border-radius: 2.4rem;
  padding: 0.8rem;
  max-width: 36rem;
}
/*ーーーーー
  backBtn
ーーーーーー*/
.backToTop {
  display: flex;
  width: 4.8rem;
  height: 4.8rem;
  position: fixed;
  bottom: 4.8rem;
  right: 3%;
  z-index: 9;
  transition: none;
  background-color: #6d6c6c;
  border-radius: 99%;
  flex-wrap: wrap;
  justify-content: center;
}
.backToTop i{
  text-align: center;
  line-height: 4.8rem;
  font-size: 2.4rem;
  color: #FBF9FA;
}
.backToTop.fixed{
  position: relative;
    margin-bottom: -2.6rem;
    margin-left: auto;
    margin-right: 0;
    margin-top: -2.4rem;
}
/*ーーーーー
  footer
ーーーーーー*/
footer{
  width: 100vw;
  padding: 3.6rem 2.4rem;
  background-color: #D9CEB7;
}
.footerLogo{
  width: 60%;
  margin: 0 auto;
}
.footNav li{
  padding: 0.8rem 0;
}
.address .txt{
  text-align: justify;
  margin-top: 2.4rem;
}
.copyright{
  text-align: center;
  font-size: 1.2rem;
  padding: 0.8rem 0;
  letter-spacing: 0.1em;
}

/*ーーーーーー
  about-page
ーーーーーーー*/
.facility,
.enjoy{
  background-image: linear-gradient(180deg,#D3F3FD,#fff);
}
.faciliryWrapper .largeTxt{
  padding: 0;
  letter-spacing: 0.2rem;
}
.facilityWrap{
  position: relative;
  margin: 4.8rem auto;
}
.swiper2,
.swiper3{
  margin: 2.4rem 0;
}
.postpartumWrap .txt{
  margin-bottom: 2.4rem;
}
.enjoyWrap{
  margin: 4.8rem auto;
}
.enjoyHead .swiper3{
  margin: 0;
}
.enjoyHead{
  margin: 1.2rem auto;
}
.enjoyHead .txt{
  font-size: 2.4rem;
  padding-top: 1.2rem;
}
.enjoyTxt .txt{
  text-align: justify;
}
/*ーーーーーー
  mama-page
ーーーーーーー*/
.topMovie .momreat-momMovie{
  width: 100%;
  height: 100%;
}
.featuresWrap{
  margin-top: 2.4rem;
}
.featuresImg img{
  border-radius: 4rem;
}
.seformBlocktorWrap{
  width: 100vw;
  height: 24rem;
  background-image: url(img/momPage05.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headTxt{
  text-align: center;
  margin: 2.4rem 0;
  font-size: 2.4rem;
  letter-spacing: 1rem;
}
.featuresItem{
  margin: 4.8rem auto;
}
.featuresTxtWrap .txt{
  text-align: justify;
}
.storyTxtWrap{
  margin: 2.4rem auto;
}
.storyTxtWrap .txt{
  margin-bottom: 2rem;
  text-align: justify;
}
/*ーーーーーー
  info-page
ーーーーーーー*/
.dataWrap{
  padding-bottom: 0.04rem;
  border-bottom: #A9BCE0 dotted 0.1rem;
  margin-bottom: 2.4rem;
}
/*ーーーーーーーー
  contact-page
ーーーーーーーーー*/
.faq{
  background-image: linear-gradient(180deg,#A9BCE0 40%,#FCE1EA 70%,#fff 90%);
}
.faqWrap{
  margin-bottom: 4.8rem;
}
.faqWrap .txt,
.faqBlock{
  background-color: #fff;
}
.faqWrap h3{
  display: inline-block;
  text-align: left;
  padding: 0.4rem;
}
.faqBlock{
  padding: 0.8rem;
}
details > summary:first-of-type {
  list-style: none;
}
details{
  margin: 0 0 2.4rem;
}
details[open] summary{
  border-bottom: #4d4d4d solid 0.1rem;
  padding-bottom: 0.02rem;
  margin-bottom: 0.4rem;
}
.txformWrap{
  margin-bottom: 2.4rem;
}
span.marker {
  background: linear-gradient(transparent 70%, #FFFA7D 70%);
}

.formBlock .txt{
  text-align: justify;
}
.formBlock{
  margin: 2.4rem 0;
  padding-bottom: 1.2rem;
  border-bottom: #4D4D4D solid 0.1rem;
}
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap input,
textarea{
  background-color: #F9F9F9;
  padding: 0.4rem;
  width: 100%;
}
.input[type="date" i] {
  font-weight: normal;
}

[type="submit"] {
  background-color: #AAD0B0;
  padding: 0.8rem 2.4rem;
  text-align: center;
  border-radius: 2.4rem;
  width: 24rem;
  margin: 0 auto;
  display: block;
}
.privacyHead{
  text-align: center;
  font-size: 2rem;
  margin-top: 4.8rem;
}
.privacyTxtWrap{
  overflow: scroll;
  height: 32rem;
  background-color: #F9F9F9;
  border: #4D4D4D solid 0.1rem;
  padding: 1.2rem;
  border-radius: 1.2rem;
  margin-bottom: 4.8rem;
}
.contactFormWrap{
  margin: 9.6rem auto;
  width: 80%;
}
.accept label{
  display: flex;
  justify-content: center;
  align-items: center;
}
.accept{
  margin: 0 auto 2.4rem;
  text-align: center;
}
.accept .wpcf7-list-item{
  width: 80%;
}
.accept .wpcf7-form-control-wrap input{
  width: 10%;
}
.singleContent p{
  margin: 2.4rem 0;
}