@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Quicksand", sans-serif;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  color: #333;
}

.hed-bg {
  background-color: #fff;
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  transition: 0.3s;
  background: #fff;
  /*------------------*/
  /*ハンバーガーメニュー*/
  /*------------------*/
  /*!----------------*/
  /* グローバルメニュー */
  /*---------------*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
/* .l-header .inner {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 18px 91px 19px 52px;
}
@media (max-width: 1100px) {
  .l-header .inner {
    padding: 10px 20px 15px;
  }
}
@media (max-width: 768px) {
  .l-header .inner {
    padding: 10px 0px 15px;
  }
}
@media (max-width: 425px) {
  .l-header .inner {
    padding: 10px 0;
  }
}
.l-header .inner .header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 20;
}
.l-header .inner .header .l-logo {
  width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
}
.l-header .inner .header .l-logo .logo-img {
  width: 72px;
  height: 72px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1100px) {
  .l-header .inner .header .l-logo .logo-img {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 768px) {
  .l-header .inner .header .l-logo .logo-img {
    width: 53px;
    height: 53px;
    margin-left: 24px;
  }
}

.l-header .header-right-box {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
@media (max-width: 1100px) {
  .l-header .header-right-box {
    display: none;
  }
}
.l-header .header-right-box .header-tel-box {
  display: flex;
}
.l-header .header-right-box .header-tel-box.right {
  margin-right: 0;
}
.l-header .header-right-box .tel-img {
  width: 18px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 10px;
}
.l-header .header-right-box .tel-img.mail-img {
  width: 18px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.l-header .header-right-box .link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 30px;
  text-decoration: none;
  transition: 0.3s;
}
.l-header .header-right-box .link:hover .tel-text {
  color: #8dcace;
}
.l-header .header-right-box .link.right {
  margin-right: 0;
}
.l-header .header-right-box .tel-text {
  font-family: Josefin Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.125em;
  text-align: left;
  transition: 0.3s;
}
.l-header .header-right-box .tel-text.right {
  font-family: Josefin Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px;
  letter-spacing: 0.04em;
  text-align: center;
}
.l-header .pc-nav-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.l-header .pc-nav-wrap .nav-contents {
  display: flex;
  align-items: center;
  text-align: center;
}
.l-header .pc-nav-wrap .nav-contents.tel {
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px 0 20px;
}
.l-header .pc-nav-wrap .nav-contents .list {
  padding: 19px 20px 0px;
}
.l-header .pc-nav-wrap .nav-contents .list:hover .nav-text {
  color: #e7b478;
}
.l-header .pc-nav-wrap .nav-contents .list.last {
  padding: 19px 0px 0px 20px;
}
.l-header .pc-nav-wrap .nav-contents .nav-text {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.16em;
  text-align: center;
  transition: all 0.3s;
}
.l-header .toggle {
  position: fixed;
  right: 22px;
  top: 14px;
  display: block;
  width: 28px;
  height: 45px;
  cursor: pointer;
  z-index: 21;
  display: none;
}
@media (max-width: 1100px) {
  .l-header .toggle {
    display: block;
  }
}
@media (max-width: 425px) {
  .l-header .toggle {
    right: 12px;
    top: 13px;
  }
}
.l-header .toggle .span {
  display: block;
  position: absolute;
  width: 70%;
  border-bottom: solid 2px #333;
  transition: 0.3s ease-in-out;
  padding-top: 5px;
  right: 7px;
  margin: 0;
}
.l-header .toggle .span:nth-child(1) {
  top: 10px;
}
.l-header .toggle .span:nth-child(2) {
  top: 16px;
}
.l-header .toggle .span:nth-child(3) {
  top: 22px;
}
.l-header .toggle.active .span:nth-child(1) {
  top: 16px;
  left: 0px;
  transform: rotate(45deg);
  border-bottom: solid 2px #8dcace;
}
.l-header .toggle.active .span:nth-child(2) {
  opacity: 0;
}
.l-header .toggle.active .span:nth-child(3) {
  top: 16px;
  left: -3px;
  transform: rotate(-45deg);
  border-bottom: solid 2px #8dcace;
  width: 70%;
}
.l-header .global-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  z-index: 20;
  text-align: center;
  transition: all 0.5s;
  background: white;
}
.l-header .global-nav .global-nav-ul {
  width: 100%;
  display: block;
  margin-top: 60px;
}
.l-header .global-nav .global-nav-ul .nav-li {
  width: 100%;
  display: block;
}
.l-header .global-nav .global-nav-ul .nav-li.nav-link {
  display: block;
}
.l-header .global-nav.active {
  transform: none;
  opacity: 10;
}
.l-header .global-nav .nav-li {
  width: 100%;
  background: #ffffff;
}
@media (max-width: 600px) {
  .l-header .global-nav .nav-li {
    font-size: 14px;
  }
}
.l-header .global-nav .nav-li a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header .global-nav.active {
  transform: none;
  overflow: scroll;
}
.l-header .nav-li {
  border-top: 1px solid rgba(20, 20, 20, 0.4);
}
.l-header .nav-li:last-child {
  border-bottom: 1px solid rgba(20, 20, 20, 0.4);
}
.l-header .nav-li.out-link {
  width: 6% !important;
  margin: 0px 15px;
}
.l-header .nav-li .nav-link {
  margin: 0;
  text-decoration: none;
  padding: 20px 0;
}
@media (max-width: 425px) {
  .l-header .nav-li .nav-link {
    padding: 15px 0;
  }
}
.l-header .nav-li .nav-link:hover {
  background: #8dcace;
}
.l-header .nav-li .nav-link.out-link {
  width: 5% !important;
  margin: auto;
  padding: 15px 0;
}
@media (max-width: 425px) {
  .l-header .nav-li .nav-link.out-link {
    padding: 10px 0;
  }
}
.l-header .nav-li .nav-link.out-link:hover {
  background: none;
}
.l-header .nav-li .nav-link.con {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  border: none;
  background: #c9f4f7;
}
.l-header .nav-li .nav-link.con:hover {
  background: #8dcace;
}
.l-header .nav-li .nav-link.con .mail-img {
  width: 20px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 8px;
}
@media (max-width: 425px) {
  .l-header .nav-li .nav-link.con .mail-img {
    width: 13px;
    margin-right: 6px;
  }
}
.l-header .nav-li .nav-link .tel-img {
  width: 20px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 8px;
}
@media (max-width: 425px) {
  .l-header .nav-li .nav-link .tel-img {
    width: 13px;
    margin-right: 6px;
  }
}
.l-header .nav-li .nav-link.tel {
  transition: 0.3s ease-in-out;
  border: none;
  background: #c9f4f7;
}
.l-header .nav-li .nav-link.tel:hover {
  background: #8dcace;
}
.l-header .nav-li .nav-link .face-book-img {
  width: 35px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  margin: auto;
  transition: 0.3s;
}
.l-header .nav-li .nav-link .nav-name {
  font-family: Josefin Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #333;
  transition: all 0.3s;
}
@media (max-width: 425px) {
  .l-header .nav-li .nav-link .nav-name {
    font-size: 14px;
  }
}
.l-header .nav-li .nav-link .nav-name.white {
  color: #333;
  font-weight: bold;
}
.l-header .nav-li .nav-link .nav-name.tel {
  color: #333;
  font-weight: 700;
}

.reserve-flex {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #287350;
}

.reserve-flex .reserve-icon {
  width: 21px;
  margin-right: 8px;
} */

/*# sourceMappingURL=header.css.map */

.h-logo {
  width: 72px;
  height: 72px;
}

#header,
#header-2 {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  height: 83px;
  z-index: 100;
  padding: 13px 0;
}

