@charset "UTF-8";
/*　基本色　*/
/*　マスターワイズ　*/
/*　clearする　*/
.clearfix:after {
  content: "";
  clear: both;
  display: block; }

/* ボディ設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
html {
  font-size: 62.5%;
  line-height: 1;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  /*　デバイスフォント最適化　*/
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body {
  font-size: 1.5rem; }

/*　リンク設定　*/
* a {
  color: inherit;
  text-decoration: none;
  transition: all .2s ease; }
* a:hover {
  opacity: .8; }

/* 基礎要素	＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */
/* ヘッダー */
header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 960px;
  padding: 24px 0 22px;
  margin: 0 auto;
  /* ロゴ */
  /* ヘッダーナビゲーション */ }
  header #ttl_site {
    text-indent: -9999px; }
    header #ttl_site a {
      display: block;
      width: 300px;
      height: 45px;
      background-image: url(../images/common/ttl_site.svg);
      background-size: contain; }
  header #nav_header ul {
    display: flex;
    justify-content: space-between;
    width: 362px;
    list-style: none; }
  header #btn_tel {
    width: 200px;
    height: 50px; }
    header #btn_tel a {
      pointer-events: none; }
  header #btn_contact {
    width: 146px; }
    header #btn_contact a {
      display: block;
      width: 100%;
      text-align: center;
      color: #fff;
      background-color: #0d2242;
      border-radius: 17px;
      font-family: 'Noto Sans Medium';
      padding: 10px 0; }
      header #btn_contact a:hover {
        opacity: 1;
        color: #111;
        background-color: #fff;
        box-shadow: inset 0px 0px 0px 3px #111111; }

/* ナビゲーション */
#nav_global {
  width: 100%;
  border-top: 1px solid #dadada;
  /* SP用 */ }
  #nav_global #list_global {
    display: flex;
    justify-content: space-between;
    width: 960px;
    list-style: none;
    margin: 0 auto; }
    #nav_global #list_global li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: calc(100% / 5); }
      #nav_global #list_global li:before {
        content: "";
        display: block;
        width: 1px;
        height: 32px;
        border-left: 1px solid #dadada; }
      #nav_global #list_global li .active {
        background-color: #0d2242;
        color: #fff; }
    #nav_global #list_global li.nav_sp {
      display: none; }
    #nav_global #list_global li:nth-child(5):after {
      content: "";
      display: block;
      width: 1px;
      height: 32px;
      border-left: 1px solid #dadada; }
    #nav_global #list_global a {
      position: relative;
      display: block;
      width: 100%;
      text-align: center;
      overflow: hidden;
      font-family: 'Noto Sans Medium', sans-serif;
      padding: 21px 0 20px; }
      #nav_global #list_global a:before {
        transition: all .2s ease;
        position: absolute;
        top: -100%;
        left: 0;
        z-index: -1;
        opacity: 0;
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-color: #0d2242; }
      #nav_global #list_global a:hover {
        color: #fff;
        opacity: 1; }
      #nav_global #list_global a:hover:before {
        top: 0;
        opacity: 1; }
  #nav_global dt,
  #nav_global address {
    display: none; }

/* アサイド */
#box_aside {
  width: 100%;
  background-color: #f3f4f5;
  padding: 20px 0;
  /* 囲み設定 */
  /* 詳細 */ }
  #box_aside h2 {
    margin: 0 0 15px; }
  #box_aside .box_cmn_width {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 960px; }
  #box_aside h3 img {
    width: 300px;
    height: 45px;
    margin: 0 0 5px; }
  #box_aside address {
    width: auto;
    line-height: 1.5; }
  #box_aside p:last-child {
    margin: 5px 0 0;
    font-weight: bold; }
  #box_aside #visual_img {
    width: 35%;
    height: 35%; }

/* 地図 */
iframe {
  width: 460px;
  height: 250px;
  background-color: #ccc; }

/* フッター */
footer {
  text-align: center;
  /* フッターナビゲーション */ }
  footer #nav_global_footer ul {
    display: flex;
    justify-content: center;
    list-style: none;
    font-size: 1.4rem;
    font-family: 'Noto Sans Medium', sans-serif;
    margin: 30px 0 23px; }
    footer #nav_global_footer ul li {
      margin: 0 13px; }
    footer #nav_global_footer ul a {
      position: relative;
      display: block;
      width: 100%;
      overflow: hidden;
      padding: 10px 10px; }
      footer #nav_global_footer ul a:before {
        position: absolute;
        left: -100%;
        bottom: 0;
        content: "";
        transition: all .2s ease-out;
        display: block;
        width: 100%;
        height: 1px;
        background-color: #111; }
      footer #nav_global_footer ul a:hover {
        opacity: 1; }
      footer #nav_global_footer ul a:hover:before {
        left: 0; }

