@charset "UTF-8";
/* ================================
	共通
================================ */
/* overlay
---------------------- */
html,body{
  _height: 100%;
  min-width: 1000px;
  
  /*ヨコスクロールバーを出さない*/
  overflow-x: hidden;
  overflow-y: visible;
}
.overlay{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99000000,EndColorStr=#99000000);
	_background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	
	_position: absolute;
	_top: expression(documentElement.scrollTop + 'px');
	
	display: none;
}
.popup{
  width: 575px;
  height: 575px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -320px 0 0 -276px;
}
.btn-close{
	display: block;
	margin: 20px auto 0;
	width: 80px;
	text-align: center;
	padding: 4px 6px;
	background: #fff;
	color: #000;
	border-radius: 20px;
}
.btn-close:hover{
	color: #000;
	background: #ccc;
}
.btn a {
    text-align: center;
    border: 2px solid #ec46a4;
    margin: 0 20px 0 0;
    padding: 20px;
	background: #fff;
	display: block;
	font-weight: bold;
	width: 350px;
	font-size: 1.4em;
	color: #ec46a4;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
	float: left;
}

.btn a:hover {
	background: #ec46a4;
	color: #fff;
}

/*210315新規追加-------------*/

.btn_210315 a{
    width: 785px;
    margin: 30px 0 0 75px;
} 

.text_210315{
    text-align: center;
    border: 2px solid #000000;
    margin: 0 auto;
    padding: 10px;
	background: #fff;
	display: block;
	font-weight: bold;
	width: 785px;
	font-size: 1.2em;
	color: #000000;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}

/*--------------------------*/

/***********************************************
マウスオーバー
***********************************************/
.contents-pr a {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	position: relative;
	top: 0;
}
.contents-pr a:hover {
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	top: -3px;
}


.mb05 {
	margin-bottom: 5px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}
.mb40 {
	margin-bottom: 40px !important;
}
.pl40{
padding-left: 40px;
}
.flexbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  
  -webkit-flex-wrap: wrap;          /* Safari etc. */
  -ms-flex-wrap    : wrap;          /* IE10        */
  flex-wrap        : wrap;
}
.flexbox div {
	margin: 10px;
}

/* ================================
	ヘッダ
	.globalHeader
================================ */
/*	globalHeader
---------------------- */
.globalHeader .inner{
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	text-align: center;
	position: relative;
}

.siteLogo {
position: absolute;
right: 67px;
top: 450px;
}

h2 {
	text-align: center;
}
/*	globalNav
---------------------- */
.globalNav{
	position: relative;
	z-index: 10;
}
.globalNav li{
	position: relative;
}
.globalNav li:before{
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	/*border-left: 1px dotted #333;*/
	position: absolute;
	top: 0;
	left: -15px;
	z-index: 100;
}
.globalNav li.grF:before{
	border: none;
}
.globalNav a{
	display: block;
	width: 200px;
	height: 187px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background: url(../images/header/nav.png) no-repeat 0 0;
}
a.itm-01{	background-position: 0 0;}
a.itm-02{	background-position: -200px 0;}
a.itm-03{	background-position: -400px 0;}
a.itm-04{	background-position: -600px 0;}
a.itm-05{	background-position: -800px 0;}
a.itm-01:hover{	background-position: 0 -187px;}
a.itm-02:hover{	background-position: -200px -187px;}
a.itm-03:hover{	background-position: -400px -187px;}
a.itm-04:hover{	background-position: -600px -187px;}
a.itm-05:hover{	background-position: -800px -187px;}

/*	extra
---------------------- */
.extra{
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -550px;
	z-index: 1;
}
.extra  img{
	position: absolute;
	top: 0;
	left: 0;
}

