@charset "UTF-8";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/

body{
	background-color: #fff;
}
#hpb-container{
	margin-top: 0;
}

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

/* ヘッダー内パーツ */


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

#hpb-headerMain h1{
	width: 950px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 4px 5px 5px 12px;
    text-align: right;
    font-weight: normal;
    line-height: 16px;
    font-size: 10px;
	color: #464545;

}
#hpb-headerLogo{
    width: 470px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: -14px;
}
#hpb-headerLogo a{
    display: block;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-indent: -9999px;
    overflow: hidden;
    height: 95px;
    background-image : url(img/logo2.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#hpb-headerExtra1{
    width: 470px;
	float: right;
    margin-top: 0px;
    margin-right: 10px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.1em;
	padding-right: 0px;
	padding-top: 0px;
	position: relative;
    padding-top: 0px;
    position: absolute;
    top: 0;
    right: 5%;
}
#hpb-headerExtra1 p.add{
    /* 電話番号の文字設定 */
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: right;
	font-size: 27px;
	color: #FF5C94;
	font-weight: bold;

}

#hpb-headerExtra1 p.add span{
    /* 電話番号の「TEL」文字設定 */
	display: inline-block;
	text-align: left;
	margin-right: 10px;
	text-transform: capitalize;
	font-size: 20px;
}




/* フッター内パーツ */

#hpb-footer{
	background-image : url(footerBg_1G1a_02.png);
	background-repeat: repeat;
	background-position: top left;
}

#hpb-footerMain{
	padding-top: 18px;
	padding-bottom: 18px;
	background-image : url(footerBg_1G1a_01.png);
	background-repeat: repeat-x;
	background-position: top left;
}
#hpb-footerMain p{
    /* コピーライト文字設定 */
    text-align: center;
	margin: 0;
	font-size: 14px;
}

#hpb-footerExtra1{
    padding-top: 23px;
    padding-bottom: 23px;
    width: 100%;
}

#hpb-footerExtra1 ul{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    width: 960px;
}

#hpb-footerExtra1 li{
    /* フッターナビ設定 */
    display: inline;
    padding-left: 17px;
    padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
    font-weight: normal;
}

#hpb-footerExtra1 a:link{
    text-decoration: underline;
	color: #000;
}
#hpb-footerExtra1 a:visited{
    text-decoration: underline;
	color: #000;
}
#hpb-footerExtra1 a:hover{
    text-decoration: underline;
	color: #666;
}
#hpb-footerExtra1 a:active{
    text-decoration: underline;
	color: #666;
}

/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#hpb-nav ul{
    margin-top: 22px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-left: 9px;
    padding-bottom: 0;
    list-style-type: none;
    text-align: left;
	width: 953px;
	height: 28px;
	overflow: hidden;
	letter-spacing: -0.4em;
	background-image : url(mainmenu_1G1a_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	}


#hpb-nav li{
    display: inline-block;
    font-size: 18px;
	letter-spacing: 0.1em;
	background-image : url(mainmenu_1G1a_02.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0 10px 0 0px;
	/*text-shadow: 1px 1px 3px #000000; */
}

#hpb-nav li a{
    display: block;
    padding-left: 10px;
    padding-right: 10px;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
}
#hpb-nav li a:hover{
	
}


#hpb-nav li a{
    /* ナビゲーション文字設定 */
    font-weight: normal;
}

#hpb-nav li a:link{
    color: #fff;
    text-decoration: none;
}
/* ナビゲーション文字色設定 */
#hpb-nav li a:visited{
    color: #fff;
    text-decoration: none;
}
#hpb-nav li a:hover{
    color: #4169e1;
    text-decoration: none;
}
#hpb-nav li a:active{
    color: #301F13;
    text-decoration: none;
}

#hpb-nav li span.en{
    display: none;
}
/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
    color: #301F13;
    text-decoration: none;
}
a:visited{
    color: #301F13;
    text-decoration: none;
}
a:hover{
    color: #5474c8;
    text-decoration: none;
}
a:active{
    color: #5474c8;
    text-decoration: none;
}

