/*========================
  全体
========================*/
img {
  width: 100%;
  height: auto;
}

.mos-netorder-contents {
  width: 100%;
  height: auto;
}

.mos-netorder-contents .text {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

.button-g {
  background: linear-gradient(to right, #019D26, #00B72B);
  background: -webkit-linear-gradient(left, #019D26, #00B72B);
  background: -moz-linear-gradient(left, #019D26, #00B72B);
  border: 1px solid #00A728;
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition-duration: 0.5s;
  transition-property: background-color;
  position: relative;
}

.button-g::before {
  content: '';
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.button-g::after {
  background-image: url(/common/service/image/netorder/icon-arrow-l.png);
  content: '';
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.button-g:hover {
  background: #e90000;
  border: 1px solid #e90000;
  opacity: 1;
  transition-duration: 0.5s;
}

.balloon-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.balloon {
  position: relative;
  display: inline-block;
  margin-bottom: -10px;
  padding: 7px 20px;
  max-width: 320px;
  color: #00A728;
  font-size: 16px;
  font-weight: 700;
  background: #fff;
  border: 3px solid #00A728;
  box-sizing: border-box;
  border-radius: 23px;
  z-index: 3;
}

.balloon::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  z-index: 2;
}

.balloon:after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -17px;
  border: 12px solid transparent;
  border-top: 12px solid #00A728;
  z-index: 1;
}

.balloon p {
  margin: 0;
  padding: 0;
}

.skew {
  transform: skewX(-10deg);
  display: inline-block;
}

/*.gothic {
  font-family: "A1 Gothic B"!important;
}*/

@media screen and (min-width:769px) {
  .show-sp {
    display: none!important;
  }
}

@media screen and (max-width:768px) {
  .mos-netorder-contents .text {
    font-size: 3.6vw;;
  }

  .balloon {
    margin-bottom: 0;
  }

  .show-pc {
    display: none!important;
  }
}

@media screen and (max-width:768px) and (min-width: 500px) {
  .balloon {
    font-size: 3.6vw;
    max-width: 485px;
    border-radius: 50px;
  }
}

/*========================
  netorder
========================*/
.netorder {
  background-image: url(/common/service/image/netorder/netorder-bg-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 762px;
  padding: 110px 0 40px;
  width: 100%;
}

.netorder-block {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
}

.netorder-block-text {
width: 100%;
height: auto;
max-width: 490px;
}

.netorder-block-text h2 {
  text-align: left;
  }

.netorder-block-text img {
  padding-bottom: 60px;
}

.netorder-block-text p {
  font-size: 16px;
  text-align: left;
  color: #505050;
  line-height: 2.5;
  font-weight: 600;
}

.netorder-block-text .under-r {
  border-bottom: 3px solid #e90000;
  padding-bottom: 2px;
}

.netorder-block-image {
  position: relative;
  padding-left: 40px;
  max-width: 432px;
  width: 100%;
  height: auto;
}

.button-w {
  display: inline-block;
  width: 140px;
  height: 140px;
  background: #fff;
  border: 6px solid #00A728;
  border-radius: 50%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: bold;
  color: #00A728;
  box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition-duration: 0.5s;
  position: absolute;
  bottom: -25px;
  right: -33px;
}

.button-w ul {
  margin-top: -17px;
}

.button-w ul li:first-child {
  padding-bottom: 6px;
}

.button-w .arrow-s {
  max-width: 27px;
}

.netorder .button-g {
  height: 100px;
  max-width: 540px;
  border-radius: 50px;
  font-size: 2.25rem;
  line-height: 100px;
  width: 100%;
}

.netorder .button-g::before {
  background-image: url(/common/service/image/netorder/icon-cart.png);
  background-size: 48px auto;
  height: 43px;
  left: 20px;
  width: 48px;
}

.netorder .button-g::after {
  background-size: 36px auto;
  height: 14px;
  right: 30px;
  width: 36px;
}

.book {
  max-width: 67px;
}


@media screen and (max-width:768px) {
  .netorder {
    background-image: url(/common/service/image/netorder/netorder-bg-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 242vw;
    padding: 18vw 10px 0;
  }

  .netorder-block {
    display: block;
    padding-bottom: 0;
  }

  .netorder-block-text img {
    padding-bottom: 8vw;
  }

  .netorder-block-text p {
    font-size: 3.6vw;
    width: 96%;
    margin: 0 auto;
  }

  .netorder-block-text .under-r {
    border-bottom: 1vw solid #e90000;
  }

  .netorder-block-image {
    padding-left: 0;
    padding-top: 20px;
  }

  .netorder .button-area.show-sp {
    display: block!important;
  }

  .netorder .button-w {
    background: #fff;
    border: 3px solid #00A728;
    color: #00A728;
    display: inline-block;
    width: 280px;
    height: 59.5px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    transition-duration: 0.5s;
    position: relative;
    border-radius: 30px;
    padding: 15px 7px;
    bottom: -5vw;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .netorder .button-w::before {
    background-image: url(/common/service/image/netorder/icon-book.png);
    background-size: 40.5px auto;
    height: 35px;
    left: 14px;
    width: 42px;
    content: '';
    position: absolute;
    top: 50%;
    background-repeat: no-repeat;
    transform: translateY(-50%);
  }

  .netorder .button-w::after {
    background-image: url(/common/service/image/netorder/icon-arrow-s.png);
    background-size: 27px auto;
    height: 10px;
    right: 14px;
    width: 27px;
    content: '';
    position: absolute;
    top: 50%;
    background-repeat: no-repeat;
    transform: translateY(-50%);
  }

  .netorder .balloon-area {
    padding-top: 40px;
  }
}

@media screen and (max-width:768px) and (min-width: 500px) {
  .netorder {
    height: 244vw;
    padding: 15vw 3vw 0;
  }

  .netorder-block-text {
    max-width: none;
    }

  .netorder-block-text img {
    width: 80vw;
  }

  .netorder-block-image {
    padding-top: 7vw;
    margin: 0 auto;
    max-width: none;
  }

  .netorder-block-image img {
    width: 80vw;;
  }

  .netorder .balloon-area {
    padding-top: 14vw;
  }

  .netorder .button-area.show-sp {
    padding-top: 8vw;
  }

  .netorder .button-w {
    width: 80vw;
    font-size: 3.6vw;
    border-radius: 6vw;
    height: 71.5px;
  }
}

/*========================
  takeout
========================*/
.takeout {
  background-image: url(/common/service/image/netorder/takeout-bg-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 801px;
  padding: 170px 0 40px;
}

.takeout h3 {
  font-weight: 400;
}

.takeout-title {
  max-width: 1084px;
  margin: 0 auto;
  padding-left: 30px;
  padding-bottom: 54px;
}

.takeout-title h2 img {
  max-width: 476px;
}

.takeout-block {
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  max-width: 1084px;
  margin: 0 auto;
}

.takeout-block-contents {
  width: 440px;
  height: 440px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
}

.takeout-block-contents.delivery {
  margin-top: -170px;
}

.takeout-block-contents.take .img-balloon {
  position: absolute;
  left: -74px;
  top: 0;
  max-width: 160px;
}

.takeout-block-contents.delivery .img-balloon {
  position: absolute;
  right: -74px;
  top: 0;
  max-width: 160px;
}

.takeout-block-contents ul li+li {
  padding-top: 20px;
}

.takeout-block-contents .sub-title {
  font-size: 32px;
  color: #00A728;
  line-height: 1.5;
}

.takeout .button-g {
  height: 48px;
  max-width: 200px;
  border-radius: 24px;
  font-size: 1.6rem;
  line-height: 48px;
}

.takeout .button-g::before {
  background-image: url(/common/service/image/netorder/icon-search.png);
  background-size: 24px auto;
  height: 23px;
  left: 10px;
  width: 24px;
}

.takeout .button-g::after {
  background-size: 32px auto;
  height: 14px;
  right: 8px;
  width: 32px;
}

.takeout .img-take {
  max-width: 180px;
}

.takeout .img-delivery {
  max-width: 157px;
}

@media screen and (max-width:768px) {
  .takeout {
    background-image: url(/common/service/image/netorder/takeout-bg-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 278vw;
    padding: 85px 10px 0;
  }

  .takeout-title {
    padding-left: 0;
    width: 90%;
  }

  .takeout-block {
    display: block;
  }

  .takeout-block-contents {
    max-width: 100%;
    max-height: 94.69vw;
    margin: 0 auto;
  }

  .takeout-block-contents.take ul li:first-child {
    max-width: 58%;
    margin: 0 auto;
  }

  .takeout-block-contents .sub-title {
    font-size: 8vw;
  }

  .takeout-block-contents ul li+li {
    padding-top: 3vw;
  }

  .takeout-block-contents.take .img-balloon {
    left: 0;
    top: -20px;
    max-width: 140px;
  }

  .takeout-block-contents.delivery {
    margin-top: 10vw;
  }

  .takeout-block-contents.delivery ul li:first-child {
    max-width: 58%;
    margin: 0 auto;
  }

  .takeout-block-contents.delivery .img-balloon {
    right: 0;
    top: -20px;
    max-width: 131px;
  }
}

@media screen and (max-width:768px) and (min-width: 500px) {
  .takeout {
    height: 207vh;
    padding: 30vh 3vw 0;
  }

  .takeout-title {
    padding-bottom: 24vw;
  }

  .takeout-title img {
    width: 90vw;
  }

  .takeout-block-contents .sub-title {
    font-size: 5vw;
  }

  .mos-netorder-contents .text {
    font-size: 2.6vw;
  }

  .takeout-block-contents.take .img-balloon {
    left: -38px;
    top: -20px;
    width: 22vw;
    max-width: none;
  }

  .takeout-block-contents.delivery .img-balloon {
    right: -38px;
    top: -20px;
    width: 22vw;
    max-width: none;
  }

  .takeout-block-contents.delivery {
    margin-top: 34vw;
  }
}

/*========================
  payment
========================*/
.payment {
  background-image: url(/common/service/image/netorder/payment-bg-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 380px;
  padding: 40px 0 90px;
}

.payment-block {
  max-width: 890px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payment-block-contents.detail .text {
  text-align: left;
  padding-top: 30px;
}

.payment-block-contents.card {
  width: 480px;
}

.payment-block-cardwrap+.payment-block-cardwrap {
  padding-top: 30px;
}

.payment-block-card {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.payment-block-card .sub-title {
  font-size: 18px;
  color: #00A728;
  line-height: 1.333;
  text-align: left;
  font-weight: bold;
}

.payment-block-card .text {
  font-size: 14px;
  padding-top: 10px;
}

.payment .notice {
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  text-align: right;
  padding-top: 30px;
  max-width: 890px;
  margin: 0 auto;
}

.payment .mosca {
  max-width: 95px;
}

.payment .dpoint, .payment .dbarai {
  max-width: 60px;
}

.payment .creditcard {
  max-width: 95px;
}

.payment .paypay {
  max-width: 60px;
}

.payment .applePay {
  max-width: 94px;
}

@media screen and (max-width:768px) {
  .payment {
    background-image: url(/common/service/image/netorder/payment-bg-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 186vw;
    padding: 20px 10px 90px;
  }

  .payment-block {
    display: block;
  }

  .payment-block-contents.detail ul li:first-child {
    text-align: left;
  }

  .payment-block-contents.card {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .payment-block-card +  .payment-block-card {
    padding-top: 6vw;
  }

  .payment-block-card {
    display: block;
  }

  .payment-block-contents.card {
    width: 100%;
  }

  .payment-block-card .text {
    font-size: 3.6vw;
  }

  .payment-sub-title {
    font-size: 3.8vw;
    color: #00A728;
    line-height: 1.333;
    text-align: left;
    font-weight: bold;
    text-align: center;
    padding: 6vw 0;
  }

  .payment .notice {
    text-align: left;
  }
}

@media screen and (max-width:768px) and (min-width: 500px) {
  .payment {
    height: 141vh;
    padding: 10vh 3vw 10vh; 
  }

  .payment-block-contents.detail ul li img {
    width: 80vw;
  }

  .payment-block-contents.detail .text {
    font-size: 3.6vw;
    padding-top: 10vw;
  }

  .payment-sub-title {
    padding: 10vw 0;
  }

  .payment .notice {
    font-size: 2.8vw;
    padding-top: 10vw;
  }
}

/*========================
  otoku
========================*/
.otoku {
  background-image: url(/common/service/image/netorder/otoku-bg-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 1080px;
  padding: 73px 0 28px;
}

.otoku .title-area {
  display: flex;
  justify-content: center;
}

.otoku .title-area img {
  max-width: 491px;
}

.otoku-block {
  max-width: 1123px;
  margin: 0 auto;
  text-align: center;
  height: 910px;
  overflow: hidden;
  padding-top: 46px;
}

.otoku-block .content01,
.otoku-block .content02,
.otoku-block .content03 {
  width: 580px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.otoku-block .content02 {
  float: right;
  margin-top: -76px;
}

.otoku-block .content03 {
  float: left;
  margin-top: -50px;
  margin-left: 70px;
}

.content01 .otoku-block-image .otoku-image {
  max-width: 237px;
}

.content02 .otoku-block-image .otoku-image {
  max-width: 209px;
}

.content03 .otoku-block-image .otoku-image {
  max-width: 227px;
}

.content01 .number {
  max-width: 68px;
}

.content02 .number {
  max-width: 74px;
}

.content03 .number {
  max-width: 74px;
}

.otoku-block-image {
  width: 320px;
  height: 320px;
  background-color: #f5f5f5;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.otoku-block-image .number {
  position: absolute;
  top: -15px;
  left: 0;
}

.otoku-block-image .button-g {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -15px;
  right: -40px;
}

.otoku-block-image .button-g .button-text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25;
  padding-top: 10px;
}

.otoku-block-image .button-g .button-arrow {
  display: inline-flex;
  width: 26px;
}

.otoku-block-text {
  margin-top: -68px;
  padding-left: 20px;
}

.otoku-block-text h3 {
  font-size: 24px;
  text-align: left;
  font-style: italic;
  color: #333;
}

.otoku-block-text .space-s {
  letter-spacing: -0.05em;
}

.otoku-block-text .under-r {
  border-bottom: 3px solid #e90000;
  padding-bottom: 2px;
}

.otoku-block-text .text {
  text-align: left;
  padding-top: 10px;
}

.otoku-block-text .notice {
  font-size: 12px;
}

@media screen and (max-width:768px) {
  .otoku {
    background-image: url(/common/service/image/netorder/otoku-bg-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 522vw;
    padding: 73px 10px 28px;
  }

  .otoku-block {
    height: auto;
    padding-top: 24vw;
  }

  .otoku-block .content01, .otoku-block .content02, .otoku-block .content03 {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .otoku-block .content02 {
    float: none;
    margin-top: 0;
    padding-top: 30vw;
  }

  .otoku-block .content03 {
    float: none;
    margin-top: 0;
    padding-top: 30vw;
  }

  .otoku-block-text {
    margin-top: 0;
    padding-top: 10px;
  }

  .otoku-block-image {
    margin: 0 auto;
    max-width: 93%;
    max-height: 79.2vw;
  }

  .otoku-image {
    max-width: 62%!important;
  }

  .otoku-block-image .button-g {
    bottom: -40px;
    right: -26px;
  }

  .otoku-block-text .under-r {
    border-bottom: 1vw solid #e90000;
  }
}

@media screen and (max-width:768px) and (min-width: 500px) {
  .otoku {
    height: 396vh;
    padding: 18vh 3vw 28px;
  }

  .title-area img {
    width: 80vw;
    max-width: none;
  }

  .otoku-block-image {
    width: 100%;
    height: 94.69vw;
    margin: 0 auto;
  }

  .otoku-block-image .number {
    position: absolute;
    top: 0;
    left: 0;
    width: 15vw;
    max-width: none;
  }

  .otoku-image {
    width: 80vw;
  }

  .otoku-block-image .button-g {
    width: 44%;
    height: 34.6vw;
  }

  .otoku-block-image .button-g .button-text {
    font-size: 3.6vw;
  }

  .otoku-block-image .button-g .button-arrow {
    width: 6vw;
    padding-top: 2vw;
  }

  .otoku-block-image .button-g .button-arrow img {
    width: 6vw;
  }

  .otoku-block-image .button-g {
    bottom: -20vw;
    right: -5.6vw;
  }

  .otoku-block-text h3 {
    font-size: 5vw;
  }

  .otoku-block-text .text {
    font-size: 3.6vw;
    padding-top: 4vw;
  }

  .otoku-block-text .notice {
    font-size: 2.6vw;
  }

  .otoku-block .content02 {
    padding-top: 30vw;
  }

  .otoku-block .content03 {
    padding-top: 30vw;
  }

  .content01 .otoku-block-image .otoku-image {
    max-width: none;
  }
  
  .content02 .otoku-block-image .otoku-image {
    max-width: none;
  }
  
  .content03 .otoku-block-image .otoku-image {
    max-width: none;
  }
}

/*========================
  ctr-area
========================*/
.ctr-area {
  background-image: url(/common/service/image/netorder/ctr-bg-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 370px;
  padding: 110px 0 0;
}

.ctr-area .button-g {
  height: 100px;
  max-width: 540px;
  border-radius: 50px;
  font-size: 2.25rem;
  line-height: 100px;
  z-index: 1;
}

.ctr-area .button-g::before {
  background-image: url(/common/service/image/netorder/icon-cart.png);
  background-size: 48px auto;
  height: 43px;
  left: 20px;
  width: 48px;
}

.ctr-area .button-g::after {
  background-size: 36px auto;
  height: 14px;
  right: 30px;
  width: 36px;
}

.smartphone {
  position: relative;
  max-width: 1084px;
  margin: 0 auto;
}

.smartphone img {
  position: absolute;
  right: 0;
  bottom: -250px;
  max-width: 322px;
}

@media screen and (max-width:768px) {
  .ctr-area {
    background-image: url(/common/service/image/netorder/ctr-bg-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 179px;
  }

  .smartphone img {
    right: 14px;
    width: 54%;
    bottom: -156px;
  }

  .smartphone .sp-balloon {
    position: absolute;
    top: -140px;
    left: 20px;
    width: 40%;
  }
}

@media screen and (max-width:768px) and (min-width: 500px) {
  .ctr-area {
    height: 29vh;
  }

  .smartphone img {
    right: 14px;
    width: 54%;
    bottom: -48vw;
    max-width: none;
  }

  .smartphone .sp-balloon {
    position: absolute;
    top: -26vw;
    left: 20px;
    width: 40%;
  }
}

/*========================
  fixed
========================*/
.button-fixed {
  max-width: 78vw;
  margin: 0 auto;
  height: 48px;
  position: fixed;
  bottom: 10px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 11;
}

.button-fixed .button-g {
  padding: 12px 5px;
  border-radius: 24px;
}

.button-fixed .button-g::before {
  background-image: url(/common/service/image/netorder/icon-cart.png);
  background-size: 31px auto;
  height: 28px;
  left: 12px;
  width: 36px;
}

.button-fixed .button-g::after {
  background-size: 32px auto;
  height: 14px;
  right: 5px;
  width: 36px;
}

/*========================
  swiper
========================*/
.swiper{
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding-bottom: 8vw;
  overflow: hidden;
}

.swiper-pagination-bullets {
  bottom: 0!important;
}

.swiper .title-sp {
  position: absolute;
  top: 6vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
}

.swiper-pagination-bullet {
  margin: 0 14px !important;
}