@charset "UTF-8";

@media screen and (max-width: 768px) {

}



/*
Base style
*/
body {
    font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #734e30;
    background-color: #fee4bdd3;
}
label, input, textarea, select, button {
    cursor: pointer;
}
button {
    border: 0;
}
html{
    scroll-behavior: smooth;
}

/*
header
*/
.header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
}
.header-logo {
    margin: 0;
    display: flex;
}
.header-logo > a {
    display: block;
    color: transparent;
}
.logo{
    width: 80px;
    height: 80px;
    margin: 10px;
}
.logo-name{
    font-size: 30px;
    color: #333;
}

/* .header-nav {} */
.header-navlist {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* .header-navitem {} */
.header-navitem > a {
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    transition: border-color .25s;
}
.header-navitem > a:hover {
    border-bottom: 2px solid #333;
}
@media screen and (max-width: 768px) {
    .header {
        font-size: 8px;
        background-color: #579ae8;
    }
    .logo{
    width: 30px;
    height: 30px;
    margin: 5px;
    }
    .logo-name{
    font-size: 15px;
    color: #333;
    margin: 10px 0 0 0;
}
}

/*
section
*/
.section-blue {
    padding: 30px 15px;
    text-align: center;
    background-color: #579ae8;
}
.section {
    padding: 30px 15px;
    text-align: center;
}

/*
button
*/
.section-button {
    margin: 40px 0 0 0;
    text-align: center;
}
.button {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background-color: #eb7d07;
    text-align: center;
    padding: 15px 60px;
    text-decoration: none;
    border-radius: 30px;
    box-shadow: 5px 5px 0 #501901;
    transition: box-shadow .25s;
}
.button:hover {
    box-shadow: 0 0 0 #bbb;
}

@media screen and (max-width: 768px) {
    .section-button {
        margin: 10px 0 0 0;
        text-align: center;
    }
}


/*
discover
*/
.discover-headline {
    text-align:  left;
    font-size: 110px;
    font-weight: bold;
    margin: 0;
    display: inline-block;
}
.discover-description {
    text-align: center;
    font-size: 28px;
    margin: 2% 0 30px;
    color: #333;
}

@media screen and (max-width: 768px) {
    .discover-headline {
        text-align:  left;
        font-size: 40px;
        font-weight: bold;
        margin: 0;
        display: inline-block;
    }
    .discover-description {
        text-align: left;
        font-size: 20px;
        margin: 5px 0 0;
        color: #333;
    }
}

/*
friendly
*/
.friendly {
    display: flex;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
}
.friendly-caption {
    text-align: left;
    display: inline-block;
}
.rainbow-image{
    width: 100px;
    height: 80px;

}
.friendly-headline{
    text-align:  left;
    font-size: 80px;
    font-weight: bold;
    margin: 0;
}
.friendly-description{
    text-align: left;
    font-size: 28px;
    color: #333;
}
.friendly-image{
    width: 650px;
    height: 650px;
    margin: 0 15px;
}

@media screen and (max-width: 768px) {
    .friendly {
        padding: 0;
        display: block;
    }
    .friendly-caption {
        text-align: left;
        display: inline-block;
    }
    .rainbow-image{
        width: 50px;
        height: 40px;

    }
    .friendly-headline{
        text-align:  left;
        font-size: 40px;
        font-weight: bold;
        margin: 0;
    }
    .friendly-description{
        text-align: left;
        font-size: 15px;
        color: #333;
    }   
    .friendly-image{
        width: 300px;
        height: 300px;
        margin: 0;
    }
}

/*
destination
*/
.destination-section-blue{
    padding: 0 15px;
    text-align: center;
    background-color: #579ae8;
}
.destination{
    display: flex;
    padding: 0 0 0 15px;
    justify-content: center;
    align-items: center;
}
.destination-caption{
    text-align: left;
    display: inline-block;
}
.sun-image{
    width: 100px;
    height: 80px;
}
.destination-headline{
    text-align:  left;
    font-size: 80px;
    font-weight: bold;
    margin: 0;
    color: #fff;
}
.destination-description{
    text-align: left;
    font-size: 28px;
    color: #fff;
}
.destination-image{
    width: 400px;
    height: 100%;
    margin: 0 0 0 15px;
    
}

@media screen and (max-width: 768px) {
    .destination-section-blue{
        padding: 30px 15px;
        text-align: center;
        background-color: #579ae8;
    }
    .destination{
        display: flex;
        padding: 0 0 0 15px;
        justify-content: center;
        align-items: center;
        display: block;
    }
    .destination-caption{
        text-align: left;
        display: inline-block;
    }
    .sun-image{
        width: 50px;
        height: 40px;
    }
    .destination-headline{
        text-align:  left;
        font-size: 36px;
        font-weight: bold;
        margin: 0;
        color: #fff;
    }
    .destination-description{
        text-align: left;
        font-size: 15px;
        color: #fff;
    }
    .destination-image{
        width: 200px;
        height: 400px;  
    }
}

/*
culture
*/
.culture{
    display: flex;
    padding: 0 0 0 15px;
    justify-content: center;
    align-items: center;
}
.culture-header{
    text-align: left;
    display: inline-block;
}
.culture-headline{
    font-size: 80px;
    font-weight: bold;
    margin: 10px 15px;
}
.culture-images{
    display: flex;
    margin: 10px 15px;
}
.culture-image1{
    width: 400px;
    height: 400px;
    margin: 0 5px 0 5px;
}
.culture-image2{
    width: 400px;
    height: 400px;
    margin: 0 10px 0 5px;
}
.culture-caption{
    text-align: left;
}
.culture-icon{
    width: 100px;
    height: 80px;
    margin: 50px 0 0 0;
}
.culture-description{
    text-align: left;
    font-size: 28px;
    color: #333;
    margin: 0 0 0 15px;
}

@media screen and (max-width: 768px) {
    .culture{
        display: flex;
        padding: 0 0 0 15px;
        justify-content: center;
        align-items: center;
        display: block;
    }
    .culture-header{
        text-align: center;
        display: inline-block;
    }
    .culture-headline{
        font-size: 39px;
        font-weight: bold;
        margin: 0 0 10px;
    }
    .culture-images{
        display: block;
        margin: 0;
        text-align: left;
    }
    .culture-image1{
        width: 280px;
        height: 280px;
        margin: 0 0 5px;
    }
    .culture-image2{
        width: 280px;
        height: 280px;
        margin: 5px 0 0;
    }
    .culure-caption{
        text-align: left;
    }
    .culture-icon{
        width: 50px;
        height: 40px;
        margin: 10px 0 0 0;
    }
    .culture-description{
        text-align: left;
        font-size: 15px;
        color: #333;
        margin: 0;
    }
}

/*
relax
*/
.relax{
    display: flex;
    padding: 0 0 0 15px;
    justify-content: center;
    align-items: center;
}
.relax-header{
    text-align: left;
    display: inline-block;
}
.relax-images{
    margin: 10px 15px;
}
.relax-image1{
    width: 350px;
    height: 350px;
    margin: 0 5px 5px;
}
.relax-image2{
    width: 350px;
    height: 350px;
    margin: 5px 5px 0;
}
.relax-caption{
    text-align: left;
}
.relax-icon{
    width: 100px;
    height: 80px; 
}
.relax-headline{
    font-size: 80px;
    font-weight: bold;
    margin: 10px 15px;
    color: #fff;
}
.relax-description{
    text-align: left;
    font-size: 28px;
    color: #fff;
    margin: 0 0 0 15px;
}

@media screen and (max-width: 768px) {
    .relax{
        display: block;
        padding: 0;
        margin: 0;
        align-items: center;
    }
    .relax-header{
        display: block;
        text-align: center;
    }
    .relax-images{
        margin: 0;
        align-items: center;
    }
    .relax-image1{
        width: 280px;
        height: 280px;
        margin: 0 0 5px;
    }
    .relax-image2{
        width: 280px;
        height: 280px;
        margin: 5px 0 0;
    }
    .relax-caption{
        text-align: center;
    }
    .relax-icon{
        width: 50px;
        height: 40px; 
        margin: 10px 0 0;
    }
    .relax-headline{
        font-size: 39px;
        font-weight: bold;
        margin: 5px 10px;
        color: #fff;
    }
    .relax-description{
        text-align: left;
        font-size: 15px;
        color: #fff;
        margin: 0 0 0 15px;
    }
}

/*
group
*/
.section-group{
    margin: 0 0;
}
.group{
    padding: 0 0 0 15px;
    justify-content: center;
    align-items: center;
    margin: 0 0;
    padding: 0 0;
}
.group-image{
    width: 100%;
    margin: 0 0;
    
}
.group-header{
    display: flex;
    align-items: center;
    padding: 0 0 0 50px;
}
.group-headline{
    font-size: 80px;
    font-weight: bold;
    margin: 10px 15px;
}
.group-caption{
    text-align: left;
    margin: 0 30px 15px;
    width: 50%;
}
.group-icon{
    width: 100px;
    height: 80px;
    margin: 0 20px;
}
.group-description{
    text-align: left;
    font-size: 28px;
    color: #333;
    margin: 0 20px;
}

@media screen and (max-width: 768px) {
    .section-group{
        margin: 0;
    }
    .group{
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .group-image{
        width: 100%;
        margin: 0 0;
    }
    .group-header{
        display: block;
        text-align: center;
        padding: 0;
    }
    .group-headline{
        font-size: 49px;
        font-weight: bold;
        margin: 5px 10px;
    }
    .group-caption{
        text-align: center;
        margin: 0;
        width: 100%;
    }
    .group-icon{
        width: 50px;
        height: 40px;
        margin: 5px 0 0 0;
    }
    .group-description{
        text-align: left;
        font-size: 15px;
        color: #333;
        margin: 0 20px 20px;
    }
}

/*
footer
*/
.image_caution{
    text-align: center;
    margin: 10px;
    font-size: 12px;
}
.footer{
    padding: 10px 15px;
    text-align: center;
    background-color: #579ae8;
}
/*.section-button{}*/
/*.button{}*/
.footer-or{
    color: #fff;
    font-size: 40px;
    margin: 50px;
}
.footer-message{
    color: #fff;
    font-size: 80px;
    font-weight: bold;
    margin: 0 0 50px;
}
.footer-link{
    display: flex;
    align-items: center;
    justify-content: center;
}
/*
.group-logo{
    width: 100px;
    height: 100px;
    margin: 0 30px;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: none;
    transition: box-shadow 0.3s ease-in-out;
}
.group-logo:hover{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.849);
}
*/
.x-logo{
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    box-shadow: none;
    transition: box-shadow 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
.x-logo:hover{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.849);
    background-color: #734e30;
}
.tt-logo{
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    box-shadow: none;
    transition: box-shadow 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    transition: border-radius 0.1s ease-in-out;
}
.tt-logo:hover{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.849);
    background-color: #734e30;
    border-radius: 20px;
}
.ig-logo{
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    box-shadow: none;
    transition: box-shadow 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    transition: border-radius 0.1s ease-in-out;
}
.ig-logo:hover{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.849);
    background-color: #734e30;
    border-radius: 15px;
}
.yt-logo{
    width: 140px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    box-shadow: none;
    transition: box-shadow 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    transition: border-radius 0.1s ease-in-out;
}
.yt-logo:hover{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.849);
    background-color: #734e30;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .footer-or{
        color: #fff;
        font-size: 20px;
        margin: 25px;
    }
    .footer-message{
        color: #fff;
        font-size: 39px;
        font-weight: bold;
        margin: 0 0 25px;
    }
    .footer-link{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /*
    .group-logo{
        width: 75px;
        height: 75px;
        margin: 0 30px;
        border-radius: 30px;
        cursor: pointer;
        box-shadow: none;
        transition: box-shadow 0.3s ease-in-out;
    }
    .group-logo:hover{
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.849);
    }
    */
    .x-logo{
        width: 30px;
        height: 30px;
        margin: 5px;
        cursor: pointer;
        box-shadow: none;
        transition: box-shadow 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
    }
    .x-logo:hover{
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.849);
        background-color: #734e30;
    }
    .tt-logo{
        width: 30px;
        height: 30px;
        margin: 5px;
        cursor: pointer;
        box-shadow: none;
        transition: box-shadow 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
        transition: border-radius 0.1s ease-in-out;
    }
    .tt-logo:hover{
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.849);
        background-color: #734e30;
        border-radius: 20px;
    }
    .ig-logo{
        width: 30px;
        height: 30px;
        margin: 5px;
        cursor: pointer;
        box-shadow: none;
        transition: box-shadow 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
        transition: border-radius 0.1s ease-in-out;
    }
    .ig-logo:hover{
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.849);
        background-color: #734e30;
        border-radius: 15px;
    }
    .yt-logo{
        width: 80px;
        height: 30px;
        margin: 5px;
        cursor: pointer;
        box-shadow: none;
        transition: box-shadow 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
        transition: border-radius 0.1s ease-in-out;
    }
    .yt-logo:hover{
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.849);
        background-color: #734e30;
        border-radius: 10px;
    }
}