﻿@charset "UTF-8";

/* ---------------------------------------------------------
	CSS PC > sightseeing
--------------------------------------------------------- */

.mb_0{
	margin-bottom:0px !important;
}
.mb_10{
	margin-bottom:10px !important;
}
.mb_20{
	margin-bottom:20px !important;
}
.mb_30{
	margin-bottom:30px !important;
}
.mb_40{
	margin-bottom:40px !important;
}
.mb_50{
	margin-bottom:50px !important;
}
.mb_60{
	margin-bottom:60px !important;
}
.mb_70{
	margin-bottom:70px !important;
}

.mt_10{
	margin-top:10px !important;
}
.mt_20{
	margin-top:20px !important;
}
.mt_30{
	margin-top:30px !important;
}
.mt_40{
	margin-top:40px !important;
}
.mt_50{
	margin-top:50px !important;
}

.pm_0{
	padding-bottom:0px !important;
}
.pm_10{
	padding-bottom:10px !important;
}
.pm_20{
	padding-bottom:20px !important;
}
.pm_30{
	padding-bottom:30px !important;
}
.pm_40{
	padding-bottom:40px !important;
}
.pm_50{
	padding-bottom:50px !important;
}

.pt_0{
	padding-top:0px !important;
}
.pt_10{
	padding-top:10px !important;
}
.pt_20{
	padding-top:20px !important;
}
.pt_30{
	padding-top:30px !important;
}
.pt_40{
	padding-top:40px !important;
}
.pt_50{
	padding-top:50px !important;
}


.button.trans-bottom a:after{
	transform: rotate( 135deg );
	margin-top: -15px;
}
.button.trans-top a:after{
	transform: rotate( -45deg );
	margin-top: -7px;
}

#container{
	width: auto !important;
}
#container img {
    width: 100%;
    max-width: 1280px;
}

#container strong {
	font-weight: normal;
}

#bread {
	overflow: hidden;
	margin-bottom: 15px;
	text-align: left;
	font-size: 12px;
	padding: 0;
}
#bread li {
	float: left;
	line-height: 2;
	list-style: none;
}
#bread li:after {
	content:'>';
	margin:0 10px;
}
#bread li a {
	color: #000000;
}
#bread li.last {
	background: none;
}
#bread li.last:after {
	content:'';
  margin: 0;
}
.bread{
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
}
article#sightseeing{
	font-size: 17px;
	width: 100%;
	min-width: 930px;
	text-align: center;
	margin: 0 auto;
	color: #26354c;
	line-height: 1.5;
	overflow: hidden;
}
article#sightseeing a{
	-webkit-transition: color 0.7s;
	-moz-transition: color 0.7s;
	-o-transition: color 0.7s;
	transition: color 0.7s;
}
article#sightseeing a,
article#sightseeing a:visited{
	color: #0062ff;
}
article#sightseeing a:hover{
	color:#4c91ff;
	text-decoration:underline;
}
article#sightseeing a:hover{
	color:#4c91ff;
	text-decoration:underline;
}
article#sightseeing .plan .box a:hover strong{
	text-decoration:underline;
}
article#sightseeing p{
	color: #55647f;
	text-align: left;
	line-height: 2;
	margin: 0 0 50px 0;
	padding: 0;
}


/* Title */

article#sightseeing .title_h1{
	font-size: 45px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 22px;
}
article#sightseeing .title_h1 span.h1_s{
	display: inline-block;
	font-size: 25px;
	padding-bottom: 20px;
}
article#sightseeing .title_h1 span.h1_m{
	font-size: 30px;
}


article#sightseeing .title_h2{
	font-size: 38px;
	font-weight: normal;
	line-height: 1.45;
	margin: 0 0 35px 0;
	padding: 30px 0 0;
}
article#sightseeing .deals .box .title_h2{
	color: #FFF;
	padding: 0;
	margin-bottom: 40px;
}

article#sightseeing .title_h2 > span{
	font-size: 24px;
}



article#sightseeing .title_h3{
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
}
article#sightseeing .other_plan .title_h3,
article#sightseeing .free_plan .title_h3{
	font-weight: normal;
	margin-bottom: 25px;
	padding: 0 0 5px 20px;
	border-bottom: solid 2px #26354d;
}
article#sightseeing section.similar .title_h3{
	color: #26354c !important;
	margin: 0 auto 25px;
	padding: 30px 0 0;
}

article#sightseeing .child_spot > .box .title_h3{
	font-size: 21px;
	font-weight: normal;
	margin: 0;
	padding: 25px 20px 16px;
}


article#sightseeing .deals .deals_title{
	font-size: 21px!important;
	font-weight: normal;
	color: #FFF;
	width: 212px;
	margin: 0 auto;
	padding: 15px;
	background-color: #124199;
	border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
}

