@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body{
color: #333;
letter-spacing: 0.05em;
line-height: 1.6em;
font:14px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
background:#fff;
-webkit-text-size-adjust: none;
}



/* リンク設定
------------------------------------------------------------*/
a{color:#1e2bdf;text-decoration:none;}
a:hover{color:#6a3906;}
a:active, a:focus{outline:0;}


/* 全体
------------------------------------------------------------*/
.inner{
margin:0 auto;
width: 1000px;
}

a:hover .hover_img{
    opacity: 0.7;/*要素の透明度を指定*/
    filter: alpha(opacity=70); /*ie6、7の透明度指定*/
    /*ちなみにie8の透明度指定はこれ→ -ms-filter: "alpha(opacity=70)";*/
}
.sp {
display: block;
clear: both;
height: auto;
}

/* フォント
------------------------------------------------------------*/
.font-01{
	font-size: 19px;
	letter-spacing: 0.07em;
}
.font-02{
	font-size: 19px;
	letter-spacing: 0.07em;
}
.font-03{
	font-size: 17px;
	color: #18388e;
	font-weight: bold;
}
.font-04{
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}
.font-05{
	font-size: 13px;
	color: #ff0000;
	font-weight: bold;
}

/*************
/* page-top
*************/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	border-radius: 5px;
	z-index: 100;
}

#page-top img {
	display: block;
}

/******************************
/* ヘッダー
******************************/
#header{
	width: 100%;
	height: auto;
	}
h1{
	width: auto;
	font-size: 11px;
	font-weight: normal;
	padding: 8px 0px 8px 7px;
	letter-spacing: 0.1em;
	}
.logo{
	width: 370px;
	height: 80px;
	margin-top: 0px;
	float: left;
	}
	
.contact{
	width: 130px;
	height: 30px;
	margin-top: -20px;
	float: right;
	}
.facebook{
	width: 130px;
	height: 30px;
	margin: -20px 10px 0px 0px;
	float: right;
	}


/**********************************
/* メニュー
**********************************/
#menu{
	clear: both;
	width: 100%;
	height: 50px;
	margin: 15px auto;
	}
/*-----------------------------------
　　 メインメニュー
-----------------------------------*/
.menu {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 1000px;
	margin: 0 auto;
}

.menu > li {
	float: left;
	width: 200px;
	height: 50px;
	line-height: 70px;
	background: rgb(29, 33, 19);
	text-align: center;
}

.menu > li a {
	display: block;
	color: #333;
	font-size: 14px;
}

.menu > li a:hover {
	color: #17368b;
	text-decoration: underline;
}

ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 9999;
}

.menu > li:hover {
	background: #ccc;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.menu__second-level li {

}

.menu__second-level li a:hover {
	
}

.init-bottom:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 0 15px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu:before,
.menu:after {
	content: " ";
	display: table;
}

.menu:after {
	clear: both;
}

.menu {
	*zoom: 1;
}


li.menu__mega ul.menu__second-level {
	position: absolute;
	top: 55px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	background: #f3f3f3;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
	visibility: visible;
	opacity: 1;
	padding: 0px;
}

li.menu__mega ul.menu__second-level > li {
	float: left;
	width: 32%;
	border: none;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
	margin: 0 1%;
}



.menu-btn {
    cursor: pointer;
}

#menu-list {
    display: none;
}



nav a { background: #254960; color: #fff; display: block; float: left; font-size: 16px; line-height: 40px; margin: 0 1px 0 0; padding: 0 20px; }
nav a:hover { background: #222; }
 



/*********************
/* メインコンテンツ
*********************/
#contents{
	width: 100%;
	height: auto;
	}
	







/*************
/* フッター
*************/
#footer{
	width: 100%;
	height: auto;
	margin-top: 20px;
	}
.footer_left {
	width: auto;
	height: auto;
	float: left;
	}
.logo02{
	width: 90px;
	height: 70px;
	margin-top: 0px;
	float: left;
	}
.address{
	width: 280px;
	height: 105px;
	margin-left: 8px;
	float: left;
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 21px;
	}

.footer_menu {
	width: 620px;
	height: 20px;
	float: right;
	}

.copyright{
	clear: both;
	width: 100%;
	height: auto;
	font-size: 11px;
	letter-spacing: 0.05em;
	text-align: right;
	}








