
@charset "utf-8";
/* CSS Document */

/* ==========================================================================================

初期設定

==========================================================================================*/
html {
  margin: 0 auto;
  font: normal normal 14px/1.48 YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif",noto-sans, sans-serif;
  letter-spacing: .05em;
  font-feature-settings: "palt";
}
ul {
  padding:0;
  list-style:none;
}
#delivery picture,
#delivery figure,
#delivery img {
  width: 100%;
  display: block;
  margin: 0;
}
#delivery h2,
#delivery p,
#delivery h3,
#delivery h4,s
#delivery a {
  margin: 0;
  font-weight: bold;
  text-align: center;
  color: #333;
}
::before, ::after {
  box-sizing: border-box;
}
/* clearfix 打消し*/
div::before,
div::after {
  content: unset;
  visibility: visible;
}

@media (max-width: 767px) {
  .box {
    margin-bottom: 0;
  }
}
/*==========================================================================================

背景 white wave

==========================================================================================*/
.custom-shape-divider-top-1764667155 {
  background-color: transparent;
  position: relative;
  width: 100%;
  height: 0;
  z-index: 100;
}

.custom-shape-divider-top-1764667155 svg {
  position: relative;
  display: block;
  width: calc(300% + 1.3px);
  height: 158px;
}

.custom-shape-divider-top-1764667155 .shape-fill {
  fill: #FFFFFF;
}

/** For mobile devices **/
@media (max-width: 767px) {
  .custom-shape-divider-top-1764667155 svg {
    width: calc(300% + 1.3px);
    height: 11.734vw;
  }
}

/*==========================================================================================

背景 blue wave

==========================================================================================*/

/** For mobile devices **/
@media (max-width: 767px) {
  .custom-shape-divider-bottom-1764668767 {
    background-color: transparent;
    position: relative;
    left: 0;
    width: 100%;
    height: 0;
    transform: rotate(180deg);
  }
  
  .custom-shape-divider-bottom-1764668767 .shape-fill {
    fill: #00B4DE;
  }

  .custom-shape-divider-bottom-1764668767 svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 75px;
  }
}

/*==========================================================================================

delivery__summary

==========================================================================================*/
#delivery .delivery__summary {
  max-width: 1400px;
  margin: 7.8125vw auto 0;
  z-index: 100;
  text-align: center;
  box-sizing: border-box;
}

#delivery .delivery__summary > div {
  position: relative;
  box-sizing: border-box;
}

/*TB*/
@media screen and (min-width: 768px) and (max-width: 960px) {
  
  #delivery .delivery__summary {
    margin: 130px auto 0;
    padding: 0 20px;
  }
}

@media print, screen and (max-width: 767px) {
  
  #delivery .delivery__summary {
    margin: 100px auto 0;
    padding: 0 15px;
  }
}

/*SP*/
@media print, screen and (max-width: 480px) {
  
  #delivery .delivery__summary {
    margin: 70px auto 0;
    padding: 0 10px;
  }
}


/*==========================================================================================

デパ地下グルメをデリバリー！ h2 class="h2__text"

==========================================================================================*/
#delivery .delivery__summary h2 .h2__text {
  font-size: 45px;
  max-width: 700px;
  box-sizing: border-box;
  margin: 0 auto;
  display: block;
}

/*TB*/
@media screen and (min-width: 768px) and (max-width: 960px) {
  
  #delivery .delivery__summary h2 .h2__text {
    font-size: 40px;
  } 
}

/*SP～TB*/
@media print, screen and (max-width: 767px) {
  
  #delivery .delivery__summary h2 .h2__text {
    font-size: 30px;
  }
}

/*SP*/
@media print, screen and (max-width: 480px) {
  
  #delivery .delivery__summary h2 .h2__text {
    font-size: 25px;
  } 
}


/*==========================================================================================

タイトル装飾

==========================================================================================*/
#delivery .delivery__summary .deco__title {
  position: absolute;
  width: 21.5vw;
  height: 28.5vw;
}

/***左上　寿司***/
#delivery .delivery__summary h2 .deco_title_lefttop {
  aspect-ratio: 253.3241 / 130.6546 ;
  height: 6.85vw;
  background: url(/menu_wolt_union/images/deco_title_lefttop.webp) no-repeat bottom right / contain;
  top: 0;
  left: 0;
  transform: translateX(-22%) translateY(-55%);
}

/***右上　幕の内弁当***/
#delivery .delivery__summary h2 .deco_title_righttop {
  aspect-ratio: 233.0834 / 144.5831 ;
  height: 7.2vw;
  background: url(/menu_wolt_union/images/deco_title_righttop.webp) no-repeat bottom right / contain;
  top: 0;
  right: 0;
  transform: translateX(-20%) translateY(-45%);
}

/***左下 ドーナツ***/
#delivery .delivery__summary .lead-message .deco_title_leftbottom {
  aspect-ratio: 161.0831 / 84.7649 ;
  height: 4.7vw;
  background: url(/menu_wolt_union/images/deco_title_leftbottom.webp) no-repeat bottom right / contain;
  bottom: 0;
  left: 0;
  transform: translateX(-100%) translateY(130%);
  z-index: 10;
}

/***右下　クロワッサン***/
#delivery .delivery__summary .lead-message .deco_title_rightbottom {
  aspect-ratio: 116.2449 / 105.7569 ;
  height: 5vw;
  background: url(/menu_wolt_union/images/deco_title_rightbottom.webp) no-repeat bottom right / contain;
  bottom: 0;
  right: 0;
  transform: translateX(45%) translateY(130%);
  z-index: 10;
}


/*TB*/
@media screen and (min-width: 768px) and (max-width: 960px) {
  
  /***左上　寿司***/
  #delivery .delivery__summary h2 .deco_title_lefttop {
    height: 9vw;
    transform: translateX(-20%) translateY(-105%);
  }
  
  /***右上　幕の内弁当***/
  #delivery .delivery__summary h2 .deco_title_righttop {
    height: 10vw;
    transform: translateX(3%) translateY(-90%);
  }
  
  /***左下 ドーナツ***/
  #delivery .delivery__summary .lead-message .deco_title_leftbottom {
    height: 6vw;
    transform: translateX(-95%) translateY(100%);
  }
  
  /***右下　クロワッサン***/
  #delivery .delivery__summary .lead-message .deco_title_rightbottom {
    height: 7vw;
    transform: translateX(50%) translateY(100%);
  }
  
}