/*#finances a*/
#finances a:link{
    color: #301F13;
    text-decoration: underline;
}
#finances a:visited{
    color: #301F13;
    text-decoration: underline;
}
#finances a:hover{
    color: #5474c8;
    text-decoration: underline;
}
#finances a:active{
    color: #5474c8;
    text-decoration: underline;
}

#hpb-skip{
    /* ヘッダースキップの非表示 */
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.4;
     /* text-align: left;*/
	font-size: 20px;
	letter-spacing: 3px;
}

p.large{
    font-weight: bold;
	color: #846a0f;
	font-size: 23px;
}
p.indent{
    padding-left: 25px;
}

.left{
    float: left;
}

img.left{
    margin-left: 14px;
}

.right{
    float: right;
}

img.right{
    margin-right: 24px;
}

hr{
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-right: 24px;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

.hpb-layoutset-02 h2{
    width: 100%;
	padding: 0 0 5% 0;
    text-align: center;
	line-height: 73px;
    color: #292929;
    font-weight: normal;
	font-size: 30px;
	letter-spacing: 0.1em;
}

h2 span.en{
    display: none;
}

h3.hpb-c-index{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}

h4{
    margin-top: 0;
    margin-right: 24px;
    margin-bottom: 1em;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2;
    color: #846a0f;
    font-weight: bold;
}

h5{
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 14px;
	margin-right: 34px;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2;
	border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #d4d4d4;
}

table{
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 10px;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #cccccc;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #cccccc;
	width: 90%;
	font-size: 20px;
}

table th{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    background-color: #f2ecd8;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

table td{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

#contact table th,#contact table td{
	display: block;
}

/* フォームパーツ設定 */
input.button{
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
	padding: 10px;
	background-color: #fff;
	border-radius: 20px;
	width: 180px;
}

textarea{
    width: 100%;
    height: 200px;
}

input.l{
    width: 100%;
	height: 35px;
}
input.m{
    width: 100%;
	height: 35px;
}
input.s{
    width: 100%;
	height: 35px;
}
#contact form{
	text-align:center;
}
#contact form h3{
	
}
#contact form table{
	margin-left:auto;
}
/* メインコンテンツ内基本パーツ */

#hpb-main p{
   /* margin-left: 10px;
    margin-right: 10px; */
}

#hpb-main ul{
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#hpb-main ul li{
    text-align: left;
    line-height: 1.6;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #d4d4d4;
}

#hpb-main dl{
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 30px;
    margin-left: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

#hpb-main dt{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 1.5;
    min-height: 18px;
    font-weight: normal;
    width: 210px !important;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 20px;
	font-size: 18px;
}

#hpb-main dd{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: left;
    line-height: 1.5;
    min-height: 18px;
    padding-left: 230px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #d4d4d4;
	font-size: 18px;
}


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

#hpb-main img.left{
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}

#hpb-main img.right{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
}

#pagetop{
    position: absolute;
	bottom: 20px;
	right: 20px;
    width: 100%;
    text-align: right;
}

#pagetop a{
    /* ページの先頭へのリンク設定 */
    background-color: #ccac35;
	background-image : url(returnTop_1G1a.png);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	display: inline-block;
	padding: 10px 20px 10px 37px;
	border-radius: 4px;
}
#pagetop a:link,
#pagetop a:visited{
	color: #fff;
	text-decoration: none;
}

/* サイドブロック内パーツ
#banner{
	background-image : url(sideBg_1G1a.png);
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #cecece;
	border-radius: 4px;
	margin-bottom: 14px;
	padding: 105px 0 10px 14px;
}

#banner ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#banner li{
    padding-bottom: 5px;
}

#banner li a{
    display: block;
    width: 259px;
    height: 38px;
    text-indent: -9999px;
    overflow: hidden;
} */

/* 製品一覧バナー 
#banner a#banner-service{
    background-image : url(banner_1G1a_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}*/

 /* 採用情報バナー
#banner a#banner-recruit{
    background-image : url(banner_1G1a_02.png);
    background-position: top left;
    background-repeat: no-repeat;
} */
/* アクセスバナー
#banner a#banner-access{
    background-image : url(banner_1G1a_03.png);
    background-position: top left;
    background-repeat: no-repeat;
} */

