@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Marcellus&family=Noto+Sans+JP:wght@100..900&display=swap");
/* Optima Bold */
@font-face {
  font-family: "Optima";
  src: url("../font/optima-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.optima {
  font-family: "Optima", serif;
  font-weight: 700;
}

.marcellus {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
  -webkit-scroll-padding-top: 140px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 100px;
    -webkit-scroll-padding-top: 100px;
  }
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.pc_layout {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_layout {
    display: none !important;
  }
}

.sp_layout {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_layout {
    display: block !important;
  }
}

#topPage {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #topPage {
    font-size: 14px;
  }
}
#topPage .top_header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(246, 247, 247, 0.95);
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
body.is-drawer-open #topPage .top_header {
  background-color: #fff;
}
#topPage .top_header .header_inner {
  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;
  padding: 20px min(4vw, 40px);
  gap: 5px;
}
@media screen and (max-width: 1600px) {
  #topPage .top_header .header_inner {
    padding: 20px min(2vw, 20px);
  }
}
@media screen and (max-width: 800px) {
  #topPage .top_header .header_inner {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  #topPage .top_header .header_inner {
    height: 54px;
    gap: 0;
  }
}
#topPage .top_header .hamburger {
  width: 32px;
  height: 17px;
  background: none;
  border: none;
  position: relative;
  z-index: 101;
  cursor: pointer;
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  #topPage .top_header .hamburger {
    display: block;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-right: 8px;
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
#topPage .top_header .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #989898;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#topPage .top_header .hamburger span:nth-child(1) {
  top: 0;
}
#topPage .top_header .hamburger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#topPage .top_header .hamburger span:nth-child(3) {
  bottom: 0;
  width: 50%;
}
#topPage .top_header .hamburger.is-active span {
  background-color: #d12220;
}
#topPage .top_header .hamburger.is-active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#topPage .top_header .hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
#topPage .top_header .hamburger.is-active span:nth-child(3) {
  width: 100%;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
#topPage .top_header .logo_block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #topPage .top_header .logo_block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
}
#topPage .top_header .logo_block .catchphrase {
  font-size: clamp(15px, 1.25vw, 24px);
  color: #000;
  margin-bottom: 2px;
  font-weight: 500;
}
@media screen and (max-width: 1600px) {
  #topPage .top_header .logo_block .catchphrase {
    font-size: clamp(10px, 1vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  #topPage .top_header .logo_block .catchphrase {
    font-size: 10px;
    margin-bottom: 0;
    text-align: left;
  }
}
#topPage .top_header .logo_block .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #topPage .top_header .logo_block .logo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }
}
#topPage .top_header .logo_block .logo .en {
  color: #d12220;
  font-size: clamp(37px, 3.02vw, 58px);
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1600px) {
  #topPage .top_header .logo_block .logo .en {
    font-size: clamp(26px, 2vw, 58px);
  }
}
@media screen and (max-width: 768px) {
  #topPage .top_header .logo_block .logo .en {
    font-size: min(6vw, 25px);
  }
}
#topPage .top_header .logo_block .logo .ja {
  font-size: clamp(8px, 0.83vw, 16px);
  color: #555;
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
  padding: clamp(6px, 0.52vw, 10px) 0;
  line-height: 1;
  position: relative;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
