@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
/* line 22, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  scroll-padding-top: 60px;
}

/* line 32, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.section {
  height: 100vh;
  /* 1画面分の高さは固定 */
  overflow-y: auto;
  /* セクション内で縦スクロール可能に */
  scroll-snap-align: start;
  /* スナップの基準 */
}

/*ヘッダーのベース設定*/
/* line 39, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
header {
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 5px 0;
  /* ロゴ画像 */
}
/* line 47, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
header .header-image {
  max-height: 60px;
  /* ヘッダーの高さに収める */
  width: auto;
  /* 横比率は自動調整 */
  margin: 0;
  /* 余白は一旦リセット */
}
/* line 52, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
header .navi {
  background-color: #461710;
  line-height: 35px;
  height: 35px;
}
/* line 57, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
header .navi .campaign {
  color: white;
  font-size: 18px;
  font-weight: bold;
}

/* スマホでは非表示 */
@media screen and (max-width: 768px) {
  /* line 66, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .navi {
    display: none;
  }
}
/* line 71, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
body {
  width: 100%;
  /*中央寄せ*/
  /*テーブルに関する情報*/
  /* テーブル共通 */
  /* レスポンシブ対応 */
  /* firefox */
  /* firefox */
  /*  Top Wrapper  */
  /*hr*/
}
/* line 76, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
body .center {
  text-align: center;
  margin: 0 auto;
}
/* line 83, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
body table.company {
  width: 90%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 15px;
  font-size: 1.5vw;
  /* 入力フィールドを100%幅にする */
}
/* line 90, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
body table.company th, body table.company td {
  padding: 10px;
}
/* line 92, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
body table.company th {
  background: #461710;
  vertical-align: middle;
  text-align: left;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
  font-size: 1.7vw;
}
/* line 103, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
body table.company td {
  background: #f4f4f4;
}
/* line 108, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
body table.company td input[type="text"],
body table.company td input[type="email"],
body table.company td input[type="password"],
body table.company td select {
  width: 100%;
  font-size: 1.2rem;
  /* フォームのフォントサイズをアップ */
  padding: 10px;
  /* 余白を増やしてタップしやすく */
  border-radius: 5px;
  /* 角を少し丸める */
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  /* line 122, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  body table.company {
    width: 100%;
  }
  /* line 126, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  body td input[type="text"],
  body td input[type="email"],
  body td input[type="password"],
  body td select {
    font-size: 2.0rem;
    /* スマホではさらに大きく */
    padding: 12px;
  }
  /* line 133, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  body tr {
    font-size: 1.5rem;
  }
}
@-moz-document url-prefix() {
  /* line 140, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  body table.company th::after {
    float: right;
    padding: 0;
    left: 30px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 10px solid transparent;
    border-left: #461710 10px solid;
    margin-top: -10px;
  }
}
/* line 155, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
body input {
  width: 90%;
}
/* line 158, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
body textarea {
  width: 90%;
  line-height: 1.5em;
}
/* line 164, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
body .price {
  color: red;
  font-size: 2.5vw;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  /* line 172, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  body .label-cell,
  body .arrow-box-cell {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
  }
  /* line 178, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  body th.arrow-box-cell {
    font-size: 5vw !important;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
  }
  /* line 185, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  body .label-cell {
    background-color: #f0f0f0 !important;
    /* 任意の背景色に変更 */
  }
  /* line 189, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  body .responsive-cell {
    display: block;
    width: 100%;
    background-color: #e0e0e0 !important;
    /* 任意の背景色に変更 */
  }
  /* line 195, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  body .input-container {
    display: block;
    width: 100%;
  }
}
@-moz-document url-prefix() {
  /* line 204, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  body table.company th::after {
    float: right;
    padding: 0;
    left: 30px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 10px solid transparent;
    border-left: #461710 10px solid;
    margin-top: -10px;
  }
}
/* line 219, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
body input {
  width: 90%;
}
/* line 222, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
body textarea {
  width: 90%;
  line-height: 1.5em;
}
/* line 228, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
body .price {
  color: red;
  font-size: 2.5vw;
  font-weight: bold;
}
/* line 234, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
body .point {
  color: red;
  font-size: 2.0vw;
  font-weight: bold;
}
/* line 242, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
body .top-wrapper {
  position: relative;
  text-align: center;
}
/* line 246, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
body .top-wrapper .heading {
  text-align: center;
  color: #666;
  font-size: 2rem;
  font-weight: bold;
  margin: 20px 0;
}
/* line 254, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
body .top-wrapper h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #666;
  margin: 0;
}
@media screen and (max-width: 479px) {
  /* line 254, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  body .top-wrapper h2 {
    font-size: 1.5rem;
  }
}
/* line 264, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
body .top-wrapper strong {
  color: #666;
  font-weight: bold;
  text-decoration: none;
  font-size: inherit;
}
/* line 271, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
body .top-wrapper p, body .top-wrapper h6 {
  color: #666;
  font-size: 1rem;
  margin: 10px 0;
  line-height: 1.6;
}
/* line 280, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
body .line {
  height: 5px;
  background: #461710;
  background-image: -webkit-linear-gradient(left, #eee, #461710, #eee);
  background-image: -moz-linear-gradient(left, #eee, #461710, #eee);
  background-image: -ms-linear-gradient(left, #eee, #461710, #eee);
  background-image: -o-linear-gradient(left, #eee, #461710, #eee);
  width: 90%;
}
/* line 290, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
body .blue {
  color: #461710;
  margin: 15px 0;
  font-size: 115%;
}
/* line 297, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
body .red {
  color: red;
}
/* line 301, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
body .font-height {
  line-height: 3.0vw;
  margin: 0 30px;
}
/* line 306, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
body .font-height-2 {
  font-size: 0.5vw;
  margin: 0 30px;
}
/* line 311, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
body .label {
  background: red;
}
/* line 315, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
body .label-blue {
  background: blue;
}

/* line 325, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
ul {
  padding: 0;
  width: 90%;
}

/* line 329, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
li {
  list-style-type: none;
}

/* line 332, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
dd {
  margin-left: 0;
}

/* line 338, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.flow > li {
  position: relative;
}

/* line 341, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.flow > li:not(:last-child) {
  margin-bottom: 40px;
}

/* line 344, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.flow > li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #461710;
  position: absolute;
  top: -40px;
  left: -webkit-calc(10% + 30px - 2px);
  left: calc(10% + 30px - 2px);
  z-index: 10;
}

/* line 355, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.flow > li dl {
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #461710;
  border-radius: 10px;
  position: relative;
}

/* line 368, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 378, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.flow > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #461710;
}

/* line 382, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.flow > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}

/* line 386, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #461710;
  -ms-flex-preferred-size: 20%;
  flex-basis: 25%;
  margin-right: 2vw;
  text-align: center;
}

/* line 395, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.flow > li dl dt .icon {
  font-size: 12px;
  color: #fff;
  background: #461710;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 9;
}

@media (max-width: 768px) {
  /* line 409, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .flow > li dl {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 20px;
  }

  /* line 415, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .flow > li dl dt {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
  }

  /* line 422, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .flow > li dl dt .icon {
    font-size: 10px;
    padding: 4px 8px;
    margin-bottom: 0;
    margin-right: 8px;
  }

  /* line 429, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .flow > li dl dd {
    width: 100%;
    margin-left: 0;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
  }

  /* line 437, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .flow > li:not(:last-child)::before {
    left: 20px;
    height: 40px;
  }
}
/* line 445, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.white {
  color: #461710;
  font-size: 10px;
}

/* line 451, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.center {
  text-align: center;
  margin: 0 auto;
}

/* line 456, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 461, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.cp_qa .cp_actab {
  position: relative;
  padding-left: 0;
  overflow: hidden;
  width: 80%;
  margin: 0 auto 1em auto;
  color: #461710;
}
/* line 469, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.cp_qa .cp_actab h4 {
  all: unset;
}

/* line 474, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}

/* 質問 */
/* line 480, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.cp_qa .cp_actab label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0;
  padding: 1em 2em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 0.5em;
  background: rgba(0, 88, 166, 0.1);
  color: #461710;
}

/* line 494, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.cp_qa .cp_actab label::before {
  font-family: serif;
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
  content: 'Q';
  color: white;
}

/* line 503, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.cp_qa .cp_actab label:hover {
  transition: all 0.3s;
  color: #461710;
}

/* 質問の＋アイコン */
/* line 509, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.cp_qa .cp_actab label::after {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  position: absolute;
  top: 0;
  right: 0;
  content: 'b';
  display: inline-block;
  width: 2em;
  height: 2em;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
  color: white;
}

/* 答え */
/* line 526, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.cp_qa .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
  border-radius: 0 0 0.5em 0.5em;
}

/* line 536, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.cp_qa .cp_actab .cp_actab-content::before {
  font-family: serif;
  font-size: 1.5em;
  position: absolute;
  margin: 0.4em 0 0 -1em;
  padding: 0;
}

/* line 544, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.cp_qa .cp_actab .cp_actab-content p {
  margin: 1em 1em 1em 0;
}

/* 質問を開いた時の仕様 */
/* --答えの高さ */
/* line 550, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
  border: 10px solid rgba(0, 88, 166, 0.1);
}

/* 質問をクリックした時のアイコンの動き */
/* line 556, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.cp_qa .cp_actab input:checked ~ label {
  color: white;
  border-radius: 0.5em 0.5em 0 0;
}

/* ＋の回転アニメーション */
/* line 562, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  color: white;
}

/* line 569, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.border {
  padding: 0.5em 1em;
  margin: 0.5em 1em;
  font-size: 2.0vw;
  font-weight: bold;
  color: #461710;
  /*文字色*/
  background: #FFF;
  border: solid 5px #461710;
  /*線*/
  border-radius: 10px;
  /*角の丸み*/
}

