@charset "UTF-8";
/* --------------------------------------------------------
-----------------------------------------------------------
 Page-head01
-----------------------------------------------------------
----------------------------------------------------------- */
.Page-head {
  position: relative;
  padding-top: 20px;
  margin-bottom: 55px;
}

.Page-head .breadcrumb,
.Page-head .breadcrumb a {
  color: #999999;
}

.Page-head .breadcrumb {
  position: relative;
  font-size: 13px;
  line-height: 1.3;
  z-index: 50;
}

.Page-head .breadcrumb a {
  text-decoration: none;
}

.Page-head .breadcrumb .breadcrumb-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 calc(1.8vw + 417px) 0 1.8vw;
}

.Page-head .breadcrumb .breadcrumb-inner > div {
  margin-right: 0.3em;
}

.Page-head .breadcrumb ul {
  /* @mixin:clearfix */
  list-style: none;
  padding: 0;
}
.Page-head .breadcrumb ul:after {
  /* @mixin:clearfix */
  content: "";
  display: block;
  clear: both;
}

.Page-head .breadcrumb li {
  float: left;
  line-height: 1.3;
  margin-right: 0.3em;
}

.Page-head .breadcrumb .sitemap-item .arrow {
  padding-right: 0.3em;
}

.Page-head .page-title {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #333333;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.15em;
  font-size: 32px;
  padding: 60px 0 0;
}

.Page-head .sub-image {
  position: relative;
  z-index: 0;
}
.Page-head .sub-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
}

.Page-head .sub-image img {
  width: 100%;
}

.Page-head .sub-image ~ .page-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 20;
  color: #FFF;
  right: 0;
  padding: 0;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
  padding-top: 30px;
}

.Page-head .sub-image ~ .page-title > span {
  display: table;
  width: 100%;
  height: 100%;
}

.Page-head .sub-image ~ .page-title > span > span {
  display: table-cell;
  vertical-align: middle;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Header
-----------------------------------------------------------
----------------------------------------------------------- */
.Header {
  background: #fff;
  position: sticky;
  width: 100%;
  z-index: 100;
  top: 0;
  box-shadow: 0 1px 4px 1px rgba(237, 237, 237, 0.5);
}

.Header .Header-in-wrap {
  background: #fff;
}

/*
---------------------------------------------------------
header-h1-wrap
--------------------------------------------------------- */
.Header .header-h1-wrap {
  background-color: #f0f0f0;
}

.Header .header-h1-wrap .h1-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0 6px;
}

.Header .header-h1-wrap .h1-wrap h1 {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.Header .header-h1-wrap .h1-wrap p.info {
  font-size: 13px;
}

/*
---------------------------------------------------------
header-top-wrap
--------------------------------------------------------- */
.Header .header-top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Header .header-top-wrap .Header .Login-box-btn-logout-wrap {
  position: absolute;
  top: -28px;
  right: 0;
}

.Header .header-top-wrap .Login-box-btn-logout-wrap a:after {
  content: "ログアウト";
  position: absolute;
  top: -25px;
  right: 0;
  width: 60px;
  font-size: 12px;
  text-decoration: underline;
  color: #fff;
  text-align: end;
}
.Header .header-top-wrap .Login-box-btn-logout-wrap a:hover:after {
  text-decoration: none;
}

.Header .header-top-wrap .Login-box-btn-logout a img {
  display: none;
}

/* logo-wrap
--------------------------------------------------------- */
.Header .header-top-wrap .logo-wrap img {
  height: 54px;
}

/* cart-menu-wrap
--------------------------------------------------------- */
.Header .header-top-wrap .cart-menu-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
}

.Header .header-top-wrap .cart-menu-wrap .info-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}

/* info-wrap
--------------------------------------------------------- */
.Header .header-top-wrap .cart-menu-wrap .info-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}

.Header .header-top-wrap .cart-menu-wrap .info-wrap .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: center;
  height: 64px;
}

.Header .header-top-wrap .cart-menu-wrap .info-wrap .info01 {
  width: 64px;
}

.Header .header-top-wrap .cart-menu-wrap .info-wrap .info02 {
  padding: 5px 6px;
  border: 1px solid #555;
  border-radius: 6px;
  width: 170px;
  display: flex;
  align-items: center;
}

