@charset "utf-8";

.content-area {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
.sec-inner {
  max-width: 1240px;
  margin: 0 auto;
  width: calc(100% - 20px);
}

/*LOCATION*/

.sec-head {
  background: linear-gradient(to right,  rgba(79,40,0,1) 0%,rgba(121,80,0,1) 50%,rgba(79,40,0,1) 100%);
  padding: 25px 0;
}
.sec-head > h2 > span {
  color: #FFF;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.sec-head > h2 > span:first-child {
  font-size: 24px;
  font-weight: 500;
}
.sec-head > h2 > span:last-child {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .sec-head { padding: 35px 0; }
}

.sec-mv { position: relative; }
.sec-mv > img { width: 100%; }
.sec-mv .info {
  padding-top: clamp(40px, 5.20833333vw, 100px)  ;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.sec-mv .info > h3 {
  color: #8c7d5a;
  font-size: clamp(20px, 2.08333333vw, 40px);
  font-weight: lighter;
  letter-spacing: 0.2em;
  margin-bottom: clamp(20px, 2.08333333vw, 40px);
}
.sec-mv .info > p {
  font-size: clamp(14px, 1.04166667vw, 20px);
  font-weight: lighter;
  letter-spacing: 0.1em;
  line-height: clamp(1.5, 2.2, 3);
}
.sec-wrapper {
  background-color: #f0f0eb;
  padding-top: clamp(60px, 7.29166667vw, 140px);
}
.sec-location {
  padding-bottom: clamp(20px, 4.16666667vw, 80px);
}
.sec-location h3 {
  color: #8c7d5a;
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: clamp(36px, 3.12500vw, 60px);
  font-weight: lighter;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 40px;
}
.sec-location h3:before,
.sec-location h3:after {
  border-top: 3px solid #8c7d5a;
  border-bottom: 1px solid #8c7d5a;
  content: "";
  display: block;
  height: 4px;
  width: 100%;
}
.sec-location h3 > span {
  flex: 1;
  white-space: nowrap;
}
@media screen and (max-width:767px) {
  .sec-location h3 { gap: 20px; font-size: 30px;}
}

.area-block {
  border-bottom: 1px solid #8c7d5a;
  margin-bottom: clamp(40px, 4.16666667vw, 80px);
  padding-bottom: clamp(20px, 2.08333333vw, 40px);
  position: relative;
}
.area-block:last-child:after {
  background-color: #8c7d5a;
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -8px;
}
.area-head {
  margin-bottom: clamp(40px, 3.64583333vw, 70px);
}
.area-head h4 > .en {
  color: #8c7d5a;
  display: block;
  font-size: clamp(26px, 2.08333333vw, 40px);;
  font-family: 'Gilda Display', serif;
  font-weight: lighter;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 8px;
}
.area-head h4 > .jp {
  color: #8c7d5a;
  display: block;
  /*font-size: clamp(16px, 1.04166667vw, 20px);*/
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: lighter;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.area-head h4 + p {
  font-size: clamp(14px, 1.04166667vw, 20px);
  letter-spacing: 0.1em;
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .area-head h4 > .en { letter-spacing: 0.05em; }
}

.area-colums {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area-colums.reverse {
  flex-direction: row-reverse;
}
.area-colums .lg-col { width: 66.1290323%; }
.area-colums .md-col { width: 32.2580645%; }
.area-item {
  margin-bottom: clamp(18px, 1.87500vw, 36px);
  width: 100%;
}
.area-item > img { width: 100%; }
.area-item > span {
  display: block;
  font-size: clamp(11px, 0.833333333vw, 16px);
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: clamp(8px, 0.833333333vw, 16px);
}
.area-list-2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.area-list-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area-list-3 > * { width: 32.2580645%; }

@media screen and (max-width:767px) {
  .area-colums {
    display: block;
  }
  .area-colums .lg-col,
  .area-colums .md-col {
    width: 100%;
  }
  .area-list-2,
  .area-list-3 {
    flex-direction: row;
    justify-content: space-between;
  }
  .area-list-2 > *,
  .area-list-3 > * {
    width: 47.761194%;
  }
}

.sec-life {
  background-color: #fff;
  padding: clamp(50px, 7.29166667vw, 140px) 0 0;
}
.life-head h4 { padding: 40px 0; }
.life-head h4 > .en {
  color: #8c7d5a;
  display: block;
  font-size: clamp(28px, 2.08333333vw, 40px);
  font-family: 'Gilda Display', serif;
  font-weight: lighter;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.life-head h4 > .jp {
  color: #8c7d5a;
  display: block;
  font-size: clamp(18px, 1.04166667vw, 20px);
  font-weight: lighter;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.life-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.life-block > .col { width: 47.5806452%; }
.life-block .title {
  background-color: #beb4a0;
  color: #fff;
  font-size: clamp(10px, 0.729166667vw, 14px);
  margin-top: 4px;
  padding: 0 5px;
  text-align: left;
}
.life-block .list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  font-size: clamp(10px, 0.729166667vw, 14px);
  margin-top: 4px;
  padding: 0 5px;
  text-align: left;
}
.life-block .list li:before {
  border-top: 1px dotted #000;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  order: 2;
  flex: 1;
}
.life-block .list li span:last-child { order: 3; }

@media screen and (max-width:767px) {
  .life-head h4 { padding: 20px 0; }
  .life-block > .col { width: 100%; }
}

.access-block {
  background-color: #f0f0eb;
  margin-top: clamp(30px, 6.25vw, 120px);
  padding: 30px;
}
.access-block h4 { margin-bottom: 30px; }
.access-block h4 > .en {
  color: #8c7d5a;
  display: block;
  font-size: clamp(28px, 2.08333333vw, 40px);
  font-family: 'Gilda Display', serif;
  font-weight: lighter;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.access-block img { width: 100%; }

@media screen and (max-width:767px) {
  .access-block {
    margin-left: -10px;
    margin-right: -10px;
    padding: 30px 15px;
  }
  .access-block h4 { margin-bottom: 15px; }
}

@media screen and (min-width: 767px) {
  .br-sp {
    display: none;
  }
}