@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #64514b; /* RGB */
  font-family: "しっぽり明朝", serif, '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height:2.4;
  background: url("../images/common/bg_sikkui.png") repeat;
}
@media(max-width:1024px){
  body {
    font-size: 1.5em;
    line-height:2.2;
  }
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
*, *:before, *:after {
  box-sizing: border-box;
}

