<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* .service {
	width: 960px;
	margin:  0 auto;
} */
.service .inner {
	padding: 30px 8px 20px;
}
.service .inner p {
	display: block;
	padding: 0 1em;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 20px;
}
.service .inner button {
	display: block;
	margin: 0 0 30px auto;
	background-color: #113360;
	padding: 4px 10px;
}
.service .inner button span {
	font-size: 14px;
	color: #fff;
}
.service .inner button span:after {
	content: url('../img/icon/banner_btn02.html');
	padding-left: 6px;
	vertical-align: middle;
}
.service .inner .service_cont {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/* padding: 0 8px; */
}
.service .inner .service_cont li {
	width: 33%;
	height: 310px;
	padding: 15px;
	border: 1px solid #113360;
	margin-bottom: 15px;
	background-color: #fff;
	/* float: left; */
}
.service .inner .service_cont li a:hover {
	opacity: 0.6;
  /* cursor: pointer; */
}
.service .inner .service_cont li a {
	width: 100%;
	height: 100%;
}
.service .inner .service_cont li div, .service .inner .service_cont li a div {
	height: 130px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-size: cover;
}
.service .inner .service_cont li a h3,.service .inner .service_cont li h3 {
	padding: 0 0 8px;
    color: #5d6880;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: bold;
	text-align: center;
}
.service .inner .service_cont li a p, .service .inner .service_cont li p {
	padding-left: 0;
	margin-bottom: 8px;
	font-size: 13.4px;
	line-height: 1.5em;
}
.service .inner .service_cont li a .more{
	display: block;
	line-height: 1em;
	font-weight: bolder;
	float: right;
}
.service .inner .service_cont li a .more:after {
	content: url("../img/icon/banner_btn01.html");
	margin-left: 5px;
	float: right;
}
/* コンシェルジュ */
.service .inner .main-visual {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 320px;
	margin-bottom: 30px;
	background-image: url('../img/top/slide_img01.html');
	background-repeat: no-repeat;
	background-size: cover;
}
.service .inner .main-visual p {
	font-size: 16px;
	line-height: 2em;
	margin-bottom: 100px;
}
.service .inner .concierge_about h3,
.service .inner .service-lunch h3,
.service .inner .service-catering h3 {
    line-height: 24px;
    padding: 8px 15px;
    margin-bottom: 10px;
    background-color: #113360;
    color: #fff;
	font-size: 1.3em;
    font-weight: bolder;
    text-align: left;
}
.service .inner .service-lunch h3,
.service .inner .service-catering h3 {
	margin-bottom: 30px;
}

