#first .first-hero {
  position: relative;
}

#first .first-hero::before, #first .first-hero::after {
  position: absolute;
  content: "";
  z-index: -1;
  opacity: 0.08;
}

#first .first-hero::before {
  top: 100%;
  right: 0;
  width: 450px;
  height: 270px;
  background: url("/wp-content/themes/itreat_base/dist/img/first/medical-hours-deco1.svg") center/cover no-repeat;
}

@media screen and (max-width: 1023px) {
  #first .first-hero::before {
    width: 400px;
    height: 240px;
  }
}

@media screen and (max-width: 959px) {
  #first .first-hero::before {
    width: 360px;
    height: 216px;
  }
}

@media screen and (max-width: 767px) {
  #first .first-hero::before {
    width: 240px;
    height: 144px;
  }
}

@media screen and (max-width: 519px) {
  #first .first-hero::before {
    width: 180px;
    height: 108px;
  }
}

#first .first-hero::after {
  top: calc(100% + 155px);
  left: 0;
  width: 270px;
  height: 350px;
  background: url("/wp-content/themes/itreat_base/dist/img/first/medical-hours-deco2.svg") center/cover no-repeat;
}

@media screen and (max-width: 1023px) {
  #first .first-hero::after {
    width: 240px;
    height: 311px;
  }
}

@media screen and (max-width: 959px) {
  #first .first-hero::after {
    width: 164px;
    height: 212px;
  }
}

@media screen and (max-width: 767px) {
  #first .first-hero::after {
    width: 120px;
    height: 155px;
  }
}

@media screen and (max-width: 519px) {
  #first .first-hero::after {
    top: calc(100% + 194px);
  }
}

.medical-hours .hours-tbl {
  max-width: 590px;
  margin-inline: auto;
}

.medical-hours .hours-contain {
  position: relative;
  z-index: 1;
}

.medical-hours .hours-contain::before, .medical-hours .hours-contain::after {
  position: absolute;
  content: '';
  width: 110px;
  height: 100%;
  background: url("/wp-content/themes/itreat_base/dist/img/first/hours-unit-bg-deco.jpg") center/cover no-repeat;
  z-index: 1;
}

.medical-hours .hours-contain::before {
  top: 0;
  right: 0;
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.medical-hours .hours-contain::after {
  bottom: 0;
  left: 0;
}

.medical-hours .hours-inner {
  position: relative;
  margin-top: 36px;
  padding: 32px;
  background: #FAF8F5;
  border-radius: 2px;
}

@media screen and (max-width: 1023px) {
  .medical-hours .hours-inner {
    padding: 24px;
  }
}

@media screen and (max-width: 959px) {
  .medical-hours .hours-inner {
    padding: 16px;
  }
}

@media screen and (max-width: 767px) {
  .medical-hours .hours-inner {
    padding: 22px 16px;
  }
}

@media screen and (max-width: 519px) {
  .medical-hours .hours-inner {
    padding: 20px 16px;
  }
}

.medical-hours .hours-inner::before {
  position: absolute;
  content: '';
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
  border: 1px solid rgba(124, 112, 82, 0.25);
  border-radius: 1px;
  z-index: 2;
}

.medical-hours .hours-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 800px;
  margin-inline: auto;
  gap: 40px;
}

@media screen and (max-width: 1023px) {
  .medical-hours .hours-unit {
    gap: 32px;
  }
}

@media screen and (max-width: 959px) {
  .medical-hours .hours-unit {
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .medical-hours .hours-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}

.medical-hours .hours-unit__hours {
  width: 400px;
  z-index: 2;
}

@media screen and (max-width: 1023px) {
  .medical-hours .hours-unit__hours {
    width: 360px;
  }
}

@media screen and (max-width: 959px) {
  .medical-hours .hours-unit__hours {
    width: 340px;
  }
}

@media screen and (max-width: 767px) {
  .medical-hours .hours-unit__hours {
    width: 100%;
    max-width: 400px;
  }
}

.medical-hours .hours-unit__hours .hours-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}

