@charset "utf-8";

h1 {
	position: fixed;
	z-index: 98;
	transition: all 0.8s;
}

.h_logo_top {
	width: 240px;
	top: 20px;
	left: 20px;
}

.h_logo {
	width: 240px;
	top: 20px;
	left: 20px;
}

.menu_wrap {
	padding: 30px;
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 30px;
	z-index: 200;
	cursor: pointer;
}

.menu-trigger,
.menu-trigger span {
	transition: all .3s;
	box-sizing: border-box;
}

.menu-trigger {
	position: relative;
	width: 35px;
	height: 20px;
}

.menu-trigger span {
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	background-color: #231815;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	width: 70%;
	top: 9px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu_wrap:not(.active):hover span:nth-of-type(2) {
	width: 100%;
}

.menu_wrap:not(.active):hover span:nth-of-type(3) {
	width: 70%;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}

.h_btns {
	position: fixed;
	top: 85px;
	right: 30px;
	z-index: 98;
}

.h_btns div a {
	display: block;
	width: 95px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 5px;
	color: #231815;
	background: #fff;
	transition: all 0.3s;
}

.h_btns div a:hover {
	background-color: #c0dade;
}

.navi_wrap {
	height: 100%;
	position: fixed;
	top: 0;
	right: -500px;
	z-index: 199;
	padding: 150px 0;
	background:#70879c;
	font-size: 1.8rem;
	overflow-y: scroll;
	transition: all 0.4s;
}

.navi_wrap.active {
	right: -30px;
}

.navi_wrap li {
	padding: 0 100px 0 50px;
	margin-bottom: 40px;
	line-height: 18px;
}

.navi_wrap li a {
	color: #fff;
	transition: all 0.3s;
}

.navi_wrap li a:hover {
	opacity: 0.4;
}

.h_en {
	margin-bottom: 10px !important;
}

.navi_en_btn {
	width: 250px;
	line-height: 40px;
	text-align: center;
	margin-top: 80px;
}

.navi_en_btn a {
	display: block;
	background-color: #898e9a;
	color: #fff;
	transition: all 0.3s;
	font-weight: bold;
}

.navi_en_btn a:hover {
	opacity: 1 !important;
	background-color: #c0dade;
}

.navi_en_btn img {
	width: 30px;
	height: 25px;
	margin-right: 5px;
}

.navi_kuu_btn {
	width: 250px;
	line-height: 40px;
	text-align: center;
}

.navi_kuu_btn a {
	display: block;
	background-color: #b39b7f;
	color: #fff;
	transition: all 0.3s;
	font-weight: bold;
}

.navi_kuu_btn a:hover {
	opacity: 1 !important;
	background-color: #c0dade;
}

.navi_kuu_btn img {
	width: 15px;
	height: 25px;
	margin-right: 10px;
}

/* headerここまで */
.f_con_btns {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	/*-webkit-justify-content:space-between;
	justify-content:space-between;*/
	width: 740px;
	margin: 70px auto 60px auto;
}

.f_en_btn {
	width: 49%;
	line-height: 50px;
	text-align: center;
}

.f_en_btn a {
	display: block;
	background-color: #F39700;
	font-size: 1.7rem;
	color: #fff;
	transition: all 0.3s;
	font-weight: bold;
}

.f_en_btn a:hover {
	opacity: 1 !important;
	background-color: #FFB776;
}

.f_en_btn img {
	width: 30px;
	height: 25px;
	margin-right: 5px;
}

.f_kuu_btn {
	width: 49%;
	line-height: 50px;
	text-align: center;
}

.f_kuu_btn a {
	display: block;
	background-color: #777777;
	font-size: 1.7rem;
	color: #fff;
	transition: all 0.3s;
	font-weight: bold;
}

.f_kuu_btn a:hover {
	opacity: 1 !important;
	background-color: #aaaaaa;
}

.f_kuu_btn img {
	width: 15px;
	height: 25px;
	margin-right: 10px;
}

.f_cap {
	margin-bottom: 60px;
	font-size: 1.2rem;
}

footer {
	padding: 30px 0;
	background-color: #191919;
}

#pagetop {
	width: 40px;
	margin: 0 auto;
	cursor: pointer;
}

.f_navi {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 30px 0 60px 0;
}

.f_navi li {
	border-right: 1px #fff solid;
}

.f_navi li:last-child {
	border-right: none !important;
}

.f_navi li a {
	padding: 0 20px;
	color: #fff;
}

.f_tel {
	width: 378px;
	margin: 0px auto;
}

.f_c_logo {
	width: 250px;
	margin: 60px auto;
}

.privacy {
	text-align: center;
}

.privacy a {
	color: #fff;
}

.copyright {
	text-align: center;
	color: #fff;
}

.sp_fix_btns {
	display: none;
}

/* footerここまで */
@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 767px) {
	.h_logo_top {
		top: 0px;
		left: 15px;
	}

	.h_logo {
		width: 200px;
		top: 10px;
		left: 5px;
	}

	.menu_wrap {
		padding: 15px 10px;
		right: 10px;
	}

	.h_btns {
		display: none;
	}

	.navi_wrap {
		right: -100vw;
		padding: 70px 0 50px 0;
		font-size: 1.6rem;
	}

	.navi_wrap.active {
		right: 0;
	}

	.navi_wrap li {
		padding: 0 30px;
		margin-bottom: 25px;
	}

	.fb_btn img {
		width: 35px;
		margin-top: 0px;
	}

	.navi_en_btn {
		width: 200px;
	}

	.navi_kuu_btn {
		width: 200px;
	}

	/* headerここまで */

	footer {
		padding: 30px 0 100px 0;
	}

	.f_con_btns {
		width: 90%;
		margin: 34px auto 30px auto;
	}

	.f_en_btn {
		width: 100%;
		margin-bottom: 10px;
	}

	.f_en_btn a {
		font-size: 1.6rem;
	}

	.f_kuu_btn {
		width: 100%;
	}

	.f_kuu_btn a {
		font-size: 1.6rem;
	}

	.f_cap {
		margin-bottom: 30px;
	}

	.f_navi {
		padding: 30px 0 45px 0;
	}

	.f_navi li {
		margin-bottom: 15px;
		border-right: none;
	}

	.f_tel {
		width: 100%;
        text-align: center;
	}
    .f_tel img{
        width: 100%;
        
    }

	.f_c_logo {
		width: 200px;
	}

	.sp_fix_btns {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		background: #fff;
	}

	.sp_fix_btns div {
		width: 20%;
	}

	.sp_fix_btns div img {
		max-width: 100%;
	}

	/* footerここまで */
}

.h1_on {
	top: -100px;
}
