@charset "utf-8";
/* CSS Document */

/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px


font-family: 'Noto Sans Japanese', sans-serif;

font-weight:100;
font-weight:300;
font-weight:350;
font-weight:400;
font-weight:500;
font-weight:700;
font-weight:900;

*/


/* clearfix 設定
 :after { content: ''; display: block; clear: both; }
--------------------------------------------------------------------*/
/* For modern browsers */

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */

.clearfix {
	zoom: 1;
}



/*
--------------------------------------------------------------------*/


#wrapper {  
  position:relative;
  font-family:Times New Roman, Times, serif;
}

a:hover {
  text-decoration:none;
}
a:hover img {
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity: 0.7;
}


/* ページの先頭へボタン
------------------------------------------------------------------- */
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 1500;
}

#pagetop a {
	overflow: hidden;
	outline: none;
}

/*#pageTop a:hover {
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
}*/

/* header
--------------------------------------------------------------------*/
#header_area {
  background-color: #1e0808;
}
.header_block {
  width: auto;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
}
.header_block h2 {
  text-align: center;
}
.sub_menu {
  position: absolute;
  top:0;
  right: 0;
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-pack:justify;
  -moz-box-pack:justify;
  -webkit-flex-pack:justify;
  -moz-flex-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  -moz-justify-content:space-between;
  justify-content:space-between;
  -webkit-box-direction:reverse;
  -moz-box-direction:reverse;
  -webkit-box-orient:horizontal;
  -moz-box-orient:horizontal;
  -webkit-flex-direction:row-reverse;
  -moz-flex-direction:row-reverse;
  flex-direction:row-reverse;
}
.reserve_tab {
}
.reserve_tab a {
  border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #836a6a;
  padding: 10px 20px;
  display: block;
}
.jp_link {
  padding: 10px;
}
.header_block nav ul {
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-pack:center;
  -moz-box-pack:center;
  -webkit-flex-pack:center;
  -moz-flex-pack:center;
  -ms-flex-pack:center;
  -webkit-justify-content:center;
  -moz-justify-content:center;
  justify-content:center;
  padding: 10px 0 0;
}
.header_block nav ul li {
  border-right: #FFF solid 1px;
}
.header_block nav ul li:last-child{
  border-right: none;
}
.header_block nav ul li a {
  display: block;
  font-size: 116%;
  padding: 5px 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header_block nav ul li a:hover {
  color: #C576F9;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.visual_block {
  width: 100%;
  height: 710px;
  background-image: url(../images/main.jpg);
  background-size: cover;
  background-position: center center;
}
.main_box {
  width: auto;
  max-width: 1000px;
  height: 710px;
  position: relative;
  margin: 0 auto;
}
.bn_wifi {
  position: absolute;
  bottom:30px;
  right: 0px;
}




/* footer
--------------------------------------------------------------------*/
footer {
}
#footer_area {
  background-color: #574848;
  background-repeat: no-repeat;
  background-image: url(../images/patt_shobu.png);
  background-position: center bottom;
  text-align: center;
  padding: 40px 0 30px;
}
#footer_area p {
  line-height: 1.6em;
  padding: 10px 0 20px;
}


/* contents
--------------------------------------------------------------------*/

#intro {
  padding: 50px 0;
}
.intro_block {
  width: auto;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  background-color: #1e0808;
  background-repeat: no-repeat;
  background-image: url(../images/maru_intro.png);
  background-position: -40px -90px;
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-pack:justify;
  -moz-box-pack:justify;
  -webkit-flex-pack:justify;
  -moz-flex-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  -moz-justify-content:space-between;
  justify-content:space-between;
}
.intro_block .img_box {
  margin: 50px;
}
.intro_block .txt_box {
  text-align: center;
  padding: 50px 0 0 50px;
  width: 550px;
}
.intro_block .txt_box h1 {
  font-size: 340%;
  line-height: 1.1em;
  text-shadow: 0px 0px 10px #FFF; 
}
.intro_block .txt_box h2 {
  font-size: 197%;
  line-height: 1em;
  border-top: #ededed dotted 1px;
  border-bottom: #ededed dotted 1px;
  padding: 16px 0;
  margin: 26px 60px;
}
.intro_block .txt_box p {
  font-size: 123%;
  line-height: 1.8em;
}




#cuisine {
  background-image: url(../images/bg01.jpg);
  padding: 0 0 70px;
}
#cuisine .ttl_area {
  background-image: url(../images/bg_ttl02.png);
  background-repeat: no-repeat;
  background-position: top center;
}
#cuisine .ttl_block {
  text-align: center;
  padding: 80px 0;
  background-repeat: no-repeat;
  background-image: url(../images/maru_cuisine.png);
  background-position: center 30px;
}
#cuisine .ttl_block h2 {
  font-size: 308%;
  line-height: 1.1em;
  text-shadow: 0px 0px 10px #FFF; 
}
#cuisine .ttl_block p {
  line-height: 1.7em;
  font-size: 116%;
  padding: 10px 0 0;
}
.dinner_block {
  width: auto;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}
