@charset "utf-8";

/* ニュース一覧 */
#news.recruit_news {
    margin: 2% 2% 0%;
    padding-bottom: 0;
}
#news.recruit_news.shop_news_items {
    margin: initial;
    padding: 2% 2% 0%;
    border-bottom: 1px solid #e0e0e0;
}
#news.recruit_news.shop_news_items .news_contents_list {
    border-bottom: initial;
}
.news_contents_list {
    margin: 10px 2% 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}
.news_contents_list h3 {
    font-size: 20px;
}
.news_contents_list li {
    display: block;
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
.news_contents_list li a {
    display: block;
    padding: 15px 10px;
    width: 100%;
    border: 2px solid #CCC;
    border-radius: 5px;
    background-color: #fff;
    box-sizing: border-box;
}
#news .news_contentsimg {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
#news .news_contentsimg::before {
    content: '';
    display: block;
    padding-top: 55%;
}
#news .news_contentsimg .imgbox1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#news .news_contentsimg .imgbox2 {
    width: 100%;
    max-height: 100%;
}
#news .news_contentsimg img {
    width: 100%;
    vertical-align: middle;
    height: 100%;
    object-fit: contain;
    background-color: #0e0e0e;
}
#news .news_contentsimg .playImg {
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    filter: drop-shadow(0px 0px 8px black);
    z-index: 1;
    right: initial;
    bottom: initial;
    margin: initial;
    background-color: initial;
    object-fit: initial;
    height: initial;
}
.news_contents_list .news_contentstext {
    padding: 0 5px;
    width: 100%;
    text-align: left;
    word-break: break-all;
    word-wrap: break-word;
    box-sizing: border-box;
}
.news_contents_list .news_contentstext .news_contentsTitle {
    margin: 8px 0;
    line-height: 26px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
.news_contents_list .news_contentstext .news_keisaiDt {
    line-height: 16px;
    color: #666666;
    font-size: 13px;
    text-align: right;
}
.news_contents_list .news_contentstext .news_contentsTitle {
    margin: 8px 0;
    line-height: 26px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

/* ニュース詳細 */
#news .newsBox {
    margin-bottom: 20px;
}
#news .newsBox.multi_post_contents {
    font-size: 14px;
    line-height: 18px;
}
#news .newsBox.multi_post_contents h3 {
    color: #635444;
    font-weight: bold;
    font-size: 16px;
}
#news .movieBlock, 
#news .imageBlock {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    max-width: 480px;
    background-color: #000000;
    border: solid 1px #CCCCCC;
    margin: 15px auto 15px;
}
#news .movieBlock video,
#news .content_pic_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #0e0e0e;
}
#news .movieBlock:after,
#news .imageBlock:after {
    content: "";
    display: block;
    padding-top: 56.25%;
}
#news .s_scontent {
    font-weight: bold;
    font-size: 16px;
}
#news .content {
    width: 100%;
    padding-top: 15px;
    overflow: auto;
    font-size: 16px;
}
#news .content_pic {
    text-align: center;
    padding: 0 15px 15px;
}
.box-a img{float:left; margin:10px 10px 10px 10px; max-width: 90%;}
.box-b img{float:right; margin:10px 10px 10px 15px; max-width: 90%;}
.box-c img{margin:10px 10px 10px 10px; max-width: 90%;}
.box-d img{margin:10px 10px 10px 10px; max-width: 90%;}
.box-a,.box-b,.box-c,.box-d{margin-bottom: 20px;}

.box-a:after,
.box-b:after {
    content: "";
    display: block;
    clear: both;
}

#news .news_sub {
    font-size: 14px;
    background: #EFDFE2;
    padding: 8px 10px;
}
#news .news_sub h4 {
    color: #635444;
    font-weight: bold;
}
#news .topics_text {
    text-align: center;
}
#news .topics_text img {
    color: #635444;
    font-weight: bold;
    max-width: 90%;
}
#news .sub_text {
    padding: 10px 5px 5px 10px;
    font-size: 16px;
}

/* 店舗情報 */
#news .shopDtl {
    position: relative;
    background: #FFF;
    padding: 10px 0px;
}
#news .shopDtl>a {
    padding-left: 10px;
}
#news .shopName-sk {
    text-decoration: none;
}
#news .shopDtl .shopCategory {
    color: #333;
    text-decoration: none;
    padding-left: 5px;
}
#news .shopDtl .shopInfo {
    padding-left: 10px;
}
#news .newsShop .shopDtl .shopInfo dt {
    float: left;
    width: 40px;
    text-align: start;
    padding-right: 5px;
}
#news .newsShop .shopDtl .shopInfo dd {
    text-align-last: left;
}
#news .newsShop .shopDtl .shopMail {
    display: block;
    padding: initial;
    width: 100%;
    border: initial;
    border-radius: 5px;
    background-color: #fff;
    box-sizing: border-box;
}
.telmail dl {
    display: flex;
}
.news_contents_list li dd a {
    padding: 0;
}
.shopInfo * {
    border: none !important;
}