@charset "UTF-8";

/*=============================================
******************* common  *******************
*=============================================*/
.shadow {
  box-shadow: -3.5px 6.06px 7px rgba(0, 0, 0, 0.14);
}

.key-img {
  height: 100vh;
  overflow: hidden;
}

.key-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fz25 {
  font-size: 5vw;
}

.fz35,
.fz33 {
  font-size: 7vw;
  letter-spacing: 0.15em;
  line-height: 1.5;
}

.row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}

.c-price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 10vw;
  align-items: center;
  font-family: 'Shippori Mincho', serif;
}

.c-price dt {
  font-size: 5.3vw;
}

.c-price dd {
  font-size: 14px;
}

.c-price dd select {
  font-size: 5vw;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white url('../img/takeout/arrow.png') no-repeat right 13px center;
  border: 1px solid #ccc;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  padding: 0px 0 0 13px;
  border-radius: 2px;
  color: #000;
  height: 39px;
  width: 68px;
}

.c-price dd label {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .key-img {
    height: 930px;
  }

  .fz25 {
    font-size: 25px;
    letter-spacing: 0.28em;
  }

  .fz33 {
    font-size: 33px;
    letter-spacing: 0.28em;
  }

  .fz35 {
    font-size: 35px;
    letter-spacing: 0.28em;
    line-height: 67px;
  }

  .row {
    flex-direction: row;
  }

  .c-price {
    gap: 37px;
  }

  .c-price dt {
    font-size: 25px;
    letter-spacing: 0.28em;
  }

  .c-price dt small {
    font-size: 20px;
  }

  .c-price dd {
    font-size: 17px;
  }

  .c-price dd span {
    font-size: 15px;
    letter-spacing: 0.28em;
    margin-right: 6px;
  }

  .c-price dd select {
    font-size: 21px;
    height: 39px;
    width: 78px;
    cursor: pointer;
  }
}

/*=============================================
******************* form  ********************
*=============================================*/
.fc-form input,
.fc-form select,
.fc-form textarea {
  display: block;
  padding: 5px 10px;
  color: #303030;
  font: inherit;
  line-height: 1.25;
  background: #fefefe;
  width: 100%;
  border: 1px solid #a2a2a2;
  appearance: none;
  -webkit-appearance: none;
}

textarea {
  height: 134px;
  resize: vertical;
}

.form-button button {
  background: transparent;
  border: 1px solid #333;
  background: transparent;
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
  margin-bottom: 10px;
  position: relative;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  color: #000;
}

.form-button button::before {
  content: '';
  position: absolute;
  border: solid #000;
  width: 0px;
  height: 0px;
  border-width: 6px 0px 6px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #000 !important;
  transition: all 0.3s;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

@media screen and (min-width: 767px) {

  .fc-form input,
  .fc-form select,
  .fc-form textarea {
    padding: 10px 10px;
  }

  .form-button {
    text-align: center;
    padding: 106px 0 0 13px;
  }

  .form-button button {
    width: 246px;
    padding: 10px 0px 12px 0px;
    display: inline-block;
    margin: 0 15px;
    letter-spacing: 0.12em;
    font-size: 17px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }

  .form-button button:before {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }

  .form-button button:hover {
    background: #333333;
    color: #fff;
  }

  .form-button button:hover:before {
    border-color: transparent transparent transparent #fff !important;
    left: -1px;
  }

  .submit-confirm {
    display: flex;
    justify-content: center;
  }

  .form-button .form-block+.form-block {
    margin-top: 0;
  }
}

/*=============================================
******************* sec1  *********************
*=============================================*/
#sec1 {
  padding: 14vw 0;
}

#sec1 .row {
  gap: 3vw;
  margin-top: 10vw;
}

#sec1 .row h2 {
  margin: 0 auto;
}

#sec1 .row h2 .mt {
  display: block;
  margin-top: 67px;
}

@media screen and (min-width: 767px) {
  #sec1 {
    padding: 143px 0 178px;
  }

  #sec1 .row {
    flex-direction: row-reverse;
    justify-content: center;
    margin-right: -9px;
    margin-top: 76px;
    gap: 51px;
    align-items: start;
  }

  #sec1 .row .txt {
    letter-spacing: 0.12em;
    margin-top: 38px;
    width: 494px;
    height: 420px;
  }

  #sec1 .row h2 {
    margin: 0;
    width: 136px;
    height: 410px;
  }

  #sec1 .row h2 .mt {
    margin-top: 63px;
  }

  #sec1 .row h2 .mt small {
    line-height: inherit;
  }
}

