/* rarea管理者用スタイルシート */
body {
    border: none;
}

.home {
    background: #eeeeee;
}

.home .site-inner {
    padding-left: 10px;
    padding-right: 10px;
}

.site-inner {
    padding-left: 0vw;
    padding-right: 0vw;
}

/*ボタンのシャドウ*/
a.btn {
    box-shadow: none;
    border: solid 1px rgb(238, 238, 238);
}

/*共通ヘッダー*/
/*TOPのみ横幅少しだけ広げ*/
.home .site-inner {
    max-width: 1100px;
}

.site-title {
    height: 50px;
}

.site-title img {
    width: 90px;
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
}

.text-title {
    height: 30px;
    width: 130px;
    top: 2px;
    bottom: 0;
    left: 125px;
    margin: auto;
    line-height: 1.4;
    font-size: 0.7em;
    position: absolute;
}

.toggle-label {
    padding: 0;
    border: none;
}

.sideBnr {
    margin-top: 10px;
}

/*記事ページ用*/
.single-header {
    padding: 0 3%;
}

@media (min-width: 769px) {
    .single-header {
        padding: 0 7%;
    }
}

.title-single {
    margin-top: 0;
    line-height: 1.4;
    font-size: 2rem;
    font-weight: bold;
}

.widthPad {
    padding: 0 3%;
}

@media (min-width: 769px) {
    .widthPad {
        padding: 0 7%;
    }
}

.share-btns-header {
    padding: 0 3%;
}

.breadcrumb {
    padding: 0 3%;
}

@media (min-width: 769px) {
    .share-btns-header {
        padding: 0 7%;
    }

    .breadcrumb {
        padding: 0;
    }
}

.header-caution {
    margin-bottom: 30px;
}

.article-content p {
    margin-bottom: 40px;
    line-height: 34px;
    font-size: 97%;
    letter-spacing: 0.05em;
}

.article-content blockquote p {
    margin-bottom: 0;
    text-align: center;
}

.detail-header {
    padding: 0 0 0.8em 2.2em;
}

.detail-list p {
    padding-left: 10px;
}

.detail-header:before {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.8rem;
    color: rgba(245, 90, 90, 0.91);
    top: -0.1em;
    text-align: center;
    background: none;
}

.article-content h2 {
    line-height: 1.5;
    font-size: 2.0rem;
    font-weight: bold;
}

p.wp-caption-text {
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: center;
}

/*写真キャプション*/
.figcaption-text {
    text-align: center;
    font-size: 1.2rem;
    color: #333;
}

/*タグ*/
.tag-list.single-tag {
    margin: 4em 0 0;
}

span.tag-name:before {
    content: "#";
}

.tag-list li {
    padding: 0.4em 0.4em;
}

/*NEWアイコンと人気アイコン*/
.single-new {
    float: left;
}

.single-header-icon .popular-icon {
    float: right;
}

a.btn {
    padding: 1.5em 2.5em 1.5em 1.5em;
    background: #fff url('img/link.png') right 5px center no-repeat;
    background-size: 20px;
}

a.btn.to-list {
    padding: 0.5em 1em 0.5em 0.5em;
}

.header-link .btn:after {
    content: '';
}

.popular-icon {
    right: -6px;
    width: 30px;
    height: 45px;
    left: auto;
    top: -4px;
    z-index: 90;
}

.ev-area-name {
    margin: 0 0.2em 0 0;
}

.img-icon {
    line-height: 1;
    background: none;
    border: none;
    border-radius: 0px;
    bottom: 0;
    right: 0;
    position: static;
}

/*Googleマップ*/
.mw-google-maps-map {
    height: 220px;
    width: 100%;
}

/*一覧*/
.article-content {
    font-size: 1.1em;
    line-height: 2;
    margin: 3.0em 0 0;
}

.article-content h2 {
    padding: 22px 16px;
    border-radius: 6px;
    background: #f9f9f9;
    border: solid 1px #e8e8e8;
}

.article-content h3 {
    font-size: 1.8rem;
    font-weight: bold;
    border-left: solid 5px #FFC107;
    padding: 7px 0 7px 15px;
}

