@charset "UTF-8";

/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

リセット追加

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img {
  vertical-align: bottom;
  border: 0;
  height: auto;
  max-width: 100%;
}

a,
a:focus {
  outline: none;
  color: var(--black_color);
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

sup {
  font-size: 1rem;
  vertical-align: super;
}

input,
button {
  outline: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-weight: normal;
  font-style: normal;
}

em,
strong {
  font-weight: bold;
  font-style: normal;
}

/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

ベースレイアウト

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  line-height: 1.7;
  font-size: 1.6rem;
  color: var(--black_color);
  overflow-wrap: break-word;
}
body.footer_fixed {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.modal_open {
  overflow: hidden;
}

#content_wrapper {
  margin-top: 30px;
}
body.footer_fixed #content_wrapper {
  flex-grow: 1;
}

#wrap_contents:has(#sidebar) {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.contents_inner,
.ua_pc .contents_inner_ua_pc,
.ua_sp_tab .contents_inner_ua_sp_tab {
  max-width: var(--contents_width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--side_padding);
  padding-right: var(--side_padding);
}
.contents_inner.narrow,
.ua_pc .contents_inner.narrow_ua_pc,
.ua_sp_tab .contents_inner.narrow_ua_sp_tab {
  max-width: var(--contents_width_narrow);
}

main > section + section,
main > article > section + section {
  margin-top: 70px;
}

@media (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
  #content_wrapper {
    margin-top: 24px;
  }
  main > section + section,
  main > article > section + section {
    margin-top: 50px;
  }
}

