@charset "UTF-8";

/* --------------------------------------------
 *                     base Layout
 * -------------------------------------------- */

body {
	background: #fff;
	width: 100%;
	font-family : "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #000;
	line-height: 1.8;
	margin: 0;
	padding: 0;
	border: none;
	word-wrap:break-word;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

html { font-size: 62.5%; overflow-y: scroll; } /* =10px */
body { font-size: 16px; font-size: 1.6rem; }

@media all and (max-width: 767px) {
	body { font-size: 14px; font-size: 1.4rem; }
}

a:link { color: #ff6c00;text-decoration: underline; }
a:visited { color: #ff6c00;text-decoration: underline; }
a:active { color: #ff6c00;text-decoration: underline; }
a:hover { color: #000;text-decoration: underline; }

img {
	max-width: 100%;
	height: auto;
	border-style: none;
	vertical-align: bottom;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
a:hover ,
a:hover img {
	opacity:0.9;
	filter: alpha(opacity=90);
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clearBoth { clear: both; }

p {
	margin: 0;
	padding: 0;
}

@media all and (min-width: 641px) {
.spNone { display: block; display:inline; }
.pcNone { display: none; }
}
@media all and (max-width: 640px) {
.spNone { display: none; }
.pcNone { display: block; display:inline; }
}

@media all and (min-width: 768px) {
.spNone02 { display: block; display:inline; }
.pcNone02 { display: none; }
}
@media all and (max-width: 767px) {
.spNone02 { display: none; }
.pcNone02 { display: block; display:inline; }
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
    box-shadow: none;   
    outline: none;
} /* androidでのオレンジ枠消し */

/* --------------------------------------------
 *                        layout
 * -------------------------------------------- */

#layout {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background:#fff;
	min-height: 100vh;
	position: relative;
	padding-bottom: 122px; /*footerBtnの高さ*/
	box-sizing: border-box;
}

@media all and (min-width: 601px) and (max-width: 767px) {
#layout {
	min-height: 100%; /*スマホでコンテンツが少ない場合mainが下がるので*/
	padding-bottom: 80px; /*footerBtnの高さ*/
	}
}

@media all and (max-width: 600px) {
#layout {
	min-height: 100%; /*スマホでコンテンツが少ない場合mainが下がるので*/
	padding-bottom: 120px; /*footerBtnの高さ*/
	}
}

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

header {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

@media all and (min-width: 768px) and (max-width: 1000px) {
	header {
		width: 100%;
		padding: 0 1.5em;
		box-sizing: border-box;
	}
}

@media all and (max-width: 767px) {
	header {
		width: 100%;
		padding: 0 1em;
		box-sizing: border-box;
	}
}

/* --------------------------------------------
 *                        contents
 * -------------------------------------------- */
#contents {
	width: 100%;
	text-align: left;
}

/* --------------------------------------------
 *                         Footer
 * -------------------------------------------- */

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

footer {
	width: 100%;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
	background: #008468;
}
#footer {
	width: 100%;
	z-index: 10000;
	position: relative;
}
/*--- footerBtn ----------------------------------------------------------------- */

.footerBtn {
	width:100%;
	margin: -22px 0 0 0;
}

.footerBox {
	width:100%;
	position: fixed;
	bottom: 0;
	left: 0px;
	text-align: center;
	z-index: 10001;
}
.footerTel {
	width: 100%;
	text-align: center;
	background: linear-gradient(rgba(0,0,0,0) 15%, #ff7b00 0%) no-repeat 50% 50% / 100% 100%;
}
.footerTel img {
	max-width: 960px;
	width: 100%;
	height: auto;
}
.footerTel a:hover ,
.footerTel a:hover img {
	opacity:1;
	filter: alpha(opacity=100);
}

@media only screen and (max-width: 1000px) {
	.footerTel img {
		padding: 0 1em;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 767px) {
	.footerTel img {
		padding: 0;
	}
}

/*--- footerCopy ----------------------------------------------------------------- */

.footerCopy {
	/*height: 40px;*/
	margin: 0;
	padding: 1em 0;
}
.footerCopy p {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}
.footerCopy p a ,
.footerCopy p a:hover {
	color: #fff;
}

@media all and (max-width: 767px) {
.footerCopy {
	padding: 1em .2em 1.2em .2em;
	}
}

/* --------------------------------------------
 *                       pageTop
 * -------------------------------------------- */

#pageTop {
	position: fixed;
	right: 10px;
	bottom: 110px;
	z-index: 10002;
}
.scroll-top {
	background-color: #ffc000;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: none;
	color: #fff;
}
.scroll-top:hover {
	cursor: pointer;
}
#pageTop i {
	color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
	#pageTop {
		display: block;
		right: 5px;
		bottom: 90px;
	}
}

@media only screen and (max-width: 767px) {
	#pageTop {
		display: block;
		right: 5px;
		bottom: 100px;
	}
	.scroll-top {
		width: 30px;
		height: 30px;
	}
}
