@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

:where([hidden]:not([hidden='until-found'])) {
  display: none !important; }

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light; }

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%; } }
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth; } }
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased; }

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit; }

:where(textarea) {
  resize: vertical;
  resize: block; }

:where(button, label, select, summary, [role='button'], [role='option']) {
  cursor: pointer; }

:where(:disabled) {
  cursor: not-allowed; }

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed; }

:where(button) {
  border-style: solid; }

:where(a) {
  text-underline-offset: 0.2ex; }

:where(ul, ol) {
  list-style: none; }

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block; }

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto; }

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word; }

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem); }

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible; }

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px; }

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important; }

* {
  box-sizing: border-box; }

*::-webkit-scrollbar {
  width: 8px;
  height: 6px; }

*::-webkit-scrollbar-track {
  background-color: #efefef; }

*::-webkit-scrollbar-thumb {
  background-color: #008837;
  border-radius: 4px; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth; }

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #323232;
  line-height: 1.4;
  background-color: #fff;
  font-feature-settings: "palt" 1; }

p {
  line-height: 1.6; }

a:link,
a:visited,
a:hover,
a:link {
  color: #008837;
  text-decoration: none; }

img {
  width: 100%;
  height: auto;
  vertical-align: text-bottom;
  display: block; }

.menu {
  border-radius: 4px;
  overflow: hidden; }

.menu_header {
  display: none; }

@media (min-width: 1024px) {
  .menu {
    position: sticky;
    top: 110px;
    left: 0;
    height: max-content; } }
@media (max-width: 1024px) {
  .menu {
    width: 100%;
    top: 0;
    position: fixed;
    left: 0;
    z-index: 10;
    background-color: #fff;
    padding: 10px;
    height: 100svh;
    overflow-y: scroll;
    padding: 80px 20px 20px;
    display: none;
    flex-flow: column; }

  .menu.is-open {
    display: flex; } }
