@charset "UTF-8";
@media screen and (min-width: 768px) {
  header h1 {
    max-width: 500px;
    text-align: left;
  }
  header .hdblk {
    min-height: 860px;
  }
}
@media screen and (min-width: 1500px) {
  header h1 {
    max-width: 630px;
  }
}

@media screen and (max-width: 767px) {
  header:before{
        border: 1px solid #cec5b7;
  }
}

#key h2.ttl {
  font-size: 6vw;
  line-height: 1.5;
  letter-spacing: 0.26em;
  position: absolute;
  right: 5vw;
  bottom: 10vw;
  z-index: 1;
}
#key h2.ttl .jp {
  min-width: 9vw;
  min-height: 23vw;
  display: block;
  padding: 10vw 2vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--secondary);
}
#key h2.ttl .en {
  color: #fff;
  font-size: 10vw;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  position: absolute;
  bottom: 9vw;
  right: 11vw;
}
@media screen and (min-width: 768px) {
  #key h2.ttl {
    font-size: 42px;
    line-height: 94px;
    right: 50%;
    bottom: -103px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  #key h2.ttl .jp {
    min-width: 94px;
    min-height: 294px;
    padding: 67px 0 68px;
    position: relative;
  }
/*  #key h2.ttl .jp::before {
    content: "";
    height: 83px;
    border-left: 1px solid;
    position: absolute;
    bottom: -36px;
    left: 50%;
  }*/
  #key h2.ttl .en {
    font-size: 81.5px;
    top: 12px;
    bottom: auto;
    right: 0;
  }
}

#lead {
  padding: 26vw 0 20vw;
  position: relative;
  z-index: 0;
}
#lead::before {
  content: "";
  width: 50%;
  height: 100%;
  background: url("../img/shared/bg1.jpg");
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#lead .txt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #lead {
    padding: 178px 0 110px;
  }
  #lead::before {
    width: 750px;
  }
}

#sec1 {
  padding-top: 20vw;
  position: relative;
  z-index: 1;
}
#sec1::before {
  content: "";
  width: 50%;
  background: url("../img/shared/bg1.jpg");
  position: absolute;
  top: 0;
  bottom: 8%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#sec1::after {
  content: "";
  border-top: 1px solid #cec5b7;
  position: absolute;
  top: 0;
  left: 5vw;
  right: 5vw;
  z-index: -1;
}
#sec1 h2.ttl {
  font-size: 6.5vw;
  line-height: 1.5;
  letter-spacing: 0.26em;
  text-align: right;
}
#sec1 .h2box .catch {
  margin-bottom: -5vw;
  text-align: center;
}
#sec1 .h2box .catch img {
  width: 80vw;
}
#sec1 .set1 {
  margin-top: 10vw;
}
#sec1 .set1 dl {
  text-align: center;
}
#sec1 .set1 dl dt {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding-bottom: 2vw;
  font-size: 5vw;
  letter-spacing: 0.26em;
  position: relative;
}
#sec1 .set1 dl dt::before {
  content: "";
  border-bottom: 1px solid #a09178;
  opacity: 0.3;
  position: absolute;
  bottom: 0;
  left: 25%;
  right: 25%;
}
#sec1 .set1 dl dt span {
  display: block;
  background: var(--secondary);
}
#sec1 .set1 dl dd {
  margin-top: 2vw;
  font-size: 16px;
  letter-spacing: 0.13em;
}
#sec1 .set1 dl dd small {
  font-size: 14px;
  letter-spacing: 0.13em;
}
#sec1 .set1 .img {
  height: 100vw;
  margin: 10vw var(--paddingWrap-negative) 0;
  position: relative;
}
#sec1 .set1 .img::after {
  content: "";
  border: 1px solid #fff;
  opacity: 0.3;
  position: absolute;
  inset: 10px;
}
#sec1 .set1 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec1 .set2 {
  margin-top: 10vw;
  padding: 0 var(--paddingWrap);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sec1 .set2 .ttlbox {
  text-align: center;
}
#sec1 .set2 .ttlbox .ttl {
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 0.26em;
}
#sec1 .set2 .slider {
  margin-top: 5vw;
}
#sec1 .set2 .slider .gr .pager {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-family: "EB Garamond", serif;
  font-size: 6vw;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  position: absolute;
  top: -23vw;
  right: 11vw;
}
#sec1 .set2 .slider .gr .pager::before {
  content: "";
  border-left: 1px solid;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 50%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
