@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/************************************
** トップページカスタマイズ
************************************/

.only-one_back{
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	background-color:#f1f1f1;
	padding-top:2.5em;
	padding-bottom:2.5em;
}
.only-one_inner{
	width:90%;
	max-width:600px;
	margin:0 auto 0 auto;
}
.only-one_title{
	margin-bottom:1em;
	text-align:center;
	background-color:#777;
	color:#fff;
	border-radius:5px;
	font-size:1.5em;
	line-height:1.7em;
	padding:0.5em;
}
.only-one_title span{
	font-size:1.5em;
	font-weight:600;
}
.only-one_img{
	width:calc(100% - 2em);
	margin:0 auto;
}
.only-one_img img{
	width:100%;
}
.only-one_description{
	width:calc(100% - 2em);
	margin:0 auto 1em auto;
}
.only-one_content-box{
	background-color:#fff;
	border-radius:10px;
	margin-top:2em;
	padding:1em 2em;
}
.only-one_content-box a{
	text-decoration:none;
}
.only-one_content-number{
	font-size:1.3em;
	font-weight:600;
	color:#777;
	border-bottom:2px solid #777;
	letter-spacing:0.1em;
	margin-bottom:0.5em;
}
.only-one_content-title{
	font-size:1.2em;
	margin-bottom:0.5em;
}
a .only-one_content-title{
	color:#412187;
}
a .only-one_content-title:hover{
	color:#00a0ff;
	transition:0.3s;
}
.only-one_content-img img:hover{
	opacity:0.8;
	transition:0.3s;
}


.link-btn{
	text-align:center;
	padding:0.3em;
	border:2px solid #aaa;
	border-radius:3px;
	width:80%;
	max-width:500px;
	margin:1em auto 3em auto;
	letter-spacing:0.1em;
}
.link-btn a{
	text-decoration:none;
	color:#9652cb;
	font-weight:400;
}

.wrap {
width: 100%;
}
.top-image img{
	width:100%;
}

.header{
	margin:0 0 0 0;
}
.widget h2 {
	font-weight:300;
	text-align:center;
	margin-top:0.5em;
}
.logo-header{
	margin:1em auto;
}

.gs-banner{
	width:90%;
	max-width:600px;
	margin:2em auto;
	border-radius:10px;
	padding:1em 1em 3em 1em;
	box-shadow:3px 3px 15px #9652cb;
}
.gs-banner_text{
	font-size:1.4em;
	text-align:center;
	color:#888;
}
.gs-banner a{
	text-decoration:none;
}
.gs-banner_image{
	width:100%;
	max-width:600px;
	margin:0 auto;
}
.gs-banner_btn-text{
	color:#fff;
	background-color:#9652cb;
	font-weight:600;
	font-size:1.4em;
	width:80%;
	max-width:300px;
	margin:0 auto 0 auto;
	text-align:center;
	border-radius:5px;
}
@media screen and (max-width: 600px){
.gs-top-space{
	height:10px;
}
.gs-banner_text{
	font-size:1em;
}
.gs-banner_btn-text{
	font-size:1em;
}
}


.sns-share, .sns-follow {
	padding:0 5%;
}
.sns-follow-buttons a {
    width: 100%;
    margin-right: 50px;
}
.home #main h1{
    color: #555;
    letter-spacing: 1px;
    margin: 1em 0 -2em;
    font-weight: 300;
    display: flex;
    align-items: center;
	border-bottom:none;
	line-height:1.7em;
}
.home #main h1:before, .home #main h1:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #aaa;
    display: block;
}
.home #main h1:before {
    margin-right: .4em;
}
.home #main h1:after {
    margin-left: .4em;
}
.home #main .large-thumb{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0.8em 0;
}
.home #main .large-thumb a{
    width: 50%;
    padding: 10px;
}
.home #main .large-thumb a:hover{
    background:unset;
}
.home .widget-entry-cards .e-card {
    font-size: 18px;
    box-shadow: 0 0 4px rgba(0,0,0,.15);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height:100%;
}
.home .widget-entry-cards .e-card:hover {
    transform: translateY(-3px);
    box-shadow: 0px 3px 18px 3px rgba(0,0,0,.08);
}
.home .widget-entry-cards figure {
    float: none;
    width: 100%;
}
.home .widget-entry-cards figure img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 210px;
}
.home .widget-entry-cards .card-content {
    margin: 0 0 0.5em;
    padding:10px 15px;
    background:#fff;
}
.home #main .large-thumb .new-entry-card-title,.home #main .large-thumb .popular-entry-card-title {
    font-size: 0.9em;
    line-height: 1.5;
    font-weight: 600;
    color: #555;
    margin-top: 3px;
}
/*(スマホ)480px以下*/
@media screen and (max-width: 480px){
    .home #main h1{
        margin: 1em 0 0;
        padding: 0;
        font-size:1.2em;
    }
    .home .widget-entry-cards .e-card {
        margin:0 5px;
    }
    .home #main .large-thumb a {
        width: 100%;
        padding: 0;
        margin:0 0 15px;
    }
    .home .mobile-2{
        justify-content:space-between;
    }
    .home .mobile-2 a{
        width:48% !important;
    }
    .home .mobile-2 figure img {
        object-fit: unset !important;
        height: auto !important;
    }
    .home #main .large-thumb .new-entry-card-title{
        line-height:1.3;
    }
}
/************************************
** ボタン
************************************/
.p-button {
    max-width: 300px;
    margin: 0 auto;
}
.p-button a {
    display: block;
    margin:25px 0;
    padding: 0.8em 1em;
    border-radius: 2em;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    background: #eba02f;
    box-shadow: 0 5px 20px rgba(235, 160, 47, .5);
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity:1;
}
.p-button a:hover{
    box-shadow:none;
    transform: translateY(3px);
    opacity:1;
}
.home header .sns-share,.home footer .sns-share,.home footer .sns-follow,.home header .post-date,.home .post-update,.home .author-info{
    display: none;
}

