@charset "UTF-8";
/* CSS Document */
BODY {
	min-width: 100%;
	font-family: "Helvetica Neue", HelveticaNeue, "Segoe UI", Arial, "Noto Sans CJK JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight: 500;
	min-width: 1200px;

}
#globalNavi.fixed {
    position: fixed;
    width: 100%;
    z-index: 10000;
    -webkit-animation: head_anime 0.5s linear 1;
    animation: head_anime 0.5s linear 1;
	background-color: #fff;
}
.fixed {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    z-index: 10000;
}





img {
	width: 100%;
}

h2.entry-title {
	display: none;
}
h1.entry-title {
	display: none;
}
.edit-link {
	display: none;
}
.scroll {
    opacity : 0;
    transform : translate(0, 100px);
    transition : all 1000ms;
}
.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
p {
	font-size: 15px;
	color: #555;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	text-align: justify;
	padding: 0 0 15px 0;
}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

header {
	width: 100%;
	height: auto;
}

nav {
	width: 685px;
	float: right;
	height: 80px;
}
ul.luxbar-navigation {
	font-size: 0;
}
ul.luxbar-navigation li {
	text-indent: -99999px;
}
ul.luxbar-navigation li.luxbar-header a {
	display: block;
	width: 168px;
	height: 62px;
	padding: 0 0 0 0;
	margin: 4px 0 0 50px;
	background: url(../img/anvil.png) 0 0 no-repeat;
	background-size: contain;
}
ul.luxbar-navigation li.m1 a {
	display: block;
	width: 90px;
	height: 28px;
	padding: 0 0 0 0;
	margin: 26px 20px 0 20px;
	background: url(../img/navi-1_off.png) 0 0 no-repeat;
	background-size: contain;
	-webkit-transition: all .3s;
  transition: all .3s;
}
ul.luxbar-navigation li.m1 a:hover {
	display: block;
	width: 90px;
	height: 28px;
	padding: 0 0 0 0;
	margin: 26px 20px 0 20px;
	background: url(../img/navi-1_on.png) 0 0 no-repeat;
	background-size: contain;
	background-color: #fff;
	-webkit-transition: all .3s;
  transition: all .3s;
}
ul.luxbar-navigation li.m2 a {
	display: block;
	width: 90px;
	height: 28px;
	padding: 0 0 0 0;
	margin: 26px 20px 0 20px;
	background: url(../img/navi-2_off.png) 0 0 no-repeat;
	background-size: contain;
	-webkit-transition: all .3s;
  transition: all .3s;
}
ul.luxbar-navigation li.m2 a:hover {
	display: block;
	width: 90px;
	height: 28px;
	padding: 0 0 0 0;
	margin: 26px 20px 0 20px;
	background: url(../img/navi-2_on.png) 0 0 no-repeat;
	background-size: contain;
	background-color: #fff;
	-webkit-transition: all .3s;
  transition: all .3s;
}
ul.luxbar-navigation li.m3 a {
	display: block;
	width: 90px;
	height: 28px;
	padding: 0 0 0 0;
	margin: 26px 20px 0 20px;
	background: url(../img/navi-3_off.png) 0 0 no-repeat;
	background-size: contain;
	-webkit-transition: all .3s;
  transition: all .3s;
}
ul.luxbar-navigation li.m3 a:hover {
	display: block;
	width: 90px;
	height: 28px;
	padding: 0 0 0 0;
	margin: 26px 20px 0 20px;
	background: url(../img/navi-3_on.png) 0 0 no-repeat;
	background-size: contain;
	background-color: #fff;
	-webkit-transition: all .3s;
  transition: all .3s;
}
ul.luxbar-navigation li.m4 a {
	display: block;
	width: 90px;
	height: 28px;
	padding: 0 0 0 0;
	margin: 26px 20px 0 20px;
	background: url(../img/navi-4_off.png) 0 0 no-repeat;
	background-size: contain;
	-webkit-transition: all .3s;
  transition: all .3s;
}
ul.luxbar-navigation li.m4 a:hover {
	display: block;
	width: 90px;
	height: 28px;
	padding: 0 0 0 0;
	margin: 26px 20px 0 20px;
	background: url(../img/navi-4_on.png) 0 0 no-repeat;
	background-size: contain;
	background-color: #fff;
	-webkit-transition: all .3s;
  transition: all .3s;
}
ul.luxbar-navigation li.m5 a {
	display: block;
	width: 165px;
	height: 80px;
	padding: 0;
	background: url(../img/navi-5_off.png) 0 0 no-repeat;
	background-size: cover;
	-webkit-transition: all .3s;
  transition: all .3s;
}
ul.luxbar-navigation li.m5 a:hover {
	display: block;
	width: 165px;
	height: 80px;
	padding: 0;
	background: url(../img/navi-5_on.png) 0 0 no-repeat;
	background-size: cover;
	background-color: #fff;
	-webkit-transition: all .3s;
  transition: all .3s;
}





















