.main{
width: 95%;
margin: 0px auto;
}
/*画面全体の設定*/
body,
html {
  height: 100%;
  margin: 0 auto;
}

img{
width: 100%;
}

/*固定する背景*/
.parallax-bg {
 /* background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;*/
}

/*フェード*/
.list-mv02{
	opacity: 0;
    transition: 1.0s;
}
.mv02{
	opacity: 1.0;
}



.block01{
margin: 0;
padding: 0;
width: 100%;
height: 300px;
overflow: hidden;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
box-sizing: border-box;
position: relative;
}
.block01 .main_catch{
height: auto;
width:100%;
position: absolute;
text-align: center;
z-index: 10;
}
.block01 .main_catch h1{
font-size: 75px;
font-weight: 500;
line-height: 80%;
letter-spacing: 10px;
margin: 30px auto 0px auto;
padding: 0;
font-family: "Italianno", cursive;
font-style: normal;
font-weight: normal;
color: #fff;
}
.block01 .main_catch span{
font-size: 22px;
font-weight: 500;
letter-spacing: 10px;
margin: 0px auto 0px auto;
padding: 0;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
color: #fff;
}
.block01 .main_catch img{
width: 100%;
}

.filter {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: linear-gradient(rgba(0,0,0,0.10), rgba(0,0,0,1.0));
}

.swiper-container {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;  
}
.slide-img img{
  display: block;
}
.swiper-container .swiper-slide{
width: 100%;
height: 100%;
text-align: center;
}
.swiper-container .swiper-slide .slide-img{
width: 100%;
height: 100%;
text-align: center;
}
.swiper-container .swiper-slide .slide-img img{
width: auto;
height: 100%;
}

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:49%;
	bottom:13vh;
    /*全体の高さ*/
	height:100px;
	z-index: 10;
	background: url("/fukuro/commonImage/scroll_bg01.png") no-repeat center top;
	background-size: 40px;
}
/*Scrollテキストの描写*/
.scrolldown1 span{
        /*描画位置*/
	position: absolute;
	left:-32px;
	top: -15px;
    /*テキストの形状*/
	width: 90px;
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 20px;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}

.block01 .circle{
position: absolute;
z-index: 100;
width: 100px;
height: 100px;
right: 10px;
bottom: 0vh;
}
.block01 .circle .circle_in{
position: absolute;
width: 60px;
height: auto;
margin: 0px auto;
right:20px;
top: -5px;
z-index: 3;
}
.block01 .circle .circle_in img{
width: 100%;
}
.block01 .circle .circle_bg{
position: absolute;
right: 0;
bottom: 30px;
background: url("/fukuro/topImage/circle01.png") no-repeat center;
background-size: 100%;
display:inline-block;
  width:100px;
  margin:0px;
  height:100px;
  animation: 5s linear infinite rotation1;
 }
@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}


.contents{
margin: 0;
width: 100%;
height: auto;
background: #4d3421;
overflow: hidden;
position: relative;
display: flex;
flex-direction: column;
}

.event_block{
margin: 0 auto 0px auto;
width: 100%;
height: auto;
padding: 0;
background: url("/fukuro/topImage/bg_ft.jpg") repeat;
overflow: hidden;
position: relative;
}


/* News */
.newsList{
width: 90%;
margin: 50px auto;
padding: 0;
}

.newsList .postInfo{
	align-items: flex-end;
	padding-bottom: 10px;
}
.newsList .postCat{
	padding: 5px 30px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #d3aa7e;
	border: 1px solid #d3aa7e;
}
.newsList .postDate{
	padding-left: 10px;
	text-align: left;
}
.newsList .postTit{
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
}
.btnWrap{
	padding: 40px 0;
	text-align: center;
}

/*
* News
------------------------------------------------*/
/* News一覧 */
 .news-guide{
	padding: 30px 0;
}
 .newsList article{
	margin-top: 20px;
	padding-top: 20px;
	border-bottom: 1px dashed #ceb888;
	color: #fff;
}
 .newsList .postInfo{
	display: flex;
	justify-content: flex-start;
	padding-bottom: 5px;
}
.newsList article a{
text-decoration: none;
color: #fff;
}

 .newsList .postDate{
	color: #fff;
	font-size: 12px;
}
 .newsList h3.postTit{
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	text-align: left;
	border-bottom: 1px solid #fff;
}

 .ListPager ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
 .ListPager ul li{
	color: #ceb888;
	font-size: 14px;
}
 .ListPager ul li a{
	display: block;
	position: relative;
	color: #ceb888;
}
 .ListPager ul li.previous{
	padding: 10px 10px 10px 0;
}
 .ListPager ul li.previous a{
	padding: 0 0 0 25px;
}
 .ListPager ul li.previous a:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #ceb888;
	border-right: solid 2px #ceb888;
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}
 .ListPager ul li.next{
	padding: 10px 0px 10px 10px;
}
 .ListPager ul li.next a{
	padding: 0 25px 0 0;
}
 .ListPager ul li.next a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #ceb888;
	border-right: solid 2px #ceb888;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
