@charset "UTF-8";

/* ==========================================================================
   Foundation
   ========================================================================== */

/* Variable
   ----------------------------------------------------------------- */

/* Media Query Break Point */

/* ============================================ */

/* Text Size */

/* ============================================ */

/* Mixin
   ----------------------------------------------------------------- */

/* Default
   ----------------------------------------------------------------- */

/* ==========================================================================
   Layout
   ========================================================================== */

.l-header--pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .l-header--pc {
    display: none;
  }
}

.l-header--mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-header--mobile {
    display: block;
  }
}

/* ==========================================================================
   Object
   ========================================================================== */

/* Component
   ----------------------------------------------------------------- */

/* Project
   ----------------------------------------------------------------- */

/*
 * SP幅用の共通ヘッダーナビエリア。
 */

.p-common-header {
  position: fixed;
  top: 0;
  z-index: 1;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  background: #11100f;
}

.p-common-header.pc {
  display: none;
}

.p-common-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: -webkit-stretch;
  padding: 0 20px;
  padding: 0;
}

.p-common-header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
  list-style: none;
}

.p-common-header__menu ul.sp-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-common-header__menu ul.sp-menu li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
}

.p-common-header__menu ul.sp-menu li span > img {
  margin-right: 4px;
}

.p-common-header__menu ul.sp-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-common-header__menu ul.bottom-menu > li:not(:last-child) {
  margin-right: 8px;
}

.p-common-header__menu ul .p-common-header__top-menu li {
  margin-right: 30px;
}

.p-common-header__menu ul .p-common-header__top-menu li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
}

.p-common-header__menu ul .p-common-header__top-menu li span > img {
  margin-right: 5.7px;
}

.p-common-header__menu ul .p-common-header__top-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-common-header__logo {
  display: initial;
  margin-right: 15px;
  margin-left: 16px;
}

.p-common-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search_sp {
  -ms-flex-item-align: baseline;
      align-self: baseline;
  width: -webkit-stretch;
  padding: 0 16px 6px;
}

.header-btn span {
  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;
  width: 130px;
  height: 16px;
  padding: 7px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -1.5px;
  background: #fee58e;
  border-radius: 15px;
}

.header-btn span img {
  width: 24px;
  height: 24px;
  margin-right: 2px;
}

/**
 * SP幅画面のヘッダーの「このサイトでできること」ボタン
*/

.tagline-btn > span {
  position: relative;
  display: inline-block;
  width: 173px;
  padding: 10px 0 10px 37px;
  font-size: 14px;
  font-weight: bold;
  color: #11100f;
  text-align: left;
  letter-spacing: -1.5px;
  background: #ffa700;
  border-radius: 20px;
}

.tagline-btn > span img {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/**
 * 画面幅SPモード時の右上アコーディオンメニュー
*/

.menu_sp {
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: #11100f73;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.menu_sp.open {
  z-index: 20;
  opacity: 1;
}

.menu_sp.open > a {
  opacity: 1;
}

.menu_sp.open .flex {
  right: 0;
}

.menu_sp > a {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.menu_sp .flex {
  position: absolute;
  top: 0;
  right: -304px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 304px;
  height: 100%;
  padding-top: 48px;
  background: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.menu_sp .flex > ul {
  padding: 12px 21px;
}

.menu_sp .flex > ul li {
  list-style: none;
}

.menu_sp .flex > ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 15px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px dashed #b7b6b6;
}

.menu_sp .flex > ul li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}

.menu_sp .flex > ul li a span img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

/*========== guide ========== */

.guide-title-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}

.guide-title-header .span-container span {
  width: 324px;
  height: 2px;
  background: #11100f1a;
  display: inline-block;
}

.guide-title-header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.guide-title-header > div > span {
  font-size: 26px;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 1.2;
}

.guide-title-header > div:nth-child(2) {
  margin: 0px 23px;
}

.guide-title-header img {
  -ms-flex-item-align: center;
      align-self: center;
  margin-right: 13px;
  width: 22.93px;
  height: 26px;
  margin-bottom: -3px;
  margin-right: 8px;
}

.guide {
  padding: 24px 0px;
  background-image: url("/images/guide-bg.png");
  background-size: contain;
}

.guide .slick-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -43.2px;
  height: auto;
  width: auto;
}

.guide .slick-prev:before {
  content: url("/images/arrow-left.svg");
}

.guide .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -43.2px;
  height: auto;
  width: auto;
}

.guide .slick-next:before {
  content: url("/images/arrow-right.svg");
}

.guide .left img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -43.2px;
}

.guide .right img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -43.2px;
}

.guide .slick-slide img {
  width: 262px;
  height: 122px;
}

.guide-header {
  background-image: url("/images/knowledge_sp.jpg");
  display: block;
  height: 120px;
  width: 335px;
  margin: auto;
  background-size: contain;
}

.guide-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 262px;
  height: 122px;
  margin: auto;
  margin-top: 24px;
}

.guide-item {
  margin-right: 20px;
}

.guide-item img {
  width: 262px;
  height: 122px;
}

/*========== guide ========== */

/*========== pickup-area ========== */

.pickup-area {
  padding: 52px 0px 0px 0px;
}

.span-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.span-container > span {
  width: 100% !important;
}

.span-container > span:not(:first-child) {
  margin-top: 7px;
}

.pickup-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pickup-header .span-container span {
  width: 40px;
  height: 2px;
  background: #11100f1a;
  display: inline-block;
}

.pickup-header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pickup-header > div > span {
  font-size: 26px;
  font-weight: bold;
}

.pickup-header > div:nth-child(2) {
  margin: 0px 20px;
}

.pickup-header img {
  -ms-flex-item-align: center;
      align-self: center;
  margin-right: 6px;
  width: 22.93px;
  height: 26px;
}

.pickup-subheader {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 18px;
  padding: 0px 20px;
}

.pickup-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pickup-item {
  width: 100%;
  background: #fee58e42;
}

.pickup-item:not(:last-child) {
  margin-bottom: 30px;
}

.pickup-item-header {
  background: #11100F;
  height: 66px;
  padding: 7px 12px;
}

.pickup-item-header > span {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  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;
  height: inherit;
  text-align: center;
}

.pickup-item-body {
  padding: 10px 25px;
}

.pickup-item-body > a span:nth-of-type(1) {
  font-size: 14px;
  margin-bottom: 31px;
  display: inline-block;
}

.pickup-item-body > a span:nth-of-type(2) {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 8px;
}

.price {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 16px;
}

.price > span {
  font-size: 14px;
  color: #DC000C;
}

.pickup-item-footer {
  padding: 0px 25px 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-item {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.footer-item span {
  font-weight: bold;
  font-size: 14px;
}

/*========== pickup-area ========== */

/* Utility
   ----------------------------------------------------------------- */

