@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&display=swap");
main {
  overflow: hidden;
  font-weight: 500;
}

.sec {
  text-align: center;
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .sec {
    margin: 50px 0;
  }
}
.sec .wrap {
  max-width: 950px;
  margin: 0 auto;
  width: 95%;
}
.sec .title_img {
  height: 50px;
}

.mincho {
  font-family: "BIZ UDPMincho", serif;
}

.slick-list {
  overflow: inherit;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  height: auto !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: 200px !important;
  padding: 0 5px;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .slick-slide {
    height: 100px !important;
  }
}
.slick-slide img {
  height: auto;
}

.cap {
  color: #000;
  font-size: 10px;
  text-align: start;
  line-height: 1.5;
  display: block;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .cap {
    font-size: min(1.8vw, 10px);
  }
}
.cap.end {
  text-align: end;
}

.photo {
  position: relative;
}
.photo .image_cap {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  line-height: 1;
  font-size: 10px;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff;
}
.photo .image_cap.b1 {
  bottom: 1em;
}
.photo .image_cap.white {
  color: #fff;
}
.photo .img01_cap {
  bottom: 19% !important;
  right: 13% !important;
}
@media screen and (max-width: 768px) {
  .photo .img01_cap {
    bottom: 16% !important;
    right: 8% !important;
  }
}

.sec01 {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-top: 32px;
  }
}
.sec01 h2 {
  font-size: 40px;
  color: #479637;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec01 h2 {
    font-size: min(6vw, 40px);
  }
}
.sec01 .lead01 {
  font-size: 25px;
  margin: 40px 0 60px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec01 .lead01 {
    font-size: min(4.5vw, 25px);
    line-height: 2;
    margin: 20px 0 20px;
  }
}
.sec01 .lead02 {
  font-size: 32px;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec01 .lead02 {
    font-size: min(4.2vw, 32px);
  }
}
.sec01 .lead02 .deco {
  width: 22em;
  display: block;
}
.sec01 .lead03 {
  text-align: start;
  font-size: 18px;
  margin: 20px 0 20px;
}
@media screen and (max-width: 768px) {
  .sec01 .lead03 {
    font-size: min(3.8vw, 18px);
    margin: 20px 0 10px;
  }
}
.sec01 .lead04 {
  text-align: start;
  font-size: 12px;
  line-height: 1.5;
}

.sec02 .lead {
  margin: 25px 0 35px;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec02 .lead {
    font-size: min(4vw, 20px);
    margin: 15px 0 15px;
  }
}
.sec02 .slide_block02 {
  margin-top: 50px;
}

.sec03 .lead {
  margin: 25px 0 35px;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec03 .lead {
    font-size: min(4vw, 20px);
    margin: 15px 0 15px;
  }
}
.sec03 .slide_block02 {
  margin-top: 50px;
}

.sec04 .lead {
  margin: 25px 0 35px;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec04 .lead {
    font-size: min(4vw, 20px);
    margin: 15px 0 15px;
  }
}

.sec05 h2 {
  font-size: 40px;
  color: #a48b78;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec05 h2 {
    font-size: min(6vw, 40px);
  }
}
.sec05 .lead {
  margin: 25px 0 35px;
  font-size: 20px;
  line-height: 1.5;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .sec05 .lead {
    font-size: min(4vw, 20px);
    margin: 15px 0 15px;
  }
}
.sec05 .flex_block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 10px;
}
@media screen and (max-width: 768px) {
  .sec05 .flex_block {
    grid-template-columns: 1fr;
    gap: 10px 10px;
  }
}
.sec05 .flex_block .text_block {
  text-align: start;
  border: 2px solid #a48b78;
  border-radius: 15px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .sec05 .flex_block .text_block {
    padding: 15px 20px;
  }
}
.sec05 .flex_block .text_block dt {
  font-size: 22px;
  margin-bottom: 0.7em;
  color: #a48b78;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec05 .flex_block .text_block dt {
    font-size: min(5.5vw, 22px);
    margin-bottom: 0.4em;
  }
}
.sec05 .flex_block .text_block dd {
  font-size: 14px;
}
.sec05 .flex_block .text_block dd .fw {
  font-weight: 800;
}

.sec06 .lead {
  margin: 25px 0 35px;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec06 .lead {
    font-size: min(4vw, 20px);
    margin: 15px 0 15px;
  }
}
.sec06 .flex_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.sec06 .flex_block.flex_block01 {
  margin-bottom: 20px;
}

.sec07 h2 {
  font-size: 40px;
  color: #479637;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec07 h2 {
    font-size: min(6vw, 40px);
  }
}
.sec07 .lead01 {
  text-align: start;
  font-size: 12px;
  line-height: 1.5;
}

