@charset "utf-8";
/* CSS Document */
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;}

    img {
        width: 100%;
    }
body{
	background: #fff;
    font-family:"Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 20px;}
.wrapper{
    max-width: 1364px;
    width: 100%;
    height: auto;
    margin: 0 auto;}
.site-header{
	background: #fff;
    border-bottom: solid 2px #2FBCBF;
	padding: 20px auto;
	position: absolute;
	justify-content: space-between;
    max-width: 1364px;
	width: 100%;
	z-index: 99;}
.site-header.fixed{
	position: fixed;
	top: 0;}

.site-header .wrap {
    display: flex;
}

.sp_header{
    display: none;}
.Toggle{
 display: none;}
.gnav{
    width: 90%;
    max-width: 1364px;
    height: auto;
    margin: 0 auto;
    padding: 10px auto;
    }
.gnav__menu{
    max-width: 1140px;
    width: 90%;
    height: auto;
    margin: 1em auto;
    display: flex;
    text-align: center;
    font-size: 16px;
    -webkit-justify-content: space-between;
      justify-content:space-between;}
.gnav__menu__item{
	margin-left: 20px;
    line-height: 1.4;}
.gnav__menu__item a{
	color: #707070;
	text-decoration: none;}
.gnav__menu__item img {
	width: 15px;}
.hero{
	/*max-height: 666px;*/
	overflow: hidden;}
.hero img{
	height: auto;
	width: 100%;}
.content{
	line-height: 1.6;
	margin: 0 auto;
	padding-top: 100px;
	width: 800px;}
.content p{
	margin-bottom: 40px;}
.site-footer{
	background: #333;
	padding: 80px 0;}
.copyright{
	color: #fff;
	font-size: 12px;
	text-align: center;}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 640px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/*****************ここからコピ************/

.section01 img{
	padding:0;
	margin:0;
    max-width: 1364px;
    width: 100%;
    height: auto;}
.small2{
	font-size: 0.9em;}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;}
a {
    display:block;
    color: var(--link-color);
    text-decoration-line: none;}
a:hover { 
    color: var(--linkhover-color);}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt50{margin-top:50px;}
.mt80{margin-top:80px;}
.mb30{margin-bottom: 30px;}
.mb50{margin-bottom: 50px;}
.mb80{margin-bottom: 80px;}
.mt100{margin-top: 100px;}
.mt500{margin-top: 1000px;}
.pt70{padding-top: 70px !important;}
.brpc{display: block;}
article, section, .icatch{
    margin: 0;
    padding: 0;}
article{
    background-color:#EDEDED;
    max-width: 1364px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;}
