@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;}
/* -------------------------------------------------------------- */

/* ------------------フォント指定ここから------------------- */

	/*
	* "はんなり明朝" licensed under the IPA Font License Agreement v1.0
	* http://typingart.net/（配布元のURL）
	* http://ipafont.ipa.go.jp/（IPAフォントのURL）
	* http://ipafont.ipa.go.jp/ipa_font_license_v1.html（IPAフォントライセンスv1.0のURL）
	*/


	/* IE */
	@font-face {
	font-family: hannari;
	src: url(font/hannari.eot);
	font-weight: normal;
	font-style: normal;
	}
	/* IE(>=9), Firefox(>=3.6), Safari(>=5.1), Chrome(>=6), Opera(>=11) */
	@font-face {
	font-family: hannari;
	src: url(font/hannari.woff) format("truetype");
	font-weight: normal;
	font-style: normal;
	}


	
	/* IE */
	@font-face {
	font-family: helvetica;
	src: url(font/helvetica.eot);
	font-weight: normal;
	font-style: normal;
	}
	/* IE(>=9), Firefox(>=3.6), Safari(>=5.1), Chrome(>=6), Opera(>=11) */
	@font-face {
	font-family: helvetica;
	src: url(font/helvetica.woff) format("truetype");
	font-weight: normal;
	font-style: normal;
	}
	
	


/* ------------------フォント指定ここまで------------------- */

body{
	color: #00164b;
	font-family: hannari;
	line-height: normal;
	background: #ffffff;
	-webkit-text-size-adjust: none;
	}


/* リンク設定
------------------------------------------------------------*/
a{color:#ffffff;text-decoration:none;}
a:hover{color:#00164b;
	opacity: 0.2;
    filter: alpha(opacity=20);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
a:active, a:focus{outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
	margin:0 auto;
	padding:0 1%;
	width:98%;
	position:relative;
	}
	
#wrapper2{
	margin:1% 1%;
	width:98%;
	position: relative;
	}
	
.inner{
	margin:0 auto;
	width:100%;
	}


/****************************************************************
/* 各ページのヘッダー
****************************************************************/
/*TOPページ*/
#header{
	padding:10px 0 10px;
	overflow:hidden;
	font-family: "helvetica", hannari;
	}
* html #header{height:1%;}

/*備後節織について*/	
#header2{
	padding:10px 0 10px;
	overflow:hidden;
	border-bottom: 1px solid #00164b;
	font-family: "helvetica", hannari;
	}
* html #header2{height:1%;}



/****************************************************************
/* ロゴ
****************************************************************/
/*TOPページ*/
#header .logo{
	max-width: 100%;
  	height: auto;
	float: left;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	}

#header .logo img{
	max-width: 100%;
	height: auto;
	}
	
a:hover img {
	max-width: 100%;
  	height: auto;
	opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
	}

/*備後節織についてページ*/	
#header2 .logo{
	max-width: 100%;
  	height: auto;
	float: left;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	}

#header2 .logo img{
	max-width: 100%;
	height: auto;
	}
	
a:hover img {
	max-width: 100%;
  	height: auto;
	opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
	}



/************************************************************
/* メイン画像（トップページ+備後節織についてページ）
************************************************************/
/*TOPページ　スライドショーここから*/
#stage {
	position:relative;
	margin-bottom: 15px;
	}
#stage ul {
	padding: 0px;
	position:relative;
	}
#stage ul li {
	max-width: 100%;
	height: auto;
	list-style-type: none;
	position:absolute;
	opacity: 0;
	box-shadow:#ccc 0 0 8px;
	}
#stage img {
	max-width: 100%;
	height: auto;
	position: relative;
	}
#slide_control {
position: absolute;
}
[id^='photo_'] {
cursor: pointer;
}
#prev_button {
cursor: pointer;
}
#next_button {
cursor: pointer;
}
#play_stop {
cursor: pointer;	
}
/*TOPページ　スライドショーここまで*/

/*備後節織についてページ　ギャラリーページ　メイン画像*/
p.aboutbingo_image img{
	max-width: 100%;
	height:auto;
	box-shadow:#ccc 0 0 8px;
	}


