@charset "UTF-8";

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

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

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

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

#main{
Padding: 0;
margin: 0;
background-color: transparent;
letter-spacing: 0.1em;
font-family: 'Century Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','モリサワ 新ゴ R','Droid Sans',メイリオ,sans-serif;

}

.navi-in a{
	font-size:14px !important;
	margin: 0;
	text-align: center;
	letter-spacing: 0.1em
}

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

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

p{
	margin:1em 0;
}

a{
	text-decoration:none;
	color:#ffffff;
}

/*タイトル、投稿日時、投稿者の非表示*/
.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 h2 {
	padding:0;
	margin:1em 0 0.5em 0;
	font-size:220%;
	text-align:center;
	font-weight:normal;
}

.ul{
	border-bottom:1px solid #011664;
	padding:0.25em;
}

.article h3 {
	padding:0;
	margin:0.25em 0 1.5em 0;
	font-weight:normal;
	font-size:180%;
	text-align:center;
	line-height:200%;
}

.font1{
	font-size:250%;
}

.font2{
	font-size:150%;
}

.font3{
	font-size:200%;
	font-weight:bold;
}

.sfont1{
	font-size:14px;
}

.redfont{
	color: #db3030;
	font-weight:bold;
}

.point{
	background-color:#3e3a39;
	padding:0.25em 1em;
	color:#ffffff;
	font-size:80%;
}

.point2{
	background-color:#3e3a39;
	padding:0.15em 1.5em;
	color:#ffffff;
}

.flow{
	background-color:#ffffff;
	padding:0.5em 1em;
}

