@charset "utf-8";

/* CSS Document */
/*--------.page_roof-------------*/
.page_roof {
	background-image: url("../images/topbg.jpg");
}

.pageContent h2.title {
	background-image: url("../images/bg_line.svg");
}

.access_unit .train {
	background-image: url("../images/icon_train.svg");
}

.access_unit .shinkansen {
	background-image: url("../images/icon_shinkansen.svg");
}

.access_unit .bus {
	background-image: url("../images/icon_bus.svg");
}

.access_unit .car {
	background-image: url("../images/icon_car.svg");
}

.access_unit .air {
	background-image: url("../images/icon_air.svg");
}

.efficacy_unit .box dl {
	width: 100%;
	display: flex;
	padding: 10px;
}

.efficacy_unit .box dl:last-child {
	border-top: 1px dotted #CCCCCC;
	margin-top: 5px;
}

.efficacy_unit .box dl dt p {
	background: #EEEEEE;
	border-radius: 5px;
	padding: 2px 10px;
	white-space: nowrap;
}

.efficacy_unit .box dl dd {
	margin-left: 10px;
}

.map_unit {
	width: 80%;
	margin: 0 auto 30px;
	display: flex;
	flex-wrap: wrap;
}

.map_unit a {
	width: 46%;
	/* margin: 10px 2%; */
	margin: 10px auto;
}

.map_unit a img {
	width: 100%;
	border: 1px solid #CCCCCC;
}

@media (max-width:767px) {
	.map_unit {
		width: 90%;
	}

	.map_unit a {
		width: 46%;
		margin: 5px 2%;
	}
}

/*--------.担当者おすすめプラン-------------*/
.campaign_box {
	width: 90%;
	margin: 0 auto;
	background: #009FB0;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.campaign_box .photo {
	width: 50%;
	padding-right: 10px;
	position: relative;
}

.campaign_box .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.campaign_box .comment {
	width: 50%;
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 15px;
}

.campaign_box .comment h3 {
	text-align: center;
	margin: 20px auto;
	font-size: 150%;
	font-weight: bold;
}

.campaign_box .comment h3 img {
	max-width: 100%;
}

.campaign_box .comment p {
	text-align: left;
	margin-bottom: 20px;
	font-size: 110%;
	/*font-weight: bold;*/
}

.campaign_box .comment ul {
	width: fit-content;
	margin: 0 auto 10px;
}

.campaign_box .photo p.credit {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 5px 10px;
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	z-index: 1;
}

.campaign_box .comment .yoyaku {
	margin: auto 0 0 0;
}

@media screen and (max-width: 759.9px) {
	.campaign_box .photo {
		width: 100%;
		padding: 0;
	}

	.campaign_box .comment {
		width: 100%;
		padding: 10px;
	}
}