@charset "utf-8";

.boxTopText{
}
.boxSearch{
}
.boxSearch .btnSearch{
}
@media only screen and (max-width:767px){
    .commonTitPage{
        font-size: 1.45em;
        font-weight: bold;
    }
    .boxTopText{
        background:#eee;
        border: solid 1px #00395c;
        padding:15px;
    }
    .boxSearch{
        display: flex;
        justify-content: space-between;
        padding:5px 0 0 0;
    }
    .boxSearch .btnSearch{
        background: #00395c;
        border-radius: 8px;
        color: #ffffff;
        display: block;
        padding: 5px 0;
        margin-bottom: 10px;
        text-align: center;
        width: 23%;
    }
    .boxSearch .current{
        background: #e95349;
    }
    .boxSearch{
        display: flex;
        justify-content: space-between;
        padding:5px 0 0 0;
    }
    .boxSearch .btnSearch{
        background: #00395c;
        border-radius: 8px;
        color: #ffffff;
        display: block;
        padding: 5px 0;
        margin-bottom: 10px;
        text-align: center;
        width: 23%;
    }
    .boxSearch .current{
        background: #e95349;
    }
    .gallerySearchTagArea {
        display: flex;
        justify-content: space-between;
        padding:5px 0 0 0;
    }
    .gallerySearchBox .btnSearch{
        background: #00395c;
        border-radius: 8px;
        color: #ffffff;
        display: block;
        padding: 5px 0;
        margin-bottom: 10px;
        text-align: center;
        width: 23%;
    }
    .gallerySearchBox .current{
        background: #e95349;
    }
    .galleryBoxPageNavi .boxPagenavi{
        padding: 0px 0 10px 0;
    }
    .galleryBoxPageNavi .boxPagenavi .txtCountTotal{
        text-align: center;
    }
    .prefSearchArea {
        display: flex;
        align-items: center;
        gap: 12px;
        margin: 10px 0;
    }

    .prefSearchIcon img {
        width: 28px;
    }

    .prefSearch {
        flex: 1;
        position: relative;
    }

    .prefSearch select {
        width: 100%;
        border: 1px solid #707070;
        font-size: 14px;
        line-height: 19px;
        padding: 8px 40px 8px 8px;
        background: #fff;
    }

    .prefSearch::before{
        position: absolute;
        z-index: 2;
        top: 0;
        bottom: 0;
        right: 15px;
        margin: auto;
        content: "▼";
        display: flex;
        align-items: center;
        justify-content: center;
        color: #EB5244;
        font-size: 16px;
        font-weight: 700;
        pointer-events: none;
    }

    .prefSearch select .default {
        font-weight: bold;
    }
    .secListWrap {
        display: flex;
        align-items:stretch;
        margin-bottom: 20px;
    }
    .visible-xs.secListWrap {
        display: flex !important;
        gap: 20px 14px;
    }
    .secListWrap .galleryUnit{
        width: calc(50% - 7px);
    }
    /* .secListWrap .row .col-sm-4 .listData{
        height: 100%;
        margin-bottom: 0;
    } */
    .secListWrap .listData .txtTitle{
        border-left:none !important;
        font-size: 0.9em !important;
        font-weight: bold !important;
    }
    .secListWrap .listData .txtInfo{
        font-size: 0.9em !important;
    }
    .secListWrap .listData .iconItem{
        width: 50px !important;
    }
    .areaPager .pageNaviList{
        text-align: center !important;
    }
}
@media only screen and (min-width:768px){
    .boxTopText{
        background:url(../images/imgGalleryTop.jpg) left bottom no-repeat;
        padding:15px 0 15px 130px;
        min-height:120px;
        line-height: 180%;
    }
    .boxSearch{
        background:#eee;
        padding:20px;
    }
    .boxSearch .btnSearch{
        color:#EB5244;
        display:inline-block;
        padding:0 15px 0 0;
        text-decoration: underline;
    }
    .boxSearch{
        background:#eee;
        padding:20px;
    }
    .boxSearch .btnSearch{
        color:#EB5244;
        display:inline-block;
        padding:0 15px 0 0;
        text-decoration: underline;
    }
    .gallerySearchBox {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background:#eee;
        padding:10px 20px;
    }
    .gallerySearchBox .btnSearch{
        color:#EB5244;
        display:inline-block;
        padding:0 15px 0 0;
        text-decoration: underline;
    }

    .prefSearchArea {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .prefSearchIcon img {
        width: 28px;
    }

    .prefSearch {
        width: 180px;
        position: relative;
    }

    .prefSearch select {
        width: 100%;
        border: 1px solid #707070;
        font-size: 14px;
        line-height: 19px;
        padding: 8px 40px 8px 8px;
        background: #fff;
    }

    .prefSearch::before{
        position: absolute;
        z-index: 2;
        top: 0;
        bottom: 0;
        right: 15px;
        margin: auto;
        content: "▼";
        display: flex;
        align-items: center;
        justify-content: center;
        color: #EB5244;
        font-size: 16px;
        font-weight: 700;
        pointer-events: none;
    }

    .prefSearch select .default {
        font-weight: bold;
    }
}

/*---------------------------------
.secListWrap
---------------------------------*/
.secListWrap{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
}
.secListWrap > div {
    width: calc(33.3333% - 20px);
    background:#f7f7f7;
    border:solid 1px #809cad;
}
.secListWrap .listData .photo{
    text-align:center;
    background:#ffffff;
    max-height:300px;
}
.secListWrap .listData .photo{
    text-align:center;
    background:#ffffff;
    max-height:300px;
    
}
.secListWrap .listData .photo:hover{
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}
.secListWrap .listData .photo a{
    display:inline-block;
    position: relative;
}
.secListWrap .listData .photo .iconNew{
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    pointer-events: none;
}

.secListWrap .listData .photo img{
    max-height:300px;
}
.secListWrap .listData .boxText{
    width:90%;
    margin:0 auto 15px auto;
}
.secListWrap .listData .txtTitle{
    font-size:1.1em;
    margin:15px 0 5px 0;
    border-left:solid 4px #e95349;
    line-height:140%;
    padding-left:5px;
}
.secListWrap .listData .txtTitle a{
    color:#e95349;
}
.secListWrap .listData .txtTitle a:hover{
    opacity:0.8;
}
.secListWrap .listData .infoItem{
    padding:3px 0;
}
.secListWrap .listData .iconItem{
    display: inline-block;
    padding: 2px;
    width: 80px;
    text-align: center;
    background: #809cad;
    border-radius: 4px;
    color: #ffffff;
    margin: 0 5px 0 0;
}


@media only screen and (max-width:767px){
    .secListWrap .listData .photo .iconNew{
        width: 80px;
    }
}
@media only screen and (min-width:768px){
    .secListWrap .listData .photo .iconNew{
        width: 76px;
    }
}

/** ページネーションスタイルの設定 */
.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){
    .areaPager .pageNaviList {
        text-align: start !important;
    }
    .boxPagenavi .areaPager .pageNaviList a {
        margin-bottom: 20px;
    }
    .boxPagenavi .txtCountTotal {
        font-size: 14px;
    }
}

