@charset "utf-8";

html {scroll-behavior: smooth;}/*smooth scroll*/
#indexpage .is-hide { display: none !important;}
main figure { margin: 0; padding: 0;}

body#top.indextop div.sp_btn.plan {display: none;}
body#top.plan div.sp_btn.top {display: none;}



/* ============================================================
default
============================================================ */

@media screen and (max-width: 759.9px) {
	#wrapper {
		line-height: 1.4;
	}
	#dirPathBlock,
	#anchorLinkBlock {
		font-size: 10px;
		margin: 1% 1% 0 1%;
	}
	#dirPathBlock p,
	#anchorLinkBlock a {
		font-size: 12px;
	}
	h1 {
		font-size: 12px;
		margin: 0 1%;
	}
	.inner {
		width: 96%;
		margin: 0 2%;
		padding: 24px 0;
		box-sizing: border-box;
	}
}/* end @media */

@media screen and (min-width: 760px),print {
	#wrapper {
		line-height: 1.231;
	}
	#dirPathBlock,
	h1,
	.iframe_end-content_gadget,
	#anchorLinkBlock {
		width: 100%;
		max-width:970px;
		min-width:760px;
		margin: auto;
	}
	#dirPathBlock,
	#anchorLinkBlock {
		width: 100%;
		margin: 0 auto;
		display: block;
		font-size: 12px;
	}
	#dirPathBlock p,
	#anchorLinkBlock a {
		font-size: 12px;
	}
	h1 {
		font-size: 14px;
		width: auto;
		max-width: 970px;
		margin: 0 auto 5px;
	}
	.inner {
		width: 96%;
		max-width:970px;
		margin: 0 auto;
		padding:50px 0;
		display: block;
	}
	u {
		text-decoration-color: red;
	}
}/* end @media */


/* ============================================================
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
}

/* ============================================================
aside.mv_ttl
============================================================ */

main aside.mv_ttl *,
main aside.mv_ttl :before,
main aside.mv_ttl :after {
	box-sizing: border-box;
}

main aside.mv_ttl figure {
	height: 595px;
	/*padding-top: 65px;*/
	background:url("../images/mv_ttl_pc_bg.png") no-repeat center top 5px;
	background-size: auto 100%;
	text-align: center;	
}
main aside.mv_ttl figure img {
	display: block;
	max-width: 971px;
	width: 100%;
	max-height: 449px;/* 389px */
	height: auto;
	margin: 0 auto;
}
#top.plan main aside.mv_ttl figure {
	height: 615px;
	background:url("../plan/images/mv_ttl_pc_bg.png?update=20250620") no-repeat center top 5px;
	background-size: auto;
}

@media screen and (max-width: 759.9px) {

	main aside.mv_ttl figure,
	#top.plan main aside.mv_ttl figure {
		height: auto;
		padding-top: 0;
		background: none;
	}
	main aside.mv_ttl figure img,
	#top.plan main aside.mv_ttl figure img {
		width: 100%;
		height: auto;
	}

}/* end @media */

/* ============================================================
entire (article & section)
============================================================ */

article {
	margin: 0 auto;
	padding: 0;
}

article section {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1;
	color: #000;
	font-size: 16px;
}
article section *,
article section :before,
article section :after {
	box-sizing: border-box;
}
article section img {
	display: block;
	max-width: 100%;
	height: auto;
}
article section div.inner {
	margin: 0 auto;
	padding: 0;
	width: 970px;
	max-width: 96%;
}

@media screen and (min-width: 760px),print {

	article section .sp {
		display: none;
	}

} /* end @media */

@media screen and (max-width: 759.9px) {
	article section .pc {
		display: none;
	}
	article section div.inner {
		max-width: 90%;
	}


} /* end @media */



/* ============================================================
PC & SP
============================================================ */

/* common
-------------------------------------------------------------*/

article section h2 {
	padding-top: 1.35em;
	text-align: center;
	line-height: 1.3;
	background:url(../images/common_icon_1.png) no-repeat top center;
	font-size: 28px;
	font-weight: bold;
	white-space: nowrap;
}

article section h2 span {
	display: block;
	margin-bottom: 0.5em;
	font-size: 75%;

}

article section .tripa_atten {
	padding: 15px;
	background: #eee;
}
article section .tripa_atten p {
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
}


/* section.copy
-------------------------------------------------------------*/

article section.copy {
	padding: 38px 0;
}
article section.copy p.lead {
	margin: 30px 0;
	text-align: center;
	font-size: 18px;
	line-height: 1.72;
	white-space: nowrap;
}
article section.copy dl {
	width: 590px;
	max-width: 100%;
	margin: 60px auto 0;
}
article section.copy dt {
	text-align: center;
	font-size: 18px;
}
article section.copy table {
    width: 100%;
	margin-top: 30px;
	font-size: 14px;
}
article section.copy tr {
	display: flex;
	padding-bottom: 0.8em;
	margin-bottom: 1.2em;
	line-height: 1.4;
	border-bottom: solid 1px #000;
}
article section.copy th {
	padding-right: 2em;
}
article section.copy th.information_note {
	padding: 0.2em 1em;
	text-align: center;
	background: #cc0000;
	font-weight: bold;
	color: #fff;
}
article section.copy td.information_note {
	font-weight: bold;
	padding: 0.2em 0 0.2em 2em;
}
article section.copy td.information_note a {
	color: #000;
}

article section.copy figure.area_catch {
	margin: 40px 0 80px;
}

article section.copy div#cs {
    margin: 50px auto;
    padding: 20px;
    border: 3px double #000;
    text-align: center;
    font-weight: bold;
}

article section.copy div.youtube {
	margin-bottom: 50px;
}



/* section.area
-------------------------------------------------------------*/

article section.area {
	padding: 38px 0;
}

article section.area p {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.93;
	white-space: nowrap;
}
article section.area figure {
	margin-bottom: 45px;
	text-align: center;
}
article section.area figure picture {
	text-align: center;
}
article section.area ul {
	display: flex;
	gap: calc(4% / 3);
	margin-bottom: 20px;
}
article section.area li {
	width: 24%;
}
article section.area.under li {
	position: relative;
	width: 24%;
	background-size: 100%;
	background-position: center center;
	transition: background-size 0.2s ease-in;
}
article section.area li div.area_pic {
	position: relative;
	width: 100%;
	height: 240px;
	background-size: 100%;
	background-position: center center;
	transition: background-size 0.2s ease-in;
}
article section.area li:nth-child(1) div.area_pic {background-image: url(../images/area_02_1.jpg); background-repeat: no-repeat;}
article section.area li:nth-child(2) div.area_pic {background-image: url(../images/area_02_2.jpg); background-repeat: no-repeat;}
article section.area li:nth-child(3) div.area_pic {background-image: url(../images/area_02_3.jpg); background-repeat: no-repeat;}
article section.area li:nth-child(4) div.area_pic {background-image: url(../images/area_02_4.jpg); background-repeat: no-repeat;}

article section.area.under li:nth-child(1) {background-image: url(../images/area_02_1.jpg);}
article section.area.under li:nth-child(2) {background-image: url(../images/area_02_2.jpg);}
article section.area.under li:nth-child(3) {background-image: url(../images/area_02_3.jpg);}
article section.area.under li:nth-child(4) {background-image: url(../images/area_02_4.jpg);}

article section.area li div.area_pic::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4em;
	background: #000;
	opacity: 0.6;
	transition: opacity 0.2s ease-in;
}
article section.area li div.area_pic a {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;	
	font-size: min(20px,2.0vw);
	font-weight: bold;
	opacity: 1 !important;
	text-align: center;

/*
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1 / 1; 
	width: 100%;
	height: auto;
	color: #fff;
	font-size: min(22px,2.2vw);
	font-weight: bold;
	opacity: 1 !important;
*/
}
article section.area.under li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	transition: opacity 0.2s ease-in;
}
article section.area.under li a {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1 / 1; 
	width: 100%;
	height: auto;
	color: #fff;
	font-size: min(22px,2.2vw);
	font-weight: bold;
	opacity: 1 !important;
}

article section.area li div.area_name {
	position: absolute;
	width: 100%;
	bottom: 1em;
}
article section.area li p {
	width: 100%;
    margin: 5px 0 0;
    font-size: 15px;
    line-height: 1.6;
    white-space: normal;
}
article section.area ul.col_3 {
	margin-top: 30px;
}
article section.area ul.col_3 li {
	height: 240px;
	width: 32%;
}
article section.area ul.col_3 a {
	aspect-ratio: auto; 
	height: 100%;
}

/* section.campaign
-------------------------------------------------------------*/

article section.campaign {
	padding: 85px 0 80px;
}
article section.campaign div.cpbn {
    margin: 40px 0;
    text-align: center;
}
article section.campaign div.cpbn:last-child {
    margin: 40px 0 0;
}
article section.campaign div.cpbn:last-child img{
    width: 100%;
    margin: 0 auto;
}


/* section.gourmet
-------------------------------------------------------------*/

article section.gourmet {
	padding: 55px 0 80px;
	background: #f9f7e4;
}

article section.gourmet div.inner {
	width: 1100px;
}

article section.gourmet p.copy {
	margin: 30px auto 50px;
	text-align: center;
	line-height: 1.93;
	font-size: 16px;
	white-space: nowrap;
}

article section.gourmet h3 {
	margin: 0 auto 35px;
	text-align: center;
	line-height: 1.3;
	font-size: min(36px,5vw);
	font-weight: bold;
	color: #c8b607;
}
article section.gourmet h3::before,
article section.gourmet h3::after {
	content: '';
	position: relative;
	top: 0.1em;
	display: inline-block;
	width: 42px;
	height: 38px;
}
article section.gourmet h3::before {
	left: -0.7em;
	background: url(../images/common_icon_2a.png);
}
article section.gourmet h3::after {
	right: -0.5em;
	background: url(../images/common_icon_2b.png);
}

