@charset "UTF-8";
/*
Theme Name:webya_2column_left_1-1
Theme URI:http://wp-blogsite.com/
Description:CNZEFufUCe[}
Author:webya
Author URI:http://wp-blogsite.com/
*/
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu-container {
  width: 160px;
  background: white;
  position: fixed;
  height: 100%;
  z-index: 10;
  border-right: solid 1px #cccccc;
}

.menu-container .menu {
  height: 100%;
}

.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
}

.menu > ul > li {
  background: white;
  padding: 0;
  margin: 0;
  height: 80px;
  text-align: center;
  border-bottom: solid 1px #ccc;
  width: 160px;
  box-sizing: border-box;
  overflow: hidden;
}

.menu > ul > li.hover {
  background: #c5edc3 !important;
}

.menu > ul > li a.active {
  background-color: #c5edc4;
}

.menu > ul > li a {
  text-decoration: none;
  padding: 15px 10px 10px;
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.menu > ul > li:hover {
  background: #f5f5f5;
}

.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #f5f5f5;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 100%;
  top: 0;
  bottom: 0;
  list-style: none;
  box-sizing: border-box;
}

.menu > ul > li > ul:before, .menu > ul > li > ul:after {
  content: "";
  display: table;
}

.menu > ul > li > ul:after {
  clear: both;
}

.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}

.menu > ul > li > ul > li a {
  color: #222;
  padding: .2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before, .menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}

.menu > ul > li > ul > li > ul:after {
  clear: both;
}

.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
  border: 0;
}

.menu > ul > li > ul.min-sub li a {
  font-size: 18px !important;
}

.menu > ul > li > ul.normal-sub {
  width: 380px;
  padding: 10px 20px;
  box-shadow: 10px 0px 25px rgba(0, 0, 0, 0.2);
}

.menu > ul > li > ul.normal-sub > li {
  width: 100%;
  border-bottom: solid 1px #dddddd;
  padding: 5px 0;
}

.menu > ul > li > ul.normal-sub > li:first-child {
  padding-top: 10px;
  margin: 0;
  vertical-align: top;
  border: none;
}

.menu > ul > li > ul.normal-sub > li:first-child img {
	width: 100%;
  vertical-align: bottom;
}

.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 10px;
  text-align: left;
  font-size: 24px;
  line-height: 1.4;
}

.menu > ul > li > ul.normal-sub > li a:hover {
  background-color: #e0e7df;
}

.menu > ul > li > ul.normal-sub > li a span {
  font-size: 13px;
  display: block;
}

.menu > ul > li #side_topics li:first-child {
  border-bottom: solid 1px #dddddd !important;
}

ul#side_topics li a {
  font-size: 16px;
}

ul#side_topics li a span {
  font-weight: normal;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
logo
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu .header_logo {
  text-align: center;
  width: 160px;
  height: 160px;
  background-color: #256920;
  font-size: 18px;
  color: white;
}

.menu .header_logo a {
  color: white;
  display: block;
  height: 100%;
  letter-spacing: 2px;
  line-height: 1.4;
  /* font-family: "游明朝体", "Yu Mincho", YuMincho; */
}

.menu .header_logo a span.icon {
  font-size: 46px;
  display: block;
  padding-bottom: 10px;
  padding-top: 30px;
}

.menu .header_logo a:hover {
  background-color: #256920;
}

.menu ul li span.icon {
  font-size: 25px;
  color: #256920;
  display: block;
  padding-bottom: 5px;
}

#left-to-right li a {
  padding: 10px 15px;
  font-weight: bold;
}

#left-to-right li a span {
  font-size: 18px;
  padding-right: 5px;
}

#left-to-right li a span.icon-facebook {
  color: #305097;
}

#left-to-right li a span.icon-twitter {
  color: #000;
}

#left-to-right li a span.icon-pocket {
  color: #d3505a;
}

#left-to-right li a span.icon-hatebu {
  color: #008fde;
}

