body {
  background: url("../img/delivery/bd_bg.jpg");
}

main {
  overflow: hidden;
}

.ttl-style-1 {
  font-size: 6vw;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
.ttl-style-1::before {
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  margin: 0 auto 10px;
  background: url("../img/delivery/deco1.png") 0 0/contain no-repeat;
}
@media only screen and (min-width: 768px) {
  .ttl-style-1 {
    font-size: 30px;
    text-align: left;
    white-space: nowrap;
  }
  .ttl-style-1::before {
    width: 27px;
    height: 27px;
    display: inline-block;
    margin-bottom: 21px;
  }
  .ttl-style-1 > span::after {
    content: "";
    width: 1px;
    height: 393px;
    border-left: 1px solid;
    display: inline-block;
    margin: 22px auto 0;
  }
}

.ttl-style-2 {
  font-size: 5vw;
  line-height: 1.2;
  text-align: center;
}
.ttl-style-2 > span {
  display: inline-block;
  padding: 0 10vw;
  position: relative;
  z-index: 0;
}
.ttl-style-2 > span::before {
  content: "";
  position: absolute;
  border-left: 2px solid #a29651;
  border-right: 2px solid #a29651;
  inset: 5px 0 5px;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .ttl-style-2 {
    font-size: 26px;
  }
  .ttl-style-2 > span {
    padding: 0 50px;
  }
  .ttl-style-2 > span::before {
    border-left-width: 4px;
    border-right-width: 4px;
    inset: 7px 0 3px;
  }
}
.linebnr{
  text-align: center;
  width:80%;
  margin:40px auto;
  }
#lead {
  padding: 20vw 0;
}
#lead h2.ttl {
  text-align: center;
}
#lead h2.ttl img {
  width: 20vw;
}
#lead #leadVideo {
  width: 100%;
  padding-top: 177%;
  position: relative;
}
#lead .set1 {
  margin-top: 10vw;
}
#lead .set1 .ttlbox {
  position: relative;
}
#lead .set1 .ttlbox::before {
  content: "";
  width: 75vw;
  height: 47vw;
  background: url("../img/delivery/lead_deco.png") 0 0/contain no-repeat;
  position: absolute;
  bottom: -3vw;
  right: -5vw;
}
#lead .set1 .imgbox {
  margin-top: 10vw;
}
#lead .set1 .imgbox .ttl {
  margin-top: 5vw;
  text-align: center;
  position: relative;
  z-index: 0;
}
#lead .set1 .imgbox .ttl::before {
  content: '';
  width: 70vw;
  height: 50vw;
  background: url('../img/delivery/pattern1.jpg');
  position: absolute;
  top: -15vw;
  left: 9vw;
  z-index: -1;
}
#lead .set1 .imgbox .ttl img {
  width: 30vw;
}
#lead .set1 .imgbox .img {
  margin-left: -5vw;
  position: relative;
  z-index: 1;
}
#lead .set2 {
  margin-top: 5vw;
}
#lead .set2 .imgbox .img {
  margin-right: -5vw;
}
#lead .set2 .txtbox {
  margin-top: 10vw;
}
@media only screen and (min-width: 768px) {
  .linebnr{
  width:100%;
  margin:80px auto;
  }
  #lead {
    padding: 101px 0 156px;
  }
  #lead h2.ttl {
    text-align: right;
  }
  #lead h2.ttl img {
    width: auto;
  }
  #lead #leadVideo {
    width: auto;
    margin: 0 -30px;
    padding-top: 59.6%;
  }
  #lead .set1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 88px;
  }
  #lead .set1 .ttlbox {
    padding: 0 47px;
  }
  #lead .set1 .ttlbox::before {
    width: 434px;
    height: 263px;
    bottom: -53px;
    right: -221px;
  }
  #lead .set1 .imgbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 46px;
  }
  #lead .set1 .imgbox .ttl {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin: 0 0 -18px 83px;
    text-align: left;
  }
  #lead .set1 .imgbox .ttl::before {
    width: 368px;
    height: 356px;
    top: -92px;
    left: -138px;
  }
  #lead .set1 .imgbox .ttl img {
    width: auto;
  }
  #lead .set1 .imgbox .img {
    margin-left: -133px;
  }
  #lead .set2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 56px;
  }
  #lead .set2 .imgbox .img {
    margin-left: -6px;
  }
  #lead .set2 .txtbox {
    width: 425px;
    margin: 117px -75px 0 0;
  }
}

