@charset "utf-8";
/* ==========================================================================
beloved-hokkaido.css
for/en/jp/japan-travel-planner/beloved-hokkaido/chitose_eniwa_kitahiroshima.html
========================================================================== */


/*Base Layout
----------------*/
.main {
	margin: 0 auto;
}
.main h1 {
	font-size: 2rem;
	line-height: 1.4;
	font-weight: bold;
}
.main h2 {
	text-align: center;
	margin: .75rem 0;
	font-size: 2rem;
	font-weight: bold;
}
.main .l {
	margin: 20px 0;
	font-size: 1.3rem;
	line-height: 1.4;
}
.main a img {
	transition: all .2s;
}
.main a:hover img {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.main .contentInner {
	width: 950px;
	padding: 0;
}
.bx-viewport {
	z-index: 0;
}
.bannerBox_01 {
	max-width: 1240px;
}
.pagetTop a.pageTop_btn:focus {
	outline: none;
}
.sp {
	display: none !important;
}

@media screen and (max-width: 949px) {
	.main .contentInner {
		width: 100%;
	}
	.bannerBox_01 {
		max-width: auto;
	}
	.sp {
		display: block !important;
	}
	.navigation .nav_spList {
		z-index: 20;
	}
}
/*MV
----------------*/

#visualAreaWrap {
	max-width: 1920px;
	position: relative;
	height: auto;
	margin: 0 auto;
}
#visualAreaWrap .bx-wrapper {
	margin: 0 auto;
	box-shadow: none;
	border: none;
	width: 100%;
	height: auto;
}
#visualAreaWrap .mainVisual {
	margin: 0 auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mainVisual .bx-wrapper .bx-pager.bx-default-pager a:hover, .mainVisual .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #0b308e;
}

@media screen and (min-width: 950px) {
	.mainVisual .bx-wrapper .bx-pager.bx-default-pager {
		bottom: 130px;
	}
	#beloved-hokkaido .mainVisual .bx-wrapper .bx-pager.bx-default-pager {
		bottom: 40px;
	}
	.mainVisual .bx-wrapper .bx-pager.bx-default-pager a {
		border-radius: 0;
		width: 81px;
		height: 8px;
		transition-duration: 0.6s;
		-moz-transition-duration: 0.6s;
		-webkit-transition-duration: 0.6s;
		-o-transition-duration: 0.6s;
		-ms-transition-duration: 0.6s;
	}
	#beloved-hokkaido .mainVisual .bx-wrapper .bx-pager.bx-default-pager a {
		width: 58px;
	}
}
/* end min-width: 950px */

.mainVisual .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
}
.mainVisual .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 40px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media screen and (max-width: 949px) {
	#visualAreaWrap #titleboxArea {
		display: block;
		width: 97%;
		margin-top: 1rem;
	}
	#visualAreaWrap #titleboxArea .titleboxInner, #visualAreaWrap #titleboxArea .titleboxMap {
		width: 100%;
	}
	#visualAreaWrap #titleboxArea .titleboxMap {
		padding: 2rem 0;
	}
}
/*detailHead
----------------*/

.detailHead {
	position: relative;
	display: table;
	width: 950px;
	height: 465px;
	margin: -100px auto 50px;
	background-color: #234cb1;
	table-layout: fixed;
	color: #fff;
	font-weight: bold;
}
.detailHead>* {
	display: table-cell;
	vertical-align: top;
}
.detailHead>div {
	padding: 45px 40px;
	font-size: 16px;
	line-height: 2;
}
.detailHead>div:before {
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	height: 80px;
	border-left: 5px solid #fff;
}
.detailHead h1 {
	font-size: 32px;
	line-height: 1.4;
}
.detailHead .l {
	margin: 20px 0;
	font-size: 24px;
	line-height: 1.4;
}
.detailHead>.map {
	background-color: #f2f2f2;
	text-align: center;
	vertical-align: middle;
}

@media screen and (max-width: 949px) {
	.detailHead {
		display: block;
		width: auto;
		height: auto;
		margin: 30px 15px;
	}
	.detailHead>* {
		display: block;
	}
	.detailHead>div {
		padding: 20px 15px;
		font-size: 12px;
		line-height: 1.7;
	}
	.detailHead>div:before {
		top: 15px;
		height: 40px;
		border-left-width: 3px;
	}
	.detailHead h1 {
		font-size: 20px;
		line-height: 1.4;
	}
	.detailHead .l {
		margin: 15px 0;
		font-size: 15px;
		line-height: 1.6;
	}
	.detailHead>.map {
		padding: 15px;
		text-align: center;
	}
}
/*mainArea
----------------*/

#mainArea {
	width: 950px;
	margin: 0 auto;
}

@media screen and (max-width: 949px) {
	#mainArea {
		width: 97%;
	}
}
/*phArea
----------------*/

.phArea .tab {
	display: table;
	width: 100%;
	margin: 70px auto;
	table-layout: fixed;
}
.phArea .tab>li {
	display: table-cell;
	vertical-align: middle;
}
.phArea .tab>li a {
	display: table;
	width: 100%;
	height: 110px;
	border-bottom: 2px solid #234cb1;
	color: #234cb1;
	text-align: center;
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
	text-decoration: none;
}
.phArea .tab>li a>span {
	display: table-cell;
	vertical-align: middle;
}
.phArea .tab>li a.current {
	color: #000;
	border-bottom-color: #fff;
}

@media (min-width: 950px), print {
	.phArea .tab>li a:hover {
		color: #000;
		border-bottom-color: #fff;
	}
}

@media screen and (max-width: 949px) {
	.phArea {
		margin: 0 15px;
	}
	.phArea .tab {
		margin-bottom: 20px;
		text-align: center;
		border-bottom: 1px solid #234cb1;
	}
	.phArea .tab>li {
	}
	.phArea .tab>li a {
		position: relative;
		height: 5em;
		color: #fff;
		background-color: #234cb1;
		border: 1px solid #f2f2f2;
		border-bottom-width: 0;
		padding: 0 0 8px;
		font-size: 13px;
		line-height: 1.1;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.phArea .tab>li a:after {
		content: "";
		position: absolute;
		bottom: 8px;
		left: 50%;
		width: 5px;
		height: 5px;
		margin-left: -3px;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.phArea .tab>li+li a {
		border-left-width: 0;
	}
	.phArea .tab>li a.current {
		color: #000;
		background-color: #fff;
		border-color: #f2f2f2;
	}
	.phArea .tab>li a.current:after {
		border-color: #d9d9d9;
	}
	.phArea .tab.tab_b {
		margin-top: 30px;
		display: table !important;
		border-top: 1px solid #234cb1;
		border-bottom: 0;
	}
	.phArea .tab.tab_b>li a {
		padding: 8px 0 0;
		border-top-width: 0;
		border-bottom-width: 1px;
	}
	.phArea .tab.tab_b>li a:after {
		top: 8px;
		bottom: auto;
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
}
.phArea div[data-ele] {
	display: none;
}
.phArea div[data-ele].current {
	display: block;
}
.phArea .row {
}
.phArea .row:after {
	content: "";
	display: table;
	clear: both;
}
.phArea .row+.row {
	margin-top: 40px;
}
.phArea section {
	float: left;
	width: 298px;
}
.phArea section+section {
	margin-left: 28px;
}
.phArea section a {
	display: block;
	text-decoration: none;
	font-size: 13px;
	line-height: 2;
}
.phArea section a img {
	width: 100%;
	height: auto;
}
.phArea section a .content > div {
	margin: 20px 0 10px;
	font-size: 15px;
	font-weight: bold;
}
.phArea section a:hover .content > div {
	text-decoration: underline;
}
.phArea section .access_box {
	display: none;
}

@media screen and (max-width: 949px) {
	.phArea section {
		float: none;
		width: auto;
	}
	.phArea .row+.row, .phArea section+section {
		margin: 30px 0 0;
	}
	.phArea section a {
		font-size: 12px;
		color: #333333;
	}
	.phArea section a h1 {
		margin: 10px 0 5px;
	}
}

/*hv_wh
----------------*/

@media screen and (min-width: 950px) {
	a.hv_wh, button.hv_wh, a .hv_wh, .hv_wh a {
		position: relative;
		display: block;
		overflow: hidden;
		vertical-align: middle;
	}
	a.hv_wh:after, button.hv_wh:after, a .hv_wh:after, .hv_wh a:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(255, 255, 255, 0);
		-webkit-transition: background 0.2s;
		-o-transition: background 0.2s;
		transition: background 0.2s;
		z-index: 3;
	}
	a[href].hv_wh:hover:after, button.hv_wh:hover:after, a[href]:hover .hv_wh:after, .hv_wh a[href]:hover:after {
		background-color: rgba(255, 255, 255, 0.3);
	}
	a[href].hv_wh.a20:hover:after, button.hv_wh.a20:hover:after, a[href]:hover .hv_wh.a20:after, .hv_wh a[href]:hover.a20:after {
		background-color: rgba(255, 255, 255, 0.2);
	}
	a.hv_op:hover, button.hv_op:hover, a:hover .hv_op, .hv_op a:hover {
		opacity: .7;
	}
}
/*modal
----------------*/

#overlay {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
	z-index: 100000;
}
#modal {
	display: none;
	position: absolute;
	left: 50%;
	width: 740px;
	margin-left: -370px;
	background-color: #fff;
	z-index: 100001;
}
#modal .modalArea {
	padding-bottom: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
