@charset "utf-8";
/**
/* CSS RESET START
----------------------------------------------- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;box-sizing: border-box;-webkit-box-sizing: border-box;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
input, textarea{margin: 0;padding: 0;outline: none;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;width:100%;}
caption, th{text-align: left;}
img {vertical-align: middle;max-width:100%;height: auto;}
.clearfix {min-height: 1px;}
.clearfix:after {content: "."; display: block;clear: both;height: 0;visibility: hidden;}
.both{clear:both;}
/**
/* CSS START
----------------------------------------------- */
html,body {
	font-family: 'Zen Maru Gothic', serif;
	color: #252b2d;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.01em;
}
#Wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
}
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
a{
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	color: #252b2d;
}
.Com{
	zoom: 1;
}
.Com:before, .Com:after{
	content: "";
	display: table;
}
.Com:after{
	clear: both;
}
br.pc_br,
.pc_img,
.pc{
	display: none;
}
@media only screen and (min-width: 768px){
	br.sp_br,
	.sp_img,
	.sp{
		display: none;
	}
	br.pc_br,
	.pc{
		display: block;
	}
	.pc_img{
		display: inline-block;
	}
}
/**
/* flex CSS
----------------------------------------------- */
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex_row{
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex_between{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex_column{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
		flex-direction: column;
}
.flex_center{
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_wrap{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
/**
/* Btn CSS
----------------------------------------------- */
.block_btn, .block_btn2{
	text-align: center;
}
.block_btn2{
	margin-bottom:50px;
}
.block_btn li, .block_btn2 li{
	display: inline-block;
	width: 100%;
	max-width: 756px;
}
.block_btn a, .block_btn2 a{
	display: block;
	background: #ffffff;
	border: 2px solid #252b2d;
	color: #252b2d;
	font-size: 42px;
	font-weight: 400;
	line-height: 2.35;
	letter-spacing: 0.1em;
	box-shadow: 6px 6px 0 #51bcde;
}
.block_btn2 a{
	box-shadow: 6px 6px 0 #c3cb64;
}
@media only screen and (max-width: 767px) {
	.block_btn li, .block_btn2 li{
		width: 100%;
		max-width: inherit;
	}
	.block_btn a, .block_btn2 a{
		font-size: 5vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.block_btn li, .block_btn2 li{
		max-width: 560px;
	}
	.block_btn a, .block_btn2 a{
		font-size: 28px;
	}
}
/**
/* ヘッダーナビ CSS
----------------------------------------------- */
.global-header .drawer-hamburger{
	display: block;
	background: #73b857;
	z-index: 99999;
	width: 32px;
	margin: 5px;
	padding: 13px 14px 35px 14px;
	border-radius: 12px;
}
.global-header .drawer-hamburger:hover{
	background: #73b857;
}
.drawer--right .global-header .drawer-hamburger,
.drawer--right.drawer-open .global-header .drawer-navbar .drawer-hamburger{
	right: 0;
}
.drawer--right.drawer-open .global-header .drawer-hamburger{
	right: 0;
}
.global-header .drawer-hamburger::after {
	content: " ";
	width: 40px;
	height: 10px;
	position: absolute;
	bottom: 9px;
	left: 10px;
	background: url(../img/menu.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
}
.drawer-open .global-header .drawer-hamburger::after {
	content: "";
	lwidth: 40px;
	height: 10px;
	position: absolute;
	bottom: 9px;
	left: 10px;
	background: url(../img/close.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
}
/*.drawer-open .global-header .drawer-hamburger::after {
	content: "CLOSE";
	left: 9px;
	bottom: 12px;
	background: none;
}*/
.drawer--right .global-header .drawer-nav{
	overflow-x: hidden;
	overflow-y: auto;
}
.global-header .drawer-hamburger-icon,
.global-header .drawer-hamburger-icon::after,
.global-header .drawer-hamburger-icon::before{
	background: #ffffff;
	height: 2px;
}
.global-header .drawer-hamburger-icon::before{
	top: -8px;
}
.global-header .drawer-hamburger-icon::after{
	top: 8px;
}
.drawer-open .global-header .drawer-hamburger-icon::after,
.drawer-open .global-header .drawer-hamburger-icon::before{
	background: #ffffff;
}
.drawer--right.drawer-open .global-header .drawer-nav{
	right: 0;
}
.drawer--right .global-header .drawer-nav{
	background: url(../img/drawer-bg.png) top center;
	background-size: cover;
	position: fixed;
	display: block;
	top: 0;
	right: -500px;
	width: 500px;
	z-index: 9999;
	padding: 100px 5% 20px 5%;
}
.global-header .drawer-nav .drawer-logo{
	text-align: center;
	margin-bottom: 40px;
}
.global-header .drawer-nav .drawer-logo img{
	width: 260px;
}
.global-header .drawer-nav .drawer-menu li{
	border-bottom: 2px solid #73b857;
}
.global-header .drawer-nav .drawer-menu li a{
	position: relative;
	display: block;
/*	font-family: 'Noto Serif JP', serif;*/
	font-size: 24px;
	font-weight: 500;
	line-height: 3;
	padding: 0 30px;
}
@media only screen and (max-width: 767px) {
	.drawer--right .global-header .drawer-nav{
		right: -100%;
		width: 100%;
		padding: 60px 5% 20px 5%;
	}
	.global-header .drawer-nav .drawer-logo{
		margin-bottom: 8%;
	}
	.global-header .drawer-nav .drawer-logo img{
		width: 50%;
		max-width: 310px;
	}
	.global-header .drawer-nav .drawer-menu li a{
		font-size: 18px;
		padding: 0 5%;
	}
}
/**
/* 共通 CSS
----------------------------------------------- */
.page-guide{
	position: relative;
	padding: 60px 0;
}
.inner{
	width: 90%;
	max-width: 1000px;
	margin: auto;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-30{
	margin-bottom: 30px;
}
.mb-40{
	margin-bottom: 40px;
}
.mb-50{
	margin-bottom: 50px;
}
.mb-60{
	margin-bottom: 60px;
}
.mb-70{
	margin-bottom: 70px;
}
.mb-80{
	margin-bottom: 80px;
}
.mb-140{
	margin-bottom: 140px;
}
@media only screen and (max-width: 767px) {
	.page-guide{
		padding: 6% 0;
	}
	.mb-20{
		margin-bottom: 2%;
	}
	.mb-30{
		margin-bottom: 3%;
	}
	.mb-40{
		margin-bottom: 4%;
	}
	.mb-50{
		margin-bottom: 5%;
	}
	.mb-60{
		margin-bottom: 6%;
	}
	.mb-70{
		margin-bottom: 7%;
	}
	.mb-80{
		margin-bottom: 8%;
	}
	.mb-140{
		margin-bottom: 14%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-guide{
		padding: 40px 0;
	}
	.mb-20{
		margin-bottom: 10px;
	}
	.mb-30{
		margin-bottom: 20px;
	}
	.mb-40{
		margin-bottom: 30px;
	}
	.mb-50{
		margin-bottom: 40px;
	}
	.mb-60{
		margin-bottom: 50px;
	}
	.mb-70{
		margin-bottom: 60px;
	}
	.mb-80{
		margin-bottom: 70px;
	}
	.mb-140{
		margin-bottom: 100px;
	}
}
/**
/* 見出し CSS
----------------------------------------------- */
.page-guide .grid-ttl{
	margin-bottom: 60px;
}
.page-guide .grid-ttl h2{
	font-size: 60px;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
	.page-guide .grid-ttl{
		margin-bottom: 6%;
	}
	.page-guide .grid-ttl h2{
		font-size: 6vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-guide .grid-ttl{
		margin-bottom: 40px;
	}
	.page-guide .grid-ttl h2{
		font-size: 38px;
	}
}
/**
/* トップへ戻る CSS
----------------------------------------------- */
.btn_page_top {
	display: block;
	position: fixed;
	width: 80px;
	right: 10px;
	bottom: 20px;
	z-index: 20;
}
@media only screen and (max-width: 735px) {
	.btn_page_top{
		width: 14vw;
		bottom: 10px;
		right: 5px;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.btn_page_top{
		width: 60px;
	}
}
/**
/* フッター CSS
----------------------------------------------- */
.footer{
	margin-top: auto;
	border-bottom: 10px solid #73b857;
}
.footer .footer-wrap{
	width: 90%;
	max-width: 1160px;
	margin: auto;
	padding: 140px 0 80px 0;
}
.footer .footer-add{
	display: flex;
	flex-direction: column;
	width: 40%;
}
.footer .footer-add .footer-logo{
	margin-bottom: 25px;
}
.footer .footer-add .footer-copy{
	margin-bottom: 20px;
}
.footer .footer-add p{
	font-size: 24px;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.1em;
	margin-top: auto;
}
.footer .footer-img{
	width: 50%;
}
.footer .footer-img img{
	width: 100%;
	border-radius: 34px;
}
.footer .copy{
	color: #1a1a1a;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 10px 0;
}
@media only screen and (max-width: 767px) {
	.footer{
		border-bottom: 5px solid #73b857;
	}
	.footer .footer-wrap{
		width: 100%;
		padding: 10% 0 5% 0;
	}
	.footer .footer-add{
		width: 100%;
		padding: 8% 8% 0 8%;
	}
	.footer .footer-add .footer-logo{
		margin-bottom: 5%;
	}
	.footer .footer-add .footer-logo img{
		width: 60vw;
	}
	.footer .footer-add .footer-copy{
		margin-bottom: 5%;
	}
	.footer .footer-add .footer-copy img{
		width: 30vw;
	}
	.footer .footer-add p{
		font-size: 4vw;
	}
	.footer .footer-img{
		width: 90%;
		margin: 0 auto;
	}
	.footer .footer-img img{
		width: 100%;
/*		border-radius: 0;*/
	}
	.footer .copy{
		font-size: 2.8vw;
		padding: 3% 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.footer .footer-wrap{
		padding: 80px 0 40px 0;
	}
	.footer .footer-add .footer-logo{
		margin-bottom: 20px;
	}
	.footer .footer-add .footer-copy{
		margin-bottom: 15px;
	}
	.footer .footer-add p{
		font-size: 18px;
	}
}
