@charset "UTF-8";
/*---------
 Bottom Fixid
---------*/
.btm-nav {
  position: fixed;
  z-index: 99999 !important;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .btm-nav {
    width: 92%;
  }
}
.btm-nav.scroll-in {
  visibility: visible;
}
.btm-nav .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -6px;
}
.btm-nav img {
  width: 100%;
  height: auto;
}

.site-footer {
  color: #fff;
  font-size: 1.6rem;
  background: #2e2928;
  text-align: center;
  margin-top: 80px;
  padding: 10px 0;
}

.site-footer li {
	list-style-type: none;
	}

.site-footer__copyright {
  font-size: 1.6rem;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
}

/*=================
Utility Class
=================*/

header {
  text-align: center;
}
header .logo {
  width: 24.512%;
  margin: 0 auto;
  padding: 10px 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  header .logo {
  padding: 10px 0;
  }
}
header .logo img {
  width: 100%;
  height: auto;
  vertical-align:bottom;
}

.site-footer {
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 40px 0 100px 0;
  margin: 0;
}
.site-footer .inner, .site-footer .sec-block .inner__md, .sec-block .site-footer .inner__md {
  width: 750px;
  margin: 0 auto;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .site-footer .inner, .site-footer .sec-block .inner__md, .sec-block .site-footer .inner__md {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .site-footer {
    padding: 20px 0 100px 0;
  }
}
.site-footer .lead {
  color: #ffffff;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-size: 12px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .site-footer .lead {
    margin-top: 50px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.site-footer dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .site-footer dl {
    display: block;
  }
}
.site-footer dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 0 auto;
  padding:0;
}
@media screen and (max-width: 768px) {
  .site-footer dd ul {
    width: 150px;
  }
}
.site-footer dd ul li {
    width: 60px;
  padding: 0 0.5em;
}
.site-footer dd ul li img {
  width: 100%;
}
.site-footer .logo {
  width: 140px;
}
.site-footer .logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .site-footer .logo {
    width: 120px;
    margin: 0 auto 10px auto;
  }
}

.site-footer__copyright {
  color: #fff;
  font-size: 12px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  .site-footer__copyright {
    padding: 0 0 1em 0;
  }
}

#ft-block {
  background: #ffffff;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  #ft-block {
    padding: 20px 0;
  }
}
#ft-block .inner, #ft-block .sec-block .inner__md, .sec-block #ft-block .inner__md {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #ft-block .inner, #ft-block .sec-block .inner__md, .sec-block #ft-block .inner__md {
    width: 90%;
  }
}
#ft-block .ttl {
  font-weight: 700;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #ft-block .ttl {
    font-size: 1.1rem;
  }
}
#ft-block .col__3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding:0;
}
@media screen and (max-width: 768px) {
  #ft-block .col__3 {
    display: block;
  }
}
#ft-block .col__3 li {
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  #ft-block .col__3 li {
    width: 100%;
  }
}
#ft-block .col__3 li img {
  width: 100%;
}
#ft-block #seartch_form {
  background: #f0f0f0;
  border-radius: 27px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  padding: 2px 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #ft-block #seartch_form {
    width: 92%;
  }
}
#ft-block #seartch_form form {
  position: relative;
}
#ft-block #seartch_form input {
  background: none;
  border: none;
}
#ft-block #seartch_form input.search {
  color: #8c8c8c;
  -webkit-appearance: none;
  width: 100%;
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  text-indent: 10px;
  font-size: 12px;
  line-height: 34px;
  padding-right: 34px;
}
#ft-block #seartch_form .word-search-button {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 14px;
}
#ft-block li {
	list-style-type: none;
	}

.btn-def a {
  display: block;
  border-radius: 30px;
  color: #4A5C11;
  background-color: transparent;
  border: 1px solid #4A5C11;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  width: 300px;
  padding: 10px 0;
  margin: 0 auto 40px auto;
  font-size: 1.6rem;
  text-align: center;
  background-size: 200% 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #ccc));
  background-image: linear-gradient(to right, transparent 50%, #ccc 50%);
  -webkit-transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
}
@media screen and (max-width: 768px) {
  .btn-def a {
    width: 80%;
    height: auto;
  }
}
.btn-def a:hover {
  color: rgb(255, 255, 255);
  background-color: #4A5C11;
  background-position: -100% 100%;
}

.btn-base a {
  display: block;
  border-radius: 25px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #83A6BE;
  width: 250px;
  padding: 8px 0;
  margin: 0 auto 40px auto;
  font-size: 1.4rem;
  text-align: center;
  background: #83A6BE;
  background-size: 200% 100%;
}
.btn-base a:hover {
  color: #83A6BE;
  background-color: #fff;
}

.page-top {
  opacity: 0;
  visibility: hidden;
}
.page-top.scroll-in {
  opacity: 1;
  visibility: visible;
  position: fixed;
}
.page-top a {
  display: block;
  position: fixed;
  right: 0px;
  bottom: -9px;
  width: 140px;
}
@media screen and (max-width: 768px) {
  .page-top a {
    width: 100px;
  }
}
.page-top a img {
  width: 100%;
  height: auto;
}