#point h2.ttl {
  text-align: right;
}
#point h2.ttl img {
  width: 20vw;
}
#point .set .txtbox {
  margin-top: 10vw;
}
@media only screen and (max-width: 767px) {
  #point .set .ttlbox {
    margin: 0 -5vw;
    padding: 15vw 5%;
    background: url("../img/delivery/point_bgi.jpg") center/cover no-repeat;
    position: relative;
  }
  #point .set .ttlbox::before {
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(#181819));
    background: linear-gradient(to right, transparent, #181819);
    opacity: 0.78;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  #point {
    padding: 177px 0 133px;
    background: url("../img/delivery/point_bgi.jpg") center/cover no-repeat;
    color: #fff;
    position: relative;
    z-index: 0;
  }
  #point::before {
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(#181819));
    background: linear-gradient(to right, transparent, #181819);
    opacity: 0.78;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  #point .wrap {
    width: 100%;
    max-width: 1280px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #point h2.ttl {
    text-align: center;
  }
  #point h2.ttl img {
    width: auto;
  }
  #point .set {
    width: 325px;
    margin-left: auto;
  }
  #point .set .txtbox {
    margin-top: 85px;
  }
}

#sushi {
  height: 90vh;
  padding: 10vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: flex-start;
}
#sushi .txtnote {
  text-align: center;
}
#sushi .box-style {
  width: 70vw;
  padding: 5vw 5px 0;
  background: url("../img/delivery/pattern4.jpg");
  border: 8px solid #4a4640;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-align: center;
  position: relative;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0.1;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 1s ease;
  transition: opacity 0.4s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.4s ease;
  transition: transform 1s ease, opacity 0.4s ease, -webkit-transform 1s ease;
}
#sushi .box-style.active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
#sushi .box-style .box__ttl {
  font-size: 6vw;
  line-height: 1.3;
}
#sushi .box-style .box__price {
  margin-top: 2vw;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#sushi .box-style .box__price .fzm {
  font-size: 16px;
  letter-spacing: 0.1em;
}
#sushi .box-style .box__price .fzb {
  font-size: 20px;
  letter-spacing: 0.1em;
}
#sushi .box-style .box__catch {
  margin-top: 3vw;
}
#sushi .box-style .box__catch > span {
  display: inline-block;
  padding: 5px 30px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, #dfd7c4), color-stop(85%, #dfd7c4), to(transparent));
  background: linear-gradient(to right, transparent, #dfd7c4 15%, #dfd7c4 85%, transparent);
  color: #000;
  line-height: 1.2;
}
#sushi .box-style .box__img {
  margin: 0vw -5px 0;
}
#sushi .box-style .box__cap {
  width: 80px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}