.blink {
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes blink {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

/*円の中に文字*/
.circle {	
  position: relative;
  display: inline-block;
  width: 300px;
  height: 300px;
  border-radius: 50%;
	background:rgba(255,0,0,0.5);
	line-height:180%;
	color:#ffffff;
	font-size:140%;
	margin:5px;
}

.circle p {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :300px;
  text-align:center;
	font-weight:bold;
}

.circle2 {	
  position: relative;
  display: inline-block;
  width: 160px;
  height: 160px;
  border-radius: 50%;
	line-height:150%;
	color:#ffffff;
	font-size:130%;
	margin:5px;
	background:rgba(255,0,0,0.5);
}

.circle2 p {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :160px;
  text-align:center;
	font-weight:bold;
}

/*ボックス*/

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

box2{
	width:1160px;
	padding:1em;
}

.boxin {
  display: flex;
	justify-content:space-between;
  flex-wrap: wrap;
}

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

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

.con {
  width:25%;
  padding: 0.25em 1.5em;

}

.con2 {
  width:75%;
  padding: 0.25em 1.5em;
}

.con3 {
  width:50%;
  padding: 0.75em 0;
}

.con4 {
  width:100%;
  padding: 0.75em 1.5em;
}

.con3 .flow{
	margin:0.5em 0 ;
}

.photo{
	width:22%;
	margin:0.25em;
}

.tensaku{
	width:50%;
	padding:1em;
}

.step1 {
  width:30%;
	background-color:#3e3a39;
	text-align:center;
	color:#ffffff;
	font-size:200%;
	min-height:120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step2 {
  width:70%;
	background-color:#ffffff;
	padding:1em;
	font-size:120%;
	line-height:140%;
}

.jirei{
  width:31%;
  padding: 1.5em;
  margin: 0.5em ;
	background-color: #ffffff;
}

.cover{
	background: url('http://bisou-gakuen.com/wp-content/uploads/2021/08/22094610.jpg') center top;
	background-attachment: fixed;
}

.cover2{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;	
	position: relative;
z-index: 0;
	color:#ffffff;
	margin-bottom:1.5em !important;
	background: url('http://bisou-gakuen.com/wp-content/uploads/2021/08/22055616-e1630045783811.png') center center;
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-size:100%;
}

.cover2::before{
content: '';
position: absolute;
width: 100%;
height: 100%;
background: inherit;
filter: brightness(60%);
/* 最背面へ */
z-index: -1;
}

.cover3{
	margin-bottom:3em !important;
	background: url('http://bisou-gakuen.com/wp-content/uploads/2021/08/5187141_m.jpg') center center;
background-color:rgba(255,255,255,0.4);
background-blend-mode:lighten;
	background-size:100%;
	width:1160px;
}

.cover4{
	margin-bottom:3em !important;
	background: url('http://bisou-gakuen.com/wp-content/uploads/2021/08/4024093_m.jpg') center left;
background-color:rgba(255,255,255,0.4);
background-blend-mode:lighten;
	width:1160px;
}

.cover5{
	margin-bottom:5em !important;
	background: url('http://bisou-gakuen.com/wp-content/uploads/2021/08/4638640_m.jpg') center right;
background-color:rgba(255,255,255,0.4);
background-blend-mode:lighten;
	background-size:100%;
	width:1160px;
}

.coverin{
	padding:1em 2em;
	width:100%;
}

.waku{
	background-color: transparent;
	margin:0.5em;
}

.waku ul {
  padding: 0;
font-size:130%;
}

.waku ul li {
  color: #ffffff;
  position:relative;
  background: transparent;
  line-height: 1.5;
  padding: 0.5em;
  margin-bottom: 4px;
  border-left : solid 60px transparent;
  list-style-type: none!important;
}

.waku ul li:before {
  font-family: "Font Awesome 5 Free";
   content: '\f00c';
  position: absolute;
  display: block;
  padding: 0.5em;
  width: 1em;
  color: #db3030; /*アイコン色*/
  text-align: center;
  left : -55px; /*左端からのアイコンまでの距離*/
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	font-weight: 900;
	font-size:150%;
}

.waku2{
	background-color:#ffffff;
	padding:1em 2em;
	text-align:left;
	margin:0 1em;
}

/*-----------ボタン-----------*/
.article .btn-flat-logo {
  position: relative;
  display: inline-block;
  padding: 1.5em;
  text-decoration: none;
	background-color:#ffffff;
  transition: .4s;
	min-width:200px;
	line-height:130%;
	color:#333333;
}

.article .btn-flat-logo:hover {
	opacity:0.7;
}

.article .btn-flat-logo2 {
  position: relative;
  display: inline-block;
  font-weight: normal;
  padding: 0.25em 1em;
  text-decoration: none;
	background-color:#ffffff;
  transition: .4s;
	margin:0.25em;
	color:#000000;
	min-width:150px;
	border-radius: 5px;
	border:1px solid #adadad;
	font-size:90%;
}

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

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

.box .src1 {
	background: url('http://bisou-gakuen.com/wp-content/uploads/2021/08/5003075_m.jpg') center bottom;   /* 背景の画像を指定 */
	background-repeat:no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box .src2 {
	background: url('http://bisou-gakuen.com/wp-content/uploads/2021/08/5003075_m.jpg') center bottom;   /* 背景の画像を指定 */
	background-repeat:no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
  animation-delay  : 5s;
}

@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;
	text-align:center;
	width:100%;
	color:#ffffff;
	font-weight:normal;
}



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

.article table{
	margin:1em 0;
}

.container table tr{
  background-color: transparent;
}
.article td {
  border: 1px solid transparent;
	padding:0.25em;
	font-size:100%;
}

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

@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 1.5em;
 border:solid 1px transparent;
	font-weight:normal;
	background-color: transparent;
	font-size:100%;
}
/*通常欄*/
.inquiry td{
 border:solid 1px transparent;
	padding:0.75em 1em;
	background-color: transparent;
}

/*必須の調整*/
.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;
}

/*他社比較*/

.tbl-r05 table {
  margin: 20px auto;
}
.tbl-r05 th {
  background: #eeeeee;
  border: solid 1px #ccc;
  padding: 0.5em;
	font-size:120%;
}
.tbl-r05 th:nth-child(3) {
  background: #3e3a39;
  border: solid 4px #3e3a39;
	color:#ffffff;
}
.tbl-r05 td {
  border: solid 2px #ccc;
  background: #ffffff;
	padding:1em;
	text-align:center;
	font-size:120%;
	width:25%;
}
.tbl-r05 td:first-child {
  background: #000000;
	color:#c7f199;
    font-weight: bolder;
}
.tbl-r05 td:nth-child(3) {
  border: solid 4px #3e3a39;
}
@media screen and (max-width: 640px) {
  .tbl-r05 {
    width: 100%;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
.tbl-r05 th {
	font-size:100%;
}
.tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
	padding:0.5em;
	font-size:100%;
  }
  .tbl-r05 td:first-child {
  background: #000000;
	color:#c7f199;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}

/*-----------レスポンシブ改行-----------*/
@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; }
}

/*swiper*/

/* Swiperの親要素 */
.swiper-parent {
	position: relative;
}
/* Swiper本体 */
.swiper-container {
	padding-bottom: 0px !important;		/* ★ページネーション・スクロールバー分の余白50pxを下に取る */
	box-sizing: content-box;
}

.slider1{
	max-width:1160px;
	overflow:hidden;
	background-color:#f4f4f4;
}

.slider1 .boxin2{
	padding:2em;
}

/* 前・次スライドボタンの縦位置調整（スライドの高さの中央に合わせる） */
.swiper-button-prev, .swiper-button-next {
	top: calc((100% - 50px) * 0.5);	/* ☆★ページネーション・スクロールバー（50px）を除く縦位置の中央（＝スライドの高さの中央）に一旦配置 */
	margin-top: -22px;			/* ★ボタンの高さ（44px）の半分のネガティブマージンで上に少しずらす */
}

.swiper-container .con4{
  padding: 0 1.5em;
}

/* -----Q&A----- */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	border-top: 1px solid #1b2538;
}
.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;
	border-bottom: 1px solid #1b2538;
}
.cp_qa .cp_actab label:hover {
	color: #db3030;
}
/* 答え */
.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;
	color: #ffffff;
	background-color:#ababab;
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em;
}
/* 質問を開いた時の仕様 */
/* --アイコン */
.cp_qa .cp_actab input:checked ~ label {
	color: #db3030;
}
/* --答えの高さ */
.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);
}

