@charset "utf-8";
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp_s.css');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');

/* ============================================================
gadget
============================================================ */
:root {
	--gadget-accent-color: #96D0FD;
	--gadget-noactive-color: #FFF;
	--gadget-botton-color: #96D0FD;
}
.search_kokunaiBar .serchBox li {
    background: var(--gadget-noactive-color);
    color: #3C3D47;
    border: 2px solid var(--gadget-accent-color);
	border-bottom:none;
	font-weight: bold;
}
.search_kokunaiBar .serchBox li.select {
	background: var(--gadget-accent-color);
}
.search_kokunaiBar #doAirSearch, .search_kokunaiBar .btnSeach, .search_kokunaiBar .btnSeach a {
	background: url(/shared2021/common/images/ic_search_01.png) no-repeat var(--gadget-botton-color) 97% 50%;
	border-bottom: none;
	color: #3C3D47;
	font-weight: bold;
}
.search_kokunaiBar .serchBox .content_wrap {border: 2px solid var(--gadget-accent-color);}

/* ============================================================
add 202407 icon図/アンカーリンク
============================================================ */
@media screen and (max-width: 759.9px) {
.updatetime{
font-size: 10px;
}
.exp-figure {
	background: #64B1F2;
	margin: 0 auto 6%;
	padding: 0 10px 10px;
	color: #FFF;
	border-radius: 64px;
}
.exp-figure dt{
	width: 100%;
	display: flex;
	margin: auto;
	transform: scale(0.75, 0.75);
}
.exp-figure dt div{
	width: 25%;
	margin: auto;
        background: #FFF;
        border-radius: 50%;
}
.exp-figure dt img{
width: 100%;
height: 100%;
margin: auto;
padding: 15px;
}
.exp-figure dt > p {
	width: 12.5%;
	display: grid;
	align-items: center;
	font-size: 32px;
	text-align: center;
}
.exp-figure dd ul{
	display: flex;
	text-align: center;
	transform: scale(0.85, 0.85);
}
.exp-figure dd ul li {width: calc(100% / 2);}
.ancerlink-btn .btn a {
	text-align: center;
	margin: 0 auto 3%;
	font-size: 16px;
	display: block;
	justify-content: center;
	align-items: center;
	padding: 0.8em 0.5em;
	background: #FD903C;
	border-radius: 100px;
	font-family: 'Noto Sans JP';
	font-weight: 700;
	color: #202020;
	border: 2px solid #FD903C;
}
.ancerlink-btn .btn.flex a {
	background: #fff;
	border: 2px solid var(--blue3);
	color: #64B1F2;
	display: block;
}
}

@media screen and (min-width: 760px),print {
.updatetime{
font-size: 12px;
}
.exp-figure {
	width: 600px;
	background: #64B1F2;
	margin: 0 auto 4%;
	padding: 0 10px 10px;
	color: #FFF;
	border-radius: 64px;
}
.exp-figure dt{
	width: 100%;
	display: flex;
	margin: auto;
	transform: scale(0.75, 0.75);
}
.exp-figure dt div{
	background: #FFF;
	border-radius: 50%;
	margin: auto;
	padding: 10px;
}
.exp-figure dt img{margin: auto;}
.exp-figure dt > p {
	width: 12.5%;
	display: grid;
	align-items: center;
	font-size: 32px;
	text-align: center;
}
.exp-figure dd ul{
	display: flex;
	text-align: center;
	transform: scale(0.85, 0.85);
}
.exp-figure dd ul li {width: calc(100% / 2);}
.ancerlink-btn .btn a {
	width: 98%;
	margin: 0 auto 3%;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.8em 0.5em;
	background: #FD903C;
	border-radius: 100px;
	font-family: 'Noto Sans JP';
	font-weight: 700;
	color: #202020;
	border: 2px solid #FD903C;
}
.ancerlink-btn .btn.flex {display: flex;}
.ancerlink-btn .btn.flex a {
	width: 48%;
	background: #fff;
	border: 2px solid var(--blue3);
	color: #64B1F2;
}
}