/* -----------------------------------------------------
フォント
----------------------------------------------------- */
body.google_font_noto_sans_sans,
body.google_font_noto_sans_serif {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body.google_font_noto_serif_serif,
body.google_font_noto_serif_sans {
  font-family: 'Noto Serif JP', serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* Noto Sans JP */
/*
＜font-weight＞
Thin 100
ExtraLight 200
Light 300
Regular 400
Medium 500
SemiBold 600
Bold 700
ExtraBold 800
Black 900

.font {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
*/

/* Noto Serif JP */
/*
.font {
  font-family: 'Noto Serif JP', serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
 }
*/

/* Roboto */
/*
＜font-weight＞
Thin 100
ExtraLight 200
Light 300
Regular 400
Medium 500
SemiBold 600
Bold 700
ExtraBold 800
Black 900

＜font-variation-settings＞
Condensed 75
SemiCondensed 87.5
Normal 100

.font {
  font-family: 'Roboto', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: 'wdth' 100;
}
*/

/* -----------------------------------------------------
ページナビゲーション
----------------------------------------------------- */
nav.navigation {
  display: flex;
  gap: 50px;
}
nav.navigation h2 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
nav.navigation ul {
  display: flex;
  flex-flow: column;
  gap: 2px;
}
nav.navigation li {
  display: block;
}
nav.navigation a,
nav.navigation .open_modal_text_link {
  font-size: 1.3rem;
}
nav.navigation a {
  text-decoration: none;
}
nav.navigation a:hover {
  text-decoration: underline;
}

/* -----------------------------------------------------
ヘッダー
----------------------------------------------------- */
.site_header.site_header_fixed {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1500;
  background-color: #fff;
}

.site_header .wrap_header {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.site_header .header_member {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

.site_header .header_member a {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: 2px;
  text-decoration: none;
}
.site_header .header_member .header_member_regist a {
  gap: 4px;
}
.site_header .header_member .header_member_regist a .icon {
  font-size: 20px;
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}
.site_header .header_member a.logout_link .icon {
  font-size: 20px;
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}
.site_header .header_member a.login_link .icon {
  font-size: 20px;
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

.site_header .header_contents {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.site_header .header_left {
  max-width: 360px;
}

.site_header .header_right {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.site_header .header_right .header_mylist_history a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border: 1px solid var(--gray_color_light);
  text-decoration: none;
  width: 90px;
  height: 50px;
  line-height: 1;
}
.site_header .header_right .header_mylist_history a:hover {
  border-color: var(--gray_color);
}

.site_header .header_right .header_mylist_history .wrap_count_text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.site_header .header_right .mylist_count .icon {
  font-size: 19px;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  color: var(--favorite_button_color);
}
.site_header .header_right .history_count .icon {
  font-size: 19px;
  font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}
.site_header .header_right .header_mylist_history .count_text {
  font-size: 2.2rem;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  color: var(--main_color);
}
.site_header .header_right .header_mylist_history .text {
  font-size: 1.2rem;
}
.site_header .header_right .header_tel,
.site_header .header_right .header_tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.site_header .header_right .header_tel:has(a) {
  display: block;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
}
.site_header .header_right .header_tel a {
  text-decoration: none;
}
.site_header .header_right .header_tel .icon {
  font-size: 21px;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  text-decoration: none;
}
.site_header .header_right .header_tel .number {
  font-size: 3rem;
  line-height: 1;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
.site_header .header_right .header_tel a .number {
  text-decoration: underline;
}
.site_header .header_right .header_open {
  font-size: 1.1rem;
  margin-top: 2px;
}
.site_header .header_right .header_open .business_hours + .closed_day {
  margin-left: 0.7em;
}
.site_header .header_right .header_contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background-color: var(--main_color);
  border: 1px solid var(--main_color);
  color: #fff;
  width: 140px;
  height: 50px;
  text-decoration: none;
}
.site_header .header_right .header_contact a .icon {
  display: none;
}
.site_header .header_right .header_contact a .text {
  font-size: 1.3rem;
}
.site_header .header_right .header_contact a:hover {
  color: var(--main_color);
  background-color: #fff;
}

/* グロナビ */
.header_gnavi {
  margin-top: 20px;
  text-align: center;
}
.header_gnavi ul {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px 30px;
}

.header_gnavi li {
  display: block;
}

.header_gnavi a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.header_gnavi a:hover {
  text-decoration: underline;
}

/* ハンバーガーメニュー */
.hamburger_menu {
  position: relative;
  width: 50px !important;
  height: 50px;
  padding: 6px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 11px;
  margin-left: 10px;
}
.hamburger_menu span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--black_color);
}

.hamburger_menu span:nth-of-type(1) {
  top: 0;
}
.hamburger_menu span:nth-of-type(2) {
  top: 20px;
}
.hamburger_menu span:nth-of-type(3) {
  bottom: 0;
}

#site_header_navigation {
  padding: 0;
  background-color: var(--black_color);
}
#site_header_navigation.modal_common .wrap_modal_contents {
  max-width: var(--contents_width);
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: var(--side_padding);
  padding-right: var(--side_padding);
}
#site_header_navigation nav.navigation,
#site_header_navigation nav.navigation a,
#site_header_navigation nav.navigation .open_modal_text_link {
  color: #fff;
}
#site_header_navigation .navigation {
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
#site_header_navigation .navigation > div {
  width: 190px;
}
#site_header_navigation .navigation h2 {
  font-size: 2.1rem;
  margin-bottom: 0.7em;
}
.google_font_noto_sans_sans #site_header_navigation .navigation h2,
.google_font_noto_sans_serif #site_header_navigation .navigation h2 {
  font-weight: 600;
}
#site_header_navigation .navigation ul {
  gap: 4px;
}
#site_header_navigation nav.navigation a,
#site_header_navigation nav.navigation .open_modal_text_link {
  font-size: 1.5rem;
}
#site_header_navigation.modal_common .wrap_close_button {
  width: calc(100% - 14px);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
