<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

html {
  height: 100%;
  margin: 0;
  font-size: 62.5%;
  letter-spacing: 0;
}

body {
  font-family: "yu-gothic-pr6n", sans-serif;
}

.annotation-white {
  position: absolute;
  right: 0;
  bottom: 3px;
  z-index: 15;
  font-size: 10px;
  color: #fff;
}

@media screen and (min-width: 767px) {
  .annotation-white {
    bottom: 1px;
  }
}

.annotation-black {
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: 15;
  font-size: 10px;
  color: #000000;
}

.l-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .l-inner {
    max-width: 1112px;
    padding-right: 56px;
    padding-left: 56px;
  }
}

@media (min-width: 1024px) {
  .l-inner {
    max-width: 1116px;
    padding-right: 58px;
    padding-left: 58px;
  }
}

.location__message-wrap {
  text-align: left;
}

.location__message__title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #000000;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location__message__title {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .location__message__title {
    font-size: 32px;
  }
}

.location__message__text {
  font-size: 13px;
  line-height: 1.6;
  padding-top: 30px;
  color: #000000;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location__message__text {
    font-size: 16px;
    padding-top: 44px;
    line-height: 2;
  }
}

@media (min-width: 1024px) {
  .location__message__text {
    font-size: 18px;
    padding-top: 47px;
    line-height: 2;
  }
}

.en-title {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 400;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .en-title {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .en-title {
    font-size: 36px;
  }
}

.pc-tab-only {
  display: none;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .pc-tab-only {
    display: block;
  }
}

@media (min-width: 1024px) {
  .pc-tab-only {
    display: block;
  }
}

.pc-only {
  display: none;
}

@media screen and (min-width: 1025px) {
  .pc-only {
    display: block;
  }
}

.tab-only {
  display: none;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .tab-only {
    display: block;
  }
}

@media (min-width: 1024px) {
  .tab-only {
    display: none;
  }
}

.annotation-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 15;
  font-size: 10px;
  color: #fff;
  padding: 2px 0px 2px 5px;
  background-color: rgba(0, 0, 0, 0.3137254902);
}

/**********************************
    location-fv
***********************************/
.location-fv {
  position: relative;
  height: 600px;
}

@media screen and (min-width: 767px) {
  .location-fv {
    height: 920px;
  }
}

