
/* 共通 */

.front_page{
  position: relative;
  margin-top:60.2rem;
  width: 100%;
  height: 100%;
  background-image: url(../img/papaer_backgroud_one.jpg);
  background-repeat: no-repeat;
  background-size: 100% 150%;
  font-family: var(--ZenMincho);
  overflow: hidden;
}

.gold_dots{
  position: absolute;
  aspect-ratio: 1280/682;
  width: 128rem;
  background-image: url(../img/paper_dot_img.png);
  background-repeat: no-repeat;
  background-size: 145.1rem 154.68rem;
  background-position: -8.5rem -31rem;
}

.hover_motion img{
  transition: all ease-in .5s;
}

.hover_motion:hover img{
  filter: brightness(.7);
  scale: 1.2;
}

/* eye_catch */
/* .eye_catch{
  width: 100%;
  height: fit-content; 
}

.ec_img{
  position: relative;
  aspect-ratio: 1280/801;
  width: 100%;
  overflow: hidden;
  
} */


/* お知らせ */
.news{
  position: relative;
  padding: 10.5rem 8.5rem 16.8rem;
  display: flex;
}

.news::before {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  width: 35.1rem;
  right: 0;
  bottom: 12.9rem;
  background-image: url(../img/minimal-monochromatic-gray-background.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.news::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 104.8rem;
  border-bottom: solid .1rem #B5D378;
}


.gold_dots.news_dot{
  top: -42.9rem;
  left: -119.2rem;
}

.news_title{
  writing-mode: vertical-lr;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .4em;
  line-height: 1em;
  margin-right: 4.2rem;
  text-shadow: 0rem 0.2rem 0.1rem #00000029;
}

.news_contents{
  min-width: 46.3rem;
  margin-top: .4rem;
  margin-right: 8.8rem;
}

.news_contents_inner{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.news_content{
  position: relative;
  display: block;
  width: 100%;
  height: fit-content;
  padding: 0 .4rem 0;
  padding-bottom: 1.5rem;
  border-bottom: #B5D378 solid .1rem;
}

.news_content_inner{
  display: flex;
  gap: 3.1rem;
  height: 10rem;
  align-items: start;
}

.news_content_image{
  aspect-ratio: 15/10;
  height: 100%;
  overflow: hidden;
  border-radius: .8rem;
}

.news_content_date{
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1em;
}

.news_content_title{
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1em;
}

.news_button{
  display: flex;
  align-items: center;
  justify-content: center;
  margin:2.4rem auto 0;
  aspect-ratio: 191/57;
  width: 19.1rem;
  border-radius: .4rem;
  background-color: #8AA357;
  color: white;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1em;
}

.news_img{
  position: relative;
  z-index: 1;
  aspect-ratio: 486/465;
  width: 48.6rem;
  overflow: hidden;
}


/*kuyou */
.kuyou{
  position: relative;
  padding: 5.5rem 8.5rem 11.59rem;
}

.gold_dots.kuyou_dot{
  top: 112rem;
  right: -95.1rem;
  z-index: 0;
}

.kuyou_fude_images{
  width: 80.1rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: start;
  gap: 8rem;
}

.kuyou_button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5rem 16rem 0;
  aspect-ratio: 210/57;
  width: 21rem;
  border-radius: .4rem;
  background-color: #8AA357;
  color: white;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1em;
}

.kuyou::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 104.8rem;
  border-bottom: solid .1rem #B5D378;
}

/* about */
.about{
  position: relative;
  padding: 13.4rem 0 13.6rem;
}

.gold_dots.about_dot{
  width: 100%;
  height: 82.7rem;
  bottom: -14.9rem;
  right: 0;
  left: 0;
}

.about_main_images{
  display: flex;
  align-items: start;
  gap: 3.3rem;
}

.about_main_image{
  aspect-ratio: 968/588;
  width: 96.8rem;
  overflow: hidden;
}

.about_title{
  writing-mode: vertical-lr;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .4em;
  line-height: 1em;
  margin-right: 4.2rem;
  text-shadow: 0rem 0.2rem 0.1rem #00000029;
}

.about_main_descriptions{
  position: relative;
  z-index: 2;
  width: 72.3rem;
  margin: -13rem 0 0 auto;
  padding: 3.5rem 4.6rem 3.5rem 3.4rem;
  background-image: url(../img/minimal-monochromatic-gray-background.png);
  background-size: auto ;
}

.about_main_description{
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: calc(35em/18);
}

.about_more_link{
  display: block;
  width: fit-content;
  margin-left: auto;
  color: #8AA357;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1em;
}

.about_season_images{
  aspect-ratio: 327/902;
  width: 32.7rem;
  margin: 0;
  margin-top:-17.1rem;
}

