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

.top_logo_area {
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: left 10px top 10px;
	background-size: 190px auto;
}
.sub_head {
	padding-top: 24px;
}
#sec_container {
	width: 100%;
	padding-bottom: 32px;
}
#sec_container .archive_container {
	width: 98%;
	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: 1em;
	font-size: 2em;
	letter-spacing: 0.2em;
}
/*********メニュー部分*******************************************/
.archive_container .item_container {
}
/***** itemカテゴリ全体 ******/
.archive_container .item_container .item_box {
	width: 96%;
	margin: 0 auto 3rem auto; 
	justify-content: center;
	align-items: center;
}
/*カテゴリタイトルボックス*/
.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: clamp(20px, 5vmin, 24px);
	line-height: 1.2em;
	letter-spacing: 0.2em;
}
/*カテゴリ説明*/
.item_container .item_box .item_titlebox p {	
	font-size: 0.9rem;
	color: #faa6a6;
}
/*カテゴリの画像部分*/
.item_container .item_box .imagebox {
	width: 100%;
	height: 35vmax;
	margin: 0.5em 1%;
	overflow: scroll;
	padding: 1rem;
	box-sizing: border-box;
}
.item_container .item_box .imagebox img{
	width: 100%;
	height: auto;
	object-position: top center;
	object-fit: cover;
}
/** カテゴリメニュー部分 **/
.item_container .item_box .item_list {
	text-indent: 0.2em;
	margin: 0.5em 1%;
}
/* メニュー1件分 */
.item_container .item_box .item_list .post_item {
	margin-bottom: 0.5rem;
}
/* メニューのレコード */
.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 0 0 2em;
}
/* メニュー名と値段 */
.item_name,
.item_price {
	font-size: clamp(13px, 4vmin, 15px);
	white-space: nowrap;
}
/* 説明と円 */
.item_container .item_box .item_list .post_item .item_quantity,
.item_container .item_box .item_list .post_item .priceyen {
	font-size: 0.7em;
}
.item_container .item_box .item_list .post_item .item_note {
	font-size: 0.7em;
}
/* もっとみる */
.hidden {
    display: none;
}
.motto_miru {
	text-align: center;
}
.item_list .btns {
	color: #faa6a6;
	font-size: 0.9rem;
	cursor: pointer;
	text-align: center;
	margin: 0.5em auto;
}
/*****************************DRINK*****************************************/
.drink_container {	
	width: 98%;
	margin: 1rem auto 3rem auto;
}
.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: clamp(20px, 5vmin, 24px);
	line-height: 1.2em;
	margin: 1em 0 1.2em 0;
}
.drink_info {	
	font-size: clamp(15px, 4vmin, 20px);
	line-height: 1.6em;
	text-indent: -1.5em;	
	padding: 0.5rem 0 0 1.5em;
	-webkit-text-stroke: 3px black;
	text-stroke: 3px black;
	paint-order: stroke;
}
.drink_txt {
	font-size: 0.9rem;
	line-height: 1.6em;
	padding: 0.5rem 0 10vh 1rem;
	-webkit-text-stroke: 3px black;
	text-stroke: 3px black;
	paint-order: stroke;
}
.drink_txt2 {
	font-size: clamp(10px, 3vmin, 15px);
	line-height: 1.6em;
	padding: 0 0 0 1em;
	-webkit-text-stroke: 3px black;
	text-stroke: 3px black;
	paint-order: stroke;
}
@media screen and (orientation: landscape) {
   /* 横向きの場合のスタイル */
	.drink_list {
		width: 96%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		height: 80vmax;
		min-height: 800px;
		overflow: scroll;
	}
	.drink_list dl {
		width: 30%;
		padding: 0.8rem 0 0 0; 
	}
	.drink_list dl dt {
		margin-bottom: 0.8rem;
		font-size: clamp(13px, 4vmin, 18px);
		border-bottom: dotted 1px #FFF;
		width: 95%;
		margin-right: 5%;
		font-weight: 700;
	}
	.drink_list dl dd {
		margin-bottom: 1rem;
		font-size: clamp(10px, 4vmin, 15px);
		padding-left: 1em;
	}
}
@media screen and (orientation: portrait) {
   /* 縦向きの場合のスタイル */
	.drink_list {
		width: 90%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		height: 142vmax;
		min-height: 900px;
		max-height: 950px;
		overflow: scroll;
	}
	.drink_list dl {
		width: 48%;
		max-width: 300px;
		padding: 0.8rem 0 0 0; 
	}
	.drink_list dl dt {
		margin-bottom: 0.8rem;
		font-size: clamp(13px, 4vmin, 18px);
		border-bottom: dotted 1px #FFF;
		width: 95%;
		margin-right: 5%;
		font-weight: 700;
	}
	.drink_list dl dd {
		font-size: clamp(10px, 3vmin, 15px);
		padding-left: 0.5em;
		line-height: 1.3em;
		margin-bottom: 0.4em;
	}
}
/***********鍋メニュー*************************************
.setitem_container .setitem_list h2 {	
	font-size: 1.4em;
	line-height: 1.2em;
	padding: 0 0 0.5em 0;
	margin: 1em 0 1.2em 0;
	border-bottom: dotted 1px #ccc;
}
.setitem_container .setitem_list h2 span {
	font-size: 1rem;
	padding-left: 1rem;
}
.setitem_container {
}
.setitem_container .setitem_list {
	width: 90%;
	margin: 1em auto;
}
.setitem_container .setitem_list .post_setitem {
	display: flex;
	justify-content: space-around;
	max-width: 500px;
	margin: 0 auto;
}
.setitem_container .setitem_list .post_setitem .setimg_box{	
	width: 30vw;
	height: 30vw;
	max-width: 250px;
	max-height: 250px;
	margin: 0.5em 0;
	overflow: hidden;
	padding: 0 0.5rem 0 0;
	box-sizing: border-box;
}
.setitem_container .setitem_list .post_setitem .setimg_box img {	
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}
.setitem {
	padding: 0.5rem 0;
}
.set_name {
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
}
.setitem .item_note {
	font-size: 0.7em;
}
.setitem .price_list {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 1rem;
}
.setitem .price_list .item_price {
	font-size: 1rem;
}
.setitem .price_list .set_quantity,
.setitem .price_list .priceyen {
	font-size: 0.7em;
}