:root {
  --primary: #c20201;
  --yellow: #ffb600; }

.txt-red {
  color: var(--primary); }

.df {
  display: flex;
  justify-content: space-between; }

.ttl {
  font-size: 5.5vw;
  letter-spacing: 0.2em; }
  .ttl span {
    font-size: 137%; }
  @media only screen and (min-width: 768px) {
    .ttl {
      font-size: 40px; }
      .ttl span {
        font-size: 55px; } }

.price {
  letter-spacing: 0.1em;
  font-size: 4.5vw; }
  .price span {
    font-size: 80%; }
  @media only screen and (min-width: 768px) {
    .price {
      font-size: 30px;
      letter-spacing: 2px; }
      .price span {
        font-size: 25px; } }

@media only screen and (min-width: 768px) {
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word; }

  .df-pc {
    display: flex;
    justify-content: space-between; } }
@media only screen and (max-width: 767px) {
  .df-sp {
    display: flex;
    justify-content: space-between; } }
#key {
  position: relative;
  width: 96%;
  margin-left: auto;
  padding-bottom: 15px;
  box-sizing: border-box;
  padding-left: 15px; }
  #key li {
    display: flex !important; }
  #key:after {
    width: 100%;
    height: 100%;
    background: url("../img/menya/bg2.jpg");
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    content: "";
    z-index: 0; }
  #key .keyvisual {
    z-index: 1; }
  @media only screen and (min-width: 768px) {
    #key {
      width: calc(100% - 270px);
      padding: 0 0 30px 30px;
      height: 890px;
      margin-top: 100px;
      z-index: 1; }
      #key:before {
        width: 30px;
        height: 30px;
        background: var(--primary);
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        z-index: 1; }
      #key li {
        height: 860px;
        width: 100%; }
        #key li picture {
          width: 100%; }
        #key li img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      #key h1 {
        bottom: 50px; } }

header:before {
  background: var(--primary); }
header .logo {
  background: var(--primary); }
