@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1+Code:wght@100..700&family=Mochiy+Pop+One&family=RocknRoll+One&display=swap");

/* CSS Document */
/*----------------------------------------

----------------------------------------*/
#contents {
    position: relative;
}

#contents .inner {
    padding: 0;
}
#contents-main.all {
    margin: 0px 0 50px;
    background: url(./bg_main.gif);
    background-repeat: no-repeat;
    background-size: contain;
}
.contents-header, .contents-footer {
    margin: 0 auto;
}
/*.effect-fade{
	opacity: 0;
	transition: all .5s ease;
}
.effect-fade.show {
	opacity: 1;
	transform: none;
}
.fade-right{
	transform: translate(-15px, 0);
}
.fade-left{
	transform: translate(15px, 0);
}
.fade-up{
	transform: translate(0, 15px);
}*/
/*-- contents-header --*/
/*.contents-header{
	padding-bottom: 4px;
	background: rgb(24,162,227);
	background: -moz-linear-gradient(left,  rgba(24,162,227,1) 0%, rgba(68,186,180,1) 25%, rgba(254,229,48,1) 50%, rgba(242,159,117,1) 75%, rgba(229,51,131,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(24,162,227,1) 0%,rgba(68,186,180,1) 25%,rgba(254,229,48,1) 50%,rgba(242,159,117,1) 75%,rgba(229,51,131,1) 100%);
	background: linear-gradient(to right,  rgba(24,162,227,1) 0%,rgba(68,186,180,1) 25%,rgba(254,229,48,1) 50%,rgba(242,159,117,1) 75%,rgba(229,51,131,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a2e3', endColorstr='#e53383',GradientType=1 );
}*/
.contents-header-inner {
    /*padding-bottom: 50px;*/
}

.view.pc #contents h2, .view #contents h2 {
    /*height: 560px;
	font-size: 0;
	background: url("ttl_main.jpg") no-repeat center top;*/
}
.view.pc #contents h2 {
    margin: 0 auto 20px;
    padding: 50px 0 0;
    background: none;
}
.leader_box {
    padding: 50px 50px 0px 50px;
    box-sizing: border-box;
    text-align: center;
}
/*.leader_box.summery01 {
    background: url("bg_top.gif") no-repeat, url("bg_bottom.gif") no-repeat;
    background-position: top center, bottom center;
    width: 860px;
    margin: 0 auto;
}*/
.leader_box.summery02 {
    padding: 50px 0 50px;
    background: #FFF;
}
#contents-main .leader_box h4 {
    margin: 0 auto 30px;
    text-align: center;
    padding: 0;
    border: 0;
}
.header-lead {
    font-size: 18px;
    font-weight: bold;
    line-height: 180%;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    background: rgba(255, 255, 255, .9);
    border-radius: 16px;
    padding: 15px;
    box-sizing: border-box;
}
.header-lead span {
    /*font-size: 14px;
	
	line-height: 1.3;*/
    display: block;
    padding-top: 10px;
    font-weight: normal;
}

