.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: 2px;
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("../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("../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;
}

.info_block{
width: 100%;
margin: 0px auto;
text-align: center;
}
.info_block .info{
margin: 50px auto 50px auto;
width: 100%;
border-top: 1px solid #fff;
display: flex;
flex-wrap: wrap;
}
.info_block .info dt{
margin: 0;
padding: 15px 0;
width: 30%;
border-bottom: 1px solid #fff;
color: #fff;
font-size: 16px;
font-weight: bold;
line-height: 160%;
}
.info_block .info dd{
margin: 0;
padding: 15px 5%;
width: 60%;
text-align: left;
font-size: 16px;
border-bottom: 1px solid #fff;
color: #fff;
line-height: 160%;
}
.info_block h3{
text-align: center;
font-size: 24px;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
letter-spacing: 3px;
color: #B99C77;
border-bottom: 1px solid #B99C77;
display: inline-block;
margin: 30px auto 20px auto;
}
.info_block .time{
width: 90%;
margin: 0px auto 30px auto;
border: 1px solid #B99C77;
border-collapse: collapse;
}
.info_block .time th{
width: 50%;
border: 1px solid #B99C77;
background: #B99C77;
font-size: 18px;
text-align: center;
padding: 5px 0px;
}
.info_block .time th:nth-child(1){
border-right: 1px solid #fff;
}
.info_block .time td{
width: 50%;
border: 1px solid #B99C77;
background: #fff;
font-size: 18px;
text-align: center;
padding: 5px 0px;
}



.price_block{
margin: 0 auto 0px auto;
width: 100%;
height: auto;
padding: 0;
background: url("../topImage/bg_ft.jpg") repeat;
overflow: hidden;
position: relative;
}
.contents .box01 {
	width: 100%;
	margin: 100px auto 80px auto;
	background: url("../topImage/bg05.png") no-repeat bottom;
background-size: 100%;
min-height: 400px;
}
.contents .box01 img{
width: 100%;
}
.contents .box02{
	width: 100%;
	margin: 0px auto 80px auto;
	background: url("../topImage/bg06.png") no-repeat bottom;
background-size: 100%;
min-height: 400px;
}
.contents .box02 img{
width: 100%;
}
.contents h2{
text-align: center;
font-size: 60px;
font-family: 'Italianno', cursive;
color: #bb9e79;
letter-spacing: 5px;
margin: 50px auto 10px auto;
}

.contents .room_list{
display: flex;
text-align: center;
justify-content: space-between;
align-items: center;
margin: 0px auto 30px auto;
padding: 0;
}
.contents .room_list li{
width: 30%;
margin: 0;
padding: 0;
}

/*
.contents .box01 .room_flex{
width: 100%;
margin: 0px auto 30px auto;
padding: 0;
position: relative;
display: flex;
}

.contents .box02 .room_flex{
width: 100%;
margin: 0px auto 30px auto;
padding: 0;
position: relative;
display: flex;
flex-direction: row-reverse;
}*/

.contents .room_img{
width: 100%;
height: 250px;
margin: 0px auto 10px auto;
overflow: hidden;
position: relative;
bottom: 80%;
}
.contents .room_img img{
width: 100%;
}
.contents .box01 .room_cap{
width: 100%;
z-index: 1;
margin: 0 auto 0 auto;
padding: 0;
}
.contents .box02 .room_cap{
width: 100%;
z-index: 1;
margin: 0 auto 0 auto;
padding: 0;
overflow: hidden;
}
.contents .room_cap h3{
font-size: 50px;
font-family: 'Italianno', cursive;
color: #bb9e79;
letter-spacing: 1px;
margin: 30px auto 10px auto;
text-align: center;
line-height: 100%;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.contents .room_cap h3 .subtitle{
width: 100%;
font-size: 14px;
margin: 0px auto 0px auto;
}

.contents .room_cap p{
text-align: left;
font-size: 12px;
line-height: 160%;
color: #fff;
}
.contents .room_cap .price{
width: 100%;
margin: 0px auto;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
text-align: left;
font-size: 14px;
line-height: 160%;
}
.contents .room_cap .price dt{
width: 100%;
margin: 0 0 0px 0;
font-size: 1rem;
line-height: 160%;
border-bottom: 1px solid #fff;
background: #B99C77;
color: #fff;
text-align: center;
padding: 10px 0px;
}
.contents .room_cap .price dd{
width:  100%;
margin: 0 0 0px 0;
padding: 12px 3%;
text-align: center;
font-size: 1rem;
line-height: 160%;
border-bottom: 1px solid #B99C77;
background: #fff;
color: #000;
}

.contents .price_table{
width: 100%;
margin: 50px auto 0px auto;
padding: 0;
font-size: 14px;
line-height: 160%;
border-collapse: collapse;
}
.contents .price_table th{
margin: 0 0 0px 0;
font-size: 1rem;
line-height: 160%;
border-bottom: 1px solid #fff;
background: #B99C77;
color: #fff;
text-align: center;
padding: 15px 0px;
}
.contents .price_table td{
margin: 0 0 0px 0;
padding: 12px 3%;
text-align: left;
font-size: 1rem;
line-height: 160%;
border: 1px solid #B99C77;
background: #fff;
color: #000;
}

.price_block .creditCard{
text-align: center;
font-size: 16px;
color: #B99C77;
}
.price_block .kome{
text-align: center;
font-size: 13px;
color: #B99C77;
}


.other_block{
margin: 0 auto 0px auto;
width: 100%;
height: auto;
padding: 0;
background: url("../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:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 300;
  font-size: 2rem;
}
.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);
}
