@charset "utf-8";
/* ===================================================
	Activity CSS
	#experience #eat #gourmet #sightseeing #enjoy #stay
====================================================== */
/* Animation */
@keyframes laggy {
	0% { transform: rotateZ(2deg);}
	10% { transform: rotateZ(-2deg);}
	20% { transform: rotateZ(2deg);}
	30% { transform: rotateZ(0);}
	100% { transform: rotateZ(0);}
}

body:not(#about) #contents_wrap {
	color: #666;
}
.main_tit.type_1 .ja {
    padding: 0 0.125em;
}
.main_tit.type_1 .en .sm {
	padding: 0;
}
#main_img .m_illust {
	position: absolute;
	right: 12.5%;
	bottom: 0;
	z-index: 1;
	animation: laggy 2000ms 1500ms infinite step-end;
}
.cmn_tit_02 {
	color: var(--color, var(--col-gr03));
}
#experience .main_tit.type_1 .ja,
#sightseeing .main_tit.type_1 .ja {
	margin-top: -1em;
}
#gourmet .main_tit.type_1 .en .sm {
	margin-bottom: -0.25em;
	text-transform: capitalize;
	text-align: left;
}

@media screen and (min-width: 601px) {
	#experience #main_img .m_illust img,
	#sightseeing #main_img .m_illust img {
		width: clamp(255px, 21.3vw, 342px);
	}
	#eat #main_img .m_illust img {
		width: clamp(380px, 30vw, 490px);
	}
	#gourmet #main_img .m_illust img,
	#enjoy #main_img .m_illust img {
		width: clamp(273px, 23vw, 370px);
	}
	#stay #main_img .m_illust img {
		width: clamp(296px, 25vw, 400px);
	}
}
@media screen and (max-width: 600px) {
	#main_img.sub {
		margin-bottom: 15vw;
	}
	#main_img .m_illust {
		bottom: -15vw;
		right: calc(50% - 30vw);
		width: 60vw;
	}
	#experience #main_img .m_illust {
		right: calc(50% - 19vw);
		width: 38vw;
	}
	#gourmet #main_img .m_illust,
	#enjoy #main_img .m_illust {
		right: calc(50% - 21.5vw);
		width: 43vw;
	}
	#sightseeing #main_img .m_illust,
	#stay #main_img .m_illust {
		right: calc(50% - 20vw);
		width: 40vw;
	}
}


/* ---------------------------------------------------
	#sec_lead
------------------------------------------------------ */
#sec_lead {
	padding: 70px 0;
}
#sec_lead .desc {
	margin-top: 1em;
	line-height: 2.2;
}

@media screen and (min-width: 601px) {
	#sec_lead {
		text-align: center;
	}
}
@media screen and (max-width: 600px) {
	#sec_lead {
		padding: min(8vw, 50px) 0 min(10vw, 50px);
	}
	#sec_lead .cmn_tit_02 {
		text-align: center;
	}
}


/* ---------------------------------------------------
	#spot_list
------------------------------------------------------ */
#spot_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 3.8%;
}
#spot_list .spot_thumb {
	display: block;
	border-radius: var(--border-radius);
	border: 4px solid var(--color, var(--col-gr03));
	overflow: hidden;
}
#spot_list .spot_thumb .ofi {
	width: 100%;
	transition: transform 0.5s;
}
#spot_list .spot_name {
	margin: 0.5em 0;
	font-size: 24px;
	color: var(--color, var(--col-gr03));
}
#spot_list .spot_desc {
	line-height: 2;
	padding-bottom: 70px;
}

@media screen and (hover: hover) and (min-width: 601px) {
	#spot_list .spot_thumb:hover {
		opacity: 1;
	}
	#spot_list .spot_thumb:hover .ofi {
		transform: scale(1.1);
	}
}
@media screen and (min-width: 601px) {
	#spot_list .spot {
		width: 30.8%;
	}
	#spot_list .spot dl {
		padding: 0 1em;
	}
}
@media screen and (max-width: 600px) {
	#spot_list {
		flex-direction: column;
	}
	#spot_list .spot_thumb {
		position: relative;
	}
	#spot_list .spot_thumb::after {
		position: absolute;
		right: 10px;
		bottom: 10px;
		z-index: 1;
		content: '';
		display: block;
		width: 1.5em;
		height: 1.5em;
		background: url(../img/icon_popup_w.svg)no-repeat center/contain;
	}
	#spot_list .spot dl {
		padding: 0 0.5em;
	}
	#spot_list .spot_name {
		margin: 1em 0 0.75em;
		font-size: 18px;
	}
	#spot_list .spot_desc {
		padding-bottom: min(8vw, 50px);
	}
}


