/*------------------base------------------*/

.container *{
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	letter-spacing: .05rem;
	line-height: 1.5;
	vertical-align: baseline;
	box-sizing: border-box;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'ヒラギノ角ゴ ProN W3','Hiragino kaku Gothic ProN','メイリオ','Meiryo','MS Pゴシック','MS PGothic',sans-serif;
}

body {
	background: #ffffff;
}

.container {
	width: 100%;
	background:#f2f2f2;
	font-size: 1.4rem;
	line-height: 1.3;
	padding-bottom: 10px;
}

.container img {
	width: 100%;
}

.container a {
	text-decoration: none;
	display: inline-block;
}

.flexBox {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */

	justify-content: space-between;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */

	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /*IE10*/
	-webkit-flex-wrap: wrap; /* Safari6.1以降 */

	flex-direction: row;
	-ms-flex-direction: row; /*IE10*/
	-webkit-flex-direction: row; /* Safari6.1以降 */
}

.balloon {
	display: none;
	width: 300px;
	padding: 10px;
	color: white;
	font-size: 1.2rem;
	background: #333;
	border: none;
	border-radius: 4px;
	box-shadow: none;
	opacity: .9;
}
.wrap_balloonB{display: none}
.wrap_balloonB .balloon {
	display: block;
	width: 300px;
	padding: 10px;
	color: white;
	font-size: 1.2rem;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: none;
	opacity: .9;
	text-align:center;
}

.wrap_balloon .balloon {
	display: block;
}


		/*section_default*/
		.section_default {
			width: 920px;
			margin: 0 auto 25px auto;
			background: white;
			border: 1px solid #dadcdf;
			border-top: 6px solid #13a4fc;
			border-radius: 6px;
		}

		.section_default .inner {
			padding: 20px;
		}

		.heading_level1 {
			font-size: 2.1rem;
			font-weight: bold;
		}

		.heading_level2 {
			padding: 20px;
			color: #13a4fc;
			font-size: 1.8rem;
			border-bottom: 1px solid #dadcdf;
		}

		.heading_level3 {
			margin-bottom: 10px;
			font-size: 14px;
			font-weight: bold;
		}

		/*btn_more*/
		.btn_more,
		.btn_less {
			margin-top: 20px;
			text-align: center;
		}

		.btn_more a,
		.btn_less a {
			display: inline-block;
			position: relative;
			padding: 5px 90px;
			color: #156bc1;
			font-size: 1.4rem;
			line-height: 1.8;
			border: 1px solid #8ab5e0;
			border-radius: 50px;
		}

		.btn_more a::before,
		.btn_less a::before {
			content: '\00ff0b';
			display: inline-block;
			width: 16px;
			height: 17px;
			padding-left: 1px;
			position: absolute;
			left: 6px;
			top: 50%;
			border: 1px solid #1b6ec2;
			border-radius: 50%;
			color: #1b6ec2;
			font-size: 13px;
			letter-spacing: 0;
			line-height: 19px;
			text-align: center;
			transform: translateY(-50%);
		}

		.btn_less a::before {
			content: '\002d';
		}

		/*link_more*/
		.link_more,
		.link_less {
			display: block;
			margin-top: 5px;
			color: #156bc1;
			font-size: 12px;
		}

		.link_more a,
		.link_less a {
			text-decoration: underline;
		}

		/*btn_balloon*/
.btn_balloonB{
	padding-left:30px;
}
		.btn_balloon a {
			display: inline-block;
			width: 17px;
			height: 17px;
			margin-left: 5px;
			background: #999;
			color: white;
			font-size: 1.2rem;
			letter-spacing: 0;
			line-height: 17px;
			text-align: center;
			border-radius: 50%;
		}
.btn_balloonB a {
			display: inline-block;
			width: 17px;
			height: 17px;
			margin-left: 5px;
			background: #999;
			color: white;
			font-size: 1.2rem;
			letter-spacing: 0;
			line-height: 17px;
			text-align: center;
			border-radius: 50%;
		}
