/*-----------------------

	300/400/500/700
	font-family: "M PLUS 1p", sans-serif;
	font-family: "Roboto", sans-serif;

-----------------------

	400
	font-family: "Kosugi Maru", sans-serif;

-----------------------

	font-family: "Noto Serif JP", serif;
	font-family: "Noto Sans JP", sans-serif;

-----------------------

1760/1200/800px(700 / 560)

-----------------------*/

body{
	position: relative;
	font-family:'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.75;
	color: #424040;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
	@media screen and (min-width:1760px) {
		body{
			font-size: 112.5%;
		}
	}
	@media screen and (max-width:1200px) {
		body{
			font-size: 93.75%;
		}
	}
	@media screen and (max-width:1000px) {
		body{
			font-size: 87.5%;
		}
	}

body.active{
	overflow: hidden;
	height: 100%;
}
a{
	color: #424040;
	text-decoration: none;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: default;
}
a.link{
	color: #0072b0;
	text-decoration: underline;
}
a.link-jump{
	color: #0072b0;
	text-decoration: underline;
	padding-right: 1.5em;
	background: url(../images/common/link.png) no-repeat right .25em;
	background-size: 1em auto;
}
a.arw-blue{
	color: #0072b0;
	text-decoration: underline;
	background: url(../images/common/icon-arw-blue.svg) no-repeat calc(100% - .25em) .25em;
	padding-right: 1.5em;
	background-size: 1em auto;
	transition: .1s background-position;
}
a.arw-blue:hover{
	background-position: calc(100%) .25em;
}


	@media screen and (max-width:800px) {
		a[href^="tel:"] {
			pointer-events: auto;
			cursor: pointer;
		}
	}
/*-----------------------
header
-----------------------*/
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
header h1{
	display: inline-block;
}
header h1 a{
	width: calc(220px + 3em);
	display: block;
	padding: 1.75rem 1rem .75rem calc(6% + .25rem);
	transition: .3s all;
}
header h1.adjust a{
	padding-top: 1rem;
}
	@media screen and (max-width:800px) {
		header h1 a{
			width: calc(163px + 2.5em);
		}
	}

/*-----------------------
	humbergermenu
-----------------------*/
.hamburger-icon{
	position: absolute;
	top: .5rem;
	right: 1.25%;
	width: 62px;
	height: 62px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
	transition: .3s all;
}
	.adjust-nav .hamburger-icon{
		top: 0;
	}

.hamburger-icon span,
.hamburger-icon span::before,
.hamburger-icon span::after{
	content: "";
	display: block;
	height: 3px;
	width: 62px;
	border-radius: 6px;
	background-color: #424040;
	position: absolute;
	transition: .2s all;
}
.hamburger-icon span:before {
	bottom: 10px;
}
.hamburger-icon span:after {
	top: 10px;
}
.hamburger-icon div{
	margin-top: 62px;
	font-size: .875em;
	font-family: "Roboto", sans-serif;
}
	@media screen and (max-width:800px) {
		.hamburger-icon span,
		.hamburger-icon span::before,
		.hamburger-icon span::after{
			width: 48px;
		}
		.hamburger-icon div{
			margin-top: calc(48px + .5em);
		}
	}

#nav-check{
	display: none;
}
#nav-check:checked ~ .hamburger-icon span{
	background-color: rgba(255, 255, 255, 0);
}
#nav-check:checked ~ .hamburger-icon span::before{
	bottom: 0;
	transform: rotate(45deg);
}
#nav-check:checked ~ .hamburger-icon span::after{
	top: 0;
	transform: rotate(-45deg);
}
.overlay nav{
	background: #0096d9;
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 110%;
	left: 0;
	overflow-y: scroll;
	padding-bottom: 3em;
	z-index: 50;
}
#nav-check:checked ~ .overlay nav {
	bottom: 0;
}
.humberger-wrap{
	max-width: 1160px;
	width: 90%;
	margin: 9rem auto 2.125rem;
}
.nav-yoyaku-tel{
	max-width: 1160px;
	width: 90%;
	margin: 0 auto;
}
.humberger-wrap ul{
	width: 45%;
}
	@media screen and (max-width:800px) {
		.humberger-wrap ul{
			width: 48%;
		}
	}
	@media screen and (max-width:700px) {
		.humberger-wrap{
			margin-top: 7.5rem;
		}
		.humberger-wrap ul{
			width: 100%;
		}
	}

