@charset "UTF-8";
@media (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
  color: #000;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

:target {
  scroll-margin-top: 132px;
}
@media (max-width: 1300px) {
  :target {
    scroll-margin-top: 100px;
  }
}
@media (max-width: 768px) {
  :target {
    scroll-margin-top: 60px;
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  display: block;
  width: 100%;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

@media (max-width: 768px) {
  a.fax[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.inner {
  width: 100%;
  max-width: 1300px;
  padding: 0 25px;
  margin: auto;
}
@media (max-width: 768px) {
  .inner {
    max-width: 600px;
    padding: 0 16px;
  }
}

.btn {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: #1C62D3;
  border: 1px solid #1C62D3;
  width: 100%;
  max-width: 280px;
  padding: 26px 24px;
  text-align: left;
}
@media (max-width: 768px) {
  .btn {
    max-width: 260px;
    padding: 15px 20px;
  }
}

@media (min-width: 768px) {
  .btn:hover {
    color: #1C62D3;
    background-color: #fff;
  }
}

.btn.btn_white {
  color: #1C62D3;
  background-color: #fff;
}

@media (min-width: 768px) {
  .btn.btn_white:hover {
    color: #fff;
    background-color: #1C62D3;
  }
}

.btn span {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-right: 30px;
}

.btn span::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 20px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .btn:hover span::after {
    background: url(../images/common/icon_arrow_right_blue.png) no-repeat center center/contain;
  }
}

.btn.btn_white span::after {
  background: url(../images/common/icon_arrow_right_blue.png) no-repeat center center/contain;
}

@media (min-width: 768px) {
  .btn.btn_white:hover span::after {
    background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
  }
}

.body.is_open {
  overflow: hidden;
}

/* Header
------------------------------ */
.header {
  position: fixed;
  width: 100%;
  height: 185px;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
}
@media (max-width: 1300px) {
  .header {
    height: 100px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .header {
    height: 60px;
  }
}

.header.header_fixed {
  height: 85px;
}
@media (max-width: 1300px) {
  .header.header_fixed {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .header.header_fixed {
    height: 60px;
  }
}

.header_fixed {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1300px) {
  .header_inner {
    display: grid;
    -ms-flex-line-pack: center;
        align-content: center;
    height: inherit;
  }
}

.header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding-left: 125px;
}
@media (max-width: 1300px) {
  .header_wrapper {
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  .header_wrapper {
    padding-left: 16px;
  }
}

.header_fixed .header_wrapper {
  display: none;
}
@media (max-width: 1300px) {
  .header_fixed .header_wrapper {
    display: block;
  }
}

.header_left {
  width: 100%;
  max-width: 596px;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .header_left {
    margin-top: 0;
  }
}

.header_lead {
  font-size: 10px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .header_lead {
    display: none;
  }
}

.header_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  margin-top: 9px;
}
@media (max-width: 768px) {
  .header_unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3px;
    margin-top: 0;
    width: calc(100% - 70px);
  }
}

.header_title {
  width: 100%;
  max-width: 382px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1300px) {
  .header_title {
    max-width: 306px;
  }
}
@media (max-width: 768px) {
  .header_title {
    max-width: 220px;
  }
}

.header_logo {
  width: 100%;
  max-width: 197px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 18px;
}
@media (max-width: 1300px) {
  .header_logo {
    max-width: 158px;
  }
}
@media (max-width: 768px) {
  .header_logo {
    display: none;
  }
}

.header_right {
  width: 100%;
  max-width: 528px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media (max-width: 1300px) {
  .header_right {
    display: none;
  }
}

.header_tel {
  width: 100%;
  max-width: 281px;
}

.header_contact {
  width: 100%;
  max-width: 215px;
}
@media (max-width: 1300px) {
  .header_contact {
    display: none;
  }
}

.header_contact a {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  color: #fff;
  background-color: #1C62D3;
  border: 1px solid #1C62D3;
  padding: 38px 20px 37px;
  text-align: center;
}

@media (min-width: 768px) {
  .header_contact a:hover {
    color: #1C62D3;
    background-color: #fff;
  }
}

.header_contact a span {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 134px;
  text-align: left;
  padding-left: 40px;
}

.header_contact a span::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 19px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_mail_white.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .header_contact a:hover span::before {
    background: url(../images/common/icon_mail_blue.png) no-repeat center center/contain;
  }
}

@media (max-width: 1300px) {
  .header_nav_inner {
    display: none;
  }
}

.header_lists {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.header_list_link {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  padding: 30.5px 10px;
}

@media (min-width: 768px) {
  .header_list_link:hover {
    color: #1C62D3;
  }
}

.header_list_link::before {
  position: absolute;
  content: "";
  width: 1px;
  top: 23px;
  bottom: 23px;
  left: 0;
  background-color: #7E7E7E;
}

.header_list:last-of-type .header_list_link::after {
  position: absolute;
  content: "";
  width: 1px;
  top: 23px;
  bottom: 23px;
  right: 0;
  background-color: #7E7E7E;
}

.header_fixation {
  display: none;
  background-color: #1C62D3;
  height: inherit;
}

.header_fixed .header_fixation {
  display: block;
}
@media (max-width: 1300px) {
  .header_fixed .header_fixation {
    display: none;
  }
}

.header_fixation_inner {
  height: inherit;
}

.header_fixation_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  height: inherit;
}

.header_fixation_logo {
  width: 100%;
  max-width: 160px;
}

.header_fixation_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 778px;
}

.header_fixation_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.header_fixation_list a {
  display: inline-block;
  position: relative;
  font-weight: 500;
  color: #fff;
  padding: 10px 0;
}

.header_fixation_list a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .header_fixation_list a:hover:after {
    width: 100%;
  }
}

.header_fixation_btn {
  width: 100%;
  max-width: 154px;
}

.header_fixation_btn a {
  display: inline-block;
  width: 100%;
  font-weight: 700;
  color: #fff;
  background-color: #1C62D3;
  border: 1px solid #1C62D3;
  padding: 11px 10px 11px;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .header_fixation_btn a:hover {
    color: #1C62D3;
    background-color: #fff;
  }
}

.header_fixation_btn a span {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 30px;
}

.header_fixation_btn a span::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 14px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_mail_white.svg) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .header_fixation_btn a:hover span::before {
    background: url(../images/common/icon_mail_orange.svg) no-repeat center center/contain;
  }
}

.header_list_modal_wrap {
  position: relative;
}

@media (min-width: 768px) {
  .header_list_modal_wrap:hover > .header_list_modal {
    -webkit-transform: scaleY(1) translateX(-50%);
            transform: scaleY(1) translateX(-50%);
  }
}

.header_list_modal {
  position: absolute;
  top: 65px;
  left: 50%;
  width: 200px;
  -webkit-transform: scaleY(0) translateX(-50%);
          transform: scaleY(0) translateX(-50%);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.header_list_modal_item a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  width: 100%;
  color: #fff;
  background-color: #1C62D3;
  text-align: center;
  padding: 10px 10px;
}

@media (min-width: 768px) {
  .header_list_modal_item a:hover {
    color: #1C62D3;
    background-color: #fff;
  }
}

