@charset "UTF-8";
/*========================================
Re:vite
Date : 20180509
URL : 
Style : principal CSS "header" "footer" "nav" "principal-item"
Filename : principal.css
========================================*/

/*========================================
Header Contents
========================================*/
header {
	width: 100%;
	display: none;
}

/* header logo */
.header-logo_ar {
	width: 100%;
	height: 70px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.header-logo_ar img {
	width: 70%;
	max-width: 320px;
	margin: 0 10px;
}

/* SP menu */
.header-menu_btn {
	width: 80px;
	height: 70px;
	margin: 0;
	padding: 0;
	background: #f1f1f1;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-menu_btn img {
	width: 40px;
}
@media screen and (min-width: 319px) and (max-width: 374px){
}
@media screen and (min-width: 375px) and (max-width: 767px) {
}
@media screen and (min-width: 768px) and (max-width: 959px) {
}
@media screen and (max-width: 960px) {
	header {
		display: flex;
	}
}


/*========================================
Footer Content
========================================*/
footer {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.ft-link_ar {
	width: 100%;
	background: url(../images/principal/ft-nav_bg.png) left top repeat;
	float: left;
}
.ft-link_ar ul {
	width: calc(100% - 80px);
	margin: 24px 40px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ft-link_ar ul.second-link {
	margin: 0 40px 24px;
}
.ft-link_ar li {
	width: auto;
	margin: 0;
	padding: 16px 20px 16px 0;
	text-align: center;
	font-size: .8rem;
	list-style: none;
	box-sizing: border-box;
	float: left;
	position: relative;
}
.ft-link_ar li a {
	color: #303030;
	letter-spacing: .05em;	
}
.ft-link_ar li:last-child {
	padding: 16px 0;
}

.footer-link_txt p {
	color: #303030;
	letter-spacing: .05em;	
}
/* Footer Link borders come in */
.footer-link_txt p:before, .footer-link_txt p:after {
	position: absolute;
	width: 0;
	height: 4px;
	background: rgba(80, 61, 18, .2);
	content: "";
	opacity: 0;
	transition: all 0.6s;
}
.footer-link_txt p:before {
	position: absolute;
	left: 50%;
	width: 0;
	bottom: 0px;
}
.footer-link_txt p:after {
	position: absolute;
	right: 50%;
	width: 0;
	bottom: 0px;
}
.footer-link_txt p:hover:before, .footer-link_txt p:hover:after {
	opacity: 1;
	width: 50%;
}

/* copyright */
.copyright_ar {
	width: 100%;
	margin: 0 auto;
	background: linear-gradient(to right, rgba(142,97,139,1) 0%,rgba(244,219,203,1) 100%);
	float: left;
}
.copyright_ar p {
	padding: 20px 0 20px 40px;
	color: #fff;
	font-size: .9rem;
	line-height: 1.2;
}
small {
	width: 100%;
}

@media screen and (max-width: 374px) {
	.ft-link_ar ul {
		display: block;
		margin: 24px 40px 0;
	}
	.ft-link_ar li {
		font-size: .7rem;
	}
	.copyright_ar p {
		font-size: .8rem;
	}
}
@media screen and (min-width: 375px) and (max-width: 767px) {
	.ft-link_ar ul {
		display: block;
		margin: 24px 40px 0;
	}
	.ft-link_ar li {
		font-size: .7rem;
	}
	.copyright_ar p {
		font-size: .8rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
	.ft-link_ar ul {
		margin: 24px 40px 0;
	}
	.ft-link_ar ul.second-link {
		margin: 0 40px 24px;
	}
	.ft-link_ar li {
		padding: 16px 0;
		font-size: .7rem;
	}
	.copyright_ar p {
		font-size: .8rem;
	}
}
@media screen and (min-width: 960px) and (max-width: 1100px) {
	.ft-link_ar ul {
		display: block;
	}
}
@media screen and (max-width: 1801px) {
}


/*========================================
Nav Content
========================================*/
nav {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

/* main nav */
.nav-main_link {
}
.nav-main_link ul {
	width: 100%;
	margin: 0 auto;
}
.nav-main_link li {
	width: 100%;
	height: 50px;
	margin: 1px 0 0;
	padding: 0;
	text-align: center;
	list-style: none;
	box-sizing: border-box;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.nav-main_link li:before {
	content: "";
	position: absolute;
	left: 10%;
	top: -1px;
	width: 80%;
	height: 1px;
	background: #ccc;
}
.nav-main_link li:last-child:after {
	content: "";
	position: absolute;
	left: 10%;
	bottom: -1px;
	width: 80%;
	height: 1px;
	background: #ccc;
}
.nav-main_link a {
	width: 100%;
	height: 100%;
	color: #474747;
	position: relative;
  overflow: hidden;  
  display: inline-flex;
	align-items: center;
	justify-content: center;
}
.nav-main_link p {
	margin: 0;
	padding: 0 10px 0 0;
	font-size: .76rem;
	position: relative;
	cursor: pointer;
	z-index: 10;
}
.nav-main_link a:hover {
	color: rgba(255, 255, 255, 1);
}

/* Nav Link background come in */
.link-bg_in a:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #8e618a;
	content: "";
  opacity: 0;
  transition: transform .2s ease-out, opacity .4s ease-out;
  transform: translate3d(-100%, 0, 0);
}
.link-bg_in a:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
	color: rgba(255, 255, 255, 1);
}
.link-bg_in a:after {
	position: absolute;
	content: "›";
	right: 12%;
}
.link-bg_in a:hover:after {
	position: absolute;
	color: rgba(255, 255, 255, 1);
}

.link-banner_ar {
	width: 100%;
	margin: 20px 0 0;
	text-align: center;
	float: left;
}
.link-banner_ar img {
	width: 80%;
	margin: 4px 0;
}

@media screen and (min-width: 319px) and (max-width: 374px) {
}
@media screen and (min-width: 375px) and (max-width: 767px) {
	.link-banner_ar {
		margin: 8px 0 0;
	}
	.link-banner_ar img {
		width: 70%;
		margin: 4px 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
	.nav-main_link ul {
		width: 95%;
		margin: 0 auto 0 5%;
	}
	.nav-main_link p {
		padding: 16px 0;
		font-size: .7rem;
	}
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
}

/* SP TABLET nav */
.nav-sp_link {
	width: 200px;
	height: calc(100vh - 70px);
	/*max-height: 480px;*/
	margin-left: -210px;
	padding: 0;
	float: left;
	position: absolute;
	top: 70px;
	z-index: 20;
}
.nav-sp_link ul {
	width: calc(100% - 30px);
	margin: 0 15px;
	float: left;
}
.nav-sp_link li {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #ccc;
	list-style: none;
	box-sizing: border-box;
	float: left;
	position: relative;
}
.nav-sp_link li:last-child {
	border-bottom: none;
}
.nav-sp_link a {
	cursor: pointer;
}
.nav-sp_link p {
	padding: 11px 10px 11px 0;
	font-size: .8rem;
	color: #474747;
}
.link-bg_sp p:after {
	position: absolute;
	content: "›";
	right: 12%;
}


/*========================================
Breadcrumb
========================================*/
.breadcrumb-list_ar {
	width: 100%;
	margin: 0;
	padding: 12px 40px;
	background: linear-gradient(to right, rgba(142,97,139,1) 0%,rgba(244,219,203,1) 100%);
	box-shadow: 0px -20px 20px -11px #aaa inset;
	float: left;
	box-sizing: border-box;
}
.breadcrumb-list_ar li{
	display: inline;
	list-style: none;
	float: left;
}
.breadcrumb-list_ar li:after{
	content: '›';
	padding: 0 12px 0 10px;
	color: #fff;
}
.breadcrumb-list_ar li:last-child:after{
	content: '';
	padding: 0;
}
.breadcrumb-list_ar li a {
	color: #fff;
	text-decoration: none;
}
.breadcrumb-list_ar li a:hover {
}
@media screen and (max-width: 767px) {
	.breadcrumb-list_ar {
		margin: 0;
		padding: 20px;
		float: left;
	}
	.breadcrumb-list_ar li{
		font-size: .8rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
	.breadcrumb-list_ar {
		margin: 0;
		padding: 20px;
		float: left;
	}
}

/*========================================
Top Return
========================================*/
.topBtn {
  position: fixed;
  bottom: 40px;
  right: 20px;
  display: block;
	z-index: 10;
}
.topBtn:hover {
	background: rgba(0, 0, 0, .3);
	transition: all 0.3s;
}
.topBtn img {
	width: 50px;
	float: right;
}
@media screen and (min-width: 319px) and (max-width: 960px) {
	.topBtn {
		right: 0;
	}
}