.balloon_plug img{
	width:25%;
	display:inline-flex;
	justify-content:space-between;
	padding:0 10px;
}

		/*table*/
		.table_default {
			width: 100%;
			margin: 0 auto;
			border: 1px solid #dadcdf;
			border-radius: 6px;
			border-collapse: separate;
		}

		.table_default tr:first-child td:first-child {
				border-radius: 6px 0 0 0;
		}

		.table_default tr:first-child td:last-child {
				border-radius: 0 6px 0 0;
		}

		.table_default tr:last-child td:first-child {
				border-radius: 0 0 0 6px;
		}

		.table_default tr:last-child td:last-child {
				border-radius: 0 0 6px 0;
		}

		.table_default td {
				height: 27px;
				padding: 10px;
				border-right: 1px solid #dadcdf;
				border-bottom: 1px solid #dadcdf;
				background: #f5f5f5;
				vertical-align: middle;
		}

		.table_default td:nth-of-type(odd).outletType {
				font-size: 1rem;
		}

		.table_default td:last-child {
				border-right: 0;
		}

		.table_default tr:last-child td {
				border-bottom: 0;
		}

		.table_default td:nth-of-type(odd) {
				width: 160px;
				font-size: 1.3rem;
				color: #333;
		}

		.table_default td:nth-of-type(even) {
				width: 70px;
		}

		.table_default .check {
			background: white;
			position: relative;
		}

		.table_default .check.yes::after {
			content: '';
			display: inline-block;
			width: 16px;
			height: 16px;
			border: 2px solid #f4b327;
			border-radius: 50%;
			position: absolute;
			left: 50%;
			margin: -8px 0 0 -8px;
			box-sizing: border-box;
		}

		.table_default .check.no::before {
			content: '';
			display: inline-block;
			width: 16px;
			height: 2px;
			background: gray;
			position: absolute;
			left: 50%;
			transform: rotate(45deg);
			margin: -2px 0 0 -8px;
		}

		.table_default .check.no::after {
			content: '';
			display: inline-block;
			width: 16px;
			height: 2px;
			background: gray;
			position: absolute;
			left: 50%;
			transform: rotate(-45deg);
			margin: -2px 0 0 -8px;
		}

		.table_default .check.null::before {
			content: '';
			display: inline-block;
			width: 16px;
			height: 2px;
			background: gray;
			position: absolute;
			left: 50%;
			margin: -2px 0 0 -8px;
		}

		.table_default .check.text {
			font-size: 13px;
		}
		.table_default td.plugbox{
			position:relative;
			padding:0px;
		}
		.plugbox img{
			width:35px;
			line-height: 25px;
			padding: 5px;
			padding-top: 7px;
		}
		.plugbox span{
			position:absolute;
			bottom:5px;
			right:5px;
		}

/*------------------header------------------*/
.header {
	border-top: 4px solid #13a4fc;
	border-bottom: 1px solid #dadcdf;
	background: white;
	padding-top:23px;
}

.header .inner {
	width: 920px;
	margin: 0 auto;
}

		/*breadcrumb*/
		.box_breadcrumb {
			margin-bottom: 15px;
			padding: 5px 0 8px 0;
			font-size: 1.2rem;
			border-bottom: 1px solid #dadcdf;
		}

		.breadcrumb_item {
			display: inline;
		}

		.breadcrumb_item_current {
			font-weight: bold;
		}

		.breadcrumb_item span {
			margin-right: .5rem;
		}

		/*hotelName*/
		.box_hotelName {
			width: 480px;
		}

		.hotelName_en {
			font-size: 1.4rem;
		}

		/*aside*/
		.box_aside {
			width: 440px;
			text-align: right;
		}

		.box_flag {
			margin-bottom: 10px;
		}

		.box_flag dt {
			width: 370px;
			color: #6e6e6e;
			font-size: 1.2rem;
		}

		.box_flag dd {
			width: 65px;
		}

		/*shareBtn*/
		.box_shareBtn {
			width: 140px;
			display: inline-block;
		}

		.box_shareBtn .flexBox {
			align-items: center;
			-ms-flex-align: center; /*IE10*/
			-webkit-box-align: center; /* Android4.3以下、Safari3.1〜6.0 */
			-webkit-align-items: center; /* Safari6.1以降 */
		}

		.shareBtn_item_line {
			width: 20px;
		}

		.shareBtn_item_twitter {
			width: 20px;
		}

		.shareBtn_item_facebook {
			width: 11px;
		}

		.shareBtn_item_mail {
			width: 18px;
		}

		.shareBtn_item_favorite {
			width: 180px;
		}

		.shareBtn_item_favorite a {
			display: block;
			width: 100%;
			height: 100%;
			padding: 9px 0 7px 0;
			border-radius: 50px;
			background: #ebebeb;
			color: #333;
			font-size: 1.3rem;
			text-align: center;
		}

		.shareBtn_item_favorite a::before {
			content: '';
			display: inline-block;
			width: 16px;
			height: 13px;
			margin-right: 3px;
			background: url(../images/icn_favorite_gray.png) no-repeat center / contain;
			vertical-align: -2px;
		}

		/*hotelClass*/
		.hotelClass {
			width: 100%;
			margin-top: 10px;
			padding: 10px 0;
			text-align: right;
		}

		.hotelClass::before {
			content: '';
			display: inline-block;
			width: 15px;
			height: 12px;
			margin-right: 3px;
			background: url(../images/icn_crown.png) no-repeat center / contain;
		}


