/*
Gill Sans Nova Book
font-family: gill-sans-nova, sans-serif;
font-weight: 400;
font-style: normal;

Gill Sans Nova Book Italic
font-family: gill-sans-nova, sans-serif;
font-weight: 400;
font-style: italic;

Gill Sans Nova Light
font-family: gill-sans-nova, sans-serif;
font-weight: 300;
font-style: normal;

Gill Sans Nova Medium
font-family: gill-sans-nova, sans-serif;
font-weight: 500;
font-style: normal;

Gill Sans Nova SemiBold
font-family: gill-sans-nova, sans-serif;
font-weight: 600;
font-style: normal;

Gill Sans Nova SemiBold Italic
font-family: gill-sans-nova, sans-serif;
font-weight: 600;
font-style: italic;

Gill Sans Nova Condensed Book
font-family: gill-sans-nova-condensed, sans-serif;
font-weight: 400;
font-style: normal;

Gill Sans Nova Condensed Book Italic
font-family: gill-sans-nova-condensed, sans-serif;
font-weight: 400;
font-style: italic;

Gill Sans Nova Condensed SemiBold
font-family: gill-sans-nova-condensed, sans-serif;
font-weight: 600;
font-style: normal;

Gill Sans Nova Condensed SemiBold Italic
font-family: gill-sans-nova-condensed, sans-serif;
font-weight: 600;
font-style: italic;

*/




/* reset */
* {
    margin: 0;
    padding: 0;
}

/* common */
/* color */

:root {
    --main-navy: #0C2C5D;
    --main-ecru: #F5EDE2;
    --sub-navy: #173A75;
    --sub-ecru: #F0DCA5;
    --white: #fff;
}

body {
    /* color: #0C2C5D; */
    color: var(--main-navy);
    font-family: gill-sans-nova, YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo UI', 'Calibri', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 18px;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: var(--main-navy);
}

h3 {
    font-size: 24px;
}

#main-nav a {
    transition: border-bottom 0.3s;
    border-bottom: 2px solid transparent;
}

#main-nav a:hover {
    border-bottom: 2px solid var(--main-navy);
}

#page-title {
    background-color: var(--main-ecru);
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    
}
#page-title h2 {
    font-family: gill-sans-nova-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 50px;
    letter-spacing: 0.05em;
}

.sub-page {
    padding: 50px 0;
}

/* header */
#header-contents {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px 50px;
}

#header_logo-wrap {
    width: 20%;
}

#main-nav-wrap {
    width: 80%;
    margin-left: 20px;
}

#main-nav ul li a {
    transition: 0.3s;
    font-weight: 300;
    font-style: normal;
    font-size: 22px;
    margin-left: 36px;
}


/* header logo */
#header-logo-wrap {
    width: 120px;
}

#header_logo {
    display: block;
    width: 100%;
}

/* nav */
#main-nav ul li {
    display: inline-block;
}

/* footer */
footer {
    background-color: var(--main-ecru);
}

#footer-contents {
    display: flex;
    flex-wrap: nowrap;
    padding: 20px;
}

#map {
    width: 50%;
    text-align: right;
    margin: 0 20px;
}

#map iframe {
    height: 100%;
    width: 70%;
}

#footer-info {
    width: 50%;
    margin: 30px 20px;
}

#footer-info p {
    margin-bottom: 10px;
}

#footer-links {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px 5%;
    justify-content: flex-end;
}

#footer-logo-wrap {
    width: 20%;
    margin: 0 auto 0 0;
}

#footer_logo img {
    width: 120px;
    display: block;
}

#footer-nav {
    width: 60%;
    text-align: right;
    padding-right: 16px;
}

#footer-nav ul li {
    display: inline-block;
    font-size: 20px;
}

#footer-nav a {
    transition: border-bottom 0.3s;
    border-bottom: 2px solid transparent;
    margin-right: 16px;
    font-family: gill-sans-nova, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
}

#footer-nav li:last-child a {
    margin-right: 0;
}

#footer-nav a:hover {
    border-bottom: 2px solid var(--main-navy);
}

#footer_sns_links {
    width: 10%;
    display: flex;
    justify-content: flex-end;
}

