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



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



.contents_wrap {
  padding: 0 20px;
}
/*
.contents_wrap p {
  margin: 20px auto 0;
}
*/


.font_bold {
  font-weight: 600;
}
.rou_text {
  font-weight: 500;
  margin: 0 0.2rem;
}
.rou_text_l {
  font-weight: 10;
  font-size: 115%;
  margin-left: -2px;
}
.rou_title {
  margin: 0 0.2rem;
}



.overview_discription {
  
}
.overview_discription p {
  margin-top: 30px;
}



.overview_concept {
  margin-top: 50px;
}
.overview_concept > .overview_concept_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
  width: 100%;
}
.overview_concept > .overview_concept_wrap:first-of-type {
  margin-top: 0;
}
.overview_concept > .overview_concept_wrap > div {
  width: 100%;
}
.overview_concept > .overview_concept_wrap > div > h4 {
  display: flex;
  flex-direction: column; /* 上下に並べる */
  align-items: stretch; /* 幅を揃える */
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.5;
}
.overview_concept > .overview_concept_wrap > div > h4 > span:nth-child(1) {
  text-align: left; /* 1行目は左揃え */
}
.overview_concept > .overview_concept_wrap > div > h4 > span:nth-child(2) {
  text-align: right; /* 2行目は右揃え */
}
.overview_concept > .overview_concept_wrap > div > p {
  letter-spacing: 0;
  margin-top: 30px;
}
.overview_concept > .overview_concept_wrap > div > p + p {
  margin-top: 1.2rem;
}
/*
.overview_concept > .overview_concept_wrap > div > a {
  display: block;
  font-family: Adrianna, sans-serif;
  font-size: 1.6rem;
  font-weight: 100;
  letter-spacing: 0.05em;
  margin-top: 30px;
  transition: opacity 0.3s ease;
}
*/
.overview_concept > .overview_concept_wrap > div > p > a {
  text-decoration: underline;
  text-decoration-color: #999999;
  text-decoration-thickness: 1px; /* 下線の太さ */
  text-underline-offset: 2px; /* 下線をテキストから2px離す */
}
/*.overview_concept > .overview_concept_wrap > div > a:hover,*/
.overview_concept > .overview_concept_wrap > div > p > a:hover {
  opacity: 0.5;
}
.overview_concept > .overview_concept_wrap > img {
  margin-top: 30px;
}
/*
.overview_concept > .overview_concept_wrap > div > a > img {
  vertical-align: 1px;
  margin: 0 5px 0 0;
  width: 100px;
}
*/
/*
.overview_concept > div:nth-of-type(odd) > h4,
.overview_concept > div:nth-of-type(odd) > p,
.overview_concept > div:nth-of-type(odd) > a {
  text-align: right;
}
.overview_concept > div:nth-of-type(even) > h4,
.overview_concept > div:nth-of-type(even) > p,
.overview_concept > div:nth-of-type(even) > a {
  text-align: left;
}
*/
/*
.overview_concept > .overview_concept_wrap img {
  width: calc(100vw / 4);
}
.overview_concept > .overview_concept_wrap > div,
.overview_concept > .overview_concept_wrap > picture > img {
  margin-top: 60px;
}
.overview_concept > .overview_concept_wrap > div:first-of-type,
.overview_concept > .overview_concept_wrap > picture:first-of-type > img {
  margin-top: 0;
}
*/



.overview_facilities_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.overview_facilities_wrap > div {
  width: 100%;
}
.overview_facilities_wrap > div > h5 {
  font-size: 1.8rem;
  font-weight: 600;
}
.overview_facilities_wrap > div > h5 > img {
  width: 12px;
  height: auto;
  margin-right: 15px;
  vertical-align: 0px;
}
.overview_facilities_wrap > div > h5 > span {
  font-size: 1.6rem;
  font-weight: 200;
  margin-left: 0.5em;
}
.overview_developer_wrap_01 > div > h6,
.overview_developer_wrap_02 > div > h6 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 8px;
}
.overview_facilities_wrap > div > p {
  letter-spacing: 0;
  margin-top: 10px;
}
.overview_facilities_wrap > div > a {
  display: block;
  font-family: Adrianna, sans-serif;
  font-size: 1.6rem;
  font-weight: 100;
  letter-spacing: 0.05em;
  text-align: right !important;
  margin-top: 5px;
  transition: opacity 0.3s ease;
}
.overview_facilities_wrap > div > a:hover {
  opacity: 0.5;
}
.overview_facilities_wrap > div > a > img {
  vertical-align: 1px;
  margin: 0 5px 0 0;
  width: 100px;
}
.overview_facilities_wrap > img {
  margin: 25px auto 0;
  width: 200px;
}



