@charset "utf-8";
/*#header------------------------------------- */
#header .headerLine {
	margin: 0;
	border-bottom: none;
}
/*#top------------------------------------- */
/* ナビ */
#naviHeader {
	height: 59px;
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','游ゴシック Medium','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
#naviWrapper {
	width: 100%;
	background: linear-gradient(#c29c00, #f4d03a);
	border-bottom: 3px solid #9a7800;
	position: relative;
	z-index: 10;
}
#gNavi {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	border-left: 1px solid #9a7800;
	box-sizing: content-box;
}
#gNavi > li {
	float: left;
	border-right: 1px solid #9a7800;
}
#gNavi > li a,
#gNavi > li span {
	display: block;
	position: relative;
}
#gNavi > li.active a:before,
#gNavi > li > a:hover:before,
#gNavi > li.active span:before,
#gNavi > li > span:hover:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
}
#gNavi > li#nav01.active a:before,
#gNavi > li#nav01 > a:hover:before {
	background: url(../images/nav01_on.png) no-repeat;
}
#gNavi > li#nav02.active > a:before,
#gNavi > li#nav02 > a:hover:before {
	background: url(../images/nav02_on.png) no-repeat;
}
#gNavi > li#nav03.active a:before,
#gNavi > li#nav03 > a:hover:before {
	background: url(../images/nav03_on.png) no-repeat;
}
#gNavi > li#nav04.active a:before,
#gNavi > li#nav04 > a:hover:before {
	background: url(../images/nav04_on.png) no-repeat;
}
#gNavi > li#nav05.active a:before,
#gNavi > li#nav05 > a:hover:before {
	background: url(../images/nav05_on.png) no-repeat;
}
#gNavi > li#nav06.active a:before,
#gNavi > li#nav06 > a:hover:before {
	background: url(../images/nav06_on.png) no-repeat;
}
#gNavi > li#nav07.active span:before,
#gNavi > li#nav07 > span:hover:before {
	background: url(../images/nav07_on.png) no-repeat;
}
#gNavi > li#nav08.active a:before,
#gNavi > li#nav08 > a:hover:before {
	background: url(../images/nav08_on.png) no-repeat;
}
#gNavi > li.pulldown:hover .subList_wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
}
/* ナビ プルダウン矢印 */
#gNavi > li.pulldown:hover:before {
	content: "";
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	left: 0;
	top: -23px;
	bottom: -82px;
	margin: auto;
	border-right: 10px solid transparent;
	border-bottom: 17px solid #fff;
	border-left: 10px solid transparent;
	z-index: 13;
}
#gNavi > li.pulldown:hover:after {
	content: "";
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	left: 0;
	top: -28px;
	bottom: -82px;
	margin: auto;
	border-right: 10px solid transparent;
	border-bottom: 17px solid #333;
	border-left: 10px solid transparent;
	z-index: 12;
}
#gNavi > li.pulldown#nav02:hover:before,
#gNavi > li.pulldown#nav02:hover:after {
	right: 727px;
}
#gNavi > li.pulldown#nav07:hover:before,
#gNavi > li.pulldown#nav07:hover:after {
	right: -560px;
}
/* ナビ プルダウンリスト */
#gNavi > li .subList_wrapper {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}
#gNavi > li:hover .subList_wrapper {
	display: block;
}
#gNavi > li .subList_wrapper .subList {
	width: 330px;
	padding: 20px;
	background: #fff;
	border: 1px solid #333;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
	top: 8px;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.2);
}
#gNavi > li.pulldown#nav02 .subList_wrapper .subList {
	right: 550px;
}
#gNavi > li.pulldown#nav07 .subList_wrapper .subList {
	right: -630px;
}
#gNavi > li .subList_wrapper .subList ul li {
	display: block;
	border-bottom: dotted 1px #000;
	margin: 0;
}
#gNavi > li .subList_wrapper .subList ul li:first-child {
	border-top: dotted 1px #000;
}
#gNavi > li .subList_wrapper .subList ul li a {
	padding: 7px 7px 7px 33px;
	position: relative;
	text-decoration: none;
	font-weight: bold;
	background: #fff;
	color: inherit;
	text-align: left;
	font-size: 1rem;
}
#gNavi > li .subList_wrapper .subList ul li a::before {
	content: "";
	width: 7px;
	height: 13px;
	background: url(../images/arrow01.png) no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 12px;
	margin: auto;
}
#gNavi > li .subList_wrapper .subList ul li a:hover {
	background: #ffd5ec;
}
/*パンくず*/
.breadcrumb {
	padding: 5px 4px;
}
.breadcrumb .body {
	width: 950px;
	margin: 0 auto;
	padding: 4px 0;
	position: relative;
}
.breadcrumb .body * {
	position: relative;
	z-index: 10;
}
.breadcrumb #socialBox {
	top: 3px;
}
.breadcrumb .breadcrumbList {
	width: 100%;
	margin: auto;
	font-size: 0;
}
.breadcrumb .breadcrumbList li {
	font-size: 12px;
	display: inline-block;
}
.breadcrumb .breadcrumbList li+ li::before {
	content: "＞";
	margin: 0 10px;
}
.breadcrumb .breadcrumbList li a:hover {
	text-decoration: none;
}
.mv .obi {
	height: 164px;
	background: url(../images/bg_head.jpg) center bottom repeat;
	overflow: hidden;
	background-color: #100f0d;
	position:relative;
}
.mv.top .obi {
	height: 405px;
	background-image: url(../images/bg_head_top.jpg) ;
}
.mv .obi .logo {
	width: 569px;
	height: 100%;
	margin: auto;
	background: url(../images/mv_ttl.png) no-repeat center center;
}
.mv.top .obi .logo {
	width: 952px;
	background: url(../images/logo_head_top.png) no-repeat center;
}
.mv .obi .logo a {
	display: block;
	width: 100%;
	height: 100%;
}

/*#footnav------------------------------------- */
#footnav {
	margin-bottom: 40px;
}
#footnav .logo_s {
	margin-bottom: 20px;
	padding-top: 15px;
	text-align: center;
}
#footnav a:hover {
	opacity: 0.7;
}
#footnav .inner {
	width: 960px;
}
#footnav .col {
	width: 308px;
	margin-right: 16px;
	float: left;
}
#footnav .col:last-child {
	margin-right: 0;
}
#footnav dl dt {
	background: #004098;
	border-top: 2px solid #c9c9c9;
	font-size: 16px;
	line-height: 1.3;
}
#footnav dl dt:first-child {
	border-top: none;
}
#footnav dl dd {
	border-top: 2px solid #c9c9c9;
	font-size: 12px;
	line-height: 1.3;
}
#footnav .col:nth-child(2) dl dd:last-child {
	border-bottom: 2px solid #c9c9c9;
}
#footnav .col:nth-child(3) dl dd:last-child {
	border-bottom: 2px solid #c9c9c9;
}
#footnav dl dt a, #footnav dl dd a, #footnav dl dt span, #footnav dl dd span {
	display: block;
	text-decoration: none;
	padding: 10px 15px 10px 15px;
}
#footnav dl dt a, #footnav dl dt span {
	color: #fff;
}
#footnav dl dd a, #footnav dl dd span {
	color: #000;
}
#footnav dl dt a {
	background: url(../images/arrow04.png) no-repeat 96% 45% #004098;
}
#footnav dl dd a {
	background: url(../images/arrow05.png) no-repeat 96% 45% #fff;
}
#footnav dl dt a:hover {
	opacity: 0.7;
}
