@charset "utf-8";

html{
	/*font-size: 10px;*/
	font-size: 62.5%;
}

body {
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	line-height: 1.8;
	letter-spacing: 0;
	color: #333333;
	overflow-x: hidden;
}

#pageloading-wrap {
	background: rgba(200,200,200,1.00);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	display: table;
	z-index: 10;
}
#pageloading-icon {
	display: table-cell;
	vertical-align: middle;
}

.clearFix:after,
article:after,
.content:after,
#pageTop:after,
.gallery:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	_zoom: 1;
}

*:first-child+html .clearFix:after,
*:first-child+html article:after,
*:first-child+html .content:after,
*:first-child+html #pageTop:after,
*:first-child+html .gallery:after{ zoom: 1; } /* IE7 */

a,a img,input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"]{
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
}
a{
	&:active {
		opacity: 1;
	}
}

a:hover img,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="image"]:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

.alignleft{
	margin: 0 30px 30px 0;
	float: left;
}

.alignright{
	margin: 0 0 30px 30px;
	float: right;
}

.aligncenter{
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignnone{ vertical-align: top;}

.alignleft,.alignright,.aligncenter,.alignnone{
	max-width: 100%;
	height: auto;
}

img{
	max-width: 100%;
	height: auto;
}

.gallery{
	margin: 20px auto;
	text-align: center;
	letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */
}

.gallery img{
	display: inline-block;
	height: auto;
	margin: 1% 0.5%;	
	letter-spacing: normal; /* 文字間を元に戻す */
}

.gallery.gallery-columns-2 img{	width: 49%;}
.gallery.gallery-columns-3 img{	width: 32%;}

.btn{
	margin: 0;
	padding: 40px 0;
	font-size: 16px;
	font-size: 1.6rem;
}

.btn a:hover{ text-decoration: none;}

.btn .more{
  position: relative;
  display: inline-block;
  text-decoration: none;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}
.btn .more::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.btn .more:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

.btn .link{
	width: 340px;
	display: block;
	margin: auto;
	padding: 15px 3em;
	background: #db5a24;
	border-radius: 2em;
	color: #FFFFFF;
	text-align: center;
  transition: .3s;
}
.btn .link:hover{ background: #22a573;}


/**************************************************
 fadein
**************************************************/
 .fadein {
  opacity: 0;
  transform : translate(0, 100px);
  transition : all 800ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}


/**************************************************
 header
**************************************************/
header{
	width: 100%;
	position: fixed;
	padding: 20px;
	z-index: 100;
  transition : all 400ms;
	display: -webkit-box;
	display: -ms-flexbox;
	display:flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-box-align: center;/*--- Androidブラウザ用 ---*/
	-ms-flex-align: center;/*--- IE10 ---*/
	-webkit-align-items: center;/*--- safari（PC）用 ---*/
	align-items: center;
  flex-wrap: wrap;
}

h1{
	width: 30%;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
	color: #FFFFFF;
}
h1 span{
	font-size: 52px;
	font-size: 5.2rem;
	font-family: 'Open Sans', sans-serif;
	vertical-align: baseline;
	color: #FFFFFF;
}
h1 a:hover{ text-decoration: none;}

.is-animation {
	padding: 15px 20px;
	background: rgba(255,255,255,0.90);
  transition : all 400ms;
}
.is-animation h1 { color: #000;}
.is-animation h1 span{
	font-size: 32px;
	font-size: 3.2rem;
	color: #333333;
}

/** globalNavi ********************/
#globalNavi{
	width: 50%;
	margin: 0;
	padding: 0;
}

#globalNavi ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display:flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-around; /* Safari */
	justify-content: space-around;
	-webkit-box-align: center;/*--- Androidブラウザ用 ---*/
	-ms-flex-align: center;/*--- IE10 ---*/
	-webkit-align-items: center;/*--- safari（PC）用 ---*/
	align-items: center;
  flex-wrap: wrap;
}
#globalNavi ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

#globalNavi ul li a{
	display: block;
	color: #FFFFFF;
}
.is-animation #globalNavi ul li a { color: #333333;}

#globalNavi ul li a:hover{
	color: #22a573;
	text-decoration: none;
}

