
/***********************
	共通
	********************/
img{
	display: block;
	width: 100%;
	height: auto;
}

.caption{
	text-align: center;
	display: block;
	font-size: 0.75em;
}

.gray_bg{
	background-color: #D5D5D5;
	max-width: 1000px;
	width: 90%;
	margin: 0px auto
	
}

/*moreボタン*/
.moreBtn{
	text-align: center;
	width: 250px;
	margin: 0 auto 40px;
	
}

.moreBtn a{
	display: block;
	width: 100%;
	height: auto;
	background-color: #ECECEC;
	position: relative;
	-webkit-transition: 0.8s;
	transition: 0.8s;
}

.moreBtn a p{
	font-size: 0.82em;
	position: absolute;
	top: -8px;
	left: 0;
	right: 0;
	margin: auto;
}

.moreBtn a span{
	display: block;
	font-size: 0.625em;
	padding: 12px 0;
}

.moreBtn a em{
	display: block;
	width: 8px;
	height: 15px;
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	margin: auto;
}

.moreBtn a:hover{
	background-color: #545252;
	opacity: 1;
}

.moreBtn a:hover p{
	color: #D5D5D5;
}

.moreBtn a:hover span{
	color: #fff;
}

.more_txt a{
	font-size: 0.7em;
	color: #C0998F;
}

.more_txt{
	position: relative;
}

.more_txt .line{
	width: 86px;
	height: auto;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto;
}
	
/********
	header
	************/
header{
	width: 100%;
	background-color: #fff;
	
}


/********
	footer
	************/
footer{
	text-align: center;
}

footer .pc_sitemap{
	width: 100%;
	background-color: #D5D5D5;
}

footer .pc_sitemap .ft_navArea{
	width: 90%;
	max-width: 950px;
	margin: 0px auto;
	padding: 50px 0 0;
	text-align: left;
	display: flex;
}

footer .pc_sitemap .ft_navArea dl{
	text-align: left;
	border-right: solid 1px #fff;
	padding: 20px 0 0;
	margin-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
	width: 17%;
}

footer .pc_sitemap .ft_navArea dl:last-child{
	border-right: none;
}

footer .pc_sitemap .ft_navArea .ft_store{
	width: 49%;
}

footer .pc_sitemap dl dt{
	font-size: 0.875em;
}

footer .pc_sitemap .ft_navArea dl dt{
	margin-bottom: 15px;
}

footer .pc_sitemap .ft_navArea dl dd{
	text-align: left;
	font-size: 0.625em;
	margin-bottom: 30px;
}

footer .pc_sitemap .ft_navArea .ft_store dd{
	display: inline-block;
	margin-bottom: 0;
	vertical-align: top;
	margin-right: 40px;
}

footer .pc_sitemap .ft_navArea dl dd ul li{
	margin-bottom: 5px;
}

footer .pc_sitemap .ft_navArea dl dd　ul li a{
	text-align: left;
	font-size: 0.625em;
	color: #4D4D4D;
}

footer .pc_sitemap .ft_navArea dl dd .ft_childList{
	margin-top: 7px;
}

footer .pc_sitemap .ft_navArea dl dd .ft_childList li a{
	color: #707070;
}

footer .pc_sitemap .ft_online{
	width: 90%;
	max-width: 950px;
	margin: 0px auto;
	padding: 50px 0 50px 60px;
	text-align: left;
}

footer .pc_sitemap .ft_online dl{
	text-align: left;
}

footer .pc_sitemap .ft_online dl dt{
	border-right: solid 1px #fff;
	display: inline-block;
	padding: 22px 0;
	vertical-align: middle;
	box-sizing: border-box;
	width: 18%;
	
	
}

footer .pc_sitemap .ft_online dl dd{
	font-size: 0.75em;
	color: #4D4D4D;
	display: inline-block;
	vertical-align: middle;
	width: 78%;
	margin-left: 3%;
}

footer .pc_sitemap .ft_online dl dd li{
	margin-bottom: 3px;
}

footer .pc_sitemap .ft_online dl dd em{
	display: inline-block;
	width: 25%;
	letter-spacing: 1px;
}

footer .pc_sitemap .ft_online dl dd span{
	display: inline-block;
	width: 73%;
	letter-spacing: 1px;
}