/* ================================
	フッタ
	.globalFooter
================================ */
/*	address
---------------------- */
address.gr8{
	font-style: normal;
	color: #fff;
	margin-bottom: 0;
}
address h3{
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 .5em;
	line-height: 1;
	padding-left: .3em;
	border-left: 12px solid #fff;
}
address dl,
address dd{
	margin: 0;
	padding: 0;
}
address dt{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
a.btn-kyokai{
	display: inline;
	padding: 4px 8px 4px 16px;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1;
	border: 1px solid #fff;
	color: #fff;
	position: relative;
	
	margin-left: 10px;
	text-decoration: none;
}
a.btn-kyokai:before{
	display: block;
	content: ">";
	position: absolute;
	top: 4px;
	left: 6px;
}
a.btn-kyokai:hover{
	color: yellow;
	border-color: yellow;
}

/*	PR企画
---------------------- */
.pr{
	display: inline;
	padding: 4px 8px 4px 10px;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1;
	letter-spacing: .2em;
	border: 1px solid #fff;
	color: #fff;
	position: relative;
}

/* ================================
	コンテンツ
	.contents-yad
================================ */
.contents-yad h2{
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 30px -55px;
}
.img-medal{
	position: absolute;
	top: -20px;
	left: 130px;
}

/*	plancassette
---------------------- */
.contents-yad h3{
	margin: 0 0 15px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background: url(../images/contents/sec-yad/h-yad.png) no-repeat 0 0;
}
.size-L h3{
	width: 480px;
	height: 110px;
}
.size-S h3{
	width: 310px;
	height: 106px;
}
#hotel-01 h3{	background-position: 0 0;}
#hotel-02 h3{	background-position: 0 -125px;}
#hotel-03 h3{	background-position: 0 -250px;}
#hotel-04 h3{	background-position: 0 -375px;}
#hotel-05 h3{	background-position: 0 -500px;}
#hotel-06 h3{	background-position: 0 -625px;}
#hotel-07 h3{	background-position: 0 -750px;}
#hotel-08 h3{	background-position: 0 -875px;}
#hotel-09 h3{	background-position: 0 -1000px;}
#hotel-01:hover h3, #hotel-01 h3:hover{	background-position: -479px 0;}
#hotel-02:hover h3, #hotel-02 h3:hover{	background-position: -479px -125px;}
#hotel-03:hover h3, #hotel-03 h3:hover{	background-position: -479px -250px;}
#hotel-04:hover h3, #hotel-04 h3:hover{	background-position: -479px -375px;}
#hotel-05:hover h3, #hotel-05 h3:hover{	background-position: -479px -500px;}
#hotel-06:hover h3, #hotel-06 h3:hover{	background-position: -479px -625px;}
#hotel-07:hover h3, #hotel-07 h3:hover{	background-position: -479px -750px;}
#hotel-08:hover h3, #hotel-08 h3:hover{	background-position: -479px -875px;}
#hotel-09:hover h3, #hotel-09 h3:hover{	background-position: -479px -1000px;}

.contents-yad h3:hover,
.contents-yad li figure:hover,
.plan:hover{
	cursor: pointer;
}

/* figure */
.contents-yad li figure{
	position: relative;
	overflow: hidden;
}
.contents-yad li figure:hover{
	background: #000;
}
.contents-yad li figure:hover a.toJalanYad{
	filter: alpha(opacity=40);
	-moz-opacity: .40;
	opacity: .40;
}
/* 宿の詳細はこちら */
.img-search{
	width: 240px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 200%;
	margin: -15px 0 0 -102px;
}
.img-search img{
	
}

/* おすすめプラン */
.plan{
	background: #fffcef;
	padding: 1em;
	margin-bottom: .5em;
	position: relative;
}
.plan:hover{
	
	background: #fcedf4;
}
.plan:before{
	display: block;
	content: "";
	width: 85px;
	height: 38px;
	overflow: hidden;
	background: url(../images/contents/sec-yad/icn-plan.png) no-repeat 0 0;
	position: absolute;
	top: -20px;
	left: -25px;
	
}
.plan dt{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}
.plan dd{
	margin: 0;
	color: #f15649;
	font-size: 12px;
	font-size: 1.2rem;
}
.plan .price{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 0 .5em;
}
.size-S dt{
	font-size: 14px;
	font-size: 1.4rem;
}
.size-S .price{
	font-size: 16px;
	font-size: 1.6rem;
}
/* a */
a.toPlan{
	color: #333;
	font-weight: bold;
	margin-left: 100px;
	margin-bottom: 40px;
}

.plan:hover a,
a.toPlan:hover{
	color: #f15649;
}
a.otherPlan{
	font-size: 11px;
	font-size: 1.1rem;
	color: #f15649;
	position: relative;
	padding-left: 1em;
}
a.otherPlan:hover{
	background: #fcedf4;
}
a.otherPlan:before{
	display: block;
	content: ">";
	line-height: 1;
	color: #f15649;
	position: absolute;
	top: 0;
	left: 0;
}
/* map */
.map img{
	padding: 4em 0 0;
}



/* ================================
	btn-toJalan
================================ */
#btn-toJalan .inner{
	padding: 30px 0 0;
}
.toGero,
.toTen{
	display: block;
	width: 480px;
	height: 74px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background: url(../images/contents/sec-yad/btn-jalan.png) no-repeat 0 0;
	position: relative;
}
.toGero{ background-position: 0 -74px;}
.toTen{	background-position: -480px -74px;}

