@charset "UTF-8";
h1{
	display: block;
	font-size: unset;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
	font-weight: unset;
}
h2{
	display: block;
    font-size: unset;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: unset;
}

@media all and (min-width:769px){
/*
==========================================================
main_img
========================================================
*/
#main_img{
	width:100%;
	height:400px;
	/*height:550px;キャンペーン時*/
	padding:0px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	background-color:#000;
	background-image:url(/topImage/top_img.jpg);
	background-position:center;
	background-repeat:no-repeat;
	display:none;
}
#main_img .splogo{
	display: none;
}
/*
==========================================================
contents
========================================================
*/
#contents{
	width:960px;
	padding:0px;
	margin:50px auto 0px auto;
	clear:both;
	overflow:hidden;
	z-index: 0;
	position: relative;
}
#contents #left{
	width:630px;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
	overflow:hidden;
}
#contents #right{
	width:300px;
	padding:0px;
	margin:0px;
	float:right;
	overflow:hidden;
	display: block;
}
/*
==========================================================
left kodawari_title　list
========================================================
*/
.concept_title{
	color:#fff;
	clear:both;
	float:left;
	margin:0px 0px 50px 0px;
	padding:0px;
	width:630px;
	height:100px;
}
.concept_title h1{
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 1.4pt;
	position: relative;
}
.concept_title h1:before{
	content: "";
	background: #fff;
	height: 2px;
	width: 140px;
	position: absolute;
	top:50%;
	left:0;
	transform:translate(0,-50%);
}
.concept_title h1:after{
	content: "";
	background: #fff;
	height: 2px;
	width: 140px;
	position: absolute;
	top:50%;
	right:0;
	transform:translate(0,-50%);
}
.concept_title h2{
	line-height: 1.4em;
    padding: 10px 0;
    width: 90%;
    margin: 0 auto;
}
#list{
	width:630px;
	height:120px;
	padding:0px;
	margin:0px 0px 30px 0px;
	float:left;
	clear:both;
	overflow: hidden;
	position: relative;
}
#list .list_img{
	width:300px;
	height:120px;
	padding:0px;
	margin:0px;
	float:left;
}
#list .comment{
	width:300px;
	height:120px;
	padding:0px;
	margin:0px;
	float:right;
}
#list .comment h2{
	width:300px;
	height:25px;
	padding:0px;
	margin:0px 0px 10px 0px;
	float:left;
	clear:both;
}
#list .comment p{
	width:300px;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
	clear:both;
	font-size:14px;
	text-align:left;
	line-height:150%;
	color:#fff;
	font-weight:normal;
}
/*
==========================================================
right media btn
========================================================
*/
#media_list{
	width:300px;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#list .comment h2{
	padding:0px;
	font-size: 26px;
	font-weight: normal;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
	line-height: 1.2em;
}
#media_list h3{
	padding:0px;
	margin:0px;
	font-size:10px;
	text-align:left;
	line-height:150%;
	color:#fff;
	font-weight:bold;
}
#media_list p{
	padding:0px 0px 5px 0px;
	margin:0px 0px 10px 0px;
	font-size:12px;
	text-align:left;
	line-height:150%;
	color:#fff;
	font-weight:normal;
	border-bottom:1px dotted #ccc;
}
#media_list p a{
	color:#fff;
	text-decoration:underline;
}
#media_list p a:hover{
	color:#ccc;
	text-decoration:underline;
}
/*---btn---*/
.osusume_btn a{
	width:300px;
	height:80px;
	padding:0px;
	display:block;
	background-image:url(/topImage/osusume_btn.jpg);
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.store_btn a{
	width:300px;
	height:80px;
	padding:0px;
	margin:0px 0px 20px 0px;
	display:block;
	background-image:url(/topImage/store_btn.jpg);
	background-repeat:no-repeat;
}
.osusume_btn .store_btn, a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
/*---reservation---*/
.reservation_img{
	padding:0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	display: block;
}
.reservation_btn a{
	width:300px;
	height:40px;
	padding:0px;
	margin:0px;
	background-image:url(/topImage/reservation_btn.jpg);
	background-repeat:no-repeat;
	display:block;
}
.reservation_btn a:hover{
	background-position:0px -40px;
	opacity:1;
}
#right .banner {
	margin-bottom: 20px;
}
#right .new_open {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	background-color: #FFF;
	display: block;
	color: #C00;
}
#right .new_open a {
	text-decoration: none;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
#right .new_open a:hover {
	background-color: #FFC;
}
.blinking{
	animation: blinkAnime 1s infinite alternate;
}

@keyframes blinkAnime{
   0% { color: #FFFFFF }
 100% { color: #FF0000 }
}
#right .qr-code {
}

/*---coupon---*/

.coupon_btn a{
	width:300px;
	height:80px;
	padding:0px;
	margin:30px 0px 0px 0px;
	float:left;
	clear:both;
	background-image:url(/topImage/coupon_btn.jpg);
	background-repeat:no-repeat;
	display:block;
}
.coupon_btn a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	clear: both;
}
#news {
	text-align: left;
	clear: both;
}
#news p.title {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #800007;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#news ul {
}
#news li {
	color: #FFF;
	font-size: 14px;
	line-height: 1.5em;
	list-style-type: disc;
	margin: 0 0 10px 20px;
}
#news li a {
	color: #FFF;
}
#news li a:hover {
	color: #FF9;
}
.banner {
}
/*
==========================================================
social
==========================================================
*/
#social{
	width: 100%;
	padding: 0;
	margin: 0 0 3%;
}
#social ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#social li{
	margin: 0 1%;
	width: 24px;
}
#social li a img{
	width: 100%;
}
#social li a:hover img{
	opacity: 0.8;
}
}