.Header .header-top-wrap .cart-menu-wrap .info-wrap .info02 .top {
  font-size: 10px;
  letter-spacing: 0;
  font-weight: bold;
}

.Header .header-top-wrap .cart-menu-wrap .info-wrap .info02 .top span {
  font-size: 12px;
}

.Header .header-top-wrap .cart-menu-wrap .info-wrap .info02 .bottom {
  font-size: 22px;
  font-weight: bold;
  color: #cf121b;
  line-height: 1.3;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
}

.Header .header-top-wrap .cart-menu-wrap .info-wrap .info02 .bottom img {
  margin-top: 4px;
  height: 20px;
}

.Header .header-top-wrap .cart-menu-wrap .info-wrap .info03 {
  width: 214px;
  padding: 5px 10px;
  border: 1px solid #555;
  border-radius: 6px;
}

.Header .header-top-wrap .cart-menu-wrap .info-wrap .info03 .top {
  font-size: 11px;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: 3px;
}

/* search-wrap
--------------------------------------------------------- */
.Header .header-top-wrap .cart-menu-wrap .search-wrap .wb-cart-search-title,
.Header .header-top-wrap .cart-menu-wrap .search-wrap .wb-cart-search-content > p {
  display: none;
}

.Header .header-top-wrap .cart-menu-wrap .search-wrap .wb-cart-search-content form {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.Header .header-top-wrap .cart-menu-wrap .search-wrap .wb-cart-search-content form:before {
  content: "";
  background: url(/template08/img/icon_search.svg);
  background-size: 14px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 9px;
  left: 10px;
  width: 14px;
  height: 16px;
  z-index: 100;
}

.Header .header-top-wrap .cart-menu-wrap .search-wrap .wb-cart-search-content .search-input {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.5rem;
  border: 1px solid #555;
  padding: 4px 10px 5px 30px;
  width: 100%;
  position: relative;
}

.Header .header-top-wrap .cart-menu-wrap .search-wrap .wb-cart-search-content .search-input::placeholder {
  font-size: 14px;
  letter-spacing: 0;
}

.Header .header-top-wrap .cart-menu-wrap .search-wrap .wb-cart-search-content .search-btn {
  /*width: 53px;
  height: 34px;
  background: #4f4f4f;
  background-repeat: no-repeat;
  background-size: 14px auto;
  border: none;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;*/
  display: none;
}

.Header .header-top-wrap .cart-menu-wrap .search-wrap .open-time {
  font-size: 10px;
  margin-top: 2px;
}

/* contact-wrap
--------------------------------------------------------- */
.Header .header-top-wrap .info-wrap p.tel {
  font-size: 18px;
  font-weight: bold;
}

.Header .header-top-wrap .info-wrap p.open-time {
  font-size: 12px;
}

/* header-cart-nav
--------------------------------------------------------- */
.Header .header-top-wrap .header-cart-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}