.article-content ul li {
    position: relative;
    padding-left: 28px;
    list-style-type: none;
    text-align: left;
}

.article-content ul li:before {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    font-size: 1em;
    left: 0;
    top: 0;
    color: #FFC107;
}

.article-content h4,
.article-content h5 {
    text-align: left;
}

.detail-list p {
    line-height: 1.6;
}

.top-block {
    margin: 4em 0 0;
}

.block-title {
    font-size: 2rem;
    margin-bottom: 1.1em;
}

.text-area {
    padding: 0 0.8em 0 0.4em;
}

.thumb-area {
    width: 30vw;
    height: 30vw;
}

.item-event {
    border-radius: 0;
    margin: 0.6em 0 0;
    background: #fff;
    border: none;
    border: solid 1px rgb(238, 238, 238);
}

.item-event-title {
    font-size: 1.5rem;
    display: table-cell;
    height: 25vw;
    vertical-align: middle;
    line-height: 1.4;
}

.my-post-status {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.3em 0.6em;
    background: rgba(100, 100, 100, 0.8);
    z-index: 99;
    width: 100%;
    height: 100%;
    padding-top: 10%;
    color: white;
    font-weight: bold;
    text-align: center;
}

/*２枠の設定*/
.ev1 {
    max-height: 365px;
    margin: 3.5em 0 2.6em;
}

.ev1 .text-area {
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 0em 1em 0.5em;
    width: 100%;
    max-height: 170px;
}

.ev1 .thumb-area {
    margin: 0;
    width: 100%;
    height: 65vw;
    max-width: inherit;
    max-height: 250px;
}

.ev1 .item-event-title {
    height: 20vw;
    padding: 10px 0 20px;
}

.ev1 .list-foot-left {
    left: 1em;
}

/*エリアボタン*/
a.btn.btn-area {
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
}

/*アイコン*/
.new-icon {
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    display: inline-block;
    background-color: #41B0CC;
    background: -webkit-linear-gradient(315deg, rgba(243, 229, 62, 0.75) 0%, rgba(255, 184, 0, 0.75) 14.3%, rgba(233, 107, 58, 0.75) 28.6%, rgba(228, 62, 124, 0.75) 42.9%, rgba(233, 128, 166, 0.75) 57.2%, rgba(24, 175, 133, 0.75) 71.5%, rgba(0, 128, 182, 0.75) 86.8%, rgba(65, 176, 204, 0.75) 100%);
    background: linear-gradient(135deg, rgba(243, 229, 62, 0.75) 0%, rgba(255, 184, 0, 0.75) 14.3%, rgba(233, 107, 58, 0.75) 28.6%, rgba(228, 62, 124, 0.75) 42.9%, rgba(233, 128, 166, 0.75) 57.2%, rgba(24, 175, 133, 0.75) 71.5%, rgba(0, 128, 182, 0.75) 86.8%, rgba(65, 176, 204, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#F3E53E', EndColorStr='#41B0CC');
    padding: 0.4em 0.4em 0.3em;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    border-radius: 0px;
    border: none;
    font-size: 1.2rem;
}

/*エリアボタン*/
.list-foot-left {
    bottom: 0;
    left: 0.5em;
}

.item-day {
    bottom: 0.1em;
    right: 1em;
}

/*横2列*/
.ev2 {
    width: calc(50% - 0.3em);
}

.ev2 .text-area {
    padding: 0em 0.8em 1.4em;
}

/*投稿・タウン削除*/
p.ev-cat {
    display: none;
}

.footer-pc img {
    width: 170px;
    margin-bottom: 20px;
}

/*SNSボタン*/
.share-btn {
    font-size: 1.2rem;
}

.btn-search-item span {
    font-size: 1.2rem;
}

.al-c input#submit {
    padding: 11px;
    margin-top: 30px;
    font-size: 1.5rem;
    color: #fff;
    background-color: #ff6824;
    border: none;
}

.toggle-label .icon-bars,
.toggle-label .icon-magnifier27 {
    color: #9f9f9f;
}

/*search404*/
.page-content input#s {
    margin-top: 0.5em;
    width: 80%;
}