/*=============================================
******************* sec2  **********************
*=============================================*/
#sec2 .row1 {
  position: relative;
  /* padding-top: 130px; */
  padding-top: 37vw;
  gap: 6vw;
}

#sec2 .row1 h2 {
  position: absolute;
  top: 0;
  left: 5%;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}

#sec2 .row1 .content {
  padding: 0 5%;
}

#sec2 .c-row {
  gap: 6vw;
  margin-top: 10vw;
}

#sec2 .c-row .s2-js {
  line-height: 1;
}

#sec2 .c-row .s2-js img {
  box-shadow: -3.5px 6.06px 7px rgba(0, 0, 0, 0.14);
}

#sec2 .c-row .s2-js .slick-dots {
  position: absolute;
  bottom: 14px;
  left: 5px;
}

#sec2 .c-row .s2-js .slick-dots li {
  margin: 0 6px;
}

#sec2 .c-row .s2-js .slick-dots li.slick-active button {
  background: #fff;
}

#sec2 .c-row .s2-js .slick-dots button {
  height: 1px;
  width: 70px;
  border: none;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 0;
}

#sec2 .c-row .txt span {
  display: block;
  margin-top: 33px;
  margin-left: 5%;
}

#sec2 .c-row2 .s2-js .slick-dots {
  left: auto;
  right: 6px;
}

#sec2 .row1 .content {
  padding: 0 5%;
}

@media screen and (min-width: 767px) {
  #sec2 .row1 {
    padding-top: 0;
    align-items: center;
    gap: 68px;
  }

  #sec2 .row1 h2 {
    transform: none;
  }

  #sec2 .row1 .photo {
    width: calc(64% - 10px);
  }

  #sec2 .row1 .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #sec2 .row1 .content {
    padding: 0;
    min-width: 380px;
  }

  #sec2 .row1 .content h2 {
    position: static;
    line-height: 63px;
    margin: 0px 0 47px -4px;
    padding-bottom: 9px;
    display: table;
  }

  #sec2 .row1 .content h2 small {
    margin-left: 4px;
  }

  #sec2 .row1 .content .txt {
    letter-spacing: 0.1em;
  }

  #sec2 .c-row {
    margin-top: 116px;
    flex-direction: row-reverse;
    gap: 67px;
  }

  #sec2 .c-row .s2-js {
    margin-right: -90px;
    width: 612px;
  }

  #sec2 .c-row .s2-js .slick-dots li:hover {
    opacity: 0.8;
  }

  #sec2 .c-row .txt {
    height: 372px;
    margin-top: 98px;
    letter-spacing: 0.12em;
  }

  #sec2 .c-row .txt span {
    margin: 82px 11px 0 0;
    height: 370px;
  }

  #sec2 .c-row2 {
    margin-top: 155px;
    flex-direction: row;
    align-items: end;
  }

  #sec2 .c-row2 .s2-js {
    margin-right: 0;
    margin-left: -13px;
    width: 660px;
  }

  #sec2 .c-row2 .s2-js .slick-dots {
    bottom: 18px;
    right: 8px;
  }

  #sec2 .c-row2 .txt {
    position: absolute;
    bottom: -10px;
    height: auto;
    width: 351px;
    right: -46px;
  }
}

@media (max-width: 1100px) and (min-width: 767px) {
  #sec2 .c-row2 {
    gap: 20px;
    justify-content: space-between;
  }
}

/*=============================================
******************* sec3  **********************
*=============================================*/
#sec3 {
  padding: 14vw 0;
}

#sec3 .wrap {
  padding: 0;
}

#sec3 .bg {
  background: #2f2f2f;
  color: #fff;
  padding: 12vw 4%;
}

#sec3 .bg h2 {
  display: table;
  margin: 0 auto 10vw;
  text-align: center;
  border-bottom: 1px solid;
  padding: 0 20px 10px;
}

#sec3 .bg ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 20px;
}

#sec3 .bg ul li:before {
  content: '・';
}

@media screen and (min-width: 767px) {
  #sec3 {
    padding: 217px 0 177px;
  }

  #sec3 .wrap {
    max-width: 1194px;
  }

  #sec3 .bg {
    padding: 108px 0 80px;
    margin-left: 6px;
    margin-right: -6px;
  }

  #sec3 .bg h2 {
    padding: 0 57px 51px;
    margin-bottom: 61px;
  }

  #sec3 .bg ul {
    width: 100%;
    max-width: 672px;
    margin: 0 auto;
    letter-spacing: 0.12em;
  }

  #sec3 .bg ul li {
    margin-bottom: 28px;
    margin-right: -40px;
  }
}