/*SP～TB*/
@media print, screen and (max-width: 767px) {
  
  /*左上　寿司*/
  #delivery .delivery__summary h2 .deco_title_lefttop {
    height: 10vw;
    transform: translateX(-12%) translateY(-95%);
  }

  /*右上　幕の内弁当*/
  #delivery .delivery__summary h2 .deco_title_righttop {
    height: 10vw;
    transform: translateX(-10%) translateY(-90%);
  }

  /*左下 ドーナツ*/
  #delivery .delivery__summary .lead-message .deco_title_leftbottom {
    height: 8vw;
    transform: translateX(-75%) translateY(95%);
  }

  /*右下　クロワッサン*/
  #delivery .delivery__summary .lead-message .deco_title_rightbottom {
    height: 8vw;
    transform: translateX(45%) translateY(95%);
  }
}

/*SP*/
@media print, screen and (max-width: 480px) {
  
  /*左上　寿司*/
  #delivery .delivery__summary h2 .deco_title_lefttop {
    height: 10vw;
    transform: translateX(-20%) translateY(-115%);
  }

  /*右上　幕の内弁当*/
  #delivery .delivery__summary h2 .deco_title_righttop {
    height: 10vw;
    transform: translateX(-12%) translateY(-110%);
  }

  /*左下 ドーナツ*/
  #delivery .delivery__summary .lead-message .deco_title_leftbottom {
    height: 8vw;
    transform: translateX(-70%) translateY(100%);
  }

  /*右下　クロワッサン*/
  #delivery .delivery__summary .lead-message .deco_title_rightbottom {
    height: 8.5vw;
    transform: translateX(25%) translateY(100%);
  }
  
}
/*==========================================================================================

リード文関連

==========================================================================================*/
#delivery .delivery__summary .lead-message {
  position: relative;
  margin: 60px auto 8.6vw;
  width: 80%;
  line-height: 35px;
  text-align: center;
}
#delivery .delivery__summary span.lead__tx {
  font-size: 17px;
  font-weight: bold;
  word-break: keep-all;
}
#delivery .delivery__summary .warning .black__warning {
  text-align: left;
}
#delivery .delivery__summary .warning {
  margin: 22px auto 0;
}

/*TB*/
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  
  #delivery .delivery__summary .lead-message {
    margin: 40px auto 90px;
  }
  
  #delivery .delivery__summary span.lead__tx {
    font-size: 16px;
  }
}

/*SP～TB*/
@media print, screen and (max-width: 767px) {
  
  #delivery .delivery__summary .lead-message {
    margin: 4.57vw auto 75px;
  }
  
  #delivery .delivery__summary .warning {
    margin: 3.3vw auto 0;
  }
  
  #delivery .delivery__summary span.lead__tx {
    font-size: 15px;
    margin: 5vw 0 4vw 0;
    word-break: unset;
  }
  
  #delivery .delivery__summary .available__time {
    font-size: 20px;
  }
  
  #delivery .delivery__summary .warning .black__warning {
    padding-left: 20px;
    text-indent: -15px;
    font-size: 13px;
  }
}

/*SP*/
@media print, screen and (max-width: 480px) {
  
  #delivery .delivery__summary .lead-message {
    margin: 4vw auto 55px;
    line-height: 25px;
    text-align: left;
  }

  #delivery .delivery__summary span.lead__tx {
    font-size: 14px;
  }
  
  #delivery .delivery__summary .warning .black__warning {
    font-size: 12px;
    padding-left: 15px;
    text-indent: -13px;
  }
}

/*==========================================================================================

デリバリ対象店舗ロゴ一覧

==========================================================================================*/
.delivery_totals .image {
  width: 100%;
  height: auto;
  max-width: 1400px;
}
.delivery_totals .image img {
   filter: drop-shadow(2px 5px 5px rgba(96, 94, 90, 0.5));
}

/*==========================================================================================

バナーエリア

==========================================================================================*/
#delivery .bnr__area {
  margin: 90px auto 150px;
}

#delivery .bnr__area .image {
  max-width: 1100px;
  margin: 40px auto 0;
}

#delivery .bnr__area .image img {
  width: 100%;
  filter: drop-shadow(2px 5px 5px rgba(96, 94, 90, 0.5));
}

/*PC~TB*/
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  #delivery .bnr__area {
    margin: 70px auto 110px;
    padding: 0 20px;
  }
  
  #delivery .bnr__area .image {
    margin: 30px auto 0;
  }
}

/*TB*/
@media print, screen and (max-width: 767px) {
  #delivery .bnr__area {
    margin: 50px auto 65px;
    padding: 0 15px;
  }

  #delivery .bnr__area .image {
    margin: 15px auto 0;
  }
}

/*SP*/
@media print, screen and (max-width: 480px) {
  #delivery .bnr__area {
    margin: 35px auto 40px;
    padding: 0 10px;
  }

  #delivery .bnr__area .image {
    margin: 12px auto 0;
  }
}

/*==========================================================================================

お得なクーポンや期間限定品を今すぐチェック！

==========================================================================================*/
#delivery .heading-16 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 32px;
}

#delivery .heading-16::before,
#delivery .heading-16::after {
  width: 3px;
  height: 40px;
  background-color: #333;
  content: '';
}

#delivery .heading-16::before {
  transform: rotate(-35deg);
  margin-right: 30px;
}

#delivery .heading-16::after {
  transform: rotate(35deg);
  margin-left: 30px;
}

/*PC~TB*/
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  #delivery .heading-16 {
    font-size: 27px;
  }
}

/*TB*/
@media print, screen and (max-width: 767px) {
  #delivery .heading-16 {
    font-size: 20px;
  }
  
  #delivery .heading-16::before,
  #delivery .heading-16::after {
    width: 2.5px;
    height: 30px;
  }
  
  #delivery .heading-16::before {
    margin-right: 15px;
  }

  #delivery .heading-16::after {
    margin-left: 15px;
  }
}

/*SP*/
@media print, screen and (max-width: 480px) {
  #delivery .heading-16 {
    font-size: 1.1em;
  }
  
  #delivery .heading-16::before,
  #delivery .heading-16::after {
    width: 1.8px;
    height: 25px;
  }
  
  #delivery .heading-16::before {
    margin-right: 10px;
  }

  #delivery .heading-16::after {
    margin-left: 10px;
  }
}

