@charset "utf-8";
/* CSS Document */
/* =============================
index.html
=============================== */
/* - index - */
.index {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
	height: 100%;
	padding: 8rem 5% 5%;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 8vw;
	text-align: center;
}
#index-cert:checked ~ .index {
	display: none;
}
@media(min-width:1025px) {
	.index {
		width: 640px;
		border-radius: 40px;
	}
}
.index-button {
	margin-top: 2.5%;
}
.index-button li {
	float: left;
	width: 50%;
	height: 12rem;
	padding: 5% 2%;
	transition: 0.3s;
}
.index-button li:hover, .index-button li:active, .index-button li:focus {
	transform: translateY(-5px);
}
.index-button li a, .index-button li label {
	display: block;
	width: 100%;
	height: 100%;
	background: #3e8529;
	border-radius: 10px;
	position: relative;
}
.index-button li label {
	background: #ff608b;
}
.index-button li label:hover {
	cursor: pointer;
}
.index-button li a span, .index-button li label span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 100%;
	line-height: 1;
	font-size: 24px;
	color: #FFFFFF;
}
.index-r18 {
	margin-top: 5%;
	color: #FFFFFF;
}
.index-r18 img {
	margin-right: 1rem;
}
@media(max-width:420px) {
	.index-r18 {
		line-height: 27px;
	}
	.index-r18 img {
		float: left;
	}
}
.index-tel {
	margin-top: 5%;
	font-size: 1.6rem;
	color: #FFFFFF;
}

/* - top - */
.today {
	margin-top: 25px;
}
/*concept*/
.concept {
	margin-top: 25px;
}
.concept .list-title {
	background-color: #FCB206;
}
.concept .concept-contents {
	margin-top: 14px;
}
.concept-video {
	width: 248px;
	max-width: 95%;
	border-radius: 2rem;
}
.concept .concept-button {
	position: absolute;
	top: 50%;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath d='M100,0A100,100,0,1,0,200,100,100,100,0,0,0,100,0ZM87.32,44.34a10.89,10.89,0,0,1,7,2.75l47.89,41.37a10.89,10.89,0,0,1,1.11,15.36l-.53.57L97,150.11a10.89,10.89,0,1,1-15.4-15.4l37.43-37.45L80,63.56a10.88,10.88,0,0,1,7.3-19.22Z' transform='translate(0 0)'/%3E%3C/svg%3E");
	background-size: 32px 32px;
	border-radius: 16px;
	opacity: 0.5;
	transition: 0.3s;
}
.concept .concept-button:hover, .concept .concept-button:active, .concept .concept-button:focus {
	opacity: 1;
}
.concept .concept-button.swiper-button-prev {
	transform: rotateZ(180deg);
}
/*new*/
.new {
	margin-top: 25px;
}
.new .list-title {
	background-color: #54BAFE;
}

