@charset "UTF-8";
/*
Theme Name: onlinesalon_child
Description: オンラインサロンの子テーマ （八尋真理子特別会員対応版）
Template: onlinesalon_theme		
Version: 1.0
*/

body {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.7;
}

a {
	color: #1E5A7C;
}

/* シングルページ
-------------------------------------------------------------- */
/* シングルページ共通
------------------------------ */
main.singlepage h1 {
	margin-bottom: 1em;
	position: relative;
	padding: 0 10px 0 0;
	z-index: 1;
}
h1, h1 a, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #9f844d;
}
main > .container > .row > div.col-md-8:first-child {
	margin-top: 50px;
}
main.singlepage #comments {
	margin-top: 100px;
}
main.singlepage h2 {
	text-align: left;
	overflow: hidden;
	position: relative;
	padding-bottom: 4px;
	margin-bottom: 16px;
	font-weight: normal;
}
main.singlepage h2:before {
	content: "";
	border-bottom: 2px solid #d1ae69;
	bottom: 0;
	height: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}
main.singlepage h2:after {
	border-bottom: 2px solid #ccc;
	bottom: 0;
	content: "";
	position: absolute;
	width: 100%;
	z-index: 1;
}
main.singlepage #sidebar h2 {
	font-size: 24px;
	padding: 30px 0 12px;
	text-align: center;
	margin-bottom: 0;
	font-weight: 700;
}
main.singlepage #sidebar h2:before {
	border: none;
}
main.singlepage #sidebar h2:after {
	border: none;
}
.sidebar > ul > li.cat-item {
	border-bottom: 1px solid #ccc;
}
main.singlepage h3 {
	text-align: left;
	font-weight: normal;
	position: relative;
	padding: 8px 25px;
	color: #9f844d !important;
}
main.singlepage .contentMain h3:before {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #9f844d;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
	left: 0;
}
main.singlepage .contentMain h3:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #9f844d;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
	left: 4px;
}

.um input[type="submit"].um-button, 
.um input[type="submit"].um-button:focus, 
.um a.um-button, .um a.um-button.um-disabled:hover, 
.um a.um-button.um-disabled:focus, 
.um a.um-button.um-disabled:active {
	background: #d1ae69 !important;
}
.um .um-button.um-alt, 
.um input[type="submit"].um-button.um-alt {
	color: #fff !important;
}
.um .um-button.um-alt::before, 
.um input[type="submit"].um-button.um-alt::before {
	color: #fff !important;
}