.searchform input#searchsubmit {
    width: 17%;
    padding: 1em 1em;
}

.page-numbers {
    width: 40px;
}

/*PC時の右カラムにある特集一覧は通常時は非表示に*/
#site-navigation .featureArticle {
    display: none;
}

#main .featureArticle {
    display: block;
}

/*iphone5の時はキャッチ削除*/
/*@media (max-width: 321px) {*/
@media (max-width: 420px) {
    .text-title {
        display: none
    }

    .ev2 {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .ev2 .thumb-area {
        margin: 0 3vw 0 0;
        width: 30vw;
        height: 30vw;
        max-height: 160px;
        max-width: 160px;
    }

    .ev2 .list-foot-left {
        left: 0.3em;
        bottom: 0;
    }

    .ev2 .text-area {
        padding: 0 0.8em 0 0.4em;
        position: relative;
    }
}

.breadcrumb span.pakuzunone {
    display: none
}

/*425pxからの分岐*/
@media (min-width: 425px) {
    .breadcrumb span.pakuzunone {
        display: inline-block;
    }

    .site-inner {
        max-width: 1100px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .top-block {
        padding-left: 0;
        padding-right: 0;
    }

    .text-title {
        margin-left: 10px;
    }

    .item-event {
        margin: 0.9em 0 0;
    }

    /*一覧タイトル*/
    .item-event-title {
        height: 16vw;
        font-size: 1.7rem;
    }

    /*２枠の白帯*/
    .ev1 .item-event-title {
        padding: 0;
        height: 120px;
        font-size: 1.3em;
        line-height: 1.5;
    }

    .ev1 .thumb-area {
        margin: 0;
        width: 45%;
        height: 65vw;
        max-width: inherit;
        max-height: 240px;
    }

    .ev1 .text-area {
        width: 55%;
        max-height: 300px;
        height: 100%;
        right: 0;
        padding: 1em 1.5em;
    }

    .ev1 .list-foot-left {
        left: 1.5em;
    }

    .ev1 .item-event-title a {
        -webkit-line-clamp: 4;
    }

    .ev1 {
        margin: 3.5em 0 2.6em;
    }

    /*一覧のカテゴリー項目*/
    .list-foot-left {
        bottom: 15px;
    }

    .item-day {
        bottom: 15px;
        right: 15px;
    }

    /*タグ*/
    .list-mask .tag-list {
        margin-top: 10px;
        white-space: nowrap;
        padding-left: 0;
    }

    .list-mask {
        height: auto;
        margin: 0 0 -0.2em;
    }

    /*並列タイプ*/
    .ev2 {
        width: calc(50% - 0.5em);
    }

    .ev2 .text-area {
        padding: 0em 1em 4.2em;
    }

    .ev2 .item-event-title {
        padding: 0 6px;
    }

    .ev2 .list-foot-left {
        left: 1.5em;
    }

    /*記事ページ*/
    .body {
        padding-left: 0;
        padding-right: 0;
    }

    .body.fat {
        font-size: 1.1em;
        line-height: 2;
    }

    .content-area {
        max-width: 1100px;
    }

    .title-single {
        line-height: 1.5;
        font-size: 2.6rem;
    }

    .article-content {
        font-size: 1.1em;
        line-height: 2.2;
    }

    .article-content p {
        font-size: 1.6rem;
        line-height: 2;
    }

    .detail-area {
        font-size: 1.1em;
    }

    p.wp-caption-text {
        font-size: 1.3rem;
        line-height: 1.5;
        text-align: center;
    }

    .popular-icon {
        right: -6px;
        width: 45px;
        height: 75px;
        left: auto;
        top: -10px;
        position: absolute;
    }
}

/*768からの分岐*/
@media (min-width: 768px) {

    a.btn.nearB,
    a.gr-btn.nearB {
        display: none;
    }

    .home .content-area {
        padding-top: 90px
    }

    .site-title {
        height: 60px;
        min-width: 900px;
    }

    .site-title img {
        width: 140px;
    }

    .text-title {
        margin-left: 10px;
        height: 30px;
        width: auto;
        top: 5px;
        bottom: 0;
        left: 170px;
        font-size: 1em;
    }

    input[type="text"].header-search-text {
        background-color: #eaeaea;
        margin: 0;
        padding: 0.3em;
        width: 205px;
        height: 30px;
        border: none;
    }

    .header-search-btn {
        width: 3em;
        color: #fff;
        background-color: #eaeaea;
    }

    .header-search-btn:before {
        color: #333;
        padding: 9px 0 0;
        padding: 0px 0 0;
        width: 100%;
        height: auto;
        font-family: 'rarea-font';
        content: '\e90b';
        position: absolute;
        top: 9px;
        left: 0;
        font-size: 1.2em;
    }

    .page {
        background: #fbfaf9;
    }

    .singleEvent {
        background: #fff;
        padding: 30px 0%;
        border: solid 1px rgb(238, 238, 238);
    }

    .home .site-main {
        margin: 0;
        width: 67%;
    }

    .item-event {
        max-height: 170px;
    }

    .item-event-title {
        line-height: 1.5;
        height: 90px;
        font-size: 1.6rem;
    }

    .ev1 {
        max-height: 240px;
    }

    article.item-event.ev2 {
        max-height: 360px;
    }

    .ev3 .thumb-area {
        max-height: 300px;
    }

    .side-title {
        border-radius: 0;
    }

    /*画像の調整*/
    .home .sidebar {
        padding: 0;
    }

    /*ボタンのhover設定*/
    a.btn:hover {
        background: #fff url(img/link.png) right 5px center no-repeat;
        background-size: 20px;
        color: inherit;
        text-decoration: none;
        -webkit-transform: none;
        transform: none;
        box-shadow: none;
    }

    .sidebar {
        max-width: 300px;
        width: 30%;
        padding: 0;
    }

    .site-main {
        margin: 0;
        width: 67%;
    }

    .breadcrumb {
        margin-bottom: 20px;
    }

    .sidebar {
        height: 100%;
    }

    nav#site-navigation {
        border: solid 1px rgb(238, 238, 238);
        padding: 15px;
    }

    .header-user-menu li {
        vertical-align: middle;
    }

    /*右からカラム内にその他の特集記事紹介エリアを入れる時のcss*/
    #main .featureArticle {
        display: none;
    }

    #site-navigation .featureArticle {
        display: block;
        margin-bottom: 50px;
    }

    #site-navigation .thumb-area {
        max-width: 80px;
        max-height: 80px;
    }

    #site-navigation .thumb-area {
        margin: 0 0.8em 0 0;
    }

    #site-navigation .popular-icon {
        display: none;
    }

    #site-navigation .list-foot-left {
        display: none;
    }

    #site-navigation .item-day {
        display: none;
    }

    #site-navigation h2.item-event-title {
        height: 80px;
        margin: 0;
        padding: 0;
        line-height: 1.5;
        font-size: 1em;
    }

    #site-navigation h2.block-title {
        font-size: 1.5rem;
    }
}