/* ---------------------------------------------------
	.p_modal
------------------------------------------------------ */
.p_table dl:first-of-type {
	border-top: 1px solid var(--color);
}
.p_table dl:last-of-type {
	border-bottom: 1px solid var(--color);
}
.p_table dl {
	display: flex;
}
.p_table dl+dl {
	border-top: 1px solid #ccc;
}
.p_table dt {
	color: var(--color);
}
.p_table .link_web {
	color: #666;
	text-decoration: underline;
}
.p_table .link_web::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 10px;
	background: url(../img/icon_web.svg)no-repeat center/contain;
}
.btn_wrap {
	margin-top: 60px;
	text-align: center;
}
.gmap {
	margin-top: 60px;
	line-height: 0;
}
.gmap iframe {
	width: 100%;
}
.icon_pin {
	display: inline-block;
	width: 25px;
	height: 30px;
}

.p_modal {
	background-color: #f5f9ec;
}
.p_modal .p_tit {
	padding: 100px 4% 50px;
	text-align: center;
}
.p_modal .p_tit .name {
	display: block;
	font-size: 130%;
}
.p_desc {
	width: 740px;
	max-width: 92%;
	margin: 60px auto 0;
}
.p_desc .tit {
	font-size: 22px;
	color: var(--color);
}
.p_desc .txt {
	margin-top: 1em;
	line-height: 2.2;
}
.p_desc .p_table {
	margin-top: 50px;
}
.p_table .tel-link {
	color: #666;
}
.p_desc .note {
	margin-top: 1.5em;
}

@media screen and (hover: hover) and (min-width: 601px) {
}
@media screen and (min-width: 601px) {
	.tel-link {
		pointer-events: none;
	}
	.p_table dt,
	.p_table dd {
		padding: 22px 0;
	}
	.p_table dt {
		width: 130px;
		padding: 22px 1em;
	}
	.p_table dd {
		width: calc(100% - 130px);
	}
	.btn_wrap .cmn_btn {
		font-size: 22px;
	}
}
@media screen and (max-width: 600px) {
	.p_table {
		margin-top: 30px;
	}
	.p_table dl {
		flex-direction: column;
		padding: 12px 0.5em;
	}
	.gmap {
		margin-top: 40px;
	}
	.gmap iframe {
		height: min(48vw, 350px);
	}
	.btn_wrap {
		margin-top: 40px;
	}
	.icon_pin {
		width: 1.5em;
		height: 1.5em;
	}
	.p_modal .p_tit {
		padding: 60px 4% 30px;
	}
	.p_desc {
		margin-top: 30px;
	}
	.p_desc .tit {
		font-size: 20px;
	}
	.p_desc .txt {
		line-height: 2;
	}
}


/* Swiper */
.mySwiper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.swiper-slide {
	/* width: 60%;  */
	width: 740px;
	border-radius:var(--border-radius);
	overflow: hidden;
	transform: scale(0.8) !important;
	transition: transform 0.5s ease;
}
.swiper-slide-active {
	opacity: 1;
	transform: scale(1) !important;
	border: 4px solid var(--color);
}
.swiper-slide img {
	display: block;
	width: 100%;
}
.swiper-slide .copy {
	position: absolute;
	right: 1.5em;
	bottom: 1em;
	z-index: 1;
	color: #fff;
}
.swiper_arrows {
	position: absolute;
	top: 48%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    justify-content: space-between;
    width: 820px;
    max-width: 96%;
}

@media screen and (min-width: 601px) {
	.swiper_arrows .arrow { width: 60px; height: 60px; }
	.swiper_arrows .arrow::before { width: 12px; height: 12px; }
	/* .swiper_arrows .arrow.prev { border-radius: 80px 0 0 80px; }
	.swiper_arrows .arrow.prev::before { transform: translate(0%, -50%) rotate(-135deg);}
	.swiper_arrows .arrow.next::before { transform: translate(-100%, -50%) rotate(45deg); } */
}
@media screen and (max-width: 600px) {
	.swiper-slide {
		width: 88%;
	}
}


