@charset "UTF-8";
/*=================================================*/
/*header
/*=================================================*/
.headerFlex {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #FFF;
  z-index: 1000;
}
@media (min-width: 1024px) {
  .headerFlex {
    height: 74px;
  }
}

.hamburger {
  display: block;
  position: absolute;
  z-index: 2000;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 30px;
  width: 13px;
  height: 13px;
  cursor: pointer;
  text-align: center;
}

.hamburger .span {
  display: block;
  position: absolute;
  width: 13px;
  height: 1px;
  background: #604C3F;
  transition: 0.3s ease-in-out;
}

.hamburger .menu-text {
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 10;
}

.hamburger .menu-text p.text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.hamburger .close-text {
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 0;
}

.hamburger .close-text p.text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.hamburger .span:nth-child(1) {
  top: 0px;
  width: 13px;
  right: 0;
}

.hamburger .span:nth-child(2) {
  top: 5px;
  width: 13px;
  right: 0;
}

.hamburger .span:nth-child(3) {
  top: 10px;
  width: 13px;
  right: 0;
  left: initial;
}

.hamburger.active .menu-text {
  opacity: 0;
}

.hamburger.active .close-text {
  opacity: 10;
}

.hamburger.active .span:nth-child(1) {
  top: 7px;
  width: 13px;
  transform: rotate(-45deg);
  background: #333;
}

.hamburger.active .span:nth-child(2) {
  width: 13px;
  top: 7px;
  background: #333;
  transform: rotate(45deg);
}

.hamburger.active .span:nth-child(3) {
  top: 17px;
  width: 16px;
  background: #FFF;
}

.globalMenuSp .ul .li p.main-title {
  font-size: 24px;
}

.globalMenuSp {
  position: fixed;
  height: auto;
  z-index: 1500;
  top: 0;
  right: 0;
  color: #333333;
  background: #fff;
  text-align: left;
  transform: translateX(110%);
  transition: all 0.6s;
  width: 100%;
}
@media (min-width: 1200px) {
  .globalMenuSp {
    height: 600px;
  }
}

.globalMenuSp .global_menulist {
  width: 100%;
  height: 100%;
  padding: 60px 7%;
}

.globalMenuSp .ul .li {
  list-style-type: none;
  padding: 0;
  width: 100%;
}
.globalMenuSp .ul .li .hamburgerLink:hover .spaceFlex .title {
  color: #83B72E;
  transition: 0.3s;
}

.li a {
  display: block;
}

.globalMenuSp .ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media (min-width: 1200px) {
  .globalMenuSp .ul {
    margin: 0 auto;
    width: 263px;
  }
}

.globalMenuSp .ul .li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
  transition: 0.4s;
  /*矢印が右に移動する*/
  /*矢印と下線の形状*/
}

.globalMenuSp .ul .li.accordionList {
  height: fit-content;
  border-bottom: 1px solid #EBEBEB;
}

.globalMenuSp .ul .li:hover p.title {
  transition: 0.4s;
  color: #604C3F;
}

.globalMenuSp .ul .li:hover p.main-title {
  transition: 0.4s;
  color: #604C3F;
}

.globalMenuSp .ul .li:hover .btnarrow4:before {
  background: #604C3F;
  left: 40%;
}

.globalMenuSp .ul .li:hover .btnarrow4:after {
  right: -20%;
  border-top: 1px solid #604C3F;
  border-right: 1px solid #604C3F;
}

.globalMenuSp .ul .li .spaceFlex {
  display: flex;
  justify-content: space-between;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #EBEBEB;
}

.globalMenuSp .ul .li .spaceFlex .title {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  transition: 0.3s;
}

.globalMenuSp .ul .li .spaceFlex .menuText {
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 29px;
  padding-left: 24px;
  transition: 0.3s;
}

.globalMenuSp .ul .li .spaceFlex img.arrows {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.globalMenuSp .ul .li p.main-title {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.08em;
  color: #000000;
  padding-bottom: 8px;
}

.globalMenuSp .ul .li p.title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.08em;
}

