@charset "utf-8";
/* CSS Document */

.sub_head {
	padding-top: 54px;
}
#sec_container {
	width: 100%;
	padding-bottom: 72px;
}
#sec_container .archive_container {
	max-width: 1024px;
	width: 90%;
	min-width: 920px;
	margin: 0 auto;
}
.archive_container .main_title_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-content: center;
	align-items: center;
}
.archive_container .main_title_wrap .tarm_area {
	padding: 2em;
	font-size: 2em;
	letter-spacing: 0.2em;
}
/****************************************************/
.archive_container .item_container {
}
/***** item全体 ******/
.archive_container .item_container .item_box {
	width: 100%;
	margin-bottom: 3rem; 
	justify-content: center;
	align-items: flex-start;
}
/** カテゴリごと **/
.item_container .item_box:nth-child(even){
	display: flex;
}
.item_container .item_box:nth-child(odd){
	display: flex;
	flex-direction: row-reverse;
}
/*カテゴリタイトルボックス*/
.item_container .item_box .item_titlebox {
	padding: 0 0 0.5em 0;
	margin: 1em 0 1.2em 0;
	border-bottom: dotted 1px #ccc;
}
/*カテゴリタイトル*/
.item_container .item_box .item_titlebox h2 {	
	font-size: 1.6em;
	line-height: 1.2em;
	letter-spacing: 0.2em;
}
/*カテゴリ説明*/
.item_container .item_box .item_titlebox p {	
	font-size: 1rem;
	color: #faa6a6;
}
/*カテゴリの画像部分*/
.item_container .item_box .imagebox {
	width: 40%;
	margin: 3rem 1% 0.5em 1%;
	overflow: hidden;
	padding: 1rem;
	box-sizing: border-box;
}
.item_container .item_box .imagebox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}
/** カテゴリメニュー部分 **/
.item_container .item_box .item_list {
	text-indent: 1em;
	width: 52%;
	margin: 0.5em 1%;
}
/* メニュー1件分 */
.item_container .item_box .item_list .post_item {
	margin-bottom: 0.8rem;
}
/* メニューのレコード */
.item_container .item_box .item_list .post_item .price_list {	
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/* メニューのレコードの点線リーダー */
.item_container .item_box .item_list .price_list .reader_space {
	content: "";
	flex-grow: 2;
	height: 1px;
	border-bottom: dotted 2px #747474;
	margin:0 1em 0 4em;
}
.item_name,
.item_price {
	font-size: 1.2rem;
}
/* 説明と円 */
.item_quantity,
.priceyen {
	font-size: 0.7em;
}
.item_container .item_box .item_list .post_item .item_note {
	font-size: 0.8em;
}
/* もっとみる */
.hidden {
    display: none;
}
.motto_miru {
	text-align: center;
}
.item_list .btns {
	display: inline-block;
	color: #faa6a6;
	font-size: 0.9rem;
	cursor: pointer;
}
/*****************************DRINK*****************************************/
.drink_container {	
	width: 100%;
	margin-bottom: 3rem; 
	justify-content: center;
	align-items: flex-start;
}
.drink_title {	
	margin-bottom: 1rem;
	background-color: rgba(0,0,0,0.1);
	position: relative;
}
.drink_title::after {
  	content: '';  	
  	position: absolute;
	background-image: url('../images/DRINK_Bg-test.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom center;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.drink_title h2{	
	font-size: 1.6em;
	line-height: 1.2em;
	margin: 1em 0 1.2em 0;
	letter-spacing: 0.2em;
}
.drink_info {	
	font-size: 1.2em;
	line-height: 1.4em;
	text-indent: -2em;	
	padding: 0.5rem 0 0 2em;
	-webkit-text-stroke: 3px black;
	text-stroke: 3px black;
	paint-order: stroke;
}
.drink_txt {
	line-height: 1.6em;
	padding: 0.5rem 0 4.5rem 2em;
	-webkit-text-stroke: 3px black;
	text-stroke: 3px black;
	paint-order: stroke;
}
.drink_txt2 {
	line-height: 1.6em;
	padding: 0 0 0 2em;
	-webkit-text-stroke: 3px black;
	text-stroke: 3px black;
	paint-order: stroke;
}

/******/
.drink_list {
	width: 96%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 800px;
}
.drink_list dl {
	width: 32%;
	padding: 0.8rem 0 0 0; 
}
.drink_list dl dt {
	padding-top: 0.2em;
	padding-left: 0.5em;
	padding-bottom: 0.4em;
	margin-bottom: 0.8rem;
	font-size: clamp(13px, 4vmin, 18px);
	border-bottom: dotted 1px #FFF;
	width: 95%;
	margin-right: 5%;
	font-weight: 700;
	background-color: rgba(255,255,255,0.2);
}
.drink_list dl dd {
	margin-bottom: 1rem;
	font-size: clamp(10px, 4vmin, 15px);
	padding-left: 1em;
}