@media screen and (max-width: 1450px) {
  #topPage .top_header .logo_block .logo .ja {
    padding: clamp(5px, 0.35vw, 10px) 0;
  }
}
@media screen and (max-width: 768px) {
  #topPage .top_header .logo_block .logo .ja {
    font-size: 7px;
    padding: 3px 0;
    border-width: 1px;
  }
}
#topPage .top_header .logo_block .logo .ja:before, #topPage .top_header .logo_block .logo .ja:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #d12220;
}
@media screen and (max-width: 768px) {
  #topPage .top_header .logo_block .logo .ja:before, #topPage .top_header .logo_block .logo .ja:after {
    height: 1px;
    width: 4px;
  }
}
#topPage .top_header .logo_block .logo .ja:before {
  top: -2px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #topPage .top_header .logo_block .logo .ja:before {
    top: -1px;
  }
}
#topPage .top_header .logo_block .logo .ja:after {
  bottom: -2px;
  right: 0;
}
@media screen and (max-width: 768px) {
  #topPage .top_header .logo_block .logo .ja:after {
    bottom: -1px;
  }
}
#topPage .top_header .gnav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 20px 0 auto;
}
@media screen and (max-width: 1100px) {
  #topPage .top_header .gnav {
    display: none;
  }
}
#topPage .top_header .gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: min(1.26vw, 25px);
}
#topPage .top_header .gnav ul li a {
  font-size: clamp(12px, 0.94vw, 18px);
  font-weight: 500;
  color: #000;
  border-bottom: 1px solid #989898;
  padding-bottom: 10px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#topPage .top_header .gnav ul li a:hover {
  color: #d12220;
  border-bottom-color: #d12220;
}
#topPage .top_header .action_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  #topPage .top_header .action_block {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    gap: 6px;
    margin-right: 10px;
    margin-top: 7px;
    margin-bottom: 10px;
  }
}
#topPage .top_header .action_block .btn {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: clamp(58px, 4.69vw, 90px);
  height: clamp(58px, 4.69vw, 90px);
  font-size: clamp(8px, 0.68vw, 13px);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #topPage .top_header .action_block .btn {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    font-size: 6px;
  }
}
#topPage .top_header .action_block .btn.btn_reserve {
  background-color: #f29e00;
  border: 1px solid #f29e00;
}
#topPage .top_header .action_block .btn.btn_reserve:hover {
  background: #fff;
  color: #f29e00;
  opacity: 1;
}
#topPage .top_header .action_block .btn.btn_reserve:hover img {
  -webkit-filter: none;
          filter: none;
}
#topPage .top_header .action_block .btn.btn_contact {
  background-color: #d12220;
  border: 1px solid #d12220;
}
#topPage .top_header .action_block .btn.btn_contact:hover {
  background: #fff;
  color: #d12220;
  opacity: 1;
}
#topPage .top_header .action_block .btn.btn_contact:hover img {
  -webkit-filter: none;
          filter: none;
}
#topPage .top_header .action_block .btn .icon {
  width: clamp(32px, 2.6vw, 50px);
  height: clamp(22px, 1.82vw, 35px);
  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;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #topPage .top_header .action_block .btn .icon {
    width: 22px;
    height: 16px;
    margin-bottom: 3.5px;
  }
}
#topPage .top_header .action_block .btn .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  #topPage .top_header .action_block .btn .text {
    font-size: 6px;
    line-height: 1;
  }
}
#topPage .top_header .contact_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #topPage .top_header .contact_block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 8px 10px;
    gap: 15px;
    background-color: rgba(246, 247, 247, 0.95);
    position: fixed;
    top: 54px;
  }
  body.is-drawer-open #topPage .top_header .contact_block {
    display: none;
  }
}
#topPage .top_header .contact_block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #000;
}
#topPage .top_header .contact_block a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(26px, 2.08vw, 40px);
  height: clamp(26px, 2.08vw, 40px);
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  #topPage .top_header .contact_block a .icon {
    width: 22px;
    height: 22px;
  }
}
#topPage .top_header .contact_block a .icon.black {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
#topPage .top_header .contact_block a .icon.border {
  border: 1px solid #000;
  background-color: #fff;
}
#topPage .top_header .contact_block a .icon img {
  width: 60%;
  height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  #topPage .top_header .contact_block a .icon img {
    width: 70%;
    height: 70%;
  }
}
#topPage .top_header .contact_block a .number {
  font-size: clamp(27px, 2.19vw, 42px);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1600px) {
  #topPage .top_header .contact_block a .number {
    font-size: clamp(20px, 1.5vw, 42px);
  }
}
@media screen and (max-width: 768px) {
  #topPage .top_header .contact_block a .number {
    font-size: 18px;
    font-weight: bold;
  }
}
#topPage .top_header .contact_block a .address {
  font-size: clamp(15px, 1.25vw, 24px);
  white-space: nowrap;
}
@media screen and (max-width: 1600px) {
  #topPage .top_header .contact_block a .address {
    font-size: clamp(12px, 1vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  #topPage .top_header .contact_block a .address {
    font-size: 14px;
  }
}
#topPage .top_header .contact_block a:hover .icon.black {
  background-color: #fff;
  color: #000;
}
#topPage .top_header .contact_block a:hover .icon.black img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
#topPage .top_header .contact_block a:hover .icon.border {
  background-color: #000;
}
#topPage .top_header .contact_block a:hover .icon.border img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#topPage .top_header .sp_drawer_menu {
  position: fixed;
  top: 54px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f5f5f5;
  z-index: 100;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}
@media screen and (max-width: 1100px) {
  #topPage .top_header .sp_drawer_menu {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #topPage .top_header .sp_drawer_menu {
    top: 102px;
  }
}
#topPage .top_header .sp_drawer_menu.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding-bottom: 120px;
}
#topPage .top_header .sp_drawer_menu .drawer_inner {
  padding: 10px 15px;
}
#topPage .top_header .sp_drawer_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#topPage .top_header .sp_drawer_menu ul li.no_child a::after {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  background: url("../img/top/top_btn_arrow.svg") no-repeat;
  background-size: contain;
  margin-left: auto;
}
#topPage .top_header .sp_drawer_menu .drawer_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7.5px 10px 7.5px 0;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #cccccc;
}
#topPage .top_header .sp_drawer_menu .drawer_link::before {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  background-color: #d12220;
  clip-path: polygon(0 0, 100% 0, 35% 100%, 0 100%);
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#topPage .top_header .sp_drawer_menu .icon_plus {
  position: relative;
  width: 12px;
  height: 12px;
  margin-left: auto;
}
#topPage .top_header .sp_drawer_menu .icon_plus::before, #topPage .top_header .sp_drawer_menu .icon_plus::after {
  content: "";
  position: absolute;
  background-color: #d12220;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#topPage .top_header .sp_drawer_menu .icon_plus::before {
  width: 100%;
  height: 2px;
}
#topPage .top_header .sp_drawer_menu .icon_plus::after {
  width: 2px;
  height: 100%;
}
#topPage .top_header .sp_drawer_menu .icon_plus.is-open::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
#topPage .top_header .sp_drawer_menu .icon_arrow_right {
  width: 12px;
  height: 12px;
  border-top: 2px solid #d12220;
  border-right: 2px solid #d12220;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: auto;
  margin-right: 4px;
}
#topPage .top_header .sp_drawer_menu .drawer_sub_list {
  display: none;
  background-color: #fff;
  padding: 0 20px 15px 20px;
  margin: 13px 0;
}
#topPage .top_header .sp_drawer_menu .drawer_sub_list li:first-child {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  font-weight: 700;
}
#topPage .top_header .sp_drawer_menu .drawer_sub_list .drawer_sub_link {
  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;
  padding: 10px 0;
  color: #000;
  text-decoration: none;
}
#topPage .top_header .sp_drawer_menu .drawer_sub_list .drawer_sub_link::after {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  background: url("../img/top/top_btn_arrow.svg") no-repeat;
  background-size: contain;
  margin-right: 5px;
}
#topPage .main_visual {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 192/100;
}
@media screen and (max-width: 768px) {
  #topPage .main_visual {
    height: 430px;
    min-height: auto;
  }
}
#topPage .main_visual .slider {
  margin: 0;
  padding: 0;
  list-style: none;
}
#topPage .main_visual .slider .slide {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 192/100;
}
@media screen and (max-width: 768px) {
  #topPage .main_visual .slider .slide {
    height: 430px;
    min-height: auto;
  }
}
#topPage .main_visual .slider .slide .slide_text_inner {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
#topPage .main_visual .slider .slide .slide_text {
  position: absolute;
  color: #fff;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}