.menu_list summary {
  position: relative;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 0 8px;
  background-color: #2155A4;
  list-style: none;
  border-bottom: 1px solid #F8F8F8; }
  .menu_list summary::-webkit-details-marker {
    display: none; }
  .menu_list summary::before {
    font-family: FontAwesome;
    content: '\f13a';
    position: absolute;
    right: 8px;
    font-size: 20px; }
.menu_list[open] summary::before {
  content: '\f139'; }
.menu_list ul li a {
  display: block;
  background-color: #F8F8F8;
  height: 40px;
  align-content: center;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #323232;
  font-weight: bold;
  padding: 0 8px;
  padding-left: 20px;
  position: relative; }
  .menu_list ul li a::before {
    font-family: FontAwesome;
    content: '\f105';
    color: #2155A4;
    position: absolute;
    left: 8px; }
.menu_list ul li + li a {
  border-top: 1px dashed #2155A4; }

@media (max-width: 1024px) {
  .menu_list {
    order: 1; }
    .menu_list summary {
      text-align: center;
      border-radius: 4px 4px 0 0;
      margin-top: 10px; }
    .menu_list ul {
      display: grid;
      grid-template-columns: 1fr 1fr; }
      .menu_list ul li + li a {
        border-top: none; }
      .menu_list ul li a {
        border-bottom: 1px dashed #2155A4;
        height: 50px; }

  .menu_link {
    order: 2; }

  .menu_mypage {
    order: 3; }

  .menu_sns {
    order: 5; }

  .menu_header {
    display: block;
    order: 4; }
    .menu_header_search {
      padding: 10px 24px;
      background: #F8F8F8;
      margin-top: 10px; }
    .menu_header_search form {
      border: 1px solid #ddd;
      border-radius: 4px;
      height: 40px;
      line-height: 40px;
      padding: 0 16px;
      font-size: 16px;
      display: flex;
      align-items: center; }
      .menu_header_search form .search {
        padding: 0;
        border: none;
        background: none;
        line-height: 1;
        flex: 1; }
      .menu_header_search form .submit {
        cursor: pointer;
        width: 16px;
        height: 16px;
        display: inline-block;
        border: none;
        background: none;
        vertical-align: text-top;
        background: url(../../../../n_images/kurashi/common/ico_search.svg) no-repeat center/16px 16px; }
    .menu_header_emergency {
      background-color: #FF0000;
      color: #fff !important;
      font-weight: bold;
      border-radius: 8px;
      height: 40px;
      line-height: 40px;
      padding: 0 16px;
      font-size: 1.4rem;
      display: block;
      text-align: center; }
      .menu_header_emergency i {
        font-size: 20px;
        vertical-align: text-top; }
    .menu_header_link_inn {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px; }
    .menu_header_link {
      text-align: center;
      border-bottom: 1px solid #ddd;
      font-size: 1.4rem;
      font-weight: bold;
      height: 40px;
      line-height: 40px;
      margin: 10px 0;
      color: #323232 !important; } }
.menu_link {
  margin-top: 10px; }
  .menu_link li a {
    display: grid;
    align-items: center;
    font-size: 1.4rem;
    color: #323232;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #eee;
    min-height: 48px;
    padding-left: 40px; }
    .menu_link li a::before {
      display: inline-block;
      content: "";
      width: 32px;
      height: 32px;
      border-radius: 16px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(0, -50%);
      background: url(../../../../n_images/kurashi/common/ico_shop.svg) no-repeat center/18px 18px;
      background-color: #2155A4; }
    .menu_link li a.shop::before {
      background-image: url(../../../../n_images/kurashi/common/ico_shop.svg); }
    .menu_link li a.support::before {
      background-image: url(../../../../n_images/kurashi/common/ico_support.svg); }
    .menu_link li a.point::before {
      background-image: url(../../../../n_images/kurashi/common/ico_point.svg); }
    .menu_link li a.card::before {
      background-image: url(../../../../n_images/kurashi/common/ico_card.svg); }
    .menu_link li a.room::before {
      background-image: url(../../../../n_images/kurashi/common/ico_room.svg); }
    .menu_link li a.draw::before {
      background-image: url(../../../../n_images/kurashi/common/ico_draw.svg); }
    .menu_link li a::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(0, -50%);
      width: 8px;
      height: 12px;
      background: url(../../../../n_images/kurashi/common/ico_arrow.svg) no-repeat center/8px 12px; }

.menu_sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 12px 0;
  color: #323232 !important;
  gap: 10px; }
  .menu_sns a img {
    width: 22px;
    height: 22px; }

.menu_mypage {
  background-color: #2155A4;
  border-radius: 8px;
  padding: 12px 16px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 8px;
  text-align: center; }
  .menu_mypage p {
    font-weight: normal;
    font-size: 1.1rem;
    text-align: left; }
  .menu_mypage_link {
    position: relative;
    display: inline-block;
    text-align: left;
    padding: 0 16px;
    width: 200px;
    height: 40px;
    line-height: 38px;
    background: #FFF;
    border: 1px solid #EEE;
    box-shadow: 0px 2px 0px #EEE;
    border-radius: 20px;
    color: #323232 !important; }
    .menu_mypage_link span {
      display: inline-block;
      padding: 3px 5px;
      background: #FF0000;
      border-radius: 4px;
      margin-left: 4px;
      font-size: 1.1rem;
      color: #fff;
      line-height: 1.2;
      vertical-align: text-bottom; }
    .menu_mypage_link::before {
      display: inline-block;
      content: "";
      width: 32px;
      height: 32px;
      border-radius: 16px;
      position: absolute;
      top: 50%;
      right: 4px;
      transform: translate(0, -50%);
      background: url(../../../../n_images/kurashi/common/ico_arrow_white.svg) no-repeat center/14px 14px;
      background-color: #2155A4; }

a:hover {
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  backface-visibility: hidden; }
  a:hover:hover {
    opacity: 0.7;
    backface-visibility: hidden; }

.cmn-link_button {
  text-align: center; }
  .cmn-link_button a {
    position: relative;
    display: inline-block;
    text-align: left;
    padding: 0 50px 0 20px;
    height: 40px;
    line-height: 38px;
    background: #FFF;
    border: 1px solid #EEE;
    box-shadow: 0px 2px 0px #EEE;
    border-radius: 20px;
    color: #323232 !important;
    font-weight: bold; }
    .cmn-link_button a::before {
      display: inline-block;
      content: "";
      width: 32px;
      height: 32px;
      border-radius: 16px;
      position: absolute;
      top: 50%;
      right: 4px;
      transform: translate(0, -50%);
      background: url(../../../../n_images/kurashi/common/ico_arrow_white.svg) no-repeat center/14px 14px;
      background-color: #008837; }

.cmn-section_header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap; }
  .cmn-section_header .el_icon img {
    width: 28px;
    height: 28px; }
  .cmn-section_header .el_title {
    font-size: 2.8rem;
    color: #323232;
    font-weight: bold;
    line-height: 1; }

@media (max-width: 768px) {
  .cmn-section_header .el_title {
    font-size: 2.4rem; } }
.cmn-section_title {
  height: 240px;
  background: url(../../../../n_images/kurashi/common/noimage.png) no-repeat right center/cover;
  display: flex;
  align-items: center;
  padding-left: 40px;
  position: relative;
  border-radius: 8px; }
  .cmn-section_title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, white 0%, white 20%, transparent 100%);
    z-index: 1; }
  .cmn-section_title span {
    font-size: 2.8rem;
    font-weight: bold;
    color: #323232;
    line-height: 1;
    position: relative;
    z-index: 2; }

@media (max-width: 768px) {
  .cmn-section_title {
    width: 95%;
    margin: auto;
    height: 96px; }
    .cmn-section_title span {
      font-size: 1.8rem; } }
.cmn-topicpath ol {
  overflow: auto;
  -ms-overflow-style: none;
  white-space: nowrap;
  padding: 20px 0;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
  .cmn-topicpath ol::-webkit-scrollbar {
    display: none; }
  .cmn-topicpath ol li {
    display: inline-block;
    font-size: 1.1rem; }
    .cmn-topicpath ol li:after {
      content: "\f105";
      font-family: "FontAwesome";
      padding: 0 14px; }
    .cmn-topicpath ol li:last-child:after {
      content: ""; }

nav[role="navigation"].cmn-nav {
  text-align: center;
  margin: auto;
  width: 100%;
  color: #008837;
  font-weight: bold; }
  @media screen and (min-width: 1280px) {
    nav[role="navigation"].cmn-nav {
      padding: 40px 0 0; } }
  nav[role="navigation"].cmn-nav .cd-pagination li {
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block; }
    nav[role="navigation"].cmn-nav .cd-pagination li a,
    nav[role="navigation"].cmn-nav .cd-pagination li span {
      display: block;
      cursor: pointer;
      width: 100%;
      height: 100%;
      border-radius: 50%; }
    nav[role="navigation"].cmn-nav .cd-pagination li:hover a {
      color: #fff;
      background-color: #008837;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
      backface-visibility: hidden; }
    nav[role="navigation"].cmn-nav .cd-pagination li.button a {
      display: block;
      cursor: pointer;
      background: url("../img/base/arw.svg") no-repeat center;
      background-size: contain;
      width: 50%;
      height: 100%;
      margin: auto;
      color: rgba(255, 255, 255, 0); }
    nav[role="navigation"].cmn-nav .cd-pagination li.button.is-left a {
      transform: rotate(180deg); }
  nav[role="navigation"].cmn-nav .cd-pagination .current {
    pointer-events: none;
    color: #fff;
    background-color: #008837; }

.layout {
  display: grid;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 40px;
  padding-top: 110px;
  grid-template-columns: 240px 1fr;
  gap: 40px; }

@media (max-width: 1024px) {
  .layout {
    grid-template-columns: 1fr;
    margin: 0 auto;
    padding-top: 80px; } }
.l-container {
  display: grid;
  grid-template-columns: 1fr 1280px 1fr; }
  .l-container > * {
    grid-column: 2; }
  .l-container .is-full {
    grid-column: 1 / 4; }
  @media screen and (max-width: 1280px) {
    .l-container {
      grid-template-columns: 20px 1fr 20px; } }
  .l-container_inn {
    width: 90%;
    max-width: 1280px;
    margin: auto; }

.mgt-0 {
  margin-top: 0px !important; }

.pdt-0 {
  padding-top: 0px !important; }

.mgb-0 {
  margin-bottom: 0px !important; }

.pdb-0 {
  padding-bottom: 0px !important; }

.mgl-0 {
  margin-left: 0px !important; }

.pdl-0 {
  padding-left: 0px !important; }

.mgr-0 {
  margin-right: 0px !important; }

.pdr-0 {
  padding-right: 0px !important; }

.mgt-10 {
  margin-top: 10px !important; }

.pdt-10 {
  padding-top: 10px !important; }

.mgb-10 {
  margin-bottom: 10px !important; }

.pdb-10 {
  padding-bottom: 10px !important; }

.mgl-10 {
  margin-left: 10px !important; }

.pdl-10 {
  padding-left: 10px !important; }

.mgr-10 {
  margin-right: 10px !important; }

.pdr-10 {
  padding-right: 10px !important; }

.mgt-20 {
  margin-top: 20px !important; }

.pdt-20 {
  padding-top: 20px !important; }

.mgb-20 {
  margin-bottom: 20px !important; }

.pdb-20 {
  padding-bottom: 20px !important; }

.mgl-20 {
  margin-left: 20px !important; }

.pdl-20 {
  padding-left: 20px !important; }

.mgr-20 {
  margin-right: 20px !important; }

.pdr-20 {
  padding-right: 20px !important; }

.mgt-30 {
  margin-top: 30px !important; }

.pdt-30 {
  padding-top: 30px !important; }

.mgb-30 {
  margin-bottom: 30px !important; }

.pdb-30 {
  padding-bottom: 30px !important; }

.mgl-30 {
  margin-left: 30px !important; }

.pdl-30 {
  padding-left: 30px !important; }

.mgr-30 {
  margin-right: 30px !important; }

.pdr-30 {
  padding-right: 30px !important; }

.mgt-40 {
  margin-top: 40px !important; }

.pdt-40 {
  padding-top: 40px !important; }

.mgb-40 {
  margin-bottom: 40px !important; }

.pdb-40 {
  padding-bottom: 40px !important; }

.mgl-40 {
  margin-left: 40px !important; }

.pdl-40 {
  padding-left: 40px !important; }

.mgr-40 {
  margin-right: 40px !important; }

.pdr-40 {
  padding-right: 40px !important; }

.mgt-50 {
  margin-top: 50px !important; }

.pdt-50 {
  padding-top: 50px !important; }

.mgb-50 {
  margin-bottom: 50px !important; }

.pdb-50 {
  padding-bottom: 50px !important; }

.mgl-50 {
  margin-left: 50px !important; }

.pdl-50 {
  padding-left: 50px !important; }

.mgr-50 {
  margin-right: 50px !important; }

.pdr-50 {
  padding-right: 50px !important; }

.mgt-60 {
  margin-top: 60px !important; }

.pdt-60 {
  padding-top: 60px !important; }

.mgb-60 {
  margin-bottom: 60px !important; }

.pdb-60 {
  padding-bottom: 60px !important; }

.mgl-60 {
  margin-left: 60px !important; }

.pdl-60 {
  padding-left: 60px !important; }

.mgr-60 {
  margin-right: 60px !important; }

.pdr-60 {
  padding-right: 60px !important; }

.mgt-70 {
  margin-top: 70px !important; }

.pdt-70 {
  padding-top: 70px !important; }

.mgb-70 {
  margin-bottom: 70px !important; }

.pdb-70 {
  padding-bottom: 70px !important; }

.mgl-70 {
  margin-left: 70px !important; }

.pdl-70 {
  padding-left: 70px !important; }

.mgr-70 {
  margin-right: 70px !important; }

.pdr-70 {
  padding-right: 70px !important; }

.mgt-80 {
  margin-top: 80px !important; }

.pdt-80 {
  padding-top: 80px !important; }

.mgb-80 {
  margin-bottom: 80px !important; }

.pdb-80 {
  padding-bottom: 80px !important; }

.mgl-80 {
  margin-left: 80px !important; }

.pdl-80 {
  padding-left: 80px !important; }

.mgr-80 {
  margin-right: 80px !important; }

.pdr-80 {
  padding-right: 80px !important; }

.mgt-90 {
  margin-top: 90px !important; }

.pdt-90 {
  padding-top: 90px !important; }

.mgb-90 {
  margin-bottom: 90px !important; }

.pdb-90 {
  padding-bottom: 90px !important; }

.mgl-90 {
  margin-left: 90px !important; }

.pdl-90 {
  padding-left: 90px !important; }

.mgr-90 {
  margin-right: 90px !important; }

.pdr-90 {
  padding-right: 90px !important; }

.mgt-100 {
  margin-top: 100px !important; }

.pdt-100 {
  padding-top: 100px !important; }

.mgb-100 {
  margin-bottom: 100px !important; }

.pdb-100 {
  padding-bottom: 100px !important; }

.mgl-100 {
  margin-left: 100px !important; }

.pdl-100 {
  padding-left: 100px !important; }

.mgr-100 {
  margin-right: 100px !important; }

.pdr-100 {
  padding-right: 100px !important; }

.mgt-110 {
  margin-top: 110px !important; }

.pdt-110 {
  padding-top: 110px !important; }

.mgb-110 {
  margin-bottom: 110px !important; }

.pdb-110 {
  padding-bottom: 110px !important; }

.mgl-110 {
  margin-left: 110px !important; }

.pdl-110 {
  padding-left: 110px !important; }

.mgr-110 {
  margin-right: 110px !important; }

.pdr-110 {
  padding-right: 110px !important; }

.mgt-120 {
  margin-top: 120px !important; }

.pdt-120 {
  padding-top: 120px !important; }

.mgb-120 {
  margin-bottom: 120px !important; }

.pdb-120 {
  padding-bottom: 120px !important; }

.mgl-120 {
  margin-left: 120px !important; }

.pdl-120 {
  padding-left: 120px !important; }

.mgr-120 {
  margin-right: 120px !important; }

.pdr-120 {
  padding-right: 120px !important; }

.mgt-130 {
  margin-top: 130px !important; }

.pdt-130 {
  padding-top: 130px !important; }

.mgb-130 {
  margin-bottom: 130px !important; }

.pdb-130 {
  padding-bottom: 130px !important; }

.mgl-130 {
  margin-left: 130px !important; }

.pdl-130 {
  padding-left: 130px !important; }

.mgr-130 {
  margin-right: 130px !important; }

.pdr-130 {
  padding-right: 130px !important; }

.mgt-140 {
  margin-top: 140px !important; }

.pdt-140 {
  padding-top: 140px !important; }

.mgb-140 {
  margin-bottom: 140px !important; }

.pdb-140 {
  padding-bottom: 140px !important; }

.mgl-140 {
  margin-left: 140px !important; }

.pdl-140 {
  padding-left: 140px !important; }

.mgr-140 {
  margin-right: 140px !important; }

.pdr-140 {
  padding-right: 140px !important; }

.mgt-150 {
  margin-top: 150px !important; }

.pdt-150 {
  padding-top: 150px !important; }

.mgb-150 {
  margin-bottom: 150px !important; }

.pdb-150 {
  padding-bottom: 150px !important; }

.mgl-150 {
  margin-left: 150px !important; }

.pdl-150 {
  padding-left: 150px !important; }

.mgr-150 {
  margin-right: 150px !important; }

.pdr-150 {
  padding-right: 150px !important; }

.mgt-160 {
  margin-top: 160px !important; }

.pdt-160 {
  padding-top: 160px !important; }

.mgb-160 {
  margin-bottom: 160px !important; }

.pdb-160 {
  padding-bottom: 160px !important; }

.mgl-160 {
  margin-left: 160px !important; }

.pdl-160 {
  padding-left: 160px !important; }

.mgr-160 {
  margin-right: 160px !important; }

.pdr-160 {
  padding-right: 160px !important; }

.mgt-170 {
  margin-top: 170px !important; }

.pdt-170 {
  padding-top: 170px !important; }

.mgb-170 {
  margin-bottom: 170px !important; }

.pdb-170 {
  padding-bottom: 170px !important; }

.mgl-170 {
  margin-left: 170px !important; }

.pdl-170 {
  padding-left: 170px !important; }

.mgr-170 {
  margin-right: 170px !important; }

.pdr-170 {
  padding-right: 170px !important; }

.mgt-180 {
  margin-top: 180px !important; }

.pdt-180 {
  padding-top: 180px !important; }

.mgb-180 {
  margin-bottom: 180px !important; }

.pdb-180 {
  padding-bottom: 180px !important; }

.mgl-180 {
  margin-left: 180px !important; }

.pdl-180 {
  padding-left: 180px !important; }

.mgr-180 {
  margin-right: 180px !important; }

.pdr-180 {
  padding-right: 180px !important; }

.mgt-190 {
  margin-top: 190px !important; }

.pdt-190 {
  padding-top: 190px !important; }

.mgb-190 {
  margin-bottom: 190px !important; }

.pdb-190 {
  padding-bottom: 190px !important; }

.mgl-190 {
  margin-left: 190px !important; }

.pdl-190 {
  padding-left: 190px !important; }

.mgr-190 {
  margin-right: 190px !important; }

.pdr-190 {
  padding-right: 190px !important; }

.mgt-200 {
  margin-top: 200px !important; }

.pdt-200 {
  padding-top: 200px !important; }

.mgb-200 {
  margin-bottom: 200px !important; }

.pdb-200 {
  padding-bottom: 200px !important; }

.mgl-200 {
  margin-left: 200px !important; }

.pdl-200 {
  padding-left: 200px !important; }

.mgr-200 {
  margin-right: 200px !important; }

.pdr-200 {
  padding-right: 200px !important; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.bold {
  font-weight: bold; }

.float-left {
  float: left; }

.float-right {
  float: right; }

br.smp {
  display: none; }
  @media screen and (max-width: 768px) {
    br.smp {
      display: inline; } }

br.pc {
  display: inline; }
  @media screen and (max-width: 768px) {
    br.pc {
      display: none; } }

.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
#header {
  border-bottom: 1px solid #eee;
  padding: 20px 16px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11; }

.header {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .header_logo {
    display: flex;
    align-items: center;
    gap: 10px; }
    .header_logo_img {
      width: 36px;
      height: auto; }
    .header_logo_text {
      font-size: 2rem;
      line-height: 1;
      color: #232323; }
      .header_logo_text span {
        font-size: 1.4rem;
        display: block; }
  .header_inn {
    display: flex;
    align-items: center;
    gap: 30px; }
    .header_inn > div {
      display: flex;
      align-items: center;
      gap: 6px; }
  .header_link {
    font-size: 1.4rem;
    font-weight: bold;
    color: #323232 !important;
    display: flex;
    align-items: center;
    gap: 4px; }
    .header_link i {
      width: 20px;
      height: 20px;
      display: grid;
      place-content: center;
      border: 2px solid #2155A4;
      color: #2155A4;
      border-radius: 10px;
      font-size: 10px; }
      .header_link i.is-green {
        border: 2px solid #008837;
        color: #008837; }
  .header_search {
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
    font-size: 1.4rem; }
    .header_search .search {
      padding: 0;
      border: none;
      background: none;
      line-height: 1;
      width: 200px; }
    .header_search .submit {
      cursor: pointer;
      width: 16px;
      height: 16px;
      display: inline-block;
      border: none;
      background: none;
      vertical-align: text-top;
      background: url(../../../../n_images/kurashi/common/ico_search.svg) no-repeat center/16px 16px; }
  .header_emergency {
    background-color: #FF0000;
    color: #fff !important;
    font-weight: bold;
    border-radius: 4px;
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
    font-size: 1.4rem;
    display: inline-block; }
    .header_emergency i {
      font-size: 20px;
      vertical-align: text-top; }

@media (max-width: 1024px) {
  #header {
    padding: 10px;
    border: none;
    background: none; }

  .header {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 10px;
    height: 60px; }
    .header_inn {
      display: none; } }
.header_btn {
  display: none; }

@media (max-width: 1024px) {
  .header_btn {
    display: grid;
    place-content: center;
    width: 40px;
    height: 40px;
    background-color: #2155A4;
    color: #fff;
    border-radius: 4px;
    font-size: 24px; } }
.footer {
  background: #fff;
  padding: 40px 0;
  border-top: 1px solid #e0e0e0; }
  .footer .footer_content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .footer .footer_left .footer_logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px; }
    .footer .footer_left .footer_logo img {
      width: 40px;
      height: auto; }
    .footer .footer_left .footer_logo_title {
      font-size: 2rem;
      font-weight: bold;
      color: #323232;
      line-height: 1; }
      .footer .footer_left .footer_logo_title span {
        font-size: 1.4rem;
        display: block; }
  .footer .footer_left .footer_copyright {
    font-size: 1.2rem;
    color: #323232; }
  .footer .footer_columns {
    display: flex;
    gap: 30px; }
    .footer .footer_columns .footer_column {
      font-weight: bold; }
      .footer .footer_columns .footer_column .footer_column_title {
        font-size: 1.4rem;
        color: #323232;
        margin-bottom: 15px; }
      .footer .footer_columns .footer_column .footer_column_list {
        list-style: none;
        margin: 0 0 0 1em; }
        .footer .footer_columns .footer_column .footer_column_list li {
          display: flex;
          align-items: center;
          gap: 8px;
          margin-bottom: 8px;
          font-size: 1.2rem;
          color: #323232; }
          .footer .footer_columns .footer_column .footer_column_list li i {
            color: #008837; }
          .footer .footer_columns .footer_column .footer_column_list li a {
            color: #323232;
            text-decoration: none;
            white-space: nowrap; }

@media (max-width: 1024px) {
  .footer {
    border: none; }
    .footer .footer_content {
      justify-content: center; }
    .footer .footer_logo {
      justify-content: center; }
    .footer .footer_columns {
      display: none; } }
.pageTOP {
  width: 100%;
  height: 26px;
  background: #2155A4;
  color: #fff !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: bold; }
  .pageTOP::after {
    content: "↑";
    font-size: 1.6rem;
    margin-left: 8px; }

@media (min-width: 769px) {
  .pageTOP {
    display: none; } }
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .slick-slide[aria-hidden="true"] {
    opacity: 0.4;
    pointer-events: none; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.8; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
    color: #FCC947;
    opacity: 0.9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 30px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 30px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: 30px; }
  [dir="rtl"] .slick-next {
    left: 30px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        opacity: 0.8;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #FCC947;
      opacity: 0.9; }

.slick-dots .slick-active:only-child {
  display: none; }

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0; }
  10% {
    opacity: 1; }
  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0; } }
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)); }

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)); }

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)); }

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px; }

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none; }

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px; }

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8; }

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=); }

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s; }

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1; }

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2; }

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4); }

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=); }

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==); }

