@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
body {
	color: #1A1A1A;
	font-size: 15px;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
	background: #fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
a {
	color: #1A1A1A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity: 0.75;
}
img{
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
}
.contentIn {
	max-width: 1230px;
	width: auto;
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
}
section:after,
ul:after,
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.pcOnly{
	display: block;
}
.spOnly{
	display: none;
}

@media screen and (max-width:768px) {
	body {
		font-size: 12px;
	}
	.contentIn {
		padding: 0 5%;
	}
	.pcOnly{
		display: none;
	}
	.spOnly{
		display: block;
	}

}


/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
#header {
	background: rgba(255,255,255,0.70);
	font-size: 0;
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
}
#header .contentIn{
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#header .headerLogo{
	width: 20%;
	display: inline-block;
	vertical-align: bottom;
}
#header .headerLogo img{
	margin: 0
}
#header #gNavi{
	display: inline-block;
	font-size: 0;
	vertical-align: bottom;
	width: 80%;
	text-align: right;
}
#header #gNavi li{
	font-size: 13px;
	line-height: 23px;
	display: inline-block;
}
#header #gNavi li a{
	color: #333;
}
#header #gNavi .hasInner{
	position: relative;

}
#header #gNavi .hasInner span{
	cursor: pointer;
}
#header #gNavi .innerMenu{
	position: absolute;
	left: 0;
	padding: 33px 0 0;
	text-align: left;
}
#header #gNavi .innerMenu li{
	background: rgba(255,255,255,0.70);
	display: block;
	white-space: nowrap;
	line-height: 1.5;
}
#header #gNavi .innerMenu li + li{
	padding: 10px 0 0;
	margin: 0;
}
#header #gNavi .innerMenu li:last-child{
	padding-bottom: 10px;
}
#header #gNavi .innerMenu li a{
	padding: 0 12px;
}
#header #gNavi li a:hover{
	text-decoration: none;
	opacity: 0.75;
}
#header #gNavi ul > li + li{
	margin-left: 3.5%;
}
#header .spMenuBtn{
	display: none;
}
#header #gNavi .hasInner span p.sp{
		display:none;
	}


@media screen and (max-width:768px) {
	#header {
		padding: 10px 0;
	}
	#header .contentIn{
		padding: 0;
		display: block;
		height: auto;
	}
	#header .headerLogo{
		width: 50%;
		padding-left: 5%;
		vertical-align: middle;
	}
	#header .headerLogo img{
		max-height: 25px;
	}
	#header #gNavi{
		width: 100%;
		display: none;
		padding-top: 10px;
	}
	#header #gNavi ul{
		border-top: #999 1px solid;
		background: rgba(255,255,255,0.80);
	}
	#header #gNavi li{
		display: block;
		text-align: center;
		border-bottom: #999 1px solid;
	}
	#header #gNavi li a,
	#header #gNavi li.hasInner span{
		display: block;
		padding: 18px 0 16px;
	}
	#header #gNavi .hasInner span p.sp{
		display: initial;
		padding: 0 0 5px 5px;
		font-size: 11px;
	}
	#header #gNavi .innerMenu{
		position: static;
		left: 0;
		padding:0;
		text-align: left;
	}
	#header #gNavi .innerMenu li a{
		display: block;
		padding: 12px 5%;
	    background: #F3F3F3;
	}
	#header #gNavi .innerMenu li + li{
		padding: 0;
	}
	#header #gNavi .innerMenu li:last-child{
		padding-bottom: 0;
		border-bottom: none;
	}
	#header #gNavi ul > li + li{
		margin-left: 0;
	}
	#header .spMenuBtn{
		display: inline-block;
		width: 50%;
		text-align: right;
		padding-right: 5%;
		vertical-align: middle;
	}
	#header .spMenuBtn p{
		display: inline-block;
		position: relative;
		width: 18px;
		height: 17px;
	}
	#header .spMenuBtn span {
		display: inline-block;
		transition: all .4s;
	}
	#header .spMenuBtn span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #666;
	}
	#header .spMenuBtn span:nth-of-type(1) {
		top: 0;
	}
	#header .spMenuBtn span:nth-of-type(2) {
		top: 7px;
	}
	#header .spMenuBtn span:nth-of-type(3) {
		bottom: 0;
	}
	#header .spMenuBtn.active span:nth-of-type(1) {
		-webkit-transform: translateY(7px) rotate(-45deg);
		transform: translateY(7px) rotate(-45deg);
	}
	#header .spMenuBtn.active span:nth-of-type(2) {
		opacity: 0;
	}
	#header .spMenuBtn.active span:nth-of-type(3) {
		-webkit-transform: translateY(-7px) rotate(45deg);
		transform: translateY(-7px) rotate(45deg);
	}

}

