/* ==========================
  css読み込み
========================== */

@import url("https://inaho-sports.com/wp/test02/wp-content/themes/pacificmall02/css/reset.css");
@import url("https://inaho-sports.com/wp/test02/wp-content/themes/pacificmall02/css/contact.css");
@import url("https://inaho-sports.com/wp/test02/wp-content/themes/pacificmall02/css/animation.css");

/* ==========================
  ベース設定
========================== */
/* html {
  scroll-behavior: smooth;
} */
:root {
  --font-size-pc: 1.4em;
  --font-size-sp: 4.5vw;
}

.indent {
  display: inline-block;
  width: .66em;
}

body {
  margin: 0 auto;
  font-size: 4.5vw;
  font-family: "新ゴ B", "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
}

.wrapper {
  overflow: hidden;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: .8;
}
#golden-age a:hover {
  opacity: 1;
}
.margin-top--10px {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
}

/* サイト幅 */
.site-width {
  max-width: 550px;
  width: 100%;
}

.content {
  padding: 20px 16px; /* 本番で変更 */
  padding-top: 0;
}
/* ==========================
  ヘッダー
========================== */
header {
  position: relative;
  z-index: 999;
  display: inline-block;
  width: 100%;
  background-color: #187fb1;
  color: #fff;
}
header h1 {
  line-height: 0;
}
header img {
  padding: 0px;
}

/* ==========================
  ボタン
========================== */
.btn {
  display: block;
  margin: 10px auto;
  margin-top: 0;
  padding: 0 20px;
  width: 100%;

  /* background-color: #dc0055; 仮。本番は画像のため消すこと */
}
.btn a:hover {
  opacity: 0;
}
.tel-text {
  text-align: center;
  font-size: 3.5vw;
}
.text-align--center {
  display: block;
  text-align: center;
}
/* ==========================
  ヘッダー
========================== */

