@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ul, li, fieldset, form, label, legend, caption {
border:0;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
outline:0;
padding:0;
vertical-align:baseline;
}

:focus{
outline:0;
}

ul{
list-style:none;
}

caption{
font-weight:normal;
text-align:left;
}

blockquote:before,blockquote:after,q:before,q:after{
content:"";
}

blockquote,q{
quotes:"" "";
}

a img{
border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

body{
font:16px/2.0 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
-webkit-text-size-adjust:100%;
}

.clear { clear:both;}


/* リンク設定
------------------------------------------------------------*/

a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
font-weight:normal;
color:#917E2B;
}

a:hover, a:active{
outline:none;
color:#ccc;
}

a:hover img {
	opacity:0.5;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

.linkbtn {
color: #FFFFFF;
padding: 10px 40px 10px 40px;
background: #cc0000;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-filter: "alpha(opacity=80)";
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
text-decoration:none;
line-height: 57px;
font-size: 150%;
}

.linkbtn2 {
color: #FFFFFF;
padding: 5px 40px 5px 40px;
background: #782626;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-filter: "alpha(opacity=80)";
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
text-decoration:none;
width: 100%;
}

.reservebtn {
color: #FFFFFF;
padding: 3px 15px 3px 15px;
background: #782626;
font-size: 90%;
line-height: 29px;
}

.anchor { margin-top:-230px; padding-top:230px;}

/**** Clearfix ****/

.nav .panel:before,nav .panel:after, #mainNav:before,#mainNav:after, .newsTitle:before,.newsTitle:after{
content:"";
display:table;
}

nav.panel:after,#mainNav:after,.newsTitle:after{
clear: both;
}

nav.panel,#mainNav,.newsTitle{
zoom: 1;
}


/* レイアウト
------------------------------------------------------------*/

#wrapper{
margin:0 auto;
width:100%;
}

.inner{
margin:0 auto;
width:1110px;
}

#content{
width:100%;
padding:40px 0 0px;
}

#sidebar{
float:left;
width:320px;
padding:42px 0;
}

#footer{
clear:both;
padding-top:15px;
background-color: #E6F4FF;
} 


/* ヘッダー
------------------------------------------------------------*/

.headertop{
background-color: #1A3167;
color:#FFFFFF;
height: 30px;
}

.cicotel{
padding-top: 2px;
}

#menufixed{
background-color:#FFFFFF;
}

#header h1{
padding-top:10px;
font-weight:normal;
float:left;
}

#header h2{
color:#000000;
font-weight:bold;
padding-top: 25px;
float:left;
}

#header h3{
color:#1A3167;
font-weight:normal;
}

#header h2 img{
width:355px;
}

.headerlang{
float:left;
padding-top: 12px;
}

.headerline{
border-top: 1px solid #ccc;
}

.contact{
margin-top:10px;
float:right;
text-align:left;
}

.contact p{
}

.contact p.tel::before{
content: "電話番号：";
}

.contact p.openTime::before{
content: "営業時間：";
}

.contact p.address::before{
content: "住所：";
}

#menufixed { z-index: 10000; width: 100%; top:0px;}

.spreservebtn{
display:none;
}
#reserve { font-size: 90%;}
.reservecontents { float:left;}
.reservetitle { color: #B29158;}


/* トップページ　メイン画像
----------------------------------*/

#mainImg{
width: 100%;
max-width: 1600px;
margin: 0 auto;
background-color: #C9B48B;
padding: 30px 0px;
}

#mainImg h2 {
color: #FFF;
text-shadow: 0px 0px 15px #000;
position: absolute;
top: 20%;
width: 100%;
box-sizing: border-box;
font-size: 40px;
font-weight:bold;
line-height: 70px;
margin-bottom: 10px;
}

#mainImg #sub_txt {
height: 50%;
width: 100%;
position: absolute;
bottom: 0px;
}

