@charset "UTF-8";

html {
    font-size: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
    color: #FFF;
}

a {
    text-decoration: none;
}

i {
    max-width: 100%;
}

.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 5%;
}

/*nav*/
nav input {
    display: none;
}

nav label {
    float: right;
    margin-top: 15px;
    cursor: pointer;
}

nav label i {
    vertical-align: middle;
    background-color: #FFFFFF60;
    border-radius: 5px;
    padding: 4px 8px;
    color: #FFF;
}

.page-nav {
    display: flex;
    justify-content: center;
    font-size: 1.25rem;
    text-transform: uppercase;
    list-style: none;
    clear: both;
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
}

.page-nav li {
    margin-left: 20px;
    text-shadow: #000 0.1em 0.1em 0.2em;
    text-align: center;
}

input:checked~.page-nav {
    max-height: 300px;
}

.page-nav a {
    color: #FFF;
    display: block;
}

.page-nav a:hover {
    color: #d7cebb;
}

.page-nav a:active {
    color: #739469;
}

.nav-out {
    position: relative;
}

.nav-in {
    position: absolute;
    top: 12px;
    right: 3%;
    width: 90%;
}

.logo {
    margin-top: 15px;
    margin-right: 15px;
    color: #FFF;
}

.nav-title {
    display: flex;
    align-items: center;
    font-family: 'Times New Roman', Times, serif;
    text-shadow: #000 0.1em 0.1em 0.2em;
}

.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*footer*/
.top {
    position: relative;
    padding-top: 4px;
    margin-top: 15px;
    margin-bottom: 60px;
    margin-right: 10vw;
}

.top p {
    background-color: #739469;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 1rem;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 12px;
}

.top a {
    color: #FFF;
}

footer {
    background-color: #705741;
    text-align: center;
    padding: 25px 0;
}

footer p {
    color: #FFF;
    font-size: 0.8rem;
}

footer .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer a,
footer p {
    margin-right: 15px;
    color: #FFF;
}

/*title*/
.home-content {
    text-align: center;
    margin-top: 10%;
}

.home-content p {
    font-size: 1rem;
    margin: 10px 0 40px;
}

.page-title {
    font-size: 5rem;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    font-weight: normal;
    text-shadow: #000 0.1em 0.1em 0.3em;
}

.button {
    font-size: 1.1rem;
    background-color: #739469;
    color: #FFF;
    border-radius: 5px;
    padding: 15px 30px;
}

.button:hover {
    background-color: #FFFFFF70;
    color: #739469;
}

.button:active {
    color: #705741;
}

/*background*/
.big-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-fix {
    background-attachment: fixed;
}

/*
#home {
    background-image: url(../images/home.jpg), linear-gradient(#73946960, #FFFFFF10);
    background-blend-mode: screen;
    height: 100vh;
}
*/

#home .page-title {
    text-transform: none;
}

/*news頁面*/
/*
#news {
    background-image: url(../images/news.jpg), linear-gradient(#FFFFFF20, #73946950);
    background-blend-mode: screen;
    height: 270px;
    margin-bottom: 40px;
}
*/

#news {
    margin-bottom: 40px;
}

#news .page-title {
    text-align: center;
}

/*news中間欄*/
.news-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    color: #705741;
}

article {
    width: 60%;
    order: 2;
}

.post-info {
    position: relative;
    padding-top: 4px;
    margin-bottom: 40px;
}

.post-date {
    background-color: #739469;
    border-radius: 50%;
    color: #FFF;
    width: 100px;
    height: 100px;
    font-size: 1.5rem;
    text-align: center;
    position: absolute;
    top: 0;
    padding-top: 10px;
}

.post-date span {
    font-size: 1rem;
    border-top: 1px solid #FFFFFF70;
    padding-top: 6px;
    display: block;
    width: 60%;
    margin: 0 auto;
}

.post-title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 2rem;
    font-weight: normal;
}

.post-title,
.post-class {
    margin-left: 120px;
}

article img {
    margin-bottom: 20px;
    width: 100%;
}

article p {
    margin-bottom: 1rem;
}

aside {
    width: 20%;
    order: 3;
}

.side-title {
    font-size: 1.3rem;
    padding: 0 8px 8px 8px;
    border-bottom: 2px #739469 solid;
    font-weight: normal;
}

aside p {
    padding: 10px;
}

.side-menu {
    margin-bottom: 60px;
    list-style: none;
}

.side-menu li {
    border-bottom: 1px #705741 solid;
}

.side-menu a {
    color: #739469;
    padding: 10px;
    display: block;
}

.side-menu a:hover {
    color: #705741;
}

