@charset "UTF-8";

/**
 * ---------------------------------------------------
 * pageTitle
 * ---------------------------------------------------
 */
#pageTitleBox {
	/* margin: 70px auto 0;
	text-align: center;
	height: 100%;
	width: 100%; */
	margin: 40px auto;
	text-align: center;
	height: 451.5px;
	width: 950px;
	position: relative;
	background: url(../images/pageTitleBg.jpg) top right no-repeat;
	background-size: 100% 100%;
	padding-top: 41%;
}
#pageTitleBox .inner{
	top: 35%;
	left: 0;
	width: 1100px;
	height: 95px;
	padding: 0;
	margin: 0 auto;
	position: absolute;
}
#pageTitleBox .inner .pageTitle {
	top: 0;
	left: 10%;
	width: 100%;
	position: absolute;
	text-align: left;
	z-index: 999;
	color: #000;
}
#pageTitleBox .inner .pageTitle  .en{
	font-size: 2.875rem;
	letter-spacing: 3px;
	font-family: "Krub", sans-serif;
}
#pageTitleBox .inner .pageTitle  .ja{
	display: block;
	margin-top: 10px;
	font-size: 1.0625rem;
	font-family: 'Noto Sans JP', sans-serif;
}

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

/*prologue*/
.prologueBox {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
.prologueBox .inner {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	max-width: 1100px;
	text-align: center;
	position: relative;
}
.prologueBox .inner p{
	padding: 0;
	margin: 0 auto 40px;
	font-weight: bold;
	letter-spacing: 4px;
	font-size: 1.5625rem;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	line-height: normal;
}

/*access*/
.accessBox {
	margin: 200px 0 100px;
	margin-left: 5%;
	padding: 0 0 120px 0;
	width: 95%;
	text-align: center;
	background: #a01625;
	position: relative;
	border-top-left-radius: 80px;
	border-bottom-left-radius: 80px;
}
.accessBox::before{
	content: "";
	/* top: -118px;
	right: 3%; */
	top: -250px;
	right: 0;
	width: 90px;
	height: 120px;
	position: absolute;
	background: url(../images/icon-access.png) no-repeat;
	background-size: 100%;
}
.accessBox .inner {
	color: #fff;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	max-width: 1100px;
	text-align: left;
	position: relative;
}
.accessBox .inner .gMap{
	top: -100px;
	/* left: 0;
	width: 100%; */
	left: 50%;
    transform: translateX(-50%);
    width: 90%;
	height: 600px;
	position: absolute;
}
.accessBox .inner .gMap iframe{
	border-radius: 40px;
}
.accessBox .inner .route{
	margin: 0;
	padding: 530px 40px 0;
}
.accessBox .inner .route li{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
.accessBox .inner .route li:last-child{
	margin-bottom: 0;
}
.accessBox .inner .route li h3{
	width: 100%;
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #fff;
}
.accessBox .inner .route li p{
	width: 80%;
	font-family: 'Noto Sans JP', sans-serif;
}
.accessBox .inner .route li p span{
	display: block;
	font-weight: bold;
	margin-top: 10px;
}
.accessBox .inner .route a.link{
	bottom: 0;
	right: 0;
	padding: 40px 0 0;
	margin: 0;
	width: 13%;
	color: #fff;
	font-weight: bold;
	position: absolute;
}
.accessBox .inner .route a.link::before{
	content: "";
	bottom: -20px;
	right: 0;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	position: absolute;
	font-weight: bold;
	background: url("../../images/arwr.png") top 50% center no-repeat #fff;
	background-size: 20px auto;
	transition: 0.3s ease-in-out;
}
.accessBox .inner .route a.link:hover::before{
	background: url("../../images/arwr.png") top 50% center no-repeat #f75564;
	background-size: 20px auto;
}
.parkingBox {
	margin: 120px 0 0;
	/* margin-right: 5%; */
	padding: 50px;
	/* width: 95%; */
	text-align: center;
	position: relative;
	background: #faf3f4;
	border-top-right-radius: 80px;
	border-bottom-right-radius: 80px;
}
.parkingBox::before{
	content: "";
	top: -50px;
	left: 3%;
	width: 200px;
	height: 80px;
	position: absolute;
	background: url(../images/icon-parking.png) no-repeat;
	background-size: 100% 100%;
}
.parkingBox .inner {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	max-width: 1100px;
	text-align: center;
	position: relative;
}
.parkingBox .inner h2{
	margin: 0 auto 50px;
	padding: 0;
	letter-spacing: 2px;
	font-size: 1.9375rem;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
}
.parkingBox .inner p{
	width: 100%;
	max-width: 650px;
	margin: 0 auto 40px;
	padding: 0;
	letter-spacing: 1px;
	font-family: 'Noto Sans JP', sans-serif;
}
.parkingBox .inner figure{
	width: 605px;
	height: auto;
	padding: 0;
	margin: 0 auto;
}
.parkingBox .inner figure img{
	border-radius: 40px;
}
.parkingBox .inner .parkingMap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 50px auto;
}
.parkingBox .inner .parkingMap .map_parking{
	width: 55%;
	/* height: 600px; */
	height: 430px;
}
.parkingBox .inner .parkingMap .map_parking iframe{
	border: none;
	border-radius: 40px;
}
.parkingBox .inner .parkingMap .parking_content{
	width: 40%;
	text-align: left;
}
.parkingBox .inner .parkingMap .parking_content h2{
	margin: 0;
	padding: 0;
	font-size: 1.0625rem;
}
.parkingBox .inner .parkingMap .parking_content ul{
	margin: 0 0 20px;
	padding: 0;
}
.parkingBox .inner .parkingMap .parking_content ul li{
	margin: 0 auto 20px;
	padding: 0;
	line-height: 26px;
	font-family: 'Noto Sans JP', sans-serif;
}
.parkingBox .inner .parkingMap .parking_content ul li a{
	width: 130px;
	display: block;
	color: #fff;
	margin: 5px 0;
	padding: 2px 10px 4px;
	background: #911625;
	border-radius: 4px;
	transition: 0.3s ease-in-out;
}
.parkingBox .inner .parkingMap .parking_content ul li a:hover{
	background: #f75564;
}

/**
 ****************************************************
 *
 * screens smaller than 763
 *
 ****************************************************
 */
@media only screen and (max-width: 736px) {
#pageTitleBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../images/pageTitleBg_sp.jpg) top center no-repeat;
	background-size: 100% 100%;
	padding-top: 105%;
}
#pageTitleBox .inner{
	top: 2%;
	left: 0;
	width: 100%;
	height: auto;
}
#pageTitleBox .inner .pageTitle  .en{
	font-size: 2.5rem;
	letter-spacing: 1px;
}
#pageTitleBox .inner .pageTitle .ja{
	margin-top: 4px;
}

