@charset "utf-8";
/*==================================================
	タブレットのみ適応
==================================================*/
@media only screen and (max-width: 768px) and (min-width: 641px){
	.dsp_smt { display: none; }
}
/*==================================================
	タブレット・スマホに適応
==================================================*/
@media only screen and (max-width: 768px) {
	.dsp_hp { display: none; }

	/* ベースカラー*/
	#switchBtnArea #switchBtn { background: #1956a5; }
	#rwdMenuWrap { background: #1956a5; }

	/* ヘッダ */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 58px;
		background: #fff;
		z-index: 9997;
	}
	#header h1.title {
		width: 180px;
		height: 60px;
	}
	#header h1.title img {
		width: auto;
		max-height: 40px;
	}
	/* お問い合わせ */
	#header .contact {
		height: 100%;
		padding-bottom: 3px;
		box-sizing: border-box;
	}
	#header .contact .tel a,
	#header .contact .btn a {
		width: 40px;
		height: 40px;
		border: 1px solid #f50609;
		border-radius: 50%;
		box-sizing: border-box;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header .contact .tel a img,
	#header .contact .btn a img {
		width: 20px;
	}
	#header .contact .btn {
		margin-left: 6px;
		padding-right: 50px;
	}
	#header .contact .txt,
	#header .contact .tel span,
	#header .contact .btn span {
		display: none;
	}
	#page_title .sub img {
		height: 150px;
		object-fit: cover;
	}
	#page_title .sub span.hndl {
		font-size: 40px;
		top: 15px;
	}
	#page_title .sub span.mp2 {
		font-size: 25px;
		bottom: 15px;
	}
	/* コンテナ */
	#container {
		padding-top: 58px;
	}
	#container h3 {
		font-size: 26px;
	}
	#container h3 span.hndl {
		font-size: 48px;
	}
	#container h3.sub {
		min-height: inherit;
		font-size: 35px;
		padding: 15px 0 15px 15px;
	}
	#container h3.sub span {
		font-size: 20px;
	}
	#container h3.sub::before {
		width: 80vw;
		min-width: inherit;
	}
	#container h3.sub.short::before {
		width: 70vw;
	}
	#container h3.sub::after {
		top: 15px;
		min-height: 80px;
	}
	#container h3.sub02 {
		font-size: 22px;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	#container h3.sub02 span {
		font-size: 16px;
	}
	#container h3.sub03 {
		font-size: 23px;
	}
	.main {
		padding-left: 20px;
		padding-right: 20px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	/* フッター */
	#footer .btn a {
		padding: 0 30px;
		font-size: 110%;
		line-height: 50px;
	}
	#footer .box dl {
		width: 48.5%;
		margin-bottom: 20px;
	}
	#footer .box .calendar {
		width: 100%;
	}
	#footer .link {
		display: block;
	}
	#copyright {
		height: 30px;
		line-height: 30px;
		font-size: 10px;
		text-align: center;
	}
	/* パンくずリスト */
	#page_navi {
		margin-bottom: 20px;
		padding-top: 15px;
		font-size: 11px;
	}
	/* 枠のマージン・パディング */
	.mb,.mb02 { margin-bottom: 60px; }
	.pt,.pt02 { padding-top: 60px; }
	.pb,.pb02 { padding-bottom: 60px; }
	/* アンカーリンク用上部スペース */
	.pad_anchor {
		margin-top: -60px;
		padding-top: 60px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#top_ttl .ttl {
		top: 31%;
		left: 50%;
		font-size: 4vw;
	}
	#top_ttl .ttl span {
		font-size: 6.5vw;
	}
	#top_ttl .ttl b {
		top: -30%;
		font-size: 3.5vw;
	}
	#top_ttl .txt b {
		font-size: 2.8vw;
	}
	#top_ttl .txt span {
		font-size: 1.8vw;
	}
	/* 挨拶 */
	#top_msg .ttl h3 span.hndl {
		top: -30px;
		font-size: 60px;
	}
	#top_msg .ttl h3 span.pick {
		font-size: 32px;
	}
	@media print, screen and (min-width: 641px){ /* PC用 */
		#top_msg .ttl {
			width: 45%;
		}
		#top_msg .txt {
			width: 50%;
		}
	}
	/**/
	#top_about h3 {
		padding-left: 30px;
	}
	#top_about h3 .hndl {
		top: -20px;
		left: -30px;
	}
	#top_about li {
		padding: 14px 18px;
		padding-left: 50px;
		background-position: 18px 22px;
		background-size: 18px auto;
		font-size: 115%;
	}
	#top_about li span {
		font-size: 120%;
	}
	#top_about .in {
		padding: 15px 30px;
		font-size: 115%;
	}
	#top_about .in .pick {
		font-size: 120%;
	}
	@media print, screen and (min-width: 641px){ /* PC用 */
		#top_about .box_flex {
			align-items: initial;
		}
		#top_about .photo img {
			object-fit: cover;
			width: 100%;
			height: 100%;
			max-width: none;
		}
	}
	/**/
	#top_coupon {
		padding: 20px 0;
	}
	#top_coupon dt {
		font-size: 30px;
	}
	/* コンテンツ */
	#top_contents .photo h3 {
		font-size: 30px;
	}
	#top_contents .photo h3 span.hndl {
		font-size: 50px;
	}
	/* お知らせ */
	#top_info h3 {
		font-size: 22px;
	}
	#top_info h3 span.pick {
		font-size: 40px;
	}
	#top_info dl {
		padding: 15px 0;
	}
	@media print, screen and (min-width: 641px){ /* PC用 */
		#top_info .txt {
			width: calc(100% - 160px)
		}
	}
	/**/
	#top_bana {
		column-gap: 30px;
		row-gap: 20px;
	}
	#top_bana li a {
		width: 250px;
		height: 80px;
	}
	#top_bana li a img {
		object-fit: contain;
		width: 100%;
		height: 100%;
		max-width: none;
	}
	
	/*--------------------------------------------------
		レッスン・クラス案内
	--------------------------------------------------*/
	#lesson .class_box .osusume_box {
		width: 35%;
		font-size: 16px;
		margin-right: 0;
	}
	#lesson .class_box .in {
		justify-content: space-between;
		align-items: center;
	}
	#lesson .class_box ul {
		width: 60%;
	}
	#lesson .class_box li {
		font-size: 14px;
	}
	#lesson .class_box li span {
		font-size: 18px;
	}
	#lesson .class_box li::before {
		width: 20px;
	}
	#lesson .class_main_box  ul {
		width: 60%;
	}
	#lesson .class_main_box  li {
		font-size: 14px;
	}
	#lesson .class_main_box  li span {
		font-size: 18px;
	}
	#lesson .class_main_box  li::before {
		width: 20px;
		top: 5px;
	}
	#lesson .class_main_box .img_box {
		width: 35%;
	}
	#lesson .class_box dl {
		min-width: inherit;
		width: 100%;
	}
	#lesson .class_box dt {
		font-size: 16px;
		min-height: 40px;
	}
	#lesson .students_box .fukidashi_box .fukidashi {
		margin-top: 30px;
	}
	#lesson .students_box .fukidashi_box .fukidashi .txt {
		font-size: 16px;
		line-height: 1.8em;
		letter-spacing: normal;
	}
	#lesson .students_box .fukidashi_box .fukidashi span {
		font-size: 20px;
	}
	#lesson .students_box .fukidashi_box .fukidashi .txt::before,#lesson .students_box .fukidashi_box .fukidashi .txt::after {
		bottom: 0;
	}
	#lesson .students_box .box_in {
		padding: 15px;
	}
	#lesson .students_box .box_in .ttl {
		width: 100%;
		font-size: 18px;
		line-height: 1.8em;
		letter-spacing: normal;
		text-align: center;
	}
	#lesson .students_box .box_in ul {
		width: 100%;
	}
	/*--------------------------------------------------
		サブページ
	--------------------------------------------------*/
	#price .box .in,#price .box .in:last-of-type, #price .box .in:nth-last-of-type(2) {
		width: 100%;
		margin-bottom: 30px;
	}
	#price .box .in:last-of-type {
		margin-bottom: 0;
	}
	#price .box .in .tbl {
		width: 100%;
	}
	#price .box .in th, #price .box .in td {
		padding: 10px;
	}
	#price .box .in .cen_tbs th {
		text-align: center;
	}
	#price .box .in .ttl {
		font-size: 18px;
	}
	#price .box .in .img {
		text-align: center;
	}
	#price .box .in img {
		width: 80%;
	}
	/*--------------------------------------------------
		講師紹介・FAQ
	--------------------------------------------------*/
	#instructor .ttl {
		padding: 30px 0;
		justify-content: flex-start;
		width: 300px;
		margin-top: 50px;
		margin-bottom: 30px;
	}
	#instructor .ttl h3 {
		font-size: 28px;
	}
	#instructor .ttl h3 span.hndl {
		top: -60px;
		left: 0;
		font-size: 40px;
	}
	#instructor .fst_msg {
		margin-bottom: 40px;
	}
	#instructor .list {
		max-width: 640px;
		margin: 0 auto;
	}
	#instructor .list .box {
		width: 290px;
		margin-bottom: 40px;
	}
	#instructor .list .box .img {
		margin-bottom: 10px;
	}
	#instructor .list .box dl {
		font-size: 20px;
		margin-bottom: 10px;
	}
	#instructor .faq dl {
		margin-bottom: 40px;
	}
	#instructor .faq dl dt {
		padding: 15px 15px 15px 80px;
		margin-bottom: 15px;
		font-size: 18px;
	}
	#instructor .faq dl dt .maru {
		top: 13px;
	}
	#instructor .faq dl dd .blue {
		font-size: 18px;
	}
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#mailform .tbl {
		border-bottom: 1px solid #BBB;
	}
	#mailform .tbl th,
	#mailform .tbl td {
		display: block;
		width: auto;
		border-bottom: none;
	}
	#mailform .tbl input[type="text"],
	#mailform .tbl textarea {
		font-size: 120%;
	}
	#mailform .btn input {
		width: 120px;
	}

/*------------------------------------------------*/
}