@charset "utf-8";
/*======================================
	Styles for 
	hotel category
=======================================*/
.hotel #header {
	width: 100%;
	background: rgba(0,0,0,0.7);
	height: 96px;
	position: relative;
	z-index: 2;
}
.hotel #header .contents{
	align-items: flex-start;
}
#header .hotel_logo {
	background: url(../img/hotel/bg_hotel_header_logo.png) no-repeat;
	width: 290px;
	height: 128px;
}
#header .hotel_logo h1 {
	float: none;
	width: 100%;
	padding: 30px 20px 6px;
	line-height: 1.8;
	font-size: 20px;
	font-weight: 700;
}
#header .hotel_logo h1 .tag {
	background: #F25213;
	display: inline-block;
	padding: 0 12px;
	font-size: 12px;
	color: #FFF;
}
#header .hotel_logo > p {
	text-align: right;
	padding-right: 20px;
}
.hotel .hright {
	width: calc(100% - 290px);
	text-align: right;
}
.hotel .hright_banners{
	padding-top: 10px;
	gap: 10px;
}

.hotel .hright_hotel-list {
	margin: 0;
	padding: 0;
	width: 210px;
	font-size: 14px;
}
.hotel .hright_hotel-list ul {
	display: none;
	margin: 0;
	padding: 0;
	border: 1px solid #FFF;
	width: 210px;
	position: absolute;
	z-index: 10;
	overflow: auto;
}
.hotel .hright_hotel-list li {
	display: block;
	padding: 0;
	text-align: left;
}
.hotel .hright_hotel-list a {
	display: block;
	background: #F7F6F4;
	width: 100%;
}
.hotel .hright_hotel-list li > a {
	box-sizing: border-box;
	border-bottom: 1px dotted #CCC;
	padding: 2px 10px;
}
.hotel .hright_hotel-list li > a:hover {
	background: #FFF;
}
/* Header Navigation
-------------------------------------- */
.hotel #header .nav {
	padding: 12px 0;
	letter-spacing: -1em;
	font-family: "Yu Mincho Medium", "游明朝 Medium", YuMincho Medium, "游明朝体 Medium", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, serif;
}
.hotel #header .nav li {
	padding: 0;
	width: 20%;
	color: #FFF;
}
.hotel #header .nav li:first-child{
	background: none;
}
.hotel #header .nav li a {
	display: block;
	color: #FFF;
}
/* Header after appear
-------------------------------------- */
.hotel .floatArea{
	background: transparent;
}
.hotel .floatArea #header{
	height: auto;
}
.floatArea #header .hotel_logo {
	background: none;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.floatArea #header .hotel_logo > p {
	padding: 0;
}
.floatArea #header .hotel_logo h1 {
	padding: 0;
	line-height: 1.6;
	font-size: 16px;
	font-weight: 700;
}
.floatArea #header .hotel_logo h1 a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #FFF;
}
.floatArea #header .hotel_logo h1 .tag {
	background: #F25213;
	display: block;
	margin-right: 12px;
	padding: 0 12px;
	font-size: 9px;
	color: #FFF;
}


.hotel .floatArea .hright {
	text-align: right;
}

