@charset "UTF-8";

.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}
.mt70{margin-top:70px !important;}
.mt80{margin-top:80px !important;}
.mt90{margin-top:90px !important;}
.mt100{margin-top:100px !important;}
.red {color:#f00;}
.blue {color:#001aff;}

/*
.content table {
	margin: 0 -1px 24px 0;
}
*/
.top-appeal {
	position: relative;
	padding: 20px 10px;
	margin: 0 0 30px;
	text-align: center;
	border: solid 3px #95ccff;
	border-radius: 10px;
	font-size: 1.7rem;
	line-height: 1.4em;
	color: #f200a5;
}
.top-appeal p {
	padding: 0 0 20px;
	margin: 0;
	font-size: 2rem;
	color: #555;
}
.top-appeal span.box-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 20px;
	padding: 0 9px;
	line-height: 1;
	font-size: 24px;
	background: #FFF;
	color: #95ccff;
	font-weight: bold;
}
.top-appeal .top-new-btn {
	width: 70%;
	margin: 50px auto 0;
}
.top-appeal .top-new-btn a {
	display: block;
	padding: 5px 0;
	font-size: .8em;
	background: #fff;
	color: #555;
	text-decoration: none;
	border: 2px solid #75be5f;
	border-radius: 10px;
}
.top-appeal .top-new-btn a:hover {
	background: #9cdc88;
	color: #333;
	border: 2px solid #75be5f;
}
@media screen and (max-width: 767px) {
	.top-appeal .top-new-btn {
		width: 90%;
		margin: 30px auto 0;
	}
}



#topMainBnrFrame a.slideFrame {
	-webkit-transition: border 0.3s ease-in;
	-o-transition: border 0.3s ease-in;
	transition: border 0.3s ease-in;
}
#topMainBnrFrame a.slideFrame:hover {
	border:4px solid #006a96 !important;
}

.top-style01 {
	color: #ff8c00;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.3em;
}

.top-style02 {
	margin: 20px 0 0;
	color: #800080;
	font-size: 1.1rem;
}
.top-style02 span {
	color: #007ac8;
	font-weight: bold;
	font-size: 1.5rem;
}
.top-style03 {
	margin: 30px 0 0;
	padding: 2px 0 2px 8px;
	font-size: 1.3rem;
	line-height: 1.3em;
	border-left: 8px solid #519dce;
	border-bottom: 1px dashed #519dce;
}
.top-style04 {
	margin: 15px 0 0;
	font-size: 1rem;
	line-height: 1.5em;
}
.top-style04 img {
	width: 80%;
	padding: 0 0 10px;
}
.top-style04 p {
	margin: 0;
	padding: 0 0 10px;
}
.top-style04 p span {
	font-weight: bold;
}
.top-style04 p span.orange {
	color: #ff8c00;
}

.heading03 {
	margin: 40px 0 0;
	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-size: 26px;
	text-align: center;
}

.heading03::before,
.heading03::after {
	content: '';
	width: 3px;
	height: 40px;
}
.heading03.Lblue::before,
.heading03.Lblue::after {
	background-color: #3fc1c9;
}
.heading03.orange::before,
.heading03.orange::after {
	background-color: #fb8f2e;
}

.heading03::before {
	margin-right: 30px;
	-webkit-transform: rotate(-35deg);
	    -ms-transform: rotate(-35deg);
	        transform: rotate(-35deg)
}
.heading03::after {
	margin-left: 30px;
	-webkit-transform: rotate(35deg);
	    -ms-transform: rotate(35deg);
	        transform: rotate(35deg)
}



