

/***********************************************
LOADIONG
***********************************************/
#middlePad {
  padding-bottom: 60px;
}

#loading{
	position: absolute;
	width:100%;
	text-align: center;
	top:0;
	bottom:0;
	margin:auto;
	height:80px;
}
#loader-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 1;
}

#main-contents{
  /* display: none; */
  position: relative;
  overflow: hidden;
}

/***********************************************
全体共通
***********************************************/

html {
  word-wrap: break-word;
}

body{
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

body,html{
  width:100%;
  height:100%;
}

body.bd_act::after{
  content:"";
  display: block;
  position: fixed;
  z-index: 9997;
  top:0;
  border:30px solid #Fff;
  height:calc(100vh - 60px);
  width:calc(100% - 60px);
  animation: animateX 0s ease-in-out 0s;
  pointer-events: none;
}

@keyframes animateX {
	0% {opacity: 0;}
	100% {opacity: 1;}
}


h2{
  font-family: 'EB Garamond', serif;
}

.fade-in {
opacity: 0;
/*transform: translateY(20px);*/
transition: all 0.75s cubic-bezier(0.75, 0, 0.35, 1);
}

.wrap{
  width:100%;
  margin:0 auto;
}

a{
  color:#000;
  transition: .3s;
}

a:hover{
  transition: .3s;
}

.copy{
  font-size: 10px;
  text-align: center;
  margin:10px 0;
  color:#000;
  line-height: 1.4;
}

img{
  max-width: 90%;
}

.pc{
  display: block;
}

.sp{
  display: none;
}

.phoneInfoWrap {
  position: relative;
  top: 25px;
}
.phoneInfoWrap p {
  font-size: 12px;
}

/***********************************************
max-width 1023px
***********************************************/

@media screen and (max-width: 1100px) {
	.pc{
	  display: none;
	}

	.sp{
	  display: block;
	}

	body.bd_act::after{
	  display: none;
	}

	/* body::after{
	  content:"";
	  display: block;
	  position: fixed;
	  z-index: 9997;
	  top:0;
	  height:calc(100vh - 60px);
	  width:calc(100% - 30px);
	  border:15px solid #Fff;
	  border-top:45px solid #Fff;
	  z-index: 99999999;
    pointer-events: none;
	} */

	.copy{
	  padding-bottom: 30px;
	}
}


/***********************************************
HEADER
***********************************************/
/* header .logo{
  position: fixed;
  top:50px;
  left:50px;
  z-index: 9999;
}

header .logo img{
  width:69px;
}

header nav{
  position: fixed;
  top:50px;
  right:0px;
  z-index: 99999999999;
  border-top:1px solid #fff;
  border-left:1px solid #fff;
}

header nav ul li a{
  color:#fff;
  font-family: 'EB Garamond', serif;
  display: block;
  padding:10px 100px 8px 15px;
  letter-spacing: .2em;
  position: relative;
  border-bottom:1px solid #fff;
  font-size: 14px;
  box-sizing: border-box;
  background: rgba(0,0,0,0.6);
}


header nav ul li a:hover{
 	background: #fff;
 	color:#222;
}

.hideEl {
  display: none;
}

.footerP1 {
  font-size: 12px;
  text-align: center;
  padding-bottom: 0;
  margin-top: 25px;
}

.footerP2 {
  font-size: 11px;
  text-align: center;
  padding-bottom: 0;
  margin-top: 25px;
}

.footerPa {
  text-decoration-line: underline;
  font-size: 11px;
} */


/***********************************************
max-width 1023px
***********************************************/

/* @media screen and (max-width: 1023px) { */

  #loading img{
    width:40px;
  }

  /* header .logo {
    top: 10px !important;
    left: 20px !important;
  } */

  /***独自ハンバーガー***/
  /* .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
	  position: fixed;
	  width: 37px;
	  height: 20px;
	  right:15px;
	  top:12px;
	  z-index: 99999999999;
  }

  .menu-trigger span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 2px;
	  background-color: #9fa0a0;
	  border-radius: 4px;
  }

  .menu-trigger p{
    font-size:11px;
    margin-top:25px;
    margin-left:-5px;
    color:#fc896f;
    display: none;
  }

  .menu-trigger span:nth-of-type(1) {
  	top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
  	top: 9px;
  }

  .menu-trigger span:nth-of-type(3) {
  	bottom: 0;
  }

  .menu-trigger.active span:nth-of-type(1) {
	  -webkit-transform: translateY(8px) rotate(-45deg);
	  transform: translateY(8px) rotate(-45deg);
  }

  .menu-trigger.active span:nth-of-type(2) {
  	opacity: 0;
  }

  .menu-trigger.active span:nth-of-type(3) {
	  -webkit-transform: translateY(-10px) rotate(45deg);
	  transform: translateY(-10px) rotate(45deg);
  }

  body.bd_act::after{
    height:calc(100vh - 30px);
    width:calc(100% - 30px);
  }

  header .logo{
    top:10px;
    left:15px;
    z-index: 99999999999;
  }

  header .logo img{
    width:80px;
  }

  header nav{
    top:45px;
    left:15px;
    z-index: 99999999999;
    border-top:none;
    border-left:none;
    width:calc(100% - 30px);
    background-color: #eee;
    display: none;

  }

  header nav ul li{
    width:100%;
  }

  header nav ul li a{
    padding:50px 0px 48px 0px;
    letter-spacing: .2em;
    position: relative;
    border-bottom:none;
    font-size: 18px;
    box-sizing: border-box;
    color:#000;
    text-align: center;
    width:100%;
    background: #eee;
    border-bottom: 1px solid #fff;
  }
} */