#site_header_navigation.modal_common .wrap_close_button .inner {
  width: 100%;
  max-width: var(--contents_width);
  position: relative;
}
#site_header_navigation.modal_common .modal_common_close {
  top: 12px;
  right: var(--side_padding);
}
#site_header_navigation i.close_icon {
  width: 50px;
  height: 50px;
}
#site_header_navigation i.close_icon::before,
#site_header_navigation i.close_icon::after {
  background-color: #fff;
  height: 40px;
}

@media (min-width: 768px) {
  .site_header {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 14px;
  }

  .site_header .header_contents {
    padding-top: 6px;
  }
  .site_header .header_member + .header_contents {
    padding-top: 0;
  }

  #site_header_navigation .navigation ul {
    display: flex !important;
  }

  /* ヘッダー要素より下にスクロールしたら常にFixedにする（Fixed用のヘッダーを表示） */
  /* ヘッダー要素より下にスクロールした状態で、上にスクロールした場合のみFixedにする（Fixed用のヘッダーを表示） */
  header.site_header.scroll_fixed_pc:has(+ .site_header_fixed.is-show),
  header.site_header.up_scroll_fixed_pc:has(+ .site_header_fixed.is-show) {
    visibility: hidden;
  }
  .site_header.site_header_fixed.scroll_fixed_pc,
  .site_header.site_header_fixed.up_scroll_fixed_pc {
    visibility: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    transition: top 0.4s ease-in-out;
    /* アニメーションがカクつく場合のみ下記を記述 */
    /* will-change: top; */
  }
  .site_header.site_header_fixed.scroll_fixed_pc.is-show,
  .site_header.site_header_fixed.up_scroll_fixed_pc.is-show {
    top: 0;
  }
  .site_header.site_header_fixed.scroll_fixed_pc.is-initialized,
  .site_header.site_header_fixed.up_scroll_fixed_pc.is-initialized {
    visibility: visible;
  }
  .site_header.site_header_fixed.scroll_fixed_pc .header_left.header_site_name img,
  .site_header.site_header_fixed.up_scroll_fixed_pc .header_left.header_site_name img {
    max-height: 50px;
  }
  .site_header.site_header_fixed.scroll_fixed_pc .header_member,
  .site_header.site_header_fixed.up_scroll_fixed_pc .header_member {
    display: none;
  }
  .site_header.site_header_fixed.scroll_fixed_pc .header_gnavi,
  .site_header.site_header_fixed.up_scroll_fixed_pc .header_gnavi {
    display: none;
  }

  /* 最初からFixedにする（オリジナルのヘッダーを表示） */
  header.site_header.always_fixed_pc {
    position: sticky;
    top: 0;
    z-index: 1500;
    background-color: #fff;
  }
  header.site_header.always_fixed_pc.is-scroll_header {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  }

  .site_header.site_header_fixed.always_fixed_pc {
    display: none;
  }

  /* Fixedにしない */
  .site_header.site_header_fixed.no_fixed_pc {
    display: none;
  }
}
@media (max-width: 1100px) {
  .site_header .header_left {
    max-width: 340px;
  }
  .site_header .header_right {
    gap: 8px;
  }
  .site_header .header_right .header_contact a {
    width: 90px;
  }
  .site_header .header_right .header_contact a .icon {
    display: block;
    font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24;
    font-size: 24px;
  }
  .site_header .header_right .header_contact a .text {
    display: none;
  }
}
@media (max-width: 1000px) {
  .site_header .header_left {
    max-width: 320px;
  }
  .site_header .header_right .tel_open {
    display: none;
  }
  #site_header_navigation .navigation {
    gap: 18px;
  }
  #site_header_navigation .navigation > div {
    width: 160px;
  }
  #site_header_navigation .navigation h2 {
    font-size: 1.8rem;
  }
  #site_header_navigation .navigation ul {
    gap: 3px;
  }
  #site_header_navigation nav.navigation a,
  #site_header_navigation nav.navigation .open_modal_text_link {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .site_header {
    height: 50px;
  }
  header.site_header,
  .site_header.site_header_fixed.is-show {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  }
  .site_header .wrap_header {
    padding: 0;
  }
  .site_header .header_member,
  .header_mylist_history,
  .header_gnavi {
    display: none;
  }
  .site_header .header_contents {
    gap: 20px;
    align-items: center;
  }
  .site_header .header_left.header_site_name {
    padding-left: var(--side_padding);
  }
  .site_header .header_left.header_site_name img {
    max-height: 34px;
  }
  .site_header .header_right {
    gap: normal;
  }
  .ua_sp_tab .site_header .header_right .tel_open {
    display: block;
  }
  .site_header .header_right .header_tel {
    width: 40px;
    height: 50px;
  }
  .site_header .header_right .header_tel .number {
    display: none;
  }
  .site_header .header_right .header_tel a {
    width: 100%;
    height: 100%;
  }
  .site_header .header_right .header_open {
    display: none;
  }
  .site_header .header_right .header_contact a {
    background-color: transparent;
    border: none;
    width: 40px;
  }
  .site_header .header_right .header_contact a .icon {
    color: var(--black_color);
    font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 0, 'opsz' 24;
    font-size: 31px;
  }

  .hamburger_menu {
    width: 50px !important;
    padding: 10px 12px !important;
    gap: 6px;
    margin-left: 0;
  }
  #site_header_navigation.modal_common {
    display: block;
    align-items: normal;
  }
  #site_header_navigation.modal_common .wrap_modal_contents {
    display: block;
    padding-top: 56px;
    padding-bottom: 30px;
  }
  #site_header_navigation.modal_common .wrap_close_button {
    width: 100%;
    height: 50px;
    background-color: var(--black_color);
  }
  #site_header_navigation.modal_common .modal_common_close {
    top: 0;
    right: 0;
  }
  #site_header_navigation i.close_icon::before,
  #site_header_navigation i.close_icon::after {
    height: 30px;
  }
  #site_header_navigation nav.navigation {
    gap: normal;
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
  }
  #site_header_navigation .navigation ul {
    display: none;
    gap: normal;
  }
  #site_header_navigation .navigation > div {
    position: relative;
    width: 100%;
  }
  #site_header_navigation .navigation > div:last-child {
    border-bottom: var(--gray_color) 1px solid;
  }
  #site_header_navigation .navigation h2,
  #site_header_navigation .navigation .about_us a {
    font-size: 1.4rem;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0.8em;
  }
  #site_header_navigation .navigation h2 {
    border-top: var(--gray_color) 1px solid;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0;
  }
  #site_header_navigation .navigation .about_us h2 {
    display: none;
  }
  #site_header_navigation .navigation .sp_accordion h2 {
    padding-right: 2.3em;
  }
  #site_header_navigation .navigation h2::before,
  #site_header_navigation .navigation h2::after {
    content: '';
    position: absolute;
    top: 26px;
    right: 10px;
    display: block;
    background-color: #fff;
    width: 11px;
    height: 1px;
  }
  #site_header_navigation .navigation h2::after {
    transform: rotate(-90deg);
    transition: all 0.3s;
  }
  #site_header_navigation .navigation h2.active::after {
    transform: rotate(0deg);
  }
  #site_header_navigation .navigation .about_us ul {
    display: flex;
  }
  #site_header_navigation .navigation .sp_accordion ul {
    padding-left: 2em;
    margin-bottom: 1em;
  }
  #site_header_navigation .navigation a {
    display: block;
    position: relative;
    padding-right: 0.8em;
  }
  #site_header_navigation .navigation .about_us a {
    border-top: var(--gray_color) 1px solid;
  }
  #site_header_navigation .navigation .sp_accordion a {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    padding-left: 1.5em;
  }
  #site_header_navigation .navigation a::after {
    display: block;
    width: 7px;
    height: 1px;
    background-color: #fff;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
  }
  #site_header_navigation .navigation .about_us a::after {
    content: none;
  }

  /* ヘッダー要素より下にスクロールしたら常にFixedにする（Fixed用のヘッダーを表示） */
  /* ヘッダー要素より下にスクロールした状態で、上にスクロールした場合のみFixedにする（Fixed用のヘッダーを表示） */
  header.site_header.scroll_fixed_sp:has(+ .site_header_fixed.is-show),
  header.site_header.up_scroll_fixed_sp:has(+ .site_header_fixed.is-show) {
    visibility: hidden;
  }
  .site_header.site_header_fixed.scroll_fixed_sp,
  .site_header.site_header_fixed.up_scroll_fixed_sp {
    visibility: hidden;
    transition: top 0.4s ease-in-out;
    /* アニメーションがカクつく場合のみ下記を記述 */
    /* will-change: top; */
  }
  .site_header.site_header_fixed.scroll_fixed_sp.is-show,
  .site_header.site_header_fixed.up_scroll_fixed_sp.is-show {
    top: 0;
  }
  .site_header.site_header_fixed.scroll_fixed_sp.is-initialized,
  .site_header.site_header_fixed.up_scroll_fixed_sp.is-initialized {
    visibility: visible;
  }
  .site_header.site_header_fixed.scroll_fixed_sp .header_member,
  .site_header.site_header_fixed.up_scroll_fixed_sp .header_member {
    display: none;
  }
  .site_header.site_header_fixed.scroll_fixed_sp .header_gnavi,
  .site_header.site_header_fixed.up_scroll_fixed_sp .header_gnavi {
    display: none;
  }

  /* 最初からFixedにする（オリジナルのヘッダーを表示） */
  header.site_header.always_fixed_sp {
    position: sticky;
    top: 0;
    z-index: 1500;
    background-color: #fff;
  }
  .site_header.site_header_fixed.always_fixed_sp {
    display: none;
  }

  /* Fixedにしない */
  .site_header.site_header_fixed.no_fixed_sp {
    display: none;
  }
}