.section01{
    max-width: 1364px !important;
    width: 100%;
    margin: 0 auto;
    background-color: #EDEDED;}
.section02{
    max-width: 1137px !important;
    width: 100%;
    margin: 0 auto 20px;
    padding-top:100px; 
    background-color: #EDEDED;}
.section03{
    max-width: 1137px !important;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;}




/*ーーーーーーーーーー
.トップ
ーーーーーーーーーーー*/
.section{
    max-width:1137px;
    width: 90%;
    height: auto;
    margin: 0 auto;}
.flex_conte{
    display: flex;
    margin-top: 100px;
    max-width:1137px;
    width: 90%;
margin: 0 auto;}
.flex-item1{
    flex-basis: 42%;
    margin-right: 8%;}
.flex-item2{
    flex-basis: 50%;}
.flex-item2 img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.lh2{
    font-size: 18px;
    line-height: 1.6;}
/*ーーーーーーーーーー
.ダイビングプールのメリット
ーーーーーーーーーーー*/
.h2{
    color: #323E69;
    font-size: 37px;
    font-weight: bold;
    font-family: Noto Sans JP;
    margin-bottom: 20px;
    padding-bottom: 0px;}
.small0{
    color: #323E69;
    font-size: 14px;
    font-weight: bold;
    font-family: Noto Sans JP;
    margin-top: 0px;
    padding-top: 0px;
    line-height: 1.8;}
.title_waku{
    width: 90%;
    margin: 0 auto;
    border-left: solid 6px #2EBCBE;
    /*border-left: solid 6px #2EBCBE;*/
    padding-left: 10px;
    margin-top: 100px;}

    .title_waku.--sec03 {
        width: 100%;
    }

/*ーーーーーーーーーー
.カード
ーーーーーーーーーーー*/
.card-wrapper {
    width: 90%;
  max-width: 1137px;
  display: flex;
  justify-content: space-between;
  margin: 3em auto;
  flex-direction: row;
  flex-wrap: wrap;}
.card {
  /*width: calc((100% - 2em) / 3);
  /*max-width:370px;
  width: 100%;*/
  width: 48%;
  box-sizing: border-box;
  display: flex;
  /*float: left;*/
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(0,0,0,.2);
  margin-bottom: 20px;}
.card-content {
  padding: 0em 1em 1em;
/*flex: 1 1 auto;
  background: #fff;
  display: flex;
  flex-direction: column;*/}
.card-text {
  width: 100%;
  height: 50px;
  padding: 0px;
  box-sizing: border-box;
  line-height: 1.4;
  flex-grow: 1;
  font-size: 14px;
  font-weight: normal;
  font-family: Noto Sans JP;}
.h301{
    font-size: 18px;
    font-weight: bold;
    font-family: Noto Sans JP;
    padding: 20px 0;}
.waku, .waku2{
    width: 100%;
    max-width:1137px;
    margin: 0 auto 5em;}
.card-wrapper3{
    box-sizing: border-box;
    max-width: 760px;
    width: 90%;
    display:flex;
    /*justify-content: space-between;*/
    margin: 4em auto 5em;
    /*column-gap: 10px;*/
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;}
.flex-item3 {
    box-sizing: border-box;
    flex: 1;
    flex-grow: 1;
    width: 50%;
    margin-right:18px;
    margin-bottom: 20px;}
.flex-item3:nth-child(2n){
    margin-right: 0px;}
/*.flex-item3:last-child{
    margin-right: 0px;}*/
.time{

    background-color: #A4DFE0;
}

    .time .inner {
        max-width: 1137px;
        width: 90%;
        box-sizing: border-box;
        color: #151515;
        /*padding: 3em;*/
        display: flex;
        height: auto;
        margin: 2em auto;
    }
.time01{
    font-size: 23px;
    font-weight: bold;
    height: auto;
    margin: 0em;
    background-color: #A4DFE0;
    color: #151515;
    padding: 4em 2em;}
.time02{
    width: 75%;
    height: auto;
    margin: 2em 0;}
.large{
    font-family:Oswald;
    font-size: 53px;
    font-weight: Medium;
    padding: 0px;
    margin: 0px;}
.pp{font-size: 14px;
    line-height: 1.5;}
.h2_01{
    font-size: 37px;
    font-weight: bold;
    border-left: solid 6px #2EBCBE;
    padding-left: 10px;
width: 90%;
margin: 0 auto;}
.box_s{
    box-shadow: 0 4px 15px rgba(0,0,0,.2);
    margin: 1em auto;}
.card-wrapper4{
    width: 90%;
    max-width: 1137px;
    display:flex !important;
    justify-content: space-between;
    margin: 2em auto;
    /*flex-direction: row;*/
    flex-wrap: wrap;
    box-sizing: border-box;}
.flex-item4{
    /*flex: 1;*/
    width: 48%;
    /*flex-grow: 1;*/
    box-sizing: border-box;
    margin-bottom: 1em;}
    .flex-item4 img {
        
    }
.flex-item4:nth-child(2n){
    margin-right: 0px;}
.flex-item4:last-child{
    margin-right: 0px;}
.h302{
    font-family:"Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 30px;
    border-bottom: 1px solid #707070;
    padding-bottom: 0.1em;
    paffing-left: 1em;
    margin-bottom: 1em;}
.right_small{
    font-size: 0.8em;
    text-align: right;
    margin-top: -80px;}
/*ーーーーーーーーーー
.スライダー
ーーーーーーーーーーー*/

.slider-container{
    max-width: 1137px;
    width:90%;
    margin:2em auto 3em;}
.slick-slide{
    /*padding:2px;*/}
#thumbs img{
    max-width: 205px;
    max-height: 205px;
    width: 95%;
    margin-right: 6%;}
#thumbs img:last-child{
    margin-right: 0%;}
#thumbs .slick-current img{
    box-sizing: border-box;
    border:2px solid #2FBCBF;}
/*.mr10{margin-right: 10%;}*/
.slick-prev,.slick-next{z-index:2;}
.slick-prev{left:0!important;}
.slick-next{right:0!important;}
figcaption{
    font-size: 16px;
    padding: 0.5em 0 2em;}
/*ーーーーーーーーーー
.アクセス
ーーーーーーーーーーー*/
.flex_conte2{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;}
.flex-item01{
    width: 65%}
.flex-item01 iframe{
    width: 100%;}


.flex-item02{
    width: 30%}
.p_ace{
    line-height: 1.6;
    margin-top: 1em;}
.small{font-size: 0.8em;}
/*.map{
    position:relative;
    width:100%;
    height:0;}
.map iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;}*/


