@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 960px;
	color: #3e3a39;
	font-size: 19px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	width: 920px;
	margin: 0 auto;
	padding: 39px 0 122px;
	overflow: hidden;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media screen and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 15px;
	}
	
	#main {
		width: auto;
		padding: 0 15px 20px;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .hBox {
	width: 960px;
	margin: 0 auto;
	padding: 4px 34px 26px 41px;
	box-sizing: border-box;
}

#gHeader .topTxt {
	margin-bottom: 10px;
}

#gHeader .topTxt .lText {
	width: 420px;
	margin-top: 9px;
	float: left;
}

#gHeader .topTxt .lText span {
	margin: 0 -50px;
	font-size: 12px;
	color: #231815;
	display: block;
	transform: scale(0.81);
}

#gHeader .topTxt .rText {
	float: right;
}

#gHeader .topTxt .rText span {
	display: inline-block;
	vertical-align: middle;
}

#gHeader .topTxt .black {
	min-width: 112px;
	margin-right: 2px;
	padding: 2px 0;
	font-size: 13px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background-color: #3E3A39;
}

#gHeader .topTxt .yellow {
	min-width: 340px;
	padding: 2px 0;
	font-size: 14px;
	background-color: #FFFF01;
	text-align: center;
	font-weight: bold;
}

#gHeader h1 {
	float: left;
}

#gHeader h1 img {
	width: 278px;
}

#gHeader .hBox .linkUl {
	margin-top: 1px;
	float: right;
}

#gHeader .hBox .linkUl li {
	margin-right: 12px;
	float: left;
}

#gHeader .hBox .linkUl li:last-child {
	margin-right: 0;
}

#gHeader .hBox .linkUl li:last-child a:hover {
	opacity: 0.7;
}

#gHeader .hBox .linkUl li img {
	height: 56px;
}

#gHeader .mainVisual {
	display: none;
	width: 960px;
	padding: 47px 34px 21px;
	margin: -10px auto 1px;
	/*background: url(../../img/index/main_visual_bg.jpg) no-repeat;*/
	background-size: cover;
	box-sizing: border-box;
}

#gHeader .mainVisual img {
	width: 520px;
}

#gHeader .TopmainVisual {
    width: 960px;
    padding: 0px;
    margin: -10px auto 1px;
    background-size: cover;
    box-sizing: border-box;
}
.mainphoto{border:solid 10px #f2f2f2;padding: 0 30px;margin-bottom: 20px;}
.mainphoto img{width: 100%;}

@media all and (min-width: 768px) {
	#gHeader .menuBox {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
    #gHeader .TopmainVisual {
        width: 100%;
    }
    
	#gHeader .hBox {
		width: auto;
		padding: 5px 10px;
		position: relative;
	}

	#gHeader .topTxt .lText {
		width: auto;
		margin-top: 0;
		float: none;
	}
	
	#gHeader .topTxt .lText span {
		margin: 0;
		font-size: 9px;
		transform: none;
	}

	#gHeader .topTxt .rText {
		float: none;
	}

	#gHeader .topTxt .black {
		min-width: inherit;
		width: 22%;
		margin-right: 1%;
		padding: 2px 0;
		font-size: 10px;
	}

	#gHeader .topTxt .yellow {
		min-width: inherit;
		width: 77%;
		font-size: 10px;
	}

	#gHeader h1 img {
		width: 200px;
	}

	#gHeader .hBox .linkUl {
		display: none;
	}

	#gHeader .mainVisual {
		width: auto;
		padding: 10px;
		margin: 0 auto 10px;
	}

	#gHeader .mainVisual img {
		width: 300px;
	}
	
	#gHeader .menu {
		margin-top: 8px;
		float: right;
	}
	
	#gHeader .menu img {
		width: 30px;
	}
	
	#gHeader .menuBox {
		display: none;
		width: 100%;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 200;
		background-color: #fff;
		border-top: 1px solid #000;
	}
	
	#gHeader .menuBox .menuLink li a {
		padding: 11px 10px 10px;
		display: block;
		text-align:  center;
		border-bottom: 1px solid #000;
		font-weight: bold;
	}
	
	#gHeader .menuBox .menuLink li a span {
		display: block;
		font-size: 11px;
		color: #717071;
		font-weight: normal;
	}
	
	#gHeader .menuBox .bannerLink {
		margin: 10px 10px;
	}
	
	#gHeader .menuBox .bannerLink li:first-child {
		margin-bottom: 10px;
	}
	
	#gHeader .menuBox .bannerLink li img {
		width: 100%;
	}
	
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 960px;
	margin: 0 auto;
}

