@charset "UTF-8";

:root {
  --main-color: #000;
}

#tokushu.lakes a {
text-decoration: underline;
}

#tokushu.lakes a:hover {
text-decoration: none;
}

#tokushu h1 span,
#tokushu h2 span,
#tokushu h3 span,
#tokushu h4 span {
    font-size: 60%;
    display: block;
	margin-bottom: 10px;
}

#tokushu.lakes h1 {
font-size: 38px;
line-height: 1.2;
margin: 0 0 20px 0;
}


#tokushu div.index ol li a {
border: none;
}

#tokushu.lakes .survey h5 {
text-align: center;
font-size: 1.1em;
text-decoration: underline;
text-underline-offset: 5px;
text-decoration-style: solid;
text-decoration-thickness: 2px;
margin: 40px 0
}

#tokushu.lakes .kakomi {
font-size: 90%;
margin: 40px 0;
padding: 30px;
border: #666 1px solid;
}

#tokushu.lakes .kakomi strong {
display: block;
margin: 0 0 7px 0;
font-size: 1.1em;
}

#tokushu.lakes .kakomi p {
margin: 15px 0 0 0;
}


#tokushu.lakes h2 {
font-size:1.7em;
line-height: 1.1;
margin: 60px 0 20px 0;
padding: 15px 20px;
border: none;
background: #666;
color: #fff;
}

#tokushu.lakes h2 span {
font-size:70%;
line-height: 1;
padding: 0;
}

#tokushu.lakes h3 {
margin: 40px 0 20px 0;
line-height: 1.4;
border: none;
font-size: 1.2em;
padding: 0;
}

#tokushu.lakes h4 {
    margin: 60px 0 10px 0;
    font-size:1.4em;
	padding: 0;
	border:none;
	line-height: 1.4;
}

#tokushu.lakes h4 span {
margin: 15px 0 7px 0;
font-size:80%;
padding: 0;
vertical-align: bottom;
line-height: 1.4;
}

#tokushu.lakes h4 small {
font-size: 1.4em;
line-height: 1;
display: block;
width: 30px;
height: 60px;
float: left;
margin:0 7px 0 0
}



#tokushu.lakes h5 {
font-size: 1em;
margin: 30px 0 10px;
}

#tokushu.lakes h3.underline {
text-decoration: underline;
text-decoration-style: solid;
text-decoration-color: #666;
text-underline-offset: 7px;
text-decoration-thickness: 2px;
}

#tokushu.lakes ul li {
margin: 0 0 0 30px;
list-style: disc;
}


/*  For Responsivizer  */

@media only screen and (max-width: 480px) {
body.white .site #tokushu.lakes #table th,
body.white .site #tokushu.lakes #table td {
    width: 100%;
    display: block;
  }
  }

body.white .site #tokushu.lakes h1 {
line-height: 1.2;
font-size: 2em;
font-weight: bold;
}

body.white .site #tokushu.lakes h1 span {
font-size: 70%;
margin: 5px 0 8px 0;
line-height: 1.2;
}


body.white .site #tokushu.lakes h2 span {
font-size: 80%
}


body.white .site #tokushu p.first-title + h1 {
  margin: 16px 0 20px 0;
}

body.white .site .photo img {
  width: 100%;
  height: auto;
}

body.white .site #tokushu.lakes h3 {
margin: 40px 0 20px 0;
line-height: 1.4;
border: none;
font-size: 1.1em;
padding: 0;
}