#sp_share, #footer_sp_fixed {
  display: none;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 768px) {
  .lock .menu-container {
    position: fixed;
    height: 100%;
    background-color: #63c65e;
    overflow-y: scroll;
  }
  .lock #footer_sp_fixed {
    display: block;
  }
  .br-sp {
    display: none;
  }
  .menu-container {
    width: 100%;
    background: none;
    height: auto;
    position: absolute;
    border-right: none;
  }
  .menu-container .menu {
    width: auto;
  }
  .menu-mobile {
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background-color: #63c65e;
    text-align: center;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .menu-mobile:hover {
    background-color: inherit;
  }
  .menu {
    background-color: #63c65e;
  }
  .menu .header_logo {
    height: 60px;
    width: 100%;
    text-align: left;
    position: relative;
  }
  .menu .header_logo a {
    line-height: 60px;
    box-sizing: border-box;
    font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  }
  .menu .header_logo a span.icon {
    font-size: 30px;
    display: inline-block;
    padding: 0;
    float: left;
    padding: 0px 10px 0 15px;
    line-height: 60px;
    box-sizing: border-box;
  }
  .menu .header_logo a span.sp_logotxt {
    display: inline-block;
    clear: both;
    font-weight: 600;
  }
  .menu > ul {
    display: none;
    margin-top: 30px;
    width: 90%;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
    height: auto;
    text-align: left;
    border-bottom: solid 1px #63c65e;
  }
  .menu > ul > li span.icon {
    display: inline-block;
    padding-bottom: 0;
    float: left;
  }
  .menu > ul > li span.sp_gmenutxt {
    display: inline-block;
    clear: both;
    padding-left: 20px;
  }
  .menu > ul > li a {
    padding: 13px 0px 14px 20px;
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  .menu > ul > li > ul {
    position: relative;
    left: 0;
    width: 90%;
    margin-top: 30px;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
    position: inherit;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
    width: 90%;
    margin-top: 30px;
    min-height: 450px;
  }
  #sp_share {
    display: block;
  }
  #sp_share #fade-in2 {
    cursor: pointer;
    margin: 0;
    padding: 0;
  }
  #sp_share #fade-in2 li {
    display: block;
    margin-bottom: 0;
  }
  #sp_share #fade-in2 li p {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 60px;
    background-color: #383838;
    text-align: center;
    color: white;
    font-size: 12px;
  }
  #sp_share #fade-in2 li p span {
    color: white;
    padding-top: 10px;
    padding-bottom: 2px;
  }
  #sp_share #fade-in2 li.active #sp_sharelist, #sp_share #sp_sharelist {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #383838;
    text-align: center;
    height: 50px;
  }
  #sp_share #fade-in2 li.active #sp_sharelist li, #sp_share #sp_sharelist li {
    display: inline-block;
    width: 15%;
    box-sizing: border-box;
    text-align: center;
  }
  #sp_share #fade-in2 li.active #sp_sharelist li a span, #sp_share #sp_sharelist li a span {
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    font-size: 20px;
  }
  #sp_share #sp_sharelist {
    display: none;
    height: 50px;
  }
  #footer_sp_fixed {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  #footer_sp_fixed ul {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #footer_sp_fixed ul li {
    display: table-cell;
    width: 50%;
    text-align: center;
    background-color: #256920;
  }
  #footer_sp_fixed ul li:first-child {
    border-right: solid 1px white;
  }
  #footer_sp_fixed ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: white;
    box-sizing: border-box;
    padding: 10px;
    font-weight: 600;
    height: 80px;
  }
  #footer_sp_fixed ul li a:hover {
    background-color: inherit;
  }
  #footer_sp_fixed ul li a span.icon {
    font-size: 30px;
    display: block;
    color: white;
    padding-bottom: 5px;
  }
  #footer_sp_fixed ul li a span.icon:before {
    color: white;
  }
  #footer_sp_fixed ul li a span.phonetxt {
    font-size: 18px;
    padding-top: 2px;
    display: inline-block;
  }
  div.sp_menubtn {
    width: 60px;
    height: 60px;
    cursor: pointer;
    overflow: hidden;
    z-index: 9999;
  }
  div.sp_menubtn:after {
    content: "MENU";
    color: white;
    line-height: 95px;
  }
  .sp_menubtn .menu1 {
    width: 30px;
    height: 4px;
    top: 12px;
    right: 14px;
    position: absolute;
    background-image: url(../images/svg_menubar.svg);
  }
  .sp_menubtn .menu2 {
    width: 30px;
    height: 4px;
    right: 14px;
    top: 21px;
    position: absolute;
    background-image: url(../images/svg_menubar.svg);
  }
  .sp_menubtn .menu3 {
    width: 30px;
    height: 4px;
    right: 14px;
    top: 30px;
    position: absolute;
    background-image: url(../images/svg_menubar.svg);
  }
  .sp_menubtn .menu1, .sp_menubtn .menu2, .sp_menubtn .menu3 {
    transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    /* Opera */
    -moz-transition: all 0.4s ease-out;
    /* Firefox */
    -webkit-transition: all 0.4s ease-out;
    /* GoogleChrome, Safari */
    -ms-transition: all 0.4s ease-out;
    /* IE */
  }
  .sp_menubtn .menuclick1 {
    top: 21px;
    /*405*/
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    background-color: white;
  }
  .sp_menubtn .menuclick2 {
    background-color: rgba(255, 255, 255, 0);
    background: none;
  }
  .sp_menubtn .menuclick3 {
    top: 21px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
    background-color: white;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
20171115EDI追加
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#header_edi {
  background: linear-gradient(120deg, #268e21 0%, #268e21 50%, #21801d 50%, #21801d 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  width: 145px;
  z-index: 4;
}

#header_edi span {
  color: white;
}