/*==========================================================================================

年末年始カレンダー タイトルリード文

==========================================================================================*/
#delivery .calendar__area {
  background: #cb1212;
  padding: 85px 100px 110px;
  margin: 0 auto 170px;
  max-width: 1400px;
  position: relative;
}
#delivery .calendar__area .calendar_title {
  font-size: 39px;
  color: #fff;
}
#delivery .calendar__area .lead__tx {
  font-size: 19.7px;
  margin-top: 32px;
  color: #fff;
  line-height: 33px;
}
#delivery .calendar__area .lead__tx p {
  color: #fff;
}

/*PC～TB*/
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  #delivery .calendar__area {
    padding: 83px 45px 90px;
    margin: 0 auto 70px;
  }
}

/*TB*/
@media print, screen and (max-width: 767px) {
  #delivery .calendar__area {
    padding: 45px 35px 55px;
    margin: 0 auto 70px;
  }
  
  #delivery .calendar__area .calendar_title {
    font-size: 22px;
  }
  
  #delivery .calendar__area .lead__tx {
    font-size: 12px;
    line-height: 25px;
    margin-top: 20px;
  }
}

/*SP*/
@media print, screen and (max-width: 480px) {
  
  #delivery .calendar__area {
    margin: 0 auto 60px;
    padding: 35px 15px 50px;
  }

  #delivery .calendar__area .calendar_title {
    font-size: 20px;
    position: relative;
  }

  #delivery .calendar__area .lead__tx {
    margin-top: 15px;
  }

  #delivery .calendar__area .lead__tx p {
    text-align: left;
  }

  /****　装飾　****/
  #delivery .calendar__area .calendar_title::before,
  #delivery .calendar__area .calendar_title::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    aspect-ratio: 60 / 56.4552 ;
    height: 13vw;
    background: url("/menu_wolt_union/images/calendar_title_deco.webp") no-repeat center center / contain;
  }
  
  #delivery .calendar__area .calendar_title::before {
    left: 0;
    transform: translateX(40%) translateY(-2%);
  }
  
  #delivery .calendar__area .calendar_title::after {
    right: 0;
    transform: translateX(-40%) translateY(-2%) scale(-1, 1);
  }
}

/* 幅390px以下 */
@media print, screen and (max-width: 390px) {

  /****　装飾　****/ 
  #delivery .calendar__area .calendar_title::before,
  #delivery .calendar__area .calendar_title::after {
    height: 13.5vw;
  }  

  #delivery .calendar__area .calendar_title::before {
    left: 0;
    transform: translateX(8%) translateY(2%);
  }
  
  #delivery .calendar__area .calendar_title::after {
    right: 0;
    transform: translateX(-8%) translateY(2%) scale(-1, 1);
  }
}

/*==========================================================================================

年末年始カレンダー 装飾

==========================================================================================*/
#delivery .calendar__area::before {
  content: "";
  background: url(/menu_wolt_union/images/calendar_deco.webp) no-repeat bottom right / contain;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(-5%) translateY(20%);
  aspect-ratio: 262.0924 / 264.791 ;
  height: 17.5vw;
}

/*TB*/
@media print, screen and (max-width: 767px) {
  #delivery .calendar__area::before {
    height: 18vw;
    transform: translateX(-5%) translateY(30%);
  }
}

/*SP*/
@media print, screen and (max-width: 480px) {
  #delivery .calendar__area::before {
    display: none;
  }
}

/*==========================================================================================

年末年始カレンダー タブ

==========================================================================================*/
#delivery .tab-4 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1075px;
  margin: 54px auto 0;
}

#delivery .tab-4 > label {
  flex: 1 1;
  order: -1;
  position: relative;
  min-width: 70px;
  padding: 1.3em 1em;
  background-color: #f2f2f2;
  color: #333;
  font-weight: 600;
  align-content: center;
  font-size: 1.3em;
  text-align: center;
  cursor: pointer;
}

#delivery .tab-4 > label:hover,
#delivery .tab-4 label:has(:checked) {
  background-color: #333;
  color: #fff;
}

#delivery .tab-4 label:has(:checked)::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 9px;
  background-color: #333;
  content: '';
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#delivery .tab-4 input {
  display: none;
}

#delivery .tab-4 > table {
  display: none;
  width: 100%;
  padding: 1.5em 0 0;
}

#delivery .tab-4 label:has(:checked) + table {
  display: block;
}

/*TB*/
@media print, screen and (max-width: 767px) {
  #delivery .tab-4 {
    margin: 40px auto 0;
  }
  
  #delivery .tab-4 > label {
    padding: 1em;
    font-weight: 600;
    font-size: 1em;
  }
}

/*SP*/
@media print, screen and (max-width: 480px) {
  #delivery .tab-4 {
    margin: 22px auto 0;
  }
  
  #delivery .tab-4 > label {
    padding: 0.85em;
    font-size: 0.85em;
  }
}

/*==========================================================================================

年末年始カレンダー 表

==========================================================================================*/
#delivery .tab-4 .table_design01 {
  border-collapse: collapse;
  width: 100%;
  max-width: 1075px;
}
#delivery .table_design01 td {
  border-bottom: 7px solid #cb1212;
  border-left: 7px solid #cb1212;
  background-color: #fff;
  padding: 1em;
  text-align: center;
  font-size: 1.4em;
  font-weight: 600;
}
#delivery .table_design01 td .service {
  font-size: 0.85em;
  font-weight: 500;
}
#delivery .table_design01 td.closed,
#delivery .table_design01 td .am_closed {
  color: #ea3b3b;
  padding-right: 5px;
}
#delivery .tab-4 .table_design01 th {
  border-bottom: 7px solid #cb1212;
  padding: 1em;
  background-color: #ab9e5a;
  color: #fff;
  font-weight: 600;
  text-align: center;
  width: 20%;
  min-width: 12em;
  font-size: 1.7em;
}
#delivery .tab-4 .table_design01 th.closed_th {
  background-color: #333;
}
#delivery .tab-4 .table_design01 th .day_of_week {
  font-size: 0.75em;
}

