@charset "utf-8";
/* CSS Document */

/*-----共通-----*/
*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}

*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;	/*余白を削除*/
	padding: 0px;				/*余白を削除*/
	background-color: #370006;
	text-align: center;			/*中央配置*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;		/*フォント*/
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	border-top-right-radius: 0px;
	overflow-y: scroll;
	min-width: 1020px;
}
#main {
	width:1000px;
	margin:0 auto;
}
p{
	margin:0;
	padding:0;
}
video {
    vertical-align: bottom;
}
.ttl {
	width:100%;
	height:111px;
	padding:3px;
	position:relative;
}

.kagura_title {
	background-image: url(../../06/im/kagura_title.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.fujisasa_title {
	background-image: url(../../07/im/fujisasa_title.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.azeyoshisasara_title {
	background-image: url(../../08/im/azeyoshisasara_title.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.azeyoshimansaku_title {
	background-image: url(../../09/im/azeyoshimansaku_title.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.fujinamimochi_title {
	background-image: url(../../10/im/fujinamimochi_title.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.tsutsumisakihayashi_title {
	background-image: url(../../12/im/tsutsumisakihayashi_title.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.pagetop {
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	margin-right:20px;
	width:135px;
	height:95px;
	font-size:12px;
	line-height:15px;
	color:#FFF;
}

.main_txt {
	width:850px;
	margin:0 auto;
	margin-left:100px;
	padding:10px 0;
	text-align:left;
	font-size:14px;
	line-height:35px;
}

.gray{
	background-color:#e5e5e5;
	padding:3px 10px;
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
}

/*-----タブ切り替え-----*/
.tab_list{
	width:980px;
	margin:0;
	padding:0;
	margin-left:20px;
}

.contents ul{
	margin:0 !important;
	padding:0 !important;
}

.contents li{
	list-style:none !important;
}

.contents .tab{
	overflow:hidden;
}

.contents .tab li{
	min-width:178px;
	height:32px;
	margin:0;
	padding:0 5px;
	margin-right:3px;
	background:#ececec;
	float:left;
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
	color:#006633;
	line-height:35px;
	border-bottom:none;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}

.contents .tab2 li{min-width:145px;
}

.contents .tab li:hover{
	background-color:#d4d4d4;
}

.contents .tab li.select {
	background:#acd598;
	border-bottom:solid 3px #acd598;
}

.contents .content li{
	background:#fff;
}
	
.contents .hide {
	display:none;
}
	
.contents .hide2 {
	display:none;
}


/*-----タブコンテンツ-----*/

.main_tab {
	background:#acd598;
	padding:17px;
}

.main_tab_txt{
	width:900px;
	font-size:14px;
	text-align:left;
	line-height:24px;
	padding:20px 30px;
}

.main_tab_mov{
	width:900px;
	height:auto;
	min-height:160px;
	padding:0 30px;
	position:relative;
   display: -webkit-flex; /* Safari */
  display: flex;
 -webkit-flex-direction: row; /* Safari */
  flex-direction:         row;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
    }

.mov_box{
	width:141px;
	min-height:135px;
	margin:0;
	padding:8px;
	margin-right:25px;
	margin-bottom:25px;
	background:#acd598;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	color:#000;
	position:relative;
	border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
}

.mov_box.last{
	margin-right:0px;
}

.mov_box figure{
	margin:0 auto;
	padding:0;
}

.mov_ttl{
	display:inline-block;
	text-align:left;
	margin:0 auto;
}

.mov_time{
	position:absolute;
	right:8px;
	bottom:8px;
}
/*-----動画ページ-----*/

.mov_main{
	width:800px;
	margin:0 auto;
	padding-top:12px;
}

.mov_main2{
	width:600px;
	margin:0 auto;
	padding-top:12px;
}

.mov_txt{
	background-color:#000;
	color:#FFF;
	font-size:12px;
	text-align:center;
	line-height:30px;
	margin:0;
	padding:0;
}

.main_back{
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: flex-end; /* Safari */
  justify-content:         flex-end;
  -webkit-align-items: center; /* Safari */
  align-items:         center;
  height:60px;
}

.main_back p{
	font-size:12px;
	line-height:13px;
	margin:0;	
}

.mov_main a{
	text-decoration: none;
}

.mov_main2 a{
	text-decoration: none;
}

.contents_container.nobottom{
	padding-bottom:0;
}
.controlarea{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	/*--------*/
	width: 800px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.controlarea2{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	/*--------*/
	width: 640px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#speedsel{
	flex: 0 1 auto;
	width: 550px;
	text-align: left;
}
#speedsel2{
	flex: 0 1 auto;
	width: 350px;
	text-align: left;
}
#back{
	flex: 0 1 auto;
	width: 250px;
	text-align: right;
}
input[type=radio] {
	display: none;
}
.label {
	display: block;
	float: left;
	margin: 2px;
	width: 60px;
	height: 16px;
	padding: 1px;
	color: #FFFFFF;
	text-align: center;
	line-height: 16px;
	cursor: pointer;
	border: 0px;
	border-radius: 5px;
	font-size: 12px;
	background-color: #999999;
}
input[type="radio"]:checked + label {
	background-color: #5A8B43;
}

/*-----サブページ-----*/
.header_container {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: center;
	background-image: url(../im/headerbg.png);
	background-repeat: repeat-x;
}
.header {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
	/*--------*/
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	border: 0;
	text-align: left;
	/*background-image: url(../im/headertitle.png);
	background-repeat: no-repeat;*/
}
.header .headeritem_title{
	height: 88px;
	margin-right: 20px;
	margin-left: 00px;
	margin-bottom: 12px;
	flex: 0 1 auto;
}

.header .headeritem_menu{
	height: 29px;
	margin-left: 10px;
	margin-bottom: 12px;
	flex: 0 1 auto;
}

.header .headeritem_menu_s{
	height: 22px;
	margin-left: 20px;
	margin-right: 30px;
	margin-bottom: 12px;
	flex: 0 1 auto;
}

.header .left30{
  margin-left: 30px;
  margin-bottom:6px;
}

.contents_container {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	padding-bottom:18px;
	border: 0;
	text-align: center;
	background-color: #fffed9;
}
.footer_container {
	width: 100%;
	height: 39px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: center;
	background-image: url(../im/homefooterbg.png);
	background-color: #470008;
	background-repeat: repeat-x;
	vertical-align: bottom;
	line-height: 28px;
}
.footer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
	/*--------*/
	width: 1000px;
	height: 39px;
	margin: 0 auto;
	border: 0;
	text-align: left;
}

.footer .footeritem{
	margin-right: 10px;
	margin-bottom: 5px;
	flex: 0 1 auto;
	font-size: 12px;
	color: #C7A4A4;
}

.midashi_txt{
	font-size: 16px;
	font-weight: bold;
}

