@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&family=Roboto:wght@500&display=swap");
/* =======================================

  DELIVERY

======================================= */
#container {
  min-width: 1020px;
}

@media screen and (max-width: 736px) {
  #container {
    min-width: auto;
  }
}
/* icon fonts
--------------------------------------------------*/
@font-face {
  font-family: "ico_cocos_menu";
  src: url("/css/lp/lp_font/cocos_menu.eot?-3svisb");
  src: url("/css/lp/lp_font/cocos_menu.eot?#iefix-3svisb") format("embedded-opentype"), url("/css/lp/lp_font/cocos_menu.woff?-3svisb") format("woff"), url("/css/lp/lp_font/cocos_menu.ttf?-3svisb") format("truetype"), url("/css/lp/lp_font/cocos_menu.svg?-x36oob#ico_cocos_menu") format("svg");
}
/* CSS Document */
#delivery {
  color: #561e11;
  line-height: 1.8;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: bold;
  min-width: 1020px;
}

#delivery img {
  width: 100%;
}

#delivery small {
  font-size: 12px;
  letter-spacing: 0.01em;
  padding-left: 0.01em;
  font-weight: normal;
  display: block;
  text-align: center;
}

#delivery a {
  cursor: pointer;
}

@media screen and (min-width: 1300px) {
  #delivery .mv {
    width: 1300px;
    margin: auto;
    display: flex;
  }
}
@media screen and (max-width: 736px) {
  #gHeader, #gHeader .inner {
    width: 100%;
    min-width: auto;
    height: 70px;
  }

  #gHeader h1 {
    width: 50px;
    padding: 28px 0 0;
  }

  #gHeader h1 img {
    width: 100%;
    height: auto;
  }

  #delivery {
    min-width: inherit;
  }

  #delivery small {
    font-size: 10px;
  }
}
/*-------order--------------------------*/
#delivery .order {
  width: 1000px;
  margin: 100px auto 200px;
  text-align: center;
}

#delivery .order .lead {
  position: relative;
  text-align: center;
  line-height: 1.4;
  font-weight: normal;
  display: inline-block;
  padding-left: 0.1em;
  font-feature-settings: "palt";
}

#delivery .order .lead span {
  display: block;
  font-size: 20px;
  margin-top: 10px;
  font-weight: bold;
}

#delivery .order .lead::before,
#delivery .order .lead::after {
  content: "";
  width: 55px;
  position: absolute;
  bottom: 0;
}

#delivery .order .lead::before {
  background: url("/files/delivery/img_deco_left.png") no-repeat;
  background-size: contain;
  height: 80px;
  left: -80px;
}

#delivery .order .lead::after {
  background: url("/files/delivery/img_deco_right.png") no-repeat;
  background-size: contain;
  height: 70px;
  right: -80px;
}

#delivery .order .store {
  background: rgba(250, 142, 15, 0.4);
  margin-top: 150px;
  position: relative;
}

#delivery .order .store div {
  background: url("/files/delivery/img_deco_ribbon.png") no-repeat;
  background-size: contain;
  width: 630px;
  height: 120px;
  position: absolute;
  right: 0;
  left: 0;
  top: -70px;
  margin: auto;
}

#delivery .order .store div p {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#delivery .order .store div p span {
  font-family: "Roboto", sans-serif;
  font-size: 47px;
  display: block;
  margin-left: 20px;
}

#delivery .order .store div small {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

#delivery .order .store .wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 80px 50px 50px;
}

#delivery .order .store .wrap .logo {
  height: 200px;
  width: 280px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#delivery .order .store .wrap > li {
  width: 50%;
  background: #fff;
  border: 3px solid #561e11;
  border-radius: 10px;
  padding: 0 35px 35px;
  text-align: center;
}

#delivery .order .store .wrap > li:first-child {
  margin-right: 25px;
}

#delivery .order .store .wrap > li:last-child {
  margin-left: 25px;
}

#delivery .order .store .wrap > li:last-child img {
  max-width: 125px;
}

#delivery .order .store .delivery_btn li {
  margin-bottom: 20px;
}

#delivery .order .store .delivery_btn li:last-child {
  margin-bottom: 10px;
}

#delivery .order .store .delivery_btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  background: #fa8e0f;
  color: #fff;
  box-shadow: 0 5px 0 #ba5200;
  border-radius: 10px;
  width: 350px;
  height: 60px;
  position: relative;
  transition: 0.2s;
}

#delivery .order .store .delivery_btn li a:hover {
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  border-bottom: none;
  box-shadow: 0 2px 0 #ba5200;
}

