@charset "utf-8";

/*
===========================================================
   # 電話をかける｜スマホ画面下部（スマホのみ有効）
===========================================================
*/
/* スマホ以外で電話自動発信を無効にする */


/* 
===========================================================
   # お電話でお問い合わせ｜Contact
===========================================================
*/
/* 前後に線 */
.phone{
    display: flex;
    align-items: center; /* 垂直中心 */
    justify-content: center; /* 水平中心 */
    white-space: nowrap;
}
.phone:before, .phone:after {
    border-top: 1px solid #bbb;
    content: "";
    width: 100%; /* 線の長さ */
}
.phone:before {
    margin-right: 1rem; /* 文字の右隣 */
}
.phone:after {
    margin-left: 1rem; /* 文字の左隣 */
}
.phone-number{
    font-size: 30px;
    letter-spacing: 0.02em;
}

.hours{
    display: inline-block;
    padding: 2px 18px 1px;
    background: #22a0dd;
    color: #fff;
    border-radius: 999px;
}

@media (min-width: 992px) {
    .phone-number{
        font-size: 34px;
    }
    .contact-mail{
        margin-top: 35px;
    }
}

/* 
===========================================================
   # お問い合わせはこちら｜Contact
===========================================================
*/
.contact-wrap{
    position: relative;
    background: #fcfbee;
    text-align: center;
    border: 2px solid #8da9ff;
    border-radius: 12px;
    padding: 15px 0;
    margin-bottom: 10px;
    overflow: hidden;
    z-index: 1;
}
.contact-title{
    color: #555;
    font-size: 14px;
    margin-bottom: 10px;
    z-index: 1;
}
.contact-number{
    font-size: 25px;
    color: #222;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
    z-index: 1;
}
.contact-number > i{
    color: #0d61a0;
}
.contact-time{
    background: #fff;
    font-size: 14px;
    color: #555;
    letter-spacing: 0.1em;
    border: 1px dashed #ccc;
    padding: 6px 0;
    margin: 0 auto;
    max-width: 280px;
    z-index: 1;
}
.contact-bottom{
    font-size: 14px;
    padding: 12px 0 0;
    margin: 0 auto;
    z-index: 1;
}

/* 
===========================================================
   # 新着情報｜テキストのみ
===========================================================
*/
/* ---------- 1カテゴリー ---------- */
#news-1category{
    max-height: 320px;
    width: 100%;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}
#news-1category dt{
    padding: 7px 0 2px 2px;
    margin: 0;
}
#news-1category dt:first-child{
    padding-top: 10px;
}
/*リスト表示*/
#news-1category dd{
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    margin: 0;
}
/*リンクテキストの表示*/
#news-1category dd a{
    color: #333;
    display: inline-block;
	font-weight: normal;
	padding-left: 3px;
	text-decoration: none;
}
/*リンクテキスト hover */
#news-1category dd a:hover{
    color: #5c8be2;
    text-decoration: underline;
}
@media(min-width:992px ){
    #news-1category dl{
        padding: 5px 0;
        overflow-y: ;
    }
    #news-1category dt:first-child{
        padding-top: 12px;
    }
    #news-1category dt{
        float: left;
        clear: both;
        width: 12rem;
        padding: 12px 5px 12px;
        border-top: 1px solid #ddd; 
        font-weight: ;
        line-height: 1.4;
    }
    #news-1category dd{
        margin-left: 12rem;
        margin-bottom: 1px;
        padding: 12px 10px 12px;
        border-top: 1px solid #ddd; 
        border-bottom: none;
    }
    #news-1category p{
        line-height: 1.4;
    }
    #news-1category dd a{
	    font-weight: ;
    }
}
.media-news-body br{
    display: none;
}

/* 新着記事のNEW表示 */
.new-post:after{
	content: "NEW";
	font-size: 9px;
	font-weight: bold; 
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1;
	background: #f32929;
	color: #fff;
	padding: 2px 3px 2px;
	margin-left: 2px;
	border-radius: 3px;
	vertical-align: text-top;
}
