@charset "Shift_JIS";
/* 要素リセット */
body{
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
  color: #000000;
  /* 標準文字色 */
    min-width: 1017px;
}
html,body{
  width: 100%;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
  font-size: 70%;
}
/* end */

img{
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container {
  }
.hpb-layoutset-01 #hpb-container{
  background-image : url(../img/top-img.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}
.hpb-layoutset-02 #hpb-container{
  background-image : url(..//titleBg_6Gc_01.png);
  background-position: top center;
  background-repeat: no-repeat;
}
#hpb-header{
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: -2px;
  overflow: hidden;
  position: relative;
}
.hpb-layoutset-01 #hpb-header{
  height: 498px;
}
.hpb-layoutset-02 #hpb-header{
  height: 83px;
}
#hpb-headerMain h1{
  margin-top: 0;
  font-weight: normal;
  font-size: 0.8em;
  margin-bottom: 4px;
  padding-top: 5px;
  padding-left: 13px;
  color: #ccc;
}
#hpb-headerLogo{
  width: 500px;
}
#hpb-headerLogo a{
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-indent: -9999px;
  overflow: hidden;
  height: 50px;
  background-image : url(../img/logo_6Gc.png);
  background-position: top left;
  background-repeat: no-repeat;
  margin-left: 13px;
}
.hpb-layoutset-01 #hpb-headerLogo a {
  }
#hpb-headerExtra1{
  width: 350px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 1.2em;
  color: #666;
}
.hpb-layoutset-01 #hpb-headerExtra1{
  position: absolute;
  right: 10px;
  bottom: 15px;
}
.hpb-layoutset-02 #hpb-headerExtra1{
  float: right;
  margin-top: -50px;
  padding-right: 10px;
}
#hpb-inner{
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  clear: both;
}
#hpb-wrapper{
  width: 960px;
  float: right;
}
.hpb-layoutset-01 #hpb-wrapper{
  padding-top: 70px;
}
.hpb-layoutset-02 #hpb-wrapper{
  padding-top: 72px;
}
.hpb-layoutset-01 #hpb-title{
  display: none;
}
#hpb-main{
  width: 930px;
  float: left;
  text-align: left;
  padding-bottom: 10px;
}
#hpb-aside{
  width: 0px;
  float: left;
  padding-top: 67px;
  padding-bottom: 20px;
  padding-left: 6px;
}
.hpb-layoutset-02 #hpb-aside{
  padding-top: 70px;
}
#hpb-footer{
  clear: both;
  padding-bottom: 10px;
}
/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */
.hpb-layoutset-01{
  background-image : url(../img/headerBg_6Gc_01_01.png);
  background-position: top left;
  background-repeat: repeat-x;
}
.hpb-layoutset-02{
  background-image : url(../img/headerBg_6Gc_01_02.png);
  background-position: top left;
  background-repeat: repeat-x;
}
/* コンテンツ配置領域 */


/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/

/* ナビゲーション */


#hpb-nav{
  width: 960px;
  height: 48px;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
//background-color:#fff;
}
#hpb-nav ul{
  margin-top: 1px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  list-style-type: none;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #474747;
}
#hpb-nav ul::after{
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#hpb-nav li{
  float: left;
  font-size: 12px;
  height: 47px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #474747;
}
#hpb-nav li a{
  display: block;
  height: 46px;
  text-align: center;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 10px;
}
#hpb-nav li span.en{
  display: block;
  text-transform: uppercase;
  font-size: 10px;
color:#6F7172;
}
#hpb-nav li span.ja{
 color:#6F7172;
}
#hpb-nav a:link {
 color:#ffffff;
  }
#hpb-nav a:visited {
 color:#ffffff;
  }
#hpb-nav a:hover{
  background-image : url(../img/mainmenu_6Gc_on.png);
  background-position: top left;
  background-repeat: repeat-x;
  color: #fff;
}
#hpb-nav a:active{
  background-image : url(../img/mainmenu_6Gc_on.png);
  background-position: top left;
  background-repeat: repeat-x;
  color: #fff;
}
#hpb-nav h3.hpb-c-index{
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: none;
}
#hpb-headerExtra1 p.tel{
  /* 電話番号の文字設定 */
    margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 1.7em;
  text-align: right;
