h1{
color:green;
font-size:250%;
}
div{
max-width:640px;
margin-right:auto;
margin:auto;
}
h1,h2,li,footer{
text-align:center;
font-family: 'Noto Sans JP', sans-serif;
}
li{
list-style:none;
width:33%;
float:left;	
}
ul:after{
 content:"";
 display:block;
 clear:both;
}
ul{
padding:0;
}
table{
width:100%;
}
th{
text-align:left;	
}
.price{
text-align:right;
}
li a{
color:#000;
}
li a:hover{
text-decoration:none;	
}
header{
border-top:solid 10px #c2e08f;
}
h2{
backgroud-image:url(img/bg_h2.png);
backgroud-repeat:no-repeat;
background-position:center bottom;
background-size:220px 28px;
}
section{
box-shadow:0 0 10px 0 #ccc;
margin-top:40px;
padding-top:10px;
padding-right:20px;
padding-bottom:10px;
padding-left:20px;
}
th img{
border-radius:10px;
}
img{
max-width:100%;
}
iframe{
max-width:100%
}
h2{
  position: relative;
  padding: 0.5em;
  background: #a6d3c8;
  color: white;
}
h2:before{
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
@media(max-width:640px){
	li {
	width:auto;
	float:none;
}
	li a{
	padding: 1em;
	margin-bottom: 1em;
	display:block;
	background-color:cadetblue;
	border-radius: 6px;
	text-decoration: none;
	color: #000000;
	}
}