.sec08 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sec08 {
    margin-bottom: 25px;
  }
}
.sec08 h2 {
  font-size: 40px;
  color: #a48b78;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec08 h2 {
    font-size: min(6vw, 40px);
  }
}
.sec08 .lead {
  margin: 25px 0 35px;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec08 .lead {
    font-size: min(4vw, 20px);
    margin: 15px 0 15px;
  }
}
.sec08 .flex_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec08 .flex_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px;
  }
}
.sec08 .flex_block .flex_left {
  width: 49%;
}
.sec08 .flex_block .flex_left .photo {
  position: relative;
}
.sec08 .flex_block .flex_left .photo .cap_text {
  position: absolute;
  bottom: 0.5em;
  right: 1em;
  color: #fff;
  line-height: 1;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .sec08 .flex_block .flex_left {
    width: 100%;
  }
}
.sec08 .flex_block .flex_left .lead01 {
  font-size: 17px;
  margin-top: 1em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .sec08 .flex_block .flex_left .lead01 {
    font-size: min(3.5vw, 16px);
    margin: 15px 0 15px;
  }
}
.sec08 .flex_block .flex_left .lead02 {
  margin-top: 1em;
  text-align: start;
  font-size: 12px;
  line-height: 1.5;
}
.sec08 .flex_block .flex_right {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .sec08 .flex_block .flex_right {
    width: 100%;
  }
}
.sec08 .flex_block .flex_right .event_text {
  padding: 0 1em;
  font-size: 16px;
}
.sec08 .flex_block .flex_right .event_text span {
  font-weight: bold;
  margin-top: 10px;
  display: block;
}
.sec08 .flex_block .flex_right .event_text span.event_name {
  font-weight: bold;
  margin: 0.5em 0;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .sec08 .flex_block .flex_right .event_text {
    font-size: min(3.5vw, 16px);
    margin: 15px 0 15px;
    text-align: center;
    letter-spacing: 0.1em;
  }
}
.sec08 .flex_block .flex_right .event_text .month {
  font-style: italic;
  text-indent: 1em;
}
.sec08 .flex_block .flex_right .event_text .month.month07 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(187, 226, 241)), to(rgba(187, 226, 241, 0)));
  background: linear-gradient(90deg, rgb(187, 226, 241) 0%, rgba(187, 226, 241, 0) 100%);
}
.sec08 .flex_block .flex_right .event_text .month.month08 {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(1, 24, 66)), to(rgba(1, 24, 66, 0)));
  background: linear-gradient(90deg, rgb(1, 24, 66) 0%, rgba(1, 24, 66, 0) 100%);
}
.sec08 .flex_block .flex_right .event_text .month.month09 {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(173, 98, 58)), to(rgba(173, 98, 58, 0)));
  background: linear-gradient(90deg, rgb(173, 98, 58) 0%, rgba(173, 98, 58, 0) 100%);
}
.sec08 .flex_block .flex_right .event_text .month.month10 {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(127, 51, 51)), to(rgba(127, 51, 51, 0)));
  background: linear-gradient(90deg, rgb(127, 51, 51) 0%, rgba(127, 51, 51, 0) 100%);
}
.sec08 .flex_block .flex_right .deco {
  margin: 5px 0;
}

.voice {
  text-align: center;
  margin: 50px auto 100px;
  max-width: 960px;
}
@media screen and (max-width: 768px) {
  .voice {
    margin: 25px auto 25px;
  }
}
.voice .lead {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .voice .lead {
    font-size: min(3vw, 16px);
  }
}
.voice .lead span {
  font-size: 1.3em;
}
.voice h2 {
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .voice h2 {
    font-size: min(6vw, 40px);
  }
}
.voice .title_block {
  background: #7a6a56;
  color: #fff;
  padding: 15px 0;
}
.voice .volce_area {
  padding: 50px 25px 35px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
  background: #f4f4f2;
}
@media screen and (max-width: 768px) {
  .voice .volce_area {
    grid-template-columns: 1fr;
  }
}
.voice .volce_area .block {
  border: 4px solid #184b8f;
  background: #fff;
}
.voice .volce_area .block .img_block {
  position: relative;
}
.voice .volce_area .block .img_block .deco03 {
  position: absolute;
  top: -18px;
  left: -14px;
  width: 26%;
}
.voice .volce_area .block .text_block {
  background: #fff;
  padding: 15px 15px;
}
@media screen and (max-width: 768px) {
  .voice .volce_area .block .text_block {
    padding: 10px 15px;
  }
}
.voice .volce_area .block .text_block .lead01 {
  font-size: 16px;
  margin: 1em 0;
}
@media screen and (max-width: 768px) {
  .voice .volce_area .block .text_block .lead01 {
    font-size: min(3vw, 16px);
    line-height: 1.5;
  }
}
.voice .volce_area .block .text_block .lead02 {
  font-size: 12px;
  margin-top: 1em;
  text-align: justify;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .voice .volce_area .block .text_block .lead02 {
    font-size: min(2.8vw, 14px);
    line-height: 1.5;
  }
}

.ate {
  position: relative;
}
.ate::after {
  content: "アテ";
  font-size: 32px;
  font-weight: bold;
  color: red;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}/*# sourceMappingURL=location02.css.map */