<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer {
  margin-top: 0;
}

#key {
  background-image: url("../img/takeout/key.jpg");
}

#sec1 {
  margin-top: 15vw;
}

#sec1 .wrap::before {
  content: '';
  width: 70vw;
  height: 50vw;
  background: url("../img/shared/deco2.png") 0 0/contain no-repeat;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  position: absolute;
  top: -15vw;
  left: -1vw;
}

#sec1 h2.ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

#sec1 h2.ttl span {
  margin-left: 7px;
  padding: 5vw 0;
  background: #bec58d;
  font-weight: bold;
  font-size: 7vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#sec1 .gr .img {
  margin: -20vw -2vw 0;
}

#sec1 .txtbox [class^="img"] {
  margin-top: 5vw;
}

#sec1 .txtbox .txt {
  margin-top: 5vw;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  #sec1 .txtbox .txt br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #sec1 {
    margin-top: 161px;
  }
  #sec1 .wrap::before {
    width: 521px;
    height: 262px;
    top: -110px;
    left: -250px;
  }
  #sec1 h2.ttl {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: -12px;
  }
  #sec1 h2.ttl span {
    margin-left: 15px;
    padding-top: 16px;
    font-size: 40px;
    line-height: 54px;
  }
  #sec1 h2.ttl span:nth-child(1) {
    padding-bottom: 9px;
  }
  #sec1 h2.ttl span:nth-child(2) {
    padding-bottom: 19px;
  }
  #sec1 h2.ttl span:nth-child(3) {
    padding-bottom: 9px;
  }
  #sec1 .gr {
    position: relative;
  }
  #sec1 .gr .img {
    margin: 0;
    position: absolute;
    top: -72px;
    right: -250px;
  }
  #sec1 .txtbox {
    margin-top: 139px;
    position: relative;
  }
  #sec1 .txtbox::before {
    content: '';
    width: 521px;
    height: 262px;
    background: url("../img/shared/deco2.png") 0 0/contain no-repeat;
    position: absolute;
    bottom: -73px;
    right: -52px;
  }
  #sec1 .txtbox .txt {
    width: 615px;
    margin: 0 0 0 3px;
    letter-spacing: 0.13em;
    text-align: left;
  }
  #sec1 .txtbox .img1 {
    margin-top: 0;
    position: absolute;
    top: 4px;
    right: -250px;
  }
  #sec1 .txtbox .img2 {
    width: auto;
    margin: 57px 0 0 2px;
  }
}

#sec2 {
  margin-top: 15vw;
}

#sec2 .wrap::before {
  content: '';
  width: 70vw;
  height: 50vw;
  background: url("../img/shared/deco1.png") 0 0/contain no-repeat;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  position: absolute;
  top: -6vw;
  left: 0;
}

#sec2 h2.ttl {
  font-weight: bold;
  font-size: 7vw;
  letter-spacing: 0;
  text-align: center;
}

#sec2 .set [class^="txtbox"] {
  padding: 10vw 3vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/shared/pattern2.jpg");
  position: relative;
}

#sec2 .set [class^="txtbox"]::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #cec7a9;
  position: absolute;
  top: 8px;
  left: 10px;
  z-index: -1;
}

#sec2 .set [class^="txtbox"] h3.ttl {
  font-size: 6vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

#sec2 .set [class^="txtbox"] h3.ttl span {
  padding: 6px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

#sec2 .set [class^="txtbox"] .txt {
  text-align: justify;
}

