@charset "UTF-8";
/*/_styleSet:2025/09/16 16-57-20,front-page:2025/09/29 15-46-54,page-vendor-post:2025/09/29 15-46-29,page-event-detail:2025/09/17 07-15-51/*/
.block{
	padding:0 20px;
}
.inner{
	max-width:1000px;
	margin:0 auto;
}
article {
	padding:30px 50px;
	border:1px solid rgba(204,204,204,1);
	box-sizing:border-box;
}
input:not([type=submit]) {
	border:1px solid rgb(0,0,0,1);
	margin:0.3em auto 0.3em 0;
	text-align:left;
	display:inline-block;
	padding:0.2em;
	height:2em;
	max-width:initial;
}
input[type=submit] {
	box-sizing:border-box;
}
.wide-input{
	width:100%;
	max-width:initial;
}
.half-input{
	width:50%;
	max-width:300px;
}
.formInput{
	width:100%;
}
textarea {
	border:1px solid rgb(0,0,0,1);
	margin:0.3em auto 0.3em 0;
	text-align:left;
	display:inline-block;
	width:100%;
	padding:0.2em;
	height:5em;
}
select {
	width:auto;
	margin:0.3em auto 0.3em 0;
	border:1px solid rgb(0,0,0,1);
	display:inline-block;
	padding:0.2em;
	border-radius:3px;
	height:2em;
	text-align:left;
	font-weight:500;
	color:#000;
}
.readonly{
	background-color:rgba(240,240,240,1);
	border:1px solid rgba(204,204,204,1);
	color:rgba(102,102,102,1);
}
input[type=checkbox],input[type=radio] {
	width:1em;
	margin:0.3em 0.5em auto 0;
	border:1px solid rgb(0,0,0,1);
	display:inline-block;
	padding:5px;
	border-radius:3px;
	height:1em;
}
.bt-form{
	margin:1em 0.5em 0.5em;
	display:inline-block;
	min-width:15em;
	height:3em;
	padding:0 1em;
	border:2px solid #000;
	font-weight:bold;
}
.top-capture{
	display:inline-block;
	font-weight:bold;
	font-size:24px;
	position:relative;
}
.top-capture:after {
	content:"";
	position:absolute;
	top:calc( 100% + 0.5em );
	left:50%;
	width:3em;
	height:0.3em;
	background-color:var(--accent_color);
	transform:translateX(-50%);
	border-radius:1em;
}
article table{
	border:0;
	width:100%;
}
article table th{
	width:20%;
	padding:2% 1%;
	background-color:var(--theme_color_sub);
	font-size:15px;
	text-align:center;
	border:0;
	border-bottom:1px solid rgba(204,204,204,1);
	font-weight:500;
	color:rgba(51,51,51,1);
}
article table td{
	width:80%;
	padding:1% 2%;
	font-size:15px;
	text-align:left;
	border:0;
	border-bottom:1px solid rgba(204,204,204,1);
	font-weight:500;
}
article h2,.editor-styles-wrapper h2,article .style-h2,.editor-styles-wrapper .style-h2{
	font-size:20px;
	font-weight:bold;
	position:relative;
	padding:0.2em 1em 0.2em 0.8em;
	background-color:rgba(245,245,245,1);
	margin:0 0 0.7em;
	display:block;
	color:#000;
}
article h2:before,.editor-styles-wrapper h2:before,article .style-h2:before,.editor-styles-wrapper .style-h2:before{
	width:0.3em;
	height:100%;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	background-color:var(--theme_color);
	content:"";
}
article h3,.editor-styles-wrapper h3,article .style-h3,.editor-styles-wrapper .style-h3{
	font-size:18px;
	font-weight:bold;
	position:relative;
	padding:0.1em 1em 0.1em 0.3em;
	margin:0.5em 0;
	color:var(--theme_color);
	display:block;
	background-color:transparent;
	border-bottom:1px solid var(--theme_color);
	text-align:left;
	letter-spacing:0.1em;
}
.content h3:before,.editor-styles-wrapper h3:before,.content .style-h3:before,.editor-styles-wrapper .style-h3:before{
	position:absolute;
	background-color:var(--theme_color);
	content:"";
	left:0.4em;
	width:0.3em;
	top:50%;
	transform:translateY(-50%);
	height:0.3em;
	display:none;
}
.content h4,.editor-styles-wrapper h4,.content .style-h4,.editor-styles-wrapper .style-h4{
	font-size:16px;
	font-weight:bold;
	position:relative;
	padding:0.1em 1em 0.1em 0;
	margin:0.5em 0;
	display:block;
	background-color:transparent;
}
article ul{
	padding:0 0 0 1em;
}
article li{
	list-style-type:square;
}
.link_button{
	border:2px solid rgb(30,35,30);
	color:rgb(30,35,30);
	padding:0.5em 1.5em;
	min-width:9em;
	display:inline-block;
	font-size:18px;
	margin:0 1em 0.5em 0;
	font-weight:bold;
	background-color:rgba(255,255,255,1);
}
.link_button.round {
	border-radius:3em;
}
.fill.black button{
	background-color:#0b0000;
	color:rgba(255,255,255,1);
	border:1px solid #0b0000;
}
.fill.black button:hover{
	color:#0b0000;
	background-color:rgba(255,255,255,1);
}
.black button{
	background-color:transparent;
	color:#0b0000;
	border:1px solid #0b0000;
}
.black button:hover{
	color:rgba(255,255,255,1);
	background-color:#0b0000;
}
.link_button.orange {
	border:2px solid var(--accent_color);
	color:var(--accent_color);
	transition-duration:0.2s;
	background-color:rgba(255,255,255,1);
}
.link_button.orange:hover {
	color:var(--accent_color);
	background-color:rgba(255,255,255,1);
}
.link_button.fill.orange {
	border:2px solid var(--accent_color);
	color:rgba(255,255,255,1);
	background-color:var(--accent_color);
	transition-duration:0.2s;
}
.link_button.fill.orange:hover {
	color:var(--accent_color);
	background-color:rgba(255,255,255,1);
}
.link_button.theme_color {
	border:2px solid var(--theme_color);
	color:var(--theme_color);
	font-weight:bold;
	transition-duration:0.2s;
}
.link_button.theme_color:hover {
	color:rgba(255,255,255,1);
	background-color:var(--theme_color);
}
.fill.link_button.theme_color {
	border:2px solid var(--theme_color);
	color:rgba(255,255,255,1);
	background-color:var(--theme_color);
	transition-duration:0.2s;
}
.fill.link_button.theme_color:hover {
	color:var(--theme_color);
	background-color:rgba(255,255,255,1);
}
.fill.gray button , button.link_button.fill.gray{
	border:2px solid #8f8d88;
	color:rgba(255,255,255,1);
	background-color:#8f8d88;
}
.gray button , button.link_button.gray{
	border:1px solid #8f8d88;
	color:#8f8d88;
	background-color:rgba(255,255,255,0.7);
}
.gray button:hover{
	color:rgba(255,255,255,1);
	background-color:#8f8d88;
}
.gray-indigo button{
	border:1px solid #7c868c;
	color:#7c868c;
	background-color:transparent;
}
.gray-indigo button:hover{
	color:rgba(255,255,255,1);
	background-color:#7c868c;
}
.gray-brown button{
	border:1px solid #838270;
	color:#838270;
	background-color:transparent;
}
.gray-brown button:hover{
	color:rgba(255,255,255,1);
	background-color:#838270;
}
.block-top-menu button , .block-top-news button{
	position:relative;
	padding:1em 0;
	border-radius:0;
	font-size:14px;
	margin:0;
	transition-duration:0.2s;
	max-width:100%;
	width:100%;
}
.block-top-menu button:before , .block-top-news button:before {
	background-image:url(../img/arw_corner.svg);
	background-size:contain;
	background-position:center;
	width:0.5em;
	height:0.5em;
	position:absolute;
	right:2%;
	bottom:12%;
	content:"";
	background-repeat:no-repeat;
}
._block_top button:hover , button.arrow_link:hover{
	background-color:rgba(0,0,0,1);
	color:rgba(255,255,255,1);
	background-image:url(../img/arw_corner-w.svg);
}
._block_top button.reverse:hover{
	background-color:rgba(243,242,238,0.8);
	color:rgba(0,0,0,1);
	background-image:url(../img/arw_corner.svg);
}
.column{
	width:100%;
	display:flex;
	align-items:stretch;
	align-content:stretch;
	justify-content:space-between;
	flex-direction:row;
	flex-wrap:wrap;
}
.ratio_1-1 > div{
	width:49%;
}
.ratio_1-2 > div:nth-child(2n-1){
	width:33%;
}
.imgBox{
	position:relative;
	width:100%;
}
.borderImg{
	border:1px solid rgba(204,204,204,1);
}
.ratio_1-2 > div:nth-child(2n){
	width:65%;
}
.ratio_1-3 > div:nth-child(2n-1){
	width:25%;
}
.ratio_1-3 > div:nth-child(2n){
	width:73%;
}
#event_date_spread ,#wpt_select_event_date {
	display:inline-block;
	float:left;
}
[name=event_text] {
	height:300px;
}
.date_cell{
	font-size:14px;
	border:2px solid var(--theme_color);
	display:inline-block;
	margin:0 0.4em 0.3em 0;
	padding:0 0.5em;
	border-radius:3px;
	color:var(--theme_color);
	font-weight:bold;
	height:32px;
}
#add_event_date {
	height:32px;
	padding:0 0.5em;
	background-color:var(--theme_color);
	border:0px solid var(--theme_color);
	color:rgba(255,255,255,1);
	font-size:14px;
	display:inline-block;
	border-radius:3px;
	margin:0 0 0 0.3em;
}
.upload-thumb{
	width:19%;
	display:inline-block;
	margin:0 1% 0 0;
	position:relative;
}
.upload-thumb .bt_delete_image{
	width:1.2em;
	height:1.2em;
	line-height:1.2;
	text-align:center;
	border-radius:1em;
	background-color:rgba(0,0,0,0.4);
	color:rgba(255,255,255,1);
	top:0;
	right:0;
	transform:translate( 20% , -20% );
	position:absolute;
	z-index:5;
	opacity:0;
}
.upload-thumb:hover .bt_delete_image{
	width:1.2em;
	height:1.2em;
	line-height:1.2;
	text-align:center;
	border-radius:1em;
	background-color:rgba(0,0,0,0.4);
	color:rgba(255,255,255,1);
	top:0;
	right:0;
	transform:translate( 20% , -20% );
	position:absolute;
	z-index:5;
	opacity:1;
}
.upload-thumb .preview{
	border:1px solid rgba(224,224,224,1);
	width:100%;
	padding-bottom:100%;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
}
input[type=file][name*=event_image] {
	width:100%;
	border:1px solid rgba(204,204,204,1);
}
.upload-thumb .mwform-file-delete{
	display:none;
}
.order-list th ,.order-list td{
	width:auto;
	padding:0.3em 0.5em 0.3em 1em;
	text-align:left;
}
.event-detail-row{
	width:50%;
	float:left;
	position:relative;
}
.event-detail-row.wide {
	width:100%;
}
.event-detail-label{
	width:6em;
	float:left;
	margin:0 1em 0.2em 0;
	border-right:1px rgba(153,153,153,1) dotted ;
	background-color:var(--theme_color2_thin);
	padding:0.2em 0.8em;
}
.event-detail-content{
	width:calc( 100% - 7.5em );
	float:left;
	padding:0.2em;
}
body.event-detail .date_cell{
	border:0;
	height:auto;
}
@media screen and (max-width: 768px){
	.block{
		padding:0 2vw;
	}
	article {
		padding:4vw 4vw 10vw;
	}
	.top-capture{
		font-size:4.5vw;
	}
	article table th{
		padding:2% 2%;
	}
	article table td{
		padding:5% 3%;
	}
	.sp-layer-table tbody{
		display:block;
	}
	.sp-layer-table th{
		display:block;
		width:100%;
	}
	.sp-layer-table td{
		display:block;
		width:100%;
		padding:0 0 0.5em;
	}
	article h2,.editor-styles-wrapper h2,article .style-h2,.editor-styles-wrapper .style-h2{
		font-size:4.5vw;
	}
	article h3,.editor-styles-wrapper h3,article .style-h3,.editor-styles-wrapper .style-h3{
		font-size:4.2vw;
	}
	.content h4,.editor-styles-wrapper h4,.content .style-h4,.editor-styles-wrapper .style-h4{
		font-size:3.8vw;
	}
	.link_button{
		font-size:3.5vw;
		padding:0.5em 0;
	}
	.block-top-menu button , .block-top-news button{
		font-size:3.2vw;
		padding:1em 0;
		background-color:var(--bg_color);
	}
	.mb_ratio_1-2 > div:nth-child(2n-1){
		width:33%;
	}
	.mb_ratio_1-2 > div:nth-child(2n){
		width:65%;
	}
	.column.mb_reset {
		width:100%;
		display:block;
	}
	.column.mb_reset > div{
		width:100%;
	}
	[name=event_text] {
		height:100vw;
	}
	.event-detail-row{
		width:100%;
	}
	.event-detail-label{
		position:absolute;
		height:calc( 100% - 0.3vw );
	}
	.event-detail-content{
		float:right;
	}
}