@charset "utf-8";
/*=============================================
 * body
 *=============================================*/
body {
  color: #000;
  min-width: inherit;
  max-height: 100%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 30px;
  font-size: 14px;
  cursor: auto;
  letter-spacing: 1.4px;
  word-spacing: normal;
  background: url(../img/shared/bg.jpg) repeat center top;
  text-align: justify;
}
.navOpen {
  overflow-y: hidden;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
}
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.fnt-ryo {
  font-family: ryo-display-plusn, serif;
  font-weight: 500;
}
.block::after {
  clear: both;
  content: "";
  display: block;
}
/*=============================================
 * header
 *=============================================*/
header {
  position: relative;
  z-index: 9999;
}
header #belt:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  background: url(../img/shared/h_bg1.png) no-repeat center bottom / 100% 100%;
  width: 100%;
  height: 110px;
  z-index: -1;
}
header .logo {
  position: absolute;
  top: 10px;
  width: 190px;
  right: 5px;
  z-index: 99999;
}
.navOpen header .logo {
  position: fixed;
}
header .logo1 {
  position: absolute;
  width: 70px;
  z-index: 999;
  left: 30px;
  top: 15px;
}
header #belt {
  position: relative;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  z-index: 9999;
}
header #hd_top {
  /* background: url(../img/shared/bg.jpg) repeat; */
  height: 65px;
  position: relative;
  z-index: 999;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); */
}
header h1 {
  font-size: 11px;
  line-height: 14px;
  font-weight: normal;
  color: #000;
  padding-top: 77px;
  text-align: center;
  transition: 0.3s;
  opacity: 1;
  letter-spacing: 0;
}
.navOpen header h1 {
  opacity: 0;
  transition: 0.3s;
}
header .deco1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 130px;
}
/*====================== nav ====================== */
header .topnavi {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 45px;
}
header .topnavi li {
  display: inline-block;
  position: relative;
  width: 40px;
  vertical-align: top;
}
header .topnavi li a {
  color: #000;
  font-size: 11px;
  line-height: 23px;
  text-align: center;
  display: block;
  height: 100%;
  padding-top: 3px;
  width: 100%;
  /* border-left: 1px dotted rgba(255, 255, 255, 1.00); */
}
header .topnavi li a:hover {
  text-decoration: none;
}
header .topnavi li a[class^="icon-"]:before {
  display: block;
  width: 100%;
  padding-bottom: 4px;
  font-size: 35px;
  font-weight: normal;
  top: 7px;
  position: relative;
}
header .menu_toggle {
  background: url(../img/shared/bg.jpg) repeat;
  background-color: #fff;
  height: 100vh !important;
  padding-top: 74px !important;
  opacity: 0;
  display: block !important;
  transition: 0.3s;
  visibility: hidden;
	padding-bottom: 150px;
}
header .h_english {
  position: fixed;
  top: 10px;
  right: 67px;
  border-right: 1px solid #fff;
  z-index: 99999;
  transition: .3s;
  background: rgba(0, 0, 0, 0.6);
}
.navOpen header .h_english {
  opacity: 0;
  transition: .3s;
}
.navOpen header .menu_toggle {
  opacity: 1;
  transition: 0.7s;
  visibility: visible;
}
header .menu_toggle li {
  border-bottom: none;
  overflow: hidden;
}
header .menu_toggle li span {
  padding-left: 0;
  padding-top: 5px;
  display: inline-block;
  font-size: 14px;
  color: #999;
}
header .menu_toggle a:after {
  display: none !important;
}
header .menu_toggle a {
  color: #000;
  transform: translate3d(0, 100%, 0);
  transition: 0.5s cubic-bezier(.51, .04, .32, .99);
  ;
}
.navOpen header .menu_toggle a {
  transform: translate3d(0, 0, 0);
  transition: 1s cubic-bezier(.51, .04, .32, .99);
  ;
}
header .menu_toggle.nav-style01 {
  top: 0px;
  right: -100%;
  display: block;
  transition: all 0.5s ease 0s;
}
.navOpen .menu_toggle.nav-style01 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
}
.hamburger {
  position: fixed;
  left: 5px;
  padding: 12px 9px 10px 6px;
  top: 5px;
  z-index: 999;
  padding-bottom: 0;
  /* background: url(../img/shared/bg.jpg) repeat; */
  background: rgba(0, 0, 0, 0.6);
  height: 29px;
  border: 1px solid #000;
}
.hamburger-box {
  width: 44px;
}
.hamburger:after {
  font-size: 12px;
  content: 'MENU';
  text-align: center;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 18px;
  vertical-align: top;
}
.navOpen .hamburger:after {
  content: 'CLOSE';
  /* display: none; */
}
/*====================== end nav ====================== */
/*====================== header key ====================== */
header #key {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}
.bx-wrapper {
  position: relative;
}
.bx-wrapper .bx-pager {
  color: #ffee00;
  font-family: Arial;
  font-size: 0.85em;
  font-weight: bold;
  text-align: center;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  line-height: 10px;
  bottom: 5%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 60;
}
.bx-controls-direction {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  z-index: 60;
}
.bx-wrapper .bx-controls-direction a {
  color: #fff;
  font-family: "fontello";
  font-size: 34px;
  height: 34px;
  line-height: 37px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 0%;
  width: 34px;
  right: 0;
}
.bx-prev::after {
  content: "";
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
  background: #98794c !important;
  padding: 0 13px 0 10px;
}
.bx-next::after {
  content: "";
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
  background: #98794c !important;
  padding: 0 10px 0 13px;
}
.bx-wrapper .bx-controls-direction a.bx-prev {}
.bx-prev {
  position: absolute;
  top: 0;
  left: 0;
}
.bx-next {
  position: absolute;
  top: 0;
  right: 0;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #ebe6df;
  border-radius: 50%;
  display: block;
  height: 12px;
  margin: 0 5px;
  outline: 0 none;
  text-indent: -9999px;
  width: 12px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #967f51 none repeat scroll 0 0 !important;
}
/*====================== end nav ====================== */
/*=============================================*/
/*                   　footer　　　　　          */
/*=============================================*/
footer {
  line-height: 19px;
  padding-bottom: 50px;
  background: url(../img/shared/f_bg1.png) repeat-x, url(../img/shared/bg1.jpg) repeat;
  z-index: 999;
  position: relative;
  color: #fff;
  padding-top: 15%;
}
footer .shopinfo {
  /* padding: 5% 1.5%; */
  position: relative;
}
footer .vcard {
  margin-bottom: 3%;
  padding-top: 20px;
  letter-spacing: 1px;
  font-size: 13px;
}
footer .icon-location-1 {
  font-size: 18px;
}
#f_logo {
  width: 200px;
  margin: 0 auto;
}
#f_tel {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 10px;
  width: 250px;
}
#f_bnr {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
}
footer .banner li {
  float: left;
  width: 32%;
  padding: 0 0.5%;
}
footer .link {
  margin: 0 auto 0;
  text-align: center;
  width: 100%;
  font-weight: normal;
}
footer .link p {
  width: 60%;
  min-width: 170px;
  max-width: 210px;
  margin: 10px auto;
  padding: 0 6px;
  line-height: 30px;
}
footer .link p a {
  /* background: #9F9F9F; */
  border: solid 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  padding: 3px 20px;
  text-align: center;
  text-decoration: none;
  box-shadow: inset 0 0 2px #fff;
}
footer .link .link-pc a::before {
  margin-right: 9px;
}
footer address {
  /*line-height: 44px;*/
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  background: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
}

