@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------------------- */
/* header */
/* ---------------------------------------------------------------------- */
#RthCustomizeW .header {
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 30%, rgba(255,255,255,1) 100%);
	color: #000;
	height: 195px;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 100;
	transition: 1s all;
	font-size: 15px;
}
#RthCustomizeW .header > .inner{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	height: 100%;
	width: 950px;
}
#RthCustomizeW .header a{
	color: #000;
	transition: 1s all;
}

/* head_logo */
#RthCustomizeW .head_logo {
	width: 244px;
	height: 100%;
	z-index: 120;
	flex-shrink: 0;
}
#RthCustomizeW .head_logo a {
	background: url(../images/logo_bg.jpg) top center;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
#RthCustomizeW .head_logo a:hover{
	opacity: 1;
}
#RthCustomizeW .head_logo img {
	width: 188px;
	height: auto;
	transition: 0.3s all ease-in-out;
}
#RthCustomizeW .head_logo a:hover img{
	opacity: 0.7;
}

/* head_menu */
#RthCustomizeW .head_menu {
	display: flex;
	justify-content: space-between;
	padding-top: 35px;
	width: calc(100% - 290px);
}
#RthCustomizeW .head_menu ul {
	height: 100%;
}
#RthCustomizeW .head_menu li{
	height: 100%;
	position: relative;
}

/* head_tel */
#RthCustomizeW .head_tel {
/*	/visibility: hidden;*/
}
#RthCustomizeW .head_tel .title{
	font-size: 13px;
	letter-spacing: 0.01em;
}
#RthCustomizeW .head_tel .number{
	font-size: 25px;
	line-height: 1.2;
}
#RthCustomizeW .head_tel .number a{
	pointer-events: none;
}


/* head_page */
#RthCustomizeW .head_page{
	font-size: 15px;
	letter-spacing: 0;
	display: flex;
	flex-direction: column-reverse;
	flex: 1;
	justify-content: space-between;
	padding: 0 30px;
}
#RthCustomizeW .head_page ul{
	flex-direction: column-reverse;
}
#RthCustomizeW .head_page > li a {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	height: 100%;
	position: relative;
	z-index: 2;
}
#RthCustomizeW .head_page > li::before{
	background: #F4B27C;
	border-radius: 15px;
	content: "";
	opacity: 0;
	position: absolute;
	height: 30px;
	width: 30px;
	transition: all 0.3s ease-in-out;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
#RthCustomizeW .head_page > li:hover::before{
	opacity: 1;
	height: 30px;
	width: 30px;
	top: -7px;
}

@media (max-width: 1100px) {
	#RthCustomizeW .header > .inner{
		width: auto;
	}
	#RthCustomizeW .head_menu {
		width: 73.63636%;
	}
}

/* footer
--------------------------------------------------------------------- */
#RthCustomizeW .footer{
	background: #252120;
	color: #fff;
	padding-bottom: 80px;
	position: relative;
	z-index: 1;
}
#RthCustomizeW .footer a{
	color: #fff;
}
#RthCustomizeW .foot_content{
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* foot_copy */
#RthCustomizeW .foot_copy{
	font-size: 16px;
	padding: 50px 0 30px;
	width: 100%;
}

/* foot_logo */
#RthCustomizeW .foot_logo{
	width: 250px;
}
#RthCustomizeW .foot_logo .address{
	font-size: 14px;
	margin-top: 30px;
}
#RthCustomizeW .foot_logo .tel{
	font-size: 33px;
	margin-top: 30px;
	pointer-events: none;
/*	visibility: hidden;*/
}

/* foot_menu */
#RthCustomizeW .foot_menu{
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	width: 557px;
}
#RthCustomizeW .foot_menu a{
	display: inline-block;
}
#RthCustomizeW .foot_page_1{
	border-bottom: 1px solid #fff;
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	margin-bottom: 15px;
	width: 100%;
}
#RthCustomizeW .foot_page_2{
	margin-right: 50px;
}
#RthCustomizeW .foot_page_1 a{
	padding: 12px 10px;
}
#RthCustomizeW .foot_page_2 a,
#RthCustomizeW .foot_page_3 a{
	padding: 7px 10px;
}

/* ---------------------------------------------------------------------- */
/*  copyright */
#RthCustomizeW .copyright{
	background: #000;
	color: #fff;
	font-size: 16px;
	padding: 12px 0;
	position: relative;
}

/* ---------------------------------------------------------------------- */
/* pagetop */
.pagetop{
	height: 100px;
	width: 100px;
	position: absolute;
	right: 20px;
	bottom: 80px;
	z-index: 100;
}