/* ============================================================
default
============================================================ */
@media screen and (max-width: 759.9px) {
	#wrapper {
		line-height: 1.4;
	}
	.spnone {
		display: none;
	}
	#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
}

/* ============================================================
main
============================================================ */

:root {
	--black: #202020;
	--blue1: #DEF6FF;
	--blue2: #96D0FD;
	--blue3: #64B1F2;
}

main {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-family: YakuHanJPs, 'Zen Kaku Gothic Antique', sans-serif;
	color: #202020;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
}
main *,
main :before,
main :after {
	box-sizing: border-box;
}
main img {
	display: block;
	max-width: 100%;
}
main figure {
	display: block;
	margin: 0;
	padding: 0;
	max-width: 100%;
}
main a {
	color: #202020;
}

main div.inner {
	margin: 0;
	padding: 0;
	width: 100%;
}

@media screen and (max-width: 759.9px) {
	main .pc {
		display: none !important;
	}
}/* end @media */

@media screen and (min-width: 760px),print {
	main .sp {
		display: none !important;
	}
}/* end @media */

/* ============================================================
aside.mv_ttl / nav.menu
============================================================ */

main aside.mv_ttl figure {
	position:relative;
}

main aside.mv_ttl figure img {
	width: 100%;
	height: auto;
}

main aside.mv_ttl figcaption {
	position: absolute;
	top: 10px;
	left: 5px;
	padding: 0.4em 1em 0.36em;
	background: #005ba8;
	box-shadow: 1px 1px 0px #fff, 3px 3px 3px #222;
	border-radius: 25px;
	color: #fff;
	font-size: 24px;
	text-shadow: 1px 1px 0px #000;
}

@media screen and (min-width: 1005px),print {
	main aside.mv_ttl {
		background:url(../images/mv_ttl_pc_bg.jpg) repeat-x 50% 50%;
	}
	main aside.mv_ttl figure {
		margin: 0 auto;
		width: 950px;
		max-width: 100%;
	}
}/* end @media */

@media screen and (max-width: 1004px) {
	main aside.mv_ttl figcaption {
		top: 6px;
		font-size: max(2.3vw,11px);
	}
}/* end @media */


main nav.menu {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 3;
	background: var(--blue1);
}
main nav.menu ul {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 94%;
	margin: 0 auto;
}
main nav.menu ul li {
	margin: 5px 0;
}
main nav.menu ul li:not(:first-child) {
	border-left: solid 1px var(--blue3);
}
main nav.menu a {
	display: block;
	padding: 0.7em 2em;
	text-align: center;
	line-height: 1.4;
	font-size: 16px;
	font-weight: 700;
	color: var(--black);
}

@media screen and (min-width: 760px),print {
	main nav.menu {
		margin: 0 0 60px;
	}
}/* end @media */

@media screen and (max-width: 759.9px) {
	main nav.menu {
		margin: 0 0 20px;
	}
	main nav.menu ul {
		width: 970px;
	}
    main nav.menu ul li {
        display: flex;
        align-items: center;
        width: calc(100% / 4);
        height: 2em;
        margin: 12px 0;
    }
	main nav.menu a {
        width: 100%;
		padding: 0;
		font-size: 12px;
	}
}/* end @media */

/* ============================================================
article
============================================================ */

/* common
-------------------------------------------------------------*/

main article {
	max-width: 94%;
	margin: 0 auto;
	font-size: 14px;
}

main article section {
	margin: 0 0 30px;
}

/* h2 */

main h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3.4em;
	margin: 0 0 15px;
	background: url(../images/bg_h2.svg) no-repeat center center;
	background-size: auto 3.4em;
	text-align: center;
	line-height: 1.44;
	font-weight: 700;
	font-size: 18px;
	font-family: 'Noto Sans JP';
	color: #000000;
}
main h2.font1{font-size: 19px;}

/* ul.disc & ul.note */

main ul.disc li {
	position: relative;
	padding-left: 0.8em;
	line-height: 1.44;
}
main ul.disc li::before {
	content: '';
	position: absolute;
	top: 0.65em;
	left: 0;
	width: 4px;
	height: 4px;
	background: #000;
	border-radius: 50%;
}
main ul.note li {
	position: relative;
	padding-left: 1.2em;
	line-height: 1.44;
}
main ul.note li span {
	position: absolute;
	top: 0;
	left: 0;
}

