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

* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS P Gothic",  sans-serif;
}

body {
	width: 100%;
	background-color:#ffffff;
}
.pricelist{
	font-size:0.8em;
	margin-left:2.0em;
}

h2{
	padding: 5px;
	margin: 30px 0 5px 10px;
	font-size: 20px;
	line-height: 1.4;
	border-left: 2px solid #B00059;
}

h3{
	padding: 10px;
	margin: 10px auto 5px auto;
	text-align: center;
	font-size: 24px;
	line-height: 1.2;
}


h3 span{
	color: #B00059;
	font-size: 24px;
	line-height: 1.2;
}


h4{
	margin: 5px 5px 15px 5px;
	font-size:20px;
	line-height: 1.4;
}


h4 span{
	color: #B00059;
}


h5{
	font-size:18px;
	line-height: 1.4;
		margin: 0 5px;
}


h5 span{
	color: #B00059;
}

p{
	font-size: 15px;
	line-height: 1.6;
	margin: 0 5px;
}

p span{
	color: #B00059;
	font-size: 15px;
}

.textbox{
	width: 94%;
	display: block;
	margin: 0 auto 25px auto;
}

.textbox p{
	font-size: 13px!important;
	line-height: 1.6;
}


.textbox p span{
	font-size: 13px!important;
}

.textbox_c{
	width: 94%;
	display: block;
	margin: 0 auto 50px auto;
}

.textbox_c p{
	font-size: 12px!important;
	line-height: 1.6em;
}


.textbox_c p span{
	font-size: 12px!important;
}

.img_contact{
	display:block;
	margin:10px auto;
}
.img_lp{
	display:block;
	margin:0 auto;
}

.img_lp2000{
	display:block;
	margin:20px auto 0 auto;
}


.img_lp20{
	display:block;
	margin:20px auto;
}

.img_mail{
	display:block;
	margin:20px auto 25px auto;
}

 a:hover img
{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

#foot{
	text-align: center;
	background-color: #B00059;
	padding: 15px 0;
}

#foot p{
	size: 12;
	color: #ffffff;
}



/*
foot_menu
-------------------------------------------*/


#foot_menu {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-color: #f0efef;
	text-align: left;
}

#foot_menu dl{
	margin: 0;
	padding: 0;
}

#foot_menu dt {
	padding: 20px;
	margin: 0;
	border: 1px solid #ffffff;
}

#foot_menu a {
	display: block;
	position: relative;
	color: #333333;
	font-size: 18px;
	text-decoration: none;
}

#foot_menu a:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 6px;
height: 6px;
margin: -4px 0 0 0;
border-top: solid 2px #B00059;
border-right: solid 2px#B00059;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}


#foot_menu dt a:link {
  color:#333333;
  text-decoration:none;
	display: block;
	line-height:1.4;
}

#foot_menu dt a:hover {
  color:#333333;
  text-decoration:none;
}

#foot_menu dt a:visited {
  color:#999999;
  text-decoration:none;
}
#loading{
z-index: 10;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba( 0,0,0, 0.85 );
}
#loading img{
	width:20vw;
    position: fixed;
    top: 40vh;
    left: 40vw;

}