#modal .modalArea:after, #modal .ncontent:after {
	content: "";
	display: table;
	clear: both;
}
#modal .modalArea .content {
	float: left;
	padding: 40px 0 40px 40px;
	width: 300px;
	font-size: 14px;
	line-height: 2;
}
#modal .modalArea .content h3 {
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 1.5;
}
#modal .modalArea .access_box {
	float: right;
	padding: 40px;
}
#modal .close {
	position: absolute;
	right: -55px;
	top: -10px;
	width: 40px;
	height: 40px;
}
#modal .close:before, #modal .close:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 6px;
	right: 6px;
	margin-top: -1px;
	border-top: 2px solid #4a4a4a;
}
#modal .close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#modal .close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#modal .arrow {
	position: absolute;
	top: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
}
#modal .arrow.l {
	left: -130px;
}
#modal .arrow.r {
	right: -130px;
}
#modal .arrow:before, #modal .arrow:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 50px;
	margin-top: -1px;
	border-top: 2px solid #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
	box-shadow: 0 0 4px rgba(0, 0, 0, .4);
}
#modal .arrow:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#modal .arrow:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#modal .arrow.l:before, #modal .arrow.l:after {
	left: 0;
	-webkit-transform-origin: 0;
	-moz-transform-origin: 0;
	-ms-transform-origin: 0;
	-o-transform-origin: 0;
	transform-origin: 0;
}
#modal .arrow.r:before, #modal .arrow.r:after {
	right: 0;
	-webkit-transform-origin: 100%;
	-moz-transform-origin: 100%;
	-ms-transform-origin: 100%;
	-o-transform-origin: 100%;
	transform-origin: 100%;
}

@media screen and (max-width: 749px) {
	#modal {
		position: absolute;
		left: 10px;
		right: 10px;
		width: auto;
		margin-left: 0;
	}
	#modal .modalArea {
		padding-bottom: 30px;
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
		box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	}
	#modal .modalArea .content {
		float: none;
		padding: 15px;
		width: auto;
		font-size: 13px;
		line-height: 1.6;
	}
	#modal .modalArea .content h1 {
		font-size: 15px;
	}
	#modal .modalArea .access_box {
		float: none;
		padding: 0 15px 10px;
	}
	#modal .close {
		position: static;
		display: block;
		width: auto;
		height: auto;
		margin: 0 20px;
		background-color: #363636;
		color: #fff;
		text-align: center;
	}
	#modal .close:before, #modal .close:after {
		content: none;
	}
	#modal .close span {
		position: relative;
		display: block !important;
		padding: 10px;
	}
	#modal .close span:before {
		content: "";
		position: absolute;
		right: 15px;
		top: 50%;
		width: 5px;
		height: 5px;
		margin-top: -4px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#modal .arrow {
		display: none !important;
	}
}
/*target
----------------*/

a.target {
	display: block;
	position: relative;
	width: 1px;
	top: -114px;
}

@media screen and (max-width: 949px) {
	a.target {
		top: 0;
	}
}
/*accessArea
----------------*/