#sec1 .set2 .slider .gr .pager span {
  display: inline-block;
  padding: 5px;
}
#sec1 .set2 .slider .gr .pager .total {
  grid-area: 2/2/3/3;
  color: #a09178;
}
#sec1 .set2 .slider .gr .ttl {
  font-size: 4.5vw;
  line-height: 1.5;
  letter-spacing: 0.11em;
}
#sec1 .set2 .slider .gr .txtbox {
  margin-top: 12vw;
  text-align: center;
  position: relative;
}
#sec1 .set2 .slider .gr .txtbox .txt {
  margin-top: 3vw;
      line-height: 1.5;
}
#sec1 .set2 .slider .gr .txtbox .txt.lh2{
      line-height: 2;
}
#sec1 .set2 .slider .gr .txtbox .txt small{
  letter-spacing: 0;
}
#sec1 .set2 .slider .slick-prev, #sec1 .set2 .slider .slick-next {
  top: 62vw;
}
#sec1 .set2 .slider .slick-prev {
  left: auto;
  right: 25vw;
}
#sec1 .set2 .slider .slick-next {
  right: -7vw;
}
#sec1 .set3 {
  margin: 5vw -3vw 0;
  padding: 10vw 3vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #a09178;
  text-align: center;
}
#sec1 .set4 {
  margin: 15vw -3vw 0;
  padding: 10vw 3vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fdf9f2;
}
#sec1 .set4 .catch {
  text-align: center;
}
#sec1 .set4 .catch img {
  width: 24vw;
}
#sec1 .set4 .ttl {
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 0.11em;
  text-align: center;
}
#sec1 .set4 hr {
  margin: 3vw 0 5vw;
  border: 0;
  border-top: 1px solid #07111a;
  opacity: 0.33;
}
#sec1 .set4 dl {
  line-height: 2;
}
#sec1 .set4 dl dd {
  margin-left: 1em;
  letter-spacing: 0;
}
#sec1 .set4 .txtnote {
  margin-top: 3vw;
}
#sec1 .btn-reserve {
  margin-top: 10vw;
  position: relative;
  z-index: 1;
}
#sec1 .btn-reserve a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--secondary);
  color: var(--primary);
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
#sec1 .btn-reserve a:hover {
  text-decoration: none;
}
#sec1 .btn-reserve a::after {
  content: "";
  border: 1px solid;
  border-radius: 5px;
  position: absolute;
  inset: 5px;
}
#sec1 .btn-reserve a::before {
  content: "";
  width: 21px;
  height: 23px;
  display: block;
  margin-right: 10px;
  background: url("../img/shared/icon_calendar.png") 0 0/contain no-repeat;
}
#sec1 .btn-reserve a small {
  font-size: 11px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding-top: 56px;
  }
  #sec1::before {
    width: 750px;
    bottom: 300px;
  }
  #sec1::after {
    left: 50px;
    right: 50px;
  }
  #sec1 .wrap {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec1 h2.ttl {
    font-size: 40px;
  }
  #sec1 .h2box {
    width: 630px;
    margin: 0 auto;
    padding: 0 19px 0 42px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec1 .h2box .catch {
    margin-bottom: -38px;
    text-align: left;
  }
  #sec1 .h2box .catch img {
    width: auto;
  }
  #sec1 .set1 {
    margin-top: 70px;
  }
  #sec1 .set1 dl dt {
    padding-bottom: 10px;
    font-size: 26px;
  }
  #sec1 .set1 dl dt::before {
    width: 190px;
    bottom: 0;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #sec1 .set1 dl dt span {
    margin-bottom: 16px;
    padding: 3px 0;
    font-size: 20px;
  }
  #sec1 .set1 dl dd {
    margin-top: 7px;
    font-size: 18px;
  }
  #sec1 .set1 dl dd small {
    font-size: 18px;
  }
  #sec1 .set1 .img {
    width: 1000px;
    height: 624px;
    margin: 55px auto 0;
  }
  #sec1 .set1 .img::after {
    inset: 20px;
  }
  #sec1 .set2 {
    margin-top: 110px;
    padding: 0;
  }
  #sec1 .set2 .ttlbox .ttl {
    font-size: 26px;
  }
  #sec1 .set2 .ttlbox .txtnote {
    margin-top: 10px;
  }
  #sec1 .set2 .slider {
    margin-top: 58px;
    /* slide when active (when play first to last) */
    /* slide when active (when play last to first) */
  }
  #sec1 .set2 .slider .gr {
    width: 655px;
    padding: 0 25px;
  }
  #sec1 .set2 .slider .gr .pager {
    font-size: 40px;
    top: -130px;
    right: 127px;
  }
  #sec1 .set2 .slider .gr .ttl {
    font-size: 22px;
  }
  #sec1 .set2 .slider .gr .img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #sec1 .set2 .slider .gr .txtbox {
    margin-top: 60px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #sec1 .set2 .slider .gr .txtbox .txt {
    width: 635px;
    margin: 18px auto 0;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.11em;
  }
  #sec1 .set2 .slider .slick-center .gr .img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #sec1 .set2 .slider .slick-center .gr .txtbox {
    opacity: 1;
    visibility: visible;
  }
  #sec1 .set2 .slider .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] .gr .img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #sec1 .set2 .slider .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] .gr .txtbox {
    opacity: 1;
    visibility: visible;
  }
  #sec1 .set2 .slider .slick-prev, #sec1 .set2 .slider .slick-next {
    top: 485px;
  }
  #sec1 .set2 .slider .slick-prev {
    left: auto;
    right: calc(50% - 177px);
  }
  #sec1 .set2 .slider .slick-next {
    right: calc(50% - 368px);
  }
  #sec1 .set3 {
    margin: 42px 0 0;
    padding: 70px 30px 100px;
    position: relative;
  }
  #sec1 .set3::before {
    content: "";
    width: 447px;
    height: 239px;
    background: url("../img/lunch/sec1_deco.png") no-repeat;
    position: absolute;
    top: -106px;
    left: -100px;
  }
  #sec1 .set4 {
    margin: 52px 0 0;
    padding: 77px 30px 84px;
  }
  #sec1 .set4 .catch img {
    width: auto;
  }
  #sec1 .set4 .ttl {
    margin-top: 8px;
    font-size: 26px;
  }
  #sec1 .set4 hr {
    width: 850px;
    margin: 24px auto 38px;
  }
  #sec1 .set4 dl {
    line-height: 35px;
  }
