@charset "utf-8";
/* CSS Document */

/* 
===================== 1.Universal reset ==========================
*/
.pc { display: block !important; }
.sp { display: none !important; }
img{
	border: none;
	margin: 0 auto;
	padding: 0;
	height:auto;
	}
.clear{
	clear: both;
	}
span {
   display: inline-block;
	}
	
/* 
===================== 2.Body and base setting ====================
*/
body{
	font-family: 'M PLUS Rounded 1c',"メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 900;
	background: url(img/bg.png);
	background-repeat:repeat;
    background-position: top center;
	background-size:contain;
	margin: 0;
	padding: 0;
	background-color:#ffffff;
	color: #663333;
	}
.rectangle {
	width:100%;
	background-color:#DB0007;
	text-align:center;
	margin: 0;
	padding: 20px 0 0;
	}
.lace{
	background-image: url(../img/lace.png);
	height: 50px;
	border: 0;
	text-align:center;
	margin: 0;
	padding: 0;
	}
#wrap {
	transform: rotate(0.05deg);
	width:640px;
	margin: 0 auto;
	padding: 0;
	}
#copyright{
	width: 100%;
	text-align:center;
	margin: 0 auto;
	padding:10px 0;
	}
a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
	}

/* 
===================== 3.Content setting ====================
*/

/*---------top--------*/
#top{
    line-height: 0;
    margin-top: 1rem;
	}
#top img{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	padding: 0;
	}
#top h1{
    margin: 0;
}
#cpn{
	background-color: white;
	border-radius: 20px;
    overflow: hidden;
}

/*--- 店舗一覧 ---*/
.shoplist_box{
	width:100%;
	margin: 90px auto 30px auto;
	text-align:center;
	-moz-border-radius: 20px;    /* 古いFirefox */
	-webkit-border-radius: 20px; /* 古いSafari,Chrome */
	border-radius: 20px;         /* CSS3 */
	background-color: rgba(255, 255, 255, 1);
    line-height: initial;
	}
.shoplist {
	width: 85%;
	margin: 0 auto;
	padding:10px 40px 30px 30px;
	text-align: left;
	}	
.shoplist h6 {
	width: 100%;
	margin-top: 2em;
	margin-bottom: 2px;
	padding:6px 0;
	text-align:center;
	font-size:16px;
	color:#FFF;
	background-color: #E85298;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
	border-radius: 20px;
	}
.shoplist p {
	width: 100%;
	padding: 0 1em;
	margin-bottom: 15px;
	}
.shoplist ul,
.shoplist ol {
  padding: 0 1em 0 1.2em;
	}
.shoplist ul li {
	list-style-type: disc;
	list-style-position: inside;
	border-bottom: dashed 1px silver;
	padding: 0.7em 0 0.7em 0;
	}
.shoplist ol li {
	list-style-type: decimal;
	}
.shoplist p {
	text-align: left;
	}
.shoplist p.notes {
	text-align: left;
	}
.shoplist ul li .notice{
    font-size: 0.8em;
}

h2{
	position: relative;
    background: #ffeaf5;
	text-align:center;
	font-weight: bold;
    font-size: 32px;
	color:#e62e8b;
	margin: 0 auto;
    border-radius: 20px 20px 0 0;
	padding: 20px 0 15px 0;
	}

