/* カレンダーパーツ */
.calendar-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 40px;
}

.tbl_calendar {
  font-weight: bold;
  flex-basis: calc((100% - 40px) / 2);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

.tbl_calendar caption {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 0.5em;
}

.tbl_calendar th,
.tbl_calendar td {
  padding: 7px 4px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.tbl_calendar th {
  font-weight: bold;
  font-size: 1.8rem;
}

.tbl_calendar th.sun {
  color: #EB6269;
}

.tbl_calendar th.sat {
  color: #5CA6B9;
}

.calendar-memo {
  flex-basis: 100%;
}

@media screen and (max-width: 768px) {
  .calendar-wrapper {
    justify-content: center;
  }

  .tbl_calendar {
    flex-basis: 100%;
  }
}

/* 新着情報リストパーツ */
.news-list {
  border-top: 1px solid;
}

.news-list li {
  padding: 1em;
  border-bottom: 1px solid;
  font-size: 2rem;
  display: flex;
  gap: 0 1rem;
}

.news-list li a {
  padding: 0 35px 0 0 !important;
  flex-grow: 1;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  position: relative;
}

.news-list li a::before {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  background: var(--color-Black);
  border-radius: 100vmax;
  display: grid;
  flex-shrink: 0;
  place-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.news-list li a::after {
  content: "";
  width: 12px;
  aspect-ratio: 2 / 1.2;
  background: url(https://file001.shop-pro.jp/PA01028/675/images/2025_renew/common/icon-arrow.svg) center / cover no-repeat;
  filter: grayscale(1) invert(1) brightness(3);
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .news-list li {
    padding: 1em 0;
    font-size: 1.4rem;
    flex-wrap: wrap;
  }

  .news-list li a {
    flex-basis: 100%;
  }
}

/* 新着情報詳細ページ */
.news_detail .data {
    color: var(--color-GrayB);
    opacity: .8;
}

.news_detail p,
.news_detail ul {
    margin: 0 0 1em;
}


#privacy{ font-size:14px; margin-top:100px; margin-left:10px; margin-inline: auto; max-width: min-content; display: flex; justify-content: center; align-items: center;}
#privacy h3{ margin-bottom:10px;}
#privacy p{ margin-bottom:30px;}
#privacy dl dt{
	background:url(http://file001.shop-pro.jp/PA01028/675/images/privacy/stt01.jpg) no-repeat;
	width:642px;
	height: 21px;
	padding:3px 0 0 28px;
	font-weight:bold;
	line-height:14px;
	margin-bottom:10px;
}

#privacy dl dd{
	margin-bottom: 30px;
}

/*特定商取引法に基づく表記*/

#tokushou{
	font-size:14px;
	margin-top:80px;
	}
#tokushou h3{
	display : flex;
   	justify-content : center;
	margin-bottom:10px;
	}
#tokushou .tokushouArea01{
	margin-bottom:20px;
	}
#tokushou .tokushouArea01 dl{
	width:606px;
	margin:0 auto 10px auto;
	}
#tokushou .tokushouArea01 dl dt{
	background:url(http://file001.shop-pro.jp/PA01028/675/images/tokushou/line.jpg)  no-repeat left bottom;
	font-weight:bold;
	padding:0 0 0 10px;
	margin-bottom:10px;
	}
#tokushou .tokushouArea01 dl dd{
	padding:0 0 0 0;
	margin-bottom:15px;
	}

.carriage{
	font-size:14px;
	line-height:19px;
	}
.carriage h3{
	margin-bottom:10px;
	}
.carriage h4{
	background:#e7e3d8;
	padding:2px 0 2px 10px ;
	margin-bottom:10px;
	}
.carriage .carrBanner{
	margin-bottom:15px;
	}
.carriage .carrLeft{
	float:left;
	width:320px;
	}
.carriage .carrRight{
	float:right;
	width:320px;
	}
.carriage dl{
	margin-bottom:15px;
	}
	