.about_second_images{
  position: relative;
  aspect-ratio: 1046/549;
  width: 104.6rem;
  margin: -63.3rem 0 0 auto;
  z-index: 1;
}

.second_image_shadow{
  position: absolute;
  aspect-ratio: 920/427;
  width: 92rem;
  left: -15.7rem;
  bottom: -8.6rem;
  background-image: url(../img/2638031.jpg);
  background-repeat: no-repeat;
  background-size: 100% 52.4rem;
}

.about_second_image{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  
}

.about_more{
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 57.2rem;
  height: 7.6rem;
  border-radius: 3.8rem;
  background-color: #8AA357;
  margin: -3.9rem 0 0 11.9rem;
  color: white;
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing:  .2em;
  line-height: 1em;
}

.guidance{
  position: relative;
}

.title_outer{
  display: flex;
  align-content: center;
}

.guidance_title{
  position: relative;
  margin: 0 auto;
  writing-mode: vertical-lr;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .4em;
  line-height: 1em;
  text-shadow: 0rem 0.2rem 0.1rem #00000029;
}

.guidance_title::before,
.guidance_title::after{
  content: "";
  position: absolute;
  top: 6.6rem;
  width: 51.6rem;
  height: .1rem;
  background-color: #B5D378;
}

.guidance_title::before{
  right: 5.3rem;
}

.guidance_title::after{
  left: 5.3rem;
}

.guidance_contents{
  margin-top: 1.7rem;
  display: flex;
  justify-content: center;
}

.guidance_content{
  position: relative;
  aspect-ratio: 426/250;
  width: 42.6rem;
  overflow: hidden;
}

