@charset "UTF-8";
/* CSS Document */
/*.dropmenu{
  	display: none;
  }*/
.dropmenu {
  display: none;
  top: 0;
  height: 0;
}

.hd_fixed {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 2;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.desk_nav_frame {
  padding-top: 5px;
  padding-bottom: 5px;
  /*青→紫*/
  /*background: linear-gradient(45deg, #4DD0E1, #CE93D8);*/
  /*緑→黄色*/
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px 0;
}
.desk_nav_frame a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.desk_nav_frame i, .desk_nav_frame p {
  font-size: 24px;
}
.desk_nav_frame img {
  width: 35px;
  margin: 0px 10px;
  margin-left: 0;
}
.desk_nav_frame .hd_nav_txt {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.desk_nav_frame .hd_nav_txt h1 {
  font-size: 10px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
.desk_nav_frame .hd_nav_txt p, .desk_nav_frame .hd_nav_txt i {
  font-size: 10px;
}
.desk_nav_frame .hd_nav_txt i {
  margin-right: 5px;
}
.desk_nav_frame .hd_nav_txt p {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.desk_nav_frame .desk_nav_left {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  padding-top:5px;
}
.desk_nav_frame .desk_nav_right {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  flex: none;
  width: -moz-fit-content;
  width: fit-content;
}

.hd_right {
  display: none;
}

/*タブレット**************************************************************************************************************/
/*デスクトップ***********************************************************************************************************/
/*デスクトップ***********************************************************************************************************/
@media all and (min-width: 1024px) {
  .desk_nav_frame {
    align-items: stretch;
    padding: 0px;
  }
  .desk_nav_frame .desk_nav_right {
    background-color: #3299FF;
  }
  .desk_nav_frame .hd_nav_txt {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .desk_nav_frame .hd_nav_txt h1 {
    width: -moz-fit-content;
    width: fit-content;
    background: none;
    font-size: 15px;
  }
  .dropmenu {
    width: -moz-fit-content;
    width: fit-content;
    flex: none;
    height: auto;
    *zoom: 1;
    list-style-type: none;
    /*width: 100%;*/
    /*max-width:1400px;*/
    /*margin:0 auto;*/
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .dropmenu:before {
    content: "";
    display: table;
  }
  .dropmenu:after {
    content: "";
    display: table;
    clear: both;
  }
  .dropmenu li {
    height: 100%;
    position: relative;
    /*float: left;*/
    margin: 0;
    padding: 0;
    text-align: center;
    height: auto;
  }
  .dropmenu li a,
.dropmenu li p {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0;
    padding: 0 10px;
    /*background: #8a9b0f;*/
    line-height: 1;
    text-decoration: none;
    font-size: 14px;
    cursor: default;
    cursor: pointer;
    color: #fff;
    font-weight: 200;
  }
  .dropmenu li a:hover,
.dropmenu li p:hover {
    opacity: 0.5;
  }
  .dropmenu li a {
    border-right: solid 1px #fff;
  }
  .dropmenu li ul {
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .dropmenu li ul li {
    width: 100%;
  }
  .dropmenu li ul li a {
    padding: 13px 15px;
    text-align: left;
    width: 250px;
    border-top: solid 1px #ddd;
    color: #fff;
    border-right: none;
    cursor: pointer;
  }
  .dropmenu li:hover > a {
    /*opacity: 0.5;*/
    /*background: #6e7c0c;*/
  }
  .dropmenu li a:hover {
    /*background: #616d0b;*/
  }
  .dropmenu li:last-child a {
    border: none;
  }
  #fade-in li ul {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
  }
  #fade-in li:hover ul {
    visibility: visible;
    opacity: 1;
  }
  #fade-in li ul li a {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    display: block;
  }
  #fade-in li:hover ul li a {
    visibility: visible;
    opacity: 1;
  }
  .hd_right {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }
  .hd_right .hd_mail {
    height: 100%;
    width: 50px;
    border-left: solid 1px #ccc;
  }
  .hd_right .hd_mail i {
    /*color: #CDDC39;*/
    font-size: 28px;
    background: linear-gradient(90deg, #CDDC39, #009688);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .hd_right .hd_mail:hover {
    opacity: 0.4;
  }
  .hd_right .hd_mail:last-of-type {
    border-right: solid 1px #ccc;
  }
  .hd_right .hd_tel {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-end;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    padding: 5px 10px;
  }
  .hd_right .hd_tel p {
    color: #26A69A;
    /*text-align: right;*/
    /*color:#fff;*/
    padding: 5px 10px;
    flex: none;
    font-size: 14px;
    text-align: right;
    padding: 0;
  }
  .hd_right a {
    height: 100%;
    padding: 0 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background-color: #1A2E63;
    color: #fff;
    font-size: 14px;
    border-left: solid 1px #fff;
  }
  .hd_right a:hover {
    opacity: 0.5;
  }
  .hd_right a i {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
  }
  .hd_fixed {
    height: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
  }
  .hd_logo {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .hd_logo img {
    width: 50px;
    margin: 0 10px;
  }
  .hd_logo h3 {
    color: #26A69A;
    font-size: 16px;
  }
  .menu_icon_frame:hover {
    opacity: 0.5;
  }
  #menu_icon {
    width: 50px;
    margin-left: 10px;
  }
  .show_icon {
    display: block;
    animation-duration: 0.5s;
    /* アニメーション時間 */
    animation-name: fadeleft;
    /* アニメーション名 */
  }
  @keyframes fadeleft {
    0% {
      opacity: 0;
      /* 透明 */
      transform: translateX(-50px);
      /* X軸方向に50px */
    }
    100% {
      opacity: 1;
      /* 不透明 */
      transform: translateX(0);
    }
  }
  .hide_icon {
    display: none;
  }
  .desk_nav_frame .hd_nav_txt p, .desk_nav_frame .hd_nav_txt i {
    font-size: 20px;
  }
  .desk_nav_frame .hd_nav_txt p {
    margin-right: 0;
  }
  .desk_nav_frame img {
    width: 45px;
  }
}
/*デスクトップ***********************************************************************************************************/
@media all and (min-width: 1400px) {
  .dropmenu li a,
.dropmenu li p,
.hd_right a {
    font-size: 16px;
    padding: 0 20px;
    font-weight: 200;
  }
  .desk_nav_frame .hd_nav_txt h1 {
    font-size: 16px;
  }
  .desk_nav_frame .hd_nav_txt h1 span {
    font-size: 20px;
  }


.desk_nav_frame .desk_nav_left {
  padding-left: 10px;
}
  .desk_nav_frame .desk_nav_left {
    justify-content: flex-start;
  }
}
/*# sourceMappingURL=maps/desk_nav.css.map */
