@charset "euc-jp";

body {
  background-color: #FFFFFF;
  background-image: url(https://img.shop-pro.jp/tmpl_img/81/bgimage.png);
  color: #333;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #333;
}
a:hover {
  color: #ccc;
  text-decoration: none;
}

.btn {
  border-radius: 0;
}

ul, ol, form, p {
  margin: 0;
}

/*
 * layout
 */
.container {
  width: 1300px;
  margin: 0 auto;
}

.cal__foot{
    margin:  0 auto; 
    margin-bottom: 20px;
    max-width: 260px;
    width: 100%;
    font-size: 84.615%;
    text-align: center!important;
}

.cal__foot td {
    padding: .5em 0;
    width: 14.2%;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.tbl_calendar td{
  text-align: center!important;
}

/* 自作分 */

.p-header{
    position: sticky;
    top: 0;
    max-width: 100%;
    z-index: 999;
}

.p-header ul {
    list-style-type: none;
}

.p-layout-container {
  width:1300px;
  margin:0 auto;
  padding:0;
  padding-left: 30px;
  padding-right: 30px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
}

.p-global-header {
  width:100%;
  align-items:center;
  font-size:14px;
  font-weight:bold;
  position:relative;
  padding:36px 0 26px;
  background:#fff;
}

.is-top .p-global-header {
  padding: 36px 0 26px;
}

.is-top .p-global-header .p-global-header__logo {
  display: block;
}

.is-top .p-global-header .p-global-header__home {
  display: none;
}

.isnot-top .p-global-header {
  padding: 20px 0;
}

.isnot-top .p-global-header .p-global-header__logo {
  display: none;
}

.isnot-top .p-global-header .p-global-header__home {
  display: inline-block;
}

.p-global-header a {
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
  flex-shrink:0;
}

.p-global-header a:hover {
  opacity: .66;
}

.p-global-header a:active {
  opacity: 1;
}

.p-global-header__logo {
  order:1;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-right: ;
  text-align: left;
  max-width: 250px;
    height: auto;
    justify-content:flex-start;
}

.p-global-header__logo img{
  width:250px;
  height:auto;
}

.p-global-header__home {
  display: none;
}

.p-global-header__cart {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.p-global-header__cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 16px;
  height: 16px;
  padding: 0 ;
  background: #e60023;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-global-header__icon {
  width: 25px;
  max-height: 26px;
  display: block;
  margin: 0 auto;
  margin-bottom: 6px;
}

.p-global-nav {
  order:3;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-end;
  margin-left: 40px;
  min-width:0;
  color: #333;
}

.p-global-nav > *:last-child{
  margin-right:0;
}
/* アカウント */
.l-header-account-list__link {
  box-sizing: border-box;
  padding: 0;
  width: 70px;
  height: 70px;
  border: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.l-header-account img{
  width: 24px;
  display: block;
  margin: 0 auto;
  margin-bottom: 6px;
}
/********** 検索**********/

.l-header-search__contents {
  display: none;
}
.l-header-search__box {
  box-sizing: border-box;
  display: flex;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  padding: 15px 0 20px 25px;
  width: 1000px;
  background: #fafafa;
}

.l-header-search__form {
  position: relative;
  flex: 1;
  margin: 0;
}
.l-header-search__btn {
  box-sizing: border-box;
  padding: 0;
  width: 70px;
  height: 70px;
  border: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.l-header-search__btn img {
  width: 24px;
  display: block;
  margin: 0 auto;
  margin-bottom: 6px;
}
.l-header-search__btn.is-on {
  background: #fafafa;
}
.l-header-search__input {
  flex: 1;
  border-bottom: 1px solid #7d7d7d;
}
.l-header-search__input input {
  box-sizing: border-box;
  padding-right: 60px;
  width: 100%;
  height: 40px;
  border: none;
  background: transparent;
}
.l-header-search__submit {
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0;
  width: 50px;
  height: 40px;
  border: 0;
  background: none;
}
.l-header-search__submit img {
  width: 18px;
}
.l-header-search__close {
  box-sizing: border-box;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 45px;
  border: 0;
  background: transparent;
}
.l-header-search__close span {
  position: absolute;
  content: "";
  left: 13px;
  width: 20px;
  height: 1px;
  background: #858585;
}
.l-header-search__close span:nth-child(1) {
  top: 0px;
  transform: translateY(20px) rotate(-45deg);
}
.l-header-search__close span:nth-child(2) {
  top: 40px;
  transform: translateY(-20px) rotate(45deg);
}
/* サーチ */
.l-header-search{
  order:1;
}

/* マイアカウント */
.l-header-account{
  order:2;
}

/* カート */
.l-header-cart{
  order:3;
  box-sizing: border-box;
  padding: 0;
  width: 70px;
  height: 70px;
  border: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  border: 1px solid #ccc;
}

.l-header-search__btn,
.l-header-account-list__link,
.p-global-header__cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.nav-label {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.p-global-nav__link_shop{
  order:2;
  display:flex;
  gap:20px;
  flex-shrink:0;
  justify-content:center;
}

.p-global-nav__link_shop img{
  height:50px;
  width:auto;
  display:block;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
}

.header-left,
.header-center,
.header-right{
  flex:1;
}

.p-sub-header {
  width:100%;
  display: inherit;
  padding: 15px 0;
  background: #007bbb;
}

.p-sub-header a {
  transition: opacity .2s;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

.p-sub-header a:hover {
  opacity: .66;
}

.p-sub-header a:active {
  opacity: 1;
}

.p-sub-header__icon {
  width: 22px;
  height: 22px;
  vertical-align: -.4em;
  margin-right:20px;
  fill: currentColor;
}

.p-sub-header__content-nav {
  margin: 0;
  margin-left: 20px;
}

.p-sub-header__content-nav li {
  line-height: 22px;
  display: inline-block;
  margin-right: 20px;
  letter-spacing: 1px;
}

.p-sub-header__social-nav {
  float: right;
  margin: 0;
  padding: 0;
}

.p-sub-header__social-nav li {
  display: inline-block;
  vertical-align: bottom;
}

.p-sub-header-gnavi__unit {
  position: relative;
  list-style: none;
}

.p-sub-header-gnavi__link {
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  gap: 6px;
  text-decoration: none;
}

.mega-navi {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 400px;
  background: #fff;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
}

.p-sub-header-gnavi__unit:hover .mega-navi {
  display: block;
}

.mega-navi__inner {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}

.mega-navi__unit {
  margin: 0;
}

.mega-navi .menu-list__text {
  color: #000;
  padding-left:10px;
}

.mega-navi .fa {
  color: #333;
  display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
  padding-right:10px;
    transform: translate(0, 0);
}

.mega-navi .menu-list__icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 10%;
}

.menu-list__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  padding: 10px 15px;

  text-decoration: none;
  white-space: nowrap;
}

.menu-list__link:hover {
  background: #f5f5f5;
}

.p-fixed-header {
  position: absolute;
  z-index: 1000;
  top: 0;
  width: 100%;
  transition: transform .2s;
  transform: translateY(0%);
}

.p-fixed-header.is-fixed {
  position: fixed;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.p-fixed-header.is-hidden {
  transform: translateY(-100%);
}

.p-fixed-header.is-top {
  position: absolute;
  box-shadow: none;
}

/* 送料表 */
.tbl_postage {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-spacing: 0;
    font-weight: 400;
  text-indent: initial;
    unicode-bidi: isolate;
}
.tbl_postage tr {
    display: table-row!important;
    vertical-align: inherit!important;
    unicode-bidi: isolate;
    border-color: inherit;
}
.tbl_postage th {
    background: #f4f4f4;
    display: table-cell!important;
    vertical-align: inherit!important;
    text-align: center!important;
    unicode-bidi: isolate!important;
}
.tbl_postage td, .tbl_postage th {
    font-weight: 500;
    line-height: 1.3!important;
    letter-spacing: .08em!important;
    border: 1px solid #ddd!important;
    padding: 8px 14px!important;
}
.tbl_postage td {
    display: table-cell!important;
    vertical-align: inherit!important;
    unicode-bidi: isolate!important;
}
.tbl_postage td.price {
    width: 10%!important;
    text-align: center!important;
}

/* 送料表 */

/* header */
/*
.promo__seciton {
  background-color: #0099FF;
  width: 100%;
  min-height: 49px;
}

.promo {
  background: #0099FF;
}

.promo__text {
  color: #fff;
  text-align: center;
  padding: 14px 0;
  letter-spacing: 1px;
  font-weight: bold;
  background: #0099FF;
}

.header__section {
  text-align: center;
  margin-bottom: 60px;
}

.header-search {
  position: relative;
  float: left;
  margin-top: 20px;
  width: 310px;
}
.header-search i {
  position: absolute;
  top: 16px;
  left: 15px;
}

.header-search__box {
  min-width: 240px;
  padding: 15px 11px 17px 51px;
  background: none;
  border: none;
  border-radius: 3px;
  color: #333;
}
.header-search__box:focus {
  padding: 14px 10px 16px 50px;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.header-tools {
  float: right;
  margin: 25px 0 0;
  width: 465px;
  text-align: right;
}

.header-tools__unit {
  display: inline;
  margin-left: 45px;
  line-height: 1.4;
}

.header-tools__unit-cart {
  margin-left: 21px;
}

.header-tools__btn {
  position: relative;
  padding: 7px 15px 7px 34px;
  font-size: 12px;
}
.header-tools__btn i {
  position: absolute;
  top: 9px;
  left: 6px;
  font-size: 14px;
}

.header-tools__count {
  padding: 0 2px;
  font-size: 14px;
}

.header__logo-img {
  margin: 40px 0;
}

.header__logo {
  margin: 70px 0;
}

.header-gnavi {
  list-style-type: none;
  position: relative;
}

.header-gnavi__unit {
  display: inline;
}

.header-gnavi__link {
  padding: 15px 30px;
}

.header-gnavi__link--menu {
  position: relative;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 14px 29px 15px;
  background: #fff;
  z-index: 55;
}

.mega-navi {
  display: none;
  list-style-type: none;
  border: 1px solid #ddd;
  width: 1220px;
  position: absolute;
  top: 32px;
  left: 0;
  padding: 39px;
  background: #fff;
  z-index: 50;
  text-align: left;
}

.mega-navi__unit {
  padding: 10px;
  text-align: left;
  width: 31%;
  display: inline-block;
  vertical-align: top;
}

.mega-navi__link {
  display: block;
  width: 100%;
}
*/

/* slider */
#slider div {
  width: 1300px !important;
}

.slider {
  margin: 0 auto 60px;
  width: 1300px;
}
.slider .bx-wrapper {
  z-index: 0;
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
.slider .bx-wrapper .bx-caption {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
}
.slider .bx-wrapper .bx-caption span {
  font-size: 18px;
  padding: 30px;
}
.slider .bx-wrapper .bx-pager {
  padding-top: 20px !important;
  bottom: -30px !important;
}

/* main */
.main__section {
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
  padding: 60px 0;
  overflow: hidden;
}

.main__section--product {
  padding: 20px 0 60px;
}

/* sidebar */
.sidebar__section {
  display: block;
  float: left;
  box-sizing: border-box;
  width: 270px;
  margin-right: 60px;
  padding-right: 1%;
    padding-left: 2%;
    min-height: 1px;
    word-break: break-all;
}

.menu__section {
  margin-bottom: 60px;
}

.more-prd span {
  cursor: pointer;
}

/* breadcrumb.sort */
.breadcrumb__section {
  padding-bottom: 60px;
}

.breadcrumb-list__unit {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.sort__section {
  position: absolute;
  top: 0;
  right: 0;
}

.sort--sub-layer {
  min-width: 200px;
  width: 100%;
}

/* contents */
.contents__section {
  float: right;
  width: 970px;
}

.info__section, .recommend__section, .new-item__section, .seller__section, .together__section, .product-list__section, .free-space__section, .product__image, .delivery__section, .payment__section, .cancel__section {
  margin-bottom: 60px;
}

.product-list__section {
  position: relative;
}

.product-list__prices {
  font-size: 17px;
}

.free-space__section {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.recommend-list, .new-item-list, .seller-list, .together-list {
  margin-top: 40px;
}

.sub-list {
  padding-bottom: 60px;
  font-size: 0;
}

.sub-list__unit {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 20px;
  width: 32.3%;
  font-size: 14px;
}

.sub-list__img {
  padding-bottom: 10px;
}

.sub-list__link {
  display: block;
}

.sub-list__name {
  display: block;
}

.product-list__freespace-top {
  padding-bottom: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product-list__freespace-bottom {
  padding-top: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

/* information */
.info {
  margin-top: 40px;
}

.info-list {
  list-style-type: none;
}

.info-list__unit {
  padding-bottom: 30px;
  display: flex;
  padding: 10px 0;
}

.info-list__date {
  display: block;
  padding-bottom: 10px;
  padding-right: 1.5em;
}

/* history */
.history__section {
  clear: both;
  border-top: 1px solid #ddd;
  padding-top: 60px;
}

/* footer */
#footer_navi {
    margin:  0 auto;
    overflow: hidden;
    line-height: 16px;
  display:flex;
  justify-content: center;
}

#footer_navi dl {
	float: left;
	width: 212px;
	margin-left: 50px;
}

#footer_navi dl:first-child {
	width: 450px;
	margin-left: 0;
}

#footer_navi dt {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 134%;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

#footer_navi dd {
	float: left;
	margin-top: 1em;
	width: 100%;
}

#footer_navi dl:first-child dd {
	width: 50%;
}

#footer_navi dd a {
    display: block;
}
/******************************
****  ご利用ガイド ****
******************************/

#guidewrap {
  position: relative;
  width: 100%;
  padding: 50px 0 20px;
  /* background-color: #f3f3f3; */
}

#guide #shop_info table{
  position: relative;
  width: 100%;
}

#guide #shop_info table tr td{
  width: 24.5%;
  padding-right: 10px;
  padding-left: 10px;
  text-align:left;
  vertical-align: top;
  color: #3c3c3c;
}