.dinner_box {
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-pack:justify;
  -moz-box-pack:justify;
  -webkit-flex-pack:justify;
  -moz-flex-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  -moz-justify-content:space-between;
  justify-content:space-between;
  -webkit-box-direction:reverse;
  -moz-box-direction:reverse;
  -webkit-box-orient:horizontal;
  -moz-box-orient:horizontal;
  -webkit-flex-direction:row-reverse;
  -moz-flex-direction:row-reverse;
  flex-direction:row-reverse;
}
.dinner_txt {
  width: 400px;
}
.dinner_txt h3 {
}
.dinner_txt p {
  font-size: 108%;
  line-height: 1.6em;
  padding: 20px 0;
}
.img_dinner_main {
  line-height: 0em;
  padding: 0 0 2px;
}
.thumb_dinner ul {
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-pack:justify;
  -moz-box-pack:justify;
  -webkit-flex-pack:justify;
  -moz-flex-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  -moz-justify-content:space-between;
  justify-content:space-between;
}
.morning_block {
  width: auto;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 50px 0 0;
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-pack:justify;
  -moz-box-pack:justify;
  -webkit-flex-pack:justify;
  -moz-flex-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  -moz-justify-content:space-between;
  justify-content:space-between;
}
.morning_txt {
  position: relative;
}
.morning_txt h3 {
}
.morning_txt p {
  font-size: 108%;
  line-height: 1.6em;
  padding: 20px 0;
}
.morning_txt ul {
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-pack:justify;
  -moz-box-pack:justify;
  -webkit-flex-pack:justify;
  -moz-flex-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  -moz-justify-content:space-between;
  justify-content:space-between;
  position: absolute;
  bottom:0px
}
.morning_txt ul li {
  padding: 0 2px 0 0;
  line-height: 0em;
}
.img_morning_main {
  line-height: 0em;
}
.menu_area {
  background-repeat: no-repeat;
  background-image: url(../images/bg_sakura.png);
  background-position: center 190px;
}




#onsen {
  padding: 0 0 70px;
}
#onsen .ttl_area {
  background-image: url(../images/bg_ttl03.png);
  background-repeat: no-repeat;
  background-position: top center;
}
#onsen .ttl_block {
  text-align: center;
  padding: 110px 0;
  background-repeat: no-repeat;
  background-image: url(../images/maru_onsen.png);
  background-position: center 30px;
}
#onsen .ttl_block h2 {
  font-size: 308%;
  line-height: 1.1em;
  text-shadow: 0px 0px 10px #FFF; 
}
#onsen .ttl_block p {
  line-height: 1.7em;
  font-size: 116%;
  padding: 10px 0 0;
}
.onsen_block {
  width: auto;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}
.public {
  padding: 16px 0 0;
}
.private {
  padding: 50px 0 0;
}
.onsen_block ul {
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-pack:justify;
  -moz-box-pack:justify;
  -webkit-flex-pack:justify;
  -moz-flex-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  -moz-justify-content:space-between;
  justify-content:space-between;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.onsen_block ul li {
  width: 499px;
  height: auto;
}
.public .bath_txt {
  padding: 0 0 16px 16px;
}
.private .bath_txt {
  padding: 0 16px 16px 0;
}
.bath_txt h3 {
  border: #666 solid 1px;
  text-align: center;
  padding: 5px;
  line-height: 1em;
  font-size: 154%;
}
.bath_txt p {
  font-size: 123%;
  line-height: 1.6em;
  padding: 10px 0 0;
}



#room {
  padding: 0 0 70px;
  background-image: url(../images/bg02.png);
}
#room .ttl_area {
  background-image: url(../images/bg_ttl01.png);
  background-repeat: no-repeat;
  background-position: top center;
}
#room .ttl_block {
  text-align: center;
  padding: 80px 0;
  background-repeat: no-repeat;
  background-image: url(../images/maru_room.png);
  background-position: center 30px;
}
#room .ttl_block h2 {
  font-size: 308%;
  line-height: 1.1em;
  text-shadow: 0px 0px 10px #FFF; 
}
#room .ttl_block p {
  line-height: 1.7em;
  font-size: 116%;
  padding: 10px 0 0;
}
.room_block {
  width: auto;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}
.room_thumb ul {
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-pack:justify;
  -moz-box-pack:justify;
  -webkit-flex-pack:justify;
  -moz-flex-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  -moz-justify-content:space-between;
  justify-content:space-between;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}




#access {
  background-color: #000;
  padding: 0 0 70px;
}
#access .ttl_area {
  background-repeat: no-repeat;
  background-position: top center;
}
#access .ttl_block {
  text-align: center;
  padding: 125px 0;
  background-repeat: no-repeat;
  background-image: url(../images/maru_access.png);
  background-position: center 30px;
}
#access .ttl_block h2 {
  font-size: 308%;
  line-height: 1.1em;
  text-shadow: 0px 0px 10px #FFF; 
}
#access .ttl_block p {
  line-height: 1.7em;
  font-size: 116%;
  padding: 10px 0 0;
}
.access_block {
  width: auto;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}
.gmap iframe {
  width: 100%;
  height: 600px;
}
.access_info {
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-pack:justify;
  -moz-box-pack:justify;
  -webkit-flex-pack:justify;
  -moz-flex-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  -moz-justify-content:space-between;
  justify-content:space-between;
  padding: 30px 0 0;
}
.access_img {
  width: 497px;
  height: auto;
}
.access_txt {
  width: 490px;
}
.access_txt dl {
  padding: 0 0 20px;
}
.access_txt dt {
  font-size: 154%;
  line-height: 1.3em;
}
.access_txt dd {
  background-color: #e2d9c2;
  color: #333;
  padding: 10px;
  margin: 8px 0 0;
}
.access_txt dd h3 {
  font-size: 108%;
  line-height: 1.3em;
}
.access_txt dd p {
  line-height: 1.5em;
}
.bycar h3 {
  font-size: 154%;
  line-height: 1.3em;
  padding: 0 0 10px;
}



