
/*--------------------------------------------------*/
/* 非表示対応 */
/*--------------------------------------------------*/

@media (min-width: 992px) {
	.post-local .header > .container-fluid {
		display: none !important;
	}
}
.post-local #toc_container {
	display: none !important;
}

/*--------------------------------------------------*/
/* FV周り */
/*--------------------------------------------------*/

.post-local .col-contents {
	padding-top: 40px;
}
.post-local .local-fv {
	position: relative;
}
.post-local .local-fv .mv-img {
	position: relative;
	height: 520px;
	overflow: hidden;
}
.post-local .local-fv .mv-img img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
}
.post-local .local-fv .mv-img::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.5;
}
.post-local .local-fv .mv-txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}
.post-local .local-fv .mv-txt .title-wrap {
	text-align: center;
	color: #ffffff;
	line-height: 1.4;
	margin: 0;
}
.post-local .local-fv .mv-txt .title-wrap .subtitle {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 0.2em;
}
.post-local .local-fv .mv-txt .title-wrap .title {
	font-size: 50px;
	font-weight: 700;
}
.post-local .lead-txt {
	font-size: 20px;
	line-height: 1.8;
	font-weight: 700;
	text-align: center;
	color: #212121;
	border-bottom: 1px solid #dddddd;
	padding: 40px 0;
	margin-bottom: 50px;
}
@media (max-width: 991px) {
	.post-local .local-fv .mv-txt .title-wrap .subtitle {
		font-size: 20px;
	}
	.post-local .local-fv .mv-txt .title-wrap .title {
		font-size: 32px;
	}
	.post-local .lead-txt {
		font-size: 16px;
		text-align: left;
	}
}
@media (max-width: 767px) {
	.post-local .local-fv .mv-img {
		height: 400px;
	}
	.post-local .local-fv .mv-txt .title-wrap .subtitle {
		font-size: 16px;
	}
	.post-local .local-fv .mv-txt .title-wrap .title {
		font-size: 26px;
	}
}

/*--------------------------------------------------*/
/* 見出し */
/*--------------------------------------------------*/

.post-local .entry-content > *:nth-child(2) {
	margin-top: 0;
}
.post-local .entry-content h2,
.post-local .entry-content .h2 {
	line-height: 1.4;
	font-size: 32px;
	font-weight: 900;
	text-align: center;
	color: #212121;
	margin: 100px 0 50px 0;
}
.post-local .entry-content h2 .small,
.post-local .entry-content .h2 .small {
	font-size: 80%;
	font-weight: 900;
	color: #212121;
}
.post-local .entry-content h3,
.post-local .entry-content .h3 {
	position: relative;
	border-bottom: 5px solid #eeeeee;
	font-size: 150%;
	padding-bottom: 0.5em;
	margin: 2.4em 0 1em 0;
}
.post-local .entry-content h3:after,
.post-local .entry-content .h3:after {
	position: absolute;
	left: 0;
	bottom: -5px;
	content: "";
	width: 20px;
	height: 5px;
	background-color: #009933;
}
.post-local .entry-content h4,
.post-local .entry-content .h4 {
	font-size: 130%;
	margin: 1.8em 0 1em 0;
}
.post-local .entry-content h4::before,
.post-local .entry-content .h4::before {
	font-family: FontAwesome;
	content: "\f111";
	color: #009933;
	margin-right: 0.4em;
}
@media (max-width: 991px) {
	.post-local .entry-content h2,
	.post-local .entry-content .h2 {
		font-size: 28px;
	}
}

/*--------------------------------------------------*/
/* 実績サムネイル */
/*--------------------------------------------------*/

