@charset "utf-8";
/* CSS Document */
body {
	
	text-align: center;
	margin-top: 0;
	background-image: url(../img/light_wool.png)}
* {
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: #FF0033;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  border:0px;
}

a img{border:0px;}
h1,h2,h3,h4,p,ol,ul,li,th,td{
	/* font-family: "Hina Mincho", serif; */
	/* font-family: "Zen Maru Gothic", sans-serif; */
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
}

h2{
	font-size: 27px;
	margin:10px 2px;
	line-height: 29px;
	text-decoration: underline 3px solid #c85553;
}

h1{
	width: 90%;
	margin: 10px auto;
	border-bottom: 3px solid #c85553;
	color: #c85553;
	font-weight: bold;
}
h3{
	font-size: 20px;
	margin-bottom: 16px;
	line-height: 30px;
}

.wrapper {
	text-align: left;
	margin: 0 auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 80%;
	background-color:#FFFFFF;
	min-height: 680px;
}
header{
	display: none;
}
main{
	display: flex;
}
.parts section{
	margin-bottom: 40px;
}
.parts section:last-child{
	margin-bottom: 20px;
}
.wrapper_foot {
	padding: 20px 11px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	text-align: start;
}

.subtitle {
	padding: 0px;
}
.subtitle_top {
	padding: 0px;
}
.sub_head1 {
	text-align: center;
	background-color:#498737;
}
.sub_head_under {
	text-align: center;
	font-size: 12px;
	color: #999999;
}
.sub_head_under a {
	color: #000099;
	text-decoration: none;
}

.parts {
	font: 15px/17px sans-serif;
	margin: 10px 15px;
	border:1px solid #CCCCCC;
	border-radius:10px;
	width: 90%;
	padding: 10px 20px 30px 20px;
	background-color: rgba( 255, 255, 255, 0.92 );
	float: right;
}


.normal_table1{ border-collapse:collapse; width:100%}
.normal_table1 th{ line-height:25px; font-size:14px; padding:9px 10px; border:1px solid #E4E4E4; width:17%; background-color:#D4D4D4; font-weight:normal;}
.normal_table1 td{line-height:25px; font-size:14px; padding:9px 10px; border:1px solid #E4E4E4; background-color:#FFFFFF}
.normal_table1 a{ color:#0B6097; text-decoration:none;}
.normal_table1 a:hover{ color:#FD9500; text-decoration:underline;}


.point{ border-bottom:1px solid #939393; margin:20px 0px 10px 0px; padding:5px 2px; color:#0A5F0E; font-weight: bold;}

/***************** ヘッダー *****************/

.header { text-align:right;padding:20px 10px;
}
.header a {
	text-decoration: none;
}



/***************** フッター *****************/





/***************** グローバルナビゲーション *****************/
ul#menu01 {
	padding: 0;
	position: sticky;
	top: 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,#ea8473 0%,#c85553 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,#ea8473 0%,#c85553 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ea8473 0%, #c85553 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* margin:0px 10px 20px 15px;  */
	border:1px solid #CCCCCC;
}
ul#menu01:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	position: relative
}
ul#menu01 li {
	color: #FFFFFF;
	margin: 0;
	list-style-type: none;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
}
ul#menu01 li:last-child {
	border-bottom: 0px;
}
ul#menu01 li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #2d2d2d;
	font-size: 16px;
	text-decoration: none;
	width: 100%;
	height: 60px;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
ul#menu01 li:hover {
	background-color:#a8b34c
}
ul#menu01 li a:hover {
	color: #FFFFFF;
}
.g-nav-menu{
	text-align: end;
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.g-nav-menu ul{
	height: 0;
	position:absolute;
    overflow: auto;
    transition: .3s;
    list-style:none;
	background-color:#ffffff;
	width: 100%;
	right: 100%;
}

.g-nav-menu li{
	margin: 30px auto;
	display: flex;
	justify-content: center;
	font-size: 20px;
}
.g-nav-menu li div{
	text-align: center;
}
.g-nav-menu li div h3{
	text-align: center;
	color: #231815;
}
.g-nav-menu li p{
	font-size: 13px; 
	color:#ef080c;
	margin-top: 10px;
	font-weight: normal;
	text-align: center;
	line-height: 20px;
}


/***************** top *****************/

.main_rtop {
	width: 90%;
	padding-left: 0px;
	padding-right: 0px;
	margin:0px auto;
	overflow-x: hidden;
}

.riha38_top_fv{
	position:relative;
	height: 100vh;
	margin-bottom: 450px;
}
.main_l {
	width: 15%;
	/* overflow: hidden; */
	margin:0px;
	padding:0px;
	z-index: 100;
}

.main_rtop-img{
	width: 60%;
	height: auto;
	position: absolute;
    top: 0;
    filter: opacity(0.5);
}
.main_rtop-belt{
	position: absolute;
	top: 45vh;
}
.main_rtop-belt ul{
	width: 100%;
	display: flex;
	left: 0;
	overflow: hidden;
	list-style-type: none;
}
.main_rtop-belt ul li img{
	filter: none;
	width: 300px;
	height: auto;
}
.top-title{
	position: absolute;
	text-align: end;
	width: 100%;
	color: #c85553;
	top: 10px;
	right: 50px;
}
.top-title div:first-child{
	width: 100%;
	font-weight: bold;
	font-size: 50px;
    display: flex;
    justify-content: end;
}
.top-poster-movie-area{
	display: flex;
	justify-content: space-around;
	gap: 20px;
	position: absolute;
	top: 75vh;
}
.top-poster-movie-area div{
	text-align: center;
}
.top-title div .left-spacer{
	width: 5%;
}
.top-poster-movie-area div:nth-child(2){
	width: 28%;
	height: auto;
}
.top-poster-movie-area div:nth-child(2) p{
	font-size: 13px;
}
.top-poster-movie-area div:last-child{
	width: 73%;
	height: auto;
}

.let-s{
	font-size: 18px;
}
.let-ss{
	font-size: 13px;
}
.news-container{
	width: 70%;
	margin: 0 auto;
}
.news{
	padding:10px;
	height:200px;
	width: 120%;
	margin-bottom: 40px;
	line-height:20px;
	border:1px solid #CCCCCC; 
	background-color:#B3B3B3; 
	border-radius:10px;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); IE6-9 */
 }
