@charset "utf-8";
/* CSS Document */
#mainImage img {
	width: 100%;
}
#imageList img {
	width: 100%;
	height: ;
	object-fit: cover;
}

#mainImage {
	width: 85%;
	margin: 0 auto;
	//float: left
}

#imageList {
	width: 85%;
	margin: 0 auto 80px;
	//float: right;
}
#imageList ul {
	width: 100%;
    display: flex;
    flex-wrap: wrap; /*--折り返しの指定--*/
    justify-content: space-between;
}
#imageList ul li {
	width: 15%;
	padding: 1% 0;
}

/*-------------------------------
価格表 要素
-------------------------------*/
#InfoWrap {
	max-width: 940px;
	width: 95%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.PriceContaner {
	width: 96%;
	margin: 18px auto;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	padding: 20px;
	overflow: hidden;
    display: flex;
    flex-wrap: wrap; /*--折り返しの指定--*/
    justify-content: space-between;
}
.cabName {
	text-align: left;
	padding-bottom: 10px;
}
p.priceName {
	font-size: 1.8em;
	font-family: 'Kiwi Maru', serif;
	border-bottom: 2px solid #2a2a2a;
	padding-bottom: 20px;
	word-break: keep-all;
}
.Price, .PriceTax {
	padding-bottom: 8px;
}
.Price {
	font-size: 2.2em;
	letter-spacing: 0.1em;
}
.Price:after {
	content: "円";
	font-size: 26px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

.enn {
	text-align: right;
}
.enn:after {
	content: "円";
}

.priceWrap {
	width: 90%;
	margin: 0 auto;
}
.cabPrice {
	max-width: 60%;
	margin: 20px 0 0 40%;
	overflow: hidden;
	display: block;
	text-align:right;
}
.priceLeft {
	width: 25%;
	padding-top: 20%;
	background: url("img/cab_naname.jpg") no-repeat center center;
	background-size: contain;
	float: left;
	margin-top: 0;
}

@media only screen and (min-width:600px) and (max-width:900px) {
/*tablet用のcssを記述*/
	
}
@media screen and (max-width:599px) {
	/*スマホ用のcssを記述*/
.cabName {
	text-align: center;
}
	p.priceName {
	}
	
.priceLeft {
	width: 80%;
	padding-top: 90%;
	background: url("img/cab_naname.png") no-repeat center center;
	background-size: contain;
	clear: both;
	margin: 5% 10% 0% 10%;
}
.priceWrap {
	width: 100%;
	clear: both;
	margin: 0 auto;
	text-align:center;
}
.cabPrice {
	width: 100%;
	margin:  0 auto;
	overflow: visible;
	display: block;
	text-align:center;
}
	
.Price {
	font-size: 35px;
	letter-spacing: 0.1em;
    width: max-content;
}
.Price:after {
	content: "円";
	font-size: 18px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

}


.btn.how-to {
    width: fit-content;
    margin: 20px 0 0 auto;
	font-size: 1em;
	color: #fff;
	background-color: #586C4E;
	border-radius: 7px;
	text-align: center;
	padding: 0.5em 1em;
}

.btn.how-to a {
	display: block;
	color: #fff;
}

/*--　商品リスト　テーブル要素　--------------------*/
.priceListWrap {
	clear: both;
	margin: 10% 0;
	color:#000000;
}
table.priceList {
	width: 100%;
	border: 2px solid #ddd;
	margin: 0 0 20px;
}
table.priceList tr {
	height: 20px;
}
table.priceList th {
	background-color: #ebe5df;
	padding: 1% 2%;
	text-align: left;
	border: 1px solid #ddd;
}
table.priceList td {
	padding: 1% 2%;
	border: 1px solid #ddd;
	vertical-align: middle;
}

p.itemNo {
	padding-left: 10px;
	font-size: 13px;
	color: #8B8B8B;
}



p.caution {
	text-indent: -1em;
	padding-bottom: 0.5em;
	font-size: 13px;
	color: #888888;
	line-height: 1em;
	text-align: right;
	font-weight: 500;
}
.PriceList {
	background-color: #F5F0EB;
	padding: 60px;
	margin: 0 auto 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cabImg {
	width: 325px;
	overflow: hidden;
}
.cabImg img {
	width: 100%;
	object-fit: contain
}
.cabName {
	width: calc(100% - 365px)
}
.cabName.__full {
	width:100%;
}

@media only screen and (min-width:600px) and (max-width:900px) {
/*tablet用のcssを記述*/
	.PriceList {
		flex-direction: column;
	}
	.cabImg {
		margin-bottom: 30px;
	}
	.cabName {
		width: 100%;
	}
	
}
@media screen and (max-width:599px) {
	/*スマホ用のcssを記述*/
	.PriceList {
		flex-direction: column;
    padding: 60px 25px;
	}
	.cabImg {
		margin-bottom: 30px;
	}
	.cabName {
		width: 100%;
	}
p.caution {
	font-size: 11px;
	}

}

/*--　注文に関する注意事項　エリア要素　--------------------*/

.ShoppingInfo {
	width: 94%;
	margin: 5% 1%;
	padding:0 2% 1% 2%;
	background-color: #919d8b;
}
.ShoppingInfoTitle {
	text-align: center;
	margin: 0;
	padding:15px 0;
	color:#fff;
	font-size:18px;
}
ul.ShoppingInfoCon {
	width:94%;
	padding:4% 3% 0 3%;
	background-color:#fff;
}

ul.ShoppingInfoCon li.InfoTitle {
	border-left: 5px solid #520003;
	border-bottom: 1px dotted #520003;
	margin-bottom:18px;
	padding-left:5px;
	font-size:16px;
	font-weight:bold;
	color: #520003;
}


ul.ShoppingInfoCon li.InfoText {
	width:95%;
	margin:0 0 3% 5%;
}

ul.ShoppingInfoCon li.InfoText p {
	text-indent: -0.8em;
	line-height: 1.3em;
	padding-bottom: 1.3em;
	font-size:14px;
}

ul.ShoppingInfoCon li.InfoText p:before {
	content: "-  ";
}
