@charset "utf-8";
* {
	box-sizing: border-box;
}

body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	letter-spacing: 0.1em;
	line-height: 1.6;
	color: #000;
	font-size: 16px;
	overflow-x: hidden;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	display: block;
	max-width: 100%;
	height: auto;
}

br.br_sp {
	display: none;
}

a {
	color: #000;
}

.g-nav {
    display: none;
}

/********** ヘッダー **********/
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 100;
}

header .menu01 {
	max-width: 1200px;
	margin: 0 auto;
}

header .menu01 ul {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}

img.logo {
	width: 186px;
	margin-right: 20px;
}

img.tel {
	width: 280px;
}

header .menu02 {
	background: #c7e9c7;
	width: 100%;
}

header .menu02 ul {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
}

header .menu02 ul li {
	width: calc( 100% / 6 );
	text-align: center;
	border-right: solid 1px #fff;
}

header .menu02 ul li:first-child {
	border-left: solid 1px #fff;
}

header .menu02 ul li a {
	display: block;
	font-weight: bold;
	padding: 20px 0;
}

header .menu02 ul li a:hover {
	background: #1ea821;
	color: #fff;
}

header .menu02 ul li.current {
	background: #1ea821;
}

header .menu02 ul li.current a {
	color: #fff;
}

/******** フッター ********/
footer {
	width: 100%;
	background: #e7e5dc;
	padding: 80px 20px 56px;
}

footer .footer_wrap {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

footer .footer_wrap .footer_left {
	border-right: solid 1px #000;
	padding: 0 40px;
	width: 50%;
}

footer .footer_wrap .footer_left img {
	margin-bottom: 20px;
}

footer .footer_wrap .footer_right {
	padding: 0 40px;
	width: 50%;
}

footer .footer_wrap p.lead {
	font-weight: bold;
	margin-bottom: 10px;
}

footer .footer_wrap p.text {
	font-size: 14px;
	font-weight: normal;
}

footer p.copyright {
	text-align: center;
	font-size: 12px;
	margin-top: 70px;
}

/********** 見出し **********/
.topic_area {
	margin-bottom: 50px;
}

.topic_area h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.topic_area h2 span {
	border-bottom: solid 1px #1ea821;
}

.topic_area p {
	font-size: 18px;
	text-align: center;
	/*font-weight: bold;*/
}

.topic_area p span {
	color: #ff0000;
}

img.icon {
	width: 70px;
	height: auto;
	margin: 0 auto 10px;
}

@media screen and (max-width: 1200px) {
	header .menu01 ul {
		padding: 20px 7px;
	}
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 768px) {

body{
font-size: 14px;
}

.topic_area h2{
font-size: 25px;
}

.topic_area p{
font-size: 16px;
}

.topic_area {
margin-bottom: 40px;
}

}

@media screen and (max-width: 600px) {
	header .menu02 {
		display: none;
	}

	img.logo {
		width: 100px;
	}

	img.tel {
		width: 160px;
	}

	img.icon {
		width: 40px;
	}

	header .menu01 ul {
		width: calc( 100% - 62px);
	}

	.topic_area h2 {
	    font-size: 22px;
	}

	.topic_area p {
		font-size: 14px;
	}

	.topic_area {
	    margin-bottom: 25px;
	}

	footer {
		padding: 40px 20px;
	}

	footer .footer_wrap {
		display: block;
	}

	footer .footer_wrap .footer_left,
	footer .footer_wrap .footer_right {
		width: 100%;
		padding: 0;
	}

	footer .footer_wrap .footer_left {
		border: none;
	}

	footer .footer_wrap .footer_left img {
		width: 130px;
	}

	footer .footer_wrap p.text {
		margin-bottom: 10px;
	}

	footer p.copyright {
		margin-top: 40px;
	}

		/*************ここからバーガーメニュー******/
    nav ul {
        margin: 0;
    }

    .g-nav {
        width: 100%;
        height: 100vh;
        padding: 100px 20px 50px;
        display: none;
        background-color: #1ea821;
        position: fixed;
        text-align: center;
        overflow: auto;
        top: 0;
        z-index: 998;
    }
    .g-nav li {
        padding: 22px 0;
        border-bottom: solid 1px #fff;
    }
    .g-nav li:first-child {
    	border-top: solid 1px #fff;
    }
    .g-nav li a {
        background-color: rgba(255, 255, 255, 0);
        display: block;
        color: #fff;
    }

    #toggle-menu {
        display: block;
        position: fixed;
        top: 12px;
        right: 12px;
        cursor: pointer;
        width: 50px;
        height: 50px;
        z-index: 999;
        background: #1ea821;
        border: solid 1px #fff;
    }
    #toggle-menu::before,
    #toggle-menu::after,
    #toggle-menu span {
        content: "";
        display: block;
        width: 25px;
        height: 1px;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        background-color: #fff;
        transition: all 0.4s;
        transform: rotate(0deg);
    }
    #toggle-menu span {
        top: 50%;
        bottom: 50%;
    }
    #toggle-menu::before {
        top: 40%;
    }
    #toggle-menu::after {
        bottom: 40%;
    }
    #toggle-menu.open span {
        top: 50%;
        bottom: 50%;
        right: -25%;
        opacity: 0;
    }
    #toggle-menu.open::before {
        transform: rotate(225deg);
        top: 50%;
    }
    #toggle-menu.open::after {
        transform: rotate(-225deg);
        bottom: 50%;
    }
    /*************ここまでバーガーメニュー******/

}

@media screen and (max-width: 420px) {


	
}

@media screen and (max-width: 320px) {
	
}
