@charset "utf-8";
body {
	font: normal 19px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","メイリオ",Meiryo,Arial,Verdana,sans-serif;
	text-align: left;
	color:#000;
	text-align: justify;
	overflow-x: hidden;
	background-color:#fafafa;
}
body .sp-item {
    display: none !important; }
  body .pc-item {
    display: block !important;}
		body .pc01 img{
			max-width:100%;	
			vertical-align: top;
	}
		body .pc02 img{
			max-width:50%;	
	}
  body .form {
    display: block !important;}	

		body .form{
			border-color: #bb283c;
			border-width:2px;
			border-style: solid;
			background-color: #f9f2e4;
			margin: 0 auto;
			margin-top: 20px;
			margin-bottom: 30px;
			width: 80%;
		}


h1{font-size:larger;
   text-align: center;
	padding: 0;}

	p.vol{
		font-weight: bold;
		padding: 10px;
		width: 90%;
		background-color:#f5d2d6;
		margin: 0 auto;
		text-align: left;
	}

	p.an{
		padding: 10px;
		width: 90%;
		margin: 0 auto;
		
	}

	p.pri{
		padding: 20px 0px 10px 10px;
		color: #942e27;
		font-weight: bold;
		font-size: larger;
		width: 90%;
		text-align: left;
		margin: 0 auto;
	}

	hr.aa{
		width: 90%;
		height: 3px;
    background-color: #942e27;
    border: none;
		margin: 0 auto;
	}

	hr.bb{
		width: 90%;
		height: 5px;
    background-color: #942e27;
    border: none;
		margin: 0 auto;
	}

	div.pri{width: 80%;
	margin: 0 auto;}


/* ----------------------------------------------------
 
    動くボタン
 
---------------------------------------------------- */

	.areabtn{
		width: 100%;
		position: relative;
		margin: auto;
	}

	.btn{
		position: absolute;
		width: 100%;
		bottom: 20%;
		margin: 0 auto;
	}

	.btn img{
		width: 50%;
		top:50%;
    left:50%;
	}

	.btn02{
		position: absolute;
		width: 100%;
		bottom: 32%;
		margin: 0 auto;
	}

	.btn02 img{
		width: 50%;
		top:50%;
    left:50%;
	}

	.btn03{
		position: absolute;
		width: 100%;
		bottom: 20%;
		margin: 0 auto;
	}

	.btn03 img{
		max-width: 450px;
		width: 30%;
		top:50%;
    left:50%;
	}

	img.btn_animate01 {
		margin: 0 auto;
		animation: vertical 2s linear infinite;
		transform-origin:center;
		cursor: pointer;
		}
		@keyframes vertical {
			0% {transform: translate(0px, 2px);}
			5% {transform: translate(0px, -2px);}
			10% {transform: translate(0px, 2px);}
			15% {transform: translate(0px, -2px);}
			20% {transform: translate(0px, 2px);}
			25% {transform: translate(0px, -2px);}
			30% {transform: translate(0px, 0px)}
		}




  @media screen and (max-width: 640px) {
    body {
      min-width: inherit; 
	  height:100%; 
	  }
      body .sp-item {
        display: block !important; }
      body .pc-item {
        display: none !important; } 
	 .sp-item img {
		width:100%;}

		body .merumaga {
			display: block !important;}	
}

@media screen and (max-width: 640px) {
	.sp img{
		max-width:90%;	
}
	.sp02 img{
		max-width:100%;	
}
	.sp03 img{
		max-width:70%;	
}
	.btn img{
		max-width:95%;	
}
}


.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


/* ----------------------------------------------------
 
    table
 
---------------------------------------------------- */
table.pc{
  width: 80%;
  border-spacing: 0;
	margin: 0 auto;
}

table th.pc {
  border-bottom: solid 2px #fb5144;
  padding: 10px 0;
	width: 30%;
}

table td.pc {
  border-bottom: solid 2px #ddd;
  text-align:left;
  padding: 10px 0px 10px 10px;
}

/* ----------------------------------------------------
 
    text
 
---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
}
.yellow {
	background-color: #ffff00;
}
.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}
/* ----------------------------------------------------
 
    float
 
---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */

/*-------------------------------------------------------*/
/*  header
/*-------------------------------------------------------*/

.p_head {
	background: #23303D;
	text-align: center;
	padding: 16px 0;
	border-bottom:#FF8300 solid 5px;
}

@media screen and (max-width: 640px) {
	.p_head {
	padding: 8px 0;
	line-height:0;
}
}

footer {
	background: #5c0101de;
	text-align: center;
	padding: 16px 0;
	border-top:#e2a92e solid 3px;
	color:#FFF;
}

footer a {
	color:#FFF;
	text-decoration:none;

}
footer a:hover {
	color:#FFF;
	text-decoration:none;
}

footer a:visited {
	color:#FFF;
	text-decoration:none;
}

@media screen and (max-width: 640px) {

footer {
	font-size:12px;
}
	 
 }