@charset "UTF-8";

/*############################################*/
/*（1）文字設定-共有*/
/*############################################*/
html { width:100%; height:100%; font-size: 62.5%; }
body{
	-webkit-text-size-adjust: none;
	width:100%;
	height:100%;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing:0em;
}
*{
	line-height:160%;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo;
}
.large{ font-size:110%; }
.large2{ font-size:130%; }
.small{ font-size:90%; }

a:link{
	color:#44486d;
}
a:visited{
	color:#44486d;
}
/*ホバー*/
a:hover{
	color:#df5d5d;
}
/*文字色*/
.syu{
	color:#df5d5d;
}
.aka{
	color:#990000;
}
.ao{
	color:#44486d;
}
.kuro{
	color:#000000;
}
.bold{
	font-weight:bold;
}
.normal{
	font-weight:normal;
}
.cha{
	color:#651414;
}
.gold{
	color:#68521f;
}
/**/


/*############################################*/
/*（2）サイト全体-共有*/
/*############################################*/
body{
	padding:0;
	margin:0;
	text-align:center;
	background:#ffffff;
}
/* IE7でpadding指定 */
*:first-child+html body {
	padding-left:1px;
}
/* IE6以下でpadding指定 */
*html body {
	padding-left:1px;
}
img, h1, h2, h3, h4, h5, h6, p, form{
	border:none;
	margin:0;
}
img{
	vertical-align: top;
}
ul,dl{
	margin:0;
	padding:0;
	list-style:none;
}
table,
h1,h2,h3,h4,h5,h6{/*これないと、IEでbodyのフォントサイズが引き継がれない*/
	font-size:100%;
}

.clearfix:after {
    content: ".";  /* 新しいコンテンツ */
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; /* 非表示に */
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}

.pcdisp{display:block;}
.spdisp{display:none;}


/*############################################*/
/*マージン*/
/*############################################*/
.marginBunnerTop{
	margin-top:20px;
}

/*############################################*/
/*ヘッダーとか基本構成*/
/*############################################*/
#pageWrapper{
	width:1000px;
	margin:0 auto;
	text-align:left;
	background:url(../images/share/honbun_back.gif) repeat-y;
}
.partsWrap{
	width:730px
}
.marginTop{
	margin-top:30px;
}
.shadowPad{
	margin-bottom:18px;
	padding-bottom:68px;
	background:url(../images/share/shadow_honbun.jpg) bottom center no-repeat;
}
.midashiH4{
	margin-bottom:18px;
}
#footWrapper{
	width:100%;
	height:355px;
	text-align:center;
	margin-top:60px;
	background:url(../images/share/dummy_foot_back.gif) repeat-x;
}
/*############################################*/
/*ヘッダーとメインナビ*/
/*############################################*/
#headWrapper{
	width:100%;
	height:160px;
	text-align:center;
	background:url(../images/share/head_back.gif) repeat-x;
}
#headBox{
	position:relative;
	margin:0 auto;
	width:1000px;
	height:160px;
	text-align:left;
}
#headLogo{
	position:absolute;
	top:0;
	left:434px;
	width:130px;
	float:left;
}
#headLeft{
	position:absolute;
	width:434px;
}

#headRight{
	position:absolute;
	top:0;
	left:693px;
	width:307px;
}
#headRight .btn_toi{
	display:block;
	width:154px;
	height:23px;
	text-indent:-9999px;
	background:url(../images/ue/toi_btn.gif) no-repeat;
	float:left;
}
#headRight .btn_faq{
	display:block;
	width:153px;
	height:23px;
	text-indent:-9999px;
	background:url(../images/ue/qa_btn.gif) no-repeat;
	float:right;
}
#mnWrapper{
	position:absolute;
	top:108px;
	left:0;
	width:1000px;
	height:52px;
}
#mnWrapper ul li{
	float:left;
}
#mnWrapper ul li a{
	display:block;
	height:52px;
	text-indent:-9999px;
	background-repeat:no-repeat;
}
#mnWrapper ul li.mn1 a{width:141px; background-image:url(../images/navi/mn_sty.gif);}
#mnWrapper ul li.mn2 a{width:144px; background-image:url(../images/navi/mn_rst.gif);}
#mnWrapper ul li.mn3 a{width:142px; background-image:url(../images/navi/mn_bnq.gif);}
#mnWrapper ul li.mn4 a{width:144px; background-image:url(../images/navi/mn_wed.gif);}
#mnWrapper ul li.mn5 a{width:144px; background-image:url(../images/navi/mn_eve.gif);}
#mnWrapper ul li.mn6 a{width:144px; background-image:url(../images/navi/mn_acc.gif);}
#mnWrapper ul li.mn7 a{width:141px; background-image:url(../images/navi/mn_fcl.gif);}

#btnsp_mnopen{
	display:none;
}

/*############################################*/
/*パンクズ*/
/*############################################*/
#pankzWrapper{
	width:100%;
	height:33px;
	text-align:center;
	background:url(../images/share/pankuz_border.gif) bottom center repeat-x;;
}
#pankzBox{
	position:relative;
	width:1000px;
	height:32px;
	margin:0 auto;
	text-align:left;
	background:url(../images/share/pankuz_kazari.gif) 0 0 no-repeat;
}
#pankzBox p{
	position: relative;
	margin-left:28px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#pankzBox h2{
	position:absolute;
	top:-38px;
	left:769px;
}

