@charset "UTF-8";
/* variables
----------------------------------------*/
/* mixin
----------------------------------------*/
/* common
----------------------------------------*/
@media screen and (min-width: 751px) {
	.only-sp {
		display: none;
	}
}

@media screen and (max-width: 750px) {
	.only-pc {
		display: none;
	}
}

body {
	color: #333;
}

/* wrap
----------------------------------------*/
#wrap {
	width: 100%;
	min-width: 1220px;
	margin: 0 auto 0;
	overflow: hidden;
}

@media screen and (max-width: 750px) {
	#wrap {
		min-width: 0;
	}
}

/* .header
-------------------------------------*/
.header {
	top: 0;
	left: 0;
	background: #FFF;
	width: 100%;
	z-index: 1000;
}

.header-inner {
	width: 1020px;
	height: 100px;
	margin: 0 auto;
}

.header p.logo {
	margin: 20px 0 23px 20px;
	float: left;
	width: 150px;
}

.header p.logo img {
	width: 100%;
}

@media screen and (max-width: 750px) {
	.header-inner {
		width: 100%;
		height: 65px;
	}
	.header p.logo {
		margin: 0;
		position: absolute;
		left: 10px;
		top: 15px;
		width: auto;
		height: 40px;
	}
	.header p.logo img {
		width: auto;
		height: 100%;
	}
}

/* .footer
-------------------------------------*/
.footer {
	height: 62px;
	line-height: 62px;
	background: #efece6;
}

.footer p {
	width: 1020px;
	margin: 0 auto;
	text-align: right;
	font-size: 11px;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
	.footer p {
		width: 100%;
		font-size: 9px;
		letter-spacing: 0;
	}
}

/* ページ見出し
----------------------------------------*/
.plan-head {
	width: 1020px;
	margin: 0 auto 56px;
}

.plan-head img {
	width: 100%;
}

@media screen and (max-width: 750px) {
	.plan-head {
		width: 94.66667%;
		margin: 0 auto 7.73333%;
	}
}

h1 {
	text-align: center;
	font-size: 36px;
	margin-bottom: 68px;
}

@media screen and (max-width: 750px) {
	h1 {
		font-size: 40px;
		font-size: 5.33333vw;
		margin-bottom: 5.33333%;
	}
}

/* spot
----------------------------------------*/
.spot {
	width: 1020px;
	margin: 0 auto 30px;
	overflow: hidden;
}

@media screen and (max-width: 750px) {
	.spot {
		width: 94.66667%;
		margin-top: 5.86667%;
	}
}

.spot .spot-image {
	width: 500px;
	border-radius: 5px;
	overflow: hidden;
}

.spot .spot-image img {
	width: 100%;
}

@media screen and (max-width: 750px) {
	.spot .spot-image {
		width: 100%;
		margin-bottom: 3.09859%;
	}
}

.spot .spot-detail {
	width: 500px;
}

@media screen and (max-width: 750px) {
	.spot .spot-detail {
		width: 100%;
	}
}

.spot .spot-head {
	width: 100%;
	height: 90px;
	display: table;
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
}

@media screen and (max-width: 750px) {
	.spot .spot-head {
		height: auto;
		margin-bottom: 4.22535%;
	}
}

.spot .spot-head .spot-num {
	display: table-cell;
	width: 90px;
	height: 100%;
	background-color: #1fb9ef;
}

.spot .spot-head .spot-num img {
	width: 100%;
}

@media screen and (max-width: 750px) {
	.spot .spot-head .spot-num {
		width: 18.02817%;
		height: auto;
	}
}

.spot .spot-head .spot-name {
	display: table-cell;
	vertical-align: middle;
	width: 410px;
	background-color: #e5e5e5;
	font-size: 22px;
	padding-left: 48px;
	box-sizing: border-box;
}

@media screen and (max-width: 750px) {
	.spot .spot-head .spot-name {
		width: 81.97183%;
		font-size: 34px;
		font-size: 4.53333vw;
		padding-left: 10.99656%;
	}
}

.spot ul {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
	.spot ul {
		font-size: 24px;
		font-size: 3.2vw;
		margin-bottom: 4.22535%;
	}
}

.spot p {
	font-size: 14px;
	line-height: 1.5em;
}

@media screen and (max-width: 750px) {
	.spot p {
		font-size: 24px;
		font-size: 3.2vw;
	}
}

.spot-balloon {
	position: relative;
	width: 100%;
	border: 3px solid #e5e5e5;
	text-align: center;
	padding: 8px 0;
	margin-bottom: 42px;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #FFF;
	font-size: 20px;
}

@media screen and (max-width: 750px) {
	.spot-balloon {
		padding: 2.11268% 0;
		margin-bottom: 7.04225%;
		font-size: 36px;
		font-size: 4.8vw;
	}
}