article section.gourmet ul.btn {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 1%;
	width: 86%;
	margin: 0 auto;
}
article section.gourmet ul.btn li {
	width: calc(95%/7);
}

article section.gourmet ul.btn button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 70px;
	background: #e8df97;
	border-top: 5px solid #e8df97;
	border-bottom: 3px solid #000;
	color: #000;
	font-size: 20px;
	transition: background 0.3s;
}
article section.gourmet ul.btn button.active {
	background: #fff;
	border-bottom: 3px solid #fff;
}
article section.gourmet ul.btn li:nth-child(1) button {
	border-top: 5px solid #3693c9;
	background: #3693c9;
	color: #fff;
}
article section.gourmet ul.btn li:nth-child(1) button.active {
	border-top: 5px solid #3693c9;
	background: #fff;
	color: #000;
}

article section.gourmet dl.tab {
	position: relative;
	width: 100%;
	margin-top: -3px;
	border-top: 3px solid #000;
}
article section.gourmet dl.tab > div {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s linear;
}
article section.gourmet dl.tab > div.active {
	position: relative;
	visibility: visible;
	opacity: 1;
}
article section.gourmet dl.tab > div {
	padding: 30px 45px;
	background: #fff;
}
article section.gourmet dl.tab > div > dt {
	position: absolute;
	top: 150px;
	right: 30px;;
	font-size: 113px;
	font-weight: bold;
	color: #e8df97;
	mix-blend-mode: multiply;
	opacity: 0.6;
}
article section.gourmet dl.tab div.catch {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
article section.gourmet div.catch figure {
	width: 37%;
}
article section.gourmet div.catch dl {
	width: 60%;
}
article section.gourmet div.catch dt {
	margin-bottom: 20px;
	padding-top: 20px;
	line-height: 1.4;
	font-size: 24px;
	font-weight: bold;
	color: #c8b607;
}
article section.gourmet dl.tab > div:nth-child(1) dt { color: #3693c9;}
article section.gourmet  dl.tab > div:nth-child(1) dl.item dt { color: #000;}
article section.gourmet div.catch dd {
	font-size: 16px;
	line-height: 1.88;
}
article section.gourmet ul.topic {
	display: flex;
	justify-content: space-between;
}
article section.gourmet ul.topic > li {
	width: 24%;
}
article section.gourmet dl.tab > div:nth-child(1) ul.topic > li,
article section.gourmet dl.tab > div:nth-child(2) ul.topic > li,
article section.gourmet dl.tab > div:nth-child(6) ul.topic > li {
	width: 32%;
}
article section.gourmet ul.topic figure {
	margin-bottom: 16px;
}
article section.gourmet dl.item dt {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
article section.gourmet dl.item dt span {
	display: block;
	font-size: 90%;
}
article section.gourmet dl.item dt span.small {
	display: inline;
	font-size: 80%;
	font-weight: normal;
}

article section.gourmet dl.item dd {
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 1.5;
}
article section.gourmet dl.restaurant > dt {
	padding: 0.4em 0 1.3em 40px;
	background: url(../images/common_icon_3.png) no-repeat top 0 left 0;
	line-height: 1.3;
	font-size: 16px;
	font-weight: bold;
}
article section.gourmet dl.restaurant li {
	padding: 0 0 0.8em 30px;
	background: url(../images/common_icon_4.png) no-repeat top 0 left 6px;
}
article section.gourmet dl.restaurant li a {
	line-height: 1.4;
	color: #000;
	font-size: 14px;
	text-decoration: underline;
}
article section.gourmet dl.tab > div:not(:nth-child(2)) dl.restaurant {
	margin-top: 10px;
	padding-top: 15px;
	border-top: solid 1px #c4c5c5;
}
article section.gourmet dl.tab > div:not(:nth-child(2)) dl.restaurant ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5%;
	padding: 0 4%;
}
article section.gourmet dl.tab > div:not(:nth-child(2)) dl.restaurant li {
	width: calc(90%/3);
	padding: 0 0 0.8em 24px;
	background-position: top 0 left 0;
}

article section.gourmet dl.restaurant dl.col_2 {
	display: flex;
	gap: 3.2%;
	padding: 0 4%;
}
article section.gourmet dl.restaurant dl.col_2 dt {
	padding: 0 0 0.8em 0;
	line-height: 1.3;
	font-size: 16px;
	font-weight: bold;
}

article section.gourmet dl.tab dl.restaurant ul.c1 {
	gap: 0;
	padding: 0 !important;
}
article section.gourmet dl.tab dl.restaurant ul.c1 li {
	width: 100%;
	padding: 0 0 0.8em 24px;
	background-position: top 0 left 0;
}
article section.gourmet dl.tab dl.restaurant ul.c2 {
	gap: 4%;
	padding: 0 !important;
}
article section.gourmet dl.tab dl.restaurant ul.c2 li {
	width: 47%;
	padding: 0 0 0.8em 24px;
	background-position: top 0 left 0;
}

article section.gourmet dl.tab p.pickup {
	margin-bottom: 20px;
	padding: 0.3em 0;
	text-align: center;
	background: #e8df97;
	line-height: 1.3;
	font-size: 18px;
	font-weight: bold;
}
article section.gourmet dl.tab p.link {
	margin: -1em 0 0;
	text-align: left;
}
article section.gourmet dl.tab p.link a {
	padding: 0 0 0.8em 30px;
	background: url(../images/common_icon_4.png) no-repeat top 0 left 6px;
	line-height: 1.4;
	color: #000;
	font-size: 14px;
	text-decoration: underline;
}

/* section.treasure
-------------------------------------------------------------*/

article section.treasure {
	padding: 55px 0 80px;
	background: #dbf1fe;
}
article section.treasure p.copy {
	margin: 30px auto 40px;
	text-align: center;
	line-height: 1.93;
	font-size: 16px;
}

article section.treasure dd#resetBtn a {
    display: flex;
    justify-content: center;
    align-content: center;
    
    width: 50%;
    margin: 35px auto 0;
    padding: 9px 18px;
	border: solid 1px #222;
	border-radius: 6px;
	text-align: center;
	font-size: 14px;
	color: #000;
    background: #F1ECC1;
}

/* dl.reco_searchbox */

dl.reco_searchbox {
	position: relative;
	margin-bottom: 60px;
	background: #fff;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
}
dl.reco_searchbox::after {
	content: '';
	position: absolute;
	height: 25px;
	width: 100%;
	clip-path: polygon(50% 100%,100% 0,0 0);
	background: #fff;
}
div.reco_search {
	padding: 25px 30px 50px;
}
div.reco_travelstyle {
	padding: 0 30px 30px;
}
dl.reco_searchbox dt {
	margin-bottom: 22px;
	font-size: 22px;
	font-weight: bold;
	color: rgb(34, 34, 34);
}
dl.reco_searchbox dt::before {
	content: '';
	position: relative;
	display: inline-block;
	top: -0.35em;
	width: 16px;
	height: 2px;
	margin-right: 10px;
	background: #3693c9;
}
dl.reco_searchbox ul {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	padding-left: 26px;
}
dl.reco_searchbox li {
	display: inline-block;
	border: solid 1px #222;
	border-radius: 6px;
	text-align: center;
	font-size: 14px;
	color: #000;
	transition: opacity .2s ease-in;
}
dl.reco_searchbox li label {
	display: inline-block;
	padding: 9px 18px;
	width: 100%;
    cursor: pointer;
}

dl.reco_searchbox li:hover {
	opacity: 0.8;
}

dl.reco_searchbox div.reco_travelstyle li {
	min-width: 9em;
}
dl.reco_searchbox input {
	display: none;
}
dl.reco_searchbox li:has(input:checked) {
	border: solid 1px #3693c9;
	background: #3693c9;
	color: #fff;
}

/* ul.reco_list */

ul.reco_list {
	display: flex;
	gap: 16px;
    flex-wrap: wrap;
}
ul.reco_list > li {
	width: calc((100% - 16px*3)/4);
	background: #fff;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
    display: flex;
    flex-direction: column;
}
ul.reco_list > li > dl > dt {
	position: relative;
	width: fit-content;
	margin: 20px auto;
	font-size: 14px;
	font-weight: bold;
}
ul.reco_list > li > dl > dt::before,
ul.reco_list > li > dl > dt::after {
	content: '';
	position: absolute;
	top: 0.5em;
	width: 300%;
	height: 1px;
	background: #000;
}
ul.reco_list > li > dl > dt::before {
	left: calc(-300% - 1em);
}
ul.reco_list > li > dl > dt::after {
	right: calc(-300% - 1em);
}
ul.reco_list > li > dl > dd {
	padding: 0 12px 20px;
}
ul.reco_list > li > dl > dd.ex_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
ul.reco_list figure {
    margin: 0 0 20px;
}
ul.reco_list dl.DL1 dt {
	margin-bottom: 8px;
	line-height: 1.4;
	font-size: 14px;
	font-weight: bold;
}
ul.reco_list dl.DL1 dd {
    padding-bottom: 14px;
	line-height: 1.57;
	font-size: 14px;
}
ul.reco_list dl.DL2 dt {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	line-height: 1.4;
	font-size: 14px;
	font-weight: bold;
}
ul.reco_list dl.DL2 dt::before {
	content: url(../images/common_icon_5.png);
	margin-right: 10px;
}
ul.reco_list dl.DL2 dd a {
	padding: 0.2em 0 0.8em 24px;
	background: url(../images/common_icon_4.png) no-repeat top 0.3em left 0;
	line-height: 1.4;
	color: #000;
	font-size: 14px;
	text-decoration: underline;
}
ul.reco_list dl dl ul {
	/*display: flex;
	gap: 20px;
	padding-bottom: 10px;*/
}
ul.reco_list dl dl ul li {
	margin-bottom: 5px;
}
ul.reco_list p {
    margin: auto auto 15px;
    width: calc(100% - 24px);
}
ul.reco_list p a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 2em;
	border-radius: 6px;
	background: #3693c9;
	color: #fff;
}


/* section.first
-------------------------------------------------------------*/

article section.first {
	padding: 55px 0 40px;
}

article section.first p.copy {
	margin: 40px auto 0;
	text-align: center;
	line-height: 1.93;
	font-size: 18px;
    font-weight: bold;
}

article section.first ol.first {
	margin-top: 20px;
}
article section.first ol.first li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
article section.first ol.first li strong {
	display: inline-block;
	margin-right: 0.5em;
	line-height: 1.4;
	font-size: 26px;
}
article section.first ol.first li a {
	display: inline-block;
	padding-bottom: 0.1em;
	border-bottom: solid 1px #010101;
	font-size: 16px;
	color: #010101;
}

article section.first div.cpbn a span {
    display: block;
    text-align: right;
    font-size: 12px;
    margin: 10px 0 0;
}



/* section.movie
-------------------------------------------------------------*/

article section.movie {
	padding: 55px 0 60px;
	background: #dbf1fe;
}

article section div.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin: 30px auto 40px;
}
article section div.youtube iframe {
	width:100%;
	height:100%;
}

