body{
	background: #e7e7eb;
	font-family:"a?’a?ca?Ra??e§’a?´ Pro W3", "Hiragino Kaku Gothic Pro", "a?!a??a?aa?a", Meiryo, Osaka, "i?-i?3 i?°a?´a?・a??a?￣", "MS PGothic", "sans-serif";
	font-size: 20px;
}
.site-header{
	background: rgba(255,255,255,0.5);
	display: flex;
	justify-content: space-between;
	padding: 10px;
	position: fixed;
	top: 0;
	transition: .5s;
	width: 98%;
	z-index: 100;
}
.site-header.hide{
	top: -63px;
}
/*
.site-header.transform{
    background: rgba(255,255,255,0.9);
    padding: 20px;
}
*/
.site-logo img{
	height: 20px;
	width: auto;
}

/* ■トップ画面画像表示用 */

#photo {
    width: 1024px;
    height: 500px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    position: relative;
}

#photo img {
    top: 0;
    left: 0;
    position: absolute;
}
/* ■トップ画面画像表示用 ↑ */

/* Horizontal Scroll */
 .horizontal-list {
      overflow-x: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
    }

 .item {
      /* 横スクロール用 */
      display: inline-block;
      width: 20%;

      /* 見た目調整 */
      height: 130px;
      margin: 8px;
      font-size: 12px;
      padding: 3px;
/*      background: rgba(255, 0, 0, 0.4);*/
    }

 .item img{
	width:202px; height:100px;
	}

 .box1{
  	width:880px;
  	line-height: 1;
  }
  	

/* Horizontal Scroll ↑*/

.gnav__menu{
	display: flex;
}
.gnav__menu__item{
	margin-left: 20px;
}
.site-header .gnav__menu__item a{
	color: #333;
	text-decoration: none;
}
.hero{
	max-height: 500px;
	overflow: hidden;
}
.hero img{
	height: auto;
	width: 100%;
}
.content{
	background: #ffffff;
	line-height: 1.6;	
	margin: 0 auto;
	padding-top: 10px;
	width: 900px;
}
.content_1{
	background: #ffffff;
	line-height: 1.6;	
	margin: 0 auto;
	padding: 10px 10Px;
	width: 900px;
}

.img_area{
   border: 0px solid black;
   width: 900px;
   height: 480px;
   text-align: center;
   display: table-cell;
   vertical-align: top;
}

/* コンテンツ分け３ブロック用  */
/*以下左右BOX*/
div#page{
    width:980px; margin:5px auto;     /*内容全体をセンタリング*/
    text-align:left;        /*テキストの配置を左揃えにする*/
    background-image:url("images/bg_pagebody.gif"); /*内容全体の背景*/
    background-repeat:repeat-y;             /*背景画像を縦方向に繰り返す*/
    background-color:#ffffff;               /*内容全体の背景色*/
}

.content-L{
	height: auto;
    float: left;
    width: 185px;
    text-align: center;
    background-color: #888;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}
.content-R{
	height: auto;
	float: right;
    width: 680px;
    height: auto;
    padding: 5px;
    background-color: #ffb2c9;
    text-align: center;
    margin-bottom: 10px;
}
.content-RL{
	height: auto;
	float: left;
    width: 490px;
    height: auto;
    padding: 5px;
    background-color: #eee;
    text-align: center;
    margin-bottom: 10px;
}
.content-RR{
	height: auto;
	float: right;
    width: 160px;
    height: auto;
    padding: 5px;
    background-color: #eee;
    text-align: center;
    margin-bottom: 10px;
}
/*ブロック分け用ここまで*/


.content p{
	margin-bottom: 40px;
}
.site-footer{
	clear: both ;
	background: #333;
	padding: 10px 0;
}
.copyright{
	color: #fff;
	font-size: 12px;
	text-align: center;
}
p.kadomaru img {
    border-radius: 5px; /* ちょっとだけ角丸 */
    border-color: #ff0000;
}
/* top へ戻る -- CSSの記述 --*/
  #pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
  }
  #pageTop i {
  	padding-top: 6px 
  }
  #pageTop a {
    display: block;
    z-index: 999;
    padding: 8px;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    background-color: #9FD6D2;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
  #pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
  }