@charset "utf-8";
/*
    copyright (c)2008-2017 Pong! ALL right reserved.
    Create and Design by seiki nishijima

/*===========================================================================
-----------------------------------------------------------------------------
  イベント一覧ページ 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #eventListArea section:not(.contentsTitle) {
    width: 1000px;
    margin-bottom: 60px;
}
#background #eventListArea section.picup {
    width: 1100px;
    border: 5px solid #ffd9bd;
    border-radius: 5px;
    padding: 70px 45px 5px 45px;
}
#background #eventListArea section.contentsTitle {
    width: 100%;}
#background #eventListArea .picup h3 {
    display: block;
    width: 350px; height: 50px;
    position: absolute;
    top: -28px; left: 50%;
    margin-left: -175px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    background: url(./images/event/event_recommend.png) no-repeat 50% 50%;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #eventListArea section:not(.contentsTitle) {
        width: 100%;
        padding: 0 15px 0 15px;
        margin-bottom: 15px;}
    #background #eventListArea section.picup {
        width: 100%;
        padding: 30px 10px 0 10px;
    }
    #background #eventListArea section.contentsTitle {
        padding: 0 0 0 0;}
    #background #eventListArea .picup h3 {
        display: inline-block;
        width: 100%; height: auto;
        top: -18px; left: 0;
        margin: 0 auto 0 auto;
        padding: 7px 30px 8px 30px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        line-height: 16px;
        background-size: auto 100%;
    }
}
/*------------------------------------
  リストアイテム設定　ここから
-------------------------------------*/
#background #eventListArea .event-list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
#background #eventListArea .eventSet {
    width: 300px;
}
#background #eventListArea .eventSet h4 ,
#background #eventListArea .eventSet p {
    width: 665px;
    float: right;
    clear: none;
}
#background #eventListArea .eventSet figure {
    width: 300px;
    /* float: left; */
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #eventListArea .event-list {
        display: block;
    }
    #background #eventListArea .eventSet {
        width: auto;
        margin: 0 0 20px 0;
    }
    #background #eventListArea .eventSet h4 ,
    #background #eventListArea .eventSet p {
        width: calc(100% - 140px);
    }
    #background #eventListArea .eventSet figure {
        width: 100%;
    }
    #background #eventListArea .eventSet + #pagination {
        margin-top: 32px;
    }
}
/*-----------------------------------*/
#background #eventListArea .eventSet h4 {
    padding: 10px 0 10px 0;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.2em;
    display: flex;
}
#background #eventListArea .eventSet h4 a {
    display: block;
    width: auto;
    color: #0d445d;
}
#background #eventListArea .eventSet h4 em ,
#background #eventListArea .eventSet h4 span {
    display: block;
    color: #fff;
    background: #e55a3e;
    font-size: 13px;
    font-weight: normal;
    line-height: 1em;
    padding: 5px 10px 6px 10px;
    margin-left: 10px;
    white-space: nowrap;
    border-radius: 5px;
    height: 24px;
}
#background #eventListArea .eventSet h4 em {
    background: #3290df;
}
#background #eventListArea .eventSet h4 em.off {
    background: transparent;
    color: #3290df;
    border: 1px solid #3290df;
    padding: 4px 9px 5px 9px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #eventListArea .eventSet h4 {
        padding: 0 0 0 0;
        font-size: 14px;
        display: block;
    }
    #background #eventListArea .eventSet h4 a {
        color: #0d445d;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }
    #background #eventListArea .eventSet h4 em ,
    #background #eventListArea .eventSet h4 span {
        font-size: 9px;
        padding: 3px 5px 4px 5px;
        margin: 5px 3px 0 0;
        height: auto;
        display: inline-block;
    }
    #background #eventListArea .eventSet h4 em.off {
        padding: 2px 4px 3px 4px;
    }
}
/*-----------------------------------*/
#background #eventListArea .eventSet p {
    margin-bottom: 20px;
    color: #666;
}
#background #eventListArea .eventSet p.days {
    color: #2e5a6e;
    line-height: 18px;
}
#background #eventListArea .eventSet p.days em {
    color: #fff;
    background: #00546c;
    font-size: 12px;
    letter-spacing: 0.5em;
    line-height: 1em;
    display: inline-block;
    text-indent: 0.5em;
    padding: 4px 4px 4px 4px;
    margin-right: 10px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #eventListArea .eventSet p {
        display: none;
    }
    #background #eventListArea .eventSet p.days {
        display: block;
        font-size: 12px;
        line-height: 1em;
        margin-bottom: 10px;
    }
    #background #eventListArea .eventSet p.days em {
        display: none;
    }
}
/*-----------------------------------*/
#background #eventListArea .eventSet p.more {
    text-align: right;
    margin: 0 0 0 0;
}
#background #eventListArea .eventSet p.more a {
    display: inline-block;
    position: relative;
    border: 1px solid #96acb6;
    padding: 15px 60px 15px 50px;
    color: #00546c;
    line-height: 1em;
}
#background #eventListArea .eventSet p.more a:before {
    display: block; content: " ";
    width: 20px;height: 20px;
    position: absolute;
    top: 50%; right: 5px;
    margin-top: -10px;
    background: url(./images/arw_green.png) no-repeat 50% 50%;
    background-size: 4px 9px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #eventListArea .eventSet p.more {
        display: block;
        text-align: center;
    }
    #background #eventListArea .eventSet p.more a {
        display: block;
        padding: 10px 30px 10px 30px;
        font-size: 14px;
        line-height: 1em;
    }
}
/*===========================================================================

  イベント詳細ページ 設定　ここから

===========================================================================*/
#background #eventArea .eventSet {
    display: block;
    width: 700px;
    padding: 40px 0 40px 0;
}
#background #eventArea .eventSet .mainSlider figure {
    width: 100%;
    margin-bottom: 20px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #eventArea .eventSet {
        display: block;
        width: 100%;
        padding: 10px 0 10px 0;
    }
    #background #eventArea .eventSet .mainSlider {
        padding: 0 10px 0 10px;
        margin: 0 0 0 0;
    }
    #background #eventArea .eventSet .mainSlider ul {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }
    #background #eventArea .eventSet .mainSlider figure {
        margin-bottom: 0;
    }
}
/*------------------------------------
  オススメ用 設定　ここから
-------------------------------------*/
#background #eventArea .eventSet.pickUpSet {
    padding: 0 0 40px 0;
}
#background #eventArea .eventSet.pickUpSet h3 {
    display: block;
    width: 350px;
    height: 50px;
    position: relative;
    margin: 0 auto -25px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    background: url(./images/event/event_recommend.png) no-repeat 50% 50%;
    z-index: 90;
}
#background #eventArea .eventSet.pickUpSet .mainSlider {
    min-height: 25px;}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #eventArea .eventSet.pickUpSet {
        padding: 0 10px 0 10px;
    }
    #background #eventArea .eventSet.pickUpSet h3 {
        position: static;
        display: block;
        width: auto; height: auto;
        margin: -4px auto 10px auto;
        padding: 7px 30px 8px 30px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        line-height: 16px;
        background-size: auto 100%;
    }
    #background #eventArea .eventSet.pickUpSet　.mainSlider {
        min-height: 0;}
}
/*------------------------------------
  スライダー設定　ここから
-------------------------------------*/
#background #eventArea .eventSet .bx-controls {
    display: block;
    padding: 20px 150px 20px 150px;
}
#background #eventArea .eventSet .bx-pager {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#background #eventArea .eventSet .bx-pager div {
    padding: 0 10px 0 10px;
}
#background #eventArea .eventSet .bx-pager div a {
    display: block;
    width: 10px; height: 10px;
    background: #b2b2b2;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -10em;
}
#background #eventArea .eventSet .bx-pager div a.active {
    background: #4c4c4c;
}
#background #eventArea .eventSet .bx-controls-direction {
    position: static;
}
#background #eventArea .eventSet .bx-controls-direction a {
    display: block;
    width: 20px; height: 20px;
    position: absolute;
    top: 50%; left: 120px;
    margin-top: -10px;
    overflow: hidden;
    text-indent: -10em;
    background: url(./images/arw_gray_left.png) no-repeat 50% 50%;
    background-size: 5px 11px;
}
#background #eventArea .eventSet .bx-controls-direction a.bx-next {
    left: auto; right: 120px;
    background-image: url(./images/arw_gray_right.png);
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #eventArea .eventSet .bx-controls {
        display: block;
        padding: 10px 20px 5px 20px;
    }
    #background #eventArea .eventSet .bx-pager div {
        padding: 0 5px 5px 5px;
    }
    #background #eventArea .eventSet .bx-controls-direction a {
        left: 0;
    }
    #background #eventArea .eventSet .bx-controls-direction a.bx-next {
        left: auto; right: 0;
    }
}
/*------------------------------------
  カテゴリー設定　ここから
-------------------------------------*/
#background #eventArea .eventSet .cateBox {
    padding-top: 15px;
    text-align: center;
    margin: 0 0 0 0;
    font-size: 0;
}
#background #eventArea .eventSet .cateBox em ,
#background #eventArea .eventSet .cateBox span {
    display: inline-block;
    color: #fff;
    background: #e55a3e;
    font-size: 13px;
    font-weight: normal;
    line-height: 1em;
    padding: 5px 10px 6px 10px;
    margin: 0 5px 0 5px;
    white-space: nowrap;
    border-radius: 5px;
    height: 24px;
}
#background #eventArea .eventSet .cateBox em {
    background: #3290df;
}
#background #eventArea .eventSet .cateBox em.off {
    background: transparent;
    color: #3290df;
    border: 1px solid #3290df;
    padding: 4px 9px 5px 9px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #eventArea .eventSet .cateBox {
        padding-top: 10px;
    }
    #background #eventArea .eventSet .cateBox em ,
    #background #eventArea .eventSet .cateBox span {
        font-size: 12px;
        padding: 5px 8px 5px 8px;
        margin-left: 3px;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
        height: auto;
    }
    #background #eventArea .eventSet .cateBox em.off {
        padding: 4px 7px 4px 7px;
    }
}
/*------------------------------------
  詳細タイトル周り設定　ここから
-------------------------------------*/
#background #eventArea .eventSet h4 {
    font-size: 26px;
    line-height: 1.2em;
    text-align: center;
    color: #0d445d;
    padding-top: 20px;
    margin-bottom: 30px;
}
#background #eventArea .eventSet dl {
    background: #f1f5f7;
    padding: 30px 35px 17px 35px;
    margin-bottom: 40px;
}
#background #eventArea .eventSet dl dt {
    background: #00546c;
    padding: 5px 5px 6px 5px;
    margin: 0 0 13px;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    text-align: center;
    width: 60px;
    float: left;
    clear: both;
}
#background #eventArea .eventSet dl dd {
    margin-bottom: 13px;
    line-height: 20px;
    color: #0c445d;
    width: 560px;
    float: right;
}
#background #eventArea .eventSet dl dd.mapInfo {
    padding-right: 90px;
}
#background #eventArea .eventSet dl dd a {/*
    padding-bottom: 2px;
    border-bottom: 1px solid #00546c;*/
    text-decoration: underline;
    line-height: 1.2em;
    position: relative;
    display: inline-block;
}
#background #eventArea .eventSet dl dd a:before {
    display: block; content: "MAP";
    font-size: 14px;
    line-height: 1em;
    text-decoration: none;
    padding: 5px 20px 5px 10px;
    border-radius: 5px;
    position: absolute;
    top: 50%; right: -80px;
    margin-top: -12px;
    background: #fff url(./images/arw_green.png) no-repeat 90% 50%;
    background-size: 4px 9px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #eventArea .eventSet h4 {
        font-size: 16px;
        padding: 15px 15px 0 15px;
        margin-bottom: 15px;
    }
    #background #eventArea .eventSet dl {
        padding: 15px 15px 5px 15px;
        margin-bottom: 20px;
    }
    #background #eventArea .eventSet dl dt {
        padding: 3px 0 3px 0;
        margin: 0 0 10px;
        font-size: 10px;
        line-height: 1em;
        letter-spacing: 0;
        width: 50px;
    }
    #background #eventArea .eventSet dl dd {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 14px;
        width: calc(100% - 60px);
    }
    #background #eventArea .eventSet dl dd.mapInfo {
        padding-right:0;
    }
    #background #eventArea .eventSet dl dd a {
        padding-bottom: 0;
        line-height: 1.4em;
        border-bottom: none;
        text-decoration: underline;
        padding-right: 65px;
        position: relative;
        display: block;
    }
    #background #eventArea .eventSet dl dd a:before {
        font-size: 12px;
        top: 50%; right: 0;
    }
}
/*------------------------------------
  詳細本文周り設定　ここから
-------------------------------------*/
#background #eventArea .eventSet p {
    font-size: 15px;
    margin-bottom: 50px;
}
#background #eventArea .eventSet ul {
    margin-bottom: 50px;
}
#background #eventArea .eventSet ul li {
    font-size: 15px;
    margin-bottom: 20px;
}
#background #eventArea .eventSet ul li a ,
#background #eventArea .eventSet ul li span {
    display: block;
    margin-bottom: 10px;
    line-height: 1.2em;
}
#background #eventArea .eventSet ul li a {
    padding-left: 20px;
    position: relative;
    color: #1686ce;
}
#background #eventArea .eventSet ul li a:before {
    display: block; content: " ";
    height: 20px; width: 20px;
    position: absolute;
    top: 50%; left: 0;
    margin-top: -10px;
    background: url(./images/arw_gray_right.png) no-repeat 50% 50%;
    background-size: 5px 11px;
}

