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

:root {
	--crystal-color: #006979;
	--sub-crystal-color: #5CB5B8;
}

.mainvisualWrap {
	background-image: url("/attending/t/tyo-i/crystal_tc/images/mv.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	min-width: 1300px;
	width: 100%;
	height: 350px;
	margin: 0 auto 60px;
}

.mainvisual {
	position: relative;
	min-width: 1024px;
	width: 1024px;
	height: 350px;
	margin: 0 auto;
}

.main_logo {
	width: 138px;
	height: auto;
	position: absolute;
	top: 10px;
	left: 0;
}

.main_dest {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	line-height: 1.0;
	padding: 5px 10px;
	background-color: var(--crystal-color);
}


.mainTit {
	width: 330px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.sc__inner {
	margin: 0 auto 60px;
	width: 1024px;
}

.tc__inner {
	background-color: #F5F5F5;
	margin: 0 auto 60px;
	padding: 60px 0;
}

.Common21__section-ttl-lev1 {
	width: 100%;
	position: relative;
	margin-bottom: 35px;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}

.Common21__section-ttl-lev1::before,
.Common21__section-ttl-lev1::after {
	content: "";
	display: block;
	width: 40px;
	height: 4px;
	position: absolute;
	bottom: -15px;
}

.Common21__section-ttl-lev1::before {
	left: 50%;
	transform: translateX(-100%);
	background: var(--sub-crystal-color);
}

.Common21__section-ttl-lev1::after {
	left: 50%;
	background: var(--crystal-color);
}

.tcWrap {
	width: 1024px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.Conductor__image_wrap {
	display: flex;
	margin-bottom: 10px;
}

.Conductor__item {
	position: relative;
	width: calc((100% - 40px) / 3);
	padding: 10px;
	box-shadow: 0px 0px 0px 1px #e5e5e5 inset;
	border-radius: 6px;
	transition: box-shadow 0.3s;
	margin-top: 20px;
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	background-color: #fff;
}

.Conductor__item:nth-of-type(3n) {
	margin-right: 0;
}

.Conductor__image {
	width: 135px;
	height: 101px;
	overflow: hidden;
}

.Conductor__image_wrap ul {
	margin-left: 20px;
}

.Conductor__name {
	font-size: 16px;
	font-weight: 600;
}

.Conductor__ruby,
.Conductor__tag {
	font-size: 12px;
	line-height: 1.0;
	margin-top: 5px;
}

.Conductor__ruby {
	font-weight: 600;
}

.Conductor__tag {
	color: #fff;
	background: var(--sub-crystal-color);
	display: inline-block;
	padding: 5px;
	border-radius: 3px;
	margin-top: 25px;
}

.Conductor__caption,
.Conductor__txt_wrap {
	font-size: 14px;
}

.Conductor__caption,
.Conductor__txt_wrap ul {
	margin-bottom: 10px;
}

.Conductor__txt_wrap {
	margin-top: auto;
}

.Conductor__txt_wrap ul span {
	font-weight: 600;
}

.schedule__btn {
	display: block;
	position: relative;
	padding: 15px 20px 15px 5px;
	background-color: white;
	border: 1px solid #C3C3C3;
	transition: background-color 0.3s, border-color 0.3s;
	font-weight: 600;
	text-align: center;
	border-radius: 5px;
	line-height: 1.0;
}

.schedule__btn::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 10px;
	background: var(--sub-crystal-color);
	border-radius: 50%;
	transform: translateY(-50%);
}

.schedule__btn::after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 50%;
	right: 16px;
	border-top: 2px solid white;
	border-right: 2px solid white;
	transform: translateY(-50%) rotate(45deg);
}

.schedule__btn:hover {
	border: 1px solid var(--sub-crystal-color);
	background: var(--sub-crystal-color);
	color: white;
}

.schedule__btn:hover::before {
	background: white;
}

.schedule__btn:hover::after {
	border-top: 2px solid var(--sub-crystal-color);
	border-right: 2px solid var(--sub-crystal-color);
}


.modal_wrap {
	position: relative;
	margin: 0 auto;
	width: 870px;
	background: #fff;
	padding: 20px 50px;
	;
}

.modal_wrap h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.0;
	color: white;
	max-width: 542px;
	padding: 10px 0;
	margin: 0 auto 50px;
	text-align: center;
	border-radius: 5px;
	background: var(--sub-crystal-color);
}

.Conductor__schedule_wrap p span {
	display: block;
	font-size: 12px;
	font-weight: 600;
}

.Conductor__schedule_wrap p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 10px;
}

.Conductor__schedule_wrap ul {
	max-height: 275px;
	overflow-y: scroll;
	margin-bottom: 60px;
	border: 1px solid #e5e5e5;
}

.Conductor__schedule_wrap ul li {
	font-size: 14px;
	line-height: 1.0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 20px 0;
	padding-left: 10px;
	border-bottom: 1px solid #e5e5e5;
}

.Conductor__schedule_wrap ul li:hover {
	text-decoration: underline;
}

.no_tour {
	text-align: center;
	padding: 50px 0;
}

.modal_wrap .popup-modal-dismiss {
	text-align: center;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	width: 140px;
	margin: 0 auto;
	padding: 5px 0;
}

.modal_wrap .mfp-close {
	width: 114px;
	height: 74px;
	font-size: 58px;
	font-family: serif;
}

.skdWrap {
	margin-top: 50px;
}

