@charset "utf-8";
/* ------------------------------------------ */
/* HOME CSS */
/* ------------------------------------------ */
.mainvisual {
    height: 100vh;
	position: relative;
	display: flex;
	z-index: 1;
	overflow: hidden;
}

/* スライダー全体 */
.hero-slider{
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  /*backgroung-color: #000;*/
}

.hero-slider::after {
	content:'';
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  display: block;
  background-color: rgba(0,0,0,0.3);		
}


/* スライダー画像 */
.hero-slider .image{
    z-index:1;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    animation: anime 24s 0s infinite; /* 4枚の時 6秒×4枚 = 24秒 */
	/* 6枚の時 animation: anime 36s 0s infinite; */
}

.hero-slider .image .imgBg {
	height: 100%;
}


.hero-slider .image:nth-of-type(2){
  animation-delay: 6s;
}
.hero-slider .image:nth-of-type(3){
  animation-delay: 12s;
}
.hero-slider .image:nth-of-type(4){
  animation-delay: 18s;
}



#sitecatch.txthide {
	animation-name: animetxt;
	animation-duration: 1.5s;
	animation-timing-function: linear;
	animation-fill-mode:forwards;
}

/* アニメーション 6枚の場合
@keyframes anime {
 0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    65% {
        opacity: 0;
         transform: scale(1.11);
                    z-index:0;
    }
    100% { opacity: 0 }
} */

/* アニメーション 4枚の場合*/
@keyframes anime {
 0% {
        opacity: 0;
    }
    12.5% {
        opacity: 1;/* 3秒 */
    }
    25% {
        opacity: 1;/* 6秒 */
    }
    37.5% {
        opacity: 0;
         transform: scale(1.11);
                    z-index:0;
    }
    100% { opacity: 0 }
}

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

.mainvisual .txt-hero {
	position: absolute;
    display: table;
    width: auto;
    z-index: +1;
    transform: translateY(-50%);
	text-align: right;
}

.mainvisual .txt-hero .txt-lead i {
	display: inline-block;
	position: relative;
    bottom: -5px;
	width: 143px;
	height: 75px;
	background: url(../img/common/i_sun_wh.svg) no-repeat left bottom;
	background-size: 143px auto;
	
}
@media (min-width: 992px) {
	.mainvisual .txt-hero {
		 right: 5%;
		 top: 50%;
	}
	.mainvisual .txt-hero .txt-lead {
		margin-right: -8px;
	}
	.mainvisual .txt-hero .txt-lead i {
		margin-right: 1.75vw;
	}

}


@media (max-width: 991px) {
	.mainvisual .txt-hero {
		width: 95%;
		top: 50%;
		margin: 0 auto 0 5%;
		text-align: center;
		transform: translateY(-90%);
	}
	.mainvisual .txt-hero .txt-lead i {
		width: 143px;
		left: 50%;
		transform: translate(-50%,-10px);
		background-position: center top;
		display: block;
		bottom: 0;
	}
}

@media (max-width: 767px) {
	#home main {
		padding-top: 70px;
	}
	.mainvisual,
	.hero-slider {
		height: calc(100vh - 100px);
	}

	.mainvisual .txt-hero .txt-lead i {
		background-size: 90px 45px;
		background-position: center 50%;
	}
}

@media (max-width: 480px) {
	.mainvisual, .hero-slider {
		height: calc(100vh - 250px);
	}
	.mainvisual .txt-hero {
		transform: translateY(-50%);
	}
}





/* sec-information ---------------------*/
.sec-information {
	background: rgba(0,0,0,0.6);
}

/* sec-trip ---------------------------- */
.sec-trip .box-map {
	text-align: center;
}

@media (min-width: 992px) {
	.sec-trip .box-map img {
		max-width: 878px;
		height: auto;
	}
}
.sec-trip .btn-txt .t-gmap {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25rem;
	opacity: 0.6;
	margin-left: 10px;
}
/* sec-about ----------------------------*/
.sec-about {
	position: relative;
	background: #759fdc url(../img/home/bg-about.jpg) no-repeat center bottom;
	background-size: 100% auto;
    padding-bottom: calc(100%*364/1400);
}

.sec-about .wrap-m {
	position: relative;
}
.sec-about .about-txtbox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.sec-about .about-txtbox .t-catch {
	line-height: 1.4;
}
.sec-about .about-txtbox .txt {
	color: #333;
}

.sec-about .about-txtbox .txt .stxt {
	line-height: 2.2;
}

.sec-about .about-img {
	position: absolute;
	top: 0;
	right: 6%;
}

.sec-about .about-img .img-fukui {
	width: 470px;
	height: auto;
}

@media (max-width: 1199px) {
	.sec-about .about-img {
		right: 2%;
		transform: scale(0.85);
		transform-origin: top center;
	}
}

