@charset "utf-8";
/* CSS Document */
/* common
---------------------------------------------------*/
body {
	position: relative;
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "sans-serif";
	font-size: 10px;
	font-weight: 500;
	line-height: 1;
}
img {width: 100%; height: auto;}

main a {
	display: inline-block;
	color: #000;
	text-decoration: none;
	transition: .4s all;
}
main a:hover {
	color: #666666;
} 
@media (min-width: 481px) {
/* tablet+PC用 */
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
	.inner {
		max-width: 1200px;
		width: 96%;
		margin: 0 auto 10em;
	}
}
@media (min-width: 769px) {
/* tablet+PC用 */	
}
@media (min-width: 1024px) {
/* PC用 */
}
@media (min-width: 1400px) {
/* PC-wide用 */
}
@media (min-width: 769px) and ( max-width: 1023px) {
/* tablet用 */
}
@media (max-width: 768px) {
/* tablet用 */
	body {
		font-size: 9px;
	}
}
@media (max-width: 480px) {
/* SP用 */
	body {
		font-size: 8px;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	.inner {
		width: 94%;
		margin: 0 auto 6.5em;
	}
}

/* header
---------------------------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 111;
}
.header .inner {margin-bottom: 0;}
.header h1 {
	margin: 1.3em 0 1.5em;
	font-size: 1.2em;
	font-weight: 400;
}
.header--inner {
	display: flex;
	justify-content: space-between;
}
.header--logo {
	width: 33.416%;
}
.header--info {
	display: flex;
	align-items: center;
	margin-bottom: 1.6em;
}
.header--info address {
	margin-right: 1.8em;
	font-size: 1.6em;
}
.header--info address .phone {
	margin-top: 0.1em;
	font-size: 2.3125em;
	font-weight: 700;
}
.header--info .icn--line,
.header--info .icn--map {
	width: 4.4em;
	margin-right: 1.5em;
}
.header--info .icn--map {
	margin-right: 0;
}
@media (min-width: 769px) {
/* tablet+PC用 */	
}
@media (min-width: 1024px) {
/* PC用 */
}
@media (min-width: 1400px) {
/* PC-wide用 */
}
@media (min-width: 769px) and ( max-width: 1023px) {
/* tablet用 */
}
@media (max-width: 768px) {
/* tablet用 */
}
@media (max-width: 480px) {
/* SP用 */

	.header--inner {
		padding: 1.6em 0;
		align-items: center;
	}
	.header--info {
		margin-bottom: 0;
	}
	.header--logo {
		width: 60.3%;
	}
}

/* footer
---------------------------------------------------*/
.footer {
	border-top: 5px solid #54bc24;
	padding: 4em 0 2.5em;
}
.footer .inner {margin-bottom: 0;}
.footer--inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 0 0 4em;
}
.footer--inner02 {
	width: 54.1667%;
	padding-left: 4em;
}
.footer--logo {
	width: 70.812%;
	margin-bottom: 2em;
}
.footer .fukidashi {
	position: relative;
	width: 40%;
	margin: 0 0 1.5em -1.1em;
	padding: 0.8em 1em 0.7em;
	font-size: 1.6em;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
	white-space: nowrap;
	background: #54bc24;
	border-radius: 20px;
} 
.footer .fukidashi::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -9px;
	
	border-top: 12px solid #54bc24;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
}
.footer--info {
	display: flex;
	align-items: center;
	margin-bottom: 1.6em;
}
.footer--info address {
	margin-right: 1.8em;
	font-size: 1.6em;
}
.footer--info address .phone {
	margin-top: 0.1em;
	font-size: 2.3125em;
	font-weight: 700;
}
.footer--info .icn--line,
.footer--info .icn--map {
	width: 4.4em;
	margin-right: 1.5em;
}
.footer--inner02 .access {
	font-size: 1.6em;
	line-height: 1.6;
}
.footer--photo {
	width: 43.103%;
}
.pagetop {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8em;
	color: #ffffff;
	background: rgba(0,0,0,0.6);
	transition: all .7s;
	z-index: 101;
}
.pagetop:hover {
	background: rgba(0,0,0,0.9);
	cursor: pointer;
}
.copy {
	margin-top: 1.1em;
	text-align: center;
	font-size: 1.3em;
}
@media (min-width: 769px) {
/* tablet+PC用 */	
}
@media (min-width: 1024px) {
/* PC用 */
}
@media (min-width: 1400px) {
/* PC-wide用 */
}
@media (min-width: 769px) and ( max-width: 1023px) {
/* tablet用 */
}
@media (max-width: 768px) {
/* tablet用 */
	.footer .fukidashi {
		width: 15em;
	}
}
@media (max-width: 480px) {
/* SP用 */
	.footer {
		padding-bottom: 10.5em;
	}
	.footer--inner {
		display: block;
		padding-left: 0;
	}
	.footer--inner02,
	.footer--photo {
		width: 100%;
	}
	.footer--inner02 {
		padding: 0 0 4em 2em;
	}
	
	.sp--footer {
		display: flex;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 11;
		
	}
	.sp--footer > div {
		width: 50%;
	}
	.sp--footer .line {
		background: #06c755;
	}
	.sp--footer .phone {
		background: #54bc24;
	}
	.sp--footer div a {
		display: flex;
		align-items: center;
		text-decoration: none;
		padding: 0.7em;
		color: #fff;
		font-size: 1.7em;
		font-weight: 700;
		line-height: 1.5;
	}
	.sp--footer div a .icn {
		padding-right: 1em;
	}
	.sp--footer div a .icn img {
		width: auto;
		height: 38px;
	}
	.pagetop {bottom: 60px;}
}

/* main
---------------------------------------------------*/
@media (min-width: 769px) {
/* tablet+PC用 */
	main {
		padding-top: 12em;
	}
}
@media (min-width: 1024px) {
/* PC用 */
}
@media (min-width: 1400px) {
/* PC-wide用 */
}
@media (min-width: 769px) and ( max-width: 1023px) {
/* tablet用 */
}
@media (max-width: 768px) {
/* tablet用 */
}
@media (max-width: 480px) {
/* SP用 */
	main {
		padding-top: 7.2em;
	}
}