@media screen and (max-width: 767px) {
  #sec2 .set {
    margin-left: -5px;
  }
  #sec2 .set [class^="txtbox"] .txt br {
    display: none;
  }
  #sec2 .slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #sec2 .slider .slick-slide {
    height: inherit;
    padding: 5vw 8vw;
  }
  #sec2 .slider .slick-slide &gt; div, #sec2 .slider .slick-slide [class^="txtbox"] {
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  #sec2 {
    margin-top: 135px;
  }
  #sec2 .wrap::before {
    width: 386px;
    height: 194px;
    top: -13px;
    left: -121px;
  }
  #sec2 h2.ttl {
    margin-left: 23px;
    font-size: 48px;
    line-height: 76px;
  }
  #sec2 .set {
    width: 996px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 31px 0 0 9px;
  }
  #sec2 .set [class^="txtbox"] {
    width: 276px;
  }
  #sec2 .set [class^="txtbox"]::before {
    top: 8px;
    left: 10px;
  }
  #sec2 .set [class^="txtbox"] h3.ttl {
    font-size: 30px;
    line-height: 44px;
  }
  #sec2 .set [class^="txtbox"] .txt {
    line-height: 28px;
  }
  #sec2 .set .txtbox1 {
    padding: 54px 29px 41px 25px;
  }
  #sec2 .set .txtbox1 .txt {
    margin-top: 20px;
  }
  #sec2 .set .txtbox2 {
    margin-top: 51px;
    padding: 73px 29px 43px 25px;
  }
  #sec2 .set .txtbox2 .txt {
    margin-top: 38px;
  }
  #sec2 .set .txtbox3 {
    padding: 102px 29px 41px 25px;
  }
  #sec2 .set .txtbox3 .txt {
    margin-top: 71px;
  }
}

#sec3 {
  margin-top: 30vw;
}

#sec3 [class^="set"] {
  margin-top: 10vw;
}

#sec3 [class^="set"] h2.ttl {
  margin-left: -7vw;
  background: #fff;
  font-weight: bold;
  font-size: 6vw;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 5px 0 5px 7vw;
  position: relative;
  z-index: 1;
}

#sec3 [class^="set"] .txtbox {
  padding: 5vw 3vw;
}

#sec3 [class^="set"] .txtbox .txt {
  margin-top: 5vw;
}

@media screen and (max-width: 767px) {
  #sec3 [class^="set"] {
    background: url("../img/shared/pattern4.jpg");
  }
  #sec3 [class^="set"] .txtbox .txt br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #sec3 {
    margin-top: 105px;
  }
  #sec3 [class^="set"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    position: relative;
  }
  #sec3 [class^="set"]::before {
    content: '';
    width: 150vw;
    background: url("../img/shared/pattern4.jpg");
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  #sec3 [class^="set"] h2.ttl {
    margin: 0;
    font-size: 33px;
    line-height: 47px;
    letter-spacing: 0.1em;
  }
  #sec3 [class^="set"] .txtbox {
    padding: 0;
  }
  #sec3 [class^="set"] .img {
    width: 622px;
  }
  #sec3 .set1 {
    width: 1075px;
    padding: 50px 0 50px;
  }
  #sec3 .set1::before {
    right: -47px;
  }
  #sec3 .set1 h2.ttl {
    margin-right: -49px;
    padding: 0 0 0 17px;
    line-height: 62px;
  }
  #sec3 .set1 .txtbox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 453px;
    margin-top: 73px;
  }
  #sec3 .set1 .txtbox .txt {
    width: 400px;
    margin: 36px 0 0 2px;
    text-align: justify;
  }
  #sec3 .set1 .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #sec3 .set2 {
    width: 1070px;
    margin: 60px 0 0 -135px;
    padding: 52px 0 48px;
  }
  #sec3 .set2::before {
    right: -50vw;
  }
  #sec3 .set2 h2.ttl {
    margin: 0 -7px 0 -48px;
    padding: 0 0 0 18px;
    line-height: 62px;
    letter-spacing: 0.07em;
  }
  #sec3 .set2 .txtbox {
    width: 448px;
    margin-top: 73px;
  }
  #sec3 .set2 .txtbox .txt {
    width: 415px;
    margin: 35px -5px 0 40px;
  }
}

@media screen and (min-width: 1200px) {
  #sec3 .set2 {
    margin-left: -70px;
  }
}

#sec4 {
  margin-top: 15vw;
}

#sec4 .wrap::before {
  content: '';
  width: 45vw;
  height: 30vw;
  background: url("../img/shared/deco1.png") 0 0/contain no-repeat;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  position: absolute;
  top: -15vw;
  left: -5vw;
  z-index: -1;
}

#sec4 .wrap::after {
  content: '';
  width: 40vw;
  height: 30vw;
  background: url("../img/shared/deco1.png") 0 0/contain no-repeat;
  position: absolute;
  top: 11vw;
  right: -5vw;
  z-index: -1;
}

#sec4 h2.ttl {
  font-weight: bold;
  font-size: 7vw;
  letter-spacing: 0.2em;
}

#sec4 .txtnote {
  margin-top: 5vw;
  text-align: center;
  letter-spacing: 0.15em;
}