header .menu-toggle .nav {
  background: var(--primary); }
  header .menu-toggle .nav li {
    border-bottom: 1px solid #610100; }
    header .menu-toggle .nav li.last {
      padding-top: 0; }
  header .menu-toggle .nav a {
    color: #fff;
    font-weight: 600;
    padding: 13px 25px; }
    header .menu-toggle .nav a:before {
      background: url("../img/menya/icon.png") no-repeat center/100% auto;
      width: 16px;
      height: 18px;
      left: 0; }
    header .menu-toggle .nav a.active, header .menu-toggle .nav a:hover {
      color: var(--yellow); }
header .menu-toggle dl {
  margin: 0 auto;
  width: 273px; }
@media only screen and (max-width: 767px) {
  header {
    border-top: 25px solid var(--primary); }
    header .logo {
      padding: 34px 14px 43px 0;
      width: 20%; } }
@media only screen and (min-width: 768px) {
  header {
    background: var(--primary); }
    header .logo {
      width: 142px;
      top: 81px;
      left: 53px; }
    header .menu-toggle {
      height: 833px; }
      header .menu-toggle .nav {
        top: auto;
        bottom: 81px; }
        header .menu-toggle .nav li {
          border-bottom: 1px solid #d14141; }
        header .menu-toggle .nav a {
          padding: 6px 0 3px 82px; }
          header .menu-toggle .nav a:before {
            width: 24px;
            height: 27px;
            left: 50px; }
        header .menu-toggle .nav li.last a {
          padding: 31px 0 34px 57px; }
        header .menu-toggle .nav .btn-top {
          border-bottom: none;
          width: 190px;
          margin: 0 auto; }
          header .menu-toggle .nav .btn-top a {
            padding: 0; }
            header .menu-toggle .nav .btn-top a:before {
              display: none; }
      header .menu-toggle dl dt {
        width: 244px;
        background: url("../img/menya/tel.png"); }
      header .menu-toggle dl dd {
        display: none !important; } }

@media only screen and (min-width: 768px) {
  .has-nav header .inner {
    background: var(--primary); }
/*     .has-nav header .inner .menu-toggle .nav li.btn-top {
      display: none; } */
    .has-nav header .inner .menu-toggle .nav li a {
      padding-top: 0; }
      .has-nav header .inner .menu-toggle .nav li a:before {
        display: none; }
    .has-nav header .inner .menu-toggle dl {
      top: 20px; }
      .has-nav header .inner .menu-toggle dl dt {
        background: url("../img/menya/tel.png"); }
        .has-nav header .inner .menu-toggle dl dt img {
          opacity: 0; }
    .has-nav header .inner .menu-toggle {
      overflow: inherit; } }
.navopen .hamburger {
  background: url("../img/menya/close_btn.jpg") no-repeat center/100% auto; }

footer {
  background: var(--primary);
  color: #fff; }
  @media only screen and (min-width: 768px) {
    footer .box:before {
      background: url("../img/menya/bg2.jpg"); } }

/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer::after {
    background: url("../img/menya/fix_bg.jpg") repeat-y top center/100% auto; } }
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer::after {
    background: url("../img/menya/fix_bg.jpg") repeat-y top center/100% auto; } }
/* iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  footer::after {
    background: url("../img/menya/fix_bg.jpg") repeat-y top center/100% auto; } }
#sec1 {
  position: relative;
  z-index: 1;
  margin-top: 15vw;
  padding-bottom: 15vw; }
  #sec1:before {
    content: "";
    position: absolute;
    background: var(--primary);
    bottom: 0;
    left: 0;
    width: 10%;
    height: 50vw;
    z-index: -1; }
  #sec1:after {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    background: url("../img/menya/sec2_top.png") no-repeat top center/100% 100%;
    width: 100%;
    height: 27vw;
    z-index: 0; }
  #sec1 .wrap {
    z-index: 1; }
  #sec1 h2 {
    text-align: center;
    font-size: 14vw;
    line-height: 1;
    letter-spacing: 0.12em;
    margin: 0 -5%; }
  #sec1 .sec1-img {
    position: relative;
    margin: -13vw -6% 0 -5%;
    z-index: 1; }
    #sec1 .sec1-img .sec1-deco {
      width: 14%;
      position: absolute;
      left: 0;
      top: 15vw; }
    #sec1 .sec1-img .sec1-label {
      position: absolute;
      width: 20%;
      left: 0;
      bottom: 0; }
  #sec1 .sec1-txt1 {
    text-align: center;
    line-height: 1;
    font-weight: 700;
    color: #feefef;
    font-size: 16vw;
    letter-spacing: 0.08em;
    margin-top: -11vw; }
  #sec1 .sec1-txt2 {
    text-align: center;
    color: var(--primary);
    letter-spacing: 0.15em;
    line-height: 1.2;
    font-size: 10vw;
    margin: -10vw 0 5vw; }
  #sec1 .sec1-deco2 {
    position: absolute;
    background: var(--primary);
    padding: 0 0 9vw 5vw;
    right: -2%;
    z-index: -1;
    top: 65vw; }
    #sec1 .sec1-deco2 p {
      width: 12vw; }
  #sec1 .sec1-bnr {
    margin: 10vw auto 0;
    width: 70%; }
    #sec1 .sec1-bnr a {
      display: block; }
  @media only screen and (max-width: 767px) {
    #sec1 .sec1-bnr a + a {
      margin-top: 5vw; } }
  @media only screen and (min-width: 768px) {
    #sec1 {
      margin-top: 119px;
      padding-bottom: 153px; }
      #sec1:before {
        bottom: 0;
        left: auto;
        right: calc(50% + 600px);
        width: 50%;
        height: 540px; }
      #sec1:after {
        height: 290px;
        z-index: 0; }
      #sec1 .wrap {
        max-width: 1200px; }
      #sec1 h2 {
        font-size: 140px;
        letter-spacing: 15px;
        margin: 0; }
      #sec1 .sec1-img {
        margin: -126px auto 0;
        width: 961px; }
        #sec1 .sec1-img .sec1-deco {
          width: 132px;
          left: -78px;
          top: 167px; }
        #sec1 .sec1-img .sec1-label {
          width: 172px;
          left: 2px;
          bottom: -34px; }
      #sec1 .sec1-txt1 {
        text-align: right;
        font-size: 130px;
        letter-spacing: 12px;
        margin-top: 0;
        position: absolute;
        top: 720px;
        right: -34px; }
      #sec1 .sec1-txt2 {
        letter-spacing: 11px;
        font-size: 74px;
        margin: -10px 0 51px;
        position: relative;
        z-index: 1; }
      #sec1 .sec1-txt3 {
        margin: 0 auto;
        line-height: 46px;
        letter-spacing: 1px;
        height: 407px; }
      #sec1 .sec1-deco2 {
        padding: 0 0 0 84px;
        right: auto;
        left: calc(100% - 100px);
        top: 653px;
        height: 534px;
        width: 50%; }
        #sec1 .sec1-deco2 p {
          width: 172px; }
      #sec1 .sec1-bnr {
        margin: 0 auto;
        width: 846px; }
        #sec1 .sec1-bnr a {
          width: 392px; } }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    #sec1 h2 {
      font-size: 130px; }
    #sec1 .sec1-txt1 {
      right: 0; } }

#sec2 {
  background: #f6f6f6;
  padding-bottom: 4vw;
  padding-top: 8vw;
  position: relative;
  z-index: 0; }
  #sec2:before {
    content: "";
    position: absolute;
    bottom: -13vw;
    left: 0;
    width: 100%;
    height: 14vw;
    background: url("../img/menya/sec2_bg.jpg") no-repeat bottom center/100% 100%; }
  #sec2 .sec2-ttl {
    position: relative; }
    #sec2 .sec2-ttl h2 {
      line-height: 1.7; }
      #sec2 .sec2-ttl h2 p:nth-child(1) {
        font-size: 5.5vw;
        letter-spacing: 0.2em; }
      #sec2 .sec2-ttl h2 p:nth-child(2) {
        font-size: 6.5vw;
        letter-spacing: 0.2em; }
        #sec2 .sec2-ttl h2 p:nth-child(2) span {
          font-size: 137%; }
    #sec2 .sec2-ttl .sec2-deco1 {
      position: absolute;
      right: 0;
      top: 0;
      width: 20%; }
  #sec2 .sec2-txt1 {
    margin: 4vw 0 10vw; }
  #sec2 .sec2-ttl--sub {
    margin-bottom: 14vw;
    margin-top: 3vw;
    margin-left: 5vw;
    }
    #sec2 .sec2-ttl--sub p:nth-child(1) {
      font-size: 4vw;
      line-height: 1; }
      #sec2 .sec2-ttl--sub p:nth-child(1) span {
        font-size: 160%; }
    #sec2 .sec2-ttl--sub p:nth-child(2) {
      color: var(--primary);
      line-height: 1.5;
      margin-top: 4vw; }
      #sec2 .sec2-ttl--sub p:nth-child(2) span {
        display: inline-block;
        position: relative; }
        #sec2 .sec2-ttl--sub p:nth-child(2) span:before {
          content: "";
          position: absolute;
          bottom: -1vw;
          left: 0;
          width: 100%;
          height: 5px;
          background: url("../img/menya/line_hor.png") repeat-x bottom left/auto 5px; }
      #sec2 .sec2-ttl--sub p:nth-child(2).txt-vertical-pc {
        margin-top: 1vw; }
  #sec2 .sec2-deco2 {
    position: absolute;
    width: 17%; }
  #sec2 .sec2-1 {
    position: relative;
    margin-bottom: 0vw;
    }
    #sec2 .sec2-1 .sec2-deco2 {
      bottom: 5vw;
      right: 0; }
  #sec2 .sec2-3 {
    position: relative; }
    #sec2 .sec2-3 .sec2-deco2 {
      bottom: 18vw;
      right: 0; }
  @media only screen and (min-width: 768px) {
    #sec2 {
      padding: 11px 30px 155px; }
      #sec2:before {
        height: 173px;
        bottom: -24px; }
      #sec2 .wrap {
        max-width: 1200px; }
      #sec2 .sec2-ttl {
        width: 826px;
        margin: 0 auto; }
        #sec2 .sec2-ttl h2 {
          line-height: 68px; }
          #sec2 .sec2-ttl h2 p:nth-child(1) {
            font-size: 34px;
            letter-spacing: 7px; }
          #sec2 .sec2-ttl h2 p:nth-child(2) {
            font-size: 40px;
            letter-spacing: 10px; }
            #sec2 .sec2-ttl h2 p:nth-child(2) span {
              font-size: 55px; }
        #sec2 .sec2-ttl .sec2-deco1 {
          right: 50px;
          top: 0;
          width: 130px; }
      #sec2 .sec2-txt1 {
        margin: 28px auto 75px;
        width: 690px; }
      #sec2 .sec2-ttl--sub {
        margin: 0; }
        #sec2 .sec2-ttl--sub p:nth-child(1) {
          font-size: 25px; }
          #sec2 .sec2-ttl--sub p:nth-child(1) span {
            font-size: 40px; }
        #sec2 .sec2-ttl--sub p:nth-child(2) {
          letter-spacing: 2px;
          line-height: 61px;
          margin-top: 17px; }
          #sec2 .sec2-ttl--sub p:nth-child(2) span {
            position: relative; }
            #sec2 .sec2-ttl--sub p:nth-child(2) span:before {
              height: 6px;
              background: url("../img/menya/line_hor.png") repeat-x bottom left;
              bottom: -26px; }
          #sec2 .sec2-ttl--sub p:nth-child(2).txt-vertical-pc {
            margin: 24px auto 0;
            letter-spacing: 5px; }
            #sec2 .sec2-ttl--sub p:nth-child(2).txt-vertical-pc span:before {
              width: 6px;
              height: 100%;
              background: url("../img/menya/line_ver.png") repeat-y bottom left;
              left: auto;
              right: -15px;
              bottom: 0; }
      #sec2 .sec2-deco2 {
        width: 121px; }
      #sec2 .sec2-1 {
        margin-bottom: 69px;
        justify-content: flex-end; }
        #sec2 .sec2-1 .sec2-deco2 {
          bottom: 4px;
          left: 116px; }
        #sec2 .sec2-1 .sec2-ttl--sub {
          margin-top: -112px;
          margin-right: 68px; }
        #sec2 .sec2-1 .sec2-img1 {
          margin: 0 43px 0 72px; }
      #sec2 .sec2-2 {
        justify-content: flex-start;
        position: relative;
        z-index: 1; }
        #sec2 .sec2-2 .sec2-img2 {
          order: 2; }
        #sec2 .sec2-2 .sec2-ttl--sub {
          margin-right: 45px; }
          #sec2 .sec2-2 .sec2-ttl--sub p:nth-child(2) span {
            letter-spacing: 10px;
            margin-left: 10px; }
      #sec2 .sec2-3 {
        position: relative;
        margin: -53px auto 72px;
        max-width: 868px;
        align-items: flex-end;
        justify-content: flex-start; }
        #sec2 .sec2-3 .sec2-img3 {
          margin-right: 50px; }
        #sec2 .sec2-3 .sec2-ttl--sub {
          margin-bottom: 8px; }
          #sec2 .sec2-3 .sec2-ttl--sub p:nth-child(2) {
            letter-spacing: 9px; }
            #sec2 .sec2-3 .sec2-ttl--sub p:nth-child(2) span:before {
              bottom: -19px; }
        #sec2 .sec2-3 .sec2-deco2 {
          bottom: auto;
          right: -90px;
          top: 127px; }
      #sec2 .sec2-4 {
        margin: 0 auto;
        max-width: 910px; }
        #sec2 .sec2-4 .sec2-img4 {
          order: 2; }
        #sec2 .sec2-4 .sec2-ttl--sub {
          margin-top: 10px; }
          #sec2 .sec2-4 .sec2-ttl--sub p:nth-child(2).txt-vertical-pc {
            letter-spacing: 8px; } }
  @media screen and (min-width: 768px) and (max-width: 1150px) {
    #sec2 .sec2-1 .sec2-ttl--sub {
      margin-right: 15px; }
    #sec2 .sec2-1 .sec2-deco2 {
      left: -40px; }
    #sec2 .sec2-2 .sec2-img2 {
      width: calc(100% - 430px);
      margin-right: -40px; } }

.slick-dots li {
  width: 11px;
  height: 11px;
  margin: 0 5px; }
  .slick-dots li button {
    border: none !important;
    background: #cdaf9a; }
  .slick-dots li.slick-active button {
    background: #462c1a; }
@media only screen and (min-width: 768px) {
  .slick-dots {
    margin-top: 20px; }
    .slick-dots li {
      width: 20px;
      height: 20px;
      margin: 0 10px; } }

#sec3 {
  margin-bottom: 16vw; }
  #sec3 .sec3-txt1 {
    text-align: right;
    margin-bottom: 5vw; }
  #sec3 .sec3-info {
    color: #fff;
    position: relative;
    box-sizing: border-box;
    padding: 10vw 7% 9vw;
    margin-top: 5vw;
    margin-bottom: 13vw; }
    #sec3 .sec3-info dl {
      line-height: 1;
      align-items: flex-end;
      margin-bottom: 5vw; }
      #sec3 .sec3-info dl dt {
        font-size: 7vw;
        letter-spacing: 0.1em; }
    #sec3 .sec3-info .sec3-txt2 {
      text-align: justify; }
  @media only screen and (max-width: 767px) {
    #sec3 .sec3-info {
      background: var(--primary); } }
  @media only screen and (min-width: 768px) {
    #sec3 {
      margin-bottom: 163px;
      padding-top: 4px; }
      #sec3 .wrap {
        max-width: 1300px; }
      #sec3 .sec3-txt1 {
        text-align: right;
        margin: 0 auto 38px;
        max-width: 958px; }
      #sec3 .df-pc {
        align-items: flex-start; }
      #sec3 .sec3-img {
        width: calc(100% - 510px);
        height: 546px;
        position: relative; }
        #sec3 .sec3-img .sec3-img2 {
          height: 546px; }
        #sec3 .sec3-img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      #sec3 .sec3-info {
        color: #fff;
        padding: 30px 0;
        width: 408px;
        min-height: 371px;
        position: relative;
        z-index: 0; }
        #sec3 .sec3-info:before {
          content: "";
          position: absolute;
          z-index: -1;
          background: var(--primary);
          width: 170%;
          height: 494px;
          top: -96px;
          left: -27.8%; }
        #sec3 .sec3-info dl {
          margin-bottom: 36px; }
          #sec3 .sec3-info dl dt {
            font-size: 68px;
            letter-spacing: 6px; }
      #sec3 .sec3-1 {
        position: relative;
        margin-bottom: 86px; }
        #sec3 .sec3-1 .sec3-img {
          order: 2;
          margin-right: -50px; }
        #sec3 .sec3-1 .sec3-info {
          margin: 0 0 0 72px; }
      #sec3 .sec3-2 {
        position: relative;
        margin-bottom: 0;
        align-items: flex-end; }
        #sec3 .sec3-2 .sec3-img {
          margin-left: -44px;
          position: relative;
          z-index: 1; }
        #sec3 .sec3-2 .sec3-info {
          margin: 0 40px 6px 0;
          width: 450px;
          min-height: inherit; }
          #sec3 .sec3-2 .sec3-info:before {
            left: auto;
            right: -90px;
            width: 154%; }
          #sec3 .sec3-2 .sec3-info dl {
            text-align: right;
            margin-bottom: 37px; }
            #sec3 .sec3-2 .sec3-info dl dt {
              margin-bottom: 47px; }
            #sec3 .sec3-2 .sec3-info dl dd {
              margin-right: 9px; }
          #sec3 .sec3-2 .sec3-info .sec3-txt2 {
            margin: 0 6px 0 auto;
            width: 410px; } }

#sec4 {
  background: url("../img/menya/bg2.jpg");
  color: #fff;
  padding: 15vw 0; }
  #sec4 h2 {
    margin-bottom: 5vw; }
  #sec4 .sec4-txt2 {
    margin: 7vw 0 11vw; }
  #sec4 .sec4-right {
    text-align: center;
    margin: 0 auto;
    /* justify-content: flex-start; */
    width: 90%;
    }
    #sec4 .sec4-right .col {
      width: 45%;
      background: #fff;
      border-radius: 10px;
      color: #000;
      font-size: 5vw;
      box-sizing: border-box;
      padding: 5vw 0vw 10vw;
      }
      #sec4 .sec4-right .col i {
        width: 40px;
        display: block;
        margin: 0 auto; }
      #sec4 .sec4-right .col h3 {
        margin: 3vw 0 5vw;
        font-size: 5.5vw; }
      #sec4 .sec4-right .col:nth-child(1) h3 {
        color: var(--primary); }
      #sec4 .sec4-right .col:nth-child(2) h3 {
        color: #56650d; }
  @media only screen and (min-width: 768px) {
    #sec4 {
      margin: 0 auto;
      max-width: 1140px;
      padding: 80px 30px; }
      #sec4 .sec4-info {
        width: calc(100% - 455px);
        margin: 39px 0 0 7px; }
      #sec4 h2 {
        margin-bottom: 66px;
        letter-spacing: 9px; }
      #sec4 .sec4-txt2 {
        margin: 40px 0 0 -5px; }
      #sec4 .sec4-right {
        margin: 0 10px 0 0;
        width: 385px; }
        #sec4 .sec4-right .col {
          width: 175px;
          background: #fff;
          font-size: 25px;
          line-height: 45px;
          letter-spacing: 1px;
          box-sizing: border-box;
          padding: 20px 0 42px; }
          #sec4 .sec4-right .col i {
            width: 42px; }
          #sec4 .sec4-right .col h3 {
            margin: 7px 0 12px;
            font-size: 25px; }
          #sec4 .sec4-right .col:nth-child(2) {
            padding-top: 28px; }
            #sec4 .sec4-right .col:nth-child(2) h3 {
              margin: 0 0 12px; } }
  @media screen and (min-width: 768px) and (max-width: 1050px) {
    #sec4 .sec4-right {
      margin-right: 0;
      width: 344px; }
      #sec4 .sec4-right .col {
        width: 160px; }
    #sec4 .sec4-info {
      width: calc(100% - 410px); } }

