@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

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


@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

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

table td {
	background: #000;
	 border: none;
}

.page .entry-title{
  display: none;
}

/*ヘッダーの文字と背景の色を変える*/
.search-menu-button.menu-button,
.navi-menu-button.menu-button{
	background-color: #fdf5e6;
	color: #000000;
}

.logo-menu-button.menu-button{
	background-color: #fdf5e6;
}

/*---------------------------------
固定ページの日付を非表示にする、おまじない
--------------------------------*/
.post-34 .date-tags {
  display: none;
}

/*カラム背景を透明にする*/
.page .main, .page .sidebar {
background-color: transparent;
box-shadow: none;
}

/*画像下にできる謎の空白をCSSだけで消す2つの方法*/
img {
vertical-align: bottom;
margin: 0;
padding: 0;
}

.clrfix {
  display: block;
}

.clrfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.tleft {
  text-align:left;
}

/*元サイトヘッダー （現在未反映）*/

/*
header {
  background-image: url('./images/head_back.png');
  background-repeat: repeat-x;
  height: 79px;
  z-index: 20;
  position: relative;
}

header .head_w {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

header .head_l {
  float: left;
  margin: 20px 0 0 20px;
}

header .head_l img {
  max-width: 287px;
  width: 100%;
}

header .head_r {
  float: right;
  margin: 30px 20px 0 0;
}

header .head_r a {
  color: #000;
  text-decoration: none;
  font-family: ヒラギノ明朝 Pro W6;
}

header .head_r a:hover {
  color: #000;
  text-decoration: underline;
　　　font-family: ヒラギノ明朝 Pro W6;
}
*/

/* メイン */

main .main_w {
  background-image: url('./images/back.jpg');
  background-size: auto 100%;
  position: relative;
  top: -10px;
}

main .main1 {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 100px;
}

main .main1 img.topimg {
  width: 100%;
}

main .main1 .main1_txt {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}

main .main_w2 {
  position: relative;
  top: -130px;
}

main .main2 {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  top: -231px;
}

main .main2 img {
  width: 100%;
  max-width: 1200px;
}

main .main2_2 {
  max-width: 1200px;
  margin: 0 auto;
  background-image: url('http://bunsui-bp.com/wp-content/uploads/2021/10/bunsuibbp_back3.jpeg');
  background-size: 100% auto;
  position: relative;
  top: -234px;
}

.black {
  background-color: #000;
  position: relative;
  top: -10px;
}

.main2_2w {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  height: 400px;
  color: #fff;
}

.main2_2l {
  width: 50%;
  float: left;
  text-align: center;
  margin-bottom: 60px;
}

.main2_2l .tit1, .main2_2r .tit1 {
  font-size: 1.5em;
  margin-bottom: 10px;
  font-family: ;
}

.main2_2l .tit {
  font-size: 1.5em;
  margin-bottom: 20px;
  font-family: ヒラギノ明朝 Pro W6;
}

.main2_2l .txt {
  width: 80%;
  text-align: left;
  margin: 0 auto;
  font-size: 1.2em;
  line-height: 1.6em;
  font-family: ヒラギノ明朝 Pro W6;
}

.main2_2l img, .main2_2r img {
  width: 80%;
}

.main2_2r {
  width: 50%;
  float: right;
  text-align: center;
  margin-bottom: 60px;
  font-family: ヒラギノ明朝 Pro W6;
}

@media screen and (max-width:768px) {
  .main2_2l {
    width: 100%;
  }
  .main2_2r {
    width: 100%;
  }
}

.main3 {
  background-image: url('https://bunsui-bp.com/wp-content/uploads/2021/10/bunsuibbp_back2.jpeg');
  background-size: cover;
  position: relative;
  margin-bottom: -250px;
  top: -250px;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family:ヒラギノ明朝 Pro W3;
}

.main3 h2 {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 30px;
  font-family:ヒラギノ明朝 Pro W6;
}

.main3_w {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.3em;
  line-height: 1.7em;
  font-family: ヒラギノ明朝 Pro W6;
}

.main3_w .txt {
  margin-top: 60px;
  width: 80%;
  margin: 60px auto 0;
}

.main4 {
  background-color: #000;
  position: relative;
  color: #fff;
}

.main4_w {
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 1200px;
  margin: 0 auto;
  background-image: url('http://bunsui-bp.com/wp-content/uploads/2021/10/bunsuibbp_back4.jpeg');
  background-size: cover;
  position:relative;
  overflow:hidden;
}

.main4_w .sakura_r {
  position:absolute;
  top:20%;
  right:-388px;
  opacity:0;
}

.main4_w .tit {
  font-size: 2.3em;
  line-height: 2.5em;
  text-align: center;
  font-family: ヒラギノ明朝 Pro W6;
}

