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

/* ===================================
PC表示
=================================== */
@media screen and (min-width:751px){
/* ヘッダーロゴ */
#headerContents h1 a {
  background: url(../img/logo_w.png) no-repeat;
  background-size: 295px;
  width: 295px;
  height: 60px;
  text-indent: -9999px;
  display: block;
  float: left;
  margin: 12px 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.png) no-repeat;
  background-size: 300px;
  width: 300px;
  height: 60px;
  text-indent: -9999px;
  margin: 20px 0 30px;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

} /* @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.png) no-repeat;
  background-size: 100%;
  width: 200px;
  height: 42px;
  text-indent: -9999px;
  display: block;
  float: left;
  margin: 10px 0 0 5px;
  image-rendering: -webkit-optimize-contrast;
}

/* フッターロゴ */
footer .logo a {
  background: url(../img/logo_w.png) no-repeat;
  background-size: 100%;
  width: 100%;
  max-width: 295px;
  height: 17vw;
  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;
}


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

