﻿/*休暇表示 2024冬*/
.hday{
    width:92%;
    margin:60px 4% 40px;
}
.hday h2{
    font-size:22px;
    line-height:1.5;
    font-weight:500;
    padding-bottom:10px;
    text-align:center;
}
.hday div{
    /*background-color:#fff;*/
    /*border:2px solid #f67575;*/
    margin-top:15px;
    padding:8px;
    width:100%;
    box-sizing:border-box;
    font-size:16px;
    font-weight:bold;
    line-height:1.7;
    color:#f67575;
}

/* ---------------------------------

タブレット設定

------------------------------------ */
@media print, screen and (min-width: 768px) {

.hday {
    width:96%;
    margin:60px auto 40px;
    text-align:center;
}

}