.toPlan{
	display: block;
	width: 800px;
	height: 74px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background: url(../images/contents/btnPlan.png) no-repeat 0 0;
	position: relative;
}


/* ================================
	アクセス情報
	#access
================================ */
/*	h
---------------------- */
.h-bus{
	margin: -10px 0 20px -20px;
	position: relative;
}
#access small{
	color: #815315;
}

/* btn */
a.btn-bus{
	display: block;
	width: 395px;
	height: 148px;
	position: relative;
}
.map{
	position: relative;
	_width: 556px;
}
a.btn-access{
	display: block;
	width: 187px;
	height: 82px;
	position: absolute;
	top: 0;
	right: 0;
}

.img-bus{
	position: absolute;
	bottom: 0;
	left: 30px;
}
.copy {
	position: absolute;
	top: 347px;
	left: 160px;
}
.page.container .globalHeader.container .inner nav {
	position: absolute;
	top: 519px;
	width: 1000px;
}
.hotelList {
	overflow: hidden;
	margin-bottom: 50px;
}
.hotelList li {
	float: left;
	margin-right: 20px;
    margin-left: 10px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.hotelList li.hotelS {
	float: left;
    margin-right: 0;
    margin-left: 10px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}


#pr-01 {
}
#pr-02 {
	height: 260px;
}
#pr-04 {
	clear: both;
	/*overflow: hidden;*/
	background: #0b1b3c;
}

.coupon {
	position: absolute;
    left: 20px;
    top: 635px;
}

.float-L {
	float: left;
}

.float-R {
	float: right;
}
.flexcontainer {
	display: flex;
}
.flexitem {
	width: 20%;
	text-align: center;
}

.align-r {
	text-align: right;
}

.align-l {
	text-align: left;
}

.align-c {
	text-align: center;
}



.gero01 {
position: absolute;
left: 0;
top: 2318px;
}

.gero02 {
	position: absolute;
    left: 344px;
    top: 2309px;
}

.gero03 {
position: absolute;
right: 10px;
top: 2318px;
}
.gero04 {
position: absolute;
left: 344px;
top: 2657px;
}

.gero05 {
	position: absolute;
right: 10px;
top: 2666px;

}

.gero06 {
	position: absolute;
right: 0;
top: 390px;

}


.btn_coupon01 {
	position: absolute;
	left: 20px;
	top: 90px;
}

.btn_coupon02 {
	position: absolute;
	left: 260px;
	top: 90px;
}

.btn_coupon03 {
	position: absolute;
	left: 500px;
	top: 90px;
}

.btn_coupon04 {
	position: absolute;
	left: 740px;
	top: 90px;
}

.btn_coupon {
	position: absolute;
    left: 20px;
    top: 80px;
}

#body_bg {
	background:
	url(../images/bg.jpg) no-repeat top center;
}

/*動画*/
#video-background,
#video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
 
#video-background {
  z-index: -2;
}
 
#video-overlay {
  z-index: -1;
}




@media only screen and (max-device-width: 480px) {
 /* スマホ用のCSS */
#video-background,
#video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 40%;
  min-height: 40%;
  width: auto;
  height: auto;
}


#video-background {
  height: 40% !important;

}

}



/*スクロールを促す矢印*/
#scroll {
  position: absolute;
  top: 90%;
  left: 50%;

}

a.scroll {
  padding-top: 90px;
  color: #fff;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 1.2em;
  letter-spacing: 2px;
}
a.scroll span {
  position: absolute;
  top: 90%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.globalHeader {
		background: url("../images/header-bg.jpg") no-repeat top center;
	padding-bottom: 40px;
	height: 700px;

}

.coupon_txt {
	margin: 0 70px;
}


#header {
	text-align: center;
	padding: 30px 0 30px;
}
@media screen and (max-width: 768px) {
/* 768px以下用（タブレット）の記述 */
#header {/* 背景の左右が見きれないように */
	background-size: 100% auto;
}
}

.experience {
	height: 700px;
	display: block;
}

.attention {
	text-align: center;
	padding: 20px;
	color: #ff0000;
	margin-top: 100%;
	background: #FFFFFF;
	font-size: 13px;
	font-size: 1.3rem;
	font-family:"Lucida Grande","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 1.7;
}

.sweets {
	margin: 0 40px;
}
