@charset "UTF-8";

.campaign__container {
	text-align: center;
	max-width: 750px;
	width: 100%;

	background-color: #f2d7ea;
	margin: 30px auto 0;

	padding-bottom: 20px;
	box-sizing: border-box;
}
.visual__container {
	height: 580px;
	height: 422px;
	width: 100%;
	max-width: 750px;
	margin: 20px auto 0;

	background: url(../images/main-visual.jpg) no-repeat;
    background-size: contain;
    background-position: center center;
}
.map__container {
	height: auto;
	background-color: #f2d7ea;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items:flex-end;
}
.shop-arrow{
	background-color: #fff;
	border-radius: 100%;
	border: none;
	cursor: pointer;
}
@media (min-width: 767px) {
	.shop-arrow{
		width: 70px;
		height: 70px;
	}
}
@media (max-width: 768px) {
	.shop-arrow{
		width: 50px;
		height: 50px;
	}
}
.shop-prev-arrow{
	position: absolute;
	transform: translateY(-50%);
	z-index: 999;
}
@media (min-width: 767px) {
	.shop-prev-arrow{
		left: -35px;
		top: calc(50% - 32px);
	}
}
@media (max-width: 768px) {
	.shop-prev-arrow{
		left: -25px;
		top: calc(50% - 25px);
	}
}
.shop-prev-arrow::before{
	content: "";
	position: absolute;
	top: 50%;
	left: calc(50% + 15px);
	transform: translate(-50% ,-50%);
	border-style: solid;
	border-left: 0;
}
@media (min-width: 767px) {
	.shop-prev-arrow::before{
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-right: 13px solid #2d2d2d;
	}
}
@media (max-width: 768px) {
	.shop-prev-arrow::before{
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-right: 8px solid #2d2d2d;
	}
}
.shop-next-arrow{
	position: absolute;
	transform: translateY(-50%);
	z-index: 999;
}
.shop-next-arrow::before{
	content: "";
	position: absolute;
	top: 50%;
	left: calc(50% - 15px);
	transform: translate(-50% ,-50%);
	border-style: solid;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 13px solid #2d2d2d;
	border-right: 0;
}
@media (min-width: 767px) {
	.shop-next-arrow{
		right: -35px;
		top: calc(50% - 32px);
	}
	.shop-next-arrow::before{
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 13px solid #2d2d2d;
	}
}
@media (max-width: 768px) {
	.shop-next-arrow{
		right: -25px;
		top: calc(50% - 25px);
	}
	.shop-next-arrow::before{
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 8px solid #2d2d2d;
	}
}
.shop-dots{
	/* position: absolute;
	bottom: -23px;
	left: 50%;
	transform: translateX(-50%); */
	display: flex;
	justify-content: center;
}
@media (min-width: 767px) {
	.shop-dots{
		column-gap: 15px;
		margin-top: 24px;
	}
}
@media (max-width: 768px) {
	.shop-dots{
		column-gap: 10px;
		margin-top: 15px;
	}
}
.shop-dots li{
	/* width: 10px;
	height: 10px;
	background-color: #fffffb;
	border-radius: 100%; */
}
.shop-dots li button{
	border: none;
	color: #2d2d2d;
	background-color: #fffffb;
	border-radius: 100%;
	cursor: pointer;
}
@media (min-width: 767px) {
	.shop-dots li button{
		width: 32px;
		height: 32px;
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	.shop-dots li button{
		width: 28px;
		height: 28px;
		font-size: 13px;
	}
}
.shop-dots li.slick-active button{
	color: #fff;
	background-color: #ac0072;

}
.shop__area--title {
	height: 14vw;
	max-height: 130px;
	width: 100%;
    background-color: #333333;
    color: #ffffff;
	font-size: min(4vw,40px);

	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shop__area--container{
	text-align: center;
	max-width: 750px;
	height: auto;
	width: 100%;

	margin: 40px auto 0;

	box-sizing: border-box;
}

.shop__area--bg{
	background-color: #2d2d2d;
	padding: 25px 25px 25px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
@media (min-width: 767px) {
	.shop__area--bg{
		padding: 25px 25px 25px;
	}
}
@media (max-width: 768px) {
	.shop__area--bg{
		padding: 25px 10px 25px;
	}
}
.shop__area--headline{
	color: #fff;
	display: flex;
	justify-content: center;
	column-gap: 15px;
	align-items: center;
	font-size: 20px;
}
.shop__area--headline img{
	width: 25px;
	height: 25px;
}
.shop__area--list{
	display: grid;
	grid-template-columns: repeat(4 ,1fr);
	column-gap: 20px;
	padding-top: 20px;
}
@media (min-width: 767px) {
	.shop__area--list{
		column-gap: 20px;
		padding-top: 20px;
	}
}
@media (max-width: 768px) {
	.shop__area--list{
		column-gap: 5px;
		padding-top: 20px;
	}
}
.shop__area--item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #2d2d2d;
	font-weight: bold;
	cursor: pointer;
	border-radius: 6px;
}
@media (min-width: 767px) {
	.shop__area--item{
		font-size: 20px;
	}
}
@media (max-width: 768px) {
	.shop__area--item{
		font-size: 16px;
	}
}
.shop__area--item .big{
	font-size: 28px;
	color: #fff;
	line-height: 1.4;
	border-radius: 20px;
}
@media (min-width: 767px) {
	.shop__area--item .big{
		font-size: 28px;
		padding: 2px 20px 2px;
	}
}
@media (max-width: 768px) {
	.shop__area--item .big{
		font-size: 18px;
		padding: 2px 12px 2px;
	}
}
#center .big{
	background-color: #e93453;
}
#north .big{
	background-color: #2ac1d4;
}
#south .big{
	background-color: #11a767;
}
#east .big{
	background-color: #df7603;
}