.spot-balloon:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	width: 18px;
	height: 18px;
	border-right: 3px solid #e5e5e5;
	border-bottom: 3px solid #e5e5e5;
	background-color: #FFF;
	-webkit-transform: translateY(-8px) rotate(45deg);
	-ms-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

.spot.spot-12 .spot-balloon:before {
	content: '';
	position: absolute;
	top: 100%;
	left: -50%;
	right: 0;
	margin: auto;
	width: 18px;
	height: 18px;
	border-right: 3px solid #e5e5e5;
	border-bottom: 3px solid #e5e5e5;
	background-color: #FFF;
	-webkit-transform: translateY(-8px) rotate(45deg);
	-ms-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
.spot.spot-12 .spot-balloon:after{
	left:50%;
}
.spot.spot-12 .spot-balloon-wrap{
	overflow: hidden;
}

.spot.spot-12 .spot-balloon-wrap .lodging-place:nth-child(1){
	width:49%;
	float: left;
}

.spot.spot-12 .spot-balloon-wrap .lodging-place:nth-child(2){
	width:49%;
	float: right;
}

.spot.spot-12 .spot-balloon-wrap .large{
	margin-right:0;
}

.spot-balloon span {
	vertical-align: middle;
}

.spot-balloon span:after {
	content: '';
	height: 100%;
	vertical-align: middle;
}

.spot-balloon .icon {
	display: inline-block;
	vertical-align: middle;
	width: 45px;
}

.spot-balloon .icon img {
	width: 100%;
}

@media screen and (max-width: 750px) {
	.spot-balloon .icon {
		width: 8.4507%;
	}
}

@media screen and (min-width: 751px) {
	.spot.image-left .spot-image {
		float: left;
	}
	.spot.image-left .spot-detail {
		float: right;
	}
	.spot.image-right .spot-image {
		float: right;
	}
	.spot.image-right .spot-detail {
		float: left;
	}
}

/* 宿泊先
----------------------------------------*/
.lodging-place-area {
	width: 1020px;
	margin: 0 auto 30px;
	overflow: hidden;
}

@media screen and (max-width: 750px) {
	.lodging-place-area {
		width: 94.66667%;
		margin-bottom: 5.86667%;
	}
}

.lodging-place-area .spot-balloon {
	margin-bottom: 22px;
}

@media screen and (max-width: 750px) {
	.lodging-place-area .spot-balloon {
		margin-bottom: 4.8%;
	}
}

.lodging-place {
	width: 100%;
	height: 90px;
	line-height: 90px;
	background-color: #1fb9ef;
	color: #FFF;
	text-align: center;
	border-radius: 5px;
}

@media screen and (max-width: 750px) {
	.lodging-place {
		height: auto;
		line-height: normal;
		padding: 4.22535% 0;
	}
}

.lodging-place .large {
	font-size: 20px;
	margin-right: 1em;
	vertical-align: middle;
}

@media screen and (max-width: 750px) {
	.lodging-place .large {
		font-size: 30px;
		font-size: 4vw;
	}
}

.lodging-place .small {
	font-size: 14px;
	vertical-align: middle;
}

@media screen and (max-width: 750px) {
	.lodging-place .small {
		font-size: 16px;
		font-size: 2.13333vw;
	}
}

/* プラン リンク
----------------------------------------*/
.plan-link-area {
	position: relative;
	width: 1020px;
	margin: 0 auto 0;
	background-color: #f2f2f2;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 15px;
}

@media screen and (max-width: 750px) {
	.plan-link-area {
		width: 100%;
		padding-top: 5.33333%;
		padding-bottom: 2.66667%;
	}
}

.plan-link-area .plan-link {
	position: relative;
	display: inline-block;
	width: 469px;
	height: 60px;
	text-align: left;
	padding-left: 68px;
	line-height: 60px;
	border: 2px solid #1fb9ef;
	background-color: #FFF;
	box-sizing: border-box;
	color: #1fb9ef;
	border-radius: 10px;
	font-size: 16px;
	text-decoration: none;
	margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
	.plan-link-area .plan-link {
		width: 89.33333%;
		height: auto;
		padding-top: 2.38806%;
		padding-bottom: 2.38806%;
		padding-left: 11.64179%;
		margin-bottom: 2.66667%;
		font-size: 24px;
		font-size: 3.2vw;
		line-height: normal;
	}
}

.plan-link-area .plan-link:nth-child(odd) {
	margin-right: 20px;
}

@media screen and (max-width: 750px) {
	.plan-link-area .plan-link:nth-child(odd) {
		margin-right: 0;
	}
}

.plan-link-area .plan-link:before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 18px;
	width: 41px;
	height: 41px;
}

@media screen and (max-width: 750px) {
	.plan-link-area .plan-link:before {
		left: 2.83582%;
		width: 7.16418%;
		height: auto;
		padding-bottom: 7.16418%;
	}
}

