@charset "utf-8";

/* ============================================================
default
============================================================ */
html {scroll-behavior: smooth;}
.syutoken, .chubu, .hokuriku, .kansai, .chugoku, .kyushu {display:none;}
.disnone {display:none;}

/*title slider*/
@keyframes mvslider {
  0% {
	opacity: 0;
  }
  6.25% {
	opacity: 1;
  }
  43.75% {
	opacity: 1;
  }
  62.5% {
	opacity: 0;
	transform: scale(1.2);
	z-index:9;
  }
  100% {
	opacity: 0;
  }
}

@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone {display: none;}
#dirPathBlock,
#anchorLinkBlock {margin: 1% 1% 0 1%;}
#dirPathBlock {
	overflow-x: scroll;
	overflow-y: hidden;
	margin: 2px;
}
#anchorLinkBlock a {font-size: 10px;}
#dirPathBlock p {
	width: max-content;
	font-size: 10px;
}
h2.headline {
	margin: 5%;
	text-align: center;
	color: var(--black-text-color);
	font-size: 16px;
}
.inner {
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
}

/*PRバナー*/
.pr_under_gadget__bnr {
	text-align: center;
	margin: 2% 0;
	display: block;
}

}

@media screen and (min-width: 760px),print {
#wrapper {line-height: 1.231;}
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: auto;
}
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a {font-size: 12px;}
h2.headline {
	margin: 5%;
	text-align: center;
	color: var(--black-text-color);
	font-size: 16px;
}
.inner {
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: 0 auto;
	padding:50px 0;
	display: block;
}
u {text-decoration-color: red;}
	
}

/* ============================================================
slick
============================================================ */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer;}
.slick-slider .slick-track,.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.slick-track:before,.slick-track:after {
	display: table;
	content: ''
}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {display: block;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {display: none;}

/* ============================================================
entire (article & section)
============================================================ */
article {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 400;
}
article section {
	margin: 0;
	padding: 0;
	line-height: 1;
	color: var(--black-text-color);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
}
article section *,
article section :before,
article section :after {box-sizing: border-box;}
article section img {
	display: block;
	width: 100%;
}
article section div.inner {
	margin: 0;
	padding: 0;
	width: 100%;
}

/* ============================================================
PC & SP
============================================================ */
/* background
-------------------------------------------------------------*/
article section.options,
article section.season,
article section.plan,
article section.vehicle,
article section.info,
article section.inquiry {background: #FFF;}

article section.banner,
article section.area,
article section.activity,
article section.theme,
article section.qa,
article section.pref,
article section#mutuallink {background: var(--background-color);}

/* section.mv
-------------------------------------------------------------*/
article section.mv {
	position: relative;
	width:100%;
	overflow: hidden;
	height: 350px;
}
article section.mv .slide-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	animation: mvslider 16s linear infinite;
	z-index: 10;
}
article section.mv #mv_text {
	position: absolute;
	z-index: 99;
	width: 100%;
}
article section.mv h1 {
	margin-bottom: 25px;
	text-align: center;
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	text-shadow: 0 0 10px #00456f;
	padding: 100px 0;
}
article section.mv div.copy {
	background: rgba(249, 246, 244, 0.8);
	padding: 15px 0 15px;
}
article section.mv div.copy p {
	margin: 0 auto;
	line-height: 1.47;
	color: var(--black-text-color);
}
@media screen and (max-width: 759.9px) {
	article section.mv div.copy p {font-size: 14px;}
}

/* section.options
-------------------------------------------------------------*/
article section.options {
	position: -webkit-sticky;
	position: sticky;
	top:0;
	z-index: 48;
	padding: 5px 2px;
}
article section.options ul {
	width: 98%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1%;
	margin: auto;
}
article section.options li {
	width: calc(100% / 3);
	position: relative;
}
article section.options a {
	display: flex;
	align-items: center;
	height: 40px;
	background: var(--accent-color);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	justify-content: center;
}
article section.options a svg {
	position: absolute;
	right: 5%;
}
@media screen and (max-width: 759.9px) {
article section.options ul {
	width: 100%;
	display: flex;
	gap: 0;
}
/*#index article section.options ul {	flex-wrap: wrap;}*/
article section.options li {
	width: 49%;
	position: relative;
	margin: 0 0.5%;
}
article section.options a {
	display: flex;
	align-items: center;
	height: 40px;
	background: var(--accent-color);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	justify-content: center;
}
article section.options a svg {
/*	width:18px;
	right: 1%;*/
	display:none;
}
}

/*発地選択*/
article section.options li.nav_common_db {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	background: #fff;
	border: 2px solid var(--accent-color);
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	position:relative;
}
article section.options li.nav_common_db * {color: var(--accent-color);}
article section.options li.nav_common_db::after {
	position: absolute;
	right: 15px;
	width: 13px;
	height: 7px;
	background-color: var(--accent-color);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
	pointer-events: none;
}
@media screen and (max-width: 759.9px) {
	article section.options .inner {width: 100%;}
	article section.options li.nav_common_db {
		font-size: 12px;
	}
	article section.options li.nav_common_db::after {
		right: 10px;
		width: 10px;
		height: 5px;
	}
}

/* section.banner
-------------------------------------------------------------*/
article section.banner p img {/*旧20250425からはいらない*/
    max-width: 640px;
	margin: 0 auto 32px;
}
article section.banner ul.banner_area {
    /*display: flex;*/
    margin: 0 auto 32px;
}
article section.banner ul.banner_area li {
    margin: 0 5px;
}
article section.banner ul.banner_area li img {
    width: 100%;
    height: auto
}
article section.banner dl {
	padding: 30px 40px 15px;
	background: #fff;
	font-weight: 700;
}
article section.banner dl div {
	position: relative;
	padding-left: 10em;
	margin-bottom: 1.25em;
}
article section.banner dt {
	position: absolute;
	top: 0;
	left: 0;
	width: 6em;
	height: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--accent-color);
	color: #fff;
	font-size: 16px;
}
article section.banner dd {
	line-height: 1.46;
	padding-top: 0.1em;
	font-size: 18px;
	color: var(--black-text-color)
}

