@charset "utf-8";
/* mv
---------------------------------------------------------- */
#mv {
    margin-bottom: 40px
    }
@media screen and (max-width: 767px) {
    #mv {
        margin-bottom: 20px
        }
    }
/* event ------------------------------------------------------------------- */
#event {
    float: left;
    width: 525px
    }
#event .cont {
    overflow-y: scroll;
    height: 460px;
    margin-bottom: 50px;
    border: 2px solid #d2d2d2;
    border-radius: 10px 0 0 10px
    }
#event .inner {
    padding: 20px
    }
#event .eventList > li {
    border-bottom: 1px dotted #d2d2d2;
    padding-bottom: 15px;
    margin-bottom: 15px
    }
#event .eventList > li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
    }
#event .eventList .imgWrap {
    float: left;
    width: 180px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    overflow: hidden
    }
#event .eventList .imgWrap img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
    }
#event .eventList .txtWrap {
    float: right;
    width: 270px
    }
#event .eventList .txtWrap h3 {
    font-size: 100%;
    margin-bottom: 15px
    }
#event .eventList .txtWrap p {
    font-size: 92.9%;
    max-height: 4.5em;
    overflow: hidden
    }
#event .eventList .iconList {
    margin-bottom: 5px
    }
#event .eventList .iconList li {
    display: inline-block
    }
#event .eventList .icon {
    display: inline-block;
    min-width: 77px;
    height: 20px;
    line-height: 1.2;
    padding: 4px;
    color: #fff;
    font-size: 78.6%;
    text-align: center;
    margin-bottom: 2px
    }
.iconList .cat {
    display: inline-block;
    min-width: 75px;
    height: 20px;
    line-height: 1.2;
    padding: 3px 4px;
    color: #333;
    font-size: 78.6%;
    text-align: center;
    border: 1px solid #333;
    margin-bottom: 2px
    }
.icon_genre01, .icon_genre05, .icon_genre09 {
    background: #6ab996
    }
.icon_genre02, .icon_genre06, .icon_genre10 {
    background: #d8ab30
    }
.icon_genre03, .icon_genre07, .icon_genre11 {
    background: #6ab2b9
    }
.icon_genre04, .icon_genre08, .icon_genre12 {
    background: #8E6BA3
    }
.icon_event {
    background: #6ab996
    }
.icon_kaijou {
    background: #d8ab30
    }
.icon_info {
    background: #6ab2b9
    }
.icon_other {
    background: #bfbfbf
    }
.ttlWrap {
    position: relative
    }
.ttlWrap span {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0
    }
.ttlWrap span a:after {
    content: " ";
    font-family: FontAwesome;
    color: #6ab996;
    padding-right: 7px;
    font-size: 100%;
    font-weight: normal
    }
@media screen and (max-width: 767px) {
    #event {
        float: none;
        width: 100%
        }
    #event .cont {
        height: 300px;
        margin-bottom: 30px
        }
    .ttlWrap span {
        top: 2px
        }
    #event .inner {
        padding: 15px
        }
    #event .eventList .imgWrap {
        float: none;
        width: 90%;
        height: 200px;
        line-height: 200px;
        margin: 0 auto 10px
        }
    #event .eventList .txtWrap {
        float: none;
        width: 100%
        }
    #event .eventList .txtWrap h3 {
        margin-bottom: 10px
        }
    #event .eventList .txtWrap p {
        font-size: 13px
        }
    }
/* news ------------------------------------------------------------------- */
#news {
    float: right;
    width: 525px
    }
#news .cont {
    overflow-y: scroll;
    height: 460px;
    margin-bottom: 50px;
    border: 2px solid #d2d2d2;
    border-radius: 10px 0 0 10px
    }
#news .inner {
    padding: 20px
    }
#news .newsList > li {
    border-bottom: 1px dotted #d2d2d2;
    padding-bottom: 15px;
    margin-bottom: 15px
    }
#news .newsList > li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
    }