#topPage .main_visual .slider .slide .slide_text h2 {
  font-size: clamp(58px, 4.69vw, 90px);
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #topPage .main_visual .slider .slide .slide_text h2 {
    font-size: min(7.125vw, 28px);
  }
}
#topPage .main_visual .slider .slide .slide_text.pos-center-right {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 50px;
  text-align: right;
}
#topPage .main_visual .slider .slide .slide_text.pos-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #topPage .main_visual .slider .slide .slide_text.pos-center {
    width: 92%;
  }
}
#topPage .main_visual .slider .slide .slide_text.pos-center-top {
  top: 230px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #topPage .main_visual .slider .slide .slide_text.pos-center-top {
    width: 92%;
  }
}
#topPage .main_visual .slider .slide .slide_text.pos-left {
  top: 230px;
  left: 80px;
  text-align: left;
}
#topPage .main_visual .slider .slide .slide_text.pos-right {
  top: 230px;
  right: 80px;
  text-align: left;
}
#topPage .main_visual .slider .slide .slide_text.pos-right h2 {
  text-indent: 3.75em;
  margin-left: -3.75em;
}
@media screen and (max-width: 768px) {
  #topPage .main_visual .slider .slide .slide_text {
    top: auto !important;
    bottom: 80px !important;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    width: 92%;
  }
}
#topPage .main_visual .slider .slide .slide_bottom_text {
  position: absolute;
  color: #fff;
  text-shadow: 2px 3px 4px rgb(0, 0, 0);
  font-size: 14px;
  font-weight: bold;
  left: 50px;
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  #topPage .main_visual .slider .slide .slide_bottom_text {
    font-size: 12px;
    left: 10px;
    bottom: 5px;
    width: 90%;
  }
}
#topPage .main_visual .indicator_wrapper {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
#topPage .main_visual .indicator_wrapper .indicator_inner {
  position: absolute;
  bottom: 40px;
  right: 100px;
  z-index: 10;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  #topPage .main_visual .indicator_wrapper .indicator_inner {
    bottom: 40px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#topPage .main_visual .indicator_wrapper .indicator_inner #custom-dots ul.slick-dots {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #topPage .main_visual .indicator_wrapper .indicator_inner #custom-dots ul.slick-dots {
    gap: 6px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#topPage .main_visual .indicator_wrapper .indicator_inner #custom-dots ul.slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}
#topPage .main_visual .indicator_wrapper .indicator_inner #custom-dots ul.slick-dots li .custom-dot {
  display: block;
  width: 60px;
  height: 12px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #topPage .main_visual .indicator_wrapper .indicator_inner #custom-dots ul.slick-dots li .custom-dot {
    width: 12px;
    height: 12px;
  }
}
#topPage .main_visual .indicator_wrapper .indicator_inner #custom-dots ul.slick-dots li.slick-active .custom-dot {
  background-color: #d12220;
}
#topPage .scroll_area {
  background-color: #fff0e2;
  text-align: center;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  #topPage .scroll_area {
    padding: 10px 0;
  }
}
#topPage .scroll_area p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #topPage .scroll_area p {
    font-size: 11px;
    margin-bottom: 8px;
  }
}
#topPage .scroll_area .arrow {
  display: block;
  width: 16px;
  height: 16px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #topPage .scroll_area .arrow {
    width: 12px;
    height: 12px;
  }
}
#topPage .main_content_wrapper {
  background-color: #fff0e2;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
#topPage .bg_white_area {
  position: relative;
  width: 100%;
}
#topPage .bg_white_area::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: max(0px, (100vw - 1366px) / 2 - 100px);
  background-color: #fff;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  -webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.16);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #topPage .bg_white_area::before {
    left: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    -webkit-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.16);
  }
}
#topPage .bg_white_area.left::before {
  left: 0;
  right: max(0px, (100vw - 1366px) / 2 - 100px);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
@media screen and (max-width: 768px) {
  #topPage .bg_white_area.left::before {
    right: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
#topPage .bg_white_area.center::before {
  left: max(0px, (100vw - 1366px) / 2 - 100px);
  right: max(0px, (100vw - 1366px) / 2 - 100px);
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  #topPage .bg_white_area.center::before {
    left: 0;
    right: 0;
    border-radius: 30px;
  }
}
#topPage .bg_white_area.access::before {
  left: 0;
  right: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
