@charset "utf-8";
/* CSS Document */

/*
* CONTACT LINKS
******************************************************/
.contact_links__wrapper {
	width: 100%;
}
.contact_links {
	width: auto;
	max-width: 1050px;
	margin: auto;
	overflow: hidden;
}
.border-bottom {
	border-bottom: 1px solid #dddddd;
}
.contact_links-title {
	font-size: 2.6rem;
	margin: 40px 0;
	text-align: center;
    font-family:'Noto Serif JP', -apple-system,BlinkMacSystemFont,'Times New Roman',serif;
    font-weight:700;
}
.contact_links-sub-title {
}
.contact_links__description {
	margin-bottom: 40px;
}
@media (max-width: 768px) {
	.contact_links {
		width: auto;
		padding: 20px;
	}
	.contact_links-sub-title {
		margin-bottom: 30px;
	}
	.contact_links__description {
		margin-bottom: 30px;
	}
}

/*
* BUTTON
******************************************************/
.phone-button__wrapper {
	width: 100%;
	text-align: center;
	margin: 30px 0;
}
.phone-button {
	margin:auto;
	max-width:320px;
}
.phone-button-text {
    font-family:'Noto Serif JP', -apple-system,BlinkMacSystemFont,'Times New Roman',serif;
    font-weight:400;
	font-size:1.2rem;
	padding: 15px 0;
	margin-top: 20px;
}
.option-list {
	padding-bottom: 30px;
}
.option-list p {
	line-height: 2.4rem;
}
@media (max-width: 768px) {
	.phone-button__wrapper {
		margin: 0 0 30px 0;
	}
}

/*
* GUIDE
******************************************************/
.guide-menu__wrapper {
	width: 100%;
	margin: 80px 0;
}
.guide-menu {
	width: auto;
	max-width: 1050px;
	margin: auto;
	overflow: hidden;
}
.guide-menu ul {
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd;
	overflow: hidden;
	margin-bottom: 60px;
}
.guide-menu-links {
	line-height: 54px;
	float:left;
	width: calc(100% / 3 - 2px);
	max-width: 350px;
	border-bottom:1px solid #dddddd;
	border-left:1px solid #dddddd;
	position: relative;
}
.guide-menu-links::after {
	content: "";
	display: block;
	position: absolute;
	background:url('../img/common/ico-arrow-m.png') left top no-repeat;
	width: 10px;
	height: 19px;
	top:18px;
	right: 10px;
}
.guide-menu-links-1col {
	line-height: 54px;
	float:left;
	width: 100%;
	border-bottom:1px solid #dddddd;
	border-left:1px solid #dddddd;
	position: relative;
	text-align: center;
}
.guide-menu-links-1col::after {
	content: "";
	display: block;
	position: absolute;
	background:url('../img/common/ico-arrow-m.png') left top no-repeat;
	width: 10px;
	height: 19px;
	top:18px;
	right: 10px;
}
.guide-menu-links a,
.guide-menu-links-1col a {
	display:block;
	padding-left: 20px;
}
@media (max-width: 768px) {
	.guide-menu__wrapper {
		width: 100%;
		margin: 40px 0;
	}
	.guide-menu {
		width:auto;
	}
	.guide-menu-links {
		line-height: 54px;
		float:left;
		width: calc(100% / 2 - 1px);
		max-width: inherit;
		border-bottom:1px solid #dddddd;
		border-left:1px solid #dddddd;
		position: relative;
	}
	.guide-menu-links a,
	.guide-menu-links-1col a {
		display:block;
		padding-left: 5px;
		font-size: 1.4rem;
	}
}