@charset "UTF-8";

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.flex.column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.flex.center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.flex.left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.flex.right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.flex.space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.flex.space-around {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.flex.top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.flex.middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.flex.bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.flex.baseline {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline
}

.color-pink {
	color: #ff527e
}

.note {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 2px
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

#header {
	position: relative;
	padding-top: 5px;
	padding-bottom: 10px
}

#header .info .tel {
	color: #fe4e89;
	font-weight: 700;
	font-size: 22.4px;
	font-size: 1.4rem;
	line-height: 1
}

#header .info .time {
	color: #fff;
	background: #3c332c;
	font-size: 16px;
	font-size: 1rem;
	padding: 4px 8px
}

#header .card {
	font-size: 14.4px;
	font-size: .9rem
}

.pc-nav {
	background-color: #3a312a
}

.pc-nav .nav-list {
	width: 100%
}

.pc-nav .nav-list .item {
	position: relative
}

.pc-nav .nav-list .item:hover {
	background: #705f52;
}

.pc-nav .nav-list .item a {
	display: block;
	text-align: center;
	position: relative
}

.page {
	min-height: 800px;
}

.page.section, .page .section {
	padding-top: 50px;
	padding-bottom: 50px
}

.page .section.bg1 {
	background: #fff
}

.page .section.bg2 {
	background: #3a312a
}

.page .bg-clear-white {
	background-color: rgba(255, 255, 255, .9)
}

.page .bg-white {
	background-color: #fff
}

.page .page-title {
	background: url(../img/base/title_bg.jpg) center top/cover;
	padding: 50px 15px
}

.page .page-title .container {
	background: rbga(255, 255, 255, .8);
	padding: 50px
}

.page .contents-title {
	margin-bottom: 50px
}

.page .text-box {
	font-size: 1.6em;
	line-height: 1.5
}

.page .text-box strong {
	font-weight: 700
}

.page .text-box b {
	font-weight: 700
}

.page .text-box img {
	max-width: 100% !important;
	height: auto !important
}

.page .bottom-contents {
	background: rgba(0, 0, 0, .9)
}

.cast-list .cast {
	width: calc(100%/ 5 - 2%);
	margin: 0 1% 30px;
	background: #d1eff1
}

.cast-list .cast .photo a {
	display: block;
	position: relative;
	overflow: hidden
}

.cast-list .cast .photo a:before {
	content: '';
	display: block;
	padding-top: 133.3%;
	width: 100%
}

.cast-list .cast .photo a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.cast-list .cast .profile {
	text-align: center;
	white-space: nowrap;
	background: #fdeff5;
	padding: 12px 8px 8px
}

.cast-list .cast .profile .name {
	font-size: 19.2px;
	font-size: 1.2rem;
	color: #f8397a;
	line-height: 1.5;
	font-weight: 700
}

.cast-list .cast .profile .size {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	white-space: nowrap
}

.cast-list .cast .profile .time {
	line-height: 1.5;
	color: #fd4185;
	font-weight: 700;
	font-size: 19.2px;
	font-size: 1.2rem
}

.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1
}

.slick-slider .slick-arrow.prev {
	left: 0
}

.slick-slider .slick-arrow.next {
	right: 0
}

.slick-dotted.slick-slider {
	margin-bottom: 0
}

.slick-slider .slick-dots {
	bottom: -40px
}

.slick-slider .slick-dots li, .slick-slider .slick-dots button {
	width: 20px;
	height: 20px
}

.slick-slider .slick-dots li button:before, .slick-slider .slick-dots button button:before {
	width: 20px;
	height: 20px;
	font-size: 15px;
	line-height: 1
}

