@charset "utf-8";
@import url('https://use.fontawesome.com/releases/v5.6.1/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap');

*{
	margin:0px;
	padding:0px;
}
img {
	vertical-align: top;
}
a img {
	border: none;
}
body{
	background:url(../img/bg_body.jpg) repeat-x #050303;
	font-size:12px;
}
h1{
	font-size:medium;
	margin-bottom:10px;
}
h2{
	margin: 0 0 15px;
	padding: 5px 0 10px 15px;
	color: #1a0c05;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	letter-spacing: 0.2em;
	border-bottom: #1a0c05 solid 1px;
	position: relative;
}
h2::before {
	content: "";
	display: block;
	background: #ea8d06;
	width: 5px;
	position: absolute;
	top: 0;
	bottom: 5px;
	left: 0;
}
h2::after {
	content: "";
	display: block;
	background: #1a0c05;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 1px;
	left: 0;
}

.common__heading {
	margin: 0 0 15px;
	padding: 5px 0 10px 15px;
	color: #1a0c05;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	letter-spacing: 0.2em;
	border-bottom: #1a0c05 solid 1px;
	position: relative;
}
.common__heading::before {
	content: "";
	display: block;
	background: #ea8d06;
	width: 5px;
	position: absolute;
	top: 0;
	bottom: 5px;
	left: 0;
}
.common__heading::after {
	content: "";
	display: block;
	background: #1a0c05;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 1px;
	left: 0;
}

h3{
	font-size:x-large;
	font-family: 'Noto Serif JP', serif;
	margin:25px 0px 10px;
	padding-bottom:5px;
	border-bottom:solid 2px #eb8e06;
	letter-spacing: 0.05em;
}
header{
	background:url(../img/header.jpg);
	width:830px;
	height:55px;
	color:#fff;
	margin:0px auto 3px;
	padding:10px 0px 0px 90px;
}
.header__copy {
	line-height: 45px;
	font-size: 11px;
	margin: 0;
}
#subimg{
	background:url(../img/subimage.jpg);
	width:920px;
	height:150px;
	margin:0px auto;
}
.pankuzu{
	color:#fff;
	font-size:10px;
	line-height:18px;
	width:880px;
	margin:0px auto;
}
.pankuzu li{
	list-style:none;
	display:inline;
	margin-right:10px;
}
.pankuzu a{
	color:#fff;
}
.pankuzu a:after{
	content:"　>>>";
}
#slideshow {
    position:relative;
	width:920px;
    height:360px;
	margin:0px auto;
}
#slideshow img {
    position:absolute;
    top:0;
    left: 0;
    z-index:8;
    opacity:0.0;
}
#slideshow img.active {
    z-index:10;
    opacity:1.0;
}
#slideshow img.last-active {
    z-index:9;
}
#news{
    position:relative;
	width:800px;
	height:340px;
	margin:-350px auto 10px;
	z-index:11;
	display: none;
}
#news section{
	width:240px;
	height:330px;
	border:#ef9807 solid 2px;
	background:#fff;
	padding:3px;
}
#news dl{
	height:270px;
	display:block;
	overflow:auto;
}
#news dl dt{
	clear:both;
	background:url(../img/point.jpg) no-repeat;
	text-indent:15px;
	color:#542710;
	margin-bottom:5px;
}
#news dl dd{
	line-height:18px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:#542710 dashed 1px;
}
#news dl img{
	width:80px;
	margin-right:5px;
	float:left;
}