/************************************************************
/* グリッド
************************************************************/
/*TOPページ*/
.gridWrapper{
	padding-top: 0px;
	padding-bottom: 10px;
	overflow: hidden;
	}

.gridWrapper img, img.frame{
	max-width:100%;
	height:auto;
	margin-bottom:10px;
	}

.gridWrapper2 img, img.frame{
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	}

* html .gridWrapper{height:1%;}
* html .gridWrapper2{height:1%;}
	
.grid{
	float:left;
	border-radius: 1px;
	border: 0px solid #00164b;
	background: #ffffff;   
	}

.grid h3{
	padding:10px 5px;
	font-weight:bold;
	text-align:center;
	}

.grid p{
	padding:5px 10px;
	text-align:center;
	}

.grid p.img{text-align:center;}

#sub img{
	padding:0;
	border:1px solid #00164b;
	}

/* フッター内のグリッド(3カラム) */
#footer .grid{
	color:#fff;
	background:transparent;
	}

#footer .grid p{padding:0;}


/***************************************************
/* メイン
****************************************************/
/*備後節織についてページ*/
#main1{
	margin:0 auto;
	padding:0 1%;
	width:100%;
	position:relative;
	overflow:hidden;
	}

#main2{
	margin:0 auto;
	padding:0 1%;
	width:100%;
	position:relative;
	overflow:hidden;
	}

#main3{
	margin:0 auto;
	padding:0 1%;
	width:100%;
	position:relative;
	overflow:hidden;
	}
	
#main4{
	margin:0 auto;
	padding:0 1%;
	width:100%;
	position:relative;
	overflow:hidden;
	}
	
#main5{
	margin:0 auto;
	padding:0 1%;
	width:100%;
	position:relative;
	overflow:hidden;
	}


/***********************************************
メイン セクションコンテンツ　P指示　h指示
***********************************************/
/*TOPページ*/
section.content1{
	overflow: hidden;
	font-size: 21px;
	font-weight: 800;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	}
* html section.content1{height:1%;}
section.content1 p{
	margin-bottom:5px;
}
section.content1 img{
	max-width:100%;
	height:auto;
	}


/*備後節織についてページ*/
section.content2{
	overflow: hidden;
	font-size: 21px;
	font-weight: 800;
	text-align: left;
	letter-spacing: -0.05em;
	line-height:1.7;
	}
* html section.content2{height:1%;}
section.content2 p{
	margin-bottom:5px;
}
section.content2 img{
	max-width:100%;
	height: auto;
	float: left;
	margin: 1%;
	}


section.content3{
	overflow:hidden;
	font-size: 21px;
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height:1.7;
	}
* html section.content3{height:1%;}
section.content3 p{
	margin-bottom:5px;
}
section.content3 img{
	max-width:100%;
	height:auto;
	}


/*カンパニーページ*/
section.content4{
	overflow:hidden;
	font-size: 21px;
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height:1.1;
	margin-bottom:50px;
	}
* html section.content4{height:1%;}
section.content4 p{margin-bottom:5px;}


/*ギャラリーページ*/
section.content5{
	overflow: hidden;
	text-align: left;
	margin-bottom: 20px;
	}
* html section.content5{height:1%;}


/*イングリッシュページ*/
section.content6{
	overflow:hidden;
	padding:10px 0;
	border-radius:6px;
	}
* html section.content6{height:1%;}
section.content6 p{margin-bottom:5px;}
section.content6 img{
	max-width:100%;
	height:auto;
	}
	
	
p.uta01{font-size:24px;}
	
p.uta02{
	font-size:24px;
	margin-left:28px;}

p.uta03{
	font-size:24px;
	margin-left:250px;}

p.gotop{
	font-family: "helvetica", hannari;
	text-align:right;
	font-size:24px;
	font-weight: 900;
	margin-right:120px;
	}

p.name{text-align:right;}

p.sankou{font-size:18px;}

/*p.font02{font-size:28px;}
*/
p.orimoto01{font-size:25px;}

p.orimoto02{text-indent:1em;}


