@charset "utf-8";

/*----------------------------------------------------------
	2015-05 renewal
----------------------------------------------------------*/
/*----------------------------------------------------------
    universal reset
----------------------------------------------------------*/
html{
padding:0;border:0;outline:0;font-size: 62.5%;vertical-align:baseline;background:transparent;
}
body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:1.4rem;vertical-align:baseline;background:transparent;}


body{line-height:1; color:#333;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
a{margin:0;padding:0;vertical-align:baseline;background:transparent;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}
input,select{vertical-align:middle;}


/*----------------------------------------------------------
    common setting
----------------------------------------------------------*/
html {
  font-size: 62.5% !important;
}
* {
    font-size: 13px;
    font-size: 1.3rem;
    line-height:1.4;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
a:focus{
    outline: none;}
a{
    color:inherit;
    text-decoration: underline;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover{
    color:#999;
    text-decoration: none;}


ul, li {
    list-style:none;
    margin:0;
    padding:0;
    }
a:hover img{
	opacity: 0.8;
}

/*----------------------------------------------------------
    layout tools
----------------------------------------------------------*/
/* clearfix */
.clearfix:before, .clearfix:after{content:""; display:table;}
.clearfix:after{ clear:both;}
.clearfix {zoom:1;}

.pos{ position: relative;}
.fLeft{ float: left;}
.fRight{ float: right;}




/*  page style
==========================================================*/
body#top #mvBgimage{
	width:100%;
	height:693px;
	margin-bottom: -693px;
	/*background: url(/images/index/bg_topMv.jpg) no-repeat center bottom;*/
	background-size: cover;
	position: relative;
	z-index: -2;

}
.mv_bgLimage{
	position: absolute;
	left:50%;
	margin-left:-800px;
	bottom:-220px;
	z-index:-1;
}
.mv_bgRimage{
	position: absolute;
	right:50%;
	margin-right:-800px;
	bottom:-150px;
	z-index:-1;
}
#wrap{
	overflow: hidden;
	}


/*#mainContents{
	margin-top:-5px;
}*/


#top .mfp-bg {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.7;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1042;
}
#top .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #333;}
/*----------------------------------------------------------
    header
----------------------------------------------------------*/

/* ---------- main visual ---------- */
#mv,
#mv .slide,
#mv .slide img {
    width: 100%;
}

#mv{
	position: relative;
    width: 100%;
    opacity: 0;
}

#mv a:hover img{ opacity: 1;}
#mv a .mvBtn{
	margin-right: -480px;
	position: absolute;
	right: 50%;
	bottom:90px;
	padding:6px;
	display: block;
	opacity: 1;
	width:170px;
	text-align:center;
	background: #FB6F56;
	color:#fff;
	border:1px solid #fed;
	z-index: 9;
}
#mv a .mvBtn_blue{
	margin-right: -480px;
	position: absolute;
	right: 50%;
	bottom:90px;
	padding:6px;
	display: block;
	opacity: 1;
	width:170px;
	text-align:center;
	background: #00BFFF;
	color:#fff;
	border:1px solid #D8F5FF;
	z-index: 9;
}

#mv a .mvBtn_mdl{
	position: absolute;
	right: 0 !important;
	left: 0 !important;
	margin: 0 auto !important;
	bottom:90px;
	padding:6px;
	display: block;
	opacity: 1;
	width:170px;
	text-align:center;
	background: #FB6F56;
	color:#fff;
	border:1px solid #fed;
	z-index: 9;
}

#mv a .mvBtn_mdl_blue{
	position: absolute;
	right: 0 !important;
	left: 0 !important;
	margin: 0 auto !important;
	bottom:85px;
	padding:6px;
	display: block;
	opacity: 1;
	width:170px;
	text-align:center;
	background: #00BFFF;
	color:#fff;
	border:1px solid #D8F5FF;
	z-index: 9;
}

#mv a:hover .mvBtn_mdl_blue,
#mv a:hover .mvBtn_blue{
	background: #99E5FF;
}

#mv a .mvBtn_mdl.w260{
	width:260px;
}
/* 2017/9/19 start */
#mv a .mvBtn_mdl.w300,
#mv a .mvBtn_mdl_blue.w300,
#mv a .mvBtn_blue.w300{
	width:300px;
}
/* 2017/9/19 end */
/* 2017/11/2 start */
#mv a .mvBtn_mdl.w400{
	width:400px;
}
/* 2017/11/2 end */

#mv a:hover .mvBtn,
#mv a:hover .mvBtn_mdl {
	background: #FEA07E;
}

#mv #slideArea {
    height:auto;
    width: 100%;
    min-height: 398px;
    overflow: hidden;
    position: relative;
}
#mv #slideArea:after{
  content: "";
  display: block;
  padding-top: 41.43%;
}