.carriage dl dt{
	background: url(http://file001.shop-pro.jp/PA01028/675/images/cmn/carriage/icon.jpg) no-repeat left center;
	border-bottom:1px dotted #000;
	padding:0 0 0 20px;
	font-weight:bold;
	margin-bottom:10px;
	}	
.carriage dl dd p{
	font-size:13px;
	}
.carriage .lineBox{
	border-bottom:1px dotted #000;
	padding:5px 3px 10px 3px;
	margin-bottom:10px;
	}
.carriage .lineBox .icon_l{
	background:url(http://file001.shop-pro.jp/PA01028/675/images/cmn/arrow_05.png) no-repeat left center;
	padding:0 0 0 12px;
	}
.carriage .lineBox p{
	font-size:13px;
	}
.carriage .lineBox01{
	padding:5px 3px 10px 3px;
	}
.carriage .lineBox01 p{
	font-size:13px;
	}
.haisou_linktxt{
	margin:10px 0;
	}
.haisou_linktxt a {
	color: #d50303;
	font-weight: bold;
	}
#haisou{

display: flex;
    margin-top: 100px;
    flex-direction: column;
    align-items: center; 
}


.footer{
	background:#190F03 url(http://file001.shop-pro.jp/PA01028/675/images/cmn/footer/bg.jpg) repeat-x;
	}
.footer .footerIn{
	width:960px;
	height:421px;
	margin:0 auto;
	background:url(http://file001.shop-pro.jp/PA01028/675/images/cmn/footer/f_img.png) no-repeat right 20px;
	padding:37px 0 0 0;
	}
.companyName{
	float:left;
	width:256px;
	padding:117px 0 0 0;
	text-align:center;
	}
.footer .fmenu{
	float:right;
	width:625px;
	}
.footer .fmenu h4{
	margin-bottom:30px;
	}
.footer .fmenu .fmenuBox ul{
	float:left;
	width:185px;
	margin:0 20px 0 0;
	}
.footer .fmenu .fmenuBox ul li{
	color:#d2c7ac;
	font-size:14px;
	background:url(http://file001.shop-pro.jp/PA01028/675/images/cmn/arrow_03.png) no-repeat left 6px;
	padding:0 0 3px 15px;
	}
.footer .fmenu .fmenuBox ul li a{
	color:#d2c7ac;
	text-decoration:none;
	}
.footer .fmenu .fmenuBox ul li a:hover{
	color:#d2c7ac;
	text-decoration:underline;
	}
.footer .fmenu .fmenuBox ul .fbtt{
	color:#8c5e2a;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px dotted #ffffff;
	background:none;
	padding:0 0 0 0;
	margin-bottom:10px;
	}
.footer .copyright{
	text-align:center;
	font-size:11px;
	color:#d2c7ac;
	padding:5px 0;
	}
footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* サイトマップ  */
#sitemap {
	max-width: max-content;
  	display: flex;
	flex-direction: column;
  	justify-content: center;
    margin: auto;
}
#sitemap h3{
	margin-bottom:10px;
	margin-top:100px;
	}
#sitemap dl{
	margin-bottom:15px;
	font-weight:bold;
	font-size:14px;
	}
#sitemap dl a{
	color:#000000;
		}
#sitemap dl a:hover{
	color:#c30101;
		}
#sitemap dl dt{
	background:#e4dbc4 url(http://file001.shop-pro.jp/PA01028/675/images/cmn/arrow_04.png) no-repeat 10px center;
	padding:5px 25px;
	}
#sitemap dl dd{
	background:url(http://file001.shop-pro.jp/PA01028/675/images/cmn/arrow_04.png) no-repeat 25px center;
	padding:3px 40px;
	}
.bg-washi {
	width : 100vw;
}


#haisou .haisouArea01{
width: 680px;
}
#haisou .haisouArea01 table{
	width:610px;
	margin:0 auto 10px auto;
	}
#haisou .haisouArea01 table th{
	border-bottom:1px solid #000;
	width:127px;
	padding:15px 0 5px 10px;
	font-weight:bold;
	text-align:left;
	}
#haisou .haisouArea01 table td{
	border-bottom:1px dotted #000;
	padding:15px 0 5px 10px;
	}
#haisou .haisouArea01 .etc{
	padding:0 30px 0 0;
	text-align:right;
	margin-bottom:30px;
	}

