@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.1
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*ヘッダー詰める*/
.entry-title,
.content {
padding: 0;
margin: 0;
}

#main{
Padding: 0;
margin: 0;
background-color: transparent;
letter-spacing: 0.1em;

}

.entry-content{
	margin:0;
	padding:0;
}

.article-footer.entry-footer {
	display: none;
}

.logo-image * {
display: block;
margin: auto;
	float:left;
}

.header-container{
	padding:0.5em 2em 0.5em 0.5em;
}

p{
	margin:1em 0;
}

/*-----------グローバルメニュー-----------*/


.navi-in a{
	font-size:15px !important;
	padding:0 2em !important;
}

#navi .navi-in > ul > li{
  border-left: 1px dotted #c7d6ea;
	display: table;
}

#navi .navi-in > ul > li:last-child{
  border-right: 1px dotted #c7d6ea;
}

.navi-in > ul > .menu-item-has-children > a::after{ 
  right: 10px; 
}

#navi ul li a:hover{
	background-color:#ffffff;
	color:#333333;
}
ul.sub-menu li {
height: 40px; /*メニューの高さ（縦幅）*/
line-height: 40px; /*ナビ全体の高さ（縦幅）*/
background:#7cddf0; /*メインメニューにポインタを置いたときの背景色*/
}
ul.sub-menu li a {
position:relative;
	font-size:13px !important;
}
ul.sub-menu li a:hover {
font-weight:bold;
background-color:#c1edf6 !important;
}


/*タイトル、投稿日時、投稿者の非表示*/
.page .entry-title,
.page .date-tags,
.page .author-info{
  display: none;
}

/*hタグリセット*/
.article h1 {
    padding: 0;
    background: none;
}
.article h2 {
    padding: 0;
    background: none;
}
.article h3 {
    border: none;
    padding: 0;
}
.article h4 {
    border: none;
    padding: 0;
}
.article h5 {
    border: none;
    padding: 0;
}
.article h6 {
    border: none;
    padding: 0;
}

.article h1 {
	padding:0;
	margin:0;
	font-size:250%;
	font-weight:normal;
letter-spacing: 0.1em;
}

.article h2 {
  padding: 0 0 0.25em 0;/*文字周りの余白*/
	margin:0;
	font-size:220%;
	color:#00b4ff;
	font-weight:normal;
}

.article h3 {
	margin:1em 0;
	font-size:150%;
	padding:1em 0 0 0;
}

.article h3::before {
	margin-right:15px;
	position:relative;
    top:10px;      /*上からの位置*/
    left:0;
  content: url(https://swim-sut.com/wp-content/uploads/2021/09/titleicon-e1632719120322.png);
}

.font1{
	font-size:130%;
	font-weight:bold;
}

.font2{
	color:#7f7f7f;
	font-size:13px;
	font-weight:bold;
}

.sfont{
	font-size:13px;
}

.cover{
	background-color:#ecf6f8;
	text-align:center;
}

.cover2{
	background: url('https://swim-sut.com/wp-content/uploads/2021/09/水中の腕.jpg') top center;
	background-size:100%;
	text-align:center;
	background-color: rgba(255,255,255,0.7);
	background-blend-mode: lighten;
}

.cover3{
background: url('https://swim-sut.com/wp-content/uploads/2021/06/pool.png') center center;
background-size:100%;
}

.cover4{
background: url('https://swim-sut.com/wp-content/uploads/2021/07/クロール-scaled.jpg') center center;
background-size:100%;
}

.cover5{
background: url('https://swim-sut.com/wp-content/uploads/2021/06/レース-scaled.jpg') center center;
background-size:100%;
}

.cover6{
background: url('https://swim-sut.com/wp-content/uploads/2021/06/プール_レーン-scaled.jpg') center center;
background-size:100%;
}

.cover7{
background: url('https://swim-sut.com/wp-content/uploads/2021/06/水中子供の足-scaled.jpg') center center;
}

.cover8{
background: url('https://swim-sut.com/wp-content/uploads/2021/06/水中の子供3.jpg') center center;
background-size:100%;
}

.cover3, .cover4, .cover5, .cover6, .cover7, .cover8 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;	
	position: relative;
z-index: 0;
	color:#ffffff;
	margin-bottom:1.5em !important;
	text-align:center;
	overflow   : hidden;
}

.cover3::before, .cover4::before, .cover5::before, .cover6::before, .cover7::before, .cover8::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background: inherit;
/* 最背面へ */
z-index: -1;
	filter: brightness(70%) blur(5px);
}


/*ボックス*/

contents{
  display: flex;
	justify-content:center;
  flex-wrap: wrap;
	padding:0em;
	margin:0 !important;
}

box3{
	width:1160px;
	padding:5em 0;
}

.boxin2 {
  display: flex;
	justify-content:center;
  flex-wrap: wrap;
}

.con {
  width:33.3%;
  padding: 2em;
  margin-bottom: 0.5em ;
}