/* PC用 */
@media print, screen and (min-width:1000px){
/*-----------------------------------
　　 スライドメニュー
-----------------------------------*/
#fixed-top{
	display: none;
}
.sb-slidebar sb-left{
	display: none;
}





}







/* モニター幅1000px以下 */
 @media only screen and (max-width:1000px){
.inner{
margin:0px auto;
width: 100%;
}
.wideslider {
	width: 100%;
	height: auto;
	}
.wideslider img{
	width: 100%;
	height: auto;
	}

/**********************
/* ヘッダー
**********************/
h1{
	width: auto;
	margin: 0px auto;
	padding: 8px 0px 8px 7px;
	letter-spacing: 0.1em;
	text-align: center;
	}
.logo{
	width: 370px;
	height: 80px;
	margin: 0px auto 10px;
	float: none;
	}
	
.contact{
	display: none;
	}
.facebook{
	display: none;
	}



/**********************************
/* メニュー
**********************************/
#menu{
	display: none;
	}
/*-----------------------------------
　　スライダー
-----------------------------------*/
.menu{
	position:absolute;
	width: 90px;
	}
.menu a{
	display:block;
	padding:10px;
	background:#183c90;
	color:#fff;
	}
.menu a:hover{
	background:#0096ff;
	color:#fff;
	}

.sb-menu li{
	width:100%;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
  	border-bottom: 1px solid rgba(0, 0, 0, 0.1);	
	}
.sb-menu > li:last-child {
  border-bottom: none;
	}

.sb-menu li a{
	width:100%;
	display:inline-block;
	padding:15px;
	color:#f2f2f2;
	}
.sb-menu li a:hover{
	border-left: 3px solid #0096ff;	
	color:#0096ff;
	}
.button{
	color:#0096ff;
	text-decoration:underline;
	cursor:pointer;
	}
.sb-right p{
	padding:20px;
	color:#f2f2f2;
	line-height:1.8;
	}




/*******************************************
/* フッター
*******************************************/
#footer{
	width: 100%;
	height: auto;
	margin-top: 20px;
	}
.logo02{
	width: 90px;
	height: 70px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	}
.address{
	width: 280px;
	height: 105px;
	margin-left: 8px;
	margin-top: 0px;
	float: left;
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 21px;
	}

.footer_menu {
	width: 620px;
	height: 20px;
	float: none;
	margin: 0px auto;
	}
.footer_left {
	width: 380px;
	height: auto;
	float: none;
	margin: 20px auto 0px;
	}
.copyright{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	}



}





/* iPad 縦 */
@media only screen and (max-width:768px){
.font-02{
	font-size: 16px;
	letter-spacing: 0.02em;
}
.font-03{
	font-size: 14px;
	color: #18388e;
	font-weight: bold;
}
/**********************
/* ヘッダー
**********************/
h1{
	display: none;
	}
.logo{
	width: 300px;
	height: auto;
	margin: 0px auto 10px;
	float: none;
	}
.logo img {
	width: 100%;
	height: auto;
	}


/*******************************************
/* フッター
*******************************************/
#footer{
	width: 100%;
	height: auto;
	margin-top: 20px;
	}
.logo02{
	width: 90px;
	height: 70px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	}
.address{
	width: 280px;
	height: 105px;
	margin-left: 10px;
	margin-top: 0px;
	float: left;
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 21px;
	}
.footer_menu {
	display: none;
	}

.copyright{
	margin-top: 15px;
	}



/*************
/* page-top
*************/

#page-top {
    bottom: 0px;
    right: 5px;
}



}




/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
/* フォント
------------------------------------------------------------*/
.font-01{
	font-size: 19px;
	letter-spacing: 0.05em;
}

/**********************
/* ヘッダー
**********************/
.logo{
	width: 60%;
	height: auto;
	margin: 0px 10px 0px 10px;
	float: right;
	}


/*******************************************
/* フッター
*******************************************/
#footer{
	margin-top: 10px;
	}
.logo02{
	width: 90px;
	height: 70px;
	margin: 0px auto;
	float: none;
	}
.address{
	width: 100%;
	height: auto;
	margin: 0px auto;
	float: none;
	font-size: 13px;
	letter-spacing: 0.02em;
	line-height: 20px;
	text-align: center;
	}
.footer_left {
	width: 100%;
	height: auto;
	margin: 0px auto 0px;
	}
.copyright{
	margin-top: 5px;
	margin-bottom: 5px;
	}

}



















