@charset "UTF-8";
/* reset
------------------------------ */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li, sub, sup, i, small, address, time, fieldset, form, label, legend, hr, table, caption, tbody, tfoot, thead, tr, th, td, header, footer, nav, section, article, aside, figure, figcaption, canvas, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}
ul, ol, li {
	list-style: none;
}
p, ul, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	outline: none;
}
strong {
	color: #222;
}
a {
	color: #222;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a img:hover {
	opacity: 0.8;
}
.pc-dN {
	display: none !important;
}
table {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table tr:nth-child(odd){
	background-color:#eee;
}
table th {
    width: 27%;
    text-align: left;
    padding: 10px 10px 10px 15px;
}
table td {
	padding:10px 15px 10px 0;	
}
/* pc-sp
---------------------------------------- */
.forPC {
	display: none;

}
.forSP {
}
/* common
------------------------------ */
body {
	color: #222;
	font-family: 'Arial','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size:0.9em;
	-webkit-text-size-adjust: 100%;
}
.inner {
	width: 96vw;
	margin-left: auto;
    margin-right: auto;
}
.underlayer{
	width:96vw;
	margin-left: auto;
    margin-right: auto;
}
main {
	display:block;
	margin-top:24%;
}
img {
	vertical-align: bottom;
	border: none;
	max-width: 100%;
	height: auto;
}

h1, h2, h3, h4,h5, #sidebar, .head-block, .catch {
	font-family: 'Verdana','メイリオ', Meiryo,sans-serif;
}
h1{
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 0.15em;
    margin-bottom: 5%;
    border-left: none;
}
h1 span{
    font-size: 0.45em;
    font-weight: normal;
    color: #4d4d4d;
    letter-spacing: 0.3em;
    line-height: 1.5em;
    display: block;
}
h2 {
    font-size: 1.3em;
    font-weight: bold;
    border-left: 3px solid #96e181;
    margin-bottom: 5%;
    padding-left:2%;
    line-height: 1.3em;
}
h3{
    font-size: 1.15em;
    font-weight:bold;
    line-height: 1.3em;
    margin-bottom: 1%;
}
h4{
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 1%;
    letter-spacing: 0.05em;
}
p{
    line-height: 1.7em;
}
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    background: #fff;
    z-index: 10;
    border-bottom: solid 1px #999;
}
header #head-logo{
	float: left;
    margin-right: 12px;
}
header #head-logo img{
	height:50px;
	width:auto;
}

header nav{
    float: left;
}
#site-nav ul.mainmenu{
}
#site-nav ul.mainmenu li{
	display: inline-block;
	color: #222;
}
#site-nav ul.mainmenu li:hover, #site-nav ul.mainmenu li a:hover{
	color:#fa7300;
}
#site-nav ul.mainmenu .par{
    display: block;
    height: 60px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 19px 7px;
    box-sizing: border-box;
}

#site-nav div .child-nav{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
}
#site-nav div .child-nav ul{
}
#site-nav div .child-nav ul li{
    display: inline-block;
    padding: 22px 0 22px 20px;
}
#site-nav div .child-nav ul li:first-child{
    padding: 22px 0;
}
#site-nav .mainmenu .area-nav ul{
    background: rgba(34,34,34, 0.8);
	text-align:center;
	display:none;
}
#site-nav .mainmenu .area-nav:hover ul{
	display:block;
}
#site-nav div.child-nav>.inner>ul>li{
}
#site-nav ul.mainmenu li.area-nav a{
    font-weight: bold;
    line-height: unset;
    color: #fff
}
#site-nav ul.mainmenu li.area-nav a:hover{
	color:#b2b2b2;
}
header .head-box{
	float:right;
}
header .head-box #fontsize,header .head-box #bgcolor,header .head-box .head-mail{
    text-align: center;
	overflow:hidden;
	height:60px;
	float: right;
	padding-top:8px;
	box-sizing:border-box;
}
header .head-box #fontsize{
	 background: #222;
}
header .head-box #fontsize ul{
	margin:3px 17px 0;
}
header .head-box #fontsize ul li{
	display: inline-block;
}
header .head-box #fontsize ul li:first-child{
	padding-top:2px;
}
header .head-box #bgcolor ul{
	overflow:hidden;
	margin-top:6px;
}
header .head-box #bgcolor ul li{
	float:left;
	width:27px;
	height:30px;
	margin-right:1px;
	cursor:pointer;
}
header .head-box #bgcolor ul li:first-child{
	background-color:#fff;
}
header .head-box #bgcolor ul li:nth-child(2){
	background-color:#0000ff;
}
header .head-box #bgcolor ul li:last-child{
	background-color:#222;
	margin-right:0;
}
header .head-box .head-mail{
	padding-top:0;
}
header .head-box .head-mail a{
    background: #ffc500;
	padding:19px 25px;
	display:block;
}
header .head-box .head-mail img{
}
.button {
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    border: 2px solid #222;
    padding: 9px 0;
    width: 99%;
}
.button:hover {
}
.button::before,
.button::after {
}
.button,
.button::before,
.button::after {
}
.button::after {
}
.button:hover::after {
}
.button span{
}
.button span:after{
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 13px;
    right: 7px;
    background-image: url(../../../../assets/img/sp/sp-btn-arrow.png);
    background-repeat: no-repeat;
    margin: auto;
}
.btn-area{
	text-align:center;
}
section{
	margin-bottom:15%;
}