.Header .header-top-wrap .header-cart-nav > div {
  width: 90px;
  height: 80px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.Header .header-top-wrap .header-cart-nav a {
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Header .header-top-wrap .header-cart-nav a.btn-nav span {
  line-height: 1.3;
  display: inline-block;
  padding-top: 42px;
  font-size: 13px;
  color: #fff;
}

/*.Header .header-top-wrap .header-cart-nav .contact-wrap a::before {
    content: "";
    background: url("/template08/img/icon_mail.svg");
    background-size: auto 19px;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 22px;
    width: 25px;
    height: 19px;
}*/
.Header .header-top-wrap .header-cart-nav .cart-wrap {
  background-color: #ec9844;
}

.Header .header-top-wrap .header-cart-nav .cart-wrap a::before {
  content: "";
  background: url(/template09/img/SAMPLE/icon_cart.svg);
  background-size: 34px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 18%;
  left: 28%;
  width: 34px;
  height: 36px;
}

.Header .header-top-wrap .header-cart-nav .wb-login-box .Login-box-user,
.Header .header-top-wrap .header-cart-nav .wb-login-box .Login-box-btn .Login-box-btn-cart,
.Header .header-top-wrap .header-cart-nav .wb-login-box .Login-box-btn .Login-box-btn-logout {
  display: none;
}

.Header .header-top-wrap .header-cart-nav .wb-login-box .Login-box-btn > ul {
  list-style: none;
  padding: 0;
  height: 80px;
}

.Header .header-top-wrap .header-cart-nav .wb-login-box .Login-box-btn .Login-box-btn-login,
.Header .header-top-wrap .header-cart-nav .wb-login-box .Login-box-btn .Login-box-btn-mypage {
  width: 90px;
  height: 80px;
}

.Header .header-top-wrap .header-cart-nav .wb-login-box .Login-box-btn .Login-box-btn-login a,
.Header .header-top-wrap .header-cart-nav .wb-login-box .Login-box-btn .Login-box-btn-mypage a {
  position: relative;
  display: inline-block;
}

.Header .header-top-wrap .header-cart-nav .wb-login-box .Login-box-btn .Login-box-btn-login a::before,
.Header .header-top-wrap .header-cart-nav .wb-login-box .Login-box-btn .Login-box-btn-mypage a::before {
  content: "";
  background: url(/template09/img/SAMPLE/icon_member.svg);
  background-size: 32px auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 47%;
  top: 22%;
  width: 32px;
  height: 30px;
  transform: translateX(-50%);
}

.Header .header-top-wrap .header-cart-nav .wb-login-box .Login-box-btn .Login-box-btn-login a:after {
  content: "会員登録";
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Header .header-top-wrap .header-cart-nav .wb-login-box .Login-box-btn .Login-box-btn-mypage a:after {
  content: "マイページ";
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 62px;
}

.Header .header-top-wrap .header-cart-nav .wb-login-box .Login-box-btn .Login-box-btn-login a img,
.Header .header-top-wrap .header-cart-nav .wb-login-box .Login-box-btn .Login-box-btn-logout a img,
.Header .header-top-wrap .header-cart-nav .wb-login-box .Login-box-btn .Login-box-btn-mypage a img {
  display: none;
}

/* contact-wrap
--------------------------------------------------------- */
.Header .header-top-wrap .cart-menu-wrap .contact-wrap a {
  background: #ef651b;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 14px;
}

/*
---------------------------------------------------------
header-bottom-wrap
--------------------------------------------------------- */
.header-bottom-wrap {
  background-color: #2271ce;
}

.Header .header-bottom-wrap .nav-wrap ul.nav-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.Header .header-bottom-wrap .nav-wrap ul.nav-list > li {
  width: calc((100%) / 6);
  position: relative;
}

.Header .header-bottom-wrap .nav-wrap ul.nav-list > li::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  background: #fff;
  height: 28px;
}

.Header .header-bottom-wrap .nav-wrap ul.nav-list > li > a {
  display: flex;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding: 10px 0 10px 15px;
}

.Header .header-bottom-wrap .nav-wrap ul.nav-list > li > a:hover {
  background: #5a9cea;
  opacity: 1;
}

/*.Header .header-bottom-wrap .nav-wrap ul.nav-list>li a::before,
.Header .header-bottom-wrap .nav-wrap ul.nav-list>li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    background: #d0d8e5;
    height: 28px;
}

.Header .header-bottom-wrap .nav-wrap ul.nav-list>li a::before {
    content: '';
    left: -7px;
}

.Header .header-bottom-wrap .nav-wrap ul.nav-list>li:first-child a::before {
    background: transparent;
}*/
.Header .header-bottom-wrap .nav-wrap ul.nav-list > li > a span {
  position: relative;
}

.Header .header-bottom-wrap .nav-wrap ul.nav-list > li > span::before {
  position: relative;
  display: block;
}

.Header .header-bottom-wrap .nav-wrap ul.nav-list > li > a span:before {
  content: "";
  background: url(/template09/img/SAMPLE/nav_item.svg);
  background-size: 20px auto;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 9%;
  left: -30%;
  transform: translateX(-50%);
}

.Header .header-bottom-wrap .nav-wrap ul.nav-list > li.nav02 a span:before {
  background: url(/template09/img/SAMPLE/nav_guide.svg);
  background-size: 14px auto;
  background-repeat: no-repeat;
  width: 14px;
  height: 18px;
  position: absolute;
  top: 19%;
  left: -18%;
}

.Header .header-bottom-wrap .nav-wrap ul.nav-list > li.nav03 a span:before {
  background: url(/template09/img/SAMPLE/nav_results.svg);
  background-size: 13px auto;
  background-repeat: no-repeat;
  width: 13px;
  height: 20px;
  position: absolute;
  top: 5%;
  left: -25%;
}

.Header .header-bottom-wrap .nav-wrap ul.nav-list > li.nav04 a span:before {
  background: url(/template09/img/SAMPLE/nav_estimate.svg);
  background-size: 14px auto;
  background-repeat: no-repeat;
  width: 14px;
  height: 20px;
  position: absolute;
  top: 9%;
  left: -18%;
}

.Header .header-bottom-wrap .nav-wrap ul.nav-list > li.nav05 a span:before {
  background: url(/template09/img/SAMPLE/nav_faq.svg);
  background-size: 18px auto;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 14%;
  left: -17%;
}

.Header .header-bottom-wrap .nav-wrap ul.nav-list > li.nav06 a span:before {
  background: url(/template09/img/SAMPLE/nav_contact.svg);
  background-size: 18px auto;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 15%;
  left: -19%;
}

.Header .header-bottom-wrap .nav-wrap ul.nav-list > li.sub {
  position: relative;
  transition: all 0.1s;
  border: none !important;
}
.Header .header-bottom-wrap .nav-wrap ul.nav-list > li.sub:hover .accordion-menu {
  display: block;
  opacity: 1;
}

.Header .header-bottom-wrap .nav-wrap ul li > .accordion-menu {
  display: none;
  opacity: 0;
  position: absolute;
  background: #efefef;
  top: 48px;
  left: 45px;
  min-width: 17vw;
  max-width: 80vw;
  padding: 30px 30px;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.3);
  z-index: 100;
  max-height: calc(80vh - 170px);
  overflow-y: auto;
}

.Header .header-bottom-wrap .nav-wrap ul li > .accordion-menu ul.categ-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.Header .header-bottom-wrap .nav-wrap ul li > .accordion-menu ul.categ-list a {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.Header .header-bottom-wrap .nav-wrap ul li > .accordion-menu ul.categ-list a:hover {
  text-decoration: underline !important;
  color: #2271ce;
  opacity: 1;
}

.Header .header-bottom-wrap .nav-wrap ul li > .accordion-menu ul.categ-list li + li {
  margin-top: 10px;
}

/*.Header .header-bottom-wrap .nav-wrap ul li>.accordion-menu .categ-block .wb-cart-categ-title {
    display: none;
}

.Header .header-bottom-wrap .nav-wrap ul li>.accordion-menu .categ-block .wb-cart-categ-content table tbody {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
}

.Header .header-bottom-wrap .nav-wrap ul li .accordion-menu .categ-block .wb-cart-categ-content table tbody .wb-cart-categ-img {
    display: none;
}

.Header .header-bottom-wrap .nav-wrap ul li .accordion-menu .categ-block .wb-cart-categ-content .wb-cart-categ-name a {
    text-decoration: none;
    color: $color-text-main;

    &:hover {
        text-decoration: underline;
        color: $color-d-main01;
        opacity: 1;
    }
}



.Header .header-bottom-wrap .nav-wrap ul.nav-list>li.sub:hover .accordion-menu {
    display: block;
    opacity: 1;
}

.Header .header-bottom-wrap .nav-wrap ul li>.accordion-menu .categ-list {
    display: flex;
    flex-direction: column;
}*/
/* --------------------------------------------------------
-----------------------------------------------------------
Footer
-----------------------------------------------------------
----------------------------------------------------------- */
.Footer {
  background: #f5f5f5;
}

.Footer .Footer-in-wrap {
  padding: 75px 0 0;
}

/*
---------------------------------------------------------
footer-guide-wrap
--------------------------------------------------------- */
.Footer .footer-guide-wrap {
  margin-bottom: 40px;
}

.Footer .footer-guide-wrap .content-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 60px;
}

.Footer .footer-guide-wrap .guide + .guide {
  margin-top: 30px;
}

.Footer .footer-guide-wrap .guide .title {
  font-size: 18px;
  margin-bottom: 8px;
  border-bottom: 1px solid #444;
  font-weight: bold;
  color: #444;
}

.Footer .footer-guide-wrap .left-wrap {
  width: 620px;
}

.Footer .footer-guide-wrap .right-wrap {
  flex: 1;
}

/*
---------------------------------------------------------
footer-support-wrap
--------------------------------------------------------- */
.Footer .footer-support-wrap {
  background-color: #fff;
  padding: 50px;
  margin-bottom: 40px;
}

.Footer .footer-support-wrap .support-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

/* info-wrap
--------------------------------------------------------- */
.Footer .footer-support-wrap .info-wrap {
  width: 450px;
}

.Footer .footer-support-wrap .info-wrap .title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}

