body,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,table,th,td,input,textarea,select,button{
	font-family: 'Kiwi Maru', 'Josefin Sans', sans-serif;
}

input[type="text"],input[type="email"],input[type="tel"],select{
	border-radius: 6px;
	background-color: #eefffb;
}

.qtxt{
	font-size: 105%;
}

.mandatory {
	font-size: 85%;
}

.site_header_wrapper{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 768px){
	.site_header_wrapper{
		display: block;
	}
}

.site_header_wrapper .title{
	margin: 3px auto;
	padding: 5px 8px 6px;
	width: fit-content;
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	color: var(--color1);
	box-shadow: 0px -6px 5px -5px #ffa500 inset,0px 8px 4px -8px #ffa500;
}
@media only screen and (max-width: 768px){
	.site_header_wrapper .title{
		font-size: 110%;
	}
}

.site_header {
	flex: 2;
	background-color: #fff;
	padding: 15px 0px;
	font-size: 110%;
}
@media only screen and (max-width: 768px){
	.site_header{
		display: block;
		margin: 3px auto 10px;
		background-color: inherit;
		padding: inherit;
		width: 100%;
		font-size: inherit;
	}
}

.site_header div{
	color: #385071;
	font-size: 120%;
}
@media only screen and (max-width: 768px){
	.site_header div{
		font-size: 90%;
	}
}

.jmap{
	flex: 3;
	height: 370px;
	font-size: 90%
}
@media only screen and (max-width: 768px){
	.jmap{
		margin: 0;
		display: block;
		width: 100%;
		padding: 0px 15px;
	}
}

.jmap_inner{
	position: relative;
	margin: auto;
	max-width: 500px;
}

.jmap_inner_text{
	position: absolute;
	top: 20px;
	left: -30px;
	right: 0;
	margin-top: 10px;
	padding: 6px;
	width: 17em;
	background-color: #385071;
	color: var(--color3);
	border-radius: 14px;
}
@media only screen and (max-width: 768px){
	.jmap_inner_text{
		top: 0;
		left: 0;
	}
}

.jmap #search_key{
	margin: 5px 0px 0px;
	padding: 4px 8px;
	pointer-events: auto;
	text-align: center;
}

.jmap #search_button{
	float: right;
	width: 45px;
	padding: 3px 3px 5px;
	text-align:center;
	pointer-events: auto;
}

#jmap{
	margin: 10px -25px 0px -25px;
}

.sub_title{
	margin-right: 90%;
	width: 7em;
	background-color: #f9c4c6;
	padding: 4px 8px 5px 4px;
	text-align: center;
	font-size: 85%;
	color: #000;
	border-left: 8px solid #385071;
}

.description{
	padding: 4px 12px 5px;
	text-align: left;
	font-size: 80%;
	line-height: 1.3;
	color: #000;
}