/* 固定ページ
-------------------------------------------------------------- */
/* 固定ページ共通
------------------------------ */
body.page main.page .page_title > h2 {
	color: #000;
}
/* HOME
------------------------------ */
/*body.page-home section {
	padding: 0;
}*/
body.page-home .sectionTitle > h2 {
	color: #d1ae69;
}
body.page-home .sectionTitle > h2 > span {
	display: block;
	font-size: 0.6em;
	line-height: 1em;
}
body.page-home .subsidyNote {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.main-visual-base {
	margin: 0;
	padding: 0;
	height:700px;
	width: 100%;
	position: relative;
}




/* 会員機能セクション */
section.function {
	background-color: rgba(250, 190, 2, 0.1);
}
section.function .salon_wrap {
	border: solid 1px #fabe02;
	border-radius: 8px;
}
section.function .salon_wrap i {
	color: #fabe02;
}
section.function .salon_wrap h3 {
	color: #9f844d;
}
/* 会員機能セクションここまで */
.btn-touroku {
	background: #D1AE69;
	color: #fff;
}
.btn-touroku:hover {
	background: #ebc884;
	color: #fff;
}
.btn-login {
	background: #222;
	color: #fff;
}
.btn-login:hover {
	background: #454545;
	color: #fff;
}
.fp_160f69 {
	background: rgba(139, 69, 19, 0.8);
}
section.function .col-md-4 p {
	padding-right: 70px;
	padding-left: 20px;
}
.infosalon > img {
	max-width: 400px;
}
/* 会員登録関連
------------------------------ */
/* サイドバー非表示 */
body.page-register-child main.page > .container > .page_wrap > .row > .col-md-8, body.page-login main.page > .container > .page_wrap > .row > .col-md-8 {
	width: 100%;
}
body.page-register-child main.page > .container > .page_wrap > .row > .col-md-4, body.page-login main.page > .container > .page_wrap > .row > .col-md-4 {
	display: none;
}

body.page-register-child .progressbar 
,body.page-complete_basic .progressbar 
{
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.page-complete_basic .progressbar .item {
	width: 50%;
}
body.page-register-child .progressbar .item.active
,body.page-complete_basic .progressbar .item.active
 {
	background: #d1ae69;
	color: #fff;
}
body.page-register-child .progressbar .item.active:not(:last-child)::after {
	border-left-color: #d1ae69;
}

/* form-nav */
.progressbar {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.progressbar .item {
	position: relative;
	width: 33%;
	text-align: center;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 13px 0;
	line-height: 1.5;
	background: #f0f0f0;
	color: #999999;
}

.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 100%;
	content: '';
	border: 37px solid transparent;
	border-left: 20px solid #f0f0f0;
	margin: auto;
}

.progressbar .item:not(:last-child)::before {
	margin-left: 1px;
	border-left-color: #FFF;
}

@media screen and (max-width: 768px) {
	.progressbar .item {
		font-size: 11px;
		line-height: 1.4;
		padding: 10px 0;
	}

	.progressbar .item:not(:last-child)::before,
	.progressbar .item:not(:last-child)::after {
		border-width: 25px;
		border-left-width: 12px;
	}
}

/* active */
.progressbar .item.active {
	z-index: 1;
	background: #038BBB;
	color: #FFF;
}

.progressbar .item.active:not(:last-child)::after {
	border-left-color: #038BBB;
}

.progressbar .item.active:not(:last-child)::before {
	border-left: none;
}

/*body.page-register-child .progressbar 
,body.page-complete_basic .progressbar 
{
	-ms-flex-pack: center !important;
	justify-content: space-between;
}
.page-complete_basic .progressbar .item {
	width: 50%;
}

.progressbar {
	display: flex;
	max-width: 600px;
	margin: auto;
}

.page-basic .progressbar .item {
	padding: .5rem 1.6rem;
	margin: 0 .5rem;
	width: 45%;
}
.page-gold .progressbar .item {
	padding: .5rem 1.6rem;
	margin: 0 .5rem;
	width: 30%;
}
body.page-register-child .progressbar .item.active
,body.page-complete_basic .progressbar .item.active
 {
	background: #d1ae69;
	color: #fff;
}
body.page-register-child .progressbar .item.active:not(:last-child)::after {
	border-left-color: #d1ae69;
}
/* form-nav */
/*.progressbar {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.progressbar .item {
	position: relative;
	width: 30%;
	text-align: center;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 13px 0;
	line-height: 1.5;
	background: #f0f0f0;
	color: #999999;
}

.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 100%;
	content: '';
	border: 30px solid transparent;
	border-left: 20px solid #f0f0f0;
	margin: auto;
}

.progressbar .item:not(:last-child)::before {
	margin-left: 1px;
	border-left-color: #FFF;
}
*/


/* ボタン */
body.page-register-child .um form input[type=submit].um-button, body.page-login .um form input[type=submit].um-button, body.page-login .um form a.um-button {
	background: #d1ae69 !important;
	color: #fff !important;
}
body.page-register-child .um form input[type=submit].um-button:hover, body.page-login .um form input[type=submit].um-button:hover, body.page-login .um form a.um-button:hover {
	background: #d1ae69 !important;
	color: #fff !important;
}
/* pagenation */
div.container-page {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
div.container-page .page-numbers {
	padding: 0 0.5em;
}
/* ultimate member */
a.um-link {
	color: #d1ae69 !important;
}
/*マイページ　　プロフィールメニュー*/
.um-profile-nav-item.active a {
	background: #3ba1da !important;
}

.um-role-wpfs_basic .um-profile-nav-lms_courses 
,.um-role-wpfs_basic .um-profile-nav-messages 
{
	display: none;
}


footer {
	padding: 50px 0 0;
	border-bottom: 10px solid #d1ae69;
	background: rgba(209, 174, 105, 0.15);

}
footer #menu-member li.menu-item a {
	color: #333;
}
footer #menu-member li.menu-item a:hover {
	color: #9f844d;
}
footer #menu-common li.menu-item a {
	color: #333;
}
footer #menu-common li.menu-item a:hover {
	color: #9f844d;
}
footer .footer_logo {
	margin: 0px auto 50px;
	width: 280px;
}
.footer_menu_wrap li {
	display: flex;
	align-self: auto;
	flex: 1;
	border-right: 1px solid #888;
	min-width: 0;
}
.footer_menu_wrap li:first-child {
	border-left: 1px solid #888;
}
.footer_menu_wrap li a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	text-decoration: none;
	text-align: center;
	word-break: break-all;
	box-sizing: border-box;
}

@media (max-width: 480px){

.footer_menu_wrap li:first-child {
	border-left: none;
}
.footer_menu_wrap li {
	border-right: none;
	border-bottom: 1px solid #888;
	padding: 15px 0;
}
}

