﻿@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document category-index
--------------------------------------------------------- */

#contents_wrap_inner,
#contents_wrap #contents_wrap_inner,
footer {
    width: 100%;
}

#contents_wrap .category-list {
    font-size: 14px;
}

#contents_wrap * {
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
}

#contents_wrap figure img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
    border: 0;
}

.pc {
    display: none;
}
/* ---------------------------------------------------------
	CSS Document slick
--------------------------------------------------------- */

.slick-list {
    overflow: hidden;
}

.slick-list:after {
    content: "";
    display: block;
    clear: both;
    height: 15px;
    overflow: hidden;
}

.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.slick-dots {
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 20px;
}

.slick-dots button {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 0;
    background: #c1c1c1;
}

.slick-dots li.slick-active button {
    background: #ffb03e;
}

/* ---------------------------------------------------------
	CSS Document list-now
--------------------------------------------------------- */

#contents_wrap .list-now {
    margin: 0 0 20px;
    font-size: 0;
}

#contents_wrap .list-now h2 {
    height: 60px;
    margin-bottom: 30px;
    background: #333;
    text-align: center;
    font-weight: normal;
    font-family: Roboto, 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 20px;
    font-size: 4.2vmin;
    line-height: 60px;
    color: #fff;
    position: relative;
    padding: 0 9px;
}

@media only screen and (min-width: 640px) {
    #contents_wrap .list-now h2 {
        font-size: 28px;
    }
}

#contents_wrap .list-now h2:after {
    content: '';
    width: 0;
    height: 0;
    margin-left: -14px;
    border: solid 14px transparent;
    border-top: solid 16px #333;
    position: absolute;
    left: 50%;
    bottom: -30px;
}

#contents_wrap .list-now h3 {
    margin-bottom: 15px;
    text-align: center;
    font-family: 'Sawarabi Mincho', 'Yu Mincho', YuMincho, serif;
    font-weight: 400;
    font-size: 32px;
    font-size: 7vmin;
    line-height: 1.3;
    color: #333;
}

@media only screen and (min-width: 640px) {
    #contents_wrap .list-now h3 {
        font-size: 32px;
    }
}

#contents_wrap .list-now-item {
    margin: 0 10px;
    position: relative;
}

#contents_wrap .list-now-item a {
    display: block;
    text-decoration: none;
    color: #000;
}

#contents_wrap .list-now-image img {
    width: 100%;
}

#contents_wrap .list-now-comment {
    width: 100%;
    padding: 10px;
    background: rgba(0,0,0,0.6);
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* ---------------------------------------------------------
	CSS Document list-entries
--------------------------------------------------------- */

#contents_wrap .category-list .list-entries {
    margin: 0 auto 40px;
    text-align: center;
    font-size: 0;
    width: 96%;
}

#contents_wrap .category-list .list-entries h3 {
    margin-bottom: 15px;
    text-align: center;
    font-family: 'Sawarabi Mincho', 'Yu Mincho', YuMincho, serif;
    font-weight: 400;
    font-size: 28px;
    font-size: 7vmin;
    line-height: 1.3;
    color: #333;
}

@media only screen and (min-width: 640px) {
    #contents_wrap .category-list .list-entries h3 {
        font-size: 32px;
    }
}

#contents_wrap .category-list .list_entry {
    margin-bottom: 15px;
    background: #f7f7f7;
    text-align: center;
    position: relative;
}

#contents_wrap .category-list .list_entry .ico_spot,
#contents_wrap .category-list .list_entry .ico_event {
    height: 25px;
    padding: 0 10px 0 29px;
    background: #336633 url(/img/ico_event.png) no-repeat 10px;
    background-size: 14px auto;
    text-align: left;
    font-weight: bold;
    font-size: 13rem;
    font-size: 13px;
    line-height: 25px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

#contents_wrap .category-list .list_entry .ico_event {
    background-color: #cc9933;
}