footer .pc_sitemap .ft_online dl dd a{
	text-align: left;
	font-size: 0.625em;
	color: #4D4D4D;
}

footer .copyArea{
	width: 100%;
	background-color: #fff;
	position: relative;
	border-bottom: solid 5px #808480;
}

footer .copyArea .ftlogo{
	width: 202px;
	height: auto;
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
}

footer .copyArea small{
	display: inline-block;
	text-align: center;
	padding: 30px 0;
	font-size: 0.62em;
}

/*online*/

.onlineArea{
	width: 100%;
	background-color: #D7D3D2;
}

.onlineArea .online_inner{
	max-width: 1080px;
	width: 90%;
	height: auto;

	margin: 0 auto;
}

.onlineArea .online_inner .txtArea{
	width: 20%;
	float: right;
	padding: 60px 0;
}

#content .onlineArea .online_inner .txtArea h2 {
    font-size: 5em;
}

.onlineArea .online_inner .txtArea h2{
	color: #90A9A8;
	font-size: 5em;
	line-height: 1em;
	text-align: left;
}

.onlineArea .online_inner .txtArea .caption{
	text-align: left;
}

.onlineArea .online_inner ul{
	float: left;
	max-width: 810px;
	width: 80%;
		padding: 140px 0;
}

.onlineArea .online_inner ul li{
	max-width: 250px;
	width: 30%;
	float: left;
	margin-right: 5%;
	
}

.onlineArea .online_inner ul li:last-child{
	margin-right: 0;
}

.online span {
    width: 8px;
    height: 5.5px;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}

.contact_sec{
	width: 100%;
	background-color: #C5B4AC;
	padding: 35px 0;
}

.contact_sec h2 {
    font-size: 6em;
    text-align: center;
}

.contact_sec .contact_box{
	max-width: 410px;
	width: 90%;
	border: solid 5px #fff;
	position: relative;
	margin: 35px auto;
	box-sizing: border-box;
}

.contact_sec .contact_box h2{
	position: absolute;
	top: -80px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	z-index: 20;
}

.contact_sec .contact_box .imgArea{
	max-width: 397px;
	height: auto;
	position: absolute;
	top: -145px;
	left: 0;
	right: 0;
	margin: auto;
}

.contact_sec .contact_box p{
	text-align: center;
	padding: 70px 0 10px;
	color: #4D4D4D;
	letter-spacing: 0.2em;
	font-size: 0.8em;
}

.contact_sec .contact_box .more_txt{
	text-align: center;
	padding-bottom: 50px;
}

.contact_sec .contact_box .more_txt a{
	color: #4D4D4D;
}

.contact_sec .contact_box .more_txt span{
	bottom: 42px;
}


/*active クラス*/
.onlinehover{
		background-color: #D7D3D2;
		transition:0.5s;
	}

	
/* PC
---------------------------------------*/ 

