@charset "utf-8";

*{box-sizing: border-box;
	margin: 0;
	padding: 0;}
body{margin:0 auto;
	height: 100%;
	max-width: 1920px;
	min-width: 1300px;
	-webkit-text-size-adjust: 100%; 
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

/*----　初期設定　----*/

a{
	text-decoration:none;
	color: inherit;
	transition:ease-in-out 0.2s;
}
p{
	text-align: center;
	font-size: 30px;
	color:#252525;
}
.display_tel{
	display: none;
}
.haba_1300{
	width: 1300px;
	margin: auto;
}
.haba{
	width: 1150px;
	margin: auto;
}
.haba_1000{
	width: 1000px;
	margin: auto;
}

.flex{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex_top{
	display: flex;
	align-items:flex-start;
	justify-content: flex-start;
}
.flex_bottom{
	display: flex;
	align-items:flex-end;
	justify-content: flex-start;
}
.flex_center_top{
	display: flex;
	align-items:flex-start;
	justify-content: center;
}
.flex_left{
	display: flex;
	align-items:center;
	justify-content: flex-start;
}
.flex_right{
	display: flex;
	align-items:center;
	justify-content: flex-end;
}
.flex_between{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flex_between_top{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
}
.flex_between_bottom{
	display: flex;
	align-items:flex-end;
	justify-content: space-between;
}
.flex_column{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;	
}
.flex_column_top{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;	
}
.flex_column_left{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
}
.center{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-align: center;	
}
ol li,ul li{
	list-style-position: inside;
}

/*--- h ---*/

h1{
	font-size: 16px;
	font-weight: normal;
}
h2{
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 5px;
}

h3{
	font-size: 42px;
	text-decoration: underline;
	text-underline-offset:10px;
	letter-spacing: 5px;
	width: 100%;
	text-align: center
}

/*--- ヘッダー ---*/

header{
	width: 100%;
	background-color: #fff;
	position: fixed;
	z-index: 9999;
}
header .rogo{
	margin-top: 15px;
	margin-bottom: 5px;
}
header h1{
	margin-bottom: -18px;
}
header nav a{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	padding: 5px 15px;
	margin-left: 20px;
	margin-bottom: -18px;
}
header nav a:hover{
	background-color: #000;
	color:#fff;
}
header .tel_text{
	font-size: 13px;
	margin-bottom: -3px;
}
header .tel{
	font-size: 22px;
	font-weight: bold;
}
.header_tel:hover{
	opacity: 0.5;
}

/*--- トップイメージ ---*/
.top_img img{
	position: relative;
}
.top_img_index{
	background-image:url("../images/top-img_index.png");
	width: 100%;
	height: 985px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
}
	
/*--------- main ----------*/

/*--- 四角横並び ---*/
.sikaku p{
	font-size: 32px;
	font-weight: bold;
}
.sikaku{
	width: 320px;
	height: 230px;
	border: solid 3px;
	transition:ease-in-out 0.2s;
}
.L-sp{
	letter-spacing: 7px;
}

.sikaku:hover{
	background:#E8E8E8;
}

/*--- 項目 ---*/
.title{
	background-image: url("../images/icon_rodo_gray.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 270px;
	margin: auto;
}
.text_block{
	width: 980px;
	margin: auto;
	line-height: 60px;
	letter-spacing: 1px;
}
.three_plans p{
	text-align: left;
	width: 570px;
	margin: auto;
	font-size: 32px;
	font-weight: bold;
	line-height: 60px;
	letter-spacing: 1px;
}
.three_plans img{
	margin-bottom: -5px;
}
/*--- リンク ---*/
.go_service{
	border: 1px solid;
	padding: 8px 40px;
	font-weight: bold;
	font-size: 20px;
}
.go_service:hover{
	background: #000;
	color: #fff;
}

/*--- フッター ---*/

footer{
	background-image: url("../images/footer_BG.png");
	width: 100%;
	height: 493px;
}
footer .link a,footer .link p{
	font-size: 20px;
	padding: 5px 5px;
}
footer .link p{
	margin-top:25px;
}
footer .link a{
	margin-top:25px;
	margin-left: 30px;
}
footer .link img{
	margin: 0 5px -2px 0;
}

footer .link a:hover{
	background: #000;
	color: #fff;
	
}
footer .tel_text{
	font-size: 15px;
	margin-bottom: 3px;
}
footer .tel{
	font-size: 30px;
	font-weight: bold;
}


/*--- コピーライト ---*/
.Copywriter{
	background-color: #000;
	color: #fff;
	font-size: 18px;
	padding: 20px 0;
	width: 100%;
}


