@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
*/

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

.display-pc {
	display: block;
}
@media screen and (max-width: 834px){
	.display-pc {
		display: none;
	}
}
.display-sp {
	display: none;
}
@media screen and (max-width: 834px){
	.display-sp {
		display: block;
	}
}

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

}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.navi-footer-in > .menu-footer li.menu-item{
		width: 100%;
		text-align: left;
		padding: 0.5em 1em;
		line-height: 2em;
	}
}

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

/* 不要な項目を非表示に */
/*
header.article-header.entry-header {
    display: none;
}*/
footer.article-footer.entry-footer {
    display: none;
}
h3.widget-footer-center-title.footer-title {
    display: none;
}
.footer-bottom.fdt-logo.fnm-text-width.cf {
    /*display: none;*/
}
.mobile-footer-menu-buttons{
display:none;
}
/* 不要な項目を非表示に */

.navi-footer-in > .menu-footer {
	justify-content: center;
}
.footer-bottom-logo{
	display: none;
}
.footer-bottom-content{
	float: none;
	text-align: center;
}

.eye-catch {
    display: none;
}


/* ヘッダ下お知らせ */
.content-top-in {
    margin-top: 110px;
}
@media screen and (max-width: 900px){
 .content-top-in {
    margin-top: 70px;
 }
	.hamburger_menu_lp{
		top: 0;
	}
}

aside#custom_html-11 {
    margin: 0;
}
.header_info_bar {
    background-color: #E66700;
}
.header_info_bar.red {
    background-color: #FF3333;
}
.header_info_bar a {
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    display: block;
    font-size: 16px;
}

.front-top-page .content-top.wwa {
    margin: 0;
}
.front-top-page .content-top-in.wrap {
    width: 100%;
    text-align: center;
}
#custom_html-2, #custom_html-3 {
    margin: 0;
}
#custom_html-2 h2 {
    display: none;
}
.content{
	margin: 0;
}
/* ヘッダ下お知らせ */


/*運営会社*/
table:not(.has-border-color) :where(th, td) {
  border: none;
	border-radius:5px;
}

table#noborder {
    font-size: 16px;
}

table th,
table td {
  position: relative;
  padding: 0 1em;
}

td.campany_table_td_02 {
    padding: 20px 10px;
}

/* 運営会社 */
.about_title {
    text-align: center;
    padding: 15px 0;
    font-size: clamp(32px, 9vw, 45px);
    line-height: 1.2em;
    font-weight: bold;
    margin: 0!important;
}
.about_wrapper {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}
.about_table table{
    width: calc(100% - 30px)!important;
    margin: 0 auto;
	font-size: 16px;
}
.about_table table th {
    background-color: #F3F3F3;
    padding: 1em;
    font-weight: normal;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
}
.about_table table td{
	font-weight: normal;
	text-align: left;
	border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    padding: 1em;
}
	
	.office_section {
    width: 984px;
    margin: 0 auto 40px;
}
	h3.wp-block-heading.office_info_ttl {
    color: #fff;
    background-color: #707070 !important;
    border-radius: 5px;
    border: none;
    font-size: 32px;
    text-align: center;
    margin: 70px 0 40px;
}

img.wp-image-2671,
img.wp-image-2672{
	width:100%;
}


	@media screen and (max-width: 1000px) {
    h3.wp-block-heading.office_info_ttl {
        font-size: 22px;
    }
		.article h3.office_info_ttl {
    color: #fff;
    background-color: #707070 !important;
    border-radius: 5px;
    border: none;
    text-align: center;
    margin: 0px 0 40px;
}
		    .wp-block-group.office_section.is-layout-constrained.wp-block-group-is-layout-constrained {
min-width: 345px;
        padding: 0 16px;
        margin: 0 auto 40px;
}
}
	
	
/* 運営会社 */