@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : news.css
Description :
===================================================================== */

/* =====================================================================
*    news
* =================================================================== */
.news_list {
    width: calc(670 / 750 * 100%);
    margin: 0 auto;
}

.news_list > li {
    margin: 0 0 calc(25 / 670 * 100%);
    padding: calc(50 / 670 * 100%);
    background: linear-gradient(135deg, rgb(255, 254, 249) 0%, rgb(255, 250, 233) 50%, rgb(255, 250, 233) 100%);
    -webkit-box-shadow: 0 0 calc(10 / 750 * 100vw) rgba(0,0,0,0.1);
    box-shadow: 0 0 calc(10 / 750 * 100vw) rgba(0,0,0,0.1);
}

.news_list > li:last-child {
    margin-bottom: 0;
}

.news_list_box > dt {
    margin: 0 0 calc(50 / 570 * 100%);
    padding: 0 0 calc(30 / 570 * 100%);
    background: url(../images/common/line_yellow.png) repeat-x left bottom;
    background-size: calc(10 / 570 * 100%) auto;
}

.news_list_date {
    display: block;
    color: #c9b25a;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 0 calc(10 / 570 * 100%);
}

.news_list_ttl {
    color: #867c5a;
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 1.5;
}

.news_list_txt {
    color: #696969;
    font-size: 2.8rem;
    line-height: 1.714;
    letter-spacing: -0.05em;
}

.news_list_txt > img {
    width: calc(540 / 570 * 100%);
    margin: calc(40 / 570 * 100%) auto;
}

.news_list_txt > img:first-of-type {
    margin-top: 0 !important;
}

.news_list_btn {
    width: calc(500 / 570 * 100%);
    margin: calc(60 / 570 * 100%) auto;
    -webkit-box-shadow: 0 0 calc(10 / 750 * 100vw) rgba(0,0,0,0.1);
    box-shadow: 0 0 calc(10 / 750 * 100vw) rgba(0,0,0,0.1);
}

@media screen and (min-width: 768px) {
    .news {
        background: url(../images/common/bg_sub_pc1.jpg) no-repeat center top, url(../images/common/bg_ring.png) repeat-y center top;
        background-size: calc(1600 / 1100 * 100%) auto, calc(1600 / 1100 * 100%) auto;
    }
    
    .news_list {
        width: 100%;
    }
    
    .news_list > li {
        margin: 0 0 calc(25 / 1000 * 100%);
        padding: calc(20 / 1000 * 100%) calc(40 / 1000 * 100%) calc(30 / 1000 * 100%);
        background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 250, 233) 80%, rgb(255, 250, 233) 100%);
        -webkit-box-shadow: 0 0 calc(10 / 1100 * 100vw) rgba(0,0,0,0.1);
        box-shadow: 0 0 calc(10 / 1100 * 100vw) rgba(0,0,0,0.1);
    }
    
    .news_list_box > dt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 calc(20 / 920 * 100%);
        padding: 0 0 calc(10 / 920 * 100%);
        background-size: calc(5 / 920 * 100%) auto;
    }
    
    .news_list_date {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: calc(125 / 920 * 100%);
        margin: 0 calc(15 / 920 * 100%) 0 0;
        font-size: 1.4rem;
    }
    
    .news_list_ttl {
        width: calc(780 / 920 * 100%);
        font-size: 2.2rem;
    }
    
    .news_list_ttl::before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background-color: #c9b25a;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 0 0 calc(-15 / 920 * 100%);
    }
    
    .news_list_txt {
        font-size: 1.6rem;
        line-height: 1.875;
        letter-spacing: -0.03em;
    }
    
    .news_list_txt > img {
        width: calc(350 / 920 * 100%);
        margin: calc(20 / 920 * 100%) calc(30 / 920 * 100%) 0 0;
        float: left;
    }
    
    .news_list_txt > img:nth-child(2n) {
        float: right;
        margin: calc(20 / 920 * 100%) 0 0 calc(30 / 920 * 100%);
    }
    
    .news_list > li:nth-child(2n) .news_list_txt > img {
        float: right;
        margin: calc(20 / 920 * 100%) 0 0 calc(30 / 920 * 100%);
    }
    
    .news_list > li:nth-child(2n) .news_list_txt > img:nth-child(2n) {
        margin: calc(20 / 920 * 100%) calc(30 / 920 * 100%) 0 0;
        float: left;
    }
    
    .news_list_txt .news_list_photo_big {
        width: calc(700 / 920 * 100%);
        margin: 0 auto calc(20 / 920 * 100%) !important;
        float: none !important;
    }
    
    .news_list_btn {
        width: calc(315 / 1100 * 100vw);
        margin: calc(20 / 1100 * 100vw) auto;
    }
}

@media screen and (min-width: 1100px) {
    .news {
        background-size: 1600px auto, 1600px auto;
    }
    
    .news_list > li {
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    
    .news_list_btn {
        width: 315px;
        margin: 20px auto;
    }
}


/* =====================================================================
*    67コール募集用追加
* =================================================================== */
@media screen and (min-width: 700px) {
    .sp {display: none;    
    }
}

@media screen and (max-width: 699px) {
    .pc {display: none;    
    }
}

.txt li a {
    display: inline!important;
    text-decoration: underline!important;
}

.txt li a:link {
    color: #F00;
}
.txt li a:visited {
    color: #F00;
}
.txt li a:hover {
    color: #F00;
}
.txt li a:active {
    color: #F00;
}

.txt {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 30px;
}

.txt li {
    margin-bottom: 5px;
}

@media screen and (max-width: 699px) {
    .dates {
        color: #F00;
        font-weight: bold;
        margin: 3px 3px 0 5px;
        background-color: #FFF;
        line-height: 1.5em;
    }
}


@media screen and (min-width: 700px) {
    .dates {
        color: #F00;
        font-weight: bold;
        margin: 3px 3px 0 5px;
        background-color: #FFF;
        line-height: 1.5em;
    }
}

@media screen and (max-width: 699px) {
    .call67 {
        width: 80px;
        padding-right: 1px;
        display: inline-block;
        margin-bottom: 2px;
    }
}

@media screen and (min-width: 700px) {
    .call67 img {
        width: 85px;
        height: auto;
        padding-right: 2px;
        display: inline-block;
    }
}

@media screen and (max-width: 699px) {
    .call67 img {
        padding-left: 15px;
        width: 100% !important;
    }
}

.tellbox {
    width: 50%;
    padding: 2%;
    margin: 10px auto;
    background-color: #FFF;
    border: solid 2px #e23167;
    border-radius: .4em;
}

@media screen and (max-width: 699px) {
    .tellbox {
        width: 90%;
        padding: 5%;
    }
}

.telltxt {
    font-weight: bold;
    text-align: center;
    color: #F00;
}

.telltxt span{
    font-size: 2rem!important;
    font-weight: bold;
    text-align: center;
    color: #F00;
    text-decoration: underline!important;
}

.telltxt a{
    font-weight: bold;
    text-align: center;
    color: #F00;
    text-decoration: underline!important;
}

