/******************************/
/* category */
/******************************/
.p-category__ttl {
  margin: 10px 0 30px 0;
  line-height: 1.4;
  font-size: 30px;
  font-weight: normal;
}
.p-category-free {
  margin-bottom: 60px;
  line-height: 2;
}
/***** カテゴリ一覧 *****/
.p-category-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 767px) {
  .p-category-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-category-list__item {
  box-sizing: border-box;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-category-list__item {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    text-align: left;
  }
}
.p-category-list__link {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-category-list__link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.p-category-list__link:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-category-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.p-category-list__img {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-category-list__img {
    margin-right: 10px;
    margin-bottom: 0;
    width: 75px;
  }
}
.p-category-list__name:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-category-list__name:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .p-category-list__name {
    flex: 1;
  }
}
/***** 商品件数・ソート *****/
.p-item-list-head {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  border-top: 1px solid #7d7d7d;
}
@media screen and (max-width: 767px) {
  .p-item-list-head {
    padding: 30px 0;
  }
}
.p-item-list-num {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-item-list-num {
    font-size: 14px;
  }
}
.p-item-sort-list {
  display: flex;
  flex-wrap: wrap;
}
.p-item-sort-list__item {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-item-sort-list__item {
    margin-left: 25px;
  }
}
.p-item-sort-list__item:first-child {
  margin-left: 0;
}
.p-item-sort-list__item span {
  text-decoration: underline;
}


/***
レフトカラム
***/
#left_box {
	width: 200px;
}

.left_ttl {
	font-family: garvis-pro, serif;
    font-weight: 600;
    font-style: normal;
	font-size: 24px;
	text-align: center;
}

.left_content {
	margin-bottom: 55px;
}

.left_content .left_ttl {
	margin-bottom: 5px;
}

.left_content form {
	display: flex;
	align-items: center;
	border: 1px solid #1a0d0b;
	padding: 5px;
}

.left_content form input,
.left_content form button {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

.left_content form button {
	width: 23px;
}

.left_content form input {
	width: calc(100% - 24px);
}

.left_content dl {
	margin-bottom: 40px;
}

.left_content dl dt {
	background: #f0f0f0;
	padding: 8px;
	text-align: center;
	font-size: 16px;
}

.left_content dl dd {
	border-bottom: 1px solid #484848;
}

.left_content dl dd a {
	display: block;
	padding: 15px;
	font-size: 14px;
	position: relative;
}

.left_content dl dd a:after {
	content: "";
	background: url("https://www.rakuten.ne.jp/gold/s-reform/img/left/left_arrow@2x.png") no-repeat center / 100%;
	width: 6px;
	height: 10px;
	position: absolute;
	right: 5%;
	top: 0;
	bottom: 0;
	margin: auto;
}
	
@media screen and (max-width: 768px){
	#left_box {
		width: auto;
		padding: 0px 20px;
		}
}

#calendar table.calbase_rakuten {
	width: 100%;
	border: none;
}

#calendar table.calframe_rakuten {
	width: 100%;
	margin: 0 0 30px;
}

#calendar td.event1day_rakuten {
	background: #a27e44 !important;
	color: #fff !important;
}

#calendar table.calframe_rakuten th {
	text-align: left;
}

#calendar th.caltitle_rakuten {
	display: none;
}

#calendar table.calframe_rakuten td {
	height: 23px;
	font-size: 11px;
}

#calendar table.event_rakuten {
	display: none;
}

.calendar_bottom p {
	font-size: 13px;
}

.calendar_bottom p span {
	width: 18px;
	height: 18px;
	background: #a27e44;
	display: inline-block;
	margin-right: 5px;
}
.section_ttl {
    text-align: center;
    color: #160d0b;
    font-size: 14px;
    width: 94%;
    max-width: 1008px;
    margin: 0 auto 50px;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 20px;
    position: relative;
}

.section_ttl span {
    font-family: garvis-pro, serif;
    font-weight: 600;
    font-style: normal;
    display: block;
    font-size: 31px;
}

.section_ttl:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #c5c5c5;
    position: absolute;
    bottom: 2px;
    left: 0;
}
.section_ttl.icon3:before {
    content: "";
    background: url("https://img21.shop-pro.jp/PA01470/696/etc/ttl_icon3.png") no-repeat top center / 100%;
    width: 20px;
    height: 23px;
    margin-bottom: 15px;
    display: block;
    margin: 0 auto;
}

