@charset "UTF-8";
/*----------------------------------------------
 reset styles
----------------------------------------------*/
main { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; display:block; } 

/*----------------------------------------------
 formatting styles
----------------------------------------------*/
html { font-size: 62.5%; } 
body {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 1.3em;/* =13px */
	line-height: 1.6;
	color: #333;
}
@media all and (min-width: 768px) {
	body {
		min-width: 1100px;
	}
}
@media screen and (max-width:767px) {
body {
	-webkit-text-size-adjust: 100%;
}
th, td {
}
}
a {
	color: #e68200;
}
a:visited {
}
a:hover {
	color: #5aa800;
}
img {
	border-style: none;
	vertical-align: bottom;
}

/*----------------------------------------------
 clearfix
----------------------------------------------*/
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

/*----------------------------------------------
 box-sizing
----------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/* ----------------------------------------------
header
----------------------------------------------*/
header {
	width: 100%;
	height: 331px;
	background: -moz-linear-gradient(bottom, #FFF 60%, #e9f6ff);
	background: -webkit-linear-gradient(bottom, #FFF 60%, #e9f6ff);
	background: linear-gradient(to top, #FFF 60%, #e9f6ff);
	position: relative;
}
header::before {
	content: "";
	width: 100%;
	height: 36px;
	background: url(../img/header-inaho02-sp.png) left bottom repeat-x;
	background-size: 36px auto;
	position: absolute;
	bottom: 33px;
	left: 0;
	z-index: 0;
}
header::after {
	content: "";
	width: 100%;
	height: 20px;
	background: url(../img/header-inaho01-sp.png) left 19px bottom repeat-x;
	background-size: 36px auto;
	position: absolute;
	bottom: 33px;
	left: 0;
	z-index: 2;
}
header .wrap {
	width: 100%;
	height: 100%;
	background: url(../img/header-illust01-sp.png) center top 55px no-repeat;
	background-size: 408px auto;
	position: relative;
}
header .wrap::before {
	content: "";
	width: 100%;
	height: 40px;
	background: url(../img/header-end-sp.png) left bottom no-repeat;
	background-size:780px auto;
	position: absolute;
	bottom: 0px;
	left: 0;
}
header .headerLogo {
	padding-top: 20px;
	text-align: center;
	position: relative;
	z-index: 3;
}
header h1 {
	display: block;
	padding-top: 35px;
	text-align: center;
}
@media all and (max-width: 360px) {
	header .wrap {
		background: url(../img/header-illust01-sp.png) center top 80px no-repeat;
		background-size: 360px auto;
	}
}
@media all and (min-width: 768px) {
	header {
		height: 458px;
		overflow-x: hidden;
	}
	header::before {
		height: 56px;
		background: url(../img/header-inaho02.png) left bottom repeat-x;
		background-size: 60px auto;
		bottom: 63px;
	}
	header::after {
		height: 30px;
		background: url(../img/header-inaho01.png) left 31px bottom repeat-x;
		background-size: 60px auto;
		bottom: 63px;
	}
	header .wrap {
		background: url(../img/header-illust01.png) center top 130px no-repeat;
		background-size: 1190px auto;
	}
	header .wrap::before {
		height: 70px;
		background: url(../img/header-end.png) center bottom no-repeat;
		background-size: 1400px auto;
	}
	@media all and (min-width: 1400px) {
		header .wrap::before {
			background-size: 100% 70px;
		}
	}
	header .wrap2 {
		width: 980px;
		height: 100%;
		margin: 0 auto;
		position: relative;
	}
	header .wrap2::before {
		content: "";
		width: 82px;
		height: 47px;
		background: url(../img/header-illust02.png) left top no-repeat;
		position: absolute;
		right: -113px;
		bottom: 76px;
		z-index: 3;
	}
	header .headerLogo {
		width: 278px;
		padding-top: 14px;
		position: absolute;
		top: 0;
		left: 369px;
	}
	header h1 {
		display: block;
		padding-top: 16px;
		text-align: center;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		header .wrap {
			background: url(../img/header-illust01@2x.png) center top 130px no-repeat;
			background-size: 1190px auto;
		}
		header .wrap2::before {
			background: url(../img/header-illust02@2x.png) left top no-repeat;
			background-size: 82px auto;
		}
	}
}
/* ----------------------------------------------
nav
----------------------------------------------*/
header .pcNav {
	display: none;
}
@media all and (max-width: 767px) {
	.spNav ul {
		width: 100%;
		padding: 60px 13% 0px;
	}
	.spNav li {
		border-bottom: 1px dashed #ccc;
		text-align: center;
		font-size: 1.6rem;
		line-height: 130%;
		display: block;
	}
	.spNav li:last-child {
		border-bottom: none;
	}
	.spNav li a {
		display: block;
		width: 100%;
		padding: 22px 0 20px;
		text-decoration: none;
		text-align: center;
		color: #5aa800;
	}
	/* ----------------------------------------------
	drawer style
	----------------------------------------------*/
	.scroll-prevent {
		position: fixed;
		z-index: -1;
		width: 100%;
		height: 100%;
	}
	#nav-tgl {
		display: none;
	}
	.nav-tgl-btn {
		cursor: pointer;
		position: fixed;
		top: 13px;
		right: 11px;
		margin: 0;
	}
	.open {
		z-index: 102;
		width: 62px;
		height: 64px;
		background: url(../img/nav-menu.png) center center no-repeat;
		background-size: 62px auto;
		transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.open::before,
	.open::after {
		content: "";
	}
	.drawer-hamburger-icon,
	.drawer-hamburger-icon::before,
	.drawer-hamburger-icon::after {
		width: 20px;
		height: 2px;
		margin: auto;
		position: absolute;
		top: 30px;
		left: 0;
		right: 0;
		margin-right: auto;
		margin-left: auto;
		-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		background-color: #fff;
	}
	.drawer-hamburger-icon:before,
	.drawer-hamburger-icon:after {
		position: absolute;
		top: -8px;
		left: 0;
		content: ' ';
	}
	.drawer-hamburger-icon:after {
		top: 8px;
	}

	.close {
		z-index: 100;
		width: 100%;
		height: 100%;
		left: 0;
		pointer-events: none;
		transition: background .6s;
	}
	#nav-tgl:checked + .open {
	}
	#nav-tgl:checked + .open .drawer-hamburger-icon {
		background-color: transparent;
	}
	#nav-tgl:checked + .open .drawer-hamburger-icon::before {
		top: 0;
		transform: rotate(45deg);
	}
	#nav-tgl:checked + .open .drawer-hamburger-icon::after {
		top: 0;
		transform: rotate(-45deg);
	}
	#nav-tgl:checked ~ .close {
		pointer-events: auto;
		background: rgba(0,0,0,.3);
	}
	.sr-only {
		position: absolute;
		display: block;
		width: 100%;
		padding: 0;
		border: 0;
		font-family: 'Noto Serif JP', serif;
		font-size: 1.0rem;
		line-height: 100%;
		text-align: center;
		font-weight: bold;
		color: #fff;
		left: 0px;
		bottom: 6px;
	}
	body {
		transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	/* メニューデザイン */
	.drawer-menu {
		z-index: 101;
		position: fixed;
		/*overflow: auto;*/
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		top: 0;
		right: 0;
		width: 100%;
		margin: 0;
		padding: 0 0 10px;
		box-sizing: border-box;
		background: #fff;
		transform: translateY(-130%);
		transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.drawer-menu::before {
		content: "";
		width: 100%;
		height: 90px;
		background: url(../img/nav-end.png) center top no-repeat;
		background-size: 780px auto;
		position: absolute;
		bottom: -85px;
		left: 0;
		z-index: 105;
	}

	#nav-tgl:checked ~ .drawer-menu {
		transform: none;
	}
}
@media all and (min-width: 768px) {
	header .spNav {
		display: none;
	}
	header .pcNav {
		display: block;
		position: relative;
		z-index: 2;
	}
	.pcNav ul {
		width: 100%;
		display: -webkit-flex;
		display: flex;
		list-style: none;
	}
	.pcNav li {
		position: relative;
	}
	.pcNav li:first-child {
		width: 171px;
	}
	.pcNav li:nth-child(2) {
		width: 149x;
	}
	.pcNav li:nth-child(3) {
		width: 150px;
		margin-left: 360px;
	}
	.pcNav li:nth-child(4) {
		width: 150px;
	}
	.pcNav li a::before {
		content: "";
		width: 100%;
		height: 100%;
		background: url(../img/header-nav-over.png) left top repeat;
		position: absolute;
		top: -100%;
		z-index: -1;
	}
	.pcNav li a:hover::before {
		top: 0;
		transition: 0.6s;
	}
}

