@charset "utf-8";

/* リセットCSS */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
}

ul,
ol {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 1s;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}


nav,
main,
footer {
    margin: 0 auto;
    width: min(100%, 1000px);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 150px;
}

img {
    max-width: 100%;
}

/* ヘッダー */
header {
    height: 150px;

}

h1 img {
    width: 200px;
}

/* ここからＴＯＰ */
.top {
    display: flex;
    height: 120px;
    width: 100%;
    padding: 0 calc((100% - 1000px) /2);
    align-items: center;
    justify-content: space-around;
    position: fixed;
    z-index: 100;
    background-color: #fff;
}

.top ul {
    display: flex;
}

.search-form-3 {
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid #383838;
    border-radius: 25px;
    height: 50px;
}

.search-form-3 input {
    width: 250px;
    height: 45px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    font-size: 1em;
    outline: none;
}

.search-form-3 input::placeholder {
    color: #6b6b6b;
}

.search-form-3 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}


.search-form-3 button::after {
    width: 50px;
    height: 50px;
    background-image: url("../img/search.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    content: '';
}

.top li img {
    width: 50px;
}

/* ここまでＴＯＰ */

.site-menu ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    height: 150px;
}

/* ここからヘッダー：hover */
.nav>li {
    position: relative;
    width: 200px;
}

.nav a {
    display: block;
    padding: 0.5em 0;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    z-index: 1;
}

.sub {
    position: absolute;
    left: 0;
    top: 2em;
    display: none;
    width: 100%;
    z-index: 3;
}

.sub>li>a {
    font-size: 16px;
    color: #000;
    line-height: 1.75;
    background-color: #fff;
}

.sub>li>a:hover {
    background-color: #f5b2ac;
    opacity: 1;
}

.site-menu-sub .sub {
    display: none;
}

/* ここまで */

/* メイン */
.first-view {
    height: calc(100vh - 110px);
    background: url(../img/topimage.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    margin-top: 10px;

}

.first-view {
    animation: fade-in 4s;
    animation-fill-mode: forwards;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


main .first-view {
    width: 100%;
}

.first-view-text {
    width: min(100%, 1000px);
    margin: 0 auto;
    padding: 0 0 80px 30px;
    font-weight: bold;
    font-size: 30px;
    margin-top: 30px;
    text-shadow: 1px 1px 10px #fff;
}

.banner {
    padding: 20px 10px;
}

.banner-group {
    width: min(100%, 1000px);
    margin: 30px auto;
}

.banner-group img {
    max-width: 250px;
}

.banner-group .slick-center img {
    transform: scale(1.1);
}

/* それ以外はscaleは0.8 */
.banner-group img {
    transform: scale(0.8);
    width: 100%;
    object-fit: cover;
}

.scene {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
}

.scene .andmore {
    text-align: end;
}

.scene h3 {
    font-size: 1.8em;
    margin-left: 20px;
}

.scene-list {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    max-width: 100%;
}

.scene-list li {
    width: 20%;
    margin: 20px 25px;
    text-align: center;
    transition: all 0.5s;

}

.scene-list li:hover {
    transform: scale(1.08);
}

/* PICKUP */
.pickup-title {
    display: flex;
    align-items: flex-end;
    margin-top: 60px;
    margin-left: 20px;
}

.pickup-title h3 {
    font-size: 1.8em;
}

.pickup-title p {
    padding-left: 15px;
}

.pickup {
    width: min(70%, 1000px);
    /* max-width: 900px; */
    display: flex;
    margin: 30px auto;
    align-items: center;
}

.pickup-img:hover {
    transform: scale(1.08);
    transition: all 0.5s;

}

.pickup-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 40px 80px;
    width: min(100%, 1000px);
}

.pickup-area h4 {
    font-size: 1.5em;
    padding-bottom: 2em;
}

.rev {
    flex-direction: row-reverse;
    margin: 10px auto;

}

.message {
    background: url(../img/message_back2.jpg);
    height: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
    margin-top: 50px;
}

.message-area {
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.message-area h3 {
    font-size: 1.5em;
}

.button-area {
    display: flex;
    background-color: #fff;
    width: 220px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: #000 2px solid;
}

.button-area a {
    padding: 10px 75px;
}

.button-area:hover {
    background-color: #f5b2ac;
}

.gotothetop {
    position: fixed;
    bottom: 70px;
    right: 100px;
    width: 100px;
    display: none;
    /* 初めは非表示 */
    z-index: 1000;
    /* 画像が他のコンテンツの上に表示されるように */
}

/* フェードイン */
.fadeIn {
    opacity: 0;
    transition: 2s;
}

.fadeIn.is-show {
    opacity: 1;
}

/* フッター */
footer {
    display: flex;
    flex-direction: column;
}

footer .site-menu {
    margin-top: 20px;
    display: flex;
    font-size: 0.8em;
    color: #333;
    justify-content: space-around;
    align-items: center;
}

footer li {
    margin: auto 10px;
}

footer img {
    width: 150px;
}

.copyright {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 30px;
}

/* ここからスマホ */
@media screen and (max-width:768px) {
    .top {
        height: 80px;
    }

    header {
        height: 100px;
    }

    .site-menu ul {
        height: 100px;
    }

    .site-menu a {
        font-size: 0.8em;
    }

    .first-view {
        height: calc(100vh - 50vh);
    }

    .first-view h2 {
        font-size: 1.2em;
        text-shadow: #fff 5px 5px 5px;
    }

    .banner-group {
        height: 70px;
    }

    .banner-group img {
        height: 50px;
        width: auto;
    }

    .scene h3 {
        font-size: 1.2em;
    }

    .scene-list {
        font-size: 0.8em;
    }

    .pickup-area {
        padding: 20px;
    }

    .pickup-area h4 {
        padding-bottom: 10px;
        font-size: 1.2em;
    }

    .pickup-area p {
        font-size: 0.9em;
    }

    .message-area {
        margin: 30px;
    }

    .message-area h3 {
        font-size: 1.3em;
    }

    .message-area p {
        font-size: 0.9em;
    }

    footer {
        font-size: 0.7em;
    }

    .gotothetop {
        bottom: 30px;
        right: 5px;
    }

    .gotothetop img {
        width: 80px;
        height: auto;
    }

}