.header_hamburger {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  width: 100px;
  height: 100px;
  background-color: #1C62D3;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
@media (max-width: 1300px) {
  .header_hamburger {
    display: block;
  }
}
@media (max-width: 768px) {
  .header_hamburger {
    width: 60px;
    height: 60px;
    color: #fff;
  }
}

.header_hamburger.is_open {
  background-color: transparent;
}

.header_hamburger_bar {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 50px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .header_hamburger_bar {
    width: 25px;
    height: 2px;
  }
}

.header_hamburger_bar:nth-of-type(1) {
  top: -24px;
}
@media (max-width: 768px) {
  .header_hamburger_bar:nth-of-type(1) {
    top: -12px;
  }
}

.header_hamburger_bar:nth-of-type(2) {
  top: -10px;
}
@media (max-width: 768px) {
  .header_hamburger_bar:nth-of-type(2) {
    top: -5px;
  }
}

.header_hamburger_bar:nth-of-type(3) {
  top: 4px;
}
@media (max-width: 768px) {
  .header_hamburger_bar:nth-of-type(3) {
    top: 3px;
  }
}

.header_hamburger.is_open .header_hamburger_bar:nth-of-type(1) {
  top: -5px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.header_hamburger.is_open .header_hamburger_bar:nth-of-type(2) {
  opacity: 0;
}

.header_hamburger.is_open .header_hamburger_bar:nth-of-type(3) {
  top: -9px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.header_hamburger_title {
  position: absolute;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  width: 100%;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .header_hamburger_title {
    font-size: 12px;
    letter-spacing: 0;
    bottom: 2px;
  }
}

.header_drawer {
  padding: 70px 0;
  display: none;
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #1C62D3;
  overflow-y: scroll;
  scrollbar-width: none;
}

.header_drawer::-webkit-scrollbar {
  display: none;
}

.header_drawer_nav {
  padding: 0 5%;
  height: 100%;
  overflow-y: scroll;
}

.header_drawer_list {
  border-bottom: 1px solid #fff;
}

.header_drawer_list_link {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media (max-width: 768px) {
  .header_drawer_list_link {
    font-size: 15px;
  }
}

.header_drawer_list_menu a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  padding: 8px 10px;
  color: #fff;
}
@media (max-width: 768px) {
  .header_drawer_list_menu a {
    font-size: 14px;
  }
}

.main {
  margin-top: 185px;
}
@media (max-width: 1300px) {
  .main {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .main {
    margin-top: 60px;
  }
}

/* top - top_mw
------------------------------ */
.top_mw_inner {
  position: relative;
}

.top_mw_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.top_mw_subtitle {
  font-size: 1.73vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  max-width: 36.67vw;
  text-align: center;
  margin-inline: auto;
  padding: 0.73vw 1.33vw 0.93vw;
  -webkit-clip-path: polygon(0.87vw 0%, 100% 0%, calc(100% - 0.87vw) 100%, 0% 100%);
          clip-path: polygon(0.87vw 0%, 100% 0%, calc(100% - 0.87vw) 100%, 0% 100%);
}
@media (max-width: 768px) {
  .top_mw_subtitle {
    font-size: 4.27vw;
    max-width: 80vw;
    padding: 1.33vw;
  }
}

.top_mw_title {
  font-size: 2.67vw;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: rgba(28, 98, 211, 0.85);
  width: 100%;
  max-width: 61.93vw;
  margin-inline: auto;
  text-align: center;
  padding: 1.5vw 1.33vw 1.8vw;
  -webkit-clip-path: polygon(2.13vw 0%, 100% 0%, calc(100% - 2.13vw) 100%, 0% 100%);
          clip-path: polygon(2.13vw 0%, 100% 0%, calc(100% - 2.13vw) 100%, 0% 100%);
}
@media (max-width: 768px) {
  .top_mw_title {
    font-size: 6.4vw;
    max-width: 96vw;
    padding: 1.33vw 2.67vw;
  }
}

.top_mw_title_food {
  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: 0.47vw;
  margin-top: 0.67vw;
}

.top_mw_title_food_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.27vw;
}
@media (max-width: 768px) {
  .top_mw_title_food_wrapper {
    gap: 1.07vw;
  }
}

.top_mw_title_food_wrapper span {
  position: relative;
  color: #ED1C24;
  padding: 0 0.07vw 0 0.13vw;
}

.top_mw_title_food_wrapper span::before {
  position: absolute;
  content: "";
  top: 0.27vw;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
}

.top_mw_lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.53vw 1.67vw;
  width: 100%;
  max-width: 51.67vw;
  margin: 1.87vw auto 0;
}
@media (max-width: 768px) {
  .top_mw_lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.67vw;
    max-width: 80vw;
    margin: 2.67vw auto 0;
  }
}

.top_mw_list {
  font-size: 1.07vw;
  font-weight: 700;
  color: #fff;
  border: 0.13vw solid #fff;
  text-align: center;
  padding: 1.07vw 0.67vw;
}
@media (max-width: 768px) {
  .top_mw_list {
    font-size: 3.73vw;
    padding: 1.33vw;
    border: 0.27vw solid #fff;
  }
}

/* top - top_head
------------------------------ */
.top_head {
  color: #fff;
  background-color: #1C62D3;
  padding: 70px 0 73px;
}
@media (max-width: 768px) {
  .top_head {
    padding: 50px 0;
  }
}

.top_head_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(30px, 4vw, 60px);
}
@media (max-width: 768px) {
  .top_head_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}

.top_head_button {
  width: 100%;
  max-width: 280px;
}

.top_head_button .btn {
  border: 1px solid #fff;
}

.top_head_text {
  line-height: 2.5;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .top_head_text {
    line-height: 2;
    text-align: left;
    margin-top: 20px;
  }
}

/* top - top_rental
------------------------------ */
.top_rental {
  margin-top: 129px;
}
@media (max-width: 768px) {
  .top_rental {
    margin-top: 50px;
  }
}

.top_rental_title_wrapper {
  border-bottom: 2px solid #4C4C4C;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .top_rental_title_wrapper {
    padding: 0 15px;
  }
}

.top_rental_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px 13px;
  font-size: clamp(32px, 2.6666666667vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background-color: #4C4C4C;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 15px 65px 17px;
  z-index: 1;
  -webkit-clip-path: polygon(18px 0%, 100% 0%, calc(100% - 18px) 100%, 0% 100%);
          clip-path: polygon(18px 0%, 100% 0%, calc(100% - 18px) 100%, 0% 100%);
}
@media (max-width: 768px) {
  .top_rental_title {
    font-size: 24px;
    gap: 2px 5px;
    padding: 10px 30px;
  }
}

.top_rental_title_img {
  width: 100%;
  max-width: clamp(120px, 9.8666666667vw, 148px);
}
@media (max-width: 768px) {
  .top_rental_title_img {
    max-width: 90px;
  }
}

.top_rental_title_experience {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}

.top_rental_title_experience span {
  position: relative;
  color: #ED1C24;
  padding: clamp(0px, 0.0666666667vw, 1px) 4px 0 3px;
}
@media (max-width: 768px) {
  .top_rental_title_experience span {
    padding: 0px 2px 1px 2px;
  }
}

.top_rental_title_experience span::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
}

.top_rental_items {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .top_rental_items {
    margin-top: 30px;
  }
}

.top_rental_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  background-color: #E2F2FF;
  padding: 44px clamp(20px, 3.3333333333vw, 50px) 45px;
}
@media (max-width: 768px) {
  .top_rental_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    padding: 20px 15px;
  }
}

.top_rental_item + .top_rental_item {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .top_rental_item + .top_rental_item {
    margin-top: 20px;
  }
}

.top_rental_item_img {
  width: 100%;
  max-width: 365px;
  margin-top: 6px;
}
@media (max-width: 768px) {
  .top_rental_item_img {
    max-width: 100%;
    margin-top: 0;
  }
}

.top_rental_item_img img {
  aspect-ratio: 365/250;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_rental_item_content {
  width: 100%;
  max-width: 728px;
}

.top_rental_item_title {
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 700;
}
@media (max-width: 768px) {
  .top_rental_item_title {
    font-size: 18px;
  }
}

.top_rental_item_subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #1C62D3;
  width: 100%;
  max-width: 280px;
  text-align: center;
  border: 3px solid #1C62D3;
  padding: 13px 10px;
  margin-top: 21px;
}
@media (max-width: 768px) {
  .top_rental_item_subtitle {
    font-size: 15px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 5px 10px;
    margin-top: 10px;
  }
}

.top_rental_item_text {
  line-height: 2.1875;
  margin-top: 21px;
}
@media (max-width: 768px) {
  .top_rental_item_text {
    line-height: 1.8;
    margin-top: 10px;
  }
}

.top_rental_btn {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .top_rental_btn {
    margin-top: 20px;
  }
}

/* top - top_product
------------------------------ */
.top_product {
  margin-top: 130px;
}
@media (max-width: 768px) {
  .top_product {
    margin-top: 50px;
  }
}

.top_product_title_wrapper {
  border-bottom: 2px solid #4C4C4C;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .top_product_title_wrapper {
    padding: 0 15px;
  }
}

.top_product_title {
  position: relative;
  font-size: clamp(32px, 2.6666666667vw, 40px);
  font-weight: 700;
  color: #fff;
  background-color: #4C4C4C;
  width: 100%;
  max-width: 746px;
  margin-inline: auto;
  padding: 14px 65px 10px;
  z-index: 1;
  -webkit-clip-path: polygon(18px 0%, 100% 0%, calc(100% - 18px) 100%, 0% 100%);
          clip-path: polygon(18px 0%, 100% 0%, calc(100% - 18px) 100%, 0% 100%);
  text-align: center;
}
@media (max-width: 768px) {
  .top_product_title {
    font-size: 24px;
    padding: 10px 30px;
  }
}

.top_product_items {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .top_product_items {
    margin-top: 30px;
  }
}