/* ==========================
  メインビジュアル
========================== */
.main-visual {
  position: relative;
  margin-bottom: 20px;
  /*   padding-top: 135.6%; */
  /* margin-bottom: 80px; */
  width: 100%;
  /*   background-image: url("https://inaho-sports.com/wp/test02/wp-content/themes/pacificmall02/img/top_bg-min.png"); */
  background-size: contain;
  background-repeat: no-repeat;
}
.main-visual-bg {
  position: absolute;
  bottom: 7.5%;
  left: 0;
  z-index: 110;
  width: 100%;
}
.catchcopy {
  position: absolute;
  top: 12%;
  left: 82%;
  width: 29%;
  /* 	    top: 42%; */
  transform: translate(-50%,-50%) scale(1.05);
}
.catchcopy01 {
  top: 28.5%;
  right: auto;
  left: 94%;
  width: 19%;
  transition: 1s;
  transition-delay: .5s;
}
.catchcopy02 {
  position: absolute;
  top: 37%;
  left: 83%;
  width: 21%;
  opacity: 0;
  transition: .5s;
  transition-delay: 1.5s;
  /* 	top: 56%; */
  transform: translate(calc(-50% - 60px),calc(-50% + 20px)) scale(.85);
  /* 	transform: translate3d(-150px, -70px, 120px) scale(0.9); */
}
.catchcopy02.loaded {
  opacity: 1;
  transform: translate(-50%,-50%);
}
.mainimg.catchcopy03.main-visual-img {
  /* 	top: 66%; */
  position: absolute;
  top: 8%;
  left: 22%;
  width: 18%;
  transition-delay: 2.1s;
  transition-timing-function: cubic-bezier(.23,1.16,.8,1.43);
  transition-duration: .5s;
  /*     width: 110px;
    left: 54%; */
  transform: translate(-50%,-50%) scale(.8);
}
.mainimg.catchcopy03.loaded {
  transform: translate(-50%,-50%) scale(1);
}
.catchcopy04 {
  position: absolute;
  top: 7%;
  left: 62%;
  width: 18%;
  transition-delay: 2.5s;
  transition-timing-function: cubic-bezier(.23,1.16,.8,1.43);
  transition-duration: .5s;
  transform: translate(-50%,-50%) scale(0);
}
.mainimg.catchcopy04.loaded {
  transform: translate(-50%,-50%) scale(1);
}
.catchcopy05 {
  position: absolute;
  top: 31%;
  left: 18%;
  width: 18%;
  transition-delay: 2.9s;
  transition-timing-function: cubic-bezier(.23,1.16,.8,1.43);
  transition-duration: .5s;
  transform: translate(-50%,-50%) scale(0);
}
.mainimg.catchcopy05.loaded {
  transform: translate(-50%,-50%) scale(1);
}
.catchcopy06 {
  position: absolute;
  top: 40%;
  left: 66%;
  width: 19%;
  transition-delay: 3.3s;
  transition-timing-function: cubic-bezier(.23,1.16,.8,1.43);
  transition-duration: .5s;
  transform: translate(-50%,-50%) scale(0);
}
.mainimg.catchcopy06.loaded {
  transform: translate(-50%,-50%) scale(1);
}
.catchcopy07 {
  position: absolute;
  top: 57%;
  left: 56%;
  width: 20%;
  transition-delay: 3.6s;
  transition-timing-function: cubic-bezier(.23,1.16,.8,1.43);
  transition-duration: .5s;
  transform: translate(-50%,-50%) scale(0);
}
.mainimg.catchcopy07.loaded {
  transform: translate(-50%,-50%) scale(1);
}
.catchcopy08 {
  position: absolute;
  top: 52%;
  left: 27%;
  width: 29%;
  transition-delay: 3.9s;
  transition-timing-function: cubic-bezier(.23,1.16,.8,1.43);
  transition-duration: .5s;
  transform: translate(-50%,-50%) scale(0);
}
.mainimg.catchcopy08.loaded {
  transform: translate(-50%,-50%) scale(1);
}
.main-visual-human {
  position: absolute;
  /* top: 100%; */
  bottom: 2.8%;
  display: block;
  width: 100%;
  opacity: 1;
  transform: translate(0) scale(1);
}
.main-visual-img {
  /* top: 7%;
  left: 58%;
  width: 39%; */
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
  transition: .15s;
  transition-delay: 1.4s;
  transform: translate(-50%,-50%) scale(.9);
  will-change: transform;
}
.main-visual-img.loaded {
  z-index: 100;
  opacity: 1;
  -ms-filter: none;
  transition: opacity 1330ms cubic-bezier(.645, .045, .355, 1), transform 1300ms cubic-bezier(.645, .045, .355, 1);
  transform: translate(-50%,-50%);
}
.humanBg01 {
  position: absolute;
  top: -3%;
  right: -33%;
}
.humanBg02 {
  position: absolute;
  top: -3%;
  left: -8%;
  width: 62%;
}
/* .mainimg {
  transition: .5s;
  transition-delay: 1s;
} */
.humanHeading {
  position: relative;
  z-index: 21;
  margin-top: 0%;
  transform: translateY(-8%) scale(1.01);
}
.heading02 {
  z-index: 1;
  display: block;
  margin-top: -105%;
  margin-right: auto;
  margin-bottom: 0%;
  margin-left: auto;
  width: 72%;
  -webkit-animation: scale .6s cubic-bezier(.45,.38,.3,1.16) 5s infinite normal;
          animation: scale .6s cubic-bezier(.45,.38,.3,1.16) 5s infinite normal;
}
@-webkit-keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.mainimg03 {
  top: 0;
  left: 0;
  transform: translate(-100vw, -100vh);
}

.mainimg04 {
  top: 0;
  right: 0;
  transform: translate(100vw, -100vh);
}