#header_edi span.icon {
  font-size: 22px;
  padding-right: 5px;
}

#header_edi span.icon:before {
  color: white;
}

#header_edi span.txt {
  font-size: 15px;
}

#content ul.dropmenu {
  right: 145px;
}

#footer_bg #footer_menu {
  position: relative;
}

#footer_bg #footer_menu ul.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  margin-bottom: 0;
  width: 70%;
	font-size: 14px;
	margin-top: 1.5em;
}

#footer_bg #footer_menu ul.footer-menu li {
  display: inline-block;
  margin-bottom: 10px;
}

#footer_bg #footer_menu a#footer_edi-banner {
  position: absolute;
  top: 0px;
  right: 25px;
  max-width: 270px;
}

#footer_bg #footer_menu a#footer_edi-banner:hover {
  background-color: inherit;
}

#footer_bg #footer_menu a#footer_edi-banner img {
  width: 100%;
}

#footer_bg #footer_bottom {
  display: block;
  padding: 15px 20px 25px 30px;
}

#footer_bg #footer_bottom .f_bottom_left {
  display: block;
  margin-bottom: 10px;
}

#footer_bg #footer_bottom .f_bottom_right {
  display: block;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  #header_edi {
    display: none;
  }
  .menu .show-on-mobile{
    height: calc(100vh - 70px);
  }
  #footer_bg #footer_bottom{
    padding: 20px;
  }
  #footer_bg #footer_bottom #footer_edi-banner {
    display: none;
  }
  #footer_bg #footer_sp ul li, .menu-container #footer_sp_fixed ul li {
    vertical-align: bottom;
    width: calc(100% / 3);
  }
  #footer_bg #footer_sp ul li:last-child, .menu-container #footer_sp_fixed ul li:last-child {
    border-left: solid 1px white;
  }
  #footer_sp_fixed ul li a,#footer_bg #footer_sp ul li a,#footer_sp_fixed ul li a span.phonetxt{
    font-size: 12px;
  }
  #footer_bg #footer_bottom .f_bottom_left{
    margin-bottom: 0;
  }
  #footer_bg #footer_bottom .f_bottom_right{
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-height: 900px) {
  .menu-container .menu .header_logo {
    height: 135px;
  }
  .menu-container .menu .header_logo a span.icon {
    padding-top: 20px;
  }
  .menu-container .menu ul li {
    height: auto;
  }
  .menu-container .menu ul li span.icon {
    display: none;
  }
}


.nav-edi_login a {
	width: 100%!important;
	display: block;
  font-size: 24px;
  text-align: center!important;
  background-color: #256920;
  padding: 22px!important;
	color: #fff!important;
	box-sizing: border-box;
}

.nav-edi_login a:hover {
	background-color: #256920 !important;
}