#box3 p{
	overflow:hidden;
	font-size: 21px;
	font-weight: 800;
	margin-bottom:5px;
	letter-spacing: -0.05em;
	line-height:1.7;
	}

#box4 p{
	overflow:hidden;
	font-size: 21px;
	font-weight: 800;
	margin-bottom:5px;
	letter-spacing: -0.05em;
	line-height:1.7;
	}

h1.heading{
	margin-bottom:5px;
	font-size:1.7em;
	font-weight:700;
	}

h2.heading{
	margin-top:10px;
	font-size:1.4em;
	}

h3.heading{
	margin-bottom:5px;
	margin-left:-2px;
	font-size:1.25em;
	font-weight:900;
	}
	
h4.heading{
	text-align:center;
	margin-top:40px;
	font-size:1.6em;
	}
	
h5.heading{
	margin-top:15px;
	margin-bottom:25px;
	font-size:1.7em;
	font-weight:900;
	}


.alignleft{
	float:left;
	clear:left;
	margin:6px 10px 10px 0;
	}

.alignright{
	float: right;
	clear: right;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 30px;
	}

#gallery .grid{
	padding:5px 0 0;
	border:0;
	background:#fff;
	}



/***********************************************
ギャラリー写真
***********************************************/

ul#lightGallery li img {
	float: left;
	max-width: 100%;
	margin-left: 5px;
	margin-bottom: 30px;
	box-shadow:#b9b9b9 0 0 6px;
}

ul#lightGallery li:hover {
	cursor: pointer;
	color:#ffffff;
  	opacity: 0.6;
  	filter: alpha(opacity=60);
  	-ms-filter: "alpha(opacity=60)";
}
 
#lightGallery-outer{
	background-color: rgba(0, 0, 0, 0.6);
}



/***********************************************
テーブル
***********************************************/
table.table{
	border-collapse:collapse;
	width:100%;
	margin:10px auto;
	}

table.table th,table.table td{
	padding:5px;
	border:1px solid #054b83;
	}

table.table th{
	text-align:right;
	font-weight:900;
	letter-spacing:1px;
	white-space:nowrap;
	color:#ffffff;
	background:#3769a5;
	border-left:#054b83 5px solid;
	}

table.table td{border-left:#054b83 3px double;}

table.table td p{color:#00164b;}



/***********************************************
サブ（フッター前）コンテンツ
***********************************************/
#sub ul{padding:10px;}

#sub li{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #ebebeb;
	}

#sub li:last-child{
	border:0;
	margin-bottom:0;
	}

#sub li a{display:block;}

#sub ul.list{padding-bottom:7px;}

#sub ul.list li{
	clear:both;
	margin-bottom:4px;
	padding:4px 0;
	overflow:hidden;
	}

* html #sub ul.list li{height:1%;}

#sub ul.list li img{
	float:left;
	margin:0 10px 0 0;
	}

#sub ul.list li{
	font-size:12px;
	line-height:1.35;
	}



/***********************************************
/* フッター
***********************************************/
#footer{
	font-family: "helvetica", hannari;
	clear: both;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #00164b;
	border-bottom: 1px solid #00164b;
	}

* html #footer{height:1%;}

#footer .grid{background: transparent;}

#footer #info .logo, {float:none;}

#footer .logo{
	max-width: 400px;
	height: auto;
	}
	
#footer .logo img{
	max-width: 400px;
	height: auto;
	}

ul.footnav{
	float: right;
	margin-top: 17px;
	padding-right: 70px;
	}

ul.footnav li{
	float:left;
	margin-right:10px;
	padding:0 10px 0 0px;
	font-size:17px;	
	border-right:1px solid #00164b;
	}
	
#footer a{color:#00164b;}
#footer a:hover{color:#a9afd7;}


/* フッター内のグリッド(3カラム) */
#footer .grid{
	color:#fff;
	background:transparent;
	}

#footer .grid p{padding:0;}


address{font-family: "helvetica", hannari;}





/* PC用 */
@media only screen and (min-width:1280px){	
#wrapper,.inner{width:1260px;}

#wrapper2{width:1260px;}
	
#wrapper{padding-bottom:20px;}

/***************************************************
ナビゲーション
*****************************************************/
nav div.panel{
	display:block !important;
	float:right;
	}

a#menu{display:none;}

nav#mainNav ul{
	float:right;
	overflow:hidden;
	}

