@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,
h1, h2, h3, h4, h4, h6, #header #site-title, #pageTitBnr #pageTitInner #pageTit, .leadTxt, #gMenu .menu li a strong, .sideTower .localHead, #sideTower .localHead {
	font-family:'メイリオ', Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',sans-serif !important;
}

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:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #333;
	text-decoration: underline;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 960px;
	color: #333;
	line-height: 1.5;
	background-color: #FFF;
}

#container{
	text-align: left;
}

#main {
	margin: 0 auto 80px;
	width: 950px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	margin-bottom: 10px;
}

#header .hInner {
	margin-top: 2px;
	padding: 3px 0;
	color:#F49919;
}

#header .hInner h1 {
	margin: 0 auto;
	width: 950px;
	font-size: 1.2em;
	font-weight: normal;
}

#header .hBox {
	margin: 0 auto;
	width: 952px;
}

#header .hBox h2 {
	padding-left: 12px;
	float: left;
}

#header .hBox h2 a {
	display: block;
}

#header .hBox .rBox {
	margin-top: 0px;
	width: 185px;
	float: right;
}

#header .hBox .rBox p {
	margin-top: 4px;
	width: 185px;
	font-size: 1.3em;
}

#header .hBox .rBox .tel {
	width: 248px;
	float: right;
	font-size: 1.3em;
	letter-spacing:-0.2px;
	text-align: right;
}

#header .hBox .rBox .tel span {
	margin-top: 4px;
	display: block;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	margin-bottom: 20px;
	padding: 7px 0 0px;
	height:54px;
	background-color: #F49919;
}

#gNavi ul {
	margin: 0 auto;
	width: 950px;
	background: url(../image/line01.gif) repeat-y right top;
}

#gNavi li {
	float: left;
	position: relative;
	background: url(../image/line01.gif) repeat-y left top;
	padding-bottom: 8px;
}

#gNavi a {
	padding: 3px 22px 0 22px;
	display: block;
	color: #FFEE5B;
	font-size: 1.33em;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
}

#gNavi a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#gNavi a span {
	display: block;
	font-size: 1.3em;
	font-weight:bold;
	color:#ffffff;
}

#gNavi li ul {
	display: none;
}


#gNavi li .subList {
	width: 100%;
	position: absolute;
	left: 0;
	top: 47px;
	color: #FFF;
	z-index: 100;
	width: 100%;
	text-align: left;
}

#gNavi li .subList li {
    float: none;
	font-size: 13px;
	position: relative;
	display: block;
	padding-bottom: 0;
}

#gNavi li .subList li a {
	background-color: #F2BA13;
	padding: 10px;
	display: block;
	color: #fff;
	text-align: left;
	margin: 0;
	border-bottom: 1px dotted #fff;
	width: 100%;
	box-sizing: border-box;
	text-shadow: none;
	font-size:90%;
	width:330px;
}

#gNavi li .subList li a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: #fcfcfc;
	color: #F2BA13;
}

#gNavi li .subList li ul {
	padding-left: 1px;
	position: absolute;
	left: 100%;
	top: 0;
}
/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 685px;
	float: left;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 220px;
	float: right;
}

#sideBar .sContact {
	margin-bottom: 20px;
}

#sideBar .sContact a {
	display: block;
}

#sideBar .sContact a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#sideBar .sReason {
	padding-bottom: 15px;
	background-color: #f2ba13;
}

#sideBar .sReason .ttlImg {
	margin-bottom: -23px;
}

#sideBar .sReason .ttlImg img {
	margin-top: -7px;
}

#sideBar .sReason ul {
	margin: 0 15px;
	padding: 11px 0 10px;
	position: relative;
	background: url(../image/s_reason_bg.gif) repeat;
}

#sideBar .sReason li {
	margin-top: 12px;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2;
}

#sideBar .sReason li:first-child {
	margin-top: 0;
}

#sideBar .sReason .num {
	padding: 7px 0 8px;
	width: 35px;
	position: relative;
	display: block;
	float: left;
	color: #fff;
	text-align: center;
	background-color: #f2685c;
}

#sideBar .sReason .num:after {
	content: "";
	height: 0;
	position: absolute;
	right: -20px;
	top: 13px;
	border-color: transparent transparent transparent #f2685c;
    border-style: solid;
    border-width: 5px 10px 4px;
}

#sideBar .sReason .text {
	margin-left: 51px;
	display: block;
}

#sideBar .sBannerList {
	margin-bottom: 20px;
}

#sideBar .sBannerList li {
	padding-top: 20px;
}

#sideBar .sBannerList a {
	display: block;
}