/*############################################*/
/*メイン写真*/
/*############################################*/
#mainPWrapper{
	position:relative;
	width:100%;
	height:376px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}
#mainPWrapperThin{
	position:relative;
	width:100%;
	height:76px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}
.mainP{
	position:absolute;
	height:376px;
	margin-left:-700px;
	top:0;
	left:50%;
}
/*各TOPスライド部分*/
#mainPslideBox{
	position:absolute;
	width:1400px;
	height:376px;
	margin-left:-700px;
	top:0;
	left:50%;
}
#mainPslide{
	width:1400px;
	height:376px;
	overflow:hidden;
}


/*############################################*/
/*本文*/
/*############################################*/
#honbunWrapper{
	position:relative;
	width:100%;
	text-align:center;
}
#honbunBox{
	position:relative;
	width:1000px;
	margin:0 auto;
}
#honbunLeft{
	width:730px;
	text-align:left;
	float:left;
}
/*############################################*/
/*右ナビ*/
/*############################################*/
#honbunRight{
	position:absolute;
	z-index:2;
	top:0;
	left:769px;
	width:229px;
	text-align:left;
	float:right;
	background:#ffffff;
}
.sideMenuBox{
	width:229px;
	padding-top:9px;
	border:solid 1px #e0e0e0;
	border-width:0 1px 1px 1px;
}
#sideMenu{
	width:211px;
	margin:8px;
	padding:0;
	border:solid 1px #e0e0e0;
}
.sideMenuBtnBox{
	margin:0 0 9px 9px;
}

/**/
#sideMenu li{
	margin:0;
	padding:4px 0 4px 9px;
	border-bottom:dashed 1px #e0e0e0;
	font-size:1px;
}
#sideMenu li.ooMidashi{
	padding:9px 0 9px 9px;
	border-bottom:solid 1px #e0e0e0;
	font-size:1px;
}
#sideMenu li.chuMidashi{
	padding:7px 0 7px 9px;
	border-bottom:solid 1px #e0e0e0;
	font-size:1px;
	background:#f0f0f0;
}
#sideMenu li.chuMidashi.ekie{
	background:#f5f1e8;
}
#sideMenu li.sdLiNaka{
	padding-bottom:8px;
	border-bottom:solid 1px #e0e0e0;
}
#sideMenu li.sdLiSita{
	border:none;
}
#honbunRight .pcdisp{display:block;}
#honbunRight .spdisp{display:none;}

li.chuComment{
	width:211px;
	font-size:0.95em;
	margin:0 auto;
	padding:3px 0 12px 3px;
	border-bottom:none;
	background:none;
}
/**/
.infoBox{
	padding:8px 0 8px 0;
}
.infoUl{
	width:211px;
	margin:0 0 0 8px;
	padding:0;
	font-size:90%;
}
.infoUl li{
	margin:0 0 0.3em 0;
	padding-left:10px;
	background:url(../images/share/sankaku_ao.png) 0 0.5em no-repeat;
}



/*############################################*/
/*本文内のスライド*/
/*############################################*/
#slideBoxWrapper{
	padding-bottom:36px;
	background:url(../images/share/shadow_honbun.jpg) bottom center no-repeat;
}
#slideBox{
	width:730px;
	height:320px;
	overflow:hidden;
}
.bx-pager li a {  
    background-position:50% -0;
}  
.bx-pager a.active {  
    background-position:50% -10px;
}
#img2, #img3,#img4,#img5,#img6,#img7,#img8,#img9,#img10{
	display:none;
}


/*############################################*/
/*見出し*/
/*############################################*/
.komidashi{
	font-weight:bold;
	font-size:115%;
	padding:5px 0 5px 32px;
	border:solid 1px #e0e0e0;
	background:#f5f1e8 url(../images/share/komidashi_back.gif) top left no-repeat;
}

/*############################################*/
/*その他*/
/*############################################*/
.ulStyleDisc{
	list-style-type:disc;
	padding:0 1em;
	margin:0px;
}


/*############################################*/
/*予約*/
/*############################################*/
#yoyakuWrapper{
	position:absolute;
	min-height:91px;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	text-align:center;
	background-color:#f5f1e8;
}
#yoyakuBox{
	width:1000px;
	min-height:91px;
	margin:0 auto;
	text-align:left;
}
#yoyakuStayBoxUe{
	padding:0 0 6px 0;
}
/**/
#yoyakuStayBox{
	width:730px;
}
#yoyakuStayBoxL{
	width:98px;
	padding:5px 0;
	background:#b69c5b;
	float:left;
}
#yoyakuStayBoxL a{
	display:block;
	width:92px;
	height:40px;
	margin-left:6px;
	text-indent:-9999px;
}
.stayWrapper .stayBtn{
	background:url(../images/yoyaku/tab_stay.gif) no-repeat;
}
.stayWrapper .restBtn{
	background:url(../images/yoyaku/tab_rest.gif) no-repeat;
}
.restWrapper .stayBtn{
	background:url(../images/yoyaku/tab_stay2.gif) no-repeat;
}
.restWrapper .restBtn{
	background:url(../images/yoyaku/tab_rest2.gif) no-repeat;
}
#yoyakuStayBoxR{
	width:632px;
	padding:5px 0;
	float:left;
}
/**/
#yoyakuStayCheckBox{
	width:auto;
	margin:0 0 0 20px;
	float:left;
}
#yoyakuStay01,
#yoyakuStay02,
#yoyakuStay03,
#yoyakuStay04{
	float:left;
	font-size:14px;
	margin-right:20px;
}
#yoyakuStay01 img{
	margin-left:8px;
	width:27px;
	height:auto;
}
#yoyakuStay01 input{
	width:120px;
	padding: 2px 5px;
	font-size:14px;
	border: 1px solid #e0e0e0;
}
#yoyakuStayBoxR p{
	font-size:12px;
}
#yoyakuStayBoxR select{
	width:70px;
	border-radius:2px;
}
.text_s{
	font-size:12px;
}


