﻿@charset "utf-8";

/* General Settings
================================================== */
html {
	*overflow-x: hidden;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	line-height: 1px;
	transition: .3s;
}
.forPcTop {
	display: block;
}
.forPc {
	display: block;
}
.forMobile {
	display: none;
}
@media screen and (max-width: 900px) {
	.forPcTop {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.forPc {
		display: none;
	}
	.forMobile {
		display: block;
	}
}
/* ------ webfont ------ */
/* 日本語フォント */
body {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 160%;
	color: #222;
	text-align: left;
	-webkit-text-size-adjust: none;
}
/* 指定英字フォント */
.webfontL {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
/* ------ ライン ------ */
/* leftLine */
.leftLine {
	line-height: 100%;
	display: flex;
	align-items: center;
}
.leftLine:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
	margin-left: 2%;
}
/* ------ 左右ライン ------ */
.head-border {
    display: flex;
    align-items: center;
}
.head-border:before,
.head-border:after {
    content: "";
    height: 3px;
    flex-grow: 1;
    background-color: #222;
}
.head-border:before {
    margin-right: 1rem;
}
.head-border:after {
    margin-left: 1rem;
}
/* ------ inview アニメーション ------ */
/* fadeIn */
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}
/* fadeIn_up */
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 1.5s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/* fadeIn_left */
.fadeIn_left {
  opacity: 0;
  transform: translate(-10%, 0);
  transition: 3s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/* fadeIn_right */
.fadeIn_right {
  opacity: 0;
  transform: translate(10%, 0);
  transition: 3s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* fuwafuwa1 */
.fuwafuwa1 {
	-webkit-animation: fuwafuwa1 5s infinite linear alternate;
	animation: fuwafuwa1 5s infinite linear alternate;
}
@-webkit-keyframes fuwafuwa1 {
	0% {
		-webkit-transform: translate(0, 0) rotate(-0deg);
	}
	50% {
		-webkit-transform: translate(0, -10px) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(0, 0)rotate(0deg);
	}
}
@keyframes fuwafuwa1 {
	0% {
		transform: translate(0, 0) rotate(-0deg);
	}
	50% {
		transform: translate(0, -10px) rotate(0deg);
	}
	100% {
		transform: translate(0, 0)rotate(0deg);
	}
}
/* fuwafuwa2 */
.fuwafuwa2 {
	-webkit-animation: fuwafuwa2 3s infinite linear alternate;
	animation: fuwafuwa2 3s infinite linear alternate;
}
@-webkit-keyframes fuwafuwa2 {
	0% {
		-webkit-transform: translate(0, 0) rotate(-0deg);
	}
	50% {
		-webkit-transform: translate(0, -10px) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(0, 0)rotate(0deg);
	}
}
@keyframes fuwafuwa2 {
	0% {
		transform: translate(0, 0) rotate(-0deg);
	}
	50% {
		transform: translate(0, -10px) rotate(0deg);
	}
	100% {
		transform: translate(0, 0)rotate(0deg);
	}
}
/* fuwafuwa3 */
.fuwafuwa3 {
	-webkit-animation: fuwafuwa3 8s infinite linear alternate;
	animation: fuwafuwa3 8s infinite linear alternate;
}
@-webkit-keyframes fuwafuwa3 {
	0% {
		-webkit-transform: translate(0, 0) rotate(-0deg);
	}
	50% {
		-webkit-transform: translate(0, -20px) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(0, 0)rotate(0deg);
	}
}
@keyframes fuwafuwa3 {
	0% {
		transform: translate(0, 0) rotate(-0deg);
	}
	50% {
		transform: translate(0, -20px) rotate(0deg);
	}
	100% {
		transform: translate(0, 0)rotate(0deg);
	}
}

/* linkBox・zoomBox
================================================== */
.linkBox {
    position: relative;
    z-index: 10;
}
.linkBox a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 11;
}
.zoomBox {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.zoomBox:hover {
	transform: scale(1.08);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

/* owl carousel
================================================== */
.owl-theme .owl-nav {
	margin-top: 3% !important;
	width: 100%;
	top: 0;
	left: 0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
	width: 10%;
	margin: 0 0 0 40%;
	height: 100%;
	background: 0 0;
	color: inherit;
	padding: 0 !important;
	font: inherit;
	background-color: #efefef !important;
}
.owl-carousel .owl-nav button.owl-next:first-child, .owl-carousel .owl-nav button.owl-prev:first-child {
	margin: 0 40% 0 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ea5205!important;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 1%;
    position: absolute;
    width: 100%;
}
@media screen and (max-width: 800px) {
	.owl-theme .owl-nav.disabled + .owl-dots {
		margin-top: 0!important;
	}
	.owl-theme .owl-dots .owl-dot span {
		width: 5px!important;
		height: 5px!important;
		margin: 5px 5px;
	}
}

/* wrapper */
#wrapper {
	overflow: hidden;
}

/* headArea
================================================== */
#headArea {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 60px;
	background-color: #fff;
	box-shadow: 1px 5px 5px 0 rgba(0,0,0,0.1);
}
@media screen and (max-width: 400px) {
	#headArea {
		height: 40px;
	}
}
#headArea .clearfix {
	max-width: 1100px;
	margin: 0 auto;
}
/* head-logo */
#head-logo {
	width: 210px;
	float: left;
	padding: 12px 3% 0;
}
@media screen and (max-width: 600px) {
	#head-logo {
		width: 160px;
		padding: 16px 3% 0;
	}
}
@media screen and (max-width: 400px) {
	#head-logo {
		width: 140px;
		padding: 8px 3% 0;
	}
}
/* menu */
.menu {
	float: right;
	padding: 10px 3% 10px 1%;
}
@media screen and (max-width: 700px) {
	.menu {
		display: none;
	}
}
.menu li{
	list-style: none;
}
.menu li a{
	display: block;
	padding: 0 10px;
	font-size: 80%;
	line-height: 40px;
	text-align: center;
	height: 40px;
	color: #fff;
	background-color: #ea5205;
	border-radius: 2px; 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.menu li a:hover{
	background-color: #ff681b;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	border-radius: 2px; 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
/* btnTel */
.btnTel {
	float: right;
	color: #ea5205;
	text-align: right;
	line-height: 72%;
	font-size: 200%;
}
.btnTel .xsTxt{
	font-size: 30%;
	font-weight: bold;
	padding-top: 4px;
}
.btnTel a{
	color: #ea5205;
}
@media screen and (max-width: 700px) {
	.btnTel {
		line-height: 90%;
		font-size: 140%;
		padding-right: 10px;
	}
	.btnTel .xsTxt{
		font-size: 50%;
		padding-top: 9px;
	}
}
@media screen and (max-width: 500px) {
	.btnTel {
		line-height: 90%;
		font-size: 140%;
		padding-right: 10px;
	}
	.btnTel .xsTxt{
		font-size: 50%;
		padding-top: 9px;
	}
	.btnTel .xsTxt span{
		display: none;
	}
}
@media screen and (max-width: 400px) {
	.btnTel {
		line-height: 90%;
		font-size: 120%;
		padding-right: 10px;
	}
	.btnTel .xsTxt{
		font-size: 50%;
		padding-top: 2px;
	}
	.btnTel .xsTxt span{
		display: none;
	}
}

/* banArea
================================================== */
.banArea {
	margin-bottom: 2%;
	overflow: hidden;
	border-radius: 3px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
@media screen and (max-width: 600px) {
	.banArea {
		margin-bottom: 0;
	}
}
/* footArea
================================================== */
#footArea {
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 5% 0;
}
@media screen and (max-width: 600px) {
	#footArea {
		padding: 40px 0 0;
	}
}
#footLogo {
	width: 60%;
	max-width: 280px;
	padding: 0 0 2%;
}
@media screen and (max-width: 600px) {
	#footLogo {
		padding: 0 3% 3%;
	}
}
#footBlock {
	padding: 3% 5%;
	background-color: #ea5205;
	border-radius: 3px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
