@charset "UTF-8";
body {
	font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	text-align: center;
	line-height: 1.5 !important;
}
/*pc sp display*/
.pc_none {
	display: none !important;
}
@media screen and (max-width: 768px) {
	.sp_none {
		display: none !important;
	}
	.pc_none {
		display: block !important;
	}

}
a {
	color: #333333;
	display: inline-block;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	a {
		transition: .5s;
	}
	a:hover {
		opacity: 0.7 !important;
	}
	.hov_none a:hover {
		opacity: 1 !important;
	}

}

p {
	color: #392929;
	padding: 0;
}
.bold {
	font-weight: bold;
}
/*float*/
.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
@media screen and (max-width: 768px) {
	p, a, span, dt, dd, li {
		/*line-height: 2 !important;*/
	}
	.w100 {
		width: 100%;
	}
}

/*================================================
　header
================================================*/


@media screen and (max-width: 768px) {
	/*　header
	========================*/
	.sp_header {
		width: 100%;
	}
	.navTop_area {
		background: url(/img/cmn/sp/head_bg.png)top center no-repeat;
		background-size: 100% 60px;
		height: 60px;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
	}
	.navTop_inner {
		margin: 0 auto;
		padding: 10px 0;
		position: relative;
		width: 90%;
	}
	.navTop_inner .top_logo {
		margin: 0 auto;
		width: 200px;
	}
	.navTop_inner .top_logo img {
		width: 100%;
	}
	.nav_area .menu_btn {
		position: relative;
		position: absolute;
		top: 10px;
		left: 0;
		height: 25px;
		width: 25px;
		z-index: 1000;
	}
	.nav_area .menu_btn a {
		display: block;
		height: 25px;
		width: 25px;
	}
	.nav_area .menu_btn span {
		background-color: #52a12a;
		display: block;
		transition: .5s;
		position: absolute;
		height: 3px;
		width: 100%;
	}
	.nav_area .menu_btn .top {
		top: 2px;
	}
	.nav_area .menu_btn .middle {
		top: 11px;
	}
	.nav_area .menu_btn .bottom {
		bottom: 2px;
	}
	/*open*/
	.nav_area.open .menu_btn span.top {
		-webkit-transform: translateY(9px) rotate(-45deg);
		-ms-transform: translateY(9px) rotate(-45deg);
	  transform: translateY(9px) rotate(-45deg);
	}
	.nav_area.open .menu_btn span.middle {
		opacity: 0;
	}
	.nav_area.open .menu_btn span.bottom {
		-webkit-transform: translateY(-9px) rotate(45deg);
		-ms-transform: translateY(-9px) rotate(45deg);
	  transform: translateY(-9px) rotate(45deg);
	}
	.nav_area .nav_block {
		box-sizing: border-box;
		padding: 0 0 20px;
		position: fixed;
		top: -1470px;
		left: 0;
		right: 0;
		overflow-x: hidden;
		overflow-y: scroll;
		transition: 1s;
		text-align: left;
		height: 100%;
		width: 100%;
		z-index: 100;
	}
	.nav_area.open .nav_block {
		top: 0;
	}
	.nav_block .navBlock_inner {
		background-color: #FFF;
		margin: 0 auto 30px;
		/*height: 100%;*/
    width: 100%;
    padding: 60px 5% 30px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 1px #ccc;
	}
	/*.navBlock_inner .nav_wrap + .nav_wrap {
		border-top: 1px solid #cccccc;
	}*/
	.navBlock_inner .nav_wrap h3 {
		background: url(/img/cmn/sp/arrow_close.png)right center no-repeat;
		background-size: 8%;
		border-bottom: 1px solid #cccccc;
		padding: 15px 0;
		position: relative;
		/*transition: .5s;*/
		line-height: 0;
	}
	.navBlock_inner .nav_wrap h3 img {
		width: 100%;
	}
	.nav_wrap .navList {
		display: none;
		border-bottom: 1px solid #cccccc;
	}
	.navBlock_inner .nav_wrap.show h3 {
		background: url(/img/cmn/sp/arrow_open.png)right center no-repeat;
		background-size: 8%;
	}
	.nav_wrap .navList .navItem {
		border-bottom: 1px dotted #cccccc;
		box-sizing: border-box;
		display: inline-block;
		font-size: 12px;
		padding: 15px 5px;
		width: 48%;
	}
	.nav_wrap .navList .navItem:nth-last-of-type(2),
	.nav_wrap .navList .navItem:last-of-type {
		border-bottom: none;
	}

	.nav_wrap .navList .navItem:nth-child(even){
		margin-left: 4%;
	}
	.otherNav_wrap {
		margin-top: 50px;
	}
	.otherNav_wrap .otherNav_list + .otherNav_list {
		border-top: 1px dotted #cccccc;
	}
	.otherNav_wrap .otherNav_list .otherNav_item {
		font-size: 12px;
		padding: 10px 5px;
	}
	.otherNav_wrap .otherNav_list .otherNav_item + .otherNav_item {
		border-top: 1px dotted #cccccc;
	}

}

