@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', "Sawarabi Mincho", "serif";
	letter-spacing: 0.1em;
}
p {
	line-height: 1.6rem; 
}

img {
	width: 100%;
}
img.kenlogo {
	width:auto;
}
.filter-base {
    background-color: black; /* カラーフィルタ効果の色を指定 */
}
.filter-image {
    opacity: 0.7;    /* カラーフィルタ効果の度合いを指定(※) */
}

section {
	padding: 40px 0;
}
h1,h2,h3,h4,h5,h6 {
	line-height: 2.6rem; 
}
h1 {
	margin-bottom: 0;
	padding: 0.4rem 0 0.3rem 0.4rem;
}
h3 {
	margin: 40px 0 30px 0;
}
h4 {
	margin: 1.6rem 0 1rem 0;
}
h6 {
	margin-top: 10px;
}
li {
	margin-right: 10px;
}
.pac {
	font-size: 6vw;
	opacity: 0.8;
	line-height: 7vw;
}
.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;
}

/* 20210120追加 */
.drop-shadow {
    -webkit-filter:drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
    -moz-filter:drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
    -ms-filter:drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
    filter:drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.8));
}
/* 20210208追加 */
.clearBox:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	overflow:hidden;
}
.line {
    position: relative;
    font-size: 1.4rem;
    height: 30px;
    margin-bottom: 10px;
}
.line:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 40%;
    z-index: -1;
    border-bottom: 1px dotted #666666;
}
.line span {
    background-color: #FFF;
}
.display-5 {
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1.2
}
@media screen and (max-width:640px){
body {
	padding-top: 80px;
}
}