header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  padding: 38px 53px 38px 45px;
}

.head-right__nav {
  width: 61px;
}

.head-logo {
  width: 147px;
  display: block;
}



/* ハンバーガーメニュー */
#toggle {
  position: fixed;
  top: 56px;
  right: 53px;
}

#toggle-box {
  position: relative;
  width: 60px;
  height: 25px;
  cursor: pointer;
}

/* .is-open #toggle{
  right: 10px;
}

.is-open #toggle-box {
  width: 50px;
} */

#toggle-box>span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #BCA475;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

#toggle-box>span:nth-child(1) {
  top: 0;
}

#toggle-box>span:nth-child(2) {
  top: 50%;
  transform: translatey(-50%);
}

#toggle-box>span:nth-child(3) {
  bottom: 0;
}

#toggle {
  z-index: 1200;
}

#main {
  position: relative;
  z-index: 990;
}

#nav-content {
  z-index: 900;
  overflow: auto;
  width: 100%;
  height: 100%;
  /* background: rgb(0 0 0 / 80%); */
  color: #ffffff;
  background-color: #666666;
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  transform: translateX(100%);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#nav-content ul {
  list-style: none;
}

#nav-content a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  transition: opacity .6s ease;
  /* font-size: .13rem */
  text-align: center;
  font-family: minion-pro, serif;
  font-size: .18rem;
}

#nav-content a:hover {
  opacity: 0.6;
}

.is-open {
  overflow: hidden;
}

.is-open #toggle-box>span {
  background: #BCA475;
  /* width: 70%; */
}

.is-open #toggle-box>span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
  width: 80%;
}

.is-open #toggle-box>span:nth-child(3) {
  width: 0;
}

.is-open #toggle-box>span:nth-child(2) {
  top: 50%;
  transform: rotate(-45deg) translatey(-50%);
  width: 80%;
}

.is-open #nav-content {
  z-index: 1100;
  transform: translateX(0);
}

.hamburger {
  /* font-size: .20rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400; */
}

#nav-content ul li:nth-child(1) {
  margin-top: 130px;
}


#nav-content li span {
  font-size: .16rem;
  margin-left: 20px;
}

#nav-content li a {
  font-weight: 400;
  margin-bottom: 35px;
}

#nav-content nav {
  width: 70%;
  margin: 0 auto;
  text-align: left;
}

#nav-content li:nth-last-of-type(1) {
  margin-bottom: 35px;
}

#nav-content .nav-contact div a {
  display: flex;
  padding: 0;
  font-size: .16rem;
}

/* .nav-contact img{
  width: 21px;
} */

.nav-contact p {
  margin-left: 20px;
}


/* 繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ縺励◆繧峨�繝�ム繝ｼ繝｡繝九Η繝ｼ縺ｮ繝輔か繝ｳ繝医き繝ｩ繝ｼ螟画峩 */
#toggle-box.headerColorScroll span {
  background: #000;
  transition: color 0.4s ease-out;
}

.is-open #toggle-box.headerColorScroll span {
  background: #fff;
  transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}



/*繝上Φ繝舌�繧ｬ繝ｼ繝｡繝九Η繝ｼ蜀��繧｢繧ｳ繝ｼ繝�ぅ繧ｪ繝ｳ繝｡繝九Η繝ｼ*/
.accordion-container {
  margin: 84px auto 200px;
  max-width: 300px;
  width: 100%;
}

.accordion-title {
  cursor: pointer;
  font-family: minion-pro, serif;
  font-size: .18rem;
  position: relative;
  /* padding: 20px 0; */
}

.accordion-title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 79px;
  height: 1px;
  width: 13px;
  background: #fff;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.accordion-title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 79px;
  height: 1px;
  width: 13px;
  background: #fff;
  transition: all .3s ease-in-out;
}


.accordion-title.open:before {
  transform: rotate(180deg);
}

.accordion-title.open:after {
  opacity: 0;
}

.accordion-text {
  display: none;
  margin-bottom: 22px;
}

#nav-content .accordion-text a{
  font-size: .16rem;
}

.accordion-text a {
  margin-bottom: 12px;
}

.accordion-list {
  /* border-bottom: solid 1px #fff; */
  margin: 51px 0px;
}

.js-accordion-title {
  /* padding: 20px 0; */
  text-align: center;
  font-family: minion-pro, serif;
  font-size: .18rem;
  /* margin: 51px 0px; */
  margin-bottom: 20px;
  line-height: 1.2;
}


.nav-contact {
  display: flex;
  justify-content: space-between;
  width: 71px;
  max-width: 100%;
  margin: 56px auto 0;
}

#nav-content .nav-contact a {
  display: flex;
  padding: 0;
  /* font-size: .18rem; */
  width: 23px;
}

/* .nav-contact img{
  width: 21px;
} */

.nav-contact p {
  margin-left: 20px;
}



.hamburger-logo {
  width: 147px;
  display: block;
  margin: 96px auto 0;
  transform: translateX(11px);
}

#nav-content .nav-online-store a {
  color: #666666;
  background-color: #fff;
  padding: 0 5px;
  width: fit-content;
  margin: 0 auto;
}

#nav-content li:last-of-type a {
  margin-bottom: 0;
}

@media screen and (max-width:800px){
  header {
    padding: 15px 0px;
}

.head-logo {
    width: 99px;
    display: block;
    margin: 0 auto;
	transform: translateX(10px);
}
    #toggle-box {
        width: 35px;
        height: 16px;
    }

    #toggle {
        position: fixed;
        top: 27px;
        right: 25px;
    }
#toggle-box>span {
  height: 1.5px;
}

.accordion-title:after,
.accordion-title:before {
    right: 65px;
}

_::-webkit-full-page-media, _:future, :root .accordion-title:after {
    right: 65px;
}

_::-webkit-full-page-media, _:future, :root .accordion-title:before {
    right: 65px;
}
}