/* CSS Document */
body {
  line-height: 1.7;
  font-size: 92%;
  color: #333333;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 350%;
}

h2 {
  font-size: 300%;
}

h3 {
  font-size: 250%;
}

h4 {
  font-size: 200%;
}

h5 {
  font-size: 150%;
}

h6 {
  font-size: 120%;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
  padding: 0;
}

h2.theme-grass {
  padding-bottom: 15px;
  background: url(../images/bg-title-01.png) repeat-x left bottom;
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
  .over {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .over:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.btn-link {
  width: 400px;
  margin: 30px auto 0;
}

.btn-link a {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #73a12e;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

/**************************************************
footer
**************************************************/
#footer-wrap {
  overflow: hidden;
  margin-top: -20px;
}

#footer-top {
  background: url(../images/footer_grass.png) 0 0 repeat-x;
  height: 14px;
}

.footer {
  background: #73a12e;
}

.footer__inner {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__nav-list li {
  width: 50%;
  margin: 0 0 5px;
}

.footer__nav-list a {
  position: relative;
  padding: 0 0 0 20px;
  color: #fff;
}

.footer__nav-list a:hover {
  color: #834e00;
}

.footer__nav-list a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background: url(../images/icon-arrow.png) no-repeat;
  background-size: cover;
}

.footer__contact {
  position: relative;
  margin: 40px auto;
  max-width: 492px;
}

.footer__contact a {
  position: absolute;
  width: 94%;
  top: 52%;
  left: 0;
  right: 0;
  margin: auto;
}

.copyright {
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 10px;
}

/**************************************************
SNS
**************************************************/
.fb-wrapper {
  margin: 40px 0;
  max-width: 980px;
}

/**************************************************
contact
**************************************************/
.contact {
  position: relative;
  margin: 40px auto;
  max-width: 492px;
}

.contact a {
  position: absolute;
  width: 94%;
  top: 52%;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  body {
    line-height: 1.6;
  }
  h2.theme-grass {
    padding-bottom: 10px;
  }
  .btn-link {
    width: 80%;
    max-width: 400px;
  }
  .btn-link a {
    padding: 8px 10px;
    font-size: 15px;
  }
  /**************************************************
	footer
	**************************************************/
  .footer__inner {
    padding: 20px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__logo {
    width: 80%;
    margin: 0 auto;
  }
  .footer__logo img {
    margin: 0 auto;
  }
  .footer__nav-list {
    margin: 25px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__nav-list li {
    width: 50%;
  }
  .footer__contact {
    margin: 25px auto;
  }
  .copyright {
    font-size: 10px;
  }
  /**************************************************
	SNS
	**************************************************/
  .fb-like-box {
    margin-top: 20px;
  }
  /**************************************************
	contact
	**************************************************/
  .contact {
    width: 90%;
  }
}
