@charset "utf-8";
/* Copyright 2018 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

home

------------------------------------------------------------ */

/* common.css上書き
---------------------------------------------- */
#header{
	position: absolute;
	top: 0;
	left: 0;
}

.wrap_footer02{padding: 50px 20px 10px;}

/* メインビジュアル
---------------------------------------------- */
#main{
	background: url("../img/home/img_main01.jpg") no-repeat center;
	background: url("../img/home/img_main06.jpg") no-repeat center;/* プールないときコメントアウト */
	background-size: cover;
	height: 133.33vw;
	position: relative;
}

.txt_main{
	width: 89.4vw;
	height: 48.53vw;
	position: absolute;
	top: 15%;
    /* transform: translateY(calc(-24.265vw - 37px)); */
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.txt_main img{width: 100%;}


.bnr_main{
	width: 90vw;
	position: absolute;
	top: 65%;
	display: flex;
	gap: 10px;
    transform: translateY(calc(-24.265vw - 37px));
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.bnr_main img{width: 100%;}


.slider .image_main{
	width: 100%;
	height: 133.33vw;
	background-size: cover !important;
}

.slider .slide1{background: url("../img/home/img_main06.jpg") no-repeat center;}/* プールないときコメントアウト */

.slider .slide2{background: url("../img/home/img_main01.jpg") no-repeat center;}

.slider .slide3{background: url("../img/home/img_main02.jpg") no-repeat center;}

.slider .slide4{background: url("../img/home/img_main03.jpg") no-repeat center;}

.slider .slide5{background: url("../img/home/img_main04.jpg") no-repeat center;}

.slider .slide6{background: url("../img/home/img_main05.jpg") no-repeat center;}

.slider .image_main.slick-current{animation:zoomOut 9s linear 0s forwards;}

.slider .image_main.slick-current.slide1{animation:zoomOut 8s linear 0s forwards;}

.slider .image_main.slick-current.slide1.changed{animation:zoomOut 9s linear 0s forwards;}

@keyframes zoomOut{
	0%{
		transform:scale(1.1);
	}
	100%{
		transform:scale(1);
	}
}

/* メインビジュアル（お知らせ）
---------------------------------------------- */
.news_main{
	background: rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #FFF;
	display: flex;
	padding: 8px 10px;
	justify-content: space-between;
}
.news_main .col1 a{
	display: block;
	color: #FFF;
}
.news_main .col1 a:not(:first-of-type){display: none;}
.news_main .col1 .date{
	font-family: Oswald !important;
	font-size: 1.2rem;
	letter-spacing: .1em;
	margin-bottom: 0.5em;
}
.news_main .col1 .title{
	font-size: 1.3rem;
	line-height: 1.3;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_main .col2{
	flex:none;
	display: flex;
	align-items: center;
	padding-left: 10px;
}
.news_main .col2 a{
	display: block;
	color: #FFF;
	font-size: 1.2rem;
	text-align: center;
	background: linear-gradient(to bottom, #AF9E50, #938034);
	border-top: 1px solid #D0C271;
	line-height: 1.2;
	padding: 5px 15px;
    border-radius: 40px;
}



/* アワード
---------------------------------------------- */
.award {
	background: #192D4C;
}

.award_inner {
	padding: 30px 20px 0;
}

.txt_main_award img {
	width: 100%;
}


/* オンライン予約
---------------------------------------------- */
.reserv{background: #192D4C;}

.reserv_inner{
	color:  #FFF;
	padding: 40px 20px 45px;
}

.txt_reserv{
	text-align: center;
	margin-bottom: 35px;
}

.txt_reserv img{width: 49.2vw;}

/*--検索ボタン--*/
.reserv_inner .button{
	width: 100%;
	height: 50px;
	background: -ms-linear-gradient(to bottom, #AF9E50, #938034);
	background: -moz-linear-gradient(to bottom, #AF9E50, #938034);
	background: -webkit-linear-gradient(to bottom, #AF9E50, #938034);
	background: linear-gradient(to bottom, #AF9E50, #938034);
	border: none;
	border-top:1px solid #D0C271;
	text-align: center;
	cursor: pointer;
	color: #FFF;
	font-size: 1.5rem;
}

/*--ナビ--*/
.nav_reserv{
	background:url("../img/bg02.png") no-repeat center;
	background-size: 100%;
	padding: 15px 0 30px;/*バナーが有るときはコメントアウト解除*/
	/*padding: 15px 0; /*バナーが有るときはコメントアウトにする*/
}

.nav_reserv ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	font-size: 1.4rem;
	line-height: 1.2;
}

.nav_reserv ul li{width: 50%;}

.nav_reserv ul li a{
	display: block;
	color: #93C9F2;
	font-weight: bold;
}

.nav_reserv ul li:nth-child(even) a{padding: 12px 15px 12px 5px;}

.nav_reserv ul li:nth-child(odd) a{padding: 12px 5px 12px 20px;}

.nav_reserv ul li a span{
	background: url("../img/ico_arrow01.png") no-repeat right center;
	background-size: 5px;
	padding-right: 15px;
	display: inline-block;
}

/* バナー
---------------------------------------------- */
.area_bn{
    margin-top: -24px;
    position: relative;
}

.area_bn::before{
    content: "";
    width: 100%;
    height: 100%;
    background: #f8f8f3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.area_bn p:first-child{padding: 0 20px;}/* プールないときコメントアウト */

.area_bn p{
	padding: 0 15%;
	margin-bottom: 24px;
}
.area_bn p:last-child{margin-bottom: 0;}

.area_bn p img{width: 100%;}


/* 体験王国いばらき割　フローティングバナー
---------------------------------------------- */

.taiken_ibaraki{
	position: fixed;
	right: 0;
	bottom: 80px;
	z-index: 1;
	margin: 0 10px 0;
}
.taiken_ibaraki a{
	display: block;
	filter: drop-shadow(0px 6px 16px rgba(0,0,0,0.25));
}
.taiken_ibaraki a img{
	width: 100%;
}

.taiken_ibaraki .close{
	width: 24px;
    height: 24px;
    background: #ffffff;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.taiken_ibaraki .close::before,
.taiken_ibaraki .close::after{
	content: "";
	display: block;
	background: #2E2E2E;
	width:12px;
	height: 1.5px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -0.75px;
	margin-left: -6px;
}
.taiken_ibaraki .close::before{transform: rotate(45deg);}
.taiken_ibaraki .close::after{transform: rotate(-45deg);}



/* プール　フローティングバナー
---------------------------------------------- */
.bnr_pool_job{
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 1;
	margin: 0 10px 10px;
}
.bnr_pool_job a{
	display: block;
	filter: drop-shadow(0px 6px 16px rgba(0,0,0,0.25));
}
.bnr_pool_job a img{
	width: 100%;
}
.bnr_pool_job .close{
	width: 24px;
    height: 24px;
    background: #ffffff;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.bnr_pool_job .close::before,
.bnr_pool_job .close::after{
	content: "";
	display: block;
	background: #2E2E2E;
	width:12px;
	height: 1.5px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -0.75px;
	margin-left: -6px;
}
.bnr_pool_job .close::before{transform: rotate(45deg);}
.bnr_pool_job .close::after{transform: rotate(-45deg);}



/* おすすめプラン
---------------------------------------------- */
.area_recommended{
	background: #F8F8F3;
	padding: 20vw 0 16vw; /*バナーが有るときはコメントアウト解除*/
	/* padding: 16vw 0; バナーが有るときはコメントアウトにする */
}

.area_recommended h1{
	text-align: center;
	margin-bottom: 50px;
}

.area_recommended h1 img{width: 70.26vw;}

.plan{
	width: 80vw;
	padding: 0 10px;
	font-weight: bold;
	line-height: 1.4;
	font-size: 1.6rem;
}

.plan a{
	display: block;
	color: #192D4C;
}

.plan .photo{
	width: 100%;
	padding-top: 66.66%;
	margin-bottom: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.plan .planname{
	color: #192D4C;
	font-weight: bold;
}

.plan .planname .arrow01{
	margin-left: 8px;
	display: inline-block;
	width: 7px;
	height: 11px;
	fill:#AF9E50;
}

/* ホームナビ
---------------------------------------------- */
.nav_home{
	padding: 40px 20px 0;
	margin-bottom: 60px;
}

.nav_home_inner{margin-bottom: 40px;}

.nav_home_inner:last-of-type{margin-bottom: 0;}

.nav_home_inner a{display: block;}

.nav_home_inner figure{margin-bottom: 15px;}

.nav_home_inner figure img{width: 100%;}

.nav_home_inner .ttl{
	color: #192D4C;
	font-size: 1.7rem;
	font-weight: bold;
	display:-webkit-flex;
	display:flex;
	align-items: center;
	margin-bottom: 5px;
}

.nav_home_inner .ttl span{padding-right: 8px;}

.nav_home_inner .ttl .arrow01{
	width: 7px;
	height: 11px;
	fill:#AF9E50;
}

.nav_home_inner .lead{
	font-size: 1.4rem;
	color: #333;
}

/* “ ホテル レイクサイドつくば ” へようこそ！
---------------------------------------------- */
.welcome_inner{
	background: url("../img/bg03.jpg") repeat 0 0;
	background-size: cover;
	color: #FFF;
	padding: 60px 0;
}

.welcome_inner h1{
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	padding: 0 8px;
	margin-bottom: 25px;
}

.txt_welcome{
	padding: 0 20px;
	margin-bottom: 35px;
}

.welcome .btn_type02{text-align: center;}

.welcome_top .slick-slide{
	opacity:0 !important;
}
.welcome_top  .slick-slide.active{
	transition: opacity 2s !important;
	opacity:1 !important;
}
.welcome_top  .slick-slide img{
	transform: scale(1.05);
}
.welcome_top  .slick-slide.active img{
	transition: transform 6s;
	transition-timing-function: linear;
	transform: scale(1);
}

.slick-slide img{width: 100%;}

/* 採用情報バナー
---------------------------------------------- */
.wrap_recruit{
    padding: 60px 20px;
}

.wrap_recruit a img{width: 100%;}

/* 企業研修・宿泊研修にもご利用いただけます。
---------------------------------------------- */
.training{
	background: #F8F8F3;
	padding: 60px 20px;
}

.training figure{margin-bottom: 25px;}

.txt_training01{
	color: #192D4C;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.4;
	margin-bottom: 20px;
}

.txt_training02{margin-bottom: 35px;}

.training .btn_type01{text-align: center;}

/* ニュース＆トピックス
---------------------------------------------- */
.news{padding: 60px 20px;}

.news h1{
	text-align: center;
	margin-bottom: 40px;
}

.news h1 img{width: 56.8vw;}

.article_home{border-bottom: 1px solid #EEEEEE;}

.article_home:first-of-type{border-top: 1px solid #EEEEEE;}

.article_home:nth-child(n+6){display: none;}

.article_home a{
	background: url("../img/ico_arrow02.png") no-repeat right center;
	background-size: 7px;
	display: block;
	padding: 20px 12px 20px 0;
	color: #333;
}

.article_home a time{
	display: block;
	color: #999999;
	font-family: Oswald !important;
	margin-bottom: 5px;
}

.article_home a h2{
	line-height: 1.4;
	font-weight: bold;
}

.list_news{padding: 20px 0;}

.list_news ul{
	width: 60%;
	margin-left: auto;
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
	font-size: 1.3rem;
}

.list_news ul li{
	width: 50%;
	text-align: center;
	line-height: 1;
}

.list_news ul li:nth-child(1){
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}

.list_news ul li a{
	display: block;
	color: #333;
	padding: 15px 0;
}

.list_news ul li a span{padding-left: 18px;}

.list_news ul li:nth-child(1) a span{
	background: url("../img/ico_rss01.png") no-repeat 0 center;
	background-size: 11px;
}

.list_news ul li:nth-child(2) a span{
	background: url("../img/ico_list01.png") no-repeat 0 center;
	background-size: 11px;
}

/* インスタグラム */
.instagram{
	background: url("../img/bg01.jpg") repeat 0 0;
	background-size: cover;
	padding: 40px 20px 35px;
	text-align: center;
}

/* アクセス
---------------------------------------------- */
.access{
	background: #F8F8F3;
	padding: 60px 20px;
}

.access h1{
	text-align: center;
	margin-bottom: 40px;
}

.access h1 img{width: 29.33vw;}

.wrap_how{margin-bottom: 20px;}

.how{margin-bottom: 45px;}

.how:last-of-type{margin-bottom: 0;}

.how_inner{margin-bottom: 50px;}

.how_inner:last-of-type{margin-bottom: 0;}

.txt_how{line-height: 1.8;}

.transportation{
	background: #F1F1E8;
	padding: 30px 20px;
}

.transportation h2{
	color: #192C4C;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px;
}

.txt_trans{line-height: 1.8;}

.access .btn_type01{text-align: center;}

/*--Googlemap--*/
.map{margin-bottom: 40px;}

.map iframe{
	display: block;
	width: 100%;
	height: 335px;
}

