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

@media screen and (max-width: 768px) {
body {
	overflow-x: hidden;
}
.ColLeft, .Colright, .syoukai_table {
	float: none;
	width: 100%;
}
	#header{
		padding-top:40px;
	}
.telphone {
	display: block;
	padding-top: 20px;
	text-align: center;
}
	
#logo {
	text-align: center;
}
#nav_global {
	display: block;
}
.navi_footer ul {
	display: inherit;
}
.col {
	padding-top: 10px !important;
}
.navi_footer li a {
	border-right: 1px solid #0096bf;
	box-sizing: border-box;
	color: #0096bf;
	line-height: 1.4;
	padding: 0 10px;
}
.title_h2::after {
	display: none;
}
.text_left, .img_right {
	display: block;
}
.text_left {
	padding: 0 0 !important;
}
.img_right {
	padding: 20px 0 0 !important;
	width: 100% !important;
}
.text_home img {
	float: none;
	display: block;
	margin: 0 auto 20px;
}
.zihi_tdleft, .zihi_tdright {
	display: block;
	padding: 10px 0 !important;
}
	
}

@media screen and (max-width: 640px) {
.reservation_table td {
	display: block;
}
.hifuka_bg {
	width: 50%;
}
.zihi_table02 td {
	display: block;
	width: 100% !important;
}
.zihi_leftbg {
	border-bottom: none !important;
}
}

@media screen and (max-width: 385px) {
.hifuka_bg {
	width: 100%;
}
}
</pre></body></html>