@charset "utf-8";
/*
	Description: initial setting
	Version: 1.0
	Author: idealgrow
*/
/*
===== CONTENTS ===========================================

	1: BASE LAYOUT

==========================================================
*/
/*
===== 1: BASE LAYOUT =====================================
*/
	#wrapper{
		overflow: hidden;
	}
header{
	padding: 20px;
	position: fixed;
	z-index: 100;
	width: 100%;
	background: #fff;
	height: 62.5px;
	box-sizing: border-box;
}
header #logo{
	width: 40%;
}
header #toggleBtn{
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 16px;
	color: #5a3234;
	padding-right: 20px;
	z-index: 110;
	letter-spacing: 1px;
	font-family: bebas-neue-by-fontfabric, sans-serif; 
	cursor: pointer;
}
header #toggleBtn:before{
	content: "";
	background: #5a3234;
	width: 14px;
	height: 2px;
	position: absolute;
	right: 0;
	top: 9px;
	transition: all 0.2s;
}
header #toggleBtn:after{
	content: "";
	background: #5a3234;
	width: 14px;
	height: 2px;
	position: absolute;
	right: 0;
	top: 15px;
	transition: all 0.2s;
}
header #toggleBtn.active{
	position: fixed;
}
header #toggleBtn.active:before{
	transform-origin: right top;
	transform: rotate(50deg);
	top: 18px;
	width: 14px;
	right: 1px;
}
header #toggleBtn.active:after{
	transform-origin: right top;
	transform: rotate(-50deg);
	top: 7px;
	width: 14px;
	right: 2px;
}
header nav{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	padding: 40px;
	z-index: 100;
	font-family: bebas-neue-by-fontfabric, sans-serif; 
	letter-spacing: 4px;
}
header nav #global li{
	font-size: 18px;
	border-bottom: dashed 1px #5a3234;
}
header nav #global li a{
	padding: 10px 15px;
	display: block;
}
header nav #global li:nth-last-of-type(2){
	border-bottom: none;
}
header nav #global li:last-of-type{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
header nav #global li:last-of-type a{
	background: #5a3234;
	color: #fff;
	display: block;
	padding: 10px 15px 10px 45px;
	position: relative;
}
header nav #global li:last-of-type a:before{
	content: "";
	position: absolute;
	background: url("../img/shared/ico_calendar_w.svg") center center no-repeat;
	width: 20px;
	height: 20px;
	left: 15px;
	top: 46%;
	transform: translateY(-50%);
}
header nav #fixNav {
	display: flex;
	margin-top: 20px;
	align-items: center;
}
header nav #fixNav li:first-of-type{
	display: none;
}
header nav #fixNav li{
	width: 48%;
	margin-right: 4%;
	line-height: 1.2;
	font-size: 14px;
}
header nav #fixNav li:last-of-type{
	margin-right: 0;
}
header nav #fixNav li a{
	position: relative;
	display: block;
	padding-left: 40px;
}
header nav #fixNav li:nth-of-type(2) a{
	color: #5a3234;
}
header nav #fixNav li:nth-of-type(2) a:before{
	content: "";
	background: url("../img/shared/side_logo.svg")left center no-repeat;
	width: 30px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
header nav #fixNav li:nth-of-type(3) a:before{
	content: "";
	background: url("../img/shared/side_instagram.svg")left center no-repeat;
	width: 30px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
main{
	margin-top: 62.5px;
}
/**footer**/
footer{
	background: #5a3234;
	margin-bottom: 45px;
	border-bottom: solid 1px #d5d5d5;
}
footer .footLogo{
	width: 100px;
	margin: 0 auto;
	padding: 40px 0;
}
footer .footNav{
	display: flex;
	flex-wrap: wrap;
	border-top: solid 1px #d5d5d5;
}
footer .footNav li{
	width: 50%;
	border-bottom: solid 1px #d5d5d5;
	border-right: solid 1px #d5d5d5;
	font-family: bebas-neue-by-fontfabric, sans-serif; 
	letter-spacing: 4px;
}
footer .footNav li:nth-of-type(even){
	border-right: none;
}
footer .footNav li a{
	padding: 10px;
	display: block;
	color: #d5d5d5;
	text-align: center;
}
footer .copy{
	font-size: 14px;
	color: #d5d5d5;
	text-align: center;
	padding: 10px 0;
	font-family: bebas-neue-by-fontfabric, sans-serif; 
	letter-spacing: 2px;
}
footer .copy img{
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.fixFoot{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: #5a3234;
	height: 45px;
}
.fixFoot ul{
	display: flex;
}
.fixFoot ul li:first-of-type{
	width: 85%;
}
.fixFoot ul li:last-of-type{
	width: 15%;
	text-align: center;
	border-left: solid 1px #d5d5d5;
}
.fixFoot ul li:last-of-type a{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.fixFoot ul li:last-of-type a:before{
	content: "";
	width: 15px;
	height: 2px;
	background: #d5d5d5;
	position: absolute;
	transform:translate(-70%,-50%) rotate(-55deg);
	top: 50%;
	left: 50%;
}
.fixFoot ul li:last-of-type a:after{
	content: "";
	width: 15px;
	height: 2px;
	background: #d5d5d5;
	position: absolute;
	transform:translate(-20%,-50%) rotate(55deg);
	top: 50%;
	left: 50%;
}
.fixFoot li:first-of-type a{
	display: block;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-family: bebas-neue-by-fontfabric, sans-serif; 
	letter-spacing: 4px;
	font-size: 20px;
}
.fixFoot li:first-of-type a:before{
	content: "";
	background: url("../img/shared/ico_calendar_w.svg")no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
@media screen and (min-width: 769px) {
header{
	padding: 34px 0 34px 50px;
	height: 100px;
	box-sizing: border-box;
}
header #logo{
	width: 195px;
	position: absolute;
	left: 50px;
	top: 34px;
	z-index:20;
}
header #logo a{
display:block;
}
header #toggleBtn{
	display: none;
}
header nav{
	padding: 0;
	display: block;
	position: absolute;
	background: none;
	z-index:10;
}
	header nav #global {
		display: flex;
		position: absolute;
		right: 0;
		top: 28px;
		line-height: 40px;
	}
