@charset "utf-8"; /*++++++++++++++
information
++++++++++++++*/
/**/
.event section#event,.information section#event {
    margin: 0 0 50px;
    padding: 80px 0 150px;
    position: relative;
}

.event section#event .eventbox, .information section#event .eventbox {
    margin: 20px 0 0;
}

.event section#event .eventbox ul {
    display: flex;
    flex-wrap: wrap;
}

.event section#event .eventbox ul li {
    margin: 0 5px 80px;
}

/*お知らせ用テンプレート*/
.information section#information {
    background: #fff;
    padding: 80px 0 150px 0;
    position: relative;
}

/**/
/*single*/
.other section#event {
    padding: 0 0 50px;
}

.other .singlebox {
    max-width: 1000px;
    margin: auto;
}

.other .singlebox .date {
    display: flex;
}

.other .singlebox .date .tag {
}

.other .singlebox .date span {
    margin: 0 70px 0 0;
    letter-spacing: 1px;
}

/*タグ*/
.other .singlebox .date span.unei {
    border: 1px solid #d65315;
    color: #d65315;
    /* text-decoration: underline; */
    background: #f3edea;
    padding: 0 5px 2px;
    line-height: 1.5;
    margin: 0;
    vertical-align: middle;
}

.other .singlebox .date span.fukugen {
    border: 1px solid #005a8c;
    color: #005a8c;
    /* text-decoration: underline; */
    padding: 0 5px 2px;
    line-height: 1.5;
    margin: 0;
    vertical-align: middle;
    background: #f0f2f3;
}

.other .singlebox .date span.column {
    border: 1px solid #d1a81c;
    color: #d1a81c;
    /* text-decoration: underline; */
    padding: 0 5px 2px;
    line-height: 1.5;
    margin: 0;
    vertical-align: middle;
    background: #fffbee;
}


.other .singlebox .title {
    font-size: 1.8em;
    letter-spacing: 3px;
    padding: 30px 0;
    border-bottom: 1px solid #f5f1df;
    margin: 0 0 50px;
}

.other .singlebox .content {
    font-family: "YuGothic", "游ゴシック", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro", "Meiryo","メイリオ",sans-serif;
    padding: 0 0 80px;
}

.other .singlebox .content p {
    font-size: 1.1em;
    margin: 0 0 10px;
}

.other .singlebox .content p:empty {
    line-height: 10;
}

.other .singlebox .sharebox {
    overflow: hidden;
    background: #f5f1df;
    margin: 0 0 50px;
    padding: 30px 0;
}

.other .singlebox .sharebox b {
    display: block;
    text-align: center;
    padding: 0 0 25px;
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: 2px;
}

.other .singlebox .sharebox ol {
    display: flex;
    justify-content: center;
    padding: 0;
    max-width: 80%;
    margin: auto;
}

.other .singlebox .sharebox ol li {
    margin: 0 10px;
    width: 30%;
}

.other .singlebox .sharebox ol li:last-child {
}

.other .singlebox .sharebox ol li a {
    padding: 10px;
    background: #231815;
    text-align: center;
}

.other .singlebox .sharebox ol li a:hover {
    opacity: 0.8;
}

.other .singlebox .sharebox ol li a img {
    width: 30px;
}

/*コラム*/
.columnbox {
    margin: 0 auto;
}

.columnbox h5 {
    margin: 0 0 20px 0;
    position: relative;
    padding: 0 0 0 30px;
}

.columnbox h5:before {
    content:
    "";
    background:#b79d62;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.columnbox ul {
    border-top: 1px solid #b79d62 !important;
	   border-bottom: 1px solid #b79d62 !important;
}
.columnbox li {
    border-bottom: 1px dashed #b79d62 !important;
    list-style-type: none;
    width: 100% !important;
    margin: 0 !important;
}
.columnbox li dd {
	line-height: 1.8;
}
.eventbox .columnbox li a {
    color: #231815;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.1;
    display: flex !important;
    padding: 30px 10px;
    cursor: pointer;
}

section .eventbox .columnbox dl, section .eventbox .columnbox span {
    background: none;
}

.columnbox li a:hover {
    transition: .3s;
    text-decoration: none;
    background: rgba(183, 157, 98, 0.2);
}

.columnbox li:last-child {
    border: none !important;
    padding: 0;
    margin: 0;
}

.eventbox .columnbox li span {
    letter-spacing: 2px;
    line-height: 1.5;
    font-size: 0.95em;
    margin: 0 50px 0 0;
    padding: 0;
}