.scroll-hint-icon-white .scroll-hint-text {
  color: #000; }

.topSlider {
  margin-bottom: 20px;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  position: relative; }
  .topSlider_slides {
    width: 100% !important;
    max-width: 100%;
    position: relative;
    margin-bottom: 40px !important; }
  .topSlider_slide {
    width: 100% !important;
    min-width: 0;
    position: relative;
    padding: 0 4px; }
    .topSlider_slide img {
      width: 100%;
      aspect-ratio: 85/58;
      object-fit: cover;
      display: block;
      border-radius: 8px; }
  .topSlider .slick-track {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    position: relative; }
  .topSlider .slick-slide {
    width: 100% !important;
    flex: 0 0 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    position: relative; }
  .topSlider .slick-prev,
  .topSlider .slick-next {
    z-index: 9;
    width: 40px;
    height: 40px;
    background: #008837;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease; }
    .topSlider .slick-prev:before,
    .topSlider .slick-next:before {
      color: #fff;
      font-size: 1.8rem;
      font-family: 'FontAwesome'; }
  .topSlider .slick-prev {
    left: 20px; }
    .topSlider .slick-prev:before {
      content: '\f053'; }
  .topSlider .slick-next {
    right: 20px; }
    .topSlider .slick-next:before {
      content: '\f054'; }
  .topSlider .slick-dots {
    bottom: 20px;
    z-index: 9;
    display: flex;
    justify-content: center;
    gap: 10px;
    bottom: -40px; }
    .topSlider .slick-dots li {
      margin: 0; }
    .topSlider .slick-dots button {
      width: 20px;
      height: 20px;
      border: none;
      background: #eee;
      border-radius: 50%; }
      .topSlider .slick-dots button:before {
        content: ""; }
    .topSlider .slick-dots .slick-active button {
      background: #2155A4; }

@media (max-width: 768px) {
  .topSlider {
    padding-inline: 10px; }
    .topSlider_slide {
      padding: 0; }
    .topSlider .slick-dots {
      bottom: -30px; }
      .topSlider .slick-dots button, .topSlider .slick-dots li {
        width: 12px;
        height: 12px; } }
.topPickup {
  padding: 20px 10px;
  background: repeating-linear-gradient(-45deg, #ffffff44, #ffffff44 5px, transparent 5px, transparent 10px), #E9EEF6;
  border-radius: 8px; }
  .topPickup_title {
    font-size: 3.2rem;
    color: #2155A4;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center; }
    .topPickup_title::before, .topPickup_title::after {
      content: "";
      width: 28px;
      height: 28px;
      background: url(../../../../n_images/kurashi/common/ico_fire.svg) no-repeat center/28px 28px; }
  .topPickup_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 10px; }
  .topPickup_card {
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0px 3px 0px #ccc;
    display: flex;
    flex-flow: column;
    gap: 8px; }
  .topPickup_image {
    width: 100%;
    aspect-ratio: 303 / 168; }
    .topPickup_image img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      border-radius: 8px; }
  .topPickup_card_title {
    font-size: 1.8rem;
    color: #323232;
    line-height: 1.4;
    font-weight: bold; }
  .topPickup_card_date {
    font-size: 1.4rem;
    color: #666;
    line-height: 1.4; }

@media (max-width: 768px) {
  .topPickup {
    padding: 30px 20px;
    border-radius: 0; }
    .topPickup_title {
      font-size: 2.4rem; }
      .topPickup_title::before, .topPickup_title::after {
        width: 20px;
        height: 20px;
        background-size: 20px 20px; }
    .topPickup_grid {
      grid-template-columns: 1fr;
      gap: 10px; }
    .topPickup_image {
      height: 160px; } }
.topSale {
  margin-top: 40px; }
  .topSale_header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px; }
  .topSale_sale {
    width: 60px;
    height: 60px; }
  .topSale_title {
    font-size: 2rem;
    color: #323232;
    font-weight: bold; }
  .topSale_banners {
    background-color: #233B6C;
    border-radius: 8px;
    padding: 10px; }
  .topSale_banners_inn {
    background-color: #fff;
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    border-radius: 8px; }
  .topSale_banner img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #eee; }

@media (max-width: 768px) {
  .topSale {
    margin-top: 0; }
    .topSale_header {
      margin-bottom: -60px;
      align-items: flex-end;
      gap: 0; }
    .topSale_banners {
      border-radius: 0; }
    .topSale_banners_inn {
      grid-template-columns: 1fr;
      padding: 60px 10px 20px; }
    .topSale_banner img {
      width: 250px;
      margin: 0 auto; } }
.topColumn {
  margin-top: 40px;
  padding: 40px 20px;
  background: #f8f8f8;
  border-top: 3px dashed #2155A4;
  border-bottom: 3px dashed #2155A4; }
  .topColumn_header {
    margin-bottom: 40px; }
  .topColumn_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px; }
  .topColumn_item {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .topColumn_card {
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    border: 1px solid #eee;
    box-shadow: 0px 3px 0px #eee;
    display: flex;
    flex-flow: column;
    gap: 8px;
    text-decoration: none;
    color: inherit;
    min-height: 280px; }
  .topColumn_image {
    width: 100%;
    height: 148px; }
    .topColumn_image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 8px; }
  .topColumn_card_meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #323232;
    flex-wrap: wrap;
    gap: 4px; }
  .topColumn_card_date {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #323232; }
  .topColumn_card_tagWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 4px; }
  .topColumn_card_tag {
    border: 1px solid #323232;
    padding: 0 8px;
    border-radius: 4px;
    font-size: 1.2rem;
    display: inline-block; }
  .topColumn_card_title {
    font-size: 1.8rem;
    color: #323232;
    line-height: 1.4;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis; }
  .topColumn_card_author {
    font-size: 1.4rem;
    color: #323232;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 4px; }
    .topColumn_card_author i {
      color: #888; }
  .topColumn_card_description {
    font-size: 1.4rem;
    color: #323232;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis; }

@media (max-width: 768px) {
  .topColumn {
    margin-top: 0; }
    .topColumn_grid {
      grid-template-columns: 1fr;
      gap: 30px; }
    .topColumn_card {
      min-height: auto; } }
.topPresent {
  margin-top: 80px;
  padding: 60px 20px 20px;
  background: #FFF0E9;
  border-radius: 8px; }
  .topPresent_container {
    background-color: #fff;
    padding: 20px;
    position: relative;
    border-radius: 8px; }
  .topPresent_title {
    position: absolute;
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 324px;
    height: 96px; }
    .topPresent_title img {
      display: block;
      border-radius: 8px; }
  .topPresent_content {
    display: flex;
    gap: 40px;
    align-items: flex-start; }
  .topPresent_left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1; }
  .topPresent_prizes {
    font-size: 2rem;
    color: #323232;
    line-height: 1.4;
    font-weight: bold; }
  .topPresent_details {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px; }
    .topPresent_details dt {
      font-size: 1.4rem;
      font-weight: bold;
      width: 60px; }
    .topPresent_details dd {
      font-size: 1.4rem;
      line-height: 1.4;
      flex: 1; }
  .topPresent_image {
    width: 260px;
    height: auto;
    border-radius: 8px; }

@media (max-width: 768px) {
  .topPresent {
    margin-top: 0;
    border-radius: 0; }
    .topPresent_title {
      top: -80px; }
    .topPresent_content {
      flex-flow: column;
      gap: 20px; }
    .topPresent_image {
      width: 100%; } }
.topService {
  display: none; }

@media (max-width: 768px) {
  .topService {
    display: block;
    background-color: #F7F5EF;
    padding: 20px; } }
.topInfoWrap {
  background: repeating-linear-gradient(-45deg, #ffffff22, #ffffff22 3px, transparent 5px, transparent 10px), #008837;
  padding: 20px;
  border-radius: 8px;
  margin-top: 40px; }

@media (max-width: 768px) {
  .topInfoWrap {
    border-radius: 0;
    margin-top: 0; } }
.topContLink_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; }
.topContLink_card {
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column; }
.topContLink_content {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px dotted #008837; }
.topContLink_image {
  width: 120px;
  height: 96px; }
  .topContLink_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px; }
.topContLink_icon {
  width: 32px;
  height: 32px;
  background: #008837;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .topContLink_icon img {
    width: 16px;
    height: 16px; }
.topContLink_text {
  flex: 1; }
.topContLink_title {
  font-size: 2rem;
  color: #323232;
  line-height: 1.4;
  font-weight: bold; }
.topContLink_button {
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 1.3rem;
  color: #323232;
  font-weight: bold; }
  .topContLink_button::after {
    display: inline-block;
    content: "";
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background: url(../../../../n_images/kurashi/common/ico_arrow_white.svg) no-repeat center/14px 14px;
    background-color: #008837; }

@media (max-width: 768px) {
  .topContLink_content {
    padding: 10px; }
  .topContLink_container {
    grid-template-columns: 1fr; }
  .topContLink_title {
    font-size: 1.6rem; }
  .topContLink_button {
    padding: 10px; } }
.topInfo {
  background: #fff;
  border-radius: 8px;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  margin-top: 20px; }
  .topInfo_section {
    padding: 40px 0 20px; }
    .topInfo_section + .topInfo_section {
      border-top: 1px solid #ddd; }
  .topInfo_content {
    display: flex;
    gap: 40px;
    align-items: center; }
    .topInfo_content.is-news {
      align-items: start; }
  .topInfo_header {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px; }
    .topInfo_header.is-news {
      width: 120px;
      flex-flow: column; }
  .topInfo_title {
    font-size: 2rem;
    font-weight: bold; }
    .topInfo_title.is-news {
      font-size: 2.8rem; }
  .topInfo_icon {
    width: 20px;
    height: 20px; }
    .topInfo_icon.is-news {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #FD6624;
      font-size: 2rem;
      font-weight: bold;
      width: auto;
      height: auto;
      line-height: 1; }
      .topInfo_icon.is-news img {
        width: 32px;
        height: 32px; }
  .topInfo_list {
    flex: 1;
    font-size: 1.4rem;
    font-weight: bold; }
    .topInfo_list ul {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 16px; }
    .topInfo_list li {
      position: relative;
      padding-left: 30px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 16px; }
      .topInfo_list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 5px;
        width: 14px;
        height: 14px;
        background: url(../../../../n_images/kurashi/common/ico_arrow_green.svg) no-repeat center/14px 14px; }
      .topInfo_list li a {
        text-decoration: none;
        color: inherit;
        display: block; }
    .topInfo_list.is-news {
      margin-bottom: 40px; }
      .topInfo_list.is-news ul {
        margin-bottom: 20px; }
      .topInfo_list.is-news li {
        padding-left: 0; }
        .topInfo_list.is-news li::before {
          display: none; }
  .topInfo_date {
    font-size: 1.4rem;
    color: #232323;
    font-weight: normal; }
  .topInfo_text {
    display: block; }
  .topInfo_button {
    margin-top: auto; }

@media (max-width: 768px) {
  .topInfo {
    padding: 0 20px; }
    .topInfo_section {
      padding: 20px 0; }
    .topInfo_content {
      display: block; }
    .topInfo_list li:last-child {
      border-bottom: none; }
    .topInfo_list.is-news {
      margin-bottom: 0; }
      .topInfo_list.is-news li {
        border-bottom: 1px solid #ddd; }
    .topInfo_title.is-news {
      font-size: 2.4rem; }
    .topInfo_icon.is-news {
      font-size: 1.4rem; }
    .topInfo_header {
      width: 100%;
      margin-bottom: 20px;
      justify-content: center; }
      .topInfo_header.is-news {
        width: 100%;
        gap: 0; } }
.shopTitle {
  width: 95%;
  margin: auto;
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative; }
  .shopTitle > img {
    width: 427px;
    height: 182px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  @media (max-width: 768px) {
    .shopTitle {
      height: 220px; }
      .shopTitle img {
        width: 320px;
        height: 145px; } }

.shopItem_header {
  margin-top: 50px; }
.shopItem_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px; }
.shopItem_card {
  background: #fff;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  padding: 10px;
  border-right: 1px dotted #008837;
  border-bottom: 1px dotted #008837; }
  .shopItem_card:nth-child(3n) {
    border-right: none; }
.shopItem_image {
  width: 100%;
  height: 130px; }
  .shopItem_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px; }
.shopItem_icon {
  text-align: center;
  margin-top: 8px; }
  .shopItem_icon img {
    width: 30px;
    height: 25px;
    display: inline-block;
    object-fit: contain; }
.shopItem_content {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1; }
.shopItem_title {
  font-size: 2.8rem;
  color: #323232;
  line-height: 1.4;
  font-weight: bold;
  text-align: center; }
.shopItem_button {
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 1.3rem;
  color: #323232;
  font-weight: bold;
  border-radius: 6px;
  margin-top: auto; }
  .shopItem_button::after {
    display: inline-block;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: url(../../../../n_images/kurashi/common/ico_arrow_white.svg) no-repeat center/14px 14px;
    background-color: #008837; }

@media (max-width: 768px) {
  .shopItem {
    padding: 0 20px; }
    .shopItem_header {
      margin-top: 20px; }
    .shopItem_grid {
      grid-template-columns: repeat(2, 1fr);
      margin-top: 20px; }
    .shopItem_card:nth-child(3n) {
      border-right: 1px dotted #008837; }
    .shopItem_card:nth-child(2n) {
      border-right: none; }
    .shopItem_image {
      height: 100px; }
    .shopItem_title {
      font-size: 1.6rem; }
    .shopItem_content {
      padding: 10px 0 0;
      gap: 0; }
    .shopItem_button::after {
      width: 32px;
      height: 32px;
      border-radius: 16px; } }
.shopflow {
  margin-top: 10px;
  background: #008837;
  padding: 40px 20px 20px; }
  .shopflow_header {
    margin-bottom: 40px;
    text-align: center; }
    .shopflow_header .el_title {
      color: #fff; }
  .shopflow_steps {
    background: #fff;
    border-radius: 8px; }
  @media (min-width: 768px) {
    .shopflow_step {
      padding: 20px; }
      .shopflow_step + .shopflow_step {
        border-left: 1px dotted #008837;
        position: relative; }
        .shopflow_step + .shopflow_step::before {
          content: "";
          position: absolute;
          top: 30px;
          left: -10px;
          width: 18px;
          height: 18px;
          background: url(../../../../n_images/kurashi/common/ico_arrow_green.svg) no-repeat center/18px 18px; }
      .shopflow_step.shopflow_step_full {
        border-bottom: 1px dotted #008837;
        position: relative; }
        .shopflow_step.shopflow_step_full::before {
          content: "";
          position: absolute;
          bottom: -20px;
          left: 104px;
          width: 18px;
          height: 18px;
          transform: rotate(90deg);
          background: url(../../../../n_images/kurashi/common/ico_arrow_green.svg) no-repeat center/18px 18px; }
        .shopflow_step.shopflow_step_full .shopflow_step_number {
          float: left;
          margin-right: 20px; }
        .shopflow_step.shopflow_step_full .shopflow_step_title {
          text-align: left; } }
  .shopflow_steps_row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 20px; }
  .shopflow_step_number {
    width: 48px;
    height: 48px;
    background: #FD6624;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 auto 20px; }
    .shopflow_step_number span {
      font-size: 1.8rem;
      line-height: 1; }
  .shopflow_step_title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.4;
    text-align: center; }
  .shopflow_step_description {
    font-size: 1.4rem;
    line-height: 1.6; }
  .shopflow_additional {
    border-top: 1px dotted #008837;
    padding: 30px 20px 20px; }
  .shopflow_warranty {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px; }
    .shopflow_warranty p {
      font-size: 1.2rem;
      margin: 0; }
  .shopflow_notes ul {
    list-style: none;
    padding: 0; }
  .shopflow_notes li {
    font-size: 1.2rem;
    color: #FF0000;
    line-height: 1.6;
    padding-left: 20px;
    position: relative; }
    .shopflow_notes li::before {
      content: "※";
      font-weight: bold;
      position: absolute;
      left: 0; }

@media (max-width: 768px) {
  .shopflow_step {
    padding: 20px 16px;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 10px;
    border-bottom: 1px dotted #008837;
    align-items: center;
    position: relative; }
    .shopflow_step::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 18px;
      height: 18px;
      transform: rotate(90deg) translate(0, 50%);
      background: url(../../../../n_images/kurashi/common/ico_arrow_green.svg) no-repeat center/18px 18px; }

  .shopflow_step_full::before {
    display: none; }

  .shopflow_steps_row {
    grid-template-columns: 1fr;
    padding: 0; }

  .shopflow_step_number {
    grid-row: 1/3; }

  .shopflow_step_title {
    text-align: left;
    margin-bottom: 0; }
    .shopflow_step_title br {
      display: none; }

  .shopflow_additional {
    border: none;
    padding: 30px 10px 20px; }

  .shopflow_warranty {
    display: block; }
    .shopflow_warranty p {
      margin-top: 10px; } }
.shopRoom {
  margin-top: 50px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px; }
  .shopRoom_header {
    margin-bottom: 30px; }
  .shopRoom_text {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 30px; }
  .shopRoom_img {
    margin-bottom: 20px; }

@media (max-width: 768px) {
  .shopRoom {
    padding: 0 20px 20px; } }
.shopLease {
  margin-top: 50px; }
  .shopLease_catch {
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 8px;
    margin-bottom: 20px; }
  .shopLease_button {
    margin-top: 20px; }

.shopGuarantee {
  margin-top: 50px;
  background: #F7F5EF;
  padding: 40px 20px;
  border-radius: 8px; }
  .shopGuarantee_catch {
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 8px;
    margin-bottom: 20px; }
  .shopGuarantee_content {
    display: flex;
    align-items: start;
    gap: 40px;
    margin-top: 30px; }
  .shopGuarantee_left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px; }
  .shopGuarantee_right {
    flex: 0 0 200px; }
  .shopGuarantee_description p {
    font-size: 1.4rem;
    color: #323232;
    line-height: 1.6;
    margin: 0; }
  .shopGuarantee_disclaimer p {
    font-size: 1.2rem;
    color: #FF0000;
    line-height: 1.4;
    margin: 0; }
  .shopGuarantee_image {
    width: 100%;
    height: 160px; }
    .shopGuarantee_image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 8px; }

@media (max-width: 768px) {
  .shopGuarantee {
    border-radius: 0; }
    .shopGuarantee_content {
      gap: 10px;
      flex-flow: column-reverse;
      align-items: normal; }
    .shopGuarantee_right {
      flex: 1; }
    .shopGuarantee_left {
      gap: 10px; } }
.item_header {
  margin-top: 50px; }

.itemList {
  margin-top: 50px; }
  .itemList_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
    background-color: #F8F8F8; }
  .itemList_item {
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    overflow: hidden;
    position: relative;
    padding-bottom: 70px; }
    .itemList_item_image {
      position: relative;
      height: 220px;
      margin-bottom: 10px; }
      .itemList_item_image img {
        border-radius: 8px; }
    .itemList_item_brand {
      font-size: 1.2rem;
      font-weight: 500; }
    .itemList_item_name {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 8px; }
      .itemList_item_name span {
        display: block;
        font-size: 1.2rem;
        font-weight: normal; }
    .itemList_item_price_container {
      display: flex;
      align-items: center; }
    .itemList_item_price_label {
      font-size: 1.2rem;
      font-weight: bold;
      color: #fff;
      background-color: #333;
      padding: 0 10px;
      white-space: nowrap;
      height: 50px;
      display: flex;
      align-items: center; }
    .itemList_item_price {
      display: flex;
      align-items: center;
      gap: 8px;
      background-color: #F8F8F8;
      flex: 1;
      padding-left: 10px;
      height: 50px; }
      .itemList_item_price_original {
        font-size: 1.4rem;
        color: #666;
        text-decoration: line-through; }
        .itemList_item_price_original small {
          font-size: 1.1rem;
          text-decoration: none; }
      .itemList_item_price_arrow {
        font-size: 1.4rem;
        color: #333;
        font-weight: bold; }
      .itemList_item_price_discount {
        font-size: 1.8rem;
        font-weight: bold;
        color: #FF0000; }
        .itemList_item_price_discount small {
          font-size: 1.1rem; }
        .itemList_item_price_discount span {
          font-size: 1.4rem;
          display: block; }
    .itemList_item_info {
      margin-bottom: 8px;
      display: flex;
      align-items: center;
      border-top: 1px solid #F8F8F8;
      padding-top: 8px;
      gap: 10px; }
      .itemList_item_info dt {
        font-size: 1.2rem;
        font-weight: bold;
        width: 100px;
        flex-shrink: 0;
        text-align: center; }
      .itemList_item_info dd {
        font-size: 1.4rem;
        flex: 1;
        line-height: 1.6; }
        .itemList_item_info dd span {
          font-size: 1.8rem;
          font-weight: bold;
          color: #FF0000; }
          .itemList_item_info dd span small {
            font-size: 1.2rem; }
        .itemList_item_info dd strong {
          font-weight: bold;
          font-size: 1.8rem; }
          .itemList_item_info dd strong small {
            font-size: 1.2rem; }
    .itemList_item_button {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #2155A4;
      color: #fff !important;
      padding: 10px 24px;
      border-radius: 0 0 8px 8px;
      text-decoration: none;
      font-size: 1.8rem;
      font-weight: bold;
      gap: 10px;
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0; }
      .itemList_item_button::after {
        display: flex;
        align-items: center;
        justify-content: center;
        content: "→";
        width: 44px;
        height: 44px;
        border-radius: 22px;
        background-color: #fff;
        color: #2155A4; }
  .itemList_slider {
    height: 100%; }
    .itemList_slider .slick-slide {
      height: 220px;
      aspect-ratio: 3 / 2; }
      .itemList_slider .slick-slide img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .itemList_slider .slick-dots {
      bottom: -20px;
      text-align: right;
      z-index: 9; }
      .itemList_slider .slick-dots li {
        margin: 0 2px;
        height: 10px;
        width: 10px; }
        .itemList_slider .slick-dots li button {
          height: 10px;
          width: 10px; }
        .itemList_slider .slick-dots li button:before {
          content: "";
          height: 10px;
          width: 10px;
          border-radius: 5px;
          font-size: 10px;
          background-color: #ccc;
          opacity: 0.7; }
        .itemList_slider .slick-dots li.slick-active button:before {
          opacity: 1;
          background-color: #008837; }
    .itemList_slider .slick-prev,
    .itemList_slider .slick-next {
      width: 20px;
      height: 20px;
      background-color: #008837;
      border-radius: 50%;
      z-index: 9; }
      .itemList_slider .slick-prev:before,
      .itemList_slider .slick-next:before {
        font-size: 18px;
        color: #fff; }
    .itemList_slider .slick-prev {
      left: 10px; }
      .itemList_slider .slick-prev::before {
        content: "\f104";
        font-family: FontAwesome; }
    .itemList_slider .slick-next {
      right: 10px; }
      .itemList_slider .slick-next::before {
        content: "\f105";
        font-family: FontAwesome; }

@media (max-width: 768px) {
  .itemList {
    margin-top: 20px; }
    .itemList_grid {
      display: grid;
      grid-template-columns: 1fr; }
    .itemList_item_price {
      gap: 4px; }
      .itemList_item_price_original {
        font-size: 1.2rem; }
      .itemList_item_price_discount {
        font-size: 2rem; } }
.item_notice {
  margin: 10px 0 40px; }
  .item_notice ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .item_notice ul li {
      font-size: 1.2rem;
      line-height: 1.8;
      padding-left: 20px;
      position: relative;
      color: #FF0000; }
      .item_notice ul li:last-child {
        margin-bottom: 0; }
      .item_notice ul li::before {
        content: "※";
        position: absolute;
        left: 0; }

@media (max-width: 768px) {
  .item_notice {
    padding: 0 20px; } }
.support_header {
  margin-top: 50px; }

.support_content {
  margin-top: 20px; }

.support_description {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 20px; }

@media (max-width: 768px) {
  .support {
    padding: 0 20px; } }
.support_warning {
  margin-top: 30px;
  background: #F8F8F8;
  border-radius: 8px;
  padding: 16px; }

.support_warning_label {
  background: #FF0000;
  color: #fff;
  padding: 4px 20px;
  font-weight: bold;
  font-size: 1.2rem;
  display: inline-block; }

.support_warning_content {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.8; }

.showroom {
  margin-top: 50px; }
  .showroom_text {
    margin-top: 50px;
    line-height: 1.8; }
  .showroom_list {
    margin-top: 50px; }
  .showroom_item {
    display: flex;
    margin-bottom: 40px;
    gap: 20px; }
  .showroom_image img {
    width: 260px;
    height: 260px;
    object-fit: cover;
    border-radius: 8px; }
  .showroom_info {
    flex: 1; }
  .showroom_name {
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 1px dotted #008837;
    padding-bottom: 10px;
    margin-bottom: 8px; }
    .showroom_name span {
      display: block;
      font-size: 1.2rem; }
  .showroom_details dl {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 20px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #EEE;
    align-items: center; }
    .showroom_details dl dt {
      font-weight: bold;
      font-size: 1.2rem;
      text-align: right; }
    .showroom_details dl dd {
      font-size: 1.4rem;
      line-height: 1.6; }
      .showroom_details dl dd small {
        font-weight: bold;
        font-size: 1.2rem;
        margin-right: 10px; }

@media (max-width: 768px) {
  .showroom_text {
    margin-top: 20px;
    padding: 0 20px; }
  .showroom_list {
    margin-top: 30px; }
  .showroom_item {
    flex-flow: column;
    padding: 0 20px;
    gap: 10px; }
  .showroom_image img {
    width: 100%;
    height: auto; }
  .showroom_details dl {
    grid-template-columns: 1fr;
    gap: 0; }
    .showroom_details dl dt {
      text-align: left; } }
.company {
  margin: 100px 0; }
  .company_list {
    margin-top: 40px;
    border: 1px solid #EEE;
    border-radius: 8px; }
  .company_item {
    padding: 10px;
    border-bottom: 1px solid #EEE; }
    .company_item:last-child {
      border-bottom: none; }
  .company_name {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px; }
  .company_details {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(3, 1fr); }
    .company_details .company_info {
      font-size: 1.2rem; }
      .company_details .company_info i {
        color: #008837;
        margin-right: 5px; }
  .company_notice {
    margin-top: 20px; }
    .company_notice p {
      color: #FF0000;
      font-size: 1.2rem;
      line-height: 1.6; }

@media (max-width: 768px) {
  .company {
    margin: 40px 0;
    padding: 0 20px; }
    .company_list {
      margin-top: 30px; }
    .company_name {
      margin-bottom: 6px; }
    .company_details {
      grid-template-columns: 1fr; } }

/*# sourceMappingURL=style.css.map */