/* ul.slide */

main ul.slide {
	margin-bottom: 50px;
}
main ul.slide li.slick-slide a {
	display: flex;
	flex-wrap: wrap;
	column-gap: 3%;
	margin: 0 12px 4px;
	background: #FFF;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	overflow: hidden;
}
main ul.slide button.slick-arrow {
	position: absolute;
	top: calc(50% - 12px);
	z-index: 2;
	width: 15px;
	height: 24px;
	background-size: cover !important;
}
main ul.slide button.slick-prev {
	left: -6px;
	background: url(../images/arrow_prev.svg) no-repeat;
}
main ul.slide button.slick-next {
	right: -6px;
	background: url(../images/arrow_next.svg) no-repeat;
}
main ul.slide ul.slick-dots {
	position: absolute;
	bottom: -30px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 27px;
	width: 100%;
}
main ul.slide ul.slick-dots li {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	overflow: hidden;
	background: #D9D9D9;
}
main ul.slide ul.slick-dots li.slick-active {
	background: #202020;
}
main ul.slide ul.slick-dots li button {
	width: 15px;
	height: 15px;
	opacity: 0;
	font-size: 8px;
}

p.link {
	width: 94%;
	display: block;
	margin: 15px auto;
	padding: 0.7em 0;
	text-align: center;
	background: #FD903C;
	border-radius: 100px;
	font-weight: 700;
	font-size: 14px;
	color: #000;
}

/* dl.box_blue */

main dl.box_blue div {
	margin: 0 0 20px;
	padding: 20px 0;
	border-radius: 10px;
}
main dl.box_blue div:nth-child(1) {
	background: var(--blue1);
	border: 2px solid var(--blue3);
}
main dl.box_blue div:nth-child(2) {
	background: var(--blue2);
	border: 2px solid var(--blue3);
}
main dl.box_blue div:nth-child(3) {
	background: var(--blue3);
	border: 2px solid var(--blue1);
}
main dl.box_blue dt {
	position: relative;
	width: fit-content;
	margin: 0 auto 20px;
	font-weight: 700;
	font-size: 16px;
	color: #202020;
	letter-spacing: 0.04em;
}
main dl.box_blue dt::before {
	content: '';
	position: absolute;
	bottom: -4px;
	left: -9%;
	z-index: 0;
	width: 120%;
	height: 5px;
	background: #FFE7DE;
}
main dl.box_blue dt span {
	position: relative;
	z-index: 1;
}
main dl.box_blue ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5vw 7%;
	padding: 0 3%;
}
main dl.box_blue li {
	width: 46%;
	background: #fff;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	overflow: hidden;
}
main dl.box_blue img {
	aspect-ratio: 4 / 3; 
	width: 100%;
	height: auto;
	object-fit: cover;
	margin-bottom: 10px;
}
main dl.box_blue span {
	display: block;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #000;
}


/* ============================================================
specific
============================================================ */

/* .intro
-------------------------------------------------------------*/

main .intro > p.text {
	margin: 0 auto 0.5em;
	line-height: 1.44;
}

