@charset "utf-8";
/* CSS Document */
/* 
===================== 1.Universal reset ==========================
*/

img{
	border: none;
	margin: 0 auto;
	padding: 0 auto;
	height:auto;
	}

.clear{
	clear: both;
	}
span {
   display: inline-block;
}
/* 
===================== 2.Body and base setting ====================
*/
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(img/bg.gif) repeat;
    color: #663333;
    line-height: 17px;
    margin: 0;
    padding: 0;
	background-color:#F5AC3C;
	/*background-attachment: fixed;*/
	}
#wrap {
	width:700px;
	margin: 0 auto;
	padding: 0;
	}
#grad{
	width:100%;
	margin: 0 auto;
	padding: 0;
	background-image:url(img/top-bg.png);
    background-repeat: repeat-x;
	}	
#copyright{
	max-width: 700px;
	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 ====================
*/

/*---------ヘッダー--------*/
#beads{
	width: 700px;
	margin: 0 auto;
	padding: 0;
	}
#top{
	width: 700px;
	margin: 0 auto;
	padding: 0;
	}	
.img_box{
	max-width:700px;
	margin:60px auto 10px;
	text-align:center;
	-moz-border-radius: 10px;    /* 古いFirefox */
	-webkit-border-radius: 10px; /* 古いSafari,Chrome */
	border-radius: 10px;         /* CSS3 */
	background-color: rgba(255, 255, 255, 0.9);
	padding-bottom:10px;
	}
.img_box_title_pre{
	text-align:right;
	}
.img_box_title_pre img{
	margin-top:-45px;
	text-align:right;
	}
.img_box_title img{
	margin-top:-45px;
	}
.img_box_oubo{
	width:94%;
	margin:50px auto 10px;
	text-align:center;
	-moz-border-radius: 14px; 
	-webkit-border-radius: 14px;
	border-radius: 14px;
	background-color: rgba(255, 255, 255, 0.9);
	padding-bottom:14px;
	border:5px dotted #960;
	}
.img_box_oubo img{
	margin-top:-65px;
	margin-left:-16px;
	}
.day{
	position: relative;
    background: #AA73F0;
    box-shadow: 0px 0px 0px 5px #AA73F0;
    border: dashed 2px #DBC7F9;
    padding: 0.6em;
	text-align:center;
	font-weight: bold;
    font-size: 22px;
	color:#fff;
	margin: 30px auto 60px;
	}
	
/*---------- box ----------*/

#box_bnr{
	width:700px;
	margin: 40px auto;
	padding:0;
	text-align:center;
	}
#box_bnr img{
	padding-bottom:15px;
	}
#present_btn a{
	background-color:#662D8F;
	color:#FFFFFF;
	text-align:center;
	-moz-border-radius: 10px;    /* 古いFirefox */
	-webkit-border-radius: 10px; /* 古いSafari,Chrome */
	border-radius: 10px;         /* CSS3 */
	width:250px;
	margin:10px auto;
	display:block;
	padding:10px;
	font-weight:bold;
	font-size: 20px;
	line-height: 1.2em;
	text-shadow:2px 2px 3px #333333;
	text-decoration:none;
	box-shadow: 2px 2px 2px 1px #ccc;
	-webkit-box-shadow: 2px 2px 2px 1px #ccc;
	-moz-box-shadow: 2px 2px 2px 1px #ccc;
	}
#present_btn a:hover{
	opacity:0.8;
	}


	
/*---------おうぼのきまり--------*/

#oubo_main{
	widthmax-: 664px;/*700*/
	margin: 20px auto 15px auto;
	padding: 15px ;
	-moz-border-radius: 10px;    /* 古いFirefox */
	-webkit-border-radius: 10px; /* 古いSafari,Chrome */
	border-radius: 10px;         /* CSS3 */
	border: 3px #AA73F0 solid;     /* 枠線の装飾 */
	background-color: #ffffff;   /* 背景色 */
	}
.oubo_txt{
	color: #663333;
	/*font-size: 12px;*/
	line-height: 17px;
	}

/*---------- テキスト ----------*/

.box_txt{
	max-width:700px;
	color:#C00;
	font-weight:bold;
	font-size: 18px;
	line-height: 1.2em;
	margin: 10px 0 auto;
	padding:15px 0;
	text-align:center;
	-moz-border-radius: 10px;    /* 古いFirefox */
	-webkit-border-radius: 10px; /* 古いSafari,Chrome */
	border-radius: 10px;         /* CSS3 */
	background-color: #FFF;   /* 背景色 */
	}	
.box_txt2 {
    max-width: 700px;
    color: #754c24;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.2em;
    margin: 20px auto 10px;
    padding: 15px 0;
    text-align: center;
	width:94%;
	-moz-border-radius: 10px;    /* 古いFirefox */
	-webkit-border-radius: 10px; /* 古いSafari,Chrome */
	border-radius: 10px;         /* CSS3 */
	border:5px dotted #AA73F0;
	}
.box_txt2 img{
	vertical-align: middle;
    margin: 0 30px;
	max-width:30px;
	}