/* line 579, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.border p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  /* line 587, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .cp_qa .cp_actab {
    width: 100% !important;
    /* 横幅いっぱい */
  }

  /* line 591, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .cp_qa .cp_actab label {
    padding: 1em 3.5em 1em 1em !important;
    /* 左右余白を広めに */
    font-size: 3.5vw !important;
    /* 少し小さめに調整 */
    word-break: break-word;
    /* 長い文字を折り返す */
    box-sizing: border-box;
    /* はみ出さないように */
  }

  /* line 598, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .cp_qa .cp_actab label::after {
    font-size: 1.5em !important;
    right: 0.8em !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    /* 縦中央に固定 */
  }

  /* line 605, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .cp_qa .cp_actab .cp_actab-content p {
    font-size: 3.2vw !important;
    word-break: break-word;
    /* 回答テキストも折り返し */
  }
}
/* line 614, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.responsive-line {
  width: 70%;
  max-width: 100%;
  /* 幅の最大値を親幅に */
  box-sizing: border-box;
  /* パディング・ボーダーを幅に含める */
}
@media only screen and (max-width: 599px) {
  /* line 614, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .responsive-line {
    width: 100%;
    max-width: 100%;
  }
}

/* line 625, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.block-image {
  width: 200px;
  display: inline-block;
  /* 親の text-align: center; に従う */
  vertical-align: top;
  /* pタグとの上下ズレ防止 */
  margin: 10px auto;
}
@media only screen and (max-width: 599px) {
  /* line 625, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .block-image {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 20px;
  }
}

/* line 638, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.entire-image {
  width: 65%;
  display: block;
  /* inline-block から block に変更して margin: auto が効くように */
  margin: 10px auto;
  /* 上下10px、左右自動で中央寄せ */
  vertical-align: top;
  /* pタグとの上下ズレ防止 */
  max-width: 100%;
  /* 横幅制限（画像がはみ出さないように） */
}
@media only screen and (max-width: 599px) {
  /* line 638, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .entire-image {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 20px;
  }
}

/* line 652, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.blue-2 {
  color: #461710;
  font-size: 45px;
  font-weight: bold;
  margin: 15px 0;
}

/* line 660, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.check-mark {
  font-size: 60px;
}

/* line 663, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.check {
  font-size: 60px;
  font-size: bold;
}

/* line 671, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.table_wrap {
  overflow-x: auto;
  /* 横スクロール */
}

