/*
Theme Name: クリエイティブキッズキャンプ
Author: クリエイティブキッズキャンプ
Author URI: https://www.creativekidzcamp.org/
Version: 1.0
*/
@charset 'UTF-8';

html, body {
    height: 100%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans JP', sans-serif;
    animation: pagetransition 2s ease 0s 1 normal;
}

@keyframes pagetransition {
    0% {opacity: 0}
    100% {opacity: 1}
}

h1, h2, h3, h4, h5 {
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans JP', sans-serif;
}

a {
    line-height: inherit;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 16px 0;
    font-family: inherit;
    padding: 12px 16px;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #ffffff;
    color: #000000;
}

.show-for-small-only {
    display: none;
}


/* header */

header {
    padding: 15px 0 0 0;
    height: 340px;
    background: #f7ee13 url(../../images/2024/bg.png) center center /cover no-repeat;
}

.home header {
    padding: 35px 0 0 0;
    height: 680px;
}

header #logo {
    width: 260px;
    margin: 0 auto 20px auto;
	text-align: center;
}

.home header #logo {
    width: 440px;
    margin-bottom: 46px;
}

.home header #logo a {
    display: block;
}

header #logo img {
    width: 100%;
    vertical-align: middle;
}

header p {
    display: none;
	font-size: 10px;
    font-weight: bold;
    text-align: center;
	line-height: 1.6;
	margin: 0 0 15px 0;
}

.home header p {
    display: block;
    font-size: 14px;
}


/* sponsor */

#sponsor {
    padding: 50px 0;
}

#sponsor .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin: 0 0 20px 0;
}

#sponsor .row a {
    display: block;
}

#sponsor .row img {
    vertical-align: middle;
}


/* news */

#news .content {
    padding: 50px 0;
    background: #dbdbdb url(../../images/2024/dots-yellow.png) center center;
}

#news .content .row {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

.news-header {
    position: relative;
    height: 40px;
    background: #f7ee13;
    border-bottom: 4px solid #000;
}

.news-header h3 {
    font-family: "din-2014", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 2px;
    margin: 0 0 0 20px;
}

.news-header h3:after {
    content: "お知らせ";
    font-size: 14px;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.news-header .news-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    padding: 0 10px;
    width: 120px;
    height: 40px;
    border-left: 4px solid #000;
}

.news-header .news-link a {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 36px;
}

.news-list {
    max-width: 712.5px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border: 4px solid #000;
}

.news-list .news-content {
    padding: 30px 60px;
}

.news-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-list ul li {
    margin: 0 0 15px 0;
}

.news-list ul li:last-child {
    margin: 0;
}

.news-list ul li .news-date {
    margin: 0 20px 0 0;
}

.news-list ul li a {
    color: #000;
}

.news-list ul li a:hover {
    text-decoration: underline;
}

.news-post {
    background: #fff;
    border: 4px solid #000;
}

.news-post .news-content {
    padding: 45px 60px;
}

.news-post .news-content .text-center {
    text-align: center;
}

.news-post .news-title {
    font-size: 26px;
    font-weight: bold;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #000;
}

.news-post .news-date {
    font-size: 12px;
    text-align: right;
    margin: 0 0 30px 0;
}

.news-post .news-content p {
    margin-bottom: 16px;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}


/* content */

.content {
    
}

.content-header {
    text-align: center;
    padding: 20px 0;
    height: 100px;
    background: #fff;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
}

.content-header h2 {
    font-family: "din-2014", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
}

.content-header p {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0;
}


/* stage */

#stage .content {
    padding: 60px 0;
    background: url(../../images/2024/slash-gray.png);
}

.supported {
    font-family: "din-2014", sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.8;
    margin: 0 0 33px 0;
}

.supported img {
    margin: 0 0 20px 0;
}

.event-lineup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 80px;
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
}

.stage-event {
    width: 360px;
}

.stage-photo {
    overflow: hidden;
    margin: 0 0 20px 0;
    border-radius: 15px;
}

.stage-photo img {
    vertical-align: middle;
}

.stage-content {
    padding: 0 0 40px 0;
	/*
    padding: 0 0 0 80px;
    background: url(../../images/2024/stage-logo.png) left top /60px 38px no-repeat;
	*/
}

.stage-content h3 {
    color: #e83428;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 5px 0;
}

.stage-content h3 span {
    font-size: 12px;
}

.stage-content p {
    font-size: 12px;
    margin-bottom: 18px;
}

.stage-content p .price {
    padding: 0 5px 0 15px;
    background: url(../../images/2024/icon-price.png) left center /12px 12px no-repeat;
}

.stage-content p .capacity {
    padding: 0 5px 0 15px;
    background: url(../../images/2024/icon-capacity.png) left center /12px 12px no-repeat;
}

