@charset "UTF-8";

/* --------------------------------
   OPENCAMPUS 2026
   since - 2026.03
-------------------------------- */
/* ---- main_img ---- */
.main_img {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.main_img .catch::before {
	position: absolute;
	display: block;
	width: 64px;
	height: 64px;
	top: 0;
	left: 0;
	margin: 0;
	bottom: auto;
	background: #9e005d;
	content: "";
	z-index: -1;
}

.main_img .catch {
	position: relative;
	display: block;
	padding: 16px 3em 10px 2.5rem;
	color: #9e005d;
	font-size: 1.7rem;
	font-weight: bold;
	font-family: YuGothic, 'Yu Gothic', sans-serif;
	border-bottom: 1px #9e005d solid;
}

.title {
	padding: 20px 10px 0;
	text-align: center;
}

.title.year {
	padding: 0 10px;
	text-align: center;
}

.title img {
	width: 100%;
	height: auto;
	filter: drop-shadow(5px 5px 2px rgba(0, 1, 0, .18));
}

.title img[src="/opencampus/2026/img/2026.svg"] {
	width: 250px;
	height: 100px;
}
.list05 {
	width: 100%;
	margin: 0 auto;
}


/*---- anclink ----*/

.ancLink {
	width: 100%;
	margin: -2px auto 0;
	padding: 0 5px 20px;
}

.ancLink li a.select::before,
.ancLink li a.select2::before {
	content: "";
}

.ancLink li a.select2::after {
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	top: 51%;
	left: 22px;
	content: url(/img/arrow.svg);
	transform: rotate(-90deg) translate(0, -50%);
	transition: .5s all;
	background: transparent;
}

.ancLink li a.select::after {
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	top: 40%;
	left: 16px;
	content: url(/img/arrow.svg);
	transform: translate(0, -50%);
	transition: .5s all;
	background: transparent;
}

.ancLink li a:hover::after,
.ancLink li a.active::after {
	content: url(/img/arrow_red.svg);
}


/*---- 学院見学エリア ----*/
.image_box img {
	width: 100%;
}

#KengakuArea {
	width: 100%;
	margin: 0 auto;
}

#KengakuArea ul.circle li {
	padding-left: 1.2em;
	text-indent: -1.1em;
}

ul.circle li::before {
	top: 2px;
	transform: none;
}


















.sst01 {
	position: relative;
	display: block;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 30px !important;
	padding: 15px 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
	box-shadow: none;
	background: #0071bc;
	border-radius: 30px;
}

.sst01::after {
	display: none;
}

/*-- sst02 --*/
.sst011 {
	padding: .2rem 1.1rem .1rem;
	font-size: 1.4em;
	font-family: YuGothic, 'Yu Gothic', YuGothic, 'Yu Gothic', sans-serif;
	font-weight: bold;
	text-align: left;
	background-size: 10px 90%;
	background-repeat: no-repeat;
	background-position-y: center;
}

.sst011 span {
	display: block;
	margin-left: 0 !important;
}


.sst_deluxe1 {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0 0 50px 0;
	text-align: center;
}

.sst_deluxe1 h1 {
	display: inline-block;
	margin-top: -50px;
	padding: 20px 30px 20px;
	font-size: 1.3em;
	background: #fff;
	font-family: YuGothic, 'Yu Gothic', YuGothic, 'Yu Gothic', sans-serif;
	line-height: 1em;
}

.sst_deluxe1 h1 span {
	display: block;
	margin-top: 10px;
	padding-top: 6px;
	color: #00a5bf;
	font-size: .6em;
	border-top: 1px #00a5bf solid;
	letter-spacing: 1px;
}








.image_box img {
	width: 100%;
	border-radius: 10px;
}

/* ----- スケジュール ----- */
.schedule {
	width: 100%;
	margin: 0 auto 50px;
	padding: 5px;
}

/* ---- .schedule ---- */
.schedule ul.kaisai {
	display: flex;
	flex-wrap: wrap;
}

.schedule ul.kaisai li {
	position: relative;
	display: block;
	width: 48%;
	margin: 1%;
	padding: 10px 10px;
	border: 1px #000 solid;
}