/* -----------------------------------------------------
ページタイトル
----------------------------------------------------- */
#page_title {
  background-color: var(--gray_color_super_light);
  padding: 60px 0;
}
#page_title h1,
#page_title .title {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 767px) {
  #page_title {
    padding: 40px 0;
  }
  #page_title h1,
  #page_title .title {
    font-size: 2.5rem;
  }
}

/* -----------------------------------------------------
パンくず
----------------------------------------------------- */
#bread_crumb .wrap_bread_crumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 12px;
}

#bread_crumb .wrap_bread_crumb div {
  position: relative;
  margin: 5px 22px 0 0;
  font-size: 1.3rem;
  text-align: left;
  line-height: 1;
}

#bread_crumb .wrap_bread_crumb div span {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

#bread_crumb .wrap_bread_crumb div a span:hover {
  border-bottom: 1px solid var(--black_color);
}

#bread_crumb .wrap_bread_crumb div::after {
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--black_color);
  border-right: 1px solid var(--black_color);
  transform: rotate(45deg);
  content: '';
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -5px;
}

#bread_crumb .wrap_bread_crumb div:last-child {
  margin-right: 0;
}

#bread_crumb .wrap_bread_crumb div:last-child::after {
  content: none;
}

@media (max-width: 767px) {
  #bread_crumb .wrap_bread_crumb {
    margin-top: 8px;
  }
}

