@charset "UTF-8";
/* Ave Cozy */
/* ------------ カラー設定 ---------------
main:#fa6d03
sub:#f98c41
base:#fcfaf7
text:#292929
--------------------------------------- */
/* 共通スタイル */
body {
	color: #292929;
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
	font-weight: 500;
	font-style: normal;
	counter-reset: number 0;
	font-size: 15px;
	letter-spacing: 0.06em;
	overflow: hidden;
	background: #fcfaf7;
	line-height: 2;
}
body::before {
	width: 100vw;
	height: 100vh;
	position: fixed;
	content: '';
	background: url(/wp-content/themes/story_tcd041-child/img/bg.png);
	top: 0;
	left: 0;
	z-index: 99999;
	pointer-events: none;
	background-size: 150px;
	opacity: 0.5;
}
a {
	color: #292929;
	font-weight: 700;
	transition: all .6s;
}
address {
	font-style: normal;
}
#site-loader-overlay {
	background: #fa6d03;
}
#site-loader-spinner {
	border-color: #f98c41 #f98c41 #fcfaf7 #f98c41 !important;
}
.header-bar-fixed {
	background: #fcfaf7 !important;
}
.logo-image {
	position: absolute;
	top: 0;
	width: 150px;
	height: auto;
	max-height: 150px;
	left: 0;
	background: #fcfaf7;
	box-sizing: border-box;
	padding: 25px;
	border-radius: 50%;
}
.logo-image a {
	line-height: 1;
	display: block;
}
.logo-image a img {
	width: 100%;
	max-height: 100%;
	display: block;
}
.global-nav > ul > li > a {
	padding: 0 25px;
	color: #292929;
	position: relative;
	font-weight: 700;
	text-align: right;
	line-height: 80px;
    height: 100px;
}
.global-nav > ul > li > a::after {
	position: absolute;
	line-height: 1;
	width: 100%;
	right: 25px;
	font-size: 10px;
	bottom: 30px;
	letter-spacing: 2px;
	font-family: 'Arvo', serif;
	color: #fa6d03;
	transition: all .6s;
}
.global-nav > ul > li.global-menu-service > a::after {
	content: 'SERVICE';
}
.global-nav > ul > li.global-menu-greeting > a::after {
	content: 'GREETING';
}
.global-nav > ul > li.global-menu-aboutus > a::after {
	content: 'INFO';
}
.global-nav > ul > li.global-menu-contact > a::after {
	content: 'CONTACT';
	color: #292929;
}
.global-nav > ul > li.global-menu-contact > a{
	background: #f98c41;
	color: #fcfaf7;
}
.global-nav .current-menu-item > a {
	color: #292929;
}
.global-nav > ul > li > a:hover {
	color: #fa6d03;
}
.global-nav > ul > li.global-menu-contact > a:hover{
	background: #fbcc8b;
	color: #292929;
}
.global-nav .sub-menu a {
	background: #fcfaf7;
	color: #292929;
	font-weight: 700;
}
.global-nav .sub-menu li:last-of-type a {
	border-radius: 0 0 10px 10px;
}
.global-nav .sub-menu .current-menu-item > a {
	color: #292929;
}
.global-nav .sub-menu a:hover {
	background: #f98c41;
	color: #fcfaf7;
}
.footer-bar01 {
	margin-top: 40px;
	background: #292929;
}
.pagetop a{
	border: 3px solid #146d06;
	background: none;
	border-radius: 30px;
}
.pagetop a:before{
	top: 50%;
	left: 50%;
	bottom: auto;
	right: auto;
	transform: translate(-50%, -50%);
}
.pagetop a:hover {
	background: #fa6d03;
}
.pagetop a:hover:before {
	color: #fcfaf7;
}
p.copyright {
	color: #292929;
	background: none;
	line-height: 1;
	height: auto;
	width: 100%;
	text-align: right;
	font-size: 10px;
	font-family: 'Arvo', serif;
	position: absolute;
	bottom: 0;
	left: 0;
}
@media only screen and (max-width: 1200px) {
	.header-bar {
	border: none;
	box-shadow: none !important;
	}
	.global-nav a, .global-nav a:hover {
	background: #fcfaf7;
	color: #292929 !important;
	letter-spacing: 2px;
	}
	.global-nav .sub-menu a {
	color: #292929 !important;
	background: #f3ece3;
	border-radius: 0 !important;
	}
}
@media only screen and (min-width: 768px) {
	a[href^='tel:'] {
	pointer-events: none;
	}
	.post-content a[href^='tel:'] {
	font-weight: 500;
	}
}
@media only screen and (max-width: 767px) {
	body {
	font-size: 14px;
	}
/* 	.pagetop a:before {
	line-height: 33px;
	} */
}
/* END 共通スタイル */
/* フロント */
.top-slider-content {
	width: auto !important;
	height: 100% !important;
	background: none;
	padding: 0 !important;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0;
	z-index: 10;
}
#top-slider-content {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
}
.mb_YTPBar .buttonBar {
	display: none;
}
.mb_YTPBar {
	display: none !important;
}
.top-slider-content-inner {
	background: none;
	box-sizing: border-box;
	border-radius: 0;
	text-align: left;
	margin: 0 auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	height: 100% !important;
	width: 90% !important;
	color: #ffffff;
}
img.top-slider-logo {
	width: 86% !important;
	height: auto !important;
	min-width: 300px;
	max-width: 700px;
	display: block;
	margin: 0 5% 0 auto;
}
.top-slider-content-inner:after {
	display: none;
}
.top-slider-content-inner:hover:after {
	color: #fcfaf7;
	bottom: 30px;
}
.top-slider-text {
	font-weight: 500;
	color: #fcfaf7 !important;
	margin-bottom: 0px;
	font-size: 22px !important;
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	text-align: left;
	letter-spacing: 0.3rem;
	line-height: 2;
	display: none;
}
.top-slider-content-inner:hover {
	background: none;
}
.content02-inner {
	width: 86%;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	z-index: 2;
	font-size: 0.9em;
	margin: 0 auto;
}
.article02-title {
	font-size: 16px;
	font-weight: 700;
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.content02-button {
	height: auto;
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	background: none;
	letter-spacing: 0px;
	display: block;
	font-size: 0.8em;
	width: 100%;
	font-weight: 700;
	position: relative;
	margin: 25px auto 0;
	color: #292929;
	padding: 15px;
	border: 4px solid #fa6d03;
	text-align: center;
	border-radius: 150px;
	box-sizing: border-box;
	line-height: 1.6;
}
.content02-button:hover {
	color: #f9e64a;
	background: #fa6d03;
}
.content02-inner-img {
	margin: 0 auto 15px;
	display: block;
	width: 100%;
	border-radius: 15px;
}
.content02-title {
	margin: 0 auto 15px;
	padding: 0;
	font-size: 1.3em;
	text-align: left;
	font-weight: 700;
	line-height: 1.6;
	color: #292929;
}
.content02-text{
	color: #292929;
}
p.article02-text {
	font-size: 12px;
	color: #292929;
}
.article03-content {
	background: #ffffff;
	padding: 15px 20px;
	border-radius: 0 0 15px 15px;
	transition: 0.4s;
}
.button {
	margin-bottom: 0;
}
.button a {
	color: #292929;
	font-size: 15px;
	border: 1px solid;
	background: #fcfaf7;
	box-sizing: border-box;
	font-weight: 700;
	transition: 0.4s;
}
.button a:hover {
	color: #fcfaf7;
	background: #292929;
	border-color: #292929;
}
.headline-primary {
	text-align: center;
	font-size: 1.2em;
	line-height: 1;
	margin-bottom: 45px;
	color: #fa6d03;
}
.headline-primary::before {
	content: "TOPICS";
	display: block;
	font-size: 50px;
	line-height: 1;
	margin-bottom: 20px;
	color: #292929;
	font-weight: 500;
	text-align: center;
	font-family: 'Arvo', serif;
	letter-spacing: 5px;
}
.article02-date {
	color: #676767;
	font-weight: 500;
}
@media only screen and (max-width: 1200px) {
	.global-nav-button {
	border-left: none;
	}
	.global-nav-button:before {
	color: #292929;
	}
	.global-nav > ul > li > a {
	color: #292929 !important;
	background: #fcfaf7;
	line-height: 50px;
	height: 50px;
	text-align: left;
	padding: 0 0 0 20px;
	}
	.global-nav > ul > li:last-of-type > a {
	border-radius: 0 0 0 10px;
	}
	.global-nav .menu_social.menu-item-has-children > a span::before {
	color: #023742;
	}
	.global-nav .menu-item-has-children > a span::before {
	color: #fa6d03;
	background: #fcfaf7;
	}
}
@media only screen and (max-width: 1024px) {
	.content02-inner {
	padding: 0;
	}
}
@media only screen and (max-width: 991px) {
	.top-slider-text {
	font-size: 28px !important;
	}
	.content02-item {
	width: 100%;
	margin: 0 auto 70px !important;
	}
	.content02-inner {
	display: -webkit-box;
	display: block;
	font-size: 1em;
	}
	.column-layout03-item:first-child {
	margin-right: 0;
	}
	.content01-title {
	font-size: 24px !important;
	margin-bottom: 20px;
	}
	.column-layout03 {
	padding: 0;
	}
}
/* END フロント */
/* 固定ページ共通 */
.main {
	padding-bottom: 0;
	position: relative;
	overflow: hidden;
	background: none;
}
.signage{
	height: auto;
    background-color: #f3ece3;
    position: relative;
    width: 100%;
    padding: 70px 0;
}
.signage-title-sub {
	line-height: 1;
	text-shadow: none;
	font-weight: 700;
	color:#146d06 !important;
}
.breadcrumb {
    font-size: 0.8em;
    height: 55px;
    line-height: 55px;
    display: flex;
    justify-content: center;
}
.breadcrumb-wrapper {
	background: none;
	z-index: 3;
}
.primary-full {
	position: relative;
}
.page .post-header {
	display: none;
}
.signage-title.headline-font-type {
	color: #292929 !important;
	text-shadow: none;
	margin: 0 auto 20px;
	font-weight: 700;
	font-family: 'Arvo', serif;
	line-height: 1;
	font-size: 30px !important;
	letter-spacing: 3px;
}
.post-title {
	color: #292929;
	font-weight: 700;
	font-size: 1.5em !important;
}
p.post-meta {
	font-family: 'Arvo', serif;
	color: #fa6d03;
}
.post-content h2 {
	padding: 0;
	margin: 0 auto 10px;
	font-size: 1.8em;
	line-height: 1.6;
	position: relative;
	box-sizing: border-box;
	color: #fa6d03;
}
.post-content h3 {
	margin: 0 auto 10px;
	font-size: 1.2em;
	line-height: 1.6;
	padding: 8px 15px;
	position: relative;
	text-align: left;
	background: #ffffff;
}
.post-content h4 {
	margin: 0 auto 6px;
	font-size: 1.1em;
}
.post-content p {
	position: relative;
	margin: 0;
}
.post-content a {
	color: #292929;
	font-weight: 700;
}
.post-content tr {
	border-bottom: 2px solid #e5dbcd;
}
.post-content td, .post-content th {
	background: none;
	border-left: none;
	border-right: none;
	vertical-align: middle;
	padding: 1em 0;
	line-height: 1.6;
	font-weight: 500;
	box-sizing: border-box;
}
.post-content th {
	width: 25%;
	padding-right: 1em;
	background: none;
	text-align: left;
	box-sizing: border-box;
	color: #8b7c67;
}
.post-content ul {
	list-style: none;
	margin-left: 0;
}
.post-content li, .post-content dt, .post-content dd {
	position: relative;
	margin-bottom: 8px;
	line-height: 1.6;
}
.post-content li:last-child, .post-content dt:last-child, .post-content dd:last-child {
	margin-bottom: 0px;
}
.icon-file-text:before {
	content: "\e909";
}
@media only screen and (max-width: 1150px) {
	.main > .inner {
	width: 86%;
	padding: 0;
	}
}
@media only screen and (max-width: 485px) {
	.post-content td, .post-content th {
	width: 100%;
	display: block;
	}
	.post-content th {
	padding-bottom: 0;
	padding-right: 0;
	font-weight: 700;
	}
	.post-content td {
	padding-top: 0.25em;
	}
}
/* END 固定ページ共通 */
/* アーカイブ */
.blog .main, .single .main, .archive .main {
	padding: 5em 0;
}
.archive-title {
	color: #292929;
	text-align: center;
	margin-bottom: 1.5em;
	font-size: 1.5em !important;
}
@media only screen and (max-width: 485px) {
	.blog .main, .single .main, .archive .main {
		padding: 4em 0;
	}
}
/* アーカイブ END */
/* ブログページ詳細 */
.single h2, .single h3 {
	margin-top: 50px;
}
.single h2:first-child, .single h3:first-child {
	margin-top: 0;
}
.post-date {
	font-weight: 700;
}
.sns_default_top {
	text-align: left;
	margin-top: 0px;
}
.single .post-content {
	padding-top: 0;
}
.single .post-content img {
	width: auto;
}
.single .post-content p {
	margin-bottom: 20px;
}
.single .post-content p:last-of-type {
	margin-bottom: 0;
}
.styled-post-list1-meta {
	margin-bottom: 20px;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 20px;
}
a.styled-post-list1-title.headline-font-type {
	line-height: 1.6;
	color: #ffa6a6;
}
.single-post .post-header {
	display: block;
}
.headline-bar {
	background: none;
	color: #292929;
	font-weight: 700;
	margin-bottom: 15px;
	border-bottom: 1px solid #fa6d03;
	padding-bottom: 10px;
}
.nav-links01 {
	border-top: 1px solid #292929;
	border-bottom: 1px solid #292929;
}
.nav-links01-previous a:hover, .nav-links01-next a:hover {
	color: #737373;
}
.nav-links01-previous + .nav-links01-next {
	border-left: 1px solid #292929;
}
.side_widget:first-child a {
	font-weight: 700;
	font-size: 0.8em;
	display: block;
	color: #fa6d03;
}
.side_widget:first-child a:hover {
	color: #333;
}
.sns {
	text-align: left;
}
@media only screen and (max-width: 485px) {
	h1.post-title {
	font-size: 18px !important;
	}
}
/* END ブログページ詳細 */
/* コンタクトフォーム */
.wpcf7 {
	border: none;
	background: none;
	margin: 20px auto 0 !important;
}
.wpcf7 form {
	margin: 0;
}
table.contact_form th, table.contact_form td {
	font-size: 16px;
	padding: 30px 0;
}
table.contact_form th {
	padding-right: 15px;
	font-weight: 500;
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
	border-radius: 3px;
	padding: 20px;
	border: 1px solid #e5dbcd;
	background: #ffffff;
	color: #292929;
}
.wpcf7 .wpcf7-not-valid {
	background: #ffffff;
	border-color: #ff5150;
}
span.any {
	background: #e8e8e8;
	font-size: 0.7em;
	padding: 2px 5px;
	margin-left: 10px;
}
span.required {
	background: #e63e3e;
	color: #fcfaf7;
	font-size: 0.7em;
	padding: 2px 5px;
	margin-left: 10px;
}
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
	font-size: 14px;
}
span.wpcf7-list-item {
	display: block;
	margin: 0;
	font-weight: 500;
}
.wpcf7 input.wpcf7-submit {
	width: 100%;
	max-width: 400px;
	line-height: 1em;
	height: 70px;
	font-weight: 700;
	font-size: 1.2em;
	background: #fa6d03;
	border-radius: 10px;
	padding: 0;
}
.wpcf7 input.wpcf7-submit:hover {
	background: #f9e64a;
	color: #fa6d03;
}
.wpcf7-checkbox{
	display: flex;
	flex-wrap: wrap;
}
.wpcf7-list-item{
	width: calc(100% / 3);
}
@media only screen and (max-width: 991px) {
	table.contact_form th {
	width: 30%;
	}
}
@media only screen and (max-width: 767px) {
	.wpcf7-list-item{
		width: calc(100% / 2);
	}
	.wpcf7 input.wpcf7-submit {
	width: 86%;
	}
	
}
@media only screen and (max-width: 485px) {
	table.contact_form th, table.contact_form td {
	display: block;
	}
	.wpcf7 input.wpcf7-submit {
	width: 100%;
	}
	.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
	font-size: 12px;
	}
}
/* END コンタクトフォーム */
/* ========================================
お知らせ基本スタイル
==========================================*/
.post-type-archive-news .main, .category-blog .main {
	background: #1c1c1c;
}
.post-header {
	text-align: left;
	margin-bottom: 2em;
}
#single_share_bottom {
	text-align: left;
	margin-top: 50px;
}
.article04-content h4.headline-font-type {
	font-size: 20px;
	color: #fcfaf7;
	font-weight: 700;
	font-style: normal;
}
.article04 {
	background: #2e2e2e;
}
.article04-text {
	line-height: 2;
	color: #737373;
}
.article04-date {
	color: #fcfaf7;
	font-weight: 700;
	font-style: normal;
}
.article04 a:hover .article04-title {
	color: #737373;
	font-weight: 700;
}
.article07-content {
	padding: 0 10px;
}
.article07-meta {
	margin-bottom: 0;
	font-weight: 700;
}
.article07-title {
	color: #fcfaf7;
}
@media only screen and (max-width: 485px) {
	h4.article04-title.headline-font-type {
	font-size: 15px;
	}
}
/* 共通オリジナル */
.header-bar-inner {
	width: 100%;
}
.footer_about_inner {
	width: 60%;
	box-sizing: border-box;
	padding-left: 60px;
}
address.footer_tel span {
	font-size: 0.7em;
	margin-right: 5px;
	font-family: 'Arvo', serif;
}
.footer_about_sec {
	width: 86%;
	max-width: 1150px;
	margin: 0 auto;
	position: relative;
}
.flex-inner {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
p.footer-info span {
	margin-right: 0.5em;
}
a.footer_but {
	display: block;
	line-height: 50px;
	max-width: 300px;
	box-sizing: border-box;
	position: relative;
	text-align: left;
	font-weight: 700;
	transition: 0.4s;
	padding: 0 20px;
	margin: 1em auto 0 0;
	background: #fcfaf7;
	border-radius: 30px;
}
a.footer_but::after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: 700;
	font-size: 1.5em;
	right: 20px;
	transition: 0.4s;
	color: #fa6d03;
}
a:hover.footer_but {
	background: #fa6d03;
	color: #ffffff;
}
a:hover.footer_but::after {
	color: #ffffff;
}
a.footer_but.line-footer-but::after {
	font-family: 'design_plus';
	content: '\e909';
	color: #02a400;
	font-weight: 500;
	font-size: 22px;
	right: 18px;
}
a:hover.footer_but.line-footer-but::after {
	color: #ffffff;
}
a.footer-but {
	display: block;
	float: left;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	position: relative;
	color: #292929;
	background: #fff;
	border-radius: 50%;
}
a.footer-but span {
	display: none;
}
a.footer-but.instagram::after {
	content: "\ea92";
	display: block;
	font-family: "design_plus";
	font-size: 18px;
	position: absolute;
	line-height: 40px;
	text-align: center;
	width: 100%;
}
a.footer-but.twitter::after {
	content: "\e904";
	display: block;
	font-family: "design_plus";
	font-size: 18px;
	position: absolute;
	line-height: 40px;
	text-align: center;
	width: 100%;
}
a:hover.footer-but.instagram {
	background: #8d00a4;
}
a:hover.footer-but.twitter {
	background: #0094e0;
}
a:hover.footer-but::after {
	color: #fcfaf7;
}
ul.footer-list li a {
	color: #fff;
}
ul.footer-list li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	font-weight: 700;
	position: absolute;
	left: 0;
	transition: 0.3s;
}
ul.footer-list li:hover::before {
	left: 3px;
}
footer {
	background: #f3ece3;
	box-sizing: border-box;
	font-size: 0.8em;
	padding: 120px 0;
	line-height: 1.8;
	margin-top: 0 !important;
}
.footer-line-box {
	width: 40%;
	background: #6e6e6e;
	box-sizing: border-box;
	padding: 2em;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
}
.footer-menu {
	width: 40%;
	box-sizing: border-box;
}
.footer_about_inner h2 {
	font-weight: 700;
	font-size: 1.6em;
	margin-bottom: 10px;
	font-family: 'Arvo', serif;
}
p.address-footer {
	position: relative;
	padding-left: 1.215em;
	margin-bottom: 6px;
}
p.address-footer::before {
	font-family: "Font Awesome 5 Free";
	content: "\f3c5";
	position: absolute;
	font-weight: 700;
	top: 0;
	left: 0;
}
ul.footer-menu-list {
	width: calc(50% - 20px);
	margin-right: 40px;
	box-sizing: border-box;
}
ul.footer-menu-list:last-of-type {
	margin-right: 0;
}
ul.footer-menu-list li {
	margin-bottom: 10px;
}
ul.footer-menu-list li:last-of-type {
	margin-bottom: 0;
}
ul.footer-menu-list li a {
	display: block;
	position: relative;
	transition: 0.4s;
	text-align: left;
	line-height: 1.6;
	padding-bottom: 6px;
	box-sizing: border-box;
	padding-left: 1.25em;
}
ul.footer-menu-list li a::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
	color: #fa6d03;
}
ul.footer-menu-list li a:hover {
	color: #fa6d03;
}
ul.footer-sns {
	width: 90px;
	display: block;
	margin: 2em auto 0 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
ul.footer-sns li {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
ul.footer-sns li:last-of-type {
	margin-right: 0;
}
a.sns-but {
	display: block;
	background: #fcfaf7;
	line-height: 40px;
	border-radius: 50%;
	position: relative;
	width: 40px;
	height: 40px;
	margin: 25px auto 0 0;
}
a.sns-but span {
	display: none;
}
a.sns-but::after {
	font-family: 'design_plus';
	content: '\e902';
	position: absolute;
	top: 0;
	left: 0;
	color: #fa6d03;
	width: 100%;
	text-align: center;
	font-size: 18px;
}
a.sns-but.facebook::after {
	content: '\e902';
}
a.sns-but.instagram::after {
	content: '\ea92';
}
p.footer-address {
	box-sizing: border-box;
	padding-left: 1.25em;
	position: relative;
	margin-bottom: 5px;
}
p.footer-address::before {
	font-family: "Font Awesome 5 Free";
	content: "\f3c5";
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
	color: #fa6d03;
}
address.footer_tel {
	font-size: 1.5em;
}
a:hover.sns-but {
	background: #fa6d03;
}
a:hover.sns-but::after {
	color: #ffffff;
}
ul.footer-menu-list li.footer-menu-title {
	font-family: 'Arvo', serif;
	font-size: 1.4em;
	line-height: 1;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 3px dotted #e5dbcd;
	color: #fa6d03;
}
.footer-menu .flex-inner {
	background: #ffffff;
	box-sizing: border-box;
	padding: 35px;
	border-radius: 20px;
}
ul.footer-menu-list.footer-service-menu {
	width: 100%;
	margin-right: 0;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 3px dotted #e5dbcd;
}
@media only screen and (min-width: 1201px) {
	.global-nav > ul > li.global-menu-home > a {
	display: none;
	}
}
@media only screen and (max-width: 1200px) {
	.global-nav > ul > li > a::after {
	position: relative;
	width: auto;
	text-align: left;
		right: 0;
		bottom: 0;
	display: inline;
	margin-left: 15px;
	font-weight: 700;
	}
}
@media only screen and (max-width: 970px) {
	.logo-image {
		width: 110px;
		height: 110px;
		padding: 20px;
		border-radius: 55px;
	}
	.footer_about_inner {
	width: 50%;
	}
	.footer-line-box h3 {
	font-size: 1.1em;
	line-height: 1.6;
	margin-bottom: 0.5em;
	}
	.footer-menu {
	width: 50%;
	padding: 0;
	}
	footer {
	padding: 90px 0;
	}
}
@media only screen and (max-width: 767px) {
	footer {
	padding: 70px 0 calc(70px + 50px);
	font-size: 0.9em;
	}
	ul.footer-menu-list {
	width: calc(50% - 10px);
	margin-right: 20px;
	}
}
@media only screen and (max-width: 485px) {
	.footer_about_inner {
	width: 100%;
	padding: 0;
	text-align: center;
	margin: 45px auto 0;
	}
	a.footer_but {
	margin-left: auto;
	margin-right: auto;
	}
	footer {
	padding: 4em 0 calc(3em + 50px);
	}
	ul.footer-sns {
	margin-left: auto;
	}
	.logo-image {
		width: 90px;
		height: 90px;
		padding: 15px;
		border-radius: 45px;
	}
	.footer-menu {
	width: 100%;
	}
	p.footer-address::before {
	display: block;
	position: relative;
	}
	p.footer-address {
	padding: 0;
	}
	a.sns-but {
	margin-left: auto;
	}
	p.copyright {
	position: relative;
	max-width: 30em;
	text-align: center;
	line-height: 1.5;
	margin: 40px auto 0;
	}
}
/* 共通オリジナル END */
/* ========================================
ここから固定ページオリジナル
==========================================*/
/* 固定共通オリジナル */
.content_full {
	position: relative;
}
.content_inner {
	width: 86%;
	max-width: 1150px;
	margin: 0 auto;
	position: relative;
	padding: 5em 0;
	box-sizing: border-box;
}
@media only screen and (max-width: 485px) {
	.content_inner {
	padding: 4em 0;
	}
}
/* 固定共通オリジナル END */
/* ========================================
お問い合わせ基本スタイル
==========================================*/
/* privacy */
.privacy_box {
	margin-bottom: 70px;
}
p.text_left {
	text-align: right;
}
/* privacy END */
address.contact-tel {
	font-size: 2em;
	font-weight: 700;
	line-height: 1.6;
}
address.contact-tel span {
	font-size: 0.8em;
	margin-right: 4px;
	color: #e3ce21;
	font-family: 'Arvo', serif;
	font-weight: 700;
}
address.contact-mobile {
	line-height: 1;
	margin-top: 1em;
	font-weight: 700;
}
address.contact-mobile span {
	color: #bc5b28;
}
p.contact-caution {
	font-size: 0.8em;
	margin-top: 1em;
}
.mail-box {
	margin-top: 3em;
}
.mail-caution-box {
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 1.5em 2em;
	font-size: 0.9em;
	line-height: 1.8em;
	margin: 0.5em auto 2em;
}
.mail-caution-box h3 {
	background: none;
	border-radius: 0;
	padding: 0;
	margin-bottom: 0.5em;
}
.wpcf7 form p {
	margin-bottom: 1em;
	font-weight: 700;
}
.wpcf7 form p:last-of-type {
	margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	border: none;
	border-radius: 0;
	margin: 0 auto;
	background: #d82f2f;
	color: #fcfaf7;
	box-sizing: border-box;
	padding: 1em 1.5em;
}
@media only screen and (max-width: 485px) {
	.tel_sec .content_inner {
	padding: 70px 0;
	}
	address.contact_tel {
	font-size: 24px;
	}
	.mail_caution h3 {
	font-size: 15px;
	}
	.mail_caution {
	padding: 15px 20px;
	}
	.wpcf7 form p:last-child {
	margin: 0;
	}
}
/* ========================================
お問い合わせ基本スタイル END
==========================================*/
/* フロントオリジナル */
.top-slider-content-inner h2 {
	text-align: center;
	font-size: 26px;
	letter-spacing: 4px;
}
#content01::before {
	width: 1px;
	height: 100px;
	background: #fa6d03;
	position: absolute;
	top: 0;
	content: '';
	left: 50%;
	z-index: 10;
}
.front_inner-text h2 {
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 1.6;
	margin-bottom: 40px;
}
.front_inner-text-img {
	display: block;
	max-width: 290px;
	margin: 0 auto;
}
.front_inner-text-img img {
	display: block;
	width: 100%;
}
.content01{
	position: relative;
	margin: 90px 0 0;
}
.content01::after {
	width: 100%;
	height: 120px;
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	background: #f3ece3;
	z-index: 1;
}
.front_intro-inner::before {
	content: 'CONCEPT';
	display: block;
	text-align: center;
	font-family: 'Arvo', serif;
	font-weight: 700;
	line-height: 1;
	font-size: 44px;
	letter-spacing: 6px;
	color: #292929;
	margin-bottom: 20px;
}
.content02-item:nth-of-type(2) {
	margin-top: 50px;
}
.content02-item:nth-of-type(3) {
	margin-top: 100px;
}
.content02-inner::before {
	content: 'Our strong point';
	display: block;
	position: absolute;
	top: -50px;
	right: -30px;
	line-height: 1;
	font-family: 'Ms Madi', cursive;
	font-size: 5vw;
	transform: rotate(-10deg);
	z-index: 10;
	color: #fa6d03;
}
.top-slider-wrapper{
	max-width: 96%;
	margin: 0 auto;
	border-radius: 15px;
}
.top-slider-wrapper::before {
	width: 1px;
	height: 50px;
	background: #fcfaf7;
	position: absolute;
	bottom: 0;
	content: '';
	left: 50%;
	z-index: 10;
}
.top-slider-wrapper::after {
	content: 'SCROLL';
	position: absolute;
	color: #fcfaf7;
	line-height: 1;
	bottom: 55px;
	width: 100%;
	text-align: center;
	z-index: 10;
	font-family: 'Arvo', serif;
	font-size: 12px;
	letter-spacing: 3px;
}
.front_second_inner {
	width: 86%;
	margin: 0 auto;
	max-width: 1150px;
	z-index: 2;
	position: relative;
}
.front_second {
	padding: 120px 0;
	position: relative;
	margin: 0 0 120px auto;
	background: url(/wp-content/themes/story_tcd041-child/img/front_second.jpg);
	background-size: cover;
	width: 93%;
	border-radius: 100px 0 0 100px;
}
.front_second_inner-text {
	position: relative;
	color: #fff;
	z-index: 2;
	box-sizing: border-box;
	padding-left: 20%;
}
.third-box {
	width: 100%;
	margin: 0 auto 4em;
}
.front-third-inner {
	position: relative;
}
.third-box:last-of-type {
	margin-bottom: 0;
}
.front-third-text {
	box-sizing: border-box;
	width: 50%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	padding: 0 60px;
}
.front-third-img {
	width: calc(50% + 20px);
	box-sizing: border-box;
	margin-right: -20px;
}
.front-third-img img {
	display: block;
	width: 100%;
	border-radius: 20px;
}
.third-box:nth-of-type(even) .front-third-text {
	margin-left: 50%;
}
.third-box:nth-of-type(even) .front-third-img {
	margin-left: calc(-100% - 20px);
}
.third-box .front-third-text h3::before {
	counter-increment: number 1;
	content: "POINT "counter(number) " ";
	font-weight: 500;
	font-size: 60px;
	margin-bottom: 25px;
	display: block;
	line-height: 1;
	width: 100%;
	font-family: 'Arvo', serif;
	letter-spacing: 4px;
	color: #292929;
}
.front_intro-outer {
	position: relative;
}
.front_intro_inner {
	position: relative;
	padding-left: calc(50% + 50px);
}
.front_intro-outer .inner {
	position: relative;
	z-index: 2;
}
#content01 {
	padding: 120px 0;
	z-index: 1;
}
.front_second_inner-text h3 {
	font-size: 1.8em;
	line-height: 1.5;
	margin-bottom: 15px;
}
.front-third-text h3 {
	font-size: 1.6em;
	margin-bottom: 25px;
	color: #fa6d03;
	width: 100%;
	line-height: 1.6;
}
.front-third-text p {
	width: 100%;
}
.front_topics {
	margin: 120px auto calc(120px - 10px);
}
.front_intro-inner {
	width: 86%;
	max-width: 950px;
	margin: 0 auto;
	align-items: center;
	box-sizing: border-box;
	background: #ffffff;
	padding: 55px;
	border-radius: 20px;
	box-shadow: 0px 0px 40px -20px #cac1b4;
	z-index: 2;
	position: relative;
}
.front_inner-text {
	width: 86%;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 850px;
	text-align: center;
}
.front_inner-img {
	width: 50%;
	box-sizing: border-box;
}
.front_inner-img img {
	display: block;
	width: 100%;
}
.content02 {
	padding: 70px 0 120px;
	background: #f3ece3;
	position: relative;
	z-index: 2;
}
.front_intro-inner h3 {
	text-align: center;
	margin-bottom: 20px;
	color: #fa6d03;
	font-size: 1.2em;
}
.content02-button span {
	color: #fa6d03;
	letter-spacing: 2px;
	transition: 0.4s;
	font-weight: 700;
	display: block;
	font-family: 'Arvo', serif;
	font-size: 1.6em;
}
.content02-button:hover span {
	color: #ffffff;
}
.front_second::before {
	width: 100%;
	right: 50%;
	position: absolute;
	content: '';
	background: #f3ece3;
	top: 0;
	height: 50%;
	z-index: -1;
}
.front_second_inner::before {
	content: 'Merit';
	position: absolute;
	color: #f9e64a;
	font-family: 'Ms Madi', cursive;
	line-height: 1;
	left: -15%;
	top: -90px;
	font-size: 10vw;
	transform: rotate(-15deg);
	z-index: 1;
}
.front-third-text-inner {
	max-width: 550px;
	margin: 0 auto;
}
.front-third {
	width: 100%;
	max-width: 1650px;
	margin: 0 auto;
}
.top-slider-content-inner h3 {
	font-family: 'Arvo', serif;
	color: #f9e64a;
	font-size: 10px;
	letter-spacing: 1px;
	margin-top: 20px;
}
.article03-title{
	color: #292929;
}
.article03 > a:hover .article03-content {
	background: #f9e64a;
}
@media only screen and (max-width: 970px) {
	.front_intro_inner {
	padding: 0px 7%;
	}
	.front_intro-outer .inner {
	width: 100%;
	}
	.content02-item:last-of-type {
	margin-bottom: 0 !important;
	}
	.content02::before {
	height: 100%;
	}
	.third-box {
	margin-bottom: 80px;
	width: 100%;
	}
	.front-third-text {
	width: 100%;
	padding: 0 7% !important;
	margin: 0 0 45px !important;
	}
	.front-third-img {
	width: 93%;
	}
	.third-box:nth-of-type(even) .front-third-img {
	margin-left: 7%;
	}
	.content02-inner-img {
	max-width: 450px;
	}
	.content02-title {
	text-align: center;
	}
	.content02-inner::before {
	left: 0;
	font-size: 50px;
	position: relative;
	top: -20px;
	}
	.content02-button {
	max-width: 450px;
	}
	.front_second_inner-text {
	padding: 0;
	}
	.front-third-text-inner {
	max-width: unset;
	}
	.front-third-img img {
	border-radius: 0 20px 20px 0;
	}
	.third-box:nth-of-type(even) .front-third-img img {
	border-radius: 20px 0 0 20px;
	}
}
@media only screen and (max-width: 767px) {
	.front_topics {
	margin: 120px auto calc(120px - 15px);
	}
	.article03-title {
	font-size: 1em;
	}
	.top-slider-content-inner h2 {
	font-size: 22px;
	letter-spacing: 3px;
	}
	.top-slider-wrapper::before {
	height: 16px;
	}
	.top-slider-wrapper::after {
	bottom: 22px;
	font-size: 10px;
	}
}
@media only screen and (max-width: 485px) {
	.front_intro_inner h2 {
	font-size: 1.2em;
	}
	.article03:last-of-type {
	margin-bottom: 0 !important;
	}
	.front_topics {
	margin: 80px auto;
	}
	.front_intro-inner {
	width: 100%;
	border-radius: 0;
	padding: 50px 7%;
	}
	.front_inner-img {
	width: 93%;
	}
	.top-slider-content-inner h2 {
	font-size: 18px;
	letter-spacing: 2px;
	}
	.front_inner-text h2 {
	font-size: 20px;
	}
	.content02 {
	padding-top: 80px;
	padding-bottom: 80px;
	}
	.content02-title {
	text-align: left;
	}
	.front_second {
	width: 100%;
	border-radius: 0;
	padding: 80px 0;
	margin-bottom: 80px;
	}
	.front_second_inner::before {
	top: -40px;
	left: -20px;
	font-size: 90px;
	opacity: 0.6;
	}
	.third-box .front-third-text h3::before {
	font-size: 50px;
	}
	.front-third-text {
	margin-bottom: 30px !important;
	}
}
/* ENDフロントオリジナル */
/* 固定ページレイアウト基本 */
.left_inner {
	width: 50%;
	box-sizing: border-box;
	position: relative;
}
.right_inner {
	width: calc(50% - 50px);
	margin-left: 50px;
	box-sizing: border-box;
	position: relative;
}
.three_line_up-box {
	width: calc(33.333333% - 30px);
	margin-right: 45px;
	box-sizing: border-box;
}
.three_line_up-box:nth-of-type(3n) {
	margin-right: 0;
}
@media only screen and (max-width: 970px) {
	.left_inner {
	width: 100%;
	margin: 0 !important;
	}
	.right_inner {
	width: 100%;
	margin: 30px 0 0 !important;
	}
	.three_line_up-box {
	width: 100%;
	margin: 0 auto 20px;
	}
	.three_line_up-box:last-of-type {
	margin-bottom: 0;
	}
}
/* 固定ページレイアウト基本 END */
/* housecleaning */
ul.menu-intro li {
	padding-left: 1.25em;
}
ul.menu-intro li::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
	color: #f44040;
}
.service_but-content.flex-inner {
	display: flex;
	justify-content: center;
	margin: 30px auto 0;
}
.service_but-box {
	margin-right: 40px;
	width: calc(25% - 30px);
}
.service_but-box:last-of-type {
	margin-right: 0;
}
.menu-section:nth-of-type(odd) {
	background: #fbf9e8;
}
.menu-section .content_inner {
	padding: 100px 0;
}
.menu-section:nth-of-type(even) {
	background: #f3ece3;
}
.service_but-box a {
	display: block;
	line-height: 60px;
	box-sizing: border-box;
	border: 4px solid #fa6d03;
	padding: 0 25px;
	border-radius: 40px;
	position: relative;
}
.service_but-box a::after {
	content: "\e90e";
	display: block;
	font-family: "design_plus";
	position: absolute;
	top: 0;
	right: 30px;
	font-size: 10px;
	color: #fa6d03;
}
.service_but-box a:hover {
	background: #fa6d03;
	color: #ffffff;
}
.service_but-box a:hover::after {
	color: #ffffff;
}
section#setmenu {
	background: #f98c41;
}
.menu-section .content_inner h2 {
	text-align: center;
}
section#setmenu h2 {
	color: #ffffff;
}
.setmenu-inner {
	display: flex;
	justify-content: center;
	margin: 25px auto 0;
}
.setmenu-inner .three_line_up-box {
	width: calc(33.333333% - 10px);
	margin-right: 15px;
	background: #fff;
	box-sizing: border-box;
	padding: 25px;
	font-size: 0.9em;
	line-height: 1.8;
	border-radius: 10px;
}
.setmenu-inner .three_line_up-box:nth-of-type(3n), .setmenu-inner .three_line_up-box:last-of-type {
	margin-right: 0;
}
.setmenu-inner .three_line_up-box h3 {
	font-size: 1.1em;
	text-align: center;
	padding: 0 0 15px;
	color: #292929;
}
.setmenu-inner .three_line_up-box h3::after {
	width: 40px;
	height: 1px;
	position: absolute;
	content: '';
	background: #f9e64a;
	left: calc(50% - 20px);
	bottom: 0;
}
.menu-price.flex-inner {
	margin: 20px auto 0;
	border-top: 2px dotted #f98c41;
	padding: 20px 0 0;
}
.menu-price-inner {
	width: 50%;
	box-sizing: border-box;
	text-align: center;
}
.menu-price-inner:nth-of-type(odd) {
	border-right: 2px dotted #f98c41;
	padding-right: 20px;
}
.menu-price-inner:nth-of-type(even) {
	padding-left: 20px;
}
.menu-price-inner h4 {
	font-size: 0.9em;
	margin-bottom: 0;
	color: #fa6d03;
}
.menu-price-inner p {
	font-weight: 700;
	font-size: 1.2em;
}
.menu-option p {
	line-height: 1.6;
	padding-left: 1.25em;
	margin-bottom: 4px;
}
.menu-option p::before {
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
	color: #f9e64a;
}
ul.caution-list {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #e5dbcd;
}
ul.caution-list li {
	padding-left: 1.25em;
}
ul.caution-list li::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
	color: #f44040;
}
.menu-section-intro {
	flex-direction: column;
	align-items: center;
	display: -webkit-flex;
	display: flex;
}
.menu-option {
	margin-top: 20px;
	border-top: 2px dotted #f98c41;
	padding-top: 20px;
}
span.set-title {
	display: block;
	font-size: 1.3em;
	color: #fa6d03;
}
p.set-price {
	color: #0082ca;
	font-size: 1.6em;
}
.setmenu-inner img {
	border-radius: 10px;
	margin: 20px auto 0;
}
@media only screen and (max-width: 1024px) {
	.service_but-box {
	width: calc(50% - 15px);
	margin-bottom: 30px;
	margin-right: 30px;
	}
	.service_but-box:nth-of-type(even) {
	margin-right: 0;
	}
	.service_but-content.flex-inner {
	margin-bottom: -30px;
	}
}
@media only screen and (max-width: 970px) {
	.menu-section .content_inner {
	padding: 75px 0;
	}
	.setmenu-inner .three_line_up-box {
	width: 100%;
	font-size: 1em;
	margin-right: 0;
	}
	.setmenu-inner {
	display: block;
	}
}
@media only screen and (max-width: 485px) {
	.service_but-box {
	width: 100%;
	margin: 0 auto 20px;
	}
	.service_but-content.flex-inner {
	margin-bottom: -20px;
	}
}
/* housecleaning END */
/* roomcleaning */
.setmenu-inner.room-setmenu {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -15px;
}
.setmenu-inner.room-setmenu .three_line_up-box {
	margin-bottom: 15px;
}
/* roomcleaning END */
/* greeting */
.greeting-inner.flex-inner {
	margin: 0 auto 60px;
	padding-bottom: 60px;
	border-bottom: 3px dotted #e5dbcd;
}
.greeting-inner.flex-inner:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.greeting-box.right_inner p {
	margin-bottom: 1.25em;
}
.greeting-box.right_inner p:last-of-type {
	margin-bottom: 0;
}
.greeting-box.right_inner h2 {
	font-size: 1.3em;
	color: #292929;
	margin-bottom: 25px;
}
span.staff-title {
	display: block;
	font-size: 0.8em;
	color: #fa6d03;
}
/* greeting END */
/* faq */
.faq-sec h2, .faq-sec p {
	padding-left: 45px;
}
.faq-sec h2 {
	font-size: 1.2em;
	margin-bottom: 0.25em;
}
.faq-sec h2::after {
	display: none;
}
.faq-sec p {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 3px dotted #e5dbcd;
}
.faq-sec p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.faq-sec h2::before {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #fa6d03;
	position: absolute;
	left: 0;
	top: 0;
	content: 'Q';
	text-align: center;
	font-size: 16px;
	font-family: 'Arvo', serif;
	color: #f9e64a;
}
.faq-sec p::before {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #f9e64a;
	position: absolute;
	left: 0;
	top: 0;
	content: 'A';
	text-align: center;
	font-size: 16px;
	color: #fa6d03;
	font-family: 'Arvo', serif;
}
/* faq END */
/* flow */
.flow-box {
	box-sizing: border-box;
	position: relative;
	padding-left: 110px;
	padding-bottom: 3em;
}
.flow-box:last-of-type {
	padding-bottom: 0;
}
.flow-box::before {
	width: 2px;
	left: 39px;
	height: 100%;
	position: absolute;
	content: '';
	background: #fa6d03;
}
.flow-box::after {
	counter-increment: number 1;
	content: counter(number) " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 40px;
	background: #fa6d03;
	color: #f9e64a;
	border-radius: 50%;
	font-family: 'Arvo', serif;
}
.flow-box h2 {
	font-size: 1.2em;
	color: #fa6d03;
	margin-bottom: 5px;
}
.flow-box h2::after {
	display: none;
}
.flow-box:last-of-type::before {
	display: none;
}
.flow-box a {
	display: block;
	line-height: 60px;
	box-sizing: border-box;
	border: 4px solid #fa6d03;
	border-radius: 40px;
	max-width: 300px;
	margin: 20px auto 0 0;
	position: relative;
	padding: 0 25px;
}
.flow-box a::after {
	content: '\e910';
	font-family: 'design_plus';
	position: absolute;
	right: 25px;
	font-size: 12px;
	color: #fa6d03;
}
.flow-box a:hover {
	background: #fa6d03;
	color: #ffffff;
}
.flow-box a:hover::after {
	color: #ffffff;
}
span.flow-title {
	display: block;
	font-size: 0.8em;
	color: #dc3232;
	padding-left: 1.25em;
	position: relative;
}
span.flow-title::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
	color: #dc3232;
}
@media only screen and (max-width: 485px) {
	.flow-box::after {
	width: 60px;
	height: 60px;
	line-height: 60px;
	}
	.flow-box::before {
	left: 29px;
	}
	.flow-box {
	padding-left: 90px;
	}
}
/* flow END */
/* contact */
.content_inner.contact-sec {
	max-width: 800px;
}
a.yoyakuru {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 50px auto 60px;
}
a.yoyakuru img {
	display: block;
	width: 100%;
	transition: 0.5s;
	opacity: 1;
	border-radius: 0;
}
a:hover.yoyakuru img {
	opacity: 0.6;
}
.contact-intro{
	margin: 0 auto 3em;
}
.tel-box {
	max-width: 800px;
	margin: 0 auto 3em;
	text-align: center;
}
.line-box {
	text-align: center;
}
a.contact-line-but {
	text-align: left;
	display: block;
	line-height: 60px;
	max-width: 300px;
	margin: 0 auto 20px;
	background: #02a400;
	color: #ffffff;
	box-sizing: border-box;
	padding: 0 25px;
	position: relative;
}
a.contact-line-but::after {
	font-family: 'design_plus';
	content: '\e909';
	font-weight: 500;
	position: absolute;
	right: 25px;
	font-size: 30px;
}
a:hover.contact-line-but {
	background: #206b03;
}
.contact-sec h2::after {
	left: calc(50% - 25px);
}
address.contact-tel a {
	font-weight: 700 !important;
}
p.contact-tel-info span {
	margin-right: 10px;
	color: #004fc1;
}
p.contact-tel-caution {
	font-size: 0.9em;
	color: #dc3232;
}
.mail-box {
	margin: 4em auto 0;
	max-width: 800px;
}
.contact-sec h2 {
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contact-sec h2 span{
		display: block;
		font-size: .8em;
	}
}
/* contact END */
/* スマホ動画 */
video {
	display: block;
}
#bg-video {
	right: 0;
	bottom: 0;
	z-index: -1;
}
#main-image {
	background-color: rgba(0, 0, 0, 0);
}
video {
	min-height: 20%;
	min-height: 20vh;
	min-width: 20%;
	min-width: 20vw;
	width: 100%;
	height: auto;
	background: url('/wp-content/uploads/2023/03/main-sp.jpg') no-repeat;
	background-attachment: fixed;
	background-position: center center;
}