main .intro dl.info {
	margin: 20px 0 0;
	line-height: 1.65;
	font-weight: 700;
}
main .intro dl.info > div {
	display: flex;
	justify-content: space-between;
	padding-bottom: 14px;
}
main .intro dl.info dt {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 5em;
	margin: 6px 0;
    padding: 6px 0;
	border-radius: 5px;
	background: var(--blue2);
	white-space: nowrap;
}
main .intro dl.info dd {
	width: calc(100% - 5em - 16px);
    padding: 6px 0;
	text-align: center;
}
main .intro dl.info dd span {
	font-weight: 400;
}
main .intro dl.info ul li {
	line-height: 1.65;
	text-align: left;
}
main .intro ul.note li {
	margin: 0 0 20px;
	font-size: 10px;
}
main .intro > p.link {
	position: relative;
	aspect-ratio: 16 / 9; 
	width: 320px;
	max-width: 100%;
	height: auto;
	margin: 0 auto 30px;

	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	opacity: 1 !important;
}
main .intro > a.ichioshi_plan::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	aspect-ratio: 16 / 9; 
	width: 100%;
	height: auto;
	background: url(../images/intro_btn_bg.jpg) no-repeat center center;
	background-size: cover;
}
main .intro > a.ichioshi_plan {
	position: relative;
    aspect-ratio: 16 / 9;
    width: 320px;
    max-width: 100%;
    margin: 30px auto;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
}
main .intro > a.ichioshi_plan span {
	display: block;
	width: 100%;
	padding: 1em 0;
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	line-height: 1.6;
	font-weight: 700;
	font-size: 18px;
	color: #000000;
	text-decoration: underline;
	z-index: 1;
}
main .intro h3 {
	width: fit-content;
	margin: 0 auto 0.7em;
	padding: 0 0.2em 0;
	border-bottom: solid 5px var(--blue3);
	font-size: 18px;
	font-weight: 700;
}
main .intro h3::before {
	content: '＼';
}
main .intro h3::after {
	content: '／';
}

main .intro > p.lead {
	margin: 0 auto 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	letter-spacing: 0.1em;
}
main .intro > p.lead a {
	font-size: 18px;
	color: #3E71D3;
	text-decoration: underline;
}
main .intro > p.lead img {
	margin: 18px auto 0;
	aspect-ratio: 12 / 3;
	height: 32px;
	width: auto;
}

main .intro ul.slide {
	margin-bottom: 20px;
}
main .intro ul.slide li a {
	position: relative;
	column-gap: 4%;
}
main .intro ul.slide p.img {
	display: flex;
	width: 48%;
	height: auto;
}
main .intro ul.slide p.img img {
	width: auto;
	height: 100%;
	object-fit: cover;
}
main .intro ul.slide dl {
	width: 48%;
	padding-right: 0.5em;
}
main .intro ul.slide dl dt {
	position: absolute;
	top: 10px;
	left: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4em;
	height: 2em;
	border-radius: 10px;
	background: #64B1F2;
	font-weight: 700;
	font-size: 12px;
	color: #FFF;
}
main .intro ul.slide dl dd.text {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.6;
	font-weight: 700;
	font-size: 10px;
	color: #000;
}
main .intro ul.slide dl dd.price {
	margin: 6px auto 0.6em;
	line-height: 1.4;
	text-align: center;
	font-weight: 700;
	font-family: 'Noto Sans JP';
	font-size: 15px;
	color: #DF0000;
	text-decoration: underline;
	letter-spacing: 0.1em;
}
main .intro ul.slide dl dd.area {
	text-align: center;
	font-weight: 400;
	font-size: 10px;
	color: #000;
	letter-spacing: 0.1em;
}
main .intro ul.slide p.link {
	margin: 20px auto;
	font-size: 14px;
}
main .intro p.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.8em 0.5em;
	background: #fff;
	border: 2px solid var(--blue3);
	border-radius: 100px;
	font-family: 'Noto Sans JP';
	font-weight: 700;
	font-size: 16px;
	color: #64B1F2;
}

/* #jr_stay
-------------------------------------------------------------*/

main #jr_stay span.city {
	margin-bottom: 6px;
	font-size: 14px;
}
main #jr_stay span.price {
	margin-bottom: 10px;
	font-size: 12px;
	color: #DF0000;
	text-decoration: underline;
    font-family: 'Noto Sans JP';
}
main #jr_stay p.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.8em 0.5em;
	background: #FD903C;
	border-radius: 100px;
	font-family: 'Noto Sans JP';
	font-weight: 700;
	font-size: 16px;
	color: #202020;
}

/* #daytrip
-------------------------------------------------------------*/

main #daytrip ul {
	justify-content: center;
}


/* #hotel
-------------------------------------------------------------*/

main #hotel h3 {
	position: relative;
	width: fit-content;
	margin: 35px auto 30px;
	font-weight: 700;
	font-size: 18px;
	color: #202020;
	letter-spacing: 0.04em;
}
main #hotel h3::before {
	content: '';
	position: absolute;
	bottom: -0.7em;
	left: -30%;
	z-index: 0;
	width: 160%;
	height: 5px;
	background: url(../images/bg_h3.png) repeat-x;
	background-size: auto 5px;
}