#background #eventArea .contents_area h2 ,
#background #eventArea .contents_area h3 ,
#background #eventArea .contents_area h4 ,
#background #eventArea .contents_area h5 ,
#background #eventArea .contents_area p ,
#background #eventArea .contents_area ul ,
#background #eventArea .contents_area ol {
    margin: 0 auto 1em;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #eventArea .eventSet p {
        font-size: 14px;
        margin: 0 15px 40px 15px;
    }
    #background #eventArea .eventSet ul {
        margin: 0 15px 15px 15px;
    }
    #background #eventArea .eventSet ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    #background #eventArea .eventSet ul li a ,
    #background #eventArea .eventSet ul li span {
        margin-bottom: 5px;
    }
    #background #eventArea .eventSet ul li a {
        padding-left: 15px;
    }
    #background #eventArea .eventSet ul li a:before {
        left: -5px;
    }
}
/*------------------------------------
  予約お問い合わせ 設定　ここから
-------------------------------------*/
#background #eventArea .reserveSet {
    width: 100%;
    min-width: 1100px;
    background: #faf6ec;
    padding: 50px 0 60px 0;
    margin-bottom: 10px;
    text-align: center;
}
#background #eventArea .reserveSet h3 {
    width: 700px;
    margin: 0 auto 60px auto;
    padding-bottom: 10px;
    background: url(./images/event/event_reserve_line.png) no-repeat 50% 100%;
    font-family: 'Sawarabi Mincho', serif;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: normal;
    color: #6d5d41;
    text-align: center;
}
#background #eventArea .reserveSet .reserveBox {
    width: 700px;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 auto 0 auto;
}
#background #eventArea .reserveSet .reserveBox {
    width: 700px;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 auto 0 auto;
}
#background #eventArea .reserveSet .reserveBox p ,
#background #eventArea .reserveSet .reserveBox dl {
    margin: auto auto auto auto;
}
#background #eventArea .reserveSet .reserveBox p a {
    display: block;
    background: linear-gradient(90deg, #00546c, #0f6a7a);
    font-family: 'Sawarabi Mincho', serif;
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 0;
    color: #fff;
    padding: 25px 40px 25px 20px;
    position: relative;
}
#background #eventArea .reserveSet .reserveBox p a:before {
    display: block; content: " ";
    height: 20px; width: 20px;
    position: absolute;
    top: 50%; right: 10px;
    margin-top: -10px;
    background: url(./images/arw_white.png) no-repeat 50% 50%;
    background-size: 5px 11px;
}
#background #eventArea .reserveSet .reserveBox dl dd {
    margin-bottom: 10px;
}
#background #eventArea .reserveSet .reserveBox dl dt {
    font-family: 'Sawarabi Mincho', serif;
    font-size: 18px;
    line-height: 1em;
    color: #00546c;
    text-align: center;
}
#background #eventArea .reserveSet .reserveBox dl dt em {
    font-size: 15px;
    line-height: 1em;
}