#sideBar .sBannerList a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#sideBar .sBox {
	margin-bottom:20px;
}

#sideBar .sBox p {
	padding: 6px 11px;
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	background: url(../image/s_title_bg.gif) repeat;
}

#sideBar .sBox p span {
	padding: 1px 0 0 29px;
	display: block;
	background: url(../image/icon01.png) no-repeat left center;
}

#sideBar .sBox li {
	font-size: 1.3em;
	font-weight: bold;
	background: url(../image/line02.gif) repeat-x left bottom;
}

#sideBar .sBox a {
	padding: 11px 0 12px 12px;
	display: block;
	background: url(../image/icon02.gif) no-repeat left center;
	text-align: left;
}

#sideBar .areaBox img {
	padding: 10px 0px 5px 0;
}

#sideBar .areaBox p {
	padding: 5px 0px 20px 0;
	color: #333;
	font-size: 1.4em;
	font-weight: none;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	background-color: #f49919;
	overflow: hidden;
	clear: both;
}

#footer .fLink {
	margin-bottom: 13px;
	padding: 8px 0 10px;
	border-bottom: 1px solid #fff;
}

#footer .fLink ul {
	margin: 6px auto -2px;
	width: 950px;
}

#footer .fLink li {
	margin-right: 10px;
	display: inline;
}

#footer .fLink a {
	padding-left: 15px;
	display: inline-block;
	color: #fff;
	font-size: 1.5em;
	background: url(../image/icon04.gif) no-repeat 2px center;
}

#footer .fBox {
	margin: 0 auto 35px;
	width: 950px;
}

#footer .fBox .lBox {
	margin-top: 12px;
	width: 330px;
	float: left;
}

#footer .fBox .fLogo {
	padding: 0 0 14px 2px;
}

#footer .fBox .address {
	color: #fff;
	font-size: 1.5em;
	line-height: 1.4;
}

#footer .fBox .fNavi ul li{ 	
    display: inline;
 } 

#footer .fBox .fNavi {
	width: 600px;
	float: right;
	margin-top:12px;
}

#footer .fBox .fNavi li {
	padding: 5px 10px;
}

#footer .fBox .fNavi > li {
	width: 600px;
}

#footer .fBox .fNavi .list01 {
	width: 600px;
}

#footer .fBox .fNavi a {
	padding-left: 15px;
	color: #fff;
	font-size: 1.6em;
	background: url(../image/icon04.gif) no-repeat left center;
}

#footer .copyright {
	margin: 0 auto;
	padding: 9px 0 14px;
	width: 950px;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	border-top: 1px solid #fff;
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	position: relative;
}

.pageTop a {
	display: block;
	overflow: hidden;
	position: fixed;
	bottom: 20px;
	right: 20px;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	position: relative;
	padding: .15em 0 .0em .75em;
	font-size: 1.8em;
	color:#333;
	border-left: 7px solid #F49919;
	margin-bottom:30px;
}

#main .headLine01::after {
	position: absolute;
	left: -7px;
	top:35px;
	bottom: 0;
	content: '';
	width: 100.4%;
	height: 0;
	border-bottom: 3px solid #F49919;
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	margin-bottom: 16px;
	padding: 11px 10px 12px;
	position: relative;
	font-size: 1.8em;
	color: #333;
	background: url(../image/com_bg01.gif) repeat;
}

#main .headLine02 a {
	display: block;
	position: absolute;
	top: 11px;
	right: 9px;
}

#main .headLine02 a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#gMenu ,
.sp {
	display: none;
}