/* line 675, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.sample3 {
  width: 100%;
  min-width: 600px;
  /* 幅が600px以下になったらスクロール */
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 2px 0;
  /* white-space: nowrap; 削除 → 折り返し可能 */
}

/* line 684, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.sample3 th,
.sample3 td {
  font-size: 14px;
  border: none;
  padding: 8px;
  background: #e8e6f3;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  white-space: normal;
  /* 折り返し可能にする */
  word-break: break-word;
  /* 長い単語も折り返す */
}

/* line 697, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.sample3 td {
  font-size: 24px;
}

/* line 701, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.sample3 tr:nth-child(even) th,
.sample3 tr:nth-child(even) td {
  background: #eaf6fe;
}

/* thead 全体の共通設定 */
/* line 707, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.sample3 thead th {
  border-radius: 6px 6px 0 0;
  color: #fff;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}

/* 1列目 */
/* line 716, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.sample3 thead th:nth-child(1) {
  background-color: #fff;
}

/* 2列目 */
/* line 721, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.sample3 thead th:nth-child(2) {
  background-color: #461710;
  color: #fff;
}

/* 3列目（青枠） */
/* line 727, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.sample3 thead th:nth-child(3) {
  background-color: #461710;
  color: #fff;
  border-top: solid 4px #461710;
  border-left: solid 4px #461710;
  border-right: solid 4px #461710;
}

/* 4列目 */
/* line 736, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.sample3 thead th:nth-child(4) {
  background-color: #461710;
  color: #fff;
}

/* line 741, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.sample3 tbody tr:first-child th {
  border-radius: 6px 6px 0 0;
}

/* line 745, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.sample3 tbody tr:last-child th,
.sample3 tbody tr:last-child td {
  border-radius: 0 0 6px 6px;
}

/* line 750, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.sample3 thead th:nth-child(3) {
  border-top: solid 4px #461710;
  border-left: solid 4px #461710;
  border-right: solid 4px #461710;
}

/* line 756, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.sample3 tbody td:nth-child(3) {
  border-left: solid 4px #461710;
  border-right: solid 4px #461710;
}

/* line 761, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.sample3 tbody tr:last-child td:nth-child(3) {
  border-bottom: solid 3px #461710;
}

/* line 764, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.sample3 td.small {
  font-size: 14px;
}

/* line 768, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.sample3 td .red {
  color: red;
}

@media screen and (max-width: 480px) {
  /* line 772, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .table_wrap {
    position: relative;
  }

  /* 幅が480px以下になったら矢印を表示 */
  /* line 777, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .table_wrap::before {
    content: 'スクロール';
    font-size: 12px;
    color: #ccc;
    position: absolute;
    top: 0;
    left: 5px;
  }

  /* line 786, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .table_arrow {
    display: block;
    position: relative;
  }

  /* line 791, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .table_arrow::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 5px;
    width: 100px;
    height: 1px;
    background: #ccc;
  }

  /* line 801, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .table_arrow::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 90px;
    width: 15px;
    height: 1px;
    background: #ccc;
    transform: rotate(35deg);
  }
}
/* line 817, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.border2 {
  text-align: center;
  margin: 0em 1.5em;
  font-size: 1.5vw;
  width: 100%;
  font-weight: bold;
  color: #B92A2C;
  /* 枠と同じ赤で文字色 */
  background: #fff;
  /* 背景は白 */
  border: solid 5px #B92A2C;
  /* 赤枠 */
  border-radius: 10px;
  padding: 0.8em 0.2em;
  box-sizing: border-box;
  /* 見出しっぽく影付き */
}
/* line 831, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.border2 h4 {
  position: relative;
  padding: 0.8em 0 0.8em 1.5em;
  border: 2px solid #B92A2C;
  font-size: 1em;
  font-weight: bold;
  margin: -10px 0;
}
/* line 840, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.border2 h4:before {
  content: "";
  position: absolute;
  background: #B92A2C;
  top: 50%;
  left: 0.5em;
  margin-top: -15px;
  height: 30px;
  width: 8px;
  border-radius: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
@media only screen and (max-width: 599px) {
  /* line 817, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .border2 {
    font-size: 4.5vw;
    margin: 0.5em 1em;
  }
}

/* line 859, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.text {
  font-size: 0.8em !important;
  font-weight: normal !important;
  color: #000 !important;
  line-height: 1.6 !important;
}

@media only screen and (max-width: 599px) {
  /* line 867, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .center-on-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
/* line 876, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.cercle {
  border: 3px solid #461710;
  /* 緑のふち */
  border-radius: 25px;
  /* 角を丸く（数値はお好みで） */
  color: #461710;
  font-weight: bold;
  padding: 8px 20px;
  display: inline-block;
  /* marginが効きやすくなる */
}

