@charset "utf-8";
.main {
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}

/* PC　first-view記述　*/
.first-view {
  height: calc(100vh - 70px);
  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-size: 36px;
  letter-spacing: 0.2rem;
  line-height: 70px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 3px 3px 7px #000000, 3px 3px 7px #000000, 3px 3px 7px #000000;
  padding: 10px 30px;
}

.border{
   background-color: rgba(13,13,30,0.5);
}

.first-view-text h2 {
  margin-top: 20px;
  font-size: 28px;
  letter-spacing: 0.2rem;
  line-height: 60px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 3px 3px 7px #000000, 3px 3px 7px #000000, 3px 3px 7px #000000;
  padding: 10px 20px;
}

.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: #8B793B;
  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: #8B793B;
  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;
}

/*きらっと光る*/

.btnshine{
    /*キラッと光る基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/  
  display:inline-block;
    background: #8B793B;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    outline: none;
}

/*キラッと光る*/
.btnshine::before {
  content: '';
    /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  
 /*キラッと光る形状*/
  width: 45%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.btnshine:hover::before {
  animation: shine 0.6s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.tel {
  text-align: center;
  font-size: 40px;
  font-weight: normal;
  color: #8B793B;
  margin: 30px auto 60px;
}

/* PC　news記述　*/

.news {
  max-width: 1200px;
  margin: 60px auto 0px;
  text-align: center;
}

.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: none;
  margin: 20px auto;
  padding: 40px;
  border: 1px solid;
  border-color: #8B793B;
  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: #8B793B;
  font-weight: bold;
}


/* 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 {
  background-image: url(../images/index/bg-ac.jpg);
  width: 100%;
  margin: 0px auto;
}

.landplan img {
  max-width: 1000px;
  margin: 0px auto;
  padding: 60px 0px;
}

.landplan_PC {
  display: block;
}
.landplan_sp {
  display: none;
}


/* PC　location記述　*/

.lead-visual-loc {
  height: 350px;
  margin-top: 0px;
  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 {
  background-image: url(../images/index/bg-ac.jpg);
  width: 100%;
  margin: 0px auto;
}

.location img {
  max-width: 1000px;
  margin: 0px auto;
  padding: 60px 0px;
}

.location_PC {
  display: block;
}

.location_sp {
  display: none;
}


/* PC　facilities記述　*/

.lead-visual-fac {
  height: 350px;
  margin-top: 0px;
  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: 0px auto;
  padding: 60px 0;
  text-align: center;
  background-color: #3d3d4a;
}

.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: normal;
}

.location-facilities_list_contents p {
  margin-top: 5px;
  font-size: 12px;
}



/* PC　outline記述　*/

.lead-visual-out {
  height: 350px;
  margin-top: 0px;
  background-image: url(../images/index/bg-lead03.jpg);
  background-repeat: no-repeat;
  background-position: top 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: 880px;
  max-width: 90%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.outline-area {
  background: none;
  border: 1px solid #8B793B;
  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: normal;
  line-height: 20px;
}

.outline-area dd {
  width: calc(100% - 200px);
  padding: 15px 0;
  font-size: 15px;
  line-height: 20px;
}

.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.03em;
  }
  
  .first-view-text h2 {
  margin-top: 30px;
  font-size: 20px;
  letter-spacing: 0.1rem;
  line-height: 30px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 3px 3px 7px #000000, 3px 3px 7px #000000, 3px 3px 7px #000000;
  padding: 10px 20px;
}

  .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;
  }
  
    /*きらっと光る*/

.btnshine{
    /*キラッと光る基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/  
  display:inline-block;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    outline: none;
}

/*キラッと光る*/
.btnshine::before {
  content: '';
    /*絶対配置でキラッと光る位置を決める*/
  position: absolute;
  top: 0;
  left: -20%;
    /*キラッと光る形状*/
    width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.btnshine:hover::before {
  animation: shine 0.6s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
  
  .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;
  }
  
  /* スマホ　landplan記述　*/
  
  .lead-visual-land {
    height: 250px;
    margin-top: 0px;
  }
  
  .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: 0px auto;
  }
  
  .landplan img {
    max-width: 95%;
    margin: 0px auto;
  }
  
  .landplan_PC {
    display: none;
  }
  
  .landplan_sp {
    display: block;
  }
  
 
  /* スマホ　location記述　*/
  
  .lead-visual-loc {
    height: 250px;
    margin-top: 0px;
  }
  
  .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: 0px auto;
  }
  
  .location img {
    max-width: 95%;
    margin: 0px auto;
  }
  
  .location_PC {
    display: none;
  }
  
  .location_sp {
    display: block;
  }
  
  /* スマホ　facilities記述　*/
  
  .lead-visual-fac {
    height: 250px;
    margin-top: 0px;
  }
  
  .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: 350px;
    height: 180px;
    object-fit: cover;
  }
  
  .location-facilities_list_contents h3 {
    font-size: 14px;
  }
  
  .location-facilities_list_contents p {
    font-size: 12px;
    padding-bottom: 10px;
  }
  
    /* スマホ　outline記述　*/
	
  .lead-visual-out {
    height: 250px;
    margin-top: 0px;
  }
  .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;
	letter-spacing: 0rem;
  }
  .outline-area dd {
    width: 70%;
    font-size: 13px;
    line-height: 18px;
	letter-spacing: 0rem;
  }
  
  .sp {
    display: inline;
  }
}