.stage-content p .time {
    padding: 0 5px 0 15px;
    background: url(../../images/2024/icon-time.png) left center /12px 12px no-repeat;
}

.stage-content p .age {
    padding: 0 5px 0 15px;
    background: url(../../images/2024/icon-age.png) left center /12px 12px no-repeat;
}


/* exhibition */

#exhibition .content {
    padding: 50px 0;
    background: #f7ee13;
}


/* workshop */

#workshop .content {
    padding: 60px 0;
    background: #f7ee13;
}

.workshop-lineup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px;
    max-width: 960px;
    width: 100%;
    margin: 0 auto 30px auto;
}

.workshop-lineup + p {
    font-size: 14px;
    text-align: center;
}

.workshop {
    position: relative;
    overflow: hidden;
    width: 450px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.workshop-number {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    font-family: "din-2014", sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    margin: 0;
    width: 40px;
    height: 30px;
    background: #e83428;
    border-radius: 0 0 0 10px / 0 0 0 10px;
}

.workshop-photo {
    width: 100%;
    margin: 0;
}

.workshop-photo img {
    width: 100%;
    aspect-ratio: 3 / 2;
}

.workshop-content {
    padding: 15px 20px 60px 20px;
}

.workshop-content h3 {
    color: #e83428;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 15px 0;
}

.workshop-content h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 15px 0;
}

.workshop-content p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 15px 0;
}

.workshop-content p:last-child {
    margin: 0;
}

.workshop-content .info {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 15px 0;
}

.workshop-content .info .price {
    padding: 0 5px 0 15px;
    background: url(../../images/2024/icon-price.png) left center /14px 14px no-repeat;
}

.workshop-content .info .capacity {
    padding: 0 5px 0 15px;
    background: url(../../images/2024/icon-capacity.png) left center /14px 14px no-repeat;
}

.workshop-content .info .time {
    padding: 0 5px 0 15px;
    background: url(../../images/2024/icon-time.png) left center /14px 14px no-repeat;
}

.workshop-content .info .age {
    padding: 0 5px 0 15px;
    background: url(../../images/2024/icon-age.png) left center /14px 14px no-repeat;
}

.workshop-footer {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 50px;
	font-size: 12px;
    line-height: 50px;
    margin: 0;
    padding: 0 20px;
    border-top: 1px solid #ddd;
}

.workshop-footer.multiple-lines {
    line-height: 16px;
	padding: 6px 20px;
}


/* floormap */

#floormap {
    
}

#floormap .content {
    padding: 50px 0 80px 0;
    background: url(../../images/2024/slash-yellow.png) center center;
}

#floormap .floormap {
    width: 100%;
    height: 400px;
    padding: 40px;
    background: #fff;
}

#floormap .floormap h2 {
    color: #ddd;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 400px;
    margin: 0;
}

#floormap .floormap p {
    font-size: 10px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0;
}


/* access */

#access .content {
    padding: 50px 0 80px 0;
    background: #dbdbdb url(../../images/2024/dots-yellow.png) center center;
}

#access .access {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border: 4px solid #000;
}

#access .access-map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#access .access-map iframe,
#access .access-map object,
#access .access-map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#access .access h2 {
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    margin: 0;
    height: 40px;
    background: #f7ee13;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
}

#access .access-info {
    padding: 40px 80px;
}

#access .access-info .row {
    display: flex;
}

#access .access-info .row .columns {
    width: 50%;
}

#access .access-info h3 {
    color: #e83428;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 15px 0;
}

#access .access-info p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}


/* not found */

#notfound .content {
    padding: 50px 0;
    background: #dbdbdb url(../../images/2024/dots-yellow.png) center center;
}

#notfound .content .row {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

#notfound .notfound {
    text-align: center;
    padding: 60px;
    background: #fff;
    border: 4px solid #000;
}

#notfound .notfound p:last-child {
    margin: 0;
}

#notfound .notfound p {
    margin-bottom: 16px;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

.button,
.button:link,
.button:visited,
.button:active,
.button:focus {
    color: #000;
    font-weight: bold;
    margin: 0;
    background: #fff;
    border: 2px solid #000;
}

.button:hover {
    color: #fff;
    background: #000;
}


/* footer */

footer {
    margin: 0;
}

footer .content {
    padding: 50px 0 60px 0;
}

footer .content p {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 0 30px 0;
}

footer .content p img.footer-logo {
    margin: 0 0 20px 0;
}

footer .content p:last-child {
    margin: 0;
}

footer .copyright {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    height: 50px;
    background: #000;
}



