@charset "utf-8";
/*
  CSS のみのドロップダウンメニュー
  Copyright Rectus Inc, 2019
  https://www.rectus.co.jp/
  Released under the MIT license
 */


/* 本文をメニューの高さ分下げる */
#main {
  margin-top: 100px;
}

#navi {
  background-color: #F3BE00;
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  z-index: 100;
      background-image: url(/wp-content/uploads/2024/12/bg01.webp);
    background-position: center;
    background-size: cover;
}

/* チェックボックスを非表示 */
#navi input {
  display: none;
}
/* 左上ロゴ */
.menu-left {
  float: left;
  margin: 20px 0 0 0;
}
.menu-left img {
    margin: 4px 20px 6px 50px;
    height: 34px;
}
/* 上部メニュー */
.menu {
  float: right;
  display: flex;
  margin: 0 150px 0 0;
}
.menu-parent {
  float: left;
  margin-right: 30px;
  line-height: 80px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-family: 'Inter', sans-serif;
  position: relative;
      width: 100%;
}
.en-button{
  padding: 6px 10px;
  border: 1px solid #333;
  line-height: 1;
  display: block;
  font-size: 12px;
  position: absolute;
  top:36px;
  right:30px;
}

.menu-parent .pd {
  display: none;
}
.menu-parent:last-child {
  margin-right: 0px;
}
#menu-navibtn {
  display: none;
  cursor: pointer;
  cursor: hand;
}

#menu-parent0 a{
  height: 70px;
}

.other-wrap{

  display: flex;

}
.menu-other{
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 120px;
  text-align: center;
}
.menu-other li{
  text-align: center;
}
img.mail-icon{
  width: 24px;
  margin-top: -2px;
}
.contact-text{
  margin-left: 4px;
}

@media screen and (max-width: 1000px) {


.menu-parent {
  line-height: 60px;
}
.menu-left img {
  margin-left: 20px;
}
/* パソ
  /* スマホの際に V を表示 */
  .menu-parent .pd {
    display: inline-block;
    width: 100%;
  }
  .menu {
    display: none;
  }


  .menu-parent i {
    margin-left: -10px;
  }
  /* メニューを移動させないため */
  #menu-navibtn:checked ~ #navi {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    background-color: #FFF;
  }
  .menu-parent {
        height: auto;
        width: 100%;
        padding: 0px 20px;

    }
.menu {
  margin-right: 0;
}
.en-button{
  border: 1px solid #333;
  line-height: 1;
  display: block;
  font-size: 12px;
  position: absolute;
  top:22px;
  right:90px;
}
.contact-text{
  display: none;
}
}
@media screen and (max-width: 1000px) {
#navi {
  height: 60px;
}
.menu-left {
  margin: 0;
  line-height: 60px;
}
}

/* ドロップダウンメニュー */
.menu-parent {
  position: relative;
}
.menu-parent .menu-child {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFF;
  border: 0;
  text-align: center;
  border: 1px solid #fff;
}
/* パソコン用 */
@media screen and (min-width: 600px) {
  .menu-parent:hover .menu-child {
    visibility: visible;
    opacity: 1;
  }

}
@media screen and (max-width: 600px) {
.menu-left img {
    margin-left: 10px;
}
.header-logo img{
  height: 28px;
  margin: 0 0 0 10px;
}
}
/* スマホ用 */
@media screen and (max-width: 1000px) {
  /* ハンバーガーメニューがクリックされた時 */
  #menu-navibtn:checked ~ * .menu {
    display: block;
    opacity: 1;
    width: 100%;
  }
  #menu-navibtn:checked ~ * .menu-parent {hover
    max-height: inherit;
    overflow-y: visible;
    border-bottom: 1px solid #fff;
  }
  #menu-navibtn:checked ~ * .menu-child {
    max-height: 0;
    overflow-y: hidden;
    visibility: hidden;
  }
  /* 子メニュー */
  .menu-parent .menu-child {
    position: relative;
    padding: 0;
    opacity: 1;
    top: 0;
    margin-left: auto;
    left: auto;
    width: auto;
    background-color: #fff;
    border: 0;
  }
  .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";
  }
}
/* 子メニュー */
.menu-child li {
  font-size: 15px;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
}
/* 余分な最後の線を消去 */
.menu-child li:last-child {
  border: none;
}
.menu-child li i {
  margin-right: 3px;
}

#navi a{
    color: #1d1d1d;
    text-decoration: none;
    font-weight: 600;
    width: 100%;
    height: 60px;
    display: inline-block;
    margin: 0 ;
}


/* ハンバーガー */
#navi #navibtn {
  display: none;
}
@media screen and (max-width: 1000px) {

  #navi #navibtn {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    background-color: #1d1d1d;
  }
  #navibtn span {
    display: block;
    width: 60px;
    height: 60px;

  }
  #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:13px;
    content:"";
    width: 32px;
    height: 2px;
    background-color: #FFF;
  }
  /* 上の棒 */
  #navibtn span span::before {
    top:22px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn span span::before {
    top:29px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  /* 下の棒 */
  #navibtn span::after {
    bottom:22px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn > span::after {
    bottom:29px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  /* 中の棒 */

  #menu-navibtn:checked ~ #navi label#navibtn span span::after {
    display: none;
  }
#navi a{
    color: #333;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;

}

}
@media screen and (max-width: 1000px) {
  #navi #navibtn {
    top: 0;
    right: 0;
  }
.other-wrap{
  top: 18px;
  right: 80px;
}
.menu-other{
  margin: 0 0 0 20px;
    width: 60px;
        right: 60px;
}
    }