.con2 {
  width:66.7%;
  padding: 2em;
  margin-bottom: 0.5em ;
}

.con3 {
  width:50%;
  padding: 2em;
}

.con4 {
  width:100%;
  padding: 2em;
}

.step1 {
  width:25%;
	background-color:#ceeef5;
	font-size:150%;
	border-radius: 7px 0px 0px 7px;
	height:120px;
  display: flex;
  justify-content: left;
  align-items: center;
	font-weight:bold;
	padding:0 1.5em;
}

.step2 {
  width:75%;
	border-radius: 0px 7px 7px 0px;
	background-color:#ecf6f8;
	padding:0 1.5em;
  display: flex;
  justify-content: left;
  align-items: center;
	font-weight:bold;
}

.voice{
    position:relative;
	width:32%;
	padding:2em 0;
	margin:0.25em;
    background-color:#ecf6f8;
	text-align:center;
}

.voice .Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-----------メイン画像スライド-----------*/
.box {
  position   : relative;
  max-width  : 1920px;
  height     : 700px;
  margin     : auto;
  overflow   : hidden;
}

.box .bgImg {
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
  animation  : bgAnime 14s infinite;   /* 4画像 × 各5s = 20s */
filter: brightness(80%);
}

.box .src1 {
	background: url('https://swim-sut.com/wp-content/uploads/2021/09/プール２-scaled.jpg') center center;   /* 背景の画像を指定 */
	background-size:100%;
	background-repeat:no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box .src2 {
	background: url('https://swim-sut.com/wp-content/uploads/2021/07/クロール-scaled.jpg') center center;   /* 背景の画像を指定 */
	background-size:100%;
	background-repeat:no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
  animation-delay  : 7s;
}

@keyframes bgAnime {
   0% { opacity: 0; }
  25% { opacity: 1; }
  50% { opacity: 1; }
  75% { opacity: 1; }
 100% { opacity: 0; }
}

.box .boxString{
  position   : absolute;
  display    : inline-block;
  padding    : 0;
  top        : 50%;                               /* 中央寄せ */
  left       : 50%;
  transform  : translate(-50%,-50%);
  z-index    : 11;
	color:#ffffff;
	text-align:center;
	font-size:120%;
}

.menu1 h3, .menu2 h3, .menu3 h3, .menu4 h3, .menu5 h3, .menu6 h3 {
	margin:1em 0;
	font-size:150%;
	padding:1em 0 0 0;
}

.article h3::before {
	margin-right:0px;
	position:relative;
    top:10px;      /*上からの位置*/
    left:0;
  content: unset;
}

.menu1,
.menu2,
.menu3,
.menu4,
.menu5,
.menu6
{
position: relative;
overflow: hidden;
width: 30%;
height: 200px;
margin:0.5em;
	font-size:150%;
	font-weight:bold;
	letter-spacing: 0.1em;
	border-radius:7px;
	background: #000;
}

.menu-text{
  position: absolute;
	text-align:center;
  pointer-events: none;
z-index: 101;
}

.menu-text h3{
  color: #fff;
  font-weight: bold;
	margin:0.5em 0;
	font-size:130%;
	padding:0;
}

.menu-text p{
  color: #fff;
  font-size: 13px;
}

.menu1:after,
.menu2:after,
.menu3:after,
.menu4:after,
.menu5:after,
.menu6:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
	filter: brightness(80%);
}
.menu1:after{
background: url('https://swim-sut.com/wp-content/uploads/2021/06/pool.png') top center;
}
.menu2:after{
background: url('https://swim-sut.com/wp-content/uploads/2021/07/-scaled-e1631757937766.jpg') left center;
}
.menu3:after{
background: url('https://swim-sut.com/wp-content/uploads/2021/06/レース-scaled.jpg') center center;
}
.menu4:after{
background: url('https://swim-sut.com/wp-content/uploads/2021/06/プール_レーン-scaled.jpg') center center;
}
.menu5:after{
background: url('https://swim-sut.com/wp-content/uploads/2021/06/水中子供の足-scaled.jpg') bottom center;
}
.menu6:after{
background: url('https://swim-sut.com/wp-content/uploads/2021/06/水中の子供3.jpg') center center;
}

.menu1:hover:after,
.menu2:hover:after,
.menu3:hover:after,
.menu4:hover:after,
.menu5:hover:after,
.menu6:hover:after {
  opacity: 0.7;
  transform: scale(1.2, 1.2);
}

.menu1 a,
.menu2 a,
.menu3 a,
.menu4 a,
.menu5 a,
.menu6 a
{
position: relative;
display: flex;
align-items: center;
justify-content: center;
z-index: 200;
height: 100%;
width:100%;
text-decoration: none;
color: #fff;
}

/*-----------ボタン-----------*/
.button18 a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #ffffff;
  font-size: 18px;
  background-color: #6293ad;
  transition: 0.3s;
	text-decoration:none;
}