select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    padding: 4px 5px;
    border: 1px solid #e0e0e0;
    background: transparent;
	background: #fff;
    line-height: 1;
	font-size:14px;
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.select_wrap{
	position:relative;
}
.select_wrap::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    z-index: 1;
    display: block;
    width: 0;
    height: 0;
    margin: -2px 0 0 0;
    border: 4px solid transparent;
    border-top: 6px solid #777777;
	pointer-events: none;
}


/**/
#yoyakuStayNinzuBox{
	text-align:left;
	float:left;
}
#yoyakuStayNinzuBox .left{
	float:left;
}
#yoyakuStayBtnBox{
	width:120px;
	text-align:right;
	float:right;
}
#sbmitBtn{
	width:120px;
	margin-top:18px;
	padding:4px 0;
	color:#fff;
	font-size:13px;
	background:#44486d;
	border:none;
}
/**/
#yoyakuStayBoxSita{
	position:relative;
	margin-left:22px;
	padding-top:5px;
	border-top:dashed 1px #bbb;
	font-size:90%;
}
#yoyakuStayBoxSita ul{
	margin:0;
	padding:0;
}
#yoyakuStayBoxSita ul li{
	float:left;
}
#yoyakuStayBoxSita a:link,
#yoyakuStayBoxSita a:visited{
	color:#000;
	text-decoration:none;
}
#yoyakuStayBoxSita a:hover{
	color:#000;
	text-decoration:underline;
}
.yHotels{
	display:block;
	padding:0 15px 0 30px;
	background:url(../images/yoyaku/card.gif) left center no-repeat;
}
.yHotels{
	display:block;
	padding:0 15px 0 30px;
	background:url(../images/yoyaku/card.gif) left center no-repeat;
}
.yKakun,
.yHojin{
	padding:0 14px 0 9px;
	background:url(../images/yoyaku/sankaku.gif) left center no-repeat;
}

/*///////////////*/
/*レストラン予約*/

#tc-widget[data-layout="horizontal"] .tc-content {
	display: block!important;
	float:left;
}
#tc-widget[data-layout="horizontal"] .tc-wrap-book {
	display: block!important;
	padding: 0px!important;
	margin: 0 0 0 0px!important;
	float:left;
}
.tc-header,
.tc-h1{
	display:none!important;
}
#tc-widget[data-layout="horizontal"] .tc-body {
	width:100%!important;
	height: auto!important;
	padding:0 0px 0 10px!important;
	border-top: none!important;
}
#tc-widget[data-layout="horizontal"] {
	width:100%!important;
	height:auto!important;
	margin-bottom:0!important;
}
/**/
.tc-shop,
.tc-date,
.tc-time,
.tc-ppl{
	margin:0 15px 0 0!important;
}
/*#tc-widget select, #tc-widget input[type="text"]{*/
#reservation_start_date{
	width:80px!important;
}
#shop_id{
	width:158px!important;
}
#reservation_start_time,
#reservation_num_people{
	width:60px!important;
}
/**/
.tc-content{
	margin-top:25px!important;
	margin-left:10px!important;
}
#tc-widget[data-theme="clear"] .tc-book:hover, #tc-widget[data-theme="clear"] .tc-book:focus, #tc-widget[data-theme="clear"] .tc-book:active {
	background-color: #44486d!important;
}
#tc-widget[data-theme="clear"] .tc-book {
	_float:left;
	margin:25px 0 0 0px!important;
	background-color: #44486d!important;
	border: none!important;
	font-size:14px!important;
	font-weight:normal!important;
	width:95px!important;
	border-radius:0!important;
}
#tc-widget[data-layout="horizontal"] .tc-book {
	padding: 4px 0px!important;
	height: auto!important;
}
#tc-widget[data-layout="horizontal"] .tc-wrap * {
	_padding-right:10px;
}


/**/
.restWrapper{
	display:none;
}
.stayWrapper{
	display:none;
}