/*  #sec1 .set4 dl dd {
    margin-left: 40px;
  }*/
  #sec1 .set4 .txtnote {
    margin-top: 27px;
  }
  #sec1 .set4 .txtbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sec1 .btn-reserve {
    margin-top: 109px;
  }
  #sec1 .btn-reserve a {
    width: 840px;
    margin: 0 auto;
    padding: 46px 40px;
    font-size: 22px;
  }
  #sec1 .btn-reserve a:hover {
    opacity: 0.7;
  }
  #sec1 .btn-reserve a::after {
    inset: 10px;
  }
  #sec1 .btn-reserve a::before {
    width: 25px;
    height: 27px;
    margin-right: 20px;
  }
  #sec1 .btn-reserve a small {
    font-size: 14px;
  }
}

#sec2 {
  padding: 30vw 0 20vw;
  position: relative;
  z-index: 0;
}
#sec2::before {
  content: "";
  width: 100vw;
  height: 100vw;
  background: url("../img/lunch/sec2_bgt_sp.png") right top/100% no-repeat;
  position: absolute;
  top: -20vw;
  right: 0;
  z-index: -1;
  opacity: 0.3;
}
#sec2::after {
  content: "";
  background: url("../img/shared/bg3.jpg");
  opacity: 0.3;
  position: absolute;
  inset: 16vw 0 0;
  z-index: -1;
  opacity: 0.3;
}
#sec2 h2.ttl {
  text-align: center;
}
#sec2 .ttl-txt{
      margin-top: 7vw;
  text-align: center;
}

