@charset "UTF-8";
.block {
  position: relative;
  z-index: 2; }

footer {
  background: #000;
  color: #fff;
  font-size: 11px; }

#sec9 {
  position: relative;
  z-index: 1; }

#sec9:before {
  content: '';
  background: url("../img/shared/s3-bg-dc5.jpg");
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -300px; }

#sec9:after {
  content: '';
  background: url(../img/shared/s3-deco-st5.png) bottom no-repeat;
  position: absolute;
  top: 0;
  left: -15%;
  width: 60%;
  height: 25%;
  background-size: cover; }

#sec9 h2 {
  padding: 25% 3% 10%;
  font-size: 6.5vw;
  text-align: center;
  color: #423320;
  position: relative;
  z-index: 2; }

#sec9 .info dl dd span {
  color: #7b1313;
  font-size: 25px;
  display: block;
  line-height: 30px;
  margin-bottom: -13px; }

#sec9 h2:before {
  content: '';
  background: url("../img/shared/s9-deco-tit.png");
  background-size: cover;
  width: 70%;
  height: 100%;
  position: absolute;
  top: 20%;
  left: calc(50%);
  transform: translateX(-50%); }

#sec9 .info {
  padding: 3% 3% 7%; }

#sec9 .info dl {
  display: table;
  border-bottom: 1px dotted #fff;
  width: 100%;
  line-height: 20px;
  letter-spacing: 0;
  padding-bottom: 8px;
  margin-bottom: 10px; }

#sec9 .info dl dt {
  display: table-cell;
  width: 90px; }

#sec9 .info dl dd {
  display: table-cell;
  padding-left: 10px; }

#sec10 {
  padding-bottom: 15%;
  position: relative;
  color: #fff;
  z-index: 2; }

#sec10:before {
  content: '';
  background: url("../img/shared/s10-bg-gra.png") center top repeat-x;
  position: absolute;
  height: 600px;
  top: -200px;
  left: 0;
  right: 0;
  z-index: -1; }

#sec10:after {
  content: '';
  background: url("../img/shared/s3-bg-img-4.jpg");
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 500px;
  z-index: -1; }

#sec10 .wrap:before {
  content: '';
  background: url("../img/shared/s10-dc-a-rp.png") center bottom no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -10%;
  left: -3%;
  right: -3%;
  height: 100%; }

#sec10 h2 {
  text-align: center;
  font-size: 6.5vw;
  letter-spacing: 0.1em;
  padding: 10% 0 5%;
  margin-left: 3%;
  margin-right: 3%;
  overflow: visible;
  position: relative; }

#sec10 h2:before {
  content: '';
  background: url("../img/shared/s-10-deco-a-rp.png") center top no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1000%; }

#sec10 h2 span {
  position: relative; }

#sec10 h2 span:before {
  content: '';
  background: url("../img/shared/s10-line.png") repeat-x;
  position: absolute;
  height: 13px;
  top: 37%;
  right: 111%;
  left: -1000px; }

#sec10 h2 span:after {
  content: '';
  background: url("../img/shared/s10-line.png") repeat-x;
  position: absolute;
  height: 13px;
  top: 37%;
  left: 111%;
  right: -1000px; }

#sec10 .text {
  padding: 3% 0 10%;
  margin-left: 3%;
  margin-right: 3%;
  background: url("../img/shared/s10-line.png") center bottom repeat-x;
  position: relative;
  z-index: 3; }

#sec10 .text ul {
  font-size: 18px;
  line-height: 2;
  padding-top: 3%; }

#sec10 .text ul li {
  position: relative;
  padding-left: 31px; }

#sec10 .text ul li:before {
  content: '■';
  position: absolute;
  top: 0;
  left: 0;
  color: #ba914a;
  font-size: 14px; }

#sec10 .text .txt-2 {
  padding-top: 3%; }

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

#ft_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
    /*opacity: 0;
	 visibility: hidden;*/
  font-size: 12px;
  z-index: 70;
  background-color: #000;
  padding-bottom: env(safe-area-inset-bottom); }

.ft_fixed_shared {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row;
  text-align: center;
  background: black; }

#ft_fixed li {
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  color: #fff;
  /*border-right: 1px solid #fff;*/ }

#ft_fixed li a {
  display: block;
  padding: 8px 10px 8px 0;
  font-size: 2.5vw;
  font-weight: bold;
  position: relative;
  font-family: 'Noto Serif JP', serif; }

#ft_fixed li:last-child {
  border-right: none; }

#ft_fixed li img {
  max-width: 20px;
  padding-right: 10px; }

