@charset "UTF-8";

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

.wrap {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap p,
h2,
.txt {
  padding: 0;
}

.price {
  margin-top: 4vw;
  font-weight: 600;
  font-size: 5vw;
  letter-spacing: 0.075em;
  text-align: center;
}

.bar_te {
  margin: 5vw 0 0;
}

#sec1 {
  padding: 19vw 0 15vw;
}

#sec1 h2.ttl {
  position: relative;
  z-index: 1;
}

#sec1 h2.ttl::before {
  content: "";
  width: 100%;
  height: 67vw;
  background: url("../img/takeout/deco1.png") center/contain no-repeat;
  position: absolute;
  top: -24vw;
  left: 0;
  z-index: -1;
}

#sec1 .set1 .img {
  margin: -5vw -10px 0;
}

#sec1 .set1 .txt {
  margin-top: 7vw;
}

#sec1 .set2 {
  margin-top: 10vw;
}

#sec1 .set2 h3.ttl {
  margin-bottom: 7vw;
}

#sec1 .set2 .imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sec1 .set2 .imgbox+.imgbox {
  margin-top: 5vw;
}

#sec1 .set2 .imgbox .img,
#sec1 .set2 .imgbox .ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

#sec1 .set2 .imgbox .img {
  margin-right: -10vw;
}

#sec1 .set2 .imgbox .ttl {
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: -10vw;
  background: url("../img/shared/bg.jpg");
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  position: relative;
  z-index: 1;
}

#sec1 .set2 .imgbox.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#sec1 .set2 .imgbox.reverse .img {
  margin-right: 0;
  margin-left: -10vw;
}

#sec1 .set2 .imgbox.reverse .ttl {
  margin-left: 0;
  margin-right: -10vw;
}

#sec2 {
  padding-top: 15vw;
  border-top: 8px solid;
}

#sec2 .h2box {
  text-align: center;
}

#sec2 .h2box .txtnote {
  margin-top: 5vw;
}

#sec2 .set-style hr {
  margin-top: 5vw;
  border: 0;
  border-top: 2px solid;
}

#sec2 .set-style .txt {
  margin-top: 7vw;
}

#sec2 .set-style .txtnote {
  margin-top: 5vw;
  opacity: 0.6;
}

#sec2 .set1 .img {
  margin: -15vw -20px -23vw;
}

#sec2 .set2 {
  margin-top: 10vw;
  position: relative;
  z-index: 0;
}

#sec2 .set2::before {
  content: "";
  width: 50vw;
  height: 200vw;
  background: url("../img/takeout/deco2.png") 0 0/contain no-repeat;
  position: absolute;
  top: -15vw;
  right: -6vw;
  z-index: -1;
}

#sec2 .set3 {
  margin-top: 10vw;
}

#sec3 {
  padding-top: 20vw;
  position: relative;
  z-index: 0;
}

#sec3::before {
  content: "";
  width: 50vw;
  height: 200vw;
  background: url("../img/takeout/deco3.png") 0 0/contain no-repeat;
  position: absolute;
  top: -5vw;
  left: 0;
  z-index: -1;
}

#sec3 .set-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sec3 .set-style .img {
  width: 60%;
}

#sec3 .set-style .gr {
  width: 40%;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

#sec3 .set-style .gr .ttl {
  margin: 0 5vw;
}

#sec3 .set-style .gr hr {
  margin-top: 5vw;
  border: 0;
  border-top: 2px solid;
}

#sec3 .set1 {
  margin: 10vw 0 0 -20px;
}

#sec3 .set2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 7vw -20px 0 0;
}

#sec3 .set3 {
  margin-top: 12vw;
  text-align: center;
}

#sec3 .set3 .ttl {
  position: relative;
  z-index: 1;
}

#sec3 .set3 .img {
  margin: -18vw 0 -3vw;
}

#sec3 .set3 .txtnote {
  opacity: 0.6;
}

#sec4 {
  padding: 15vw 0;
  position: relative;
  z-index: 0;
}

#sec4::before {
  content: "";
  width: 100vw;
  height: 200vw;
  background: url("../img/takeout/deco4.png") 0 0/contain no-repeat;
  position: absolute;
  top: -15vw;
  left: 0;
  z-index: -1;
}

#sec4 .slider .slide {
  text-align: center;
}

#sec4 .slider .slide h3.ttl {
  margin-top: 15vw;
}

#sec4 .slider .slide .img {
  margin: 0 8vw;
}

#sec4 .slider .slide hr {
  margin-top: 5vw;
  border: 0;
  border-top: 2px solid;
}

#sec4 .slider .slick-dots {
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 48vw;
  left: 0;
}

#sec4 .slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