#mainImg p {
color: #FFF;
text-shadow: 0px 0px 10px #000;
font-size: 18px;
line-height: 26px;
padding-top: 35px;
}
#mainImg img{
}

#mainImg video { margin-top:-10%;}

.mainImginner{
margin:0 auto;
width:100%;
max-width:1600px;
}

/* タイポグラフィ
------------------------------------------------------------*/

#content h1 {
margin-bottom:50px;
font-family: Trebuchet, Trebuchet MS, Tahoma, Arial, sans-serif;
font-size:250%;
font-weight:bold;
text-align:center;
color: #55BBFF;
line-height: 40px;
}
#content h1:before {
content: "―";
padding-right: 30px;
}
#content h1:after {
content: "―";
padding-left: 30px;
}

#content h1 span{
display:block;
font-weight:normal;
font-size:45%;
color: #782626;
}

#content h2{
color: #917E2B;
font-size:150%;
padding: 15px;
margin-bottom: 20px;
background: #EDE6D9;
text-align:center;
}

#content h2 span{
font-weight:normal;
color: #666;
font-size:80%;
padding-left: 20px;
}

#content h3{
color: #555;
border-left: 6px solid #555;
font-size:110%;
padding-left: 12px;
margin-bottom: 15px;
}

#content h3 span{
font-weight:normal;
color: #000;
font-size:80%;
}

#content h4{
color: #782626;
font-size:120%;
font-weight:bold;
}

#content h5{
color: #782626;
font-size:110%;
font-weight:bold;
}