/* ----------------------------------------------
main
----------------------------------------------*/
main {
	padding-bottom: 120px;
}
@media all and (min-width: 768px) {
	main {
		padding-bottom: 175px;
	}
}
/* ----------------------------------------------
footoer
----------------------------------------------*/
footer {
	background-color: #70c473;
	position: relative;
	padding: 30px 0 130px;
}
footer::before {
	content: "";
	width: 100%;
	height: 119px;
	background: url(../img/footer-top-sp.png) center top no-repeat;
	background-size: 780px auto;
	position: absolute;
	top: -115px;
	left: 0;
}
footer .wrap {
	position: relative;
	z-index: 2;
}
footer nav {
	width: 100%;
	max-width: 375px;
	margin: 0 auto;
	padding-bottom: 20px;
	display: -webkit-flex;
	display: flex;
}
footer nav ul {
	list-style: none;
}
footer nav ul:first-child {
	width: 53%;
}
footer nav ul:last-child {
	width: 47%;
}
footer nav li {
	padding: 0 10px 22px 28px;
	background: url(../img/footer-arrow-sp.png) 13px 3px no-repeat;
	background-size: 10px auto;
	font-size: 1.3rem;
	line-height: 140%;
}
footer nav li a {
	text-decoration: none;
	color: #fff;
}
footer .contactBtn {
	padding: 0 10px 50px;
	text-align: center;
}
footer .contactBtn img {
	max-width: 100%;
}
footer .contactBtn .bnrAozora {
	display: block;
	margin-top: 15px;
}
footer .company {
	padding: 0 15px 50px;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	line-height: 170%;
}
footer .company h2 {
	padding-bottom: 20px;
	font-size: 1.8rem;
	line-height: 130%;
}
footer .company h2 span {
	display: block;
	font-size: 1.5rem;
	line-height: 130%;
}
footer .company .address {
	padding-bottom: 12px;
}
footer .company .tel span,
footer .company .tel a {
	color: #fff;
}
footer .copyright {
	color: #fff;
	font-size: 1.1rem;
	line-height: 130%;
	text-align: center;
}
footer a:hover {
	color: #ffffbe;
}
@media all and (min-width: 768px) {
	footer {
		padding: 0 0 60px;
	}
	footer::before {
		content: "";
		width: 100%;
		height: 80px;
		background: url(../img/footer-top.png) center top no-repeat;
		background-size: 1400px auto;
		position: absolute;
		top: -75px;
		left: 0;
	}
	@media all and (min-width: 1400px) {
		footer::before {
			background-size: 100% 80px;
		}
	}
	footer .wrap {
		width: 980px;
		margin:  0 auto;
		padding-top: 60px;
		position: relative;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
	}
	footer .wrap::after {
		content: "";
		width: 980px;
		height: 221px;
		background: url(../img/footer-illust.png) center top no-repeat;
		position: absolute;
		top: -168px;
		left: 0;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		footer .wrap::after {
			background: url(../img/footer-illust@2x.png) center top no-repeat;
			background-size: 980px auto;
		}
	}
	footer nav {
		width: 450px;
		max-width: 450px;
		padding-bottom: 0;
		margin-top: 8px;
		position: relative;
		z-index: 3;
	}
	footer nav ul {
		width: 220px;
	}
	footer nav li {
		padding: 0 10px 14px 27px;
		background: url(../img/footer-arrow.png) 10px 3px no-repeat;
		background-size: 10px auto;
		font-size: 1.4rem;
		line-height: 140%;
	}
	footer nav li a:hover {
		text-decoration: underline;
	}
	footer nav li:last-child {
		padding-bottom: 0;
	}
	footer .contactBtn {
		width: 225px;
		padding: 0;
		text-align: left;
		position: relative;
		z-index: 3;
	}
	footer .contactBtn a {
		display: block;
		width: 198px;
		height: 128px;
		background: url(../img/footer-contact-over.png) left 150px no-repeat;
	}
	footer .contactBtn .bnrAozora {
		width: 194px;
		height: 78px;
		margin: 10px 0 0 2px;
		background-image: url(../img/bnr-aozora-over.png);
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		footer .contactBtn a {
			background: url(../img/footer-contact-over@2x.png) left 150px no-repeat;
			background-size: 197px auto;
		}
		footer .contactBtn .bnrAozora {
			background-image: url(../img/bnr-aozora-over@2x.png);
			background-size: 194px auto;
		}
	}
	footer .contactBtn a:hover {
		background-position: left top;
	}
	footer .contactBtn a:hover img {
		opacity: 0;
		transition: 1.0s;
	}
	footer .company {
		padding: 0;
		margin-top: 8px;
		text-align: left;
		line-height: 150%;
		position: relative;
		z-index: 3;
	}
	footer .company h2 {
		padding-bottom: 13px;
		font-size: 1.8rem;
		line-height: 130%;
	}
	footer .company .address {
		padding-bottom: 7px;
	}
	footer .company .tel span,
	footer .company .tel a {
		color: #fff;
	}
	footer .copyright {
		width: 100%;
		padding-top: 60px;
	}
}

* ----------------------------------------------
pagetop
*---------------------------------------------- */
#pagetop {
	position: relative;
}
#pagetop a {
	display: block;
	width: 56px;
	position: fixed;
	right: 10px;
	bottom: -150px;
	z-index: 10;
}
#pagetop a img {
	max-width: 100%;
}
#pagetop .bottom {
	position: absolute;
}
@media all and (min-width: 768px) {
	#pagetop a {
		width: 77px;
		right: 40px;
	}
	#pagetop a:hover {
		background: url(../img/pagetop-over.png) left top no-repeat;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		#pagetop a:hover {
			background: url(../img/pagetop-over@2x.png) left top no-repeat;
			background-size: 76px auto;
		}
	}
	#pagetop a:hover img {
		opacity: 0;
		transition: 1.0s;
	}
}