/* ---------------------------------------------------
	#modal-iframe
------------------------------------------------------ */
body.isAttached {
    overflow: hidden;
}
#modal-iframe .iziModal-button-close {
    position: fixed;
    z-index: 999 !important;
    top: 20px;
    right: 2%;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0;
    width: 70px;
    height: 70px;
	border-radius: 50%;
    transition: transform .7s, background-color .5s;
    color: #fff;
    background: var(--col-gr01);
}
#modal-iframe .iziModal-button-close:hover {
	cursor: pointer;
    transform: none;
    opacity: 1;
	background-color: #128f4e;
}
#modal-iframe .iziModal-button-close::before,
#modal-iframe .iziModal-button-close::after {
    content: '';
    display: block;
    width: 42.8%;
    height: 2px;
    background-color: #fff;
}
#modal-iframe .iziModal-button-close::before {
    transform: rotate(45deg);
}
#modal-iframe .iziModal-button-close::after {
    transform: rotate(-45deg);
    margin-top: -2px;
}
.btn_close_bottom {
	appearance: none;
    border: none;
    background: none;
    display: block;
    margin: 30px auto 50px;
    font-size: 16px;
    font-weight: bold;
	font-family:"Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    text-decoration: underline;
    color: #666;
}
.btn_close_bottom:hover {
	cursor: pointer;
}

@media screen and (min-width: 601px) {
	.btn_close_bottom {
		margin: 60px auto 100px;
		font-size: 22px;
	}
}
@media screen and (max-width: 600px) {
    .iziModal .iziModal-iframe {
        min-height: 100dvh;
    }
    #modal-iframe .iziModal-button-close {
        width: 50px;
        height: 50px;
    }
	.btn_close_bottom {
		padding-bottom: 90px;
	}
}


/* ---------------------------------------------------
	#other_list
------------------------------------------------------ */
#other_list {
	padding: 30px 0 70px;
}
#other_list .tel-link {
	color: #666;
}
#other_list .cmn_tit_02 {
	margin-bottom: 1em;
	font-size: 20px;
	text-align: center;
}
#other_list .list_col {
	padding: 20px 5.5%;
	border-radius: var(--border-radius);
	font-size: 18px;
	background-color: #fff;
}
#other_list .list_col>div {
	display: flex;
	align-content: center;
	padding: 22px 1.5em 22px 0;
}
#other_list .list_col>div+div {
	border-top: 1px solid #aaa;
}
#other_list .list_col>div dt {
	flex-shrink: 0;
	width: 185px;
	color: var(--color);
}
#other_list .list_col>div dd {
	flex: 1;
	display: flex;
	gap: 0 3%;
}
#other_list .list_col>div dd .cat {
	flex-shrink: 0;
	width: 130px;
}
#other_list .list_col>div dd .tel-link {
	min-width: 182px;
	margin-left: auto;
}
#other_list .list_col .address {
	position: relative;
	padding-left: 1.25em;
	color: #666;
}
#other_list .list_col a.address {
	text-decoration: underline;
}
#other_list .list_col .address::before {
	position: absolute;
	top: 5px;
	left: 0;
	content: '';
	display: block;
	width: 1em;
	height: 1em;
	background: url(../img/pin.svg)no-repeat center/contain;
}
@media screen and (min-width: 601px) {
	#other_list {
		width: 900px;
	}
	#other_list .cmn_tit_02 {
		font-size: 28px;
	}
}
@media screen and (max-width: 600px) {
	#other_list {
		padding-bottom: 20px;
	}
	#other_list .list_col {
		padding: 15px 5%;
		font-size: 16px;
	}
	#other_list .list_col>div {
		flex-direction: column;
		padding: 15px 0;
	}
	#other_list .list_col>div dd {
		flex-direction: column;
		margin-top: 0.5em;
	}
	#other_list .list_col>div dd .cat {
		font-size: 14px;
	}
}


/* ---------------------------------------------------
	#stay
------------------------------------------------------ */
#info_inn {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 70px 5%;
}
#info_inn [class^="desc_"] p:not([class]) {
	line-height: 2.2;
}
#info_inn .pic {
	aspect-ratio: 57 / 33;
	border-radius: var(--border-radius);
	overflow: hidden;
}
#info_inn .desc_main {
	width: 100%;
}
#info_inn .desc_main .pic {
	border: 4px solid var(--color);
}
#info_inn .tit {
	padding: 30px 0 20px;
    font-size: 22px;
    color: var(--color);
}
#info_inn .p_table {
	flex: 1;
}
#info_inn .note {
	width: 100%;
	margin-top: 1.5em;
	text-align: center;
}

@media screen and (min-width: 601px) {
	#info_inn .desc_box {
		width: 47.5%;
	}
}
@media screen and (max-width: 600px) {
	#info_inn {
		flex-direction: column;
		gap: 40px 5%;
	}
	#info_inn .p_table {
		width: 100%;
	}
	#info_inn .note {
		margin-top: 0;
	}
}