.product_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2.6666666667vw, 40px) clamp(20px, 2.6vw, 39px);
}
@media (max-width: 768px) {
  .product_items {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

.product_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.product_item a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  background-color: #E2F2FF;
}

.product_item_title {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(18px, 1.4666666667vw, 22px);
  font-weight: 700;
  color: #fff;
  background-color: #1C62D3;
  text-align: center;
  padding: clamp(15px, 1.5vw, 22.5px) 10px clamp(15px, 1.6666666667vw, 25px);
}
@media (max-width: 768px) {
  .product_item_title {
    font-size: 16px;
    padding: 10px;
  }
}

.product_item_img {
  overflow: hidden;
}

.product_item_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 283/183;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .product_item a:hover .product_item_img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.product_item_content {
  position: relative;
  padding: clamp(10px, 1.3333333333vw, 20px) clamp(10px, 1.3333333333vw, 20px) 40px;
}
@media (max-width: 768px) {
  .product_item_content {
    padding: 10px 10px 30px;
  }
}

.product_item_content::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 20px;
  right: 20px;
  bottom: 20px;
  background: url(../images/common/icon_arrow_right_blue.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .product_item_content::after {
    width: 7px;
    height: 14px;
    right: 20px;
    bottom: 10px;
  }
}

.product_item_text {
  line-height: 1.875;
}

/* top - top_accident
------------------------------ */
.top_accident {
  margin-top: 130px;
}
@media (max-width: 768px) {
  .top_accident {
    margin-top: 50px;
  }
}

.top_accident_title_wrapper {
  border-bottom: 2px solid #4C4C4C;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .top_accident_title_wrapper {
    padding: 0 15px;
  }
}

.top_accident_title {
  font-size: clamp(32px, 2.6666666667vw, 40px);
  font-weight: 700;
  color: #fff;
  background-color: #4C4C4C;
  width: 100%;
  max-width: 746px;
  margin-inline: auto;
  padding: 14px 65px 11px;
  -webkit-clip-path: polygon(18px 0%, 100% 0%, calc(100% - 18px) 100%, 0% 100%);
          clip-path: polygon(18px 0%, 100% 0%, calc(100% - 18px) 100%, 0% 100%);
  text-align: center;
}
@media (max-width: 768px) {
  .top_accident_title {
    font-size: 24px;
    padding: 10px 30px;
  }
}

.top_accident_text {
  text-align: center;
  margin-top: 78px;
}
@media (max-width: 768px) {
  .top_accident_text {
    text-align: left;
    margin-top: 30px;
  }
}

.top_accident_text p + p {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .top_accident_text p + p {
    margin-top: 10px;
  }
}

.top_accident_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 69px;
  margin-top: 67px;
}
@media (max-width: 768px) {
  .top_accident_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-top: 20px;
  }
}

.top_accident_img {
  width: 100%;
  max-width: 223px;
}
@media (max-width: 768px) {
  .top_accident_img {
    max-width: 160px;
  }
}

.top_accident_content {
  width: 100%;
  max-width: 455px;
  margin-top: 14px;
}
@media (max-width: 768px) {
  .top_accident_content {
    margin-top: 0;
  }
}

.top_accident_subtitle {
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  color: #ED1C24;
  text-align: center;
}
@media (max-width: 768px) {
  .top_accident_subtitle {
    font-size: 20px;
  }
}

.top_accident_subtitle span {
  font-size: clamp(16px, 1.3333333333vw, 20px);
}
@media (max-width: 768px) {
  .top_accident_subtitle span {
    font-size: 16px;
  }
}

.top_accident_notice {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 14px;
  margin: 10px auto 0;
}
@media (max-width: 768px) {
  .top_accident_notice {
    margin: 5px auto 0;
  }
}

.top_accident_notice::before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}

.top_accident_lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 28px;
}
@media (max-width: 768px) {
  .top_accident_lists {
    gap: 10px;
    margin-top: 10px;
  }
}

.top_accident_list {
  font-weight: 700;
  color: #ED1C24;
  background-color: #FFD3D4;
  text-align: center;
  padding: 18px 10px;
}
@media (max-width: 768px) {
  .top_accident_list {
    padding: 10px 10px;
  }
}

.top_accident_food {
  position: relative;
  margin-top: 68px;
  padding-top: 46px;
}
@media (max-width: 768px) {
  .top_accident_food {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.top_accident_food::before {
  position: absolute;
  content: "";
  top: 0;
  right: clamp(1px, 2.2vw, 33px);
  bottom: 140px;
  left: clamp(1px, 2.2vw, 33px);
  background-color: #FFF290;
  z-index: -1;
  -webkit-clip-path: polygon(63px 0%, 100% 0%, calc(100% - 63px) 100%, 0% 100%);
          clip-path: polygon(63px 0%, 100% 0%, calc(100% - 63px) 100%, 0% 100%);
}
@media (max-width: 768px) {
  .top_accident_food::before {
    right: 0;
    bottom: 20px;
    left: 0;
    -webkit-clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
            clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
  }
}

.top_accident_message_wrapper {
  padding: 0 90px;
}
@media (max-width: 768px) {
  .top_accident_message_wrapper {
    padding: 0 20px;
  }
}

.top_accident_message {
  position: relative;
  font-size: clamp(18px, 1.3333333333vw, 20px);
  font-weight: 700;
  padding-left: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .top_accident_message {
    font-size: 16px;
    padding-left: 30px;
  }
}

.top_accident_message::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 60px;
  left: 0;
  top: -21px;
  background: url(../images/common/illust_light_bulb.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .top_accident_message::before {
    width: 20px;
    height: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.top_accident_images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.5333333333vw, 38px);
  margin-top: 44px;
}
@media (max-width: 768px) {
  .top_accident_images {
    gap: 15px;
    margin-top: 20px;
  }
}

.top_accident_image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 391/253;
}

/* top - cta
------------------------------ */
/* cta
------------------------------ */
.cta {
  position: relative;
  padding: 0 25px;
  margin-top: 130px;
  background: linear-gradient(0deg, #F3F3F3 0% 147px, transparent 147px 100%);
}
@media (max-width: 768px) {
  .cta {
    padding: 0 16px;
    margin-top: 50px;
  }
}

.cta_inner {
  width: 100%;
  max-width: 1250px;
  margin-inline: auto;
  padding: 48px 20px 71px;
  color: #fff;
  background-color: #1C62D3;
}
@media (max-width: 768px) {
  .cta_inner {
    padding: 20px 20px;
  }
}

.cta_title {
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .cta_title {
    font-size: 18px;
  }
}

.cta_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(20px, 2.1333333333vw, 32px);
  max-width: 1109px;
  margin: 52px auto 0;
}
@media (max-width: 768px) {
  .cta_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin: 15px auto 0;
  }
}

.cta_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 700px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media (max-width: 768px) {
  .cta_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    max-width: 260px;
  }
}

.cta_button {
  width: 100%;
  max-width: 331px;
}
@media (max-width: 768px) {
  .cta_button {
    max-width: 260px;
  }
}

.cta_button a {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.3888888889;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #1C62D3;
  background-color: #fff;
  border: 1px solid #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: clamp(20px, 1.6666666667vw, 25px) clamp(10px, 1.8vw, 27px) clamp(20px, 1.6666666667vw, 25px) clamp(10px, 1.6666666667vw, 25px);
}
@media (max-width: 768px) {
  .cta_button a {
    font-size: 15px;
    padding: 10px 15px;
  }
}

@media (min-width: 768px) {
  .cta_button a:hover {
    color: #fff;
    background-color: #1C62D3;
  }
}

.cta_button a span {
  position: relative;
  display: inline-block;
  text-align: left;
  padding: 0 clamp(15px, 2vw, 30px) 0 clamp(30px, 3.7333333333vw, 56px);
}

.cta_button_calendar a span::before {
  position: absolute;
  content: "";
  width: clamp(25px, 3.0666666667vw, 46px);
  height: clamp(25px, 3.0666666667vw, 46px);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #1C62D3 url(../images/common/icon_calendar_white.png) no-repeat center center/clamp(15px, 1.8666666667vw, 28px);
  border-radius: 50%;
}

.cta_button_mail a span::before {
  position: absolute;
  content: "";
  width: clamp(25px, 3.0666666667vw, 46px);
  height: clamp(25px, 3.0666666667vw, 46px);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #1C62D3 url(../images/common/icon_mail_white.png) no-repeat center center/clamp(15px, 1.8666666667vw, 28px);
  border-radius: 50%;
}

.cta_button a span::after {
  position: absolute;
  content: "";
  width: clamp(9px, 1.0666666667vw, 16px);
  height: 32px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_blue.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .cta_button a:hover span::after {
    background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
  }
}

.cta_tel {
  width: 100%;
  max-width: 362px;
  margin-top: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cta_tel_link {
  width: 100%;
  max-width: 285px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .cta_tel_link {
    max-width: 230px;
  }
}

.cta_tel_time {
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
  padding-top: 17px;
  border-top: 1px solid #fff;
}
@media (max-width: 768px) {
  .cta_tel_time {
    font-size: 13px;
    margin-top: 10px;
    padding-top: 10px;
  }
}

/* sub
------------------------------ */
.sub_main {
  margin-top: 185px;
}
@media (max-width: 1300px) {
  .sub_main {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .sub_main {
    margin-top: 60px;
  }
}

.sub_mv_inner {
  position: relative;
}

.sub_mv_img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .sub_mv_img img {
    min-height: 240px;
  }
}

.sub_mv_title_wrapper {
  position: absolute;
  color: #fff;
  background-color: rgba(28, 98, 211, 0.85);
  width: calc(50% + 43px);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 44px 20px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - 21px) 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, calc(100% - 21px) 100%, 0% 100%);
}
@media (max-width: 768px) {
  .sub_mv_title_wrapper {
    width: calc(100% - 16px);
    padding: 20px 16px;
  }
}

