@charset "UTF-8";
@import url('normalize.css');

/* CSS Document */
body {
    background: url(/images/bg.png);
}
h2.center {
	text-align: center;
}

.top01 img {
    display: block;
}
.top02 p {
    font-size: 140%;
}
.top02 p a{
    color: #009847;
}
.top02>h3, .top02>ul {
	font-size: 140%;
	line-height: 1.7;
}
.top02>h3 {
	margin-bottom: 0.5em;
}
.top02>ul {
	margin-top: 0.5em;
}
ul.leaflet_link {
	max-width: 650px;
	margin: 50px auto 0;
	list-style: none;
	padding: 0;
}
ul.leaflet_link:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
ul.leaflet_link li {
	/*float: left;
	width: 35%;
	box-sizing: border-box;*/
} 
ul.leaflet_link li:nth-child(odd){
	/*clear: both;
	width: 65%;
	padding-right: 3%;*/
}
ul.leaflet_link li a {
    font-size: 140%;
}
.top03_wrap {
    background: #FFFFE7;
}
.lieaf_con{
	background: url(/images/line_gray.png) repeat-x center bottom;
	padding-bottom: 50px;
    margin-bottom: 45px;
	clear: both;
}
.top03 div:last-child{
	background: none;
	padding: 0;
}
.lieaf_con:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.lieaf_con h3{
	margin: 0 0 30px;
}
.lieaf_con h3 span{
	background: url(/images/bg_line.png) repeat-x center bottom;
	font-size: 160%;
	color: #139148;
	display: block;
}
.lieaf_con .text{
	width: 570px;
	float: right;
}
.lieaf_con p,
.lieaf_con .text a{
	margin: 0;
	line-height: 1.8;
	font-size: 140%;
}
.lieaf_con p{
	margin-bottom: 40px;
}
.lieaf_con .date{
	background: #F9F800;
	margin: 0 0 10px;
	line-height: 1;
	font-weight: bold;
}
.lieaf_con .date.right{
	margin: 0 0 10px 430px;
}
.lieaf_con .date.right + .img{
	margin-top: -30px;
}
.lieaf_con .img{
	width: 400px;
	float: left;
	overflow: hidden;
}
.lieaf_con .img .movie{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.lieaf_con .img .movie iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.lieaf_con .img p{
	font-size: 140%;
	margin:0 0 20px;
	text-align: center;
	font-weight: bold;
}
.lieaf_con .img img{
	margin-bottom:15px;
	font-size: 110%;
}
.lieaf_con .img p:last-child,
.lieaf_con .img img:last-child{
	margin-bottom:0;
}

.lieaf_con>h4 {
	font-size: 140%;
}

.lieaf_con>h4>small {
	font-size: 85%;
	font-weight: normal;
}

.lieaf_con>table {
	font-size: 140%;
}


/* SP */
@media (max-width: 640px) {
	.top01 img {
		margin: 0;
		max-width: 100%;
	}
	h2.center img{
		height: 50px;
	}
	.top02 p {
		font-size: 80%;
	}
	ul.leaflet_link {
		margin: 30px auto;
		padding-left: 5%;
	}
	ul.leaflet_link li,
	ul.leaflet_link li:nth-child(odd){
		float: none;
		width: auto;
    	display: block;
	}
	ul.leaflet_link li a {
		font-size: 80%;
	}
	.lieaf_con{
		background-size: auto 3px;
		padding-bottom: 25px;
    	margin-bottom: 20px;
	}
	.lieaf_con .text,
	.lieaf_con .img{
		width: auto;
		max-width: 100%;
		float: none;
		margin: auto;
	}
	.lieaf_con .img {
		text-align: center;
		width: 80%;
		margin: auto;
	}
	.lieaf_con .text{
		margin-top: 10px;
	}
	.lieaf_con h3 span{
		background: url(/images/bg_line.png) center bottom;
	}
	.lieaf_con .img iframe{
		margin: auto;
		display: block;
	}
	.lieaf_con h3 span {
		font-size: 100%;
		line-height: 1.5;
	}
	.lieaf_con p,
	.lieaf_con .text a{
		font-size: 80%;
	}
	.lieaf_con p {
		margin-bottom: 20px;
	}
	.lieaf_con .img img {
		margin-bottom: 0;
	}
}