@charset "UTF-8";

/* 学科トビラ用 start */
.course__details__wrap-wp .btn-course__details.-wd,
.course__details__wrap-wp .btn-course__details.-wpp,
.course__details__wrap-wp .btn-course__details.-hr,
.course__details__wrap-wp .btn-course__details.-dh,
.course__details__wrap-wp .btn-course__details.-fl,
.course__details__wrap-wp .btn-course__details.-bp,
.course__details__wrap-wp .btn-course__details.-ra,
.course__details__wrap-wp .btn-course__details.-whb  {
	display: none;
}
.course__details__wrap-wd .btn-course__details.-wp,
.course__details__wrap-wd .btn-course__details.-whb  {
	display: none;
}
@media screen and (max-width: 750px) {
	.course__details__wrap-wp .btn-course__details__wrap  {
		width: 90%;
		padding-right: 0;
		padding-left: 0;
	}
}


.course__details__wrap-wp,
.course__details__wrap-wd {
	padding: 60px 0 25px;
}
.course__details__wrap-wp {
	background-color: #e5e7e9;
}
.course__details__wrap-wd {
	background-color: #f7e8e4;
}
/* 学科トビラ用 end */

.btn-course__details__wrap {
	padding-top: 60px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	/* max-width: 1040px; */
	max-width: 1060px;
	margin: 0 auto;
}

.btn-course__details {
	/* width: 20%; */
	margin-bottom: 5%;
	padding: 0 15px;
	box-sizing: border-box;
}

@media screen and (max-width: 750px) {
	.btn-course__details {
		width: 100%;
	}
}

@media screen and (max-width: 750px) {
	.btn-course__details__spouter {
		margin: 0;
		padding-bottom: 4%;
		width: 100%;
		overflow-x: scroll;
	}

	.btn-course__details__wrap {
		padding-top: 40px;
    width: 275%;
    /* width: 325%; */
    padding-right: 5%;
    padding-left: 5%;
    flex-wrap: nowrap;
    justify-content: space-between;
	}
	.course__details__wrap-wd .btn-course__details__wrap { /* 学科トビラ ウェディング用 */
    padding-left: 0;
		width: 250%;
	}

	.btn-course__details__spouter .btn-course__details {
		width: 90vw;
		margin: 0;
		padding: 0 5px;
		box-sizing: bo;
	}
}

.btn-course__details--photo {
	/* max-width: 215px; */
	max-width: 180px;
	height: auto;
}

.btn-course__details a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	font-size: 75%;
	line-height: 1.2;
	/* width: 190px; */
	width: 165px;
	max-width: 90%;
	height: 90px;
	background-color: #f0f0f0;
	border-radius: 15px 15px 0px 15px;
	margin: -20px auto 0;
}

.btn-course__details a span {
	font-size: 80%;
	margin-bottom: 0.25em;
}

.btn-course__details a:hover {
	text-decoration: none;
}

.btn-course__details a::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	border-left: 20px solid transparent;
	border-bottom: 20px solid #F23C82;
}

.btn-course__details.-wp a {
	background: rgb(0, 20, 36, 1);
	/* background: linear-gradient(-45deg, rgba(38, 55, 69, 1) 0%, rgba(76, 90, 101, 1) 100%); */
	background: linear-gradient(-45deg, rgba(51, 67, 80, 1) 50%, rgba(0, 20, 36, 1) 100%);
}

.btn-course__details.-wd a {
	background: rgb(204, 104, 78, 1);
	background: linear-gradient(-45deg, rgba(214, 134, 113, 1) 50%, rgba(204, 104, 78, 1) 100%);
}

.btn-course__details.-tw a {
	background: rgb(236, 105, 78);
	background: linear-gradient(-45deg, rgba(236, 105, 78, 1) 0%, rgba(186, 156, 109, 1) 100%);
}

.btn-course__details.-wpp a {
	background: rgb(108, 188, 100, 1);
	background: linear-gradient(-45deg, rgba(137, 201, 131, 1) 0%, rgba(108, 188, 100, 1) 100%);
}

.btn-course__details.-hr a {
	background: rgb(77, 178, 208, 1);
	background: linear-gradient(-45deg, rgba(113, 193, 217, 1) 0%, rgba(77, 178, 208, 1) 100%);
}

.btn-course__details.-dh a {
	background: rgb(239, 139, 164, 1);
	background: linear-gradient(-45deg, rgba(242, 162, 182, 1) 0%, rgba(239, 139, 164, 1) 100%);
}

.btn-course__details.-fl a {
	background: rgb(155, 124, 180, 1);
	background: linear-gradient(-45deg, rgba(175, 150, 195, 1) 0%, rgba(155, 124, 180, 1) 100%);
}

.btn-course__details.-bp a {
	background: rgb(232, 181, 0, 1);
	background: linear-gradient(-45deg, rgba(237, 196, 51, 1) 0%, rgba(232, 181, 0, 1) 100%);
}

.btn-course__details.-ra a {
	background: rgb(64, 138, 189, 1);
	background: linear-gradient(-45deg, rgba(102, 161, 202, 1) 0%, rgba(64, 138, 189, 1) 100%);
}

.btn-course__details.-whb a {
	background: rgb(220, 100, 105, 1);
	background: linear-gradient(-45deg, rgba(227, 131, 135, 1) 0%, rgba(220, 100, 105, 1) 100%);
}

/* スクロールヒント
****************************************************** */
.table-container {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}
.scroll-hint__outer {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}

.scroll-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.5);
	font-size: 75%;
  color: #fff;
  line-height: 1.4;
  display: none;
  animation: scroll-hint-animation 2s infinite ease;
}

@keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-47.5%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

.scroll-hint--show {
  display: block;
}