.Footer .footer-support-wrap .info-wrap .text {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}

/* ---- tel-wrap ------ */
.Footer .footer-support-wrap .info-wrap .tel-wrap {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.Footer .footer-support-wrap .info-wrap .tel-wrap p {
  height: 46px;
  padding: 5px 10px;
}

.Footer .footer-support-wrap .info-wrap .tel-wrap .sub-title {
  background-color: #2271ce;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  width: 160px;
  text-align: center;
}

.Footer .footer-support-wrap .info-wrap .tel-wrap .tel {
  flex: 1;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  border: 1px solid #2271ce;
  line-height: 32px;
  white-space: nowrap;
}

/* ----- bottom-wrap ------ */
.Footer .footer-support-wrap .info-wrap .bottom-wrap {
  margin-top: 10px;
}

.Footer .footer-support-wrap .info-wrap .bottom-wrap .open {
  font-weight: bold;
  font-size: 14px;
}

.Footer .footer-support-wrap .info-wrap .bottom-wrap .open span {
  font-size: 12px;
  margin-left: 3px;
}

.Footer .footer-support-wrap .info-wrap .bottom-wrap .content {
  font-size: 13px;
}

/* ----- contact-wrap ------ */
.Footer .footer-support-wrap .info-wrap .contact-wrap {
  margin-top: 10px;
}

.Footer .footer-support-wrap .info-wrap .contact-wrap .btn a {
  display: inline-block;
  color: #fff;
  background: #ec9844;
  text-decoration: none;
  padding: 8px 10px;
  font-size: 16px;
  width: 250px;
  text-align: center;
  font-weight: bold;
}

/* calendar-wrap
--------------------------------------------------------- */
.Footer .footer-support-wrap .calendar-wrap {
  width: 520px;
}

.Footer .footer-support-wrap .calendar-wrap .box-calendar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}

