@charset "UTF-8";
header {
  background-color: #fff;
}

.main_img {
  position: relative;
  margin-top: 95px;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 880px) {
  .main_img {
    margin-top: 60px;
  }
}
.main_img span.wappen {
  position: absolute;
  top: 4%;
  left: 1%;
  width: 330px;
  z-index: 3;
}
@media (max-width: 1200px) {
  .main_img span.wappen {
    width: 22%;
  }
}
@media (max-width: 880px) {
  .main_img span.wappen {
    top: 25%;
    bottom: auto;
    width: 48%;
  }
}
.main_img .fallback-image {
  display: none; /* 初期状態では非表示 */
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_img {
  /* 動画が正常に表示される場合の設定 */
}
.main_img video {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
  -o-object-fit: cover;
     object-fit: cover; /* または contain */
}
.main_img .swiper-slide {
  position: relative;
  margin-bottom: -5px;
  overflow: hidden;
}
.main_img .swiper-slide.main02 span.cap1 {
  color: #000;
  text-shadow: none;
  left: 10px;
  right: auto;
}
@media (max-width: 880px) {
  .main_img .swiper-slide.main02 span.cap1 {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), -2px 2px 4px rgba(0, 0, 0, 0.8), 2px -2px 4px rgba(0, 0, 0, 0.8), -2px -2px 4px rgba(0, 0, 0, 0.8);
  }
}
.main_img .copy {
  position: absolute;
  width: 17%;
  top: 2%;
  right: 1%;
}
@media (max-width: 880px) {
  .main_img .copy {
    width: 73%;
    top: 20%;
    left: 13%;
  }
}
.main_img span.cap {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  width: auto;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), -2px 2px 4px rgba(0, 0, 0, 0.8), 2px -2px 4px rgba(0, 0, 0, 0.8), -2px -2px 4px rgba(0, 0, 0, 0.8);
}

.contents_wrap {
  position: relative;
  overflow: hidden;
}
.contents_wrap.leaf-section {
  position: relative;
  overflow: hidden;
  -webkit-perspective: 800px;
          perspective: 800px;
}
.contents_wrap .leaf {
  position: absolute;
  top: 0;
  width: 12%; /* 基本サイズ。scaleで変化させる */
  height: auto;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  z-index: 5;
}

