@charset "UTF-8";
/*===================================================================
	ヘッダー
===================================================================*/
html {
    height:100%;
    margin:0px !important
}
body {
    height: 100%;
    margin:0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 180%;
}
header{
    background-color: #fff;
}

.breadcrumb-sepalate {
  display: inline-block;
  width: 18px;
  height: 9px;
  background-image: url(/wp-content/themes/wp/images/breadcrumb_arrow.svg);
  margin-left: 7px;
}

.fixed{
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
}
.mega-menu-toggle {
  height:0px !important;
}

header .site-header{
    height:90px;
    display: flex;
    justify-content: space-between;
}
.site-header .header-left {
    display: table-cell;
    height:100%;
    line-height: 77px;
}

.header-left a {
  text-decoration: none;
}

.site-header .header-left img{
    width: 192px;
    height: 38.97px;
    vertical-align: middle;
}
.site-header .header-left p{
    display: inline-block;
    color: #72777d;
    font-weight: 400;
}
.site-header .header-right{
    padding-top: 23px;
    display: flex;
    justify-content: left;
}
.site-header .header-btn{
    display: flex;
    background-color: #A18243;
    color: #fff;
    position: relative;
    width: 186px;
    height:47px;
    border: none;
    margin-left: 15px;
    cursor: pointer;
}
.site-header .header-btn:hover{
  opacity: 0.5;
}
.header-right img{
  width: 22px;
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translate(0%, -53%);
}
.header-right .btn-text{
    position:absolute;
    position: absolute;
    left: 77%;
    top: 48%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.header-right .btn-text-sp{
    display: none;
}
.site-header .header-right-sp{
    display: none;
}
.site-header-box2 p{
  margin: 0;
}

@media screen and (max-width: 768px){
    nav.is-active ul {
      display:block !important;
    }
    body {
        margin-top:5px !important
    }
    .site-header .header-left{
    margin: 10px 0 0 10px;
    }
    .site-header .header-left img{
      width: 136px;
      height: 26px;
      margin-top: 8px;
  }
  nav.site-header-nav.is-active {
    background-color: rgb(0,0,0,0.95) !important;
  }

  #mega-menu-header_menu {
    padding: 1.5rem 0 !important;
    background-color: transparent !important;
  }
  
  #mega-menu-header_menu  li {
    margin: 1.0rem 0 !important;
  }
  #mega-menu-header_menu li a {
    font-size:16px !important;
  }
    .site-header .header-right{
        display: none;
    }
    .site-header .header-left p{
        display: none;
    }
    header .site-header{
        height:61px;
        box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.16);
    }
    .site-header .header-left {
        margin-left: 5px;
        line-height: 0;
    }
    .site-header .header-right-sp{
        display: inline;
    }
    .site-header .header-btn-sp{
        display: flex;
        background-color: #A18243;
        color: #fff;
        position: relative;
        width: 90px;
        height:40px;
        border: none;
        margin-right: 50px;
    }
    .header-right-sp img{
        width: 15px;
        height: 33px;
        position: absolute;
        top: 6%;
        left: 11%;
    }
    .header-right-sp .btn-text-sp{
        position:absolute;
        left: 28%;
        line-height: 38px;
    }
    .breadcrumbs {
    display: inline-block;
    max-width: 93% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }

}