/*############################################*/
/*言語選択*/
/*############################################*/
#langBtn{
	background:#ffffff;
	width:126px;
}
#langBtn li {
  position: relative;
    z-index:100;
  float: left;
  margin: 0;
  width: 126px;
  height: 23px;
  background:#ffffff;
}
#langBtn li ul {
  display: none;
  position: absolute;
  top: 23px;
  width: 126px;
}
#langBtn li ul li {
  margin: 0;
  padding: 0;
  width: 126px;
  border: none;
}
#headLeft #langBtn a.lang_btn{
	display:block;
	width:126px;
	height:23px;
	text-indent:-9999px;
	background:url(../images/ue/lang_btn.gif) no-repeat 0 0;
}
#headLeft #langBtn > li ul li a{
	display:block;
	width:126px;
	height:23px;
	text-indent:-9999px;
	background-repeat:no-repeat;
}
#headLeft #langBtn > li ul .lg1 a{background-image:url(../images/lang/lang_eng.gif);}
#headLeft #langBtn > li ul .lg2 a{background-image:url(../images/lang/lang_ch.gif);}
#headLeft #langBtn > li ul .lg3 a{background-image:url(../images/lang/lang_traditional.gif);}
#headLeft #langBtn > li ul .lg4 a{background-image:url(../images/lang/lang_han.gif);}
#headLeft #langBtn > li ul .lg5 a{background-image:url(../images/lang/lang_esp.gif);}
#headLeft #langBtn > li ul .lg6 a{background-image:url(../images/lang/lang_thai.gif);}

/*############################################*/
/*フッタ*/
/*############################################*/
/* footer */
#FooterWrap{
	width:100%;
	font-size:13px;
	text-align:left;
	background:#44486d;
}
#FooterWrap #FooterLinksWrap{
	width:100%;
	background:#efe5cd;
}
#FooterWrap #FooterLinksWrap + #FooterLinksWrap{
	background:#e0d1ae;
}
#FooterWrap #FooterLinksWrap #FooterLinks{
	position:relative;
	width:996px;
	margin:0 auto;
}
#PageTop{
	float:right;
}
#PageTop a{
	display:block;
	width:119px;
	height:29px;
	text-indent:-9999px;
	background:url(../images/page_top.gif) no-repeat;
}
#FooterWrap #FooterLinksWrap #FooterLinks .List li{
	color:#999;
	font-weight:bold;
	line-height:35px;
	margin:0 27px 0 0;
	float:left;
}
#FooterWrap #FooterLinksWrap #FooterLinks .List li:last-child{
	margin:0;
}
#FooterWrap #FooterLinksWrap #FooterLinks a{
	color:#7d6d4a;
	line-height:35px;
	text-decoration:none;
}
#FooterWrap #FooterLinksWrap #FooterLinks a:hover{
	color:#df5d5d;
	line-height:35px;
}
/*SiteMap*/
.SiteMapWrap{
	overflow:hidden;
	width:996px;
	list-style:none;
	margin:0 auto;
	font-size:0.85em;
}
.SiteMapWrap .SiteMap a{
	color:#c7c8d3;
	text-decoration:none;
}
.SiteMapWrap .SiteMap a:hover{
	color:#c2ab42;
}
.SiteMapWrap .SiteMap ul,
.SiteMapWrap .SiteMap li{
	padding:0;
	margin:0;
}
.SiteMapWrap .SiteMap > ul{
	min-width:215px;
	margin:0 25px 0 0;
	padding:40px 0 50px;
	float:left;
}
.SiteMapWrap .SiteMap .arrowbtn{
	display:none;
}
/**/
.SiteMapWrap .SiteMap .Midashi{
	display:block;
	font-size:1.15em;
	font-weight:bold;
	padding:4px;
	margin:0 0 6px 0;
	background:#6b6f92;
	text-align:center;
	text-decoration:none;
	color:#c7c8d3;
}
.SiteMapWrap .SiteMap .LabelMargin{
	margin-top:20px;
}
.SiteMapWrap .SiteMap a.Midashi:hover{
	color:#c2ab42;
}
.SiteMapWrap .SiteMap .StaySubTitle{
/*	color:#8f91a7;*/
	font-size:1.15em;
	color:#ededed;
	font-weight:bold;
	margin:6px 0 2px 0;
}
.SiteMapWrap .SiteMap li{
	color:#c7c8d3;
}
/*group link*/
.GroupLinkWrap{
	width:100%;
	background:#eaeaea;
}
.GroupLinkWrap .GroupLink{
	width:996px;
	margin:0 auto;
}
.GroupLinkWrap .GroupLink li{
	color:#999;
	line-height:35px;
	margin:0 17px 0 0;
	float:left;
}
.GroupLinkWrap .GroupLink li:last-child{
	margin:0;
}
.GroupLinkWrap .GroupLink br{
  display:none;
}
.GroupLinkWrap .GroupLink a{
	/*color:#44486d;*/
	color:#000;
	line-height:35px;
	text-decoration:none;
}
.GroupLinkWrap .GroupLink a:hover{
	/*color:#df5d5d;*/
	color:#000;
	line-height:35px;
}
/*copyright*/
#FooterWrap #Copyright{
	color:#fff;
	width:996px;
	line-height:1.0em;
	margin:0 auto;
	padding:20px 0 10px;
}
#FooterWrap #Copyright span{
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.0em;
	font-size:80%;
}
#FooterWrap #Copyright a{
	color:#fff;
	text-decoration:none;
}
.clr{
	margin:0;
	padding:0;
	clear:both;
}
#TopPageLinkWrap{
	display:none;
}
/**/
.newstopics{
	width:996px;
	margin:0 auto;
}