#contents_wrap .category-list .list_entry a {
    display: block;
    text-decoration: none;
    color: #4c4c4c;
}

@media only screen and (max-width: 341px) {
    #contents_wrap .category-list .list_entry .list_img {
        width: 100%;
        margin-bottom: 15px;
    }

    #contents_wrap .category-list .list_entry .list_img img {
        width: 100%;
    }
}

@media only screen and (min-width: 341px) {
    #contents_wrap .category-list .list_entry .list_img {
        width: 100%;
        height: 210px;
        overflow: hidden;
        background: #000;
        margin-bottom: 15px;
        position: relative;
    }

    #contents_wrap .category-list .list_entry .list_img img {
        width: 100%;
        height: 213px;
        object-fit: cover;
        /*-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		position: absolute;
		top: 50%;
		left: 0;*/
    }
}

#contents_wrap .category-list .list_entry .list_txt {
    padding: 0 15px 15px;
    text-align: left;
}

#contents_wrap .category-list .list_entry .area {
    height: 15px;
    margin-bottom: 10px;
    padding-left: 18px;
    background: url(/s/img/info/ico_area.png) no-repeat 0 50%;
    background-size: 11px 14px;
    font-size: 15rem;
    font-size: 15px;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#contents_wrap .category-list .list_entry .tit_article {
    margin-bottom: 5px;
    text-align: left;
    font-weight: bold;
    font-size: 15rem;
    font-size: 15px;
    line-height: 21px;
    color: #536b5b;
    height: 42px !important;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#contents_wrap .category-list .list_entry .date {
    margin-bottom: 10px;
    font-size: 12rem;
    font-size: 12px;
    line-height: 22px;
    color: #808080;
}

#contents_wrap .category-list .list_entry .box_icon ul {
    font-size: 0;
}

#contents_wrap .category-list .list_entry .box_icon ul li {
    display: inline-block;
    vertical-align: top;
    height: 21px;
    margin: 0 4px 6px 0;
    padding: 0 5px 0 8px;
    background: url(/s/img/info/bg_ico_category.png) no-repeat 0 0;
    background-size: auto 21px;
    font-size: 12px;
    line-height: 21px;
    color: #905030;
    border-right: 1px solid #eed0a4;
}

#contents_wrap .category-list .list-entries .more_btn {
    margin-top: 20px;
}

#contents_wrap .category-list .list-entries .more_btn li {
    display: inline-block;
    vertical-align: top;
    width: 80%;
}

#contents_wrap .category-list .list-entries .more_btn a {
    display: block;
    height: 50px;
    padding-left: 23px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 2px #ffb03e;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 50px;
    color: #ffb03e;
}

#contents_wrap .category-list .list-entries .more_btn a:after {
    display: inline-block;
    vertical-align: 2px;
    content: '';
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-top: solid 2px #ffb03e;
    border-right: solid 2px #ffb03e;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ---------------------------------------------------------
	CSS Document list-search
--------------------------------------------------------- */

#contents_wrap .category-list .list-search {
    /*margin-bottom: 20px;*/
    padding: 30px 13px 30px;
    background: #f2f2f2;
    text-align: center;
    color: #4a4a4a;
}

#contents_wrap .category-list .list-search h3 span:first-of-type {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
}

#contents_wrap .category-list .list-search h3 span:last-of-type {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    padding: 10px 25px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #fff;
    font-family: 'Sawarabi Mincho', 'Yu Mincho', YuMincho, serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.3;
    position: relative;
}

#contents_wrap .category-list .list-search h3 span:last-of-type:after {
    content: '';
    width: 0;
    height: 0;
    margin-left: -14px;
    border: solid 14px transparent;
    border-top: solid 16px #fff;
    position: absolute;
    left: 50%;
    bottom: -30px;
}