.news td{
	font-size:13px;
}
/***************** aisatsu *****************/
.aisatsu p{
	margin-bottom: 15px;
}

/***************** gaiyo *****************/

.gaiyo-tbl{
	width: 90%;
	border: none;
}
.gaiyo-tbl th,
.gaiyo-tbl td{
	padding: 10px;
}
.gaiyo-tbl th{
	border: none;
	border-bottom: 3px solid #c85553;
	text-align: center;
}
.gaiyo-tbl td{
	border: none;
	border-bottom: 1px solid #cccccc;
}
.gaiyo-tbl-lst td ol{
	list-style-type: upper-alpha;
	margin-left: 10px;
}
.gaiyo-tbl-lst td ol li{
	margin-bottom: 5px;
}

/***************** reg *****************/
.endai-touroku{
	text-align: center;
}
.endai-touroku h2{
	text-align: start;
}
.endai-touroku a{
	text-decoration: none;
}
.endai-touroku a:hover{
	text-decoration: underline 1px solid #fff;
}
.endai-button {
  width: 80%;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  display: block;
  text-align: center;
  padding: 22px 0px 22px 0px;
  color: #fff;
  background-color: #d76a61;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #bdbdbd;
  text-shadow: 0 -1px #757575;
  margin:0 auto;
}
.endai-button img{
	padding-right: 10px;
}
.endai-touroku-entery{
	text-align: center;
}
.endai-touroku-entery h2{
	text-align: start;
}
.endai-touroku-entery a{
	text-decoration: none;
}
.endai-entery{
	display: flex;
	justify-content: space-around;
}
.endai-entery img{
	width: 80%;
}
.endai-sikaku{
	padding: 0 20px;
}
.endai-sikaku li ul{
	margin-left: 10px;
}
.endai-sikaku li ul li::marker{
	content:"＊";
}
.endai-about{
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
}
.endai-about th,
.endai-about td{
	border: 1px solid #b64947;
	padding: 15px;
}
.endai-about th{
	width: 20%;
	background-color: #c85553;
	color: #fff;
	border: 1px solid #ffffff;
}
.endai-about td{
	width: 80%;
}
.endai-about ul{
	list-style-type: none;
}
.endai-about ul li{
	margin-bottom: 10px;
}
.endai-nagare{
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
}
.endai-nagare th,
.endai-nagare td{
	border: 1px solid #b64947;
	padding: 15px;
}
.endai-nagare th{
	width: 20%;
	background-color: #c85553;
	color: #fff;
	border: 1px solid #ffffff;
}
.endai-nagare td{
	width: 80%;
}
.endai-nagare td ul{
	margin-left: 10px;
}
.endai-nagare td ul li{
	margin-bottom: 5px;
}
.endai-nagare td ol{
	margin-left: 10px;
}
.endai-nagare td ol li{
	margin-bottom: 5px;
}
.endai-about td ul li .usable-moji{
	list-style-type: disc;
}
.endai-about td ul li .usable-moji li ul{
	list-style-type: disc;
	border: 1px solid #000;
	border-radius: 10px;
	padding: 10px;
}
.endai-about td ul li .usable-moji li{
	margin-left: 20px;
}
.endai-about td ul li .usable-moji li ul{
    list-style-type: disc;
	margin-left: 1em;
}
.endai-about td ul li .usable-moji li ul span{
	color: #e04a36;
}
.endai-about td ul li .usable-moji li ul li img{
	width: 100%;
	height: auto;
}
.usable-moji li ul .tadasi{
	list-style-type: none;
}
.usable-moji li ul .tadasi::marker{
	content:"＊";
}
.endai-about td h5{
	margin: 10px 0;
}
.reg_1{ 
	border:1px solid #E40003; 
	line-height:21px !important;
}
.reg_1 dt{ 
	background-color:#E40003; 
	color:#FFFFFF; 
	padding:5px; 
	text-align:center;
}
.reg_1 dd{ 
	padding:5px;
}