.gaikan_wrap {
  position: relative;
  padding-top: 100px;
  padding-bottom: 30vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#aa9773), to(#5a4f3a));
  background: linear-gradient(to bottom, #aa9773 0%, #5a4f3a 100%);
}
@media (max-width: 880px) {
  .gaikan_wrap {
    padding-top: 60px;
    padding-bottom: 48vw;
  }
}
.gaikan_wrap > div {
  position: relative;
}
.gaikan_wrap > div span.cap {
  position: absolute;
  z-index: 2;
}
.gaikan_wrap .gaikan1 {
  width: 55%;
}
.gaikan_wrap .gaikan1 span.cap {
  bottom: -22px;
  right: 0;
  color: #fff;
}
@media (max-width: 880px) {
  .gaikan_wrap .gaikan1 {
    width: 68%;
  }
}
.gaikan_wrap .gaikan2 {
  position: absolute;
  width: 55%;
  right: 0;
  bottom: -20vw;
}
.gaikan_wrap .gaikan2 span.cap {
  bottom: 25%;
  left: 0;
}
@media (max-width: 880px) {
  .gaikan_wrap .gaikan2 span.cap {
    bottom: 23.5%;
  }
}
@media (max-width: 880px) {
  .gaikan_wrap .gaikan2 {
    width: 70%;
    bottom: -25vw;
  }
}

.topic_wrap {
  width: 100%;
  padding: 30px 0;
  background: #b1905f;
}
@media (max-width: 880px) {
  .topic_wrap {
    padding: 20px 0;
  }
}

.topic {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1080px;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 1200px) {
  .topic {
    width: 90%;
  }
}
@media (max-width: 880px) {
  .topic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.topic li {
  position: relative;
  /* color: #fff;
  font-size: 2rem; */
}
@media (max-width: 880px) {
  .topic li {
    width: 100%;
    padding: 0 8%;
  }
}
.topic li:first-child {
  width: 37%;
}
@media (max-width: 880px) {
  .topic li:first-child {
    width: 100%;
  }
}
.topic li:nth-child(2) {
  width: 34%;
}
@media (max-width: 880px) {
  .topic li:nth-child(2) {
    width: 100%;
  }
}
.topic li:nth-child(3) {
  width: 26%;
}
@media (max-width: 880px) {
  .topic li:nth-child(3) {
    width: 100%;
    padding: 20px 12% 0;
  }
}
.topic li + li {
  padding-left: 3%;
}
@media (max-width: 880px) {
  .topic li + li {
    padding-left: 0;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d7bf9a;
  }
}
.topic li + li::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: #d7bf9a;
  width: 1px;
  height: 100%;
}
@media (max-width: 880px) {
  .topic li + li::before {
    display: none;
  }
}

.obi_wrap {
  width: 510px;
  margin: 50px auto 0;
  text-align: center;
}
@media (max-width: 880px) {
  .obi_wrap {
    width: 90%;
  }
}
.obi_wrap dt {
  font-size: 3.5rem;
  color: #b1905f;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #888;
}
@media (max-width: 880px) {
  .obi_wrap dt {
    font-size: 6.2vw;
    line-height: 1.3;
  }
  .obi_wrap dt span {
    display: none;
  }
}
.obi_wrap dd {
  font-size: 3.2rem;
  color: #c1272d;
}
@media (max-width: 880px) {
  .obi_wrap dd {
    font-size: 7vw;
  }
}
.obi_wrap .res a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.8rem;
  text-align: left;
}
@media (max-width: 640px) {
  .obi_wrap .res a {
    font-size: 4vw;
  }
}
.obi_wrap .res a::before {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  background-image: url("../images/common/arrow.png");
  background-size: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 640px) {
  .obi_wrap .res a::before {
    right: 5px;
    width: 20px;
    height: 20px;
  }
}
.obi_wrap .res a:hover::before {
  right: 0;
}
.obi_wrap .res a {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #69262c), to(#95272d));
  background: linear-gradient(to right, #69262c 20%, #95272d 100%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.obi_wrap .res a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
@media (max-width: 640px) {
  .obi_wrap .res a:hover {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
.obi_wrap .res {
  width: 260px;
  margin: 30px auto 0;
}
.obi_wrap .res a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (max-width: 640px) {
  .obi_wrap .res {
    width: 320px;
  }
}

.view_con {
  width: 100%;
  margin-top: 50px;
  padding: 150px 0 80px;
  position: relative;
  z-index: 1;
  color: #fff;
  background: #26815a;
}
.view_con::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../images/top/view_bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
  mix-blend-mode: multiply;
}
@media (max-width: 880px) {
  .view_con::before {
    background-size: 220%;
  }
}
@media (max-width: 880px) {
  .view_con {
    margin-top: 50px;
  }
}
.view_con {
  /* .vanta-canvas{
    opacity: 0.7;
  } */
}
.view_con .concept {
  position: relative;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 640px) {
  .view_con .concept {
    width: 90%;
  }
}
.view_con .concept h2 {
  width: 320px;
  margin: 0 auto 60px;
}
@media (max-width: 640px) {
  .view_con .concept h2 {
    width: 70%;
    margin: 0 auto 10%;
  }
}
.view_con .concept dt {
  margin-bottom: 30px;
  font-size: 3rem;
}
@media (max-width: 640px) {
  .view_con .concept dt {
    font-size: 7vw;
    margin-bottom: 7%;
  }
}
.view_con .concept dd {
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 2.3;
}
@media (max-width: 640px) {
  .view_con .concept dd {
    font-size: 3.6vw;
    margin-bottom: 7%;
  }
}
.view_con .concept dd + dd {
  margin-bottom: 0;
  font-size: 2.8rem;
  line-height: 1;
}
@media (max-width: 640px) {
  .view_con .concept dd + dd {
    font-size: 5.5vw;
  }
}
.view_con .flx {
  width: 1000px;
  margin: 30px auto 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1200px) {
  .view_con .flx {
    width: 90%;
  }
}
@media (max-width: 880px) {
  .view_con .flx {
    display: block;
    margin: 20px auto 0;
  }
}
.view_con .flx .txt {
  width: 45%;
}
@media (max-width: 880px) {
  .view_con .flx .txt {
    width: 100%;
  }
}
@media (max-width: 880px) {
  .view_con .flx .txt {
    text-align: center;
  }
}
.view_con .flx .txt h3 {
  color: #fff;
  text-align: left;
  font-size: 5rem;
}
@media (max-width: 880px) {
  .view_con .flx .txt h3 {
    margin-bottom: 7%;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .view_con .flx .txt h3 {
    font-size: 12vw;
    text-shadow: 1px 1px 2px rgba(3, 51, 3, 0.08), -1px 1px 2px rgba(3, 51, 3, 0.08), 1px -1px 2px rgba(3, 51, 3, 0.08), -1px -1px 2px rgba(3, 51, 3, 0.08);
  }
}
.view_con .flx .txt dl {
  margin-bottom: 50px;
}
@media (max-width: 880px) {
  .view_con .flx .txt dl {
    margin-bottom: 10%;
  }
}
.view_con .flx .txt dl dt {
  margin-bottom: 40px;
  font-size: 3rem;
  line-height: 1.8;
}
@media (max-width: 880px) {
  .view_con .flx .txt dl dt {
    margin-bottom: 7%;
  }
}
@media (max-width: 640px) {
  .view_con .flx .txt dl dt {
    font-size: 5.4vw;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(3, 51, 3, 0.08), -1px 1px 2px rgba(3, 51, 3, 0.08), 1px -1px 2px rgba(3, 51, 3, 0.08), -1px -1px 2px rgba(3, 51, 3, 0.08);
  }
}
.view_con .flx .txt dl dd {
  color: #e8f2f3;
  line-height: 2.5;
}
@media (max-width: 640px) {
  .view_con .flx .txt dl dd {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(3, 51, 3, 0.08), -1px 1px 2px rgba(3, 51, 3, 0.08), 1px -1px 2px rgba(3, 51, 3, 0.08), -1px -1px 2px rgba(3, 51, 3, 0.08);
  }
}
.view_con .flx .txt .vm_btn {
  width: 240px;
}
@media (max-width: 880px) {
  .view_con .flx .txt .vm_btn {
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .view_con .flx .txt .vm_btn {
    width: 70%;
  }
}
.view_con .flx .txt .vm_btn a {
  position: relative;
  display: block;
  width: 90%;
  padding-bottom: 10px;
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 880px) {
  .view_con .flx .txt .vm_btn a {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 640px) {
  .view_con .flx .txt .vm_btn a {
    width: 100%;
  }
}
.view_con .flx .txt .vm_btn a::before, .view_con .flx .txt .vm_btn a::after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background: #e4f0f1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.view_con .flx .txt .vm_btn a::before {
  bottom: 0;
  left: 0;
}
.view_con .flx .txt .vm_btn a::after {
  width: 15px;
  right: 0;
  bottom: 5px;
  rotate: 37deg;
}
.view_con .flx .txt .vm_btn a:hover {
  width: 100%;
}
@media (max-width: 880px) {
  .view_con .flx .txt .vm_btn a:hover {
    width: 100%;
  }
}
.view_con .flx .photos {
  width: 50%;
}
@media (max-width: 880px) {
  .view_con .flx .photos {
    width: 100%;
    margin-top: 12%;
  }
}
.view_con .concept_cap {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 5.5%;
  text-align: right;
}
@media (max-width: 880px) {
  .view_con .concept_cap {
    top: 1.3%;
  }
}
@media (max-width: 640px) {
  .view_con .concept_cap {
    top: 1%;
  }
}
.view_con .access {
  margin-top: 130px;
}
@media (max-width: 880px) {
  .view_con .access {
    margin-top: 80px;
  }
}
.view_con .access .photo span.cap {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8), -1px 1px 3px rgba(0, 0, 0, 0.8), 1px -1px 3px rgba(0, 0, 0, 0.8), -1px -1px 3px rgba(0, 0, 0, 0.8);
  bottom: 3%;
}
@media (max-width: 880px) {
  .view_con .access .flx .photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.view_con .access .flx .photos li {
  width: 60%;
}
@media (max-width: 880px) {
  .view_con .access .flx .photos li {
    width: 48%;
  }
}
.view_con .access .flx .photos li span.cap {
  display: block;
  margin-top: 5px;
}
@media (max-width: 880px) {
  .view_con .access .flx .photos li span.cap {
    text-align: right;
  }
}
.view_con .access .flx .photos li + li {
  margin-top: 30px;
  margin-left: 30%;
}
@media (max-width: 880px) {
  .view_con .access .flx .photos li + li {
    margin-top: 0;
    margin-left: 0;
  }
}
.view_con .location {
  margin-top: 100px;
}
@media (max-width: 880px) {
  .view_con .location {
    margin-top: 80px;
  }
}
.view_con .location .photo span.cap {
  left: 10px;
  bottom: 3%;
  right: auto;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8), -1px 1px 3px rgba(0, 0, 0, 0.8), 1px -1px 3px rgba(0, 0, 0, 0.8), -1px -1px 3px rgba(0, 0, 0, 0.8);
  text-align: left;
}
.view_con .location .flx {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 880px) {
  .view_con .location .flx {
    display: block;
  }
}
.view_con .location .flx .photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 48%;
}
@media (max-width: 880px) {
  .view_con .location .flx .photos {
    width: 100%;
  }
}
.view_con .location .flx .photos li {
  width: 31.5%;
}
.view_con .location .flx .photos li:first-child, .view_con .location .flx .photos li:last-child {
  margin-top: 20%;
}
@media (max-width: 880px) {
  .view_con .location .flx .photos li:first-child, .view_con .location .flx .photos li:last-child {
    margin-top: 0;
  }
}
.view_con .location .flx .photos li span.cap {
  margin-top: 5px;
}
.view_con .location .flx .photos li span.cap.pc {
  display: block;
}
@media (max-width: 880px) {
  .view_con .location .flx .photos li span.cap.pc {
    display: none;
  }
}
.view_con .location .flx .photos li span.cap.sp {
  display: none;
}
@media (max-width: 880px) {
  .view_con .location .flx .photos li span.cap.sp {
    display: block;
    text-align: right;
  }
}
.view_con .plan {
  margin-top: 100px;
}
@media (max-width: 880px) {
  .view_con .plan {
    margin-top: 60px;
  }
}
.view_con .plan .photo span.cap {
  bottom: 5%;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8), -1px 1px 3px rgba(0, 0, 0, 0.8), 1px -1px 3px rgba(0, 0, 0, 0.8), -1px -1px 3px rgba(0, 0, 0, 0.8);
  text-align: right;
}
@media (max-width: 880px) {
  .view_con .plan .photo span.cap {
    right: 10px;
    /* color: #000;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8), -1px 1px 3px rgba(255, 255, 255, 0.8), 1px -1px 3px rgba(255, 255, 255, 0.8), -1px -1px 3px rgba(255, 255, 255, 0.8); */
  }
}
.view_con .plan .photos span.cap {
  display: block;
  margin-top: 5px;
}
@media (max-width: 880px) {
  .view_con .plan .photos span.cap {
    text-align: right;
  }
}

.top_resreq {
  margin-top: 50px;
}
.top_resreq dl {
  text-align: center;
  font-size: 3.5rem;
}
@media (max-width: 640px) {
  .top_resreq dl {
    font-size: 5.2vw;
  }
}
.top_resreq dl dt {
  line-height: 1.3;
}
.top_resreq dl dt sup {
  font-size: 40%;
  vertical-align: top;
  position: relative;
  top: 10px;
}
.top_resreq dl dt span {
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .top_resreq dl dt span {
    font-size: 3.5vw;
  }
}
.top_resreq .res-req {
  margin: 30px auto 20px;
}
.top_resreq .cap {
  width: 700px;
  margin: 10px auto 0;
  color: #d30000;
  font-size: 1.2rem;
}
@media (max-width: 640px) {
  .top_resreq .cap {
    width: 100%;
  }
}

.info_wrap {
  margin: 100px 0;
}
@media (max-width: 640px) {
  .info_wrap {
    margin: 80px 0;
  }
}
.info_wrap dl {
  width: 600px;
  margin: 0 auto 0;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .info_wrap dl {
    display: block;
    width: 100%;
  }
}
.info_wrap dl dt {
  margin-right: 30px;
}