@charset "UTF-8";
/* CSS Document */

/******イチオシイベント******/

#pick-up {
	text-align: center;
}

#pick-up .section-ttl.event {
	display: inline-block;
}

.section-ttl.event::before {
	background: url("../img/common/icon-event.svg") no-repeat center;
	width: 40px;
}

#pick-up .section-ttl.event h2::after {
	content: "";
	position: absolute;
	width: 130px;
	height: 130px;
	top: -50px;
	left: -5em;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("../img/event/event-pickup.webp");
}

.event-slider a {
	color: #000;
	text-decoration: none;
}

/*スライダー矢印*/
.event-slider .splide__arrow {
	top: 35%;
	width: 4em;
}
.event-slider .splide__arrow--prev {
	left: -5em;
}
.event-slider .splide__arrow--next {
	right: -5em;
}

@media screen and (max-width: 1230px) { 
#pick-up .splide__arrows {
	max-width: 360px;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.event-slider .splide__arrow {
	top: 30%;
	width: 3.3em;
}
.event-slider .splide__arrow--prev {
	left: -1em;
}
.event-slider .splide__arrow--next {
	right: -1em;
}
}

@media screen and (max-width: 768px) {
.event-slider .splide__arrow {
	top: 30%;
}
.event-slider .splide__arrow--prev {
	left: -1em;
}
.event-slider .splide__arrow--next {
	right: -1em;
}
}

@media screen and (max-width: 460px) { 
#pick-up .splide__arrows {
	margin: 0 10%;
}
}

.event-slider-item {
	text-align: left;
	max-width: 360px;
	height: auto;
}

.event-slider-item:hover {
	opacity: .8;
}

.event-slider-img {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	padding-bottom: calc(243 / 368 * 100%);
}

.event-slider-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

h3.event-slide-ttl {
	font-size: 20px;
	position: relative;
}

h3.event-slide-ttl::after {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: middle;
	margin-left: 3px;
	background-image: url("../img/common/btn-yellow.svg");
	background-size: 100%;
}


@media screen and (max-width: 768px) {
section#pick-up {
	width: 100vw;
	margin: 0px calc(50% - 50vw);
}
#pick-up .section-ttl.event {
	margin: 53px auto 20px;	
}
#pick-up .section-ttl.event h2::after {
	width: 100px;
	height: 100px;
	top: auto;
	left: auto;
	bottom: -5em;
    right: -1.5em;
}
.section-ttl img.event-pickup {
	width: 80px;
	top: 50px;
	right: 0;
	z-index: 10;
}

h3.event-slide-ttl {
	font-size: 18px;
}
}


/******年間のイベント******/
/*目次*/
.event-calendar {
	max-width: 950px;
	margin: 50px auto;
	display: flex;
}

.event-calendar_toc {
	display: flex;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	padding-right: 30px;
}

.event-calendar_toc li {
	transform: scale(.5);
	width: 72px;
}

.event-calendar_toc li a {
	text-decoration: none;
}

/*.event-calendar_toc::before {
	content: attr(data-year) "年";
	position: absolute;
	font-size: 16px;
	font-weight: 500;
	top: 0;
	left: 19px;
}*/

.event-calendar_toc li .event-month-wrap::after {
	content: "";
	position: absolute;
	bottom: -13px;
	left: 65%;
	width: 30px;
	height: 30px;
	background: url("../img/common/btn-anchor-db.svg") no-repeat center / contain;
}

.bottom-calendar .event-calendar_toc li .event-month-wrap::after {
	transform: rotate(180deg);
}

.event-month-wrap.spring {
	background-image: url("../img/event/calendar_spring.svg");
}
.event-month-wrap.summer {
	background-image: url("../img/event/calendar_summer.svg");
}
.event-month-wrap.autumn {
	background-image: url("../img/event/calendar_autumn.svg");
}
.event-month-wrap.winter {
	background-image: url("../img/event/calendar_winter.svg");
}

@media screen and (max-width: 768px) {
.event-calendar {
	margin: 0px auto;
	overflow: auto;
}
.event-calendar_toc {
	padding: 20px 10px 0px;
}
.event-calendar_toc li {
	transform: scale(.8);
}
.event-calendar_toc li .event-month-wrap::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 41%;
	width: 18px;
	height: 18px;
	background: url("../img/common/btn-anchor-db.svg") no-repeat center / contain;
}
}


/*目次ここまで*/

.contents-bg {
	width: 100vw;
	margin: 90px calc(50% - 50vw);
	background-color: #FFFBC3;
	padding: 30px 16px;
	box-sizing: border-box;
}

.event_wrapper {
	width: 100%;
	max-width: 1000px;
	height: auto;
	padding: 50px 50px 20px;
	background-color: #fff;
	margin: 20px auto 80px;
	box-sizing: border-box;
	position: relative;
	transition: .5s;
}

