@charset "utf-8";
/* CSS Document */

/*--------------------
Beautiful Spring
2026

--------------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');


#contents, #contents a {
    font-family: "Noto Serif JP", serif;
    display: block;
}
.fade {
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s;
}
.fade.beautiful_menu {
    transition: 1.5s;
}

/*ヘッダー*/
#contents section.cont_header {
    width: 100%;
    max-width: 980px;
    margin: auto;
    position: relative;
    h2 {
        background: none;
        position: relative;
        z-index: 20;
    }
    div.beautiful_menu {
        position: absolute;
        top: 35px;
        right: -40px;
        z-index: 0;
        ul {
            display: flex;
            flex-direction: column;
            gap: 5px;
            li {
                writing-mode:vertical-rl;
                background: #ffaf6e;
                border-radius: 0 10px 10px 0;
                box-shadow: 3px 3px 0 rgba(0,0,0,0.25);
                transition: 0.3s;
                a {
                    display: block;
                    padding: 10px 15px 25px 40px;
                    color:#fff;
                    font-family: var(--fontfamily-base);
                    font-weight: bold;
                    position: relative;
                }
                a::after {
                    font-family: var(--fontfamily-icon);
                    content: "\e313";
                    padding: 5px 0 0;
                    font-size: 20px;
                    display: block;
                    position:absolute;
                    bottom: 0;
                    right: 20%;
                }
            }
            li:hover {
                    transform: translateX(3px);
                    transition: 0.3s;
            }
        } 
    }
}



/*背景*/
#contents {
    background: #fff;
    background: url(bg_sub.png), url(bg_main.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover; 
}
/*導入キャプション*/
#contents section.caption {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 40px;
    > p {
        margin-bottom: 40px;
        font-size: 22px;
        line-height: 2.6rem;
        font-weight: 400;
        span {
            display: block;
            font-size: 30px;
            margin-bottom: 20px;
            line-height: normal;
            font-weight: 600;
        }
    }
    div {
        p {
            display: inline-block;
            background: #fff;
            border-radius: 40px;
            padding: 15px 50px 18px;
                font-size: 26px;
                font-weight: 600;
            span {
                display: inline-block;
                margin-right: 10px;
            }
        }
    }
}

#contents-main.all {
    width: 980px;
    margin: auto;
}

/*コンテンツ共通*/
section.cont_items {
    background: #fff;
    border-radius: 20px;
    padding: 40px 0;
    div.inner {
        padding: 0 40px;
        box-sizing: border-box;
        width: auto;
        max-width: 100%;
        min-width: 100%;
        margin: 30px 0 50px;
    }
}


#contents-main section.cont_items h3 {
    padding: 0 40px;
    background: transparent;
}

/*イベント記事*/
#specialevent ul.eventlist{
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    gap: 40px; 
    .ev_item{
        margin-bottom: 20px;
        padding-bottom: 40px;
        border-bottom: dotted 1px #73a9ab;
    }
    .ev_item.overday{
        /*display: none;*/
        position: relative;
    }
     .ev_item.overday::after{
        content: "終了しました";
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,0.75);
        color: var(--color-base-accent-dark);
        font-weight: 600;
        font-size: 30px;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }
    .ev_item .detail h4 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 20px;
        a{
            color: #73a9ab;
            line-height: 1.8rem;
        }
    } 
    .ev_item .detail .ev_detail {
        margin-bottom: 20px;
/*        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;*/
    }
    .ev_item .table01 th,
    .ev_item .table01 td{
        width: 100%;
        display: block;
        padding: 10px 10px 12px;
    }
}

#specialevent ul.eventlist .ev_item:last-child {
    border-bottom:none;
}


    .ev_item .detail .table01 {
        border-top: 1px solid var(--color-base-line-dark);
        border-bottom: 1px solid var(--color-base-line-dark);
    }
    .ev_item .detail .table01 th {
    background: #d8e7e1;
    font-weight: bold;
    text-align: center;
    }

.pc #specialevent ul.eventlist .ev_item {
    .detail{
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
    }
      .detail .image {
          a img {
              object-fit: cover;
              height: 120%;
              width: 120%;
              border: 0.5px solid #73a9ab;
              box-sizing: border-box;
              border-radius: 0 40px 0 40px;
              box-shadow: 6px 6px 0px 0px rgba(115, 169, 171, 0.45);
          }
          width: 40%;height: auto;aspect-ratio: 1/1;box-sizing: border-box;
      }
      .detail .event_text{width: calc(60% - 25px);display: flex;flex-direction: column;justify-content: space-between;}
}
#specialevent .eventlist li.overday{
    /* display: none; */
}



/*ピックアップ特集*/

