@charset "UTF-8";
.sec_title {
  font-size: 4rem;
  text-align: center;
  font-weight: 900;
}
@media (max-width: 768px) {
  .sec_title {
    font-size: 3.5rem;
  }
}

.sec_title_sub {
  font-size: 0.9rem;
  color: #604c3f;
  text-align: center;
  letter-spacing: 0.2em;
  margin-top: 5px;
}

/*---------------------------
HEADER
---------------------------*/
main.main {
  text-align: center;
  /* margin-top は setting.js が header.offsetHeight を動的に付与する */
}
main.main .main_inner {
  width: 90%;
  margin: auto;
  padding: 0 8%;
  color: #fff;
  padding-bottom: 0;
}

/* sec01：扉エリア（スライダー〜SCROLL DOWN）— main幅で背景・bg_top.jpg(1000×1402)を常に全景表示 */
.sec01 {
  aspect-ratio: 1000/1402;
  background: url("../img/bg_top.jpg") top center/100% 100% no-repeat;
  margin-bottom: 0;
}

/* sec02 以降：LINKセクションより下を repeat-y で — main幅で背景 */
.sec_below {
  background: url("../img/bg_repeat.jpg") top center/100% auto repeat-y;
}
.sec_below .copyright {
  margin: 0;
  padding: 30px 10px 25px;
  text-align: center;
  color: #666666;
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .sec_below .copyright {
    font-size: 2.6vw;
    padding: 5vw 2vw 4vw;
  }
}

h2.title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  h2.title {
    margin-bottom: 4vw;
  }
}
h2.title img {
  width: 90%;
  height: auto;
}

/*---------------------------
sec01
---------------------------*/
section {
  margin: 0 auto 60px;
}
@media (max-width: 768px) {
  section {
    margin: 0 auto 8vw;
  }
}

.sec01 {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .sec01 {
    padding-top: 7vw;
  }
}
.sec01 {
  /* ---------------  
     スライダー基本
  ---------------- */
}
.sec01 .slider-wrapper {
  width: 93%;
  margin: 0 auto;
}
.sec01 .slider-wrapper .detail-slider img {
  width: 100%;
  height: auto;
  display: block;
}
.sec01 .box_under .img01 {
  width: 100%;
  height: auto;
  margin: 50px 0 70px;
}
@media (max-width: 768px) {
  .sec01 .box_under .img01 {
    margin: 6vw 0 9vw;
  }
}
.sec01 .box_under .img02 {
  width: 85%;
}
.sec01 .box_under .scroll_down {
  display: inline-block;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .sec01 .box_under .scroll_down {
    margin-top: 2vw;
  }
}
.sec01 .box_under .scroll_down img {
  width: 80%;
  height: auto;
}
.sec01 .box_under .scroll_down img:hover {
  opacity: 0.8;
  transition: all 0.8s;
}

/*---------------------------
sec02
---------------------------*/
.sec02 {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .sec02 {
    padding-top: 8vw;
  }
}
.sec02 .link_box {
  width: 90%;
  margin: 0 auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 768px) {
  .sec02 .link_box {
    gap: 2vw;
  }
}
.sec02 .link_box a img {
  width: 100%;
  height: auto;
}

/*---------------------------
sec03
---------------------------*/
.sec03 .media_box {
  margin: auto;
}
.sec03 .media_box .youtube-wrap {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 15px;
}
.sec03 .media_box .youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.sec03 .media_box .video-wrap {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 15px;
}
.sec03 .media_box .video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  display: block;
}
.sec03 .img_block .info-images-list .info-images-item {
  margin-bottom: 15px;
  list-style: none;
}
.sec03 .img_block .info-images-list .info-images-item .info-images-img {
  width: 100%;
}

/*---------------------------
sec04
---------------------------*/
.sec04 .map_box {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  border: 6px solid transparent;
  border-radius: 0;
}
@media (max-width: 768px) {
  .sec04 .map_box {
    border: 4px solid transparent;
  }
}
.sec04 .map_box {
  background: linear-gradient(white, white) padding-box, linear-gradient(135deg, #fffdf3 0%, #f7e7a6 15%, #e3c86d 30%, #d4a647 45%, #c08b32 60%, #b17922 75%, #9d6818 90%, #b78631 100%) border-box;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .sec04 .map_box {
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.4);
  }
}
.sec04 .map_box::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 0;
  box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.35);
  z-index: 2;
}
@media (max-width: 768px) {
  .sec04 .map_box::before {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.35);
  }
}
.sec04 .map_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 1;
}