/* common
-------------------------------------------------------------*/
/* h2 */
article section div.inner > h2 {
	margin: 1.4em 0;
	text-align: center;
	color: var(--black-text-color);
	font-size: 30px;
	font-weight: 700;
}
article section.banner div.inner > h2 {color: var(--black-text-color);}

/* h3 */
article section div.inner > h3 {
	margin: 100px 0 50px;
	color: var(--black-text-color);
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}
article section div.inner > h3 strong {
	display: flex;
	width: 140px;
	width: fit-content;
	height: 43px;
	margin: 0 auto 12px;
	padding: 0 1em;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	background: #FFF;
	font-size: 16px;
	font-weight: 700;
	color: var(--black-text-color);
	border: 1px solid var(--black-text-color);
}

/* dl.recommendation */
article section dl.recommendation {
	background: #fff;
	max-width: 100%;
	margin-bottom: 25px;
}
article section dl.recommendation.event {margin-bottom: 50px;/* イベントバンク復活時削除 */}
article section dl.recommendation > dt {
	display: flex;
	background: var(--accent-thin-color);
	margin-bottom: 1.6em;
	padding: 0.7em 0 0.9em;
	color: var(--accent-color);
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	align-items: center;
	justify-content: center;
}
article section dl.recommendation > dt svg {fill:var(--accent-color);}
article section dl.recommendation > dd {
	overflow: hidden;
	width: 910px;
	max-width: 100%;
	margin: 0 auto;
}

/* dl.recommendation.event */
article section dl.recommendation.event > dd {max-width: calc(100vw - 100px);}
article section dl.recommendation.event > dd:nth-of-type(2) {padding-bottom: 2em !important;}

/* p.copy */
article section p.copy {
	margin-bottom: 1.6em;
	text-align: center;
	color: var(--black-text-color);
	font-size: 18px;
	font-weight: 700;
}

/* p.img_left & dl.point_info */
article section p.img_left {
	float: left;
	width: 400px;
	max-width: 40vw;
	margin: 5px 25px 1.5em 0;
}
article section p.img_left img {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}
article section dl.point_info {
	margin-bottom: 1.5em;
	overflow: hidden;
}
article section dl.point_info + * {clear: both;}
article section dl.point_info dt {
	margin-bottom: 0.5em;
	color: var(--black-text-color);
	font-weight: 700;
	line-height: normal;
}
article section dl.point_info dt:not(:first-child) {margin-top: 1.2em;}
article section dl.point_info dd {
	text-align: justify;
	line-height: 1.5;
}

/* dl.plan_btn */
article section dl.plan_btn {clear: both;}
article section dl.plan_btn:not(:last-child) {margin-bottom: 2.2em;}
article section dl.plan_btn dt {
	margin-bottom: 1.2em;
	color: var(--black-text-color);
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
article section dl.plan_btn dt.small {font-size: 15px;}

/* ul.slide */
article section ul.slide,
article section div.slide {
	width: 990px;
	margin: 20px auto 50px;
	position: relative;
}
article section ul.slide:last-child,
article section div.slide:last-child {margin: 20px auto 0 !important;}
article section ul.slide::after,
article section div.slide::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
}
article section ul.slide li.slick-slide,
article section div.slide div.slick-slide {padding-right: 20px;}
article section ul.slide li.slick-slide p.img,
article section div.slide div.slick-slide p.img {
	background: #FFF;
	width: 100%;
	height: 200px;
}
article section ul img,
article section div img {
	text-align: center;
	margin: auto;
}
article section .plain p{
	background: #FFF;
	width: 100%;
	/*height: 180px;*/
	overflow:hidden;
}
article section ul dd dl,
article section div dd dl {
	padding: 15px;
	background: #fff;
}

/* a.slick-arrow */
article section a.slick-arrow {
	position: absolute;
	top: calc((100% - 40px) / 2);
	z-index: 1;
	width: 40px;
	height: 40px;
}
article section a.slick-arrow.prev {
	left: -10px;
	background: url(../common/images/arrow_prev.svg);
}
article section a.slick-arrow.next {
	right: -10px;
	background: url(../common/images/arrow_next.svg);
}
article section ul.slide a.slick-arrow.next,
article section div.slide a.slick-arrow.next {right: -30px;}

/* ul.plain */
article section ul.plain dl,
article section div.slide.plain dl {
	padding: 15px 15px 20px;
	background: #fff;
}
article section ul.plain dt,
article section div.slide.plain dt {
	margin-bottom: 0.8em;
	min-height: 3em;
	color: var(--black-text-color);
	line-height: 1.44;
	font-size: 18px;
	font-weight: 700;
}
article section ul.plain.activity dt,
article section div.slide.plain.activity dt {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
article section ul.plain dd.text,
article section div.slide.plain dd {
	margin-bottom: 1em;
	min-height: 9em;
	line-height: 1.47;
}
article section ul.plain.activity dd.text {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}
article section ul.plain.activity dd {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}
article section div.slide.plain dd span {
	display: block;
	margin-top: 1em;
}
article section div.slide.plain dd span span {display: inline;}

/* section.area div.map_link
-------------------------------------------------------------*/

/* (--> see PC and SP section) */

/* section.area div.map_content
-------------------------------------------------------------*/
article section.area div.map_content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	transition: opacity .9s ease-in;
}
article section.area div.map_content.on {
	position: static;
	z-index: 1;
	visibility: visible;
	opacity: 1;
}

/* ul.map_area */
article section.area ul.map_area {margin: 0 auto;}
article section.area ul.map_area li.slick-slide {
	margin: 0 auto 50px;
	padding: 40px 30px 40px;
	background: #FFF;
}
article section.area ul.map_area h4 {
	margin-bottom: 30px;
	color: var(--black-text-color);
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
}

/* p.img_left & dl.point_info */
article section.area p.img_left,
article section.area dl.point_info {margin-bottom: 2em;}