#mv .centerView{
	width:100%;
  margin:0 auto;
  top: 0;
  left: 0;
  position: absolute;
}
#mv .bx-wrapper{
	width:100%;
	overflow: visible!important;
}
#mv .bx-wrapper img {
    vertical-align: top;
    display:block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

#mv .bx-viewport{
	width:100%;
	margin:0 auto!important;
	overflow: visible!important;
	height:auto!important;
	position: absolute;
	left:0;
	top:0;
}
#mv .bx-wrapper li:before {
    padding-top: 45%；
}

#mv .bx-wrapper li a:after {
  /* 画像のドラッグアンドドロップを禁止 */
  width: 100%;
  height: 487px;
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
}

@media print {
  #slideArea {
    display: none !important;
  }
}
/* PAGER */
#mv .bx-wrapper{ /*position: relative;*/}
#mv .bx-wrapper .bx-pager {
	position: absolute;
	bottom:83px;
	width:460px;
	left:50%;
	margin-left:-230px;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}

#mv .bx-wrapper .bx-pager .bx-pager-item,
#mv .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

#mv .bx-wrapper .bx-pager.bx-default-pager a {
	background: #d8d8d8;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	outline: 0;
	border-radius: 5px;
}

#mv .bx-wrapper .bx-pager.bx-default-pager a:hover,
#mv .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #D6030D;
}
#mv .bx-wrapper .bx-pager.bx-default-pager a.active{
	position: relative;
}


#mv .bx-wrapper .bx-pager.bx-default-pager a.active:before{
	position: absolute;
	content: "　";
	top:-6px;
	left:-10px;
	width:31px;
	height:25px;
	display:block;
	background: url(/images/index/ico_pager.png) ;
}

#mv .bx-prev {
    background: url(/images/index/main_slide_icon.png) no-repeat 0 0;
    left: 10px;
}
#mv .bx-next {
    background: url(/images/index/main_slide_icon.png) no-repeat -180px 0;
    right: 10px;
}
#mv .bx-prev:hover {
    background: url(/images/index/main_slide_icon.png) no-repeat -50px 0;
}
#mv .bx-next:hover {
    background: url(/images/index/main_slide_icon.png) no-repeat -130px 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0%;
	background: url(/images/index/controls.png) no-repeat -5px 0;
}
.bx-wrapper .bx-next {
	right: 0%;
	background: url(/images/index/controls.png) no-repeat -55px 0;
}
.bx-wrapper .bx-prev:hover { background-position: -5px -58px;}
.bx-wrapper .bx-next:hover { background-position: -55px -58px;}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
    bottom: 0;
	outline: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index: 800;
    margin: auto;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}




/* ---------- tab ---------- */
#tabConts{
}
#tabConts .tabTheme{
	border-top:1px solid #ccc;
	width:960px;
	margin:0 auto;
}
#tabConts .tabInfoarea{
	border-top:1px solid #ccc;
	background:#fff;
}

#tabConts ul {
	list-style:none;
	width:960px;
/*	margin-bottom:-1px;*/
	position: relative;
	z-index:100;
}
#tabConts .tabTheme ul li {
	float: left;
	text-align:center;
	width:239px;
	font-size: 16px;
	font-weight:bold;
	font-size: 1.6rem;
	line-height:61px;
	height:61px;
	cursor:pointer;
	border-right:1px solid #ccc;
	background: url(/images/index/bg_tabTheme.png) repeat-x 0 0;
	color:#666;
}
#tabConts .tabTheme ul li:hover{ background: #E26465 url(/images/index/bg_tabTheme.png) repeat-x 0 0;}
#tabConts .tabTheme ul li.selected {
	background:#fff;
	cursor:default;
	width:239px;
	border-top:none;
	border-right:1px solid #ccc;
	line-height:61px;
	height:61px;
	background: url(/images/index/bg_tabThemeCurrent.gif) no-repeat 0 0;
	color:#333;
}
#tabConts .tabTheme ul li i{
	font-size:30px;
	font-size:3.0rem;
	vertical-align: middle;
	margin: 0 10px 0 -10px;
}
#tabConts #textArea{
	position:relative;
	top:-1px;
	z-index:1;
	clear:left;
	padding-top:20px;
}

/* tab 共通パーツ */

#textArea .tabTitle{
	text-align:center;
	font-size:28px;
	font-size:2.8rem;
	line-height:1.4;
}
#textArea .tabTitle span{
	text-align:center;
	font-size:24px;
	font-size:2.4rem;
	display:block;
}
#textArea #text_1 .tabTitle,
#textArea #text_2 .tabTitle{ margin-bottom: 20px;}
#textArea #text_3 .tabTitle,
#textArea #text_4 .tabTitle{ margin-bottom: 40px;}


#textArea .blokLink3set{
}
#textArea .blokLink3set p{
	float:left;
	width:;
}


