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

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

/*************************************
 ** 全般
/*************************************/

body {
	font-family: "Avenir-Roman", "Arial", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
}

a {
	color: var(--themecolor);
	transition: color 0.2s;
}

a:hover {
	color: var(--themecolordark);
}

article .has-no-margin {
	margin-bottom: 0.2rem;
}

.body .article {
	margin: 0;
}

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

.article h1.entry-title {
	font-size: 28px;
	margin: 1.5rem 0;
}
@media screen and (max-width: 834px) {
	.article h1.entry-title {
        padding-left: 0;
	}
}

.article h2 {
	font-size: 22px;
	color: #333333;
	background: rgba(255, 255, 255, 0);
	padding: 10px 5px;
	margin: 0rem 0rem 1.8rem 0rem;
/* 	border-bottom: 1px solid #000; */
    position: relative;
	display: inline-block;
}

.article h3 {
	font-size: 18px;
	color: #ed6d3d;
	background: rgba(255, 255, 255, 0);
	padding: 0px;
	border: 0;
	margin: 0.8rem 0rem;
}
/** 文字 **/
/* 蛍光ペン */
span.highlighter {
	background: linear-gradient(transparent 40%, var(--themecolortransparent) 40%);
}

/** 背景 **/
.gray-bg {
	background-color: var(--gray-bg);
}

/** タイムライン **/
.wp-block-cocoon-blocks-timeline.timeline-box {
	border: 0;
}

.timeline-item:before {
	background: var(--themecolor);
}

.timeline-item-content {
	border-left: 3px var(--themecolortransparent) solid;
}

/** div 一般 **/
div.full-width {
	width: 100%;
}

/*************************************
 ** ヘッダー
/*************************************/
.header-container {
	height: 100px;
	display: flex;
}

.header-container-in {
    height: 100px;
}

/** SNS アイコン **/
.sns {
	display: flex;
	margin: 0 1.5rem;
	gap: 20px;
}

.sns img {
	width: 40px;
	aspect-ratio: 1 / 1;
}
@media screen and (max-width: 1023px){
	.header-container-in.hlt-top-menu .logo-image {
	    margin: 5px 0px;	
	}
	
	.sns {
		align-self: flex-end;
		margin: 15px;
	}
	
	.sns img {
		width: 29px;
	}
}

@media screen and (max-width: 1023px){
	.header-container {
		height: initial;
		display: initial;
	}
	
	#navi .navi-in > .menu-mobile li {
        width: 25%;
        height: 40px;
        line-height: 40px;
	}
	
	.header-container-in {
        height: initial;
    }
}

header {
	display: flex;
}

#header-container {
	background-color: rgba(255, 255, 255, 0.8);
}

/* 固定時かげつけない */
.fixed-header {
	box-shadow: none;
}

header, nav.navi, #header-container nav.navi, #header-container #navi ul.sub-menu {
	background-color: initial;
}


/* ヘッダーナビ右寄せ */
.navi-in > ul {
	justify-content: right;
}

.navi li .item-label {
	font-weight: bold;
	transition: color 0.1s;
}

.navi li.menu-item a:hover .item-label {
	color: #ed6d3d;
}

/* サブメニュー */
.navi-in > ul li {
	position: static;
}

.navi-in > ul li > ul.sub-menu {
    display: block;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s;
}

.navi-in > ul li:hover > ul.sub-menu {
    opacity: 1;
	visibility: visible;
	transition: opacity 0.2s, visibility 0.2s;
}

#header-container #navi ul.sub-menu {
	background-color: var(--gray-bg);
    padding: 1rem;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
}

/*************************************
 ** 固定ページ
/*************************************/
body.page  header.article-header div.date-tags {
	display: none;
}

body.page footer.article-footer  {
	display: none;
}

/* 採用情報 */
.job_card h3 {
	margin: 1rem 0 1rem;
}
.job_card h4 {
	margin: 0 0 1.2rem;
}

.job_card div {
	margin: 0 0 1.2rem
}

/*************************************
 ** 投稿
/*************************************/
.post-date {
	.fa {
		display: inline;
	}
}

/*************************************
 ** フッター
/*************************************/


body:not(.home) .container {
    display: flex;
    height: 100vh;
    flex-direction: column;
}

body:not(.home) footer#footer {
	margin-top: auto;
}

body.home footer#footer {
	margin-top: 0;
}

#footer .contact-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3rem;
	font-size: 1.5rem;
	margin: 1rem 0rem -2rem;
}

#footer .contact-footer .contact-link {
	background: #fff;
	padding: 1rem 1.5rem;
}

#footer .contact-footer .contact-link a {
	color: var(--themecolor);
	text-decoration: none;
}