#footer_sns_links ul {
    display: flex;
    align-items: center;
}

#footer_sns_links ul li {
    display: inline-block;
    width: 44px;
    padding: 0 5px;
}

#footer_sns_links ul li a img {
    width: 100%;
}

#copyright {
    color: var(--main-ecru);
    background-color: var(--main-navy);
    text-align: center;
    font-family: gill-sans-nova, sans-serif;
font-weight: 600;
font-style: normal;
}

/* top */
#first-view {
    width: 90%;
    height: 400px;
    background-image: url("../img/img01.jpeg");
    background-position: center;
    background-size: 100% auto;
}

.top-contents-title {
    text-align: center;
    margin: 50px 0;
    font-family: gill-sans-nova-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.08em;
    font-size: 48px;
}

#concept-txt-inner .more-wrap {
    text-align: left;
    margin-top: 25px;
}

.more-btn {
    display: inline-block;
    position: relative;
    transition: 0.3s;
    left: -30px;
    font-family: gill-sans-nova-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.1em;
    font-size: 18px;
}

.more-btn::before {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: var(--main-navy);
    transition: 0.3s;
    top: 25px;
    left: 0;
}

.more-btn:hover {
    text-decoration: none;
}

.more-btn::after {
    content: '';
    position: absolute;
    height: 15px;
    width: 25px;
    background-image: url("../img/arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: 0.3s;
    top: 5px;
    left: 100%;
}

.more-btn:hover::before {
    width: calc(100% + 30px);
}

.more-btn:hover::after {
    left: calc(100% + 5px);
    opacity: 1;
}

#concept-txt-inner .more-btn {
    left: 0px;
}

/* concept */
#concept {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
}

#concept-contents {
    position: relative;
}

#concept-txt {
    width: 50%;
    height: 400px;
    background-color: var(--main-ecru);
    position: relative;
    top: 80px;
    left: 0;
    padding: 50px;
    z-index: 1;
}


#concept-txt-inner {
    margin-top: 35px;
    padding-left: 15px;
}

#concept-image {
    display: block;
    height: 500px;
    width: 50%;
    position: absolute;
    z-index: 2;
    margin: 0 0 0 auto;
    right: 0;
    top: 0;
}

#concept-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* NEWS */
#top-news {
    position: relative;
    z-index: 3;
    border-bottom: 1px solid #0C2C5D;
    width: 90%;
    height: 48px;
    margin-right: 0;
    margin-left: auto;
    padding-left: 10px;
}

#top-news h2,
#top-news p {
    display: inline-block;
}

#top-news h2{
    font-family: gill-sans-nova-condensed, sans-serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.05em;
    font-size: 30px;
    margin-right: 50px;
}

#top-news .date {
    letter-spacing: 0.05em;
    font-size: 18px;
    color: #808080;
}

.top-news-cat {
    background-color: var(--sub-navy);
    color: var(--main-ecru);
    font-size: 12px;
    font-weight: 700;
    padding: 1px 4px;
    margin: 0 16px;
}

.top-news-txt a{
    transition: 0.3s;
}

.top-news-txt a:hover{
    color: #808080;
}

/* MENU */
#top-menu-contents {
    width: 80%;
    max-width: 800px;
    margin: auto;
}

#top-menu-contents .more-wrap {
    text-align: right;
    margin-top: 15px;
}

.product {
    border-bottom: 1px solid;
    border-color: var(--sub-ecru);
    display: flex;
    flex-wrap: nowrap;
}



.top-price {
    /* display: block; */
    text-align: right;
    margin: 0px 0px 0 auto;
}

/* deco */
#top-deco {
    position: relative;
    width: 80%;
    height: 600px;
    margin: 100px auto;
}

#deco1 {
    position: absolute;
    left: 0;
    width: 540px;
    height: 480px;
    background-image: url("../img/img03.jpeg");
    background-position: center;
    background-size: cover;
}

#deco2 {
    position: absolute;
    top: 120px;
    right: 0;
    width: 480px;
    height: 420px;
    background-image: url("../img/img04.jpeg");
    background-position: bottom;
    background-size: cover;
}