/*ーーーーーーーーーー
.お問合わせ
ーーーーーーーーーーー*/
.section2{
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 1em auto;
    background-color: #fff;}
.h2_02{
    font-size: 37px;
    font-weight: bold;
    border-left: solid 6px #2EBCBE;
    padding-left: 10px;
    color: #2EBCBE;}
.w905{
    max-width: 1000px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 30px 0;

    margin: 5em auto 1em;
    background: #2FBCBF 0% 0% no-repeat padding-box;
    border-radius: 52px;
    opacity: 1;
    transition: .3s;
}

.w905:hover {
    opacity: 0.7;
}

.w905 span {
    font-size: 36px;
    color: #fff;
    vertical-align: -20%;
}

    .w905::after {
        content: '';
        width: 30px;
        height: 30px;
        background: url('../img/ico_right.png') no-repeat center center / contain;
        display: inline-block;
        margin: 0 0 0 5px;
        vertical-align: middle;
margin: 0 0 0 20px;
    }

    .contact p {
        text-align: center;
        margin: 0 0 5em;
        position: relative;
    }

    .contact .flow {
        width: 100%;
        max-width: 1137px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contact .flow li {
        width: 22%;
        position: relative;
        margin: 0 0 5%;
    }
    .contact .flow li::after {
        content: '';
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #2FBCBF;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -10%;
    }

    .contact .flow li:nth-child(4n)::after {
        display: none;
    }

    .contact .flow figcaption {
        font-size: 14px;
        line-height: 1.8;
        margin: 10px 0 0;
    }

    .sp_contact {
        display: none;
    }
td {
    border-bottom: 2px solid #C1C1C1;
    padding: 0.5em;}
.center{
    text-align: center;
    margin: 3em auto;}
.center img {
    max-width: 369px;
}
.footer-copyright {
  width: 100%;
  padding: 1rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  background:#2EBCBE;}
.footer-copyright a {
  color: #fff;} 
address{
    font-size: 16px;
    font-weight: bold;}
.design-table div{
  display: flex;
  border-bottom: 1px solid #C1C1C1;
  padding-bottom: 3px;}
.design-table dt{
  flex-basis: 100%;}
.design-table dd {
   margin-left: 0; /*初期値リセット*/}
.design-table dt,
.design-table dd{
  padding: 10px;
  box-sizing: border-box;}


/*ーーーーーーーーーー
当日の受付について
ーーーーーーーーーーー*/
.flex-item01-checkin{
    width: 50%;
}

.flex-item02-checkin{
    width: 45%;
    line-height: 2rem;
}

@media screen and (max-width: 640px) {
.flex-item01-checkin{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.5rem;
}
    
    
.flex-item02-checkin{
    padding-top: 15px;
    width: 100%;
    font-size: 16px;
    line-height: 1.5rem;
    }
}

/*ーーーーーーーーーー
プール利用
ーーーーーーーーーーー*/
.tc{
    color: #2EBCBE;
    width: 50%;
    padding: 20px;
    text-align: center;
    margin: 50px auto;
    border: 2px solid #2EBCBE;
    border-radius: 50px;
}

.tc:hover{
    opacity: 0.8;
    color: #2EBCBE;
}
.tc img{
    width: 25px;
    vertical-align: -5px;
}

@media screen and (max-width: 640px) {
    .tc{width: 100%;}
}

/*ーーーーーーーーーー
各店お問い合わせ
ーーーーーーーーーーー*/
.card-group{
    display: flex;
    flex-wrap: wrap;
    margin: 2rem 0;
    justify-content: space-between;
}

.contact-card{
    width: 30%;
    display: flex;
    flex-direction: column;
}

.contact-card-img{
    height: 250px;
}

.contact-card-content{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    line-height: 1.5rem;
}

.contact-card-text{
    height: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.card-ttl{
    font-weight: bold;
    font-size: 1rem;
}

.contact-text{
    padding-bottom: 25px;
}

.contact-btn{
    text-align: center;
    margin-top: auto;
}


@media screen and (max-width: 640px) {
.contact-card-text{
    height: auto !important;
    padding: 20px !important;
    display: block;
}
.contact-btn{
    margin: 0 auto;
    width: 100%;
    }
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

@media screen and (max-width: 910px) {
    .gnav__menu{
        width: 100%;}

        .gnav__menu__item {
            font-size: 14px;
        }

        .card-content {
            padding-bottom: 3em;
        }

        .w905 {
            max-width: 90%;
            
        }

        .w905 span {
            font-size: 24px;
        }


    }

@media screen and (max-width: 640px) {
    .gnav{
        display: none;}

/******************スマホのナビ**********/
.sp_header {
   /*z-index: 1;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;*/
    display: block;
   background:#EDEDED;
   /*transition: all .2s ease-in-out;*/}
/*.sp-nav ul {
   padding: 0;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 100%;}
.sp-nav li {
   margin: 0;
   padding: 0;
    border-bottom: solid 1px #BBBBBB;
    padding-bottom: 0.5em;}
.sp-nav li span {
   font-size: 15px;
   color:#052A2B;}
.sp-nav li a, .sp-nav li span {
   display: block;
   padding: 20px 0;
    color:#052A2B;}
.btn_sp{
    margin: 1em auto 2em;}
/*基準となるli要素*/
/*.sp-nav .close {
   position: relative;
   padding-left: 20px;}

h2 {
   line-height: 1.6;
   text-align: center;} 

/*.sp_header img{width:100%;}*/
 
/*ロゴの大きさを調整*/
#logo img {
  max-width:90%;}
nav{
 width: 100%;
 height: 70px;
 position: relative;
 background:#EDEDED;
 /*background-color: transparent;*/}
.drawer{
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
 position: relative;
 height: 70px;
 padding: 0 1em;}
/*ナビゲーション部分*/
.menu{
    max-width: 640px;
    width:100%;
    height: auto;
    margin: 0 auto 100px;
    display: block;}
    .menu_ul {
        padding-top: 70px;
    }
.menu_ul li{
    max-width: 600px;
    width:93%;
    margin: 0 auto;
    text-align: left;
    border-bottom: solid 1px #BBBBBB;}
.menu ul li a {
    display:block;
    font-weight:bold;
    padding: 1em;
    /*border-bottom: 1px dotted #CCC;*/
    color:#333;
    text-decoration:none;}
.menu ul li a:hover{
    background-color:rgba(0,0,0,0.5);
    color:#2EBCBE;}
.menu{
    position: fixed;
    top: 0;
    left: 0;
  text-align:center;
  background-color:rgba(255,255,255,0.5);
  transition: 0.5s ease;
  -webkit-transform: translateX(100%);}
.menu.open {
 -webkit-transform: translateX(0%);
 transform: translateX(0%);
}
 
.Toggle {
    display: block;
    position: fixed;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 3;
    right:15px;}
.Toggle span {
    display: block;
    position: absolute;
    width: 50px;
    border-bottom: solid 4px #2EBCBE;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;	
    transition: .35s ease-in-out;	
}
.Toggle span:nth-child(1) {
    top:5px;}
 .Toggle span:nth-child(2) {
    top: 18px;}
 .Toggle span:nth-child(3) {
    top: 32px;}
.Toggle.active span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);}
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);}
.btn_sp{
    margin-top:7em;
    padding-bottom: 2em;
    margin-bottom:2em;}

   /**************他*****************/ 
.wrapper{
    max-width: 640px;
    width: 100%;
    height: auto;
    margin: 0 auto;}
.site-header{
	background: #fff;
	display: flex;
	padding: 20px auto;
	position: absolute;
	justify-content: space-between;
    display: none;
	width: 100%;
	z-index: 99;}
.site-header.fixed{
	position: fixed;
	top: 0;}
.site-logo img{
	height: 20px;
	width: auto;}
.wrap{
    max-width:640px;
    width: 100%;
    height: auto;
    margin: 0 auto;}
.gnav{
    width: 640px;
    height: auto;
    margin: 0 auto;
    padding: 10px auto;
    border-bottom: solid 2px #2FBCBF;}
.gnav__menu{
    max-width: 1140px;
    width: 100%;
    height: auto;
    margin: 1em auto;
    display: flex;
    text-align: center;
    font-size: 16px;
    -webkit-justify-content: space-between; /* Safari */
      justify-content:space-between;}
.gnav__menu__item{
	margin-left: 20px;
    
    line-height: 1.4;}
.gnav__menu__item a{
	color: #707070;
	text-decoration: none;}
.hero{
	/*max-height: 666px;*/
	overflow: hidden;}
.hero img{
	height: auto;
	width: 100%;}
.content{
	line-height: 1.6;
	margin: 0 auto;
	padding-top: 100px;
	width: 640px;}
.content p{
	margin-bottom: 40px;}
.site-footer{
	background: #333;
	padding: 80px 0;}
.copyright{
	color: #fff;
	font-size: 12px;
	text-align: center;}

/*****************ここからコピ************/

.section01 img{
	padding:0;
	margin:0;
    max-width: 640px;
    width: 100%;
    height: auto;}
.small2{
	font-size: 0.9em;}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;}
a {
    display:block;
    color: var(--link-color);
    text-decoration-line: none;}
a:hover { 
    color: var(--linkhover-color);}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt50{margin-top:50px;}
.mt80{margin-top:80px;}
.mb30{margin-bottom: 30px;}
.mb50{margin-bottom: 50px;}
.mb80{margin-bottom: 80px;}
.mt100{margin-top: 100px;}
.mt500{margin-top: 1000px;}
.pt70{padding-top: 70px !important;}
.brpc{display: block;}
article, section, .icatch{
    margin: 0;
    padding: 0;}
article{
    background-color:#EDEDED;
    max-width: 640px;
    width: 100%;
    margin: 0 auto 3em;
    padding-bottom: 50px;}
.section01{
    max-width: 640px !important;
    width: 100%;
    margin: 0 auto;
    background-color: #EDEDED;}
.section02{
    max-width: 600px !important;
    width: 100%;
    margin: 0px auto 20px;
    padding-top:100px; 
    background-color: #EDEDED;}
.section03{
    max-width: 600px !important;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;}

/*ーーーーーーーーーー
.トップ
ーーーーーーーーーーー*/
.section{
    max-width:600px;
    width: 100%;
    height: auto;
    margin: 0 auto;}
.flex_conte{
    display: block;
    margin-top: 0px;
    display: block;
    margin-bottom: 100px;}
.flex-item1{
    flex-basis: 100%;
    margin-right: 0%;}
.flex-item2{
    flex-basis: 100%;
    display: block;
    margin-bottom: 100px;}
.lh2{
    font-size: 18px;
    line-height: 1.6;}
/*ーーーーーーーーーー
.ダイビングプールのメリット
ーーーーーーーーーーー*/
.h2{
    color: #323E69;
    font-size: 37px;
    font-weight: bold;
    font-family: Noto Sans JP;
    margin-bottom: 0px;
    padding-bottom: 0px;}
.small0{
    color: #323E69;
    font-size: 14px;
    font-weight: bold;
    font-family: Noto Sans JP;
    margin-top: 15px;
    padding-top: 0px;}
.title_waku{
    border-left: solid 6px #2EBCBE;
    /*border-left: solid 6px #2EBCBE;*/
    padding-left: 10px;
    margin-top: 0px;
    padding-bottom: 1em;}

/*ーーーーーーーーーー
.カード
ーーーーーーーーーーー*/
.card-wrapper {
  width: 90%;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  margin: 3em auto;
  flex-direction: row;
  flex-wrap: wrap;}
.card {
  /*width: calc((100% - 2em) / 3);
  /*max-width:370px;
  width: 100%;*/
  width: 100%;
  box-sizing: border-box;
  margin-right:0px;
  display: block;
  /*float: left;*/
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(0,0,0,.2);
  margin-bottom: 20px;}
.card-content {
  padding: 0em 1em 1em;
/*flex: 1 1 auto;
  background: #fff;
  display: flex;
  flex-direction: column;*/}
.card-text {
  width: 100%;
  height: 50px;
  padding: 0px;
  box-sizing: border-box;
  line-height: 1.4;
  flex-grow: 1;
  font-size: 14px;
  font-weight: normal;
  font-family: Noto Sans JP;}
.h301{
    font-size: 18px;
    font-weight: bold;
    font-family: Noto Sans JP;
    padding: 20px;}
.waku{
    margin: 0 auto 3em;}
.waku2{
    width:90%;
    margin: 0 auto 3em;}

.card-wrapper3{
    box-sizing: border-box;
    width: 371px;
    display:block;
    /*justify-content: space-between;*/
    margin: 4em auto 5em;
    /*column-gap: 10px;*/
    /*flex-direction: row;*/
    flex-wrap: wrap;
    list-style: none;}
.flex-item3 {
    box-sizing: border-box;
    /*flex: 1;*/
    /*flex-grow: 1;*/
    width: 100%;
    margin-right:0px;
    margin-bottom: 20px;}
.flex-item3:nth-child(2n){
    margin-right: 0px;}
/*.flex-item3:last-child{
    margin-right: 0px;}*/
.time{
    box-sizing: border-box;
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 2em auto;
    background-color: #A4DFE0;
    color: #151515;
    /*padding: 3em;*/
    display: block;}
    .time .inner {
        flex-direction: column;
    }
.time01{
    font-size: 23px;
    font-weight: bold;
    width: 100%;
    height: auto;
    margin: 0em;
    color: #151515;
    padding: 2em 2em 1em 2em;}
.time02{
    width: 100%;
    height: auto;
    margin: 0em 1em;
    padding: 0 1em 2em}
.large{
    font-family:Oswald;
    font-size: 40px;
    font-weight: Medium;
    padding: 0px;
    margin: 0px;}
.pp{font-size: 14px;
    line-height: 1.5;}
.h2_01{
    font-size: 37px;
    font-weight: bold;
    border-left: solid 6px #2EBCBE;
    padding-left: 10px;}
.box_s{
    box-shadow: 0 4px 15px rgba(0,0,0,.2);
    margin: 1em auto;}
.card-wrapper4{
    width: 90%;
    display:block !important;
    justify-content: space-between;
    margin: 1em auto;
    /*flex-direction: row;*/
    flex-wrap: wrap;
    box-sizing: border-box;}
.flex-item4{
    /*flex: 1;*/
    width: 100%;
    /*flex-grow: 1;*/
    box-sizing: border-box;
    margin-right:0px;
    margin-bottom: 1em;}
.flex-item4:nth-child(2n){
    margin-right: 0px;}
.flex-item4:last-child{
    margin-right: 0px;}
.h302{
    font-family:"Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 30px;
    border-bottom: 1px solid #707070;
    padding-bottom: 0.1em;
    margin-bottom: 1em;}
.right_small{
    font-size: 0.8em;
    text-align: right;
    margin-top: -80px;}
/*ーーーーーーーーーー
.スライダー
ーーーーーーーーーーー*/

.slider-container{
    max-width: 640px;
    width:90%;
    margin:2em auto 3em;}
.slick-slide{
    /*padding:2px;*/}
#thumbs img{
    max-width: 205px;
    max-height: 205px;
    width: 95%;
    margin-right: 6%;}
#thumbs img:last-child{
    margin-right: 0%;}
#thumbs .slick-current img{
    box-sizing: border-box;
    /*border:3px solid #000;*/}
/*.mr10{margin-right: 10%;}*/
.slick-prev,.slick-next{z-index:2;}
.slick-prev{left:0!important;}
.slick-next{right:0!important;}
figcaption{
    font-size: 16px;
    padding: 0.5em 0 2em;}
/*ーーーーーーーーーー
.アクセス
ーーーーーーーーーーー*/
.flex_conte2{
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;}
.flex-item01{
    max-width: 640px;
    width: 100%;
    height: auto;
    margin: 1em auto 3em;
    flex-basis: 100%;}
.flex-item02{
    width: 100%;
    flex-basis: 100%}
.p_ace{
    line-height: 1.6;
    margin-top: 1em;}
.small{font-size: 0.8em;}
/*ーーーーーーーーーー
.お問合わせ
ーーーーーーーーーーー*/
.section2{
    max-width: 640px;
    width: 100%;
    height: auto;
    margin: 1em auto;
    background-color: #fff;}
.h2_02{
    font-size: 37px;
    font-weight: bold;
    border-left: solid 6px #2EBCBE;
    padding-left: 10px;
    color: #2EBCBE;}

    .w905 {
        max-width: 100%;
        padding: 20px 0 25px;
        margin-top: 30px;
    }

    .w905::after {
        width: 16px;
        height: 16px;
        background: url('../img/ico_right.png') no-repeat center center / contain;
        display: inline-block;
        margin: 0 0 0 5px;
        vertical-align: middle;
margin: 0 0 0 20px;
    }

    .w905 span {
        font-size: 16px;
        vertical-align: -5%;
    }

    .contact p {
        font-size: 14px;
        line-height: 1.5;
    }

    .contact .flow li {
        width: 48%;
    }

    .contact .flow li::after {
        display: none;
    }
td {
    border-bottom: 2px solid #C1C1C1;
    padding: 0.5em;}
.center{
    text-align: center;
    margin: 3em auto;}
.footer-copyright {
    width: 100%;
  padding: 1rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  background:#2EBCBE;}
.footer-copyright a {
  color: #fff;} 
address{
    font-size: 16px;
    font-weight: bold;}
.design-table div{
  display: flex;
  border-bottom: 1px solid #C1C1C1;
  padding-bottom: 3px;}
.design-table dt{
  flex-basis: 100%;}
.design-table dd {
   margin-left: 0; /*初期値リセット*/}
.design-table dt,
.design-table dd{
  padding: 10px;
  box-sizing: border-box;}

  .sp_contact {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    padding: 15px 10px;
    font-feature-settings: 'palt';
    transition: .3s;
  }

  .sp_contact.hide {
    bottom: -100%;
  }

  .sp_contact .btn {
    text-align: center;
  }

  .sp_contact .btn:nth-child(1) {
    width: 58%;
  }
  .sp_contact .btn a::after {
    content: '';
    width: 12px;
    height: 12px;
    background: url('../img/ico_right.png') no-repeat center center / contain;
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: -5%;
  }
  .sp_contact .btn:nth-child(2) {
    width: 41%;
  }

  .sp_contact .btn a {
    background-color: #2FBCBF;
    border-radius: 20px;
    font-size: 13px;
    color: #fff;
    padding: 10px 0;
  }
}
@media screen and (max-width: 430px) {
    .gnav{
        display: none;}
 
/******************スマホのナビ**********/
.sp_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
   display: block;}

#logo img {
  max-width:90%;}
nav{
 width: 100%;
 height: 70px;
 position: relative;
 background:#EDEDED;
 /*background-color: transparent;*/}
.drawer{
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
 position: relative;
 height: 70px;
 padding: 0 1em;}
/*ナビゲーション部分*/
.menu{
    position: fixed;
    top: 0;
    left: 0;
    max-width: 430px;
    width:100%;
    height: 100vh;
    z-index: 10;
    display: block;}
.menu_ul li{
    max-width: 400px;
    width:93%;
    margin: 0 auto;
    text-align: left;
    border-bottom: solid 1px #BBBBBB;}
.menu ul li a {
    display:block;
    font-weight:bold;
    padding: 1em;
    color:#333;
    text-decoration:none;}
.menu ul li a:hover{
    background-color:rgba(0,0,0,0.5);
    color:#2EBCBE;}
.menu{
  text-align:center;
  background-color:rgba(255,255,255,0.8);
  transition: 0.5s ease;
  -webkit-transform: translateX(100%);
 }
.menu.open {
 -webkit-transform: translateX(0%);
 transform: translateX(0%);
}

.menu .w905 {
    max-width: 90%;
}
 

.Toggle {
    display: block;
    position: fixed;
    z-index: 11;
    width: 42px;
    height: 42px;
    cursor: pointer;
    right:15px;}
.Toggle span {
    display: block;
    position: absolute;
    width: 50px;
    border-bottom: solid 4px #2EBCBE;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
 
.Toggle span:nth-child(1) {
    top:5px;}
 .Toggle span:nth-child(2) {
    top: 18px;}
 .Toggle span:nth-child(3) {
    top: 32px;}
.Toggle.active span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);}

.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);}
.btn_sp{
    margin-top:2em;
    padding-bottom: 2em;
    margin-bottom:2em;}

   /**************他*****************/ 
.wrapper{
    max-width: 430px;
    width: 100%;
    height: auto;
    margin: 0 auto;}
.site-header{
	background: #fff;
	/*display: flex;*/
	padding: 20px auto;
	position: absolute;
	justify-content: space-between;
	width: 100%;
	z-index: 99;}
.site-header.fixed{
	position: fixed;
	top: 0;}
.site-logo img{
	height: 20px;
	width: auto;}
.wrap{
    max-width:430px;
    width: 100%;
    height: auto;
    margin: 0 auto;}
.hero{
	overflow: hidden;}
.hero img{
	height: auto;
	width: 100%;}
.content{
	line-height: 1.6;
	margin: 0 auto;
	padding-top: 100px;
	width: 430px;}
.content p{
	margin-bottom: 40px;}
.site-footer{
	background: #333;
	padding: 80px 0;}
.copyright{
	color: #fff;
	font-size: 12px;
	text-align: center;}

/*****************ここからコピ************/

.section01 img{
	padding:0;
	margin:0;
    max-width: 430px;
    width: 100%;
    height: auto;}
.small2{
	font-size: 0.9em;}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;}
a {
    display:block;
    color: var(--link-color);
    text-decoration-line: none;}
a:hover { 
    color: var(--linkhover-color);}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt50{margin-top:50px;}
.mt80{margin-top:80px;}
.mb30{margin-bottom: 30px;}
.mb50{margin-bottom: 50px;}
.mb80{margin-bottom: 80px;}
.mt100{margin-top: 100px;}
.mt500{margin-top: 1000px;}
.pt70{padding-top: 70px !important;}
.brpc{display: block;}
article, section, .icatch{
    margin: 0;
    padding: 0;}
article{
    background-color:#EDEDED;
    max-width: 430px;
    width: 100%;
    margin: 0 auto 3em;
    padding-bottom: 10px;}
.section01{
    max-width: 430px !important;
    width: 100%;
    margin: 0 auto;
    background-color: #EDEDED;}
.section02{
    max-width: 400px !important;
    width: 100%;
    margin: 0px auto 20px;
    padding-top:100px; 
    background-color: #EDEDED;}
.section03{
    max-width: 400px !important;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;}

/*ーーーーーーーーーー
.トップ
ーーーーーーーーーーー*/
.section{
    max-width:400px;
    width: 100%;
    height: auto;
    margin: 0 auto;}
.flex_conte{
    display: block;
    margin-top: 0px;
    display: block;
    margin-bottom: 100px;}
.flex-item1{
    flex-basis: 100%;
    margin-right: 0%;}
.flex-item2{
    flex-basis: 100%;
    display: block;
    margin-bottom: 100px;}
.lh2{
    font-size: 16px;
    line-height: 1.6;}
/*ーーーーーーーーーー
.ダイビングプールのメリット
ーーーーーーーーーーー*/
.h2{
    color: #323E69;
    font-size: 20px;
    font-weight: bold;
    font-family: Noto Sans JP;
    margin-bottom: 0px;
    padding-bottom: 0px;}
.small0{
    color: #323E69;
    font-size: 13px;
    font-weight: bold;
    font-family: Noto Sans JP;
    margin-top: 15px;
    padding-top: 0px;}
.title_waku{
    border-left: solid 6px #2EBCBE;
    /*border-left: solid 6px #2EBCBE;*/
    padding-left: 10px;
    margin-top: 0px;
    padding-bottom: 1em;}

/*ーーーーーーーーーー
.カード
ーーーーーーーーーーー*/
.card-wrapper {
  width: 90%;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  margin: 3em auto;
  flex-direction: row;
  flex-wrap: wrap;}
.card {
  width: 100%;
  box-sizing: border-box;
  margin-right:0px;
  display: block;
  /*float: left;*/
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(0,0,0,.2);
  margin-bottom: 20px;}
.card-content {
  padding: 0em 1em 1em;}
.card-text {
  width: 100%;
  height: auto;
  padding: 0px;
  box-sizing: border-box;
  line-height: 1.4;
  flex-grow: 1;
  font-size: 14px;
  font-weight: normal;
  font-family: Noto Sans JP;}
.h301{
    font-size: 18px;
    font-weight: bold;
    font-family: Noto Sans JP;
    padding: 20px 0;}
.waku{
    margin: 0 auto 3em;}
.waku2{
    width:90%;
    margin: 0 auto 3em;}

.card-wrapper3{
    box-sizing: border-box;
    width: 90%;
    display:block;
    /*justify-content: space-between;*/
    margin: 4em auto 5em;
    /*column-gap: 10px;*/
    /*flex-direction: row;*/
    flex-wrap: wrap;
    list-style: none;}
.flex-item3 {
    box-sizing: border-box;
    /*flex: 1;*/
    /*flex-grow: 1;*/
    width: 100%;
    margin-right:0px;
    margin-bottom: 20px;}
.flex-item3:nth-child(2n){
    margin-right: 0px;}
/*.flex-item3:last-child{
    margin-right: 0px;}*/
.time{
    box-sizing: border-box;
    max-width: 430px;
    width: 100%;
    height: auto;
    margin: 2em auto;
    background-color: #DEE9F4;
    color: #151515;
    /*padding: 3em;*/
    display: block;}
.time01{
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    height: auto;
    margin: 0em;
    background-color: #DEE9F4;
    color: #151515;
    padding: 2em 2em 1em 1em;}
.time02{
    width: 100%;
    height: auto;
    margin: 0em 0;
    padding: 0 1em 2em}
.large{
    font-family:Oswald;
    font-size: 30px;
    font-weight: Medium;
    padding: 0px;
    margin: 0px;}
.pp{font-size: 14px;
    line-height: 1.5;}
.h2_01{
    font-size: 18px;
    font-weight: bold;
    border-left: solid 6px #2EBCBE;
    padding-left: 10px;}
.box_s{
    box-shadow: 0 4px 15px rgba(0,0,0,.2);
    margin: 1em auto;}
.card-wrapper4{
    width: 100%;
    display:block !important;
    justify-content: space-between;
    margin: 1em auto;
    /*flex-direction: row;*/
    flex-wrap: wrap;
    box-sizing: border-box;}
.flex-item4{
    height: auto;
    /*flex: 1;*/
    width: 100%;
    /*flex-grow: 1;*/
    box-sizing: border-box;
    margin-right:0px;
    margin-bottom: 1em;}
.flex-item4:nth-child(2n){
    margin-right: 0px;}
.flex-item4:last-child{
    margin-right: 0px;}
.h302{
    font-family:"Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #707070;
    padding-bottom: 0.5em;
    margin-bottom: 1em;}

    .p_ace {
        font-size: 14px;
    }
.right_small{
    font-size: 0.8em;
    text-align: right;
    margin-top: -80px;}
/*ーーーーーーーーーー
.スライダー
ーーーーーーーーーーー*/

.slider-container{
    max-width: 430px;
    width:90%;
    margin:2em auto 3em;}
.slick-slide{
    /*padding:2px;*/}
#thumbs img{
    max-width: 205px;
    max-height: 205px;
    width: 95%;
    margin-right: 6%;}
#thumbs img:last-child{
    margin-right: 0%;}
#thumbs .slick-current img{
    box-sizing: border-box;
    /*border:3px solid #000;*/}
/*.mr10{margin-right: 10%;}*/
.slick-prev,.slick-next{z-index:2;}
.slick-prev{left:0!important;}
.slick-next{right:0!important;}
figcaption{
    font-size: 16px;
    padding: 0.5em 0 2em;}
/*ーーーーーーーーーー
.アクセス
ーーーーーーーーーーー*/
.flex_conte2{
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;}
.flex-item01{
    max-width: 430px;
    width: 100%;
    height: auto;
    margin: 1em auto 3em;
    flex-basis: 100%;}
.flex-item02{
    flex-basis: 100%}
.p_ace{
    line-height: 1.6;
    margin-top: 1em;}
.small{font-size: 0.8em;}
/*ーーーーーーーーーー
.お問合わせ
ーーーーーーーーーーー*/
.section2{
    max-width: 430px;
    width: 100%;
    height: auto;
    margin: 1em auto;
    background-color: #fff;}
.h2_02{
    font-size: 37px;
    font-weight: bold;
    border-left: solid 6px #2EBCBE;
    padding-left: 10px;
    color: #2EBCBE;}
.w905{
    max-width: 430px;
    width: 100%;
    height: auto;
    margin: 1em auto 1em;}
td {
    border-bottom: 2px solid #C1C1C1;
    padding: 0.5em;}
.center{
    text-align: center;
    margin: 3em auto;}
.footer-copyright {
    width: 100%;
  padding: 1rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  background:#2EBCBE;}
.footer-copyright a {
  color: #fff;} 
address{
    font-size: 16px;
    font-weight: bold;}
.design-table div{
  display: flex;
  border-bottom: 1px solid #C1C1C1;
  padding-bottom: 3px;}
.design-table dt{
  flex-basis: 100%;}
.design-table dd {
   margin-left: 0;}
.design-table dt,
.design-table dd{
    font-size: 14px;
  padding: 10px;
  box-sizing: border-box;}
}