/* お知らせセクションここまで */
/* ヘッドラインセクション */
body.page-home section.headline {
	background-color: rgba(139, 69, 19, 0.1)
}
/* ヘッドラインセクションここまで */
/* 会員登録セクション */
section.regist {
	background: rgba(139, 69, 19, 0.8);
}
section.regist h2 {
	color: #fff;
}
section.regist button.btn {
	width: 100%;
	padding: 10px 0;
	border-radius: 30px;
	font-size: 20px;
	font-weight: bold;
	background-color: #000 !important;
	color: #fff !important;
	/*
	border: solid 1px #fabe02 !important;
	*/
}
section.regist a:hover button.btn {
	background-color: #d1ae69 !important;
	color: #000 !important;
}

/*----------
Header
----------*/
.header_logo {
	margin: 8px 0 0 !important;
	padding: 0px;
	text-align: center;
}
.header_logo h1 {
	margin: 0;
	width: 300px;
}
.header_logo span {
	background: #44adcd;
	color: #fff;
	font-size: 14px;
	padding: 3px 10px;
}
/*@media (max-width: 767.98px) {
	.header_logo {
		padding: 3vw 0;
	}
	.header_logo span {
		font-size: 3vw;
		padding: 1vw;
	}
}*/
/*----------
Footer
----------*/
/*footer {
	padding: 70px 0 0;
}
.footer_logo {
	margin-bottom: 70px;
}*/


/* mobile
-------------------------------------------------------------- */
@media (max-width: 768px) {
	body {
		font-size: 16px;
	}
	p, th, td, li, button, input, label, select, textarea {
		line-height: 1.7;
	}
	header .header-left, header .header-right {
		padding: 4px;
	}
	header .header_logo {
		padding: 5px 0 5px 10px;
	}
	header .header_logo img {
		width: 100%;	
	}
	header .header-right a.btn {
		font-size: 12px;
		padding: 4px 8px;
	}
	.footer_logo img {
		width: 250px;
	}
	main > .container > .row > div.col-md-8:first-child {
		margin-top: 20px;
	}
	main.singlepage #comments {
		margin-top: 40px;
	}
	.infosalon > img {
		max-width: 50vw;
		margin: 0 auto 20px;
	}
	img.company02 {
		height: 12.69vw;
		vertical-align: baseline;
		margin: 0;
	}
	/* HOME */
	/*body.home section {
		padding: 0;
	}*/
	body.home section.regist h2 {
		font-size: 1.6rem;
	}
	/* 利用規約
------------------------------ */
	body.page-term main h4 {
		font-size: 16px;
	}
	/* 簡易EC商品ページ
	------------------------------ */
	body.single-asp-products .asp_post_item {
		width: 100%;
	}
	ul#menu-member li {
    text-align: center;
	}

}

@media (max-width: 480px) {
	header .header_logo {
		padding: 0px 0 5px 10px;
	}

	header .header_logo h1 {
		width: 100%;
	}

	header .header_logo img {
		width: 100%;
		height: auto;
	}
}


/* PC表示設定 */
.is-pc {
	display: block !important;
}

.is-sp {
	display: none !important;
}

/* SP非表示設定 */
@media screen and (max-width: 768px) {
	.is-pc {
		display: none !important;
	}

	.is-sp {
		display: block !important;
	}
}

