@charset "utf-8";
/* ================================================================ */
/* おすすめスポット                                                   */
/* ================================================================ */

.spot-box .spot-contents {
	padding: 20px;
}

.spot-box .spot-contents p {
	padding: 0 8px 10px;
	font-size: 1.1em;
	line-height: 1.5;
}

/* furoide */
.furoide .left {
	float: left;
	width: 390px;
	margin-right: 20px;
}
.furoide .right {
	float: right;
	width: 253px;
}
.furoide .right img {
	margin-bottom: 10px;
}
.furoide h2 {
	min-height: 36px;
	margin-bottom: 15px;
	padding: 4px 10px 3px 66px;
	background: url(../img/spot/bg-h2.gif) left top no-repeat #24446d;
	color: #fff;
	font-size: 140%;
}
.furoide h2 span {
	font-size: 80%;
}
.furoide ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 15px;
	line-height: 1.5;
}
.furoide ul li::before {
	content: "";
	position: absolute;
	top: 0.25em;
	left: 0;
	display: block;
	width: 10px;
	height: 10px;
	background-color: #B79646;
}
.furoide p.hanging-indent {
	padding: 0;
	padding-left: 1em;
	text-indent: -1em;
}
.furoide h3 {
	margin: 20px 0 15px;
	padding: 5px;
	border: 2px solid #2B4276;
	font-size: 120%;
	text-align: center;
}
.furoide ol {
  counter-reset: number;
}
.furoide ol li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
	line-height: 1.5;
}
.furoide ol li::before {
	counter-increment: number;
	content: counter(number);
	position: absolute;
	top: 0.5em;
	left: 0;
	margin-top: -5px;
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	border-radius: 10px;
	line-height: 14px;
	text-align: center;
	box-sizing: border-box;
}

/* vortis */
.vortis .left {
	float: left;
	width: 270px;
}
.vortis .right {
	float: right;
	width: 400px;
}
.vortis h2 {
	position: relative;
	margin-bottom: 35px;
	padding: 10px 170px 10px 40px;
	background: url(../img/spot/bg-vortis.png) left top repeat-y;
	color: #fff;
	font-size: 180%;
	box-sizing: border-box;
}
.vortis h2::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -88px;
	display: block;
	width: 168px;
	height: 0;
	padding-top: 150px;
	background: url(../img/spot/img-vortis.png) left top no-repeat;
}
.vortis h2 span {
	display: block;
	padding-left: 0.8em;
	font-size: 70%;
}
.vortis p img {
	margin: 0 5px 3px;
	vertical-align: middle;
}
.vortis .movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.vortis .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

@media screen and (max-width: 720px) {
.furoide .left, .furoide .right,
.vortis .left, .vortis .right {
	float: none;
	width: auto;
	margin: 0 0 10px;
}
.furoide .right,
.vortis .right {
	text-align: center;
}
.furoide .right img {
	margin: 0 10px 20px;
}
.vortis h2 {
	font-size: 120%;
	padding-right: 90px;
}
.vortis h2::before {
	width: 84px;
	padding-top: 75px;
	background-size: 84px 75px;
	margin-top: -37px;
}
.spot-box .spot-contents img {
	width: auto !important;
	max-width: 100%;
	height: auto;
}
}