@media screen and (max-width: 600px) {
  #header,
  #header-2 {
    height: 58px;
  }
}

.header-box {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-phone a .txt24 {
  color: #21bf25;
  font-weight: 900;
  line-height: 35px;
  letter-spacing: 0.04em;
  margin-left: 5px;
}

.header-phone a:hover {
  opacity: 0.4;
}

.header-ul {
  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-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px;
}

.header-li .icon-item {
  padding: 27px 20px;
}

.header-li .item .txt14 {
  font-family: "Quicksand", sans-serif;

  transition: all 0.4s;
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.16em;
  color: #5b5b5b;
}

.header-li .item .txt14::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #5b5b5b;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.header-li .item:hover .h-line {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-li .item:hover .h-line:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.header-li .item:hover .reserve-flex:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.phone-box {
  background: #ffd786;
  margin-left: 15px;
}

.phone-box .txt14 {
  padding: 0;
}

.m-box {
  display: block;
  margin-left: 10px;
}

.hamburger-wrapper {
  display: none;
}

.icon-item .reserve-flex .txt14 {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.16em;
  color: #287350;
  transition: 0.4s;
}

.icon-item:hover .txt14 {
  color: #5b5b5b;
  transition: 0.4s;
}

.reserve-flex {
  display: flex;
  align-items: center;
}