#sec4 .slider {
  margin-top: 5vw;
}

#sec4 .slider [class^="set"] .txtbox {
  margin-top: 5vw;
}

#sec4 .slider [class^="set"] .txtbox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
}

#sec4 .slider [class^="set"] .txtbox dl dt {
  letter-spacing: -1px;
}

#sec4 .slider [class^="set"] .txtbox dl dd {
  margin-left: auto;
  letter-spacing: 0.07em;
  text-align: right;
}

#sec4 .slider [class^="set"] .txtbox dl dd .suffix {
  font-size: 18px;
  letter-spacing: 0.07em;
}

#sec4 .slider [class^="set"] .txtbox .txt {
  margin-top: 3vw;
}

#sec4 .slider .slick-dots {
  margin-top: 5vw;
  position: relative;
}

#sec4 .slider .slick-dots li {
  width: 22vw;
  height: 13vw;
  margin: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#sec4 .slider .slick-dots li:nth-child(1) {
  background-image: url("../img/takeout/s4-i1-thumb.jpg");
}

#sec4 .slider .slick-dots li:nth-child(2) {
  background-image: url("../img/takeout/s4-i2-thumb.jpg");
}

#sec4 .slider .slick-dots li:nth-child(3) {
  background-image: url("../img/takeout/s4-i3-thumb.jpg");
}

#sec4 .slider .slick-dots li:nth-child(4) {
  background-image: url("../img/takeout/s4-i4-thumb.jpg");
}

#sec4 .slider .slick-dots li::before {
  content: '';
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

#sec4 .slider .slick-dots li button {
  display: none;
}

#sec4 .slider .slick-dots li.slick-active::before {
  opacity: 0;
}

#sec4 .btn-link {
  margin-top: 20vw;
  text-align: center;
}

#sec4 .btn-link .btn-style1 {
  margin-left: -13vw;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  font-size: 18px;
  letter-spacing: -1px;
}

#sec4 .btn-link .btn-style1::before, #sec4 .btn-link .btn-style1::after {
  top: -3vw;
  right: -19vw;
}

@media screen and (max-width: 767px) {
  #sec4 .slider [class^="set"] .txtbox .txt br {
    display: none;
  }
  #sec4 .slider .slick-dots {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  #sec4 {
    margin-top: 127px;
  }
  #sec4 .wrap::before {
    content: '';
    width: 386px;
    height: 194px;
    background: url("../img/shared/deco1.png") 0 0/contain no-repeat;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    position: absolute;
    top: -120px;
    left: -130px;
    z-index: -1;
  }
  #sec4 .wrap::after {
    content: '';
    width: 386px;
    height: 194px;
    background: url("../img/shared/deco1.png") 0 0/contain no-repeat;
    position: absolute;
    top: 10px;
    right: -130px;
    z-index: -1;
  }
  #sec4 h2.ttl {
    font-size: 46px;
    line-height: 64px;
  }
  #sec4 h2.ttl span::before {
    bottom: -14px;
  }
  #sec4 .txtnote {
    margin: 34px 0 0 10px;
  }
  #sec4 .slider {
    margin-top: 36px;
  }
  #sec4 .slider [class^="set"] .txtbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 21px;
  }
  #sec4 .slider [class^="set"] .txtbox dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 32px;
  }
  #sec4 .slider [class^="set"] .txtbox dl dd {
    margin-left: 35px;
  }
  #sec4 .slider [class^="set"] .txtbox dl dd .suffix {
    font-size: 22px;
  }
  #sec4 .slider [class^="set"] .txtbox .txt {
    width: 500px;
    margin: 0 20px 0 auto;
  }
  #sec4 .slider .slick-dots {
    width: 187px;
    display: block !important;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
  }
  #sec4 .slider .slick-dots li {
    width: 187px;
    height: 130px;
  }
  #sec4 .slider .slick-dots li + li {
    margin-top: 8px;
  }
  #sec4 .slider .slick-dots li:nth-child(2) {
    margin-top: 13px;
  }
  #sec4 .btn-link {
    margin-top: 70px;
  }
  #sec4 .btn-link .btn-style1 {
    margin-left: -90px;
    padding-bottom: 22px;
    border-bottom: 1px solid #000;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: -1px;
  }
  #sec4 .btn-link .btn-style1::before, #sec4 .btn-link .btn-style1::after {
    top: -21px;
    right: -105px;
  }
  #sec4:not(.is-ipad) .slider .slick-dots li:not(.slick-active):hover::before {
    opacity: 0.6;
  }
}