/* Coding by ARKy 2015.01.27 */
/* 2 Column */
#PickupBanner_2{
	width:830px; /* banner size w400 */
	margin:30px auto 40px;
}
#PickupBanner_2 + #PickupBanner_2{
	margin-top:-20px;
}
#PickupBanner_2 li{
	margin:0 20px 0 0;
	float:left;
}
#PickupBanner_2 li:last-child{
	margin:0;
}
/* 3 Column */
#PickupBanner_3{
	width:1230px; /* banner size w400 */
	margin:30px auto 40px;
}
#PickupBanner_3 li{
	margin:0 15px 0 0;
	float:left;
}
#PickupBanner_3 li:last-child{
	margin:0;
}

/* 2015.02.06 */
#WRN_DSJ{
	position:fixed;
	width:100%;
	height:100%;
	background:url(../images/top/WRN20150226.png) no-repeat rgba(0,0,0,0.6);
	background-position:50% 50%;
	z-index:10000;
}
#WRN_DSJ_blur{
	width:100%;
}
#WRN_btn_wrap{
	position:relative;
	width:740px;
	height:500px;
	margin:0 auto;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
#WRN_btn_wrap a{
	display:block;
	width:100%;
	height:100%;
	z-index:20000;
}
#WRN_close_btn{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:50px;
	height:50px;
	cursor:pointer;
	z-index:30000;
}

/*20180516*/
.caution{
	position:absolute;
	z-index:1;
	width:600px;
	margin:0 auto;
	padding:30px 0;
	bottom:50px;
	left:0;
	right:0;
	background:rgba(245,241,232,0.85);
	border-radius:6px;
	border:solid 1px #fff;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
.caution .bold{
	display:block;
	font-size:15px;
	margin-bottom:10px;
}
.caution .inner{
	display:table;
	margin:20px auto 0;
	border-collapse:separate;
	border-spacing:10px 0px;
}
.caution .inner a{
	display:table-cell;
	width:240px;
	padding:10px;
	background:#44486d;
	color:#fff;
	text-decoration:none;
}

/**/
#sbmitBtn:hover,
.tc-book:hover{
	cursor:pointer;
}



#headRight .btn_faq.sp{
	display:none;
}
#headRight .btn_faq.pc{

}












/* screen width 480px
-----------------------------------------------------------*/
@media only screen and (max-width: 736px){

#headRight .btn_faq.sp{
	display:block;
}
#headRight .btn_faq.pc{
	display:none;
}

html{position:relative;}
body{
	font-size:15px;
	line-height:1.5;
}

.pcdisp{display:none;}
.spdisp{display:block;}

/*#########################################
  ヘッダーとメインナビ
  #########################################*/
#headWrapper{
	height:130px;
	background-repeat:repeat-x;
	background-position:0 -30px;
}
#headBox{
	width:auto;
	max-width:500px;
	height:130px;
	margin:0 auto;
	font-size:12px;
}
#headLogo{
	position:static;
	width:90px;
	height:75px;
	margin:0 auto 4px;
	float:none;
}
#headLogo img{
	width:100%;
	height:auto;
}
#headBox #headLeft{
	position:static;
	width:33.33%;
	height:45px;
	float:left;
}
#langBtn li{
	width:98%;
	height:45px;
}
#headLeft #langBtn{width:100%;}
#langBtn li ul{
	width:100%;
	top:46px;
}
#langBtn li ul li{width:100%; height:auto;}
#headLeft #langBtn a.lang_btn{
	width:auto;
	height:45px;
	text-indent:0;
	padding-left:10px;
	text-align:center;
	color:#000;
	text-decoration:none;
	line-height:3.7em;
	background:#fff url(../images/ue/hdbg_lang_arrow.png) no-repeat 0 50%;
	background-size:10px 52px;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
}
#headLeft #langBtn > li ul li a{
	position:relative;
	width:auto;
	height:28px;
	padding-left:10px;
	color:#000;
	text-indent:0;
	text-align:center;
	text-decoration:none;
	line-height:2.8;
	background-image:none !important;
	background-color:#fff;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
}
#headLeft #langBtn > li ul li a:before{
	display:block;
	content:" ";
	position:absolute;
	width:10px;
	height:29px;
	top:0;
	left:0;
	background:#b69c5b;
}
#headBox #headRight{
	position:static;
	width:66.33%;
	height:45px;
	padding-left:0.33%;
	float:right;
}
#headRight .btn_toi, #headRight .btn_faq{
	width:49.2%;
	height:45px;
	color:#fff;
	text-indent:0;
	text-decoration:none;
	text-align:center;
	line-height:3.9em;
	background:#44486d;
}
#headRight .btn_toi{
	text-indent:6%;
	background-repeat:no-repeat;
	background-image:url(../images/navi/sp_icon.png);
	background-size:12%;
	background-position:12% center;
}
#headBox #headRight img{display:none;}
#mnWrapper{
	display:none;
}
#btnsp_mnopen{
	position:fixed;
	display:block;
	width:34px;
	height:35px;
	top:8px;
	right:0;
	z-index:1100;
	opacity:0.8;
}
#btnsp_mnopen a{
	display:block;
	width:34px;
	height:35px;
	text-indent:-9999px;
	background:url(../images/ue/btnsp_mnopen.png) no-repeat;
	background-size:34px 35px;
}

