@charset "UTF-8";
/* Base ======================================================================*/
body {
	font: 100%/1.5 Yu Gothic Medium, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	word-wrap: break-word;
	color: #333;
	-webkit-text-size-adjust: 100%;
}

/*----------------------------------------------------------------------------*/
@media screen and (max-width:611px) {
body {
	font-size: 80%;
}
}
/*----------------------------------------------------------------------------*/
a {
	color: #00f;
}
a:visited {
	color: #810081;
}
a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
img {
	max-width: 100%;
	height: auto;
}
.niku_01 {
	background: #000;
}
.niku_02 {
	background: #e71a1d;
}
.niku_03 {
	background: #90413b;
}

@media screen and (max-width:611px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
}
.l_wapper {
	width: 600px;
	margin: 0px auto;
}

@media screen and (max-width:611px) {
.l_wapper {
	width: 100%;
	margin: 0px auto;
}
img, iframe {
	max-width: 100%;
	height: auto;
}
}
/* =====================================*/
/*　access　*/
/* -------------------------------------*/
.accessTxt {
	color: #fff;
	padding: 10px;
	background: #e71a1d;
	font-size: 90%;
	box-sizing: border-box;
}
.accessTxt a {
	color: #fff;
}
.accessMap {
	line-height: 0;
}
/* =====================================*/
/*　coupon　*/
/* -------------------------------------*/

.coupon_lst{
    display: flex;
    flex-flow: wrap;
}
.coupon_lst li{
	width: 100%;
	height: auto;
}

.couponTxt {
	font-weight: bold;
	padding: 10px;
	background: #ffffff;
	box-sizing: border-box;
}
.couponTxt a {
	color: #fff;
}


.couponTxt dl{
    margin: 20px 0px 0px;

}
.couponTxt dt{
    margin: 0px 0px 10px;
    font-size: 120%;
    background: #cd1b0f;
    text-align: center;
    color: #fff;
    padding: 3px;
}
.couponTxt dd{
    margin: 0px 0px 20px;}
.couponTxt dd li{
    margin: 0px 0px 20px;text-indent: -1em;
    margin: 0px 0px 10px 1em;}

.coupon-box.read p{
    margin: 0px 0px 20px;
}

.app_btn{
    display: flex;
}
@media screen and (max-width:611px) {
footer {
	padding: 2% 0px;
}
}
/*　footer　*/
/* -------------------------------------*/
footer {
	text-align: center;
	background: #000;
	width: 100%;
}

@media screen and (max-width:611px) {
footer {
	padding: 2% 0px;
}
}


#container {
    position: relative;
    height: 100%;
    margin: auto;
    transition: opacity 0.2s;
    opacity: 0;
}

header {
    background: #b50005;
    position: relative;
    z-index: 200;
    overflow: hidden;
    margin-bottom: -1px;
}
header .main_img1 img {
    opacity: 0;
    transform: scale(2);
    transform-origin: center top;
    transition: all 0.8s 0.2s;
}
header.show .main_img1 img {
    opacity: 1;
    transform: none;
}

header.show .main_img1 img{
    opacity: 1;
    transform: none;
}


header .main_img2 img {
    opacity: 0;
    transform: scale(2);
    transform-origin: center top;
    transition: all 0.8s 1.2s;
}
header.show .main_img2 img {
    opacity: 1;
    transform: none;
}

header.show .main_img2 img{
    opacity: 1;
    transform: none;
}



header .main_img3 img {
    opacity: 0;
    transform: scale(2);
    transform-origin: center top;
    transition: all 0.8s 2.2s;
}
header.show .main_img3 img {
    opacity: 1;
    transform: none;
}

header.show .main_img3 img{
    opacity: 1;
    transform: none;
}



header .main_img4 img {
    opacity: 0;
    transform: scale(2);
    transform-origin: center top;
    transition: all 0.8s 3.2s;
}
header.show .main_img4 img {
    opacity: 1;
    transform: none;
}

header.show .main_img4 img{
    opacity: 1;
    transform: none;
}


/* =====================================*/
/*　p_shosai　*/
/* -------------------------------------*/

.p_shosai{
    background: #ffffff;
    padding: 15px;
}

.p_shosai p{
    margin: 0px 0px 10px;
}

.p_shosaiTtl{
    margin: 25px 0px 5px;
}

.p_shosaiApp{
    display: flex;
    justify-content:space-around;
}
.p_shosaiApp li{
    width: 45%;
}





.app_btn{
    display: flex;
    justify-content: space-around;
    margin: 10px 0px 10px;
}
.yoyaku_btn {
	width: 98%;
	text-align: center;
	margin: 15px auto 0px;
}
.yoyaku_btn li{
	margin: 0px 0px 10px;
}

.shopLst dl{
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: dashed 1px #999;
}
.shopLst dt{
    font-weight: bold;
}
