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

/* 日本語 基本フォント */

body {　font-family: 'Noto Sans JP', sans-serif;　}
.center{text-align: center;}
.text_left{text-align: left;}
.header_h1 {
	background-color: #f7f5f3;
	background-repeat: repeat;
	display: block;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 8px;
	color: #333;
	text-align: left;
	letter-spacing: 0.1em;
	font-weight: normal;
	margin: 0 auto;
}



.title_h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 34px;
	color: #2fabb1;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.2em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.title_h2_b {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 34px;
	color: #2fabb1;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.2em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.title_h5 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	color: #000;
	text-align: left;
	line-height: 1.4;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
	margin-bottom: 40px;
}


.jyuukankyou {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 22px;
	color: #2fabb1;
	font-weight: bold;
	display: block;
	margin-bottom: 0px;
}

.access_time {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	display: block;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-left: 28px;
	width: auto;
	margin-top: 0px;
	
}

.text01 {
	font-size: 16px;
	text-align: justify;
	line-height: 1.5;
	margin-top: 0px;
}


.text02 {
	font-size: 14px;
	text-align: justify;
	line-height: 1.4;
	margin-top: 0px;
}





/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */

@media screen and (max-width: 560px) {
	

.header_h1 {
	font-size: 6px;
}
	
.title_h2 {
	font-size: 22px;
	letter-spacing: 0.1em;
}
	
.title_h2_b {
	font-size: 22px;
	letter-spacing: 0.1em;
	text-align: justify;
}

.jyuukankyou {
	font-size: 20px;
}

}