#hpb-inner #companyinfo{
    background-color: #f2ecd8;
	margin-bottom: 10px;
	border: 1px solid #cecece;
	border-radius: 4px;
	padding: 0 10px;
}

#hpb-inner #companyinfo h3{
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
	margin: 0 0 10px 0;
    font-size: 1em;
	text-align: center;
	border-bottom: 1px solid #a8891f;
}

#hpb-inner #companyinfo p{
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
/* トップページ デザイン定義 */

#toppage p.large{
	width: 659px;
	height: 94px;
	text-indent:-999em;
	overflow: hidden;
	background-image : url(toppage_1G1a.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 0 18px;
}

#toppage h3,.top-contact h3,#access h3,#contact h3,#company h3,#local h3,.group h3{
	margin: 0;
	font-weight: 400;
	font-size: 33px;
	padding-bottom: 5%;
}

#toppage h3 span.ja{
    display: none;
}
#toppage-topics,
#toppage-news{
	border-bottom: 1px solid #cecece;
	margin-bottom: 20px;
}

#hpb-main #toppage-news dl{
	margin-bottom: 0px;
}
#hpb-main #toppage-news dt{
	width: 100px !important;
}
#hpb-main #toppage-news dd{
	padding-left: 120px;
}

#hpb-main #toppage-news dd:last-child{
	border: none;
}


/* アクセスページ デザイン定義 */

#access h3 + img{
	margin-left: 10px;
	margin-bottom: 10px;
}

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {

	/*--------------------------------------------------------
	  共通レイアウトパーツ設定
	--------------------------------------------------------*/
	#hpb-container{
		width: 100%;
		margin-top: 0;
		background-image: none;
		background-color: #fff;
	}

	p{
		margin-top: 0.5em;
		margin-bottom: 0.5em;
		line-height: 1.4;
		 /* text-align: left;*/
		font-size: 18px;
		letter-spacing: 3px;
	}

	/* ヘッダー内パーツ */
	#hpb-header{
		width: 100%;
		height: 85px;
	}
	#hpb-headerLogo{
		width: 100%;
		float: none;
		padding-left: 0;
		margin: 0;
		position: relative;
		z-index: 2000;
		height: 75px;
	}
	#hpb-headerMain{
		width: 100%;
	}
	#hpb-headerMain h1{
		margin-left: 0;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 1.4;
		text-align: left;
		width: auto;
	}
	#hpb-headerLogo a{
		display: block;
		max-width: 100%;
		height: 65px;
		background-size: contain;
		background-position: top center;
		margin-top: 8px;
		margin-bottom: 5px;
	}
	#hpb-headerExtra1{
		/*width: 98%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
		float: none;
		padding: 0;*/
		display: none;
	}

	#hpb-headerExtra1 p.add {
		margin-top: 55px;
	}

	#pagetop{
		text-align: center;
		left: 0;
	}
	/* フッター内パーツ */
	#hpb-footerMain{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#hpb-footerMain p{
		/* コピーライト文字設定 */
		padding-left: 5px;
		padding-right: 5px;
		word-break: break-all;
	}
	#hpb-footerExtra1{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#hpb-footerExtra1 ul{
		text-align: center;
		width: 100%;
	}
	#hpb-footerExtra1 li{
		/* フッターナビ設定 */
		display: inline-block;
		margin-left: 10px;
		margin-right: 10px;
		padding-right: 0;
	}

	
	/*--------------------------------------------------------
	  基本パーツデザイン設定
	--------------------------------------------------------*/
	p{
		padding-right: 0;
		padding-left: 0;
	}
	img.left{
		margin-left: 10px;
		margin-right: 10px;
	}
	img.right{
		margin-left: 10px;
		margin-right: 10px;
	}
	.hpb-layoutset-02 h2{
		width: 96%;
		padding-left: 0;
		padding-top: 25px;
		line-height: 1.4;
		margin-top: 4px;
		margin-right: auto;
		margin-left: auto;
		word-break: break-all;
	}
	table{
		width: 96%;
		margin-right: auto;
		margin-left: auto;
	}

	/* フォームパーツ設定 */
	textarea{
		width: 96%;
	}

	input.l{
		width: 96%;
	}
	input.m{
		width: 96%;
	}
	input.s{
		width: 30%;
	}

	/* メインコンテンツ内基本パーツ */
	#hpb-main h3 {
		
	}
	#hpb-main ul li{
		padding-right: 0;
	}
	#hpb-main dt{
		float: none;
		line-height: 1.4;
		padding-bottom: 0;
	}
	#hpb-main dd{
		line-height: 1.4;
		padding-left: 20px;
		padding-right: 0;
	}
	#hpb-main img.left{
		margin-left: 10px;
		margin-right: 10px;
		float: none;
	}
	#hpb-main img.right{
		margin-left: 10px;
		margin-right: 10px;
		float: none;
	}

	/* サイドブロック内パーツ */
	#banner{
		background-position: top center;
		background-size: contain;
		margin-left: auto;
		margin-right:auto;
		width: 96%;
		box-sizing: border-box;
	}
	#banner li a{
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#banner a#banner-service,
	#banner a#banner-recruit,
	#banner a#banner-access{
		background-position: top center;
		background-size: contain;
	}
	#hpb-inner #companyinfo{
		margin-bottom: 20px;
		margin-left: auto;
		margin-right:auto;
		width: 96%;
		box-sizing: border-box;
	}

	/* トップページ デザイン定義 */
	#toppage p.large{
		margin-left: 0;
		margin-right: 0;
		text-indent: 0;
		background-image: none;
		width: 96%;
		height: auto;
	}
	#hpb-main #toppage-news dd{
		padding-left: 20px;
	}

	/* アクセスページ デザイン定義 */
	#access h3 + img{
		margin-left: 10px;
		margin-right: 10px;
		max-width: 96%;
		height: auto;
	}

	#contact h3{
		font-size: 28px;
	}

	#hpb-nav li a:link,#hpb-nav li a:visited {
		color: black;
	}

	#toppage h3,.top-contact h3,#access h3,#contact h3,#company h3,#local h3, 
	#support h3,#service h3,#day-service h3,#day-service h3,#short-stay h3,#tokuyo h3,
	#recruit h3{
		font-size: 25px;
	}


}

