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

.sub-caption{
	font-size:11px;
	color:#000000;
}

.logo-header
	{
	display:none;
}

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

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

.item-label{
	font-weight:bold;
  color:  #2c9d90;/*文字色*/
}

p{
	margin:1em 0;
}

/*タイトル、投稿日時、投稿者の非表示*/
.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;
}

.mask-landscape {
  background: url("http://yumikoondasklavie.com/wp-content/uploads/2021/07/4896691_m.jpg") center;
  background-size: contain;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  display: table;
  width: 100vw;
  height: 100px;
	font-style:italic;
}
 
.article h1 {
  font-size: 300%;
  font-weight: bold;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.article h2 {
	padding:1em 0 0.5em 0;
	margin:0;
	font-weight:bold;
	font-size:250%;
	color:#2c9d90;
}

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

.sfont{
	font-size:13px;
}

.font1{
	background-color:#ffffff;
	color:#2c9d90;
	font-weight:bold;
	padding:0.5em 2em;
	border:1px solid #2c9d90;
	font-size:14px;
}

.font2{
	font-weight:bold;
	font-size:110%;
}

/*ボックス*/

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

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

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

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

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

.con3 {
  width:50%;
  padding: 0.25em 1.25em;
	margin-bottom:1em;
}

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

.cover{
background: url('http://yumikoondasklavie.com/wp-content/uploads/2021/07/4896691_m.jpg') center center;
}

.cover2{
background: url('http://yumikoondasklavie.com/wp-content/uploads/2021/08/inquiry1.png') bottom center;
}

.cover3{
	background: url('http://yumikoondasklavie.com/wp-content/uploads/2021/08/DSC_0405-1-scaled-e1627883818374.jpg') bottom center;   /* 背景の画像を指定 */
	background-size:100%;
	position: relative;
z-index: 0;
	color:#ffffff;
}


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

}

.box .src1 {
	background: url('http://yumikoondasklavie.com/wp-content/uploads/2021/07/main.png') top center;   /* 背景の画像を指定 */
	background-repeat:no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box .src2 {
	background: url('http://yumikoondasklavie.com/wp-content/uploads/2021/07/main.png') top center;   /* 背景の画像を指定 */
	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       : 48%;
  transform  : translate(-50%,-50%);
  z-index    : 11;
	width:100%;
	text-align:center;
	color:#ffffff;
}

.menu1,
.menu2,
.menu3
{
position: relative;
overflow: hidden;
width: 32%;
height: 200px;
margin:0.25em;
text-align:center;
	font-size:150%;
	font-weight:bold;
	letter-spacing: 0.1em;
}

.menu1:after,
.menu2:after,
.menu3: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%) saturate(150%);
}
.menu1:after{
background: url('http://yumikoondasklavie.com/wp-content/uploads/2021/08/22061958_s-e1627869142649.jpg') top center;
}
.menu2:after{
background: url('http://yumikoondasklavie.com/wp-content/uploads/2021/08/20180317夜-8-e1627869226262.jpg') center center;
}
.menu3:after{
background: url('http://yumikoondasklavie.com/wp-content/uploads/2021/08/817609_s-e1627869135341.jpg') center center;
}

.menu1:hover:after,
.menu2:hover:after,
.menu3: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
{
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; /* どれだけ内側に線を表示したいかを負の値で指定 */
}

.menu1 a:hover,
.menu2 a:hover,
.menu3 a:hover
{
  outline : 1px solid #2c9d90; /* 線の太さ・線状・色 */
  outline-offset : -10px; /* どれだけ内側に線を表示したいかを負の値で指定 */
}

/*-----------ボタン-----------*/
.article .btn-flat-logo {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.75em 2em;
  text-decoration: none;
	background-color:#2c9d90;
  transition: .4s;
	margin:1em 0;
	border:1px solid #ffffff;
	color:#ffffff;
	font-size:120%;
}

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

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

.article table{
	margin:0;
}

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

.cover2 td {
	padding:0;
text-align:left;
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@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 transparent!important;
}
	

/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 color:#444;
	padding:0.5em 1em;
	font-weight:normal;
	font-size:100%;
}
/*通常欄*/
.inquiry td{
  border: 1px solid transparent;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
  border: 1px solid transparent;
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}

span.wpcf7-list-item {
display: block!important;
}

/*-----------レスポンシブ改行-----------*/
@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:200%;
}
.article h3 {
	font-size:120%;
}
.menu1,
.menu2,
.menu3
{
	width: 30%;
	font-size:120%;
}
}

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

}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.article h1 {
  font-size: 250%;
}

.font1{
	padding:0.5em 1em;
	font-size:13px;
}
.menu1,
.menu2,
.menu3
{
	width: 80%;
	height: 170px;
	font-size:130%;
}
.box {
  height     : 400px;
}
.box .src1,.box .src2 {
	background: url('http://yumikoondasklavie.com/wp-content/uploads/2021/08/main-e1628213727457.png') top center;   /* 背景の画像を指定 */
}
.con {
  width:100%;
  padding: 0.5em 1em;
}
.con2 {
  width:100%;
  padding: 0.5em 1em;
}
.con3 {
  width:100%;
  padding: 0.25em 1em;
}
}