@media screen and (min-width: 1200px) {
  #sec4 .slider [class^="set"] .txtbox .txt {
    margin-right: 0;
  }
  #sec4 .slider .set1 .txtbox .txt {
    width: 545px;
    margin-right: 20px;
  }
  #sec4 .slider .set2 .txtbox .txt {
    width: 550px;
  }
  #sec4 .slider .set3 .txtbox .txt {
    width: 510px;
  }
  #sec4 .slider .set4 .txtbox .txt {
    width: 510px;
  }
}

#sec5 {
  margin-top: 15vw;
  padding-top: 15vw;
  background: url("../img/shared/pattern2.jpg");
}

#sec5 h2.ttl {
  font-weight: bold;
  font-size: 7vw;
  letter-spacing: 0.2em;
  position: relative;
}

#sec5 h2.ttl::before {
  content: '';
  width: 18vw;
  height: 12vw;
  background: url("../img/takeout/s5-deco.png") 0 0/contain no-repeat;
  position: absolute;
  top: -6vw;
  left: 12vw;
}

#sec5 h2.ttl span::before {
  bottom: -3px;
}

#sec5 [class^="set"] {
  background: #fff;
  position: relative;
}

#sec5 [class^="set"] + [class^="set"] {
  margin-top: 15vw;
}

#sec5 [class^="set"]:not(:last-child)::before {
  content: '';
  width: 22px;
  height: 15px;
  background: url("../img/takeout/s5-arrow.png") 0 0/contain no-repeat;
  position: absolute;
  bottom: -10vw;
  left: calc(50% - 8px);
}

#sec5 [class^="set"] h3.ttl {
  padding: 5px 0;
  background: #9e8f3d;
  font-size: 5vw;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
}

#sec5 [class^="set"] .txtbox {
  padding: 5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sec5 .set1 {
  margin-top: 10vw;
}

#sec5 .set1 h3.ttl {
  letter-spacing: 0.05em;
}

#sec5 .set1 .txtbox .tel dt {
  border-bottom: 1px solid #000;
  font-size: 28px;
  letter-spacing: 0;
  text-align: center;
}

#sec5 .set1 .txtbox .tel dt span {
  position: relative;
}

#sec5 .set1 .txtbox .tel dt span::before {
  content: '';
  width: 15px;
  height: 24px;
  background: url("../img/takeout/s5-phone.png") 0 0/contain no-repeat;
  position: absolute;
  top: 12px;
  left: -20px;
}

#sec5 .set1 .txtbox .tel dd {
  margin-top: 3vw;
  font-size: 16px;
  letter-spacing: 0;
}

#sec5 .set1 .txtbox .txtnote {
  letter-spacing: 0.05em;
}

#sec5 .set2 .txtbox {
  text-align: center;
}

#sec5 .set2 .txtbox .txt {
  font-size: 16px;
}

#sec5 .set2 .txtbox dl {
  font-size: 18px;
  line-height: 1.5;
}

#sec5 .set2 .txtbox dl dt {
  font-size: 16px;
}

#sec5 .set2 .txtbox dl dt span {
  padding: 0px 10px 3px;
  background: #6b6b6b;
  color: #fff;
}

#sec5 .set2 .txtbox dl dd {
  margin-top: 5px;
  letter-spacing: -0.05px;
}

#sec5 .set3 .txtbox {
  text-align: center;
}

#sec5 .set3 .txtbox .txt {
  font-size: 16px;
}

#sec5 .set3 .txtbox dl {
  font-size: 16px;
}

#sec5 .set3 .txtbox dl dt span {
  padding: 0 5px 4px;
  background: #6b6b6b;
  color: #fff;
}

#sec5 .set3 .txtbox dl dd {
  letter-spacing: 0.11em;
}

