@charset "utf-8";

/* 現地案内図
---------------------------------------------- */
.page-section01 {
  padding: 100px 5%;
  position: relative;
}

.page-section01.bg_pattern {
  background: url(../img/bg_pattern_long.jpg) repeat-y top center;
  background-size: 100%;
}

.l-map-section {
  max-width: 865px;
  margin-inline: auto;
}

.c-page-ttl-map {
  font-size: 26px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: .1em;
  text-align: center;
}

.c-page-ttl-map span {
  display: inline-block;
  position: relative;
}

.c-page-ttl-map span::after {
  content: "";
  display: none;
  width: 50%;
  height: 2.5px;
  background: #111;
  margin: 10px auto 0;
}

.p-map-ttl02 {
  margin-top: 20px;
}

.p-map {
  margin-top: 40px;
}

.p-map-zoom {
  max-width: 540px;
  margin-inline: auto;
  margin-top: 40px;
}

.p-map-navi {
  margin-top: 20px;
}

a.c-map-btn {
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  font-family: "dico-slab", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  height: 55px;
  line-height: 55px;
  margin-inline: auto;
  margin-top: 20px;
  background: #111;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a.c-map-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 1.25em;
  right: 8px;
  width: 0.4em;
  height: 0.4em;
  border: 0.1em solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a:hover.c-map-btn {
  background: #616161;
}

a:hover.c-map-btn::after {
  right: 4px;
}

a.c-map-btn2 {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #fff;
  font-family: "dico-slab", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  margin-left: 15px;
  background: #111;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  transform: translateY(-3px);
}

a:hover.c-map-btn2 {
  background: #616161;
}

@media screen and (max-width:768px) {
  .page-section01 {
    padding: 60px 5%;
  }

  .c-page-ttl {
    font-size: 33px;
  }

  .p-map-ttl02 img {
    height: 30px;
    width: auto;
  }

  .c-page-ttl-map {
    font-size: 20px;
  }

  .p-map {
    margin-top: 40px;
  }

  .p-map-zoom {
    margin-top: 20px;
  }

  .p-map-navi {
    margin-top: 10px;
  }
}

/* HOME
---------------------------------------------- */
.page-home-section01 {
  padding: 0 0 100px;
  position: relative;
}

.home_ttl {
  text-align: center;
  margin-top: -80px;
}

.l-contents-large {
  text-align: center;
  width: clamp(300px, 90%, 996px);
  margin-inline: auto;
}

.l-contents-middle {
  text-align: center;
  width: clamp(300px, 90%, 800px);
  margin-inline: auto;
}

.p-home_02 {
  margin-top: 60px;
}

.c-page-lead01 {
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
  line-height: 2;
  margin-top: 3em;
  text-align: justify;
}

.p-home_03 {
  margin-top: 60px;
}

.home-page-nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 20px 3%;
}

.home-page-nav li {
  width: calc(calc(100% - 3%) / 2);
}

.home-page-nav li a:hover {
  opacity: .7;
}

.p-home-sec-ttl {
  position: relative;
  margin-top: 50px;
  padding-top: 80px;
}

.p-home-sec-ttl .img_caption_white,
.p-home-sec-ttl .img_caption_black {
  bottom: 2vw;
}

.home_case01_t01 {
  margin-top: 60px;
}

.home_case01_t02 {
  margin-top: 60px;
}

.home_case_ttl03 {
  margin-top: 60px;
  font-size: 30px;
  font-weight: bold;
}

.sec_home01 .home_case_ttl03,
.sec_home01 .home_case_list__item__ttl {
  color: #395e6f;
}

.sec_home02 .home_case_ttl03,
.sec_home02 .home_case_list__item__ttl {
  color: #6e4e5c;
}

.sec_home03 .home_case_ttl03,
.sec_home03 .home_case_list__item__ttl {
  color: #53601a;
}

.sec_home04 .home_case_ttl03,
.sec_home04 .home_case_list__item__ttl {
  color: #715c1e;
}

.c-page-lead02 {
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
  line-height: 2;
  margin-top: 3em;
  text-align: justify;
}

.home_case_list {
  display: flex;
  gap: 3%;
  margin-top: 40px;
  text-align: justify;
}

.home_case_list__item {
  width: calc(calc(100% - 6%) / 3);
}

.home_case_list__item__img {
  margin-bottom: 10px;
}

.home_case_list__item__ttl {
  font-weight: 600;
  font-size: 1.2em;
  letter-spacing: -0.05em;
}

.home_case_list__item__lead {
  margin-top: 5px;
  font-family: 'Noto Serif JP', serif;
}

.home_case_list__item._col2 {
  display: flex;
  gap: 1.5%;
}

.home_case_list__item._col2 .home_case_list__item__img {
  width: 55%;
}

.home_case_list__item._col2 .home_case_list__item__txt {
  width: 44.5%;
}

/* home sp */
@media screen and (max-width:768px) {
  .page-home-section01 {
    padding: 0;
    position: relative;
  }

  .home_ttl {
    text-align: center;
    margin-top: -40px;
  }

  .home_ttl img {
    height: 37vw;
    width: auto;
  }

  .p-home_02 {
    margin-top: 40px;
  }

  .p-home_02 img {
    height: 77.7vw;
    width: auto;
  }

  .c-page-lead01 {
    line-height: 1.8;
    margin-top: 2em;
    text-align: justify;
  }

  .p-home_03 {
    margin-top: 40px;
    padding: 0 5%;
  }

  .home-page-nav {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 20px 3%;
  }

  .home-page-nav li {
    width: 100%;
  }

  .home-page-nav li a:hover {
    opacity: .7;
  }

  .l-contents-large {
    text-align: justify;
  }

  .p-home-sec-ttl {
    position: relative;
    margin-top: -20px;
    padding-top: 60px;
  }

  .p-home-sec-ttl .img_caption_white,
  .p-home-sec-ttl .img_caption_black {
    bottom: 6vw;
  }

  .home_case01_t01 {
    margin-top: 40px;
  }

  .home_case01_t01 img {
    height: 12.7vw;
    width: auto;
  }

  .home_case01_t02 {
    margin-top: 40px;
    text-align: left;
  }

  .home_case01_t02 img {
    height: 14.5vw;
    width: auto;
  }

  .home_case_ttl03 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
  }

  .c-page-lead02 {
    font-size: 17px;
    line-height: 1.8;
    margin-top: 1.5em;
    text-align: justify;
  }

  .home_case_list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
    text-align: justify;
  }

  .home_case_list__item {
    width: 100%;
  }

  .home_case_list__item__ttl {
    font-size: 1.1em;
  }

  .home_case_list__item__lead {
    margin-top: 5px;
    font-size: 0.9em;
  }

  .home_case_list__item._col2 {
    display: flex;
    gap: 1.5%;
  }

  .home_case_list__item._col2 .home_case_list__item__img {
    width: 55%;
  }

  .home_case_list__item._col2 .home_case_list__item__txt {
    width: 44.5%;
  }


}