@charset "utf-8";
video {width: 640px; }

/*天ケ瀬damについて*/
.yakuwari P { margin-bottom: 2em;}
.kouzui th {text-align: center !important;}

/*イベント*/
.event ul {
	margin-bottom: 20px;
}
.event li {
	margin-bottom:25px;
	background: #fff;
}
.event li a {
	display: block;
	padding: 12px;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.2;
	border: 1px solid #e1e1e1;
}
.event li .day {
	display: block;
	margin-bottom: 0.3em;
	color: #59b2e6;
	font-size: 0.9em;
}
.event li .kaisai {
	display:inline-block;
	padding: 0 1em;
	color: #fff;
	font-size: 0.85em;
	text-align: center;
	border-radius: 25px;
	background: #59b2e6;
}


/*ギャラリー*/
.gallery {}
.gallery p {
	font-size: 1.3em;
	line-height: 1.2;
	text-align: center;}

/*カード*/
#cade .info{
	padding: 15px;
	border: 1px solid #c30d23;
}
#cade .info h3 {
	padding: 0;
	color:#c30d23;
	background: none;
	background-image: none;}

/*アクセス*/
#access .caution {
	margin-bottom: 30px;
	padding: 15px;
	border: 2px solid #c30d23;
}
#access .root{
	margin-bottom: 25px;
	text-align: center;
}

/*見学レポート*/
#report section {
	width: 95%;
	margin: 0 auto;
}
#report .wrap{
	margin-bottom: 30px;
	padding: 0;
	background: url("../img/bk_gallery.jpg");
}
#report h1 {
	padding: 0;
}
#report h2 {
	margin:1.5em 0;
	padding:0.3em 0 0.3em 2em;
	color: #59b2e6;
	font-size: 2.0em;
	font-weight: 700;
	border-bottom: 3px dotted #59b2e6;
	background: url("../img/icon_work.png") no-repeat left bottom / 40px auto;
}
#report .photo img{
	border: 8px solid #fff;
	position: relative;
	z-index: 0;
}
#report .photo::before{
	position: absolute;
	right:38px;
	top: 12px;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	background: url("../img/icon_search.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
	z-index: 100;
}
#report .illust {
	margin-top: 60px;
}
#report .endimg {
	margin-left: 30px;
}
#sitemap .sitemap dt,
#sitemap .sitemap dd {
  padding: 15px;
	font-size: 1.4em;
}
#sitemap .sitemap dt A,
#sitemap .sitemap dd A {
	margin-bottom: 15px;
	padding-left: 1.5em;
	display: block;
}
#sitemap .sitemap dt A {
	background: url("../img/icon_sidearrow.png") no-repeat left center / 14px auto;
}
#sitemap .sitemap dd A {
	background: url("../img/icon_morearrow.png") no-repeat left center / auto 12px;
}
#sitemap .sitemap dt {
	width: 30%;
  font-weight: 700;
	float: left;
	clear: left;
}
#sitemap .sitemap dd {
	width: 60%;
	margin-left: 30%;
}

@media only screen and (max-width:768px){
video {width: 100%;}
#report .wrap{margin-bottom: 60px;}
#report .illust {	margin-top:20px;}
#report .endimg {	margin-left: 10px;}
#sitemap .sitemap dt,
#sitemap .sitemap dd {font-size: 1.3em;}
#sitemap .sitemap dt A,
#sitemap .sitemap dd A {margin-bottom:0;}
#sitemap .sitemap dt A {	background: url("../img/icon_sidearrow.png") no-repeat left center / 13px auto;}
#sitemap .sitemap dd A {	background: url("../img/icon_morearrow.png") no-repeat left top 5px / auto 10px;}
#sitemap .sitemap dt {	width: 100%;	float: none;}
#sitemap .sitemap dd {	width: 100%;	margin-left: 0;}
}
