@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;*/
}
#toggle,#toggle2,#toggle-line,#toggle-line2,.menu {
    display: none;
}
.menu {
    position: absolute;
    /*visibility: hidden;*/
	display: none;
    /*opacity: 0;*/
    top: 122px;
    right: 112px;
    list-style: none;
	background: #fff;
	text-align: left;
	width: 250px;
    padding: 5px 10px;
	background: #eee;
	margin: 5px 0;
}
.menu.menu_line {
	top: 122px;
	right: 129px;
	width: 103px;
}
#menu .item {
	pointer-events: none;
}
#toggle:checked + #menu,
#toggle-line:checked + #menu-line {
	display: block;
}
@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 label,
.hdbox .hdlink a {
	display:inline-block;
	width:60px;
}
.hdbox .hdlink #menu li a {
	width:100%;
}
.hdbox .hdlink a + a {
	margin-left:2px;
}
.animation {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
#menu .item {
	pointer-events: auto;
}
.menu {
    position: absolute;
    /*visibility: hidden;*/
	display: none;
    /*opacity: 0;*/
    top: 60px;
	right: 0;
    list-style: none;
	background: #fff;
	text-align: left;
	width: 220px;
    padding: 5px 10px;
	background: #eee;
}
.menu.menu_f {
	top: auto;
	bottom: 70px;
	right: 0;
	width: 220px;
	background: #eee;
}
.menu.menu_line {
	top: auto;
	top: 60px;
	right: 0;
	width: 100px;
	background: #eee;
}
.menu.menu_line_f {
	top: auto;
	bottom: 70px;
	right: 0;
	width: 100px;
	background: #eee;
}
.menu.menu_line a {
	width: 100%;
}
#toggle:checked + #menu,
#toggle2:checked + #menu,
#toggle-line:checked + #menu-line,
#toggle-line2:checked + #menu-line {
	display: block;
}
#toggle-line2 + #menu-line li,
#toggle2 + #menu li {
	width: 100%;
}
#toggle2 + #menu a,
#toggle-line2 + #menu-line a {
	background: #eee;
	color: #02004b;
	text-align: left;
}
}

/* 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;
}
#fixed_menu {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    /*position: fixed;
    bottom: 22px;
    z-index: 99999;*/
    transition: .3s;
    /*opacity: 0;
    visibility: hidden;*/
}
#fixed_menu.active {
    opacity: 1;
    visibility: visible;
}
#fixed_menu li {
    width: 33.33333%;
}
#fixed_menu li a {
    display: block;
    padding: 7px 0;
    text-align: center;
}
#fixed_menu li:first-child a {
    background: #181753;
}
/*#fixed_menu li:nth-child(2) a {
    background: #47b749;
}*/
#fixed_menu label[for="toggle2"] {
	display: block;
    background: #44c6ac;
	padding: 7px 0;
    text-align: center;
}
#fixed_menu label[for="toggle-line2"] {
	display: block;
    background: #47b749;
	padding: 7px 0;
    text-align: center;
}
#fixed_menu li img {
    width: 50px;
    height: auto;
}
}


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

.pagelink02 {
	position: fixed;
	left:0;
    bottom: 0;
    z-index: 99999;
	width:100%;
	z-index:9;
	background: #eee;
	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 p {
	font-size: 12px;
	margin: 5px 0;
}
.pagelink02 img {
	vertical-align:middle;
	display:inline-block;
	/*width:32%;*/
	width:64%;
	margin:0 2px;
}


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




@media (max-width: 767px) {

}