#sec2 .set3 .txt2{
  text-align: center;
  margin: 0 auto;
}
#sec2 .set3 dl {
  padding: 10px 0;
  border-bottom: 1px solid;
  line-height: 1.5;
}
#sec2 .set3 dl dt {
  font-size: 20px;
  letter-spacing: 0.26em;
}
#sec2 .set3 dl dt small {
     font-size: 13px;
    letter-spacing: 0;
}
#sec2 .set3 dl dd {
  font-size: 14px;
  letter-spacing: 0.13em;
  text-align: right;
}
#sec2 .set3 .gr {
  margin-top: 7vw;
}

#sec2 .btn-reserve {
  margin-top: 10vw;
  position: relative;
  z-index: 1;
}
#sec2 .btn-reserve a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;    
  min-height: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--secondary);
  color: var(--primary);
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
#sec2 .btn-reserve a:hover {
  text-decoration: none;
}
#sec2 .btn-reserve a::after {
  content: "";
  border: 1px solid;
  border-radius: 5px;
  position: absolute;
  inset: 5px;
}
#sec2 .btn-reserve a::before {
  content: "";
  width: 21px;
  height: 23px;
  display: block;
  margin-right: 10px;
  background: url("../img/shared/icon_calendar.png") 0 0/contain no-repeat;
}
#sec2 .btn-reserve a small {
  font-size: 11px;
  letter-spacing: 0.1em;
}
#sec2 .btn-instagram {
  margin: 10vw -3vw 0;
}
#sec2 .btn-instagram a {
  display: block;
  padding: 5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--secondary);
  color: var(--primary);
  font-size: 13px;
  line-height: 1.7307692308;
  letter-spacing: 0.02em;
  text-align: center;
  position: relative;
  z-index: 0;
}
#sec2 .btn-instagram a::before {
  content: "";
  border: 1px solid;
  border-radius: 5px;
  position: absolute;
  inset: 5px;
}
#sec2 .btn-instagram a img, #sec2 .btn-instagram a span {
  display: block;
}
#sec2 .btn-instagram a img {
  width: 40px;
  margin: 0 auto;
}
#sec2 .btn-instagram a span {
  margin-top: 3vw;
}

#sec2 .btn-link {
      margin: 5vw -3vw 0;
}
#sec2 .btn-link .btn-style-2 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#sec2 .btn-link .btn-style-2::after {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding: 203px 0 112px;
  }
  #sec2::before {
    width: 100%;
    height: 293px;
    background: url("../img/lunch/sec2_bgt.png") right top no-repeat;
    top: -183px;
  }
  #sec2::after {
    inset: 110px 0 0;
  }
  #sec2 .wrap {
    width: 100%;
    max-width: 1500px;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec2 h2.ttl {
    font-size: 30px;
    position: relative;
  }
  #sec2 h2.ttl::before {
    content: "";
    width: 585px;
    height: 86px;
    background: url("../img/lunch/sec2_deco.png") no-repeat;
    position: absolute;
    top: -111px;
    right: -50px;
  }
  #sec2 h2.ttl .en {
    margin-top: 15px;
    font-size: 14px;
  }
  
