@charset "utf-8";
/* CSS Document */
#main_container {
	background-color: rgba(0,0,0,0.1);
	position: relative;
	position: fixed;
	top: 0;
	width: 100%;
	height: 70vh;
	min-height: 750px;
	display: block;
	background-image: url('../images/shop_img.png');
	background-size: cover;
	background-position: bottom;
	z-index: -2;
}
#section_container {
}
/*********** トップコンテンツ ***********************/
.top_contents {
	height: 70vh;
	min-height: 750px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.4);
}
.top_contents p {
	padding-top: 2em;
}
/************ 割烹のがみについて*********************/
.section01 {
	width: 100%;
	margin: 0 auto;
	background-color: #000;
	padding-bottom: 100px;
}
.section01 .store_images {
	width: 72%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 40px 0;
	display: flex;
	justify-content: space-around;
}
.section01 .store_images .img_box {
	width: 24%;
	height: 200px;
	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: 2rem;
	line-height: 1.1em;
	padding-bottom: 0.8em;
}
.head_article .txt_style01 {
	font-size: 1.3rem;
	line-height: 1.8em;
}
.order_note {
	font-size: 0.8em;
	padding-top: 0.25em;
	letter-spacing: 0.1em;
	color: #ffd9d9;
}
/************ 豊後牛について *********************/
.section02 {
	width: 100%;
	margin: 0px auto;
	background-color: #000;
	padding: 20px 0;
}
.ooitawagyu_container {
	width: 80%;
	max-width: 1024px;
	padding-right: 40px;
	margin: 0 auto;
	background-image: url(../images/top_bg3.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 60% auto;
}
.sec_article {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 2em 0 6em 0%;
}
/**百年**/
.sec_article img{
	height: auto;
	width: 400px;
}
.sec_article .txt_style01{
	font-size: 1.4rem;
	line-height: 1.8em;
}
/*****/
.wagyuu_article {
	display: flex;
	align-items: flex-end;
	width: 100%;
	margin: 0 auto;
}
.wagyuu_article .gyu_img_box {
	margin-right: 2em;
	width: 400px;
	height: 300px;
	overflow: hidden;
}
.wagyuu_article .gyu_img_box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.wagyuu_article .gyu_txt {
	margin-bottom: 2em;
	width: 50%;
}
.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: 80%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 2em 0 3em 51%;
	background-image: url(../images/sub_head_img02.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 62% auto;
}
.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: 90%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 40px 0;
	display: flex;
	justify-content: space-around;
}
.section03 .layout_article .img_box {
	width: 14%;
	height: 180px;
	overflow: hidden;
	display: block;
	text-align: center;
}
.section03 .layout_article .img_box img {
	height: calc(100% - 1.25em);
	width: auto;	
	object-fit: contain;
}
/************ 店舗概要 ********************/
.section04 {
	width: 100%;
	margin: 0px auto;
	background-color: #000;
	padding: 0 0 60px 0;
}
.section04 .about_area {
	width: 90%;
	box-sizing: border-box;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0px 0 1em 44%;
	background-image: url(../images/kappou_img01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 65% auto;
}
.about_logo {
	height: 3em;
	width: auto;
	padding-left: 60px;
}
.about_table {
	margin: 1em 0;
	width: 100%;
	border-collapse: separate;
	 border-spacing: 8px;
}
.about_table th{
	width: 4em;
	background-color: rgba(0,0,0,0.4);
}
.about_table td{
	letter-spacing: 0.2em;
	font-size: 1.1rem;
	line-height: 1.4em;
}
.about_time {
	font-size: 1.0rem;
	line-height: 1.2em;
	background-color: rgba(0,0,0,0.4);
}
.time_txt {
	font-size: 1.6rem;
	line-height: 1.2em;
	padding: 0 0.5em;
}
.lastorder {
	font-size: 0.9em;
	display: inline-block;
	color: #ffbfbf;
}
.title_txt02 {
	font-size: 1rem;
	margin-top: 1em;
	background-color: rgba(0,0,0,0.4);
}

.phone_txt {
	font-size: 3.4rem;
	line-height: 1.1em;
	padding-left: 60px;
	letter-spacing: 0.1em;
	margin-bottom: 0.3em;
	white-space: nowrap;
}
/*******************************************/
.under_contents {
	width: 100%;
	margin: 0px auto;
	background-color: #000;
	padding: 0 0 60px 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: 60%;
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 0;
}
/**********************/
.under_contents .news_list_area {
	margin: 2em 0;
	padding-bottom: 1em;
}
.under_contents .news_list_area {
	width: 60%;
	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;
	padding-bottom: 0.5em;
	border-bottom: dotted 1px #ccc;
	margin-bottom: 1em;
}
.info_area .post_date {
	font-size: 0.8em;
	margin-right: 2em;
	width: 14em;
	line-height: 2em;
}
.info_area .blog_title {
	font-size: 1em;
	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;
}
/****************************/