
  video {
    width: 60%;
    height: auto;
	margin-left:20%;
	margin-right: 20%;
	  margin-top: 100px;
	  margin-bottom: 30px;
  }

@media (max-width: 639px) {
  video {
    width:90%;
    height: auto;
	  margin-left: 5%;
	  	margin-right:5%;
	  	  margin-top: 0px;
	  margin-bottom: 0px;
  }
}



#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
 
/* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}


.spinner {
  font-size: 10px;
  position: absolute;               /* 2 */
   top: 50%;                         /* 3 */
   transform: translate(0, -50%) ;
  text-indent: -9999em;
	margin-left: auto;
	margin-right: auto;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #68ecee;
  background: -moz-linear-gradient(left, #68ecee 10%, rgba(104,236,238, 0) 42%);
  background: -webkit-linear-gradient(left, #68ecee 10%, rgba(104,236,238, 0) 42%);
  background: -o-linear-gradient(left, #68ecee 10%, rgba(104,236,238, 0) 42%);
  background: -ms-linear-gradient(left, #68ecee 10%, rgba(104,236,238, 0) 42%);
  background: linear-gradient(to right, #68ecee 10%, rgba(104,236,238, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before {
  width: 50%;
  height: 50%;
  background: #68ecee;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.spinner:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}







.Text-Span {
  height: 3px;
	  width: 100%;
  background: #d2e5d4;
}




.tel_number {
	color:#000;
    text-decoration:none;

}


.p-kv {
	text-align: center;
position: relative;

	
}


.p-kv__img{
  width:  100%;
  height:auto;
  overflow: hidden;

	}

.main_text {
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
width: 70%;
	padding:30px;
	background : rgba(0,0,0,0.5);
}





@media screen and (max-width: 992px){
	.main_text {

width: 80%;

}


.p-kv__img{
  height: auto;
	  width: auto;

	}
}

.p-kv__img img{
     width: 80%;
   }


.main_text h2 {
	  font-size:28px;
	  letter-spacing:2px;
	  margin-bottom:40px;
		  width:100%;

	    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
			  line-height:40px;
	color: #FFFFFF;

}
.main_text p {
	  font-size:18px;
	  letter-spacing:1px;
	  line-height:40px;
	  width:100%;
	  margin-left:auto;
	  margin-right:auto;
	  text-align:center;	
		color: #FFFFFF;
	 font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;

}


@media screen and (max-width: 767px){
	.p-kv__img img{
     width: 92%;
   }

	
	.main_text {
	
	width: 90%;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;


}
.main_text h2 {
	  font-size:22px;
	  letter-spacing:1px;
	  margin-bottom:25px;
	line-height: 30px;

}
	
	.main_text p {
	  font-size:14px;
	  line-height:30px;
	  
}
}





.mincyou{ 
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;

}
.sp_left{
	text-align: left;
}


.pc{
  display:block;
}

.sp{
  display:none;
}

.wrap_contents {
	width: 100%;
	padding-top: 100px;

}





@media screen and (max-width: 768px){
  .pc{
    display:none;
  }

  .sp{
    display:block;
  }
}


.over_img:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}

.img_100 {
	width: 100%;
	height: auto	
}



/*==========================================================================
	$resort_mice
========================================================================== */
#bg_resortmice {
	width:100%;
	background-image:url(../img/bg_news.gif);
   }
#resortmice {
	padding-bottom:70px;
	padding-top:50px;
	
   }
   #resortmice h3 {
	    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  /* 追加 */
  transform: rotate(.03deg);
  font-size:24px;
  margin-bottom:40px;
  letter-spacing:2px;
  
   }

 
#resortmice li {
	padding-bottom:12px;
	padding-top:12px;
	border-bottom: dotted 1px #CBCBCB;
	line-height: 22px;
		text-align: center;

   }


  
  /* parallax */
.parallax-window{
	width:100%;
	height:320px;
	text-align:center;
}
.para_text {
	margin-top:160px;
	text-align:	center;
	width:30%;
	margin-left:auto;
	margin-right:auto;
}

@media screen and (max-width: 768px){

.parallax-window{
	width:100%;
	height:240px;
	text-align:center;
}
.para_text {
	margin-top:120px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	
}

}



/* Back to top button */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #803b2d;
  border-radius: 50%;
  z-index:100;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* ==========================================================================
Typography
========================================================================== */
p {
  font-size: 14px;
  line-height: 22.4px;
  color: #6c7279;
  letter-spacing:1px;
 }

h1 {
	margin:0;
	padding:0;
 }