* html nav#mainNav ul{height:1%;}

nav#mainNav ul li{
	float:left;
	margin:6px 6px;
	padding-top: 25px;
	text-align:center;
	line-height:0.9;
	}

nav#mainNav ul a{
	color:#00164b;
	font-size:19px;
	display:block;
	padding:5px;
	}

nav#mainNav ul span{
	color:#556796;
	font-size: 14px;
	}

nav#mainNav ul li.active a,nav#mainNav ul a:hover{border-color:#054b83;}


/***************************************************
メイン1
*****************************************************/
#mainBanner img{max-width:1260px;}

#main1{width:1260px;}

#main2{width:1260px;}

#main3{width:1260px;}

#main4{width:1260px;}

#main5{width:1260px;}

#main6{width:1260px;}
	
section.content2{
	margin-top: 20px;
	margin-bottom: 50px;
	}

section.content3{
	margin-top: 20px;
	margin-bottom: 50px;
	}



/************************************************************
/* グリッド
************************************************************/
/* グリッド全体 */
.gridWrapper{
	width:1260px;
	}
	
.gridWrapper2{
	width:1260px;
	}
	
.gridWrapper3{
	width:1260px;
	}

/* グリッド共通 ベース:トップページ4カラム */
.grid{
	float:left;
	width:315px;
	}


/* グリッド共通 ベース:トップページ2カラム */
/**************************
/* グリッド3
**************************/
.box3{margin-bottom:25px;}
.box3 img{padding-bottom:30px;}
.grid3{
	float:left;
	width:600px;
	margin-right:30px;
	margin-bottom:20px;
	}

/**************************
/* グリッド4
**************************/
.box4{margin-bottom:25px;}
.box4 img{padding-bottom:30px;}
.grid4{
	float:left;
	width:600px;
	margin-left:30px;
	margin-bottom:20px;
    }

/* ギャラリー グリッド(4カラム) */
#gallery .grid{width:315px;}	



/***********************************************
/* フッター
***********************************************/
#footer .logo{margin-left: 70px;}


/**************
/* アドレス
***************/
address{text-align:center;}
address p{
	clear:both;
	text-align:center;
	font-style:normal;
	font-size:15px;
	color:#00164b;
	line-height:1.3em;
	}
a{color:#00164b;}
a:hover{color:#a9afd7;}
}








@media only screen and (max-width:1024px){
*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
#header .logo{
	max-width: 80%;
  	height: auto;
	}

#header .logo img{
	max-width: 80%;
	height: auto;
	}

#header{padding-bottom:0;}
	
/************************************************************
/* グリッド
************************************************************/
/* グリッド共通 ベース:トップページ4カラム */
.grid{
	float:left;
	width:245px;
	}


