@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;

}

.logo-header
	{
	display:none;
}

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

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

.item-label{
	font-size:110%;
	letter-spacing: 0.1em;
}

p{
	margin:1em 0;
}

.navi{
	margin-bottom:-1px;
}

/*タイトル、投稿日時、投稿者の非表示*/
.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:200%;
	font-weight:normal;
letter-spacing: 0.1em;
}

.article h2 {
	padding:0 0 1em 0;
	margin:0;
	font-size:200%;
	font-weight:normal;
letter-spacing: 0.1em;
}

.sfont{
	font-size:13px;
	font-weight:normal;
}

.tel{
	font-size:200%;
}

a{
	text-decoration:none;
	color:#809eae;
}

.title{
	background-color:#ebf1f4;
	padding:0.75em 2em;
}

/*ボックス*/

contents{
  display: flex;
	justify-content:center;
  flex-wrap: wrap;
	padding:0 2em;
	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;
}

.gallery{
	width:30%;
	padding:3em 1.5em;
	background-color:#ffffff;
	margin:1em;
	text-align:center;
}

/*-----------メイン画像スライド-----------*/
.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(85%);
}

.box .src1 {
	background: url('http://mihara-music.com/wp-content/uploads/2021/08/画像1-1.jpg') top center;   /* 背景の画像を指定 */
	background-repeat:no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box .src2 {
	background: url('http://mihara-music.com/wp-content/uploads/2021/08/画像2-1.jpg') top center;   /* 背景の画像を指定 */
	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        : 40%;                               /* 中央寄せ */
  left       : 75%;
  transform  : translate(-50%,-50%);
  z-index    : 11;
	width:35%;
	color:#ffffff;
}

.menu1,
.menu2,
.menu3,
.menu4,
.menu5,
.menu6
{
position: relative;
overflow: hidden;
width: 30%;
height: 200px;
margin:0.5em;
text-align:center;
	font-size:180%;
}

.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('http://mihara-music.com/wp-content/uploads/2021/08/4305918_s.jpg') bottom center;
	background-size:100%;
}
.menu2:after{
background: url('http://mihara-music.com/wp-content/uploads/2021/08/22151442_s.jpg') center center;
background-size:100%;
}
.menu3:after{
background: url('http://mihara-music.com/wp-content/uploads/2021/08/4762953_s.jpg') center center;
	background-size:100%;
}
.menu4:after{
background: url('http://mihara-music.com/wp-content/uploads/2021/08/22061958_s.jpg') left center;
background-size:100%;
}
.menu5:after{
background: url('http://mihara-music.com/wp-content/uploads/2021/08/3-1-e1629176656548.jpg') top center;
background-size:100%;
}
.menu6:after{
background: url('http://mihara-music.com/wp-content/uploads/2021/08/4843850_s-e1629177091955.jpg') center center;
background-size:100%;
}

.menu1:hover:after,
.menu2:hover:after,
.menu3:hover:after,
.menu4:hover:after,
.menu5:hover:after,
.menu6:hover:after {
opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}

.menu1 a,
.menu2 a,
.menu3 a,
.menu4 a,
.menu5 a,
.menu6 a
{
position: relative;
display: flex;
align-items: center;
justify-content: center;
z-index: 100;
height: 100%;
text-decoration: none;
color: #fff;
  outline : 1px solid #FFFFFF; /* 線の太さ・線状・色 */
  outline-offset : -10px; /* どれだけ内側に線を表示したいかを負の値で指定 */
}

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

.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 {
  text-decoration: none;
  background-color: #6293ad;
}

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

.article .btn-flat-logo {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 1em 2em;
  text-decoration: none;
  background-color: #809eae;
  transition: .4s;
	margin:1em 0;
	color:#ffffff;
	font-size:18px;
}

.article .btn-flat-logo:hover {
  background-color: #6293ad;
}

.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;
}

.cover1{
background: url('http://mihara-music.com/wp-content/uploads/2021/08/3-1-e1629176656548.jpg') top center;
background-size:100%;
}

.cover2{
background: url('http://mihara-music.com/wp-content/uploads/2021/08/22151442_s.jpg') center center;
background-size:100%;
}

.cover3{
background: url('http://mihara-music.com/wp-content/uploads/2021/08/4305918_s.jpg') center center;
background-size:100%;
}

.cover4{
background: url('http://mihara-music.com/wp-content/uploads/2021/08/4762953_s.jpg') center center;
background-size:100%;
}

.cover5{
background: url('http://mihara-music.com/wp-content/uploads/2021/08/22061958_s.jpg') center center;
background-size:100%;
}

.cover6{
background: url('http://mihara-music.com/wp-content/uploads/2021/08/4843850_s-e1629177091955.jpg') center center;
background-size:100%;
}

.cover1, .cover2, .cover3, .cover4, .cover5, .cover6{
  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;
}

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

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

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

.article table{
	margin:1em 0;
}

.container table tr{
  background-color: transparent;
}
.article td {
  border: 1px solid transparent;
	padding:0.5em 1em;
	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;
}

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


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

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

.box {
  height     : 500px;
}
.box .boxString{
  top        : 40%;                               /* 中央寄せ */
  left       : 50%;
	width:80%;
}
.menu1,
.menu2,
.menu3,
.menu4,
.menu5,
.menu6
{
width: 40%;
height: 100px;
	font-size:130%;
}
.gallery{
	width:30%;
	padding:2em 1em;
	margin:0.5em;
}
}

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

.box .boxString{
  top        : 50%;                               /* 中央寄せ */
  left       : 50%;
	width:80%;
}

.button18 a {
  padding: 1em 2em;
  width: 100%;
  font-size: 14px;
}
.con, .con2, .con3, .con4 {
  width:100%;
  padding: 1.5em;
}
.gallery{
  width:100%;
  padding: 1.5em;
	margin:0 0 0.75em 0;
}
}
