@charset "utf-8";
 @import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@600&display=swap');
* {
	padding:0;
	margin:0;
}
html {
	font-size: 62.5%;
}
body {
	background: #f6ebd8 url(../images/bg.svg) no-repeat top left / 100% 400px;
	color:#42352f;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;
	line-height:1.6;
}
img,textarea {
	max-width:100%;
	height:auto;
}
a {
	color:#42352f;
}
ul, ol {
	list-style:none;
}
h1 {
	text-align:center;
	margin-bottom:15px;
	background:#f6ebd8;
	padding:5px;
}
#index h1 {
	margin-top:50px;
}
h2 {
	text-align:center;
	margin-bottom:30px;
}
h3 {
	font-size:3rem;
}
h4 {
	font-size:2.5rem;
}
h5 {
	font-size:2rem;
}
p, ol, ul, blockquote, form {
	font-family: 'Klee One', cursive;
	font-size:1.8rem;
	margin-bottom:1.5em;
}

input, textarea {
	font-size:1.8rem;
	margin-bottom:1.5em;
}

input[type="submit"],
input[type="reset"]
 {
	 width:10em;
}

blockquote {
	padding:15px;
	background:#fcf8f2;
}
 @media screen and (min-width: 600px) {
h1 {
	margin-bottom:30px;
}
h2 {
	margin-bottom:50px;
}
p, ol, ul, blockquote, form  {
	font-size:2.4rem;
}
input, textarea {
	font-size:2.4rem;
}
p.txtS, ul.txtS, span.txtS {
	font-size:2rem;
}
}
.txtC {
	text-align:center;
}
 @media screen and (max-width: 599px) {
main {
	padding:20px;
}
.gmenu-toggle {
	display : block;
	position: fixed;
	z-index : 3;
	right : 13px;
	top : 12px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
}
.gmenu-toggle span {
	display : block;
	position: absolute;
	width : 30px;
	height : 2px;
	left : 6px;
	background : #42352f;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition : 0.3s ease-in-out;
	transition : 0.3s ease-in-out;
}
.gmenu-toggle span:nth-child(1) {
	top: 10px;
}
.gmenu-toggle span:nth-child(2) {
	top: 20px;
}
.gmenu-toggle span:nth-child(3) {
	top: 30px;
}
.gmenu-toggle.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform : rotate(-45deg);
	transform : rotate(-45deg);
}
.gmenu-toggle.active span:nth-child(2), .gmenu-toggle.active span:nth-child(3) {
	top: 16px;
	-webkit-transform: rotate(45deg);
	-moz-transform : rotate(45deg);
	transform : rotate(45deg);
}
nav.gmenu {
	position: fixed;
	z-index : 2;
	top : 0;
	left : 0;
	text-align: center;
	transform: translateY(-100%);
	transition: all 0.6s;
	-webkit-transition: -webkit-transform all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
	width: 100%;
}
nav.gmenu ul {
	background: #e0e3d2;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
nav.gmenu ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #fff;
}
nav.gmenu ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
nav.gmenu ul li:hover {
	background :#b4ddd3;
}
nav.gmenu ul li a {
	display: block;
	color: #000;
	padding: 1em 0;
	text-decoration :none;
}
nav.gmenu.active {
	transform: translateY(0%);
}
}
.logo {
	margin:20px;
}
 @media screen and (min-width: 600px) {
.logo {
	margin-left:0px;
	margin-top:0px;
	margin-right:25px;
}
header {
	display:flex;
}
header, main {
	width:1200px;
	margin:30px auto;
}
.gmenu ul {
	display:flex;
}
.gmenu ul li {
	margin-right:25px;
}
}
.indexmenu li {
	background:#e0e3d2;
	padding:15px;
	border-radius:10px;
	margin-bottom:20px;
}
.indexmenu li a {
	display:flex;
	align-items: flex-start;
	text-decoration:none;
	color:#42352f;
}
.indexmenu .left {
	width:110px;
	margin-right:20px;
}
h3 {
	margin-bottom:10px;
	margin-top:10px;
}
h3 img {
	height:50px;
}
.indexmenu p {
	margin-bottom:0;
	font-size:1.6rem;
}
 @media screen and (min-width: 600px) {
.indexmenu ul {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.indexmenu li {
	width:45%;
}
.indexmenu .left {
	width:220px;
}
h3 img {
	height:auto;
}
.indexmenu p {
	font-size:1.8rem;
}
}
footer {
	background: #9c768d url(../images/bg-curve.svg) no-repeat top left / 100% 20px;
	border-bottom:15px solid #1e989b;
	text-align:center;
	color:#f6ebd8;
	padding:50px 20px;
}
 @media screen and (min-width: 600px) {
footer {
	background: #9c768d url(../images/bg-curve.svg) no-repeat top left / 100% 50px;
	padding-top:80px;
}
}
footer li {
	display:inline-block;
	margin:10px;
}
footer li img {
	vertical-align:bottom;
}
.header-page {
	margin-bottom:50px;
}
 @media screen and (min-width: 600px) {
.header-page {
	display:flex;
	align-items:flex-end;
	justify-content: space-between;
	margin-bottom:100px;
}
.flex {
	display:flex;
	align-items: flex-start;
}
.left {
	margin-right:30px;
	margin-bottom:30px;
}
}
.header-page h1 {
	margin:0;
	background:#9c768d;
	padding:15px;
	text-align:left;
}
.header-page h2 {
	margin:0;
	background:#1e989b;
	padding:10px 15px;
	text-align:left;
}
.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video iframe, .video object, .video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video_wrap-w560 {
	width: 560px !important;
	max-width: 100%;
	margin-bottom:1.5em;
}
.video_wrap-w375 {
	width: 375px !important;
	max-width: 100%;
	margin-bottom:1.5em;
}
.smenu ul {
	display:flex;
	justify-content:center;
}
.smenu li {
	margin:5px;
	font-size:1.4rem;
}
ol.default_style {
	list-style:decimal outside none;
	margin:1em 0em 1em 1.5em;
}
ol.default_style li {
	margin-bottom:0.5em;
}
ul.default_style {
	list-style:disc outside none;
	margin:1em 0em 1em 1.5em;
}
ul.default_style li {
	margin-bottom:0.5em;
}
main section {
	margin-bottom:30px;
	border-bottom:3px solid #fff;
	padding-bottom:30px;
}

.mainimg {
    position: relative;
    width: 100%;
    height: auto;
}
.mainimg:before {
    content: "";
    display: block;
    padding-top:65%;
}
.mainimg img {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
}