/***************************************************
ナビゲーション
*****************************************************/
nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #054b83), color-stop(0.00, #3769a5));
	background: -webkit-linear-gradient(top, #3769a5 0%, #054b83 100%);
	background: -moz-linear-gradient(top, #3769a5 0%, #054b83 100%);
	background: -o-linear-gradient(top, #3769a5 0%, #054b83 100%);
	background: -ms-linear-gradient(top, #3769a5 0%, #054b83 100%);
	background: linear-gradient(top, #3769a5 0%, #054b83 100%);
	}

nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	color:#fff;
	}

nav#mainNav a#menu span{padding-left:10px;}
nav#mainNav a.menu span:before{content: "→ ";}
nav#mainNav a.menuOpen span:before{content: "↓ ";}

nav#mainNav a#menu:hover{cursor:pointer;}

nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:10px 10px;
	text-align:left;
	border-bottom:1px dashed #fff;
	color:#fff;
	background:#054b83;
	}
	
nav#mainNav ul li a span{padding-left:10px;}

nav#mainNav ul li:first-child a{border-top:1px dashed #fff;}

nav#mainNav ul li:last-child a{border:0;}

nav#mainNav ul li.active a,nav#mainNav ul li a:hover{background:#3769a5;}

nav div.panel{float:none;}




/*************
メイン コンテンツ
*************/
h1.heading{
	font-size:1.6em;
	}
	
h2.heading{
	font-size:1.4em;
	}
	
h3.heading{
	font-size:1.3em;
	}

h5.heading{
	font-size:1.4em;
	}

	
section.content1{
	overflow: hidden;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	}
* html section.content1{height:1%;}
section.content1 p{margin-bottom:5px;}
section.content1 img{
	max-width:80%;
	height:auto;
	}


section.content2{
	overflow: hidden;
	font-size: 21px;
	font-weight: 500;
	text-align: left;
	line-height:1.2;
	margin-top: 10px;
	margin-bottom: 30px;
	}
* html section.content2{height:1%;}
section.content2 p{margin-bottom:5px;}
section.content2 img{
	max-width:100%;
	height:auto;
	float: left;
	}

	
section.content3{
	overflow:hidden;
	font-size: 21px;
	font-weight: 500;
	border-radius:3px;
	line-height:1.2;
	margin-top: 10px;
	margin-bottom: 30px;
	}
* html section.content3{height:1%;}
section.content3 p{margin-bottom:5px;}
section.content3 img{
	max-width:60%;
	height:auto;
	}

	
section.content4{
	overflow:hidden;
	font-size: 21px;
	font-weight: 500;
	padding:5px 0;
	margin-bottom:15px;
	border-radius:3px;
	line-height:1.3;
	}
* html section.content4{height:1%;}
section.content4 p{margin-bottom:5px;}


section.content5{
	overflow: hidden;
	font-size: 21px;
	font-weight: 500;
	text-align: left;
	line-height:1.0;
	margin-top: 10px;
	margin-bottom: 30px;
	}
* html section.content5{height:1%;}
section.content5 p{margin-bottom:5px;}
section.content5 img{
	max-width:100%;
	height:auto;
	float: left;
	margin:0px 0px;
	}

p.uta01{font-size:24px;
	}
	
p.uta02{
	font-size:24px;
	margin-left:28px;
	}

p.uta03{
	font-size:24px;
	margin-left:250px;
	}

p.orimoto01{font-size:23px;}

p.gotop{
	text-align:right;
	font-size:20px;
	font-weight: 900;
	margin-right:10px;
	}
	
#box3 p{
	overflow:hidden;
	font-size: 21px;
	font-weight: 600;
	}

#box4 p{
	overflow:hidden;
	font-size: 21px;
	font-weight: 600;
	}
	


/* グリッド共通 ベース:トップページ2カラム */
/**************************
/* グリッド3
**************************/
.box3{margin-bottom:25px;}
.box3 img{padding-bottom:30px;}
.grid3{
	float:left;
	margin-left:15px;
	margin-bottom:20px;
	}

/**************************
/* グリッド4
**************************/
.box4{
	margin-top:20px;
	margin-bottom:25px;
	}
.box4 img{
	padding-bottom:30px;}
.grid4{
	float:left;
	margin-left:15px;
	margin-bottom:20px;
    }


/***********************************************
/* フッター
***********************************************/
#footer{
	clear: both;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top: 1px solid #00164b;
	border-bottom: 1px solid #00164b;
	}

* html #footer{height:1%;}

#footer .grid{
	background: transparent;
	}

#footer #info .logo, {float:none;}

#footer .logo{
	max-width: 80%;
	height: auto;
	}

#footer .logo img{
	max-width: 80%;
	height: auto;
	}

ul.footnav{
	float: right;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 10px;
	}

ul.footnav li{
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	padding:0 10px 0 4px;
	font-size:20px;	
	border-right:1px solid #b6b6b6;
	}
	
/**************
/* アドレス
***************/
address{text-align:center;}
	
address p{
	clear:both;
	text-align:center;
	font-style:normal;
	font-size:14px;
	color:#00164b;
	line-height: 1.2em
	}
	
a{color:#00164b;}
a:hover{color:#a9afd7;}	
}








/* モニター幅940px以下 */
@media only screen and (max-width:940px){
*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#header{
	padding:10px 0 0px;
	overflow:hidden;
}

#header h1{text-align:center;}

#header .logo{
	float: none;
	text-align: left;
	padding-top: 5px;
	}


