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

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

	/*ぱんくず周り*/
	.date-tags {
	line-height: 0.8;
	text-align: right;
	margin-bottom: 1em;
	margin-top: 150px;
}

.page .main {
	background-color: #ffffff;
}

/************************************
 ** Cocoonのスタイルを一部HACKとして上書き
 ************************************/

#header-container {
	background-color: #fff;
}
.header-container {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	padding: 10px 30px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
#header-container .navi {
	background-color: #fff;
}

.slicknav_btn {
	padding: 8px;
	pointer-events: auto;
	top: 10px;
	display: flex;
	flex-direction: column-reverse;
	gap: 5px;
	background-color: #f3a8bb;
}

.slicknav_nav {
	background-color: #fff;
	pointer-events: auto;
}

.slicknav_nav .slicknav_row {
	padding: 15px 10px;
}

.slicknav_nav .slicknav_arrow {
	color: #333;
}

.slicknav_nav a {
	color: #333;
	padding: 15px 10px;
}

.slicknav_menu {
	top: 0;
	position: fixed;
	z-index: 110;
	background-color: transparent;
	width: 100%;
	pointer-events: none;
}

.slicknav_menu .slicknav_menutxt {
	font-size: 10px;
	text-shadow: none;
}

.slicknav_menu .slicknav_icon {
	margin: 0;
}

.slicknav_icon {
	margin: 3px 0 0;
}

.slicknav_menu .slicknav_icon-bar {
	width: 100%;
	margin-top: 4px;
	box-shadow: none;
}

#navi .navi-in > .menu-header .sub-menu {
	background-color: #fff;
}

.navi-in > ul li {
	width: auto;
}

.navi-in > ul li.contact a {
	background-color: #f3a8bb;
	color: #fff !important;
	border-radius: 100px;
	padding-inline: 25px;
}

#navi .navi-in > ul li.contact a:hover {
	background-color: #eb6f8e;
}

.navi-in a {
	display: block;
	margin: 0;
	padding: 18px 15px 26px;
	color: #333;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 0.6px;
}

.content {
	margin-top: 0;
}

.page .main {
	background-color: #f2f2f2;
}

.content-bottom {
	margin: 0;
}

.main {
	padding: 0;
	border: 0;
	position: relative;
}

.breadcrumb {
	color: #fff;
	width: auto;
	position: absolute;
	top: 10px;
	left: auto;
	right: max(calc(50% - 520px), 20px);
	z-index: 1;
}

.breadcrumb a {
	color: #fff;
}

.entry-header {
	height: 220px;
	width: 100%;
	background-image: linear-gradient(0deg, rgba(90, 225, 143, 1), rgba(47, 185, 140, 1));
	display: flex;
	align-items: center;
}

.entry-content {
	margin-block: 0;
	padding-bottom: 1px;
}

.entry-content.cf {
	width: 100%;
	max-width: 1040px;
	padding: 60px 20px;
	margin: 0 auto;
}

.entry-title {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 2px;
	position: relative;
	display: block;
	width: 100%;
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.entry-title::before {
	content: "";
	position: absolute;
	left: 20px;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 3px;
	background-color: #fff;
	border-radius: 2px;
}

.entry-title .title-small {
	font-size: 23px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1.3px;
	vertical-align: text-bottom;
	margin-left: 30px;
}

.article h2 {
	background-color: transparent;
	border-bottom: 2px solid #0cb184;
	font-size: 26px;
	font-weight: 600;
	padding: 25px 0;
}

.body .article {
	margin-bottom: 0;
}

.body .widget {
	margin-bottom: 0;
}

#footer {
	background-color: #fff;
}
.footer {
	margin-top: 0;
}

.footer-widgets.cf {
	max-width: 1000px;
}

.link-button {
	min-width: 300px;
	padding: 10px 0;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #f3a8bb;
	cursor: pointer;
	line-height: 1.4;
	text-decoration: none;
	border: 2px solid #f3a8bb;
	border-radius: 58px;
	display: inline-block;
}

/* ==================================
  フッター上 Contact
================================== */
.contact_wrap {
	background-image: url(assets/img/common/contact_back.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 450px;
	display: flex;
	align-items: center;
}

.contact_wrap .contact_inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.contact_wrap .contact_inner .ctt_left {
	max-width: 600px;
	height: fit-content;
	padding-right: 80px;
}

.contact_wrap .contact_inner .ctt_left h4 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 3px;
	color: #fff;
}

.contact_wrap .contact_inner .ctt_left .ctt_h4_sub {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1.5px;
	position: relative;
	display: inline-block;
	margin-bottom: 45px;
}

.contact_wrap .contact_inner .ctt_left .ctt_h4_sub:before {
	content: "";
	position: absolute;
	left: 30px;
	bottom: -15px; /*線の上下位置*/
	display: inline-block;
	width: 60px; /*線の長さ*/
	height: 3px; /*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%); /*位置調整*/
	background-color: #fff; /*線の色*/
	border-radius: 2px; /*線の丸み*/
}

