@charset "UTF-8";
/* CSS Document */
html {
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
}
html.wf-active,
html.loading-delay {
	visibility: visible;
	opacity: 1;
}

* {
	word-break: break-all;
}
body {
	font-family: noto-sans-cjk-jp,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #515151;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
#wrapper {
	overflow: hidden;
}

/* pagination */
.paginationArea {
	padding-bottom: 80px;
}
.pagination {
	display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem;justify-content: center;
}
.page-link {
	position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6
}
.page-link:hover {
	z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6
}
.page-link:focus {
	z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.page-link:not(:disabled):not(.disabled) {
	cursor:pointer
}
.page-item:first-child .page-link {
	margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem
}
.page-item:last-child .page-link {
	border-top-right-radius:.25rem;border-bottom-right-radius:.25rem
}
.page-item.active .page-link {
	z-index:1;color:#fff;background-color:#007bff;border-color:#007bff
}
.page-item.disabled .page-link {
	color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6
}
.pagination-lg .page-link {
	padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5
}
.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius:.3rem;border-bottom-left-radius:.3rem
}
.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius:.3rem;border-bottom-right-radius:.3rem
}
.pagination-sm .page-link {
	padding:.25rem .5rem;font-size:.875rem;line-height:1.5
}
.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius:.2rem;border-bottom-left-radius:.2rem
}
.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius:.2rem;border-bottom-right-radius:.2rem
}


