@charset "UTF-8";
/* CSS Document */
section{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 60px;
}

.top_sec{
	position: relative;
}
.cpn_ttl{
	position: absolute;
	width: 100%;
}
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: 20px 0;
}
.toph3Area{
	padding: 0 5%;
	line-height: 1.5;
	font-size: 1.6rem;
}
.sub_ttl a{
	z-index: 1;
	position: absolute;
	top:25px;
	right: 20px;
	color: #FFFFFF;
	font-size: 1em;;
	font-weight: 600;
}
.top_image{
	width: 100%;
	height: 100vh;
	background-image: url(../images/top_sp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.top_image{
	display: flex;
	align-items: center;
}
.top_image img{
	display: block;
	width: 80%;
	margin: 0 auto;
	position: relative;
	top:-100px;
}
.menu_are{
	position: absolute;
	top: 65%;
	width: 100%;
	text-align: center;
	font-size: 2em;
	font-weight: 600;
}
.menu02 a{
	color: #FFFFFF;
	font-weight: 600;
}
.arrow{
	content: "";
    margin: auto;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
/*---------------------------------
menu_sec
-----------------------------------*/

.menu_ttl{
	width: 60%;
	margin: 25px auto 50px;
}
.menu_cnt{
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-size: 1em;
	padding: 0 10%;
}
li{
	margin: 15px 0;
}
.line_up{
	display: inline-block;
	width: 19%;
}
.dot{
	margin: 0 30px; 
	display: inline-block;
}
.place{
	display: inline-block;
}

/*---------------------------------
footer_sec
-----------------------------------*/
.footer_sec{
	padding-bottom: 0;
}
.open,
.adress{
	text-align: center;
	margin: 20px auto;
	color: #fff;
}
.copy_area{
	background: #333;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 80px;
}
.copy_area img{
	display: inline-block;
	width: 50%;
	margin: 30px auto;
	
}
.copy{
color: #fff;	
}
.footer_txt{
	margin: 0 5%;
	line-height: 1.5;
	margin-bottom: 30px;
	border: 2px solid #333;
	padding: 20px;
}
/*---------------------------------
phone_box
-----------------------------------*/
.phone_box{
	height: 80px;
    position: fixed;
    z-index: 1000;
    bottom: 10%;
    display: block;
    width: 100vw;
	border-radius:5px;
}
.phone_box p{
	text-align: center;
	font-size: 1em;
	margin-top: 8px;
}
.phone_num{
	display: inline-block;
	width: 80%;
	border-radius:10px;
	background: #333;
	color: #fff;
/*	border: solid 2px #333;*/
	text-align: center;
	font-size: 1em;
	font-weight: 600;
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	margin: auto;
	z-index: 1000;
	letter-spacing: 0.08em;
	padding: 3% 0;
	border: solid 2px #fff;
}
.phone_num:hover{
	color:#fff;
}
.phone_num::after{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-sub{
	text-align: center;
	margin-bottom: 40px;
}