@media screen and (max-width: 768px) {
  #topPage .bg_white_area.access::before {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
#topPage .container_inner {
  position: relative;
  z-index: 1;
  max-width: 1366px;
  margin: 0 auto 100px;
  width: 90%;
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  #topPage .container_inner {
    padding: 50px 0;
    margin: 0 auto 50px;
  }
}
#topPage .container_inner .desc_text {
  line-height: 1.8;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  #topPage .container_inner .desc_text {
    margin-bottom: 25px;
  }
}
#topPage .section_intro {
  text-align: center;
  margin-bottom: 45px;
}
#topPage .section_intro .en_catch {
  font-family: "Optima", serif;
  color: #d12220;
  font-size: clamp(35px, 2.81vw, 54px);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #topPage .section_intro .en_catch {
    font-size: 32px;
  }
}
#topPage .section_intro .deco_line {
  width: 32px;
  height: 4px;
  margin: 10px auto 30px;
  background: -webkit-gradient(linear, left top, right top, from(#d12220), color-stop(25%, #d12220), color-stop(25%, #7e7e7e), to(#7e7e7e));
  background: linear-gradient(to right, #d12220 0%, #d12220 25%, #7e7e7e 25%, #7e7e7e 100%);
}
@media screen and (max-width: 768px) {
  #topPage .section_intro .deco_line {
    margin: 10px auto 15px;
  }
}
#topPage .section_intro .ja_catch {
  font-size: clamp(39px, 3.12vw, 60px);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #topPage .section_intro .ja_catch {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
#topPage .section_intro .intro_text {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #topPage .section_intro .intro_text {
    font-size: 14px;
    text-align: left;
  }
}
#topPage .card .card_img {
  position: relative;
}
@media screen and (max-width: 768px) {
  #topPage .card .card_img {
    margin-bottom: 5px;
  }
}
#topPage .card .card_img img {
  width: 100%;
  height: auto;
}
#topPage .card .card_img .card_bottom_text {
  position: absolute;
  color: #fff;
  text-shadow: 2px 3px 4px rgb(0, 0, 0);
  font-size: 14px;
  font-weight: bold;
  left: 20px;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  #topPage .card .card_img .card_bottom_text {
    font-size: 12px;
    left: 10px;
    bottom: 10px;
  }
}
#topPage .card .card_title {
  font-size: clamp(13px, 1.04vw, 20px);
  font-weight: 500;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #topPage .card .card_title {
    font-size: 16px;
  }
}
#topPage .card .card_title::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 20px;
  background-color: #d12220;
  clip-path: polygon(0 0, 100% 0, 35% 100%, 0 100%);
  margin-right: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #topPage .card .card_title::before {
    width: 14px;
    height: 18px;
  }
}
#topPage .card .card_text {
  line-height: 1.6;
}
#topPage .title_bar_right {
  position: relative;
  background-color: #d12220;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  margin-bottom: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #topPage .title_bar_right {
    height: 30px;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 10px;
  }
}
#topPage .title_bar_right::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  width: 70px;
  background-color: #f29e00;
  -webkit-transform: skewX(-32deg);
          transform: skewX(-32deg);
}
@media screen and (max-width: 768px) {
  #topPage .title_bar_right::before {
    right: -10px;
    width: 42px;
  }
}
#topPage .title_bar_right .title_text {
  color: #fff;
  font-style: italic;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: clamp(31px, 2.5vw, 48px);
  padding-left: 20px;
  line-height: 1;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  #topPage .title_bar_right .title_text {
    font-size: 24px;
  }
}
#topPage .section_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 50px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #topPage .section_header {
    -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: 15px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}
#topPage .section_header .main_title {
  font-size: clamp(42px, 3.44vw, 66px);
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #topPage .section_header .main_title {
    font-size: 30px;
  }
}
#topPage .section_header .sub_title {
  font-size: clamp(31px, 2.5vw, 48px);
  font-weight: 500;
  color: #d12220;
}
@media screen and (max-width: 768px) {
  #topPage .section_header .sub_title {
    font-size: 23px;
  }
}
#topPage .gallery_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5%;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #topPage .gallery_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
}
#topPage .gallery_area.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  #topPage .gallery_area.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#topPage .gallery_area.left .gallery_main .img_wrapper img {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
}
#topPage .gallery_area figcaption {
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  #topPage .gallery_area .align-pc-right {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  #topPage .gallery_area .align-pc-right {
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  #topPage .gallery_area .gallery_main {
    width: 53%;
  }
}
@media screen and (min-width: 769px) {
  #topPage .gallery_area .gallery_main .img_wrapper {
    height: 625px;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  #topPage .gallery_area .gallery_main .img_wrapper img {
    position: absolute;
    width: 53vw;
    max-width: 1000px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    bottom: 0;
  }
}
#topPage .gallery_area .gallery_sub {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#topPage .gallery_area .gallery_sub .sub_item_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#topPage .gallery_area .gallery_sub .sub_item {
  width: 57%;
}
@media screen and (min-width: 769px) {
  #topPage .gallery_area .gallery_sub .sub_item .img_wrapper {
    height: 250px;
  }
}
#topPage .gallery_area .gallery_sub .sub_item .img_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#topPage .gallery_area .gallery_sub .item_f {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  #topPage .gallery_area .gallery_sub .item_f figcaption.w80 {
    width: 80px;
  }
}
#topPage .gallery_area .gallery_sub .item_e {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: -48px;
  position: relative;
  z-index: 2;
}
#topPage .common_btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #topPage .common_btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#topPage .btn_outline {
  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;
  width: 100%;
  max-width: 663px;
  height: 100px;
  border: 2px solid #d12220;
  border-radius: 50px;
  background-color: #fff;
  color: #d12220;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 768px) {
  #topPage .btn_outline {
    max-width: 100%;
    height: 60px;
  }
}
#topPage .btn_outline .text {
  font-size: clamp(20px, 1.67vw, 32px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #topPage .btn_outline .text {
    font-size: 18px;
  }
}
#topPage .btn_outline .icon_arrow {
  position: absolute;
  right: 24px;
  width: 32px;
  height: 32px;
  background-color: #d12220;
  border-radius: 50%;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  #topPage .btn_outline .icon_arrow {
    width: 24px;
    height: 24px;
    right: 14px;
  }
}
#topPage .btn_outline .icon_arrow img {
  width: 20px;
  height: 11px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  #topPage .btn_outline .icon_arrow img {
    width: 16px;
  }
}
#topPage .btn_outline:hover {
  background-color: #d12220;
  color: #fff;
  opacity: 1;
}
#topPage .btn_outline:hover .icon_arrow {
  background-color: #fff;
  right: 14px;
}
@media screen and (max-width: 768px) {
  #topPage .btn_outline:hover .icon_arrow {
    right: 4px;
  }
}
#topPage .btn_outline:hover .icon_arrow img {
  -webkit-filter: none;
          filter: none;
}
#topPage .btn_outline.btn_small {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 220px;
  height: 80px;
  padding: 0 60px 0 30px;
  border: 2px solid #d12220;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  #topPage .btn_outline.btn_small {
    min-width: auto;
    min-height: 60px;
  }
}
#topPage .btn_outline.btn_small .text {
  font-size: clamp(15px, 1.25vw, 24px);
  text-align: left;
}
@media screen and (max-width: 768px) {
  #topPage .btn_outline.btn_small .text {
    font-size: 18px;
  }
}
#topPage .section_usecase .usecase_desc {
  line-height: 1.8;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #topPage .section_usecase .usecase_desc {
    margin-bottom: 25px;
  }
}
#topPage .section_usecase .usecase_list {
  display: -ms-grid;
  display: grid;
  gap: 40px 22px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #topPage .section_usecase .usecase_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  #topPage .section_usecase .usecase_list.row-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 769px) {
  #topPage .section_usecase .usecase_list.row-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #topPage .section_usecase .usecase_list.row-3 {
    -ms-grid-columns: 1fr 13px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 13px;
  }
}
#topPage .section_stay .gallery_area .gallery_sub .sub_item.item_f {
  width: 85%;
}
#topPage .facility_container {
  padding: 0;
}
#topPage .section_facility .facility_desc {
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #topPage .section_facility .facility_desc {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
#topPage .section_facility .facility_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5% 1fr 5% 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 5%;
}
@media screen and (max-width: 768px) {
  #topPage .section_facility .facility_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
#topPage .section_floormap .floormap_layout {
  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: 14px;
}
@media screen and (max-width: 768px) {
  #topPage .section_floormap .floormap_layout {
    -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: 30px;
  }
}
#topPage .section_floormap .floormap_layout .title_bar_right {
  max-width: 990px;
}
#topPage .section_floormap .floormap_layout .floormap_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  #topPage .section_floormap .floormap_layout .floormap_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
#topPage .section_floormap .floormap_layout .floormap_left .floormap_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #topPage .section_floormap .floormap_layout .floormap_left .floormap_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #topPage .section_floormap .floormap_layout .floormap_left .floormap_btns .btn_outline.btn_small {
    max-width: calc((100% - 20px) / 2);
  }
}
#topPage .section_floormap .floormap_layout .floormap_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
}
@media screen and (max-width: 768px) {
  #topPage .section_floormap .floormap_layout .floormap_right {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#topPage .section_floormap .floormap_layout .floormap_right img {
  width: auto;
  display: block;
  margin: 0 auto;
}
#topPage .section_news_wrapper {
  width: 100%;
  background-color: #555555;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #topPage .section_news_wrapper {
    padding: 50px 0;
  }
}
#topPage .news_inner {
  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: 5%;
  padding: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #topPage .news_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