.mobileShow {
  display: none;
  height: 60px;
  width: 100%;
}

.mobileShow a {
    font-size: 18px !important;
    cursor: pointer;
    margin: auto;
    color: white;
    padding: 24px;
    text-align: center;
    display:block;
    /*text-decoration: none !important;*/
    margin:0 auto;
    color: white ;
}


/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* .mobileShow {
    display: block;
    position: fixed;
    bottom: 0;
    margin: auto;
    z-index: 9999999;
    background-color: black;
    opacity: 0.8;
    color: white;
  } */
}


/***********************************************
TOP
***********************************************/

#top{
  position: relative;
}


#top main{
  height:150vh;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  display: block;
}

#top h2 .blanchette {
  font-size: 16px;
}

#top main p.logo img{
  width:243px;
  position: absolute;
  left:0;
  right:0;
  top:35vh;
  margin:auto;
}

#top main p.scroll{
  width:68px;
  color:#fff;
  margin:0 auto;
}

/***********************************************
IE edge ハック
***********************************************/


/*IEハック*/
@media all and (-ms-high-contrast: none){

  #top main p.scroll{
    width: 53px;
  }

  #restaurant main .txtArea {
    position: relative !important;
  }

  #restaurant .cont_bg {
    position: relative;
  }
}

/*EDGEハック*/
@supports (-ms-ime-align: auto) {
	#top main p.scroll{
	  width: 53px;
	}
}

#top main p.scroll span{
  position: absolute;
  top:85vh;
}

.bg-switcher {
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}


#top main p.scroll span::after{
  content:"";
  height:100px;
  width:1px;
  background: #fff;
  display: block;
  margin:10px auto 0;
  animation:heightbd 1.5s infinite ease normal;
}

@keyframes heightbd {
	0% {height:0;margin-bottom:100px;}
	100% {height:100px;}
}


#top main p.scroll span a{
  color:#fff;
  font-family: 'EB Garamond', serif;
  font-size: 26px;
  letter-spacing: .1em
}

#top section{
  height:150vh;
  position: relative;
  border-right:30px solid #Fff;
  border-left:30px solid #Fff;
  box-sizing: border-box;
 
}

#top .cont_bg{
  position: absolute;
  top:-50vh;
  z-index: 9997;
  left:-30px;
}

#top .bg_up{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 50vw 50vh 50vw;
	border-color: transparent transparent #ffffff transparent;
}

#top .bg_down{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50vh 50vw 0 50vw;
	border-color:#ffffff  transparent transparent transparent;

}

#top .cont{
  position: absolute;
  top:-25vh;
  z-index: 9998;
  width:60%;
  text-align: center;
  left:0;
  right:0;
  margin:auto;
}

#top .cont h2{
  font-size: 26px;
  margin-bottom: 20px;
  letter-spacing: .3em;
}

#top .cont .sub_ttl{
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 30px;
  letter-spacing: .3em;
}

#top .cont .cont_txt{
  font-size: 13px;
  line-height: 2.3;
  margin-bottom: 20px;
}


#top .sec01{
  background: url(../img/top/sec01_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

#top .sec01 .cont_img img{
  width:200px;
  margin-top: 80px;
}

#top .sec02 .cont_img img{
  width: 325px;
}
#top .sec03 .cont_img img{
  width: 325px;
}

#top .sec04 p.ownerPic{
  width: 200px !important;
}

#top .sec04 .cont_img video{
  width: 400px;
}

#top .sec02{
  background: url(../img/top/sec02_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

#top .sec02 .cont{
  top:-34vh;
}

#top .sec02 .cont .sub_ttl{
  font-size: 14px;
}

#top .learnClick {
  color: #b33939;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
  padding-top: 20px;
  text-align: center;
  cursor: pointer;
}

#top .learnClick a {
  color: #b33939;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 10px;
  text-align: center;
  cursor: pointer;
}

#top .learnClick a span {
  position: relative;
  color: #fff;
  top: 5px;
  padding: 4px 0;
  border-radius: 50%;
}

#top .learnClick a span img {
  width: 25px; 
  height: 25px;
}


#top .sec03{
  background: url(../img/top/sec03_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 200px;
}

#top .sec06{
  background: url(../img/top/sec06_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

#top .sec04{
  background: url(../img/top/sec04_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  height:50vh;
}

#top .sec04 .inner{
  display: flex;
  justify-content: space-between;
}