#main .button-caption {
	display: none; /*キャプション非表示*/
}

/*SNSシェアボタン*/
.sns-share-message{
	font-weight: bold; /*太字*/
	color: #875d5b; /*文字色*/
}
.sns-share-buttons {
	flex-wrap: nowrap; /*折り返さない*/
	justify-content: center; /*中央寄せ*/
}
.sns-share-buttons a {
	border-radius: 50%; /*丸くする*/
	font-size: 20px; /*アイコンのサイズ*/
	margin: 0 10px; /*ボタン同士の間隔*/
}
#main .sns-share a {
	width: 40px; /*ボタンの横幅*/
	height: 40px; /*ボタンの高さ*/
}

.w800{
	width:800px;
}

.w700{
	width:700px;
}

.w600{
	width:600px;
}

.w500{
	width:500px;
}

.w400{
	width:400px;
}

.w300{
	width:300px;
}

.w200{
	width:200px;
}

.left{
float:left;	
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.work-3{
	width:80%;
	max-width:800px;
	margin:0 auto;
}

.work-3-inner{
	width:30%;
	margin:0 4% 0 0;
	float:left;
	text-align:center;
	font-size:0.8em;
}

.work-3-inner-end{
	width:30%;
	float:left;
	text-align:center;
	font-size:0.8em;
}

.work-4-inner{
	width:18%;
	margin:4% 4% 4% 3%;
	float:left;
	text-align:center;
	font-size:0.8em;
}

.work-4-inner-end{
	width:18%;
	margin:4% 0% 4% 4%;
	float:left;
	text-align:center;
	font-size:0.8em;
}

.keireki{
	width:60%; 
	margin:0 auto; 
	font-size:0.9em
}

#main .button-caption {
	display: none; /*キャプション非表示*/
}

/*SNSシェアボタン*/
.sns-share-message{
	font-weight: bold; /*太字*/
	color: #875d5b; /*文字色*/
}
.sns-share-buttons {
	flex-wrap: nowrap; /*折り返さない*/
	justify-content: center; /*中央寄せ*/
}
.sns-share-buttons a {
	border-radius: 50%; /*丸くする*/
	font-size: 20px; /*アイコンのサイズ*/
	margin: 0 10px; /*ボタン同士の間隔*/
}
#main .sns-share a {
	width: 40px; /*ボタンの横幅*/
	height: 40px; /*ボタンの高さ*/
}

.textbox-w600{
width:80%;
	max-width:600px;
	margin:0 auto;
	line-height:2.5em;
}
.textbox-w600-fit{
width:fit-content;
	max-width:600px;
	margin:0 auto;
	line-height:2.5em;
}
.textbox-w400{
width:70%;
	max-width:400px;
	margin:0 auto;
	line-height:2em;
}

