@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@charset "UTF-8";
/* Reset Style */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

img,
object,
embed {
  vertical-align: top;
}

img {
  width: 100%;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  opacity: 0.75;
}

* {
  box-sizing: border-box;
}

/*----------------------------------------------------
  element style
----------------------------------------------------*/
body {
  color: #000;
  font-size: 14px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/*----------------------------------------------------
  印刷用スタイル
----------------------------------------------------*/
@media print {
  * html body {
    zoom: 0.7;
  }
}
.hamburger_icon {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 50px;
  height: 65px;
  padding: 20px 10px;
  cursor: pointer;
}
.hamburger_icon.is-open {
  position: relative;
}

@media (min-width: 768px) {
  .hamburger_icon {
    display: none;
  }
}
.hamburger_icon--bar {
  display: block;
  width: 100%;
  height: 2px;
  margin-left: 7px;
  margin-right: 7px;
  background: #fff;
  transition-duration: 0.25s;
}

.is-open .hamburger_icon--bar {
  position: absolute;
  top: 50%;
  left: 0;
}
.is-open .hamburger_icon--top {
  transform: rotate(45deg);
}
.is-open .hamburger_icon--middle {
  opacity: 0;
}
.is-open .hamburger_icon--bottom {
  transform: rotate(-45deg);
}

.regist_nav {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #ffef40;
  z-index: 1000;
}

.regist_nav--list {
  display: flex;
}

.regist_nav--item {
  width: 100%;
}

.regist_nav--link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}

.regist_nav--link-black {
  background: #3e3e3e;
}
.regist_nav--link-black .text {
  color: #fff;
}

.regist_nav--link-yellow {
  background: #ffef40;
}
.regist_nav--link-yellow .text {
  color: #000;
}

.icon {
  display: block;
  margin-bottom: 5px;
  width: 18px;
}

.site_header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #3e3e3e;
  transition: all 250ms;
}
.site_header.is-fixed {
  position: fixed;
  width: 100%;
}
.site_header.is-transparent {
  background: transparent;
}
.site_header.is-transparent.is-open {
  background: #3e3e3e;
}
.site_header.up_move {
  animation: UpAnime 0.5s forwards;
}
.site_header.down_move {
  animation: DownAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.site_header--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  height: 100px;
}

.site_header--logo {
  width: 165px;
}
.site_header--logo img {
  width: 100%;
}

.site_header--menu_trigger {
  margin-right: 16px;
}

.site_header--gnav {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .site_header--gnav {
    display: block;
    position: static;
  }
}
.header_gnav--item {
  font-size: 14px;
  border-bottom: 1px solid #000;
}

.header_gnav--link {
  padding: 14px 20px;
  display: block;
  background: #ffea02;
}

@media (max-width: 767px) {
  .header_gnav .header_gnav--link:hover {
    opacity: 1;
    background: #fff9b3;
  }
}
@media (min-width: 768px) {
  .header_gnav {
    display: block !important;
  }
  .header_gnav--list {
    display: flex;
    justify-content: flex-end;
    gap: 2em;
  }
  .header_gnav--item {
    font-size: 16px;
    border-bottom: none;
  }
  .header_gnav--link {
    padding: 0;
    display: block;
    background: none;
    color: #fff;
  }
}
.site_main {
  padding: 25px 20px 60px;
}
.site_main.is-nopadding {
  padding: 0;
  overflow: hidden;
}

.site_footer--top {
  padding: 68px 20px 60px;
  background: #262626;
  color: #fff;
  text-align: center;
}

.site_footer--bottom {
  padding: 17px 20px;
}

.site_footer--copy {
  line-height: 1.7;
  font-size: 16px;
  font-weight: 700;
}

.site_footer--logo {
  margin: 30px auto 68px;
  width: 125px;
}

.site_footer--logo img {
  width: 100%;
}

.site_footer--sns {
  margin-top: 20px;
  margin-bottom: 42px;
}

