@charset "shift_jis";

/* ======================================================
 * choose.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Override
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Override
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- heading-image ----- */
  .heading-image {
    width: 1024px;
    margin: 35px auto 0;
  }
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  /* ----- Main__body ----- */
  .Main__body.type-choose .Main__content {
    padding: 36px 0 0;
  }
  /* ----- card ----- */
  .card.type-cocktail .card__head {
    width: 22.2%;
  }
  .card.type-cocktail .card__head+.card__body {
    margin-left: 1.7em;
  }

  /* ------------------------------------------------------
   * PageComponent
  ------------------------------------------------------ */
  /* ----- feeling-box ----- */
  .feeling-box {
    margin-top: 34px !important;
    background-color: #f4f4f4;
  }
  .feeling-box + .feeling-box {
    margin-top: 41px !important;
  }
  .feeling-box .feeling-box__head {
    position: relative;
    margin-bottom: 11px;
    padding: 17px 17px 15px;
    background-color: #c28824;
    text-align: center;
  }
  .feeling-box .feeling-box__head::after {
    position: absolute;
    bottom: -11px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 11.5px 0 11.5px;
    border-color: #c28824 transparent transparent transparent;
    content: "";
    transform: translateX(-50%);
  }
  .feeling-box .feeling-box__title {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
  }
  .feeling-box .feeling-box__body {
    padding: 20px 30px 30px;
  }
  .feeling-box .feeling-box__column {
    display: flex;
  }
  .feeling-box .feeling-box__column .feeling-box__detail {
    width: calc((100% - 36px)/2);
    margin-right: 36px;
  }
  .feeling-box .feeling-box__column .feeling-box__card {
    width: calc((100% - 36px)/2);
  }
  .feeling-box .feeling-box__card .card-wrap {
    margin: 0;
  }
  .feeling-box .feeling-box__card .card-wrap + .card-wrap {
    margin-top: 20px;
  }
  /* ----- feeling-heading ----- */
  .feeling-heading {
    margin-top: 6px;
    padding: 0 2px 2px;
    border-bottom: 1px solid #c28824;
  }
  .feeling-heading + * {
    margin-top: 20px;
  }
  .feeling-heading .feeling-heading__title {
    font-size: 2rem;
  }
  .feeling-heading .feeling-heading__title .feeling-heading__label {
    font-size: 2.4rem;
    color: #c28824;
    font-weight: bold;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
/***
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
***/


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- heading-image ----- */
  .heading-image {
    margin: 0 -15px;
  }

  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  /* ----- Main__body ----- */
  .Main__body.type-choose .Main__content {
    padding: 2em 15px 0;
  }
  /* ----- card ----- */
  .card.type-cocktail .card__head {
    width: 22.2%;
  }
  .card.type-cocktail > [class*="card__type"] {
    padding: 1em;
    width: 100%;
  }

  /* ------------------------------------------------------
   * PageComponent
  ------------------------------------------------------ */
  /* ----- feeling-box ----- */
  .feeling-box {
    margin-top: 22px !important;
    background-color: #f4f4f4;
  }
  .feeling-box + .feeling-box {
    margin-top: 14px !important;
  }
  .feeling-box .feeling-box__head {
    position: relative;
    margin-bottom: 11px;
    padding: 10px 10px 9px;
    background-color: #c28824;
    text-align: center;
  }
  .feeling-box .feeling-box__head::after {
    position: absolute;
    bottom: -11px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 11.5px 0 11.5px;
    border-color: #c28824 transparent transparent transparent;
    content: "";
    transform: translateX(-50%);
  }
  .feeling-box .feeling-box__title {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .feeling-box .feeling-box__body {
    padding: 16px 15px 15px;
  }
  .feeling-box .feeling-box__column .feeling-box__detail {
    margin-bottom: 15px;
  }
  .feeling-box .feeling-box__card .card-wrap {
    margin: 0;
  }
  .feeling-box .feeling-box__card .card-wrap + .card-wrap{
    margin-top: 20px;
  }
  /* ----- feeling-heading ----- */
  .feeling-heading {
    padding: 0 0 9px;
    border-bottom: 1px solid #c28824;
  }
  .feeling-heading + * {
    margin-top: 14px;
  }
  .feeling-heading .feeling-heading__title {
    text-align: center;
    font-size: 1.4rem;
  }
  .feeling-heading .feeling-heading__title .feeling-heading__label {
    font-size: 1.8rem;
    color: #c28824;
    font-weight: bold;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
***/


/* ======================================================
 * Print
====================================================== */
@media print {
}