#top .sec04 .cont_txt{
  margin-left: 0;
  width: 75%;
  font-size: 11px;
  margin: auto;
  text-align: center;
}

#top .sec04 .cont_txt p{
  margin-bottom: 40px;
}

#top .sec04 .cont_txt dt{
  font-size: 16px;
}

#top .sec04 .cont_txt dd{
  font-size: 14px;
}

#top .sec05{
  background: url(../img/top/sec04_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  height:200vh;
  position: relative;
}

#top .sec05 .bg{
  background: rgba(0,0,0,0);
  width:100%;
  height:100%;
  position: absolute;
  bottom:0;
  z-index: 9997;

}

#top .sec05 img{
  position: absolute;
  bottom:100vh;
  width:560px;
  left:0;
  right:0;
  margin:auto;
  display: none;
  z-index: 9999;
}

#top .mapWrap {
  padding-top: 50px;
  background-color: #fff; 
  width: 100%; 
  position: relative;
  z-index: 9999;
}

#top .mapWrap .mapContainer {
  background-color: #fff; 
  height: 100%; 
  width: 1200px; 
  margin: 0 auto !important;
}

#top .mapWrap .mapContainer h2 {
  text-align: center;
  font-family: 'EB Garamond', serif;
  font-size: 26px;
  letter-spacing: .3em;
}

#top .mapWrap .mapContainer .infoItems {
  margin: auto;
  padding-bottom: 25px;
  width: 640px;
  line-height: 2;
}
#top .mapContainer .infoItems p {
  font-family: 'EB Garamond', serif;
  font-size: 16px;
  letter-spacing: normal;
}
#top .mapWrap .mapContainer #informationItems dl {
  display: flex;
  color: #2d3436;
  border-top: 1px solid #535c68;
  padding: 10px 5px;
  line-height: 1.5;
}
#top .mapWrap .mapContainer #informationItems dl:nth-child(4) {
  border-bottom: 1px solid #535c68;
}
#top .mapWrap .mapContainer #informationItems .specs2info {
  font-size: 13px;
}
#top .mapWrap .mapContainer #informationItems dl dt {
  width: 165px;
  font-weight: bold;
}
#top .mapWrap .mapContainer #informationItems dl dd {
  width: 100%;
  display: flex;
}
#top .mapWrap .mapContainer #informationItems dl dd {
  border-bottom: 0;
}
#top .mapWrap .mapContainer #informationItems dl dd img {
  margin-right: 10px;
}
#top .mapWrap .mapContainer #informationItems p span {
  font-weight: 700;
  color: black;
}
#top .mapWrap .mapContainer #informationItems p.news-btn-wrap {
    text-align: center;
    font-size: 13px;
}
#top .mapWrap .mapContainer #informationItems p.news-btn-wrap img.news-btn-l {
    margin-left: 10px;
    position: relative;
    top: 7px;
    width: 25px;
}


#top .mapWrap .mapContainer .areaItems {
  margin: 50px auto;
  margin-bottom: 0;
  width: 100%;
  line-height: 2;
}
#top .mapContainer .areaItems ul {
  display: flex;
  margin-top: 15px;
  border-bottom: 1px solid #2d3436;
  padding-bottom: 100px;
  flex-wrap: wrap;
}
#top .mapContainer .areaItems ul li {
  width: 33.33333%;
  text-align: center;
  margin-bottom: 50px;
}
#top .mapContainer .areaItems ul li .body-info {
  height: 200px;
  padding-top: 78%;
}
#top .mapContainer .areaItems ul li .body-info-1 {
  width: 100%;
  background-image: url(../img/top/area_img1.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
}
#top .mapContainer .areaItems ul li .body-info-2 {
  width: 100%;
  background-image: url(../img/top/area_img2.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
}
#top .mapContainer .areaItems ul li .body-info-3 {
  width: 100%;
  background-image: url(../img/top/area_img3.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
}
#top .mapContainer .areaItems ul li .body-info-4 {
  width: 100%;
  background-image: url(../img/top/area_img4.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
}
#top .mapContainer .areaItems ul li .body-info-5 {
  width: 100%;
  background-image: url(../img/top/area_img5.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
}
#top .mapContainer .areaItems ul li .body-info-6 {
  width: 100%;
  background-image: url(../img/top/area_img6.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
}
#top .mapContainer .areaItems ul li .b-title {
  text-align: left;
  font-weight: bold;
  padding-left: 10px;
  font-size: 16px;
}
#top .mapContainer .areaItems ul li .b-txt {
  text-align: left;
  padding: 0 10px;
  font-size: 13px;
}
#top .mapContainer .areaItems ul li .map-link {
  background-color: #fff;
  display: inline-block;
  border: 1px solid #ccc;
  text-align: center;
  color: #000;
  padding: 3px 35px;
  font-size: 14px;
}


#top .seperator {
    margin-top: 75px;
    background-color: #000;
    height: 1px;
    width: 100%;
}

