@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠レイアウト
　02. モジュール

******************************************************************************* */
#container div::after {
  content: none !important;
  display: none !important;
}



/* ==

　01. 大枠レイアウト

=============================================================================== */
#container{
  width: auto;
  padding-bottom: 0;
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
#container .baseIn{
  width: auto;
  max-width: 1120px;
}
#container div h2.kTit01{
  margin: 0 0 30px;
  padding: 0;
  background: none;
  font-size: 230%;
  color: #335a46;
  text-align: center;
}
#container div h2.kTit01 span{
  display: inline-block;
}
#container div h2.kTit01 span::after{
  content: "";
  width: calc(100% + 20px);
  height: 2px;
  margin: 5px 0 0 -10px;
  background-color: #335a46;
  display: block;
}
#container #kanri h2.kTit01 span::after{
  width: calc(100% + 80px);
  margin: 5px 0 0 -40px;
}
#container div h2.kTit02{
  margin: 0 0 20px;
  padding: 0;
  background: none;
  font-size: 200%;
  color: #335a46;
}


#container h3{
  border-bottom: none;
}




/* ==

　02. モジュール

=============================================================================== */
.mainVisual{
  min-width: 950px;
  /*
  max-width: 1280px;
  */
  height: 520px;
  margin: 0 auto 100px;
  background: url(../../images/rn01/img_mv.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mainVisual .baseIn{
  max-width: 1120px;
}
.mainVisual h1{
  margin: 0 0 10px;
  padding: 0;
  border-bottom: none;
  font-size: 60px;
  line-height: 1.0;
  color: #335a46;
  text-shadow: 3px 3px 1px #FFF, -3px -3px 1px #FFF, -3px 3px 1px #FFF, 3px -3px 1px #FFF, 3px 0px 1px #FFF, -3px -0px 1px #FFF, 0px 3px 1px #FFF, 0px -3px 1px #FFF;
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
.mainVisual p{
  padding: 0 8px;
  font-size: 34px;
  line-height: 1.3;
  color: #335a46;
  font-weight: bold;
  text-shadow: 3px 3px 1px #FFF, -3px -3px 1px #FFF, -3px 3px 1px #FFF, 3px -3px 1px #FFF, 3px 0px 1px #FFF, -3px -0px 1px #FFF, 0px 3px 1px #FFF, 0px -3px 1px #FFF;
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}


#container .txt_lead{
  margin: 0 0 50px;
  font-size: 150%;
  line-height: 2.0;
  color: #4d4d4d;
  text-align: center;
}



#container .bg01{
  max-width: 1120px;
  min-width: 950px;
  margin: 0 auto 130px;
  padding: 30px 50px 50px;
  background-color: #c3c8c3;
  border-radius: 10px;
  box-sizing: border-box;
}
#container .bg01 .txt_lead{
  margin-bottom: 70px;
}
.bg01 .unei{
  margin: 50px 0 30px;
  background-color: #fff;
  border-radius: 20px;
}
.bg01 .unei h3{
  max-width: 360px;
  margin: 0 auto;
  padding: 5px 10px 7px;
  background-color: #335a46;
  border-radius: 20px;
  font-size: 200%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.bg01 .unei h3 span{
  margin-left: 0.7em;
  font-size: 75%;
  display: inline-block;
}
.bg01 .unei .txt01{
  padding: 10px 0 15px;
  background-color: #335a46;
  border-radius: 0 0 20px 20px;
  font-size: 200%;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  text-align: center;
}


@media only screen and (max-width: 1120px) {
  #container .bg01{
    min-width: 910px;
    margin: 0 20px 130px;
  }
}