/*メニューナビ*/
.site-header-toggle {
    display: none;
  }
  
  @media screen and (max-width: 768px) {

    header{
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 99;
      background-color: rgba(255, 255, 255, 0.9);
      backdrop-filter: blur(2px);
    }
   header .site-header-toggle,
header .site-header-toggle span {
      display: block;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
  }
  
  header .site-header-toggle {
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 34px;
    padding: 24px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    z-index: 9999;
  }
  
  @media screen and (max-width: 768px) {
   header .site-header-toggle {
      width: 23px;
      height: 18px;
      padding: 14px;
    }
  }
  
header .site-header-toggle span {
    position: absolute;
    left: 24px;
    width: calc(100% - (24px * 2));
    height: 6px;
    background-color: #000;
  }
  header .site-header-toggle p {
    position: absolute;
    left: 12px;
    color: #000;
    top: 25px;
    font-size: 10px;
  }
  
  @media screen and (max-width: 768px) {
    header .site-header-toggle span {
      left: 14px;
      width: calc(100% - (14px * 2));
      height: 2px;
    }
  }
  
  header .site-header-toggle span:nth-of-type(1) {
    top: 26px;
    -webkit-animation: menu-bar01 0.75s forwards;
            animation: menu-bar01 0.75s forwards;
  }
  
  @media screen and (max-width: 768px) {
    header .site-header-toggle span:nth-of-type(1) {
      top: 16px;
    }
  }
  
  header .site-header-toggle span:nth-of-type(2) {
    top: 38px;
    -webkit-transition: all 0.25s 0.25s;
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
  
  @media screen and (max-width: 768px) {
    header .site-header-toggle span:nth-of-type(2) {
      top: 22px;
    }
  }
  
  header .site-header-toggle span:nth-of-type(3) {
    bottom: 26px;
    -webkit-animation: menu-bar02 0.75s forwards;
            animation: menu-bar02 0.75s forwards;
  }
  
  @media screen and (max-width: 768px) {
    header .site-header-toggle span:nth-of-type(3) {
      bottom: 16px;
    }
  }
  
  header .site-header-toggle.is-active {
    background-color: #fff;
  }
  
  header .site-header-toggle.is-active span {
    background-color: #000;
  }
  
  header .site-header-toggle.is-active span:nth-of-type(1) {
    top: 30px;
    -webkit-animation: active-menu-bar01 0.75s forwards;
            animation: active-menu-bar01 0.75s forwards;
  }
  
  @media screen and (max-width: 768px) {
    header .site-header-toggle.is-active span:nth-of-type(1) {
      top: 14px;
    }
  }
  
  header .site-header-toggle.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  
  header .site-header-toggle.is-active span:nth-of-type(3) {
    bottom: 30px;
    -webkit-animation: active-menu-bar03 0.75s forwards;
            animation: active-menu-bar03 0.75s forwards;
  }
  
  @media screen and (max-width: 768px) {
    header .site-header-toggle.is-active span:nth-of-type(3) {
      bottom: 14px;
    }
  }
  
  header .site-header-nav .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  header .site-header-nav .list li {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    text-align: center;
    font-weight: bold;
  }
  
  @media screen and (max-width: 768px) {
    header .site-header-nav .list li {
      width: 100% !important;
      height: auto;
      border-bottom: #cccccc 1px solid;
      text-align: center;
    }
  }
  
  header .site-header-nav .list li a {
    display: block;
    padding: 13px 1.0em 13px;
    color: #000;
  }
  
  @media screen and (max-width: 768px) {
    header .site-header-nav .list li a {
      padding: 1.0em .5em;
    }
  }
  
  header .site-header-nav .list li:last-child a {
    color: #000;
  }
  
  @media screen and (max-width: 768px) {
    header .site-header-nav {
      background-color: rgba(255, 255, 255, 0.8);
      position: absolute;
      left: 0;
      top: -4px;
      width: 100%;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      -webkit-transition: 0.4s;
      transition: 0.4s;
    }
    header .site-header-nav.is-active {
      -webkit-transform: translateY(61px);
              transform: translateY(61px);
      z-index: 10;
    }
    #mega-menu-wrap-header_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated{
      display: none;
    }

  }
  
  /*===================================================================
    MENU keyframes
  ===================================================================*/
  @-webkit-keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
              transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
              transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  
  @-webkit-keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
              transform: translateY(-8px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
              transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  
  @keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
              transform: translateY(-8px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
              transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  
  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
              transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
    }
  }
  
  @keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
              transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
    }
  }
  
  @-webkit-keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
              transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
              transform: translateY(-8px) rotate(-45deg);
    }
  }
  
  @keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
              transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
              transform: translateY(-8px) rotate(-45deg);
    }
  }
