@charset "UTF-8";
.pc-none {
  display: none;
}
@media screen and (max-width: 480px) {
  .pc-none {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .tab-more-none {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .tab-less-none {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .sp-none {
    display: none !important;
  }
}
html {
  font-size: 62.5%;
}

body {
  color: #202020;
  font-size: 1.6rem;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

p, li {
  text-align: justify;
  line-height: 1.8;
}

img {
  max-width: 100%;
  display: inline-block;
}

a, span {
  display: inline-block;
}

a {
  text-decoration: none;
  transition: all 0.2s ease-in;
  color: #202020;
}
a:hover {
  color: #9966cc;
}

small {
  display: inline-block;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.notosan {
  font-family: "Noto Sans", sans-serif;
}

main {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  main {
    padding: 4.5rem 0 0;
  }
}

header {
  margin: 0 auto;
}

.header-upper {
  border-bottom: solid 1px #202020;
}
.header-upper__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  margin: auto;
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .header-upper__inner {
    padding: 0;
  }
}
.header-upper__logo {
  display: flex;
  align-items: center;
  width: 21rem;
  margin: 0;
}
.header-upper__logo-img {
  width: 12rem;
}
.header-upper__logo-txt {
  margin-left: 1rem;
  color: #9966cc;
  font-size: 1.1rem;
  font-weight: bold;
}
.header-upper__nav-list {
  display: flex;
  align-items: center;
  list-style: none;
}
.header-upper__nav-list a {
  padding: 0 2rem;
  font-size: 1.4rem;
  color: #202020;
}
.header-upper__nav-list a:hover, .header-upper__nav-list a:visited:hover {
  color: #9966cc;
}
.header-upper__nav-list a:visited {
  color: #202020;
}
.header-upper__nav-ico-outside {
  mix-blend-mode: color;
}
.header-upper__nav-text--company {
  position: relative;
}
.header-upper__nav-text--contact {
  color: #9966cc;
}
.header-upper__nav-ico-contact {
  display: block;
  margin: 0 auto 0.5rem;
  width: 24.35px;
}

.menu-item-84 a {
  padding: 0 7rem 0 3.5rem;
  position: relative;
  color: #202020;
}
.menu-item-84 a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 65%;
  width: 1.8rem;
  height: 1.8rem;
  vertical-align: middle;
  background: url(https://hattoribana.co.jp/sales/wp-content/uploads/2022/06/ico-outside.svg) center/cover;
  transition: all 0.2s ease-in;
}
.menu-item-84 a:hover {
  color: #9966cc;
}
.menu-item-84 a:hover::after {
  background: url(https://hattoribana.co.jp/sales/wp-content/uploads/2022/06/ico-outside-r.svg) center/cover;
}
.menu-item-84 a:visited {
  color: #202020;
}

.menu-item-86 a,
.menu-item-86 a:visited {
  color: #9966cc;
}
.menu-item-86 a {
  position: relative;
  z-index: 10;
}
.menu-item-86 a::after {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: 0;
  width: 100%;
  height: calc(100% + 3.5rem);
  background: #f2f2f2;
  z-index: -1;
  transition: all 0.2s ease-in;
}
.menu-item-86 a:hover::after {
  background: #fcfbfb;
}

.global-nav {
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  border-top: solid 2px #cbcbcb;
  border-bottom: #dedede solid 1px;
  box-shadow: 0 1px 6px 0 #e9e8e8;
  background: #fff;
  position: relative;
  z-index: 10;
  width: 100%;
}
.global-nav__link {
  padding: 2rem 4rem;
  color: #202020;
}
.global-nav__link:hover {
  color: #9966cc;
}

.global-nav__list {
  margin: auto;
  font-weight: bold;
}

.global-nav__item {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.global-nav__item a {
  padding: 1.2rem 3rem;
  font-size: 1.4rem;
}

.global-nav__toggle,
.open {
  display: block;
}

.close {
  display: block;
}

@media screen and (max-width: 768px) {
  header {
    position: relative;
    width: 100%;
  }

  .global-nav {
    display: block;
    position: fixed;
    right: 0.5rem;
    top: 0.5rem;
    z-index: 1000;
    cursor: pointer;
    padding: 1.3rem 1.3rem 0.9rem 1.3rem;
    border-top: none;
    border-bottom: none;
    box-shadow: none;
    background: #fff;
    width: auto;
  }
  .global-nav__list {
    display: none;
  }
  .global-nav__list .close {
    display: none;
  }
  .global-nav__link {
    width: 100%;
    padding: 2rem 4rem;
    color: #9966cc;
    background: #fff;
  }
  .global-nav__link:hover {
    color: #202020;
  }

  .global-nav.open .global-nav__list {
    display: block;
    padding: 60px 0 0;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .global-nav.open .global-nav__list .global-nav__item {
    display: block;
    border-top: solid 1px #9966cc;
  }
  .global-nav.open .global-nav__list .global-nav__item:last-of-type {
    border-bottom: solid 1px #9966cc;
  }
  .global-nav.open .global-nav__list .global-nav__item a {
    width: 100%;
    color: #9966cc;
  }
  .global-nav.open .global-nav__list .global-nav__dropdown {
    display: block;
    position: static;
    background: transparent;
  }

  .global-nav__toggle-btn,
.global-nav__toggle-line {
    display: inline-block;
    transition: all 0.3s;
  }

  .global-nav__toggle-btn {
    z-index: 20;
    width: 35px;
    height: 29px;
    position: relative;
  }

  .global-nav__toggle-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #9966cc;
    border-radius: 4px;
  }

  .global-nav__toggle-line:nth-of-type(1) {
    top: 0;
  }

  .global-nav__toggle-line:nth-of-type(2) {
    top: 13px;
  }

  .global-nav__toggle-line:nth-of-type(3) {
    bottom: 0;
  }

  .active .global-nav__toggle-line:nth-of-type(1) {
    top: 0;
    transform: translateY(10px) rotate(-45deg);
  }

  .active .global-nav__toggle-line:nth-of-type(2) {
    opacity: 0;
  }

  .active .global-nav__toggle-line:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
    bottom: 9px;
  }

  .menu-item-93 a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14rem;
    width: 1.8rem;
    height: 1.8rem;
    vertical-align: middle;
    background: url(https://hattoribana.co.jp/sales/wp-content/uploads/2022/06/ico-outside-r.svg) center/cover;
    transition: all 0.2s ease-in;
  }
}
@media screen and (min-width: 769px) {
  .global-nav.fixed {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
  }
}
.contact {
  padding: 9rem 0;
  background: #e5e5e5;
}
.contact__inner {
  width: 95%;
  max-width: 757px;
  margin: 0 auto 3rem;
}
.contact__title {
  margin-top: 0;
  margin-bottom: 3.5rem;
  font-size: 2.8rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 2.45px;
}
@media screen and (min-width: 768px) {
  .contact__title {
    font-size: 3.5rem;
  }
  .contact__text {
    margin-bottom: 5rem;
    text-align: center;
  }
}

.f-category {
  padding: 8rem 0;
}
.f-category__inner {
  width: 95%;
  max-width: 120rem;
  margin: auto;
}
.f-category__flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 1%;
}
.f-category__flex-inner {
  flex: 0 0 48%;
  margin-bottom: 5rem;
}
.f-category__flex-inner:nth-of-type(n+5) {
  margin-bottom: 0;
}
.f-category__title {
  margin: 0;
  color: #9966cc;
  font-size: 1.4rem;
}
.f-category__list {
  list-style: none;
}
.f-category ul {
  padding-left: 0;
}
.f-category__item + .f-category__item {
  margin-top: 0.5rem;
}
.f-category__link {
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}
.f-category__link::before {
  content: "-";
  margin-right: 0.5rem;
  font-weight: normal;
}
.f-category__link:visited {
  color: #202020;
}
@media screen and (min-width: 768px) {
  .f-category__flex {
    gap: 2%;
  }
  .f-category__flex-inner {
    flex: 0 0 32%;
  }
}
@media screen and (min-width: 1024px) {
  .f-category__flex {
    gap: 1.3333333333%;
  }
  .f-category__flex-inner {
    flex: 0 0 24%;
  }
}
@media screen and (min-width) {
  .f-category__flex-inner {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .f-category {
    padding: 10rem 0;
  }
  .f-category__flex {
    gap: 2%;
    justify-content: space-between;
  }
  .f-category__flex-inner {
    flex: 0 0 23%;
    margin-bottom: 0;
  }
}

.f-bottom__inner {
  width: 95%;
  max-width: 120rem;
  margin: auto;
  padding-top: 5rem;
  border-top: solid 1px #9966cc;
}
.f-bottom__logo, .f-bottom__colophon, .f-bottom__colophon-name {
  margin-bottom: 1rem;
}
.f-bottom__privacy {
  margin-bottom: 4rem;
}
.f-bottom__privacy-link {
  font-size: 1.2rem;
}
.f-bottom__copy {
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .f-bottom__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 5rem 0;
  }
  .f-bottom__colophon {
    margin-bottom: 0;
  }
  .f-bottom__privacy {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .f-bottom__inner {
    padding: 7rem 0;
  }
  .f-bottom__left {
    display: flex;
    align-items: center;
    gap: 3rem;
  }
  .f-bottom__logo {
    margin-bottom: 0;
  }
  .f-bottom__logo-img {
    width: 14.6rem;
  }
  .f-bottom__colophon-name {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .f-bottom__inner {
    padding: 7rem 0 9rem;
  }
}

.band {
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem 0;
  background: linear-gradient(to right, #745fff, #ff5f85);
  z-index: 10;
}
.band__inner {
  width: 95%;
  max-width: 738px;
  margin: auto;
}
.band__possible {
  margin-bottom: 0.5rem;
  text-align: center;
}
.band__possible-span {
  margin-right: 0.5rem;
  padding-left: 0.5rem;
  font-size: 3.3rem;
  vertical-align: sub;
}
.band__possible, .band__right {
  line-height: 1;
}
.band__contact {
  display: flex;
  align-items: baseline;
  justify-content: space-evenly;
  font-size: 1.5rem;
}
.band__contact-link {
  position: relative;
  padding: 0.8rem 1.5rem 0.8rem 5.5rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
}
.band__contact-link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
  width: 3rem;
  height: 2rem;
  background: url(../../../../../wp-content/uploads/2022/06/ico-mail-w.svg) center/cover no-repeat;
  vertical-align: middle;
}
.band__contact-link:hover {
  background: #fff;
}
.band__contact-link:hover::before {
  background: url(../../../../../wp-content/uploads/2022/06/ico-mail-r.svg) center/cover no-repeat;
}
.band__contact-span {
  margin: 0 0 0 1rem;
  line-height: 1;
  border-radius: 5px;
  border: #fff solid 1px;
}
.band__contact-icon {
  margin-right: 0.5rem;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .band {
    padding: 0.5rem 0;
    font-size: 1.8rem;
  }
  .band__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .band__possible {
    display: block;
    margin-bottom: 0;
  }
  .band__contact-span {
    margin: 0 0 0 1rem;
  }
  .band__contact-link {
    padding: 1rem 1.5rem 1rem 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .band__contact-link {
    padding: 1rem 4rem 1rem 8rem;
  }
  .band__contact-link::before {
    left: 4rem;
  }
  .band__contact {
    font-size: 1.6rem;
  }
}

fieldset.js-efo-inner-xmpbqzwaeg {
  border: none !important;
}

.inquiry {
  background-color: #BBBBBB;
}

form {
  max-width: 757px;
  width: 95vw;
  margin: 0 auto;
}

form.inner-efo-default-theme fieldset {
  padding: 0;
}

.inner-efo-default-theme .margin-bottom-xs {
  display: flex;
}

legend.js-efo-legend-xmpbqzwaeg {
  display: none;
}

.ttl-item {
  width: 28%;
}

.bl-item {
  width: 72%;
}

.label.control {
  width: 70% !important;
}

.inquiry_box h2, .inquiry_box p {
  text-align: center;
}

.efofm1 .bl-item {
  display: flex;
}

form.inner-efo-default-theme .button-primary.button-border {
  color: #fff !important;
  background-color: #9966cc !important;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  height: 5rem;
  margin-top: 5rem;
}

input.yzalkkbqlx-textbox.input-s.efo-col-10.js-efo-disabled-xmpbqzwaeg,
input.pknrvmkdlz-phone.input-s.js-efo-disabled-xmpbqzwaeg,
input.mvorjpxxrp-textbox.input-s.efo-col-10.js-efo-disabled-xmpbqzwaeg {
  width: 45%;
}

form.inner-efo-default-theme textarea {
  height: 26.5rem;
  font-size: 1.6rem;
}

.inner-efo-default-theme .required-icon {
  font-size: 1rem !important;
  padding: 2px 6px !important;
  background-color: #000 !important;
  font-weight: normal;
  margin-top: 2px !important;
}

.inner-efo-default-theme .font-size-m {
  font-size: 1.6rem !important;
}

p.xmpbqzwaeg-name.font-size-m.font-weight-semibold.mb6,
label.xmpbqzwaeg-name.font-size-m.font-weight-semibold.mb6 {
  text-align: left;
  display: flex;
  align-items: center;
}

label.control.control-s.radio.info {
  padding: 10px 0 10px 10px;
  background-color: #fff;
  width: 125px;
  margin-right: 15px;
  border-radius: 10px;
  font-size: 14px;
}

.inner-efo-default-theme .control-s .control-indicator {
  font-size: 1.5rem !important;
}

.inner-efo-default-theme .control.radio .control-indicator {
  margin-bottom: 0px !important;
  margin-top: 3px;
}

.control input, .bl-item input {
  height: 39px !important;
  font-size: 16px !important;
}

.inquiry_box .inner-efo-default-theme .control.info input:checked ~ .control-indicator {
  background-color: #9966cc !important;
  border-color: #9966cc !important;
}

.inner-efo-default-theme .control.radio input[type=radio]:checked ~ .control-indicator:before,
legend.js-efo-legend-xmpbqzwaeg {
  display: none !important;
}

form.inner-efo-default-theme .control-label {
  margin: 0 0 0 0.5rem;
  font-weight: bold;
}

form.inner-efo-default-theme .margin-bottom-xs {
  align-items: center;
  margin-bottom: 3.3rem;
}

.inner-efo-default-theme .margin-bottom-xs.efofm1 {
  margin-bottom: 4rem !important;
}

.inner-efo-default-theme input, .inner-efo-default-theme textarea {
  border: none !important;
  border-radius: 10px !important;
}

@media screen and (max-width: 768px) {
  .inner-efo-default-theme .margin-bottom-xs {
    display: block;
  }

  .efofm1 .bl-item {
    display: block;
  }

  .bl-item, .ttl-item {
    width: 100%;
  }

  input.yzalkkbqlx-textbox.input-s.efo-col-10.js-efo-disabled-xmpbqzwaeg,
input.pknrvmkdlz-phone.input-s.js-efo-disabled-xmpbqzwaeg,
input.mvorjpxxrp-textbox.input-s.efo-col-10.js-efo-disabled-xmpbqzwaeg {
    width: 70%;
  }

  .ttl-item label, .inner-efo-default-theme .margin-bottom-xs .ttl-item {
    margin-bottom: 1rem !important;
  }

  .inner-efo-default-theme .margin-bottom-xs, .inner-efo-default-theme .field {
    margin-bottom: calc(2rem + 0.5vw) !important;
  }

  fieldset.js-efo-inner-xmpbqzwaeg div {
    max-width: 757px;
    width: 90vw;
    margin: 0 auto;
  }

  label.control.control-s.radio.info {
    margin-bottom: 10px;
  }
}

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