#news .newsList .icon {
    display: inline-block;
    min-width: 85px;
    height: 20px;
    line-height: 1.2;
    padding: 4px 0 4px 0;
    color: #fff;
    font-size: 78.6%;
    text-align: center
    }
#news .newsList .icon {
    display: inline-block;
    min-width: 80px;
    height: 20px;
    line-height: 1.2;
    padding: 4px 0 4px 0;
    color: #fff;
    font-size: 78.6%;
    text-align: center
    }
#news .newsList .date {
    display: inline-block;
    width: 8.5em;
    padding: 2px 0 0 0
    }
#news .newsList > li p {
    padding: 5px 0 0 0;
    font-size: 13px
    }
@media screen and (max-width: 767px) {
    #news {
        float: none;
        width: 100%
        }
    #news .cont {
        height: 300px
        }
    #news .inner {
        padding: 15px
        }
    #news .newsList > li {
        padding-bottom: 10px;
        margin-bottom: 10px
        }
    #news .newsList > li p {
        display: block;
        width: 100%;
        padding: 0
        }
    }
/* search ------------------------------------------------------------------- */
#search .cont {
    background: #f6f6f6;
    border-radius: 10px;
    margin-bottom: 50px
    }
#search .cont .inner {
    padding: 30px
    }
#search input[type="radio"], input[type="checkbox"] {
    margin: 0 10px 3px 0;
    margin-top: 1px 	;
    line-height: normal;
    width: 1em
    }
#search label {
    display: block;
    line-height: 1
    }
#search input[type="text"]:focus {
    border: 1px solid #6ab996;
    background: #f0f8f4
    }
/*#search_keyword*/
#search_keyword {
    display: table;
    width: 100%;
    border-bottom: 2px solid #6ab996;
    padding-bottom: 20px;
    margin-bottom: 50px
    }
#search_keyword h3 {
    display: table-cell;
    vertical-align: top;
    width: 300px
    }
#search_keyword .keywordInput {
    position: relative
    }
#search_keyword input {
    display: table-cell;
    vertical-align: top;
    width: 480px;
    margin: 0 20px 0 20px;
    padding: 11px 40px 11px 18px;
    border: 1px solid #eee;
    font-size: 13px;
    background: #fff;
    color: #333;
    border-radius: 20px
    }
#search_keyword .keywordInput .fa-search {
    position: absolute;
    right: 40px;
    top: 12px;
    color: #ccc
    }
#search_keyword input::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal
    }
#search_keyword input:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal
    }
#search_keyword input::-moz-placeholder {
    color: #ccc;
    font-weight: normal
    }
#search_keyword .btnType01 {
    display: table-cell;
    vertical-align: top
    }
#search_keyword .btnType01 a {
    display: inline-block;
    width: 195px;
    padding: 5px;
    font-size: 20px;
    border-radius: 30px
    }
#search_keyword .btnType01 a:before {
    display: none
    }
/*#search_detail*/
#search_detail .leftWrap, #search_detail .rightWrap {
    width: 495px
    }
#search_detail .date {
    margin-bottom: 20px
    }
#search_detail .date .inputWrap {
    position: relative;
    display: inline-block;
    width: 45%
    }
#search_detail .date .inputWrap button {
    position: absolute;
    right: 7px;
    top: 7px;
    background: none;
    border: 0;
    font-size: 114%;
    color: #434343;
    cursor: pointer
    }
#search_detail .date .from {
    margin: 0 8px
    }
#search_detail .date input {
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 10px;
    color: #333;
    font-size: 13px;
    width: 100%
    }
/* datepicker-calendar */
/* dataPicker
------------------------------- */
button.ui-datepicker-trigger {
    border: none;
    background: none;
    font-size: 142.9%;
    color: #948d73;
    margin-left: 8px
    }
.ui-datepicker {
    display: none
    }
#ui-datepicker-div {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 8px 10px
    }
.ui-datepicker-title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px
    }
