@charset "UTF-8";
/* CSS Document */


/* ~~ FontAwesome ~~ */
@import url('https://use.fontawesome.com/releases/v5.6.1/css/all.css');


/* ~~ フレックスボックス ~~ */
.flex {
-js-display: flex;
display: flex;
flex-wrap: wrap;
}
.jc-flex-start {justify-content: flex-start;}
.jc-flex-end {justify-content: flex-end;}
.jc-flex-center {justify-content: center;}
.jc-space-between {justify-content: space-between;}
.jc-space-around {justify-content: space-around;}
.ai-center {align-items: center;}

/* ~~ クリア ~~ */
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
content: " ";
display: table;}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
clear: both;}

*:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}

/* ~~ PC・SP表示切替 ~~ */
.sp {display: none;}
@media screen and (max-width: 768px) {
.pc {display: none;}
.sp {display: block;}
}

/* ~~ ヘッダ ~~ */
#header.header-wrap.container1000 {
position: relative;
width: 1000px;
margin: 10px auto 0px auto;
padding-bottom: 6px;
}
@media screen and (max-width: 768px) {
#header.header-wrap.container1000 {
width: 100%;
}
}

#logo {
position: relative;
float: left;
font-size: 36px;
line-height: 100%;
}

#logo img, #primary-menu, #primary-menu ul, #primary-menu ul li {
-webkit-transition: height .4s ease, opacity .3s ease;
-o-transition: height .4s ease, opacity .3s ease;
transition: height .4s ease, opacity .3s ease;
}

#logo img {
display: block;
max-width: 100%;
padding: 0px 0px;
margin-right: 20px;
}
@media screen and (max-width: 768px) {
#logo img {
width: 189px;
height: 53px;
margin-left: 10px;
}
}

#header-menu-wrap {
height: 70px;
position: absolute;
left: 240px;

flex-grow: 1;
}

#primary-menu {
vertical-align: top;
display: inline-flex;
height: 100%;
width: 100%;
padding-top: 5px;
}

#primary-menu ul {
list-style: none;
width: 100%;
height: 60px;
margin: 0;
padding-left: 0;
position: relative;
z-index:5;
}

#primary-menu ul li.menu-parent {
-js-display: flex;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: relative;
padding:0px 10px;
background-color: #FFF;
}

#primary-menu ul li.menu-parent a {color: #40220f;}
#primary-menu ul li.menu-parent a:hover {color: #DD0000;transition: all  0.5s ease;}

#primary-menu ul li.menu-parent:hover {
background-color: none;
background-image:url(images/bg_wc00321_lime.jpg);
background-repeat:repeat;
transition: background-image 0.4s;
border-radius:8px 8px 0 0;}


 /* 子メニュー設定*/
#primary-menu ul li.menu-parent ul.menu-child.flex {
margin: 0px;
padding: 15px 0px 0px 15px;
position: fixed;
top: 75px;
right: 2%;
width: 96% !important;
height: auto;
display: inline-flex !important;
background-image:url(images/bg_wc00321_lime.jpg);
background-repeat:repeat;
z-index:10;
border-radius:0 0 8px 8px;
}
#primary-menu ul li.menu-parent ul.menu-child {
   display: block; 
}
#primary-menu ul li.menu-parent ul.menu-child a li {
   min-width: 120px;
   background-color:#FFFFFF;
   line-height: 40px;
   text-align: left; 
   padding: 0.6em 1.5em;
   margin:0px 15px 15px 0px;
   font-weight: bold;
   border-radius: 8px;
}
#primary-menu ul li.menu-parent ul.menu-child a li:hover {
   color: #DD0000;
   transition: all  0.5s ease; 
}


/* ~~ スマホナビメニュー ~~ */
#navi {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 11;
}
/* チェックボックスを非表示 */
#navi input {
  display: none !important;
}
li.menu-parent input[type="checkbox"] + label {
display: inline;
padding-left: 5px;
line-height: inherit;
}

li.menu-parent input[type="checkbox"] + label::before {
display: none;}


/* 上部メニュー */
#menu {
  /*float: right;*/
  /*width: 100%;*/
  margin: 0px;
  padding:20px;
  background-image: url(images/bg_wc00321_lime.jpg);
}
.menu-parent {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}
/* パソコンでは V を非表示 */
.menu-parent .pd {
  display: none;
}
/* 上部メニューの最後の項目位置調整 */
.menu-parent:last-child {
  margin-right: 0px;
}

