@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document album
--------------------------------------------------------- */

#album {
	margin-top: 120px;
}

#album .container {
	height: 905px;
	position: relative;
}

#album .album_01 img {
	width: 600px;
	height: 380px;
	position: absolute;
	top: 60px;
	left: 0;
}

#album .album_02 img {
	width: 320px;
	height: 220px;
	position: absolute;
	top: 550px;
	left: 36px;
}

#album .album_03 img {
	width: 220px;
	height: 220px;
	position: absolute;
	top: 0;
	right: 0;
}

#album .album_04 img {
	width: 220px;
	height: 330px;
	position: absolute;
	top: 288px;
	right: 220px;
}

#album .album_05 img {
	width: 220px;
	height: 220px;
	position: absolute;
	bottom: 0;
	left: 490px;
}

/* ---------------------------------------------------------
	CSS Document outline
--------------------------------------------------------- */

#outline {
	margin-bottom: 120px;
	background: no-repeat bottom;
}

#outline .bg {
	padding-bottom: 90px;
	background: no-repeat center 150px;
}

@media only screen and (min-width: 1440px) {
	#outline {
		background-size: 100% 1476px;
	}
	#outline .bg {
		background-size: 100% 1476px;
	}
}

#aloha #outline,
#aloha #outline .bg {
	background-image: url(/aloha/include/images/outline_01.webp);
}

#tachibana #outline,
#tachibana #outline .bg {
	background-image: url(/tachibana/include/images/outline_01.webp);
}

#tezukayama #outline,
#tezukayama #outline .bg {
	background-image: url(/tezukayama/include/images/outline_01.webp);
}

#outline .container {
	width: 1200px;
	position: relative;
	z-index: 0;
}

#outline .outline_02 {
	height: 186px;
	margin-right: -5px;
	margin-bottom: 130px;
	text-align: right;
}

#outline .flex {
	min-height: 620px;
	margin-bottom: 80px;
	text-align: left;
	position: relative;
}

#outline .row {
	width: 630px;
}

#outline h3 {
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 36px;
	line-height: 1.3;
}

#outline .table {
	display: table;
	width: 100%;
	margin-bottom: 40px;
}

#outline .table dl {
	display: table-row;
	border-bottom: solid 1px #D9D9D9;
	text-align: left;
	line-height: 1.7;
}

#outline .table dt {
	display: table-cell;
	vertical-align: middle;
	width: 140px;
	padding: 25px 0;
	font-weight: 600;
}

#outline .table dd {
	display: table-cell;
	vertical-align: middle;
	padding: 25px 0;
}

#outline .pdf a {
	display: block;
	width: 220px;
	height: 56px;
	border-radius: 10px;
	background: var(--orange);
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	line-height: 54px;
	color: #fff;
}

#outline .pdf a:after {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 14px;
	height: 54px;
	margin: 0 -0.5em 0 0.5em;
	background: url(/include/images/icon_download.svg) no-repeat right / 100% auto;
}

#outline .outline_03 {
	width: 460px;
	height: 620px;
	position: absolute;
	top: 0;
	right: 0;
}

#outline .outline_03:after {
	content: '';
	width: 242px;
	height: 166px;
	background: url(/aloha/include/images/outline_04.png) no-repeat 0 0;
	position: absolute;
	bottom: 10px;
	left: -145px;
}

#outline .map {
	height: 360px;
	margin-bottom: 80px;
}

#outline .map iframe {
	vertical-align: top;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 0;
}

#outline .document {
	display: flex;
	justify-content: center;
}

#outline .document li {
	margin: 0 15px;
}

#outline .document a {
	display: block;
	width: 220px;
	height: 56px;
	border-radius: 10px;
	background: var(--orange);
	text-decoration: none;
	font-size: 18px;
	line-height: 54px;
	color: #fff;
}