@keyframes rotate-loader {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }
#sec5 {
  margin: 15vw 0; }
  #sec5 .sec5-deco1 {
    position: absolute;
    top: 28vw;
    right: -14%;
    width: 45%;
    z-index: -1;
    animation-name: rotate-loader;
    animation-iteration-count: infinite;
    animation-duration: 20s;
    animation-timing-function: linear;
    }
  #sec5 .sec5-deco2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 17%; }
  #sec5 h2 {
    text-align: center;
    margin-bottom: 10vw;
    }
  #sec5 .sec5-txt1 {
    text-align: center;
    font-weight: 200;
    margin: 3vw 0 10vw; }
  #sec5 .sec5-info {
    margin-top: 5vw; }
  #sec5 .price {
    line-height: 1;
    margin-bottom: 5vw; }
  #sec5 dl {
    margin-top: 2vw; }
    #sec5 dl dt {
      font-size: 5vw;
      letter-spacing: 0.1em; }
  #sec5 .sec5-1 dd {
    text-align: right; }
  #sec5 .col {
    margin: 10vw 5% 0; }
    #sec5 .col h3 {
      text-align: center; }
    #sec5 .col dl {
      text-align: center; }
    #sec5 .col .price {
      margin-top: 3vw; }
  #sec5 .sec5-3 {
    margin-top: 10vw; }
    #sec5 .sec5-3 h3 {
      color: #b5cf32; }
    #sec5 .sec5-3 .price {
      line-height: 1.5;
      width: 50%;
      margin-bottom: 3vw; }
  @media only screen and (min-width: 768px) {
    #sec5 {
      margin: 176px 0 180px;
      padding: 0 30px;
      }
      #sec5 .sec5-deco1 {
        top: -20px;
        right: -300px;
        width: 584px; }
      #sec5 .sec5-deco2 {
        top: -40px;
        left: calc(50% - 315px);
        width: 130px; }
      #sec5 .wrap {
        max-width: 1200px; }
      #sec5 h2 {
        line-height: 71px;
        letter-spacing: 11px;
        margin-bottom: 60px;
        }
      #sec5 .sec5-txt1 {
        margin: 17px 0 55px; }
      #sec5 .sec5-info {
        margin-top: 0; }
      #sec5 .price {
        margin-bottom: 40px; }
      #sec5 dl {
        margin-top: 36px; }
        #sec5 dl dt {
          font-size: 37px;
          letter-spacing: 4px; }
      #sec5 .sec5-img1 {
        width: calc(100% - 455px);
        height: 490px; }
        #sec5 .sec5-img1 img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      #sec5 .sec5-txt2 {
        margin-left: 4px;
        text-align: justify; }
      #sec5 .sec5-1 .sec5-img1 {
        order: 2;
        margin-right: -70px; }
      #sec5 .sec5-1 .sec5-info {
        width: 420px;
        margin: 37px 0 0 45px; }
      #sec5 .sec5-1 dd {
        text-align: right;
        margin-top: 23px; }
      #sec5 .col {
        margin: 83px 0 0;
        width: calc(50% - 30px); }
        #sec5 .col .ttl {
          font-size: 30px; }
        #sec5 .col .price {
          margin-top: 23px;
          margin-bottom: 28px; }
        #sec5 .col .sec5-img2 {
          margin-bottom: 42px; }
        #sec5 .col dl {
          margin-top: 25px; }
      #sec5 .sec5-3 {
        margin-top: 95px; }
        #sec5 .sec5-3 .sec5-img1 {
          margin-left: -39px; }
          #sec5 .sec5-3 .sec5-img1 .img-item {
            height: 490px; }
        #sec5 .sec5-3 .sec5-info {
          width: 420px;
          margin-top: 56px; }
        #sec5 .sec5-3 h3 {
          margin-bottom: 17px; }
        #sec5 .sec5-3 dl {
          margin-top: 0; }
          #sec5 .sec5-3 dl dt {
            font-size: 30px; }
        #sec5 .sec5-3 .price {
          line-height: 56px;
          width: 256px;
          margin-bottom: 23px;
          margin-left: 5px; } }
  @media screen and (min-width: 768px) and (max-width: 1100px) {
    #sec5 .sec5-1 .sec5-info {
      margin-left: 0; }
    #sec5 .sec5-img1 {
      width: calc(100% - 395px); }
    #sec5 .col {
      width: calc(50% - 22px); }
      #sec5 .col .price {
        font-size: 26px; }
    #sec5 .sec5-3 .sec5-info {
      width: 390px; } }