#textArea .moreInfo{
	display: block;
	text-align:center;
	clear:both;
	padding:20px 0 30px;
}
#textArea .moreInfo a{
	display:inline-block;
	height:40px;
	background:#FB6F56;
	text-decoration:none;
	padding:0 20px;
	min-width: 150px;
}
#textArea .moreInfo a:hover{
	background: #FEA07E;
}
#textArea .moreInfo span{
	font-size:14px;
	font-size:1.4rem;
	line-height:40px;
	color:#fff;
}
#textArea .moreInfo span:before{
	margin:0 5px 0 -5px;
	content: "\f105";
	font-family: FontAwesome;
	font-size:14px;
	font-size:1.4rem;
	line-height:40px;
	color:#fff;
	font-weight: bold;
}

/* 2016/02/26 add */
#textArea .otoku_moreInfo{
	display: block;
	text-align:center;
	clear:both;
	padding:20px 0 30px;
}
#textArea .otoku_moreInfo a{
	display:inline-block;
	height:40px;
	background:#FB6F56;
	text-decoration:none;
	padding:0 20px;
	min-width: 150px;
	margin-left:30px;
}
#textArea .otoku_moreInfo a:hover{
	background: #FEA07E;
}
#textArea .otoku_moreInfo span{
	font-size:14px;
	font-size:1.4rem;
	line-height:40px;
	color:#fff;
}
#textArea .otoku_moreInfo span:before{
	margin:0 5px 0 -5px;
	content: "\f105";
	font-family: FontAwesome;
	font-size:14px;
	font-size:1.4rem;
	line-height:40px;
	color:#fff;
	font-weight: bold;
}
/* 2016/02/26 end */




.link3block{ clear: both; display:table; width:959px; border-left: 1px solid #ccc;  margin-top: 25px;}
.link3block > p{ display:table-cell;  }
.link3block > p a{
	display:block;
	vertical-align: middle;
	padding: 10px;
	text-align:center;
	font-size: 14px;
	font-size:1.4rem;
	border-right: 1px solid #ccc;}
.link3block > p i{
	margin-right: 10px;
	font-size: 18px;
	font-size:1.8rem;}

.cont5col li{
	float:left;
	width:184px;
	margin-left:9px;
	text-align:center;
}
.cont5col li:first-child{
	margin-left:0;
}
.cont5col li img{
	vertical-align:top;
	margin-bottom:10px;
}
.cont5col li p.linkTxt{
	width:169px;
	padding:0 0 0 15px;
	font-size:15px;
	font-size:1.5rem;
}
.cont5col li p.linkTxt a{
	font-size:15px;
	font-size:1.5rem;
	line-height:1.6;
}

.cont5col li p.linkTxt a:hover{ color:#D6030D;}
.cont5col li p.linkTxt i{
	display:inline-block;
	margin:0 5px 0 -15px;
	color:#d80000;
	vertical-align:middle;
	font-size:15px;
	font-size:1.5rem;
	line-height:1.6;
}
.cont5col li p{
	width:164px;
	padding:10px;
	line-height: 1.6;
	font-size:14px;
	font-size:1.4rem;
	text-align:left;
}


#text_2 .cont5col li p.linkTxt{
	height:4em;
}
#text_2 .cont5col li p strong{
	display:block;
}


.tabColSet .list{
	float:left;
	width:635px;
	overflow:hidden;
}
.tabColSet .bnr{
	float:right;
	width:325px;
	text-align: right;
}
.tabColSet .bnr img{
	max-width:300px;
}
.tabColSet .bnr a{
	display:inline-block;
	margin-bottom:12px;
}

.tabColSet .inTab2col li{
	float:left;
	width:310px;
	margin-left:9px;
	text-align:center;
}
.tabColSet .inTab2col li:first-child{
	margin-left:0;
}
.tabColSet .inTab2col li img{
	vertical-align:top;
	margin-bottom:10px;
}
.tabColSet .inTab2col li p.linkTxt{
	width:295px;
	padding:0 0 0 15px;
	font-size:15px;
	font-size:1.5rem;
}
.tabColSet .inTab2col li p.linkTxt a{
	font-size:15px;
	font-size:1.5rem;
	line-height:1.6;
}
.tabColSet .inTab2col li p.linkTxt a:hover{ color:#D6030D;}
.tabColSet .inTab2col li p.linkTxt i{
	display:inline-block;
	margin:0 5px 0 -15px;
	color:#d80000;
	vertical-align:middle;
	font-size:15px;
	font-size:1.5rem;
	line-height:1.6;
}
.tabColSet .inTab2col li p{
	width:290px;
	padding:10px;
	line-height: 1.6;
	font-size:14px;
	font-size:1.4rem;
	text-align:left;
}
.tabColSet .inTab2col li p strong{
	display:block;
}


.tabColSet .inTab3col li{
	float:left;
	width:202px;
	margin-left:13px;
	text-align:center;
}
.tabColSet .inTab3col li:first-child{
	margin-left:0;
}
.tabColSet .inTab3col li.is-double{
	width: 414px;
}
.tabColSet .inTab3col li.is-double p.is-double{
	width: 414px;
}
.tabColSet .inTab3col li img{
	vertical-align:top;
	margin-bottom:10px;
}
.tabColSet .inTab3col li p.linkTxt{
	width:187px;
	padding:0 0 0 15px;
	font-size:15px;
	font-size:1.5rem;
}
.tabColSet .inTab3col li p.linkTxt a{
	font-size:15px;
	font-size:1.5rem;
	line-height:1.6;
}
.tabColSet .inTab3col li p.linkTxt a:hover{ color:#D6030D;}
.tabColSet .inTab3col li p.linkTxt i{
	display:inline-block;
	margin:0 5px 0 -15px;
	color:#d80000;
	vertical-align:middle;
	font-size:15px;
	font-size:1.5rem;
	line-height:1.6;
}
.tabColSet .inTab3col li p{
	width:202px;
	padding:10px 0;
	line-height: 1.6;
	font-size:14px;
	font-size:1.4rem;
	text-align:left;
}
.tabColSet .inTab3col li p strong{
	display:block;
}

#text_4 .tabColSet .bnr {
	position: relative;
	width:300px;


}
/* mini slide */
#miniSlide{}

#miniSlide{
	padding-top:30px;
	background:#d7d8df;
}

#miniSlide .bx-wrapper img {
	vertical-align: top;
}
#miniSlide .bx-wrapper li{
	display: block;
}