#sec2 .ttl-txt{
  margin-top: 30px;
}
  
  #sec2 .set3 {
    margin: 0 auto;
    padding: 69px 20px 90px;
  }
  #sec2 .set3 .ttl1 {
    font-size: 20px;
    line-height: 59px;
  }
  #sec2 .set3 .ttl1 > span:first-child {
    padding: 0 16px 15px;
  }
  #sec2 .set3 .ttl2 {
    margin-top: 25px;
    font-size: 26px;
  }
  #sec2 .set3 dl {
    width: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 0;
  }
  #sec2 .set3 dl dt {
    font-size: 26px;
    line-height: 39px;
  }
  #sec2 .set3 dl dt small {
    font-size: 16px;
  }
  #sec2 .set3 dl dd {
    margin-top: 5px;
    font-size: 18px;
  }
  #sec2 .set3 .gr {
    max-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin: 35px auto 0;
    padding-top: 44px;
    border-top: 1px solid rgb(0 0 0 / 18%);
  }

  #sec2 .btn-reserve {
    margin-top: 29px;
  }
  #sec2 .btn-reserve a {
    width: 840px;
    margin: 0 auto;
    font-size: 22px;
            min-height: 60px;
            padding: 12px;
  }
  #sec2 .btn-reserve a:hover {
    opacity: 0.7;
  }
  #sec2 .btn-reserve a::before {
    width: 25px;
    height: 27px;
    margin-right: 20px;
  }
  #sec2 .btn-reserve a small {
    font-size: 14px;
  }
  #sec2 .btn-instagram {
    margin: 73px 0 0;
  }
  #sec2 .btn-instagram a {
    width: 840px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
    margin: 0 auto;
    padding: 39px 30px 40px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.11em;
    text-align: left;
  }
  #sec2 .btn-instagram a:hover{
    text-decoration: none;
    opacity: 0.7;
    transition: 0.5s;
  }
  #sec2 .btn-instagram a::before {
    inset: 10px;
  }
  #sec2 .btn-instagram a img {
    width: auto;
    margin: 0;
  }
  #sec2 .btn-instagram a span {
    margin-top: 0;
  }
  
  #sec2 .btn-link {
    margin-top: 40px;
  }
  #sec2 .btn-link .btn-style-2 {
    width: 838px;
    padding: 32px 20px;
    font-size: 22px;
  }
  #sec2 .btn-link .btn-style-2::before {
    width: 177px;
    height: 24px;
    background-image: url("../img/shared/btn_deco1.png");
  }
  #sec2 .btn-link .btn-style-2::after {
    margin-bottom: 10px;
  }
  #sec2 .btn-link .btn-style-2 .en {
    font-size: 20px;
  }
}

#info {
  background-image: url("../img/lunch/info_bgi.jpg");
}