.bg01 .unei .unei_details{
  margin: 0 0 30px;
  display: flex;
  justify-content: center;
  gap: 0 50px;
}
.bg01 .unei .unei_details .detail02 ul{
  display: flex;
  justify-content: space-between;
  gap: 0 50px;
}
.bg01 .unei .unei_details .detail01 div,
.bg01 .unei .unei_details .detail02 li {
  text-align: center;
}
.bg01 .unei .unei_details div a {
  padding-bottom: 5px;
  background-color: #c3c8c3;
  box-shadow: 5px 5px 5px 0px #a3a3a3;
  color: #335a46;
  line-height: 1.0;
  font-weight: bold;
  text-decoration: none;
  font-size: 200%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px 0;
  box-sizing: border-box;
  opacity: 1.0;
  transition: opacity .3s;
}
.d_hover .bg01 .unei .unei_details div a:hover{
  opacity: 0.6;
}
.bg01 .unei .unei_details .detail01{
  width: 290px;
}
.bg01 .unei .unei_details .detail01 div a {
  max-width: 290px;
  height: 140px;
  border-radius: 10px;
}
.bg01 .unei .unei_details .detail02 li a {
  min-width: 140px;
  display: inline-flex;
  border-radius: 50%;
  aspect-ratio: 1;
  align-items: center;
}
.bg01 .unei .unei_details .detail01 div a span,
.bg01 .unei .unei_details .detail02 li a span{
  font-size: 75%;
}
.bg01 .txt_notes{
  font-size: 150%;
  color: #4d4d4d;
  text-align: right;
}
.bg01 .unei .unei_details::after,
.bg01 .unei .unei_details .detail01::after,
.bg01 .unei .unei_details .detail02::after {
  content: none !important;
  display: none !important;
}


@media only screen and (max-width: 1120px) {
  .bg01 .unei .unei_details{
    gap: 0 30px;
  }
  .bg01 .unei .unei_details .detail02 ul{
    gap: 0 30px;
  }
}
@media only screen and (max-width: 950px) {
  .bg01 .unei .unei_details{
    gap: 0 20px;
  }
  .bg01 .unei .unei_details .detail02 ul{
    gap: 0 20px;
  }
}


#container .bg02{
  min-width: 950px;
  margin: 0 0 150px;
  padding: 60px 0;
  background-color: #c3c8c3;
}

.bg02 .details{
  margin: 0 0 55px;
  display: flex;
  gap: 0 40px;
}
.bg02 .details > div{
  width: calc((100% - 80px) / 3);
}
.bg02 .details > div div{
  margin-bottom: 20px;
  text-align: center;
}
.bg02 .details div h3{
  font-size: 200%;
  color: #335a46;
  text-align: center;
}
.bg02 .details div p{
  font-size: 150%;
  line-height: 1.4;
  color: #4d4d4d;
}



.bg02 .mainte{
  padding: 15px 50px 20px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
}
#container .bg02 .mainte h3{
  margin: 50px 0 40px;
  font-size: 44px;
  line-height: 1.3;
  color: #335a46;
}
#container .bg02 .mainte .docs{
  width: calc(100% - 530px);
}
#container .bg02 .mainte .map{
  width: 500px;
}
#container .bg02 .mainte .docs p{
  font-size: 150%;
  line-height: 2.0;
  color: #4d4d4d;
}


@media only screen and (max-width: 1120px) {
  .bg02 .details{
    margin: 0 40px 55px;
  }
  .bg02 .mainte{
    margin: 0 20px;
    padding: 15px 20px 20px;
    justify-content: space-between;
  }
}





#container .cont01{
  min-width: 950px;
  margin: 0 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#container #koryu{
  flex-direction: row-reverse;
}
#container .cont01 .docs{
  width: calc(100% - 480px);
  padding: 0 70px;
  box-sizing: border-box;
}
#container .cont01 .docs p{
  font-size: 150%;
  line-height: 2.0;
  color: #4d4d4d;
}
#container .cont01 figure img{
  border-radius: 10px;
}
#container .cont01 figure figcaption{
  margin: 5px 0;
  font-size: 117%;
}
#container .cont01 .btn a{
  width: 360px;
  height: 73px;
  margin: 45px 0 0;
  padding: 0 0 5px;
  background: #365c48 url(../../images/rn01/ico_arrow01.png) right 20px center no-repeat;
  border-radius: 40px;
  box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.3);
  font-size: 120%;
  line-height: 70px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  box-sizing: border-box;
  opacity: 1.0;
  transition: opacity .3s;
}
.d_hover #container .cont01 .btn a:hover{
  opacity: 0.6;
}


