@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	各固定ページ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	body直下にid名「wrapper」のdivがあります。
	こちらには、固定ページごとに異なるclass名(post-〇)が付与されますので、
	ご活用ください。

	【例】
	<body>
	<div id="wrapper" class="post-2 page type-page status-publish has-post-thumbnail hentry">

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ================================================================================

	レイアウト

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#wrapper{
	}

	main.outer_wrap {
		position: relative;
		max-width: none;
		width: 100%;
		min-height: 50vh;
		display: block;
		padding: 80px 0 90px;
		margin: 0 auto;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
}




/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#wrapper {
	}

	main.outer_wrap {
		position: relative;
		width: 100%;
		min-height: 50vh;
		padding: 8vw 0 9vw;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		padding: 0 4vw;
	}
}






/* ================================================================================

	メイン画像

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.m-cate_wrap {
		position: relative;
		background-color: #f5f5f5;
		width: auto;
		height: 26vw;
	}
	.m-cate_wrap_in {
		display: table;
		background: url(../img/main_cate.jpg) center top no-repeat;
		background-size: cover;
		width: 100%;
		height: 100%;
		padding: 4.16vw 0 0;
	}
	.m-cate_wrap_in h2 {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		font-size: 3vw;
		font-weight: 600;
		letter-spacing: 0.05em;
		line-height: 1;
	}
}




/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	.m-cate_wrap {
		position: relative;
		background-color: #f5f5f5;
		width: auto;
		height: 50vw;
	}
	.m-cate_wrap_in {
		display: table;
		background: url(../img/main_cate.jpg) center top no-repeat;
		background-size: cover;
		width: 100%;
		height: 100%;
	}
	.m-cate_wrap_in h2 {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		font-size: 8vw;
		font-weight: 600;
		letter-spacing: 0.05em;
		line-height: 1;
	}

}





/* ================================================================================

	レイアウトボックス

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.bottom_long {
		margin: 0 0 120px 0;
	}
	.bottom_middle {
		margin: 0 0 80px 0;
	}
	.bottom_short {
		margin: 0 0 40px 0;
	}

	.row_bg {
		position: relative;
		padding: 80px 0;
	}
}




/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.bottom_long {
		margin: 0 0 18vw 0;
	}
	.bottom_middle {
		margin: 0 0 12vw 0;
	}
	.bottom_short {
		margin: 0 0 6vw 0;
	}

	.row_bg {
		position: relative;
		padding: 12vw 4vw;
		margin-left:-4vw;
		margin-right:-4vw;
	}
}






/* ================================================================================

	共通見出し

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* h2見出し */
	.title_cate_h2 {
		margin: 0 0 40px 0 !important;
	}
	.title_cate_h2 h2 {
		position: relative;
		text-align: center;
		font-size: 20px;
		font-weight: 300;
		line-height: 1.6 !important;
		padding: 0 0 1.2em 0 !important;
	}
	.title_cate_h2 h2 span {
		font-size: 36px;
		font-weight: 700;
		/* 明朝 */ font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','Sawarabi Mincho','HG明朝B',serif;
		letter-spacing: 0.1em;
	}
	.title_cate_h2 h2:after {
		position: absolute;
		bottom: 0;
		left: 50%;
		margin: 0 0 0 -27px;
		content: "";
		display: block;
		width: 54px;
		height: 3px;
	}

}




/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* h2見出し */
	.title_cate_h2 {
		margin: 0 0 6vw 0 !important;
	}
	.title_cate_h2 h2 {
		position: relative;
		text-align: center;
		font-size: 4vw;
		font-weight: 300;
		line-height: 1.6 !important;
		padding: 0 0 1.2em 0 !important;
	}
	.title_cate_h2 h2 span {
		font-size: 7vw;
		font-weight: 700;
		/* 明朝 */ font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','Sawarabi Mincho','HG明朝B',serif;
		letter-spacing: 0.1em;
	}
	.title_cate_h2 h2:after {
		position: absolute;
		bottom: 0;
		left: 50%;
		margin: 0 0 0 -4.2vw;
		content: "";
		display: block;
		width: 8.4vw;
		height: 2px;
	}

}




