@charset "UTF-8";

.box .img + .text {
	margin-top: 10px;
}
.box-group.col3 .ttl-place{
	position: relative;
	padding-left: 27px;
	padding-bottom: 10px;
}
.box-group.col3 .ttl-place::before {
	position: absolute;
	top: 3px;
	left: 0;
	width: 23px;
	height: 23px;
	background-color: #F172AB;
	content: '';
}
.box-group.col3 .ttl-place::after {
    position: absolute;
    top: 2px;
    left: 7px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.ttl-place--01::after {
	content: '1';
}
.ttl-place--02::after {
	content: '2';
}
.ttl-place--03::after {
	content: '3';
}
.ttl-place--04::after {
	content: '4';
}
.ttl-place--05::after {
	content: '5';
}
.ttl-place--06::after {
	content: '6';
}
.ttl-place--07::after {
	content: '7';
}
.ttl-place--08::after {
	content: '8';
}
.ttl-place--09::after {
	content: '9';
}
.ttl-place--10::after {
	left: 3px!important;
	content: '10';
}
.ttl-place--11::after {
	left: 3px!important;
	content: '11';
}
.ttl-place--12::after {
	left: 3px!important;
	content: '12';
}
.ttl-place--13::after {
	left: 3px!important;
	content: '13';
}
.ttl-place--14::after {
	left: 3px!important;
	content: '14';
}
.ttl-place--15::after {
	left: 3px!important;
	content: '15';
}
.box-group.col3 .box:nth-child(n + 2),
.box-group.col3-box .box:nth-child(n + 2) {
	margin-top: 0;
}
.box-group.col3 .box:nth-child(n + 4) {
	margin-top: 50px;
}

.box-group.col3 {
	padding-left: 1px;
	margin-bottom: 40px;
}
.box-group.col3 .box {
	width: 31%;
	padding-right: 1px;
}

.box-group.col3:before,
.box-group.col3:after,
.box-group.col3-box:before,
.box-group.col3-box:after {
	content: '';
	display: block;
	width: 31%;
}
.box-group.col3:before,
.box-group.col3-box:before {
	order: 1;
}

.box-group.col3-box {
	margin: 0 -10px;
}
.box-group.col3-box .box {
	width: 25%;
	padding: 0 10px;
}
.box-group.col3-box .box span {
	display: block;
	margin: .8em 0 .3em;
}
.box-group.col3-box .box p {
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.box-group.col3 {
		margin-bottom: 40px;
	}
	.box-group.col3 .box {
		width: 100%;
		margin: 0 auto;
	}
	.box-group.col3 .box .img + .text,
	.box-group.col3 .box .text + .img {
		margin-top: 0.5em;
	}
	.box-group.col3 .box:nth-child(n + 2) {
		margin-top: 20px;
	}

	.box-group.col3-box {
		margin: 0 -8px 40px;
	}
	.box-group.col3-box .box {
		width: 50%;
		padding: 0 8px;
	}

	.box-group.col3-box .box span {
		margin: .4em 0 .1em;
	}
	.box-group.col3-box .box p {
		line-height: 1.5;
	}
	.br-sp { display:none; }
	.box .map {
		display:none;
	}
	.box .text .button {
		margin-top: 60px;
	}
}