<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* onlinereservation */

@media screen and (min-width: 641px){

#onlres .main {
	margin: -50px 0px 80px 0px;
	position: relative;
	}

#onlres .main img:nth-child(1) {
	width: 100%;
	}

#onlres .main img:nth-child(2) {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

#onlres .rec {
	margin: 0px 0px 50px 0px;
	text-align: center;
	}

#onlres .rec h3 {
	font-size: 28px;
	font-weight: normal;
	margin: 0px 0px 50px 0px;
	}

#onlres ul {
	width: 1000px;
	margin: 0px auto 65px auto;
	display: flex;
	flex-wrap: wrap;
	}

#onlres li {
	width: 235px;
	height: 160px;
	background: #ffffff;
	border: 2px #111111 solid;
	font-size: 21px;
	font-weight: bold;
	line-height: 130%;
	margin: 0px 20px 0px 0px;
	padding: 35px 0px 0px 0px;
	float: left;
	position: relative;
	box-shadow: 4px 4px 0px 0px #148CC1;
	box-sizing: border-box;
	}

#onlres li:last-child {
	margin: 0px;
	}

#onlres li:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10.5px 0 10.5px;
	border-color: #111111 transparent transparent transparent;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	bottom: -15px;
	}

#onlres li:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10.5px 0 10.5px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	bottom: -12px;
	}

#onlres p {
	font-size: 21px;
	font-weight: bold;
	color: #148CC1;
	margin: 30px 0px 0px 0px;
	}

}

@media screen and (max-width: 640px){

#onlres .main {
	width: 100%;
	height: 300px;
	background: url(img/main.jpg) no-repeat center;
	background-size: cover;
	margin: -50px 0px 40px 0px;
	position: relative;
	}

#onlres .main img:nth-child(1) {
	display: none;
	}

#onlres .main img:nth-child(2) {
	width: 55%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

#onlres .rec {
	margin: 0px 0px 30px 0px;
	text-align: center;
	}

#onlres .rec h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	}

#onlres ul {
	width: 94%;
	margin: 0px auto 25px auto;
	display: flex;
	flex-wrap: wrap;
	}

#onlres li {
	width: 49%;
	height: 120px;
	background: #ffffff;
	border: 2px #111111 solid;
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
	margin: 0px 2% 20px 0px;
	padding: 28px 0px 0px 0px;
	float: left;
	position: relative;
	box-shadow: 4px 4px 0px 0px #148CC1;
	box-sizing: border-box;
	}

#onlres li:nth-child(2n) {
	margin: 0px 0px 20px 0px;
	}

#onlres li:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10.5px 0 10.5px;
	border-color: #111111 transparent transparent transparent;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	bottom: -15px;
	}

#onlres li:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10.5px 0 10.5px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	bottom: -12px;
	}

#onlres .dev {
	width: 50%;
	}

#onlres p {
	font-size: 16px;
	font-weight: bold;
	color: #148CC1;
	margin: 20px 0px 0px 0px;
	}

}</pre></body></html>