@charset "utf-8";

body {
	font-family: 'Noto Sans Japanese', serif;
}

a {
	color: #000;
	text-decoration: none;
}

#container {
	width: 100%;
	margin: 0 auto;
	display: block;
	line-height: 180%;
	box-sizing: border-box;
}

/* header */

header {
	width: 100%;
	display: block;
}
header h1 {
	width: 80px;
	text-align: center;
	margin: 10px auto;
}
header h1 img {
	width: 100%;
}

/* ハンバーガーボタン */

.el_humburger {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 40px;
	height: 40px;
	padding-top: 1px;
	box-sizing: border-box;
	z-index: 10000;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	pointer-events: auto;
}

.el_humburger > span {
	display: block;
	width: 100%;
	margin: 0 auto 6px;
	height: 3px;
	background: #000;
	transition: all 0.2s ease-in-out;
}
.el_humburger > span:last-child {
	margin-bottom: 0;
}
.js_humburgerOpen .el_humburger > span {
	background: #000;
}

.js_humburgerOpen .el_humburger > span.top {
	transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger > span.middle {
	opacity: 0;
}

.js_humburgerOpen .el_humburger > span.bottom {
	transform: translateY(-9px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
	top: 2%;
	right: 2%;
}

.el_humburgerButton__close > span {
	display: block;
	width: 35px;
	margin: 0 auto;
	height: 4px;
	background: #fff;
}

.el_humburgerButton__close > span.el_humburgerLineTop {
	transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close > span.el_humburgerLineBottom {
	transform: translateY(-6px) rotate(45deg);
}

/* ナビゲーション */

.uq_spNavi {
	display: none;
}
.uq_spNavi.js_appear {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	z-index: 9999;
}

.uq_spNavi_screen {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 1);
	z-index: 0;
	margin-top: 0px;
	padding-top: 0px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.navigation {
	padding: 80px 0 0 0;
	text-align: left;
	line-height: 120%;
}

.navigation_item {
	font-size: 20px;
}

.navigation_item > a {
	color: #000;
	text-decoration: none;
	padding: 20px;
	display: block;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}
.navigation_item > a span {
	font-size: 10px;
	display: block;
}
.navigation_item > a:hover {
	color: #000;
}

.navigation_item.contact > a {
	color: #fff;
	font-size: 20px;
	background-color: #2d71a0;
	border-bottom: none;
}
.navigation_item.contact > a:hover {
	background-color: #569368;
}

.js_fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

.pcNavi .navigation {
	display: none;
}

/* footer */

footer .contact {
	color: #fff;
	padding: 20px;
	margin-top: -5px;
	background-color: #2d71a0;
}
footer .contact a {
	color: #fff;
}
footer .contact .address {
	margin: 20px 0;
}
footer .contact .address h2 img {
	width: 180px;
	margin: 0 0 10px 0;
}
footer .contact .phone {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0;
}
footer .contact .phone span {
	font-size: 28px;
	font-style: oblique;
	display: block;
}
footer .contact .button {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
}
footer .contact .button a {
	color: #2d71a0;
	padding: 16px 20px;
	background-color: #fff;
	display: block;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-sizing: border-box;
}
footer .footer_inner {
	padding: 30px;
}
footer .footer_inner ul {
	display: none;
}
footer .footer_inner p.copy {
	color: #878787;
	text-align: center;
	font-size: 14px;
}
footer .footer_inner p.copy a {
	color: #878787;
}

/* page-top */

#page-top {
	text-align: right;
	margin: 5px 10px;
}

#page-top a {
	color: #fff;
	padding: 14px 20px;
	background-color: #2d71a0;
	display: block;
	position: fixed !important;
	bottom: 5px;
	right: 5px;
	border: 1px solid #fff;
	box-sizing: border-box;
}
#page-top a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/* page common */

h2.page_title {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	letter-spacing: .2em;
	padding: 110px 30px 50px 30px;
	margin-top: -94px;
	background: #eee url(/img/back_dot.png);
	-moz-background-size: 5px 5px;
	background-size: 5px 5px;
	box-sizing: border-box;
}
.page_inner {
	line-height: 200%;
	padding: 30px;
}

/* colorbox */

#cboxContent {
	background: #fff;
}
#cboxLoadedContent {
	background: #2d71a0;
	padding: 5px;
}


@media screen and (min-width: 700px) {

	/* main */


	/* footer */

	footer .contact {
		padding: 20px 40px;
	}
	footer .footer_inner {
		padding: 40px;
	}

	/* page common */

	h2.page_title {
		font-size: 30px;
		padding: 110px 40px 50px 40px;
	}
	.page_inner {
		padding: 40px;
	}

}

@media screen and (min-width: 1000px) {

	a img:hover {
		opacity: .8;
		filter: alpha(opacity=80);
	}

	/* header */

	header {
		overflow: hidden;
	}
	header h1 {
		float: left;
		width: 100px;
		text-align: left;
		margin: 10px 20px;
	}

	/* ハンバーガーボタン */
	.el_humburger {
		display: none;
	}

	/* ナビゲーション */
	.uq_spNavi .navigation {
		display: none;
	}

	.pcNavi .navigation {
		float: right;
		display: block;
		padding: 26px 20px;
	}

	.navigation_item {
		font-size: 18px;
		text-align: center;
	}

	.pcNavi .navigation ul {
		overflow: hidden;
	}

	.pcNavi .navigation ul li {
		float: left;
		padding: 17px 20px;
		box-sizing: border-box;
	}

	.navigation_item > a {
		color: #000;
		padding: 0;
		border: none;
		display: inline;
	}
	.navigation_item > a:hover {
		color: #000;
	}

	.pcNavi .navigation ul li.contact {
		padding: 17px 0 17px 20px;
	}
	.navigation_item.contact > a  {
		padding: 8px 20px;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
	}
	.navigation_item.contact > a:hover  {
		color: #fff;
	}

	/* footer */

	footer .contact {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	footer .contact .address {
		margin-right: 30px;
	}
	footer .contact .phone {
		margin: 28px 0 0 0;
	}
	footer .contact .button {
		width: 100%;
	}
	footer .contact .button a {
		padding: 22px 34px;
	}
	footer .footer_inner {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	footer .footer_inner ul {
		width: 70%;
		display: block;
		list-style-type: none;
		overflow: hidden;
	}
	footer .footer_inner ul li {
		float: left;
		border-right: 1px solid;
	}
	footer .footer_inner ul li:last-child {
		border-right: none;
	}
	footer .footer_inner ul li a {
		padding: 0 1.2em;
	}
	footer .footer_inner ul li:first-child a {
		padding: 0 1em 0 0;
	}
	footer .footer_inner p.copy {
		width: 30%;
		text-align: right;
		padding-right: 50px;
		box-sizing: border-box;
	}

	/* page common */

	h2.page_title {
		padding: 160px 5% 50px 5%;
		margin-top: -120px;
	}
	.page_inner {
		padding: 40px 10%;
	}

}

@media screen and (min-width: 1400px) {

	/* footer */

	footer .contact .address {
		margin-right: 40px;
	}
	footer .contact .phone {
		margin: 40px 40px 0 0;
	}
	footer .contact .button {
		width: auto;
		margin: 40px 40px 0 0;
	}

	/* page common */

	.page_inner {
		padding: 40px 10%;
	}


}
