@charset "utf-8";

/* PC　title記述　*/

.title {
  height: 360px;
  margin-top: 100px;
  background-image: url("../images/loc_img01.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-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: 24px;
  line-height: 40px;
  font-weight: lighter;
  color: #152630;
  margin-bottom: 40px;
} 

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

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

.lead-image02 {
  max-width: 880px;
  margin: 0 auto 40px;
  padding: 40px;
  text-align: center;
}

.loc-pc { display: block !important; }
.loc-sp { display: none !important; }

.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 {
  font-size: 14px;
  text-align: right;
}

/* PC　facilities記述　*/

.facilities {
  width: 100%;
  margin: 80px auto 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  background-color: #FFF;
}

.facilities span {
  font-size: 14px;
  color: #333;
}

.facilities h2 {
  font-size: 30px;
  font-weight: lighter;
  color: #005340;
  margin-top: 5px;
}

.facilities-list {
  max-width: 880px;
  margin: 30px auto 30px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  text-align: left;
}

.facilities-list_contents h3 {
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}
.facilities-list_contents p {
  margin-top: 5px;
  font-size: 12px;
}

/* 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) {
  
.main {
  background-position: top 0% right 10%;
  }

/* スマホ　title記述　*/

.title {
  height: 320px;
  margin-top: 80px;
  background-image: url("../images/loc_img01.jpg");
  background-repeat: no-repeat;
  background-position: top 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: #152630;
  margin-bottom: 40px;
} 
  
.lead p {
  text-align: center;
  font-size: 14px;
  line-height: 25px;
}

.lead-image {
  width: 100%;
  margin-bottom: 40px;
}

.loc-pc { display: none !important; }
.loc-sp { display: block !important; }
  
.lead-image02 {
  width: 100%;
  margin-bottom: 40px;
  padding: 10px;
}

.lead-inner {
  display: block;
}

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

.lead small {
  font-size: 11px;
  text-align: right;
}
  
/* スマホ facilities記述　*/
  
.facilities {
  max-width: 100%;
  margin: 30px auto 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color:  rgba(239,239,239,.7);
}
  
.facilities span {
  font-size: 12px;
}
  
.facilities h2 {
  font-size: 20px;
  margin-bottom: 30px;
}

.facilities-list {
  max-width: 80%;
  margin: 0px auto;
  display: block;
  text-align: center;
}
  
.facilities-list_contents img {
  width: 300px;
  height: 150px;
  object-fit: cover;
  object-position: 0 20%;
  }

.facilities-list_contents h3 {
  font-size: 14px;
  font-weight: bold;
}

.facilities-list_contents p {
  font-size: 12px;
  padding-bottom: 20px;
}
  
/* スマホ　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;
}
}