#sec6 {
  background: url("../img/menya/sec6_bg.jpg") no-repeat center/cover;
  color: #fff;
  padding: 15vw 0 7vw; }
  #sec6 i {
    margin: 0 auto;
    width: 40px;
    display: block; }
  #sec6 h2 {
    text-align: center;
    margin: 3vw 0 5vw; }
    #sec6 h2 span {
      letter-spacing: 0.2em; }
  #sec6 .sec6-txt1 {
    text-align: center;
    margin-bottom: 10vw;
    font-weight: 200; }
  #sec6 h3 {
    color: #fff;
    text-align: center;
    background: var(--primary);
    font-weight: 700;
    font-size: 110%;
    line-height: 2.3;
    letter-spacing: 0.05em;
    margin-bottom: 5vw; }
  #sec6 .sec6-row {
    margin-bottom: 11vw; }
  #sec6 dl {
    border-bottom: 1px dotted #fff;
    padding: 5px 0;
    font-weight: 700; }
  @media only screen and (min-width: 768px) {
    #sec6 {
      padding: 120px 30px 71px; }
      #sec6 i {
        width: 50px; }
      #sec6 h2 {
        margin: 34px 0 28px; }
        #sec6 h2 span {
          letter-spacing: 11px; }
      #sec6 .sec6-txt1 {
        margin-bottom: 48px;
        font-weight: 200; }
      #sec6 h3 {
        font-size: 18px;
        line-height: 43px;
        letter-spacing: 1px;
        margin-bottom: 14px; }
      #sec6 .sec6-row {
        margin-bottom: 50px; }
      #sec6 .col {
        width: calc(50% - 30px); }
      #sec6 dl {
        padding: 5px 0; } }

