@charset "UTF-8";
:root {
  --color-text: #000000;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-gold: #C09938;
  --color-request: #1F5476;
  --color-reserve: #845E80;
}

.c-btn {
  text-align: center;
}
.c-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 400;
  letter-spacing: 0.1714285714em;
  background: linear-gradient(272.98deg, #BAA437 0%, #8C7F40 35%, #BAA437 100%);
  background-size: 200% 100%;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  color: var(--color-white);
  text-decoration: none;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .c-btn a:hover {
    color: var(--color-white);
    text-decoration: none;
  }
}
.c-btn a {
  transition: all 0.6s ease-out;
}
.c-btn a:hover {
  background-position: 100% 0;
}
@media screen and (max-width: 767.98px) {
  .c-btn a {
    padding: 8.52px 33.24px;
    font-size: 11.93px;
  }
}

.c-information {
  padding: 100px 40px 150px;
  box-sizing: border-box;
}
#top .c-information {
  padding-top: 285px;
}
.c-information__heading {
  color: #645A28;
  text-align: center;
}
.c-information__heading span {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: 0.08em;
  padding-bottom: 27px;
}
.c-information__heading span:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #645A28;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-information__lead {
  margin-top: 45px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 2;
}
.c-information__detail {
  margin: 43px auto 0;
  max-width: 797px;
  background: #fff;
  padding: 40px 80px;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.1);
}
.c-information__detail .label {
  margin-bottom: 10px;
}
.c-information__detail .label span {
  border: 1px solid #645A28;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  padding: 3px 15px;
  color: #645A28;
}
.c-information__detail .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  color: #645A28;
}
.c-information__detail .text {
  margin-top: 21px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.c-information__detail .btn {
  margin-top: 39px;
}
@media screen and (max-width: 767.98px) {
  .c-information {
    padding: 42.61px 17.05px 27.27px;
  }
  #top .c-information {
    padding-top: 255.68px;
  }
  .c-information__heading span {
    font-size: 27.27px;
    padding-bottom: 23.01px;
  }
  .c-information__heading span:after {
    width: 85.23px;
  }
  .c-information__lead {
    margin-top: 34.09px;
    font-size: 17.05px;
    line-height: 2;
    font-weight: 600;
  }
  .c-information__detail {
    margin-top: 33.24px;
    max-width: 100%;
    padding: 68.18px 34.09px;
  }
  .c-information__detail .label {
    margin-bottom: 8.52px;
  }
  .c-information__detail .label span {
    font-size: 17.05px;
    padding: 2.56px 12.78px;
  }
  .c-information__detail .title {
    font-size: 20.45px;
    line-height: 1.6666666667;
  }
  .c-information__detail .text {
    margin-top: 17.9px;
    font-size: 13.64px;
    line-height: 2;
  }
  .c-information__detail .btn {
    margin-top: 33.24px;
  }
}

/* 交通アクセス図 */
.map_img img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.bus_img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  text-align: center;
  background: #fff;
}
.bus_img img {
  width: 66.6666666667%;
  max-width: 800px;
}
@media screen and (max-width: 767.98px) {
  .bus_img img {
    width: 95%;
    max-width: 100%;
  }
}

/* グロナビ */
.globalNav_item.access,
.sp-nav__item.access {
  background-color: #f7f3e8;
  color: #987625;
  pointer-events: none;
}

.globalNav_item.access a {
  color: #987625;
  pointer-events: none;
}

.globalNav_item.access::before {
  background-color: #987625;
  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;
}

/* main
========================== */
.main {
  padding-top: 200px;
}

@media only screen and (max-width: 1080px) {
  .main {
    padding-top: 80px;
  }
}
/* top_area
========================== */
.top_area {
  position: relative;
  padding-block: 140px;
  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-block: 50px;
  }
  .top_title {
    font-size: 30px;
    line-height: 1.7;
  }
  .top_lead {
    text-align: left;
    margin-top: 24px;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 2;
  }
}
/* map_area
============================ */
.map_area {
  position: relative;
  padding-bottom: 140px;
}

.map_area::before {
  content: "";
  position: absolute;
  background: url(../images/top/contents01_bg.webp) no-repeat center center/cover;
  width: 100%;
  height: calc(100% - 100px);
  bottom: 0;
}

.map_area .inner {
  max-width: 1200px;
}

@media only screen and (max-width: 768px) {
  .map_area {
    position: relative;
    padding-bottom: 60px;
  }
  .map_area::before {
    height: calc(100% - 60px);
  }
}
/* img_contents
============================= */
.img_contents {
  padding-block: 160px;
  background: url(../images/top/contents03_bg.jpg) no-repeat center center/cover;
}

.img_contents_wrap {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.img_contents_item {
  width: 100%;
  max-width: 560px;
}

.img_contents_text {
  color: #000;
  text-align: center;
  margin-top: 34px;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.img_contents_text span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  .img_contents {
    padding-block: 60px;
  }
  .img_contents_wrap {
    flex-direction: column;
    row-gap: 40px;
  }
  .img_contents_item {
    margin-inline: auto;
  }
  .img_contents_text {
    margin-top: 20px;
    font-size: 26px;
  }
}
/* contents
============================= */
.contents {
  display: flex;
}

.contents_img {
  width: 50%;
}

.contents_body {
  width: 50%;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/top/contents01_bg.webp) no-repeat center center/cover;
}

.contents_gray .contents_body {
  color: #fff;
  background: url(../images/common/contents_bg_gray.jpg) no-repeat center center/cover;
}

.contents_body_wrap {
  width: 86%;
  margin-inline: auto;
}

.contents_body_title {
  font-size: 30px;
  font-size: clamp(2.2rem, 0.136rem + 1.909vw, 3rem);
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: left;
}

.contents_body_text {
  margin-top: 38px;
  font-size: 18px;
  font-size: clamp(1.6rem, 1.084rem + 0.477vw, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2.2;
}

@media only screen and (max-width: 1080px) {
  .contents {
    flex-direction: column-reverse;
  }
  .contents_img {
    width: 100%;
  }
  .contents_body {
    width: 100%;
    padding: 50px 20px;
    display: block;
  }
  .contents_body_wrap {
    width: 100%;
  }
  .contents_body_title {
    font-size: 26px;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
  .contents_body_text {
    margin-top: 24px;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 2;
  }
}
/* landplan_contents
================================ */
.contents_column {
  display: flex;
  flex-direction: column;
}

.landplan_contents {
  padding-block: 90px;
  background: url(../images/landplan/landplan_contents_bg.jpg) no-repeat center center/cover;
}

.landplan_contents.bg_gray {
  color: #fff;
  background: url(../images/landplan/landplan_contents_bg2.jpg) no-repeat center center/cover;
}

.landplan_contents_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.landplan_contents_title {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.landplan_contents_text {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.2;
  margin-left: 50px;
  padding-left: 50px;
  border-left: 1px solid rgba(26, 26, 26, 0.3);
}

.landplan_contents.bg_gray .landplan_contents_text {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 1080px) {
  .contents_column {
    flex-direction: column-reverse;
  }
  .landplan_contents {
    padding-block: 50px;
  }
  .landplan_contents_wrap {
    flex-direction: column;
    align-items: start;
    row-gap: 30px;
  }
  .landplan_contents_title {
    text-align: left;
    font-size: 26px;
    line-height: 1.7;
  }
  .landplan_contents_text {
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 2;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .landplan_contents.bg_gray .landplan_contents_text {
    border-left: none;
  }
}
/*# sourceMappingURL=access.css.map */