/* -----------------------------------------------------
メインコンテンツ
----------------------------------------------------- */
#wrap_contents:has(#sidebar) main {
  flex: 1;
  min-width: 0;
}

/* -----------------------------------------------------
サイドバー
----------------------------------------------------- */
aside#sidebar {
  width: 270px;
}
aside#sidebar nav.side_menu {
  border: 1px solid var(--black_color);
  padding: 16px;
  margin-bottom: 20px;
}
aside#sidebar nav.side_menu ul {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
aside#sidebar nav.side_menu a {
  display: block;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--gray_color_light);
}

@media (max-width: 1000px) {
  aside#sidebar {
    width: 100%;
  }
}

/* -----------------------------------------------------
フッター
----------------------------------------------------- */
.site_footer {
  margin-top: 60px;
  padding-bottom: 30px;
  background-color: var(--gray_color_super_light);
}
.site_footer .fotter__contents {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.site_footer .fotter__contents_left {
  max-width: 300px;
}
.site_footer .fotter__contents_right {
  flex-shrink: 0;
}
.site_footer .fotter_official_sns {
  margin-top: 30px;
}
.site_footer .fotter_official_sns ul {
  display: flex;
  gap: 16px;
}
.site_footer .fotter_official_sns li,
.site_footer .fotter_official_sns li a {
  display: flex;
  align-items: center;
}
.site_footer .fotter_official_sns img {
  width: 24px;
  max-height: 24px;
  filter: invert(67%) sepia(18%) saturate(10%) hue-rotate(329deg) brightness(87%) contrast(91%);
}
.site_footer .fotter_official_sns a:hover img {
  filter: invert(38%) sepia(7%) saturate(20%) hue-rotate(337deg) brightness(100%) contrast(90%);
}
.site_footer .fotter_bottom {
  border-top: 1px solid var(--gray_color_light);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  font-size: 1.3rem;
}
.site_footer .fotter_bottom .fotter_privacy a {
  text-decoration: none;
}
.site_footer .fotter_bottom .fotter_privacy a:hover {
  text-decoration: underline;
}
.site_footer .fudousan_hanjo_site_link {
  border-top: 1px solid var(--gray_color_light);
  margin-top: 30px;
  padding-top: 14px;
  text-align: right;
}
.site_footer .fudousan_hanjo_site_link a {
  text-decoration: none;
  font-size: 1.2rem;
  color: var(--gray_color);
}
@media (max-width: 1000px) {
  .site_footer .fotter__contents {
    justify-content: flex-start;
    flex-flow: column;
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .site_footer .fotter__contents_left {
    max-width: none;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 16px;
  }
  .site_footer .fotter_site_name {
    max-width: 300px;
  }
  .site_footer .fotter_official_sns {
    margin-top: 0;
  }
  .site_footer .fotter__contents_right {
    flex-shrink: 1;
  }
  nav.navigation {
    gap: 50px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .site_footer {
    margin-top: 40px;
    padding-bottom: 20px;
  }
  .site_footer .fotter__contents {
    justify-content: flex-start;
    flex-flow: column;
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .site_footer .fotter__contents_right {
    display: none;
  }
  .site_footer .fotter_site_name {
    max-width: 240px;
  }
  .site_footer .fotter_official_sns img {
    width: 20px;
    max-height: 20px;
  }
  .site_footer .fotter_bottom {
    padding-top: 20px;
  }
  .site_footer .fudousan_hanjo_site_link {
    display: none;
  }
}

/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

共通

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

h1,
.h1 {
  font-size: 3.8rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.front_page main h1,
.front_page main .h1 {
  text-align: center;
}
h2,
.h2,
legend {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1.1em;
  border-bottom: 1px solid var(--black_color);
  padding-bottom: 0.1em;
}
.front_page main h2,
.front_page main .h2,
.front_page main legend {
  font-size: 3rem;
  margin-bottom: 1em;
  text-align: center;
  border-bottom: none;
  padding-bottom: 0;
}
legend {
  width: 100%;
}
h3,
.h3 {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 1em;
  border-left: 4px solid var(--black_color);
  padding-left: 0.4em;
}
.front_page main h3,
.front_page main .h3 {
  text-align: center;
  border-left: none;
  padding-left: 0;
}
h1.unstyled,
h2.unstyled,
legend.unstyled,
h3.unstyled {
  font-size: inherit;
  font-weight: normal;
  margin: 0;
  border: none;
  padding: 0;
}

.transition {
  transition: all 0.3s;
}

.google_font_noto_sans_sans h3,
.google_font_noto_sans_serif h3,
.google_font_noto_sans_sans .h3,
.google_font_noto_sans_serif .h3 {
  font-weight: 600;
}

.google_font_noto_sans_sans h3.unstyled,
.google_font_noto_sans_serif h3.unstyled,
.google_font_noto_sans_sans .h3.unstyled,
.google_font_noto_sans_serif .h3.unstyled {
  font-weight: normal;
}

body.google_font_noto_sans_serif .title,
body.google_font_noto_sans_serif .midashi,
body.google_font_noto_sans_serif h1,
body.google_font_noto_sans_serif .h1,
body.google_font_noto_sans_serif h2,
body.google_font_noto_sans_serif .h2,
body.google_font_noto_sans_serif legend,
body.google_font_noto_sans_serif h3,
body.google_font_noto_sans_serif .h3 {
  font-family: 'Noto Serif JP', serif;
}

body.google_font_noto_serif_sans .title,
body.google_font_noto_serif_sans .midashi,
body.google_font_noto_serif_sans h1,
body.google_font_noto_serif_sans .h1,
body.google_font_noto_serif_sans h2,
body.google_font_noto_serif_sans .h2,
body.google_font_noto_serif_sans legend,
body.google_font_noto_serif_sans h3,
body.google_font_noto_serif_sans .h3 {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 3.8rem;
  }
  h2,
  .h2,
  legend {
    font-size: 2.1rem;
    margin-bottom: 0.8em;
  }
  .front_page main h2,
  .front_page main .h2,
  .front_page main legend {
    font-size: 2.6rem;
  }
  h3,
  .h3 {
    font-size: 1.8rem;
  }
}

.no_image.svg {
  background-color: var(--gray_color_super_light);
  display: flex;
  justify-content: center;
  align-items: center;
}

.no_image.svg svg.no_image_icon {
  width: 40%;
  height: auto;
}

svg.no_image_icon path,
svg.no_image_icon polygon,
svg.no_image_icon rect {
  fill: #c2c2c2;
}

#logout_message {
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  padding: 0.8em;
  width: 100%;
  background-color: rgba(93, 93, 93, 0.85);
  color: #fff;
  z-index: 99999;
}

#bukken_bulk_inquiry,
#bukken_bulk_inquiry_error {
  position: fixed;
  left: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
body.page_slug_mylist:has(#bukken_bulk_inquiry.show),
body.page_slug_history:has(#bukken_bulk_inquiry.show) {
  padding-bottom: 90px;
}
#bukken_bulk_inquiry {
  height: 90px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid var(--black_color);
  display: none;
}
#bukken_bulk_inquiry_error + #bukken_bulk_inquiry {
  border-top: none;
}
#bukken_bulk_inquiry_error {
  bottom: 90px;
  background-color: var(--important_color);
}
#bukken_bulk_inquiry.show {
  display: flex;
}
#bukken_bulk_inquiry button {
  font-size: 1.5rem;
}
#bukken_bulk_inquiry_error p {
  color: #fff;
  padding: 0.5em 1.4em;
  font-size: 1.4rem;
  text-align: center;
}
#bukken_bulk_inquiry_error p span {
  font-weight: bold;
  margin: 0 0.1em;
}