/*PC版のみ2列×3の設定*/
@media (min-width: 900px) {
    .ev2 {
        width: calc(33% - 0.5em);
    }

    .ev2 .thumb-area {
        height: 13vw;
        max-height: 160px;
    }

    .ev2 .item-event-title {
        letter-spacing: 0;
    }

    .ev2 .item-event-title a {
        height: 70px;
    }

    .ev2 .list-mask {
        display: none;
    }

    .ev2 .item-time:before,
    .ev2 .item-day:before {
        content: '';
    }
}

/*PCヘッダーcatchの対応*/
@media screen and (min-width: 765px) and (max-width: 840px) {
    .text-title {
        margin-left: 10px;
        height: 30px;
        width: 180px;
        top: -11px;
        bottom: 0;
        left: 170px;
        font-size: 1em;
    }
}

/*ウィンドウズのみ*/
@media all and (-ms-high-contrast: none) {
    .header-search-btn:before {
        top: 0px;
    }
}

/*ドロワー調整用css*/
.fixed {
    position: fixed;
}

/*ボタンのhover設定*/
a.btn:hover,
.side-menu li a:hover,
.page-link li a.btn:hover {
    color: #2986d2;
}

.area-link li a:hover,
.foot-other-link li a:hover {
    color: #2986d2;
}

