/* CSS Document */

/* ----------------------------------------------------------------------------------------------------
*  一覧ページ
* --------------------------------------------------------------------------------------------------*/

.pageHead {
	background-image: url("../images/stay/bg_pagehead.jpg");
}
@media screen and (max-width: 767px) {
	.pageHead {
		background-image: url("../images/stay/bg_pagehead_sp.jpg");
	}
}

/* ------------------------------
    anchor
------------------------------ */
.anchor ul {
	margin-top: 55px;
	flex-wrap: wrap;
}
.anchor ul li {
	margin-right: 2.5%;
	width: 31.5%;
}
.anchor ul li:nth-child(3n) {
	margin-right: 0;
}
.anchor ul li a {
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 2.6rem;
	justify-content: center;
	height: 145px;
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: 100%;
}
.anchor ul li a:hover {
	opacity:0.7;
}
.anchor ul li a:after {
	background: url("../images/ico_arrow_anchor.png") no-repeat center / cover;
	content: '';
	display: block;
	position: absolute;
	right: 3%;
	top: calc(50% - 6px);
	margin: 0 auto;
	bottom: 20px;
	height: 11px;
	width: 39px;
	transform: rotate(-90deg);
}
.anchor ul li a.anc01{
	background: url("../images/stay/bg_anchor01.jpg") no-repeat center center / cover;
}
.anchor ul li a.anc02{
	background: url("../images/stay/bg_anchor02.jpg") no-repeat center center / cover;
}
.anchor ul li a.anc03{
	background: url("../images/stay/bg_anchor03.jpg") no-repeat center center / cover;
}
@media screen and (max-width: 1200px) {
	.anchor ul li a {
		font-size: 1.6rem;
	}
	.anchor ul li a:after {
		right: 0;
	}
}

@media screen and (max-width: 767px) {
	.anchor ul li {
		margin: 0 auto 10px;
		width: 90%;
	}
	.anchor ul li:nth-child(3n) {
		margin: 0 auto;
	}
	.anchor ul li a {
		font-size: 2rem;
		height: 108px;
		padding-bottom: 0;
	}
	.anchor ul li a:after {
		width: 28px;
		height: 8px;
	}
}


/* ------------------------------
    lead
------------------------------ */
.lead {
	padding: 55px 0 60px;
}
.lead .headline {
	font-size: 2.6rem;
	margin-bottom: 10px;
}
.lead .subTitle {
	font-size: 1.8rem;
	margin-bottom: 50px;
}
.lead .subTitle span {
	display: inline-block;
	position: relative;
	padding: 0 55px;
}
.lead .subTitle span:before, .lead .subTitle span:after {
	background: #93802A;
	content: '';
	display: block;
	height: 1px;
	width: 36px;
	position: absolute;
	top: 50%;
}
.lead .subTitle span:before {
	left: 0;
}
.lead .subTitle span:after {
	right: 0;
}

.lead p {
	font-weight: 500;
	line-height: 2;
	text-align: center;
}
.lead p + p {
	margin-top: 28px;
}