#sec4 .slider .slick-dots li button {
  width: 15vw;
  height: auto;
  padding-top: 72%;
  background: center/cover no-repeat;
  border: 0;
  border-radius: 0;
}

#sec4 .slider .slick-dots li.slick-active {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

#sec4 .set1 .txt {
  margin-top: 7vw;
}

#sec4 .set2 {
  margin-top: 10vw;
}

#sec5 {
  padding: 44vw 0 20vw;
  background: url("../img/takeout/sec5_bgi.png") center top/100% no-repeat, #000;
  color: #fff;
}

#sec5 h2.ttl {
  margin-bottom: 15vw;
}

#sec5 dl {
  padding-bottom: 3vw;
  border-bottom: 1px solid;
  text-align: center;
}

#sec5 dl+dl {
  margin-top: 5vw;
}

#sec6 {
  padding: 20vw 0;
}

#sec6 h2.ttl {
  position: relative;
  z-index: 1;
}

#sec6 .img {
  margin-top: -15vw;
  position: relative;
  z-index: 0;
}

#sec6 .img::before {
  content: "";
  width: 25vw;
  height: 20vw;
  background: url("../img/takeout/deco5.png") 0 0/contain no-repeat;
  position: absolute;
  bottom: 3vw;
  right: 0;
  z-index: -1;
}

#sec6 hr {
  margin-top: 5vw;
  border: 0;
  border-top: 3px solid;
}

#sec6 .txt,
#sec6 .txtnote {
  margin-top: 5vw;
}

#sec6 .txtnote {
  opacity: 0.6;
}

#sec6 .btn {
  margin-top: 10vw;
}

#sec7 {
  padding: 20vw 0;
  border-top: 8px solid;
  position: relative;
  z-index: 0;
}

#sec7::before {
  content: "";
  width: 50vw;
  height: 200vw;
  background: url("../img/takeout/deco2.png") 0 0/100% no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

#sec7 .contactbox {
  margin-top: 10vw;
}

#sec7 .contactbox .tel {
  margin-top: 0;
}

#sec7 .flow {
  padding: 0 0 7vw 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}

#sec7 .flow::before {
  content: "";
  border-left: 2px solid;
  position: absolute;
  inset: 28px auto -6px 4px;
  z-index: -1;
}

#sec7 .flow::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 100%;
  outline: 1px dashed #000;
  outline-offset: 5px;
  position: absolute;
  top: 12px;
  left: 0;
}

#sec7 .flow .flow__ttl {
  margin-bottom: 3vw;
  font-weight: 700;
  font-size: 6vw;
  letter-spacing: 0;
}

#sec7 .flow .flow__ttl small {
  font-size: 5vw;
}

#sec7 .flow dl {
  margin-top: 7vw;
  padding: 7vw 3vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
}

#sec7 .flow dl dt img {
  width: 80%;
}

#sec7 .flow dl dd {
  margin-top: 3vw;
}

#sec7 .flow dl dd:nth-of-type(1) {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
}

#sec7 .flow dl dd:nth-of-type(2) {
  margin-top: 3vw;
}

#sec7 .flow.last {
  padding-bottom: 15vw;
}

#sec7 .flow.last .arrow {
  width: 20px;
  position: absolute;
  bottom: -10px;
  left: -5px;
}

#sec7 .set {
  margin-top: 15vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sec7 .set h3.ttl {
  width: 10vw;
  margin-top: 2vw;
}

#sec7 .set .gr1 {
  width: 18%;
}

#sec7 .set .gr2 {
  width: 82%;
}

#sec8 {
  padding: 10vw 0 15vw;
  background: #000;
  color: #fff;
}

#sec8 .qna .question {
  padding-left: 25px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  position: relative;
}

#sec8 .qna .question::before {
  content: "Q、";
  position: absolute;
  top: 0;
  left: 0;
}

#sec8 .qna .answer {
  padding-left: 25px;
  position: relative;
}

#sec8 .qna .answer::before {
  content: "A、";
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  left: 0;
}

#sec8 .toggle {
  padding-top: 15px;
  border-bottom: 2px solid;
}

#sec8 .toggle .toggle-link {
  padding-bottom: 15px;
  padding-right: 40px;
  position: relative;
}

#sec8 .toggle .toggle-link::after {
  content: "";
  width: 24px;
  height: 24px;
  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 34.5 34.5'%3E%3Cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M21.201,13.485 L17.500,18.030 L13.799,13.485 '/%3E%3Cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M21.201,17.485 L17.500,22.030 L13.799,17.485 '/%3E%3C/svg%3E") center no-repeat, #fff;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#sec8 .toggle .toggle-main {
  padding-bottom: 15px;
}

#sec8 .toggle.active .toggle-link::after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

#sec8 .gr {
  margin-top: 3vw;
}

.f-c {
  flex-flow: column;
}