@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
  appearance: none;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.bold__text {
  padding-bottom: 0.6px;
  border-bottom: 1px solid #f2f2f2;
}

@font-face {
  font-family: "KouzanGyosho";
  src: url("../font/KouzanGyoushoOTF.woff") format("woff");
  font-display: swap;
}
.line__color {
  background: #0CC755;
}
.line__color:hover {
  opacity: 0.4;
}

body {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: rgb(0, 84, 138);
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Source Han Serif JP", "Noto Serif JP", serif;
  font-size: 100%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  body {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
body {
  color: #f2f2f2;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

img {
  object-fit: cover;
  display: block;
}

.container {
  width: 100%;
  padding: 0 2em;
}

section {
  margin-bottom: 6rem;
}

.main {
  padding-right: 2rem;
  padding-left: 2rem;
  margin-bottom: 6rem;
}

.mv_area {
  position: relative;
  text-align: center;
  background-image: url(../img/mv/mv__img.jpg);
  background-size: cover;
  margin-top: 53px;
  width: 100%;
  height: 70vh;
  margin-bottom: 0 !important;
}
.mv_area .mv__logo {
  width: 20%;
  min-width: 200px;
  max-width: 420px;
}
@media (max-width: 1024px) {
  .mv_area .mv__logo {
    width: 30%;
  }
}
@media (max-width: 1024px) {
  .mv_area {
    height: 80vh;
  }
}

.infomation {
  margin-bottom: 6em;
  background: #f2f2f2;
  color: #333;
  font-size: 0.875rem;
  padding: 2rem;
}

.infomation__tell:hover {
  opacity: 0.4;
}

.section__1 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 2rem;
  background-image: url(../img/bg/nami.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.section__1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  z-index: 1;
}
.section__1 > * {
  position: relative;
  z-index: 2;
}

.section__1__comment {
  font-size: 0.875rem;
}

.tomiya__group {
  display: flex;
  flex-direction: column;
}
.tomiya__group p {
  margin-bottom: 1rem;
}
.tomiya__group a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  transition: 1s;
}
.tomiya__group:hover a:first-of-type {
  background: red;
  font-size: 1.25rem;
  font-family: "KouzanGyosho", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
.tomiya__group:hover a:nth-of-type(2) {
  background: #646C77;
  font-size: 1.25rem;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", sans-serif;
}
.tomiya__group:hover a:nth-of-type(3) {
  background: #DED6BC;
  color: #333;
  font-size: 1.25rem;
  font-family: "Helvetica", "Hiragino Sans", "Hiragino Maru Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 54px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.header .header__inner {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem;
  z-index: 1000;
}
.header .header__inner .logo a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .header .header__inner .logo a {
    height: 70px;
  }
}
.header .header__inner .nav ul {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background: rgb(0, 84, 138);
  padding: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  gap: 1rem;
}
.header .header__inner .nav.active ul {
  display: flex;
}
.header .header__inner .nav-toggle {
  display: block;
  cursor: pointer;
  font-size: 1.5rem;
}
.header .header__inner .nav-toggle :hover {
  opacity: 0.3;
  transition: 0.6s;
  transform: translateX(0.25rem);
}

.mv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20rem;
}

.box-links {
  display: flex;
  flex-wrap: wrap;
}
.box-links .box__flex {
  width: 100%;
  height: 200px;
  flex: 1 1 calc(50% - 1rem);
  background-color: #f0f0f0;
  padding: 1.5rem;
  text-align: center;
  border: 0.6px solid #d0d6da;
  position: relative;
  overflow: hidden;
}
.box-links .box__flex::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(36, 45, 52, 0.6);
  backdrop-filter: blur(2px);
  z-index: 1;
}
.box-links .box__flex > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .box-links .box__flex {
    flex: none;
  }
}
.box-links .section__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-links a {
  display: block;
  transition: 0.4s;
}
.box-links a:hover {
  opacity: 0.4;
}

