@charset "utf-8";
/* CSS Document */

/* ===================================
PC表示
=================================== */
@media screen and (min-width:751px){
/* ヘッダーロゴ */
#headerContents h1 a {
  background: url(../img/logo_w.svg) no-repeat;
  background-size: 300px;
  width: 300px;
  height: 55px;
  text-indent: -9999px;
  display: block;
  float: left;
  margin: 17px 0 0 5px;
  image-rendering: -webkit-optimize-contrast;
}

.spNav dd {
  display: flex;
}

/* ヘッダーに電話番号表示版 */
/*
#headerContents {
  background: rgba(255,255,255,0.6);
  padding: 0;
}
#headerContents:before {
  display: none;
}
#gnav {
  background: none;
}

.inner .headerTelBox .holiday {
  background: rgb(255,255,255,0.8);
}
*/

/* フッターロゴ */
footer .logo a {
  background: url(../img/logo_w.svg) no-repeat;
  background-size: 340px;
  width: 340px;
  height: 60px;
  text-indent: -9999px;
  margin: 30px 0 30px;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

/* フッターバナー */
footer .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: 
    "LBox fNav"
    "LBox Banner";
}
footer .inner .Lbox {
  float: none;
  grid-area: LBox;
}
footer .inner #fNav {
  position: unset;
  grid-area: fNav;
  justify-self: end;
}
footer .footerBanner {
  max-width: 130px;
  grid-area: Banner;
  justify-self: end;
}
footer .footerBanner img {
  width: 100%;
  height: auto;
}

} /* @media screen and (min-width:751px) END */

/* ===================================
SP表示
=================================== */
@media screen and (max-width:750px){
#Wrap #headerContents > .inner {
  padding: 0 0 0 5px;
}
#Wrap #headerContents {
  padding: 0;
}
/* ヘッダーロゴ */
#headerContents h1 a {
  background: url(../img/logo_w.svg) no-repeat;
  background-size: 100%;
  width: 220px;
  height: 42px;
  text-indent: -9999px;
  display: block;
  float: left;
  margin: 15px 0 0 10px;
  image-rendering: -webkit-optimize-contrast;
}

/* フッターロゴ */
footer .logo a {
  background: url(../img/logo_w.svg) no-repeat;
  background-size: 100%;
  width: 100%;
  max-width: 295px;
  height: 10vw;
  min-height: 50px;
  max-height: 60px;
  text-indent: -9999px;
  margin: 30px 0 20px;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

/* ニュースリリース */
#Wrap .newsAreaInner {
  padding: 15px 0 0;
}

/* フッターバナー */
footer .footerBanner {
  max-width: 130px;
  margin-inline: auto;
}
footer .footerBanner img {
  width: 100%;
  height: auto;
}
footer .contactBox {
  margin: 10px 0 25px;
}
footer #fNav {
  margin: 30px 0 0;
}


} /* @media screen and (max-width:750px) END */

