@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 3px;
    background: #22a0dd;
    color: #fff;
    border-radius: 2px;
}

@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;
}

/* 
===========================================================
   # 新着情報｜News
===========================================================
*/
#news {           
    font-family: "游ゴシック体", 'YuGothic', "游ゴシック Medium", 'Yu Gothic Medium', "ヒラギノ角ゴ ProN", 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
/* ------ 2カテゴリー ------ */
.top{
    vertical-align: text-top;
}
/* h2 Title */
h2.news-title{
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: ;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 6px;
    margin-bottom: 4px;
    color: #fff;
    background: var(--dark);
    padding-top: 7px;
    border-radius: 2px;
    
    text-shadow: 0 0 3px rgba(0,0,0, .075);
}
p.category-capsule{
    font-size: 11px;
    color: var(--white);
    line-height: 1;
    display: inline-block;
    background: #65bde7;
    padding: 3px 10px 3px;
    border-radius: 999px;
    margin 0;
}


/* LEFT */
#news-left{
    max-height: 320px;
    width: 100%;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}
#news-left dt{
    padding: 7px 0 2px 2px;
    margin: 0;
}
#news-left dt:first-child{
    padding-top: 10px;
}
/*リスト表示*/
#news-left dd{
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    margin: 0;
    font-size: 14px;
}
/*リンクテキストの表示*/
#news-left dd a{
    color: #333;
    display: inline-block;
	font-weight: normal;
	padding-left: 3px;
	text-decoration: none;
}
/*リンクテキスト hover */
#news-left dd a:hover{
    color: #337ab7;
    text-decoration: underline;
}


/* RIGHT */
#news-right{
    max-height: 320px;
    width: 100%;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}
ul.media-news{
    list-style-type: none !important;
    padding: 0;
}
.media-news li{
    padding: 7px 3px;
    border-bottom: 1px solid #ccc;
}
.media-news img{
    width: 90px;
    height: 90px;
    object-fit: cover;
    float: left;
    clear: left;
    margin: 0;
}
.media-news-descr{
    overflow: hidden;
    overflow-wrap: break-word;
    padding-left: 10px;
}
.media-news-title{
    font-weight: bold;
    padding-bottom: 2px;
}
.media-news-body{
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #777;
}

#news-right a{
    color: #333;
	text-decoration: none;
}
#news-right a:hover{
    color: #337ab7;
    text-decoration: underline;
}

.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: 3px;
	border-radius: 3px;
	vertical-align: text-top;
}

/* ボタン黒 */
.btn-mod.btn-border-b{
    color: #222;
    font-weight: bold;
    border: 2px solid #65bde7;
    background: transparent;
}
.btn-mod.btn-border-b:hover,
.btn-mod.btn-border-b:focus{
     color: #fff;
    font-weight: bold;
    border: 2px solid #65bde7;
    background: #65bde7;
    
    letter-spacing: 0.3em;
}

/* ボタン赤 */
.btn-mod.btn-border-r{
    color: #fff;
    font-weight: bold;
    border-color: transparent;
    background: #e3000e;
}
.btn-mod.btn-border-r:hover,
.btn-mod.btn-border-r:focus{
    color: #333;
    font-weight: bold;
    border: 2px solid #e3000e;
    background: transparent;
    
    letter-spacing: 0.3em;
}