.event_summry {
    width: 90%;
    margin: 30px auto 0px;
}
.event_summry ul {
    font-size: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:20px;
    align-items:stretch;
}
.event_summry ul li {
    width: calc(100%/2 - 10px);
    background: #ddd;
    border-radius: 16px;
    box-shadow: 5px 5px 0px 0px rgba(30, 30, 30, .5);
    padding: 25px;
    box-sizing: border-box;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    
}
.event_summry ul li.box_ws {    background: #e61f37;    border: 3px solid #333;}
.event_summry ul li.box_lp {    background: #4ec6d9;    border: 3px solid #333;}
.event_summry ul li.box_tw {    background: #B3AF3D;    border: 3px solid #333;}

.event_summry ul li.box_ig {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    border: 3px solid #333;
    margin-right: 0;
    height: 190px;
}
.event_summry ul li.box_ig p.btn_ig {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 14px;
    border: 3px solid #FFF;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    color: #a134b6;
}
.event_summry ul li h5 {
    font-family: "RocknRoll One", sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 24px;
    text-shadow: 2px 2px 0px #333;
    margin-bottom: 15px;
    
}
.event_summry ul li p {
    margin: 8px 0 10px;
}
.event_summry ul li p.attention {
    background: #fff;
    font-size: 80%;
    color: #333;
    font-weight: normal;
    padding: 10px 12px;
    border-radius: 8px;
    margin: 12px 0 0;
    line-height: 1.5;
}
.event_summry ul li dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap:10px;
    
    font-size: 16px;
}
.event_summry ul li dt {

    width: 60px;
    background: #FFF;
    border-radius: 16px;
    color: #918D22;
    font-weight: bold;
    text-align: center;
}
.event_summry ul li.box_lp dt { color: #4ec6d9;}
.event_summry ul li.box_ml dt { color: #e61f37;}
.event_summry ul li.box_ws dt { color: #e61f37;}
.event_summry ul li.box_byd dt { color: #daba42;}

.event_summry ul li dd {
    width: calc(100% - 70px);
}
.event_summry ul li dd span {
    font-size: 14px;
}
.leader_box .navi_box {
    font-size: 0;
    width: 100%;
    margin: 0 auto 0;
}
.leader_box .navi_box li {
    display: inline-block;
    width: calc(100%/ 3 - 10px);
    margin: 0 5px 10px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    vertical-align: top;
    font-weight: bold;
}
.leader_box .navi_box li a {
    display: block;
    font-size: 30px;
    font-weight: bold;
    background: #e61f37;
    padding: 10px 0px;
    box-sizing: border-box;
    border-radius: 25px;
    position: relative;
    color: #FFF;
    border: 2px solid #333;
}
.leader_box .navi_box li a:before {
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: bold;
    content: "\f0dd";
    position: absolute;
    right: 15px;
    top: 15%;
}
.leader_box .navi_box li a[href="#box_ig"]:before {
    content: none;
}
.leader_box .navi_box li:nth-child(2n) a {
    background: #51adc7;
}
.leader_box .navi_box li a span {
    font-size: 20px;
}
.leader_box .navi_box li a[href="#box_ig"] {
    font-size: 20px;
    line-height: 1.5;
    padding: 8px 10px 9px 0;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.leader_box h4 {
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 25px;
}
.leader_box .box_map {
    border: 3px solid #333;
    padding: 10px;
    background: #FFF;
    width: 780px;
    height: 500px;
    margin: 0 auto;
    box-sizing: border-box;
}
/*-- contents-inner --*/
.contents-inner {
    width: 920px;
    margin: 0 auto;
}
#contents-main .contents-inner h3 {
    font-family: "RocknRoll One", sans-serif;
    margin: 40px 25px 10px;
    font-size: 40px;
    font-weight: normal;
    padding: 10px;
    border: 0;
}
#contents-main .contents-inner h3 span {
    margin-left: 5px;
    font-size: 30px;
}
.contents-inner .section_box{
    position: relative;
}
.contents-inner .section_box dl {
    clear: both;
    overflow: hidden;
    margin: 15px auto;
    border-radius: 16px;
    box-shadow: 5px 5px 0px 0px rgba(30, 30, 30, .5);
    width: 95%;
    display: table;
    box-sizing: border-box;
}

/* 項目 */
.contents-inner .section_box dl.cat_tw{
    background: #e1dfb1;
}

.contents-inner .section_box dl.cat_ws {
    background: #fac4c2;
}
.contents-inner .section_box dl.cat_lp {
    background: #c9eef4;
}


.contents-inner #box_0502.section_box dl.cat_ws,
.contents-inner #box_0504.section_box dl.cat_ws {
    background: #c9eef4;
}
.contents-inner .section_box dl dt {
    width: 50px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    min-height: 170px;
    display: table-cell;
    vertical-align: middle;
    line-height: 3rem;
}

/* 時間背景 */
.contents-inner .section_box dl.cat_tw dt {
    background: #B3AF3D;
}

.contents-inner .section_box dl.cat_ws dt {
    background: #e61f37;
}
.contents-inner .section_box dl.cat_lp dt {
    background: #4ec6d9;
}



.contents-inner .section_box dl.cat_kp dt {
    background: #4ec6d9;
    min-height: 172px;
}
.contents-inner .section_box dl.cat_ml dt {
    background: #e61f37;
}

.contents-inner #box_0502.section_box dl.cat_ws dt, 
.contents-inner #box_0504.section_box dl.cat_ws dt {
    background: #4ec6d9;
}

.contents-inner .section_box dl dt p {
    right: 26%;
    text-align: center;
}

.contents-inner .section_box dl.cat_0428tw dt p {
    position: absolute;
    right: 25%;
    top: 20%;
}
.contents-inner .section_box .cat_byd dt p {
    position: absolute;
    right: 25%;
    top: 19%;
}
.contents-inner .section_box dl dd {
    border-left: 5px solid #FFFFFF;
    box-sizing: border-box;
    padding: 10px;
	position: relative;
    display: flex;
    margin-left: 10px;
    width: 100%;
}
.contents-inner .section_box dl dd .image {
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
    box-sizing: border-box;
    overflow: hidden;
}
 body.pc .contents-inner .section_box dl dd.booking::after {
     /*事前予約バッジ*/
    content: '事前予約';
    width: 52px;
    height: 52px;
    background-color: #e61f37;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    position: absolute;
    box-sizing: border-box;
    top: 10px;
    left: 10px;
    font-size: 14px;
    padding: 11px;
    line-height: 1rem;
    display: flex;
    align-items: center;
}
 body.sp .contents-inner .section_box dl dd.booking::after {
     /*事前予約バッジ*/
    content: '事前予約はコチラ⇒';
    color: #333;
    font-weight: bold;
    position: absolute;
    border-radius: 10px;
    bottom: 30px;
    left: 20px;
    font-size: 14px;
    padding: 8px 0;
    line-height: 1rem;
    display: flex;
    align-items: center;
}
.contents-inner .section_box dl dd .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contents-inner .section_box dl.cat_tw dd .image {
    border: 3px solid #B3AF3D
}

.contents-inner .section_box dl.cat_ws dd .image {
    border: 3px solid #e61f37
}
.contents-inner .section_box dl.cat_lp dd .image {
    border: 3px solid #4ec6d9
}


.contents-inner .section_box dl.cat_kp dd .image {
    border: 3px solid #4ec6d9
}
.contents-inner .section_box dl.cat_ml dd .image {
    border: 3px solid #e61f37
}

.contents-inner #box_0502.section_box dl.cat_ws dd .image, 
.contents-inner #box_0504.section_box dl.cat_ws dd .image {
    border: 3px solid #4ec6d9
}
.contents-inner .section_box dl dd .summry {
    padding: 15px 0;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5;
}
.contents-inner .section_box dl dd .summry .category {
    color: #FFF;
    padding: 0px 16px;
    border-radius: 25px;
    display: inline;
}
.contents-inner .section_box dl.cat_kp dd .summry .category {
    background: #4ec6d9
}
.contents-inner .section_box dl.cat_ml dd .summry .category {
    background: #e61f37
}
.contents-inner .section_box dl.cat_ws dd .summry .category {
    background: #e61f37
}
.contents-inner .section_box dl dd .summry h5 {
    font-family: "RocknRoll One", sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-top: 5px;
}
.contents-inner .section_box dl dd .summry .type_course {
    color: #e61f37;
    font-weight: bold;
}
.contents-inner .section_box dl dd .summry .type_course_tw {
    color: #918D22;
    font-weight: bold;
}
/*
.contents-inner .section_box dl dd .summry .type_course_byd {
    color: #daba42;
    font-weight: bold;
}
*/
.contents-inner .section_box dl dd .summry .type {

}

.contents-inner .section_box dl dd .summry .type_sub {
    margin-left: 164px;
}

.contents-inner .section_box dl dd .summry .links {
    margin-top: 10px;
    font-size: 0;
	position: absolute;
	bottom: 20px;
	right: 20px;
    
    display: flex;
    justify-content: flex-end;
    column-gap: 4px;
}
.contents-inner .section_box dl dd .summry .links li {
    font-size: 16px;
    width: 34px;
    text-align: center;
}
.contents-inner .section_box dl dd .summry .links li a {
    background: #000;
    color: #fff;
    border-radius: 50px;
    padding: 5px;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.contents-inner .section_box dl dd .summry .links li.ico_hp i{
    font-size: 14px;
}
.contents-inner .section_box dl dd .summry .links li img{
    width: 14px;
  vertical-align: middle;
}

.contents-inner .section_box dl.cat_ws dt p {
    top: 50%;
}
.contents-inner .section_box dl.cat_ml dd {
    padding: 10px;
    border-bottom: 2px dashed #e61f37;
}
.contents-inner .section_box dl.cat_kp dd {
    padding: 10px;
}
.contents-inner .section_box dl.cat_tw dd{
    padding: 10px;
    border-bottom: 2px dashed #B3AF3D;
}

.contents-inner .section_box dl.cat_ws dd {
    padding: 10px;
    border-bottom: 2px dashed #e61f37;
}
.contents-inner #box_0502.section_box dl.cat_ws dd, 
.contents-inner #box_0504.section_box dl.cat_ws dd {
    padding: 10px;
    border-bottom: 2px dashed #4ec6d9;
}
.contents-inner .section_box dl.cat_tw dd:last-of-type,
.contents-inner .section_box dl.cat_ml dd:last-of-type, 
.contents-inner .section_box dl.cat_kp dd:last-of-type, 
.contents-inner .section_box dl.cat_ws dd:last-of-type {
    border-bottom: 0;
}
.contents-inner#box_ig {
    text-align: center;
    margin-top: 50px;
    background: #FFF;
}
.contents-inner#box_ig p {
    font-size: 18px;
    font-weight: bold;
    line-height: 180%;
    margin-bottom: 20px;
    text-align: center;
}
.contents-inner#box_ig p span {
    font-size: 16px;
    font-weight: normal;
}
.contents-inner#box_ig h3 i {
    color: #FFF;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    padding: 7px 10px;
}
.contents-inner#box_ig a{
    display: inline-block;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    padding: 16px 20px;
    color: #FFF;
    margin: 0 auto;
    border-radius: 30px;
    width: 250px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.contents-inner#box_ig a::after{
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f054";
    position: absolute;
    top: calc(50% - 12px);
    right: 15px;
    display: block;
    color: #FFF;
    font-size: 16px;
}