/*------------------section_img------------------*/
.section_img {
	width: 920px;
	margin: 25px auto 50px auto;
}

.wrap_mainImg {
	width: 458px;
}

.box_mainImg {
	position: relative;
}

.box_thumbnail {
	width: 450px;
}

.thumbnail_items.flexBox::before,
.thumbnail_items.flexBox::after {
	content: '';
	display: block;
	width: 105px;
}

.thumbnail_items.flexBox::before {
	order:1;
}

.thumbnail_items li.movie:after{
    content: "";
    position: absolute;
    right: 10px;
    background: url(/tour/images/rich/movIcn.png);
    background-size: 100% 100%;
    display: inline-block;
    width: 80px;
    height: 60px;
    cursor:pointer;
}

.thumbnail_item {
	width: 105px;
	margin-bottom: 10px;
	line-height: 0;
	opacity: .5;
	transition: opacity .2s;
	position: relative;
}

.thumbnail_item.active {
	opacity: 1;
}

.thumbnail_item:nth-last-child(-n + 4) {
	margin-bottom: 0;
}

.thumbnail_item:nth-child(n+16) {
	display: none;
}

.thumbnail_item a {
	display: block;
	line-height: 0;
}


.btn_more_thumbnail {
	width: 105px;
}

.btn_more_thumbnail a {
	display: block;
	position: relative;
	width: 100%;
	height: 80px;
	border: 1px solid #83aed9;
	border-radius: 4px;
	text-align: center;
}

.btn_more_thumbnail a::before {
	content: '\00ff0b';
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 10px;
	left: 50%;
	border: 1px solid #156bc1;
	border-radius: 50%;
	transform: translateX(-50%);
	color: #156bc1;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 34px;
	text-align: center;
}

.btn_more_thumbnail a::after {
	content: 'もっと見る';
	display: block;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.2rem;
}

.btn_less_thumbnail a::before {
	content: '\002d';
}

.btn_less_thumbnail a::after {
	content: '閉じる';
}

.caption_mainImg {
	font-size: 1.2rem;
}

.number_img {
	color: #a4a4a4;
	font-size: 1.2rem;
}

.btn_slide {
	display: block;
	width: 30px;
	height: 60px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0,0,0,.5);
	cursor: pointer;
}

.btn_slide:hover {
	background: rgba(0,0,0,.8);
}

.btn_slide_prev {
	left: 0;
	border-radius: 0 30px 30px 0;
}

.btn_slide_next {
	right: 0;
	border-radius: 30px 0 0 30px;
}

.btn_slide span {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
}

.btn_slide span::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 24px;
	left: 10px;
	border-top: 2px solid white;
	border-right: 2px solid white;
}

.btn_slide_prev span::after {
	transform: rotate(-135deg);
}

.btn_slide_next span::after {
	transform: rotate(45deg);
}

/*------------------box_tab------------------*/
.box_tab {
	margin-bottom: 25px;
	border-bottom: 1px solid #13a4fc;
}

.box_tab .inner {
	width: 920px;
	margin: 0 auto;
}