#delivery .order .store .delivery_btn li a span {
  font-size: 13px;
  margin-top: 2px;
}

#delivery .order .store .delivery_btn li a::before,
#delivery .order .store .delivery_btn li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#delivery .order .store .delivery_btn li a::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  right: 10px;
}

#delivery .order .store .delivery_btn li a::after {
  width: 5px;
  height: 5px;
  border-top: 3px solid #fa8e0f;
  border-right: 3px solid #fa8e0f;
  transform: rotate(45deg);
  right: 17px;
}

.sp {
  display: none;
}

@media screen and (max-width: 736px) {
  #delivery .order {
    width: auto;
    margin: 40px auto 150px;
  }

  #delivery .order img {
    width: 70%;
  }

  #delivery .order .store .wrap > li:last-child img {
    max-width: 35%;
  }

  #delivery .order .lead span {
    font-size: 16px;
  }

  #delivery .order .lead::before,
#delivery .order .lead::after {
    width: 30px;
  }

  #delivery .order .lead::before {
    height: 45px;
    left: -43px;
  }

  #delivery .order .lead::after {
    height: 35px;
    right: -41px;
  }

  #delivery .order .store {
    margin-top: 80px;
  }

  #delivery .order .store div {
    width: 95%;
    height: 70px;
    top: -40px;
    line-height: 1.2;
    background-position: center;
  }

  #delivery .order .store div p {
    font-size: 0.6rem;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 1.1rem;
  }

  #delivery .order .store div p span {
    font-size: 1.6rem;
    font-size: 25.6px;
    margin-left: 10px;
  }

  #delivery .order .store div small {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }

  #delivery .order .store .wrap {
    display: block;
    padding: 60px 30px 30px;
  }

  #delivery .order .store .wrap .logo {
    height: auto;
    width: 100%;
    margin: 13vw auto;
  }

  #delivery .order .store .wrap > li {
    width: auto;
    padding: 0 25px 25px;
  }

  #delivery .order .store .wrap > li:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }

  #delivery .order .store .wrap > li:last-child {
    margin-left: 0;
  }

  #delivery .order .store .delivery_btn li a {
    font-size: 15px;
    width: 100%;
  }

  #delivery .order .store .delivery_btn li a span {
    font-size: 11px;
  }

  .sp {
    display: block;
  }
}
/*-------menu--------------------------*/
#delivery .menu {
  background: #fef2e4;
  margin-top: 200px;
  position: relative;
}

#delivery .menu .sub {
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: #fef2e4;
  position: absolute;
  right: 0;
  left: 0;
  top: -100px;
  margin: auto;
}

#delivery .menu .sub p {
  font-size: 24px;
  padding-left: 0.1em;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: 70px;
  margin: auto;
}

#delivery .menu .sub p::before {
  content: "";
  background: url("/files/delivery/txt_delivery.png") no-repeat;
  background-size: contain;
  width: 100px;
  height: 40px;
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  top: -40px;
  margin: auto;
}

#delivery .menu .inner {
  width: 1000px;
  margin: auto;
  padding: 80px 0;
  z-index: 1;
  position: relative;
}

#delivery .menu .inner .title {
  font-size: 36px;
  line-height: 1.5;
  padding-left: 0.1em;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}

#delivery .menu .inner .title::before,
#delivery .menu .inner .title::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

#delivery .menu .inner .title::before {
  background: url("/files/delivery/img_line_top.png") no-repeat;
  background-size: contain;
  width: 45%;
  height: 15px;
  top: 40px;
}

#delivery .menu .inner .title::after {
  background: url("/files/delivery/img_line_bottom.png") no-repeat;
  background-size: contain;
  width: 15%;
  height: 15px;
  bottom: 0;
}

#delivery .menu img {
  width: 65%;
  padding: 10px;
  box-sizing: content-box;
  background: #fff;
  border: 1px solid #b5b6b6;
}

#delivery .menu ul {
  margin: 80px 0;
  position: relative;
}

#delivery .menu ul li p {
  font-family: "Homemade Apple", cursive;
  text-align: center;
  font-size: 50px;
  font-weight: normal;
  letter-spacing: 0;
  position: absolute;
  right: 60px;
}

#delivery .menu ul li:nth-child(3) p {
  right: 45px;
}

#delivery .menu ul li.right p {
  left: 60px;
  right: auto;
}

#delivery .menu ul li p::before {
  content: "";
  background: url("/files/delivery/img_deco.png") no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
}

