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

h2{
font-family: 'Noto Serif JP', serif;
}

p{
font-family: 'Noto Sans JP', sans-serif;
}

img{
width: 100%;
}

/*固定する背景*/
.parallax-bg {
 /* background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;*/
}
/*各背景の画像*/
.block01 {
}
.block02 {
}
.block03 {
}
.block04 {
}
.block05 {
}

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



.block01{
margin: 0;
padding: 0;
width: 100%;
height: 90vh;
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;
background: url("topImage/bg01.png") center center;
}
.block01 .main_catch{
height: auto;
width:70%;
position: absolute;
text-align: center;
z-index: 10;
font-size: 34px;
font-weight: bold;
letter-spacing: 10px;
margin: -40px auto 0px auto;
font-family: "Century Gothic", sans-serif;
}
.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: 15vh;
}
.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); }
}

.block01 .oshirase{
position: absolute;
z-index: 100;
width: 92%;
height:auto;
bottom: 1vh;
background: rgba(255,255,255,0.50);
font-size: 10px;
line-height: 140%;
padding: 10px 0;
text-align: center;
margin: 0px auto;
}
.block01 .oshirase h4{
margin: 0px auto 5px auto;
font-size: 14px;
font-weight: bold;
}
.block01 .oshirase span.days{
font-size: 14px;
font-weight: bold;
margin: 5px auto;
text-decoration: underline;
}


.block02{
margin: 0;
padding: 30px 0px;
width: 100%;
height: auto;
overflow: hidden;
display: -webkit-flex; /* Safari */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #000 url("../topImage/hr01.png") bottom center no-repeat;
background-size: 200%;
}
.block02 #bg,
.block02 #bokeh,
.block02 #fog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
/*.block02 #bokeh,
.block02 #fog {
  display: none;
}*/
.block02 .main{
display: -webkit-flex; /* Safari */
  display: flex;
  flex-direction: column;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  height: 100%;
}
.block02 h2{
font-size: 60px;
letter-spacing: 10px;
text-align: center;
color: #fff;
margin: 0px auto;
font-family: "Italianno", cursive;
font-style: normal;
font-weight: normal;
width: 100%;
}
.block02 h3{
font-size: 35px;
text-align: center;
color: #fff;
margin: 20px 0px;
font-family: "Italianno", cursive;
font-style: normal;
font-weight: normal;
width: 100%;
}
.block02 h4{
font-size: 25px;
color: #bb9e79;
text-align: center;
margin: 20px 0px;
font-family: "Italianno", cursive;
font-style: normal;
font-weight: normal;
width: 100%;
}
.block02 p{
font-size: 14px;
line-height: 200%;
text-align: center;
color: #fff;
margin: 10px 0px 50px 0px;
font-family: "Italianno", cursive, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-style: normal;
font-weight: normal;
width: 100%;
}
/*
#prog {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #fff;
  z-index: 5;
  transition: 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  opacity: 0;
}

#prog.show {
  opacity: 1;
}
*/
@keyframes down {
  0% {
    top: 65px;
    height: 0;
  }
  33% {
    top: 65px;
    height: 40px;
  }
  66% {
    top: 105px;
    height: 0;
  }
  100% {
    top: 105px;
    height: 0;
  }
}

#wrap {
  position: relative;
  z-index: -3;
}

.view {
  height: 50vh;
  position: relative;
  overflow: hidden;
}

.block02 .movie_link{
width: 200px;
margin: 0px auto 30px auto;
}
.block02 .movie_link a{
display: block;
color: #4D3421;
background: #fff;
background-image:url("../commonImage/movie_icon01.svg");
background-repeat: no-repeat;
background-size: 20px;
background-position: 15px 10px;
text-align: center;
text-decoration: none;
padding: 10px 0px;
transform: 0.5s;
font-family: "Italianno", cursive, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-size: 14px;
letter-spacing: 2px;
}
.block02 .movie_link a:hover{
color: #fff;
background: #bb9e79;
}
/*
.inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 90%;
  max-width: 1100px;
  height: auto;
}

.inner h2 {
  font-family: "EB Garamond";
  font-size: 220%;
  letter-spacing: 0.04em;
  font-weight: 400;
}

#concept {
  position: relative;
  overflow: hidden;
}

#water,
#wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 2s;
}

#water.hide,
#wave.hide {
  opacity: 0;
  visibility: hidden;
}*/

