@charset "UTF-8";
/*
  Function
*/
/*
  CSS Override (Cancel)
*/
.contents,
.main_column {
  width: auto;
}

.pankuzu_area ul.pankuzu,
#main_visual {
  display: none;
}

.pankuzu_area {
  padding: 0;
}

.contents,
.contents .columns {
  padding-bottom: 0;
}

#sp-footer-fixed-menu {
  display: none;
}

/* PC */
@media screen and (min-width: 768px) {
  #main {
    padding-bottom: 0;
  }
  #main.main_contents.wide {
    max-width: 100%;
  }
}
/* TAB */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .header_logo {
    padding-left: 15px;
  }

  #main {
    padding-bottom: 0;
  }
  #main.main_contents.wide {
    padding-left: 0;
    padding-right: 0;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  #main {
    padding-bottom: 0;
  }
  #main.main_contents.wide {
    padding-left: 0;
    padding-right: 0;
  }
}
/*
  Main
*/
#main {
  /* COMMON ALL */
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  /* COMMON */
  /* Safari 1CSSハック */
  /* COMMON PC */
  /* COMMON TAB */
  /* COMMON SP */
  /* COMMON SE */
  /* HERO */
  /* OVERVIEW */
  /* POINT */
  /* PRESENT */
  /* VISIT */
  /* RECEPTION */
  /* ACCESS */
  /* Fixed Menu */
}
#main img {
  vertical-align: bottom;
}
#main img[src$=".svg"] {
  max-width: 100%;
  height: auto;
}
#main a {
  text-decoration: none;
}
#main h2, #main h3, #main h4, #main h5, #main p, #main ul, #main ol, #main figure {
  padding: 0;
  margin: 0;
  list-style: none;
}
#main .container {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
#main .d-block {
  display: block;
}
#main .d-inline {
  display: inline;
}
#main .d-inline-block {
  display: inline-block;
}
#main .d-none {
  display: none;
}
#main .text-left {
  text-align: left;
}
#main .text-center {
  text-align: center;
}
#main .text-right {
  text-align: right;
}
#main .bg-blue {
  background-color: #2a52a2;
}
#main .color-black {
  color: #000;
}
#main .color-white {
  color: #fff;
}
#main .color-blue {
  color: #0073bb;
}
#main .ls-0 {
  letter-spacing: 0;
}
#main .ls-01 {
  letter-spacing: 0.1em;
}
#main .ls-0-05 {
  letter-spacing: 0.05em;
}
#main .lh-1 {
  line-height: 1;
}
#main .lh-1-5 {
  line-height: 1.5;
}
#main .lh-1-6 {
  line-height: 1.6;
}
#main .lh-1-75 {
  line-height: 1.75;
}
#main .lh-1-87 {
  line-height: 1.87;
}
#main .lh-2 {
  line-height: 2;
}
#main .fs-80 {
  font-size: 80%;
}
#main .fw-100 {
  font-weight: 100;
}
#main .fw-200 {
  font-weight: 200;
}
#main .fw-300 {
  font-weight: 300;
}
#main .fw-400 {
  font-weight: 400;
}
#main .fw-500 {
  font-weight: 500;
}
#main .fw-600 {
  font-weight: 600;
}
#main .fw-700 {
  font-weight: 700;
}
#main .fw-900 {
  font-weight: 900;
}
#main .w-100 {
  width: 100%;
}
#main .img100 {
  width: 100%;
  height: auto;
}
#main .hover-opacity {
  opacity: 1;
  transition: opacity 0.6s ease-out;
}
#main .hover-opacity:hover {
  opacity: 0.8 !important;
}
#main .box-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
#main .show-pc,
#main .show-tab,
#main .show-sp {
  display: none;
}
#main .font-sans {
  font-family: 'Noto Sans JP', serif;
}
#main .font-serif {
  font-family: 'Noto Serif JP', serif;
}
#main .show-pc, #main .show-tab, #main .show-sp {
  display: none;
}
#main .animate-fadein {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#main .animate-fadein.is-animated {
  opacity: 1.0;
}
#main .block-head-icon {
  position: relative;
  z-index: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: solid 2px #0073bb;
  border-radius: 5px;
  width: 190px;
  height: 40px;
  margin-inline: auto;
}
#main .block-head-icon::before, #main .block-head-icon::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  height: 2px;
}
#main .block-head-icon::before {
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  background-color: #fff;
}
#main .block-head-icon::after {
  bottom: -6px;
  left: calc(50% - 7px);
  transform: rotate(45deg);
  width: 12px;
  background-color: #0073bb;
}
#main .block-head-icon p {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #0073bb;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    #main .block-head-icon {
      width: 220px;
    }
  }
}
#main .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  padding: 7.5px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease-in;
}
#main .btn-link small {
  display: block;
  font-size: 77.77%;
}
#main .btn-link.reserve {
  background-color: #0073bb;
}
#main .btn-link.contact {
  background-color: #998d34;
}
#main .btn-link.radius {
  border-radius: 100vh;
}
@media (hover: hover) {
  #main .btn-link:hover {
    background-color: #f00;
  }
}
@media screen and (min-width: 768px) {
  #main {
    font-size: 16px;
  }
  #main .show-pc {
    display: block;
  }
  #main .container {
    width: 1030px;
  }
  #main .fs-large {
    font-size: 30px;
  }
  #main .fs-mid {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .container {
    width: 100%;
  }
  #main .tab-max-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #main .show-tab {
    display: block;
  }
  #main .fs-large {
    font-size: calc(30px * 0.8);
  }
  #main .fs-mid {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #main {
    font-size: 14px;
  }
  #main img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #main .show-sp {
    display: block;
  }
  #main .fs-large {
    font-size: 20px;
  }
  #main .fs-mid {
    font-size: 16px;
  }
}
#main .hero {
  /* HERO PC */
  /* HERO TAB */
  /* HERO SP */
  /* HERO SE */
}
#main .hero .wrapper {
  position: relative;
  overflow: hidden;
}
#main .hero .wrapper svg {
  width: 100%;
  height: auto;
}
#main .hero .hero__bg img {
  opacity: 0;
  transform: scale(1.4);
  transition: 0.7s ease-in;
}
#main .hero .hero__bg.active img {
  opacity: 1;
  transform: scale(1);
}
#main .hero .fixation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
#main .hero .dispaly-delay {
  top: initial;
  bottom: -10px;
  opacity: 0;
  transition: bottom 0.5s ease-in, opacity 0.3s ease-in;
}
#main .hero .dispaly-delay.active {
  bottom: 0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #main .hero .hero__title svg .svg-elem-1 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
  }
  #main .hero .hero__title svg.active .svg-elem-1 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-2 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
  }
  #main .hero .hero__title svg.active .svg-elem-2 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-3 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
  }
  #main .hero .hero__title svg.active .svg-elem-3 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-4 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
  }
  #main .hero .hero__title svg.active .svg-elem-4 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-5 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
  }
  #main .hero .hero__title svg.active .svg-elem-5 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-6 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
  }
  #main .hero .hero__title svg.active .svg-elem-6 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-7 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
  }
  #main .hero .hero__title svg.active .svg-elem-7 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-8 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  }
  #main .hero .hero__title svg.active .svg-elem-8 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-9 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  }
  #main .hero .hero__title svg.active .svg-elem-9 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-10 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  }
  #main .hero .hero__title svg.active .svg-elem-10 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-11 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  }
  #main .hero .hero__title svg.active .svg-elem-11 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-12 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  }
  #main .hero .hero__title svg.active .svg-elem-12 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-13 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  }
  #main .hero .hero__title svg.active .svg-elem-13 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-14 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  }
  #main .hero .hero__title svg.active .svg-elem-14 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-15 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  }
  #main .hero .hero__title svg.active .svg-elem-15 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-16 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  }
  #main .hero .hero__title svg.active .svg-elem-16 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-17 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
  }
  #main .hero .hero__title svg.active .svg-elem-17 {
    fill: white;
  }
}
@media screen and (max-width: 767px) {
  #main .hero .hero__title svg .svg-elem-1 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
  }
  #main .hero .hero__title svg.active .svg-elem-1 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-2 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
  }
  #main .hero .hero__title svg.active .svg-elem-2 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-3 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
  }
  #main .hero .hero__title svg.active .svg-elem-3 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-4 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
  }
  #main .hero .hero__title svg.active .svg-elem-4 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-5 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
  }
  #main .hero .hero__title svg.active .svg-elem-5 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-6 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
  }
  #main .hero .hero__title svg.active .svg-elem-6 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-7 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
  }
  #main .hero .hero__title svg.active .svg-elem-7 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-8 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  }
  #main .hero .hero__title svg.active .svg-elem-8 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-9 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  }
  #main .hero .hero__title svg.active .svg-elem-9 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-10 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  }
  #main .hero .hero__title svg.active .svg-elem-10 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-11 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  }
  #main .hero .hero__title svg.active .svg-elem-11 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-12 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  }
  #main .hero .hero__title svg.active .svg-elem-12 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-13 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  }
  #main .hero .hero__title svg.active .svg-elem-13 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-14 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  }
  #main .hero .hero__title svg.active .svg-elem-14 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-15 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  }
  #main .hero .hero__title svg.active .svg-elem-15 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-16 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  }
  #main .hero .hero__title svg.active .svg-elem-16 {
    fill: white;
  }
  #main .hero .hero__title svg .svg-elem-17 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
  }
  #main .hero .hero__title svg.active .svg-elem-17 {
    fill: white;
  }
}
#main .overview {
  /* OVERVIEW PC */
  /* OVERVIEW TAB */
  /* OVERVIEW SP */
  /* OVERVIEW SE */
}
#main .overview .overview__title h2 {
  line-height: calc($line_spacing / $font_size);
}
#main .overview .overview__text {
  line-height: calc($line_spacing / $font_size);
}
#main .overview .overview__img img {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  #main .overview {
    padding: 70px 0 80px 0;
  }
  #main .overview .overview__title h2 {
    font-size: 30px;
  }
  #main .overview .overview__text {
    margin-top: 60px;
    text-align: center;
  }
  #main .overview .overview__img {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .overview {
    padding: 50px 0;
  }
  #main .overview .overview__text {
    margin-top: 40px;
  }
  #main .overview .overview__img {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #main .overview {
    padding-top: 35px;
  }
  #main .overview .overview__text {
    line-height: calc($line_spacing / $font_size);
    margin-top: 30px;
  }
  #main .overview .overview__img {
    margin: 30px -15px 0 -15px;
  }
}
#main .point {
  background-color: #edf3fd;
  /* POINT PC */
  /* POINT TAB */
  /* POINT SP */
  /* POINT SE */
}
#main .point .point__title h2 {
  letter-spacing: 0.1em;
}
#main .point .point__title h2 span {
  position: relative;
  display: inline-block;
  position: relative;
}
#main .point .point__title h2 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0073bb;
}
#main .point .point__card {
  display: flex;
  justify-content: space-between;
}
#main .point .point__card .point__card--item {
  background-color: #fff;
  border-radius: 5px;
}
#main .point .point__card .point__card--item figure {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
}
#main .point .point__card .point__card--item figure img {
  display: block;
  flex-shrink: 0;
  margin: 0 auto 30px auto;
}
#main .point .point__card .point__card--item figure figcaption {
  margin: auto;
  text-align: center;
}
#main .point .point__card .point__card--item figure figcaption small {
  display: inline-block;
  font-size: 77.77%;
  line-height: 1;
}
#main .point .point__note {
  margin-top: 1em;
}
#main .point .point__movie iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  vertical-align: bottom;
  border: none;
}
#main .point.point-tour .block-head-icon p {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #main .point {
    padding: 80px 0;
  }
  #main .point .point-sec {
    margin-top: 65px;
  }
  #main .point .point__title {
    margin-top: 40px;
  }
  #main .point .point__title h2 {
    line-height: calc($line_spacing / $font_size);
  }
  #main .point .point__text {
    line-height: calc($line_spacing / $font_size);
  }
  #main .point .point__card .point__card--item {
    width: 32%;
    padding: 40px 10px;
  }
  #main .point .point__card .point__card--item figure figcaption {
    font-size: 20px;
    line-height: calc($line_spacing / $font_size);
  }
  #main .point .point__illust {
    margin-top: 50px;
  }
  #main .point.point-clothing .point-clothing__title h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .point {
    padding: 50px 0;
  }
  #main .point .point-sec {
    margin-top: 50px;
  }
  #main .point .point__title h2 {
    line-height: calc($line_spacing / $font_size);
  }
  #main .point .point__card .point__card--item figure figcaption {
    font-size: calc(20px * 0.8);
  }
  #main .point.point-confirm {
    padding-bottom: 80px;
  }
  #main .point.point-tour .point__illust img {
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #main .point {
    padding: 40px 0;
  }
  #main .point .point-sec {
    margin-top: 30px;
  }
  #main .point .point__title {
    margin-top: 30px;
  }
  #main .point .point__title h2 {
    line-height: calc($line_spacing / $font_size);
  }
  #main .point .point__text {
    line-height: calc($line_spacing / $font_size);
  }
  #main .point .point__card {
    padding-bottom: 15px;
    margin-bottom: 40px;
    margin-left: 16%;
  }
  #main .point .point__card .slick-list {
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 13.3%;
  }
  #main .point .point__card .slick-list .slick-track {
    display: flex !important;
  }
  #main .point .point__card .slick-list .slick-track .slick-slide {
    height: auto !important;
    margin-right: 15px;
  }
  #main .point .point__card .slick-list .slick-track .slick-slide div {
    height: 100%;
  }
  #main .point .point__card .slick-dots {
    margin-left: -8%;
  }
  #main .point .point__card .point__card--item {
    padding: 30px 5px;
  }
  #main .point .point__card .point__card--item figure img {
    width: 31.26%;
  }
  #main .point .point__card .point__card--item figure figcaption {
    font-size: 16px;
    line-height: calc($line_spacing / $font_size);
  }
  #main .point .point__illust {
    margin-top: 25px;
  }
  #main .point.point-confirm {
    padding-bottom: 50px;
  }
  #main .point.point-tour .point__illust img {
    width: 63.88%;
    height: auto;
  }
}
@media screen and (max-width: 320px) {
  #main .point.point-tour .point__text {
    font-size: 15px;
  }
}
#main .present {
  /* PRESENT PC */
  /* PRESENT TAB */
  /* PRESENT SP */
  /* PRESENT SE */
}
#main .present .present__title h2 {
  position: relative;
  transform: translateY(-50%);
  background-color: #fff;
  border: solid 2px #0073bb;
  border-radius: 100vh;
  margin-inline: auto;
}
#main .present .present__note {
  text-align: justify;
}
#main .present .present__note dt,
#main .present .present__note dd {
  display: inline;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #main .present {
    background: url(../media/images/factory/2026/present_bg.webp) 0 0 no-repeat;
    background-size: cover;
  }
  #main .present .container {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  #main .present .present__title h2 {
    width: 410px;
    font-size: 20px;
    padding: 15px 0;
  }
  #main .present .present__desc {
    font-size: 20px;
  }
  #main .present .present__price {
    margin-top: 30px;
  }
  #main .present .present__price h3 {
    font-size: 50px;
  }
  #main .present .present__price strong {
    font-size: 148px;
  }
  #main .present .present__price strong small {
    font-size: 60px;
  }
  #main .present .present__price p {
    font-size: 40px;
    margin-top: 30px;
  }
  #main .present .present__period {
    margin-top: 20px;
  }
  #main .present .present__note {
    margin-top: 40px;
  }
  #main .present .present__note dt,
  #main .present .present__note dd {
    line-height: calc($line_spacing / $font_size);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .present .present__price h3 {
    font-size: calc(50px * 0.8);
  }
  #main .present .present__price strong {
    font-size: calc(148px * 0.8);
  }
  #main .present .present__price strong small {
    font-size: calc(60px * 0.8);
  }
  #main .present .present__price p {
    font-size: calc(40px * 0.8);
    margin-top: calc(30px * 0.8);
  }
}
@media screen and (max-width: 767px) {
  #main .present {
    background: url(../media/images/factory/2026/present_bg_sp.webp) 0 0 no-repeat;
    background-size: cover;
    padding-bottom: 10px;
  }
  #main .present .container {
    padding-top: 10px;
  }
  #main .present .present__title h2 {
    width: fit-content;
    font-size: 16px;
    line-height: calc($line_spacing / $font_size);
    padding: 7.5px 50px;
  }
  #main .present .present__desc {
    font-size: 16px;
  }
  #main .present .present__price {
    margin-top: 30px;
  }
  #main .present .present__price h3 {
    font-size: calc(40px * 0.9);
  }
  #main .present .present__price strong {
    font-size: calc(100px * 0.9);
  }
  #main .present .present__price strong small {
    font-size: calc(30px * 0.9);
  }
  #main .present .present__price p {
    font-size: calc(40px * 0.9);
    margin-top: 20px;
  }
  #main .present .present__period {
    margin-top: 30px;
  }
  #main .present .present__note {
    margin-top: 40px;
  }
  #main .present .present__note dt,
  #main .present .present__note dd {
    line-height: calc($line_spacing / $font_size);
  }
}
@media screen and (max-width: 320px) {
  #main .present .present__price {
    margin-top: -10px;
  }
  #main .present .present__price h3 {
    font-size: calc(40px * 0.8);
  }
  #main .present .present__price strong {
    font-size: calc(100px * 0.8);
  }
  #main .present .present__price strong small {
    font-size: calc(30px * 0.8);
  }
  #main .present .present__price p {
    font-size: calc(40px * 0.8);
  }
  #main .present .present__note dt,
  #main .present .present__note dd {
    font-size: 12px;
  }
}
#main .visit {
  background-color: #2a52a2;
  /* VISIT PC */
  /* VISIT TAB */
  /* VISIT SP */
  /* VISIT SE */
}
#main .visit .block-head-icon {
  border: solid 2px #0073bb;
}
#main .visit .block-head-icon::after {
  background-color: #0073bb;
}
#main .visit .block-head-icon p {
  letter-spacing: 0.05em;
}
#main .visit .point__title h2 span::after {
  background-color: #0073bb;
}
#main .visit .point__text {
  letter-spacing: 0.05em;
}
#main .visit .visit__card .visit__card--item .item-head {
  position: relative;
  background: linear-gradient(90deg, #a1d3e6 0%, #3d87c5 100%);
  border-radius: 10px 10px 0 0;
}
#main .visit .visit__card .visit__card--item .item-head::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, #a1d3e6 0%, #3d87c5 100%);
  height: 15px;
  margin-top: -1px;
  clip-path: polygon(calc(50% - 15px) 0%, calc(50% + 15px) 0%, 50% 100%);
}
#main .visit .visit__card .visit__card--item .item-head .colum1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
}
#main .visit .visit__card .visit__card--item .item-flow {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
#main .visit .visit__card .visit__card--item .item-flow .wrapper {
  position: relative;
}
#main .visit .visit__card .visit__card--item .item-flow .wrapper .illust {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#main .visit .visit__card .visit__card--item .item-flow .wrapper .img {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #main .visit .point__text {
    text-align: center;
  }
  #main .visit .visit__card .visit__card--item {
    margin-top: 60px;
  }
  #main .visit .visit__card .visit__card--item .item-head {
    display: flex;
    align-items: center;
    padding: 40px 100px;
  }
  #main .visit .visit__card .visit__card--item .item-head .colum1 {
    width: 190px;
    height: 53px;
    font-size: 20px;
    margin-right: 30px;
  }
  #main .visit .visit__card .visit__card--item .item-head .colum2 p {
    margin-top: 10px;
  }
  #main .visit .visit__card .visit__card--item .item-flow {
    padding-top: 50px;
  }
  #main .visit .visit__card .visit__card--item.item1 .item-flow .wrapper {
    top: -30px;
    padding-bottom: 50px;
  }
  #main .visit .visit__card .visit__card--item.item2 .item-flow .wrapper {
    margin-top: 20px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .visit .visit__card .visit__card--item {
    margin-top: 50px;
  }
  #main .visit .visit__card .visit__card--item .item-head {
    display: flex;
    align-items: center;
    padding: 30px 40px;
  }
  #main .visit .visit__card .visit__card--item .item-flow {
    padding-top: 40px;
  }
  #main .visit .visit__card .visit__card--item.item1 .item-flow .wrapper {
    top: -10px;
    padding-bottom: 20px;
  }
  #main .visit .visit__card .visit__card--item.item2 .item-flow .wrapper {
    margin-top: 20px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #main .visit .point__text {
    line-height: calc($line_spacing / $font_size);
    text-align: justify;
  }
  #main .visit .visit__card .visit__card--item {
    margin-top: 20px;
  }
  #main .visit .visit__card .visit__card--item .item-head {
    padding: 10px 10px 15px 10px;
  }
  #main .visit .visit__card .visit__card--item .item-head .colum1 {
    width: fit-content;
    font-size: 16px;
    padding: 2.5px 5px;
    margin-inline: auto;
  }
  #main .visit .visit__card .visit__card--item .item-head .colum2 {
    text-align: center;
  }
  #main .visit .visit__card .visit__card--item .item-head .colum2 h3 {
    font-size: 20px;
    margin: 10px 0;
  }
  #main .visit .visit__card .visit__card--item .item-head .colum2 p {
    font-size: 16px;
  }
  #main .visit .visit__card .visit__card--item .item-flow {
    padding: 25px 0 15px 0;
  }
  #main .visit .visit__card .visit__card--item .item-flow .text {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  #main .visit .visit__card .visit__card--item .item-flow .wrapper {
    margin-top: 10px;
  }
}
@media screen and (max-width: 320px) {
  #main .visit .point__title h2 {
    font-feature-settings: "palt";
    font-size: 19px;
  }
  #main .visit .visit__card .visit__card--item .item-head .colum2 p {
    font-size: 15px;
    letter-spacing: 0;
  }
  #main .visit .visit__card .visit__card--item .item-flow .text {
    font-feature-settings: "palt";
    font-size: 15px;
    letter-spacing: 0.05em;
  }
}
#main .reception {
  /* RECEPTION PC */
  /* RECEPTION TAB */
  /* RECEPTION SP */
  /* RECEPTION SE */
}
@media screen and (min-width: 768px) {
  #main .reception {
    padding: 70px 0 80px 0;
  }
  #main .reception .reception__title h2 {
    line-height: calc($line_spacing / $font_size);
  }
  #main .reception .reception__text {
    margin-top: 40px;
    line-height: calc($line_spacing / $font_size);
  }
  #main .reception .reception__link {
    display: flex;
    justify-content: space-between;
    width: 820px;
    margin: 45px auto 0 auto;
  }
  #main .reception .reception__link li {
    width: 48.78%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .reception {
    padding: 40px 0;
  }
  #main .reception .reception__text {
    margin-top: 30px;
  }
  #main .reception .reception__link {
    width: 100%;
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  #main .reception {
    padding: 40px 0 15px 0;
  }
  #main .reception .reception__text {
    margin-top: 20px;
    line-height: calc($line_spacing / $font_size);
  }
  #main .reception .reception__link {
    margin-top: 20px;
  }
  #main .reception .reception__link a {
    margin-bottom: 10px;
  }
}
#main .access {
  /* ACCESS PC */
  /* ACCESS TAB */
  /* ACCESS SP */
  /* ACCESS SE */
}
#main .access .label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0073bb;
  border-radius: 100vh;
  color: #fff;
  line-height: 1;
}
#main .access .btn-map {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 2.5px 1.5em 7.5px 1.5em;
  background-color: #fff;
  border: solid 1px #0073bb;
  border-radius: 100vh;
  color: #0073bb;
  line-height: 1;
  margin-top: 0.75em;
  transition: 0.3s ease-in;
}
@media (hover: hover) {
  #main .access .btn-map:hover {
    background-color: #f00;
    border-color: #f00;
    color: #fff;
  }
}
#main .access .access__note {
  font-size: 14px;
}
#main .access .access__tel .access__tel--number {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 1;
}
#main .access .access__tel .access__tel--number::before {
  content: "";
  position: relative;
  top: 2px;
  display: block;
  width: 27px;
  height: 16px;
  background: url(../media/images/factory/2026/icon_tel.svg) 0 0 no-repeat;
  background-size: contain;
  margin-right: 5px;
}
#main .access .access__tel .access__tel--number a {
  color: #333;
}
@media screen and (min-width: 768px) {
  #main .access {
    padding: 80px 0;
  }
  #main .access .label {
    width: 130px;
    height: 30px;
  }
  #main .access .access__title {
    margin-top: 40px;
  }
  #main .access .access__info {
    display: flex;
    justify-content: space-between;
    margin-top: 75px;
  }
  #main .access .access__info .access__info--list li {
    display: flex;
    margin-bottom: 10px;
  }
  #main .access .access__info .access__info--list li .label {
    margin-right: 20px;
  }
  #main .access .access__note {
    margin-top: 45px;
    text-align: center;
  }
  #main .access .access__note p {
    display: inline;
  }
  #main .access .access__tel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 70px auto 0 auto;
  }
  #main .access .access__tel .access__tel--number {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .access {
    padding: 50px 0;
  }
  #main .access .access__info {
    flex-direction: column;
    margin-top: 50px;
  }
  #main .access .access__info .access__info--list {
    width: fit-content;
    margin: 30px auto 0 auto;
    order: 2;
  }
  #main .access .access__info .access__info--img {
    width: 50%;
    margin-inline: auto;
    order: 1;
  }
  #main .access .access__note {
    font-size: 14px;
    margin-top: 30px;
  }
  #main .access .access__note p {
    display: block;
  }
  #main .access .access__tel {
    margin: 40px auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #main .access {
    padding: 40px 0;
  }
  #main .access .label {
    width: 120px;
    height: 30px;
  }
  #main .access .btn-map {
    margin-inline: auto;
  }
  #main .access .access__title {
    margin-top: 30px;
  }
  #main .access .access__info {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
  }
  #main .access .access__info .access__info--img {
    order: 1;
  }
  #main .access .access__info .access__info--list {
    width: fit-content;
    margin-inline: auto;
    order: 2;
    margin-top: 25px;
  }
  #main .access .access__info .access__info--list li {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
  }
  #main .access .access__info .access__info--list li .label {
    margin: 0 auto 10px auto;
  }
  #main .access .access__note {
    margin-top: 20px;
    text-align: justify;
  }
  #main .access .access__note p {
    display: inline;
  }
  #main .access .access__tel {
    width: fit-content;
    margin: 40px auto 0 auto;
  }
  #main .access .access__tel .label {
    margin-inline: auto;
  }
  #main .access .access__tel .access__tel--number {
    margin-top: 20px;
  }
}
#main #fixed-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  /* Fixed Menu PC */
  /* Fixed Menu TAB */
  /* Fixed Menu SP */
  /* Fixed Menu SE */
}
#main #fixed-menu .wrapepr {
  display: flex;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0.5%;
}
#main #fixed-menu .wrapepr .btn-link {
  width: 49.75%;
}
@media screen and (max-width: 767px) {
  #main #fixed-menu .btn-link {
    font-size: 15px;
  }
}
@media screen and (max-width: 320px) {
  #main #fixed-menu .btn-link {
    font-size: 14px;
  }
}

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