a.button {
  position: relative;
  padding: 0.9em 34px;
  display: inline-block;
  border: 1px solid var(--gray_color_light);
  text-align: center;
  text-decoration: none;
  background-color: #fff;
}

.more {
  margin-top: 2em;
  text-align: center;
}
.more > a.button {
  padding: 0.7em 34px 0.7em 34px;
  border: none;
  background-color: var(--main_color);
  color: #fff;
  width: 13em;
  font-size: 1.5rem;
}

a.button:hover {
  border-color: var(--gray_color);
}
.more > a.button:hover {
  background-color: var(--main_color_dark);
}
a.button::after {
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--black_color);
  border-right: 1px solid var(--black_color);
  transform: rotate(45deg);
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -3px;
}
.more > a.button::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

@media (max-width: 640px) {
  body.page_slug_mylist:has(#bukken_bulk_inquiry.show),
  body.page_slug_history:has(#bukken_bulk_inquiry.show) {
    padding-bottom: 70px;
  }
  #bukken_bulk_inquiry {
    height: 70px;
  }
  #bukken_bulk_inquiry button {
    font-size: 1.4rem;
    padding: 1em 0.7em;
    max-width: 18em;
  }
}

.gray {
  filter: grayscale(100%);
}

/* -----------------------------------------------------
アイコン
----------------------------------------------------- */
button.icon_only .text {
  display: none;
}
i.close_icon {
  display: block;
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: relative;
}
i.close_icon::before,
i.close_icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 27px;
  background-color: var(--black_color);
}
i.close_icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
i.close_icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 767px) {
  i.close_icon {
    width: 32px;
    height: 32px;
  }
  i.close_icon::before,
  i.close_icon::after {
    height: 23px;
  }
}

