/*--------------------------------------------------*/
/* 基本 */
/*--------------------------------------------------*/

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	color: #444444;
}
a,
a:hover {
	color: #333333;
	text-decoration: none;
}
a:focus,
button:focus {
	outline: 0;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
strong, .strong {
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #333333;
	font-weight: bold;
	line-height: 1.5;
}
dl, dt, dd {
	font-weight: normal;
	margin: 0;
}
i.fa {
	font-weight: normal !important;
}
.en {
	font-family: "Barlow", sans-serif;
	font-weight: 700;
}
.container {
	max-width: 1240px;
    padding-left: 50px;
    padding-right: 50px;
}
.row {
	margin-left: -20px;
	margin-right: -20px;
}
.row > * {
	padding-left: 20px;
	padding-right: 20px;
}
.color {
	color: #ED7C44;
}
.bg-color {
	background-color: #ED7C44;
}
.img-shadow {
	box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.png-shadow {
	filter: drop-shadow(0 10px 20px rgba(0,0,0,0.15));
}
.img-border {
	border: 1px solid #eeeeee;
}
ul.kome {
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
	list-style-type: none;
}
.btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 320px;
	height: 60px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}
.btn:after {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	content: "\f105";
	font-family: FontAwesome;
	font-weight: normal;
	color: #ED7C44;
	transition: 0.3s;
}
@media (min-width: 768px) {
	a,
	.btn,
	button {
		transition: 0.3s;
	}
	a:hover,
	.btn:hover,
	button:hover {
		text-decoration: none;
	}
	.btn:hover:after {
		right: 10px;
	}
}
@media (max-width: 991px) {
	.row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.row > * {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 767px) {
	.container {
		max-width: 640px;
	}
}
@media (max-width: 575px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.row > * {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/*--------------------------------------------------*/
/* .header */
/*--------------------------------------------------*/

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	z-index: 100;
}
.header .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 130px;
	padding-left: 40px;
	transition: 0.3s;
}
.header.fixed .wrap {
	height: 90px;
}
.header.fixed {
	box-shadow: 20px 0 20px rgba(0,0,0,0.1);
}
main {
	padding-top: 130px;
}
@media (max-width: 1299px) {
	.header .wrap {
		height: 110px;
	}
	main {
		padding-top: 110px;
	}
}
@media (max-width: 1199px) {
	.header .wrap {
		height: 90px;
		border-bottom: 1px solid #dddddd;
	}
	.header.fixed .wrap {
		height: 80px;
	}
	main {
		padding-top: 90px;
	}
}
@media (max-width: 767px) {
	.header .wrap {
		height: 80px;
	}
	.header.fixed .wrap {
		height: 70px;
	}
	main {
		padding-top: 80px;
	}
}
@media (max-width: 575px) {
	.header .wrap {
		padding-left: 20px;
	}
}

/* .sitename */
.header .wrap .sitename {
	display: flex;
	font-size: 15px;
	line-height: 1;
}
.header .wrap .sitename > * {
	display: flex;
	align-items: center;
}
.header .wrap .sitename > *:nth-child(1) h1,
.header .wrap .sitename > *:nth-child(1) div {
	font-size: 100%;
	font-weight: 700;
	line-height: 1;
	margin: 0;
}
.header .wrap .sitename > *:nth-child(1) dl {
	display: flex;
	align-items: center;
}
.header .wrap .sitename > *:nth-child(1) dl dt img {
	transition: 0.3s;
}
.header.fixed .wrap .sitename > *:nth-child(1) dl dt img {
	width: 40px;
}
.header .wrap .sitename > *:nth-child(1) dl dd {
	padding: 0 15px;
}
.header .wrap .sitename > *:nth-child(2) .img-tel {
	border-left: 1px solid #dddddd;
	padding-left: 15px;
}
.header .wrap .sitename > *:nth-child(3) {
	padding-left: 15px;
}
@media (max-width: 1299px) {
	.header .wrap .sitename > *:nth-child(1) dl dt img {
		width: 45px;
	}
	.header .wrap .sitename > *:nth-child(1) dl dd img {
		width: 150px;
	}
	.header .wrap .sitename > *:nth-child(2) .img-tel img {
		width: 140px;
	}
	.header .wrap .sitename > *:nth-child(3) {
		display: none;
	}
}
@media (max-width: 1199px) {
	.header .wrap .sitename > *:nth-child(1) dl dt img {
		width: 40px;
	}
	.header.fixed .wrap .sitename > *:nth-child(1) dl dt img {
		width: 35px;
	}
}
@media (max-width: 767px) {
	.header .wrap .sitename > *:nth-child(1) dl dt img {
		width: 35px;
	}
	.header .wrap .sitename > *:nth-child(1) dl dd img {
		width: 120px;
	}
	.header.fixed .wrap .sitename > *:nth-child(1) dl dt img {
		width: 30px;
	}
	.header .wrap .sitename > *:nth-child(2) .img-tel img {
		width: 120px;
	}
}
@media (max-width: 575px) {
	.header .wrap .sitename {
		max-width: 360px;
		padding-right: 50px;
	}
	.header .wrap .sitename > *:nth-child(1) dl dd {
		padding: 0 10px;
	}
	.header .wrap .sitename > *:nth-child(1) dl dt img,
	.header.fixed .wrap .sitename > *:nth-child(1) dl dt img {
		width: 100%;
		max-width: 30px;
	}
	.header .wrap .sitename > *:nth-child(1) dl dd img {
		width: 100%;
		max-width: 120px;
	}
	.header .wrap .sitename > *:nth-child(2) dl {
		font-size: 9px;
		padding-left: 10px;
	}
	.header .wrap .sitename > *:nth-child(2) .img-tel {
		padding: 0 10px;
	}
	.header .wrap .sitename > *:nth-child(2) .img-tel img {
		width: 100%;
		max-width: 120px;
	}
}

/*--------------------------------------------------*/
/* .nav-wrap */
/*--------------------------------------------------*/

.header .wrap .nav-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	font-size: 14px;
	line-height: 1.6;
}
@media (max-width: 1199px) {
	.header .wrap .nav-wrap {
		display: none;
	}
}

/* グロナビ */
.header .wrap .nav-wrap ul.menu {
	margin: 0;
	padding: 0 10px 0 0;
	list-style-type: none;
}
.header .wrap .nav-wrap ul.menu > li {
	position: relative;
	display: inline-block;
	margin-right: 25px;
}
.header .wrap .nav-wrap ul.menu > li > ul {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
	padding-top: 15px;
}
.header .wrap .nav-wrap ul.menu > li > ul > li {
	border-top: 1px solid #ffffff;
}
.header .wrap .nav-wrap ul.menu > li > ul > li a {
	display: block;
	width: 200px;
	background-color: #333333;
	color: #ffffff;
	line-height: 1.4;
	padding: 10px 15px;
}
.header .wrap .nav-wrap ul.menu > li > ul > li a:hover {
	background-color: #ED7C44;
}

/*.contact */
.header .wrap .nav-wrap a.contact {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 100%;
	background-color: #ED7C44;
	color: #ffffff;
	font-size: 90%;
	text-align: center;
}
.header.fixed .wrap .nav-wrap a.contact {
	width: 90px;
}
.header .wrap .nav-wrap a.contact dl dt {
	font-size: 130%;
	line-height: 1;
	margin-bottom: 5px;
}
@media (max-width: 1299px) {
	.header .wrap .nav-wrap a.contact {
		width: 110px;
	}
}
@media (max-width: 1199px) {
	.header .wrap .nav-wrap {
		font-size: 14px;
	}
	#menu-globalnavi > li {
		margin-right: 25px;
	}
	.header .wrap .nav-wrap a.contact {
		width: 80px;
	}
}