#menu-navibtn {
  display: none;
  cursor: pointer;
  cursor: hand;
}

@media screen and (max-width: 768px) {
/* スマホの際に V を表示 */
.menu-parent .pd {
    display: inline-block;
    width: 100%;
}
#menu {
    display: none;
}
.menu-parent {
	font-size: 18px;
    height: auto;
    /*width: 100%;*/
    padding: 8px 12px;
    margin-top: 10px;
    background-color: #FFF;
    border-radius: 8px;
}

li.menu-parent a {color: #40220f;}


li.menu-parent:first-child {margin-top:0px;}

.menu-parent i {padding: 0px 6px;}

ul.menu-child {padding-inline-start: 0px;}
 
  /* メニューを移動させないため */
  #menu-navibtn:checked ~ #navi {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
  }
}

/* アコーディオン展開 */
.menu-parent .menu-child {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin-left: -40px;
  width: auto;
  box-sizing: border-box;
  padding: 0px 20px;
}
/* パソコン時 */
@media screen and (min-width: 768px) {
  .menu-parent:hover .menu-child {
    visibility: visible;
    opacity: 1;
  }
}
/* スマホ時 */
@media screen and (max-width: 768px) {
  /* ハンバーガーメニューがクリックされた時 */
  #menu-navibtn:checked ~ * #navi {
  background-color: #FFF;
  }
  #menu-navibtn:checked ~ * #menu {
    display: block;
    opacity: 1;
  }
  #menu-navibtn:checked ~ * .menu-parent {
    max-height: inherit;
    overflow-y: visible;
  }
  #menu-navibtn:checked ~ * .menu-child {
    max-height: 0;
    overflow-y: hidden;
    visibility: hidden;
  }
  
  /* 子メニュー */
  .menu-parent .menu-child {
    border-top: 1px solid #96C900;
    position: relative;
    padding: 0px;
    opacity: 1;
    top: 0;
    margin-left: auto;
    left: auto;
    width: auto;
	line-height: 1.3em;
  }
  
  .menu-child-top {margin-top:7px}
  
  .menu-child li {padding-top:7px;padding-bottom:7px;}
  
  .menu-parent > label:hover {
    cursor: pointer;
    cursor: hand;
  }
  /* 子メニューがクリックされた時 */
  #navi input[type="checkbox"]:checked ~ .menu-child {
    max-height: inherit;
    overflow-y: visible;
    visibility: visible;
  }
  .angletoggle:before {
    content: "\f107";
  }
  #navi input[type="checkbox"]:checked ~ * .angletoggle:before {
    content: "\f106";
  }
}


/* ハンバーガー */
#navi #navibtn {
  display: none;
  z-index:12;
}
@media screen and (max-width: 768px) {
  #navi #navibtn {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #navibtn span {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(images/bg_wc00321_limedark.jpg);
	border-radius: 8px;
   color: #FFFFFF; 
  }
  #navibtn span span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  #navibtn span span::before,
  #navibtn span span::after,
  #navibtn span::after {
    position: absolute;
    left:12px;
    content:"";
    width: 26px;
    height: 3px;
    background-color: #FFF;
  }
  /* 上の棒 */
  #navibtn span span::before {
    top:14px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn span span::before {
    top:24px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  /* 下の棒 */
  #navibtn span::after {
    bottom:15px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn > span::after {
    bottom:23px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  /* 中の棒 */
  #navibtn span span::after {
    top:23px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn span span::after {
    display: none;
  }
}


/* ~~ ヘッダ用SNSボタン ~~ */
.snslinks_fb {
background-image:url(images/sns_logo_fb.png);
background-repeat:no-repeat;
background-size: contain;
width:44px;
height:44px;
text-indent:-9999px;
margin-left: 10px;
}
.snslinks_fb:hover, .snslinks_fb:focus {
background-image:url(images/sns_logo_fb_on.png);
transition: background-image 0.4s;}
.snslinks_ig {
background-image:url(images/sns_logo_insta.png);
background-repeat:no-repeat;
background-size: contain;
width:44px;
height:44px;
text-indent:-9999px;
}
.snslinks_ig:hover, .snslinks_ig:focus {
background-image:url(images/sns_logo_insta_on.png);
transition: background-image 0.4s;}

@media screen and (max-width: 768px) {
.sp-sns-wrap {
display: flex;
position: relative;
top: 4px;
}
}