/*----------------------------------------
 スマホ
----------------------------------------*/
.sp #contents-main.all {
    background-position: center top;
    background-size: 140%;
}
.sp .contents-header, .sp .contents-footer, .sp .leader_box, .sp .leader_box .navi_box, .sp .contents-inner, .sp .contents-inner .section_box .box_wshop, .sp .event_summry ul li, .sp .leader_box .box_map, .sp .contents-inner .section_box dl dd {
    width: auto;
}
.sp .contents-header-inner .header-title.anime {
    opacity: 0;
    animation: bounce .5s .2s forwards;
}

@keyframes bounce {
    0% {
      opacity: 0;
      transform: scale(.2);
    }
    50% {
      opacity: 1;
      transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.sp.view #contents h2 {
    padding: 30px 0 0;
    margin: 0 auto 10px;
    background: none;
    width: 75%;
}
.sp .header-lead {
    font-size: 90%;
    width: 90%;
}
.sp .event_summry ul li {
    margin: 0 auto 15px;
}
.sp .event_summry ul li h5 {
    font-size: 26px;
    line-height: 1.5;
}
.sp .event_summry ul li dt, .sp .event_summry ul li dd {
    float: inherit;
    width: 100%;
    text-align: center;
}
@media screen and (max-width:375px) {
    .sp .event_summry ul li.box_lp dt.place {
        margin: 25px 0 auto;
    }
}
@media screen and (max-width:375px) {
    .sp .event_summry ul li.box_ml dt.place {
        margin: 25px 0 auto;
    }
}
.sp .leader_box {
    width: 90%;
    padding: 0;
    margin: 10px auto 30px;
}
.sp .leader_box .navi_box li {
    width: calc(100%/2 - 10px);
}
.sp .leader_box .navi_box li:last-child {
    width: calc(100% - 10px);
}
.sp .leader_box .navi_box li a {
    font-size: 20px;
}
.sp .leader_box .navi_box li a[href="#box_ig"] {
    padding: 11px 5px;
}
.sp .leader_box .navi_box li a p {
    font-size: 16px;
}
.sp .leader_box .navi_box li a span {
    font-size: 14px;
}

.sp #contents-main .contents-inner h3 {
    font-size: 180%;
}
.sp #contents-main .contents-inner h3 span, .sp #contents-main .leader_box h4 {
    font-size: 24px;
}
.sp .leader_box .box_map {
    height: 250px;
}
.sp .contents-inner .section_box dl dd .image {
    float: none;
}
.sp .contents-inner .section_box dl dt {
    float: none;
    display: block;
    width: 100%;
    writing-mode: inherit;
    min-height: 35px;
    text-align: center;
    padding: 0;
}