.sub_mv_title {
  font-size: clamp(32px, 2.6666666667vw, 40px);
  font-weight: 700;
  max-width: 648px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .sub_mv_title {
    font-size: clamp(26px, 2.1333333333vw, 32px);
  }
}

.breadcrumb {
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-top: 37px;
}

.breadcrumb_inner {
  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: 23px;
}
@media (max-width: 768px) {
  .breadcrumb_inner {
    gap: 5px 10px;
  }
}

.breadcrumb_inner a {
  font-weight: 700;
  color: #1C62D3;
}

.breadcrumb_arrow {
  display: block;
  position: relative;
  width: 4px;
}

.breadcrumb_arrow::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 7px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_triangle_right_green.png) no-repeat center center/contain;
}

.section_title {
  position: relative;
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  padding: 10px 41px 13px;
  border-bottom: 1px solid #1C62D3;
}
@media (max-width: 768px) {
  .section_title {
    font-size: 22px;
    padding: 5px 30px;
  }
}

.section_title::before {
  position: absolute;
  content: "";
  width: 28px;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #1C62D3;
  -webkit-clip-path: polygon(14px 0%, 100% 0%, calc(100% - 14px) 100%, 0% 100%);
          clip-path: polygon(14px 0%, 100% 0%, calc(100% - 14px) 100%, 0% 100%);
}
@media (max-width: 768px) {
  .section_title::before {
    width: 22px;
  }
}

.subsection_title {
  position: relative;
  font-size: clamp(32px, 2.6666666667vw, 40px);
  font-weight: 700;
  letter-spacing: 0.12em;
  padding-left: 41px;
}
@media (max-width: 768px) {
  .subsection_title {
    font-size: 20px;
    padding-left: 20px;
  }
}

.subsection_title::before {
  position: absolute;
  content: "";
  width: 9px;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #1C62D3;
}
@media (max-width: 768px) {
  .subsection_title::before {
    width: 5px;
  }
}

/* rental - rental_features
------------------------------ */
.rental_features {
  margin-top: 85px;
}
@media (max-width: 768px) {
  .rental_features {
    margin-top: 50px;
  }
}

.rental_features_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .rental_features_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}

.rental_features_content {
  width: 100%;
  max-width: 796px;
  line-height: 2.1875;
}

.rental_features_img {
  width: 100%;
  max-width: 400px;
}

.rental_features_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 400/270;
}

.rental_features_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 28px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .rental_features_items {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
}

.rental_features_item {
  background-color: #E2F2FF;
  min-height: 200px;
  padding: 32px 29px 34px;
}
@media (max-width: 768px) {
  .rental_features_item {
    min-height: auto;
    padding: 20px 15px;
  }
}

.rental_features_item:nth-of-type(4) {
  grid-row: span 2;
}

.rental_features_item_title {
  font-size: 26px;
  font-weight: 700;
  color: #1C62D3;
}
@media (max-width: 768px) {
  .rental_features_item_title {
    font-size: 18px;
  }
}

.rental_features_item_text {
  line-height: 2.1875;
  margin-top: 19px;
}
@media (max-width: 768px) {
  .rental_features_item_text {
    line-height: 180%;
    margin-top: 10px;
  }
}

.rental_features_item_flow {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .rental_features_item_flow {
    margin-top: 20px;
  }
}

.rental_features_item_flow_lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}
@media (max-width: 768px) {
  .rental_features_item_flow_lists {
    gap: 20px;
  }
}

.rental_features_item_flow_list {
  position: relative;
  font-weight: 700;
  color: #fff;
  background-color: #1C62D3;
  text-align: center;
  padding: 30px 5px;
}

.rental_features_item_flow_list:not(:last-of-type)::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 24px;
  right: -27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_thick_arrow_black.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .rental_features_item_flow_list:not(:last-of-type)::after {
    width: 9px;
    height: 14px;
    right: -16px;
  }
}

.rental_features_item_flow_text {
  font-size: 14px;
  color: #1C62D3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 13px;
}
@media (max-width: 768px) {
  .rental_features_item_flow_text {
    margin-top: 10px;
  }
}

/* rental - rental_flow
------------------------------ */
.rental_flow {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .rental_flow {
    margin-top: 50px;
  }
}

.rental_flow_lists {
  margin-top: 60px;
  counter-reset: cnt;
}
@media (max-width: 768px) {
  .rental_flow_lists {
    margin-top: 30px;
  }
}

.rental_flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
  background-color: #F3F3F3;
  padding: 30px 30px;
}
@media (max-width: 768px) {
  .rental_flow_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 20px 15px;
  }
}

.rental_flow_list + .rental_flow_list {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .rental_flow_list + .rental_flow_list {
    margin-top: 20px;
  }
}

.rental_flow_list_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  width: 100%;
  max-width: 335px;
  border-right: 1px solid #1C62D3;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .rental_flow_list_unit {
    gap: 15px;
    max-width: 100%;
    padding-right: 0;
    border-right: none;
  }
}

.rental_flow_list_step {
  position: relative;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  background-color: #4C4C4C;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .rental_flow_list_step {
    font-size: 14px;
    width: 55px;
    height: 55px;
  }
}

.rental_flow_list_step::after {
  counter-increment: cnt;
  content: counter(cnt, decimal);
  font-size: 36px;
}
@media (max-width: 768px) {
  .rental_flow_list_step::after {
    font-size: 24px;
  }
}

.rental_flow_list_title {
  font-size: 26px;
  font-weight: 700;
  color: #1C62D3;
}
@media (max-width: 768px) {
  .rental_flow_list_title {
    font-size: 20px;
  }
}

.rental_flow_list_text {
  line-height: 2.1875;
  width: calc(100% - 335px);
}
@media (max-width: 768px) {
  .rental_flow_list_text {
    width: 100%;
    line-height: 180%;
  }
}

/* rental - rental_faq
------------------------------ */
.rental_faq {
  margin-top: 119px;
}
@media (max-width: 768px) {
  .rental_faq {
    margin-top: 50px;
  }
}

.rental_faq_lists {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .rental_faq_lists {
    margin-top: 30px;
  }
}

.rental_faq_list + .rental_faq_list {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .rental_faq_list + .rental_faq_list {
    margin-top: 20px;
  }
}

.rental_faq_list_q {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  background-color: #1C62D3;
  padding: 16px 81px 15px 82px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .rental_faq_list_q {
    font-size: 18px;
    padding: 10px 45px 10px 40px;
  }
}

.rental_faq_list_q::before {
  position: absolute;
  content: "Q.";
  font-size: 36px;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  left: 34px;
  top: 14px;
}
@media (max-width: 768px) {
  .rental_faq_list_q::before {
    font-size: 24px;
    left: 16px;
    top: 9px;
  }
}

.rental_faq_list_q::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 31px;
  right: 47px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_thick_arrow_white.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .rental_faq_list_q::after {
    width: 12px;
    height: 20px;
    right: 15px;
  }
}

.rental_faq_list_q.is_open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.rental_faq_list_a {
  display: none;
  position: relative;
  line-height: 2.1875;
  background-color: #E2F2FF;
  padding: 26px 80px 32px 130px;
}
@media (max-width: 768px) {
  .rental_faq_list_a {
    line-height: 180%;
    padding: 10px 20px 10px 60px;
  }
}

.rental_faq_list_a::before {
  position: absolute;
  content: "A.";
  font-size: 36px;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  color: #1C62D3;
  left: 80px;
  top: 24px;
}
@media (max-width: 768px) {
  .rental_faq_list_a::before {
    font-size: 24px;
    left: 37px;
    top: 9px;
  }
}

.rental_faq_list_a a {
  position: relative;
  display: inline-block;
  color: #1C62D3;
}

.rental_faq_list_a a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 0;
  bottom: 5px;
  background-color: #1C62D3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .rental_faq_list_a a:hover::after {
    width: 100%;
  }
}

/* rental - rental_product
------------------------------ */
.rental_product {
  margin-top: 119px;
}
@media (max-width: 768px) {
  .rental_product {
    margin-top: 50px;
  }
}

.rental_product_items {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .rental_product_items {
    margin-top: 30px;
  }
}

/* reserve共通 - reserve_introduction
------------------------------ */
.reserve_introduction {
  margin-top: 86px;
}
@media (max-width: 768px) {
  .reserve_introduction {
    margin-top: 50px;
  }
}

.reserve_introduction_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-top: 59px;
}
@media (max-width: 768px) {
  .reserve_introduction_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}

.reserve_introduction_img {
  width: 100%;
  max-width: 414px;
  border: 1px solid #7E7E7E;
}
@media (max-width: 768px) {
  .reserve_introduction_img {
    max-width: 100%;
  }
}