/* common-parts
------------------------------ */
.block-lead{
	margin-bottom:10%;
}
.block-lead .block-box-r{
}
.block-lead .block-box-l{
}
.block-lead .r-img{
	margin-bottom:5%;
}
.block-lead .l-img{
	margin-bottom:5%;
}

.block-lead .block-img{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.block-lead .catch{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 3%;
}
.block-lead .txt{
	margin-bottom:8%;
}
#breadcrumb {
    background: #eee;
    padding: 6px 0;
	font-size:0.92em;
}
#breadcrumb li{
    display:inline;
    list-style: none;
	position:relative;
	margin-right:5px;
	color: #000;
	line-height: 1.3;
}
#breadcrumb li a {
    text-decoration: none;
    color: #222;
	padding-right:10px;
}
#breadcrumb li a:after{
    content: '';
	width: 5px;
    height: 5px;
    position: absolute;
    top:4px;
    bottom: 0;
    right: 0;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#breadcrumb li a:hover {
    text-decoration: underline;
}
.wp-pagenavi{
    clear: both;
    text-align: center;
    margin-bottom: 15%;
}
.wp-pagenavi .current{
	border-color: #ffc500;
    background: #ffc500;
    color: #222;
}
.wp-pagenavi a,
.wp-pagenavi span{
    display: inline-block;
    width: 20px;
    line-height: 23px;
}
/* sp_toggle
---------------------------------------- */
.nav-box {
	float: right;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	background: #ffc500;
	color: #fff;
	cursor: pointer;
}
.nav-box.active {
	background: #222;
}
  .sp-navbox,
  .sp-navbox span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .sp-navbox {
    z-index: 20;
    position: relative;
    width: 50px;
    height: 50px;
  }
  .sp-navbox span {
    position: absolute;
    left: 11px;
    width: 60%;
    height: 2px;
    background-color: #fff;
    border-radius: 3px;
  }
  .sp-navbox span:nth-of-type(1) {
    top: 16px;
  }
  .sp-navbox span:nth-of-type(2) {
    top: 25px;
  }
  .sp-navbox span:nth-of-type(3) {
   bottom: 14px;
  }
  .nav-box.active .sp-navbox span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .nav-box.active .sp-navbox span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-box.active .sp-navbox span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }#sp-head .sp-navbox p {
	text-align: center;
	font-size: 7px;
	margin-bottom: 0;
	line-height: 1;
}
.sp-navbox .close {
	display: none;
}
.nav_open .sp-navbox .menu {
	display: none;
}
.nav_open .sp-navbox .close {
	display: block;
}
.sp-site-nav{
	transition: all 0.4s;
}
.sp-site-nav.open {
  /*display: block;*/
  opacity: 1;
  visibility: visible;
}
.sp-site-nav.close {
  /*display: none;*/
}
.sp-site-nav{
    position: fixed;
    left: 0;
    top: 50px;
    z-index: 10;
    background-color: #222;
    width: 100%;
    height: 100%;
    /*display:none;*/
    opacity: 0;
    visibility: hidden;
    overflow: scroll;
}
.sp-site-nav .mainmenu{
	text-align:center;
}
.sp-site-nav ul li a{
	color:#fff;
	font-weight:bold;
}
.sp-site-nav .mainmenu li{
	margin:13%;
}
.sp-site-nav .subemenu{
    text-align:center;
    padding-bottom: 120px;
    margin-bottom: -120px;
}
.sp-site-nav .subemenu li{
	display:inline-block;
}
.sp-site-nav .subemenu li:first-child{
	margin-right:5%;
}


/* footer
------------------------------ */
footer {
	background-color:#222;
	color:#fff;
}
footer .foot-info{
	background:url(../../../../assets/img/bg_footer.png) left top repeat-y,url(../../../../assets/img/bg_footer.png) right top repeat-y;
	text-align:center;
	padding: 38px 0 40px;
	border-bottom: solid 1px #4d4d4d;
}
footer .foot-info .ttl{
    font-size: 1.3em;
    letter-spacing: 0.08em;
    line-height: 1.2em;
    margin-bottom: 3%;
    font-weight: bold;
}
footer .foot-info .ttl span{
	font-size: 0.45em;
    color: #999;
	font-weight:normal;
}
footer .contact ul li{
	display:inline-block;
}
footer .contact ul li:first-child{
	margin-bottom: 3%;
}
footer .contact ul li:last-child{
	font-size: 0.85em;
}
footer .foot-info address,footer .foot-info .contact{
	margin-bottom:15px;	
	font-style: inherit;
}
footer .foot-info .foot-ban{
	font-size: 0.85em;
    color: #999;
}
footer .foot-bottom{
    overflow: hidden;
    padding: 18px 0 10px;
	text-align:center;
}
footer .foot-bottom .foot-nav{
	display:inline-block;
	font-size: 0.92em;
	margin-bottom:3%;
}
footer .foot-bottom .foot-nav a{
	color:#fff;
}
footer .foot-bottom .foot-nav li{
	display: inline-block;
    margin-right: 12px;
	font-size: 0.9em;
}
footer .foot-bottom .foot-nav li:first-child{
	border-right: solid 1px;
    padding-right: 17px;
}
footer .foot-bottom #copyright{
	font-size:0.75em;
	color:#999;
}
footer #totop{
    position: fixed;
    bottom: 4%;
    right: 4%;
    width: 50px;
    height: auto;
}
