@charset "UTF-8";
@media screen and (max-width: 768px) {
  h1 {
    left: 12px;
    top: 20px;
  }
  header .logo {
    width: 9.3%;
    transform: none;
    left: 22px;
    top: 77px;
  }
}
.c-row {
  gap: 7vw;
}
.c-row .price {
  margin-top: 2vw;
}
.c-row .txt {
  border-top: 1px solid #c2beba;
  padding-top: 4vw;
  margin-top: 5vw;
}

@media screen and (min-width: 768px) {
  .faq-link {
    top: 237px;
    right: 30px;
  }
  .faq-link a {
    display: block;
    width: 53px;
    min-width: 53px;
    border: 1px solid;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    line-height: 52px;
    padding: 25px 0 56px;
    transition: all 0.3s ease;
  }
  .faq-link a span {
    cursor: pointer;
  }
  .faq-link a:hover {
    opacity: 0.8;
  }
  .faq-link a:after {
    content: '';
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 100%;
    height: 24px;
    background: url('../img/takeout/icon_link.png') no-repeat center;
    background-size: contain;
  }
  .c-sec .wrap {
    max-width: 1196px;
  }
  .c-sec .c-row {
    justify-content: space-between;
    gap: 30px;
    align-items: center;
  }
  .c-sec .c-row .photo {
    margin-left: -50px;
  }
  .c-sec .c-row .content {
    width: 421px;
    margin-right: 0;
    padding-top: 6px;
  }
  .c-sec .c-row .content .price {
    margin-top: 0;
  }
  .c-sec .c-row .content .txt {
    padding-top: 27px;
    margin-top: 34px;
  }
}
/*--------------------------------------
    head-key
--------------------------------------*/
#head-key .key-img {
  height: auto;
}
#head-key .key-img::before {
  opacity: 0;
}
#head-key .key-content {
  padding: 0vw 4% 16vw;
  margin-top: -7vw;
}
#head-key .key-content h2 {
  text-align: center;
  margin-bottom: 8vw;
}
#head-key .key-content .txt {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #head-key .key-content h2 {
    position: absolute;
    left: 0;
    width: 100%;
    top: 60vw;
  }
}
@media screen and (min-width: 768px) {
  #head-key .key-img {
    height: 1800px;
  }
  #head-key .key-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 201px 0;
    margin-top: 0;
  }
  #head-key .key-content h2 {
    line-height: 66px;
    margin-left: 11px;
    margin-bottom: 51px;
  }
  #head-key .key-content .txt {
    text-align: center;
  }
}
@media screen and (min-width: 1501px) {
  #head-key .key-img {
    height: auto;
  }
}

/*--------------------------------------
    sec2
--------------------------------------*/
#sec2 .note {
  text-align: center;
  margin-bottom: 10px;
}
#sec2 .box {
  background: var(--bg1);
  padding: 8vw 4%;
  text-align: center;
  margin-top: 10vw;
}
#sec2 .box h3 {
  --gap: -0.3vw;
  line-height: 1.92;
}
#sec2 .box .txt {
  border-top: 1px solid #c2beba;
  margin-top: 5vw;
  padding-top: 4vw;
}
@media screen and (min-width: 768px) {
  #sec2 {
    margin-top: -332px;
    position: relative;
    z-index: 2;
  }
  #sec2 .note {
    margin-left: 14px;
  }
  #sec2 .box {
    margin: 81px auto 0;
    width: 100%;
    max-width: 1000px;
    box-sizing: border-box;
    padding: 46px 0 47px;
  }
  #sec2 .box h3 {
    margin-left: 11px;
  }
  #sec2 .box .txt {
    margin: 29px 50px 0;
    text-align: center;
    padding-top: 37px;
  }
}

/*--------------------------------------
    sec3
--------------------------------------*/
#sec3 {
  padding: 16vw 0;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 121px 0 120px;
  }
}

/*--------------------------------------
    sec4
--------------------------------------*/
#sec4 .photo1 {
  margin: 0 -5%;
  height: 80vw;
}
#sec4 .photo1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec4 .main {
  margin: 6vw 0 12vw;
  text-align: center;
  border-bottom: 1px solid #6e6b67;
  padding-bottom: 10vw;
}
#sec4 .main .price {
  margin-top: 2vw;
  margin-bottom: 7vw;
}
#sec4 .banner {
  z-index: 1;
  color: #fff;
  position: relative;
  padding: 63vw 6% 16vw;
}
#sec4 .banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#sec4 .banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
#sec4 .banner h3 {
  margin-bottom: 6vw;
}
@media screen and (min-width: 768px) {
  #sec4 .wrap {
    max-width: 1200px;
  }
  #sec4 .photo1 {
    height: auto;
    margin: 0;
  }
  #sec4 .main {
    margin: 35px 0 120px;
    padding-bottom: 41px;
  }
  #sec4 .main h2 {
    line-height: 67px;
    margin-left: 16px;
  }
  #sec4 .main .price {
    margin: 0px 0 38px 8px;
  }
  #sec4 .main .txt {
    text-align: center;
  }
  #sec4 .banner {
    padding: 83px 0 110px 72px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    left: 4px;
    box-sizing: border-box;
  }
  #sec4 .banner h3 {
    margin-bottom: 11px;
  }
  #sec4 .banner .txt {
    line-height: 34px;
    margin-left: 3px;
  }
}