.humberger-wrap li{
	border-bottom: 1px solid rgba(255,255,255,.5);
	padding: 1.75rem 0;
}
.humberger-wrap a:hover{
	filter: brightness(0.9);
}
.humberger-wrap .parent a,
.humberger-wrap .parent span{
	color: #fff;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.3125em;
	font-weight: bold;
	display: block;
	position: relative;
	transition: .1s all;
}
	@media screen and (max-width:700px) {
		.humberger-wrap li{
			padding: 1.25rem 0;
		}
		.humberger-wrap .parent a,
		.humberger-wrap .parent span{
			font-size: 1.25em;
		}
	}

.humberger-wrap .parent a:before{
	position: absolute;
	top: 0;
	right: .5em;
	width: 1em;
	height: 1em;
	color: #fff;
	font-family: "M PLUS 1p", sans-serif;
	content: "→";
	transition: .1s all;
}
.humberger-wrap .parent a:hover:before{
	right: 0;
}
.humberger-wrap .child{
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.15rem;
}
.humberger-wrap .child a,
.humberger-wrap .child span,
.humberger-wrap .child-long a{
	position: relative;
	left: 0;
	font-family: "Kosugi Maru", sans-serif;
	font-size: 1.0625em;
	color: #fff;
	display: block;
	padding: .25em 0 .25rem 1.5rem;
	transition: .3s all;
}

.humberger-wrap .child a:hover,
.humberger-wrap .child-long a:hover{
	left: .25rem;
}
.humberger-wrap .child a:before,
.humberger-wrap .child span:before,
.humberger-wrap .child-long a:before{
	position: absolute;
	top: 50%;
	left: .5rem;
	width: .75em;
	height: 1px;
	background: #fff;
	content: "";
	transform: translateX(-50%);
}
.humberger-wrap .child a,
.humberger-wrap .child span{
	width: 50%;
}
	@media screen and (max-width:800px) {
		.humberger-wrap .child a,
		.humberger-wrap .child span{
			width: 100%;
		}
	}
	@media screen and (max-width:700px) {
		.humberger-wrap .child{
			margin-top: .5rem;
		}
		.humberger-wrap .child a,
		.humberger-wrap .child span,
		.humberger-wrap .child-long a{
			font-size: .9em;
		}
		.humberger-wrap .child a,
		.humberger-wrap .child span{
			width: 50%;
		}
	}
.nav-yoyaku-tel{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nav-yoyaku-tel .yoyaku,
.nav-yoyaku-tel .tel{
	width: 48%;
	text-align: center;
}
	@media screen and (max-width:700px) {
		.nav-yoyaku-tel{
			margin-bottom: 2.125rem;
		}
		.nav-yoyaku-tel .yoyaku,
		.nav-yoyaku-tel .tel{
			width: 100%;
			margin-top: 1rem;
		}
	}

.nav-yoyaku-tel .yoyaku a{
	position: relative;
	display: block;
	background: #fff;
	padding: 1.25rem 0;
	font-weight: 500;
	color: #0096d9;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 500;
	transition: .1s all;
	border-radius: .5em;
}
.nav-yoyaku-tel .yoyaku a:hover{
	top: 3px;
}
.nav-yoyaku-tel .yoyaku a span{
	font-size: 1.25em;
	padding-left: 2rem;
	background: url(../images/common/icon-online-blue.png)no-repeat left center;
	background-size: 1.25rem auto;
}
.nav-yoyaku-tel .tel{
	background: #fff;
	padding: 1rem 0 .75rem;
	line-height: 1.5;
	border-radius: .5em;
}
.nav-yoyaku-tel .tel a{
	color: #0096d9;
}
	@media screen and (max-width:700px) {
		.nav-yoyaku-tel .yoyaku a,
		.nav-yoyaku-tel .tel{
			border-radius: 3em;
		}
		.nav-yoyaku-tel .yoyaku a{
			padding: 1rem 0;
		}
		.nav-yoyaku-tel .tel{
			padding: .5rem 0;
		}
	}


/*-----------------------
	fixed side nav
-----------------------*/
#fixed-side-nav{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
	font-size: .75em;
	line-height: 1.5;
	transition: .5s all;
	overflow: hidden;
}
#fixed-side-nav.display{
	right: -100px;
}
	@media screen and (max-width:800px) {
		#fixed-side-nav{
			right: auto;
			left: 0;
			width: 100%;
		}
		#fixed-side-nav.display{
			right: auto;
		}
		#fixed-side-nav ul{
			display: flex;
			flex-wrap: wrap;
		}
		#fixed-side-nav li{
			width: calc(100% / 5);
		}
	}
	@media screen and (max-width:390px) {
		#fixed-side-nav{
			font-size: 10px;
		}
	}