h2 {
  font-size: 33px;
  color: #2d3033; }
  
  
 

h3 {
  font-size: 28px;
  color: #2d3033;
  font-weight: 300; }

h4 {
  font-size: 22px;
  color: #2d3033;
  font-weight: 400; }

h5 {
  font-size: 14px;
  color: #2d3033;
  font-weight: 700; }

	.center {
		text-align:center;}

/* ==========================================================================
	General Styles
========================================================================== */
a {
  color: #000; }

a:hover, a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s; }

body {
 font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  font-weight: 400;
  color: #6c7279;
   animation: fadeIn 0.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
 
	 }
	
	 .both {
	clear: both;
}

ul, ol {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

.section {
	padding-top:50px;
  }

.no-padding {
  padding: 0; }

.no-gutter [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

/* ==========================================================================
	$Header
========================================================================== */
#header {
  position: fixed;
  width: 100%;
  z-index: 999;
	background-color: #FFFFFF;
	border-top: #803b2d 5px solid;
	line-height:0;
	padding: 0;
	margin: 0;
		
}

  #header .header-content {
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.15);*/
    margin: 0 auto;
	padding: 0;
    max-width: 1170px;
	/*padding-bottom:20px;*/
    width: 100%;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s; }
	

.main_logo {
	width:380px;
	height: auto;
	line-height:0;/*
	margin-top: 15px;*/
    
}

@media screen and (max-width: 767px) {
	.main_logo {
		width:270px;/*
    	margin-top: 15px;*/
	}	
}

.group {
	width:100%;
	height:60px;
	border-bottom:dotted #BABABA 1px;
	margin:0px;
	padding: 0 10px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.group + .group {
	height: auto;
	padding: 1.4em 10px;
	border-bottom: none;
}
.prince {
	width:160px;
	line-height:0;
}
.seibu {
	width:150px;
	line-height:0;
}
.prince img,
.seibu img{width:100%;}
/*
.prince {
	float:left;
	margin-left:10px;
	
}
.prince img {
	width:48%;
	margin-top:10px;
}
.seibu {
	float:right;
	width:150px;
	margin-left:10px;
	margin-right:10px;
}
.seibu img {
	width:90%;
	margin-top:10px;
		float:right;
}*/

@media screen and (max-width: 768px){
	.group {height:50px;}
	.group + .group{padding: 1em 10px;	}
	.seibu {width:126px;}
	/*.seibu {width:120px;}*/
}

  #header.fixed .header-content {
    border-bottom: 0;
    padding: 15px 0; }
  #header.fixed .nav-toggle {
    top: 20px; }

.navigation.open {
	  background-color:#FFFFFF;

  opacity: 0.9;
  visibility: visible;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  }

.navigation {/*
  float: right;
  padding-top:20px;*/
  
  /* 追加 */
  transform: rotate(.03deg);

 }
.primary-nav{
	margin-top: 3px;
	display: flex;
	justify-content: space-between;
	align-items: center;	
}
  .navigation li {/*
    display: inline-block; */
	}
  .navigation li + li {
	  margin-left:25px;
	}
  .navigation a {
	  color: #000;
	  font-size: 16px;
	  font-weight: 500;/*
	  margin-left:25px;*/
	  text-transform: uppercase;
}
    .navigation a:hover, .navigation a.active {
      color: #999; }

.nav-toggle {
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 4%;
  text-indent: 100%;
  top:74px;
  white-space: nowrap;
  width: 44px;
  z-index: 99999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .nav-toggle:before, .nav-toggle:after {
    border-radius: 5%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform; }

@media screen and (max-width: 768px){
	.nav-toggle{top:60px;}
	.primary-nav{
		margin-top: 0;
		display: block;
	}
  .navigation li {
	line-height:1.4;/*
    display: inline-block; */
	}
  .navigation li + li {
	  margin-left:0;
	}

}
  .nav-toggle:before {
    background-color: #fff;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .nav-toggle:after {
    background-color: #fff;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s; }
  .nav-toggle span {
    background-color: #803b2d;
    bottom: auto;
    display: inline-block;
    height: 3px;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    width: 18px;
    z-index: 10;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .nav-toggle span:before, .nav-toggle span:after {
      background-color: #803b2d;
      content: "";
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-transition: -moz-transform 0.3s;
      -o-transition: -o-transform 0.3s;
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s; }
    .nav-toggle span:before {
      -moz-transform: translateY(-6px) rotate(0deg);
      -ms-transform: translateY(-6px) rotate(0deg);
      -webkit-transform: translateY(-6px) rotate(0deg);
      transform: translateY(-6px) rotate(0deg); }
    .nav-toggle span:after {
      -moz-transform: translateY(6px) rotate(0deg);
      -ms-transform: translateY(6px) rotate(0deg);
      -webkit-transform: translateY(6px) rotate(0deg);
      transform: translateY(6px) rotate(0deg); }
  .nav-toggle.close-nav:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  .nav-toggle.close-nav:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  .nav-toggle.close-nav span {
    background-color: rgba(255, 255, 255, 0); }
    .nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
      background-color: #803b2d; }
    .nav-toggle.close-nav span:before {
      -moz-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
      -webkit-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg); }
    .nav-toggle.close-nav span:after {
      -moz-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
      -webkit-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg); }



/* ==========================================================================
	MICE
========================================================================== */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  }


.mice {
	margin-bottom:0px;

   }
.box_mice {
	padding-bottom:20px;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:30px;
	margin-top: 30px;
  }
 
  .box_mice img {
	  width:100%;
	  height:auto;
	  padding-left:20px;
	  padding-right:20px;
  }
@media screen and (max-width: 767px) {
  .box_mice img {

	  padding-left:10px;
	  padding-right:10px;
  }
    }
  .mice-content {
    margin-top: 30px; }

  .box_mice h3 {
    font-weight: 400;
	text-align:center;
	letter-spacing:1px;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	  	  font-size: 24px;
	  color: #a57871;
	  line-height:33px;

}


  .box_mice h4 {
    font-weight: 400;
	text-align:center;
	letter-spacing:1px;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	  font-size: 18px;
}




  .box_mice p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
		letter-spacing:1px;
	  line-height: 26px;
	  margin-top: 30px;
	  padding-left: 30px;
	  padding-right: 30px;
}

