:root {
  color-scheme: light;
}

body{
    margin-bottom: 0;
}

img{
	height: auto;
	display: block;
}

header{
    margin-bottom: 0;
    border-bottom: none;
}
h1 {
	font-size: 1.6rem;
	position: relative;
	padding-bottom: .2em;
	border-bottom: 4px solid #ccc;
	margin: 0 0 20px;
}
h1::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #ff8c00;
}
h1.index_header_h1{
	text-align: right;
	font-size: 0.7rem;
	color: #ff8c00;
	position: relative;
	padding: 0;
	border-bottom: none;
	margin: 0;
}
h1.index_header_h1::after {
	display: none;
}

h2 {
	font-size: 1.4rem;
	position: relative;
	padding-bottom: .2em;
	border-bottom: 4px solid #ccc;
	margin: 0 0 20px;
}
h2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #ff8c00;
}

h3 {
	font-size: 1.2rem;
    border-bottom: 1px solid #f29739;
}

.bg-dark{
    background: #ff8c00;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.1em;
}

p.index-toptext{
    font-weight: 600;
}
span.marker-orange{
	background: linear-gradient(transparent 70%, #f5ac61 30%);
}

footer{
	margin-top: 50px;
}
footer p.copyright{
    text-align: center;
}

/*GoogleMap*/
iframe.googlemap{
    width: 100%;
    height: auto;
    aspect-ratio: 800/600;
}