.accessArea {
	width: 950px;
	margin: 90px auto;
}
.accessArea>h1 {
	margin-bottom: 25px;
	font-size: 38px;
	text-align: center;
}
.accessArea .row {
	margin-top: 30px;
}
.accessArea .row:after {
	content: "";
	display: table;
	clear: both;
}
.accessArea .row .access_box {
	float: left;
}
.accessArea .row .access_box+.access_box {
	margin-left: 25px;
}
.access_box {
	width: 300px;
}
.access_box .title {
	padding: 14px 0;
	background-color: #234cb1;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.access_box li {
	padding-bottom: 8px;
	border-bottom: 1px solid #91a5d8;
}
.access_box div {
	display: table;
	width: 100%;
	height: 60px;
}
.access_box div>* {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.access_box div .a {
	width: 67px;
	font-size: 11px;
	line-height: 1;
	font-weight: bold;
	color: #234CB1;
}
.access_box div .m {
	font-size: 12px;
}
.access_box div .s {
	font-size: 11px;
}
.access_box div .i:before {
	content: "";
	display: block;
	height: 40px;
	max-width: 175px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-background-size: 175px;
	background-size: 175px;
}
.access_box.hover .title {
	background-color: #43a9ea;
}
.access_box.hover div {
	color: #43a9ea;
}
.access_box.hover li {
	border-color: #95cef3;
}
.access_box .bus .i:before {
	background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/access_bus.png);
}
.access_box.hover .bus .i:before {
	background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/access_bus_on.png);
}
.access_box .plane .i:before {
	background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/access_plane.png);
}
.access_box.hover .plane .i:before {
	background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/access_plane_on.png);
}
.access_box .jr .i:before {
	background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/access_jr.png);
}
.access_box.hover .jr .i:before {
	background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/access_jr_on.png);
}
.access_box .ship .i:before {
	background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/access_ship.png);
}
.access_box.hover .ship .i:before {
	background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/access_ship_on.png);
}
.access_box .car .i:before {
	background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/access_car.png);
}
.access_box.hover .car .i:before {
	background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/access_car_on.png);
}
.access_box .taxi .i:before {
	background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/access_taxi.png);
}
.access_box.hover .taxi .i:before {
	background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/access_taxi_on.png);
}
.access_box .time {
	display: table;
	margin: -15px auto 0;
	padding: 5px 0 5px 26px;
	background: url(/japan-travel-planner/feature/beloved-hokkaido/images/access_time.png) no-repeat 0;
	-webkit-background-size: 19px;
	background-size: 19px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1;
}
.access_box .link a {
	display: block;
	background-color: #f2f2f2;
	font-weight: normal;
	color: #00668c;
	text-align: center;
	padding: 13px 0;
	font-size: 75%;
}
.access_box .link a:nth-child(1){
	margin-top: 10px;
}
.access_box .link a:hover {
	text-decoration: underline;
}
.access_box .link dd a {
	text-decoration: underline;
	word-break: break-all;
}
.access_box .link dd a:hover {
	text-decoration: none;
}
.accessArea .head {
	display: table;
	width: 100%;
	margin-bottom: 5px;
}
.accessArea .head>* {
	display: table-cell;
	vertical-align: top;
}
.accessArea .head .title {
	font-size: 18px;
}
.accessArea .head .access_box+.access_box {
	margin-top: 15px;
}
.accessArea .head .access_box .fare {
	margin-top: 10px;
	padding: 15px;
	background-color: #f2f2f2;
	text-align: center;
	color: #234cb1;
	font-size: 12px;
	font-weight: bold;
}
.accessArea .head .access_box .fare dt {
	font-size: 14px;
}
.accessArea .head .access_box .fare .btn {
	margin-top: 10px;
}
.accessArea .head .access_box .fare .btn a {
	position: relative;
	display: block;
	background-color: #234cb1;
	color: #fff;
	font-size: 13px;
	padding: 10px;
	text-decoration: none;
}
.accessArea .head .access_box .fare .btn a:before {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.accessArea .head .mapWrap {
	width: 645px;
	padding: 20px;
	background-color: #f2f2f2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.accessArea .head .mapWrap+div {
	padding-left: 25px;
}
.accessArea .head .mapWrap img {
	pointer-events: none;
}
.accessArea .head .c {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.accessArea .head .map {
	position: relative;
}
.accessArea .head .map .airport {
	position: absolute;
	color: #234CB1;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	z-index: 3;
}
.accessArea .head .map .airport.s {
	font-size: 16px;
}
.accessArea .head .map li {
	position: absolute;
}
.accessArea .head .map .area {
	position: absolute;
	top: 0;
	left: 0;
	width: 605px;
	height: 488px;
	z-index: 5;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}
.accessArea .head .map .area a {
	display: block;
	padding: 1px 15px;
	background-color: #fff;
	border: 1px solid #c7d2e5;
	font-weight: bold;
	font-size: 16px;
	border-radius: 100px;
	color: #88a3d4;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
	cursor: default;
	line-height: 1.2;
}
.accessArea .head .map .area li.hover a {
	background-color: #43a9ea;
	color: #fff;
}
.accessArea .head .map .hover li {
	opacity: 0;
	z-index: 2;
}
.accessArea .head .map .hover li.hover {
	opacity: 1;
}
/* kikonai_sta */

.accessArea .head .map.kikonai_sta .airport1 {
	left: 478px;
	bottom: 308px;
}
.accessArea .head .map.kikonai_sta .airport2 {
	left: 495px;
	top: 344px;
}
.accessArea .head .map.kikonai_sta .airport3 {
	left: 20px;
	top: 194px;
}
.accessArea .head .map.kikonai_sta .area .a01 {
	top: 308px;
	left: 320px;
}
.accessArea .head .map.kikonai_sta .area .a02 {
	top: 358px;
	left: 312px;
}
.accessArea .head .map.kikonai_sta .area .a03 {
	top: 395px;
	left: 274px;
}
.accessArea .head .map.kikonai_sta .area .a04 {
	top: 395px;
	right: 350px;
}
.accessArea .head .map.kikonai_sta .area .a05 {
	top: 315px;
	right: 310px;
}
.accessArea .head .map.kikonai_sta .area .a06 {
	top: 255px;
	right: 333px;
}
.accessArea .head .map.kikonai_sta .area .a07 {
	top: 230px;
	left: 290px;
}
.accessArea .head .map.kikonai_sta .area .a08 {
	top: 190px;
	right: 320px;
}
.accessArea .head .map.kikonai_sta .area .a09 {
	top: 105px;
	left: 18px;
}
.accessArea .head .map.kikonai_sta .hover .a01 {
	top: 273px;
	left: 284px;
	;
}
.accessArea .head .map.kikonai_sta .hover .a02 {
	top: 334px;
	left: 265px;
}
.accessArea .head .map.kikonai_sta .hover .a03 {
	top: 346px;
	left: 253px;
}
.accessArea .head .map.kikonai_sta .hover .a04 {
	top: 345px;
	left: 197px;
}
.accessArea .head .map.kikonai_sta .hover .a05 {
	top: 262px;
	left: 199px;
}
.accessArea .head .map.kikonai_sta .hover .a06 {
	top: 211px;
	left: 235px;
}
.accessArea .head .map.kikonai_sta .hover .a07 {
	top: 181px;
	left: 251px;
}
.accessArea .head .map.kikonai_sta .hover .a08 {
	top: 164px;
	left: 221px;
}
.accessArea .head .map.kikonai_sta .hover .a09 {
	top: 100px;
	left: 45px;
}
/* yakumo_shikabe */

.accessArea .head .map.yakumo_shikabe .airport1 {
	left: 464px;
	top: 226px;
}
.accessArea .head .map.yakumo_shikabe .airport2 {
	left: 329px;
	top: 358px;
}
.accessArea .head .map.yakumo_shikabe .area .a01 {
	top: 187px;
	left: 336px;
}
.accessArea .head .map.yakumo_shikabe .area .a02 {
	top: 136px;
	left: 112px;
}
.accessArea .head .map.yakumo_shikabe .hover .a01 {
	top: 173px;
	left: 300px;
}
.accessArea .head .map.yakumo_shikabe .hover .a02 {
	top: 52px;
	left: 71px;
}
/* mt_komagatake */

.accessArea .head .map.mt_komagatake .airport1 {
	left: 464px;
	top: 226px;
}
.accessArea .head .map.mt_komagatake .airport2 {
	left: 329px;
	top: 358px;
}
.accessArea .head .map.mt_komagatake .area .a01 {
	top: 244px;
	right: 270px;
}
.accessArea .head .map.mt_komagatake .area .a02 {
	top: 186px;
	left: 336px;
}
.accessArea .head .map.mt_komagatake .area .a03 {
	top: 164px;
	right: 293px;
}
.accessArea .head .map.mt_komagatake .hover .a01 {
	top: 190px;
	left: 273px;
}
.accessArea .head .map.mt_komagatake .hover .a02 {
	top: 173px;
	left: 302px;
}
.accessArea .head .map.mt_komagatake .hover .a03 {
	top: 144px;
	left: 220px;
}
/* northern_tokachi */

.accessArea .head .map.northern_tokachi .airport1 {
	left: 40px;
	bottom: 426px;
}
.accessArea .head .map.northern_tokachi .airport2 {
	left: 282px;
	top: 432px;
}
.accessArea .head .map.northern_tokachi .area .a01 {
	top: 308px;
	left: 286px;
}
.accessArea .head .map.northern_tokachi .area .a02 {
	top: 252px;
	left: 333px;
}
.accessArea .head .map.northern_tokachi .area .a03 {
	top: 120px;
	right: 213px;
}
.accessArea .head .map.northern_tokachi .area .a04 {
	top: 214px;
	right: 332px;
}
.accessArea .head .map.northern_tokachi .hover .a01 {
	top: 251px;
	left: 251px;
}
.accessArea .head .map.northern_tokachi .hover .a02 {
	top: 211px;
	left: 266px;
}
.accessArea .head .map.northern_tokachi .hover .a03 {
	top: 72px;
	left: 233px;
}
.accessArea .head .map.northern_tokachi .hover .a04 {
	top: 150px;
	left: 208px;
}
/* rumoi */

.accessArea .head .map.rumoi .airport1 {
	left: 450px;
	bottom: 10px;
}
.accessArea .head .map.rumoi .area .a01 {
	top: 360px;
	left: 280px;
}
.accessArea .head .map.rumoi .area .a02 {
	top: 375px;
	right: 410px;
}
.accessArea .head .map.rumoi .area .a03 {
	top: 213px;
	right: 452px;
}
.accessArea .head .map.rumoi .area .a04 {
	top: 156px;
	right: 430px;
}
.accessArea .head .map.rumoi .area .a05 {
	top: 200px;
	left: 310px;
}
.accessArea .head .map.rumoi .hover .a01 {
	top: 317px;
	left: 218px;
}
.accessArea .head .map.rumoi .hover .a02 {
	top: 348px;
	left: 156px;
}
.accessArea .head .map.rumoi .hover .a03 {
	top: 183px;
	left: 146px;
}
.accessArea .head .map.rumoi .hover .a04 {
	top: 180px;
	left: 167px;
}
.accessArea .head .map.rumoi .hover .a05 {
	top: 178px;
	left: 236px;
}

/* himawari_yuhi */

.accessArea .head .map.himawari_yuhi .airport1 {
	left: 485px;
	bottom: 270px;
}
.accessArea .head .map.himawari_yuhi .airport2 {
	left: 255px;
	bottom: 110px;
}
.accessArea .head .map.himawari_yuhi .airport3 {
	left: 320px;
	bottom: 10px;
}
.accessArea .head .map.himawari_yuhi .area .a01 {
	top: 70px;
	left: 350px;
}
.accessArea .head .map.himawari_yuhi .area .a02 {
	top: 105px;
	right: 350px;
}
.accessArea .head .map.himawari_yuhi .area .a03 {
	top: 143px;
	right: 122px;
}
.accessArea .head .map.himawari_yuhi .area .a04 {
	top: 226px;
	right: 390px;
}
.accessArea .head .map.himawari_yuhi .hover .a01 {
	top: 54px;
	left: 270px;
}
.accessArea .head .map.himawari_yuhi .hover .a02 {
	top: 86px;
	left: 206px;
}
.accessArea .head .map.himawari_yuhi .hover .a03 {
	top: 106px;
	left: 257px;
}
.accessArea .head .map.himawari_yuhi .hover .a04 {
	top: 142px;
	left: 189px;
}

/* eastern_sorachi */

.accessArea .head .map.eastern_sorachi .airport1 {
	left: 380px;
	bottom: 310px;
}
.accessArea .head .map.eastern_sorachi .airport2 {
	left: 50px;
	bottom: 74px;
}
.accessArea .head .map.eastern_sorachi .area .a01 {
	top: 260px;
	left: 312px;
}
.accessArea .head .map.eastern_sorachi .area .a02 {
	top: 204px;
	right: 356px;
}
.accessArea .head .map.eastern_sorachi .area .a03 {
	top: 168px;
	right: 332px;
}
.accessArea .head .map.eastern_sorachi .area .a04 {
	top: 236px;
	right: 349px;
}
.accessArea .head .map.eastern_sorachi .area .a05 {
	top: 268px;
	right: 319px;
}
.accessArea .head .map.eastern_sorachi .hover .a01 {
	top: 168px;
	left: 280px;
}
.accessArea .head .map.eastern_sorachi .hover .a02 {
	top: 172px;
	left: 232px;
}
.accessArea .head .map.eastern_sorachi .hover .a03 {
	top: 165px;
	left: 235px;
}
.accessArea .head .map.eastern_sorachi .hover .a04 {
	top: 208px;
	left: 227px;
}
.accessArea .head .map.eastern_sorachi .hover .a05 {
	top: 225px;
	left: 262px;
}
/* otaru_shiribeshi */

.accessArea .head .map.otaru_shiribeshi .airport1 {
	left: 374px;
	top: 300px;
}
.accessArea .head .map.otaru_shiribeshi .airport2 {
	right: 10px;
	top: 415px;
}
.accessArea .head .map.otaru_shiribeshi .area .a01 {
	top: 208px;
	left: 332px;
}
.accessArea .head .map.otaru_shiribeshi .area .a02 {
	top: 154px;
	right: 437px;
}
.accessArea .head .map.otaru_shiribeshi .area .a03 {
	top: 206px;
	right: 406px;
}
.accessArea .head .map.otaru_shiribeshi .area .a04 {
	top: 179px;
	left: 214px;
}
.accessArea .head .map.otaru_shiribeshi .area .a05 {
	top: 258px;
	right: 360px;
}
.accessArea .head .map.otaru_shiribeshi .area .a06 {
	top: 290px;
	left: 188px;
}
#tw .accessArea .head .map.otaru_shiribeshi .area .a06 {
	top: 260px;
	left: 268px;
}
.accessArea .head .map.otaru_shiribeshi .hover .a01 {
	top: 180px;
	left: 279px;
}
.accessArea .head .map.otaru_shiribeshi .hover .a02 {
	top: 127px;
	left: 109px;
}
.accessArea .head .map.otaru_shiribeshi .hover .a03 {
	top: 156px;
	left: 156px;
}
.accessArea .head .map.otaru_shiribeshi .hover .a04 {
	top: 176px;
	left: 197px;
}
.accessArea .head .map.otaru_shiribeshi .hover .a05 {
	top: 206px;
	left: 190px;
}
.accessArea .head .map.otaru_shiribeshi .hover .a06 {
	top: 222px;
	left: 232px;
}
/* northern_soya */

.accessArea .head .map.northern_soya .airport1 {
	left: 234px;
	bottom: 394px;
}
.accessArea .head .map.northern_soya .airport2 {
	left: 134px;
	top: 334px;
}
.accessArea .head .map.northern_soya .area .a01 {
	top: 130px;
	left: 316px;
}
.accessArea .head .map.northern_soya .area .a02 {
	top: 258px;
	right: 460px;
}
.accessArea .head .map.northern_soya .area .a03 {
	top: 167px;
	left: 45px;
}
.accessArea .head .map.northern_soya .area .a04 {
	top: 269px;
	right: 240px;
}
.accessArea .head .map.northern_soya .area .a05 {
	top: 209px;
	left: 403px;
}
.accessArea .head .map.northern_soya .hover .a01 {
	top: 113px;
	left: 243px;
}
.accessArea .head .map.northern_soya .hover .a02 {
	top: 214px;
	left: 109px;
}
.accessArea .head .map.northern_soya .hover .a03 {
	top: 136px;
	left: 66px;
}
.accessArea .head .map.northern_soya .hover .a04 {
	top: 217px;
	left: 251px;
}
.accessArea .head .map.northern_soya .hover .a05 {
	top: 164px;
	left: 357px;
}
/* chitose_eniwa_kitahiroshima */

.accessArea .head .map.chitose_eniwa_kitahiroshima .airport1 {
	left: 204px;
	bottom: 324px;
}
.accessArea .head .map.chitose_eniwa_kitahiroshima .airport2 {
	left: 374px;
	top: 274px;
}
.accessArea .head .map.chitose_eniwa_kitahiroshima .area .a01 {
	top: 230px;
	left: 360px;
}
.accessArea .head .map.chitose_eniwa_kitahiroshima .area .a02 {
	top: 230px;
	right: 380px;
}
.accessArea .head .map.chitose_eniwa_kitahiroshima .area .a03 {
	top: 150px;
	left: 300px;
}
.accessArea .head .map.chitose_eniwa_kitahiroshima .hover .a01 {
	top: 187px;
	left: 188px;
}
.accessArea .head .map.chitose_eniwa_kitahiroshima .hover .a02 {
	top: 167px;
	left: 198px;
}
.accessArea .head .map.chitose_eniwa_kitahiroshima .hover .a03 {
	top: 155px;
	left: 261px;
}
/* iburi */

.accessArea .head .map.iburi .airport1 {
	left: 204px;
	bottom: 324px;
}
.accessArea .head .map.iburi .airport2 {
	left: 390px;
	top: 239px;
}
.accessArea .head .map.iburi .area .a01 {
	top: 210px;
	left: 5px;
}
.accessArea .head .map.iburi .area .a02 {
	top: 370px;
	left: 60px;
}
.accessArea .head .map.iburi .area .a03 {
	bottom: 70px;
	left: 240px;
}
.accessArea .head .map.iburi .area .a04 {
	top: 320px;
	right: 255px;
}
.accessArea .head .map.iburi .area .a05 {
	bottom: 30px;
	left: 120px;
}
.accessArea .head .map.iburi .area .a06 {
	top: 320px;
	left: 30px;
}
.accessArea .head .map.iburi .area .a07 {
	top: 190px;
	left: 130px;
}
.accessArea .head .map.iburi .area .a08 {
	top: 190px;
	right: 220px;
}
.accessArea .head .map.iburi .area .a09 {
	top: 135px;
	left: 335px;
}
.accessArea .head .map.iburi .area .a10 {
	top: 130px;
	left: 420px;
}
.accessArea .head .map.iburi .area .a11 {
	top: 185px;
	right: 10px;
}
.accessArea .head .map.iburi .hover .a01 {
	top: 248px;
	left: 74px;
}
.accessArea .head .map.iburi .hover .a02 {
	top: 271px;
	left: 149px;
}
.accessArea .head .map.iburi .hover .a03 {
	top: 303px;
	left: 184px;
}
.accessArea .head .map.iburi .hover .a04 {
	top: 250px;
	left: 211px;
}
.accessArea .head .map.iburi .hover .a05 {
	top: 342px;
	left: 167px;
}
.accessArea .head .map.iburi .hover .a06 {
	top: 255px;
	left: 125px;
}
.accessArea .head .map.iburi .hover .a07 {
	top: 214px;
	left: 135px;
}
.accessArea .head .map.iburi .hover .a08 {
	top: 228px;
	left: 273px;
}
.accessArea .head .map.iburi .hover .a09 {
	top: 181px;
	left: 371px;
}
.accessArea .head .map.iburi .hover .a10 {
	top: 197px;
	left: 386px;
}
.accessArea .head .map.iburi .hover .a11 {
	top: 160px;
	right: 61px;
}

@media (min-width: 950px), print {
	.accessArea .row .access_box:hover .title {
		background-color: #43a9ea;
	}
	.accessArea .row .access_box:hover div span {
		color: #43a9ea;
	}
	.accessArea .row .access_box:hover li {
		border-color: #95cef3;
	}
	.accessArea .row .access_box:hover .bus .i:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/access_bus_on.png);
	}
	.accessArea .row .access_box:hover .plane .i:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/access_plane_on.png);
	}
	.accessArea .row .access_box:hover .jr .i:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/access_jr_on.png);
	}
	.accessArea .row .access_box:hover .ship .i:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/access_ship_on.png);
	}
	.accessArea .row .access_box dd {
		display: block !important;
		height: auto !important;
	}
}