#gNavi ul li {
	width: 20%;
	display: table;
	float: left;
	line-height: 1.2;
	border: 1px solid #7D7D7D;
	background-color: #EEEEEE;
	box-sizing: border-box;
}

#gNavi ul a {
	padding: 10px 0 8px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
}

#gNavi ul a:hover:before {
	width: 100%;
	height: 3px;
	background-color: #166BE8;
	position: absolute;
	bottom: 1px;
	left: 0;

	content: ""; 
}

#gNavi ul a span {
	display: block;
	font-size: 10px;
	color: #717071;
	font-weight: normal;
}

@media screen and (max-width: 767px) {
	#gNavi {
		display: none;
	}
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin: -7px 0 10px 17px;
}

#pagePath li {
	display: inline-block;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

#pagePath li a {
	padding-right: 5px;
}

#pagePath li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	#pagePath {
		margin: 0;
	}
	
	#pagePath li {
		font-size: 13px;
	}
	
	#pagePath li a:hover {
		text-decoration: none;
	}

}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: 700px;
	float: right;
}

@media screen and (max-width: 767px) {
	#conts {
		padding-bottom: 20px;
		width: auto;
		float: none;
	}

}



/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	width: 200px;
	float: left;
}

#sideBar .sLink {
	margin-bottom: 16px;
}

#sideBar .sTtl {
	margin-bottom: 7px;
}

#sideBar ul li {
	margin-bottom: 8px;
}

#sideBar ul li:last-child {
	margin-bottom: 0;
}

#sideBar a:hover img {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	#sideBar {
		width: auto;
		float: none;
	}
	
	#sideBar img {
		width: 100%;
	}
	
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 44px;
	padding: 34px 0 38px;
	background: url(../../img/common/f_bg.jpg) repeat-x bottom left #334A7A;
}

#gFooter .fBox {
	width: 796px;
	margin: 0 auto;
	padding: 7px 0;
	background: rgba(0,0,51,0.8);
}

#gFooter .fBox .lBox {
	padding: 20px 40px 11px 62px;
	float: left;
	border-right: 3px solid #fff;
}

#gFooter .fBox .lBox img {
	width: 212.5px;
}

#gFooter .fBox .lBox .fLogo {
	margin-bottom: 12px;
}

#gFooter .fBox .rBox {
	width: 436px;
	padding: 12px 0;
	float: right;
}

#gFooter .fBox .rBox > ul > li {
	float: left;
}

#gFooter .fBox .rBox > ul > li:first-child {
	width: 63px;
}

#gFooter .fBox .rBox li a {
	color: #fff;
	font-size: 13px;
	letter-spacing: 2px;
}

#gFooter .fBox .rBox > ul > li > ul >li li {
	padding-right: 10px;
	display: inline-block;
}

#gFooter .fBox .rBox li a:hover {
	text-decoration: underline;
}

.copyright {
	padding: 15px 0;
	text-align: center;
	font-size: 13px;
	color: #000;
	background-color: #DCDCDC;
}

@media screen and (max-width: 767px) {
	#gFooter {
		margin-top: 25px;
		padding: 15px 10px;
		background: url(../../img/common/f_bg.jpg) repeat-x bottom left #334A7A;
		background-size: auto 100px;
	}
	
	#gFooter .fBox {
		width: auto;
		padding: 15px 10px;
	}
	
	#gFooter .fBox .lBox {
		padding: 0;
		float: none;
		text-align: center;
		border-bottom: 1px solid #fff;
		border-right: none;
	}
	
	#gFooter .fBox .lBox img {
		width: 160px;
	}
		
	#gFooter .fBox .rBox {
		width: auto;
		padding: 0;
		float: none;
		text-align: center;
	}
	
	#gFooter .fBox .rBox > ul > li {
		float: none;
	}
	
	#gFooter .fBox .rBox > ul > li:first-child {
		width: auto;
		text-align: center;
	}
	
	#gFooter .fBox .rBox li a {
		font-size: 12px;
		letter-spacing: 0;
	}
	
	#gFooter .fBox .rBox li a:hover {
		text-decoration: none;
	}
	
	.copyright {
		padding: 10px 0;
		font-size: 12px;
	}
	
}

@media all and (-ms-high-contrast:none){
	#gHeader .topTxt .black {
		padding: 4px 0 0;
	}
	
	#gHeader .topTxt .yellow {
		padding: 4px 0 0;
	}
	
	#gNavi ul a {
		padding: 13px 0 5px;
	}
	
}