.tab_items {
	width: 522px;
	margin: 0 auto;
}

.tab_item {
	width: 256px;
	border: 1px solid #13a4fc;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	text-align: center;
}

.tab_item a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 0;
	color: #13a4fc;
	font-size: 1.3rem;
}

.tab_item.active a {
	background: #13a4fc;
	color: white;
}

/*------------------section_overview------------------*/
.box_overview {
	width: 630px;
	padding-right: 20px;
	border-right: 1px dotted #dfe1e4;
}

.txt_overview {
	font-size: 1.3rem;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
}

		/*feature*/
		.box_feature {
			width: 225px;
		}

		.feature_item {
			width: 100%;
			height: 40px;
			margin-bottom: 5px;
			padding: 10px;
			color: white;
			border-radius: 4px;
			background: #f4b327;
			position: relative;
		}

		.feature_item .btn_balloon {
			position: absolute;
			right: 10px;
			top: 50%;
			transform: translateY(-50%);
		}
.feature_item .btn_balloonB {
			position: absolute;
			right: 10px;
			top: 50%;
			transform: translateY(-50%);
		}

		.feature_item_gray {
			color: #bbbcbe;
			background: #ecedef;
		}

		.feature_item:last-child {
			margin-bottom: 0;
		}

		.feature_item_net::before {
			content: '';
			display: inline-block;
			width: 20px;
			height: 15px;
			margin-right: 5px;
			vertical-align: -2px;
			background: url(../images/icn_net.png) no-repeat center / contain;
		}

		.feature_item_net_gray::before {
			background: url(../images/icn_net_gray.png) no-repeat center / contain;
		}

		.feature_item_jp::before {
			content: '';
			display: inline-block;
			width: 20px;
			height: 20px;
			margin-right: 5px;
			vertical-align: -5px;
			background: url(../images/icn_jp.png) no-repeat center / contain;
		}

		.feature_item_gray.feature_item_jp::before {
			background: url(../images/icn_jp_gray.png) no-repeat center / contain;
		}

		.feature_item_taxi::before {
			content: '';
			display: inline-block;
			width: 20px;
			height: 15px;
			margin-right: 5px;
			vertical-align: -2px;
			background: url(../images/icn_taxi.png) no-repeat center / contain;
		}

		.feature_item_gray.feature_item_taxi::before {
			background: url(../images/icn_taxi_gray.png) no-repeat center / contain;
		}

		.feature_item_walk::before {
			content: '';
			display: inline-block;
			width: 20px;
			height: 18px;
			margin-right: 5px;
			vertical-align: -2px;
			background: url(../images/icn_walk.png) no-repeat center / contain;
		}

		.feature_item_gray.feature_item_walk::before {
			background: url(../images/icn_walk_gray.png) no-repeat center / contain;
		}

		.caption_feature {
			margin-top: 10px;
			font-size: 1.2rem;
		}

		.caption_feature + .link_more {
			text-align: right;
		}

/*------------------section_map------------------*/

		/*box_map*/
		.box_map {
			width: 920px;
			font-size: 1.3rem;
			line-height: 1.8;
		}
		.box_map.touristSpotType{
			width: 630px;
			padding-right: 20px;
			border-right: 1px dotted #dfe1e4;
		}
		.map{height: 335px;width: 878px}
		.box_map.touristSpotType .map{width: auto;}

		#HotelMap {
			width: 100%;
			height: 335px;
			overflow: hidden;
		}

		.hotelInfo {
			width: 100%;
			margin-top: 10px;
			padding-bottom: 8px;
			border-bottom: 1px solid #d9d9d9;
		}

		.hotelInfo_half {
			width: 49%;
		}

		.hotelInfo dt {
			font-size: 1.2rem;
			font-weight: bold;
		}

		.hotelInfo dd {
			width: 750px;
			font-size: 1.4rem;
		}

		.hotelInfo_half dd {
			width: 305px;
		}

		ul.hotelInfo_noborder{
			border:none;
			padding-bottom:3px;
		}

		ul.hotelInfo_noborder li{
			width:100%;
		}

		/*box_neighborhood*/
		.box_neighborhood {
			width: 225px;
		}

		.neighborhood_item {
			width: 100%;
			margin-bottom: 5px;
		}
		.neighborhood_item.selected a{
			background: #b8e4fe;
		}

		.neighborhood_item:nth-child( n + 11 ) {
			display: none;
		}

		.neighborhood_item:last-child {
			margin-bottom: 0;
		}

		.neighborhood_item a {
			display: block;
			width: 100%;
			padding: 10px;
			border: 1px solid #dadcdf;
			border-radius: 4px;
			color: #333;
		}

		.neighborhood_item a::before {
			content: '';
			display: inline-block;
			width: 11px;
			height: 17px;
			margin-right: 5px;
			background: url(../images/icn_pin.png) no-repeat center / contain;
			vertical-align: -3px;
		}

		.box_neighborhood .btn_more a {
    	width: 100%;
			padding: 5px 0;
		}