@media screen and (max-width: 949px) {
	.accessArea {
		width: 97%;
		padding: 0 1.5%;
		margin: 40px auto;
	}
	.accessArea>h2 {
		margin-bottom: 15px;
	}
	.accessArea .row .access_box {
		float: none;
	}
	.accessArea .row, .accessArea .row .access_box+.access_box {
		margin: 5px 0 0;
	}
	.access_box {
		width: auto;
	}
	.access_box .title {
		padding: 8px 0;
		font-size: 20px;
	}
	.access_box ul {
		padding-bottom: 15px;
	}
	.access_box .link {
		border-bottom: 15px solid #fff;
		height: 29px;
	}
	.access_box .link a {
		padding: 5px 0 6px;
	}
	.access_box .link a:nth-child(1) {
		margin-top: 0;
	}
	.access_box .link {
		margin: -10px 0 0;
	}
	.access_box div .i:before {
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	.accessArea .row .access_box .title {
		position: relative;
	}
	.accessArea .row .access_box .title:after {
		content: "";
		position: absolute;
		right: 15px;
		top: 50%;
		width: 12px;
		height: 12px;
		margin-top: -12px;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: -webkit-transform 0.2s;
		-o-transition: -o-transform 0.2s;
		transition: transform 0.2s;
	}
	.accessArea .row .access_box .title.opend:after {
		-webkit-transform: translateY(8px) rotate(-135deg);
		-ms-transform: translateY(8px) rotate(-135deg);
		-o-transform: translateY(8px) rotate(-135deg);
		transform: translateY(8px) rotate(-135deg);
	}
	.accessArea .row .access_box>dd {
		display: none;
	}
	.accessArea .head {
		display: block;
	}
	.accessArea .head>* {
		display: block;
	}
	.accessArea .head .title {
		font-size: 20px;
	}
	.accessArea .head .access_box .fare {
		margin-top: -5px;
	}
	.accessArea .head .mapWrap+div {
		padding-left: 0;
	}
	.accessArea .head .mapWrap {
		position: relative;
		overflow: hidden;
		width: auto;
		padding: 10px;
		margin-bottom: 10px;
	}
	.accessArea .head .map .area {
		position: absolute;
		top: 0;
		left: 0;
		width: 605px;
		height: 488px;
		z-index: 5;
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	.accessArea .head .map .hover {
		display: none;
	}
}
/*attractiveAreas
----------------*/

#attractiveAreas {
	margin: 0 auto;
	padding: 60px 15px 0;
}
#attractiveAreas span {
	font-weight: bold;
}
#attractiveAreas .box {
	position: relative;
	overflow: hidden;
	padding: 60px 0;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}
