@charset "utf-8";

/* ------ General Settings ------ */
html { *overflow-x: hidden; }
a:hover img {
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	line-height:1px;
	transition: .3s;
}
/* ------ float ------ */
.fLeft { float:left; }
.fRight { float:right; }
/* ------ img ------ */
.forPc { display: block; }
.forMobile { display: none; }
@media screen and (max-width: 639px) {
	.forPc { display: none; }
	.forMobile { display: block; }
}
/* ------ move ------ */
.move{
	overflow: hidden;
}
.move-fadeIn{
	transition: 1.5s;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
}
.fadeIn{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.move-up{
	transition: 1.5s;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
	-ms-transform: translate(0,60px);
}
.up{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
}
.move-side{
	transition: 1.5s;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translate(-300px,0); 
	-webkit-transform: translate(-300px,0); 
	-ms-transform: translate(-300px,0);
}
.side{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
}
a[href^="tel:"] {
    pointer-events: none;
}

/* ------ body ------ */
body {
}
/* ------ wrapper ------ */
#wrapper {
}
/* ------ menuBox ------ */
.menuBox {
	width: 100%;
}
.menuBtn {
	position: fixed;
	top: 10px;
	right: 10px;
    z-index: 1001;
	width: 6%;
}
.menuBtn img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 800px) {
	.menuBtn {
		top: 5px;
		right: 5px;
		width: 50px;
	}
}
/* ------ container ------ */
#container {
}
/* ------ endArea ------ */
#endArea p.footLogo {
	width: 40%;
	max-width: 300px;
	margin: 0 auto;
	padding: 0 0 20px;
}
#endArea p.footLogo img{
	width: 100%;
}
@media screen and (max-width: 639px) {
	.footLogo {
		padding: 0 0 20px;
	}
}
/* ------ footArea ------ */
#footArea {
	background-color: #e7630f;
	color: #fff;
}
/* ------ footBox ------ */
.footBox {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}
.footBox .fLeft{
	text-align: center;
	font-size: 80%;
	line-height: 200%;
	width: 44%;
	padding: 3% 3% 3% 0;
}
.footBox .fRight{
	width: 44%;
	padding: 3% 0 3% 3%;
}
.footBox .fRight li{
	border-bottom: dotted 1px #fff;
	font-size: 90%;
}
.footBox .fRight li a{
	padding: 2%;
	color: #fff;
	font-weight: bold;
	display: block;
}
.footBox .fRight li a:hover{
	color: #e7630f;
	background-color: #fff;
	transition: .3s;
}
@media screen and (max-width: 639px) {
	.footBox .fLeft{
		width: 100%;
		padding: 6% 0;
	}
	.footBox .fRight{
		text-align: left;
		width: 100%;
		padding: 0 0 3%;
	}
	.footBox .fRight li{
		font-size: 80%;
		text-align: center;
	}
}
/* ------ crTxt ------ */
.crTxt {
	font-size:60%;
	font-weight: bold;
	text-align:center;
	padding: 5% 0;
}
@media screen and (max-width: 639px) {
	.crTxt {
		padding: 2% 0 26%;
	}
}

/*---------------------------------------------
	ブログ_mainTit
  ---------------------------------------------*/
.mainTit {
	width: 26%;
	margin: 0 auto;
	padding: 4% 0;
}
.mainTit h1{
	margin: 0!important;
}
@media screen and (max-width: 639px) {
	.mainTit {
		width: 30%;
		padding: 20px 0;
	}
}

/*---------------------------------------------
	ブログ_pageTit
  ---------------------------------------------*/
.pageTit {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 40px;
	text-align: center;
}

/* ------ backtotop ------ */
.backtotop {
    position: fixed;
    bottom: 15px;
    z-index: 9000;
    display: none;
    right: 15px;
}
.backtotop a {
    display: block;
}
.backtotop a img {
	width: 60px;
}
.backtotop a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	line-height:1px;
}
@media screen and (max-width: 639px) {
	.backtotop {
		right: 10px;
	}
	.backtotop a img {
		width: 40px;
	}
}
/* ------ btnTel ------ */
.btnTel {
    position: fixed;
    bottom: 15px;
    z-index: 9001;
    display: none;
    left: 15px;
}
.btnTel img {
	width: 300px;
}
@media screen and (max-width: 639px) {
	.btnTel {
		left: 10px;
	}
	.btnTel img {
		width: 180px;
	}
}