#miniSlide .bx-wrapper{ position: relative;}
#miniSlide .bx-wrapper .bx-pager {
	position: absolute;
	top:360px;
	width:960px;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}

#miniSlide .bx-wrapper .bx-pager .bx-pager-item,
#miniSlide .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

#miniSlide .bx-wrapper .bx-pager.bx-default-pager a {
	background: #d8d8d8;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	outline: 0;
	border-radius: 5px;
}

#miniSlide .bx-wrapper .bx-pager.bx-default-pager a:hover,
#miniSlide .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #D6030D;
}
#miniSlide .bx-wrapper .bx-pager.bx-default-pager a.active{
	position: relative;
}


#miniSlide .bx-wrapper .bx-pager.bx-default-pager a.active:before{
	position: absolute;
	content: "　";
	top:-6px;
	left:-10px;
	width:31px;
	height:25px;
	display:block;
	background: url(/images/index/ico_pager.png) ;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

#miniSlide .bx-wrapper .bx-prev {
	left: 50%;
	margin-left:-500px;
	background: url(/images/index/controls_slide4.png) no-repeat 0 0;
}

#miniSlide .bx-wrapper .bx-next {
	right: 50%;
	margin-right:-500px;
	background: url(/images/index/controls_slide4.png) no-repeat -42px 0;
}

#miniSlide .bx-wrapper .bx-prev:hover {
	background-position: 0 -42px;
}

#miniSlide .bx-wrapper .bx-next:hover {
	background-position: -42px -42px;
}

#miniSlide .bx-wrapper .bx-controls-direction a {
	top:68px;
	width: 40px;
	height: 40px;
}

#miniSlide .bx-wrapper .bx-pager.bx-default-pager a {
	background: #D6030D;}
#miniSlide .bx-wrapper .bx-pager {
	position:static;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	padding-bottom: 14px;
}


/* ---------- reserve ---------- */
#reserve{

}
.resTitarea{
	height:53px;
	background: url(/images/index/bg_topRes.png) repeat-x 0 0;
}
.resTitarea .h3{
	width:960px;
	display: block;
	margin:0 auto;
	color:#fff;
	font-size:22px;
	font-size:2.2rem;
	line-height: 53px;
}
.resTitarea .h3 a {
  display: block;
  font-size:22px;
	font-size:2.2rem;
	line-height: 53px;
  text-decoration: none;
  color: #98CE00;
}
.resTitarea .h3 a:hover {
  color: #B6E100;
}
#reserve .bgElements{
	background: url(/images/index/bg_resStay.jpg) no-repeat center top;
	background-size: 100% auto;
	height:243px;
	padding: 40px 0 0;
}
@media screen and (max-width: 1400px){
	#reserve .bgElements{background-size: auto 283px;}}



.resConts{
  float: left;;
	width:617px;
	margin: 0 0 0 auto ;
	padding:17px 0 0 ;
	background: url(/images/index/bg_resStay02.png) repeat 0 0;
}
#reserve .inputArea input{
	display:inline-block;
	vertical-align:middle;
	padding:5px;
}
#reserve select{
	display:inline-block;
	vertical-align:middle;
	padding:5px;
}

