@charset "utf-8";
/* CSS about 共通*/

#main {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main_top {
	height: 260px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
 //background-position: top center;
}
/*-----------------------------------------*/
.cont_title {
	padding: 100px 0 80px 0;
}
h1 {
	text-align: center;
	font-size: 35px;
	margin: 0px 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 34px;
}
h1 .ja, h2 .ja {
	font-size: 20px;
	letter-spacing: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.h1-bottom {
	width: 80px;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
h2 {
	text-align: center;
	font-size: 35px;
	margin: 0px 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 34px;
}
/*------------------------------------*/

.mobilecontents-1000 {
	display: none;
}


/*----------モバイル----------------------------------------------------------*/
@media screen and (max-width:1000px) {
.mobilecontents-1000 {
	display: inline-block;
}
.pccontents-1000 {
	display: none;
}
}
@media screen and (max-width:860px) {
}
@media screen and (max-width:768px) {
#main_top {
	height: 200px;
}
.cont_title {
	padding: 70px 0 70px 0;
}
h1 {
	font-size: 30px;
	margin: 0px 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 28px;
}
h1 .ja, h2 .ja {
	font-size: 16px;
	letter-spacing: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
}
