/* guide ---------------------------------------------------------- */
.guidelink a {
	display: flex;
	flex-diretion: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	border: 1px solid #dddddd;
	padding: 2px;
	text-decoration: none !important;
	transition: all 0.5s ease;
}
.guidelink a:hover, .guidelink afocus {
	border-color: rgba(0, 102, 221, 0.6);
	background-color: rgba(0, 102, 221, 0.1);
}
.guidelink a > span {
	display: block;
}
.guidelink a > .img {
	width: 30%;
	height: 60px;
	overflow: hidden;
	position: relative;
}
.guidelink a > .img > img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.guidelink a > .spot {
	margin: 0.2em 1em;
	width: 70%;
}
.kankocho {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin: auto;
	padding: 4px;
	text-decoration: none !important;
	transition: all 0.5s ease;
}
.kankocho .logo {
	width: 60px;
	height: auto;
}

ol.katakakko {
	margin-left: 2.5em;
}

ol.katakakko > li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}

ol.katakakko > li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(cnt) ")";
	display: inline-block;
	margin-left: -2.5em;
	width: 2em;
	text-align: right;
	white-space: nowrap;
}

.flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 20px;
}
.flexbox.rows-2 > *,
.flexbox.rows-4 > *.col-2 {
	width: calc(50% - 10px);
}
.flexbox.rows-3 > *,
.flexbox.rows-6 > *.col-2 {
	width: calc(33.33% - 10px);
}
.flexbox.rows-4 > * {
	width: calc(25% - 10px);
}
.flexbox.rows-5 > * {
	width: calc(20% - 10px);
}
.flexbox.rows-6 > * {
	width: calc(16.66% - 10px);
}
.flexbox.rows-3 > *.col-2,
.flexbox.rows-6 > *.col-4 {
	width: calc(66.66% - 10px);
}
.flexbox.rows-4 > *.col-3 {
	width: calc(75% - 10px);
}
.flexbox.rows-5 > *.col-2 {
	width: calc(40% - 10px);
}
.flexbox.rows-5 > *.col-3 {
	width: calc(60% - 10px);
}
.flexbox.rows-5 > *.col-4 {
	width: calc(80% - 10px);
}
.flexbox.rows-6 > *.col-3 {
	width: calc(50% - 10px);
}
.flexbox.rows-6 > *.col-5 {
	width: calc(83.33% - 10px);
}


.text-center	{ text-align: center; }
.text-right		{ text-align: right; }
.text-left		{ text-align: left; }
.text-red		{ color: red; }


.google-maps {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


.boxB {
	margin-bottom: 3em;
}

h3 {
	color: #B6241F;
	font-size: 1.6em;
	margin-bottom: 0.6em;
}

h4 {
	font-size: 1.4em;
	margin-bottom: 0.6em;
	padding-bottom: 0.6em;
	border-bottom: 2px solid #B6241F;
}

h5 {
	color: #B6241F;
	font-size: 1.2em;
	margin-bottom: 0.6em;
}

.kankocho {
	border-top: 1px solid #dddddd;
}