/* p.map_point_info */
article section.area p.map_point_info {
	margin-bottom: 30px;
	text-align: justify;
	line-height: 1.5;
	overflow: hidden;
}
article section.area p.map_point_info strong {
	display: block;
	margin-bottom: 0.4em;
	font-weight: 700;
	color: var(--black-text-color);
}
article section.area p.map_point_info strong:not(:first-child) {margin-top: 1.4em;}

/* dl.plan_btn */
article section.area h5 {
	margin-bottom: 1.2em;
	color: var(--black-text-color);
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}

/* dl.hotel */
article section.area .hotel_wrap {display:flex;}
article section.area dl.hotel {
	margin:0 1%;
	padding: 40px 20px;
	border-radius: 10px;
	border: 1px solid var(--black-text-color);
	overflow: hidden;
}
article section.area dl.hotel > dt {
	margin-bottom: 1em;
	line-height: 1.44;
	color: var(--black-text-color);
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
article section.area dl.hotel p.img_left {
	width: 30%;
	max-width: 30vw;
	margin: 5px 15px 0 0;
}
article section.area dl.hotel dl.point_info {
	margin-bottom: 0;
	overflow: hidden;
}
article section.area dl.hotel p.link_1 {
	margin: 0.5em 0 1em;
	text-align: right;
}
article section.area dl.hotel p.link_1 a {
	color: #0065D6;
	font-size: 13px;
	font-weight: 700;
}
article section.area dl.hotel p.link_1 a::before {content: '＞ ';}

/* ul.map_keyword */
article section.area ul.map_keyword {
	margin-bottom: 50px;
	padding: 20px 30px;
	background: #FFF;
}
article section.area ul.map_keyword {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}
article section.area ul.map_keyword a {
	display: block;
	padding: 10px 20px;
	border-radius: 10px;
	border: 1px solid var(--black-text-color);
	color: var(--black-text-color);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.2px;
}

/* ul.pickup_spot */
article section.area ul.pickup_spot {
	display: flex;
	margin-bottom: 50px;
}
@media screen and (max-width: 759.9px) {
	article section.area .hotel_wrap {display:block;}
	article section.area ul.pickup_spot {flex-wrap: wrap;}
}
article section.area ul.pickup_spot li {
	width: 99%;
	margin: 0 0.5%;
	background: #fff;
}
article section.area ul.pickup_spot dl {padding: 1em 15px 1em;}
article section ul.plan_list h4,
article section.area ul.pickup_spot dt {
	margin-bottom: 0.8em;
	text-align: center;
	color: var(--black-text-color);
	font-size: 18px;
	font-weight: 700;
}

@media screen and (max-width: 759.9px) {
	/*.planの文字大きさ調整*/
	article section.plan ul.plan_list h4 {
		font-size:1em;
		margin-bottom: 0.5em;
	}
	article section.plan ul.plan_list dl * {font-size:0.9em;}
	article section.plan ul.plan_list ul.blue_btn__wrap * {font-size:1em;}
}

article section.area ul.plan_list dd.txt,
article section.area ul.pickup_spot dd {line-height: 1.47;}

/* ul.map_event */
article section ul.map_event li > dl {transition: transform .1s ease-in;}
article section.area ul.map_event dt.ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.8em;
	background: var(--accent-thin-color);
	color: var(--black-text-color);
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}
article section.area ul.map_event dt.ttl::before {
	content: '';
	width: 20px;
	height: 20px;
	margin-right: 0.5em;
	background: url(../common/images/icon_fireworks.svg);
}
article section.area ul.map_event dt.name {
	margin-bottom: 0.8em;
	color: var(--black-text-color);
	text-align: center;
	line-height: 1.44;
	font-size: 18px;
	font-weight: 700;
}
article section.area ul.map_event dd.text {
	margin-bottom: 0.8em;
	min-height: 7em;
	line-height: 1.47;
}
article section.area ul.map_event dd.link {text-align: right;}
article section.area ul.map_event dd.link a {
	color: #0065D6;
	font-size: 13px;
}
article section.area ul.map_event dd.link a::before {
	content: '＞ ';
	font-size: 13px;
}
/*article section.area ul.plan_list dd.txt {
	margin-bottom: 1em;
	line-height: 1.47;
}*/

/* section.area div.text_link
-------------------------------------------------------------*/
section.area div.text_link {margin-bottom: 50px;}
section.area div.text_link dl.plan_btn {width: 100%;}
section.area div.text_link dl.plan_btn ul {
	justify-content: space-between;
	gap: 0 1%;
}
section.area div.text_link dl.plan_btn li {
	width: 49.5%;
	margin-bottom: 10px;
	margin-right: 0;
}
section.area div.text_link dl.plan_btn a {
	flex-direction: column;
	gap: 4px;
	height: 3.6em;
}
section.area div.text_link dl.plan_btn a span {
	font-size: 13px;
	font-weight: 400;
}