#footer .logo{
	float:none;
	text-align:left;
}

nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #054b83), color-stop(0.00, #3769a5));
	background: -webkit-linear-gradient(top, #3769a5 0%, #054b83 100%);
	background: -moz-linear-gradient(top, #3769a5 0%, #054b83 100%);
	background: -o-linear-gradient(top, #3769a5 0%, #054b83 100%);
	background: -ms-linear-gradient(top, #3769a5 0%, #054b83 100%);
	background: linear-gradient(top, #3769a5 0%, #054b83 100%);
}

nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	color:#fff;
}

nav#mainNav a#menu span{padding-left:10px;}
nav#mainNav a.menu span:before{content: "→ ";}
nav#mainNav a.menuOpen span:before{content: "↓ ";}

nav#mainNav a#menu:hover{cursor:pointer;}

nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
}

nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
}

nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:10px 10px;
	text-align:left;
	border-bottom:1px dashed #fff;
	color:#fff;
	background:#054b83;
}

nav#mainNav ul li a span{padding-left:10px;}

nav#mainNav ul li:first-child a{border-top:1px dashed #fff;}

nav#mainNav ul li:last-child a{border:0;}

nav#mainNav ul li.active a,nav#mainNav ul li a:hover{background:#3769a5;}

nav div.panel{float:none;}

.grid{
	float: left;
	width: 48%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}

.grid img{
	float: left;
	margin-right: 0px;
}

#gallery{padding-left:1px;}

#gallery .grid{
	width:23%;
	margin:0 2% 0 0;
	padding:0;
}

#gallery .grid img{
	float:none;
	margin:0;
}

#sub .grid{
	width:32%;
	margin:10px 1%;
}

#sub .grid:first-child{
	margin-left:0;
}

#sub .grid:last-child{
	margin-right:0;
}



#footer .grid, #footer .grid p{
	float:none;
	width:100%;
	text-align:center;
	border:0;
}

#footer .grid:last-child{padding-top:20px;}
}




/* iPad 縦 */
@media only screen and (max-width:768px){
#header{padding-bottom:0;}	

#header .logo{
	float: none;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	}

#header .logo{
	max-width: 70%;
	height: auto;
	}

#header .logo img{
	max-width: 70%;
	height: auto;
	}



#sub ul.list{padding:10px 10px 11px;}

#sub ul.list li{
	padding-bottom:10px;
	margin-bottom:8px;
}

	
#box3 p{
	overflow:hidden;
	font-size: 18px;
	font-weight: 600;
	}

#box4 p{
	overflow:hidden;
	font-size: 18px;
	font-weight: 600;
	}
	


.box3 img{
	padding-bottom:10px;
	padding-right:10px;
	width:60%;
	}
	
.box4 img{
	padding-bottom:10px;
	padding-right:10px;
	width:60%;
	}
	
/***********************************************
/* フッター
***********************************************/
#footer{
	clear: both;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top: 1px solid #00164b;
	border-bottom: 1px solid #00164b;
	}

* html #footer{height:1%;}

#footer .grid{
	background: transparent;
	}

#footer #info .logo, {float:none;}

#footer .grid p{text-align:center;}

#footer .logo{
	max-width: 70%;
	height: auto;
	}

#footer .logo img{
	max-width: 70%;
	height: auto;
	}

ul.footnav{
	float: right;
	padding-right: 10px;
	}

ul.footnav li{
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	padding:0 10px 0 4px;
	font-size:18px;	
	border-right:1px solid #b6b6b6;
	}

/**************
/* アドレス
***************/
address{
	text-align:center;
	margin-top:2px;
	}
	
address p{
	clear:both;
	text-align:center;
	font-style:normal;
	font-size:13px;
	color:#00164b;
	line-height: 0.8em
	}
}





/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
#header .logo{
	max-width: 70%;
  	height: auto;
	}

#header .logo img{
	max-width: 70%;
	height: auto;
	}

#header2 .logo{
	max-width: 70%;
  	height: auto;
	}

#header2 .logo img{
	max-width: 70%;
	height: auto;
	}