.guidance_content_img{
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.guidance_content_texts{
  position: absolute;
  bottom: 4.1rem;
  left: 0;
  right: 0;
  margin: 0 auto; 
  text-align: center;
  color: white;
}

.guidance_content_title{
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: calc(35em/20);
}

.guidance_content_button{
  margin: 3.5rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 145/45;
  width: 14.5rem;
  border: solid white .1rem;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1em;

}

/* access */
.access {
  position: relative;
  padding: 3.8rem 8.3rem 11.8rem;

}

.access_title {
  position: relative;
  margin: 0 auto;
  writing-mode: vertical-lr;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .4em;
  line-height: 1em;
  text-shadow: 0rem 0.2rem 0.1rem #00000029;
}

.access_title::before,
.access_title::after {
  content: "";
  position: absolute;
  top: 8.8rem;
  width: 51.6rem;
  height: .1rem;
  background-color: #B5D378;
}

.access_title::before {
  right: 5.3rem;
}

.access_title::after {
  left: 5.3rem;
}

.access_contents{
  display: flex;
  gap: 2.5rem;
  align-items: start;
  margin-top: 5.1rem;
}

.access_map{
  aspect-ratio: 614/448;
  width: 61.4rem;
}

.access_map iframe{
  width: 100%;
  height: 100%;
}

.access_texts_outer{
  aspect-ratio: 430/274;
  width: 43rem;
  position: relative;
  z-index: 2;
}

.access_text_shadow{
  aspect-ratio: 398/253;
  width: 39.8rem;
  background-image: url(../img/minimal-monochromatic-gray-background.png);
  background-repeat: no-repeat;
  background-size: 100% 39.8rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.access_texts{
  background-color: #fff;
  padding: 2.5rem 3.5rem;
  aspect-ratio: 403/249;
  width: 40.3rem;
}

.access_texts_title{
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1em;
}

.access_text{
  margin-top: .6rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: calc(28em/18);
}

@media screen and (max-width: 699.98px) {
  /* 共通 */
  
  .front_page {
    margin-top: 0;
    width: 100%;
    height: 100%;
    background-size: 150% 100%;
  }

  .gold_dots {
    position: absolute;
    aspect-ratio: unset;
  }

  /* お知らせ */
  .news {
    position: relative;
    padding: 4.5rem 0 10.6rem;
    margin: 0 2rem;
    flex-wrap: wrap;
  }

  .news::before {
    width: 22.1rem;
    right: 0;
    bottom: unset;
    top: 11.9rem;
  }

  .news::after {
    width: 100%;
  }


  .gold_dots.news_dot {
    width: 14rem;
    height: 16.7rem;
    top: 0;
    left: 0;
  }

  .news_title {
    font-size: 2.5rem;
    letter-spacing: .4em;
    line-height: 1em;
    margin-right: 2.9rem;
  }

  .news_contents {
    order:3;
    min-width: 100%;
    margin-top: 6.6rem;
    margin-right: 0;
  }

  .news_content {
    position: relative;
    width: 100%;
    padding: 0;
    padding-right: .8rem;
    padding-bottom: 1.5rem;
  }

  .news_content_inner {
    gap: 1rem;
  }

  .news_content_date {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1em;
  }

  .news_content_title {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1em;
  }

  .news_button {
    margin: 3.8rem auto 0;
    aspect-ratio: 177/55;
    width: 17.7rem;
    font-size: 1.7rem;
    letter-spacing: 0;
    line-height: 1em;
  }

  .news_img {
    order: 2;
    aspect-ratio: 281/269;
    width: 28.1rem;
  }


  /*kuyou */
  .kuyou {
    padding: 2rem 2rem 7.01rem;
    margin: 0 2rem;
  }

  .gold_dots.kuyou_dot {
    display: none;
  }

  .kuyou_fude_images {
    width: 100%;
    gap: 2.5rem;
  }

  .kuyou_button {
    margin: 2rem auto 0;
    aspect-ratio: 194/55;
    width: 19.4rem;
    font-size: 1.7rem;
    letter-spacing: 0;
    line-height: 1em;
  }

  .kuyou::after {
    width: 100%;
    border-bottom: solid .1rem #B5D378;
  }

  /* about */
  .about {
    position: relative;
    padding: 7.8rem 0 5rem;
  }

  .gold_dots.about_dot {
    width: 47.1rem;
    height: 30.5rem;
    bottom: -16.5rem;
    right: 0;
    left: 0;
  }

  .about_main_images {
    flex-wrap: wrap;
    gap:0;
  }

  .about_main_image {
    width: 100%;
  }

  .about_title {
    font-size: 2.5rem;
    letter-spacing: .4em;
    line-height: 1em;
    margin: 1.3rem 2rem 0;
  }

  .about_main_descriptions {
    position: relative;
    z-index: 10;
    width: 30.7rem;
    /* margin: -13rem 0 0 auto; */
    margin: -25.7rem 0 0 auto;
    padding: 1.7rem 2.8rem 2.6rem 2rem;
    background-image: url(../img/minimal-monochromatic-gray-background.png);
    background-size: auto;
  }

  .about_main_description {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: calc(33em/16);
  }

  .about_more_link {
    margin-top: 3.2rem;
  }

  .about_season_images {
    aspect-ratio: 162/429;
    width: 16.2rem;
    margin-top: -15.3rem;
  }

  .about_second_images {
    width:35.6rem;
    margin: -22.6rem 0 0 auto;
  }

  .second_image_shadow {
    position: absolute;
    aspect-ratio: 354/116;
    width: 35.4rem;
    left: -1rem;
    bottom: -7.3rem;
  }

  .about_more {
    width: 33.3rem;
    height: 9rem;
    margin: .9rem auto 0;
    font-size: 1.7rem;
    letter-spacing: .2em;
    line-height: calc(25em/17);
    border-radius: 3.8rem;
  }

/* guidance */

  
  .guidance_title {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .4em;
    line-height: 1em;
  }

  .guidance_title::before,
  .guidance_title::after {
    top: 4.3rem;
    width: 14.776rem;
  }

  .guidance_title::before {
    right: 2.7rem;
  }

  .guidance_title::after {
    left: 2.7rem;
  }

  .guidance_contents {
    margin-top: 3.2rem;
    display: block;
  }

  .guidance_content {
    aspect-ratio: 375/200;
    width: 100%;
  }

  .guidance_content_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .guidance_content_texts {
    bottom: 3.8rem;
  }

  .guidance_content_button {
    margin: 3.5rem auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 145/45;
    width: 14.5rem;
    border: solid white .1rem;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1em;

  }

  /* access */
  .access {
    position: relative;
    padding: 3.8rem 2rem 5.4rem;

  }

  .access_title {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .4em;
    line-height: 1em;
  }

  .access_title::before,
  .access_title::after {
    top: 5.2rem;
    width: 14.776rem;
  }

  .access_title::before {
    right: 5.3rem;
  }

  .access_title::after {
    left: 5.3rem;
  }

  .access_contents {
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
    margin-top: 4.5rem;
  }

  .access_map {
    aspect-ratio: 339/247;
    width: 33.9rem;
  }

  .access_map iframe {
    width: 100%;
    height: 100%;
  }

  .access_texts_outer {
    aspect-ratio: 337/215;
    width: 33.7rem;
  }

  .access_text_shadow {
    aspect-ratio: 321/199;
    width: 32.1rem;
  }

  .access_texts {
    background-color: #fff;
    padding: 1.6rem 2.5rem;
    aspect-ratio: 316/195;
    width: 31.6rem;
  }

  .access_texts_title {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1em;
  }

  .access_text {
    margin-top: .8rem;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: calc(24em/16);
    }
}