@charset "utf-8";
/* ------------------------------------------------------- */
/* summaryevent ---------------------- */
/* ------------------------------------------------------- */
/*タブ切り替え*/
.eventcalendar .content_area > div:nth-child(1),
.summaryevent .content_area > div:nth-child(1) {    
	background: rgba( 255, 255, 255, 1.0);
}
.summaryevent .content_area > div:nth-child(1) {
    padding: 25px 20px;
}
.eventcalendar .tribe-events .tribe-events-l-container{
    padding: 25px 15px 0;
}
.eventcalendar .content_area p,
.summaryevent .content_area p{
    margin-bottom:0;
}
.eventcalendar .tab_area,
.summaryevent .tab_area{
	display: flex;
    width:100%;
}
.eventcalendar .tab_area li,
.summaryevent .tab_area li {
	width: calc(100% / 2 );
}
.eventcalendar .tab_area li:last-child,
.summaryevent .tab_area li:last-child {
	margin-right: 0;
}
.eventcalendar .tab_area li a,
.summaryevent .tab_area li a {
	display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
	text-align: center;    
    font-size: 1.9rem;
    text-decoration:none;
    overflow: hidden;
    color: #ffffff;
    border-bottom:0;
    border-radius: 10px 10px 0 0;
    background: #787878;
}
.eventcalendar .tab_area li:nth-child(1) a,
.summaryevent .tab_area li:nth-child(2) a{ 
    background: #ffffff;
    border:2px solid #4f4f4f;
    border-bottom:0px;
    width:100%;
    color:#4f4f4f;
}
.eventcalendar .tab_area li:nth-child(2) a,
.summaryevent .tab_area li:nth-child(1) a{ 
    border-bottom:2px solid #4f4f4f;
}
.eventcalendar .tabarea > div,
.summaryevent .tabarea > div{
    background-color: rgba(255,255,255,1);
    border:2px solid #4f4f4f;
    border-top:0px;    
}
.eventcalendar .tabarea > div,
.summaryevent .tabarea > div{
    background-color: rgba(255,255,255,1);
    border:2px solid #4f4f4f;
    border-top:0px;    
}
.eventcalendar #tab1::after,
.summaryevent #tab2::after{
	content: "";
	display: block;
    width:calc(100% + 2px);
	height: 2px;
    bottom:0;
	position: absolute;
    background-color: rgba(10,10,10,0.1);
    z-index:1;
}
.eventcalendar #tab1::after { 
    left:calc(100% + 1px);
}
.summaryevent #tab2::after {
    right:calc(100% + 1px);
}
.archive.home h3{
    margin-bottom:15px;
    font-size:2.5rem;
    text-align: center;
    font-weight:700;
}
.single-summaryevent .archive_none{
    display:none;
}
@media only screen and (max-width:999px) {
	.summaryevent .content_area > div:nth-child(1) {
		padding: 15px 15px 0 15px;
	}
	.summaryevent .hide {
		display: none;
	}
	.summaryevent .tab_area li {
		width: calc( 100% / 2 );
		margin-right: 0;
	}
    .eventcalendar .tab_area li h2,
	.summaryevent .tab_area li h2 {
        width: 100%;
        height: 50px;
        line-height: 1.4;
        font-size: 1.4rem;
        display:flex;
        align-items:center;
        justify-content: center;
	}
	.summaryevent .select > #tab1::after,
	.summaryevent .select > #tab2::after{
		content: "";
		display: block;
		/*width: calc(( 100vw - 30px));
        min-width:100px;*/
		position: absolute;
        bottom:0;
	}
    .eventcalendar #tab1::after{
        display:none;
    }
}

