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

.mainImg{
	margin: 0 auto;
	width: 1100px;
	padding: 0;
	line-height: 0;
}
.cp-lead{
	width: 1100px;
	margin: 0 auto;
	background: url(../img/bg-lead.jpg) no-repeat left top;
	height: 270px;
	padding: 0
}
.cp-lead.cp-enclose{
	width: 1100px;
	margin: 0 auto;
	background: url(../img/bg-enclose.jpg) no-repeat left top;
	height: 360px;
	padding: 0
}
.cp-lead ul{
	padding: 20px 0 0 20px;
}
.cp-lead.cp-enclose ul{
	padding: 110px 0 0 20px;
}
.cp-lead ul li{
	float: left;
	margin-right: 20px;
}
.cp-lead ul li img{
	width: 340px;
	box-shadow: 2px  2px 5px rgba(0,0,0,0.4);
}
.cp-message{
	width: 1100px;
	margin: 0 auto;
	line-height: 0;
}

.btn_link {
    margin: 50px auto;
    width: 330px;
}
.btn_link:nth-child(1){
	margin: 50px auto 0 auto;
}
.serif {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.btn_link li {
    float: left;
    margin-right: 0.5%;
    background: #a3762b;
    width: 100%;
    height: 71px;
    text-align: center;
}
.btn_link li.reservation{
	background: #e1200f;
}
.btn_link li a {
    color: #fff;
    text-align: center;
    margin-right: 16px;
    line-height: 71px;
    font-size: 22px;
    text-decoration: none;
    display: block;
    position: relative;
}
.btn_link li a:before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: #fff 1px solid;
    position: absolute;
    top: 66%;
    right: 0.3%;
}
.btn_link li a:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;
    position: absolute;
    top: 42%;
    right: 1%;
    transform: rotate(45deg);
}</pre></body></html>