@charset "utf-8";

/*///////////////////////////////////////////////*/

/* supply

/////////////////////////////////////////////////*/

#mainContents .box {
    padding: 20px;
}
#mainContents .box h4 {
	margin-top:20px;
	font-size:14px;
	font-weight:bold;
}
#mainContents .box h4:first-child {
    margin-top: 0;
}
#mainContents .box h4 + p {
	margin-top:10px !important;
}
#mainContents .box h5 {
	margin-top:20px;
    /* color: #0a7441; */
	font-size:12px;
	font-weight:bold;
}
#mainContents .box h5 + p {
	margin-top:10px !important;
}
#mainContents .box ul.list {
	margin-top:10px;
}
#mainContents .box ul.list li {
	margin-top:0;
}

/*-----------------------------------------------*/
/* lightbox
-------------------------------------------------*/
.lb-data .lb-number {
    display: none!important;
}

/*-----------------------------------------------*/
/* .gallery
-------------------------------------------------*/
.supply .gallery {
	margin:0;
    width:320px;
}
.supply .rightBox .gallery {
	margin-top:30px;;
}
.supply .gallery li {
	margin-bottom:20px;
}
.supply .gallery li img {
    width: 320px;
}
.supply .gallery li a::after { /* afterでコメントを表示させている */
  content: attr(data-title);
  display: block;
    line-height: 1.2;
  font-size: 12px;
  color: #555;
  margin-top: 4px;
}

/*-----------------------------------------------*/
/* .boxPhoto
-------------------------------------------------*/
.supply #mainContents .boxPhoto {
    display: flex;
    justify-content: space-between;
}
.supply #mainContents .boxPhoto .rightBox {
	width:328px;
}
.supply #mainContents .boxPhoto .txt p {
	margin-top:20px;
}
.supply #mainContents .boxPhoto .txt p:first-child {
	margin-top:0;
}
.supply #mainContents .boxPhoto .txt p.price {
	margin-bottom:20px;
	text-align:right;
	color:#ae8300;
	font-size:12px;
	font-weight:normal;
}
.supply #mainContents .boxPhoto .txt p.price span {
	font-size:22px;
	font-weight:bold;
}
.supply #mainContents .boxPhoto .txt p.price.sale {
	color:#cc0000;
    line-height: 1.2;
}
.supply #mainContents .boxPhoto .txt p.price.sale span {
	font-size:30px;
}
.supply #mainContents .boxPhoto .txt p.price.sale strong {
	font-size:18px;
    font-weight: bold;
}
.supply #mainContents .boxPhoto .txt .note li {
	font-size:10px;
	line-height:180%;
}
.supply #mainContents .boxPhoto .txt .other {
	padding:10px 15px;
	background:#f5f4e7;
}

/*-----------------------------------------------*/
/* .boxContact
-------------------------------------------------*/
#mainContents .box.boxContact .tel {
    line-height: 1.2;
	font-size:24px;
    letter-spacing: 0;
}

/*-----------------------------------------------*/
/* .boxInstagram
-------------------------------------------------*/
/* インスタ埋め込み */
.boxInstagram {
  margin:20px 0 20px 0 !important;
}
.boxInstagram ul {
  display:flex;
  flex-wrap:nowrap;
  justify-content:space-between;
  column-gap: 20px;
}
.boxInstagram ul li {
    width: calc((100% - 20px)/2);
}


