@charset "utf-8";

/* root設定 
================================*/
:root{
    /* font-size */
    --fonts_01: 1rem;
    --fonts_02: clamp(1.2rem, 0.404rem + 1.551vw, 1.8rem);
    --fonts_03: clamp(1rem, 0.735rem + 0.517vw, 1.1rem);
    --mb_fonts_02: clamp(0.8rem, 0.032rem + 3.84vw, 2rem);;

    /* color */
    --black: #333;
    --white: #fff;
    --orange: #ea5504;
    --yellow: #ffef61;
}
/* root設定 
================================*/


/* 共通設定
==================================*/
html{
    box-sizing:border-box;
}
body {
    width: 100%;
    color: var(--black);
    font-family: 
        "Helvetica Neue",
        "Arial",
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        "Meiryo",
        sans-serif;
	font-weight: bold;
    line-height: 1.8;
    text-align: center;
    /* background: url( ../images/header_bg.png); */
    background-image: url(../images/bg_image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    main > * + * {
        margin-top: 3em;
    }
    p{
        font-size: var(--fonts_03);
    }
    img{
        width: 100%;
    }
    .text-center {
        text-align: center;
    }
    .flex-box {
        display: flex;
    }
    .margin-auto {
        margin: 0 auto;
        width: 60%;
    }
    .title-year {
        justify-content: center;
    }
    .inner{
        width: 80%;
        max-width: 1440px;
        margin: 0 auto;
    }
}

/* ボタン */
.btn_01 {
  display: block;
  margin: 2rem auto 0;
  width: 320px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #27acd9;
  box-shadow: 0px 5px 0px #0686b2;
  transition: .1s;
  border-radius: 100vh;
  border: solid 1px #0686b2;
    &:hover {
        box-shadow: unset;
        transform: translateY(4px);
    }
    & .text{
        width: 100%;
        display: block;
        position: relative;
    }
    & .text::after{
        content: url(../images/arrow_right.png);
        color: #fff;
        position: absolute;
        right: 1em;
        top: 52%;
        transform: translate(-50%, -50%);
    }
}

/* 区切り用ライン */
.line01 {
    display: block;
	position: relative;
	font-size: 26px;
	text-align: center;
	border-bottom: 5px solid #dddddd;
    margin: 1em auto;
    &::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        width: 70px;
        height: 5px;
        background-color: #387ccc;
    }
}
/* 共通設定
==================================*/



/* header
==================================*/
header {
    margin-bottom: 2%;
    .header_inner{
        width: 80%;
        margin: 0 auto;
    }
    .header_inner img{
        width: 80%;
    }
}
/* .header_inner {
    padding-top: 3%;
} */
/* .logo {
    position: absolute;
    top: 0;
    left: -25%;
    width: 100%;
} */
/* .logo img {
    width: 150px;
    height: auto;
} */
/* .year {
    background: #00a0e9;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    border-radius: 50%;
    border: 4px solid #fff;
    margin-bottom: 0.5em;
    font-size: 45px;
    width: 185px;
    height: 83px;
} */
/* .title-text1 {
    width: 291px;
    height: 80px;
} */
/* .title-text2 {
    width: 100%;
} */
/* .title-text2 img {
    width: 640px;
} */
/* header
==================================*/



/* main
==================================*/
.contents-wrapper{
    background: var(--white);
    margin-bottom: 3rem;
    padding: 7% 5%;
    border: 3px solid var(--orange);
    border-radius: 4vh;
    width: 100%;
    box-shadow: 1px 1px 5px;
}

/* 日時 */
.catchcopy {
    display: inline-block;
}
h2 {
    color: var(--orange);
    position: relative;
    padding: 1rem 1rem 1rem 1.5rem;
    border-radius: 30px;
    font-weight: bold;
    font-size: var(--fonts_02);
    width: auto;
    line-height: 1.5;
}
/* h2:before,
h2:after {
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: #3dabdd;
    content: "";
} */
/* h2:before {
    top: 105%;
    left: 35px;
    height: 15px;
    width: 15px;
} */
/* h2:after {
    top: 125%;
    left: 20px;
    height: 10px;
    width: 10px;
} */
.nitizi{
    color: #1a9d46;
    font-size: var(--fonts_02);
    line-height: 1.2;
}
.mv-left img {
    height: auto;
}
.mv-right img {
    width: 465px;
}
.icon_hotaru img {
    width: 150px;
    height: auto;
}
.icon_hotaru3 img{
    width: 150px;
    height: auto;    
}
.text-day {
    font-size: 25px;
    color: #e57600;
    font-weight: bold;
}