.main4_w .img {
  text-align: center;
  margin: 30px 0;
}

.main4_w .img img {
  max-width: 857px;
  width: 80%;
}

.main5 {
  background-image: url('http://bunsui-bp.com/wp-content/uploads/2021/10/bunsuibbp_back1.jpeg');
  background-size: cover;
  position: relative;
}

.main5_w {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-family:ヒラギノ明朝 Pro W6;
}

.main5_w .tit1 {
  text-align: center;
  font-size: 2.3em;
  line-height: 1.5em;
  position: relative;
  top: -120px;
  font-family: ヒラギノ明朝 Pro W6;
}

.main5_w .tit2 {
  text-align: center;
  font-size: 2.6em;
  line-height: 1.5em;
  margin-bottom: 30px;
  font-family: ヒラギノ明朝 Pro W6;
}

.main5_w .img img {
  max-width: 1000px;
  width: 80%;
}

.main5_w .img2 img {
  max-width: 904px;
  width: 80%;
}

.main5_2 {
  max-width: 904px;
  margin: 60px auto 0;
  padding-bottom: 40px;
}

.main5_2w .main5_2l {
  float: left;
  width: 50%;
}

.main5_2l .txt {
  text-align: left;
  font-size: 1.6em;
  line-height: 1.5em;
  margin-top: 20px;
  font-family:ヒラギノ明朝 Pro W6;
}

.main5_2w .main5_2r {
  float: right;
  width: 50%;
}

.main5_2l span.pink {
  color: #D3145A;
}

.main5_2r img {
  max-width: 370px;
  width: 100%;
}

.main6 {
  background-image: url('http://bunsui-bp.com/wp-content/uploads/2021/10/bunsuibbp_back5.jpeg');
  background-size:cover;
  position: relative;
  color: #fff;
  padding-top: 80px;
}