main #hotel ul.slide p.img {
	display: flex;
	width: 48%;
	height: auto;
}
main #hotel ul.slide p.img img {
	width: auto;
	height: 100%;
	object-fit: cover;
}
main #hotel ul.slide dl {
	width: 49%;
	padding-right: 0.5em;
}
main #hotel ul.slide dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.5em 0;
	line-height: 1.4;
	font-family: 'Noto Sans JP';
	font-weight: 700;
	font-size: 15px;
	color: #000;
	letter-spacing: 0.05em;
	text-align: center;
}
main #hotel ul.slide dl dd.text {
	text-align: center;
	line-height: 1.5;
	font-weight: 700;
	font-size: 10px;
	color: #000;
}
main #hotel ul.slide p.price {
	width: 100%;
	margin: 20px 0 0;
	text-align: center;
}
main #hotel ul.slide p.price strong {
	display: block;
	margin-bottom: 0.7em;
	color: #DF0000;
	font-family: 'Noto Sans JP';
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-decoration: underline;
}
main #hotel ul.slide p.price span {
	display: block;
	font-size: 10px;
	line-height: 1.2;
	color: #000000;
}
/*main #hotel p.link {
	margin: 10px 0 20px;
}*/

/* #about
-------------------------------------------------------------*/

main #about p.copy {
	margin-bottom: 14px;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.7;
	color: var(--blue3);
}
main #about > dl {
	margin-bottom: 20px;
	padding: 12px 0 10px;
	border: 2px solid var(--blue3);
	border-radius: 8px;
}
main #about div {
	display: flex;
}
main #about div > dt {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
	width: 10em;
	line-height: 1.4;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	color: #000000;
}
main #about div > dd {
	padding: 10px 0;
}
main #about dd dt {
	width: fit-content;
	margin-bottom: 12px;
	padding: 0.6em 1em;
	background: var(--blue3);
	border-radius: 50px;
	font-weight: 700;
	font-size: 12px;
	color: #FFF;
}
main #about ul {
	padding-right: 0.1em;
}
main #about li {
	line-height: 1.8;
	font-weight: 700;
	font-size: 13px;
	color: #000000;
}

/* #trial
-------------------------------------------------------------*/

main #trial p.copy {
	margin-bottom: 16px;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.7;
	color: var(--blue3);
}
main #trial p.copy + ul.note li {
	font-size: 14px;
	line-height: 1.7;
	color: #202020;
}
main #trial .choice {
	width: 100%;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    text-decoration: underline;
    text-align: center;
	margin-bottom: 25px;
}
main #trial p.text {
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 1.7;
	color: #202020;
}
main #trial p.text + p.text {
	margin-bottom: 0;
}
main #trial p.text a {
	color: var(--blue3);
	text-decoration: underline;
}

main #trial p.list {
	margin: 20px auto 20px;
}
main #trial p.list img {
	aspect-ratio: 316 / 68;
	margin: 0 auto;
}
main #trial p.link {
	margin: 0 auto 26px;
	text-align: center;
}
main #trial p.link a {
	font-weight: 700;
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
}


main #trial p.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
	padding: 0.8em 0.5em;
	background: var(--blue2);
	border: 2px solid var(--blue3);
	border-radius: 100px;
	font-family: 'Noto Sans JP';
	font-weight: 700;
	font-size: 16px;
	color: #202020;
}

main #trial h3 {
	margin-bottom: 20px;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	color: var(--blue3);
}
main #trial h3 + ul.note li {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 1.4;
	color: #202020;
}
main #trial div.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-bottom: 20px;
}
main #trial div.youtube iframe {
	width: 100%;
	height: 100%;
}
main #trial p.capture {
	/*margin-top: 20px;*/
}
main #trial p.capture img {
	width: 100%;
	height: auto;
}



/* #info
-------------------------------------------------------------*/

main #info ul {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 16px;
	border: 2px solid var(--blue3);
	border-radius: 8px;
}