/* お弁当 */
.service .inner .service-lunch {
	width: 100%;
}
.service .inner .service-lunch dl,
.service .inner .service-lunch dl dt,
.service .inner .service-lunch dl dd,
.service .inner .service-lunch dl dd ul,
.service .inner .service-catering .catering_merit,
.service .inner .service-catering .catering_merit ul li dl,
.service .inner .service-catering .catering_merit ul li dl dt,
.service .inner .service-catering .catering_merit ul li dl dd {
	width: 100%;
}
.service .inner .service-lunch dl {
	/*padding: 0 1em;*/
	margin-bottom: 30px;
}
.service .inner .service-lunch dl dt {
	margin-bottom: 14px;
	font-size: 16px;
	line-height: 1.7em;
}
.service .inner .service-lunch dl dt:before {
	content: "▼";
}
.service .inner .service-lunch dl dd ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	/*-webkit-justify-content: space-between;
	justify-content: space-between;*/
    -webkit-align-content: flex-start;
    align-content: flex-start;
}
.service .inner .service-lunch dl dd ul li {
	width: 235px;
    padding: 8px;
	margin-bottom: 20px;
}
.service .inner .service-lunch dl dd ul li img {
	width: 100%;
	height: auto;
    max-height: 200px;
}
.service .inner .service-lunch dl dd ul li div {
	width: 100%;
	height: 170px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.service .inner .service-lunch dl dd ul li p {
	padding: 0;
	margin: 0;
}
/* ケータリング */
.service .inner .service-catering {
	width: 100%;
}
.service .inner .service-catering .catering-firstmessage {
	padding: 0 14px;
	margin-bottom: 30px;
}
.service .inner .service-catering .catering-firstmessage p {
	width: 50%;
	padding: 1em 0 0;
	float: left;
}
.service .inner .service-catering .catering-firstmessage img {
	display: inline-block;
	width: 50%;
	height: auto;
	float: right;
}

.service .inner .service-catering section h4 {
	width: 100%;
	margin-bottom: 30px;
    line-height: 1.5em;
    color: #5d6880;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    background-color: transparent;
}
.service .inner .service-catering .catering_merit,
.service .inner .service-catering .catering_plan {
	margin-bottom: 40px;
}

.service .inner .service-catering .catering_merit ul {
	display: flex;
	-webkit-display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.service .inner .service-catering .catering_merit ul li {
	width: 18%;
	text-align: center;
}
.service .inner .service-catering .catering_merit ul li img {
	width: auto;
	height: 95px;
	margin-bottom: 10px;
}
.service .inner .service-catering .catering_merit ul li dl dt {
	font-size: 18px;
	line-height: 1.7em;
	font-weight: bold;
}
.service .inner .service-catering .catering_merit ul li dl dd {
	font-size: 14px;
	line-height: 1.7em;
	text-align: left;
}

.service .inner .service-catering .catering_plan {
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.service .inner .service-catering .catering_plan section {
	width: calc(50% - 10px);
	padding: 8px 16px;
	margin-bottom: 30px;
	background-color: #e3e7ef;
}
.service .inner .service-catering .catering_plan section h5 {
	font-size: 1.4em;
	text-align: center;
}
.service .inner .service-catering .catering_plan section h5:before {
	content: none;
}
.service .inner .service-catering .catering_plan section p {
	padding: 0;
	text-align: center;
}
.service .inner .service-catering .catering_plan section ul {
	width: 100%;
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.service .inner .service-catering .catering_plan section ul li {
	width: calc(50% - 6px);
	height: 170px; /* 高さをそろえる */
	padding: 8px;
	margin-bottom: 10px;
	background-color: #fff;
}
.service .inner .service-catering .catering_plan section ul li dl {
	width: 100%;
}
.service .inner .service-catering .catering_plan section ul li dl dt {
	font-size: 14px;
	line-height: 1.7em;
	font-weight: bold;
	text-align: center;
}
.service .inner .service-catering .catering_plan section ul li dl dd p {
	margin-bottom: 0;
	font-size: 14px;
	text-align: left;
}
.service .inner .service-catering .catering_plan section ul li dl dd .course {
	width: 100%;
	margin-bottom: 4px;
	border-radius: 4px;
	background-color: #5d6880;
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
}
.service .inner .service-catering .catering_plan section ul li dl dd .course span {
	padding-left: 8px;
	font-size: 0.9em;
}
.service .inner .service-catering .catering_plan section img {
	width: 100%;
	height: auto;
}
.service .inner .service-catering .catering_plan section a {
    display: block;
    width: 80%;
    height: 56px;
    padding: 12px 18px;
    border: 2px solid rgba(17,51,96,1);
    margin: 30px auto;
    background-color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    position: relative;
}
.service .inner .service-catering .catering_plan section a:before {
	position: absolute;
	right: 8px;
	top: 7px;
	display: block;
	width: 29px;
	height: 38px;
	content: "";
	background-image: url('../img/icon/pdf.html');
	background-position: right center;
	background-repeat: no-repeat;
}
.service .inner .service-catering .catering_plan .catering_caution span {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}


@media screen and (max-width: 480px) {
	.service {
		width: 100%;
	}
	.service .inner .service_cont {
		padding: 0;
	}
	.service .inner .service_cont li {
		width: 100%;
		margin: 0 0 10px;
	}
	.service .inner .main-visual {
		height: 140px;
		background-position: right;
	}
	.service .inner .main-visual p {
		width: 70%;
		font-size: 14px;
		line-height: 1.6em;
		margin-bottom: 0;
	}
	.service .inner .main-visual p span.br:before {
		content: "\A";
		white-space: pre;
	}

	.service .inner .service-lunch dl {
		padding: 0;
	}
	.service .inner .service-lunch dl dd ul li {
		width: calc(50% - 6px);
	}
	.service .inner .service-catering .catering-firstmessage {
		padding: 0;
	}
	.service .inner .service-catering .catering-firstmessage p {
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}
	.service .inner .service-catering .catering-firstmessage img {
		float: none;
		width: 100%;
		height: auto;
	}
	.service .inner .service-catering section h4 {
		padding: 0;
		font-size: 1.4em;
	}
	.service .inner .service-catering .catering_merit ul {
		flex-wrap: wrap;
	}
	.service .inner .service-catering .catering_merit ul li {
		width: calc(50% - 6px);
		margin-bottom: 16px;
	}
	.service .inner .service-catering .catering_plan section {
		width: 100%;
	}
	.service .inner .service-catering .catering_plan section ul li {
		width: 100%;
		height: inherit;
		margin-bottom: 16px;
	}
	.service .inner .service-catering .catering_plan section ul li dl dt {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.service .inner .service-catering .catering_plan section ul li dl dd .course {
		margin-bottom: 8px;
	}
	.service .inner .service-catering .catering_plan section a {
		width: 100%;
		padding: 12px 8px;
	}
	.service .inner .catering_caution {
		padding: 0;
		font-size: 14px;
	}
}
@media screen and (max-width: 320px) {
	.service .inner .main-visual {
		background-position: right -30px center;
	}
	.service .inner .main-visual p {
		font-size: 12px;
	}
	.service .inner .service-catering section h4 {
		font-size: 1.3em;
	}
	.service .inner .service-catering .catering_plan section p {
		font-size: 14px;
	}
	.service .inner .service-catering .catering_plan section a {
		font-size: 12px;
	}
}</pre></body></html>