@charset "utf-8";

body {
	font-family: "Noto Sans JP";
	font-size: 14px;
	line-height: 160%;
	font-weight: 100;
	color: #222;
	background: #fff;
}

/******　ヘッダ　******/
header {
	margin: 0 auto 0 auto;
	padding: 0;
	overflow: hidden;
}
#head_bass {
	position: fixed;
	z-index: 90;
	width: 100%;
	padding: 15px 0 15px;
	background: #fff;
}
#head_area {
	display: flex;
	max-width: 1024px;
	width: 100%;
	margin: 0 auto 0 auto;
}
.logo img {
	vertical-align: bottom;
}
.menu_area {
	margin-left: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.lang_menu ul {
	display: flex;
	justify-content: flex-end;
	margin-top: -15px;
	font-size: 12px;
}
.lang_menu li {
	padding: 0 15px;
	background: url("../img/dot_lang.png") left center no-repeat;
}
.lang_menu li:last-of-type {
	 background: url("../img/dot_lang.png") left center no-repeat ,url("../img/dot_lang.png") right center no-repeat;
}
.lang_menu li a {
	padding-bottom: 1px;
	text-decoration: none;
	color: #00787E;
}
.lang_menu li a:hover {
	border-bottom: solid 1px #00787e;
}
.main_menu ul {
	display: flex;
	justify-content: flex-end;
	margin-top: -5px;
}
.main_menu li {
	padding: 0 12px 4px 12px;
	background: url("../img/dot_menu.png") left center no-repeat;
}
.main_menu li:last-of-type {
	 background: url("../img/dot_menu.png") left center no-repeat ,url("../img/dot_menu.png") right center no-repeat;
}
.main_menu li a {
	padding-bottom: 3px;
	text-decoration: none;
	color: #222;
}
.main_menu li a:hover {
	border-bottom: solid 2px #00787e;
	color: #00787E;
}

/*ヘッダーイメージ部*/
.topimg_area {
	z-index: 0;
    width: 100%;
	margin-top: 82px;
}
.topimg_area:before {
    content:"";
    display: block;
    padding-top: 37.1%;
	background: url("../img/mainimage.jpg") no-repeat;
	background-size: cover;
}
.topimg_area2 {
    width: 100%;
	margin-top: 82px;
}
.topimg_area2:before {
    content:"";
    display: block;
    padding-top: 21.25%;
	background: url("../img/mainimage2.jpg") no-repeat;
	background-size: cover;
}
.page_title {
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 5px;
	background: url("../img/underline.png") bottom center no-repeat;
	
}
.title {
	width: 100%;
	padding-bottom: 15px;
	font-size: 30px;
	margin: 50px 0 0 0;
	text-align: center;
	font-weight: bold;
	letter-spacing: 5px;
	background: url("../img/underline.png") bottom center no-repeat;
}


.main_img {
	width: 100%;
	margin-top: 82px;
}
.main_img img {
	width: 100%;
	height: auto;
}
.page a {
	padding-bottom: 3px;
	border-bottom: solid 2px #00787e;
	color: #00787E !important;
}


/******　コンテンツ部　******/
main {
	margin: 0 auto;
}

.categ_title {
	width: 900px;
	margin: 50px auto 0 auto;
	font-size: 20px;
	padding: 0 0 15px 0;
	background: url("../img/title_line.png") bottom left no-repeat;
}

.categ_title br {
	display: none;
}
.categ_text {
	width: 900px;
	margin: 30px auto 0 auto;
}


/******　フッタ　******/
footer {
	
}
.btm_img { width: 100%;}
.btm_img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
footer nav {
	background: #fafaf3;
}
.footer_menu {
	display: flex;
	margin: 0 auto;
	justify-content: center;
}
.footer_menu li {
	margin: 20px 12px 25px 12px;
}
.footer_menu a {
	text-decoration: none;
	color: #222;
}
.footer_menu a:hover {
	text-decoration: underline;
	color: #00787E;
}
.copy {
	background: #00787E;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.footer_lang { display: none;}


/* ページトップボタン */
#page-top {
	position: fixed;
	right: 20px;
}
#page-top a {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../img/arrow_off.png")top no-repeat;
	transition: all 0.5s 0s;
}
#page-top a:hover {
	background: url("../img/arrow_on.png") bottom no-repeat;
}
/*アンカージャンプ用*/
.con_inner {
	padding-top: 30px;
	margin-top: -30px;
	overflow: hidden;
}

@media screen and (max-width: 940px) {
	body {
		max-width: 940px;
		font-size: 14px;
	}
	
	/******　ヘッダ　******/
	header {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	
	#head_bass {
		padding: 15px 0 15px 0;
	}
	.logo {
		margin: 0 0 0 3%;
	} 
	.logo img {
		width: 180px;
		height: auto;
	}
	.lang_menu {
		display: none
	}
	.main_img {
		margin-top: 50px;
	}
	
	
	/*ヘッダーイメージ部*/
	.topimg_area {
		width: 100%;
		margin-top: 65px;
	}
	.topimg_area:before {
		content:"";
		display: block;
		padding-top: 68.99%; /* 固定 */
		background: url("../img/mainimage_m.jpg") no-repeat;
		background-size: contain;
	}
	.topimg_area2 {
		width: 100%;
		margin-top: 65px;
	}
	.topimg_area2:before {
		content:"";
		display: block;
		padding-top: 68.99%; /* 固定 */
		background: url("../img/mainimage2_m.jpg") no-repeat;
		background-size: contain;
	}
	.page_title {
		width: 100%;
		text-align: center;
		padding-bottom: 8px;
		font-size: 22px;
		letter-spacing: 4px;
		font-weight: bold;
		background: url("../img/underline.png") bottom center no-repeat;
	}

	.title {
		display: inline-block;
		margin: 15px 0 0 0;
		padding-bottom: 8px;
		font-size: 22px;
		letter-spacing: 3px;
		font-weight: bold;
		background: url("../img/underline.png") bottom center no-repeat;
	}
	h2 {
		margin: 50px 0 0 0;
		text-align: center;
	}
	
	
	/******　コンテンツ部　******/
	.toptitle {
		font-size: 24px;
	letter-spacing: 4px;
	}
	.categ_title {
		width: 100%;
		margin: 40px auto 0 auto;
		font-size: 18px;
		padding: 0 0 15px 2%;
		box-sizing: border-box;
		background: url("../img/title_line.png") bottom left no-repeat;
	}
	.categ_title br {
		display: block;
	}
	.categ_title span {
		display: none;
	}
	.categ_text {
		width: 100%;
		box-sizing: border-box;
		padding: 0 4%;
		margin: 3.5% auto 0 auto;
	}
	
	
	/******　フッタ　******/
	.footer_menu_area{
		display: none;
	}
	
	.copy {
		margin: 0 0 80px 0;
	}
	
	.footer_lang {
		display: block;
		width: 100%;
		position: fixed;
		bottom: 0;
	}
	.footer_lang ul {
		display: flex;
		flex-wrap: wrap;
		font-size: 14px;
		text-align: center;
	}
	.footer_lang li {
		flex: 1;
		background: #11A56F;
		box-sizing: border-box;
		border-bottom: solid 1px #fff;
		border-right: solid 1px #fff;
	}
	.footer_lang li:first-of-type {
		border-left: solid 1px #fff;
	}
	.footer_lang li a {
		display: block;
		color: #fff;
		text-decoration: none;
		line-height: 40px;
	}
	
	
	/* ページトップボタン */
	#page-top {
		position: fixed;
		bottom: 80px;
	}
	
	
}
