/*
 Theme Name: pluscloud Child
 Template: pluscloud
*/

/* Google Fontsの呼び出し */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@500;700&display=swap");

/* 固定ナビ */
.sp-fixed-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  background-color: #002060;
}

.sp-fixed-nav .nav-item {
  flex: 1;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 15px 5px;
  font-size: 13px;
  font-family:
    "M PLUS 1", "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック",
    YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}

@media screen and (max-width: 1024px) {
  .sp-fixed-nav {
    display: flex;
  }
  .sp-fixed-nav .nav-item {
    font-weight: 500;
  }
  body {
    padding-bottom: 60px;
  }
  .page-top.js-scroll,
  .grecaptcha-badge {
    bottom: 70px !important;
  }
}

.sp-fixed-nav .nav-item:last-child {
  border-right: none;
}

.sp-fixed-nav .nav-item:active {
  background-color: #001540;
}

/* header */
.main-header {
  display: flex;
  align-items: center;
}

.main-header__logo {
  text-align: left;
  margin-right: auto;
  padding-left: 20px;
}

nav.pc-nav ul {
  display: flex;
  gap: 1em;
  font-size: 18px;
  font-family:
    "M PLUS 1", "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック",
    YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  color: #002060;
  padding-right: 1em;
}

.main-header__link__add {
  right: 175px;
  position: relative;
  right: auto;
}

.main-header__link_tobisuke.button_pc {
  position: relative;
  right: auto;
}

.menu-switch {
  position: relative;
  display: flex;
  left: auto;
  align-items: center;
  margin: 0 20px;
  transform: none;
  top: 0;
}

@media screen and (max-width: 1200px) {
  nav.pc-nav ul {
    font-size: 16px;
  }
}

@media screen and (max-width: 1150px) {
  nav.pc-nav {
    display: none;
  }
}

@media screen and (max-width: 1099px) {
  .main-header__link_tobisuke.button_pc {
    display: inline-flex !important;
  }
}

@media screen and (max-width: 767px) {
  .menu-switch {
    margin: 0;
  }

  .main-header__link_tobisuke.button_pc {
    display: none !important;
  }

  #menu-item-1495 {
    background-color: #ff8f02;
  }
}

/* 黄色ボタン */
.main-header__link_tobisuke.button_pc {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  background-color: #f39800;
  color: #fff !important;
  text-decoration: none;
  font-family:
    "M PLUS 1", "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック",
    YuGothic, "メイリオ", "Meiryo", sans-serif;
  line-height: 1.2;
  border-radius: 2px;
  min-width: 160px;
}

.main-header__link_tobisuke.button_pc .row-role {
  font-size: 12px;
  font-weight: 500;
}

.main-header__link_tobisuke.button_pc .row-model {
  font-size: 18px;
  font-weight: 700;
  margin: 1px 0;
}

.main-header__link_tobisuke.button_pc .row-note {
  font-size: 10px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.2);
  padding: 2px 8px;
  border-radius: 2px;
  margin-top: 2px;
}

/* リキャプチャ */
@media screen and (max-width: 1024px) {
  .grecaptcha-badge {
    bottom: 130px !important;
  }
}