.box__bg__facility {
  background-image: url("../img/bg/fish__bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.box__bg__access {
  background-image: url("../img/bg/access__bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.box__bg__map {
  background-image: url("../img/bg/AdobeStock_360561705.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.box__bg__guide {
  background-image: url("../img/bg/AdobeStock_438009577.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer {
  width: 100%;
  background-color: #3498db;
  padding-top: 4rem;
  padding-bottom: 2rem;
  text-align: center;
}
.footer .footer__logo {
  width: 100%;
  text-align: center;
  padding: 2rem;
}
.footer .footer__logo img {
  width: 120px;
  display: inline-block;
}
@media (max-width: 768px) {
  .footer .footer__logo img {
    width: 80px;
  }
}
.footer .footer__sns {
  width: 60%;
  padding-bottom: 2rem;
  margin: 0 auto;
}
.footer .footer__sns .footer__link {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.footer .footer__sns .footer__link li {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer__sns .footer__link li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f3f4f6;
  color: #2563eb;
  font-size: 1.6rem;
  transition: all 0.3s ease;
}
.footer .footer__sns .footer__link li a:hover {
  background: #2563eb;
  color: #fff;
  transform: scale(1.1);
}
.footer .footer__sns .footer__link {
  /* --- タブレット --- */
}
@media (max-width: 1024px) {
  .footer .footer__sns .footer__link li {
    width: 44px;
    height: 44px;
  }
  .footer .footer__sns .footer__link li a {
    font-size: 1.4rem;
  }
}
.footer .footer__sns .footer__link {
  /* --- スマホ --- */
}
@media (max-width: 768px) {
  .footer .footer__sns .footer__link {
    gap: 0.8rem;
  }
  .footer .footer__sns .footer__link li {
    width: 40px;
    height: 40px;
  }
  .footer .footer__sns .footer__link li a {
    font-size: 1.3rem;
  }
}
.footer .footer__sns .footer__link {
  /* --- 小型スマホ --- */
}
@media (max-width: 480px) {
  .footer .footer__sns .footer__link li {
    width: 36px;
    height: 36px;
  }
  .footer .footer__sns .footer__link li a {
    font-size: 1.2rem;
  }
}

small {
  font-size: 0.6rem;
  color: rgba(244, 244, 255, 0.2);
}

.section__head {
  width: 100%;
  text-align: center;
  color: #f2f2f2;
}
.section__head .section-title {
  font-family: "游明朝", "Yu Mincho", serif;
  font-size: 1.5rem;
  font-weight: 600;
}
.section__head .section-title:after {
  content: "";
  background-color: #3498db;
  display: block;
  height: 2px;
  margin: 0.32em auto 0.6em;
  width: 300px;
}

.section-title__mb2 {
  margin-bottom: 2em;
}

.mb_1 {
  margin-bottom: 1rem;
}

.amenity {
  font-size: 1.5rem;
  margin-bottom: 1em;
}

.list-title {
  color: #2d8fdd;
  border-left: solid 6px #2d8fdd; /*左側の線*/
  background: #f1f8ff; /*背景色*/
  margin-bottom: 3px; /*下のバーとの余白*/
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none !important; /*ポチ消す*/
  border-radius: 12px;
  margin-bottom: 1rem;
}

.full_width {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-bottom: 6em;
}

.google__link {
  text-align: right;
  color: #f2f2f2;
  font-size: 0.625rem;
}
.google__link:hover {
  opacity: 0.6;
  transition: 0.8s;
}

.insta-icon {
  width: 20px;
  display: inline-block;
}

.icon-font {
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .icon-font {
    font-size: 1.8rem;
  }
}

.icon-font-tell {
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .icon-font-tell {
    font-size: 1.48rem;
  }
}

.footer__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto;
  width: 100%;
}
.footer__btn a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  text-align: center;
}
.footer__btn a img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.footer__btn a img:hover {
  transform: scale(1.05);
}
@media (max-width: 1024px) {
  .footer__btn a {
    max-width: none;
    width: 80%;
  }
}
@media (max-width: 768px) {
  .footer__btn a {
    max-width: none;
    width: 100%;
  }
  .footer__btn img {
    width: 100%;
    max-width: none;
  }
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  background: #333;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 24px;
  opacity: 0.7;
  transition: opacity 0.3s, transform 0.3s;
  z-index: 999;
}

.back-to-top:hover {
  opacity: 1;
  transform: scale(1.1);
}

.button-33 {
  display: block;
  width: 100%;
  max-width: 420px;
  padding: 0.6em 0;
  font-size: 1rem;
  color: #f2f2f2;
  background-color: rgba(52, 152, 219, 0.6);
  margin: 3rem auto 2rem;
  text-align: center;
  letter-spacing: 0.5em;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.button-33:hover {
  background-color: #005f8a;
  transform: translateY(-2px);
}
.button-33:active {
  transform: translateY(0);
}

.info-access__accordion {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}
.popup img {
  max-width: 90%;
  max-height: 90%;
  padding: 4rem 0;
  margin: 0 auto;
}

.table__wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 2em;
  overflow-x: auto;
  border-radius: 12px;
  padding: 1.5rem;
  position: relative;
}
.table__wrapper table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  background: rgba(52, 152, 219, 0.6);
  border-radius: 8px;
  overflow: hidden;
}
.table__wrapper table thead {
  background: #3498db;
  color: #f2f2f2;
}
.table__wrapper table thead th {
  text-align: center;
  padding: 1.2rem 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1rem;
}
.table__wrapper table tbody tr {
  transition: background 0.3s ease, transform 0.2s ease;
}
.table__wrapper table tbody tr:nth-child(odd) {
  background: #f2f2f2;
}
.table__wrapper table tbody tr:nth-child(even) {
  background: #c5d1d9;
}
.table__wrapper table tbody tr:hover {
  background: rgba(52, 152, 219, 0.08);
  transform: translateY(-2px);
}
.table__wrapper table tbody tr td {
  padding: 1rem;
  border-bottom: 1px solid #d0d6da;
  font-size: 0.95rem;
  color: #333;
}
.table__wrapper table tbody tr td span {
  font-size: 0.85em;
  color: #777;
}
.table__wrapper table tbody tr:last-child td {
  border-bottom: none;
}
@media (max-width: 768px) {
  .table__wrapper {
    padding: 1rem;
  }
  .table__wrapper table {
    font-size: 0.9rem;
    min-width: 100%;
  }
  .table__wrapper table th, .table__wrapper table td {
    padding: 0.75rem;
  }
}
@media (max-width: 480px) {
  .table__wrapper table {
    font-size: 0.85rem;
  }
  .table__wrapper table th, .table__wrapper table td {
    padding: 0.6rem;
  }
}

.table__down {
  text-align: left;
  margin-bottom: 2em;
}

.guide {
  margin-top: 2rem;
}

.card {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #f2f2f2;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  color: #333;
  font-size: 0.875rem;
  margin: 0 auto;
}
.card .card__head {
  display: flex;
  flex-wrap: wrap;
}
.card .card__head .card__title {
  padding: 1rem 1rem 0;
  text-indent: none;
  order: 1;
}
.card .card__head .card__thumbnail {
  margin: 0;
  order: 0;
}
.card .card__head .card__thumbnail .card__image {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.card .card__head .card__thumbnail .card__image__senstu {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.card .card__body {
  padding: 0 1rem 3rem 1rem;
  width: 100%;
  height: 160px;
}
.card .card__body .card__text {
  height: 80px;
}
@media (max-width: 500px) {
  .card .card__body {
    height: 200px;
  }
}

.card__text + .card__text {
  margin-top: 0.5rem;
}

.swiper {
  width: 100%;
  max-width: 80%;
  padding: 0 0 50px 0;
}
.swiper .swiper-wrapper {
  height: auto;
}
.swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.swiper .swiper-wrapper .swiper-slide .swiper-slide img {
  width: 100%;
  height: 100%;
}

.swiper-button-prev {
  left: -5px;
}

.swiper-button-next {
  right: -5px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  color: #333;
  font-size: 1rem;
}

.swiper-pagination-bullet-active {
  background: #333;
}

.coment {
  max-width: 1200px;
  border: 1px dotted #f2f2f2;
  padding: 2rem;
  margin-bottom: 2em;
  background-image: url(../img/bg/check@2x.png);
  background-size: 120px;
  background-position: 30px 30px;
  background-repeat: no-repeat;
  opacity: 0.9;
}
@media (max-width: 1024px) {
  .coment {
    background-size: 60px;
    background-position: 10px 30px;
  }
}
@media (max-width: 450px) {
  .coment {
    background-size: 50px;
    background-position: 10px 10px;
  }
}

.facility__images__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 2em;
}
.facility__images__flex .facility__image__item {
  display: flex;
  flex-direction: column;
  width: 30%;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
.facility__images__flex .facility__image__item img {
  width: 100%;
  object-fit: cover;
}
.facility__images__flex .facility__image__item .image-desc {
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .facility__images__flex .facility__image__item .image-desc {
    font-size: 0.75rem;
  }
}

.facility__images__flex-douwn {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 12px;
}
.facility__images__flex-douwn .facility__image__item {
  font-size: 0.875rem;
  flex: 0 0 28%;
}
.facility__images__flex-douwn .facility__image__item img {
  width: 100%;
  height: 50%;
  display: block;
  border-radius: 8px;
}
@media (min-width: 1024px) {
  .facility__images__flex-douwn .facility__image__item {
    flex: 0 0 20%;
  }
}

.facility__rule {
  text-align: left;
}

.info-access__text {
  margin-bottom: 1rem;
}

.access__img__flex {
  display: flex;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}
.access__img__flex .info-access__img {
  width: 240px;
  text-align: center;
  margin-bottom: 1rem;
}
.access__img__flex .info-access__img img {
  max-width: 100%;
}

.access__bus__area img {
  margin: 0 auto;
  width: 50%;
}

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