footer {
	background-color: #00978F;
	width: 100%;
	padding:  60px 0;
	margin: 0 0 0 0;
	position: relative;
}
#footlogo {
	width: 168px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

p.copy {
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
}
#footmenu {
	margin: 40px 0;
}
#footmenu  ul {
	text-align: center;
}
#footmenu li {
	font-size: 13px;
	display: inline-block;
	padding: 0 10px 10px 10px;
}
#footmenu li a {
	color: #fff;
	text-decoration: none;
}
#footmenu li a:hover {
	color: #ffd600;
	text-decoration: none;
}

#page-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
	text-indent: -99999px;
}
#page-top a {
	display: block;
	background-image: url(../img/pt-off.png);
	width: 80px;
	height: 80px;
	padding: 0 0 0 0;
	margin: 0;
}
#page-top a:hover {
	background-image: url(../img/pt-on.png);
	display: block;
	width: 80px;
	height: 80px;
	padding: 0 0 0 0;
	margin: 0;
}
.pc {
	display: block;
}
.sp {
	display: none;
}




.entry-utility {
	display: none;
}
#comments {
	display: none;
}





/*スマホ==========================================================================================================*/
@media screen and (max-width: 480px) {
BODY {
	min-width: 100%;
}

#globalNavi {
	background: #fff;
	height: 50px;
}	
	
	ul.luxbar-navigation li.luxbar-header a {
	display: block;
		position: fixed;
		top: 5px;
		left: 5%;
	width: 100%;
	height: 40px;
	padding: 0;
		margin: 0 auto;
	background: url(../img/anvil.png) 0 0 no-repeat;
		background-size: contain;
}
ul.luxbar-navigation li {
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #666;
	height: 50px;
}
ul.luxbar-navigation li.m1 a {
	display: block;
	background: #333;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-indent: 0;
	margin: 0;
}
ul.luxbar-navigation li.m1 a:hover {
	display: block;
	background: #d90000;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	margin: 0;
}
ul.luxbar-navigation li.m2 a {
	display: block;
	background: #333;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-indent: 0;
	margin: 0;
}
ul.luxbar-navigation li.m2 a:hover {
	display: block;
	background: #d90000;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	margin: 0;
}
	ul.luxbar-navigation li.m3 a {
	display: block;
	background: #333;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-indent: 0;
		margin: 0;
}
ul.luxbar-navigation li.m3 a:hover {
	display: block;
	background: #d90000;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	margin: 0;
}
	ul.luxbar-navigation li.m4 a {
	display: block;
	background: #333;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-indent: 0;
		margin: 0;
}
ul.luxbar-navigation li.m4 a:hover {
	display: block;
	background: #d90000;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	margin: 0;
}
	ul.luxbar-navigation li.m5 a {
	display: block;
	background: #333;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-indent: 0;
		margin: 0;
}
ul.luxbar-navigation li.m5 a:hover {
	display: block;
	background: #d90000;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	margin: 0;
}

	.luxbar-item {
	height: 50px
}
.luxbar-item a {
	padding: 0;
	display: block;
		height: 50px;
}
.luxbar-item a:hover {
	padding: 0;
	display: block;
		height: 50px;
}
	
.pc {
	display: none;
}
.sp {
	display: block;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-indent: -99999px;
}
#page-top a {
	display: block;
	background-image: url(../img/pt-off.png);
	background-size: contain;
	width: 40px;
	height: 40px;
	padding: 0 0 0 0;
	margin: 0;
}
#page-top a:hover {
	background-image: url(../img/pt-on.png);
	background-size: contain;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0 0 0 0;
	margin: 0;
}
	
	
}