@media screen and (max-width: 767px) {
  #sec5 [class^="set"] .txtbox .txt br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #sec5 {
    margin-top: 140px;
    padding-top: 132px;
  }
  #sec5 h2.ttl {
    margin-left: -48px;
    font-size: 50px;
    line-height: 75px;
  }
  #sec5 h2.ttl::before {
    width: 103px;
    height: 64px;
    top: -35px;
    left: 295px;
  }
  #sec5 h2.ttl span::before {
    bottom: -11px;
  }
  #sec5 [class^="set"]:not(:last-child)::before {
    width: 41px;
    height: 27px;
    bottom: -46px;
    left: calc(50% - 20px);
  }
  #sec5 [class^="set"] h3.ttl {
    font-size: 40px;
    line-height: 46px;
  }
  #sec5 .set1 {
    margin-top: 66px;
  }
  #sec5 .set1 h3.ttl {
    padding: 11px 28px 13px 0;
    letter-spacing: 0.05em;
  }
  #sec5 .set1 .txtbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 31px 15px 38px 36px;
  }
  #sec5 .set1 .txtbox .tel {
    width: 466px;
  }
  #sec5 .set1 .txtbox .tel dt {
    padding: 0 0 17px 22px;
    border-bottom: 1px solid #000;
    font-size: 49px;
    line-height: 59px;
    letter-spacing: 0;
    text-align: center;
    position: relative;
  }
  #sec5 .set1 .txtbox .tel dt span::before {
    width: 30px;
    height: 44px;
    top: 21px;
    left: -28px;
  }
  #sec5 .set1 .txtbox .tel dd {
    margin: 16px 0px 0 -14px;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.2em;
  }
  #sec5 .set1 .txtbox .txtnote {
    width: 437px;
    margin-top: 5px;
    line-height: 24px;
  }
  #sec5 .set2 {
    margin-top: 65px !important;
  }
  #sec5 .set2 h3.ttl {
    padding: 11px 28px 13px 0;
    letter-spacing: 0.05em;
  }
  #sec5 .set2 .txtbox {
    padding: 30px 10px 40px;
  }
  #sec5 .set2 .txtbox .txt {
    margin-left: -29px;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.12em;
  }
  #sec5 .set2 .txtbox dl {
    margin-top: 8px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2em;
  }
  #sec5 .set2 .txtbox dl dt {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.1em;
  }
  #sec5 .set2 .txtbox dl dt span {
    padding: 0px 10px 3px;
  }
  #sec5 .set2 .txtbox dl dd {
    margin: 5px 0 0 -44px;
    letter-spacing: 0.2em;
  }
  #sec5 .set3 {
    margin-top: 66px !important;
  }
  #sec5 .set3 h3.ttl {
    padding: 11px 28px 13px 0;
    letter-spacing: 0.05em;
  }
  #sec5 .set3 .txtbox {
    padding: 27px 10px 40px;
  }
  #sec5 .set3 .txtbox .txt {
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0.1em;
  }
  #sec5 .set3 .txtbox dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 23px 0 0 52px;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.2em;
    text-align: left;
  }
  #sec5 .set3 .txtbox dl dt {
    margin-top: 0;
    letter-spacing: 0.1em;
  }
  #sec5 .set3 .txtbox dl dt ~ dt {
    margin-left: 53px;
  }
  #sec5 .set3 .txtbox dl dt span {
    padding: 0 0px 4px 7px;
  }
  #sec5 .set3 .txtbox dl dd {
    margin: -5px 0 0 10px;
  }
}

#sec6 {
  padding: 15vw 0;
  background: url("../img/shared/pattern2.jpg");
}

#sec6 .set1 {
  padding: 8vw 5vw;
  background: #f5eee4;
}

#sec6 .set1 h2.ttl {
  font-weight: bold;
  font-size: 7vw;
  letter-spacing: -3px;
}

#sec6 .set1 .gr1 .txt {
  margin-top: 5vw;
}

#sec6 .set1 .gr1 .btn-link {
  margin-top: 5vw;
}

#sec6 .set1 .gr1 .btn-link a {
  display: block;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  font-size: 18px;
  letter-spacing: 0.2em;
  text-align: center;
  text-decoration: none;
  position: relative;
}

#sec6 .set1 .gr1 .btn-link a::before {
  content: '';
  width: 9px;
  height: 15px;
  background: url("../img/takeout/s6-arrow.png") 0 0/contain no-repeat;
  position: absolute;
  top: 17px;
  right: 15px;
}

#sec6 .set1 .gr1 .btn-link a:hover {
  opacity: .7;
}

