@media screen and (max-width: 500px) {
    header nav {
        font-size: 13px;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 0;
    }

    header {
        margin-top: 30px;
        margin-bottom: 0;
        height: 170px;
    }

    header a {
        width: 30%;
        text-align: center;
        margin-bottom: 15px;
        display: inline-block;
        margin-left: 0;
        margin-right: 0;
    }

    header h1 img {
        width: 80px;
    }

    .head h1 {
        font-size: 20px;
        text-align: center;
    }

    .head h2 {
        margin-bottom: 30px;
        font-size: 10px;
        font-weight: normal;
    }

    .head .text {
        font-size: 14px;
    }

    .list02 {
        width: 40%;
    }

    .list04,
    .list05 {
        width: 50%;
    }


    .mainvisual {
        margin-bottom: 50px;
        height: calc(70vh - 170px);
    }

    .mainvisual video {
        height: 100%;
    }

    .circle01,
    .circle02,
    .circle03 {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #ffe8fb;
        /*背景色*/
    }

    .body-text {
        font-size: 20px;
    }

    .head,
    .service,
    .schedule,
    .tour-info {
        max-width: 500px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .head p {
        margin-bottom: 30px;
        text-align: center;
        font-size: 14px;
    }

    .head h2 {
        margin-bottom: 30px;
        font-size: 20px;
        font-weight: 100;
    }


    .introduction img {
        width: 150px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .introduction h3 {
        font-size: 20px;
    }

    .service h1 {
        font-size: 20px;
        text-align: center;
        color: #fab0ed;
    }


    .service .wrapper {
        max-width: 500px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .text--center {
        font-size: 14px;
    }

    .contents {
        flex-direction: column;
    }

    .contents p {
        padding-top: 32px;
        text-align: left;
    }
    .flame .amount {
        text-align: right;
    }

    .contents .flame {
        margin: 10px 5px;
    }

    .flame {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 50px;
        border-radius: 50px;
        padding: 25px 20px;
    }

    .flame--slick{
        width: 100%;
        margin: 0 auto;
    }
   

    .flame:last-child {
        margin-bottom: 0;
    }

    .collaboration {
        display: block;
        font-size: 20px;
        background: #fab0edb3;
    }
    
    

    h4 {
        font-size: 19px;
        padding-top: 32px;
        height: auto;
    }

    .tour-info tr th,
    .tour-info tr td {
        border-bottom: 0.5px #0000003d solid;
        padding: 12px 15px;
        display: block;
    }

    .tour-info h1 {
        font-size: 20px;
        text-align: center;
        color: #fab0ed;
    }


    .tour-info,
    .td {
        font-size: 12px;
    }

    .tour-info,
    .th {
        font-size: 15px;
    }

    .tour-info table {
        width: 95%;
    }

    .list {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .list img {
        width: 100%;
        margin-bottom: 0;
        font-size: 14px;
        letter-spacing: 5px;
    }

    .list h4 {
        margin-bottom: 20px;
    }

    .tour-info h2 {
        margin-bottom: 50px;
        font-size: 20px;
    }


    .list .text {
        width: 100%;
    }

    .menu img {
        margin-bottom: 20px;
        margin: 0 auto;
    }

    .menu {
        margin-bottom: 40px;
    }

    .body {
        flex-direction: column;
    }


    .reservation {
        max-width: 1000px;
        margin: 0 auto;
    }

    .reservation h2 {
        margin: 50px 50px;
    }

    .wrapper h3 {
        font-size: 20px;
    }

    footer .wrapper {
        margin-top: 20px;
        flex-direction: column;
    }

    footer .wrapper .logo {
        width: 40%;
        margin-bottom: 20px;
    }


    footer .wrapper .sns {
        width: 100%;
    }

    footer .wrapper .logo img {
        width: 150px;
        display: block;
        margin: 0 auto;
    }

    footer .wrapper .info .info--top {
        font-size: 12px;
    }

    .info--top {
        width: unset;
    }

    footer .wrapper .wrapper-info {
        width: unset;
    }


    footer .wrapper .info .info--center {
        font-size: 12px;
    }

    footer .wrapper .info .info--bottom {
        font-size: 12px;
    }

    footer .wrapper .sns h4 {
        padding: 0;
    }

    footer .wrapper .sns .image {
        justify-content: space-between;
    }

    .info--bottom {
        width: unset;
    }
}