#sushi .box-style .box__note {
      background: #000;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 1;
    line-height: 29px;
    padding: 2px;
}
#sushi .list-sushi {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-column-gap: 5vw;
     -moz-column-gap: 5vw;
          column-gap: 5vw;
  margin-top: 6vw;
}
#sushi .pin-wrap {
  /* opacity: 0;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh); */
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  #sushi {
    padding: 62px 0;
  }
  #sushi .wrap {
    width: 100%;
    max-width: 1260px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sushi .txtnote {
    text-align: right;
    padding-right:50px;
  }
  #sushi .box-style {
    width: 543px;
    padding-top: 40px;
    border-width: 16px;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  #sushi .box-style .box__ttl {
    font-size: 50px;
  }
  #sushi .box-style .box__price {
    margin-top: 11px;
    font-size: 19px;
  }
  #sushi .box-style .box__price .fzm {
    font-size: 21px;
  }
  #sushi .box-style .box__price .fzb {
    font-size: 28px;
  }
  #sushi .box-style .box__catch {
    margin-top: 20px;
  }
  #sushi .box-style .box__catch > span {
    padding: 0 50px;
    line-height: 160%;
  }
  #sushi .box-style .box__img {
    margin-top: 29px;
  }
  #sushi .box-style .box__cap {
    width: auto;
    bottom: 13px;
    right: 7px;
  }
  #sushi .box-style .box__note {
    bottom: 11px;
    left: 15px;
    right: 15px;
  }
  #sushi .box2 .box__img {
    margin-right: -21px;
  }
  #sushi .list-sushi {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    margin-top: 40px;
  }
  #sushi .pin-wrap {
  /* -webkit-transform: translateY(300px);
          transform: translateY(300px); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #sushi .pin-wrap .panel1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
}
@media only screen and (min-width: 768px) and (min-height: 500px) and (max-height: 900px) {
  #sushi .box-style {
    padding-top: 10px;
    border-width: 8px;
  }
  #sushi .box-style .box__price {
    margin-top: 0;
  }
  #sushi .box-style .box__img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

#other {
  padding: 20vw 0;
}
#other .set1 .imgbox {
  margin-top: 10vw;
  position: relative;
}
#other .set1 .imgbox .img {
  position: relative;
}
#other .set1 .imgbox .img::after {
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#181819));
  background: linear-gradient(to right, transparent, #181819);
  opacity: 0.78;
  position: absolute;
  top: 0;
  right: 0;
}
#other .set1 .imgbox .img img {
  height: 80vw;
  -o-object-fit: cover;
     object-fit: cover;
}
#other .set1 .imgbox .ttl {
  position: absolute;
  top: 7vw;
  right: 5vw;
  z-index: 1;
}
#other .set1 .imgbox .ttl img {
  width: 20vw;
}
#other .set2 {
  margin-top: 5vw;
}
#other .set2 h3.ttl img {
  width: 50vw;
}
#other .set2 .imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5vw;
     -moz-column-gap: 5vw;
          column-gap: 5vw;
}
#other .set2 .txtbox {
  margin-top: 10vw;
}
#other .set2 .txtbox .txt {
  margin-top: 7vw;
}
#other .set3 {
  margin-top: 10vw;
}
#other .set3 h3.ttl {
  margin-top: 10vw;
}
#other .set3 h3.ttl img {
  width: 40vw;
}
#other .set3 .imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5vw;
     -moz-column-gap: 5vw;
          column-gap: 5vw;
}
#other .set3 .txtbox {
  margin-top: 5vw;
}
#other .set3 .txtbox .txt {
  margin-top: 7vw;
}
#other .btn-cus {
  width: 100%;
  max-width: 100%;
  margin: 10vw 0 0;
  background: #000;
  color: #fff;
}
#other .btn-cus a {
  max-width: 100%;
  text-align: center;
}
#other .btn-cus a::after {
  -webkit-filter: none;
          filter: none;
}
@media only screen and (min-width: 768px) {
  #other {
    padding: 120px 0 100px;
  }
  #other h2.ttl {
    min-width: 33px;
    min-height: 180px;
  }
  #other .set1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: -50px;
  }
  #other .set1 .ttlbox {
    width: 107px;
  }
  #other .set1 .imgbox {
    width: calc(100% - 107px);
    margin-top: 64px;
  }
  #other .set1 .imgbox .img::after {
    width: 33%;
  }
  #other .set1 .imgbox .img img {
    height: auto;
  }
  #other .set1 .imgbox .ttl {
    top: 83px;
    right: 170px;
  }
  #other .set1 .imgbox .ttl img {
    width: auto;
  }
  #other .set2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 67px;
  }
  #other .set2 h3.ttl img {
    width: auto;
  }
  #other .set2 .imgbox {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    width: 750px;
    margin-right: -101px;
  }
  #other .set2 .txtbox {
    width: 335px;
    margin: 34px 0 0 -4px;
  }
  #other .set2 .txtbox .txt {
    width: 320px;
    margin-top: 36px;
  }
  #other .set3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 120px;
  }
  #other .set3 h3.ttl {
    margin-top: 51px;
  }
  #other .set3 h3.ttl img {
    width: auto;
  }
  #other .set3 .imgbox {
    display: block;
  }
  #other .set3 .imgbox .img + .img {
    margin-top: 21px;
  }
  #other .set3 .txtbox {
    width: 512px;
    margin: 0 -55px 0 0;
  }
  #other .set3 .txtbox .img {
    margin: 0 -100px 0 -42px;
  }
  #other .set3 .txtbox .txt {
    margin-top: 35px;
  }
  #other .btn-cus {
    margin-top: 98px;
	  position: relative;
	  overflow: hidden;
  }
	 #other .btn-cus:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4e390f;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

	 #other .btn-cus:hover:before {
		    -webkit-transform: scale(2);
    transform: scale(2);
}
  #other .btn-cus a {
    padding: 18px 50px 19px;
    font-size: 24px;
  }
  #other .btn-cus a::after {
    width: 23px;
    height: 100%;
    background-position: center;
    top: 0;
    right: 70px;
  }
	#other .btn-cus a::before{
		display: none;
	}
	#other .btn-cus a span::before{
		display: none;
	}
	#other .btn-cus a::after{
		
	}
	
}
@media only screen and (min-width: 1200px) {
  #other .set1 {
    margin-right: -150px;
  }
}
@media only screen and (min-width: 1500px) {
  #other .set1 {
    margin: 0 -250px 0 -150px;
  }
}

#reserve {
  padding: 20vw 0;
  background: url("../img/delivery/pattern1.jpg");
}
#reserve h2.ttl {
  text-align: center;
}
#reserve h2.ttl img {
  width: 40vw;
}
#reserve dl.tel {
  text-align: center;
}
#reserve dl.tel dt {
  font-size: 16px;
}
#reserve dl.tel .tel-number {
  margin-top: 5px;
  font-size: 40px;
  letter-spacing: 0;
}
#reserve dl.tel .tel-number img {
  width: 40px;
  display: inline-block;
  margin: 0 5px 3px 0;
}
#reserve .btn-delivery a {
  width: 80%;
  display: inline-block;
  padding: 15px 5px;
  background: #2c2926;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
#reserve .btn-delivery a img {
  width: 20px;
  display: inline-block;
  margin: 0 15px 5px 0;
}
#reserve .qa + .qa {
  margin-top: 5vw;
}
#reserve .qa .question {
  padding: 5px 5px 5px 60px;
  font-size: 16px;
  letter-spacing: 0;
  background: #fff;
  position: relative;
}
#reserve .qa .question::before {
  content: "Q";
  width: 40px;
  height: 100%;
  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;
  background: #2c2926;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
#reserve .qa .answer {
  margin-top: 5px;
}
#reserve .set1 {
  margin-top: 10vw;
}
#reserve .set1 .txtbox {
  margin-top: 7vw;
  padding: 7vw 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
#reserve .set1 .txtbox dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

#reserve .set1 .txtbox dl + dl {
  margin-top: 20px;
}
#reserve .set1 .txtbox dl dt {
 flex: auto;
  padding: 0 10px;
  background: #000;
  border-radius: 99px;
  color: #fff;
  text-align: center;
}
#reserve .set1 .txtbox dl dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
#reserve .set1 .txt {
  margin-top: 5vw;
}
#reserve .set2 {
  margin-top: 10vw;
}
#reserve .set2 .txtbox {
  margin-top: 7vw;
  padding: 7vw 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
#reserve .set2 .txtbox .delivery {
  margin-top: 5vw;
  text-align: center;
}
#reserve .set2 .txtbox .delivery dt {
  font-size: 18px;
}
#reserve .set2 .txtbox .delivery dd {
  margin-top: 5vw;
}
#reserve .set2 .txt {
  margin-top: 5vw;
  margin-left:1em;
  text-indent: -1em;
}
#reserve .set3 {
  margin-top: 10vw;
}
#reserve .set3 .gr {
  margin-top: 7vw;
}
@media only screen and (min-width: 768px) {
  #reserve {
    padding: 89px 0 95px;
  }
  #reserve h2.ttl img {
    width: auto;
  }
  #reserve dl.tel {
    width: 50%;
  }
  #reserve dl.tel dt {
    font-size: 20px;
    margin-bottom:20px;
  }
  #reserve dl.tel .tel-number {
    margin-top: 5px;
    font-size: 55px;
  }
  #reserve dl.tel .tel-number img {
    width: auto;
    margin: 0 5px 3px 0;
  }
  #reserve dl.tel .tel-note {
    font-size: 18px;
  }
	#reserve .btn-delivery {
	    overflow: hidden;
    position: relative;
    background: #2c2926;
    width: 348px;
    margin: 0 auto;
	}
  #reserve .btn-delivery a {
    width: 338px;
    padding: 15px 5px;
    font-size: 23px;
	  background: none;
	  z-index: 10;
	  position: relative;
  }
	
	#reserve .btn-delivery:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ab3800;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

	#reserve .btn-delivery:hover:before {
		    -webkit-transform: scale(2);
    transform: scale(2);
}
  #reserve .btn-delivery a img {
    width: auto;
    margin: 0 20px 5px 0;
  }
  #reserve .qa + .qa {
    margin-top: 40px;
  }
  #reserve .qa .question {
    padding: 5px 5px 5px 100px;
    font-size: 20px;
  }
  #reserve .qa .question::before {
    width: 60px;
    font-size: 30px;
  }
  #reserve .qa .answer {
    margin-top: 10px;
    padding-left: 80px;
  }
  #reserve .set1 {
    margin-top: 54px;
  }
  #reserve .set1 .txtbox {
    margin-top: 30px;
    padding: 37px 20px 30px 47px;
  }
  #reserve .set1 .txtbox dl {
        -webkit-column-gap: 26px;
    -moz-column-gap: 26px;
    column-gap: 26px;
    font-size: 20px;
    letter-spacing: 0;
    flex-direction: row;
    text-align: left;
  }
  #reserve .set1 .txtbox dl + dl {
    margin-top: 17px;
  }
  #reserve .set1 .txtbox dl dt {
    -ms-flex-preferred-size: 157px;
        flex-basis: 157px;
    padding: 2px 10px 1px;
  }
  #reserve .set1 .txtbox dl small {
    font-size: 16px;
  }
  #reserve .set1 .txt {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  #reserve .set2 {
    margin-top: 60px;
  }
  #reserve .set2 .txtbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content:center;
    margin-top: 40px;
    padding: 30px 0 40px;
  }
  #reserve .set2 .txtbox .delivery {
    width: 50%;
    margin-top: 0;
  }
  #reserve .set2 .txtbox .delivery dt {
    font-size: 20px;
  }
  #reserve .set2 .txtbox .delivery dd {
    margin-top: 20px;
  }
  #reserve .set2 .txt {
    margin-top: 20px;
    text-align: center;
  }
  #reserve .set3 {
    margin-top: 80px;
  }
  #reserve .set3 .gr {
    margin-top: 40px;
  }
}