main #info a {
	display: flex;
	align-items: center;
	gap: 4%;
}
main #info img {
	width: 40%;
	overflow: hidden;
	border: 1px solid #64B1F2;
	border-radius: 10px;
}
main #info span {
	width: 56%;
	font-size: 13px;
	line-height: 1.5;
	color: #000000;
}

/* #misc
-------------------------------------------------------------*/

main #misc ul {
	display: flex;
	flex-wrap: wrap;
	gap: 6vw 6%;
	padding: 0 3%;
}
main #misc li {
	width: 47%;
	background: #fff;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	overflow: hidden;
}
main #misc img {
	aspect-ratio: 4 / 3; 
	width: 100%;
	height: auto;
	object-fit: cover;
}
main #misc span {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3.6em;
	text-align: center;
	line-height: 1.2;
	font-weight: 700;
	color: #000;
}

/* ============================================================
PC
============================================================ */

@media screen and (min-width: 760px),print {


/* common
-------------------------------------------------------------*/
main article {
	width: 970px;
	font-size: 16px;
}
main article section {
	margin: 0 0 50px;
}
main h2 {
	margin: 0 0 15px;
	font-size: 24px;
}
main h2.font1{font-size: 25px;}

main ul.slide {
	margin: 0 0 50px;
}

main ul.slide li.slick-slide a {
	margin: 0 6px 4px;
}
main ul.slide button.slick-prev {
	left: -16px;
}
main ul.slide button.slick-next {
	right: -16px;
}
main ul.slide p.link a {
	font-size: 14px;
}

/* dl.box_blue */
main dl.box_blue div {
	margin: 0 0 30px;
}
main dl.box_blue dt {
	margin: 0 auto 30px;
	font-size: 20px;
}
main dl.box_blue ul {
	gap: 3vw 3%;
}
main dl.box_blue li {
	width: 22.7%;
}

/* .intro
-------------------------------------------------------------*/
main .intro p.text {
	text-align: center;
	font-size: 18px;
}

main .intro dl.info {
	width: fit-content;
	margin: 30px auto 20px ;
}

main .intro dl.info dd {
	display: flex;
	align-items: center;
	text-align: left;
	white-space: nowrap;
}

main .intro ul.note li {
	margin: 0 120px;
	font-size: 14px;
}

main .intro > p.link {
	margin: 30px auto 80px;
}

main .intro > p.link::after {
	transition: opacity 0.2s ease-in;
}
main .intro > p.link:hover::after {
	opacity: 0.5;
}
main .intro h3 {
	margin: 0 auto 20px;
	font-size: 24px;
}
main .intro > p.lead {
	font-size: 16px;
}
main .intro > p.lead a {
	font-size: 20px;
}


main .intro ul.slide {
	margin-bottom: 30px;
	padding-bottom: 2px;
}
main .intro ul.slide div.simplebar-content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px 20px;
}
main .intro ul.slide div.simplebar-content.simplebar-content:after,
main .intro ul.slide div.simplebar-content.simplebar-content:before {
	content: none !important;
}
main .intro ul.slide li {width: calc((100% - 40px)/3);}
main .intro ul.slide li a{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	background: #FFF;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	overflow: hidden;
}
main .intro ul.slide dl dt {
	font-size: 14px;
}
main .intro ul.slide dl dd.text {
	font-size: 12px;
}
main .intro ul.slide dl dd.price {
	font-size: 16px;
}
main .intro ul.slide dl dd.area {
	font-size: 12px;
}
main .intro p.btn a {
    margin: 0 auto;
    width: 50%;
	font-size: 18px;
}

/* #jr_stay
-------------------------------------------------------------*/

main #jr_stay span.city {
	font-size: 16px;
}
main #jr_stay span.price {
	font-size: 14px;
}
main #jr_stay p.btn a {
    width: 50%;
    margin: 0 auto;
	font-size: 18px;
}


/* #hotel
-------------------------------------------------------------*/

main #hotel h3 {
	margin: 40px auto;
	font-size: 20px;
}
main #hotel ul.slide {
	margin-bottom: 100px;
}

/* #about
-------------------------------------------------------------*/