#reserve .inputArea{
	display:block;
}


#reserve .inputArea .day .data01{float:left; margin-left:25px;}
#reserve .inputArea .day .dataCalendar{float:left;}
#reserve .inputArea .day .dataCalendar img{margin-top:30px;}
 #reserve .inputArea .yui-calcontainer {
		margin-top: -250px;
		margin-left: -18px;}
#reserve .inputArea .day .data02{float:right;margin-right:25px;}
#reserve .inputArea .man .data03{float:left; margin-left:25px;}
#reserve .sendArea {float:right; margin-right:25px;}
#reserve .sendArea input{ margin-top:30px; padding:0;}

@media only screen and (max-width: 1023px) {
	#reserve .sendArea input[type="image"] {
		width: 135px;
	}
}


#reserve dt{
	font-weight:bold;
	color:#fff;
	padding-bottom:10px;}




#reserve .data01 #inputY{ width: 5em;}
#reserve .data01 #inputM{ width: 3.5em;}
#reserve .data01 #inputD{ width: 3.5em;}
#reserve .data02 input{ width:4em;}
#reserve .data01 dt{ width: 4em;}
#reserve .data02 dt{ width: 6em;}
#reserve .data03 dt{ width: 6em;}
#reserve .day{ padding: 0 0 12px 0;}
#reserve .man{}
#reserve .data03 select{padding-left:0;padding-right:0;}

#reserve .data01 span{
	display:inline-block;
	padding:0 1em 0 0.5em;
	vertical-align:bottom;
	color:#fff;
}
#reserve .data02 span{
	display:inline-block;
	padding:0 0 0 0.5em;
	vertical-align:bottom;
	color:#fff;
}
#reserve .data03 span{
	display:inline-block;
	padding:0 0.5em 0 0.5em;
	vertical-align:middle;
	color:#fff;
}
#reserve .data03 span:first-child{
	padding:0 0.5em 0 0;
}

#reserve .linkArea{
	padding:10px 0 17px 25px;
}
#reserve .linkArea li{
	background: url(/images/index/ico_res_arrow.png) no-repeat 0 0;
	padding: 0 0 0 14px;
	float:left;
	margin-right:10px;

}
#reserve .linkArea a{
	color:#fff;
	display:block;
	font-size:14px;
	font-size:1.4rem;
	line-height:1.6;
}


/* ---------- small slider (4block) ---------- */
#smallSlider{
	padding-top:15px;
	background:#ffffff;

}

#smallSlider .bx-wrapper img {
	vertical-align: top;
}
#smallSlider .bx-wrapper li{
    width: 245px!important;
	display: block;
}

#smallSlider .bx-wrapper .bx-controls-direction {
/*     position: absolute; */
    width: 100%;
}

#smallSlider .bx-wrapper{ position: relative;}
#smallSlider .bx-wrapper .bx-pager {
	position: absolute;
	top:360px;
	width:960px;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}

#smallSlider .bx-wrapper .bx-pager .bx-pager-item,
#smallSlider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

#smallSlider .bx-wrapper .bx-pager.bx-default-pager a {
	background: #d8d8d8;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	outline: 0;
	border-radius: 5px;
}

#smallSlider .bx-wrapper .bx-pager.bx-default-pager a:hover,
#smallSlider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #243857;
}
#smallSlider .bx-wrapper .bx-pager.bx-default-pager a.active{
	position: relative;
}


#smallSlider .bx-wrapper .bx-pager.bx-default-pager a.active:before{
	position: absolute;
	content: "　";
	top:-6px;
	left:-10px;
	width:31px;
	height:25px;
	display:block;
	background: url(/images/index/ico_pager.png) ;
}

/* DIRECTION CONTROLS (NEXT / PREV) */




#smallSlider .bx-wrapper .bx-prev {
	left: 50%;
	margin-left:-500px;
    background: url(/images/index/sub_slide_icon.png) no-repeat 0 0;
    background-size: auto 40px;
}

#smallSlider .bx-wrapper .bx-next {
	right: 50%;
	margin-right:-500px;
    background: url(/images/index/sub_slide_icon.png) no-repeat -144px 0;
    background-size: auto 40px;
}

#smallSlider .bx-wrapper .bx-prev:hover {
	background-position: -40px 0;
}

#smallSlider .bx-wrapper .bx-next:hover {
	background-position: -104px 0;
}

.bx-has-controls-direction {
    overflow: hidden;
    width: 100%;
    height: auto;
}
#smallSlider .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top:-60px;
	outline: 0;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 800;
}
#smallSlider .bx-wrapper .bx-pager.bx-default-pager a {
	background: #606F87;}
#smallSlider .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