#top .mapWrap .mapContainer #accessItems {
  padding-top: 50px ;
  padding-bottom: 0;
}


#top .mapWrap .mapContainer #map {
  padding-top: 50px;
  width: 100%;
  height: 400px;
}


.reserv-btn-wrap {
    position: relative;
  width: 400px;
  text-align: center;
  margin: auto;
  padding: 75px 0 0 0;
}
.reserv-btn-wrap
img.logo-header{
    width: 69px;
    margin-bottom: 25px;
}
.reserv-btn-wrap
h2.reserv-header-txt {
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 3px;
}
.reserv-btn-wrap
h2.reserv-header-sub-txt {
    font-size: 18px !important;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 3px;
}
.reserv-btn-wrap
img {
    max-width: 100%;
}
.reserv-btn-wrap p.plan-info {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 15px;
}

.btn-wrap {
    width: 100%;
    margin-top: 15px;
}
.btn-wrap .btn {
    display: block;
    padding: 20px 0;
    width: 100%;
    margin: 0 auto;
    font-size: 17px;
    text-align: center;
    border: 1px solid #ccc;
    transition: .3s;
    position: relative;
    z-index: 9999;
    margin-top: 15px;
}

/***********************************************
min-width 1200px
***********************************************/


@media screen and (min-width: 1200px) , screen and (min-height: 1024px) {


  #top #sec01 {
    top: -24vh;
  }

  #top .sec02 .cont {
    top: -24vh;
  } 

  #top .sec03 .cont {
    top: -24vh;
  }

  #top #sec04 {
    top: -20vh;
  }

  #top .sec04 .cont_txt p {
    margin-bottom: 15px; 
  }

  #top .sec02 .sub_ttl {
    text-align: center;
    margin: auto;
    width: 85%;
  }

  #top .sec02 .cont_txt {
    text-align: center;
    margin: auto;
    width: 85%;
    margin-bottom: 20px;
  }  

  #top .sec03 .cont_txt {
    text-align: center;
    margin: auto;
    width: 85%;
    margin-bottom: 20px;
  }

  #top .sec04 .pc {
    margin-left: 50px;
  }

  #ownerMes {
    /*margin-right: 50px !important;*/
  }

  #top .cont{
    width:800px;
  }

  #top .cont_bg{
    position: absolute;
    top:-50vh;
    z-index: 9997;
    left:calc(50vw - 630px);
    right:0;
    margin:auto;
  }

  #top .bg_up{
    border-width: 0 600px 50vh 600px;
  }

  #top .bg_down{
    border-width: 50vh 600px 0 600px;
  }

}

@media screen and (min-width: 1200px) , screen and (max-height: 700px) {
  #top #sec04 {
      top: -24vh;
  }
}

@media screen and (max-width: 1199px) {
  #top h2 .blanchette {
   font-size: 12px;
  }

  #top .sec02 .cont {
    top: -27vh;
  }

  #top .sec04 .cont_txt p {
    margin-bottom: 15px; 
  }

  #top .sec04 .pc img {
    width: 200px;
  }

  #top .sec02 .cont .sub_ttl {
    width: 80%;
    margin: auto;
  }

  #top .sec04 .pc {
    margin-left: 0;
    margin-right: 10px;
  }

  #top .sec04 .cont_txt {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }


  #top .sec04 .cont_txt p {
    margin-bottom: 10px;
  }

  #top .mapWrap .mapContainer {
    width: 95%; 
  }
}


/***********************************************
max-width 1100px
***********************************************/