#background #eventArea .reserveSet .reserveBox dl a {
    font-family: 'Sawarabi Mincho', serif;
    font-size: 34px;
    line-height: 1em;
    color: #00546c;
    position: relative;
    display: block;
    padding: 0 0 8px 40px;
    border-bottom: 2px solid #2e5a6e;
}
#background #eventArea .reserveSet .reserveBox dl a:before {
    display: block; content: " ";
    height: 30px; width: 30px;
    position: absolute;
    top: 50%; left: 0;
    margin-top: -15px;
    background: url(./images/event_reserve_tel.png) no-repeat 50% 50%;
    background-size: 26px 29px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #contact_comp_takaya_bnr {
        width: 580px;
        margin-right: auto;
        margin-left: auto;
    }
    #background #eventArea .reserveSet {
        min-width: auto;
        padding: 20px 15px 20px 15px;
        margin-bottom: 10px;
    }
    #background #eventArea .reserveSet h3 {
        width: 100%;
        margin: 0 auto 20px auto;
        padding-bottom: 8px;
        background-size: 100% 2px;
        font-size: 16px;
    }
    #background #eventArea .reserveSet h3 span {
        display: inline-block;
    }
    #background #eventArea .reserveSet .reserveBox {
        width: auto;
        display: block;
    }
    #background #eventArea .reserveSet .reserveBox p {
        margin-bottom: 20px;
        width: 100%;
    }
    #background #eventArea .reserveSet .reserveBox p a {
        font-size: 16px;
        padding: 20px 40px 20px 15px;
        text-align: center;
    }
    #background #eventArea .reserveSet .reserveBox dl {
        width: auto;
    }
    #background #eventArea .reserveSet .reserveBox dl dd {
        text-align: center;
    }
    #background #eventArea .reserveSet .reserveBox dl dt {
        font-size: 16px;
    }
    #background #eventArea .reserveSet .reserveBox dl dt em {
        font-size: 14px;
        line-height: 1em;
    }

    #background #eventArea .reserveSet .reserveBox dl a {
        font-size: 20px;
        line-height: 1em;
        color: #00546c;
        position: relative;
        display: inline-block;
        text-align: center;
        padding: 0 0 8px 30px;
        border-bottom: 2px solid #2e5a6e;
    }
    #background #eventArea .reserveSet .reserveBox dl a:before {
        height: 20px; width: 20px;
        margin-top: -10px;
        background-size: auto 100%;
    }
}
/*------------------------------------
  その他イベント　設定　ここから
-------------------------------------*/
#background #eventArea .otherEvent {
    margin: 0 auto 120px auto;
}
#background #eventArea .otherEvent h3 {
    width: 1000px;
    margin: 0 50px 50px 50px;
    padding: 0 0 10px 0;
    font-size: 28px;
    font-weight: normal;
    color: #00546c;
    text-align: center;
    border-bottom: 2px solid #2e5a6e;
}
#background #eventArea .otherEvent dl {
    position: relative;
    padding: 2px 0 0 2px;
    margin: 0 0 0 0;
}
#background #eventArea .otherEvent dl.yoyaku dd.photo:before {
    display: block; content: " ";
    height: 60px; width: 60px;
    position: absolute;
    top: -2px; left: -2px;
    background: url(./images/event_reserve.png) no-repeat 50% 50%;
    background-size: 100% 100%;
}
#background #eventArea .otherEvent dt {
    padding: 20px 0 0 0;
}
#background #eventArea .otherEvent dt strong {
    display: block;
    font-size: 18px;
    color: #2e5a6e;
    line-height: 1.2em;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#background #eventArea .otherEvent dt span {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.012em;
    line-height: 1.32;
    color: #2e5a6e;
    vertical-align: middle;
}
#background #eventArea .otherEvent dt em {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    padding: 3px 3px 5px 3px;
    background: #00546c;
    color: #fff;
    margin-right: 10px;
}
#background #eventArea .otherEvent dd.more {
    position: static;
}
#background #eventArea .otherEvent dd.more a {
    display: block;
    width: 100%; height: 100%;
    position: absolute;
    top: 0; left: 0;
    overflow: hidden;
    text-indent: -10em;
    background: #fff;
    filter: Alpha(opacity=0);
    opacity: 0;
}
#background #eventArea .otherEvent dd.more a:hover {
    filter: Alpha(opacity=50);
    opacity: 0.5;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #eventArea .otherEvent {
        margin: 0 auto 50px auto;
        padding: 0 20px 0 20px;
    }
    #background #eventArea .otherEvent h3 {
        width: auto;
        margin: 0 0 20px 0;
        padding: 0 0 5px 0;
        font-size: 18px;
    }
    #background #eventArea .otherEvent .subSlider {
        margin: 0 0 0 0;
        overflow: hidden;
    }
    #background #eventArea .otherEvent dl.yoyaku dd.photo:before {
        height: 32px; width: 32px;
        top: 0px; left: 0px;
    }
    #background #eventArea .otherEvent dt {
        padding: 10px 0 0 0;
    }
    #background #eventArea .otherEvent dt strong {
        display: block;
        font-size: 14px;
        padding-bottom: 10px;
    }
    #background #eventArea .otherEvent dt span {
        display: block;
        font-size: 11px;
        letter-spacing: 0.008em;
        line-height: 1.2em;
    }
    #background #eventArea .otherEvent dt em {
        display: none;
    }
}
/*------------------------------------
  その他イベントスライダー 設定　ここから
-------------------------------------*/
#background #eventArea .otherEvent .bx-controls ,
#background #eventArea .otherEvent .bx-controls-direction {
    position: static;
}
#background #eventArea .otherEvent .bx-controls a {
    display: block;
    width: 30px; height: 30px;
    position: absolute;
    top: 135px; left: -50px;
    background: url(./images/arw_gray_left.png) no-repeat 50% 50%;
    background-size: 10px 22px;
    overflow: hidden;
    text-indent: -10em;
}
#background #eventArea .otherEvent .bx-controls a.bx-next {
    left: auto; right: -50px;
    background-image: url(./images/arw_gray_right.png);
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #eventArea .otherEvent .bx-controls a {
    width: 15px; height: 15px;
        top: 50%; left: -20px;
        margin-top: -8px;
        background-size: 5px 11px;
    }
    #background #eventArea .otherEvent .bx-controls a.bx-next {
        left: auto; right: -20px;
    }
}
/*===========================================================================

  設定　ここから

===========================================================================*/

/*------------------------------------
  設定　ここから
-------------------------------------*/

/*-----------------------------------*/

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
}