@charset "utf-8";
/* CSS Document */

.naviArea01{
	display: none;
}

#trigger{
	width: 100%;
	position: relative;
}

#naviArea02{
	width: 134px;
	margin: 0 auto 0 auto;
	display: block;
	position: absolute;
	z-index: 98;
	top: 0;
	right: 0;
	opacity: 0;
	transition: all .6s;
}
#naviArea02.fixed {
  position: fixed;
  top: 0;
	opacity: 1;
}
#naviArea02 ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	background: #a98b51;
}
#naviArea02 ul li{
	width: 134px;
	height: 134px;
	background: linear-gradient(to bottom, #bfa96d, #a98b51);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all 0.4s;
	cursor: pointer;
}
#naviArea02 ul li:hover{
	transform: translateY(-4px);
	filter: saturate(150%) brightness(110%);
}
#naviArea02 ul li::before{
	position: absolute;
	content: "";
	top: 2px;
	left: 2px;
	width: 2px;
	height: 120px;
	background: #988762;
}
#naviArea02 ul li a{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
	margin: 0 0 0 auto;
	height: 100px;
	width: 120px;
}
#naviArea02 ul li:nth-child(2) a{
	margin: 20px 0 0 auto;
	align-items: center;
	height: 90px;
    line-height: 1.4;
}
#naviArea02 ul li:nth-child(3) a{
	margin: 20px 0 0 auto;
	align-items: center;
	height: 90px;
}
#naviArea02 ul li a::before{
	content: url("../img/link-symbol01.png");
	position: absolute;
	top: 0px;
	left: 0;
}
#naviArea02 ul li:nth-child(1) a::before{
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: no-repeat;
	background-image: url("../img/link-symbol05.png");
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
}
#naviArea02 ul li:nth-child(2) a::before{
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: no-repeat;
	background-image: url("../img/link-symbol02.png");
	background-size: contain;
	background-position: center;
	position: absolute;
	top: -4px;
	left: 0;
}
#naviArea02 ul li:nth-child(3) a::before{
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: no-repeat;
	background-image: url("../img/link-symbol02.png");
	background-size: contain;
	background-position: center;
	position: absolute;
	top: -4px;
	left: 0;
}