.Footer .footer-support-wrap .calendar-wrap .box-calendar .calendar {
  width: 246px;
}

/*
---------------------------------------------------------
footer-nav-wrap
--------------------------------------------------------- */
.Footer .footer-nav-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 45px;
}

.Footer .footer-nav-wrap > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
}

.Footer .footer-nav-wrap > ul li {
  position: relative;
}

.Footer .footer-nav-wrap > ul li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  background: #333;
  height: 20px;
}

.Footer .footer-nav-wrap > ul li:first-child:before {
  background: transparent;
}

.Footer .footer-nav-wrap > ul li a {
  display: block;
  font-size: 13px;
  text-decoration: none;
  position: relative;
  text-align: center;
  font-weight: bold;
  padding: 0 25px;
}

.Footer .footer-nav-wrap > ul li:first-child a {
  padding-left: 0;
}

.Footer .footer-nav-wrap .logo-wrap img {
  height: 48px;
}

.Footer .copyright {
  text-align: center;
  color: #fff;
  background-color: #2271ce;
  font-size: 12px;
  padding: 10px 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
body {
  color: #444444;
  background-color: #fff;
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: 15px;
  min-width: 1060px;
}

a,
label,
button,
input[type="submit"],
input[type="button"] {
  /* @mixin:transition */
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
a:hover,
label:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  /* @mixin:PC-opacity */
  opacity: 0.8;
}

a:link, a:visited {
  color: #333333;
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}

/*
---------------------------------------------------------
 電話番号リンク
--------------------------------------------------------- */
a[href^="tel:"] {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  cursor: default;
  pointer-events: none;
}

/*
---------------------------------------------------------
 Attention
--------------------------------------------------------- */
.Attention {
  font-size: 13px;
}

/*
---------------------------------------------------------
 float
--------------------------------------------------------- */
.Fl {
  float: left;
}

.Fr {
  float: right;
}

/*
---------------------------------------------------------
 非表示
--------------------------------------------------------- */
.PC-none {
  display: none !important;
}

/*
---------------------------------------------------------
 サイト幅
--------------------------------------------------------- */
.In-wrap,
.Edit {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}

body.Page-narrow-content .Content .In-wrap,
body.Page-narrow-content .Content .Edit {
  max-width: 900px;
}

/*
---------------------------------------------------------
 Content
--------------------------------------------------------- */
.Content {
  padding: 40px 0 80px;
}

.Content-block {
  /* @mixin:PC-content-block */
  margin-bottom: 60px;
}
.Content-block:last-child {
  /* @mixin:PC-content-block */
  margin-bottom: 0;
}

.Content-block.MOD-bg {
  /* @mixin:PC-content-block-bg */
  padding-top: 45px;
  padding-bottom: 45px;
  margin-bottom: 0;
}
.Content-block.MOD-bg:nth-last-of-type(even) {
  /* @mixin:PC-content-block-bg */
  background-color: #f8f4f1;
}

.Content-article {
  /* @mixin:PC-content-article */
  margin-bottom: 40px;
}
.Content-article:last-child {
  /* @mixin:PC-content-article */
  margin-bottom: 0;
}

.Content-body {
  /* @mixin:PC-content-body */
  padding-left: 10px;
  padding-right: 10px;
}

/*
---------------------------------------------------------
 電話番号リンク
--------------------------------------------------------- */
a[href^="tel:"] {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  cursor: default;
}

/*
-----------------------------------------------------------
 Table
----------------------------------------------------------- */
.Table-basic {
  /* @mixin:PC-table-basic */
  border-left: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
}
.Table-basic th, .Table-basic td {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 9px 20px;
}
.Table-basic th {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dcdcdc;
  background: #efefef;
  font-size: 14px;
  font-weight: bold;
}
.Table-basic td {
  /* @mixin:PC-table-basic */
  background: #fff;
}

/*
-----------------------------------------------------------
 Title
----------------------------------------------------------- */
.Title-block {
  /* @mixin:PC-title-block */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 29px;
  margin-bottom: 21px;
  padding-bottom: 21px;
}
.Title-block::before {
  background: #333333;
  content: '';
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
  width: 48px;
}

.Title-block.MOD-side {
  /* @mixin:PC-title-block-side */
  font-size: 24px;
  margin-bottom: 12px;
}

.Title-block.MOD-center {
  /* @mixin:PC-title-block-center */
  text-align: center;
  margin-bottom: 30px;
}
.Title-block.MOD-center::before {
  right: 0;
  margin: 0 auto;
}

.Title-article {
  /* @mixin:PC-title-article */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  border-bottom: 1px solid #dcdcdc;
  border-left: 2px solid #333333;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 20px;
  padding: 6px 8px 9px;
  margin-bottom: 12px;
}
.Title-article a {
  /* @mixin:PC-title-article */
  color: inherit;
  text-decoration: none;
}

.Title-small {
  /* @mixin:PC-title-small */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #333333;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 4px;
  font-size: 17px;
}

/*
-----------------------------------------------------------
Button
----------------------------------------------------------- */
.Btn-cv {
  /* @mixin:PC-btn-cv */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #fb4c4c;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  overflow: hidden;
  padding: 12px 25px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.3;
  color: #FFF !important;
}
.Btn-cv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.2);
}