article section.movie ul.thumb div.simplebar-content {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 50px;
}
div.simplebar-content.simplebar-content:after,
div.simplebar-content.simplebar-content:before {
	content: none !important;
}

article section.movie ul.thumb li {
	width:calc((100% - 50px)/2);
}
article section.movie ul.thumb li img {
	width: 100%;
}
article section.movie ul.thumb li figcaption {
	display: block;
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	color: #000;
}

article section.movie p.link a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	background: #3693c9 url(../images/common_icon_7.png) no-repeat center right 20px;
	border-radius: 6px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}


/* section.travel
-------------------------------------------------------------*/

article section.travel {
	padding: 55px 0 80px;
}

article section.travel p.copy {
	margin: 40px auto 20px;
	text-align: center;
	line-height: 1.93;
	font-size: 22px;
    font-weight: bold;
}

article section.travel dl.travel {
	width: 773px;
	max-width: 100%;
	margin: 0 auto;
}
article section.travel dl.travel > div:not(:last-child) {
	margin-bottom: 45px;
}
article section.travel dl.travel dt {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin-bottom: 10px;
}
article section.travel dl.travel dt span {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-size: 18px;
	font-weight: bold;
}
article section.travel dl.travel dt span::before {
	display: inline-block;
}
article section.travel dl.travel dt span.t1::before {content: url(../images/common_icon_6a.png);}
article section.travel dl.travel dt span.t2::before {content: url(../images/common_icon_6b.png);}
article section.travel dl.travel dt span.t3::before {content: url(../images/common_icon_6c.png);}

article section.travel dl.travel dt strong {
    color: #cc0000;
}

article section.travel dl.travel dd a,
article section.travel dl.travel dd em {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	background: #3693c9 url(../images/common_icon_7.png) no-repeat center right 20px;
	border-radius: 6px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
article section.travel dl.travel dd em {
	background: #aaa url(../images/common_icon_7.png) no-repeat center right 20px;
}
article section.travel dl.travel dd p {
    margin-top: 10px;
    text-align: center;
}
.area_island article section.travel dl.travel dd ul li:nth-of-type(1) {
    line-height: 1.3;
}

article section.travel div.cp2025link ul#under_link {
	margin-top: 20px;
}
article section.travel div.cp2025link ul#under_link li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    background: #3693c9 url(../images/common_icon_7.png) no-repeat center right 20px;
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

/* section.misc
-------------------------------------------------------------*/

article section.misc {
	padding: 55px 0 80px;
	background: #dbf1fe;
}

article section.misc ul.misc {
	margin-top: 30px;
}
article section.misc ul.misc li a {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
	padding: 16px;
	background: #fff;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    color: #000;
}
article section.misc ul.misc figure {
	flex-shrink: 0;
	width: 200px;
}
article section.misc ul.misc figure img {
	width: 100%;
}

article section.misc ul.misc dt {
	margin-bottom: 20px;
	line-height: 1.6;
	font-size: 16px;
	font-weight: bold;
}
article section.misc ul.misc dd {
	line-height: 1.7;
	font-size: 14px;
}

article section.misc p.link {
	text-align: right;
}

article section.misc p.link a {
	padding: 0 24px 0.8em 0;
	background: url(../images/common_icon_4.png) no-repeat top 0.1em right 0;
	line-height: 1.4;
	color: #000;
	font-size: 16px;
	text-decoration: underline;
}

/* section.place
-------------------------------------------------------------*/

article section.place {
	padding: 0 0 60px;
}
article section.place p.copy {
	margin: 30px auto 50px;
	text-align: center;
	line-height: 1.93;
	font-size: 16px;
}
article section.place ul {
    display: flex;
    justify-content: center;
}
article section.place ul li {
    width: 45%;
    margin-right: 5%;
}
article section.place ul li:last-child {
    margin-right: 0;
}
article section.place ul li a span{
    display: block;
    text-align: right;
    margin-top: 5px;
}
article section.place p.link a {
    margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	background: #3693c9 url(../images/common_icon_7.png) no-repeat center right 20px;
	border-radius: 6px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}


/* section.accommodation
-------------------------------------------------------------*/

article section.accommodation {
	padding: 55px 0 30px;
}

article section.accommodation ul.slide {
	margin: 30px 0 0;

}
article section.accommodation ul.slide > li {
	position: relative;
}

article section ul.slide li.slick-slide {
	margin: 0 20px;
	padding: 40px 20px 20px;
	background: #dbf1fe;
}
article section a.slick-arrow {
	position: absolute;
	top: calc(50% - 22px);
	z-index: 1;
	width: 25px;
	height: 44px;
}
article section a.slick-arrow.prev {
	left: -10px;
	background: url(../images/common_arrow_prev.png);
}
article section a.slick-arrow.next {
	right: -10px;
	background: url(../images/common_arrow_next.png);
}