#ft_fixed li:nth-child(2) {
  border-left: 1px solid #fff; }

#ft_fixed li:nth-child(2) img {
  height: auto; }

#ft_fixed li:nth-child(3) {
  border-left: 1px solid #fff; }

#ft_fixed li:nth-child(3) img {
  height: auto; }

.has_nav #ft_fixed {
  opacity: 1;
  visibility: visible; }

img {
  width: 100%;
  height: auto; }

.color-red {
  color: #880505; }

.txt {
  padding: 0 3%;
  text-align: justify; }

.hd_btn1 {
  position: absolute;
  top: 48vw;
  left: 5%;
  width: 20%;
  z-index: 1; }

.hd_btn2 {
  position: fixed;
  top: 10px;
  right: 80px;
  width: 55px;
  z-index: 99; }

header h1 {
  top: 3%;
  left: 3%;
  right: 7%;
  font-size: 12px;
  letter-spacing: 0;
  color: #565656;
  position: absolute;
  z-index: 1;
line-height: 2;
}
header .logo {
  top: 10%;
  left: 5%;
  max-width: 130px;
  position: absolute;
  z-index: 1;
  width: 20vw; }

footer {
  line-height: 2;
  padding: 5% 3% 60px;
  position: relative;
  z-index: 9; }
  footer #sec9 {
    position: relative; }
  footer #sec9:before {
    content: '';
    background: url("../img/index/s3-bg-dc5.jpg");
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -300px; }
  footer #sec9:after {
    content: '';
    background: url(../img/index/s3-deco-st5.png) bottom no-repeat;
    position: absolute;
    top: 0;
    left: -15%;
    width: 60%;
    height: 25%;
    background-size: cover; }
  footer #sec9 h2 {
    padding: 25% 3% 10%;
    font-size: 6.5vw; }
  footer #sec9 h2:before {
    content: '';
    background: url("../img/index/s9-deco-tit.png");
    background-size: cover;
    width: 70%;
    height: 100%;
    position: absolute;
    top: 20%;
    left: calc(50%);
    transform: translateX(-50%); }
  footer #sec9 .info {
    padding: 3% 3% 7%; }
  footer #sec9 .info dl {
    display: table;
    border-bottom: 1px dotted #fff;
    width: 100%;
    line-height: 20px;
    letter-spacing: 0;
    padding-bottom: 8px;
    margin-bottom: 10px; }
  footer #sec9 .info dl dt {
    display: table-cell;
    width: 110px; }
  footer #sec9 .info dl dd {
    display: table-cell;
    padding-left: 10px; }
  footer #sec10 {
    padding-bottom: 15%; }
  footer #sec10:before {
    content: '';
    background: url("../img/index/s10-bg-gra.png") center top repeat-x;
    position: absolute;
    height: 600px;
    top: -200px;
    left: 0;
    right: 0;
    z-index: -1; }
  footer #sec10:after {
    content: '';
    background: url("../img/index/s3-bg-img-4.jpg");
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 500px;
    z-index: -1; }
  footer #sec10 .wrap:before {
    content: '';
    background: url("../img/respon/s10-dc-a-rp.png") center bottom no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -10%;
    left: -3%;
    right: -3%;
    height: 100%; }
  footer #sec10 h2 {
    text-align: center;
    font-size: 6.5vw;
    letter-spacing: 0.1em;
    padding: 10% 0 5%;
    margin-left: 3%;
    margin-right: 3%;
    overflow: visible;
    position: relative; }
  footer #sec10 h2:before {
    content: '';
    background: url("../img/respon/s-10-deco-a-rp.png") center top no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1000%; }
  footer #sec10 h2 span {
    position: relative; }
  footer #sec10 h2 span:before {
    content: '';
    background: url("../img/index/s10-line.png") repeat-x;
    position: absolute;
    height: 13px;
    top: 37%;
    right: 111%;
    left: -1000px; }
  footer #sec10 h2 span:after {
    content: '';
    background: url("../img/index/s10-line.png") repeat-x;
    position: absolute;
    height: 13px;
    top: 37%;
    left: 111%;
    right: -1000px; }
  footer #sec10 .text {
    padding: 3% 0 10%;
    margin-left: 3%;
    margin-right: 3%;
    background: url("../img/index/s10-line.png") center bottom repeat-x;
    position: relative;
    z-index: 3; }
  footer #sec10 .text ul {
    font-size: 18px;
    line-height: 2;
    padding-top: 3%; }
  footer #sec10 .text ul li {
    position: relative;
    padding-left: 31px; }
  footer #sec10 .text ul li:before {
    content: '■';
    position: absolute;
    top: 0;
    left: 0;
    color: #ba914a;
    font-size: 14px; }
  footer #sec10 .text .txt-2 {
    padding-top: 3%; }

