@charset "UTF-8";

:root {
	--color-white: #fff;
	--color-black: #000;
	--color-72762c: #72762c;
	--color-c57a15: #c57a15;
	--color-f0eadb: #f0eadb;
	--color-402300: #402300;
	--color-335719: #335719;
	--color-C6574A: #C6574A;
	--color-f0f0f0: #f0f0f0;
	--color-3F3557: #3F3557;
	--font-Cantata_One: 'Cantata One', serif;
}

* {
	box-sizing: border-box;
}

body {
    color: var(--color-402300);
	font-size: 14px;
	line-height: 1.4;
}

.page section:nth-child(odd) {
	background: var(--color-white);
}

.page section:nth-child(even) {
	background: var(--color-f0f0f0);
}

@media (max-width:768px) {
	.inner {
		width: 100%;
	}
}

/* .bx_ttl {
	margin-bottom: 30px;
} */

.bx_ttl > h2 {
    font-size: 22px;
	text-align: center;
}

#sightseeing .mv {
	position: relative;
	background: var(--color-f0f0f0);
}

#sightseeing .mv .inner {
	padding-top: 13px;
}

#sightseeing .mv .bx_ttl {
	position: absolute;
	top: 74%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--color-white);
	z-index: 10;
}

#sightseeing .mv .bx_ttl h1 {
	font-size: 20px;
}
#sightseeing .mv .bx_ttl .ttl_sub_en {
	color: var(--color-white);
	font-size: 10px;
}

#sightseeing .mv img {
	height: 122px;
    width: 100%;
    object-fit: cover;
}

@media (min-width:769px) {
	#sightseeing .mv {
		display: block;
		width: 100%;
		height: 450px;
		margin-top: -14px;
		padding-top: 185px;
		background: url(/paselanomori/images/sightseeing/mv_sightseeing.webp) no-repeat;
		background-size: 100% 100%;
        background-position-y: 66%;
	}

	#sightseeing .mv .inner {
		padding: 0;
	}

	#sightseeing .mv .bx_ttl {
		top: 69%;
	}

	#sightseeing .mv .bx_ttl h1 {
		font-size: 26px;
	}

	#sightseeing .mv .bx_ttl .ttl_sub_en {
		font-size: 14px;
	}

	#sightseeing .mv img {
		display: none;
	}
}

.introduction .inner {
	padding-bottom: 40px;
}

.introduction .desc {
	color: var(--color-402300);
}

@media (min-width:769px) {
    .introduction .inner {
        padding-bottom: 60px;
    }

    .introduction .desc {
        text-align: center;
    }
}

.wrap_point {
    display: grid;
    gap: 60px;
}

.card_trick {
    display: grid;
    gap: 20px;
}

.card_trick .bx_ttl {
    margin-bottom: 0;
    text-align: center;
}

.card_ttl {
    font-size: 22px;
    font-weight: bold;
}

.card_trick .bx_btn {
    margin-top: 40px;
}

.card_trick .bx_btn.pc_none {
    margin-top: 0;
}

@media (min-width:769px) {
    .wrap_point {
        grid-template-columns: repeat(2, 1fr);
        gap: 80px 60px;
    }

    .card_trick {
        display: flex;
        flex-direction: column;
    }

    .card_trick img {
        width: 100%;
        height: 314px;
        object-fit: cover;
    }
}

/* 周辺観光スポット */
.card_spot {
    display: grid;
    gap: 20px;
}

.card_spot .bx_ttl {
    margin-bottom: 0;
}

.card_spot .card_ttl {
    color: var(--color-335719);
    font-size: 18px;
    text-align: center;
}

.bx_txt {
    display: grid;
    gap: 10px;
    text-align: center;
}

.apprx_time {
    color: var(--color-72762c);
    font-size: 14px;
}

.card_spot .bx_btn {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    gap: 30px;
    margin-top: 20px;
}

@media (min-width:769px) {
    .card_spot img {
        width: 100%;
        height: 215px;        
        object-fit: cover;
    }

    .card_spot .bx_btn {
        grid-template-columns: repeat(2, minmax(217px, 50%));
    }

    .card_spot .bx_btn a.link02 {
        width: 100%;
    }
}