.v2-button2--bottom{}
.v2-button2--bottom:after{
    content: "b";
    line-height: 1;
    display: block;
    margin-left: 0;
}
.v2-button2--bottom:hover:after{
    transform: translateY(.25em);
}

.sect1{
    margin: 6.25em 0;
}
.sect2{
    margin: 3.75em 0;
}

.title1{
    font-size: 2.25em;
    font-weight: normal;
    text-align: center;
    margin: 0 0 1em;
}
.title2{
    font-size: 1.75em;
    font-weight: normal;
    text-align: center;
    margin: 0 0 1em;
}

.important{
    color: #e05d45;
}

b{
	font-weight: bold;
}


@media (min-width: 769px){
.anc-nav__items{
	display: flex;
    }
.anc-nav__item{
	flex: 1 1 0%;
    }
.anc-nav__item:not(:first-child){
	margin-left: 1.63%;
    }
}
@media (max-width: 768px){
.anc-nav__item:not(:first-child){
	margin-top: .5em;
    }
}

.photo-gallery__image{
    width: 100%;
}
@media (min-width: 769px){
.photo-gallery__item{
	flex: 1 1 0%;
    }
}


/*20220105_追加*/
.figure{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
/*.figcaption{
	font-size: .875em;
	line-height: 2;
	margin-top: .5em;
}*/
.t-center{
	text-align: center;
}
.media{
	margin-top: 10px;
	margin-bottom: 10px;
}
.media__tit{
	padding: 0.25rem 1rem;
	border-left: 4px solid;
	color: #d55f4b;
	font-size: 1.725em;
	margin-bottom: 0.5em;
}

@media screen and (min-width:769px){
.media{
	display: flex;
	}
.media__body{
	flex: 1 1 auto;
	margin-top: 1em;
	}
.media__image{
	flex: 0 0 auto;
	max-width: 50%;
	}
.media__image:not(.media__image--right){
	margin-right: 20px;
	}
.media__image--right{
	margin-left: 20px;
	order: 1;
	}
}
@media screen and (max-width:768px){
.media{}
.media__body{
	margin-top: 2em;
	}
.media__image{
	margin-bottom: 10px;
	}
.media__image img{
	max-width: 100%;
	}
.media__image:not(.media__image--right){}
.media__image--right{}
}


.about__txt{
	text-align: center;
}

.ennichi__image{}

@media (min-width: 769px){
.small{
	font-size: .875em;
	color: #999;
	line-height: 1.5em;
    margin-top: 1em;
	text-align: center
	}
}
@media (max-width: 768px){
.small{
	font-size: .875em;
	color: #999;
	line-height: 1.5em;
    margin-top: 1em;
	text-align: left;
	}
}

@media (max-width: 768px){
.about__txt{
	text-align: left;
	}
}
.ennichi__image img {
    max-width: 100%;
	margin-bottom: 5em;
}

.privilege{
	color: #d55f4b;
	font-weight: bold;
}

.bg-gray {
    background: #f5f5f5;
	padding-top: 8em;
    padding-bottom: 3em;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.separator{
    border-top: 1px solid #cccccc;
}

.reg-sect {
    margin: 7.14em 0;
}
.reg-header {
    text-align: center;
    margin: 6em 0 4.28em;
}
.g-regular .v2-title1 {
    font-size: 2.28em;
}

.reg-header__title {
    margin: 0 0 2.85rem;
}
.v2-title1 {
    font-size: 2.6rem;
    line-height: 1.5em;
    text-align: center;
}
.reg-header__note {
    margin: 0 0 0 0;
}
.reg-contact {}

.reg-contact__fill {
    text-align: center;
    background: #f1f1f1;
    border: 1px solid #dedede;
    padding: 2.14em;
}


.ft-img{
	margin-bottom: -8em;
}
@media (max-width: 768px){
.ft-img{
	margin-bottom: -8em;
	}
}

/*add_20220107_追加*/

/* Slickカスタマイズ */
.slick-theme button{
	background: inherit;
	border: inherit;
	margin: 0;
	padding: 0;
}
.slick-theme .slick-dots{
	display: flex;
	justify-content: center;
	margin-top: 1.5em;
}
.slick-theme .slick-dots > li:not(:first-child){
	margin-left: .75em;
}
.slick-theme .slick-dots button{
	line-height: 1;
	text-indent: -100vw;
	color: #CF5D4E;
	position: relative;
	z-index: 0;
	display: block;
	width: 1em;
	height: 1em;
	overflow: hidden;
}
.slick-theme .slick-dots button:hover{
	cursor: pointer;
}
.slick-theme .slick-dots button::before{
	content: "◇";
	text-indent: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.slick-theme .slick-dots .slick-active button::before{
	content: "◆";
}
.slick-theme .slick-arrow{
	line-height: 1;
	font-size: 3.75em;
	text-align: left;
	text-indent: -100vw;
	color: #ccc;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	width: 1em;
	overflow: hidden;
}
.slick-theme .slick-arrow:hover{
	cursor: pointer;
}
.slick-theme .slick-prev{
	right: 100%;
	padding-left: 1.5em;
}
.slick-theme .slick-next{
	left: 100%;
	padding-right: 1.5em;
}
@media (max-width: 768px){
	.slick-theme .slick-prev{
		left: 0;
		right: auto;
	}
	.slick-theme .slick-next{
		left: auto;
		right: 0;
	}
}
.slick-theme .slick-arrow::before{
	text-indent: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scaleY(2);
}
@media (max-width: 768px){
	.slick-theme .slick-arrow::before{
		transform: scaleY(1);
	}
}
.slick-theme .slick-prev::before{
	content: "〈";
}
.slick-theme .slick-next::before{
	content: "〉";
}



.slick1.slick-theme .slick-slide{
	padding-left: 3px;
	padding-right: 3px;
}

.overview{
	background-image: url(../regular_event/img/overview_bg.jpg);
	padding: 1.5em;
	}
.overview img{
	width: 100%
}
@media (min-width: 769px){
.overview{
	display: flex;
	align-items: center;
	}
.overview-img{
	width: 50%;
	}
.overview ul {
	padding: 0 0 0 5em;
	}
}

@media (max-width: 768px){
	.overview ul {
	padding: 1em 0 0 0;
	}
}


.footer {
    background: #525252;
    margin: 0 0 0 0 !important;
    padding: 55px 0;
    position: relative;
}

@media (min-width: 769px){}
@media (max-width: 768px){}