.Btn-main {
  /* @mixin:PC-btn-main */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #2271ce;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  padding: 12px 25px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.3;
  color: #FFF !important;
}

.Btn-main.MOD-cancel {
  background-color: #444 !important;
  color: #fff !important;
}

.Btn-sub {
  /* @mixin:PC-btn-sub */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #2271ce !important;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  background: none;
  text-align: center;
  padding: 12px 25px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.3;
  border: 1px solid;
}

.Btn-anchor {
  /* @mixin:PC-btn-anchor */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background: #f8f4f1;
  position: relative;
  display: block;
  color: inherit !important;
  text-decoration: none !important;
  line-height: 1.3;
  padding: 10px 8px 10px 27px;
  font-size: 16px;
  border-radius: 3px;
}
.Btn-anchor::after {
  /* @mixin:PC-btn-anchor */
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
  display: block;
  top: 18px;
  left: 10px;
}

/*
-----------------------------------------------------------
 Link
----------------------------------------------------------- */
.Link-text {
  /* @mixin:PC-link-text */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  font-size: 17px;
  text-decoration: none !important;
}
.Link-text:hover {
  text-decoration: underline !important;
}

.Link-arrow {
  /* @mixin:PC-link-arrow */
  position: relative;
  padding-left: 12px;
  display: inline-block;
}
.Link-arrow:before {
  /* @mixin:PC-link-arrow */
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #2271ce;
}