.text_gold { color: #B29158;}
.text_red { color: #cc0000; font-weight: bold;}

.post p{
padding-bottom:15px;
}

.post ul{
margin:10px 0 20px 20px;
}

.post ul li{
padding-left:5px;
list-style:disc;
}

.post ol{
margin:0 0 10px 30px;
}

.post ol li{
list-style:decimal;
}

.post h1{
margin:15px 0 25px;
padding:15px 0;
font-size:150%;
font-weight:bold;
border-bottom:3px solid #000000;
}

.post h2{
margin:15px 0 25px;
padding:15px 0;
font-size:130%;
font-weight:bold;
border-bottom:2px solid #000000;
}

.post h3{
margin:15px 0 25px;
padding:15px 0;
font-size:120%;
font-weight:bold;
border-bottom:1px solid #000000;
}

.post h4{
margin:15px 0 10px;
padding:15px 0;
font-size:110%;
font-weight:bold;
}

.post h5{
margin:15px 0 10px;
padding:15px 0;
font-size:110%;
font-weight:bold;
}

.post h6{
margin:15px 0 10px;
padding:15px 0;
font-size:110%;
font-weight:bold;
}

.post blockquote {
clear:both;
padding:10px 0 10px 25px;
margin:10px 0 25px 0px;
border-left:5px solid #e9e9e9;
}
 
.post blockquote p{
padding:5px 0;
}

.post table{
border:1px #cccccc solid;
border-collapse:collapse;
border-spacing:0;
margin:10px 0 30px;
width:100%;
}

.post table th{
padding:15px;
border:#cccccc solid;
border-width:0 0 1px 1px;
font-weight:bold;
}

.post table td{
padding:15px;
border:1px #cccccc solid;
border-width:0 0 1px 1px;
}

.post dt{
font-weight:bold;
}

.post dd{
padding-bottom:10px;
}

.post img{
max-width:100%;height:auto;
}

img.aligncenter{
display:block;
margin:5px auto 30px auto;
text-align:center;
}

img.alignright{
margin:5px 0 30px 30px;
}

img.alignleft{
margin:5px 30px 30px 0;
}

.alignright{
float:right;
}

.alignleft{
float:left;
}

.right{
float:right;
}
.left{
float:left;
}

.w300 { width: 300px;}
.w350 { width: 350px;}
.w380 { width: 380px;}
.w400 { width: 400px;}
.w500 { width: 500px;}
.w530 { width: 530px;}
.w580 { width: 580px;}
.w640 { width: 640px;}
.w700 { width: 700px;}
.w880 { width: 880px;}
.ml15 { margin-left: 15px;}
.ml20 { margin-left: 20px;}
.ml30 { margin-left: 30px;}
.ml50 { margin-left: 50px;}
.ml60 { margin-left: 60px;}
.mr15 { margin-right: 15px;}
.mr20 { margin-right: 20px;}
.mr30 { margin-right: 30px;}
.mr50 { margin-right: 50px;}
.mr60 { margin-right: 60px;}
.mb10 { margin-bottom:10px;}
.mb30 { margin-bottom:30px;}
.pt10 { padding-top:10px;}

table.table1 {
border-collapse: collapse;
width:100%;
}

table.table1 td {
padding:10px;
border:1px solid #ccc;
}

table.table1 th {
background-color:#EFEFEF;
font-weight:normal;
padding:10px;
border:1px solid #ccc;
}

table.table2 {
border-collapse: collapse;
}

table.table2 td {
padding:10px;
border:1px solid #ccc;
}

table.table2 th {
background-color:#F8F5E7;
color: #917E2B;
font-weight:normal;
padding:10px;
border:1px solid #ccc;
}

table.mailform {
border-collapse: collapse;
}

table.mailform td {
padding:20px 15px 20px 15px;
border-bottom:1px solid #ccc;
}

table.mailform th {
font-weight:normal;
text-align:left;
padding:20px 15px 20px 15px;
border-bottom:1px solid #ccc;
}

.must {
background-color:#CC0000;
padding: 3px 10px 3px 10px;
margin-left:10px;
color:#FFFFFF;
}

.center {
display:flex;
justify-content:center;
}

/* 客室
------------------------------------------------------------*/
.room {
width: 270px;
float:left;
margin-bottom: 30px;
}

.room img {
width: 100%;
}

.roombtn {
color: #FFFFFF;
padding: 3px 15px 3px 15px;
background: #782626;
text-align:center;
}

.roombtn a {
color: #FFFFFF;
}

.roombtn2 {
color: #FFFFFF;
padding: 3px 15px 3px 15px;
background: #782626;
text-align:center;
}

.roombtn2 a {
color: #FFFFFF;
}

.roomttl{
color: #B29158;
border-left: 6px solid #B29158;
font-size:110%;
padding-left: 12px;
margin-bottom: 15px;
}

.roomttl span{
font-weight:normal;
color: #666;
font-size:80%;
display:block;
}

.btn_close {
background-color:#999999;
color: #FFFFFF;
padding: 10px 15px;
line-height: 45px;
}

.txt_red { color:#CC0000; font-size: 130%; font-weight:bold;}
.slider-nav01,.slider-nav02,.slider-nav03,.slider-nav04,.slider-nav05 { margin-top: 15px;}
.slider-nav01 img,.slider-nav02 img,.slider-nav03 img,.slider-nav04 img,.slider-nav05 img { width:90%;}

.hide-area1,.hide-area2,.hide-area3,.hide-area4,.hide-area5,.hide-area6,.hide-area7{
    display: none;
}

/* お食事
--------------------------------------------------- */
#restslide {
  margin-bottom: 30px;
}
#restslide ul {
  padding: 0 10px;
  margin: 0;
  list-style: none;
  width: 5000px;
}
#restslide li {
  display: block;
  float: left;
  width: 400px;
  margin-right: 17.5px;
}
/* Button */
.btn_l,
.btn_r {
  position: absolute;
  top: 46px;
  margin: 0;
  padding: 0;
}
.btn_l {
  left: 0;
}
.btn_r {
  right: 0;
}

.slideinner {
  position: relative;
  width: 1110px;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
}

.txt_minchou {
  font: 150% "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight:bold;
  line-height: 40px;
}