.mainimg02 {
  top: 61.3%;
  right: 0;
  /* transform: translateY(-50%); */
  transform: translate(100vw, 10vh);

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mainimg01 {
  top: 61.3%;
  left: 0;
  /* transform: translateY(-50%); */
  transform: translate(-100vw, 10vh);

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mainimg03.loaded {
  transform: translate(0);
}
.mainimg04.loaded {
  transform: translate(0);
}
.mainimg02.loaded {
  transform: translateY(-50%);
}
.mainimg01.loaded {
  transform: translateY(-50%);
}

.main-visual-logo {
  position: absolute;
  top: 1%;
  left: 50%;
  z-index: 10;
  width: 33.3333%;
  opacity: .96;
  transform: translateX(-50%);

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.main-visual-heading {
  position: absolute;
  bottom: -38%;
  left: 50%;
  z-index: 10;
  width: 96%;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.advantage {
  margin: 16px;
  width: calc(100% - 32px);
}

.taiken {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 100%;
  /* 	margin-top: -32px; */
}
.taiken-heading-text {
  position: absolute;
  right: 20px;
  width: 66%;
}
.taiken-heading {
  position: absolute;
  top: 2%;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
}
.taiken-bg {
  margin-top: 20%;
}
.tanki {
  margin-bottom: 30px;
}
.info {
  position: relative;
  z-index: 99;
  margin-top: max(-20%, -300px);
  margin-bottom: 0%;
  padding: 0;
  transform: translateY(-16px);
}
/* ==========================
  キャンペーン
========================== */
.cp_content {
  padding: 0;
}
.cp_bg {
  background-image: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 12%, rgba(255,255,255,0) 83%,  rgba(255,255,255,1) 88.01%, rgba(255,255,255,1) 100%);
}
.campaign-sec {
  position: relative;
  background-image: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 75%,  rgba(255,255,255,1) 80.01%, rgba(255,255,255,1) 100%);
}
/*  .conceptのhidden解除  */
.cp_bg.content {
  position: relative;
  /* z-index: 111111; */
  overflow: visible!important;
}
.cp_bg.content::before {
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/campaign-bg.png);
  background-size: 50%;
  background-repeat: repeat;
  content: "";
  transform: translate(-16px, 0px);
}
.campaign-sec::before {
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/campaign-bg.png);
  background-size: 50%;
  background-repeat: repeat;
  content: "";
  transform: translate(-10px, -20px);
}
/* .cp_bg.content .content_wrapper {
  z-index: 111113;
} */