.event_wrapper::before {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 10%;
	background-repeat: repeat-x;
	background-size: auto 23px;
	position: absolute;
	top: -26px;
	left: 0;
}

.event_top {
	display: flex;
}

.event__contents--left {
	width: 40%;
	height: auto;
}

.event-month-wrap {
	width: 126px;
	height: 122px;
	background-size: cover;
	background-position: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.event-month {
	color: #284679;
}

.month-en {
	display: inline-flex;
	font-size: 27px;
	color: #284679;
	margin-left: 20px;
}

.event-month-wrap h3 {
	margin-top: 43px;
}

.event-month .month {
	font-size: 62px;
}

.event__contents--right {
	width: 60%;
	height: auto;
	margin: 0;
	padding-left: 15px;
	text-align: center;
}

.event__contents--right img {
	width: 100%;
	max-width: 450px;
	height: auto;
}

.event__contents--right p {
	max-width: 430px;
	height: auto;
}

.recommendation-ttl {
	display: inline-flex;
	font-size: 16px;
	color: #fff;
	margin: 0;
	padding: 5px 10px 5px 15px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-right: none;
	margin-top: 20px;
}

.recommendation-item {
	display: inline-flex;
	font-size: 16px;
	padding: 5px 15px 5px 10px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-left: none;
	margin-left: -5px;
}

.recommendation-ttl p, 
.recommendation-item p {
	margin: 0;
}


.event__contents {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, opacity 0.4s ease;
}

.event__contents.is-open {
	max-height: 5000px; /* 十分に大きな値に設定 */
	opacity: 1;
}

@media (max-width:768px){
	.event__contents_sp{
		max-height:0;
		overflow:hidden;
	}
	.event__contents_sp.is-open{
		max-height:1000px;
	}
}

@media screen and (min-width: 769px) {
	.event_accordion-btn:not(.b-acc-btn-sp-cover) {
		width: 128px;
		font-size: 16px;
		font-weight: 500;
		text-align: center;
		padding: 14px 0 21px;
		border: none;
		border-radius: 0 0 80px 80px;
		cursor: pointer;
		position: relative;
		position: absolute;
		right: 0;
		left: 0;
		bottom: -59px;
		margin: 0 auto;
	}
}

.event_wrapper.spring .event_accordion-btn {
	background-color: #FC44C0;
	color: #fff;
}
.event_wrapper.summer .event_accordion-btn {
	background-color: #03AB81;
	color: #fff;
}
.event_wrapper.autumn .event_accordion-btn {
	background-color: #FA8A16;
	color: #000;
}
.event_wrapper.winter .event_accordion-btn {
	background-color: #21CDEB;
	color: #000;
}

.event_accordion-btn::after {
	content: "";
	position: absolute;
	bottom: 6px;
	left: 50%;
	transform: translateX(-50%);
	width: 16px;
	height: 16px;
	background: url("../img/event/event_accordion_arrow.svg") no-repeat center / contain;
	transition: transform 0.4s ease;
}

.event_accordion-btn.is-open::after {
	transform: translateX(-50%) rotate(180deg);
}

@media screen and (max-width: 768px) {
.contents-bg {
	padding: 30px 0px;
}
.event_wrapper {
	margin: 20px auto 40px;
	padding: 20px 16px 20px;
}
.event_top {
	display: block;
}
.event-month-wrap {
	width: 76px;
	height: 74px;
}
.event-month-wrap h3 {
	margin-top: 35px;
}
.event-month .month {
	font-size: 36px;
}
.month-en {
	font-size: 20px;
	margin-left: 10px;
}
.event__contents--left {
	width: 100%;
}
.event__contents--right {
	width: 100%;
	padding: 0;
}
.event__contents--right figcaption {
	font-size: 15px;
}
.event__contents--right img {
	width: 80%;
}
.recommendation-item p {
	line-height: 1.5;
}
.recommendation-contents {
	text-align: center;
	margin-top: 20px;
}
.recommendation-ttl {
	border-radius: 50px;
	padding: 5px 16px;
	position: relative;
	z-index: 5;
	display: block;
	max-width: 200px;
	margin: 0 auto;
}
.recommendation-ttl p {
	text-align: center;
}
.recommendation-item {
	font-size: 16px;
	font-weight: 500;
	margin-top: -21px;
	padding: 25px 20px 13px;
	border-radius: 50px;
}
	
.event_accordion-btn {
    width: 80px;
    height: 80px;
    font-size: 16px;
    font-weight: 600;
	line-height: 1.2em;
    text-align: center;
    padding: 14px 0 21px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: 30px;
    left: auto;
    bottom: auto;
    top: 16px;
    margin: 0 auto;
    border: 1.5px solid #284679;
    box-shadow: 4px 4px #284679;
}
	
.event_accordion-btn_cover {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-height: 155px;
	background: none;
	border: none;
	cursor: pointer;
}
	
}

/******イベント大*******/
.event-card__big {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 30px auto;
}

.event-card__big-item:hover {
	opacity: .7;
}

.event-card__big-item a {
	text-decoration: none;	
}

.event-card-img {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	padding-bottom: calc(180 / 270 * 100%);
}

.event-card-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.event-card-data {
	padding: 0 10px 15px;
	box-sizing: border-box;
}

a .event-card-data h4 {
	color: #000;
}

.event-card-data h4::after {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background-size: contain;
	margin-left: 0.2em;
    margin-bottom: 0.2em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
}

.event-card-data p {
	font-weight: 500;
}

@media screen and (max-width: 768px) {
.event-card__big {
	grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 576px) {
.event-card__big {
	grid-template-columns: repeat(1, 1fr);
}
}

/******イベントリスト*******/
.event-table {
	width: 100%;
	border-collapse: collapse;
	background: none;
	margin: 0 auto 40px;
}

.event-table p, .event-table h4 {
	margin: 0;
	display: inline;
}

.event-table h4 {
	margin-right: 10px;
}

.event-table a {
	text-decoration: none;
	color: #000;
}

.event-table .small_link {
	color: #FA8A16;
	text-decoration: underline;
}

.event-table .small_link::after {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background-size: contain;
	margin-left: 5px;
	vertical-align: middle;
}

.event-table th,
.event-table td {
	text-align: left;
	vertical-align: top;
	padding: 12px 10px;
	background: none;
}

.event-table tr {
	display: flex;
	align-items: center;
}

.event-table th {
	width: 27%;
    min-width: 200px;
	font-weight: 600;
	font-size: 15.5px;
	flex-shrink: 0;
}


@media screen and (max-width: 768px) {
	.event-table,
	.event-table tbody,
	.event-table tr, 
	.event-table th, 
	.event-table td {
		display: block;
		width: 100%;
	}
	.event-table tr {
		padding: 15px 0px;
	}
	.event-table th,
	.event-table td {
		padding: 2px 10px;
	}
	.event-table th {
		max-width: 100%;
	}
	.event-table tr {
		display: block;
	}
}

/******シーズンごとの色変更******/

/**春**/

.event_wrapper.spring {
	outline: 2px solid #FC44C0;
	outline-offset: -2px;
	border-top: 17.5px solid #FC44C0;
	border-bottom: 13px solid #FC44C0;
}

@media screen and (max-width: 768px) {
	.event_wrapper.spring {
		border-bottom: 2px solid #FC44C0;
	}
}

.event_wrapper.spring::before {
	background-image: url("../img/event/event_wave_pink.svg");
}

.event_wrapper.spring .event-month-wrap {
	background-image: url("../img/event/calendar_spring.svg");
}

.event_wrapper.spring .recommendation-ttl {
	border: 2px solid #FC44C0;
	background-color: #FC44C0;
}
.event_wrapper.spring .recommendation-item {
	border: 2px solid #FC44C0;
}

.event_wrapper.spring .event-card__big-item {
	background-color: rgb(252 68 192 / .10);
}

.event_wrapper.spring .event-card-data h4::after {
	background-image: url("../img/common/btn-pink.svg");
}

.event_wrapper.spring .event-card-data p {
	color: #FC44C0;
}

.event_wrapper.spring .event-table a:hover {
	color: #FC44C0;
}

.event_wrapper.spring .event-table .small_link {
	color: #FC44C0;
}

.event_wrapper.spring .event-table .small_link::after {
	background: url("../img/common/site-link_black_pink.svg") no-repeat center;
}

.event_wrapper.spring .event-table tr {
  border-top: 1px solid #FC44C0;
}

.event_wrapper.spring .event-table tr:last-child {
  border-bottom: 1px solid #FC44C0;
}

/**夏**/

.event_wrapper.summer {
	outline: 2px solid #03AB81;
	outline-offset: -2px;
	border-top: 17.5px solid #03AB81;
	border-bottom: 13px solid #03AB81;
}

@media screen and (max-width: 768px) {
	.event_wrapper.summer {
		border-bottom: 2px solid #03AB81;
	}
}

.event_wrapper.summer::before {
	background-image: url("../img/event/event_wave_green.svg");
}

.event_wrapper.summer .event-month-wrap {
	background-image: url("../img/event/calendar_summer.svg");
}

.event_wrapper.summer .recommendation-ttl {
	border: 2px solid #03AB81;
	background-color: #03AB81;
}
.event_wrapper.summer .recommendation-item {
	border: 2px solid #03AB81;
}

.event_wrapper.summer .event-card__big-item {
	background-color: rgb(3 171 129 / .10);
}

.event_wrapper.summer .event-card-data h4::after {
	background-image: url("../img/common/btn-green.svg");
}

.event_wrapper.summer .event-card-data p {
	color: #03AB81;
}

.event_wrapper.summer .event-table a:hover {
	color: #03AB81;
}

.event_wrapper.summer .event-table .small_link {
	color: #03AB81;
}

.event_wrapper.summer .event-table .small_link::after {
	background: url("../img/common/site-link_black_green.svg") no-repeat center;
}

.event_wrapper.summer .event-table tr {
  border-top: 1px solid #03AB81;
}

.event_wrapper.summer .event-table tr:last-child {
  border-bottom: 1px solid #03AB81;
}

/**秋**/

.event_wrapper.autumn {
	outline: 2px solid #FA8A16;
	outline-offset: -2px;
	border-top: 17.5px solid #FA8A16;
	border-bottom: 13px solid #FA8A16;
}

@media screen and (max-width: 768px) {
	.event_wrapper.autumn {
		border-bottom: 2px solid #FA8A16;
	}
}

.event_wrapper.autumn::before {
	background-image: url("../img/event/event_wave_orange.svg");
}

.event_wrapper.autumn .event-month-wrap {
	background-image: url("../img/event/calendar_autumn.svg");
}

.event_wrapper.autumn .recommendation-ttl {
	border: 2px solid #FA8A16;
	background-color: #FA8A16;
}
.event_wrapper.autumn .recommendation-item {
	border: 2px solid #FA8A16;
}

.event_wrapper.autumn .event-card__big-item {
	background-color: rgb(250 138 22 / .10);	
}

.event_wrapper.autumn .event-card-data h4::after {
	background-image: url("../img/common/btn-orange.svg");
}

.event_wrapper.autumn .event-card-data p {
	color: #FA8A16;
}

.event_wrapper.autumn .event-table a:hover {
	color: #FA8A16;
}

.event_wrapper.autumn .event-table .small_link {
	color: #FA8A16;
}

.event_wrapper.autumn .event-table .small_link::after {
	background: url("../img/common/site-link_black_orange.svg") no-repeat center;
}

.event_wrapper.autumn .event-table tr {
  border-top: 1px solid #FA8A16;
}

.event_wrapper.autumn .event-table tr:last-child {
  border-bottom: 1px solid #FA8A16;
}


/**冬**/

.event_wrapper.winter {
	outline: 2px solid #21CDEB;
	outline-offset: -2px;
	border-top: 17.5px solid #21CDEB;
	border-bottom: 13px solid #21CDEB;
}
	
@media screen and (max-width: 768px) {
	.event_wrapper.winter {
		border-bottom: 2px solid #21CDEB;
	}
}

.event_wrapper.winter::before {
	background-image: url("../img/event/event_wave_aqua.svg");
}

.event_wrapper.winter .event-month-wrap {
	background-image: url("../img/event/calendar_winter.svg");
}

.event_wrapper.winter .recommendation-ttl {
	border: 2px solid #21CDEB;
	background-color: #21CDEB;
}
.event_wrapper.winter .recommendation-item {
	border: 2px solid #21CDEB;
}

.event_wrapper.winter .event-card__big-item {
	background-color: rgb(33 205 235 / .10);
}

.event_wrapper.winter .event-card-data h4::after {
	background-image: url("../img/common/btn-aqua.svg");
}

.event_wrapper.winter .event-card-data p,
.event_wrapper.winter .event-table .small_link {
	color: #21CDEB;
}

.event_wrapper.winter .event-table a:hover {
	color: #21CDEB;
}

.event_wrapper.winter .event-table .small_link::after {
	background-image: url("../img/common/site-link_black_aqua.svg");
}

.event_wrapper.winter .event-table tr {
  border-top: 1px solid #21CDEB;
}

.event_wrapper.winter .event-table tr:last-child {
  border-bottom: 1px solid #21CDEB;
}


.event_wrapper .event-card-data p.event-label {
	color: #000;
}

@media screen and (max-width: 768px) {
.event_wrapper.spring,
.event_wrapper.summer,
.event_wrapper.autumn,
.event_wrapper.winter {
	outline-offset: 0px;
}
}


/******あわせてチェック*******/
.event-check p {
	text-align: center;
	margin: 0;
}

.event-check h3 {
	font-size: 41px;
	text-align: center;
	margin: 0;
}

.event-check-btn {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
.event-check-btn {
	grid-template-columns: repeat(1, 1fr);
	gap: 30px;
}
}