#sec7 {
  margin: 17vw 0; }
  #sec7 h2 {
    color: var(--primary);
    text-transform: uppercase;
    font-family: "Amiri", serif;
    font-weight: 700;
    font-size: 13vw;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-top: 7vw; }
  #sec7 h3 {
    margin: 3vw 0 3vw; }
  @media only screen and (min-width: 768px) {
    #sec7 {
      margin: 130px 0; }
      #sec7 .wrap {
        max-width: 1500px;
        align-items: center; }
      #sec7 .sec7-img {
        order: 2;
        width: calc(100% - 590px); }
      #sec7 .sec7-info {
        width: 500px;
        margin-left: 50px; }
      #sec7 .sec7-txt {
        width: 470px;
        text-align: justify; }
      #sec7 h2 {
        font-size: 130px;
        letter-spacing: 10px;
        margin-top: 0; }
      #sec7 h3 {
        margin: 25px 0 25px; }
      #sec7 .img-item {
        height: 490px; }
        #sec7 .img-item img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      #sec7 .slick-dots {
        position: absolute;
        left: -101px;
        bottom: 11px;
        width: auto;
        margin-top: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1150px) {
    #sec7 .slick-dots {
      position: static;
      justify-content: flex-start; }
    #sec7 .sec7-img {
      width: calc(100% - 564px); } }

