/* ～～～～～～～～～～～～～～～～～～～ */
/* お休みのｃｓｓ */
/* ～～～～～～～～～～～～～～～～～～～ */


@charset "utf-8";
*{
    padding: 0;
    margin: 0;
}
.news-head-logo{
    text-align: center;
    background-color: white;
}
/* 昔の尾張屋画像 */
.oyasumi-back-img{
    background-attachment: fixed;
    background-image: url(gazou/rennkyuu.JPG);
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.oyasumi-back-img::before {
  content: '';
  /* background-color: rgba(0,0,0,.4); */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nichiji{
    text-align: center;
    vertical-align: bottom;
    font-size: 1.6vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2;
    color: white;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    padding-bottom: 30%;
}
.nichiji h1{
    text-align: center;
    vertical-align: bottom;
    font-size: 2vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 2;
    color: white;
    padding-top: 5%;
    padding-bottom: 10%;
}
.gatu{
    font-size: 2vw;
    padding-top: 2%;
    padding-bottom: 2%;
}
/* フッター */
footer{
    text-align: center;
    font-family: serif;
    background-color: black;
    color: white;
}