/* section.plan
-------------------------------------------------------------*/
/* ul.plan_list */
@media screen and (max-width: 759.9px) {
article section ul.plan_list li {
	width:100%;
	/*margin:0 0.5%;*/
	background: #fff;
}
}
@media screen and (min-width: 760px),print {
article section ul.plan_list {
    width: fit-content !important;
    display: flex;
    margin: 2% auto 15px;
}
article section ul.plan_list li {
	width:100%;
	/*margin:0 0.5%;*/
	background: #fff;
}
}
article section ul.plan_list li.slick-slide > * {background: #fff;}
article section ul.plan_list p.img {
	margin: 0 0 0.8em;
	position: relative;
}
article section ul.plan_list p.img > span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 4px 15px 5px;
	line-height: 1.44;
	background: rgba(0, 0, 0, 0.30);
	color: #FFF;
	font-size: 12px;
	font-weight: 700;
}
/*article section ul.plan_list h4 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 15px;
	line-height: 1.44;
	color: var(--black-text-color);
	font-size: 18px;
	font-weight: 700;
}*/
article section ul.plan_list dl {padding: 5px 15px 15px;}
article section ul.plan_list dt {
	margin-bottom: 0.3em;
	color: var(--black-text-color);
	line-height: 1.44;
	font-size: 15px;
	font-weight: 700;
}
article section ul.plan_list dd.access {
	margin-bottom: 1em;
	line-height: 1.47;
	min-height: 3em;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
article section ul.plan_list dd.facility {
	margin-bottom: 1em;
	line-height: 1.47;
	min-height: 6em;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
article section ul.plan_list dd.fee {
	margin-bottom: 0.4em;
	line-height: 1.44;
	color: var(--price-color);
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.9px;
}
article section ul.plan_list dd.note {
	margin-bottom: 0.2em;
	line-height: 1.44;
	text-align: center;
	font-size: 13px;
}

/* section.vehicle
-------------------------------------------------------------*/
article section.vehicle h3 {
	margin: 50px auto 25px;
}
article section.vehicle div.box {
	padding: 30px 15px 20px;
	background: #fff;
}
article section.vehicle ul.type1 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
article section.vehicle ul.type1 li {
	margin-right: 20px;
	margin-bottom: 10px;
}
article section.vehicle ul.type1 li:last-child {margin-right: 0;}
article section.vehicle ul.type1 a {
	display: block;
	padding: 8px 20px;
	border-radius: 10px;
	background: var(--btn-color);
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.2px;
}

/* section.theme
-------------------------------------------------------------*/
article section ul.theme {
	display: flex;
	flex-wrap: wrap;
	gap: 1%;
}
article section ul.theme > li {
	width: calc(98% / 3);
	margin-bottom: 1%;
}
article section ul.theme dl {
	padding: 15px 15px 10px;
	background: #fff;
}
article section ul.theme dt {
	margin-bottom: 0.6em;
	color: var(--black-text-color);
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.44;
}
article section ul.theme img {width: 100%;}

/* section.info
-------------------------------------------------------------*/

/* section.qa
-------------------------------------------------------------*/
article section dl.qa dt {
	position: relative;
	padding: 16px 20px 12px 60px;
	line-height: 1.44;
	background: var(--accent-thin-color);
	color: var(--black-text-color);
	font-size: 16px;
	font-weight: 700;
}
article section dl.qa dd {
	position: relative;
	padding: 10px 20px 10px 60px;
	line-height: 1.44;
	background: #fff;
	font-size: 15px;
}
article section dl.qa span {
	position: absolute;
	top: calc(50% - 14px);
	left: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	padding: 0 0 1px 1px;
	border-radius: 50%;
	background: var(--accent-color);
	color: #fff;
	font-weight: 700;
}

/* section.pref
-------------------------------------------------------------*/

/* (--> see PC and SP section) */

/* section.inquiry
-------------------------------------------------------------*/
article section.inquiry p {
	margin-bottom: 0.8em;
	text-align: center;
	line-height: 1.47;
}
article section ul.inquiry {
	display: flex;
	justify-content: space-between;
	padding: 30px 18px;
	background: #fff;
}
article section ul.inquiry a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	max-width: 28.5vw;
	height: 90px;
	background-color: #f2f2f2;
	border-radius: 10px;
	color: #20208c;
	font-weight: 700;
}
article section ul.inquiry a::before {
	content: '';
	position: relative;
	top: 0;
	left: 0;
	margin-right: 1em;
	background-size: cover !important;
}
article section ul.inquiry li:nth-child(1) a::before {
	width: 62px;
	height: 54px;
	background: url(../common/images/icon_home.png) no-repeat;
}
article section ul.inquiry li:nth-child(2) a::before {
	width: 44px;
	height: 68px;
	background: url(../common/images/icon_phone.png) no-repeat;
}
article section ul.inquiry li:nth-child(3) a::before {
	width: 71px;
	height: 58px;
	background: url(../common/images/icon_pc.png) no-repeat;
}

/* ============================================================
PC
============================================================ */
@media screen and (min-width: 760px),print {
/* entire
-------------------------------------------------------------*/
article > section {padding: 50px 0;}
article section .sp {display: none !important;}
article section a {transition: opacity .2s ease-in;}
article section a:hover {opacity: 0.6;}
article section > div.inner {
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: 0 auto;
}

/* section.mv
-------------------------------------------------------------*/
article section.mv div.copy p {
	margin: 0 auto;
	width: 100%;
	max-width:1080px;
	min-width:760px;
	line-height: 1.47;
	color: var(--black-text-color);
}

/* section.options
-------------------------------------------------------------*/
article section.options ul {
	margin: 0 auto;
	width: 100%;
	max-width:1080px;
	min-width:760px;
}

/* section.area div.map_link
-------------------------------------------------------------*/
/*floating subnav_area*/
main#main .subnav-area_btn,
main#subnav-area_link .subnav-area_btn {
	width: 740px;
    margin: auto;
    padding: 5px 10px 10px 10px;
    transition: .5s;
    display: flex;
    background: #FFF;
	text-align: center;
    z-index: 9;
    border-radius: 0 0 15px 15px;
    box-shadow: 1px 1px 10px #555;
	box-sizing: border-box;
}
main#main .subnav-area_btn {
    position: fixed;
    top: 0;
    left: calc((100% - 740px) / 2);
    opacity: 0;
}
main#subnav-area_link .subnav-area_btn {
    position: fixed;
    top: 50px;
    left: calc((100% - 740px) / 2);
    opacity: 1;
}
.subnav-area_btn li {
	width: 100%;
	position: relative;
}
.subnav-area_btn li.sel:after {
	content: "";
	width: 80%;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 10%;
    background: var(--accent-color);
}
.subnav-area_btn a {
	color: #222;
	font-weight: bold;
}
.subnav-area_btn li.sel a {color: var(--accent-color);}
.subnav-area_btn a small {
	width: 100%;
    display: inline-block;
	font-size: 0.75em;
}
article section.area div.map_link {margin-bottom: 50px;}
article section.area div.map_link > dl {position: relative;}
article section.area div.map_link div {
	position: absolute;
	cursor: pointer;
}
article section.area div.map_link div dt {margin-bottom: 10px;}
article section.area div.map_link div dt a {
	display: block;
	padding: 6px 20px;
	border-radius: 20px;
	text-align: center;
	border: 1px solid var(--accent-color);
	background: #FFF;
	color: var(--black-text-color);
	font-size: 13px;
	white-space: normal;
	pointer-events: none;
}
article section.area div.map_link div dd {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: -10;
	padding: 10px 20px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	opacity: 0;
	transition: all .2s ease-in;
}
article section.area div.map_link div:hover dd {
	visibility: visible;
	opacity: 1;
}
article section.area div.map_link div dd::before {
	content: '';
	position: absolute;
	top: -9px;
	left: calc(50% - 6px);
	background: rgba(0, 0, 0, 0.7);
	height: calc(tan(60deg) * 12px / 2);
	width: 12px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
article section.area div.map_link div dd a {
	position: relative;
	display: block;
	white-space: nowrap;
	color: #fff;
	font-size: 16px;
	padding: 6px 2em 6px 0;
}
article section.area div.map_link div dd a::after {
	content: '';
	position: absolute;
	top: 0.6em;
	right: 0;
	width: 7px;
	height: 7px;
	border-top: solid 2px var(--black-text-color);
	border-left: solid 2px var(--black-text-color);
	transform: rotate(225deg);
}
article section.area div.map_link dl > div dt strong {
	display: block;
	margin-bottom: 4px;
	font-size: 18px;
	font-weight: 700;
}

/* section.area div.map_content
-------------------------------------------------------------*/
/* dl.plan_btn */
article section.area dl.plan_btn {
	width: 880px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

/**//* ul.map_event */
article section ul.map_event li > dl:hover {
	transform: translate(2px,2px);
	cursor: pointer;
}
/*article section.area ul.plan_list dd.txt {
	margin-bottom: 1em;
	line-height: 1.47;
}*/

/* section.pref
-------------------------------------------------------------*/
article section dl.pref {
	display: block !important;
	padding: 20px 15px;
	background: #fff url(../common/images/pref_map.png) no-repeat center center;
	background-size: auto 100%;
}
article section dl.pref div {
	display: flex;
	padding: 10px 0;
}
article section dl.pref ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
article section dl.pref dt {padding-right: 10px;}
article section dl.pref a {
	display: flex;
	padding: 0 20px;
	justify-content: center;
	align-items: center;
	height: 2.8em;
	border-radius: 10px;
	border: 1px solid var(--accent-color);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.2px;
}
article section dl.pref dt a {
	width: 10em;
	background: var(--accent-color);
	color: #FFF;
}
article section dl.pref dd a {
	background: #FFF;
	color: var(--black-text-color);
}
} 

/* ============================================================
SP
============================================================ */
@media screen and (max-width: 759.9px) {
/* entire
-------------------------------------------------------------*/
article {
	width: 100%;
	max-width: 100%;
	margin-bottom: 15px;
}
article > section {padding: 25px 0;}
article section .pc {display: none !important;}
article section > div.inner {
	width: calc(100% - 8vw);
	margin: 0 auto;
}

/* section.mv
-------------------------------------------------------------*/
article section.mv {height:48vh;}
article section.mv h1 {
	font-size: 30px;
	margin: 0 0 30px;
	padding: 50px 0 20px;
}
#index article section.mv h1 {padding: 50px 0;}
article section.mv div.parameters {
	width: calc(100% - 8vw);
	background: #fff;
	margin: 0 auto;
}
article section.mv div.copy {padding: 3vw;}

/* section.options
-------------------------------------------------------------*/
article section.options a {
	font-size: 12px;
	font-feature-settings: 'palt';
}

/* section.banner
-------------------------------------------------------------*/
article section.banner dl {padding: 30px 4vw 15px;}
article section.banner dl div {
	margin-bottom: 1.2em;
	padding-left: 0;
}
article section.banner dt {
	position: relative;
	font-size: 14px;
}
article section.banner dd {font-size: 16px;}

/* common
-------------------------------------------------------------*/
/* h2 */
article section div.inner > h2 {
	margin-bottom: 0.8em;
	font-size: 20px;
}

/* h3 */
article section div.inner > h3 {
	font-size: 18px;
	margin: 50px 0 25px;
}
article section div.inner > h3 strong {font-size: 14px;}

/* dl.recommendation */
article section dl.recommendation p.copy {margin-bottom: 0.8em;}

/* dl.recommendation.event */
article section dl.recommendation.event > dd {max-width: 84vw;}

/* p.copy */
article section p.copy {font-size: 16px;}

/* p.img_left & dl.point_info */
article section p.img_left {
	float: none;
	width: 100%;
	max-width: 100%;
}
article section p.img_left img {
	width: 100%;
	max-width: 100%;
	margin: 0 0 25px;
}

/* dl.plan_btn */
article section dl.plan_btn:not(:last-child) {margin-bottom: 1.8em;}
article section dl.plan_btn a {font-size: 14px;}

/* dl.link_btn */
article section dl.plan_btn li {
	width: 100%;
	margin-bottom: 0.6em;
}
article section dl.plan_btn dt {
	margin-bottom: 0.6em;
	line-height: 1.47;
}

/* ul.slide */
article section ul.slide,
article section div.slide {width: 100%;}
article section ul.slide::after,
article section div.slide::after {content: none;}
article section ul.slide li.slick-slide,
article section div.slide div.slick-slide {padding: 0 2vw;}

/* section.area div.map_link
-------------------------------------------------------------*/
/*floating subnav_area*/
main#main .subnav-area_btn,
main#subnav-area_link .subnav-area_btn {
	width: 100%;
    margin: auto;
    padding: 5px 5px 15px;
    transition: .5s;
    display: flex;
    background: #FFF;
	text-align: center;
    z-index: 9;
    border-radius: 0 0 15px 15px;
    box-shadow: 1px 1px 10px #555;
	box-sizing: border-box;
}
main#main .subnav-area_btn {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
}
main#subnav-area_link .subnav-area_btn {
    position: fixed;
    top: 50px;
    left: 0;
    opacity: 1;
}
.subnav-area_btn li {
	width: 100%;
	position: relative;
}
.subnav-area_btn li.sel:after {
	content: "";
	width: 80%;
    height: 2px;
    position: absolute;
    bottom: -8px;
    left: 10%;
    background: var(--accent-color);
}
.subnav-area_btn a {
	color: #222;
	font-weight: bold;
	font-size: 12px;
}
.subnav-area_btn li.sel a {color: var(--accent-color);}
.subnav-area_btn a small {display:none;}
article section.area div.map_link {margin-bottom: 40px;}
article section.area div.map_link dt img {
	width: 100%;
	margin: 0 auto 30px;
}
article section.area div.map_link dl.area_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: centers;
	width: 100%;
	gap: 10px;
}
article section.area div.map_link div {
	position: relative;
	width: 48%;
}
article section.area div.map_link dt a {
	display: block;
	padding: 10px 0;
	background: var(--accent-color);
	border-radius: 10px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	opacity: 1 !important;
	pointer-events: none;
	line-height: 1.3;
}
article section.area div.map_link dt a strong {
	display: block;
	margin-bottom: 4px;
	font-size: 15px;
	font-weight: 700;
}
article section.area div.map_link div dd {
	position: absolute;
	top: calc(100% + 10px);
	z-index: -10;
	padding: 10px 20px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	opacity: 0;
	transition: all .2s ease-in;
}
article section.area div.map_link div:nth-child(odd) dd {left: 0;}
article section.area div.map_link div:nth-child(even) dd {right: 0;}
article section.area div.map_link div dd.on {
	z-index: 10;
	visibility: visible;
	opacity: 1;
}
article section.area div.map_link div dd::before {
	content: '';
	position: absolute;
	top: -9px;
	background: rgba(0, 0, 0, 0.7);
	height: calc(tan(60deg) * 12px / 2);
	width: 12px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
article section.area div.map_link div:nth-child(odd) dd::before {left: 20.5vw;}
article section.area div.map_link div:nth-child(even) dd::before {right: 20.5vw;}
article section.area div.map_link div dd a {
	position: relative;
	display: block;
	white-space: nowrap;
	color: #fff;
	font-size: 15px;
	padding: 6px 1.6em 6px 0;
}
article section.area div.map_link div dd a::after {
	content: '';
	position: absolute;
	top: 0.6em;
	right: 0;
	width: 7px;
	height: 7px;
	border-top: solid 2px var(--black-text-color);
	border-left: solid 2px var(--black-text-color);
	transform: rotate(225deg);
}
article section.area div.map_link dl > div dt strong {
	display: block;
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: 700;
}

/* section.area div.map_content
-------------------------------------------------------------*/
/* h3 */
/* ul.map_area */
article section.area ul.map_area {
	width: 100vw;
	margin-left: -4vw;
}
article section.area ul.map_area {
	margin-bottom: 20px;
}
article section.area ul.map_area li.slick-slide {
	margin: 0 2vw;
	padding: 20px 4vw 20px;
	background: #FFF;
}
article section.area ul.map_area h4 {
	margin-bottom: 0.6em;
	font-size: 16px;
}
/* p.img_left & dl.point_info */

/* p.map_point_info */
article section.area p.map_point_info {
	display: -webkit-box;
	max-height: 9.4em;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	margin-bottom: 10px;
	overflow: hidden;
	transition: max-height .3s ease-in;
}
article section.area p.map_point_info.on {
	-webkit-line-clamp: 999;
	max-height: 1000px;
}
article section.area div.mpi_btn {
	width: 100%;
	height: 3em;
	margin-bottom: 20px;
}
article section.area div.mpi_btn a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 3em;
	padding: 0 0.5em;
	line-height: 1.2;
	border-radius: 30px;
	border: solid 1px var(--accent-color);
	background: var(--accent-color);
	font-size: 14px;
	color: #fff;
	opacity: 1 !important;
}
article section.area div.mpi_btn a.on {
	background: #fff;
	color: var(--accent-color);
}
article section.area div.mpi_btn a:before,
article section.area div.mpi_btn a:after{
	content: '';
	position: absolute;
	top: 0; 
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 12px;
	height: 3px;
	background: #fff;
}
article section.area div.mpi_btn a:before{transform: rotate(90deg);}
article section.area div.mpi_btn a.on:before{background: transparent;}
article section.area div.mpi_btn a.on:after{background: var(--accent-color);}
article section.area div.mpi_btn a span.b1 {display: inline-block;}
article section.area div.mpi_btn a span.b2 {display: none;}
article section.area div.mpi_btn a.on span.b1 {display: none;}
article section.area div.mpi_btn a.on span.b2 {display: inline-block;}