#contents_wrap .category-list .list-search .search_category {
    display: inline-block;
    vertical-align: top;
    height: 21px;
    margin-bottom: 10px;
    padding-left: 16px;
    padding-top: 2px;
    background: url(/s/img/info/ico_area.png) no-repeat 0 3px;
    background-size: 12px auto;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
}

#contents_wrap .category-list .list-search .search_category.ico_calendar {
    padding-left: 20px;
    background: url(/img/info/search_span.png) no-repeat 0 3px;
    background-size: 17px auto;
}

#contents_wrap .category-list .list-search .search_category.ico_tag {
    padding-left: 18px;
    background: url(/img/ico_tag.svg) no-repeat 0 3px;
    background-size: 14px auto;
}

#contents_wrap .category-list .list-search-tag {
    margin-bottom: 20px;
    font-size: 0;
}

#contents_wrap .category-list .list-search-tag li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 6px;
    width: 49%;
}

#contents_wrap .category-list .list-search-tag li:nth-of-type(odd) {
    margin-right: 2%;
}

#contents_wrap .category-list .list-search-tag li a {
    display: block;
    height: 40px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #ffb03e;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    line-height: 38px;
    color: #ffffff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

#contents_wrap .category-list .list-search-tag li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 14px;
}

#contents_wrap .category-list .list-search-tag li .mini {
    font-size: 12px;
}

#contents_wrap .category-list .list-search-area {
    margin-bottom: 25px;
}

#contents_wrap .category-list .list-search-area select {
    vertical-align: top;
    width: 100%;
    /*max-width: 300px;*/
    height: 40px;
    outline: 0;
    padding-left: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #a7a7a7;
    background: #fff url(/img/icon-arrow-select.png) no-repeat right;
    background-size: 20px auto;
    font-family: Roboto, 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #333;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#contents_wrap .category-list .list-search-calendar {
    margin-bottom: 25px;
}

#contents_wrap .category-list .list-search-calendar dl {
    /*max-width: 300px;*/
    height: 42px;
    margin: 0 auto;
    padding-left: 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #a7a7a7;
    background: #fff;
    text-align: left;
    font-size: 0;
    line-height: 40px;
    position: relative;
}

#contents_wrap .category-list .list-search-calendar dt {
    display: inline-block;
    vertical-align: top;
    width: 70px;
    font-weight: normal;
    font-size: 14px;
}

#contents_wrap .category-list .list-search-calendar dd {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-size: 12px;
}

#contents_wrap .category-list .list-search-calendar input {
    vertical-align: top;
    width: 95%;
    height: 40px;
    margin-left: 16px;
    outline: 0;
    border: 0;
    background: #fff;
    text-align: left;
    font-family: Roboto, 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #333;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#contents_wrap .category-list .list-search-calendar-btn {
    width: calc(100% - 240px);
    max-width: 140px;
    min-width: 100px;
    height: 42px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    background: #ffb03e;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: -1px;
    right: -1px;
}

#contents_wrap .category-list .list-search-calendar-btn:after {
    display: inline-block;
    vertical-align: 0;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: 4px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#contents_wrap .list-search .list-search-kikan {
    display: block;
    width: 100%;
    /*max-width: 300px;*/
    margin: 0 auto;
}

#contents_wrap .list-search .list-search-kikan span {
    display: inline-block;
    width: 5%;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
}
#contents_wrap #ctl00_Main_ddlKikan{
    width:34%;
}
#contents_wrap .list-search .list-search-kikan select {
    vertical-align: top;
    width: 58%;
    /*max-width: 300px;*/
    height: 40px;
    outline: 0;
    padding-left: 8px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #a7a7a7;
    background: #fff url(/img/icon-arrow-select.png) no-repeat right;
    background-size: 20px auto;
    font-family: Roboto, 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #333;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#contents_wrap .list-search .list-search-kikan .btnKikan {
    display: block;
    width: 100%;
    /*max-width: 300px;*/
    margin:10px auto 0;
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    border-radius: 6px;
    border-webkit-radius: 6px;
    border-moz-radius: 6px;
    background-color: #ffb03e;
    border: 1px solid #d99430;
}

