@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap');

/* ============================================================
default
============================================================ */
.disnone {display:none;}

@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,
	div.kv,
	.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;
	}
	div.kv {
		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
}

/* ============================================================
entire (article & section)
============================================================ */

article {
	margin: 0;
	padding: 0;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 400;
}

article section {
	margin: 0;
	padding: 0;
	line-height: 1;
	color: #333;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
}
article section *,
article section :before,
article section :after {
	box-sizing: border-box;
}
article section img {
	display: block;
	max-width: 100%;
}
article section div.inner {
	margin: 0;
	padding: 0;
	width: 100%;
}

/* ============================================================
PC & SP
============================================================ */

/* common
-------------------------------------------------------------*/

article section h2 {
	margin-bottom: 25px;
	text-align: center;
	font-size: 20px;
	color: #655236;
}

article section h2::before,
article section h2::after {
	content: '';
	position: relative;
	top: -0.2em;
	left: 0;
	display: inline-block;
	width: 30px;
	height: 12px;
	background-size: cover !important;
}
article section h2::before {
	margin-right: 10px;
	background: url(../images/icon_h2.svg);
}
article section h2::after {
	margin-left: 10px;
	background: url(../images/icon_h2.svg);
}

article section h3 {
	margin-bottom: 40px;
	text-align: center;
	color: #333;
	font-size: 25px;
}

/* section.mv
-------------------------------------------------------------*/

article section.mv {
	padding: 0;
}
article section.mv div.kv {
	width: 100%;
	min-width: 100%;
	margin: 0 auto 20px;
}
article section.mv p {
	margin: 0 auto 50px;
	text-align: center;
	line-height: 1.47;
}

/* section.info
-------------------------------------------------------------*/

article section.info dl {
	width: 970px;
	max-width: 100%;
	margin: 0 auto;
	padding: 15px 50px 15px;
	border: dashed 1px #D9D9D9;
	border-radius: 10px;
}
article section.info dl div {
	display: flex;
	gap: 65px 0;
	margin-bottom: 10px;
	line-height: 1.47;
}
article section.info dl dt {
	margin-right: 65px;
	white-space: nowrap;
}
article section.info dl dt::before {
	content: '';
	display: inline-block;
	position: relative;
	top: -0.1em;
	left: 0;
	width: 8px;
	height: 8px;
	margin-right: 35px;
	background: #8AC960;
	border-radius: 50%;
}

/* section.popular
-------------------------------------------------------------*/

article section.popular ul.popular_slide {
	position: relative;
	width: 1166px;
	max-width: 100%;
	margin: 0 auto;
}
article section.popular ul.popular_slide li.slick-slide {
	width: 100%;
	max-width: 25%;
}
article section.popular ul.popular_slide li.slick-slide img {
	display: block;
	width: 95%;
	/*max-width: 23vw;*/
	height: auto;
	margin: 0 auto;
	border-radius: 10px;
}
article section.popular ul.popular_slide a.slick-arrow {
	position: absolute;
	top: calc(50% - 30px);
	z-index: 2;
}
article section.popular ul.popular_slide a.slick-arrow.next {right: -14px;}
article section.popular ul.popular_slide a.slick-arrow.prev {left: -14px;}

article section.popular ul.popular_slide ul.slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 16px;
}
article section.popular ul.popular_slide ul.slick-dots li {
	width: 8px;
	height: 8px;
	margin: 0 7px;
	background: #D9D9D9;
	border-radius: 50%;
}
article section.popular ul.popular_slide ul.slick-dots li.slick-active {
	background: #333;
}
article section.popular ul.popular_slide ul.slick-dots li button {
	width: 8px;
	height: 8px;
	overflow: hidden;
	opacity: 0;
}

/* section.search
-------------------------------------------------------------*/

article section.search {
	background-image: url(../images/bg_white.svg), url(../images/bg.svg);
	background-repeat: repeat-x,no-repeat;
	background-position: left bottom, center top 280px;
	background-size: 1000px 1000px, 1518px;
	padding-bottom: 50px;
}

/* ul.icon */

article section.search ul.icon {
	float: right;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
article section.search ul.icon li {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
	line-height: 1.33;
	color: #333;
	font-size: 10px;
}
article section.search ul.icon img.icon {
	width: 28px;
	height: 28px;
}
article section.search ul.icon img.dot {
	width: 9px;
	height: 2px;
	margin: 0 2px 0 5px;
}

/* ul.area */

article section.search ul.area {
	clear: both;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	margin-bottom: 40px;
	padding: 0 6px;
}
article section.search ul.area::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 10px;
	background: #F28CA1;
	border-radius: 5px;
}
article section.search ul.area li {
	width: 10.8%;
}
article section.search ul.area a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	border-radius: 10px 10px 0px 0px;
	background: #D9D9D9;
	font-size: 20px;
	color: #777;
}
article section.search ul.area li.current a {
	height: 60px;/* 72 */
	padding-top: 0.5em;
	background: #F28CA1;
	color: #fff;
	font-weight: 700;
	opacity: 1 !important;
	pointer-events: none;
}