/* line 885, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.div-wrapper {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url(/assets/base.jpg);
  background-size: cover;
  background-position: center;
}

/* オーバーレイ用 */
/* line 895, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.div-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  /* 白で透過30% */
  /* 黒にしたい場合は rgba(0, 0, 0, 0.3) */
  pointer-events: none;
  /* クリックなどに干渉しない */
}

/* line 908, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.overlay-text {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  color: white;
  font-size: 36px;
  font-weight: bold;
  line-height: 2.0;
  text-align: left;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  /* 影を追加 */
}

/* line 921, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.overlay-text .highlight {
  color: white;
  font-size: 48px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  /* 影を追加 */
}

/* line 928, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.overlay-text .highlightmore {
  color: white;
  font-size: 70px;
  font-weight: bold;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
  /* 少し強めの影 */
}

/* line 935, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.section.visible {
  opacity: 1;
  transform: translateY(0);
}

/* line 940, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.section {
  opacity: 1 !important;
  padding: 120px 20px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}
/* line 947, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.section.visible {
  opacity: 1;
  transform: translateY(0);
}
/* line 952, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.section .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 958, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.section .col {
  flex: 1;
  padding: 0 20px;
}
/* line 963, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.section .text-col {
  max-width: 600px;
}
/* line 966, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.section .text-col .number {
  font-size: 80px;
  font-weight: 700;
  color: #e0e0e0;
  margin-bottom: 20px;
}
/* line 974, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.section .text-col .text-block h2 {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: bold;
}
/* line 980, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.section .text-col .text-block p {
  line-height: 1.8;
  font-size: 16px;
  color: #333;
}
/* line 988, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.section .image-col {
  max-width: 400px;
}
/* line 991, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.section .image-col img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* line 1000, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.row-slider {
  position: relative;
  height: auto;
}
/* line 1004, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.row-slider .slider-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
/* line 1010, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.row-slider .block {
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
}
/* line 1016, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.row-slider .block .block-image {
  width: 80px;
  height: auto;
  margin: 10px auto;
  display: block;
}
/* line 1023, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.row-slider .block .text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}
/* line 1030, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.row-slider .next-btn {
  display: none;
}

@media only screen and (max-width: 599px) {
  /* line 1038, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .row-slider {
    position: relative;
    width: 100%;
    height: auto;
  }
  /* line 1043, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .row-slider .slider-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* PCは4列に修正 */
    column-gap: 20px;
    /* 横の間隔だけ */
    row-gap: 0;
    /* 縦の間隔は消す */
  }
  /* line 1050, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .row-slider .block {
    flex: 0 0 100%;
    margin: 0;
    box-sizing: border-box;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  /* line 1061, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .row-slider .block-image {
    max-width: 100%;
    height: auto;
    display: block;
  }
  /* line 1067, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .row-slider .next-btn {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #333;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    z-index: 10;
  }
  /* line 1086, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .row-slider .next-btn:hover {
    background: #555;
  }
}
/* line 1094, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.section.ai-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
  background: url(/assets/background-61e6e9a86f2da2bf95276f733dcad03f84b984a91bb1df3d9b24a9b1c0b53e9a.png) no-repeat top right;
  background-size: contain;
  position: relative;
}
/* line 1106, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.section.ai-wrapper .contents {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  width: auto;
  max-width: none;
  padding: 60px 60px 0 0;
  box-sizing: border-box;
}
/* line 1116, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.section.ai-wrapper .contents .overlayer {
  display: inline-block;
  max-width: 600px;
  font-size: 30px;
  font-weight: bold;
  color: #444;
  line-height: 2.5;
  margin-bottom: 20px;
  text-align: center;
  word-break: break-word;
}
/* line 1128, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.section.ai-wrapper .contents .image-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  max-width: 600px;
  margin-top: 20px;
}
/* line 1136, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.section.ai-wrapper .contents .image-block .btn-brown {
  background-color: #8B4513;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: none;
  margin-right: 16px;
}
/* line 1146, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.section.ai-wrapper .contents .image-block .btn-brown:hover {
  background-color: #5a2e0d;
}
/* line 1151, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.section.ai-wrapper .contents .image-block img {
  width: 250px !important;
  height: auto !important;
}
/* line 1159, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.section.ai-wrapper .phone-image {
  display: none;
}

@media (max-width: 768px) {
  /* line 1165, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .section.ai-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    background: none !important;
    padding: 0;
    display: block;
  }
  /* line 1174, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .section.ai-wrapper .contents {
    display: none !important;
  }
  /* line 1179, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .section.ai-wrapper .phone-image {
    display: block;
    width: 100%;
  }
  /* line 1183, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .section.ai-wrapper .phone-image img {
    width: 100%;
    height: auto;
    display: block;
  }
}
/* line 1193, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.plan-slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 20px;
  -webkit-overflow-scrolling: touch;
}

/* line 1202, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.plan-slider::-webkit-scrollbar {
  display: none;
}

/* line 1206, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.plan-card {
  flex: 0 0 80%;
  max-width: 400px;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  scroll-snap-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  /* カード内を縦列 */
  justify-content: flex-start;
  align-items: center;
  height: auto;
}

