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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.header {
	height: 25vw;
}
.content {
	margin-top: 0 !important;
}
#navi {
	background-color: #2e75b6;
}
.navi-in a {
	color: #fff;
	font-weight: bold;
}

.site-name-text, .tagline {
	opacity: 0%;
}

body.public-page {
	background-repeat: repeat;
}

footer#footer {
	margin-top: 0 !important;
}
.footer-img {
	margin-top: 3em !important;
	max-height: 350px;
}
.footer-img > img {
	width: 100%;
	max-height: 350px;
	object-fit: cover;
}
/* 共通 */

/*フロント固定ページの非表示*/
.page .entry-title{
	display: none;
}
.page .post-date{
	display: none;
}
.page .post-update{
	display: none;
}
.page .author-info{
	display: none;
}
.header-container, .main, .sidebar, .footer {
	background-color: rgba(255, 255, 255, 0);
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
	/*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
	/*必要ならばここにコードを書く*/
	.header div.header-in, .appeal div.appeal-in {
		min-height: 19vw;
	}
	#navi .navi-in > .menu-mobile li a {
		font-size: 12px;
	}
	#navi .navi-in > .menu-mobile li {
		width: 24%;
	}
	#menu-item-40 .item-label:after {
		content: 'お問合せ';
		font-size: 12px;
	}

	#menu-item-40 .item-label {
		font-size: 0;
	}
}

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

/* フッターカスタマイズ */
.footer {
	margin-top: 40px;
}
.footer-bottom {
	margin-top: 14px;
}
.footer-bottom-logo {
	float: none;
	bottom: auto;
	position: static;
	margin-bottom: 10px;
}
.footer-bottom-logo .logo-image {
	padding: 0;
	max-width: 160px;
	margin: 0 auto;
}
.footer-bottom-content {
	float: none;
	text-align: center;
}
.navi-footer-in > .menu-footer {
	justify-content: center;
	margin-bottom: 1em;
}
.navi-footer-in a:hover {
	color: #aab3b9;
	background: none;
	text-decoration: underline;
}
.footer-bottom.fnm-text-width .menu-footer li {
	line-height: 1;
}
@media screen and (max-width: 834px) {
	.navi-footer-in > .menu-footer li.menu-item {
		border: none;
	}
}
@media screen and (max-width: 460px) {
	.navi-footer-in > .menu-footer li.menu-item {
		width: 100%;
		display: block;
		flex: auto;
		padding: 0.3em 0;
	}
}

/* Lineソーシャルリンク */
.line-link > a {
	background-color: #1EB041;
	border-radius: 25px;
	color: white !important;
}

/* top */
.top_memo {
	font-family: "heisei-maru-gothic-std", sans-serif;
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",	"Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
}
@media screen and (min-width: 782px) {
}