.ui-datepicker-prev, .ui-datepicker-next {
    position: absolute;
    top: 8px;
    font-size: 16px;
    cursor: pointer
    }
.ui-datepicker-prev {
    left: 17px
    }
.ui-datepicker-next {
    right: 17px
    }
.ui-datepicker-prev.ui-state-disabled, .ui-datepicker-next.ui-state-disabled {
    display: none
    }
.ui-datepicker-calendar {
    width: 100%;
    border-collapse: collapse
    }
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
    text-align: center;
    vertical-align: middle
    }
.ui-datepicker-calendar th {
    padding-bottom: 3px
    }
.ui-datepicker-calendar td a, .ui-datepicker-calendar td span {
    text-decoration: none;
    display: inline-block;
    width: 30px;
    height: 25px;
    line-height: 25px
    }
.ui-datepicker-calendar td span {
    color: #999
    }
.ui-datepicker-calendar td a.ui-state-active {
    background-color: #f1f1f1
    }
.ui-datepicker-calendar th.ui-datepicker-week-end:first-child, .ui-datepicker-calendar td.ui-datepicker-week-end:first-child a {
    color: #b5291f
    }
.ui-datepicker-calendar th.ui-datepicker-week-end, .ui-datepicker-calendar td.ui-datepicker-week-end a {
    color: #1b50a1
    }
#search_detail .bgWh {
    padding: 20px;
    margin-bottom: 15px;
    background: #FFF;
    border-radius: 10px
    }
#search_detail .bgWh .wrap {
    margin-bottom: 15px
    }
#search_detail h4 {
    font-size: 16px;
    color: #6ab996;
    margin-bottom: 10px
    }
#search_detail h5 {
    display: inline-block;
    font-size: 16px;
    color: #8fc8ae;
    margin-bottom: 15px
    }
#search_detail .other label {
    display: inline-block;
    margin-right: 30px
    }
#search_detail .list01 {
    padding: 0 0 0 20px
    }
#search_detail .list01 li {
    float: left;
    width: 110px;
    margin: 0 20px 10px 0
    }
#search_detail .list01 li span {
    display: inline-block;
    padding: 2px 0 0 15px
    }
#search_detail .list01 li:nth-child(3n) {
    margin-right: 0
    }
#search_detail .list01 li:nth-child(3n+1) {
    clear: both
    }
#search_detail .list01 li:nth-last-child(-n+3) {
    margin-bottom: 0
    }
#search_detail .list03 li:nth-last-child(-n+3) {
    margin-bottom: 10px
    }
#search_detail .list03 li:nth-last-child(-n+2) {
    margin-bottom: 0
    }
#search_detail .list02 {
    float: left;
    margin-right: 10px
    }
#search_detail .list02:nth-child(1) {
    width: 224px
    }
#search_detail .list02:nth-child(2) {
    width: 108px
    }
#search_detail .list02:nth-child(3) {
    margin-right: 0
    }
#search_detail .list02 li {
    margin-bottom: 10px
    }
#search_detail .list02 li:last-child {
    margin-bottom: 0
    }
#search_detail .list04 li {
    display: inline-block
    }
#search_detail .list04 li h5 {
    margin-bottom: 0
    }
#search_detail .list04 li:nth-child(2) {
    margin-left: 30px
    }
#search_detail .list04 label {
    display: inline-block
    }
#search_detail .spList {
    display: none
    }
#search_detail .pcList {
    display: block
    }
#search_detail .btnType01 {
    margin-top: 90px
    }
#search_detail .btnType01 a {
    border-radius: 30px;
    width: 320px;
    font-size: 157%
    }
#search_detail .btnType01 a:before {
    display: none
    }
