@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* header */
/* -------------------------------------------------- */
.mainNav {
	margin-bottom: 60px;
}

/* 予約 */
/* -------------------------------------------------- */
#reservation {
	padding: 145px 0 150px;
	text-align: center;
	background: #4F4F50;
}

#reservationLogo {
	padding-bottom: 80px;
}

#reservationTxt {
	padding-bottom: 25px;
	font-size: 2rem;
	line-height: 1;
}

#reservationTel {
	padding-bottom: 20px;
	font-size: 2.4rem;
	line-height: 1;
	color: #FFFFFF;
}

#reservationTelNum {
	font-size: 5.4rem;
	color: #FFFFFF !important;
}

#reservationTime {
	padding-bottom: 20px;
	line-height: 1;
}

#reservOther {
	padding: 10px 15px;
	background: #222;
	margin-bottom: 70px;
	display: inline-block;
}

#reservOther .telLink {
	padding-left: 1em;
}

.dressCode {
	padding-bottom: 0;
}

.dressCodeTxt:last-child {
	padding-bottom: 0;
}

/* アクセス */
/* -------------------------------------------------- */
#access {

}

#accessTop {

}

#accessImg {
	width: 50%;
	overflow: hidden;
}

#accessImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

#accessInner {
	padding: 60px 0;
}

#accessInfo {
	width: 50%;
	padding: 0 6%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#accessTit {
	padding-bottom: 80px;
}

#accessTit a {
	color: #FFE8C6;
	transition: all 0.3s ease-in-out 0s;
}

#accessTitEn {
	padding-right: 25px;
	font-size: 3.4rem;
}

#accessTitJa {
	padding-left: 15px;
	background: url(../../img/reservation-access/map_point_icon.png) no-repeat left center;
}

#accessList {

}

.accessTherme {
	padding-bottom: 15px;
	display: block;
	font-size: 2rem;
	line-height: 1;
	color: #A79451;
}

.accessDetail {
	padding-bottom: 65px;
	display: block;
	font-size: 1.4rem;
	line-height: 2.1;
}

.accessItem {
	padding-left: 20px;
	display: block;
	position: relative;
}

.accessItem:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 12px;
	background: #A79451;
	border-radius: 50%;
}



#accessMap {

}

/* -------------------------------------------------- */
/* PC 1300px ~ 1025px*/
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) and (max-width: 1370px) {
	#accessTitJa {
		display: block;
	}

	.brA_:after {
		content: none;
	}


}

/* -------------------------------------------------- */
/* PC 1025px以上  マウスイベント、改行*/
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) {
	.circleArea:hover .circle:before {
		opacity: 0;
	}

	#accessTit a:hover {
		opacity: 0.7;
	}
}

/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	/* header */
	/* -------------------------------------------------- */
	.mainNav {
		margin-bottom: 0;
	}

	#reservationAccess {
		margin-top: -50px;
	}
	/* 予約 */
	/* -------------------------------------------------- */
	#reservation {
		padding: 80px 0;
	}

	#reservationLogo {
		width: 40%;
		margin: 0 auto;
		padding-bottom: 30px;
	}

	#reservationLogo img {
		width: 100%;
	}

	#reservationTxt {
		padding-bottom: 10px;
		font-size: 2rem;
		line-height: 1.5;
	}

	#reservationTel {
		font-size: 2rem;
	}

	#reservationTelNum a {
		font-size: 4.2rem;
		color: #FFFFFF !important;
	}

	#reservationTime {
		line-height: 1.5;
	}

	/* ドレスコード */
	.dressCode {
		width: 90%;
		margin: 0 auto;
	}

	/* アクセス */
	/* -------------------------------------------------- */
	#accessTop {
		display: block;
	}

	#accessImg {
		width: 100%;
	}

	#accessInfo {
		width: 100%;
	}

	#accessInner {
		padding: 40px 0;
	}

	#accessTit {
		padding-bottom: 40px;
	}

	#accessTitJa {
		padding-left: 25px;
		background: url(../../img/reservation-access/map_point_icon_sp.png) no-repeat left 5px;
		background-size: 12px 16px;
		-webkit-background-size: 12px 16px;
	}

	.accessTherme {
		font-size: 2.2rem;
	}

	.accessDetail {
		padding-bottom: 40px;
		font-size: 1.6rem;
	}

	#accessMap iframe {
		height: 400px;
	}
}
/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	/* header */
	/* -------------------------------------------------- */
	.mainNav {
		margin-bottom: 0;
	}

	#reservationAccess {
		margin-top: -50px;
	}
	/* 予約 */
	/* -------------------------------------------------- */
	#reservation {
		padding: 80px 0;
	}

	#reservationLogo {
		width: 40%;
		margin: 0 auto;
		padding-bottom: 30px;
	}

	#reservationLogo img {
		width: 100%;
	}

	#reservationTxt {
		padding-bottom: 10px;
		font-size: 2rem;
		line-height: 1.5;
	}

	#reservationTel {
		font-size: 2rem;
	}

	#reservationTelNum a {
		font-size: 3rem;
		color: #FFFFFF !important;
	}

	#reservationTime {
		line-height: 1.5;
	}
	
	#reservOther {
		font-size: 1.3rem;
		padding: 10px 15px;
		background: #222;
		margin-bottom: 70px;
		display: inline-block;
	}
	
	#reservOther .telLink {
		font-size: 140%;
	}
	
	#reservOther .telLink::before {
		content: "\A" ;
		white-space: pre ;
	}
	
	

	/* ドレスコード */
	.dressCode {
		width: 90%;
		margin: 0 auto;
	}

	/* アクセス */
	/* -------------------------------------------------- */
	#accessTop {
		display: block;
	}

	#accessImg {
		width: 100%;
	}

	#accessInfo {
		width: 100%;
	}

	#accessInner {
		padding: 40px 0;
	}

	#accessTit {
		padding-bottom: 40px;
	}

	#accessTitJa {
		padding-left: 25px;
		display: block;
		background: url(../../img/reservation-access/map_point_icon_sp.png) no-repeat left 5px;
		background-size: 12px 16px;
		-webkit-background-size: 12px 16px;
	}

	.accessTherme {
		font-size: 2.2rem;
	}

	.accessDetail {
		padding-bottom: 40px;
		font-size: 1.4rem;
		line-height: 1.4;
	}

	#accessMap iframe {
		height: 400px;
	}

}