@media screen and (min-width:1201px){
	
	.sp_hd{
		display: none;
	}
	
	.pc_hd{
		display: block;
	}
	
	.hd_menu{
		width: 100%;
		position: fixed;
		border-bottom: solid 1px #B7A687;
		z-index: 100;
		background-color: #fff;
		border-top: solid 5px #808480;
	}
	
	.hd_menu .logo{
		width: 202px;
		height: auto;
		float: left;
		margin-left: 3%;
		margin-top: 20px;
		position: relative;
		z-index: 10;
	}
	
	.online{
		width: 162px;
		height: 85px;
		line-height: 85px;
		float: right;
		font-size: 0.65em;
		text-align: center;
		position: relative;
		z-index: 10;
	}
	
	
	
	.online em{
		font-size: 0.65em;
		display: inline-block;
		vertical-align: middle;
	}
	
	.online span{
		width: 8px;
		height: 5.5px;
		display: inline-block;
		margin-left: 15px;
		vertical-align: middle;
	}
	
	.pc_nav{
		text-align: center;
		width: 100%;
		min-width: 535px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 1;
	}
	
	.pc_nav ul{
		text-align: center;
		height: 85px;
		line-height: 85px;
	}
	
	.pc_nav ul li{
		margin: auto 25px;
		display: inline-block;
	}
	
	.pc_nav ul li .cinzel{
		font-size: 0.813em;
	}
	
	.pc_nav ul li a{
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		
	}
	
	.pc_nav ul li a::after{
		content: "";
		display: block;
		width: 100%;
		padding: 0 10px;
		height: 2px;
		background-color: #808480;
		position: absolute;
		bottom: 1px;
		left: -10px;
		z-index: 20;
		opacity: 0;
	}
	
	.pc_nav ul li a:hover{
		opacity: 1;
	}
	
	.pc_nav ul li a:hover::after{
		opacity: 1;
	}
	
	.pc_nav ul li .children{
		position: absolute;
		top: 86px;
		left: 0;
		background-color: #fff;
		width: 100%;
		display: none;
	}
	
	.pc_nav ul li .child_list{
	}
	
	.pc_nav ul li .child_list a{
		color: #808480;
	}
	
	.pc_nav ul li .child_list a:hover{
		opacity: 0.7;
	}
	
	.pc_nav ul li .child_list a::before{
		content: "";
		display: inline-block;
		background: url(../images/arrow_right.png) no-repeat;
		width: 8px;
		height: 15px;
		background-size: 100%;
		vertical-align: middle;
		margin-right: 10px;
	}
	
	.pc_nav ul li .child_list a::after{
		content: "";
		display: none;
	}
	
	.pc_nav ul li .child_list a p{
		display: inline-block;
		font-size: 0.875em;
	}
	
	.pc_nav ul li .child_list a span{
		display: inline-block;
		font-size: 0.7em;
		vertical-align: middle;
		margin-left: 10px;
	}
	
	.hd_menu .onlineArea{
		position: absolute;
		top: 85px;
		display: none;
	}
	
	.onlineArea{
	width: 100%;
	background-color: #D7D3D2;
}

.onlineArea .online_inner{
	max-width: 1080px;
	width: 90%;
	height: auto;

	margin: 0 auto;
}

.onlineArea .online_inner .txtArea{
	width: 20%;
	float: right;
	padding: 80px 0 0;
}

.hd_menu .onlineArea .online_inner .txtArea h2{
	color: #90A9A8;
	font-size: 5em;
	line-height: 1em;
}

.onlineArea .online_inner .txtArea .caption{
	text-align: left;
	margin-top: 5px;
	letter-spacing: 0.15em;
}

.onlineArea .online_inner ul{
	float: left;
	max-width: 810px;
	width: 80%;
	padding: 120px 0;
}

.onlineArea .online_inner ul li{
	max-width: 250px;
	width: 30%;
	float: left;
	margin-right: 5%;
	
}

.onlineArea .online_inner ul li:last-child{
	margin-right: 0;
}
}


@media screen and (max-width:1200px) and (min-width:768px){
	.sp_hd_menu .online:hover{
		background-color: #D9D5D4;
	}
}


