@charset "utf-8";

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

/* PC　title記述　*/

.title {
  height: 420px;
  background-image: url("../images/location/loc-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: #333333;
  margin-bottom: 40px;
  line-height:40px;
} 

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

.lead-image {
  max-width: 880px;
  margin: 0 auto 80px;
  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: rgba(255, 255, 255, .3);
}

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

.facilities h2 {
  font-size: 24px;
  font-weight: lighter;
  color: #00402a;
  margin-top: 5px;
}

.facilities-list {
  font-family: sans-serif;
  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: 930px;
  margin: 80px auto 40px;
  text-align: center;
  background-color: #00402a;
  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: #00402a;
}

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

.sp {
  display: none;
}


@media (max-width: 768px) {
  
.main {
  background-position: top right;
  background-size: 100%;
  }

/* スマホ　title記述　*/

.title {
  height: 320px;
  margin-top: -80px;
  background-image: url("../images/location/loc-01.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
}

.title h1 {
  margin-top: 50px;
  font-size: 32px;
  font-weight: normal;
}

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

.lead h2 {
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 40px;
} 
  
.lead p {
  text-align: center;
  font-size: 14px;
  line-height: 25px;
}

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

.loc-pc { display: none !important; }
.loc-sp { display: block !important; }
  
.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;
}
  
.facilities span {
  font-size: 14px;
}
  
.facilities h2 {
  font-size: 20px;
  margin-bottom: 30px;
}

.facilities-list {
  max-width: 80%;
  margin: 0px auto;
  display: block;
}
  
.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:30px auto 20px;
  background-color: #00402a;
  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;
}
}