#guide #shop_info h2{
  font-size: 14px;
  font-weight: normal;
  color: #3c3c3c;
  background-color: #eaeaea;
  font-family: 'Oswald', 'Lato', "Noto Sans JP",'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  text-align: center;
  padding: 5px 5px 7px 5px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

#guide #shop_info tr td:not(:last-child) a{
  display: block;
  text-align: right;
  text-decoration: underline;
}

#guide #shop_info tr td:last-child a{
  text-decoration: underline;
}


#name_shop{
  margin-left:12px;
  margin-bottom:25px;
}

.delivery{
  display:flex;
  justify-content:space-between;
  padding: 20px;
  margin-right: 20px;
}

.footer__section {
 background: #fff;
    padding: 0 20px;
    position: relative;
}
.section-title-h2 {
    margin: 0 0 20px;
    padding: 15px 0;
    font-size: 1.3em;
    color: #696969;
    border-bottom: 1px solid #6e5d4b;
    font-weight: normal;
}
.notice-heading {
padding: 10px 0 10px 20px;
    color: #fff;
    font-size: 16px;
    background: #7fbfff;
    line-height: unset !important;
    font-weight: bold;
}

.guide__col {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}

.guide__col--one-third {
  width: 410px;
}

.guide__col--half {
  width: 625px;
}

