@charset "UTF-8";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
	-webkit-text-size-adjust: 100%;
}
/* ~~ Reset ~~ */
a {
	text-decoration : none;
	color: #000;
}
a img,img {
	border: none;
	line-hegiht: 0;
	vertical-align: bottom;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
ul {
	list-style: none;
}
li {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
address {
	font-style: normal;
}
/* ~~ Reset ~~ */
/* --- clear --- */
.clearfloat {
	clear:both;
}
.clearleft {
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0;
	padding: 0;
}
/* --- hr --- */
hr.style-six {
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    height: 0;
	margin: 15px 0px;
}
hr.style-dd {
	border: 0;
	border-top: 1px dotted rgba(0, 0, 0, 0.1);
	border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
    height: 0;
	margin: 15px 0px;
}
hr.style-blt {
	clear: both;
	border: 0;
    height: 1px;
	background: #2f8654;
	margin: 30px 0 15px;
}
a.text_link {
	text-decoration: underline;
	color: #29abe2;
}
a.text_link:hover {
	text-decoration: none;
}
a.blank {
	padding: 0 0 0 13px;
	background: url(../image/Li_blank_s.png) no-repeat 0px 5px;
	text-decoration: none;
	color: #4c70ca;
}
a.blank span {
	font-size: 10px;
}
.R {
	float: right;
}
.L {
	float: left;
}
br.media {
	display: block;
}
br.media320 {
	display: none;
}
@media screen and (max-width:420px) {
	br.media { display: none;}
	br.media320 { display: block;}
}/*/mediaquery*/
/* ~~ footerお問い合わせ ~~ */
#footer_Contact {
	width: 100%;
	padding: 0;
	border-top: 1px solid #e3e3e3;
}
ul.Contact_area {
	background: #FFF;
	overflow: hidden;
	width: 100%;
	padding: 30px 0;
	font-size: 14px;
}
ul.Contact_area li {
	float: left;
	width: 50%;
	text-align: center;
	position: relative;
	line-height: 2em;
}
ul.Contact_area li:before {
	content: "";
	display: block;
	position: absolute;
	width: 3px;
	height: 100%;
	left: -2px;
	background: #e3e3e3;
	border-radius: 1px;
}
ul.Contact_area li:first-child:before {
	display: none;
}
.contact_title {
	font-size: 1.6em;
	font-weight: bold;
	color: #222;
	margin: 20px 0 10px;
}
.tel_number {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 3.6em;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0em;
	margin: 10px 0 5px;
	padding: 0 5px;
	color: #222;
}
.mail {
	padding: 10px 0;
}
.mail .button {
	background: #FFF;
	border-radius: 2px;
	border: 1px solid #222;
	color: #222;
	font-size: 0.9375em;
	padding: 10px 35px;
	font-weight: 600;
	box-sizing: border-box;
	box-shadow: 0 4px 0 0 rgba(0,0,0,.11);
}
.mail .button:hover {
	background: #fcfcfc;
    text-decoration: underline;
}
.details_txt {
	margin-top: 15px;
	font-size: 0.75em;
	line-height: 1.7em;
	color: #444;
	font-weight: 400;
	letter-spacing: 0.04em;
	padding: 0;
}
.contact_title .icon {
	display: block;
	line-height: 0;
}
.contact_title .icon:before {
	content: '';
	display: inline-block;
	width: 65px;
	height: 65px;
	margin-bottom: 30px;
	border-radius: 50%;
	background: #FFF no-repeat center;
	border: 4px solid #222;
	box-shadow: 0 4px 0 0 rgba(0,0,0,.11);
}
.contact_title .Contact_Dial:before {
	background-image: url(../image/footer_Contact_Contact_Dial.png);
	background-size: 60%;
}
.contact_title .Mail_icon:before {
	background-image: url(../image/footer_Contact_Mail_icon.png);
	background-size: 50%;
}
/*---------------------------------*/
/*------- RESPONSIVE STUFF --------*/
/*---------------------------------*/
@media screen and (max-width:480px) {
	.footer_Contact {
		width: 100%;
		padding: 0;
		overflow: hidden;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	ul.Contact_area {
		font-size: 12px;
		padding: 0;
		margin: 0;
	}
	ul.Contact_area li {
		float: none;
		width: 100%;
		padding: 20px 0;
	}
	ul.Contact_area li:before {
		width: 100%;
		height: 3px;
		top: -2px;
	}
}/*/mediaquery*/
/* ~~ ページトップへ ~~ */
.pagetop {
	background: url(../image/btn_pagetop.png) center top no-repeat;
	display: none;
	position: fixed;
	z-index: 10;
	right: 30px;
	bottom: 15px;
	font-size: 10px;
	text-align: center;
	padding-top: 25px;
	line-height: 1.2em;
}
@media screen and (max-width:420px) {
	.pagetop {
		display: none;
		position: fixed;
		z-index: 10;
		right: 10px;
		bottom: -1px;
		background: #FFF url(../image/btn_pagetops_sp.png) center center no-repeat;
		background-size: 15px auto;
		height: 40px;
		width: 40px;
		text-indent: -9999px;
		border: 1px solid #CCC;
		padding: 0;
		line-height: 0;
        -moz-opacity: 0.7;
		opacity: 0.7;
}
}/*/mediaquery*/