@charset "utf-8";
/* CSS Document */

#Wrap .txtArea p {
  text-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

/* ===================================
PC表示
=================================== */
@media screen and (min-width: 751px) {
  /* ヘッダーロゴ */
  #headerContents h1 a {
    background: url(../img/logo.png) no-repeat 0 0;
    background-size: 100%;
    margin: 15px 0 0 0;
    width: 350px;
    height: 55px;
  }

  .spNav dd.linkListWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #contentsArea li.bnrArea_link {
    margin: 20px 0;
  }

  /* ヘッダーに電話番号表示版 */
  #headerContents {
    background: rgba(255, 255, 255, 0.6);
    border-bottom: 2px solid var(--main-color);
    padding: 0;
  }
  #headerContents:before {
    display: none;
  }
  #gnav {
    background: none;
  }
  #gnav .menu-info ul li a {
    display: flex;
    align-items: center;
    padding: 7px 25px 0 15px;
    height: 60px;
    line-height: 1.2;
    border-bottom: none;
  }
  .inner .headerTelBox .holiday {
    background: rgb(255, 255, 255, 0.8);
  }

  /* フッターロゴ */
  footer .logo a {
    background: url(../img/logo.png) no-repeat 0 0;
    background-size: 100%;
    width: 360px;
    height: 55px;
    margin: 10px auto 30px;
  }

  /* フッターセンター寄せ＆電話番号2つ */
  footer .Lbox {
    float: none;
    text-align: center;
  }

  footer #fNav {
    position: relative;
    text-align: left;
    padding: 15px 0 5px;
    margin: 0 0 30px;
    border-bottom: 1px solid var(--readability-color);
  }
  footer #fNav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px 40px;
    margin: 0 80px 25px;
  }
  footer #fNav ul li {
    margin: 0;
  }
  footer p.info {
    line-height: 1.5;
  }
  footer .contactBox {
    align-items: center;
    flex-direction: column;
    align-content: center;
    justify-content: center;
  }
  footer .tel {
    margin: 0 0 5px;
  }
  footer .tel::before {
    content: '';
    background: url(//base.formatline.com/type009/common/img/ico_tel.png)
      no-repeat left;
    background-size: 21px 7px;
    display: block;
    width: 21px;
    height: 7px;
    position: absolute;
    top: 44%;
    left: 0;
  }
  footer .tel a {
    display: block;
    margin: 5px 0 0;
  }
  footer .infoWrap {
  }
  footer .infoWrap a {
    display: block;
    font-size: 22px;
    font-family: Arial, Helvetica, 'ヒラギノ角ゴ Pro W3',
      'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo,
      'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    text-decoration: none;
    color: var(--readability-color);
    pointer-events: none;
  }
  footer .telText {
    font-size: 12px;
    color: var(--readability-color);
    display: block;
    margin: 5px 0 0;
  }
  #copyright {
    text-align: center;
  }
  #copyright .snsIcon {
    position: relative;
  }
  #copyright p {
    margin: 30px 0 0;
  }
}

/* @media screen and (min-width:751px) END */

/* ===================================
SP表示
=================================== */
@media screen and (max-width: 750px) {
  /* ヘッダーロゴ */
  #headerContents h1 a {
    background: url(../img/logo.png) no-repeat 0 0;
    background-size: 100%;
    margin: 10px 0 0 0;
    width: 250px;
    height: 50px;
  }

 
  /* フッターロゴ */
  footer .logo a {
    background: url(../img/logo.png) no-repeat 0 0;
    background-size: 100%;
    margin: 30px auto 25px;
    width: 270px;
    height: 45px;
  }

  footer .tel {
    padding-right: 25px;
  }

  .tel_business {
    font-size: 11px;
    vertical-align: middle;
    margin-top: -5px;
    display: inline-block;
  }
}
/* @media screen and (max-width:750px) END */

@media screen and (max-width: 355px) {
  #headerContents h1 a {
    width: 215px;
  }
}
