@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
html{
  height: 100%;
}
body {
  height: 100%;
  color: #111111;
  line-height: 18px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: white;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  border-width: 0;
}

img.heightAuto {
  height: auto;
}
object, embed {
  vertical-align: bottom;
}
ul, ul li {
  list-style: none;
}
.s-box:after {
  content: ".";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.l-box, .pc-l-box, .tab-l-box {
  float: left;
}

.r-box, .pc-r-box, .tab-r-box {
  float: right;
}
.pc-none {
  display: none;
}
.last {
  margin: 0 !important;
}
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.transit-10 {
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.transit-05 {
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.transit-05-op {
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.transit-02 {
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.transit-01 {
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.fadeInItem,
.o0item,
.o0 {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.o0.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
.obtn {
  width: 100%;
  height: 100%;
  display: block;
}
.obtn.inline {
  width: auto;
  height: auto;
  display: inline;
}

.obtn:hover{
  opacity:0.8;
  filter: alpha(opacity=80);
  -moz-opacity:0.8;  
}
:focus{
  outline:none;
}
.hide{
  display: none;
}
.img-wrap{
  overflow: hidden;
}
.img-wrap img{
  width: 100%;
  height: auto;
}
.txt-center{
  text-align: center;
}
.underline{
  text-decoration: underline;
}
.align-right{
  text-align: right;
}
a.align-right{
  text-align: right;
  font-size: 1.4rem;
  color: #209344;
  text-decoration: underline;
}
a.align-right i{
  margin:0 4px 0 0;
}
.v-align{
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}
.strong, strong{
  font-weight: 900;
}
.zoom:hover img{
  -webkit-transform: scale(1.1); 
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.zoom-tar:hover img.zoom-item{
  -webkit-transform: scale(1.1); 
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
@media screen and (min-width:320px) and (max-width:480px) {

}
/*///////////////////////////////////////////////////////////// ANCHOR */

a{
  color: black;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: none;
}
a.disabled:hover {
  cursor: default;
}
footer a{
  transition: all .1s;
  opacity: 1;
}
footer a:hover {
}

img, a img {
  margin: 0;
  padding: 0;
  border: 0;
  border-style: none;
  text-decoration: none;
  vertical-align: top;
}

a.underline {
  text-decoration: underline;
}

a.iabtn:hover {
  cursor: default !important;
}

input, button{
  box-sizing:border-box;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}
input:focus, button:focus{
  outline-width: 0;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
.f-muli{
  font-family: 'Muli', sans-serif!important;
}
#wrap{
  position: relative;
  z-index: 10;
  /*right: 0;*/
  text-align: center;
  width: 100%;
  /*min-height: 100%;*/
  height: auto !important;
  height: 100%;
  background-color: white;
}
footer, .push{

}

/*///////////////////////////////////////////////////////////// HEADER */

header{
  position: fixed;
  z-index: 100;
  overflow-x: visible;
}

header .pc-show-wide{
  position: fixed;
  top: 0;
  left: -185px;
  width: 121px;
  height: 100%;
/*  border-left: 2.5px solid #231815;
  border-right: 2.5px solid #231815;
  border-bottom: 2.5px solid #231815;*/
  box-sizing: border-box;
  /*background-color: #faca72;*/
  z-index: 100;
  overflow-x: visible;
}

header h1{
  text-align: center;
  width: 180px;
  height: 160px;
  line-height: 160px;
  box-sizing:border-box;
  border-top: 3px solid #231815;
  border-left: 3px solid #231815;
  border-right: 3px solid #231815;
  border-bottom: 3px solid #231815;
  background-color: #faca72;
  position: absolute;
  top: 0;
  left: 0;      
  z-index: 10;
  margin:0;
  text-indent: -999999999px;

  background-image: url(../img-wp/common/logo.png);
  background-repeat: no-repeat;
  background-position: center center;

  background-size:auto 100px;
  -moz-background-size:auto 100px;
  -webkit-background-size:auto 100px;
  -o-background-size:auto 100px;
  -ms-background-size:auto 100px;  
}

nav{
  font-size: 12px;
  font-weight: 900;
  z-index: 20;    
}
nav ul li{
  line-height: 45px; 
}
nav ul li a{
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 0 0 25px;
  box-sizing:border-box;
}
nav ul li a span{
  width: 5px;
  height:9px;
  display: none;
  /*display: inline-block; */
  margin:0 20px 0 0;
}
nav ul li a.active span,
nav ul li a:hover span{
}

header .btm-nav{
  position: absolute;
  width: 100%;
  text-align: center;
  bottom:0;
  left: 0;
}
header .btm-nav ul li{
  height: 48px;
  line-height: 48px;
  border-top: 3px solid #231815;
  background-repeat: no-repeat;
  background-position: center center; 
}

header .btm-nav ul li a{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
header .btm-nav ul li a span{
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 6px;
  height: 48px;
  background-color: transparent;
}
header .btm-nav ul li:nth-child(2) a span{
  top: 0px;
  height: 48px;
}
/*header .btm-nav ul li:last-child a span{
  top: 0px;
  height: 73px;
}*/
header .btm-nav ul li a.active span,
header .btm-nav ul li a:hover span{
  background-color: #231815;
}
header .btm-nav ul li:first-child{
  background-image: url(../img-wp/common/icon01.png);
  background-size:29px auto;
  -moz-background-size:29px auto;
  -webkit-background-size:29px auto;
  -o-background-size:29px auto;
  -ms-background-size:29px auto;
}
header .btm-nav ul li:nth-child(2){
  background-image: url(../img-wp/common/icon02.png);
  background-size:26px auto;
  -moz-background-size:26px auto;
  -webkit-background-size:26px auto;
  -o-background-size:26px auto;
  -ms-background-size:26px auto;
}
header .btm-nav ul li:nth-child(3){
  background-image: url(../img-wp/common/icon03.png);
  background-size:23px auto;
  -moz-background-size:23px auto;
  -webkit-background-size:23px auto;
  -o-background-size:23px auto;
  -ms-background-size:23px auto;
  background-position: center 36px;

}
header .btm-nav ul li.download{
      height: 74px;
}
header .btm-nav ul li.download p{
  font-size: 12px;
  font-weight: 900; 
}
header .hdr-cover{
  width: 120px;
  height: 5px;
  left: 3px;
  background-color: #faca72;
  position: absolute;
  top:156px;
  z-index: 15;
}
header .m-show-wide{
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 46px;
  line-height: 46px;
  background-color: #faca72;
  border: 3px solid #000000;
  box-sizing: border-box;
  z-index: 100;
}
header .m-show-wide .logo{
  width: 130px;
  height: 130px;
  background-color: #faca72;  
  border: 3px solid #000000;
  box-sizing: border-box;
  position: absolute;
  top: -3px;
  left:-3px;
  text-align: center;  
}
header .m-show-wide.small .logo,
header .m-show-wide.active .logo{
  width: 50px;
  height: 46px;
}
header .m-show-wide.small .logo a img,
header .m-show-wide.active .logo a img{
    width: 40px;
    height: auto;
}

header .m-show-wide .logo a{
  width: auto;
  height: 85px;
  display: block;
  overflow: hidden;  
}
header .m-show-wide.small .logo a,
header .m-show-wide.active .logo a{
  height: 26px;
}
header .m-show-wide .logo a img{
  width: 82px;
  height: auto;
}
header .m-show-wide .mobile-nav{
  float: right;
  width: 155px;
}
header .m-show-wide .mobile-nav a{
  background-repeat: no-repeat;
  background-position: center center;
  width: 40px;
  height: 40px;
  float: left;
}


header .m-show-wide .mobile-nav .contact{
  background-image: url(../img-wp/common/icon01.png);
  margin: 0 10px 0 0;

  background-size:26px auto;
  -moz-background-size:26px auto;
  -webkit-background-size:26px auto;
  -o-background-size:26px auto;
  -ms-background-size:26px auto;  
}
header .m-show-wide .mobile-nav .faq{
  background-image: url(../img-wp/common/icon02.png);
  margin: 0 20px 0 0;

  background-size:23px auto;
  -moz-background-size:23px auto;
  -webkit-background-size:23px auto;
  -o-background-size:23px auto;
  -ms-background-size:23px auto;  
}
header .m-show-wide .mobile-nav .nav-btn{
  border-left: 3px solid #000000;
  text-align: center;
/*  background-image: url(../img-wp/common/nav_btn.png);

  background-size:23px auto;
  -moz-background-size:23px auto;
  -webkit-background-size:23px auto;
  -o-background-size:23px auto;
  -ms-background-size:23px auto; */ 
}
header .m-show-wide .mobile-nav .nav-btn img{
  width: 23px;
  height: auto;
  margin:0 auto;
}
header .m-show-wide .mobile-nav .nav-btn .img-wrap{
  width: 40px;
  height: 40px;
}
header .m-show-wide .mobile-nav .nav-btn.active .img-wrap{
  -ms-transform: rotate(180deg);
  -ms-transform-origin: center center;
   -webkit-transform: rotate(180deg); 
   -webkit-transform-origin: center center; 
  transform: rotate(180deg);
   transform-origin: center center; 
}
.mobile-menu{
  position: fixed;
  top:-560px;
  width: 100%;
  padding:55px 0 20px;
  background-color: #faca72;
  z-index: 50;
  border-left: 3px solid black;
  border-right: 3px solid black;
  border-bottom: 3px solid black;
  box-sizing:border-box;
}
.mobile-menu.active{
  top:0; 
}
.mobile-menu a{
  font-weight: 900;
  font-size: 13px;
  line-height: 45px;
  letter-spacing: 1.5px;
}
.mobile-menu ul li a span {
    width: 5px;
    height: 9px;
    background-color: #faca72;
    display: inline-block;
    margin: 0 20px 0 0;
}
.mobile-menu ul li a.active span, .mobile-menu ul li a:hover span {
    background-color: #231815;
}
.mobile-menu ul li.download{
  background-image: url(../img-wp/common/icon03.png);
  background-size: 23px auto;
  -moz-background-size: 23px auto;
  -webkit-background-size: 23px auto;
  -o-background-size: 23px auto;
  -ms-background-size: 23px auto;
  background-position: 24px center;
  background-repeat: no-repeat;
}
.mobile-menu ul li.download a .txt{
    display: inline-block;
    padding: 0 0 0 35px;
}

.mobile-menu .sub-wrap{
  margin-top: 20px;
}
.mobile-menu .sub{
    font-size: 10px;
    font-weight: 300;
    text-decoration: underline;
    line-height: 23px;
    display: block;
    letter-spacing: 2px;
    margin-left: 25px;
}
.mobile-menu .badge-wrap{
  width: 110px;
  margin-right: 15px;  
}
.mobile-menu .badge-wrap a,
.mobile-menu .badge-wrap img{
  width: 100%;
}
.mobile-menu .badge-wrap a{
  margin-bottom: 20px;
  display: block; 
  border: 3px solid black;
  border-radius:100%;
  -webkit-border-radius:100%;
  -moz-border-radius:100%; 
}
@media (min-width: 980px) {
  header .pc-show-wide{
    left: 0px;
    width: 180px;
  }
  header .nav-bg{
    position: absolute;
    height: 100%;
    width: 126px;
    top:0;
    left: 0;
    z-index: 0;
    background-color: #faca72;
    border-left: 3px solid #231815;
    border-right: 3px solid #231815;
    border-bottom: 3px solid #231815;
    box-sizing:border-box;
  }
  header .btm-nav{
    border-left: 3px solid #231815;
    border-right: 3px solid #231815;
    border-bottom: 3px solid #231815;
    width: 126px;
    z-index: 10;
    box-sizing:border-box;
  }
  nav{
    padding-left: 3px;
    width: 126px;
    z-index: 10;
    box-sizing:border-box;
  }
}
footer{
  position: relative;
  z-index: 10;
  color: #e3e4e4;
}
footer .inner{
  padding: 15px 15px 0;
  background-color: #433f3f;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
}
footer copyright{
  color: #f6d668;
  font-size: 10px;
  text-align: center;
  width: 100%;
  display: block;
  padding: 9px 0 20px;  
}
footer .back-to-top.m-show{
  position: relative;
  z-index: 10;
  margin-bottom: -15px;
  margin-top: -48px;
}
footer .back-to-top a{
  text-align: center;
  color: #433f3f;
  font-size: 12px;
  display: block;
  width: 200px;
  margin: 0 auto;
}
footer .back-to-top img{
  display: block;
  width: 46px;
  height: auto;
  margin:5px auto 0;
}
footer .gray{
}
footer .float768 .lead a{
  padding: 0 0 1px;
  text-decoration: underline;
  /*border-bottom: 1px solid white;*/
}
footer .col2 .item{
  width: 100%;
  float: none;
  padding-top: 20px;
}
footer .col2 .sec-ttl{
  margin-bottom: 20px;
}
footer .ftr-logo {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin-right: 5%;
    background-color: white;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

footer .ftr-logo img {
    /*width: 31px;
    height: auto;
    margin: 12.5px auto 0;*/
    width: 54px;
    height: auto;
    margin: 31px auto 0;
}
footer .logo-txt {
    width: 175px;
    margin: 25px 0 0;   
}
footer .logo-txt img{
  max-width: 100%;
}
footer .lead.lead06 {
    font-size: 12px;
    /*line-height: 19px;*/
    line-height: 24px;
    margin-top: 28px;
    margin-bottom: 25px;
}
footer .lead.lead06 .large{
  font-size: 22px;
  line-height: 40px;
}
@media (min-width: 768px) {

  .col2 .item:first-child{
    float: none;
    padding-right: 0px;
    border-right:0px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 40px;
    margin-bottom: 40px
  }
  footer .sec-ttl{
    display: block;
  }
  footer {
      padding: 45px 0 10px;
      background-color: #433f3f;
  }
  footer .inner{
    padding:0 15px;
  }
  footer .col2 .item{
    padding-top: 0;
  }
  footer .inner .float768{
    width: 55%;
    float: left;
    padding-right: 0px;
    margin-bottom: 40px;
    border-right: 1px solid white;
    box-sizing:border-box;
  }
  footer .inner .float768:nth-child(2){
    width: 45%;
    padding-left: 40px;
    border-right: 0px solid white;
  }
  footer .lead{
      font-size: 12px;
      line-height: 19px;
      font-weight: 300;
      margin-bottom: 15px;
  }
  footer .l-box .sec-ttl{
    margin-bottom: 23px;
  }
  footer .top-wrap{
    margin:30px auto 0;
  }
  footer .ftr-logo{
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    margin-right: 8%;
    background-color: white;
    border-radius:100%;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;

  }
  footer .ftr-logo img{
    /*width: 44px;
    height: auto;
    margin:21px auto 0;*/
    width: 88px;
    height: auto;
    margin:46px auto 0;
  }
  footer .logo-txt{
    margin:30px 0 0;
    width: 60%;
  }
  footer .change{
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  footer .lead.lead02{
    margin-bottom: 25px;
  }
  footer .lead.lead03{
    font-size: 23px;
    font-weight: 900;
    line-height: 25px;
    letter-spacing: 2px;
  }
  footer .lead a{
    color: #e3e4e4;
  }
  footer .lead img{
    width: 25px;
    margin-right: 15px;
  }
  footer .pc-show.back-to-top{
    text-align: center;
    font-size: 12px;
    color: #f6d668; 
    max-width: 200px;
    margin:20px auto 0; 
    letter-spacing: 1px;
  }
  footer .back-to-top img{
    width: 50px;
    height: auto;
  }
  footer .r-box .logo-btm{
    /*width: 350px;
    margin: 40px 0 60px;
    display: block;*/
  }
  footer .lead.lead04{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  footer .lead.lead05{
    font-style: italic;
    font-size: 30px;
    margin-bottom: 40px;
    letter-spacing: 2px;
  }
  footer .lead.lead06{
    /*font-size: 12px;
    line-height: 19px;*/
    margin-top: 28px;
    margin-bottom: 25px;
  }
  footer .bnr-wrap{
    width: 100%;
    padding-bottom: 20px;
    border-top: 1px solid white;
  }
  footer .bnr-wrap .bnr-wrap-lv02{
    width: 100%;
  }
  footer .bnr-wrap .sec-ttl{
    margin:25px 0;
  }
  footer .bnr-wrap a{
    display: block;
    float: left;
    width: 32%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  footer.contact-adj .bnr-wrap a{
    width: 20%;
  }
  footer.contact-adj .bnr-wrap a:nth-child(3){
    margin-right: 2%;
  }
  footer copyright{
    padding: 20px 0;
  }
  footer .bnr-wrap a:nth-child(3),
  footer .bnr-wrap a:nth-child(6){
    margin-right:0;
  }
}
@media (min-width: 980px) {
  footer{
     margin-left: 120px;
  }
  footer .inner {
    margin: 0 auto;
    max-width: 740px;
  }
  footer .ftr-logo{ 
    float: left;
  }
  footer .ftr-logo img{

  }
  footer .logo-txt{
    float: left;
    width: 60%;
  }
  .form .inner{
    margin-left: 0;
  }
  footer .fix-btn{
    width: 33px;
    height: auto;
    position: absolute;
    bottom:10px;
    left: 18px;
  }
  footer .meta-wrap {
    text-align: right;
    bottom: 10px;
    right: 25px;
    position: absolute;
  }
  footer .meta-wrap a {
    display: block;
    color: #faca72;
    text-decoration: underline;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1023px) {
  footer {
      margin-left: 120px;
      padding: 95px 0 10px;
      background-color: #433f3f;
  }
  footer .inner{
    padding:0;
    max-width: 760px;
  }
  footer .inner .float768{
    width: 100%;
    float: none;
    padding-right: 0px;
    margin-bottom: 0px;
    border-right: 0px solid white;
  }

  footer .inner .float768:nth-child(2){
    padding-left: 0px;
    width: 100%;
  }
  footer .lead{
      font-size: 12px;
      line-height: 19px;
      font-weight: 300;
      margin-bottom: 15px;
  }
  footer .l-box .sec-ttl{
    line-height: 24px;
  }
  footer .change{
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  footer .lead.lead02{
    margin-bottom: 25px;
  }
  footer .lead.lead03{
    font-size: 23px;
    font-weight: 900;
    line-height: 25px;
    letter-spacing: 2px;
  }
  footer .lead a{
    color: #e3e4e4;
  }
  footer .lead img{
    width: 25px;
    margin-right: 15px;
  }
  footer .pc-show.back-to-top{
    text-align: center;
    font-size: 12px;
    color: #f6d668; 
    max-width: 200px;
    margin:20px auto 0; 
    letter-spacing: 1px;
  }
  footer .back-to-top img{
    width: 50px;
    height: auto;
  }
  footer .r-box .logo-btm{
    /*width: 350px;
    margin: 40px 0 60px;
    display: block;*/
  }
  footer .lead.lead04{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  footer .lead.lead05{
    font-style: italic;
    font-size: 30px;
    margin-bottom: 40px;
    letter-spacing: 2px;
  }
  footer .lead.lead06{
    /*font-size: 12px;
    line-height: 19px;*/
    margin-bottom: 40px;
  }
  footer .bnr-wrap{
    width: 100%;
    padding-bottom: 20px;
    border-top: 1px solid white;
  }
  footer .bnr-wrap .bnr-wrap-lv02{
    width: 100%;
  }
  footer .bnr-wrap .sec-ttl{
    margin:25px 0;
  }
  footer .bnr-wrap a{
    display: block;
    float: left;
    width: 32%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  footer .bnr-wrap a:nth-child(3){
    margin-right:0;
  }

  footer .meta-wrap{
    text-align: right;
    bottom: 10px;
    right: 25px;
    position: absolute;
  }
  footer .meta-wrap copyright{
    text-align: right;  
    font-size: 13px; 
    padding: 0px; 
  }
  footer .meta-wrap a{
    display: block;
    color: #faca72;
    text-decoration: underline;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  footer .fix-btn{
    width: 33px;
    height: auto;
    position: absolute;
    bottom:10px;
    left: 18px;
  }
}
@media (min-width: 1010px) {
  footer .col2 .item:first-child{
    width: 50%;
    padding-right: 48px;
    float: left;
    /*border-right:1px solid #ffffff;*/
    border-bottom:0px solid #ffffff;
    padding-bottom: 0px;
    margin-bottom: 0px; 
  }
  footer .col2 .item:last-child{
    float: left;
    width: 50%;
    border-left:1px solid #ffffff;
    padding-left: 48px;
  }
  .page-template-page-contact footer .col2 .item:last-child{
    border-left:0px solid #ffffff;
  }
}
@media (min-width: 1119px) {
  footer .inner{
    max-width: 870px;
  }

}
@media (min-width: 1279px) {
  footer .inner{
    max-width: 1000px;
  }
}
.nav-blk{
  margin:18px 0;
  width: 6px;
  height: 9px;
  background-color: #231815;
  position: absolute;
  top:0;
  left:3px;
}
.nav-blk.inactive{
  opacity:0;
  filter: alpha(opacity=0);
  -moz-opacity:0;   
}
.nav-blk.inactive-force{
  opacity:0!important;
  filter: alpha(opacity=0)!important;
  -moz-opacity:0!important;   
}