.site_footer--copyright {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

.footer_nav--list {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.footer_nav--item {
  font-size: 18px;
}

.footer_nav--link {
  color: #fff;
  font-weight: 500;
}

@media (min-width: 768px) {
  .footer_nav--list {
    justify-content: center;
    flex-direction: row;
    gap: 2em;
  }
}
.official-sns--list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.content_width-normal {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
}

.content_width-full {
  width: 100%;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow: scroll;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal .facility_nav--info .facility_nav--price {
  font-size: 18px;
}
.modal .facility_nav--info .facility_nav--price big {
  font-size: 34px;
}
.modal .facility_nav--info .facility_nav--supplement {
  font-size: 14px;
  margin-top: 10px;
}
.modal .text_box-row {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: center;
}
.modal .text-use {
  font-size: 14px;
}
.modal .text-date {
  font-weight: bold;
}

.modal--heading {
  display: flex;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
.modal--heading .title {
  font-size: 16px;
  font-weight: bold;
}
.modal--heading .image img {
  max-width: 27px;
}

.modal--container {
  position: relative;
  height: 100%;
  padding: 0 3%;
}

.modal--contents {
  max-width: 1000px;
  background-color: #F6F7F8;
  width: 94%;
  height: calc(77% - 94px);
  padding: 5px 0 50px;
  margin: 0 auto;
  position: absolute;
  left: 3%;
  right: 3%;
  bottom: 72px;
  z-index: 50;
  border-radius: 16px 16px 0 0;
  overflow-y: scroll;
}

.modal--header {
  position: relative;
  border-bottom: 1px solid #DDDDDD;
  padding: 51px 0 15px;
}
.modal--header .modal--close {
  position: absolute;
  top: 17px;
  right: 15px;
  cursor: pointer;
}
.modal--header .modal--close img {
  width: 16px;
  height: 16px;
}

.modal--width {
  padding: 0 20px;
}

.modal--notice {
  margin-top: 14px;
}
.modal--notice .text {
  font-size: 12px;
}

.modal--section:first-of-type {
  margin-top: 38px;
}
.modal--section:not(:first-of-type) {
  margin-top: 31px;
}

.modal--section--middle {
  margin-top: 14px;
}

.modal--section--bottom {
  margin-top: 24px;
}

.block_title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 900;
}
.block_title:before {
  content: "";
  display: block;
  margin-bottom: 15px;
  width: 80px;
  height: 8px;
  background: #FFEA02;
}
.block_title .en {
  display: block;
  font-size: 36px;
}
.block_title .ja {
  display: block;
  padding-top: 0.4em;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

@media (min-width: 768px) {
  .block_title:before {
    margin-left: auto;
    margin-right: auto;
  }
  .block_title .en {
    text-align: center;
  }
  .block_title .ja {
    text-align: center;
  }
}
.button_primary {
  display: block;
  border: 1px solid #FFEA02;
  padding: 20px;
  border-radius: 40px;
  text-align: center;
  background: #FFEA02 url("/_assets/front/images/icon-arrow.png") no-repeat right 30px top 50%;
  background-size: 13.5px 14.5px;
  font-size: 18px;
  font-weight: 700;
}
.button_primary:hover {
  opacity: 1;
  background-color: #FFF;
}

.button_secondary {
  display: block;
  padding: 20px;
  border: 1px solid #000;
  border-radius: 40px;
  text-align: center;
  background: #FFF url("/_assets/front/images/icon-arrow.png") no-repeat right 30px top 50%;
  background-size: 13.5px 14.5px;
  font-size: 18px;
  font-weight: 600;
}
.button_secondary:hover {
  opacity: 1;
  background-color: #EEE;
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 500ms;
}

.fadein-left {
  transform: translateX(50px);
}

.fadein-right {
  transform: translateX(-50px);
}

.fadein-top {
  transform: translateY(50px);
}

.fadein-bottom {
  transform: translateY(-50px);
}

.main_visual {
  position: relative;
  z-index: 9998;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  padding: 20px;
  height: 662px;
  background: url("/_assets/front/images/facility-slider01.png") no-repeat 50% 50%;
  background-size: cover;
}

.main_visual--copy {
  line-height: 1.4;
  font-size: 25px;
  font-weight: 900;
  color: #fff;
}

.main_visual--button {
  position: absolute;
  bottom: 6px;
  left: 50%;
  width: 100%;
  max-width: 400px;
  transform: translate(-50%, 50%);
}
.main_visual--button .button_primary {
  padding: 22px 12px;
}

@media (min-width: 768px) {
  .main_visual {
    flex-direction: column;
    justify-content: center;
  }
  .main_visual--copy {
    margin-bottom: 20px;
    text-align: center;
    font-size: 40px;
  }
  .main_visual--button {
    position: static;
    transform: translate(0, 0);
  }
}
.page_title {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 900;
}

.scrollin {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.breadcrumb {
  margin-left: 7px;
  margin-right: 7px;
}

.breadcrumb--list {
  display: flex;
}

.breadcrumb--item {
  font-size: 14px;
}
.breadcrumb--item:not(.is-current):after {
  content: "-";
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.breadcrumb--link {
  color: #ffea02;
}

.facility_access {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  border: 2px solid #e2e2e2;
  border-radius: 16px;
  padding: 20px 20px 30px;
  gap: 20px;
}

.facility_access--label {
  margin-bottom: 5px;
  font-weight: 600;
}

.facility_access--content {
  margin-left: 7px;
  line-height: 1.65;
}
.facility_access--content em {
  font-weight: 600;
}

.facility_access_block {
  margin-bottom: 45px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 45px;
}

.facility_access_block--lead {
  line-height: 1.65;
}

.facility_cancel_block {
  /* このブロックが最下段でなくなったらコメントアウト解除 */
  /* margin-bottom: 45px;
   border-bottom: 1px solid #CCCCCC;
   padding-bottom: 45px; */
}

.facility_cancel_block--text {
  line-height: 1.65;
}

.facility_card {
  background: #f7f7f7;
}

.facility_card--body {
  padding: 15px 20px 25px;
}

.facility_card--name {
  margin-bottom: 10px;
  line-height: 1.65;
  font-size: 23px;
  font-weight: 700;
}

.facility_card--info {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  gap: 5px;
}

.facility_card--button {
  margin-top: 20px;
}
.facility_card--button .button {
  padding: 12px;
  font-weight: 600;
}

.facility_data {
  display: flex;
  flex-direction: column;
  border: 2px solid #e2e2e2;
  border-radius: 16px;
  padding: 30px;
  gap: 20px;
}

.facility_data--row {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.facility_data--label {
  font-weight: 600;
}

.facility_data--content {
  line-height: 1.6;
}

.facility_data_block {
  margin-bottom: 40px;
}

.facility_data_block--title {
  margin-bottom: 26px;
}

.facility_data_block--map {
  margin-top: 30px;
}

.facility_info {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
}

.facility_info--label {
  margin-right: 25px;
  width: 4em;
  font-weight: 600;
  flex-shrink: 0;
}

.facility_introduce_block {
  margin-bottom: 75px;
  border: 2px solid #ffea02;
  border-radius: 16px;
  padding: 35px 30px 50px;
}

.facility_introduce_block--title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

.facility_introduce_block--text {
  font-size: 16px;
  line-height: 2;
}

.facility_list {
  margin-top: 45px;
}

.facility_list--list {
  display: flex;
  flex-direction: column;
}

.facility_list--item {
  width: 100%;
}

@media (min-width: 768px) {
  .facility_list--list {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px;
  }
  .facility_list--item {
    width: calc(33.3% - 20px);
  }
}
.facility_map--iframe {
  border: none;
  width: 100%;
  height: 230px;
}

.facility_map--link {
  margin-top: 15px;
  margin-left: 28px;
  margin-right: 28px;
  text-align: right;
  color: #000;
}

.facility_nav {
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 9998;
}

.facility_nav--container {
  position: relative;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 16px 16px 0 0;
  padding: 15px 20px;
  background: #FFEA02;
}

.facility_nav--info {
  margin-right: 20px;
  font-size: 12px;
}

.facility_nav--price {
  font-weight: 600;
}
.facility_nav--price big {
  font-size: 22px;
}

.facility_nav--supplement {
  margin-top: 5px;
}

.facility_nav--available {
  width: 250px;
}

.facility_nav--button {
  display: block;
  border-radius: 7px;
  padding: 20px;
  font-size: 16px;
  text-align: center;
  background: #3e3e3e;
  color: #fff;
  cursor: pointer;
}

.facility_nav--button-reserve {
  display: block;
  width: 100%;
  border-radius: 7px;
  padding: 20px;
  font-size: 16px;
  text-align: center;
  background: #3E3E3E;
  color: #FFF;
  border: none;
  cursor: pointer;
}
.facility_nav--button-reserve.is-disabled {
  background: #D3D3D3;
  cursor: initial;
}

.facility_notes {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  border: 2px solid #E2E2E2;
  border-radius: 16px;
  padding: 35px 30px 40px;
  line-height: 1.65;
  gap: 1.65em;
}

.facility_notes_block {
  margin-bottom: 45px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 45px;
}

.facility_notes_block--lead {
  line-height: 1.65;
}

.facility_payment_block {
  margin-bottom: 45px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 45px;
}

.facility_payment_block--lead {
  line-height: 1.65;
}

.has-icon {
  display: flex;
  align-items: center;
  gap: 5px;
}

.icon_mail {
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url("/_assets/front/images/icon-mail-yellow.svg") no-repeat 50% 50%;
  background-size: contain;
}

.icon_user {
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url("/_assets/front/images/icon-user-yellow.svg") no-repeat 50% 50%;
  background-size: contain;
}

.law_block {
  margin-bottom: 45px;
}

.law_block--body {
  line-height: 1.6;
}

.law_block--title:before {
  display: none;
}

.slick-next:focus {
  background: #fff !important;
}
.slick-next:hover {
  background: #fff !important;
}

.slick-prev:focus {
  background: #fff !important;
}
.slick-prev:hover {
  background: #fff !important;
}

.howto_use_block {
  padding: 80px 20px 60px;
  background: #f4f4f4;
}

.howto_use_block--title {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .howto_use_block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.price_block {
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.price_block--title {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .price_block {
    margin-bottom: 100px;
  }
}
.price_detail--list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.price_detail--item:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.price_detail--label {
  margin-bottom: 15px;
  font-size: 18px;
  color: #707070;
}

.price_detail--content {
  font-size: 21px;
  font-weight: 500;
}
.price_detail--content small {
  font-weight: 500;
}

.use_scene--list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.use_scene--image img {
  border-radius: 22px 22px 0 0;
}

.use_scene--text {
  padding: 20px;
  background: #4d4d4d;
  text-align: center;
  color: #fff;
  border-radius: 0 0 22px 22px;
}

.use_scene--text-main {
  font-size: 16px;
  font-weight: 600;
}

.use_scene--text-sub {
  margin-top: 5px;
  font-size: 14px;
}

@media (max-width: 414px) {
  .use_scene--image {
    max-height: 200px;
    overflow: hidden;
  }
  .use_scene--list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 15px;
  }
  .use_scene--item {
    width: calc(50% - 7.5px);
  }
}
@media (min-width: 768px) {
  .use_scene--list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 15px;
  }
  .use_scene--item {
    width: calc(50% - 7.5px);
  }
}
.use_scene_block {
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.use_scene_block--title {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .use_scene_block {
    margin-bottom: 100px;
  }
}
.use_step--list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.use_step--title {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  gap: 30px;
}
.use_step--title .num {
  line-height: 1;
  font-size: 60px;
  font-weight: 800;
  color: #ffea02;
  vertical-align: middle;
}
.use_step--title .text {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
}
.use_step--title .text big {
  font-size: 18px;
  line-height: 1.3;
}

.use_step--image {
  margin-top: 20px;
}

.use_step--image img {
  border-radius: 15px;
}

@media (min-width: 768px) {
  .use_step--title {
    min-height: 72px;
  }
  .use_step--list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 20px;
  }
  .use_step--item {
    width: calc(50% - 10px);
  }
}
.users_voice--list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.users_voice--item {
  width: 100%;
}

.users_voice--text {
  position: relative;
  padding: 30px 20px 45px;
  border-radius: 22px;
  font-size: 18px;
  line-height: 1.5;
  background: #fff;
}
.users_voice--text:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 40px;
  height: 34.6410161514px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.users_voice--icon {
  margin: 25px auto 0;
  width: 65px;
}

@media (min-width: 768px) {
  .users_voice--list {
    flex-direction: row;
    gap: 15px;
  }
  .users_voice--item {
    width: calc(33.3% - 10px);
  }
}
.users_voice_block {
  margin-bottom: 50px;
  padding: 50px 20px;
  background: #f4f4f4;
}

@media (min-width: 768px) {
  .users_voice_block {
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .users_voice_block--title {
    margin-bottom: 50px;
  }
}
.location_block {
  margin-bottom: 45px;
  padding-left: 20px;
  padding-right: 20px;
}

.location_block--installation {
  margin-top: 65px;
}

.location_block--campaign {
  margin-top: 60px;
}

@media (min-width: 768px) {
  .location_block {
    margin-bottom: 90px;
  }
}
.location_slider {
  margin-left: -20px;
  margin-right: -20px;
}
.location_slider .slick-list {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.location_slider .facility_card {
  margin-left: 11px;
  margin-right: 11px;
  border-radius: 15px;
  background: transparent;
  box-shadow: rgba(0, 0, 0, 0.12) 0 0 10px 0;
}
.location_slider .facility_card--image img {
  border-radius: 13px 13px 0 0;
}
.location_slider .slick-current .facility_card {
  border: 2px solid #ffe101;
}

.location_slider--item {
  width: 300px;
}

@media (min-width: 768px) {
  .location_slider {
    margin-left: 0;
    margin-right: 0;
  }
  .location_slider--item {
    width: 480px;
  }
}
.about_block {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 110px;
  margin-top: -110px;
}

@media (min-width: 768px) {
  .about_block--title {
    margin-bottom: 50px;
  }
}
.about_content--inner {
  display: flex;
  flex-direction: column;
}
.about_content--inner .about_content--image-top {
  position: relative;
  margin-bottom: 40px;
  margin-right: -20px;
}
.about_content--inner .about_content--image01 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 30%;
  max-width: 200px;
}
.about_content--inner .about_content--image01 img {
  box-shadow: rgba(0, 0, 0, 0.16) 0 0 6px 0;
  border-radius: 21px;
}
.about_content--inner .about_content--image02 {
  margin-top: 60px;
  margin-left: 50px;
}
.about_content--inner .about_content--image02 img {
  border-radius: 21px 0 0 21px;
}
.about_content--inner .about_content--text {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  line-height: 1.85;
  font-size: 18px;
  font-weight: 500;
  gap: 1.85em;
}
.about_content--inner .about_content--image-bottom {
  margin-left: -20px;
  margin-right: -20px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .about_content--inner {
    flex-direction: row;
    gap: 40px;
  }
  .about_content--image-top {
    display: flex;
    order: 2;
    width: 50%;
  }
  .about_content--text {
    order: 1;
    width: 520px;
    margin-left: calc(50vw - 540px);
  }
  .about_content--image-bottom {
    margin-left: calc(50vw - 540px);
  }
  .about_content--image-bottom img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.campaign--list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 768px) {
  .campaign--list {
    flex-direction: row;
  }
  .campaign--item {
    width: 50%;
  }
}
.detail_slider {
  margin-bottom: 50px;
}
.detail_slider .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9998;
  width: 34px;
  height: 34px;
  background: #FFF;
  border-radius: 34px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px 0;
}
.detail_slider .slick-arrow:hover {
  background: #FFF;
}
.detail_slider .slick-arrow:before {
  content: "";
  display: block;
  color: #000;
  width: 8px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.detail_slider .slick-prev {
  left: -17px;
}
.detail_slider .slick-prev:before {
  background-image: url("/_assets/front/images/slick-icon-prev.png");
}
.detail_slider .slick-next {
  right: -17px;
}
.detail_slider .slick-next:before {
  background-image: url("/_assets/front/images/slick-icon-next.png");
}

.payment_method {
  margin-top: 20px;
}

.payment_method--list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px 2%;
  flex-wrap: wrap;
}
.payment_method--list li {
  width: 48%;
}

.reserve_box {
  margin: 34px 0 0 0;
  display: flex;
  flex-direction: column;
  row-gap: 22px;
}
.reserve_box .text-not_reserve {
  font-size: 13px;
  color: #999999;
  text-align: center;
}

.reserve_box--header .text {
  font-size: 16px;
  font-weight: bold;
}

.reserve_box--body {
  margin-top: 7px;
}

.reserve_box--contents {
  border: 1px solid #CCCCCC;
  padding: 10px 10px 14px;
  width: 100%;
}

.reserve_box--contents--top {
  font-size: 12px;
}

.reserve_box--contents--middle {
  margin: 4px 0 0 0;
  padding: 0 3px;
}

.reserve_box--wrap-time-bar {
  width: 100%;
  height: 100%;
  display: flex;
  overflow-x: scroll;
  padding: 0 3px;
}

.reserve_box--time-bar {
  min-width: 3.125%;
  height: 100%;
  height: 78px;
  border-right: 1px dotted #D8D8D8;
  position: relative;
}
.reserve_box--time-bar:nth-of-type(4n) {
  border-style: none solid none none;
}
.reserve_box--time-bar:first-of-type {
  border-left: 1px solid #9A9A9A;
}
.reserve_box--time-bar:last-of-type {
  border-right: 1px solid #9A9A9A;
}
.reserve_box--time-bar:nth-of-type(even) {
  border-color: #9A9A9A;
}
.reserve_box--time-bar:nth-of-type(odd) span {
  z-index: 5;
}
.reserve_box--time-bar:last-of-type {
  min-width: 0;
}
.reserve_box--time-bar:last-of-type span::after {
  content: "";
  width: 0;
}
.reserve_box--time-bar.is-active {
  background-color: #FFEA02;
}
.reserve_box--time-bar span {
  font-size: 12px;
  position: absolute;
  top: 0;
  left: -9px;
  display: inline-block;
  background-color: #F6F7F8;
  width: 18px;
  height: 21px;
  text-align: center;
}
.reserve_box--time-bar span::after {
  content: "";
  display: inline-block;
  background-color: #F6F7F8;
  width: 60px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
}

.reserve_date--slide {
  background-color: #3E3E3E;
  border-radius: 7px;
  width: 100%;
  padding: 3px 0;
}
.reserve_date--slide .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9998;
  width: 20px;
  height: 20px;
  background: #FFF;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px 0;
}
@media screen and (min-width: 400px) {
  .reserve_date--slide .slick-arrow {
    width: 25px;
    height: 25px;
  }
}
.reserve_date--slide .slick-arrow:hover {
  background: #FFF;
}
.reserve_date--slide .slick-arrow::before {
  content: "";
  display: block;
  color: #000;
  width: 6px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.reserve_date--slide .slick-prev {
  left: -28px;
}
@media screen and (min-width: 400px) {
  .reserve_date--slide .slick-prev {
    left: -35px;
  }
}
.reserve_date--slide .slick-prev::before {
  background-image: url("/_assets/front/images/slick-icon-prev.png");
}
.reserve_date--slide .slick-prev:focus, .reserve_date--slide .slick-prev:hover {
  background: #fff;
}
.reserve_date--slide .slick-next {
  right: -25px;
}
@media screen and (min-width: 400px) {
  .reserve_date--slide .slick-next {
    right: -30px;
  }
}
.reserve_date--slide .slick-next::before {
  background-image: url("/_assets/front/images/slick-icon-next.png");
}
.reserve_date--slide .slick-next:focus, .reserve_date--slide .slick-next:hover {
  background: #fff;
}

.reserve_date--slide--list {
  width: 100%;
  display: flex;
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 400px) {
  .reserve_date--slide--list {
    max-width: 70%;
  }
}

.reserve_date--contents {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  padding: 6px 10px 13px;
  margin: 0 5px;
  border: 2px solid transparent;
  min-width: 54px;
  cursor: pointer;
}
.reserve_date--contents.is-active {
  border: 2px solid #FFEA02;
  border-radius: 7px;
}

.reserve_date--contents--top .text {
  font-size: 15px;
}

.reserve_date--contents--middle {
  margin-top: 17px;
}
.reserve_date--contents--middle .text {
  font-size: 14px;
  font-weight: bold;
}

.reserve_date--contents--bottom {
  margin-top: 10px;
}
.reserve_date--contents--bottom .image img {
  width: 17px;
  height: 17px;
}

.news_block {
  margin-bottom: 50px;
  padding: 50px 20px;
  background: #f9f9f9;
}

.news_block--title {
  margin-bottom: 55px;
}

.news_block--body {
  margin-left: 7px;
  margin-right: 7px;
}

@media (min-width: 768px) {
  .news_block {
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.news_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.news_list--item {
  padding: 18px 20px;
  border-radius: 13px;
  background: #fff;
}

.news_list--header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news_list--date {
  font-size: 14px;
}

.news_list--category {
  display: inline-block;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  background: #888;
  color: #fff;
}

.news_list--title {
  margin-top: 5px;
  line-height: 1.5;
  font-size: 18px;
}