.line { border-top: 2px solid #ccc;}

/* アクセス
--------------------------------------------------- */
.train {
background-image:url(images/access/train.jpg);
background-repeat:no-repeat;
padding-left: 55px;
line-height: 40px;
margin-bottom: 15px;
}
.car {
background-image:url(images/access/car.jpg);
background-repeat:no-repeat;
padding-left: 55px;
line-height: 40px;
margin-bottom: 15px;
}
.plane {
background-image:url(images/access/plane.jpg);
background-repeat:no-repeat;
padding-left: 55px;
line-height: 40px;
margin-bottom: 15px;
}


/* フォーム
------------------------------------------------------------*/
#contact input[type="text"], input[type="tel"], input[type="email"], textarea{
vertical-align:middle;
line-height:30px;
width: 100%;
height:30px;
padding:5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

#contact input[type="submit"],input[type="button"]{
padding:3px 40px;
background: #55BBFF;
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:120%;
color:#fff;
width: 150px;
}

#contact input[type="reset"],input[type="submit"].back{
padding:3px 40px;
background: #878787;
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:120%;
color:#fff;
width: 150px;
}

#reserve input[type="submit"],input[type="button"]{
color: #FFFFFF;
padding: 3px 15px 3px 15px;
background: #55BBFF;
font-size: 90%;
border: 0;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #878787;
cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}

.screen-reader-response, .wpcf7-validation-errors {
color: #ff0000;
font-weight: bold;
}
.screen-reader-response ul {
display: none;
}
.wpcf7-not-valid-tip {
color: #ff0000;
}

/* サイドバー　ウィジェット
------------------------------------------------------------*/

.widget{
margin-bottom:50px;
}

.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:130%;
font-weight:bold;
border-bottom:3px solid #000000;
}

.widget h4{
color: #35B471;
border-left: 6px solid #35B471;
font-size:110%;
padding-left: 12px;
margin-bottom: 15px;
}

.widget ul{
margin:30px 0 30px 0;
}

.widget li a{
display:block;
margin-top:15px;
color:#000000;
font-weight:bold;
}

.widget a:hover{
color:#cdcdcd;
}

p.banner{
padding-bottom:10px;
}

p.banner img{
width:100%;
}

#banners{
padding-bottom:10px;
}

#contactBanner{
width:320px;
height:80px;
padding-top:22px;
background:url(images/banner_tel.jpg) no-repeat;
background-size:320px;
}

#contactBanner p.tel{
display:inline;
padding-left:60px;
font-weight:bold;
font-size:20px;
}

#contactBanner p.tel::before{
content:"TEL : ";
}

.newsTitle{
clear:both;
color: #FFFFFF;
font-size:120%;
padding: 0px 15px 0px 15px;
margin-bottom: 7px;
background: #35B471;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-filter: "alpha(opacity=80)";
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
}

.newsTitle h3{
float:left;
}

.newsTitle p{
float:right;
padding:5px 0px 0 10px;
font-size:80%;
}

.newsTitle p a{
color:#fff;
font-weight:normal;
}


.newsTitle p a:hover{
color:#cdcdcd;
}

.companybox {
border: 1px solid #ccc;
margin-bottom:30px;
}

.companybox h3 {
color: #35B471;
border-left: 6px solid #35B471;
font-size:120%;
padding-left: 12px;
margin-left: 15px;
}

.companybox p {
padding: 15px;
}

/* フッター
------------------------------------------------------------*/

#footerLogo{
float:left;
width:320px;
text-align:center;
padding-top:20px;
}

#footerLogo img{
width:150px;
}

#footer ul{
float:right;
width:750px;
padding-top:20px;
}

#footer ul ul{
display:none;
}

#footer ul li{
display:inline-block;
text-align:left;
padding:5px 0;
margin-left:15px;
}

#footer ul li a{
padding:0 0 0 12px;
color:#000000;
}

#footer ul li a:hover{
color:#cdcdcd;
}

#copyright{
clear:both;
padding:10px 0 50px 0px;
text-align:center;
font-size:12px;
color:#666;
}

#pagetop{
position:fixed;
right:30px;
bottom:0px;
font-size:40px;
color:#cdcdcd;
}