.footer_bt_area .title_h3{
	margin-bottom: 20px;
}

article#sightseeing .main_bn img{
	width: 100%;
}

article#sightseeing section.copy p{
	width: 820px;
	margin: 0 auto;
	padding: 50px 0;
	font-size: 18px;
}

/* Menu */
article#sightseeing section.menu{
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
	border-top: solid 1px #d4d7db;
	border-bottom: solid 1px #d4d7db;
}
article#sightseeing section.menu >div{
	display: table;
	margin: 0 auto;
	width: 100%;
	max-width:1280px;
}
article#sightseeing section.menu >div a{
	display: table-cell;
	border-left: solid 2px #d4d7db;
	vertical-align: middle;
	width: 33.3333%
}
article#sightseeing section.menu >div a{
	font-size: 18px;
	font-weight: normal;
	color: #26354c;
	text-decoration: none;
	padding: 35px 50px 35px 40px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
article#sightseeing section.menu.navi_txt_position_l >div a{
	background-image: url(../img/ico_01.png);
	background-repeat: no-repeat;
	background-position: right 30px center;
}
article#sightseeing section.menu >div a:hover{
	color: #5c687a;
	background-color: #e5e7e9;
}
article#sightseeing section.menu >div a:first-child{
	border-left: none;
}


/* How to Fun */
article#sightseeing .head_fit_plan{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 72px;
	background: url(../img/head_fit_plan_bk.png);
	overflow: hidden;
	z-index: 900;
}




article#sightseeing section.howfun{
	margin-bottom: 140px;
}


article#sightseeing .box_text01{
	margin: 0 auto 75px;
	width: 720px;
}

article#sightseeing .box_text02{
	width: 580px;
	margin: 0 auto 50px;
}

article#sightseeing .head_fit_plan .howfun_pagename{
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 15px 20px;
}
article#sightseeing .head_fit_plan .howfun_pagename > span{
	font-size: 12px;
}
article#sightseeing .head_fit_plan .howfun_to_room_plan{
	display: inline-block;
	float: right;
	margin: 15px;
	line-height: 1;
}
article#sightseeing .head_fit_plan .howfun_to_room_plan a{
	display: inline-block;
	font-size:14px;
	color: #FFF;
	text-decoration: none;
	white-space: nowrap;
	padding: 15px 45px 15px 20px;
	background-image: url(../img/ico_04.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-color: #124199;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	-webkit-transition: background-color 0.7s;
	-moz-transition: background-color 0.7s;
	-o-transition: background-color 0.7s;
	transition: background-color 0.7s;
}
article#sightseeing .head_fit_plan .howfun_to_room_plan a:hover{
	background-color: #4d71b3;
}






article#sightseeing .pic{
    margin: 0 auto 35px;
    position: relative;
}

article#sightseeing .pic img{
	vertical-align: bottom;
	max-width:930px;
}




article#sightseeing .child_spot{
	width: 930px;
	margin: 0 auto 140px;
	overflow: hidden;
}

article#sightseeing .child_spot > .box{
	float: left;
	display: block;
	width: 320px;
	margin: 0 0 10px 6px;
	background-color: #e5e7e9;
	text-align: left;
}
article#sightseeing .child_spot > .box:first-child{
	margin: 0 0 10px 0;
}

article#sightseeing .child_spot > .box p{
	width: auto!important;
	font-size: 15px;
	color: #55647f;
	padding: 0 20px 20px;
	margin: 0;
}
article#sightseeing .child_spot > .box dl.addr{
	border-top: solid 2px #FFF;
	padding: 20px 20px 0;
}
article#sightseeing .child_spot > .box dl.addr dt{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
	color: #26354c;
}
article#sightseeing .child_spot > .box dl.addr dd{
	font-size: 14px;
	margin-bottom: 10px;
	color: #55647f;
}

article#sightseeing .child_spot > .box .see_map{
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	padding: 4px 20px 13px;
}
article#sightseeing .child_spot > .box .see_map a{
	text-decoration:underline;
}
article#sightseeing .child_spot > .box .see_map a:hover{
	text-decoration:none;
}
article#sightseeing .child_spot > .box .see_map a:before{
	content: url(../img/ico_map.png);
	margin-right: 5px;
}