footer address a{
 font-size: 10px;
 color: #000;
 display: block;
 text-decoration: none;
}



.txt-latin {
  font-size: 20px;
  color: #f26c09;
  line-height: 30px;
  display: block;
}
.btn-right {
  position: absolute;
  width: 30%;
  bottom: 20px;
  right: 3%;
}
.btn-left {
  position: absolute;
  width: 30%;
  bottom: 20px;
  left: 3%;
}
#sec1, #sec2, #sec3, #sec4, #sec5 {
  position: relative;
}
section {
  overflow: hidden;
}
.btn_b {
  border: 1px solid #000;
}
.btn_br {
  border: 1px solid #967f51;
}
.btn_w {
  border: 1px solid #fff;
}
/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/
#index #sec2 .img1 {
  position: relative;
  z-index: 1;
}
#index #sec2 .box {
  border: 1px solid #dbdbdb;
  position: relative;
  padding: 16% 0 8% 0;
  margin-top: -7vw;
  margin-left: 1.5vw;
  margin-right: 3%;
}
#index #sec2 .box:before {
  position: absolute;
  top: 5px;
  right: -8px;
  bottom: -8px;
  left: 5px;
  content: '';
  border: 1px solid #d3cdb3;
}
#index #sec3 .img1 {
  margin: 0 2%;
}
/*=============================================*/
/*                   　access　　　　　          */
/*=============================================*/
#access #sec1 dl {
  border-bottom: 1px solid #967f51;
  padding: 0 3% 10px 3%;
}
#access #sec2 .tab-link {
  display: table;
  padding: 0 1.5%;
  margin: auto;
}
#access #sec2 .tab-link li {
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 1.5%;
}
#access #sec2 .youtube {
  position: relative;
  margin: 8% 8% 0 3%;
}
#access #sec2 .youtube:before {
  position: absolute;
  content: "";
  background: url(../img/shared/bg2.jpg) repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  right: -6%;
  bottom: -3%;
}
/*=============================================*/
/*                   　history　　　　　         */
/*=============================================*/
#history #sec1 .btn1 {
  position: relative;
}
#history #sec1 .toggle .btn1:before, #history #sec3 .toggle .btn1:before {
  position: absolute;
  content: "";
  background: url(../img/history/accor_off.png) no-repeat;
  width: 9px;
  height: 10px;
  right: 25px;
  vertical-align: middle;
  display: inline;
  top: 50%;
  margin-top: -5px;
  z-index: 1;
}
#history #sec1 .toggle.active .btn1:before, #history #sec3 .toggle.active .btn1:before {
  background: url(../img/history/accor_on.png) no-repeat;
}
#history #sec2 {
  padding-top: 16%;
}
#history #sec2 .bx-pager {
  text-align: right;
  font-size: 0;
}
#history #sec2 .box {
  background: url(../img/shared/bg3.png) repeat;
  padding-bottom: 8%;
}
#history #sec2 h2 {
  padding-top: 20px;
}
#history #sec2 .group {
  margin-top: -19vw;
}
/*=============================================*/
/*                   　anniversary　　　　　    */
/*=============================================*/
#anniversary #sec2 .box {
  border: 1px solid #dbdbdb;
  position: relative;
  padding: 5% 0;
  margin: 5% 3% 0 1.5vw;
}
#anniversary #sec2 .box:before {
  position: absolute;
  top: 5px;
  right: -8px;
  bottom: -8px;
  left: 5px;
  content: '';
  border: 1px solid #d3cdb3;
}
#anniversary #sec2 .sub1 {
  line-height: 25px;
}
#anniversary #sec2 .deco {
  width: 45%;
  margin: 0 auto;
}
#anniversary #sec2 ul {
  margin-top: 5%;
}
#anniversary #sec2 ul li {
  margin-bottom: 15px;
  line-height: 25px;
}
#anniversary #sec2 .pr {
  font-size: 20px;
}
#anniversary #sec2 .pr span {
  font-size: 16px;
}
#anniversary #sec2 .bx-pager {
  margin-left: 10vw;
}
#anniversary #sec3 .box {
  background: url(../img/shared/bg3.png) repeat;
  padding-bottom: 5%;
  padding-top: 20%;
  margin-top: -14vw;
}
/*=============================================*/
/*                   　lunch　　　　　          */
/*=============================================*/
#lunch #sec1 .box {
  background: #f6f3ef;
  position: relative;
  padding: 5% 0;
  margin: 5% 3% 2% 1.5vw;
}
#lunch #sec1 .box:before {
  position: absolute;
  top: 5px;
  right: -8px;
  bottom: -8px;
  left: 5px;
  content: '';
  border: 1px solid #d3cdb3;
}
#lunch #sec1 .toggle .toggle-link:after {
  opacity: 0;
}
#lunch #sec1 .toggle .toggle-link:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  background: url(../img/lunch/accor_off.png) no-repeat;
  width: 12px;
  height: 14px;
  bottom: 0;
  margin: 0 auto;
}
#lunch #sec1 .toggle.active .toggle-link:before {
  background: url(../img/lunch/accor_on.png) no-repeat;
}
#lunch #sec1 ul {
  margin-top: 5%;
}
#lunch #sec1 ul li {
  margin-bottom: 15px;
  line-height: 25px;
}
#lunch #sec1 .pr {
  font-size: 20px;
}
#lunch #sec1 .pr span {
  font-size: 16px;
}
#lunch #sec2 .pr, #lunch #sec3 .pr, #lunch #sec4 .pr {
  font-size: 20px;
}
#lunch #sec2 .pr span, #lunch #sec3 .pr span, #lunch #sec4 .pr span {
  font-size: 16px;
}
/*=============================================*/
/*                   　dinner　　　　　          */
/*=============================================*/
#dinner #sec1 .box {
  background: url(../img/shared/bg3.png) repeat;
  padding: 8% 3%;
}
#dinner #sec1 .toggle .toggle-link:after {
  opacity: 0;
}
#dinner #sec1 .toggle .toggle-link:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  background: url(../img/lunch/accor_off.png) no-repeat;
  width: 12px;
  height: 14px;
  bottom: 0;
  margin: 0 auto;
}
#dinner #sec1 .toggle.active .toggle-link:before {
  background: url(../img/lunch/accor_on.png) no-repeat;
}
#dinner #sec1 .pr {
  font-size: 20px;
}
#dinner #sec1 .pr span {
  font-size: 16px;
}
#dinner #sec1 ul {
  margin-top: 5%;
}
#dinner #sec1 ul li {
  margin-bottom: 15px;
  line-height: 25px;
}
#dinner #sec1 .group1 {
  background: #f6f3ef;
  position: relative;
  padding: 5% 0;
  margin: 5% 3% 2% 1.5vw;
}
#dinner #sec1 .group1:before {
  position: absolute;
  top: 5px;
  right: -8px;
  bottom: -8px;
  left: 5px;
  content: '';
  border: 1px solid #d3cdb3;
}
#dinner #sec2 .pr {
  font-size: 20px;
}
#dinner #sec2 .pr span {
  font-size: 16px;
}
#dinner #sec4 h2, #dinner #sec4 h3 {
  position: relative;
}
#dinner #sec4 h3:before {
  background: url(../img/dinner/accor1_off.png) no-repeat;
}
#dinner #sec4 h2:before, #dinner #sec4 h3:before {
  position: absolute;
  content: "";
  background: url(../img/dinner/accor_off.png) no-repeat;
  width: 9px;
  height: 10px;
  right: 25px;
  vertical-align: middle;
  display: inline;
  top: 50%;
  margin-top: -5px;
  z-index: 1;
}
#dinner #sec4 h2.active:before, #dinner #sec4 h3.active:before {
  background: url(../img/dinner/accor_on.png) no-repeat;
}
#dinner #sec4 h3:before {
  background: url(../img/dinner/accor1_off.png) no-repeat;
}
#dinner #sec4 h3.open:before {
  background: url(../img/dinner/accor1_on.png) no-repeat;
}
#dinner #sec4 .bnr_br1 {
  border: 1px dashed #967f51;
}
#dinner #sec4 .bnr_br2 {
  border: 1px dotted #967f51;
}
#dinner #sec4 .ttl1 {
  font-size: 18px;
  text-align: center;
  position: relative;
  padding: 3px 0;
}
#dinner #sec4 .ttl2 {
  font-size: 17px;
  text-align: center;
  position: relative;
  padding: 3px 0;
  margin-bottom: 20px;
}
#dinner #sec4 .dl-float-left-right dl {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
}
#dinner #sec4 .dl-float-left-right dl:first-of-type {
  border-top: 1px solid #d8d8d8;
  padding-top: 10px;
}
#dinner #sec4 .dl-float-left-right dl:last-of-type {
  margin-bottom: 25px;
  border-bottom: 0;
  padding-bottom: 0;
}
#dinner #sec4 .toggle .toggle-link:after {
  display: none;
}
#dinner #sec4 .toggle .toggle-link:before {
  position: absolute;
  content: "";
  background: url(../img/history/accor_off.png) no-repeat;
  width: 9px;
  height: 10px;
  right: 25px;
  vertical-align: middle;
  display: inline;
  top: 50%;
  margin-top: -5px;
  z-index: 1;
}
#dinner #sec4 .toggle.active .toggle-link:before {
  background: url(../img/lunch/accor_on.png) no-repeat;
}
#dinner #sec4 dl {
  position: relative;
}
#dinner #sec4 dt {
  width: 70%;
}
#dinner #sec4 .pos-dd dd {
  position: absolute;
  right: 3%;
  top: 10px;
}
#dinner #sec4 h2, #dinner #sec5 h2 {
  padding: 2% 0;
  background: #f0ebe7;
}
#dinner #sec5 h2, #dinner #sec5 h3 {
  position: relative;
}
#dinner #sec5 h3:before {
  background: url(../img/dinner/accor1_off.png) no-repeat;
}
#dinner #sec5 h2:before, #dinner #sec5 h3:before {
  position: absolute;
  content: "";
  background: url(../img/dinner/accor_off.png) no-repeat;
  width: 9px;
  height: 10px;
  right: 25px;
  vertical-align: middle;
  display: inline;
  top: 50%;
  margin-top: -5px;
  z-index: 1;
}
#dinner #sec5 h2.active:before, #dinner #sec5 h3.active:before {
  background: url(../img/dinner/accor_on.png) no-repeat;
}
#dinner #sec5 .ttl2 {
  font-size: 17px;
  text-align: center;
  position: relative;
  padding: 3px 0;
  margin-bottom: 20px;
}
#dinner #sec5 .bnr_br1 {
  border: 1px dashed #967f51;
}
#dinner #sec5 .dl-float-left-right dl {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
}
#dinner #sec5 .dl-float-left-right dl:last-of-type {
  margin-bottom: 25px;
  border-bottom: 0;
  padding-bottom: 0;
}
/*=============================================*/
/*                   　footer　　　　　          */
/*=============================================*/
.link-archo li {
  width: 49%;
  float: left;
  color: #fff;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.botan {
  color: #fff;
  padding: 3px 5px;
}
.access_btn {
  background: #4C06F7;
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.access_btn span {
  display: block;
  padding: 10px;
  cursor: pointer;
}
.copied {
  /* background-color: rgb(61, 38, 18); */
  color: rgb(255, 255, 255);
}
#ft_group {
  position: fixed;
  opacity: 0;
  z-index: -9999;
  bottom: 0;
  left: 0;
  right: 0;
  color: #000;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  height: 56px;
  background: url(../img/shared/bg1.jpg) repeat;
  border: 2px solid #fff;
}
#ft_group:before {
  content: "";
  position: absolute;
  width: 2px;
  /* background: #fff; */
  top: 0;
  bottom: 0;
  right: 25%;
}
#ft_group dt {
  font-size: 13px;
  position: relative;
  top: 5px;
}
.has_nav #ft_group {
  position: fixed;
  z-index: 99;
  opacity: 1;
}
#ft_group .box {
  background-color: #4a5a51;
  background: url(../img/shared/f_bg.jpg) repeat;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.ft_contact_tel dd {
  font-size: 26px;
}
.ft_contact_tel .icon-phone-1:before {
  font-size: 19px;
  position: relative;
  top: -1px;
  padding-right: 5px;
}
#ft_group .box p {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  line-height: 25px;
  padding-top: 5px;
  align-self: center;
}
#ft_group .box p a {
  font-size: 14px;
	letter-spacing: 0;
}
#ft_group .fr p a {
  font-size: 14px;
}
#ft_group .box {
  height: 56px;
  vertical-align: middle;
  display: flex;
  align-self: center;
  border-right: 1px solid #fff;
	width: 20%;
	justify-content: center;
}
#ft_group .box.ft_shopping{
	width: 60%;
}
#ft_group .box.ft_shopping a:before{
    content: "";
    background: url(../img/shared/icon_cart.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 28px;
    margin-right: 10px;
    background-size: 100%;
    margin-left: 5px;
    margin-top: -2px;
}
#ft_group .box.ft_contact_tel a:before{
       content: "";
    background: url(../img/shared/icon_tel.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 21px;
    margin-right: 3px;
    background-size: 100%;
    margin-left: 5px;
    margin-top: -2px;
}
#ft_group .box.ft_map a:before{
        content: "";
    background: url(../img/shared/icon_map.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 19px;
    margin-right: 5px;
    background-size: 100%;
    margin-left: 5px;
    margin-top: -2px;
}
#ft_group .box.ft_map{
	width: 22%;
}
.contact_gr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.contact_gr .ft_contact_tel dd {
  font-size: 17px;
}
.contact_gr .fl {
  /* width: 75%; */
}
.contact_gr .fr {
  width: 25%;
}
.contact_gr .ft_contact_mail {
  font-size: 14px !important;
  line-height: 20px !important;
}
#ft_group .box .icon-mail-alt {
  font-size: 16px;
}
#ft_group .box .icon-mail-alt:before {
  padding-right: 10px;
}
.js_full {
  position: relative;
  overflow: hidden;
  margin: 0 -2%;
  height: 0;
  padding-top: calc(51% + 30px);
}
.js_full .bx-pager {
  position: static;
  padding-top: 10px;
}
.js_full .js_in {
  padding: 0 15%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.js_full .bx-viewport {
  overflow: visible !important;
}
.js_full_ext {
  padding-left: 0;
}
.js_full_ext .js_in {
  padding-left: 5%;
}
.js_full_ext img {
  width: 90%;
}
.js_full_ext .bx-prev {
  display: none;
}
.js_full_ext .bx-next {
  right: -18%;
}
#pagetop {
  bottom: 60px;
}
@-webkit-keyframes fadeInUp1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInUp1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.fadeInUp1 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}
.goto {
  text-align: center;
  margin: 10px auto;
}
.goto1 {
  text-align: center;
  margin: 10px auto;
}
.xmas_bnr {
  width: 90%;
  margin: 20px auto;
}
.osechi_bnr {
  width: 90%;
  margin: 0 auto 20px;
  padding-bottom: 2em;
}
#news_box {
  background: hsla(51, 59%, 93%, 0.40);
  width: 90%;
  margin: 50px auto;
  line-height: 1.8;
  padding-bottom: 39px;
}
#news_box .ttl {
  padding: 39px 50px 10px;
  text-align: center;
  font-size: 17px;
  margin: 0 auto;
}
#news_box .txt {
  padding: 20px 22px 0;
  text-align: center;
  font-size: 14px;
}
#sec-takeout {
  padding: 16vw 0 12vw;
  position: relative;
}
#sec-takeout:before {
  position: absolute;
  left: 50%;
  margin-left: 0px;
  top: 154vw;
  width: 330px;
  height: 420px;
  background: url("../img/index/sec_takeout_deco.jpg") repeat;
  content: "";
}
#sec-takeout h2 {
  text-align: center;
  font-size: 5vw;
  margin-bottom: 19vw;
  position: relative;
  padding-bottom: 18px;
  letter-spacing: 0.15em;
}
#sec-takeout h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 120px;
  height: 1px;
  background: #967f51;
  height: 1px;
  margin: 0 auto;
  content: "";
}
#sec-takeout .col h3 {
  font-size: 5vw;
  text-align: center;
  margin-bottom: 10vw;
}
#sec-takeout .col .txt {
  margin-bottom: 10vw;
}
#sec-takeout .col .g-btn li {
  margin-bottom: 25px;
  text-align: center;
}
#sec-takeout .g-photo {margin-top: 20vw;}
#sec-takeout .g-photo img{
  width: 100%;
  height: auto;
}
#sec-takeout .g-photo .photo1 {
  margin-bottom: 8vw;
  margin-left: 5%;
  width: 90%;
}
#sec-takeout .g-photo .photo2 {width: 70%;}
footer #socialbuttons{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}

.onlineshopping{
	width: 90%;
	margin: 10px auto 0;
}
.btn_ginzadeli{
	width: 90%;
	margin: -10px auto;
}

.news_box {
	background: url(../img/index/key-before.jpg) repeat center top;
    width: 90%;
    margin: 30px auto;
    line-height: 2em;
    padding-bottom:39px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.news_box .ttl {
	color: #fff;
    padding: 39px 10px 10px;
    text-align: center;
    font-size: 20px;
    width: 70%;
	line-height: 1.8em;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
}
.news_box .txt {
	color: #fff;
	padding: 20px 10px 0;
	text-align: center;
	font-size: 16px;
}
.news_box .link a{
	margin: 30px auto 0;
	width: 80%;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	font-size: 16px;
	background-color: #9b8f5f;
	border-radius: 0px;
	padding: 10px 0;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 25px;
	letter-spacing: 2px;
    font-weight: bold;
}