article section.accommodation dl.item {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 3%;
	margin-bottom: 20px;
}
article section.accommodation dl.item > dt {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
article section.accommodation dl.item > dt span {
	display: inline-block;
	line-height: 1.3;
}
article section.accommodation dl.item > dt span.s1 {
	white-space: nowrap;
	font-size: 16px;
}
article section.accommodation dl.item > dt span.s2 {
	margin-left: 1em;
	padding-left: 1em;
	border-left: solid 1px #000;
	font-size: 24px;
	font-weight: bold;
}
article section.accommodation dl.item dd.img {
	width: 42%;
}
article section.accommodation dl.item dd.img figure.slide li.slick-slide {
    padding: 0;
}
article section.accommodation dl.item dd.txt {
	width: 55%;
	color: #010101;
}
article section.accommodation dl.item dd.txt p {
	margin: 0 0 14px;
	line-height: 1.8;
	font-size: 16px;

}
article section.accommodation dl.item dd.txt th,
article section.accommodation dl.item dd.txt td {
	position: relative;
	padding: 0.5em 0;
	vertical-align: top;
	line-height: 1.6;
	font-size: 14px;
}
article section.accommodation dl.item dd.txt th {
	padding-right: 2em;
	text-align: right;
	white-space: nowrap;
}
article section.accommodation dl.item dd.txt th::after {
	content: '';
	position: absolute;
	top: 0.5em;
	right: 1em;
	width: 1px;
	height: 1.4em;
	background: #000;
}
article section.accommodation dl.item dd.txt td span{
    display: block;
    text-indent: -1em;
    margin-left: 1em;
}
article section.accommodation ul.link {
	display: flex;
	gap: 3%;
}
main.area_island article section.accommodation ul.link {
	display: flex;
    gap: 0;
    justify-content: center;
}
article section.accommodation ul.link li {
	width: 48.5%;
}
article section.accommodation ul.link a {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 70px;
	background: #3693c9 url(../images/common_icon_7.png) no-repeat center right 20px;
	border-radius: 6px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
article section.accommodation ul.link div.noLink {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 70px;
	background: #ccc url(../images/common_icon_7.png) no-repeat center right 20px;
	border-radius: 6px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
article section.accommodation ul.link li span {
    display: block;
}
article section.accommodation ul.link li:nth-of-type(1) span {
    width: 100%;
    margin-bottom: -20px;
    font-size: 15px;
    text-align: center;
}
article section.accommodation ul.link li:nth-of-type(2) span {
    margin-top: 10px;
    text-indent: -1em;
    margin-left: 1em;
    font-size: 14px;
    line-height: 1.5;
    color: #CC0000;
}
main.area_island article section.accommodation ul.link li:nth-of-type(1) span {
    margin-top: 10px;
    margin-bottom: 0;
    text-indent: -1em;
    margin-left: 1em;
    font-size: 14px;
    line-height: 1.5;
    color: #CC0000;
    text-align: left;
}


/* aside.banner
-------------------------------------------------------------*/

aside.banner {
	padding: 100px 0 80px;
}

aside.banner ul {
	display: flex;
	justify-content: center;
    align-items: baseline;
	gap: 40px;
}
aside.banner ul li:last-child img {
    width: 310px;
    height: auto;
}


/* ============================================================
PC
============================================================ */

@media screen and (min-width: 760px),print {

article section .tripa_atten {
	margin: 0 auto;
	width: 60%;
}

/* section.copy
-------------------------------------------------------------*/

	article section.area div.col_2 {
		display: flex;
		justify-content: space-between;
	}
	article section.area div.col_2 h2 {
		width: 30%;
		position: relative;
		top: 40px;
	}
	article section.area div.col_2 p {
		width: 70%;
	}
    article section.copy div#cs {
        width: 700px;
        padding: 20px;
        font-size: 30px;
	}
	article section.copy div.cp2025link {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	article section.copy div.cp2025link dl {
		width: 45%;
	}
	article section.copy div.cp2025link dd {
		margin-top: 15px;
	}
	article section.copy div.cp2025link dd a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 70px;
		background: #649FC5 url(../images/common_icon_8.png) no-repeat center right 20px;
		border-radius: 6px;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.4;
		text-align: center;
	}
	article section.copy div.cp2025link dl:first-of-type a {
		background: #B9AC00 url(../images/common_icon_7.png) no-repeat center right 20px;
	}
	article section.copy div.cp2025link dl a span {
		font-size: 16px;
	}
	article section.copy div.cp2025link ul,
	article section.cp_area div.cp2025link ul {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-top: 30px;
	}
	article section.copy div.cp2025link ul li,
	article section.cp_area div.cp2025link ul li {
		width: 48%;
	}
	article section.copy div.cp2025link ul li a,
	article section.cp_area div.cp2025link ul li a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 70px;
		background: #000 url(../images/common_icon_7.png) no-repeat center right 20px;
		border-radius: 6px;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
	}


/* section.area
-------------------------------------------------------------*/

	article section.area li div.area_pic:hover {
		background-size: 120%;
	}
	
	article section.area li div.area_pic:hover::before {
		opacity: 0.4;
	}

	article section.area.under li:hover {
		background-size: 120%;
	}
	
	article section.area.under li:hover::before {
		opacity: 0.4;
	}


/* section.first
-------------------------------------------------------------*/

	article section.first ol.first {
		column-count: 2;
	}
	article section.first div.cpbn {
        margin: 40px 0 0;
    }
	article section.first div.cpbn p{
        width: 400px;
        margin: 0 auto;
    }
    article section.first div.cpbn a span {
        font-size: 14px;
    }
/* section.travel
-------------------------------------------------------------*/

	article section.travel div.cpbn {
        margin: 40px 0 0;
    }
	article section.travel dl.travel dd ul {
        display: flex;
        justify-content: space-between;
	}
	article section.travel dl.travel dd ul li {
        width: 45%;
	}

	article section.travel div.cp2025link ul#under_link {
		display: flex;
		justify-content: space-between;
	}
	article section.travel div.cp2025link ul#under_link li:first-child {
		width: 25%;
	}
	article section.travel div.cp2025link ul#under_link li {
		width: calc((100% - 25% - 40px) / 2);
	}
	article section.travel div.cp2025link ul#under_link.island {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	article section.travel div.cp2025link ul#under_link.island li {
		margin-bottom: 15px;
	}
	article section.travel div.cp2025link ul#under_link.island li:first-child {
		width: 53%;
	}
	article section.travel div.cp2025link ul#under_link.island li:nth-child(n+2) {
		width: 48%;
	}


} /* end @media */


/* ============================================================
SP
============================================================ */

@media screen and (max-width: 759.9px) {

article section .tripa_atten p {
	text-indent: -1em;
	margin-left: 1em;
	text-align: left;
}

/* section.copy
-------------------------------------------------------------*/

	article section.copy {
		padding: 38px 0 0;
	}
	article section.copy p.lead {
		white-space: normal;
	}
	article section.copy dl {
		margin: 40px auto 0;
	}
    article section.copy div#cs {
        width: 100%;
        padding: 20px;
        font-size: 25px;
        line-height: 1.6;
    }
    article section.copy figure.area_catch {
        margin-bottom: 40px;
    }
	article section.copy div.cp2025link dd {
		margin-top: 15px;
	}
	article section.copy div.cp2025link dd a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 60px;
		background: #649FC5 url(../images/common_icon_8.png) no-repeat center right 20px;
		border-radius: 6px;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.4;
		text-align: center;
	}
	article section.copy div.cp2025link dl a span {
		font-size: 16px;
	}
	article section.copy div.cp2025link dl:first-of-type a {
		background: #B9AC00 url(../images/common_icon_7.png) no-repeat center right 20px;
	}
	article section.copy div.cp2025link ul,
	article section.copy div.cp_area ul {
		margin: 30px 0;
	}
	article section.copy div.cp2025link ul li,
	article section.cp_area div.cp2025link ul li {
		margin-top: 15px;
	}
	article section.copy div.cp2025link ul li a,
	article section.cp_area div.cp2025link ul li a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 60px;
		background: #000 url(../images/common_icon_7.png) no-repeat center right 20px;
		border-radius: 6px;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
	}


/* section.area
-------------------------------------------------------------*/

	article section.area {
		padding: 38px 0 0;
	}
	article section.area div.col_2 p {
		margin-top: 20px;
		white-space: normal;
	}
	article section.area ul {
		flex-wrap: wrap;
		gap: 16px;
	}
	article section.area li {
		width: calc((100% - 16px)/2);
	}
	article section.area li div.area_pic {
		height: 40vw;
	}
	article section.area li div.area_pic::before {
		height: 2em;
	}
	article section.area li div.area_pic a {
		/*aspect-ratio: 1 / 0.64; */
		position: absolute;
		font-size: min(22px,3.5vw);
		height: auto;
		bottom: 0.75em;
	}
	article section.area li div.area_name {
		bottom: 0;
	}
	article section.area li p {
		font-size: 13px;
	}
	article section.area ul.col_3 li {
		height: auto;
		width: calc((100% - 16px)/2);
	}
	article section.area ul.col_3 a {
		aspect-ratio: 1 / 0.64; 
	}


/* section.campaign
-------------------------------------------------------------*/

	article section.campaign {
		padding: 60px 0 80px;
	}
	article section.campaign div.cpbn {
        margin: 20px 0;
    }
    article section.campaign div.cpbn:last-child {
        margin: 20px 0 0;
    }


/* section.gourmet
-------------------------------------------------------------*/

	article section.gourmet {
		padding: 55px 0 80px;
		background: #f9f7e4;
	}

	article section.gourmet h3 {
		font-size: min(20px,5vw);
	}
	article section.gourmet h3::before,
	article section.gourmet h3::after {
		width: 21px;
		height: 19px;
		background-size: 100% auto !important;
	}
	article section.gourmet ul.btn {
		flex-wrap: wrap;
		gap: 5px;
		width: 100%;
	}
	article section.gourmet ul.btn li {
		width: calc((100% - 15px)/4);
	}
	article section.gourmet ul.btn button {
		height: 2.4em;
		background: #e8df97;
		border: none;
		font-weight: bold;
		font-size: 18px;
	}
	article section.gourmet ul.btn button.active {
		background: #c8b607;
		border: none;
	}
	article section.gourmet ul.btn li:nth-child(1) button {
		border-top: none;
		background: #C2DEEF;
		color: #000;
	}
	article section.gourmet ul.btn li:nth-child(1) button.active {
		border-top: none;
		background: #3693c9;
		color: #fff;
	}
	article section.gourmet dl.tab {
		margin-top: 5px;
		border: none;
	}
	article section.gourmet dl.tab > div {
		padding: 6vw;
		background: #fff;
	}
	article section.gourmet dl.tab > div > dt {
		display: none;
	}
	article section.gourmet dl.tab div.catch {
		display: block;
		margin-bottom: 30px;
	}
	article section.gourmet div.catch figure,
	article section.gourmet div.catch dl {
		width: 100%;
	}
	article section.gourmet div.catch figure {
		border-left: solid 12px #e8df97;
		border-right: solid 12px #e8df97;
	}
	article section.gourmet div.catch dt {
		margin-bottom: 10px;
		padding-top: 15px;
	}
	article section.gourmet ul.topic {
		display: block;
		margin-bottom: 0;
	}
	article section.gourmet ul.topic > li,
	article section.gourmet dl.tab > div:nth-child(1) ul.topic > li,
	article section.gourmet dl.tab > div:nth-child(2) ul.topic > li,
	article section.gourmet dl.tab > div:nth-child(6) ul.topic > li {
		width: 100%;
		padding-bottom: 0;
	}
	article section.gourmet ul.topic > li:not(:last-child) {
		margin-bottom: 6vw;
		border-bottom: solid 1px #c4c5c5;
	}
	article section.gourmet dl.tab > div:not(:nth-child(2)) dl.restaurant ul {
		display: block;
		padding: 0;
	}
	article section.gourmet dl.tab > div:not(:nth-child(2)) dl.restaurant li {
		width: 100%;
	}
	article section.gourmet dl.restaurant dl.col_2 {
		display: block;
		padding: 0;
	}
	article section.gourmet dl.restaurant dl.col_2 > div:not(:last-child) {
		margin-bottom: 10px;
	}
	article section.gourmet dl.tab dl.restaurant ul.c2 li {
		width: 100%;
	}
	
	article section.gourmet dl.tab > div:nth-child(2) ul.topic > li:not(:last-child) {
		padding: 0 0 10px;
	}
	article section.gourmet dl.tab > div:nth-child(2) dl.item dd {
		margin-bottom: 15px;
	}
	
	article section.gourmet dl.tab > div:not(:nth-child(2)) ul.topic li {
		margin-bottom: 0px;
		border: none;
	}
	article section.gourmet dl.tab > div:nth-child(1) ul.topic li:not(:last-child) {
		margin-bottom: 6vw;
		border-bottom: solid 1px #c4c5c5;
	}
	article section.gourmet dl.tab > div:nth-child(1) ul.topic > li:not(:last-child) {
		padding: 0 0 6vw;
	}
	article section.gourmet dl.tab > div:not(:nth-child(2)) dl.restaurant {
		padding-top: 25px;
	}
	article section.gourmet dl.tab > div:nth-child(6) ul.topic li:not(:last-child) {
		margin-bottom: 20px;
	}
	article section.gourmet dl.tab p.pickup {
		font-size: 16px;
	}