/* ----------------------------------------------------------------------------------------------------
*  タイトルエリア
* --------------------------------------------------------------------------------------------------*/
#titleArea{	
	height: 361px;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	padding-top: 180px;
}
#titleArea h1{
	text-align: center;
	color: #fff;
	font-size: 28px;
}
#titleArea h1 span{
	display: block;
	margin-top: 15px;
}
@media screen and (min-width:1921px) {
	#titleArea{	
		background-size: 100% auto;
	}
}

@media screen and (max-width:768px) {
	#titleArea{	
		height: 140px;
		padding-top: 66px;
		background-size: auto 140px;
	}
	#titleArea h1{
		text-align: center;
		color: #fff;
		font-size: 20px;
	}
	#titleArea h1 span{
		display: block;
		margin-top: 5px;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  パンくずリスト
* --------------------------------------------------------------------------------------------------*/
#breadcrumb{
	background: #fff;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 0;
	border-bottom: #DFDFDF 1px solid;
	text-align: left;
}
#breadcrumb li{
	font-size: 12px;
	display: inline-block;
	position: relative;
	padding: 11px 0 9px;
}
#breadcrumb li + li{
	padding-left: 35px;
}
#breadcrumb li + li:before{
	content: '';
	background: url(../img/ico_arrow01.png) center center no-repeat;
	width: 15px;
	height: 100%;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 15px;
}

@media screen and (max-width:768px) {
	#breadcrumb li{
		font-size: 10px;
		padding: 6px 0 4px;
	}
	#breadcrumb li + li{
		padding-left: 20px;
	}
	#breadcrumb li + li:before{
		left: 3px;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  メインコンテンツ
* --------------------------------------------------------------------------------------------------*/
#main {
	padding-top: 75px;
}

@media screen and (max-width:768px) {
#main {
	padding-top: 20px;
}

}


/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
#footer {
	background: #fff;
	padding-top: 39px;
	color: #666;
}
#footer .footerLogo img{
	display: inline;
}
#footer .footerContents01{
	text-align: center;
	border-bottom: #A4A4A4 1px solid;
	padding-bottom: 25px;
}
#footer .footerBnr{
	padding: 20px 0 13px;
	font-size: 0;
	text-align: center;
	border-bottom: #A4A4A4 1px solid;
}
#footer .footerBnr li{
	display: inline-block;
	width: 30.5%;
}
#footer .footerBnr li + li{
	margin-left: 2%;
}
#footer .footerNavi{
	padding: 20px 0;
	border-bottom: #A4A4A4 1px solid;
	text-align: center;
	font-size: 0;
}
#footer .footerNavi li{
	display: inline-block;
}
#footer .footerNavi li + li{
	margin-left: 3%;
}
#footer .footerNavi li a{
	color: #666;
	font-size: 14px;
}
#footer .footerNavi li a:hover{
	text-decoration: none;
	opacity: 0.75;
}
#footer .bottomContents{
	padding: 22px 0;
	font-family: "メイリオ", sans-serif;
	font-size: 10px;
	text-align: center;
	position: relative;
}
#footer .bottomContents .bottomNavi{
	position: absolute;
	top: 0;
	right: 3%;
	width: 20%;
	font-size: 0;
	text-align: right;
}
#footer .bottomContents .bottomNavi li{
	display: inline-block;
}
#footer .bottomContents .bottomNavi li + li{
	margin-left: 5%;
}
#footer .bottomContents .bottomNavi li a{
	color: #666;
	font-size: 10px;
}
@media screen and (max-width:768px) {
	#footer {
		padding-top: 20px;
	}
	#footer .footerContents01{
		padding-bottom: 15px;
	}
	#footer .footerContents01 .footerLogo{
		width: 13%;
		margin: auto;
	}
	#footer .footerBnr{
		padding: 10px 0;
		text-align: center;
		border-bottom: #A4A4A4 1px solid;
	}
	#footer .footerBnr li{
		display: block;
		width: 80%;
		margin: auto;
	}
	#footer .footerBnr li + li{
		margin: 10px auto 0;
	}
	#footer .footerNavi{
		display: none;
	}
	#footer .bottomContents{
		margin: 10px 0 20px;
	}
	#footer .bottomContents .bottomNavi{
		position: static;
		width: 100%;
		text-align: center;
		margin-bottom: 5px;
	}
}