header nav #global li{
	font-size: 18px;
	border-bottom: none;
}
header nav #global li a{
	padding: 0 15px;
}
header nav #global li:last-of-type a{
	background: #fff;
	color: #5a3234;
	display: block;
	padding: 0 50px;
	position: relative;
	border: solid 1px #5a3234;
	border-right: none;
}
	header nav #global li:last-of-type a:hover{
		background: #5a3234;
		color: #fff;
	}
	header nav #global li:last-of-type a:hover:before{
	background: url("../img/shared/ico_calendar_w.svg") center center no-repeat;
	}
header nav #global li:last-of-type a:before{
	content: "";
	position: static;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 10px;
	background: url("../img/shared/ico_calendar.svg") center center no-repeat;
	transform: none;
}
header nav #fixNav {
	display: block;
	position: fixed;
	right: 0;
	top: 35%;
	height: 304px;
	margin-top: 0;
	width: 95px;
}
header nav #fixNav li:first-of-type{
	display: block;
}
header nav #fixNav li{
	width: 100%;
	margin-right: 0;
	line-height: 1.2;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1.5px;
	margin-bottom: 2px;
}
header nav #fixNav li a{
	position: relative;
	display: block;
	padding-left: 0;
	padding-top: 65px;
	padding-bottom: 20px;
	background: rgba(255,255,255,0.90);
	height: 100px !important;
}
	header nav #fixNav li a:hover{
		opacity: 0.8;
	}
	header nav #fixNav li:first-of-type a{
		background: #5a3234;
		color: #fff;
	}
header nav #fixNav li:nth-of-type(1) a:before{
	content: "";
	background: url("../img/shared/ico_calendar_w.svg")left center no-repeat;
	position: absolute;
	width: 25px;
	height: 40px;
	left: 50%;
	top: 20px;
	transform: translateX(-50%);
}
	header nav #fixNav li:nth-of-type(2) a{
	position: relative;
	display: block;
	padding-left: 0;
	padding-top: 55px;
	padding-bottom: 20px;
	background: rgba(255,255,255,0.90);	
	}
header nav #fixNav li:nth-of-type(2) a:before{
	content: "";
	background: url("../img/shared/side_logo.svg")left center no-repeat;
	width: 30px;
	height: 40px;
	left: 50%;
	top: 15px;
	transform: translateX(-50%);
}
header nav #fixNav li:nth-of-type(3) a:before{
	content: "";
	background: url("../img/shared/side_instagram.svg")left center no-repeat;
	width: 30px;
	height: 40px;
	left: 50%;
	top: 20px;
	transform: translateX(-50%);
}
main{
	margin-top:100px;
}
/**footer**/
footer{
	background: #5a3234;
	margin-bottom: 0;
}
	footer #footerIn{
		width: 1180px;
		margin: 0 auto;
		position: relative;
	}
footer .footLogo{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
}
footer .footNav{
	display: flex;
	flex-wrap: wrap;
	border-top:none;
	padding-top: 30px;
}
	footer .footNav{
		display: flex;
		justify-content: flex-end;
	}
footer .footNav li{
	width: auto;
	border: none;
}
	footer .footNav li:last-of-type a{
		padding: 10px 0 10px 10px;
	}
footer .footNav li a{
	color: #d5d5d5;
}
footer .copy{
	font-size: 14px;
	color: #d5d5d5;
	text-align: right;
	padding:0 0 20px 0;
	font-family: bebas-neue-by-fontfabric, sans-serif; 
	letter-spacing: 2px;
}
footer .copy img{
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
	.fixFoot{
		display: none;
	}
}