.reserve_introduction_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 414/250;
}

.reserve_introduction_content {
  width: 100%;
  max-width: 796px;
}

.reserve_introduction_list {
  position: relative;
  line-height: 2.1875;
  padding-left: 20px;
}

.reserve_introduction_list::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: 0;
  top: 10px;
  border-radius: 50%;
  background-color: #000;
}
@media (max-width: 768px) {
  .reserve_introduction_list::before {
    width: 14px;
    height: 14px;
    top: 8px;
  }
}

.reserve_introduction_list span {
  font-weight: 700;
  color: #ED1C24;
}

.reserve_introduction_text {
  line-height: 2.1875;
}

.reserve_introduction_orders {
  counter-reset: cnt;
  margin-top: 10px;
}

.reserve_introduction_order {
  line-height: 180%;
}

.reserve_introduction_order + .reserve_introduction_order {
  margin-top: 10px;
}

.reserve_introduction_order_title {
  position: relative;
  font-size: 18px;
  color: #1C62D3;
  font-weight: 700;
}
@media (max-width: 768px) {
  .reserve_introduction_order_title {
    font-size: 16px;
  }
}

.reserve_introduction_order_title::before {
  counter-increment: cnt;
  content: counter(cnt, decimal) ". ";
  color: #1C62D3;
}

.reserve_introduction_items {
  margin-top: 10px;
}

.reserve_introduction_item {
  line-height: 180%;
}

.reserve_introduction_item + .reserve_introduction_item {
  margin-top: 10px;
}

.reserve_introduction_item_title {
  font-size: 18px;
  color: #1C62D3;
  font-weight: 700;
}
@media (max-width: 768px) {
  .reserve_introduction_item_title {
    font-size: 16px;
  }
}

.reserve_introduction_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .reserve_introduction_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-top: 20px;
  }
}

.reserve_introduction_button {
  width: 100%;
  max-width: 280px;
}

/* reserve共通 - reserve_fee
------------------------------ */
.reserve_fee {
  margin-top: 225px;
}
@media (max-width: 768px) {
  .reserve_fee {
    margin-top: 50px;
  }
}

.reserve_fee_head {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8181818182;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .reserve_fee_head {
    font-size: 16px;
    line-height: 160%;
    margin-top: 30px;
  }
}

.reserve_fee_head span {
  color: #1C62D3;
}

.reserve_fee_food {
  margin-top: 48px;
  padding-top: 42px;
  border-top: 1px solid #7E7E7E;
}
@media (max-width: 768px) {
  .reserve_fee_food {
    margin-top: 10px;
    padding-top: 10px;
  }
}

.reserve_fee_food_title {
  font-size: 26px;
  font-weight: 700;
  color: #1C62D3;
}
@media (max-width: 768px) {
  .reserve_fee_food_title {
    font-size: 18px;
  }
}

.reserve_fee_food_text {
  margin-top: 13px;
}
@media (max-width: 768px) {
  .reserve_fee_food_text {
    margin-top: 5px;
  }
}

/* reserve共通 - reserve_rental カレンダー
------------------------------ */
.reserve_rental {
  margin-top: 127px;
}
@media (max-width: 768px) {
  .reserve_rental {
    margin-top: 50px;
  }
}

.reserve_rental_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .reserve_rental_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}

.reserve_rental_content {
  width: 100%;
  max-width: 615px;
}
@media (max-width: 768px) {
  .reserve_rental_content {
    max-width: 100%;
  }
}

.reserve_rental_subtitle {
  font-size: 26px;
  font-weight: 700;
  color: #1C62D3;
}
@media (max-width: 768px) {
  .reserve_rental_subtitle {
    font-size: 18px;
  }
}

.reserve_rental_text {
  line-height: 1.875;
  margin-top: 9px;
}
@media (max-width: 768px) {
  .reserve_rental_text {
    margin-top: 5px;
  }
}

.reserve_rental_text span {
  font-weight: 700;
  color: #ED1C24;
}

.reserve_rental_lists {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .reserve_rental_lists {
    margin-top: 20px;
  }
}

.reserve_rental_list + .reserve_rental_list {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .reserve_rental_list + .reserve_rental_list {
    margin-top: 20px;
  }
}

.reserve_rental_list_title {
  font-size: 20px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #000;
  padding: 4px 13px;
}
@media (max-width: 768px) {
  .reserve_rental_list_title {
    font-size: 16px;
    padding: 2px 5px;
  }
}

.reserve_rental_list_text {
  line-height: 1.875;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .reserve_rental_list_text {
    margin-top: 5px;
  }
}

.reserve_rental_list_figure {
  margin-top: 12px;
}
@media (max-width: 768px) {
  .reserve_rental_list_figure {
    margin-top: 5px;
  }
}

.reserve_rental_list_figure dl {
  display: grid;
  grid-template-columns: 200px 1fr;
}

.reserve_rental_list_figure dt {
  font-weight: 700;
  color: #fff;
  background-color: #1C62D3;
  padding: 15px 15px;
}

.reserve_rental_list_figure dt:nth-of-type(n + 2) {
  border-top: 1px solid #fff;
}

.reserve_rental_list_figure dd {
  background-color: #E2F2FF;
  padding: 15px 15px;
}

.reserve_rental_list_figure dd:nth-of-type(n + 2) {
  border-top: 1px solid #fff;
}

.reserve_rental_booking {
  width: 100%;
  max-width: 615px;
}
@media (max-width: 768px) {
  .reserve_rental_booking {
    max-width: 100%;
  }
}

.reserve_rental_booking #booking-package {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reserve_rental_booking #booking-package .calendarWidthForHotel {
  width: 100%;
}

.reserve_rental_booking #booking-package_calendarPage .calendarHeader {
  padding: 0;
}

.reserve_rental_booking .calendarData {
  font-size: 26px;
  font-weight: 700;
  color: #1C62D3;
}
@media (max-width: 768px) {
  .reserve_rental_booking .calendarData {
    font-size: 22px;
  }
}

.reserve_rental_booking .calendar {
  margin-top: 15px;
}

.reserve_rental_booking #booking-package_calendarPage .day_slot {
  padding: 5px 5px;
}

.reserve_rental_booking #booking-package .sun {
  color: #ED1C24;
}

.reserve_rental_booking #booking-package .sat {
  color: #1C62D3;
}

.reserve_rental_booking #booking-package_calendarPage .dateField {
  padding: 0;
}

.reserve_rental_booking #booking-package_calendarPage .symbolPanel.material-icons {
  border-radius: 5px;
  padding: 5px 0;
}

.reserve_rental_booking #booking-package_durationStay {
  width: 100%;
  padding-left: 0;
}

.reserve_rental_booking #booking-package .nextPageBookingDetails {
  width: 100%;
}

.reserve_rental_booking #booking-package .nextPageVisitorDetails {
  width: 100%;
}

.reserve_rental_booking #booking-package .row:nth-of-type(3) .name {
  display: none;
}

.reserve_rental_booking #booking-package .row:nth-of-type(3) .serviceCost.maximumAndMinimum.cost_zero {
  display: none;
}

.reserve_rental_booking #bottomPanel {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
  background-color: transparent;
}

.reserve_rental_booking #bottomPanel > button,
.reserve_rental_booking #booking-package_pay_locally > button,
.reserve_rental_booking #nextAndReturnPanel > button {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: #1C62D3;
  border: 1px solid #1C62D3;
  width: 100%;
  max-width: 180px;
  padding: 14px 24px;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  .reserve_rental_booking #bottomPanel > button,
  .reserve_rental_booking #booking-package_pay_locally > button,
  .reserve_rental_booking #nextAndReturnPanel > button {
    max-width: 160px;
    padding: 15px 20px;
  }
}

@media (min-width: 768px) {
  .reserve_rental_booking #bottomPanel > button:hover,
  .reserve_rental_booking #booking-package_pay_locally > button:hover,
  .reserve_rental_booking #nextAndReturnPanel > button:hover {
    color: #1C62D3;
    background-color: #fff;
  }
}

.reserve_rental_booking #booking-package_schedulePage .selectable_service_slot,
.reserve_rental_booking #booking-package_servicePage .service_details {
  grid-template-columns: 1fr;
}

.reserve_rental_booking button#previous_available_day_button {
  display: none;
}

.reserve_rental_booking button#next_available_day_button {
  display: none;
}

.reserve_rental_booking #booking_package_input_terms input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.reserve_rental_booking_text {
  margin-top: 15px;
}

/* reserve共通 - reserve_product
------------------------------ */
.reserve_product {
  margin-top: 130px;
}
@media (max-width: 768px) {
  .reserve_product {
    margin-top: 50px;
  }
}

.reserve_product_items {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .reserve_product_items {
    margin-top: 30px;
  }
}

/* news - news_archive_main
------------------------------ */
.news_archive_main {
  margin-top: 75px;
}
@media (max-width: 768px) {
  .news_archive_main {
    margin-top: 32px;
  }
}