.campaign-panels {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
.campaign-panel {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  width: calc(50% - 5px);
}
.arrow {
  margin: 0 auto;
  max-width: 60px;
  width: 12%;
}
.money {
  margin: 10px auto 0 auto;
  width: 100%;
  transform: scale(1.1);
}
.more {
  margin: 0 auto;
  /* margin-bottom: -26px; */
  width: 50%;
}

.cp_inner .cp-end {
  margin-right: -16px;
  margin-bottom: -50px;
  margin-left: -16px;
}
.campaign-title {
  margin-bottom: 30px;
  transition: all 1000ms ease;
  transform: scale(0);
}

/* .campaign-title.transition1ms {
  transition: all 1ms ease;
  transition-delay: 1ms;
} */
/* .campaign-title.scale1 {
  transform: scale(1);
} */
.is-animation.campaign-title {
  transform: scale(1.1) translateX(-1%);
}
.cp-box {
  position: relative;
}
.campaign {
  margin: 5px 0;
  /* transition: all 500ms ease;
  opacity: 0;
  transform: translateX(150%); */
}
.campaign01 {
  transform-origin: top;
}
.campaign01.js-animation-fadeIn.isAnimate {
  transform: translate(.4%, 0) scale(1);
}
.campaign02 {
  margin-top: -16px;
}
.campaign-example {
  margin-top: 20px;
}
.cp_goods {
  margin-top: 20px;
  margin-bottom: 10px;
}

.cp_next {
  position: absolute;
  z-index: 9999;
  width: 50%;
  transition-delay: 1500ms;
  transition-property: transform;
  transform: translateY(-30px);
}

.cp-next .js-animation-fadeIn {
  transition-delay: 1500ms;
  transition-duration: 800ms;
  transition-property: transform;
}

.cp-end {
  margin-top: 10px;
}
.cp_inner {
  position: relative;
  transform: translateY(-20px);
}

/*  .campaign-titleの見切りを防ぐため  */
.cp_content {
  overflow: hidden;
}

.web_present {
  position: relative;
  margin-top: -30px;
  margin-bottom: 10px!important;
}
.present-text {
  text-align: center;
  font-size: 3.5vw;
}

.attention {
  margin: 0 auto;
  margin-top: 0px;
  width: calc(100% - 16px);
  font-size: 10px;
  line-height: 1.5;
}
.attention a {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 90%;
  border-radius: 20px;
  background-color: #1a2d78;
  color: #fff;
  text-align: center;
  font-size: .8rem;
}
/* ==========================
  事務所申し込み
========================== */
.entry-button {
  margin: 10px 0;
  margin-top: 0;
}
/* ==========================
  ゴールデンエイジ
========================== */
#golden-age {
  margin: 0 0 40px;
}
#golden-age .content {
  padding: 0;
  padding-bottom: 30px;
  background-image: linear-gradient(#fff 10%,#fece0c 11%, #fece0c 100%);
}
#golden-age .content h2 {
  /* outline: 5px solid #444442;
  outline-offset: -5px; */
}
#golden-age .triangle {
  /* width: 0;
  height: 0;
  border-style: solid;
  border-top: 10vw solid #fece0c;
  border-right: calc(50vw - 7px) solid transparent;
  border-bottom: none;
  border-left: calc(50vw - 7px) solid transparent; */
}
.golden-age_box {
  position: relative;
}
.gda-class_btn img {
  position: absolute;
  bottom: 27vw;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
}
.grandopen {
  margin-bottom: 20px;
}
.golden-age--backbg {
  line-height: 0;
  transform: translateY(-3px);
}
/* ==========================
  申し込み
========================== */
.content {
  overflow: hidden;
}

/* ==========================
  ワンコイン体験
========================== */
#one-coin_box {
  margin-bottom: 20px;
}
.taiken-btn_box {
  margin-bottom: 20px;
}

/* ==========================
  キャンペーン
========================== */
.campaign-sec {
  overflow: hidden;
  margin: 0 auto;
  margin-top: 30px;
  padding: 0 16px;
  width: 100%;
}
.campaign-sec .info {
  padding: 0;
  transform: none;
}

.campaign-sec > img {
  /* margin-bottom: -20px; */
}
.campaign-sec .more {
  /* margin-top: -10px; */
  /* margin-bottom: -20px; */
}

/* ==========================
  スクール紹介
========================== */
.swiper-container {
  margin: 0;
}
.school_info_bus {
  display: block;
  margin: 0 auto;
  /* width: 96%; */
}
.suishitsu {
  margin-top: 20px;
}
/* ==========================
  コース紹介
========================== */
#course {
  overflow: hidden;
}

.course-ttl {
  padding: 0px 20px 0;
}
#course section {
  padding: 20px 16px;
}
#baby.course_box {
  margin-top: 20px;
}
.course_box {
  margin-bottom: 16px;
}
#seijin.course_box {
  margin: 40px 0;
}
#otona {
  margin: 40px 0;
}
.course_system {
  display: block;
  /* margin: 30px auto 20px auto; */
  margin: 7vw auto 6vw auto;
  width: 100%;
  transform: scale(1.12);
}
#otona img {
  margin-bottom: 20px;
}
/* ==========================
  よくある質問
========================== */
#faq {
  margin: 0 20px;
}

.faq-question {
  position: relative;
  padding: 13px 50px 13px 20px;
  height: auto;
  background-color: #3786c7;
  color: #fff;
  line-height: 1.5;
}