#fixed-side-nav li a{
	background: #0096d9;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 500;
	color: #fff;
	text-align: center;
	display: block;
	width: 100px;
	padding: .75rem 0;
}
#fixed-side-nav li:first-child a{
	border-radius: 1em 0 0 0;
}
#fixed-side-nav li a:hover{
	background: #26a6df;
}
#fixed-side-nav li a span{
	width: 22px;
	height: 22px;
	display: block;
	margin: 0 auto .625em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: relative;
	transition: .1s top;
	top: 0;
}
	@media screen and (max-width:1200px) {
		#fixed-side-nav li a{
			width: 86px;
		}
	}
	@media screen and (max-width:800px) {
		#fixed-side-nav li a{
			width: auto;
		}
		#fixed-side-nav li:first-child a{
			border-radius: 0;
		}
		#fixed-side-nav li a span{
			width: 26px;
			height: 26px;
		}
	}

#fixed-side-nav li a:hover span{
	top: .325em;
}
#fixed-side-nav li:nth-child(1) a span{
	background-image: url(../images/common/icon-access.png);
}
#fixed-side-nav li:nth-child(2) a span{
	background-image: url(../images/common/icon-schedule.png);
}
#fixed-side-nav li:nth-child(3) a span{
	background-image: url(../images/common/icon-online.png);
}
#fixed-side-nav li:nth-child(4) a span{
	background-image: url(../images/common/icon-first.png);
}
#fixed-side-nav li:nth-child(5) a span{
	background-image: url(../images/common/icon-trim.png);
}
/*-----------------------
	footer
-----------------------*/
#subpage footer{
	margin-top: 2.25rem;
}
footer{
	background: #ecedec url(../images/common/footer.png) repeat-x center top;
	padding-bottom: 2rem;
}
#loop-eng{
	width: 100%;
	overflow: hidden;
}
.loop-area {
	width: 100%;
	display: flex;
	overflow: hidden;
}
.loop-area div{
	color: rgba(255,255,255,.5);
	white-space: nowrap;
	padding-right: 1.5rem;
	font-size: 8vw;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 300;
	line-height: 1;
	letter-spacing: .125em;
	animation: loop 20s linear 2.4s infinite normal both;
	position: relative;
	top: -5px;
}
	@keyframes loop {
		from {
			transform: translateX(0);
		}
		to {
			transform: translateX(-100%);
		}
	}
.footer-wrap{
	max-width: 1160px;
	width: 88.8888%;
	margin: 1.125rem auto;
}
	@media screen and (min-width:1760px) {
		.footer-wrap{
			max-width: 1270px;
		}
	}
	@media screen and (max-width:800px) {
		footer{
			padding-bottom: 4em;
		}
		.loop-area div{
			font-size: 12.5vw;
		}
	}
.copylight{
	border-top: 1px solid #d9d9d9;
	color: #a1a0a0;
	font-family: "M PLUS 1p", sans-serif;
	font-size: .75em;
	padding: 2rem 0;
	text-align: center;
}
.f-logo{
	width: 132px;
	height: auto;
	margin-bottom: 1.5rem;
}
.f-tel{
	font-size: 1.375em;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	line-height: 1.0;
	margin-top: .5rem;
}
.f-tel a{
	background: url(../images/common/icon-tel.png) no-repeat left .2em;
	background-size: .625em auto;
	padding-left: 1rem;
}
a.f-btn-online{
	display: block;
	max-width: 260px;
	margin-top: 1.5rem;
	padding: 1.125rem 0;
	color: #fff;
	background: #0096d9;
	font-weight: 500;
	text-align: center;
	border-radius: 5em;
	transition: .2s all;
	position: relative;
	top: 0;
}
a.f-btn-online:hover{
	background: #149edc;
	top: 4px;
}
.f-btn-online span{
	padding-left: 1.5rem;
	background: url(../images/common/icon-online.png) no-repeat left .25em;
	background-size: 1em auto;
}
	@media screen and (max-width:800px) {
		.f-logo{
			width: 100px;
			margin-left: auto;
			margin-right: auto;
		}
		.f-btn-online{
			margin: 1.5rem auto 0;
		}
	}

.f-info{
	width: calc(97% - 616px);
}
.f-nav{
	width: 616px;
	padding-bottom: 2rem;
}
.f-info .inline-block{
	display: block;
}
.f-nav ul{
	width: 46%;
	line-height: 2;
}
.f-nav ul li{
	padding: 1.25rem 0;
	border-bottom: 1px solid #d9d9d9;
}
	@media screen and (max-width:1200px) {
		.f-info{
			width: calc(97% - 420px);
		}
		.f-nav{
			width: 420px;
		}
	}
	@media screen and (max-width:800px) {
		.f-info{
			width: calc(100% - 480px);
		}
		.f-nav{
			width: 480px;
		}
		.f-info{
			width: 100%;
			text-align: center;
		}
		.f-nav{
			width: 100%;
			margin-top: 1.25rem;
		}
		.f-nav ul{
			width: 100%;
			margin-top: 1.25rem;
			line-height: 1.75;
		}
		.f-info .inline-block{
			display: inline-block;
		}
	}
	@media screen and (max-width:700px) {
		.f-nav ul{
			line-height: 1.4;
		}
	}

