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

#KV_SET {
	max-width: 1500px;
	margin: 0 auto;
	position:static;
	height: 596px;
}
#KV {
	height: 596px !important;
	background:url(../images/pc/kv.jpg) no-repeat top center;
	background-size: auto 100%;
}

.floor-map {
    width: 100%;
}

.floor-map a {
    display: block;
    width: 195px;
    text-align: center;
    padding: 12px 0;
    margin: 0 auto 110px;
    border: 1px solid #a9a8ab;
    font-size: 20px;
}

.facilites-box {
    text-align: left;
}

.facilites-cint {
    font-size: 0;
    width: 100%;
    padding: 65px 0 0 0;
	box-sizing: border-box;
}

.facilites-cint:nth-of-type(even) {
    background: #edebea;
}

.facilites-cint &gt; div {
	max-width: 1220px;
	margin: 0 auto;
}

.facilites-cint article {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 49%;
    font-size: 16px;
}

.facilites-cint article:nth-of-type(odd) {
    margin: 0 1% 80px 0;
}
.facilites-cint article:nth-of-type(even) {
    margin: 0 0 80px 1%;
}

.facilites-cint article img {
    width: 100%;
    height: auto;
    margin:  0 0 35px 0;
}

.facilites-cint article p {
    font-size: 20px;
    margin: 0 0 25px 0;
}

.facilites-cint article dt {
    float: left;
    clear: left;
    line-height: 1.5;
}

.facilites-cint article dd {
    padding: 0 0 0 100px;
    margin: 0 0 13px 0;
    line-height: 1.5;
}

.facilites-cint article div {
    width: 100%;
	position: relative;
	box-sizing: border-box;
}

.facilites-cint article dl.harf {
    display: block;
    width: 59%;
    box-sizing: border-box;
}

a .graybox {
    text-align: center;
    padding: 15px 30px !important;
    background: #a9a8ab;
    color: #FFF;
    font-size: 14px;
	display:inline;
}

a .graybox:hover {
    background: #000;
    color: #FFF;
}
.facilites-cint article table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 0;
}

.facilites-cint article table th,
.facilites-cint article table td {
    vertical-align: middle;
    text-align: center;
    padding: 5px;
     border: 1px solid #a9a8ab;
}

.facilites-cint article b {
    font-weight: normal;
    font-size: 12px;
}

.facilites-cint article.btmN {
    margin-bottom: 0;
}

.facilites-cint article.w100p {
    width: 100%;
}

.facilites-cint article p.lead {
    font-size: 16px;
    padding: 0 0 10px 0;
    line-height: 1.5;
}

.banquet_img {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
    max-width: 1220px;
    margin: 0 auto;
}

.service-box {
    padding: 65px 20px;
    background: #edebea;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
}

.service-box h3 {
    font-size: 50px;
    text-align: center;
    margin: 0 0 50px 0;
}

.service-box h3 p {
	display: inline;
	padding: 0 10px 0 0;
	position: relative;
}

.service-box h3 i {
	font-style: normal;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 12px;
}

.service-box h3 span {
    font-size: 20px;
    margin: 0 25px 0 0;
    display: block;
}

.service-box p {
    margin: 0 auto 45px;
    line-height: 1.5;
    width: 675px;
}

.service-box &gt; div {
    width: 360px;
    margin: 0 auto;
    font-size: 0;
}

.service-box &gt; div div {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: 100%;
}

.service-box &gt; div div img {
    width: 100%;
    height: auto;
}

.service-box &gt; div div:nth-of-type(1) {
    margin: 0 1% 0 0;
}
.service-box &gt; div div:nth-of-type(2) {
    margin: 0 0 0 1%;
}

.service-box &gt; div div li {
    margin: 0 0 15px 0;
    font-size: 14px;
}


@media only screen and (max-width: 1530px) {
    
    .facilites-cint {
    font-size: 0;
    width: 100%;
        padding: 65px 0 0 0;
        box-sizing: border-box;
}
    
}

@media only screen and (max-width: 1300px) {
	
	.facilites-cint &gt; div {
		padding: 0 100px;
	}
}

@media only screen and (max-width: 1135px) {
    
.facilites-cint article dl.harf {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
	
	.facilites-cint article div {
    width: 100%;
    position: relative;
    padding: 50px 0 0 0;
}
.facilites-cint article div a {
    position: absolute;
    display: block;
    width: 58%;
    text-align: center;
    padding: 15px 3px;
    box-sizing: border-box;
    background: #a9a8ab;
    color: #FFF;
    font-size: 14px;
    right: 0;
    top: 0;
}
}


@media only screen and (max-width: 750px) {
	#KV_SET {
		max-width: 1500px;
		margin: 0 auto;
		position:static;
		height: auto;
	}
	#KV {
		height: auto !important;
		background:none;
	}
    
   .facilites-box h3 {
    font-size: 6vw;
    text-align: center;
    margin: 0 0 30px 0;
}
	
	.floor-map a {
    display: block;
    width: 195px;
    text-align: center;
    padding: 12px 0;
    margin: 0 auto 10px;
    border: 1px solid #a9a8ab;
    font-size: 20px;
}
	
	.facilites-cint {
    font-size: 0;
    width: 100%;
    padding: 65px 0 50px 0;
    box-sizing: border-box;
}
	
	.facilites-cint &gt; div {
		padding: 0 30px;
		box-sizing: border-box;
	}
	
	.facilites-cint article {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
}
	
	.facilites-cint article:nth-of-type(odd) {
    margin: 0 0 40px 0;
}
	.facilites-cint article:nth-of-type(even) {
    margin: 0 0 40px 0;
}
	
	.facilites-cint article div a {
    position: static;
    display: block;
    width: 200px;
    text-align: center;
    padding: 15px 3px;
    box-sizing: border-box;
    background: #a9a8ab;
    color: #FFF;
    font-size: 14px;
    right: 0;
    top: 0;
    margin: 15px auto 0;
}
	
	.facilites-cint article.btmN img {
		margin: 0;
	}
    .service-box h3 {
    font-size: 7.3vw;
    text-align: center;
    margin: 0 0 50px 0;
}
	
	.service-box h3 span {
    font-size: 3vw;
    margin: 0 25px 0 0;
    display: block;
}
	
	.service-box p {
    margin: 0 auto 45px;
    line-height: 1.5;
    width: 100%;
}
	
	.service-box &gt; div {
    width: 100%;
    margin: 0 auto;
    font-size: 0;
}
	
	.service-box &gt; div div {
    display: block;
    box-sizing: border-box;
    vertical-align: top;
    width: 100%;
}
	
	.service-box &gt; div div:nth-of-type(1) {
    margin: 0 0 20px 0;
    text-align: center;
}
	
	.service-box &gt; div div img {
    width: 80%;
    height: auto;
}
	
	.service-box &gt; div div:nth-of-type(2) {
    margin: 0;
}
	
	.service-box h3 i {
    font-style: normal;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
}

	

	
}

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