#shop #sec1 {
  padding-bottom: 15%; }
#shop #sec2 {
  padding-bottom: 15%; }
  #shop #sec2 h2 {
    text-align: center;
    font-size: 6vw;
    line-height: 1.7; }
  #shop #sec2 .sub {
    text-align: center;
    margin-bottom: 10%; }
  #shop #sec2 .sec2-sl1-nav {
    width: 90%;
    margin: 0 auto 5%; }
    #shop #sec2 .sec2-sl1-nav .slick-track {
      transform: translate3d(0px, 0px, 0px) !important; }
    #shop #sec2 .sec2-sl1-nav .slick-current.slick-active .sl1 {
      background: url("../img/shop/sec2_img1_on.jpg") center center/cover no-repeat; }
    #shop #sec2 .sec2-sl1-nav .slick-current.slick-active .sl2 {
      background: url("../img/shop/sec2_img2_on.jpg") center center/cover no-repeat; }
    #shop #sec2 .sec2-sl1-nav .slick-current.slick-active .sl3 {
      background: url("../img/shop/sec2_img3_on.jpg") center center/cover no-repeat; }
    #shop #sec2 .sec2-sl1-nav .slick-current.slick-active .sl4 {
      background: url("../img/shop/sec2_img4_on.jpg") center center/cover no-repeat; }
    #shop #sec2 .sec2-sl1-nav .img-sl {
      height: 16vw;
      width: 20vw !important;
      background-color: #000;
      margin-right: 3vw; }
    #shop #sec2 .sec2-sl1-nav .sl1 {
      background: url("../img/shop/sec2_img1.jpg") center center/cover no-repeat; }
    #shop #sec2 .sec2-sl1-nav .sl2 {
      background: url("../img/shop/sec2_img2.jpg") center center/cover no-repeat; }
    #shop #sec2 .sec2-sl1-nav .sl3 {
      background: url("../img/shop/sec2_img3.jpg") center center/cover no-repeat; }
    #shop #sec2 .sec2-sl1-nav .sl4 {
      background: url("../img/shop/sec2_img4.jpg") center center/cover no-repeat; }
  #shop #sec2 .sec2-sl1 {
    width: 95%;
    margin: 0 auto;
    background: url("../img/shop/bg1.jpg") 0 0/100% repeat;
    padding: 10% 5%; }
    #shop #sec2 .sec2-sl1 .slick-arrow {
      top: 70vw; }
    #shop #sec2 .sec2-sl1 .slick-prev {
      left: -2.5vw; }
    #shop #sec2 .sec2-sl1 .slick-next {
      right: -2.5vw; }
    #shop #sec2 .sec2-sl1 .sl .img1 {
      margin-bottom: 5%; }
    #shop #sec2 .sec2-sl1 .sl dl {
      line-height: 1.7;
      font-size: 5vw;
      margin-bottom: 5%; }
      #shop #sec2 .sec2-sl1 .sl dl dt {
        color: #aa8b4d; }
      #shop #sec2 .sec2-sl1 .sl dl dd {
        text-align: right; }
        #shop #sec2 .sec2-sl1 .sl dl dd span {
          font-size: 4vw; }
    #shop #sec2 .sec2-sl1 .sl .d-flex {
      justify-content: space-between;
      align-items: center; }
    #shop #sec2 .sec2-sl1 .sl .txt {
      padding-bottom: 10%; }
#shop #sec3 {
  text-align: center;
  color: #fff;
  background: url("../img/shop/sec3_bg1.jpg") center center/cover no-repeat;
  padding: 20% 0; }
  #shop #sec3 h2 {
    font-size: 5vw;
    line-height: 1.7;
    margin-bottom: 5%; }
  #shop #sec3 .txt {
    text-align: center; }
#shop #sec4 {
  padding-bottom: 15%; }
  #shop #sec4 .btn1 {
    width: 90%;
    margin: 0 auto; }
  #shop #sec4 .slider {
    width: 80%;
    margin: 0 auto 10%; }
    #shop #sec4 .slider .sl {
      background: url("../img/shop/bg3.jpg") 0 0/100% repeat; }
      #shop #sec4 .slider .sl .content {
        padding-bottom: 10%; }
        #shop #sec4 .slider .sl .content dl {
          margin-bottom: 5%; }
          #shop #sec4 .slider .sl .content dl dd {
            font-size: 5vw;
            line-height: 1.7;
            letter-spacing: 0.2em;
            color: #423320;
            text-align: center; }