/*TB*/
@media print, screen and (max-width: 767px) {
  #delivery .table_design01 td {
    font-size: 1em;
    border-bottom: 5px solid #cb1212;
    border-left: 5px solid #cb1212;
  }
  
  #delivery .tab-4 .table_design01 th {
    font-size: 1.2em;
    min-width: 10em;
    padding: 0.5em;
    border-bottom: 5px solid #cb1212;
  }
}

/*SP*/
@media print, screen and (max-width: 480px) {
  #delivery .table_design01 td {
    border-bottom: 3px solid #cb1212;
    border-left: 3px solid #cb1212;
  }
  
  #delivery .table_design01 td {
    font-size: 0.88em;
  }
  
  #delivery .tab-4 .table_design01 th {
    font-size: 1em;
    min-width: 7em;
    border-bottom: 3px solid #cb1212;
  }
}
/*==========================================================================================

ご利用時間

==========================================================================================*/
#delivery .available__area {
  margin: 90px auto 0;
}

#delivery .available__time {
  font-size: 26px;
  position: relative;
  text-align: center;
}

#delivery .available__time::before{
  content: "";
  display: inline-block;
  background-image: url("/menu_wolt_union/images/clock.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.2em;
  height: 1.2em;
  transform: translateY(20%);
  margin-right: 8px;
}

#delivery .business__hours__box {
  border: 3px solid #333;
  width: 100%;
  max-width: 1100px;
  margin: 15px auto;
  padding: 30px 10px;
  display: grid;
  gap: 50px 67px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  font-size: 16px;
}

#delivery .business__hours__box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 98%;
  width: 6px;
  background-image: radial-gradient(circle, #333333 2px, transparent 2px);
  background-repeat: repeat-y;
  background-size: 4px 18px;
  visibility: visible;
}

#delivery .business__hours__box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 6px;
  width: 97%;
  background-image: radial-gradient(circle, #333333 2px, transparent 2px);
  background-repeat: repeat-x;
  background-size: 18px 4px;
  visibility: visible;
}
#delivery .available__area .business__hours__box {
  line-height: 25px;
}

/*SP～TB*/
@media print, screen and (max-width: 767px) {
  #delivery .available__area {
    margin: 50px auto 0;
    padding: 0 15px;
  }
}

/*SP*/
@media print, screen and (max-width:480px) {
  #delivery .available__area {
    margin: 45px auto 0;
    padding: 0 10px;
  }
  
  #delivery .available__time {
    font-size: 20px;
  }

  #delivery .business__hours__box {
    border: 2px solid #333;
    padding: 30px 25px;
    gap: 50px 55px;
  }

  #delivery .available__area .business__hours__box {
    font-size: 13.8px;
    line-height: 22px;
  }
}


/*==========================================================================================

デリバリー詳細 共通・背景色

==========================================================================================*/
#delivery .order__inner {
  text-align: center;
}

#delivery .delivery__box {
	display: flex;
	justify-content: center;
	align-items: stretch;
}

#delivery .delivery__box .delivery__wrap {
  width: 50%;
  padding: 180px 6.038vw 60px;
  box-sizing: border-box;
  background: #00b4de;
}

/*　幅1500px以下　*/
@media print, screen and (max-width: 1500px) {
  #delivery .delivery__box .delivery__wrap {
    padding: 160px 3vw 3.3vw;
  }
}

/*SP～TB*/
@media print, screen and (max-width: 767px) {
  #delivery .delivery__box {
    flex-direction: column;
  }
  
  #delivery .delivery__box .delivery__wrap {
    width: 100%;
    padding: 125px 100px 60px;
  }
}

/*--------------------------------------
menuの斜めボーダー背景・余白
--------------------------------------*/
#delivery .delivery__box .delivery__wrap:first-of-type {
  background-image: repeating-linear-gradient(123deg, #e54a3e, #e54a3e 10px, #e61e0a 10px, #e61e0a 30px);
}

/*--------------------------------------
woltの背景色・余白
--------------------------------------*/
#delivery .delivery__box .delivery__wrap:nth-of-type(2) {
  background: #00b4de;
}

@media print, screen and (max-width: 767px) {
  /*--------------------------------------
  menuの斜めボーダー背景・余白
  --------------------------------------*/
  #delivery .delivery__box .delivery__wrap:first-of-type {
    background-image: repeating-linear-gradient(123deg, #e54a3e, #e54a3e 0.784vw, #e61e0a 0.784vw, #e61e0a 3vw);
    width: 100%;
    padding: 15vw 15px 18vw;
  }
  
  /*--------------------------------------
  woltの背景色・余白
  --------------------------------------*/
  #delivery .delivery__box .wolt__wrap {
     padding: 5vw 15px 13.037vw;
  }
}

/*SP*/
@media print, screen and (max-width: 480px) {
    
  /*--------------------------------------
  menuの斜めボーダー背景・余白
  --------------------------------------*/
  #delivery .delivery__box .delivery__wrap:first-of-type {
    padding: 20vw 10px 25vw;
  }
  
  /*--------------------------------------
  woltの背景色・余白
  --------------------------------------*/
  #delivery .delivery__box .delivery__wrap:nth-of-type(2) {
    padding: 5vw 10px 13vw;
  }
}

/*--------------------------------------
対象店舗
--------------------------------------*/
#delivery .target_stores {
  border: solid #fff 3px;
  padding: 30px 50px 40px;
  position: relative;
}

#delivery .wolt__wrap .target_stores {
  padding: 30px 50px 50px;
}

#delivery .target_stores h5 {
  font-size: 30px;
  text-align: center;
  color: #fff;
}

#delivery .target_stores h5::before {
  content: "";
  display: inline-block;
  background-image: url("/menu_wolt_union/images/store_icon.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.2em;
  height: 1.2em;
  transform: translateY(20%);
  margin-right: 8px;
}

#delivery .target_stores .store__grid__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px 5px;
  margin-top: 20px;
  justify-content: center;
}

#delivery .wolt__wrap .target_stores .store__grid__container {
  margin-top: 35px;
}

#delivery .target_stores .store__grid__container .store__grid__item {
  display: inline-block;
  text-align: center;
}

#delivery .target_stores .store__grid__container p,
#delivery .target_stores .store__grid__container a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  border-bottom: solid 1px #fff;
}

/* 二子玉川　アイコンのスタイル */
.arrow_s_b {
  position: relative;
  display: inline-block;
  padding-right: 26px;
}
.arrow_s_b:before {
  content: '';
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 2px;
  margin: auto;
}
.arrow_s_b:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 2px;
  margin: auto;
}