.icon-item:hover .reserve-flex::after {
  transition: 0.4s;
}

.reserve-flex .img {
  width: 22px;
  margin-right: 8px;
  transition: 0.4s;
}

.icon-item:hover .reserve-flex .img {
  transition: 0.4s;
}

@media screen and (max-width: 1247px) {
  /*　ハンバーガーボタン　*/
  .hamburger-wrapper {
    z-index: 5;
    display: block;
  }
  .header-ul {
    display: none;
  }
  .header-right {
    display: none;
  }
  .header-wrapper {
    width: 97%;
    margin: 0 auto;
  }
  .h-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .h-flex .txt16 {
    margin-left: 10px;
  }
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 4;
    right: 1.5%;
    top: 15px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger p {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .hamburger p:nth-child(1) {
    top: 10px;
  }
  .hamburger p:nth-child(2) {
    top: 20px;
  }
  .hamburger p:nth-child(3) {
    top: 30px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hamburger.active p:nth-child(2) {
    width: 0px;
  }
  .hamburger.active p:nth-child(1),
  .hamburger.active p:nth-child(3) {
    background: #333;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .hamburger.active p:nth-child(1) {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  .hamburger.active p:nth-child(3) {
    -webkit-transform: translateY(-16px) rotate(90deg);
    transform: translateY(-16px) rotate(90deg);
  }
  .globalMenuSp {
    position: fixed;
    z-index: 3;
    top: 58px;
    left: 0;
    background: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  .globalMenuSp .hul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .globalMenuSp .h-ul .h-li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  /* .globalMenuSp .h-ul .h-li:hover {
    background: #21bf25;
  } */
  .globalMenuSp .h-ul .h-li:hover .txt14 {
    color: #fff;
  }
  .globalMenuSp .h-ul .h-li {
    padding-bottom: 0;
    border-bottom: none;
  }
  .globalMenuSp .h-ul .h-li .item:hover {
    background: #9f9f9f;
  }
  .globalMenuSp .h-ul .h-li .item:hover .txt14 {
    color: #fff;
  }
  .globalMenuSp .h-ul .h-li .txt14 {
    color: #333;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .globalMenuSp .h-ul .h-li #h-phone {
    background: #ffd786;
  }
  .globalMenuSp .h-ul .h-li #h-phone .phone {
    margin-right: 7px;
  }
  .globalMenuSp .h-ul .h-li #h-phone:hover {
    opacity: 0.4;
    background: #ffd786;
  }
  /* .globalMenuSp .h-ul .h-li #h-contact {
    background: #21bf25;
  } */
  .globalMenuSp .h-ul .h-li #h-contact .mail {
    margin-right: 7px;
  }
  .globalMenuSp .h-ul .h-li #h-contact .txt14 {
    color: #fff;
  }
  .globalMenuSp .h-ul .h-li #h-contact:hover {
    background: #ffd786;
  }
  .globalMenuSp .h-ul .h-li #h-contact:hover .txt14 {
    color: #333;
  }
  .globalMenuSp .h-ul .h-li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #333;
    padding: 1em 0;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
  }
  /* このクラスを、jQueryで付与・削除する */
  .globalMenuSp.active {
    opacity: 100;
  }
}

@media screen and (max-width: 1247px) {
  .h-logo {
    width: 55px;
    height: 55px;
  }
  .header-left {
    padding: 8px;
  }
}

@media screen and (max-width: 600px) {
  .h-logo {
    width: 40px;
    height: 40px;
  }
  .hamburger {
    top: 10px;
  }
  .header-left {
    padding: 8px;
  }
}

.icon-item .reserve-flex {
  background: linear-gradient(to right, rgba(40, 115, 80, 1), rgba(40, 115, 80, 1)), linear-gradient(to right, rgba(159, 159, 159, 1), rgba(159, 159, 159, 1), rgba(159, 159, 159, 1));
  background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
  padding-bottom: 7px;
}

.icon-item:hover .reserve-flex {
  background-size: 0 1px, 100% 1px;
}

/*# sourceMappingURL=header.css.map */
