@charset "UTF-8";

/* リセット
----------------------------------------*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button {
    margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* { 
margin: 0px; 
padding: 0px; 
}

img {
	border: 0;
}

ol ,
ul {
	list-style: none;
}
a{
	text-decoration: none;
	color:#333;
}
a:hover{
	text-decoration:underline;
}
a:hover img{
	opacity: 0.8;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* フォント
----------------------------------------*/
@font-face{
	font-display:swap;
	font-family:'NotoSans_L';
	font-style:normal;
	src:url(../../font/NotoSansCJKjp-Light.woff2) format('woff2'),
		url(../../font/NotoSansCJKjp-Light.woff) format('woff');
}
@font-face{
	font-display:swap;
	font-family:'NotoSans_R';
	font-style:normal;
	src:url(../../font/NotoSansCJKjp-Regular.woff2) format('woff2'),
		url(../../font/NotoSansCJKjp-Regular.woff) format('woff');
}
@font-face{
	font-display:swap;
	font-family:'NotoSerif_R';
	font-style:normal;
	src:url(../../font/NotoSerifCJKjp-Regular.woff2) format('woff2'),
		url(../../font/NotoSerifCJKjp-Regular.woff) format('woff');
}
body{
	font-size:16px;
	min-width: 100%;
	margin:0;
	padding:0;
	box-sizing: border-box;
	font-family:'NotoSerif_R';
	color:#333;
}
a.link{
	display: inline-block;
	border:2px solid #520404;
	text-align: center;
	color:#fff;
	background: #ad0404;
	padding:5px 20px;
	border-radius: 5px;
}
a.link:hover{
	text-decoration: none;
	opacity: 0.8;
}
.to_link a{
	width:90%;
	display: block;
	background: #fff;
	color:#A00E10!important;
	border:3px solid #A00E10;
	text-decoration: none;
	padding:8px 10px;
	text-align: center;
	border-radius: 30px;
	font-size:16px;
	box-sizing: border-box;
	margin:10px auto 10px;
	font-family:'NotoSans_R';
}

.to_link a:hover{
	background: #A00E10;
	color:#fff!important;
	border:3px solid #A00E10;
	box-sizing: border-box;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

/*----------------------------- 
			ヘッダー
----------------------------- */

h1,#header .h_tel,#header .open_time,#header h2{
	display: none;
}

#header{
	z-index: 100;
	width:100%;
	top:0;
	left:0;
	position: fixed;
	background: #a71010;
	border-bottom:2px solid #fbd8c5;
}
#header img.logo,#global img.logo{
	width:90px;
	float:left;
	margin:5px 0 5px 10px;
}
#header img.sp_tel,#header img.menu,#global img.sp_tel,#global img.menu{
	width:60px;
	float:right;
	margin:10px 10px 0 0;
}
#header nav{
	clear: both;
	border-top:2px solid #fbd8c5;
}
#header nav li{
	width:25%;
	float:left;
	border-right:1px solid #fbd8c5;
	font-size:14px;
	text-align: center;
	padding:10px 0;
}
#header nav li a{
	color:#fff;
}
#header nav::after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}
/*----------------------------- 
	コンテンツ
----------------------------- */

.content{
	padding-top:115px;
	background: #000;
}
.navi_pan{
	display: none;
}
.sub{
	width:96%;
	margin:40px 2% 0 2%;
	padding-bottom:50px;
}
h2.line01{
	font-size:30px;
	text-align: center;
	color:#fff;
}

/*----------------------------- 
シーン別オススメメニュー
----------------------------- */
ul.osusume{
	width:98%;
	margin:30px auto 70px auto;
}
ul.osusume::after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}
ul.osusume li{
	 height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top:72.9%;
	background: url("../../images/menu/seen1.jpg")no-repeat;
	width:50%;
	float:left;
	background-size: contain;
	position: relative;
}

ul.osusume li a{
	width:100%;
	display: block;
	position: absolute;
	bottom:3%;
	color:#000;
	font-size:18px;
	font-family:'NotoSerif_R';
	text-align: center;
}
ul.osusume::after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}
ul.osusume li+li{
	background: url("../../images/menu/seen2.jpg")no-repeat;
	background-size: contain;
}
ul.osusume li+li+li{
	background: url("../../images/menu/seen4.jpg")no-repeat;
	background-size: contain;
}

ul.osusume li:last-child{
	
	background: url("../../images/top/plate.png")no-repeat;
	 height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top:16.8%;
	width:100%;
	background-size: contain;
	margin-top:10px;
	position: relative;
}
ul.osusume li:last-child a{
	position: absolute;
	left:8%;
	color:#894c09;
	font-size:18px;
	text-align: left;
	box-sizing: border-box;
	width:80%;
 	top:33%;
}
ul.osusume li:last-child a span{
	display: none;
}
/*----------------------------- 
	固定フッター
----------------------------- */
.right_box{
	/*background:#cf0f0f url("../../images/base/yoyaku_bg_sp.png")no-repeat 95% 50%;*/
	background: #cf0f0f;
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	font-family:'NotoSans_R';
	border-top:3px solid #cea259;
	z-index: 50;
}
.right_box a{
	display: block;
	color:#fff;
	padding:5px 5px 10px 5%;
}
.right_box a:hover{
	text-decoration: none;
}

/*----------------------------- 
	フッター
----------------------------- */
footer{
	clear: both;
	margin:0 auto;
	background: #000;
}
footer .kanren{
	background: url("../../images/base/kanren_bg.png");
	padding:30px 10px 30px 10px;
	text-align: center;
	color:#fff;
}
footer .kanren img{
	display: block;
	width:auto;
	margin:10px auto;
}
footer .kanren h3{
	font-size:30px;
	font-weight: normal;
	margin:0 0 20px 0;
}
footer img.f-left{
	float:none!important;
	display: inline;
	margin:0 5px 0 0;
	width:auto;
}
footer img.mr20,footer img.mr30{
	margin-right:5px!important;
}
footer img.f_logo{
	display: block;
	width:auto;
	margin:0 auto 15px auto!important;
}
footer .f_info{
	position: relative;
	padding:20px 20px 50px 20px;
	color:#fff;
	font-size: 15px;
	font-family:'NotoSans_R';
	
}
footer .f_info img.omotenashi{
	margin-top:20px;
	width:60%;
	max-width: 190px;
}

footer .f_info img.security{
	margin-top:20px;
	width:35%;
	max-width: 115px;
}
footer p.copyright{
	background: #9d9c98;
	text-align: center;
	font-size:13px;
	color:#fff;
	font-family:'NotoSans_L';
	padding:10px 0;
}

/*メニュー
=============================================================================== */

#global {
	z-index: 999;
	width: 300px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;
	background: #a71010;
	overflow-y: auto;
}
#global,
#wrapper {
	transition: all 0.5s ease
}
#disable-layer {
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0,0,0,0.3);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 998;
}
#global ul{
	clear: both;
	border-top:2px solid #fbd8c5;
}
#global ul li{
	border-bottom:2px solid  #fbd8c5;
	padding:15px;
}
#global ul li a{
	color:#fff;
}
#global ul li a:before{
	content:">";
	margin-right:10px;
}
#global img{
	width: auto;
	margin:10px;
}