/* 行程 */
.day1-box {
    justify-content: center;
    margin-top: 4em;
    /* .event-day {
        transform: rotate(10deg);
    } */
    /* .icon_hotaru {
        position: absolute;
        top: 240px;
        right: 0;
        z-index: 10;
    } */
    /* .icon_hotaru3 {
        position: absolute;
        top: 270px;
        right: 80px;
        z-index: 10;
    } */
    .day-wrapper {
        margin-top: 5em;
    }
}
.day2-box{
    .icon_hotaru {
        position: absolute;
        top:0;
    }
}
.day1-box h3,
.day2-box h3{
    width: 26%;
    margin: 0 auto;
}
.img-box1,
.img-box2{
    position: relative;
    display: block;
    width: 40%;
    margin: 0 auto;
}
.img-box1 .hotaru{
    position: absolute;
    width: 32%;
    top: 5%;
    right: 0;
}
.img-box2 .hotaru{
    position: absolute;
    transform: scale(-1, 1);
    width: 32%;
    top: 5%;
    left: 0;
}
.day1-box 
.fukidashi {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}
.fukidashi img{
    width: 80%;
}
.fukidashi p{
    margin: 1.5rem 0;
}
.day1-box .fukidashi {
    margin-left: 2.5em;
}
.day1-box .fukidashi span {
    position: relative;
}
/* .day1-box .fukidashi span::before,
.day1-box .fukidashi span::after {
    content: "";
    display: inline-block;
    background: #000;
    width: 1px;
    position: absolute;
    height: 50px;
    bottom: -20px;
} */
.day1-box .fukidashi span::before {
    left: -20px;
    transform: rotate(-40deg);
}
.day1-box .fukidashi span::after {
    right: -150px;
    transform: rotate(40deg);
}
.day2-box {
    justify-content: center;
    margin-top: 4em;
}
.day2-box .fukidashi span {
    position: relative;
}
/* .day2-box .fukidashi span::before,
.day2-box .fukidashi span::after {
    content: "";
    display: inline-block;
    background: #000;
    width: 1px;
    position: absolute;
    height: 50px;
    bottom: -20px;
} */
.day2-box .fukidashi span::before {
    left: -20px;
    transform: rotate(-40deg);
}
.day2-box .fukidashi span::after {
    right: -130px;
    transform: rotate(40deg);
}
.day2-box .event-day {
    transform: rotate(-20deg);
}
.day2-box .icon_hotaru {
    position: absolute;
    top: 250px;
    left: 4px;
    z-index: 10;
    transform: rotate(73deg);
}
.event-day-text {
    text-align: left;
}
/* section1ここまで */

/* section2(詳細)ここから */
.heading-003 {
    color: #333333;
    font-weight: 400;
    font-size: .9rem;
    letter-spacing: .04em;
    text-align: center;
    padding-top: 4em;
    padding-bottom: 0.5em;
    &::before {
        display: block;
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1.5;
        letter-spacing: .02em;
        content: attr(data-label);
    }
}
.event-day {
    background: url(../images/icon_binder.png) no-repeat top / contain;
    width: 400px;
    height: 290px;
    margin: 4em auto;
}
.event-shosai {
    width: 80%;
    border-collapse: collapse;
    margin: 0 auto;
}
.event-shosai th,
.event-shosai td {
    padding: 16px;
    letter-spacing: 1px;
    line-height: 1.5;
    border: 1px solid #bec2c7;
    text-align: left;
}
.event-shosai th {
    background: #1c58b9;
    width: 8em;
    letter-spacing: 2.3px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    text-align: center;
}
.chushi ul{
    font-size: var(--fonts_03);
}