article#sightseeing .slide_appeal_01{
	width: 930px;
	margin: 0 auto ;
}
article#sightseeing .slide_appeal_01 .box .thumb{
	margin-bottom: 38px;
	position: relative;
}


	/* Slider 01 */
	article#sightseeing .slide_appeal_01 .slick-prev,
	article#sightseeing .slide_appeal_01 .slick-next{
		background-color: #FFF;
		width: 30px;
		height: 60px;
		top: 50%;
    margin-top: -23px;
		z-index: 100;
	}
	article#sightseeing .slide_appeal_01 .slick-prev{
		left: 0;
	}
	article#sightseeing .slide_appeal_01 .slick-prev:before{
		position: relative;
		display: inline-block;
		content: '';
		width: 15px;
		height: 15px;
		margin-left: 0px;
		border-top: 4px solid #26354c;
		border-right: 4px solid #26354c;
		-webkit-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	article#sightseeing .slide_appeal_01 .slick-next{
		right: -1px;
	}
	article#sightseeing .slide_appeal_01 .slick-next:before{
		position: relative;
		display: inline-block;
		content: '';
		width: 15px;
		height: 15px;
		margin-right: 0px;
		border-top: 4px solid #26354c;
		border-right: 4px solid #26354c;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	article#sightseeing .slick-dots li{
		margin-left: 5px;
		margin-right: 5px;
	}

	article#sightseeing	.slick-dots li button:before{
		width: 8px;
    height: 8px;
    content: '';
		background: black;
		border-radius: 50%;
		position: relative;
    display: block;
	}
	article#sightseeing .slide_appeal_01 .slick-dots{
		position: absolute;
		bottom: 12px;
		z-index: 1;
	}

article#sightseeing .slide_appeal_02{
	width: 580px;
	text-align: left;
	margin: 0 auto 150px;
	padding: 20px;
	background-color: #e5e7e9;
}
article#sightseeing .slide_appeal_02 .box .thumb{
	margin-bottom: 37px;
}
article#sightseeing .slide_appeal_02 dt{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}
article#sightseeing .slide_appeal_02 dd{
	font-size: 16px;
	color: #55647f;
	text-align: left;
	line-height: 1.7;
	margin-bottom: 10px;
	padding: 0;
}

	/* Slider 02 */
	article#sightseeing .slide_appeal_02 .slick-prev,
	article#sightseeing .slide_appeal_02 .slick-next{
		background-color: #e5e7e9;
		width: 45px;
		height: 60px;
		top: 0;
		margin-top: 200px;
		z-index: 100;
	}
	article#sightseeing .slide_appeal_02 .slick-prev{
		left: 0;
	}
	article#sightseeing .slide_appeal_02 .slick-prev:before{
		position: relative;
		display: inline-block;
		content: '';
		width: 15px;
		height: 15px;
		margin-left: 20px;
		border-top: 4px solid #26354c;
		border-right: 4px solid #26354c;
		-webkit-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	article#sightseeing .slide_appeal_02 .slick-next{
		right: 0;
	}
	article#sightseeing .slide_appeal_02 .slick-next:before{
		position: relative;
		display: inline-block;
		content: '';
		width: 15px;
		height: 15px;
		margin-right: 20px;
		border-top: 4px solid #26354c;
		border-right: 4px solid #26354c;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	article#sightseeing .slide_appeal_02 .slick-dots{
		height: 40px;
	}

	article#sightseeing .slide_appeal_02 .slick-dots li button:before{
		background-color: #FFF;
		opacity: 1;
	}
	article#sightseeing .slide_appeal_02 .slick-dots li.slick-active button:before {
    background-color: black;
	}
	article#sightseeing .slide_appeal_02 .slick-dots{
		width: 540px;
		position: absolute;
		top: 0;
		margin-top: 390px;
		z-index: 1;
	}







article#sightseeing .slide_room{
	margin-bottom: 42px;
}
article#sightseeing .slide_room img{
	vertical-align: top;
}






/* Title_Head */
article#sightseeing .title_head{
	width: 920px;
	min-height: 70px;
	margin: 0 auto;
	position: relative;
}
article#sightseeing .title_head .head_bn{
	position: absolute;
	top: 0;
	left: 0;
}
article#sightseeing .title_head .social{
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 0;
}
article#sightseeing .title_head li{
	float: left;
	margin-left: 10px;
}




article#sightseeing section.appeal .title_h2,
article#sightseeing section.room_plan .title_h2{
	margin-bottom: 35px;
}

article#sightseeing section.voice h2{
	font-size: 24px;
	font-weight: normal;
	color: #26354c !important;
	margin: 0 auto;
}

article#sightseeing .plan .title_h3{
	font-size: 32px;
	font-weight: normal;
}

/* Appeal */
article#sightseeing section.appeal > img{
	width: 100%;
	margin-bottom: 40px;
}

article#sightseeing section.appeal > .box{
	margin: 0 auto 80px;
}
article#sightseeing section.appeal .box p{
	width: 720px;
	margin: 0 auto;
}
/* Room Plan */
article#sightseeing section.room_plan > img{
width: 100%;
margin-bottom: 35px;
}

