@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #333; /* RGB */
  font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", serif, "Book Antiqua";
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}
section h3 {
  font-size: 4.2rem;
}
a:hover {
  opacity: 0.5;
}
li {
  list-style: none;
}
a {
  text-decoration: none; 
  color: #333333;
}

/* header */
header {
  height: 190px;
  width: 100%;
  background-color: #ebebeb;
}
.header-logo {
  background-color:  #ebebeb;
  padding: 20px 0 24px ;
}
.header a{
  text-decoration: none; 
  color: #333;
}
.header-sns li {
  font-size: 2.0rem;
}
.header-sns {
  max-width: 1160px;
  list-style: none;
  padding-top: 30px;
  position: absolute;
  right: 300px; /* 右寄せ */
}
.header-top {
  display: flex;
  justify-content: center;
  position: relative;
}
.header-tel {
  height: 27px;
  margin-right: 20px;
  background-color: #8d8f7c;
  border-radius: 8px;
  padding: 1px;
}
.header-insta {
  height: 28px;
  margin-right: 20px;
  background-color: #8d8f7c;
  padding: 1px;
  border-radius: 8px;
}
.header-tellphone,.header-instagram {
  display: flex;
}
.header-instagram {
  padding-top: 12px;
}
.header-tel-num {
  padding-top: 3px;
}
.header-insta-num {
  padding-top: 3px;
}

.header ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 900px; 
  
}
.header li {
  margin: 0 auto;
}
.header-menu {
  font-size: 2.8rem;
}


@media(max-width:1160px) {
  .header {
    height: 260px;
    width: 100%;
  }
  .header-sns {
    display: flex;
    padding: 0px 0 15px;
    position: static;
    justify-content: center;
  }
  .header-top {
    display: block;
    position: static;
  }
  .header-sns li {
  font-size: 1.4rem;
  }
  .header-tellphone {
    padding-right: 20px;
  }
  .header-instagram {
    padding: 0 0 0 20px ;
  }
}
@media (max-width:960px) {
  .header-menu {
   font-size: 1.8rem;
  }
  .header ul{
    max-width: 264px; 
  }
  .header li {
    padding-bottom: 10px;
  }
  .header-tel {
  height: 23px;
  }
  .header-tel-num {
    padding-top: 2px;
  }
  .header-insta {
    height: 24px;
  }
  .header-insta-num {
    padding-top: 2px;
  }
}




.section-top {
  margin: 0 0 70px;
  width: 100%;
  height: 610px;
  background-image: url("../images/main-photo.png"); /* 背景画像指定 */
  background-repeat: no-repeat;
  background-size:cover;
}
.section-top__image {
  padding-top: 170px;
}
.section-top img {
  background-color: rgba(115, 116, 117, 0.7);
  padding: 24px 70px;
}
@media(max-width:960px) {
  .section-top {
    height: 470px;
  }
  .section-top__text {
  font-size: 3.6rem;
  }
   .section-top__image {
  padding-top: 100px;
    
  }
  .section-top img {
  padding: 50px 40px;
    width: 120px;
  }
}





/* footer */
.footer {
  height: 400px;
  background-color: #d3d1cd;
  position: relative;
}
.footer h3 {
  font-size: 3.2rem;
  padding: 20px 0 60px;
}
.footer-menu  {
  font-size: 2.8rem;
}
.footer ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 900px; 
  
}
.footer li {
  margin: 0 auto;
}

.footer-sns {
  list-style: none;
  padding-top: 50px;
  justify-content: center;
  display: flex;
  margin: 0 auto;
}
.footer-sns p {
  font-size: 1.8rem;
}
.footer-sns li {
  font-size: 2.0rem;
}
.footer-sns img {
  background-color: #8d8f7c;
  border-radius: 8px;
}
.footer-tel {
  height: 27px;
  margin-right: 20px;
  background-color: #8d8f7c;
  border-radius: 8px;
  padding: 1px;
}
.footer-insta {
  height: 28px;
  margin-right: 20px;
  background-color: #8d8f7c;
  padding: 1px;
  border-radius: 8px;
}
.footer-tellphone,.footer-instagram {
  display: flex;
}
.footer-instagram {
  padding-left: 56px;
}
.footer-tel-num {
  padding-top: 3px;
}
.footer-insta-num {
  padding-top: 3px;
}

.footer__copyright {
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  text-align: center;
}
@media (min-width: 1160px) {
  .footer {
    padding: 70px 0 45px;
  }
  .footer__copyright {
    font-size: 1.6rem;
  }
}
@media(max-width:1160px) {
  .footer {
    height: 340px;
    width: 100%;
  }
    .footer h3{
    font-size: 2.0rem;
  }
  .footer-sns p {
  font-size: 1.6rem;
  }
  .footer-sns {
    padding-top: 30px;
  }
}
@media(max-width:960px) {
    .footer-menu {
    font-size: 1.8rem;
  }
    .footer ul{
    max-width: 264px; 
  }
  .footer li {
    padding-bottom: 10px;
  }
    .footer-tel {
  height: 23px;
  }
  .footer-tel-num {
    padding-top: 2px;
  }
  .footer-insta {
    height: 24px;
  }
  .footer-insta-num {
    padding-top: 2px;
  }
  .footer__copyright {
    font-size: 1.2rem;
  }
  .footer h3 {
    padding: 40px 0 30px;
  }
}
@media (min-width:600px) {
   .is-sp {
    display: none;
  }
}