@charset "UTF-8";
#footer .f-cont1 .title {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
}

#footer .f-cont1 .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background: #2e5f35;
  border: solid 2px #2e5f35;
  color: #fff;
  text-decoration: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#footer .f-cont1 .btn a:hover {
  background: #fff;
  color: #2e5f35;
}

@media (max-width: 767px) {
  #footer .f-cont1 .btn a {
    font-size: 16px;
    height: 50px;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #201813;
  font-size: 14px;
  line-height: 2.285;
  font-family: 'メイリオ', Meiryo, sans-serif;
}

a {
  color: #2e5f35;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

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

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
}

/* ----------------------------------------------
side
------------------------------------------------- */
#side {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 4;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1500px) {
  #side {
    width: 16.66667vw;
  }
}

@media (max-width: 767px) {
  #side {
    display: none;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header {
  position: relative;
}

#header h1 {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 1;
  font-size: 10px;
  line-height: 2.4;
}

#header .top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1020px;
  padding: 20px 10px 0 10px;
  margin: auto auto 20px;
}

#header .top .logo {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .top .links a {
  text-decoration: none;
}

#header .top .links .top-dial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

#header .top .links .top-dial p:first-child {
  font-size: 26px;
  line-height: 1.38;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .top .links .top-dial p:first-child::before {
  display: block;
  content: "";
  width: 17px;
  height: 20px;
  margin-right: 5px;
  background: url(../images/h-dial.png) no-repeat center/cover;
}

#header .top .links .top-dial p:last-child {
  margin-left: 5px;
  font-size: 12px;
  line-height: 1.333;
}

#header .top .links .top-btns p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header .top .links .top-btns a {
  width: 160px;
  height: 45px;
  line-height: 1.71;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .top .links .top-btns a::before {
  display: block;
  content: "";
  width: 28.5px;
  height: 28px;
  margin-right: 5px;
  background: url(../images/h-icon1_1.png) no-repeat center/cover;
}

#header .top .links .top-btns a:first-child {
  background-color: #2e5f35;
  border: solid 2px #2e5f35;
}

#header .top .links .top-btns a:first-child::before {
  background: url(../images/h-icon1_1.png) no-repeat center/cover;
}

#header .top .links .top-btns a:first-child:hover {
  background-color: #fff;
  color: #2e5f35;
}

#header .top .links .top-btns a:last-child {
  background-color: #598723;
  border: solid 2px #598723;
}

#header .top .links .top-btns a:last-child::before {
  background: url(../images/h-icon2_1.png) no-repeat center/cover;
}

#header .top .links .top-btns a:last-child:hover {
  background-color: #fff;
  color: #598723;
}

@media (max-width: 767px) {
  #header h1 {
    display: none;
  }
  #header .links {
    display: none;
  }
}

/* IE */
_:-ms-input-placeholder, :root #header .top .logo {
  margin-right: auto;
}

#gnav {
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
}

#gnav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#gnav > ul > li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#gnav > ul > li::after {
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  background-color: #ffcf36;
  bottom: 5px;
  left: calc((100% - 67px) / 2);
  z-index: 0;
  width: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#gnav > ul > li:hover::after {
  width: 67px;
}

#gnav > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}

#gnav > ul > li:hover > a {
  color: #598723;
}

#gnav > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-bottom: 20px;
  width: 100%;
  text-decoration: none;
  line-height: 1.71;
  color: #666666;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

#gnav > ul > li ul {
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 1;
}

#gnav > ul > li ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: solid 1px #999999;
  text-decoration: none;
  color: #666666;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

#gnav > ul > li ul li a:hover {
  color: #000000;
  background-color: rgba(255, 207, 54, 0.9);
}

@media (max-width: 767px) {
  #gnav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #gnav > ul > li::after {
    display: none;
  }
  #gnav > ul > li > a {
    padding-bottom: 0px;
  }
  #gnav > ul > li ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    padding: 0;
  }
  #gnav > ul > li ul li {
    border-bottom: 0px;
    border-top: 1px solid #000;
  }
  #gnav > ul > li ul li a {
    height: 40px;
    border-bottom: solid 0px;
    font-size: 12px;
  }
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 4;
}

#pagetop a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
}

#pagetop a img {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  top: 0;
}

#pagetop a img:last-child {
  opacity: 0;
}

#pagetop a:hover img:first-child {
  opacity: 0;
}

#pagetop a:hover img:last-child {
  opacity: 1;
}

@media (max-width: 767px) {
  #pagetop {
    bottom: 60px;
    right: 20px;
  }
  #pagetop a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer .f-cont1 {
  padding: 50px 10px;
  background: url(../images/f-bg.jpg) no-repeat center/cover;
}

#footer .f-cont1 .title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 30px;
  line-height: 2.4;
  color: #598723;
}

#footer .f-cont1 .text {
  margin-bottom: 30px;
  text-align: center;
  line-height: 2.57;
}

#footer .f-cont1 .f-dial {
  margin-bottom: 20px;
  text-align: center;
}

#footer .f-cont1 .f-dial img {
  margin-bottom: 10px;
}

#footer .f-cont1 .f-dial p {
  font-size: 16px;
  line-height: 2.25;
}

#footer .f-cont1 .btn a {
  max-width: 400px;
  margin: 0 auto;
}

#footer .f-cont2 {
  background-color: #2e5f35;
  padding: 30px 0;
}

#footer .f-cont2 .logo {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#footer .f-cont2 .logo:hover {
  opacity: 0.6;
}

#footer .f-cont2 .address {
  margin-left: 20px;
  color: #fff;
  line-height: 2.285;
}

#footer .f-cont2 .address .f-dial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 5px;
}

#footer .f-cont2 .address .f-dial p {
  margin-left: 15px;
  line-height: 1.14;
}

#footer .f-cont2 .btn a {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 260px;
  min-width: 260px;
  height: 50px;
  border-radius: 7px;
  background: #fff;
  border: solid 2px #2e5f35;
  color: #598723;
  text-decoration: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#footer .f-cont2 .btn a:hover {
  background: #ffcf36;
  color: #000;
}

@media (max-width: 767px) {
  #footer .f-cont2 .btn a {
    font-size: 16px;
    height: 50px;
  }
}

#footer .inner {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer #copyright {
  padding: 5px 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.75;
  color: #2E5F35;
}

@media (max-width: 999px) {
  #footer .inner {
    display: block;
  }
  #footer .f-cont2 .logo {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-bottom: 20px;
    text-align: center;
  }
  #footer .f-cont2 .logo:hover {
    opacity: 0.6;
  }
  #footer .f-cont2 .address {
    margin-bottom: 20px;
    margin-left: 0;
    text-align: center;
  }
  #footer .f-cont2 .address .f-dial {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .f-cont2 .btn a {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  #footer .f-cont1 .title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  #footer .f-cont1 .text {
    margin-bottom: 20px;
  }
  #footer .f-cont1 .f-dial p {
    font-size: 14px;
  }
  #footer .f-cont1 .btn a {
    max-width: 300px;
  }
  #footer .f-cont2 .address .f-dial {
    display: block;
  }
  #footer .f-cont2 .address .f-dial p {
    margin-top: 10px;
  }
  #footer .f-cont2 .btn a {
    min-width: 0px;
  }
}
/*# sourceMappingURL=style.css.map */