article#sightseeing .room{
width: 580px;
text-align: left;
margin: 0 auto 35px;
}
article#sightseeing .room > img{
vertical-align: bottom;
}
article#sightseeing .room dt{
	font-size: 24px;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: 20px;
}
article#sightseeing .room dt > span{
	font-size: 14px;
	font-weight: lighter;
}
article#sightseeing .room dd:last-child{
	color: #55647f;
	text-align: left;
	line-height: 2;
	padding: 0;
}

	/* Slider Room */
	article#sightseeing .room .slick-prev,
	article#sightseeing .room .slick-next{
		background-color: #FFF;
		width: 30px;
		height: 60px;
		top: 0;
		margin-top: 190px;
		z-index: 100;
	}
	article#sightseeing .room .slick-prev{
		left: -1px;
	}
	article#sightseeing .room .slick-prev:before{
		position: relative;
		display: inline-block;
		content: '';
		width: 15px;
		height: 15px;
		margin-left: 0px;
		border-top: 4px solid #26354c;
		border-right: 4px solid #26354c;
		-webkit-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	article#sightseeing .room .slick-next{
		right: -1px;
	}
	article#sightseeing .room .slick-next:before{
		position: relative;
		display: inline-block;
		content: '';
		width: 15px;
		height: 15px;
		margin-right: 0px;
		border-top: 4px solid #26354c;
		border-right: 4px solid #26354c;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	article#sightseeing .room .slick-dots{
		bottom: -30px;
	}

	article#sightseeing .room .slick-dots li button:before{
		font-size: 14px;
	}

article#sightseeing .border-blue{
	margin: 0;
	background: #26354d;
	height: 6px;
	border: none;
	margin-bottom: 20px;
}

article#sightseeing .plan p{
	width: 580px;
	margin: 0 auto 30px;
}

article#sightseeing .limited{
	width: 580px;
	text-align: left;
	margin: 0 auto 50px;
	overflow: hidden;
}
article#sightseeing .limited dl{
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}
article#sightseeing .limited dt{
	width: 60px;
	float: left;
	padding: 4px 0 0 0;
}
article#sightseeing .limited dt > span{
	display: inline-block;
	font-size: 9px;
	color: #FFF;
	white-space: nowrap;
	line-height: 1;
	padding: 5px 6px;
	background-color: #0062ff;
}
article#sightseeing .limited dd{
	width: 520px;
	float: left;
	font-size: 16px;
	line-height: 1.8;
}
article#sightseeing .limited dd a{
	text-decoration: underline;
}
article#sightseeing .limited dd a:hover{
	text-decoration: none;
}
article#sightseeing .bonus{
	clear: both;
	display: block;
	width: 580px;
	text-align: left;
	background-color: #e5e7e9;
	margin: 0 auto 40px;
	padding-bottom: 5px;
}
article#sightseeing .bonus h4{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	margin-bottom: 24px;
	border-bottom: solid 2px #FFF;
}
article#sightseeing .bonus li{
	display: inline-block;
	font-size: 14px;
	padding-left: 25px;
	margin: 0 60px 23px;
	background-image: url(../img/ico_03.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}
article#sightseeing .bonus li a{
	font-size: 13px;
	position: relative;
	display: block;
	padding: 5px 5px 5px 25px;
	text-decoration: underline;
}
article#sightseeing .bonus li a:hover{
	text-decoration: none;
}
article#sightseeing .bonus li a:after{
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #26354c;
	border-right: 1px solid #26354c;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

article#sightseeing .deals{
	margin-bottom: 40px;
}

article#sightseeing .deals .box{
	display: block;
	margin: 0 auto;
	padding: 30px 30px 15px;
	background-color: #58a5e8;
	overflow: hidden;
}


article#sightseeing .deals .box .deals_box_area{
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}

article#sightseeing .deals .box .deals_box{
	width: 420px;
	float: left;
	margin-left: 100px;
}
article#sightseeing .deals .box .deals_box:first-child{
	margin-left: 0;
}
article#sightseeing .deals .box .deals_bt{
	text-align: center;
	margin-bottom: 21px;
}
article#sightseeing .deals .box .deals_bt a{
	display: table-cell;
	width: 340px;
	height: 80px;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 40px;
	background-color: #FFF;
	border-right: solid 1px #3573c0;
	border-left: solid 1px #3573c0;
	border-bottom: solid 7px #3573c0;
	position: relative;
}
article#sightseeing .deals .box .deals_bt a:hover{
	top: 5px;
	background-color: #deedfa;
	border-bottom: solid 2px #3573c0;
	height: 85px;
}
article#sightseeing .deals .box .deals_bt a:after{
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-top: 5px solid #3573c0;
	border-right: 5px solid #3573c0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

article#sightseeing .deals .box .deals_bt a:not(:target):after {
		top: 40px;
}
@media all and (-ms-high-contrast:none){
	article#sightseeing .deals .box .deals_bt a:after{
		top: 40px;
	}
}