/* - profile - */
/*photo*/
.prof-photo {
	width: 100%;
	height: calc((100vw - 1.2rem) / 3 * 4);
	text-align: center;
}
.prof-image {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border-radius: 1rem;
}
@media(min-width:1025px) {
	.prof-photo {
		height: calc((640px - 1.2rem) / 3 * 4);
		max-height: 80vh;
	}
	.prof-image {
		max-width: calc(80vh / 4 * 3);
	}
}
.prof-contents .swiper-pagination {
	position: relative;
	margin-top: 0.6rem;
}
.prof-contents .swiper-pagination-bullet {
	opacity: 1;
	width: 12px;
	height: 12px;
	margin: 0 2px;
	background: #828181;
	border: 1px solid #828181;
}
.prof-contents .swiper-pagination-bullet-active {
	background: #FFFFFF;
}
.prof-contents .time {
	font-size: 2.6rem;
	color: #FE4B82;
}
/**/
.prof-general {
	font-size: 1.8rem;
}
.prof-size li {
	display: inline-block;
	padding: 0 0.4em;
}
.prof-caption {
	padding: 0.4rem;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.8rem;
}
/**/
.prof-table {
	font-size: 0;
}
.prof-table ul {
	max-width: 360px;
	margin: 0 auto;
}
.prof-table li {
	display: inline-block;
	width: 50%;
}
.prof-table li:nth-child(odd) {
	width: 60%;
}
.prof-table li:nth-child(even) {
	width: 40%;
}
.prof-table li:nth-child(odd) dl {
	margin-right: 10%;
}
.prof-table li:nth-child(even) dl {
	margin-left: 10%;
}
.prof-percent .prof-table li {
	width: 50%;
}
.prof-table li dl {
	font-size: 1.8rem;
	line-height: 2.2rem;
}
.prof-table li dt {
	float: left;
	font-weight: 400;
}
.prof-table li dd {
	float: right;
	margin: 0;
}
/**/
.prof-table2 {
	font-size: 0;
}
.prof-table2 ul {
	max-width: 400px;
	margin: 0 auto;
}
.prof-table2 li {
	display: inline-block;
	width: 32%;
}
.prof-table2 li:nth-child(3n+1) {
	width: 34%;
}
.prof-table2 li:nth-child(3n+2) {
	width: 34%;
}
.prof-table2 li dl {
	font-size: 1.8rem;
	line-height: 2.2rem;
}
.prof-table2 li dt {
	float: left;
	font-weight: 400;
}
.prof-table2 li dd {
	float: left;
	margin: 0;
}
/**/
.prof-description {
	font-size: 1.4rem;
	line-height: 1.8rem;
}
.prof-note {
	width: 96%;
	height: 0;
	overflow-y: auto;
	margin: 0 auto;
	padding-top: 35%;
	text-align: left;
}
.prof-note .note_content {
	margin: -35% 0 0;
}
/*realtime*/
.prof-real {
	margin-top: 1.4rem;
	padding: 1rem 0;
	border: 1px solid #ABABAB;
	border-radius: 1rem;
	font-size: 2rem;
	color: #FE4B82;
}
.prof-real div>span {
	margin: 0 6px;
}
/*price*/
.prof-price {
	margin-top: 1.4rem;
	border: 1px solid #FD9999;
	border-radius: 1rem;
}
.price-title {
	display: inline-block;
	margin: 4px auto 0.8rem;
	padding: 0 1.2rem;
	background-color: #FD9999;
	border-radius: 1rem;
	font-size: 2.6rem;
	color: #FFFFFF;
}
.prof-price dt, .prof-price dd {
	display: inline-block;
	margin: 0;
	font-size: 2.9rem;
}
.prof-price dt {
	padding-right: 0.8em;
	font-weight: 400;
}
.prof-price .cource_hide {
	display: none;
}
.prof-price .cource_ng {
	color: #CCCCCC;
}
/*play*/
.prof-play {
	margin-top: 1.4rem;
	border: 1px solid #FCB206;
	border-radius: 1rem;
}
.play-title {
	display: inline-block;
	margin: 4px auto 0.8rem;
	padding: 0 1.2rem;
	background-color: #FCB206;
	border-radius: 1rem;
	font-size: 2.6rem;
	color: #FFFFFF;
}
.prof-play ul {
	padding: 0 5% 1rem;
	text-align: left;
	font-size: 0;
}
.prof-play li {
	display: inline-block;
	width: 50%;
	font-size: 2rem;
}
.prof-play .play_hide {
	display: none;
}
.prof-play .play_ok, .prof-play .play_ng {
	position: relative;
}
.prof-play .play_ok:after, .prof-play .play_ng:after {
	display: block;
	position: absolute;
	top: 0;
	left: 15rem;
}
@media(min-width:600px) {
	.prof-play .play_ok:after, .prof-play .play_ng:after {
		left: 60%;
	}
}
@media(max-width:414px) {
	.prof-play li {
		font-size: 1.6rem;
	}
	.prof-play .play_ok:after, .prof-play .play_ng:after {
		left: 12rem;
	}
}
.prof-play .play_ok:after {
	content: "○";
}
.prof-play .play_ng:after {
	content: "×";
}
/*option*/
.prof-option {
	margin-top: 1.4rem;
	border: 1px solid #93E277;
	border-radius: 1rem;
}
.option-title {
	display: inline-block;
	margin: 4px auto 0.8rem;
	padding: 0 1.2rem;
	background-color: #93E277;
	border-radius: 1rem;
	font-size: 2.6rem;
	color: #FFFFFF;
}
.prof-option ul {
	padding: 0 5% 1rem;
	text-align: left;
	font-size: 0;
}
.prof-option li {
	display: inline-block;
	width: 50%;
}
.prof-option dt, .prof-option dd {
	display: inline-block;
	margin: 0;
	font-size: 2rem;
}
.prof-option dt {
	padding-right: 0.8em;
	font-weight: 400;
}
.prof-option .option_hide {
	display: none;
}
.prof-option .option_ng {
	color: #CCCCCC;
}
/*schedule*/
.prof-schedule {
	margin: 1.6rem auto 25px;
}
.prof-schedule .table-title {
	line-height: 1;
	margin: 0;
	padding: 0.6rem 0 0.2rem;
	background-color: #54BAFE;
	border-radius: 1rem 1rem 0 0;
	color: #FFFFFF;
}
.schedule-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.2rem;
}
.schedule-table td, .schedule-table th {
	border: 1px solid #111;
	border-top-width: 0;
}
.schedule-table td {
	padding: 0.6rem 0;
}
.day-sat {
	color: #0751FC;
}
.day-hol {
	color: #FE0707;
}

