@charset "UTF-8";


html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, li, dl, dt, dd, table, th, td, form, fieldset {
	margin: 0;padding: 0;
	line-height: 1.4; 
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic Pro W3","CI",Meiryo,Osaka,"lr  oSVbN","MS P Gothic",	sans-serif;
	font-size:1em;
	}
ul li { 
list-style-type: none; 
}
a {	
text-decoration: none;
  outline-width: medium; 
  outline-style: none;
  color: #000;
  font-weight: bold;
/*  color: #e00303;*/

}
a:visited {	
text-decoration: none;
  outline-width: medium;
  outline-style: none;
    color: #000;
  font-weight: bold;
/*  color: #e00303;*/
}
a:hover{
  outline-width: medium;
  outline-style: none;
/*  color: #ffa201;*/
  color: #000;
  font-weight: bold;
}

img { 
border: 0; 
}


/* clearfix設定ここから */
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix{
  min-height:1px;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:hidden;
}
/* End hide from IE-mac */
/* clearfix設定ここまで */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}


body {
	font-family:Century Gothic,	Arial,"qMmpS Pro W3","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic Pro W3","CI","Meiryo","Osaka","lr@oSVbN","MS P Gothic",sans-serif; 
	background: #FFFFFF;	
	color: #333333;	
}

#wrappar { 
	width: 90%;
	max-width:900px;
	height: auto; 
	margin-right: auto; 
	margin-left: auto; 
	background-image: url(images/wrap_bg.jpg); 
	background-repeat: repeat-y;
	 }
	 
#mainContents { 
	width: 100%;  
	max-width:900px;
	height: auto; 
	margin-right: auto; 
	margin-left: auto; 
}






div.title{
	width: 100%;
	margin-left: auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom: 20px;
	background-color: #CCCCCC;
/*-ms-background-color: #CCCCCC;*/
/* Firefox用 */ 
/* background: -moz-linear-gradient(top, #990,#066); */
 
/* Safari,Google Chrome用 */ 
/*  background: -webkit-gradient(linear, top, bottom, from(#990), to(#066));　
background: linear-gradien(top, bottom, from(#990), to(#066));*/
	background: -prefix-linear-gradient(top, white,Gainsboro);
	background: linear-gradient(to bottom,white,Gainsboro);
	border:solid 1px Gainsboro;
	border-top-left-radius:1em;
	border-top-right-radius:1em;


}

div.title h1{
	width: 100%;
	height:80px;
	padding-top:30px;
	line-height:140%;
	font-size:1.4em;
	text-align: center;
	text-shadow: 1px 2px 3px #FFF;
	color: #555;
	font-weight: normal;
}

div.title h1 span{
white-space: nowrap;
}

/*
h1 { 
padding-left: 7px; 
}
*/
h2 {
	width: 98%;
	max-width:900px;	
	height: auto;
	margin-top: 10px;
	margin-bottom:20px;
	margin-left: 0px;
	margin-right:auto;
	padding-top:10px;
	padding-left:2%;
	padding-bottom:8px;
	border-left:5px #990000 solid;
	clear:both;
	background-color:#E3DABF;
	font-size:1em;
}

h3 { 
	width: 95%;
	max-width:900px;	
	height: auto;
	margin-top: 10px; 
	margin-bottom:20px; 
	margin-left: 0px;
	margin-right:auto;
	padding-top:8px;
	padding-left:5px;
	padding-bottom:8px;	
	border-left:15px #900 solid;
	border-bottom:1px #900 solid;
	border-top:1px #900 solid;
	border-right:1px #900 solid;		
	clear:both;
	background-color: #fff;
	font-size:0.9em;
}


h4 { 
	width: 95%;
	max-width:900px;	
	height: auto;
	margin-top: 10px; 
	margin-bottom:20px; 
	margin-left: 0px;
	margin-right:auto;
	padding-top:8px;
	padding-left:5px;
	padding-bottom:8px;	
	border-left:10px #666 solid;	
	clear:both;
	background-color: #fff;
	font-size:0.9em;
}