article#sightseeing .deals .box .deals_link{
	width: 380px;
	text-align: right;
	margin-right: 33px;
}
article#sightseeing .deals .box .deals_link a{
	display: block;
	color: #FFF;
	text-decoration: underline;
}
article#sightseeing .deals .box .deals_link a:hover{
	text-decoration: none;
}
article#sightseeing .deals .box .deals_link a:after{
	position: relative;
	display: inline-block;
	content: '';
	width: 12px;
	height: 12px;
	margin-top: -6px;
	margin-left: 10px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

article#sightseeing .other_plan,
article#sightseeing .free_plan{
	width: 930px;
	text-align: left;
	overflow: hidden;
	margin: 0 auto 25px;
}
article#sightseeing .free_plan{
	margin-bottom: 80px;
}

article#sightseeing .other_plan ul,
article#sightseeing .free_plan ul{
	margin: 0 20px;
	overflow: hidden;
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	flex-grow: 1;

	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;

	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
article#sightseeing .other_plan li a,
article#sightseeing .free_plan li a{
	position: relative;
	display: inline-block;
	width: 190px;
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
	padding: 15px 38px 15px 15px;
}
article#sightseeing .other_plan li a:hover,
article#sightseeing .free_plan li a:hover{
	text-decoration: none;
}
article#sightseeing .free_plan li a{
	width: 380px;
}
article#sightseeing .other_plan li a:after,
article#sightseeing .free_plan li a:after{
	position: absolute;
	top: 50%;
	right: 10px;
	content: '';
	width: 12px;
	height: 12px;
	margin-top: -7px;
	border-top: 2px solid #0062ff;
	border-right: 2px solid #0062ff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* Voice */
article#sightseeing .voice{
	margin-bottom: 25px;
	padding: 25px 0;
	border-top: solid 6px #666666;
	background-color: #f0f0f0;
}

/* OTS orangeTab */
.pl-tab {
	width:50%;
	margin:auto;
	text-align:left;
}

.pl-tab__list {
	display: -ms-flexbox;
	display: flex;
}

article#sightseeing .pl-tab__list a {
    color:#fff;
}

.pl-tab__list__item {
	text-align: center;
	width: 32%;
	margin-right: 2%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}

.pl-tab__list__item.last {
	margin-right: 0;
}

.pl-tab__list__item a {
	background-color: #ffb652;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 22px;
}

.pl-tab__list__item a:hover {
	background-color: #e8931e;
}

.pl-tab__list__item a[aria-selected="true"] {
	background-color: #e8931e;
	cursor: default;
}

.pl-tab__panel {
	background-color: #e8931e;
	-webkit-animation: standard .75s linear;
	        animation: standard .75s linear;
	-webkit-animation-name: fadeIn;
	        animation-name: fadeIn;
	-webkit-animation-duration: 250ms;
	        animation-duration: 250ms;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.pl-tab__panel__item {
	padding: 10px 0 10px 10px;
}

.pl-tab__panel__item li {
	width: 29%;
	display: inline-block;
	margin: 0 1%;
	position: relative;
}

article#sightseeing .pl-tab__panel__item li::after {
	position: absolute;
	content: "";
	vertical-align: middle;
	top: 50%;
	right: 10px;
	width: 9px;
	height: 9px;
	margin-top: -6px;
	border-top: 2px solid #e8931e;
	border-right: 2px solid #e8931e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

article#sightseeing .pl-tab__panel__item li a {
	display: block;
	background-color: #fff;
	text-decoration: none;
	font-size: 19px;
	color: #6b6b6b;
	border-radius: 5px;
	padding: 4px 0 4px 2.5em;
}

article#sightseeing .pl-tab__panel__item li a:hover {
	background-color: rgba(255, 255, 255, .75);
}

/* OTS orange */
.pl-otherLinks {
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-flex-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 2em 0 0;
}

.pl-otherLinks__box {
	background-color: #e8931e;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 190px;
	margin: 0 .75em;
}

.pl-otherLinks__box__head {
	text-align: center;
	font-size: 22px;
	color: #fff;
}

.pl-otherLinks__box__item {

}

.pl-otherLinks__box__item li {
	position: relative;
    width: 90%;
    margin: 0 auto .5em;
}

article#sightseeing .pl-otherLinks__box__item li::after {
	position: absolute;
	content: "";
	vertical-align: middle;
	top: 50%;
	right: 10px;
	width: 9px;
	height: 9px;
	margin-top: -6px;
	border-top: 2px solid #e8931e;
	border-right: 2px solid #e8931e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