.globalMenuSp .ul .li p.main-title:after {
  content: "";
  width: 0;
  transition: all 0.4s;
  border-bottom: 1px solid #fff;
  display: block;
}

.globalMenuSp .ul .li p.main-title:hover:after {
  width: 100%;
  border-bottom: 1px solid #fff;
}

.globalMenuSp .ul .li.sns-li {
  border-bottom: none;
}

.hamburgerSnsBox {
  display: flex;
  justify-content: center;
  gap: 9px;
}
@media (min-width: 1024px) {
  .hamburgerSnsBox {
    justify-content: flex-start;
  }
}
.hamburgerSnsBox .imgBox {
  width: 28px;
  height: 28px;
}
.hamburgerSnsBox .snsLink {
  display: inline-block;
  width: 28px;
  height: 28px;
}
.hamburgerSnsBox .snsLink .img {
  width: 28px;
  height: 28px;
  transition: all 0.3s ease-in-out;
}
.hamburgerSnsBox .snsLink:hover .img {
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
}

.globalMenuSp .ul .li.sns-li .sns-erea.header {
  display: flex;
  -moz-column-gap: 16.5px;
  column-gap: 16.5px;
  justify-content: start;
}

.globalMenuSp .global_menulist .sns-li .sns-erea.header {
  margin: 40px 0 0;
}
@media (min-width: 1200px) {
  .globalMenuSp .global_menulist .sns-li .sns-erea.header {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0;
  }
}
.globalMenuSp .global_menulist .sns-li .sns-erea.header .block_contents .insta-link-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 263px;
  height: 51px;
  background: #1A1A1A;
  border: 1px solid #1A1A1A;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .globalMenuSp .global_menulist .sns-li .sns-erea.header .block_contents .insta-link-btn {
    margin-top: 0;
  }
}
.globalMenuSp .global_menulist .sns-li .sns-erea.header .block_contents .insta-link-btn:hover {
  background: #FFF;
}
.globalMenuSp .global_menulist .sns-li .sns-erea.header .block_contents .insta-link-btn:hover .no-hover {
  opacity: 0;
  transition: 0.4s;
}
.globalMenuSp .global_menulist .sns-li .sns-erea.header .block_contents .insta-link-btn:hover .hover {
  opacity: 1;
  transition: 0.4s;
}
.globalMenuSp .global_menulist .sns-li .sns-erea.header .block_contents .insta-link-btn:hover .txt-insta {
  transition: 0.4s;
  color: #333;
}
.globalMenuSp .global_menulist .sns-li .sns-erea.header .block_contents .insta-link-btn .insta-icon {
  position: absolute;
  left: 70px;
  width: 22px;
  height: 22px;
}
.globalMenuSp .global_menulist .sns-li .sns-erea.header .block_contents .insta-link-btn .no-hover {
  opacity: 1;
  transition: 0.4s;
}
.globalMenuSp .global_menulist .sns-li .sns-erea.header .block_contents .insta-link-btn .hover {
  opacity: 0;
  transition: 0.4s;
}
.globalMenuSp .global_menulist .sns-li .sns-erea.header .block_contents .insta-link-btn .txt-insta {
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  padding-left: 30px;
}
.globalMenuSp .global_menulist .sns-li .sns-erea.header .block_contents .tel-link-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 263px;
  height: 51px;
  background: #1A1A1A;
  border: 1px solid #1A1A1A;
  transition: 0.3s;
}
.globalMenuSp .global_menulist .sns-li .sns-erea.header .block_contents .tel-link-btn:hover {
  background: #FFF;
  transition: 0.3s;
}
.globalMenuSp .global_menulist .sns-li .sns-erea.header .block_contents .tel-link-btn:hover .txt-tell14 {
  color: #333;
  transition: 0.3s;
}
.globalMenuSp .global_menulist .sns-li .sns-erea.header .block_contents .tel-link-btn:hover .txt-tell18 {
  color: #333;
  transition: 0.3s;
}
.globalMenuSp .global_menulist .sns-li .sns-erea.header .block_contents .tel-link-btn .txt-tell14 {
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.06em;
  color: #FFF;
  transition: 0.3s;
}
.globalMenuSp .global_menulist .sns-li .sns-erea.header .block_contents .tel-link-btn .txt-tell18 {
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.06em;
  color: #FFF;
  transition: 0.3s;
}