.faq-question::after {
  position: absolute;
  top: 50%;
  right: 32px;
  content: "\f13a";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-filter: blur(0);
          filter: blur(0);
  transition: transform ease 500ms;
  transform: translateY(-50%);

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.faq-answer {
  visibility: hidden;
  padding: 5px 20px;
  line-height: 0;
  opacity: 0;
  transition: all ease 500ms;
}

.is-show > .faq-question::after {
  transform: translateY(-50%) rotate(180deg);
}

.is-show > .faq-answer {
  visibility: visible;
  line-height: 1.5;
  opacity: 1;
}

/* ==========================
　店舗情報
========================== */
#information {
  margin-top: 10px;
}
#information h2 {
  margin: 16px auto;
  width: calc(100% - 64px);
  border-radius: 40px;
  background-color: #808080;
  color: #fff;
  text-align: center;
  line-height: 2.4;
}
@media(min-width: 751px) {
  #information h2 {
    width: calc(100% - 32px);
  }
}
.school-info-box {
  box-sizing: border-box;
  margin: 16px auto;
  padding: 10px 16px;
}
@media(min-width: 751px) {
  .school-info-box {
    width: calc(100% - 64px);
  }
}
.flex-box {
  display: flex;
  padding: 10px;
  border-bottom: 1px dotted #231815;
  font-size: .9rem;
}
.flex-box h3 {
  display: inline-block;
  /* width: 50%; */
  font-weight: normal;
  font-size: inherit;
}

.flex-box .right {
  margin-left: 10px;
}
.fontSize-mini {
  font-size: .9rem;
}
.schoolInfo {
  margin-right: 16px;
  margin-bottom: 0px;
  margin-left: 16px;
  width: calc(100% - 32px);
}
.info-btn_box {
  display: flex;
  margin: 20px;
}
.info-btn_box a {
  display: block;
  justify-content: center;
  margin: 0 auto;
  width: 45%;
}
.info-btn_box a:nth-child(1) {
  /* display: none;
  padding-right: 20px; */
}
.gmap {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  padding-bottom: 75%;
  height: 0;
}

.gmap-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sns {
  display: flex;
  padding: 30px 100px 25px;
}
.sns a {
  padding: 0;
  width: 100%;
  text-align: center;
}
.sns img {
  /* width: 50%; */
  width: 25%;
}

/* ==========================
  フッター
========================== */
.footer-space {
  display: inline-block;
  width: 100%;
  /* height: 25vw; */
}
.footer {
  position: fixed;
  bottom: 0;
  z-index: 99999999;
  max-width: 551px;
  width: 100vw;
}
.footer .menu-btn ul {
  display: flex;
  background-color: #fff;
}
.footer .menu-btn li {
  justify-content: left;
  width: 33.3333%;
  cursor: pointer;
}
.footer .menu-btn li:first-child {
  width: 66.677%;
}
/* フッターメニュー */
.footer label {
  display: inline-block;
}
.footer input {
  display: none;
}
.footer .sub-menu {
  position: absolute;
  bottom: 100%;
  opacity: 0;
  transition: .3s;
  transform: translateY(150%);
}
.footer .sub-menu .close-btn {
  cursor: pointer;
}
.footer input:checked ~ .sub-menu {
  width: 100%;
  opacity: 1;
  transform: inherit;
}
.footer .sub-menu ul {
  padding: 20px 30px;
  width: 100%;
  background-color: rgba( 255, 255, 255, .9);
}
.footer .sub-menu li {
  width: 100%;
  line-height: 1.5;
}
.footer .sub-menu li a {
  display: block;
}

.footer .menu-btn li img {
  cursor: pointer;
}

.sns {
  position: relative;
}