@media screen and (max-width: 1100px){

  /*==========
  Section & bg_center SETTINGS
  */

  #top .sec01 {
    height: 115vh;
  }
  #top .sec01 .bg_center {
    height: 42vh;
  }


  #top .sec02 {
    height: 135vh;
  }
  #top .sec02 .cont {
    top: -31vh;
  }
  #top .sec02 .bg_center {
    height: 65vh;
  }

  
  #top .sec03 {
    height: 125vh;
  }
  #top .sec03 .cont {
    top: -31vh;
  }
  #top .sec03 .bg_center {
    height: 50vh;
  }


  #top .sec04 {
    height: 90vh;
  }
  #top .sec04 .cont {
    top: -31vh;
  }
  #top .sec04 .bg_center {
    height: 60vh;
  }


  #top .sec05 {
    height: 165vh;
  }  
  #top .sec05 .bg {
    height: 100%;
  }


  #top .sec06 {
    height: 120vh;
  }
  #top .sec06 .cont {
    top: -31vh;
  }
  #top .sec06 .bg_center {
    height: 45vh;
  }


  /* OVER 
  ===========*/


  #top .sec04 .cont_txt p {
    margin-bottom: 15px; 
  }

  #top .sec02 .sub_ttl {
    text-align: center;
    margin: auto;
  }

  #top .sec02 .cont .sub_ttl {
    width: 85%;
  }


  #top main p.logo img{
    width:200px;
    position: absolute;
    left:0;
    right:0;
    top:35vh;
    margin:auto;
  }

  #top section{
    height:105vh;
    position: relative;
    border-right:15px solid #Fff;
    border-left:15px solid #Fff;
    box-sizing: border-box;
  }

  #top .cont_bg{
    top:-50vh;
    left:-15px;
  }

  #top .bg_up{
    border-width: 0 50vw 20vh 50vw;
  }

  #top .bg_down{
    border-width: 20vh 50vw 0 50vw;
  }

  #top .bg_center{
    background-color: #fff;
  }

  #top .cont{
    top:-30vh;
    width:95%;
  }

  #top .cont h2{
    font-size: 14px;
    margin-bottom: 25px;
  }

  #top .cont .sub_ttl{
    font-size: 16px;
    margin-bottom: 30px;
  }

  #top .cont .cont_txt{
    font-size: 12px;
    line-height: 2;
    text-align: center;
    margin-bottom: 35px;
  }

  #top .sec04{
    background: url(../img/top/sec04_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    height:50vh;
  }


  #top .sec04 .inner{
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }

  #top .sec04 .cont_txt{
    margin-left: 0px;
    width:100%;
    font-size: 10px;
  }

  #top .sec04 .cont_txt p{
    margin-bottom: 30px;
  }

  #top .sec04 .cont_txt dt{
    font-size: 16px;
  }

  #top .sec04 .cont_txt dd{
    font-size: 14px;
  }

  #top .sec04 p.ownerPic{
  	margin: auto;
  }


  #top .sec05{
    position: relative;
  }

  #top .sec05 .bg{
    background: rgba(0,0,0,0);
    width:100%;
    position: absolute;
    bottom:0;
    z-index: 9997;
  }

  #top .sec05 img{
    position: absolute;
    bottom:35vh;
    width:560px;
    left:0;
    right:0;
    margin:auto;
    display: none;
    z-index: 9998;
  }

  /*背景パララックス*/
  #top section{
    background: none !important;
  }

  #top section::before{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, -1px);
    transform: translate3d(0, 0, -1px);
    width: 100%;
    min-height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 10;
    opacity: 0;
  }

  #top section.sec01,
  #top section.sec02,
  #top section.sec03,
  #top section.sec04,
  #top section.sec05{
    transition: 5s;
  }

  #top section.sec01.sp_act::before {
    background: url(../img/top/sec01_bg_sp.jpg) 50% 50%;
    background-size: 100% auto;
    animation: animateX 1s ease-in-out 0s forwards;
  }

  #top section.sec02.sp_act::before {
      background: url(../img/top/sec02_bg_sp.jpg) 50% 50%;
      background-size: 100% auto;
      animation: animateX 1s ease-in-out 0s forwards;
  }

  #top section.sec03.sp_act::before {
    background: url(../img/top/sec03_bg.jpg) 50% 50%;
    background-size: cover;
    animation: animateX 1s ease-in-out 0s forwards;
  }

  #top section.sec04.sp_act::before {
      background: url(../img/top/sec04_bg.jpg) 70% 50%;
      background-size: cover ;
      animation: animateX 1s ease-in-out 0s forwards;
  }

  #top section.sec05.sp_act::before {
    background: url(../img/top/sec04_bg.jpg) 70% 50%;
    background-size: cover ;
    animation: animateX 1s ease-in-out 0s forwards;
  }

  #top .mapContainer .infoItems {
    width: 480px !important;
  }

  #top .mapWrap .mapContainer #informationItems dl {
    font-size: 12px;
    display: block;
  }  

  #top .mapWrap .mapContainer #informationItems dl dd p {
    padding-top: 5px;
  }

  #top .mapWrap .mapContainer #informationItems dl dd {
    display: block;
  }
  #top .mapWrap .mapContainer #informationItems dl dt {
    padding-bottom: 8px;
  }
  #top .mapWrap .mapContainer #informationItems .specs2info {
    font-size: 11px;
  }
}


@media screen and (max-width: 1024px) and (max-height: 768px) {

  /*==========
  Section & bg_center SETTINGS
  */

  #top .sec01 {
    height: 120vh;
  }
  #top .sec01 .bg_center {
    height: 50vh;
  }


  #top .sec02 {
    height: 140vh;
  }
  #top .sec02 .cont {
    top: -31vh;
  }
  #top .sec02 .bg_center {
    height: 70vh;
  }

  
  #top .sec03 {
    height: 125vh;
  }
  #top .sec03 .cont {
    top: -31vh;
  }
  #top .sec03 .bg_center {
    height: 55vh;
  }


  #top .sec04 {
    height: 55vh;
  }
  #top .sec04 .cont {
    top: -31vh;
  }
  #top .sec04 .bg_center {
    height: 55vh;
  }


  #top .sec06 {
    height: 115vh;
  }
  #top .sec06 .cont {
    top: -31vh;
  }
  #top .sec06 .bg_center {
    height: 45vh;
  }


  /* OVER 
  ===========*/


}

