@charset "Shift_JIS";

/* 要素リセット */
body{
    dispray: block;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color : #dce1e4; /* 標準文字色 */
    background-color : #dce1e4;
    background-position: center;
    background-repeat: no-repeat;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 70%;
}
/* end */

img{
    border-top: 0;
    border-right: auto;
    border-bottom: 0;
    border-left: auto;
    width: 100%;
    height: auto;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    width: 880px;
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    background-image : url(bg_11Ea_01.png);
    background-position: top center;
    background-repeat: repeat-y;
}

#hpb-header
{
}

#hpb-inner{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 40px;
    position: relative;
}

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

#hpb-wrapper{
    position: relative;
}

#hpb-title{
    width: 100%;
    height: 260px;
    background-image : url(mainimg_11Ea_01.png);
    background-position: top right;
    background-repeat: no-repeat;
    text-align: left;
}

#hpb-main{
    padding-top: 20px;
    margin-top: 0;
    position: relative;
}

#toppage-item{
    width: 440px;
    float: right;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}

* html #toppage-item{
    width: 445px; /* for ie6 */
}

#toppage-news{
    width: 430px;
    float: left;
}

#toppage-info{
    width: 430px;
    float: left;
}


#hpb-footer{
    clear: both;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-bottom: 50px;
    padding-top: 50px;
}

#hpb-nav{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 40px;
    overflow: hidden;
    background-color: #3B3E47;
    width: 880px;
    text-align: left;
    background-position: bottom right;
    background-repeat: no-repeat;
}

* html #hpb-nav{
    left: -440px; /* for ie6 */
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */

/* コンテンツ配置領域 */



/* ナビゲーション */
#hpb-nav 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;
}

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

#hpb-nav li{
    display: inline;
    height: 40px;
    overflow: hidden;
    float: left;
}

* html #hpb-nav li{
    width: 100px; /* for ie6 */
}

*:first-child + html #hpb-nav li{
    width: 100px; /* for ie7 */
}

#hpb-nav li a{
    display: block;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    padding-left: 20px;
    padding-right: 20px;
}

#hpb-nav li span.en
{
}

#hpb-nav li span.ja
{
}


#hpb-nav a:link{
    color: #CCCCCC;
    text-decoration: none;
}
#hpb-nav a:visited{
    color: #CCCCCC;
    text-decoration: none;
}
#hpb-nav a:hover{
    color: #ffffff;
    text-decoration: none;
}
#hpb-nav a:active{
    color: #ffffff;
    text-decoration: none;
}

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


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

	body{
		background-image: none;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
		width: 100%;
    background-image : none;
		background-color: #DCE1E4;
	}
		
	#hpb-inner{
    padding-top: 0px;
	}
		
	#hpb-title{
		height: auto;
		background-size: contain;
		padding-top: 59%;
	}
	
	#hpb-main{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
	}
	
	#toppage-item{
    width: 100%;
    float: none;
	}
	
	#toppage-news{
    width: 100%;
    float: none;
	}
	
	#toppage-info{
    width: 100%;
    float: none;
	}

	#hpb-footer{
		padding-top: 0px;
	}
	
	#hpb-nav{
		position: relative;
    height: auto;
    width: 100%;
	}

	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* ナビゲーション */
	#hpb-nav ul{
		display: none;
	}
	#hpb-nav ul.toggled-on{
		display: block;
	}
	#hpb-nav li{
    display: block;
    height: auto;
    float: none;
		border-top-color: #CCCCCC;
		border-top-style: solid;
		border-top-width: 1px;
	}
	#hpb-nav li a{
    height: auto;
		line-height: 1.4;
		padding-left: 10px;
    padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
}
/* =================
ハンバーガーボタンの実装
================= */

.menu-btn{
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: black;
}
.menu-btn:hover{
  cursor: pointer;
}
/* 三本線の実装 */
.menu-btn span,
.menu-btn span::before,
.menu-btn span::after{
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span::before{
  bottom: 8px;
}
.menu-btn span::after{
  top: 8px;
}
/* チェックボックスを非表示にする */
#menu-btn-check{
  display: none;
}

#menu-btn-check:checked ~ .menu-btn span{
  background-color: rgba(
    255,
    255,
    255,
    0
  ); /*メニューオープン時は真ん中の線を透明にする*/
}

/* メニューを開いている時はハンバーガーボタンが×になる */
#menu-btn-check:checked ~ .menu-btn span::before{
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after{
  top: 0;
  transform: rotate(-45deg);
}
/* =================
メニュー部分の実装
================= */

.menu-content{
  width: 80%;
  height: 100%;
  position: fixed;
  top: 0;
   /* メニューを外に出しておく */
  left: 100%;　

  z-index: 80;
  background-color: black;
  transition: all 0.5s; /*アニメーションを滑らかにする*/
}
.menu-content ul{
  padding: 70px 10px 0;
}
.menu-content ul li{
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a{
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}

#menu-btn-check:checked ~ .menu-content{
  left: 30%; /*メニューを画面内へ動かす*/
}