/* dl.plan_btn */
article section.area ul.map_area h5 {
	margin-bottom: 0.6em;
	line-height: 1.47;
}

/* dl.hotel */
article section.area dl.hotel {
	margin:0;
	padding: 4vw;
}
article section.area dl.hotel {padding: 20px 4vw;}
article section.area dl.hotel p.img_left {
	width: 100%;
	max-width: 100%;
	margin: 0 0 25px;
}
article section.area dl.hotel p.img_left img {
	width: 100%;
	max-width: 100%;
}
article section.area dl.hotel p.link_2 a {font-size: 14px;}

/* ul.map_keyword */
article section.area ul.map_keyword {
	margin-bottom: 40px;
	padding: 4vw 4vw;
}
article section.area ul.map_keyword {gap: 10px 4vw;}
article section.area ul.map_keyword a {padding: 10px 4vw;}

/* ul.pickup_spot */
article section.area ul.pickup_spot li {
	width: 100%;
	gap: 4vw;
}
article section.area ul.pickup_spot img {width: 100%;}

/* section.area div.text_link
-------------------------------------------------------------*/
section.area div.text_link {padding: 25px 4vw 15px ;}
section.area div.text_link dl.plan_btn ul {flex-wrap: wrap;}
section.area div.text_link dl.plan_btn li {
	width: 48%;
	margin-bottom: 10px;
}