.hotel .floatArea .hright_hotel-list {
	font-size: 13px;
}
.hotel .floatArea .hright_hotel-list ul {
	display: none;
	width: 180px;
}
.hotel .floatArea .hright_hotel-list li {
	display: block;
	padding: 0;
	text-align: left;
}
.hotel .floatArea .hright_hotel-list a {
	display: block;
	background: #F7F6F4;
	width: 100%;
}
.hotel .floatArea #header .nav {
	
}
.hotel .floatArea #header .nav li {
	font-size: 12px;
}
.hotel .floatArea #header .nav li:first-child{
	background: url(../img/kugirisen.gif) no-repeat left;
}
/* Main visual
-------------------------------------- */
#mv_hotel {
	margin: 0 auto;
	padding: 0 10px 64px;
	width: 100%;
	height: 624px;
	font-family: "Yu Mincho Medium", "游明朝 Medium", YuMincho Medium, "游明朝体 Medium", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, serif;
	text-align: left;
	display:flex;
	flex-wrap: nowrap;
	align-items: center;
	position: relative;
}
#mv_hotel .inner {
	color:#000;
	text-shadow:
	-1px -1px 2px #ffffff,1px 1px 2px #ffffff,
	-1px -1px 3px #ffffff,1px 1px 3px #ffffff,
	-1px -1px 4px #ffffff,1px 1px 4px #ffffff,
	-1px -1px 5px #ffffff,1px 1px 5px #ffffff,
	-1px -1px 6px #ffffff,1px 1px 6px #ffffff,
	-1px -1px 7px #ffffff,1px 1px 7px #ffffff,
	-1px -1px 8px #ffffff,1px 1px 8px #ffffff,
	-1px -1px 9px #ffffff,1px 1px 9px #ffffff,
	-1px -1px 10px #ffffff,1px 1px 10px #ffffff;
	/*width:60%;*/
}
#mv_hotel .inner h2 {
	margin-bottom: 24px;
	line-height: 1.5;
	font-size: 42px;
}
#mv_hotel .inner p {
	font-size: 18.5px;
	margin:1em 0 0 0;
}
.hotel #mv2 {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 312px;
	text-align: center;
	display: table;
	position: relative;
	top: 0;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, serif;
}
.hotel #mv2 .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	height: 312px;
}
.hotel #mv2 .inner h2 {
	min-width: 1024px;
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 10px;
	font-size: 45px;
	font-weight: 700;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, 0 0 8px #FFF;
}
.mv_hotel-top {
	width: 100%;
	height: 720px;
	position: fixed;
	top: 0;
	z-index: -1;
	overflow: hidden;
}
.mv_hotel-top > img {
	position: absolute;
	min-width: 1500px;
	min-height: 100%;
	width: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.mv_hotel-guide {
	background: url(../img/hotel/mv_hotel-guide.png) left top no-repeat,  url(../img/hotel/mv_hotel_bg.gif);
}
#main-contents-hotel {
	background: #FFF;
	padding: 60px 0;
}
#main-contents-hotel.hotel_top {
	padding: 0;
}
/*--------------------------------------
	hotel_top
----------------------------------------*/
.hotel_title {
	font-size: 28px;
	text-align: center;
	line-height: 1.25em;
	margin-bottom: 20px;
}
.hotel_title-white {
	color: #FFF;
}
.hotel_title em {
	font-size: 36px;
}
.hotel_title span {
	display: block;
	color: #28D0A7;
	font-size: 18px;
}
.hotel_title-white span {
	color: #FDE300;
}
#hotel_news {
	background: #449CD6 url(../img/hotel/hotel_news_bg.gif);
	min-height: 160px;
	padding: 40px 0 24px;
	box-shadow: 0 0 2px 0 rgba(0,82,70,.5);
}
#hotel_news .news-L {
	margin: 0 auto;
	width: 16.6%;
	float: left;
}
#hotel_news .news-L img {
	vertical-align: bottom;
}
#hotel_news .news-R {
	margin: 0 auto;
	padding: 0;
	width: 83.4%;
	float: left;
}
#hotel_news .news-R::after {
	display: block;
	content: "";
	clear: both;
}
#hotel_news .news-R li {
	display: table;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#hotel_news .news-R .day {
	display: table-cell;
	margin: 0;
	width: 96px;
	text-align: left;
	color: #FFF;
}
#hotel_news .news-R .title {
	display: table-cell;
	width: calc(100% - 96px);
	margin: 0;
	text-align: left;
	color: #FFF;
}
#hotel_news .btn {
	clear: both;
	margin-right: 0;
	width: 200px;
}
#hotel_news .btn a {
	background: #1281CB;
	border: none;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFF;
}
#hotel_news .btn a:after {
	height: 0.4em;
	width: 0.4em;
	border-color: #FFF;
}
#hotel_guide {
	padding: 60px 0 0;
}
#hotel_access {
	background: #F7F4F0;
	padding: 40px 0 110px;
}
#hotel_access .g-map {
	margin-bottom: 30px;
	width: 100%;
	height: 560px;
}
#hotel_access .g-map iframe {
	width: 100%;
	height: 100%;
}
#hotel_access .address dt {
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, serif;
	font-size: 20px;
	font-weight: 700;
}
#hotel_access .address dd {
	margin: 1em 0;
	font-size: 14px;
}
#hotel_access .route h3 {
	background: url(../img/price_subtitlebg.png) left center no-repeat;
	margin-top: 40px;
	padding-left: 30px;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, serif;
	font-size: 19px;
	font-weight: 700;
}
#hotel_access .route p { padding: 0 24px; }
#hotel_access .bus {
	margin: 10px auto 0;
	padding: 0 24px;
}
#hotel_access .bus dt {
	margin: 0;
	width: 100%;
}
#hotel_access .bus dd {
	margin: 36px auto 0;
	width: 976px;
}
#hotel_access .route img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}
#hotel_plan {
	background: #A5C350 url(../img/bg_plan.png);
}
#hotel_plan .par-inner {
	padding: 40px 0;
	margin: 0 auto;
	max-width: 1500px;
	background: url(../img/planlistbg.png) center 0% no-repeat fixed;
}
#hotel_plan .plan-wrap dt {
	background: #FFF;
}
#hotel_toure-event {
	padding: 50px 0;
}
#hotel_toure-event .slider {
	width: 2000px;/* スライド画像幅×slidesToShowの値 */
	margin: 0 auto;
	padding: 0;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#hotel_toure-event .slider li {
	-webkit-writing-mode: vertical-rl;/* 縦書き */
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 400px;
	height: 560px;
	overflow: hidden;
	position: relative;
}
#hotel_toure-event .slider li figure span {
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, serif;
	text-shadow: 0 0 8px #242424;
	font-size: 32px;
	position: absolute;
	top: 0;
	right: 64px;
	margin: 30px 0;
}
#hotel_toure-event figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}
#hotel_toure-event .slick-slide img {
	position: absolute;
	width: auto;
	max-width: 100%;
	height: 100%;
	z-index: -1;
}
#hotel_toure-event figure img {
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
/*	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	transform-origin: center;
*/	text-align: center;
}
#hotel_toure-event .slider li figcaption {
	position: absolute;
	left: -100%;
	top: 0;
	z-index: 2;
	padding: 142px 32px 64px 32px;
	width: 60%;
	height: 560px;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); 
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); 
	background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
	color: #FFF;
	-webkit-transition: .3s;
	transition: .3s;
	text-shadow: 0 0 8px #000;
}
#hotel_toure-event figure:hover figcaption {
	left: 0;
}
#hotel_toure-event .slider li figcaption p {
	margin: 10px;
	font-size: 17px;
}
#hotel_toure-event .slider li figcaption h3 {
	margin: 10px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight: 700;
}
#hotel_kankoumap {
	padding: 20px 0 60px;
}
#hotel_kankoumap .contents {
	border-top: 1px solid #79BAE6;
	position: relative;
}
#hotel_kankoumap .contents:before {
	content: "";
	display: block;
	margin: 0 auto;
	width: 110px;
	height: 3px;
	background: #79BAE6;
	position: absolute;
	right: 0;
	left: 0;
}
#hotel_kankoumap .hotel_title {
	padding: 30px 0;
	margin-bottom: 0;
}
#hotel_kankoumap .kankoumap {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.kankoumap_spot {
	border-collapse: separate;
	border-spacing: 10px;
	margin: 20px -10px;
}
.kankoumap_spot tr {
	height: 106px;
}
.kankoumap_spot td {
	border: 1px solid #000;
	padding: 16px;
	width: 25%;
	min-height: 106px;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
}
.kankoumap_spot td .spot {
	margin-bottom: 4px;
}
.kankoumap_spot td .spot a {
	color: #0D54A2;
	font-size: 18px;
}
.kankoumap_spot td .spot a:hover {
	color: #28D0A7
}
/*--------------------------------------
	hotel_guide
----------------------------------------*/
.hotelguide_outline {
	margin-bottom: 70px;
	padding-right: 32px;
	width: calc(45.4%);
	float: left;
	font-size: 17px;
}
.hotelguide_catch {
	margin-bottom: 20px;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, serif;
	font-size: 28px;
}
.hotelguide_image1 {
	margin-bottom: 70px;
	width: 54.6%;
	float: right;
}
.hotelguide_image1 > img {
	width: 100%;
	height: auto;
	vertical-align: top;
	border: 1px solid #EBECED;
}
/**/
.hotelguide_image1 figure + figure{
	margin-top:24px;
}
/**/
.hotel-movie iframe{
	width:100%;
	height:640px;
}
.hotelguide_cnt-wrap {
	border-top: 1px solid #79BAE6;
	position: relative;
}
.hotelguide_cnt-wrap:before {
	content: "";
	display: block;
	margin: 0 auto;
	width: 110px;
	height: 3px;
	background: #79BAE6;
	position: absolute;
	right: 0;
	left: 0;
}
.hotelguide-title {
	margin-top: 16px;
	margin-bottom: 36px;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
}
.hotelguide-subtitle {
	background: url(../img/price_subtitlebg.png) left center no-repeat;
	margin: 30px 0 20px;
	padding-left: 30px;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, serif;
	font-size: 19px;
	font-weight: 700;
}
.hotelguide-subtitle > span {
	padding-left: 20px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: 400;
}
/* hotel_guide gallery
------------------------------- */
.hotelguide_gallery .figure {
	width: 32%;
	margin-bottom: 30px;
	margin-right: 2%;
	text-align: center;
	float: left;
}
.hotelguide_gallery .figure:nth-of-type(3n) {
	margin-right: 0;
}
.hotelguide_gallery .figure:nth-of-type(3n+1) {
	clear:both;
}
.hotelguide_gallery .figure_img {
	width: 100%;
	max-height: 260px;
	overflow: hidden;
}
.hotelguide_gallery .figure_img img {
	border: 1px solid #EBECED;
}
.hotelguide_gallery .figcaption {
	margin-top: 6px;
}
.hotelguide_gallery_btn {
	width: 50%;
}
.hotelguide_gallery_more {
	display: none;
}
.hotelguide_detail {
	margin-bottom: 70px;
}
.hotelguide_detail table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
}
.hotelguide_detail table th, .hotelguide_detail table td {
	padding: 20px 40px;
	border: 1px solid #EEEAE3;
}
.hotelguide_detail table th {
	background: #EEEAE3;
	width: 320px;
	font-weight: 500;
	text-align: left;
}
.hotelguide_detail table td {
	background: #FFF;
	width: calc(100%-320px);
}
.hotelguide_detail table td .red {
	margin-top: 1em;
	font-size: 15px;
}
.hotelguide_detail .inline-list li {
	display: inline-block;
	padding: 0 10px 0 0;
}
.hotelguide_detail .inline-list li::after {
	display: inline;
	content: "/";
	margin-left: 12px;
}
.hotelguide_detail .inline-list li:last-of-type::after {
	display: none;
}
/* hotel_guide food
------------------------------- */
.hotelguide_food {
	margin: 80px 0 60px;
}
.hotelguide_food .hotelguide_gallery {
	margin-top: 20px;
}