/*追従バナー*/
.floating-banner {
    position: fixed; /* 追従 */
    z-index: 99999; /* 他の要素の下に隠れないように */
    top: 50%; /* バナーの上下の位置 */
    right: 0%; /* バナーの左右の位置 */
	width:60px; /* バナーの横幅を指定 */
}

.floating-banner:hover
{
    opacity: .8; /* ホバーで少し透過 */
}

@media screen and (max-width: 560px) { /* スマホ用のブレイクポイントを指定 */
	
    .floating-banner  {
        top: unset; /* PCで指定していた上下の位置指定をクリア */
        right: 0; /* 左右の隙間が空かないように */
        top: 10%; /* 画面の最下部にぴったりくっつくように指定 */
	width:40px; /* バナーの横幅を指定 */
}
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1024px以下*/
@media screen and (max-width: 1024px){
  /*必要ならばここにコードを書く*/
.box {
  height     : 600px;
}
.boxString .font1{
	font-size:180%;
}
.circle {	
  width: 200px;
  height: 200px;
	font-size:16px;
	margin:0 5px;
}
.circle p {
  width :200px;
	font-weight:normal !important;
}
.font1{
	font-size:180%;
}
.coverin font2{
	font-size:14px;
}
.font2{
	font-size:100%;
	font-weight:bold;
}
.cover2{
	background-size:unset;
	background: url('http://bisou-gakuen.com/wp-content/uploads/2021/08/22055616-e1630045783811.png') center center;
}
.waku ul {
font-size:100%;
}
.circle2 {	
  width: 150px;
  height: 150px;
	font-size:120%;
}
.circle2 p {
  width :150px;
}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
.cover3, .cover4, .cover5 {
	background-size:unset;
}
.con3 {
  width:100%;
}
.jirei{
  width:47%;
  padding: 1.5em;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.box {
  height     : 500px;
}
.circle {	
  width: 150px;
  height: 150px;
	font-size:12px;
	margin:0 5px;
}
.circle p {
  width :150px;
	font-weight:normal !important;
}
.font1{
	font-size:120%;
}
.circle .font2{
	font-size:13px;
}

.circle2 {	
  width: 75px;
  height: 75px;
	font-size:10px;
	margin:3px;
}
.circle2 p {
  width :75px;
}
.jirei{
  width:100%;
  padding: 1.5em;
}
.sfont1{
	font-size:12px;
}
.con, .con2 {
  width:100%;
  padding: 0.25em 1.5em;
}
.step1 {
	font-size:160%;
}
.con4 .font1{
	font-size:18px;
	font-weight:bold;
}
}