.box_txt2 ul {
    list-style-type: none;
	}	
.box_txt3 {
    color: #754c24;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4em;
    margin: 10px auto;
	}
.box_txt4 {
    color: #F03;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4em;
    margin: 10px auto;
	}
.box_txt5 {
    color: #754c24;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.4em;
    margin: 20px auto 10px;
	padding:0;
	width:94%;
	text-align:center;
	-moz-border-radius: 10px;    /* 古いFirefox */
	-webkit-border-radius: 10px; /* 古いSafari,Chrome */
	border-radius: 10px;         /* CSS3 */
	border:5px dotted #AA73F0;
	}
.box_txt5 ul {
    list-style-type: none;
	padding:0;
	margin:20px auto;
	}
.box_txt5 img{
	margin-left:-20px;
	}
.box_txt6 {
    max-width: 700px;
    color: #754c24;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.2em;
    margin: 10px auto;
    padding: 15px 0;
    text-align: center;
	width:94%;
	-moz-border-radius: 10px;    /* 古いFirefox */
	-webkit-border-radius: 10px; /* 古いSafari,Chrome */
	border-radius: 10px;         /* CSS3 */
	border:5px dotted #AA73F0;
	}
.box_txt6 img{
	margin: 0 30px;
	}
.box_txt7 {
    max-width: 700px;
    color: #754c24;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.2em;
    margin: 10px auto;
    padding: 15px 0;
    text-align: center;
	}		
.arrow{
	text-align:center;
	margin:0 auto;
	padding:0;
	width:90px;
	}	
.red {
    color: #e82857;
	}
.right{
	text-align:right;
	margin:5px 0;
	padding:0;
	font-size: 12px;
	font-weight:normal;
	}
.left{
	text-align:left;
	margin:5px 20px;
	padding:0;
	font-size: 12px;
	font-weight:normal;
	}
	
/*---------その他のキャンペーンバナー--------*/

.cpn_bnr{
	background:#AA73F0;
	text-align:center;
	padding: 5px 0 25px;
	margin:10px 0 auto;
	width:700px;
	-moz-border-radius: 10px;    
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	}
.cpn_bnr img{
	padding: 0 ;
	margin:10px 0 0;
	}	
.cpn_txt{
	max-width: 550px;
    color: #630;
    font-weight: bold;
    font-size: 21px;
    margin: 10px auto;
    padding: 15px 0;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: #FFF;
	}	
	
/*--- TO TOP ---*/

.totop{
	text-align: right;
	margin: 25px auto 40px auto;
	}
.totop a{
	background-color:#FFF;
	border-radius: 15px 15px 15px 15px / 15px 15px 15px 15px;
	padding: 10px 15px;
	color:#66C;	
	}
.totop a:hover{
	color:#C6C;
	}
.totop a:visited{
	color:#66C;
	}

/*---------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:700px;
	text-align:center;
	margin:0 auto;
	padding: 0 auto;
	}	
#sns_box_text {
	width:600px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4em;
	color: #8a0000;
	margin:0 auto;
	}	


/*===============================================
スマホ  画面横幅767pxまで
===============================================*/
@media screen and (max-width:767px){

body{
	font-size: 20px;
	line-height: 1.5em;
	width:100%;
	}
img{
	width:100%;
	}
#top{
	width: 100%;
	}	
#box_bnr{
	width:100%;
	margin: 0 auto;
	padding:50px 0;
	}
#present_btn a {
	width:80%;
    font-size: 34px;
	}
.img_box_title img {
	width:80%;
	}
.precount{
	width:40%;
	margin: 0;
	padding:35px 0 0;
	}
.cpn_txt{
	max-width: inherit;
	width:95%;
    font-size: 28px;
	}	
.box_txt5 {
    font-size: 34px;
	width:90%;
	}
.day{
    font-size: 40px;
    margin: 20px auto;
    line-height: 1.2em;
    padding: 0.2em;
	}

/*---------おうぼのきまり--------*/

.oubo_txt{
	line-height: 21px;
	}

/*---------- テキスト ----------*/

.box_txt6 {
	width:95%;
	margin:20px auto;
	}
.box_txt6 img{
	width:80%;
	margin: 10px auto;
	}
.box_txt{
    font-weight: bold;
    font-size: 26px;
    margin: 20px auto 0;
    padding: 1% 5%;
    text-align: left;
	}
.box_txt p{
    text-indent: -26px;
	}
.box_txt2 {
	width:95%;
	margin:30px auto;
	}
.box_txt3 {
    font-size: 26px;
	}
.box_txt4 {
    font-size: 28px;
	width:96%;
	margin:30px auto;
	}
.box_txt5 {
	width:95%;
	}
.right{
	font-size: 18px;
	}	
	
/*---------SNS--------*/	
#sns_box{
	width: 700px;
	}
	
.sns_ttl{
	padding:25px 0 5px;
	}	

#btn_box img{
	width:15%;
	float:none;
	margin: 0 auto;
	padding:15px;
	}	

	
} /* /@media */
