table.tbl_calendar {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
table.tbl_calendar caption{
  font-weight: bold;
  margin: 10px auto;
}

      .product__fav-item {
          margin-top: 10px;
        }

        .product__fav-item button {
          padding: 0;
          cursor: pointer;
          transition: .2s;
          color: #999;
          border: 0;
          outline: none;
          background: transparent;
        }

        .product__fav-item .fav-items {
          color: #ff7373;
        }

        .product__fav-item svg {
          width: 20px;
          height: 20px;
          vertical-align: -.35em;
          fill: currentColor;
        }


.fav-item{
  position: absolute;
  right: 25px;
  top: 10px;
}
@media (max-width: 767px) {
  .fav-item{
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .itemList-sp--3 .fav-item {
    right: 10px;
    top: 5px;
  }
}
.fav-item button {
    animation: none;
    border: none;
    background: none;
    padding: 0;
    color: rgba(0,0,0, 0.5);
   cursor: pointer;
}
.fav-item button.is-added {
    color: rgba(255, 115, 115, 0.5);
}

h1#logo_i img {
    max-width: 100%;
}

#validation_select_yes a, #validation_select_no a {
    font-size: 12px;
    padding: 12px 25px;
}

#validation_select_yes, #validation_select_no{
  margin:0;
}

#main_i,#header_i,#footer_i{
  margin:0;
  font-size:14px;
}

.validation_txt {
    font-size: 14px;
}
#main_i {
    padding: 20px;
}
.footstamp {
    margin-top: 15px;
}
.breadcrumb {
  margin: 20px 0 40px;
}

div#breadcrumbWrap {
  margin: 20px 0 40px;
}

#breadcrumbWrap .breadcrumb {
  margin: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb-list {
  display: inline-block;
  font-size: 14px;
}

.breadcrumb-list:not(:last-child):after {
  content: ">";
  color: #666;
  margin: 0 4px 0 8px;
}

/******************************/
/* TOP CONCEPT */
/******************************/
.p-concept-list {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-concept-list {
    margin-top: 30px;
  }
}
.p-concept-list__item {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1030px) {
  .p-concept-list__item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-list__item {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.p-concept-list__item:last-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-concept-list__item:last-child {
    margin-bottom: 0px;
  }
}
.p-concept-list__item:nth-child(even) .p-concept-list__txt {
  margin-left: 100px;
  margin-right: 130px;
  order: -1;
}
@media screen and (max-width: 1030px) {
  .p-concept-list__item:nth-child(even) .p-concept-list__txt {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-list__item:nth-child(even) .p-concept-list__txt {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-concept-list__img {
  position: relative;
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-concept-list__img {
    width: auto;
    text-align: center;
  }
}
.p-concept-list__img:before {
  content: "";
  position: absolute;
  top: 150px;
  bottom: 15px;
  right: 90px;
  left: 90px;
  z-index: -1;
  background: transparent;
  transform: scaleY(2.3) perspective(0.6em) rotateX(2deg);
  transform-origin: bottom;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .p-concept-list__img:before {
    bottom: 20px;
    right: 20%;
    left: 20%;
  }
}
.p-concept-list__txt {
  flex: 1;
  margin-left: 130px;
  margin-right: 100px;
}
@media screen and (max-width: 1030px) {
  .p-concept-list__txt {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-list__txt {
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-concept-list__ttl {
  font-size: 18px;
  font-weight: normal;
}
.p-concept-list__body {
  color: #5c5c5c;
}

/******************************/
/* TOP STYLING */
/******************************/
.p-styling {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-styling {
    margin-bottom: 0;
  }
}
.p-styling-list {
  box-sizing: border-box;
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 0;
  column-gap: 0;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .p-styling-list {
    -webkit-column-count: 3;
    column-count: 3;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.p-styling-list__item {
  box-sizing: border-box;
  padding: 1px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.p-styling-list__item img {
  width: 100%;
}

/** 特定商：スタイル調整
===================================*/
#policy table {
  width:100%;
        margin: 0px auto 30px;
        border-top: 1px solid #CFCFCF;
        border-left: 1px solid #CFCFCF;
}
#policy table th {
        width: 200px;
  text-align:left;
        background: #f2f2f2;
        padding: 10px;
        font-weight: bold;
        border-right: 1px solid #CFCFCF;
        border-bottom: 1px solid #CFCFCF;
        line-height: 1.6em;
        vertical-align: middle;
}

#policy table td {
        background: #FFF;
        padding: 10px;
        border-right: 1px solid #CFCFCF;
        border-bottom: 1px solid #CFCFCF;
        line-height: 1.6em;
}

/******************************/
/* 横並びボタン */
/******************************/

button1{
width: 157px;
display: inline-block;
background:#fff;
padding:5px 10px;
text-align:center;
color:#FFF;
margin:5px;
border:1px solid;
cursor:pointer;
}

.bg--primary {
  background: #108A65 !important;
  color: #ffffff !important;
}

.bg--primary h2, .bg--primary h3, .bg--primary p {
  color: #ffffff;
}

.bg--secondary {
  background: #726551 !important;
  color: #ffffff !important;
}

.bg--secondary h2, .bg--secondary h3, .bg--secondary p {
  color: #ffffff;
}

.bg--highlight {
  background: #f2f2f2 !important;
}

.bg--white {
  background: #fff !important;
}



.itemArrange--typeB .itemArrange__wrap {
  padding: 30px;
}

.itemArrange--typeB .itemArrange__wrap .itemArrange__img {
  flex: 0 0 44%;
  max-width: 44%;
  margin-bottom: 0px;
}

.itemArrange--typeB .itemArrange__wrap .itemArrange__text {
  flex: 0 0 52%;
  max-width: 52%;
  margin-left: 4%;
}

.itemArrange--typeB .itemArrange__wrap .itemArrange__text p {
  margin-bottom: 20px;
}

.itemArrange--typeB .itemArrange__wrap .itemArrange__text .itemArrange__price {
  letter-spacing: 1px;
  line-height: 24px;
  font-size: 22px;
}

.itemArrange--typeB .itemArrange__wrap .itemArrange__text .itemArrange__price small {
  padding-left: 3px;
  font-size: 10px;
}

.itemArrange--typeB .itemArrange__wrap .itemArrange__text .button {
  max-width: 160px;
}

/******************************/
/* フリーページボタン */
/******************************/

.button {
    display: inline-block; /* ボタンをインラインブロックとして表示 */
    margin-bottom: 2px; /* 下方向に3pxの隙間を追加 */
    margin-top: 2px; /* 上方向にも3pxの隙間を追加 */
}