/* ---------------------------------------------------------
	CSS Document list-pager
--------------------------------------------------------- */
    #contents_wrap .category-list .list-pager {
    margin: 0 0 40px;
    text-align: center;
    font-size: 0;
}

#contents_wrap .category-list .list-pager ul li {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    line-height: 48px;
}

#contents_wrap .category-list .list-pager .prev span,
#contents_wrap .category-list .list-pager .prev a,
#contents_wrap .category-list .list-pager .next span,
#contents_wrap .category-list .list-pager ul a {
    display: block;
    width: 100%;
    height: 48px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #cc9933;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

#contents_wrap .category-list .list-pager .prev span:before,
#contents_wrap .category-list .list-pager .prev a:before,
#contents_wrap .category-list .list-pager .next span:after,
#contents_wrap .category-list .list-pager .next a:after {
    display: inline-block;
    vertical-align: 1px;
    content: '';
    width: 7px;
    height: 7px;
    margin-right: 10px;
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#contents_wrap .category-list .list-pager .next span:after,
#contents_wrap .category-list .list-pager .next a:after {
    vertical-align: 2px;
    margin-right: 0;
    margin-left: 10px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

#contents_wrap .category-list .list-pager .prev span,
#contents_wrap .category-list .list-pager .next span {
    opacity: 0.3;
    filter: Alpha(opacity=30);
}

#contents_wrap .category-list .list-pager .page {
    font-weight: 700;
    font-size: 12px;
}

#contents_wrap .category-list .list-pager ol {
    margin: 30px auto 0;
    width: 100%;
}

#contents_wrap .category-list .list-pager ol li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    height: 40px;
    line-height: 40px;
}

#contents_wrap .category-list .list-pager ol span,
#contents_wrap .category-list .list-pager ol a {
    display: block;
    height: 40px;
    border: solid 1px #ffb03e;
    border-right: 0;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #ffb03e;
}

#contents_wrap .category-list .list-pager ol li:last-child {
    border-right: solid 1px #ffb03e;
}


#contents_wrap .category-list .list-pager ol span {
    /*border: solid 1px #979cb4;*/
    background: #686868;
    color: #fff;
}

/* ---------------------------------------------------------
	CSS Document banner-area
--------------------------------------------------------- */

#contents_wrap .category-list .banner-area {
    margin: 0 13px 30px;
    text-align: center;
}

/* ---------------------------------------------------------
	CSS Document back-area
--------------------------------------------------------- */

#contents_wrap .category-list .back-area {
    margin: 0 13px 40px;
    text-align: center;
}

#contents_wrap .category-list .back-area li {
    margin: 20px 0;
}

#contents_wrap .category-list .back-area-info a {
    display: inline-block;
    vertical-align: top;
    width: 284px;
    height: 58px;
    padding-left: 15px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: solid 2px #ffb03e;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 56px;
    color: #ffb03e;
    position: relative;
}

#contents_wrap .category-list .back-area-info a:before {
    content: '';
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-bottom: solid 2px #ffb03e;
    border-left: solid 2px #ffb03e;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 10px;
}

#contents_wrap .category-list .back-area-home a {
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
}

#contents_wrap .category-list .back-area-home a:before {
    display: inline-block;
    vertical-align: 1px;
    content: '';
    width: 6px;
    height: 6px;
    margin-right: 4px;
    border-bottom: solid 2px #333;
    border-left: solid 2px #333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ---------------------------------------------------------
	CSS Document bread-area
--------------------------------------------------------- */

#contents_wrap .category-list .bread-area, .category-top .bread-area {
    margin: 15px 0 15px 10px !important;
    font-size: 0;
    line-height: 14px;
}