/*------------------section_roomFacility------------------*/
	.caption_roomFacility {
		display: block;
		margin-top: 10px;
    font-size: 1.2rem;
	}

/*------------------section_roomFacility------------------*/
	.caption_guestRoomFacility {
		margin-top: 10px;
    font-size: 1.2rem;
	}

/*------------------section_notes------------------*/
	.txt_notes {
		font-size: 1.3rem;
		line-height: 1.8;
	}

/*------------------section_link------------------*/
.section_link {
	padding: 20px;
}

.section_link .heading_level3 span {
	font-weight: normal;
	font-size: 1.2rem;
}

.section_link .link {
	font-size: 1.3rem;
	text-decoration: underline;
}

/*------------------section_bottomNotes------------------*/
.dateOfRenovation {
	width: 920px;
	margin: 0 auto 5px auto;
	font-size: 1.2rem;
	text-align: right;
}

.section_bottomNotes {
	padding: 20px;
	border-top: 1px solid #dadcdf;
}

.txt_bottomNotes {
	font-size: 1.2rem;
	line-height: 1.8;
}

/*------------------tab_tour------------------*/
#tab_tour {
	display: none;
	width: 920px;
	margin: 0 auto;
	padding-bottom: 25px;
}

		/*検索box*/
		#tour_list {
			margin-bottom: 20px;
		}

		#tour_list h3 {
			padding: 20px 0;
			color: #13a4fc;
			font-size: 1.8rem;
			border-top: 6px solid #13a4fc;
		}

		.SR_bg {
			padding: 20px;
			background: white;
		}

		.SR_bg_cts {
			display: flex;
			display: -ms-flexbox; /* IE10 */
			display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
			display: -webkit-flex; /* Safari6.1以降 */

			justify-content: space-between;
			-ms-flex-pack: justify; /*IE10*/
			-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
			-webkit-justify-content: space-between; /* Safari6.1以降 */

			margin-bottom: 10px;
		}

		.SR_siborikomi {
			width: 80px;
		}

		.SR_search {
			width: 790px;
		}

		.SR_search li {
			padding: 10px 0;
		}

		.SR_search dl,
		.SR_search dt,
		.SR_search dd {
			display: inline-block;
			vertical-align:middle;
		}

		.SR_line {
			border-bottom: 1px dotted #dadcdf;
		}

		.SR_dept dt,
		.SR_mokuteki > dt,
		.SR_aircompany > dt {
			padding: 5px 10px;
			background: #f2f2f2;
		}

		.SR_dept {
			display: flex;
			display: -ms-flexbox; /* IE10 */
			display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
			display: -webkit-flex; /* Safari6.1以降 */

			justify-content: space-between;
			-ms-flex-pack: justify; /*IE10*/
			-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
			-webkit-justify-content: space-between; /* Safari6.1以降 */
		}

		.SR_mokuteki dl {
			margin-right: 20px;
		}

		.SR_aircompany dd {
			/*vertical-align: -8px;*/
			vertical-align:middle;
		}

		.SR_dept dd select,
		.SR_dept dd input,
		.SR_mokuteki dl dd select {
			font-size: 1.4rem;
		}

		.SR_result {
			padding: 10px;
			background: #f2f2f2;
			text-align: center;
		}

		.SR_result div {
			font-size: 1.4rem;
		}

		#p_hit_num {
			padding: 0 3px;
			color: red;
			font-weight: bold;
			font-size: 2.4rem;
		}

		/*ツアー*/
		.SR_GoodsBlock_a {
			display: block;
			width: 100%;
			margin-bottom: 20px;
			padding: 20px;
			background: white;
			border: 1px solid white;
			transition: .3s;
		}

		.SR_GoodsBlock_a:hover {
			border: 1px solid #13a4fc;
		}

		.SR_GB_CourseName {
			margin: 0;
			margin-bottom: 10px;
			padding: 4px 5px;
			color: #156bc1;
			font-size: 1.6rem;
			font-weight: bold;
			line-height: 1.5;
			text-indent: 0px;
			background-color: #F2F2F2;
		}

		.SR_GB_CourseDetailBlock {
			display: flex;
			display: -ms-flexbox; /* IE10 */
			display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
			display: -webkit-flex; /* Safari6.1以降 */

			justify-content: space-between;
			-ms-flex-pack: justify; /*IE10*/
			-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
			-webkit-justify-content: space-between; /* Safari6.1以降 */
		}

		.SR_GB_CourseDetail {
			width: 580px;
		}

		.SR_GB_p_point {
			color: #333;
			font-size: 1.2rem;
		}

		.charge_icon {
			width: 80px;
			padding-top: 3px;
		}

		.SR_GB_Value {
			color: #cc1f1f;
			font-size: 1.6rem;
			font-weight: bold;
			line-height: 1.5;
			text-align: right;
		}

		.SR_RedBtn {
			margin-top: 10px;
			padding: 6px;
			color: #156bc1;
			text-align: center;
			border: 1px solid #8ab5e0;
			border-radius: 50px;
			transition: .3s;
		}

		.SR_GoodsBlock_a:hover .SR_RedBtn {
			background: #13a4fc;
			color: white;
			border-color: #13a4fc;
		}

		/*other_hotel*/
		.other_hotel {
			padding: 20px;
			background: white;
			clear: both;
		}

		.other_hotel h4 {
			margin-bottom: 10px;
			font-size: 1.2rem;
			font-weight: bold;
		}

		.SR_other_hotel {
			margin-top: 10px;
			padding-bottom: 10px;
			border-bottom: 1px dotted #dadcdf;
		}

		.SR_other_hotel dt {
			font-size: 1.3rem;
		}

		.SR_other_hotel dd {
			font-size: 1.2rem;
		}

		.SR_other_hotel dd li {
			display: inline-block;
		}

		.SR_other_hotel dd li::before {
			content: '▶';
			font-size: 1rem;
		}

		.SR_other_hotel dd li a {
			color: #156bc1;
		}

		.SR_other_hotel dd li:hover a {
			text-decoration: underline;
		}