filter:dropshadow(color=#000000,offX= 0,offY=-2) 
dropshadow(color=#fff,offX= 2,offY= 0) 
dropshadow(color=#fff,offX= 0,offY= 2) 
dropshadow(color=#fff,offX=-2,offY= 0); 

-webkit-text-stroke-color: #000; 

-webkit-text-stroke-width: 0px; 

text-shadow: white 1px 1px 0px, white -1px 1px 0px, 

             white 1px -1px 0px, white -1px -1px 0px;
}
#hpb-headerExtra1 p.tel span{
  /* 電話番号の「TEL」文字設定 */
    font-size: 12px;
  padding-right: 5px;
  color: #666;
  font-weight: normal;
filter:dropshadow(color=#000000,offX= 0,offY=-2) 
dropshadow(color=#fff,offX= 2,offY= 0) 
dropshadow(color=#fff,offX= 0,offY= 2) 
dropshadow(color=#fff,offX=-2,offY= 0); 

-webkit-text-stroke-color: #000; 

-webkit-text-stroke-width: 0px; 

text-shadow: white 1px 1px 0px, white -1px 1px 0px, 

             white 1px -1px 0px, white -1px -1px 0px;
}
#hpb-headerExtra1 p.address{
  /* 住所文字設定 */
    margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 12px;
  text-align: right;
  color: #666;
filter:dropshadow(color=#000000,offX= 0,offY=-2) 
dropshadow(color=#fff,offX= 2,offY= 0) 
dropshadow(color=#fff,offX= 0,offY= 2) 
dropshadow(color=#fff,offX=-2,offY= 0); 

-webkit-text-stroke-color: #000; 

-webkit-text-stroke-width: 0px; 

text-shadow: white 1px 1px 0px, white -1px 1px 0px, 

             white 1px -1px 0px, white -1px -1px 0px;
}
/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {
  body{
  min-width: 100%;
}
/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	.hpb-layoutset-01 #hpb-container{
  background-image : none;
}
.hpb-layoutset-02 #hpb-container{
  background-image : none;
}
#hpb-header{
  width: 100%;
  margin-top: 0;
  padding-bottom: 10px;
  background-color: #ffffff;
}
.hpb-layoutset-01 #hpb-header{
  height: auto;
}
.hpb-layoutset-02 #hpb-header{
  height: auto;
}
#hpb-headerMain h1{
  margin-bottom: 0;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}
#hpb-headerLogo{
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}
#hpb-headerLogo a{
  display: block;
  max-width: 100%;
  background-size: contain;
  background-position: top center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
}
#hpb-headerExtra1{
  width: 98%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}
.hpb-layoutset-01 #hpb-headerExtra1{
  position: relative;
  right: 0;
  bottom: 0;
}
.hpb-layoutset-02 #hpb-headerExtra1{
  float: none;
  margin-top: 10px;
  padding-right: 0;
}
#hpb-inner{
  width: 100%;
}
#hpb-wrapper{
  width: 100%;
  float: none;
}
.hpb-layoutset-01 #hpb-wrapper{
  padding-top: 0;
}
.hpb-layoutset-02 #hpb-wrapper{
  padding-top: 20px;
}
.hpb-layoutset-01 #hpb-title{
  display: block;
}
#hpb-main{
  width: 96%;
  float: none;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
}
#hpb-aside{
  width: 96%;
  float: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  padding-left: 0;
}
.hpb-layoutset-02 #hpb-aside{
  padding-top: 0;
}
#hpb-footer{
  padding-bottom: 0;
}
/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* 背景設定 */
	.hpb-layoutset-01{
  background-image : none;
}
.hpb-layoutset-02{
  background-image : none;
}
/* コンテンツ配置領域 */
	.hpb-layoutset-01 #hpb-title h2{
  width: 100%;
  height: 200px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  background-image : url(../img/top-img.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
/*--------------------------------------------------------
	  共通パーツデザイン設定
	--------------------------------------------------------*/
	/* ナビゲーション */
	#hpb-nav{
  width: 100%;
  height: auto;
  position: relative;
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: #dcdcdc;
  background-color: #ffffff;
}
#hpb-nav ul{
  display: none;
  border-left-width: 0;
}
#hpb-nav ul.toggled-on{
  display: block;
}
#hpb-nav li{
  float: none;
  height: auto;
  border-right-width: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #474747;
}
#hpb-nav li a{
  height: auto;
  text-align: center;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
color:#555;
}
#hpb-nav a:hover{
  background-image : none;
  background-color: #383838;
}
#hpb-nav a:active{
  background-image : none;
  background-color: #383838;
}
#hpb-headerExtra1 p.tel span{
  /* 電話番号の「TEL」文字設定 */
		display: block;
}
}