.button18 a::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: 1em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: #ffffff;
  transition: 0.3s;
}

.button18 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background-color: #ffffff;
  transition: 0.3s;
}

.button18 a:hover::before,
.button18 a:hover::after {
  right: 0.5em;
}

.btn-flat-logo {
  position: relative;
  display: inline-block;
  font-weight: normal;
  padding: 0.75em 1.5em;
  text-decoration: none;
	background-color:#ffffff;
  transition: .4s;
	margin:0.5em;
	color:#000000;
	min-width:170px;
	border-radius: 5px;
	border:1px solid #cccccc;
}

.btn-flat-logo:hover {
	color:#e70014;
}

/*-----------SVG-----------*/
.custom-shape-divider-top-1629250387 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1629250387 svg {
    position: relative;
    display: block;
    width: calc(142% + 1.3px);
    height: 67px;
}

.custom-shape-divider-top-1629250387 .shape-fill {
    fill: #FFFFFF;
}

div .whatsnew hr{
	border:1px dotted #eeeeee;
}

/*-----------ブログ横幅調整-----------*/
.post-template-default .content,
.archive .content,
.category .content{
	max-width:1250px;
	padding:2em;
	margin:0 auto;
}
.post-template-default .content h1{
	padding:1em 0;
}

/*-----------レスポンシブ改行-----------*/
@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/*-----------テーブル-----------*/

.article table{
	margin:1em 0;
}

.container table tr{
  background-color: transparent;
}


/*------------メールフォーム------------*/

@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}

/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 padding:0.75em 2em;
 border:solid 1px transparent;
	font-weight:normal;
	background-color: transparent;
	font-size:100%;
}
/*通常欄*/
.inquiry td{
 border:solid 1px transparent;
	padding:0.75em 1.5em;
	background-color: transparent;
	font-size:100%;
}

/*必須の調整*/
.haveto{
 font-size:80%;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}

/*任意の調整*/
.any{
 font-size:80%;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
span.wpcf7-list-item {
display: block!important;
}

/*---------Q&A---------*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	border-top: 1px dotted #cccccc;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1px;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}

.cp_qa .cp_actab label {
	font-size:120%;
	line-height: 1.6;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 1em;
	cursor: pointer;
}
.cp_qa .cp_actab label:hover {
	background-color:#ecf6f8;
}

.cp_qa .cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s ease;
	        transition: max-height 0.5s ease;
	background-color:#ffffff;
	border-bottom: 1px dotted #cccccc;
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 2em;
}

.cp_qa .cp_actab input:checked ~ label {
	background-color:#ecf6f8;
	border-bottom: unset;
}

.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
}

.cp_qa .cp_actab label::after {
	line-height: 1.6;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 3em;
	margin-top: -12.5px;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	text-align: center;
}
.cp_qa .cp_actab input[type=checkbox] + label::after {
	content: '▼';
}
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1024px以下*/
@media screen and (max-width: 1024px){
  /*必要ならばここにコードを書く*/
.box {
  height     : 500px;
}
.box .boxString{
  top        : 60%;                               /* 中央寄せ */
  left       : 50%;
	width:80%;
	font-size:90%;
}
contents{
	padding:0em 2em;
}
box3{
	width:1160px;
	padding:2em 0;
}
.step1 {
	font-size:120%;
}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
.box {
  height     : 400px;
}
.box .boxString img{
	width:40%;
}
.article h1 {
	font-size:200%;
	padding-top:1em;
}
.step1 {
  width:100%;
	font-size:130%;
	border-radius: 7px 7px 0px 0px;
	height:50px;
}
.step2 {
  width:100%;
	border-radius: 0px 0px 7px 7px;
	padding:1.5em;
	font-weight:normal;
}
.voice{
	font-size:90%;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.box .src1 {
	background-size:unset;
}
.box .src2 {
	background-size:unset;
}
.box .boxString img{
	width:60%;
}
.article h2 {
	font-size:180%;
}
.article h3 {
	font-size:130%;
}
.font1{
	font-size:110%;
}
.con, .con2, .con3, .con4 {
  width:100%;
  padding: 2em 0;
}
.menu1,
.menu2,
.menu3,
.menu4,
.menu5,
.menu6
{
width: 43%;
height: 150px;
	font-size:120%;
}
.menu-text h3{
	font-size:120%;
}
.menu-text p{
  font-size: 12px;
}

.button18 a {
  padding: 1em 2em;
  width: 250px;
  font-size: 15px;
}
.cover{
	padding:0 2em;
}
.cover2{
	background: url('https://swim-sut.com/wp-content/uploads/2021/09/水中の腕.jpg') top center;
	background-size:unset;
	text-align:center;
	background-color: rgba(255,255,255,0.7);
	background-blend-mode: lighten;
}
.voice{
	width:47%;
	padding:1.5em 0;
	margin:0.25em;
}
.cp_qa .cp_actab label {
	font-size:100%;
	padding: 1em 2em 1em 1em;
}
}
