/*
Theme Name: agepa_2
Version: 1.0
Description: A child theme of Customizr
Template: customizr
Author: Administrator
*/
/* Your awesome customization starts here */
/* block result
-------------------------- */
.spNone { display: block !important; }
.spOnly { display: none !important; }

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

  *group block

------------------------------------------------------------ */
.block {
    padding: 100px 0;
    position: relative;
}
.block__inner, .block_inner {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1060px;
}
.block__ttl { position: relative; text-align: center; margin-bottom: 45px; }
.block__ttl__txt {
    margin-top: 1em;
    color: #ee8652;
    font-weight: bold;
    letter-spacing: 2px;
}
.block__back { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.block__back img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* block events
-------------------------- */
.event__item {
    padding-top: 8px;
    width: 460px;
    background-color: transparent;
}
.event__item--sm-dummy { width: 0;  }
.event__item--dummy { width: 0; }
.event__item--sm { width: 326px;  }
.event__item--rank { padding-top: 44px; }
.event__item__inner {
    position: relative;
    padding: 30px;
    border: solid 2px #efefef;
    border-radius: 6px;
    text-align: left;
    background-color: #fff;
}
/*.event__item__inner--sm { padding: 26px 30px 20px; }*/
.event__item__inner--sm { padding: 26px; }
.event__date__place__outer { overflow: hidden; }
.event__date {
    float: left;
    display: inline-block;
    width: 72%;
    padding: 10px 8px;
    background-color: #ffe9e7;
    line-height: 1;
    color: #2b2b2b;
    font-size: 14px;
    /* @alternate */font-size: 1.16666666666667rem;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}
.event__place {
    float:right;
    display: inline-block;
    width: 28%;
    padding: 10px 8px;
    background-color: #ff6357;
    line-height: 1;
    color: #fff;
    font-size: 14px;
    /* @alternate */font-size: 1.16666666666667rem;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}
.event__ttl {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 18px;
    /* @alternate */font-size: 1.5rem;
    color: #ee6d2c;
    line-height: 1.3;
}
.event__ttl--sm {
    font-size: 16px;
    /* @alternate */font-size: 1.33333rem;
    margin-bottom: 10px;
}
.event__ttl a { color: #ee6d2c; }
.event__ttl a:hover { text-decoration: underline; }
.event__ttl--hover a { text-decoration: underline; }
.event__img img {
    width:100%;
}
.event__notes { margin-bottom: 8px; color: #2b2b2b;  overflow:hidden; }
.event__note { display: inline-block; line-height: 2; }
.event__tags { float: right; }
.event__tag {
    min-width: 60px;
    display: inline-block;
    padding: 5px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 1px;
}
.event__tag--1 { background-color: #3cc787; }
.event__tag--2 { background-color: #c890ef; }
.event__cond__row {
    height: 30px;
    margin-bottom: 4px;
    line-height: 1.2;
}
.event__cond__ttl {
    width: 20%;
    min-width: 70px;
    display: inline-block;
    padding: 6px;
    background-color: #fff1d8;
    color: #ee6d2c;
    font-size: 14px;
    /* @alternate */font-size: 1.333333rem;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 2px;
}


.event__cond__txt {
    width: 75%;
    display: inline-block;
    padding: 6px 14px;
    background-color: #f6f6f6;
    color: #2b2b2b;
    font-size: 14px;
    /* @alternate */font-size: 1.333333rem;
    white-space: nowrap;
}


.event__cond__txt img { display: inline-block !important; vertical-align: middle; }
.event__cond__txt span { margin: 0 5px; }
.event__approval { position: absolute; top: -10px; left: 13px; z-index: 5; }
.event__approval--sm { left: 5px; }
.event__rank { position: absolute; top: -44px; left: 50%; margin-left: -38px; z-index: 5; }
.event__new { position: absolute; top: -2px; right: -2px; z-index: 5; }
.event__info__date { display: inline-block; line-height: 1.5; font-weight: bold; }



.event_result {
    margin-bottom: 20px;
}
.event_result__inner {
    position: relative;
    padding: 20px;
    border: solid 2px #efefef;
    border-radius: 6px;
    text-align: left;
    background-color: #fff;
}
.event_result__info { position: relative; overflow: hidden; }
.event_result__info--thumb { display: none; }
.event_result__conds {
    margin-right: 20px;
    float: left;
    display: inline-block;
}
.event_result__date__place__outer { overflow: hidden; }
.event_result__date {
    float: left;
    display: inline-block;
    width: 72%;
    padding: 10px 8px;
    background-color: #ffe9e7;
    line-height: 1;
    color: #2b2b2b;
    font-size: 14px;
    font-size: 1.16666666666667rem;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}
.event_result__place {
    float:right;
    display: inline-block;
    width: 28%;
    padding: 10px 8px;
    background-color: #ff6357;
    line-height: 1;
    color: #fff;
    font-size: 14px;
    font-size: 1.16666666666667rem;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}
.event_result__ttl {
    overflow: hidden;
    max-height: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1rem;
    color: #ee6d2c;
    line-height: 1.66;
}
.event_result__ttl a { color: #ee6d2c; }
.event_result__ttl a:hover { text-decoration: underline; }
.event_result__ttl--hover a { text-decoration: underline; }
.event_result__img {
    margin-right: 20px; float: left; display: inline-block; }
.event_result__img img { width:206px; }
.event_result__notes {
    width: 246px;
    vertical-align: top;
    display: inline-block;
    overflow:hidden;
    color: #2b2b2b;
}
.event_result__note { margin-bottom: 7px;  font-size: 12px; }
.event_result__times {
    margin-bottom: 8px;
    line-height: 1;
}
.event_result__tags { float: right; }
.event_result__tag {
    margin-bottom: 3px;
    min-width: 60px;
    display: block;
    padding: 3px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 1px;
}
.event_result__tag--1 { background-color: #3cc787; }
.event_result__tag--2 { background-color: #c890ef; }
.event_result__tag--3 { background-color: #ff8df8; }
.event_result__cond {
    white-space: nowrap;
}
.event_result__cond__row {
    overflow: hidden;
    width: 250px;
    height: 22px;
    margin-bottom: 4px;
    line-height: 1;
}
.event_result__cond__ttl {
    float: left;
    width: 20%;
    min-width: 50px;
    padding:0 6px;
    background-color: #fff1d8;
    color: #ee6d2c;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 1px;
    line-height: 22px;
}
.event_result__cond__sep {
    float:left;
    width: 4px;
    height: 100%;
    margin-right: 7px;
    background-color: #fff;
}
.event_result__cond__txt {
    margin-left: 4px;
    width: 100%;
    height: 22px;
    vertical-align: top;
    padding: 0 7px;
    background-color: #f6f6f6;
    color: #2b2b2b;
    font-size: 11px;
    white-space: nowrap;
    line-height: 22px;
}
.event_result__cond__txt br {
    display: none;
}
.event_result__cond__txt img { display: inline-block !important; vertical-align: middle; }
.event_result__cond__txt span { margin-right: 5px; }
.event_result__approval { position: absolute; top: -10px; left: 5px; z-index: 5; }
.event_result__join {
    position: absolute;
    right: 0;
    bottom:0;
}

@media screen and (max-width: 1060px) {
    ------------------------------------------------------------ */
    .block { padding: 70px 0; }
    .block--breadcrumb { padding: 134px 0; }
    .block__inner, .block_inner {
        width: 90%;
        text-align: center;
    }
    .spNone { display: none !important; }
    .spOnly { display: block !important; }
    /* block breadcrumb
    -------------------------- */
    .event__item__inner {
        padding: 26px ;
    }
    .event__img { position: relative;  }
    .event__img img{ width: 100%; height: auto; }
    .event__ttl--sm { margin-bottom: 0; font-size: 20px; }
    .event__date__place__outer {
        width: 100%;
    }
    .event__date { font-size: 14px;}
    .event__place { font-size: 14px;}
    .event__note { font-size: 14px; }
    .event__tag { font-size: 14px; }
    .event__cond__ttl { font-size: 16px; }
    .event__cond__txt { font-size: 16px; }
    .event__info__date { font-size: 14px; }
    .bx-wrapper a.bx-prev { left: 0; }
    .bx-wrapper a.bx-next { right: 0; }

}
.block__ttl {
    font-size: 24px;
    font-size: 2rem;
    color: #ee8652;
    font-weight: bold;
    letter-spacing: 2px;
}
.block__ttl img {
    vertical-align: middle;
}

/* block caption
-------------------------- */
.caption {
    text-align: left;
}
.caption__ttl {
    margin-bottom: 20px;
    float: left;
    width: 92%;
    font-size: 22px;
    font-size: 1.833333333rem;
    color: #ee6d2c;
    font-weight: bold;
    line-height: 1.6;
}
.caption__ttl a { color: #ee6d2c; }
.caption__ttl a:hover { text-decoration: underline;}
.caption__tags {
    float: left;
    width: 8%;
}
.caption__tag {
    overflow: hidden;
    width: 80px;
    display: inline-block;
    padding: 9px 4px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 1px;
}
.caption__tag--1 { background-color: #3cc787; }
.caption__tag--2 { background-color: #c890ef; }

.caption__inner {
    margin-bottom: 50px;
}
.caption__img-outer {
    display: inline-block;
    position: relative;
    clear: both;
    padding: 40px;
    border-radius: 12px;
    background-color: #fff;
    border: solid 1px #efefef;
}
.caption__img img{
    width: 100%;
}
.caption__approval { position: absolute; top: -10px; left: 13px; z-index: 5; }
.caption__info {
    float: right;
    width: 420px;
    display: inline-block;
    color: #2b2b2b;
    font-size: 14px;
    font-size: 1.166666667rem;
}
.caption__info__desc {
    margin-bottom: 0.6em;
    line-height: 43px;
    font-size: 16px;
    font-size: 1.333333333rem;
}
.caption__info__times {
    float: right;
    display: inline-block;
}

.caption__info__prop {
    margin-bottom: 8px;
}
.caption__info__prop__row {
    overflow: hidden;
    margin-bottom: 0.3em;
}
.caption__info__prop__ttl {
    float: left;
    display: inline-block;
    width: 20%;
    padding: 8px;
    color: #ee6d2c;
    font-weight: bold;
    background-color: #fff1d8;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.4em;
    white-space: nowrap;
}
.caption__info__prop__content {
    /*height: 34px;*/
    float: right;
    display: inline-block;
    padding: 8px;
    margin-left: 1%;
    width: 79%;
    background-color: #f6f6f6;
    line-height: 1.4em;
    white-space: nowrap;
}
.caption__info__prop__content__col {
    display: inline-block;
    min-width: 80px;
    margin-right: 14px;
}
.caption__info__prop__content__col img{
    margin-right: 4px;
    vertical-align: middle;
}

.caption__info__tag {
    float: left;
    display: inline-block;
    border-radius: 6px;
    margin-right: 8px;
    margin-bottom: 8px;
    background-color: #fff2eb;
    padding: 8px 20px;
    line-height: 1.4em;
    white-space: nowrap;
    font-size: 12px;
    font-size: 1rem;
}
.caption__info__point {
    margin-bottom: 10px;
    padding: 1em;
    border-radius: 6px;
    border: solid 2px #fff2dd;
    background-color: #fffaf2;
    line-height: 1.4;
    clear: both;
}
.caption__info__point__ttl {
    margin-bottom: 6px;
    color: #ee8652;
    font-size: 14px;
    font-size: 1.166666667rem;
    font-weight: bold;
}
.caption__info__point__txt {
    font-size: 12px;
    font-size: 1rem;
}
.caption__info__btn {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-size: 1.166666667rem;
}
.caption__info__btn--right {
    float: right;
}

/* block reg
-------------------------- */
.reg {
    clear:both;
    border-radius: 8px;
    background-color: #fff;
    border: solid 1px #ffeccd;
    text-align: left;
}
.reg__ttl {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #fff;
    padding: 16px;
    background-color: #ee8652;
    color: #fff;
    font-size: 18px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
}
.reg__rows {
    width: 100%;
}
.reg__row {
    overflow: hidden;
    border-bottom: solid 2px #ffeccd;
}
.reg__row--bottom {
    border: none;
}
.reg__col {
    padding: 24px;
}
.reg__col--right {
    width: 270px;
    padding: 0;
    text-align: center;
}
.reg__col--pt {
    color: #ff0000;
    font-weight: bold;
}
.reg__col--nb {
    border: none;
}
.reg__col--rigit-border {
    border-right: solid 1px #ffeccd;
}
.reg__col__icn {
    margin-right: 20px;
    vertical-align: middle;
}
.reg__col__txt {
    display: inline-block;
    margin-top: -10px;
    color: #ee8652;
}
.reg__col__btn {
    margin-top: -10px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-size: 1.166666667rem;
}
.reg__col--sex-male {
    padding: 12px;
    width: 20px;
    font-size: 1.166666667rem;
    font-weight: bold;
    background: #90c7ff;
}
.reg__col--sex-female {
    padding: 12px;
    width: 20px;
    font-size: 1.166666667rem;
    font-weight: bold;
    background: #ffdced;
}

.reg__col .data {
    display: block;
    background: #f6f6f6;
    padding: 0 9px;
}


/* block detail
-------------------------- */
.detail__free {
    width: 100%;
    /*height: 600px;*/
    border-radius: 8px;
    margin-bottom: 48px;
    background-color: #fff;
    padding:25px;
}
.panels {
    overflow: hidden;
    position: relative;
}
.panel__outer {
    position: absolute;
    left: 0;
    /*margin-bottom: 2em;*/
    vertical-align: top;
    display: inline-block;
    width: 49%;
    padding: 0 0.5% 2em;
}
.panel__outer--right {
    right: 0;
    left: auto;
}
.panel__outer__ttl {
    display: inline-block;
    margin-bottom: 0.6em;
    line-height: 18px;
    color: #464646;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.166666667rem;
}
.panel__outer__ttl img { margin-right: 5px; }
.panel {
    border-radius: 8px;
    padding: 20px;
    background-color: #fff;
}
.panel__ttl {
    margin-bottom: 0.6em;
    font-size: 14px;
    font-size: 1.166666667rem;
    font-weight: bold;
    color: #ee8652;
    line-height: 1;
}
.panel__txt {
    margin-left: 20px;
    margin-bottom: 1.2em;
}
.panel__txt__p {
    font-weight: normal;
}
.panel__txt:last-child {
    margin-bottom: 0;
}
.panel__txt p {
    margin-bottom: 1em;
}
.panel__txt ol{
    margin-left: 20px;
    font-weight: bold;
}
.panel__txt li{
    list-style-type: decimal;
}
.panel__txt--small {
    font-size: 10px;
    font-size: 0.833333333rem;
    color: #616161;
}
.panel__txt_break_word {
    word-wrap: break-word;
}
.panel__map {
    margin-bottom: 26px;
}

/* block share
-------------------------- */
.sns {
    padding-top: 14px;
    text-align: center;
}
.sns__item {
    margin: 0 10px;
}

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

  *group sp

------------------------------------------------------------ */
@media screen and (max-width: 1060px) {
    .breadcrumb {
        width: 90%;
        text-align: left;
    }
    .caption__tags {
        margin-bottom: 24px;
        float: none;
        width: auto;
    }
    .caption__tag {
        width: 100px;
    }
    .caption__img-outer {
        width: 100%;
        margin-bottom: 24px;
    }
    .caption__ttl {
        width: 100%;
    }
    .caption__info {
        width: 100%;
    }
    .caption__info__btns {
        margin-bottom: 24px;
    }
    .caption__info__btn {
        width: 48%;
    }
    .reg__ttl img {
        vertical-align: middle;
    }
    .reg__row {
        padding: 30px 0;
    }
    .reg__col {
        padding: 0 20px;
        height: 50px;
        margin-bottom: 20px;
        line-height: 50px;
    }
    .reg__col__btn {
        /*width: 200px;*/
    }
    .reg__col--sex {
        padding-left: 0;
    }
    .detail__free img {
        max-width: 100%;
        height: auto;
    }
    .panel__outer {
        position: static;
        width: 100%;
        text-align: left;
    }
}
/* block sns
-------------------------- */
.block--back07 { padding: 70px 0 ; }
.banners { margin-bottom: 70px; text-align: center;}
.banner { margin: 10px; display: inline-block; }
.banner:first-child { margin-left:0;  }
.banner:last-child { margin-right:0;  }
.facebook-like-box { width :940px; margin: 0 auto; background-color: #fff; line-height: 0; }

.venue-archive-meta table {
	font-size: 14px;
	width: 100%;
	display: table;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0;
}
.venue-archive-meta table tr th{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.venue-archive-meta table tr td{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.system-party{
	display:table;
	width:100%;
	margin: 0 0 20px;
	font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
.system-box{
	display:table-cell;
	vertical-align: middle;
	padding 0px;
}
.system-box p {
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	padding: 0 3px;
	line-height: 1.8;
}
.system-table_2{
	font-size: 14px;
	width: 100%;
	display: table;
	border: 1px solid #000;
	border-spacing: 0;
	border-collapse: collapse;
	border-width: 0px;
	margin: 0;
}
.system-table_2 tbody{ display: table-row-group; vertical-align: middle; }
.system-table_2 tr{ 
	display: table-row; 
	text-align: center;
	vertical-align: middle;
}
.system-table_2 th{
	display: table-cell;
}
.system-table_2 td.system-td_1 {
	display: table-cell; 
	background-color: transparent;
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	vertical-align: middle;
}
.system-table_2 td.system-td_2 {
	display: table-cell;
	background-color: transparent;
	border: none;
	padding: 0;
	text-align: center;
	font-size: 14px;
	vertical-align: middle;
}
.system-td_2 p {
	border: 1px solid #000;
	font-size: 14px;
	margin: 0;
	padding: 5px 10px 4px;
	letter-spacing: 3px;
	color: #000;
	background-color: #fff;
}

.system-table_2 td.system-td_3 {
	display: table-cell;
	background-color: #fff;
	border: 1px solid #000;
}
.system-table_2 th.system-tableTitle_2 {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	text-align: center;
}
.system-tableTitle_2 h4{
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	display: block;
	text-shadow: none;
}
.system-tableTitle_2 span{
	display: block;
	margin: 0 0 3px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Josefin Sans',sans-serif;
}
.system-option {
	background-color: #000;
	border: 1px solid #000;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	display: block;
}
.system-option span {
	font-size: 18px;
	font-weight: 400;
	display: block;
	margin: 0 0 3px;
}
.system-option h4 {
	line-height: 1;
	font-size: 11px;
	font-weight: 400;
	margin: 0;
}