@media screen and (max-width: 768px) and (max-height: 1024px) {

  /*==========
  Section & bg_center SETTINGS
  */

  #top .sec01 {
    height: 120vh;
  }
  #top .sec01 .bg_center {
    height: 50vh;
  }


  #top .sec02 {
    height: 125vh;
  }
  #top .sec02 .cont {
    top: -31vh;
  }
  #top .sec02 .bg_center {
    height: 55vh;
  }

  
  #top .sec03 {
    height: 110vh;
  }
  #top .sec03 .cont {
    top: -31vh;
  }
  #top .sec03 .bg_center {
    height: 42vh;
  }


  #top .sec04 {
    height: 40vh;
  }
  #top .sec04 .cont {
    top: -31vh;
  }
  #top .sec04 .bg_center {
    height: 40vh;
  }


  #top .sec06 {
    height: 105vh;
  }
  #top .sec06 .cont {
    top: -31vh;
  }
  #top .sec06 .bg_center {
    height: 38vh;
  }
}


@media screen and (max-width: 810px) {
  #top .mapContainer .areaItems ul li {
    width: 50%;
    text-align: center;
    margin-bottom: 50px;
  }

  #top .mapContainer .areaItems ul li .body-info {
    height: 200px;
    padding-top: 78%;
  }
}


/***********************************************
  SMART PHONE SCREENS
***********************************************/

@media screen and (max-width: 736px) , screen and (max-height: 414px) {

  #top .sec02 .cont_img img{
    width: 50%;
  }

  #top .sec03 .cont_img img{
    width: 50%;
  }

  #top .sec04 .cont_img img {
    width: 100%;
  }

  #top .sec04 .cont_img video {
    width: 50%;
  }

  .reserv-btn-wrap {
        width: 85%;
    }

    .reserv-btn-wrap
    h2.reserv-header-txt {
        font-size: 18px !important;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 10px;
        letter-spacing: 3px;
    }
    .reserv-btn-wrap
    h2.reserv-header-sub-txt {
        font-size: 16px !important;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 50px;
        letter-spacing: 3px;
    }
    .reserv-btn-wrap p.plan-info {
        font-size: 16px;
        margin-top: 15px;
    }

    .btn-wrap .btn {
        font-size: 16px;
    }

}


@media screen and (max-width: 666px) , screen and (max-height: 375px) {
  
  header nav ul li a {
    padding: 25px 0px 23px 0px;
  }


  #top .sec01 {
    top: -37vh;
    margin-top: 240px;
  }
  #top .sec01 .cont_img img {
    margin-top: 20px;
  }
  #top .sec01 .bg_center {
    height: 95vh;
  }


  #top .sec02 .cont {
    top: -70vh;
    margin-top: 150px;
  }
  #top .sec02 .cont_img img{
    width: 50%;
  }
  #top .sec02 .bg_center {
    height: 155vh;
  }


  #top .sec03{
    margin-top: 325px;
  }
  #top .sec03 .cont {
    top: -35vh;
  }
  #top .sec03 .cont_img img{
    width: 50%;
  }
  #top .sec03 .bg_center {
    height: 110vh;
  }


  #top .cont_bg {
    top: -50vh;
  }
  #top .sec04 .bg_center {
    height: 160vh;
  }
  #top .sec04 .cont_img img {
    width: 100%;
  }
  #top .sec04 .cont_txt dt {
    font-size: 11px;
  }
  #top .sec04 .cont_txt dd {
    font-size: 11px;
  }


  #top .sec05 {
    height: 165vh;
    position: relative;
    margin-top: 350px;
  }
  #top .sec05 img {
    bottom: 47vh;
    width: 55%;
  }


  #top .sec06 {
    margin-top: 200px;
  }
  #top .sec06 .cont {
    top: -35vh;
    width: 95%;
  }
  #top .sec04 .cont_img video {
    width: 50%;
  }
  #top .sec06 .bg_center {
    height: 85vh;
  }
}

@media screen and (max-width: 535px){
  #top .mapContainer .areaItems ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  #top .mapContainer .areaItems ul li .body-info {
    height: 190px !important;
  }
}

@media screen and (max-width: 507px){
/*==========
  Section & bg_center SETTINGS
  */

  #top .sec01 {
    height: 85vh;
  }
  #top .sec01 .bg_center {
    height: 50vh;
  }


  #top .sec02 {
    height: 95vh;
  }
  #top .sec02 .cont {
    top: -50vh;
  }
  #top .sec02 .bg_center {
    height: 68vh;
  }

  
  #top .sec03 {
    height: 95vh;
  }
  #top .sec03 .cont {
    top: -31vh;
  }
  #top .sec03 .bg_center {
    height: 50vh;
  }


  #top .sec04 {
    height: 40vh;
  }
  #top .sec04 .cont {
    top: -31vh;
  }
  #top .sec04 .bg_center {
    height: 80vh;
  }


  #top .sec06 {
    height: 105vh;
  }
  #top .sec06 .cont {
    top: -31vh;
  }
  #top .sec06 .bg_center {
    height: 35vh;
  }


  /* OVER 
  ===========*/

}

