@charset "utf-8";


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

.body {
	clear:both;
}

.wrap{
	clear:both;
}

/* ---------------------------------------------
　header
------------------------------------------------ */

.header{
	width: 100%;
	height: 130px;
	margin:0 auto;
	padding: 18px 0;
	background: rgba(0,0,0,0.4);
	position: fixed;
	z-index: 9999;
	color: #fff;
}
.header .container{
	position: relative;
	width: 100%;
	max-width: 980px;
	
}
.header .logo{
	position: absolute;
	top: 0;
	left: 0;
}
.header .tel{
	position: absolute;
	top: 70px;
	left: 0;
	font-size: 88%;
}
.header .tel img,
.header .tel span{
	display: inline-block;
}
.header .tel span{
	margin: 0 0 0 5px;
	line-height: 1.2;
}

.header .global-navigation{
	width: 460px;
	position: absolute;
	top: 0;
	right: 140px;
}
.header .global-navigation ul li{
    float: left;
	z-index: 9999;
	padding: 0 25px 0 0;
}
.header .global-navigation ul li:last-child{
	padding: 0;
}
.header .global-navigation ul li a{
	color: #fff;
}
.header .global-navigation ul li a:hover{
	color: #ccc;
}
.header .sub-global-navigation{
	width: 600px;
	position: absolute;
	top: 35px;
	right: 0;
	font-size: 69%;
}
.header .sub-global-navigation ul li{
    float: left;
	z-index: 9999;
	padding: 0 10px 0 0;
}
.header .sub-global-navigation ul li:last-child{
	padding: 0;
}
.header .sub-global-navigation ul li a{
	color: #fff;
}
.header .sub-global-navigation ul li a:hover{
	color: #ccc;
}

.header .search{
	width: 560px;
	position: absolute;
	top: 65px;
	right: 0;
	padding: 8px 19px;
	font-size: 88%;
	background: rgba(0,0,0,0.3);
	border: #baa086 solid 1px;
}
.header .search h2{
	color: #baa086;
	font-weight: bold;
	margin: 0 0 2px 0;
}
.header .search form{
	width: auto;
	float: left;
}
.header .search dl{
	border: none;
	width: auto;
	float: left;
}
.header .search dl dt,
.header .search dl dd{
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	border-bottom: none;
	width: auto;
	color: #fff;
}
.header .search dl select{
	padding: 2px;
	margin: 0 10px 0 0;
} 
.header .search .inbox_489ban{
	display: none;
}
.header .search button{
	color: #fff;
    display: inline-block;
	margin: 0 0 0 10px;
	padding: 2px 15px;
	border: none;
	background: #e63727;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.header .search a.button{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	color: #e63727;
	font-size: 88%;
    display: inline-block;
	margin: 0 0 0 10px;
	padding: 2px 15px;
	border: none;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.menu {
    position: absolute;
	top: 0;
	right: 0;
	font-size: 88%;
	border: #a3a3a3 solid 1px;
}

.menu > li a {
    display: block;
	width: 140px;
	padding: 0;
	text-align: center;
	color: #fff;
}
.menu > li a span{
	background: url(../images/icon_arrow004.png) no-repeat left center;
	padding: 0 0 0 15px;
}
.menu > li a:hover {
    color: #ccc;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 20px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 25px;
    visibility: visible;
    opacity: 1;
	background: rgba(0,0,0,0.6);
}
li.menu__single:hover ul.menu__second-level a {
	padding: 5px 0;
}
/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

/* ---------------------------------------------
　container
------------------------------------------------ */

.container{
	width: 980px;
	margin: 0 auto;
}

.page-title h1{
	text-align: center;
	color: #fff;
	font-size: 280%;
	text-shadow:1px 1px 3px #000;
}

.shisetsu .page-title{
	background: url(../shisetsu/images/bg_title.jpg) no-repeat center center;
	background-size: cover;
	padding: 280px 0 120px 0;
}
.privacy .page-title{
	background: url(../privacy/images/bg_title.jpg) no-repeat center center;
	background-size: cover;
	padding: 280px 0 120px 0;
}
.restaurant .page-title{
	background: url(../restaurant/images/bg_title.jpg) no-repeat center center;
	background-size: cover;
	padding: 280px 0 120px 0;
}
.access .page-title{
	background: url(../access/images/bg_title.jpg) no-repeat center center;
	background-size: cover;
	padding: 280px 0 120px 0;
}
.kankou .page-title{
	background: url(../kankou/images/bg_title.jpg) no-repeat center center;
	background-size: cover;
	padding: 280px 0 120px 0;
}
.contact .page-title{
	background: url(../images/form/bg_title.jpg) no-repeat center center;
	background-size: cover;
	padding: 280px 0 120px 0;
}
.news .page-title{
	background: url(../news/images/bg_title.jpg) no-repeat center center;
	background-size: cover;
	padding: 280px 0 120px 0;
}
.kaigi .page-title{
	background: url(../kaigi/images/bg_title.jpg) no-repeat center center;
	background-size: cover;
	padding: 280px 0 120px 0;
}
.butsuji .page-title{
	background: url(../butsuji/images/bg_title.jpg) no-repeat center center;
	background-size: cover;
	padding: 280px 0 120px 0;
}
/* 20210409
.room .page-title{
	background: url(../room/images/bg_title.jpg) no-repeat center center;
	background-size: cover;
	padding: 280px 0 120px 0;
}
*/
.onsen .page-title{
	background: url(../onsen/images/bg_title.jpg) no-repeat center center;
	background-size: cover;
	padding: 280px 0 120px 0;
}
.meal .page-title{
	background: url(../meal/images/bg_title.jpg) no-repeat center center;
	background-size: cover;
	padding: 280px 0 120px 0;
}


/* ------ topic-path --------------------------- */

.topic-path {
	text-align: left;
	margin: 10px auto;
	width: 980px;
	font-size: 88%;
}


/* content
------------------------------------------------ */

.content {
	width: 720px;
	padding: 30px 0 80px 0;
	float: left;
	text-align: left;
}

.container.column1 .content {
	width: 100%;
	float: none;
}

#map iframe{
	width: 100%;
	height: 400px;
}