#attractiveAreas .box .map {
	position: relative;
	text-align: center;
	width: 903px;
	margin: 0 auto;
}
#attractiveAreas .box .map .line {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
#attractiveAreas .box .map .text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
#attractiveAreas .box .map a {
	position: absolute;
	height: 20px;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 1;
	white-space: nowrap;
}
#attractiveAreas .box .map a span {
	position: relative;
	display: inline-block;
	z-index: 10;
}
#attractiveAreas .box .map a:before, #attractiveAreas .box .map a:after {
	content: "";
	position: absolute;
	z-index: 2;
}
#attractiveAreas .box .map a:before {
	opacity: 0;
	-webkit-transition: opacity .1s;
	-o-transition: opacity .1s;
	transition: opacity .1s;
}
#attractiveAreas .box .map a:hover:before, #attractiveAreas .box .map a.hover:before {
	opacity: 1;
}
#attractiveAreas .box .map a:after {
	content: "";
	position: absolute;
	z-index: 10;
	background: none !important;
}
#attractiveAreas .box .map a:hover, #attractiveAreas .box .map a.hover {
	font-size: 0.8rem;
	font-style: italic;
	text-decoration: none;
}
#attractiveAreas .box .map a.northern_soya {
	right: 688px;
	top: -4px;
}
#attractiveAreas.zh-tw-map .box .map a.northern_soya {
	right: 700px;
	top: -4px;
}
#attractiveAreas .box .map a.northern_soya:before, #attractiveAreas .box .map a.northern_soya:after {
	right: -73px;
	bottom: -64px;
	width: 130px;
	height: 60px;
	background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/attractive_hv_northern_soya.png);
}
#attractiveAreas.zh-tw-map .box .map a.northern_soya:before, #attractiveAreas .box .map a.northern_soya:after {
	right: -86px;
	bottom: -64px;
}
#attractiveAreas .box .map a.eastern_sorachi {
	left: 338px;
	top: 102px;
}
#attractiveAreas.zh-tw-map .box .map a.eastern_sorachi {
	left: 363px;
	top: 102px;
}
#attractiveAreas .box .map a.eastern_sorachi:before, #attractiveAreas .box .map a.eastern_sorachi:after {
	left: -94px;
	bottom: -184px;
	width: 47px;
	height: 58px;
	background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/attractive_hv_eastern_sorachi.png);
}
#attractiveAreas.zh-tw-map .box .map a.eastern_sorachi:before, #attractiveAreas.zh-tw-map .box .map a.eastern_sorachi:after {
	left: -119px;
	bottom: -184px;
}
#attractiveAreas .box .map a.rumoi {
	right: 810px;
	top: 128px;
}
#attractiveAreas .box .map a.rumoi:before, #attractiveAreas .box .map a.rumoi:after {
	right: -169px;
	bottom: -101px;
	width: 72px;
	height: 152px;
	background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/attractive_hv_rumoi.png);
}
#attractiveAreas .box .map a.himawari_yuhi {
	right: 724px;
	top: 166px;
}
#attractiveAreas.zh-tw-map .box .map a.himawari_yuhi {
	right: 724px;
	top: 166px;
}
#attractiveAreas .box .map a.himawari_yuhi .sec {
	display: block;
	text-align: left;
}
#attractiveAreas .box .map a.himawari_yuhi:before, #attractiveAreas .box .map a.himawari_yuhi:after {
	right: -69px;
	bottom: -128px;
	width: 62px;
	height: 107px;
	background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/attractive_hv_yubari.png);
}
#attractiveAreas.zh-tw-map .box .map a.himawari_yuhi:before, #attractiveAreas .box .map a.himawari_yuhi:after {
	right: -69px;
	bottom: -128px;
}
#attractiveAreas .box .map a.otaru_shiribeshi {
	right: 765px;
	top: 325px;
	text-align: left;
}
#attractiveAreas.zh-tw-map .box .map a.otaru_shiribeshi {
	right: 820px;
	top: 330px;
}
#attractiveAreas .box .map a.otaru_shiribeshi .sec {
	display: block;
}
#attractiveAreas .box .map a.otaru_shiribeshi:before, #attractiveAreas .box .map a.otaru_shiribeshi:after {
	right: -52px;
	bottom: 7px;
	width: 88px;
	height: 53px;
	background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/attractive_hv_otaru_shiribeshi.png);
}
#attractiveAreas.zh-tw-map .box .map a.otaru_shiribeshi:before, #attractiveAreas .box .map a.otaru_shiribeshi:after {
	right: -107px;
	bottom: 12px;
}
#attractiveAreas .box .map a.kikonai_sta {
	left: -20px;
	top: 556px;
	width: 212px;
	text-align: center;
}
#attractiveAreas .box .map a.kikonai_sta:before, #attractiveAreas .box .map a.kikonai_sta:after {
	left: 39px;
	top: -135px;
	width: 105px;
	height: 112px;
	background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/attractive_hv_kikonai_sta.png);
}
#attractiveAreas .box .map a.mt_komagatake {
	left: 239px;
	top: 520px;
}
#attractiveAreas .box .map a.mt_komagatake:before, #attractiveAreas .box .map a.mt_komagatake:after {
	left: -134px;
	top: -87px;
	width: 46px;
	height: 43px;
	background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/attractive_hv_mt_komagatake.png);
}
#attractiveAreas .box .map a.northern_tokachi {
	left: 510px;
	top: 366px;
	text-align: left;
}
#attractiveAreas.zh-tw-map .box .map a.northern_tokachi {
	left: 519px;
	top: 366px;
}
#attractiveAreas .box .map a.northern_tokachi .sec {
	display: block;
}
#attractiveAreas .box .map a.northern_tokachi:before, #attractiveAreas .box .map a.northern_tokachi:after {
	left: -168px;
	top: -107px;
	width: 47px;
	height: 83px;
	background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/attractive_hv_northern_tokachi.png);
}
#attractiveAreas.zh-tw-map .box .map a.northern_tokachi:before, #attractiveAreas .box .map a.northern_tokachi:after {
	left: -177px;
	top: -107px;
}
#tw #attractiveAreas .box .map a.northern_tokachi span {
	padding-left: 20px;
}
#attractiveAreas .box .map a.chitose_eniwa_kitahiroshima {
	right: 738px;
	top: 227px;
}
#attractiveAreas.zh-tw-map .box .map a.chitose_eniwa_kitahiroshima {
	right: 728px;
	top: 237px;
}
#attractiveAreas .box .map a.chitose_eniwa_kitahiroshima .sec {
	display: block;
	text-align: right;
}
#attractiveAreas .box .map a.chitose_eniwa_kitahiroshima:before, #attractiveAreas .box .map a.chitose_eniwa_kitahiroshima:after {
	right: -80px;
	bottom: -121px;
	width: 66px;
	height: 50px;
	background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/attractive_hv_chitose_eniwa_kitahiroshima.png);
}
#attractiveAreas.zh-tw-map .box .map a.chitose_eniwa_kitahiroshima:before, #attractiveAreas .box .map a.chitose_eniwa_kitahiroshima:after {
	right: -70px;
	bottom: -114px;
}
#attractiveAreas .box .map a.iburi {
	left: 206px;
	top: 454px;
}
#attractiveAreas .box .map a.iburi:before, #attractiveAreas .box .map a.iburi:after {
	left: -87px;
	top: -120px;
	width: 169px;
	height: 86px;
	background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/attractive_hv_iburi.png);
}
#attractiveAreas .box .phs {
	position: absolute;
	right: 20px;
	top: 45px;
	width: 280px;
	z-index: 10;
}
#attractiveAreas .box .phs li {
	float: left;
	width: 50%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#attractiveAreas .box .phs li a {
	display: block;
	font-size: 11px;
	line-height: 1.2;
	font-weight: bold;
}
#attractiveAreas .box .phs li a .ph {
	position: relative;
	display: block;
}
#attractiveAreas .box .phs li a .ph:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 5px solid;
	background-color: rgba(255, 255, 255, .3);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	opacity: 0;
}
#attractiveAreas .box .phs li a .name {
	display: block;
	margin-top: 3px;
	height: 3em;
}
#attractiveAreas .box .northern_soya {
	color: #31a4dc;
}
#attractiveAreas .box .eastern_sorachi {
	color: #f9b000;
}
#attractiveAreas .box .rumoi {
	color: #e85324;
}
#attractiveAreas .box .himawari_yuhi {
	color: #00fca0;
}
#attractiveAreas .box .otaru_shiribeshi {
	color: #73b500;
}
#attractiveAreas .box .kikonai_sta {
	color: #376ccb;
}
#attractiveAreas .box .northern_tokachi {
	color: #e63f88;
}
#attractiveAreas .box .mt_komagatake {
	color: #b532a3;
}
#attractiveAreas .box .chitose_eniwa_kitahiroshima {
	color: #1cdf03;
}
#attractiveAreas .box .iburi {
	color: #c82ef7;
}

@media screen and (min-width: 950px) {
	#attractiveAreas .box .phs li a.hover {
		text-decoration: underline;
	}
	#attractiveAreas .box .phs li a:hover .ph:after, #attractiveAreas .box .phs li a.hover .ph:after {
		opacity: 1;
	}
	#attractiveAreas .box .phs li a .ph {
		position: relative;
		display: block;
		height: 92px;
		margin-bottom: 2rem;
	}
}

@media screen and (max-width: 949px) {
	#attractiveAreas {
		width: auto;
		margin: 40px 0 0;
		padding: 0 15px 40px;
	}
	#attractiveAreas>h1 {
		margin-bottom: 20px;
		font-size: 25px;
		text-align: left;
	}
	#attractiveAreas .box {
		padding: 15px 10px;
	}
	#attractiveAreas .box .map {
		display: none;
	}
	#attractiveAreas .box .sp_map {
		text-align: center;
		margin-bottom: 15px;
	}
	#attractiveAreas .box .phs {
		position: static;
		width: auto;
	}
	#attractiveAreas .box .phs li {
		padding: 0 5px;
	}
	#attractiveAreas .box .phs li a {
		font-size: 12px;
	}
	#attractiveAreas .box .phs li a img {
		width: 100%;
	}
}

/*MV
----------------*/

@media screen and (min-width: 950px) {
	.bannerBox_01 .spOnly--display {
		display: none !important;
	}
	.bannerBox_01 .pcOnly--display {
		display: block !important;
	}
}
/* end min-width: 950px */


/*footProdeuce
----------------*/

#footProdeuce {
	padding: 60px 0;
	border-top: 1px solid #e5e5e5;
}
#footProdeuce ul {
	width: 900px;
	margin: auto;
}
#footProdeuce ul:after {
	content: "";
	display: table;
	clear: both;
}
#footProdeuce ul li {
	float: left;
	width: 32%;
	text-align: center;
	font-weight: bold;
}
#footProdeuce ul .visit {
	padding-top: 25px;
}
#footProdeuce ul.center {
	text-align: center;
}
#footProdeuce ul li.widmax {
	width: 100%;
}
#footProdeuce ul li a {
	display: inline-block;
	text-decoration: none;
}
#footProdeuce ul li span {
	margin-top: 10px;
	display: block;
	font-size: 0.75rem;
	font-weight: bold;
}
#footProdeuce ul li img {
	height: auto;
}

@media screen and (max-width: 949px) {
	#footProdeuce {
		padding: 30px 0 40px;
	}
	#footProdeuce ul {
		width: auto;
	}
	#footProdeuce ul li {
		float: none;
		width: auto;
	}
	#footProdeuce ul .visit {
		padding-top: 0;
		padding-bottom: 20px;
	}
	#footProdeuce ul .visit img {
		width: 210px;
	}
	#footProdeuce ul li a {
		font-size: 11px;
		color: #000;
	}
	#footProdeuce ul .Kyun-chan img {
		width: 40px;
	}
}

/*180515_add
----------------*/
.mb25 {
	margin-bottom: 25px!important;
}