@media (max-width: 991px) {
	.sec-about .about-img {
		position: relative;
		text-align: center;
    	height: 350px;
	}
	.sec-about .about-txtbox {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.sec-about .about-img {
	    transform: scale(0.7);
	    height: 320px;	
	}
}


@media (max-width: 480px) {
	.sec-about .about-img {
	    transform: scale(0.65);
	    height: 260px;
		right: 5%;
	}	
}

/* c04 ---------------------- */
.sbox-txt.col-txt {
	padding-left: 5%;
	padding-right: 5%;	
}
.box-img.col3 .flex .img-box {
	width: 33.333%;
    padding: 0 15px;	
}

.box-img.col3 .flex .img-box .stxt-pic {
	padding-top: 5px;
	color: rgba(255,255,255,0.6);
	font-family: Arial, Helvetica, sans-serif; 
	letter-spacing: 0;
	font-size: 1.4rem;
}
@media (min-width: 768px) {
	.generic-list.list-rooms .list-item dt {
		width: 170px;
	}
	.generic-list.list-facilities .list-item dt {
		width: 170px;
	}
}

@media (max-width: 991px) {
	.box-img.col3 .flex .img-box {
		padding: 0 10px;	
	}
	
	.box-img.col3 {
		margin-left: -10px;
		margin-right: -10px;
	}
}

@media (max-width: 767px) {
	.box-img.col3 .flex .img-box {
		width: 50%;	
	}
	
	.sbox-txt.col-txt {
		padding-left: 0;
		padding-right: 0;	
	}	
}

@media (max-width: 480px) {
	.box-img.col3 {
		margin-left: -3px;
		margin-right: -3px;
	}
	.box-img.col3 .flex .img-box {
		padding: 0 3px;	
	}	
}

/* sec-spot --------------- */


.spot-list .list-item  {
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
}

.spot-list .list-item:first-child, 
.spot-list .list-item:nth-child(2) {
    width: 50%;
}

.spot-list .list-item .item-inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.spot-list .list-item .item-inner .img-wrap {
    width: 100%;
    height: auto;
}
.spot-list .list-item .item-inner .img-wrap img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.spot-list .list-item .item-inner .img-wrap img.big {
    display: none;
}

.spot-list .list-item:first-child .item-inner .img-wrap img.big,
.spot-list .list-item:nth-child(2) .item-inner .img-wrap img.big {
    display: block;
}

.spot-list .list-item:first-child .item-inner .img-wrap img.small,
.spot-list .list-item:nth-child(2) .item-inner .img-wrap img.small {
    display: none;
}

.spot-list .list-item .item-inner .txt-area .spot-name {
    padding-bottom: 5px;
}

@media (max-width: 991px) {

	.spot-list .list-area {
		margin-left: -10px;
		margin-right: -10px;
	}
	.spot-list .list-item {
    	padding-left: 10px;
    	padding-right: 10px;		
	}
}

@media (max-width: 767px) {
	.spot-list .list-item  {
		width: 50%;
	}
    .spot-list .list-item:first-child,
    .spot-list .list-item:nth-child(2) {
        width: 100%;
    }	
}

@media (max-width: 480px) {
	.spot-list .list-item  {
		width: 100%;
	}
	.spot-list .list-area {
		margin-left: 0;
		margin-right: 0;
	}
	.spot-list .list-item {
    	padding-left: 0;
    	padding-right: 0;		
	}
}

/* sec-access ------------------*/

@media (min-width: 992px) {
	.sec-access .flex {
	    align-content: center;
	}
	.box-gmap {
		order: -1;
	}
	.sec-access,
	.sec-access .box-gmap iframe {
		height: 500px;
	}
}
.sec-access .flex {
	width: 100%;
}
.sec-access .box-gmap iframe {
    width: 100%;
}

.sec-access .box-txt .inner {
	padding-left: 7%;
	padding-right: 5%;
}

@media (max-width: 991px) {
	.sec-access .flex .w50 {
		width: 100%;
	}
	.sec-access .box-gmap iframe {
		height: 300px;
	}
	.sec-access .box-txt .inner {
		padding-left: 5%;
	}
}
@media (max-width: 480px) {
	.sec-access .box-gmap iframe {
		height: 250px;
	}	
}

/* sec-contact ------------------*/
#sec-contact {
	
}
#sec-contact .contact-wrap {
	max-width: 1252px;
	width: 90%;
	margin: 0 auto;
}
#sec-contact .box-txt {
	width: 50%;
	padding-right: 5%;
}
#sec-contact .box-form {
	width: 50%;
	padding-right: 5%;
}

@media (max-width: 991px) {
	#sec-contact .contact-wrap {
		max-width: 640px;
	}
	#sec-contact .box-txt {
		width: 100%;
		padding-right: 0;
		padding-bottom: 30px;
	}
	#sec-contact .box-form {
		width: 100%;
		padding-right: 0;
	}
	#sec-contact .btnarea {
		justify-content: center;
	}
}