main #about p.copy {
	font-size: 16px;
}

main #about > dl {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 2%;
	padding: 20px 0 15px;

}
main #about div {
	flex-shrink: 0;
	max-width: 49%;
}
main #about div:nth-child(odd) {
	width: 410px;
}
main #about div:nth-child(even) {
	width: 390px;
}
main #about div > dt {
	font-size: 16px;
}
main #about dd dt {
	font-size: 14px;
}
main #about li {
	font-size: 14px;
}

/* #trial
-------------------------------------------------------------*/

main #trial p.copy {
	font-size: 16px;
}
main #trial ul.note {
	width: fit-content;
	margin: 0 auto 30px;
}
main #trial p.copy + ul.note li {
	font-size: 16px;
}
main #trial .choice {
	width: 100%;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    text-decoration: underline;
    text-align: center;
}
main #trial p.text {
	margin-bottom: 30px;
	text-align: center;
	font-size: 16px;
}
main #trial h3 {
	font-size: 18px;
}
main #trial h3 + ul.note li {
	font-size: 14px;
}

main #trial div.pc_col {
	display: flex;
	gap: 4%;
}
main #trial div.pc_col > div:nth-child(1) {
	width: 64%;
}
main #trial div.pc_col > div:nth-child(2) {
	width: 32%;
}

main #trial div.youtube {
	margin: 0 auto 30px;
}
main #trial p.btn a {
    width: 50%;
    margin: 30px auto 80px;
	font-size: 18px;
}

/* #info
-------------------------------------------------------------*/

main #info ul {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	padding: 30px;
}
main #info li {
	width: calc((100% - 60px)/3);
}
main #info a {
	display: block;
}
main #info img {
	width: 100%;
	margin-bottom: 10px;
}
main #info span {
	width: 100%;
	font-size: 15px;
}

main .intro > p.lead img {
	margin: 35px auto 0;
}


/* #misc
-------------------------------------------------------------*/

main #misc ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 0;
	margin-bottom: 90px;
	padding: 0;
}
main #misc li {
	width: 19%;
}
main #misc span {
	font-size: 14px;
}

}/* end @media */


/* ============================================================
SP
============================================================ */

@media screen and (max-width: 759.9px) {


/* .intro
-------------------------------------------------------------*/

main .intro ul.slide {
	padding-bottom: 30px;
}
main .intro ul.slide div.simplebar-content {
	display: flex;
}
main .intro ul.slide div.simplebar-scrollbar {
	height: 10px;
	background: #41485B;
	border-radius: 5px;
	top: 0;
}
main .intro ul.slide div.simplebar-track.simplebar-horizontal {
	height: 10px;
	background: #B5B5B5;
	border-radius: 5px;
	margin: 0 auto;
}
main .intro ul.slide li {
	width: 80vw;
	flex-shrink: 0;
}
main .intro ul.slide li a {
	display: flex;
	flex-wrap: wrap;
	margin: 0 12px 4px 2px;
	background: #FFF;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	overflow: hidden;
}

main .intro > p.lead img {
	margin: 18px auto 0;
}

}/* end @media */



#rt_special_popup { z-index: 100 !important;}

/*文字フォント大*/
@media screen and (max-width: 759.9px) {
main #jr_stay span.city {font-size: 16px;}/*都市名*/
main #jr_stay span.price {font-size: 14px;}/*価格*/
}

@media screen and (min-width: 760px),print {
main #jr_stay span.city {font-size: 18px;}/*都市名*/
main #jr_stay span.price {font-size: 18px;}/*価格*/
}

/*PRbanner*/
@media screen and (max-width: 759.9px) {
.pr_banner {
	width: 96%;
    margin: 2%;
}
.pr_banner a img {
    width: 320px;
	height: 60px;
	display: block;
    margin: auto;
}
}

@media screen and (min-width: 760px),print {
.pr_banner {
	width: 100%;
    margin-bottom: 2%;
    clear: both;
}
.pr_banner a {
    width: 640px;
	height: 120px;
    display: block;
    margin: 0 auto;
}
.pr_banner a img {
	width: 100%;
	height: auto;
}
}