#delivery .menu ul li:first-child p::before {
  right: 10px;
  top: -30px;
}

#delivery .menu ul li:nth-child(2) p::before {
  left: 10px;
  bottom: -30px;
  transform: rotate(185deg);
}

#delivery .menu ul li:nth-child(3) p::before {
  right: 10px;
  bottom: -30px;
  transform: rotate(115deg);
}

#delivery .menu ul li:nth-child(4) p::before {
  left: 10px;
  top: -50px;
  transform: rotate(-45deg);
}

#delivery .menu ul li p::after {
  content: "";
  background: url("/files/delivery/bg_circle.png") no-repeat;
  background-size: contain;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  z-index: -1;
}

#delivery .menu ul li:nth-child(3) p::after {
  right: -10px;
}

#delivery .menu ul li.right p::after {
  right: auto;
  left: -30px;
}

#delivery .menu ul li:nth-last-child(-n+2) p {
  font-size: 68px;
}

#delivery .menu ul li:last-child p {
  left: 15px;
}

#delivery .menu ul li:last-child p::after {
  left: 25px;
}

#delivery .menu ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0;
  position: relative;
}

#delivery .menu ul li.left img {
  transform: rotate(-4deg);
}

#delivery .menu ul li.right {
  flex-direction: row-reverse;
}

#delivery .menu ul li.right img {
  transform: rotate(4deg);
}

#delivery .menu a {
  display: inline-block;
  color: #561e11;
}

#delivery .menu a::before {
  content: "\e610";
  font-family: "ico_cocos_menu";
  color: #FF6633;
  vertical-align: -1px;
}

@media screen and (max-width: 736px) {
  #delivery .menu {
    margin-top: 150px;
  }

  #delivery .menu .sub {
    width: 250px;
    height: 250px;
    top: -80px;
  }

  #delivery .menu .sub p {
    font-size: 16px;
    top: 60px;
  }

  #delivery .menu .sub p::before {
    width: 70px;
    height: 30px;
    top: -30px;
  }

  #delivery .menu .inner {
    width: auto;
    padding: 30px 20px;
  }

  #delivery .menu .inner .title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  #delivery .menu .inner .title::before {
    width: 250px;
    top: 25px;
  }

  #delivery .menu .inner .title::after {
    width: 130px;
    bottom: -6px;
  }

  #delivery .menu img {
    width: 80%;
    padding: 5px;
  }

  #delivery .menu ul {
    margin: 50px 0 100px;
    position: relative;
  }

  #delivery .menu ul li p {
    font-size: 25px;
    right: 20px;
    bottom: -75px;
  }

  #delivery .menu ul li:nth-child(3) p {
    right: 45px;
    bottom: -55px;
  }

  #delivery .menu ul li:nth-child(4) p {
    bottom: -55px;
  }

  #delivery .menu ul li.right p {
    left: 25px;
    right: auto;
  }

  #delivery .menu ul li p::before {
    width: 25px;
    height: 25px;
  }

  #delivery .menu ul li:first-child p::before {
    right: 0px;
    top: -15px;
  }

  #delivery .menu ul li:nth-child(2) p::before {
    left: 15px;
    bottom: -5px;
  }

  #delivery .menu ul li:nth-child(3) p::before {
    right: -20px;
    bottom: 0px;
  }

  #delivery .menu ul li:nth-child(4) p::before {
    left: -2px;
    top: -30px;
  }

  #delivery .menu ul li p::after {
    width: 150px;
    height: 150px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }

  #delivery .menu ul li:nth-child(3) p::after {
    right: -10px;
    bottom: 20px;
  }

  #delivery .menu ul li:nth-child(4) p::after {
    right: -80px;
    bottom: 30px;
  }

  #delivery .menu ul li.right p::after {
    right: auto;
    left: -15px;
  }

  #delivery .menu ul li:nth-last-child(-n+2) p {
    font-size: 35px;
  }

  #delivery .menu ul li:last-child p {
    left: 0;
  }

  #delivery .menu ul li:last-child p::after {
    left: 25px;
  }

  #delivery .menu ul li {
    margin: 50px 0 90px;
  }

  #delivery .menu ul li:nth-last-child(-n+2) {
    margin: 50px 0 70px;
  }

  #delivery .menu a {
    font-size: 12px;
  }
}
#delivery .sp.copyright {
  display: none;
}

@media screen and (max-width: 736px) {
  #delivery .sp.copyright {
    display: none !important;
    text-align: left;
    font-size: 10px;
    margin: 20px;
  }
}