@charset "utf-8";
/*=====================
commmon
======================*/
html  {
    font-size: 62.5%;
}

body {
    font-family: "Noto Sans JP",
    Arial,
    sans-serif;
    color: #2f2f2f;
    background-color: #FFF;
    line-height: 1.3;
}

img {
    max-width: 100%;
    height: auto;
}

.section__topic {
    color: #62ACAB;
    font-size: 3.2rem;
    line-height: 1;
    margin-left: 4.8vw;
    width: 127px;
    height: 34px;
    border-bottom: #62ACAB 2px solid;
}

section:nth-of-type(even) .section__topic {
    color: #fdfdfd;
    border-bottom: #fdfdfd 2px solid;
}

.header__spacing {
    letter-spacing: -0.15em;
}

/* common_pc */
@media screen and (min-width :769px) {
    .section__topic {
        margin-left: 0;
    }

    .brsp {
        display: none;
    }
}

/*=====================
header
======================*/
.header {
    padding-left: 4.8vw;
    display: flex;
    position: relative;
    top: 0;
    align-items: center;
}

.header__left {
    display: flex;
    align-items: center;
}

h1 a {
    display: flex;
    align-items: center;
}

.header__topic,
.nav__topic {
    font-size: 5.3vw;
    line-height: 3;
    font-family: "Rampart One", serif;
}

.header__subtopic,
.nav__subtopic {
    font-size: 2.6vw;
    font-family: "Stick", serif;
    transform: translateY(2px);
}

.header__btn {
    background-color: #62ACAB;
    position: absolute;
    top: 0;
    right: 0;
    width: 16vw;
}

.pcheader__btn {
    display: none;
}

.nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transform:translateX(-100%);
    background-color: rgba(126, 214, 213,0.9);
    z-index: 99;
}

.nav.active {
    transform: translateX(0);
}

.nav__header {
    padding-left: 4.8vw;
    display: flex;
    position: relative;
    top: 0;
    align-items: center;
}

.nav__list {
    margin-top: 10px;
    padding: 62px 0;
}