@media screen and (max-width:1200px){
	.sp_hd{
		display: block;
	}
	
	.pc_hd{
		display: none;
	}
	
	.sp_hd_menu{
		width: 100%;
		height: 65px;
		cursor: pointer;
		border-top: solid 5px #808480;
		position: fixed;
		background-color: #fff;
		z-index: 100;
		top: 0;
	}
	
	.sp_hd_menu .menu{
		width: 35px;
		float: left;
		padding-top: 15px;
		padding-left: 3%;
		cursor: pointer;
	}
	
	.sp_hd_menu .logo{
		width: 202px;
		height: 42px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	.sp_hd_menu .online{
		width: 22%;
		float: right;
		text-align: center;
		line-height: 65px;
		font-size: 0.7em;
		cursor: pointer;
		border-left: solid 1px #EFECE8;
		
	}
	
	.online span {
    margin-left: 5px;
}
	
	/*.sp_hd_menu .online:hover{
		background-color: #D9D5D4;
	}*/
	
	.active{
		background-color: #D9D5D4;
	}
	
	.sp_nav{
		width: 100%;
		background-color: #808480;
		display: none;
		position: fixed;
		z-index: 200;
		top: 70px;
		height: 100%;
	}
	
	.close{
		width: 35px;
		height: auto;
		position: absolute;
		background-color: #808480;
		top: 0px;
		left: 0;
		padding: 12.5px 15px;
		display: none;
	}
	
	.sp_nav nav{
		width: 90%;
		margin: 0 auto;
		padding: 50px 0;
	}
	
	.sp_nav nav ul li{
		padding: 15px 0;
		border-bottom: 1px solid #fff;
		position: relative;
	}
	
	.sp_nav nav ul li a{
		color: #fff;
		display: block;
		width: 100%;
		height: auto;
		
	}
	
	.sp_nav nav ul li .children{
		display: none;
	}
	
	
	.sp_nav nav ul li .children li{
		border-bottom: none;
		padding-top: 20px;
		padding-bottom: 0;
		margin-left: 20px;
	}
	
	.sp_nav nav ul li p{
		display: inline-block;
		vertical-align: middle;
		font-size: 0.875em;
		margin-right: 15px;
	}
	
	.sp_nav nav ul li span{
		display: inline-block;
		vertical-align: middle;
		font-size: 0.625em;
	}
	
	.sp_nav nav ul li .plus{
		color: #fff;
		position: absolute;
		right: 20px;
		top: 12.5px;
		font-size: 1.2em;
		cursor: pointer;
	}
	
	.sp_online{
		display: none;
		position: fixed;
		z-index: 200;
		top: 70px;
		bottom: 0;
		overflow-y: auto;
		width: 100%;
	}
	
	.sp_online h2{
	text-align: left;
	color: #90A9A8;
	font-size: 4em;
	line-height: 1em;
	}
	
	.sp_online ul{
		
	}
	
	.onlineArea .online_inner .txtArea{
		width: 22%;
		float: none;
		margin: 0 auto;
		
	}
	
	.onlineArea .online_inner ul{
    float: none;
    max-width: 810px;
    width: 80%;
    padding: 0px 0 70px;
    margin: 0 auto;
    }
	
	main.fixed{
		position: fixed;
	}
	
}

@media screen and (min-width:769px){
	
	.pc{
		display: block;
	}
	
	.sp{
		display: none;
	}


	
}

/* SP
---------------------------------------*/ 


@media screen and (max-width:768px){
	
	
	
	.sp{
		display: block;
	}
	
	.pc{
		display: none;
	}
	
	.moreBtn {
    text-align: center;
    width: 90%;
    margin: 0 auto 40px;
	}
	
	.sp_hd_menu .logo{
		width: 151.5px;
		height: 31.5px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	.sp_hd_menu .online{
		font-size: 0.55em;
		
	}
	
	.onlineArea .online_inner .txtArea{
		width: 70%;
		text-align: left;
		
	}
	
	#content .onlineArea .online_inner .txtArea h2{
		text-align: left;
	}
	
	.onlineArea .online_inner ul{
		width: 100%;
		margin: 0 auto;
    }
    
    .onlineArea .online_inner ul li{
	    width: 100%;
	    max-width: 100%;
	    float: none;
	    margin-bottom: 20px;
    }
    
    
	.onlineArea .online_inner .txtArea .caption{
	margin-top: 10px;
	letter-spacing: 3px;
	
}
	
	.contact_sec{
	padding: 10px 0;
	}
	.contact_sec .contact_box{
		margin: 25px auto;
	}
	.contact_sec .contact_box p{
		padding: 60px 0 10px;
	}
	.contact_sec .contact_box .imgArea{
		width: 70%;
		top: -80px
	}
	.contact_sec  .contact_box h2{
	font-size: 3.7em;
	top: -40px;
	}
	
	footer .sp_sitemap{
	width: 100%;
	background-color: #D5D5D5;
}
	
	footer .sp_sitemap nav ul{
		width: 90%;
		margin: 0px auto;
		padding: 10px 0 50px;
		text-align: left;
	}
	
	footer .sp_sitemap nav ul li{
		padding: 20px 0;
		border-bottom: solid 1px #fff;
	}
	
	footer .sp_sitemap nav ul li p{
		display: inline-block;
		font-size: 0.875em;
		margin-right: 20px;
	}
	
	footer .sp_sitemap nav ul li span{
		display: inline-block;
		font-size: 0.65em;
	}
	
	footer .copyArea .ftlogo {
	    position: relative;
	    left:0;
	    right: 0;
	    margin: auto;
	    top: 0%;
	    transform: translateY(0);
	    padding: 20px 0;
	    
	}
	
	footer .copyArea small{
		width: 100%;
		border-top: solid 1px #D5D5D5;
		padding: 20px 0;
	}
}

