@charset "UTF-8";
/* CSS Document */



/*
.pagetitle {
  background-image: url('../img/area_pagetitle_bg.jpg');
}
*/


.h3_1:first-of-type {
  margin-top: 100px;
}
.h3_1 + p {
  margin-top: 25px;
}
.h3_1 + p + img {
  margin-top: 50px;
}
.text_note {
  font-size: 1.0rem !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  margin-top: 5px !important;
}


.area_neighborhood_map {
  margin: 50px auto 10px;
  width: 100%;
  height: calc(100vw - 20px - 20px);
  
  outline: none; /* フォーカス時のアウトライン（青枠線）を非表示にする */
}
.area_neighborhood_map:focus {
  outline: none; /* フォーカス時のアウトライン（青枠線）を非表示にする */
}

.area_neighborhood_map_infowindow > h3 {
  font-size: 1.4rem;
  font-weight: 600;
}
.area_neighborhood_map_infowindow > p {
  line-height: 1.5;
}
.area_neighborhood_map_infowindow > p > a {
  font-size: 1.4rem;
  text-decoration: underline;
  vertical-align: 2px;
}


/* 富士山のカスタムオーバーレイのスタイル */
.map_overlay_sp,
.map_overlay_pc {
  position: absolute;
  background: radial-gradient(circle, rgba(0, 70, 0, 0.3), rgba(0, 70, 0, 0.1), rgba(255, 255, 255, 0)); /* カスタムマーカーの色 */
  border-radius: 50%;
  transform: translate(-50%, -50%); /* 中心を基準に位置調整 */
}
/*
.map_overlay_sp {
  width: 50px;
  height: 50px;
}
.map_overlay_pc {
  width: 150px;
  height: 150px;
}
*/
  
  

.area_neighborhood_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
/*  margin-top: 15px;*/
  width: 100%;
}

.area_neighborhood_spot_01 {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  width: 100%;
  scroll-margin-top: 75px;
}
.area_neighborhood_spot_01 img {
  width: 100px;
  height: 250px;
}
.area_neighborhood_spot_01_text {
  display: block;
  font-size: 1.4rem;
  width: calc(100% - 100px - 20px);
}
.area_neighborhood_spot_01_text h5 {
  font-size: 1.8rem;
  font-weight: 600;
}
.area_neighborhood_spot_01_text p {
  margin-top: 5px;
}
.area_neighborhood_spot_01_text p + ul {
  margin-top: 1.0em;
}
.area_neighborhood_spot_01_text h6 {
  font-weight: 600;
  margin-top: 10px;
}
.area_neighborhood_spot_01_text ul {
  margin-left: 0.5em;
}
.area_neighborhood_spot_01_text ul li + li {
  margin-top: 0.5em;
}
/*
.area_neighborhood_spot_01_text ul li .fa-hexagon {
  font-size: 1.3rem;
  vertical-align: 1px;
  transform: rotate(90deg);
  margin-right: 3px;
}
*/
.area_neighborhood_spot_01_text ul li img {
  vertical-align: -10.5px;
  margin-right: 0.65em;
  width: 27px;
  height: 30px;
}
.area_neighborhood_spot_01_text ul li a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  /* margin-left: 1.0em; */
}

.area_neighborhood_spot_02 {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  width: 100%;
  scroll-margin-top: 75px;
}
.area_neighborhood_spot_02 img {
  width: 100px;
  height: 100px;
}
.area_neighborhood_spot_02_text {
  display: block;
  font-size: 1.4rem;
  width: calc(100% - 100px - 20px);
}
.area_neighborhood_spot_02_text h5 {
  font-weight: 600;
  line-height: 1.2;
}
.area_neighborhood_spot_02_text h5::first-letter {
  margin-right: 3px;
}
.area_neighborhood_spot_02_text h5.nomarker::first-letter {
  margin-right: 0;
}
.area_neighborhood_spot_02_text h5 > span {
  font-size: 1.2rem !important;
  /* padding-left: 1.65em; */
}
.area_neighborhood_spot_02_text.marker_restaurant h5 > img {
  vertical-align: -9px;
  margin-right: 0.5em;
  width: 30px;
  height: 30px;
}
.area_neighborhood_spot_02_text.marker_food h5 > img {
  vertical-align: -7px;
  margin-right: 0.5em;
  width: 25px;
  height: 25px;
}
.area_neighborhood_spot_02_text.marker_leisure h5 > img {
  vertical-align: -8px;
  margin-right: 0.5em;
  width: 27px;
  height: 27px;
}
.area_neighborhood_spot_02_text p {
  line-height: 1.5;
  margin-top: 10px !important;
}
.area_neighborhood_spot_02_text a {
  display: list-item;
  list-style-type: disc;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  margin: 5px 0 0 1.25em;
}



.area_access {
  
}

