@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------
wrapper
-------------------------------------------------- */

.wrapper-l {
	max-width:1400px;
	margin:0 auto;
	position:relative;
}
@media screen and (max-width: 1480px) {
	.wrapper-l {
			padding:0 3%;
	}
}
.wrapper-s {
	max-width:1080px;
	margin:0 auto;
	position:relative;
}

@media screen and (max-width: 1200px) {
	.wrapper-s {
			padding:0 3%;
	}
}

.sentence-block p + p {
    margin-top: 1em;
}

.pc-block {
    display: block!important;
}
.sp-block {
    display: none!important;
}

@media screen and (max-width: 800px) {
    .pc-block {
        display: none!important;
    }
    .sp-block {
        display: block!important;
    }
}

/* --------------------------------------------------
new-header
-------------------------------------------------- */
#new-header {
    position: absolute;
    top: 8rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background: unset;
    width: 90%;
}

.new-h-logo {
    max-width: 290px;
}

.new-h-menu .lang {
    color: #fff;
    background: #00a261;
    border-radius: 23px;
    letter-spacing: 0.2em;
    font-size: 1.5rem;
    margin-right: 0;
}

.new-h-menu .lang dt::before,
.new-h-menu .lang dt.active:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-right: .8rem;
    width: 1.8rem;
    height: 1.8rem;
    background: url(img/icon_language.svg) no-repeat center / contain;
}

@media screen and (max-width: 1200px) {
    #new-header {
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 800px) {
    #new-header {
        top: 4rem;
    }
    .new-h-logo {
        max-width: 140px;
    }
}

/* --------------------------------------------------
mv-area
-------------------------------------------------- */
.mv-area {
    width: 96%;
    margin: 40px auto 24px auto;
    position: relative;
}

.mv-area .mv-img {
    position: relative;
    min-height: calc(100vh - 64px);
    object-fit: cover;
    border-radius: 40px;
    overflow: hidden;
}

.mv-area .mv-img img {
    width: 100%;
    height: 100%;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.7s;
    object-fit: cover;
}

.mv-copy {
    font-family: "Noto Sans", sans-serif;
    position: absolute;
    bottom: 5.6rem;
    left: 4rem;
}

.mv-copy p span {
    color: #fff;
    font-weight: bold;
    background: #00a261;
    letter-spacing: 1.6px;
    padding: 0.4rem 3.2rem;
    display: inline-block;
    font-size: 6.0rem;
}

@media screen and (max-width: 800px) {
    .mv-area {
        margin: 20px auto 22px auto;
    }
    .mv-area .mv-img {
        min-height: calc(100vh - 140px);
    }
    .mv-copy {
        bottom: 2.4rem;
        left: 2.4rem;
    }
    .mv-copy p span {
        font-size: 3rem;
        padding: 0.4rem 1.6rem;
    }
}

/* --------------------------------------------------
ttl-top
-------------------------------------------------- */
.ttl-top {
    font-size: 6.4rem;
    font-weight: 700;
    margin-bottom: 2.4rem;
    padding-bottom: 0.8rem;
    line-height: 1.2;
    position: relative;
}

@media screen and (max-width: 800px) {
    .ttl-top {
        font-size: 3.2rem;
        margin-bottom: 1.6rem;
    }
}

.is-center {
    text-align: center;
}

.is-underline::after {
    content: "";
    display: block;
    width: 158px;
    height: 3px;
    background: #000;
    margin: 1.6rem auto 0;
}

@media screen and (max-width: 800px) {
    .is-underline::after {
        width: 90px;
    }
}

/* --------------------------------------------------
lead-area
-------------------------------------------------- */
.lead-txt {
    font-family: "Noto Sans", sans-serif;
    color: #00a261;
    text-align: center;
    font-size: 3.8rem;
    font-weight: 700;
}

@media screen and (max-width: 800px) {
    .lead-txt {
        font-size: 2.4rem;
        font-weight: 500;
    }
}

/* --------------------------------------------------
about-area
-------------------------------------------------- */
.about-area .ttl-top {
    font-family: "Noto Sans", sans-serif;
    font-size: 3.2rem;
    font-weight: 900;
    line-height: unset;
}

.about-area .list-2col ul {
    margin-bottom: 4rem;
}

.about-area .list-2col.reverse ul {
    flex-direction: row-reverse;
}
.about-area .list-2col ul p + p{
    margin-top: 1.6rem;
}
.txt-img {
    margin-bottom: 1.6rem;
}

@media screen and (max-width: 800px) {
    .about-area .ttl-top {
        font-weight: 900;
    }
    .about-area .list-2col ul {
        gap: 1.6rem;
    }

    .about-area .list-2col ul li {
        width: 98%;
    }

    .sp-reverse {
        flex-direction: column-reverse;
    }
}

/* --------------------------------------------------
tourist-area
-------------------------------------------------- */
.tourist-list {
    margin-top: 8.8rem;
}
.tourist-list ul{
    justify-content: center;
}
.tourist-item .frame {
    margin-bottom: .5em;
}
.tourist-item img {
    width: 100%;
}

