@charset "UTF-8";
/* ================================
	共通
================================ */
/* overlay
---------------------- */
html,body{
  _height: 100%;
  min-width: 1000px;
}
.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 #c71e33;
    margin: 0 10px;
    padding: 20px;
	background: #fff;
	display: block;
	font-weight: bold;
	width: 300px;
	font-size: 1.4em;
	color: #c71e33;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
	float: left;
}
.btn a:hover {
	background: #c71e33;
	color: #fff;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.flexbox{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
}

/* ================================
	ヘッダ
	.globalHeader
================================ */
/*	globalHeader
---------------------- */
.globalHeader .inner{
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	text-align: center;
	position: relative;
	height: 880px;
}
.globalHeader .inner h1{
	/* [disabled]position: absolute; */
	/* [disabled]width: 452px; */
	/* [disabled]right: 113px; */
	/* [disabled]height: 299px; */
	position: absolute;
	left: 0px;
	top: 27px;
}
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 {
	margin-bottom: 3em;
}
#pr-02 {
	height: 260px;
}
#pr-04 {
	clear: both;
	/*overflow: hidden;*/
	background: #0b1b3c;
}
/*	schedule
---------------------- */
.schedule{
	position: relative;
	z-index: 100;
	width: 382px;
	float: right;
}
.txt-01,
.txt-02,
.txt-03{
	display: block;
	width: 320px;
	height: 40px;
	overflow: hidden;
	position: absolute;
}
.txt-01 img,
.txt-02 img,
.txt-03 img{
	display: block;
	width: 320px;
	height: 40px;
}
.txt-01{
	top: 78px;
	left: 30px;
}
.txt-02{
	top: 175px;
	left: 30px;
}
.txt-03{
	top: 270px;
	left: 30px;
}
.schedule a:hover{
	background: rgba(255, 222, 224, .4);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffeeff,EndColorStr=#99ffeeff);
}
.tltip-01,
.tltip-02,
.tltip-03{
	position: absolute;
	left: -400px;
	z-index: 9999;
	display: none;
}
.tltip-01{
	top: -105px;
}
.tltip-02{
	top: -7px;
}
.tltip-03{
	top: 85px;
}
.hotelList .hotelL .hotelBtn1 {
	position: absolute;
	top: 470px;
	left: 35px;
	display: block;
}
.hotelList .hotelL .hotelBtn2 {
	position: absolute;
	top: 470px;
	left: 245px;
	display: block;
}
.hotelList .hotelS .hotelBtn1 {
	position: absolute;
top: 470px;
    left: 23px;
	display: block;
}
.hotelList .hotelS .hotelBtn2 {
	position: absolute;
top: 500px;
    left: 23px;
	display: block;
}
.info {
	float: left;
}
#convention {
	text-align: center;
	background: #fff;
	padding: 20px 0;
}

.header_coupon {
	position: absolute;
	top: 500px;
	right: 0;
}
.hotel_illust {
	position: absolute;
	right: 0;
	top: -40px;
	z-index: 9999;
}
.hotel-ttl {
	padding: 40px 0 30px;
}
.spot01 {
    position: absolute;
    top: 10px;
    left: 0;
}

.btn01 {
	position: absolute;
	top: 440px;
    right: 80px;
}

.spot02 {
    position: absolute;
    top: 192px;
    left: 103px;
}
.btn02 {
	position: absolute;
	top: 566px;
	right: 0;
}
.spot03 {
    position: absolute;
    top: 359px;
    left: 130px;
}
.btn03 {
	position: absolute;
	top: 626px;
	left: 30px;
}

.spot04 {
    position: absolute;
    top: 443px;
    left: 0px;
}
.btn04 {
	position: absolute;
	top: 367px;
	left: 31px;
}

.topics {
	position: absolute;
	top: 847px;
	right: 0;
}
.btn05 {
	position: absolute;
	top: 377px;
	left: 30px;
}
.spot05 {
    position: absolute;
    top: 979px;
    left: 5px;
}
.spot06 {
    position: absolute;
    top: 1518px;
    left: 0;
}
.btn06 {
	position: absolute;
	top: 378px;
	left: 0;
}

.spot07 {
    position: absolute;
    top: 1995px;
    left: 102px;
}

.spot08 {
	position: absolute;
	top: 1950px;
	left: 552px;

}

.btn07 {
	position: absolute;
	top: 251px;
	left: 0;

}

.gero-map {
	position: absolute;
	top: 1900px;
	left: 0;

}

.furusato_coupon {
	background: url(../images/furusato_coupon.png) no-repeat center top;
	height: 230px;
	padding-top: 120px;
	overflow: hidden;
	margin-bottom: 3em;
}

.coupon_txt {
	margin: 10px 10px 40px;
	font-size: 0.9em;
	color: white;
}

.taiken-ttl {
	position: absolute;
	top: 580px;
    left: 210px;
}

.taiken01 {
	position: absolute;
	top: 650px;
    left: 50px;
}

.taiken02 {
	position: absolute;
	top: 650px;
    left: 355px;
}

.taiken03 {
	position: absolute;
	top: 650px;
    left: 660px;
}

.taiken04 {
	position: absolute;
	top: 1010px;
    left: 50px;
}

.taiken05 {
	position: absolute;
	top: 1010px;
    left: 355px;
}

.taiken06 {
	position: absolute;
	top: 1010px;
    left: 660px;
}

.musical {
	position: absolute;
    left: 0px;
    top: 30px;
}

.hanabi {
	position: absolute;
	right: 1px;
	top: 253px;
}

.other {
	position: absolute;
    left: 320px;
    top: 100px;
}

.coupon {
	position: absolute;
    left: 0px;
    top: 530px;
}

.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;
}

.float-L {
	float: left;
}

.float-R {
	float: right;
}
.flexcontainer {
	display: flex;
	width: 600px;/*190115 追加*/
	margin: auto;/*190115 追加*/
}
.flexitem {
	width: 100%;/*190115 33％変更　190201 50%変更*/
	text-align: center;
}

.align-r {
	text-align: right;
}

.align-l {
	text-align: left;
}

#pr-03 {
	margin-bottom: 3em;
}