.shop__area--item.is-active{
	position: relative;
	color: #fff;
}
.shop__area--item.is-active#center{
	background-color: #e93453;
}
.shop__area--item.is-active#center::before{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-top: 15px solid #e93453;
	border-bottom: 0;
}
.shop__area--item.is-active#north{
	background-color: #2ac1d4;
}
.shop__area--item.is-active#north::before{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-top: 15px solid #2ac1d4;
	border-bottom: 0;
}
.shop__area--item.is-active#south{
	background-color: #11a767;
}
.shop__area--item.is-active#south::before{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-top: 15px solid #11a767;
	border-bottom: 0;
}
.shop__area--item.is-active#east{
	background-color: #df7603;
}
.shop__area--item.is-active#east::before{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-top: 15px solid #df7603;
	border-bottom: 0;
}
@media (min-width: 767px) {
	.shop__area--item{
		min-width: 160px;
		min-height: 40px;
		padding: 20px 0 20px;
	}
}
@media (max-width: 768px) {
	.shop__area--item{
		min-width: 60px;
		padding: 10px 10px 10px;
	}
}

.shop__container {
	height: auto;
	background-color: #f2d7ea;
	padding-top: 20px;
}

.shop__jump span{
	display: block;
}
.shop__jump--list{
	overflow:hidden;
	background-color: #e5e5e3;
	opacity: 0;
	pointer-events: none;
	height: 0;
}
.shop__jump--list.is-active{
	opacity: 1;
	pointer-events: auto;
	height: auto;
	padding: 30px 0;
}
.shop__jump--wrap{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2 ,1fr);
	column-gap: 12px;
	row-gap: 12px;
	padding: 0 38px 0;
}
.shop__jump--item a{
	/* display: block; */
	display: flex;
}
.shop__jump--container {
	width: 100%;
	background-color: #eef9fb;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 2%;

	padding: 30px 25px;
    box-sizing: border-box;
}
.shop__jump {
    height: auto;
    /* width: 49%; */

	/* background-color: #ae0073; */
	color: #ffffff;

	font-size: min(3vw,24px);
	font-weight: bold;
	line-height: 1.2;
	cursor: pointer;
	text-align: left;

	border-radius: 10px;
    box-sizing: border-box;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;

	position: relative;
}
@media (min-width: 767px) {
	.shop__jump {
		padding: 25px 45px 25px 4.5%;
		max-height: 78px;
	}
}
@media (max-width: 768px) {
	.shop__jump {
		padding: 25px 13px 25px 4.5%;
		height: 75px;
	}
	.shop__jump .nowrap {
		text-wrap: nowrap;
	}
}

