@charset "UTF-8";

/* 共通 */
body {
  font-family: "Zen Maru Gothic", verdana, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* リコーディング */


/*------ ヘッダー -----*/
header {
  border-top: 16px solid #b5cdc0;
}
@media screen and (max-width: 768px) {
  header {
    flex-direction: column;
  }
}

/*------ ロゴ -----*/
.logo-area {
  top: 38px;
  left: 6%;
  width: 152px;
}
@media screen and (max-width: 768px) {
  .logo-area {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  img.pc-logo {
    display: none;
  }
  img.sp-logo {
    display: block;
    width: 100%;
  }
}

/*------ ヘッダーインナー -----*/
.header-inner {
  width: 1080px;
  padding-right: 0;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header-inner {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .header-inner {
    width: 100%;
    padding-right: 0;
    background: #bfbfbf;
    height: 62px;
  }
}
@media screen and (max-width: 480px) {
  .header-inner {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

/*------ Gナビ -----*/
nav.gnavi-top {
  width: 154px;
}
ul#menu-gnavi-1 {
  padding: 0;
  margin: 0;
  width: 90px;
  font-size: 15px;
}
ul#menu-gnavi-1::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url(../img/humbarger_pc.png) no-repeat 0 center;
  background-size: contain;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-nav-area {
    width: 25%;
    display: flex;
    justify-content: center;
    height: 40px;
  }

  ul#menu-gnavi::before {
    content: none;
  }
}

/*------ 概要文 -----*/
@media screen and (min-width: 768px) {
  .header_desc {
    width: auto;
    margin: 29px 0 0 46px;
    position: absolute;
  }
  .tel-number-wrap {
    margin-top: 16px;
  }
  .tel-number-txt {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: 0;
    left: 24px;
    line-height: 1;
    margin-bottom: 8px !important;
  }
  .tel-number-txt::before {
    content: "";
    background: url(../img/telephone.png) no-repeat 0 center;
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    top: 3px;
    left: -24px;
  }
  .tel-number-desc {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
	}
}
@media screen and (max-width: 768px) {
  .header_desc {
    display: none;
  }
  .tel-number-wrap {
    display: none;
  }
}

/*------ お問い合わせ（プラン制作）ボタン -----*/
.page-id-613 .estimate{
  display: none;
}