article#sightseeing .pl-otherLinks__box__item li a {
	display: block;
	background-color: #fff;
	text-decoration: none;
	font-size: 19px;
	color: #6b6b6b;
	border-radius: 5px;
	padding: 4px 0 4px 10px;
}

article#sightseeing .pl-otherLinks__box__item li a:hover {
	background-color: rgba(255, 255, 255, .75);
}

/* �߉�ʊكe�L�X�g(�g����)�{�^�� */
.pl-button {
	list-style: none;
	border: 1px solid #886e34;
	width: 720px;
	margin: 4em auto 0.5em;
}
.pl-button.navy_blue{
	border: 1px solid #324c7b;
}
.pl-button__item {
	font-size: 20px;
	font-weight: 700;
	text-align: left;
}

article#sightseeing .pl-button__item a {
	position: relative;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #886e34;
	height: 70px;
	line-height: 70px;
	padding-left: 1em;
	transition-duration: 50ms;
}
article#sightseeing .navy_blue .pl-button__item a {
	border-bottom: 1px solid #324c7b;
}
article#sightseeing .pl-button__item:last-child a {
	border-bottom: none;
}

article#sightseeing .pl-button__item a:link,
article#sightseeing .pl-button__item a:visited {
	color: #886e34;
}
article#sightseeing .navy_blue .pl-button__item a:link,
article#sightseeing .navy_blue .pl-button__item a:visited {
	color: #324c7b;
}

article#sightseeing .pl-button__item a:hover {
	background-color: #DFDCCB;
	transition: background-color 200ms linear;
}
article#sightseeing .navy_blue .pl-button__item a:hover {
	background-color: #cbd6eb;
}

article#sightseeing .pl-button__item a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	content: '';
	width: 12px;
	height: 12px;
	margin-top: -7px;
	border-top: 4px solid #886e34;
	border-right: 4px solid #886e34;
	transform: rotate(45deg);
}
article#sightseeing .navy_blue .pl-button__item a::after {
	border-top: 4px solid #324c7b;
	border-right: 4px solid #324c7b;
}

/* �߉�ʊكI�����W�{�^�� */
article#sightseeing .pl-primary {
	margin: 4em 0 5em;
}

article#sightseeing .pl-primary__text {
	font-size: 31px;
	text-align: center;
	font-weight: 700;
}

article#sightseeing a{
	-webkit-transition: color 0.7s;
	-moz-transition: color 0.7s;
	-o-transition: color 0.7s;
	transition: color 0.7s;
}

article#sightseeing .pl-primary__button,
article#sightseeing .pl-primary__button:visited, 
article#sightseeing .pl-primary__button:hover, 
article#sightseeing .pl-primary__button:active {
	position: relative;
	display: inline-block;
	width: 720px;
	height: 100px;
	line-height: 100px;
	background-color: #e8931e;
	font-size: 23px;
	border-radius: 5px;
	box-shadow: 3px 3px 4px #777;
	text-align: left;
	padding-left: 1em;
	box-sizing: border-box;
	transition-duration: 50ms;
	color: #fff;
	text-decoration:none;
}

article#sightseeing .pl-primary__button:hover {
	background-color: #f09921;
	transition: all 200ms linear;
}

/* Similar */
article#sightseeing .similar{
	margin-bottom: 40px;
}

article#sightseeing .similar_box{
	width: 930px;
	margin: 0 auto;
	overflow: hidden;

	-js-display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	flex-grow: 1;

	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;

	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
article#sightseeing .similar_box .box{
	width: 220px;
	text-align: left;
	margin-bottom: 30px;
}
article#sightseeing .similar_box .box .thumb img{
	border-radius:8px;
}
article#sightseeing .similar_box .box strong{
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
	padding:15px 0;
}
/*article#sightseeing .similar_box .box strong a{
	text-decoration: underline;
}*/



/* Button Area */
article#sightseeing .bt_area{
	margin: 0 auto 55px;
	overflow: hidden;
}
article#sightseeing .bt_area ul{
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	flex-grow: 1;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;

	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
article#sightseeing .bt_area ul li a{
	display: inline-block;
	width: 270px;
	margin: 15px;
	padding: 15px;
	font-size: 16px;
	color: #333;
	text-align: center;
	text-decoration: none;
	background-color: #EEE;
	border: solid 1px #DDD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
















/* Footer add */
.footer_bt_area{
	text-align: center;
}



/* ---------------------------------------------------------
	CSS PC > Component
--------------------------------------------------------- */
.component{
	width:930px!important;
	margin:0 auto!important;
	padding: 50px 0;
}