.location-fv::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background-image: url(../../location/img/location-fv-sp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-fv::before {
    background-image: url(../../location/img/location-fv.jpg);
    background-position: 40% bottom;
    height: 920px;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .location-fv::before {
    background-image: url(../../location/img/location-fv.jpg);
    background-position: bottom center;
    height: 920px;
  }
}

@media (min-width: 1441px) {
  .location-fv::before {
    background-image: url(../../location/img/location-fv.jpg);
    background-position: bottom center;
    height: 920px;
  }
}

.location-fv__title-wrap {
  position: relative;
  left: 0;
  top: 70%;
  z-index: 10;
  color: #fff;
  text-align: left;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-fv__title-wrap {
    top: 74.5%;
  }
}

@media (min-width: 1024px) {
  .location-fv__title-wrap {
    top: 70%;
  }
}

.location-fv__main-title {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

@media screen and (min-width: 767px) {
  .location-fv__main-title {
    font-size: 48px;
  }
}

.location-fv__sub-title {
  line-height: 2;
  margin-top: 13px;
  font-size: 18px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-fv__sub-title {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .location-fv__sub-title {
    font-size: 36px;
  }
}

/**********************************
    location-section2
***********************************/
.location-section2 {
  position: relative;
  z-index: 1;
  padding-top: 38px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section2 {
    padding-top: 56px;
  }
}

@media (min-width: 1024px) {
  .location-section2 {
    padding-top: 106px;
  }
}

.location-section2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../../location/img/location-bg.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 55vh;
}

@media screen and (min-width: 767px) {
  .location-section2::before {
    height: 50vw;
  }
}

.location-section2__img,
.location-section2__img img {
  width: 100%;
}

.location-section2__img {
  padding-top: 42px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section2__img {
    padding-top: 66px;
  }
}

@media (min-width: 1024px) {
  .location-section2__img {
    padding-top: 114px;
  }
}

.location-section2__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 375/372;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section2__img img {
    aspect-ratio: 767/658;
  }
}

@media (min-width: 1024px) {
  .location-section2__img img {
    aspect-ratio: 1440/920;
  }
}

/**********************************
    location-section3
***********************************/
.location-section3 {
  padding-top: 40px;
  background-image: url(../../location/img/location-bg.jpg);
  padding-bottom: 40px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section3 {
    padding-top: 68px;
    background-image: none;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .location-section3 {
    padding-top: 112px;
    padding-bottom: 40%;
    background-image: none;
  }
}

@media (min-width: 1441px) {
  .location-section3 {
    padding-bottom: 555px;
    background-image: none;
  }
}

.section3-items {
  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-align: start;
  -ms-flex-align: start;
  align-items: start;
}

@media screen and (min-width: 1025px) {
  .section3-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 60px;
  }
}

.section3-item--right {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .section3-item--right {
    width: 67.2%;
    padding-bottom: 40px;
  }
}

.section3-item__img,
.section3-item__img img {
  width: 100%;
}

.section3-item--right::before {
  position: absolute;
  content: "";
  width: 19%;
  height: 20%;
  background-image: url(../../location/img/location-section3-item2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0;
  z-index: 10;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .section3-item--right::before {
    width: 22%;
    height: 19%;
    background-image: url(../../location/img/location-section3-item.png);
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .section3-item--right::before {
    width: 19%;
    height: 20%;
    background-image: url(../../location/img/location-section3-item.png);
  }
}

.section3-item__img img {
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  z-index: 5;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .section3-item__img img {
    aspect-ratio: 540/540;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .section3-item__img img {
    aspect-ratio: 673/671;
  }
}

.section3-item__img {
  width: 100%;
  padding-top: 26px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .section3-item__img {
    padding-top: 37px;
    width: 82.5%;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .section3-item__img {
    width: 100%;
  }
}

.section3-item__img {
  position: relative;
}

.location-section3__message-wrap {
  color: #000000;
  text-align: left;
  position: relative;
}

.location-section3__title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #000000;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section3__title {
    font-size: 23px;
  }
}

@media (min-width: 1024px) {
  .location-section3__title {
    font-size: 32px;
  }
}

.section3-item--left {
  width: 100%;
  position: relative;
  z-index: 5;
}

@media screen and (min-width: 1025px) {
  .section3-item--left {
    width: 43%;
  }
}

.section3-item__text {
  padding-top: 30px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .section3-item__text {
    padding-top: 48px;
  }
}

@media (min-width: 1024px) {
  .section3-item__text {
    padding-top: 0;
  }
}

.location-section3__annotation {
  bottom: -2%;
  right: -2%;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section3__annotation {
    right: -10%;
    bottom: -2.8%;
  }
}

@media (min-width: 1024px) {
  .location-section3__annotation {
    right: 0;
    bottom: -60px;
  }
}

@media screen and (min-width: 767px) {
  .sp-only {
    display: none;
  }
}

/**********************************
    location-section4
***********************************/
.location-section4 {
  margin-top: 50%;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section4 {
    margin-top: 53%;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .location-section4 {
    margin-top: 17%;
  }
}

@media (min-width: 1441px) {
  .location-section4 {
    margin-top: 245px;
  }
}

.location-section4__items {
  max-width: 1550px;
  margin: 0 auto;
}

.flex__section4--item01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.location-item-1 {
  position: relative;
  z-index: 1;
  margin-top: -42%;
}

@media (min-width: 1024px) {
  .location-item-1 {
    margin-top: -42.5%;
  }
}

.location-item-2 {
  position: relative;
  z-index: 5;
  margin-left: -53.33vw;
}

.flex__section4--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.location-item-3 {
  padding-top: 35px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-item-3 {
    padding-top: 76px;
  }
}

@media (min-width: 1024px) {
  .location-item-3 {
    padding-top: 90px;
  }
}

@media (max-width: 1440px) {
  .location-item-3 {
    padding-left: 23.33vw;
  }
}

.location-item-4 {
  padding-top: 33px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-item-4 {
    padding-top: 72px;
  }
}

@media (min-width: 1024px) {
  .location-item-4 {
    padding-top: 90px;
  }
}

@media (max-width: 1440px) {
  .location-item-4 {
    padding-right: 23.33vw;
  }
}

.location-only-body {
  width: 76.67vw;
  max-width: 1104px;
}

.location-section4__img {
  position: relative;
}

.location-section4__img,
.location-section4__img img {
  width: 100%;
  max-width: 1104px;
}

.location-section4__img img {
  aspect-ratio: 1104/704;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.location-section4-body {
  padding-top: 38px;
  position: relative;
  left: -23%;
  width: 115%;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section4-body {
    padding-top: 63px;
    left: 0;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .location-section4-body {
    padding-top: 72px;
    left: 0;
    width: 100%;
  }
}

.location-section4-body__title {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section4-body__title {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .location-section4-body__title {
    font-size: 48px;
    letter-spacing: 0.1em;
  }
}

.location-section4-body__text {
  font-size: 13px;
  line-height: 2;
  padding-top: 4vw;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section4-body__text {
    font-size: 18px;
    padding-top: 38px;
    line-height: 1.5;
  }
}

@media (min-width: 1024px) {
  .location-section4-body__text {
    font-size: 24px;
    padding-top: 50px;
    line-height: 1.5;
  }
}

/**********************************
    location-section5
***********************************/
.location-section5 {
  margin-top: 32px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section5 {
    margin-top: 80px;
  }
}

@media (min-width: 1024px) {
  .location-section5 {
    margin-top: 132px;
  }
}

.scroll-infinity__item {
  flex-shrink: 0;
  width: 37.07vw;
  margin-left: 3px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .scroll-infinity__item {
    flex-shrink: 0;
    width: 30.12vw;
    max-width: 300px;
    margin-left: 7px;
  }
}

@media (min-width: 1024px) {
  .scroll-infinity__item {
    flex-shrink: 0;
    width: 22.01vw;
    max-width: 400px;
    margin-left: 7px;
  }
}

.scroll-infinity__item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  aspect-ratio: 139/113;
  /* デフォルトのアスペクト比 */
}

@media (min-width: 767px) and (max-width: 1024px) {
  .scroll-infinity__item img {
    aspect-ratio: 231/188;
    /* タブレット用アスペクト比 */
  }
}

@media (min-width: 1024px) {
  .scroll-infinity__item img {
    aspect-ratio: 317/258;
    /* PC用アスペクト比 */
  }
}


.section5-scroll-02 {
  transform: translateX(-17vw); 
  width: 150%;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .section5-scroll-02 {
    transform: translateX(-16vw); 
  }
}
@media (min-width: 1024px){
  .section5-scroll-02 {
    transform: translateX(-11vw); 
  }
}
@media (min-width: 1820px){
  .section5-scroll-02 {
    transform: translateX(-207px); 
  }
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  /* スクロールが表示されないように隠す */
  position: relative;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  /* アイテムが折り返されないように設定 */
}

.scroll-infinity__list--right {
  -webkit-animation: infinity-scroll-right 25s infinite linear 0.5s both;
  animation: infinity-scroll-right 25s infinite linear 0.5s both;
}

.scroll-infinity__list--right-02 {
  -webkit-animation: infinity-scroll-right 30s infinite linear 0.5s both;
  animation: infinity-scroll-right 30s infinite linear 0.5s both;
}

.scroll-infinity+.scroll-infinity {
  padding-top: 3px;
}

@media screen and (min-width: 767px) {
  .scroll-infinity+.scroll-infinity {
    padding-top: 7px;
  }
}

.location-section5-annotation-wrap {
  position: relative;
  padding-top: 60px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section5-annotation-wrap {
    padding-top: 103px;
  }
}

@media (min-width: 1024px) {
  .location-section5-annotation-wrap {
    padding-top: 150px;
  }
}

.location-section5-annotation {
  position: absolute;
  top: 7px;
  right: 6px;
  font-size: 10px;
  color: #000000;
}

@media screen and (min-width: 767px) {
  .location-section5-annotation {
    top: 0;
    right: 10px;
  }
}

/**********************************
    location-section6
***********************************/
.location-section6-img-wrap {
  position: relative;
}

.location-section6__img,
.location-section6__img img {
  width: 100%;
}

.location-section6__img img {
  aspect-ratio: 375/430;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 767px) {
  .location-section6__img img {
    aspect-ratio: 1440/920;
  }
}

.location-section6__img {
  margin-bottom: 35px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section6__img {
    margin-bottom: 78px;
  }
}

@media (min-width: 1024px) {
  .location-section6__img {
    margin-bottom: 100px;
  }
}

.message-sub-title {
  padding-top: 17px;
  line-height: 1.75;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .message-sub-title {
    line-height: 1;
    padding-top: 35px;
  }
}

@media (min-width: 1024px) {
  .message-sub-title {
    line-height: 1;
    padding-top: 43px;
  }
}

/**********************************
    location-section7
***********************************/
.location-section7 {
  margin-top: 49px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section7 {
    margin-top: 52px;
  }
}

@media (min-width: 1024px) {
  .location-section7 {
    margin-top: 107px;
  }
}

.location-section7-wide-inner {
  margin: auto;
  padding: 0 20px;
  max-width: 600px;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 767px) {
  .location-section7-wide-inner {
    padding: 0 25px;
    max-width: 1374px;
  }
}

.location-section7-list--01 {
  display: grid;
  gap: 21px;
  grid-template-columns: repeat(1, 1fr);
  padding: 0 37.5px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section7-list--01 {
    max-width: 655px;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .location-section7-list--01 {
    width: clamp(300px, 61vw, 865px);
    margin: 0 auto;
    row-gap: 65px;
    -webkit-column-gap: 42px;
    -moz-column-gap: 42px;
    column-gap: 42px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
}

.location-section7-list--02 {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(1, 1fr);
  padding: 0 37.5px;
  margin-top: 18px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section7-list--02 {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    max-width: 655px;
    margin: 0 auto;
    padding-top: 41px;
    padding-left: 0;
    padding-right: 0;
  }

  .location-section7-list--02 .location-section7-list__item:nth-child(3) {
    grid-column: 1/-1;
    justify-self: center;
    max-width: 310px;
  }
}

@media screen and (min-width: 1025px) {
  .location-section7-list--02 {
    row-gap: 65px;
    -webkit-column-gap: 44px;
    -moz-column-gap: 44px;
    column-gap: 44px;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
}

.location-section7-list__item-img {
  width: 100%;
  -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.0862745098);
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.0862745098);
}

.location-section7-list__item-img img {
  aspect-ratio: 260/172;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section7-list__item-img img {
    aspect-ratio: 308/230;
  }
}

@media (min-width: 1024px) {
  .location-section7-list__item-img img {
    aspect-ratio: 412/275;
  }
}

.location-section7-list__item-text {
  color: #000000;
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.5;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section7-list__item-text {
    margin-top: 13px;
    font-size: 11px;
  }
}

@media (min-width: 1024px) {
  .location-section7-list__item-text {
    margin-top: 18px;
    font-size: 14px;
  }
}

.location-section7-annotation {
  bottom: -34px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section7-annotation {
    bottom: -28px;
    right: 56px;
  }
}

@media (min-width: 1024px) {
  .location-section7-annotation {
    bottom: -60px;
    right: 2px;
  }
}

/**********************************
    location-section8
***********************************/
.location-section8 {
  margin-top: 74px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section8 {
    margin-top: 76px;
  }
}

@media (min-width: 1024px) {
  .location-section8 {
    margin-top: 220px;
  }
}

.location-section8-img-wrap {
  position: relative;
}

.location-section8__img,
.location-section8__img img {
  width: 100%;
}

@media (min-width: 767px) and (max-width: 1024px) {

  .location-section8__img,
  .location-section8__img img {
    width: 79%;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {

  .location-section8__img,
  .location-section8__img img {
    width: 100%;
  }
}

.location-section8__img img {
  aspect-ratio: 332/306;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section8__img img {
    aspect-ratio: 521/489;
  }
}

@media (min-width: 1024px) {
  .location-section8__img img {
    aspect-ratio: 1000/930;
  }
}

.location-section8-message {
  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;
  padding-top: 136px;
  text-align: left;
  display: block;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section8-message {
    padding-top: 160px;
    display: block;
  }
}

@media (min-width: 1024px) {
  .location-section8-message {
    padding-top: 155px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.location-section8-message__title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #000000;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section8-message__title {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .location-section8-message__title {
    font-size: 32px;
  }
}

.location-section8-message__text {
  padding-top: 136px;
  font-size: 13px;
  line-height: 1.6;
  padding-top: 30px;
  color: #000000;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section8-message__text {
    font-size: 16px;
    padding-top: 30px;
    line-height: 2;
  }
}

@media (min-width: 1024px) {
  .location-section8-message__text {
    font-size: 18px;
    padding-top: 47px;
    line-height: 2;
  }
}

.location-annotation {
  bottom: -24px;
  right: 0px;
  text-align: right;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-annotation {
    bottom: -24px;
    right: 73px;
  }
}

@media (min-width: 1024px) {
  .location-annotation {
    bottom: -29px;
    right: 7px;
  }
}

.location-annotation-second {
  bottom: -68px;
  right: 0px;
  text-align: right;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-annotation-second {
    bottom: -69px;
    right: 73px;
  }
}

@media (min-width: 1024px) {
  .location-annotation-second {
    bottom: -72px;
  }
}

.location-section8__img__wrap {
  position: relative;
}

/**********************************
    location-section9
***********************************/
.location-section9 {
  margin-top: 60px;
  margin-bottom: 74px;
  position: relative;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section9 {
    margin-top: 46px;
    margin-bottom: 105px;
  }
}

@media (min-width: 1024px) {
  .location-section9 {
    margin-top: 85px;
    margin-bottom: 130px;
  }
}

.location-section9-inner {
  margin: auto;
  padding: 0 20px;
  max-width: 600px;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 767px) {
  .location-section9-inner {
    padding: 0 25px;
    max-width: 1374px;
  }
}

.location-section9-list {
  display: grid;
  gap: 32px 0;
  grid-template-columns: repeat(1, 1fr);
  padding: 0 37.5px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section9-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    max-width: 655px;
    margin: 0 auto;
    padding: 0;
  }

  .location-section9-list .location-section9-list__item:nth-child(3) {
    grid-column: 1/-1;
    justify-self: center;
    max-width: 310px;
  }
}

@media screen and (min-width: 1025px) {
  .location-section9-list {
    row-gap: 65px;
    -webkit-column-gap: 44px;
    -moz-column-gap: 44px;
    column-gap: 44px;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
  }
}

.location-section9-list__item-img {
  width: 100%;
  -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.0862745098);
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.0862745098);
}

.location-section9-list__item-img img {
  aspect-ratio: 260/172;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section9-list__item-img img {
    aspect-ratio: 308/230;
  }
}

@media (min-width: 1024px) {
  .location-section9-list__item-img img {
    aspect-ratio: 412/275;
  }
}

.location-section9-list__item-text {
  color: #000000;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.location-section9-list__item-text span {
  display: inline-block;
  font-size: 10px;
}

@media screen and (min-width: 767px) {
  .location-section9-list__item-text {
    margin-top: 13px;
    text-align: center;
  }

}

@media screen and (min-width: 1024px) {
  .location-section9-list__item-text {
    margin-top: 13px;
    font-size: 14px;
    text-align: center;
  }
}

.location-section9-annotation {
  bottom: -33px;
  right: 9px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section9-annotation {
    bottom: -23px;
    right: 56px;
  }
}

@media (min-width: 1024px) {
  .location-section9-annotation {
    bottom: -29px;
    right: 0;
  }
}

.location-section10 {
  padding-top: 28px;
  padding-bottom: 38px;
  background-color: #CCE8EB;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section10 {
    padding-top: 64px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1024px) {
  .location-section10 {
    padding-top: 74px;
    padding-bottom: 80px;
  }
}

.location-section10__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}

@media screen and (min-width: 767px) {
  .location-section10__inner {
    max-width: 1416px;
    padding-right: 58px;
    padding-left: 58px;
  }
}

.location-section10__img-main {
  position: relative;
}

.location-section10__img-main,
.location-section10__img-main img {
  width: 100%;
}

.location-section10__img-main img {
  aspect-ratio: 330/198;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section10__img-main img {
    aspect-ratio: 655/413;
  }
}

@media (min-width: 1024px) {
  .location-section10__img-main img {
    aspect-ratio: 1300/780;
  }
}

.location-section10-message {
  padding-top: 40px;
  padding-bottom: 24px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section10-message {
    padding-top: 70px;
    padding-bottom: 57px;
  }
}

@media (min-width: 1024px) {
  .location-section10-message {
    padding-top: 88px;
    padding-bottom: 80px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.location-section10__img-map {
  position: relative;
}

.location-section10__img-map,
.location-section10__img-map img {
  width: 100%;
}

.location-section10__img-map img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.annotation-top-no {
  bottom: -14px;
  right: 0;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .annotation-top-no {
    bottom: -22px;
  }
}

@media (min-width: 1024px) {
  .annotation-top-no {
    bottom: -14px;
  }
}

.location-section11 {
  padding-top: 20px;
  padding-bottom: 30px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .location-section11 {
    padding: 30px 0;
  }
}

@media (min-width: 1024px) {
  .location-section11 {
    padding-top: 47px;
    padding-bottom: 81px;
  }
}

.location-section11__cautionary-note {
  color: #000000;
  font-size: 10px;
  line-height: 1.2;
  text-indent: -1em;
  padding-left: 1em;
}

/*# sourceMappingURL=style.css.map */</pre></body></html>