.block03{
margin: 0;
padding: 0;
width: 100%;
height: auto;
overflow: hidden;
position: relative;
}

.block03 .swiper-container{
text-align: center;
margin: 0px auto;
}
.block03 .swiper-container .swiper-slide{
width: auto;
height: 100%;
}
.block03 .swiper-container .swiper-slide .slide-img{
height: 100%;
}
.block03 .swiper-container .swiper-slide img{
width: auto;
height: 100%;
}


.block03 ul{
margin: 50px auto 50px auto;
width: 80%;
display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
  flex-wrap: wrap;
}
.block03 ul li{
width: 100%;
}
.block03 ul li img{
width: 100%;
}

.block03 a{
display: block;
text-decoration: none;
color: #000;
font-weight: bold;
}
.block03 a:hover{
color: #9C9C9C;
transition: .3s;
}

/* video */
.video{
  width: 100%;
  height: 100vh;
  background: url(../img/kv-alternative.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.video::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #10394b;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .3;
}

.video video{
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}


.block04{
margin: 0;
width: 100%;
padding: 20px 0;
height: 40vh;
overflow: hidden;
position: relative;
background: url('../topImage/bg04.jpg') right;
background-size: cover;
}

.block05{
margin: 0;
width: 100%;
height: auto;
background: #4d3421 url("../topImage/hr02.png") top center no-repeat;
background-size: 200%;
overflow: hidden;
position: relative;
display: flex;
flex-direction: column;
}
.block05 .box01 {
	width: 100%;
	margin: 40px auto 80px auto;
	background: url("../topImage/bg05.png") no-repeat bottom;
background-size: 100%;
min-height: 200px;
}
.block05 .box01 img{
width: 100%;
}
.block05 .box02{
	width: 100%;
	margin: 0px auto 80px auto;
	background: url("../topImage/bg06.png") no-repeat bottom;
background-size: 100%;
min-height: 200px;
}
.block05 .box02 img{
width: 100%;
}
.block05 h2{
text-align: center;
font-size: 60px;
font-family: "Italianno", cursive;
font-style: normal;
font-weight: normal;
color: #bb9e79;
letter-spacing: 5px;
margin: 80px auto 10px auto;
}
.block05 .room_list{
display: flex;
text-align: center;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
margin: 0px auto 30px auto;
padding: 0;
}
.block05 .room_list li{
width: 100%;
margin: 0 auto 50px auto;
padding: 0;
}
.block05 .room_list li .room_img{
width: 100%;
height: 200px;
margin: 0px auto 5px auto;
overflow: hidden;
position: relative;
}
.block05 .room_list li .room_img img{
width: 100%;
}

.block05 .room_list li h3{
text-align: center;
font-size: 40px;
font-family: "Italianno", cursive;
font-style: normal;
font-weight: normal;
color: #bb9e79;
letter-spacing: 3px;
margin: -10px auto -10px auto;
line-height: 140%;
padding: 0;
}
.block05 .room_list li p{
text-align: left;
font-size: 13px;
line-height: 160%;
color: #fff;
}
.block05 .more_link{
width: 200px;
margin: 20px auto 50px auto;
}
.block05 .more_link a{
display: block;
color: #4D3421;
background: #fff;
text-decoration: none;
padding: 10px 0px;
transform: 0.5s;
font-family: "Italianno", cursive;
font-style: normal;
font-weight: normal;
font-size: 24px;
text-align: center;
letter-spacing: 2px;
}
.block05 .more_link a:hover{
color: #fff;
background: #bb9e79;
}


.block06{
margin: 0;
width: 100%;
background:url("../topImage/bg06_01.png");
background-size: cover;
position: relative;
overflow: hidden;
}
.block06 .filter{
 background: linear-gradient(rgba(0,0,0,0.10), rgba(0,0,0,1.0));
}
.block06 .main{
position: relative;
z-index: 10;
}
.block06 h2{
text-align: center;
font-size: 60px;
font-family: "Italianno", cursive;
font-style: normal;
font-weight: normal;
color: #fff;
letter-spacing: 5px;
margin: 50px auto 30px auto;
}
.block06 .cast_btn{
width: 90%;
margin: 30px auto 100px auto;
}
.block06 .cast_btn img{
width: 100%;
}


.block07{
margin: 0 auto 0px auto;
width: 100%;
height: auto;
padding: 0;
background: url("../topImage/bg_ft.jpg") repeat;
overflow: hidden;
position: relative;
}
.block07 .map_block{
width: 90%;
margin: 100px auto;
overflow: hidden;
display: flex;
flex-wrap: wrap;
}

.block07 .map_block .map{
width: 100%;
margin: 0px;
padding: 0;
overflow: hidden;
}
.block07 .map_block .map iframe{
width: 100%;
}

.block07 .map_block .access_box{
width: 100%;
height: 250px;
background: #fff;
}
.block07 .map_block .access_box h3{
text-align: left;
font-size: 40px;
font-family: "Italianno", cursive;
font-style: normal;
font-weight: normal;
color: #bb9e79;
letter-spacing: 3px;
margin: 10px auto 0px 30px;
line-height: 140%;
padding: 0;
}
.block07 .map_block .access_box p{
text-align: left;
font-size: 14px;
line-height: 200%;
width: 80%;
margin: 0px auto 20px auto;
}
.block07 .map_block .access_box .map_link{
width: 80%;
margin: 20px auto 20px auto;
text-align: center;
}
.block07 .map_block .access_box .map_link a{
display: block;
border: 1px solid #bb9e79;
text-decoration: none;
padding: 15px 0px;
color: #bb9e79;
font-size: 13px;
}
.block07 .map_block .access_box .map_link a:hover{
background: #bb9e79;
color: #fff;
}


.block08{
margin: 0 auto 50px auto;
width: 100%;
height: auto;
padding: 0;
background: url("../topImage/bg_ft.jpg") repeat;
border-top: 1px solid #fff;
position: relative;
overflow: hidden;
}
.block08 .footer{
width: 100%;
margin: 50px auto;
}

.footer .footer_logo{
width: 240px;
margin: 0px auto 20px auto;
}
.footer .footer_logo img{
width: 100%;
}
.footer .bnr{
width: 220px;
margin: 0px auto 20px auto;
}
.footer .bnr img{
width: 100%;
}
.footer .footer_link{
text-align: center;
font-size: 13px;
margin: 10px auto;
}
.footer .footer_link a{
color: #fff;
}

.footer .footer_sns{
width: 80%;
display: flex;
justify-content: space-between;
margin: 20px auto;
padding: 0;
}
.footer .footer_sns li{
width: 30px;
margin: 0px auto;
padding: 0;
}
.footer .footer_sns li img{
width: 100%;
}


.page_top{
position: absolute;
right: 20px;
bottom: 20px;
width: 50px;
height: 50px;
}

/*---------フローティングバナー---------*/
.top_side_banner {
    position: fixed;
    margin: 0px 0px;
    z-index: 99998;
    bottom: 1%;
    left: 0%;
    width: 130px;
    border-radius: 15px;
}
.top_side_banner a {
    text-decoration: none;
}

.top_side_banner .top_side_banner-icon {
    color: #f8f8f8;
    font-size: 40px;
}

.top_side_banner .top_side_banner-back {
    width: 5%;
}
.top_side_banner .top_side_banner-bottom {
    padding: 25px 0px 30px 0px;
    line-height: 1.6;
}

.top_side_banner .top_side_banner-body {
    width: 130px;
    text-align: center;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}
.top_side_banner .top_side_banner-body:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
}

.top_side_banner .top_side_banner-close {
    font-weight: bold;
    position: absolute;
    top: -2px;
    right: -4px;
    z-index: 99999;
    padding: 4px 8px;
    border: none;
    background-color: #f8f8f8;
    border-radius: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}

.top_side_banner-body img{
    width: 100%;
}


