/****************************************/
/********** ArtLab-Tokyo [CSS] **********/
/****************************************/


/****************************** Common ******************************/

h2 {
	padding-top: 2.5rem;
	margin-bottom: 1.5rem;
	color: #0e2b47;
	font-size: 1.5rem;
	font-weight: bold;
}

@media (min-width: 48em) {
	h2 {
		padding-top: 4rem;
		margin-bottom: 3rem;
		font-size: 2.25rem;
	}
}

h2::before {
	margin-right: 0.25em;
	color: #0099ff;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	content: '\f0ac';
}

h3 {
	margin-bottom: 1.5rem;
	padding: 0.5em 1em;
	background-color: #0099ff;
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
}

@media (min-width: 48em) {
	h3 {
		margin-bottom: 2rem;
		font-size: 1.5rem;
	}
}

h4 {
	display: inline-block;
	margin-bottom: 1rem;
	padding: 0.25em 1em;
	background-color: #3188c1;
	color: #fff;
	font-size: 1rem;
	font-weight: normal;
}

@media (min-width: 48em) {
	h4 {
		margin-bottom: 1.5rem;
		font-size: 1.25rem;
	}
}

p {
	margin: 0;
	padding: 0;
	font-size: 1rem;
	line-height: 1.8;
}

section {
	margin-top: 2rem;
}

@media (min-width: 48em) {
	section {
		margin-top: 3rem;
	}
}

/****************************** Utility ******************************/

