@charset "utf-8";
.main {
  background-image: url(../images/common/main-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
}
/* PC　first-view記述　*/
.first-view {
  height: calc(100vh - 90px);
  background-image: url(../images/index/bg-main.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.first-view-text {
  margin: 0 auto;
  text-align: center;
}
.first-view-text h1 {
  font-family: serif;
  font-size: 36px;
  letter-spacing: 0.2rem;
  line-height: 60px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 3px 3px 7px #000000, 3px 3px 7px #000000;
  padding: 10px 30px;
}
.first-view-text p {
  font-size: 18px;
  color: #ffffff;
  text-shadow: 3px 3px 7px #000000;
  margin-top: 40px;
}
.sold {
  margin: 0px 80px 0px 80px;
  font-size: 38px;
  color: #fff;
  background-color: #EF0D10;
  padding: 10px 30px;
}
.point {
  margin-top: 40px;
  font-size: 32px;
  letter-spacing: 0.2rem;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.6);
  padding: 10px 30px;
}
/* PC　lead記述　*/
.lead {
  margin: 0px auto;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.lead h2 {
  color: #304a34;
  font-size: 35px;
  line-height: 48px;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}
.lead p {
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
}
/* PC　link-button 記述　*/
.link-button-area {
  text-align: center;
  margin-top: 40px;
}
.link-button {
  max-width: 880px;
  margin: 20px auto;
  text-align: center;
  background-color: #d66113;
  line-height: 60px;
  box-shadow: 4px 4px 6px rgba(51, 51, 51, 0.5);
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 0.4em;
  color: #fff;
}
.link-button:hover {
  background-color: #fff;
  color: #d66113;
  border : 1px solid #d66113;
}
.tel {
  text-align: center;
  font-size: 40px;
  font-weight: normal;
  color: #d66113;
  margin: 30px auto 60px;
}
/* PC　news記述　*/
.news {
  max-width: 1200px;
  margin: 60px auto 0px;
  text-align: center;
  font-family: sans-serif;
}
.news span {
  font-size: 14px;
}
.news h2 {
  font-size: 24px;
  font-weight: bold;
  color: #1f8d61;
  margin-top: 10px;
}
.news-inner {
  max-width: 880px;
  background-color: #FFF;
  margin: 20px auto;
  padding: 40px;
  border: 0.2px solid;
  border-color: #333;
  display: flex;
  justify-content: flex-start;
  text-align: left;
}
.news-inner time {
  line-height: 20px;
}
.news-inner time::after {
  content: "     :     ";
}
.news-inner p {
  font-size: 14px;
  line-height: 20px;
}

.news-inner p a {
  color: #d66113;
  font-weight: bold;
}

/* PC　location記述　*/

.lead-visual-loc {
  height: 350px;
  margin-top: 100px;
  background-image: url(../images/index/bg-lead01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-shadow: 2px 2px 5px #000000;
}
.lead-visual-loc span {
  font-size: 16px;
  color: #fff;
  z-index: 10;
  text-align: center;
}
.lead-visual-loc h2 {
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  z-index: 10;
  text-align: center;
}
.location {
  max-width: 1000px;
  background-color: rgba(255, 255,255, 0.7);
  margin: 80px auto 0;
}
.location img {
  width: 100%;
  margin: 0 auto;
  padding: 25px;
}
.location_PC {
  display: block;
}
.location_sp {
  display: none;
}
/* PC　landplan記述　*/
.lead-visual-land {
  height:  350px;
  margin-top: 100px;
  background-image: url(../images/index/bg-lead02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-shadow: 2px 2px 5px #000000;
}
.lead-visual-land span {
  font-size: 16px;
  color: #fff;
  z-index: 10;
  text-align: center;
}
.lead-visual-land h2 {
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  z-index: 10;
  text-align: center;
}
.landplan {
  max-width: 1000px;
  margin: 100px auto 0;
}
.landplan img {
  width: 100%;
  margin: 0 auto;
}
.landplan_PC {
  display: block;
}
.landplan_sp {
  display: none;
}
.banner {
  max-width: 880px;
  margin: 80px auto 40px;
  text-align: center;
  box-shadow: 4px 4px 6px rgba(90, 104, 112, 0.5);
}
.banner:hover {
  opacity: 0.5;
}
/* PC　outline記述　*/
.lead-visual-out {
  height: 350px;
  margin-top: 100px;
  background-image: url(../images/index/bg-lead03.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-shadow: 2px 2px 5px #000000;
}
.lead-visual-out span {
  font-size: 16px;
  color: #fff;
  z-index: 10;
  text-align: center;
}
.lead-visual-out h2 {
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  z-index: 10;
  text-align: center;
}
.outline {
  width: 930px;
  max-width: 90%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: sans-serif;
}
.outline-area {
  background: none;
  border: 1px solid #aaaaaa;
  margin-top: 25px;
  margin-bottom: 40px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.outline-area dt {
  width: 200px;
  padding: 15px 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
}
.outline-area dd {
  width: calc(100% - 200px);
  padding: 15px 0;
  font-size: 15px;
  line-height: 20px;
}
/* PC　facilities記述　*/
.lead-visual-fac {
  height: 350px;
  margin-top: 100px;
  background-image: url(../images/index/bg-lead04.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-shadow: 2px 2px 5px #000000;
}
.lead-visual-fac span {
  font-size: 16px;
  color: #fff;
  z-index: 10;
  text-align: center;
}
.lead-visual-fac h2 {
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  z-index: 10;
  text-align: center;
}
.location-facilities {
  margin: 60px auto;
  padding: 60px 0;
  text-align: center;
  background-color: #f5f5f5;
  font-family: sans-serif;
}
.location-facilities_list {
  max-width: 880px;
  margin: 30px auto 30px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  text-align: left;
}
.location-facilities_list_contents h3 {
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}
.location-facilities_list_contents p {
  margin-top: 5px;
  font-size: 12px;
}
.sp {
  display: none;
}

@media (max-width: 750px) {
  .main {
    margin-top: 80px;
  }
  /* スマホ　first-view記述　*/
  .first-view {
    height: calc(95vh - 140px);
    background-image: url(../images/index/bg-main-sp.jpg);
    align-items: flex-start;
  }
  
  .first-view-text {
    margin: 0 auto;
    max-width: 90%;
    padding-top: 100px;
	text-align: center;
  }
  .first-view-text h1 {
    font-size: 22px;
    line-height: 40px;
    padding: 5px 10px;
	letter-spacing: 0.05em;
  }
  .first-view-text p {
    font-size: 14px;
    margin-top: 15px;
  }
.sold {
  margin: auto;
  font-size: 20px;
  color: #fff;
  background-color: #EF0D10;
  padding: 10px 20px;
}
.point {
  display: none;
  margin-top: 50px;
  font-size: 20px;
  letter-spacing: 0.2rem;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.8);
  padding: 10px 10px;
}
  
  /* スマホ　lead記述　*/
  .lead {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0px;
  }
  .lead h2 {
    font-size: 26px;
    line-height: 38px;
    font-weight: normal;
    letter-spacing: 0.1rem;
    margin-bottom: 20px;
  }
  .lead p {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
  }
  /* スマホ　link-button記述　*/
  .link-button {
    max-width: 90%;
    font-size: 20px;
  }
  .tel {
    font-size: 32px;
    margin: 30px auto 30px;
  }
  /* スマホ　news記述　*/
  .news {
    max-width: 500px;
    margin: 30px auto;
  }
  .news-inner {
    margin: 30px 20px 0 20px;
    padding: 15px;
    display: block;
    text-align: left;
  }
  .news-inner h2 {
    margin-bottom: 15px;
  }
  .news-inner time {
    font-size: 12px;
    margin-top: 15px;
    margin-left: 8px;
  }
  .news-inner p {
    font-size: 12px;
	letter-spacing: 0rem;
  }
  /* スマホ　location記述　*/
  .lead-visual-loc {
    height: 250px;
    margin-top: 60px;
  }
  .lead-visual-loc span {
    font-size: 16px;
    text-align: left;
    padding-left: 40px;
  }
  .lead-visual-loc h2 {
    font-size: 22px;
    text-align: left;
    padding-left: 40px;
  }
  .location {
    max-width: 500px;
    margin: 40px auto 0px;
  }
  .location img {
    max-width: 100%;
    margin: 40px auto 20px;
  }
  .location_PC {
    display: none;
  }
  .location_sp {
    display: block;
  }
  /* スマホ　landplan記述　*/
  .lead-visual-land {
    height: 250px;
    margin-top: 60px;
  }
  .lead-visual-land span {
    font-size: 16px;
    text-align: left;
    padding-left: 40px;
  }
  .lead-visual-land h2 {
    font-size: 22px;
    text-align: left;
    padding-left: 40px;
  }
  .landplan {
    max-width: 500px;
    margin: 40px auto 0px;
  }
  .landplan img {
    max-width: 90%;
    margin: 40px auto 20px;
  }
  .landplan_PC {
    display: none;
  }
  .landplan_sp {
    display: block;
  }
  .banner {
  max-width: 90%;
  margin: 40px auto;
}   
  /* スマホ　outline記述　*/
  .lead-visual-out {
    height: 250px;
    margin-top: 60px;
  }
  .lead-visual-out span {
    font-size: 16px;
    text-align: left;
    padding-left: 40px;
  }
  .lead-visual-out h2 {
    font-size: 22px;
    text-align: left;
    padding-left: 40px;
  }
  .outline {
    width: 500px;
    margin-top: 0px;
  }
  .outline-area {
    margin-top: 30px;
    padding: 15px;
  }
  .outline h2 {
    font-size: 20px;
  }
  .outline-area dt {
    width: 30%;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 0px;
  }
  .outline-area dd {
    width: 70%;
    font-size: 13px;
    line-height: 18px;
	letter-spacing: 0rem;
  }
  /* スマホ　facilities記述　*/
  .lead-visual-fac {
    height: 250px;
    margin-top: 60px;
  }
  .lead-visual-fac span {
    font-size: 16px;
    text-align: left;
    padding-left: 40px;
  }
  .lead-visual-fac h2 {
    font-size: 22px;
    text-align: left;
    padding-left: 40px;
  }
  .location-facilities {
    max-width: 500px;
    margin: 0px auto;
    padding: 30px 0;
    text-align: center;
  }
  .location-facilities_list {
    max-width: 80%;
    margin: 30px auto 30px;
    display: block;
  }
  .location-facilities_list_contents img {
    width: 300px;
    height: 180px;
    object-fit: cover;
  }
  .location-facilities_list_contents h3 {
    font-size: 14px;
    font-weight: bold;
  }
  .location-facilities_list_contents p {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .sp {
    display: inline;
  }
}