/*=============================================
******************* sec4  **********************
*=============================================*/
#sec4 {
  position: relative;
  z-index: 2;
  color: #fff;
  /* margin-right: 4%; */
  padding: 10vw 0;
}

#sec4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2f2f2f;
  z-index: -2;
}

#sec4:after {
  /* content: '';
  position: absolute;
  top: 0;
  left: 3%;
  width: 1px;
  height: 100%;
  background: #c1c1c1; */
}

#sec4 h2 {
  margin-bottom: 2vw;
}

#sec4 .photo {
  margin: 7vw auto 5vw auto;
}

#sec4 .photos {
  margin-top: 6vw;
  margin-left: -2%;
}

#sec4 .photos p:nth-child(1) {
  width: 65%;
  padding-left: 2vw;
}

#sec4 .photos p:nth-child(2) {
  margin-top: 5vw;
  margin-left: auto;
  width: 60%;
}

@media screen and (min-width: 767px) {
  #sec4 {
    padding: 219px 0 162px;
    margin-right: 0;
  }

  #sec4:before {
    width: auto;
    right: calc(50% - 603px);
  }

  #sec4:after {
    content: '';
    position: absolute;
    top: 0;
    /* left: 3%; */
    width: 1px;
    height: 100%;
    background: #c1c1c1;
    left: calc(50% - 456px);
  }

  #sec4 .wrap {
    max-width: 832px;
  }

  #sec4 h2 {
    margin-bottom: 27px;
  }

  #sec4 .photo {
    margin: 0;
    position: absolute;
    right: calc(50% - 50vw);
    left: calc(50% - -47px);
    top: -81px;
  }

  #sec4 .note {
    margin-top: 42px;
    letter-spacing: 0.11em;
    width: 400px;
  }

  #sec4 .photos {
    margin-top: 85px;
    margin-left: -39px;
    width: 758px;
  }

  #sec4 .photos p:nth-child(1) {
    width: 349px;
    padding-left: 0;
  }

  #sec4 .photos p:nth-child(2) {
    margin-top: -71px;
    width: 371px;
  }
}

/*=============================================
******************* sec5  **********************
*=============================================*/
#sec5 {
  padding: 14vw 0;
  position: relative;
  z-index: 1;
}

#sec5::before {
  content: '';
  position: absolute;
  top: -20vw;
  left: 0;
  width: 100%;
  bottom: 0;
  background: url('../img/takeout/s5_bg.jpg') repeat;
  z-index: -1;
}

#sec5 h2 {
  margin-bottom: 2vw;
  text-align: center;
}

#sec5 .c-price {
  justify-content: center;
}

#sec5 .img {
  margin: 6vw -3%;
}

@media screen and (min-width: 767px) {
  #sec5 {
    padding: 121px 0 136px;
  }

  #sec5:before {
    top: -191px;
  }

  #sec5 h2 {
    margin-left: 25px;
    margin-bottom: 36px;
  }

  #sec5 .c-price {
    margin-left: 18px;
  }

  #sec5 .img {
    margin: 56px 0 62px;
  }

  #sec5 .txt {
    text-align: center;
    letter-spacing: 0.12em;
  }
}

/*=============================================
******************* sec6  **********************
*=============================================*/
#sec6 {
  padding: 14vw 0;
}

#sec6 h2 {
  background: #2f2f2f;
  color: #fff;
  margin: 0 auto;
  padding: 7vw 17vw;
}

#sec6 .row .content {
  position: relative;
  padding-bottom: 4vw;
}

#sec6 .row .content:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  left: -6%;
  background: #494743;
}

#sec6 .row1 {
  margin: 10vw 0 5vw;
}

@media screen and (min-width: 767px) {
  #sec6 {
    padding: 138px 0 188px;
  }

  #sec6 h2 {
    padding: 67px 150px 0px;
    height: 319px;
    box-sizing: border-box;
  }

  #sec6 .row {
    align-items: center;
    justify-content: space-between;
  }

  #sec6 .row .photo {
    position: relative;
    z-index: 2;
  }

  #sec6 .row .content {
    margin-top: 14px;
    padding-bottom: 20px;
    padding-right: 6px;
  }

  #sec6 .row .content:before {
    left: -120px;
    right: -20px;
  }

  #sec6 .row .content .c-price {
    gap: 22px;
  }

  #sec6 .row .content h3 {
    margin-bottom: 27px;
    margin-left: -2px;
  }

  #sec6 .row1 {
    margin: 120px 0 27px;
  }

  #sec6 .row2 .content {
    margin-top: -36px;
  }
}

/*=============================================
******************* sec7  **********************
*=============================================*/
#sec7 .wrap {
  padding: 0;
}