/*############################################*/
/*パンクズ*/
/*############################################*/
#pankzWrapper{display:none;}
/*
#pankzWrapper{
	width:100%;
	height:auto;
	text-align:center;
	background:none;
}
#pankzBox{
	width:100%;
	height:auto;
	background:none;
}
#pankzBox p{
	margin-left:0;
	padding-left:25px;
	top:0%;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	background:url(../images/share/pankuz_kazari.gif) 0 0 no-repeat;
}
#pankzBox h2{
	position:static;
	text-align:center;
	padding:10px 0 5px;
}
*/

/*############################################*/
/*予約*/
/*############################################*/
#yoyakuWrapper{
	position:static;
	width:100%;
	max-width:500px;
	font-size:13px;
	min-height:20px;
	margin:0 auto;
}
#yoyakuBox{
	width:100%;
	min-height:20px;
}
#yoyakuStayBoxUe{
	padding:0 0 8px 0;
	border-bottom: dotted 1px #ccc;
}

#yoyakuStayBox{
	width:auto;
}
#yoyakuStayBoxL{
	width:100%;
	padding:0;
	float:none;
}
#yoyakuStayBoxL a{
	width:50%;
	height:auto;
	padding:10px 0;
	margin-left:0;
	line-height:1;
	text-indent:0;
	text-align:center;
	color:#333;
	text-decoration:none;
	float:left;
}
.stayWrapper .stayBtn{
	background:#F5F1E8;
}
.stayWrapper .restBtn{
	background:#B59C5A;
}
.restWrapper .stayBtn{
	background:#B59C5A;
}
.restWrapper .restBtn{
	background:#F5F1E8;
}
#yoyakuStayBoxR{
	width:100%;
	padding:5px 0;
	float:none;
}
/**/
#yoyakuStayCheckBox{
	width:auto;
	margin:0 0 0 0px;
	padding:6px 0 8px;
	float:none;
	text-align:center;
	border-bottom:dotted 1px #ccc;
}
#yoyakuStay01,
#yoyakuStay02,
#yoyakuStay03,
#yoyakuStay04{
	display:inline-block;
	float:none;
}
#yoyakuStay02,
#yoyakuStay04{
	margin-right:0px;
}
#yoyakuStay01 img{
}
#yoyakuStay01 input{
}
#yoyakuStayBoxR p{
}
#yoyakuStayBoxR select{
}
.text_s{
}

select.form-control {
}
.select_wrap{
}
.select_wrap::before{
}

/**/
#yoyakuStayNinzuBox{
width: auto;
margin: 0 0 0 0px;
padding:6px 0 8px;
float: none;
text-align: center;
border-bottom: dotted 1px #ccc;
}
#yoyakuStayNinzuBox:after{
	content: "";
	clear: both;
	display: block;
}
#yoyakuStayNinzuBox .left{
	float:none;
}
#yoyakuStayBtnBox{
	width:90%;
	margin:0 auto;
	text-align:center;
	float:none;
}
#sbmitBtn{
	display:block;
	width:100%;
	margin-top:8px;
	padding:4px 0;
	color:#fff;
	font-size:14px;
	background:#44486d;
	border:none;
	-webkit-appearance: none;
	border-radius:0;
}
/**/
#yoyakuStayBoxSita{
	position:relative;
	width:90%;
	margin:0 auto;
	padding:8px 0 10px;
	border-top:dotted 0px #ccc;
	font-size:90%;
}
#yoyakuStayBoxSita img{
	margin-top:10px;
}
#yoyakuStayBoxSita ul{
	margin:0 auto;
	padding:0;
}
#yoyakuStayBoxSita ul li{
	float:left;
}
#yoyakuStayBoxSita a:link,
#yoyakuStayBoxSita a:visited{
	color:#000;
	text-decoration:none;
}
#yoyakuStayBoxSita a:hover{
	color:#000;
	text-decoration:underline;
}
.yHotels{
	display:block;
	padding:0 15px 0 30px;
	background:url(../images/yoyaku/card.gif) left center no-repeat;
}
.yHotels{
	display:block;
	padding:0 15px 0 30px;
	background:url(../images/yoyaku/card.gif) left center no-repeat;
}
.yKakun,
.yHojin{
	padding:0 14px 0 9px;
	background:url(../images/yoyaku/sankaku.gif) left center no-repeat;
}

/*///////////////*/
/*レストラン予約*/
#tc-widget .tc-shop, #tc-widget .tc-date, #tc-widget .tc-time, #tc-widget .tc-ppl {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
#tc-widget select, #tc-widget input[type="text"] {
    float:none!important;
}



#tc-widget[data-layout="horizontal"] .tc-content {
	display: block!important;
	_background:#ccc!important;
	padding:0px 5%!important;
}
#tc-widget[data-layout="horizontal"] .tc-wrap-book {
	display: block!important;
	padding: 0px!important;
	margin: 0 0 0 0px!important;
}
.tc-header,
.tc-h1{
	display:none!important;
}
#tc-widget[data-layout="horizontal"] .tc-body {
	height: auto!important;
	padding:0 0px!important;
	border-top: none!important;
}
#tc-widget[data-layout="horizontal"] {
	width:auto!important;
	height:auto!important;
	margin-bottom:0!important;
}
/**/

.tc-shop,
.tc-date,
.tc-time,
.tc-ppl{
	width:auto!important;
	margin:0 0px 0px 0!important;
	padding:8px 0%!important;
	border-bottom:dotted 1px #ccc!important;
}
.tc-shop{
	width:100%!important;
}
#shop_id{
	width:100%!important;
}
.tc-date,
.tc-time,
.tc-ppl{
	width:110px!important;
	padding:8px 0%!important;
	float:left;
}
#tc-widget .tc-date{
	width:120px!important;
}