/*--------------------------------------------------*/
/* ハンバーガー */
/*--------------------------------------------------*/

@media (min-width: 1200px) {
	.hamburger {
		display: none !important;
	}
}
.hamburger {
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	padding: 0;
	border-radius: 0;
	border: 0;
	width: 35px;
	height: 35px;
	background-color: #ffffff;
}
.hamburger .navbar-toggler-icon {
	display: block;
	width: 25px;
	height: 1px;
	border-radius: 0;
	background-color: #333333;
	position: absolute;
	transition: 0.5s;
	transform: translate(-50%,-50%) rotate(0);
	top: 50%;
	left: 50%;
}
.hamburger .navbar-toggler-icon::before,
.hamburger .navbar-toggler-icon::after {
	position: absolute;
	content: "";
	display: block;
	width: 25px;
	height: 1px;
	border-radius: 0;
	background-color: #333333;
	transform-origin: center;
	transition: 0.5s;
}
.hamburger .navbar-toggler-icon::before {
	transform: translate(0,-9px) rotate(0deg);
}
.hamburger .navbar-toggler-icon::after {
	transform: translate(0,9px) rotate(0deg);
}
/*オープン*/
.hamburger.open .navbar-toggler-icon {
	transform: translate(-50%,-50%) rotate(45deg);
}
.hamburger.open .navbar-toggler-icon::before {
	transform: translate(0,0) rotate(90deg);
}
.hamburger.open .navbar-toggler-icon::after {
	transform: translate(0,0) rotate(90deg);
}