.contact_wrap .contact_inner .ctt_left .textArea {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.8;
}

.contact_wrap .contact_inner .ctt_right {
	max-width: 600px;
	height: fit-content;
	padding-left: 80px;
	border-left: 2px solid #fff;
}

.contact_wrap .contact_inner .ctt_right .ctt_heading {
	color: #fff;
	font-weight: 600;
	font-size: 19px;
	letter-spacing: 1.3px;
}

.contact_wrap .contact_inner .ctt_right address {
	color: #fff;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	font-style: normal;
}

.contact_wrap .contact_inner .ctt_right address a {
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 1.4px;
	color: #fff;
	text-decoration: none;
}

.contact_wrap .contact_inner .ctt_right .ctt_linkBtn {
	margin-top: 12px;
}

.contact_wrap .contact_inner .ctt_right .ctt_linkBtn a {
	display: block;
	max-width: 340px;
	height: 50px;
	border: 1px solid #f3a8bb;
	background-color: #fff;
	color: #f3a8bb;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 46px;
	letter-spacing: 1.3px;
	border-radius: 28px;
	text-decoration: none;
}

.contact_wrap .contact_inner .ctt_right .ctt_linkBtn a:hover {
	border: 1px solid #f3a8bb;
	background-color: #f3a8bb;
	color: #fff;
	transition: 0.3s;
}

/* ==================================
  フッター右下エリア
================================== */
.ft_address {
	padding-top: 35px;
}

.ft_address address p {
	font-size: 15px;
	line-height: 2;
	font-style: normal;
}

.ft_address .ft_logo img {
	width: 220px;
}

.ft_address .ft_logo {
	margin-bottom: 20px;
}

#menu-footer-upper {
	padding-top: 35px;
}

#menu-footer-upper nav {
	max-width: 530px;
}

#menu-footer-upper {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

#menu-footer-upper li a {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.8px;
	margin-right: 22px;
	padding: 2px 0 2px 18px;
}

#menu-footer-upper li {
	position: relative;
	margin-bottom: 5px;
}

#menu-footer-upper li:before {
	content: "";
	width: 15px;
	height: 15px;
	display: block;
	background-image: radial-gradient(circle, #f3a8bb calc(15px / 2 - 1px), transparent calc(15px / 2));
	position: absolute;
	top: 8px;
}

.footer-right p {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

#menu-footer-service {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

#menu-footer-service li a {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.8px;
	margin-right: 22px;
	padding: 2px 0 2px 18px;
	position: relative;
	display: block;
}

#menu-footer-service li a:before {
	content: "";
	position: absolute;
	left: 7px;
	top: 13px;
	display: inline-block;
	width: 15px; /*線の長さ*/
	height: 1px; /*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%); /*位置調整*/
	background-color: #333; /*線の色*/
	border-radius: 2px; /*線の丸み*/
}

.footer-right .pp_link {
	font-size: 15px;
	font-weight: 400;
}

.pp_link a {
	color: #333;
	text-decoration: none;
	font-weight: 400;
}

.top_serviceLink_btn {
	margin-top: 30px;
}

.top_serviceLink_btn a {
	width: 300px;
	margin: 0 auto;
	height: 56px;
	border-radius: 28px;
	background-color: var(--pink);
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: 1.4px;
	text-align: center;
	display: block;
}

.top_serviceLink_btn a:hover {
	opacity: 0.7;
	transition: 0.3s;
}

.white_box {
	background-color: white;
	padding: 10px 20px;
}

.under-page-thumb {
	margin-bottom: 0;
}

.blog_list {
	margin-top: 30px;
	padding: 0 calc(5px + 2%);
		margin-bottom: 30px;
}

.blog_list .title_area {
	text-align: left;
	margin-bottom: 70px;
}

.blog_list .title_area .ruby {
	color: var(--main-green);
	font-size: 45px;
	font-weight: bold;
	text-align: left;
}

.blog_list .title_area .ruby_sub {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1.2px;
	position: relative;
	display: inline-block;
}
.blog_list .title_area .ruby_sub:before {
	content: "";
	position: absolute;
	left: 30px;
	bottom: -25px;
	display: inline-block;
	width: 60px;
	height: 3px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: var(--main-green);
	border-radius: 2px;
}

.top_blog_list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.top_blog_list_item {
	width: 31%;
	height: fit-content;
}

.top_blog_list_item_link {
	display: block;
	width: 100%;
	height: 100%;
}

.top_blog_list_item_no_image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px;
	padding: 40px;
}

.top_blog_list_item_link img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.top_blog_list_item_title {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #333;
	text-decoration: none;
	margin-top: 10px;
}

/************************************
 ** レスポンシブデザイン用のメディアクエリ
 ************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
	.contact_wrap {
		height: auto;
		padding: 40px;
	}

	.contact_wrap .contact_inner {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.contact_wrap .contact_inner .ctt_left {
		padding-right: 0;
		width: 100%;
	}

	.contact_wrap .contact_inner .ctt_right {
		width: 100%;
		padding-left: 0;
		border-left: none;
	}
}

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

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