@charset "UTF-8";


/****************************************
 * p-products.php
*****************************************/

.products-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 48px;
}
.products-item {
	overflow: hidden;
	width: calc(50% - 24px);
	max-width: 420px;
	background: #FFF;
	border-radius: 12px;
	display: flex;
    flex-direction: column;
}
#products .products-item {
	background: #fefae8;
}
.products-item .products-text {
	padding: 30px;
}
.products-item .products-more {
	text-align: center;
    padding: 0 12px 30px;
	margin-top: auto;
}

@media screen and (max-width: 768px) {
	.products-items {
		gap: 28px;
	}
}
@media screen and (max-width: 559px) {
	.products-item {
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 430px) {
	#products .items .button_box {
		margin-top: 20px;
	}
}
@media screen and (max-width: 320px) {
	
}




/****************************************
 * p-contact.php
*****************************************/

.p-contact {
	padding: 0;
	background: #FFF;
}
.p-contact .p-contact_box {
	box-shadow: 0 0 6px rgb(0 0 0 / 20%);
}

@media screen and (max-width: 768px) {
	.p-contact-bg {
		background: url(images/p-contact/p-contact_bg_tb.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	}
	.p-contact .box:before {
		content: "";
		display: inline-block;
		position: absolute;
		top: -60px;
		right: 0;
		left: 0;
		margin: auto;
		background: url(images/p-contact/title.png) no-repeat;
		background-size: 100%;
		width: 100%;
		height: 63px;
	}
	.p-contact img.operator {
		width: 23%;
	}
	.p-contact img.title {
		width: 95%;
	}
	.p-contact .box dl {
		margin: 0 0 0 110px;
	}
}
@media screen and (max-width: 480px) {
	.p-contact .box {
		padding: 10px 10px 50px 10px;
		margin-top: 40px;
	}
	.p-contact .box:before {
		content: "";
		display: inline-block;
		position: absolute;
		top: -50px;
		right: 0;
		left: 0;
		margin: auto;
		background: url(images/p-contact/title_sp.png) no-repeat;
		background-size: 100%;
		width: 100%;
		height: 63px;
	}
	.p-contact .box .tel-box-sp {
		display: block;
		text-align: center;
		margin: 10px 0;
		font-weight: bold;
		color: #FFB000;
		font-size: 1.4em;
		line-height: 1.5;
	}
	.p-contact .box .tel-box-sp span {
		display: block;
		font-size: .8em;
	}
	.p-contact .box .contact-btn {
		left: 0;
		right: 0;
		margin: auto;
		width: 13em;
		bottom: 10px;
	}
	.p-contact img.operator {
		width: 30%;
	}
}
@media screen and (max-width: 420px) {
	.p-contact {
		height: 300px;
	}
}
@media screen and (max-width: 380px) {
	.p-contact {
		height: 310px;
		right: 0;
		left: 0;
		margin: -140px auto;
	}
	.p-contact img.operator {
		display: none;
	}
	.p-contact .box {
		width: 90%;
		margin: 40px auto 0;
	}
	.p-contact .box:before {
		top: -50px;
		height: 45px;
}
	.p-contact .box dl {
		margin: 0 auto;
		width: 80%;
	}
	.p-contact .box .contact-btn {
		float: none;
		width: 12em;
		margin: 0 auto;
	}
	.p-contact .box .number {
		text-align: center;
		margin: -25px 0 0 0;
	}
}
@media screen and (max-width: 320px) {
	.p-contact {
		height: 285px;
	}
	.p-contact .box dl {
		width: 100%;
		margin: 5px 5px;
	}
}


/* ********************************************
 * 問い合わせ
 * ***************************************** */

.contact {
	background: #EFF9F1;
	position: relative;
}
.contact:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f3ee;
    z-index: -2;
	
}
.contact:after {
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border-radius: 60px;
    background-color: #fefefe;
    transform: translate(-50%, -50%);
    z-index: -1;
}


.contact .contact-box {
	
}
.contact .contact-flex {
	display: flex;
	justify-content: space-between;
    align-items: stretch;
}
.contact .contact-flex .contact-inbox {
	background: #FFF;
	width: calc(100% / 2 - 12px);
    padding: 45px;
	border-radius: 12px;
	text-align: center;
}
.contact .contact-flex .contact-inbox .contact-inboxTitle {
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-size: 2.6rem;
	margin-bottom: 18px;
}

.contact .contact-flex___phone {
	
}
.contact .contact-flex___web {
	
}


.contact a.number {
	display: inline-block;
	line-height: 1;
}
.contact a.number span {
	display: inline-block;
	font-family: "Oswald", sans-serif;
	font-size: 4.6rem;
	padding-left: 3vw;
	position: relative;
}
.contact a.number span:before {
	content: '';
	position: absolute;
	top: calc(50% + 2px);
	left: 0;
	transform: translateY(-50%);
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../images/common/icon-phone.webp) no-repeat;
	background-size: 100%;
}
.contact p.open {
	margin-top: 12px;
}

.contact a.btnWeb {
	background: #056740;
    display: inline-block;
    padding: 18px;
    width: 100%;
	max-width: 380px;
    border-radius: 4px;
	box-shadow: 0 0 14px rgba(102, 102, 102, .3);
}
.contact a.btnWeb span {
	font-size: 2rem;
	color: #FFF;
}

@media screen and (max-width: 1194px) {
	.contact .contact-flex .contact-inbox {
		padding: 45px 30px;
	}
	.contact .contact-flex .contact-inbox .contact-inboxTitle {
		font-size: 2.2rem;
	}
	.contact a.number span {
		font-size: 4rem;
		padding-left: 4.8vw;
	}
	.contact a.number span:before {
		width: 32px;
		height: 32px;
	}
}
@media screen and (max-width: 768px) {
	.contact .contact-flex {
		    flex-direction: column;
	}
	.contact .contact-flex .contact-inbox {
		width: 100%;
	}
	.contact .contact-flex___web {
		margin-top: 18px;
	}
	.contact a.number span {
		padding-left: 6.8vw;
	}
}
@media screen and (max-width: 559px) {
	.contact .contact-flex .contact-inbox {
		padding: 30px 30px
	}
	.contact .contact-flex .contact-inbox .contact-inboxTitle {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 430px) {
	.contact a.number span {
		padding-left: 9.8vw;
	}
}
@media screen and (max-width: 320px) {
	.contact a.number span {
		font-size: 3.2rem;
		padding-left: 12vw;
	}
	.contact a.number span:before {
		width: 28px;
		height: 28px;
	}
}


/* ***************************************
 * ページビジュアル
 * **************************************/

ul.areaList {
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
}
ul.areaList li {
	display: inline-block;
}
ul.areaList li:not(:last-child)::after {
	content: "／";
	margin: 0 3px;
}