#txt_copy {
  margin: 0 0 30px; }

/* 構成要素	＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */
/* 基本ワイズボックス */
.box_cmn_width {
  width: 960px;
  margin: 0 auto; }

/*　レスポンシブ対応（ブレークポイント 768px）
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
@media screen and (max-width: 768px) {
  .img_sp {
    display: block; }

  img {
    max-width: 100%;
    height: auto; }

  /* ヘッダー */
  header {
    display: block;
    width: 92%;
    padding: 15px 0 10px;
    margin: 0 auto;
    /* ロゴ */
    /* ヘッダーナビゲーション */ }
    header #ttl_site {
      width: 200px;
      height: 30px;
      text-indent: -9999px; }
      header #ttl_site a {
        width: 200px;
        height: 30px; }
    header #phone_header {
      display: none; }

  /* ナビゲーション */
  #nav_global {
    width: 100%;
    border-top: 1px solid #dadada;
    /* SP用 */
    /* SP用ナビ表示設定 */ }
    #nav_global #list_global {
      display: block;
      width: 84%;
      margin: 0; }
      #nav_global #list_global li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #ddd; }
        #nav_global #list_global li:before {
          content: none; }
      #nav_global #list_global li.nav_sp {
        display: block; }
      #nav_global #list_global li:nth-child(5):after {
        content: none; }
      #nav_global #list_global a {
        position: relative;
        display: block;
        width: 100%;
        text-align: left;
        overflow: hidden;
        font-family: 'Noto Sans Medium', sans-serif;
        padding: 14px 20px; }
        #nav_global #list_global a:before {
          content: none; }
        #nav_global #list_global a:after {
          float: right;
          font-family: FontAwesome;
          content: "\f054"; }
    #nav_global dt,
    #nav_global .nav_sp,
    #nav_global address {
      display: block; }
    #nav_global address {
      width: 100%;
      line-height: 1.5;
      font-size: 1.3rem;
      padding: 30px 20px; }
    #nav_global h2 {
      margin: 0 0 6px; }
    #nav_global ul {
      display: flex;
      list-style: none;
      font-family: 'Noto Sans Bold';
      font-size: 1.6rem;
      margin: .8em 0 0; }
    #nav_global li {
      margin: 0 1em 0 0; }
    #nav_global dt {
      position: fixed;
      z-index: 100;
      top: 10px;
      right: 10px;
      font-size: 3rem;
      padding: 3px 6px;
      background-color: #fff;
      border-radius: 1px; }
    #nav_global .state_open {
      opacity: .5; }
    #nav_global dd {
      position: fixed;
      z-index: 99;
      top: 0;
      width: 100%;
      height: 100vh;
      background-color: rgba(255, 255, 255, 0.97);
      display: none; }

  /* アサイド */
  #box_aside {
    width: 100%;
    background-color: #f3f4f5;
    padding: 30px 20px;
    /* 囲み設定 */
    /* 詳細 */ }
    #box_aside .box_cmn_width {
      display: block;
      width: 92%; }
    #box_aside address {
      width: auto;
      line-height: 1.5;
      margin: 0 0 20px; }
      #box_aside address h3 {
        text-align: center;
        margin: 0; }
        #box_aside address h3 img {
          width: 300px; }
    #box_aside p {
      text-align: center; }
    #box_aside #visual_img {
      width: 100%; }

  /* フッター */
  footer {
    text-align: center;
    /* フッターナビゲーション */
    /* コピーライト */ }
    footer #nav_global_footer {
      display: none; }
    footer #txt_copy {
      background-color: #f3f4f5;
      font-size: 1.3rem;
      padding: 20px;
      margin: 0; }

  /* 構成要素	＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */
  /* 基本ワイズボックス */
  .box_cmn_width {
    width: 100%;
    margin: 0 auto; } }
/*　ここまで　*/

/*# sourceMappingURL=basic.css.map */
