@charset "shift_jis";
/* CSS Document */

/*/////////////////////////PC・SP共通/////////////////////////*/
header #global-nav li{
	position:relative;	
}
header .g_navi li a span{	
		color:#7d7d7d;
		font-weight:bold;
		font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
/* ヘッダー線 */
hr.head_line{
	height: 6px;
	background-image:url(../img/common/head_line.jpg);
	background-repeat:repeat-x;
}
header .enter{
	box-shadow: 0 2px 2px #bdbdbd;
	display:inline;
	border-radius:5px;
	overflow:hidden;
}

header .enter img{
	display: block;
}
/*交通アクセス*/
#access h2{
	text-align:center;
	margin-top:30px;
}
#access h2 span{
	font-size:28px;	
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color:#7d7d7d;
	background: url(../img/common/line-bg.jpg) repeat-x 0 100% rgba(0, 0, 0, 0);
	line-height:1em;
	display:inline;
}
#access .eigo{
	color:#f39600;
	font-size:13px;
	display:block;
	text-align:center;
	letter-spacing:2px;
	margin-bottom:10px;
}
#access .back{
	background-color:#fff8dd;
}
#access #map_canvas{
	border:1px solid #cacaca;	
}
#access .title,#access .text{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
/* フッター */
footer{
	background-color:#f5a100;
}
footer #totop{
	position:fixed;
	z-index:100;
}
footer .address dd,footer .address dd span,footer .copyright p{
		color:#fff;	
}
footer .footer_menu li a{
	color:#fff;	
}
footer .footer_menu li a:hover{
	text-decoration:underline;	
}
footer .footer_menu li:before{
	content: '';
	display:inline-block;
	width:6px;
	height:10px;
	background-image: url(../img/common/icon_spmenu2.png);
	background-repeat:no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-top:-5px;
	margin-right:2px;	
}
/* 背景画像 */
.back_base{
	background-image:url(../img/about/back_base.jpg);
	background-repeat:repeat;
	background-size:90px;
}
.back_base2{
	background-color:#fff8dd;
}
/*見出し*/
h3{text-align:center;}
h3 span{
	color:#fff;
	font-size:24px;
	background-color:#f39600;
	padding:0 2em;
	border-radius:50px;
	display:inline-block;
	margin:0 auto 30px auto;	
	font-weight:bold;	
}
/*パンクズ*/
#pankuz{
	background-color:#f6b040;	
}
#pankuz ul{
	overflow:hidden;
}
#pankuz li{
	float:left;
	color:#fff;
}
#pankuz li:after{
	content:'＞';
	color:#fff;
	margin:0 5px;
}
#pankuz li:last-child:after{
	content:'';
}
#pankuz li a{
	text-decoration:underline;
	color:#fff;	
}
#pankuz li a:hover{
	text-decoration:none;
}
/*CMS：画像
-------------------------------------------------*/
.img-box{
	position: relative;
	width:145px;
	display: inline-block;
	margin:10px 0 0 0;
	padding:0;
	vertical-align: bottom;
}
.img-box img{
	display: block;
}
.img-kakudai{
	position: absolute;
	background-color: rgba(81,81,81,0.8);
	width:25px;
	height:25px;
	bottom:0;
	right:0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fullwidth{
	width:100%;
	height:auto;
}
/*CMS：ファイル
-------------------------------------------------*/
.file-list{
	margin-top:5px;
	list-style-position: outside;
 	padding-left: 1.35em;
}
.file-list li {
	list-style-type: disc;
}
.file-list li a span{
	color:#0068b7;
	text-decoration: underline;
}
.file-list li a:hover span{
	text-decoration: none;
}
/* ファイルをアップロードしたときのアイコン表示  Icons for uploaded files */
.filelink {
  	margin-right: 10px;
}
.filelink span{
	position: relative;
  	padding-left: 25px;
	display: inline-block;
}
.filelink span:before{
	position: absolute;
  	content:'';
  	background-image: url(../img/info/general.gif);
	background-size: contain;
  	background-repeat: no-repeat;
	width:16px;
	height:16px;
	left:0;
	top:50%;
	margin-top:-8px;
}
.filelink span.doc:before {
  background-image: url(../img/info/doc.gif);
}
.filelink span.pdf:before {
  	background-image: url(../img/info/pdf.png);
	width:20px;
	height:23px;
	margin-top:-11.5px;
}
.filelink span.ppt:before {
  background-image: url(../img/info/ppt.gif);
}
.filelink span.img:before {
  background-image: url(../img/info/img.png);
	width:20px;
	height:23px;
	margin-top:-11.5px;
}
.filelink span.txt:before {
  background-image: url(../img/info/txt.gif);
}
.filelink span.xls:before {
  	background-image: url(../img/info/xls.png);
	width:20px;
	height:23px;
	margin-top:-11.5px;
}
.filelink span.zip:before {
  background-image: url(../img/info/zip.gif);
}
/*/////////////////////////641px以上 PCのみ/////////////////////////*/
@media screen and (min-width:641px) , print{
	header{
		margin-top:10px;		
	}
	header h1{
	float: left;
	padding-top: 5px;
	margin-right: 80px;
	}
	
	#header{
		position:relative;
		padding-bottom:10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#corp_nav{
		float:right;		
	}
	/* 法人ナビ */
	#corp_nav ul{
		position:relative;
		}
	#corp_nav ul li{
		background-color:rgba(255,255,255,0.9);
		float: left;
		width: 130px;
		text-align: center;
		border-height:4px;
	}
	#corp_nav ul li a{
		padding:4px 0;
		display:block;
	}
	#corp_nav ul li a:hover,#corp_nav ul li.hover{
		border-bottom:3px solid #f39600;
		color:#666666;
	}
	#corp_nav ul li.hover a:hover{
		border-bottom:none;
		color:#666666;
	}
	#corp_nav ul .line1{
		position:absolute;
		top:9px;
		left:130px;	
	}
	#corp_nav ul .line2{
		position:absolute;
		top:9px;
		left:260px;	
	}
	#corp_nav ul .line3{
		position:absolute;
		top:9px;
		left:390px;	
	}
	/* /法人ナビ */
	
	/* お問い合わせ */
	header .contact{
		position:absolute;
		top:43px;
		width:auto;
	}
	header .contact .tel{
		font-size:24px;
		color:#868686;
		font-weight:bold;
		line-height:1em;
	}
	header .contact .fax{
		font-size:19px;
		color:#868686;
		font-weight:bold;
	}
	header .contact .text{
		font-size:12px;
		display:block;
		line-height:1.2em;
		color:#868686;
		letter-spacing:0.3em;
		font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	}
	/* /お問い合わせ */
	

	
	/* グローバルナビ */
	header #global-nav{
		display:block !important;
		background-color:#FFF;
		box-shadow:0 2px 3px rgba(185,185,185,0.9);	
		position:relative;
		z-index:2;
	}
	header .g_navi{
		display:table;
		width:100%;		
		padding:5px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	header #global-nav li{
		display:table-cell;
		width:33.333%;
		border-right:2px dotted #a2a2a2;
	}
	header #global-nav li:last-child{
		border:none;
	}
	header #global-nav li a{
		display:block;
		text-align:center;
		height:80px;
		padding-top:52px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;		
	}
	header #global-nav li a span{	
		font-size:16px;	
		line-height:1.7em;
	}
	header #global-nav li a:hover span{
		display: inline;
		background: url(../img/common/line-bg.jpg) repeat-x 0 100% rgba(0, 0, 0, 0);
	}
	header #global-nav li a span.hover{
		display: inline;
		background: url(../img/common/line-bg.jpg) repeat-x 0 100% rgba(0, 0, 0, 0);
	}
	header #global-nav li a.icon1:before{
		content:url(../img/common/icon_about.png);
		position:absolute;
		top:0;
		left:50%;
		margin-left:-25px;
	}
	header #global-nav li a.icon2:before{
		content:url(../img/common/icon_flow.png);
		position:absolute;
		top:0;
		left:50%;
		margin-left:-25px;
	}
	header #global-nav li a.icon3:before{
		content:url(../img/common/icon_access.png);
		position:absolute;
		top:0;
		left:50%;
		margin-left:-33px;
	}
	header .base_box2{
		position:relative;	
	}
	header .enter{
		position:absolute;
		top:50%;
		right:-150px;
		margin-top:-27.5px;
	}
	/*メイン画像*/
	#head_box{
		background-color:#fef9f6;
	}
	#head_box .head_img{
		width:1600px;
		height:242px;
		margin:0 auto;
		position:relative;
		left: 50%;
		margin-left: -800px;
	}
	/*交通アクセス*/
	#access .box1{
		border-collapse: separate;  /* セルの間隔を空ける */
		border-spacing: 10px 0;  /* 左右 上下で記述 */
	}
	#access .back{
		padding:30px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
	}
	#access #map_canvas{
		width:460px;
		height:235px;
		display:table-cell;
		vertical-align:middle;	
	}
	#access .info{
		display:table-cell;
		vertical-align:top;
		background-image:url(../img/common/access_back.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-size:527px;
		position:relative;
		height:285px;
		padding-top:20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
	}
	#access .info .title{
		background-image:url(../img/common/access_title.png);
		background-repeat:no-repeat;
		background-position:center center;
		height:54px;
		color:#fff;
		font-weight:bold;
		font-size:24px;
		text-align:center;
	}
	#access .info p{
		margin-left:90px;
		margin-top:20px;	
		font-size:16px;
	}
	#access .text{
		margin-top:25px;	
		margin-left:-0.3em;
		font-size:20px;
		color:#f5a100;
		text-align:center;
	}
	
	/* フッター */
	footer{
		padding-top:30px;
		padding-bottom:10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	footer #totop{
		right:10px;
		bottom:10px;
	}
	footer #totop img{
		width:76px;
		height:65px;	
	}
	footer .address{
		float:left		
	}
	footer .address dt img{
		width:386px;
		height:60px;	
	}
	footer .footer_menu{
		float:right;	
	}
	footer .address dd{
		font-size:13px;
	}
	footer .address dd span{
		color:#fff;	
		font-size:18px;
	}
	footer .footer_menu li:first-child{
		margin-left:-1em;
	}
	footer .copyright p{
		text-align:right;	
	}
}