.footerlogo{
text-align:center;
}

.sitemap{
font-size: 85%;
color: #AFC1EB;
margin-bottom: 15px;
}

.footercontents{
padding-top: 15px;
}

.footeradd{ font-size:80%; line-height: 18px;}
.partner{ font-size:68%;}

#footer h4{
font-size: 120%;
font-weight:bold;
color: #AB2326;
}


/* トップページ 最新記事3件 + 3つの画像
------------------------------------------------------------*/

.thumbWrap{
width:770px;
margin:0 -20px 20px 0;
}

.thumbWrap li{
display:inline-block;
width:233px;
margin:0 20px 20px 0;
vertical-align:top;
}

.thumbWrap img{
max-width:100%;
height:auto;
}

ul.thumbUnder h3{
padding-top:10px;
font-size:120%;
font-weight:bold;
}

ul.thumbUnder h3 span{
display:block;
}

ul.thumbUnder h3 a{
color:#000000;
}

ul.thumbUnder h3 a:hover{
color:#cdcdcd;
}

ul.thumbUnder li p{
margin:15px 0 10px;
}

ul.thumbUnder li img{
margin-top:10px;
}

ul.thumbUnder .thumbUnderDate{
font-size:80%;
}

.bukkenwrap{
width:780px;
margin:0px;
}

.bukkenbox{
width:228px;
float:left;
margin-right:30px;
margin-bottom:30px;
border: 1px solid #ccc;
}

.bukkenbox h2{
color: #FFFFFF;
font-size:120%;
padding: 0px 15px 0px 15px;
margin-bottom: 0px!important;
background: #35B471;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-filter: "alpha(opacity=80)";
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
}

.bukkenboxinner{
padding:14px;
}

.chintai{
background-color:#CC0000;
color:#FFFFFF;
padding:0px 5px 0px 5px;
position:absolute;
top:0px;
left:0px;
}

.tochi{
background-color: #948457;
color:#FFFFFF;
padding:0px 5px 0px 5px;
position:absolute;
top:0px;
left:0px;
}

.price{
background-image:url(images/top/price.png); 
background-repeat:no-repeat; 
line-height: 30px;
padding-left: 40px;
font-weight:bold;
margin-bottom: 15px;
color:#FF0000;
}

.address{
background-image:url(images/top/address.png); 
background-repeat:no-repeat; 
line-height: 30px;
padding-left: 40px;
font-size: 80%;
}

.newst {
font-weight:bold;
text-align:center;
font-size: 130%;
margin-bottom:10px;
}

.newst span{
font-weight:normal;
font-size: 70%;
background: #1A3167;
text-decoration:none;
float:right;
padding: 2px 10px 2px 10px;
margin-top:3px;
}

.newst a{
color: #fff;
}

#top_news {
}
#news {
}
#news li {
  line-height: 50px;
  vertical-align: middle;
  padding: 0 10px;
}
#news li:nth-child(odd) { background-color: #fff; }

#news li .date {
  font-weight: normal;
  margin-right: 15px;
}
#news li .cate {
  font-weight: normal;
  margin-right: 15px;
  color: #fff;
}

.stayinfo { background-color: #33CCCC; padding: 5px 50px 5px 50px;}
.restinfo { background-color: #AB2326; padding: 5px 10px 5px 10px;}
.recinfo { background-color: #33CC00; padding: 5px 50px 5px 50px;}

#news li a{color:#000;}
#news li a:hover{color:#999;}

.bnrarea {
background-color: #917E2B;
background-image: url("images/top/bnrbg.jpg");
background-repeat: no-repeat;
background-position: center top;
background-attachment: fixed;
height: 550px;
padding: 70px 0 ;
margin: 70px 0px;
}

/* メインメニュー　PC用
------------------------------------------------------------*/

@media only screen and (min-width:1025px){

nav#mainnav{
position:relative;
padding-top:10px;
padding-bottom:10px;
background-color:#FFFFFF;
}

nav#mainnav ul{
display:flex;
justify-content:center;
align-items:center;
}

nav#mainnav ul li{
float:left;
border-right: 1px solid #ccc;
}

nav#mainnav ul li a{
display:block;
text-align:center;
_float:left;
padding:10px 45px 10px 45px ;
font-weight:normal;
color:#000000;
border-bottom: 3px solid #fff;
}

