@charset "UTF-8";

/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/
html {
}
body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	width: 100%;
	height: auto!important;
	display: block;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}

/*---------------------------------------------
	body
  ---------------------------------------------*/
body {
	text-align: left;
	-webkit-text-size-adjust: none;
}

/*---------------------------------------------
	Anchor
  ---------------------------------------------*/
a {
	outline: none;
}

a:link {
	text-decoration: none;
	color: #56a5af;
}
a:visited {
	text-decoration: none;
	color: #56a5af;
}
a:hover {
	text-decoration: none;
	color: #292F33;
	transition: .3s;
}
a:active {
	text-decoration: none;
	color: #292F33;
}

/*---------------------------------------------
	clearfix
  ---------------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ------ General Settings ------ */
html {
	*overflow-x: hidden;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	line-height: 1px;
	transition: .3s;
}
.forPc {
	display: block;
}
.forMobile {
	display: none;
}
@media screen and (max-width: 639px) {
	.forPc {
		display: none;
	}
	.forMobile {
		display: block;
	}
}
/* ------ スマホで発信 ------ */
a[href^="tel:"] {
	pointer-events: none;
}
/* ------ webfont ------ */
/* 日本語フォント */
body {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 160%;
	color: #222;
	text-align: left;
	-webkit-text-size-adjust: none;
}
/* ------ ライン ------ */
/* leftLine */
.leftLine {
	line-height: 100%;
	display: flex;
	align-items: center;
}
.leftLine:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
	margin-left: 2%;
}

/* ------ 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;
}

/* pageLogo
================================================== */
#pageLogo {
	padding: 10px 5%;
	width: 90%;
	height: 40px;
	position: fixed;
	z-index: 100;
	background-color: #fff;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
}
@media screen and (max-width: 639px) {
	#pageLogo {
		padding: 5px 5%;
	}
}

.pageLogoL{
	float: left;
	width: 400px;
}
.headTxt {
	float: left;
	width: 257px;
}
.headTxt img {
	float: left;
	width: 250px;
	margin-top: 8px;
}
.headLogo {
	float: left;
	width: 143px;
}
.headLogo img {
	margin-top: 10px;
}
@media screen and (max-width: 639px) {
	.pageLogoL {
		width: 160px;
	}
	.pageLogoL > a > .clearfix {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.headLogo {
		order: 1;
		float: none;
		width: 100px;
		margin-top: 2px;
	}
	.headTxt {
		order: 2;
		float: none;
		width: 160px;

	}
	.headLogo img {
		display: block;
		margin-top: 0;
		max-width: 100%;
		height: auto;
	}
	.headTxt img {
		display: block;
		float: none;
		width: 100%;
		height: auto;
		margin: 4px 0 0;
	}
}

.pageLogoR{
	float: right;
	width: 30%;
	margin-top: 5px;
}
.pageLogoR img{
	float: right;
	width: auto!important;
	height: 100%!important;
	max-height: 30px;
}
@media screen and (max-width: 639px) {
	.pageLogoR{
		width: 100px;
		margin-top: 9px;
	}
	.pageLogoR img{
		width: 100px!important;
		height: auto!important;
		max-height: inherit;
	}
}



/* slideArea
================================================== */
#slideArea {
	position: relative;
}
/* slideTit
================================================== */
#slideTit {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
}
#slideTit .title{
	padding: 14% 5% 0;
	width: 42%;
}
/* slideBox
================================================== */
#slideBox {
	position: relative;
	z-index: 1;
}
/* ------ スライダー ------ */
@keyframes zoomUp {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.25);
	}
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
	animation: zoomUp 10s linear 0s 1 normal both;  
}
//imgタグだと下に隙間ができるのでblockに。
.slide-img img{
	display: block;
}

/* 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;
	}
}

/* linkBox
================================================== */
.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
================================================== */
.zoomBox {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.zoomBox:hover {
	transform: scale(1.05);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

/* crArea
================================================== */
#crArea {
	background-color: #efefef;
}
#crArea p{
	text-align: center;
	font-size: 60%;
	line-height: 50px;
}
@media screen and (max-width: 800px) {
	#crArea p{
		font-size: 1.8vw;
	}
}
/* backtotop
================================================== */
.backtotop {
	position: fixed;
	bottom: 0;
	z-index: 90;
	display: none;
	right: 0;
	width: 5%;
}
@media screen and (max-width: 800px) {
	.backtotop {
		width: 50px;
	}
}
.backtotop a {
    display: block;
}



