@charset "utf-8";
/* CSS Document */

h1{
	margin-left:10px;
	margin-right:20px;
	font-size:160%;
	font-weight:bold;
	margin-bottom:5px;
	border-bottom:#00A0E9 solid 5px;
}

@media screen and (min-width:965px){
h1{
	margin-right:32%;
}
}

h2{
    font-size:140%;
    padding-left:10px;
    clear:left;
}

.illumi{
    display:block;
    float:left;
    width:98%;
    height:330px;
    margin:0 0.5% 0 0.5%;
    margin-bottom:10px;
/*    border:1px solid #000;
    padding:0 5px 0 5px;*/
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 1rem;
    padding: 1rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

@media screen and (min-width: 965px) {
.illumi{
    width:32%;
}
}

@media screen and (max-width: 710px) {
.illumi.illumi2{
    height:auto;
}
}

@media screen and (min-width: 600px) {
.illumi{
    width:48%;
}
}

@media screen and (max-width: 380px) {
.illumi{
    height:max-content;
}
}

h3{
    font-size:130%;
    font-weight:bold;
    text-align:center;
    color:#FF8C00;
    line-height:150%;
}

dl{
	display:flex;
	flex-wrap:wrap;
}

dt{
    width:90px;
	text-align:justify;
}

dd{
    width:calc(100% - 90px);
}

dt.dt{
	width:55px;
}

dd.dd{
	width:calc(100% - 55px);
}

.kikan{
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    font-weight:bolder;
    line-height:150%;
}

.time{
	font-weight:bold;
    line-height:130%;
}

.area{
    font-weight:bold;
    line-height:150%;
}

.site{
	font-weight:bold;
}

.site a{
	font-weight:normal;
}
#map{
	margin-left:10px;
}

p.tex{
	margin-left:10px;
	margin-right:270px;
	line-height:20px;
}

table{
	margin:5px 0 10px 10px;
	border-collapse:collapse;
}

td{
	border:#A0A0A0 solid 1px;
	padding:5px 2px;
}

td.meishou{
	width:370px;
	text-align:center;
}

td.add{
	width:260px;
	text-align:center;
}

td.migoro{
	width:280px;
	text-align:center;
}

h2{
    padding:5pt;
    margin-bottom:10pt;
}

h2 a{
    margin-left:-5pt;
    padding:5px;
    font-size:20pt;
    background:#00A0E9 ;
    color:#FFFFFF;
    border-radius:10px;
}

h2 a:hover{
    color:#FFFFFF;
    text-decoration:none;
}