/*/////////////////////////640px以下 SPのみ/////////////////////////*/
@media screen and (max-width: 640px){
	#contents,#access .box1,.base_box4,#pankuz ul{
		margin-right:3vw;	
		margin-left:3vw;
	}
	#header{
		display:table;	
		width:100%;	
	}
	header h1{
		display:table-cell;
		vertical-align:middle;
	}
	header h1 img{
		width:50vw;
		height:auto;
		margin-left:5px;
	}
	/*メイン画像*/
	#head_box .head_img img{
		display:block;	
	}
	/* メニューボタン */
	#menubtn,#telbtn{		
		width:16vw;
		cursor:pointer;	
		display:table-cell;			
		margin:0;
		padding:0;
		vertical-align:middle;
	}
	#menubtn img,#telbtn img{
		width:16vw;
		height:auto;
		margin:0;
		padding:0;
		display:block;
	}
	/* グローバルナビ */
	header #global-nav{
		display:none;
		background-color:#fff8dd;
		padding:5px 3vw;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-bottom:4px solid #ffcd00; 
	}
	header .g_navi li{
		border-bottom:2px solid #ffcd00; 
	}
	header .g_navi{
		margin-bottom:10px;
	}
	header .g_navi li a span{	
		font-size:22px;	
		line-height:1.7em;
		display:inline-block;
		vertical-align: middle;
	}
	header .g_navi li a{
		display:block;
		padding:10px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	header .g_navi li a.icon1:before{
		content: '';
		display:inline-block;
		width:30px;
		height:30px;
		background-image: url(../img/common/icon_about.png);
		background-repeat:no-repeat;
		background-size: contain;
		vertical-align: middle;
	}
	header .g_navi li a.icon2:before{
		content: '';
		display:inline-block;
		width:30px;
		height:30px;
		background-image: url(../img/common/icon_flow.png);
		background-repeat:no-repeat;
		background-size: contain;
		vertical-align: middle;
	}
	header .g_navi li a.icon3:before{
		content: '';
		display:inline-block;
		width:30px;
		height:22px;
		background-image: url(../img/common/icon_access.png);
		background-repeat:no-repeat;
		background-size: contain;
		vertical-align: middle;
	}
	/* 法人ナビ */
	header .corp_nav{
		margin-bottom:10px;
	}
	header .corp_nav li span{
		display:inline-block;
		vertical-align: middle;
		font-size:16px;
	}
	header .corp_nav li a{
		display:block;		
		padding:5px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	header .corp_nav li span:before{
		content: '';
		display:inline-block;
		width:6px;
		height:10px;
		background-image: url(../img/common/icon_spmenu.png);
		background-repeat:no-repeat;
		background-size: contain;
		vertical-align: middle;
		margin-top:-5px;
		margin-right:2px;
	}
	/*アクセス*/
	#access h2 span{
		font-size:21px;	
	}
	#access .back{
	padding:20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	}
	#access #map_canvas{
		width:100%;	
		height:275px;
	}
	#access .info{
		background-color:#fff;
		margin-top:20px;
		border-radius:20px;
		border:2px solid #f5a100;
		padding:10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align:center;
	}
	#access .title{
		color:#7d7d7d;
		font-weight:bold;
		text-align:center;	
		font-size:1.3em;
		border-bottom:2px solid #f5a100;
		margin-bottom:10px;
	}
	#access .text{
		text-align:center;
		color:#f5a100;
		font-weight:bold;
		margin-top:10px;
	}
	/*フッター*/
	footer{
		padding:20px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	footer #totop{
		right:10px;
		bottom:10px;
	}
	footer #totop img{
		width:76px;
		height:65px;	
	}
	footer .address{
		text-align:center;
	}
	footer .footer_menu{
		margin:30px 0;
		display:table;
		width:100%;	
		border-collapse: separate;  /* セルの間隔を空ける */
		 border-spacing: 3px 0;  /* 左右 上下で記述 */
	}
	footer .footer_menu li{
		display:table-cell;
		padding-left: 0.5em;
		text-indent: -0.5em;
	}
	footer .copyright p{
		text-align:center;	
		margin-bottom:65px;
	}
}