.summaryeventMenu{
    margin-bottom:15px;
}
.summaryeventMenu ul{
    display:flex;
    flex-wrap: wrap;
    margin-bottom:0;
    align-items: center;
}
.summaryeventMenu ul > li{
    list-style-type:none;
    display:flex;
    margin:0 0 10px 5px;
}
.summaryeventMenu ul > li a{
    text-decoration:none;
    padding:2px 15px;
    background-color:#f5f5f5;
    border-radius: 5px;
}
.summaryeventMenu ul > li a:hover{
    background-color:#787878;
    color:#ffffff;
}
.summaryevent .toggleSet1{
    background-image:radial-gradient(at 29% 0%, rgba(255, 245, 166, 1) 29%, rgba(255, 255, 255, 0) 91%), linear-gradient(189deg, rgba(255, 2, 154, 1) 1%, rgba(255, 2, 154, 0.16) 53%), linear-gradient(314deg, rgba(178, 2, 255, 1) 1%, rgba(255, 2, 154, 0) 30%), linear-gradient(4deg, rgba(2, 209, 255, 1) 41%, rgba(255, 2, 154, 0));
    padding:2px;
}
.summaryevent .toggleSet1Inner{
    background-color:rgba(255,255,255,1.0);
    padding:15px 20px ;
}
.summaryevent .toggleSet1content{
    margin-top:15px
}
.summaryevent .toggleSet1 h2{
    margin-bottom:0;
}
.summaryevent .toggleSet1button{
    background-color:transparent;
    padding:0 0px;
}
.summaryevent .toggleSet1button::after {
    right:0px;
}
.summaryevent .toggleSet1 h3{
    margin-top:20px;
    margin-bottom:5px;
}
.summaryevent .toggleSet1 h3 a{
    text-decoration:none;
    color:#000;
}
.tagBox .sammaryeventCatWrap > ul{
    margin-bottom:0;
}
.tagBox .sammaryeventCatWrap > ul > li{
    list-style-type: none;
    display:inline-block;
    margin: 0 0 10px 5px;
}
.tagBox .sammaryeventCatWrap > ul > li a{
    display:inline-block;
    text-decoration:none;
    background-color:#f5f5f5;
    padding: 2px 15px;
    border-radius: 5px;
}
.summaryevent .tagBox .friendsList3,
.summaryevent .tagBox .friendsList5{
    margin-bottom:0px;
}
.summaryevent .tagBox .friendsList3 ul,
.summaryevent .tagBox .friendsList5 ul{
    margin-bottom:0;
}
.summaryevent .tagBox .friendsList3 ul > li,
.summaryevent .tagBox .friendsList5 ul > li{
    flex-direction: column;
    align-items: center;
}
.summaryevent .tagBox div[class^="postLabel"]::before{
    font-family:"Font Awesome 5 Free";
    display:inline-block;
    font-weight:800;
    margin-right:5px;
    color:#d6006c;
}
.summaryevent .tagBox .postLabel1::before{content:"\f0e8";}
.summaryevent .tagBox .postLabel2::before{content:"\f02b";}
.summaryevent .tagBox div[class^="postLabel"] a{
    text-decoration:none;
}
.summaryevent .tagBox .friendsList3 ul > li div[class^="postLabel"] a,
.summaryevent .tagBox .friendsList5 ul > li div[class^="postLabel"] a{
    color:#d6006c;
}
.summaryevent .tagBox .friendsList3 ul > li div[class^="postLabel"] a::before,
.summaryevent .tagBox .friendsList5 ul > li div[class^="postLabel"] a::before{
    content:",";
    display:inline-block;
    margin-right:5px;
}
.flagWrap .summaryevent .tagBox .friendsList3 ul > li .postLabel a:first-child::before,
.summaryevent .tagBox .friendsList3 ul > li div[class^="postLabel"] a:first-child::before,
.flagWrap .summaryevent .tagBox .friendsList5 ul > li .postLabel a:first-child::before,
.summaryevent .tagBox .friendsList5 ul > li div[class^="postLabel"] a:first-child::before
{
    display:none;
}
.single-summaryevent .seDetail{
    display:flex;
    justify-content: flex-end;
    font-size:0.9em;
}
.single-summaryevent .seDetail > div{
    margin-left:25px;
}
.single-summaryevent .seDetail > div:first-child{
    margin-left:0px;
}
.single-summaryevent .seDetail > div a::before{
    content:",";
    margin-right:10px;
}
.single-summaryevent .seDetail > div a:first-child::before{
    display:none;
}
.single-summaryevent .summaryeventBtnWrap{
    display:flex;
    justify-content: center;
    margin-top:40px
}
.single-summaryevent .summaryeventBtnWrap div[class^="buttonLink"]{
    width:250px;
    margin:0 10px 0;
}
.single-summaryevent .summaryeventBtnWrap div[class^="buttonLink"] a{
    background:#787878;
}
.single-summaryevent .summaryeventBtnWrap div[class^="buttonLink"] a:hover{
    background:#4f4f4f;
}
.single-summaryevent #container{
    margin-bottom:25px;
}

.eventList1 {
    margin-top:0px;
    margin-bottom:0;
}

.eventList1>li,
.eventList1>li:nth-child(2n) {
    margin-top:10px;
    margin-bottom:10px;
    margin-left: 6px;
    margin-right: 3px;
}

@media only screen and (max-width:999px) {
    .single-summaryevent .seDetail{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .single-summaryevent .seDetail > div{
        margin-left:15px;
    }
    .single-summaryevent .summaryeventBtnWrap{
        flex-direction: column;
        justify-content:flex-start;
        align-items: center;
        margin-top:25px
    }
    .single-summaryevent .summaryeventBtnWrap div[class^="buttonLink"]{
        width:100%;
        margin:0 0px 10px;
    }
     .single-summaryevent .summaryeventBtnWrap div[class^="buttonLink"]:last-child{
        margin:0 0px 0px;
    }
    .single-summaryevent #container{
        margin-bottom:15px;
    }
}