/* エアコンクリーニング */
section#aircon {
	background: none;
}
section#aircon ul.menu-intro {
	width: 100%;
	margin: 30px auto 30px;
}
.aircon-feature {
	margin: 6em auto 0;
	border: 3px dotted #e5dbcd;
	border-radius: 20px;
	padding: 2em 3em;
	box-sizing: border-box;
	width: 100%;
	max-width: 800px;
}
.post-content .aircon-feature h2 {
	margin: 0 auto 20px;
}
.feature-list li {
	position: relative;
	padding-left: 1.5em;
}
.feature-list li::before {
	content: "";
	position: absolute;
	top: 0.6em;
	left: 0.2em;
	width: 6px;
	height: 6px;
	background-color: #fa6d03;
	border-radius: 50%;
}
.aircon-flow {
	margin: 6em auto 0;
	padding: 2em 3em;
	box-sizing: border-box;
	width: 100%;
	max-width: 800px;
}
.post-content .aircon-flow h2 {
	margin: 0 auto 50px;
}
.post-content .aircon-flow .flow-box h3 {
	font-size: 1.2em;
	color: #fa6d03;
	margin: 0 auto 5px;
	padding: 0;
	background: none;
}
.aircon-flow .flow-box::after {
	counter-increment: number 1;
	content: counter(number) " ";
	position: absolute;
	left: 10px;
	top: 0px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 40px;
	background: #fa6d03;
	color: #f9e64a;
	border-radius: 50%;
	font-family: 'Arvo', serif;
}
@media only screen and (max-width: 970px) {
	.aircon-feature {
		padding: 25px;
	}
	.aircon-flow {
		padding: 0;
	}
}
@media only screen and (max-width: 485px) {
	.post-content .aircon-flow h2 {
		margin: 0 auto 30px;
	}
	.aircon-flow .flow-box::before {
		left: 39px;
	}
}
/* ハウスクリーニング */
section#mizumawari {
	background: #f3ece3;
}
section#kitchen {
	background: #fbf9e8;
}
/* 20240521 エアコンクリーニング */
.discount-text {
	width: fit-content;
	margin: 20px auto 40px;
	padding: 0 1em 5px;
	font-size: 20px;
	color: #fa6d03;
	border-bottom: 3px dotted #e5dbcd;
	text-align: center;
}
.discount-text br {
	display: none;
}
@media (max-width: 575px) {
	.discount-text {
		font-size: 16px;
	}
	.discount-text br {
		display: block;
	}
}
/* 20240521 フロント */
.f-discount-text {
	margin: 1rem 0 -1rem;
	color: #fa6d03;
	text-align: center;
}
/* 20240522 お問い合わせ */
.wpcf7-textarea {
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
}

