@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%;
	font-size: 14px;	
}

html, body {
	height:100%;
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	font-family: 'Lato', 'Noto Sans JP', sans-serif;
  line-height:1.4;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

img {
	width: 100%;
    vertical-align: top;
}

*, *:before, *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


header {
	background:#E60012;
	box-shadow: 2px 0 2px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}

h1 {
	height: 80px;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

h1 img {
	height: 60px;
	width: auto;
}

h2 {
	margin: 0;
}

ul, li {
    padding: 0;
    margin: 0;
}

.content {
	padding: 5px;	
}

.content p {
	margin: 0;
	padding: 0 5px 1em;
}

dl {
	margin: 0;
}

dd {
	margin-left: 1em;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    background: rgba(0,0,0,.5);
    border-radius: 50%;
    color: #FFF;
    font-weight: bold;
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
}

.swiper-button-next {
    right: var(--swiper-navigation-sides-offset,0px);
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset,0px);
}

.info {
	border:1px dashed #F60;
	padding:5px;
}

.info ul {
	margin:0;
	padding:0 0 0 15px;
}

.info li {
	padding-bottom:5px;
}

.coupon {
	margin:20px 0;
}

p.day {
    background: #683205;
    border-radius: 0 0 6px 6px;
    color: #FFF500;
    font-weight: bold;
    text-align: center;
    padding: 5px 5px;
}

p.day::before {
    content: "ご利用期間： ";
    font-size: .9em;
}

footer {
	background:#E60012;
	color: #FFF;
	padding: 5px;
	text-align: center;
}

small {
}

.couponSliders {
	width:100%;
	height:100%;
}

.couponSliders div {
    padding: 0 5px;
}

.slick-prev:before, .slick-next:before {
	color:#000;
  font-size: 20px;
}

.slick-next {
	right:5px;
}

.slick-prev {
	left:5px;
}