@charset "UTF-8";

/*-----------------------------------------------------------------------------------------------------
スマホ用レイアウト（768px以下スクリーン）
-----------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
  /*--------------------------------------------------------
共通設定(スマホ)
-------------------------------------------------------*/

  html {
    overflow-y: scroll;
    overflow-x: hidden;
  }

  html,
  body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }

  /*PC用画像を非表示、スマホ用画像を表示*/
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /*-----------------------------------------------------------------------------------------------------
各エリアの設定(スマホ)
-----------------------------------------------------------------------------------------------------*/

  /*ページ全体*/
  #container {
    position: relative;
    padding-top: 0em;
    overflow: hidden;
  }

  /*本体*/
  #main {
    background-image: url("../images/bg_setsumei_top_sp_2509.webp"), url("../images/bg_setsumei_bottom.webp");
    background-repeat: repeat-x, no-repeat;
    background-color: #000;
    background-position: top left, bottom center;
    background-size: 100%, 300%;
  }

  /*カラム内部のサイズ*/
  #main-contents .contents {
    margin-bottom: 0em;
    padding: 0 20px;
  }

  /*段落タグ*/
  #main-contents p {
    line-height: 1.5;
  }

  /*全体のフォントサイズ*/
  #main-contents {
    font-size: 1.6em;
  }

  /*-----------------------------------------------------------------------------------------------------
ｈタグの設定(スマホ)
-----------------------------------------------------------------------------------------------------*/

  /*H2タグ*/
  #main-contents h2 {
    font-size: 1.5em;
    padding: 0.5em 0 0.5em 0;
  }

  /*H3タグ*/
  #main-contents h3 {
    font-size: 1.3em;
  }

  /*-----------------------------------------------------------------------------------------------------
上部固定ヘッダー部分(スマホ)　※ロゴ・電話番号・お問い合わせボタン
-----------------------------------------------------------------------------------------------------*/

  /*-----------------------------------------------------------------------------------------------------
ファーストビュー(ヘッダー画像)
-----------------------------------------------------------------------------------------------------*/

  #main-image {
    padding-top: 0em;
    height: auto;
    margin-bottom: 0em;
  }

  .btn_access {
    position: absolute;
    display: block;
    width: 50%;
    padding: 1em 2em 1em 2em;
    border-radius: 10px;
    top: 86%;
  }

  /*--------------------------------------------------------------------------------------------------
※※※※※※※※※メイン部分(ボディ) ※ここに案件独自のcssを記述していく
-----------------------------------------------------------------------------------------------------*/
  /*-----------------------------------------
コンテンツ
-----------------------------------------*/
  .wrapper_bg_black {
    background-color: rgba(000, 000, 000, 0.6);
    margin-bottom: 150px !important;
  }
  .cnt_intro,
  .cnt_nittei,
  .cnt_price {
    padding-top: 150px;
  }

  .cnt_syutsuensya {
    padding-top: 0;
  }
  .cnt_price,
  .cnt_intro {
    padding-bottom: 150px;
  }
  p.intro {
    color: #ff1fe4;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    line-height: 1.7 !important;
  }

  ul.list_syutsuensya {
    width: auto;
    margin: 0 auto;
    font-weight: bold;
    font-size: 1.25em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0.5em;
  }
  .remark_syutsuensya {
    width: auto;
    text-align: left;
    margin: 0 auto;
    margin-top: 1.5em;
  }

  .remark_syutsuensya p::before {
    content: "※";
  }
  .sub_date {
    margin-bottom: 1em;
  }
  .flex_schedule {
    display: block;
  }
  .flex_schedule span {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  .remark_schedule {
    margin-top: 0.5em;
    margin-bottom: 2.5em;
  }

  .remark_schedule p::before {
    content: "※";
  }
  p.price {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 4em;
  }
  .txt_caution {
    width: auto;
    margin-top: 2em;
  }

  .txt_caution p {
    line-height: 1.3 !important;
    font-size: 0.8125em;
  }

  p.sub_caution {
    margin-bottom: 0.5em;
  }

  p.list_caution::before {
    content: "※";
  }

  .btn_cta {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 2em 2em 2em 2em;
    border-radius: 20px 20px 20px 20px;
    background-color: #e9ff00;
    border-bottom: 5px solid #ccc100;
    text-align: center;
    margin-bottom: 1em;
  }

  .btn_cta:hover {
    background: #e9ff00;
    margin-top: 3px;
    border-bottom: 2px solid #ccc100;
  }
  p.txt_jimukyoku {
    text-align: center;
  }

  .box_btn_popup {
    position: relative;
    width: auto;
    margin-bottom: 2.5em;
  }

  .fukidashi_popup {
    position: absolute;
    width: 60%;
    right: -5%;
    top: -25%;
  }

  .flex_btn {
    width: auto;
    display: block;
    margin-bottom: 2.5em;
  }

  .btn_goods,
  .btn_archive {
    width: auto;
  }

  .btn_goods {
    display: block;
    margin-bottom: 2.5em;
  }

  .btn_campaign {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  /*-----------------------------------------------------------------------------------------------------
フッター部分
-----------------------------------------------------------------------------------------------------*/

  #footer {
    padding: 1rem 0;
    font-size: 12px;
  }
}