.globalMenuSp .ul .li.sns-li .sns-erea.header .block_contents {
  margin-right: 16.5px;
  width: 30px;
  height: 30px;
}

.globalMenuSp .ul .li.sns-li .sns-erea.header .block_contents img {
  position: absolute;
  top: 27%;
  left: 70px;
  transition: 0.4s;
}

.globalMenuSp .ul .li.sns-li .sns-erea.header .block_contents img.hover {
  opacity: 0;
  transition: 0.4s;
}

.globalMenuSp .ul .li .link .title_sub {
  color: #004D9E;
  display: block;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}

.globalMenuSp.active {
  display: flex;
  transform: translateX(0%);
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  padding-top: 90px;
  position: fixed;
  overflow-y: scroll;
  z-index: 99;
  top: 0;
  width: 100%;
  height: 100%;
}

.globalMenuSp.active {
  display: flex;
  transform: translateX(0%);
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  padding-top: 0px;
  position: fixed;
  overflow-y: scroll;
  z-index: 99;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .globalMenuSp.active {
    width: 60%;
  }
}
@media (min-width: 1600px) {
  .globalMenuSp.active {
    width: 40%;
  }
}

.globalMenuSp.active .global_menulist .hamburgerLogoPosition {
  position: relative;
  width: 100%;
  height: 150px;
}
.globalMenuSp.active .global_menulist .hamburgerLogoPosition .hamburgerLogoBox {
  position: absolute;
  right: 0;
  bottom: 40px;
}
@media (min-width: 1200px) {
  .globalMenuSp.active .global_menulist .hamburgerLogoPosition .hamburgerLogoBox {
    bottom: 0;
  }
}
.globalMenuSp.active .global_menulist .hamburgerLogoPosition .hamburgerLogoBox .hamburgerLogo {
  width: 81px;
  height: 89px;
}
@media (min-width: 1200px) {
  .globalMenuSp.active .global_menulist .hamburgerLogoPosition .hamburgerLogoBox .hamburgerLogo {
    width: 111px;
    height: 119px;
  }
}
.globalMenuSp.active .global_menulist .hamburgerLogoPosition .hamburgerLogoBox .h1-txt-box .h1 {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #1A1A1A;
}
.globalMenuSp.active .global_menulist .hamburgerLogoPosition .hamburgerLogoBox .h1-txt-box .h1-txt {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  color: #1A1A1A;
}

.globalMenuSp.active .global_menulist .h1-title-erea img {
  vertical-align: middle;
}

.global_image {
  display: none;
}

.globalMenuSp .ul .li:last-child {
  padding-bottom: 0;
}

.globalMenuSp .ul .li .link {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration: none;
}

p.humburger-tel {
  margin: 0 0 1em 0;
}

.globalMenuSp .ul .li .link .title {
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 1em 0;
}