#reservation_start_time,
#reservation_num_people{
	width:70px!important;
}
/**/
.tc-content{
	margin-top:5px!important;
	margin-left:0px!important;
}
#tc-widget[data-theme="clear"] .tc-book:hover, #tc-widget[data-theme="clear"] .tc-book:focus, #tc-widget[data-theme="clear"] .tc-book:active {
	background-color: #44486d!important;
}
#tc-widget[data-theme="clear"] .tc-book {
	margin:10px 0 0 0px!important;
	background-color: #44486d!important;
	border: none!important;
	font-size:14px!important;
	font-weight:normal!important;
	width:250px!important;
	border-radius:0!important;
}
#tc-widget[data-layout="horizontal"] .tc-book {
	width:90%!important;
	margin:8px 0 0 5%!important;
	padding: 4px 0px!important;
	height: auto!important;
	-webkit-appearance: none;
}
#tc-widget[data-layout="horizontal"] .tc-wrap * {
	_padding-right:10px;
}
/**/
.tc-wrap-book{
	width:100%;
}
#tc-widget[data-theme="clear"] .tc-book {
	width:90%!important;
	margin-left:5%!important;
	_margin-right:auto!important;
}
.tc-content{
	margin-left:0px!important;
}


/*############################################*/
/*メイン写真*/
/*############################################*/
#mainPWrapper{
	height:auto;
}
.mainP{
	height:188px;
	margin-left:-350px;
}
img.mainP{
	width:700px;
}
.main > a{display:none;}

/*各TOPスライド部分*/
#mainPslideBox{
	position:relative;
	width:700px;
	height:188px;
	margin-left:-350px;
}
#mainPslideBox > a {display:none;}
#mainPslide{
	width:700px;
	height:188px;
}
#mainPslideBox img, #mainPslide img{
	width:100%;
	height:auto;
}

/*############################################*/
/*本文内のスライド*/
/*############################################*/
#slideBox{
	width: 100%;
	height: auto;
}

/*############################################*/
/*本文*/
/*############################################*/
#honbunBox{
	width:100%;
	max-width:500px;
}
#honbunWrapper {
	height:auto !important;
}
#honbunLeft{
	width:auto !important;
	float:none;
	padding:0 10px;
}
#honbunLeft img{
	max-width:100%;
	height:auto !important;
}
#honbunLeft table{
	width:auto !important;
}


/*############################################*/
/*右ナビ*/
/*############################################*/
#honbunRight{
	position:static;
	width:100%;
	max-width:500px;
	margin:0 auto;
	padding-top:30px;
	text-align:left;
	float:none;
}
.sideMenuBox{
	width:100%;
	padding:0 0 9px;
	border:0;
}
.sideMenuBtnBox{
	margin:0;
}

#honbunRight .pcdisp{display:none;}
#honbunRight .spdisp{display:block;}

.sp_sidemenubox{
	width:auto;
}
.sp_sidemenubox ul{
	margin:0 0 30px 0;
}
.sp_sidemenubox ul li{
	list-style:none;
	margin-bottom:1px;
}
.sp_sidemenubox ul li a, .sp_sidemenubox ul li a:visited{
	display:block;
	padding:16px 0;
	font-size:13px;
	color:#fff;
	line-height:1;
	text-align:center;
	text-decoration:none;
	background:#44486D;
}
.sp_sidemenubox ul li.bgy a, .sp_sidemenubox ul li.bgy a:visited{
	background:#B59C5A;
}
.sp_sidemenubox ul li a span{
	font-size:10px;
}
.sp_sidemenubox ul li.restnm a{
	padding:2px 0 5px;
}
.sp_sidemenubox ul li.half{
	width:50%;
	float:left;
	box-sizing:border-box;
}
.sp_sidemenubox ul li.half:nth-child(2n+1){
	padding-right:1px;
}

/* 採用情報 */
.sp_sidemenubox ul li.bgy.staff {
	margin-bottom: 0;
}
.sp_sidemenubox ul li.bgy.staff a {
	padding: 2px 0 8px;
}
.sp_sidemenubox ul li.bgy.staff:last-of-type a {
	padding-bottom: 10px;
}
.sp_sidemenubox ul li.bgy.staff.tit {
	padding:10px 0;
	font-size:13px;
	font-weight: bold;
	color:#fff;
	line-height:1;
	text-align:center;
	background:#B59C5A;
}


/*############################################*/
/*フッタ*/
/*############################################*/
#footWrapper{
	width:100%;
	height:auto;
	margin-top:10px;
	background:none;
}
#FooterWrap{
	width:100%;
	font-size:13px;
	background:#44486d;
}
#FooterWrap #FooterLinksWrap{
	width:100%;
	background:#f5f1e8;
}
#FooterWrap #FooterLinksWrap #FooterLinks{
	width:auto;
	max-width:500px;
}
/*
#PageTop{display:none;}
*/
#PageTop{
	position:fixed;
	right:0;
	bottom:8px;
	width:34px;
	height:35px;
	z-index:1100;
	opacity:0.8;
}
#PageTop a{
	width:34px;
	height:35px;
	text-indent:-9999px;
	background:url(../images/share/btnsp_gotop.png) no-repeat;
	background-size:34px 35px;
}

