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



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



.text_note {
  font-size: 1.0rem !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  margin-top: 5px !important;
}


.landsearch_discription {
  display: flex;
  flex-wrap: wrap;
}



.landsearch_introduction > p {
  text-align: left;
}


.landsearch_discription > .landsearch_discription_wrap > div {
  margin: 0 auto;
  width: 100%;
}
.landsearch_discription > .landsearch_discription_wrap > div > h3  {
  display: flex;
  flex-direction: column; /* 上下に並べる */
  align-items: stretch; /* 幅を揃える */
}
.landsearch_discription > .landsearch_discription_wrap > div > h3 > span:nth-child(1) {
  text-align: left; /* 1行目は左揃え */
}
.landsearch_discription > .landsearch_discription_wrap > div > h3 > span:nth-child(2) {
  text-align: right; /* 2行目は右揃え */
}
.landsearch_discription > .landsearch_discription_wrap > div > p {
  margin-top: 30px;
}
.landsearch_discription > .landsearch_discription_wrap > div > p + p {
  margin-top: 1.2rem;
}
/*
.landsearch_discription img:first-of-type {
  margin-left: calc(20vw - 20px);
  margin-right: calc(20vw - 20px);
  width: 60vw;
}
*/
.landsearch_discription > .landsearch_discription_wrap > img {
  margin: 30px auto 0;
  width: 100%;
  height: auto;
/*
  width: 75%;
  height: auto;
*/
}



.landsearch_access {
  
}

.landsearch_access_map {
  margin: 40px auto 10px !important;
  width: 100%;
  aspect-ratio: 1 / 1;
  
  outline: none; /* フォーカス時のアウトライン（青枠線）を非表示にする */
}
.landsearch_access_map:focus {
  outline: none; /* フォーカス時のアウトライン（青枠線）を非表示にする */
}
.landsearch_access_map_text_01,
.landsearch_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;
*/
}
.landsearch_access_map_text_01 {
  color: #6e5a00 !important;
  background-color: rgba(255,255,255,0.3);
  padding: 0 2px;
  border-radius: 3px;
}
.landsearch_access_map_text_02 {
  color: #96823c !important;
  background-color: rgba(255,255,255,0.3);
  padding: 0 2px;
  border-radius: 3px;
}

.landsearch_access > picture > img {
  margin: 40px calc((100% - 320px) / 2) 0;
  width: 100%;
  max-width: 320px;
}
.landsearch_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);
}
.landsearch_access > dl > dt {
  font-weight: 600;
  text-align: right;
  margin-top: 1.0em;
  width: 4.0em;
}
.landsearch_access > dl > dd {
  margin-top: 1.0em;
  width: 20.0em;
}
.landsearch_access > dl > dd > span {
  font-size: 1.2rem;
}
.landsearch_access > dl > dt:first-of-type,
.landsearch_access > dl > dd:first-of-type {
  margin-top: 0;
}
.landsearch_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;
}
.landsearch_access > dl > dd > a:hover {
  opacity: 0.5;
}







@media print, screen and (min-width:1000px) {
  
  header nav ul li:nth-of-type(2) a::after {
    width: 35px;
  }
  
  
  
  .text_note {
    font-size: 1.2rem !important;
    margin-top: 7px !important;
  }


  
  .landsearch_introduction {
    text-align: center;
  }
  .landsearch_introduction > p {
    display: inline-block;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  
  
  
  .landsearch_discription {
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
  }
  .landsearch_discription > .landsearch_discription_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 150px;
    width: 100%;
  }
  .landsearch_discription > .landsearch_discription_wrap:nth-of-type(even) {
    flex-direction: row-reverse;
  }
/*
  .landsearch_discription > .landsearch_discription_wrap:first-of-type {
    margin-top: 0;
  }
*/
  
  .landsearch_discription > .landsearch_discription_wrap > div {
    margin: 0;
    width: 450px;
  }
  .landsearch_discription > .landsearch_discription_wrap > div > h3 {
    display: flex;
    flex-direction: column; /* 上下に並べる */
    align-items: stretch; /* 幅を揃える */
    margin-top: 0;
  }
  .landsearch_discription > .landsearch_discription_wrap > div > p {
    text-align: left;
  }
  .landsearch_discription > .landsearch_discription_wrap > div > p + p {
    margin-top: 1.5rem;
  }
/*
  .landsearch_discription > div:nth-of-type(odd) > h3,
  .landsearch_discription > div:nth-of-type(odd) > p {
    text-align: right;
  }
  .landsearch_discription > div:nth-of-type(even) > h3,
  .landsearch_discription > div:nth-of-type(even) > p {
    text-align: left;
  }
*/
  .landsearch_discription > .landsearch_discription_wrap img,
  .landsearch_discription > .landsearch_discription_wrap img:first-of-type {
    margin: 0;
    width: 450px;
    height: 253px;
  }
  
  
  
  .landsearch_access {

  }
  
  .landsearch_access_map {
    margin: 50px auto 10px !important;
    width: 1000px;
  }
  
  .landsearch_access > picture > img {
    margin: 50px calc((100% - 1000px) / 2) 0;
    width: 1000px;
    max-width: 1000px;
  }
  .landsearch_access > dl {
    font-size: 1.5rem;
  }
  .landsearch_access > dl > dt {
    font-weight: 500;
  }
  .landsearch_access > dl > dd {
    margin-top: 1.0em;
    width: 20.0em;
  }
  .landsearch_access > dl > dd > span {
    font-size: 1.3rem;
  }
  .landsearch_access > dl > dt:first-of-type,
  .landsearch_access > dl > dd:first-of-type {
    margin-top: 0;
  }
  .landsearch_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;
  }
  .landsearch_access > dl > dd > a:hover {
    opacity: 0.5;
  }
    
}