/*180516_add
----------------*/
/* movieArea2
============================================================================================================ */
#movieArea2 {
	padding: 65px 0 70px;
	text-align: center;
	width: 950px;
	margin: auto;
}
#movieArea2 h1 {
	margin-bottom: 40px;
	font-size: 38px;
	line-height: 1.4;
}
#movieArea2 dl {
	width: 50%;
	float: left;
}
#movieArea2 .movieWrap a {
	position: relative;
	display: block;
}
#movieArea2 .movieWrap2 a {
	position: relative;
	display: block;
}
#movieArea2 .movieWrap a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 130px;
	height: 130px;
	margin-left: -65px;
	margin-top: -65px;
	background: url(/japan-travel-planner/feature/beloved-hokkaido/images/movie_play.png) no-repeat 50%;
}
#movieArea2 .movieWrap2 a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 130px;
	height: 130px;
	margin-left: -65px;
	margin-top: -65px;
	background: url(/japan-travel-planner/feature/beloved-hokkaido/images/movie_play.png) no-repeat 50%;
}
#movieArea2 .movieWrap .videoWrap01,
#movieArea2 .movieWrap #videoWrap {
	display: none;
}
#movieArea2 .movieWrap.movie_show .videoWrap01,
#movieArea2 .movieWrap.movie_show #videoWrap {
	display: block;
}
#movieArea2 .movieWrap.movie_show a {
	display: none;
}
#movieArea2 .movieWrap.movie_show .videoWrap01,
#movieArea2 .movieWrap.movie_show #videoWrap01 {
	display: block;
	height: 253px;
}
#movieArea2 .movieWrap2 .videoWrap01,
#movieArea2 .movieWrap2 #videoWrap {
	display: none;
}
#movieArea2 .movieWrap2.movie_show .videoWrap01,
#movieArea2 .movieWrap2.movie_show #videoWrap {
	display: block;
}
#movieArea2 .movieWrap2.movie_show a {
	display: none;
}
#movieArea2 .movieWrap2.movie_show .videoWrap01,
#movieArea2 .movieWrap2.movie_show #videoWrap {
	display: block;
	height: 253px;
}
#movieArea2 dt {
	font-size: 100%;
	margin-bottom: 10px;
}
#movieArea2 .back_btn a {
	display: inline-block;
	min-width: 580px;
	padding: 15px;
	background-color: #2c4dac;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	margin: 30px auto;
}

@media screen and (max-width: 949px) {
	#movieArea2 {
		width: auto;
		padding: 30px 15px 0;
	}
	#movieArea2 h1 {
		margin-bottom: 20px;
		font-size: 25px;
	}
	#movieArea2 .movieWrap {
	}
	#movieArea2 .movieWrap2 {
	}
	#movieArea2 dl {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	#movieArea2 .movieWrap a:before {
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
	}
	#movieArea2 .movieWrap2 a:before {
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
	}
	#movieArea2 .movieWrap a {
		display: none;
	}
	#movieArea2 .movieWrap2 a {
		display: none;
	}
	#movieArea2 .movieWrap #videoWrap,
	#movieArea2 .movieWrap .videoWrap01 {
		display: block;
	}
	#movieArea2 .movieWrap2 #videoWrap,
	#movieArea2 .movieWrap2 .videoWrap01 {
		display: block;
	}
	#movieArea2 .movieWrap #videoWrap,
	#movieArea2 .movieWrap .videoWrap01 {
		position: relative;
		padding-top: 57%;
	}
	#movieArea2 .movieWrap2 #videoWrap,
	#movieArea2 .movieWrap2 .videoWrap01 {
		position: relative;
		padding-top: 57%;
	}
	#movieArea2 .movieWrap #videoWrap iframe,
	#movieArea2 .movieWrap .videoWrap01 iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#movieArea2 .movieWrap2 #videoWrap iframe,
	#movieArea2 .movieWrap2 .videoWrap01 iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#movieArea2 .back_btn a {
		display: inline-block;
		min-width: 90%;
		padding: 15px;
		background-color: #2c4dac;
		color: #fff;
		font-size: 150%;
		font-weight: bold;
		font-style: italic;
		text-decoration: none;
		margin: 30px auto;
	}
}

/* 180517add */
/* /beloved-hokkaido/index.html */
/* mainVisual
============================================================================================================ */
#beloved-hokkaido .mainVisual h1 {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-65%);
	-ms-transform: translateY(-65%);
	-o-transform: translateY(-65%);
	transform: translateY(-65%);
	pointer-events: none;
	z-index: 1;
}

@media screen and (max-width: 949px) {
	#beloved-hokkaido .mainVisual h1 {
		width: 65%;
		margin: 0 auto;
		padding: 0 15px;
	}
	#beloved-hokkaido .mainVisual .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		bottom: 20px;
	}
}

/* #movieArea
============================================================================================================ */
#movieArea {
	padding: 65px 0 70px;
	background-color: #090844;
	text-align: center;
}
#movieArea h2 {
	margin-bottom: 40px;
	color: #fff;
	font-size: 38px;
	line-height: 1.4;
}
#movieArea .movieWrap {
	width: 950px;
	margin: auto;
	border: 14px solid #fff;
	border-radius: 6px;
}
#movieArea .movieWrap a {
	position: relative;
	display: block;
}
#movieArea .movieWrap a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 130px;
	height: 130px;
	margin-left: -65px;
	margin-top: -65px;
	background: url(/japan-travel-planner/feature/beloved-hokkaido/images/movie_play.png) no-repeat 50%;
}
#movieArea .movieWrap #videoWrap {
	display: none;
}
#movieArea .movieWrap.movie_show a {
	display: none;
}
#movieArea .movieWrap.movie_show #videoWrap {
	display: block;
	height: 519px;
}

@media screen and (max-width: 949px) {
	#movieArea {
		padding: 30px 15px;
	}
	#movieArea h2 {
		margin-bottom: 20px;
		font-size: 2rem;
	}
	#movieArea .movieWrap {
		width: auto;
		border-width: 7px;
		border-radius: 3px;
	}
	#movieArea .movieWrap a:before {
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
	}
	#movieArea .movieWrap a {
		display: none;
	}
	#movieArea .movieWrap #videoWrap {
		display: block;
	}
	#movieArea .movieWrap #videoWrap {
		position: relative;
		padding-top: 57%;
	}
	#movieArea .movieWrap #videoWrap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#movieArea .movieWrap.movie_show #videoWrap {
		height: auto;
	}
}

/* charmArea
============================================================================================================ */
#charmArea {
	position: relative;
	max-width: 1380px;
	margin: 60px auto 0;
	padding: 0 15px;
}
#charmArea > h2 {
	margin-bottom: 40px;
	font-size: 38px;
	line-height: 1.2;
	text-align: left;
}
#charmArea .link {
	position: absolute;
	right: 0;
	top: 5px;
}
#charmArea .link a {
	position: relative;
	padding-right: 30px;
	font-size: 16px;
	color: #1e378f;
	font-weight: bold;
}
#charmArea .link a:before {
	content: "";
	position: absolute;
	right: 5px;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -7px;
	border-bottom: 2px solid #1e378f;
	border-right: 2px solid #1e378f;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#charmArea .pc {
	position: relative;
	width: 100%;
}
#charmArea .pc:after {
	content: "";
	display: table;
	clear: both;
}
#charmArea .pc li {
	position: relative;
	float: left;
	width: 32%;
	height: 240px;
	margin-bottom: 20px;
}
#charmArea .pc li a {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 240px;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#charmArea .pc li a.showing {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
#charmArea .pc li a span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	font-size: 1.5em;
	line-height: 1.2;
	color: #fff;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000', GradientType=0 );
}
#charmArea .pc .p2, #charmArea .pc .p8, #charmArea .pc .p11 {
	width: 66%;
}
#charmArea .pc .p2 a, #charmArea .pc .p8 a, #charmArea .pc .p11 a {
	padding-top: 240px;
}
#charmArea .pc .p2, #charmArea .pc .p5, #charmArea .pc .p7, #charmArea .pc .p9, #charmArea .pc .p11 {
	float: right;
}
#charmArea .pc .p3, #charmArea .pc .p6, #charmArea .pc .p8 {
	clear: both;
}
#charmArea .pc .p4 {
	height: 240px;
	margin-left: 2%;
}
#charmArea .pc .p4 a {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding-top: 500px;
}
#charmArea .pc .p10 {
	clear: both;
}

@media screen and (max-width: 949px) {
	.pc {
		display: none !important;
	}
	#charmArea {
		margin: 0;
		padding: 30px 15px 0;
	}
	#charmArea > h2 {
		margin-bottom: 15px;
		font-size: 2rem;
	}
	#charmArea .link {
		position: static;
		margin-bottom: 30px;
	}
	#charmArea .link a {
		font-size: 15px;
	}
	#charmArea .sp li {
		position: relative;
		margin-bottom: 25px;
		font-size: 20px;
		line-height: 1;
	}
	#charmArea .sp li a {
		display: block;
		position: relative;
		padding-top: 60%;
		color: #000;
	}
	#charmArea .sp li a span {
		position: absolute;
		left: 0;
	}
	#charmArea .sp li a .img {
		top: 0;
		right: 0;
		bottom: 0;
	}
	#charmArea .sp li a .img span {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-position: 50%;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		-webkit-transition: background .5s;
		-o-transition: background .5s;
		transition: background .5s;
	}
	#charmArea .sp li a .name {
		bottom: 0;
		right: 0;
		padding: 10px;
		font-size: 18px;
		line-height: 1.2;
		color: #fff;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000', GradientType=0 );
	}
	#charmArea .sp li a.otaru_shiribeshi .name {
	}
	#charmArea .movie .videoWrap {
		padding: 10px;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
		box-shadow: 0 0 5px rgba(0,0,0,.15);
	}
	#charmArea .movie span {
		display: block;
		margin-top: 10px;
		font-weight: bold;
	}
}

/* experience_contents
============================================================================================================ */
.experience_contents {
	position: relative;
	background-color: #f1f8fe;
}
.experience_contents:before, .experience_contents:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 800px;
}
.experience_contents:before {
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
.experience_contents:after {
	background: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/main_bg_bottom.png) repeat-x 50% 100%;
	z-index: 8;
}

@media (min-width: 950px), print {
	.experience_contents:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/main_bg.jpg);
	}
}

@media (min-width: 950px), print {
	.food_bg:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/main_bg_food.jpg);
	}
}

@media (min-width: 950px), print {
	.winter_bg:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/main_bg_winter.jpg);
	}
}

@media screen and (max-width: 949px) {
	.experience_contents:before,  .experience_contents:after {
		height: 365px;
	}
	.experience_contents:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/main_bg_sp.jpg);
	}
	.food_bg:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/main_bg_sp_food.jpg);
	}
	.winter_bg:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/main_bg_sp_winter.jpg);
	}
	.experience_contents:after {
		-webkit-background-size: 100%;
		background-size: 100%;
	}
}

