@charset "UTF-8";
.thContents {
	--color-text: #000;
	--color-white: #fff;
	--color-blue: #0077C0;
	--color-yellow: #FFD304;
	--font-thai: "Noto Serif Thai", serif;
	--font-oswald: "Oswald", sans-serif;
	min-width: 320px;
	background: var(--color-white);
	color: var(--color-text);
	font-family: var(--font-thai);
	font-size: 14px;
	line-height: 1.857;
	overflow-wrap: break-word;
	padding-bottom: 120px;
}
.u-thInner {
	max-width: 1004px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.u-thTtl {
	font-size: 25px;
	font-weight: normal;
	color: var(--color-blue);
	text-align: center;
	line-height: 1.4;
	margin-bottom: 53px;
}
.u-thTtl::after {
	content: "";
	display: block;
	height: 1px;
	width: 104px;
	margin: 20px auto 0;
	background-color: currentColor;
}
.u-thList {
	list-style: none;
	line-height: 26px;
}
.u-thList > li {
	position: relative;
	padding-left: 20px;
}
.u-thList > li::before {
	content: "";
	background-image: url(../img/thai_lp/icn-check.svg);
	display: block;
	width: 15px;
	height: 15px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	top: 13px;
	position: absolute;
	transform: translateY(-50%);
	left: 0;
}
.u-thBtn {
	text-decoration: none;
	color: inherit;
	background-color: var(--color-blue);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-white);
	min-height: 64px;
	border-radius: 5px;
	font-size: 21px;
	box-sizing: border-box;
	border: 1px solid var(--color-blue);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.u-thBtnMore {
	display: block;
	width: 106px;
	border: 1px solid var(--color-blue);
	border-radius: 3px;
	color: var(--color-blue);
	background-color: var(--color-white);
	font-weight: bold;
	line-height: 1;
	min-height: 32px;
	margin: 35px auto 0;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.u-thSect {
	margin-top: -75px;
	padding-top: 75px;
}
.thDiscount {
	background-image: linear-gradient(to bottom, #fff, #f7fcff);
	padding-bottom: 100px;
	margin-bottom: 70px;
}
.thDiscount_inner {
	max-width: 928px;
}
.thDiscount_title {}
.thDiscount_text {
	font-size: 18px;
	line-height: 1.67;
}
.thDiscount_list {
	font-size: 18px;
}
.thDiscount_list > li {}
.thDiscount_list > li::before {}
.thDiscount_text-mb {
	margin-bottom: 1.67em;
}
.thDiscount_areaPass {
	display: flex;
	flex-wrap: wrap;
	margin-top: 70px;
}
.thDiscount_areaPass_cell {
	width: 47.8%;
	margin-left: 4.4%;
}
.thDiscount_areaPass_cell:nth-child(2n+1) {
	margin-left: 0;
}
.thDiscount_areaPass_cell:nth-child(n+3) {
	margin-top: 38px;
}
.thPassBox {
	display: flex;
	height: 100%;
	flex-direction: column;
}
.thPassBox_cat {
	background-color: var(--color-blue);
	color: var(--color-white);
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 22px;
	font-weight: 600;
	box-sizing: border-box;
	padding-top: 7px;
}
.thPassBox_image {
	position: relative;
	padding-bottom: 66.67%;
}
.thPassBox_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.thPassBox_days {
	position: absolute;
	z-index: 1;
	bottom: 10px;
	right: 16px;
	background-color: var(--color-yellow);
	font-size: 14px;
	padding: 5px 30px 2px;
	line-height: 1.2;
	min-width: 88px;
	box-sizing: border-box;
	text-align: center;
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
.thPassBox_areaText {
	background-color: var(--color-white);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 20px 18px 17px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.thPassBox_title {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
	margin-right: -10px;
	margin-bottom: 8px;
}
.thPassBox_priceWrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.thPassBox_price {
	font-size: 24px;
	line-height: 1.2;
}
.thPassBox_price_unit {
	margin-left: 0.3em;
}
.thPassBox_only {
	background-color: var(--color-yellow);
	line-height: 1.2;
	padding: 5px 10px 2px;
	margin-left: 13px;
	position: relative;
	top: -4px;
	font-weight: bold;
}
.thPassBox_list {
	list-style: none;
	margin-bottom: 26px;
}
.thPassBox_list > li {}
.thPassBox_btnList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: -6px;
	margin-right: -6px;
	margin-top: auto;
}
.thPassBox_btnList > li {
	width: 50%;
	box-sizing: border-box;
	padding: 0 6px;
}
.thPassBox_btnList > li:nth-child(n+3) {
	margin-top: 12px;
}
.thPassBox_btn {
	display: flex;
	min-height: 36px;
	border: 1px solid var(--color-blue);
	border-radius: 5px;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	color: var(--color-blue);
	font-weight: bold;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.thPassBox_btn-buy {
	background-color: var(--color-blue);
	color: var(--color-white);
}
.thExpress {
	padding-bottom: 49px;
}
.thExpress_inner {}
.thExpress_title {
	margin-bottom: 35px;
}
.thExpress_msg {
	font-size: 18px;
	text-align: center;
	margin-bottom: 53px;
}
.thExpress_cols {
	display: grid;
	grid-template-columns: 48.7% 48.7%;
	justify-content: space-between;
}
.thExpress_col {}
.thExpress_col-img {
	grid-row: span 2;
}
.thExpress_image {}
.thExpress_image > img {
	display: block;
}
.thExpress_col-txt {}
.thExpress_list {
	list-style: none;
}
.thExpress_list > li {}
.thExpress_fig {
	margin: 13px 0 15px;
}
.thExpress_fig > img {
	display: block;
}
.thExpress_caution {}
.thExpress_link {
	max-width: 417px;
	margin: 60px auto 0;
}
.thExpress_link > a {}
.thPassBox_title_text {
	font-size: 17px;
	margin-left: 0.5em;
}
.thTicketInfo {
	margin-top: 83px;
}
.thTicketInfo_title {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 48px;
	line-height: 1.4;
}
.thTicketInfo_scroll {}
.thTicketInfo_cells {
	display: flex;
	max-width: 960px;
	margin: 0 auto;
}
.thTicketInfo_cell {
	width: 25%;
	padding: 0 10px;
	box-sizing: border-box;
}
.thTicketInfo_image {
	margin-bottom: 27px;
}
.thTicketInfo_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.thTicketInfo_text {
	text-align: center;
	font-size: 16px;
	line-height: 26px;
}
.thTicketInfo_caution {
	font-size: 12px;
	text-align: center;
}
.thFeature {
	background-color: #F7FCFF;
	padding: 74px 0 72px;
	margin-bottom: 64px;
}
.thFeature_inner {
	max-width: 928px;
}
.thFeature_title {}
.thFeature_msg {
	font-size: 18px;
	text-align: center;
	margin-bottom: 33px;
}
.thFeature_btnList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 45px;
}
.thFeature_btnList > li {
	margin: 10px 5px;
}
.thFeature_btnList > li > a {
	display: flex;
	text-decoration: none;
	border: 1px solid var(--color-blue);
	background-color: var(--color-white);
	line-height: 1.2;
	min-height: 35px;
	border-radius: 35px;
	align-items: center;
	justify-content: center;
	padding: 2px 22px;
	color: var(--color-blue);
	box-sizing: border-box;
	padding-top: 5px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.thFeature_btnList > li > a[aria-selected="true"] {
	background-color: var(--color-blue);
	color: var(--color-white);
}
.thFeature_cells {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.thFeature_cell {
	width: 33.33%;
	box-sizing: border-box;
	padding: 10px 10px;
}
.thFeature_cell:nth-child(n+4) {
	display: none;
}
.isOpen .thFeature_cell:nth-child(n+4) {
	display: block;
}
.thFeature_item {
	background-color: var(--color-white);
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.thFeature_image {
	position: relative;
	padding-bottom: 66.21%;
	overflow: hidden;
}
.thFeature_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: .3s;
	transition-property: transform;
}
.thFeature_areaText {
	padding: 16px 14px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.thFeature_date {
	color: #656565;
}
.thFeature_date > time {}
.thFeature_name {
	font-size: 18px;
	line-height: 26px;
	max-height: 52px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	margin-bottom: 9px;
}
.thFeature_cat {
	display: flex;
	min-height: 25px;
	box-sizing: border-box;
	border: 1px solid #007AC2;
	border-radius: 13px;
	color: var(--color-blue);
	justify-content: center;
	align-items: center;
	line-height: 1.2;
	padding: 0 12px;
	font-size: 10px;
	margin-top: auto;
}
.thFeature_btn {}
.thAreaHowTo {
	margin-bottom: 112px;
}
.thAreaHowTo_inner {
	max-width: 928px;
}
.thAreaHowTo_title {}
.thAreaHowTo_box {
	border: 1px solid var(--color-blue);
	position: relative;
	padding: 23px 31px 33px;
	margin-bottom: 57px;
}
.thAreaHowTo_box:last-child {
	margin-bottom: 0;
}
.thHowto {
	max-width: 865px;
	margin: 0 auto;
	padding-top: 13px;
}
.thHowto_recd {
	text-align: center;
	background-color: #CE433B;
	color: var(--color-white);
	position: absolute;
	top: 40px;
	left: 0;
	display: flex;
	align-items: center;
	height: 46px;
	padding: 0 22px;
	font-weight: 600;
	font-size: 24px;
}
.thHowto_recd::before {
	content: "";
	position: absolute;
	border: 23px solid #CE433B;
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	border-right-color: rgba(255, 255, 255, 0);
	border-left-width: 0;
	border-right-width: 7px;
}
.thHowto_recd > img {
	display: block;
	width: 22px;
	height: 22px;
	margin-right: 6px;
}
.thHowto_title {
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	font-weight: normal;
	margin-bottom: 61px;
}
.thHowto_cols {
	display: flex;
	justify-content: space-between;
	max-width: 820px;
	margin: 0 auto 50px;
}
.thHowto_col {}
.thHowto_col-side {
	width: 101px;
}
.thHowto_col-main {
	width: calc(100% - 350px);
	padding-top: 19px;
}
.thHowto_text {
	margin-left: -30px;
}
.thHowto_text > strong {}
.thHowto_col-img {
	width: 221px;
}
.thHowto_image {}
.thHowto_image > img {
	display: block;
}
.thHowto_headline {
	max-width: 820px;
	margin: 0 auto 35px;
}
.thHowto_headline_img {
	display: block;
}
.thHowto_subhead {
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
}
.thHowto_fig {}
.thHowto_fig > img {
	display: block;
	margin: 0 auto;
}
.thHowto_fig > img:last-child {
	display: none;
}
.thHowtoBlock {}
.thHowtoBlock_title {}
.thHowtoBlock_cells {}
.thHowtoBlock_cell {}
.thHowtoBlock_item {}
.thHowtoBlock_num {}
.thHowtoBlock_num_prefix {}
.thHowtoBlock_num_text {}
.thHowtoBlock_item_areaText {}
.thHowtoBlock_subhead {}
.thHowtoBlock_text {}
.thHowtoBlock_item_areaImage {}
.thHowtoBlock_image {}
.thHowtoBlock_image > img {
	display: block;
}
.thService {
	padding-top: 52px;
}
.thService_title {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 51px;
}
.thService_msg {
	max-width: 600px;
	margin: 0 auto 61px;
}
.thService_sect {
	background-color: #F8F8F8;
	padding: 17px 17px;
	max-width: 858px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.thService_cols {
	display: flex;
	justify-content: space-between;
	max-width: 801px;
	margin-left: auto;
}
.thService_col {}
.thService_col-txt {
	width: calc(100% - 200px);
}
.thService_headline {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 9px;
	line-height: 1.5;
}
.thService_text {}
.thService_col-img {
	width: 188px;
}
.thService_image {}
.thService_image > img {
	display: block;
}
.thFeature_cell > a {
	display: block;
	text-decoration: none;
	color: inherit;
	height: 100%;
}
.thAccom {
	background-color: #F7FCFF;
	padding: 82px 0 72px;
	margin-bottom: 107px;
}
.thAccom_inner {}
.thAccom_title {}
.thAccom_text {
	font-size: 18px;
	max-width: 801px;
	margin: 0 auto 0;
}
.thAccom_link {
	max-width: 417px;
	margin: 31px auto 64px;
}
.thAccom_link > a {}
.thAccom_imgList {
	list-style: none;
	display: flex;
	position: relative;
	margin-bottom: 62px;
}
.thAccom_imgList::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #F7FCFF;
}
.thAccom_imgList > li {
	width: 33.35%;
	max-width: 335px;
}
.thAccom_imgList > li:nth-child(2) {
	width: 33.33%;
	max-width: 334px;
}
.thAccom_imgList > li > img {
	display: block;
	width: 100%;
	height: auto;
}
.thAccom_cells {
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}
.thAccom_cell {
	width: 33.33%;
	padding: 8px 8px;
	box-sizing: border-box;
}
.thAccom_cell:nth-child(n+4) {
	display: none;
}
.isOpen .thAccom_cell:nth-child(n+2) {
	display: block;
}
.thAccom_cell > a {
	text-decoration: none;
	color: inherit;
	display: block;
	height: 100%;
	transition-duration: .3s;
	transition-property: opacity;
}
.thAccom_item {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.thAccom_image {
	position: relative;
	padding-bottom: 68.421%;
}
.thAccom_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.thAccom_areaText {
	background-color: var(--color-white);
	padding: 35px 22px 32px;
	box-sizing: border-box;
	flex-grow: 1;
}
.thAccom_update {
	color: #656565;
	font-weight: normal;
	font-size: 18px;
}
.thAccom_update > time {}
.thAccom_headline {
	font-size: 18px;
	line-height: 30px;
	max-height: 90px;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-weight: normal;
}
.thAccom_moreBtn {
	display: block;
}
.thCourses {}
.thCourses_inner {}
.thCourses_title {
	margin-bottom: 86px;
}
.thCourses_tabList {
	list-style: none;
	display: flex;
	margin-bottom: 53px;
}
.thCourses_tabList > li {
	width: 33.33%;
	flex-grow: 1;
}
.thCourses_tabList_btn {
	background-color: #F2F2F2;
	display: flex;
	width: 100%;
	height: 74px;
	align-items: center;
	justify-content: center;
	position: relative;
	font-weight: 500;
	font-size: 22px;
	transition-duration: .3s;
	transition-property: background-color, color;
	padding: 0 5px;
	line-height: 1;
}
.thCourses_tabList_btn[aria-selected="true"] {
	background-color: var(--color-white);
	pointer-events: none;
}
.thCourses_tabList > li:nth-last-child(n + 2) .thCourses_tabList_btn::before {
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 8px);
	bottom: 0;
	position: absolute;
	right: 0;
	background-color: #707070;
	opacity: .5;
}
.thCourses_tabList_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 9px;
	background-color: var(--color-blue);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.thCourses_tabList_btn[aria-selected="true"]::after {
	opacity: 1;
}
.thCourses_panel {
	display: none;
}
.thCourses_panel.isShow {
	display: block;
}
.thCourse {
	max-width: 925px;
	margin: 0 auto;
}
.thCourse_cols {
	display: flex;
}
.thCourse_col {}
.thCourse_col-img {
	width: 286px;
}
.thCourse_image {}
.thCourse_image > img {
	display: block;
}
.thCourse_col-txt {
	width: calc(100% - 330px);
	margin-left: auto;
	padding-top: 29px;
}
.thCourse_title {
	font-size: 26px;
	line-height: 1.4;
	font-weight: 500;
	margin-bottom: 13px;
}
.thCourse_text {
	font-size: 18px;
	line-height: 30px;
}
.thCourse_imgList {
	list-style: none;
	margin-top: 48px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}
.thCourse_imgList > li {
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 8px;
}
.thCourse_imgList > li:nth-child(2n + 1) {}
.thCourse_imgList > li:nth-child(n + 3) {}
.thCourse_fig {}
.thCourse_fig_image {
	display: block;
	position: relative;
	padding-bottom: 68.45%;
}
.thCourse_fig_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.thCourse_fig > img {
	display: block;
	width: 100%;
	height: auto;
}
.thCourse_fig > figcaption {
	text-align: center;
	font-size: 16px;
	margin-top: 24px;
	line-height: 1.4;
}
.thHeader {}
.thHeader_inner {
	padding-left: 20px;
}
.thHeader_cols {
	display: flex;
	justify-content: space-between;
}
.thHeader_col {}
.thHeader_col-logo {
	width: 149px;
}
.thHeader_logo {
	height: 100%;
}
.thHeader_logo > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 100%;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.thHeader_logo > a > img {
	display: block;
}
.thHeader_col-nav {
	width: 64px;
}
.thHeader_langLink {}
.thHeader_langLink > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 64px;
	align-items: center;
	justify-content: center;
	background-color: var(--color-blue);
	border: 1px solid var(--color-blue);
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: opacity;
}
.thHeader_langLink > a > img {
	display: block;
}
.thVisual {
	margin-bottom: 22px;
	background-color: var(--color-blue-odakyu-ci);
	padding-top: 70px;
}
.thVisual_cols {
	display: flex;
}
.thVisual_col {}
.thVisual_col-vis {
	width: calc(100% - 660px);
	position: relative;
}
.thVisual_title {
	position: absolute;
	z-index: 10;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 27px;
	font-weight: normal;
	text-align: center;
	color: var(--color-white);
}
.thVisual_slide {
	height: 100%;
	background-color: var(--color-white);
}
.thVisual_slide_item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
}
.thVisual_slide_item.isShow {
	opacity: 1;
}
.thVisual_slide_image {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.thVisual_slide_image::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.10);
	mix-blend-mode: multiply;
}
.thVisual_slide_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.thVisual_spot {
	position: absolute;
	z-index: 2;
	bottom: 19px;
	right: 19px;
	font-size: 11px;
	font-weight: bold;
	color: var(--color-white);
}
.thVisual_spot > img {
	display: block;
	width: 23px;
	height: auto;
	margin: 0 auto 9px;
}
.thVisual_spot_text {}
.thVisual_col-map {
	width: 660px;
	box-sizing: border-box;
	padding: 18px 20px;
}
.thVisual_image {}
.thVisual_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.thVisual_areaText {
	background-color: var(--color-white);
	padding: 27px 20px;
}
.thVisual_list {
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 10px;
	line-height: 1.4;
	row-gap: 19px;
}
.thVisual_list > li {
	display: flex;
	align-items: center;
}
.thVisual_list_title {
	display: flex;
	background-color: var(--color-blue);
	width: 81px;
	height: 30px;
	font-weight: bold;
	color: var(--color-white);
	align-items: center;
	justify-content: center;
	line-height: 1;
	box-sizing: border-box;
	padding-top: 5px;
}
.thVisual_list_text {
	width: calc(100% - 89px);
	margin-left: auto;
}
.thMenuNav {
	border-bottom: 1px solid #848484;
	background-color: var(--color-white);
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	margin-bottom: 87px;
}
.thMenuNav_inner {
	max-width: none;
}
.thMenuNav_list {
	list-style: none;
	display: flex;
	justify-content: center;
}
.thMenuNav_list > li {}
.thMenuNav_list > li > a {
	text-decoration: none;
	color: inherit;
	padding: 0 10px;
	display: flex;
	height: 65px;
	align-items: center;
	line-height: 1.2;
	position: relative;
	text-align: center;
}
.thMenuNav_list > li > a::after {
	content: "";
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background-color: var(--color-blue);
	bottom: 0;
	left: 0;
	transform: translateY(50%);
	margin-bottom: -1px;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.thFooter {
	margin-top: 180px;
	padding-bottom: 40px;
}
.thFooter_inner {
	max-width: 1210px;
}
.thFooter_cols {
	display: flex;
	justify-content: space-between;
}
.thFooter_col {}
.thFooter_col-link {
	width: calc(100% - 320px);
}
.thFooter_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.thFooter_list > li {
	display: flex;
	align-items: center;
}
.thFooter_list > li:nth-last-child(n+2)::after {
	content: "";
	display: block;
	width: 1px;
	height: 15px;
	background-color: #ccc;
	margin: 0 12px;
}
.thFooter_list > li > a {
	text-decoration: none;
	color: #666;
	display: block;
}
.thFooter_col-sns {
	padding-top: 5px;
}
.thFooter_snsList {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	margin-right: -10px;
}
.thFooter_snsList > li {}
.thFooter_snsList > li > a {
	text-decoration: none;
	color: inherit;
	padding: 0 12px;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.thFooter_snsList > li > a > img {
	display: block;
	width: 40px;
	height: auto;
}
.thFooter_copy {
	font-size: 13px;
	color: #999;
	font-family: var(--font-oswald);
	font-weight: 300;
	margin-top: 11px;
}
.thFooter_copy > small {
	display: block;
	font-size: inherit;
}
.thExpress_col-list {}
.thMenuBtn {
	display: none;
	width: 45px;
	height: 45px;
	background-color: #004EA2;
	color: var(--color-white);
}
.thMenuBtn_bar {
	display: block;
	height: 1px;
	background-color: currentColor;
	width: 19px;
	margin: 0 auto;
	transition-duration: .3s;
	transition-property: transform;
}
.thMenuBtn_bar-no1 {}
.thMenuBtn_bar-no2 {
	margin: 5px auto;
}
.thMenuBtn_bar-no3 {}
.thDiscount_text-large {}
.thVisual_list_title-small {
	font-size: 10px;
}
.thHeader_langLinkWrap {
	position: relative;
}
.thHeader_langNav {
	position: absolute;
	right: 0;
	top: 100%;
	background-color: var(--color-blue);
	width: 140px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
	z-index: 10;
}
.thHeader_langNav.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.thHeader_langList {
	list-style: none;
}
.thHeader_langList > li {}
.thHeader_langList > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 50px;
	color: var(--color-white);
	font-weight: 500;
	padding: 0 20px;
	align-items: center;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.thHeader_langList > li:nth-last-child(n+2) > a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.40);
}
.thHeader_langNav_closeBtn {
	display: none;
}
.thHowto_headline > a {
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.thCourse_imgList > li > a {
	display: block;
	text-decoration: none;
	transition-duration: .3s;
	transition-property: opacity;
	color: inherit;
}
.thFeature_tagList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: -3px;
	margin-right: -3px;
}
.thFeature_tagList > li {
	margin: 2px 3px;
}
.thFeature_panel {
	display: none;
}
.thFeature_panel.isShow {
	display: block;
}
.thHowto_headline-pc {}
.thHowto_headline-sp {
	display: none;
}
.thExpress_link-pc {}
.thExpress_link-sp {
	display: none;
}
.thPassBox_btn-pc {}
.thPassBox_btn-sp {
	display: none;
}
.thAccom_subhead {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 15px;
}
.thContents + .gFooter {
	background-color: rgba(255, 255, 255, 0);
	box-shadow: none;
}
.thAccom_bnr {
	max-width: 590px;
	margin: 0 auto 60px;
}
.thAccom_bnr > a {
	display: block;
	border-radius: 16px;
	overflow: hidden;
	transition-duration: .3s;
	transition-property: opacity;
}
.thAccom_bnr > a > img {
	display: block;
}
@media screen and (max-width:1249px) {
	.thVisual_col-map {
		width: calc(100% - 570px);
	}
	.thVisual_col-vis {
		width: 570px;
	}
	.thVisual_image > img {
		max-width: 100%;
		height: auto;
	}
}
@media screen and (max-width:1099px) {
	.thVisual_col-map {
		width: 514px;
		padding: 18px 15px;
	}
	.thVisual_col-vis {
		width: calc(100% - 514px);
	}
}
@media screen and (max-width:1039px) {
	img {
		max-width: 100%;
		height: auto;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.thAccom_bnr > a:hover {
		opacity: .7;
	}
	a:hover .thFeature_image > img {
		transform: scale(1.05);
	}
	.thCourse_imgList > li > a:hover {
		opacity: .7;
	}
	.thHowto_headline > a:hover {
		opacity: .7;
	}
	.thHeader_langList > li > a:hover {
		background-color: rgba(255, 255, 255, 0.17);
	}
	.thHeader_langNav_closeBtn:hover {}
	.u-thBtn:hover {
		background-color: var(--color-white);
		color: var(--color-blue);
	}
	.u-thBtnMore:hover {
		background-color: var(--color-blue);
		color: var(--color-white);
	}
	.thPassBox_btn:hover {
		background-color: var(--color-blue);
		color: var(--color-white);
	}
	.thPassBox_btn-buy:hover {
		background-color: var(--color-white);
		color: var(--color-blue);
	}
	.thExpress_link > a:hover {}
	.thFeature_btnList > li > a:hover {
		background-color: var(--color-blue);
		color: var(--color-white);
	}
	.thFeature_btn:hover {}
	.thAccom_link > a:hover {}
	.thAccom_cell > a:hover {
		opacity: .7;
	}
	.thAccom_moreBtn:hover {}
	.thCourses_tabList_btn:hover {
		background-color: #f7f7f7;
	}
	.thHeader_logo > a:hover {
		opacity: .7;
	}
	.thHeader_langLink > a:hover {
		opacity: .7;
	}
	.thMenuNav_list > li > a:hover {}
	.thMenuNav_list > li > a:hover::after {
		opacity: 1;
	}
	.thFooter_list > li > a:hover {
		text-decoration: underline;
	}
	.thFooter_snsList > li > a:hover {
		opacity: .7;
	}
}
@media screen and (max-width:999px) {
	.u-thInner {}
	.u-thTtl {}
	.u-thTtl::after {}
	.u-thList {}
	.u-thList > li {}
	.u-thList > li::before {}
	.u-thBtn {}
	.u-thBtnMore {}
	.thDiscount {}
	.thDiscount_inner {}
	.thDiscount_title {}
	.thDiscount_text {
		font-size: inherit;
	}
	.thDiscount_list {
		font-size: inherit;
	}
	.thDiscount_list > li {}
	.thDiscount_list > li::before {}
	.thDiscount_text-mb {}
	.thDiscount_areaPass {}
	.thDiscount_areaPass_cell {}
	.thDiscount_areaPass_cell:nth-child(2n+1) {}
	.thDiscount_areaPass_cell:nth-child(n+3) {}
	.thPassBox {}
	.thPassBox_cat {}
	.thPassBox_image {}
	.thPassBox_image > img {}
	.thPassBox_days {}
	.thPassBox_areaText {}
	.thPassBox_title {
		font-size: 21px;
	}
	.thPassBox_priceWrap {}
	.thPassBox_price {
		font-size: 20px;
	}
	.thPassBox_price_unit {}
	.thPassBox_only {}
	.thPassBox_list {}
	.thPassBox_list > li {}
	.thPassBox_btnList {}
	.thPassBox_btnList > li {}
	.thPassBox_btnList > li:nth-child(n+3) {}
	.thPassBox_btn {}
	.thPassBox_btn-buy {}
	.thExpress {}
	.thExpress_inner {}
	.thExpress_title {}
	.thExpress_msg {}
	.thExpress_cols {}
	.thExpress_col {}
	.thExpress_col-img {}
	.thExpress_image {}
	.thExpress_image > img {}
	.thExpress_col-txt {}
	.thExpress_list {}
	.thExpress_list > li {}
	.thExpress_fig {}
	.thExpress_fig > img {}
	.thExpress_caution {}
	.thExpress_link {}
	.thExpress_link > a {}
	.thPassBox_title_text {}
	.thTicketInfo {}
	.thTicketInfo_title {}
	.thTicketInfo_scroll {}
	.thTicketInfo_cells {}
	.thTicketInfo_cell {}
	.thTicketInfo_image {}
	.thTicketInfo_image > img {}
	.thTicketInfo_text {}
	.thTicketInfo_caution {}
	.thFeature {}
	.thFeature_inner {}
	.thFeature_title {}
	.thFeature_msg {}
	.thFeature_btnList {}
	.thFeature_btnList > li {}
	.thFeature_btnList > li > a {}
	.thFeature_cells {}
	.thFeature_cell {}
	.thFeature_item {}
	.thFeature_image {}
	.thFeature_image > img {}
	.thFeature_areaText {}
	.thFeature_date {}
	.thFeature_date > time {}
	.thFeature_name {
		font-size: 16px;
		line-height: 24px;
		max-height: 48px;
	}
	.thFeature_cat {}
	.thFeature_btn {}
	.thAreaHowTo {}
	.thAreaHowTo_inner {}
	.thAreaHowTo_title {}
	.thAreaHowTo_box {}
	.thAreaHowTo_box:last-child {}
	.thHowto {}
	.thHowto_recd {}
	.thHowto_recd::before {}
	.thHowto_recd > img {}
	.thHowto_title {}
	.thHowto_cols {}
	.thHowto_col {}
	.thHowto_col-side {}
	.thHowto_col-main {}
	.thHowto_text {}
	.thHowto_text > strong {}
	.thHowto_col-img {}
	.thHowto_image {}
	.thHowto_image > img {}
	.thHowto_headline {}
	.thHowto_headline_img {}
	.thHowto_subhead {}
	.thHowto_fig {}
	.thHowto_fig > img {}
	.thHowto_fig > img:last-child {}
	.thHowtoBlock {}
	.thHowtoBlock_title {}
	.thHowtoBlock_cells {}
	.thHowtoBlock_cell {}
	.thHowtoBlock_item {}
	.thHowtoBlock_num {}
	.thHowtoBlock_num_prefix {}
	.thHowtoBlock_num_text {}
	.thHowtoBlock_item_areaText {}
	.thHowtoBlock_subhead {}
	.thHowtoBlock_text {}
	.thHowtoBlock_item_areaImage {}
	.thHowtoBlock_image {}
	.thHowtoBlock_image > img {}
	.thService {}
	.thService_title {}
	.thService_msg {}
	.thService_sect {}
	.thService_cols {}
	.thService_col {}
	.thService_col-txt {}
	.thService_headline {
		font-size: 16px;
	}
	.thService_text {}
	.thService_col-img {}
	.thService_image {}
	.thService_image > img {}
	.thFeature_cell > a {}
	.thAccom {}
	.thAccom_inner {}
	.thAccom_title {}
	.thAccom_text {}
	.thAccom_link {}
	.thAccom_link > a {}
	.thAccom_imgList {}
	.thAccom_imgList::before {}
	.thAccom_imgList > li {}
	.thAccom_imgList > li:nth-child(2) {}
	.thAccom_imgList > li > img {}
	.thAccom_cells {}
	.thAccom_cell {}
	.thAccom_cell > a {}
	.thAccom_item {}
	.thAccom_image {}
	.thAccom_image > img {}
	.thAccom_areaText {
		padding: 20px 15px 20px;
	}
	.thAccom_update {
		font-size: inherit;
	}
	.thAccom_update > time {}
	.thAccom_headline {
		font-size: 16px;
		line-height: 24px;
		max-height: 72px;
	}
	.thAccom_moreBtn {}
	.thCourses {}
	.thCourses_inner {}
	.thCourses_title {}
	.thCourses_tabList {}
	.thCourses_tabList > li {}
	.thCourses_tabList_btn {
		font-size: 18px;
	}
	.thCourses_tabList_btn[aria-selected="true"] {}
	.thCourses_tabList > li:nth-last-child(n + 2) .thCourses_tabList_btn::before {}
	.thCourses_tabList_btn::after {}
	.thCourses_tabList_btn[aria-selected="true"]::after {}
	.thCourses_panel {}
	.thCourse {}
	.thCourse_cols {}
	.thCourse_col {}
	.thCourse_col-img {}
	.thCourse_image {}
	.thCourse_image > img {}
	.thCourse_col-txt {}
	.thCourse_title {
		font-size: 20px;
	}
	.thCourse_text {
		font-size: inherit;
		line-height: inherit;
	}
	.thCourse_imgList {}
	.thCourse_imgList > li {}
	.thCourse_imgList > li:nth-child(2n + 1) {}
	.thCourse_imgList > li:nth-child(n + 3) {}
	.thCourse_fig {}
	.thCourse_fig > img {}
	.thCourse_fig > figcaption {
		font-size: inherit;
	}
	.thHeader {}
	.thHeader_inner {}
	.thHeader_cols {}
	.thHeader_col {}
	.thHeader_col-logo {}
	.thHeader_logo {}
	.thHeader_logo > a {}
	.thHeader_logo > a > img {}
	.thHeader_col-nav {}
	.thHeader_langLink {}
	.thHeader_langLink > a {}
	.thHeader_langLink > a > img {}
	.thVisual {
		background-color: #004EA2;
	}
	.thVisual_cols {
		display: block;
	}
	.thVisual_col {
		width: auto;
	}
	.thVisual_col-vis {}
	.thVisual_title {}
	.thVisual_slide {
		height: 0;
		padding-bottom: 64.67%;
	}
	.thVisual_slide_item {}
	.thVisual_slide_image {}
	.thVisual_slide_image::before {}
	.thVisual_slide_image > img {}
	.thVisual_spot {
		bottom: 64px;
	}
	.thVisual_spot > img {}
	.thVisual_spot_text {}
	.thVisual_col-map {
		padding-top: 0;
		background-color: rgba(255, 255, 255, 0);
		margin-top: -50px;
		position: relative;
		z-index: 2;
	}
	.thVisual_image {}
	.thVisual_image > img {
		width: 100%;
		height: auto;
	}
	.thVisual_areaText {}
	.thVisual_list {}
	.thVisual_list > li {}
	.thVisual_list_title {}
	.thVisual_list_text {}
	.thMenuNav {}
	.thMenuNav_inner {}
	.thMenuNav_list {}
	.thMenuNav_list > li {}
	.thMenuNav_list > li > a {
		padding: 0 5px;
	}
	.thMenuNav_list > li > a::after {}
	.thFooter {
		margin-top: 100px;
	}
	.thFooter_inner {}
	.thFooter_cols {
		display: block;
	}
	.thFooter_col {
		width: auto;
	}
	.thFooter_col-link {}
	.thFooter_list {
		flex-direction: column;
		align-items: center;
	}
	.thFooter_list > li {
		display: block;
		margin-bottom: 7px;
	}
	.thFooter_list > li:nth-last-child(n+2)::after {
		width: 15px;
		height: 1px;
		margin: 14px auto;
		display: none;
	}
	.thFooter_list > li > a {}
	.thFooter_col-sns {
		padding: 0;
	}
	.thFooter_snsList {
		justify-content: center;
		margin: 20px 0 0;
	}
	.thFooter_snsList > li {}
	.thFooter_snsList > li > a {}
	.thFooter_snsList > li > a > img {}
	.thFooter_copy {
		font-size: 12px;
		text-align: center;
		margin-top: 30px;
	}
	.thFooter_copy > small {}
	.thExpress_col-list {}
	.thMenuBtn {}
	.thMenuBtn_bar {}
	.thMenuBtn_bar-no1 {}
	.thMenuBtn_bar-no2 {}
	.thMenuBtn_bar-no3 {}
	.thDiscount_text-large {
		font-size: 16px;
	}
	.thHeader_langLinkWrap {}
	.thHeader_langNav {}
	.thHeader_langList {}
	.thHeader_langList > li {}
	.thHeader_langList > li > a {}
	.thHeader_langList > li:nth-last-child(n+2) > a {}
	.thHeader_langNav_closeBtn {}
	.thHowto_headline-pc {}
	.thHowto_headline-sp {}
	.thExpress_link-pc {}
	.thExpress_link-sp {}
	.thPassBox_btn-pc {}
	.thPassBox_btn-sp {}
	.thAccom_subhead {}
	.thAccom_bnr {}
	.thAccom_bnr > a {}
	.thAccom_bnr > a > img {}
}
@media screen and (max-width:767px) {
	.u-thInner {}
	.u-thTtl {
		font-size: 18px;
		margin-bottom: 38px;
	}
	.u-thTtl::after {
		width: 52px;
		margin-top: 11px;
	}
	.u-thList {}
	.u-thList > li {}
	.u-thList > li::before {}
	.u-thBtn {
		min-height: 48px;
		border-radius: 3px;
		font-size: 16px;
	}
	.u-thBtnMore {
		min-height: 45px;
		width: 150px;
	}
	.thDiscount {
		padding-bottom: 79px;
		margin-bottom: 56px;
	}
	.thDiscount_inner {}
	.thDiscount_title {}
	.thDiscount_text {}
	.thDiscount_list {}
	.thDiscount_list > li {}
	.thDiscount_list > li::before {}
	.thDiscount_text-mb {}
	.thDiscount_areaPass {
		display: block;
		margin-top: 76px;
	}
	.thDiscount_areaPass_cell {
		width: auto;
		margin-left: 0;
		margin-bottom: 36px;
	}
	.thDiscount_areaPass_cell:last-child {
		margin-bottom: 0;
	}
	.thDiscount_areaPass_cell:nth-child(2n+1) {}
	.thDiscount_areaPass_cell:nth-child(n+3) {}
	.thPassBox {}
	.thPassBox_cat {
		height: 33px;
		font-size: 15px;
		padding-top: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	.thPassBox_image {}
	.thPassBox_image > img {}
	.thPassBox_days {
		font-size: 13px;
		min-height: 26px;
		padding: 4px 15px;
		padding-top: 7px;
		right: 10px;
	}
	.thPassBox_areaText {}
	.thPassBox_title {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.thPassBox_priceWrap {
		margin-bottom: 12px;
	}
	.thPassBox_price {}
	.thPassBox_price_unit {}
	.thPassBox_only {
		top: -2px;
	}
	.thPassBox_list {
		margin-bottom: 10px;
	}
	.thPassBox_list > li {}
	.thPassBox_btnList {
		margin-left: -4px;
		margin-right: -4px;
	}
	.thPassBox_btnList > li {
		padding: 0 4px;
	}
	.thPassBox_btnList > li:nth-child(n+3) {
		margin-top: 8px;
	}
	.thPassBox_btn {
		font-size: 12px;
		min-height: 29px;
	}
	.thPassBox_btn-buy {}
	.thExpress {
		padding-bottom: 60px;
	}
	.thExpress_inner {}
	.thExpress_title {}
	.thExpress_msg {
		text-align: left;
		font-size: 16px;
	}
	.thExpress_cols {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	.thExpress_col {
		width: auto;
		order: 0;
	}
	.thExpress_col-img {
		margin-left: -20px;
		margin-right: -20px;
		order: 1;
		margin-bottom: 21px;
	}
	.thExpress_image {}
	.thExpress_image > img {
		width: auto;
	}
	.thExpress_col-txt {
		order: 2;
	}
	.thExpress_list {}
	.thExpress_list > li {}
	.thExpress_fig {}
	.thExpress_fig > img {
		width: 100%;
		height: auto;
	}
	.thExpress_caution {}
	.thExpress_link {
		max-width: 313px;
		margin-top: 50px;
	}
	.thExpress_link > a {}
	.thPassBox_title_text {}
	.thTicketInfo {
		margin-top: 60px;
	}
	.thTicketInfo_title {
		font-size: 15px;
		margin-bottom: 43px;
	}
	.thTicketInfo_scroll {
		overflow: auto;
		margin-right: -20px;
	}
	.thTicketInfo_cells {
		width: 884px;
	}
	.thTicketInfo_cell {}
	.thTicketInfo_image {
		margin-bottom: 15px;
	}
	.thTicketInfo_image > img {}
	.thTicketInfo_text {
		font-size: inherit;
		line-height: inherit;
	}
	.thTicketInfo_caution {
		font-size: 10px;
	}
	.thFeature {
		padding-top: 45px;
	}
	.thFeature_inner {}
	.thFeature_title {
		margin-bottom: 40px;
	}
	.thFeature_msg {
		font-size: 16px;
		text-align: left;
	}
	.thFeature_btnList {
		margin-left: -3px;
		margin-right: -3px;
		margin-bottom: 30px;
	}
	.thFeature_btnList > li {
		margin: 5px 3px;
	}
	.thFeature_btnList > li > a {
		min-height: 25px;
		font-size: 12px;
		padding: 2px 10px;
		padding-top: 5px;
	}
	.thFeature_cells {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.thFeature_cell {
		padding: 0;
		width: auto;
		margin: 20px 0;
	}
	.thFeature_item {
		border-radius: 5px;
	}
	.thFeature_image {}
	.thFeature_image > img {}
	.thFeature_areaText {}
	.thFeature_date {}
	.thFeature_date > time {}
	.thFeature_name {}
	.thFeature_cat {}
	.thFeature_btn {}
	.thAreaHowTo {
		margin-bottom: 53px;
	}
	.thAreaHowTo_inner {}
	.thAreaHowTo_title {}
	.thAreaHowTo_box {
		padding: 15px 15px;
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: 30px;
	}
	.thAreaHowTo_box:last-child {}
	.thHowto {
		padding-top: 22px;
	}
	.thHowto_recd {
		top: 23px;
		height: 36px;
		font-size: 18px;
	}
	.thHowto_recd::before {
		border-top-width: 18px;
		border-bottom-width: 18px;
	}
	.thHowto_recd > img {}
	.thHowto_title {
		font-size: 16px;
		padding: 0;
		margin-bottom: 20px;
	}
	.thHowto_cols {
		display: flex;
		margin-bottom: 30px;
		flex-direction: column-reverse;
	}
	.thHowto_col {
		width: auto;
	}
	.thHowto_col-side {}
	.thHowto_col-main {
		padding-top: 0;
		margin-top: 20px;
	}
	.thHowto_text {
		margin-left: 0;
	}
	.thHowto_text > strong {}
	.thHowto_col-img {
		width: 170px;
		margin-left: auto;
		max-width: calc(100% - 150px);
	}
	.thHowto_image {}
	.thHowto_image > img {}
	.thHowto_headline {
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 41px;
		overflow: hidden;
	}
	.thHowto_headline_img {
		width: 120%;
		max-width: none;
		position: relative;
		left: -10%;
	}
	.thHowto_subhead {
		font-size: 15px;
		margin-bottom: 21px;
	}
	.thHowto_fig {
		max-width: 328px;
		margin: 0 auto 0;
	}
	.thHowto_fig > img {
		display: none;
	}
	.thHowto_fig > img:last-child {
		display: block;
	}
	.thHowtoBlock {}
	.thHowtoBlock_title {}
	.thHowtoBlock_cells {}
	.thHowtoBlock_cell {}
	.thHowtoBlock_item {}
	.thHowtoBlock_num {}
	.thHowtoBlock_num_prefix {}
	.thHowtoBlock_num_text {}
	.thHowtoBlock_item_areaText {}
	.thHowtoBlock_subhead {}
	.thHowtoBlock_text {}
	.thHowtoBlock_item_areaImage {}
	.thHowtoBlock_image {}
	.thHowtoBlock_image > img {}
	.thService {
		padding-top: 31px;
		padding-bottom: 15px;
	}
	.thService_title {
		font-size: 16px;
		margin-bottom: 36px;
	}
	.thService_msg {
		margin-bottom: 30px;
	}
	.thService_sect {
		padding: 20px 13px;
		margin-top: 14px;
	}
	.thService_cols {
		display: block;
	}
	.thService_col {
		width: auto;
	}
	.thService_col-txt {}
	.thService_headline {}
	.thService_text {}
	.thService_col-img {
		margin-top: 15px;
	}
	.thService_image {}
	.thService_image > img {
		width: 100%;
	}
	.thFeature_cell > a {}
	.thAccom {
		padding-top: 54px;
		padding-bottom: 57px;
		margin-bottom: 77px;
	}
	.thAccom_inner {}
	.thAccom_title {}
	.thAccom_text {
		font-size: 16px;
	}
	.thAccom_link {
		max-width: 312px;
		margin-top: 60px;
		margin-bottom: 49px;
	}
	.thAccom_link > a {}
	.thAccom_imgList {
		margin-left: -20px;
		margin-right: -20px;
		display: grid;
		grid-template-columns: 66.4% 33.6%;
		margin-bottom: 36px;
	}
	.thAccom_imgList::before {
		display: none;
	}
	.thAccom_imgList > li {
		width: auto;
		max-width: none;
		position: relative;
	}
	.thAccom_imgList > li:first-child {
		grid-row: span 2;
		padding-bottom: 69.3%;
	}
	.thAccom_imgList > li:nth-child(2) {
		width: auto;
		max-width: none;
	}
	.thAccom_imgList > li > img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		object-fit: cover;
	}
	.thAccom_cells {
		display: block;
		margin: 0;
	}
	.thAccom_cell {
		width: auto;
		padding: 0;
		margin-bottom: 42px;
	}
	.thAccom_cell > a {}
	.thAccom_item {}
	.thAccom_image {}
	.thAccom_image > img {}
	.thAccom_areaText {}
	.thAccom_update {}
	.thAccom_update > time {}
	.thAccom_headline {}
	.thAccom_moreBtn {}
	.thCourses {}
	.thCourses_inner {}
	.thCourses_title {}
	.thCourses_tabList {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 36px;
	}
	.thCourses_tabList > li {}
	.thCourses_tabList_btn {
		font-size: 13px;
		height: 45px;
	}
	.thCourses_tabList_btn[aria-selected="true"] {}
	.thCourses_tabList > li:nth-last-child(n + 2) .thCourses_tabList_btn::before {}
	.thCourses_tabList_btn::after {
		height: 3px;
	}
	.thCourses_tabList_btn[aria-selected="true"]::after {}
	.thCourses_panel {}
	.thCourse {}
	.thCourse_cols {
		display: block;
	}
	.thCourse_col {
		width: auto;
	}
	.thCourse_col-img {}
	.thCourse_image {}
	.thCourse_image > img {
		width: 100%;
		height: auto;
	}
	.thCourse_col-txt {
		padding: 0;
		margin-top: 22px;
	}
	.thCourse_title {
		font-size: 18px;
	}
	.thCourse_text {}
	.thCourse_imgList {
		display: block;
		margin: 51px 0 0;
	}
	.thCourse_imgList > li {
		width: auto;
		padding: 0;
		margin-top: 30px;
	}
	.thCourse_imgList > li:nth-child(2n + 1) {}
	.thCourse_imgList > li:nth-child(n + 3) {}
	.thCourse_fig {}
	.thCourse_fig > img {}
	.thCourse_fig > figcaption {
		margin-top: 13px;
	}
	.thHeader {
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
		width: 100%;
		background-color: var(--color-white);
	}
	.thHeader_inner {}
	.thHeader_cols {}
	.thHeader_col {}
	.thHeader_col-logo {
		width: 101px;
	}
	.thHeader_logo {}
	.thHeader_logo > a {}
	.thHeader_logo > a > img {}
	.thHeader_col-nav {
		width: 90px;
		display: flex;
	}
	.thHeader_langLink {
		width: 45px;
	}
	.thHeader_langLink > a {
		height: 45px;
	}
	.thHeader_langLink > a > img {
		width: 15px;
	}
	.thContents {
		padding-bottom: 60px;
	}
	.thVisual {
		margin-bottom: 66px;
		padding-top: 54px;
	}
	.thVisual_cols {}
	.thVisual_col {}
	.thVisual_col-vis {}
	.thVisual_title {
		font-size: 21px;
		margin-top: -14px;
	}
	.thVisual_slide {}
	.thVisual_slide_item {}
	.thVisual_slide_image {}
	.thVisual_slide_image::before {}
	.thVisual_slide_image > img {}
	.thVisual_spot {
		font-size: 13px;
		bottom: 41px;
	}
	.thVisual_spot > img {
		width: 29px;
		margin-bottom: 5px;
	}
	.thVisual_spot_text {}
	.thVisual_col-map {
		margin-top: -34px;
		padding-bottom: 16px;
	}
	.thVisual_image {}
	.thVisual_image > img {}
	.thVisual_areaText {
		padding: 20px 10px;
	}
	.thVisual_list {
		display: block;
	}
	.thVisual_list > li {
		margin-bottom: 12px;
	}
	.thVisual_list > li:last-child {
		margin-bottom: 0;
	}
	.thVisual_list_title {}
	.thVisual_list_text {}
	.thMenuNav {
		position: fixed;
		height: calc(100% - 45px);
		background-color: #004EA2;
		top: 45px;
		width: 100%;
		padding-top: 0;
		box-sizing: border-box;
		padding-bottom: 50px;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
		display: none;
	}
	.thMenuNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.thMenuNav_inner {
		padding: 0;
	}
	.thMenuNav_list {
		display: block;
	}
	.thMenuNav_list > li {}
	.thMenuNav_list > li > a {
		justify-content: flex-start;
		text-align: left;
		color: var(--color-white);
		padding: 0 20px;
		font-size: 14px;
		min-height: 45px;
		height: auto;
		border-bottom: 1px solid rgba(255, 255, 255, 0.40);
	}
	.thMenuNav_list > li > a::after {}
	.thFooter {}
	.thFooter_inner {}
	.thFooter_cols {}
	.thFooter_col {}
	.thFooter_col-link {}
	.thFooter_list {}
	.thFooter_list > li {
		margin-bottom: 12px;
	}
	.thFooter_list > li:nth-last-child(n+2)::after {}
	.thFooter_list > li > a {
		line-height: 1.5;
		text-align: center;
	}
	.thFooter_col-sns {}
	.thFooter_snsList {}
	.thFooter_snsList > li {}
	.thFooter_snsList > li > a {}
	.thFooter_snsList > li > a > img {
		width: 36px;
	}
	.thFooter_copy {
		margin-top: 26px;
	}
	.thFooter_copy > small {}
	.thExpress_col-list {
		margin-bottom: 25px;
	}
	.thMenuBtn {
		display: block;
	}
	.thMenuBtn_bar {}
	.thMenuBtn_bar-no1 {}
	.thMenuBtn_bar-no2 {}
	.thMenuBtn_bar-no3 {}
	.thMenuBtn[aria-expanded="true"] .thMenuBtn_bar-no1 {
		transform: translateY(6px) rotate(45deg);
	}
	.thMenuBtn[aria-expanded="true"] .thMenuBtn_bar-no2 {
		transform: scale(0, 1);
	}
	.thMenuBtn[aria-expanded="true"] .thMenuBtn_bar-no3 {
		transform: translateY(-6px) rotate(-45deg);
	}
	.thDiscount_text-large {}
	.thHeaderWrap {
		height: 45px;
	}
	.thHeader_langLinkWrap {
		position: static;
	}
	.thHeader_langNav {
		position: fixed;
		top: 45px;
		width: 100%;
		height: calc(100% - 45px);
	}
	.thHeader_langList {
		border-bottom: 1px solid rgba(255, 255, 255, 0.40);
	}
	.thHeader_langList > li {}
	.thHeader_langList > li > a {
		height: 46px;
	}
	.thHeader_langList > li:nth-last-child(n+2) > a {}
	.thHeader_langNav_closeBtn {
		width: 210px;
		height: 42px;
		background-color: #004EA2;
		display: block;
		color: var(--color-white);
		border-radius: 5px;
		margin: 30px auto 0;
		font-family: var(--font-oswald);
		font-size: 16px;
	}
	.thHowto_headline-pc {
		display: none;
	}
	.thHowto_headline-sp {
		display: block;
	}
	.thExpress_link-pc {
		display: none;
	}
	.thExpress_link-sp {
		display: block;
	}
	.thPassBox_btn-pc {
		display: none;
	}
	.thPassBox_btn-sp {
		display: flex;
	}
	.thAccom_subhead {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.thAccom_bnr {}
	.thAccom_bnr > a {
		border-radius: 10px;
	}
	.thAccom_bnr > a > img {}
}
@media screen and (max-width:374px) {
	.thVisual_title {
		font-size: 18px;
	}
}