/* line 1222, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.plan-card h3 {
  font-weight: bold;
}

/* スマホ横スクロールはそのまま */
@media screen and (max-width: 991px) {
  /* line 1228, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .plan-card {
    flex: 0 0 70%;
  }
}
/* PCも横スクロールさせつつカード内縦列 */
@media screen and (min-width: 992px) {
  /* line 1235, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .plan-card {
    flex: 0 0 300px;
    /* 横幅固定でスライダーとして横に並ぶ */
    max-width: 300px;
    min-height: 400px;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
  }

  /* line 1245, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .plan-card .block-image {
    width: 100% !important;
    max-width: 250px !important;
    margin-bottom: 12px !important;
  }

  /* line 1251, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .plan-card h3 {
    font-weight: bold;
  }

  /* line 1254, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .plan-card p,
  .plan-card .text {
    text-align: center !important;
  }
}
/* ===== PC デフォルト ===== */
/* line 1267, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
table.company {
  width: 90%;
  /* PCでは90% */
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 15px;
  font-size: 1.5vw;
}

/* line 1275, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
table.company th,
table.company td {
  padding: 10px;
}

/* 入力欄：PCは90%にする */
/* line 1281, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
table.company td input,
table.company td select,
table.company td textarea {
  width: 90%;
  font-size: 1.2rem;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* ===== スマホ用 (767px以下) ===== */
