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

#wrapper {
  padding:116px 0 0;
}
.secondaryNavArea {
  width:100%;
  position:fixed;
  top:0;
  z-index:210;
}


.mainArea {
  width:100%;
  height:340px;
  background-image:url(../../common/images/bg_main.jpg);
  background-size:cover;
  background-position:center center;
}
.mainBlock {
  width:100%;
  height:340px;
  background-repeat:no-repeat;
  background-position:center top;
  background-image:url(../images/main.jpg);
}
.mainBox {
  width:1000px;
  height:340px;
  margin:0 auto;
  position:relative;
}
.mainBox h1 {
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  width:154px;
  height:154px;
  padding: 87px 0 10px;
  background-repeat:no-repeat;
  background-image:url(../../common/images/bg_h1.png);
  background-position:center 93px;
  color:#FFF;
  font-family:"hannari";
  font-size:262%;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}


.localNav {
  width:100%;
  height:45px;
}
.localNav nav {
  width:100%;
  background:url(../../common/images/bg02.jpg);
  z-index:140;
}
.localNav ul {
  width:1000px;
  height:auto;
  margin:0 auto;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.localNav li {
  margin:0 15px;
  font-family:"hannari";
  line-height:1em;
  font-size:139%;
}
.localNav li a {
  display:block;
  padding:11px 10px 16px;
  color:#000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.localNav li a:hover {
  background-color:rgba(187,56,73,0.3);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fixed {
  position:fixed;
  top:116px;
}

.contents_bg {
  background-image:url(../../common/images/bg01.jpg);
}
.contents_bw {
}
.contents_bg .contentsBlock {
  width:1000px;
  height:auto;
  margin:0 auto;
  padding:50px 0;
  background-repeat:no-repeat;
  background-image:url(../../common/images/bg_ttl01.png);
  background-position:620px -10px;
}
.contents_bw .contentsBlock {
  width:1000px;
  height:auto;
  margin:0 auto;
  padding:50px 0;
  background-repeat:no-repeat;
  background-image:url(../../common/images/bg_ttl03.png);
  background-position:620px -10px;
}
.contentsBlock h2 {
  font-family:"hannari";
  font-size:300%;
  text-align:center;
  line-height:0.7em;
  padding:0 0 20px;
}

.hen {
  font-size: 13px;
}
.subttl {
  font-size: 30px;
}

#st,
#oast,
#delux,
#special,
#gwa,
#gaj {
  padding-top:210px;
  margin-top:-210px;
}


.reserveBtnmenu {
  width:80%;
  text-align:center;
  margin:4px auto 0;
  font-size:116%;
}
.reserveBtnmenu a {
  color:#FFF;
  background-image:url(../../common/images/bg_red.jpg);
  display:block;
  border-radius:4px;
  padding:10px 0;
}
.largeImg {
  line-height:0em;
}
.largeImg img {
  width:100%;
  height:auto;
}
.largeImg iframe {
  width:100%;
  height:600px;
}
.specBox {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.specBox p {
  line-height:1.4em;
  padding:0 0 8px;
}
.bg_sakura_w {
  background-repeat:no-repeat;
  background-image:url(../images/bg_sakura_w.png);
  background-position:right top;
}
.bg_sakura_be {
  background-repeat:no-repeat;
  background-image:url(../images/bg_sakura_be.png);
  background-position:right top;
}
.specImg {
  width:380px;
  height:auto;
  margin:14px 0 0;
}
.specImg h3 {
  font-size:139%;
  padding:0 0 10px;
}
.specImg img{
  width:100%;
  height:auto;
}
.specTxt {
  width:600px;
  height:auto;
}
.specTxtFrame {
  background-color: #e2d9c2;
  padding:20px 20px 12px 20px;
  width: 316px;
}
.specTxtFrame_w {
  background-color: #e2d9c2;
  padding:20px 20px 12px 20px;
  width: auto;
  margin:14px 0 0;
}
.specTxtFrame_w dl {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
}
.specTxtFrame_w dt {
  line-height:1.4em;
  text-align:left;
  width:120px;
  font-weight:bold;
}
.specTxtFrame_w h3 {
  font-size:139%;
  padding:0 0 8px;
  border-bottom:#FFF dotted 1px;
  margin:0 0 10px;
  line-height:1.3em;
}
.specTxtFrame_w p {
  line-height:1.4em;
  padding:0 0 8px;
}
.specTxtFrame_w ul {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
}
.specTxtFrame_w li {
  width:50%;
}
.specTxtFrame_w h4 {
  font-weight:bold;
  margin:0 0 4px;
}

.thumbBox ul {
  padding:14px 0 0;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.thumbBox li {
  width:312px;
}
.thumbBox li h4 {
  font-weight:bold;
  margin: 6px 0;
  font-size:108%;
}
.thumbBox li p {
  line-height:1.4em;
}
.mist {
  float:left;
  background-color: #e2d9c2;
  padding:0 10px 0 0;
}

.galleryBox {
}
.galleryBox ul {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.galleryBox li {
  width:250px;
  height:250px;
  overflow:hidden;
}
.galleryBox li.vrt img {
  position: relative;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.galleryBox li.hor img {
  position: relative;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}