@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 100%;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  line-height: 1.7;
}

a {
  opacity: 1 !important;
  transition: 0.5s !important;
  text-decoration: none !important;
}

a:hover {
  opacity: 0.5 !important;
  text-decoration: none !important;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

ul, li {
  list-style-type: none !important;
  -webkit-padding-start: 0px !important;
          padding-inline-start: 0px !important;
}

/* ==============================================
 ###　
=================================================*/
@media screen and (min-width: 600px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .desktop-only {
    display: none !important;
  }
}

.color-blue {
  color: #3366aa;
}

.f-30px {
  font-size: 30px !important;
}

a[href^="tel:"] {
  pointer-events: none !important;
}
@media screen and (max-width: 600px) {
  a[href^="tel:"] {
    pointer-events: auto !important;
  }
}

/* ==============================================
 ###　index
=================================================*/
.index-fv-submenu {
  display: flex;
  width: 100%;
  gap: 1%;
}
@media screen and (max-width: 600px) {
  .index-fv-submenu {
    width: 90vw;
    margin: 20px auto;
    flex-direction: column;
    gap: 10px;
  }
}

a.index-fv-submenu__btn {
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  width: 99.3333333333%;
  margin: auto;
  padding: 1rem 1.5rem;
  font-weight: 500;
  border: 1px solid #3366aa;
  color: #3366aa;
  font-size: 16px;
  background: #fff;
  transition: 0.5s;
  position: relative;
}
@media screen and (max-width: 600px) {
  a.index-fv-submenu__btn {
    font-size: 14px;
  }
}

a.index-fv-submenu__btn::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #3366aa;
  border-right: 2px solid #3366aa;
  transform: rotate(45deg);
}

a.index-fv-submenu__btn:hover {
  color: #fff;
  background: #3366aa;
  opacity: 1 !important;
}

a.index-fv-submenu__btn:hover::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  opacity: 1;
}

.index-h2 {
  background-color: #3366aa;
}
.index-h2__txt {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 1rem;
  letter-spacing: 0.15em;
}

.index-fv-faq {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .index-fv-faq {
    display: block;
    margin: 0 auto;
    width: 90vw;
  }
}
.index-fv-faq__ttl {
  font-size: 14px;
  color: #686868;
  min-width: 150px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .index-fv-faq__ttl {
    font-size: 12px;
  }
}
.index-fv-faq__detail {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  gap: 1%;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .index-fv-faq__detail {
    justify-content: center;
    margin-bottom: 20px;
    gap: 5px 1%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .index-fv-faq__detail li {
    width: 49%;
  }
}

a.index-fv-faq__btn {
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  width: 100%;
  margin: auto;
  padding: 0.6rem 1.1rem;
  font-weight: 500;
  border: 1px solid #3366aa;
  border-radius: 999px;
  color: #3366aa;
  font-size: 12px;
  background: #fff;
  transition: 0.5s;
  position: relative;
}
@media screen and (max-width: 600px) {
  a.index-fv-faq__btn {
    font-size: 3vw;
  }
}

a.index-fv-faq__btn:hover {
  color: #fff;
  background: #3366aa;
  opacity: 1 !important;
}

/* ==============================================
 ###　PCside
=================================================*/
.pcside-h2 {
  background-color: #3366aa;
}
.pcside-h2__txt {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 1rem;
  letter-spacing: 0.1em;
}

/* ==============================================
 ###　footer
=================================================*/
.footer {
  background: #3366aa !important;
  background-color: #3366aa !important;
}

address {
  font-style: normal;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem;
  margin-bottom: 1.5rem;
}

.footer-wrapper {
  padding: 2rem 4rem;
  font-size: 13px;
  color: #fff;
  margin: 120px auto 0 auto;
  max-width: calc(1280px + 8rem);
}
@media screen and (max-width: 600px) {
  .footer-wrapper {
    margin-top: 40px;
    padding: 2.5rem 1.5rem;
    font-size: 12px;
  }
}

.footer__navi-heading {
  font-weight: 600;
}

.footer__logo {
  display: inline-block;
  margin-bottom: 1.5rem;
}

.footer__navi li {
  margin-bottom: 0.75rem;
}
.footer__navi li a {
  color: #fff;
  opacity: 1;
}

.footer__navi li a:hover {
  opacity: 0.5;
}

.footer-copyright {
  font-size: 12px;
  text-align: right;
}

.footer__address {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.footer__address a {
  text-decoration: underline;
}

.md-justify-between {
  justify-content: space-between;
}

.md-flex {
  display: flex;
}

.lg-flex {
  display: flex;
}
@media screen and (max-width: 600px) {
  .lg-flex {
    flex-direction: column;
  }
}

.footer-alink {
  width: 100%;
}

a.footer-alink__btn {
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  width: 99.3333333333%;
  margin: auto;
  padding: 0.7rem 1.2rem;
  font-weight: 500;
  border: 1px solid #3366aa;
  color: #3366aa;
  font-size: 13px;
  background: #fff;
  transition: 0.5s;
  position: relative;
}

a.footer-alink__btn::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #3366aa;
  border-right: 2px solid #3366aa;
  transform: rotate(45deg);
}

a.footer-alink__btn:hover {
  color: #fff;
  background: #3366aa;
  border: 1px solid #fff;
  opacity: 1 !important;
}

a.footer-alink__btn:hover::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  opacity: 1;
}

.footer-contact {
  background-color: #fff;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  text-align: center;
  margin: 0 auto 2rem auto;
  color: #333;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .footer-contact {
    flex-direction: column;
  }
}
.footer-contact div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  padding: 0 40px;
}
@media screen and (max-width: 600px) {
  .footer-contact div {
    width: 100%;
    padding: 0;
  }
}