/* 20240607 TOPキャンペーン */
.front_campaign-inner {
	width: 86%;
	max-width: 950px;
	margin: 4em auto 6em;
	align-items: center;
	box-sizing: border-box;
	background: #f1df4b;
	padding: 55px;
	border-radius: 20px;
	box-shadow: 0px 0px 40px -20px #cac1b4;
	z-index: 2;
	position: relative;
}
.front_campaign-inner h2 {
	font-size: 28px;
	letter-spacing: 1px;
	line-height: 1.6;
	margin-bottom: 23px;
	text-align: center;
	color: #fa6d03;
}
.front_campaign-inner p {
	text-align: center;
}
.front_campaign-inner p span {
	font-size: 20px;
	background: linear-gradient(transparent 60%, #ffffff57 0%);
	font-weight: bold;
}
@media only screen and (max-width: 500px){
.front_campaign-inner {
	width: 91%;
	margin: 1em auto 4em;
	padding: 50px 7%;
}
	.front_campaign-inner h2 {
	font-size: 26px;
	}
}
/* 20240607 TOPお問い合わせ */
.reserve-box {
	margin: 3em 0;
}
p.tel-ttl {	
	font-size: 1.5em;
	color: #fa6d03;
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: 4px;
	text-align: center;
}
address.reserve-tel {
	font-size: 2.4em;
	line-height: 1;
	margin: 0.15em auto 0.6em 0;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 700;
	color: #ee6c0c;
	font-family: 'Arvo', serif;
	text-align: center;
}
address.reserve-tel span {
	font-size: 0.6em;
	margin-right: 5px;
}
address.footer-contact-tel a {
	color: #ffcf3a;
}
.reserve-box_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.reserve-box_list li {
	width: calc(100% / 2);
	min-width: 200px;
	box-sizing: border-box;
	padding: 10px;
}
.reserve-box_list a {
	display: block;
	width: 100%;
	padding: 1em 0.5em;
	text-align: center;
	font-size: 1.4em;
	line-height: 1;
	color: #fff;
	background: #fa6d03;
	box-sizing: border-box;
	transition: all 0.5s;
	border-radius: 50px;
}
.reserve-box_list a:hover{
	color: #fff;
	background: #ffa96a;
}
.anchor {
	padding-top: 100px !important;
	margin-top: -100px !important;
}
@media only screen and (max-width: 500px) {
	.reserve-box_list li{
	width: 100%;
	min-width: auto;
	}
}
/* 20240607 */
.cont-reserve-box {
	margin: 3.5em auto 4em;
	border-radius: 20px;
	padding: 2em 3em;
	box-sizing: border-box;
	width: 100%;
	max-width: 800px;
	background: #fff;
}
@media only screen and (max-width: 500px) {
	.cont-reserve-box {
	padding: 2em 1em;
	}
	.cont-reserve-box address.reserve-tel {
	font-size: 2.0em;
	}
	.icon-pencil:before {
	content: "\e909";
	}
}
/* ビフォーアフター写真の追加 */
.before-after-area {
	margin: 6em auto 0;
	width: 100%;
	max-width: 800px;
}
.before-after-box {
	background: #fff;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 1.7em;
}
.before-after-box:not(:last-child) {
	margin-bottom: 2.4em;
}
.be-af-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.be-af-photo {
	width: 45%;
}
.be-af-next {
	width: 8%;
}
.be-af-next:before {
	display: block;
	font-family: "design_plus";
	content: '\f105';
	color: #F06D0A;
	font-size: 5vw;
	line-height: 1.1;
	text-align: center;
}
@media only screen and (max-width: 600px) {
	.be-af-photo, .be-af-next {
	width: 100%;
	}
	.be-af-next:before {
	content: '\f107';
	font-size: 10vw;
	}
}
/* トップ 推薦コメント紹介 */
.front_topics {
	position: relative;
}
.front_topics::before {
	content: 'Thank you message';
	display: block;
	position: absolute;
	top: -50px;
	left: 30px;
	line-height: 1;
	font-family: 'Ms Madi', cursive;
	font-size: 5vw;
	transform: rotate(-10deg);
	z-index: 10;
	color: #fa6d03;
}
.message-mitsumore {
	margin-bottom: 7em;
	padding-top: 3em;
}
.message-mitsumore h3 {
	color: #fa6d03;
	font-size:1.2em;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 1em;
}
.message-mitsumore h4 {
	color: #fa6d03;
}
.message-mitsumore p {
	line-height: 1.8;
}
.message-m-flex {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 3em;
}
.message-m-icon {
	width: 100px;
	height: 100px;
}
.message-m-text {
	width: calc(93% - 105px);
	background: #EFF5E2;
	border: 3px solid #2BB028;
	border-radius: 8px;
	margin-left: 10px;
	padding: 0.8em 1em;
}
.balloon-right {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	padding: 0 5px;
	width: 90px;
	height: 90px;
	line-height: 1.4;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 23px 5px;
	background: #7CD37A;
	border-radius: 50%;
	box-sizing: border-box;
}
.balloon-right:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -25px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #7CD37A;
	z-index: 0;
}
.message-link-box h3 {
	color: #2BB028;
	text-align: center;
	margin: 1em auto 0;
}
.message-link-box ul {
	list-style: disc;
	color: #2BB028;
	line-height: 2.8;
	padding-left: 1.5em;
}
.message-link-box li a {
	text-decoration: underline;
	text-decoration-color: #F1DF4D;
	text-underline-offset: 0.5ex;
	font-weight: 500;
	padding: 0 0.1em;
}
.message-link-box li a:hover {
	color: #a2a2a2;
}
.message-v-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.message-v {
	width: 48%;
	align-self: stretch;
	box-sizing: border-box;
	border: 3px solid #fa6d03;
	border-radius: 8px;
	margin-bottom: 1.5em;
	padding: 0.8em 1em;
}
.center-fit {
	width: fit-content;
	margin: auto;
}
@media only screen and (max-width: 970px) {
	.front_topics::before {
	left: 0;
	font-size: 50px;
	position: relative;
	}
	.message-mitsumore {
	padding-top: 2em;
	}
}
@media only screen and (max-width: 767px) {
	.front_topics::before {
	top: -30px;
	}
	.message-mitsumore h3 {
	text-align: left;
	}
	.message-v {
	width: 100%;
	}
}
@media only screen and (max-width: 485px) {
	.message-mitsumore {
	padding-top: 0;
	}
}

