@charset "utf-8";
/* CSS Document */
html, body, div, p, span, address, h1, h2, h3, h4, h5, header, section, nav, ul, ol, dl{
	margin: 0;
	padding: 0;
}




.slider{
	width:950px;
	height:600px;
	margin:0 auto;
	position:relative;
}
.slider ul{
	margin:0;
	padding:0;
	list-style:none;
}
.slider ul li{
	width:950px;
	height:600px;
	position:absolute;
	top:0;
	left:0;
	animation-iteration-count:infinite;
	animation-duration:24s;
}
.slider ul li:nth-child(1){
	animation-name:slider;
	animation-delay:-3s;
}
.slider ul li:nth-child(2){
	animation-name:slider;
	animation-delay:5s;
	opacity:0;
}
.slider ul li:nth-child(3){
	animation-name:slider;
	animation-delay:13s;
	opacity:0;
}

@keyframes slider{
	0%{
		opacity:0;
	}
	12.49%{
		opacity:1;
	}
	33.33%{
		opacity:1;
	}
	45.83%{
		opacity:0;
	}
	100%{
		opacity:0;
	}	
}

/* -------------------------------------------------

01 mainTopArea

------------------------------------------------- */
.mainTopArea{
	position: relative;
}
.mainTopArea .mainCopy{
	position: absolute;
	z-index: 4;
	width: 100%;
	top:30px;
}
.mainTopArea .mainCopy > p:nth-child(1) a{
 	display: block;
	width: 200px;
	margin: 0 25px 280px auto;
	padding: 10px 0;
	text-align: center;
	background-color: #fff;
	color:#333;
}
.mainTopArea .mainCopy > p:nth-child(2){
 	display: block;
	width: 900px;
	margin: 0 auto;
	text-align: right;
}
.mainTopArea .bx-wrapper{
	margin: 0;
}
.mainTopArea .bx-viewport {
	left: 0;
	box-shadow: none;
	border: none;
}
.mainTopArea ul li {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height:600px;
}
.mainTopArea .bx-wrapper .bx-pager{
	bottom:20px;
}
.ogWtBtn{
	padding: 15px 20px;
	margin-right: 3px;
}
.ogWtBtn:hover{
	padding: 15px 26px;
	margin-right:0;
}


