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

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");

.tabs {
	display: flex;
	width: 1024px;
	margin: 30px auto;
}
.tab-contents {
	display: none;
}

.tab-contents.active {
	display: block;
}

.JS_tab:hover{
	cursor: pointer;
	opacity: 0.7;
}
.tabs .JS_tab {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	width: 512px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 10px 0;
}
.tabs .JS_tab.tab1 {
	background-color: #fa8e02;
}
.tabs .JS_tab.tab2 {
	background-color: #e57373;
}
.tabs .JS_tab::before {
	content:'';
	position: absolute;
	inset: 0;
	margin: auto;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #fff;
}
.tabs .JS_tab:hover::after ,
.tabs .JS_tab.active::after {
	content:'';
	position: absolute;
	margin: auto;
	inset: auto 0 -30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 18px solid transparent;
	border-left: 18px solid transparent;
	border-bottom: 0;
}
.tabs .JS_tab.tab1:hover::after ,
.tabs .JS_tab.tab1.active::after {
	border-top: 30px solid #fa8e02;
}
.tabs .JS_tab.tab2:hover::after ,
.tabs .JS_tab.tab2.active::after {
	border-top: 30px solid #e57373;
}
.tabs .JS_tab em {
	font-size: 26px;
	font-style: normal;
}
.tabs .JS_tab .emphasis {
	color: #ffff43;
}


/* スケジュールモーダル */
#inline-wrap-cts01 ,
#inline-wrap-cts02 {
	position: relative;
}

#inline-wrap-cts01 .image img ,
#inline-wrap-cts02 .image img {
	position: relative;
	margin: 0 auto;
	width: 800px;
}

#inline-wrap-cts01 .image::before ,
#inline-wrap-cts02 .image::before {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	width: 80px;
	height: 80px;
	cursor: pointer;
}

.mfp-auto-cursor .mfp-content {
	text-align: center;
}

.popup-modal-dismiss {
	position: absolute;
	left: 0;
	right: 0;
	width: 296px;
	height: 75px;
	margin: 0 auto;
	text-indent: -9999px;
	cursor: pointer;
}
#inline-wrap-cts01 .popup-modal-dismiss {
	bottom: 47px;
}
#inline-wrap-cts02 .popup-modal-dismiss {
	bottom: 19px;
}
.mfp-container {
	padding-left: 60px;
	padding-right: 60px;
}
.mfp-close-btn-in .mfp-close {
	color: #fff;
	font-size: 50px;
	font-family: "Noto Serif JP";
	width: 40px;
	height: 40px;
	top: -70px;
	right: -40px;
	opacity: 1;
}

.modalBox01 {
	padding: 15px 20px 15px 20px;
}
.modalBox01 dt {
	font-family: "Noto Serif JP", serif;
	font-size: 38px;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.modalBox01 dd {
	font-size: 16px;
	line-height: 2em;
	text-align: left;
}


/*-----------------------------*/