@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@600&display=swap');

.sp, .sp_in{
	display:none;
}

.pc{
	display: block;
}

.pc_in{
	display: inline;
}

/*------body------*/
#back_none {
    width: 100%;
}

#back_white {
    width: 100%;
    padding: 50px 0;
    background: #EAF0F7;
}

#back_blue {
    width: 100%;
    padding: 50px 0 100px;
    background: #009BDE;
}

#back_navy {
    width: 100%;
    padding: 50px 0 100px;
    background: #00354C;
}

/*kv ここから*/
#back_none .kv {
    width: 100%;
    max-width: 1920px;
    position: relative;
}

#back_none .kv img {
    display: block;
    width: 100%;
}

#back_none .kv p {
    width: 50%;
    font-family: 'Noto Sans JP', sans-serif;
    position: absolute;
    top: 20%;
    left: 10%;
    line-height: 50px;
    font-size: 36px;
    font-weight: 900;
    color: #fefefe;
}

#back_none .kv p span {
    display: block;
    margin-top: 5%;
    font-size: 50px;
    color: #00354C;
}

@media screen and (max-width: 1236px) {
    #back_none .kv p {
        width: 70%;
        font-family: 'Noto Sans JP', sans-serif;
        position: absolute;
        top: 10%;
        left: 10%;
        line-height: 40px;
        font-size: 28px;
        font-weight: 900;
        color: #fefefe;
    }

    #back_none .kv p span {
        display: block;
        margin-top: 2%;
        font-size: 36px;
        color: #00354C;
    }
}
/*kv ここまで*/

.contents {
	width: 64%;
    max-width: 1236px;
	font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto;
}

@media screen and (max-width: 1236px) {
    .contents {
        width: 90%;
    }
}

#back_white .contents {
    color: #323232;
}

#back_blue .contents,  #back_navy .contents {
    color: #fefefe;
}

.contents h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    border-bottom: 2px solid;
}

#back_white .contents p.u-kv {
    text-align: center;
    margin: 80px 0;
    font-size: 22px;
}

/*program ここから*/
#back_white .contents .program {
    
}

#back_white .contents .program ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}

#back_white .contents .program ul li {
    width: 47%;
    max-width: 600px;
    padding-bottom: 30px;
    background: #fefefe;
    box-shadow: 0 0 12px #c1c1c1;
}

#back_white .contents .program ul li img {
    display: block;
    width: 100%;
    max-width: 600px;
}

#back_white .contents .program ul li h3 {
    text-align: center;
    padding: 10px 0;
    font-size: 30px;
    font-weight: 700;
    background: #009BDE;
    color: #fefefe;
}

#back_white .contents .program ul li h3 span {
    display: block;
    font-size: 16px;
}

#back_white .contents .program ul li p {
    padding: 0 5%;
}

#back_white .contents .program ul li p.fee {
    text-align: right;
    margin: 20px 0;
    font-size: 26px;
    font-weight: 700;
    color: #cc0000;
}

#back_white .contents .program ul li p.fee span {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #323232;
}

#back_white .contents .program ul li p.seats, #back_white .contents .program ul li p.tour, #back_white .contents .program ul li p.foods, #back_white .contents .program ul li p.walk {
    margin-bottom: 20px;
    margin-left: 20px;
    padding-left: 50px;
    text-indent: 0;
    font-size: 16px;
    position: relative;
}

#back_white .contents .program ul li p.seats span {
    display: block;
    margin-left: 0;
    text-indent: 0;
}

#back_white .contents .program ul li p.seats:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 40px;
    height: 40px;
    background-image: url(../images/seats.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#back_white .contents .program ul li p.tour:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 40px;
    height: 40px;
    background-image: url(../images/tour.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#back_white .contents .program ul li p.foods:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 40px;
    height: 40px;
    background-image: url(../images/foods.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#back_white .contents .program ul li p.walk:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 40px;
    height: 40px;
    background-image: url(../images/walk.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1236px) {
    #back_white .contents .program ul li h3 {
        font-size: 26px;
        line-height: 30px;
    }
}
/*program ここまで*/

/*attention ここから*/
#back_blue .contents .attention {
    margin-top: 20px;
}

#back_blue .contents .attention h4 {
    text-align: center;
    margin-top: 30px;
    font-size: 22px;
    font-weight: 700;
}

#back_blue .contents .attention p {
    margin-top: 40px;
    margin-left: 1.25em;
    text-indent: -1.25em;
    font-size: 18px;
    font-weight: 500;
}

#back_blue .contents .attention p.notes {
    margin-top: 0;
    margin-left: 2.5em;
    text-indent: -1.0em;
    font-size: 16px;
    font-weight: 400;
}
/*attention ここまで*/

/*entry ここから*/
#back_blue .entry {
    width: 60%;
    margin: 0 auto;
    margin-top: 60px;
}

#back_blue .entry_btn {
    width: 66%;
    text-align: center;
    margin: 0 auto;
    background: linear-gradient(to right, #cc0000 20%,#eb5514 60%,#ffb900);
    font-size: 24px;
    font-weight: 700;
    border-radius: 8px;
}

#back_blue .entry_btn p {
    font-family: 'Noto Sans JP', sans-serif;
    padding: 15px 0;
    color: #fefefe;
}

#back_blue .entry_btn:hover {
    opacity: 0.8;
}

#back_blue .entry_txt {
    text-align: center;
    font-size: 22px;
    color: #CC0000;
    font-weight: bold;
    margin-top: 120px;
}
/*entry ここまで*/

/*contact ここから*/
#back_navy .contents .contact {
    text-align: center;
    margin-top: 40px;
}

#back_navy .contents .contact h3 {
    font-size: 24px;
    font-weight: 700;
}

#back_navy .contents .contact p {
    font-size: 16px;
}
/*contact ここまで*/