.news_archive_main_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1300px) {
  .news_archive_main_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 768px) {
  .news_archive_main_wrapper {
    gap: 50px;
  }
}

.news_archive_main_group {
  width: 100%;
  max-width: 890px;
}

.news_archive_main_item + .news_archive_main_item {
  margin-top: 40px;
}

.news_archive_main_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  padding: clamp(20px, 2.6vw, 39px) clamp(20px, 2.5333333333vw, 38px) clamp(20px, 2.6666666667vw, 40px);
  background-color: #E2F2FF;
  border: 1px solid #E2F2FF;
}
@media (max-width: 768px) {
  .news_archive_main_item_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 20px 15px;
  }
}

@media (min-width: 768px) {
  .news_archive_main_item_link:hover {
    background-color: #fff;
  }
}

.news_archive_main_item_img {
  width: 100%;
  max-width: 260px;
}
@media (max-width: 768px) {
  .news_archive_main_item_img {
    max-width: 100%;
  }
}

.news_archive_main_item_img {
  overflow: hidden;
  border: 1px solid #E2F2FF;
}

.news_archive_main_item_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 261/158;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .news_archive_main_item a:hover .news_archive_main_item_img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.news_archive_main_item_content {
  width: 100%;
  max-width: 510px;
}
@media (max-width: 768px) {
  .news_archive_main_item_content {
    max-width: 100%;
  }
}

.news_archive_main_item_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.news_archive_main_item_date {
  font-size: 14px;
  font-weight: 700;
  color: #1C62D3;
}

.news_archive_main_item_cat {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background-color: #4C4C4C;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 24px;
}

.news_archive_main_item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  color: #1C62D3;
  margin-top: 13px;
}
@media (max-width: 768px) {
  .news_archive_main_item_title {
    font-size: 18px;
  }
}

.news_archive_main_item_text {
  line-height: 180%;
  margin-top: 15px;
  padding-top: 16px;
  border-top: 1px solid #1C62D3;
}
@media (max-width: 768px) {
  .news_archive_main_item_text {
    margin-top: 10px;
  }
}

.news_archive_main_item_btn {
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  max-width: 220px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  background-color: #1C62D3;
  border: 1px solid #1C62D3;
  padding: 13.5px 22px;
  margin-left: auto;
  margin-top: 25px;
}

@media (min-width: 768px) {
  .news_archive_main_item_link:hover .news_archive_main_item_btn {
    color: #1C62D3;
    background-color: #fff;
  }
}

.news_archive_main_item_btn span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 15px;
}

.news_archive_main_item_btn span::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 14px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .news_archive_main_item_link:hover .news_archive_main_item_btn span::after {
    background: url(../images/common/icon_arrow_right_blue.png) no-repeat center center/contain;
  }
}

.news_archive_main_side {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 768px) {
  .news_archive_main_side {
    max-width: 100%;
  }
}

.news_archive_main_side_title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #1C62D3;
  padding: 26px 25px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - 14px) 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, calc(100% - 14px) 100%, 0% 100%);
}
@media (max-width: 768px) {
  .news_archive_main_side_title {
    font-size: clamp(18px, 5.3333333333vw, 20px);
  }
}

.news_archive_main_side_list {
  border-bottom: 1px solid #1C62D3;
}

.news_archive_main_side_list_link {
  position: relative;
  display: inline-block;
  font-weight: 700;
  width: 100%;
  padding: 28px 43px 28px 20px;
}

@media (min-width: 768px) {
  .news_archive_main_side_list_link:hover {
    color: #1C62D3;
    background-color: #E2F2FF;
  }
}

.news_archive_main_side_list_link::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 16px;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_blue.png) no-repeat center center/contain;
}

.news_archive_main_page_navigation {
  margin-top: 59px;
}
@media (max-width: 768px) {
  .news_archive_main_page_navigation {
    margin-top: 20px;
  }
}

.page_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 11px;
}

.page-numbers {
  font-size: 14px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #1C62D3;
  background-color: #E2F2FF;
  border: 1px solid #E2F2FF;
  width: 30px;
  height: 30px;
}

@media (min-width: 768px) {
  .page-numbers:hover {
    color: #fff;
    background-color: #1C62D3;
  }
}

.page-numbers.dots {
  pointer-events: none;
}

.page-numbers.current {
  color: #fff;
  background-color: #1C62D3;
  border: 1px solid #1C62D3;
}

/* news - news_single_main
------------------------------ */
.news_single_main {
  margin-top: 75px;
}
@media (max-width: 768px) {
  .news_single_main {
    margin-top: 32px;
  }
}

.news_single_main_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .news_single_main_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}

.news_single_main_article {
  width: 100%;
  max-width: 889px;
}

.news_article_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.news_article_date {
  font-size: 14px;
  font-weight: 700;
  color: #1C62D3;
}

.news_article_cat {
  font-size: 13px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: #5A5A5A;
  padding: 3px 24px;
}

.news_article_title {
  position: relative;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 700;
  color: #1C62D3;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #1C62D3;
  margin-top: 13px;
}
@media (max-width: 768px) {
  .news_article_title {
    font-size: 18px;
    padding: 4px 0 4px 20px;
  }
}

.news_article_content {
  line-height: 1.875;
  margin-top: 37px;
}
@media (max-width: 768px) {
  .news_article_content {
    margin-top: 20px;
  }
}

.news_article_images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .news_article_images {
    gap: 15px;
    margin-top: 20px;
  }
}

.news_article_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 453/302;
}

.news_article_image.news_article_vertical_image img {
  aspect-ratio: 453/500;
}

.news_article_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  .news_article_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    margin-top: 20px;
  }
}

.news_article_button {
  width: 100%;
  max-width: 220px;
}
@media (max-width: 768px) {
  .news_article_button {
    max-width: 210px;
  }
}

.news_article_button_previous {
  text-align: right;
}

.news_article_button_all {
  text-align: center;
}

.news_article_button a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 700;
  width: 100%;
  color: #fff;
  background-color: #1C62D3;
  border: 1px solid #1C62D3;
  padding: 13.5px 23px;
}

@media (min-width: 768px) {
  .news_article_button a:hover {
    color: #1C62D3;
    background-color: #fff;
  }
}

.news_article_button a span {
  position: relative;
  display: inline-block;
  width: 100%;
}

.news_article_button_previous a span {
  padding-left: 50px;
}

.news_article_button_previous a span::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 14px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_left_white.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .news_article_button_previous a:hover span::before {
    background: url(../images/common/icon_arrow_left_blue.png) no-repeat center center/contain;
  }
}

.news_article_button_next a span {
  padding-right: 50px;
}

.news_article_button_next a span::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 14px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .news_article_button_next a span::after {
    height: 10px;
  }
}

@media (min-width: 768px) {
  .news_article_button_next a:hover span::after {
    background: url(../images/common/icon_arrow_right_blue.png) no-repeat center center/contain;
  }
}

/* contact - contact_tel
------------------------------ */
.contact_tel {
  margin-top: 86px;
}
@media (max-width: 768px) {
  .contact_tel {
    margin-top: 50px;
  }
}

.contact_tel_text {
  margin-top: 65px;
}
@media (max-width: 768px) {
  .contact_tel_text {
    margin-top: 30px;
  }
}

.contact_tel_unit {
  width: 100%;
  max-width: 521px;
  background-color: #E2F2FF;
  padding: 46px 20px 41px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .contact_tel_unit {
    max-width: 320px;
    margin: 20px auto 0;
    padding: 20px 15px;
  }
}

.contact_tel_link {
  width: 100%;
  max-width: 280px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .contact_tel_link {
    max-width: 220px;
  }
}

.contact_tel_time {
  margin-top: 21px;
  text-align: center;
}
@media (max-width: 768px) {
  .contact_tel_time {
    margin-top: 5px;
  }
}

/* contact - contact_mail
------------------------------ */
.contact_mail {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .contact_mail {
    margin-top: 50px;
  }
}

.contact_mail_text {
  line-height: 2.1875;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .contact_mail_text {
    margin-top: 30px;
  }
}

.contact_mail_form {
  margin-top: 59px;
}
@media (max-width: 768px) {
  .contact_mail_form {
    margin-top: 20px;
  }
}

.footer.contact_footer {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .footer.contact_footer {
    margin-top: 50px;
    padding: 50px 0 0;
  }
}

@media (max-width: 768px) {
  .page_top.contact_page_top {
    bottom: 20px;
  }
}

/* form
------------------------------ */
.form_reserve_title {
  font-size: 26px;
  font-weight: 700;
  color: #1C62D3;
}
@media (max-width: 768px) {
  .form_reserve_title {
    font-size: 18px;
  }
}

.form_customer {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .form_customer {
    margin-top: 20px;
  }
}