/* section.treasure
-------------------------------------------------------------*/

article section.treasure dd#resetBtn a {    
    width: 100%;
}

/* dl.reco_searchbox */
    dl.reco_searchbox ul {
        gap: 10px 15px;
        padding-left: 0;
    }
    dl.reco_searchbox li label {
        padding: 10px;
    }


/* section.treasure
-------------------------------------------------------------*/


	ul.reco_list {
		flex-wrap: wrap;
	}
	ul.reco_list > li {
		width: calc((100% - 16px)/2);
	}


/* section.first
-------------------------------------------------------------*/

	article section.first {
		padding: 55px 0 50px;
	}

	article section.first ol.first li {
		margin-bottom: 6px;
	}

	article section.first ol.first li a {
		display: inline-block;
		padding-bottom: 0;
		line-height: 1.3;
		border: none;
		text-decoration: underline;
	}
    article section.first div.cpbn {
        margin: 20px 0 0;
    }    
    

/* section.movie
-------------------------------------------------------------*/

	article section.movie ul.thumb div.simplebar-content {
		flex-wrap: nowrap;
		gap: 20px;
	}
	article section.movie ul.thumb li {
		width: 60vw;
		flex-shrink: 0;
		padding-bottom: 20px;
	}
	article section.movie div.simplebar-scrollbar {
		height: 10px;
		background: #41485B;
		border-radius: 5px;
		top: 0;
	}
	article section.movie div.simplebar-track.simplebar-horizontal {
		height: 10px;
		background: #B5B5B5;
		border-radius: 5px;
		margin: 0 auto;
	}
    

/* section.travel
-------------------------------------------------------------*/

	article section.travel div.cpbn {
        margin: 20px 0 40px;
    }
	article section.travel dl.travel dt {
		flex-direction: column;
		gap: 0;
		line-height: 1.4;
	}
    article section.travel dl.travel dt span {
        flex-wrap: wrap;
    }
    article section.travel dl.travel dt strong {
        width: 100%;
        text-align: center;
    }
	article section.travel dl.travel dd ul li:last-child {
        margin-top: 20px; 
	}
    article section.travel dl.travel dd p {
        text-indent: -1em;
        margin-left: 1em;
        text-align: left;
        line-height: 1.5;
    }
	article section.travel div.cp2025link ul#under_link li {
		margin-bottom: 15px;
		font-size: 18px;
	}
	article section.travel div.cp2025link ul#under_link.island li {
		line-height: 1.4;
		text-align: center;
		font-size: 17px;
	}


/* section.misc
-------------------------------------------------------------*/

	article section.misc ul.misc li a {
		flex-direction: column;
		gap: 20px;
	}
	article section.misc ul.misc figure {
		width: 100%;
	}
	article section.misc ul.misc dt {
		margin-bottom: 10px;
	}


/* section.place
-------------------------------------------------------------*/

    article section.place p.link a {
        justify-content: center;
        align-items: center;
        height: 50px;
        background: #3693c9 url(../images/common_icon_7.png) no-repeat center right 5px;
        font-size: 15px;
    }


/* section.accommodation
-------------------------------------------------------------*/

	article section.accommodation {
		padding: 55px 0 0;
	}
	article section ul.slide li.slick-slide {
		margin: 0;
		padding: 40px 20px 20px;
	}
	article section a.slick-arrow.prev {
		left: -15px;
	}
	article section a.slick-arrow.next {
		right: -15px;
	}
	
	article section.accommodation dl.item {
		display: block;
	}
	article section.accommodation dl.item > dt {
		margin: 0 0 20px;
	}
	
	article section.accommodation dl.item dd.img,
	article section.accommodation dl.item dd.txt {
		width: 100%;
	}
    article section.accommodation dl.item dd.txt p {
        padding-top: 14px;
    }
	article section.accommodation dl.item dd.txt table {
        width: 100%;
	}
	article section.accommodation dl.item dd.txt th,
	article section.accommodation dl.item dd.txt td {
        display: block;
        text-align: left;
	}
	article section.accommodation dl.item dd.txt th {
		/*padding-right: 1em;*/
        padding: 0 0.5em;
        width: 100%;
        border-bottom: 1px solid #000;
	}
	article section.accommodation dl.item dd.txt td {
		padding: 0.3em 0.5em;
        margin-bottom: 1em;
	}
	article section.accommodation dl.item dd.txt th::after {
		top: 0.25em;
		right: 0.5em;
        display: none;
	}

	article section.accommodation ul.link {
		display: block;
	}
	article section.accommodation ul.link li {
		margin-top: 10px;
		width: 100%;   
	}



/* aside.banner
-------------------------------------------------------------*/

	aside.banner {
		padding: 80px 0 60px;
	}
	
	aside.banner ul {
		gap: 4vw;
        flex-wrap: wrap;
	}
	aside.banner img {
		/*max-width: 42vw;*/
		height: auto;
	}
    aside.banner ul li:last-child img {
        width: 100%; /* 120px */
        height: auto;
    }
	
} /* end @media */


/* ============================================================
intermediate
============================================================ */

@media screen and (min-width:759.9px) and (max-width:900px) {

	ul.reco_list {
		flex-wrap: wrap;
	}
	ul.reco_list > li {
		width: calc((100% - 16px*2)/3);
	}

}


/* ============================================================
	more button
============================================================ */
.more_box {
    position: relative;
}
.more_box label {
    height: 80px; /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;

    /* 以下グラデーションは「背景が白」に併せて設定しています */ 
    background: -webkit-linear-gradient(top, rgba(219, 241, 254, 0) 0%, rgba(219, 241, 254, 0.95) 90%);
    background: -moz-linear-gradient(top, rgba(219, 241, 254, 0) 0%, rgba(219, 241, 254, 0.95) 90%);
    background: -o-linear-gradient(top, rgba(219, 241, 254, 0) 0%, rgba(219, 241, 254, 0.95) 90%);
    background: -ms-linear-gradient(top, rgba(219, 241, 254, 0) 0%, rgba(219, 241, 254, 0.95) 90%);
    background: linear-gradient(to bottom, rgba(219, 241, 254, 0) 0%, rgba(219, 241, 254, 0.95) 90%);
    
    z-index: 98;
}
.more_box input:checked + label {
    background: inherit; /* 開いた時には背景グラデーションを消す */
}
.more_box label:after {
    content: "もっと見る"; /* ラベルの文字 */
    letter-spacing: .05em;
    line-height: 2.5rem;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    background-color: #3693c9;
    width: 18.75rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.more_box label:before {
    content: "↓";
    font-weight: 700;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    background-color: #fff;
    z-index: 1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #3693c9;
}
.more_box input {
    display: none;
}
.more_box .more_area {
    overflow: hidden;
    height: 600px; /* 開く前に見えている部分の高さ */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.more_box input:checked + label {
    /* display: none ; 閉じるボタンは要らないとき */
}
.more_box input:checked + label:after {
    content: "閉じる";
}
.more_box input:checked + label:before {
    content: "↑";
}
.more_box input:checked ~ .more_area {
    height: auto;
    padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

/* SP */
@media screen and (max-width: 759.9px) {

.more_box .more_area {
    height: 610px; /* 開く前に見えている部分の高さ */
}

}


/* ============================================================
20250612 add
============================================================ */

/* common
-------------------------------------------------------------*/

/* ============================================================
	top
============================================================ */

article section.copy nav#inside_page_nav.m_fixed {
	position: fixed;
	top:0;
	left:0;
	right: 0;
	margin: auto;
	z-index: 99;
	width: min(100%, 970px);
}
article section.copy nav#inside_page_nav ul {
	display: flex;
	justify-content: space-between;
}
article section.copy nav#inside_page_nav ul li {
	position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction:column;
	background: #000;
	text-align: center;
}
article section.copy nav#inside_page_nav ul li a {
	display: block;
	padding: 15px 0 20px;
	color: #fff;
}
article section.copy nav#inside_page_nav ul li::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	margin: auto;
}

article section.plan_info h3,
article section.howto_plan h3,
article section.qa h3{
	position: relative;
	margin: 30px 0;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
}
article section.plan_info h3::before,
article section.howto_plan h3::before,
article section.qa h3::before {
    position: absolute;
    border-bottom: 3px solid #C8A063;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    content: '';
}
article section.plan_info ul.banner_area {
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}
article section.plan_info ul.yado_area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
article section.plan_info ul.yado_area li {
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}
article section.plan_info ul.yado_area li a {
	color: #2179ad;
}