@media screen and (min-width: 767px) {
	/*html,
body {
	min-width: 1260px;
}
*/
}
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a img {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	color: #515151;
}
.inner {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
.ns_r {
	font-family: noto-sans-cjk-jp,sans-serif;
	font-weight: 400;
	font-style: normal;
}
.ns_m {
	font-family: noto-sans-cjk-jp,sans-serif;
	font-weight: 500;
	font-style: normal;
}
.ns_b {
	font-family: noto-sans-cjk-jp,sans-serif;
	font-weight: 700;
	font-style: normal;
}
.tg_r {
	font-family: tbudrgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.tg_b {
	font-family: tbudrgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.smg {
	font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
}

/*header*/
header {
	width: 100%;
	position: fixed;
	background: #FF7C64;
	z-index: 100;
}
header .h_inner {
	max-width: 1500px;
	margin: 0 auto;
	height: 60px;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .h_inner .h_left .logo {
	width: 200px;
}
header .h_inner .h_left .logo a {
	display: block;
}
header .h_inner .h_left .logo a:hover {
	opacity: .7;
}
header .h_inner .h_right {
	display: flex;
	align-items: center;
	justify-content: center;
}
header .h_inner .h_right .hnav {
	display: flex;
	align-items: center;
	justify-content: center;
}
header .h_inner .h_right .hnav li {
	width: 62px;
	background-color: #fff;
	margin: 0 .5em;
	height: 90px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}
header .h_inner .h_right .hnav li a {
	background-color: #fff;
	display: block;
	height: 90px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: center;
	font-size: 11px;
	padding-top: 30px;
	color: #FF7C64;
	line-height: 1.3;
}
header .h_inner .h_right .hnav li a span {
	font-size: 20px;
	margin-bottom: 4px;
}
header .h_inner .h_right .hnav li a:hover {
	color: #515151;
}
header .h_inner .h_right .tel{
	margin-right:14px;
}
header .h_inner .h_right .tel a {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
header .h_inner .h_right .tel a span {
	padding-right: 8px;
}
.fa-phone-alt:before {
	content: "\f879";
}
header .h_inner .h_right .gnav {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
}
header .h_inner .h_right .gnav li {
	float: left;
	margin: 0 .8em;
	text-align: center;
}
header .h_inner .h_right .gnav li a {
	display: inline-block;
	font-size: 14px;
	font-family: tbudrgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	position: relative;
	line-height: 1;
}
header .h_inner .h_right .gnav li a:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: all 0.3s;
	transform: scaleX(0);
}
header .h_inner .h_right .gnav li a:hover:after {
	transform: scaleX(1);
}
.toggle {
	position: fixed;
	top: 15px;
	right: 15px;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	z-index: 9999;
	line-height: 0;
	display: none;
}
.toggle:before {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: "\f0c9";
}
.toggle.open:before {
	content: "\f00d";
}
.fixBtn {
	position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 200;
    transition: all 0.3s;
	opacity: .7;
}
.fixBtn:hover {
    right: 5px;
    opacity: 1;
}
.fixBtn a img {
	width: 200px;
}
/* footer */
footer {
	position: relative;
	background-color: #FF7C64;
}
footer .inner {
	padding: 50px 20px 30px;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
	align-items: center;
}
footer .inner .left {
	width: 35%;
}
footer .inner .left .logo {
	width: 200px;
	padding-bottom: 15px;
}
footer .inner .left .logo a {
	display: block;
}
footer .inner .left .logo a:hover {
	opacity: .7;
}
footer .inner .left p {
	color: #fff;
}
footer .inner .left .add {
	font-size: 13px;
	padding-bottom: 5px;
}
footer .inner .left .tel,
footer .inner .left .fax {
	font-size: 19px;
	line-height: 1.2
}
footer .inner .left .fax {
	padding-bottom: 15px;
}
footer .inner .left .number {
	font-size: 12px;
}
footer .inner .right {
	width: 65%;
	padding-left: 2%;
	display: flex;
	justify-content: flex-end;
	flex-wrap: nowrap;
}
footer .inner .right .f_nav {
	width: 25%;
	padding: 0 1% 0 2%;
	border-left: 1px solid #fff;
}
footer .inner .right .f_nav li {
	padding-bottom: 10px;
}
footer .inner .right .f_nav li a {
	color: #fff;
}
footer .inner .right .f_nav li a:hover {
	color: #515151;
}
footer .copy {
	text-align: center;
	padding: 20px 0;
	font-size: 12px;
	color: #fff;
}
footer .pagetop {
	position: fixed;
	bottom: 25px;
	right: 25px;
	height: auto;
	z-index: 500;
}
footer .pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 1;
	background-color: #f8c4c4;
	color: #fff;
	border-radius: 50px;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
	padding-top: 15px;
}

/* fsubNav */
footer .fsubNav {
	height: 120px;
	background-color: #f8b8ae;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 150;
	width: 100%;
}
footer .fsubNav .f_inner {
	width: 100%;
	height: inherit;
	padding: 10px 4vw 0;
}
footer .fsubNav .f_inner .desc {
	display: flex;
	justify-content: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
footer .fsubNav .f_inner .desc .log,
footer .fsubNav .f_inner .desc .member {
	width: 31%;
	text-align: center;
	/*margin: 0 2%;*/
	background-color: #fff;
}
footer .fsubNav .f_inner .desc .log a,
footer .fsubNav .f_inner .desc .member a,
footer .fsubNav .f_inner .f_tel a {
    font-size: 13px;
    color: #FF7C64;
    padding: 10px 0 8px;
    outline: 1px solid #FF7C64;
    outline-offset: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}
footer .fsubNav .f_inner .desc .logout_btn a,
footer .fsubNav .f_inner .desc .logout a,
footer .fsubNav .f_inner .desc .profile a{
	height: auto;
	padding: 13px 0;
}
footer .fsubNav .f_inner .desc .logout,
footer .fsubNav .f_inner .desc .profile{
	width: 48%;
	margin: 4px 0;
}
footer .fsubNav .f_inner .desc .logout_btn{
	width: 100%;
	margin: 4px 0;
}
footer .fsubNav .f_inner .f_tel a{
	padding: 10px 0;
}
footer .fsubNav .f_inner .desc a{
	height: 52px;
	line-height: 1.2;
}

footer .fsubNav .f_inner .desc span,
footer .fsubNav .f_inner .f_tel span {
	font-size: 16px;
	padding-right: 8px;
}
footer .fsubNav .f_inner .f_tel {
    text-align: center;
    /*margin: 0 2%;*/
    background-color: #fff;
    margin-top: 6px;
}

@media screen and (max-width: 1250px) {
	header .h_inner .h_right .gnav li {
		margin: 0 0.5em;
	}
	header .h_inner .h_right .gnav li a {
		font-size: 13px;
	}
	header .h_inner .h_right .hnav li {
		width: 54px;
		margin: 0 0.2em;
	}
}

@media screen and (max-width: 1080px) {
	header .h_inner .h_right .gnav li {
		margin: 0 0.3em;
	}
	header .h_inner .h_right .gnav li a {
		font-size: 12px;
	}
	footer .inner .right {
		padding-left: 0;
	}
	footer .inner .right .f_nav li a {
		font-size: 13px;
	}
	footer .inner .left .number {
	font-size: 11px;
	}
}

@media screen and (max-width: 1000px) {
	/*header*/
	.toggle {
		display: block;
		top: 30px;
		font-size: 22px;
	}
	header {
		width: 100%;
		box-shadow: 0 2px 13px rgba(0, 0, 0, 0.1);
		position: fixed;
		z-index: 100;
	}
	header .h_inner {
		width: 100%;
		display: block;
		padding: 0
	}
	header .h_inner .h_left {
		display: flex;
		align-items: center;
		padding-left: 15px;
		height: 60px;
	}
	header .h_inner .h_left .logo {
		width: 180px;
	}
	header .h_inner .h_right .hnav {
		display: none;
	}

	header .h_inner .h_right {
		display: block;
	}
	header .h_inner .h_right .gnav {
		width: 100%;
	display: none;
	margin-bottom: 0;
	background-color: #fff;
	}
	header .h_inner .h_right .gnav li {
		float: none;
		width: 100%;
		margin: 0 0 5px;
		border-bottom: 1px solid #eee;
	}
	header .h_inner .h_right .gnav li a {
		display: block;
		line-height: inherit;
		padding: 10px 0;
		color: #FF7C64;
	}
	header .h_inner .h_right .gnav li a:after {
		display: none;
	}
	header .h_inner .h_right .gnav li a:hover:after {
		display: none;
	}

/* footer */
	footer {
		padding-bottom: 68px;
	}
	footer .inner {
		padding: 30px 20px 30px;
		display: block;
	}
	footer .inner .left {
		width: 100%;
		text-align: center;
		padding-top: 30px;
	}
	footer .inner .left .logo {
		width: 180px;
		padding-bottom: 20px;
		margin: 0 auto;
	}
	footer .inner .left .add {
		font-size: 13px;
		padding-bottom: 15px;
	}
	footer .inner .left .tel,
	footer .inner .left .fax {
		font-size: 18px;
	}
	footer .inner .left .fax {
		padding-bottom: 15px;
	}
	footer .inner .left .number {
		line-height: 1.2;
		padding-bottom: 8px;
	}
	footer .inner .right {
		width: 100%;
		padding-left: 0;
		display: block;
	}
	footer .inner .right .f_nav {
		width: 100%;
		padding: 0 0;
		border-left: transparent;
		text-align: center;
	}
	footer .inner .right .f_nav li {
		padding-bottom: 0;
		margin-bottom: 5px;
		border-bottom: 1px dotted #fff;
	}
	footer .inner .right .f_nav li a {
		color: #fff;
		display: block;
		padding: 10px 0 10px;
		font-size: 14px;
	}
	footer .copy {
		text-align: center;
		padding: 20px 0;
		font-size: 12px;
		color: #fff;
	}
	footer .pagetop a {
		width: 40px;
		height: 40px;
		font-size: 18px;
		padding-top: 9px;
	}
	footer .pagetop {
		right: 10px;
		bottom: 136px;
	}
}

@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}
	.inner {
		width: 100%;
		max-width: 100%;
	}
	header .h_inner .h_left {
		padding-left: 3vw;
	}
	.bnrArea .inner {
		padding: 20px 5vw;
	}
	footer .inner {
		padding: 30px 5vw 10px;
	}
}
