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

.none{
	display: none;
}

body {
	font-family: "Hina Mincho","Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}

/*----------------------------------------------
ヘッダー
----------------------------------------------*/
header{
	height: 100px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: solid 12px var(--point-color);
}
header nav ul{
	display: flex;
	list-style: none;
	justify-content: center;
	align-items: center;
}
header nav li{
	margin-left: 50px;
	text-align: center;
	line-height: 1.2em;
	font-size: 1.1em;
	font-weight: 500;
}
header nav a {
	color: var(--main-color);
}
.main_visual img{
	width: 100%;
	margin: -2px auto -10px;
}

/*----------------------------------------------
ページヘッダー
----------------------------------------------*/
.page_main_visual{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page_main_visual img{
	width: 100%;
	height: auto;
	margin-bottom: -4px;
}
.page_main_visual h1 span{
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	position: absolute;
	inset: 0;
	margin: auto;
	z-index: 999;
	color: #FFF;
	font-weight: 500;
	text-align: center;	
	align-content: center;
}

/*----------------------------------------------
トップページ
----------------------------------------------*/
.container{
	margin: 0 auto;
}
.top_info {
	text-align: center;
	background-image: url("images/back_img_01.webp");
	background-position: top 0px left 0px;
}
.top_info div {
	margin: 0 auto;
}
.top_unagi,
.top_namazu {
	position: relative;
}
.top_unagi div,
.top_namazu div {
	position: absolute;
	color: #FFF;
	background-color: var(--main-color);
}
.top_namazu img{
	margin-top: 20px;
}

/*----------------------------------------------
トップページ　メニュー
----------------------------------------------*/
.top_menu{
	background-color: #FFF;
	background-image:url("images/back_img_03-1.webp") , url("images/back_img_03-2.webp");
	background-position:left 0, right 0;
	background-repeat:no-repeat , no-repeat;
}
.top_menu ul{
	margin: 0 auto;
	text-align: center;
	list-style: none;
}
.top_menu li{
	margin-bottom: -5px;
}

/*----------------------------------------------
トップページ　お知らせ
----------------------------------------------*/
.top_news{
	margin: 0 auto;
	text-align: center;
}
.top_news h4{
	font-size: 1.5em;
	margin-bottom: 30px;
}
.top_news.iframe{
	margin-bottom: 200px;
}
.link_news a{
	background-color: #FFF;
	color: var(--main-color);
	padding: 15px 40px;
	font-size: 1.1em;
}
.link_news a i{
	margin-left: 20px;
}
.link_news {	
	margin-top: 50px;
}
.top_news_ume ul{
	display: flex;
	justify-content: space-between;
	gap: 20px;
	list-style: none;
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
	font-size: .9em;
	text-align: left;
}
.top_news_ume ul li span{
	font-size: 1em;
}
.top_news_ume ul li a{
	color: var(--main-color);
}

/*----------------------------------------------
お知らせ
----------------------------------------------*/
/*一覧*/
.news_list a{
	color: var(--main-color);
}
.news_list ul{
	padding: 100px auto;
	display: flex;
	flex-direction: column;
	list-style: none;
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}
.news_list ul li{	
	display: flex;
}
.news_list ul li+li{	
	border-top: solid 1px var(--light-color);
}
.news_list ul img{
	width: 280px;
}
/*記事*/
.news_data{	
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}
.news_data h2{
	padding: 100px 0 50px 0;
	color: var(--main-color);
}
.news_data #up_ymd{
	margin: 20px;
}
.news_data #detail div+div{
	margin: 20px;
}

/*----------------------------------------------
トップページ　ご予約・お問い合わせ
----------------------------------------------*/
.top_contact {
	border-top: solid 12px var(--point-color);
	background-color: #FFF;
	margin: 0 auto;
	text-align: center;
}
.top_contact span{
	font-size: 1.5em;
	font-weight: 500;
}
.top_contact p{
	margin: 20px auto 50px;
}

/*----------------------------------------------
ますやについて　ごあいさつ
----------------------------------------------*/
.greeting {
	margin: 0 auto;
	position: relative;
}
.owner{
	text-align: right;
	font-size: 1.2em;
}

/*----------------------------------------------
ますやについて　店内・お席
----------------------------------------------*/
.about_seat{	
	margin: 0 auto;
	padding: 100px 0 200px;
	text-align: center;
	background-image:url("images/back_img_06.webp");
	background-position: top 0px left 50%;
	background-repeat: no-repeat;
}
.seat div{
	position: relative;
	margin-bottom: 20px;
}
.seat div .seat_caption{
	position: absolute;
}
.seat_caption {
	background-color: var(--main-color);
	color: #FFF;
	padding: 5px 15px;
	font-size: 1.2em;
}
.seat_footnote{
	font-size: 1.2em;
}

/*----------------------------------------------
ますやについて　アクセス
----------------------------------------------*/
.about_access {
	margin-bottom: 100px;
}
.about_access table{
	border-collapse:collapse;
	border-spacing: 30px;
	width: 100%;
}
.about_access th{
	width: 40%;
	text-align: left;
}
.about_access td{
	width: 60%;
}
.about_access tr{
	border-bottom: solid 1px var(--light-color);
}