nav{
	background:url(../img/bg_navi.jpg) repeat-x bottom;
}
nav ul{
	display: -webkit-flex;
	display: flex;
	background: -moz-linear-gradient(top, #fdba09, #e98d06);
	background: -webkit-linear-gradient(top, #fdba09, #e98d06);
	background: linear-gradient(to bottom, #fdba09, #e98d06);
	width:800px;
	width: 980px;
	margin:0px auto;
	border-radius: 10px;
	border: #333 solid 1px;
	position: relative;
}
nav ul::after{
	content: "";
	display: block;
	background: rgba(255,255,255,0.5);
	height: 10px;
	border-radius: 5px;
	position: absolute;
	top: 5px;
	right: 5px;
	left: 5px;
}
nav li{
	width: 20%;
	height:60px;
	list-style:none;
	position: relative;
	z-index: 1;
}
nav li + li::before{
	content: "";
	background: #000;
	display: block;
	width: 1px;
	height: 54px;
	position: absolute;
	top: 3px;
	left: 0;
	box-shadow: 1px 0 #fff;
}
nav li a{
	width: auto;
	height:60px;
	display:block;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	line-height: 60px;
	text-indent: 15px;
	text-decoration: none;
	text-shadow: 0 2px 3px rgba(0,0,0,0.75);
	letter-spacing: 0.05em;
}
nav li a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    margin: 0 5px 0 0;
	font-size: 12px;
    font-weight: 900;
    color: #fff;
	text-shadow: none;
}
#wrapper{
	background:#f2dbb1;
	padding:15px 0px 25px;
}
#content{
	clear:both;
	width:880px;
	margin:0px auto;
	display: -webkit-flex;
	display: flex;	
}
#main{
	width:610px;
	margin-right: auto;
}
#main dl{
	width:610px;
	line-height: 1.8;
	text-indent:5px;
	color:#1a0c05;
	margin-bottom:15px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#main dl dt{
	width: 20%;
	padding: 10px 0;
	border-bottom:dashed 1px #542710;
}
#main dl dd{
	width: 80%;
	padding: 10px 0;
	border-bottom:dashed 1px #542710;
}
#main p{
	margin-bottom:15px;
	line-height: 1.6;
}
iframe{
	border:#fff solid 2px;
}
#main table{
	width:610px;
	line-height:28px;
	text-indent:5px;
	color:#1a0c05;
	margin-bottom:15px;
}
#main th{
	width:110px;
	text-align:left;
	border-bottom:dashed 1px #542710;
	white-space:nowrap;
}
#main td{
	width:500px;
	padding:5px 0px;
	border-bottom:dashed 1px #542710;
}
#main ul.eventlist{
}
#main ul.eventlist li{
	list-style:none;
	line-height:24px;
}

#sub{
	width:250px;
}
#sub .ubereats h3 {
	margin-top: 0;
}
#sub .movie{
	background:url(../img/bg_movie.jpg);
	border:#000 solid 1px;
	margin-bottom:10px;
	padding:35px 0 5px;
}
#sub .movie p{
	font-size:10px;
	margin:5px 5px 0 0;
}
.btn_god{
	width:250px;
	height:80px;
	background:url(../img/btn_god.jpg);
	margin-bottom:10px;
}
.btn_god a{
	width:250px;
	height:80px;
	display:block;
	text-indent:-9999px;
}
.btn_mogumogu{
	width:250px;
	height:80px;
	background:url(../img/btn_mogumogu.jpg);
}
.btn_mogumogu a{
	width:250px;
	height:80px;
	display:block;
	text-indent:-9999px;
}
.melmaga{
	background:url(../img/bg_melmaga.jpg);
	width:240px;
	height:60px;
	margin-bottom:10px;
	padding:90px 5px 5px;
	color:#fff;
}
.melmaga input.long{
	width:180px;
	border:#890c08 solid 1px;
}

