@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;  letter-spacing: 0.1em;
}

table {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 2.0rem;
}

h1,h2,h3,h4 {
    font-family: "Sawarabi Mincho", "serif";
}

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;
}
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;
}

/* 20200130追加 */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.table td {
    text-align: left;
}
@include media-breakpoint-up(sm) {
 html {
 .collapse.show-pc {
  display: block;
}

tr.collapse.show-pc {
  display: table-row;
}

tbody.collapse.show-pc {
  display: table-row-group;
};
}