@media screen and (max-width: 767px) {
    #search_detail .leftWrap, #search_detail .rightWrap {
        width: 100%
        }
    #search_keyword {
        display: block;
        padding-bottom: 20px;
        margin-bottom: 30px
        }
    #search .cont .inner {
        padding: 15px
        }
    #search_keyword h3 {
        display: block;
        vertical-align: top
        }
    #search_keyword .keywordInput {
        display: block
        }
    #search_keyword .keywordInput .fa-search {
        right: 20px;
        top: 12px
        }
    #search_keyword input {
        display: block;
        width: 100%;
        margin: 0 20px 0 0;
        padding: 11px 40px 11px 18px
        }
    #search_keyword .btnType01 {
        display: block;
        margin-top: 20px
        }
    #search_keyword .btnType01 a {
        width: 100%;
        padding: 5px;
        font-size: 121%;
        padding: 10px
        }
    #search_detail .date input {
        width: 100%
        }
    #search_detail .date .from {
        margin: 0 5px
        }
    #search_detail .box {
        display: none
        }
    #search_detail .bgWh {
        padding: 15px
        }
    #search_detail h4.accordion {
        position: relative;
        font-size: 16px;
        color: #6ab996;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #d2d2d2;
        cursor: pointer
        }
    #search_detail h4.accordion:after {
        content: " ";
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        font-size: 108%;
        font-weight: bold;
        padding-right: 7px;
        color: #6ab996;
        cursor: pointer
        }
    #search_detail h4.open:after {
        content: " ";
        cursor: pointer
        }
    #search_detail .list01 {
        padding: 0 0 0 10px
        }
    #search_detail .list01 li {
        width: 49%;
        margin: 0 2% 2% 0
        }
    #search_detail .list01 li:nth-child(2n) {
        margin-right: 0
        }
    #search_detail .list01 li:nth-child(2n+1) {
        margin-right: 2%
        }
    #search_detail .list01 li:nth-child(3n+1) {
        clear: none
        }
    #search_detail .list01 li:nth-last-child(-n+3) {
        margin-bottom: 2%
        }
    #search_detail .list01 li:last-child {
        margin-right: 0
        }
    #search_detail .list02 {
        width: 100% !important;
        margin-bottom: 12px
        }
    #search_detail .list02 li {
        margin-bottom: 12px
        }
    #search_detail .list02:last-child {
        margin-bottom: 0
        }
    #search_detail .list02 li label {
        position: relative;
        padding-left: 23px
        }
    #search_detail .list02 li input {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0
        }
    #search_detail .pcList {
        display: none
        }
    #search_detail .spList {
        display: block
        }
    #search_detail .btnType01 {
        margin-top: 20px
        }
    #search_detail .btnType01 a {
        width: 100%;
        font-size: 121%;
        padding: 10px
        }
    }
/* bottomLinks ------------------------------------------------------------------- */
#bottomLinks {
    float: left;
    width: 390px
    }
#bottomLinks ul li {
    border-bottom: 1px dotted #d2d2d2;
    margin-bottom: 15px;
    padding-bottom: 15px
    }
#bottomLinks ul li:last-child {
    border-bottom: 0
    }
#bottomLinks ul li a {
    display: block;
    text-align: center;
    font-size: 108%;
    padding: 14px;
    text-decoration: none;
    border-radius: 10px;
    background: #6ab2b9;
    color: #FFF
    }
#bottomLinks ul li a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear
    }
@media screen and (max-width: 767px) {
    #bottomLinks {
        float: none;
        width: 100%
        }
    }
/* bottomBnr ------------------------------------------------------------------- */
#bottomBnr {
    float: right;
    width: 650px
    }
#bottomBnr ul li {
    float: left;
    width: 180px;
    margin: 0 20px 20px 0
    }
#bottomBnr ul li:nth-child(3n) {
    margin-right: 0
    }
@media screen and (max-width: 767px) {
    #bottomBnr {
        float: none;
        width: 100%
        }
    #bottomBnr ul li {
        text-align: center;
        width: 48%;
        margin: 0 auto 20px
        }
    #bottomBnr ul li:nth-child(2n) {
        margin-left: 4%
        }
    }