/* section.vehicle
-------------------------------------------------------------*/
article section.vehicle h3 {margin: 40px auto 15px !important;}
article section.vehicle p {text-align: left;}
article section.vehicle div.box {
	padding: 30px 4vw 20px;
	background: #fff;
}
article section.vehicle ul.type1 {
	display: flex;
	justify-content: stretch;
	gap: 1vw;
	margin-bottom: 30px;
}
article section.vehicle ul.type1 li {
	margin-right: 5px;
	margin-bottom: 5px;
}

/* section.theme
-------------------------------------------------------------*/
article section ul.theme {gap: 2vw;}
article section ul.theme > li {width: 48.5%;/*100*/}
article section ul.theme dl {padding: 10px;}
article section ul.theme dt {font-size: 1em;}
article section ul.theme a {font-size: 1em;}

/* section.qa
-------------------------------------------------------------*/
article section dl.qa dt,
article section dl.qa dd {
	padding-right: 4vw;
	padding-left: calc(40px + 4vw);
}
article section dl.qa span {left: 4vw;}

/* section.pref
-------------------------------------------------------------*/
article section.pref h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.2em;
	margin: 0 !important;
	background-color: var(--black-text-color);
	border-radius: 10px;
	color: #FFF !important;
	font-size: 18px;
	background-image: url(../common/images/icon_plus.svg);
	background-repeat: no-repeat;
	background-position: center right 4vw;
	background-size: 14px;
}
article section.pref h2.on {background-image: url(../common/images/icon_minus.svg);}
article section dl.pref {
	display: none;
	padding: 10px 4vw;
	background: #fff;
}
article section dl.pref div {
	display: flex;
	padding: 10px 0;
}
article section dl.pref ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0;
}
article section dl.pref a {
	font-size: 14px;
	white-space: nowrap;
}
article section dl.pref dt a {
	color: var(--black-text-color);
	font-weight: 700;
}
article section dl.pref dd a {color: var(--black-text-color);}
article section dl.pref dd a::before {content: '｜';}
article section dl.pref dd li:last-child a::after {content: '｜';}