.f-nav ul li:first-child{
	padding-top: 0;
}

.f-nav .parent a,
.f-nav .parent span{
	display: block;
	font-weight: bold;
	position: relative;
	transform: 1s all;
}
.f-nav .parent a:before{
	position: absolute;
	top: 0;
	right: .25em;
	width: 1em;
	height: 1em;
	color: #686666;
	font-family: "M PLUS 1p", sans-serif;
	content: "→";
	transition: .1s all;
}
.f-nav .parent a:hover:before{
	right: 0;
}
.f-nav .child,
.f-nav .child-long{
	padding-left: .75rem;
	margin-top: .5rem;
}
.f-nav .child a,
.f-nav .child span,
.f-nav .child-long a{
	font-size: .9375em;
	display: block;
	position: relative;
	color: #686666;
	transition: .1s all;
	line-height: 1.4;
	padding: .325rem 0 .325rem 1.25rem;
}
	@media screen and (max-width:800px) {
		.f-nav .child{
			display: flex;
			flex-wrap: wrap;
		}
		.f-nav .child a,
		.f-nav .child span{
			width: 50%;
		}
	}
	@media screen and (max-width:700px) {
		.f-nav .child a,
		.f-nav .child span,
		.f-nav .child-long a{
			padding-top: .25rem;
			padding-bottom: .25rem;
		}
	}


.f-nav .child a:hover,
.f-nav .child-long a:hover{
	color: #424040;
}
.f-nav .child a:before,
.f-nav .child span:before,
.f-nav .child-long a:before{
	position: absolute;
	top: 50%;
	left: 0;
	width: .75em;
	height: 1px;
	background: #686666;
	content: "";
	transform: translateX(-50%);
}


/*-----------------------
	font
-----------------------*/
.c-white{
	color: #fff;
}
.c-white-transparent{
	color: rgba(255, 255, 255, .5);
}
.c-black{
	color: #333;
}
.c-green{
	color: #476b3d;
}
.c-lightgreen{
	color: #84c35a;
}
.c-greengray{
	color: #74a1ab;
}
.c-blue{
	color: #0072b0;
}
.c-lightblue{
	color: #0096d9;
}
.c-yellow{
	color: #c3d600;
}
.c-grey{
	color: #686666;
}
.c-red{
	color: #bf3737;
}