@media screen and (max-width: 767px) {
  /* line 1294, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  table.company {
    width: 100% !important;
    /* スマホでは全幅 */
    margin: 0 auto;
  }

  /* line 1299, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  table.company tr {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  /* line 1305, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  table.company td {
    display: block;
    width: 100% !important;
    padding: 8px 0;
    box-sizing: border-box;
  }

  /* line 1312, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .label-cell,
  .arrow-box-cell,
  .responsive-cell {
    display: block;
    width: 100% !important;
    text-align: left;
  }

  /* スマホは入力欄を100%に広げる */
  /* line 1321, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  table.company td input,
  table.company td select,
  table.company td textarea {
    width: 100% !important;
    font-size: 1.2rem;
    padding: 12px;
  }
}
/* line 1334, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.label {
  color: white;
  font-size: 14px;
  padding: 5px;
  border-radius: 6px;
  /* 角丸 */
}

/* line 1341, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.label-blue {
  color: white;
  background-color: blue;
  font-size: 14px;
  padding: 5px;
  border-radius: 6px;
  /* 角丸 */
}

/* line 1350, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.top-wrapper {
  padding: 40px 20px;
  text-align: center;
}
/* line 1354, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.top-wrapper h2.heading {
  font-size: 2rem;
  color: #666;
  margin-bottom: 30px;
}
/* line 1359, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.top-wrapper h2.heading strong {
  color: #333;
  font-weight: bold;
  text-decoration: underline;
}

/* カードは section とは独立した要素 */
/* line 1368, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.plan-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 800px;
  margin: 20px auto;
}
/* line 1380, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.plan-card .plan-text {
  text-align: left;
}
/* line 1383, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.plan-card .plan-text h3 {
  font-size: 1.5rem;
  color: #444;
  margin-bottom: 15px;
}
/* line 1389, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.plan-card .plan-text ul {
  list-style: none;
  padding: 0;
}
/* line 1393, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.plan-card .plan-text ul li {
  font-size: 1rem;
  color: #555;
  margin: 6px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
/* line 1401, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.plan-card .plan-text ul li::before {
  content: "✔";
  color: #8B4513;
}
/* line 1409, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.plan-card .block-image {
  max-width: 200px;
  height: auto;
}
@media screen and (max-width: 768px) {
  /* line 1368, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .plan-card {
    flex-direction: column;
    text-align: center;
  }
  /* line 1418, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .plan-card .block-image {
    margin-top: 20px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 1425, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .plan-card .plan-text {
    width: 80%;
    text-align: left;
  }
  /* line 1428, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .plan-card .plan-text ul li {
    justify-content: flex-start;
  }
}

/* チェックリスト */
/* line 1442, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.check-list {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}
/* line 1447, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.check-list li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #461710;
  font-weight: bold;
  font-size: 1.4rem;
}
/* line 1456, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.check-list li:before {
  content: "✔︎";
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  font-size: 1.2rem;
  color: gray;
  background-color: transparent;
  border-radius: 50%;
}

/* ボタン */
/* line 1476, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
.brown-button {
  display: inline-block;
  text-align: center;
  background-color: #461710;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  width: 100%;
  padding: 18px;
  font-size: 18px;
  text-decoration: none;
}

/* レスポンシブ：スマホでは幅100% */
@media (max-width: 767px) {
  /* line 1491, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .brown-button {
    display: block;
    width: 100%;
  }
}
/* モダンな料金リスト */
/* line 1503, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
ul.modern-list {
  list-style: none;
  /* デフォルトの「・」を消す */
  padding: 0;
  margin: 1rem 0;
  max-width: 400px;
}

