@charset "utf-8";

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

/* PC　first-view記述　*/

.first-view {
  height: calc(120vh - 150px);
  background-image: linear-gradient(to bottom, transparent 0%, transparent 80%, #fff 100%), url(../images/index/bg-main.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.first-view img {
  margin: 120px auto 20px;
  max-height: 600px;
}

.first-view-text {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0 60px 0;
  color: #333333;
  font-weight: normal;
  text-align: center;
}

.first-view-text h1 {
  font-family: serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 72px;
  letter-spacing: 0.1em;
}

.first-view-text h1 span {
  color: #978964;
  font-size: 35px;
  letter-spacing: 0.2em;
}

.first-view-text p {
  font-size: 20px;
  margin-top: 20px;
}

/* PC　link-button記述　*/

.link-button {
  max-width: 880px;
  margin: 20px auto;
  text-align: center;
  background-color: #0e2b4a;
  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: #ffffff;
}

.link-button:hover {
  background-color: #ffffff;
  color: #0e2b4a;
}

/* PC　news記述　*/

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

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

.news h2 {
  font-size: 24px;
  font-weight: lighter;
  color: #978964;
}

.news-inner {
  margin-top: 40px;
  padding: 20px 40px;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  border: solid 1px #333;
}

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

/* 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: 880px;
  margin: 80px auto;
}

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

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

/* PC　foot-title記述　*/

.foot-title-01 {
  height: 280px;
  background-image: url(../images/index/bg-foot01.jpg);
  background-repeat: no-repeat;
  background-position: bottom 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: linear-gradient(to right, rgba(0,0,0,0),rgba(0,0,0,.6));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.foot-title-01:hover {
  filter: grayscale(1);
}

.foot-title-01 h2, .foot-title-02 h2 ,.foot-title-03 h2 ,.foot-title-04 h2 ,.foot-title-05 h2 {
  font-family: 'Marcellus', serif;
  font-size: 30px;
  font-weight: lighter;
  z-index: 100;
}

.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: 280px;
  background-image: url(../images/index/bg-foot02.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-02::after {
  content: '';
  background: linear-gradient(to left, rgba(0,0,0,0),rgba(0,0,0,.6));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.foot-title-02:hover {
  filter: grayscale(1);
}

.foot-title-03 {
  height: 280px;
  background-image: url(../images/index/bg-foot03.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-03::after {
  content: '';
  background: linear-gradient(to right, rgba(0,0,0,0),rgba(0,0,0,.6));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.foot-title-03:hover {
  filter: grayscale(1);
}

.foot-title-04 {
  pointer-events: none;
  height: 280px;
  background-image: url(../images/index/bg-foot04.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  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: linear-gradient(to left, rgba(0,0,0,0),rgba(0,0,0,.6));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.foot-title-04:hover {
  filter: grayscale(1);
}

.foot-title-05 {
  height: 280px;
  background-image: url(../images/index/bg-foot05.jpg);
  background-repeat: no-repeat;
  background-position: top 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: linear-gradient(to left, rgba(0,0,0,0),rgba(0,0,0,.6));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.foot-title-05:hover {
  filter: grayscale(1);
}

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

.link-button-02 {
  max-width: 880px;
  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;
  }

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

.first-view {
    height: calc(100vh - 80px);
    margin-top: -80px;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 85%, #fff 100%), url(../images/index/bg-main-sp.jpg);
    align-items: flex-start;
  }
  
  .first-view img {
    margin-top: 150px;
    max-height: 450px;
  }
  
  .first-view-text {
    max-width: 370px;
    padding: 60px 10px 60px 10px;
  }
  
  .first-view-text h1 {
    font-size: 30px;
    line-height: 38px;
  }
  
  .first-view-text h1 span {
	  font-size: 24px;
  letter-spacing: 0.1em;
}
  
  .first-view-text p {
    font-size: 16px;
    margin-top: 30px;
  }
  
  /* スマホ　link-button記述　*/

  .link-button {
    max-width: 90%;
    margin: 0 auto 30px;
    background-color: #0e2b4a;
    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: #ffffff;
  }
  
  /* スマホ　news記述　*/
  
  .news {
    max-width: 90%;
    margin: 0 auto;
  }
  
  .news h2 {
  font-size: 20px;
  font-weight: lighter;
  color: #978964;
}
  
  .news-inner {
    margin: 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;
  }
  .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;
  }
  
/* スマホ image記述　*/
  
.image {
  max-width: 90%;
  margin: 40px auto 0px;
}
  
.image img {
  max-width: 100%;
  margin: 40px auto 10px;
}  

.image p {
  font-size: 12px;
  margin-bottom: 80px;
  }
  
/* スマホ　foot-title記述　*/

.foot-title-01 ,.foot-title-02 ,.foot-title-03 ,.foot-title-04 ,.foot-title-05 {
  height: 180px;
  }

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