@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}


@font-face {
    font-family: NotoSerifJP-Regular;
    src: url(../font/static/NotoSerifJP-Regular.ttf);
}

/* ヘッダー */


body {
    width: 100%;
    font-family: Arial, sans-serif;
}

header {
    display: flex;
    width: 100%;
    height: 50vw;
    background-image: linear-gradient(rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.20)), url(../images/photo22.jpg);
    background-size: 100% 100%;
    position: relative;
}

.container-nav a img {
    display: block;
    vertical-align: bottom;
    width: 15vw;
    margin-top: 1vw;
    margin-left: 1vw;
    padding-top: 1vw;
}

.gnav {
    display: inline-block;
    width: 60vw;
    height: 10%;
    margin-left: auto;
    margin-right: 1vw;
    margin-top: 1%;
}

.gnav_wrapper {
    margin: auto;
    display: flex;
}

.gnav_wrapper li {
    width: calc(100%/5);
    height: 5vw;
    border-bottom: 0.1vw solid transparent;
    margin-top: 0.5vw;
    list-style: none;
    text-align: center;
    font-family: NotoSerifJP-Regular;
    font-size: 1.3vw;
    box-sizing: border-box;
    transition: 0.5s;
}

.gnav_wrapper li:hover {
    border-bottom: 0.1vw solid #fff;
    transition: 0.5s;
}

.gnav_wrapper li a {
    display: block;
    padding: 1.3em 0;
    color: #fff;
    text-decoration: none;
}


.top-message {
    width: 30vw;
    margin-top: 25vw;
    text-align: center;
    font-size: 2vw;
    background-color: #fff;
}

.container {
    width: 60vw;
    height: 15vw;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.hero_inner {
    width: 90%;
    height: 50%;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: center;
    line-height: 1.7;
    font-weight: bold;
}


.hero_inner p {
    font-size: 1.6vw;
    font-family: NotoSerifJP-Regular;
    font-weight: bold;
    margin-top: 2vw;
}

.hero_inner h2 {
    font-size: 2.3vw;
    margin-top: 2vw;
    font-family: NotoSerifJP-Regular;
    font-weight: bold;
}



/* セクション部分 */

main {
    width: 100%;
}

section {
    display: flex;
    width: 100%;
    height: 50vw;
}

section .lineup {
    width: 60%;
    margin: 10% auto;
}

section .lineup img {
    width: 100%;
}

.section-left-content {
    width: 50%;
    text-align: center;
    font-weight: bold;
    font-family: NotoSerifJP-Regular;
    background-color: #D9D9D1;
}

.section-right-content {
    width: 50%;
    text-align: center;
    font-weight: bold;
    font-family: NotoSerifJP-Regular;
    color: #fff;
    background-color: #A96360;
}


.section-left-content h3 {
    font-size: 3vw;
    margin-top: 20vw;
    font-family: NotoSerifJP-Regular;
}

.section-left-content p:nth-child(2) {
    font-size: 3vw;
    margin-top: 1vw;
    margin-bottom: 3vw;
}

.section-left-content p:nth-child(3) {
    font-size: 1.5vw;
}

.section-right-content h3 {
    font-size: 3vw;
    margin-top: 20vw;
    font-family: NotoSerifJP-Regular;
}

.section-right-content p:nth-child(2) {
    font-size: 3vw;
    margin-top: 1vw;
    margin-bottom: 3vw;
}

.section-right-content p:nth-child(3) {
    font-size: 1.5vw;
}



.section-right-img1 {
    width: 50%;
    background-image: url(../images/photo16.jpg);
    background-size: cover;
}

.section-right-img2 {
    width: 50%;
    background-image: url(../images/photo23.jpg);
    background-size: cover;
}

.section-left-img1 {
    width: 50%;
    background-image: url(../images/photo21.jpg);
    background-size: cover;
}

.section-left-img2 {
    width: 50%;
    background-image: url(../images/photo19.jpg);
    background-size: cover;
}


section .second-lineup {
    width: 60%;
    height: 30vw;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
}

section .second-lineup img {
    width: 100%;
    vertical-align: bottom;
}



/* フッター部分 */
footer {
    background-color: #fff;
    height: 30vw;
}

footer img {
    vertical-align: bottom;
    display: block;
    margin-top: 1vw;
    width: 15vw;
    margin-top: 1vw;
    margin-left: 1vw;
    padding-top: 1vw;
}

.footer-container {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


.footer-nav-container {
    display: flex;
    width: 88%;
    height: 15vw;
    margin-right: auto;
    margin-left: auto;
}


.sns-icon {
    display: flex;
    width: 10%;
    height: 4vw;
    margin-top: 2%;
    margin-left: 3%;
    justify-content: center;
}

.fa-brands {
    display: inline-block;
    font-size: 2.5vw;
    color: #202020;
    transition: 1s;
}

.fa-instagram {
    margin-left: 1vw;
    margin-right: 1vw;
}

.fa-square-x-twitter:hover {
    color: #202020;
    transition: 1s;
}

.fa-square-facebook:hover {
    color: #3B5998;
    transition: 1s;
}

.fa-instagram:hover {
    color: #CF2E92;
    transition: 1s;
}

.footer-nav1 {
    width: 20%;
    height: 15vw;
    margin-left: 23%;
    font-family: NotoSerifJP-Regular;
}

.footer-nav1 ul li {
    display: block;
    list-style: none;
    margin-top: 1.5vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 1vw;
}

.footer-nav1 ul li a {
    display: block;
    text-decoration: none;
    width: 10vw;
    color: #202020;
    margin-left: auto;
    margin-right: auto;
    transition: 1s;
}

.footer-nav1 ul li a:hover {
    color: gold;
    transition: 1s;
}


.footer-nav2 {
    width: 20%;
    height: 15vw;
    font-family: NotoSerifJP-Regular;
}

.footer-nav2 ul li {
    display: block;
    list-style: none;
    margin-top: 1.5vw;
    margin-left: auto;
    margin-right: auto;
    font-family: NotoSerifJP-Regular;
    font-size: 1vw;
}

.footer-nav2 ul li a {
    display: block;
    text-decoration: none;
    width: 10vw;
    margin-left: auto;
    margin-right: auto;
    color: #202020;
    transition: 1s;
}

.footer-nav2 ul li a:hover {
    color: gold;
    transition: 1s;
}

address {
    width: 20vw;
    height: 6vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;
    text-align: center;
    font-size: 1.2vw;
    line-height: 1.6;
    font-family: NotoSerifJP-Regular;
    color: #202020;
}

footer p {
    width: 30vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #202020;
}