.slick-slider .thumb-list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.slick-slider .thumb-list li {
	width: 20%;
	padding: 15px 7.5px 0;
	cursor: pointer;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.slick-slider .thumb-list li:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.slick-slider .thumb-list .slick-active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.page-top .event-banner .event-banner-list .item .inner {
	padding: 0 2%
}

.page-top .info .info-list .item {
	width: calc(100%/ 2 - 3%);
	border-bottom: 1px dotted;
	margin-bottom: 15px
}

.page-top .info .info-list .item .head .date {
	font-size: 14.4px;
	font-size: .9rem;
	color: #2db8ba;
	font-weight: 700;
	white-space: nowrap
}

.page-top .info .info-list .item .head .title {
	padding: 0 0 5px;
	font-size: 17.6px;
	font-size: 1.1rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.page-top .newface-list .cast {
	width: calc(100%/ 5 - 2%);
	margin: 0 1% 30px;
	text-align: center
}

.page-top .newface-list .cast .date {
	background: #fd3c7e;
	color: white;
	font-weight: 700;
	font-size: 17.6px;
	font-size: 1.1rem;
	line-height: 1.8
}

.page-top .newface-list .cast .photo a {
	display: block;
	position: relative;
	overflow: hidden
}

.page-top .newface-list .cast .photo a:before {
	content: '';
	display: block;
	padding-top: 133.3%;
	width: 100%
}

.page-top .newface-list .cast .photo a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.page-top .newface-list .cast .profile {
	padding: 10px;
	font-weight: 700
}

.page-top .newface-list .cast .profile .name {
	font-size: 22.4px;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #c12d5c
}

.page-top .newface-list .cast .profile .size {
	font-size: 16px;
	font-size: 1rem;
	color: #fff
}

.fix-header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: #333;
	max-width: 768px;
	margin: 0 auto;
	z-index: 9999;
	background: rgba(255, 255, 255, .9)
}

.fix-header .bg {
	padding: 10px 15px
}

.fix-header .bg:before {
	content: '';
	width: 80px
}

.fix-header .button-menu img {
	display: block
}

input[type=checkbox].trigger {
	display: none
}

.slide-menu {
	background: rgba(255, 255, 255, .95);
	color: #222;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	font-size: 16px;
	font-size: 1rem;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity .4s ease, visibility .4s ease;
	transition: opacity .4s ease, visibility .4s ease;
	padding: 150px 0 30px
}

.slide-menu .nav {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
	transition: opacity .2s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, opacity .2s ease;
	transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
	width: 100%;
}

.slide-menu .nav .nav-list {
	background-color: #3a312a;
}

.slide-menu .nav .nav-list .item {
	text-align: center;
	width: 50%;
	font-size: 19.2px;
	font-size: 1.2rem;
	padding: 15px;
	border: 1px solid silver;
}

.slide-menu .nav .nav-list .item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.slide-menu .nav .nav-list .item a img {
	margin: 0 auto;
}

.slide-menu .nav .nav-list .item a:after {
	content: url("https://cdn.chilling1.com/common/responsive/img/base/sp/foot_menu_arrow.png")
}

.slide-menu .button-close {
	border: 1px solid;
	padding: 15px 30px
}

.slide-menu .button-close .text {
	font-size: 22.4px;
	font-size: 1.4rem
}

.slide-menu .button-close .icon-close {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 100px
}

.slide-menu .button-close .icon-close:before, .slide-menu .button-close .icon-close:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 30px;
	background: #333
}

.slide-menu .button-close .icon-close:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}

.slide-menu .button-close .icon-close:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}

#trigger_slide-menu:checked ~.slide-menu {
	visibility: visible !important;
	opacity: 1 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

#trigger_slide-menu:checked ~.slide-menu .nav {
	opacity: 1 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
	-webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
	transition: opacity .9s ease, -webkit-transform 1s ease;
	transition: transform 1s ease, opacity .9s ease;
	transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease
}

.page-contact .note {
	font-size: 19.2px;
	font-size: 1.2rem;
	line-height: 1.8
}

.page-schedule .date-list {
	margin-top: -30px
}

.page-schedule .date-list .item {
	background: #272823;
	width: calc(100%/ 7 - 2%);
	margin: 30px 1% 0;
	color: #fff;
	font-size: 19.2px;
	font-size: 1.2rem;
	font-weight: 700
}

.page-schedule .date-list .item:hover {
	color: white;
	background: #fd4a88
}

.page-schedule .date-list .item a {
	display: block;
	text-align: center;
	padding: 10px 5px
}

.data-table {
	width: 100%;
	max-width: 1000px
}

.data-table .label, .data-table .value {
	padding: 20px;
	border: 1px solid #b5b0b5;
	vertical-align: top
}

.data-table .label {
	font-size: 19.2px;
	font-size: 1.2rem;
	background-color: #fdeef6;
	white-space: nowrap;
	width: 20%;
	text-align: left
}

.data-table .value {
	font-size: 19.2px;
	font-size: 1.2rem;
	background-color: #fff;
	padding: 10px
}

.data-table .value input[type=text], .data-table .value input[type=tel], .data-table .value input[type=email], .data-table .value select, .data-table .value textarea {
	height: 48px;
	height: 3rem;
	border: 1px solid #b5b0b5;
	font-size: 17.6px;
	font-size: 1.1rem;
	padding: 8px;
	padding: .5rem
}

.data-table .value input[type=text], .data-table .value input[type=tel], .data-table .value input[type=email], .data-table .value textarea {
	width: 100%
}

.data-table .value textarea {
	line-height: 1.8;
	height: 144px;
	height: 9rem
}

.page-link .message {
	font-size: 1.6em;
	line-height: 1.6;
	letter-spacing: 2px
}

.page-link .size {
	font-size: 1.8em;
	margin-top: 30px
}