#shop #sec5 {
  background: url("../img/shop/sec5_bg1.png") 0 0/100% no-repeat, url("../img/shop/bg4.jpg") 0 0/100% repeat;
  color: #fff;
  text-align: center;
  padding-bottom: 15%; }
  #shop #sec5 h2 {
    padding-bottom: 0; }
  #shop #sec5 .sub {
    color: #fff;
    text-align: center;
    margin-bottom: 10%; }
  #shop #sec5 .slick-prev {
    left: -6vw; }
  #shop #sec5 .slick-next {
    right: -6vw; }
  #shop #sec5 .slider {
    width: 80%;
    margin: 0 auto; }
    #shop #sec5 .slider .sl {
      padding: 10% 5% 15%;
      box-sizing: border-box;
      border: 1px solid #fff;
      margin-bottom: 5%; }
      #shop #sec5 .slider .sl .content {
        padding-top: 10%;
        padding-bottom: 10%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center; }
        #shop #sec5 .slider .sl .content dl {
          line-height: 1.7;
          font-size: 5vw; }
          #shop #sec5 .slider .sl .content dl dt {
            margin-bottom: 10px; }
          #shop #sec5 .slider .sl .content dl dd span {
            font-size: 4vw; }
      #shop #sec5 .slider .sl .btn1 {
        width: 80%;
        margin: 0 auto; }

#takeout #sec1 {
  background: url("../img/takeout/sec1_bg1.jpg") 0 bottom/100% no-repeat; }
#takeout #sec2 {
  padding-top: 20%;
  padding-bottom: 0%; }
  #takeout #sec2 h2 {
    font-size: 6vw;
    line-height: 1.7;
    text-align: center; }
  #takeout #sec2 .sub {
    text-align: center;
    margin-bottom: 10%; }
  #takeout #sec2 .group {
    margin-bottom: 15%; }
    #takeout #sec2 .group .img {
      margin-bottom: 5%; }
    #takeout #sec2 .group .tt h3 {
      font-size: 5vw;
      text-align: center;
      color: #aa8b4d;
      margin-bottom: 15px; }
    #takeout #sec2 .group .tt .price {
      margin-bottom: 5%; }
      #takeout #sec2 .group .tt .price dl {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        color: #423320;
        font-size: 18px;
        justify-content: center; }
        #takeout #sec2 .group .tt .price dl dt {
          margin-right: 10px; }
        #takeout #sec2 .group .tt .price dl dd {
          margin-left: 10px;
          text-align: right; }
          #takeout #sec2 .group .tt .price dl dd span {
            font-size: 16px; }
  #takeout #sec2 .group1 .price dl dt {
    width: 50px; }
  #takeout #sec2 .group2 {
    position: relative; }
    #takeout #sec2 .group2:before {
      content: '';
      background: url("../img/takeout/sec2_bg1.png") 0 0/100% no-repeat;
      width: 100%;
      height: 60vw;
      position: absolute;
      top: -46vw;
      left: 0; }
    #takeout #sec2 .group2 .wrap-content {
      z-index: 3;
      position: relative; }
    #takeout #sec2 .group2 .price dl dt {
      width: 120px; }
  #takeout #sec2 .group4 {
    margin-bottom: 60px; }
    #takeout #sec2 .group4 .price dl dt {
      width: 180px; }

#takeout #sec31 .sub {
  text-align: center;
  margin-bottom: 15px; }
#takeout #sec31 .sec3_1 {
  background: url("../img/shop/bg4.jpg") 0 0/100% repeat;
  color: #fff;
  padding: 15% 0 20%;
  text-align: center; }
  #takeout #sec31 .sec3_1 h2 {
    text-align: center;
    font-size: 6vw;
    line-height: 1.7;
    margin-bottom: 5%;
    letter-spacing: 0.2em;
    color: #aa8b4d; }
  #takeout #sec31 .sec3_1 dl {
    text-align: center;
    font-size: 18px;
    margin-bottom: 5%; }
    #takeout #sec31 .sec3_1 dl dt {
      margin-bottom: 5px; }
    #takeout #sec31 .sec3_1 dl dd span {
      font-size: 16px; }
  #takeout #sec31 .sec3_1 .txt {
    text-align: center; }


#takeout #sec3 .sub {
  text-align: center;
  margin-bottom: 15px; }