.footer-contact-alink {
  width: 100%;
}

a.footer-contact-alink__btn {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 99.3333333333%;
  margin: auto;
  padding: 0.7rem 1.2rem;
  font-weight: 500;
  border: 1px solid #3366aa;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  background: #3366aa;
  transition: 0.5s;
  position: relative;
  white-space: nowrap;
}

a.footer-contact-alink__btn:hover {
  color: #3366aa;
  background: #fff;
  border: 1px solid #3366aa;
  opacity: 1 !important;
}

.footer-contact-tel {
  position: relative;
}

.footer-contact-tel::before {
  position: absolute;
  top: 0;
  right: 100%;
  margin: 0;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #bdbdbd;
}
@media screen and (max-width: 600px) {
  .footer-contact-tel::before {
    right: 0;
    width: 100%;
    height: 1px;
  }
}

.footer-contact--txt {
  font-size: 12px;
}

.footer-contact-ttl {
  font-weight: 500;
}

/* ==============================================
 ###　header
=================================================*/
.header-searchform {
  width: 100%;
  background-color: #ededed;
  padding: 0.5rem 1rem;
}

.header-searchform__wrapper {
  display: flex;
  align-items: center;
  gap: 1%;
  justify-content: flex-start;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .header-searchform__wrapper {
    justify-content: center;
  }
}
.header-searchform__wrapper p {
  color: #686868;
}

.search-form-005 {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 3px;
  justify-content: flex-end;
}

.search-form-005 input {
  width: 250px;
  height: 45px;
  padding: 5px 15px;
  border: none;
  border-radius: 3px 0 0 3px;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 1em;
  outline: none;
}

.search-form-005 input::-moz-placeholder {
  color: #333;
}

.search-form-005 input:-ms-input-placeholder {
  color: #333;
}

.search-form-005 input::placeholder {
  color: #333;
}

.search-form-005 button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 45px;
  border: none;
  border-radius: 0 3px 3px 0;
  background-color: #3366aa;
  cursor: pointer;
}

.search-form-005 button::after {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  content: "";
}

.gnav-pc {
  background-color: #fff;
}

.gnav-pc .__menu {
  max-width: 100%;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99;
}

.header-topmenu-pc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 3rem;
}
.header-topmenu-pc__logo {
  max-width: 200px;
  width: 100%;
}
.header-topmenu-pc__menu {
  display: flex;
  align-items: center;
}
.header-topmenu-pc__menucont {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.header-topmenu-pc__menucont a {
  margin: 0 15px;
  color: #3366aa;
}
.header-topmenu-pc__menucont li + li {
  position: relative;
}
.header-topmenu-pc__menucont li + li::before {
  content: "";
  display: block;
  height: 1em;
  border-left: 1px solid #ededed;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.header .__banner {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .header .__banner {
    display: table !important;
  }
}

/* ==============================================
 ###　side
=================================================*/
.side-contact {
  background-color: #fff;
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .side-contact {
    display: none;
  }
}
.side-contact div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.side-contact__ttl {
  color: #333;
  font-size: 13px;
  margin-top: 2rem;
}

.side-contact-alink {
  width: 100%;
}

a.side-contact-alink__btn {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 99.3333333333%;
  margin: auto;
  padding: 0.7rem 1.2rem;
  font-weight: 500;
  border: 1px solid #3366aa;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  background: #3366aa;
  transition: 0.5s;
  position: relative;
}

a.side-contact-alink__btn:hover {
  color: #3366aa;
  background: #fff;
  border: 1px solid #3366aa;
  opacity: 1 !important;
}

.side-contact-tel {
  position: relative;
  margin-top: 2rem;
}

.side-contact-tel::before {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #bdbdbd;
}

.side-contact--txt {
  font-size: 10px;
}

.side-contact-ttl {
  font-weight: 500;
}

/* ==============================================
 ###　sp-none
=================================================*/
@media screen and (max-width: 600px) {
  .aside .__block--login,
.aside .__block--cart,
.aside .__block--category {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .__block--news > .__body,
.__block--category > .__body,
.__block--calendar {
    width: 90vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .main.main--home section.__block.__block--news .__body ul li > a span, .main.main--home section.__block.__block--news .__body ul li > span span {
    font-size: 1em !important;
  }
}

/* ==============================================
 ###　Colorscheme
=================================================*/
/* --------------------------------------------------------------------------
   アラート表示  .c-alert
   -------------------------------------------------------------------------- */
.c-alert {
  padding: 1em !important;
  background-color: #e2e3e5 !important;
  margin: 1em 0 !important;
}

.c-alert.c-alert--success {
  background-color: #d1ecf1 !important;
}

.c-alert.c-alert--info {
  background-color: #d1ecf1 !important;
}

.c-alert.c-alert--warning {
  background-color: #fff3cd !important;
}

.c-alert.c-alert--danger, .c-alert.c-alert--error {
  background-color: #f8d7da !important;
}

.c-alert.c-alert--top {
  margin-top: 0 !important;
}

.main--order-finish .__content-top,
.main--order-finish .__back-home {
  text-align: center !important;
}

.main--order-finish .__content-top {
  margin-top: 6em !important;
}

.main--order-finish .__content-top .__title {
  font-size: 30px !important;
}
@media screen and (max-width: 600px) {
  .main--order-finish .__content-top .__title {
    font-size: 18px !important;
  }
}

.main.main--order-finish section.__estimate-pdf a {
  background-color: #3366aa !important;
}/*# sourceMappingURL=style.css.map */