@media (min-width: 376px) {
  .globalMenuSp.active .global_menulist .h1-title-erea {
    margin: 0 auto;
  }
}
@media (min-width: 500px) {
  .globalMenuSp .global_menulist {
    width: 80%;
    padding: 60px 0 0 5%;
  }
}
@media (min-width: 768px) {
  .globalMenuSp.active .global_menulist .h1-title-erea {
    margin: initial;
  }
  .globalMenuSp .ul {
    margin: initial;
  }
  .globalMenuSp .ul .li p.title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
  }
  .globalMenuSp .global_menulist {
    width: 50%;
    padding: 30px 0 0 40px;
  }
  .globalMenuSp.active {
    align-items: start;
  }
  .global_image.active {
    display: block;
  }
}
@media (min-width: 1000px) {
  .globalMenuSp.active {
    display: flex;
    justify-content: start;
    transform: translateX(0%);
  }
  .globalMenuSp.active .global_menulist .h1-title-erea {
    width: auto;
  }
}
@media (min-width: 769px) {
  .globalMenuSp .global_menulist {
    width: 90%;
    padding: 50px 5% 0 3%;
  }
}
@media (min-width: 1200px) {
  .globalMenuSp.active .global_menulist .h1-title-erea {
    width: auto;
  }
  .globalMenuSp .global_menulist {
    width: 100%;
    max-width: 622px;
    padding: 70px 5%;
  }
}
@media (min-width: 1500px) {
  .globalMenuSp .global_menulist {
    width: 100%;
    max-width: 650px;
    padding: 50px 5%;
  }
}
.headerPosition {
  position: relative;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .headerPosition {
    height: 74px;
  }
}
.headerPosition .leftBox {
  position: absolute;
  top: 0;
  left: 0%;
  background: #FFF;
  padding: 20px;
}
@media (min-width: 769px) {
  .headerPosition .leftBox {
    padding: 20px;
  }
}
.headerPosition .leftBox .logoBox .headerLogo {
  display: block;
  width: 93px;
  height: 63.956px;
}
@media (min-width: 1024px) {
  .headerPosition .leftBox .logoBox .headerLogo {
    width: 227.334px;
    height: 156.336px;
  }
}
.headerPosition .leftBox .logoBox .scrollLogo {
  display: none;
  width: 149.469px;
  height: 34px;
}
@media (min-width: 1024px) {
  .headerPosition .leftBox .logoBox .scrollLogo {
    width: 229.469px;
    height: 54px;
  }
}
.headerPosition .rightBox {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headerPosition .rightBox .telLink {
  display: none;
}
@media (min-width: 769px) {
  .headerPosition .rightBox .telLink {
    display: inline-flex;
    align-items: baseline;
    margin-right: 20px;
  }
}
.headerPosition .rightBox .telLink .telBtnText {
  color: #604C3F;
  font-family: "Marcellus", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.12px;
}
.headerPosition .rightBox .telLink .telBtnNumber {
  color: #604C3F;
  font-family: "Marcellus", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
}
.headerPosition .rightBox .webBtn {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #83B72E;
  border-radius: 73px;
  background: linear-gradient(180deg, #83B72E 0%, #83B72E 100%);
  display: inline-flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 25px;
  margin-right: 15px;
  border-radius: 100px;
  background: #83B72E;
  transition: ease 0.3s;
}
@media (min-width: 769px) {
  .headerPosition .rightBox .webBtn {
    width: 160px;
    height: 34px;
    margin-right: 20px;
  }
}
.headerPosition .rightBox .webBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: white;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.headerPosition .rightBox .webBtn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.headerPosition .rightBox .webBtn:hover .webBtnText {
  color: #83B72E;
  transition: 0.3s;
}
.headerPosition .rightBox .webBtn .webBtnText {
  position: relative;
  color: white;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  z-index: 5;
  transition: 0.3s;
}
@media (min-width: 769px) {
  .headerPosition .rightBox .webBtn .webBtnText {
    font-size: 15px;
  }
}
.headerPosition .rightBox .snsBox {
  display: none;
}
@media (min-width: 769px) {
  .headerPosition .rightBox .snsBox {
    display: flex;
    align-items: center;
    gap: 4.5px;
    padding-right: 60px;
  }
}
.headerPosition .rightBox .snsBox .imgBox .snsLink:hover .img {
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
}
.headerPosition .rightBox .snsBox .imgBox .snsLink .img {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}
.headerPosition .rightBox .snsBox.mailIconBox {
  display: block;
  margin-right: 60px;
}
@media (min-width: 769px) {
  .headerPosition .rightBox .snsBox.mailIconBox {
    display: none;
  }
}

.header.change_color .leftBox {
  top: 11px;
  left: 2%;
  padding: 0px;
}
.header.change_color .leftBox .logoBox .headerLogo {
  display: none;
}
.header.change_color .leftBox .scrollLogo {
  display: block;
}

.hunburger_globalMenuSp {
  position: relative;
}

.globalMenuSp.active .global_menulist .ul-flex {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  gap: 15px;
}
@media (min-width: 1200px) {
  .globalMenuSp.active .global_menulist .ul-flex {
    flex-flow: initial;
    gap: 30px;
  }
}

.global_menulist .sns-li {
  display: flex;
  align-items: center;
  flex-flow: column;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
}
@media (min-width: 1100px) {
  .global_menulist .sns-li {
    flex-flow: initial;
  }
}
.global_menulist .sns-li .hamburgerWebLink {
  text-align: center;
}
@media (min-width: 1024px) {
  .global_menulist .sns-li .hamburgerWebLink {
    text-align: left;
  }
}
.global_menulist .sns-li .hamburgerWebLink .webBtn {
  position: relative;
  overflow: hidden;
  border: 1px solid #604C3F;
  border-radius: 73px;
  background: linear-gradient(180deg, #604C3F 0%, #604C3F 100%);
  display: inline-flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 34px;
  border-radius: 100px;
  background: #604C3F;
  transition: ease 0.3s;
  margin-right: 0;
}
.global_menulist .sns-li .hamburgerWebLink .webBtn:hover .webBtnText {
  color: #604C3F;
}
.global_menulist .sns-li .hamburgerTelLink {
  text-align: center;
}
@media (min-width: 1024px) {
  .global_menulist .sns-li .hamburgerTelLink {
    text-align: left;
  }
}
.global_menulist .sns-li .hamburgerTelLink .telLink {
  display: inline-flex;
  align-items: baseline;
  margin-right: 0;
}

.accordionList {
  width: fit-content;
  height: fit-content;
  overflow: hidden;
}

.menuIndex {
  width: 250px;
  display: flex;
  align-items: center;
  gap: 3px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  background: #FFF;
}
.menuIndex .menuTitle {
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
}

.toggleBtn {
  position: relative;
  width: 1rem;
  height: 1rem;
}
.toggleBtn .img {
  width: 13px;
  height: 13px;
  transition: 0.4s;
}

.toggleBtn.activeAccordion .img {
  transform: rotate(180deg);
  transition: 0.4s;
}

.menuContainer {
  position: relative;
  height: 19px;
  z-index: 1;
  opacity: 0;
  transition: 0.4s;
}
@media (min-width: 1200px) {
  .menuContainer {
    width: 250px;
  }
}

.menuContainer .menuLink {
  cursor: pointer;
}
.menuContainer .menuLink:hover .spaceFlex .menuText {
  color: #83B72E;
  transition: 0.3s;
}

.menuContainer .menuLink:hover {
  color: #83B72E;
}

.menuContainer.activeAccordion {
  height: fit-content;
  opacity: 1;
  transition: 0.4s;
}
.menuContainer.activeAccordion .menuLink .spaceFlex {
  padding: 10px 0 5px 0;
}

.access-btn {
	border: 1px solid #604C3F!important;
  	background: linear-gradient(180deg, #604C3F 0%, #604C3F 100%);
    background: #604C3F!important;
}

.headerPosition .rightBox .access-btn {
	width: 65px;
}
@media (min-width: 769px) {
  .headerPosition .rightBox .access-btn {
    width: 80px;
  }
}

.access-btn:hover {
	color: #604C3F!important;
}

.accessbtn-txt:hover {
	color: #604C3F!important;
}

.headerPosition .rightBox .webBtn:hover .accessbtn-txt {
  color: #604C3F!important;
  transition: 0.3s;
}
/*# sourceMappingURL=header.css.map */