.tab {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.tab div {
	border: 1px solid #C3C3C3;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.0;
	width: calc((100% - 110px) / 12);
	padding: 18px 0;
	margin-right: 10px;
	cursor: pointer;
}

.tab div:hover {
	opacity: 0.7;
}

.tab div:last-child {
	margin-right: 0;
}

.tab div.current {
	border: 1px solid var(--sub-crystal-color);
	color: var(--sub-crystal-color);
	background-color: #DEF0F1;
}

.tab.top div.current {
	position: relative;
}

.tab.top div.current::before {
	content: '';
	/*何も入れない*/
	position: absolute;
	display: inline-block;
	/*忘れずに！*/
	width: 19px;
	/*画像の幅*/
	height: 14px;
	/*画像の高さ*/
	background-image: url(/attending/t/tyo-i/crystal_tc/images/tab_active.png);
	background-size: contain;
	vertical-align: middle;
	top: -20px;
	;
}

.table {
	margin: 30px auto;
}

.table h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.0;
	margin-bottom: 20px;
}

.table h3 span {
	font-size: 24px;
}

.table-wrap {
	overflow-x: scroll;
	padding: 1px;
	width: 1025px;
}

table {
	width: 100%;
	border-collapse: collapse;
	white-space: nowrap;
	table-layout: fixed;
	border: 0;
	margin-bottom: 15px;
}

th {
	border-right: 1px solid white;
	border-bottom: 1px solid var(--sub-crystal-color);
	border-collapse: collapse;
}

th:last-child {
	border-right: 1px solid #C3C3C3;
}

td {
	border-collapse: collapse;
}

td.left.course {
	border-right: 1px dotted #C3C3C3;
	border-top: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
}

td.left.tc {
	border-right: 1px solid #C3C3C3;
	border-top: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
	white-space: normal;
}

td.left.course a:hover,
td.left.tc a:hover {
	text-decoration: underline;
	/*color:var(--sub-crystal-color); */
}


.tc:nth-child(odd) {
	background-color: antiquewhite;
}

td,
th {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.0;
	text-align: center;
	padding: 15px 0;
	height: 45px;
	vertical-align: middle;
}

th {
	background: var(--sub-crystal-color);
	color: white;
	border-top: 1px solid #C3C3C3;
}

th.day {
	width: 92px;
}

th.week {
	width: 70px;
}

th.number {
	width: 100px;
}

th.tc_name {
	width: 115px;
}

.btnWrap {
	width: 1024px;
	margin: 0 auto 50px;
	text-align: center;
}

.btnWrap.large {
	margin-top: 50px;
}

.Common21__line-btn {
	display: inline-block;
	position: relative;
	padding: 15px 55px 15px 20px;
	border: 1px solid #c3c3c3;
	border-radius: 4px;
	transition: border-color 0.3s, background-color 0.3s;
	font-size: 20px;
	font-weight: 600;
	width: 800px;
	background-color: #fff;
}

.large .Common21__line-btn {
	padding: 25px 55px 25px 20px;
	border: 1px solid var(--sub-crystal-color);
	background-color: var(--sub-crystal-color);
	color: #fff;
}

.large .Common21__line-btn:hover {
	background-color: #fff;
	color: var(--sub-crystal-color);
}

.large .Common21__line-btn::before {
	background: #fff;
}

.large .Common21__line-btn::after {
	border-top: 2px solid var(--sub-crystal-color);
	border-right: 2px solid var(--sub-crystal-color);
}

.Common21__line-btn:hover {
	border-color: var(--sub-crystal-color);
	background-color: #DEF0F1;
}

.Common21__line-btn:hover::before {
	background: var(--sub-crystal-color);
}

.Common21__line-btn:hover::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.Common21__line-btn::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 10px;
	background: var(--sub-crystal-color);
	border-radius: 50%;
	transform: translateY(-50%);
}

.Common21__line-btn::after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 50%;
	right: 16px;
	border-top: 2px solid white;
	border-right: 2px solid white;
	transform: translateY(-50%) rotate(45deg);
}

.fixed01 {
	position: sticky;
	left: 0;
	width: 92px;
	height: 49px;
}

.fixed02 {
	position: sticky;
	left: 92px;
	width: 70px;
	height: 49px;
}

td.fixed01,
td.fixed02 {
	background-color: white;
}

td.fixed01 {
	border-top: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
}

td.fixed02 {
	border-right: 1px solid #C3C3C3;
	border-top: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
}

td.fixed01::before {
	border-left: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
}

td.fixed02::before {
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
}

th.fixed01::before {
	border-left: 1px solid #C3C3C3;
	border-bottom: 1px solid var(--sub-crystal-color);
}

th.fixed02::before {
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid var(--sub-crystal-color);
}

.fixed01::before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 93px;
	height: 50px;
}

.fixed02::before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 72px;
	height: 50px;
}

.seo__inner {
	text-align: center;
	margin: 0 auto 60px;
	position: relative;
	width: 1024px;
}

.seo__inner:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -90px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 80px 160px 0 160px;
}

.Common21__section-ttl-lev2 {
	font-size: 3.8rem;
	color: var(--crystal-color);
	font-weight: 500;
}

.Common21__section-ttl-lev2 span {
	font-size: 3.3rem;
}

.seo {
	font-size: 2.0rem;
	line-height: 2.0;
	margin: 40px 0;
}

.seo span {
	color: var(--crystal-color);
}

td.left {
	text-align: left;
	padding: 10px;
}

.odd {
	background-color: #DEF0F1;
}


tr th:nth-of-type(2) {
	border-right: none;
}

tr td:nth-of-type(2) {
	border-right: none;
}

.scrollbar {
	height: 10px;
	overflow-x: scroll;
	overflow-y: hidden;
	padding: 2px;
	margin-bottom: 5px;
	width: 1025px;
}

.sc_inner {
	height: 1px;
}