nav#mainnav ul li a:hover{
color:#999999;
border-bottom: 3px solid #55BBFF;
}

nav#mainnav ul ul{
width: auto;
border-top:0;
}

nav#mainnav ul li ul{
display: none;
}

nav#mainnav ul li:hover ul{
display: block;
position: absolute;
top:65px;
text-align:center;
z-index:500;
}

nav#mainnav ul li li{
background:rgba(0,0,0,0.7);
border-right: 0px solid #ccc;
border-bottom:1px dotted #cdcdcd;
float: none;
width: auto;
height:40px;
line-height:40px;
margin:0;
}

nav#mainnav ul li li:last-child{
border:0;
}

nav#mainnav ul li li a{
width:100%;
height:40px;
padding-left:10px;
line-height:40px;
font-size:95%;
text-align:left;
border-bottom: 0px solid #fff;
color:#FFFFFF;
}

nav#mainnav ul li li a:hover{
color:#ccc;
border-bottom: 0px solid #990100;
}

nav div.panel{
display:block !important;
}

a#menu{
display:none;
}

.sp { display:none;}
.en { font-size:10px; color: #666666; display:block;}
}


/* iPadサイズ以下（1024px）からアコーディオンメニュー
------------------------------------------------------------*/

@media only screen and (max-width:1024px){

#header{
margin-top:0px;
position:fixed;
width:100%;
z-index:500;
}
	
#headerWrap{
position:relative;
width:100%;
height: 50px;
background:#ffffff;
border-bottom:1px solid #cccccc;
}
	
#header h2{
margin-top:0px;
padding-top:9px;
padding-left:15px;
}
	
#header h2 img{
max-height:30px;
width:auto !important;
}

#header .pnav ul{
display:none;
}

a#menu{
display:inline-block;
position:relative;
width:40px;
height:40px;
}

#menuBtn{
display:block;
position:absolute;
top:65%;
left:30%;
width:18px;
height:2px;
margin:-1px 0 0 -7px;
background:#000000;
transition:.2s;
}

#menuBtn:before, #menuBtn:after{
display:block;
content:"";
position:absolute;
top:50%;
left:0;
width:18px;
height:2px;
background:#000000;
transition:.3s;
}

#menuBtn:before{
margin-top:-7px;
}

#menuBtn:after{
margin-top:5px;
}

a#menu .close{
background:transparent;
}

a#menu .close:before, a#menu .close:after{
margin-top:0;
}

a#menu .close:before{
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
}

a#menu .close:after{
transform:rotate(-135deg);
-webkit-transform:rotate(-135deg);
}

.panel{
width:100%;
display:none;
overflow:hidden;
position:relative;
left:0;
top:-1px;
z-index:100;
}

#mainnav{
position:absolute;
top:0;
width:100%;
text-align:right;
z-index:500;
}

#mainnav ul{
background:#ffffff;
text-align:left;
}

#mainnav li a{
position:relative;
display:block;
padding:12px 25px;
border-bottom:1px solid #ccc;
color: #000000;
font-weight:normal;
background-color:#FAFAFA;
}

#mainnav ul li li{
border:0;
display:none;
}

#mainnav ul li li a{
padding-left:40px;
}

.sp { display:inherit;}
.en { padding-left: 15px; font-size: 70%; color: #666;}

}


/* iPadサイズ以下（1024px）から 1カラム表示に切り替え
------------------------------------------------------------*/

@media only screen and (max-width:1024px){

#wrapper{
width:100%;
}

.inner{
width:95%;
}

.contact{
display:none;
}