/* section.inquiry
-------------------------------------------------------------*/
article section.inquiry p {text-align: left;}
article section ul.inquiry {
	flex-direction: column;
	padding: 30px 4vw;
	gap: 4vw;
}
article section ul.inquiry a {
	width: 100%;
	max-width: 100%;
	padding: 4vw 0;
}
} 

/* ============================================================

============================================================ */
/*area_btn*/
article section .area_btn {
	width: 100%;
	margin: 0 auto;
	display: flex;
}
article section .area_btn li {
	position:relative;
	width: 98%;
	margin: 0 1%;
}
article section .plan_btn .area_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	border-radius: 30px;
	background: var(--accent-color);
	color: #fff;
}
article section .area_btn li:after {
	position: absolute;
	top: 25%;
	right: 2%;
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(/kokunai/common/images/icon_arrow.svg) no-repeat;
	transform:rotate(90deg);
}

/*blue_btn*/
article section .blue_btn__wrap {
	width: 94%;
	margin: 2% auto 3%;
	display: flex;
}
article section .blue_btn__wrap li {
	position:relative;
	width: 98%;
	margin: 0 1%;
}
article section.plan .blue_btn__wrap,
article section .theme .blue_btn__wrap {display: block;}
article section .blue_btn__wrap li {margin: 0 1% 3%;}
@media screen and (max-width: 759.9px) {
	article section .blue_btn__wrap {
		width: 100%;
		display: block;
	}
	article section .blue_btn__wrap li {
		width: 100%;
		margin: 0 0 3%;
	}
}
article section .blue_btn__wrap a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3em;
	font-size: 16px;
	font-weight: 700;
	border-radius: 30px;
	background: var(--btn-color);
	color: #fff;
}
article section .blue_btn__wrap li:after {
	position: absolute;
	top: 25%;
	right: 2%;
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(/kokunai/common/images/icon_arrow.svg) no-repeat;
}

/* ============================================================
intermediate
============================================================ */
@media screen and (min-width:760px) and (max-width:1100px) {
article section dl.plan_btn {
	width: 100% !important;
	max-width: 100% !important;
}
article section.area ul.map_area {max-width: calc(88% + 20px);}
article section.area ul.map_area li.slick-slide {
	padding-left: 16px;
	padding-right: 16px;
}
article section.area dl.plan_btn {max-width: 90%;}
article section.area dl.plan_btn li {width: 32%;}
article section.area dl.plan_btn a {font-size: 15px;}
article section.area dl.hotel {
	/*max-width: 99.9%;*/
	width: fit-content;
	margin: 0 1%;
	box-sizing: border-box;
}
article section ul.slide,
article section div.slide {
	max-width: calc(86% + 20px);
	left: 10px;
}
article section.vehicle ul.type1 {
	justify-content: flex-start;
	gap: 10px;
}
article section ul.theme > li {width: calc((100% - 35px) / 2);}
}

/*add 20241001*/
/*スライド*/
.scroll_plan_wrapper {
	margin: 2% auto;
	position: relative;
}
.scroll_plan_wrapper .scrollbox{
	overflow-x: scroll!important;
	margin-bottom: 25px;
}
.scroll_plan_wrapper .scrollbox > ul {
	width: fit-content!important;
	display: flex;
	margin-bottom: 15px;
}
.scroll_plan_wrapper.no_slider .scrollbox > ul {width: 100%!important}
.scroll_plan_wrapper .scrollbox > ul > li {
	width: 350px;
	margin: 0 5px;
	background: #FFF;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 5px #aaa;
}
.scroll_plan_wrapper .scrollbox > ul > li.no-plan {
	margin: auto;
	border: none;
	box-shadow: none;
}
.scroll_plan_wrapper .scroll_left_btn,
.scroll_plan_wrapper .scroll_right_btn {
	width: 40px;
	height: 40px;
	border-radius:12px;
	background: #242424;
	position: absolute;
    top: 40%;
    display: block;
    z-index: 1;
}
/*@media screen and (max-width: 759.9px) {
	.scroll_plan_wrapper .scroll_left_btn,.scroll_plan_wrapper .scroll_right_btn {display:none;}
}*/
.scroll_plan_wrapper .scroll_left_btn {
	left: -10px;
	background: url(/kokunai/common/images/arrow_prev.svg);
}
.scroll_plan_wrapper .scroll_right_btn {
	right: -10px;
	background: url(/kokunai/common/images/arrow_next.svg);
}
/*.scroll_plan_wrapper .scroll_left_btn.non_scloll,
.scroll_plan_wrapper .scroll_right_btn.non_scloll {display:none;}*/
p.note {
	font-size: 11px;
	margin: 0 0 25px;
	line-height: 1.5;
}
/*scroll item*/
.scroll_plan_wrapper .scrollbox::-webkit-scrollbar {height: 5px!important;}
.scroll_plan_wrapper .scrollbox::-webkit-scrollbar-track {
	margin: 0 5px!important;
	background: #eee!important;
	border-radius: 5px!important;
}
.scroll_plan_wrapper .scrollbox::-webkit-scrollbar-thumb {
	border-radius: 5px!important;
	background: #999!important;
}
.scroll_plan_wrapper.no_slider .scroll_left_btn,
.scroll_plan_wrapper.no_slider .scroll_right_btn,
.scroll_plan_wrapper.no_slider .scrollbox::-webkit-scrollbar,
.scroll_plan_wrapper.no_slider .scrollbox::-webkit-scrollbar-track,
.scroll_plan_wrapper.no_slider .scrollbox::-webkit-scrollbar-thumb {display:none!important;}

