@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Metal&family=Noto+Sans+JP:wght@300;400;500;600;700;800&family=Shippori+Mincho+B1:wght@600&display=swap');
/* CSS Document */
html {
  font-size: 62.5%;
  width: 100%;
  scroll-behavior: smooth;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}
a:link, a:visited, a:active {
  color: #006239;
  text-decoration: underline;
}
a:hover {
  color: #006239;
  text-decoration: none;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.header-content-wrapper {
  height: 120px;
  padding: 0px 0px 0px 0px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  background: url("../img/h_bg.jpg");
  background-repeat: repeat-x;
  background-size: auto 120px;
}
.header_title {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_title img {
  width: 100%;
}
h1 {
  margin: 0 0;
  max-width: 555px;
  width: 100%;
}
.h_sp {
  display: none;
}
.head-btn {
  font-size: 1.8rem;
  margin: 0px 0px 0px 13px;
  border-radius: 100vh;
  background: #d1c629;
  position: relative;
  width: 140px;
}
.head-btn a {
  border-radius: 100vh;
  width: 160px;
  padding: 18px 20px 18px 30px;
  text-decoration: none;
  font-weight: 600;
  display: block;
}
.head-btn a::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 0;
  right: 22px;
  margin: 0;
  width: 18px;
  height: 18px;
  background-color: #006239;
  border-radius: 100vh;
}
.head-btn a::after {
  content: "";
  position: absolute;
  top: 26px;
  bottom: 0;
  right: 29px;
  margin: 0;
  width: 6px;
  height: 6px;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1.5px solid #d1c629;
  border-right: 1.5px solid #d1c629;
}
.head-btn a:link, .head-btn a:visited, .head-btn a:active {
  color: #006239;
  text-decoration: none;
}
.head-btn a:hover {
  border-color: transparent;
}
.wrapper {
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  display: flex;
  justify-content: space-between;
  padding-inline: calc((100vw - 1200px) / 2);
  position: relative;
}
/*footer*/
.footer {
  padding-inline: calc((100vw - 1200px) / 2);
  padding-top: 80px;
  padding-bottom: 80px;
  background: #2f3038;
  line-height: 160%;
  color: #FFF;
  margin: 0px auto 0 auto;
  display: flex;
}
.footer a:link, .footer a:visited, .footer a:active {
  color: #FFF;
  text-decoration: underline;
}
.footer a:hover {
  color: #FFF;
  text-decoration: none;
  opacity: 0.5;
}
.footer .f_t {
  font-weight: 700;
  padding: 0px 20px 0px 0px;
  margin: 0px 20px 0px 0px;
  border-right: 1px solid #FFF;
  letter-spacing: 3px;
}
.email_br {
  display: none;
}
.gotop {
  display: block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  background: #6E1633;
  padding-top: 30px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 85%;
  text-decoration: none;
  color: #333;
  opacity: 0.5;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  border: 1px solid #F5EDCC;
}
.gotop::before {
  content: "";
  display: block;
  border-top: 3px solid #F5F2E9;
  border-right: 3px solid #F5F2E9;
  width: 25%;
  height: 25%;
  top: 42%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: rotate(-45deg);
}
.gotop:hover {
  opacity: 1;
}
.domain::before {
  content: '@';
}
@media screen and (max-width:1200px) {
  .wrapper {
    width: 98%;
    margin: 0 0 0 2%;
    height: 100%;
  }
  .header-content-wrapper {
    width: 100%;
    position: static;
  }
  .header_title {
    width: 92%;
  }
  .footer {
    justify-content: center;
  }
}
@media screen and (max-width:1060px) {
  .wrapper {
    width: 100%;
    margin: 0px auto;
  }
  .head-btn {
    display: none;
  }
}
@media screen and (max-width:750px) {
  h1 {
    margin: 0 0;
   max-width: 250px;
    width: 100%;
  }
  .h_pc {
    display: none;
  }
  .h_sp {
    display: block;
  }
  .footer {
    display: block;
    padding: 80px 5%;
  }
  .footer .f_t {
    padding: 0px 0px 0px 0px;
    margin: 0px 20px 0px 0px;
    border-right: none;
  }
}
@media screen and (max-width:560px) {
  .header-content-wrapper {
    height: 110px;
    margin: 0px auto 10px auto;
  }
  .email_br {
    display: block;
  }
}