#footer .contact-footer .contact-link a:hover {
	color: var(--themecolordark);
}

#footer .footer-wrap > div.footer-menu {
	order: 2;
}

#footer .footer-wrap > div.footer-conversion {
	order: 1;
}

#footer .footer-wrap > div.sns {
	order: 3;
}

#footer .footer-wrap > div.site-description {
	order: 4;
}

#footer .footer-wrap > div.security-action-message{
	order: 5;
}
#footer .footer-conversion .tel-message .available-time {
	font-size: 0.8rem;
}

#footer .footer-conversion .address-message {
	margin-bottom: 1.5rem;
}

#footer .footer-conversion .address-message .address{
	font-size: 0.8rem;
}

#footer .footer-conversion .fax-number {
	font-size: 1rem;
	line-height: initial;
}

#footer .footer-conversion .fax-number .label {
	font-size: 0.8rem;
}

#footer .footer-conversion .tel-number {
	position: relative;
	padding-left: 0.4rem;
	margin-left: 1rem;
}

#footer .footer-conversion .tel-number a {
	font-size: 1.2rem;
    font-weight: bold;
	line-height: initial;
}


#footer .footer-conversion .tel-number:before {
	content: "";
	position: absolute;
	display: block;
    width: 1.2rem; 
    height: 1.2rem;
	mask-image: url('https://cure-all.jp/wp-content/uploads/2024/12/tel.svg');
	background-color: #fff;
	mask-size: contain;
	mask-repeat: no-repeat;
	left: -1.2rem;
    top: calc(50% - 0.7rem);
}

#footer .footer-conversion p.attraction {
	font-size: 1.1rem;
	font-weight: bold;
}

#footer .footer-conversion .mail-message {
	margin-top: 1.7rem;
}

#footer .footer-conversion .mail-message a {
	font-size: 0.9;
}

#footer .footer-conversion .line-message {
	margin-top: 1.7rem;
}

#footer .footer-conversion .line-message img {
	height: 0.9rem;
}


#footer .footer-conversion .line-message {
	margin-top: 1rem;
}

#footer .footer-wrap {
	margin-top: 3rem;
    display: flex;
    justify-content: center;
    width: 100%;
	gap: 2rem 4rem;
	flex-wrap: wrap;
	transition: all 0.2s;
}

#footer .footer-wrap div.footer-menu, div.footer-conversion {
	flex-basis: 33%;
}

#footer .footer-wrap div.sns{
	flex-basis: 67%;
}

#footer .footer-wrap div.site-description {
	flex-basis: 70%;
	font-size: 0.8rem;
	text-align: center;
}

#footer .footer-wrap div.security-action-message {
	flex-basis: 70%;
	font-size: 0.8rem;
	text-align: center;
	
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}

#footer .footer-wrap div.security-action-message img.security-action {
	width: 50px;
	aspect-ratio: 1 /1;
}

@media screen and (max-width: 834px) {
	#footer .footer-wrap {
	    gap: 1rem;
		padding: 0 1rem 0;
	}
	
	#footer .footer-wrap > div.footer-menu, div.footer-conversion {
	    flex-basis: 100% !important;
    }
	
	#footer .footer-wrap > div.sns, div.site-description, div.security-action-message {
	    flex-basis: 100% !important;
    }
	
	#footer .footer-wrap > div.footer-menu {
	    order: 2;
    }
	
	#footer .footer-wrap > div.footer-conversion {
	    order: 1
    }

    #footer .footer-wrap > div.sns {
	    order: 3;
    }
	
	#footer .footer-wrap > div.site-description {
	    order: 4;
    }
	
	#footer .footer-wrap > div.security-action-message {
	    order: 5;
    }
	
	#footer .footer-wrap .footer-menu {
		margin-top: 2rem;
	}
}

#footer .footer-wrap .footer-menu .footer-header {
	margin-bottom: 1.2rem;
}

#footer .footer-wrap .footer-menu ul {
    list-style: none;
    text-align: left;
	padding: 0;
}

#footer .footer-wrap .footer-menu > ul.footer-menu-content {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}

#footer .footer-wrap .footer-menu > ul.footer-menu-content > li {
	font-weight: bold;
	font-size: 1.1rem;
}

#footer .footer-wrap a:hover {
    background-color: initial;
}

#footer .footer-wrap .footer-menu > ul.footer-menu-content > li > ul  {
	margin-top: 0.5rem;
}

#footer .footer-wrap .footer-menu > ul.footer-menu-content > li > ul > li a {
	line-height: 1.7rem;
	font-size: 0.9rem;
	text-decoration: none;
	transition: all 0.2s;
	font-weight: normal;
}

#footer .footer-wrap .footer-menu ul.footer-menu-content li a:hover {
    text-decoration: underline;
	background-color: initial;
}

