@charset "utf-8";

.main {
  background-image: url("../images/common/main-bg.png");
  background-repeat: no-repeat;
  background-position: center;
}

/* PC　title記述　*/

.title {
  height: 420px;
  background-image: url("../images/landplan/land-01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #333333;
}

.title h1 {
  font-family: 'Marcellus', serif;
  font-size: 42px;
  font-weight: lighter;
}

.title p {
  font-size: 20px;
  margin-top: 15px;
}

/* PC　lead記述　*/

.lead {
  max-width: 1200px;
  margin: 80px auto;
  text-align: center;
}

.lead h2 {
  font-size: 26px;
  font-weight: normal;
  color: #0e2b4a;
  margin-bottom: 40px;
} 

.lead p {
  line-height: 2;
  text-align: center;
  margin-bottom: 60px;
}

.lead-inner {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.lead-inner img {
  width: 420px;
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .3);
  margin-bottom: 30px;
}

.lead small {
  display: block;
  max-width: 880px;
  margin: 0 auto;
  font-size: 14px;
  text-align: right;
}

/* PC　landplan記述　*/

.landplan {
  width: 100%;
  margin: 80px auto 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  background-color: rgba(151, 137, 100, .1);
}

.landplan span {
  font-size: 16px;
}

.landplan h2 {
  font-size: 24px;
  font-weight: lighter;
  color: #978964;
  margin-top: 5px;
}

.landplan-inner {
  max-width: 1000px;
  background-color: rgba(255, 255, 255, .8);
  margin: 40px auto 20px;
}

.landplan img {
  max-width: 880px;
  padding : 100px;
}

.landplan p {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  text-align: right;
}

/* PC　link-button-02記述　*/

.link-button-02 {
  max-width: 930px;
  margin: 80px auto 40px;
  text-align: center;
  background-color: #978964;
  line-height: 60px;
  box-shadow: 4px 4px 6px rgba(90, 104, 112, 0.5);
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 0.4em;
  color: #fff;
}

.link-button-02:hover {
  background-color: #fff;
  color: #978964;
}

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

.sp {
  display: none;
}


@media (max-width: 768px) {
  
.main {
  background-position: center;
  background-size: cover;
  }

/* スマホ　title記述　*/

.title {
  height: 320px;
  margin-top: -80px;
  background-image: url("../images/landplan/land-01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}

.title h1 {
  font-size: 32px;
  font-weight: lighter;
}

.title p {
  font-size: 18px;
}
  
/* スマホ　lead記述　*/
  
.lead {
  padding-left: 20px;
  padding-right: 20px;
  margin: 60px auto 60px;
}

.lead h2 {
  font-size: 18px;
  line-height: 30px;
  font-weight: lighter;
  color: #0e2b4a;
  margin-bottom: 40px;
} 

.lead p {
  text-align: center;
  font-size: 14px;
  line-height: 25px;
}
  
.lead-inner {
  display: block;
}

.lead-inner img {
  width: 90%;
  margin-bottom: 40px;
}
  
.lead-inner img:last-child {
  margin-bottom: 10px;
}

.lead small {
  font-size: 11px;
  text-align: right;
}
  
/* スマホ landplan記述　*/
  
.landplan {
  max-width: 100%;
  margin: 60px auto 0px;
}
  
.landplan span {
  font-size: 12px;
}
  
.landplan h2 {
  font-size: 20px;
}

.landplan-inner {
  max-width: 90%;
  padding-top: 30px;
  padding-bottom: 30px;
}  
  
.landplan img {
  max-width: 95%;
  margin: 20px auto;
  padding: 5px;
}

.landplan p {
  max-width: 90%;
  font-size: 12px;
}  
  
/* スマホ　link-button-02記述　*/
  
.link-button-02 {
  max-width: 90%;
  margin: 60px auto 20px;
  background-color: #978964;
  line-height: 60px;
  box-shadow: 4px 4px 6px rgba(90, 104, 112, 0.5);
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: lighter;
  letter-spacing: 0.3em;
  color: #fff;
}
  
.tel {
  font-size: 36px;
  margin: 30px auto 60px;
}
.sp {
  display: inline;
}
}