/* 種別ここから */
div#kind3{
	width:100%;
	min-width:260px;
	height: auto;
	background-color: #CC9966;
	padding-top:1px;
	margin-bottom:20px;	
	margin-left: auto;
	margin-right:auto;
	text-align: center;
}
div#kind2{
	width:100%;
	min-width:260px;
	height: auto;
	background-color: #99CC99;
	padding-top:1px;
	margin-bottom:20px;
	margin-left: auto;
	margin-right:auto;
	text-align: center;	
}
div#kind1{
	width:100%;
	min-width:260px;
	height: auto;
	background-color: #99CCCC;
	padding-top:1px;
	padding-bottom:5px;
	margin-bottom:20px;
	margin-left: auto;
	margin-right:auto;
	text-align: center;
}
ul.btn{
/*	min-width:260px;*/	
	width:100%;
	height:auto;
	clear:both;
	margin-bottom:5px;
	margin-left: auto;
	margin-right: auto;

}

ul.btn li{
	width:30%;	
	min-height:60px;
	float:left;
	text-align:center;
	margin-left:10px;
	margin-bottom:5px;
	vertical-align:middle;
}


ul.btn li p{
	min-height:50px;
	height: auto;
	vertical-align:middle;
	text-align:center;
	box-sizing: border-box;
	}

ul.btn li.rsvBTN p{
	padding-top: 0.78em;
}


ul.btn li span.smoji{
	font-size:0.78em;
	color:#993300;
}
ul.btn li span.smoji2{
	font-size:0.65em;
	color:#993300;
}
ul.btn li.kind1{
	min-height:50px;
	height: auto;
	color: #FFF;
	font-weight:bold;
	padding-top:30px;
	margin-top:-20px;
	font-size: 1.4em;
	text-shadow: 1px 2px 3px #999;

}
ul.btn li.kind2{
	min-height:50px;
	height: auto;
	color: #FFF;
	font-weight:bold;
	padding-top:30px;
	margin-top:-20px;
	font-size: 1.4em;
	text-shadow: 1px 2px 3px #999;
}
ul.btn li.kind3{
	min-height:50px;
	height: auto;
	color: #FFF;
	font-weight:bold;
	padding-top:30px;
	margin-top:-20px;
	font-size: 1.4em;
	text-shadow: 1px 2px 3px #999;
}

ul.btn li.rsvBTN{
	min-width:230px;
	border:1px #fff solid;	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #cecece));
	background: -webkit-linear-gradient(#fff, #cecece);
	background: -moz-linear-gradient(#fff, #cecece);
	background: -o-linear-gradient(#fff, #cecece);
	background: -ms-linear-gradient(#fff, #cecece);
	background: linear-gradient(#fff, #cecece);
	border-radius:1em;	
}
ul.btn li.regBTN{
	min-width:230px;
	border:1px #fff solid;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #cecece));
	background: -webkit-linear-gradient(#fff, #cecece);
	background: -moz-linear-gradient(#fff, #cecece);
	background: -o-linear-gradient(#fff, #cecece);
	background: -ms-linear-gradient(#fff, #cecece);
	background: linear-gradient(#fff, #cecece);
	border-radius:1em;
}
ul.btn li a{
	display: block;
	color:#000;
	font-weight: bold;
	background-clip: padding-box;
	box-shadow: #999999;
}
/*ul.btn li a:link{
  background-clip: padding-box; 
  color:#000; 
}
ul.btn li a:visited{
  background-clip: padding-box; 
  color:#000; 
}

ul.btn li a:hover{
  background-clip: padding-box; 
  color:#000;  
}*/

/* 携帯ここから　*/
#mobile { 
	width:100%;
	min-width:260px;
	height: auto; 
	clear: both; 
	margin-bottom:20px;
	margin-left: auto;
	margin-right:auto;
	border:1px #776D56 solid;
	vertical-align:top;
	padding-bottom:10px;

	}
	
#mobile ul{
	width:100%; 
	height: auto;
	clear:both;
	margin-top:0;
	margin-bottom:10px;

}	
	
#mobile ul li{
	height:auto;
	float:left;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;		

}
#mobile ul li.title{
	width:98%; 
	height:auto;
	padding-left:2%;
	background-color:#776D56;
	color:#FFF;
	font-weight:bold;
}
#mobile ul li.qr{
	width:25%;
	min-width:150px;
/*	height:100px;*/
	padding-left:15px;
}
#mobile ul li.mail{
	width:69%;
	vertical-align:middle;
	margin-top: 10px;
}
#mobile ul li.kaisetu{
	width:69%;
	min-width:240px;	
	font-size:0.86em;
	padding-top:5px;
	padding-bottom:5px;	
}

/*

#mobile p.qr img { 
	margin-top: 90px; 
	margin-left: 25px; 
	}
#mobile p.url img { 
	margin-top: 30px; 
	margin-left: 195px; 
	}
*/

div.flow{
	width:90%;
	height:auto;
	clear:both;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 20px;	
	border:1px #776D56 solid;
	padding-bottom:20px;
	padding-top:10px;
	padding-left:10px;
	background-color:#fafad2;
}

div.flow ul{
	width:100%;
	height:auto;
	clear:both;
	margin-left: auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:20px;
	}
div.flow ul li{
	height:auto;
	float:left;

} 
div.flow ul li.stp{
	width:13%;
	min-width:80px;
	font-weight:bold;
	color:#776D56;
}
div.flow ul li.stp span{
	color:#990000;
	font-size: 1.5em;
}
div.flow ul li.stp2{
	width:80%;
	border-left:5px #776D56 solid;
	padding-left:10px;
	padding-bottom:5px;
	padding-top:5px;
	font-size: 0.9em;
}

p.step { 
	margin-left: 20px; 
	margin-bottom: 20px; 
	}
#point { 
	width:85%; 
	height: auto; 
	margin-top: 20px; 
	margin-left: auto;
	margin-right: auto; 	 
	padding: 15px; 
	font-size: 0.9em; 
	background-color: #FEEFE4; 
	border: #CCCCCC 2px solid; 
	}  
#point ul li { 
	line-height: 1.5; 
	}
#point ul.exmList { 
	margin-top: 10px; 
	margin-left: 0px; 
	}
