@charset "UTF-8";

.area-kv {
	position: relative;
}

.area-kv__catch {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0px auto;
}
.area-kv__catch img {
	width: 100%;
}
.area-intro {
  background-image: linear-gradient(90deg, rgba(240, 201, 1, 1), rgba(100, 70, 18, 1));
}

.area-intro__lb {
	margin-bottom: .9em;
	letter-spacing: normal;
	text-align: center;
}


@media screen and (min-width: 900px) {
	
	body {
		background: url("/_common/img/bac_04.jpg?2");
		background-repeat: repeat-x;
		background-size: cover;
		
	}

	.area-kv {
		margin: 0;
	}

	.area-kv .m-inner {
		height: 555px;
	}

	.area-kv__catch {
		max-width: 70%;
		padding: 0px 0 0 0px;
	}
	
	.lemon__catch {
		position: absolute;
		left: -250px;
		bottom: 100px;
		width: 300px;
		padding: 40px 20px;
		color: #fff;
  background-image: linear-gradient(90deg, rgba(100, 70, 18, 1), rgba(240, 201, 1, 1));
		text-align: left;
		z-index: -1;
		font-size: 16px;
	}
	.lemon__catch h2 {
    font-family: 'Noto Sans JP', sans-serif;
		font-size: 26px;
	}	
	
	.area-kv__img {
		position: absolute;
		right: 25%;
		top: 100px;
		max-width: 40%;
		text-align: center;
		font-weight: bold;
		font-size: 24px;
		z-index: 2;
	}
	.area-kv__img img {
		max-width: 200px;
	}
	.area-intro {
		padding: 20px 0 25px;
		margin: 0 0 0 0;
		position: static;
		width: 100%;
		height: 100px;
	}

	.area-intro__lb {
		font-size: 1.0em;
		margin-top: 50px;
		line-height: 20px;
	}

	.area-intro__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		font-size: 1.2em;
		letter-spacing: normal;
		line-height: 1.3;
	}

	.area-intro__list > * {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 377px;
		height: 60px;
		-webkit-box-shadow: 8px 8px 8px rgba(0,0,0,.3);
		        box-shadow: 8px 8px 8px rgba(0,0,0,.3);
  background-image: linear-gradient(90deg, rgba(237,252,129,1.00), rgba(240, 201, 1, 1));
/*		background: #FFFFED;
*/		color: #222;
		text-align: center;
		white-space: nowrap;
	}
	
	.area-intro__list a {
		display: block;
		width: 377px;
		height: 60px;
		padding: 15px 15px 7px 15px;
		text-decoration: none;
		font-weight: bold;
	}
	.area-intro__list a:hover {
		background: #FFFFB2;
	}
	.area-intro__list > * + * {

	}

	.area-intro__list i {
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 51px;
		height: 51px;
		margin-right: 15px;
		border-radius: 50%;
		background: #ef9d61;
		color: #fff;
		font-size: .933em;
	}

	
@media screen and ( min-height:1000px) {
		.area-intro {
			position: fixed;
			bottom: 0px;
		}
		.area-kv {
			background: transparent;
			margin: 0;
		}
		body {
		}
	}

@media screen and ( max-height:1000px) {
		.area-kv {
		background: url("/_common/img/bac_04.jpg?2");
		background-repeat: repeat-x;
		background-size: cover;
		}
		body {
			background: transparent;
		}
	}


}
@media screen and (min-width:1900px) and ( max-width:2600px) {
		.area-kv__img {
			max-width: 150px;
			top: 5%;
		}
		@media screen and ( min-height:1400px) {
				.area-intro {
					position: fixed;
					bottom: 0px;
				}
				.area-kv {
					background: transparent;
					margin: 0;
				}
				body {
				}
			}

	}
@media screen and (min-width:1500px) and ( max-width:1900px) {
		.area-kv__img {
			top: 50px;
		}
		.area-kv__img img {
			max-width: 130px;
		}
	}
@media screen and (min-width:1300px) and ( max-width:1500px) {
		.area-kv__img {
			top: 50px;
		}
		.area-kv__img img {
			max-width: 115px;
		}
	}


@media screen and (min-width:899px) and ( max-width:1300px) {
		.area-kv__img {
			top: 20px;
		}
		.area-kv__img img {
			max-width: 100px;
		}
	}


/*@media screen and (min-width: 1800px) {
	.area-intro {
		position: fixed;
		bottom: 0;
		width: 100%;
	}

}*/


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

	.area-kv {
		background: url("/_common/img/bac_04_sp.jpg?3") right top no-repeat;
		background-size: 150%;
	}

	.area-kv .m-inner {
		width: 100%;
	}

	.area-kv__catch {
		padding: 20px 0 5px;
		text-align: center;
	}

	.area-kv__catch img {
		max-width: 95.466%;
	}
	
	.area-kv2 {
		position: relative;
	}
	.area-kv__img {
		padding: 0 1.86%;
		margin-left: 65%;
		width: 25%;
	}
	.area-kv__img strong {
		text-align: center;
		font-size: 22px;
	}
	.area-kv__img img {
		width: 100%;
	}

	.lemon__catch {
		position: absolute;
		left: 0%;
		top: 30px;
		width: 100%;
		height: 450px;
		padding: 40px 40px;
		box-sizing: border-box;
		color: #fff;
  background-image: linear-gradient(90deg, rgba(100, 70, 18, 1), rgba(240, 201, 1, 1));
		text-align: left;
		z-index: -1;
		font-size: 16px;
	}
	.lemon__catch h2 {
    font-family: 'Noto Sans JP', sans-serif;
		font-size: 24px;
	}	
	

	.area-intro {
		padding: 20px 0 33px;
		width: 60%;
		margin-top: -230px;
		margin-left: 5%;
		background: transparent;
		
	}

	.area-intro__lb {
		font-size: 0.786em;
		font-size: 3.2vw;
		font-weight: bold;
		line-height: 18px;
	}

	.area-intro__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		font-size: 1.143em;
		font-size: 4.3vw;
		letter-spacing: normal;
		line-height: 1.3;
	}

	.area-intro__list > * {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 90%;
		margin-bottom: 2.4%;
		-webkit-box-shadow: 4px 8px 4px rgba(0,0,0,.3);
		        box-shadow: 4px 8px 4px rgba(0,0,0,.3);
		white-space: nowrap;
	}

	.area-intro__list a {
		display: block;
		width: 100%;
		height: 60px;
		box-sizing: border-box;
  background-image: linear-gradient(90deg, rgba(237,252,129,1.00), rgba(240, 201, 1, 1));
		color: #222;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
		padding: 15px 15px 7px 15px;
	}

	.top_footer {
		display: flex;

		flex-direction: column-reverse;
	}
	
}

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


}


/*iPad*/
@media (max-device-width: 1024px) and (orientation: landscape) {
	body {
		background: url("/_common/img/bac_04.jpg?2");
		background-repeat: repeat-x;
		background-size: cover;
		
	}
	.area-kv__catch {
		width: 90%;
		max-width: 90%;
	}
	.area-kv__img {
		top: 40px;
		right: 20%;
	}
	.area-intro__list > * {
		width: 30%;
	}
	
	.area-intro__list a {
		width: 100%;
	}	
 }
 