.rotate90 {
	display: inline-block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.footnote {
	margin-left: 2em;
}

@media (min-width: 48em) {
	.footnote {
		margin-left: 2.75em;
	}
}

.footnote li {
	position: relative;
	padding: 0.375em 0.5em 0 0;
	font-size: 0.875rem;
	line-height: 1.8;
	list-style-type: none;
}

@media (min-width: 48em) {
	.footnote li {
		padding: 0.375em 2em 0 0;
	}
}

.footnote li::before {
	position: absolute;
	left: -1.5em;
	color: #0099ff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f303";
}

.footnote span {
	display: inline-block;
	margin-right: 0.5em;
}

.float-box {
	padding-top: 1em;
}

.float-box:last-of-type {
	padding-bottom: 1em;
}

@media (min-width: 48em) {
	.float-box {
		padding-top: 0.5em;
		padding-bottom: 0.5em
	}

	.float-box:last-of-type {
		padding-bottom: 0.5em;
	}
}

.float-box img {
	width: 50vw;
	padding: 0.5rem 0.5rem;
}

@media (min-width: 48em) {
	.float-box img {
		width: 30vw;
		padding: 0.625rem 1rem;
	}
}

/****************************** Content ******************************/

.tour-summary {
	margin-left: 2em;
	margin-bottom: 0.5rem;
}

@media (min-width: 48em) {
	.tour-summary {
		margin-bottom: 1rem;
	}
}

.tour-summary li {
	position: relative;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.8;
	list-style-type: none;
}

@media (min-width: 48em) {
	.tour-summary li {
		font-size: 1rem;
	}
}

.tour-summary li::before {
	position: absolute;
	left: -1.5em;
	color: #0099ff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
}

.tour-summary span {
	display: block;
	margin-left: 0;
	font-size: 0.75rem;
	line-height: 1.8;
}

@media (min-width: 48em) {
	.tour-summary span {
		margin-left: 1em;
		font-size: 0.875rem;
	}
}

.tour-summary .sub-list {
	margin-left: 2em;
}

.tour-summary .sub-list li {
	position: relative;
	font-size: 0.875rem;
	font-weight: normal;
	line-height: 1.8;
	list-style-type: none;
}

@media (min-width: 48em) {
	.tour-summary .sub-list li {
		font-size: 1rem;
	}
}

.tour-summary .sub-list li::before {
	position: absolute;
	left: -1.5em;
	color: #3188c1;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f005";
}

.tour-img {
	margin-top: 0;
}

.tour-img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.tour-img .main-img img,
.tour-img .main-img2 img,
.tour-img .sub-img img {
	height: 200px;
	padding: 0.5rem;
}

@media (min-width: 48em) {
	.tour-img .main-img img {
		height: 600px;
	}

	.tour-img .main-img2 img {
		height: 400px;
	}
}

.schedule-table .table-responsive {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 48em) {
	.schedule-table .table-responsive {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}

.schedule-table .table {
	margin-bottom: 0;
	border: 2px solid #dee2e6;
	font-size: 0.875rem;
}

.schedule-table .table th,
.schedule-table .table td {
	text-align: center;
	vertical-align: middle;
}

.schedule-table .table th {
	background-color: #f5f5f5;
}

.schedule-table .table td ul {
	margin-left: 1rem;
}

.schedule-table .table td li {
	line-height: 1.5;
	list-style-type: disc;
}

.media-panel {
	margin-bottom: 1rem;
}

.media-panel:last-of-type {
	margin-bottom: 0;
}

@media (min-width: 48em) {
	.media-panel {
		margin-bottom: 1.75rem;
		padding-left: 1em;
		padding-right: 1em;
	}
}

.media-panel h5 {
	position: relative;
	padding-left: 1.5em;
	padding-bottom: 0.5em;
	font-size: 1rem;
	font-weight: bold;
}

@media (min-width: 48em) {
	.media-panel h5 {
		font-size: 1.125rem;
	}
}

.media-panel h5.university::before {
	position: absolute;
	left: 0;
	color: #0099ff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f19c";
}

.media-panel h5.activity::before {
	position: absolute;
	left: 0;
	color: #0099ff;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f279";
}

.media-panel h5.company::before {
	position: absolute;
	left: 0;
	color: #0099ff;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f1ad";
}

.media-panel .row {
	padding: 0;
}

@media (min-width: 48em) {
	.media-panel .row {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.media-panel img {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	/*
	height: 200px;
	object-fit: cover;
*/
}

@media (min-width: 48em) {
	.media-panel img {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.media-panel ol {
	margin-left: 1.25em;
}

@media (min-width: 48em) {
	.media-panel ol {
		margin-left: 1.5em;
	}
}

.media-panel ol li {
	padding-top: 0.375em;
	font-size: 0.875rem;
	line-height: 1.8;
	list-style-type: inherit;
}

@media (min-width: 48em) {
	.media-panel ol li {
		font-size: 1rem;
	}
}

.activity-img {
	padding-top: 2rem;
	padding-bottom: 1.5rem;
	background-color: #edf4fc;
}

.activity-img img {
	width: 100%;
	height: 30vw;
	padding: 0.5rem;
	-o-object-fit: cover;
	object-fit: cover
}

@media (min-width: 36em) {
	.activity-img img {
		height: 160px;
	}
}

@media (min-width: 62em) {
	.activity-img img {
		height: 220px;
	}
}

.guideline-table .table-responsive {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 48em) {
	.guideline-table .table-responsive {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}

.guideline-table .table {
	margin-bottom: 0;
	border: 2px solid #dee2e6;
	font-size: 1rem;
}

.guideline-table .table th,
.guideline-table .table td {
	vertical-align: middle;
}

.guideline-table .table th {
	width: 150px;
	background-color: #f5f5f5;
	text-align: center;
}

.price p {
	display: inline-block;
	margin-bottom: 0.875em;
	padding-left: 0.5em;
	font-size: 1.25rem;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, yellow));
	background: linear-gradient(transparent 60%, yellow 60%);
}

@media (min-width: 48em) {
	.price p {
		font-size: 1.625rem;
	}
}

.price span {
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.25em;
	font-weight: bold;
}

.price ul {
	margin-left: 2rem;
}

.price li {
	font-size: 0.875rem;
	line-height: 1.8;
	list-style-type: disc;
}

@media (min-width: 48em) {
	.price li {
		font-size: 1rem;
	}
}

.note {
	padding: 1.5em 1em;
}

@media (min-width: 48em) {
	.note {
		padding: 2em;
	}
}

@media (min-width: 48em) {
	.note p {
		padding: 0.375rem;
	}
}

.panel {
	margin-bottom: 2rem;
	border: 1px solid #dee2e6;
}

@media (min-width: 48em) {
	.panel {
		margin-bottom: 3rem;
	}
}

.panel h5 {
	padding: 1rem;
	border-bottom: 1px solid #dee2e6;
	color: #fff;
	font-size: 1.25rem;
}

.panel p {
	padding: 1rem;
}

.panel.bg-blue h5 {
	background-color: #3188c1;
}

.panel.bg-green h5 {
	background-color: #6ba931;
}

/****************************** Content End ******************************/