.form_customer_title {
  font-size: 26px;
  font-weight: 700;
  color: #1C62D3;
}
@media (max-width: 768px) {
  .form_customer_title {
    font-size: 18px;
  }
}

.form_row {
  display: grid;
  grid-template-columns: clamp(240px, 26.2vw, 393px) 1fr;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .form_row {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }
}

.form_title {
  position: relative;
  font-weight: 700;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  color: #fff;
  background-color: #1C62D3;
  padding: 25px 29px;
}
@media (max-width: 768px) {
  .form_title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 15px;
  }
}

.form_title:nth-of-type(n + 2) {
  border-top: 1px solid #fff;
}

.form_title.form_title_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form_title_must,
.form_title_any {
  font-size: 14px;
  line-height: 100%;
  color: #1C62D3;
  background-color: #fff;
  width: 100%;
  max-width: 60px;
  text-align: center;
  border-radius: 30px;
  padding: 5px 5px;
  margin-top: 3px;
}
@media (max-width: 768px) {
  .form_title_must,
  .form_title_any {
    font-size: 13px;
    padding: 2px 5px;
  }
}

.form_input {
  letter-spacing: 0;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E2F2FF;
  padding: 12px 34px;
}
@media (max-width: 768px) {
  .form_input {
    padding: 15px 15px;
  }
}

.form_input:nth-of-type(n+2) {
  border-top: 1px solid #fff;
}

.form_input_example {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #999999;
  margin-top: 1px;
}

.form_input_textarea_wrapper {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .form_input_textarea_wrapper {
    margin-top: 20px;
  }
}

.form_input_textarea_title {
  font-size: 20px;
  font-weight: 700;
  color: #1C62D3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media (max-width: 768px) {
  .form_input_textarea_title {
    font-size: 16px;
  }
}

.form_input_textarea_title span {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #1C62D3;
  white-space: nowrap;
  border-radius: 30px;
  padding: 3px 16px;
}
@media (max-width: 768px) {
  .form_input_textarea_title span {
    font-size: 13px;
  }
}

.form_input_textarea {
  margin-top: 23px;
}

.form_input_request {
  padding: 25px 24px;
}

.form_input_about {
  padding: 19px 24px 23px;
}

.form_input_years {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 9px;
}

.form_input input[type=text],
.form_input input[type=tel],
.form_input input[type=email] {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  padding: 12.5px 15px;
}
@media (max-width: 768px) {
  .form_input input[type=text],
  .form_input input[type=tel],
  .form_input input[type=email] {
    padding: 6px 10px;
  }
}

.form_input_years input[type=text] {
  max-width: 55px;
}

.form_input_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 56px;
}

.form_input_name_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 23px;
  width: 100%;
}

.form_address_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 30px;
}

.form_input_select_main {
  margin-top: 32px;
}

.form_input_select_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.form_input_select_wrapper + .form_input_select_wrapper {
  margin-top: 20px;
}

.form_input_select_title {
  font-size: 17px;
  font-weight: 700;
  color: #1C62D3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media (max-width: 768px) {
  .form_input_select_title {
    font-size: 15px;
  }
}

.form_input_select_title span {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #1C62D3;
  white-space: nowrap;
  border-radius: 30px;
  padding: 2px 10px;
}
@media (max-width: 768px) {
  .form_input_select_title span {
    font-size: 13px;
  }
}

.form_input_select {
  margin-top: 5px;
}

.form_input_select select {
  background-color: #fff;
  padding: 10px 10px;
}

.form_input_select_lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 20px;
}
@media (max-width: 768px) {
  .form_input_select_lists {
    grid-template-columns: 1fr;
  }
}

.form_input_select_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.form_input_select_list_title {
  font-size: 15px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
  width: calc(100% - 50px);
}
@media (max-width: 768px) {
  .form_input_select_list_title {
    font-size: 15px;
  }
}

.form_input_select_list_title span {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  background-color: #1C62D3;
  white-space: nowrap;
  border-radius: 30px;
  padding: 2px 10px;
}
@media (max-width: 768px) {
  .form_input_select_list_title span {
    font-size: 13px;
  }
}

.form_input_select_list_select {
  background-color: #fff;
  padding: 3px 10px;
}

.form_input_select_calendar_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .form_input_select_calendar_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form_input_select_calendar {
  background-color: #fff;
  padding: 5px 10px;
  margin-top: 5px;
}

.form_input_select_calendar_title {
  font-size: 17px;
  font-weight: 700;
  color: #1C62D3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media (max-width: 768px) {
  .form_input_select_calendar_title {
    font-size: 15px;
  }
}

.form_input_select_calendar_title span {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #1C62D3;
  white-space: nowrap;
  border-radius: 30px;
  padding: 2px 10px;
}
@media (max-width: 768px) {
  .form_input_select_calendar_title span {
    font-size: 13px;
  }
}

.form_input_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 12px;
}

.form_input_post_mark {
  font-weight: 700;
  color: #000;
}

.form_input .form_input_post input[type=text] {
  width: 100%;
  max-width: 280px;
}

.form_input_prefectures_wrapper {
  position: relative;
  color: #000;
  background-color: #fff;
  width: 237px;
  max-width: 100%;
}

.form_input_prefectures_wrapper::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form_input_prefectures {
  width: 100%;
  height: 100%;
  padding: 7.5px 15px;
}

.form_input_address {
  margin-top: 17px;
}

.form_input_textarea textarea {
  width: 100% !important;
  max-width: 100%;
  height: 239px !important;
  padding: 10px 15px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .form_input_textarea textarea {
    height: 150px !important;
  }
}

.form_input_text {
  position: relative;
  display: inline-block;
  font-size: 15px;
  padding-left: 15px;
}

.form_input_text::before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}

.form_radio {
  padding: 19px 34px 24px;
}
@media (max-width: 768px) {
  .form_radio {
    padding: 20px 15px;
  }
}

.form_radio_buttons {
  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;
  height: 100%;
  gap: 10px 48px;
}
@media (max-width: 768px) {
  .form_radio_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.form_radio_button input[type=radio] {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 37px;
  height: 37px;
  max-width: 100%;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width: 768px) {
  .form_radio_button input[type=radio] {
    width: 30px;
    height: 30px;
  }
}

.form_radio_button input[type=radio]:before {
  position: absolute;
  content: "";
  width: 18.5px;
  height: 18.5px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0) translate(-50%, -50%);
          transform: scale(0) translate(-50%, -50%);
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}
@media (max-width: 768px) {
  .form_radio_button input[type=radio]:before {
    width: 15px;
    height: 15px;
  }
}

.form_radio_button input[type=radio]:checked:before {
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
  background-color: #1C62D3;
}

.form_radio_button label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}

.form .mfp_err {
  display: none;
}

.form_file .mfp_element_file {
  font-size: 14px;
  max-width: 100%;
  padding: 7px 8px;
}

.form_privacy {
  height: 189px;
  overflow: scroll;
  background-color: #E2F2FF;
  padding: 33px 41px;
  margin-top: 59px;
}
@media (max-width: 768px) {
  .form_privacy {
    height: 150px;
    padding: 15px 20px;
    margin-top: 15px;
  }
}

.form_privacy_title {
  font-size: 20px;
  font-weight: 700;
  color: #1C62D3;
}
@media (max-width: 768px) {
  .form_privacy_title {
    font-size: 16px;
  }
}

.form_privacy_text {
  line-height: 180%;
  margin-top: 33px;
}
@media (max-width: 768px) {
  .form_privacy_text {
    margin-top: 10px;
  }
}

.form_privacy_text p + p {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .form_privacy_text p + p {
    margin-top: 10px;
  }
}

.form_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}

.form_checkbox_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 32px;
}

.form_checkbox_confirmation {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  margin-top: 69px;
}
@media (max-width: 768px) {
  .form_checkbox_confirmation {
    margin-top: 20px;
  }
}

.form_checkbox_label.form_checkbox_label_none {
  display: none;
}

.form_checkbox_parts {
  position: relative;
  display: inline-block;
  padding-left: 36px;
}

.form_checkbox_parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 22px;
  height: 22px;
  border: none;
  background-color: #7E7E7E;
}

.form_checkbox_input {
  display: none;
}

.form_checkbox_input:checked + .form_checkbox_parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  width: 9px;
  height: 17px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-bottom: 3px solid #1C62D3;
  border-right: 3px solid #1C62D3;
}

.checkbox_err .mfp_err {
  width: 228px;
  max-width: 100%;
  margin: auto;
  padding: 5px 0;
}

.form_btn {
  position: relative;
  width: 100%;
  max-width: 280px;
  margin: 80px auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .form_btn {
    max-width: 263px;
    margin: 20px auto 0;
  }
}

.form_btn::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 28px;
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .form_btn:hover::before {
    background: url(../images/common/icon_arrow_right_blue.png) no-repeat center center/contain;
  }
}

