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

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

.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 {
  padding-top: 26px;
  background: #3ea1e6;
  position: relative;
}

.Header .Header-in-wrap {
  background: #f3f8fb;
  position: relative;
}
.Header .Header-in-wrap::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ababab;
  position: absolute;
  bottom: 64px;
  left: 0;
}

/*
---------------------------------------------------------
header-top-wrap
--------------------------------------------------------- */
.Header .header-top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  position: relative;
}

.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: 34px;
}

/* cart-menu-wrap
--------------------------------------------------------- */
.Header .header-top-wrap .cart-menu-wrap {
  display: flex;
  align-items: center;
  gap: 35px;
}

.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 .search-input {
  width: 277px;
  height: 34px;
  border: 1px solid #555555;
  background: #fff;
  padding: 0 10px;
}

.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;
}

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

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

.Header .header-top-wrap .header-cart-nav .login-wrap {
  margin-right: 8px;
}

.Header .header-top-wrap .header-cart-nav a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
  padding-top: 35px;
}

.Header .header-top-wrap .header-cart-nav .contact-wrap a::before {
  content: "";
  background: url("/template05/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 a::before {
  content: "";
  background: url("/template05/img/icon_cart.svg");
  background-size: auto 28px;
  background-repeat: no-repeat;
  position: absolute;
  top: 1px;
  left: 5px;
  width: 27px;
  height: 28px;
}

.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;
}

.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: 45px;
}

.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 {
  display: block;
  position: relative;
}

.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("/template05/img/icon_login.svg");
  background-size: 23px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 23px;
  height: 24px;
}

.Header .header-top-wrap .header-cart-nav .wb-login-box .Login-box-btn .Login-box-btn-login a:after {
  content: "ログイン";
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
}

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

.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;
}

/*
---------------------------------------------------------
header-bottom-wrap
--------------------------------------------------------- */
.Header .header-bottom-wrap {
  background: #fff;
}

.Header .header-bottom-wrap .menu-wrap ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.Header .header-bottom-wrap .menu-wrap ul li {
  width: 20%;
}

.Header .header-bottom-wrap .menu-wrap ul li a {
  display: block;
  font-size: 16px;
  color: #4d4d4d;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  text-align: center;
  padding: 20px 0 20px;
}
.Header .header-bottom-wrap .menu-wrap ul li a::before {
  content: "";
  width: 1px;
  height: 35px;
  position: absolute;
  top: 15px;
  left: 0;
  background: #3ea1e6;
}

.Header .header-bottom-wrap .menu-wrap ul li:last-child a:after {
  content: "";
  width: 1px;
  height: 35px;
  position: absolute;
  top: 15px;
  right: 0;
  background: #3ea1e6;
}

/*.Header .header-bottom-wrap .menu-wrap ul li:last-child a::before {
    content: none;
}*/
/* --------------------------------------------------------
-----------------------------------------------------------
 Footer
-----------------------------------------------------------
----------------------------------------------------------- */
.Footer {
  background: #f5f5f5;
}

.Footer .Footer-in-wrap {
  padding-top: 115px;
}

/*
---------------------------------------------------------
footer-main-wrap
--------------------------------------------------------- */
.Footer .footer-main-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 120px;
  padding-bottom: 120px;
}

.Footer .footer-main-wrap .company-wrap .logo-wrap {
  margin-bottom: 25px;
}

.Footer .footer-main-wrap .company-wrap .company {
  margin-bottom: 35px;
}

.Footer .footer-main-wrap .company-wrap .company p {
  font-size: 13px;
}

.Footer .footer-main-wrap .company-wrap .company p + p {
  margin-top: 1px;
}

.Footer .footer-main-wrap .company-wrap .company p.name {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}

.Footer .footer-main-wrap .company-wrap .company p.num {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.Footer .footer-main-wrap .company-wrap .sns-wrap .title {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.Footer .footer-main-wrap .company-wrap .sns-wrap .title:before, .Footer .footer-main-wrap .company-wrap .sns-wrap .title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #333;
}

.Footer .footer-main-wrap .company-wrap .sns-wrap .title span {
  padding: 0 30px;
}

.Footer .footer-main-wrap .company-wrap .sns-wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

/* right-wrap
--------------------------------------------------------- */
.Footer .footer-main-wrap .right-wrap {
  margin-top: 6px;
}

.Footer .footer-main-wrap .right-wrap .footer-menu-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 70px;
}

.Footer .footer-main-wrap .right-wrap .footer-menu-wrap > li ul li.title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
}

.Footer .footer-main-wrap .right-wrap .footer-menu-wrap > li ul li.link:hover {
  text-decoration: underline;
}

.Footer .footer-main-wrap .right-wrap .footer-menu-wrap > li ul li.link + li.link {
  margin-top: 5px;
}

.Footer .footer-main-wrap .right-wrap .footer-menu-wrap > li ul li a {
  text-decoration: none;
}

/*
---------------------------------------------------------
bottom-wrap
--------------------------------------------------------- */
.Footer .bottom-wrap {
  background: #3ea1e6;
  padding: 20px 0 30px;
}

.Footer .bottom-wrap .bottom-link-wrap {
  margin-bottom: 20px;
}

.Footer .bottom-wrap .bottom-link-wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.Footer .bottom-wrap .bottom-link-wrap ul li a {
  text-decoration: none;
  color: #fff;
}

.Footer .bottom-wrap .copyright {
  text-align: center;
  color: #fff;
  font-size: 12px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 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.5;
  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-inner {
  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: #f8f4f1;
  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: #3ea1e6;
  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 #3ea1e6;
  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: #2995df;
  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: #3ea1e6;
  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: #3ea1e6 !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: #2995df 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 #3ea1e6;
}

/*
-----------------------------------------------------------
 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: 30px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Alpha
-----------------------------------------------------------
----------------------------------------------------------- */
.Alpha {
  width: 930px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 .Beta
-----------------------------------------------------------
----------------------------------------------------------- */
.Beta {
  flex: 1;
}

/*
---------------------------------------------------------
beta-banner-wrap
--------------------------------------------------------- */
.Beta .beta-banner-wrap {
  margin-bottom: 50px;
}

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

/*
---------------------------------------------------------
beta-item-categ-wrap
--------------------------------------------------------- */
.Beta .beta-item-categ-wrap {
  margin-bottom: 50px;
}

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

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

.Beta .beta-item-categ-wrap .title-wrap {
  height: 60px;
  background: #3ea1e6;
  font-size: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
}

.Beta .beta-item-categ-wrap .item-categ-body .wb-cart-categ-content ul li {
  border: 1px solid #999;
  border-top: none;
}

.Beta .beta-item-categ-wrap .item-categ-body .wb-cart-categ-content ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 10px;
}

.Beta .beta-item-categ-wrap .item-categ-body .wb-cart-categ-content ul li a img {
  width: 52px;
}

.Beta .beta-item-categ-wrap .item-categ-body .wb-cart-categ-content ul li a .wb-cart-categ-name {
  flex: 1;
  font-size: 16px;
  font-weight: bold;
  word-break: break-all;
}

/*
---------------------------------------------------------
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: #3ea1e6;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 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: #f8f4f1;
  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: #3ea1e6;
  color: #fff;
  text-align: center;
  padding: 2px;
}

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

.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: #222222;
  font-size: 85%;
}

.Calendar-information .calendar-color {
  display: inline-block;
  vertical-align: top;
  margin: 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: #3ea1e6;
  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;
}