@media screen and (max-width: 469px) {
  #top .mapContainer .infoItems {
    width: 80% !important;
  }
}

@media screen and (max-width: 414px){
  header nav ul li a {
    padding: 50px 0px 48px 0px;
  }
  #top .sec01 {
    top: -37vh;
    margin-top: 240px;
    height: 100vh;
  }
  #top .sec01 .cont_img img {
    margin-top: 20px;
  }
  #top .sec01 .bg_center {
    height: 75vh;
  }


  #top .sec02 {
    height: 100vh;
  }
  #top .sec02 .cont {
    top: -37vh;
    margin-top: 25px;
  }
  #top .sec02 .bg_center {
    height: 85vh;
  }


  #top .sec03{
    margin-top: 275px;
    height: 90vh;
  }
  #top .sec03 .cont {
    top: -30vh;
  }
  #top .sec03 .bg_center {
    height: 55vh;
  }


  #top .sec04 {
    height: 100vh;
  }
  #top .cont_bg {
    top: -50vh;
  }
  #top .sec04 .bg_center {
    height: 110vh;
  }
  #top .sec04 .cont_txt dt {
    font-size: 10px;
  }
  #top .sec04 .cont_txt dd {
    font-size: 10px;
  }


  #top .sec05 {
    height: 165vh;
    position: relative;
    margin-top: 350px;
  }
  #top .sec05 img {
    bottom: 47vh;
    width: 75%;
  }


  #top .sec06 {
    margin-top: 300px;
    margin-bottom: -60px;
    height: 100vh;
  }
  #top .sec06 .cont {
    top: -35vh;
    width: 95%;
  }
  #top .sec06 .bg_center {
    height: 35vh;
  }


  /* OVER 
  ===========*/



  #top .sec02 .cont_img img {
    width: 90%;
  }
  #top .sec03 .cont_img img {
    width: 90%;
  }
  #top .sec04 .cont_img img {
    width: 100%;
  }
  #top .sec04 .cont_img video {
    width: 90% !important;
  }
}


@media screen and (max-width: 414px) {

  /*==========
  Section & bg_center SETTINGS
  */

  #top .sec01 {
    height: 85vh;
  }
  #top .sec01 .bg_center {
    height: 60vh;
  }


  #top .sec02 {
    height: 120vh;
  }
  #top .sec02 .cont {
    top: -31vh;
  }
  #top .sec02 .bg_center {
    height: 92vh;
  }

  
  #top .sec03 {
    height: 135vh;
  }
  #top .sec03 .cont {
    top: -31vh;
  }
  #top .sec03 .bg_center {
    height: 65vh;
  }


  #top .sec04 {
    height: 109vh;
  }
  #top .sec04 .cont {
    top: -31vh;
  }
  #top .sec04 .bg_center {
    height: 50vh;
  }


  #top .sec06 {
    height: 120vh;
  }
  #top .sec06 .cont {
    top: -31vh;
  }
  #top .sec06 .bg_center {
    height: 45vh;
  }


  /* OVER 
  ===========*/


  #top .sec2 .cont h2 {
    padding-left: 5px;
  }
  #top .sec02 .sub_ttl {
    width: 95% !important;
    padding-bottom: 15px;
  }  
  #top .sec3 .cont h2 {
    padding-left: 5px;
  } 
  #top .sec05 .bg{
    height:130%;
  }
  #top .sec05 {
    height: 100vh;
    position: relative;
    margin-top: 50px;
  }
}


@media screen and (max-width: 375px) {
   /*==========
  Section & bg_center SETTINGS
  */

  #top .sec01 {
    height: 100vh;
  }
  #top .sec01 .bg_center {
    height: 70vh;
  }


  #top .sec02 {
    height: 125vh;
  }
  #top .sec02 .cont {
    top: -31vh;
  }
  #top .sec02 .bg_center {
    height: 100vh;
  }

  
  #top .sec03 {
    height: 135vh;
  }
  #top .sec03 .cont {
    top: -31vh;
  }
  #top .sec03 .bg_center {
    height: 65vh;
  }


  #top .sec04 {
    height: 80vh;
  }
  #top .sec04 .cont {
    top: -31vh;
  }
  #top .sec04 .bg_center {
    height: 60vh;
  }


  #top .sec06 {
    height: 120vh;
  }
  #top .sec06 .cont {
    top: -31vh;
  }
  #top .sec06 .bg_center {
    height: 45vh;
  }


  /* OVER 
  ===========*/
}


@media screen and (max-width: 345px) {
  #top .sec01 {
   height: 130vh;
  }  
  #top .sec02 {
   height: 130vh;
  }  
  #top .sec03 {
   height: 130vh;
  }  
  #top .sec06 {
   height: 130vh;
  }  
}


