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

p,h2,h3,h4,table{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"
}
p,table{
	font-size: 15px;
}

#wrap{
	overflow: hidden;
}

#header{
	border-top: 5px solid red;
	background: #FFF;
	padding:20px 0 0 0;
	position:fixed;
	z-index: 300;
	top: 0;
	width: 100%;
	overflow: hidden;
}
.header_in{
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
	padding-bottom: 20px;
}

.head_logo{
	float: left;
}
.head_logo p{
	margin-bottom: 5px;
	color: red;
	font-size: 80%;
}

h1{
	background:url("../img/logo.png")no-repeat;
	height: 40px;
	width: 285px;
	text-indent: -9999px;
}

.head_tel{
	float: right;
}
.head_tel p{
	font-size: 70%;
}

.head_tel span{
	font-size: 30px;
	font-weight: bold;
}


#toiawase{
	border-top: 1px solid #717071;
	border-bottom: 1px solid #717071;
	width: 100%;
	margin: auto;
	clear: both;
	background: url("../img/tuyomi_bk.jpg");	
	background-size: cover;
	padding: 50px 0;
}
.toi_area{
	width: 700px;
	margin: auto;
	padding: 20px 30px 10px 30px;
	background-color: #FFF;
	overflow: hidden;
}
#toiawase p{
	text-align: center;
	margin-bottom: 15px;
}

#toiawase h2{
	text-align: center;
	color: #fff;
	font-size: 30px;
	margin-bottom: 30px;
}
#toiawase h2 span{
	font-size: 50%;
	color: red;
}

.telmail{
	width: 500px;
	margin: auto;
}
.telmail p.left{
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #dc0012;
}

.telmail p.right a{
	float: right;
	background-color: #dc0012;
	padding: 5px 20px;
	font-size: 18px;
	font-weight: bold;color: #fff;
	display: block;
}


#footer{
	background-color: #FFF;
	text-align: center;
	padding: 30px 0;
}

.foot_logo{
	width: 285px;
	height: 40px;
	background:url("../img/logo.png")no-repeat;
	text-indent: -9999px;
	display: block;
	margin: auto;
	margin-bottom: 20px;
}

.copy{
	font-size: 80%;
	margin-top: 30px;
}

/*ページトップへ*/
#page_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: -50px;
	right: 20px;
	background: #1a1a82;
	/*opacity: 0.6;*/
	border-radius: 50%;
}
#page_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before {
	font-family: FontAwesome;
	content: '\f0d8';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