/* -----------------------------------------------------
アイコンフォント
----------------------------------------------------- */
.google_icon::before,
.google_icon::after {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  line-height: 1;
}

/* -----------------------------------------------------
汎用モーダル
----------------------------------------------------- */
.modal_common {
  display: flex;
  opacity: 0;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  transition: opacity 0.3s;
  z-index: 99999;
  overflow: auto;
  padding: 40px;
}
.modal_common.show {
  opacity: 1;
  visibility: visible;
}
.modal_common .wrap_modal_contents {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 800px;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
  border-radius: 6px;
}
.modal_common .modal_common_close {
  position: absolute;
  top: 4px;
  right: 4px;
  background-color: transparent;
}
@media (max-width: 767px) {
  .modal_common {
    padding: 2%;
  }
  .modal_common .wrap_modal_contents {
    padding: 32px 2% 2% 2%;
    border-radius: 4px;
  }
  .modal_common .modal_common_close {
    top: 0;
    right: calc(2% - 6px);
  }
}

/* -----------------------------------------------------
横スクロール
----------------------------------------------------- */
.ua_sp_tab .horizontal_scroll {
  overflow-x: auto;
  overflow-y: hidden;
}

/* -----------------------------------------------------
地図
----------------------------------------------------- */
#gmap,
#gmap iframe {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
}

