@charset "utf-8";

.topImage{
    padding:20px 10px 20px 10px;
    text-align:center;
    color:#00395c;
}


.secListWrap{
}
.secListWrap .listData{
    padding:0 0 20px 0;
}
.secListWrap .listData .titleWrap{
    position: relative;
}

.secListWrap .listData .txtTitle{
    font-size: 1.6em;
    line-height: 140%;
    font-weight: bold;
    color:#e95349;
    padding:0 0 0px 0;
    width:100%;
}
.js-text-overflow {
    overflow: hidden; /* overflow: hidden;　がキモ。*/
    height: 68px;
  }
.secListWrap .listData .icoMovie{
    position: absolute;
    right:0px;
    display: block;
}
.secListWrap .listData .txtTitle a{
    color:#e95349;
}
.secListWrap .listData .txtTitle a:hover{
    text-decoration:none;
    opacity: 0.8;
}


.secListWrap .listData .boxPhoto{
    border:solid 1px #999999;
    background:#ffffff;
    text-align:center;
    padding:4px;
    max-height:310px;
}
.secListWrap .listData .boxPhoto img{
    height:300px;
    object-fit: cover;
}

.secListWrap .listData .txtAddress{
    color:#b57f42;
    padding:10px 5px 0px 0;
    font-size:1.1em;
    line-height:120%;
}
.secListWrap .listData .txtInfo{
    padding:10px 0px 8px 0px;
}
.secListWrap .listData .txtDetailLink a{
    color:#00395c;
    font-size:1.1em;
    font-weight: bold;
}
.secListWrap .listData .txtDetailLink a:hover{
    text-decoration: none;
    opacity:0.8;
}


@media only screen and (max-width:767px){
    .topImage{
        background:#edddcc;
    }
    .topImage .txt01{
        font-size:1.2em;
        line-height:150%;
    }
    .topImage .txt02{
        font-size:1.6em;
        line-height:150%;
        font-weight: bold;
    }
}
@media print, screen and (min-width:768px){
    .topImage{
        background:url(../images/topImageIcon.png) right 10px center no-repeat #edddcc;
    }
    .topImage .txt01{
        font-size:1.5em;
        line-height:150%;
    }
    .topImage .txt02{
        font-size:3.0em;
        line-height:150%;
    }
}

/** ページネーションスタイルの設定 */
.boxPagenavi {
    padding: 0;
}
.boxPagenavi .areaPager .pageNaviList {
    display: flex;
    flex-wrap: wrap;
}
.boxPagenavi .areaPager .pageNaviList a {
    display: inline-block;
    margin: 0 20px 20px 0;
    background: #FFCB00 !important;
    color: #000000;
    box-shadow: 0px 1px 3px #00000029;
    opacity: 1;
    font-size: 14px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.boxPagenavi .areaPager .pageNaviList a.on {
    background: #FFFFFF !important;
}
.boxPagenavi .txtCountTotal {
    font-size: 18px;
    text-align: initial;
    float: initial;
    margin-bottom: 20px;
}
.boxPagenavi:nth-of-type(2) .areaPager {
    display: none;
}
.boxPagenavi:nth-of-type(2) .txtCountTotal {
    margin: 0;
}
@media only screen and (max-width:767px){
    .boxPagenavi .areaPager .pageNaviList a {
        margin-bottom: 20px;
    }
    .boxPagenavi .txtCountTotal {
        font-size: 14px;
    }
}

/** リニューアルページ */
/* コンテンツエリア */
.new-voice-area {
    background-color: #F9F7F2;
    padding: 40px 0 60px 0;
}
/* ページタイトル */
.new-commonTitPage {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.5;
}
/* ページ説明 */
.new-page-desc {
    font-size: 18px;
    font-weight: 500;
    margin: 40px 0 40px 0;
}

/** 記事 */
.secListWrap {
    margin: 40px 0 40px 0;
}
/* 記事一覧 */
.new-list-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.new-list-wrap:not(:last-child) {
    margin-bottom: 5px;
}
/* 記事 */
.new-list-wrap .new-list-item-wrap {
    width: calc(20% - 4px);
    height: 252px;
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 3px #00000029;
    border-radius: 4px;
}
.new-list-wrap .new-list-item-wrap:hover {
    filter: brightness(1.1);
}
.new-list-wrap .new-list-item-wrap:not(:last-child) {
    margin-right: 5px;
}
.new-list-wrap .new-list-item-wrap a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.new-list-item {
    height: 100%;
}
.listData {
    padding: 0 !important;
    height: 100% !important;
    display: flex;
    flex-flow: column;
}
.listData .icoMovie {
    border-radius: 0 4px 0 0;
}
/* 画像 */
.listData .new-boxPhoto {
    border: none;
    text-align: center;
    padding: 0;
    height: 128px;
}
.listData .new-boxPhoto .imgWrap {
    height: 128px;
}
.listData .new-boxPhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px 4px 0 0;
}
/* 記事情報 */
.listData .new-boxInfo {
    padding: 10px;
    height: 100%;
    display: grid;
}
.new-boxInfo-item {
    display: grid;
}
.listData .new-boxInfo .txtCategory{
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 1px;
    line-height: 1;
}
.listData .new-boxInfo .txtCategory span{
    font-size: 12px;
    background-color: #FFCB00;
    padding: 0 4px 0 4px;
}
.listData .new-boxInfo .titleWrap {
    height: 100%;
    min-height: 51px;
}
.listData .new-boxInfo .txtTitle {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}
.listData .new-boxInfo .txtAddress {
    color: #000000;
    padding: 0;
    font-size: 12px;
    line-height: normal;
}
.listData .new-boxInfo .txtAddress span {
    vertical-align: bottom;
}
.listData .new-boxInfo .txtDate {
    font-size: 12px;
    line-height: normal;
}
.listData .new-boxInfo .txtDate span {
    vertical-align: bottom;
}
@media only screen and (max-width:767px){
    /* コンテンツエリア */
    .new-voice-area {
        padding: 20px 0 20px 0;
    }
    /* ページタイトル */
    .new-commonTitPage {
        font-size: 20px;
    }
    /* ページ説明 */
    .new-page-desc {
        font-size: 14px;
        margin: 20px 0 20px 0;
    }
    /* 記事 */
    .secListWrap {
        margin: 20px 0 40px 0;
    }
    /* 記事一覧 */
    .new-list-wrap:not(:last-child) {
        margin-bottom: 15px;
    }
    /* 記事 */
    .new-list-wrap .new-list-item-wrap {
        width: calc(50% - 8px);
        height: 224px;
    }
    .new-list-wrap .new-list-item-wrap:not(:last-child) {
        margin-right: 15px;
    }
    /* 画像 */
    .listData .new-boxPhoto {
        height: 108px;
    }
    .listData .new-boxPhoto .imgWrap{
        height: 108px;
    }
    /* 記事情報 */
    .listData .new-boxInfo .txtCategory {
        line-height: 0.5;
    }
    .listData .new-boxInfo .txtCategory span{
        font-size: 10px;
    }
    .listData .new-boxInfo .txtAddress {
        font-size: 10px;
    }
    .listData .new-boxInfo .txtDate {
        font-size: 10px;
    }
}