#takeout #sec3 .sec3_1 {
  background: url("../img/shop/bg4.jpg") 0 0/100% repeat;
  color: #fff;
  padding: 15% 0 20%;
  text-align: center; }
  #takeout #sec3 .sec3_1 h2 {
    text-align: center;
    font-size: 6vw;
    line-height: 1.7;
    margin-bottom: 5%;
    letter-spacing: 0.2em;
    color: #aa8b4d; }
  #takeout #sec3 .sec3_1 dl {
    text-align: center;
    font-size: 18px;
    margin-bottom: 5%; }
    #takeout #sec3 .sec3_1 dl dt {
      margin-bottom: 5px; }
    #takeout #sec3 .sec3_1 dl dd span {
      font-size: 16px; }
  #takeout #sec3 .sec3_1 .txt {
    text-align: center; }
#takeout #sec4 {
  background: url("../img/takeout/sec4_bg.jpg") 0 bottom/100% no-repeat;
  padding: 15% 0; }
  #takeout #sec4 .group .sec2-sl {
    margin-bottom: 10%; }
  #takeout #sec4 .group dl {
    font-size: 5vw;
    line-height: 1.7;
    letter-spacing: 0.2em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0 5%;
    margin-bottom: 15px; }
    #takeout #sec4 .group dl dt {
      color: #aa8b4d;
      margin-right: 15px; }
    #takeout #sec4 .group dl dd span {
      font-size: 4vw;
      color: #423320; }
  #takeout #sec4 .group .txt {
    padding: 0 5%; }
  #takeout #sec4 .group1 {
    margin-bottom: 10%; }
#takeout #sec5 {
  background: url("../img/takeout/sec5_bg1.png") 0 0/100% no-repeat, url("../img/shop/bg4.jpg") 0 0 repeat;
  color: #fff;
  padding-bottom: 20%; }
  #takeout #sec5 .txt {
    margin-bottom: 10%; }
  #takeout #sec5 .col dl {
    width: 94%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    border-bottom: 1px solid #8d8d8d;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto; }
    #takeout #sec5 .col dl dd {
      text-align: right;
      width: 125px;
      margin-left: 10px; }
#takeout #sec6 {
  padding-bottom: 20%; }
  #takeout #sec6 .box {
    background: url("../img/shop/bg3.jpg") 0 0/100% repeat;
    width: 90%;
    margin: 0 auto 15%;
    padding-bottom: 10%;
    text-align: center;
    position: relative; }
    #takeout #sec6 .box:before {
      content: '';
      background: url("../img/takeout/arrow.png") 0 0/100% no-repeat;
      width: 8vw;
      height: 8vw;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -14vw; }
    #takeout #sec6 .box .left {
      padding: 0 3%; }
    #takeout #sec6 .box h4 {
      font-size: 5vw;
      line-height: 1.7;
      margin-bottom: 5%; }
    #takeout #sec6 .box .txt1 {
      margin-bottom: 5%; }
    #takeout #sec6 .box .tel {
      font-size: 18px; }
      #takeout #sec6 .box .tel span {
        font-size: 8vw;
        line-height: 1.7; }
      #takeout #sec6 .box .tel dd {
        font-size: 14px; }
  #takeout #sec6 .box.box4 {
    margin-bottom: 0; }
    #takeout #sec6 .box.box4:before {
      display: none; }
    #takeout #sec6 .box.box4 dl dd {
      font-size: 13px; }


.osechi_box{
	width:95%;
	margin:-20px auto 20px auto;
	padding:25px 0;
    background: #d2cbc3;
    box-shadow: 0px 0px 0px 6px #d2cbc3;
    border: double 3px #FFF;
}
.osechi_box p.ttl{
	font-size:22px;
	margin-bottom: 10px;
	letter-spacing: 2px;
	text-align:center;
	line-height:40px;
	color:#000;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.osechi_box p.txt{
	text-align:left;
	font-size:15px;
	line-height:28px;
	color:#000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.osechi_box2{
	width:95%;
	margin:-20px auto 20px auto;
	padding:25px 0;
    background: #d2cbc3;
    box-shadow: 0px 0px 0px 6px #d2cbc3;
    border: double 3px #FFF;
}
.osechi_box2 p.ttl{
	font-size:22px;
	margin-bottom: 10px;
	letter-spacing: 2px;
	text-align:center;
	line-height:40px;
	color:#000;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.osechi_box2 p.txt{
	text-align:left;
	font-size:15px;
	line-height:28px;
	color:#000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