.medical-hours .hours-unit__hours .hours-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

@media screen and (max-width: 1023px) {
  .medical-hours .hours-unit__hours .hours-list__item {
    gap: 20px;
  }
}

@media screen and (max-width: 959px) {
  .medical-hours .hours-unit__hours .hours-list__item {
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .medical-hours .hours-unit__hours .hours-list__item {
    gap: 12px;
  }
}

.medical-hours .hours-unit__hours .hours-list__item dt {
  color: #7C7052;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  width: 100px;
}

@media screen and (max-width: 1023px) {
  .medical-hours .hours-unit__hours .hours-list__item dt {
    letter-spacing: 0.05em;
    width: 90px;
  }
}

@media screen and (max-width: 959px) {
  .medical-hours .hours-unit__hours .hours-list__item dt {
    font-size: 1.6rem;
    width: 80px;
  }
}

@media screen and (max-width: 519px) {
  .medical-hours .hours-unit__hours .hours-list__item dt {
    font-size: 1.4rem;
    width: 64px;
  }
}

.medical-hours .hours-unit__hours .hours-list__item .hours-closed {
  letter-spacing: 0.3em;
}

.medical-hours .hours-unit__hours .hours-list__item dd {
  position: relative;
  color: #7C7052;
  width: calc( 100% - 124px);
}

@media screen and (max-width: 1023px) {
  .medical-hours .hours-unit__hours .hours-list__item dd {
    width: calc( 100% - 110px);
  }
}

@media screen and (max-width: 959px) {
  .medical-hours .hours-unit__hours .hours-list__item dd {
    width: calc( 100% - 96px);
  }
}

@media screen and (max-width: 959px) {
  .medical-hours .hours-unit__hours .hours-list__item dd {
    font-size: 1.4rem;
  }
}

.medical-hours .hours-unit__hours .hours-list__item dd::before {
  position: absolute;
  content: '';
  top: 50%;
  left: -24px;
  width: 1px;
  height: calc( 100% - 8px);
  background: #C4B38C;
  translate: 0 -50%;
}

@media screen and (max-width: 959px) {
  .medical-hours .hours-unit__hours .hours-list__item dd::before {
    left: -16px;
  }
}

@media screen and (max-width: 519px) {
  .medical-hours .hours-unit__hours .hours-list__item dd::before {
    left: -10px;
  }
}

.medical-hours .hours-unit__hours .hours-list__item .hours-time-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  line-height: 1.2;
  gap: 16px;
}

@media screen and (max-width: 1023px) {
  .medical-hours .hours-unit__hours .hours-list__item .hours-time-unit {
    gap: 12px;
  }
}

@media screen and (max-width: 959px) {
  .medical-hours .hours-unit__hours .hours-list__item .hours-time-unit {
    gap: 8px;
  }
}

@media screen and (max-width: 767px) {
  .medical-hours .hours-unit__hours .hours-list__item .hours-time-unit {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.medical-hours .hours-unit__hours .hours-list__item .hours-time-unit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.2rem;
}

@media screen and (max-width: 1023px) {
  .medical-hours .hours-unit__hours .hours-list__item .hours-time-unit__item {
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  .medical-hours .hours-unit__hours .hours-list__item .hours-time-unit__item {
    font-size: 1.8rem;
  }
}

.medical-hours .hours-unit__hours .hours-list__item .hours-time-unit__item .hour-item-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.medical-hours .hours-unit__hours .hours-list__item .hours-time-unit__item .hour-item-unit .item-hyphen {
  padding: 0 6px;
}

@media screen and (max-width: 959px) {
  .medical-hours .hours-unit__hours .hours-list__item .hours-time-unit__item .hour-item-unit .item-hyphen {
    padding: 0 4px;
  }
}

@media screen and (max-width: 767px) {
  .medical-hours .hours-unit__hours .hours-list__item .hours-time-unit__item .hour-item-unit .item-hyphen {
    padding: 0 2px;
  }
}

.medical-hours .hours-unit__hours .hours-list__item .hours-time-unit__item .item-note {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 519px) {
  .medical-hours .hours-unit__hours .hours-list__item .hours-time-unit__item .item-note {
    font-size: 1.2rem;
  }
}

.medical-hours .hours-unit__line {
  width: 1px;
  height: 80px;
  background: #C4B38C;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .medical-hours .hours-unit__line {
    width: 100%;
    height: 1px;
  }
}

.medical-hours .hours-unit__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 280px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .medical-hours .hours-unit__tel {
    margin: 0 auto;
    width: 100%;
  }
}

