@charset "utf-8";

.mainVisual {
	border-bottom: 11px solid #2b3233;
}

.mainVisual img {
	width: 100%;
}

h2.pageTitle {
    background: #2b3233;
    text-align: center;
    padding: 25px 0 30px;
    width: 85%;
    max-width: 1200px;
    border-radius: 0 0 50px 50px;
    color: #fff;
    margin: 0 auto 120px;
    font-size: 75px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1;
}

.localBtn {
    display: flex;
    justify-content: center;
	align-items: center;
	margin-bottom: 90px;
}

.localBtn li {
    display: flex;
    justify-content: center;
	width: 45%;
	max-width: 345px;
}

.localBtn li a {
    display: block;
	text-align: center;
	font-size: 22px;
	position: relative;
	width: 100%;
	border: 2px solid #566a77;
	color: #231815;
	font-weight: 600;
    text-shadow: 2px 2px 3px #7c7c7c;
    letter-spacing: 5px;
}

.localBtn li.madori a {
    border-radius: 100px 0 0 100px;
	padding: 16px 0 16px 63px;
}

.localBtn li.kukaku a {
	border-radius: 0 50px 50px 0;
	padding: 16px 63px 16px 0;
}

.localBtn li.active a {
	background: #566a77;
	color: #fff;
	text-shadow: 2px 2px 3px #000;
}

.localBtn li.madori a:before {
    content: "";
    position: absolute;
    background: url(../-image/common/arrow01.svg) no-repeat 0 0;
    background-size: 50px;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
}

.localBtn li.kukaku a:before {
    content: "";
    position: absolute;
    background: url(../-image/common/arrow03.svg) no-repeat 0 0;
    background-size: 50px;
    width: 50px;
    height: 50px;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
}

.localBtn li.kukaku a:hover {
	opacity: 0.8;
}

#landscape .bgColor05 {
    padding-bottom: 80px;
}

#landscape h3 {
    text-align: center;
    font-size: 28px;
    color: #fff;
    background: #2b3233;
    display: inline-block;
    padding: 50px 0;
    width: 85%;
    max-width: 1200px;
	margin-bottom: 120px;
	letter-spacing: 8px;
}

.kukakuzu {
    margin-bottom: 40px;
}

.textImage {
    margin-right: 50px;
}

.humanIllust {
    width: 160px;
    margin: 0 10px 50px auto;
}

.text {
    width: 310px;
}

.kukakuImage {
    box-shadow: 0 0 13px 10px #cccccc;
    padding: 20px;
	position: relative;
}

.kukakuImage .area01 a,.kukakuImage .area02 a,.kukakuImage .area03 a {
	position: absolute;
	width: 76px;
	height: 76px;
}

.kukakuImage .area01 a:hover,.kukakuImage .area02 a:hover,.kukakuImage .area03 a:hover {
	opacity: 1;
}

.kukakuImage .area01 a {
    top: 218px;
    left: 33px;
}

.kukakuImage .area02 a {
    top: 447px;
    left: 47px;
}

.kukakuImage .area03 a {
    top: 329px;
    left: 356px;
}

.kukakuImage a.dispNone {
	display: none;
}

.modaal-wrapper {
    overflow: hidden;
}

.camera {
	margin-bottom: 70px;
}

.camera p {
	margin-left: 20px;
	font-size: 20px;
}

.machinami li {
	width: 48%;
	max-width: 400px;
	margin: 0 10px;
}


@media screen and (max-width: 767px)  {	
	
	h2.pageTitle {
		padding: 6px 0 15px;
		border-radius: 0 0 30px 30px;
		margin: -1px auto 60px;
		font-size: 30px;
	}
	
	.localBtn {
		margin-bottom: 45px;
	}	

	.localBtn li {
		width: 40%;
	}

	.localBtn li a {
		font-size: 16px;
	}	

	.localBtn li.madori a {
		padding: 10px 0 10px 49px;
	}

	.localBtn li.kukaku a {
		padding: 10px 49px 10px 0;
	}

	.localBtn li.madori a:before {
		background: url(../-image/common/arrow01.svg) no-repeat 0 0;
		background-size: 34px;
		width: 34px;
		height: 36px;
		left: 7px;
	}

	.localBtn li.kukaku a:before {
		background: url(../-image/common/arrow03.svg) no-repeat 0 0;
		background-size: 34px;
		width: 34px;
		height: 36px;
		right: 7px;
	}
	
	#landscape .bgColor05 {
		padding-bottom: 40px;
	}	

	.inner {
		width: 90%;
		margin: 0 auto;
	}	

	#landscape h3 {
		font-size: 16px;
		padding: 20px 0;
		margin-bottom: 60px;
		letter-spacing: 4px;
		width: 90%;
	}

	.textImage {
		margin: 0 auto 50px;
	}	
	
	.humanIllust {
		width: 100px;
		margin: 0 10px 20px auto;
	}	
	
	.text {
		width: 65%;
		margin: 0 auto;
	}

	.machinami li {
		width: 100%;
		margin: 0 auto 20px;
	}
	
	.camera {
		display: none;
	}
	
	#landscape .sp-button {
        width: 12px!important;
        height: 12px!important;
    }
	
	#landscape .sp-horizontal .sp-previous-arrow {
		left: 6px;
	}	
	
	#landscape .sp-horizontal .sp-next-arrow,#landscape .sp-horizontal.sp-rtl .sp-previous-arrow {
		right: 6px;
	}	
	
	#landscape .sp-next-arrow:after,#landscape .sp-next-arrow:before,#landscape .sp-previous-arrow:after,#landscape .sp-previous-arrow:before {
		width: 25%;
	}	

	
	
}

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

	h2.pageTitle {
		padding: 15px 0 25px;
		margin: 0 auto 90px;
		font-size: 50px;
	}
	
	#landscape h3 {
		font-size: 24px;
		padding: 30px 0;
		margin-bottom: 80px;
	}	

	.localBtn li {
		max-width: 260px;
	}
	
	.localBtn li a {
		font-size: 18px;
	}	

	.textImage {
		margin: 0 30px 50px;
		width: 25%;
	}	

	.humanIllust {
		width: 120px;
		margin: 0 10px 30px auto;
	}	

	.text {
		width: 98%;
	}	

	.camera p {
		font-size: 18px;
	}
	
	.machinami li {
		width: 48%;
		margin: 0 1%;
	}	
	
	
	
}