.overview_price > p {
  text-align: left;
}
.overview_price > p > a {
  text-decoration: underline;
  text-decoration-thickness: 1px; /* 下線の太さ */
  text-underline-offset: 2px; /* 下線をテキストから2px離す */
}
.overview_price > p > a:hover {
  opacity: 0.5;
}



.overview_developer_01:last-of-type {
    margin-top: 65px;
  }
.overview_developer_wrap_01 > div > h5,
.overview_developer_wrap_02 > div > h5 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.overview_developer_wrap_01 > div > h5 > span,
.overview_developer_wrap_02 > div > h5 > span {
  font-size: 1.4rem;
  line-height: 1.0;
}
.overview_developer_wrap_01 > div > h5 > span {
/*  display: block;  */
  margin-top: 8px;
}
.overview_developer_wrap_01 > div > h5 > span + span {
  margin-top: 5px;
}
.overview_developer_wrap_01 > div > p,
.overview_developer_wrap_02 > div > p {
  letter-spacing: 0.025em;
  margin-top: 8px;
}
.overview_developer_wrap_01 > div > a,
.overview_developer_wrap_02 > div > a {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  margin-top: 5px;
  transition: opacity 0.3s ease;
}
.overview_developer_wrap_01 > div > a:hover,
.overview_developer_wrap_02 > div > a:hover {
  opacity: 0.5;
}
.overview_developer_wrap_01 {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  /* margin-top: 50px; */
}
.overview_developer_wrap_01 > img {
  width: 100px;
  height: 100px;
}
.overview_developer_wrap_01 > div {
  width: calc(100% - 100px - 20px);
}
.overview_developer_wrap_02 {
  margin-top: 60px;
  width: 100%;
}
.overview_developer_wrap_02 > img,
.overview_developer_wrap_02 > div {
  margin: 0 calc((100% - 160px) / 2) 10px;
  width: 160px;
  height: auto;
}
.overview_developer_wrap_02.landix > img {
  margin-left: calc(((100% - 160px) / 2) - 9px);
}
.overview_developer_wrap_02 > div {
  padding-left: 4px;
}
/*
.overview_developer_wrap_01 + .overview_developer_wrap_02 {
  margin-top: 100px;
}
*/



.overview_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);
}
.overview_access > dl > dt {
  font-weight: 600;
  text-align: right;
  margin-top: 1.0em;
  width: 4.0em;
}
.overview_access > dl > dd {
  margin-top: 1.0em;
  width: 20.0em;
}
.overview_access > dl > dd > span {
  font-size: 1.2rem;
}
.overview_access > dl > dt:first-of-type,
.overview_access > dl > dd:first-of-type {
  margin-top: 0;
}
.overview_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;
}
.overview_access > dl > dd > a:hover {
  opacity: 0.5;
}





@media print, screen and (min-width:1000px) {
  
  header nav ul li:nth-of-type(3) a::after {
    width: 35px;
  }
  
  .font_bold {
    font-weight: 500;
  }
  
  
    
  .overview_discription {
  
  }
  .overview_discription p {
    margin-top: 50px;
  }
  
  
  
  .overview_concept {
    width: 1000px;
    margin: 100px auto 150px;
  }
  .overview_concept > .overview_concept_wrap {
    margin-top: 150px;
  }
  .overview_concept > .overview_concept_wrap:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .overview_concept > .overview_concept_wrap > div,
  .overview_concept > .overview_concept_wrap img {
    width: 450px;
  }
  .overview_concept > .overview_concept_wrap > div > h4 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-top: -5px;
  }
  .overview_concept > .overview_concept_wrap > div > p + p {
    margin-top: 1.5rem;
  }
  .overview_concept > .overview_concept_wrap > img {
    height: 253px;
    margin-top: 0;
  }