/*TB*/
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  #delivery .target_stores .store__grid__container p,
  #delivery .target_stores .store__grid__container a {
    font-size: 16px;
  }
}

/*TB*/
@media print, screen and (max-width: 767px) {
  #delivery .target_stores h5 {
    font-size: 25px;
  }
  
  #delivery .target_stores .store__grid__container p,
  #delivery .target_stores .store__grid__container a {
    font-size: 15px;
  }
}

/*SP*/
@media print, screen and (max-width: 480px) {
  #delivery .target_stores {
    border: solid #fff 2px;
    padding: 15px 20px 30px;
  }
  
  #delivery .target_stores h5 {
    font-size: 18px;
  }

  #delivery .target_stores .store__grid__container {
    gap: 20px 10px;
    margin-top: 15px
  }

  #delivery .target_stores .store__grid__container p,
  #delivery .target_stores .store__grid__container a {
    font-size: 12px;
  }
  
  /* 二子玉川　アイコンのスタイル */
  #delivery .target_stores .store__grid__container .futako {
    line-height: 15.5px;
  }

  .arrow_s_b {
    padding-right: 18px;
  }
  
  .arrow_s_b:before {
    content: '';
    width: 15.7px;
    height: 15.7px;
    border: 1.7px solid #fff;
  }

  .arrow_s_b:after {
    right: 4px;
  }
}

/*----------------------------------------------
ハンバーガー　deco03 wolt
----------------------------------------------*/
#delivery .wolt__wrap .target_stores::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3.5vw;
  background: url("/menu_wolt_union/images/deco_03.webp") no-repeat bottom right / contain;
  aspect-ratio: 174 / 123 ;
  height: 6vw;
  transform: translate(0px, 50px);
}

@media print, screen and (max-width: 1500px) {
  /*----------------------------------------------
  ハンバーガー　deco03 wolt
  ----------------------------------------------*/
  #delivery .wolt__wrap .target_stores::before {
    left: -2.2vw;
  }
}

/*PC~TB*/
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  
  /*----------------------------------------------
  ハンバーガー　deco03 wolt
  ----------------------------------------------*/
  #delivery .wolt__wrap .target_stores::before {
    left: -3vw;
    height: 8vw;
  }
}

/*TB*/
@media print, screen and (max-width: 767px) {

  /*----------------------------------------------
  ハンバーガー　deco03 wolt
  ----------------------------------------------*/
  #delivery .wolt__wrap .target_stores::before {
    transform: translate(15px, 170px); /* X軸に15px、Y軸に170px移動 */
    height: 12.8vw;
  }
}

/*SP*/
@media print, screen and (max-width: 480px) {

  /*----------------------------------------------
  ハンバーガー　deco03 wolt
  ----------------------------------------------*/
  #delivery .wolt__wrap .target_stores::before {
    transform: translate(10px, 135px) /* X軸に10px、Y軸に135px移動 */
  }
}

/*--------------------------------------
ご注文はこちら！
--------------------------------------*/
#delivery .delivery__box .delivery__wrap .order__title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 30px;
  margin: 60px 0 25px;
}

#delivery .delivery__box .delivery__wrap .order__title::before,
#delivery .delivery__box .delivery__wrap .order__title::after {
  width: 3px;
  height: 40px;
  background-color: #fff;
  content: '';
}

#delivery .delivery__box .delivery__wrap .order__title::before {
  transform: rotate(-35deg);
  margin-right: 30px;
}

#delivery .delivery__box .delivery__wrap .order__title::after {
  transform: rotate(35deg);
  margin-left: 26px;
}

/*TB*/
@media print, screen and (max-width: 1500px) {
  
  /*ご注文はこちら！*/
  #delivery .delivery__box .delivery__wrap .order__title {
    font-size: 2vw;
    margin: 4vw 0 1.666vw;
  }
  
  #delivery .delivery__box .delivery__wrap .order__title::before,
  #delivery .delivery__box .delivery__wrap .order__title::after {
    height: 2.33vw;
  }
  
  #delivery .delivery__box .delivery__wrap .order__title::before {
    margin-right: 2vw;
  }
  
  #delivery .delivery__box .delivery__wrap .order__title::after {
    margin-left: 1.6vw;
  }
}

/*SP～TB*/
@media print, screen and (max-width: 767px) {
  /*ご注文はこちら！*/
  #delivery .delivery__box .delivery__wrap .order__title {
    font-size: 25px;
    margin: 7.040vw 0 3.259vw;
  }
  
  #delivery .delivery__box .delivery__wrap .order__title::before,
  #delivery .delivery__box .delivery__wrap .order__title::after {
    height: 3.52vw;
  }
  
  #delivery .delivery__box .delivery__wrap .order__title::before {
    margin-right: 3.259vw;
  }
  
  #delivery .delivery__box .delivery__wrap .order__title::after {
    margin-left: 3.259vw;
  }
}

/*SP*/
@media print, screen and (max-width: 480px) {
  /*ご注文はこちら！*/
  #delivery .delivery__box .delivery__wrap .order__title {
    font-size: 18px;
    margin: 7vw 0 3vw;
  }
  
  #delivery .delivery__box .delivery__wrap .order__title::before,
  #delivery .delivery__box .delivery__wrap .order__title::after {
    height: 20px;
  }
  
  #delivery .delivery__box .delivery__wrap .order__title::before {
    margin-right: 12px;
  }
  
  #delivery .delivery__box .delivery__wrap .order__title::after {
    margin-left: 11px;
  }
}

/*--------------------------------------
アプリをダウンロード
--------------------------------------*/
#delivery .delivery__box .delivery__wrap .ttl {
  display: inline-block;
  padding: 0 7px 10px;
  margin-bottom: 2.11vw;
  color: #45ae61;
  font-size: 22px;
  border-bottom: 4px dotted #45ae61;
  line-height: 28px;
}


/*TB*/
@media print, screen and (max-width: 767px) {
  
  /*アプリをダウンロード*/
  #delivery .delivery__box .delivery__wrap .ttl {
    font-size: 2.86vw;
  }
}


/*--------------------------------------
※配達圏内について
---------------------------------------*/
#delivery .delivery__box .delivery__wrap .white__warning {
  display: inline-block;
  margin-top: 15px;
  line-height: 18px;
}