#smallSlider .bx-wrapper .bx-pager {
	position:static;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	padding-bottom: 15px;
}

#smallSlider .bx-wrapper li a:after {
  /* 画像のドラッグアンドドロップを禁止 */
  width: 230px;
  height: 166px;
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
}

@media print {
  #smallSlider {
    display: none !important;
  }
}


/* ---------- small slider02 (4block) ---------- */

#smallSlider02 .bx-wrapper img {
	vertical-align: top;
}
#smallSlider02 .bx-wrapper li{
    width: 314px!important;
	display: block;
}

#smallSlider02 .bx-wrapper .bx-controls-direction {
    width: 100%;
}

#smallSlider02 .bx-wrapper{ position: relative;}

/* DIRECTION CONTROLS (NEXT / PREV) */




#smallSlider02 .bx-wrapper .bx-prev {
	left: 50%;
	margin-left:-500px;
    background: url(/images/index/sub_slide_icon.png) no-repeat 0 0;
    background-size: auto 40px;
}

#smallSlider02 .bx-wrapper .bx-next {
	right: 50%;
	margin-right:-500px;
    background: url(/images/index/sub_slide_icon.png) no-repeat -144px 0;
    background-size: auto 40px;
}

#smallSlider02 .bx-wrapper .bx-prev:hover {
	background-position: -40px 0;
}

#smallSlider02 .bx-wrapper .bx-next:hover {
	background-position: -104px 0;
}

.bx-has-controls-direction {
    overflow: hidden;
    width: 100%;
    height: auto;
}
#smallSlider02 .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
	outline: 0;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 800;
}
#smallSlider02 .bx-wrapper .bx-pager.bx-default-pager a {
	background: #606F87;}
#smallSlider02 .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


#smallSlider02 .bx-wrapper .bx-pager {
	position:static;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	padding-bottom: 15px;
}



/* ---------- area parts ---------- */



.areaUnit{
	padding:0 0 30px;
	border-bottom:1px solid #ccc;
}

.areaUnit .areaTit{
	margin:20px 0;
	text-align:center;
	font-size:22px;
	font-size:2.2rem;
	line-height:1.4;
}
.areaUnit .areaTit.smallTxt{
	font-size:18px;
	font-size:1.8rem;
}

.areaUnit_containerTit{
	font-size: 20px;
	font-size: 2.0rem;
	text-align: left;
	margin: 45px 0 20px;
	letter-spacing: 0.2em;
}

.areaUnit_containerTit-small{
	font-size: 18px;
	font-size: 1.8rem;
	text-align: left;
	margin: 30px 0 20px;
}

.areaUnit_containerTit span {
	float: right;
	letter-spacing: 0;
}

.areaUnit_containerTit span a {
	text-decoration: none;
	border: 1px solid #ddd;
	padding: 8px 12px;
	font-size: 12px;
	position: relative;
	top: 0px;
}

.areaUnit_containerTit span a i {
	padding-right: 5px;
	color: #D80000;
}


.indexTxt{
	position: relative;
	padding: 0 200px 25px 0;
	font-size:18px;
	font-size:1.8rem;
	line-height:1.6;
}
.indexTxt a{
	position:absolute;
	right:0px;
	top:0px;
	display:block;
	width:140px;
	height:40px;
	background:#d40d1c;
	text-align:center;
	text-decoration:none;
}
.indexTxt span{
	font-size:14px;
	font-size:1.4rem;
	line-height:40px;
	color:#fff;
}
.indexTxt span:before{
	margin:0 5px 0 -5px;
	content: "\f105";
	font-family: FontAwesome;
	font-size:14px;
	font-size:1.4rem;
	line-height:40px;
	color:#fff;
	font-weight: bold;
}









.cont2col li{
	float:left;
	width:475px;
	margin-left:10px;
	text-align:center;
}
.cont2col li:first-child{
	margin-left:0;
}
.cont2col li img{
	vertical-align:top;
	margin-bottom:10px;
}



.cont3col li{
	float:left;
	width:314px;
	margin-left:9px;
	text-align:center;
}
.cont3col li:first-child{
	margin-left:0;
}
.cont3col li img{
	vertical-align:top;
	margin-bottom:10px;
}
.cont3col li p.linkTxt{
	width:299px;
	padding:0 0 0 15px;
	font-size:15px;
	font-size:1.5rem;
}
.cont3col li p.linkTxt a{
	font-size:15px;
	font-size:1.5rem;
	line-height:1.6;
}
.cont3col li p.linkTxt i{
	display:inline-block;
	margin:0 5px 0 -15px;
	color:#d80000;
	vertical-align:middle;
	font-size:15px;
	font-size:1.5rem;
	line-height:1.6;
}
.cont3col li p{
	width:294px;
	padding:10px;
	line-height: 1.6;
	font-size:14px;
	font-size:1.4rem;
	text-align:left;
}