.tax-text p {
  text-align: center;
  font-size: 12px;
}
.uketuke {
  /* margin-top: 15px;
  margin-bottom: -15px;
  text-align: center;
  font-size: 10px; */
  margin-top: -8px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 10px;
}
/* ==========================
  メディアクエリ
========================== */
@media screen and (min-width:751px) {
  body {
    font-size: var(--font-size-pc);
  }

  .campaign-panel {
    width: calc(50% - 4px);
  }

  #golden-age .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 90px solid #fece0c;
    border-right: 375px solid transparent;
    border-bottom: none;
    border-left: 375px solid transparent;
  }

  .content-swim-powers {
    padding-top: 60px;
    background-color: #ffffa2;
  }

  .swim-power {
    margin-bottom: -60px;
  }



  #down-abilty .content .heading-img {
    position: relative;
    z-index: 100;
  }

  .tel-text {
    font-size: var(--font-size-pc);
  }

  .cp_next .js-animation-fadeIn.isAnimate {
    transform: translateY(-46px) scale(1);
  }

  .present-text {
    font-size: 1.5vw;
  }
  .tax-text {
    font-size: 1.5vw;
  }
  .uketuke {
    font-size: 16px;
  }
  .content .attention {
    font-size: 16px;
  }
}




/*南越谷とWPに伴う変更データ
*/

/* ==========================
  よくある質問
========================== */
#faq {
  margin: 0 20px;
}


.faq-question {
  position: relative;
  padding: 13px 50px 13px 20px;
  height: auto;
  background-color: #3786c7;
  color: #fff;
  line-height: 1.5;
}

.faq-question::after {
  position: absolute;
  top: 50%;
  right: 32px;
  content: "\f13a";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-filter: blur(0);
          filter: blur(0);
  transition: transform ease 500ms;
  transform: translateY(-50%);

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.faq-answer {
  visibility: hidden;
  padding: 5px 20px;
  line-height: 0;
  opacity: 0;
  transition: all ease 500ms;
}

.is-show > .faq-question::after {
  transform: translateY(-50%) rotate(180deg);
}

.is-show > .faq-answer {
  visibility: visible;
  line-height: 1.5;
  opacity: 1;
}
/* ==========================
　お申し込みの流れ
========================== */
.contact-flow {
  box-sizing: border-box;
  margin: 40px 0;
  padding: 0 16px;
}
.contact-flow h3 {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.contact-flow img {
  margin: 20px 0;
}
.text-icon {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
  font-size: .8rem;
}
.contact-flow a {
  border-bottom: 1px solid #000;
}

/* ==========================
　お問い合わせフォーム
========================== */
.form {
  box-sizing: border-box;
  margin-top: 40px;
  padding: 32px 16px;
  padding-bottom: 16px;
  width: 100%;
  background: #d4dbe7;
}
input,textarea,select {
  border: 1px solid #333;
  color: #000;
  font-family: "新ゴ B", "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
}
input,textarea {
  width: 99.7%;
}
select.old {
  width: 25%;
  font-size: inherit;
}
select.course {
  width: 50%;
  font-size: inherit;
}
select {
  padding: 5px 8px;
  width: 50%;
  background-color: #fff;
  background-image: url(https://inaho-sports.com/wp/test02/wp-content/themes/pacificmall02/img/arrow-bottom.png);
  background-position: right 6px center;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  font-size: inherit;
  font-family: "新ゴ B", "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
}
.form h3 {
  text-align: center;
}
.form h3 > p {
  text-align: center;
}
.form .form-desc {
  margin: 16px 0;
  text-align: center;
  line-height: 1.6;
}
.form p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}
input[type="submit"].wpcf7-submit {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  padding: 12px 24px;
  width: auto;
  border: none;
  border-radius: 0px;
  background-color: #0075b2;
  color: #fff;
}
input[type="submit"],select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[data-class="wpcf7cf_group"] select {
  margin-bottom: 20px;
}
.freewalk-desc {
  line-height: 1.6;
}
/* [data-class="wpcf7cf_group"] {
	width: 40%;
}
[data-class="wpcf7cf_group"] span,
[data-class="wpcf7cf_group"] select {
	width: 100%;
} */
/* ==========================
　店舗情報
========================== */
#information {
  margin-top: 10px;
}
#information h2 {
  margin: 16px auto;
  width: calc(100% - 64px);
  border-radius: 40px;
  background-color: #808080;
  color: #fff;
  text-align: center;
  line-height: 2.4;
}
@media(min-width: 751px) {
  #information h2 {
    width: calc(100% - 32px);
  }
}
.school-info-box {
  box-sizing: border-box;
  margin: 16px auto;
  padding: 10px 16px;
}
@media(min-width: 751px) {
  .school-info-box {
    width: calc(100% - 64px);
  }
}
.flex-box {
  display: flex;
  padding: 10px;
  border-bottom: 1px dotted #231815;
}
.flex-box h3 {
  display: inline-block;
  /* width: 50%; */
  font-weight: normal;
  font-size: inherit;
}

