h1{
color:#800080;
font-size:200%;
}
h3{
color:#ff00ff;
font-size:150%;
}
h4{
color:#0000ff;
font-size:150%;
}
div{
max-width:640px;
margin-right:auto;
margin-left:auto;
}
h1,h2,li,h3, footer{
text-align:center;
font-family: 'Josefin Slab', serif;
}
li{
list-style:none;
width:22%;
//width:25%;
float:left;
}
ul:after{
content:"";
display:block;
clear:both;
}
ul{
padding:1;
}
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 #800080;
/border-bottom:solid 10px #800080;
}
h2{
background-image:url(image/bg_h2.png);
background-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:6px;
}
img{
max-width:100%;
}
iframe{
max-width:100%;
}
.button {
    width: 60px;
    margin: 0 auto;
    padding: 15px 0;
    font-size:18px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #ffff00;
    background: #800080;
    border-radius: 15px;
    -webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 5px;/* for Firefox 対応*/
}
.button:hover {
  background: #800080;
  width: 8
5px;
transform: rotate(15deg);
}
.sample-img {
  cursor: pointer;
  max-width: 700px;
  overflow: hidden;
  width: 100%;
}
.sample-img img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.sample-img:hover img {
  transform: scale(1.3); /* 拡大 */
}