ul.top-recommendation {
	padding: 0;
	margin: 0;
}
ul.top-recommendation li {
	list-style: none;
	position: relative;
	margin: 2em auto;
	padding: 1em;
	width: 90%; /* ボックス幅 */
	background: #006633; /* ボックス背景色 */
	color: #fff; /* 文章色 */
	border: 7px solid #b2771f; /* 枠線 */
	border-radius: 3px; /* 角の丸み */
	-webkit-box-shadow: 0 0 5px #333;
	        box-shadow: 0 0 5px #333;
}
ul.top-recommendation li::before,
ul.top-recommendation li::after {
	position: absolute;
	content: '';
	bottom: 0;
} 
ul.top-recommendation li::before {
	width: 20px;
	right: 10px;
	border: solid 3px #ff42a0; /*チョーク（ピンク） */
	border-radius: 3px 2px 0 2px;
}
ul.top-recommendation li::after {
	width: 15px; 
	right: 45px;
	border: solid 3px #fff; /*チョーク（白） */
	border-radius: 8px 5px 2px 5px;
}
ul.top-recommendation li h3 {
	padding: 10px 0;
	margin: 0 0 20px;
	font-size: 1.4rem;
	line-height: 1.4em;
	text-align: center;
	border-left: none;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
	            -1px 1px 0 #FFF, 1px -1px 0 #FFF,
	            0px 1px 0 #FFF,  0-1px 0 #FFF,
	            -1px 0 0 #FFF, 1px 0 0 #FFF;
}
ul.top-recommendation li h3 span {
	padding: 0 10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffff66));
	background: -o-linear-gradient(transparent 75%, #ffff66 75%);
	background: linear-gradient(transparent 75%, #ffff66 75%);
}
ul.top-recommendation li h3 a {
	color: #ff42a0;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
ul.top-recommendation li h3 a:hover {
	color: #ffb2d8;
	text-decoration: none;
}
ul.top-recommendation li .course-comment {
	border-bottom: 1px dashed #bbb;
}
ul.top-recommendation li .course-comment img {
	border: 5px solid #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
ul.top-recommendation li .course-comment img:hover {
	opacity: 0.7;
}
ul.top-recommendation li .play-fee {
	clear: both;
	padding: 0 0 10px 10px;
	margin: 15px 0 0;
	font-size: 1.1rem;
}
ul.top-recommendation li td {
	border: 1px solid #bbb;
	line-height: 1.3em;
	padding: 10px;
}
ul.top-recommendation li td .weekday {
	color: #2ec1ff;
}
ul.top-recommendation li td .holiday {
	color: #ff7fd3;
}
ul.top-recommendation li .top-aboutcourse-btn {
	margin: 30px auto 20px;
}
ul.top-recommendation li .top-aboutcourse-btn a {
	text-decoration: none;
	border-radius: 10px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	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;
	margin: 0 auto;
	padding: .8em 2em;
	width: 50%;
	color: #fff;
	font-size: 16px;
	border: 2px solid #fff;
}
ul.top-recommendation li .top-aboutcourse-btn a::after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
ul.top-recommendation li .top-aboutcourse-btn a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #10a65b;
}



ul.top-popular {
	padding: 0;
	margin: 20px 0 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-align:center;
}
ul.top-popular li {
	list-style: none;
	width: 47%;
	padding: 0;
	margin: 0 2% 2% 0;
	background: #fff9ee;
	border: 3px solid #ff9a4c;
	border-radius: 5px;
}
ul.top-popular li h3 {
	padding: 8px 5px;
	margin: 0 0 8px;
	background: #ffa864;
	border-left: none;
	font-size: .9rem;
	margin-block-start: 0;
	margin-block-end: 0;
}

ul.top-popular li h3 a {
	color: #fff;
	text-decoration: none;
}
ul.top-popular li h3 a:hover {
	text-decoration: underline;
}
ul.top-popular li img {
	border-radius: 5px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	padding: 0 8px;
	margin: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.top-popular li img:hover {
	opacity: 0.7;
}

ul.top-popular li:nth-child(even) {
	margin: 0 0 2% 0;
}
ul.top-popular li dl.popular-price {
	margin: 10px 0 20px;
}
ul.top-popular li dl.popular-price dt {
	padding: 0 0 0 10px;
	margin: 0;
	text-align: left;
}
ul.top-popular li dl.popular-price dt.weekday {
	color: #2ec1ff !important;
}
ul.top-popular li dl.popular-price dt.holiday {
	color: #ff7fd3 !important;
}
ul.top-popular li dl.popular-price dd {
	margin: 0 5% 5px;
	padding: 1px 0 5px 10px;
	text-align: left;
	border-bottom: 1px dotted #aaa;
}
ul.top-popular li dl.popular-price dd:last-child {
	border-bottom: none;
}
ul.top-popular li .top-aboutcourse-btn {
	margin: 0 0 20px;
}
ul.top-popular li .top-aboutcourse-btn a {
	color: #fff;
	text-decoration: none;
	padding: 8px 25px;
	border-radius: 20px;
	background: #ffa864;
}
ul.top-popular li .top-aboutcourse-btn a:hover {
	background: #ffc394;
}

.course-areaTTL {
	padding: 1rem 0;
	border-top: 5px double #ff8c00;
	border-bottom: 5px double #ff8c00;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
}
.course-areaTTL a {
	color: #666;
	text-decoration: none;
}
.course-areaTTL a:hover {
	color: #999;
	text-decoration: none;
}
.sideTower .sideWidget#custom_html-3 {
	border: none;
	padding-top: 0 !important;
}
.sideTower .sideWidget .textwidget {
	background-color: transparent;
	border: none;
}
.sideTower .sideWidget .textwidget p.side-campaign img {
	width: 100%;
	max-width: 100%;
}
.sideTower .sideWidget#custom_html-3 .textwidget {
	padding-top: 0 !important;
}

/* アコーディオンメニュー */
.ac-menu {
	margin-bottom: -30px;
}
.ac-menu:last-child {
	margin-bottom: 60px;
}
.ac-menu input {
	display: none;
}
.ac-menu label {
	background: #d1ebf6;
	padding: 15px;
	cursor: pointer;
	position: relative;
	display: block;
}
.ac-menu label:first-letter {
	padding-right: 10px;
	font-size: 20px;
	color: #122186;
}
.ac-menu label:after {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform : translateY(-50%);
	-ms-transform : translateY(-50%);
	    transform : translateY(-50%);
	content: "＋"; /* アイコン */
}
.ac-menu input:checked ~ label::after {
	content: "×";
}
.ac-menu div {
	height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.ac-menu input:checked ~ div {
	height: auto;
	opacity: 1;
	padding: 20px 10px 0;
	margin: -10px 0 20px;
	background: #f3f3f3;
}
.ac-menu-inside {
	line-height: 2;
}
.ac-menu-inside p.answer {
	font-size: 16px;
}
.ac-menu-inside p.answer:first-letter {
	padding-right: 10px;
	font-size: 20px;
	color: #dc5800;
}
.ac-menu-inside p span {
	color: #f00;
}

/* フローステップ */
ul.stepflow {
	border: none;
	margin: 1em 0.5em;
	padding: 0;
	list-style: none;
}
ul.stepflow > li:before, ol.stepflow > li:before {
	background-color:#cccccc!important;
}
.stepflow li {
	position: relative;
	padding: 0 0 1.5em 1.8em;
}
.stepflow>li:before {
	content: "";
	width: 3px;
	background: #cccccc;
	display: block;
	position: absolute;
	top: 28px;
	bottom: 0;
	left: 12px;
}
.stepflow-blue {
	content: '';
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: solid 3px #0099d9;
	background-color: #0099d9;
}
.stepflow_label {
	padding: 5px 8px;
	margin: 0 0 8px 40px;
	background-color: #e88000;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}
.stepflow_title {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 15px 40px;
}
.stepflow_content {
	font-size: .9em;
	line-height: 1.5;
	margin: .5em 0 0 40px;
	padding: 0 0 1.5em;
	border-bottom: dashed 1px #cccccc;
}
dl.feature-A {
	margin: 30px auto 0;
	width: 100%;
	max-width: 500px;
}
dl.feature-A dd {
	margin: 0 0 30px;
}
dl.feature-A dt {
	clear: left;
	float: left;
	width: 70px;
	padding: 8px 0;
	font-size: 18px;
	color: #fff !important;
	background-color: #0ff;
	text-align: center;
	line-height: 1em;
	border-radius: 5px;
}
dl.feature-A dd {
	padding: 6px 0 0 80px;
}
dl.feature-A dd span.pick {
	font-size: 16px;
	font-weight: bold;
	color: #f00;
}
dl.feature-B {
	margin: 50px 0 0;
}
dl.feature-B dt {
	clear: left;
	float: left;
	width: 70px;
	height: 62px;
	padding: 8px 0 0;
	margin: 0 0 10px;
	color: #fff !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#0099d9), to(#007cb0));
	background: -o-linear-gradient(#0099d9, #007cb0);
	background: linear-gradient(#0099d9, #007cb0);
	font-size: 22px;
	text-align: center;
	line-height: 1.3em;
	border-radius: 10px;
}
dl.feature-B dd {
	padding: 8px 0 0 85px;
	margin: 0 0 10px;
	color: #008bc5;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3em;
}
dl.feature-B div {
	clear: left;
	padding: 0 30px;
	margin: 0 0 30px;
}
dl.feature-B div span {
	color: #f00;
}
.forte{
	padding: 1.5em 1em 1.5em;
	margin: 2em 0;
	color: #5989cf;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
		     -1px 1px 0 #FFF, 1px -1px 0 #FFF,
		     0px 1px 0 #FFF,  0-1px 0 #FFF,
		     -1px 0 0 #FFF, 1px 0 0 #FFF;
	background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: -o-repeating-linear-gradient(135deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	border-bottom: solid 6px #dee6ed;
	border-radius: 9px;
	font-size: 18px;
	line-height: 2.5em;
	text-align: center;
}
.forte span {
	color: #cf6c59;
	font-size: 22px;
	font-weight: bold;
}
table.request-form {
	width: 100%;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
	font-size: 14px;
}
table.request-form td {
	padding: 20px;
	border: 1px solid #478188;
	word-wrap: break-word !important;
}
table.request-form td {
	background: #d9f0f3;
}
table.request-form tr:nth-child(even) td {
	background: #fafafa;
}
table.request-form td .required {
	padding: 3px 5px;
	margin: 0;
	color: #fff;
	background: #fc7d77;
	border-radius: 3px;
}
table.request-form td .attention01 {
	color: #999;
	font-size: .9em;
}

@media screen and (min-width: 770px) {
	.heading03 {
		margin: 70px 0 0;
	}
	.top-style01 {
		font-size: 1.8rem;
		line-height: 1.3em;
	}
	.top-style02 {
		margin: 30px 0 0;
		font-size: 1.5rem;
		text-align: center;
	}
	.top-style02 span {
		font-size: 2rem;
	}
	.top-style03 {
		margin: 30px 0 0;
		padding: 3px 0 5px 10px;
		font-size: 1.7rem;
	}
	.top-style04 {
		margin: 40px 0 0;
		font-size: 1.1rem;
		line-height: 1.5em;
	}
	.top-style04 img {
		float: right;
		width: 250px;
		padding: 0 0 10px 15px;
	}
	ul.top-recommendation li .course-comment {
		line-height: 2.3em;
	}
	ul.top-recommendation li .course-comment img {
		margin: 0 15px 0 0 !important;
		float: left;
		-webkit-transform: rotate(-1.5deg);
		-moz-transform: rotate(-1.5deg);
	}
	ul.top-recommendation li .play-fee {
		font-size: 1.2rem;
	}
	ul.top-recommendation li td {
		font-size: 1rem;
	}
	ul.top-popular li {
		width: 48%;
		padding: 0;
		margin: 0 2% 2% 0;
	}
	ul.top-popular li h3 {
		padding: 10px 15px;
		margin: 0 0 13px;
		font-size: 1rem;
	}
	ul.top-popular li img {
		padding: 0 0;
	}
	ul.top-popular li dl.popular-price {
		margin: 10px 0 20px;
		font-size: 1rem;
	}
	ul.top-popular li dl.popular-price dt {
		clear: left;
		float: left;
		width: 120px;
		padding: 0 0 5px;
		margin: 0 0 5px;
		text-align: right;
	}
	ul.top-popular li dl.popular-price dd {
		margin: 0 10% 5px;
		padding: 1px 0 5px 110px;
	}
	.stepflow_label {
		float: left;
	}
	.stepflow_title {
		float: left;
		padding: 3px 0px 8px 0;
		margin: 0 0 10px 15px;
		color: #e88000;
	}
	.stepflow_content {
		clear: both;
	}
}

@media screen and (max-width: 769px) {
	.top-appeal {
		padding: 15px 10px;
		margin: 0 0 30px;
		font-size: 2rem;
		line-height: 1.4em;
	}
	.top-style04 {
		text-align: center;
	}
	ul.top-recommendation li .course-comment {
		text-align: center;
	}
	ul.top-recommendation li .course-comment img {
		margin: 0 0 15px !important;
	}
	dl.feature-B dt {
		font-size: 18px;
		width: 60px;
		height: 52px;
		padding: 8px 0 0;
	}
	dl.feature-B dd {
		font-size: 18px;
		padding: 8px 0 0 67px;
	}
	ul.top-popular li .top-aboutcourse-btn a {
		padding: 10px 15px;
		font-size: 12px;
	}
	.mt10{margin-top:5px !important;}
	.mt20{margin-top:10px !important;}
	.mt30{margin-top:15px !important;}
	.mt40{margin-top:20px !important;}
	.mt50{margin-top:25px !important;}
	.mt60{margin-top:30px !important;}
	.mt70{margin-top:35px !important;}
	.mt80{margin-top:40px !important;}
	.mt90{margin-top:45px !important;}
	.mt100{margin-top:50px !important;}
}


/*** 20250205追加
***********************************/
p.minpaku-txt {
	margin-top: 20px;
	text-align: center;
}
/* .minpaku-btn {
	margin: 0 0 50px !important;
}
.minpaku-btn li {
	list-style: none !important;
	margin: 20px 0 0;
	text-align: center;
} */
@media screen and (min-width: 770px) {
	p.minpaku-txt {
		font-size: 1.2rem;
	}
	/* .minpaku-btn {
		display: flex;
		justify-content: space-around;
		margin: 0 0 40px !important;
	}
	.minpaku-btn li {
		margin: 0 0 0;
	} */
}
.minpaku-bnr-container {
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	margin: 0!important;
}
.minpaku-bnr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	max-width: 290px;
	margin: 10px auto;
	list-style: none !important;
	box-shadow: 0 3px 6px rgba(0,0,0,0.3);
	border-radius: 6px;
	text-align: center;
}
.minpaku-bnr img {
	display: none;
}
@media screen and (min-width: 770px) {
	.minpaku-bnr {
		margin: 10px;
		max-width: none;
		padding-right: 10px !important;
		flex-direction: row;
	}
	.minpaku-bnr img {
		display: block;
	}
}
.minpaku-wrap {
	padding: 20px 16px 0;
}
@media screen and (min-width: 770px) {
	.minpaku-wrap {
		padding: 10px 16px;
	}
}
.minpaku-bnr .minpaku-wrap img {
	display: inline-block;
}
@media screen and (min-width: 770px) {
	.minpaku-bnr .minpaku-wrap img {
		display: none;
	}
}
.minpaku-bnr a {
	display: block;
	max-width: 160px;
	margin: 10px auto 20px;
}
@media screen and (min-width: 770px) {
	.minpaku-bnr a {
		margin: unset;
	}
}
.minpaku-bnr a img {
	display: block;
}
@media screen and (min-width: 770px) {
	.minpaku-bnr-text {
		margin-bottom: 0 !important;
		line-height: 1.4 !important;
		max-width: 270px;
	}
}
.minpaku-bnr-text:first-child {
	margin-bottom: 10px !important;
	font-size: 12px;
}