/* - guide - */
.video-wrapper {
	padding: 2rem 0;
}
.guide-cube h2 {
	font-size: 4rem;
}
.guide-cube dl:after {
	content: "";
	clear: both;
	display: table;
}
.guide-cube dt {
	width: 100%;
	padding: 1.5rem 1.5rem 2rem;
	background: #FD9999;
	color: #FFFFFF;
	position: relative;
}
.guide-cube dd {
	width: 100%;
	position: relative;
}
.guide-cube dd img {
	min-width: 100%;
}
@media(min-width:1025px) {
	.guide-cube dt, .guide-cube dd {
		width: 50%;
		height: 320px;
	}
	.guide-cube dt {
		padding: 0;
	}
	.guide-cube dd {
		overflow: hidden;
	}
	.guide-cube .vertical-center {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.guide-cube .vertical-center {
		padding: 0 2rem;
	}
	.guide-cube li:nth-of-type(odd) dt {
		float: left;
	}
	.guide-cube li:nth-of-type(odd) dd {
		float: right;
	}
	.guide-cube li:nth-of-type(even) dt {
		float: right;
	}
	.guide-cube li:nth-of-type(even) dd {
		float: left;
	}
	.guide-cube dd img {
		position: absolute;
		max-width: none;
		max-height: 100%;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
}

.guide-caption dl {
	position: relative;
}
.guide-caption dt {
    position: absolute;
    left: 5%;
    bottom: 15px;
    z-index: 2;
    width: 90%;
    margin: 0 auto;
    padding: 15px;
	background: rgba(0,0,0,0.5);
    color: #FFFFFF;
}
.guide-caption dt p {
	margin: 0;
}
.guide-caption dd {
	position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 70%;
}
.guide-caption img {
    position: absolute;
    top: 50%;
    left: 0;
	width: 100%;
    transform: translateY(-50%);
}
.guide-fare {
	padding-bottom: 1px;
}
.fare-wrapper {
	margin: 2rem 0 2.4rem;
	padding: 2rem 0 1.2rem;
	border-radius: 1rem;
	background-color: #54BAFE;
	color: #FFFFFF;
	font-size: 1.6rem;
}
.fare-title {
	display: none;
}
.fare-note {
	margin-bottom: 1.4rem;
	padding: 0 1.4rem 1.4rem;
	border-bottom: 3px double;
}
.fare-list {
	padding: 0 1.4rem;
	font-size: 2rem;
}

/* - mailmagazine - */
.magazine-title {
	margin: 4rem 0 0;
	background-color: #54BAFE;
	color: #FFFFFF;
	font-size: 2.4rem;
}
.page_title_note {
	font-size: 1.4rem;
}
.page_title_note {
	margin: 0;
}
.mm_body {
	padding: 2.4rem;
	text-align: left;
}
.cnt {
	position: relative;
	padding-left: 1.4rem;
}
.cnt:before {
	position: absolute;
	left: 0;
	text-align: center;
}
.magazine_benefit {
	counter-reset: benefit;
}
.magazine_benefit .cnt:before  {
	counter-increment: benefit;
	content: counter(benefit) ".";
}
.mm_body dd {
	margin: 0;
}
.mm_body dd+dt {
	margin-top: 2.4rem;
}
.mm_header {
    color: #54BAFE;
}
.magazine_config ul {
	margin-top: 2rem;
}
.magazine_config dt {
	padding-top: 4rem;
	border-top: 2px solid #dddddd;
	text-align: center;
}
.magazine_config dt img {
	width: 50%;
	max-width: 320px;
}
.magazine_config ul li:nth-last-of-type(1) dd:nth-last-of-type(1) {
	margin-bottom: 2.4rem;
}

/* - enquete - */
.enquete-wrapper .magazine-title {
	background-color: #FD9999;
}
.enquete_note {
	margin-bottom: -2.4rem;
}
.enquete_link {
	margin-bottom: 2.4rem;
}
.enquete_link_btn {
	padding: 4.8rem 0;
	text-align: center;
	font-size: 0;
}
#enqueteform1 .enquete_link_btn, #enqueteform2 .enquete_link_btn {
	padding: 3.2rem 0;
}
.enquete_link_btn li {
	display: inline-block;
	width: 50%;
	max-width: 24rem;
	font-size: 1.4rem;
}
.mm_body .enquete_link_btn li {
	width: 60%;
}
.enquete_link_btn li a {
	display: inline-block;
	min-width: 12rem;
	padding: 0.8rem 1rem 1rem;
	border: 1px solid #FFFFFF;
	border-radius: 1rem;
	background-color: #54BAFE;
	box-shadow: 4px 4px 0 #FD9999;
	color: #FFFFFF;
	transition: 0.1s;
}
.enquete_link_btn li a:hover, .enquete_link_btn li a:active, .enquete_link_btn li a:focus {
	text-decoration: none;
	transform: translate(1px, 1px);
	box-shadow: 3px 3px 0 #FCB206;
}
.enquete_area textarea, .enquete_area input {
	max-width: 100%;
}
em.required {
	font-style: normal;
}
.enquete_top {
	margin-top: 2.4rem;
	border-bottom: 1px solid #FD9999;
}
.enquete_top>li {
	padding: 0.8rem 0;
}
.enquete_top>li>dl {
	max-width: 340px;
	margin: 0 auto;
}
.enquete_top>li>dl>dt {
	width: 8em;
    margin-right: 1rem;
}
.enquete_top>li>dl>dt, .enquete_top>li>dl>dd {
    display: inline-block;
}
.enquete_question>li {
	padding: 2.4rem 0;
	border-bottom: 1px solid #FD9999;
}
.enquete_question>li>dl>dt, .enquete_sub>dt {
    margin-bottom: 0.5rem;
}
.enquete_area input[type="checkbox"], .enquete_area input[type="radio"] {
    /* vertical-align: middle; */
    display: none;
}
.check_css>label>span {
    display: inline-block;
    margin-top: 4px;
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
    border: #999 1px solid;
    background: #fff;
    vertical-align: middle;
}
.check_css>label>span:before {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
	margin-top: -4px;
    margin-right: 2px;
    border: #999 1px solid;
    vertical-align: middle;
    content: "";
}
.check_css>label>input[type="checkbox"]:checked + span {
    border-color: #FD9999;
    background: #FD9999;
    color: #fff;
}
.check_css>label>input[type="checkbox"]:checked + span:before {
    border-color: #fff;
    box-shadow: inset 0 0 0 2px #fff;
    background: #FD9999;
}
.radio_css>label>span {
    display: inline-block;
    margin-top: 4px;
    padding: 0.2rem 0.5rem;
    border-radius: 1rem;
    border: #e5e0d6 1px solid;
    background: #fff;
    vertical-align: middle;
}
.radio_css>label>span:before {
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
	margin-top: -4px;
    margin-right: 2px;
    border: #999 1px solid;
    border-radius: 0.5em;
    vertical-align: middle;
    content: "";
}
.radio_css>label>input[type="radio"]:checked + span {
    border-color: #FD9999;
    background: #FD9999;
    color: #fff;
}
.radio_css>label>input[type="radio"]:checked + span:before {
    border-color: #fff;
    box-shadow: inset 0 0 0 2px #fff;
    background: #FD9999;
}
.enquete_subbtn {
	margin-bottom: 4.8rem;
}

/* - event - */
.event-content {
	margin: 4rem 0 2rem;
	border-top: 4px dotted #dddddd;
	text-align: left;
}
.event-post {
	margin: 2rem 0;
	padding: 2rem 0;
	border-bottom: 2px solid #dddddd;
}
.event-list .event-post {
	padding-bottom: 1rem;
}
.event-post h3 {
	text-align: center;
}
.event_img {
	margin-bottom: 2rem;
}

/* - schedule - */
.schedule_week {
	margin-top: 1.4rem;
}
.schedule_week li {
	display: inline-block;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    margin-bottom: 0.8rem;
    padding: 0 4px;
	transition: 0.3s;
}
.schedule_week li:hover, .schedule_week li:active, .schedule_week li:focus {
	transform: translateY(-3px);
}
.schedule_week .active {
    background-color: #c0c0c0;
}
.schedule_week .wd-sat {
	border-color: #54BAFE;
}
.schedule_week .wd-sat.active {
	background-color: #54BAFE;
}
.schedule_week .wd-sun {
	border-color: #FE4B82;
}
.schedule_week .wd-sun.active {
	background-color: #FE4B82;
}
.schedule_week li a:hover, .schedule_week li a:active, .schedule_week li a:focus {
	text-decoration: none;
}
.schedule_week .active a {
	color: #FFFFFF;
}
