@charset "utf-8";
/* CSS Document */

html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
	background-color:#99D3D9;
  color: #6A3A0D; /* RGB */
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
}
section h1 {
  font-size: 2.5rem;
	font-weight: 800;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	
  line-height: normal;
  margin-bottom: 10px;
}
section h2 {
  font-size: 2rem;
	font-weight: 600;
	font-family: 'Zen Maru Gothic', sans-serif;
  line-height: inherit;
}
img{
  vertical-align: bottom;
}
.none {
	display: none;
}