/*タブ切替btn*/
#workshop ul.tab_btn {
    display: flex;
    justify-content: center;
    margin: 30px auto;
    gap: 8px;
    width: 95%;
    flex-wrap: wrap;
}
#workshop ul.tab_btn li {
    height: auto;
    flex: 1;
}
#workshop ul.tab_btn li label{
    color: #73a9ab;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    background: #fff;
    border: 1px solid #73a9ab;
    border-radius: 5px;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    line-height: 1.2rem;
    cursor: pointer;
    span{
        font-size: 80%;
    }
}
#workshop ul.tab_btn li label::after{
    font-family: var(--fontfamily-icon);
    content: "\e313";
    padding: 0;
    font-size: 20px;
    display: block;
}
/*タブ切り替え*/
.tab-radio {
  display: none;
}
.tab-menu:hover {
  opacity: 0.8;
}
.feature_item {
  /*display: none;*/
}

/* ラジオボタンがチェックされたら、コンテンツを表示 */
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content,
#tab04:checked ~ #tab04_content{
  display: block;
}

/* ラジオボタンがチェックされたら、タブの色を変える */
#tab01:checked ~ ul li #tabmenu01 label,
#tab02:checked ~ ul li #tabmenu02 label,
#tab03:checked ~ ul li #tabmenu03 label,
#tab04:checked ~ ul li #tabmenu04 label{
  background-color: #ffaf6e;
  font-size: 20px;
  transform: scaleY(0.8);
  transition: 0.1s;
  border: none;
  color: #fff;
}
#tab01:checked ~ ul li #tabmenu01,
#tab02:checked ~ ul li #tabmenu02,
#tab03:checked ~ ul li #tabmenu03,
#tab04:checked ~ ul li #tabmenu04{
    background-color: #ffaf6e;
    transform: scaleY(1.2);
    border-radius: 5px;
    transition: 0.1s;
}
#tab01:checked ~ ul li #tabmenu01 label::after,
#tab02:checked ~ ul li #tabmenu02 label::after,
#tab03:checked ~ ul li #tabmenu03 label::after,
#tab04:checked ~ ul li #tabmenu04 label::after{
  transform:translateY(10px);
    transition: 0.2s;
}

#workshop > p, #coupon > p , #workshop p.caption{
    text-align: center;
    font-size: 18px;
    line-height: normal;
    padding: 15px 0 0;
    span {
        display: block;
        font-weight: bold;
        margin: 10px auto 0;
        color: var(--color-base-accent-dark);
        font-size: 24px;
    }
}

#workshop .feature_item h4 {
    background:#ffaf6e;
    color: #fff;
    font-size:26px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}
#workshop .feature_item  > ul > li {
    display: flex;
    justify-content: center;
    gap:30px;
    margin: 20px 0;
    box-sizing: border-box;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: dotted 1px #73a9ab;
    figure{
        width: 40%;
        height: auto;
        aspect-ratio: 1 / 1;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
        display: block;
        img {
            object-fit: cover;
            width: 120%;
            border: 0.5px solid #73a9ab;
            box-sizing: border-box;
            border-radius: 0 40px 0 40px;
            box-shadow: 6px 6px 0px 0px rgba(115, 169, 171, 0.45);
        }
        
    }
    div {
        width: calc(60% - 20px);
         h5{
            font-size: 24px;
            color:#ffaf6e;
            font-weight: bold;
            margin-bottom: 10px;
            word-break: break-word;
            line-height: 2.2rem;
            span {
                font-size: 16px;
                margin: 10px 8px 0 8px;
            }
        }
        p {
            font-size: 22px;
            color:#73a9ab;
            font-weight: bold;
            margin-bottom: 10px;
            span{
                font-size: 16px;
                display:block;
                margin-top:5px;
                line-height: 1.6rem;
                text-align: justify;
                a{color:#73a9ab; text-decoration: underline;}
            }
        }
        div{
            width: 100%;
            h6{
            font-size: 14px;
            color:#333;
                font-weight: bold;
            }
            p {
                font-size: 14px;
                line-height: 1.6rem;
                color:#333;
                font-weight: normal;
            }           
        }
        ul.entry li a {
            display: block;
            text-align: center;
            padding: 15px;
            color:#73a9ab;
            font-weight: bold;
            border: solid 1px #73a9ab;
            border-radius: 5px;
            margin-top:5px;
            position:relative;
        }
        ul.entry li a::after {
           font-family: var(--fontfamily-icon);
            content: "\e315";
            font-size: 20px;
            position: absolute;
            right: 0;
        }
        ul.entry li.disabletel a{
            display: inline;
            text-align:left;
            padding:0;
            color:#333;
            border: none;
            border-radius: 0;
            margin-top:0;
            text_decoration:none;
            pointer-events:none;
            font-weight: normal;
        }
        ul.entry li.disabletel a::after{
            display: none;
        }

    }
}
#workshop .feature_item  > ul > li:last-child {
    border-bottom: none;
    padding-bottom:0;
}