.bg-light {
    background: #e8f6f0;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: 5.6rem 0 1.6rem;
}

@media screen and (max-width: 800px) {
    .tourist-list {
        margin-top: 2.4rem;
    }
    .list-4col li {
        padding-bottom: 4%;
    }
}

/* --------------------------------------------------
cuisine-area
-------------------------------------------------- */

.cuisine-area .ttl-top {
    margin: 4.0rem auto 0;
}

.cuisine-ttl {
    font-size: 2.6rem;
    background: #000;
    color: #fff;
    letter-spacing: 0.06em;
    display: inline-block;
    margin: 4rem 0;
    padding: 1rem;
}

@media screen and (max-width: 800px) {
    .cuisine-ttl {
        margin: 2rem 0 3.2rem;
    }
}

/* --------------------------------------------------
discover-area
-------------------------------------------------- */
.slide-discover {
    margin: 8rem 0;
}
.discover-area .slide-6col li {
    padding: 0 0.2rem;
}
.discover-area .slide-6col li figure {
    position: relative;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}

.slide-6col li p {
    font-size: 1.8rem;
    padding: .8rem;
}

.discover-area .slide-6col li figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.7s;
    object-fit: cover;
}

@media screen and (max-width: 800px) {
    .slide-discover {
        margin: 2.4rem 0 8rem;
    }
    .discover-area .slick-dots {
        bottom: -2.4rem;
    }
    .slick-prev,
    .slick-next {
        background: #fff !important;
        width: 40px !important;
        height: 40px !important;
        z-index: 10;
        border-radius: 50%;
    }
    .slick-prev {
        left: 8px !important;
    }
    .slick-next {
        right: 8px !important;
    }
}

@media screen and (min-width: 600px) {
    .discover-area .slick-dots li.slick-active button:before {
        display: none;
    }
}

/* --------------------------------------------------
access-area
-------------------------------------------------- */

.access-info {
    margin: 8rem 0;
}

.access-ttl {
    font-size: 2.6rem;
    font-weight: 700;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    margin: 3.2rem 0;
}

.access-ttl::after {
    content: "";
    display: inline-block;
    height: 1px;
    background: #000;
    margin-left: 2.4rem;
}

.access-txt {
    line-height: 2.8rem;
    margin-bottom: 2.4rem;
}

.access-btn {
    margin: 3.2rem 0;
    text-align: center;
}

.access-btn a {
    background: #333333;
    color: #fff;
    border-radius: 280px;
    padding: 2rem 5rem;
    letter-spacing: 0.1em;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}

.access-plane {
    margin-bottom: 8rem;
}

@media screen and (max-width: 800px) {
    .access-info {
        margin: 0 0 4rem 0;
    }
    .access-ttl {
        margin: 2.4rem 0 1.6rem;
    }
    .access-btn a {
        padding: 1.6rem 2.4rem;
    }
    .access-plane {
        margin-bottom: 4rem;
    }
}

.access-btn a::after {
    content: "";
    display: inline-block;
    background: url(img/ico_arrow.svg) no-repeat;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
}

/* --------------------------------------------------
banner-area
-------------------------------------------------- */
.banner-area .banner-list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.banner-list li {
    width: 25%;
    padding: 5px;
    overflow: hidden;
}

@media screen and (max-width: 800px) {
    .banner-list li {
        aspect-ratio: 3/1;
        width: 50%;
        padding: 5px;
    }
}

/* --------------------------------------------------
translation-area
-------------------------------------------------- */
.translation-info {
    display: flex;
}

@media screen and (max-width: 800px) {
    .translation-info {
        flex-direction: column;
    }
}

.info-ttl {
    background: #686868;
    font-size: 2.6rem;
    line-height: 4rem;
    font-weight: 700;
    padding: 4.8rem 2.4rem 4.8rem 5.6rem;
    color: #fff;
    max-width: 350px;
    flex-shrink: 0;
}

.info-txt {
    border: 1px solid #000000;
    line-height: 1.75;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5.6rem;
}

@media screen and (max-width: 800px) {
    .info-ttl {
        max-width: none;
        padding: 2.4rem;
    }

    .info-txt {
        padding: 2.4rem;
    }
}

/* --------------------------------------------------
new-footer
-------------------------------------------------- */
#new-footer {
    background: #4e4e4e;
    padding: 4rem 0;
}

#new-footer p {
    color: #fff;
}

.new-copy p {
    font-size: 1.6rem;
}
@media screen and (max-width: 800px){
    .new-f-menu{
        display: block;
        padding: 0;
    }
    #new-footer p{
        text-align: center;
    }
    #new-footer .f-list-left + .f-list-left {
        margin-top: 1.6rem;
    }
    .new-copy {
        padding: 2em .5em .5em;
    }
    .new-copy p {
        font-size: 1.2rem;
    }
}