/*ノートPC等*/
@media screen and (max-width: 1499px) {
    /*++++++++++++++
information
++++++++++++++*//**/ .event section#event,.information section#event {
        margin: 0 0 50px;
        padding: 80px 0 150px;
        position: relative;
    }

    .event section#event .eventbox, .information section#event .eventbox {
        margin: 20px 0 0;
    }

    .event section#event .eventbox ul {
    }

    .event section#event .eventbox li {
        width: 24%;
        margin: 0 9px 0 0;
        /* display: inherit; */
    }

    /*お知らせ用テンプレート*/
    .information section#information {
        padding: 100px 0 150px 0;
    }

    /**/
    /*single*/
    .other .singlebox {
        max-width: 100%;
    }

    .other .singlebox .content p {
        font-size: 1em;
    }

    /*コラム*/
    section .eventbox .columnbox li a {
        padding: 30px 0;
    }

    section .eventbox .columnbox dl {
        padding: 0;
    }
}

/*タブレット*/
@media screen and (max-width: 1023px) {
    /*++++++++++++++
information
++++++++++++++*//**/ .event section#event,.information section#event {
        margin: 0 0 50px;
        padding: 80px 0 150px;
        position: relative;
    }

    .event section#event .eventbox, .information section#event .eventbox {
        margin: 20px 0 0;
    }

    .event section#event .eventbox li {
        width: 48%;
        margin: 0 6px 30px;
    }

    /*お知らせ用テンプレート*/
    .information section#information {
    }

    /**/
    /*single*/
    .other .singlebox .title {
        font-size: 2em;
        letter-spacing: 3px;
        padding: 30px 0;
        border-bottom: 1px solid #f5f1df;
        margin: 0 0 50px;
    }

    .other .singlebox .content p:empty {
        line-height: 10;
    }

    /*コラム*/
    section .eventbox .columnbox li span {
        font-size: 0.8em;
    }
}

/*スマホ横*/
@media screen and (max-width: 767px) {
    /*++++++++++++++
information
++++++++++++++*//**/ .event section#event,.information section#event {
        margin: 0 0 50px;
        padding: 80px 0 150px;
        position: relative;
    }

    .event section#event .eventbox,.information section#event .eventbox {
        margin: 20px 0 0;
    }

    /*お知らせ用テンプレート*/
    .information section#information {
        background: #fff;
        padding: 100px 0 150px 0;
        position: relative;
    }

    /**/
    /*single*/
    .other section#event {
        padding: 0 0 50px;
        margin: 50px 0;
    }

    .other .singlebox .sharebox b {
        padding: 0 0 15px;
    }

    .other .singlebox .sharebox ol li {
        width: 40%;
    }

    /*コラム*/
    section .eventbox .columnbox li span {
        margin: 0 20px 0 0;
        display: inline-block;
        vertical-align: middle;
    }
}

/*スマホ縦*/
@media screen and (max-width: 480px) {
    /*++++++++++++++
information
++++++++++++++*/.other .singlebox .date {
        font-size:0.9em;
    }

    .other .singlebox .date span {
        margin: 0 20px 0 0;
    }

    /**/
    .event section#event,.information section#event {
        margin: 0 0 50px;
        padding: 80px 0 150px;
        position: relative;
    }

    .event section#event .eventbox,.information section#event .eventbox {
        margin: 20px 0 0;
    }

    .event section#event .eventbox li {
        width: auto;
    }

    /*お知らせ用テンプレート*/
    .information section#information {
        padding: 0 0 150px 0;
    }

    /**/
    /*single*/
    .other section#event {
        padding: 0 0 50px;
    }

    .other .singlebox .title {
        font-size: 1.5em;
        padding: 10px 0 20px;
    }

    .other .singlebox .content p {
        font-size: 1em !important;
    }

    .other .singlebox .sharebox ol {
        /* display: block; */
        max-width: 100%;
    }

    .other .singlebox .sharebox ol li {
        margin: 0 10px;
    }

    .other .singlebox .sharebox ol li a {
        padding: 8px;
    }

    .other .singlebox .sharebox ol li a img {
        width: 23px;
        vertical-align: top;
    }

    /*コラム*/
    .columnbox {
    margin: 0 auto 50px;
    }
    
    .columnbox b {
        font-size: 1.1em;
        margin: 0 0 0 0;
        text-align: center;
        display: block;
        letter-spacing: 2px;
    }
    
    section .eventbox .columnbox li {
        display: block;
        position: relative;
        margin: 0;
    }

    section .eventbox .columnbox li a {
        display: block !important;
        padding: 20px 10px;
    }

    section .eventbox .columnbox li span {
        width: auto;
        font-size: 0.75em;
        margin: 0;
    }
}