@media only screen and (max-width: 1120px) {
  #container .cont01{
    min-width: 910px;
    margin: 0 20px 30px;
  }
  #container .cont01 .docs{
    padding: 0 0 0 20px;
  }
  #container #koryu .docs{
    padding: 0 20px 0 0;
  }
}



#container .bg03{
  min-width: 950px;
  margin-top: 140px;
  padding: 70px 0 1px;
  background-color: #c3c8c3;
}
#container .bg03 .ownersclub{
  width: 860px;
  margin: 0 auto 275px;
  padding: 25px 25px 35px;
  background-color: #335a46;
  border-radius: 20px;
  color: #fff;
  position: relative;
}
#container .bg03 .ownersclub .txt01{
  margin: 0 0 30px;
  font-size: 233%;
  font-weight: bold;
  text-align: center;
}
#container .bg03 .ownersclub ul{
  margin: 0 0 20px;
  display: flex;
  justify-content: center;
  gap: 0 50px;
}
#container .bg03 .ownersclub li{
  text-align: center;
}
#container .bg03 .ownersclub li p{
  margin-top: 10px;
  font-size: 150%;
  font-weight: bold;
}
#container .bg03 .ownersclub .txt_note{
  font-size: 135%;
  text-align: right;
}
#container .bg03 .ownersclub .btn{
  width: 400px;
  margin: 30px auto 0;
  padding: 0;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 7px 7px 7px 0 rgba(94, 94, 94, 0.5);
  color: #335a46;
  font-weight: bold;
  text-align: center;
  opacity: 1.0;
  transition: opacity .3s;
}
.d_hover #container .bg03 .ownersclub .btn:hover{
  opacity: 0.7;
}
#container .bg03 .ownersclub .btn a{
  padding: 10px;
  font-size: 32px;
  color: #335a46;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
#container .bg03 .ownersclub .illust01{
  position: absolute;
  left: -90px;
  bottom: -95px;
}
#container .bg03 .ownersclub .illust02{
  position: absolute;
  right: -115px;
  bottom: -95px;
}


@media only screen and (max-width: 1200px) {
  #container .bg03 .ownersclub .illust01{
    left: -7%;
  }
  #container .bg03 .ownersclub .illust02{
    right: -7%;
  }
}
@media only screen and (max-width: 1120px) {
  #container .bg03 .ownersclub{
    width: auto;
    margin: 0 40px 275px;
  }
  #container .bg03 .ownersclub .illust01{
    left: -3%;
  }
  #container .bg03 .ownersclub .illust02{
    right: -3%;
  }
}
@media only screen and (max-width: 970px) {
  #container .bg03 .ownersclub .illust01{
    left: 0;
  }
  #container .bg03 .ownersclub .illust02{
    right: 0;
  }
}




/* スライダー */
.cont01 .kPhotogallery{
  width: 480px !important;
}
.kPhotogallery .slick-prev{
  left: 25px;
  z-index: 100;
  transform: rotate(90deg);
}
.kPhotogallery .slick-prev::before{
  content: "▼";
}
.kPhotogallery .slick-next{
  right: 25px;
  z-index: 100;
  transform: rotate(90deg);
}
.kPhotogallery .slick-next::before{
  content: "▲";
}
.kPhotogallery .imgs{
  width: 480px;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  display: none;
}
.kPhotogallery .imgs.slick-initialized {
  display: block; 
}


.kPhotogallery .thumbs{
  max-width: 400px;
  margin: 0 auto;
  display: none;
}
.kPhotogallery .thumbs .slick-slide{
  position: relative;
}
.kPhotogallery .thumbs .slick-slide::after{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.kPhotogallery .thumbs .slick-slide.slick-current::after{
  background: none;
}
.kPhotogallery .thumbs.slick-initialized {
  display: block; 
}
.kPhotogallery .thumbs .slick-track{
  text-align: center;
}
.kPhotogallery .thumbs .slick-slide{
  width: 85px;
  margin: 0 5px;
  display: inline-block;
  float: none;
  cursor: pointer;
}
.kPhotogallery .thumbs .slick-slide img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}