@media screen and (max-width: 1000px) {

/*--------------------------------------------------------
	  ナビゲーションデザイン設定
	--------------------------------------------------------*/
	#hpb-nav h3.hpb-c-index{
		
		width: 95%;
        height: 41px;
        background-image: url(btn_menu.png);
        background-position: top right;
        background-repeat: no-repeat;
        margin-top: 10px;
        margin-right: 5%;
        margin-bottom: 10px;
        position: relative;
        right: 0;
        text-indent: -9999px;
        top: -5px;
		z-index: 2000;
	}
	.hpb-layoutset-01 #hpb-nav,
	.hpb-layoutset-02 #hpb-nav{
		width: 100%;
		height: auto;
	
		position: fixed;
		top: 85px;
		z-index: 100;
		right: 0;
		background-color: transparent;
	}
	
	#hpb-nav ul{
		display: none;
		height: auto;
		background-color: #fff;
		margin: 0;
		width: 100%;
		box-sizing: border-box;
		position: relative;
		top: -62px;
		padding: 10% 0;
	}
	#hpb-nav ul.toggled-on{
		display: block;
		padding-left: 0;
	}
	#hpb-nav li{
		border-bottom: 1px solid #dbdbdb;
		text-align: center;
		padding: 0;
		display: block;
		background-image: none;
		text-shadow: none;
	}
	#hpb-nav li a:visited {
		color: #292929;
	}
	#hpb-nav li a{
		display: block;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		height: auto;
		line-height: 1.4;
	}
	
	#hpb-nav li a:hover{
		background-image: none;
		background-color: #ccac35;
		color: #fff;
	}

	#hpb-nav li a:link,#hpb-nav li a:visited {
		color: black;
	}
}