/* sidebar
------------------------------------------------ */

.sidebar{
	width: 210px;
	padding: 30px 0 80px 0;
	float: right;
	text-align: left;
}


/* ------ local-navigation --------------------- */

.sidebar .local-navigation{
	margin-bottom: 40px;
}

.sidebar .local-navigation h2{
	margin: 0;
	background: #000;
	padding: 10px 15px;
	font-size: 115%;
	color: #fff;
}
.sidebar .local-navigation ul{
	margin: 0 0 20px 0;
	border-bottom: #656565 solid 2px;
}
.sidebar .local-navigation ul li{
	border-bottom: #656565 dotted 1px;
}
.sidebar .local-navigation ul li:last-child{
	border-bottom: none;
}
.sidebar .local-navigation li a{
	padding: 13px 0;
	display: block;
}
.sidebar .local-navigation li a:hover{
	text-decoration: none;
	background: #ECECEC;
}


/* ------ pagetop ------------------------------ */
.pagetop a{
	background: #000;
	display: block;
	width: 100%;
	padding: 30px 0 15px 0;
	text-align: center;
	color: #fff;
	font-size: 88%;
}
.pagetop a span{
	padding: 15px 0 0 0;
	background: url(../images/icon_pagetop.png) no-repeat center top;
}

/* ---------------------------------------------
　footer
------------------------------------------------ */

.footer{
	background: url(../images/bg_footer.jpg) no-repeat center center;
	background-size: cover;
	clear:both;
	padding: 50px 0 30px 0;
	color: #fff;
}

.footer .footerContent h1{
	width: 376px;
	float: left;
}
.footer .footerContent .tel{
	width: 246px;
	float: left;
	margin: 0 0 0 20px;
	font-size: 94%;
}
.footer .footerContent .tel span{
	display: block;
	margin: 5px 0 0 0;
}
.footer .footerContent .address{
	width: 318px;
	float: left;
	margin: 0 0 0 20px;
	font-size: 94%;
}

.footer .jalan{
	text-align: center;
	font-size: 114%;
	margin: 40px 0;
}
.footer .jalan h4{
	margin: 10px 0 0 0;
	font-size: 114%;
}


.footer .global-navigation{
	text-align: center;
	margin: 30px 0 10px 0;
}
.footer .global-navigation li{
	display: inline-block;
	margin: 0 10px;
	font-size: 138%;
}
.footer .global-navigation li a,
.footer .sub-global-navigation li a{
	color: #fff;
}
.footer .global-navigation li a:hover,
.footer .sub-global-navigation li a:hover{
	color: #ccc;
}
.footer .sub-global-navigation{
	text-align: center;
}
.footer .sub-global-navigation li{
	display: inline-block;
	margin: 0 10px;
	font-size: 88%;
}

.footer .plan{
	width: 700px;
	border: #fff solid 1px;
	padding: 15px 0;
	margin: 30px auto 0 auto;
	text-align: center;
}
.footer .plan h2{
	display: inline-block;
	font-size: 125%;
}
.footer .plan a.buttonList{
	color: #e63727;
	font-size: 88%;
    display: inline-block;
	margin: 0 0 0 10px;
	padding: 3px 30px 3px 15px;
	border: none;
	background: url(../images/icon_arrow002.png) no-repeat 92% center, #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.footer .plan a.buttonReserve{
	color: #fff;
	font-size: 88%;
    display: inline-block;
	margin: 0 0 0 10px;
	padding: 3px 30px 3px 15px;
	border: none;
	background: url(../images/icon_arrow001.png) no-repeat 92% center, #6572c1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.footer .fukkou{
	text-align: center;
	margin: 35px 0 0 0;
}

.footer .sns{
	text-align: center;
	margin: 25px 0 40px 0;
}
.footer .sns p{
	display: inline-block;
	margin: 0 10px;
}
.footer .copyright{
	text-align: center;
	font-size: 82%;
}



/* Bnr
-----------------------------------------*/
.Bnr{
  position: relative;
  margin: 0 auto;
  width: 400px;
  z-index: 999;
}
.Bnr .Bnr__img{
  position: fixed;
  right: 15px;
  bottom: 15px;
}
.Bnr__img__inner{
  width: 400px;
  height: 200px;
  box-sizing:border-box;
}
.Bnr__img__inner img{
	max-width: 100%;
	height: auto;
}
.Bnr .Bnr__img__inner a{
  display: block;
}
.Bnr .Bnr__img p.close{
  position: absolute;
  right: 2px;
  top:2px;
  z-index: 999;
}
.Bnr .Bnr__img p.close a{
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}
.Bnr .Bnr__img p.close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Bnr .Bnr__img p.close a i{
  font-size: 20px;
  z-index: 888;
  color: #fff;
}

#room_onsen{
  padding-top:120px;
  margin-top:-120px;
}