.cont4col li{
	float:left;
	width:232px;
	margin-left:10px;
	text-align:center;
}
.cont4col li:first-child{
	margin-left:0;
}
.cont4col li img{
	vertical-align:top;
	margin-bottom:10px;
}









.cont6col{
	text-align:center;
}
.cont6col li{
	display:inline-block;
	width:150px;
	margin-left:10px;
	text-align:center;
	vertical-align:top;
}
.cont6col li:first-child{
	margin-left:0;
}
.cont6col li img{
	vertical-align:top;
	margin-bottom:15px;
}
.cont6col li p{
	width:150px;
	height:3em;
	padding:10px 0;
	line-height: 1.6;
	font-size:14px;
	font-size:1.4rem;
}
.cont6col.wide li{
	width:180px;
	margin-left:10px;
}
.cont6col.wide li:first-child{
	margin-left:0;
}
.cont6col.wide li p{
	width:180px;
}





/* ---------- informaton ---------- */
#infoList{
	padding:45px 0 ;
}
#infoList .infoTit{
	float:left;
	width:150px;
	font-size:18px;
	font-size:1.8rem;
	font-weight: bold;
}
#infoList .infoConts{
	float:left;
	width:799px;
	height:10em;
	overflow-y: scroll;
	border-left:1px solid #ccc;
}
#infoList .infoConts .col2line{
	display: table;
	width:740px;
	margin-left: 30px;
	margin-bottom: 15px;
}
#infoList .infoConts .col2line > div{
	display:table-cell;
}



#infoList .infoConts .text {
	line-height:1.6;
}
#infoList .infoConts .text a {
	font-size: inherit;
}
#infoList .infoConts .text.new {
	padding-left: 38px;
	background: url(/images/index/ico_new_info.gif) no-repeat 0 7px;
}


/* ---------- plan_information ---------- */
#planinfoList{
	padding:45px 0 ;
}
#planinfoList .infoTit{
	float:left;
	width:150px;
	font-size:18px;
	font-size:1.8rem;
	font-weight: bold;
}
#planinfoList .infoConts{
	float:left;
	width:799px;
	height:10em;
	overflow-y: scroll;
	border-left:1px solid #ccc;
}
#planinfoList .infoConts .col2line{
	display: table;
	width:740px;
	margin-left: 30px;
	margin-bottom: 15px;
}
#planinfoList .infoConts .col2line > div{
	display:table-cell;
}



#planinfoList .infoConts .text {
	line-height:1.6;
}
#planinfoList .infoConts .text a {
	font-size: inherit;
}
#planinfoList .infoConts .text.new {
	padding-left: 38px;
	background: url(/images/index/ico_new_info.gif) no-repeat 0 7px;
}

/*----------------------------------------------------------
	BestRate
----------------------------------------------------------*/
.resTitarea h3 {
  letter-spacing: 0.1em;
}
.resTitarea h3 span {
  color: #FFC926;
  margin-left: 1em;
  font-weight: normal;;
}
div.bestRate {
  width: 340px;
  float: right;
  margin-top: -14px;
}

/*
 * ビッグバナーサムネイル
 */
#mv .sliderPagerWrap .bx-wrapper {
    overflow: hidden !important;
}
.sliderPagerArea {
    position: absolute;
    margin-top: -80px;
    width: 100%;
    background: #eee;
    opacity: 0.6;
    height: 80px;
}
.sliderPagerWrap {
    margin: 0px auto;
    position: relative;
    margin-top: -80px;
    padding: 10px;
    width: 800px;
    height: 60px;
}

#mv .sliderPagerWrap p.sliderPagerPrevIcon a.bx-prev{
    display:block;
    width:50px;
    height:50px;
    position:absolute;
    color:#fff;
    top:14px;
    left:-60px;
    text-indent:-9999px;
}
#mv .sliderPagerWrap p.sliderPagerNextIcon a.bx-next{
    display:block;
    width:50px;
    height:50px;
    position:absolute;
    color:#fff;
    top:14px;
    right:-60px;
    text-indent:-9999px;
}

/*----------------------------------------------------------
	ロマンチック・ハワイアンズ用（終了後削除予定）
----------------------------------------------------------*/

.romantic {
	background: url(/images/index/img_slideTopromantic.png) no-repeat center center;
	background-size: contain;
}

/*----------------------------------------------------------
	メインビジュアル　画像リンク設置
----------------------------------------------------------*/
.mvLinkImg {
    bottom: 120px;
    display: block;
    margin-left: -480px;
    opacity: 1;
    padding: 6px;
    position: absolute;
    left: 50%;
    text-align: center;
    z-index: 9;"
}
.mvLinkImg a {
    transition: opacity 0.15s linear 0s;
}
.mvLinkImg a:hover{
    opacity: 0.8;
}