.main-visual {
	margin: 0;
	padding: 100px 0 0;
	height: 750px;
	background: url("images/img-mainvisual.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}

.main-catch-base {
	margin: 0 auto;
	padding: 50px 0 0;
	max-width: 1300px;
	position: relative;
}

.main-catch-base .main-v-logo {
	margin: 0;
	padding: 0;
	width: 750px;
	position: absolute;
	top: 150px;
	right: 0;
}

.main-catch-base .main-v-logo img {
	width: 80%;
	height: auto;
}

.main-catch-base .main-subcatch {
	margin: 0;
	padding: 0;
	font-size: 22px;
	width: 750px;
	position: absolute;
	top: 230px;
	right: 0;
}

@media screen and (max-width:768px) {
	.main-visual {
		margin: 0;
		padding: 0;
		height: 650px;
		background: url("images/img-mainvisual.jpg") no-repeat;
		background-size: cover;
		background-position: 26% bottom;
		box-sizing: border-box;
		position: relative;
	}

	.main-catch-base {
		margin: 0 auto;
		padding: 0;
		width: 90%;
		position: absolute;
		bottom: 40px;
		left: 0;
		right: 0;

		.spmain-v-logo {
			margin: 0;
			padding: 0;
			width: 100%;

			img {
				width: 100%;
				height: auto;
			}
		}

		.spmain-subcatch {
			margin: 15px 0 0;
			padding: 0;
			font-size: 20px;
			width: 100%;
			position: relative;
		}
	}
}

.site-cate {
	font-size: 13px;
	color: #000;
	margin: 10px 10px 0 0;
	text-align: right;
}

.about-leadtext {
	margin: 30px auto 0;
	padding: 0;
	max-width: 600px;
	text-align: center;
}

.page-container {
	margin: 0 auto;
	padding: 60px 15px;
	max-width: 1300px;
}

@media screen and (max-width: 992px) {
	.page-container {
		margin: 0 auto;
		padding: 50px 15px;
		max-width: 1300px;
	}
}

@media screen and (max-width: 480px) {
	.page-container {
		margin: 0;
		padding: 40px 15px;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.page-heading {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

@media screen and (max-width: 780px) {
	.page-heading {
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
	}
}

.lead-illust{
	margin: 30px auto 0;
	padding: 0;
	width: 300px;
}

.lead-illust img {
	width: 100%;
	height: auto;
}

.service-base-01 {
	margin: 0 auto;
	padding: 0;
	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;
	max-width: 1300px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.service-base-01 .service-img {
	margin: 0;
	padding: 0;
	width: 25%;
}

.service-base-01 .service-text {
	margin: 0;
	padding: 0;
	width: 70%;
	text-align: left;
	line-height: 2;
}

.service-base-02 {
	margin: 100px auto 0;
	padding: 0;
	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;
	max-width: 1300px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.service-base-02 .service-img {
	margin: 0;
	padding: 0;
	width: 25%;
}

.service-base-02 .service-text {
	margin: 0;
	padding: 0;
	width: 70%;
	text-align: left;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	.service-base-01 {
		margin: 0 auto;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		width: 90%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.service-base-01 .service-img {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.service-base-01 .service-text {
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: left;
		line-height: 2;
	}

	.service-base-02 {
		margin: 50px auto 0;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 90%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.service-base-02 .service-img {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.service-base-02 .service-text {
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: left;
		line-height: 2;
	}
}



.point-base {
	margin: 50px auto 0;
	padding: 0;
	max-width: 760px;
	line-height: 2;
}

.point-base li {
	margin: 0 0 40px;
	padding: 0 0 40px;
	border-bottom: 1px solid #F2DBAF;
	list-style: none;
}

.point-base li .point-title-01 {
	margin: 0;
	padding: 10px 0 10px 70px;
	font-size: 20px;
	text-align: left;
	background: url("images/icon-point-01.svg") no-repeat;
	background-position: left 3px;
}

.point-base li .point-title-02 {
	margin: 0;
	padding: 10px 0 10px 70px;
	font-size: 20px;
	text-align: left;
	background: url("images/icon-point-02.svg") no-repeat;
	background-position: left 3px;
}

.point-base li .point-title-03 {
	margin: 0;
	padding: 10px 0 10px 70px;
	font-size: 20px;
	text-align: left;
	background: url("images/icon-point-03.svg") no-repeat;
	background-position: left 3px;
}

.point-base li:last-child {
	margin: 0;
	padding: 0 0 40px;
	border-bottom: 1px solid #F2DBAF;
}

.page-container-text {
	margin: 20px auto 0;
	padding: 0;
	text-align: center;
	max-width: 920px;
}

.contact-container {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #f2f6f7;
}

.button-touroku {
	display: inline-block;
	width: 250px;
	height: 55px;
	text-align: center;
	text-decoration: none;
	line-height: 55px;
	outline: none;
	background-color: #D1AE69;
	color: #fff;
	border-radius: 33px;
	font-size: 22px;
	cursor: pointer;
	margin: 20px 0 0;
}

.button-touroku::before,
.button-touroku::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
}

.button-touroku,
.button-touroku::before,
.button-touroku::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.button-touroku:hover {
	background-color: #ebc884;
	color: #fff;
}

.tb-base {
	margin: 50px auto 0;
	padding: 0;
	max-width: 1000px;
	border-left: 1px solid #666;
}

.tb-base th.tb01 {
	margin: 0;
	padding: 10px 5px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	background: #eee;
	width: 46%;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
}

.tb-base th.tb02 {
	margin: 0;
	padding: 10px 5px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	background: #eee;
	width: 27%;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

.tb-base th.tb02:last-child {
	margin: 0;
	padding: 10px 5px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	background: #eee;
	width: 27%;
	border-bottom: 1px solid #666;
}

.tb-base td.tb03 {
	margin: 0;
	padding: 5px 10px;
	font-size: 16px;
	text-align: left;
	width: 46%;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tb-base td.tb03-a {
	margin: 0;
	padding: 5px 0;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	width: 46%;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #eee;
}

.tb-base td.tb04 {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	width: 27%;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	line-height: 4;
	vertical-align: middle;
}

.tb-base td.tb04:last-child {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 27%;
	border-bottom: 1px solid #666;
	line-height: 0;
}

.tb-base td.tb05 {
	margin: 0;
	padding: 5px;
	text-align: center;
	width: 20%;
	border-right: 1px solid #666;
	line-height: 1.5;
	box-sizing: border-box;
	vertical-align: middle;
	height: 100px;
}

.tb-base td.tb05-c01 {
	margin: 0;
	padding: 15px 5px;
	text-align: center;
	width: 80%;
	border-bottom: 1px solid #666;
	line-height: 1.5;
	box-sizing: border-box;
	height: 50px;
}

.tb-base td.tb05-c02 {
	margin: 0;
	padding: 15px 5px;
	text-align: center;
	width: 80%;
	line-height: 1.5;
	box-sizing: border-box;
	height: 50px;
}


.tb-base td.tb04 img{
	margin: 0 auto;
	width: 30px;
}

.tb-base th.tb02,
.tb-base th.tb02:last-child,
.tb-base td.tb03,
.tb-base td.tb03-a,
.tb-base td.tb04,
.tb-base td.tb04:last-child{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.tb-base .bg-ywl {
	background: #fcfcec;
}

.tb-base .bg-gray {
	background: #ccc;
}

/*.tb-base tbody tr {
	display: flex;
}*/

@media screen and (max-width:768px) {

	.table-note {
		color: #9f844d;
		font-size: 15px;
		margin: 20px 0 0;
	}

	.table-scroll {
		overflow-x: scroll;
	}

	.tb-base td.tb03-a {
		margin: 0;
		padding: 5px 0;
		font-size: 16px;
		text-align: center;
		font-weight: bold;
		width: 46%;
		border-right: 1px solid #666;
		border-bottom: 1px solid #666;
		border-left: 1px solid #666;
		vertical-align: middle;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #eee;
		line-height: 4;
		}

	.tb-base td.tb04:last-child {
		margin: 0;
		padding: 15px 10px;
		text-align: center;
		width: 27%;
		border-bottom: 1px solid #666;
		line-height: 1.5;
	}

	.tb-base {
		margin: 10px auto 0;
		padding: 0;
		width: 1500px;
		border-top: 1px solid #666;
		border-right: 1px solid #666;
		border-left: 1px solid #666;
	}

.tb-base tbody tr {
	display: flex;
}

}


.tokuten-base {
	margin: 30px auto 0;
	padding: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
}

.tokuten-base li {
	margin: 15px 0;
	padding: 20px;
	border: 1px solid #1E5A7C;
	border-radius: 12px;
	width: 32%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background: #fff;
}

.tokuten-base li .tokuten-icon {
	margin: 0 auto;
	padding: 0;
	width: 80px;
}

.tokuten-base li .tokuten-icon img {
	width: 100%;
	height: auto;
}

.tokuten-base li .tokuten-title {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	color: #1E5A7C;
}

.tokuten-base li .tokuten-text {
	margin: 10px 0 0;
	padding: 0;
	text-align: left;
}

@media screen and (max-width: 768px) {
	.tokuten-base {
		margin: 30px auto 0;
		padding: 0;
		width: 94%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		list-style: none;
	}

	.tokuten-base li {
		margin: 15px 0;
		padding: 20px;
		border: 1px solid #1E5A7C;
		border-radius: 12px;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		background: #fff;
	}

	.tokuten-base li .tokuten-icon {
		margin: 0 auto;
		padding: 0;
	}

	.tokuten-base li .tokuten-title {
		margin: 0;
		padding: 0;
		font-size: 24px;
		font-weight: bold;
		color: #1E5A7C;
	}

	.tokuten-base li .tokuten-text {
		margin: 10px 0 0;
		padding: 0;
		text-align: left;
	}
}

.page_title {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 98px;
	background: #f7f3e8;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.page_title h2{
	color: #000;
}


.page-maintitle {
	margin: 0 auto;
	padding: 50px 0 0;
	width: 100%;
	height: 150px;
	background: url(images/img-koteibg.jpg) no-repeat;
	background-size: cover;
	color: #444;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
.page-maintitle {
		margin: 0 auto;
		padding: 50px 0 0;
		width: 100%;
		height: 150px;
		background: url(images/img-koteibg.jpg) no-repeat;
		background-size: cover;
		background-position: center top;
		color: #444;
		font-size: 26px;
		font-weight: bold;
		text-align: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}


.page-bg-blue {
	margin: 0;
	padding: 50px 30px;
	background: #E7EEF7;
}

.page-bg-kotei {
	margin: 0;
	padding: 50px 0px 20px;
	background: #fff;
	min-height: 530px;
}

.page-bg-blue-top {
	margin: 0;
	padding: 0;
	background: #E7EEF7;
}

.page-bg-gray {
	margin: 0;
	padding: 0;
	background: #eee;
}

@media screen and (max-width: 768px) {

	.page-bg-blue {
		margin: 0;
		padding: 20px 0;
		background: #E7EEF7;
	}

	.page-bg-blue-kotei {
	margin: 0;
	padding: 20px 0 1px;
	background: #E7EEF7;
	}

	.page-bg-blue-top {
		margin: 0;
		padding: 0;
		background: #E7EEF7;
	}

	.page-bg-gray {
		margin: 0;
		padding: 0;
		background: #eee;
	}
}

.faq-heading {
	margin: 60px 0 0;
	padding: 0;
	text-align: center;
	font-size: 20px;
}

@media screen and (max-width: 480px) {
	.faq-heading {
		margin: 30px 0 0;
		padding: 0;
		text-align: center;
		font-size: 20px;
	}
}

/* ----------------------------------------------------------------------
 hover - 画像リンクマウスオーバー時の不透明度
---------------------------------------------------------------------- */
a {
	color: #000;
	cursor: pointer;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=70 )";
	background: none !important;
	cursor: pointer;
}

/* ----------------------------------------------------------------------
 header - ヘッダー設定
---------------------------------------------------------------------- */


.register-box{
	margin: 0 auto 30px;
	padding: 0 80px 30px;
	border: 1px solid #ccc;
	border-radius: 12px;
	box-sizing: border-box;
	background: #fff;
	max-width: 800px;
}

@media screen and (max-width: 480px) {

.register-box {
		margin: 0 auto 20px;
		padding: 0 20px 20px;
		border: 1px solid #ccc;
		border-radius: 12px;
		box-sizing: border-box;
		background: #fff;
		width: 90%;
	}

}

/*新規登録ページ　ボタン*/
.wp-block-button__link {
	color: #fff;
	background-color: #d1ae69;
	border-radius: 9999px;
	box-shadow: none;
	text-decoration: none;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	font-size: 1.125em;
}

.wp-block-button__link:hover {
	color: #fff;
	background-color: #ebc884;
	border-radius: 9999px;
	box-shadow: none;
	text-decoration: none;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	font-size: 1.125em;
}

/*お問い合わせ　送信ボタン*/
.wpcf7-form input[type=submit] {
	margin: 30px 0 0;
	padding: 10px 20px;
	background: #d1ae69;
	color: #fff;
	border-radius: 25px;
	border: none;
	display: block;
	width: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.wpcf7-form input[type=submit]:hover {
	background: #ebc884;
	color: #fff;
	border-radius: 25px;
	border: none;
	padding: 10px 20px;
	display: block;
	width: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* 会員一覧ページ */
body.page-members .um-member-directory-search-line input.um-button,
body.page-template-default .um-member-directory-search-line input.um-button {
	  background-color: #d1ae69;
}
/* マイページ フォロー解除ボタンが消える
body.page-user .um-followers-user .um-followers-user-btn {
	display: none;
}
*/
/* メルマガ登録ページ */
.single-mailpoet_page .contentMain img {
	width: auto;
	margin: 0;
}
.single-mailpoet_page .contentMain h1 {
	font-size: 1em;
	font-weight: normal;
	padding: 0;
}
.single-mailpoet_page .contentMain h1:before {
	content: none;
}
.single-mailpoet_page .contentMain h1:after {
	content: none;
}

/*予定されているライブ配信*/

.vczapi-filters-wrapper .vczapi-col-4,
.vczapi-filters-wrapper .vczapi-col-3 {
	position: relative;
	max-width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	margin: 5px 0;
	flex: none;
}

.wp-block-group__inner-container .vczapi-wrap {
	display:block;
	/* display: flex; */
	-ms-flex: none;
	flex: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
	margin-top: -20px;
	box-sizing: border-box;
}

.vczapi-items-wrap .vczapi-col-4 {
    -ms-flex: none;
    flex: none;
    max-width: 100%;
}


.mce-toolbar .mce-ico {
	color: #f8f8f8 !important;
}


/*よくある質問*/
/*カテゴリータイトル*/
.ewd-ufaq-faq-category-title {
	background: #b79756;
	padding: 3px 0 3px 15px;
	margin: 0 0 10px;
}

/*カテゴリータイトル　テキスト*/
.ewd-ufaq-faq-category-title h3 {
	text-align: left;
	color: #fff;
}

/*　＋のサイズ　位置調整*/
.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
	display: inline-block;
	font-size: 20px !important;
	margin: 0 auto;
	padding: 15px 0 0;
	color: #ccc;
}

/*　質問タイトルテキスト*/
.ewd-ufaq-faq-title-text h4{
	border: none;
	padding: 5px 0 0;
	font-weight: normal;
	font-size: 18px;
}

/*答えのカテゴリー表記なし*/
.ewd-ufaq-faq-categories{
	display: none;
}
/*固定ページライブ配信*/
nav#nav-tool {
    background: #003e78;
    color: #666;
    padding: 2rem 0;
    margin: 5rem 1rem !important;
}
/*ライブ配信サイドバーのタイムゾーンとか*/
.vczapi-list-zoom-meetings--item__details__meta,form.vczapi-filters,#menu-member .menu-sensei-lms {
    display: none;
}

body.page-template,
table.inquiry tbody tr th,
table.inquiry tbody tr td,
.privacy-policy table tbody tr th,
.privacy-policy table tbody tr td,
.page-template table tbody tr th,
.page-template table tbody tr td
{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
/*header sidebarに不要メニュー*/
header li#menu-item-3353 ,header li#menu-item-3354,header li#menu-item-3355, #sidebar li.menu-sensei-lms, #sidebar li.menu-contact7 {
    display: none;
}

.header-area {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1200px;
	box-sizing: border-box;
}

@media screen and (max-width:768px) {
	.header-area {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		width: 100%;

	}
}

header .header-area .header-left,
header .header-area .header-right {
	padding: 0;
	margin: 0;
}

header .header-area .header-left {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 80%;
}

header .header-area .header-right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 20%;
	margin: 12px 0;
}

header .header-area .header-left .header_logo {
	margin: -5px 0 0;
	padding: 0;
	width: 350px;
}

header .header-area .header-left .header_logo img {
	padding: 0;
	width: 100%;
	height: auto;
}

@media screen and (max-width:1120px) {

	header .header-area .header-left {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 75%;
	}

	header .header-area .header-right {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: 25%;
	}

	header .header-area .header-left .header_logo {
		margin: -7px 0 0;
		padding: 0;
		width: 300px;
	}

	header .header-area .header-left .header_logo img {
		padding: 0;
		width: 100%;
		height: auto;
	}

}

@media screen and (max-width:768px) {

	header .header-area .header-left {
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: center !important;
			justify-content: center !important;
			-webkit-align-items: center !important;
			align-items: center !important;
			width: 100%;
		}

	header .header-area .header-right {
		display: -ms-flexbox ;
		display: flex ;
		-webkit-justify-content: center !important;
		justify-content: center !important;
		-webkit-align-items: center !important;
		align-items: center !important;
		width: 100%;
		text-align: center;
		padding: 10px 0 20px;
	}

	header .header_logo {
		margin: 0 auto;
		padding: 0;
		width: 350px;
	}
}

@media screen and (max-width:480px) {

	header .header-area .header-left .header_logo {
		margin: 0;
		padding: 8px 0 0;
		width: 220px;
	}

	header .header-area .header-left .header_logo img{
		width: 100%;
		height: auto;
	}

}

.header_menu_wrap {
	margin: 0;
	padding: 0;
	background: #eee;
}

.header-menu-container{
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
}

/*チャットページ*/
@media (max-width: 767.98px) {
	body.page-chat .header_menu_wrap>container>.hamburger.active {
		z-index: 100;
	}

	body.page-chat .header_menu_wrap>container>.globalMenuSp.active {
		z-index: 100;
	}
}

/*　ハンバーガーメニューボタン　*/
.hamburger {
	display: none;
	position: fixed;
	z-index: 3;
	right: 10px;
	top: 10px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
}

.hamburger span {
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	left: 6px;
	background: #333;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
	top: 10px;
}

.hamburger span:nth-child(2) {
	top: 20px;
}

.hamburger span:nth-child(3) {
	top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
	top: 16px;
	left: 6px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	top: 16px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* メニュー背景　*/
.headline-text {
	line-height: 2.0;
}

.globalMenuSp:not(.active)>div {
	margin: 0;
	padding: 10px 0;
	width: 100%;
}

.globalMenuSp:not(.active) ul {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1200px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	box-sizing: border-box;
}

.globalMenuSp:not(.active) ul li {
	font-size: 14px;
	list-style: none;
}

.globalMenuSp:not(.active) ul li a {
	text-decoration: none;
	color: #555;
}

.globalMenuSp:not(.active) ul li a:hover {
	text-decoration: none;
	color: #9f844d;
}

/* @media screen and (max-width:980px) {
	.globalMenuSp:not(.active) {
		display: none;
	}
} */


/*ハンバーガー*/
.header_menu_wrap {
	font-size: 13px;
}

@media (max-width: 768px) {

	.hamburger {
		display: block;
		position: fixed;
		z-index: 9999;
		right: 13px;
		top: 12px;
		width: 42px;
		height: 42px;
		cursor: pointer;
		text-align: center;
	}
	.hamburger span {
		display: block;
		position: absolute;
		width: 30px;
		height: 2px;
		left: 6px;
		background: #555;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.hamburger span:nth-child(1) {
		top: 10px;
	}
	.hamburger span:nth-child(2) {
		top: 20px;
	}
	.hamburger span:nth-child(3) {
		top: 30px;
	}
	.hamburger.active span:nth-child(1) {
		top: 16px;
		left: 6px;
		background: #fff;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
		top: 16px;
		background: #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.globalMenuSp {
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		color: #fff;
		background:rgba(142, 117, 68, 0.9);
		text-align: center;
		width: 100%;
		opacity: 0;
		transition: opacity .6s ease, visibility .6s ease;
		display: none;
	}
	.globalMenuSp ul {
		margin: 50px auto 0;
		padding: 0 0 50px;
		width: 100%;
		display: inherit;
	}
	.globalMenuSp ul li {
		list-style-type: none;
		padding: 0;
		width: 100%;
		transition: .4s all;
	}
	.globalMenuSp ul li:last-child {
		padding-bottom: 0;
	}
	.globalMenuSp ul li:hover {
		background: #ddd;
	}
	.globalMenuSp ul li a {
		display: block;
		color: #fff;
		padding: 1em 0;
		text-decoration: none;
		margin: 5px 0;
		font-size: 18px;
	}
	.globalMenuSp.active {
		opacity: 100;
		display: inline;
	}
}

.post-type-archive-event #sidebar,
.post-template-default #sidebar,
.archive #sidebar {
	margin: 50px 0 0;
}

.post-template-default #sidebar #menu-user-sidemenu li ul.sub-menu,
.page-template-default #sidebar #menu-user-sidemenu li ul.sub-menu,
.archive #sidebar #menu-user-sidemenu li ul.sub-menu,
.page-template #sidebar #menu-user-sidemenu li ul.sub-menu,
.logged-in #sidebar #menu-user-sidemenu li ul.sub-menu{
	margin: 5px 0 0 15px;
	padding: 0;
}

.post-template-default #sidebar #menu-user-sidemenu li ul.sub-menu li,
.page-template-default #sidebar #menu-user-sidemenu li ul.sub-menu li,
.archive #sidebar #menu-user-sidemenu li ul.sub-menu li,
.page-template #sidebar #menu-user-sidemenu li ul.sub-menu li,
.logged-in #sidebar #menu-user-sidemenu li ul.sub-menu li{
	margin: 0 0 5px;
	padding: 0;
}

/* 会員種別による表示/非表示設定 */
body.user-type-wpfs_basic .sidebar.widget_sensei_course_categories {
	display: none;
}


/* お知らせ NEWS */

body.page-home section.blog{
	margin: 0;
	padding: 30px 0 70px;
}

section.blog .sectionTitle h2{
	color: #d1ae69;
}

body.page-home section.blog li a {
	color: #333;
}
body.page-home section.blog li a:hover {
	color: #d1ae69;
}

body.page-home section.blog ul {
	display: flex;
	justify-content: center;
	width: fit-content;
	margin: 0 auto;
	padding: 0;
	flex-direction: column;
	align-items: flex-start;
	list-style: none;
	border-top: 1px solid #ddd;
}

body.page-home section.blog li {
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 15px 0;
	width: 800px;
	border-bottom: 1px solid #ddd;
}

@media (max-width: 768px) {
body.page-home section.blog ul {
		display: flex;
		justify-content: center;
		width: fit-content;
		margin: 0 auto;
		padding: 0;
		flex-direction: column;
		align-items: flex-start;
		list-style: none;
		border-top: 1px solid #ddd;
		width: 90%;
	}

body.page-home section.blog li {
		text-align: left;
		list-style: none;
		margin: 0;
		padding: 15px 0;
		width: 100%;
		border-bottom: 1px solid #ddd;
	}
}