/*------------------trunk8------------------*/
/*link_more*/
.link_more_trunk8,
.link_less_trunk8 {
	margin-top: 0;
	position: absolute;
	bottom: -20px;
	left: 0;
}

/*btn_more*/
.btn_more_trunk8,
.btn_less_trunk8 {
	margin-top: 0;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
}

.txt_overview {
	position: relative;
}

.caption_feature {
	position: relative;
}

.caption_roomFacility {
	position: relative;
}

.caption_guestRoomFacility {
	position: relative;
}

.txt_notes {
	position: relative;
}

.SR_SrtPager{
	width:auto;
	margin:25px auto;
	float:left;
	position:relative;
	left:50%;
}
.SR_SrtPager a{
	width:40px;
	background-color: #fff;
	font-size:100%;
	text-decoration:none;
	float:left;
	padding:7px 0;
	display:block;
	font-size: 12px;
}
.SR_SrtPager a.SR_Selected{
	background-color:#007acc;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 12px;
}
.SR_SrtPgrShortCut, .SR_SrtPager li{
	float:right;
	text-align:center;
	margin:2px 0 0 5px;
	display:inline;
}

.SR_SrtPgrShortCut{
	width:40px;
	position:relative;
	left:-50%;
}
.SR_SrtPgrShortCut a{
	width:40px;
}
.SR_SrtPgrNums{
	float:right;
	position:relative;
	left:-50%;
}
.SR_SrtPgrNums li{
	width:40px;
}