/* -----------------------------------------------------
モーダルフォーム
----------------------------------------------------- */
#modal_confirm_alert.modal_common .wrap_modal_contents {
  max-width: 640px;
}

#modal_confirm_alert.modal_common .title {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 11px;
}

#modal_confirm_alert.modal_common .confirm_alert_contents p {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.6;
}

#modal_confirm_alert.modal_common .send_contents {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 28px 32px;
}

#modal_confirm_alert.modal_common .send_contents dl {
  margin: 0;
  display: grid;
  grid-template-columns: 9em 1fr;
  gap: 14px;
  line-height: 1.5;
}

#modal_confirm_alert.modal_common .send_contents dt {
  font-weight: bold;
  padding-right: 15px;
  color: #555;
  display: flex;
  align-items: center;
}

#modal_confirm_alert.modal_common .send_contents dd {
  margin: 0;
  display: flex;
  align-items: center;
  word-break: break-all;
}

#modal_confirm_alert.modal_common .submit_area {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

#modal_confirm_alert.modal_common .form_btn button {
  font-size: 1.4rem;
}

#modal_confirm_alert.modal_common .alert_ok button {
  padding: 1em 1em;
  max-width: 16em;
}

#modal_confirm_alert.modal_common .alert_cancel button {
  max-width: 10em;
  padding: 0.8em 1em;
}

@media (max-width: 767px) {
  #modal_confirm_alert.modal_common .wrap_modal_contents {
    padding-bottom: 32px;
  }
}
