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


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

#navi {
  position: fixed;
  top: 0;
  left: 0;
  height: 120px;
  width: 100%;
  z-index: 100;
    background-position: center;
    background-size: cover;
}

/* チェックボックスを非表示 */
#navi input {
  display: none;
}
/* 左上ロゴ */
.menu-left {
  float: left;
  margin: 0;
}
.menu-left img {
  width: 320px;
    margin: 10px 20px 10px 50px;
}
/* 上部メニュー */
.menu {
  float: right;
  display: inline-flex;
  margin: 0 150px 0 0;
  height: 100px;

}
.menu-parent {
  float: left;
  margin-right: 24px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-family: 'Inter', sans-serif;
  position: relative;

}
.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: #0C5EB6;
  width: 120px;
  text-align: center;
}

#menu-other li{
  text-align: center;
    width: 120px;

}
#menu-other a{
      color: #fff!important;
}
img.mail-icon{
  width: 20px;
  margin-right: 6px;

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

.menu-left {
    float: left;
    margin: 0 ;
}

.menu-left img {
  margin-left: 20px;
}
img.mail-icon{
  width: 22px;
  margin-right: 0;

}
/* パソ
  /* スマホの際に V を表示 */
  .menu-parent .pd {
    display: inline-block;
    width: 100%;
  }
  .menu {
    display: none;
  }

  .menu-parent {
    height: auto;
    width: 100%;
    padding: 0px 20px;
    border-bottom: 1px solid #fff;
  }
#menu-other .menu-parent {
    padding: 0;
    border-bottom: 0;
    font-size: 12px;
  }
  .menu-parent:first-child {
    border-top: 0;
  }
  .menu-parent i {
    margin-left: -10px;
  }
  /* メニューを移動させないため */
  #menu-navibtn:checked ~ #navi {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    background-color: #FFF;
  }
.menu {
  margin-right: 0;
}
.en-button{
  border: 1px solid #333;
  line-height: 1;
  display: block;
  font-size: 12px;
  position: absolute;
  top:22px;
  right:90px;
}

.menu-left img {
    width: 230px;
    margin: 14px 20px 10px 10px;
}
#navi {
  height: 60px;
  background-color: #fff;
}
#menu-other {

    right: 60px;
    width: 60px;

}
#menu-other li{
    width: 60px;
}
}
@media screen and (max-width: 600px) {
#navi {
  background-color: #fff;
}
#menu-other {
    width: 60px;
}
#menu-other li{
    width: 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 #ccc;
}
}
/* パソコン用 */
@media screen and (min-width: 600px) {
  .menu-parent:hover .menu-child {
    visibility: visible;
    opacity: 1;
  }

.menu-left img {
    margin-left: 10px;
}
.header-logo img{
  height: 28px;
  margin: 0 0 0 10px;
}

}
/* スマホ用 */
@media screen and (max-width: 900px) {
  /* ハンバーガーメニューがクリックされた時 */
  #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 #ccc;
  }
  #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: 13px;
  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: 120px;
    
    margin: 0 ;
      display: inline-flex;
    align-items: center;
    justify-content: center;
}


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

  #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:18px;
    content:"";
    width: 24px;
    height: 2px;
    background-color: #FFF;
  }
  /* 上の棒 */
  #navibtn span span::before {
    top:18px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn span span::before {
    top:28px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  /* 下の棒 */
  #navibtn span::after {
    bottom:18px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn > span::after {
    bottom:30px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  /* 中の棒 */
  #navibtn span span::after {
    top:29px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn span span::after {
    display: none;
  }
#navi a{
    color: #333;
    text-decoration: none;
    font-weight: 600;
    height: 60px;
    justify-content: left;
}
#menu-other a{
      justify-content: center!important;
}

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