.sp .contents-inner .section_box dl dd .summry .links {
	position: inherit;
}

.sp .contents-inner .section_box dl dt p {
    position: inherit;
    top: inherit;
    right: inherit;
}
.sp .contents-inner .section_box dl dd {
    width: 100%;
    float: none;
    border: 0;
    padding: 15px 20px;
    display: block;
    margin-left: 0;
}
.sp .contents-inner .section_box dl dd .image {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    text-align: center;
}
.sp .contents-inner .section_box dl.cat_tw dd {
    border-bottom: 2px dashed #B3AF3D;
}
/*
.sp .contents-inner .section_box dl.cat_byd dd {
    border-bottom: 2px dashed #daba42;
}
*/
.sp .contents-inner .section_box dl.cat_ws dd {
    border-bottom: 2px dashed #e61f37;
}

.sp .contents-inner #box_0502.section_box dl.cat_ws dd, .sp .contents-inner #box_0504.section_box dl.cat_ws dd {
    border-bottom: 2px dashed #4ec6d9;
    padding: 15px 20px;
}
.sp .contents-inner .section_box dl.cat_tw dd:last-of-type, 
/*.sp .contents-inner .section_box dl.cat_byd dd:last-of-type, */
.sp .contents-inner .section_box dl.cat_ws dd:last-of-type, 
.sp .contents-inner #box_0502.section_box dl.cat_ws dd:last-of-type, 
.sp .contents-inner #box_0504.section_box dl.cat_ws dd:last-of-type {
    border-bottom: 0;
}
.sp .contents-inner .section_box dl dd .summry h5 {
    font-size: 100%;
}
.sp .contents-inner .section_box dl dd .summry .type {
    font-size: 90%;
    line-height: 1.2;
}
.sp .contents-inner#box_ig {
    margin-top: 10px;
    padding-top: 10px;
}
.sp .contents-inner#box_ig p {
    width: 90%;
    margin: 0 auto;
    font-size: 90%;
}
.sp .contents-inner#box_ig p span {
    font-size: 90%;
}
.sp .embedsocial-hashtag {
    margin: 15px 5px;
}