footer{
	background:url(../img/footer.jpg) center repeat-y #0d0000;
	height:55px;
	border-top:#eb8e06 solid 2px;
	color:#fff;
	padding-top:10px;
}
footer ul{
	width:900px;
	margin:0px auto 10px;
}
footer ul li{
	list-style:none;
	display:inline;
	margin-right:10px;
}
footer ul li:before{
	content:">　";
}
footer ul li a{
	color:#fff;
}
footer p{
	width:920px;
	margin:0 auto;
	text-align:right;
}
.ttl_news{
	background:url(../img/ttl_news.jpg);
	width:240px;
}
/*.ttl_info{
	background:url(../img/ttl_info.jpg);
}
.ttl_menu{
	background:url(../img/ttl_menu.jpg);
}
.ttl_event{
	background:url(../img/ttl_event.jpg);
}
.ttl_spot{
	background:url(../img/ttl_spot.jpg);
}
.ttl_lunchbox{
	background:url(../img/ttl_lunchbox.jpg);
}
.ttl_tare{
	background:url(../img/ttl_tare.jpg);
}
.ttl_thanks{
	background:url(../img/ttl_thanks.jpg);
}
.ttl_melmaga{
	background:url(../img/ttl_melmaga.jpg);
}
.ttl_clear{
	background:url(../img/ttl_clear.jpg);
}
.ttl_intro{
	background:url(../img/ttl_intro.jpg);
}*/
.photo{
	width:200px;
	margin-right:10px;
	float:left;
}
.photo img{
	border:#fff solid 2px;
}
.discription{
	width:400px;
	float:left;
}
.text{
	border-bottom:dashed 1px #542710;
}
.price{
	text-align:right;
	font-size:x-large;
	color:#821a1f;
}
.event{
	text-align:center;
}
.event img{
	border:#fff solid 2px;
	margin:0 3px;
}

/**/
.caution{
	background: rgba(255,255,255,0.8);
	margin: 20px 0 0;
	padding: 15px;
	color:#f00;
	font-size: 14px;
	font-weight: bold;
}
.caution li{
	list-style:none;
}
.red{
	color:#f00;
}
.long{
	width:90%;
}
.clearfix{
	zoom:100%;
	min-hight:0px;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
.clear{
	clear:both;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}

.instagram #insta-window {
	background: none !important;
    border: none !important;
	border-radius: 0 !important;
	padding: 10px 0 !important;
}
.instagram .iswd-images-item {
    width: 50% !important;
}
.iswd-follow-btn {
	background: #000 !important;
}

.ubereats__image {
	background: #fff;
	margin: 0 0 10px;
	padding: 15px;
}
.ubereats__list {
	margin: 25px 0 0;
	display: -webkit-flex;
	display: flex;
}
.ubereats__list__item {
	width: 48%;
	list-style: none;
}
.ubereats__list__item:nth-of-type(n+2) {
	margin-left: auto;
}
.ubereats__list__item a img {
	width: 100%;
}

.callenge__menu {
	padding: 30px 0 0;
}
.callenge__menu__heading {
	margin-bottom: 20px;
	padding-left: 15px;
	position: relative;
	z-index: 0;
	text-shadow: #f2dbb1 0 0 2px, #f2dbb1 0 0 2px, #f2dbb1 0 0 2px, #f2dbb1 0 0 2px, #f2dbb1 0 0 2px, #f2dbb1 0 0 2px, #f2dbb1 0 0 2px, #f2dbb1 0 0 2px, #f2dbb1 0 0 2px, #f2dbb1 0 0 2px, #f2dbb1 0 0 2px, #f2dbb1 0 0 2px, #f2dbb1 0 0 2px, #f2dbb1 0 0 2px, #f2dbb1 0 0 2px;
}
.callenge__menu__heading::before {
	content: "";
	background:url(../img/ttl_red.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 80px;
	height: 77.5px;
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: -1;
}
.callenge__menu__catchcopy {
	margin: 0 0 20px;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
}
.callenge__menu__price {
	margin: 0 0 10px;
	text-align:right;
	color:#821a1f;
	font-weight: bold;
	font-size: xx-large;
}
.callenge__menu__price::before {
	content: "価格";
	display: inline-block;
	margin: 0 10px 0 0;
	font-size: 14px;
	line-height: 1;
}
.callenge__menu dl {
	font-size: 14px;
}
.callenge__menu dt {
	font-weight: bold;
}