/***************** par *****************/
.sanka-table{
	width: 90%;
	border-collapse: collapse;
	font-size: 16px;
}
.sanka-table th,
.sanka-table td{
	border: 1px solid #b64947;
	padding: 15px;
}
.sanka-table th{
	background-color: #c85553;
	color: #fff;
	border: 1px solid #ffffff;
}
.sanka-chuui{
	padding: 0 20px;
}
.sanka-link{
	display: grid;
	grid-template-columns: 50% 50%;
	gap: 10px;
}
.sanka-link div p{
	font-size: 18px;
	margin-bottom: 5px;
}
.sanka-link div img{
	width: 100%;
	height: auto;
}
.sanka-link div:last-child{
	width: 100%;
}
.sanka-table .sanka-shubetu th{
	width: 30%;
}
.sanka-table .sanka-shubetu td{
	width: 70%;
}
.sanka-table .sanka-shubetu ul{
	list-style-type: none;
}

/***************** pro *****************/

.pro_date{ 
	color:#005E66;
	margin:20px 0px;
	padding:4px 7px; 
	line-height:18x;
	border:1px solid #CCCCCC; 
	background-color:#B3B3B3; 
	border-radius:10px;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
 }
.pro_thema{ 
	font-size:17px; 
	font-weight:bold; 
	color:#093D4D;
	margin-top:10px;
}
.pro_acttable{ 
	font-size:13px; 
	width:100%; 
	margin-bottom:10px;
}
.pro_acttable th{ 
	font-size:13px; 
	color:#424242; 
	width:14%; 
	font-weight:normal; 
	vertical-align:top;
}
.pro_acttable td{ 
	font-size:13px;
	color:#424242;
	vertical-align:top;
}
.pro-tbl{
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.pro-tbl th,
.pro-tbl td{
	padding: 10px;
}
.pro-tbl th{
	width: 20%;
	border: 1px solid #ffffff;
	background-color: #c85553;
	color: #fff;
	text-align: center;
}
.pro-tbl td{
	width: 80%;
	border: none;
	border: 1px solid #c85553;
}

/***************** acc *****************/
.acc-tbl{
	width: 100%;
	margin-bottom: 40px;
}
.acc-tbl{
	border-collapse: collapse;
}
.acc-tbl th,
.acc-tbl td{
	padding: 10px;
}
.acc-tbl th{
	font-size: 18px;
	background-color: #c85553;
	border: 1px solid #fff;
	color: #fff;
}
.acc-tbl td{
	border: 1px solid #c85553;
}
.acc-tbl tr td ul{
	margin-left: 20px;
}
.acc-link a{
	text-decoration: none;
	transition: .5s;
}
.acc-link a:hover{
	text-decoration: underline 2px solid #fff;
}

/***************** kouryu *****************/
.kouryu-tbl{
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.kouryu-tbl th,
.kouryu-tbl td{
	padding: 10px;
}
.kouryu-tbl th{
	width: 20%;
	border: 1px solid #ffffff;
	background-color: #c85553;
	color: #fff;
	text-align: center;
}
.kouryu-tbl td{
	border: none;
	border-bottom: 1px solid #cccccc;
}
.kouryu-tbl tr:nth-child(3) td ul{
	list-style-type: none;
}
.kouryu-tbl td ul li{
	margin-bottom: 5px;

}
.kouryu-tbl tr:nth-child(3) td ul li ul{
	list-style-type: disc;
	margin-left: 20px;
}
.kouryu-tbl tr:nth-child(4) td ul{
	margin-left: 20px;
}

/***************** info *****************/
.info-sec{
	padding: 20px;
	margin: 0 auto;
}
.info-sec ol li::marker{
	font-size: 20px;
}
.info-sec ul{
	list-style-type: disc;
}
.info-sec ul li{
	margin-bottom: 8px;
}
.info-tbl{
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.info-tbl th,
.info-tbl td{
	padding: 10px;
}
.info-tbl th{
	width: 15%;
	border: 1px solid #ffffff;
	background-color: #c85553;
	color: #fff;
	text-align: center;
}
.info-tbl td{
	width: 40%;
	border: none;
	border: 1px solid #c85553;
}
/***************** kigyo *****************/
.kigyo-sec{
	padding: 20px;
	margin: 0 auto;
}
.kigyo-tbl{
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.kigyo-tbl th,
.kigyo-tbl td{
	padding: 10px;
}
.kigyo-tbl th{
	width: 15%;
	border: 1px solid #ffffff;
	background-color: #c85553;
	color: #fff;
	text-align: center;
}
.kigyo-tbl td{
	width: 40%;
	border: none;
	border: 1px solid #c85553;
}
.kigyo-jimukyoku h3{
	margin-bottom: 0;
}
.kigyo-syuisho a{
	text-decoration: none;
}
.kigyo-syuisho a:hover{
	text-decoration: underline 1px solid #fff;
}
/***************** konsinkai *****************/
.konsinkai-tbl{
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.konsinkai-tbl th,
.konsinkai-tbl td{
	padding: 10px;
}
.konsinkai-tbl th{
	width: 20%;
	border: 1px solid #ffffff;
	background-color: #c85553;
	color: #fff;
	text-align: center;
}
.konsinkai-tbl td{
	border: none;
	border-bottom: 1px solid #cccccc;
}

/***************** par *****************/

.par_table1{ border-collapse:collapse; width:100%}
.par_table1 th{ line-height:25px; font-size:14px; padding:10px 10px; border:1px solid #525252; width:25%; background-color:#eae2f3; text-align:center;}
.par_table1 td{line-height:25px; font-size:14px; padding:10px 10px; border:1px solid #525252; width:25%;text-align:center;; }

.tbl1 th{ text-align: left;padding:2px 10px;}
.tbl1 td{padding:2px}


/******************** footer ********************/
footer{
	width: 100%;
	background-color: #e98372;
}

@media only screen and (max-width: 850px){
	.wrapper{
		width: 100%;
	}
	header{
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 10vh;
		background-color: #e98372;
	}
	header a{
		width: 50%;
		height: auto;
	}
	header img{
		width: 100%;
		height: auto;
	}
	.hbgBtn{
		position: absolute;
		display: flex;
		flex-direction: column;
		gap: 5px;
		border: none;
        background-color: #ffffff00;
		margin-right: 10px;
		z-index: 99999999999999;
		top: 4px;
        right: 0px;
	}
	.hbgBtn span{
		width: 30px;
		border: 2px solid #d4d4d4;
	}
	/* PC用メニュー */
	.main_l{
		display: none;
	}
	.riha38_top_fv{
		margin-bottom: 260px;
		height: 84vh;
	}
	
	.top-title{
		width: 100%;
		right: 0;
	}
	.top-title div:first-child img{
		width: 100%;
	}
	.main_rtop .main_rtop-img{
		width: 100%;
		left: 0;
	}
	.main_rtop-belt{
		display: none;
	}
	.top-poster-movie-area{
		top: initial;
		margin-top: 40px;
	}
	.top-title .top-poster-movie-area .left-spacer{
		display: none;
	}
	
	.news-container{
		width: 100%;
	}
	.news{
		width: 100%;
	}
	.parts{
		width: 90%;
		float: none;
		margin: 0 auto;
	}
	.gaiyo-tbl{
		width: 90%;
		border: none;
	}
	.gaiyo-tbl tr{
		display: flex;
		flex-direction: column;
	}
	.gaiyo-tbl th{
		text-align: start;
	}
	.sanka-chuui{
		font-size: 10px;
	}
	.sanka-link{
		grid-template-columns: 100%;
	}
	.sanka-table .sanka-shubetu{
		display: flex;
		flex-direction: column;
	}
	.sanka-table .sanka-shubetu th,
	.sanka-table .sanka-shubetu td{
		width: inherit;
		border: 1px solid #b64947;
	}
	.endai-about tr{
		display: flex;
		flex-direction: column;
	}
	.endai-about tr th,
	.endai-about tr td{
		width: 95%;
		border: 1px solid #b64947;
	}
	.endai-nagare tr{
		display: flex;
		flex-direction: column;
	}
	.endai-nagare tr th,
	.endai-nagare tr td{
		border: 1px solid #b64947;
		width: 95%;
	}
	.pro-tbl tr{
		width: 95%;
		display: flex;
		flex-direction: column;
	}
	.pro-tbl th{
		width: 100%;
		border: 1px solid #c85553;
	}
	.pro-tbl td{
		width: 100%;
	}
	.acc-tbl tr{
		display: flex;
		flex-direction: column;
	}
	.acc-tbl th,
	.acc-tbl td{
		border: 1px solid #c85553;
	}
	.kouryu-tbl tr{
		display: flex;
		flex-direction: column;
		margin-bottom: 20px;
	}
	/* フッター */
	.wrapper_foot{
		flex-direction: column;
		font-size: 8pt;
	}
	.foot_end{
		font-size: 7px;
	}
}
@media only screen and (max-width: 400px){
	header{
		height: 5vh;
	}
	.riha38_top_fv{
		margin-bottom: 0;
		height: 67vh;
	}
	.top-poster-movie-area div:nth-child(2) p{
		font-size: 8px;
	}

}
/*------------------------- animation ---------------------------*/
.background-area{
	position: fixed;
	z-index: -10;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.background-area div:nth-child(1){
	position: absolute;
	width: 5%;	
}
.background-area div:nth-child(2){
	position: absolute;
	width: 5%;
	left: 30px;
	top: 30px;
}
.background-area div:nth-child(3){
	position: absolute;
	width: 5%;
	left: 60px;
	top: 60px;
}
.background-area div:nth-child(4){
	position: absolute;
	width: 5%;
	left: 80px;
	top: 80px;
}
.background-area div:nth-child(5){
	position: absolute;
	width: 5%;
	right: 30px;
}
.background-area div:nth-child(6){
	position: absolute;
	width: 5%;
	right: 70px;
	top: 30px;
}
.background-area div:nth-child(7){
	position: absolute;
	width: 5%;
	right: 30px;
	top: 70px;
}
.background-area div:nth-child(8){
	position: absolute;
	width: 5%;
	right: 30px;
	top: 110px;
}
.background-area div:nth-child(9){
	position: absolute;
	width: 5%;
	right: 30px;
	top: 160px;
}
.background-area div:nth-child(10){
	position: absolute;
	width: 5%;
	left: 50px;
	top: 200px;
}
.background-area div:nth-child(11){
	position: absolute;
	width: 5%;
	left: 30px;
	top: 300px;
}
.background-area div:nth-child(12){
	position: absolute;
	width: 5%;
	right: 30px;
	top: 310px;
}
.background-area div:nth-child(13){
	position: absolute;
	width: 5%;
	left: 60px;
	top: 250px;
}
.background-area div:nth-child(14){
	position: absolute;
	width: 5%;
	right: 10px;
	top: 260px;
}
.background-area div:nth-child(14){
	position: absolute;
	width: 5%;
	right: 25px;
	top: 500px;
}
.background-area div:nth-child(15){
	position: absolute;
	width: 5%;
	right: 35px;
	top: 550px;
}
.background-area div:nth-child(16){
	position: absolute;
	width: 5%;
	left: 25px;
	top: 550px;
}
.background-area div:nth-child(17){
	position: absolute;
	width: 5%;
	left: 10px;
	bottom: 250px;
}
.background-area div:nth-child(18){
	position: absolute;
	width: 5%;
	left: 25px;
	bottom: 150px;
}
.background-area div:nth-child(19){
	position: absolute;
	width: 5%;
	left: 40px;
	bottom: 105px;
}
.background-area div:nth-child(20){
	position: absolute;
	width: 5%;
	right: 30px;
	bottom: 205px;
}
.background-area div img{
	width: 100%;
}



.junbichu{
	font-size: 20px;
	width: 100%;
	text-align: center;
}