@charset "UTF-8";
/* dlight */
#hero {
  background-image: url(/assets/img/access/hd_kv.jpg);
}

.hotel-info {
  width: 90%;
  margin: 0 auto 5rem;
}
.hi--img {
  margin-bottom: 1rem;
}
.hi--tt {
  font-size: var(--fz-ll);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.hi--read {
  text-align: justify;
}
.hi--spec {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  padding-top: 1rem;
  border-top: 2px solid #edeff5;
}
.hi--spec ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hi--spec li {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-size: var(--fz-s);
  width: 100%;
}
.hi--spec li + li {
  margin-top: 3px;
}
.hi--spec-hr hr {
  position: relative;
  top: calc(50% - 1px);
  margin: 0 5px;
  border: none;
  border-top: dotted 2px #999;
}
.hi--spec-hr {
  flex: auto;
}
.hi--spec th, .hi--spec td {
  padding: 0.75rem 0;
  font-size: var(--fz-s);
}
.hi--spec th {
  text-align: left;
  font-weight: normal;
  color: #999;
}
.hi--spec td {
  text-align: right;
  color: #333;
}
.hi--note {
  font-size: var(--fz-s);
}
@media (min-width: 769px) {
  .hotel-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 890px;
    margin: 0 auto 10rem;
  }
  .hi--img {
    width: 480px;
    margin-bottom: 0;
  }
  .hi--info {
    width: 320px;
  }
  .hi--tt {
    font-size: var(--fz-20);
  }
  .hi--read {
    font-size: var(--fz-14);
  }
  .hi--spec li {
    font-size: var(--fz-12);
  }
  .hi--note {
    font-size: var(--fz-11);
  }
}


.acc--guide-car {
  width: 90%;
  margin: 0 auto 6rem;
}
.acc--guide-bus {
  width: 90%;
  margin: 0 auto 8rem;
}
@media (min-width: 769px) {
  .acc--guide-car {
    width: 834px;
    margin: 0 auto 10rem;
  }
  .acc--guide-bus {
    width: 834px;
    margin: 0 auto 12rem;
  }
}

.acc--g-icon {
  margin: auto;
}
.acc--guide-car .acc--g-icon {
  width: 36px;
}
.acc--guide-bus .acc--g-icon {
  width: 40px;
}
.acc--guide-hd {
  text-align: center;
  margin-bottom: 2rem;
}
.acc--guide-hd h2 {
  font-family: var(--ff-serif);
  font-size: var(--fz-ll);
  color: var(--cl-main);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
}
.acc--guide-hd h2::before,
.acc--guide-hd h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  border-top: 1px solid var(--cl-main);
  border-bottom: 1px solid var(--cl-main);
}
.acc--guide-hd p {
  font-size: var(--fz-s);
}

.acc--g-type + .acc--g-type {
  margin-top: 3rem;
}
.acc--g-type h3 {
  text-align: center;
  font-size: var(--fz-m);
  color: var(--cl-main);
  margin-bottom: 1rem;
}
.acc--g-txt {
  font-size: var(--fz-s);
  margin-bottom: 1.5rem;
}
.acc--g-txt p {
  margin-bottom: 0.5em;
}
.acc--g-txt ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

@media (min-width: 769px) {
  .acc--guide-car .acc--g-icon {
    width: 50px;
  }
  .acc--guide-bus .acc--g-icon {
    width: 54px;
  }
  .acc--guide-hd {
    margin-bottom: 5rem;
  }
  .acc--guide-hd h2 {
    font-size: var(--fz-24);
  }
  .acc--guide-hd h2::before,
  .acc--guide-hd h2::after {
    width: 48px;
  }
  .acc--guide-hd p {
    font-size: var(--fz-15);
  }
  .acc--g-type + .acc--g-type {
    margin-top: 5rem;
  }
  .acc--g-type h3 {
    text-align: center;
    font-size: var(--fz-16);
    margin-bottom: 1.5rem;
  }
  .acc--g-txt {
    width: max-content;
    font-size: var(--fz-12);
    margin: 0 auto 2rem;
  }
  .acc--g-txt p {
    margin-bottom: 0.5em;
  }
  .acc--g-txt ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
  }
  .acc--g-flow {
    overflow-x: visible;
    padding-bottom: 0;
  }
  .acc--g-flow::-webkit-scrollbar {
    display: none;
  }
  .acc--g-flow-img {
    width: 100%;
  }
}


.access--content-map {
  width: 100%;
  max-width: 768px;
  height: 300px;
  background: #f1f1ed;
  overflow: hidden;
  margin: 0 auto 100px;
}
@media (min-width: 769px) {
  .access--content-map {
    height: 400px;
    margin-bottom: 200px;
  }
}

.access--content-map iframe {
  width: 100%;
  height: 100%;
}


.spot--title-wrap {
  text-align: center;
  margin-bottom: 60px;
}
.spot--cat-wrap {
  width: 90%;
  margin: 0 auto 80px;
}
.spot--cat + .spot--cat {
  margin-top: 60px;
}
.spot--cat h3 {
  font-family: var(--ff-en-tenor);
  font-size: var(--fz-l);
  font-weight: normal;
  color: #2A3D5B;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.spot--rest .spot--item + .spot--item {
  margin-top: 30px;
}
.spot--item-ph {
  margin-bottom: 5px;
}
.spot--item-txt {
  font-size: var(--fz-m);
}
.spot--map {
  width: 92%;
  margin: auto;
}

@media (min-width: 769px) {
  .spot--title-wrap {
    margin-bottom: 60px;
  }
  .spot--cat-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 80px 40px;
    width: 960px;
    margin: 0 auto 120px;
  }
  .spot--cat {
    width: calc(33.3333% - 27px);
  }
  .spot--cat h3 {
    font-size: var(--fz-18);
  }
  .spot--rest {
    display: block;
    width: 100%;
  }
  .spot--rest .spot--item-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 40px;
  }
  .spot--rest .spot--item {
    width: calc(33.3333% - 27px);
  }
  .spot--rest .spot--item + .spot--item {
    margin-top: 0;
  }
  .spot--item-txt {
    font-size: var(--fz-15);
  }
  .spot--map {
    width: 960px;
  }
}