/* --
Tab
--------------------------------------------------------- */
.tab-two{
	margin:0 auto;
}
.tab_menu{
	width: 930px;
	overflow: hidden;
}
.tab_menu ul{
	display: table;
}
.tab_menu li{
	display: table-cell;
	line-height: 26px;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #0062ff;
	cursor: pointer;
	margin: 0;
	padding: 20px;
	background-color: #FFF;
}
.tab_content{
	clear: both;
	overflow: hidden;
	width: 930px;
}
.tab_body{
	display: none;
	padding: 30px 20px;
}
.tab_body ul{
	overflow: hidden;
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	flex-grow: 1;

	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;

	align-content: center;

	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.tab_body li a{
	display: table-cell;
	width: 230px;
	line-height: 26px;
	font-size: 20px;
	font-weight: bold;
	color: #0062ff;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	padding: 20px 50px 20px 20px;
	position: relative;
	background-color: #FFF;
}
.tab_body li a:after{
	position: absolute;
	top: 50%;
	right: 23px;
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	margin-top: -10px;
	border-top: 5px solid #0062ff;
	border-right: 5px solid #0062ff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Color */
.gray .tab_menu li.active,
.gray .tab_menu li.active:hover,
.gray .tab_content{
	color: #26354c;
	background-color: #e5e7e9;
}
.gray .tab_menu li:hover,
.gray .tab_body li a:hover{
	background-color: #f2f3f4;
}
.blue .tab_menu li.active,
.blue .tab_menu li.active:hover,
.blue .tab_content{
	color: #FFF;
	background-color: #124199;
}
.blue .tab_menu li:hover,
.blue .tab_body li a:hover{
	background-color: #d0d9eb;
}
.lightblue .tab_menu li.active,
.lightblue .tab_menu li.active:hover,
.lightblue .tab_content{
	color: #FFF;
	background-color: #58a5e8;
}
.lightblue .tab_menu li:hover,
.lightblue .tab_body li a:hover{
	background-color: #deedfa;
}

/* Tab Two */
.tab-two{
	margin-bottom: 30px;
}
.tab-two .tab_menu li{
	width: 450px;
}
/* Tab Three */
.tab-three{
	margin-bottom: 30px;
}
.tab-three .tab_menu li{
	width: 307px;
}
.tab-three .tab_menu li:last-child{
	width: 306px;
}

/* --
Ad
--------------------------------------------------------- */
.ad_tab{
	width: 510px;
	font-size: 38px;
	color: #FFF;
	line-height: 1.4;
	margin: 0 auto;
	padding: 25px;
	border-radius:  15px 15px 0 0;
	-moz-border-radius:  15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	background-color: #124199;
}
.ad_tab span{
	display: inline-block;
	font-size: 21px;
	color: #faf20c;
	margin-bottom: 25px;
}
.ad_img{
	width: 100%;
	background-color: #124199;
}
.ad_body{
	width: 100%;
	color: #FFF;
	padding: 35px 0;
	background-color: #58a5e8;
}
.ad_body p{
	width: 580px;
	font-size: 17px;
	text-align: left;
	line-height: 1.9;
	margin: 0 auto 30px;
}
.ad_body .bt a{
	display: block;
	width: 460px;
	line-height: 26px;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	margin: 0 auto 25px;
	padding: 30px 60px;
	color: #0062ff;
	background-color: #FFF;
	position: relative;
	box-shadow: 0 7px 0 1px rgba(53,115,192,1);;
}
.ad_body .bt a:hover{
	background-color: #deedfa;
	box-shadow: 0 4px 0 1px rgba(53,115,192,1);;
	transform: translate3d(0, 3px, 0);
}
.ad_body .bt a:after{
	position: absolute;
	top: 50%;
	right: 23px;
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	margin-top: -12px;
	border-top: 6px solid #0062ff;
	border-right: 6px solid #0062ff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* --
Button
--------------------------------------------------------- */
.button a{
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.3;
	padding: 21px 20px 20px;
	position: relative;
}
.button a:after{
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	margin-top: -10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Color */
.gray .button a{
	color: #26354c;
	background-color: #e5e7e9;
}
.gray .button a:after{
	border-top: 5px solid #26354d;
	border-right: 5px solid #26354d;
}
.gray .button a:hover{
	background-color: #f2f3f4;
}

.black .button a{
	color: #FFF;
	background-color: #26354d;
}
.black .button a:after{
	border-top: 5px solid #FFF;
	border-right: 5px solid #FFF;
}
.black .button a:hover{
	background-color: #5c687a;
}

.blue .button a{
	color: #FFF;
	background-color: #124199;
}
.blue .button a:after{
	border-top: 5px solid #FFF;
	border-right: 5px solid #FFF;
}
.blue .button a:hover{
	background-color: #4d71b3;
}

.green .button a{
	color: #FFF;
	background-color: #00bfbf;
}
.green .button a:after{
	border-top: 5px solid #FFF;
	border-right: 5px solid #FFF;
}
.green .button a:hover{
	background-color: #40cfcf;
}


.txt_link .button a{
	color: #FFF;
	background-color: #fff;
}
.txt_link .button a:after{
	border-top: 5px solid #0062ff;
	border-right: 5px solid #0062ff;
}

.grayline .button a{
	color: #0062ff;
	background-color: #e5e7e9;
	border-left: solid 1px #88a0cc;
	border-right: solid 1px #88a0cc;
	border-bottom: solid 5px #88a0cc;
}
.grayline .button a:after{
	border-top: 5px solid #0062ff;
	border-right: 5px solid #0062ff;
}
.grayline .button a:hover{
	margin-top: 3px;
	background-color: #f2f3f4;
	border-bottom: solid 2px #88a0cc;
}



/* Col One */
.col-one{
	width: 580px;
	margin: 0 auto 30px;
}
.button-col-one{
	width: 580px;
}
.button-col-one a{
	text-align: left;
	padding: 21px 50px 20px 20px;
}
/* Col Two */
.col-two{
	width: 580px;
	margin: 0 auto 30px;
	overflow: hidden;
}
.button-col-two{
	float: left;
	width: 270px;
	margin-bottom: 30px;
	margin-right: 40px;
}
.button-col-two:nth-child(even){
	margin-right: 0;
}
.button-col-two a{
	text-align: left;
	padding: 21px 50px 20px 20px;
}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.affiliate li a img{
	float: left;
}

/* �ʐ^�̉��ɃL���v */
.slide_room .slick-slide {
    position: relative;
}
.pix_txt {
    position: relative;
}
.slide_room span, .pix_txt span, .slick-list span, .pic span {
    font-size: 80%;
    padding: 6px 10px 6px 0px;
    bottom: 0px;
    color: #FFFFFF;
    z-index: 2;
    position: absolute;
    right: 0px;
    width: 100%;
    text-align: right;
    background-color: rgba(51, 51, 51, 0.7);
    box-sizing: border-box;
}

.pl-gotosite {
width: 720px;
margin: 1em auto 6em;
padding-left: 2em;
color: #886e34;
text-align: left;
font-size: 16px;
}
.pl-gotosite.navy_blue {
color: #324c7b;
}

/*20170407追加　test_tb_article_articleframe.html用*/
article#sightseeing section.menu.navi_txt_position_s > div a {
font-size: 1.4vw;
font-weight: normal;
color: #26354c;
text-decoration: none;
padding: 35px 0 35px 0;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
text-align: center;
position: relative;
}


article#sightseeing section.menu.navi_txt_position_s > div a::after {
content: url(../img/ico_01.png);
margin-left: 15px;
position: relative;
top: 3px;
}
/*ここまで*/

/* --
others
--------------------------------------------------------- */
.pl-others {
	border-top: 10px solid #26354d;
	padding-top: 4em;
}

.pl-others__headline {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}

.pl-others__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 7em;
}

.pl-others__content__item {
	width: 220px;
	margin: 0 1.5em;
}

.pl-others__content__item__image {
	margin-bottom: 15px;
	overflow: hidden;
	border-radius: 5px;
}

.pl-others__content__item__text {
	font-size: 16px;
	text-align: left;
	color: #223896;
	line-height: 1.2;
}

/*吹き出しコメント*/
section.teams {
    width: 980px;
    margin: 0 auto 140px;
    overflow: hidden;
    /*font-family: "ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;*/
}

.teams__box {
    display: flex;
    padding: 0;
    justify-content: space-between;
    width: 980px;
    margin: 0 auto 30px;
}

.teams__box__intro {
    width: 150px;
}

.teams__box__intro__card {
    text-align: center;
    padding-top: 10px;
}

.teams__box__intro__team-x {
    font-size: 17px;
}

.teams__box__intro__member {
    font-size: 17px;
}

.teams__box__comment {
    text-align: left;
    font-size: 17px;
    width: 760px;
    padding: 10px 15px;
    background: #eee;
    border-radius: 5px;
    position: relative;
}

.teams__box__comment::after {
    content: "";
    position: absolute;
    top: 38%;
    left: -5%;
    border: 20px solid transparent;
    border-right: 20px solid #eee;
}

.teams__box__comment__title {
    font-size: 17px;
    font-weight: bold;
    padding: 10px 0;
}

.teams__box__comment__detail {
    line-height: 1.6em;
}


article#sightseeing .img_txt p{
    font-size: 16px;
    background-color: #ddd;
    text-align: right;
    bottom: 0;
    padding: 0 5px;
    line-height: 2;
    margin: -1px auto 0;
    color: #2a241e;
	max-width: 1270px;
}
article#sightseeing .slide_appeal_01.img_txt  div.box p{
	width: 99%;
    margin: -1px 0 0 0;
    padding-right: 2%;
}