.schedule ul.kaisai li {
	position: relative;
	display: block;
	width: 48%;
	margin: 1%;
	padding: 10px 10px;
	border: 1px #000 solid;
}

.schedule ul.kaisai li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px 0 30px;
	background-color: #fff;
	border-radius: 2px;
	text-align: center;
	clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 0 100%);
}


.schedule ul.kaisai li a img{
	width: 100%;
}

.schedule ul.kaisai li.reserve::after {
	content: "予約受付中";
	position: absolute;
	top: auto;
	left: 50%;
	background: #b1327d;
	color: #fff;
	width: 88px;
	height: 28px;
	text-align: center;
	padding: 6px 0 0;
	border-radius: 15px;
	box-sizing: border-box;
	font-size: 11px;
	transform: translateX(-50%);
	bottom: 15px;
}


.schedule ul.kaisai li a .time span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.schedule ul.kaisai li a .time span::before {
	color: #333;
	content: "・";
}

.schedule ul.kaisai li a .btn01 {
	position: relative;
	display: inline-block;
	padding: 6px 40px 6px 30px;
	color: #fff;
	border-radius: 25px;
	text-align: center;
	background: #0071bc;
	transition: ease .2s;
}

.schedule ul.kaisai li a:hover .btn01 {
	background: #c20303;
}

/* 矢印が右に移動 */
.schedule ul.kaisai li a .btn01::after {
	position: absolute;
	top: 42%;
	right: 13px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: rotate(45deg);
	transition: all .3s;
	content: '';
}

.schedule ul.kaisai li a:hover .btn01::after {
	right: 11px;
}

.schedule#goudouoc ul.kaisai li a .btn01 {
	background: #f5b209;
}

.schedule#goudouoc ul.kaisai li div.stay, 
.schedule#goudouoc ul.kaisai li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 0;
	background-color: #fff;
	border-radius: 2px;
	text-align: center;
	clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 0 100%);
}

.schedule#goudouoc ul.kaisai li img{
	width: 50%;
}



.sec {
	width: 100%;
	margin: 0 auto;
}

.sec a {
	display: inline-block;
	width: 90%;
	margin: 10px 5%;
}

.sec a img {
	width: 100%;
}


/* --- 日程別 内容表示 --- */
/* --- .Details --- */


.Details .naiyou {
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
}

.Details .naiyou div:first-of-type {
	width: 100%;
	order: 2;
}

.Details .naiyou div:first-of-type .reserve {
	width: 100%;
}

.Details .naiyou div.date {
	width: 100%;
	text-align: center;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	order: 1;
}


.Details .schedule {
	width: 100%;
	margin: 0 auto;
}

.Details .schedule ul.kaisai {
	display: flex;
	flex-wrap: wrap;
}

.Details .schedule ul.kaisai li {
	position: relative;
	display: block;
	width: 48%;
	margin: 1%;
	padding: 15px;
	border: 1px #000 solid;
}

.Details .schedule ul.kaisai li a {
	padding: 10px 20px;
}

.Details .schedule ul.kaisai li img {
	width: 100%;
	margin: 0;
}

.Details .date img[alt="opencampus2025"] {
	width: 40%;
	margin: 0 10px 0;
	order: 2;
}

.Details .date img {
	filter: drop-shadow(5px 5px 2px rgba(0, 1, 0, .18));
	margin: 0 10px;
	width: 40%;
	order: 1;
}

.Details .date p {
	text-align: center;
	padding: 10px 0;
	font-size: 25px;
	text-indent: .5em;
	border-top: 2px #0071bc solid;
	border-bottom: 2px #0071bc solid;
	width: 300px;
	margin: 0 auto 20px;
	order: 3;
}


.src3 {
	background-image: url(../../img/103.jpg);
	opacity: 1;
}

.src4 {
	background-image: url(../../img/104.jpg);
	animation: image-switch-animation 5s infinite;
	animation-delay: 0s;
}



@keyframes image-switch-animation {
	0% {
		opacity: 0;
	}

	5% {
		opacity: 1;
	}

	25% {
		opacity: 1;
	}

	30% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