#delivery .delivery__box .wolt__wrap .white__warning {
  margin-top: 20px;
}

#delivery .delivery__box .delivery__wrap .white__warning p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
}

/*PC~TB*/
@media print, screen and (min-width: 768px) and (max-width: 960px) {
/*--------------------------------------
※配達圏内について
---------------------------------------*/
  #delivery .delivery__box .delivery__wrap .white__warning {
    margin-top: 13px;
  }
  #delivery .delivery__box .delivery__wrap .white__warning p {
    font-size: 13px;
  }
}

/*TB*/
@media print, screen and (max-width: 767px) {
/*--------------------------------------
※配達圏内について
---------------------------------------*/
  #delivery .delivery__box .delivery__wrap .white__warning {
    line-height: 20px;
  }
  #delivery .delivery__box .delivery__wrap .white__warning p {
    font-size: 14px;
  }
}

/*SP*/
@media print, screen and (max-width: 480px) {
/*--------------------------------------
※配達圏内について
---------------------------------------*/
  #delivery .delivery__box .delivery__wrap .white__warning {
    line-height: 20px;
  }
  #delivery .delivery__box .delivery__wrap .white__warning p {
    padding-left: 13px;
    text-indent: -13px;
    font-size: 12px;
  }
}

/*--------------------------------------
お問い合わせ先　CONTACT
--------------------------------------*/
#delivery .mail-block {
  margin: 40px auto 0;
  padding: 35px 30px;
  background-color: rgba(255,255,255,0.80);
  max-width: 723px;
}

#delivery .mail-block h5 {
  font-size: 18px;
  color: #333;
  margin: 0 0 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #333;
}

#delivery .mail-block h5 .inquiry {
  font-size: 13px;
  color: #333;
  margin-left: 10px;
}

#delivery .mail-block p {
  margin: 0;
  font-size: 15px;
  position: relative;
  text-align: left;  
}

#delivery .mail-block p.mail{
  margin-top: 8px;
}

#delivery .mail-block p.mail::before {
  content: " ";
  margin: 0 10px 0 0;
  display: inline-block;
  background-image: url(/menu_wolt_union/images/mail_icon.webp);
  aspect-ratio: 23.2699 / 19.21;
  height: 20px;
  background-size: contain;
  vertical-align: middle;
}

#delivery .mail-block p a {
  color: #333;
}

/*TB*/
@media print, screen and (max-width: 767px) {
/*--------------------------------------
お問い合わせ先　CONTACT
---------------------------------------*/
}

/*SP*/
@media print, screen and (max-width: 480px) {
/*--------------------------------------
お問い合わせ先　CONTACT
---------------------------------------*/
  #delivery .mail-block {
    margin:  25px auto 0;
    padding: 25px;
  }
  
  #delivery .mail-block h5 {
    margin: 0 0 15px;
  }
  
  #delivery .mail-block h5 > span {
    margin-right: 10px;
  }
  
  #delivery .mail-block h5 .inquiry {
    margin-left: 0;
  }
  
  #delivery .mail-block p {
    font-size: 14px;
  }

  #delivery .mail-block p.mail::before {
    margin: 0 5px 0 0;
  }
}


/*======================================================================================

menu 関連

======================================================================================*/

/*------------------------------------
ロゴ
------------------------------------*/
#delivery .delivery__wrap .delivery__logo h4 {
  background: url("/menu_wolt_union/images/menu_logo.webp") no-repeat top  center/contain;
  margin: 0 auto 60px;
  aspect-ratio: 311 / 98;
  height: 70px;
}

/*PC~TB*/
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  /*------------------------------------
  ロゴ
  ------------------------------------*/
  #delivery .delivery__wrap .delivery__logo h4 {
    margin: 0 auto 40px;
  }
}

/*TB*/
@media print, screen and (max-width: 767px) {

  /*------------------------------------
  ロゴ
  ------------------------------------*/
  #delivery .delivery__wrap .delivery__logo h4 {
    margin: 0 auto 45px;
    height: 11.25vw;
  }
}

/*SP*/
@media screen and (max-width: 480px) {
  
  /*------------------------------------
  ロゴ
  ------------------------------------*/
  #delivery .delivery__wrap .delivery__logo h4 {
    margin: 0 auto 7.96vw;
  }
}


/*------------------------------------
menu WEBサイトへ　btn
------------------------------------*/
#delivery .delivery__box .delivery__wrap .order__inner .btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 75%;
	margin: 2.11vw auto 0;
	padding: 8% 10%;
	border: 2px solid #333;
	background: #333;
	color: #fff;
	transition: 0.5s;
  font-size: 110%;
}

#delivery .delivery__box .delivery__wrap .order__inner .btn:hover {
	color: #333;
	background: #fff;
}

/*TB*/
@media screen and (max-width: 767px) {
  
  /*------------------------------------
  menu WEBサイトへ　btn
  ------------------------------------*/
  #delivery .delivery__box .delivery__wrap .order__inner .btn {
    font-size: 100%;
    margin: 0;
  }
}

/*SP*/
@media screen and (max-width: 480px) {
  
  /*------------------------------------
  menu WEBサイトへ　btn
  ------------------------------------*/
  #delivery .delivery__box .delivery__wrap .order__inner .btn {
    font-size: 12px;
  }
}


/*--------------------------------------
緑色の枠
---------------------------------------*/
#delivery .delivery__box .delivery__wrap .green-area {
  background: #fff;
  border: 5px solid #45ae61;
  border-radius: max(0px, min(40px, calc((100vw - 20px - 100%) * 9999)));
  padding: 2.717vw 3.01vw;
}

#delivery .delivery__box .delivery__wrap .green-area .order-wrap {
  display: flex; /*--横並び指定--*/
  text-align: center;
  justify-content:space-between;
  box-sizing: border-box;
  gap: 4.83vw;
}

#delivery .delivery__box .delivery__wrap .green-area .order-wrap .order__inner {
  position: relative; /*--positionを追加--*/
  flex-grow: 1; /*--幅を指定--*/
  width: calc(( 100% - 4.83vw ) / 2);
}

#delivery .right::after {
  display: none;
}

#delivery .delivery__box .delivery__wrap .green-area {
  position: relative;
}