#footer .footer-wrap .footer-conversion {
	display: flex;
    flex-direction: column;
	justify-content: flex-start;
    gap: 0.5rem;
}

#footer .footer-in .sns {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
    margin: 0;
	padding-top: 1rem;
}

#footer .footer-in .sns ul {
	display: flex;
	list-style: none;
	padding: 0;
	gap: 1rem;
}

#footer .footer-in .sns ul > li {
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
}


#footer .footer-wrap .footer-conversion .contact-link {
	padding: 1rem 2rem;
	background: #fff;
	border-radius: 30px;
	color: var(--themecolor);
	text-decoration: none;
	width: fit-content;
}

#footer .footer-wrap .footer-conversion .contact-link:hover {
	color: var(--themecolordark);
}

/* 波 */
.footer-wave {
	position: relative;
	width: 100%;
    height: 120px;
	min-height: 120px;
	max-height: 120px;
	margin-top: -100px;
	transform: translateY(1px);
	pointer-events: none;
}

.footer-wave::before {
	content: "";
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
    mask-position: center center;
    mask-size: contain;
	mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%201440%20320%22%3E%3Cpath%20fill%3D%22%23000000%22%20fill-opacity%3D%221%22%20d%3D%22M0%2C224L48%2C224C96%2C224%2C192%2C224%2C288%2C208C384%2C192%2C480%2C160%2C576%2C170.7C672%2C181%2C768%2C235%2C864%2C245.3C960%2C256%2C1056%2C224%2C1152%2C213.3C1248%2C203%2C1344%2C213%2C1392%2C218.7L1440%2C224L1440%2C320L1392%2C320C1344%2C320%2C1248%2C320%2C1152%2C320C1056%2C320%2C960%2C320%2C864%2C320C768%2C320%2C672%2C320%2C576%2C320C480%2C320%2C384%2C320%2C288%2C320C192%2C320%2C96%2C320%2C48%2C320L0%2C320Z%22%3E%3C/path%3E%3C/svg%3E');
    background: var(--themecolor);
	pointer-events: none;
}


@media screen and (max-width: 834px){
	#footer .contact-footer {
		flex-direction: column;
		gap: 1.5rem;
		margin-bottom: 1rem;
	}
	
	#footer .footer-wrap {
		margin-top: 1.5rem;
		gap: 1rem;
		justify-content: space-around;
	}
	
	#footer .footer-wrap > div {
    	flex-basis: initial;
    }
	
	#footer .footer-wrap .footer-menu ul {
        list-style: none;
    }
	
	.footer-wave {
	    width: 100%;
		height: 80px;
		min-height: 80px;
		max-height: 80px;
		margin-top: -70px;
		transform: translateY(1px);
		pointer-events: none;
	}
}

/*************************************
 ** フッター V2
/*************************************/

#footer.footer-v2 {
	background: #fff;
	color: var(--cocoon-text-color);
}

#footer.footer-v2 a {
	color: var(--themecolor);
}


/*************************************
 ** プラグイン
/*************************************/

/**
 * Comtact Form 7
**/ 
/** チェックボックスの改行 **/
wpcf7 {
	font-size: 16px;	
}

input.wpcf7-not-valid, textarea.wpcf7-not-valid {
	border: 1px solid #ff0000;
}

/** 必須、任意 label **/

.wpcf7 p.label {
    display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
}
.wpcf7 p.label-center {
	justify-content: center;
}

.wpcf7 span.annotation-label {
	font-size: 10px;
	padding: 0 4px;
	border-radius: 4px;
}

.wpcf7 span.required {
	background-color: #ff0000;
	color: #ffffff;
}

.wpcf7 span.not-required {
	background-color: #888;
	color: #ffffff;
}


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

/* https://125naroom.com/web/2846 */
input[type=submit].wpcf7-submit {
	border-radius: 8px;
	background-color: #ed6d3d;
	color: #fff;
	font-size: 2rem;
	border: 2px solid #ed6d3d;
	padding: 0.8rem 2.2rem;
	margin: 2rem 0 1rem;
	width: initial;
	transition: color 0.2s, background-color 0.2s;
}

input[type=submit].wpcf7-submit:hover {
	background-color: rgba(237, 109, 61, 0.1);
	color: #ed6d3d;
}

.wpcf7-form p.apply-submit {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
}

.wpcf7 .wpcf7-response-output {
	border: initial;
	font-weight: bold;
    border: initial;
    text-align: center;
}

/**
 * author を固定ページで非表示
 * */

/**
 * メディア
**/

.related-entry-card-thumb img {
	border-radius: 0.5rem;
}

.entry-card-thumb img {
	border-radius: 1rem;
}

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

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

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