@media screen and (max-height: 345px) {
  #top .sec01 {
   height: 160vh;
  }  
  #top .sec02 {
   height: 160vh;
  }  
  #top .sec03 {
   height: 170vh;
  }  
  #top .sec06 {
   height: 160vh;
  }  
}


@media screen and (max-width: 320px) {

  #top #sec01 .cont_txt {
    margin-bottom: 5px;
  }

  #top .sec02 .cont_img img {
    margin-top: 5px;
  }

  #top .sec02 .cont_txt {
    margin-bottom: 5px;
  }

  #top .sec04 .cont_txt p {
    margin-bottom: 5px;
  }

  #top .sec02 .cont_bg{
    top: -59vh;
  }

  #top .mapContainer .areaItems ul li .body-info {
    height: 175px;
  }
}

/* #topFooter {
  background-color: #fff;
  padding-top: 50px;
  position: relative;
  z-index: 99;
}

footer ul{
  display: flex;
  justify-content: center;
  align-items: center;
}

footer ul li:nth-of-type(1){
  width: 102px;
}

footer ul li:nth-of-type(2){
  width: 293px;
}

footer ul li:nth-of-type(2) img.sp{
  width: 125px;
  margin-left: 10px;
}


footer ul li:nth-of-type(3) a{
  font-size: 38px;
  font-weight: 400;
  font-family: 'EB Garamond', serif;
  letter-spacing: 0.1em;
}

footer ul li:nth-of-type(4) {
  font-size: 12px;
  vertical-align: bottom;
}

footer p{
  font-size: 14px;
  font-weight: 400;
  font-family: 'EB Garamond', serif;
  padding:10px 0 50px;
}

.privacyLinks {
    display: flex;
    width: 450px;
    margin: 0 auto;
    line-height: 1.5;    
}
.privacyLinks .policy-br {
  display: none;
}

.footerP1 {
  font-size: 12px; 
  text-align: center; 
  padding-bottom: 0; 
  margin-top: 25px;
}

.footerP2 {
  margin: auto;
  font-size: 11px; 
  text-align: center; 
  padding-bottom: 0; 
  margin-top: 25px;
}

.footerP2a {
	text-decoration-line: underline; 
	font-size: 11px;
}


@media screen and (max-width: 1024px) {
  footer ul li:nth-of-type(3) {
    margin-left: 0px;
  }
  footer ul li:nth-of-type(2){
    width: 170px !important;
  }
} */


@media  (min-width: 768px) and (min-height: 768px) {
    .bg_white {
      margin-top: 200px;
    }
}

@media  (min-width: 768px) and (max-height: 768px) {
    .bg_white {
      margin-top: 200px;
    }
}


/* @media screen and (max-width: 767px) {

	footer{
    position: relative;
    z-index: 9999;
	  background: #fff;
	  padding-top: 50px;
	}

	footer ul{
	  display: block;
	}

	footer ul li{
	  margin:0 auto;
	}
	footer ul li:nth-of-type(1){
	  width: 102px;
	  margin: auto !important;

	}

	footer ul li:nth-of-type(2){
	  width: 293px;
	  margin-top: 8px;

	}

	footer ul li:nth-of-type(2) img{
	  max-width:100%;
	  margin: auto !important;
	}


	footer ul li:nth-of-type(3){
	  margin: 20px 20px 0;
	  padding-top: 20px;
	  font-size: 14px;
	  padding-bottom: 5px;
	  text-align: center;
	}

	footer ul li:nth-of-type(3) a{
	  font-size: 38px;
	  font-weight: 400;
	  font-family: 'EB Garamond', serif;
	  letter-spacing: 0.1em;
	}

	footer ul li:nth-of-type(4) {
	  font-size: 12px;
	  vertical-align: bottom;
	  text-align: center;
	}

	footer p{
	  font-size: 14px;
	  font-weight: 400;
	  font-family: 'EB Garamond', serif;
	  padding:10px 0;
	  margin-top: 20px ;
	  margin-bottom: 0 !important;
	}

  .phoneInfoWrap p {
    margin-top: 0;
  }
} */

@media screen and (max-width: 475px) {
  .privacyLinks {
    width: 90%; 
    display: block;
    margin: 25px auto;
    text-align: center;
    line-height: 1.5;  
  }
  .privacyLinks .footerP2 {
    display: inline-block;
  }
  .privacyLinks .policy-br {
    display: block;
  }
  .privacyLinks #policy-last {
    display: block;
    width: 100%;
    margin-top: 0;
  }
}


/* @media screen and (max-width: 445px) {
	footer {
		padding-bottom: 60px !important;
	}
} */




/***********************************************
RESERVATION
***********************************************/
#reservation .topBg {
  height: 100vh;
  background: url(../img/reservation/main_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

@media screen and (max-width: 445px) {
  #reservation .topBg {
    width: 100%;
    height: 60vh;
    background: url(../img/reservation/main_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
  }

  #reservation section.sec01 p.bg_up {
      top: -46vh;
  }

  #reservation section {
      text-align: center;
      background: #fff;
      padding-bottom: 213px;
  }
}
