@charset "UTF-8";



/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article {
  display: block;
}
/* !Reseting
---------------------------------------------------------- */
body {
  /* font-family: "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 15px;
  -webkit-text-size-adjust: none;
  line-height: 1.6;
  color: #272727;
}
@media screen and (max-width: 767px) {
body{
  font-size:13px;
}
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td {
  margin: 0;
  padding: 0;
}
input, textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset, img {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after, q:before {
  content: '';
}
a, input {
  outline: none;
}
abbr, acronym {
  border: 0;
}
/* !Base Fonts -------------------------------------------------------------- */
a {
  text-decoration: underline;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
  transition: all ease 0.3s;
}

a:hover {
  opacity: 0.9;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op img,
.op input {
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.op:hover img,
.op:hover input {
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);	/* IE lt 8 */
  -ms-filter: "alpha(opacity=70)"; /* IE 8 */
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.fwn {
  font-weight: normal;
}
.fwb {
  font-weight: bold;
}

/* !Inline Align ------------------------------------------------------------ */
.tal {
  text-align: left !important;
}
.tac {
  text-align: center !important;
}
.tar {
  text-align: right !important;
}
.vat {
  vertical-align: top !important;
}
.vam {
  vertical-align: middle !important;
}
.vab {
  vertical-align: bottom !important;
}
/* !Width ------------------------------------------------------------------- */
.w07per{
  width:7% !important;
}
.w14per{
  width:14% !important;
}
.w16per{
  width:16% !important;
}
.w20per{
  width:20% !important;
}
.w25per{
  width:25% !important;
}
.whalf {
  width: 48% !important;
}
.wtri {
  width: 33% !important;
}
.wquart {
  width: 24% !important;
}
.wfull {
  width: 99.9% !important;
}
.wmax {
  width: 100% !important;
}

/* !Floats ------------------------------------------------------------------ */
.fll {
  float: left;
}
.flr {
  float: right;
}
.ftbox {
  overflow: hidden;
 *zoom: 1;
}
/* !Tools ------------------------------------------------------------------- */
.clear {
  clear: both;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bgn {
  background: none !important;
}
.tdu {
  text-decoration: underline;
}
.tdn {
  text-decoration: none;
}

.ffMin{
  font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
/* !Margin ------------------------------------------------------------------ */
.mt00 {
  margin-top: 0 !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mr00 {
  margin-right: 0 !important;
}
.mr05 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mr65 {
  margin-right: 65px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mr75 {
  margin-right: 75px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mr85 {
  margin-right: 85px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mr95 {
  margin-right: 95px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.mb00 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.ml00 {
  margin-left: 0 !important;
}
.ml05 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.ml65 {
  margin-left: 65px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.ml75 {
  margin-left: 75px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.ml85 {
  margin-left: 85px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.ml95 {
  margin-left: 95px !important;
}
.ml100 {
  margin-left: 100px !important;
}
/* !Padding  ---------------------------------------------------------------- */
.pt00 {
  padding-top: 0 !important;
}
.pt05 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt75 {
  padding-top: 75px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt85 {
  padding-top: 85px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pt95 {
  padding-top: 95px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pr00 {
  padding-right: 0 !important;
}
.pr05 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pr65 {
  padding-right: 65px !important;
}
.pr70 {
  padding-right: 70px !important;
}
.pr75 {
  padding-right: 75px !important;
}
.pr80 {
  padding-right: 80px !important;
}
.pr85 {
  padding-right: 85px !important;
}
.pr90 {
  padding-right: 90px !important;
}
.pr95 {
  padding-right: 95px !important;
}
.pr100 {
  padding-right: 100px !important;
}
.pb00 {
  padding-bottom: 0 !important;
}
.pb05 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb65 {
  padding-bottom: 65px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb75 {
  padding-bottom: 75px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pb85 {
  padding-bottom: 85px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pb95 {
  padding-bottom: 95px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pl00 {
  padding-left: 0 !important;
}
.pl05 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pl65 {
  padding-left: 65px !important;
}
.pl70 {
  padding-left: 70px !important;
}
.pl75 {
  padding-left: 75px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.pl85 {
  padding-left: 85px !important;
}
.pl90 {
  padding-left: 90px !important;
}
.pl95 {
  padding-left: 95px !important;
}
.pl100 {
  padding-left: 100px !important;
}
/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.visible-pc {
  display: block;
  font-size: 14px;
}
.visible-ts {
  display: none;
}
@media screen and (max-width: 767px) {
  .visible-ts {
    display: block;
  }
  .visible-pc {
    display: none;
  }
}

.hide-ts {
  display: block;
}
@media screen and (max-width: 989px) {
  .hide-ts {
    display: none;
  }
}

.visible-pc p.topbnr {
  position: absolute;
  z-index: 999;
  margin: 0;
  padding: 0;
  text-align: center;
  right: 0;
  left: 0;
  margin-top: 10px;
  margin-right: 680px;
}
.visible-pc p.topbnr img {
  max-width: 320px;
}
@media screen and (max-width: 979px) {
  .visible-pc p.topbnr {
    margin-right: 600px;
  }
}
.visible-pc p.topbnr2 {
  position: absolute;
  z-index: 1000;
  margin: 0;
  padding: 0;
  text-align: center;
  right: 0;
  left: 0;
  margin-top: 10px;
  margin-right: 600px;
}
.visible-pc p.topbnr2 img {
  max-width: 400px;
}

.visible-pc p.topbnr3 {
  position: absolute;
  z-index: 1000;
  margin: 0;
  padding: 0;
  text-align: center;
  left: 0;
  margin-top: 76px;
  margin-left: 10px;
}
.visible-pc p.topbnr3 img {
  max-width: 320px;
}

.visible-pc p.topbnr4 {
  position: absolute;
  z-index: 1000;
  margin: 0;
  padding: 0;
  text-align: center;
  left: 0;
  margin-top: 10px;
  margin-left: 10px;
}

.visible-pc p.tokuten {
  position: absolute;
  z-index: 100;
  margin: 0 auto;
  padding: 0;
  text-align: right;
  right: 0;
  left: 0;
  max-width: 1000px;
}
.visible-pc p.tokuten img {
}
@media screen and (max-width: 999px) {
  .visible-pc p.tokuten img {
    width: 16%;
  }
}


/*----- 緊急お知らせ表示 -----*/
.visible-pc .topinfo {
  position: absolute;
  z-index: 200;
  margin: 0;
  padding: 0;
  right: 0;
  left: 0;
  margin-top: 10px;
  margin-right: 720px;
}
.topinfo p.topinfo_box {
  background-color: #fff;
  width: 438px;
  float: right;
  padding: 5px 10px 10px 10px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, Georgia, serif;
  line-height: 1.8em;
}
.topinfo p.topinfo_box span {
  font-weight: bold;
  color: #c00;
  font-size: 18px;
  background-color: #efefef;
  line-height: 2em;
}
@media screen and (max-width: 1279px) {
.visible-pc .topinfo {
  right: auto;
  left: auto;
  margin-right: 0;
}
.topinfo p.topinfo_box {
  line-height: 1.6em;
  font-size: 13px;
}
.topinfo p.topinfo_box span {
  font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.visible-ts .topinfo {
  width: 96%;
  margin: 0 auto;
}
.topinfo p.topinfo_box {
  background-color: #efefef;
  width: 92%;
  float: none;
  padding: 1% 4%;
  margin-bottom: 20px;
}
}
/*----- /topinfo -----*/


/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
}
body {

}
@media print {
html,  html body {
*zoom: 0.65;
}
}
/* !wrapper
---------------------------------------------------------- */
#wrapper {

}
.inner{
  max-width:1000px;
  margin:0 auto;
}
@media screen and (max-width: 767px) {
.inner{
  padding:0 10px;
  max-width:inherit;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
.inner{
  padding:0 10px;
  max-width:inherit;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
}
/* !header
---------------------------------------------------------- */
#header {
  background:url(../img/bg_header.gif);
  padding-bottom:20px;
}
.headerleft{
  float:left;
  width:50%;
}
.headerright{
  float:right;
  width:50%;
  text-align:right;
}
@media screen and (max-width: 900px) {
  .headerright{
    width:100%;
  }
}

#headerlogo {
  padding:25px 0 17px;
}

.headertel{
  padding:20px 0;
}
.headerright li{
  float:right;
}

.headerright2{
  float:right;
  width:50%;
  text-align:right;
  padding:20px 0;
}

.headerright2 li{
float:right;
margin-right:15px;
}

.headerbtn2 a{
display:block;
border:1px solid #b5aaa2;
background:#432004;
color:#ffffff;
font-size:14px;
text-decoration:none;
padding:1px 0 3px 0;
width:118px;
text-align:center;
position:relative;
margin:18px 22px 0 0;
}
.headerbtn2 a:before{
content: "\f105";
display: inline-block;
font-family:FontAwesome;
color:#a4813e;
margin-right:10px;
font-size:16px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.headerbtn a{
  display:block;
  border:1px solid #b5aaa2;
  background:#432004;
  color:#ffffff;
  font-size:14px;
  text-decoration:none;
  padding:2px 0 2px 0;
  width:118px;
  text-align:center;
  position:relative;
}
.headerbtn a:before{
  content: "\f105";
  display: inline-block;
  font-family:FontAwesome;
  color:#a4813e;
  margin-right:10px;
  font-size:16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.headerlink {
  margin-right:15px;
}
.headerlink a{
  font-size:14px;
  color:#432004;
  position:relative;
  display:block;
  margin-top:3px;
}
.headerlink a:before{
  content: "\f105";
  display: inline-block;
  font-family:FontAwesome;
  color:#a4813e;
  margin-right:10px;
  font-size:16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.headerlink a.shop:before{
  content: "\f07a";
  display: inline-block;
  font-family:FontAwesome;
  color:#a4813e;
  margin-right:10px;
  font-size:16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {
#header {
  padding-bottom:0;
}
.headerleft{
  float:none;
  width:100%;
}
.headerright{
  display:none;
}

.headerright2{
  display:none;
}

#headerlogo {
  padding:15px 0;
  text-align:center;
}
#headerlogo img{
  width:185px;
}

}
/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb {
  padding:15px 0;
}

#breadcrumb a {
  font-size:14px;
  color:#272727;
}
#breadcrumb a.home{
  /*background:url(../img/ico_home.gif) left center no-repeat;*/
  /*padding-left:20px;*/
}

#breadcrumb a.home:before{
  /*background:url(../img/ico_home.gif) left center no-repeat;*/
  font-family:FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
#breadcrumb{
  padding:7px 0 8px;
}
}


/* !gNavi
---------------------------------------------------------- */

#gnav {
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #a58240, #987435);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#a58240), to(#987435));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #a58240, #987435);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #a58240, #987435);
  /* IE9+ */
  background: -ms-linear-gradient(top, #a58240, #987435);
}
@media screen and (max-width: 767px) {
#gnav{
  display:none;
}
}
#gnav.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
#gnav ul{
  max-width:1000px;
  margin:0 auto;
}
#gnav li {
  float:left;
  color: #ffffff;
  display: table-cell;
  font-size: 18px;
  /* font-weight: bold; */
  text-align: center;
  padding:15px 0;
}

#gnav .stay,
#gnav .topics{
  width:13%;
}
#gnav .restaurant,
#gnav .banquet,
#gnav .facilities,
#gnav .access{
  width:14%;
}
#gnav .wedding,
#gnav .reservation{
  width:16%;
}

#gnav li a {
  display:block;
  color:#fff;
  text-decoration:none;
  border-left:1px solid #baa57d;
  font-family:"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#gnav li a:hover{
  opacity: 0.7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);	/* IE lt 8 */
  -ms-filter: "alpha(opacity=70)"; /* IE 8 */
}

#gnav .navitemen{
  color: #d0ba91;
  display: block;
  font-size: 11px;
}
/* 2018/07/23 無効
#gnav li.reservation{
  background: -moz-linear-gradient(top, #522d07, #381a03);
  background: -webkit-gradient(linear, top, from(#522d07), to(#381a03));
  background: -webkit-linear-gradient(top, #522d07, #381a03);
  background: -o-linear-gradient(top, #522d07, #381a03);
  background: -ms-linear-gradient(top, #522d07, #381a03);
}
#gnav li.reservation a{
  border-left:0;
}
*/
#gnav li.reservation a{
  border-right:1px solid #baa57d;
}

#gnavi {
  display:none;
}
@media screen and (max-width: 767px) {
/* !gnavi
---------------------------------------------------------- */
#gnavi {
  position: relative;
  width: 100%;
  height: 61px;
  display:block;
}
#gnavi ul {
  padding:5px 5px 5px 0;
  background:#543924;
  box-sizing:border-box;
  width:100%;
  overflow:hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
}
#gnavi li{
  float:left;
  width:25%;
  padding-left:5px;
  box-sizing:border-box;
}
#gnavi li a{
  display:block;
  color:#dcc2a7;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  background: -moz-linear-gradient(top, #502b06, #391a03);
  background: -webkit-gradient(linear, top, from(#502b06), to(#391a03));
  background: -webkit-linear-gradient(top, #502b06, #391a03);
  background: -o-linear-gradient(top, #502b06, #391a03);
  background: -ms-linear-gradient(top, #502b06, #391a03);
  -pie-background: linear-gradient(top, #502b06, #391a03);
  height:51px;
  border-bottom:1px solid #1e120b;
  box-sizing:border-box;
  text-decoration:none;
  position:relative;
  font-family:"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#gnavi li a:before{
  width:100%;
  height:2px;
  background:#88490a;
  content:"";
  position:absolute;
  left:0;
  top:0;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
#gnavi li a span{
  display:block;
  padding-top:7px;
  box-sizing:border-box;
  height:100%;
}
#gnavi li a span i{
  font-size:18px;
  color:#a3813a;
}

#gnavi li:nth-child(3) a{
  display:block;
  color:#ffffff;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  background: -moz-linear-gradient(top, #8b3600, #742300);
  background: -webkit-gradient(linear, top, from(#8b3600), to(#742300));
  background: -webkit-linear-gradient(top, #8b3600, #742300);
  background: -o-linear-gradient(top, #8b3600, #742300);
  background: -ms-linear-gradient(top, #8b3600, #742300);
  -pie-background: linear-gradient(top, #8b3600, #742300);
  height:51px;
  border-bottom:1px solid #1e120b;
  box-sizing:border-box;
  text-decoration:none;
  position:relative;
}
#gnavi li:nth-child(3) a:before{
  width:100%;
  height:2px;
  background:#df5d00;
  content:"";
  position:absolute;
  left:0;
  top:0;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
#gnavi li:nth-child(3) a span{
  display:block;
  padding-top:7px;
  box-sizing:border-box;
  height:100%;
}
#gnavi li:nth-child(3) a span i{
  font-size:18px;
  color:#dcc2a7;
}
#gnavi li:last-child a{
  display:block;
  color:#ffffff;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  background: -moz-linear-gradient(top, #ac8b4b, #987435);
  background: -webkit-gradient(linear, top, from(#ac8b4b), to(#987435));
  background: -webkit-linear-gradient(top, #ac8b4b, #987435);
  background: -o-linear-gradient(top, #ac8b4b, #987435);
  background: -ms-linear-gradient(top, #ac8b4b, #987435);
  -pie-background: linear-gradient(top, #ac8b4b, #987435);
  height:51px;
  border-bottom:1px solid #1e120b;
  box-sizing:border-box;
  text-decoration:none;
  position:relative;
}
#gnavi li:last-child a:before{
  width:100%;
  height:2px;
  background:#e6dc7f;
  content:"";
  position:absolute;
  left:0;
  top:0;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
#gnavi li:last-child a span{
  display:block;
  padding-top:7px;
  box-sizing:border-box;
  height:100%;
}
#gnavi li:last-child a span i{
  font-size:18px;
  color:#e0c48c;
}

}



#search {
  background:url(../img/bg_header.gif);
  position:relative;
  padding-bottom:17px;
}
@media screen and (max-width: 767px) {
#search {
  display:none;
}
}
#searchcat{
  position:relative;
  top:-62px;
}
#search:before{
  position:absolute;
  width:100%;
  height:5px;
  bottom:0;
  left:0;
  background:url(../img/bg_search.png);
  content:"";
}
.searchbox{
  position:relative;
}
.searchtit{
  position:absolute;
  left:0;
  top:-10px;
}

.searchinner{
  padding-left:180px;
}

.searchtopbox{
  border-bottom:1px dotted #847162;
  overflow:hidden;
  padding:40px 0 20px;
  margin-bottom:20px;
}

.searchtopbox ul{
  float:left;
}
@media screen and (max-width: 959px) {
  .searchtit img{
    width: 75%;
  }
  .searchinner{
    padding-left:120px;
    padding-right:100px;
  }
  .searchtopbox ul{
    float:none;
  }
}
.searchtopbox ul li{
  float:left;
  margin-right:20px;
}
.searchtopbox ul li:last-child{
  margin-right:0;
}

.searchdate{
  position:relative;
  padding-left:22px;
  margin-bottom:5px;
}
.searchdate:before{
  width:12px;
  height:12px;
  content:"";
  background:url(../img/ico_calendar.png);
  position:absolute;
  left:0;
  top:4px;
}

.datepicker{
  padding:6px 14px;
  border:1px solid #b5aaa2;
  margin:0;
  background:#fff url(../img/ico_calendar.png) 152px center no-repeat;
  position:relative;
  width:150px;
}

.searchstaynum{
  position:relative;
  padding-left:22px;
  margin-bottom:5px;
}
.searchstaynum:before{
  width:14px;
  height:13px;
  content:"";
  background:url(../img/ico_calendarnum.png);
  position:absolute;
  left:0;
  top:4px;
}

.obj_stay_num,
.obj_per_num{
  width:68px;
  height:28px;
  line-height:28px;
  border:1px solid #b5aaa2;
  margin-right:10px;
}

.searchpernum{
  position:relative;
  padding-left:22px;
  margin-bottom:5px;
}
.searchpernum:before{
  width:11px;
  height:14px;
  content:"";
  background:url(../img/ico_per.png);
  position:absolute;
  left:0;
  top:3px;
}

.searchtype{
  position:relative;
  padding-left:22px;
  margin-bottom:5px;
}
.searchtype:before{
  width:14px;
  height:12px;
  content:"";
  background:url(../img/ico_book.png);
  position:absolute;
  left:0;
  top:4px;
}

.obj_type{
  width:138px;
  height:28px;
  line-height:28px;
  border:1px solid #b5aaa2;
}
.searchbtn{
  margin:4px 0 0 20px;
  float:left;
  position:relative;
}


.searchbtn:before{
  position:absolute;
  content: "\f002";
  font-size:16px;
  color:#fff;
  left:22px;
  top:50%;
  margin-top:-11px;
  font-family:FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.searchbtn input[type=submit]{
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border:0;
  padding:0;
  margin:0;
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #502b06, #391b03);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#502b06), to(#391b03));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #502b06, #391b03);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #502b06, #391b03);
  /* IE9+ */
  background: -ms-linear-gradient(top, #502b06, #391b03);
  width:120px;
  height:50px;
  font-size:16px;
  color:#ffffff;
  cursor:pointer;
  font-family:"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

@media screen and (max-width: 959px) {
.searchbtn{
  margin:10px 0 0 0;
  float:none;
  position:relative;
}
.searchbtn input[type=submit]{
  width:100%;
}
}

.searchbtmbox{
  overflow:hidden;
}

.searchbtmbox ul{
  float:left;
}
.searchbtmbox ul li{
  float:left;
  margin-right:20px;
}
.searchbtmbox ul li:last-child{
  margin-right:0;
}
.searchbtmbox ul li a{
  position:relative;
  font-size:13.5px;
  color:#432004;
}

.searchbtmbox ul li a:before{
  content: "\f105";
  display: inline-block;
  font-family:FontAwesome;
  color:#a4813e;
  margin-right:10px;
  font-size:16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.searchbtmboxtel{
  float:right;
  font-size:26px;
  color:#432004;
  position:relative;
  padding-left:25px;
  margin-top:-6px;
  font-family: Garamond, "Adobe Garamond Pro", "游明朝", "Yu Mincho", YuMincho, serif;
}
.searchbtmboxtel:before{
  position:absolute;
  left:0;
  top:9px;
  width:20px;
  height:20px;
  background:url(../img/ico_tel.png);
  background-size:20px 20px;
  content:"";

}

@media screen and (max-width: 959px) {
  .searchbtmbox ul{
    float:none;
  }
  .searchbtmboxtel{
    /* float:none; */
    margin:0;
    margin-right: 10px;
  }
}
/* !teaser
---------------------------------------------------------- */
#teaser {
  position:relative;

}
.teaserimg img{
  width:100%;
}
.teaserstay{
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-37px;
  margin-left:-54px;
}
.teaserfacilities{
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-22px;
  margin-left:-52px;
}
.teaserstaytxt{
  width:340px;
  height:35px;
  line-height:35px;
  text-align:center;
  background:url(../../stay/img/bg_teaser_stay.png);
  position:absolute;
  bottom:10px;
  /*
  right:50%;
  margin-right:-500px;
  */
  left:50%;
  margin-left:-170px;
}
@media screen and (max-width: 1000px) {
.teaserstaytxt{
  right:0;
  margin-right:0;
}
}

@media screen and (max-width: 767px) {
.teaserstaytxt{
  display:none;
}
.teaserstay{
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-25px;
  margin-left:-40px;
}
.teaserstay img{
  width:80px;
}
}

.teaserbanquet{
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-37px;
  margin-left:-88px;
}
.teaserfacilities{
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-37px;
  margin-left:-88px;
}

@media screen and (max-width: 767px) {
.teaserbanquet{
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-24px;
  margin-left:-68px;}
  .teaserfacilities{
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-30px;
    margin-left:-50px;
  }
  .teaserfacilities img{
    width:100px;
  }
.teaserbanquet img{
  width:130px;
}
}

.teaserbanquetguidance{
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-37px;
  margin-left:-197px;
}

@media screen and (max-width: 767px) {
.teaserbanquetguidance{
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-25px;
  margin-left:-135px;
}

.teaserbanquetguidance img{
  width:270px;
}
}

.teaserbanquetmemorial{
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-37px;
  margin-left:-152px;
}

@media screen and (max-width: 767px) {
.teaserbanquetmemorial{
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-25px;
  margin-left:-135px;
}

.teaserbanquetmemorial img{
  width:270px;
}
}

.teasercontact{
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-37px;
  margin-left:-182px;
}

@media screen and (max-width: 767px) {
.teasercontact{
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-25px;
  margin-left:-121px;
}

.teasercontact img{
  width:243px;
}
}

.teaseraccess{
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-37px;
  margin-left:-87px;
}

@media screen and (max-width: 767px) {
.teaseraccess{
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-25px;
  margin-left:-60px;
}

.teaseraccess img{
  width:120px;
}
}
.teaserrestaurantmaple{
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-37px;
  margin-left:-88px;
}

@media screen and (max-width: 767px) {
.teaserrestaurantmaple{
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-25px;
  margin-left:-125px;
}

.teaserrestaurantmaple img{
  width:250px;
}
}





.teaserapp{
 position:absolute;
 top:50%;
 left:50%;
 margin-top:-35px;
 margin-left:-265px;
}

@media screen and (max-width: 767px) {
.teaserapp{
 position:absolute;
 top:50%;
 left:50%;
 margin-top:-19px;
 margin-left:-145px;
}

.teaserapp img{
 width:290px;
}
}

.teaserfaq{
 position:absolute;
 top:50%;
 left:50%;
 margin-top:-35px;
 margin-left:-110px;
}

@media screen and (max-width: 767px) {
.teaserfaq{
 position:absolute;
 top:50%;
 left:50%;
 margin-top:-24px;
 margin-left:-130px;
}

.teaserfaq img{
 width: 150px;
 margin-left: 50px;
}
}

.teasersitemap{
 position:absolute;
 top:50%;
 left:50%;
 margin-top:-35px;
 margin-left:-110px;
}

@media screen and (max-width: 767px) {
.teasersitemap{
 position:absolute;
 top:50%;
 left:50%;
 margin-top:-17px;
 margin-left:-70px;
}

.teasersitemap img{
 width:140px;
}
}
/* !contents
---------------------------------------------------------- */
#contents {

}
#main {
}

#side {
}

/* !pageTop
---------------------------------------------------------- */
.pagetop {
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:999;
  display:none;
  text-align: center;
}

.pagetop > a{
  display: block;
  transition: all ease 0.3s;
}

.pagetop > a:hover{
  opacity: 0.7;
}

#bnr_3d{
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
.pagetop {
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:999;
  display:none;
}
.pagetop img.pgaetopimg{
  width:50px;
}

.pagetop a{
  display: inline-block;
}

#bnr_3d{
  margin-bottom: 0;
}

#bnr_3d img{
  width: 100px;
  margin-right: 10px;
}

}
@media screen and (max-width: 767px) {
.pagetop {
  position:inherit;
  right:auto;
  bottom:auto;
  z-index:999;
  display:block;
  text-align:right;
}
.pagetop img.pgaetopimg{
  width:50px;
}

.pagetop a{
  display: inline-block;
}

#bnr_3d{
  margin-bottom: 0;
}

#bnr_3d img{
  width: 70px;
  margin-right: 10px;
}



}


/* !footer
---------------------------------------------------------- */
#footer {
}
.banner{
  padding:60px 0 120px;
}
.bannerlist li{
  float:left;
  width:48%;
  margin-right:4%;
}
.bannerlist li:nth-child(2n){
  margin-right:0;
}

.bannerlist_triple{
  display: flex;
}
.bannerlist_triple li{
  width: 34%;

}
.bannerlist_triple a{
  display: block;
  margin: 0 4px;
}


.footersearch {
  background:url(../img/bg_header.gif);
  position:relative;
  height:135px;
}
@media screen and (max-width: 767px) {
.banner{
  display:none;
}
.banner.on{
  display:block;
  padding:20px 0;
}
.bannerlist li{
  float:none;
  width:100%;
  margin-right:0;
  text-align:center;
}
.bannerlist li:nth-child(2n){
  margin-right:0;
  margin-top:15px;
}
.footersearch{
  display:none;
}
}
.footersearch:before{
  position:absolute;
  width:100%;
  height:5px;
  bottom:0;
  left:0;
  background:url(../img/bg_search.png);
  content:"";
}
.footersearchbox{
  position:relative;
}
.footersearchtit{
  position:absolute;
  left:0;
  top:-20px;
}
.footersearchinner{
  padding:0 0 0 170px;
}

.banquettel{
  text-align: center;
  margin-bottom: 40px;
  margin-top: -65px;
}
.banquettelinner{
  width: 75%;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .banquettel{
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .banquettel{
    margin-top: -40px;
  }
}

.footersearchtxt{
  float:left;
  font-size:16px;
  color:#431904;
  font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight:bold;
  margin-top:55px;
}

.footersearchtel{
  float:left;
  font-size:40px;
  color:#432004;
  margin:38px 0 0 15px;
  position:relative;
  padding-left:40px;
  font-family: Garamond, "Adobe Garamond Pro", "游明朝", "Yu Mincho", YuMincho, serif;
}

.footersearchtel:before{
  position:absolute;
  left:0;
  top:12px;
  width:32px;
  height:32px;
  background:url(../img/ico_tel.png);
  content:"";

}
.footersearchbtn{
  float:right;
  margin-top:40px;
}
.footersearchbtn a{
  width:220px;
  display:block;
  text-align:center;
  color:#ffffff;
  font-size:16px;
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #502b06, #391b03);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#502b06), to(#391b03));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #502b06, #391b03);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #502b06, #391b03);
  /* IE9+ */
  background: -ms-linear-gradient(top, #502b06, #391b03);
  padding:13px 0;
  text-decoration:none;
  font-family:"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

@media screen and (max-width: 959px) {
.footersearchtxt{
  float:none;
  margin-top:-20px;
  vertical-align:middle;
  display:inline-block;
}

.footersearchtel{
  float:none;
  margin:0 0 0 15px;
  display:inline-block;
}

.footersearchbtn{
  float:none;
  margin-top:0;
}
.footersearchbtn a{
  width:100%;
}
}

.footerinfo{
  background:#432004;
  padding:40px 0;
}
.footerinfol{
  float:left;
}
.footerlogo{
  margin-bottom:20px;
}
.footeraccess{
  font-size:13px;
  color:#ffffff;
  padding-left:28px;
  position:relative;
}
.footeraccess:before{
  width:20px;
  height:20px;
  position:absolute;
  left:0;
  top:0;
  background:url(../img/ico_access.gif);
  content:"";
}
.footertel{
  font-size:13px;
  color:#ffffff;
  padding-left:28px;
  position:relative;
  margin-top:5px;
}
.footertel:before{
  width:20px;
  height:20px;
  position:absolute;
  left:0;
  top:0;
  background:url(../img/ico_tel02.gif);
  content:"";
}
.footermail{
  font-size:13px;
  color:#ffffff;
  padding-left:28px;
  position:relative;
  margin-top:5px;
}
.footermail:before{
  width:20px;
  height:20px;
  position:absolute;
  left:0;
  top:0;
  background:url(../img/ico_mail.gif);
  content:"";
}

.footerinfor{
  float:right;
}

.footerbtn01 a{
  width:220px;
  display:block;
  text-align:center;
  color:#ffffff;
  font-size:16px;
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #ac8b4b, #987535);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#ac8b4b), to(#987535));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #ac8b4b, #987535);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #ac8b4b, #987535);
  /* IE9+ */
  background: -ms-linear-gradient(top, #ac8b4b, #987535);
  padding:13px 0;
  text-decoration:none;
  font-family:"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.footerbtn02{
  margin-top:10px;
}
.footerbtn02 a{
  width:220px;
  display:block;
  text-align:center;
  color:#ffffff;
  font-size:16px;
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #5f7da1, #48668c);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#5f7da1), to(#48668c));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #5f7da1, #48668c);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #5f7da1, #48668c);
  /* IE9+ */
  background: -ms-linear-gradient(top, #5f7da1, #48668c);
  padding:13px 0;
  text-decoration:none;
  font-family:"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.footerlinks{
  background:url(../img/bg_header.gif);
  padding:20px 0;
}

.footerlink{
  width:25%;
  float:left;
}
.footerlink li{
  margin-bottom:5px;
}
.footerlink li a{
  font-size:14px;
  color:#432004;
  position:relative;
}

.footerlink li a:before{
  content: "\f105";
  display: inline-block;
  font-family:FontAwesome;
  color:#a4813e;
  margin-right:10px;
  font-size:16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footerlink01{
  margin-bottom:10px;
}
.footerlink01 a{
  font-size:14px;
  color:#432004;
  position:relative;
}

.footerlink01 a:before{
  content: "\f105";
  display: inline-block;
  font-family:FontAwesome;
  color:#fff;
  margin-right:10px;
  font-size:16px;
  width:18px;
  height:18px;
  text-align:center;
  line-height:18px;
  background:#a4813e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--- 追加 ---*/
.footerfb{
  background:#fff;
  padding:0 0 40px 0;
}
.footerfb a{
  width:100%;
  display:block;
  text-align:center;
  color:#ffffff;
  font-size:16px;
  padding:13px 0;
  text-decoration:none;
  font-family:"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.footerfbbtn a{
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #4b69a3, #304b89);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#4b69a3), to(#304b89));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #4b69a3, #304b89);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #4b69a3, #304b89);
  /* IE9+ */
  background: -ms-linear-gradient(top, #4b69a3, #304b89);
}
.footerinstabtn a{
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #d04089, #c0266d);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#d04089), to(#c0266d));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #d04089, #c0266d);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #d04089, #c0266d);
  /* IE9+ */
  background: -ms-linear-gradient(top, #d04089, #c0266d);
}





#copyright {
  text-align:center;
  padding:25px 0;
}

@media screen and (max-width: 767px) {
.footerinfo{
  background:#432004;
  padding:20px 0;
}
.footerinfol{
  float:none;
  margin-bottom:15px;
}
.footerlogo{
  margin-bottom:20px;
}
.footerlogo img{
  width:190px;
}
.footeraccess{
  font-size:12px;
  color:#ffffff;
  padding-left:25px;
  position:relative;
}
.footeraccess:before{
  width:20px;
  height:20px;
  position:absolute;
  left:0;
  top:-3px;
  background:url(../img/ico_access.gif);
  content:"";
}
.footertel{
  font-size:12px;
  color:#ffffff;
  padding-left:25px;
  position:relative;
  margin-top:10px;
}
.footertel:before{
  width:20px;
  height:20px;
  position:absolute;
  left:0;
  top:-3px;
  background:url(../img/ico_tel02.gif);
  content:"";
}
.footermail{
  font-size:12px;
  color:#ffffff;
  padding-left:25px;
  position:relative;
  margin-top:10px;
}
.footermail:before{
  width:20px;
  height:20px;
  position:absolute;
  left:0;
  top:-3px;
  background:url(../img/ico_mail.gif);
  content:"";
}

.footerinfor{
  float:none;
}

.footerbtn01 a{
  width:100%;
  display:block;
  text-align:center;
  color:#ffffff;
  font-size:14px;
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #ac8b4b, #987535);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#ac8b4b), to(#987535));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #ac8b4b, #987535);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #ac8b4b, #987535);
  /* IE9+ */
  background: -ms-linear-gradient(top, #ac8b4b, #987535);
  padding:15px 0;
  text-decoration:none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.footerbtn02{
  margin-top:10px;
}
.footerbtn02 a{
  width:100%;
  display:block;
  text-align:center;
  color:#ffffff;
  font-size:14px;
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #5f7da1, #48668c);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#5f7da1), to(#48668c));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #5f7da1, #48668c);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #5f7da1, #48668c);
  /* IE9+ */
  background: -ms-linear-gradient(top, #5f7da1, #48668c);
  padding:15px 0;
  text-decoration:none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.footerlinks{
  background:url(../img/bg_header.gif);
  padding:15px 0 5px;
}

.footerlink{
  width:100%;
  float:none;
}
.footerlink li{
  margin-bottom:5px;
  float:left;
  margin-right:20px;
}
.footerlink li a{
  font-size:12px;
  color:#432004;
  position:relative;
}

.footerlink li a:before{
  content: "\f105";
  display: inline-block;
  font-family:FontAwesome;
  color:#a4813e;
  margin-right:6px;
  font-size:14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footerlink01{
  margin-bottom:10px;
}
.footerlink01 a{
  font-size:12px;
  color:#432004;
  position:relative;
}

.footerlink01 a:before{
  content: "\f105";
  display: inline-block;
  font-family:FontAwesome;
  color:#fff;
  margin-right:10px;
  font-size:16px;
  width:18px;
  height:18px;
  text-align:center;
  line-height:18px;
  background:#a4813e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#copyright {
  text-align:center;
  padding:12px 0 74px;
  font-size:12px;
}
}

/* !h(n)eading
---------------------------------------------------------- */
.h3wrap{
  text-align:center;
}
.h3nomal{
  display:inline-block;
  text-align:center;
  position:relative;
  font-size:36px;
  color:#a4813e;
  padding:65px 85px 45px 85px;
  font-family: Garamond, "Adobe Garamond Pro", "游明朝", "Yu Mincho", YuMincho, serif;
}
.h3nomal:before{
  content:"";
  background:url(../img/ico_h301.png);
  width:36px;
  height:52px;
  left:0;
  top:70px;
  position:absolute;
}
.h3nomal:after{
  content:"";
  background:url(../img/ico_h301.png);
  width:36px;
  height:52px;
  right:0;
  top:70px;
  position:absolute;
}
.h3nomal .h3nomaljp{
  font-size:15px;
  color:#431904;
  display:block;
  font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

@media screen and (max-width: 767px) {
.h3nomal{
  display:inline-block;
  text-align:center;
  position:relative;
  font-size:22.5px;
  color:#a4813e;
  padding:16px 35px 16px 35px;
}
.h3nomal:before{
  content:"";
  background:url(../img/ico_h301.png);
  background-size:23px 33px;
  width:23px;
  height:33px;
  left:0;
  top:22px;
  position:absolute;
}
.h3nomal:after{
  content:"";
  background:url(../img/ico_h301.png);
  background-size:23px 33px;
  width:23px;
  height:33px;
  right:0;
  top:22px;
  position:absolute;
}
.h3nomal .h3nomaljp{
  font-size:12px;
  color:#431904;
  display:block;
  font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
}

.h4basic01{
  font-size:22px;
  text-align:center;
  color:#431904;
  font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  padding:16px 0 22px;
}
@media screen and (max-width: 767px) {
.h4basic01{
  font-size:14px;
  text-align:center;
  color:#431904;
  font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  padding:10px 0 11px;
}
}
/* !Listing
---------------------------------------------------------- */

/* !Table
---------------------------------------------------------- */

/* !Section
---------------------------------------------------------- */


.btnstyle01 a{
  width:320px;
  margin:0 auto;
  text-align:center;
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #502b06, #391a03);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#502b06), to(#391a03));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #502b06, #391a03);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #502b06, #391a03);
  /* IE9+ */
  background: -ms-linear-gradient(top, #502b06, #391a03);
  color:#fff;
  font-size:16px;
  display:block;
  padding:18px 0;
  text-decoration:none;
font-family:"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

@media screen and (max-width: 767px) {
.btnstyle01 a{
  width:100%;
  margin:0 auto;
  text-align:center;
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #502b06, #391a03);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#502b06), to(#391a03));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #502b06, #391a03);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #502b06, #391a03);
  /* IE9+ */
  background: -ms-linear-gradient(top, #502b06, #391a03);
  color:#fff;
  font-size:14px;
  display:block;
  padding:15px 0;
  text-decoration:none;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
}

.btnstyle02 a{
  width:320px;
  margin:0 auto;
  text-align:center;
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #e52a5c, #d51031);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#e52a5c), to(#d51031));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #e52a5c, #d51031);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #e52a5c, #d51031);
  /* IE9+ */
  background: -ms-linear-gradient(top, #e52a5c, #d51031);
  color:#fff;
  font-size:16px;
  display:block;
  padding:13px 0;
  text-decoration:none;
font-family:"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

@media screen and (max-width: 767px) {
.btnstyle02 a{
  width:100%;
  margin:0 auto;
  text-align:center;
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #e52a5c, #d51031);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#e52a5c), to(#d51031));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #e52a5c, #d51031);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #e52a5c, #d51031);
  /* IE9+ */
  background: -ms-linear-gradient(top, #e52a5c, #d51031);
  color:#fff;
  font-size:14px;
  display:block;
  padding:15px 0;
  text-decoration:none;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
}


.modal {
  display: none;
/*	position: relative;*/
  position:absolute;
  top:0;
  width:100%;
  z-index: 999;
}

.modalbody {
  height: 100%;
  padding: 10px;
/*	position: fixed !important;
  top: 0 !important;*/
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1000;
}
.modalbg {
  background: rgba(226, 207, 172, 0.9);
  display: block;
  height: 100%;
  left: 0;
  padding: 10px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.menulist01{
  overflow:hidden;
  margin-left:-10px;
}
.menulist01 li{
  float:left;
  width:50%;
  padding-left:10px;
  padding-bottom:10px;
  box-sizing:border-box;
}
.menulist01 li a{
  background:#ffffff;
  height:40px;
  display:block;
  padding-left:12px;
  padding-right:8px;
  line-height:40px;
  font-size:12px;
  color:#432004;
  overflow:hidden;
}
.menulist01 li a.reserve {
  background:#a58240;
  color:#fff;
}
.menulist01 li a.fb {
  background:#4267b2;
  color:#fff;
}
.menulist01 li a.insta {
  background:#ca307c;
  color:#fff;
}

.menulist01 li a i{
  display:inline-block;
  height:40px;
  line-height:40px;
  margin-right:15px;
  font-size:12px;
  color:#a4813e;
}
.menulist01 li a.reserve i,
.menulist01 li a.fb i,
.menulist01 li a.insta i{
  color:#fff;
}

.menulist02{
  width:100%;
}
.listyle01,
.listyle02,
.listyle03,
.listyle04{
  height:50px;
  line-height:50px;
  padding-bottom:8px;
  text-align:center;
  box-sizing:border-box;
  padding:0 10px;
  margin-bottom:10px;
}
.listyle01{
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #502b06, #391a03);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#502b06), to(#391a03));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #502b06, #391a03);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #502b06, #391a03);
  /* IE9+ */
  background: -ms-linear-gradient(top, #502b06, #391a03);
}
.listyle01 a,
.listyle02 a{
  color:#ffffff;
  font-size:14px;
  display:block;
  font-family:"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  text-decoration:none;
}

.listyle02{
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #5f7da1, #48668c);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#5f7da1), to(#48668c));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #5f7da1, #48668c);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #5f7da1, #48668c);
  /* IE9+ */
  background: -ms-linear-gradient(top, #5f7da1, #48668c);
}
.listyle03,
.listyle04{
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #333333, #202020);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#333333), to(#202020));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #333333, #202020);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #333333, #202020);
  /* IE9+ */
  background: -ms-linear-gradient(top, #333333, #202020);
}
.listyle03 a,
.listyle04 a{
  color:#fff;
  font-size:14px;
  display:block;
  font-family:"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  text-decoration:none;
}
.listyle03 i,
.listyle04 i{
  margin-right:5px;
}

.classcat{
  position:relative;
  top:-70px;
  visibility:hidden;
}

@media screen and (max-width: 767px) {
.classcat{
  position:relative;
  top:0;
}
}




/*************************************/

.red{
  color: red;
}

#breadcrumb ul li {
    display: inline-block;
    padding-right: 15px;
}

#breadcrumb ul li .fa.fa-angle-right {
    padding-right: 10px;
}



.informationtable {
    border-bottom: 1px solid #a4813e;
    border-top: 1px solid #a4813e;
    margin-top: 20px;
    width: 100%;
}

.informationtable th {
    background: #eee6d6 none repeat scroll 0 0;
    font-weight: bold;
    text-align: center;
    width: 10%;
}

.informationtable td {
    background: #fff none repeat scroll 0 0;
    padding: 15px 20px;
}

.informationtable th,
.informationtable td{
  border-top:1px dotted #dbcdb2;
}

.informationtable th {
    background: #eee6d6 none repeat scroll 0 0;
    font-weight: bold;
    text-align: center;
    width: 10%;
}

.informationtable td {
    background: #fff none repeat scroll 0 0;
    padding: 15px 20px;
}

@media screen and (max-width: 767px) {
.informationtable{
  display:none;
}
.informationtable{
  width:100%;
  border-bottom:1px solid #a4813e;
  border-top:1px solid #a4813e;
  margin-top:20px;
}
.informationtable th,
.informationtable td{
  border-top:1px dotted #dbcdb2;
  font-size:12px;
}
.informationtable th{
  font-weight:bold;
  text-align:center;
  background:#eee6d6;
  width:10%;
}
.informationtable td{
  padding:15px 20px;
  background:#fff;
}

}

/*.biggerlink {
    transition: all 0.3s ease 0s;
}

.bl-hover{
  transition: all 0.3s ease 0s;
  opacity: 0.7;
}*/

.biggerlink {
    transform: all ease 0.3s;
    opacity: 1;
}

.biggerlink.bl-hover {
    opacity: 0.7;
}

.biggerlink:hover {
    opacity: 0.7;
}



.post-edit-link {
    background: #ff9900 none repeat scroll 0 0 !important;
    border: 2px solid #ff6600 !important;
    border-radius: 5px !important;
    color: #ffffff !important;
    display: inline-block;
    font-family: "メイリオ";
    font-size: 14px !important;
    font-weight: normal !important;
    letter-spacing: normal !important;
    margin-left: 15px;
    padding: 1px 3px !important;
    position: relative;
    text-decoration: none !important;
    top: -2px;
    height: 22px!important;
    line-height: 24px!important;
    transition: all ease 0.3s;
    width: 40px;
    text-align: center;
}

.post-edit-link:hover{
  opacity: 0.7;
}

.newslist{
  margin-bottom: 40px;
}

.newslist li {
position: relative;
}

.newslist li .post-edit-link{
position: absolute;
right: 30px;
top: 30px;
}



/*************************************/
/* おせちページ追加                  */
/*************************************/

iframe {
border: none;
}



/*************************************/
/* フッター変更追加開発              */
/*************************************/

.searchbtnbox{
  overflow:hidden;
  padding:11px 0 18px 0;
}

.searchlink01{
  float:left;
}
.searchlink01 a{
  width:350px;
  margin:0 auto;
  text-align:center;
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #502b06, #391a03);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#502b06), to(#391a03));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #502b06, #391a03);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #502b06, #391a03);
  /* IE9+ */
  background: -ms-linear-gradient(top, #502b06, #391a03);
  color:#fff;
  font-size:16px;
  display:block;
  padding:13px 0;
  text-decoration:none;
  font-family:"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.searchlink02{
  float:left;
  margin-left:20px;
}

.searchlink02 a{
  width:350px;
  display:block;
  text-align:center;
  color:#ffffff;
  font-size:16px;
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #5f7da1, #48668c);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#5f7da1), to(#48668c));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #5f7da1, #48668c);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #5f7da1, #48668c);
  /* IE9+ */
  background: -ms-linear-gradient(top, #5f7da1, #48668c);
  padding:13px 0;
  text-decoration:none;
  font-family:"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

@media screen and (max-width: 959px) {
.searchlink01{
  float:none;
}
.searchlink01 a{
  width:100%;
  margin:0 auto;
  text-align:center;
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #502b06, #391a03);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#502b06), to(#391a03));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #502b06, #391a03);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #502b06, #391a03);
  /* IE9+ */
  background: -ms-linear-gradient(top, #502b06, #391a03);
  color:#fff;
  font-size:16px;
  display:block;
  padding:18px 0;
  text-decoration:none;
  font-family:"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.searchlink02{
  float:none;
  margin:20px 0 0 0;
}

.searchlink02 a{
  width:100%;
  display:block;
  text-align:center;
  color:#ffffff;
  font-size:16px;
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #5f7da1, #48668c);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#5f7da1), to(#48668c));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #5f7da1, #48668c);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #5f7da1, #48668c);
  /* IE9+ */
  background: -ms-linear-gradient(top, #5f7da1, #48668c);
  padding:18px 0;
  text-decoration:none;
  font-family:"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

}



.footerinfo{
  padding:10px 0;
}

.footerinfoform{
  float:right;
  width:300px;
  height:175px;
  background:#5f4129;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px 40px 10px;
}

.footerinfoformtit{
  font-size:16px;
  text-align:center;
  color:#fff;
  font-family:"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  position:relative;
  padding:4px 0;
  margin-bottom:20px;
}
.footerinfoformtit:before{
  position:absolute;
  width:22px;
  height:32px;
  top:50%;
  margin-top:-16px;
  left:-6px;
  background:url(/common/img/ico_fftit.gif);
  content:"";
}
.footerinfoformtit:after{
  position:absolute;
  width:22px;
  height:32px;
  top:50%;
  margin-top:-16px;
  right:-6px;
  background:url(/common/img/ico_fftit.gif);
  content:"";
}
.footerinfoform select{
  border:1px solid #aaaaaa;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height:33px;
  margin-bottom:10px;
}

.footerinfoformbtn input[type=button]{
  border:0;
  margin:0;
  padding:0;
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #502b06, #391a03);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, from(#502b06), to(#391a03));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #502b06, #391a03);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #502b06, #391a03);
  /* IE9+ */
  background: -ms-linear-gradient(top, #502b06, #391a03);
  text-align:center;
  font-size:16px;
  color:#ffffff;
  width:100%;
  height:50px;
  font-family:"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  cursor:pointer;
}


.footerinfoinner{
  overflow:hidden;
}

.footerinfol{
  float:left;
  width:57%;
}
.footerlogo{
  margin:20px 0;
}

.footerinfor{
  float:right;
  width:43%;
}
.footerbtn01{
  margin-top:28px;
}
.footerbtn02{
  margin-top:20px;
}
@media screen and (max-width: 959px) {
.footerbtn01 a{
  width:100%;
}

.footerbtn02 a{
  width:100%;
}
}


@media screen and (max-width: 767px) {
.footerinfoform{
  display:none;
}
.footerinfo{
  padding:20px 0;
}
.footerinfol{
  float:none;
  width:100%;
}

.footerlogo{
  margin:0 0 18px;
}

.footerinfor{
  float:none;
  width:100%;
}
.footerbtn01{
  margin-top:15px;
}
.footerbtn02{
  margin-top:10px;
}
}

.footerfacebook{
  width:300px;
  float:right;
  height:300px;
}

.footerlinksinner{
  overflow:hidden;
}
.footerlink{
  float:left;
  width:33.33%;
}
.footerlink li{
  margin-bottom:5px;
}

.footerlink-yakkan {
  max-width: 700px;
  margin-top: 20px;
  padding-left: 1em;
}
.footerlink-yakkan a {
  font-size: 14px;
  color: #432004;
}
@media screen and (max-width:767px) {
  .footerlink-yakkan {
    padding-right: 1em;
  }

  .footerlink-yakkan a {
    color: #fff;
  }
}

#footergroup {
  width: 100%;
  padding: 40px 0 32px;
  border-bottom:1px dotted #847162;
}

#footergroup li {
  float: left;
  width: 12.5%;
  padding-left: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footergroup li a {
  display: block;
  color: #432004;
  font-size:14px;
  text-decoration:none;
}
#footergroup li a:hover {
  text-decoration: underline;
}
#footergroup li a .caption {
  display: block;
  margin-top: 7px;
}



@media screen and (min-width: 980px) and (max-width: 1199px) {
#footergroup {
  width: 100%;
}

#footergroup li {
  float: left;
  width: 12.5%;
  padding-left: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

}

@media screen and (min-width: 768px) and (max-width: 979px) {
#footergroup {
  width: 100%;
}

#footergroup li {
  float: left;
  width: 12.5%;
  padding-left: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


}
@media screen and (max-width: 767px) {
#footergroup {
  padding:15px 0 0 0;
}

#footergroup .inner{
  padding:0 20px;
}

#footergroup ul {
  margin-left: -15px;
}
#footergroup li {
  float: left;
  width: 25%;
  padding-left: 15px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}
#footergroup li a {
  display: block;
  color: #432004;
  font-size:10px;
}
#footergroup li a:hover {
  text-decoration: none;
}
#footergroup li a .caption {
  display: block;
  margin-top: 8px;
}
}



#footergroup .h3wrap{
  text-align:center;
  float:left;
  width:240px;
  padding:21px 13px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ftbox{
  overflow:hidden;
}
#footergroup .h3nomal{
  display:inline-block;
  text-align:center;
  position:relative;
  font-size:28px;
  color:#a4813e;
  padding:0 44px 0 44px;
  font-family: Garamond, "Adobe Garamond Pro", "游明朝", "Yu Mincho", YuMincho, serif;
  line-height:1.2;
}
#footergroup .h3nomal:before{
  content:"";
  background:url(/common/img/ico_h301.png);
  background-size:29px 43px;
  width:29px;
  height:43px;
  left:0;
  top:4px;
  position:absolute;
}
#footergroup .h3nomal:after{
  content:"";
  background:url(/common/img/ico_h301.png);
  background-size:29px 43px;
  width:29px;
  height:43px;
  right:0;
  top:4px;
  position:absolute;
}
#footergroup .h3nomal .h3nomaljp{
  font-size:13px;
  color:#431904;
  display:block;
  font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

@media screen and (max-width: 767px) {
#footergroup .h3wrap{
  text-align:center;
  float:none;
  width:100%;
  padding:0 0 15px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footergroup .h3nomal{
  display:inline-block;
  text-align:center;
  position:relative;
  font-size:22px;
  color:#a4813e;
  float:none;
}
#footergroup .h3nomal:before{
  content:"";
  background:url(/common/img/ico_h301.png);
  background-size:22px 32px;
  width:22px;
  height:32px;
  left:0;
  top:0;
  position:absolute;
}
#footergroup .h3nomal:after{
  content:"";
  background:url(/common/img/ico_h301.png);
  background-size:22px 32px;
  width:22px;
  height:32px;
  right:0;
  top:0;
  position:absolute;
}
#footergroup .h3nomal .h3nomaljp{
  font-size:10px;
  color:#431904;
  display:block;
  font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
}


.wp-pagenavi>a,
.wp-pagenavi>span {
  float:left;
  box-sizing: border-box;
  margin-left:10px;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #b5aaa2;
  color: #432004;
  display: block;
  font-size: 18px;
  line-height: 1.16;
  padding: 11px 12px;
  text-align: center;
  text-decoration: none;
}
.wp-pagenavi>.current {
    background: #eee6d6 none repeat scroll 0 0;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
  .topicspage{
    width:100%;
    margin-bottom:61px;
  }
  .wp-pagenavi{
    width:93.5%;
    margin:0 auto 50px;
  }
  .wp-pagenavi>a,
  .wp-pagenavi>span {
    width:16.6%;
    margin-left:0;
    padding-left:8px;
    text-align:center;
    font-size:15px;
    padding:11px 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■fixButton
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#fixButton{
  width: 85px;
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 1000;
  font-family: Yu Mincho, serif;
}
.fixButton__item a{
  display: block;
  text-align: center;
  font-size: 17px;
  line-height: 1.18;
  color: #fff;
  position: relative;
  padding: 11px 0 12px;
  background: #ab8e28;
  outline: none;
  text-decoration: none;
}
.fixButton__item a:before{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border: 1px solid rgba(255,255,255,0.5);
}
.fixButton__item a span{
  display: block;
  font-size: 16px;
  opacity: 0.6;
  line-height: 0.625;
  margin-top: 3px;
  padding: 0 5px;
}
.fixButton__item:nth-child(1) a{
  padding: 21px 0px 27px;
}
.fixButton__item:nth-child(1) a span{
  margin-top: 8px;
}
.fixButton__item.insta a{
  background: #ca307c;
  font-size: 13px;
  padding: 18px 0 16px;
}
.fixButton__item.insta a img{
  display: block;
  margin: 0 auto 7px;
}
.fixButton__item.fb a{
  background: #4267b2;
  font-size: 13px;
  padding: 18px 0 16px;
}
.fixButton__item.fb a img{
  display: block;
  margin: 0 auto 7px;
}
.fixButton__item.store a{
  background: #00b19e;
  font-size: 12px;
  padding: 18px 0 16px;
}
.fixButton__item.store a img{
  display: block;
  margin: 0 auto 7px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #fixButton{
    top: 50%;
  }
}
@media screen and (max-width: 767px){
  #fixButton{
    display: none;
  }
}

.grecaptcha-badge {
  display: none;
}
.page-id-340 .grecaptcha-badge {
  display: block!important;
  bottom: 130px!important;
}
@media screen and (max-width: 767px){
  .page-id-340 .grecaptcha-badge {
    bottom: 90px!important;
  }
}