.nav__item {
    color: #FFF;
    font-size: 2.4rem;
    line-height: 1;
    margin-top: 49px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.nav__line {
    width: 33px;
    height: 2px;
    background-color: #fdfdfd;
}

.nav__item:first-of-type {
    margin-top: 0;
}

.nav__btn {
    position: fixed;
    right: 4.8vw;
    width: 3.7vw;
}

/* .header pc */
@media screen and (min-width: 769px) {
    .header {
        padding:20px 9.7% 20px 9.7%;
        justify-content: space-between;
    }

    .header__right {
        display: flex;
        align-items: center;
    }
    
    .header__topic,
    .nav__topic {
        font-size: 2vw;
    }
    
    .header__subtopic {
        font-size: 1vw;
    }

    .header__btn {
        display: none;
    }

    .pcheader__btn {
        display: block;
        color:#FDFDFD;
        font-size: 1.2vw;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        max-width: 500px;
        padding: 16px 2.2vw 18px 2.2vw;
        border-radius: 4px;
        background-color: #62ACAB;
        margin-left: 2.3vw;
    }

    .nav {
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translate(0);
    }

    .nav__line {
        display: none;
    }

    .nav__list {
        display: flex;
        margin-top: 0;
        padding: 0;
    }

    .nav__item {
        color: #62ACAB;
        font-size: 1.1vw;
        margin-top: 0;
        margin-left: 2.3vw;
    }


    .nav__header {
        display: none;
    }

    
}

/*=====================
main
======================*/
/* article */
.article__header {
    position: relative;
}

.spmain__img {
    width: 100%;
    position: relative;
}

.pcmain__img {
    display: none;
}

.header--dc {
    width: 100%;
    position: absolute;
    bottom: 18%;
    color: rgba(253, 253, 253);
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.header--topic {
    font-size: 12.8vw;
    line-height: 1;
    font-family: "Rampart One", serif;
}

.header--subtopic {
    font-size: 5.3vw;
    line-height: 0.6;
    margin-top: 7px;
    font-family: "Stick", serif;
}

/* article_pc */
@media screen and (min-width: 769px) {
    .pcmain__img {
        display: block;
        width: 100vw;
    }
    
    .spmain__img {
        display: none;
    }
   
    .header--topic {
        font-size: 8.9vw;
    }
    
    .header--subtopic {
        font-size: 3.3vw;
    }

    .header--dc {
        z-index: 0;
    }
    
}


/* about */
.section--about {
    padding: 40px 0;
}

.about__content {
    margin-top: 25px;
}

.about__img {
    width: 100%;
}

.introduction__topic {
    font-size: 1.6rem;
    margin: 25px 4.8% 0 4.8%;
}

.introduction__topic:nth-of-type(1) {
    font-size: 2.4rem;
    font-weight: 700;
}

.introduction__topic:nth-of-type(2) {
    margin-top: 4px;
}

/* about_pc */
@media screen and (min-width: 769px) {
    .section--about {
        padding: 50px 0 50px 9.7%;
    }

    .about__content {
        display: flex;
        align-items: center;
        gap: 67px;
    }

    .about__img {
        max-width: 427px;
        height: 250px;
    }

    .introduction__topic {
        margin: 25px 0 0 0;
    }

    .introduction__topic:first-of-type {
        margin-top: 0;
    }
}

/* favorite */
.section--favorite {
    padding: 40px 0;
    background-color: #7ED6D5;
}

.favorite_dc {
    background-color: #fdfdfd;
    padding: 15px 4vw;
    font-size: 1.6rem;
    box-sizing: content-box;
}

.favorite__content:first-of-type {
    margin-top: 25px;
}

.favorite__img {
    width: 100%;
    height: auto;
}

.favorite__topic {
    color: #62ACAB;
    font-weight: 700;
}

.favorite__txt {
    margin-top: 9px;
    color: var(--Point-primary, #076363);
    font-size: 1.6rem;
}

.favorite__btn {
    display: block;
    color:#FDFDFD;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin: 25px auto 0 ;
    max-width: 343px;
    padding: 16px 32px 18px 32px;
    border-radius: 4px;
    background-color: #62ACAB;
}

/* favorite_pc  */
@media screen and (min-width: 769px) {
    .section--favorite {
        padding: 50px 9.7% 50px 9.7%;
    }

    .favorite__list {
        display: flex;
        padding: 0;
        margin-top: 30px;
        gap: 20px;
        align-items: start;
    }

    .favorite__content {
        max-width: 32%;
        box-sizing: content-box;
    }

    .favorite__content:first-of-type {
        margin-top: 0;
    }

    .favorite_dc {
        height: 115px;
        padding: 10px 4.8% 18px;
    }

    .favorite__img {
        width: 100%;
    }

}

/* histry */
.section--history {
    padding: 40px 0;
}

.history___list {
    margin-top: 25px;
    padding: 0 4.8%;
}

.history__content {
    display: flex;
    gap: 25%;
    margin-top: 31px;
}

.history__content:first-of-type {
    margin-top: 0
}

.history__topic {
    font-size: 16px;
}

/* history_pc */
@media screen and (min-width: 769px) {
    .section--history {
        padding: 50px 9.7% 50px 9.7%;
    }

    .history___list {
        padding: 0;
    }
}

/* access */
.section--access {
    padding: 40px 0;
    background-color: #7ED6D5;
}

.access__content {
    text-align: center;
    color: #FDFDFD;
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 18px
}

.adress {
    margin-top: 7px
}

.map {
    margin-top: 10px;
    width: 100%;
    height: 450px;
}
/* access_pc */
@media screen and (min-width: 769px) {
    .section--access {
        padding: 50px 9.7% 50px 9.7%;
    }

    .access__content {
        background-color: #FDFDFD;
        margin-top: 30px;
        color: #333A3A;
        padding-top: 20px;
    }
}

/*=====================
main
======================*/
.footer__group {
    padding: 40px 0;
}

.footer__topic {
    text-align: center;
    font-size: 3.2rem;
    font-family: "Rampart One", serif;
}

.footer__subtopic {
    /* font-family: AB-tsubaki; */
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    font-family: "Stick", serif;
}

.footer__list {
    display: flex;
    margin-top: 25px;
    gap: 11.2%;
    padding: 0 4.8%;
    justify-content: center;
}

.footer__item {
    color: #62ACAB;
    font-size: 1.6rem;
    line-height: 1;
}

.footer__contact {
    padding: 40px 4.8%;
    text-align: center;
}

.contact__tpoic {
    color: #62ACAB;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
}

.contact__list {
    margin-top: 20px;
}

.contact__item {
    font-size: 1.4rem;
    line-height: 1.5;
}

.copy {
    background-color: #7ED6D5;
    color:#FDFDFD;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
    padding: 9px 0;
}