/* ---------応募の覧CSSここから--------- */
.dead_line {
	background-image: linear-gradient(rgba(0,0,0,0) 70%, #86beff 70%);
	display: inline-block;
    margin: 16px auto;
}
.chuijiko_box {
	display: inline-block;
	text-align: left;
    img {
        width: 30px;
    }
}
/* section2ここまで */

/* お問い合わせ */
.contact-wrapper {
    background: #fff;
    padding: 3em 5em;
    border-radius: 45px;
    width: 100%;
    margin: 3em auto;
}
.heading01 {
    margin: 0 auto 1em;
    color: #ED6C00;
    border-radius: 45px;
    border: 2.5px solid #ED6C00;
    width: 9.5em;
    font-size: 25px;
    font-weight: bold;
    text-align-last: justify;
    padding: .4em;
}
/* main
==================================*/



/* footer
==================================*/
footer {
    width: 100%;
    /* height: 500px; */
    text-align: center;
    /* background: url( ../images/footer_bg.png) no-repeat top / cover; */
    background-color: #1c58b9;
    color: var(--white);

    .footer_container {
        margin: 0 auto;
        width: 80%;
        padding: 1.2rem 0;
    }
    .footer_container p {
        text-align: left;
    }
}
/* footer
==================================*/



/* レスポンシブ調整用
==================================*/
@media screen and (max-width: 1469px){
    .day1-box .fukidashi span::after,
    .day1-box .fukidashi span::before,
    .day2-box .fukidashi span::after,
    .day2-box .fukidashi span::before{
        display: none;
    }
    /* .day1-box .icon_hotaru {
        top: 190px;
    } */
    /* .day2-box .icon_hotaru {
        top: 200px;
    } */
}
@media screen and (max-width: 1080px){
    .day1-box .fukidashi {
        margin-left: 0;
    }
    /* .day2-box .fukidashi {
        width: 340px;
    } */
    /* .mv-left img {
        width: 378px;
    } */
    /* .mv-left2 img {
        width: 378px;
    } */
    /* .mv-right img {
        width: 360px;
    } */
}
/* レスポンシブ調整用
==================================*/




/* ===============================
モバイル表示
==================================*/
@media screen and (max-width: 820px){
    /* 共通設定
    ===============================*/
    p {
        line-height: 1.5;
        font-size: 14px;
    }
    .inner{
        width: 90%;
        margin: 0 auto;
    }
    /* 共通設定
    ===============================*/


    /* header
    ===============================*/
    header{
        .header_inner{
            width: 90%;
            margin: 0 auto;
        }
        .header_inner img{
            width: 100%;
        }
        .header_inner .logo {
            position: absolute;
            top: 0;
            left: -30%;
            width: 100%;
        }
        .header_inner .logo img {
            width: 100px;
            height: auto;
        }
        /* .year {
            border: 2px solid #fff;
            font-size: 28px;
            width: 88px;
            height: 45px;
            margin-top: 0.2em;
            margin-right: 0.3em;
        } */
        /* .title-text1 {
            width: 220px;
            height: 60px;
        } */
        /* .title-text2 img {
    }
    
        /* .year {
            border: 2px solid #fff;
            font-size: 28px;
            width: 88px;
            height: 45px;
            margin-top: 0.2em;
            margin-right: 0.3em;
        } */
        /* .title-text1 {
            width: 220px;
            height: 60px;
        } */
        /* .title-text2 img {
            width: 500px;
        } */
    }
    /* header
    ===============================*/


    /* main
    ===============================*/
    .contents-wrapper{
        padding: 7% 1rem;
        border-radius: 3vh;
    }
    /* section1ここから */
    h2 {
        width: auto;
        font-size: var(--mb_fonts_02);
    }
    h2:before {
        top: 102%;
        left: 165px
    }
    h2:after {
        top: 120%;
        left: 185px;
    }
    .catchcopy {
        text-align: center;
    }
    .nitizi{
        font-size: var(--mb_fonts_02);
    }
    .margin-auto {
        width: 80%;
    }
    .position-p {
        margin: 0 auto;
    }

    .event-day {
        margin: 0 auto;
    }
    .day1-box {
        margin-top: 1em;
        flex-wrap: wrap-reverse;
    }
    .day1-box h3,
    .day2-box h3{
        width: 50%;
    }
    .img-box1,
    .img-box2{
        width: 65%;
    }
    .day1-box .event-day {
        transform: initial;
    }
    .day1-box .fukidashi {
        margin-left: 0;
    }
    .fukidashi {
        margin-top: 2em;
        font-size: 14px;
        text-align: center;
    }
    .day1-box .icon_hotaru {
        bottom: 250px;
        top: initial;
    }
    .day1-box .icon_hotaru3 {
        bottom: 250px;
        top: initial;
    }
    .day1-box .fukidashi span::before {
        left: -90px
    }
    .day1-box .fukidashi span::after {
        right: -60px;
        top: 19px;
    }
    /* .day1-box .day-wrapper,
    .day2-box .day-wrapper {
        margin-top: 2em;
        display: flex;
        flex-wrap: wrap-reverse;
    } */
    .mv-left img {
        width: 90%;
    }
    .day2-box {
        flex-wrap: wrap;
    }
    .day1-box .icon_hotaru {
        display: none;
    }
    .day1-box .icon_hotaru3 {
        display: none;
    }
    .day2-box .icon_hotaru {
        display: none;
    }
    .day2-box .event-day {
        transform: initial;
    }
    .day2-box .fukidashi span::before {
        left: -45px;
    }
    .day2-box .fukidashi span::after {
        right: -60px;
        top: 19px;
    }
    /* section1ここまで */
    /* イベント詳細ここから */

    .width-sp {
        width: 300px;
        margin: 0 auto;
        text-align: left;
    }
    .width-sp > * + * {
        margin-bottom: .35em;
    }
    .event-shosai th,
    .event-shosai td {
        width: 100%;
        display: block;
    }
    p.mv-right {
        margin-bottom: 2em;
    }
    /* イベント詳細ここまで */
    /* main
    ===============================*/
}


/* SP表示
==================================*/
@media screen and (max-width: 425px){
    .year {
        font-size: 15px;
        width: 50px;
        height: 26px;
        margin-top: 0.4em;
        margin-right: 0.1em;
    }
    .logo img {
        width: 65px;
        margin-right: 1.3em;
    }
    h2:before {
        left: 96px;
    }
    h2:after {
        top: 117%;
        left: 115px;
    }
    /* .fukidashi {
        margin-top: -3em;
        margin-bottom: 2em;
    } */

    
    .mv-left2 img {
        width: 330px;
    }
    .margin-auto {
        width: 85%;
    }
    .event-day {
        width: 348px;
        margin: 2em auto;
    }
    .icon_hotaru img {
        width: 115px;
    }
    .mv-right img {
        width: 347px;
    }
    .day1-box {
        background: #fff;
    }
    .day2-box {
        margin-top: 3em;
        background: #fff;
    }
    .day1-box .fukidashi span::before {
        left: -24px;
    }
    .day1-box .fukidashi span::after {
        right: -8px;
        top: 44px;
    }
    /* .day1-box .day-wrapper, .day2-box .day-wrapper {
        margin-top: 0;
        padding:0 30px;
    } */
    .day1-box .event-day {
        transform: rotate(5deg);
    }
    .day2-box .fukidashi span::before {
        left: 5px;
    }
    .day2-box .fukidashi span::after {
        right: -13px;
        top: 44px;
    }
    .day2-box .icon_hotaru {
        top: 90px;
        left: -15px;
    }
    .day2-box .event-day {
        transform: rotate(-6deg);
    }

    
    .btn_01 {
        width: 80%;
        max-width: 320px;
        line-height: 54px;
        border-radius: 100vh;
    }

    .chushi {
        background: #fff;
        padding: .5em 1em;
        text-align: left;
        border: 1px dashed#0686b2;
    }
    .chushi li {
        text-indent: -1em;
        padding: 0 .5em;
    }
    .heading01 {
        background: #fff;
    }


    /* footer */
    footer {
        height: 220px;
    }
    .footer {
        width: 95%;
        padding: 0.5em 1em;
        background: #d1e6ffa8;
        border-radius: 15px;
    }
    /* footer */
}