﻿/* CSS Document */





body.ex-seasonpage #contents.foris30th {
    background: #fffef7;
    margin: auto;
    position:relative;
    overflow: hidden;
    padding-bottom: 0;
}
body.ex-seasonpage #contents.foris30th::before {
    content:"";
    display: block;
    position: absolute;
    width: 518px;
    top: 0;
    aspect-ratio: 518/491;
    background: url("fig-foris30th/bk-top.png")no-repeat;
    background-size: contain;
}
body.ex-seasonpage #contents.foris30th::after {
    content:"";
    display: block;
    position: absolute;
    width: 182px;
    height: auto;
    top: 0;
    right:0;
    aspect-ratio: 182/623;
    background: url("fig-foris30th/bk-top2.png")no-repeat;
    background-size: contain;
    z-index: 0;
}

body.ex-seasonpage #contents.foris30th .inner {
    width: 100%;
    max-width: unset;
    padding-bottom: 160px;
}
body.ex-seasonpage #contents.foris30th .inner::after {
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    right:0;
    aspect-ratio: 1.5/1;
    background: url("fig-foris30th/bk-bottom.png")no-repeat;
    background-size: contain;
    z-index: 0;
}


body.ex-seasonpage #contents.foris30th h2{
    background-color:transparent;
    z-index: 10;
    position: relative;
    padding: 0;
}
body.ex-seasonpage #contents.foris30th .header_inner figure{
    width: 70%;
    max-width: 750px;
    margin:auto;
    padding: 0;
}
body.ex-seasonpage #contents.foris30th .header_inner p{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0 60px;
    line-height: 2.6rem;
}


body.ex-seasonpage #contents.foris30th section.cont_main {
    width: 50%;
    margin: auto;
    position: relative;
    z-index: 10;
    background: #fff;
    border: solid 4px #f6e565;
    padding: 40px;
}
body.ex-seasonpage #contents.foris30th section h3 {
    background:#6ac2ad;
    font-size: 20px;
    color:#fff;
    font-weight: bold;
    text-align:center;
    padding: 8px 0;
    margin-bottom: 20px;
}
body.ex-seasonpage #contents.foris30th section article .schedule em {
            color: #6ac2ad;
            font-size: 15px;
            font-weight: bold;
        }
body.ex-seasonpage #contents.foris30th section article > div {
    font-size: 17px;
    line-height: 1.7em;
    box-sizing: border-box;
    padding-bottom: 20px;
}
body.ex-seasonpage #contents.foris30th section article > div > p {
    padding: 10px 20px;
    a {
        display: flex;
        font-weight: bold;
        text-decoration:underline;
        color: #6ac2ad;
        align-items: center;
    }
     a::after{
         content:"";
         display: block;
         width: 10px;
         height: 13px;
         clip-path: polygon(0% 0% , 100% 50%, 0% 100%);
         background:#6ac2ad;
         margin-left: 5px;
    }
    span {
        color: #6ac2ad;
        display: block;
        font-weight: bold;
        border-left: 5px solid #6ac2ad;
        line-height: 1.4em;
        padding-left: 5px;
        margin-bottom: 5px;
    }
    em {
        font-size: 14px;
        font-weight:normal;
        line-height: 1.6em;
        display: block;
    }
}
body.ex-seasonpage #contents.foris30th section article > div > div {
    border: 1px solid #6ac2ad;
    padding: 15px;
    margin: 20px;
}
body.ex-seasonpage #contents.foris30th section article #agreement {
    height:340px;
    overflow-y: scroll;
    margin: auto;
    margin-bottom: 20px;
    padding: 20px 40px;
    box-sizing: border-box;
    color: #555;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: justify;
    h4 {
        font-size: 18px;
        font-weight: bold;
        color: #6ac2ad;
        margin-bottom: 20px;
        text-align: center;
    }
    span {
        color: #6ac2ad;
        display: block;
        font-weight: bold;
        border-left: 5px solid #6ac2ad;
        line-height: 1.4em;
        padding-left: 5px;
        margin-bottom: 5px;
    }
    p em {
        font-size: 16px;
        font-weight: bold;
        color: #6ac2ad;
        font-size: 14px;
    }
    
}
body.ex-seasonpage #contents.foris30th section article > div > section.agreeCheck {
    text-align:center;
    div {
        background:#fcf6ca;
        text-align: center;
        padding: 0px 0 15px;
        margin-top: 50px;
        span {
            background:#f6e565;
            padding: 5px 15px;
            font-weight:bold;
            display: block;
            margin-bottom: 10px;
            text-align: center;
        }
        em{
            font-weight:bold;
            margin-left: 5px;
        }
    }
}
body.ex-seasonpage #contents.foris30th section article > div > section input{
    margin-right: 5px;
}
.youshi_btn a {
    display: block;
    background:#da3a23;
    width: 260px;
    margin: auto;
    padding: 15px;
    text-align: center;
    color:#fff;
    font-weight: bold;
    border-radius:5px;
}

.check-disabled input,.check-disabled label{
  color: #afafaf;
}

/* 初期状態ではコンテンツを非アクティブにする */
.youshi_btn {
    opacity: 0.45;
    pointer-events: none;
    transition: 0.3s;
    margin: 20px 0 0;
}

/* チェックボックスにチェックが入ったら、その隣（または後方）の.contentを表示 */
/* 隣接セレクタ (+) を使う場合 */
input[type="checkbox"]:checked ~ .youshi_btn {
    opacity: 1;
    pointer-events:auto;
    transition: 0.3s;
}

/* /////////////

SP用 

///////////// */

body.ex-seasonpage.sp #contents.foris30th {
    .inner {
        padding:0 0 50px;
    }
    .header_inner {
        position: relative;
        z-index:10;
        figure {
            width:100%;
            padding: 20px 15px 0;
            box-sizing: border-box;
        }
        p{
            font-size: 18px;
            line-height: 1.6rem;
            padding: 20px;
        }
    }
    section.cont_main {
        padding: 15px 10px;
        width: calc(100% - 40px);
        box-sizing: border-box;
        h3 {
            margin-bottom: 0px;
        }
         div p {
            padding: 10px;
        }
        #kiyaku + p {
            padding: 20px 10px;
        }
    } 
    #agreement {
        width: 100%;
        height: 360px;
        box-sizing: border-box;
        padding: 20px 10px;
        p {
            font-size: 16px;
        }
    }
}

body.ex-seasonpage.sp #contents.foris30th::before {
    content:"";
    display: block;
    position: absolute;
    width: 50vw;
    top: 0;
    aspect-ratio: 518/491;
    background: url("fig-foris30th/bk-top.png")no-repeat;
    background-size: contain;
}
body.ex-seasonpage.sp #contents.foris30th::after {
    content:"";
    display: block;
    position: absolute;
    width: 17vw;
    height: auto;
    top: 0;
    right:0;
    aspect-ratio: 182/623;
    background: url("fig-foris30th/bk-top2.png")no-repeat;
    background-size: contain;
    z-index: 0;
}