#delivery .delivery__box .delivery__wrap .green-area::before {
  content: "";
  position: absolute; /*--positionを追加--*/
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 0.2415vw; /*--縦線の太さ(幅)--*/
  height: 80%;/* 縦線の色・形 */
  background-color: #45ae61; /*--縦線の色--*/
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  /*--------------------------------------
  緑色の枠
  ---------------------------------------*/
  #delivery .delivery__box .delivery__wrap .green-area {
    border: 0.45vw solid #45ae61;
    border-radius: max(0px, min(30px, calc((100vw - 15px - 100%) * 9999)));
  }
  
}

/*TB*/
@media screen and (max-width: 767px) {
  
  /*--------------------------------------
  緑色の枠
  ---------------------------------------*/
  #delivery .delivery__box .delivery__wrap .green-area {
    padding: 5.867vw 6.518vw;
    border: 0.68vw solid #45ae61;
    border-radius: max(0px, min(26px, calc((100vw - 13px - 100%) * 9999)));
  }
  
  #delivery .delivery__box .delivery__wrap .green-area .order-wrap {
    gap: 6em;
  }
  
  #delivery .delivery__box .delivery__wrap .green-area .order-wrap .order__inner {
    width: calc(( 100% - 6em ) / 2);
  }
}

/*SP*/
@media screen and (max-width: 480px) {
  
  /*--------------------------------------
  緑色の枠
  ---------------------------------------*/
  #delivery .delivery__box .delivery__wrap .green-area .order-wrap {
    gap: 3.5em;
  }
  
  #delivery .delivery__box .delivery__wrap .green-area .order-wrap .order__inner {
    width: calc(( 100% - 3.5em ) / 2);
  }
  
  #delivery .delivery__box .delivery__wrap .green-area {
    border: 3px solid #45ae61;
    border-radius: 7vw;
  }
}



#delivery .app__download__box {
  display: inline-block;
}

#delivery .app__download__box .image:first-of-type {
  margin-bottom: .4rem;
  aspect-ratio: 163 / 60;
}

#delivery .app__download__box .image:last-of-type {
  aspect-ratio: 202 / 60;
}

#delivery .app__download__box .image img {
  object-fit: contain;
  object-position: 0%;
  width: 100%;
  height: 100%;
}

#delivery .app__download__box .image:first-of-type img {
  height: 80%;
}

#delivery .app__download__box .image a  {
  min-width: var(--l1ld7axn-0);
  width: var(--l1ld7axn-0);
  display: contents;
  position: relative;
  height: 4.5rem;
  min-height: 4.5rem;
}

#delivery  figure {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 55%;
}

#delivery .link__group {
  margin: 2vw 0 1vw;
}



@media screen and (max-width: 767px) {
  
  #delivery .delivery__box .delivery__wrap .ttl {
    font-size: 22px;
    line-height: 24px;
    padding: 0 7px 1.303vw;
    margin-bottom: 4.563vw;
  }
  
  #delivery .delivery__box .delivery__wrap .green-area .order-wrap .left::before {
    margin: 0 3em;
  }
  
  #delivery .app__download__box .image:first-of-type {
    margin-bottom: 1.2vw;
  }
  
  #delivery .app__download__box .image img {
    height: unset;
  }
  
  #delivery .app__download__box .image a {
    height: 12vw;
    min-height: 5.8vw;
  }
  
  #delivery .link__group {
    margin: 4vw 0 5.5vw;
  }
  
  #delivery .delivery__box .delivery__wrap .green-area::before {
    width: 0.45vw; /*--縦線の太さ(幅)--*/
  }
  
}

@media screen and (max-width: 480px) {
  
  /*ロゴ*/
  #delivery .delivery__wrap .delivery__logo h4 {
    height: 12vw;
  }
  
}



/*----------------------------------------------
アプリのご利用方法を見る [PDF]
----------------------------------------------*/
#delivery .link__group .link__pdf {
  display: inline-block;
  position: relative;
  font-size: 16px;
  padding-right: 20px;
  text-decoration: none;
  color: #45ae61;
}

#delivery .link__group .link__pdf::before {
  content: '';
  width: 18px;
  height: 18px;
  background: #45ae61;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#delivery .link__group .link__pdf::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  margin: auto;
}

#delivery .link__group .link__pdf:hover {
  text-decoration: underline;
}

/*TB*/
@media screen and (min-width: 768px) and (max-width: 960px) {
  #delivery .link__group .link__pdf {
    font-size: 12.5px;
    line-height: 16px;
  }
}

/*SPからTB*/
@media screen and (max-width: 767px) {
  #delivery .link__group .link__pdf {
    font-size: 12px;
    line-height: 16px;
  }
  
  #delivery .link__group .link__pdf::before {
    top: 0;
    right: -3px;
  }
  
  #delivery .link__group .link__pdf::after {
    right: 4px;
  }
}

/*SP*/
@media screen and (max-width: 480px) {
  #delivery .link__group .link__pdf {
    font-size: 12px;
    line-height: 14.5px;
  }
  
  #delivery .link__group .link__pdf::before {
    width: 15px;
    height: 15px;
  }
  
  #delivery .link__group .link__pdf::after {
      right: 3px;
  }
}




/*====================================================================

wolt　関連

====================================================================*/

/*-----------------------------------
wolt　ロゴ
-----------------------------------*/
#delivery .wolt__wrap .delivery__logo h4 {
  background: url("/menu_wolt_union/images/wolt_logo.webp") no-repeat top  center/contain;
  height: 60px;
  margin: 10px auto 60px;
}

#delivery .delivery__logo .h4__text {
  width: 0.1px;
  overflow: hidden;
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  /*-----------------------------------
  wolt　ロゴ
  -----------------------------------*/
  #delivery .wolt__wrap .delivery__logo h4 {
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 767px) {
  /*-----------------------------------
  wolt　ロゴ
  -----------------------------------*/
  #delivery .wolt__wrap .delivery__logo h4 {
    height: 10.16vw;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 480px) {
  /*-----------------------------------
  wolt　ロゴ
  -----------------------------------*/
  #delivery .wolt__wrap .delivery__logo h4 {
    height: 10vw;
    margin: 0 auto 35px;
  }
}

/*-----------------------------------
アプリをダウンロード
-----------------------------------*/
#delivery .delivery__box .delivery__wrap .wolt__ttl {
  color: #00b2dd;
  border-bottom: 4px dotted #00b2dd;
}

