@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700&display=swap');

.sponly {
	display: block;
}
.spmask {
	display: none;
}

.noScroll{
	height : 100%;
	overflow : hidden;
}
.noScrollSP{
	height : 100%;
	overflow : hidden;
}
.noScrollSP SECTION{
	visibility : hidden;
}


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

/*------------------------------*/
/*
#pageTop {
    position: fixed;
    bottom: 20px;
    right: 10px;
	z-index : 4;
	border: solid 1px #ffffff;
	width: 40px;
	height: 40px;
	text-align: center;
	
}
#pageTop:hover {
	cursor: pointer;
}

#pageTop span {
	border: solid 1px #003391;
	display: inline-block;
	width: 38px;
	color: #ffffff;
	padding: 12px 0 11px;
	font-size: 16px;
	text-decoration: none;
	background-color: #003391;
	outline: none;

	position: relative;
	z-index: 2;
	overflow: hidden;
}
*/

/*------------------------------
	header
------------------------------*/
#header {
	height: 70px;
	position: relative;
	overflow: hidden;
}
#header .inner {
	max-width: 1290px;
	margin: 0 auto;
	height: 70px;

	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
/*------------------------------*/
#header h1 {
	padding-left: 10px;
	height: 70px;

	display: -webkit-flex;
	display: flex;
	align-items: center;
}
#header h1 img {
	vertical-align: bottom;
}
/*------------------------------*/
#header .headerNav{
}
#header .headerNav ul {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
}
#header .headerNav li {
	height: 70px;
	position: relative;
	font-family: 'Noto Serif JP', serif;
}
#header .headerNav li a {
	text-decoration: none;
	color: #232323;
	height: 70px;
	padding: 0 8px;
	font-size: 12px;

	display: -webkit-flex;
	display: flex;
	align-items: center;
}
#header .headerNav li .act {
	background: url("../images/bg_subnav_line.gif") no-repeat center right;
	color: #232323;
	height: 70px;
	padding: 0 8px;
	font-size: 12px;

	display: -webkit-flex;
	display: flex;
	align-items: center;
}
#header .headerNav li .act .line {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: url("../common/bg_grad.png") no-repeat center center;
	background-size: 100% 100%;
	
	transition-duration: 0.3s;
}
#header .headerNav li a .line {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0px;
	height: 3px;
	background: url("../common/bg_grad.png") no-repeat center center;
	background-size: 100% 100%;
	
	transition-duration: 0.3s;
}
#header .headerNav li a:hover .line {
	width: 100%;
}
@media screen and (max-width : 768px) {
	#header .headerNav{
		position: fixed;
		z-index: 100;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100vh;
		background-color: #ffffff;
		
		display: none;
	}
	#header .headerNav ul {
		width: 100%;
		height: 100vh;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}
	#header .headerNav li {
		width: 100%;
		height: 14.2%;
		border-top: dotted 1px #e7e7e7;
		position: relative;
		font-family: 'Noto Serif JP', serif;
	}
	#header .headerNav li a {
		text-decoration: none;
		color: #232323;
		height: 100%;
		padding: 0 20px;
		font-size: 16px;
	
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	#header .headerNav li .act {
		background: #efefef;
		color: #232323;
		height: 100%;
		padding: 0 20px;
		font-size: 16px;
	
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	#header .headerNav li .act .line {
		display: none;
	}
	#header .headerNav li a .line {
		display: none;
	}
	#header .headerNav li a:hover .line {
		width: 100%;
	}
}

/*------------------------------
	spMenu
------------------------------*/
#header .spMenuBtn {
	display: none;
}
@media screen and (max-width : 768px) {
	#header .spMenuBtn {
		display: block;
		padding-right: 10px;
		height: 70px;
	
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	#header .spMenuBtn img {
		transition-duration: 0.3s;
	}
	#header .spMenuBtn img:hover {
		opacity: 0.7;
		cursor: pointer;
	}
}
/*------------------------------*/
#spMenu {
	position: fixed;
	left: 100%;
	top: 0;
	width: 100%;
	background-color: #30c3cf;
	z-index: 15;
}
#spMenu #closeBtn {
	width: 30px;
	margin-left: auto;
	padding: 14px 20px 20px 0;
}
#spMenu #closeBtn img {
	width: 100%;
	vertical-align: bottom;
}
#spMenu #closeBtn img:hover {
	cursor: pointer;
}
/*------------------------------*/
#spMenu ul {
	width: 100%;
}
#spMenu li {
	border-bottom: solid 1px #ffffff;
	position: relative;
	left: 30px;
	opacity: 0;
	font-family: 'Noto Serif JP', serif;
}
#spMenu li.Title {
	/*
	background: url("../common/sp_menu_icon.png") no-repeat right center;
	background-size: 25px auto;
	*/
}
#spMenu li a {
	display: block;
	padding: 18px 20px;
	color: #ffffff;
	text-decoration: none;
}
#spMenu li dl {
	width: 100%;
}
#spMenu li dl dt {
	background: url("../common/sp_menu_icon.png") no-repeat right center;
	background-size: 25px auto;
	/*
	display: block;
	padding: 18px 20px;
	*/
	color: #ffffff;
}
#spMenu li dl dt.active {
	background: url("../common/sp_menu_icon_act.png") no-repeat right center;
	background-size: 34px auto;
}
#spMenu li dl dt:hover {
	cursor: pointer;
}
#spMenu li dl dd {
	/*
	display: none;
	*/
}
#spMenu li dl dd .sub {
	background: url("../common/sp_menu_icon.png") no-repeat right center;
	background-size: 25px auto;
	background-color: #69bec5;
	border-top: solid 1px #ffffff;
}
#spMenu li dl dd:first-child {
	border-top: none;
}