/*
-----------------------------------------------------------
 Edit(自由編集エリア)
----------------------------------------------------------- */
.Edit.MOD-top .wb-edit {
  margin-bottom: 40px;
}

.Edit.MOD-bottom .wb-edit {
  margin-top: 50px;
}

.Edit .wb-edit:empty {
  margin: 0 !important;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Content
-----------------------------------------------------------
----------------------------------------------------------- */
.Content-inner.Flex {
  display: flex;
  gap: 40px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Alpha
-----------------------------------------------------------
----------------------------------------------------------- */
.Alpha {
  min-width: 910px;
  flex: 1;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 .Beta
-----------------------------------------------------------
----------------------------------------------------------- */
.Beta {
  min-width: 250px;
}

/*
---------------------------------------------------------
common
--------------------------------------------------------- */
.Beta .beta-content + .beta-content {
  margin-top: 20px;
}

.Beta .beta-content .title-wrap {
  margin-bottom: 15px;
}

.Beta .beta-content .title-wrap .title {
  font-size: 15px;
  font-weight: bold;
  padding: 18px 15px;
  background-color: #0089e9;
  color: #fff;
}

/*
---------------------------------------------------------
beta-banner-wrap
--------------------------------------------------------- */
.Beta .beta-banner-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/*
---------------------------------------------------------
beta-item-categ-wrap
--------------------------------------------------------- */
.Beta .beta-item-categ-wrap .content-wrap .wb-cart-categ-title {
  display: none;
}

.Beta .beta-item-categ-wrap .content-wrap .wb-cart-categ-content ul {
  list-style: none;
  padding: 0;
}

.Beta .beta-item-categ-wrap .content-wrap ul li + li {
  border-top: 1px dotted #ccc;
}

.Beta .beta-item-categ-wrap .content-wrap ul li:last-child {
  border-bottom: 1px dotted #ccc;
}

.Beta .beta-item-categ-wrap .content-wrap ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.Beta .beta-item-categ-wrap .content-wrap ul li:first-child a {
  padding-top: 0;
}

.Beta .beta-item-categ-wrap .content-wrap ul li a img {
  width: 56px;
}

/*
---------------------------------------------------------
beta-feature-wrap
--------------------------------------------------------- */
.Beta .beta-feature-wrap .content-wrap ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 15px;
}

.Beta .beta-feature-wrap .content-wrap ul li a {
  text-decoration: none;
}

.Beta .beta-feature-wrap .content-wrap ul li .text-wrap {
  margin-top: 8px;
}

.beta-feature-wrap .content-wrap ul li .text-wrap span {
  font-weight: bold;
}

/*
---------------------------------------------------------
beta-guide-wrap
--------------------------------------------------------- */
.Beta .beta-guide-wrap .content-wrap .wb-cart-categ-title {
  display: none;
}

.Beta .beta-guide-wrap .content-wrap .wb-cart-categ-content ul {
  list-style: none;
  padding: 0;
}

.Beta .beta-guide-wrap .content-wrap ul li + li {
  border-top: 1px dotted #ccc;
}

.Beta .beta-guide-wrap .content-wrap ul li:last-child {
  border-bottom: 1px dotted #ccc;
}

.Beta .beta-guide-wrap .content-wrap ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 20px 15px;
  font-weight: bold;
  text-decoration: none;
}

.Beta .beta-guide-wrap .content-wrap ul li:first-child a {
  padding-top: 10px;
}

/*
---------------------------------------------------------
beta-calendar-wrap
--------------------------------------------------------- */
/*.Beta .beta-calendar-wrap .title-wrap .title {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 15px;
	font-weight: bold;
}

.Beta .beta-calendar-wrap .title-wrap .title .en {
	font-size: 26px;
	letter-spacing: -0.03em;
}

.Beta .beta-calendar-wrap .title-wrap .title .ja {
	font-size: 14px;
	letter-spacing: 0;
}

.Beta .beta-calendar-wrap .beta-calendar-body .wb-calendar+.wb-calendar {
	margin-top: 15px;
}

.Beta .beta-calendar-wrap .beta-calendar-body .wb-calendar caption {
	background: #009187;
}*/
/* --------------------------------------------------------
-----------------------------------------------------------
 wb-pair(table)
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-pair .wb-pair-list-table {
  /* @mixin:PC-table-basic */
  border-left: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  width: 100%;
  table-layout: fixed;
}
.wb-pair .wb-pair-list-table th, .wb-pair .wb-pair-list-table td {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 9px 20px;
}
.wb-pair .wb-pair-list-table th {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dcdcdc;
  background: #efefef;
  font-size: 14px;
  font-weight: bold;
}
.wb-pair .wb-pair-list-table td {
  /* @mixin:PC-table-basic */
  background: #fff;
}