@media screen and (max-width: 448px) {
	.experience_contents:after {
		-webkit-background-size: 448px;
		background-size: 448px;
	}
}

.experience_contents.index:before {
	content: none;
}
.experience_contents .index_bg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
}
.experience_contents .index_bg .bg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 800px;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-background-size: cover;
	background-size: cover;
}

@media (min-width: 950px), print {
	.experience_contents .index_bg .bg01 {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/main_bg.jpg);
	}
	.experience_contents .index_bg .bg02 {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/main_bg_food.jpg);
	}
	.experience_contents .index_bg .bg03 {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/main_bg_winter.jpg);
	}
}

@media screen and (max-width: 949px) {
	.experience_contents .index_bg .bg {
		height: 365px;
	}
	.experience_contents .index_bg .bg01 {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/main_bg_sp.jpg);
	}
	.experience_contents .index_bg .bg02 {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/main_bg_sp_food.jpg);
	}
	.experience_contents .index_bg .bg03 {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/main_bg_sp_winter.jpg);
	}
}

@media (min-width: 950px), print {
	.experience_contents.outdoor01:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/outdoor/01_main.jpg);
	}
}

@media screen and (max-width: 949px) {
	.experience_contents.outdoor01:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/outdoor/01_main_sp.jpg);
	}
}

@media (min-width: 950px), print {
	.experience_contents.outdoor02:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/outdoor/02_main.jpg);
	}
}

@media screen and (max-width: 949px) {
	.experience_contents.outdoor02:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/outdoor/02_main_sp.jpg);
	}
}

@media (min-width: 950px), print {
	.experience_contents.outdoor03:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/outdoor/03_main.jpg);
	}
}

@media screen and (max-width: 949px) {
	.experience_contents.outdoor03:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/outdoor/03_main_sp.jpg);
	}
}

@media (min-width: 950px), print {
	.experience_contents.outdoor04:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/outdoor/04_main.jpg);
	}
}

@media screen and (max-width: 949px) {
	.experience_contents.outdoor04:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/outdoor/04_main_sp.jpg);
	}
}

@media (min-width: 950px), print {
	.experience_contents.outdoor05:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/outdoor/05_main.jpg);
	}
}

@media screen and (max-width: 949px) {
	.experience_contents.outdoor05:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/outdoor/05_main_sp.jpg);
	}
}

@media (min-width: 950px), print {
	.experience_contents.outdoor06:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/outdoor/06_main.jpg);
	}
}

@media screen and (max-width: 949px) {
	.experience_contents.outdoor06:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/outdoor/06_main_sp.jpg);
	}
}

@media (min-width: 950px), print {
	.experience_contents.food01:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/food/01_main.jpg);
	}
}

@media screen and (max-width: 949px) {
	.experience_contents.food01:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/food/01_main_sp.jpg);
	}
}

@media (min-width: 950px), print {
	.experience_contents.food02:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/food/02_main.jpg);
	}
}

@media screen and (max-width: 949px) {
	.experience_contents.food02:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/food/02_main_sp.jpg);
	}
}

@media (min-width: 950px), print {
	.experience_contents.food03:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/food/03_main.jpg);
	}
}

@media screen and (max-width: 949px) {
	.experience_contents.food03:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/food/03_main_sp.jpg);
	}
}

@media (min-width: 950px), print {
	.experience_contents.food04:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/food/04_main.jpg);
	}
}

@media screen and (max-width: 949px) {
	.experience_contents.food04:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/food/04_main_sp.jpg);
	}
}

@media (min-width: 950px), print {
	.experience_contents.food05:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/food/05_main.jpg);
	}
}

@media screen and (max-width: 949px) {
	.experience_contents.food05:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/food/05_main_sp.jpg);
	}
}

@media (min-width: 950px), print {
	.experience_contents.food06:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/food/06_main.jpg);
	}
}

@media screen and (max-width: 949px) {
	.experience_contents.food06:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/food/06_main_sp.jpg);
	}
}

@media (min-width: 950px), print {
	.experience_contents.winter01:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/winter/01_main.jpg);
	}
}

@media screen and (max-width: 949px) {
	.experience_contents.winter01:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/winter/01_main_sp.jpg);
	}
}

@media (min-width: 950px), print {
	.experience_contents.winter02:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/winter/02_main.jpg);
	}
}

@media screen and (max-width: 949px) {
	.experience_contents.winter02:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/winter/02_main_sp.jpg);
	}
}

@media (min-width: 950px), print {
	.experience_contents.winter03:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/winter/03_main.jpg);
	}
}

@media screen and (max-width: 949px) {
	.experience_contents.winter03:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/winter/03_main_sp.jpg);
	}
}

@media (min-width: 950px), print {
	.experience_contents.winter04:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/winter/04_main.jpg);
	}
}

@media screen and (max-width: 949px) {
	.experience_contents.winter04:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/winter/04_main_sp.jpg);
	}
}

@media (min-width: 950px), print {
	.experience_contents.winter05:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/winter/05_main.jpg);
	}
}

@media screen and (max-width: 949px) {
	.experience_contents.winter05:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/winter/05_main_sp.jpg);
	}
}

@media (min-width: 950px), print {
	.experience_contents.winter06:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/winter/06_main.jpg);
	}
}

@media screen and (max-width: 949px) {
	.experience_contents.winter06:before {
		background-image: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/winter/06_main_sp.jpg);
	}
}

.experience_contents .headerWrap {
	position: relative;
	width: 950px;
	margin: auto;
	height: 650px;
	padding: 50px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
}
.experience_contents .headerWrap h1 {
	position: relative;
	display: inline-block;
	padding: 25px 40px 25px 25px;
	background-color: rgba(255,255,255,.7);
	font-size: 30px;
	line-height: 1.3;
	color: #234cb1;
	z-index: 3;
}
.experience_contents .headerWrap h1:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-left: 5px solid rgba(35,76,177,.7);
}

@media screen and (max-width: 949px) {
	.experience_contents .headerWrap {
		width: auto;
		height: 325px;
		padding: 25px 15px;
	}
	.experience_contents .headerWrap h1 {
		min-width: 0;
		padding: 15px 20px 15px 15px;
		font-size: 18px;
		line-height: 1.3;
	}
	.experience_contents .headerWrap h1:before {
		border-left-width: 3px;
	}
}

.experience_contents .headerWrap .index_title {
	width: 470px;
	height: 450px;
	margin: 10px auto 0;
	padding-top: 160px;
	background: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/main_title_bg.png) no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.experience_contents .headerWrap .index_title span {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 54px;
	line-height: 1.3;
	text-align: center;
	font-style: italic;
	-webkit-transform: rotate(-16deg);
	-ms-transform: rotate(-16deg);
	-o-transform: rotate(-16deg);
	transform: rotate(-16deg);
}

@media screen and (max-width: 949px) {
	.experience_contents .headerWrap .index_title {
		width: 235px;
		height: 225px;
		-webkit-background-size: cover;
		background-size: cover;
		padding-top: 70px;
	}
	.experience_contents .headerWrap .index_title span {
		font-size: 30px;
	}
}

.experience_contents.head_min:before, .experience_contents.head_min:after {
	height: 450px;
}
.experience_contents.head_min:before {
	background-position: 50% 40%;
}
.experience_contents.head_min .headerWrap {
	height: 310px;
}
.experience_contents .headerWrap .cat_title {
	width: 470px;
	height: 400px;
	margin: -100px auto 0;
	padding-top: 120px;
	line-height: 120%;
	background: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/main_title_bg.png) no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 48px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

@media screen and (max-width: 949px) {
	.experience_contents.head_min:before,  .experience_contents.head_min:after {
		height: 180px;
	}
	.experience_contents.head_min .headerWrap {
		height: 150px;
	}
	.experience_contents .headerWrap .cat_title {
		width: 235px;
		height: 160px;
		-webkit-background-size: 100%;
		background-size: 100%;
		margin-top: -70px;
		padding-top: 75px;
		font-size: 18px;
	}
}

.experience_contents .headerWrap .cat_title_sub {
	position: absolute;
	bottom: -100px;
	left: -20px;
	width: 290px;
	height: 260px;
	padding-top: 95px;
	background: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/main_title_bg.png) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

@media screen and (max-width: 949px) {
	.experience_contents .headerWrap .cat_title_sub {
		left: 10px;
		bottom: -30px;
		width: 120px;
		height: 100px;
		padding-top: 45px;
		font-size: 15px;
	}
}

/* arrow
============================================================================================================ */
.experience_contents .arrow {
	position: relative;
	padding-top: 30px;
	z-index: 10;
}
.experience_contents .arrow:before, .experience_contents .arrow:after {
	content: "";
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}
.experience_contents .arrow:before {
	bottom: 0;
	top: 265px;
	left: 50%;
	width: 326px;
	background-color: #e3effb;
}
.experience_contents .arrow:after {
	top: 0;
	left: 50%;
	border-style: solid;
	border-width: 0 163px 265px 163px;
	border-color: transparent transparent #e3effb transparent;
}
.slick-slide.slick-current a[href] .hv_wh {
	background: #fff;
}

@media screen and (max-width: 949px) {
	.experience_contents .arrow {
		padding-top: 25px;
	}
	.experience_contents .arrow:before {
		top: 27.1vw;
		width: 33.4vw;
	}
	.experience_contents .arrow:after {
		border-width: 0 16.7vw 27.1vw 16.7vw;
	}
}

/* experience_lead
============================================================================================================ */
.experience_lead {
	width: 950px;
	margin: 0 auto 15px;
	text-align: center;
	font-size: 21px;
	line-height: 1.7;
	font-weight: bold;
	color: #234cb1;
}

@media screen and (max-width: 949px) {
	.experience_lead {
		width: 100%;
		padding: 0 10px;
		margin-bottom: 15px;
		font-size: 12px;
	}
}