/*************
メイン コンテンツ
*************/
h1.heading{
	font-size:1.4em;
	}
	
h2.heading{
	font-size:1.3em;
	}
	
h3.heading{
	font-size:1.1em;
	}

h5.heading{
	font-size:1.2em;
	}

	
section.content1{
	overflow: hidden;
	font-size: 18px;
	font-weight: 800;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	}
* html section.content1{height:1%;}
section.content1 p{margin-bottom:5px;}
section.content1 img{
	max-width:80%;
	height:auto;
	}


section.content2{
	overflow: hidden;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	line-height:1.2;
	margin-top: 10px;
	margin-bottom: 30px;
	}
* html section.content2{height:1%;}
section.content2 p{margin-bottom:5px;}
section.content2 img{
	max-width:90%;
	height:auto;
	float: left;
}

	
section.content3{
	overflow:hidden;
	font-size: 18px;
	font-weight: 700;
	border-radius:3px;
	line-height:1.2;
	margin-top: 10px;
	margin-bottom: 30px;
	}
* html section.content3{height:1%;}
section.content3 p{margin-bottom:5px;}
section.content3 img{
	max-width:60%;
	height:auto;
	}

	
section.content4{
	overflow:hidden;
	font-size: 20px;
	font-weight: 700;
	padding:5px 0;
	margin-bottom:15px;
	border-radius:3px;
	line-height:1.3;
	}
* html section.content4{height:1%;}
section.content4 p{margin-bottom:5px;}


section.content5{
	overflow: hidden;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	line-height:1.0;
	margin-top: 10px;
	margin-bottom: 30px;
	}
* html section.content5{height:1%;}
section.content5 p{margin-bottom:5px;}


p.uta01{font-size:21px;}
	
p.uta02{font-size:21px;}

p.uta03{font-size:21px;}

p.orimoto01{font-size:20px;}

p.gotop{
	text-align:right;
	font-size:19px;
	font-weight: 900;
	margin-right:10px;
	}




.grid img{
	float:none;
	margin:0 auto;
}

.grid p,#sub .grid li{text-align:left;}

.alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
}

#sub ul.list li img{margin:0 5px 0 0;}




/*************
フッター コンテンツ
*************/
#footer .logo{
	max-width: 70%;
	height: auto;
	}

#footer .logo img{
	max-width: 70%;
	height: auto;
	}
	
#footer .grid p{text-align:center;}

ul.footnav li{
	margin-bottom:5px;
	margin-right:5px;
	padding:0 5px 0 2px;
	font-size:14px;	
	}

/**************
/* アドレス
***************/
address{
	text-align:center;
	margin-top:1px;
	}
	
address p{
	clear:both;
	text-align:center;
	font-style:normal;
	font-size:13px;
	color:#00164b;
	line-height: 1em
	}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){

#header .logo{
	max-width: 80%;
  	height: auto;
	}

#header .logo img{
	max-width: 80%;
	height: auto;
	}
	
#header2 .logo{
	max-width: 80%;
  	height: auto;
	}

#header2 .logo img{
	max-width: 80%;
	height: auto;
	}

#footer .logo{
	max-width: 80%;
	height: auto;
	}

#footer .logo img{
	max-width: 80%;
	height: auto;
	}

#mainBanner{margin-left:1px;}
#mainBanner h2,#mainBanner h3{font-size:75%;}


/********カンパニーページ ギャラリーページ*********/

section.content5{
	overflow:hidden;
	font-size: 17px;
	padding:5px 0;
	margin-bottom:15px;
	border-radius:3px;
	line-height:1.3;
	}
* html section.content5{height:1%;}
section.content5 p{margin-bottom:5px;}

/********カンパニーページ　ギャラリーページ*********/

#sub .grid{
	float:none;
	width:98%;
	}

#sub .grid h3{padding:10px 5px;}

#sub ul.list{padding:10px;}

#sub ul.list li{
	padding-bottom:3px;
	margin-bottom:3px;
	}
	
p.uta01{font-size:18px;}
	
p.uta02{font-size:18px;}

p.uta03{
	font-size:18px;
	margin-left:100px;
	}
}