/* hotel_guide access
------------------------------- */
.hotelguide_access {
	margin: 80px 0 60px;
}
.hotelguide_map {
	margin-top: 20px;
	width: 100%;
}
.hotelguide_map_detail {
	background: #EEEAE3;
	padding: 48px 30px;
	width: 360px;
	float: left;
}
.hotelguide_map_detail .address {
	padding-bottom: 28px;
}
.hotelguide_map_detail .address dt {
	margin-bottom: 20px;
	font-size: 18px;
}
.hotelguide_map_detail .address dd {
	margin-bottom: 1em;
	font-size: 14px;
}
.hotelguide_map_detail .route {
	padding-top: 42px;
	position: relative;
}
.hotelguide_map_detail .route:before {
	display: block;
	content: "";
	width: 96px;
	border-top: 1px dashed #D0C5B0;
	position: absolute;
	top: 0;
}
.hotelguide_map_detail .route dt {
	margin-bottom: 10px;
	line-height: 26px;
	font-size: 14px;
}
.hotelguide_map_detail .route .car > img {
	width: 30px;
	height: auto;
	padding-right: 6px;
	vertical-align: middle;
}
.hotelguide_map_detail .route .train {
	margin-top: 24px;
}
.hotelguide_map_detail .route .train > img {
	width: 30px;
	height: auto;
	padding: 0 9px 0 3px;
	vertical-align: middle;
}
.hotelguide_map_detail .route dd {
	font-size: 12px;
}
.hotelguide_map .g-map {
	width: calc(100% - 360px);
	/* 高さはjsで制御してます */
	float: left;
}
.hotelguide_map .g-map iframe {
	width: 100% !important;
	height: 100% !important;
}

/* 那須キャンプ場 予約フォーム埋め込み */
#nasuautoyoyaku{
	position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
#nasuautoyoyaku iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* 施設案内　アクセス下のフリーエリア */
.freearea{margin-top: 60px;}
.freearea2{margin: 40px 0;}