.entry-page .row-local {
	display: flex;
	flex-wrap: wrap;
	margin: 40px -10px 20px -10px;;
}
.entry-page .row-local > * {
	padding: 0 10px;
}
.entry-page .row-local figure {
	display: block;
}
.entry-page .row-local figure img {
	border: 1px solid #dddddd;
}
.entry-page .row-local figcaption {
	font-size: 85%;
	line-height: 1.6;
	margin-top: 15px;
}
.entry-page .row-local figcaption h6 {
	font-size: 115%;
	margin: 0 0 5px 0;
}
.entry-page .row-local figcaption .to-design {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	max-width: 200px;
	height: 40px;
	font-size: 100%;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	color: #009933;
	border: 1px solid #009933;
	border-radius: 40px;
	margin: 20px auto 0 auto;
}
.entry-page .row-local figcaption .to-design:hover {
	text-decoration: none;
	opacity: 0.5;
}
.entry-page .row-local figcaption .to-design::after {
	content: "\f105";
	font-family: FontAwesome;
	font-weight: normal;
	color: #009933;
	margin-left: 0.4em;
}
@media (min-width: 768px) {
	.entry-page .row-local.row-4 > * {
		width: 25%;
	}
	.entry-page .row-local.row-3 > * {
		width: 33.33%;
	}
	.entry-page .row-local.row-2 > * {
		width: 50%;
	}
}

/*--------------------------------------------------*/
/* ボタン */
/*--------------------------------------------------*/

.entry-page .btn-product {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: 700;
	line-height: 1.4;
	color: #ffffff !important;
	background-color: #009933;
	border-radius: 50px;
	width: 100%;
	max-width: 360px;
	min-height: 60px;
	padding: 10px 30px;
	margin: 20px auto;
}
.entry-page .btn-product::after {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	content: "\f105";
	font-family: FontAwesome;
	font-weight: normal;
}
.entry-page .btn-product:hover {
	text-decoration: none;
	opacity: 0.5;
}
.entry-page .btn-cta {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	border-radius: 10px;
	background-color: #AC2B2A;
	color: #ffffff;
	width: 100%;
	max-width: 400px;
	min-height: 70px;
	padding: 10px 30px;
	margin: 2em auto;
}
.entry-page .btn-cta::after {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-family: FontAwesome;
	content: "\f105";
	font-weight: normal;
}
.entry-page .btn-cta:hover {
	text-decoration: none;
	opacity: 0.5;
}

/*--------------------------------------------------*/
/* BOX */
/*--------------------------------------------------*/

.entry-page dl.price-box {
	border: 3px solid #009933;
	background-color: #FCF9E3;
	padding: 20px;
	margin: 30px 0;
	font-size: 90%;
	line-height: 1.8;
}
.entry-page dl.price-box dt {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 15px 0;
}
.entry-page dl.price-box dd > *:last-child {
	margin-bottom: 0;
}
.entry-page dl.contact-box {
	border: 2px solid #009933;
	background-color: #e2f2df;
	max-width: 640px;
	font-size: 90%;
	line-height: 1.6;
	margin: 50px auto 30px auto;
}
.entry-page dl.contact-box dt {
	background-color: #009933;
	color: #ffffff;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	padding: 10px 20px;
}
.entry-page dl.contact-box dd {
	text-align: center;
	padding: 20px;
}
.entry-page dl.contact-box dd p {
	margin: 0;
}
.entry-page dl.contact-box dd .tel-wrap {
	font-size: 140%;
	font-weight: bold;
	width: fit-content;
	margin: 0 auto;
}
.entry-page dl.contact-box dd .tel-wrap a {
	display: inline-block;
	font-size: 115%;
	text-decoration: none;
	color: #212121;
}
.entry-page dl.contact-box dd .tel-wrap a .green {
	color: #009933;
}
.entry-page dl.contact-box address {
	font-size: 85%;
	font-weight: normal;
	margin: 5px 0 20px 0;
}
.entry-page dl.contact-box .btn-form {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 2px #009933;
	background-color: #009933;
	border-radius: 80px;
	color: #ffffff;
	width: 100%;
	max-width: 280px;
	min-height: 50px;
	font-weight: 700;
	text-decoration: none;
	padding: 10px 30px;
	margin: 0 auto;
}
.entry-page dl.contact-box .btn-form::before {
	content: "\f003";
	font-family: FontAwesome;
	font-weight: 400;
	margin-right: 0.25em;
}
.entry-page dl.contact-box .btn-form::after {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	content: "\f105";
	font-family: FontAwesome;
	font-weight: 400;
}

/*--------------------------------------------------*/
/* FAQ */
/*--------------------------------------------------*/