.flex-box .right {
  margin-left: 10px;
}
.fontSize-mini {
  margin-top: 2px;
  font-size: .9rem;
}
@media(min-width: 751px) {
  .fontSize-mini {
    margin-top: 0px;
    font-size: inherit;
  }
}
.info-btn_box {
  display: flex;
  margin: 20px;
}
.info-btn_box a {
  justify-content: center;
}
.info-btn_box a:nth-child(1) {
  /*   padding-right: 20px; */
}
.schoolInfo {
  transform: scale(.88);
}

.gmap {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  padding-bottom: 75%;
  height: 0;
}

.gmap-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sns {
  display: flex;
  padding: 30px 100px 25px;
}
.sns a {
  padding: 0;
  width: 100%;
  text-align: center;
}
.sns img {
  /* width: 50%; */
  width: 25%;
}

/* ==========================
  フッター
========================== */
.footer-space {
  display: inline-block;
  width: 100%;
  /* height: 25vw; */
}
.footer {
  position: fixed;
  bottom: 0;
  z-index: 99999999;
  max-width: 551px;
  width: 100vw;
}
.footer .menu-btn ul {
  display: flex;
  background-color: #fff;
}
.footer .menu-btn li {
  justify-content: left;
  cursor: pointer;
}
/* フッターメニュー */
.footer label {
  display: inline-block;
}
.footer input {
  display: none;
}
.footer .sub-menu {
  position: absolute;
  bottom: 100%;
  opacity: 0;
  transition: .3s;
  transform: translateY(150%);
}
.footer .sub-menu .close-btn {
  cursor: pointer;
}
.footer input:checked ~ .sub-menu {
  width: 100%;
  opacity: 1;
  transform: inherit;
}
.footer .sub-menu ul {
  padding: 20px 30px;
  width: 100%;
  background-color: rgba( 255, 255, 255, .9);
}
.footer .sub-menu li {
  width: 100%;
  line-height: 1.5;
}
.footer .sub-menu li a {
  display: block;
}

.footer .menu-btn li img {
  cursor: pointer;
}

.sns {
  position: relative;
}

.tax-text p {
  text-align: center;
  font-size: 12px;
}

/* ==========================
  メディアクエリ
========================== */
@media screen and (min-width:751px) {
  body {
    font-size: var(--font-size-pc);
  }

  .content-swim-powers {
    padding-top: 60px;
    background-color: #ffffa2;
  }

  .swim-power {
    margin-bottom: -60px;
  }



  #down-abilty .content .heading-img {
    position: relative;
    z-index: 100;
  }

  .tel-text {
    font-size: var(--font-size-pc);
  }

  .cp_next .js-animation-fadeIn.isAnimate {
    transform: translateY(-46px) scale(1);
  }

  .present-text {
    font-size: 1.5vw;
  }
  .tax-text {
    font-size: 1.5vw;
  }
}


/* 申し込み確認画面 */
#contact_check_page {
  font-size: 12px!important;
}
tbody tr:nth-child(2n) {
  background-color: #eee;
}
