@charset "utf-8";

html {
	-webkit-text-size-adjust: 100%;
}

body {
	min-width: 1000px;
	background-color: #fffef7;
	color: #595757;
}

a {
	color: #595757;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}

header {
	width: 980px;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 30px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
}

header .row {
	position: relative;
}

header .row .logo {
	display: block;
	width: 440px;
}

header .row .logo img {
	display: block;
	width: 374px;
	margin-right: 20px;
}

header .row .linkbtn_wrap {
	position: absolute;
	right: 0px;
	bottom: 15px;
}

header .row .linkbtn_wrap p {
	margin-bottom: 5px;
	font-size: 14px;
}

header .row .linkbtn_wrap a {
	width: 190px;
	position: relative;
	margin-right: 15px;
	background-color: #ffedc0;
	border-radius: 150px 50px 50px 150px;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: bold;
	line-height: 2em;
	text-align: center;
	letter-spacing: 0.15em;
	padding-left: 40px;
	padding-right: 15px;
}

header .row .linkbtn_wrap a:nth-child(2) {
	text-align: left;
	font-size: 13px;
	line-height: 2.4em;
	letter-spacing: 0.05em;
	padding-left: 41px;
	padding-right: 5px;
}

header .row .linkbtn_wrap a img {
	position: absolute;
	margin: auto;
	top: 0px;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 33px;
	height: 33px;
}

header nav {
	margin-top: 15px;
}

header nav ul {
}

header nav ul li {
	width: 145px;
	text-align: center;
	line-height: 1.3em;
	border-left: 1px solid #595757;
	transition: 0.1s;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow-x: hidden;
}

header nav ul li a {
	display: block;
	width: 145px;
	font-size: 16px;
	transition: 0.1s;
}

header nav ul li a span {
	font-size: 15px;
	transition: 0.1s;
}

header img {
	pointer-events: none;
}

header .fix_navi_wrap {
	position: fixed;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	top: -25%;
	left: 0;
	right: 0;
	width: 100%;
	min-width: 980px;
	background-color: #fffef7;
	z-index: 999;
	transition: 0.5s;
	/*    box-shadow: 0 3px 6px -2px gray;*/
}

header .fix_navi_wrap.open {
	top: 0 !important;
}

header .fix_navi {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1041px;
}

header .fix_navi .row {
	position: static;
	margin-left: 20px;
	margin-top: 32px;
}

header .fix_navi .row .logo {
	display: block;
	width: 220px;
}

header .fix_navi .row .logo img {
	display: block;
	width: 100%;
	margin-right: 20px;
}

header .fix_navi .row .logo img:first-child {
	position: static;
	margin-bottom: 10px;
}

header .fix_navi .row .linkbtn_wrap {
	position: absolute;
	top: 10px;
	right: 0;
}

header .fix_navi nav {
	margin-top: 50px;
	margin-left: auto;
	margin-right: 20px;
	width: 757px;
}

header .fix_navi nav ul li {
	width: 125px;
	text-align: center;
	line-height: 1.3em;
	border-left: 1px solid #595757;
	transition: 0.1s;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow-x: hidden;
}

header .fix_navi nav ul li a {
	display: block;
	width: 100%;
	font-size: 16px;
	transition: 0.1s;
}

footer {
	background-image: url("../../assets/images/hf/f_bk.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	box-sizing: border-box;
	padding-bottom: 145px;
	min-width: 980px;
	margin-top: 85px;
}

footer .inner {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	padding-top: 45px;
	border-bottom: 3px dotted #565655;
	border-top: 3px dotted #565655;
}

footer .inner h2 {
	font-size: 24px;
	color: #595757;
	font-weight: bold;
	margin-bottom: 20px;
}

footer .inner .wrap {
	padding-right: 40px;
	padding-left: 40px;
	box-sizing: border-box;
	position: relative;
}

footer .inner .wrap .bar {
	width: 1px;
	height: 100px;
	background-color: #000;
	position: absolute;
	right: 330px;
	top: 30px;
}

footer .inner .wrap .left:nth-child(4) {
	margin-left: 60px;
}

footer .inner .wrap .left ul:nth-child(2) {
	margin-left: 28px;
}

footer .inner .wrap .left ul li {
	font-size: 16px;
}

footer small {
	padding-top: 15px;
	padding-right: 30px;
	box-sizing: border-box;
	display: block;
	width: 870px;
	text-align: right;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	color: #565655;
}

.dl {
	width: 850px;
	height: 175px;
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../../assets/images/hf/contact_bk.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.dl .linkbtn_wrap {
	width: 430px;
	height: 100px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0px;
	bottom: 0px;
}

.dl .linkbtn_wrap h4 {
	font-size: 22px;
	color: #595757;
	text-align: center;
	margin-bottom: 14px;
	margin-top: 0px;
	font-weight: normal;
	letter-spacing: 0em;
}

.dl .linkbtn_wrap .clearfix {
	margin-left: 10px;
}

.dl .linkbtn_wrap p {
	margin-top: 10px;
	font-size: 12px;
	text-align: center;
}

.dl .linkbtn_wrap a {
	width: 190px;
	position: relative;
	margin-right: 15px;
	background-color: #ffe4a2;
	border-radius: 150px 50px 50px 150px;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: bold;
	line-height: 2em;
	text-align: center;
	letter-spacing: 0.15em;
	padding-left: 40px;
	padding-right: 15px;
}

.dl .linkbtn_wrap a:nth-child(2) {
	text-align: left;
	font-size: 13px;
	line-height: 2.4em;
	letter-spacing: 0.05em;
	padding-left: 41px;
	padding-right: 5px;
}

.dl .linkbtn_wrap a img {
	position: absolute;
	margin: auto;
	top: 0px;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 33px;
	height: 33px;
}

.dl .dl_link {
	width: 156px;
	height: 100px;
	margin: auto;
	padding-top: 45px;
	top: 44px;
	right: 130px;
	position: absolute;
	display: block;
	background-image: url("../images/hf/circle.png");
	background-size: 100%;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

.dl .dl_link p {
	font-size: 14px;
	font-family: "Hiragino Kaku Gothic ProN";
	font-weight: 600;
	color: #595757;
	line-height: 1em;
	text-align: center;
}

.dl .dl_link p span {
	display: inline-block;
	margin-top: 5px;
	font-size: 17px;
	font-family: "Hiragino Kaku Gothic ProN";
	font-weight: 600;
	color: #e11020;
}

.dl .dl_link .book {
	position: absolute;
	margin: auto;
	top: -15px;
	left: 0px;
	right: 0px;
	width: 70px;
}

.map_wrap {
	display: none;
}

iframe {
	display: none;
}

.spin {
	-webkit-animation: spin 20s linear infinite;
	-moz-animation: spin 20s linear infinite;
	-ms-animation: spin 20s linear infinite;
	-o-animation: spin 20s linear infinite;
	animation: spin 20s linear infinite;
	z-index: 100;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}
@-ms-keyframes spin {
	0% {
		-ms-transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
	}
}
@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(360deg);
	}
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.anim_s01 {
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-name: anim_s01;
	transform: rotate(5deg);
	animation-duration: 10s;
}

@keyframes anim_s01 {
	50% {
		transform: rotate(-5deg);
	}
	100% {
		transform: rotate(5deg);
	}
}

.anim_s02 {
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-name: anim_s01;
	/*    transform: rotate(5deg);*/
	animation-duration: 10s;
	animation-delay: 0.5s;
}

@keyframes anim_s02 {
	50% {
		transform: rotate(5deg);
	}
	100% {
		transform: rotate(-5deg);
	}
}

.anim_s03 {
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-name: anim_s01;
	transform: rotate(5deg);
	animation-duration: 10s;
	animation-delay: 1s;
}

@keyframes anim_s03 {
	50% {
		transform: rotate(-5deg);
	}
	100% {
		transform: rotate(5deg);
	}
}
