@charset "utf-8";

.ftbox { overflow: hidden; *zoom: 1;}



/* wrapper
----------------------------------------------- */



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


#header {
}
.hdinner {
	width:1000px;
	margin:0 auto;
	position:relative;
}
.hdtxt {
	color:#666;
	font-size:12px;
	position:absolute;
	top:10px;
	left:0;
	z-index:2;
}
.hdlogo {
	padding:40px 0 0;
	float:left;
}
.hdbox {
	float:right;
	display:table;
	width:550px;
	text-align:right;
}
.hdbox .hdtel {
	display: table-cell;
	vertical-align:middle;
	width:275px;
	font-size:14px;
}
.hdbox .hdtel span {
  vertical-align: middle;
}
.hdbox .hdtel .tel_icon {
	display: inline-block;
  margin: 0 5px 0 0;
}
.hdbox .hdtel .tel_num {
	color:#02004b;
	font-size:30px;
	display: inline-block;
	line-height:1;
	font-weight:bold;
}
.hdbox .hdtel .shop_open {
	display: block;
}
.hdbox .hdlink {
	display: table-cell;
}
.hdlink .tel {
	display:none;
}

@media (max-width: 767px) {
#header .clearfix:after {
	display:none;
}
.hdinner {
	width:100%;
	display:table;
	padding:0 0 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.hdtxt {
	color:#666;
	font-size:12px;
	position:absolute;
	top:10px;
	left:0;
	z-index:2;
}
.hdlogo {
	padding:0;
	float:none;
	width:85px;
	display:table-cell;
	vertical-align:middle;
}
.hdbox {
	float:right;
	display: table-cell;
	width: auto;
	vertical-align:middle;
	text-align:right;
}
.hdbox .hdtel {
	display: none;
}
.hdbox .hdlink {
	display: table-cell;
}
.hdbox .hdlink a {
	display:inline-block;
	width:60px;
}
.hdbox .hdlink a + a {
	margin-left:2px;
}
}

/* contents
----------------------------------------------- */
.inner {
	width:1000px;
	margin:0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 767px) {
.inner {
	width:100%;
	padding:0 10px;
}
}

.hdL {
	font-size:50px;
	text-align:center;
	position:relative;
	line-height:1.2;
	padding:30px 0;
	font-weight:bold;
}
.hdL span {
	display:block;
	font-size:18px;
}
.hdL01 {
	color:#fff;
	background:#02004b;
}
.hdL01:before {
	background:url(../images/common/ico_arrow01.png) 0 0 no-repeat;
	width:72px;
	height:35px;
	top:100%;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	content:"";
	z-index:5;
	position:absolute;
}
.hdL02 {
	background:#fff497;
}
.hdL02:before {
	background:url(../images/common/ico_arrow02.png) 0 0 no-repeat;
	width:72px;
	height:35px;
	top:100%;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	content:"";
	z-index:5;
	position:absolute;
}
.hdL03 {
	color:#fff;
	background:#373737;
}
.hdL03:before {
	background:url(../images/common/ico_arrow03.png) 0 0 no-repeat;
	width:72px;
	height:35px;
	top:100%;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	content:"";
	z-index:5;
	position:absolute;
}
.hdL04 {
	color:#fff;
	background:#00b900;
}
.hdL04:before {
	background:url(../images/common/ico_arrow06.png) 0 0 no-repeat;
	width:72px;
	height:35px;
	top:100%;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	content:"";
	z-index:5;
	position:absolute;
}
@media (max-width: 767px) {
.hdL {
	font-size:25px;
	padding:15px 10px;
}
.hdL span {
	display:none;
}
.hdL01:before {
	background:url(../images/common/ico_arrow01.png) 0 0 no-repeat;
	background-size:100%;
	width:36px;
	height:17px;
}
.hdL02:before {
	background:url(../images/common/ico_arrow02.png) 0 0 no-repeat;
	background-size:100%;
	width:36px;
	height:17px;
}
.hdL03:before {
	background:url(../images/common/ico_arrow03.png) 0 0 no-repeat;
	background-size:100%;
	width:36px;
	height:17px;
}
.hdL04:before {
	background:url(../images/common/ico_arrow06.png) 0 0 no-repeat;
	background-size:100%;
	width:36px;
	height:17px;
}
}



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

#footer {
	padding:50px 0 80px;
	background:#02004b;
	text-align:center;
}
.ftinner {
	width:1000px;
	margin:0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#copyright {
	font-size:14px;
	color:#d2d2d2;
	margin:25px 0 0;
}
.pageTop {
	position: fixed;
	right:10px;
	bottom:18%;
	z-index:9;
	display:none;
}
@media (max-width: 767px) {
#footer {
	padding:30px 0 16%;
}
.ftinner {
	width:100%;
	padding:0 10px;
}
#copyright {
	font-size:12px;
	margin:15px 0 0;
}
.pageTop {
	width:50px;
}
}


.pagelink01 {
	position:fixed;
	right:0;
	top:10%;
	z-index:9;
	display:none;
}

.pagelink02 {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:9;
	background:#fff;
	text-align:center;
	padding:10px;
	display:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.pagelink02 img {
	vertical-align:middle;
	display:inline-block;
	width:32%;
	margin:0 2px;
}


.errorMesse {
	font-size:12px;
	color:#F00;
}




@media (max-width: 767px) {

}