#point ul.exmList li.exmple { 
	background-image: url(images/list.jpg); 
	background-repeat: no-repeat; 
	background-position: left; 
	padding-left: 16px; 
	font-weight: bold; 
	}
#point ul.exmList li.exmple2 { 
	padding-left: 18px; 
	}
#point ul.exmList li.exmpleRed { 
	padding-top: 10px; 
	padding-left: 16px; 
	color: #CC0000; 
	font-weight: bold; 
	}

table.pointProducts { 
	width: 90%;
	min-width:260px;
	height: auto; 
	margin-top: 25px; 
	margin-bottom: 35px; 
	margin-left: auto;
	margin-right: auto; 
	font-size: 0.9em; 
	border: #776C56 1px solid; 
	border-collapse:collapse;
	}
table.pointProducts caption { 
	padding-bottom: 10px; 
	}
table.pointProducts th { 
	height: auto; 
	background-color: #E6DEC7; 
	border: #776C56 1px solid; 
	padding-bottom:8px; 
	padding-top:8px; 
	line-height:140%; 
	text-align:center;
	}

table.pointProducts td { 
	height: auto; 
	border: #776C56 1px solid; 
	padding-bottom:8px; 
	padding-top:8px; 
	line-height:140%; 
	text-align:center; 
	}
table.pointProducts td.point { 
	width: 150px; 
	}
table.pointProducts td.productName { 
	width: 380px;
	}

.pointimg img{
	width:100%;
	max-width:750px;	
	height:auto;

}


	
ul.mail {
	width:95%;
	font-size: 0.9em; 
	margin-top: 10px; 
	}
ul.mail li { 
	line-height: 1.5;
	}
ul.mail-s { 
	font-size: 0.8em;
	margin-top: 10px; 
	color: #666;
	}
ul.mail-s li { line-height: 1.5; }
/*p.present { margin-left: 40px; }*/
p.desc { 
	margin-top: 10px; 
	margin-bottom: 10px; 
	margin-left: auto;
	margin-right:auto; 
	font-size: 0.9em; 
	line-height:140%; 
	}
p.descRed { 
	margin-top: 10px; 
	margin-bottom: 10px; 
	margin-left: 0px; 
	font-size: 0.9em; 
	font-weight:bold; 
	color:#CC0000; 
	}
