@charset "utf-8";
html {
	font-size: 0.9rem;
}
@include media-breakpoint-up(sm) {
 html {
 font-size: 1.0rem;
}
}
 @include media-breakpoint-up(md) {
 html {
 font-size: 1.2rem;
}
}
 @include media-breakpoint-up(lg) {
 html {
 font-size: 1.4rem;
}
}
body {
	font-family: 'Taviraj', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 2.0rem;
}
img {
	width: 100%;
}
img.kenlogo {
	width:auto;
}
.filter-base {
    background-color: black; /* カラーフィルタ効果の色を指定 */
}
.filter-image {
    opacity: 0.7;    /* カラーフィルタ効果の度合いを指定(※) */
}

section {
	padding: 40px 0;
}
h1 {
	margin-bottom: 0;
	padding: 0.5rem 0 0.3rem 0.5rem;
}
h3 {
	margin: 40px 0 30px 0;
}
h4 {
	margin: 30px 0 20px 0;
}
#room h6 {
	margin-top: 10px;
}
li {
	margin-right: 10px;
}
.pac {
	font-size: 7vw;
	opacity: 0.9;
	line-height: 8vw;
}
.name {
	letter-spacing: 0.1em;
}
table.gaiyou th {
	text-align: right;
	width: 40%;
}
table.gaiyou td {
	text-align: left;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 400%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	opacity: 0.8;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
svg {
	margin-left: 5px;
}