.page-link .banner {
	margin-top: 10px
}

.page-link .tag {
	letter-spacing: 2px;
	font-size: 1.6em;
	line-height: 1.6;
	margin-top: 15px
}

.page-link .other-link .banner-list .item {
	margin-right: 15px;
	margin-bottom: 15px
}

.page-profile .name-group .name {
	font-size: 25.6px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fd3c7e
}

.page-profile .name-group .size {
	font-size: 19.2px;
	font-size: 1.2rem
}

.page-profile .photo-group {
	width: 100%;
	max-width: 400px
}

.page-profile .photo-group .thumb-list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.page-profile .photo-group .thumb-list li {
	width: calc(100%/ 5);
	cursor: pointer;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	padding: 5px
}

.page-profile .photo-group .thumb-list li:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.page-profile .photo-group .thumb-list li .inner {
	position: relative;
	overflow: hidden
}

.page-profile .photo-group .thumb-list li .inner:before {
	content: '';
	display: block;
	padding-top: 100%;
	width: 100%
}

.page-profile .photo-group .thumb-list li .inner img {
	position: absolute;
	top: 0;
	left: 0
}

.page-profile .photo-group .thumb-list .slick-active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.page-profile .comment {
	margin-top: 50px
}

.page-profile .comment .detail {
	display: inline-block;
	font-size: 17.6px;
	font-size: 1.1rem;
	text-align: left;
	max-width: 1000px;
}

.page-profile .schedule .schedule-list .item {
	background-color: #fff;
	width: calc(100%/ 7);
	margin-left: -1px;
	border: solid 1px #c6bac1;
	text-align: center
}

.page-profile .schedule .schedule-list .item .label {
	background-color: #fdeef6;
	color: #ee4680;
	font-weight: 700;
	padding: 10px;
	font-size: 17.6px;
	font-size: 1.1rem
}

.page-profile .schedule .schedule-list .item .value {
	font-size: 16px;
	font-size: 1rem;
	color: #222;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700
}

.page-profile .schedule .schedule-list .item .value span {
	display: block
}

.page-profile .schedule .schedule-list .item .value span.sep {
	margin: 5px
}

.comment .detail {
	font-size: 19.2px;
	font-size: 1.2rem;
	line-height: 1.8
}

.page-info .info-list .item {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto
}

.page-info .info-list .item .head {
	padding-bottom: 15px;
	border-bottom: 1px dotted #222;
	font-weight: 700
}

.page-info .info-list .item .head .date {
	font-size: 16px;
	font-size: 1rem
}

.page-info .info-list .item .head .title {
	font-size: 17.6px;
	font-size: 1.1rem;
	line-height: 1.4;
	margin-top: 5px
}

.page-info .info-list .item .body {
	padding-top: 30px
}

.page-info .info-list .item .body .photo {
	width: 100%;
	max-width: 300px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 30px
}

.page-info .info-list .item .body .detail {
	font-size: 17.6px;
	font-size: 1.1rem
}

.page-price p.text {
	font-size: 19.2px;
	font-size: 1.2rem;
	line-height: 2
}

.page-price .price .about-text {
	font-size: 22.4px;
	font-size: 1.4rem;
	line-height: 2
}

.page-price .price .course-list {
	width: 100%;
	margin: 50px auto 0
}

.page-price .price .course-list .label {
	color: #695f52;
	text-align: left
}

.page-price .price .course-list .label .text {
	font-size: 72px;
	font-size: 4.5rem
}

.page-price .price .course-list .label .unit {
	font-size: 64px;
	font-size: 4rem
}

.page-price .price .course-list .value {
	color: #ff3c7e;
	text-align: right
}

.page-price .price .course-list .value .text {
	font-size: 72px;
	font-size: 4.5rem
}

.page-price .price .course-list .value .unit {
	font-size: 64px;
	font-size: 4rem
}

.page-price .price .course-list .item {
	border-bottom: solid 1px #695f52;
	padding: 0 100px;
	width: 70%;
	margin: 20px auto
}

.page-price .price .course-list .item .line {
	width: 100%
}

.page-price .price .price-list {
	width: 100%;
	margin: 50px auto 0
}

.page-price .price .price-list .item {
	width: 32%;
	padding: 0 30px 30px;
	color: #695f52
}

.page-price .price .price-list .item .label {
	text-align: left
}

.page-price .price .price-list .item .label .text {
	font-size: 32px;
	font-size: 2rem
}

.page-price .price .price-list .item .value {
	text-align: right
}

.page-price .price .price-list .item .value .text {
	font-size: 40px;
	font-size: 2.5rem
}

.page-price .price .price-list .item .value .unit {
	font-size: 28.8px;
	font-size: 1.8rem
}