/* experience_nav
============================================================================================================ */
.experience_nav {
	width: 980px;
	margin: auto;
}
.experience_nav > ul > li a {
	display: table;
	width: 100%;
	height: 70px;
	border-bottom: 3px solid #e3effb;
	color: #234cb1;
	text-align: center;
	font-size: 27px;
	line-height: 1.4;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	-webkit-transition: border .2s, opacity .2s;
	-o-transition: border .2s, opacity .2s;
	transition: border .2s, opacity .2s;
}
.experience_nav > ul > li a > * {
	display: table-cell;
	vertical-align: middle;
}
.experience_nav > ul > li a.current {
	border-color: #234cb1;
	opacity: .5;
}

@media (min-width: 950px), print {
	.experience_nav > ul {
		padding: 0 1px;
	}
	.experience_nav > ul:after {
		content: "";
		display: table;
		clear: both;
	}
	.experience_nav > ul > li {
		float: left;
		width: 326px;
	}
	.experience_nav > ul > li a[href]:hover {
		border-color: #234cb1;
		opacity: .5;
	}
}

@media screen and (max-width: 949px) {
	.experience_nav {
		width: auto;
		margin-top: 50px;
		padding-bottom: 40px;
	}
	.experience_nav h1 {
		margin-bottom: 10px;
		text-align: center;
		font-size: 25px;
		font-style: italic;
	}
	.experience_nav > ul {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 10px;
	}
	.experience_nav > ul > li {
		display: table-cell;
		vertical-align: middle;
	}
	.experience_nav > ul > li a {
		height: 60px;
		border-bottom: 0;
		border-spacing: 0;
		background-color: #234cb1;
		color: #fff;
		font-size: 15px;
	}
}

/* index_ph
============================================================================================================ */
.index_ph {
	position: relative;
}
.index_ph a {
	position: relative;
	display: block;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	color: #333333;
}
.index_ph a span {
	display: block;
}
.index_ph a .box {
	background-color: #fff;
}
.index_ph a .category {
	position: absolute;
	left: -25px;
	top: 225px;
	padding: 10px 10px;
	background-color: #234cb1;
	font-size: 16px;
	color: #fff;
	z-index: 3;
	font-style: italic;
}
.index_ph a .box span + span {
	margin-top: 10px;
}
.index_ph a .box .blue {
	color: #234cb1;
}
.index_ph a .box .txt {
	font-weight: normal;
}

@media screen and (min-width: 950px), print {
	.index_ph {
		margin: 70px 0 50px;
		background: url(/japan-travel-planner/feature/beloved-hokkaido/images/komagatake/index_ph_bg.png) repeat-x 50% 120px;
		overflow: hidden;
	}
	.index_ph > div {
		position: relative;
		left: 50%;
		width: 1830px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.index_ph li {
		width: 425px;
	}
	.index_ph a .category {
		-webkit-transition: .5s -webkit-transform;
		-o-transition: .5s -o-transform;
		transition: .5s transform;
		-webkit-transform: translate(95px, -40px);
		-ms-transform: translate(95px, -40px);
		-o-transform: translate(95px, -40px);
		transform: translate(95px, -40px);
	}
	.index_ph a .contents {
		-webkit-transition: .5s -webkit-transform, .8s opacity;
		-o-transition: .5s -o-transform, .8s opacity;
		transition: .5s transform, .8s opacity;
		-webkit-transform: scale(.54);
		-ms-transform: scale(.54);
		-o-transform: scale(.54);
		transform: scale(.54);
		opacity: 1;
	}
	.index_ph a .ph {
		position: relative;
		z-index: 2;
		background-color: #fff;
	}
	.index_ph a .box {
		margin-top: -40px;
		padding: 55px 25px 20px;
		opacity: 0;
		-webkit-transform: translate(0, -100%);
		-ms-transform: translate(0, -100%);
		-o-transform: translate(0, -100%);
		transform: translate(0, -100%);
		-webkit-transition: .6s -webkit-transform, .8s opacity;
		-o-transition: .6s -o-transform, .8s opacity;
		transition: .6s transform, .8s opacity;
	}
	.index_ph .slick-center a .category {
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0);
	}
	.index_ph .slick-center a .contents {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	.index_ph .slick-center a .box {
		opacity: 1;
		-webkit-transform: translate(30px, 0);
		-ms-transform: translate(30px, 0);
		-o-transform: translate(30px, 0);
		transform: translate(30px, 0);
	}
}

@media screen and (max-width: 949px) {
	.index_ph {
		margin-top: 30px;
	}
	.index_ph li {
		width: 320px;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.index_ph a {
		font-size: 12px;
	}
	.index_ph a .ph {
		position: relative;
	}
	.index_ph a .box {
		height: 73px;
		padding: 10px;
	}
	.index_ph a .category {
		left: 0;
		top: auto;
		bottom: 0;
		padding: 8px 15px;
		font-size: 12px;
	}
	.index_ph a .box span + span {
		margin-top: 5px;
	}
	.index_ph a .box .txt {
		display: none;
	}
}

@media screen and (max-width: 370px) {
	.index_ph li {
		width: 280px;
		padding: 0 5px;
	}
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

.footer .pagetTop {
	z-index: 10;
}
.pcBlock {
	display: block;
}
.spBlock {
	display: none;
}

@media only screen and (max-width: 949px) {
	.pcBlock {
		display: none;
	}
	.spBlock {
		display: block;
	}
}


/* modal
============================================================================================================ */
#overlay{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.3);
	z-index: 100000;
}
#modal{
	display: none;
	position: absolute;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	background-color: #fff;
	z-index: 100001;
}
#modal .modalArea{
	padding-bottom: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}
#modal .modalArea:after,
#modal .ncontent:after{
	content: ""; display: table; clear: both;
}
#modal .modalArea .content{
	float: left;
	padding: 40px 0 40px 40px;
	width: 300px;
	font-size: 14px;
	line-height: 2;
}
#modal .modalArea .content >div {
	font-size: 16px;
	font-weight: bold;
}
#modal .modalArea .content h1{
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 1.5;
}
#modal .modalArea .access_box{
	float: right;
	padding: 40px;
}
#modal .close{
	position: absolute;
	right: -55px;
	top: -10px;
	width: 40px;
	height: 40px;
}
#modal .close:before,
#modal .close:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 6px;
	right: 6px;
	margin-top: -1px;
	border-top: 2px solid #4a4a4a;
}
#modal .close:before{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#modal .close:after{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#modal .arrow{
	position: absolute;
	top: 400px;
	width: 100px;
	height: 100px;
	margin-top: -150px;
}
#modal .arrow.l{
	left: -80px;
}
#modal .arrow.r{
	right: -80px;
}
#modal .arrow:before,
#modal .arrow:after{
	content: "";
	position: absolute;
	top: 50%;
	width: 50px;
	margin-top: -1px;
	border-top: 2px solid #fff;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.4);
	box-shadow: 0 0 4px rgba(0,0,0,.4);
}
#modal .arrow:before{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#modal .arrow:after{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#modal .arrow.l:before,
#modal .arrow.l:after{
	left: 0;
	-webkit-transform-origin: 0;
	-moz-transform-origin: 0;
	-ms-transform-origin: 0;
	-o-transform-origin: 0;
	transform-origin: 0;
}
#modal .arrow.r:before,
#modal .arrow.r:after{
	right: 0;
	-webkit-transform-origin: 100%;
	-moz-transform-origin: 100%;
	-ms-transform-origin: 100%;
	-o-transform-origin: 100%;
	transform-origin: 100%;
}
#modal .ncontent{
	padding:0;
}
#modal .ncontent .featurePhoto img{
	width:100%;
	height:auto;
}
#modal .ncontent .featureText{
	margin:25px 30px 30px;
}
#modal .ncontent .featureText h2{
	font-size:15px;
	margin:10px 0;
}
#modal .ncontent .featureText p{
	font-size:14px;
	line-height: 20px;
}
#modal .ncontent .logoIcon{
	margin-left:75%;
}
#modal .ncontent .feature .featureText p,
#modal .ncontent .feature .logoIcon{
	display:block;
}
#modal .ncontent a.readMore{
	display:block;
}
#modal .ncontent p.detailBTN{
	display:none;
}
#modal .ncontent .feature .featurePhoto img{
	width:100%;
}
#modal .ncontent .feature  .logoIcon{
	position: absolute;
	right: 0;
}

@media screen and (max-width: 949px){
	#modal{
		position: absolute;
		left: 10px;
		right: 10px;
		width: auto;
		margin-left: 0;
	}
	#modal .modalArea{
		padding-bottom: 30px;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
		box-shadow: 0 0 5px rgba(0,0,0,.3);
	}
	#modal .modalArea .content{
		float: none;
		padding: 15px;
		width: auto;
		font-size: 13px;
		line-height: 1.6;
	}
	#modal .modalArea .content h1{
		font-size: 15px;
	}
	#modal .contentsTxt,
	#modal .contentsTxt.h370{
		margin:10px 0 30px;
		font-size:4.5vw;
	}
	#modal .access .accessTitle{
		margin: 0;
		font-size:5vw;
	}
	#modal .access .accessDetails p{
		margin: 10px 0;
		font-size:3.5vw;
	}
	#modal .modalArea .access_box{
		float: none;
		padding: 0 15px 10px;
	}
	#modal .busPath img.iconSP{
		display:block;
	}
	#modal .close{
		position: static;
		display: block;
		width: auto;
		height: auto;
		margin: 0 20px;
		background-color: #363636;
		color: #fff;
		text-align: center;
	}
	#modal .close:before,
	#modal .close:after{
		content: none;
	}
	#modal .close span{
		position: relative;
		display: block !important;
		padding: 10px;
	}
	#modal .close span:before{
		content: "";
		position: absolute;
		right: 15px;
		top: 50%;
		width: 5px;
		height: 5px;
		margin-top: -4px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#modal .arrow{
		display: none !important;
	}
}