.ad {
    background-image: url(../images/ad.jpg);
    height: 100vh;
    width: 15%;
    writing-mode: vertical-lr;
    text-shadow: #000 0.1em 0.1em 0.2em;
    order: 1;
    display: flex;
    align-items: center;
}

.ad a {
    margin-top: 10vh;
    margin-right: 1vh;
    color: #FFF;
}

/*menu*/
.menu-content {
    max-width: 580px;
    margin-top: 10%;
}

.menu-content .page-title {
    text-align: center;
}

.menu-content p {
    font-size: 1rem;
    margin: 10px 0 0 0;
}

.grid {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin-top: 5%;
    margin-bottom: 50px;
}

.big-box {
    grid-column: 1/3;
    grid-row: 1/3;
}

.big-box img {
    height: 94%;
    object-fit: cover;
}

.grid img {
    width: 100%;
}

.grid p {
    color: #739469;
}

/*contact*/
form div {
    margin-bottom: 15px;
}

label {
    font-size: 1.2rem;
    margin-bottom: 10px;
    display: block;
}

input[type="text"],
input[type="email"],
textarea {
    background-color: #FFFFFFa0;
    border: 1px #FFF solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
}

input[type="text"],
input[type="email"] {
    width: 100%;
    max-width: 240px;
}

textarea {
    width: 100%;
    max-width: 480px;
    height: 6rem;
}

input[type="submit"] {
    border: none;
    cursor: pointer;
}

/*map*/
#location {
    padding: 5% 0;
}

#location .wrapper {
    display: flex;
    justify-content: space-between;
}

.location-info {
    width: 22%;
    color: #705741;
}

.location-info p {
    padding: 10px;
}

.location-map {
    width: 74%;
}

iframe {
    width: 100%;
    filter: grayscale(100%);
}

/*sns*/
#sns {
    background-color: #d7cebb;
    padding: 5% 0;
}

#sns .wrapper {
    display: flex;
    justify-content: space-between;
    color: #705741;
}

#sns .side-title {
    margin-bottom: 30px;
}

.sns-box {
    width: 30%;
}

@media screen and (min-width: 769px){
    /*nav*/
    nav label {
        display: none;
    }

    .page-nav {
        float: right;
        clear: none;
        min-height: 30px;
    }

    .page-nav li {
        display: inline-block;
    }

    .nav-in {
        top: 30px;
        right: 1%;
    }
}

@media screen and (max-width: 768px) {
    .page-title {
        font-size: 2.5rem;
    }

    /*header nav*/
    .page-nav {
        font-size: 1rem;
        margin-top: 10px;
    }

    .page-nav li {
        margin: 15px 10px;
    }

    .page-header {
        flex-direction: column;
        align-items: center;        
    }

    /*home*/
    .home-content {
        margin-top: 20%;
    }

    /*footer*/
    .top {
        margin-right: 5vw;
    }

    /*news*/
    .news-title {
        margin-top: 5%;
    }

    .news-content {
        flex-direction: column;
    }

    article,
    aside {
        width: 100%;
    }

    aside {
        margin-top: 60px;
    }

    .post-info {
        margin-bottom: 30px;
    }

    .post-date {
        width: 70px;
        height: 70px;
        font-size: 1rem;
    }

    .post-date span {
        font-size: 0.85rem;
        padding-top: 2px;
    }

    .post-title {
        font-size: 1.35rem;
        margin-left: 80px;
    }

    .post-class {
        font-size: 0.85rem;
        margin-top: 2px;
        margin-left: 80px;
    }

    .ad {
        width: 100%;
        height: 150px;
        margin-bottom: 60px;
        writing-mode: horizontal-tb;
        justify-content: center;
        font-size: 0.8rem;
    }

    /*menu*/
    .menu-content {
        margin-top: 20%;
    }

    .big-box {
        grid-column: auto;
        grid-row: auto;
    }

    .big-box img {
        height: auto;
    }

    /*contact*/
    #contact .page-title {
        margin-top: 40px;
    }

    input[type="text"],
    input[type="email"],
    textarea {
        max-width: 100%;
    }

    /*location sns*/
    #location .wrapper,
    #sns .wrapper {
        flex-direction: column;
    }

    .location-info,
    .location-map,
    .sns-box {
        width: 100%;
    }

    .sns-box {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 450px) {

    /*home*/
    .home-content {
        margin-top: 40%;
    }

    .home-content .page-title {
        font-size: 1.8rem;
    }

    /*nav*/
    .nav-title {
        font-size: 1.6rem;
        margin-top: 8px;
    }

    /*news*/
    .ad {
        height: 120px;
        font-size: 0.65rem;
    }

    /*menu*/
    .menu-content {
        margin-top: 40%;
    }

}