.medical-hours .hours-unit__tel .hours-tel {
  position: relative;
  padding-left: 12px;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .medical-hours .hours-unit__tel .hours-tel {
    margin-bottom: 2px;
  }
}

.medical-hours .hours-unit__tel .hours-tel::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 6px;
  height: 20px;
  background: url("/wp-content/themes/itreat_base/dist/img/first/tel-ico.svg") center/cover no-repeat;
}

.medical-hours .hours-unit__tel .hours-tel a {
  font-size: 2.8rem;
  color: #7C7052;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  .medical-hours .hours-unit__tel .hours-tel a {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 959px) {
  .medical-hours .hours-unit__tel .hours-tel a {
    font-size: 2.2rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .medical-hours .hours-unit__tel .hours-tel a {
    font-size: 2.4rem;
  }
}

.medical-hours .hours-unit__tel .hours-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.medical-hours .hours-unit__tel .hours-list dt {
  width: 80px;
  color: #7C7052;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 959px) {
  .medical-hours .hours-unit__tel .hours-list dt {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 519px) {
  .medical-hours .hours-unit__tel .hours-list dt {
    font-size: 1.4rem;
    width: 64px;
  }
}

.medical-hours .hours-unit__tel .hours-list dd {
  position: relative;
  width: calc( 100% - 80px);
  color: #7C7052;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

@media screen and (max-width: 519px) {
  .medical-hours .hours-unit__tel .hours-list dd {
    width: calc( 100% - 64px);
  }
}

.medical-hours .hours-unit__tel .hours-list dd::before {
  position: absolute;
  content: '';
  top: 50%;
  left: -7px;
  width: 1px;
  height: calc( 100% - 8px);
  background: #C4B38C;
  translate: 0 -50%;
}

@media screen and (max-width: 959px) {
  .medical-hours .hours-unit__tel .hours-list dd::before {
    left: -8px;
  }
}

@media screen and (max-width: 519px) {
  .medical-hours .hours-unit__tel .hours-list dd::before {
    left: -4px;
  }
}

.medical-hours .hours-unit__tel .hours-list dd span {
  color: #7C7052;
  letter-spacing: 0.05em;
}

.access {
  max-width: 1440px;
  margin: 0 auto;
}

.access .access-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 48px;
  margin-bottom: calc(8px * 8);
}

@media screen and (max-width: 959px) {
  .access .access-unit {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .access .access-unit {
    gap: 32px;
  }
}

@media screen and (max-width: 1023px) {
  .access .access-unit {
    gap: 24px;
  }
}

@media screen and (max-width: 959px) {
  .access .access-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    padding: 0 24px;
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit {
    padding: 0 16px;
  }
}

.access .access-unit__vsl {
  width: 674px;
}

@media screen and (max-width: 1279px) {
  .access .access-unit__vsl {
    width: 420px;
  }
}

@media screen and (max-width: 1023px) {
  .access .access-unit__vsl {
    width: 375px;
  }
}

@media screen and (max-width: 959px) {
  .access .access-unit__vsl {
    width: 100%;
    max-width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .access .access-unit__vsl {
    width: 100%;
  }
}

.access .access-unit__dtl {
  width: calc( 100% - 722px);
}

@media screen and (max-width: 1279px) {
  .access .access-unit__dtl {
    width: calc( 100% - 452px);
  }
}

@media screen and (max-width: 1023px) {
  .access .access-unit__dtl {
    width: calc( 100% - 399px);
  }
}

@media screen and (max-width: 959px) {
  .access .access-unit__dtl {
    width: 100%;
  }
  .access .access-unit__dtl .access-unit__vsl {
    width: 100%;
    max-width: 360px;
    margin-bottom: 16px;
    margin-inline: auto;
  }
}

.access .access-unit__dtl .access-add {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .access .access-unit__dtl .access-add {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit__dtl .access-add {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .access .access-unit__dtl .access-add {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 959px) {
  .access .access-unit__dtl .access-add {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

.access .access-unit__dtl .access-ttl {
  letter-spacing: 0.1em;
  background: #F5FCF6;
  padding: 10px;
  border-radius: 24px;
  padding-left: 44px;
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .access .access-unit__dtl .access-ttl {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit__dtl .access-ttl {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .access .access-unit__dtl .access-ttl {
    padding-left: 40px;
  }
}

@media screen and (max-width: 959px) {
  .access .access-unit__dtl .access-ttl {
    padding: 8px;
    padding-left: 36px;
  }
}

.access .access-unit__dtl .access-ttl.--ttl-train {
  position: relative;
}

.access .access-unit__dtl .access-ttl.--ttl-train::before {
  position: absolute;
  content: '';
  top: 50%;
  left: -8px;
  width: 44px;
  height: 29px;
  background: url("/wp-content/themes/itreat_base/dist/img/first/ttl-tain-ico.svg") center/cover no-repeat;
  translate: 0 -50%;
}

@media screen and (max-width: 1023px) {
  .access .access-unit__dtl .access-ttl.--ttl-train::before {
    width: 40px;
    height: 26px;
  }
}

@media screen and (max-width: 959px) {
  .access .access-unit__dtl .access-ttl.--ttl-train::before {
    width: 36px;
    height: 23px;
  }
}

.access .access-unit__dtl .access-ttl.--ttl-car {
  position: relative;
}

.access .access-unit__dtl .access-ttl.--ttl-car::before {
  position: absolute;
  content: '';
  top: 50%;
  left: -8px;
  width: 45px;
  height: 24px;
  background: url("/wp-content/themes/itreat_base/dist/img/first/ttl-car-ico.svg") center/cover no-repeat;
  translate: 0 -50%;
}

@media screen and (max-width: 1023px) {
  .access .access-unit__dtl .access-ttl.--ttl-car::before {
    width: 40px;
    height: 21px;
  }
}

@media screen and (max-width: 959px) {
  .access .access-unit__dtl .access-ttl.--ttl-car::before {
    width: 36px;
    height: 19px;
  }
}

.access .access-unit__dtl .access-ttl em {
  font-size: 2rem;
  color: #6AACA1;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  .access .access-unit__dtl .access-ttl em {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 959px) {
  .access .access-unit__dtl .access-ttl em {
    font-size: 1.6rem;
  }
}

.access .access-unit__dtl .access-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
}

@media screen and (max-width: 1279px) {
  .access .access-unit__dtl .access-list {
    gap: 0 8px;
  }
}

@media screen and (max-width: 1023px) {
  .access .access-unit__dtl .access-list {
    gap: 0 12px;
  }
}

@media screen and (max-width: 959px) {
  .access .access-unit__dtl .access-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

.access .access-unit__dtl .access-list__item {
  letter-spacing: 0.05em;
}

@media screen and (max-width: 959px) {
  .access .access-unit__dtl .access-list__item {
    letter-spacing: 0;
  }
}

.access .access-unit__dtl .access-list__item:nth-child(1), .access .access-unit__dtl .access-list__item:nth-child(2) {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dotted #999999;
}

@media screen and (max-width: 959px) {
  .access .access-unit__dtl .access-list__item:nth-child(1), .access .access-unit__dtl .access-list__item:nth-child(2) {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 959px) {
  .access .access-unit__dtl .access-list__item:not(:last-child) {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999999;
  }
}

.access .access-unit__dtl .access-list__item em {
  font-size: 2.4rem;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  .access .access-unit__dtl .access-list__item em {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 959px) {
  .access .access-unit__dtl .access-list__item em {
    font-size: 2rem;
  }
}

.access .access-unit__dtl .route-map-ttl {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 14px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding-left: 24px;
}

@media screen and (max-width: 959px) {
  .access .access-unit__dtl .route-map-ttl {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

.access .access-unit__dtl .route-map-ttl::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 18px;
  height: 12px;
  background: url("/wp-content/themes/itreat_base/dist/img/first/route-map-ttl-deco.svg") center/cover no-repeat;
  translate: 0 -50%;
}

.access .access-unit__dtl .route-map-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}

@media screen and (max-width: 519px) {
  .access .access-unit__dtl .route-map-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 12px;
  }
}

.access .access-unit__dtl .route-map-unit .route-map-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  position: relative;
  padding: 10px 40px 10px 12px;
  border: 1px solid #6AACA1;
  border-radius: 2px 2px 8px 2px;
  line-height: 1.3;
  background: #ffffff;
}

@media screen and (max-width: 959px) {
  .access .access-unit__dtl .route-map-unit .route-map-btn a {
    padding: 10px 32px 10px 12px;
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit__dtl .route-map-unit .route-map-btn a {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.access .access-unit__dtl .route-map-unit .route-map-btn a::before {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 24px;
  height: 24px;
  border-radius: 8px 1px 8px 1px;
  border: 1px solid #6AACA1;
  background: rgba(106, 172, 161, 0.1);
}

.access .access-unit__dtl .route-map-unit .route-map-btn a::after {
  position: absolute;
  right: 7px;
  bottom: 6px;
  content: "";
  width: 7px;
  height: 8px;
  background-color: #6AACA1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.access .access-unit__dtl .route-map-unit .route-map-btn a span {
  position: relative;
  padding-left: 32px;
  font-size: 1.4rem;
}

.access .access-unit__dtl .route-map-unit .route-map-btn a span::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 22px;
  height: 28px;
  background-color: #6AACA1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/map.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/map.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  translate: 0 -50%;
}

.access .access-unit__dtl .route-map-unit .route-map-btn a span em {
  color: #6AACA1;
}

.access .access-unit__dtl .route-map-unit .route-map-btn a:hover {
  background: #6AACA1;
}

.access .access-unit__dtl .route-map-unit .route-map-btn a:hover::before {
  background: #ffffff;
}

.access .access-unit__dtl .route-map-unit .route-map-btn a:hover span {
  color: #ffffff;
}

.access .access-unit__dtl .route-map-unit .route-map-btn a:hover span::before {
  background-color: #ffffff;
}

.access .access-unit__dtl .route-map-unit .route-map-btn a:hover span em {
  color: #ffffff;
}

.access .gmap {
  margin-inline: auto;
  margin-bottom: calc(8px * 7);
}

@media screen and (max-width: 959px) {
  .access .gmap {
    margin-bottom: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .access .gmap {
    margin-bottom: calc((8px * 7) * 0.5);
  }
}

.access .gmap iframe {
  width: 100%;
  height: 320px;
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .access .gmap iframe {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .access .gmap iframe {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .access .gmap iframe {
    height: 280px;
  }
}

@media screen and (max-width: 767px) {
  .access .gmap iframe {
    height: 240px;
  }
}

.reserve {
  position: relative;
  padding-top: 48px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(70%, #fffde6), to(#ffffff));
  background-image: linear-gradient(0deg, #ffffff, #fffde6 70%, #ffffff);
}

.reserve .reserve-ttl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.reserve .cautions-frame .cautions-unit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 64px;
  padding: 40px;
  background: #ffffff;
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .reserve .cautions-frame .cautions-unit {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reserve .cautions-frame .cautions-unit {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .reserve .cautions-frame .cautions-unit {
    gap: 40px;
    padding: 32px;
  }
}

@media screen and (max-width: 959px) {
  .reserve .cautions-frame .cautions-unit {
    gap: 32px;
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .reserve .cautions-frame .cautions-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px;
  }
}

.reserve .cautions-frame .cautions-unit::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  background: #ffffff;
  width: 100%;
  height: 100%;
}

.reserve .cautions-frame .cautions-unit__ttl {
  width: 200px;
}

@media screen and (max-width: 1023px) {
  .reserve .cautions-frame .cautions-unit__ttl {
    width: 144px;
  }
}

@media screen and (max-width: 959px) {
  .reserve .cautions-frame .cautions-unit__ttl {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .reserve .cautions-frame .cautions-unit__ttl {
    width: 100%;
  }
}

.reserve .cautions-frame .cautions-unit__ttl .cautions-ttl {
  color: #6AACA1;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .reserve .cautions-frame .cautions-unit__ttl .cautions-ttl {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 959px) {
  .reserve .cautions-frame .cautions-unit__ttl .cautions-ttl {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}

.reserve .cautions-frame .cautions-unit__dtl {
  position: relative;
  width: calc(100% - 264px);
}

@media screen and (max-width: 1023px) {
  .reserve .cautions-frame .cautions-unit__dtl {
    width: calc(100% - 184px);
  }
}

@media screen and (max-width: 959px) {
  .reserve .cautions-frame .cautions-unit__dtl {
    width: calc(100% - 152px);
  }
}

@media screen and (max-width: 767px) {
  .reserve .cautions-frame .cautions-unit__dtl {
    width: 100%;
  }
}

.reserve .cautions-frame .cautions-unit__dtl::before {
  position: absolute;
  content: '';
  top: 0;
  left: -32px;
  width: 1px;
  height: 100%;
  background: rgba(106, 172, 161, 0.4);
}

@media screen and (max-width: 959px) {
  .reserve .cautions-frame .cautions-unit__dtl::before {
    left: -28px;
  }
}

@media screen and (max-width: 767px) {
  .reserve .cautions-frame .cautions-unit__dtl::before {
    top: -16px;
    left: 0;
    width: 100%;
    height: 1px;
  }
}

.reserve .cautions-frame .cautions-unit__dtl .list__item {
  font-size: 1.5rem;
}

.reserve .cancel {
  position: relative;
  border: 1px solid #6AACA1;
  padding: 32px;
  margin-top: 10px;
}

@media screen and (max-width: 959px) {
  .reserve .cancel {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .reserve .cancel {
    padding: 16px;
  }
}

.reserve .cancel .cancel-ttl {
  position: absolute;
  top: -16px;
  left: 50%;
  translate: -50% 0;
  font-size: 2.2rem;
  color: #6AACA1;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  background: #ffffff;
  padding: 2px 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 1023px) {
  .reserve .cancel .cancel-ttl {
    font-size: 2rem;
    letter-spacing: 0.05em;
    padding: 2px 18px;
  }
}

@media screen and (max-width: 959px) {
  .reserve .cancel .cancel-ttl {
    font-size: 1.8rem;
    letter-spacing: 0;
    padding: 2px 10px;
  }
}

.reserve .cancel .cancel-sub-ttl {
  text-align: center;
  font-size: 2rem;
  color: #6AACA1;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-top: 8px;
  line-height: 1.4;
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .reserve .cancel .cancel-sub-ttl {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reserve .cancel .cancel-sub-ttl {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .reserve .cancel .cancel-sub-ttl {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 959px) {
  .reserve .cancel .cancel-sub-ttl {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .reserve .cancel .cancel-sub-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}

.reserve .cancel .cancel-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 48px;
}

@media screen and (max-width: 1023px) {
  .reserve .cancel .cancel-unit {
    gap: 32px;
  }
}

@media screen and (max-width: 959px) {
  .reserve .cancel .cancel-unit {
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .reserve .cancel .cancel-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}

.reserve .cancel .cancel-unit__item dt {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

@media screen and (max-width: 1023px) {
  .reserve .cancel .cancel-unit__item dt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 959px) {
  .reserve .cancel .cancel-unit__item dt {
    letter-spacing: 0;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 767px) {
  .reserve .cancel .cancel-unit__item dt {
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
}

.reserve .cancel .cancel-unit__item dt span {
  position: relative;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .reserve .cancel .cancel-unit__item dt span {
    padding: 0 14px;
  }
}

.reserve .cancel .cancel-unit__item dt span::before, .reserve .cancel .cancel-unit__item dt span::after {
  position: absolute;
  content: '';
  top: 50%;
  translate: 0 -50%;
  width: 12px;
  height: 12px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/diamond.svg") center/cover no-repeat;
}

.reserve .cancel .cancel-unit__item dt span::before {
  left: 0;
}

.reserve .cancel .cancel-unit__item dt span::after {
  right: 0;
}

.reserve .cancel .cancel-unit__item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #6AACA1;
  line-height: 1.4;
}

@media screen and (max-width: 1023px) {
  .reserve .cancel .cancel-unit__item dd {
    gap: 32px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 959px) {
  .reserve .cancel .cancel-unit__item dd {
    gap: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .reserve .cancel .cancel-unit__item dd {
    gap: 14px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 519px) {
  .reserve .cancel .cancel-unit__item dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}

.reserve .cancel .cancel-unit__item dd .ivc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

@media screen and (max-width: 767px) {
  .reserve .cancel .cancel-unit__item dd .ivc-item {
    gap: 4px;
  }
}

.reserve .cancel .cancel-unit__item dd .ivc-item span {
  font-size: 1.4rem;
  color: #464646;
}

.reserve .cancel .cancel-unit__item dd .ivc-item .ivc-line {
  width: 30px;
  border-bottom: 1px dashed #6AACA1;
}

@media screen and (max-width: 767px) {
  .reserve .cancel .cancel-unit__item dd .ivc-item .ivc-line {
    width: 16px;
  }
}

.reserve .cancel .cancel-unit__line {
  width: 1px;
  height: 100px;
  background: #6AACA1;
}

@media screen and (max-width: 767px) {
  .reserve .cancel .cancel-unit__line {
    width: calc(100% - 48px);
    margin-inline: auto;
    height: 1px;
  }
}

@media screen and (max-width: 519px) {
  .reserve .cancel .cancel-unit__line {
    width: 100%;
  }
}

.payment {
  margin-bottom: calc(8px * 15);
}

@media screen and (max-width: 959px) {
  .payment {
    margin-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .payment {
    margin-bottom: calc((8px * 15) * 0.5);
  }
}

.payment .payment-lead {
  text-align: center;
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .payment .payment-lead {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .payment .payment-lead {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.payment .payment-lead em {
  color: #CE7F67;
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  .payment .payment-lead em {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .payment .payment-lead em {
    font-size: 1.6rem;
  }
}

.payment .payment-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding: 32px;
  background: rgba(106, 172, 161, 0.03);
  border-radius: 4px;
  border: 1px dashed rgba(106, 172, 161, 0.34);
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 959px) {
  .payment .payment-unit {
    padding: 24px;
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .payment .payment-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
  }
}

.payment .payment-unit__dtl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .payment .payment-unit__dtl {
    width: 100%;
    margin-inline: auto;
  }
}

.payment .payment-unit__dtl .payment-ttl {
  margin-bottom: calc(8px * 1);
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #6AACA1;
  line-height: 1.2;
}

@media screen and (max-width: 959px) {
  .payment .payment-unit__dtl .payment-ttl {
    margin-bottom: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .payment .payment-unit__dtl .payment-ttl {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .payment .payment-unit__dtl .payment-ttl {
    font-size: 1.6rem;
    text-align: center;
  }
}

.payment .payment-unit__vsl {
  width: 370px;
}

@media screen and (max-width: 767px) {
  .payment .payment-unit__vsl {
    width: 100%;
    max-width: 320px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 519px) {
  .payment .payment-unit__vsl {
    max-width: 280px;
  }
}

/*# sourceMappingURL=../../maps/pages/first.css.map */