/* div.area */

article section.search div.area {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s ease-in;
}
article section.search div.area.on {
	position: static;
	z-index: 1;
	visibility: visible;
	opacity: 1;
}

/* ul.pref */

article section.search ul.pref {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
article section.search ul.pref li:not(:first-child) {
	margin-left: 11%;
}
article section.search ul.pref a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #333;
	font-size: 20px;
	white-space: normal;
}
article section.search ul.pref a::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 7px;
	margin-top: 10px;
	background: url(../images/arrow_down.svg);
	background-size: cover;
}

/* div.pref */

article section.search div.pref {
	margin: 0 auto 50px;
	padding: 50px 20px 20px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.75);
	box-shadow: 0px 2px 2px 0px rgba(217, 217, 217, 0.50);
}

/* ul.list */

article section.search ul.list {
	display: flex;
	flex-wrap: wrap;
	gap: 38px 3.5%;
	width: 1036px;
	max-width: 100%;
	margin: 0 auto;
}
article section.search ul.list li {
	position: relative;
	width: 31%;
	border-radius: 10px;
	background: #FFF;
}
article section.search ul.list li.park {border: 1px solid #F28CA1;box-shadow: 0px 2px 2px 0px #F28CA1;}
article section.search ul.list li.aqua {border: 1px solid #8CC2E3;box-shadow: 0px 2px 2px 0px #8CC2E3;}
article section.search ul.list li.zoo  {border: 1px solid #FF9800;box-shadow: 0px 2px 2px 0px #FF9800;}

article section.search ul.list li::before {
	content: '';
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 2;
	width: 31px;
	height: 31px;
	background-size: cover !important;
}
article section.search ul.list li.park::before {background: url(../images/icon_park.png);}
article section.search ul.list li.aqua::before {background: url(../images/icon_aqua.png);}
article section.search ul.list li.zoo::before  {background: url(../images/icon_zoo.png);}

@media (hover: hover) {
	article section.search ul.list li {
		transition: opacity 0.1s ease-in;
	}
	article section.search ul.list li:hover {
		opacity: 0.6;
		transition: opacity 0.2s ease-in;
	}
} /* end @media */

article section.search ul.list li a {
	display: block;
	height: 100%;
	color: #333;
	opacity: 1 !important;
}
article section.search ul.list li a p {
	position: relative;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	margin-bottom: 8px;
}
article section.search ul.list li a p img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border-radius: 10px 10px 0px 0px;
}
article section.search ul.list li a p span {
	display: block;
	line-height: 1.43;
	padding: 0 10px;
	text-align: right;
	font-size: 10px;
}
article section.search ul.list li a dl {
	display: block;
	padding: 0 10px 20px;
	line-height: 1.43;
}
article section.search ul.list li a dt {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 3px;
	color: #0065D6;
	font-size: 18px;
	font-weight: 700;
}
article section.search ul.list li a dt.long {
	font-size: 14px;
}
article section.search ul.list li a dd.area {
	margin-bottom: 16px;
	text-align: right;
	font-size: 13px;
}
article section.search ul.list li a dd.text {
    padding-bottom: 15px;
	font-size: 14px;
}
article section.search ul.list li a dd.text img.sanrio_copy {
	display: block;
	margin: 30px auto 0;
}

/* p.link */

article section.search p.link {
	margin: 50px 25px 0 0;
	text-align: right;
	color: #0065D6;
	font-size: 17px;
}

/* div.option */

article section.search div.option {
	margin-top: 90px;
}
article section.search div.option h2 {
	margin-bottom: 50px;
}

/* ul.option */

article section.search ul.option {
	display: flex;
	flex-wrap: wrap;
	gap: 0 1%;
	max-width: 100%;
	margin: 0 auto;
}
article section.search ul.option li {
	position: relative;
	width: 24.2%;
	border-radius: 10px;
	border: 1px solid #D9D9D9;
	background: #FFF;
}
article section.search ul.option li a {
	display: block;
	height: 100%;
	color: #333;
}
article section.search ul.option li a p {
	position: relative;
}
article section.search ul.option li a p img {
	display: block;
	width: 100%;
	height: 155px;
	border-radius: 10px 10px 0px 0px;
}
article section.search ul.option li a p span {
	position: absolute;
	top: 6px;
	left: 8px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	background: #8CC2E3;
	color: #FFF;
	font-size: 13px;
}
article section.search ul.option li a dl {
	display: block;
	padding: 12px 12px 30px;
	line-height: 1.47;
}
article section.search ul.option li a dt {
	margin-bottom: 15px;
	color: #0065D6;
	font-size: 15px;
    height: 4.5em;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3 !important;    
}
article section.search ul.option li a dd.price{margin-bottom: 15px;}
article section.search ul.option li a dd.price strong {
	display: block;
    text-align: right;
    font-size: 20px;
    color: red;
}
article section.search ul.option li a dd.price small {
	display: block;
    text-align: right;
}
article section.search ul.option li a dd.txt {
	font-size: 15px;
    height: 65px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* section.recommend
-------------------------------------------------------------*/

article section.recommend {
	margin-top: 90px;
	padding-bottom: 50px;
}
article section.recommend h2 {
	margin-bottom: 35px;
}

/* ul.recommend */

article section.recommend ul.recommend {
	display: flex;
	flex-wrap: wrap;
	gap: 0 1%;
	max-width: 100%;
	margin: 0 auto;
}
article section.recommend ul.recommend li {
	position: relative;
	width: 24.2%;
	border-radius: 10px;
	border: 1px solid #D9D9D9;
	background: #FFF;
}

article section.recommend ul.recommend li a {
	display: block;
	height: 100%;
	color: #333;
}
article section.recommend ul.recommend li a p img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px 10px 0px 0px;
}
article section.recommend ul.recommend li a dl {
	display: block;
	padding: 12px 12px 20px;
	line-height: 1.47;
}
article section.recommend ul.recommend li a dt {
	/*margin-bottom: 30px;*/
	color: #0065D6;
	font-size: 17px;
}
article section.recommend ul.recommend li a dd {
	font-size: 15px;
}



/* ============================================================
PC
============================================================ */

@media screen and (min-width: 760px),print {

/* entire
-------------------------------------------------------------*/

article > section {
	padding: 0px 0 0px;
}

article section .sp {
	display: none !important;
}

article section a {
	transition: opacity .2s ease-in;
}
article section a:hover {
	opacity: 0.6;
}

article section > div.inner {
	width: 970px; /* 1200 */
	max-width: 96%;
	margin: 0 auto 60px;
}
/*article section > div.inner *:last-child {
	margin-bottom: 0 !important;
}*/


/* section.mv
-------------------------------------------------------------*/
/* KV */
article section.mv div.kv {
	margin:0 auto 20px;
	background: url("../images/bg_main.jpg") no-repeat center top;
	text-align: center;
	height: 360px;
}
article section.mv div.kv picture img {
    display: block;
    width: 537px;
    margin: 0 auto;
    padding-top: 53px;
    text-align: center;
}


} /* end @media */


/* ============================================================
SP
============================================================ */

@media screen and (max-width: 759.9px) {

/* entire
-------------------------------------------------------------*/

article {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

article > section {
	padding: 20px 0 20px;
}

article section .pc {
	display: none !important;
}

article section > div.inner {
	width: calc(100% - 8vw);
	margin: 0 auto;
}

/* common
-------------------------------------------------------------*/

article section h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 16px;
	font-size: 15px;
	line-height: 1.4;
}

article section h2::before,
article section h2::after {
	top: 0.1em;
}

article section h3 {
	margin-bottom: 20px;
	text-align: center;
	color: #333;
	font-size: 20px;
}

/* section.mv
-------------------------------------------------------------*/

article section.mv p {
	margin: 0 4vw 20px;
	font-size: 12px;
}
/* KV */
article section.mv .kv {
	margin:0 auto 50px;
}
article section.mv .kv img {
	width: 100%;
	vertical-align: bottom;
}


/* section.info
-------------------------------------------------------------*/

article section.info dl {
	width: 100%;
	padding: 4vw 4vw 1vw;
	font-size: 12px;
}
article section.info dl dt {
	margin-right: 20px;
}
article section.info dl dt::before {
	margin-right: 10px;
}


/* section.popular
-------------------------------------------------------------*/

article section.popular {
	margin-bottom: 10px;
}
article section.popular ul.popular_slide {
	width: 100%;
}
article section.popular ul.popular_slide li.slick-slide {
	width: 42.5vw;
	max-width: 100%;
	margin-right: 2vw;
}
article section.popular ul.popular_slide li.slick-slide img {
	width: 100%;
	max-width: 100%;
}
article section.popular ul.popular_slide a.slick-arrow {
	position: absolute;
	top: calc(50% - 20px);
	z-index: 2;
	width: 15px;
	height: 15px;
}
article section.popular ul.popular_slide a.slick-arrow.next {right: -8px;}
article section.popular ul.popular_slide a.slick-arrow.prev {left: -8px;}


/* section.search
-------------------------------------------------------------*/

article section.search {
	background-image: url(../images/bg_white_top.svg), url(../images/bg_white.svg), url(../images/bg_sp.svg);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: left top, left bottom, center top 130vw;
	background-size: 100vw 100vw, 260vw 260vw, 100vw;
	padding-bottom: 50px;
}

/* ul.icon */

article section.search ul.icon {
	float: none;
	display:block;
	margin: -35px 0 0;

}
article section.search ul.icon li {
	justify-content: flex-start;
	margin: 0 0 10px;
}

/* ul.area */

article section.search ul.area {
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 1%;
	height: 52px;
	margin-left: -3vw;
	margin-right: -3vw;
}

article section.search ul.area.org {
	margin-bottom: 5px;
}
article section.search ul.area.sp {
	margin-bottom: 35px;
}

article section.search ul.area.org li:nth-child(n+6),
article section.search ul.area.sp li:nth-child(-n+5) {
	display: none;
}
article section.search ul.area::after {
	height: 5px;
	border-radius: 3px;
}
article section.search ul.area li {
	width: 19%;
}
article section.search ul.area a {
	height: 40px;
	font-size: 15px;
}
article section.search ul.area li.current a {
	height: 46px;
}

/* ul.pref */

article section.search ul.pref {
	margin-bottom: 15px;
}

article section.search ul.pref li:not(:first-child) {
	margin-left: 6%;
}

article section.search ul.pref a {
	font-size: 15px;
}

/* div.pref */

article section.search div.pref {
	padding: 25px 4vw 25px;
}

/* ul.list */

article section.search ul.list {
	display: block;
	width: 100%;
}
article section.search ul.list li {
	position: relative;
	width: 100%;
	margin-bottom: 4vw;
}

article section.search ul.list li::before {
	width: 43px;
	height: 43px;
}
article section.search ul.list li a dd.text {
    padding-bottom: 0;
}

/* p.link */

article section.search p.link {
	margin: 40px 0 0;
	text-align: center;
	font-size: 15px;
}

/* div.scroll_wrap */

article section div.scroll_wrap {
	width: calc(100vw - 4vw);
	overflow-x: scroll;
	padding: 0 4vw 5px 0;
}
article section div.scroll_wrap::-webkit-scrollbar {
	height: 5px;
}
article section div.scroll_wrap::-webkit-scrollbar-track {
	background: #f1f1f1;
}
article section div.scroll_wrap::-webkit-scrollbar-thumb {
	background: #bcbcbc;
}

/* div.option */

article section.search div.option {
	margin-top: 50px;
}
article section.search div.option h2 {
	margin-bottom: 30px;
}


/* ul.option */

article section.search ul.option {
	width: 1080px;
	max-width: none;
}
article section.search ul.option li a p span {
	font-size: 13px;
}
article section.search ul.option li a dt {
	margin-bottom: 5px;
	font-size: 13px;
}
article section.search ul.option li a dd.price{margin-bottom: 15px;}
article section.search ul.option li a dd.price strong {
	display: block;
    text-align: right;
    font-size: 20px;
    color: red;
}
article section.search ul.option li a dd.price small {
	display: block;
    text-align: right;
}
article section.search ul.option li a dd.txt {
	font-size: 13px;
    height: 58px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* section.recommend
-------------------------------------------------------------*/

article section.recommend {
	margin-top: 40px;
	padding-bottom: 50px;
}
article section.recommend h2 {
	margin-bottom: 30px;
}

/* ul.recommend */

article section.recommend ul.recommend {
	width: 785px;
	max-width: none;
}
article section.recommend ul.recommend li {
    width: 190px;
}
article section.recommend ul.recommend li a dl {
	padding: 10px 12px 20px;
}
article section.recommend ul.recommend li a dt {
	margin-bottom: 15px;
	font-size: 15px;
}
article section.recommend ul.recommend li a dd {
	font-size: 13px;
}


} /* end @media */


/* ============================================================
intermediate
============================================================ */

@media screen and (min-width:760px) and (max-width:900px) {

article section.search ul.pref li:not(:first-child) {
	margin-left: 9%;
}

} /* end @media */

/*PR banner*/
@media screen and (max-width: 759.9px) {
.pr_banner {
	width: 96%;
	margin: 5% 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: 5% 0;
    clear: both;
}
.pr_banner a {
    width: 640px;
	height: 120px;
    display: block;
    margin: 0 auto;
}
.pr_banner a img {
	width: 100%;
	height: auto;
}
} /* end PR banner*/