.entry-header{
	padding:1em 0 0 0;	
}
.article h1 {
	text-align:center;
    line-height: 1.25;
    font-weight: 400;
	border-bottom:2px solid #ccc;
	font-family: 'Josefin Sans', sans-serif;
	padding-bottom:0.5em;
	color:#555;
	margin-bottom:2em;
}
.article h2{
	margin:2em 0 1em 0;
	letter-spacing:0.1em;
	font-weight:300;
	font-size:1.4em;
	padding:0.4em 0 0.4em 0;
	border-radius:10px;
}
.article h3{
	margin:2em 10% 0.5em 10%;
	letter-spacing:0.1em;
	font-weight:300;
	font-size:1.2em;
	padding:1em 0 0.5em 0;
	border-left:0;
	border-top:0;
	border-right:0;
	border-bottom:2px solid #aaa;
}
.article h4{
	margin:2em 15% 0.5em 15%;
	letter-spacing:0.1em;
	font-weight:300;
	font-size:1.1em;
	padding:0 0 0.5em 0;
	border-left:0;
	border-top:0;
	border-right:0;
	border-bottom:1px solid #aaa;
}
.home .article h2{
	margin:2em 0 1em 0;
	letter-spacing:0.1em;
	font-weight:100;
	font-size:1.5em;
	font-family: 'Josefin Sans', sans-serif;
	padding:0.6em 0 0.2em 0;
	border-radius:10px;
}
.home .article h3{
	margin:2em 10% 0.5em 10%;
	letter-spacing:0.1em;
	font-weight:100;
	font-size:1.3em;
	font-family: 'Josefin Sans', sans-serif;
	padding:0 0 0.2em 0;
	border-left:0;
	border-top:0;
	border-right:0;
	border-bottom:1px solid #aaa;
}
.text-pc-center{
	text-align:center;
}

.item-label{
font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:1.2em;
}
.nobu-photo{
	width:70%;
	max-width:600px;
	margin:0 auto 2em auto;
}
.wani-logo_color{
	width:60%;
	max-width:200px;
	margin:3em auto;
}
.wani-logo_color-line{
	width:60%;
	max-width:200px;
	margin:3em auto;
}

#navi .navi-in>ul>li {
    width:auto;
	margin:0 30px;
}

.youtube {
  width: 80%;
	max-width:560px;
  aspect-ratio: 16 / 9;
	margin:7em auto 0 auto;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

 .philosophy-core{
	border:none;
	width:fit-content;
	max-width:92%;
	margin:0 auto 0.3em auto;
	line-height:1.5em;
}
.philosophy-core li{
	margin-bottom:1em;
}
.philosophy-color-box{
	width:fit-content;
	margin:0 auto;
}
.philosophy-color-box_inner{
	width:fit-content;
	margin-bottom:0.5em;
}
.philosophy-color{
	width:6.5em;
	float:left;
	font-weight:400;
	font-weight:bold;
}
.philosophy-color-text{
	width:fit-content;
	float:left;
}

.performance-box{
	background-color:#fafafa;
	padding:3em;
}

.performance_box{
	width:90%;
	max-width:1000px;
	margin:0 auto 1em;
	background-color:#fafafa;
	padding:2em;
	border-radius:5px;
}
.performance_inner{
}
.performance_left{
	float:left;
	width:25%;
	text-align:center;
}
.performance_left img{
	max-height:270px;
}

.performance_right{
	float:left;
	width:70%;
	margin-left:5%;
}
.performance_right-title{
	background-color:#aaa;
	color:#fff;
	padding:0.3em 1em;
	font-size:1.2em;
	font-weight:600;
	margin-bottom:1em;
	border-radius:5px;
}
.performance_right-text{
	padding-left:1em;
}



.wp-block-column h2{
	font-size:1.2em!important;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif!important;
	font-weight:600!important;
	background-color:#777;
	color:#fff;
	padding:0.5em 1em!important;
	margin:1em 0 0 0!important;
	line-height:1.7em;
}

.footer-link_title{
	text-align:center;
	margin-bottom:1em;
}
.footer-link{
width: fit-content;
margin:0 auto!important;
	line-height:2.5em;
}
.footer-link a{
text-decoration: none;
}
.footer-link p{
}


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

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.keireki{
	width:90%; 
	margin:0 auto; 
	font-size:0.9em
}
.logo-header{
	margin:1em auto;
}
.sns-follow-buttons a {
    width: 30%;
	margin-right: 5%;
}
}

/*700px以下*/
@media screen and (max-width: 700px){
  /*必要ならばここにコードを書く*/
	
	.work-4{
	width:80%;
	margin:0 auto;
}

.work-4-inner{
	width:100%;
	margin:0 0 20px 0;	
}

.work-4-inner-end{
	width:100%;
	margin:0 0 20px 0;
}
	
	.work-4-inner-image{
		width:50%;
		float:left;
		margin:0 20px 0 0;
	}
.logo-header img {
    width: 200px;
}
}

/*601px以上*/
@media screen and (min-width: 600px){
.br-sp {display: none; 
}
}
/*600px以下*/
@media screen and (max-width: 600px){
.br-sp {display: block; 
}
}


/*499px以下*/
@media screen and (max-width: 499px){
	.only-one_title{
		font-size:1.2em;
	}
}

/*reCAPTCHA v3のバッジ非表示*/
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
}
.recaptcha_policy a {
  font-size: 11px !important;
  color: #111 !important;
}
.grecaptcha-badge { visibility: hidden; }