@media screen and (max-width: 1100px) {
	#footBlock {
		border-radius: 0px; 
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
	}
}
@media screen and (max-width: 600px) {
	#footBlock {
		padding: 5%;
	}
}
#footBlock .fLeft{
	width: 46%;
}
@media screen and (max-width: 900px) {
	#footBlock .fLeft{
		float: none;
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
}
#footBlock .contact {
	float: right;
	width: 44%;
	padding: 0 5%;
}
@media screen and (max-width: 900px) {
	#footBlock .contact {
		float: none;
		width: 90%;
		max-width: 600px;
		margin: 0 auto;
		padding-bottom: 5%;
	}
}
#footBlock .contact h3{
	color: #ea5205;
	padding: 2% 0;
	margin: 0;
	line-height: 100%;
	text-align: center;
	background-color: #fff;
	display: block;
	border-radius: 50px; 
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
#footBlock .contact h4{
	color: #fff;
	padding: 4% 0 2%;
	margin: 0;
	font-size: 100%;
	line-height: 100%;
	text-align: center;
}
@media screen and (max-width: 1100px) {
	#footBlock .contact h4{
		font-size: 1.5vw;
	}
}
@media screen and (max-width: 800px) {
	#footBlock .contact h4{
		font-size: 2.5vw;
	}
}
@media screen and (max-width: 600px) {
	#footBlock .contact h4{
		font-size: 3vw;
	}
}
#footBlock .contact h2{
	color: #fff;
	line-height: 100%;
	padding: 0 0 4%;
	margin: 0;
	text-align: center;
	font-size: 300%;
}
@media screen and (max-width: 1100px) {
	#footBlock .contact h2{
		font-size: 4vw;
	}
}
@media screen and (max-width: 800px) {
	#footBlock .contact h2{
		font-size: 6vw;
	}
}
@media screen and (max-width: 600px) {
	#footBlock .contact h2{
		font-size: 10vw;
	}
}
#footBlock .contact h2 a{
	color: #fff;
}
#footBlock .contactBtn p a{
	display: block;
	color: #ea5205;
	padding: 0;
	margin: 0;
	font-size: 130%;
	line-height: 200%;
	text-align: center;
	background-color: #fff;
	font-weight: bold;
	border-radius: 3px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.1);
}
#footBlock .contactBtn p a:hover{
	transition: .3s;
	display: block;
	padding: 0;
	margin: 0;
	background-color: #f38d5a;
	border-radius: 3px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.1);
}
@media screen and (max-width: 600px) {
	#footBlock .contactBtn p a{
		font-size: 100%;
	}
}
/* companyBox */
#companyBox {
	color: #fff;
	padding-top: 3%;
}
@media screen and (max-width: 600px) {
	#companyBox {
		padding-top: 5%;
	}
}
#companyBox h2{
	margin: 0;
	padding: 0;
	font-size: 80%;
}
#companyBox p{
	padding-top: 1%;
	font-size: 80%;
	line-height: 140%;
}
@media screen and (max-width: 600px) {
	#companyBox p{
		padding-top: 2%;
	}
}