.marker{
	background: linear-gradient(transparent 88%, #ffe682 12%);
}

.mplus{
	font-family: "M PLUS 1p", sans-serif;
}
.kosugi{
	font-family: "Kosugi Maru", sans-serif;
}
.min{
	font-family: "Noto Serif JP", serif;
}

.em{
	font-weight: bold;
}
.em500{
	font-weight: 500;
}

.inline-block{
	display: inline-block;
}
.section-tit{
	font-size: 2em;
	font-weight: 500;
}
.section-tit-eng{
	font-size: 2.5em;
	font-weight: 500;
	line-height: .75;
	font-family: "Roboto", sans-serif;
}
	@media screen and (max-width:1200px) {
		.section-tit{
			font-size: 1.875em;
		}
		.section-tit-eng{
			font-size: 2em;
		}
	}
	@media screen and (max-width:800px) {
		.section-tit{
			font-size: 1.75em;
		}
	}


.section-midashi{
	font-size: 1.875em;
}
.section-komidashi,
.copy-normal{
	font-size: 1.6875em;
	line-height: 1.5;
}

.bg-komidashi-blue{
	background: #0096d9;
	color: #fff;
	font-weight: bold;
	padding: .5em 1em;
	border-radius: .25em;
	margin-bottom: 1em;
}
.line-komidashi-green{
	color: #476b3d;
	border-bottom: 1px solid;
	font-weight: bold;
	padding-bottom: .25em;
	margin-bottom: 1em;
}
.sideline-komidashi{
	border-left: 5px solid;
	border-bottom: 1px solid;
	font-weight: bold;
	margin-bottom: .75em;
	padding-bottom: .5em;
	padding-left: .75em;
	line-height: 1.5;
}
.tel-txt{
	font-family: "Roboto", sans-serif;
	font-size: 1.875em;
	line-height: 1.5;
	padding-left: 1.75rem;
	background: url(../images/common/icon-tel-white.png) no-repeat left center;
	background-size: .75em auto;
}
.tel-txt-std{
	font-family: "Roboto", sans-serif;
	font-size: 1.875em;
	line-height: 1.5;
	padding-left: 1.75rem;
	background: url(../images/common/icon-tel.png) no-repeat left center;
	background-size: .75em auto;
}
.tel-txt-blue{
	font-family: "Roboto", sans-serif;
	font-size: 1.875em;
	line-height: 1.5;
	padding-left: 1.75rem;
	background: url(../images/common/icon-tel-blue.png) no-repeat left center;
	background-size: .75em auto;
}
	@media screen and (max-width:1200px) {
		.section-midashi{
			font-size: 1.75em;
		}
		.section-komidashi{
			font-size: 1.57142857143em;
		}
		.copy-normal{
			font-size: 1.5em;
		}
	}
	@media screen and (max-width:800px) {
		.section-midashi{
			font-size: 1.71428571em;
		}
		.section-komidashi{
			font-size: 1.42857142857em;
		}
	}

.large{
	font-size: 1.125em;
}
.x-large{
	font-size: 1.25em;
}
.xx-large{
	font-size: 1.375em;
}
.xxx-large{
	font-size: 1.5625em;
}

.small{
	font-size: .875em;
}
.x-small{
	font-size: .75em;
}
.xx-small{
	font-size: .5em;
}
.medium{
	font-size: .9375em;
}
.x-medium{
	font-size: 1.0625em;
}

.lh{
	line-height: 1.9;
}
.lh15{
	line-height: 1.5;
}
.ltr-space{
	letter-spacing: 4px;
}
.ltr-tsume{
	letter-spacing: -3px;
}
	@media screen and (max-width:560px) {
		br.sp-none{
			display: none;
		}
	}


/*-----------------------
	list
-----------------------*/
.list-disc > li{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1.5em;
	margin-bottom: .25em;
}
.list-caution > li{
	position: relative;
	list-style-position: outside;
	padding-left: 1.5em;
	margin-bottom: .25em;
}
.list-caution > li:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "※";
}
/*-----------------------
	mt
-----------------------*/
.mtxs{
	margin-top: .5em;
}
.mts{
	margin-top: .875em;
}
.mt{
	margin-top: 1.5em;
}
.mtm{
	margin-top: 2em;
}
.mtl{
	margin-top: 3em;
}
.mtxl{
	margin-top: 4em;
}

/*-----------------------
	flex
-----------------------*/
.flex{
	display: flex;
	flex-wrap: wrap;
}
.space-between{
	justify-content: space-between;
}
.clm2{
	width: 48%;
}
.clm2-block{
	width: 48%;
}
.clm3{
	width: calc(100% / 3);
}
	@media screen and (max-width:800px) {
		.clm2-block{
			width: 100%;
		}
		.clm2-block:nth-child(even){
			margin-top: 1.25rem;
		}
	}


/*-----------------------
svg / kakumaru /bgbox
-----------------------*/
.fill-white {
	fill: #fff;
}
.fill-yellow{
	fill: #eaf1a6;
}
.kakumaru{
	border-radius: .75em;
}
.x-kakumaru{
	border-radius: 1em;
}
.xx-kakumaru{
	border-radius: 1.5em;
}
.bgbox-lightgreen{
	background: #edf6e6;
	padding: 1.75em 2.25em 1.5em;
}
.bgbox-lightblue{
	background: #e6f5fb;
	padding: 1.75em 2.25em 1.5em;
}
.bgbox-white{
	background: #fff;
	padding: 1.75em 2.25em 1.5em;
}
.bgbox-greengray{
	background: #74a1ab;
	padding: 1.75em 2.25em 1.5em;
}
.bgbox-gray{
	background: #eee;
	padding: 1.75em 2.25em 1.5em;
}

.borderbox-grey{
	border: 1px solid #e6e6e6;
	padding: 1.75rem 2.25rem 1.5rem;
}
	@media screen and (max-width:900px) {
		.bgbox-lightgreen,
		.bgbox-lightblue,
		.bgbox-white,
		.borderbox-grey,
		.bgbox-gray,
		.bgbox-greengray{
			padding: 1.25em;
		}
	}

/*-----------------------
 スマホ横スクロール
-----------------------*/
	@media screen and (max-width:700px) {
		.img-scroll{
			width: 106%;
			overflow-x: scroll;
			padding: .25rem;
		}
		.img-scroll-inner{
			width: 720px;
		}
	}