/*----------------------------------------------------------
	メインビジュアル　画像リンク設置(いい風呂の日用)
----------------------------------------------------------*/
.mvLinkImg_onsen {
    bottom: 60%;
    display: block;
    margin-right: -500px;
    opacity: 1;
/*    padding: 6px;*/
    position: absolute;
    right: 50%;
    text-align: center;
    z-index: 9;"
}

.mvLinkImg_onsen a {
    transition: opacity 0.15s linear 0s;
}
.mvLinkImg_onsen a:hover{
    opacity: 0.8;
}
.mvLinkImg_onsen a:after {
    height: auto !important;
}

/*----------------------------------------------------------
	2017.05.18 ビッグバナー部分オレンジ色のリンクを追加
----------------------------------------------------------*/
#mv a .mvBtn2{
	margin-right: -480px;
	position: absolute;
	right: 50%;
	bottom:150px;
	padding:6px;
	display: block;
	opacity: 1;
	width:170px;
	text-align:center;
	background: #FCAF17;
	color:#fff;
	border:1px solid #fed;
	z-index: 9;
}
#mv a:hover .mvBtn2 {
	background: #FCC863 ;
}

/* ---------- 2017.07.12 BEGIN ---------- */
/*----------------------------------------------------------
    importantNews
----------------------------------------------------------*/
#importantNews {
  background: #e3e3e3;
  border: 1px solid #ccc;
  padding: 6px;
  margin: 30px auto;
  text-align: left;
  width: 960px;
}

#importantNews .importantNewsInner {
  background: #fff;
  padding: 24px 40px;
}

#importantNews .importantNewsInner h2 {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.6rem;
  text-decoration: none;
}

#importantNews .importantNewsInner a {
  font-size: 1.4rem;
  display: block;
}

#importantNews .importantNewsInner p {
  text-align: center;
  line-height: 1.6;
}


/* ---------- 2017.07.12 END ---------- */

/* ---------- 2018.02.14 BEGIN ---------- */
/*----------------------------------------------------------
    ビッグバナー上リンク　濃い目の青色
----------------------------------------------------------*/
#mv a .mvBtn_blue2{
	margin-right: -480px;
	position: absolute;
	right: 50%;
	bottom:150px;
	padding:6px;
	display: block;
	opacity: 1;
	width:170px;
	text-align:center;
	background: #0101DF;
	color:#fff;
	border:1px solid #D8F5FF;
	z-index: 9;
}

#mv a .mvBtn_mdl_blue2{
	position: absolute;
	right: 0 !important;
	left: 0 !important;
	margin: 0 auto !important;
	bottom:85px;
	padding:6px;
	display: block;
	opacity: 1;
	width:170px;
	text-align:center;
	background: #0101DF;
	color:#fff;
	border:1px solid #D8F5FF;
	z-index: 9;
}

#mv a:hover .mvBtn_blue2,
#mv a:hover .mvBtn_mdl_blue2{
	background: #9999DF;
}

#mv a .mvBtn_blue2.w300,
#mv a .mvBtn_mdl_blue2.w300{
	width:300px;
}

/* ---------- 2018.02.14 END ---------- */

.movieModalAtToppage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    z-index: 9999;
    display: none;
}

.movieModalAtToppage.is-open {
    display: block;
}

.movieModalAtToppage .movieModalAtToppageDialog {
    max-width: 1000px;
    margin: 80px auto;
    position: relative;
    width: 100%;
    height: 70%;
}

.movieModalAtToppage iframe {
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  padding: 40px 40px 0 40px;
}

.movieModalAtToppage .movieModalAtToppageSetCacheTriggerWrapper{
  padding: 0;
  text-align: right;
  position: absolute;
  bottom: 30px;
  right: 40px;
}
.movieModalAtToppage .movieModalAtToppageSetCacheTriggerWrapper-close{
  padding: 0;
  position: absolute;
  top: -50px;
  right: 40px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: lightgray;
}

.movieModalAtToppageSetCacheTriggerWrapper-close span{
  font-size: 20px;

}

.movieModalAtToppage .movieModalAtToppageSetCacheTrigger {
    cursor: pointer;
}



/* 2018.11.05 add */
div.hawaiians_times {
	margin-top: 30px;
}
/* 2018.11.05 end */


/* 2019.03.06 add */
img.img_center {
	display: block;
	margin: auto;
	width: 710px;
	height: auto;
}
/* 2019.03.06 end */

/* 2019.11.06 add */
.event_container {
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}

.event_container ul {
	position: relative;
	left: 50%;
	float: left;
	width: 968px;
}

.event_container li:first-child {
	margin-right: 20px;
}

.event_container li {
	position: relative;
	left: -50%;
	float: left;
}
/* 2019.11.06 end */