/** リニューアルページ */
/* コンテンツエリア */
.new-gallery-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;
}

/** 検索ボックス */
.new-gallerySearchBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.gallerySearchTagArea a {
    display: inline-block;
    background-color: #FFCB00;
    padding: 10px 20px;
    border-radius: 20px;
    box-shadow: 0px 1px 3px #00000029;
    font-size: 18px;
    font-weight: 500;
}
.gallerySearchTagArea a:hover {
    filter: brightness(1.1);
}
.gallerySearchTagArea a:not(:last-child) {
    margin-right: 20px;
}
.gallerySearchTagArea .current {
    background-color: #FFFFFF;
}
.prefSearch::before {
    color: #D52323;
}
.prefSearch select {
    font-size: 18px;
    border: 1px solid #AAAAAA;
}

/** 記事 */
.secListWrap {
    margin: 40px 0 40px 0;
    display: block;
    flex-wrap: initial;
    gap: initial;
}
.secListWrap > div {
    width: 100%;
    background: none;
    border: none;
}
/* 記事一覧 */
.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: 100%;
    min-height: 305px;
    /* height: 285px; */
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 3px #00000029;
    border-radius: 4px;
}
.new-list-wrap .new-list-item-wrap:not(:last-child) {
    margin-right: 5px;
}
.new-list-wrap .new-list-item-wrap:hover {
    filter: brightness(1.1);
}
.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;
}
.new-list-item .listData .iconNew {
    background-color: #D52323;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px 1px 5px;
    position: absolute;
    left: 0px;
    display: block;
    border-radius: 4px 0 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%;
}
.data-info-area {
    height: 68px;
}
.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: 55px;
}
.listData .new-boxInfo .new-txtTitle {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    line-height: 140%;
}
.listData .new-boxInfo .txtDataInfo {
    color: #000000;
    padding: 0;
    font-size: 12px;
    line-height: normal;
    display: flex;
}
.txtDataInfoTitle {
    width: 55px;
}
.txtDataInfoContent {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.listData .new-boxInfo .txtDataInfo 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-gallery-area {
        padding: 20px 0 20px 0;
    }
    /* ページタイトル */
    .new-commonTitPage {
        font-size: 20px;
    }
    /* ページ説明 */
    .new-page-desc {
        font-size: 14px;
        margin: 20px 0 20px 0;
    }
    /** 検索ボックス */
    .new-gallerySearchBox {
        display: block;
    }
    .gallerySearchTagArea {
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 0;
    }
    .gallerySearchTagArea a {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .prefSearchArea {
        margin: 0 0 40px 0;
    }
    .prefSearch select {
        font-size: 14px;
    }
    /* 記事 */
    .secListWrap {
        margin: 20px 0 40px 0;
    }
    .visible-xs.secListWrap {
        display: block !important;
    }
    /* 記事一覧 */
    .new-list-wrap:not(:last-child) {
        margin-bottom: 15px;
    }
    /* 記事 */
    .new-list-wrap .new-list-item-wrap {
        width: calc(50% - 8px);
        height: 100%;
        min-height: 270px;
        /* height: 260px; */
    }
    .new-list-wrap .new-list-item-wrap:not(:last-child) {
        margin-right: 15px;
    }
    .new-list-item .listData .iconNew {
        font-size: 10px;
    }
    /* 画像 */
    .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 .txtDataInfo {
        font-size: 10px;
    }
    .listData .new-boxInfo .txtDate {
        font-size: 10px;
    }
    .data-info-area {
        height: 60px;
    }
}