.page-price .area .area-list {
	width: 100%;
	margin: 50px auto 0
}

.page-price .area .area-list .item {
	width: 32%;
	padding: 0 30px 30px;
	color: #695f52
}

.page-price .area .area-list .item .label {
	text-align: left
}

.page-price .area .area-list .item .label .text {
	font-size: 32px;
	font-size: 2rem
}

.page-price .area .area-list .item .value {
	text-align: right
}

.page-price .area .area-list .item .value .text {
	font-size: 40px;
	font-size: 2.5rem
}

.page-price .area .area-list .item .value .unit {
	font-size: 28.8px;
	font-size: 1.8rem
}

.page-price .credit .caution-list li {
	font-size: 19.2px;
	font-size: 1.2rem;
	line-height: 2;
	list-style: inside
}

.page-price .credit .button {
	margin-top: 30px
}

.page-link .note {
	font-size: 19.2px;
	font-size: 1.2rem;
	line-height: 2
}

.page-link .size {
	font-size: 1.2em;
	margin-top: 30px
}

.page-link .banner {
	margin-top: 10px
}

.page-link .tag {
	letter-spacing: 2px;
	font-size: 1em;
	line-height: 1.6;
	margin-top: 15px
}

.page-link .other-link .banner-list .item {
	margin-right: 15px;
	margin-bottom: 15px
}

.page-recruit .message {
	font-size: 22.4px;
	font-size: 1.4rem;
	line-height: 2
}

.breadcrumb {
	position: relative;
	font-size: 12.8px;
	font-size: .8rem
}

.breadcrumb ul {
	position: absolute;
	top: 15px;
	left: 0;
	-webkit-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.breadcrumb ul li {
	color: #2db8ba;
	margin-left: 5px;
	margin-right: 5px;
	white-space: nowrap
}

.breadcrumb ul li:before {
	content: ' > '
}

.breadcrumb ul li:first-child:before {
	content: ''
}

@media ( max-width :768px) {
	#header {
		height: 100px
	}
	.cast-list {
		margin-left: -15px;
		margin-right: -15px
	}
	.cast-list .cast {
		width: calc(100%/ 2 - 2%)
	}
	.page-top .info .info-list {
		display: block
	}
	.page-top .info .info-list .item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%
	}
	.page-top .info .info-list .item .photo {
		width: 30%
	}
	.page-top .info .info-list .item .head {
		width: 70%;
		padding-left: 15px
	}
	.page-top .info .info-list .item .head .date {
		padding-top: 0
	}
	.page-top .newface-list .cast {
		width: calc(100%/ 2 - 2%)
	}
	.fix-header {
		display: block
	}
	.page-schedule .date-list .item {
		width: calc(100%/ 4 - 2%)
	}
	.data-table .label, .data-table .value {
		display: block;
		width: 100%;
		margin-top: -1px
	}
	.page-profile .schedule .schedule-list {
		display: block
	}
	.page-profile .schedule .schedule-list .item {
		width: 100%;
		margin-left: 0;
		margin-top: -1px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.page-profile .schedule .schedule-list .item .label, .page-profile .schedule .schedule-list .item .value {
		width: 50%
	}
	.page-profile .schedule .schedule-list .item .value {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.page-profile .schedule .schedule-list .item .value span.sep {
		-webkit-writing-mode: unset;
		-ms-writing-mode: unset;
		writing-mode: unset
	}
	.page-profile {
		display: block
	}
	.page-profile .photo-group {
		margin-left: auto;
		margin-right: auto;
		max-width: 70%
	}
	.page-profile .profile-group {
		margin-top: 50px
	}
	.page-info .info-list .item .body {
		display: block
	}
	.page-info .info-list .item .body .photo {
		margin: 0 auto 30px;
		max-width: 60%
	}
	.page-price .price .about-text {
		font-size: 1.2rem;
		text-align: left
	}
	.page-price .price .course-list .label .text {
		font-size: 3.5rem
	}
	.page-price .price .course-list .label .unit {
		font-size: 2.5rem
	}
	.page-price .price .course-list .value .text {
		font-size: 3.5rem
	}
	.page-price .price .course-list .value .unit {
		font-size: 2.5rem
	}
	.page-price .price .course-list .item {
		width: 100%;
		padding: 0 20px
	}
	.page-price .price .price-list .item {
		width: 100%
	}
	.page-price .area .area-list .item {
		width: 100%
	}
	.page-price .credit .button {
		margin-top: 50px
	}
	.page-link .note {
		font-size: 1.2rem
	}
	.page-recruit .message {
		font-size: 1.2rem
	}
	.breadcrumb ul {
		left: 10px
	}
	.breadcrumb {
		font-size: .7rem
	}
}