@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');
}
@font-face{
	font-display:swap;
	font-family:'NotoSerif_M';
	font-style:normal;
	src:url(../font/NotoSerifCJKjp-Medium.woff2) format('woff2'),
		url(../font/NotoSerifCJKjp-Medium.woff) format('woff');
}
body{
	font-weight: normal;
	font-size:18px;
	min-width: 1000px;
	margin:0;
	padding:0;
	box-sizing: border-box;
	font-family:'NotoSerif_R';
	color:#333;
	background: url("../images/base/bg.jpg");
}
.w1000{
	width:1000px;
	margin:0 auto;
}

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;
}
a.link img{
	margin-right:5px;
}
.to_link a{
	width:400px;
	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;
}

#global{
	display: none;
}
/*----------------------------- 
			ヘッダー
----------------------------- */
h1{
	font-size:11px;
	font-weight: normal;
	font-family: "NotoSans_L";
	background: #000;
	padding:8px 5px;
	height:30px;
}
h1 a{
	display: block;
	width:1000px;
	margin:0 auto;
	color:#fff;
}
/*----------------------------- 
	ヘッダー
----------------------------- */
#header img.sp_tel,#header img.menu{
	display: none;
}
header{
	width:1100px;
	margin:0 auto;
	background: url("../images/base/header_bg.png")no-repeat;
	height:171px;
	position: relative;
	padding:7px 8px;
	z-index: 999;
	pointer-events: none;
}
header h2.title{
	background: url("../images/base/label.png")no-repeat;
	width:269px;
	height:46px;
	position: absolute;
	left:-20px;
	top:13px;
	color:#000;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
	padding:4px 0 0 30px;
}
header img.logo{
	position: absolute;
	top:65px;
	left:45px;
	font-size:17px;
	pointer-events: none;
	 pointer-events: auto;
}
.nav{
	position: absolute;
	top:35px;
	left:280px;
	font-size:17px;
}
.nav li{
	float:left;
	margin-right:50px;
	 pointer-events: auto;
}
.nav li a{
	color:#fff;
	z-index: 999;
}
header img.h_tel{
	position: absolute;
	right:220px;
	top:8px;
}
header p.open_time{
	font-size:12px;
	color:#fff;
	font-family:'NotoSans_R';
	position: absolute;
	right:170px;
	top:40px;
}

/*----------------------------- 
	ぱんくずナビ
----------------------------- */
.navi_pan{
	top:134px;
	width:1100px;
	position: absolute;
	padding:20px 20px 0 20px;
	background: #000;
	margin:0 auto;
	font-size:12px;
	font-family:'NotoSans_L';
	height:80px;
	color:#fff;
	 pointer-events: auto;
}
.navi_pan ol{
	float:right;
}
.navi_pan li{
	float:left;
}
.navi_pan li::after{
	content:">";
	margin:0 5px;
}
.navi_pan li:last-child:after{
	content:"";
}
.navi_pan a{
	color:#fff;
}
/*----------------------------- 
	コンテンツ
----------------------------- */

.content{
	width:1100px;
	margin:0 auto;
	background: #000;
}
.sub{
	padding:30px 20px;
}
h2.line01{
	font-size:40px;
	text-align: center;
	color:#fff;
}


/*----------------------------- 
シーン別オススメメニュー
----------------------------- */
ul.osusume{
	width:650px;
	margin:20px auto;
}
ul.osusume li{
	background: url("../images/menu/seen1.jpg")no-repeat;
	width:216px;
	height:315px;
	float:left;
}
ul.osusume li:nth-of-type(1){
	margin-left: 100px;
}
ul.osusume::after,.osusume_box::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;
}
ul.osusume li+li+li{
	background: url("../images/menu/seen4.jpg")no-repeat;
}

ul.osusume li a{
	display: block;
	padding:265px 0 0 0;
	font-size:24px;
	color:#000;
	font-family:'NotoSerif_M';
	text-align: center;
}
ul.osusume li a:hover{
	
	text-decoration: none;
}
ul.osusume li:hover{
	opacity: 0.8;
}
ul.osusume li:last-child{
	background: url("../images/top/plate.png")no-repeat;
	width:648px;
	height:109px;
	
}
ul.osusume li:last-child a{
	padding:35px 0 0 50px;
	color:#894c09;
	font-size:24px;
	text-align: left;
}
ul.osusume li:last-child a span{
	display: block;
	font-size:18px;
}
/*----------------------------- 
	右の固定メニュー
----------------------------- */
/*.right_box{
	background: url("../images/base/yoyaku_bg.png")no-repeat;
	width:75px;
	height:346px;
	writing-mode: vertical-rl;
	text-orientation: upright;
	position: fixed;
	right:0;
	top:80px;
}*/
.right_box{
	width: 85px;
    height: 400px;
	writing-mode: vertical-rl;
	text-orientation: upright;
	position: fixed;
	right:0;
	top:80px;
	background:#a71010;
	border:3px solid #cea259;
}
.right_box a{
	display: block;
	color:#fff;
	padding:10px 10px 0 0 ;
}
.right_box a:hover{
	text-decoration: none;
}

/*----------------------------- 
	フッター
----------------------------- */
footer{
	clear: both;
	width:1100px;
	margin:0 auto;
	background: #000;
}
footer .kanren{
	background: url("../images/base/kanren_bg.png");
	padding:30px 120px 50px 80px;
	text-align: center;
	color:#fff;
	
}
footer .kanren h3{
	font-size:30px;
	font-weight: normal;
	margin:0 0 20px 0;
}
footer .f_info{
	position: relative;
	padding:50px 20px 30px 20px;
	color:#fff;
	font-size: 15px;
	font-family:'NotoSans_R';
}
footer .f_info img.omotenashi{
	position: absolute;
	left:760px;
	top:65px;
}
footer .f_info img.security{
	position: absolute;
	left:970px;
	top:65px;
}
footer p.copyright{
	background: #9d9c98;
	text-align: center;
	font-size:13px;
	color:#fff;
	font-family:'NotoSans_L';
	padding:10px 0;
}