@charset "utf-8";

/* PC　first-view記述　*/

.first-view {
  height: calc(85vh - 30px);
  background-image: url("../images/top_img01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 100px;
  display: flex;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.first-view-copy {
  width: 40%;
  display: flex;
  flex-direction: column;
  margin-top: 180px;
  margin-left: 600px;

}

.first-view h1 {
  font-size: 28px;
  line-height: 55px;
  color: #FFF;
  text-shadow: 3px 3px 5px #000,3px 3px 5px #000;
  font-weight: lighter;
  letter-spacing: 0.1em;
  text-align: right;
}

.first-view h2 {
  margin-top: 20px;
  font-size: 30px;
  line-height: 60px;
  color: #005340;
  font-weight: lighter;
  letter-spacing: 0.15em;
  text-align: center;
  background-color: rgba(255,255,255,.7);
}
  
.sold {
  width: 100%;
  font-size: 34px;
  color: #fff;
  background-color: #C80B0E;
  padding: 0px;
}

.first-view-text {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0 10px 0;
  font-weight: normal;
  text-align: center;
  background-color:  rgba(239,239,239,.5);
}

.first-view-text h1 {
  font-weight: lighter;
　color: #005340;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 70px;
}

.first-view-text p {
  font-size: 16px;
  line-height: 35px;
  margin-top: 20px;
  color: #333;
  letter-spacing: 0.04em;
}

.first-view-point {
  max-width: 1000px;
  margin: 80px auto 40px;
  display: flex;
  justify-content: space-between;
}

.first-view-point_sp {
  display: block;
}

.first-view-point img {
  width: 23%;
  border: double 0.7px #005340;
  border-bottom: solid 4px #005340;
}

/* PC　lead記述　*/

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

.lead p {
  line-height: 2;
  text-align: center;
}

/* PC　image記述　*/

.image {
  max-width: 1000px;
  margin: 80px auto 5px;
}

.image img {
  max-width: 100%;
  margin: 40px auto 5px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .3);
}

.image p {
  font-size: 12px;
  text-align: right;
}


/* PC　news記述　*/

.news {
  max-width: 880px;
  margin: 80px auto 40px;
  text-align: center;
}

.news span {
  font-size: 14px;
}

.news h2 {
  font-size: 24px;
  font-weight: lighter;
  color: #005340;
  margin-top: 10px;
}

.news-inner {
  max-width: 880px;
  margin: 20px auto;
  padding: 40px;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  border: solid 1px #333;
}

.news-inner a {
  color: #a48845;
}

/* PC　foot-title記述　*/

.foot-title-01 {
  margin-top: 120px;
  height: 300px;
  background-image: url("../images/top_img03.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-shadow: 2px 2px 7px #333333;
  position: relative;
  align-items: center;
}

.foot-title-01::after {
  content: '';
  background-color: rgba(0,0,0,.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.foot-title-01:hover {
  opacity: 0.8;
}

.foot-title-01 h2, .foot-title-02 h2 ,.foot-title-03 h2 ,.foot-title-04 h2 ,.foot-title-05 h2 {
  font-size: 30px;
  font-weight: lighter;
  z-index: 99;
}

.foot-title-01 p ,.foot-title-02 p ,.foot-title-03 p ,.foot-title-04 p ,.foot-title-05 p {
  font-size: 14px;
  margin-top: 15px;
  z-index: 100;
  text-align: center;
}

.foot-title-02 {
  height: 300px;
  background-image: url("../images/top_img03.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-shadow: 2px 2px 7px #333333;
  position: relative;
  align-items: center;
}

.foot-title-02::after {
  content: '';
  background-color: rgba(0,0,0,.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.foot-title-02:hover {
  opacity: 0.8;
}

.foot-title-03 {
  height: 300px;
  background-image: url("../images/top_img04.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-shadow: 2px 2px 7px #333333;
  position: relative;
  align-items: center;
}

.foot-title-03::after {
  content: '';
  background-color: rgba(0,0,0,.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.foot-title-03:hover {
  opacity: 0.8;
}

.foot-title-04 {
  height: 300px;
  background-image: url("../images/top_img05.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-shadow: 2px 2px 7px #333333;
  position: relative;
  align-items: center;
}

.foot-title-04::after {
  content: '';
  background-color: rgba(0,0,0,.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.foot-title-04:hover {
  opacity: 0.8;
}

.foot-title-05 {
  height: 300px;
  background-image: url("../images/top_img18.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-shadow: 2px 2px 7px #333333;
  position: relative;
  align-items: center;
}

.foot-title-05::after {
  content: '';
  background-color: rgba(0,0,0,.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.foot-title-05:hover {
  opacity: 0.8;
}

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

.link-button-02 {
  max-width: 600px;
  margin: 80px auto 40px;
  text-align: center;
  background-color: #b60a2d;
  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;
}

/*きらっと光る*/

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

/*キラッと光る*/
.btnshine::before {
  content: '';
    /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
    /*キラッと光る形状*/
    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.9s;
}

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

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

.sp {
  display: none;
}


@media (max-width: 768px) {

/* スマホ　first-view記述　*/  

.first-view {
    height: calc(80vh - 80px);
    margin-top: 80px;
    background-image: url("../images/top_img01_sp.jpg");
    align-items: flex-start;
  }

.first-view-copy {
  width: 80%;
  margin: 120px 0px 20px 50px;
  display: flex;
  flex-direction: column;
}

.first-view h1 {
  font-size: 22px;
  line-height: 38px;
  text-align: center;
}

.first-view h2 {
  margin-top: 10px;
  font-size: 22px;
  line-height: 42px;
}

.sold {
  font-size: 20px;
  color: #fff;
  background-color: #C80B0E;
  padding: 0px 10px;
  text-align: center;
}

  .first-view-text {
    width: 100%;
    padding: 60px 15px 20px 15px;
  }
  
  .first-view-text h1 {
    font-size:30px;
    line-height: 42px;
  }
  
  .first-view-text p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 15px;
    letter-spacing: 0.01em;
  }
  
  .first-view-point {
  max-width: 90%;
  margin: 40px auto 20px;
  display: block;
}
  
.first-view-point img {
  width: 65%;
  margin-top:20px;
}

/* スマホ image記述　*/
  
.image {
  max-width: 100%;
  margin: 40px auto 0px;
}
  
.image img {
  max-width: 100%;
  margin: 20px auto 10px;
}  

.image p {
  font-size: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height:15px;
  }
  
  /* スマホ　link-button記述　*/

  .link-button {
    max-width: 85%;
    margin: 0 auto 30px;
    background-color: #b60a2d;
    line-height: 60px;
    box-shadow: 4px 4px 6px rgba(90, 104, 112, 0.5);
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    ont-weight: lighter;
    letter-spacing: 0.3em;
    color: #f4f5f7;
  }
  
  /*きらっと光る*/

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

/*キラッと光る*/
.btnshine::before {
  content: '';
    /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
    /*キラッと光る形状*/
    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.7s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
  
  /* スマホ　news記述　*/
  
  .news {
    max-width: 90%;
    margin: 40px auto 0px;
  }
  
  .news h2 {
  font-size: 20px;
  font-weight: lighter;
  color: #005340;
}
  
  .news-inner {
    margin: 20px 0 20px;
    padding: 15px;
    display: block;
    text-align: left;
	line-height:15px;
	letter-spacing: 0.02em;
  }
  
  .news-inner h2 {
    margin-bottom: 15px;
  }
  
  .news-inner time {
    font-size: 12px;
    margin-top: 15px;
  }
  .news-inner p {
    font-size: 12px;
  }
  
  /* スマホ　lead記述　*/
   
  .lead {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  
  .lead p {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
  }
  
  
/* スマホ　foot-title記述　*/

  .foot-title-01 {
    margin-top: 60px;
  }
  
.foot-title-01 ,.foot-title-02 ,.foot-title-03 ,.foot-title-04 ,.foot-title-05 {
  height: 200px;
  }

.foot-title-01 h2 ,.foot-title-02 h2 ,.foot-title-03 h2 ,.foot-title-04 h2 ,.foot-title-05 h2 {
  font-size: 24px;
}

/* スマホ　link-button-02記述　*/
  
.link-button-02 {
  max-width: 90%;
  margin: 60px auto 20px;
  background-color: #b60a2d;
  line-height: 30px;
  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;
}
}
