@charset "utf-8";

/* =SERVICE
-------------------------------------------------------------- */
#intro {
	padding-bottom: 80px;
}
#intro .lead-text {
	font-size: 3.4rem;
	line-height: 1.5;
	font-weight: var(--weight-bold);
	margin-bottom: 50px;
}
#intro p:last-child {
	margin-bottom: 0;
}

#target {
	position: relative;
	z-index: 2;
}

#menu {
	padding-top: 290px;
	margin-top: -240px;
	background: var(--color-main-green);
	color: #fff;
	position: relative;
	z-index: 1;
}

#cost {
	padding-top: 90px;
	padding-bottom: 100px;
	background: var(--color-main-green);
	color: #fff;
}
.cost-box {
	padding: 50px 60px;
	background: #fff;
	border: 6px solid var(--color-bd-gray);
	border-radius: 10px;
}

#flow {
	background: var(--color-bg-beige);
	padding-top: 100px;
}
.flow-box .item {
	margin-left: 50px;
	padding: 40px 0 0 90px;
	border-left: 4px solid var(--color-main-green);
	position: relative;
}
.flow-box .item + .item {
	margin-top: 20px;
}
.flow-box .item .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	aspect-ratio: 1/1;
	background: var(--color-main-green);
	border-radius: 100%;
	color: #fff;
	font-size: 2rem;
	position: absolute;
	top: 0;
	left: -50px;
}
.flow-box .item h3 {
	font-size: 2.2rem;
	margin: 0;
}
.flow-box .item .commitment-box {
	margin-top: 30px;
	padding: 30px;
	border-radius: 10px;
	background: #fff;
	border: 4px solid var(--color-darkbeige);
}
.flow-box .item .commitment-box h4 {
	font-size: 1.8rem;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}
.flow-box .item .commitment-box h4::before {
	content: '';
	display: block;
	width: 10px;
	aspect-ratio: 1/1;
	background: var(--color-bg-orange);
	border-radius: 100%;
}
.flow-box .item .commitment-box p {
	margin-bottom: 0;
}
.flow-box .item .cta-list {
	margin-top: 30px;
}
.flow-box .item .cta-tel-num {
	background: url(../images/common/phone_black.png) no-repeat center left;
}

#faq {
	background: var(--color-bg-beige);
	padding-top: 100px;
}
.faq-box .item {
	padding: 30px;
	background: var(--color-darkbeige);
	border-radius: 10px;
}
.faq-box .item + .item {
	margin-top: 20px;
}
.faq-box .item .q {
	padding: 0 50px;
	font-size: 1.8rem;
	position: relative;
	font-weight: var(--weight-bold);
}
.faq-box .item .q::before {
	content: 'Q';
	font-size: 3.6rem;
	color: var(--color-main-green);
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.faq-box .item .q::after {
	content: '+';
	font-size: 3.6rem;
	color: var(--color-main-green);
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 100;
}
.faq-box .item .q.open::after {
	content: '-';
}
.faq-box .item .a {
	display: none;
	padding: 30px 50px;
	margin-top: 20px;
	background: #fff;
	font-size: 1.4rem;
	border-radius: 10px;
}

#message {
	background: var(--color-bg-beige);
	padding-top: 150px;
}

@media screen and (max-width: 736px) {
	#intro .lead-text {
		font-size: 2.4rem;
	}

	.cost-box {
		padding: 30px 20px;
	}

	.flow-box .item {
		margin-left: 35px;
		padding: 20px 0 0 55px;
	}
	.flow-box .item .num {
		width: 70px;
		font-size: 1.4rem;
		left: -35px;
	}
}

/* =CONTACT
-------------------------------------------------------------- */
#contact-tel .cta-list {
	justify-self: flex-start;
}
#contact-tel .cta-tel-num {
    background: url(../images/common/phone_black.png) no-repeat center left;
}

#contact-mail {
	padding-top: 100px;
}
#contact-mail span.red {
	color: #DF0101;
}
#contact-mail a {
	text-decoration: underline;
}

/* =固定ページのみに適用されます
-------------------------------------------------------------- */
.wpcf7-form table {
	table-layout: fixed;
	width: 100%;
}
.wpcf7-form table th {
	white-space: nowrap;
	width: 10em;
}
.wpcf7 input#zip {
	width:10em;
}
.wpcf7 input#addr {
	width:500px;
	margin-top:0.5rem;
}
.wpcf7-form p.submit {
	margin-bottom: 0;
}
span.must:after {
	content: '＊';
	color: #DF0101;
	font-weight: normal;
}

@media screen and (max-width: 736px) {
	.wpcf7-form table th {
		border: none;
	}
	.wpcf7-form table td {
		padding: 15px 0 25px;
	}
}

/* =電話表示
-------------------------------------------------------------- */
.entry-content h4 {
	font-size: 2rem;
}
.tel_info {
	margin: 2.5rem 0 5rem;
}
.tel_info span {
	display: block;
}
.tel_info span.tel a {
	font-size: 3rem;
	letter-spacing: 0.07em;
	line-height: 1.25;
	color: #000;
	
}

/* =会社情報
-------------------------------------------------------------- */
#company_table {
	margin-bottom: 6rem;
}
#company_table a {
	color: #333;
}
#company_table th {
	width: 30%;
}
@media screen and (max-width: 736px) {
	#company_table {
		margin-bottom: 0;
	}
}
.map {
	margin-top: 6rem;
}

/* =ギャラリー
-------------------------------------------------------------- */
#shop_gallery {
	margin: 5rem 0 0;
}
#shop_gallery li {
	width: 48%;
	margin: 0 4% 4% 0;
}
	#shop_gallery li:nth-child(2n) {
		margin-right: 0;
	}

#shop_gallery li p {
	margin: 1rem 0 0;
}

@media screen and (max-width: 736px) {
	#shop_gallery li {
		width: 100%;
		display: block;
		margin-right: 0;
		margin-bottom: 8%;
	}
}

/* =調整
-------------------------------------------------------------- */
#about .entry-content h3 {
	font-size: 2.4rem;
}
#contact .entry-content {
	margin-bottom: 0;
}

@media screen and (max-width: 736px) {
	.wpcf7-form table th {
		width: 5em;
	}
}