/*日付固定ヘッダー*/
.sp #contents::before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 100;
    text-align: center;
    line-height: 55px;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Coda Caption', sans-serif;
    animation-name: fadeDownAnime;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.sp #contents.box_0427ws::before {
    content: "4/27 sat";
}
.sp #contents.box_0428ws::before {
    content: "4/28 sun";
}
.sp #contents.box_0429ws::before {
    content: "4/29 mon";
}
.sp #contents.box_0503ws::before {
    content: "5/3 fri";
}
.sp #contents.box_0504ws::before {
    content: "5/4 sat";
}
.sp #contents.box_0505ws::before {
    content: "5/5 sun";
}
.sp #contents.box_0506ws::before {
    content: "5/6 mon";
}

.sp.colfes2024 .footer-navi{
display: none;
}

@keyframes fadeDownAnime {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*.datebox{
  position: fixed;
  top: 0;
  background-color: rgba(255,255,255,0.9);
  height: 55px;
  z-index: 100;
}
.datebox p{
  text-align: center;
  line-height: 55px;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Coda Caption', sans-serif;
}*/


.pc .fadein,
.pc .fadein2 {
    opacity: 0;
    transform: translate(0, 30px);
    transition: all 1500ms;
}
.pc .scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.sp #contents-main .contents-inner h3 {
    transition: all 0.3s ease-in-out;
}
.sp #contents-main .contents-inner h3.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;  /* 他の要素より上に表示 */
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);  /* 固定されたときに目立たせる */
    padding: 13px 0;
    margin: 0;
    transition: transform 0.3s ease-in-out;
}


.sp.colfes2024 .footer-navi_ul{
    display: none;
}
.sp.colfes2024 .btn_colclub{
    display: none;
}



/*----------------------------------------
各イベント終了後
----------------------------------------*/

/*ナビボタン*/

#contents .leader_box .navi_box li a.done {
    pointer-events: none;
    background: #bbb;
    color: #999;
    border: 2px solid #555;
}

/*イベント一覧*/

#contents-main .contents-inner .eventboxs.done{
    display: none;
}