@media all and (max-width:768px){
/*
==========================================================
main_img
========================================================
*/
#main_img{
	background-color:#000;
	background-image:url(/topImage/top_img.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	display:none;
	margin:0 auto;
	padding:0px;
	width:100%;
	height:30vh;
	overflow:hidden;
	position: relative;
}
#main_img .splogo{
	width: 100px;
	height: 140px;
	position: absolute;
	bottom: 20px;
	left: 20px;
}
/*
==========================================================
contents
========================================================
*/
#contents{
	width:100%;
	padding:0px;
	margin:5% auto;
	z-index: 0;
	position: relative;
}
#contents #left{
	width:100%;
	padding:0;
	margin:0 auto 5%;
}
#contents #right{
	width:100%;
	padding:0;
	margin:0 auto 5%;
}
/*
==========================================================
left kodawari_title　list
========================================================
*/
.concept_title{
	color:#fff;
	margin:0 auto 5%;
	padding:0px;
	width:95%;
	height:100px;
}
.concept_title h1{
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 1.4pt;
	position: relative;
}
.concept_title h1:before{
	content: "";
	background: #fff;
	height: 2px;
	width: 15%;
	position: absolute;
	top:50%;
	left:0;
	transform:translate(0,-50%);
}
.concept_title h1:after{
	content: "";
	background: #fff;
	height: 2px;
	width: 15%;
	position: absolute;
	top:50%;
	right:0;
	transform:translate(0,-50%);
}
.concept_title h2{
	line-height: 1.4em;
    padding: 10px 0;
    width: 90%;
    margin: 0 auto;
}
.concept_title h2 br{
	display: none;
}
#list{
	margin:0 auto 5%;
	padding:0px;
	width:95%;
	overflow: hidden;
	position: relative;
}
#list .list_img{
	width:100%;
	padding:0px;
	margin:0px;
}
#list .list_img img{
	width: 100%;
}
#list .comment{
	width:100%;
	padding:5% 0;
	margin:0px;
}
#list .comment h2{
	width:100%;
	height:25px;
	padding:0px;
	margin:0px 0px 10px 0px;
}
#list .comment p{
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
	font-size:14px;
	text-align:left;
	line-height:150%;
	color:#fff;
}
/*
==========================================================
right media btn
========================================================
*/
#media_list{
	width:95%;
	padding:0;
	margin: 0 auto 5%;
}
#list .comment h2{
	color: #FFF;
	font-size: 26px;
	font-weight: normal;
	text-align: left;
	line-height: 1.2em;
	margin-top: 0 0 10px 0;
	padding:0px;
}
#media_list h3{
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	line-height:150%;
	margin:0px;
	padding:0px;
}
#media_list p{
	border-bottom:1px dotted #ccc;
	color:#fff;
	font-weight:normal;
	font-size:12px;
	text-align:left;
	line-height:150%;
	padding:0px 0px 5px 0px;
	margin:0px 0px 10px 0px;
}
#media_list p a{
	color:#fff;
	text-decoration:underline;
}
#media_list p a:hover{
	color:#ccc;
	text-decoration:underline;
}
/*---btn---*/
.osusume_btn a{
	width:100%;
	height:80px;
	padding:0px;
	display:block;
	background-image:url(/topImage/osusume_btn.jpg);
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.store_btn a{
	width:100%;
	height:80px;
	padding:0px;
	margin:0px 0px 20px 0px;
	display:block;
}
.osusume_btn .store_btn, a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
/*---reservation---*/
.reservation_img{
	padding:0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	display: block;
}
.reservation_btn a{
	width: 100%;
    height: 40px;
    padding: 0px;
    margin: 0px;
    background-image: url(/topImage/reservation_btn.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
}
.reservation_btn a:hover{
	background-position:0px -40px;
	opacity:1;
}
#right .banner {
	margin-bottom: 20px;
}
#right .new_open {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	background-color: #FFF;
	display: block;
	color: #C00;
}
#right .new_open a {
	text-decoration: none;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
#right .new_open a:hover {
	background-color: #FFC;
}
.blinking{
	animation: blinkAnime 1s infinite alternate;
}

@keyframes blinkAnime{
   0% { color: #FFFFFF }
 100% { color: #FF0000 }
}
#right .qr-code {
}

/*---coupon---*/

.coupon_btn a{
	width:100%;
	height:80px;
	padding:0px;
	margin:30px 0px 0px 0px;
	float:left;
	clear:both;
	background-image:url(/topImage/coupon_btn.jpg);
	background-repeat:no-repeat;
	display:block;
}
.coupon_btn a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	clear: both;
}
#news {
	text-align: left;
}
#news p.title {
	background-color: #800007;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#news ul {
	margin: 5% auto;
	padding:0;
	width: 95%;
}
#news li {
	color: #FFF;
	font-size: 14px;
	line-height: 1.5em;
	list-style-type: disc;
	margin: 0 0 10px 10px;
}
#news li a {
	color: #FFF;
}
#news li a:hover {
	color: #FF9;
}
.banner {
}
/*
==========================================================
social
==========================================================
*/
#social{
	width: 95%;
    padding: 0;
    margin: 0 auto 3%;
}
#social ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#social li{
	margin: 0 1%;
	width: 24px;
}
#social li a img{
	width: 100%;
}
#social li a:hover img{
	opacity: 0.8;
}
}