/*---------------------------
sec05
---------------------------*/
.sec05 .bnr_dmm {
  width: 75%;
}
@media (max-width: 768px) {
  .sec05 .bnr_dmm {
    width: 70%;
  }
}

/*---------------------------
sec06
---------------------------*/
.sec06 .basic_info_box {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px 0;
}
@media (max-width: 768px) {
  .sec06 .basic_info_box {
    padding: 6vw 0;
  }
}
.sec06 .basic_info_box .logo {
  width: 80%;
  height: auto;
}
.sec06 .basic_info_box .info-list {
  width: 80%;
  margin: 30px auto 0;
  padding: 0;
}
@media (max-width: 768px) {
  .sec06 .basic_info_box .info-list {
    margin: 3vw auto 0;
    width: 90%;
  }
}
.sec06 .basic_info_box .info-list .info-item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 2px dotted #787270;
}
@media (max-width: 768px) {
  .sec06 .basic_info_box .info-list .info-item {
    padding: 2vw 0;
  }
}
.sec06 .basic_info_box .info-list .info-item dt {
  margin: 0;
  margin-right: 20px;
}
.sec06 .basic_info_box .info-list .info-item dt .info-label {
  width: 6em;
  display: inline-block;
  padding: 5px 0;
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 40%, #eeeeee 100%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.28), inset 0 1px 2px rgba(255, 255, 255, 0.9);
  border-radius: 9999px;
  border: none;
  font-size: 0.8rem;
  font-weight: 700;
  color: #3a3735;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  top: 0;
  transition: top 0.1s ease, box-shadow 0.1s ease;
}
@media (max-width: 768px) {
  .sec06 .basic_info_box .info-list .info-item dt .info-label {
    font-size: 2.2vw;
    padding: 1vw 0;
  }
}
.sec06 .basic_info_box .info-list .info-item dd {
  font-size: 0.9rem;
  text-align: left;
  flex: 1;
  color: #231815;
}
@media (max-width: 768px) {
  .sec06 .basic_info_box .info-list .info-item dd {
    font-size: 2.5vw;
  }
}

/*---------------------------
sec07
---------------------------*/
.sec07 .key_box .js-key-img-trigger {
  width: 45%;
  height: auto;
}
.sec07 .key_box .js-key-img-trigger:hover {
  cursor: pointer;
  transform: scale(1.02);
  transition: 0.5s;
}
.sec07 .key-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.sec07 .key-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.sec07 .key-modal__inner {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}
@media (max-width: 767px) {
  .sec07 .key-modal__inner {
    max-width: 75%;
    max-height: 95%;
  }
}
.sec07 .key-modal__image {
  display: block;
  width: 80%;
  height: auto;
  margin: auto;
}
@media (max-width: 768px) {
  .sec07 .key-modal__image {
    width: 90%;
  }
}
.sec07 .key-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

body.is-fixed {
  overflow: hidden;
  height: 100%;
}

/*---------------------------
sec08 個人情報（Anjo準拠）
---------------------------*/
.sec08 {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #222;
}
.sec08 .sec08__inner {
  background: #fff;
  margin-top: 40px;
  padding: 30px 5% 30px;
  container-type: inline-size;
}
@media (max-width: 768px) {
  .sec08 .sec08__inner {
    margin-top: 3vw;
    padding: 3vw 5% 3vw;
  }
}
.sec08 .title {
  display: block;
  width: 85%;
  margin: 0 auto 30px;
  padding: 12px 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  border: 2px solid #000;
  text-align: center;
}
@media (max-width: 768px) {
  .sec08 .title {
    font-size: 2.5vw;
    padding: 2vw 0;
    margin-bottom: 2vw;
    border-width: 1px;
  }
}
.sec08 .text {
  font-size: clamp(8px, 1.9cqi, 11px);
  line-height: 1.8;
  margin: 0 auto 30px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .sec08 .text {
    font-size: 1.2vw;
    line-height: 1.6;
    margin-bottom: 2vw;
  }
}
.sec08 .text .nobr {
  display: inline-block;
  white-space: nowrap;
}
.sec08 .url {
  display: inline-block;
  padding: 14px 30px;
  background: #000;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .sec08 .url {
    font-size: 1.7vw;
    padding: 2.5vw 2vw;
  }
}
.sec08 .url a {
  color: #fff;
}