a.btn-area,
.page-link li a,
a.btn-area:after,
.page-link li a:after,
.foot-btn a.btn,
.to-list {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transition: none;
    -webkit-transition: none;
}

/* single.php内の特集ボタン設定*/

.featureButton {
    padding: 10px;
    margin: 20px auto 0 auto;
    display: block;
    background: #cc2e2e;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    max-width: 500px;
}

.featureButton:hover {
    color: white;
    opacity: 0.8;
}

.btn_illumination {
    background: #2353d8;
    box-shadow: 0px 3px 0px #00168e
}

/*2017/11/29更新nan*/
.single-new {
    float: left;
    margin: 0px 6px 0px 0px;
}

.single-header-img {
    margin: 0;
    text-align: center;
    position: relative;
    overflow: inherit;
    top: auto;
}

.single-header-icon {
    position: absolute;
    top: -20px;
}

p.single-header-p {
    display: block;
    background: #fbfbfb;
    margin: 0px;
    max-height: 84vw;
}

.single-header-icon .popular-icon {
    position: static;
    float: left;
    left: 3px;
    width: 45px;
}

.article-content {
    text-align: center;
}

.article-content img {
    max-width: 100%;
    max-height: 420px;
    height: auto;
    width: auto;
    margin: auto;
    display: block;
    text-align: center;
}

.article-content p,
.article-content div,
.article-content h2,
.article-content h3 {
    text-align: left;
}

.single-sub-img {
    margin: 1em auto;
    padding: 5px;
    text-align: center;
}

.article-content p.wp-caption-text {
    text-align: center;
}

.tag-list.single-tag {
    margin: 3em 0 0;
}

.single-header-img img {
    max-width: 100%;
    max-height: 84vw;
    height: auto;
    width: auto;
    margin: auto;
    display: block;
    text-align: center;
}

/*2017/12/28更新nan*/
#superTop {
    display: block;
    margin-top: 66px;
    margin-bottom: -20px;
    padding-top: 177px;
    background: #000000 url(img/superTop_hanabi-01.jpg) center no-repeat;
    background-size: 1010px;
}

@media (min-width: 769px) {
    #superTop {
        margin-top: 66px;
        padding-top: 240px;
        background-size: 1320px;
        background-color: #000000;
    }
}

.getkiji_f {
    margin-top: 10px;
}

.getkiji_f .getkiji .item-event-title {
    background: none;
    border: none;
    padding: 0;
    font-size: 1.5rem;
}

.article-content .getkiji_f .list-foot-left {
    bottom: 0.6rem;
    left: 0.5em;
}

@media (min-width: 425px) {
    .article-content .getkiji_f .list-foot-left {
        bottom: 1.6rem;
        left: 0.5em;
    }
}

.article-content .getkiji_f p {
    margin-bottom: 0;
    font-size: 1.3rem;
}

.oneColumn .singleEvent {
    padding: 0px;
}

.oneColumn .alignnone {
    margin: 0;
}

.oneColumn .site-main {
    width: 100%;
}

.oneColumn .getkiji_f {
    width: 90%;
    margin: 0 auto;
}

.getkiji_f .item-event:first-child {
    margin: 0.9em 0 0;
}

.getkiji_f .ev1 {
    margin: 0.9em 0 0;
}

.sidebar {
    transition: none
}

@media screen and (max-width:767px) {
    .sidebar.active {
        transition: all, 0.3s;
    }
}

.fixed {
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}

a,
a:after,
.thumb-area {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

@media screen and (min-width: 768px) {
    .oneColumn .site-main {
        width: 100%;
    }

    .oneColumn .ev2 {
        width: calc(25% - 0.5em);
    }
}