@media (max-width: 575px) {
	.hamburger {
		right: 15px;
	}
}

@media (max-width: 1199px) {
	body.fixed {
		position: relative;
		overflow: hidden;
		position: fixed;
		width: 100%;
		height: 100%;
	}
}

/* .sp-nav */
.sp-nav {
	display: none;
	background-color: #ffffff;
	border-bottom: 1px solid #dddddd;
	position: fixed;
	right: 0px;
	bottom: 0;
	left: 0px;
	z-index: 100;
	font-size: 14px;
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
	overflow: auto;
}
.sp-nav .nav-wrap ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sp-nav .nav-wrap ul.menu > li {
	border-bottom: solid 1px #dddddd;
}
.sp-nav .nav-wrap ul.menu > li > a {
	position: relative;
	display: block;
	width: 100%;
	padding: 15px 40px;
}
.sp-nav .nav-wrap ul.menu > li > a:after {
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	content: "\f105";
	font-family: FontAwesome;
	font-weight: normal;
	color: #ED7C44;;
}
.sp-nav .nav-wrap ul.menu > li > ul {
	margin: 0;
	padding: 20px 0;
	list-style-type: none;
	border-top: solid 1px #dddddd;
}
.sp-nav .nav-wrap ul.menu > li > ul > li > a {
	position: relative;
	display: block;
	width: 100%;
	padding: 5px 20px 5px 60px;
}
.sp-nav .nav-wrap ul.menu > li > ul > li > a:before {
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 7px;
	height: 1px;
	background-color: #ED7C44;
}
.sp-nav a.contact {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 240px;
	height: 60px;
	background-color: #ED7C44;
	color: #ffffff;
	border-radius: 30px;
	font-size: 14px;
	margin: 30px auto;
}
.sp-nav a.contact i {
	margin-right: 0.3em;
}
@media (min-width: 1200px) {
	.sp-nav {
		display: none !important;
	}
}
@media (max-width: 1199px) {
	.sp-nav {
		top: 90px;
	}
}
@media (max-width: 767px) {
	.sp-nav {
		top: 80px;
	}
}
@media (max-width: 575px) {
	.sp-nav .nav-wrap ul.menu > li > a {
		padding: 15px 20px;
	}
	.sp-nav .nav-wrap ul.menu > li > a:after {
		right: 20px;
	}
	.sp-nav .nav-wrap ul.menu > li > ul > li > a {
		padding: 5px 20px 5px 40px;
	}
	.sp-nav .nav-wrap ul.menu > li > ul > li > a:before {
		left: 20px;
	}
}

/*--------------------------------------------------*/
/* .footer */
/*--------------------------------------------------*/