@media only screen and (max-width: 900px) {
	.naviArea01{
		width: 100%;
		margin: 0 auto 0 auto;
		display: block;
		position: fixed;
		z-index: 100;
		bottom: 0;
		left: 0;
	}
	.naviArea01 ul{
		width: 100%;
		display: flex;
		justify-content: space-between;
		background: linear-gradient(to bottom, #bfa96d, #a98b51);
	}
	.naviArea01 ul li{
		width: 50%;
		height: 54px;
		background: linear-gradient(to bottom, #bfa96d, #a98b51);
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.naviArea01 ul li::before{
		position: absolute;
		content: "";
		top: 2px;
		left: 2px;
		width: 2px;
		height: 70px;
		background: #988762;
	}
	.naviArea01 ul li a{
		display: block;
		color: #FFFFFF;
		font-size: 13px;
		font-weight: 700;
		line-height: 1.2;
		position: relative;
		margin: 0 0 0 20px;
		width: 90%;
	}
	.naviArea01 ul li a:nth-child(2){
		margin: 0 0 0 10px;
	}
	.naviArea01 ul li:nth-child(1) a::after{
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		background: no-repeat;
		background-image: url("../img/link-symbol05.png");
		background-size: contain;
		background-position: center;
		position: absolute;
		top: 5px;
		right: 6px;
	}
	.naviArea01 ul li:nth-child(2) a::after{
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		background: no-repeat;
		background-image: url("../img/link-symbol02.png");
		background-size: contain;
		background-position: center;
		position: absolute;
		top: 6px;
		right: 10px;
	}
	#naviArea02{
		display: none;
	}
}

.btnArea01{
	width: 960px;
	margin: 50px auto 0 auto;
	display: block;
}
.btnArea01.endDiv{
	width: 960px;
	padding: 0 0 100px 0;
}
.btnArea02.endDiv{
	padding: 0 0 100px 0;
}
.btnArea01 ul{
	width: 960px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.btnArea01 ul li{
	width: 310px;
	height: 74px;
	background: linear-gradient(to bottom, #bfa96d, #a98b51);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all 0.4s;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.btnArea01 ul li:hover{
	transform: translateY(-4px);
	filter: saturate(150%) brightness(110%);
}
.btnArea01 ul li::before{
	position: absolute;
	content: "";
	top: 2px;
	left: 2px;
	width: 2px;
	height: 70px;
	background: #988762;
}
.btnArea01 ul li a{
	display: block;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
	margin: 0 0 0 26px;
}
.btnArea01 ul li a:nth-child(3){
	margin: 0 0 0 36px;
}
.btnArea01 ul li:nth-child(1) a::before{
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: no-repeat;
	background-image: url("../img/link-symbol03.png");
	background-size: contain;
	background-position: center;
	position: absolute;
	top: calc(50% - 14px);
	left: -40px;
}
.btnArea01 ul li:nth-child(2) a::before{
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: no-repeat;
	background-image: url("../img/link-symbol04.png");
	background-size: contain;
	background-position: center;
	position: absolute;
	top: calc(50% - 12px);
	left: -36px;
}
.btnArea01 ul li:nth-child(3) a::before{
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: no-repeat;
	background-image: url("../img/link-symbol02.png");
	background-size: contain;
	background-position: center;
	position: absolute;
	top: calc(50% - 12px);
	left: -36px;
}
 
@media only screen and (max-width: 900px) {
	.btnArea01{
		width: calc(100% - 40px);
		margin: 50px auto 0 auto;
		display: block;
	}
	.btnArea01.endDiv{
		width: calc(100% - 40px);
		padding: 0 0 100px 0;
	}
	.btnArea01 ul{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.btnArea01 ul li{
		width: calc(50% - 5px);
		height: auto;
		background: linear-gradient(to bottom, #bfa96d, #a98b51);
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		transition: all 0.4s;
		cursor: pointer;
		padding: 12px 0;
	}
	.btnArea01 ul li:nth-child(3){
		width: 100%;
		height: auto;
		background: linear-gradient(to bottom, #bfa96d, #a98b51);
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		transition: all 0.4s;
		cursor: pointer;
		padding: 14px 0;
		margin: 10px 0 0 0;
	}
	.btnArea01 ul li:hover{
		transform: translateY(-4px);
		filter: saturate(150%) brightness(110%);
	}
	.btnArea01 ul li::before{
		position: absolute;
		content: "";
		top: 2px;
		left: 2px;
		width: 2px;
		height: 90%;
		background: #988762;
	}
	.btnArea01 ul li a{
		display: block;
		color: #FFFFFF;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.4;
		position: relative;
		margin: 0 0 0 26px;
	}
	.btnArea01 ul li a:nth-child(3){
		margin: 0 0 0 36px;
	}
	.btnArea01 ul li:nth-child(1) a::before{
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		background: no-repeat;
		background-image: url("../img/link-symbol03.png");
		background-size: contain;
		background-position: center;
		position: absolute;
		top: calc(50% - 14px);
		left: -40px;
	}
	.btnArea01 ul li:nth-child(2) a::before{
		content: "";
		display: block;
		width: 24px;
		height: 24px;
		background: no-repeat;
		background-image: url("../img/link-symbol04.png");
		background-size: contain;
		background-position: center;
		position: absolute;
		top: calc(50% - 12px);
		left: -36px;
	}
	.btnArea01 ul li:nth-child(3) a::before{
		content: "";
		display: block;
		width: 24px;
		height: 24px;
		background: no-repeat;
		background-image: url("../img/link-symbol02.png");
		background-size: contain;
		background-position: center;
		position: absolute;
		top: calc(50% - 12px);
		left: -36px;
	}
}


.btnArea02{
	width: 640px;
	margin: 50px auto 0 auto;
	display: block;
}
.btnArea02 ul{
	width: 640px;
	display: flex;
    flex-direction: row;
	justify-content: space-between;
}
.btnArea02 ul li{
	width: 310px;
	height: 74px;
	background: linear-gradient(to bottom, #bfa96d, #a98b51);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all 0.4s;
	cursor: pointer;
}
.btnArea02 ul li:hover{
	transform: translateY(-4px);
	filter: saturate(150%) brightness(110%);
}
.btnArea02 ul li::before{
	position: absolute;
	content: "";
	top: 2px;
	left: 2px;
	width: 2px;
	height: 70px;
	background: #988762;
}
.btnArea02 ul li a{
	display: block;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
	margin: 0 0 0 26px;
}
.btnArea02 ul li a:nth-child(3){
	margin: 0 0 0 36px;
}
.btnArea02 ul li:nth-child(1) a::before{
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: no-repeat;
	background-image: url("../img/link-symbol05.png");
	background-size: contain;
	background-position: center;
	position: absolute;
	top: calc(50% - 14px);
	left: -40px;
}
.btnArea02 ul li:nth-child(2) a::before{
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: no-repeat;
	background-image: url("../img/link-symbol02.png");
	background-size: contain;
	background-position: center;
	position: absolute;
	top: calc(50% - 12px);
	left: -36px;
}


@media only screen and (max-width: 900px) {
	.btnArea02{
		display: none;
	}
	
	
	.btnArea02{
		width: calc(100% - 40px);
		margin: 50px auto 0 auto;
		display: block;
	}
	.btnArea02.endDiv{
		width: calc(100% - 40px);
		padding: 0 0 100px 0;
	}
	.btnArea02 ul{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
        flex-direction: column;
	}
	.btnArea02 ul li{
		width: 100%;
		height: auto;
		background: linear-gradient(to bottom, #bfa96d, #a98b51);
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		transition: all 0.4s;
		cursor: pointer;
		padding: 8px 0;
        margin: 0 0 4px 0;
        min-height: 54px;
	}
	.btnArea02 ul li:hover{
		transform: translateY(-4px);
		filter: saturate(150%) brightness(110%);
	}
	.btnArea02 ul li::before{
		position: absolute;
		content: "";
		top: 2px;
		left: 2px;
		width: 2px;
		height: 90%;
		background: #988762;
	}
	.btnArea02 ul li a{
		display: block;
		color: #FFFFFF;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.4;
		position: relative;
		margin: 0 0 0 26px;
	}
	.btnArea02 ul li a:nth-child(3){
		margin: 0 0 0 36px;
	}
	.btnArea02 ul li:nth-child(1) a::before{
		content: "";
		display: block;
		width: 28px;
		height: 28px;
		background: no-repeat;
		background-image: url("../img/link-symbol05.png");
		background-size: contain;
		background-position: center;
		position: absolute;
		top: calc(50% - 14px);
		left: -40px;
	}
	.btnArea02 ul li:nth-child(2) a::before{
		content: "";
		display: block;
		width: 24px;
		height: 24px;
		background: no-repeat;
		background-image: url("../img/link-symbol02.png");
		background-size: contain;
		background-position: center;
		position: absolute;
		top: calc(50% - 12px);
		left: -36px;
	}
}