#sec6 .set1 .gr1 .tel {
  margin-top: 5vw;
  font-size: 28px;
  letter-spacing: -1px;
  text-align: center;
}

#sec6 .set1 .gr1 .tel span {
  position: relative;
}

#sec6 .set1 .gr1 .tel span::before {
  content: '';
  width: 16px;
  height: 23px;
  background: url("../img/takeout/s6-phone.png") 0 0/contain no-repeat;
  position: absolute;
  top: 12px;
  left: -20px;
}

#sec6 .set1 .gr2 {
  margin-top: 6vw;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
}

#sec6 .set1 .gr2 dl {
  font-size: 15px;
  letter-spacing: 0.1em;
}

#sec6 .set1 .gr2 dl + dl {
  margin-top: 3vw;
}

#sec6 .set1 .gr2 dl dt {
  margin-left: -8px;
}

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

#sec6 .set2 h3.ttl {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-weight: bold;
  font-size: 6vw;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}

#sec6 .set2 .txtbox {
  margin-top: 5vw;
}

#sec6 .set2 .txtbox .gr1, #sec6 .set2 .txtbox .gr2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sec6 .set2 .txtbox .gr1 dl, #sec6 .set2 .txtbox .gr2 dl {
  font-size: 15px;
}

#sec6 .set2 .txtbox .gr1 dl + dl, #sec6 .set2 .txtbox .gr2 dl + dl {
  margin-top: 3vw;
}

#sec6 .set2 .txtbox .gr2 {
  margin-top: 3vw;
}

@media screen and (max-width: 767px) {
  #sec6 [class^="set"] .txtbox .txt br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #sec6 {
    padding: 60px 0 106px;
  }
  #sec6 .set1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 47px 42px 43px 43px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #f5eee4;
  }
  #sec6 .set1 h2.ttl {
    font-weight: bold;
    font-size: 42px;
    line-height: 44px;
    letter-spacing: -3px;
  }
  #sec6 .set1 h2.ttl span::before {
    bottom: -19px;
  }
  #sec6 .set1 .gr1 {
    width: 457px;
    margin-top: 16px;
  }
  #sec6 .set1 .gr1 .txt {
    width: 457px;
    margin: 54px 0 0 0;
    line-height: 28px;
  }
  #sec6 .set1 .gr1 .btn-link {
    margin: 37px 0 0 33px;
  }
  #sec6 .set1 .gr1 .btn-link a {
    display: inline-block;
    width: 364px;
    padding: 14px 0 15px;
    font-size: 20px;
    line-height: 28px;
  }
  #sec6 .set1 .gr1 .btn-link a::before {
    top: 23px;
    right: 31px;
  }
  #sec6 .set1 .gr1 .tel {
    margin: 31px 0 0 19px;
    font-size: 49px;
    line-height: 59px;
  }
  #sec6 .set1 .gr1 .tel span::before {
    width: 30px;
    height: 44px;
    top: 21px;
    left: -34px;
  }
  #sec6 .set1 .gr2 {
    width: 434px;
    margin-top: 0;
    padding: 26px 10px 29px 37px;
  }
  #sec6 .set1 .gr2 dl {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1em;
  }
  #sec6 .set1 .gr2 dl + dl {
    margin-top: 10px;
  }
  #sec6 .set1 .gr2 dl dt {
    margin-left: -8px;
  }
  #sec6 .set2 {
    margin-top: 65px;
  }
  #sec6 .set2 h3.ttl {
    font-size: 32px;
    line-height: 48px;
  }
  #sec6 .set2 .txtbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 53px;
  }
  #sec6 .set2 .txtbox .gr1, #sec6 .set2 .txtbox .gr2 {
    width: 500px;
  }
  #sec6 .set2 .txtbox .gr1 dl, #sec6 .set2 .txtbox .gr2 dl {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.15em;
  }
  #sec6 .set2 .txtbox .gr1 dl + dl, #sec6 .set2 .txtbox .gr2 dl + dl {
    margin-top: 22px;
  }
  #sec6 .set2 .txtbox .gr2 {
    margin-top: 0;
    padding-right: 30px;
  }
}

@media screen and (min-width: 1200px) {
  #sec6 .set2 .txtbox .gr2 {
    padding: 0 0 0 34px;
  }
}</pre></body></html>