
/* ===============================================
common
=============================================== */
#hilton {
	clear: both;
	text-align: left;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
}
/* ===============================================
header
=============================================== */
#hilton .header {
	text-align: center;
	margin-bottom: 40px;
}
#hilton .header h3 {
	background-image: url(/ss_files/hawaii/pickup/0033/img/header.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-color: #11233a;
	height: 480px;
}
#hilton .header h3 span {
	display: none;
}
/* ===============================================
pickup-contents
=============================================== */
#hilton .pickup-contents {
	margin: 0 auto 50px;
	width: min(95%, 900px);
}
#hilton p {
	font-size: 16px;
	line-height: 1.875;
	margin-bottom: 15px;
}
/* ===============================================
headline
=============================================== */
#hilton .headline {
	text-align: center;
	font-family:'times new roman', times, serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.65;
	color: #11233a;
	margin: 50px 0 30px;
}
#hilton .headline::after {
	display: block;
	content: "";
	background-color: #cccccc;
	margin: 20px auto 0;
	width: 120px;
	height: 1px;
}
/* ===============================================
headlineS
=============================================== */
#hilton .headlineS {
	text-align: center;
	font-family:'times new roman', times, serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.65;
	color: #11233a;
	background-color: #f0e9e6;
	padding: 15px 20px;
	margin: 40px 0 15px;
}
/* ===============================================
text
=============================================== */
#hilton .text {
	margin-bottom: 30px;
}
/* ===============================================
timeline
=============================================== */
#hilton .timeline {
	background-color: #eaeef4;
	padding: 20px 20px 5px 20px;
	margin-bottom: 30px;
}
#hilton .timeline .title {
	text-align: center;
	font-family:'times new roman', times, serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.65;
	color: #11233a;
	margin-bottom: 15px;
}
#hilton .desc {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	margin-bottom: 15px;
	width: 100%;
}
#hilton .desc dl {
	display: table-cell;
	vertical-align: top;
	padding: 30px;
	width: 100%;
}
#hilton .desc dl dt {
	display: inline-block;
	color: #11233a;
	font-size: 20px;
	font-weight: bold;
	font-family:'times new roman', times, serif;
	border-bottom: 1px solid #11233a;
	line-height: 1;
	padding: 0 4px;
	margin-bottom: 20px;
}
#hilton .desc dl dt span {
	color: #5e7696;
	font-size: 26px;
	font-style: oblique;
	font-weight: bold;
	font-family:'times new roman', times, serif;
	margin-right: 15px;
}
#hilton .desc .pic-desc {
	display: table-cell;
	vertical-align: middle;
	padding: 30px 30px 30px 0;
	white-space: nowrap;
}
#hilton .desc .pic-desc img {
	vertical-align: bottom;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 1px;
	width: 300px;
}
#hilton .desc .pics {
	text-align: center;
}
#hilton .desc .pics img {
	vertical-align: bottom;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 1px;
	width: 240px;
}
/* ===============================================
pic
=============================================== */
#hilton .pic {
	text-align: center;
	background-color: #f7f6f5;
	margin-bottom: 30px;
}
#hilton .pic img {
	background-color: #ffffff;
	vertical-align: bottom;
	width: 720px;
}
/* ===============================================
pic small
=============================================== */
#hilton .picS {
	text-align: center;
	background-color: #f7f6f5;
	margin-bottom: 30px;
}
#hilton .picS img {
	background-color: #ffffff;
	vertical-align: bottom;
	width: 360px;
}
/* ===============================================
gallery
=============================================== */
#hilton .gallery {
	clear: both;
	text-align: center;
	font-size: 0;
	background-color: #f7f6f5;
	margin: 30px 0;
}
#hilton .gallery img {
	text-align: center;
	vertical-align: middle;
	margin: 0 5px;
	width: 360px;
	height: auto;
}
/* ===============================================
hotel information
=============================================== */
#hilton .hotel {
	clear: both;
	text-align: center;
	background-color: #11233a;
	padding: 60px 50px 50px;
	margin: 60px 0 30px;
}
/* -----------------------------------------------
hotel-name
----------------------------------------------- */
#hilton .hotel .hotel-name {
	font-family:'times new roman', times, serif;
	color: #ffffff;
	line-height: 1.65;
	margin-bottom: 30px;
}
#hilton .hotel .hotel-name div:first-child {
	font-size: 28px;
	letter-spacing: 0.05em;
}
#hilton .hotel .hotel-name div:last-child {
	font-size: 16px;
}
/* -----------------------------------------------
info
----------------------------------------------- */
#hilton .hotel .info {
	margin-bottom: 50px;
}
#hilton .hotel .info::before {
	display: block;
	content: "";
	background-color: rgba(255,255,255,.7);
	margin: 0 auto;
	width: 120px;
	height: 1px;
}

/* addr */

#hilton .hotel .info .addr {
	color: #ffffff;
	line-height: 1.5;
	margin: 30px 0 40px;
}
#hilton .hotel .info .addr p {
	font-family:'times new roman', times, serif;
	font-size: 20px;
	margin-bottom: 6px;
}
#hilton .hotel .info .addr a {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	line-height: 1;
	background-color: #309ce7;
	border-radius: 1px;
	padding: 7px 10px 6px;
}
#hilton .hotel .info .addr a:hover {
	opacity: 0.8;
}

/* call */

#hilton .hotel .info .call {
	font-family:'times new roman', times, serif;
	color: #ffffff;
	font-size: 30px;
	margin-bottom: 50px;
}
#hilton .hotel .info .call span {
	color: #ffffff;
}
/* -----------------------------------------------
luau
----------------------------------------------- */
#hilton .hotel .luau {
	border-top: 3px double rgba(255,255,255,.1);
	border-bottom: 3px double rgba(255,255,255,.1);
	padding: 18px 18px 10px 18px;
	margin-bottom: 30px;
}
#hilton .hotel .luau dl dt {
	color: #ffffff;
	font-family:'times new roman', times, serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
}
#hilton .hotel .luau dl dd {
	color: #ffffff;
}
#hilton .hotel .luau dl dd p {
	line-height: 1.4;
	margin-bottom: 8px;
}
/* -----------------------------------------------
reservation
----------------------------------------------- */
#hilton .hotel .reservation {
	background-color: #ffffff;
	margin-bottom: 0;
}

/* head */

#hilton .hotel .reservation .head {
	font-family:'times new roman', times, serif;
	line-height: 1.4;
	color: #ffffff;
	background-color: #058270;
	padding: 15px 30px;
}
#hilton .hotel .reservation .head div:first-child {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 4px;
}
#hilton .hotel .reservation .head div:last-child {
	font-size: 15px;
}

/* contact */

#hilton .hotel .reservation .contact {
	padding: 40px 30px 30px;
}
#hilton .hotel .reservation .contact .call {
	font-family:'times new roman', times, serif;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	margin-bottom: 20px;
}
#hilton .hotel .reservation .contact .call span {
	font-size: 28px;
	color: #11233a;
	margin: 0 6px;
}
#hilton .hotel .reservation .contact .button {
	text-align: center;
}
#hilton .hotel .reservation .contact .button a {
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	padding: 16px 20px;
	margin: 5px;
	min-width: 120px;
}
#hilton .hotel .reservation .contact .button a:first-child {
	background-color: #309ce7;
}
#hilton .hotel .reservation .contact .button a:last-child {
	background-color: #f5007d;
}
#hilton .hotel .reservation .contact .button a:hover {
	opacity: 0.8;
}