.form_btn button {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.02em;
  width: 100%;
  max-width: 280px;
  color: #fff;
  background-color: #1C62D3;
  border: 1px solid #1C62D3;
  text-align: left;
  padding: 27px 40px 27px 23px;
}
@media (max-width: 768px) {
  .form_btn button {
    max-width: 263px;
    padding: 19px 40px 20px 23px;
  }
}

@media (min-width: 768px) {
  .form_btn:hover button {
    color: #1C62D3;
    background-color: #fff;
  }
}

.mfp_element_button {
  background-color: #1C62D3;
}

.form_main_title {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .form_main_title {
    font-size: clamp(18px, 1.3333333333vw, 20px);
  }
}

.form_guest {
  margin-top: 34px;
}

.form_wish_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 24px;
}
@media (max-width: 768px) {
  .form_wish_lists {
    gap: 10px;
  }
}

.form_wish_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  line-height: 120%;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .form_wish_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
  }
}

.form_wish_list_title {
  white-space: nowrap;
}

.form_wish_list_input {
  position: relative;
  width: 100%;
  max-width: 272px;
}

.form_wish_list_input select {
  font-size: 14px;
  letter-spacing: 0.05em;
  width: 100%;
  border: 1px solid #CDCDCD;
  padding: 8px 40px 5px 9px;
}

.form_tel_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 8px;
}

.form_tel_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .form_tel_unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
  }
}

.form_tel_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.form_tel_text span {
  display: inline-block;
  color: #fff;
  background-color: #1C62D3;
  font-size: 12px;
  line-height: 110%;
  width: 100%;
  max-width: 45px;
  min-width: 45px;
  text-align: center;
  border-radius: 50px;
  padding: 3px;
}
@media (max-width: 768px) {
  .form_tel_text span {
    font-size: 12px;
    max-width: 40px;
    padding: 3px 5px;
    margin-top: 2px;
  }
}

.form_tel_unit input[type=tel] {
  max-width: 200px;
  padding: 1px 15px;
}

.form_mail_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .form_mail_unit {
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
}

.form_mail_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 172px;
  white-space: nowrap;
}

.form_mail_text span {
  display: inline-block;
  color: #fff;
  background-color: #1C62D3;
  font-size: 15px;
  line-height: 100%;
  width: 100%;
  max-width: 50px;
  text-align: center;
  border-radius: 50px;
  padding: 4px;
}
@media (max-width: 768px) {
  .form_mail_text span {
    font-size: 12px;
    max-width: 40px;
    padding: 3px 5px;
    margin-top: 2px;
  }
}

.form_guest_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px 24px;
  line-height: 120%;
}

.form_guest_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  letter-spacing: 0.05em;
  gap: 5px 10px;
}

.form_guest_list_land_area {
  max-width: 300px;
}

.form_guest_list_building_area {
  max-width: 300px;
}

.form_guest_list_building_type {
  max-width: 372px;
}

.form_guest_list_building_structure {
  max-width: 372px;
}

.form_guest_list_when_built {
  max-width: 455px;
}

.form_guest_list input[type=text] {
  max-width: 200px;
  padding: 6px 15px;
}

.form_guest_list_select {
  position: relative;
  width: 100%;
  max-width: 272px;
}

.form_guest_list select {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.05em;
  width: 100%;
  border: 1px solid #CDCDCD;
  padding: 9px 21px 4px 9px;
}

/* contact_thanks_main
------------------------------ */
.contact_thanks_main {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .contact_thanks_main {
    margin-top: 50px;
  }
}

.contact_thanks_main_text {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .contact_thanks_main_text {
    margin-top: 20px;
  }
}

.contact_thanks_main_btn {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .contact_thanks_main_btn {
    margin-top: 20px;
  }
}

/* 404
------------------------------ */
.not_found {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .not_found {
    margin-top: 50px;
  }
}

.not_found_text {
  text-align: center;
}

.not_found_btn {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .not_found_btn {
    margin-top: 30px;
  }
}

.other-page_cta01 {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .other-page_cta01 {
    margin-top: 50px;
  }
}

/* footer
------------------------------ */
.footer {
  padding-top: 129px;
  background-color: #F3F3F3;
}
@media (max-width: 768px) {
  .footer {
    padding: 50px 0 200px;
  }
}

.footer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .footer_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer_info {
  width: 100%;
  max-width: 450px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .footer_info {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.footer_logo {
  width: 100%;
  max-width: 375px;
}
@media (max-width: 768px) {
  .footer_logo {
    max-width: 260px;
  }
}

.footer_title {
  font-size: clamp(15px, 1.4666666667vw, 22px);
  font-weight: 700;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .footer_title {
    font-size: 15px;
    margin-top: 10px;
  }
}

.footer_address {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .footer_address {
    font-size: 13px;
    margin-top: 10px;
  }
}

.footer_tel {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .footer_tel {
    font-size: 13px;
    margin-top: 5px;
  }
}

.footer_menu {
  width: 100%;
  max-width: 667px;
  margin-top: 8px;
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}
@media (max-width: 768px) {
  .footer_menu {
    max-width: 260px;
    margin-top: 0;
  }
}

.footer_lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 21px;
}
@media (max-width: 768px) {
  .footer_lists {
    display: none;
  }
}

.footer_list_parent_item + .footer_list_parent_item {
  margin-top: 15px;
}

.footer_list_parent_item_link {
  position: relative;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 700;
}

@media (min-width: 768px) {
  .footer_list_parent_item_link:hover {
    color: #1C62D3;
  }
}

.footer_list_parent_item_link::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background-color: #1C62D3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .footer_list_parent_item_link:hover::after {
    width: 100%;
  }
}

.footer_list_child {
  margin-top: 15px;
  padding-left: clamp(15px, 2vw, 30px);
}

.footer_list_child_item + .footer_list_child_item {
  margin-top: 16px;
}

.footer_list_child_item_link {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #1C62D3;
}

@media (min-width: 768px) {
  .footer_list_child_item_link:hover {
    color: #000;
  }
}

.footer_list_child_item_link::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .footer_list_child_item_link:hover::after {
    width: 100%;
  }
}

.footer_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(15px, 1.3333333333vw, 20px);
  margin-top: 61px;
}
@media (max-width: 768px) {
  .footer_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}

.footer_button {
  width: 100%;
  max-width: 323px;
}
@media (max-width: 768px) {
  .footer_button {
    max-width: 260px;
  }
}

.footer_button a {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(14px, 1.0666666667vw, 16px);
  font-weight: 700;
  letter-spacing: 0.05em;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #1C62D3;
  border: 1px solid #1C62D3;
  padding: clamp(15px, 1.7333333333vw, 26px) clamp(15px, 1.6vw, 24px) clamp(15px, 1.9333333333vw, 29px) clamp(15px, 1.8vw, 27px);
}

@media (min-width: 768px) {
  .footer_button a:hover {
    color: #1C62D3;
    background-color: #fff;
  }
}

.footer_button a span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 15px;
}

.footer_button a span::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 20px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .footer_button a:hover span::after {
    background: url(../images/common/icon_arrow_right_blue.png) no-repeat center center/contain;
  }
}

.footer_copyright {
  text-align: center;
  color: #fff;
  background-color: #5A5A5A;
  margin-top: 130px;
  padding: 29px 20px 38px;
}
@media (max-width: 768px) {
  .footer_copyright {
    margin: 20px auto 0;
  }
}

.footer_copyright small {
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 400;
}

/* page_top
------------------------------ */
.page_top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #1C62D3;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .page_top {
    right: 16px;
    bottom: 115px;
  }
}

@media (min-width: 768px) {
  .page_top:hover {
    color: #1C62D3;
    background-color: #fff;
  }
}

.page_top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(-50%) rotate(-45deg);
          transform: translate(-50%) rotate(-45deg);
}

@media (min-width: 768px) {
  .page_top:hover::before {
    border-color: #1C62D3;
  }
}

/* foot_menu
------------------------------ */
.foot_menu {
  display: none;
  position: fixed;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  z-index: 10;
  -webkit-box-shadow: 0px -3px 5px rgba(255, 255, 255, 0.5);
          box-shadow: 0px -3px 5px rgba(255, 255, 255, 0.5);
  background-color: #fff;
}
@media (max-width: 768px) {
  .foot_menu {
    display: block;
  }
}

.foot_menu_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.foot_menu_corporate {
  width: 50%;
}

.foot_menu_corporate a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  font-size: 14px;
  letter-spacing: 0.11em;
  font-weight: 700;
  width: 100%;
  height: 100%;
  color: #1C62D3;
  background-color: #fff;
  text-align: center;
  padding: 9px 5px 9px;
}

.foot_menu_corporate_logo {
  max-width: 160px;
  margin-inline: auto;
}

.foot_menu_reserve {
  width: 50%;
}

.foot_menu_reserve a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: 700;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #1C62D3;
  text-align: center;
  padding: 40px 5px 9px;
}

.foot_menu_reserve a::before {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  top: 11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/common/icon_reserve_white.png) no-repeat center center/contain;
}