/* News詳細 */
 .postWrap .inner{
	margin: 100px auto;
}
 .postWrap article{
	color: #fff;
}
 .postWrap article .postDate{
margin: 0px;
padding-bottom: 5px;
	font-size: 12px;
	line-height: 1;
	text-align: left;
}
 .postWrap article .postTit{
margin: 0;
font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: 0.5px;
	text-align: left;
	border-bottom: 1px solid #fff;
}
 .postWrap article .post-detail{
	padding: 10px 0;
}
 .postWrap article .post-detail p{
	margin: 0px 0 20px 0;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1px;
}
 .pagingWrap .inner{
	max-width: 100%;
	margin: auto;
}
 .pagingWrap ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
 .pagingWrap ul li a{
	display: block;
	position: relative;
}
 .pagingWrap ul li.prev a{
	padding: 10px 10px 10px 25px;
}
 .pagingWrap ul li.prev a:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #ceb888;
	border-right: solid 2px #ceb888;
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}
 .pagingWrap ul li.next a{
	padding: 10px 25px 10px 10px;
}
 .pagingWrap ul li.next a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #ceb888;
	border-right: solid 2px #ceb888;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
 .pagingWrap ul li .text{
	color: #ceb888;
	font-size: 16px;
}

	 .newsList .postDate{
		font-size: 12px;
	}

	 .news-guide{
		padding: 60px 0;
	}
	 .newsList article:not(:first-child){
		margin-top: 40px;
		padding-top: 40px;
	}

.dl_table{
width: 100%;
display: flex;
flex-wrap: wrap;
}
.dl_table dt{
		width: 100%;
	}
.dl_table dd{
width: 100%;
margin: 0 0 0 0px;
padding: 0;
}
.post-detail h4{
margin: 10px auto 5px auto;
padding: 0;
font-size: 1rem;
text-align: center;
font-weight: bold;
}
.post-detail h4::before{
content: "˖✧＊";
margin-right: 2px;
}
.post-detail h4::after{
content: "＊✧˖";
margin-left: 2px;
}
.post-detail h5{
margin: 0 auto 10px auto;
padding: 5px 0;
font-size: 1rem;
font-weight: bold;
background: #fff;
text-align: center;
border-radius: 20px;
color: #4D3422;
}
.post-detail .gold{
color: #C1A666;
}
.post-detail .red{
color: #C80003;
}
.post-detail .pink{
color: #ff6699;
}
.post-detail .blue{
color: #5FB2EC;
}
.post-detail .orange{
color: #FF8C20;
}
.post-detail .green{
color: #47C996;
}
.post-detail .purple{
color: #B9A4D4;
}
.post-detail p{
text-align: center;
font-size: 14px;
line-height: 180%;
}

.post-detail p{
text-align: center;
font-size: 14px;
line-height: 180%;
}

.post-detail p.kome{
font-size: 11px;
line-height: 160%;
}
.post-detail .days{
text-align: center;
font-size: 1rem;
font-weight: bold;
line-height: 200%;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
padding: 10px 0;
margin: 0px 0px 10px 0px;
}
.post-detail .gentei{
text-align: center;
font-size: 1rem;
font-weight: bold;
line-height: 200%;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
padding: 10px 0;
margin: 0px 0px 10px 0px;
}
.mb30{
margin-bottom: 30px;
}
.mb50{
margin-bottom: 50px;
}

.post-detail .set_table{
width: 100%;
margin: auto;
padding: 0;
border: 1px solid #fff;
border-collapse: collapse;
font-size: 14px;
}
.post-detail .set_table th{
display: block;
width: auto;
margin: 0;
padding: 10px 5px;
text-align: center;
border: 1px solid #fff;
}
.post-detail .set_table td{
display: block;
width: auto;
margin: 0 0 0 0px;
padding: 10px 5px;
text-align: center;
border: 1px solid #fff;
}
.post-detail .service_li{
margin: 0px auto;
padding: 10px;
background: #E2FDFF;
}
.post-detail .service_li li{
margin: 0px auto;
padding: 0;
text-align: left;
font-size: 0.9rem;
color: #4D3422;
}

.event_block .event_box{
margin: 0px auto 20px auto;
text-align: center;
}


.other_block{
margin: 0 auto 0px auto;
width: 100%;
height: auto;
padding: 0;
background: url("/fukuro/topImage/bg_ft.jpg") repeat;
overflow: hidden;
position: relative;
}
.other_block .link_list{
width: 90%;
margin: 50px auto 50px auto;
padding: 0;
display: flex;
flex-wrap: wrap;
}
.other_block .link_list li{
margin: 0px auto 10px auto;
padding: 0;
width: 100%;
border:1px solid #B99C77;
text-align: center;
}
.other_block .link_list li.price_link{
background: url("image/link_bg01.jpg") no-repeat center center;
background-size: cover;
}
.other_block .link_list li.cast_link{
background: url("image/link_bg02.jpg") no-repeat center center;
background-size: cover;
}
.other_block .link_list li.recruit_link{
background: url("image/link_bg03.jpg") no-repeat center center;
background-size: cover;
}
.other_block .link_list li a{
width: 100%;
height: 100%;
line-height: 100%;
display: block;
text-decoration: none;
background: hsla(0,0%,0%,0.80);
  color: #B99C77;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: 'Italianno', cursive, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 2.5rem;
}
.other_block .link_list li a span{
font-size: 0.9rem;
}
.other_block .link_list li a:hover{
background: hsla(0,0%,0%,0.60);
}
