@charset "utf-8";


body{
	background-color:#ffe6d7;
	font-size:16px;
}

div#wrapper {
	min-height:70vh;
	box-shadow: 0px 0px 10px rgba(143, 47, 47, 0.3);
	border:none;
}
div#wrapper div#container {
	padding:2em 3em;
}
h1{
	margin:0 0 1em 0;
	font-size:2rem;
}
h1~.sub{
	background:none;
	padding:0;
	margin:-1.5rem 0 4rem 0;
	color:black;
	font-size:1.4rem;
	font-weight: normal;
}

p {
	font-size:1rem;
	line-height:1.5em;
}

ul {

}

li {
	margin-bottom:0.3em;
}
aside {
	font-size:0.7em;
}
.must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 1px 5px;
	font-size: 9px;
	font-weight: normal;
	line-height: 9px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 8px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: none;
	background-size: 100% 100%;
}


div#wrapper div#header,div#wrapper div#footer {
	border: none;
	background-color: #fff;
	background-image: none;
	background-size: 100% 100%;
}

div#wrapper div#header {
	margin: 5px;
	padding: 10px 10px;
	border-radius: 5px;
}
div#wrapper div#header h1 {
	color: #000;
	text-shadow: none;
	font-size: 2rem;
	line-height:2.5rem;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	font-family: sans-serif;
}
dt {
	font-weight: bold;}
	
h2{
    background:#666;color:#fff;padding:1rem 1.5rem; margin:2rem -0.5rem 1rem -0.5rem;
    border-radius: 2rem;
    font-size: 1rem;
    line-height:1.2rem;}

ul.nav{
    list-style-type: none;
	display: flex;
	justify-content: center;
	gap:30px;
	padding:0;
	margin:0;
}
ul.nav li{
    list-style-type: none;
    margin-bottom: 0.5em;
}

ul.nav li *{
    display: inline-block;
    padding:1em;
    background-color: #f9f9f9;
    border-radius: 0.6em;
	border:solid 1px #ccc;
	transition: all 300ms 0s ease;
	text-decoration: none;
}
ul.nav li *:hover{
    background-color: #c9f2fa;
}
ul.nav li *.current{
    display: inline-block;
    padding:1em;
    background-color: #0055ff;
    border-radius: 0.6em;
	border:solid 1px #ccc;
	transition: none;
	text-decoration: none;
	color: white;

}



a{
    color: #0055ff;
}
a:hover{
    color: blue;
}

ul#nav_switch {
	width:300px;
	display: block;
	margin:100px auto;
}
ul#nav_switch li {
	margin-bottom:2em;
}
ul#nav_switch a {
	width:300px;
	text-align: center;
}



.inquiry_unit {
	border:solid 1px #ccc;
	padding:1em 1em;
	text-align: center;
}
.inquiry_unit h3 {
	margin-top:0;
}

p.num {
	font-size:3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin:0.5em;
}
.inquiry_unit h3 ~ p.num {
	margin-top:-0.5em;
}
p.hour {
	margin:0.5em;
}
p.num ~ p.hour {
	margin-top:-2em;
}