#sec3 {
  padding: 7vw 0;
  background: var(--third);
  color: #fff;
  position: relative;
  z-index: 0;
}
#sec3::before {
  content: "";
  width: 100%;
  height: 68vw;
  background: url("../img/shared/pattern1.png");
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#sec3 .set {
  margin: 0 -5vw;
  padding: 15vw 5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 0;
}
#sec3 .set::before {
  content: "";
  background: var(--third);
  border: 1px solid var(--primary);
  opacity: 0.3;
  position: absolute;
  inset: 0;
  z-index: -1;
}
#sec3 .set .txt {
  margin-top: 13vw;
}
#sec3 .set h3.ttl {
  margin-top: 10vw;
  font-size: 5vw;
  line-height: 1.7;
  letter-spacing: 0.26em;
}
#sec3 .set h3.ttl .highlight {
  width: 80%;
  display: block;
  margin: 0 auto 15px;
  padding: 10px 5px;
  background: var(--secondary);
  font-size: 4.5vw;
  line-height: 1.5;
  letter-spacing: 0.26em;
}
#sec3 .set h3.ttl small {
  font-size: 4vw;
  letter-spacing: 0.13em;
}
#sec3 .set hr {
  width: 50vw;
  margin: 3vw auto 0;
  border: 0;
  border-top: 1px solid;
  opacity: 0.33;
}
#sec3 .set .price {
  margin-top: 2vw;
  font-size: 16px;
  letter-spacing: 0.13em;
}
#sec3 .set .price small {
  font-size: 14px;
  letter-spacing: 0.13em;
}
#sec3 .set .txtbox {
  margin-top: 5vw;
  text-align: left;
}
#sec3 .set .txtbox h5 {
  text-align: center;
  font-size: 4vw;
  letter-spacing: 0.26em;
}
#sec3 .set .btn-reserve {
  margin-top: 10vw;
}
@media screen and (max-width: 767px) {
  #sec3 .set .toggle {
    margin-top: 5vw;
    text-align: left;
    position: relative;
  }
  #sec3 .set .toggle::before {
    content: "";
    width: 100%;
    height: 110%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, var(--third)));
    background: linear-gradient(transparent, var(--third) 50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  #sec3 .set .toggle h5 {
    margin-bottom: 3vw;
    text-align: center;
  }
  #sec3 .set .toggle .toggle-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px;
    background: var(--third);
    border: 1px solid;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 0.13em;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  #sec3 .set .toggle .toggle-link::after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    margin-left: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 24.5 15.5'%3E%3Cpath fill-rule='evenodd' stroke='rgb(255,255,255)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M11.534,13.417 L0.502,1.951 '/%3E%3Cpath fill-rule='evenodd' stroke='rgb(255,255,255)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M11.025,13.040 L22.057,1.573 '/%3E%3C/svg%3E") center/contain no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #sec3 .set .toggle .toggle-link .txt-close {
    display: none;
  }
  #sec3 .set .toggle .toggle-main {
    padding-bottom: 10vw;
    margin-top: 0;
  }
  #sec3 .set .toggle.active::before {
    opacity: 0;
  }
  #sec3 .set .toggle.active .toggle-link {
    margin-top: 0;
  }
  #sec3 .set .toggle.active .toggle-link::after {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
  #sec3 .set .toggle.active .toggle-link .txt-close {
    display: block;
  }
  #sec3 .set .toggle.active .toggle-link .txt-open {
    display: none;
  }
  #sec3 .set .txt{
    letter-spacing: 0.03em;
  }
  #sec3 .set .txtbox .gr2 {
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 50px 0;
  }
  #sec3::before {
    height: 470px;
  }
  #sec3 .wrap {
    width: 100%;
    max-width: 1500px;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec3 h2.ttl {
    font-size: 30px;
  }
  #sec3 h2.ttl .en {
    margin-top: 15px;
    font-size: 14px;
  }
  #sec3 .toggle .toggle-link {
    pointer-events: none;
    display: none;
  }
  #sec3 .toggle .toggle-main {
    display: block;
  }
  #sec3 .set {
    margin: 0;
    padding: 87px 30px 110px;
  }
  #sec3 .set .txt {
    margin-top: 52px;
  }
  #sec3 .set h3.ttl {
    margin-top: 130px;
    font-size: 25px;
  }
  #sec3 .set h3.ttl .highlight {
    width: 370px;
    margin: 0 auto 15px;
    padding: 0 5px;
    font-size: 20px;
    line-height: 50px;
  }
  #sec3 .set h3.ttl small {
    font-size: 18px;
  }
  #sec3 .set hr {
    width: 230px;
    margin-top: 10px;
  }
  #sec3 .set .price {
    margin-top: 6px;
    font-size: 18px;
  }
  #sec3 .set .price small {
    font-size: 18px;
  }
  #sec3 .set .txtbox {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 36px auto 0;
            justify-content: center;
  }
  #sec3 .set .txtbox h5 {
    font-size: 20px;
  }
  #sec3 .set .txtbox .gr1 {
  /*  width: 273px;*/
    position: relative;
            padding-right: 50px;
  }
  #sec3 .set .txtbox .gr1::before {
    content: "";
    border-right: 1px solid;
    position: absolute;
    top: 13px;
    bottom: 0;
    right: 0;
  }
  #sec3 .set .txtbox .gr1 ul {
    margin-top: 8px;
    line-height: 35px;
  }
  #sec3 .set .txtbox .gr2 {
  /*          width: 590px;*/
    padding: 38px 0 0 46px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec3 .set .txtbox .gr2 .txtnote {
    letter-spacing: 0;
  }
  #sec3 .set .btn-reserve {
    margin-top: 86px;
  }
  #sec3 .set .btn-reserve .btn-style-1 {
    width: 820px;
    padding: 32px;
    font-size: 22px;
  }
  #sec3 .set .btn-reserve .btn-style-1::before {
    margin-right: 20px;
  }
  #sec3 .set .btn-reserve .btn-style-1 small {
    font-size: 14px;
  }
}