@charset "UTF-8";
/* Scss Document */
/*メディアクエリ*/
/*header current display*/
header .headNav ul li a.nav_shopping:after {
  width: 100%;
}

/*header current display*/
/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
payment section
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */
#payment {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2rem auto 5rem;
  padding: 0 5%;
  max-width: calc(1060px + 10%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#payment h3.baseTitle {
  margin-top: 0;
}
#payment h4.baseTitle {
  font-size: 20px;
  margin: 3rem auto 2rem;
  position: relative;
  border-left: 3px solid #6a0000;
}
#payment h4.baseTitle:before {
  content: "";
  position: absolute;
  left: -5px;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background: #d5d5d5;
}
@media (max-width: 768px) {
  #payment {
    flex-wrap: wrap-reverse;
  }
  #payment section {
    margin-bottom: 5rem;
  }
}

/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
main
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.main {
  width: 100%;
}
.main p {
  font-size: 15px;
  margin: 1.5rem 0;
}
.main p .paypay {
  width: 140px;
}
.main p img {
  width: 100%;
  max-width: 380px;
}
.main p .jikansitei {
  width: 100%;
  max-width: 640px;
}
.main p span {
  color: #6a0000;
}
.main table {
  font-size: 15px;
  width: 100%;
  border-collapse: collapse;
}
.main table tr {
  border: 0.5px solid #cbcbcb;
}
.main table tr th {
  width: 75%;
  text-align: left;
  font-weight: normal;
  background: #f1f0e7;
  padding: 15px 15px 10px;
}
@media (max-width: 398px) {
  .main table tr th {
    width: 70%;
  }
}
.main table tr td {
  padding: 15px 15px auto;
  text-align: center;
}
.main .menseki tr th {
  width: 30%;
  padding-bottom: auto;
  vertical-align: top;
}
.main .menseki tr td {
  padding: 1rem 1.5rem;
  text-align: left;
}
.main ul li {
  padding: 1rem 0 2rem;
}
.main ul li .item {
  font-size: 18px;
  padding-left: 25px;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.main ul li .item:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../img/common/circle_black.svg");
  background-position: left center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .main ul li .item:before {
    width: 18px;
    height: 18px;
  }
}
.main ul li > ul > li {
  font-size: 15px;
  width: fit-content;
  border-bottom: 1px solid;
  margin-left: 25px;
  padding: 5px 0 0;
  line-height: 1.8;
  list-style-type: disc;
}

/* END */