#sec7 .bg {
  background: #fff;
  padding: 12vw 4% 5vw;
}

#sec7 .bg h2 {
  text-align: center;
  font-size: 5.2vw;
}

#sec7 .bg .txt {
  margin: 8vw 0;
}

#sec7 .bg .fc-form,
#sec7 .bg .fc-confirm {
  font-family: 'Shippori Mincho', serif;
}

#sec7 .bg .form-row {
  border-bottom: 1px solid #dadada;
}

#sec7 .bg .form-row .form-caption {
  padding-top: 0;
  margin-bottom: 0;
}

#sec7 .bg .form-row .caption--text {
  font-weight: 400;
}

#sec7 .bg .form-row .caption--askerisk {
  margin-left: auto;
  background: transparent;
  color: #d72828;
}

@media screen and (min-width: 767px) {
  #sec7 {
    padding-bottom: 146px;
  }

  #sec7 .wrap {
    max-width: 1138px;
  }

  #sec7 .bg {
    padding: 121px 0 140px;
    margin: 0 6px 0 -6px;
  }

  #sec7 .bg h2 {
    margin-left: 6px;
    font-size: 27px;
    letter-spacing: 0.28em;
  }

  #sec7 .bg .txt {
    text-align: center;
    margin: 49px 0 62px;
    letter-spacing: 0.12em;
  }

  #sec7 .bg .fc-form,
  #sec7 .bg .fc-confirm {
    width: 100%;
    max-width: 808px;
    margin: 0 auto;
  }

  #sec7 .bg .form-row {
    padding: 13px 0px 15px 2px;
    margin-left: 9px;
    width: auto;
  }

  #sec7 .bg .form-row .caption--askerisk {
    left: auto;
    right: 7px;
    top: 10px;
    font-size: 13px;
  }

  #sec7 .bg .form-row .caption--text {
    margin-left: 0;
  }

  #sec7 .bg .form-row .form-caption {
    font-size: 16px;
    padding-top: 3px;
    letter-spacing: 0.28em;
    min-width: 298px;
  }

  #sec7 .bg .row2 {
    padding-bottom: 24px;
  }

  #sec7 .bg .row2 .form-value {
    padding-top: 9px;
  }

  #sec7 .bg .row-count {
    padding-top: 7px;
    padding-bottom: 24px;
  }

  #sec7 .bg .row-count .form-value {
    padding-top: 13px;
  }
}

/*=============================================
******************* footer  *******************
*=============================================*/
footer .group-tw {
  background: url('../img/takeout/s5_bg.jpg') repeat;
  padding-bottom: 10vw;
}

@media screen and (min-width: 767px) {
  footer .group-tw {
    padding-top: 97px;
    padding-bottom: 80px;
  }
}

/*# sourceMappingURL=takeout.css.map */

.botan1 a {
  width: 200px;
  margin: 15px auto 30px 30px;
  padding: 5px 0;
  display: block;
  color: #000;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  background-color: #fbefde;
  border: solid 1px #000;
  box-sizing: border-box;
  font-weight: bold;
}

@media (max-width: 768px) {
  .botan1 a {
    width: 60%;
    margin: 20px auto 30px auto;
    padding: 2px 0;
    display: block;
    color: #000;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #fbefde;
    border: solid 1px #000;
    box-sizing: border-box;
    font-weight: bold;
  }
}

@media (min-width: 768px) {
  #key .banner {
    position: absolute;
    bottom: 80px;
    right: 45px;
    z-index: 1111111111111111;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  }

  #key .banner:hover {
    opacity: 0.8;
    cursor: pointer;
    transition-duration: 0.3s;
  }
}

@media (max-width: 768px) {
  .banner {
    width: 89%;
    margin: 10vw auto 0 auto;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  }

  #menu-toggle .banner {
    width: 100%;
  }
}

#webyoyaku a {
  position: fixed;
  top: 110px;
  right: 5px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 15px;
  display: block;
  padding: 10px 5px;
  color: #000;
  background-color: #fbefde;
  font-weight: 600;
  letter-spacing: 5px;
  text-decoration: none;
  border: solid 1px #000;
  z-index: 999;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'メイリオ', Meiryo, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

@media (max-width: 768px) {
  #webyoyaku a {
    position: fixed;
    top: 80px;
    right: 5px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 13px;
    display: block;
    padding: 10px 5px;
    color: #000;
    background-color: #fbefde;
    font-weight: 600;
    letter-spacing: 5px;
    text-decoration: none;
    border: solid 1px #000;
    z-index: 99;
    font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'メイリオ', Meiryo, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  }
}