@charset "UTF-8";

/* グロナビ */
.globalNav_item.map,
.sp-nav__item.map {
  background-color: #e6e8ed;
  color: #051e50;
  pointer-events: none;
}

.globalNav_item.map a {
  color: #051e50;
  pointer-events: none;
}

.globalNav_item.map::before {
  background-color: #051e50;
  content: '';
  display: inline-block;
  height: 4px;
  position: absolute;
  width: 94%;
  left: 5%;
  bottom: 0px;
  transform: scale(1, 1);
  transition: transform 0.3s;
}

/* row-reverse */
.row-reverse {
  flex-direction: row-reverse;
}


/* mv
========================== */
.mv {
  position: relative;
}
.mv_wrap {
  position: absolute;
  width: 90%;
  left: 8%;
  bottom: 80px;
  color: #fff;
}
.mv_title_en {
  font-family: "Cinzel", serif;
  font-size: 84px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.mv_title {
  font-size: 28px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width:768px) {
  .mv_wrap {
    bottom: 140px;
  }
  .mv_title_en {
    font-size: 40px;
  }
  .mv_title {
    font-size: 20px;
  }
}


/* main
========================== */
.main {
  padding-top: 200px;
}
@media only screen and (max-width:1080px) {
  .main {
    padding-top: 80px;
  }
}

.inner {
  max-width: 1000px;
}


/* top_area
========================== */
.top_area {
  position: relative;
  padding-top: 130px;
  padding-bottom: 50px;
  text-align: center;
}
.top_title {
  color: #826c36;
  font-size: 34px;
  letter-spacing: 0.1em;
  line-height: 1.88;
}
.top_lead {
  margin-top: 60px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.2;
}

@media only screen and (max-width:768px) {
  .top_area {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .top_title {
    font-size: 26px;
    line-height: 1.7;
  }
}


/* map_contents
============================ */
.map_contents {
  padding-top: 100px;
  padding-bottom: 120px;
}
.line_title {
  display: flex;
  align-items: center;
  font-size: 32px;
  letter-spacing: 0.1em;
  margin-bottom: 34px;
}
.line_title:before,
.line_title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #1a1a1a;
}
.line_title:before {
  margin-right: 30px;
}
.line_title:after {
  margin-left: 30px;
}
.map_lead {
  color: #004898;
  text-align: center;
  text-decoration: underline;
  margin-top: 34px;
  font-size: 24px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width:768px) {
  .map_contents {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .line_title {
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  .line_title:before {
    margin-right: 16px;
  }
  .line_title:after {
    margin-left: 16px;
  }
  .map_lead {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}


/* img_contents
============================= */
.img_contents {
  padding-block: 160px;
  background: url(../images/common/contents_bg.jpg) no-repeat center center / cover;
}
.img_contents_title {
  text-align: center;
  font-size: 34px;
  letter-spacing: 0.1em;
}
.img_contents_wrap {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
}
.img_contents_item {
  width: 100%;
  max-width: 470px;
}
.img_contents_cap {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
}


@media only screen and (max-width:768px) {
  .img_contents {
    padding-block: 60px;
  }
  .img_contents_title {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
  .img_contents_wrap {
    margin-top: 20px;
    flex-direction: column;
    row-gap: 20px;
  }
  .img_contents_item {
    margin-inline: auto;
  }
  .img_contents_cap {
    margin-top: 10px;
    text-align: left;
    font-size: 13px;
    letter-spacing: 0.03em;
  }
}

/* address_wrap
============================= */
.address_wrap {
  margin-top: 60px;
  display: flex;
  column-gap: 40px;
}
.address_label {
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  background-color: #645a27;
}
.address_body_title {
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.address_body_text {
  font-size: 20px;
  letter-spacing: 0.1em;
}
.map_btn_wrap {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}
.map_btn {
  display: block;
  width: 100%;
  max-width: 310px;
  border: 1px solid #051e50;
  border-radius: 100px;
  background-color: #e6e8ed;
  color: #051e50;
  text-align: center;
  font-size: 18px;
  font-size: clamp(1.6rem, 1.359rem + 0.294vw, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 1;
  padding-block: 20px;
  transition: .4s;
}
.map_btn:hover {
  background-color: #051e50;
  color: #fff;
}

@media only screen and (max-width:768px) {
  .address_wrap {
    margin-top: 30px;
    column-gap: 20px;
  }
  .address_label {
    width: 40px;
    flex-shrink: 0;
    font-size: 18px;
    line-height: 2;
  }
  .address_body_title {
    font-size: 18px;
  }
  .address_body_text {
    font-size: 16px;
  }
  .map_btn_wrap {
    margin-top: 40px;
    flex-direction: column;
    row-gap: 16px;
  }
  .map_btn {
    margin-inline: auto;
  }
}