@charset "utf-8";
#main {
  overflow: hidden;
  position: relative;
}
.wrapper {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 1160px;
}
/*背景エリア*/
.whiteblock {
  background: #ffffff;
  margin: 0 calc(50% - 50vw);
  padding: 3.5rem calc(50vw - 50%);
  width: 100vw;
}
.orangeblock {
  background: #fbc600;
  margin: 0 calc(50% - 50vw);
  padding: 3.5rem calc(50vw - 50%);
  width: 100vw;
}
.blackblock {
  background: #000;
  margin: 0 calc(50% - 50vw);
  padding: 3.5rem calc(50vw - 50%);
  width: 100vw;
}
.grayblock {
  background: #333333;
  margin: 0 calc(50% - 50vw);
  padding: 3.5rem calc(50vw - 50%);
}
/*メイン*/
.mainIMG .kids {
  position: absolute;
  display: block;
  bottom: -168px;
  right: 0;
  width: 330px;
}
.mainIMG .kids div::after {
  background: url(../images/kids_txt.png) no-repeat center/contain;
}
#about .kids {
  display: none;
  margin: 0 auto;
  width: 330px;
}
.kids div {
  position: relative;
}
.kids img {
  margin: 29px;
  width: 272px;
  border-radius: 50%;
  border: 6px solid #fbc600;
}
.kids div::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 330px;
  height: 330px;
  background: url(../images/kids_txt_sp.png) no-repeat center/contain;
}
@media (min-width: 1500px) {
  .mainIMG .kids {
    right: 120px;
  }
}
@media (max-width: 1240px) {
  .mainIMG .kids {
    display: none;
  }
  #about .kids {
    display: block;
  }
}