/* ================================================================================

	共通ボタン

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* リンクボタン */
	.link_cate01 {
		text-align: center;
	}
	.link_cate01 a {
		position: relative;
		display: inline-block;
		padding: 0.8em 4em;
		border: 1px solid;
		font-size: 24px;
		font-weight: 700;
		font-family: 'Open Sans Condensed' ,'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
		letter-spacing: 0.1em;
		line-height: 1;
		text-align: center;
	}
	.link_cate01 a:after {
		position: absolute;
		content: "\f105";
		font-family: FontAwesome;
		right: 0.8em;
		top: 0.8em;
	}

}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* リンクボタン */
	.link_cate01 {
		text-align: center;
	}
	.link_cate01 a {
		position: relative;
		display: inline-block;
		padding: 0.8em 4em;
		border: 1px solid;
		font-size: 4vw;
		font-weight: 700;
		font-family: 'Open Sans Condensed' ,'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
		letter-spacing: 0.1em;
		line-height: 1;
		text-align: center;
	}
	.link_cate01 a:after {
		position: absolute;
		content: "\f105";
		font-family: FontAwesome;
		right: 0.8em;
		top: 0.8em;
	}
}




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	ここから各固定ページ

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ================================================================================

	COMPANY

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 代表者名 */
	.title_ceo {
		text-align: right;
		font-size: 21px;
	}
	.title_ceo span {
		font-size: 20px;
		margin: 0 0.5em 0 0;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 代表者名 */
	.title_ceo {
		text-align: right;
		font-size: 5vw;
		margin-top: 8vw;
	}
	.title_ceo h3{
		line-height: 6vw!important;
	}
	.title_ceo span {
		font-size: 4vw;
		margin: 0 0.5em 0 0;
	}
}





/* ================================================================================

	CONTACT

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.cate_contact_text {
		padding: 40px 80px;
		margin: 0 0 40px 0 !important;
		border: 1px solid #cccccc;
	}
	.cate_contact_text h3 {
		font-size: 18px;
	}

	/* リンクボタン */
	.link_top01 {
		text-align: left;
	}
	.link_top01 ul {
		font-size: 0;
		margin: 0 -1vw 0 0;
	}
	.link_top01 ul li {
		display: inline-block;
		vertical-align: top;
		margin: 0 1vw 0 0;
	}
	.link_top01 ul li:last-of-type {
		margin: 0;
	}

	.link_top01 a {
		position: relative;
		display: inline-block;
		padding: 0.8em 4em;
		border: 1px solid #96426f;
		color: #96426f;
		font-size: 18px;
		font-weight: 700;
		/* 明朝 */ font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','Sawarabi Mincho','HG明朝B',serif;
		letter-spacing: 0.1em;
		line-height: 1;
		text-align: center;
	}
	.link_top01 a:after {
		position: absolute;
		content: "\f105";
		font-family: FontAwesome;
		right: 0.8em;
		top: 0.8em;
	}

	.link_top01b a {
		border: none;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.cate_contact_text {
		padding: 4vw;
		margin: 0 0 6vw 0 !important;
		border: 1px solid #cccccc;
	}
	.cate_contact_text h3 {
		font-size: 4vw;
	}

	/* リンクボタン */
	.link_top01 {
		text-align: center;
	}
	.link_top01 ul {
		font-size: 0;
		margin: 0 0 -3vw 0;
	}
	.link_top01 ul li {
		margin: 0 0 3vw 0;
	}
	.link_top01 ul li:last-of-type {
		margin: 0;
	}
	.link_top01 a {
		position: relative;
		display: inline-block;
		width: 60%;
		padding: 0.8em 0;
		border: 1px solid #96426f;
		color: #96426f;
		font-size: 4vw;
		font-weight: 700;
		/* 明朝 */ font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','Sawarabi Mincho','HG明朝B',serif;
		letter-spacing: 0.1em;
		line-height: 1;
		text-align: center;
	}
	.link_top01 a:after {
		position: absolute;
		content: "\f105";
		font-family: FontAwesome;
		right: 0.8em;
		top: 0.8em;
	}
}





/* ================================================================================

	PRICE

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.lesson_wrap .menu_table01 th {
		width: 60% !important;
		font-size: 18px;
	}
	.lesson_wrap .menu_table01 td {
		width: 40% !important;
		font-size: 18px;
	}
	.tax p {
		padding: 8px;
	}
	.lb_biko{
		background-color:#e4edf9;
		padding:30px;
		color: #96426f;
	}
	.lb_biko_midashi{
		font-size: 24px;
		text-align: center;
		padding-bottom: 18px;
		border-bottom: 1px solid;
		margin-bottom: 20px;
	}

	.lesson_img img {
		width: auto;
		height: 320px;
	}
}

/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.lesson_wrap .menu_table01 th {
		width: 50% !important;
	}
	.lesson_wrap .menu_table01 td {
		width: 50% !important;
	}
	.tax p {
		padding: 2vw;
	}
	.lb_biko{
		background-color:#e4edf9;
		padding:5vw;
		color: #96426f;
	}
	.lb_biko_midashi{
		font-size: 5vw;
		text-align: center;
		padding-bottom: 18px;
		border-bottom: 1px solid;
		margin-bottom: 20px;
	}

	.lesson_img img {
		width: 100%;
		height: 60vw;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
	}
}





/* ================================================================================

	GALLERY

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.top_gallery_img img{
		width:333px;
		height:230px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
	}
}

/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.gallery_box a {
		pointer-events: none;
	}
}