#contents_wrap .category-list .bread-area li, .category-top .bread-area li {
    display: inline;
    margin-right: 8px !important;
    font-size: 12px;
    position: relative;
}

#contents_wrap .category-list .bread-area li:not(:last-of-type):after {
    display: inline-block;
    vertical-align: 1px;
    content: '';
    width: 5px;
    height: 5px;
    margin-left: 5px !important;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.category-top .bread-area li:not(:last-of-type):after {
    display: inline-block;
    vertical-align: 1px;
    content: '';
    width: 5px;
    height: 5px;
    margin-left: 5px !important;
    border-top: solid 2px #1b5a30;
    border-right: solid 2px #1b5a30;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


#contents_wrap .category-list .bread-area a, .category-top .bread-area a {
    text-decoration: none;
}

#contents_wrap .category-list .bread-area li:first-of-type a {
    display: inline-block;
    vertical-align: top;
    /*padding-left: 18px !important;
    background: url(/img/ico_home.svg) no-repeat 0 0;*/
    background-size: 14px auto;
}

.category-top .bread-area li:first-of-type a {
    display: inline-block;
    vertical-align: unset;
    /*padding-left: 18px !important;
    background: url(/img/ico_home.svg) no-repeat 0 0;*/
    background-size: 14px auto;
    text-decoration: underline;
}


/* 全体のフォント調整　*/
#contents_wrap {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, "M+ 1p", sans-serif;
    font-size: 13px;
}

#ct_mente * {
    margin: 0;
    padding: 0;
}


/* =========================================================
    メンテ告知
========================================================= */
#contents_wrap #ct_mente {
    padding: 0 1%;
    margin: 2% 2% 0;
    background: #fff;
    font-size: 12px;
    width: 96%;
    border: none;
}

#contents_wrap #ct_mente ul {
    color: #CC000A;
    font-size: 13px;
    border-bottom: 2px dotted #e0e0e0;
    padding-bottom: 7px;
    padding-left: 21px;
}

#ct_mente #mentettl {
    font-weight: bold;
    color: #905030;
}

#contents_wrap .qapp2 {
    margin: 10px;
}

#contents_wrap .qapp2 img {
    width: 100%;
}

#contents_wrap .tit_info {
    display: none;
}

#contents_wrap #sp-sideBanner {
    margin: 10px 10px;
}

#contents_wrap #sp-sideBanner img {
    width: 100%;
}    


#contents_wrap .list-entries section h2 {
    background-color: #874322;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

#contents_wrap .btn_top_search {
    width: 310px;
    margin: 15px auto 6.25%;
    padding: 10px 0 10px 45px;
    color: #fff;
    font-size: 3.8vw;
    font-weight: bold;
    line-height: 18px;
    text-align: left;
    background: url(/s/img/info/btn_top_search.png) no-repeat 20px 50% #ffb03e;
    background-size: 15px 15px;
    border-radius: 4px;
    border-webkit-radius: 4px;
    border-moz-radius: 4px;
    border-bottom: 3px solid #d99430 !important;
}

#contents_wrap i.favoriteImg {
    margin-right: 10px;
    margin-bottom: 5px;
}

/* =========================================================
    SNS
========================================================= */


#contents_wrap .sns-area {
    margin-bottom: 23px;
    padding: 0 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

    #contents_wrap .sns-area p {
        color: #195a30;
        font-size: 17px;
        line-height: 28px;
        text-align: center;
        padding: 0;
        border: 0;
        vertical-align: baseline;
        margin: 20px 0 10px;
        font-weight: bold;
    }

.sns-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sns-li {
    display: inline-block;
}

.youtube-icon {
    width: 34px;
}

.insta-icon {
    width: 34px;
}

.insta-icon {
    width: 34px;
}

.fb-icon {
    width: 15.3px;
}

.line-icon {
    width: 36px;
}

.tw-icon {
    padding-top: 3px;
    width: 34px;
}