#beautiful_bnr {
    text-align: center;
    margin-top: 100px;
    a {
        display: inline-block;
        margin-bottom: 10px;
    }
}

/*--------------------
SP
.sp
--------------------*/
.sp{
    #contents-main.all {
        width: 100%;
    }
    #contents {
        background-attachment: fixed;
        padding-bottom: 0;
        background: transparent;
        background-image:unset; 
        h2,.inner {
            padding: 0;
            margin: 0;
        }
        h2 {
            border-top: 4px solid #fff;
            border-bottom: 4px solid #fff;
        }
        section.caption {
            > p {
                text-align: left;
                font-size: 16px;
                line-height: 2rem;
                text-align: justify;
                margin-bottom: 20px;
                font-weight: 600;
                > span {
                    display: block;
                    font-size: 20px;
                    margin-bottom: 10px;
                    line-height: normal;
                    font-weight: 600;
                }
            }
            div p {
                display: block;
                line-height: 1.8rem;
                font-size: 22px;
                border-radius: 60px;
                padding: 10px 0 13px;
                span {
                    display: block;
                    margin-right: 0;
                    font-size: 16px;
                }
            }
        }
        div.beautiful_menu {
            position: sticky;
            top: auto;
            right: auto;
            bottom: 0;
            z-index: 0;
            ul {
                display: flex;
                flex-direction: row;
                gap: 0;
                    li{
                        writing-mode: unset;
                        background: #ffaf6e;
                        border-radius: 0;
                        border: solid #fff;
                        border-width: 2px 2px 0 0;
                        box-sizing: border-box;
                        box-shadow: none;
                        width: 100%;
                        &:last-of-type{border-right: 0;}
                        a {
                            display: block;
                            padding: 5px 0 0;
                            color:#fff;
                            font-family: var(--fontfamily-base);
                            font-weight: bold;
                            text-align: center;
                            line-height: 1.2rem;
                        }
                        a::after {
                            font-family: var(--fontfamily-icon);
                            content: "\e313";
                            padding: 5px 0 0;
                            font-size: 20px;
                            display: block;
                        }
                    }
                li:hover {
                        transform: translateX(0);
                        transition: unset;
                }
            }
        }
        section.cont_items {
            padding: 20px 0 10px;
            margin: 0 15px 30px;
            #specialevent ul.eventlist {
                margin-top: 10px;
                padding: 0;
                gap: 10px; 
                .ev_item .detail h4 {
                    margin-top: 10px;
                }
                .ev_item a img{
                    border: 0.5px solid #73a9ab;
                    box-sizing: border-box;
                    border-radius: 0 40px 0 40px;
                    box-shadow: 6px 6px 0px 0px rgba(115, 169, 171, 0.45);
                    margin-bottom: 15px;
                }
            }
        }
        #specialevent {
            .inner {
                padding: 0 20px;
            }
        }
        #workshop ul.tab_btn {
            width:95%;
            margin-bottom: 0;
            gap:5px;
        }
        #workshop ul.tab_btn li {
            margin-bottom: 10px;
        }
        #workshop {
            h4 {
                font-size: 18px;
                line-height: 2rem;
                margin-top: 10px;
            }
            .feature_item > ul > li {
                h5 span {
                    display:block;
                    margin:0;
                }
                
                
                flex-direction: column;
                row-gap: 10px;
                margin-top: 20px;
                
                
                figure {
                    width: 95%;
                    margin: auto;
                }
                div {
                    width: 100%;
                    margin-top: 10px;
                }
            }
            .inner {
                padding: 0 20px;
                margin-bottom: 0;
            }
            .NewsItemList .item .image {
                width: 100%;
                height: auto;
            }
            > p,p.caption{
            font-size: 16px;
            span {
                font-size: 18px;
                }
            }
        } 
    }
    #contents::before {
        content:"";
        display:block;
        background: url(bg_sub.png), url(bg_main.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 110vh;
    }
    .to-top {
        bottom: 80px;
        transition: 0.5s;
    }
    .to-top.scrollend {
        bottom: 20px;
        transition: 0.5s;
    }
}
/* ラジオボタンがチェックされたら、タブの色を変える */
.sp #tab01:checked ~ ul li #tabmenu01 label,
.sp #tab02:checked ~ ul li #tabmenu02 label,
.sp #tab03:checked ~ ul li #tabmenu03 label,
.sp #tab04:checked ~ ul li #tabmenu04 label{
  background-color: #ffaf6e!important;
  font-size: 16px;
}
dl.remarks {
    margin-top: 10px;
}