article section.plan_info .popularity_api_wrap {
	display: flex;
}
article section.plan_info .popularity_api h4 {
	margin-bottom: 10px;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	background: #e8df97;
}
article section.plan_info .boxOnsen {
	flex-shrink: 0;
	margin-right: 30px;
}
article section.plan_info .boxOnsen:last-child {
	margin-right: 0;
}
article section.plan_info .boxBusIn {
}
article section.plan_info .boxOnsen .twocolumB {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
}
article section.plan_info .boxOnsen .twocolumB p {
	width: 35%;
}
article section.plan_info .boxOnsen .twocolumB p.btnDet.tlp {
	width: 90%;
	margin: 10px auto 0;
	text-align: center;
}
article section.plan_info .boxOnsen .twocolumB p.btnDet.tlp a {
	display: block;
	padding: 0.5em 0;
	background: #3693c9;
	color: #fff;
	border-radius: 6px;
}
article section.plan_info .boxOnsen .twocolumB dl {
	width: 62%;
	margin-left: 3%;
}
article section.plan_info .boxOnsen .twocolumB dl dt {
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.5;
}
article section.plan_info .boxOnsen .twocolumB dl dt a {
	color: #2179ad;
}
article section.plan_info .boxOnsen .twocolumB dl dd {
	font-size: 14px;
	line-height: 1.6;
}
article section.plan_info .boxOnsen .twocolumB dl dd strong {
	font-weight: bold;
}
article section.plan_info .boxOnsen .twocolumB dl dd strong.price {
	color: #dd0000;
	font-size: 16px;
}


article section.howto_plan div.cp2025link ul#under_link,
body#top.plan article section.cp_area div.cp2025link ul.under_link {
	margin-top: 20px;
}
article section.howto_plan div.cp2025link ul#under_link li a,
body#top.plan article section.cp_area div.cp2025link ul.under_link li a,
body#top.plan article section.cp_area div.cp2025link ul.under_link li span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    background: #3693c9 url(../images/common_icon_7.png) no-repeat center right 20px;
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
body#top.plan article section.cp_area div.cp2025link ul.under_link li span {
	margin-bottom: 20px;
    background: #ccc url(../images/common_icon_7.png) no-repeat center right 20px;
}
body#top.plan article section.cp_area div.cp2025link ul.under_link.no_color li a {
    background: #fff url(../images/common_icon_9.png) no-repeat center right 20px;
    color: #3693c9;
	border: 1px solid #3693c9;
}
article section.howto_plan div.sp_btn {
	position: relative;
	width: 80%;
	height: 180px;
	margin: 0 auto;
	background-size: 100%;
	background-position: center center;
	transition: background-size 0.2s ease-in;
	text-align: center;
	line-height: 1.6;
}
article section.howto_plan div.sp_btn {background-image: url("../images/img_sp_btn.png"); background-repeat: no-repeat;}

article section.howto_plan div.sp_btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	transition: opacity 0.2s ease-in;
}
article section.howto_plan div.sp_btn a {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1 / 1; 
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: min(22px,2.2vw);
	font-weight: bold;
	opacity: 1 !important;
}

article section.howto_plan ul.introduction_service {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	margin: 80px auto 50px;
	text-align: center;
}
article section.howto_plan ul.introduction_service li {
	width: 43%;
	font-weight: bold;
	line-height: 1.6;
}
article section.howto_plan ul.introduction_service li a {
	color: #004DA3;
}
article section.howto_plan ul.pamphlet_area {
	display: flex;
	justify-content: space-between;
}

article section.qa dl.qa {
	margin: 20px 0 0;
}
article section.qa dl.qa dt {
	position: relative;
	padding: 16px 20px 12px 60px;
	line-height: 1.44;
	background: #F5F5F5;
	color: #333;
	font-size: 16px;
	font-weight: 700;
}
article section.qa dl.qa dd {
	position: relative;
	margin-bottom: 15px;
	padding: 10px 20px 10px 60px;
	line-height: 1.6;
	background: #fff;
	font-size: 16px;
}
article section.qa 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: #C8A063;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}
/*article section.qa dl.qa span + br {
	display: none;
}*/

article section.qa ul.inquiry {
	display: flex;
	justify-content: space-between;
	padding: 30px 18px;
	background: #fff;
}

article section.qa 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.qa ul.inquiry a::before {
	content: '';
	position: relative;
	top: 0;
	left: 0;
	margin-right: 1em;
	background-size: cover !important;
}
article section.qa ul.inquiry li:nth-child(1) a::before {
	width: 62px;
	height: 54px;
	background: url(/akafu/kyushu/kagoshima/kojtrip/images/icon_home.png) no-repeat;
}
article section.qa ul.inquiry li:nth-child(2) a::before {
	width: 44px;
	height: 68px;
	background: url(/akafu/kyushu/kagoshima/kojtrip/images/icon_phone.png) no-repeat;
}
article section.qa ul.inquiry li:nth-child(3) a::before {
	width: 71px;
	height: 58px;
	background: url(/akafu/kyushu/kagoshima/kojtrip/images/icon_pc.png) no-repeat;
}

/* ============================================================
	plan
============================================================ */
body#top.plan main {
	margin-bottom: 50px;
}

body#top.plan article section.copy #inside_page_nav li.cs {
	position: relative;
	color: #fff;
}
body#top.plan article section.copy #inside_page_nav li.cs span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ccc;
	padding: 0.5em 0;
	font-weight: bold;
	opacity: 0.8;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
}
body#top.plan article section.copy h3.plan_menu_title {
	margin: 50px 0 20px;
	text-align: center;
	font-weight: bold;
}
body#top.plan article section.copy h3.plan_menu_title span {
	padding: 0 15px;
	background:linear-gradient(transparent 30%, #ff6 60%);
}
body#top.plan article section.copy ul.plan_menu {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 50px;
	justify-content: space-between;
}
body#top.plan article section.copy ul.plan_menu li {
	width: 32%; /* 2つの場合 49% */
	margin: 0;
	padding: 0;
}
body#top.plan article section.copy ul.plan_menu li img {
	width: 100%;
	height: auto;
}
body#top.plan article section.copy .go_kagoshima {
	text-align: center;
}
body#top.plan article section.copy .go_kagoshima p {
	margin-bottom: 15px;
	font-weight: bold;
}

body#top.plan article section.cp_area #plus1 {
	padding: 38px 0;
	background: #F4F5E5;
}
body#top.plan article section.cp_area #cool {
	padding: 38px 0;
	background: #E8F3F7;
}

body#top.plan article section.cp_area h3 {
	margin: 30px 0;
	color: #777;
	font-weight: bold;
	text-align: center;
}
body#top.plan article section.cp_area h4 {
	margin: 30px 0;
	color: #777;
	font-weight: bold;
	text-align: center;
}
body#top.plan article section.cp_area h5 {
	margin: 50px 0 15px;
	padding: 10px 0;
	color: #fff;
	background: #012F87;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
body#top.plan article section.cp_area h3 img {
	display: inline;
}

body#top.plan article section.cp_area #plus1 .app_img_area {
	margin: 50px 0;
}
body#top.plan article section.cp_area p.intro,
body#top.plan article section.cp_area p.departure_date {
	margin: 20px auto;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}
body#top.plan article section.cp_area #plus1 p.departure_date {
	color: #885502;
}
body#top.plan article section.cp_area #plus1 p.intro strong {
	color: #dd0000;
}
body#top.plan article section.cp_area #plus1 p.intro span {
	color: #885502;
}
body#top.plan article section.cp_area #plus1 p.departure_date strong {
	display: block;
	padding: 8px 0;
	background: #F0EDC0;
	color: #111;
	font-weight: normal;
}
body#top.plan article section.cp_area .cp2025link {
	margin-bottom: 80px;
}
body#top.plan article section.cp_area #plus1 ul.reco_list p a {
	background: #fff;
	border: 1px solid #855501;;
	color: #855501;
}
body#top.plan article section.cp_area #plus1 div.cp2025link ul.under_link li a {
    background: #855501 url(../images/common_icon_7.png) no-repeat center right 20px;
}
body#top.plan article section.cp_area dl.cool_point div.cp2025link ul.under_link li  {
	text-align: center;
	line-height: 1.4;
}
body#top.plan article section.cp_area div.cp2025link ul.under_link.one li {
	text-align: center;
	line-height: 1.4;
}

body#top.plan article section.cp_area #cool p.departure_date {
	display: block;
	padding: 8px 0;
	background: #afd5eb;
	color: #111;
	font-weight: normal;
}
body#top.plan article section.cp_area #cool p.departure_date strong {
	color: #012F87;
	font-weight: bold;
}
body#top.plan article section.cp_area dl.cool_point dt.cool_point_dt {
	color: #012F87;
	font-weight: bold;
	text-align: center;
}
body#top.plan article section.cp_area dl.cool_point dt.cool_point_dt span {
	padding: 0 15px;
	background:linear-gradient(transparent 60%, #ff6 60%);
}
body#top.plan article section.cp_area dl.cool_point div.cool_point_flex {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px dashed #ccc;
}
body#top.plan article section.cp_area dl.cool_point div.cool_point_flex:first-child {
	border-top: none;
}
body#top.plan article section.cp_area dl.cool_point div.cool_point_flex dd.cool_point_dd1 div {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 15px;
	background: #012F87;
	color: #fff;
}
body#top.plan article section.cp_area dl.cool_point div.cool_point_flex dd.cool_point_dd1 div span {
	color: #F8FF00;
}
body#top.plan article section.cp_area dl.cool_point div.cool_point_flex dd.cool_point_dd1 {
	font-weight: bold;
	line-height: 1.6;
}
body#top.plan article section.cp_area dl.cool_point div.cool_point_flex dd.cool_point_dd1 strong {
	color: #012F87;
}
body#top.plan article section.cp_area div.cp2025link.no_mb {
	margin-bottom: 5px;
}
body#top.plan article section.cp_area p.recommendation {
	color: #012F87;
	text-align: center;
}