#contents_wrap .sns-list {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 11px 0 0;
}

#contents_wrap .sns-list a {
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0 1px;
    text-decoration: none;
    font-weight: 700;
    width: 85px;
    height: 60px;
}

/*#contents_wrap .category-top #main_ex .sns-area {
    margin-top: 44px
}*/

#contents_wrap .category-top #main_ex .sns-area .sns-list {
    /*margin-top: 2px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

#contents_wrap .category-top #main_ex .sns-area .sns-list li {
    width: 86px;
    height: 60px;
    color: #fff;
    margin: 0 1px
}

#contents_wrap .category-top #main_ex .sns-area .sns-list li a {
    text-decoration: none;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%
}

#contents_wrap .category-top #main_ex .sns-area .sns-list li div {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

#contents_wrap .category-top #main_ex .sns-area .sns-list li div p {
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    font-family: Roboto;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
}

#contents_wrap .category-top #main_ex .sns-area .sns-list li.facebook {
    background-color: #3b5998
}

#contents_wrap .category-top #main_ex .sns-area .sns-list li.facebook div {
    padding-top: 11px
}

#contents_wrap .category-top #main_ex .sns-area .sns-list li.facebook div .icon-icon-facebook {
    font-size: 24px
}

#contents_wrap .category-top #main_ex .sns-area .sns-list li.twitter {
    background-color: #55acee
}

#contents_wrap .category-top #main_ex .sns-area .sns-list li.twitter div {
    padding-top: 11px
}

#contents_wrap .category-top #main_ex .sns-area .sns-list li.twitter div .icon-icon-twitter {
    font-size: 23px
}

#contents_wrap .category-top #main_ex .sns-area .sns-list li.line {
    background-color: #00b900
}

#contents_wrap .category-top #main_ex .sns-area .sns-list li.line div {
    padding-top: 6px
}

#contents_wrap .category-top #main_ex .sns-area .sns-list li.line div .icon-icon-line {
    font-size: 31px
}

#contents_wrap .category-top #main_ex .sns-area .sns-list li.blog {
    background-color: #b4b4b4
}

#contents_wrap .category-top #main_ex .sns-area .sns-list li.blog div {
    padding-top: 8px
}

#contents_wrap .category-top #main_ex .sns-area .sns-list li.blog div .icon-icon-blog {
    font-size: 27px
}

#contents_wrap .category-top #main_ex .sns-area .sns-list li.instagram {
    background-color: #d93177;
}

#contents_wrap .category-top #main_ex .sns-area .sns-list li.instagram div {
    padding-top: 8px
}

#contents_wrap .category-top #main_ex .sns-area .sns-list li.instagram div .icon-icon-instagram {
    font-size: 27px
}

#contents_wrap .icon-icon-areapointer:before,
#contents_wrap .icon-icon-arrow-down:before,
#contents_wrap .icon-icon-arrow-left:before,
#contents_wrap .icon-icon-arrow-right:before,
#contents_wrap .icon-icon-blog:before,
#contents_wrap .icon-icon-instagram:before,
#contents_wrap .icon-icon-book:before,
#contents_wrap .icon-icon-cal:before,
#contents_wrap .icon-icon-facebook:before,
#contents_wrap .icon-icon-line:before,
#contents_wrap .icon-icon-mail:before,
#contents_wrap .icon-icon-peaple:before,
#contents_wrap .icon-icon-phone:before,
#contents_wrap .icon-icon-twitter:before {
    font-family: iconfont;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none
}

#contents_wrap .icon-icon-areapointer:before {
    content: ""
}

#contents_wrap .icon-icon-arrow-down:before {
    content: "";
    background: url("https://nagano.onpara.jp/common/images/top/icon-arrow-down_small.png");
    background-size: 14px 8px;
    width: 14px;
    height: 8px;
    display: inline-block;
}

#contents_wrap .icon-icon-arrow-left:before {
    content: "";
    background: url("https://nagano.onpara.jp/common/images/common/icon-arrow-orange.png");
    background-size: 25px 46px;
    width: 25px;
    height: 46px;
    display: inline-block;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

#contents_wrap .icon-icon-arrow-right:before {
    content: "";
    background: url("https://nagano.onpara.jp/common/images/common/icon-arrow-orange.png");
    background-size: 25px 46px;
    width: 25px;
    height: 46px;
    display: inline-block;
    background-repeat: no-repeat;
}

#contents_wrap .category-top #main_ex .luxury-plan-area .plan-list li .plan-information .plan-name .icon-icon-arrow-right:before {
    content: "";
    background: url("https://nagano.onpara.jp/common/images/common/icon-arrow-orange.png");
    background-size: 14px 24px;
    width: 14px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
}

#contents_wrap .category-top #main_ex .luxury-plan-area .plan-list li .plan-information .plan-name:hover .icon-icon-arrow-right:before {
    content: "";
    background: url("https://nagano.onpara.jp/common/images/common/icon-arrow-white.png");
    background-size: 14px 24px;
    width: 14px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
}

#contents_wrap .icon-icon-blog:before {
    content: "";
    background: url("https://nagano.onpara.jp/common/images/common/icon-blog.png");
    background-size: 26px 26px;
    width: 26px;
    height: 26px;
    display: inline-block;
    background-repeat: no-repeat;
}

#contents_wrap .icon-icon-instagram:before {
    content: "";
    background: url("/img/common/icon-instagram.png");
    background-size: 26px 26px;
    width: 26px;
    height: 26px;
    display: inline-block;
    background-repeat: no-repeat;
}

#contents_wrap .icon-icon-book:before {
    content: ""
}

#contents_wrap .icon-icon-cal:before {
    content: "";
    background: url("https://nagano.onpara.jp/common/images/top/icon_calendar.png");
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
    display: inline-block;
    background-repeat: no-repeat;
}

#contents_wrap .icon-icon-facebook:before {
    content: "";
    background: url("/img/common/icon-facebook.png");
    background-size: 13px 23px;
    width: 13px;
    height: 23px;
    display: inline-block;
    background-repeat: no-repeat;
}

#contents_wrap .icon-icon-line:before {
    content: "";
    background: url("/img/common/icon-line.png");
    background-size: 33px 31px;
    width: 33px;
    height: 31px;
    display: inline-block;
    background-repeat: no-repeat;
}

#contents_wrap .icon-icon-mail:before {
    content: "";
    background: url("/img/common/icon-mail.png");
    background-size: 36px 24px;
    width: 36px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
}

#contents_wrap .icon-icon-peaple:before {
    content: ""
}

#contents_wrap .icon-icon-phone:before {
    content: "";
    background: url("https://nagano.onpara.jp/common/images/top/icon-phone.png");
    background-size: 40px 32px;
    width: 40px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
}

#contents_wrap .icon-icon-twitter:before {
    content: "";
    background: url("/img/common/icon-twitter.png");
    background-size: 28px 22px;
    width: 28px;
    height: 22px;
    display: inline-block;
    background-repeat: no-repeat;
}

#contents_wrap .category-top #main_ex .sns-area .sns-list li.youtube {
    background-color: #e11111;
}

#contents_wrap .icon-icon-youtube:before {
    content: "";
    background: url(/img/common/icon-youtube.png);
    background-size: 23px 23px;
    width: 23px;
    height: 23px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-top: 14px;
}

/* ---------------------------------------------------------
	CSS Document info > banner-area
--------------------------------------------------------- */