.plan-link-area .plan-link.plan-my-car:before {
	background: url(../img/icon_plan_my_car.png) no-repeat;
	background-size: 100%;
}

.plan-link-area .plan-link.plan-motorcycle:before {
	background: url(../img/icon_plan_motorcycle.png) no-repeat;
	background-size: 100%;
}

.plan-link-area .plan-link.plan-walk:before {
	background: url(../img/icon_plan_walk.png) no-repeat;
	background-size: 100%;
}

.plan-link-area .plan-link.plan-car-rental:before {
	background: url(../img/icon_plan_car_rental.png) no-repeat;
	background-size: 100%;
}

.plan-link-area .plan-link.plan-ferry:before {
	background: url(../img/icon_plan_ferry.png) no-repeat;
	background-position: center;
	background-size: contain;
}

.plan-link-area .plan-link:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 14px;
	width: 19px;
	height: 19px;
	background: url(../img/icon_arrow_right_blue.png) no-repeat;
	background-size: contain;
}

@media screen and (max-width: 750px) {
	.plan-link-area .plan-link:after {
		width: 5.22388%;
		right: 3.8806%;
	}

	.plan-link-area .plan-link.plan-ferry:before {
		background: url(../img/icon_plan_ferry_sp.png) no-repeat;
		background-position: center;
		background-size: contain;
	}
}

/* リンク
----------------------------------------*/
.link-area {
	position: relative;
	width: 962px;
	margin: 30px auto 55px;
}

@media screen and (max-width: 750px) {
	.link-area {
		width: 100%;
		padding-top: 5.33333%;
		padding-bottom: 2.66667%;
		margin-top: 5.86667%;
		margin-bottom: 3.46667%;
		text-align: center;
	}
}

.link-area .link {
	position: relative;
	display: inline-block;
	width: 469px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background-color: #1fb9ef;
	box-sizing: border-box;
	color: #FFF;
	border-radius: 10px;
	font-size: 16px;
	text-decoration: none;
	margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
	.link-area .link {
		width: 89.33333%;
		height: auto;
		padding-top: 2.38806%;
		padding-bottom: 2.38806%;
		margin-bottom: 2.66667%;
		font-size: 24px;
		font-size: 3.2vw;
		line-height: normal;
	}
}

.link-area .link:nth-child(odd) {
	margin-right: 20px;
}

@media screen and (max-width: 750px) {
	.link-area .link:nth-child(odd) {
		margin-right: 0;
	}
}

.link-area .link:before {
	content: '';
	position: absolute;
	width: 19px;
	height: 19px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
	.link-area .link:before {
		width: 5.22388%;
	}
}

.link-area .link.back:before {
	left: 20px;
	background: url(../img/icon_arrow_left_white.png) no-repeat;
	background-size: contain;
}

@media screen and (max-width: 750px) {
	.link-area .link.back:before {
		left: 3.8806%;
	}
}

.link-area .link.other:before {
	right: 20px;
	background: url(../img/icon_arrow_right_white.png) no-repeat;
	background-size: contain;
}

@media screen and (max-width: 750px) {
	.link-area .link.other:before {
		right: 3.8806%;
	}
}

/* .fade-hover
-------------------------------------*/
@media screen and (min-width: 751px) {
	.fade-hover {
		-webkit-transition: opacity 0.3s ease-out;
		-moz-transition: opacity 0.3s ease-out;
		-ms-transition: opacity 0.3s ease-out;
		-o-transition: opacity 0.3s ease-out;
		transition: opacity 0.3s ease-out;
	}
	.fade-hover:hover,
	.fade-hover:hover span {
		opacity: .7;
		-webkit-opacity: .7;
		-moz-opacity: .7;
	}
}

.spot-13{
	background: #f2f2f2;
	padding:0 30px 30px;
	box-sizing: border-box;
}
@media screen and (max-width: 750px){
	.spot-13{
		width:100%;
		padding:0 5.33333% 5.33333%;
	}
}
.spot-13 .img-wrap p{
	font-size:30px;
	color: #333;
	text-align: center;
	margin-bottom:20px;
}
@media screen and (max-width: 750px){
	.spot-13 .img-wrap p{
		font-size:15px;
		margin-bottom:2%;
	}
}
.spot-13 .img-wrap{
	overflow: hidden;
}
.spot-13 .img-wrap a{
	width:49%;
	float: left;
	display: block;
}
@media screen and (max-width: 750px){
	.spot-13 .img-wrap a{
		width:100%;
		float: none;
		margin-bottom:4%;
	}
}
.spot-13 .img-wrap a:last-child{
	width:49%;
	float: right;
}
@media screen and (max-width: 750px){
	.spot-13 .img-wrap a:last-child{
		width:100%;
		float: none;
	}
}
.spot-13 .img-wrap a img{
	width:100%;
}