body#top.plan article section.cp_area ul.reco_list dl.DL1 dd.use {
	margin-bottom: 5px;
	background: #000;
	color: #fff;
	padding: 5px 10px;
}


@media screen and (max-width: 759.9px) { /* sp */

/* ============================================================
	top
============================================================ */
article section.copy nav#inside_page_nav ul {
	flex-wrap: wrap;
}
article section.copy nav#inside_page_nav ul li {
	width: calc((100% - 15px) / 3);
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.4;
}
article section.copy nav#inside_page_nav.m_fixed li {
	width: 32%;
	font-size: 12px;
	margin-bottom: 5px;
}
article section.copy nav#inside_page_nav.m_fixed li a {
	padding: 5px 0 15px;
}
article section.copy nav#inside_page_nav.m_fixed ul li::after {
	bottom: 5px;
}
article section.copy nav#inside_page_nav.m_fixed ul li br {
	display: none;
}
article section.copy nav#inside_page_nav.m_fixed ul li span.pcnone.spnone {
	display: inline !important;
}
body#top.plan article section.copy ul.plan_menu li {
	width: 100%;
	margin: 0 0 20px;
}

article section.plan_info h3,
article section.howto_plan h3,
article section.qa h3{
	font-size: min(20px,4.5vw);
}

article section.plan_info p.pcnone {
	margin-bottom: 5px;
	font-size: 13px;
}

article section.plan_info .popularity_api {
	width: 100%
}
article section.plan_info .boxOnsen {
	width: 98%;
}
/* ここからタブ切り替えCSS */
article section.plan_info .popularity_api .popularity_api_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
article section.plan_info .popularity_api .popularity_api_wrap .tab_label {	/* タブ */
	position: relative;
	margin-right: 15px;
	padding: 7px 0;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	-webkit-order: -1;
	-moz-order: -1;
	-ms-order: -1;
	-o-order: -1;
	order: -1;
	border: 3px solid #C8A063;
	border-radius: 10px;
	background: #fff;
	transition: .5s;
	cursor: pointer;
	font-size: 20px;
	color: #C8A063;
	text-align: center;
	line-height: 1.2;
}
article section.plan_info .popularity_api .popularity_api_wrap .tab_label:hover {
	background: #C8A063;
	color: #fff;
}
article section.plan_info .popularity_api .popularity_api_wrap .tab_label:hover::after { /* タブメニューの▼の部分なので削除してもOKです */
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
    position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #C8A063;
	border-width: 14px;
	margin-left: -14px;
}

article section.plan_info .popularity_api .popularity_api_wrap .tab_label:nth-last-of-type(1){ margin-right: 0; }
article section.plan_info .popularity_api .popularity_api_wrap input {		/* ラジオボタン非表示 */
	display: none;
}
article section.plan_info .popularity_api .popularity_api_wrap .boxOnsen {	/* 本文 */
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
/*アクティブ（選ばれている時の）設定*/
article section.plan_info .popularity_api .popularity_api_wrap input:checked + .tab_label {
	background: #C8A063;
	color: #fff;
}
article section.plan_info .popularity_api .popularity_api_wrap input:checked + .tab_label::after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
    position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #C8A063;
	border-width: 14px;
	margin-left: -14px;
}

article section.plan_info .popularity_api .popularity_api_wrap input:checked + .tab_label + .boxOnsen {
	margin: 15px 0 0;
	padding: 0;
	height: auto;
	/*overflow: auto;*/ /* 場合によっては復活させる */
	transition: .5s opacity;
	opacity: 1;
}
/* ここまでタブ切り替えCSS */



article section.plan_info ul.banner_area {
	flex-wrap: wrap;
}
article section.plan_info ul.banner_area li {
	width: calc((100% - 10px) / 2);
	margin-bottom: 10px;
}

article section.plan_info ul.yado_area li {
	width: calc((100% - 20px) / 3);
}

article section.howto_plan div.sp_btn {
	width: 100%;
	height: 100px;
	background-size: cover;
}
article section.howto_plan div.sp_btn a {
	font-size: min(22px,4.5vw);
}
article section.howto_plan div.cp2025link ul#under_link li,
body#top.plan article section.cp_area div.cp2025link ul.under_link li {
    margin-bottom: 15px;
}
article section.howto_plan ul.introduction_service li {
	width: 47%;
	font-size: 14px;
}
article section.howto_plan ul.pamphlet_area {
	flex-wrap: wrap;
}
article section.howto_plan ul.pamphlet_area li {
	width: calc((100% - 15px) / 2);
	margin-bottom: 15px;
}

article section.qa dl.qa dt,
article section.qa dl.qa dd {
	padding-right: 4vw;
	padding-left: calc(40px + 4vw);
}
article section.qa dl.qa span {
	left: 4vw;
}
article section.qa ul.inquiry {
	flex-direction: column;
	padding: 0 4vw 30px;
	gap: 4vw;
}
article section.qa ul.inquiry a {
	width: 100%;
	max-width: 100%;
	padding: 4vw 0;
}


/* ============================================================
	plan
============================================================ */
body#top.plan article section.copy nav#inside_page_nav ul li {
	width: calc((100% - 15px) / 2);
	margin-bottom: 10px;
}
body#top.plan article section.copy nav#inside_page_nav.m_fixed ul li {
	width: 29%;
	margin-bottom: 10px;
}
body#top.plan article section.copy #inside_page_nav.m_fixed ul li.cs,
body#top.plan article section.copy #inside_page_nav.m_fixed ul li:nth-of-type(3) {
	display: none;
}
body#top.plan article section.copy #inside_page_nav.m_fixed ul li:nth-of-type(4) {
	width: 38%;
}
body#top.plan article section.copy h3.plan_menu_title {
	font-size: 20px;
}
body#top.plan article section.copy .go_kagoshima p {
	font-size: 18px;
}
body#top.plan article section.copy .go_kagoshima a {
	width: 90%;
	margin: 0 auto;
}

body#top.plan article section.cp_area h3,
body#top.plan article section.cp_area h4 {
	font-size: 25px;
	line-height: 1.4;
}
body#top.plan article section.cp_area #plus1 .app_img {
	display: none;
}
body#top.plan article section.cp_area dl.cool_point dt.cool_point_dt {
	margin-bottom: 15px;
	font-size: 20px;
}
body#top.plan article section.cp_area dl.cool_point div.cool_point_flex dd.cool_point_dd1,
body#top.plan article section.cp_area dl.cool_point div.cool_point_flex dd.cool_point_dd2 {
	text-align: center;
}
body#top.plan article section.cp_area dl.cool_point div.cool_point_flex dd.cool_point_dd2 {
	margin-top: 15px;
}
body#top.plan article section.cp_area dl.cool_point div.cool_point_flex dd.cool_point_dd2.img_size_s img {
	width: 50%;
	margin: 0 auto;
}
body#top.plan article section.cp_area dl.cool_point div.cool_point_flex {
	margin-top: 50px;
}
body#top.plan article section.cp_area dl.cool_point div.sp_scroll {
	overflow-x: scroll;
	overflow-y: hidden;
}
body#top.plan article section.cp_area dl.cool_point div.sp_scroll ul.reco_list {
	flex-wrap: nowrap;
	width: 750px;
}
body#top.plan article section.cp_area p.recommendation {
	font-size: 18px;
}


}/* end @media */








@media screen and (min-width: 760px),print { /* pc */

/* ============================================================
	top
============================================================ */
article section.copy nav#inside_page_nav ul {
	flex-wrap: nowrap;
}
article section.copy nav#inside_page_nav ul li {
	width: calc((100% - 50px) / 6);
}

article section.plan_info {
	padding: 38px 0;
}

article section.plan_info h3,
article section.howto_plan h3,
article section.qa h3{
	margin-top: 80px;
	font-size: min(20px,2.0vw);
}

article section.plan_info .popularity_api_wrap {
	width: 970px;
	overflow-x: scroll;
	overflow-y: hidden;
}
article section.plan_info .boxOnsen {
	width: 360px;
}

article section.plan_info ul.banner_area li {
	width: calc((100% - 30px) / 4);
}

article section.plan_info ul.yado_area li {
	width: calc((100% - 30px) / 6);
}

article section.howto_plan div.cp2025link ul#under_link,
body#top.plan article section.cp_area div.cp2025link ul.under_link {
    display: flex;
    justify-content: space-between;
}
article section.howto_plan div.cp2025link ul#under_link li {
    width: 30%;
}
body#top.plan article section.cp_area div.cp2025link ul.under_link li{
    width: 25%;
}
article section.howto_plan div.cp2025link ul#under_link li:nth-of-type(2) {
    width: 33%;
}
body#top.plan article section.cp_area div.cp2025link ul.under_link li:nth-of-type(2),
body#top.plan article section.cp_area div.cp2025link ul.under_link li:nth-of-type(3) {
    width: 35%;
}
body#top.plan article section.cp_area dl.cool_point div.cp2025link ul.under_link li  {
	width: 45%;
}
body#top.plan article section.cp_area div.cp2025link ul.under_link.one  {
	justify-content: center;
}
body#top.plan article section.cp_area div.cp2025link ul.under_link.one li  {
	width: 60% !important;
}

article section.howto_plan div.sp_btn:hover {
    background-size: 120%;
}
article section.howto_plan div.sp_btn:hover::before {
    opacity: 0.2;
}
article section.howto_plan ul.introduction_service li {
	font-size: 20px;
}
article section.howto_plan ul.pamphlet_area li {
	width: calc((100% - 60px) / 4);
}