/* top contact button */
#top-contact {
    width: 100%;
    text-align: center;
    background-image: url("../img/img05.jpeg");
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 70px 0 30px;
    color: var(--white);
    position: relative;
}

#top-contact::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

#top-contact-txt {
    position: relative;
    font-size: 24px;
    z-index: 2;
}

.contact-btn {
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    padding: 7px 60px 13px;
    margin: 30px auto;
    border-color: var(--white);
    color: var(--white);
    position: relative;
    z-index: 2;
    font-family: gill-sans-nova-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.1em;
    font-size: 48px;
    line-height: 1;
}

.contact-btn:hover {
    text-decoration: none;
}

/* sub MENU */


.menu-list {
    margin: 10px 0;
}

.price {
    /* display: block; */
    text-align: right;
    margin: 0px 0px 0 auto;
}

/*------------------------------------------
[CSS メディアクエリのチートシート、モバイルファースト用、スマホ・タブレットのデバイス用のメディアクエリ | コリス]
(https://coliss.com/articles/build-websites/operation/css/media-query-cheat-sheet.html)  
Responsive Grid Media Queries - 1280, 1024, 768, 480
1280-1024   - デスクトップ（デフォルトのグリッド）
1024-768    - タブレット横長
768-480     - タブレット縦長
480-less    - スマホ
--------------------------------------------*/
@media (min-width: 1024px) and (max-width: 1280px) {}

@media (min-width: 769px) and (max-width: 1024px) {
    #deco1 {
        width: 450px;
        height: 400px;
    }

    #deco2 {
        width: 400px;
        height: 350px;
    }
}

@media (max-width: 768px) {

    /* header */
    #header-contents {
        padding: 12px 20px;
    }

    #header-logo-wrap {
        width: 120px;
    }

/**/
#concept-contents {
    display: flex;
}
#concept-image {
    width: 85%;
    height: 400px;
    order: 1;
}
#concept-txt {
    width: 75%;
    order: 2;
    margin-top: 40%;
    padding-top: 150px;
    padding-bottom: 80px;
}

#concept {
    margin-bottom: 250px;
}
#top-news {
    bottom: 24px;
}
.top-news-txt {
    display: block;
    width: 100%;
    position: relative;
    top: 7px;
}
    /* deco img */
    #top-deco {
        margin: 100px auto 150px;
    }
    #deco1 {
        width: 360px;
        height: 320px;
    }

    #deco2 {
        width: 320px;
        height: 300px;
        margin-top: 230px;
    }
    .more-btn::before {
        width: calc(100% + 30px);
    }
    .more-btn::after {
        left: calc(100% + 5px);
        opacity: 1;
    }
    #footer-contents {
        flex-wrap: wrap;
    }

    #map {
        width: 100%;
        margin: 0;
    }

    #footer-info {
        width: 100%;
    }

    #map iframe {
        height: 200px;
        width: 100%;

    }
    #footer-nav {
        padding-right: 45px;
    }
    #footer_sns_links ul li {
        width: 32px;
    }
    #footer_logo img {
        width: 100px;
    }
    #footer-links {
        padding: 10px 3%;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 16px;
    }
    h3 {
        font-size: 21px;
    }
    #header-contents {
        padding: 10px 15px;
    }
    #header-logo-wrap {
        width: 80px;
    }
    .top-contents-title {
        font-size: 44px;
    }

    .contact-btn {
        font-size: 44px;
    }

    #deco1 {
        width: 360px;
        height: 320px;
    }

    #deco2 {
        width: 320px;
        height: 300px;
    }

    #top-contact-txt {
        font-size: 20px;
    }

    #footer-contents {
        flex-wrap: wrap;
        padding: 0;
    }
    #concept {
        margin-bottom: 120px;
    }
    #concept-txt {
        margin-top: 62%;
        padding-bottom: 150px;
    }

    #map {
        width: 100%;
        margin: 0;
    }

    #map iframe {
        width: 100%;
    }

    #top-contact {
        background-size: cover;
        padding: 30px 0;
    }
    #footer-nav{
        display: none;
    }
    #footer_logo img {
        width: 80px;
    }
}