.area_access_map {
  margin: 40px auto 10px !important;
  width: 100%;
  aspect-ratio: 1 / 1;
  /*  height: calc((100vw - 20px - 20px) * 0.6);*/
  
  outline: none; /* フォーカス時のアウトライン（青枠線）を非表示にする */
}
.area_access_map:focus {
  outline: none; /* フォーカス時のアウトライン（青枠線）を非表示にする */
}
.area_access_map_text_01,
.area_access_map_text_02 {
  font-size: 1.3rem !important;
  font-weight: bold !important;
/*
  background-color: white;
  padding: 3px;
  border-radius: 5px;
  border: 1px solid orange;
*/
}
.area_access_map_text_01 {
  color: #6e5a00 !important;
  background-color: rgba(255,255,255,0.3);
  padding: 0 2px;
  border-radius: 3px;
}
.area_access_map_text_02 {
  color: #96823c !important;
  background-color: rgba(255,255,255,0.3);
  padding: 0 2px;
  border-radius: 3px;
}

.area_access > picture > img {
  margin: 40px calc((100% - 320px) / 2) 0;
  width: 100%;
  max-width: 320px;
}
.area_access > dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 50px auto 0;
  width: calc(20.0em + 4.0em + 2.0em);
}
.area_access > dl > dt {
  font-weight: 600;
  text-align: right;
  margin-top: 1.0em;
  width: 4.0em;
}
.area_access > dl > dd {
  margin-top: 1.0em;
  width: 20.0em;
}
.area_access > dl > dd > span {
  font-size: 1.2rem;
}
.area_access > dl > dt:first-of-type,
.area_access > dl > dd:first-of-type {
  margin-top: 0;
}
.area_access > dl > dd > a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  margin-top: 1.0em;
  width: 20.0em;
  transition: opacity 0.3s ease;
}
.area_access > dl > dd > a:hover {
  opacity: 0.5;
}





@media print, screen and (min-width:1000px) {
  
  header nav ul li:nth-of-type(5) a::after {
    width: 35px;
  }
  
  
  
  .h3_1:first-of-type {
    margin-top: 150px;
  }
  .h3_1 + p {
    margin-top: 50px;
  }
  .h3_1 + p + img {
    margin-top: 100px;
  }
  .text_note {
    font-size: 1.2rem !important;
    margin-top: 7px !important;
  }


  
  .area_neighborhood_map {
    margin: 60px auto 10px !important;
    width: 1000px;
    height: 1000px;
  }
  
  .area_neighborhood_map_infowindow > p {
    line-height: 1.2;
  }

  
  .h4_1:nth-of-type(4) {
    margin:90px auto -15px;
  }
  .h4_1 + .area_neighborhood_wrap {
/*    margin-top: 30px;*/
  }
    
  .area_neighborhood_wrap {
    margin: 0 auto;
    width: 1000px;
  }

  .area_neighborhood_spot_01 {
    margin-top: 80px;
    width: 470px;
  }
/*
  .area_neighborhood_spot_01:first-of-type,
  .area_neighborhood_spot_01:nth-of-type(2) {
    margin-top: 0;
  }
*/
  .area_neighborhood_spot_01 img {
    width: 200px;
    height: 300px;
  }
  .area_neighborhood_spot_01_text {
    display: block;
    font-size: 1.5rem;
    width: calc(470px - 200px - 30px);
  }
  .area_neighborhood_spot_01_text h5 {
    font-size: 2.0rem;
    font-weight: 500;
  }
  .area_neighborhood_spot_01_text p {
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 1.5;
    margin-top: 5px;
  }
  .area_neighborhood_spot_01_text h6 {
    font-weight: 500;
    margin-top: 15px;
  }

  .area_neighborhood_spot_02 {
    margin-top: 60px;
    width: 470px;
  }
  .area_neighborhood_spot_02_text {
    font-size: 1.5rem;
    width: calc(470px - 100px - 30px);
  }
  .area_neighborhood_spot_02_text h5 {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .area_neighborhood_spot_02_text h5 > span {
    font-size: 1.2rem !important;
  }
  .area_neighborhood_spot_02_text p {
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 1.5;
    margin-top: 5px;
  }
  .area_neighborhood_spot_02_text a {
    display: list-item;
    list-style-type: disc;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    margin: 5px 0 0 1.25em;
  }
  
  
  
  .area_access {

  }
  
  .area_access_map {
    margin: 50px auto 10px !important;
    width: 1000px;
    height: 1000px;
  }
  
  .area_access > picture > img {
    margin: 50px calc((100% - 1000px) / 2) 0;
    width: 1000px;
    max-width: 1000px;
  }
  .area_access > dl {
    font-size: 1.5rem;
  }
  .area_access > dl > dt {
    font-weight: 500;
  }
  .area_access > dl > dd {
    margin-top: 1.0em;
    width: 20.0em;
  }
  .area_access > dl > dd > span {
    font-size: 1.3rem;
  }
  .area_access > dl > dt:first-of-type,
  .area_access > dl > dd:first-of-type {
    margin-top: 0;
  }
  .area_access > dl > dd > a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    margin-top: 1.0em;
    width: 20.0em;
    transition: opacity 0.3s ease;
  }
  .area_access > dl > dd > a:hover {
    opacity: 0.5;
  }


}