#contents_wrap .category-list .banner-area {
    margin: 35px 8px 10px 8px;
    display: block;
}

#contents_wrap .category-list .banner-area li:first-child {
    display: inline-block;
    width: 49%
}

#contents_wrap .category-list .banner-area li:last-child {
    display: inline-block;
    width: 49%
}

#contents_wrap .category-list .banner-area a {
    -webkit-transform: scale(1);
}

#contents_wrap .category-list .banner-area a:hover {
    -webkit-transform: scale(0.97);
}

#contents_wrap .category-list .banner-area a img {
    width: 100%;
}


/* ---------------------------------------------------------
	記事一覧へのリンク
--------------------------------------------------------- */

#contents_wrap .box_link {
    width: 96%;
    margin: 0 auto 30px;
}

#contents_wrap .link_event_span {
    margin: 0 0 15px;
}

#contents_wrap .link_event_area {
    margin: 0 0 15px;
}

#contents_wrap .box_link h3 {
    font-size: 16px;
    color: #874322;
    border-bottom: 1px dashed #874322;
    margin: 0 0 5px;
    padding: 0 0 3px;
}

#contents_wrap .box_link li {
    padding: 0 0 0 0;
}

#contents_wrap .box_link li a {
    font-size: 13px;
    display: block;
    line-height: 1.6;
    margin: 7px 5px 0;
    padding: 5px 8px;
    border: solid 1px #dbc7bd;
    border-radius: 4px;
    color: #874322;
    text-decoration: none;
}