.guide__h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

.guide__list {
  margin: 0;
}

.guide__name {
  padding-bottom: 15px;
}

.guide__other {
  margin: 0;
  padding-bottom: 30px;
  color: #666;
}

.footer__navi {
  margin-bottom: 40px;
}

.shop-owner {
  overflow: hidden;
}

.shop-owner__img {
  float: left;
  width: 200px;
  margin-right: 20px;
}

.shop-owner__info {
  float: left;
  width: 290px;
}

.shop-owner__name {
  margin-bottom: 16px;
  font-weight: bold;
}

.shop-owner__memo {
  line-height: 1.8;
}

.sns-list {
  list-style-type: none;
  padding-bottom: 60px;
}

.sns-list__unit {
  display: table-cell;
  padding-right: 5px;
}

.sns-list__unit svg {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  fill: currentColor;
}

.footer-nav-list {
    text-align: center;
    margin-left: 0;
    list-style: none;
}

.footer-navi__col {
  list-style-type: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-lg-2 {
  width: 100%;
}
.footer_nav_list_link{
  float: left;
}

.pagetop__btn {
  display: block;
  padding: 18px 0;
  width: 100%;
  max-width: 50px;
  float: right;
}

/* copyright */
.copyright__section {
  padding: 20px 0;
  font-size: 10px;
}

.copyright {
  margin: 0 0 10px;
}

.copyright__img {
  width: 200px;
  height: 18px;
  margin: 0 0 5px 5px;
}

/* menu-list */
.menu-list {
  margin: 10px 0 0;
  list-style-type: none;
}

.menu-list--more-prd {
  margin: 10px 0 20px;
}

.category-list__unit {
  position: relative;
}

/* calender */
.cal {
  margin: 20px 0 60px;
  text-align: center;
}

.tbl_calendar {
  margin-bottom: 20px;
  width: 100%;
}
.tbl_calendar caption {
  text-align: center;
  padding: 6px 0;
}
.tbl_calendar th {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}
.tbl_calendar td {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}

/* qrcode */
.qrcode {
  margin: 20px 0 60px;
  text-align: center;
}

/* product-list */
.product-list {
  list-style-type: none;
  font-size: 0;
}

.product-list__unit {
  display: inline-block;
  font-size: 14px;
  margin: 0 10px 40px;
  vertical-align: top;
  position: relative;
  text-align: center;
}

.product-list__unit-sm {
  width: 110px;
}

.product-list__unit-md {
  width: 141px;
}

.product-list__unit-lg {
  width: 303px;
}

.product-list__unit--sidebar {
  display: block;
  margin: 0 0 20px;
}

.product-list__image:hover {
  opacity: 0.8;
}

.product-list__image--sm {
  max-width: 110px;
}

.product-list__text {
  display: block;
}

.product-list__name {
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
}

.product-list__name--sidebar {
  margin-top: 0;
  margin-left: 10px;
}

.product-list__expl {
  margin-top: 20px;
  text-align: left;
}

.product-list__prices {
  margin-top: 10px;
  text-align: left;
}

.product-list__prices--sidebar {
  margin-left: 10px;
}

.product-list__price-regular {
  text-decoration: line-through;
}

.product-list__price-soldout {
  color: #ff0000;
}

.product-list__discount-rate {
  color: #ff0000;
}

.rank-box {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 5;
}

.rank-box--sidebar {
  top: 10px;
}

.rank-number {
  padding: 8px 0 0;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 32px;
  display: block;
  text-align: center;
}

.rank-number--sidebar {
  padding: 4px 0 0;
  width: 22px;
  height: 18px;
}

.rank-number-color--1 {
  background: #ffea22;
}

.rank-number-color--2 {
  background: #cbcbcb;
}

.rank-number-color--3 {
  background: #d9a300;
}

/* pagenation */
.pagenation {
  position: relative;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.pagenation .disabled {
  color: #ccc;
}

.pagenation-prev {
  position: absolute;
  left: 0;
}

.pagenation-pos {
  line-height: 0.8;
}
.pagenation-pos__number {
  margin: 0 5px;
  font-size: 22px;
}

.pagenation-next {
  position: absolute;
  right: 0;
}

/* product */
.product__section {
  margin-bottom: 120px;
}
.product__section h2 {
  border-bottom: none;
  font-size: 22px;
}

.product__explain {
  padding-top: 60px;
  line-height: 1.8;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product__model {
  color: #666;
}

.product__image-main {
  text-align: center;
}

.product__image-thumb ul li {
  cursor: pointer;
  margin-bottom: 25px;
  padding: 0 10px;
}

.image__thumb {
  padding: 2px;
  border: 2px solid #fff;
}

.image__thumb--active {
  border: 2px solid #ddd;
}

.product__guide {
  padding: 0 0 60px;
}

.product__price-part {
  font-size: 22px;
  padding-bottom: 5px;
}

.product__price-regular {
  padding-bottom: 5px;
}

.product__price-establish {
  padding-bottom: 5px;
  color: #666;
}

.product__discount {
  color: #ff0000;
}

.product__stock-str {
  padding-top: 30px;
  font-size: 22px;
}

.product__related-list__link {
  display: block;
  padding: 5px 0;
}
.product__related-list__link span {
  padding-left: 15px;
}

.product__order {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 40px 0 60px;
}

.option-list__name, .init-list__name, .text-titles-list__name {
  padding-bottom: 10px;
  font-weight: normal;
}

.option-list__detail, .init-list__detail, .text-titles-list__detail {
  margin: 0;
}

.option-list__select {
  height: 50px;
  border: 2px solid #ddd;
}

.text-titles-list__detail-text {
  height: 50px;
  border: 2px solid #ddd;
}

.init-list__detail-num {
  width: 200px;
  height: 38px;
  border: 2px solid #ddd;
  display: inline-block;
}

.init-list__detail-updw {
  margin: 0;
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.init-list__detail-unit {
  padding-left: 10px;
}

.order-btn-list {
  margin: 0;
  padding-top: 30px;
}

.stock_error {
  text-align: center;
  color: #cf0400;
}

.option-table {
  margin: 40px 0;
}
.option-table table {
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.option-table table th, .option-table table td {
  padding: 11px 7px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.option-table table th {
  text-align: center;
}
.option-table table td {
  vertical-align: top;
  text-align: center;
}

.related-list {
  text-align: right;
  padding-right: 15px;
}

.related-list__unit {
  display: inline-block;
}

/* option detail */
.option-detail__section {
  padding: 20px;
  text-align: center;
}

.option-detail__table th {
  text-align: center;
}
.option-detail__table td {
  text-align: center;
}

.option-detail__price--regular {
  text-decoration: line-through;
}

.option-detail__discount {
  color: #ff0000;
}

/* privacy.shopkeeper */
.shop-info__lead {
  margin: 40px 0 20px;
  line-height: 1.8;
}

.shop-info-list__title {
  padding: 20px 0 5px;
}
.shop-info-list__title:first-child {
  padding: 0 0 5px;
}

.shop-info-list__note {
  margin: 0;
  line-height: 1.8;
}

/*
 * Module
 */
.section__title-h2 {
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 3px solid #ddd;
  font-size: 16px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.btn-primary {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}
.btn-primary:hover {
  background: #666;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-secondary {
  background: #48A3FF;
  border: 1px solid #48A3FF;
  color: #fff;
}
.btn-secondary:hover {
  background: #48A3FF;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-tertiary {
  background: #cf0400;
  border: 1px solid #cf0400;
  color: #fff;
}
.btn-tertiary:hover {
  background: #cf0400;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn__addcart, .btn__quick, .btn__soldout {
  padding: 20px 0 22px 0;
}
.btn__addcart i, .btn__quick i, .btn__soldout i {
  margin-right: 10px;
}
.btn__addcart span, .btn__quick span, .btn__soldout span {
  vertical-align: middle;
}

.btn__soldout.disabled,
.btn__soldout[disabled] {
  background-color: #cf0400;
  color: #fff;
}

.txt--sm {
  font-size: 10px;
}

.txt--md {
  font-size: 12px;
}

.txt--lg {
  font-size: 16px;
}

.txt--c {
  text-align: center;
}

.txt--r {
  text-align: right;
}

.txt--red {
  color: #ff0000;
}

.txt--gray {
  color: #999;
}

.border--none {
  border: none;
}

.mar-t--20 {
  margin-top: 20px;
}

.mar-b--20 {
  margin-bottom: 20px;
}

.mar-b--60 {
  margin-bottom: 60px;
}

.width--110 {
  width: 110px;
}

.width--160 {
  width: 160px;
}

.hide {
  display: none;
}

/* textarea input */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}

.flow_design03 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.flow_design03 ul {
  padding: 0;
}

.flow_design03 li {
  list-style-type: none;
}

.flow_design03 dd {
  margin-left: 0;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow03 > li {
  position: relative;
}

.flow03 > li:not(:last-child) {
  margin-bottom: 60px;
}

.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #8EB83C;
  display: inline-block;
  margin-right: 0.3em;
}

.flow03 > li dl {
  padding-left: 70px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #8EB83C;
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #8EB83C;
  margin-bottom: 0.5em;
  min-height: 58px !important;
  display: flex !important;
  align-items: ;
  line-height: 1.4;
}

.flow03 > li dl dd {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif !important;
}

.flow03 > li .icon03 {
  flex-shrink: 0;
}

.box7{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #474747;
    background: #fafafa;/*背景色*/
    border-left: double 7px #4ec4d3;/*左線*/
    border-right: double 7px #4ec4d3;/*右線*/
}
.box7 p {
    font-family: "Noto Sans JP", "Noto Sans", sans-serif !important;
    margin: 0; 
    padding: 0;
}

.car-wrap{
    margin:30px 0;
    font-family:"Noto Sans JP",sans-serif;
}

.car-title{
    padding: 10px 15px;
  color: #333333;
  background: #ffffff;
  border: 2px solid #2589d0;
  box-shadow: 5px 5px 0 #2589d066;
    font-size:1.3rem;
    font-weight:700;
    line-height: 1.5;
}

.car-list{
    display:flex;
    border:1px solid #2589d0;
    border-top:none;
}

.car-card{
    flex:1;
  border:1px solid #2589d0;
}

.car-card first-child{
    border-right:1px solid #2589d0;
}

.car-maker{
    background:#fafafa;
    text-align:center;
    font-weight:700;
    padding:8px;
    border-bottom:1px solid #2589d0;
}

.car-card ul{
    margin:0;
    padding:10px 15px;
    text-align:center;
    list-style:none;
}

.car-card li{
    padding:4px 0;
    font-size:14px;
    line-height:1.5;
}

.car-card li::before{
    content:・;
    color:#d60000;
    margin-right:6px;
}