/** menu ********************/
#menu{
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	overflow: hidden;
	width: 60px;
	height: 60px;
	cursor: pointer;
	border: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 30px;
	background-image: url(../img/menu.png);
	z-index: 3000;
}
.is-animation #menu{ background-color: rgba(0,0,0,0.20);}

#menu.choice{
	background-color: rgba(0,0,0,0.80);
	background-image: url(../img/pull.png);
	background-size: auto 20px;
}


/**************************************************
 footer
**************************************************/
footer{
	position: relative;
	background: url("../img/ft_bg.jpg") no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	z-index: 11;
}

.ft_tel{
	padding: 50px 0;
	text-align: center;
	color: #FFFFFF;
}
.ft_tel p{
	padding: 0;
	font-size: 18px;
	font-size: 1.8rem;
}
.ft_tel div{
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: bold;	
}

.ft_menu{
	padding: 30px 0;
	background: rgba(255,255,255,0.34);
}
.ft_menu ul{
	margin: 0 15px;
	padding: 0;
	text-align: center;
}
.ft_menu ul li{
	display: inline-block;
	margin: 0 15px;
	font-size: 15px;
	font-size: 1.5rem;
}
.ft_menu ul li a{ color: #1a1a1a;}
.ft_menu ul li a:hover{ color: #22a573;}

.ft_add{
	max-width: 1100px;
	margin: auto;
}

.ft_add ul{
	padding: 40px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display:flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-box-align: center;/*--- Androidブラウザ用 ---*/
	-ms-flex-align: center;/*--- IE10 ---*/
	-webkit-align-items: center;/*--- safari（PC）用 ---*/
	align-items: center;
  flex-wrap: wrap;	
}

.ft_add ul li{
	margin: 0 10px;
	padding: 0;
	list-style: none;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.3;
	font-weight: bold;
	color: #FFFFFF;
}
.ft_add ul li strong{
	font-size: 22px;
	font-size: 2.2rem;
}
.ft_add ul li:first-child{
	margin-right: auto;
	font-weight: normal;
}

p.copyright{
	padding: 30px 15px;
	background: #FFFFFF;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
  font-family: Verdana, "Droid Sans";
}


/**************************************************
 Responsive
**************************************************/

@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

@media screen and (max-width: 744px){
	
	.gallery.gallery-columns-2 img,
	.gallery.gallery-columns-3 img{	width: 49%;}
	
	.fadein { transform : translate(0, 30px);}

	/** header ********************/
	header{
		position: fixed;
		display: block;
		width: 100%;
		height: 60px;
    max-width: none;
		margin: auto;
		padding: 10px;
		z-index: 1000;
	}
	
	.is-animation{ padding: 10px;}
	
	h1{
		width: auto;
		margin: 5px 0;
	}
	h1 span{
	  font-size: 30px;
	  font-size: 3.0rem;		
	}
	
	/** globalNavi ********************/
	#globalNavi{
		position: fixed;
		top: 60px;
		right: 0;
		z-index: 1000;
		width: 280px;
		height: 100%;
    padding: 0;
		background-color: rgba(0,0,0,0.80);
    border-top: none;
		transition: all 0.2s;
		transform: translate(280px);
    flex-wrap: wrap;
	}
	
	#globalNavi.open { transform: translate(0);}
	
	#globalNavi li{
    display: block;
		width: 100% !important;
		margin: 0;
	  font-size: 15px;
	  font-size: 1.5rem;
	}
	
	#globalNavi li a,
	.is-animation #globalNavi ul li a{
		display: block;
		width: 100%;
		padding: 10px 20px;
		border-radius: 0;
		color: #FFFFFF;
		text-align: left;
	}
	#globalNavi li a:hover{ border-radius: 0;}	
	#globalNavi li::before{ display: none;}
	
	#menu{ display: block;}
	
	.content{ width: 100%;}
	
	.ft_tel div{
		padding: 0 15px;
		font-size: 24px;
    font-size: 2.4rem;
	}
	
	.ft_add ul li{
		width: 100%;
		margin: 10px 0 0 0;
		font-size: 14px;
    font-size: 1.4rem;
		line-height: 1.4;
		text-align: center;
	}
	.ft_add ul li a{ color: #FFFFFF !important;}
	
	
}