﻿@charset "UTF-8";
/*testpage-2*/
/*全体の設定*/
html body{
	background:#f0f0f0;
	font-family:Arial, Helvetica, sans-serif,"Meiryo UI",メイリオ;
}

/*全称セレクタで外余白、内余白をなしにする*/
*{
	margin:0;
	padding:0;
}

/*ヘッダー部分の設定*/
header{
	width:100%;
	height:70px;
	padding:10px 0 10px 0px;
	background-color:#3f3f3f;
}

header .header-logo{
	float:left;
	background-color:#3f3f3f;
	margin-left:60px;
}

h1{
	font-size:18px;
	line-height:1.2;
	text-shadow:2px 2px 3px #808080;
	color:#fff;
	}

.link-logo{
	text-decoration:none;
}


/*mainの設定*/
.container{
	width:900px;
	margin:10px auto;
	padding:20px 10px 30px 10px;
	background-color:#ffffff;
}

h2{
	position:relative;
	background-color:#ffffff;
	padding:2px 5px 2px 10px;
	font-size:20px;
	color:#474747;
	border-radius:10px 10px 10px 10px;
}

.sub-tag{
	width:735px;
	margin-top:0;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
}

.sub-tag p{
	padding-top:10px;
	color:#555555;
}

.mar-15{
	margin-right:15px;
}

.circle{
	display:inline-block;
	width:40px;
	height:40px;
	border-radius:50%;
	background-color:#FE843A;
	text-align:center;
	line-height:40px;
	color:#ffffff;
	box-shadow:1px 2px 5px -1px rgba(0,0,0,0.5);
}

.contents{
	width:800px;
	margin:10px auto 0px auto;
	background-color:#f3f3f3;
	border-radius:30px 0 0 30px;
}

.point{
	color:#68B4FF;
}

.min-circle{
	display:inline-block;
	width:40px;
	height:40px;
	background-color:#68B4FF;
	text-align:center;
	line-height:40px;
	color:#ffffff;
	border-radius:50%;
}

.sub-contents{
	width:735px;
	margin:0 auto;
	background-color:#f3f3f3;
	border-radius:0 0 0 10px;
	display:inline-block;
}

.image-contents-1{
	width:300px;
	margin:20px;
	float:left;
	position:relative;
}

/*
.image-contents-1 p{
	position:absolute;
	color:#FE843A;
	top:200px;
	left:50px;
	font-weight:bold;
	font-size:30px;
}

.image-contents-1:hover{
	cursor:pointer;
	opacity: 1;
	box-shadow:2px 3px 5px -1px rgba(0,0,0,0.5)
}

.image-contents-1 p:hover{
	cursor:pointer;
}
*/
.image-contents-2{
	width:300px;
	margin:20px;
	float:left;
	position:relative;
}

.image-contents-2 p{
	position:absolute;
	color:#FE843A;
	top:200px;
	left:100px;
	font-weight:bold;
}


.txt-contents{
	margin:20px auto;
	padding:5px 0px 5px 5px;
	background-color:#f3f3f3;
	line-height:35px;
}

.link-btn{
	text-decoration:none;
	font-weight:bold;
	background-color:#fe843a;
	color:#fff;
	border-radius:15px;
	padding:5px 10px;
	margin-left:10px;
}

.link-btn:hover{
	cursor:pointer;
	opacity:0.8;
	box-shadow:1px 2px 4px rgba(0,0,0,0.5);
}

.notice{
	color:#EC5871;
	font-weight:bold;
	border-bottom:double 6px #EC5871;
}

.link-banner{
	text-decoration:none;
	font-weight:bold;
	background-color:#fe843a;
	color:#fff;
	border-radius:5px;
	padding:15px;
	margin-left:30px;
	margin-bottom:10px;
}

.link-banner:hover{
	cursor:pointer;
	opacity:0.8;
	box-shadow:1px 2px 4px rgba(0,0,0,0.5);
}

.banner{
	margin-left:30px;
	margin-top:20px;
	margin-bottom:20px;
}

.facility{
	background-color:#37bc9b;
	color:#fff;
	border-radius:15px;
	padding:5px 10px;
	font-weight:bold;
}

.contact{
	width:800px;
	margin:50px auto 0	auto;
	background-color:#f3f3f3;
	border-radius:30px 0 0 30px;
}

.contact-circle{
	display:inline-block;
	width:40px;
	height:40px;
	background-color:#37bc9b;
	text-align:center;
	line-height:40px;
	color:#fff;
	border-radius:50%;
}

.contact-box{
	width:625px;
	margin:10px 55px 20px 55px;
	background-color:#f3f3f3;
	line-height:40px;
}

.link-contact{
	text-decoration:underline;
	color:#000;
}
.mar-20{
	margin-left:20px;
}

.link-pagetop{
	width:900px;
	margin:30px auto;
	padding:5px;
	color:#8f8f8f;
}

.link-txt{
	text-decoration:none;
	color:#8f8f8f;
	float:right;
}

/*footer設定*/
footer{
	width:100%;
	height:25px;
	background-color:#3f3f3f;
	padding:10px 0 5px 0;
}
.footer-logo{
	color:#ffffff;
	font-size:15px;
	text-align:right;
	padding-right:10px;
}