.footer {
	background-color: #F3F3F3;
	font-size: 14px;
	line-height: 1.8;
	padding: 70px 0 50px 0;
}
.footer .row > * {
	margin-bottom: 50px;
}
.footer h2 {
	margin: 0 0 30px 0;
}
.footer h2 dl {
	display: flex;
	align-items: center;
}
.footer h2 dl dd {
	padding-left: 15px;
}
.footer .sns-wrap {
	margin: 40px 0;
}
.footer .sns-wrap ul {
	margin: 0 -5px;
	padding: 0;
	list-style-type: none;
	display: flex;
}
.footer .sns-wrap ul li {
	padding: 0 5px;
}
.footer .sns-wrap ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}
.footer .nav-wrap ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #ffffff;
}
.footer .nav-wrap ul.menu > li > a {
	position: relative;
	display: block;
	border-bottom: 1px solid #ffffff;
	padding: 10px 0;
}
.footer .nav-wrap ul.menu > li > a:after {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	content: "\f105";
	font-family: FontAwesome;
	font-weight: normal;
	color: #ED7C44;
}
.footer .nav-wrap ul.menu > li > ul {
	margin: 0;
	padding: 10px 0 15px 0;
	list-style-type: none;
	border-bottom: 1px solid #ffffff;
}
.footer .nav-wrap ul.menu > li > ul > li > a {
	position: relative;
	display: block;
	font-size: 90%;
	padding: 2px 0 2px 25px;
}
.footer .nav-wrap ul.menu > li > ul > li > a:before {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 5px;
	height: 1px;
	background-color: #ED7C44;
}
.footer .h3 {
	font-size: 14px;
	margin: 20px 0 15px 0;
}
.footer .btn {
	border: none;
	font-size: 100%;
	border-radius: 5px;
	max-width: 100%;
	height: 50px;
}
.footer .btn:after {
	content: none;
}
.footer .btn.en {
	margin-bottom: 10px;
	font-size: 24px;
}
.footer .btn i {
	margin-right: 0.3em;
}
.footer .btn.en i.fa-phone {
	font-size: 90%;
}
.copyright {
	background-color: #ED7C44;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	padding: 30px 0;
}
.copyright p {
	margin: 0;
}
@media (max-width: 575px) {
	.footer {
		font-size: 13px;
	}
	.footer h2 dl,
	.footer .sns-wrap ul {
		justify-content: center;
	}
}

/*--------------------------------------------------*/
/* トップへ戻るボタン */
/*--------------------------------------------------*/

.to-top {
	visibility: hidden;
	padding: 0;
	position: fixed;
	bottom: 20px;
	right: 20px;
	transition: 0.5s;
	transform: translateY(20px);
	filter: blur(10px);
	opacity: 0;
	z-index: 100;
}
.to-top.visible {
	visibility: visible;
	transform: translateY(0px);
	filter: blur(0);
	opacity: 1;
}
.to-top a i {
	background-color: rgba(0,0,0,0.7);
	color: #ffffff;
	width: 45px;
	line-height: 45px;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

/*--------------------------------------------------*/
/* line-wrap */
/*--------------------------------------------------*/

/* トップページ */
.footer .line-wrap {
	border-top: 1px solid #ffffff;
	margin-top: 20px;
	padding-top: 20px;
}
.footer .line-wrap a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	padding: 10px;
}
.footer .line-wrap dl {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer .line-wrap dl dt {
	width: 70px;
}
.footer .line-wrap dl dd {
	flex: 1;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.6;
	padding-left: 10px;
}
.footer .line-wrap dl dd strong {
	display: block;
	font-size: 20px;
}
.footer .line-wrap dl dd strong span {
	color: #00B900;
}
@media (max-width: 575px) {
	.footer .line-wrap dl dt {
		width: 60px;
	}
	.footer .line-wrap dl dd {
		font-size: 10px;
	}
	.footer .line-wrap dl dd strong {
		display: block;
		font-size: 18px;
	}
}

/*--------------------------------------------------*/
/* .float-btn */
/*--------------------------------------------------*/

.float-btn {
	position: fixed;
	left: 10px;
	bottom: 10px;
}
.float-btn ul {
	margin: 0 -5px;
	padding: 0;
	list-style-type: none;
	display: flex;
}
.float-btn ul li {
	padding: 0 5px;
}
.float-btn ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
}
.float-btn ul li a .color {
	font-size: 28px;
}
@media (min-width: 768px) {
	.float-btn {
		display: none;
	}
}

/*--------------------------------------------------*/
/* メンテナンス */
/*--------------------------------------------------*/

.footer .bnr-wrap {
	text-align: center;
	background-color: #ffffff;
	margin: 15px 0;
	padding: 10px;
}