/*----------------------------------------------
お料理
ランチ・テイクアウト
----------------------------------------------*/
.menu_link nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	gap: 20px;
	padding: 50px 0 80px;
}
.menu_link a{
	width: 270px;
}
.menu h2{
	font-size: 2em;
	font-weight: 500;
	text-align: center;
	margin-bottom: 50px;
}
/*.menu_list div:first-child{
	border-top: solid 1px var(--light-color);
}*/
.menu_list h4{
	text-align: center;
	font-size: 1.2em;
	font-weight: 500;
	border-bottom: solid 1px var(--light-color);
	padding: 0 0 20px;
}
.menu_list dl+h4{
	margin-top: 50px;
}
.menu_list div{	
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 10px;
	border-bottom: solid 1px var(--light-color);
}
.menu_list dd{
	line-height: 1.2em;
}
.menu_list dd:nth-child(2n) {
	text-align: right;
}
.menu_list.party_list dl+div{
	border-bottom: 0px;
}
.link_lunch {
	margin: 0 auto;
	text-align: center;
}
.link_lunch span{
	font-size: 1.5em;
	font-weight: 500;
}
.link_lunch p{
	margin: 20px auto 50px;
	font-size: 1.5em;
}
.link_lunch a{
	background-color: var(--light-color);
	color: #FFF;
}

/*----------------------------------------------
ご宴会
----------------------------------------------*/
.pd_100 {
	padding: 100px 0 0;
}
.party_caption{
	margin: 50px auto;
	padding: 30px 50px;
	border: solid 1px var(--light-color);
}

/*----------------------------------------------
ご予約・お問い合わせ
----------------------------------------------*/
.contact {
	margin: 0 auto;
	background-image: url("images/back_img_01.webp");
	background-position: top 0px left 0px;
	position: relative;
}
.contact p{
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.7em;
	margin-top: 10px;
}
.contact_tell{
	font-size: 1.2em;
	text-align: center;
	background-color: #FFF;
	padding: 50px;
	line-height: 2.5em;
}
.contact_tell strong{
	color: var(--point-color);
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
	font-size: 1.5em;
}
.contact_tell strong i,
.contact_info i{
	margin-right: 10px;
}
.contact_info span{
	font-size: 1.5em;
}
.contact_open,
.contact_holiday{
	text-align: center;
	color: var(--point-color);
	border: solid 2px var(--point-color);
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}
.contact_reserve h3{
	font-size: 1.8em;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
}
.contact_reserve div{
	font-size: 1em;
	background-color: #FFF;
	line-height: 1.7em;
}
.contact_reserve ul{
	margin-bottom: 20px;
}
.contact_reserve ul li{
	margin-left: 30px;
}
.contact_reserve dl{
	text-align: left;
	background-color: #E4E4E4;
	margin: 10px auto;
	padding: 40px;
	line-height: 1.7em;
	list-style: none;
}
.contact_reserve dt span{
	border-bottom: solid 1px var(--main-color);
}
.contact_reserve dd+dt{
	margin-top: 20px;
}

/*----------------------------------------------
フッター
----------------------------------------------*/
footer {
	background-color: var(--point-color);
	color: #fff;
}
footer a{
	color: #fff;
	border-bottom: solid 1px #fff;
}
.footer_left p,
.footer_right p{
	letter-spacing: 0.1em;
}
.footer_right p{
	margin-bottom: 20px;
}
.footer_right a{
	background-color: #FFF;
	color:  var(--main-color);
	padding: 15px 40px;
	font-size: 1.1em;
}
.footer_right a i{
	margin-left: 20px;
}
.link_access {
	margin-top: 50px;
}

/*----------------------------------------------
topへ戻る
----------------------------------------------*/
.pagetop {
	position: fixed;
	z-index: 9999;
	margin: 0;
	bottom: 0;
	right: 0;
	color: #FFFF;
	background: var(--point-color);
}
.pagetop a {
	color: #FFFF;
	display: grid;
	place-content: center;
	text-align: center;
	font-size: 1.4rem;
	text-decoration: none;
	filter: alpha(opacity=100);
	opacity: 1;
	line-height: 2.75;
	transition: 0.3s all ease;
}
.pagetop a:hover {
	color: var(--point-color);
	background: #FFF;
	text-align: center;
	text-decoration: none;
	filter: alpha(opacity=100);
	opacity: 1;
	transition: 0.3s all ease;
 }
.pagetop a i {
	margin-right: 0;
	padding-top: .15em;
}

/*----------------------------------------------
変数・その他
----------------------------------------------*/
html {
	--main-color: #534741;
	--light-color: #736357;
	--point-color: #c1272d;
	--sub-color: #d9c12d;
}

/*メインテキストカラー*/
.top_info,
.top_news,
.top_contact,
.greeting,
.about_seat,
.about_access,
.menu,
.link_lunch,
.contact
{color: var(--main-color);}

.mb_50{margin-bottom: 50px;}
.mt_-30{margin-top: -30px;}
.txt_center{text-align: center;}


a {
	text-decoration: none;
}
main {
	background-image: url("images/back_washi.webp");
	background-repeat: repeat;
}