#topPage .news_inner .news_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
}
@media screen and (max-width: 768px) {
  #topPage .news_inner .news_left {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#topPage .news_inner .news_left .title_bar_right {
  background-color: #fff;
}
#topPage .news_inner .news_left .title_bar_right::before {
  background-color: #d12220;
}
#topPage .news_inner .news_left .title_bar_right .title_text {
  color: #d12220;
}
#topPage .news_inner .news_left .main_title {
  color: #fff;
}
#topPage .news_inner .news_left .news_btn_area {
  width: 100%;
}
#topPage .news_inner .news_left .news_btn_area .btn_outline.btn_news {
  width: 100%;
  max-width: 100%;
  border: none;
  padding: 0 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 60px;
}
@media screen and (max-width: 768px) {
  #topPage .news_inner .news_left .news_btn_area .btn_outline.btn_news {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
#topPage .news_inner .news_left .news_btn_area .btn_outline.btn_news .text {
  font-size: clamp(13px, 1.04vw, 20px);
}
@media screen and (max-width: 768px) {
  #topPage .news_inner .news_left .news_btn_area .btn_outline.btn_news .text {
    font-size: 18px;
  }
}
#topPage .news_inner .news_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  #topPage .news_inner .news_right {
    width: 100%;
  }
}
#topPage .news_inner .news_right .news_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#topPage .news_inner .news_right .news_list li {
  border-bottom: 1px solid #7e7e7e;
}
#topPage .news_inner .news_right .news_list li:first-child .news_link {
  padding-top: 0;
}
#topPage .news_inner .news_right .news_list .news_link {
  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;
  padding: 20px 0;
  text-decoration: none;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  #topPage .news_inner .news_right .news_list .news_link {
    padding: 20px 0;
    gap: 15px;
  }
}
#topPage .news_inner .news_right .news_list .news_link:hover {
  opacity: 0.7;
}
#topPage .news_inner .news_right .news_list .news_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  #topPage .news_inner .news_right .news_list .news_content {
    padding-right: 0;
  }
}
#topPage .news_inner .news_right .news_list .news_content .news_title {
  font-size: clamp(11px, 0.94vw, 18px);
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #topPage .news_inner .news_right .news_list .news_content .news_title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
#topPage .news_inner .news_right .news_list .news_content .news_desc {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #topPage .news_inner .news_right .news_list .news_content .news_desc {
    font-size: 14px;
  }
}
#topPage .news_inner .news_right .news_list .news_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
  background-color: #d12220;
  border-radius: 50%;
  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;
}
@media screen and (max-width: 768px) {
  #topPage .news_inner .news_right .news_list .news_icon {
    width: 24px;
    height: 24px;
  }
}
#topPage .news_inner .news_right .news_list .news_icon img {
  width: 20px;
  height: 11px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  #topPage .news_inner .news_right .news_list .news_icon img {
    width: 16px;
  }
}
#topPage .section_access .access_desc {
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #topPage .section_access .access_desc {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
#topPage .section_access .time_list_wrapper {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #topPage .section_access .time_list_wrapper {
    gap: 20px;
  }
}
#topPage .section_access .time_list_wrapper .time_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  #topPage .section_access .time_list_wrapper .time_row {
    -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: 15px;
  }
}
#topPage .section_access .time_list_wrapper .time_row .time_label {
  background-color: #666;
  color: #fff;
  font-size: clamp(15px, 1.25vw, 24px);
  width: 174px;
  height: 58px;
  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;
  border-radius: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #topPage .section_access .time_list_wrapper .time_row .time_label {
    width: 100px;
    height: 32px;
    font-size: 16px;
  }
}
#topPage .section_access .time_list_wrapper .time_row .time_label p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#topPage .section_access .time_list_wrapper .time_row .time_label span {
  font-size: 150%;
}
#topPage .section_access .time_list_wrapper .time_row .time_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 2.5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #topPage .section_access .time_list_wrapper .time_row .time_items {
    gap: 15px 4%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #topPage .section_access .time_list_wrapper .time_row .time_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 15px;
  }
}
#topPage .section_access .time_list_wrapper .time_row .time_items .time_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
@media screen and (min-width: 769px) {
  #topPage .section_access .time_list_wrapper .time_row .time_items .time_item.first {
    width: 28%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #topPage .section_access .time_list_wrapper .time_row .time_items .time_item.first {
    width: 48%;
  }
}
@media screen and (min-width: 769px) {
  #topPage .section_access .time_list_wrapper .time_row .time_items .time_item.second {
    width: 34%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #topPage .section_access .time_list_wrapper .time_row .time_items .time_item.second {
    width: 48%;
  }
}
@media screen and (min-width: 769px) {
  #topPage .section_access .time_list_wrapper .time_row .time_items .time_item.third {
    width: 33%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #topPage .section_access .time_list_wrapper .time_row .time_items .time_item.third {
    width: 48%;
  }
}
#topPage .section_access .time_list_wrapper .time_row .time_items .time_item .route .small {
  font-size: clamp(15px, 1.25vw, 24px);
}
#topPage .section_access .time_list_wrapper .time_row .time_items .time_item .route .large {
  font-size: clamp(23px, 1.88vw, 36px);
  /* margin: 0 4px; */
}
@media screen and (max-width: 768px) {
  #topPage .section_access .time_list_wrapper .time_row .time_items .time_item .route .small {
    font-size: 16x;
  }
  #topPage .section_access .time_list_wrapper .time_row .time_items .time_item .route .large {
    font-size: 28px;
  }
}
#topPage .section_access .time_list_wrapper .time_row .time_items .time_item .time {
  font-weight: bold;
}
#topPage .section_access .time_list_wrapper .time_row .time_items .time_item .time .text_red {
  color: #d12220;
}
#topPage .section_access .time_list_wrapper .time_row .time_items .time_item .time .small {
  font-size: clamp(15px, 1.25vw, 24px);
}
#topPage .section_access .time_list_wrapper .time_row .time_items .time_item .time .huge {
  font-size: clamp(31px, 2.5vw, 48px);
  /* margin: 0 4px; */
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #topPage .section_access .time_list_wrapper .time_row .time_items .time_item .time .small {
    font-size: 18px;
  }
  #topPage .section_access .time_list_wrapper .time_row .time_items .time_item .time .huge {
    font-size: 36px;
  }
}
#topPage .section_access .time_note {
  text-align: right;
  font-size: 14px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #topPage .section_access .time_note {
    text-align: left;
    margin-bottom: 50px;
  }
}
#topPage .section_access .shuttle_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: 3%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #topPage .section_access .shuttle_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  #topPage .section_access .shuttle_wrapper .shuttle_left {
    width: 54%;
  }
}
#topPage .section_access .shuttle_wrapper .shuttle_left .shuttle_title {
  font-size: clamp(23px, 1.88vw, 36px);
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #topPage .section_access .shuttle_wrapper .shuttle_left .shuttle_title {
    font-size: 24px;
  }
}
#topPage .section_access .shuttle_wrapper .shuttle_left .deco_line_small {
  width: 32px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#d12220), color-stop(25%, #d12220), color-stop(25%, #7e7e7e), to(#7e7e7e));
  background: linear-gradient(to right, #d12220 0%, #d12220 25%, #7e7e7e 25%, #7e7e7e 100%);
  margin-bottom: 20px;
}
#topPage .section_access .shuttle_wrapper .shuttle_left .shuttle_desc {
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #topPage .section_access .shuttle_wrapper .shuttle_left .shuttle_desc {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
#topPage .section_access .shuttle_wrapper .shuttle_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  #topPage .section_access .shuttle_wrapper .shuttle_right {
    width: 43%;
    gap: 3%;
  }
}
#topPage .section_access .shuttle_wrapper .shuttle_right > img {
  display: block;
  margin: 0 auto;
}
#topPage .section_access .shuttle_wrapper .shuttle_right .shuttle_imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
#topPage .section_access .shuttle_wrapper .shuttle_right .shuttle_imgs img {
  width: calc(50% - 7.5px);
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 768px) {
  #topPage .section_access .shuttle_wrapper .shuttle_right .shuttle_imgs {
    gap: 10px;
  }
  #topPage .section_access .shuttle_wrapper .shuttle_right .shuttle_imgs img {
    width: calc(50% - 5px);
  }
}
#topPage .section_access .shuttle_wrapper .shuttle_btn_area .btn_small {
  max-width: 300px;
  height: 60px;
  border: 1px solid #d12220;
  margin-left: auto;
}
#topPage .section_access .shuttle_wrapper .shuttle_btn_area .btn_small .text {
  font-size: clamp(13px, 1.04vw, 20px);
}
@media screen and (max-width: 768px) {
  #topPage .section_access .shuttle_wrapper .shuttle_btn_area .btn_small .text {
    font-size: 20px;
  }
}
#topPage .section_access .shuttle_wrapper .shuttle_btn_area.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  #topPage .section_access .shuttle_wrapper .shuttle_btn_area.sp_only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: 300px;
  }
}
#topPage .section_access .shuttle_wrapper .shuttle_btn_area.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  #topPage .section_access .shuttle_wrapper .shuttle_btn_area.pc_only {
    display: none;
  }
}
#topPage .section_access .map_wrapper {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #topPage .section_access .map_wrapper {
    margin-bottom: 15px;
  }
}
#topPage .section_access .map_wrapper iframe {
  width: 100%;
  height: 460px;
}
@media screen and (max-width: 768px) {
  #topPage .section_access .map_wrapper iframe {
    height: 400px;
  }
}
#topPage .section_access .access_info_row {
  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;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #topPage .section_access .access_info_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#topPage .section_access .access_info_row .info_col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  #topPage .section_access .access_info_row .info_left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
  }
}
#topPage .section_access .access_info_row .info_left .facility_name {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 400;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #topPage .section_access .access_info_row .info_left .facility_name {
    font-size: 18px;
    font-weight: 500;
  }
}
#topPage .section_access .access_info_row .info_center {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #topPage .section_access .access_info_row .info_center {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
#topPage .section_access .access_info_row .info_right {
  text-align: right;
  margin-bottom: auto;
}
@media screen and (max-width: 768px) {
  #topPage .section_access .access_info_row .info_right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: right;
    margin-left: auto;
  }
}
#topPage .section_access .access_info_row .info_right .link_map {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(16px, 0.94vw, 18px);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #topPage .section_access .access_info_row .info_right .link_map {
    font-size: 14px;
  }
}
#topPage .section_access .access_info_row .info_right .link_map .icon_arrow_red {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #d12220;
  border: 1px solid #d12220;
  border-radius: 50%;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  #topPage .section_access .access_info_row .info_right .link_map .icon_arrow_red {
    width: 26px;
    height: 26px;
  }
}
#topPage .section_access .access_info_row .info_right .link_map .icon_arrow_red img {
  width: 14px;
  height: 9px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#topPage .section_access .access_info_row .info_right .link_map:hover {
  opacity: 1;
}
#topPage .section_access .access_info_row .info_right .link_map:hover .icon_arrow {
  background-color: #fff;
}
#topPage .section_access .access_info_row .info_right .link_map:hover .icon_arrow img {
  -webkit-filter: none;
          filter: none;
}
#topPage .section_youtube_wrapper .youtube_inner {
  padding: 0;
}
#topPage .section_youtube_wrapper .youtube_inner .youtube_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#topPage .section_youtube_wrapper .youtube_inner .youtube_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#topPage .section_inquiry_wrapper {
  background-image: url("../img/top/inquiry_bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #topPage .section_inquiry_wrapper {
    padding: 50px 0;
  }
}
#topPage .section_inquiry_wrapper .container_inner {
  padding: 0;
  margin-bottom: 0;
}
#topPage .section_inquiry_wrapper .title_bar_right {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  #topPage .section_inquiry_wrapper .title_bar_right {
    max-width: 300px;
  }
}
#topPage .section_inquiry_wrapper .title_bar_right::before {
  background-color: #d12220;
}
#topPage .section_inquiry_wrapper .title_bar_right .title_text {
  color: #d12220;
}
@media screen and (max-width: 768px) {
  #topPage .section_inquiry_wrapper .section_header {
    margin-bottom: 10px;
  }
}
#topPage .section_inquiry_wrapper .inquiry_layout {
  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;
}
@media screen and (max-width: 768px) {
  #topPage .section_inquiry_wrapper .inquiry_layout {
    -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: 50px;
  }
}
#topPage .section_inquiry_wrapper .inquiry_left {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #topPage .section_inquiry_wrapper .inquiry_left {
    width: 100%;
  }
}
#topPage .section_inquiry_wrapper .inquiry_left .title_bar_news.inquiry_title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  min-width: 180px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #topPage .section_inquiry_wrapper .inquiry_left .title_bar_news.inquiry_title {
    margin-left: -20px;
    padding-left: 20px;
    min-width: 200px;
    margin-bottom: 20px;
  }
}
#topPage .section_inquiry_wrapper .inquiry_left .title_bar_news.inquiry_title .title_text {
  color: #d12220;
}
#topPage .section_inquiry_wrapper .inquiry_left .main_title {
  color: #fff;
}
#topPage .section_inquiry_wrapper .inquiry_left .tel_block .tel_label {
  font-size: clamp(13px, 1.04vw, 20px);
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #topPage .section_inquiry_wrapper .inquiry_left .tel_block .tel_label {
    font-size: 18px;
  }
}
#topPage .section_inquiry_wrapper .inquiry_left .tel_block .tel_number {
  font-size: clamp(35px, 2.81vw, 54px);
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 5px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #topPage .section_inquiry_wrapper .inquiry_left .tel_block .tel_number {
    font-size: 32px;
  }
}
#topPage .section_inquiry_wrapper .inquiry_left .tel_block .tel_time {
  font-size: clamp(13px, 1.04vw, 20px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #topPage .section_inquiry_wrapper .inquiry_left .tel_block .tel_time {
    font-size: 16px;
  }
}
#topPage .section_inquiry_wrapper .inquiry_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #topPage .section_inquiry_wrapper .inquiry_right {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #topPage .section_inquiry_wrapper .inquiry_right {
    width: 100%;
  }
}
#topPage .section_inquiry_wrapper .inquiry_right .btn_large_red {
  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;
  background-color: #d12220;
  color: #fff;
  padding: 30px 80px;
  min-width: 500px;
  max-width: 550px;
  margin-left: auto;
  border-radius: 100px;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #topPage .section_inquiry_wrapper .inquiry_right .btn_large_red {
    width: 100%;
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  #topPage .section_inquiry_wrapper .inquiry_right .btn_large_red {
    min-width: 100%;
    padding: 25px 30px;
    border-radius: 80px;
    height: 80px;
  }
}
#topPage .section_inquiry_wrapper .inquiry_right .btn_large_red .text {
  font-size: clamp(18px, 1.46vw, 28px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #topPage .section_inquiry_wrapper .inquiry_right .btn_large_red .text {
    font-size: 20px;
  }
}
#topPage .section_inquiry_wrapper .inquiry_right .btn_large_red .icon_arrow {
  background-color: #fff;
}
#topPage .section_inquiry_wrapper .inquiry_right .btn_large_red .icon_arrow img {
  -webkit-filter: none;
          filter: none;
}
#topPage .section_inquiry_wrapper .inquiry_right .btn_large_red:hover {
  background-color: #fff;
  color: #d12220;
  opacity: 1;
}
#topPage .section_inquiry_wrapper .inquiry_right .btn_large_red:hover .icon_arrow {
  background-color: #d12220;
}
#topPage .section_inquiry_wrapper .inquiry_right .btn_large_red:hover .icon_arrow img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#topPage .top_footer {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #topPage .top_footer .footer_nav_area {
    display: none;
  }
}
#topPage .top_footer .footer_nav_area .container_inner {
  padding: 100px 0;
  margin-bottom: 0;
}
#topPage .top_footer .footer_nav_area .footer_nav_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 1.5% -webkit-max-content 1.5% -webkit-max-content 1.5% -webkit-max-content 1.5% -webkit-max-content 1.5% -webkit-max-content 1.5% -webkit-max-content 1.5% -webkit-max-content 1.5% -webkit-max-content;
  -ms-grid-columns: max-content 1.5% max-content 1.5% max-content 1.5% max-content 1.5% max-content 1.5% max-content 1.5% max-content 1.5% max-content 1.5% max-content;
  grid-template-columns: repeat(9, -webkit-max-content);
  grid-template-columns: repeat(9, max-content);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5%;
}
@media screen and (max-width: 1500px) {
  #topPage .top_footer .footer_nav_area .footer_nav_wrap {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  #topPage .top_footer .footer_nav_area .footer_nav_wrap {
    /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px; */
  }
}
@media screen and (max-width: 768px) {
  #topPage .top_footer .footer_nav_area .nav_col.col_inquiry {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
#topPage .top_footer .footer_nav_area .nav_col .nav_title {
  font-weight: 500;
  margin-bottom: 17px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #topPage .top_footer .footer_nav_area .nav_col .nav_title {
    font-size: 14px;
  }
}
#topPage .top_footer .footer_nav_area .nav_col .nav_title::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 14px;
  background-color: #d12220;
  clip-path: polygon(0 0, 100% 0, 35% 100%, 0 100%);
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#topPage .top_footer .footer_nav_area .nav_col ul li {
  margin-bottom: 8px;
}
#topPage .top_footer .footer_nav_area .nav_col ul li a {
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 768px) {
  #topPage .top_footer .footer_nav_area .nav_col ul li a {
    font-size: 12px;
  }
}
#topPage .top_footer .footer_nav_area .nav_col ul li a:hover {
  color: #d12220;
}
#topPage .top_footer .footer_bottom_area {
  border-top: 1px solid #6c6c6c;
}
@media screen and (max-width: 768px) {
  #topPage .top_footer .footer_bottom_area {
    border-top: none;
  }
}
#topPage .top_footer .footer_bottom_area .container_inner {
  padding: 37px 0 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #topPage .top_footer .footer_bottom_area .container_inner {
    padding: 30px 0;
  }
}
@media screen and (min-width: 769px) {
  #topPage .top_footer .footer_bottom_area .bottom_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 20px 1fr;
    grid-template-columns: auto 1fr;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1300px) {
  #topPage .top_footer .footer_bottom_area .bottom_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#topPage .top_footer .footer_bottom_area .bottom_wrap .footer_address_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
}
@media screen and (max-width: 768px) {
  #topPage .top_footer .footer_bottom_area .bottom_wrap .footer_address_con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#topPage .top_footer .footer_bottom_area .bottom_wrap .footer_logo {
  font-size: clamp(20px, 1.67vw, 32px);
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #topPage .top_footer .footer_bottom_area .bottom_wrap .footer_logo {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 24px;
    margin-bottom: 10px;
  }
}
#topPage .top_footer .footer_bottom_area .bottom_wrap .footer_logo .fw-normal {
  font-weight: 400;
}
#topPage .top_footer .footer_bottom_area .bottom_wrap .footer_logo .fw-bold {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #topPage .top_footer .footer_bottom_area .bottom_wrap .footer_address {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-bottom: 20px;
  }
}
#topPage .top_footer .footer_bottom_area .bottom_wrap .sub_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
  font-family: Arial, "Hiragino Sans", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  #topPage .top_footer .footer_bottom_area .bottom_wrap .sub_nav_list {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #999;
  }
}
#topPage .top_footer .footer_bottom_area .bottom_wrap .sub_nav_list li a:hover {
  color: #d12220;
}
@media screen and (max-width: 768px) {
  #topPage .top_footer .footer_bottom_area .bottom_wrap .sub_nav_list li a {
    font-size: 13px;
  }
}
#topPage .top_footer .footer_bottom_area .copyright {
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #topPage .top_footer .footer_bottom_area .copyright {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    text-align: right;
  }
}

body.is-drawer-open {
  overflow: hidden;
}
body.is-drawer-open .top_header {
  background-color: #fff;
}
body.is-drawer-open .top_header .header_bottom {
  display: none;
}