@charset "UTF-8";
/* CSS Document */
.content .image_area img {
    width: 100%;
    vertical-align: bottom;
    zoom: 1 !important;
}
.content .float_right img {
	width: 100%;
}
.content .float_left img {
	width: 100%;
}
.content .bg_cell {
	font-size: 12px;
}
.btn_toggle {
	width: 100%;
	margin: 0 auto;
}
.bt{
    border-top: 1px solid #d7dfe9;
    padding-top: 5%;
}
.movie_area h3 {
    background: url(../img/sp/m_bg_h3.png) 0 0 repeat;
    color: #fff;
    padding: 14px 15px 14px 15px;
    font-size: 15px;
		font-weight: bold;
    margin: 0 0 15px;
}
/* =======================================
	各エリアのスタイル
======================================= */

/*タブエリア*/
ul.tab > li {
	float: left;
	cursor: pointer;
}
/*タイムテーブルエリア*/
dl.time_schedule {
	font-size: 12px;
	line-height: 1.2em;
}
dl.time_schedule dt {
	clear: both;
	color: #1b4782;
	padding: 2px 10px 2px 0;
	margin-right: 6px;
	font-weight: bold;
	float: left;
}
dl.time_schedule dd {
	float: left;
	width : 75%; /* IE8以下とAndroid4.3以下用フォールバック */
	width : -webkit-calc(100% - 70px);
	width : calc(100% - 70px);
	padding-top: 2px;
}
/*矢印が下につくタイプ*/
.time_schedule_arrow li:after {
	content: "\002193";
	display: block;
	color: #1B4782;
	font-weight: bold;
	font-size: 15px;
	margin: 2px 0 2px 5px;
}
.time_schedule_arrow li:last-child:after {
	content: "";
}

/*----#hispoint_area---*/
#hispoint_area {
	padding: 3.1%;
}
#hispoint_area .box_hispoint h3 {
	/* margin: 0 3.1%; */
	/*padding: 4%;*/
}
#hispoint_area .box_hispoint h3 .bgIcon {
	background-image: url(../../img/sp/common/open_arrow.png);
	background-repeat:  no-repeat;
	background-position: 100% 50%;
	background-size: 35px 35px;
	padding: 3% 0;
	min-height: 20px;
	line-height: 20px;
	display: block;
}
#hispoint_area .box_hispoint h3.open .bgIcon {
	background-image: url(../../img/sp/common/close_arrow.png);
}
#hispoint_area .box_hispoint .txtArea {
	margin: 0 20% 0 0;
	display: inline-block;
	vertical-align: middle;
}
.anchor_btn {
	margin: 0 35%;
}

/*注意事項*/
.attnArea {
	border-top: 1px solid #999;
	padding-top: 3%;
	margin-top: 5%;
	color: #999;
	font-size: 0.7rem;
}
.attnArea .attnTxt:before {
	content: "※"
}
.attnArea .attnTxt {
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 1%;
	font-size: 0.7rem;
}

/* =======================================
　#tbjArea
======================================= */
#tbjArea {
	margin: 5% 3% 0;
	background: #fff;
	width: 94%;
}
#tbjArea h4 img {
	width: 100%;
}
#tbjArea a img {
	width: 25%;
}
.bb {
  border: 1px solid
}
#tbjArea .frameArea03 {
	border-bottom: initial;
}
.ic05:before {
	right: 5px;
}
/* =======================================
　おすすめツアー
======================================= */
#illust05 {
    position: absolute;
    right: 10px;
    top: 2px;
}
.btn01 {
	float: right;
	margin: 8px 10px 0 0;
}
.content .btn01 a {
	position: relative;
	display: inline-block;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px -1px 1px #000;
	vertical-align: middle;
	letter-spacing: .2em;
	text-decoration: none;
	padding: 4px 25px 4px 12px;
	background: #494949;
	background: -moz-linear-gradient(top,  #494949 0%, #1a1a1a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#494949), color-stop(100%,#1a1a1a));
	background: -webkit-linear-gradient(top,  #494949 0%,#1a1a1a 100%);
	background: -o-linear-gradient(top,  #494949 0%,#1a1a1a 100%);
	background: -ms-linear-gradient(top,  #494949 0%,#1a1a1a 100%);
	background: linear-gradient(to bottom,  #494949 0%,#1a1a1a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#1a1a1a',GradientType=0 );
	border-radius: 100px;
}
.btn01 a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	content: " ";
	margin: auto;
	width: 7px;
	height: 7px;
	border-top: 3px solid #999;
	border-right: 3px solid #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
}

/* =======================================
	リンク部分
======================================= */
.linkArea.anchor {
	margin: 5% 3.1%;
}

/* おすすめツアー */
#tourArea {
	width: auto;
	margin: 30px 3% 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
	box-shadow: 0 2px 2px #d7d7d7;
}

/* =======================================
	youtube部分
======================================= */
.youtube iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