/*prologue*/
.prologueBox {
	width: 90%;
	margin: 0 auto;
}
.prologueBox .inner {
	width: 100%;
}
.prologueBox .inner p{
	margin: 0 auto 40px;
	letter-spacing: 2px;
	font-size: 1.375rem;
}

/*access*/
.accessBox {
	padding: 0 0 80px 0;
}
.accessBox::before{
	top: -77px;
	width: 60px;
	height: 79px;
}
.accessBox .inner {
	width: 100%;
}
.accessBox .inner .gMap{
	height: 300px;
	width: 106%;
	left: -6%;
}
.accessBox .inner .gMap iframe{
	border-radius: 0;
}
.accessBox .inner .route{
	width: 80%;
	margin: 0 auto;
	padding: 230px 0 0 0;
}
.accessBox .inner .route li{
	margin-bottom: 50px;
}
.accessBox .inner .route li p{
	width: 100%;
}
.accessBox .inner .route a.link{
	bottom: -30px;
	width: 100%;
	padding: 0 80px 0 0;
	text-align: right;
}
.accessBox .inner .route a.link::before{
	content: "";
	bottom: -20px;
	right: 0;
}
.parkingBox {
	margin: 100px 0 0;
	padding: 50px 0 30px;
}
.parkingBox::before{
	top: -30px;
	left: 3%;
	width: 120px;
	height: 50px;
}
.parkingBox .inner {
	width: 100%;
}
.parkingBox .inner p{
	width: 80%;
}
.parkingBox .inner figure{
	width: 80%;
}
.parkingBox .inner .parkingMap .map_parking{
	width: 95%;
	height: 300px;
	margin-left: 5%;
}
.parkingBox .inner .parkingMap .map_parking iframe{
	border-radius: 10px;
}
.parkingBox .inner .parkingMap .parking_content{
	width: 80%;
	margin: 0 auto;
}

}