@charset "Shift_JIS";

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

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    width: 950px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
}

#hpb-header{
    height: 83px;
}

#hpb-inner{
    position: relative;
    padding-top: 0;
    width: 100%;
}

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

#hpb-wrapper{
    width: 640px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    float: right;
   /* min-height: 500px;*/
}

* html #hpb-wrapper{
    /* height: 500px; /* for IE6 */
}

#hpb-title{
    width: 640px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

#hpb-main{
	width: 640px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 3px;
	padding-bottom: 10px;
	text-align: left;
}

#hpb-aside{
    width: 300px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    float: left;
    padding-bottom: 20px;
}

#hpb-footer{
    /*background-image : url(footerbg_5Ab.png);*/
    background-position: left top;
    background-repeat: repeat-x;
    padding-bottom: 20px;
    clear: both;
    position: relative;
}



#hpb-nav{
    width: 300px;
    margin-top: -1px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    float: left;
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */
body.hpb-layoutset-01
{
    background-image : url(image/bg_3C_02.png);
	background-repeat: repeat-x;
}

/*body.hpb-layoutset-02
{
    background-image : url(image/cBg_3C_01.png);
	background-repeat: repeat-x;

}*/

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

/* ナビゲーション */
#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 li{
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
    height: 46px;
    overflow: hidden;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
}

#hpb-nav li a{
    display: block;
    padding-left: 50px;
    height: 46px;
    line-height: 46px;
}

#hpb-nav li span.en{
    padding-top: 7px;
    font-size: 14px;
    font-family: century, serif;
    padding-right: 10px;
    text-transform: uppercase;
}

#hpb-nav li span.ja{
    font-size: 20px;
}



#hpb-nav a:link{
    color: #3F3F3F;
    text-decoration: none;
    /*background-image : url(mainmenu_5Ab_03.gif);
    background: linear-gradient(-135deg, #AAFFA9, #11FFBD);*/
    background: linear-gradient(-135deg,#d6f7de, #aaee78);
    background-position: center left;
    background-repeat: repeat-y;
	/*↓メニューの角を丸くする*/
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;

}
#hpb-nav a:visited{
    color: #3F3F3F;
    text-decoration: none;
    /*background-image : url(mainmenu_5Ab_03.gif);
    background: radial-gradient(#b4e391, #61c419);*/
    background: radial-gradient(-135deg,#d6f7de, #aaee78);
    background-position: center left;
    background-repeat: repeat-y;
}
#hpb-nav a:hover{
    background-image : url(image/mainmenu_5Ab_03_on.gif);
    background-position: center left;
    background-repeat: repeat-y;
    color: #006e2e;
    text-decoration: none;
}
#hpb-nav a:active{
    background-image : url(image/mainmenu_5Ab_03_on.gif);
    background-position: center left;
    background-repeat: repeat-y;
    color: #006e2e;
    text-decoration: none;
}



stage {
    position: relative;
    width: 640px;
    height:300px;
    margin: 0 auto;
}
#photo1,#photo2,#photo3,#photo4 {
    position: absolute;
    width: 640px;
    height: 300px;
}
#photo1 img,#photo2 img,#photo3 img,#photo4 img {
    opacity:0;
    -moz-animation: imgTrans 20s infinite;
    -webkit-animation: imgTrans 20s infinite;
    animation: imgTrans 20s infinite;
}
#photo1 img {
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
#photo2 img {
    -moz-animation-delay: 5s;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
#photo3 img {
    -moz-animation-delay: 10s;
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}
#photo4 img{
    -moz-animation-delay: 15s;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
}
#frame {
    width: 640px;
    height:300px;
    position: relative;
    overflow: hidden;
}
@-webkit-keyframes imgTrans {
 0% { opacity:0; }
 5% { opacity:1; }
 20% { opacity:1; }
 25% { opacity:1; } 
 100% { opacity:0; }
}
@-moz-keyframes imgTrans {
 0% { opacity:0; }
 5% { opacity:1; }
 20% { opacity:1; }
 25% { opacity:1; } 
 100% { opacity:0; }
}
@keyframes imgTrans {
 0% { opacity:0; }
 5% { opacity:1; }
 20% { opacity:1; }
 25% { opacity:1; } 
 100% { opacity:0; }
}


/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {

	body{
		min-width: 100%;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
		width: 100%;
	}
	#hpb-header{
		height: auto;
		padding-bottom: 10px;
	}
	#hpb-wrapper{
		width: 100%;
		float: none;
		/*min-height: 0;*/
	}
	#hpb-title{
		width: 100%;
		float: right;
	}
	#hpb-main{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 0;
		padding-bottom: 20px;
	}
	.hpb-layoutset-02 #hpb-main{
		padding-top: 20px;
	}
	#hpb-aside{
		max-width: 96%;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	#hpb-footer{
		background-image: none;
	}
	#hpb-nav{
		width: 100%;
		margin-top: 0;
		margin-bottom: 0;
		float: left;
		display: inline-block;
		background-color: #e1e1e1;
	}


#photo1 img,#photo2 img,#photo3 img,#photo4 img {
    max-width: 100%;
    height: auto;
    }

#frame {
    max-width: 100%;
    margin-bottom:10px;

}

	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* ナビゲーション */
	#hpb-nav h3.hpb-c-index{
		width: 27px;
		height: 20px ;
		background-image : url(image/btn_menu.png);
		background-position: top left;
		background-repeat: no-repeat;
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		overflow: hidden;
		text-indent: -9999px;
		cursor: pointer;
	}
	#hpb-nav ul{
		display: none;
	}
	#hpb-nav ul.toggled-on{
		display: block;
	}
	#hpb-nav li{
		display: block;
		height: auto;
		border-bottom: none;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #ffffff;
	}
	#hpb-nav li a{
		padding-top: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
		height: auto;
		line-height: 1.4;
	}
	#hpb-nav li span.en{
		padding-top: 0;
		padding-right: 0;
		display: block;
	}
	#hpb-nav li span.ja{
		display: block;
	}
	#hpb-nav a:link{
		background-image: none;
	}
	#hpb-nav a:visited{
		background-image: none;
	}
	#hpb-nav a:hover{
		background-image: none;
		background-color: #BAEDFF;
	}
	#hpb-nav a:active{
		background-image: none;
		background-color: #BAEDFF;
	}
	
}



