@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap");
/* ===============================================
reset
=============================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
a:hover {
  opacity: 0.7;
}

body {
  color: #000;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  background: #fff;
}

/* ===============================================
共通部分
=============================================== */
.main01 {
  font-family: "Noto Serif JP", serif;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .main01 {
    margin-top: 80px;
  }
}

.town-guide__inner {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  height: inherit;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .town-guide__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .town-guide__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ===============================================
main-visual
=============================================== */
.key-visual__img {
  text-align: center;
}

/* ===============================================
station-menu
=============================================== */
.station-menu {
  margin-top: 30px;
  padding: 0 24px;
}

.station-menu__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.station-menu__item {
  width: calc(33.3333333333% - 9.3333333333px);
  text-align: center;
  /*
  background-image: linear-gradient(0deg, rgba(147, 180, 197, 1), rgba(183, 205, 218, 1) 50%, rgba(147, 180, 197, 1));
  */
  background-color: #93B4C5;
}
@media screen and (min-width: 768px) {
  .station-menu__item {
    width: calc(20% - 11.2px);
  }
}
.station-menu__item + .station-menu__item {
  margin-left: 14px;
}
.station-menu__item a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 10px 2px;
}
@media screen and (min-width: 768px) {
  .station-menu__item a {
    font-size: 17px;
    padding: 13px 5px;
    letter-spacing: 0.4em;
  }
}

/* ===============================================
station-heading
=============================================== */
.station-heading {
  margin-top: 70px;
  text-align: center;
}

.station-heading__title {
  display: inline-block;
  width: 126px;
  height: 126px;
}

.station-heading__txt {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 600;
  height: 80px;
  color: #C8B041;
  letter-spacing: 0.2em;
  margin-top: 20px;
}
.station-heading__txt br {
  display: block;
}
@media screen and (min-width: 768px) {
  .station-heading__txt br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .station-heading__txt {
    font-size: 22px;
  }
}
.station-heading__txt::after {
  content: "◆";
  position: absolute;
  top: 57px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  color: #C8B041;
}

/* ===============================================
train-section
=============================================== */
.train-section {
  margin: 60px auto 0;
  max-width: 850px;
  width: 100%;
}

.train-section__content {
  margin-top: 35px;
}

.train-section__title {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
}
.train-section__title br {
  display: block;
}
@media screen and (min-width: 768px) {
  .train-section__title br {
    display: none;
  }
}
.train-section__title span {
  font-size: 23px;
  display: block;
}

.train-section__img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .train-section__img {
    flex-direction: row;
  }
}

.train-section__img2 {
  width: 100%;
  aspect-ratio: 418/270;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .train-section__img2 {
    width: 49.1764vw;
  }
}
.train-section__img2 + .train-section__img2 {
  margin-left: 0;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .train-section__img2 + .train-section__img2 {
    margin-left: 15px;
    margin-top: 0;
  }
}

.train-section__box {
  display: flex;
  align-items: top;
  flex-direction: column;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .train-section__box {
    flex-direction: row;
    margin-top: 30px;
  }
}

.train-section__reverse {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .train-section__reverse {
    flex-direction: row-reverse;
  }
}

.train-section__img3 {
  max-width: 767px;
  width: 100%;
  aspect-ratio: 418/270;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .train-section__img3 {
    max-width: 230px;
    aspect-ratio: 230/200;
  }
}

.train-section__img4 {
  max-width: 767px;
  width: 100%;
  aspect-ratio: 418/270;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .train-section__img4 {
    max-width: 330px;
    aspect-ratio: 330/220;
  }
}

.train-section__img5 {
  max-width: 767px;
  width: 100%;
  aspect-ratio: 277/270;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .train-section__img5 {
    max-width: 277px;
  }
}
.train-section__img5 + .train-section__img5 {
  margin-left: 0;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .train-section__img5 + .train-section__img5 {
    margin-left: 10px;
    margin-top: 0;
  }
}

.train-section__box-text {
  margin-left: 0;
  margin-top: 20px;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .train-section__box-text {
    margin-left: 35px;
    margin-top: 0;
  }
}

.train-section__reverse .train-section__box-text {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .train-section__reverse .train-section__box-text {
    margin-right: 35px;
  }
}

.train-section__box-txt {
  font-size: 19px;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .train-section__box-txt {
    font-size: 21px;
  }
}

.train-section__box-lists {
  margin-top: 25px;
}

.train-section__box-list {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 768px) {
  .train-section__box-list {
    font-size: 17px;
  }
}

.train-section__indent {
  padding-left: 3.5em;
  text-indent: -3.5em;
}

.train-section__time {
  margin-top: 20px;
}

.train-section__footnote {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 13px;
  margin-top: 50px;
}/*# sourceMappingURL=townguide.css.map */