/*-------------
intro
--------------*/
.intro {
  margin-top: 134px;
  text-align: center;
  position: relative;
}
.intro .intro__text {
  margin-top: 34px;
}
.intro .decoration {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}
.intro .decoration img {
  width: 100%;
}

/*-------------
location
--------------*/
.location {
  margin-top: 134px;
}
.location h2 {
  text-align: center;
}
.location .location__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.location .location__map {
  width: 50%;
  position: relative;
  padding-top: 36.48895%;
}
.location .location__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.location .location__img {
  width: 44.3262411348%;
}
.location .more__btn {
  text-align: center;
}

/*-------------
map
--------------*/
.map .contents__ttl {
  margin-top: 113px;
}
.map .map__area {
  position: relative;
  width: 100%;
  padding-top: 30.7467%;
  margin-top: 45px;
}
.map .map__area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map .cite {
  text-align: center;
  margin-top: 20px;
}

/*-------------
root
--------------*/
.root .contents__ttl {
  margin-top: 113px;
}
.root ol {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 34px;
}
.root li {
  width: 30.9%;
}
.root li p {
  margin-top: 16px;
}

/*-------------
train,airport
--------------*/
.airport__img,
.train__img {
  margin-top: 70px;
  max-width: 814px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.airport .contents__ttl span,
.train .contents__ttl span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 13px;
}

.train .contents__ttl {
  margin-top: 154px;
}
.train .contents__ttl span {
  width: 28px;
}
.train .w814 {
  max-width: 814px;
  margin: 70px auto 0;
}
.train .middle__text {
  font-size: 26px;
}
.train .large__text {
  margin-top: 25px;
  font-size: 20px;
}

.airport .contents__ttl {
  margin-top: 100px;
}
.airport .contents__ttl span {
  width: 42px;
}

/*-------------
morning,morning
--------------*/
.morning__wrap,
.cafe__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 45px;
}
.morning__img,
.cafe__img {
  width: 57%;
}
.morning__contents,
.cafe__contents {
  width: 39%;
}
.morning__contents p,
.cafe__contents p {
  margin-top: 50px;
}
.morning dl,
.cafe dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 14px;
}
.morning .img__area,
.cafe .img__area {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.morning .img__area .img__area_img,
.cafe .img__area .img__area_img {
  width: 32.3529411765%;
}
.morning .more__btn,
.cafe .more__btn {
  margin-top: 58px;
}

.morning .contents__ttl {
  margin-top: 113px;
}

.caft .contents__ttl {
  margin-top: 90px;
}/*# sourceMappingURL=parts.css.map */