#footer-id {
  padding-top: 15vw; }
  #footer-id .logo {
    margin: 0 auto;
    width: 19%; }
  #footer-id .tel {
    text-align: center;
    position: relative;
    margin: 7vw 5% 10vw;
    padding-bottom: 8vw;
    border-bottom: 1px solid #fff; }
    #footer-id .tel p:nth-child(1) {
      display: block;
      font-weight: 200;
      line-height: 2.5; }
    #footer-id .tel p:nth-child(2) {
      justify-content: center;
      font-size: 30px; }
      #footer-id .tel p:nth-child(2) i {
        display: block;
        margin-right: 8px;
        width: 24px; }
  #footer-id .footer-sns {
    margin: 20px auto 0;
    width: 30px; }
    #footer-id .footer-sns a {
      display: block; }
  #footer-id .right .list {
    border-top: none;
    padding-top: 0; }
    #footer-id .right .list dl dt {
      width: 115px; }
    #footer-id .right .list dl dd {
      width: calc(100% - 115px); }
  #footer-id .right a {
    display: inline-block; }
  #footer-id .photo {
    margin: 13vw 0 8vw; }
  #footer-id .btn_gmap {
    margin: 0 auto;
    width: 70%; }
  @media only screen and (max-width: 767px) {
    #footer-id .block {
      display: block; } }
  @media only screen and (min-width: 768px) {
    #footer-id {
      padding-top: 0; }
      #footer-id:before {
        display: none; }
      #footer-id .block {
        max-width: 1220px;
        display: block;
        padding: 0 125px 45px 15px; }
      #footer-id .box {
        padding-top: 98px; }
      #footer-id .logo {
        width: 121px; }
      #footer-id .tel {
        margin: 50px auto 95px;
        padding-bottom: 30px;
        max-width: 510px; }
        #footer-id .tel dt {
          margin-bottom: 5px; }
        #footer-id .tel p:nth-child(1) {
          font-size: 16px;
          line-height: 1;
          margin-bottom: 8px; }
        #footer-id .tel p:nth-child(2) {
          font-size: 45px; }
          #footer-id .tel p:nth-child(2) i {
            margin-right: 8px;
            width: 30px; }
      #footer-id .footer-sns {
        margin: 0;
        width: 30px;
        position: absolute;
        right: 0;
        bottom: 40px; }
      #footer-id .right {
        margin-left: 34px;
        width: 475px; }
        #footer-id .right .list {
          border-top: none;
          padding-top: 0; }
          #footer-id .right .list dl {
            line-height: 22px;
            letter-spacing: 1.3px; }
            #footer-id .right .list dl dt {
              width: 140px; }
            #footer-id .right .list dl dd {
              width: calc(100% - 140px); }
        #footer-id .right a {
          display: inline-block; }
      #footer-id .left {
        margin-right: -148px;
        margin-top: -20px;
        width: calc(100% - 461px);
        max-width: 620px; }
      #footer-id .photo {
        margin: 0 0 40px; }
      #footer-id .btn_gmap {
        width: 307px; } }
  @media screen and (min-width: 768px) and (max-width: 1150px) {
    #footer-id .left {
      width: calc(100% - 395px); } }


      #header .oshirase{
        background-color: #000000b5;
        padding: 10vw;
        color: #fff;
        text-align: center;
        position: absolute;
        top: 46vw;
        width: 71vw;
        z-index: 21;
      }
      #header .oshirase h2{
        font-size: 6vw;
        margin-bottom: 5vw;
        }
        #header .oshirase h2 p{
        font-size: 10vw;
        }

        @media only screen and (min-width: 768px) {
          #header .oshirase{
            background-color: #000000b5;
            padding: 50px;
            color: #fff;
            text-align: center;
            position: absolute;
            top: 400px;
            right: calc(50% - 350px);
            width: 700px;
            z-index: 21;
          }
          #header .oshirase h2{
            font-size: 20px;
            margin-bottom: 20px;
            }
            #header .oshirase h2 p{
            font-size: 16px;
            }

        }