/*--------------------------------------
    sec5
--------------------------------------*/
#sec5 {
  padding: 16vw 0;
}
#sec5 h2 {
  --gap: -1.1vw;
  text-align: center;
  margin-bottom: 10vw;
}
#sec5 ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#sec5 ul li:before {
  content: '・';
}
#sec5 .box {
  border: 1px solid #6e6b67;
  padding: 10vw 4%;
}
#sec5 .box .contact-row {
  margin: 8vw -5% 0;
}
#sec5 .box h3 {
  text-align: center;
  display: table;
  margin: 0 auto 6vw;
  border-bottom: 3px solid;
}
#sec5 .set2 {
  margin-top: 12vw;
}
#sec5 .set2 .btn-arr {
  margin-top: 8vw;
}
#sec5 .set2 .btn-arr img {
  width: 23px;
  margin: 0 11px 5px 0;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding: 104px 0 93px;
  }
  #sec5 h2 {
    margin-left: 11px;
    margin-bottom: 35px;
  }
  #sec5 .box {
    border: 1px solid #6e6b67;
    padding: 42px 0 54px;
  }
  #sec5 .box h3 {
    line-height: 55px;
    position: relative;
    left: 5px;
    margin-bottom: 31px;
  }
  #sec5 .box ul {
    width: 708px;
    margin: 0 auto;
    line-height: 30px;
  }
  #sec5 .box ul li {
    gap: 2px;
  }
  #sec5 .box .contact-row {
    border-top: 1px solid #6e6b67;
    margin: 49px 50px 0;
    padding-top: 49px;
    padding-right: 42px;
  }
  #sec5 .set2 {
    margin-top: 73px;
  }
  #sec5 .set2 .box {
    padding-bottom: 72px;
  }
  #sec5 .set2 .btn-arr {
    margin-top: 44px;
  }
  #sec5 .set2 .btn-arr a span {
    margin-right: 41px;
  }
  #sec5 .set2 .btn-arr a img {
    width: 22px;
    margin: 0 17px 1px -25px;
  }
}

/*--------------------------------------
    sec6
--------------------------------------*/
#sec6 {
  padding-bottom: 15vw;
}
#sec6 h2 {
  text-align: center;
  margin-bottom: 10vw;
}
#sec6 .main .toggle {
  background: #bcbbb9;
  color: #000000;
  border-radius: 5px;
  padding: 5vw;
}
#sec6 .main .toggle span {
  font-weight: 500;
  width: 40px;
  height: 40px;
  min-width: 40px;
  text-align: center;
  line-height: 35px;
  color: #1b1b1b;
  border-radius: 50%;
  box-sizing: border-box;
  margin-right: 10px;
  font-size: 20px;
  padding: 0 0 0 3px;
}
#sec6 .main .toggle p {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#sec6 .main .toggle-link {
  font-size: 15px;
  padding-right: 5vw;
  align-items: center;
}
#sec6 .main .toggle-link span {
  background: #f6f6f6;
}
#sec6 .main .toggle-main {
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #a09f9d;
}
#sec6 .main .toggle-main span {
  border: 1px solid;
}
#sec6 .main .toggle + .toggle {
  margin-top: 7vw;
}
@media screen and (max-width: 768px) {
  #sec6 .main .toggle .toggle-link:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url('../img/takeout/arrow.png') no-repeat center;
    width: 4.6vw;
    height: 100%;
    background-size: contain;
    transition: all 0.3s ease;
    transform: rotate(180deg);
  }
  #sec6 .main .toggle.active .toggle-link::after {
    transform: rotate(0deg);
  }
}
@media screen and (min-width: 768px) {
  #sec6 {
    padding-bottom: 150px;
  }
  #sec6 h2 {
    letter-spacing: 0.12em;
    margin-left: 4px;
    margin-bottom: 36px;
  }
  #sec6 .main .toggle {
    padding: 25px 20px 28px;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 30px;
  }
  #sec6 .main .toggle p {
    padding: 0 30px;
  }
  #sec6 .main .toggle span {
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 24px;
    line-height: 44px;
    margin-right: 20px;
  }
  #sec6 .main .toggle-link {
    font-size: 17px;
    letter-spacing: 0.15em;
    cursor: text;
    pointer-events: none;
  }
  #sec6 .main .toggle-main {
    position: relative;
    padding-top: 31px;
    margin-top: 24px;
    border-top: 1px solid #a09f9d;
    display: block;
  }
  #sec6 .main .toggle-main span {
    margin-top: -9px;
  }
  #sec6 .main .toggle + .toggle {
    margin-top: 20px;
  }
}

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