@charset "utf-8";

/* PC用のCSSはメディアクエリの外に記述する */
.is_sp {
  display: none;
}

.is_sp_flex {
  display: none;
}

.is_pc {
  display: block;
}

.is_pc_flex {
  display: flex;
}

/* - - - - - - - - - - - - - - - -
 aaa
- - - - - - - - - - - - - - - - */
@media screen and (max-width: 960px) {
  /* 960px以下に適用されるCSS（タブレット用） */
  .is_sp {
    display: block;
  }

  .is_sp_flex {
    display: flex;
  }

  .is_pc {
    display: none;
  }

  .is_pc_flex {
    display: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  p {
    font-size: 14px;
  }

  /* ////////////////////////
   header
  //////////////////////// */
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #ffffff;
  }

  header .header_inner {
    height: 60px;
  }

  header .header_logo {
    width: 120px;
    padding: 5px 0 5px 10px;
  }

  header .header_details {
    align-items: center;
  }

  header .header_details .item_tel .telnumber {
    font-size: 14px;
    margin-right: 0;
    white-space: nowrap;
  }

  header .header_details .item_tel .schedule {
    font-size: 10px;
    text-align: right;
  }

  header .header_details .item_tel .telnumber:before {
    width: 20px;
    height: 20px;
  }

  header .header_btn .bl_btn a {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
  }

  header .header_btn .bl_btn a img {
    width: 30px;
    height: 27.5px;
  }

  header .sp_menu {
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    display: none;
  }

  header .sp_menu .ct_menu {
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 10px 0 50px 0;
  }

  header .sp_menu .ct_menu ul {
    width: 80%;
    margin: 0 auto;
  }

  .ct-menu-nav__list {
    border-bottom: 1px solid #333333;
  }

  .ct-menu-nav__list:last-child {
    border: none;
  }

  .ct-menu-nav__list-link {
    display: flex;
    color: #333333;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    align-items: center;
    /* height: 60px; */
    height: 48px;
  }

  .ct-menu-nav__list-link:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url("../images/icon_vector_pk.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 20px;
  }

  .ct-menu-nav__list-block {
    margin-top: 32px;
  }

  .ct-menu-nav__listsLv2 {
  }

  .ct-menu-nav__listLv2 {
    width: min(300px, calc((209 / 390) * 100vw));
    display: flex;
    height: 50px;
    background-color: #ec92ba;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    position: relative;
    border-radius: 30px;
  }

  .ct-menu-nav__listLv2::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 16px;
    background-image: url("../images/icon_schedule.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: calc(50% - 60px);
  }

  .ct-menu-nav__listLv2::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    right: calc(50% - 68px);
  }

  .ct-menu-nav__listLv2--turuChoku {
    background-color: #db2273;
    margin-top: 20px;
    width: min(320px, calc((237 / 390) * 100vw));
    padding-left: 13px;
  }

  .ct-menu-nav__listLv2--turuChoku::before {
    background-image: url("../images/turuChoku-icon.png");
    width: 36px;
    height: 36px;
    left: calc(50% - 85px);
  }

  .ct-menu-nav__listLv2--line {
    background-color: #06c755;
    margin-top: 20px;
    width: min(320px, calc((237 / 390) * 100vw));
    padding-left: 13px;
    text-transform: uppercase;
  }

  .ct-menu-nav__listLv2--line::before {
    background-image: url("../images/line-icon.png");
    width: 36px;
    height: 36px;
    left: calc(50% - 85px);
  }

  .ct-menu-nav__listLv2--line::after,
  .ct-menu-nav__listLv2--turuChoku::after {
    right: calc(50% - 85px);
  }

  .ct-menu-nav__listLv2-link {
    color: white;
    padding-left: 16px;
    width: min(300px, calc((209 / 390) * 100vw));
    padding-block: 16px;
    text-align: center;
  }

  .ct-menu-nav__listLv2-link--turuChoku {
    width: min(320px, calc((237 / 390) * 100vw));
  }

  .sp_menu_bottom {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
  }

  .sp_menu_bottom ul {
    display: flex;
  }

  .sp_menu_bottom ul li {
    width: calc((120 / 390) * 100vw);
  }

  .sp_menu_bottom ul li:last-child {
    width: calc((149 / 390) * 100vw);
  }

  .sp_menu_bottom ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 20px 0 0;
    /* background-color: #e15996; */
    color: #ffffff;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 14px;
    height: 45px;
    gap: 8px;
  }

  .sp_menu_bottom ul li:last-child a {
    font-size: 12px;
    gap: 11px;
  }

  .sp_menu_bottom ul li a:before {
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    left: -3px;
  }

  .sp_menu_bottom ul li:nth-child(1) a:before {
    height: 15px;
    width: 15px;
    background-image: url("../images/icon_map.png");
  }

  .sp_menu_bottom ul li:nth-child(2) a:before {
    height: 15px;
    width: 15px;
    background-image: url("../images/icon_telphone.png");
  }

  .sp_menu_bottom ul li:nth-child(3) a:before {
    height: 34px;
    width: 34px;
    background-image: url("../images/turuChoku-icon.png");
  }

  .ct_menu__item--first a {
    background-color: #ea77ab;
  }

  .ct_menu__item--second a {
    background-color: #ec92ba;
  }

  .ct_menu__item--third {
    background-color: #db2273;
    border-radius: 20px 20px 0 0;
  }
  /* ////////////////////////
   visual_wrap
  //////////////////////// */
  section#visual_wrap {
    margin-bottom: 0;
    padding-top: 60px;
  }

  section#visual_wrap .container_full {
    width: 100%;
    height: 0;
    padding-top: 158.94%;
    background: url("../images/main_visual01_sp.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  /* ////////////////////////
   intro_wrap
  //////////////////////// */
  section#intro_wrap {
    background: #edeff2;
    padding-bottom: 80px;
    margin-bottom: 0;
  }

  section#intro_wrap .sec_inner {
    flex-wrap: wrap;
  }

  section#intro_wrap .ct_left {
    width: 100%;
    background: #edeff2;
    border-radius: 0;
  }

  section#intro_wrap .ct_right {
    display: none;
  }

  section#intro_wrap .ct_left .bl_inner {
    width: 95%;
    margin: 0 auto;
    padding-right: 0;
    text-align: center;
  }

  section#intro_wrap .ct_left .bl_inner {
  }

  /* ////////////////////////
   news_wrap
  //////////////////////// */
  section#news_wrap {
    background-color: #ecc5d6;
  }

  section#news_wrap .container_right {
    width: 90%;
    margin: 0 auto;
  }

  section#news_wrap .sec_inner {
    padding-left: 0;
    padding-right: 0;
    flex-wrap: wrap;
  }

  section#news_wrap .ct_left {
    width: 100%;
  }

  section#news_wrap .ct_right {
    width: 100%;
    margin-bottom: 30px;
  }

  section#news_wrap .inner_container {
    width: 100%;
  }

  section#news_wrap .bl_btn_sp {
    margin: 0 auto;
  }

  section#news_wrap .bl_btn_sp a {
    display: flex;
    width: 150px;
    height: 35px;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-weight: 500;
    border-radius: 20px;
    font-size: 14px;
    background-color: #ffffff;
  }

  section#news_wrap .bl_btn_sp a:after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("../images/icon_vector_bl.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
  }

  /* ////////////////////////
   commision_wrap
  //////////////////////// */
  section#commision_wrap .sec_ct ul li {
    width: 48%;
    margin-bottom: 30px;
  }

  section#commision_wrap .container {
    width: 90%;
  }

  section#commision_wrap .sec_ct ul li .bl_lead p {
    font-size: 16px;
  }

  section#commision_wrap .sec_ct ul li .bl_lead p.adjust {
    line-height: 1.4;
    margin-bottom: 0;
  }

  /* ////////////////////////
   plan_wrap
  //////////////////////// */
  section#plan_wrap .container {
    width: 90%;
  }

  section#plan_wrap .sec_ttl {
    margin-bottom: 30px;
  }

  section#plan_wrap .sec_ct .bl_plans ul li.bl_plan .bl_inner {
    width: 90%;
  }

  section#plan_wrap .sec_ct .bl_plans ul li.bl_plan {
    flex-wrap: wrap;
  }

  section#plan_wrap .sec_ct .bl_plans ul li.bl_plan .bl_left,
  section#plan_wrap .sec_ct .bl_plans ul li.bl_plan .bl_right {
    width: 100%;
  }

  section#plan_wrap .sec_ct .bl_plans ul li.bl_plan:nth-child(2n-1) .bl_left {
    width: 100%;
  }

  section#plan_wrap .sec_ct .bl_plans ul li.bl_plan:nth-child(2n) .bl_right {
    width: 100%;
  }

  section#plan_wrap .sec_ct .bl_plans ul li.bl_plan._01 .bl_left {
    width: 100%;
    height: 0;
    padding-top: 72.02%;
    background: url("../images/sec_plan_img01_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 20px;
  }

  section#plan_wrap .sec_ct .bl_plans ul li.bl_plan._02 .bl_left {
    order: 2;
  }

  section#plan_wrap .sec_ct .bl_plans ul li.bl_plan._02 .bl_right {
    order: 1;
    width: 100%;
    height: 0;
    padding-top: 72.02%;
    background: url("../images/sec_plan_img02_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 20px;
  }

  section#plan_wrap .sec_ct .bl_plans ul li.bl_plan._03 .bl_left {
    width: 100%;
    height: 0;
    padding-top: 72.02%;
    background: url("../images/sec_plan_img03_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 20px;
  }

  section#plan_wrap .sec_ct .bl_plans ul li.bl_plan._04 .bl_left {
    order: 2;
  }

  section#plan_wrap .sec_ct .bl_plans ul li.bl_plan._04 .bl_right {
    order: 1;
    width: 100%;
    height: 0;
    padding-top: 72.02%;
    background: url("../images/sec_plan_img04-02_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 20px;
  }

  section#plan_wrap .sec_ct .bl_plans ul li.bl_plan._05 .bl_left {
    width: 100%;
    height: 0;
    padding-top: 72.02%;
    background: url("../images/sec_plan_img05_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 20px;
  }

  section#plan_wrap .sec_ct .bl_plans ul li.bl_plan .bl_txt p {
    margin-bottom: 20px;
  }

  section#plan_wrap .sec_ct .bl_txt {
    margin-bottom: 20px;
  }

  section#plan_wrap .sec_ct .bl_plans ul li.bl_plan .bl_btn a {
    display: flex;
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }

  /* ////////////////////////
   voice_wrap
  //////////////////////// */
  section#voice_wrap {
    margin-bottom: 0;
    background-color: #edeff2;
    padding-bottom: 30px;
  }

  section#voice_wrap ul.ct_voices {
    flex-wrap: wrap;
  }

  section#voice_wrap:before {
    display: none;
  }

  section#voice_wrap ul.ct_voices .ct_voice {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 30px;
  }

  section#voice_wrap ul.ct_voices .ct_voice .bl_txt {
    margin-bottom: 20px;
  }

  section#voice_wrap ul.ct_voices .ct_voice .bl_txt p {
    font-size: 16px;
  }

  section#voice_wrap ul.ct_voices .ct_voice .bl_voice img {
    width: 45px;
  }

  section#voice_wrap ul.ct_voices .ct_voice .bl_voice p {
    font-size: 14px;
  }

  /* ////////////////////////
   voice_wrap
  //////////////////////// */
  section#message_wrap .sec_ttl {
    padding-top: 50px;
  }
  section#message_wrap .container {
    width: 90%;
    margin: 0 auto;
  }

  section#message_wrap .sec_ct {
    display: flex;
    flex-wrap: wrap;
    background-color: #ecc5d6;
    border-radius: 30px;
    padding: 50px 20px;
  }

  section#message_wrap .sec_ct .bl_img {
    position: relative;
    order: 2;
    top: auto;
  }

  section#message_wrap .sec_ct .bl_txt {
    order: 1;
    background: none;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  section#message_wrap .bl_img img {
    width: 100%;
  }

  /* ////////////////////////
   access_wrap
  //////////////////////// */
  section#access_wrap {
    padding-top: 50px;
  }

  section#access_wrap .container_short {
    width: 90%;
  }

  section#access_wrap .sec_ct {
    flex-wrap: wrap;
  }

  section#access_wrap .sec_ct .ct_left {
    width: 100%;
  }

  section#access_wrap .sec_ct .ct_right {
    width: 100%;
  }

  /* ////////////////////////
   footer
  //////////////////////// */
  .btn_top a {
    bottom: 60px;
  }

  footer {
    margin-bottom: 45px;
  }

  /* - - - - - - - - - - - - - - - -
   PAGE - PRICE
  - - - - - - - - - - - - - - - - */
  main.price .page_container {
    width: 95%;
  }

  main.price .bl_campaign ul {
    flex-wrap: wrap;
  }

  main.price .bl_campaign ul li {
    width: 48%;
    margin-bottom: 20px;
  }

  main.price .bl_campaign ul li:nth-child(n + 4) {
    margin-top: 0;
  }

  main.price .bl_campaign {
    padding: 20px 10px;
    border-radius: 20px;
  }

  main.price .section._01 .anc_link {
    margin-bottom: 50px;
  }

  main.price .section._01 .anc_link ul {
    flex-wrap: wrap;
  }

  main.price .section._01 .anc_link ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  main.price .section._01 .anc_link ul li a {
    border-radius: 20px;
  }

  main.price .section .bl_items > ul {
    flex-wrap: wrap;
  }

  main.price .section .bl_items ul li.item {
    width: 48%;
    margin: 0 1% 15px 1%;
  }

  main.price .section .bl_items ul li.item .bl_item .bl_lead p.txt_small {
    font-size: 13px;
    text-align: center;
  }

  main.price .section .bl_bigimg p {
    width: 100%;
  }

  main.price .section .bl_bigimg img {
    width: 100%;
  }

  main.price .section .bl_items ul li.item .bl_popup {
    width: 90%;
    max-width: 360px;
  }

  /* - - - - - - - - - - - - - - - -
   PAGE - SERVICE
  - - - - - - - - - - - - - - - - */
  main.service .page_container {
    width: 95%;
  }

  main.service .cont_wrap .bl_flex {
    flex-wrap: wrap;
  }

  main.service .cont_wrap .bl_flex .bl_left {
    width: 100%;
  }

  main.service .cont_wrap .bl_flex .bl_right {
    width: 100%;
  }

  main.service .cont_wrap .bl_greybox {
    padding: 20px 10px;
    border-radius: 20px;
  }

  /* - - - - - - - - - - - - - - - -
   PAGE - QUESTION
  - - - - - - - - - - - - - - - - */
  main.question .page_container {
    width: 95%;
  }

  /* - - - - - - - - - - - - - - - -
   PAGE - RESERVE
  - - - - - - - - - - - - - - - - */
  main.reserve .page_container {
    width: 95%;
  }

  main.reserve .cont_wrap .reserve_items ul {
    flex-wrap: wrap;
    width: 100%;
    max-width: 560px;
    margin-inline: auto;
  }

  main.reserve .cont_wrap .reserve_items ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  main.reserve .cont_wrap .reserve_items ul .reserve-content__item--3rd {
    display: flex;
  }

  /* - - - - - - - - - - - - - - - -
   PAGE - COLUMN
  - - - - - - - - - - - - - - - - */
  main.column .top_wrap .container {
    width: 95%;
  }

  main.column .cont_wrap .page_container {
    width: 95%;
    flex-wrap: wrap;
  }

  main.column .cont_wrap .page_container .main_wrap {
    width: 100%;
    margin-bottom: 50px;
  }

  main.column .cont_wrap .page_container .side_wrap {
    width: 100%;
  }

  main.column .cont_wrap .main_wrap .column_list ul {
    flex-wrap: wrap;
  }

  main.column .cont_wrap .main_wrap .column_list ul li {
    width: 100%;
    margin-right: 0;
    height: 320px;
  }

  main.column .cont_wrap .main_wrap .column_list > ul > li .bl_img {
    height: 200px;
  }

  main.column .top_wrap .bl_ttl01 .ttl_detail {
    flex-wrap: wrap;
  }

  main.column .top_wrap .bl_ttl01 {
    padding-left: 20px;
  }

  main.column .top_wrap .bl_ttl01 h2 {
    font-size: 16px;
    color: #ffffff;
  }

  main.column .top_wrap .bl_ttl01 h2 strong {
    font-size: 16px;
    color: #ffffff;
  }

  ul.post-categories {
    width: 100%;
  }

  ul.post-categories li a {
    font-size: 12px;
  }

  /* - - - - - - - - - - - - - - - -
   PAGE - CASE
  - - - - - - - - - - - - - - - - */
  main.case .top_wrap .container {
    width: 95%;
  }

  main.case .cont_wrap .page_container {
    width: 95%;
    flex-wrap: wrap;
  }

  main.case .cont_wrap .page_container .main_wrap {
    width: 100%;
    margin-bottom: 50px;
  }

  main.case .cont_wrap .page_container .side_wrap {
    width: 100%;
  }

  main.case .cont_wrap .main_wrap .case_list ul {
    flex-wrap: wrap;
  }

  main.case .cont_wrap .main_wrap .case_list ul li {
    width: 100%;
    margin-right: 0;
    height: 320px;
  }

  main.case .cont_wrap .main_wrap .case_list > ul > li .bl_img {
    height: 200px;
  }

  main.case .top_wrap .bl_ttl01 .ttl_detail {
    flex-wrap: wrap;
  }

  main.case .top_wrap .bl_ttl01 {
    padding-left: 20px;
  }

  main.case .top_wrap .bl_ttl01 h2 {
    font-size: 16px;
    color: #ffffff;
  }

  main.case .top_wrap .bl_ttl01 h2 strong {
    color: #ffffff;
  }

  ul.post-categories {
    width: 100%;
  }

  ul.post-categories li a {
    font-size: 12px;
  }

  /* ///////////////////////////////////////////
  投稿
  /////////////////////////////////////////// */
  main.column .cont_wrap .main_wrap.post_wrap .pagination,
  main.case .cont_wrap .main_wrap.post_wrap .pagination,
  main.news .cont_wrap .main_wrap.post_wrap .pagination {
    display: flex;
    justify-content: center;
    width: 350px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  main.column .cont_wrap .main_wrap.post_wrap .pagination a[rel="prev"],
  main.column .cont_wrap .main_wrap.post_wrap .pagination a[rel="next"],
  main.case .cont_wrap .main_wrap.post_wrap .pagination a[rel="prev"],
  main.case .cont_wrap .main_wrap.post_wrap .pagination a[rel="next"],
  main.news .cont_wrap .main_wrap.post_wrap .pagination a[rel="prev"],
  main.news .cont_wrap .main_wrap.post_wrap .pagination a[rel="next"] {
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #8a94a3;
    padding: 10px 0;
    color: #8a94a3;
    font-weight: 600;
  }

  main.column .cont_wrap .main_wrap.post_wrap .pagination a[rel="prev"],
  main.case .cont_wrap .main_wrap.post_wrap .pagination a[rel="prev"],
  main.news .cont_wrap .main_wrap.post_wrap .pagination a[rel="prev"] {
    border-radius: 30px 0 0 30px;
    margin-right: auto;
  }

  main.column .cont_wrap .main_wrap.post_wrap .pagination a[rel="next"],
  main.case .cont_wrap .main_wrap.post_wrap .pagination a[rel="next"],
  main.news .cont_wrap .main_wrap.post_wrap .pagination a[rel="next"] {
    border-radius: 0 30px 30px 0;
    margin-left: 10px;
    background-color: #e15996;
    border: 1px solid #e15996;
    color: #ffffff;
    margin-left: auto;
  }

  #sitemap {
    padding-bottom: 80px;
  }

  .sitemap__list {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .sitemap__item {
    width: 48%;
  }

  .sitemap__cont:not(:first-child) {
    margin-top: 40px;
  }

  .sitemap__cont-title {
    font-size: 16px;
    font-weight: 700;
    display: block;
    transition: 0.4s;
  }
  .sitemap__cont-title:hover {
    opacity: 0.7;
  }

  .sitemap__cont-text {
    display: block;
    margin-top: 8px;
    padding-left: 28px;
    color: #000;
    position: relative;
    transition: 0.4s;
    font-size: 14px;
  }

  .reserve-content__item:first-child {
    order: 3;
  }
  .reserve-content__item:nth-child(2) {
    order: 1;
  }

  .reserve-content__item:nth-child(3) {
    order: 2;
  }
  .reserve-content__item:nth-child(4) {
    order: 4;
  }

  .reserve-content__item-accent:before {
    display: none;
  }

  .reserve-content__item-text--ac {
    margin-top: 20px;
  }

  .about__contents {
    display: block;
    margin-inline: auto;
  }

  .about__content {
    width: 100%;
  }

  .about__title::before {
    width: 120%;
  }

  .about__righrImg {
    display: none;
  }

  .competitors__contents {
    padding-inline: 12px;
  }

  .competitors__img._3._top42,
  .competitors__img._4._top64,
  .competitors__img._5._top42,
  .competitors__img._6._top64 {
    margin-top: 60px;
  }

  .competitors {
    margin-bottom: 60px;
  }

  /* 追加 */
  @media screen and (max-width: 1125px) {
    section#commision_wrap .sec_ct ul li .bl_lead p {
      font-size: 18px;
    }
  }

  @media screen and (max-width: 1025px) {
    section#commision_wrap .sec_ct ul li .bl_lead p {
      font-size: 16px;
    }
  }

  /* 2024/04/12 SPメニューをクリックしたら、追従を非表示 */
  .sp_menu_bottom.active {
    display: block;
    opacity: 1;
  }
}

@media screen and (max-width: 520px) {
  .is-sp {
    display: none;
  }
}

@media screen and (min-width: 520px) {
  .is-sp02 {
    display: none;
  }
}


.is-pc {
  display: none;
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: block;
  }

  main.page .top_wrap {
    margin-top: 80px;
    margin-top: 60px;
  }

  .p-index__supportText,
  .p-sponsor__text {
    text-align: left;
    word-break: auto-phrase;
  }

  main.page .top_wrap .bl_breadcrumbs {
    width: 95%;
    margin-inline: auto;
    padding-top: 20px;
  }
  section#access_wrap:before {
    width: 97%;
  }
  .price._background::before {
    width: 97%;
  }

  .p-index__sponsorWrap._single .p-index__sponsor-image {
    max-width: 220px;
  }

  .reserve-content__footerItem {
    display: none;
  }
}

.bl_btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}