/* line 1510, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
ul.modern-list li {
  background: #f9fafb;
  margin-bottom: 0.6rem;
  padding: 0.8rem 1rem;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
  font-size: 1rem;
  font-weight: 500;
  color: #374151;
  display: flex;
  align-items: center;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

/* line 1524, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
ul.modern-list li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #461710, #461710);
  /* 青→緑のグラデ */
}

/* line 1534, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
ul.modern-list li:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 768px) {
  /* line 1540, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .col.image-col-price {
    display: none !important;
  }
}
/* PC画面だけ適用 */
@media screen and (min-width: 1024px) {
  /* row全体を flex でボタンだけ中央に */
  /* line 1549, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .pc-only-button {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  /* 左カラム内の ul を完全非表示 */
  /* line 1556, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .pc-only-button .inquiry-left ul.check-list {
    display: none !important;
  }

  /* 右カラムを完全に消す */
  /* line 1561, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .pc-only-button .inquiry-right {
    display: none !important;
    flex: 0 0 0;
    max-width: 0;
    overflow: hidden;
  }

  /* 左カラムを中央に寄せてボタンだけ表示 */
  /* line 1569, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .pc-only-button .inquiry-left {
    flex: 1 1 auto;
    /* 横幅いっぱい */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* ボタンスタイル */
  /* line 1577, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .pc-only-button .special-btn {
    width: 60%;
    font-size: 28px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
  }
}
/* スマホは従来通り */
@media screen and (max-width: 1023px) {
  /* line 1588, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .pc-only-button {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  /* 右カラムを完全に消す */
  /* line 1596, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .inquiry-right {
    display: none !important;
    flex: 0 0 0 !important;
    max-width: 0 !important;
    overflow: hidden !important;
  }

  /* 左カラムの ul を非表示 */
  /* line 1604, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .inquiry-left ul.check-list {
    display: none !important;
  }

  /* 左カラムを flex にしてボタン中央寄せ */
  /* line 1609, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .inquiry-left {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
  }

  /* ボタンを大きく */
  /* line 1617, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .inquiry-left .special-btn {
    width: 60% !important;
    font-size: 28px !important;
    font-weight: bold !important;
    padding: 20px !important;
    text-align: center !important;
  }

  /* row に余計な justify-content がある場合はリセット */
  /* line 1626, /opt/webroot/coffee/app/assets/stylesheets/application.scss */
  .row.align-items-center {
    justify-content: unset !important;
  }
}
