@charset "utf-8";
/* CSS Document */

/* ページタイトル */
.page_title {
	background: url("../../common/img/title/contact.webp") no-repeat center center;
	background-size: cover;
}

.cmn_subheading {
	margin-bottom: var(--space-45);
}

.tel_box {
	max-width: 640px;
	width: 90%;
	margin: 0 auto var(--space-80);
}
.tel_box {
	a {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 15px;
		color: var(--main-color);
		font-family: "Philosopher", serif;
		font-style: italic;
		font-weight: bold;
		font-size: var(--heading);
	}
}
.tel_box--fax {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	color: #000;
	font-family: "Philosopher", serif;
	font-style: italic;
	font-weight: bold;
	font-size: var(--heading);
}
.tel_box .color_box {
	margin-bottom: 20px;
}
.tel_box--title {
	font-size: var(--more-txt);
	font-weight: 600;
	padding-bottom: 0.5em;
	text-align: center;
}

.table_2rows {
	margin-bottom: var(--space-45);
}
.table_2rows th {
	width: 59%;
	padding: 2em var(--space-30);
	text-align: start;
	vertical-align: middle;
	color: #000;
}
.table_2rows td {
	padding: 2em var(--space-30);
}
.table_2rows a[target="_blank"] {
	display: initial;
}
.table_2rows a[target="_blank"]::after {
	margin-left: 8px;
}

.flexbox20 {
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: var(--space-45) auto;
}
.flexbox20 .border_box {
	max-width: 832px;
	width: 100%;
}
.flexbox20 figure {
	max-width: 100%;
	width: auto;
}

.btn_item {
	max-width: calc(50% - 10px);
	width: 100%;
	height: 80px;
	box-shadow: 10px 10px 20px #0000001A;
	&:hover {
		box-shadow: 3px 3px 6px #0000001A;
	}
	a {
		width: 100%;
		height: 100%;
		padding: 0 25px;
		border: 1px solid var(--main-color);
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		position: relative;
		&::before {
			content: "";
			width: 35px;
			height: 35px;
			display: block;
			background: var(--main-color);
			position: absolute;
			top: 50%;
			right: 0;
			transform: translateY(-50%);
		}
		&::after {
			content: "";
			width: 11px;
			height: 17px;
			position: absolute;
			right: 12px;
			top: 50%;
			transform: translateY(-50%) rotate(-90deg);
			background: url("../../common/img/pageNav_icon_hover.webp") no-repeat center center;
		}
		img {
			margin-left: 8px;
		}
	}
	@media screen and (max-width: 767px) {
		height: 70px;
		max-width: 100%;
	}
}
.btn_item.last_btn {
	margin: auto;
	background: var(--base-color);
}
.contact_dl {
	display: flex;
	flex-wrap: wrap;
	dt {
		width: 150px;
	}
	dd {
		max-width: calc(100% - 150px);
	}
	@media screen and (max-width: 767px){
		dd {
			max-width: 100%;
			padding-left: 1em;
		}
	}
}
.circle_list .optiin_list li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	&::before {
		content: "";
		display: inline-block;
		width: 12px;
		height: 1px;
		background: var(--main-color);
		transform: translateY(0.9em);
	}
}
.color_box {
	max-width: 480px;
	width: 80%;
	margin: var(--space-45) auto;
	text-align: center;
	padding: 0;
	a {
		width: 100%;
		height: 100%;
		padding: 1.8em 5%;
		display: block;
		color: var(--main-color);
		font-size: var(--more-txt);
		font-weight: bold;
	}
	a[target="_blank"]::after {
		content: "";
		width: 16px;
		height: 16px;
		display: inline-block;
		background: url(../../common/img/external_icon.webp) no-repeat center center;
		margin-left: 8px;
	}
}
@media screen and (max-width: 767px){
	.table_2rows th {
		width: 100%;
		height: auto;
		padding: 1em var(--space-30);
		display: block;
	}
	.table_2rows td {
		padding: 1em var(--space-30) 1.5em;
	}
	.btn_item a::before {
		width: 25px;
		height: 25px;
	}
	.btn_item a::after {
		right: 7px;
	}
}
.right_block {
	width: 100%;
	display: flex;
}
.right_block .square_list {
	width: auto;
	display: inline-flex;
	flex-direction: column;
	gap: 5px;
	margin: 1em 20% 0 auto;
	li {
		display: inline-flex;
	}
	@media screen and (max-width: 767px){
		margin: 1em 0 0 auto;
	}
}