/* 見出し
---------------------------------------------------------------------- */

/*全体の背景色*/
.page-type-oc2025page .wrap-all{
    background-color: #EFF8FE;
}

/*イベント＆説明会リンク*/
.page-type-oc2025page .hero-feature-cmn-wrap{
    background-color: transparent;
}
.page-type-oc2025page .hero-feature-cmn-wrap a{
    border: none;
}

/*ロゴ*/
.block-entranceimage_oc2025{
    position: relative;
    z-index: 2;
    background-color: transparent;
}
.block-entranceimage_oc2025 img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.block-entranceimage_oc2025 .block-logo{
    padding-bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 1279px){
    .block-entranceimage_oc2025 .block-logo{
        padding:50px 75px 0;
    }
}
@media screen and (max-width: 767px){

    .block-entranceimage_oc2025 .block-logo{
        padding:30px 20px 0;
    }
}

/* 開催日イメージ */
.block-dayimage_oc2025{
    display: flex;
    flex-wrap: nowrap;
    padding: 0 100px;
    margin-top: -40px;
}
@media screen and (min-width: 768px) and (max-width: 1279px){
    .block-dayimage_oc2025{
        padding: 0 40px;
    }
}
@media screen and (max-width: 767px) {
    .block-dayimage_oc2025{
        margin-top: -20px;
        padding: 0 20px;
    }
}

.block-dayimage_oc2025 .item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-dayimage_oc2025 .item.day{
    margin-top: 40px;
    width: 33%;
}
.block-dayimage_oc2025 .item.people{
    width: 67%;
}