.entry-page .faq-wrap dl {
	font-size: 90%;
	border: 1px solid #707070;
	margin-bottom: 30px;
}
.entry-page .faq-wrap dl dt {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	border-bottom: 1px solid #707070;
	background-color: #009933;
	color: #ffffff;
	padding: 10px 20px 10px 70px;
}
.entry-page .faq-wrap dl dt .en {
	position: absolute;
	left: 20px;
	top: 0.4em;
}
.entry-page .faq-wrap dl dd {
	position: relative;
	padding: 20px 20px 20px 70px;
}
.entry-page .faq-wrap dl dd .en {
	position: absolute;
	left: 20px;
	top: 0.6em;
	font-size: 24px;
	font-weight: 700;
}
.entry-page .faq-wrap dl dd > *:last-child {
	margin-bottom: 0
}
@media (max-width: 991px) {
	.entry-page .faq-wrap dl dt {
		font-size: 18px;
		padding-left: 55px;
	}
	.entry-page .faq-wrap dl dd {
		padding-left: 55px;
	}
	.entry-page .faq-wrap dl dt .en {
		top: 0.45em;
	}
	.entry-page .faq-wrap dl dd .en {
		top: 0.7em;
		font-size: 20px;
	}
}

/*--------------------------------------------------*/
/* 概要 */
/*--------------------------------------------------*/

.entry-page .overview-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 3em 0;
	padding: 0;
}
.entry-page .overview-wrap > * {
	display: flex;
	min-height: 400px;
	margin: 0;
	padding: 0;
	width: 50%;
}
@media (max-width: 767px) {
	.entry-page .overview-wrap > * {
		min-height: 300px;
		width: 100%;
	}
}

/*テキスト部分*/
.entry-page .overview-wrap .txt-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: #212121;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	padding: 30px;
}
/*OSAKA Head Office*/
.entry-page .overview-wrap .txt-wrap .en-title {
	font-family: 'Roboto', sans-serif;
	font-size: 110%;
	color: #ffffff;
	letter-spacing: 0;
	margin-bottom: 20px;
}
.entry-page .overview-wrap .txt-wrap .en-title i {
	color: #ffffff;
	margin-right: 0.5em;
}
.entry-page .overview-wrap .txt-wrap .en-title::before {
	display: inline-block;
	font-family: FontAwesome;
	content: "\f041";
	font-weight: 400;
	margin-right: 0.5em;
}
.entry-page .overview-wrap .txt-wrap .en-title strong {
	color: #009933;
}

/*住所*/
.entry-page .overview-wrap .txt-wrap .address-wrap {
	color: #ffffff;
}
.entry-page .overview-wrap .txt-wrap .address-wrap .name {
	line-height: 1.4;
	font-size: 150%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	color: #ffffff;
}
.entry-page .overview-wrap .txt-wrap .address-wrap .name .small {
	font-weight: 700;
	color: #ffffff;
}
.entry-page .overview-wrap .txt-wrap .address-wrap .address {
	color: #ffffff;
	margin: 0.3em 0;
}
@media (max-width: 767px) {
	.entry-page .overview-wrap .txt-wrap {
		font-size: 14px;
	}
}

/*電話番号*/
.entry-page .overview-wrap .txt-wrap .tel-wrap a {
	font-family: 'Roboto', sans-serif;
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
	color: #009933;
}
.entry-page .overview-wrap .txt-wrap .tel-wrap a strong {
	color: #ffffff;
}
@media(max-width:767px){
	
}

/*ボディーコピー*/
.entry-page .overview-wrap .txt-wrap .text {
	line-height: 1.8;
	font-size: 90%;
	font-weight: normal;
	color: #DDDDDD;
	margin: 5px 0 30px;
}
@media(max-width:767px){
	
}

/*ボタン*/
.entry-page .overview-wrap .txt-wrap .btn-wrap a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #009933;
	color: #ffffff;
	font-weight: bold;
	padding: 15px 30px;
	border-radius: 25px;
	text-align: center;
	width: 100%;
	max-width: 240px;
	height: 50px;
	text-decoration: none;
}
.entry-page .overview-wrap .txt-wrap .btn-wrap a::before {
	font-family: FontAwesome;
	content: "\f0e0";
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	margin-right: 0.3em;
	vertical-align: 1px;
}
@media (max-width: 767px) {
	
}

/*地図*/
.entry-page .overview-wrap .map {
	width: 100%;
	height: 100%;
}
.entry-page .overview-wrap .map iframe {
	width: 100%;
	height: 100%;
}