/* お問い合わせ */
.contact_well {
	width: 100%;
	max-width: 640px;
	min-height: 20px;
	text-align: center;
	padding: 1.5em 2em;
	background-color: #fff8ee;
	border: 2px solid #f98c41;
	border-radius: 5px;
	margin: 0 auto;
}
.contact_well p{
	font-size: 1.2em;
	font-weight: 700;
}
a.contact_btn{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	max-width: 480px;
	height: 60px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 60px;
	background: #f98c41;
	color: #fff !important;
	border: 1px solid #f98c41;
	border-radius: 5px;
	padding: 0 2.5em;
	margin-top: 1em;
	position: relative;
}
a.contact_btn::after{
	display: block;
	content: '\ea3c';
	font-family: "design_plus";
	position: absolute;
	top: 0;
	right: 1em;
	transition: all .6s;
}
.contact_btn:hover{
	background: #fbcc8b;
}
.contact_btn:hover::after{
	right: 1.5em;
}

/*カラー変更*/
.front_intro-inner h3, p.tel-ttl, address.reserve-tel, .content02-inner::before, .content02-inner::before, .front_second_inner::before, .global-nav > ul > li > a::after, .f-discount-text, .front-third-text h3, .front_topics::before, .message-mitsumore h3, .message-mitsumore h4, .headline-primary, ul.footer-menu-list li.footer-menu-title, ul.footer-menu-list li a::before, p.footer-address::before, .pagetop a:before, a.footer_but::after, a.sns-but::after, .global-nav > ul > li > a:hover, .signage-title-sub, .discount-text, .post-content h2, .be-af-next:before, .post-content .aircon-flow .flow-box h3, .menu-price-inner h4, span.set-title, section#setmenu h2, .service_but-box a::after {
	color: #146d06;
}
@media only screen and (max-width: 1200px) {
	.global-nav .menu-item-has-children > a span::before {
		color: #146d06;
	}
}
.message-v, .pagetop a, .menu-price.flex-inner, .menu-price-inner:nth-of-type(odd), .menu-option, .service_but-box a, .flow-box a {
	border-color: #146d06;
}
#content01::before, #site-loader-overlay, .feature-list li::before, .wpcf7 input.wpcf7-submit {
	background: #146d06;
}

