@charset "UTF-8";
/**import**/
/*****************************************************************************
共通
*****************************************************************************/
.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mt105 {
  margin-top: 105px;
}

.mt110 {
  margin-top: 110px;
}

.mt115 {
  margin-top: 115px;
}

.mt120 {
  margin-top: 120px;
}

.mt125 {
  margin-top: 125px;
}

.mt130 {
  margin-top: 130px;
}

.mt135 {
  margin-top: 135px;
}

.mt140 {
  margin-top: 140px;
}

.mt145 {
  margin-top: 145px;
}

.mt150 {
  margin-top: 150px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb105 {
  margin-bottom: 105px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb115 {
  margin-bottom: 115px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb125 {
  margin-bottom: 125px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb135 {
  margin-bottom: 135px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb145 {
  margin-bottom: 145px;
}

.mb150 {
  margin-bottom: 150px;
}

/*****************************************************************************
 フレックス
 *****************************************************************************/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex.jc-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.flex.jc-left {
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
}

.flex.jc-right {
  -ms-flex-pack: right;
  -webkit-justify-content: right;
  justify-content: right;
}

.flex.wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.al-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*****************************************************************************
共通
*****************************************************************************/
.ec-pageHeader-title {
  border-bottom: 3px solid #707070;
  padding: 20px 0;
}

.ec-pageHeader-title h1 {
  text-align: center;
  font-size: 34px;
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px), print {
  .ec-pageHeader-title h1 {
    border-top: none;
  }
}

.ec-pageHeader-title p {
  font-size: 18px;
  margin-top: 10px;
}

@media only screen and (max-width: 767px), print {
  .ec-pageHeader-title p {
    text-align: center;
  }
}

.ec-pageHeader-nav {
  margin-top: 20px;
}

.ec-pageHeader-nav ul {
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-align: left;
}

.ec-pageHeader-nav ul li {
  list-style: none;
  display: inline-block;
  width: calc(100% / 4 - 14px);
  margin-right: 18px;
  margin-bottom: 18px;
}

.ec-pageHeader-nav ul li:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 767px), print {
  .ec-pageHeader-nav ul li {
    margin-bottom: 10px;
    display: block;
    width: 100%;
  }
}

.ec-pageHeader-nav ul li a {
  text-align: center;
  font-size: 12px;
  padding: 12px 0;
  background: #3B4043;
  border-radius: 5px;
  display: block;
  line-height: 1;
}

.ec-pageHeader-nav ul li a span {
  color: #fff;
}

.ec-pageHeader-nav ul li a span i {
  display: block;
  font-size: 14px;
  margin-top: 8px;
}

.ec-pageHeader-nav02 {
  text-align: left;
  margin-top: 20px;
}

.ec-pageHeader-nav02 .ec-pageHeader-nav_title {
  font-size: 24px;
  margin-bottom: 28px;
  margin-top: 30px;
}

.ec-pageHeader-nav02 .ec-pageHeader-nav_title span {
  vertical-align: baseline;
  font-size: 14px;
  margin-left: 20px;
}

.ec-pageHeader-nav02 .ec-pageHeader-nav_txt {
  font-size: 14px;
  color: #FF0000;
  line-height: 2;
  margin-bottom: 30px;
  font-weight: 500;
}

.ec-pageHeader-nav02 ul {
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-align: left;
}

.ec-pageHeader-nav02 ul li {
  list-style: none;
  display: inline-block;
  width: calc(100% / 5 - 15px);
  margin-right: 18px;
  margin-bottom: 18px;
}

.ec-pageHeader-nav02 ul li:nth-child(5n) {
  margin-right: 0;
}

@media only screen and (max-width: 767px), print {
  .ec-pageHeader-nav02 ul li {
    margin-bottom: 10px;
    display: block;
    width: 100%;
  }
}

.ec-pageHeader-nav02 ul li a {
  font-size: 14px;
  padding: 14px 20px;
  background: #3B4043;
  border-radius: 5px;
  display: block;
  line-height: 1;
}

.ec-pageHeader-nav02 ul li a span {
  color: #fff;
}

.ec-pageHeader-nav02 ul li a span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f13a";
  font-size: 14px;
  margin-right: 20px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.ec-pageHeader-content-link {
  max-width: 800px;
  margin: 90px auto;
  text-align: center;
  background: #3B4043;
  border-radius: 10px;
  padding: 35px 0;
}

@media only screen and (max-width: 767px), print {
  .ec-pageHeader-content-link {
    width: 100%;
    padding: 35px;
  }
}

.ec-pageHeader-content-link .content-link__wrap p {
  font-size: 16px;
  color: #fff;
}

.ec-pageHeader-content-link .content-link__wrap .content-link__btn {
  margin-top: 32px;
}

.ec-pageHeader-content-link .content-link__wrap .content-link__btn a {
  display: block;
  max-width: 430px;
  padding: 12px 0;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  color: #3B4043;
  border-radius: 30px;
}

@media only screen and (max-width: 767px), print {
  .ec-pageHeader-content-link .content-link__wrap .content-link__btn a {
    width: 100%;
  }
}

.ec-sub-page-Grid .ec-sub-page-Grid__cell {
  line-height: 2;
  padding-bottom: 100px;
  border-bottom: 3px solid #3B4043;
}

@media only screen and (max-width: 767px), print {
  .ec-sub-page-Grid .ec-sub-page-Grid__cell {
    padding-bottom: 50px;
  }
}

.btn_a {
  margin: 50px 0;
}

.btn_a a, .btn_a button {
  border-radius: 30px;
  display: block;
  background: #3B4043;
  color: #fff !important;
  padding: 12px 0;
  text-align: center;
  font-size: 18px;
  width: 430px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px), print {
  .btn_a a, .btn_a button {
    width: 100%;
  }
}

.btn_b {
  margin: 50px 0;
}

.btn_b a, .btn_b button {
  border-radius: 30px;
  display: block;
  background: #fff;
  color: #3B4043;
  border: 1px solid #3B4043;
  padding: 12px 0;
  text-align: center;
  font-size: 18px;
  width: 430px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px), print {
  .btn_b a, .btn_b button {
    width: 100%;
  }
}

.btn_c {
  margin: 50px 0;
}

.btn_c a, .btn_c button {
  border-radius: 30px;
  display: block;
  background: #fff;
  color: #3B4043;
  border: 1px solid #DE5D50;
  padding: 12px 0;
  text-align: center;
  font-size: 18px;
  width: 430px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px), print {
  .btn_c a, .btn_c button {
    width: 100%;
  }
}

/*
#login .ec-grid2 .ec-grid2__cell button,
#page_product_list .ec-blockBtn--cancel {
  color: #fff !important;
}
*/

/*****************************************************************************
商品一覧絞り込み
*****************************************************************************/
.dropdown-clear {
  padding: 0.5rem;
  font-size: 13px;
  border-width: 0;
  border-radius: 0;
  margin: 20px 20px 0 10px;
  background-color: transparent;
  border-bottom: 2px solid #f8c612;
}

.dropdown-selected-container-item {
  display: inline-block;
}

.dropdown-selected-container-item span {
  display: inline-block;
  font-size: small;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.dropdown-selected-container-item span a {
  display: inline-block;
  padding: 6px 42px 6px 16px;
  position: relative;
  border-radius: 30px;
  margin: 20px 20px 10px 0;
  background-color: #ebebeb;
  font-size: 13px;
}

.dropdown-selected-container-item .dropdown-selected-closebtn {
  position: absolute;
  padding: 0;
  top: 0;
  right: 0;
  background-color: #d2d2d2;
  color: #d2d2d2;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  text-align: center;
}

.dropdown-selected-container-item .dropdown-selected-closebtn::before, .dropdown-selected-container-item .dropdown-selected-closebtn::after {
  position: absolute;
  top: 48%;
  left: 27%;
  width: 15px;
  height: 2px;
  background-color: #333;
  content: "";
}

.dropdown-selected-container-item .dropdown-selected-closebtn::before {
  transform: rotate(45deg);
}

.dropdown-selected-container-item .dropdown-selected-closebtn::after {
  transform: rotate(-45deg);
}

@media only screen and (max-width: 767px), print {
  .dropdown-clear, .dropdown-selected-container-item span {
    margin-bottom: 10px;
  }
}

.filter-dropdown {
  padding: 1rem;
  width: 170px;
  background-color: #EFE8E1;
  color: #48382B;
  border-width: 0;
}

@media only screen and (max-width: 767px), print {
  .filter-dropdown {
    width: 90%;
    margin-bottom: 10px;
  }
}

.filter-dropdown__active {
  background-color: #48382B;
  color: #EFE8E1;
  border-width: 0;
}

.filter-dropdown:disabled {
  background-color: #f8f8f8;
}

.protip-container {
  background-color: white !important;
  border: #ada7a2 solid 1px !important;
  color: #48382B !important;
}

.protip-arrow {
  border-bottom-color: #ada7a2 !important;
}

.dropdown-container ul {
  padding: 0;
  margin-top: 10px;
}

.dropdown-container li {
  list-style: none !important;
  padding: 5px;
}

.dropdown-container li label {
  margin-left: 10px;
  font-weight: normal !important;
}

a#filter-dropdown-anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

@media only screen and (max-width: 767px), print {
  .filter-dropdown-container {
    text-align: center;
  }
  .dropdown-container ul {
    width: 90%;
  }
  .dropdown-selected-container {
    margin-left: 20px;
  }
  .dropdown-clear, .dropdown-selected-container-item span {
    margin-bottom: 10px;
  }
}

/*****************************************************************************
ご利用ガイド
*****************************************************************************/
.guide_col {
  margin-top: 100px;
}

@media only screen and (max-width: 767px), print {
  .guide_col {
    margin-top: 50px;
  }
}

.guide_col .guide_col__title {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 7px solid #3B4043;
  line-height: 1;
}

.guide_col .guide__cell {
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 4rem;
}

.guide_col .guide__cell .guide_col__title2 {
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  border-left: 5px solid #3B4043;
  line-height: 1;
}

.guide_col .guide__cell h3 {
  font-size: 16px;
  font-weight: bold;
}

.guide_col .guide__cell p {
  line-height: 2;
}

.guide_col .guide__cell a {
  text-decoration: underline;
}

.guide_col .guide__cell a:hover {
  text-decoration: none;
}

.guide_col .guide__cell h4 {
  margin-top: 40px;
  font-size: 16px;
  font-weight: bold;
}

.guide_col .guide__cell .guide__tbl {
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 4rem;
}

.guide_col .guide__cell .guide__tbl th, .guide_col .guide__cell .guide__tbl td {
  padding: 10px;
  border: 1px solid #3B4043;
  font-size: 14px;
  background: #fff;
}

.guide_col .guide__cell .guide__tbl tbody th {
  font-weight: normal;
}

.guide_col .guide__cell .guide_col__img {
  background: #707F89;
  line-height: 0;
  text-align: center;
  padding: 30px 0;
  margin: 30px 0;
}

@media only screen and (max-width: 767px), print {
  .guide_col .guide__cell .guide_col__img {
    padding: 20px;
  }
}

.guide_col .guide__cell .guide_col__img img {
  width: auto;
}

.guide_col .guide__cell .guide__cell_box {
  margin-bottom: 40px;
}

.guide_col .guide__cell .guide__cell_box .guide__scroll_cell {
  height: 300px;
  overflow: scroll;
  padding: 20px;
  background: #fff;
  border: 1px solid #999;
}

.guide_col .guide__cell .guide__cell_box .guide__scroll_cell h4 {
  margin: 0;
}

.guide_col .guide__cell .guide__cell_box .guide__scroll_cell .guide_col__txt:last-child {
  margin-bottom: 0;
}

.guide_col .guide__info {
  padding: 20px;
  border: 1px solid #999;
  background: #fff;
  margin: 20px 0;
}

.guide_col .guide_col__txt {
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 4rem;
}

.guide_col .guide_col__txt a {
  text-decoration: underline;
}

.guide_col .guide_col__txt a:hover {
  text-decoration: none;
}

/*****************************************************************************
よくあるご質問
*****************************************************************************/
.faq_col {
  margin-top: 100px;
}

@media only screen and (max-width: 767px), print {
  .faq_col {
    margin-top: 50px;
  }
}

.faq_col .faq_col__title {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 7px solid #3B4043;
  line-height: 1;
}

.faq_col .faq_col__txt {
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 4rem;
}

.faq_col .faq_col__txt:last-child {
  margin-bottom: 0;
}

.faq_col .faq_col__txt a {
  text-decoration: underline;
}

.faq_col .faq_col__txt a:hover {
  text-decoration: none;
}

.faq_col .faq-check {
  display: none;
}

.faq_col .faq-label {
  background: #3B4043;
  color: #fff;
  display: block;
  padding: 10px 40px 10px 10px;
  position: relative;
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 0;
}

.faq_col .faq-label:after {
  background: #3B4043;
  box-sizing: border-box;
  content: '\f067';
  display: block;
  font-family: "Font Awesome 5 Free";
  height: 52px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0px;
}

.faq_col .faq-content {
  border: 1px solid #3B4043;
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}

.faq_col .faq-content a {
  text-decoration: underline;
}

.faq_col .faq-content a:hover {
  text-decoration: none;
}

.faq_col .faq-check:checked + .faq-label:after {
  content: '\f068';
}

.faq_col .faq-check:checked + .faq-label + .faq-content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

.faq_col .faq_col__title2 {
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  border-left: 5px solid #3B4043;
  line-height: 1;
}

.faq_col .faq_col__txt_sub {
  font-size: 16px;
  font-weight: bold;
}

.faq_col .faq_col__tbl {
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 4rem;
}

.faq_col .faq_col__tbl th, .faq_col .faq_col__tbl td {
  padding: 10px;
  border: 1px solid #3B4043;
  font-size: 14px;
}

.faq_col .faq_col__tbl tbody th {
  font-weight: normal;
}

/*****************************************************************************
会社情報
*****************************************************************************/
.company_col {
  margin-top: 100px;
}

@media only screen and (max-width: 767px), print {
  .company_col {
    margin-top: 50px;
  }
}

.company_col .dateil_box {
  border-bottom: 1px solid #707070;
  padding: 30px 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px), print {
  .company_col .dateil_box {
    flex-wrap: nowrap;
    display: block;
  }
}

.company_col .dateil_box:last-child {
  border-bottom: none;
}

.company_col .dateil_box dt {
  width: 30%;
  padding: 6px 0;
  border-right: 1px solid #707070;
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (max-width: 767px), print {
  .company_col .dateil_box dt {
    width: 100%;
    border: none;
    padding: 0;
  }
}

.company_col .dateil_box dd {
  width: 70%;
  padding: 6px 0 6px 30px;
  font-size: 16px;
  line-height: 2;
}

@media only screen and (max-width: 767px), print {
  .company_col .dateil_box dd {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
}

/*****************************************************************************
プライバシーポリシー
*****************************************************************************/
.privacy_col {
  margin-top: 50px;
}

.privacy_col .privacy_col__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}

.privacy_col .privacy_col__intro {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 100px;
}

.privacy_col .privacy_col__txt {
  margin-top: 20px;
  font-size: 16px;
}

.privacy_col .privacy_col__txt a {
  text-decoration: underline;
  font-weight: bold;
}

.privacy_col .privacy_col__txt a:hover {
  text-decoration: none;
}

.privacy_col .contact_btn {
  margin-top: 50px;
}

.privacy_col .contact_btn a {
  border-radius: 30px;
  display: block;
  background: #3B4043;
  color: #fff !important;
  padding: 12px 0;
  text-align: center;
  font-size: 18px;
  width: 430px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px), print {
  .privacy_col .contact_btn a {
    width: 100%;
  }
}

/*****************************************************************************
特定商取引法に基づく表記
*****************************************************************************/
.compliance_col {
  margin-top: 100px;
}

@media only screen and (max-width: 767px), print {
  .compliance_col {
    margin-top: 50px;
  }
}

.compliance_col .dateil_box {
  border-bottom: 1px solid #707070;
  padding: 30px 0;
  margin-bottom: 0;
  display: table;
  width: 100%;
}

@media only screen and (max-width: 767px), print {
  .compliance_col .dateil_box {
    display: block;
  }
}

.compliance_col .dateil_box:last-child {
  border-bottom: none;
}

.compliance_col .dateil_box dt {
  width: 30%;
  padding: 6px 0;
  border-right: 1px solid #707070;
  font-size: 18px;
  font-weight: 500;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 767px), print {
  .compliance_col .dateil_box dt {
    width: 100%;
    display: block;
    border: none;
    padding: 0;
  }
}

.compliance_col .dateil_box dd {
  width: 70%;
  padding: 6px 0 6px 30px;
  font-size: 16px;
  line-height: 2;
  display: table-cell;
}

@media only screen and (max-width: 767px), print {
  .compliance_col .dateil_box dd {
    width: 100%;
    display: block;
    padding: 0;
    margin-top: 15px;
  }
}

/*****************************************************************************
規約
*****************************************************************************/
.kiyaku_col {
  margin-top: 50px;
}

.kiyaku_col .kiyaku_col__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}

.kiyaku_col .kiyaku_col__intro {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 100px;
}

.kiyaku_col .kiyaku_col__txt {
  margin-top: 20px;
  font-size: 16px;
}

.kiyaku_col .kiyaku_col__txt a {
  text-decoration: underline;
  font-weight: bold;
}

.kiyaku_col .kiyaku_col__txt a:hover {
  text-decoration: none;
}

.kiyaku_col .kiyaku_col__txt_right {
  text-align: right;
}

.kiyaku_col .kiyaku_col__ol {
  width: auto;
  margin: .3em 0 0 10px;
  counter-reset: number;
  padding-left: 0;
}

.kiyaku_col .kiyaku_col__ol li {
  line-height: 1.4;
  margin: 0 0 3px 1em;
  list-style: decimal;
}

.kiyaku_col .kiyaku_col__ol li ol li {
  line-height: 2;
  position: relative;
  margin: 0 0 3px .5em;
  list-style: none;
}

.kiyaku_col .kiyaku_col__ol li ol li:before {
  counter-increment: number 1;
  position: absolute;
  top: 0;
  left: -1.7em;
  content: "(" counter(number) ")";
}

/*****************************************************************************
販売店舗一覧
*****************************************************************************/
.shop_list_col {
  margin-top: 100px;
}

@media only screen and (max-width: 767px), print {
  .shop_list_col {
    margin-top: 50px;
  }
}

.shop_list_col .faq_col__head {
  background: #3B4043;
  padding: 12px 20px;
  align-items: center;
}

.shop_list_col .faq_col__head .faq_col__title {
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.shop_list_col .faq_col__head .faq_col__nav {
  margin: 0;
  padding: 0;
  font-size: 0;
  margin-left: auto;
}

.shop_list_col .faq_col__head .faq_col__nav li {
  display: inline-block;
  margin-right: 30px;
}

.shop_list_col .faq_col__head .faq_col__nav li a {
  display: block;
  font-size: 14px;
  color: #fff !important;
}

.shop_list_col .faq_col__head .faq_col__nav li a i {
  padding-right: 10px;
}

.shop_list_col .faq_col__sub_title {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  border-bottom: 7px solid #3B4043;
  line-height: 1;
  margin-top: 50px;
}

.shop_list_col .shop__tbl {
  width: 100%;
  box-sizing: border-box;
}

.shop_list_col .shop__tbl tr {
  border-bottom: 1px solid #707070;
  font-size: 14px;
}

.shop_list_col .shop__tbl tr th.shop__name {
  font-weight: 500;
  width: 30rem;
}

@media only screen and (max-width: 767px), print {
  .shop_list_col .shop__tbl tr th.shop__name {
    display: block;
    width: 100%;
    margin: 30px 0 15px 0;
  }
}

.shop_list_col .shop__tbl tr th.shop__name span {
  border-left: 6px solid #3B4043;
  padding: 5px 10px;
}

.shop_list_col .shop__tbl tr td {
  padding: 30px 15px;
}

@media only screen and (max-width: 767px), print {
  .shop_list_col .shop__tbl tr td {
    display: block;
    padding: 0;
  }
}

.shop_list_col .shop__tbl tr td.shop__floor {
  text-align: left;
}

@media only screen and (max-width: 767px), print {
  .shop_list_col .shop__tbl tr td.shop__floor {
    margin-bottom: 15px;
  }
}

.shop_list_col .shop__tbl tr td.shop__floor span {
  display: inline-block;
  background: #707F89;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  white-space: nowrap;
  border-radius: 5px;
  font-size: 12px;
}

@media only screen and (max-width: 767px), print {
  .shop_list_col .shop__tbl tr td.shop__acess {
    margin-bottom: 15px;
  }
}

.shop_list_col .shop__tbl tr td.shop__tel {
  white-space: nowrap;
  text-align: right;
}

@media only screen and (max-width: 767px), print {
  .shop_list_col .shop__tbl tr td.shop__tel {
    text-align: left;
    margin-bottom: 30px;
  }
}

.shop_list_col .shop__link__btn {
  margin-top: 30px;
}

.shop_list_col .shop__link__btn a {
  text-align: center;
  font-size: 18px;
  width: 430px;
  margin: 0 auto;
  display: block;
  padding: 10px 0;
  border-radius: 30px;
  background: #CDD6DD;
}

@media only screen and (max-width: 767px), print {
  .shop_list_col .shop__link__btn a {
    width: 100%;
  }
}

/*****************************************************************************
特集一覧
*****************************************************************************/
.feature_lists {
  margin-top: 100px;
}

@media only screen and (max-width: 767px), print {
  .feature_lists {
    margin-top: 50px;
  }
}

.feature_lists .feature_box {
  width: calc(100% / 4 - 38px);
  margin: 0 50px 50px 0;
  position: relative;
}

@media only screen and (max-width: 767px), print {
  .feature_lists .feature_box {
    width: calc(100% / 2 - 10px);
    margin: 0 20px 20px 0;
  }
  .feature_lists .feature_box:nth-child(2n) {
    margin-right: 0;
  }
}

.feature_lists .feature_box:nth-child(4n) {
  margin-right: 0;
}

.feature_lists .feature_box .feature_img {
  line-height: 0;
}

.feature_lists .feature_box .feature_img img {
  width: 100%;
  height: auto;
}

.feature_lists .feature_box .feature_meta h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-top: 5px;
  line-height: 2;
}

.feature_lists .feature_box .feature_meta p {
  font-size: 14px;
  line-height: 2;
}

.feature_lists .feature_box a {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
}

.feature_lists .feature_box a:hover {
  opacity: 0.3;
  zoom: 1;
  background: #fff;
}

/*****************************************************************************
404ページ
*****************************************************************************/
#error_page {
  text-align: center;
  margin: 50px auto;
}

#error_page .ec-pageHeader {
  margin: 50px 0;
}

#error_page .ec-grid2 {
  justify-content: center;
}

#error_page p {
  font-weight: normal;
}

#error_page h1.error_page__ttl {
  font-size: 52px;
  font-weight: bold;
  letter-spacing: 0.035em;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px), print {
  #error_page h1.error_page__ttl {
    font-size: 34px;
  }
}