.headerlang{
padding-top: 9px;
}

.headertop{
height:auto;
padding: 0px 10px;
font-size: 75%;
line-height: 20px;
}

.headertop img{
height:auto;
width: 100%;
max-width: 483px;
}

#header h1{
display:none;
}

#mainImg img{
padding-top:60px;
}

h2.first{
margin-top:45px;
}

h2.title{
padding-top:35px;
}

.thumbWrap{
width:100%;
}

.thumbWrap ul.thumbUnder li{
width:30%;
display:inline-block;
vertical-align:top;
margin:0 1% 0 1.5%;
}

.thumbWrap ul.thumbUnder li img{
width:100%;
}

.thumbWrap ul.thumb li{
width:30%;
float:left;
margin:0 1% 0 2%;
}

#content, #sidebar{
clear:both;
width:100%;
float:none;
margin:0 auto;
}

#content {
padding:70px 0px 0px 0px;
}

#sidebar {
padding:10px 0;
}


#banners{
width:100%;
text-align:center;
}

#banners p{
width:30%;
float:left;
margin:0 1% 0 1.5%;
}

#banners p img{
width:100%;
height:auto;
}

#contactBanner{
margin:0 auto;
}

#footer{
margin:0 auto;
text-align:center;
width:100%;
}
#footer .alignleft { margin-bottom:5px;}

#footerLogo, #footer ul{
float:none;
width:auto;
padding-bottom:20px;
text-align:center;
}

#footer ul{
padding-top:20px;
}

.alignright,.alignleft{
}

.right,.left{
float:none;
}

#mainImg{
padding-top: 50px;
}

#mainImg video { margin-top:70px;}

#mainImg h2 {
margin-top: 30px;
}

#mainImg p {
padding-top: 80px;
}

#content img {
max-width: 100%;
height:auto;
}
.spclear { clear:both;}
.w250 { width: 25%;}
.w300 { width: 27%;}
.w330 { width: 30%;}
.w350 { width: 30%;}
.w400 { width: 45%;}
.w500 { width: 45%;}
.w530 { width: 100%;}
.w580 { width: 45%;}
.w640 { width: 50%;}
.w880 { width: 65%;}
.ml15 { margin-left: 0%;}
.ml20 { margin-left: 0%;}
.ml30 { margin-left: 0%;}
.ml50 { margin-left: 0%;}
.ml60 { margin-left: 0%;}
.mr15 { margin-right: 0%;}
.mr20 { margin-right: 0%;}
.mr30 { margin-right: 0%;}
.mr50 { margin-right: 0%;}
.mr60 { margin-right: 0%;}
.mr5p { margin-right: 5%;}
.w30p { width: 30%!important;}
.w35p { width: 35%!important;}
.w50p { width: 50%!important;}

table.table1 {
width:100%;
}

table.table1 td {
display:block;
border:0px solid #ccc;
}

table.table1 th {
display:block;
border:0px solid #ccc;
}

table.mailform {
}

table.mailform td {
width:auto!important;
display:block;
border:0px solid #ccc;
padding:10px;
}

table.mailform th {
width:auto!important;
display:block;
border:0px solid #ccc;
padding:10px;
background-color:#F8F5E7;
color: #917E2B;
}

img.alignright, img.alignleft{
}

.photo { width: 253px!important;}

.topbtn img { width: 45%;}

#reserve {
width: 240px;
background-color:#FFFFFF;
border: 1px solid #ccc;
position: absolute;
top: 50px;
z-index: 100000;
right:-320px;
display: inherit;
float: none;
padding: 14px;
}
.reservecontents { float:none; margin-bottom: 5px;}
.reservetitle { display:block;}
.spreservebtn{
display:block;
position: absolute;
top: 8px;
right: 55px;
z-index:12000;
}
.roomttl span { display:block; padding-left:0px;}
.roombtn { display:block; margin-bottom:15px; margin-right:0px;}
.slider-nav01 img { width:90%!important;}