.shop__jump::after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
	top: calc( 50% - 9px );
    right: 30px;
}
.center .shop__jump{
	background-color: #e93453;
}
.north .shop__jump{
	background-color: #2ac1d4;
}
.south .shop__jump{
	background-color: #11a767;
}
.east .shop__jump{
	background-color: #dd7600;
}
.shop__content {
	background-color: #ffffff;
	/* margin: 30px 25px; */
	margin: 50px 25px 30px;
}
/* .shop__content:first-child{
	margin-top: 10px;
} */
.shop__title {
    height: 10vw;
    max-height: 100px;
	width: 100%;
    background-color: #333333;
    color: #ffffff;

	font-size: min(4vw,34px);
	font-weight: bold;

	margin: 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.shop__group{
	display: none;
}
.shop__group.is-active{
	display: block;
}

.shop__event {
	/* text-align: left;
    margin: 0 7%;
    padding: 6% 0;
	border-bottom: 2px solid #c6c6c6; */
}

.shop__event time {
	font-size: min(3.5vw,28px);
	line-height: 1.4;
	font-weight: bold;
}

.shop__event h4 {
	color: #b50081;
	font-size: min(4vw,30px);
	line-height: 1.25;
	font-weight: bold;
}

.shop__event h4 span.text_lerge {
	font-size: min(5.5vw,40px);
}

.shop__event figure {
	/* font-size: min(3vw,26px);
	line-height: 1.25;
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
	line-break: strict; */
	margin: 10px 0 0;
}

.shop__event figure span.text_lerge {
	font-size: min(4vw,36px);
}

.shop__event figure > img,
.shop__event figure > div.img {
	display: block;
	/* margin-left: 2%; */
	/* max-width: 44%; */
	/* object-fit: contain; */
}

.shop__event ul {
	margin-left: 48px;
	margin-left: 0;
}

.shop__event ul li {
	font-size: min(3vw,24px);
	line-height: 1.25;
	text-indent: -90px;
	padding-left: 90px;
	margin-bottom: 12px;
	line-break: strict;
}

.shop__event ul li.fee::before {
    content: '参加費： ';
}

.shop__event ul li.place::before {
    content: '会　場： ';
}

.shop__event ul li.time::before {
    content: '時　間： ';
}



.shop__event ul li span {
	display: inline-block;
	margin-right: 12px;
}

.shop__event p.note {
	margin-top: 20px;
	font-size: min(2.5vw,20px);
	line-height: 1.25;
}

@media (max-width: 768px) {
	.shop__event time {
		font-size: min(4vw,32px);
	}

	.shop__event h4 {
		font-size: min(5vw,37px);
	}
	.shop__event figure {
		font-size: min(4vw,35px);
		margin: 0 0 10px;
		flex-direction: column;
	}

	.shop__event figure > img,
	.shop__event figure > div.img {
		margin-left: 0;
		margin: 0 auto;
		/* max-width: 80%; */
		object-fit: contain;
	}

	.shop__event figure span.text_lerge {
		font-size: min(5vw,44px);
	}

	.shop__event ul {
		margin-left: 6vw;
		margin-left: 0;
	}
	.shop__event ul li {
		text-indent: -15.2vw;
		padding-left: 15.2vw;
		font-size: min(4vw,32px);

	}
	.shop__event ul li span {
		display: inline-block;
		margin-right: 1.5vw;
	}

	.shop__event p.note {
		margin-top: 10px;
	}
}


.shop__link--container {
	padding: 30px 0;
}
.shop__link {
	width: 85%;
    background-color: #b50081;
    color: #ffffff;
	font-size: min(4vw,20px);
	line-height: 2;
    font-weight: bold;

    border-radius: 8px;

	padding: 5% 0;
	margin: 0 auto;


	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	position: relative;
}
.shop__link::after {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    border-radius: 10px;
    position: absolute;
    right: 10px;
}
.shop__link::before {
    content: '';
    width: 4px;
    height: 4px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	position: absolute;
	right: 18px;
}

@media (min-width: 701px) {
	.shop__link::after {
		right: 40px;
	}
	.shop__link::before {
		right: 48px;
	}
}




.campaign__supplement {
	max-width: 750px;
	font-size: min(3vw,16px);
	line-height: 1.5;
	text-align: left;

	margin: 0 auto;
	padding: 10px;

	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
svg {
	padding: 2% 0;
	margin-right: 15%;
}
.st0 {
    fill: #FFFFFF;
    stroke: #A70A78;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}
.st1 {
    fill: #333;
    cursor: pointer;
    transition-duration: .3s;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
}
.st2 {
	font-size: 14.5px;
    fill: #fff;
    cursor: pointer;
    transition-duration: .3s;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
}
.st6 {
	font-size: 16px;
}
.map__container .tab_li .st0 {
    transition-duration: .3s;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    cursor: pointer;
    fill: #fff;
    stroke: #A70A78;
    stroke-width: 2;
}
.map__container .tab_li.active .st1, .map__container .tab_li:hover .st1 {
    fill: #fff;
}
.map__container .tab_li.active text, .map__container .tab_li:hover text {
    fill: #333;
    font-weight: bold;
}
.map__container .tab_li.active .st0, .map__container .tab_li:hover .st0, .map__container .tab_li.all-item.active ~ .tab_li .st0 {
    fill: #b50081;
}


@media (min-width: 701px) {
	.sp-line {
	  display: none;
	}
}
@media (max-width: 700px) {
	.pc-space {
	  display: none;
	}
	.shop__jump::after {
		content: "";
		width: 5px;
		height: 5px;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
		top: calc( 50% - 5px );
		right: 10px;
	}
	#ishikari.shop__jump::after {
		top: 50%;
	}
	#mikasa.shop__jump::after {
		top: 50%;
	}
}
@media (max-width: 768px) {
	.visual__container {
		height: auto;
		width: 100%;
		background: url(../images/main-visual.jpg) no-repeat;
		background-size: contain;
		background-position: center center;
		padding-top: 56.25%;
	}
	#global-header {
		display: none !important;
	}
	#wrapper {
		padding-top: 0 !important;
	}
}

.btn_return_pagetop {
	width: 230px;
	height: 41px;
	display: block;
	font-size: 110%;
	font-weight: bold;
	line-height: 41px;
	text-align: center;
	margin: 20px auto 50px;
	border: 2px solid #333;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}
.btn_return a {
	color: #fff;
	width: 230px;
	height: 41px;
	display: block;
	font-size: 108%;
	line-height: 41px;
	background: #333;
	text-align: center;
	margin: 43px auto 50px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/*追従TOPボタン*/
.pagetop.shift {
    bottom: 16%;
}
.pagetop {
	-webkit-transition: all .3s;
	transition: all .3s;
	position: fixed;
	right: 3%;
	bottom: 5%;
	z-index: 9999;
}
@media (max-width: 768px) {
	.pagetop {
		width: 15%;
		bottom: 26%;
	}
	.pagetop img {
		max-width: 100%;
	}

}
.pagetop a:hover {
opacity: 1;
}

.bnr__area{
	text-align: center;
    max-width: 750px;
    width: 100%;
    margin: 30px auto 0;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.bnr__area img{
	width: 100%;
}