@charset "utf-8";

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

/* PC　outline記述　*/

.outline {
  width: 930px;
  max-width: 90%;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

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

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

.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　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;
  }
  
/* スマホ　outline記述　*/

.outline {
  max-width: 90%;
  margin-top: 60px;
}
.outline-area {
  margin-top: 15px;
  padding: 15px;
}
.outline h2 {
  font-size: 20px;
}
  
.outline-area dt {
  width: 30%;
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 0px;
}
  
.outline-area dd {
  width: 70%;
  font-size: 12px;
  line-height: 18px;
}  

/* スマホ　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;
}
}
