@charset "utf-8";
/* CSS Document */


#container{
		width:90%;
	max-width: 990px;
	margin: 0 auto;
	background-color: #ffffff;
	overflow: hidden;
	}

#sale_ti{
	text-align: center;
        margin: 5rem 0 5rem;
}
#sale_ti h1{
	font-size: 2.8rem;
	margin-bottom: 1.5rem;
	color: #830000; 
}
#sale_ti p{
	margin-bottom: 1rem;
	line-height: 1.5em;
}
#sale_ti p.kikan{
	font-size: 1.5rem;
}
.howto{
	width: 100%;
	max-width: 600px;
	margin: 0 auto 2rem;
}
.howto h2{
	text-align: center;
	font-size: 1.3rem;
	margin-bottom: 0.8em;
}
.howto p{
	line-height: 1.5em;
}

#coupon ul li,
#coupon ul li img{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

#coupon ul li{
	padding-bottom: 1rem;
    margin-bottom: 2rem;
}

#coupon ul li.coupon1 {
	background:#221F37;
	/*background:#3F4659;*/ 
	

}

#coupon ul li.coupon2 {
	background:#281F1F;
}
#coupon ul li.coupon3 {
	background:#344D66;
}

#coupon ul li p{
	text-align: center;
    padding: 1.5rem;
    background: #FFF;
    width: 85%;
    margin: 0 auto;

}

#coupon ul li p span{
	font-size: 1.8rem;
	padding-top: 0.5rem;
    display: inline-block;
}


.attention{
	text-align: center;
	margin: 1.5rem 0;
}


.item_link{
	text-align: center;
	
}
.item_link a{
	color: #ffffff;
	display: block;
	width: 80%;
	background-color: #222222;
	margin: 3rem auto;
	padding: 2rem 0;
	font-size: 1.4rem;
	border-radius: 0.5rem;
	max-width: 500px;
}

.howto_img img{
	width: 100%;
}

ul.info{
margin: 7rem 0 7rem;
text-align: center;
}


ul.info img{
	width: 100%;
	max-width: 540px;
}
ul.info li{
margin-bottom: 2rem;
}




/* ------　トップに戻る　------------- */

#page_top{
  width: 4rem;
  height: 4rem;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #999999;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 4rem;
  height: 4rem;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 2rem;
  color: #fff;
  position: absolute;
	width: 2rem;
  height: 2rem;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



@media screen and (min-width: 641px) {
	
html{
	font-size: 81.25%; /*13px*/
}

}


@media screen and (min-width: 961px) {
	

html{
	/*font-size: 87.5%;*/
	font-size: 93.75%; /*15px*/
}

.howto{
		text-align: center;
	}

	
}


@media screen and (max-width: 960px) {
	
.sp_none{
		display: none;
	}
		
}