/*------------------------------
	footer
------------------------------*/
#footer {
	background: url("../common/bg_footer.jpg") no-repeat center center;
	background-size: cover;
}
#footer .nameBox {
	padding: 40px 0 20px;
	border-bottom: solid 1px #ffffff;
}
#footer .nameBox .inner {
	max-width: 740px;
	margin: 0 auto;
	padding: 0 10px;
	font-family: 'Noto Serif JP', serif;
	color: #ffffff;
	font-size: 18px;
}
@media screen and (max-width : 768px) {
	#footer {
		background: url("../common/bg_footer.jpg") no-repeat center center;
		background-size: cover;
	}
	#footer .nameBox {
		padding: 30px 0 10px;
		border-bottom: solid 1px #ffffff;
	}
	#footer .nameBox .inner {
		max-width: 700px;
		margin: 0 auto;
		padding: 0 10px;
		font-family: 'Noto Serif JP', serif;
		color: #ffffff;
		font-size: 16px;
	}
}
/*------------------------------*/
#footer .footerNav {
	padding: 30px 0 30px;	
}
#footer .footerNav .inner {
	max-width: 740px;
	margin: 0 auto;

	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
#footer .footerNav .navBox {
	padding-right: 20px;
	color: #ffffff;
}
#footer .footerNav .navBox .title {
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	padding-bottom: 12px;
	line-height: 1.2;
}
#footer .footerNav .navBox .title span {
	font-size: 10px;
}
#footer .footerNav .navBox ul {
	padding-bottom: 30px;
}
#footer .footerNav .navBox li {
	line-height: 1.8;
	font-size: 14px;
	padding-bottom: 16px;
}
#footer .footerNav .navBox li span {
	padding-right: 4px;
}
#footer .footerNav .navBox li a {
	color: #ffffff;
	text-decoration: none;
}
#footer .footerNav .navBox li a:hover {
	text-decoration: underline;
}
@media screen and (max-width : 768px) {
	#footer .footerNav {
		padding: 20px 10px 20px;	
	}
	#footer .footerNav .inner {
		max-width: 740px;
		margin: 0 auto;
	
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}
	#footer .footerNav .navBox {
		padding-right: 0px;
		color: #ffffff;
	}
	#footer .footerNav .navBox .title {
		font-family: 'Noto Serif JP', serif;
		font-size: 16px;
		padding-bottom: 12px;
		line-height: 1.2;
	}
	#footer .footerNav .navBox .title span {
		font-size: 10px;
	}
	#footer .footerNav .navBox ul {
		padding-bottom: 16px;
	}
	#footer .footerNav .navBox li {
		line-height: 1.8;
		font-size: 12px;
		padding-bottom: 8px;
	}
	#footer .footerNav .navBox li span {
		padding-right: 4px;
	}
	#footer .footerNav .navBox li a {
		color: #ffffff;
		text-decoration: none;
	}
	#footer .footerNav .navBox li a:hover {
		text-decoration: underline;
	}
}
/*------------------------------*/
#footer .copy {
	padding: 20px;
	color: #ffffff;
	font-family: 'Noto Serif JP', serif;
	font-size: 12px;
	text-align: right;
}
@media screen and (max-width : 768px) {
	#footer .copy {
		padding: 12px 0;
		color: #ffffff;
		font-family: 'Noto Serif JP', serif;
		font-size: 10px;
		text-align: right;
	}
}




/* navigation */
.noScroll{
	height : 100%;
	overflow : hidden;
}
.noScrollSP{
	height : 100%;
	overflow : hidden;
}
.noScrollSP SECTION{
	visibility : hidden;
}