/*アクセント*/
.top-slider-content-inner h3, .content02-button span, .menu-option p::before, address.contact-tel span {
	color: #2ec22b;
}
.global-nav > ul > li.global-menu-contact > a, .reserve-box_list a, .global-nav .sub-menu a:hover, .aircon-flow .flow-box::after, .flow-box::before, .setmenu-inner .three_line_up-box h3::after, .flow-box::after {
	background: #2ec22b;
}
.content02-button{
	border-color: #2ec22b;
}

.dp-footer-bar {
	background: #2ec22b;
	border-top: 1px solid #2ec22b;
}
.dp-footer-bar a{
	color: #fff;
}
/*その他調整*/
.global-nav > ul > li.global-menu-contact > a:hover, section#setmenu {
	background: #d1f7d0;
}
.aircon-flow .flow-box::after, .flow-box::after {
	color: #fff;
}
.dp-footer-bar-item + .dp-footer-bar-item {
	border-color: #fff;
}
#site-loader-spinner {
	border-color: #2ec22b #2ec22b #fcfaf7 #2ec22b !important;
}
/* 夏前キャンペーンバナー */
.front_campaign-item{
	text-align: center;
	margin-bottom: 5em;
}
.front_campaign-item img{
	width: 100%;
	max-width: 1000px;
}
.pc-img{ display: inline-block;}
.sp-img{ display: none;}
@media (max-width: 767px) {
	.front_campaign-item{
		margin-bottom: 2em;
	}
	.pc-img{ display: none;}
	.sp-img{ display: inline-block;}
}