#error_page h2.error_page__txt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 72px;
}

@media only screen and (max-width: 767px), print {
  #error_page h2.error_page__txt {
    margin-bottom: 20px;
  }
}

#error_page p {
  font-size: 18px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px), print {
  #error_page p {
    text-align: left;
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.ec-rectHeading h1,
.ec-rectHeading h2,
.ec-rectHeading h3,
.ec-rectHeading h4,
.ec-rectHeading h5,
.ec-rectHeading h6 {
background: #fff;
color: #484745;
border: 1px solid #484745;
}


@media only screen and (max-width: 767px) {
.ec-headerRole {
width: calc(100% - 130px);
}
.ec-headerTitle img {
width: 100%;
max-width: 120px;
}
.ec-headerNaviRole__right {
width: 130px;
}
.ec-headerNaviRole__right .ec-headerNaviRole__nav {
width: 85px;
}
.ec-headerNav .ec-headerNav__itemIcon {
margin-left: 0;
width: 37px;
margin-right: 0;
position: relative;
background-position: center;
}
.ec-headerNaviRole__right .ec-headerRole__cart {
width: 37px;
}
}
.band_banner {
font-size: 14px;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select {
color: #484745;
background: #eeeff1;
border-radius: 20px 0 0 20px;
padding: 0 0 0 20px;
}
.ec-pageHeader-nav ul li a {
background: #fff;
}
.ec-pageHeader-nav ul li a span {
color: #484745;
}

.faq_col .faq-label {
color: #3B4043;
background: #fff;
}
.faq_col .faq-label:after {
background: #fff;
}
.ec-drawerRole {
background: #f8f8f8;
}
.ec-drawerRole .ec-headerLinkArea {
background: #f8f8f8;
}
.breadcrumb {
padding: 8px 20px !important;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
color: #525263;
}
@media only screen and (max-width: 767px) {
.ec-categoryNavi_sp > ul > li {
z-index: 0;
}
}
.ec-headerSearch .ec-headerSearch__category .ec-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 767px) {
.ec-categoryNavi_sp > ul > li {
z-index: 1;
}

}
.ec-drawerRole .ec-headerSearch {
display: none;
}
/*変更しない*/
@media only screen and (max-width: 768px) {
.have_curtain .ec-overlayRole {
z-index: 2;
}
}
.ec-cartRole .ec-cartRole__progress {
z-index: 0;
}
#login .ec-secHeading__ja {
display: block;
}
#login .ec-pageHeader .ec-secHeading__en {

}
#login .ec-secHeading__content {
margin-top: 30px;
display: block;
}
@media only screen and (max-width: 767px) {
#login .ec-secHeading__ja {
font-size: 24px;
text-align: center;
margin-top: 20px;
display: block;
}
#login .ec-secHeading__en {
display: block;
text-align: center;
}
#login .ec-secHeading__content {
margin-top: 30px;
line-height: 1.4;
}
}

/*****************************************************************************
2021.07.14追記
*****************************************************************************/
.ec-cartRow__delColumn a {
    padding:5px;
    background: #de5d50;
    border: 1px solid #de5d50;
    border-radius: 50%;
}

.ec-cartRow__delColumn a svg.cross-svg {
    width:12px;
    fill:#fff;
    fill-rule:evenodd;
}

.ec-cartRow__delColumn a:hover {
    background: #fff;
}

.ec-cartRow__delColumn a:hover svg.cross-svg {
    fill:#de5d50;
}

/*****************************************************************************
2021.07.15追記
*****************************************************************************/
.ec-modal .ec-modal-wrap .ec-modal-box a.ec-inlineBtn--cancel {
border-radius: 5px;
display: inline;
}
@media only screen and (max-width: 767px) {
.ec-modal .ec-modal-wrap .ec-modal-box a.ec-inlineBtn--cancel {
display: block;
margin-bottom: 10px;
}
}
.ec-cartRow__delColumn a {
padding: 4px;
}