@media screen and (max-width: 759.9px) {
/*観光スポット*/
article .kanko_spot {margin-bottom: 25px;}
article .kanko_spot .kanko_spot_title {
	margin-bottom: 20px;
	position:relative;
}
article .kanko_spot .kanko_spot_title p {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}
article .kanko_spot .kanko_spot_title strong {font-size:1.5em;}
article .kanko_spot > p {
	text-align: center;
	color: var(--black-text-color);
	line-height: 1.5;
	margin-bottom: 30px;
}

/*商品アンカー*/
article nav.sub {margin-bottom: 50px;}
article nav.sub ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
article nav.sub li {
	width: 48%;
	margin: 1%;
}
article nav.sub ul a {
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--accent-color);
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

/*pr_btn*/
.pr_btn {
	width: 100%;
	margin: 0 auto 25px;
	padding: 10px;
	background: #FFF;
}
.pr_btn dt {
	width: fit-content;
	text-align: center;
	color: var(--black-text-color);
	line-height: 1.4;
	margin: 0 auto 10px;
	position: relative;
	font-size: 12px;
}
.pr_btn dt:before,
.pr_btn dt:after {
	content: "";
	display: block;
	width: 1px;
	height: 28px;
	background: var(--black-text-color);
}
.pr_btn dt:before {
	position: absolute;
	bottom: 1px;
	left: -15px;
	transform: rotate(-30deg);
}
.pr_btn dt:after {
	position: absolute;
	bottom: 1px;
	right: -15px;
	transform: rotate(30deg);
}

/*相互リンク*/
#mutuallink h2 {font-size: 1em;}
#mutuallink ul {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
#mutuallink li:first-child {
    width: 100%;
    border: none;
}
#mutuallink li {
	width: calc(94% / 3);
	border-right: 1px dotted #333;
	margin: 1%;
	padding: 5px 0;
	box-sizing: border-box;
}
#mutuallink li:nth-of-type(4),
#mutuallink li:nth-of-type(7) {border-right: none;}
#mutuallink li a {color: #222;}

}

@media screen and (min-width: 760px),print {
/*観光スポット*/
article .kanko_spot {margin-bottom: 50px;}
article .kanko_spot .kanko_spot_title {
	margin-bottom: 20px;
	position:relative;
}
article .kanko_spot .kanko_spot_title p {
	position:absolute;
	bottom:10px;
	left:15px;
	font-size:28px;
	font-weight: bold;
	color: #FFF;
}
article .kanko_spot .kanko_spot_title strong {font-size:1.8em;}
article .kanko_spot > p {
	text-align: center;
	color: var(--black-text-color);
	line-height: 1.5;
	font-size:20px;
	margin: 0 0 0.8em;
}

/*商品アンカー*/
article nav.sub {margin-bottom: 75px;}
article nav.sub ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
article nav.sub li {width: 100%;}
article nav.sub ul a {
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--accent-color);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

/*pr_btn*/
.pr_btn {
	width: 740px;
	margin: 0 auto 50px;
	padding: 25px 100px;
	background: #FFF;
}
.pr_btn dt {
	width: fit-content;
	text-align: center;
	color: var(--black-text-color);
	line-height: 1.4;
	margin: 0 auto 10px;
	position: relative;
}
.pr_btn dt:before,
.pr_btn dt:after {
	content: "";
	display: block;
	width: 1px;
	height: 28px;
	background: var(--black-text-color);
}
.pr_btn dt:before {
	position: absolute;
	bottom: 1px;
	left: -30px;
	transform: rotate(-30deg);
}
.pr_btn dt:after {
	position: absolute;
	bottom: 1px;
	right: -30px;
	transform: rotate(30deg);
}

/*相互リンク*/
#mutuallink h2 {font-size: 1.4em;}
#mutuallink ul {
	display: flex;
	text-align: center;
}
#mutuallink li {
	width: 100%;
	border-right: 1px dotted #333;
	padding: 5px 0;
}
#mutuallink li:last-child {border-right: none;}
#mutuallink li a {color: #222;}

}

/*イベント情報(PCSP共通)*/
.eventinfo .eventbank {
	overflow: hidden;
	background: #FFF;
	box-sizing: border-box;
}
.eventinfo .eventbank p {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	position: relative;
	background: #eee;
	align-items: center;
	display: flex;
}
.eventinfo .eventbank p > small{
	width: 100%;
	background: rgba(0, 0, 0, 0.30);
	font-size: 10px;
	color: #FFF;
	display: block;
	padding: 2px;
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
}
.eventinfo .eventbank dl {padding: 10px;}
.eventinfo .eventbank dt h3 {
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 15px;
}
.eventinfo .eventbank dd {margin-bottom: 15px;}
.eventinfo .eventbank dd > span {
	display: block;
	margin: 0 0 5px;
	font-weight: bold;
}
.eventinfo .eventbank dd a{color: #0065d6;}