/* -------------------------------------------------

02 copyArea

------------------------------------------------- */
.copyArea {
	height: auto;
}
.copyArea dl {
	text-align: center;
	background: url(https://www.yuyake-koyake.com/common/images/bg_orange.jpg);
	width: 50%;
	height:500px;
	padding-top:20px;
	float: right;
}
.copyArea dl dt {
	margin: 0 auto 10px;
}
.copyArea dl dt img {
	width: 89px;
}
.copyArea dl dd {
	color: #fff;
}
.copyArea dl dd:nth-of-type(1){
	font-size: 1.6em;
}
.copyArea dl dd:nth-of-type(2){
	font-size: 1em;
	line-height: 300%;
}
.copyArea dl dd span {
	display: block;
	font-size: 12px;
	color:rgba(255,255,255,0.3);
	margin: 10px 0 15px;
}
.copyArea p {
	width: 50%;
	height: 520px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	background-image: url(https://www.yuyake-koyake.com/top/images/photo_copy.jpg);
}


/* -------------------------------------------------

03 newsArea

------------------------------------------------- */
.newsArea {
	padding: 30px 0;
}
.newsArea h3 {
	font-size: 1.5em;
	letter-spacing: 4px;
	margin: 0 0 20px;
	text-align: center;
}
.newsArea h3 span {
	display: block;
}
.newsArea h3 span img {
	width: 86px;
}
.newsArea ul {
	width: 800px;
	display: table;
	margin: 0 auto 20px;
}
.newsArea ul li {
	position: relative;
	color: #777;
	padding: 0 10px;
	border-bottom: 1px solid #d4d2ca;
}
.newsArea ul li span {
	display: table-cell;
}
.newsArea ul li a {
	display: table-cell;
	padding: 15px 0 15px 40px;
}
.newsArea > p {
	text-align: center;
}
.newsArea > p a {
	display: block;
	padding: 10px;
	width: 200px;
	margin: 0 auto;
}
.newsArea > p a:before {
	content: "\f105";
	font-family: FontAwesome;
	padding-right: 5px;
}


/* -------------------------------------------------

04 bannerArea

------------------------------------------------- */
.bannerArea ul{
	height: auto;
	margin: 0 auto 40px;
	width: 700px;
}
.bannerArea ul li a img{
	float: left;
	display: block;
	width: 300px;
	margin: 0 25px;
}
.bannerArea ul li a:hover img{
	transform: translate(0,-5px);
}


/* -------------------------------------------------

05 imgLinkArea

------------------------------------------------- */
.imgLinkArea {
	margin:0 0 2px;
}
.imgLinkArea > div{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.imgLinkArea > div > div:nth-child(1){
	width: 912px;
	float: left;
}
.imgLinkArea > div > div:nth-child(1) > div{
	height: auto;
}
/* g01 */
.imgLinkArea > div > div:nth-child(1) > div:nth-child(1) > div:nth-child(1){
	float: left;
}
/* g02 g03 */
.imgLinkArea > div > div:nth-child(1) > div:nth-child(1) > div:nth-child(2){
	float: left;
	margin-left: 2px;
}
.imgLinkArea > div > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div{
	margin-bottom: 2px;
}
/* g04 */
.imgLinkArea > div > div:nth-child(1) > div:nth-child(2) > div{
	float: left;
}
/* g05 */
.imgLinkArea > div > div:nth-child(1) > div:nth-child(2) > p{
	float: left;
	margin-left: 2px;
	height: 188px;
}
/* g06 g07 */
.imgLinkArea > div > div:nth-child(2){
	width: 288px;
	height: 188px;
	float: right;
}
.imgLinkArea > div > div:nth-child(2) > p{
	margin-top: 2px;
	height: 268px;
}
/* item */
.g01,
.g01 .item-hover,
.g01 .item-hover .mask,
.g01 .item-img,
.g01 .item-info {
	width: 428px;
	height:420px;
}
.g02,
.g02 .item-hover,
.g02 .item-hover .mask,
.g02 .item-img,
.g02 .item-info {
	width: 480px;
	height:270px;
}
.g03,
.g03 .item-hover,
.g03 .item-hover .mask,
.g03 .item-img,
.g03 .item-info {
	width: 480px;
	height:148px;
}
.g04,
.g04 .item-hover,
.g04 .item-hover .mask,
.g04 .item-img,
.g04 .item-info {
	width: 480px;
	height:188px;
}
.g06,
.g06 .item-hover,
.g06 .item-hover .mask,
.g06 .item-img,
.g06 .item-info {
	width: 288px;
	height:340px;
}
.item {
	position: relative;
}
.item-hover,
.item-hover .mask,
.item-img {
	position: absolute;
	top: 0;
	left: 0;
}
.item .item-hover {
	z-index:3;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	opacity: 0;
	cursor: pointer;
	display: block;
	text-decoration: none;
	text-align: center;
}
.item .item-info {
	z-index:2;
	color: #ffffff;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.item .item-info .headline {
	font-size: 20px;
	letter-spacing: 6px;
}
.item .item-info .line {
	height: 1px;
	width: 0%;
	margin: 15px auto;
	background-color: #ffffff;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
.item .item-info .date {
	font-size: 12px;
	letter-spacing: 2px;
}
.item .item-hover .mask {
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 0;
}
.item .item-hover:hover .line {
	width: 40%;
}
.item .item-hover:hover {
	opacity: 1;
}
.item-img {
	background-color: #000;
	z-index: 0;
}


/* -------------------------------------------------

06 roomArea

------------------------------------------------- */
.roomArea {
	text-align: center;
	color:#fff;
}
.roomArea > section{
	background: url(https://www.yuyake-koyake.com/top/images/bg_room.jpg) no-repeat center center;
	background-size: cover;
	height: 310px;
	padding-top: 140px;
}
.roomArea > section h3 img{
	width:196px;
}
.roomArea > section p{
	letter-spacing: 1px;
}
.roomArea > section p:nth-of-type(1){
	font-size: 1.6em;
	margin:0 0 15px;
}
.roomArea > section p span{
	font-size: 12px;
	color:rgba(255,255,255,0.3);
}
.roomArea > div{
	background: url(https://www.yuyake-koyake.com/common/images/bg_black.jpg);
	padding: 50px 20px;
}
.roomArea > div p:nth-child(1){
	margin: 0 0 30px;
	line-height: 230%;
	letter-spacing: 1px;
}
.roomArea .bx-wrapper{
	margin: 0;
	padding: 0;
}


/* -------------------------------------------------

08 diaryArea

------------------------------------------------- */
.diaryArea {
	margin: 0 0 30px;
}
.diaryArea h3 span img{
	width: 99px;
}
.diaryArea > div {
	width: 1000px;
	margin: 0 auto;
}
.diaryArea > div > p{
	clear: both;
	display: block;
	border-top:2px solid #e0ded8;
	cursor:pointer;
	padding: 20px 0 0;
	text-align: center;
}
.diaryArea > div > p:hover:before{
	transform: translate(0,5px);
}
.diaryArea > div > p:before{
	content: "\f103";
	font-family: FontAwesome;
	display: block;
	transition: .3s;
}
.diaryClose span{
	display: none;
}
.diaryClose:after{
	content: "閉じる";
}
.diaryArea > div {
	height: auto;
}
.diaryArea > div dl {
	float: left;
	margin: 0 1px 25px;
	width: 331px;
}
.diaryArea > div > dl:nth-child(n+4) {
	display: none;
}
.diaryArea > div dl dt a {
	display: block;
	width: 100%;
	margin: 0 0 5px;
	height: 260px;
}
.diaryArea > div dl dt a:hover img {
	transform: scale(1.1) !important;
	opacity: 0.8;
}
.diaryArea > div dl dd a span {
	color: #777;
	padding-right: 10px;
}


/* -------------------------------------------------

09 imageArea

------------------------------------------------- */
.imageArea {
	height: auto;
}
.imageArea > div {
	margin: 2px 0;
}
.imageArea > div dl {
	text-align: center;
	background: url(https://www.yuyake-koyake.com/common/images/bg_orange.jpg);
	width: 50%;
	height: 330px;
	padding-top: 120px;
}
.imageArea > div:nth-child(1) dl {
	float: left;
}
.imageArea > div:nth-child(2) dl {
	float: right;
}
.imageArea > div dl dt {
	margin: 0 auto 10px;
}
.imageArea > div:nth-child(1) dl dt img {
	width: 121px;
}
.imageArea > div:nth-child(2) dl dt img {
	width: 204.3px;
}
.imageArea > div dl dd {
	color: #fff;
	font-size: 1.6em;
}
.imageArea > div dl dd a {
	margin: 20px 0 0;
}
.imageArea > div dl dd span {
	display: block;
	font-size: 12px;
	color:rgba(255,255,255,0.3);
}
.imageArea > div dl dd span a {
	margin: 20px 0 0;
}
.imageArea > div p {
	width: 50%;
	height: 450px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.imageArea > div:nth-child(1) p {
	float: right;
	background-image: url(https://www.yuyake-koyake.com/top/images/photo_cuisine.jpg);
}
.imageArea > div:nth-child(2) p {
	float: left;
	background-image: url(https://www.yuyake-koyake.com/top/images/photo_spa.jpg);
}

/* -------------------------------------------------

10 sightseeingArea

------------------------------------------------- */
.sightseeingArea {
	text-align: center;
	background: url(https://www.yuyake-koyake.com/top/images/bg_sightseeing.jpg) no-repeat center top;
	background-size: cover;
	margin: 0 0 50px;
	padding-top: 300px;
	box-shadow: 0px -250px 170px -20px #fff inset;
}
.sightseeingArea h3 span img {
	width: 161.6px;
	display: block;
	margin: 0 auto;
}
.sightseeingArea p:nth-of-type(1) {
	font-size: 1.1em;
	margin: 0 0 20px;
}


/* -------------------------------------------------

11 otherLinkArea

------------------------------------------------- */
.otherLinkArea {
	background: url(https://www.yuyake-koyake.com/common/images/bg_black.jpg);
	padding: 40px 0 30px;
}
.otherLinkArea ul {
	width: 480px;
	height: auto;
	margin: 0 auto;
}
.otherLinkArea ul li {
	float: left;
	margin: 0 20px;
}
.otherLinkArea ul li a:hover img{
	transform: translate(0,-5px);
}

/* -------------------------------------------------

12 accessArea

------------------------------------------------- */
.accessArea {
	background: url(https://www.yuyake-koyake.com/common/images/bg_cream.jpg);
	padding:30px 0 40px;
}
.accessArea h3{
	text-align: center;
}
.accessArea h3 span img{
	width: 100px;
	margin: 0 auto 10px;
	display: block;
}
.accessArea iframe{
	width: 100%;
	height: 500px;
	margin: 0 0 30px;
}
.accessArea p{
	text-align:center;
}