.main6_w {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.main6_w h2 {
  font-size: 2.3em;
  margin-bottom: 40px;
  font-family: ヒラギノ明朝 Pro W6;
}

.main6_w h3 {
  font-size: 1.8em;
  font-family:ヒラギノ明朝 Pro W6;
}

.main6_w .mem_w {
  margin: 20px auto;
  width: 85%;
  background-color: #000;
/*  height: 200px; */
  color: #fff;
  font-family: ヒラギノ明朝 Pro W6;
}
table.mem_data td {
  width:33%;
  display: table-cell;
}
table.mem_data td span {
  font-size:14px;
　　line-height:1.8em;
}
table.mem_data td img {
  margin-top:5px;
  width:80%;
  text-align:center;
}
table.mem_data td div {
  width:85%;
  margin:0 auto;
  line-height:1.4em;
  padding:20px;
}
table.mem_data td a, table.mem_data td a:hover {
  color:#fff;
  text-decoration:none;
}
table.mem_data td.tleft {
  position: relative;
  font-size:0.8em;
}
table.mem_data tr.bd1 td:nth-child(1) {
  border-bottom:1px solid #fff;
  border-right:1px solid #fff;
}
table.mem_data tr.bd1 td:nth-child(1):before {
  content:"";
  line-height:0;
  display: block;
  overflow: hidden;
  position: absolute;
  right: -1px;
  height: 70%;
  border-right: 1px solid #000;
}
table.mem_data tr.bd1 td:nth-child(2) {
  border-bottom:1px solid #fff;
}
table.mem_data tr.bd1 td:nth-child(3) {
  border-bottom:1px solid #fff;
  border-left:1px solid #fff;
}
table.mem_data tr.bd1 td:nth-child(3):before {
  content:"";
  line-height:0;
  display: block;
  overflow: hidden;
  position: absolute;
  left: -1px;
  height: 60%;
  border-left: 1px solid #000;
}
table.mem_data tr.bd2 td:nth-child(1) {
  border-right:1px solid #fff;
}
table.mem_data tr.bd2 td:nth-child(1):after {
  content:"";
  line-height:0;
  display: block;
  overflow: hidden;
  position: absolute;
  right:-1px;
  bottom:-1px;
  height: 60%;
  border-right: 1px solid #000;
}
table.mem_data tr.bd2 td:nth-child(3) {
  border-left:1px solid #fff;
}
table.mem_data tr.bd2 td:nth-child(3):after {
  content:"";
  line-height:0;
  display: block;
  overflow: hidden;
  position: absolute;
  left:-1px;
  bottom:-1px;
  height: 60%;
  border-left: 1px solid #000;
}



.main6_w .txt {
  margin: 60px auto 0;
  font-size: 2em;
  line-height: 1.8em;
  padding-bottom: 60px;
  font-family: ヒラギノ明朝 Pro W6;
}

.main7 {
  background-image: url('./images/back.jpg');
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.main7_w {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.main7_w h2 {
  font-size: 2.6em;
  margin-top: 30px;
  font-family: ヒラギノ明朝 Pro W6;
}

.main7_w .txt {
  font-size: 1.7em;
  margin-top: 40px;
  font-family: ヒラギノ明朝 Pro W6;
}

.main7_w .insta_w {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  color: #000;
  font-size: 2em;
  line-height: 12em;
  margin-top: 30px;
  height: 720px;
  font-family: ヒラギノ明朝 Pro W6;
}
.main7_w .insta_w iframe {
  width:100%;
  height:720px;
}
.main7_w .insta_logo img {
  max-width: 388px;
  width: 100%;
}

.main7_w .img {
  margin-top: 100px;
}

.main7_w .img img {
  max-width: 1113px;
  width: 100%;
}

.aaa {
  width: 1200px;
  border: 1px solid #999;
  height: 600px;
  background-color: #fff;
}

.aaa:hover {
  background-color: #000;
}

.main7 .img {
  max-width:1200px;
  width:100%;
  margin:100px auto 0;
}
.main7 .img img {
  width:100%;
}
.main7 h2 a {
  color:#000;
  text-decoration:none;
}
.main7 .txt a{
  color:#000;
}

@media screen and (max-width:901px) {
  main .main2 {
    top: -170px;
  }
  main .main2_2 {
    top: -173px;
  }
}

@media screen and (max-width:530px) {
  header .head_l {
    margin:5px;
  }
  header .head_r {
    margin:5px;
  }
  div.main5_w div.tit1 {
    top:-50px;
    left:35px;
    font-size:1.1em;
  }
}

@media screen and (max-width:601px) {
  main .main2 {
    top: -120px;
  }
  main .main2_2 {
    top: -123px;
  }
  .main3 h2 {
    font-size:0.8em;
  }
}


@media screen and (max-width:768px) {
  main div.main2_2 {
    background-size:cover;
  }
  main .main2_2l .tit1, main .main2_2r .tit1 {
    font-size:1.3em;
  }
  main div.main2_2l .tit {
    font-size:1.3em;
  }
  main div.main2_2l .txt {
    font-size:1em;
  }
  .main3 {
    top:-180px;
    padding-top:30px;
  }
  .main3_w {
    width:80%;
    font-size:1em;
    line-height:1.6em;
  }
  .main3 h2 {
    font-size:1.3em;
    margin-bottom:0;
  }
  .main3_w .txt {
    width:100%;
    margin-top:30px;
  }
  .main4_w {
    padding-top:50px;
  }
  .main4_w div.tit {
    font-size:1.3em;
    line-height:1.6em;
  }
  .main5_w div.img {
    padding-top:30px;
  }
  .main5_w div.tit1 {
    font-size:1.3em;
    line-height:1.6em;
    top:-80px;
  }
  .main5_w div.tit2 {
    font-size:1.3em;
    line-height:1.6em;
  }
  .main5_2w .main5_2l {
    width:100%;
  }
  .main5_2w .main5_2r {
    width:100%;
    text-align:center;
  }
  .main5_2l div.txt {
    width:80%;
    font-size:1.3em;
    line-height:1.6em;
    margin:0 auto;
  }
  .main6 {
    padding-top:30px;
    background-color:#000;
    background-image:none;
  }
  .main6_w h2 {
    font-size:1.3em;
    line-height:1.6em;
    margin-bottom:10px;
  }
  .main6_w h3 {
    font-size:1.2em;
  }
  .main6_w table.mem_data td {
    width:100%;
    display:block;
  }
  div.main6_w table.mem_data tr.bd1 td, div.main6_w table.mem_data tr.bd2 td {
    border-bottom:1px solid #fff !important;
    margin-bottom:12px;
    padding-bottom:12px;
  }
  .main6_w table.mem_data td img {
    width:100%;
  }
  .main6_w table.mem_data tr.bd1 td:nth-child(1),
  .main6_w table.mem_data tr.bd1 td:nth-child(2),
  .main6_w table.mem_data tr.bd1 td:nth-child(3),
  .main6_w table.mem_data tr.bd2 td:nth-child(1),
  .main6_w table.mem_data tr.bd2 td:nth-child(3)
  {
    border:none;
  }
  .main6_w table.mem_data td div {
    padding:0;
    width:100%;
  }
  .main6_w table.mem_data td span {
    font-size:1.3em;
    line-height:1.6em;
  }
  .main6_w div.txt {
    font-size:1.3em;
    line-height:1.6em;
    width:80%;
    margin:0 auto;
  }
  .main7_w div.insta_logo img {
    width:80%;
  }
  div.main7_w h2 {
    font-size:1.3em;
    line-height:1.6em;
    font-weight:bold;
  }
  div.main7_w div.txt {
    font-size:1.3em;
    line-height:1.6em;
  }
  div.main7_w div.insta_w {
    height:380px;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
  }
  div.main7_w div.insta_w iframe {
    width:100%;
    height:100%;
    display:block;
  }
  div.main7 .img {
    margin-top:50px;
  }
}
.sakura_r .sakura_in {
  margin:0 0 0 auto;
}
.sakura_r .sakura_in img {
  width:100%;
}

@media screen and (max-width:1000px) {
  .sakura_r .sakura_in {
    width:80%;
  }
}
@media screen and (max-width:900px) {
  .sakura_r .sakura_in {
    width:70%;
  }
}

@media screen and (max-width:768px) {
  .sakura_r .sakura_in {
    width:40%;
  }
}

@media screen and (max-width:520px) {
  .sakura_r .sakura_in {
    width:30%;
  }
}

/* フッター */

footer {
  background-color: #000;
}

.footer_w {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  background-image: url('http://bunsui-bp.com/wp-content/uploads/2021/10/bunsuibbp_back6.jpeg');
  color: #fff;
  padding: 60px 0;
  height: 251px;
  position: relative;
}

.footer_w a {
  color: #fff;
  text-decoration: none;
}

.footer_w a:hover {
  text-decoration: underline;
}

.footer_w .img {
  float: left;
  width: 30%;
  text-align: center;
}

.footer_w .img img {
  max-width: 118px;
  width: 100%;
}

.footer_w .tit {
	float: center;
  width: 70%;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 1.5em;
  font-family:ヒラギノ明朝 Pro W6;
}
.footer_w .copyright {
  padding-top:30px;
  text-align:center;
  font-size:0.7em;
}
.copyright {
  font-family: ヒラギノ明朝 Pro W6;
}


html,body{overflow-x:hidden;}
.hana{
  position:absolute;height:0;width:0;
  background-color:pink;
  border: 25px solid pink;
  border-radius: 40px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.hana::after{
  content:"";
  display:block;
  position:absolute;
  top:-20px;
  left:-20px;
  height:0;
  width:0;
  background-color:pink;
  border: 25px solid pink;
  border-radius: 40px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.t1{border-color:#fff3f5;background-color:#fff3f5;}
.t2{border-color:#ffe2e7;background-color:#ffe2e7;}
.t3{border-color:#ffd1d9;background-color:#ffd1d9;}
.t4{border-color:#ffc0cb;background-color:#ffc0cb;}
.t5{border-color:#ffafbd;background-color:#ffafbd;}
.t1::after{border-color:#fff3f5;background-color:#fff3f5;}
.t2::after{border-color:#ffe2e7;background-color:#ffe2e7;}
.t3::after{border-color:#ffd1d9;background-color:#ffd1d9;}
.t4::after{border-color:#ffc0cb;background-color:#ffc0cb;}
.t5::after{border-color:#ffafbd;background-color:#ffafbd;}

.y1{-webkit-animation:v1 10s infinite;}
.y2{-webkit-animation:v2 10s infinite;}
.y3{-webkit-animation:v3 9s infinite;}
.y4{-webkit-animation:v4 9s infinite;}
.y5{-webkit-animation:v5 8s infinite;}
@-webkit-keyframes v1{
  from{-webkit-transform: rotate(0deg) scale(.9);}
  50%{-webkit-transform: rotate(270deg) scale(.9);}
  to{-webkit-transform: rotate(1deg) scale(.9);}
}
@-webkit-keyframes v2{
  from{-webkit-transform: rotate(-90deg) scale(.8);}
  50%{-webkit-transform: rotate(-360deg) scale(.8);}
  to{-webkit-transform: rotate(-89deg) scale(.8);}
}
@-webkit-keyframes v3{
  from{-webkit-transform: rotate(30deg) scale(.7);}
  50%{-webkit-transform: rotate(300deg) scale(.7);}
  to{-webkit-transform: rotate(29deg) scale(.7);}
}
@-webkit-keyframes v4{
  from{-webkit-transform: rotate(-120deg) scale(.6);}
  50%{-webkit-transform: rotate(-390deg) scale(.6);}
  to{-webkit-transform: rotate(-119deg) scale(.6);}
}
@-webkit-keyframes v5{
  from{-webkit-transform: rotate(60deg) scale(.5);}
  50%{-webkit-transform: rotate(330deg) scale(.5);}
  to{-webkit-transform: rotate(59deg) scale(.5);}
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