/* crArea
================================================== */
#crArea {
	padding: 0;
	background-color: #fff;
}
#crArea p{
	text-align: center;
	font-size: 60%;
	color: #222;
	line-height: 61px;
}
@media (max-width: 700px) {
	#crArea {
		padding-bottom: 61px;
	}
}

/* backtotop
================================================== */
.backtotop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1100;
	display: none;
}
.hovicon {
	display: inline-block;
	font-size: 80%;
	line-height: 60px;
	cursor: pointer;
	width: 60px;
	height: 60px;
	text-align: center;
	position: relative;
	text-decoration: none;
	z-index: 1;
	color: #fff;
	border-top: solid #fff 1px;
	border-left: solid #fff 1px;
}
.hovicon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.hovicon:before {
	speak: none;
	font-size: 140%;
	line-height: 60px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
}
/* Effect 1 */
.hovicon.effect-1 {
	background: #ea5205;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
.hovicon.effect-1:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #f38d5a;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}
/* Effect 1a */
.hovicon.effect-1.sub-a:hover {
	background: #f38d5a;
	color: #fff;
}
.hovicon.effect-1.sub-a:hover p {
	color: #fff;
}
.hovicon.effect-1.sub-a:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* btnContact
================================================== */
.btnContact {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	display: none;
	border-top: solid #fff 1px;
}
@media (max-width: 700px) {
	.btnContact {
		display: block;
	}
}
.btnContact a{
	font-size: 80%;
	padding-left: 3%;
	display: block;
	height: 60px;
	background: #ea5205;
	line-height: 60px;
	font-weight: bold;
	color: #fff;
}
.btnContact a:hover{
	transition: .3s;
	background: #f38d5a;
}

