@charset "UTF-8";

/* --------------------------------
   OPENCAMPUS 2026
   since - 2026.03
-------------------------------- */



.event-detail {
	order: 2;
}


.eventlink {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 10px auto 0;
}

.eventlink li{
	width: 33.3%;
	width: calc(100% / 3);
}

.reserve a {
	display: block;
	padding: 5px 0;
	border: 0;
	transition: .5s all;
}



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

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

.title img[alt="2026"] {
	height: 76px;
	margin-left: 0;
}

.date_img img {
	width: 95%;
	border-top: 1px #555 solid;
	border-bottom: 1px #555 solid;
}






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










.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;
}

.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-image: linear-gradient(#efcef2 50%, #9e005d 50%);
	background-size: 5px 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;
}

/*anclink*/
.ancLink {
	width: 100%;
	margin: 0 auto;
	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: 36%;
	left: 20px;
	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: 59%;
	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);
}

/* --- main_img --- */
.main_img {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

.main_img::after,
.schedule::after {
	content: "";
}








/*anclink*/
.ancLink {
	width: 100%;
	margin: 0 auto;
	padding: 0 5px 20px;
}

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


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

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

.schedule ul.kaisai {
	display: block;
}


.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 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;
}

/*オープンキャンパスの内容*/
.Program {
	width: 100%;
}

.Program ul.yousu {
	display: flex;
	flex-wrap: wrap;
}




.Program ul.yousu li img {
	width: 100%;
}
/*--- 3枚 ----*/
.yousu li{
	position: relative;
	width: 100%;
	padding: 2px;
}

/*--- 2枚 ----*/
.yousu.ni-mai li{
	width: 100%;
	padding: 5px;
}

/*--- 4枚 ----*/
.yousu.yon-mai li{
	width: 25%;
	padding: 0 2px;
}



.Program ul.yousu li div.image {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-position: center center;
}



.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;
	}
}


/* ======================================
9. 申込みボタン
====================================== */
.reserve {
	padding: 50px 10px;
	width: 100%;
	text-align: center;
}

	.reserve a {
  display: block;
  padding: 5px 0;
  border: 0;
  transition: .5s all;
}

.reserve a img{
	width: 100%;
}

