@charset "utf-8";


.feature dl {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.feature dl dt {
	width: 8em;
	border: 1px solid;
	color: #ed6c00;
	font-weight: bold;
	text-align: center;
	padding: 1em;
	border-radius: 10px;
}

.feature dl dd {
	width: 500px;
}

.lineup h4 {
	font-size:1.2em;
	font-weight:bold;
}

#container .contBox.lineup.detail {
	margin-top: 2em;
}

.lineup.detail img {
	max-width: 100%;
	max-height: 100%;
} 

.lineup.detail p {
	margin: 0;
}

.lineup.detail .liup-main-img {
	position: relative;
}

.lineup.detail .liup-main-img::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "※画像は盛り付けイメージです。";
	text-shadow: 0px 0px 3px rgb(0, 0, 0);
  color: #fff;
	font-size: .8em;
}

.lineup.detail .lineup-kikaku ul {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.lineup.detail .lineup-kikaku ul li {
	text-align: center;
	border: 1px solid #45B035;
	padding: .5em;
	color: #45B035;
	border-radius: 10px;
}

.lineup.detail .lineup-list figcaption {
	text-align: center;
}

.lineup.detail .lineup-list .col-item {
	position: relative;
}

.lineup.detail .lineup-list .col-item .kyouka {
	position: absolute;
	padding: .2em 1em;
	text-align: center;
	background-color: #ed6c00;
	color: #fff;
	font-size: .9em;
	border-bottom-right-radius: 10px;
}

.teian dl dt{
	font-size:1.2em;
	font-weight:bold;
	padding: 10px 3em 10px 1em;
	background:no-repeat top 50% right 20px #e6f3e4;
	background-image: url(../../images/open.png);
	background-size:15px auto;
}
.teian dl dt.active{
	background-image: url(../../images/close.png);    
}
.teian dl{
	margin:10px 0;
}
.teian dl dt:hover{
	cursor:pointer;
}
.teian dl dd{
	display:none;
	padding: 20px 30px;
	background: #ffffff;
}
.teian li{
	list-style: square outside;
}


/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media print,screen and (min-width: 769px){

}


/*===============================================
●smart.css  画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	.feature dl dt {
		width: 6em;
	}
	
	.feature dl dd {
		width: calc(100% - 7em);
	}


}