#FooterWrap #FooterLinksWrap #FooterLinks .List{
	padding:20px 20px;
}
#FooterWrap #FooterLinksWrap #FooterLinks .List li{
	font-weight:normal;
	line-height:1.5;
	margin:0 0 5px 0;
	float:none;
}
#FooterWrap #FooterLinksWrap #FooterLinks a,
#FooterWrap #FooterLinksWrap #FooterLinks a:hover{
	color:#333;
	line-height:1.5;
	text-decoration:underline;
}
/*SiteMap*/
/*
html .SiteMapWrap{
	position:fixed;
	top:0;
	left:100%;
	width:270px;
	height:100%;
	font-size:14px;
	overflow:auto;
	background:#000004;
	z-index:1000;
}
.SiteMapWrap .SiteMap{
	padding:15px 15px 10px;
}
.SiteMapWrap .SiteMap > ul{
	width:auto;
	margin:0;
	padding:0;
	float:none;
}
.SiteMapWrap .SiteMap > ul > li{
	margin-bottom:0;
	padding:8px 0 0;
	border-bottom:solid 1px #444;
}
.SiteMapWrap .SiteMap li ul{
	padding-left:15px;
	margin-top:8px;
	background:#202020;
}
.SiteMapWrap .SiteMap li ul li{
	padding:8px 0;
	font-size:14px;
	border-bottom:solid 1px #666;
}
.SiteMapWrap .SiteMap li ul li:last-child{
	border-bottom:0;
}
.SiteMapWrap .SiteMap li.addbtn{
	position:relative;
}
.SiteMapWrap .SiteMap li.addbtn ul{
	display:none;
}
.SiteMapWrap .SiteMap .arrowbtn{
	display:block;
	width:29px;
	height:29px;
	position:absolute;
	top:4px;
	right:0;
	text-indent:-9999px;
	background:url(../images/navi/arrowbtn.png) no-repeat 0 0;
	background-size:29px 58px
}
.SiteMapWrap .SiteMap .Midashi{
	font-size:13px;
	margin:0 0 8px;
	padding:0 31px 0 0;
	text-align:left;
	background:none;
}
.SiteMapWrap .SiteMap .StaySubTitle{
	font-size:12px;
	margin:0;
	padding:16px 0 0;
	color:#f0f0f0;
	border:0;
}
*/

.SiteMapWrap{
	display:none;
}
nav#spmenu{
  text-align:left;
}

/*group link*/
.GroupLinkWrap{
	background:none;
}
.GroupLinkWrap .GroupLink{
	width:auto;
	max-width:460px;
	color:#fff;
	padding:20px 20px 0;
}
.GroupLinkWrap .GroupLink img{
  display:none;
}
.GroupLinkWrap .GroupLink br{
  display:inline;
}
.GroupLinkWrap .GroupLink a{
	color:#fff;
	line-height:1.5;
}
.GroupLinkWrap .GroupLink a:hover{
	color:#fff;
	line-height:1.5;
}
/*copyright*/
#FooterWrap #Copyright{
	width:auto;
	max-width:460px;
	line-height:1;
	margin:0 auto;
	padding:20px 20px;
}
#FooterWrap #Copyright span{
	line-height:1;
	font-size:10px;
}

#PickupBanner_3, #PickupBanner_2 {
	width:auto; /* banner size w400 */
	margin:0 auto 8px;
	padding:0 10px;
}
#PickupBanner_2 + #PickupBanner_2{
	margin-top:0px;
}
#PickupBanner_3 li, #PickupBanner_2 li{
	width:auto;
	margin:0 0 8px;
	float:none;
	text-align:center;
}
#PickupBanner_3 li img, #PickupBanner_2 li img{
	width:100%;
	max-width:400px;
	height:auto;
}

h3[title="RECOMMEND PLAN｜このプランを見ている人は、以下のプランも見ています。"]{
	overflow:hidden;
}
#honbunLeft h3[title="RECOMMEND PLAN｜このプランを見ている人は、以下のプランも見ています。"] img{
	max-width:730px;
}


/*20180516*/
.caution{
	position:relative;
	width:96%;
	padding:20px 2%;
	border-radius:0px;
	border:solid 0px #fff;
	box-shadow: none;
	text-align:left;
	font-size:13px;
	bottom:auto;
}
.caution br{
	display:none;
}
.caution .bold{
	display:block;
	font-size:15px;
	margin-bottom:10px;
}
.caution .inner{
	display:block;
	margin:20px auto 0;
	border-collapse:separate;
	border-spacing:10px 0px;
}
.caution .inner a{
	display:block;
	width:100%;
	margin:0 0 4px 0;
	padding:10px 0;
	background:#44486d;
	color:#fff;
	text-align:center;
	text-decoration:none;
}
/**/
/*.caution+.mainPWrapperSp{
	position:relative;
	width:100%;
	height: 188px;
}
.caution+.mainP{
	_position:static;
}*/
.mainPWrapperSp{
	position:relative;
	width:100%;
	height: 188px;
}
.mainP{
	position:relative;
	width:100%;
	height: 188px;
}
#mainPWrapperThin img{
	_display:none;
	margin-top:0!important;
}







}