/* 航空会社もモーダル */
.overlayBlk{
	width: 700px !important;
	border: solid 2px #32aaf3;
	z-index: 200;
	background: #ffffff;
	position: absolute;
	padding:0 !important;
}
.overlayMds01,.overlayMds04,.overlayMds08{
  background: #32aaf3;
  padding: 10px;
  /* width: 680px; */
  border-bottom: unset;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  }
.selectClose{
    position: absolute;
    top: 0;
    right: 0;
    background: #32aaf3 url(/search/images/close_p_ico.png) 30px center no-repeat;
    width: 60px;
    height: 40px;
    text-indent: -9999px;
}

.sub_loading_rank .selectClose{ position:absolute; right:0; top:20px; background: unset;}
.overlayDeptBox .overlayLine{border-bottom:1px dashed #d9d8d4; margin-bottom: 5px;}
.overlayDateBox .overlayLine{ margin-right: 10px;}
.overlayLine table label{ font-size:14px}
.overlayLine table td ul li label.zero { color: #cccccc;}
.overlayLine table td ul li{ display:inline-block; margin: 0 15px 5px 0;}
.overlayLine table td ul li span{ font-size:13px}
.overlayLine table td ul li label.zero span{ color: #cccccc;}
.overDeptTbl th{  width: 130px; text-align:left;}
.selectClear{/*position: absolute;  bottom: 10px;  right: 10px; z-index:500;*//* margin: 0 auto; */border: solid 1px black;border-radius: 2px;width: 100px;/* vertical-align: middle; */}
a.subWinClear{

	padding: 4px;
	color: black;
	display: block;
	font-size: 14px;
}

#hotelTabs{text-align:center; border-bottom: 2px solid #32aaf3; justify-content: center; margin: 10px 0px;}
#hotelTabs .nav-item{}
#hotelTabs > li{float:none; display:inline-block; zoom:1;}
#hotelTabs .nav-item .nav-link{background-color: #c7c7c7; color:#fff; padding: .8rem 1.5rem; margin-bottom: 1px;}
#hotelTabs .nav-item .nav-link.active{background-color: #32aaf3; border-color: #32aaf3; margin: 0 5px;}

a:hover.subWinClear{text-decoration: none;}
.overlayDeptBox .decisionBox,
.overlayDaysBox .decisionBox,
.overlayDateBox .decisionBox{ padding: 20px 0; /*position: absolute; bottom: 10px; left: 10px;*/}
.overlayDeptBox .decisionBox .txt,
.overlayDaysBox .decisionBox .txt,
.overlayDateBox .decisionBox .txt{ }
.overlayDeptBox .decisionBox .bttn,
.overlayDaysBox .decisionBox .bttn,
.overlayDateBox .decisionBox .bttn{/* display: inline-block; */width:260px;margin-right: 5px;}
.overlayDeptBox .decisionBox .bttn a,
.overlayDaysBox .decisionBox .bttn a,
.overlayDateBox .decisionBox .bttn a{ font-size: 1.5rem; background-color:#fe0000;}
.overlayDeptBox .decisionBox .bttn a.js_hotelcss{
	/*margin-left:310px*/
}



.SR_ErrMesBlock{margin:0 auto 10px; text-align:center;}
.SR_ErrMesBlock dt.SR_ErrTitle{font-size: 18px; margin-bottom:10px;}
.SR_ErrMesBlock dd.SR_ErrContents{font-size: 18px;}
.SR_ErrMesBlock dd.SR_ErrContents em{font-size: 18px; font-weight:bold; display:block; margin:0 0 10px}

/*
航空会社
*/
.overlayMds04{}
.overlayDaysBox .overlayLine {
	margin-bottom: 5px;
}
.overlayDaysBox .overlayLine ul li{/* width: 200px; */margin: 1rem 1rem 0;display: inline-block;vertical-align: top;}
.overlayDaysBox .overlayLine ul li label{font-size: 12px;}
.overDeptairTbl tr th{ width:60px; text-align:left;}
.overHotelTbl tr th.hotelTh{ width:100%; text-align:left; border-bottom: unset; padding-bottom: 0px; margin-bottom: 5px;}
.overlayLine table.overHotelTbl tr th.hotelTh label {font-size: 14px;line-height:18px;}

.overDeptairTbl tr td ul li{display:inline-block; width:24%; margin: 0 1% 5px 0; vertical-align: text-top;}
.overHotelTbl tr td ul li{display:block; vertical-align: text-top;}
.overDeptairTbl tr td ul li:last-child,
.overHotelTbl tr td ul li:last-child{margin-bottom:20px;}
.overlayLine table.overHotelTbl tr th.hotelTh label input{ display: block; float: left; height:18px; padding-top:0}
.overDeptairTbl tr td p,
.overHotelTbl tr td p{ text-align:left;font-size: 14px;  padding:20px; }

.overlayDeptBox .decisionBox,
.overlayDaysBox .decisionBox,
.overlayDateBox .decisionBox{/* padding: 20px 0 20px 160px; *//*position: absolute; bottom: 10px; left: 10px;*/text-align: center;display: block;/* margin: 0 auto; */display: flex;/* width: 700px; */}
.overlayDeptBox .decisionBox .txt,
.overlayDaysBox .decisionBox .txt,
.overlayDateBox .decisionBox .txt{ }
.overlayDeptBox .decisionBox .bttn,
.overlayDaysBox .decisionBox .bttn,
.overlayDateBox .decisionBox .bttn{/* display: inline-block; *//* width:260px; */margin-right: 5px;margin: 0 auto;}
.overlayDeptBox .decisionBox .bttn a,
.overlayDaysBox .decisionBox .bttn a,
.overlayDateBox .decisionBox .bttn a{font-size: 1.5rem;background-color:#fe0000;width: 260px;display: block;color: #fff;padding: 5px;border-radius: 5px;text-decoration: none;}
.overlayDeptBox .decisionBox .bttn a.js_hotelcss{
	/*margin-left:310px*/
}

#Btn_p_carr img{vertical-align: bottom;}
#carr_li{display: flex;}


.infobox {color: white;position: absolute;width: 120px !important;height: 50px !important;background-color: white;border: 1px solid #000;}
.infobox:before, .infobox:after {border-color: transparent transparent transparent #212121; border-style: solid; border-width: 20px 20px 0; bottom: -1px; content: ""; display: none; height: 0; left: -1px; position: absolute; width: 0; z-index:2}
.infobox:after {border-color: transparent transparent transparent #FFFFFF; border-width:24px 24px 0; z-index:1}
.close{opacity: unset;}
.infobox .close {cursor: pointer;position:absolute;right: 0.2rem;/* top: 0.8rem; */width: 20px;height:20px;text-indent: -99999px;background: url(/search/images/new_search/close_ico.png) center no-repeat;z-index: 1;}
.infobox .content { padding:10px;}

.arrow-bottom {
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	border-left: 10px dashed #000;
	border-right: 10px dashed #000;
	border-top: 30px dashed #000;
	border-bottom-color: #000;
	left: calc(50% - 10px);
	bottom: -30px;
	border-top-style: solid;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.arrow-bottom:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 9px dashed #fff;
	border-right: 9px dashed #fff;
	border-top: 29px dashed #fff;
	top: -31px;
	left: -9px;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

#overlay {
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	z-index: 100;
	background-color: #ffffff;
	opacity: 0.8;
}
.allClearWrapper p,.carrClearWrapper p{
	/*background: -moz-linear-gradient(top,#FFF 0%,#EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	border: 1px solid #a4a4a4;
	border-radius: 4px;	*/
	color:#a4a4a4;
	width:66px;
	height:25px;
	line-height: 20px;
	-webkit-transition: none;
	transition: none;
	/*padding:6px;*/
	text-align:center;
}
.allClearWrapper p a,.carrClearWrapper p a{
	font-size: 1.2rem;
	color:#333;		background:url(/attending/kaigai/hotel/detail/images/btn_Sr_02.png);
	font-weight: bold;
	line-height: 1.5;
	display: block;
	width:66px;
	height:25px;
	text-indent:-9999px;
}

.below_comment{text-align: right;}

.close {
	width: 300px;
	margin: 30px auto;
}

.BreadCrumb__link:hover{text-decoration: none;}