@media only screen and (max-width: 769px) {
	
	body {
		width: 100%;
		min-width: 100%;
	}
	
	.pc {
		display: none !important;
	}

	.sp {
		display: inherit;
		width: 100%;
	}
	
	#header .hInner ,
	#header img {
		max-width: 100%;
		height: auto;
		padding: 0 1em;
		box-sizing: border-box;
	}
	
	#header .hBox {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
	}
	
	#header .hBox h2 {
		padding-left: 0;
		width: 80%;
	    float: left;
	}
	
	#header .hBox .rBox {
		width: 20%;
		float: right;
	}
	
	#header .hBox .rBox .tel {
		width: 100%;
	}
	
	#header .tel img {
		padding: 0 0 0 .5em;
	}
	
	#header .hBox .rBox p ,
	#header .hBox .rBox .tel {
		float: none;
		margin: 0 auto;
	}
	
	.mainVisual .bg {
		background-position: left top !important;
		background-size: cover !important;
	}
		
	#gMenu {
		display: block !important;
	}
	
	#gNavi {
		display: none;
	}
	
	#gHeader .hBox .ttlBox h1 {
		font-size: 8px;
	}	
     
    .hBox h2 img{
		float: left;
        max-width: 60%;
		height: auto;
		display: block;
		margin-top: 1.3em;
    }

    .hBox .tel img{
        max-width: 35%;
		height: auto;
		float: right;
		display: block;
    }
	
	#header h1 {
		width: inherit !important;
	}
	
	#gHeader .hBox .tel ,
	#gHeader .hBox .ttlBox {
		float: none;
	}
	
	#main ,
	#conts {
		width: 100%;
		margin-bottom: 4em;
		padding: 0 .5em;
		box-sizing: border-box;
	}	
	
	#conts img {
		max-width: 100%;
		height: auto;
	}		

	#conts .listUl {
		max-width: 100%;
	}
	
	#conts .listUl li {
		margin: 1em 0 0 0 !important;
		width: 100% !important;
		box-sizing: border-box;
	}
	
	#conts .listUl .subBox .photo-box {
		overflow: hidden;
		background-color: #F2F2F2;
		padding-bottom: 0;
	}	
	
	#conts .listUl .subBox .photo {
		float: left;
		width: 30%;
		height: auto;
	}

	#conts .listUl li ul {
		display: none;
	}
	
	#conts .listUl .link {
		margin-left: 0 !important;
		text-align: center;
	}
	
	#conts .listUl .textBox {
		background-color: #fff;
	}
	
	#conts .listUl .textBox img {
		position: relative;
		max-width: 50%;
		height: auto;
		margin-left: 10%;
	}
	
	#conts .listUl .textBox span {
		right: 10% !important;
		top: inherit !important;
		bottom: 0 !important;
	}
	
	#conts .dateBox span {
		top: 0 !important;
		left: 0 !important;
		font-size: inherit !important;
	}
	
	#conts h3 {
		max-width: 100%;
	}
	
	#main .headLine01 {
		margin-bottom: 1em;
	}
	
	#main .headLine02 {
		box-sizing: border-box;
	}
	
	#conts .imgBox .photoBox {
		height: auto;
		margin: 0 auto 1em;
		background-color: #fff;
		float: none !important;
	}

	#conts .imgBox .photoBox img {
		margin: 0 auto;
		display: block;
	}
	
	#sideBar {
		width: 94% !important;
		float: none !important;
		text-align: center;
		margin: 0 auto;
	}
	
	#sideBar .sBox {
		background-position: center top;
	}	
	
	#sideBar .linkList li {
		float: none;
	}

	#sideBar .sNavi {
		width: 220px;
		margin: 0 auto 1em;
	}

	#sideBar .sNavi li {
		text-align: left;
	}
	
	#footMenu {
		display: block !important;
		padding: 0 2%;
		z-index: 0;
	}
	
	.fNavi {
		display: none;
	}
	
	#footer .fBox .inner {
		width: 100% !important;
	}
	
	#footer .fBox .inner .fLogo img {
		width: 100%;
		height: auto;
	}
	
	#footer .fBox .inner .copyright {
		width: 100% !important;
		text-align: center !important;
	}

	#footer .fBox .fLogo img {
		width: 160px;
		height: auto;
	}
	
	#footer .contactBox {
		padding: 0 !important;
		border-top: 0 !important;
		background: none !important;
	}
	
	#footer .contactBox .inner {
		display: none;
		width: 100%;
	}
	
	.pageTop {
		bottom: 60px;
	}	

	.pageTop img {
		width: 45px !important;
		height: 45px !important;
	}
	
	.breadcrumbs-area .breadcrumbs {
		width: 100% !important;
	}
 
	#footer .fLink ul ,
	#footer .copyright {
		width: 100%;
	}
	
	#footer .fBox .lBox {
		max-width: 100%;
		padding-left: 10px;
	}
	
	#footer .fLink {
		padding-left: 10px;
	}
	
	#main .headLine01 {
	text-align:left !important;
	position: relative;
	padding: .15em 0 .0em .75em;
	font-size: 2em;
	color:#333;
	line-height:110%;
	border-left: 7px solid #F49919;
	margin-bottom: 1em;
	margin-left: 0;
	}

	#main .headLine01::after {
	position: absolute;
	left: -7px;
	top:35px;
	bottom: 0;
	content: '';
	width: 100.4%;
	height: 0;
	border-bottom: none;
	}
	
	#main .areaBox .headLine01{
	margin-left:0px;
	margin-bottom:0px;
	}
	
	#main .sBox .headLine01{
	margin-left:0px;
	}
	
	#main .sContact .headLine01{
	margin-left:0px;
	}

	#main .sContact img{
	margin:10px 0;
	}
}