/*
  .overview_concept > .overview_concept_wrap > div > a {
    font-size: 2.0rem;
  }
*/
/*
  .overview_concept > .overview_concept_wrap > div,
  .overview_concept > .overview_concept_wrap > img {
    margin-top: 80px;
  }
  
*/
  
  section:nth-of-type(3) {
    text-align: center;
  }
  section:nth-of-type(3) > div > div > h5,
  section:nth-of-type(3) > div > div > p,
  section:nth-of-type(3) > div > div > a {
    text-align: left;
  }
  section:nth-of-type(3) > div > div > p {
    font-size: 1.6rem;
  }
  .h4_1:nth-of-type(2) {
    margin-top: 120px;
  }
  .h4_1_discription {
    display: inline-block;
    text-align: left !important;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
  }
  
  
  
  .overview_facilities_wrap {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 100px auto 0;
    width: 1000px;
  }
  .overview_facilities_wrap > div {
    margin: 0;
    width: 750px;
  }
  .overview_facilities_wrap > div > h5 {
    font-size: 2.6rem;
    font-weight: 500;
    padding: 0;
  }
  .overview_facilities_wrap > div > h5 > img {
    width: 15px;
    margin-right: 20px;
    vertical-align: 0.5px;
  }
  .overview_facilities_wrap > div > h5 > span {
    font-size: 2.0rem;
    margin-left: 0.4em;
  }
  .overview_facilities_wrap > div > p {
    margin-top: 8px;
  }
  .overview_facilities_wrap > div > a {
    font-size: 2.0rem;
  }
  .overview_facilities_wrap > img {
    margin: 0;
  }
  
  
  
  .overview_price {
    text-align: center;
  }
  .overview_price > p {
    display: inline-block;
    font-size: 1.8rem;
    text-align: left !important;
    padding-left: 36px;
    width: auto;
  }
  
  
  
  .overview_developer_01,
  .overview_developer_02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1000px;
  }
  .overview_developer_01:first-of-type {
    margin: 10px auto 0 !important;
  }
  .overview_developer_01:last-of-type {
    margin: 50px auto 0 !important;
  }
  .overview_developer_02 {
    flex-direction: row-reverse;
    margin: 0 auto !important;
  }
  .overview_developer_wrap_01 > div > h5,
  .overview_developer_wrap_02 > div > h5 {
    font-size: 1.8rem; 
    font-weight: 500;
    line-height: 1.0;
  }
  .overview_developer_wrap_01 > div > h5 > span,
  .overview_developer_wrap_02 > div > h5 > span {
    font-size: 1.4rem;
    line-height: 1.0;
  }
/*
  .overview_developer_wrap_02 > div > h5,
  .overview_developer_wrap_01 > div > h5{
    font-size: 1.80rem; 
    font-weight: 500;
    line-height: 1.5;
  }
  .overview_developer_wrap_02 > div > h5 > span,
  .overview_developer_wrap_01 > div > h5 > span {
    font-size: 1.4rem;
    line-height: 1.2;
  }
*/
  .overview_developer_wrap_01 > div > p,
  .overview_developer_wrap_02 > div > p {
    line-height: 1.67;
    margin-top: 10px;
  }
  .overview_developer_wrap_01 > div > a,
  .overview_developer_wrap_02 > div > a {
    font-size: 1.5rem;
    margin-top: 5px;
  }
  .overview_developer_wrap_01 {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    width: 450px;
  }
  .overview_developer_wrap_01 > img {
    width: 100px;
    height: 100px;
  }
  .overview_developer_wrap_01 > div {
    width: calc(100% - 100px - 20px);
  }
/*
  .overview_developer_wrap_01 + .overview_developer_wrap_02 {
    margin-top: 100px;
  }
*/
  .overview_developer_wrap_02 {
/*    margin-top: 100px;*/
    /* margin-top: 50px;*/
    width: 450px;
  }
  .overview_developer_wrap_02 > img {
    margin: 0 calc((100% - 200px) / 2) 10px;
    width: 200px;
  }
  .overview_developer_wrap_02.landix > img {
    margin-left: calc(((100% - 200px) / 2) - 11px);
  }
  .overview_developer_wrap_02 > div {
    margin: 15px calc((100% - 200px) / 2) 0;
    padding-left:5px;
    width: 200px;
    /* width: 450px; <p>使用時 */
  }
  
  
  
  .overview_access {
    margin-top: 0;
  }
  .overview_access > dl {
    font-size: 1.5rem;
  }
  .overview_access > dl > dt {
    font-weight: 500;
  }
  .overview_access > dl > dd {
    margin-top: 1.0em;
    width: 20.0em;
  }
  .overview_access > dl > dd > span {
    font-size: 1.3rem;
  }
  .overview_access > dl > dt:first-of-type,
  .overview_access > dl > dd:first-of-type {
    margin-top: 0;
  }
  .overview_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;
  }
  .overview_access > dl > dd > a:hover {
    opacity: 0.5;
  }
}