#restslide {
}
#restslide ul {
  padding: 0 0px;
}
#restslide li {
}
/* Button */
.btn_l,
.btn_r {
}
.btn_l {
}
.btn_r {
}

.slideinner {
  width: 100%;
}

#footer .alignleft { float:none;}

.bnrarea {
background-size:auto 100%;
height: auto;
background-attachment: inherit;
padding: 30px 0px;
}

.bnrarea {
}

.bnrarea img {
margin: 0px 3%!important;
}

}


/* 幅640px以下から ヘッダー等微調節
------------------------------------------------------------*/

@media only screen and (max-width: 640px){

.headerlang{
float:none;
padding-top: 0px;
position:absolute;
right:15px;
top:54px
}

#content {
padding:100px 0px 0px 0px;
}

#headerWrap{
height: 99px;
}

#menufixed {
}

.thumbWrap ul.thumbUnder li{
width:95%;
margin-bottom:10px;
}

.thumbWrap ul.thumbUnder li img{
width:100%;
}

#banners p{
float:none;
width:100%;
margin: 0px;
}

#banners p img{
width:100%;
}

#footer ul{
text-align:left;padding:15px;
}

#mainImg{
}

#mainImg h2 {
font-size: 20px;
line-height: 30px;
}

#mainImg #sub_txt {
}

#mainImg p {
font-size: 14px;
}

.center {
display: inherit;
text-align:center;
}

.alignright,.alignleft{
float:none;
margin-bottom: 30px;
}

img.alignright, img.alignleft{
float:none;
margin: 0px auto 15px auto;
display:block;
}

#content img {
display:block;
margin: 0px auto 30px auto;
}

#content h1 span {
}

#content h1 {
margin-bottom:20px;
padding:10px 0px 0px 0px;
font-size:200%;
}

#content h2{
font-size:110%;
padding: 5px 15px 5px 15px;
margin-bottom: 20px;
}

#content h3{
font-size:110%;
margin-bottom: 15px;
}

#content h4{
font-size:110%;
font-weight:bold;
}

.txt_red { font-size: 100%;}
.txt_minchou {
  font: 100% "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight:bold;
  line-height: 30px;
}

#restslide {
}
#restslide ul {
  padding: 0 0px;
  width: 700%;
}
#restslide li {
  width: 14.2%;
  margin-right: 0px;
}
/* Button */
.btn_l,
.btn_r {
  top: 9%;
}
.btn_l {
}
.btn_r {
}

.slideinner {
  width: 100%;
}

input[type="submit"],input[type="button"]{
width: 50%;
}

input[type="reset"],input[type="submit"].back{
width: 50%;
}

.companybox img {
width:100%;
}

.bukkenwrap{
width:100%;
margin:0px;
}

.bukkenbox{
width:100%;
float:none;
margin-right:0px;
}

.bukkenboxinner{
}

#footer img{
}

.w250 { width: 100%;}
.w300 { width: 100%;}
.w330 { width: 100%;}
.w350 { width: 100%;}
.w400 { width: 100%;}
.w500 { width: 100%;}
.w580 { width: 100%;}
.w640 { width: 100%;}
.w880 { width: 100%;}
.ml15 { margin-left: 0px;}
.ml20 { margin-left: 0px;}
.ml30 { margin-left: 0px;}
.ml50 { margin-left: 0px;}
.ml60 { margin-left: 0px;}
.mr15 { margin-right: 0px;}
.mr20 { margin-right: 0px;}
.mr30 { margin-right: 0px;}
.mr50 { margin-right: 0px;}
.mr60 { margin-right: 0px;}
.w30p { width: 100%!important;}
.w35p { width: 100%!important;}
.w50p { width: 100%!important;}

#news li a{ display:block;}

.bnrarea {
background-size:auto 100%;
height: auto;
background-attachment: inherit;
padding: 30px 0px;
}

.bnrarea img {
width: 44%!important;
display:inherit!important;
margin: 0px 2%!important;
}

}