@charset "UTF-8";

.p-header {
  background: #fff;
  padding: 20px 0 20px 5%;
  flex-wrap: wrap;
  box-shadow: 0px 4px 15px 0px rgba(0,0,0, .1);
}

.p-header .p-header__logo {
  width: 160px;
}

.l-siteWrapper .p-header .p-header__list .p-header__list__item {
  margin: 0;
}

.l-siteWrapper .p-header .p-header__list .p-header__list__item a {
  font-size: 16px;
  width: auto !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}

.l-siteWrapper .p-header .p-header__list .list__item-main a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  font-size: 16px;
}

.l-siteWrapper .p-header .p-header__list .list__item-main a svg {
  height: 30px;
}

.l-siteWrapper .p-header .p-header__list .p-header__list__item.-fc a {
  background-color: #6AB1A3;
}

.l-siteWrapper .p-header .p-header__list .p-header__list__item.-contact a {
  background-color: #FF7782;
}
.l-siteWrapper .p-header .p-header__list .p-header__list__item.-otona a {
  background-color: #A49AC6;
}
.l-siteWrapper .p-header .p-header__list .p-header__list__item.-bukken a {
  background-color: #6CABD2;
  width: 90px !important;
}

.global-nav-menu li a {
  color: #65C1B5 !important;
}

.global-nav-menu li {
  position: relative;
  display: inline-block;
}

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #6fc8bc;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-40%) rotate(135deg);
}

.global-nav-menu {
  gap: 23px;
  padding: 17px 10px;
}

.global-header-menu-pc {
  width: 100%;
}

.l-siteWrapper .p-header .p-header__list:last-child {
  margin: 0;
}

.l-siteWrapper .p-header .p-header__list .p-header__list__item.-sns {
  margin-right: 30px;
}

.p-header__list__item.-sns img {
  margin: 0 10px;
}

#p-globalMenuSp .links a {
    display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px;
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

.btn-hp {
    border: 2px solid #FA4B5A;
    background-color: #FA4B5A;
}

.btn-line {
    border: 2px solid #06C755;
    background-color: #06C755;
}

#p-globalMenuSp.is-active {
  overflow-y: scroll;
}

.shop-info #about {
  padding-top: 40px;
  margin: -40px auto 0;
}

@media only screen and (max-width: 1100px) {
  .c-hamburger {
    background: #6FC8BC;
    width: 58px;
    height: 68px;
    top: 0 !important;
    right: 0;
  }
  .c-hamburger__line {
    width: 33px;
    top: -15px;
  }
  .menu-text {
    color: #fff;
    position: relative;
    bottom: -17px;
    font-size: 11px;
  }
  .l-siteWrapper .p-header .p-header__list .p-header__list__item a {
    font-size: 14px;
  }
  .l-siteWrapper .p-header .p-header__list .p-header__list__item.-sns {
    margin-right: 10px;
  }
  .p-header__list__item.-sns img {
    margin: 0px 5px;
  }
  .global-nav-menu {
    gap: 15px;
  }
  .p-header .p-header__logo img{
    width: 70%;
  }
  .is-drawerActive .p-header .p-header__logo {
    top: auto;
  }
  #p-globalMenuSp {
    padding: 90px 5% 100px;
  }
  #js-buttonHamburger[aria-expanded="true"] {
    background: #fff !important;
  }
  #js-buttonHamburger[aria-expanded="true"] .c-hamburger__line:before, #js-buttonHamburger[aria-expanded="true"] .c-hamburger__line:after {
    background-color: #6fc8bc;
  }
  #js-buttonHamburger[aria-expanded="true"] .menu-text {
    color: #6fc8bc;
  }
  #p-globalMenuSp .links p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 23px;
  }
}

@media only screen and (max-width: 991px) {
  .p-header {
    height: 68px;
  }
  .p-header__list__item.-sns.-sp {
    top: 24px !important;
  }
}