.m_down{
	margin-top: 100px;
	}
	@media screen and (max-width: 1200px) {
		.m_down{
	margin-top: 0px;
	}
			}
	
	@media screen and (max-width: 767px) {
		.m_down{
	margin-top: 0px;
	}
	
 .box_mice p {

	  margin-top: 20px;
	  padding-left: 14px;
	  padding-right: 14px;
}
  }
	
	
	.button {
  display: inline-block;
  width: 300px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
		  background-color: #bca2a0;
  color: #fff;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		letter-spacing: 1px;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.button:hover {
  background-color: #803b2d;color: #FFFFFF;
}

	.m_top_10 {
 
		margin-top: 10px;
}
 
/* ==========================================================================
	$Footer
========================================================================== */
.footer {
  text-align: center; }
  .footer-top {
    padding-top: 50px; }
  .footer-bottom {
    background-color: #000;
    padding: 20px 0; }
  .footer .footer-col {
    margin-bottom: 80px; }
  .footer h3 {
	  margin: 0;
	  padding: 0;
    color: #000;
	  margin-bottom: 30px;
	letter-spacing:2px;
font-weight: 700;}
.footer h4 {
    color: #000;
	line-height:24px;
	font-size: 18px;
	letter-spacing:2px;
	margin-top: 38px;
	margin-bottom: 6px;
	  padding: 0;
	font-weight: 500;
}

  .footer p {
	  color: #000;margin: 0;
	  padding: 0;
    }

  
	 .footer .footer_logo {
		 width:30%;
		 margin-left:auto;
		 margin-right:auto;
		 margin-bottom: 30px;
		 margin-top: 30px;
   }
    .footer .footer_logo img {
		width:100%;
		height:auto;
   }

  .footer_link {
	  text-align: center;
	  
    }



.footer .copy {
	   color: #FFFFFF;
   }


.footer_nav_bottom {
  list-style: none;
	text-align: center;
background:rgba(235,225,203,0.4);
	height: auto;
	margin: 0;
	padding: 0;
}
	
 
.footer_nav_bottom li {
  text-align: center;
  line-height: 60px;
	font-size: 12px;
	padding-left:10px;
	padding-right: 10px;
	display: inline;

}
 
.footer_nav_bottom li a {
  text-decoration: none;
	color: #000;
}
	
	.footer_nav_bottom li a:hover {
	color: #907628;
}

	.left_line{
		border-right: solid 1px #969696;
}
	
	
	
@media only screen and (max-width: 768px) {
	
	.left_line{
		border-right: none;
}
	
	
	
.footer_nav_bottom {
	padding-top: 2px;
		border-top: solid 1px #000000;


}


.footer_nav_bottom li {
	line-height: 24px;
	padding-top: 6px;
	padding-bottom: 10px;
	display: block;
	text-align: center;
	border-bottom: solid 1px #000;
	padding-left: 20px;
		
}

}







   @media screen and (max-width: 1000px) {
   .footer .footer_logo {
		 width:40%;
		 margin-left:auto;
		 margin-right:auto;
   }
    }
	  @media screen and (max-width: 767px) {
   .footer .footer_logo {
		 width:70%;
   }
    }