@media screen and (max-width:39.9375rem) {

    .show-for-small-only {
        display: inline;
    }
    
    header {
        padding: 30px;
        height: auto;
    }
    
    .home header {
        padding: 30px;
        height: auto;
    }
    
    header #logo {
        width: 220px;
        margin-bottom: 0;
    }
    
    .home header #logo {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .home header p {
        font-size: 10px;
    }
    
    #sponsor {
        padding: 15px;
    }

    #sponsor .row {
        gap: 10px;
    }

    #sponsor .sponsor {
        width: 120px;
    }

    #sponsor .sponsor img {
        width: 100%;
    }

    #sponsor .supporter {
        width: 90px;
    }

    #sponsor .supporter img {
        width: 100%;
    }
    
    #sponsor .column-block {
        margin-bottom: 15px;
    }
    
    #news .content {
        padding: 15px;
    }
    
    .news-header {
        height: 30px;
    }
    
    .news-header h3 {
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 26px;
        margin: 0 0 0 10px;
    }
    
    .news-header h3:after {
        font-size: 10px;
        margin: 0 0 0 5px;
    }
    
    .news-header .news-link {
        width: 100px;
        height: 30px;
    }
    
    .news-header .news-link a {
        font-size: 10px;
        line-height: 24px;
    }
    
    .news-list .news-content {
        padding: 20px;
    }
    
    .news-list ul li .news-date {
        display: block;
        font-size: 10px;
    }
    
    .news-list ul li .news-title {
        display: block;
        font-size: 14px;
    }
    
    .news-post .news-content {
        padding: 15px;
    }
    
    .news-post .news-title {
        font-size: 18px;
        padding: 0 0 5px 0;
    }
    
    .news-post .news-content p.news-date {
        font-size: 10px;
        margin: 0 0 15px 0;
    }
    
    .news-post .news-content p {
        font-size: 14px;
    }
    
    #stage .content {
        padding: 15px 0;
        height: auto;
    }
    
    .supported {
        font-size: 10px;
        line-height: 1;
        margin: 0 0 15px 0;
    }
    
    .supported img {
        width: 80px;
        margin: 0 0 10px 0;
        vertical-align: middle;
    }
    
    .stage-event {
        width: auto;
        margin: 0 0 20px 0;
        border-bottom: 1px dotted #999;
    }
    
    .stage-event:last-child {
        margin: 0;
        border: 0;
    }
    
    .stage-photo {
        border-radius: 10px;
        margin: 0 0 10px 0;
    }
    
    .stage-content {
        padding: 0 0 20px 0;
        background: transparent;
    }
    
    .stage-content h3 {
        margin: 0 0 10px 0;
    }
    
    .stage-content p {
        margin: 0 0 10px 0;
    }
    
    .content-header {
        padding: 10px 0;
        height: 60px;
    }
    
    .content-header h2 {
        font-size: 18px;
        margin: 0 0 5px 0;
    }
    
    .content-header p {
        font-size: 12px;
    }
    
    #exhibition .content {
        padding: 15px;
    }
    
    #workshop .content {
        padding: 15px;
    }
    
    .workshop-lineup {
        gap: 15px;
        margin-bottom: 15px;
    }
    
    .workshop-lineup + p {
        font-size: 12px;
    }
    
    .workshop {
        width: 100%;
    }
    
    .workshop.extended {
        height: auto;
    }
    
    .workshop-photo {
        height: auto;
    }
    
    .workshop-content {
        padding: 15px 20px 65px 20px;
    }
    
    .workshop-content h3 {
        font-size: 16px;
        height: auto;
    }
    
    #floormap .content {
        padding: 15px 0;
    }
    
    #floormap .floormap {
        height: auto;
        padding: 15px;
    }
    
    #floormap .floormap h2 {
        font-size: 24px;
        line-height: 2;
    }
    
    #floormap .floormap p {
        font-size: 10px;
        font-weight: normal;
    }
    
    #access .content {
        padding: 15px;
    }
    
    #access .access h2 {
        font-size: 12px;
        line-height: 1.4;
        padding: 5px;
        height: auto;
    }
    
    #access .access-info {
        padding: 15px;
    }

    #access .access-info .row {
        display: block;
    }

    #access .access-info .row .columns {
        width: 100%;
    }
    
    #access .access-info h3 {
        font-size: 14px;
        margin: 0 0 10px 0;
    }
    
    #access .access-info p {
        font-size: 12px;
        margin: 0 0 15px 0;
    }
    
    #notfound .content {
        padding: 15px 0;
    }
    
    #notfound .notfound {
        padding: 30px;
    }
    
    footer .content {
        padding: 15px 0;
    }
    
    footer .content p {
        font-size: 10px;
        letter-spacing: 1px;
        margin: 0 0 15px 0;
    }
    
    footer .content p img.footer-logo {
        width: 58px;
        margin: 0 0 5px 0;
    }
    footer .copyright {
        font-size: 10px;
        letter-spacing: 1px;
    }
}