/*================================================
　footer
================================================*/
.ft_bg {
	background: url(/img/cmn/ft_bg.png)top center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	min-height: 350px;
	padding: 90px 0 20px;
	position: relative;
	width: 100%;
}
.ftNav_block {
	display: table;
	margin: 0 auto;
	width: 1000px;
}
.ftNav_block .ftNav_item {
	color: #FFF;
	display: table-cell;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
	width: 175px;
}
.ftNav_block .ftNav_item.top_area {
	width: 300px;
}
.ftNav_block .ftNav_item .contactBtn_area {
	margin-top: 15px;
}
.contactBtn_area a {
	display: inline-block;
}
.contactBtn_area .trigger {
	margin-top: -10px;
	transition: .5s;
}
.contactBtn_area a:hover .trigger {
	transform: translateX(10px);
}
.ftNav_block .ftNav_item ul li + li {
	margin-top: 5px;
}
.ftNav_block .ftNav_item a {
	color: #FFF;
}
.ftNav_block .ftNav_item a span {
	display: inline-block;
	font-size: 16px;
}
.pageTop {
	position: absolute;
	bottom: -10px;
	right: 100px;
}
.ftOther {
	background: url(/img/cmn/ft_other_bg.jpg)bottom center repeat-x;
	color: #FFF;
	font-size: 12px;
	padding: 10px 0;
}
.ftOther_inner {
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;
}
.ftOther span {
	float: left;
}
.ftOther_list {
	float: right;
}
.ftOther_list .ftOther_item {
	display: inline-block;
	padding: 0 10px;
}
.ftOther_list .ftOther_item + .ftOther_item {
	background: url(/img/cmn/ft_line.jpg)left center no-repeat;
}
.ftOther_list .ftOther_item a {
	color: #FFF;
}
@media screen and (max-width: 768px) {
	/*　footer area
	========================*/
	.ft_bg {
		background: url(/img/cmn/sp/ft_bg.png)top center no-repeat;
		background-size: 100%;
		box-sizing: border-box;
		min-height: 160px;
		padding:80px 0 10px;
		width: 100%;
	}
	.ft_main {
		margin: 0 auto;
		width: 90%;
	}
	.ft_main h3 {
		width: 200px;
	}
	.ft_main h3 img {
		width: 100%;
	}
	.ft_main ul {
		display: table;
	}
	.ft_main ul li {
		display: table-cell;
		vertical-align: middle;
	}
	.ft_main ul li p {
		color: #FFF;
		font-size: 12px;
		text-align: left;
		padding: 0;
	}
	.ft_main ul li.mapBtn_area {
		padding-left: 8px;
		width: 50px;
	}
	.ft_main ul li.mapBtn_area img {
		width: 100%;
	}
	.ftNav_item ul li + li {
		margin-top: 5px;
	}
	.ftNav_item a {
		color: #FFF;
	}
	.ftOther {
		background: url(/img/cmn/ft_other_bg.jpg)bottom center repeat;
		color: #FFF;
		font-size: 12px;
		padding: 10px 0;
	}
	.ftOther_inner {
		margin: 25px auto 0;
		overflow: hidden;
		width: 90%;
	}
	.ftOther span {
		float: none;
	}
	.ftOther_list {
		float: none;
		text-align: left;
		margin: 0 auto 20px;
		width: 210px;
	}
	.ftOther_list .ftOther_item {
		display: inline-block;
		padding: 0 10px;
	}
	.ftOther_list .ftOther_item + .ftOther_item {
		background: url(/img/cmn/ft_line.jpg)left center no-repeat;
	}
	.ftOther_list .ftOther_item a {
		color: #FFF;
	}

}
/*================================================
　mainimg
================================================*/
/*　mainimg area
========================*/
.mainimg {
	margin-top: 20px;
	height: auto;
	width: 100%;
}
.mainimg img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	/*　mainimg area
	========================*/
	.mainimg {
		margin-top: 40px;
	}

}
/*================================================
　content
================================================*/
.content {
	margin: 30px auto 150px;
	width: 1000px;
}
@media screen and (max-width: 768px) {
	.content {
		margin: 30px auto 60px;
		width: 90%;
	}

}
