@charset "UTF-8";
/* CSS Document */
section{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 30px;
	margin-bottom: 100px;
}
h1{
	z-index: 1;
	position: absolute;
	top:20px;
	left: 20px;
	color: #FFFFFF;
	font-size: 1.2em;;
	font-weight: 600;
}
.toph2{
	text-align: center;
	font-size: 3rem;
	margin: 60px 0 20px;
}
.toph3Area{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
.toph3{
	display: inline-block;
	width: 100%;
}
.sub_ttl a{
	z-index: 1;
	position: absolute;
	top:20px;
	right: 20px;
	color: #FFFFFF;
	font-size: 1.2em;;
	font-weight: 600;
}
.top_image{
	width: 100%;
	height: 95vh;
	background-image: url(../images/top_pc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.top_image{
	display: flex;
	align-items: center;
}
.top_image img{
	display: block;
	width: 300px;
	margin: 0 auto;
}
/*---------------------------------
menu_sec
-----------------------------------*/
.menu_ttl{
	width: 300px;
	margin: 100px auto;
}
.menu_cnt{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: auto;
	padding: 20px;
	border: 2px #333 solid;
	font-size: 1.4vw;
}
.menu_cnt li{
	flex-basis: 31%;
/*	margin-right: 60px;*/
/*	margin: 10px auto;*/
}
.flex5col_empty{
	flex-basis: 19%;	
} 
.back_img{
	background-image: url(../images/photo_image10.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 300px;	
}
.back_img02{
	background-image: url(../images/photo_image11.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 300px;	
}
/*---------------------------------
footer_sec
-----------------------------------*/
.footer_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer_cnt{
	width: 50%;
}
.footer_cnt02{
	padding: 30px;
}
.footer_txt{
	margin-bottom: 50px;
}
.phone{
	width: 50%;
	height: 60px;
	text-align: center;
	border: solid 2px #333;
	display: flex;
	align-items: center;
	background: #333;
	color: #FFFFFF;
	position: relative;
	margin-bottom: 50px;
}
.phone:hover{
	opacity: .8;
	transition: .5s;
}
.phone a {
	display: inline-block;
	width: 100%;
	height: 60px;
	color: #FFFFFF;
	display: block;
    padding: 20px 0;
}
.phone a::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.footer_logo{
	width: 300px;
	margin: 30px auto;
	padding-top: 30px;
}
.copy_area{
	height: auto;
	width: 100%;
	background: #333;
}
.copy{
	text-align: center;
	padding-bottom: 40px;
	color: #FFFFFF;
}
.open{
	margin-bottom: 15px;
}
.menu-sub{
	text-align: right;
	margin-top: 20px;
}
@media screen and (min-width:1280px) {
	.menu_cnt li{
	width: 49%;
	flex-basis: 49%;
/*	margin-right: 100px;*/
/*	margin: 10px auto;*/
		font-size: 1.6rem;
}
}