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

#main_container {
	background-color: rgba(0,0,0,0.1);
	position: relative;
	position: fixed;
	top: 0;
	width: 100%;
	height: 90vh;
	display: block;
	background-image: url('../images/shop_img.png');
	background-size: cover;
	background-position: bottom;
	z-index: -2;
}
/*********** トップコンテンツ ***********************/
.top_contents {
	height: 90vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.4);
}
.top_contents h1 img {
	width: 60vmin;
	max-width: 400px;
	height: auto;
}
.top_contents p {
	text-align: center;
	font-size: clamp(0.6rem, 2vw, 1rem);
	padding-top: 2em;
}
/************ 割烹のがみについて*********************/
.section01 {
	width: 100%;
	margin: 0 auto;
	background-color: #000;
	padding-bottom: 6vh;
}
.section01 .store_images {
	width: 98%;
	margin: 0 auto;
	padding: 40px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-around;
}
.section01 .store_images .img_box {
	width: 24%;
	height: auto;
	overflow: hidden;
	display: block;
	text-align: center;
}
.section01 .store_images .img_box .lineup_img {
	height: 100%;
	width: 100%;	
	object-fit: cover;
}
.head_article {
	text-align: center;
}
.head_article .title_txt {	
	font-size: clamp(1.2rem, 6vw, 1.8rem);
	line-height: 1.1rem;
	padding-bottom: 0.8rem;
}
.head_article .txt_style01 {
	font-size: clamp(0.84rem, 4vw, 1.2rem);
	line-height: 1.8rem;
	padding: 0 1.3rem;
}
.order_note {
	font-size: clamp(0.6rem, 2vw, 1rem);
	padding: 0.25rem 1rem;
	letter-spacing: 0.1rem;
	color: #ffd9d9;
}
/************ 豊後牛について *********************/
.section02 {
	width: 100%;
	background-color: #000;
	padding: 20px 0;
}
.ooitawagyu_container {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;	
}
.sec_article {
	width: 96%;
	max-width: 680px;
	margin: 0 auto;
	padding: 42vmin 0 2rem 0;
	box-sizing: border-box;
	background-image: url(../images/top_bg3.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 90% auto;
}
/**百年**/
.sec_article img{
	height: auto;
	width: 50%;
	max-width: 260px;
	min-width: 200px;
	margin-bottom: 0.5em;
}
.sec_article .txt_style01{
	font-size: clamp(1.1rem, 5vw, 1.4rem);
	line-height: 1.8em;
}
/*****/
.wagyuu_article {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
	width: 98%;
	margin: 0 auto;
}
.wagyuu_article .gyu_img_box {
	width: 30%;
	min-width: 280px;
	max-height: 300px;
	overflow: hidden;
}
.wagyuu_article .gyu_img_box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.wagyuu_article .gyu_txt {
	margin-left: 1rem;
	margin-bottom: 2rem;
	width: 70%;
	min-width: 280px;
	max-width: 500px;
}
.wagyuu_article .gyu_txt .title_txt{	
	font-size: 1.8rem;
	line-height: 1.8em;
}
.wagyuu_article .gyu_txt .txt_style01{	
	font-size: 1.2rem;
	line-height: 1.4em;
}
/************ 宴会･席について ********************/
.section03 {
	width: 100%;
	margin: 0px auto;
	background-color: #000;
	padding: 60px 0;
}
.banquet {
	width: 100%;
	padding-top: 24vw;
	padding-bottom: 2rem;
	box-sizing: border-box;
	margin: 0 auto;
	background-image: url(../images/sub_head_img02.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	text-align: center;
}
.banquet .title_txt{
	font-size: 1.8rem;
	line-height: 1.4em;
}
.banquet .txt_style01{	
	font-size: 1.2rem;
	line-height: 1.4em;
}
.layout_article {
	width: 98%;
	margin: 0 auto;
	padding: 10px 0 40px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
.section03 .layout_article .img_box {
	width: 30vw;
	height: calc(30vw + 1.25rem);
	max-width: 154px;
	max-height: 154px;
	overflow: hidden;
	display: block;
	text-align: center;
	padding: 1rem 1vw;
	box-sizing: border-box;
}
.section03 .layout_article .img_box img {
	height: calc(100% - 1.25rem);
	width: 100%;	
	object-fit: cover;
}
.section03 .layout_article .img_box p {
	font-size: 12px;
}
/************ 店舗概要 ********************/
.section04 {
	width: 100%;
	margin: 0px auto;
	background-color: #000;
	padding: 0 0 60px 0;
}
.section04 .about_area {
	width: 98%;
	box-sizing: border-box;
	margin: 0 auto;
}
.about_logo {
	height: 3em;
	width: auto;
	padding-left: 1rem;
	background-color: rgba(0,0,0,0.4);
}
.about_table {
	margin: 1em 0;
	width: 100%;
	border-collapse: separate;
	border-spacing: 8px;
}
.about_table th{
	width: 4rem;
	font-size: 1rem;
	background-color: rgba(0,0,0,0.4);
}
.about_table td{
	letter-spacing: 0.2em;
	font-size: 1rem;
	line-height: 1.4em;
}
.about_time {
	font-size: 0.9rem;
	line-height: 1.2em;
	background-color: rgba(0,0,0,0.4);
	text-align: center;
}
.time_txt {
	font-size: 1.4rem;
	line-height: 1.2em;
	padding: 0 0.5em;
}
.title_txt02 {
	font-size: 0.9rem;
	margin-top: 1em;
	background-color: rgba(0,0,0,0.4);
	text-align: center;
}
.phone_txt {
	font-size: 1.8rem;
	line-height: 1.1em;
	letter-spacing: 0.1em;
	margin-bottom: 0.3em;
	white-space: nowrap;
	text-align: center;
}
.lastorder {	
	font-size: 0.8rem;
	color: #ffbfbf;
}
.map_wrapp {
	width: 92%;
	margin: 1rem auto;
	height: 50vmin;
}
/*******************************************/
.under_contents {
	width: 100%;
	margin: 0px auto;
	background-color: #000;
	padding: 0;
}
/****/
.under_contents .col_title_wrapp {
	margin: 0 0 1.5em 0;
}
.under_contents .col_title_wrapp .col_title {
	font-size: 0.9em;
} 
.under_contents .col_title_wrapp .col_titlenote {
	font-size: 1.5em;
	line-height: 1em;
} 
/***/
.under_contents .calender {	
	width: 90%;
	margin: 0 auto;
	padding: 40px 0;
}
/**********************/
.under_contents .news_list_area {
	margin: 2em 0;
	padding-bottom: 1em;
}
.under_contents .news_list_area {
	width: 90%;
	margin: 0px auto;
	background-color: #000;
	max-width: 800px;
	padding: 40px 0;
}
.under_contents .news_list_area .infomation_wrapper {
	padding-bottom: 1em;
}
.under_contents .news_list_area .infomation_wrapper .info_area {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 0.5em;
	border-bottom: dotted 1px #ccc;
	margin-bottom: 1em;
}
.info_area .post_date {
	font-size: 0.8em;
	margin-right: 1.2em;
	width: 18em;
	line-height: 2em;
}
.info_area .blog_title {
	font-size: 0.9em;
	line-height: 1.6em;	
}
.contents_under_btn {
	text-align: center;
}
.allview_btn {
	font-size: 0.9em;
	display: inline-block;
	padding: 0.5em 2em;
	margin: 0 auto;
	background-color: #72523c;
	border-radius: 4px;
}
/***********************************タブレット*************************************************/
@media screen and (min-width: 476px) {
/****************************************************************************************/
	.section04 .about_area {
		background-image: url(../images/kappou_img01.png);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 65% auto;*/
	}
	.section04 .about_area .info_wrapp {
		padding-left: 40%;
	}
}
/***********************************SP*************************************************/
@media screen and (max-width: 475px) {
/**************************************************************************************/
	.section04 .about_area {
		background-image: url(../images/kappou_img01.png);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 100% auto;*/
	}
	.section04 .about_area .info_wrapp {
		padding: 35vh 1em 1em 1em;
	}
}