@media screen and (max-width: 767px) {
	.lead {
		padding: 35px 0;
	}
	.lead .headline {
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.lead .subTitle {
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
	.lead .subTitle span {
		padding: 0 40px;
	}
	.lead .subTitle span:before, .lead .subTitle span:after {
		width: 30px;
	}
	.lead p {
		line-height: 1.8;
	}
	.lead p + p {
		margin-top: 0;
	}
}

/* ------------------------------
    stayFlow
------------------------------ */
.stayFlow .unit .inner {
	position: relative;
}
.stayFlow .unit .head {
	height: 600px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.stayFlow .unit .head .bg img {
	position: absolute;
	height: 100%;
	left: 0;	
}
.stayFlow .unit .head .inner {
	height: 100%;
}
.stayFlow .unit .head .time {
	background: #93802A;
	border-radius: 100px;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.7);
	color: #fff;
	font-size: 1.8rem;
	margin: 0 auto;
	padding-top: 49px;
	position: absolute;
	top: -42px;
	left: 0;
	right: 0;	
	height: 85px;
	text-align: center;
	width: 85px;	
}

.stayFlow .unit .message .verticalTxt {
	position: absolute;
	left: 0;
	top: -535px;
	z-index: 2;
}
.stayFlow .unit .message .verticalTxt.right {
	left: auto;
	right: 0;
}
.stayFlow .unit .message .verticalTxt.isShow {
	top: -555px;
}
.stayFlow .unit .message span {
	background: rgba(255,255,255,0.8);
	display: inline-block;
	font-size: 2.6rem;
	margin-right: 15px;
	padding: 10px 10px 20px;
}
.ie .stayFlow .unit .message span {
	padding: 10px 15px 20px 5px;
}
.stayFlow .unit .message .verticalTxt.right span {
	margin-right: 0;
	margin-left: 15px;
}

.stayFlow .unit .head .title {
	color: #fff;
	display: flex;
	align-items:center;
	font-size: 3rem;
	font-weight: bold;
	line-height: 2;
	position: absolute;
	top: 90px;
	text-shadow: 0 1px 4px rgba(0,0,0,1);
	width: 100%;
	z-index: 2;
}
.ie .stayFlow .unit .head .title {
	padding-right: 14px;
}
.stayFlow .unit .head .title.isShow {
	top: 70px;
}

.stayFlow .unit .body {
	padding: 30px 0 60px;
}
.stayFlow .unit .body .inner {
	max-width: 970px;
}

.stayFlow .unit .body p {
	line-height: 2;
}
.stayFlow .unit .body table {
	border-collapse: collapse;
	margin: 30px auto 0;
	width: 100%;
	max-width: 772px;
}
.stayFlow .unit .body table th {
	background: #F0EAE0;
}
.stayFlow .unit .body table th, .stayFlow .unit .body table td {
	border: 1px solid #C8C9CA;
	padding: 13px;
	text-align: center;
}
.ie .stayFlow .unit .body table th, .ie .stayFlow .unit .body table td {
	padding: 16px 10px 10px;
}
.stayFlow .unit .body table th:nth-child(1) {
	width: 223px;
}
.stayFlow .unit .body table + p {
	max-width: 772px;
	margin: 5px auto 0;
}
.stayFlow .unit .body .flex {
	align-items: flex-end;
}
.stayFlow .unit .body .flex .txt {
	flex: 1;
}
.stayFlow .unit .body .flex .txt p + p {
	margin-top: 20px;
}
.stayFlow .unit .body .flex .btn {
	margin: 0 20px 0 50px;
	width: 200px;
}
.stayFlow .unit .body .flex .btn:after {
	opacity: 0.4;
}

@media screen and (max-width: 767px) {
	.stayFlow .unit .head {
		height: 144px;
	}
	.stayFlow .unit .head .time {
		font-size: 1.3rem;
		height: 64px;		
		width: 64px;
		top: -32px;
		padding-top: 36px;
	}
	.stayFlow .unit .head .title {
		font-size: 2.2rem;
		display: block;
		line-height: 1.6;
		top: 75px;
		text-align: center;
	}
	.stayFlow .unit .head .title.isShow {
		top: 55px;
	}
	.stayFlow .unit .message {
		margin: 30px 0 0;
	}
	.stayFlow .unit .message .verticalTxt {
		position: static;
	}
	.stayFlow .unit .message span {
		font-size: 2rem;
		padding: 0;
	}
	.stayFlow .unit .body {
		padding: 20px 0 40px;
	}
	.stayFlow .unit .body p {
		line-height: 1.8;
	}
	.stayFlow .unit .body .flex .btn {
		margin: 20px auto 0;
	}
	.stayFlow .unit .body table th:nth-child(1) {
		width: auto;
	}
	.stayFlow .unit .body table th, .stayFlow .unit .body table td {
		padding: 5px 10px;
	}
	.stayFlow .unit .body table + p {
		font-size: 1.2rem;
	}
}