/* ============================================================
	plan
============================================================ */
body#top.plan article section.copy #inside_page_nav ul li {
	width: calc((100% - 40px) / 4);
}
body#top.plan article section.copy h3.plan_menu_title {
	font-size: 23px;
}
body#top.plan article section.copy .go_kagoshima {
	width: 600px;
	margin: 0 auto;
}
body#top.plan article section.copy .go_kagoshima p {
	font-size: 20px;
}

body#top.plan article section.cp_area h3,
body#top.plan article section.cp_area h4 {
	font-size: 35px;
	line-height: 1.4;
}

body#top.plan article section.cp_area #plus1 .app_img_area {
	position: relative;
}
body#top.plan article section.cp_area #plus1 .app_img {
	position: absolute;
	right: -25px;
	top: 0;
}
body#top.plan article section.cp_area #plus1 .app_img img {
	width: 150px;
	height: auto;
}
body#top.plan article section.cp_area p.intro,
body#top.plan article section.cp_area p.departure_date {
	width: 800px;
	font-size: 20px;
}
body#top.plan article section.cp_area dl.cool_point {
	width: 800px;
	margin: 0 auto;
}
body#top.plan article section.cp_area dl.cool_point div.cool_point_flex {
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0 0;
}
body#top.plan article section.cp_area dl.cool_point dt.cool_point_dt {
	/*display: flex;*/
	width: 100%;
	font-size: 25px;
}
body#top.plan article section.cp_area dl.cool_point div.cool_point_flex dd.cool_point_dd1 {
	width: 68%;
	padding: 60px 0 0;
	font-size: 18px;
	text-align: center;
	line-height: 1.6;
}
body#top.plan article section.cp_area dl.cool_point div.cool_point_flex dd.cool_point_dd1.no_flex {
	width: 100%;
	margin: 30px 0;
	padding: 0;
}
body#top.plan article section.cp_area dl.cool_point div.cool_point_flex dd.cool_point_dd2 {
	width: 30%;
	margin-left: 2%;
	padding: 0;
	line-height: 1;
}
body#top.plan article section.cp_area p.recommendation {
	font-size: 18px;
}

body#top.plan ul.reco_list > li {
	width: calc((100% - 16px*3)/3);
}
body#top.plan #cs .cs_img {
	width: 700px;
	margin: 0 auto;
}


}/* end @media */



/* ---------------------------------------------------------------------------

  広告用 API部分

---------------------------- */

/*759px以下*/
@media screen and (max-width: 759.9px) {

#api_ad { margin: 30px 0;}
/*popular_hotels*/
#popular_hotels_section h2.ti_main {
    width: 80%;
    margin: 0 auto 3em;
}
#popular_hotels {margin-bottom:2%;}
#popular_hotels li a {
	display: block;
	/*padding: 10px;*/
	color: #333;
	position:relative;
}
#popular_hotels li a > span{
	position: absolute;
	top: 0;
	right: 0;
	background: #000;
	z-index: 1;
	color: #FFF;
	padding: 2px 10px;
	font-size: 14px;
	border-radius: 2px;
}
#popular_hotels li > a dl > dt {margin-bottom: 5%;}
#popular_hotels li > a dl > dt h4{
	font-size: 16px;
	margin: 15px 0;
	color: #000;
	line-height: 1.3;
}
#popular_hotels li > a dl > dd dl dt{text-align: center;}
#popular_hotels li > a dl > dd dl dt h5{
	margin-bottom: 5px;
	color: #cc0000;
	font-size: 20px;
	font-weight: bold;
}
#popular_hotels li > a dl > dd dl dt h5 small{
	color: #333;
	font-size: 0.6em;
}
#popular_hotels li > a dl > dd dl dt p {font-size: 10px; line-height: 1.4; text-align: left;}
#popular_hotels li > a dl > dd dl dd {font-size: 14px;}
p.caution_txt{
	font-size: 12px;
	text-align: right;
	margin-bottom: 5%;
}
#popular_hotels > h4 {
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0 10px;
}

/*------------------------------
scrollbar
------------------------------*/
.scrollbox_wraper:not(.pc_no_slider) {
	width: 94%;
	margin: auto;
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
#api_ad { margin: 50px 0;}
/*popular_hotels*/
#popular_hotels_section h2.ti_main {
    width: 430px;
    margin: 0 auto 5em;
}
#popular_hotels {
	display: flex;
	margin-bottom:2%;
}
#popular_hotels li a {
	display: block;
	color: #333;
	position:relative;
}
#popular_hotels li a > span{
	position: absolute;
	top: 0;
	right: 0;
	background: #000;
	z-index: 1;
	color: #FFF;
	padding: 2px 10px;
	font-size: 14px;
	border-radius: 2px;
}
/*#popular_hotels li > a dl > dt {margin-bottom: 5%;}*/
#popular_hotels li > a dl > dt h4{
	font-size: 16px;
	margin: 15px 0;
	color: #000;
	line-height: 1.3;
}
#popular_hotels li > a dl > dd dl dt{text-align: center;}
#popular_hotels li > a dl > dd dl dt h5{
	margin-bottom: 5px;
	color: #CC0000;
	font-size: 20px;
	font-weight: bold;
}
#popular_hotels li > a dl > dd dl dt h5 small{
	color: #333;
	font-size: 0.6em;
}
#popular_hotels li > a dl > dd dl dt p {font-size: 10px; line-height: 1.4; text-align: left;}
#popular_hotels li > a dl > dd dl dd {font-size: 14px;}
p.caution_txt{
	font-size: 12px;
	text-align: right;
	margin-bottom: 5%;
}
#popular_hotels > h4 {
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0 10px;
}

}

/*------------------------------
scroll contents
------------------------------*/
.scrollbox_wraper {position: relative;}
.scrollbox_wraper .scroll_left_btn.non_scloll,
.scrollbox_wraper .scroll_right_btn.non_scloll {background: #ccc;}
.scrollbox {
	overflow-x: scroll !important;
	margin-bottom: 2%;
}
.scrollbox > ul,
.scrollbox > div {
	width: fit-content !important;
	display: flex !important;
    margin: 0 auto 15px !important;
}
.scrollbox > ul > li {
	width: calc(928px / 4) !important;
	margin: 0 5px !important;
	padding: 15px;
	box-sizing: border-box;
}

@media screen and (max-width: 759.9px) {
.scrollbox > ul {
    padding: 0 calc(calc(100% - calc(930px / 4)) / 2);
}
.scrollbox_wraper .scroll_left_btn,
.scrollbox_wraper .scroll_right_btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 32px);
    display: block;
    z-index: 1;
    background: #000;
    border-radius: 50%;
}
.scrollbox_wraper .scroll_left_btn {left: 0;}
.scrollbox_wraper .scroll_right_btn {right: 0;}
.scrollbox_wraper .scroll_left_btn:after,
.scrollbox_wraper .scroll_right_btn:after,
.scrollbox_wraper .scroll_left_btn:before,
.scrollbox_wraper .scroll_right_btn:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
}
.scrollbox_wraper .scroll_left_btn:after {
	position: absolute;
	top: 16px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
	border-color: #fff;
}
.scrollbox_wraper .scroll_right_btn:after {
	position: absolute;
	top: 16px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
	border-color: #fff;
}
.scrollbox_wraper .scroll_left_btn:before {
	position: absolute;
	top: 7px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
	border-color: #fff;
}
.scrollbox_wraper .scroll_right_btn:before {
	position: absolute;
	top: 7px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
	border-color: #fff;
}
.scrollbox_wraper .scrollbox {overflow-x: scroll!important;}
}
@media screen and (min-width: 760px),print {
.scrollbox_wraper .scroll_left_btn,
.scrollbox_wraper .scroll_right_btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 32px);
    display: block;
    z-index: 1;
    background: #000;
    border-radius: 50%;
}
.scrollbox_wraper .scroll_left_btn {left: -40px;}
.scrollbox_wraper .scroll_right_btn {right: -40px;}
.scrollbox_wraper .scroll_left_btn:after,
.scrollbox_wraper .scroll_right_btn:after,
.scrollbox_wraper .scroll_left_btn:before,
.scrollbox_wraper .scroll_right_btn:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
}
.scrollbox_wraper .scroll_left_btn:after {
	position: absolute;
	top: 16px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
	border-color: #fff;
}
.scrollbox_wraper .scroll_right_btn:after {
	position: absolute;
	top: 16px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
	border-color: #fff;
}
.scrollbox_wraper .scroll_left_btn:before {
	position: absolute;
	top: 7px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
	border-color: #fff;
}
.scrollbox_wraper .scroll_right_btn:before {
	position: absolute;
	top: 7px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
	border-color: #fff;
}
.scrollbox_wraper.pc_no_slider > button,
.scrollbox_wraper.pc_no_slider .scrollbox::-webkit-scrollbar,
.scrollbox_wraper.pc_no_slider .scrollbox::-webkit-scrollbar-track,
.scrollbox_wraper.pc_no_slider .scrollbox::-webkit-scrollbar-thumb {display:none!important;}
}
.scrollbox_wraper .scrollbox li,
.scrollbox_wraper .scrollbox .kanko {
	width: calc(970px / 4);
	margin: 0 5px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #FFF;
	box-sizing: border-box;
	transition: 0.2s;
}
.scrollbox::-webkit-scrollbar {height: 5px!important;}
.scrollbox::-webkit-scrollbar-track {
	margin: 0 5px!important;
	background: #eee!important;
	border-radius: 5px!important;
}
.scrollbox::-webkit-scrollbar-thumb {
	border-radius: 5px!important;
	background: #999!important;
}