.block-dayimage_oc2025 .item img{
    display: block;
    max-width: 100%;
    height: auto;
}
@media screen and (min-width: 1280px){
    .block-dayimage_oc2025 .item.people img{
        width: 100%;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
    .block-dayimage_oc2025 .item.day img{
        margin: 50px 0;
    }
}
@media screen and (min-width: 798px) and (max-width: 999px) {
    .block-dayimage_oc2025 .item.day{
        margin-top: 0;
    }
    .block-dayimage_oc2025 .item.day img{
        margin: 30px 0;
    }
}

/* キーワードイメージ */
.block-keywordimage_oc2025{
    padding: 0 25px;
}
@media screen and (max-width: 767px){
    .block-keywordimage_oc2025{
        padding: 20px 20px 0;
    }
}

.block-keywordimage_oc2025 img{
    display: block;
    width: 450px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
@media screen and (max-width: 767px){
    .block-keywordimage_oc2025 img{
         width: 60%;
    }
}

/*昨年の様子*/
.page-template-oc-2025page .block-oc2025iframe{
    position: relative;
    display: block;
    max-width: 900px;
    margin: 75px auto 0;
    padding: 0 50px;
}
@media screen and (max-width: 767px) {
    .page-template-oc-2025page .block-oc2025iframe{
        margin: 30px auto 0;
        padding: 0 20px;
    }
}

.page-template-oc-2025page .block-oc2025iframe .heading{
    position: absolute;
    padding: 0 20px;
    overflow: hidden;
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
    z-index: 5;
}
.page-template-oc-2025page .block-oc2025iframe .heading span{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 50px;
    background-color: #005EAE;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 800;
}
.page-template-oc-2025page .block-oc2025iframe .heading span::before,
.page-template-oc-2025page .block-oc2025iframe .heading span::after{
    position: absolute;
    display: block;
    content: '';
    background-color: #005EAE;
    width: 30px;
    height: 75px;
}
.page-template-oc-2025page .block-oc2025iframe .heading span::before{
    left: 0;
    top: 0;
    transform: rotate(22deg);
    transform-origin: left top;
    overflow: hidden;
}
.page-template-oc-2025page .block-oc2025iframe .heading span::after{
    right: -20px;
    top: 0;
    transform: rotate(22deg);
    transform-origin: right top;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .page-template-oc-2025page .block-oc2025iframe .heading{
        top: -15px;
    }
    .page-template-oc-2025page .block-oc2025iframe .heading span{
        width: 200px;
        height: 30px;
        font-size: 1.4rem;
    }
}

.page-template-oc-2025page .block-oc2025iframe .block-oc2025iframe_inner{
    position: relative;
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
.page-template-oc-2025page .block-oc2025iframe .block-oc2025iframe_inner iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.page-template-oc-2025page .block-oc2025iframe h2{
    font-weight: 700;
    font-size: 2.0rem;
    display: block;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .page-template-oc-2025page .block-oc2025iframe h2{
        font-size: 1.6rem;
    }
}

/*目次*/
.page-template-oc-2025page .block-oc2025_index01{
    padding: 50px 100px 0;
}
.page-template-oc-2025page .block-oc2025_index02{
    padding: 50px 100px 0;
}
.page-template-oc-2025page .block-oc2025_index03{
    padding: 50px 0;
}
@media screen and (max-width: 1279px) {
    .page-template-oc-2025page .block-oc2025_index01{
        padding: 50px 50px 0;
    }
    .page-template-oc-2025page .block-oc2025_index02{
        padding: 50px 50px 0;
    }
    .page-template-oc-2025page .block-oc2025_index03{
        padding: 50px 100px;
    }
}
@media screen and (max-width: 767px) {
    .page-template-oc-2025page .block-oc2025_index01{
        padding: 30px 40px 0;
    }
    .page-template-oc-2025page .block-oc2025_index02{
        padding: 20px 20px 0;
    }
    .page-template-oc-2025page .block-oc2025_index03{
        padding: 20px 40px;
    }
}

.page-template-oc-2025page .block-oc2025_index_list{
    display: flex;
    flex-wrap: wrap;    
}
.page-template-oc-2025page .block-oc2025_index_list.list01{
    gap: 40px;
}
.page-template-oc-2025page .block-oc2025_index_list.list02{
    gap: 20px;
}
@media screen and (max-width: 767px) {
    .page-template-oc-2025page .block-oc2025_index_list.list01{
        gap: 20px;
    }
    .page-template-oc-2025page .block-oc2025_index_list.list02{
        gap: 10px;
    } 
}

.page-template-oc-2025page .block-oc2025_index_list.list01 .item{
    width: calc(50% - 25px);
}
.page-template-oc-2025page .block-oc2025_index_list.list02 .item{
    width: calc(33.33% - 13.34px);
}
@media screen and (max-width: 767px) {
    .page-template-oc-2025page .block-oc2025_index_list.list01 .item{
        width: 100%;
    }
    .page-template-oc-2025page .block-oc2025_index_list.list02 .item{
        width: calc(50% - 5px);
    }
}

.page-template-oc-2025page .block-oc2025_index_list .item img{
    display: block;
    width: 100%;
    height: auto;    
}
.page-template-oc-2025page .block-oc2025_index_list .item .link img{
    transition: .3s ease filter;
}
.page-template-oc-2025page .block-oc2025_index_list .item .link:hover img{
    filter: brightness(.8);
}

.page-template-oc-2025page .block-oc2025_index03 .link-panf{
    display: block;
    max-width: 800px;
    margin: 0 auto;
}
.page-template-oc-2025page .block-oc2025_index03 .link-panf img{
    display: block;
    width: 100%;
    height: auto;
    transition: .3s ease filter;
}
.page-template-oc-2025page .block-oc2025_index03 .link-panf:hover img{
    filter: brightness(.8);
}

.page-template-oc-2025page .block-oc2025_index_list .item .text_notice{
    line-height: 1.6;
    margin-top: 20px;
}

/*ページタイトル*/
.page-template-oc-2025page .block-oc2025_pagetitle{
    padding: 50px 100px 50px;
}
.page-template-oc-2025page .block-oc2025_pagetitle h1{
    position: relative;
    display: block;
    font-weight: 900;
    font-size: 3.0rem;
    line-height: 1.6;
    padding-bottom: 50px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .page-template-oc-2025page .block-oc2025_pagetitle{
        padding: 30px 20px 20px;
    }
    .page-template-oc-2025page .block-oc2025_pagetitle h1{
        font-size: 2.0rem;
        padding-bottom: 30px;
        line-height: 1.4;
    }
}

/*メニュー*/
.block-oc2025_menu{
    background-color: #86CBBF;
    border-radius: 10px;
    padding-bottom: 10px;
}
.page-template-oc-2025page .block-oc2025_menu_title{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 100px;
    cursor: pointer;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto;
}
.page-template-oc-2025page .block-oc2025_menu_title:hover{
    background-color: #eee;
}
@media screen and (max-width: 797px) {
    .page-template-oc-2025page .block-oc2025_menu_title{
        height: 30px;
        width: 80px;
        font-size: 1.2rem;
    }
}

.page-template-oc-2025page .block-oc2025_menu .heading{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    
    color: #000;
    font-weight: 800;
    font-size: 1.6rem;
    
}
@media screen and (max-width: 797px) {
    .page-template-oc-2025page .block-oc2025_menu .heading{
        font-size: 1.4rem;
    }
}

.page-template-oc-2025page .block-oc2025_menu_inner{
    padding: 0 20px;
}

@media screen and (max-width: 797px) {
    .page-template-oc-2025page .block-oc2025_menu_inner{
        padding: 0 10px;
    }
}

.page-template-oc-2025page .block-oc2025_menu_list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px ;
}
.page-template-oc-2025page .block-oc2025_menu_list .item{
    width: calc(25% - 7.5px);
    min-height: 42px;
}

.page-template-oc-2025page .block-oc2025_menu_list .link{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 3px 15px;
    background-color: #fff;
    line-height: 1.2;
    border-radius: 10px;
}
.page-template-oc-2025page .block-oc2025_menu_list .link:hover{
    background-color: #72b6ab;
}


.page-template-oc-2025page .block-oc2025_menu_list .link img{
    width: 24px;
    height: auto;
    margin-left: 10px;
}
@media screen and (max-width: 1279px) {
    .page-template-oc-2025page .block-oc2025_menu_list .item{
        width: calc(33.33% - 7.5px);
    }
}
@media screen and (max-width: 999px) {
    .page-template-oc-2025page .block-oc2025_menu_list .item{
        width: calc(50% - 7.5px);
    }
}
@media screen and (max-width: 767px) {

    .page-template-oc-2025page .block-oc2025_menu_list{
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    .page-template-oc-2025page .block-oc2025_menu_list .item{
        width: calc(50% - 4px);
        min-height: 36px;
    }
    .page-template-oc-2025page .block-oc2025_menu_list .link{
        font-size: 1.2rem;
    }
    .page-template-oc-2025page .block-oc2025_menu_list .link img{
        width: 18px;
        height: auto;
        margin-left: 7px;
    }
}

.page-template-oc-2025page .block-oc2025_menu_inner .link-top{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 100%;
    color: #000;
    font-weight: 800;
    text-decoration: underline;
}
.page-template-oc-2025page .block-oc2025_menu_inner .link-top:hover{
    background-color: #72b6ab;
}

.page-template-oc-2025page .block-oc2025_menu_inner .link-top img{
    width: 24px;
    height: auto;
    margin-right: 10px;
}
@media screen and (max-width: 767px) {
    .page-template-oc-2025page .block-oc2025_menu_inner .link-top{
        font-size: 1.2rem;
    }
    .page-template-oc-2025page .block-oc2025_menu_inner .link-top img{
        width: 18px;
        height: auto;
        margin-right: 7px;
    } 
}


/*詳細ページ本文エリア*/
.editing-area-wrap.oc2025_page {
    min-height: auto !important;
    margin-bottom: 0 !important;
}
.editing-area-wrap.oc2025_page .oc2025_page_inner{
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.05);
    padding: 1px 0;
}

@media screen and (min-width: 768px){
    .editing-area-wrap.oc2025_page .oc2025_page_inner{
        margin: 0 25px 25px;
    }
}


/*詳細ページ見出し*/
.oc2025_heading_h1{
    position: relative;
}
.oc2025_heading_h1::after{
    position: absolute;

    bottom: 0;
    content: '';
    width: 100%;
    height: 6px;
    border-radius: 3px;
    display: block;
    background-color: #ddd;
}
@media screen and (min-width: 1280px) {
    .oc2025_heading_h1::after{
        width: calc(100% - 200px);
        left: 100px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px){
    .oc2025_heading_h1::after{
        width: calc(100% - 100px);
        left: 50px;
    }
}
@media screen and (max-width: 767px) {
    .oc2025_heading_h1::after{
        width: calc(100% - 40px);
        left: 20px;
    }
}

.oc2025_heading_h1 h1{
    background-color: transparent !important;
    justify-content: center;
}
.oc2025_heading_h1 h1::before{
    display: none;
}
.oc2025_heading_h1 h1::before,
.oc2025_heading_h1 h1::after{
    position: relative;
    content: '';
    display: inline-block;
    left: auto;
    top: auto;
    transform: translateY(0);
    width: 38px;
    height: 38px;
    background-image: url(../img/oc2025/parts_oc2025h1_l.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent !important;
    margin: 0 20px;
}
.oc2025_heading_h1 h1::before{
    background-image: url(../img/oc2025/parts_oc2025h1_l.png);
}
.oc2025_heading_h1 h1::after{
    background-image: url(../img/oc2025/parts_oc2025h1_r.png);
}
@media screen and (max-width: 767px) {
    .oc2025_heading_h1 h1::before,
    .oc2025_heading_h1 h1::after{
        width: 24px;
        height: 24px;
        margin: 0 10px;
    }
}

.oc2025_heading_h4 h4{
    position: relative;
    background-color: #F6CA00;
    border-bottom: none !important;
    border-radius: 10px;
    padding: 10px 20px 12px !important;
}
.oc2025_heading_h4 h4::before{
    position: absolute;
    content: '';
    display: block;
    left: 20px;
    top: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 30px 12px;
    border-color: transparent transparent #F6CA00 transparent;
}
@media screen and (max-width: 767px) {
    .oc2025_heading_h4 h4::before{
        left: 20px;
        top: -20px;
        border-width: 0 8px 20px 8px;

    }
}



/*来場型ページ：Information*/
.page-template-oc-2025page .block-oc2025_information{
    max-width: 900px;
    margin: 50px auto 0;
    padding: 0 50px;
}
@media screen and (max-width: 767px) {
    .page-template-oc-2025page .block-oc2025_information{
        margin: 30px auto 0;
        padding: 0 20px;
    }
}

.page-template-oc-2025page .block-oc2025_information h2{
    display: block;
    position: relative;
    font-family: 'Barlow Condensed',sans-serif;
    font-size: 2.0rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.page-template-oc-2025page .block-oc2025_information h2::after{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: #160C00;
}
.page-template-oc-2025page .block-oc2025_information_list .item{
    margin-top: 20px;
}
.page-template-oc-2025page .block-oc2025_information_list .item .date{
    display: block;
    text-align: center;
    font-size: 1.4rem;
    opacity: .75;
}
.page-template-oc-2025page .block-oc2025_information_list .item .link{
    display: block;
    margin-top: 10px;
    text-align: center;
    line-height: 1.4;
}