/*--- プルダウン ---*/
.shoplist_select {
	overflow: hidden;
	width: 60%;
	margin: 2em 7em 1em;
	padding: 1em;
	font-size: 98%;
	text-align: center;
}
.shoplist_select select {
	width: 100%;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.shoplist_select select::-ms-expand {
    display: none;
}
.shoplist_select.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.shoplist_select.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.shoplist_select.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

/*--- キャンペーンTOPへ戻る ---*/	
.back_cpn {
	width:95%;
    margin: 80px auto 90px;
    color:#630;
    background: #cd5c5c;
    box-shadow: 0px 0px 0px 10px #cd5c5c;
    border: dashed 2px #ffc3c3;
    border-radius: 5px;
	}
.back_cpn p {
    margin: 0; 
    padding: 1rem 0;
	font-weight:bold;
	font-size: 20px;
	text-align:center;
    line-height: initial;
	}
.back_cpn a {text-decoration: none; }
.back_cpn a:link { color: #ffffff; }
.back_cpn a:visited { color: #ffffff; }
.back_cpn a:hover { color: #f08080; }
.back_cpn a:active { color: #f08080; }


/*--- bnr ---*/
#box_bnr{
	width:100%;
	margin: 50px auto;
	padding:0;
	text-align:center;
	}
#box_bnr img{
	padding-bottom:15px;
	}

.contents_box {
    width: 100%;
    margin: 10px auto 5px auto;
    padding: 40px 0px;
    text-align: center;
    /*border-radius: 20px;*/
}

/*---------SNS--------*/	
#sns_box{
	width:100%;
	margin:  0 auto;
	padding:20px 0 ;
	text-align:center;
	background-color: #FFF;   /* 背景色 */
	}
#btn_box img{
	float:none;
	margin: 0 auto;
	padding:15px;
	/*width:50px;*/
	}
#btn_box{
	width:100%;
	text-align:center;
	margin:0 auto;
	padding: 0 auto;
	}

/*---------page-top--------*/	
#page_top{
  width: 80px;
  height: 80px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: #ef3f98;
  opacity: 0.7;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 40px;
  color: #fff;
  position: absolute;
  height: 30px;
  top: -10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/*===============================================
スマホ・タブレット  画面横幅767pxまで
===============================================*/
@media screen and (max-width:768px){

/* 
===================== 1.Universal reset ==========================
*/
.pc { display: none !important; }
.sp { display: block !important; }
img{
	width:100%;
	}
/* 
===================== 2.Body and base setting ====================
*/
body{
	min-width: 640px;
	background-size:250%;
	}
hr{
	margin: 2rem auto 0;
	}
/* 
===================== 3.Content setting ====================
*/

/*---------top--------*/
#top{
    margin-top: 0;
	}	
#top img{
	width: 100%;
	}	

#cpn{
	    width: 95%;
    margin: 0 auto;
}
	
/*--- 店舗一覧 ---*/
.shoplist_box{
	width:95%;
	margin: 90px auto;
	text-align:center;
	-moz-border-radius: 20px;    /* 古いFirefox */
	-webkit-border-radius: 20px; /* 古いSafari,Chrome */
	border-radius: 20px;         /* CSS3 */
	background-color: rgba(255, 255, 255, 1);
	}
.shoplist {
	width: 90%;
	padding:0 5% 5%;
	font-size:19px;
	}
.shoplist h6 {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 3px;
	padding:6px 0;
	font-size:25px;
	}
h2{
    font-size: 35px;
	}	
	
/*--- プルダウン ---*/
.shoplist_select {
	width: 95%;
	margin: 20px 0 5px 10px;
	padding: 20px 15px;
	font-size: 20px;
	}
.shoplist_select select {
	}

/*--- バナー ---*/
 #banner img{
        width: 92%;
    }
	
/*--- キャンペーンTOPへ戻る ---*/	
.back_cpn {
	width:92%;
    padding: 30px 0;
    margin: 30px auto 90px;
    /*--box-shadow: 0px 0px 0px 10px #ffeaea;--*/
    border: dashed 5px #ffc3c3;
    border-radius: 5px;
	}
.back_cpn p {
	font-size: 30px;
	}
		
/*--- bnr ---*/
#box_bnr{
	width:95%;
	margin: 5% auto;
	padding:0;
	text-align:center;
	}
#box_bnr img{
	padding-bottom:15px;
	}
	
	.contents_box {
		width: 90%;
	}

/*---------SNS--------*/	
#sns_box{
	width:100%;
	margin:  0 auto;
	padding:20px 0 ;
	text-align:center;
	background-color: #FFF;   /* 背景色 */
	}
#btn_box{
	width:100%;
	text-align:center;
	margin:0 auto;
	padding: 0 ;
	}
#btn_box img{
	width:15%;
	float:none;
	margin: 0 auto;
	padding:1%;
	}

} /* /@media */	