@media print, screen and (max-width: 1500px) {
  #delivery .delivery__box .delivery__wrap .ttl {
    font-size: 17px;
    line-height: 20px;
  }
}

/*TB*/
@media print, screen and (max-width: 767px) {
  #delivery .delivery__box .delivery__wrap .ttl {
    font-size: 15px;
    line-height: 17px;
  }
}


/*-----------------------------------
黄色の枠
-----------------------------------*/
#delivery .delivery__box .delivery__wrap .yellow-area {
  background: #fff;
  border: 5px solid #fed400;
  border-radius: max(0px, min(40px, calc((100vw - 20px - 100%) * 9999)));
  padding: 2.717vw 3.01vw 2.94vw;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
  position: relative;
}

@media print, screen and (max-width: 1500px) {
  #delivery .delivery__box .delivery__wrap .yellow-area {
    border: 0.35vw solid #fed400;
  }
}

/*TB*/
@media print, screen and (max-width: 767px) {
  /*==============================================
  Wolt関連
  ==============================================*/
  #delivery .delivery__box .delivery__wrap .yellow-area {
    padding: 5.867vw 6.518vw;
    border-radius: 6vw;
    border: 0.68vw solid #fed400;
  }
}


/*--------------------------
wolt アプリケーション
--------------------------*/
#delivery .woltapp_link {
  margin: 0 auto;
  padding:0 20px;
  max-width: 340px;
}

#delivery .appinner.sp .download-bt .image a{
  height:100%
}

#delivery .appinner.sp .download-bt .image img{
  height:100%
}

/*TB*/
@media print, screen and (max-width: 767px) {
  #delivery .woltapp_link {
    padding:0;
    max-width: 500px;
  }
  
  #delivery .woltapp_link .appinner.sp {
    display: flex;
    align-items: center;
    gap: 4.172vw;
  }
  
  #delivery .woltapp_link .appinner.sp figure {
    width: 25%;
  }
  
  #delivery .woltapp_link .appinner.sp .download-bt {
    display: flex;
    gap: 1.95vw;
  } 
}


/*==================================================
装飾 関連　menu&wolt
==================================================*/
#delivery .wolt__wrap .delivery__logo {
  position: relative;
}
/*--------------------------
キャラクター　deco01 menu
--------------------------*/
#delivery .delivery__box .delivery__wrap .green-area::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("/menu_wolt_union/images/deco_01_christmas.webp") no-repeat center center / contain;
  right: 40px;
  bottom: 3px;
  aspect-ratio: 167 / 60 ;
  height: 3vw;
}
/*--------------------------
キャラクター　deco02 wolt
--------------------------*/
#delivery .wolt__wrap .delivery__logo .deco02 {
  top: 0;
  right: 0;
  background: url("/menu_wolt_union/images/deco_02.webp") no-repeat bottom right / contain;
  aspect-ratio: 201 / 242 ;
  height: 10vw;
  position: absolute;
  transform: translate(90px,-80px);
}

/*--------------------------
お寿司　deco04 wolt
--------------------------*/
#delivery .delivery__box .delivery__wrap .yellow-area::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("/menu_wolt_union/images/deco_04.webp") no-repeat center center / contain;
  right: -30px;
  bottom: -20px;
  aspect-ratio: 275 / 155 ;
  height: 7.7vw;
}

@media print, screen and (max-width: 1500px) {
  /*----------------------------------------------
  キャラクター　deco02 wolt
  ----------------------------------------------*/
  #delivery .wolt__wrap .delivery__logo .deco02 {
    transform: translate(48px, -80px);
    height: 12.5vw;
    right: 15px;
  }
  /*----------------------------------------------
  お寿司　deco04
  ----------------------------------------------*/
  #delivery .delivery__box .delivery__wrap .yellow-area::after {
    right: -2vw;
    bottom: -1vw;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  /*----------------------------------------------
  キャラクター　deco01 menu
  ----------------------------------------------*/
  #delivery .delivery__box .delivery__wrap .green-area::after {
    height: 4vw;
    right: 30px;
  }
  
  /*----------------------------------------------
  キャラクター　deco02 wolt
  ----------------------------------------------*/
  #delivery .wolt__wrap .delivery__logo .deco02 {
    height: 15vw;
  }
}

/*SP～タブレット*/
@media print, screen and (max-width: 767px) {
  /*----------------------------------------------
  キャラクター　deco01 menu
  ----------------------------------------------*/
  #delivery .delivery__box .delivery__wrap .green-area::after {
    height: 8.5vw;
    right: 5.21vw;
  }
  
  /*----------------------------------------------
  キャラクター　deco02 wolt
  ----------------------------------------------*/
  #delivery .wolt__wrap .delivery__logo .deco02 {
    transform: translate(25px, -40px); /* X軸に25px、Y軸に-40px移動 */
    height: 20.5vw;
    top: 18px;
  }

  /*----------------------------------------------
  お寿司　deco04 wolt
  ----------------------------------------------*/
  #delivery .delivery__box .delivery__wrap .yellow-area::after {
    right: 1vw;
    bottom: -1.8vw;
    height: 17vw;
  }
}

/*SP*/
@media print, screen and (max-width: 480px) {
  /*----------------------------------------------
  キャラクター　deco01 menu
  ----------------------------------------------*/
  #delivery .delivery__box .delivery__wrap .green-area::after {
    height: 10vw;
  }
  
  /*----------------------------------------------
  キャラクター　deco02 wolt
  ----------------------------------------------*/
  #delivery .wolt__wrap .delivery__logo .deco02 {
    top: 10px;
    transform: translate(20px, -25px); /* X軸に20px、Y軸に-25x移動 */
  }

  /*----------------------------------------------
  お寿司　deco04 wolt
  ----------------------------------------------*/
  #delivery .delivery__box .delivery__wrap .yellow-area::after {
    right: -2vw;
    bottom: -5vw;
  }
}


/*----------------------------------------------
詳しくはこちら wolt
----------------------------------------------*/
#delivery .link__group .link__more {
  color: #00b2dd;
}
#delivery .link__group .link__more::before {
  background: #00b2dd;
}


/*PC非表示*/
@media print, screen and (max-width: 767px) {
  #delivery .pc {
    display: none !important;
  }
}

/*SP非表示*/
@media print, screen and (min-width: 768px) {
  #delivery .sp {
    display: none !important;
  }
}



