﻿@media screen and (min-width: 840px) {
  .res-bonus .res-bonus_ttl {
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 0.12em;
    text-align: center;
    padding: 120px 0 60px;
    line-height: 1;
  }
  .res-bonus .res-bonus_flx {
    gap: 35px;
  }
  .res-bonus .bonus_s {
    padding-top: 1.65em;
  }
  .res-bonus .bonus_s_02 {
    font-size: 0.6rem;
  }
  .res-bonus .bous_number_s {
    letter-spacing: 0.05rem;
  }
  .res-bonus .bonus01_under {
    height: 230px;
  }
  .res-bonus .bonus02_under {
    height: 230px;
  }
  .access {
    padding: 124px 11.7%;
  }
  .access .access_ttl {
    max-width: 980px;
    padding-bottom: 42px;
    margin: 0 auto;
  }
  .access .access_ttl h2 {
    font-size: 2em;
    letter-spacing: 0.16em;
  }
  .access .access_ttl p {
    font-size: 0.9rem;
  }
  .access .map_container {
    max-width: 980px;
    gap: 80px;
    margin: 0 auto;
  }
  .access .map_container iframe {
    height: 430px;
  }
  .access .case_box p {
    font-size: 0.8rem;
  }
  .access .access_btn_box {
    gap: 3em;
    padding-top: 110px;
  }
  .access .now_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e0c259;
    text-align: center;
    padding: 0 3em;
    position: relative;
    height: 58px;
    max-width: 310px;
    font-size: 0.8rem;
    box-sizing: content-box;
  }
  .access .official_more_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #33485c;
    text-align: center;
    padding: 0 3em;
    position: relative;
    height: 58px;
    max-width: 310px;
    font-size: 0.8rem;
    box-sizing: content-box;
  }
  .FAQ .FAQ_ttl {
    max-width: 980px;
    margin: 0 auto;
    padding-left: 32px;
    padding-bottom: 34px;
    font-size: 2.2em;
  }
  .FAQ .accordion {
    max-width: 980px;
    padding: 0 32px;
  }
  .FAQ .accordion-item {
    max-width: 980px;
    margin: 0 auto;
    font-size: 16px;
  }
  .FAQ .accordion-header {
    padding: 15px 0;
    font-size: 16px;
  }
  .FAQ .accordion-content {
    font-size: 0.8em;
  }
  .FAQ .toggle {
    margin-right: 15px;
  }
  .FAQ .toggle::before {
    content: "";
    position: absolute;
    background-color: #33485c;
    width: 15px;
    height: 1px;
    top: 50%;
    left: 0;
    transform-origin: center;
    transition: transform 0.3s ease;
  }
  .FAQ .toggle::after {
    content: "";
    position: absolute;
    background-color: #33485c;
    width: 15px;
    height: 1px;
    top: 50%;
    left: 0;
    transform-origin: center;
    transition: transform 0.3s ease;
  }
  footer {
    padding: 0px 8% 55px;
  }
  footer .footer_pc_flx {
    max-width: 980px;
    margin: 0 auto;
  }
  footer .bamboo_info {
    gap: 10px;
    padding: 90px 0 35px;
  }
  footer .ft_tel_p1 {
    font-size: 0.7em;
    text-align: left;
  }
  footer .ft_tel_p2 {
    font-size: 0.7em;
    text-align: left;
  }
  footer .ft_tel_p2 span {
    font-size: 1.6em;
    margin: 0 5px;
    font-weight: bold;
  }
  footer h3 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer h3 span {
    font-size: 0.6em;
    margin-left: 15px;
  }
  footer .contact_btn {
    width: 20%;
    /* margin: 0 auto; */
    font-weight: bold;
    letter-spacing: 0.3em;
    border: solid 1px #fff;
    border-radius: 5px;
    box-sizing: content-box;
    padding: 15px 0px;
    text-align: center;
    font-size: 12px;
  }
  footer .fotter_middle_pc {
    max-width: 980px;
    margin: 0 auto;
  }
  footer .footer_icon {
    margin-top: 45px;
  }
}/*# sourceMappingURL=pc_add.css.map */
/* U25 特典：スマホ表示のみ、カード内テキストを中央寄せ */
@media screen and (max-width: 820px) {

  .res-bonus .bous_number_s,
  .res-bonus .bonus_s,
  .res-bonus .bonus_s_02 {
    text-align: center;
  }

 .res-bonus .bonus_number_ttl {
    justify-content: center;
  }

}
/* U25：スマホSwiper内の画像が縦に伸びるのを防ぐ */
@media screen and (max-width: 820px) {

  .private_slider01.swiper .swiper-slide img{
    width: 100% !important;
    height: auto !important;   /* ← これが肝 */
    object-fit: cover;
    display: block;
  }

}