/*キャンペーン*/
.campaign-message {
  border-bottom: 1px solid #333;
  padding-bottom: 2em;
}
.campaign-message h2 {
  font-size: 2em;
  line-height: 1.4;
}
.campaign-message .accept {
  font-size: 3.3em;
  font-weight: 600;
  line-height: 1.4;
  color: #ff0000;
  padding: 0.4em 0;
}
.campaign-message .accept::after {
  content: "要予約";
  display: inline-block;
  font-size: 0.5em;
  color: #fbc600;
  background: #ff0000;
  padding: 8px 10px;
  border-radius: 6px;
  vertical-align: middle;
  margin-bottom: 8px;
}
.about-message {
  padding-bottom: 3.5em;
}
.about-message h3 {
  font-size: 3.3em;
  line-height: 1.4;
  padding: 1.2em 0 0.8em;
}
.about-message p {
  font-size: 1.4em;
  line-height: 1.65;
}
/*YOUTUBE*/
.youtube-area {
  display: flex;
  justify-content: center;
}
.youtube {
  max-width: 100%;
}
/*オーナーメッセージ*/
.about_content {
  margin: 2em 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about_cont_image {
  padding-left: 5vw;
}
.about_cont_image p {
  text-align: right;
  padding-top: 1em;
  line-height: 1.6;
}
.about_cont_message {
  width: 60%;
  text-align: justify;
}
.about_cont_message h4 {
  font-size: 2.75em;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 0.8em;
}
.about_cont_message p {
  font-size: 1.25em;
  line-height: 1.6;
  text-align: justify;
}
/*スナップショット*/
.about_snap_area {
  margin: 4em calc(50% - 50vw);
  width: 100vw;
}
.about_snap_area ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.about_snap_area li {
  margin-right: 2.5vw;
}
.about_snap_area li:last-child {
  margin-right: 0;
}
/*サービス*/
.service-message,
.facility-message {
  color: #fff;
  margin: 2.5em 0 4em;
}
.service-message h3,
.facility-message h3 {
  font-size: 2.75em;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 0.5em;
}
.service-message p,
.facility-message p {
  font-size: 1.5em;
  font-weight: 100;
  line-height: 1.6;
}
.service_cont_area ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.service_cont_area ul li {
  text-align: left;
  width: 48%;
  max-width: 545px;
  margin-bottom: 4em;
}
.service_cont_area ul li h4 {
  color: #fbc600;
  font-size: 2em;
  font-weight: 600;
  padding: 1em 0 0.5em;
}
.service_cont_area ul li p {
  color: #fff;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.6;
}
/*料金表*/
#price.grayblock {
  background: #3a3a3a;
}
.price-message {
margin: 2.5em 0;
}
.price-message h3 {
  color: #fff;
  font-size: 2.75em;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 0;
}
.price-message p {
  color: #fff;
  font-size: 1em;
  font-weight: 100;
  line-height: 1.6;
}
/*料金表テーブル*/
.price_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.25em;
  font-size: 1.25em;
  line-height: 1.6;
}
.fee {
  line-height: 2.8;
}
.month {
  width: 38%;
}
.gene {
  width: 10%;
}
.ore th,
.ore td {
  background-color: #fffbe7!important;
}
.price_table tr th {
  font-weight: 600;
  background-color: #fbc600;
}
.price_table tr th:first-child {
  width: 38%;
}
.monthly_fee tr:first-child th {
  background-color: #fbc600!important;
}
.monthly_fee tr th {
  background-color: #f4f0d9;
}
.price_table th,
.price_table td {
  border: 1px solid #666;
  text-align: center;
  padding: 1.5em;
  background: #f4f0d9;
  vertical-align: middle;
  font-weight: normal;
},
.price_table td {
  background: #dddddd;
}
.price_table p {
  font-size: 0.8em;
}
.price-campaign {
  margin: 3em 0 3.5em;
}
.price-campaign h4 {
  color: #fbc600;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.6;
}
.price-campaign ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.price-campaign ul li {
  color: #fbc600;
  font-size: 2.75em;
  font-weight: 600;
  margin: 0 0.5em;
  padding-top: 2rem;
}
.price-campaign ul li span {
  font-size: 60%;
  vertical-align: middle;
  display: inline-block;
  margin-left: -8px;
  margin-right: -8px;
  padding-bottom: 4px;
  position: relative;
}
.price-campaign ul li span::before {
  content: "";
  width: 74%;
  height: 2px;
  background: #fbc600;
  top: 38%;
  left: 13%;
  display: block;
  position: absolute;
}
/*施設・設備*/
.facility_content {
  position: relative;
}
.facility_content .prev,
.facility_content .next {
  position: absolute;
  z-index: 1;
  top: calc(50% - 25px);
  font-size: 0;
  line-height: 0;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.3s ease-out;
}
.facility_content .prev:hover,
.facility_content .next:hover {
  opacity: 1;
}
.facility_content .prev {
    left: -35px;
  background: url(../images/facilityArrow_left.png) no-repeat center/cover;
}
.facility_content .next {
  right: -35px;
  background: url(../images/facilityArrow_right.png) no-repeat center/cover;
}
.facility-image .slick-list {
  margin: 4em calc(50% - 50vw);
  width: 100vw;
}
.facility-image li {
  margin: 0 25px;
}
.facility-image li:last-child {
  margin: 0;
}
.facility-image div {
  min-width: 354px;
  position: relative;
}
.facility-image p {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
  text-align: left;
  padding: 0 2em 1em 1em;
}
.facility-image p.txtBlk {
  color: #333;
  font-weight: 500;
}
.facility_cnt_message {
  margin-bottom: 4em;
}
.facility_cnt_message p {
  color: #fff;
  font-size: 1.4em;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: justify;
}
/*アクセス*/
.access-message {
margin: 2.5em 0 2em;
}
.access-message h3 {
  color: #333;
  font-size: 2.75em;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 0.5em;
}
.access-address {
  margin: 3em 0 3.5em;
}
.access-address p {
  display: inline-block;
  width: 100%;
  padding: 1.5rem;
  margin-top: 0.75em;
  color: #fff;
  font-size: 1.6em;
  font-weight: 100;
  letter-spacing: 0.05em;
  background: #333;
}
.access-address p span {
  font-size: 0.65em;
  padding-left: 1em;
  letter-spacing: 0;
  vertical-align: middle;
}
/*マップ*/
.googlemap {
  position: relative;
  padding-bottom: 39.8%;
  height: 460px;
  overflow: hidden;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*インスタグラム*/
#instagram.grayblock {
  background: #f1f1f1;
}
.instagram-message {
  margin: 2.5em 0 2em;
}
.instagram-message h3 {
  color: #333;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 0.5em;
}
.instagram-prev {
  position: relative;
  margin-bottom: 3em;
}
.instagram-prev::after {
  position: absolute;
  content: "";
  top: 25%;
  left: 0;
  background: #de2b68;
  margin: 0 calc(50% - 50vw);
  padding: 3.5rem calc(50vw - 50%);
  width: 100vw;
  height: 300px;
}
.instagram-prev ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.instagram-prev li {
  z-index: 1;
  background: #f1f1f1;
  padding-right: 2em;
}
.instagram-prev li:first-child {
  width: calc(100% - 747px);
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
}
.instagram-prev li:first-child img {
  width: 100px;
  height: 100px;
}
.instagram-prev li:first-child p {
  font-size: 1.25em;
  font-weight: 600;
  padding-top: 1.5em;
}
/*フッター*/
footer {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.footer_wrapper {
  padding-left: 40px;
  padding-right: 40px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 1160px;
}
.footer_block {
  background: #fff;
  margin: 0 calc(50% - 50vw);
  padding: 3rem calc(50vw - 50%) 0;
  width: 100vw;
}
.footer_infomation {
  padding: 3em 0 4em;
}
.footer_infomation li {
  padding-top: 0.5em;
}
.footer_infomation li:first-child {
  font-family: "Arial";
  font-size: 2em;
  font-weight: 800;
}
.footer_infomation li:nth-child(2) {
  font-size: 1.2em;
  font-weight: 600;
  padding-bottom: 0.5em;
}
.footer_infomation li:nth-child(3) {
  font-family: "Arial";
  font-size: 2.2em;
  font-weight: 600;
}
.footer_infomation li:nth-child(4) {
  font-size: 1.4em;
  font-weight: 300;
  word-wrap: break-word;
}
.footer_campaign_area {
  background: #333;
  margin: 0 calc(50% - 50vw);
  padding: 4rem 0;
  width: 100vw;
}
.footer_campaign_area .campaign-message {
  border-bottom: none;
  padding: 0;
}
.footer_campaign_area .campaign-message h2 {
  color: #c3c3c3;
}
.footer_campaign_area .campaign-message .accept {
  color: #c3c3c3;
}
.footer_campaign_area .campaign-message .accept::after {
  color: #333333;
  background: #c3c3c3;
}
/*申し込みボタン*/
.footer_campaign_area .inquiryBtn a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-size: 2.25em;
  font-weight: 300;
  margin: 0.5em 0;
  padding: 0.8em;
  max-width: 500px;
  width: 100%;
  background: #666;
  z-index: 1;
  transition: .3s;
}
.footer_campaign_area .inquiryBtn a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fbc600;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
.footer_campaign_area .inquiryBtn a:hover {
  opacity: 1;
  color: #333;
  font-weight: 500;
}
.footer_campaign_area .inquiryBtn a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
/*コピーライト*/
#copyright {
  position: relative;
  background: #ffffff;
  margin: 0 calc(50% - 50vw);
  padding: 2em calc(50vw - 50%);
}
#copyright p {
  font-size: 1.1em;
  color: #999;
  line-height: 1.6;
  word-wrap: break-word;
}
#copyright .pagetop_btn {
  position: absolute;
  top: 50%;
  right: 10%;
  font-family:  "Arial", sans-serif;
  font-size: 0.7em;
  font-weight: 600;
  vertical-align: middle;
}
#copyright .pagetop_btn::before {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  top :-2px;
  left: 37%;
  border: 1px solid #333;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-100%) rotate(-45deg);
}
#copyright a::after {
  position: absolute;
  content: "";
  left: -50%;
  bottom: -100%;
  z-index: 1;
  width: 200%;
  height: 500%;
}
#copyright .pagetop_btn {
  transition: all .3s ease-in-out;
}
#copyright .pagetop_btn:hover {
  opacity: 0.8;
}