#footer { 
	height: 60px; 
	border-top: #CCC 1px solid; 
	margin-top: 10px;
	 }
address { 
	font-style: normal; 
	color: #666666; 
	font-size: 0.8em; 
	text-align: center; 
	margin-top: 25px; 
	}
span.space { 
	padding-left: 12px; 
	}

p.descPT { 
	margin-top: 10px; 
	margin-bottom: 10px; 
	margin-left: 0px; 
	font-size: 0.9em; 
	font-weight: bold;
	}
.stepP {
	margin-bottom: 40px; 
	text-align:center;
	 }
.stepP img{
	width:100%;
	max-width:560px;
	height:auto;
	
	
}
p.descChu { 
	margin-bottom: 20px; 
	margin-left: 0px; 
	font-size: 0.9em;
	}
.red { color: #CC0000; font-weight: bold; }

.mbt30{
	margin-bottom: 30px!important;
}
.mbt40{
	margin-bottom:40px!important;
}

/**/
/* 携帯ここから　*/
div.pointinfo { 
	width:100%; 
	height: auto; 
	clear: both; 
	margin-bottom:20px;
	margin-left: auto;
	margin-right:auto;
	border:1px #776D56 solid;
	vertical-align:top;
	padding-bottom:10px;

	}
	
div.pointinfo  ul{
	width:100%; 
	height: auto;
	clear:both;
	margin-top:0;
	margin-bottom:10px;
}	
	
div.pointinfo  ul li{
	height:auto;
	float:left;
	padding-bottom:5px;
	padding-top:5px;
	line-height:140%;	

}
div.pointinfo  ul li.title{
	width:98%; 
	height:auto;
	padding-left:2%;
	background-color:#776D56;
	color:#FFF;
	font-weight:bold;
}
div.pointinfo ul li.qr{
	width:25%;
	min-width:150px;
	height:100px;
	padding-left:15px;
}
/*div.pointinfo ul li.mailBTN{
	width:69%;
	vertical-align:middle;		
}*/
div.pointinfo ul li.kaisetu{
	width:69%;

	font-size:0.86em;
	padding-top:5px;
	padding-bottom:5px;	
}


/* ＝＝PC＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　@media screen and (min-width: 641px) {*/
@media screen and (min-width: 769px){
	div.title{
	max-width:900px;
	height: 80px;	
		}
/*ul.btn li{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.btn li p{
	text-align: center;
}*/
.sp{
	display: none;
}
}

/* ＝＝タブレット＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width: 641px) and (max-width: 768px){
#kind1,#kind2,#kind3{
	padding-bottom: 20px;
}

ul.btn li.kind1,
ul.btn li.kind2,
ul.btn li.kind3{
	width: 100%!important;
	min-height: 40px;
}
ul.btn li{
	width: 90%;
	float: none;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right: auto;
}


#pointR{
	width:100%;
	-moz-border-radius: 10px;    /* Firefox */
   -webkit-border-radius: 10px; /* Safari,Chrome */
   border-radius: 10px;         /* CSS3 */
   border:#E8B417 3px solid;     /* 枠線の装飾 */
   margin-bottom:10px;
}
.sp{
	display: none;
}
}/* タブレット */


/* ＝＝SP＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
@media screen and (max-width: 640px) { 
.title{
		font-size:0.9em;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

div.title{
	width:100%;
	height: auto;	
		}

#kind1,#kind2,#kind3{
	padding-bottom: 20px;
}
ul.btn{
	margin-left: auto;
	margin-right: auto;
}
ul.btn li{
	width: 90%;
	float: none;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right: auto;
}

ul.btn li.kind1,
ul.btn li.kind2,
ul.btn li.kind3{
	width: 100%;
	min-height: 40px;
}

#pointR{
	width:100%;
	-moz-border-radius: 10px;    /* Firefox */
   -webkit-border-radius: 10px; /* Safari,Chrome */
   border-radius: 10px;         /* CSS3 */
   border:#E8B417 3px solid;     /* 枠線の装飾 */
   margin-bottom:10px;
}

div.flow ul li.stp2{
	width:95%;
	}
	
#mobile ul li{
	float: none;
	width: 95%!important;
}


#footer { 
	font-size: 0.8em;
}
.pc{
	display: none;
}
}/* SP */