.wb-pair .wb-pair-list-table th {
  min-width: 150px;
  width: 22%;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-calendar
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-calendar {
  color: #333;
}

.wb-calendar .wb-calendar-table {
  border: 1px solid #dcdcdc;
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.wb-calendar .wb-calendar-table caption {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 2px;
}

.wb-calendar .wb-calendar-table tr:first-child {
  background-color: #efefef;
}

.wb-calendar .wb-calendar-table tr th,
.wb-calendar .wb-calendar-table tr td {
  border: 1px solid #dcdcdc;
  text-align: center;
  padding: 3px;
}

.wb-calendar .wb-calendar-table tr:first-child th {
  font-weight: bold;
  font-size: 80%;
  padding: 2px;
}

.wb-calendar .wb-calendar-table tr td.wb-calendar-table-1 {
  background-color: #c8d2ff;
}

.wb-calendar .wb-calendar-table tr td.wb-calendar-table-2 {
  background-color: #ffcaca;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Calendar-body
-----------------------------------------------------------
----------------------------------------------------------- */
.Calendar-information {
  color: #999999;
  font-size: 85%;
}

.Calendar-information .calendar-color {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}

.Calendar-information .calendar-color span {
  vertical-align: middle;
}

.Calendar-information .calendar-color .color-figure {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid #ddd;
  margin-right: 5px;
}

.Calendar-information .calendar-color01 .color-figure {
  background-color: #c8d2ff;
}

.Calendar-information .calendar-color02 .color-figure {
  background-color: #ffcaca;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 modal
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-cart-modal-title {
  border-bottom: 1px solid #dcdcdc;
  padding: 17px 48px 14px 27px;
  position: relative;
  color: #444444;
  font-size: 20px;
  line-height: 1.2;
}
.wb-cart-modal-title:before {
  background: #2271ce;
  content: "";
  width: 2px;
  height: 69%;
  position: absolute;
  top: 3px;
  left: 16px;
  bottom: 0;
  margin: auto 0;
}

.wb-cart-modal-title .Modal-close {
  background: url(/img/modal_close_icon.svg) no-repeat center center;
  background-size: 33px auto;
  text-indent: -9999px;
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  right: 18px;
  top: 10px;
  bottom: 0;
  margin: auto 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
slider 
-----------------------------------------------------------
----------------------------------------------------------- */
/*.slider_sample {
	opacity: 0;
	transition: opacity 0.3s linear;
}

.slider_sample.slick-initialized {
	opacity: 1;
}*/