/* ---------------------------------------------------------
	CSS Document info > result
--------------------------------------------------------- */

#contents_wrap .box_result {
    margin: 20px 0;
    padding: 4%;
    background: #fdf8f0;
    border: 1px dashed #874322;
}

#contents_wrap .box_result h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #874322;
    text-align: center;
    margin-bottom: 4.5%;
    padding: 0 0 7px;
    border: none;
    border-bottom: 2px solid #874322;
}

#contents_wrap .box_result h2 span {
    display: block;
    margin: 0 auto;
    width: 135px;
}


#contents_wrap .box_result h2 span:before {
    float: left;
    content: " ";
    background: url(/s/img/info/bg_box_result.png) no-repeat 18% 50%;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    margin: 0;
}

#contents_wrap .box_result .conditions {
    text-align: left;
}

#contents_wrap .box_result .btn_top_search {
    margin-top: 15px;
    margin-bottom: 0;
    width: 90%;
}

#contents_wrap .box_result .conditions dt {
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 0 0 22px;
    color: #874322;
    font-size: 12px;
    line-height: 27px;
    font-weight: bold;
    width: 70px;
}

#contents_wrap .box_result .conditions dd {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #333;
    font-size: 12px;
    line-height: 20px;
}

#contents_wrap .box_result .result_category {
    background: url(/img/info/search_category.png) no-repeat 0 3px;
    background-size: 17px auto;
}

#contents_wrap .box_result .result_category span {
    display: inline-block;
    float: left;
}

#contents_wrap .box_result .result_area {
    background: url(/img/info/search_area.png) no-repeat 0 3px;
    background-size: 17px auto;
}

#contents_wrap .box_result .tit_result {
}

#contents_wrap .box_result .result_span {
    background: url(/img/info/search_span.png) no-repeat 0 3px;
    background-size: 17px auto;
}

#contents_wrap .box_result .btn_result_search {
    height: 43px;
    width: 100%;
    margin: 4.5% auto 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 43px;
    text-align: left;
    background: #ffb03e;
    border-radius: 4px;
    border-webkit-radius: 4px;
    border-moz-radius: 4px;
}

#contents_wrap .box_result .btn_result_search span {
    display: block;
    width: 255px;
    margin: 0 auto;
}

#contents_wrap .box_result .btn_result_search span:before {
    float: left;
    content: " ";
    background: url(/s/img/info/btn_top_search.png) no-repeat 0 50%;
    background-size: 15px 15px;
    width: 15px;
    height: 43px;
    margin-right: 10px;
}

#contents_wrap .box_result .result_area span {
    display: inline-block;
    float: left;
}