@charset "UTF-8";
/* CSS Document */

/*
ヘッダー＆フッター
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*ヘッダー*/
	header {
		z-index: 100;
		position: fixed;
		width: 100%;
		height: 100px;
		background: #F6F6F6;
	}
	
	header a.logo {
		display: block;
		position: absolute;
		top: 50%;
		left: 100px;
		transform: translateY(-50%) translateX(0);
		width: 300px;
		height: auto;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #09320E;
	}
	
	header a.login {
		display: block;
		position: absolute;
		top: 50%;
		right: 100px;
		transform: translateY(-50%) translateX(0);
		width: 260px;
		height: auto;
		padding: 20px 0 20px 0;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #fff;
		background: #09320E;
		border: solid 2px #09320E;
		border-radius: 100px;
		box-sizing: border-box;
	}
	
	/*フッター*/
	footer {
		position: relative;
		width: 100%;
		height: auto;
		padding: 80px 0 40px;
		background: #09320E;
	}
	
	footer .con {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 800px;
		height: auto;
		margin: 0 auto 60px auto;
	}
	
	footer .con a {
		display: block;
		position: relative;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #fff;
	}
	
	footer .con a:hover {
		text-decoration: underline;
	}
	
	footer p.credit {
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
		color: #fff;
	}
 
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*ヘッダー*/
	header {
		z-index: 100;
		position: fixed;
		width: 100%;
		height: 60px;
		background: #F6F6F6;
	}
	
	header a.logo {
		display: block;
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%) translateX(0);
		width: auto;
		height: auto;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #09320E;
	}
	
	header a.login {
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%) translateX(0);
		width: 100px;
		height: auto;
		padding: 12px 0 12px 0;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
		color: #fff;
		background: #09320E;
		border: solid 1px #09320E;
		border-radius: 100px;
		box-sizing: border-box;
	}
	
	/*フッター*/
	footer {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0 20px;
		background: #09320E;
	}
	
	footer .con {
		position: relative;
		width: 90%;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	footer .con a {
		display: block;
		position: relative;
		margin-bottom: 15px;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #fff;
	}
	
	footer p.credit {
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 12px;
		text-align: center;
		color: #fff;
	}
	
}

/*
トップページ
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	
 
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	
	
}

/*
ログイン画面
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	.page-id-217 header,
	.page-id-217 footer {
		display: none;
	}
	
	.page-id-217 .wp-block-surecart-cart-icon {
		display: none;
	}
	
	#login {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#login .title {
		position: relative;
		width: 1200px;
		height: auto;
		padding: 80px 0 80px 0;
		margin: 0 auto 0 auto;
	}
	
	#login .title::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		left: -200%;
		width: 1000%;
		height: 100%;
		background: #E7FFE0;
	}
	
	#login .title h1 {
		position: relative;
		font-size: 28px;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 28px;
		text-align: left;
	}
	
	#login .con {
		position: relative;
		width: 100%;
		height: auto;
		margin: 60px auto 60px auto;
	}
	
	#login .con h2 {
		font-size: 30px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 30px;
		text-align: center;
	}
	
	#login .con #front-loginform {
		position: relative;
		width: 420px;
		height: auto;
		margin: 40px auto 60px auto;
	}
	
	#login .con #front-loginform p.login-username {
		margin: 0 auto 25px auto;
	}
	
	#login .con #front-loginform label {
		display: block;
		position: relative;
		margin: 0 auto 15px auto;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 18px;
		color: #9AA1A9;
	}

	#login .con #front-loginform input[type="text"],
	#login .con #front-loginform input[type="password"] {
		display: block;
		width: 100%;
		height: 60px;
		padding: 0 15px;
		font-size: 20px;
		color: #1F3661;
		border: 2px solid #9AA1A9;
		border-radius: 0;
		background: #fff;
		box-sizing: border-box;
	}

	#login .con #front-loginform .login-remember {
		display: block;
		width: 100%;
		height: auto;
		margin: 30px auto 30px auto;
	}

	#login .con #front-loginform .login-remember label {
		display: flex;
		align-items: center;
		margin: 0;
		font-size: 18px;
		line-height: 18px;
		color: #9AA1A9;
	}

	#login .con #front-loginform input[type="checkbox"] {
		width: 22px;
		height: 22px;
		margin: 0 14px 0 0;
		border: 3px solid #9AA1A9;
		border-radius: 4px;
		vertical-align: middle;
	}

	#login .con #front-loginform .login-submit {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}

	#login .con #front-loginform input[type="submit"] {
		display: block;
		position: relative;
		width: 300px;
		height: auto;
		padding: 20px 0 20px 0;
		margin: 0 auto 0 auto;
		font-size: 20px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: center;
		color: #fff;
		cursor: pointer;
		border: 2px solid #09320E;
		border-radius: 5px;
		background: #09320E;
		box-sizing: border-box;
		transition: 0.4s;
	}
	
	#login .con #front-loginform input[type="submit"]:hover {
		color: #09320E;
		border: 2px solid #09320E;
		background: #E7FFE0;
	}
	
	#login .con .text {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 40px 0 40px 0;
		background: #EDEDED;
	}
	
	#login .con .text p {
		text-align: center;
	}

	/*ログイン失敗時*/
	#login .con p.login-error {
		position: relative;
		width: 1000px;
		margin: 0 auto 40px auto;
		padding: 30px 0 30px 0;
		border-radius: 8px;
		background: #fff0f0;
		border: 1px solid #e09a9a;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #a33;
	}

}

/*SMP*/
@media only screen and (max-width: 1024px) {
	.page-id-217 header,
	.page-id-217 footer {
		display: none;
	}
	
	.page-id-217 .wp-block-surecart-cart-icon {
		display: none;
	}
	
	#login {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#login .title {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0 40px 0;
		margin: 0 auto 0 auto;
	}
	
	#login .title::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		left: -100%;
		width: 1000%;
		height: 100%;
		background: #E7FFE0;
	}
	
	#login .title h1 {
		position: relative;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 18px;
		text-align: center;
	}
	
	#login .con {
		position: relative;
		width: 100%;
		height: auto;
		margin: 40px auto 40px auto;
	}
	
	#login .con h2 {
		font-size: 20px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: center;
	}
	
	#login .con #front-loginform {
		position: relative;
		width: 320px;
		height: auto;
		margin: 40px auto 60px auto;
	}
	
	#login .con #front-loginform p.login-username {
		margin: 0 auto 20px auto;
	}
	
	#login .con #front-loginform label {
		display: block;
		position: relative;
		margin: 0 auto 10px auto;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 16px;
		color: #9AA1A9;
	}

	#login .con #front-loginform input[type="text"],
	#login .con #front-loginform input[type="password"] {
		display: block;
		width: 100%;
		height: 44px;
		padding: 0 14px;
		font-size: 16px;
		color: #1F3661;
		border: 2px solid #9AA1A9;
		border-radius: 0;
		background: #fff;
		box-sizing: border-box;
	}

	#login .con #front-loginform .login-remember {
		display: block;
		width: 100%;
		height: auto;
		margin: 15px auto 25px auto;
	}

	#login .con #front-loginform .login-remember label {
		display: flex;
		align-items: center;
		margin: 0;
		font-size: 14px;
		line-height: 14px;
		color: #9AA1A9;
	}

	#login .con #front-loginform input[type="checkbox"] {
		width: 16px;
		height: 16px;
		margin: 0 10px 0 0;
		border: 2px solid #9AA1A9;
		border-radius: 2px;
		vertical-align: middle;
	}

	#login .con #front-loginform .login-submit {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}

	#login .con #front-loginform input[type="submit"] {
		display: block;
		position: relative;
		width: 260px;
		height: auto;
		padding: 15px 0 15px 0;
		margin: 0 auto 0 auto;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
		cursor: pointer;
		border: 1px solid #09320E;
		border-radius: 2px;
		background: #09320E;
		box-sizing: border-box;
	}
	
	#login .con .text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 30px 25px 30px 25px;
		background: #EDEDED;
		box-sizing: border-box;
	}
	
	#login .con .text p {
		text-align: left;
	}

	/*ログイン失敗時*/
	#login .con p.login-error {
		position: relative;
		margin: 0 auto 40px auto;
		padding: 20px 0 20px 0;
		border-radius: 4px;
		background: #fff0f0;
		border: 1px solid #e09a9a;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #a33;
	}

}

/*
会員専用ページ
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	.page-id-175 header,
	.page-id-175 footer {
		display: none;
	}
	
	.page-id-227 header,
	.page-id-227 footer {
		display: none;
	}
	
	.page-id-225 header,
	.page-id-225 footer {
		display: none;
	}
	
	.page-id-229 header,
	.page-id-229 footer {
		display: none;
	}
	
	.page-id-231 header,
	.page-id-231 footer {
		display: none;
	}
	
	.page-id-233 header,
	.page-id-233 footer {
		display: none;
	}
	
	.page-id-175 .wp-block-surecart-cart-icon {
		display: none;
	}
	
	#member {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#member .title {
		position: relative;
		width: 1200px;
		height: auto;
		padding: 80px 0 80px 0;
		margin: 0 auto 0 auto;
	}
	
	#member .title::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		left: -200%;
		width: 1000%;
		height: 100%;
		background: #E7FFE0;
	}
	
	#member .title h1 {
		position: relative;
		font-size: 28px;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 28px;
		text-align: left;
	}
	
	#member .title p {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%) translateX(0);
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 16px;
		text-align: right;
	}
	
	#member .title p font {
		display: table;
		position: relative;
		padding: 8px 12px 8px 12px;
		margin: 0 0 8px auto;
		font-size: 15px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 15px;
		color: #fff;
		background: #000;
		border-radius: 4px;
	}
	
	#member .title p small {
		position: relative;
		margin-left: 5px;
		font-size: 14px;
		line-height: 14px;
	}
	
	#member .con {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 1100px;
		height: auto;
		margin: 60px auto 60px auto;
	}
	
	#member .con .side {
		position: relative;
		width: 250px;
		height: auto;
	}
	
	#member .con .side .mv {
		display: none;
	}
	
	#member .con .side a {
		display: block;
		position: relative;
		margin: 0 auto 20px auto;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #484848;
	}
	
	#member .con .side a::before,
	#member .con .side a::after {
		content: "";
		position: absolute;
		top: calc(50% - 1px);
		right: 30px;
		width: 10px;
		height: 3px;
		border-radius: 9999px;
		background-color: #000000;
		transform-origin: calc(100% - 1px) 50%;
	}
	
	#member .con .side a::before {
		transform: rotate(45deg);
	}


	#member .con .side a::after {
		transform: rotate(-45deg);
	}
	
	#member .con .main {
		position: relative;
		width: 800px;
		height: auto;
	}
	
	#member .con .main .mv {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 40px auto;
	}
	
	#member .con .main .mv .img {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#member .con .main .mv .img img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	#member .con .main .mv .text {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0 40px 0;
		background: rgba(137,169,128,0.30);
	}
	
	#member .con .main .mv .text h2 {
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 24px;
		text-align: center;
	}
	
	#member .con .main .mv .text h3 {
		margin: 30px auto 25px auto;
		font-size: 20px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 30px;
		text-align: center;
	}
	
	#member .con .main .mv .text .point {
		position: relative;
		width: 400px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#member .con .main .mv .text .point p {
		margin: 12px auto 12px auto;
		font-size: 18px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
	}
	
	/*メニュー*/
	#member .con .main .mv .nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		position: relative;
		width: 100%;
		height: auto;
		margin: 25px auto 0 auto;
	}
	
	#member .con .main .mv .nav a {
		display: block;
		position: relative;
		width: 200px;
		height: auto;
		padding: 18px 0 18px 0;
		margin: 0 5px 10px 5px;
		border: solid 2px #FFC769;
	}
	
	#member .con .main .mv .nav a img {
		display: block;
		position: relative;
		width: 150px;
		height: auto;
		margin: 0 auto 12px auto;
	}
	
	#member .con .main .mv .nav a font {
		display: block;
		position: relative;
		margin: 0 auto 0 auto;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: center;
		color: #FFC769;
	}
	
	/*スケジュール*/
	#member .con .main .mv .schedule {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.lg-online-calendar {
		width: 100%;
    margin: 40px auto;
    color: #2d211b;
  }

  .lg-online-calendar-title {
    text-align: center;
    margin-bottom: 20px;
  }

  .lg-online-calendar-title h2 {
    margin: 0 0 8px;
    font-size: 34px;
    letter-spacing: .06em;
    color: #2d211b;
  }

  .lg-online-calendar-title p {
    margin: 0;
    font-size: 22px;
    letter-spacing: .12em;
  }

  .lg-online-legend {
    max-width: 380px;
    margin: 0 0 24px auto;
    padding: 14px 18px;
    border: 1px solid #d5c9ad;
    border-radius: 8px;
    background: rgba(255,255,255,.8);
    font-size: 15px;
  }

  .lg-online-legend-item {
    line-height: 1.8;
  }

  .lg-online-legend-item span {
    display: inline-block;
    width: 24px;
  }

  .lg-online-legend-time {
    margin-top: 4px;
    text-align: center;
    font-size: 14px;
  }

  .lg-online-slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 18px;
  }

  .lg-online-slider-btn {
    min-width: 110px;
    padding: 8px 20px;
    border: 1px solid #c9aa5b;
    border-radius: 999px;
    background: #fffdf7;
    color: #9c7a2f;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    transition: opacity .25s ease, background .25s ease;
  }

  .lg-online-slider-btn:hover {
    background: #f7f1df;
  }

  .lg-online-slider-btn:disabled {
    opacity: .35;
    cursor: default;
  }

  .lg-online-slider-count {
    min-width: 54px;
    text-align: center;
    font-size: 15px;
    color: #8b6b2f;
  }

  .lg-online-slider {
    width: 100%;
    overflow: hidden;
  }

  .lg-online-slider-track {
    display: flex;
    width: 100%;
    transition: transform .45s ease;
  }

  .lg-online-slide {
    flex: 0 0 100%;
    width: 100%;
  }

  .lg-online-month h3 {
    margin: 0 0 8px;
    text-align: center;
    font-size: 28px;
    letter-spacing: .08em;
    color: #537a49;
  }

  .lg-online-slide:nth-child(2) .lg-online-month h3 {
    color: #3c7dab;
  }

  .lg-online-slide:nth-child(3) .lg-online-month h3 {
    color: #d4742c;
  }

  .lg-online-slide:nth-child(4) .lg-online-month h3 {
    color: #8b63a8;
  }

  .lg-online-month table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    overflow: hidden;
    border: 1px solid #cdd8bf;
    border-radius: 6px;
    background: rgba(255,255,255,.78);
  }

  .lg-online-month th,
  .lg-online-month td {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }

  .lg-online-month th:last-child,
  .lg-online-month td:last-child {
    border-right: none;
  }

  .lg-online-month tr:last-child td {
    border-bottom: none;
  }

  .lg-online-month th {
    height: 34px;
    font-size: 15px;
    font-weight: 600;
    background: rgba(246,248,241,.8);
  }

  .lg-online-month td {
    height: 95px;
    padding: 7px;
    vertical-align: top;
    background: rgba(255,255,255,.72);
  }

  .lg-online-month .date-num {
    font-size: 16px;
    line-height: 1;
  }

  .lg-online-month .sun .date-num,
  .lg-online-month th.sun {
    color: #d92626;
  }

  .lg-online-month .sat .date-num,
  .lg-online-month th.sat {
    color: #236da0;
  }

  .lg-online-month .other-month .date-num {
    color: #999;
  }

  .lg-online-event {
    margin-top: 7px;
    padding: 5px 6px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.35;
    background: #f5fbef;
    border: 1px solid #9bc17c;
    color: #25351f;
  }

  .lg-online-event .event-icon {
    margin-right: 2px;
  }

  .lg-online-event .event-time,
  .lg-online-event .event-title {
    display: inline;
  }

  .lg-online-event.type-setup {
    background: #f4fbef;
    border-color: #98bf78;
  }

  .lg-online-event.type-illuminate {
    background: #fffaf0;
    border-color: #e3bd61;
  }

  .lg-online-event.type-dojo {
    background: #f2fbef;
    border-color: #8fc27b;
  }

  .lg-online-event.type-camp {
	background: #f3f0ff;
	border-color: #9b87d9;
}

.lg-online-event.is-multiday {
  border-left-width: 4px;
}

.lg-online-event .event-range {
  display: inline-block;
  margin-right: 2px;
  font-size: 10px;
  opacity: .75;
}

  .lg-online-note {
    margin-top: 18px;
    text-align: center;
    font-size: 14px;
  }
	
	#member .con .main #profile {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#member .con .main #profile h2 {
		position: relative;
		padding: 12px 0 12px 24px;
		margin: 0 auto 30px auto;
		font-size: 22px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
		background: #E7FFE0;
	}
	
	#member .con .main #profile h2::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 8px;
		height: 100%;
		background: #09320E;
		border-radius: 2px;
	}
	
	#member .con .main #profile .ptn {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	#member .con .main #profile .ptn .img {
		position: relative;
		width: 260px;
		height: auto;
	}
	
	#member .con .main #profile .ptn .img img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	#member .con .main #profile .ptn .text {
		position: relative;
		width: 490px;
		height: auto;
	}
	
	#member .con .main #profile .ptn .text h3 {
		margin: 0 auto 20px auto;
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 24px;
		text-align: left;
		color: #B27B12;
	}
	
	#member .con .main #profile .ptn .text h3 font {
		position: relative;
		top: -2px;
		padding: 4px 10px 4px 10px;
		margin-left: 20px;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 14px;
		color: #fff;
		background: #000;
	}
	
	#member .con .main #profile .ptn .text h4 {
		margin: 20px auto 20px auto;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 30px;
		text-align: left;
		color: #B27B12;
	}
	
	#member .con .main #profile .ptn .text p {
		font-weight: 400;
	}
	
	/*動画コンテンツ*/
	#member .con .main #video {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#member .con .main #video h2 {
		position: relative;
		padding: 12px 0 12px 24px;
		margin: 0 auto 30px auto;
		font-size: 22px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
		background: #E7FFE0;
	}
	
	#member .con .main #video h2::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 8px;
		height: 100%;
		background: #09320E;
		border-radius: 2px;
	}
	
	#member .con .main #video .text {
		position: relative;
		width: 100%;
		height: auto;
		padding: 25px 0 25px 0;
		background: #EDEDED;
	}
	
	#member .con .main #video .text p {
		text-align: center;
	}
	
	#member .con .main #video .ptn {
		position: relative;
		width: 100%;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	#member .con .main #video .ptn h3 {
		position: relative;
		padding: 8px 0 8px 20px;
		margin: 0 auto 20px auto;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
	}
	
	#member .con .main #video .ptn h3::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 8px;
		height: 100%;
		background: #09320E;
		border-radius: 2px;
	}
	
	#member .con .main #video .ptn iframe {
		display: block;
		position: relative;
		width: 100%;
		height: 400px;
		margin: 0 auto 0 0;
	}

	#member .con .main #video .ptn .pdf {
		position: relative;
		width: 100%;
		height: auto;
		margin: 25px auto 0 auto;
	}

	#member .con .main #video .ptn .pdf a {
		display: block;
		position: relative;
		width: 350px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 20px 0 20px 0;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
		background: #09320E;
		transition: 0.4s;
	}

	#member .con .main #video .ptn .pdf a::after {
		content: "";
		position: absolute;
		top: 24px;
		right: 25px;
		display: inline-block;
		width: 8px;
		height: 8px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		vertical-align: middle;
	}

	#member .con .main #video .ptn .pdf a:hover {
		opacity: 0.7;
	}

	#member .con .main #video .ptn .lg-limited-timer {
		margin: 0 0 16px;
		padding: 12px 16px;
		border: 1px solid #e6d8b8;
		border-radius: 8px;
		background: #fffdf7;
		color: #5a4a35;
		font-size: 14px;
	}

	#member .con .main #video .ptn .lg-limited-timer span {
		display: inline-block;
		margin-right: 8px;
	}

	#member .con .main #video .ptn .lg-limited-timer strong {
		color: #9c7a2f;
		font-size: 18px;
		letter-spacing: .04em;
	}

	/*パスワード変更*/
	.lg-password-change {
		position: relative;
		width: 600px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 40px 0 0 0;
	}

  .lg-password-change h2 {
    margin: 0 0 28px;
    text-align: center;
    font-size: 28px;
    color: #9c7a2f;
    letter-spacing: .08em;
  }

  .lg-password-form .form-item {
    margin-bottom: 22px;
  }

  .lg-password-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #5a4a35;
  }

  .lg-password-form input {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #d8cba9;
    border-radius: 8px;
    background: #fff;
    font-size: 16px;
  }

  .lg-password-form input:focus {
    outline: none;
    border-color: #c9aa5b;
  }

  .lg-password-form .form-note {
    margin-top: 6px;
    font-size: 13px;
    color: #8a7a63;
  }

  .lg-password-form .form-submit {
    margin-top: 30px;
    text-align: center;
  }

  .lg-password-form button {
    min-width: 240px;
    padding: 14px 28px;
    border: none;
    border-radius: 999px;
    background: #9c7a2f;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
  }

  .lg-password-form button:hover {
    opacity: .85;
  }

  .lg-password-message {
    margin-bottom: 24px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
  }

  .lg-password-message.success {
    background: #eef8e8;
    border: 1px solid #9bc17c;
    color: #3e6531;
  }

  .lg-password-message.error {
    background: #fff0f0;
    border: 1px solid #e09a9a;
    color: #a33;
  }
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	.page-id-175 header,
	.page-id-175 footer {
		display: none;
	}
	
	.page-id-227 header,
	.page-id-227 footer {
		display: none;
	}
	
	.page-id-225 header,
	.page-id-225 footer {
		display: none;
	}
	
	.page-id-229 header,
	.page-id-229 footer {
		display: none;
	}
	
	.page-id-231 header,
	.page-id-231 footer {
		display: none;
	}
	
	.page-id-233 header,
	.page-id-233 footer {
		display: none;
	}
	
	.page-id-175 .wp-block-surecart-cart-icon {
		display: none;
	}
	
	#member {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#member .title {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0 40px 0;
		margin: 0 auto 0 auto;
	}
	
	#member .title::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		left: -100%;
		width: 1000%;
		height: 100%;
		background: #E7FFE0;
	}
	
	#member .title h1 {
		position: relative;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 18px;
		text-align: center;
	}
	
	#member .title p {
		position: relative;
		width: 90%;
		margin: 25px auto 0 auto;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 16px;
		text-align: right;
	}
	
	#member .title p font {
		display: table;
		position: relative;
		padding: 5px 8px 5px 8px;
		margin: 0 0 8px auto;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 14px;
		color: #fff;
		background: #000;
		border-radius: 2px;
	}
	
	#member .title p small {
		position: relative;
		margin-left: 5px;
		font-size: 12px;
		line-height: 12px;
	}
	
	#member .con {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		position: relative;
		width: 100%;
		height: auto;
		margin: 40px auto 40px auto;
	}
	
	#member .con .side {
		position: relative;
		width: 80%;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	#member .con .side a {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 15px auto;
		padding: 15px 0 15px 0;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
		color: #fff;
		background: #484848;
		box-sizing: border-box;
	}
	
	#member .con .side a::before,
	#member .con .side a::after {
		content: "";
		position: absolute;
		top: calc(50% - 1px);
		right: 30px;
		width: 10px;
		height: 3px;
		border-radius: 9999px;
		background-color: #fff;
		transform-origin: calc(100% - 1px) 50%;
	}
	
	#member .con .side a::before {
		transform: rotate(45deg);
	}


	#member .con .side a::after {
		transform: rotate(-45deg);
	}
	
	#member .con .main {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	/*メインビジュアル*/
	#member .con .main .mv {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 40px auto;
	}
	
	#member .con .main .mv .img {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#member .con .main .mv .img img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	#member .con .main .mv .text {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0 40px 0;
		background: rgba(137,169,128,0.30);
	}
	
	#member .con .main .mv .text h2 {
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 30px;
		text-align: center;
	}
	
	#member .con .main .mv .text h3 {
		margin: 25px auto 20px auto;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: center;
	}
	
	#member .con .main .mv .text .point {
		position: relative;
		width: 90%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#member .con .main .mv .text .point p {
		margin: 6px auto 6px auto;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
	}
	
	/*メニュー*/
	#member .con .main .mv .nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		position: relative;
		width: 100%;
		height: auto;
		margin: 25px auto 0 auto;
	}
	
	#member .con .main .mv .nav a {
		display: block;
		position: relative;
		width: 30%;
		height: auto;
		padding: 10px 0 10px 0;
		margin: 0 2px 5px 2px;
		border: solid 2px #FFC769;
		box-sizing: border-box;
	}
	
	#member .con .main .mv .nav a img {
		display: block;
		position: relative;
		width: 80px;
		height: auto;
		margin: 0 auto 10px auto;
	}
	
	#member .con .main .mv .nav a font {
		display: block;
		position: relative;
		margin: 0 auto 0 auto;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: center;
		color: #FFC769;
	}
	
	/*スケジュール*/
	#member .con .main .mv .schedule {
		position: relative;
		width: 96%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.lg-online-calendar {
    width: 100%;
    margin: 30px auto;
    color: #2d211b;
  }

  .lg-online-calendar-title {
    text-align: center;
    margin-bottom: 18px;
  }

  .lg-online-calendar-title h2 {
    margin: 0 0 8px;
    font-size: 23px;
    line-height: 1.35;
    letter-spacing: .04em;
    color: #2d211b;
  }

  .lg-online-calendar-title p {
    margin: 0;
    font-size: 17px;
    letter-spacing: .08em;
  }

  .lg-online-legend {
    max-width: 100%;
    margin: 0 auto 20px;
    padding: 12px 14px;
    border: 1px solid #d5c9ad;
    border-radius: 8px;
    background: rgba(255,255,255,.8);
    font-size: 14px;
  }

  .lg-online-legend-item {
    line-height: 1.8;
  }

  .lg-online-legend-item span {
    display: inline-block;
    width: 24px;
  }

  .lg-online-legend-time {
    margin-top: 4px;
    text-align: center;
    font-size: 13px;
  }

  .lg-online-slider-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
  }

  .lg-online-slider-btn {
    min-width: 82px;
    padding: 8px 12px;
    border: 1px solid #c9aa5b;
    border-radius: 999px;
    background: #fffdf7;
    color: #9c7a2f;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
  }

  .lg-online-slider-btn:disabled {
    opacity: .35;
    cursor: default;
  }

  .lg-online-slider-count {
    min-width: 46px;
    text-align: center;
    font-size: 13px;
    color: #8b6b2f;
  }

  .lg-online-slider {
    width: 100%;
    overflow: hidden;
  }

  .lg-online-slider-track {
    display: flex;
    width: 100%;
    transition: transform .4s ease;
  }

  .lg-online-slide {
    flex: 0 0 100%;
    width: 100%;
  }

  .lg-online-month h3 {
    margin: 0 0 8px;
    text-align: center;
    font-size: 22px;
    letter-spacing: .06em;
    color: #537a49;
  }

  .lg-online-slide:nth-child(2) .lg-online-month h3 {
    color: #3c7dab;
  }

  .lg-online-slide:nth-child(3) .lg-online-month h3 {
    color: #d4742c;
  }

  .lg-online-slide:nth-child(4) .lg-online-month h3 {
    color: #8b63a8;
  }

  .lg-online-month table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    overflow: hidden;
    border: 1px solid #cdd8bf;
    border-radius: 6px;
    background: rgba(255,255,255,.78);
  }

  .lg-online-month th,
  .lg-online-month td {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }

  .lg-online-month th:last-child,
  .lg-online-month td:last-child {
    border-right: none;
  }

  .lg-online-month tr:last-child td {
    border-bottom: none;
  }

  .lg-online-month th {
    height: 30px;
    font-size: 12px;
    font-weight: 600;
    background: rgba(246,248,241,.8);
  }

  .lg-online-month td {
    height: 68px;
    padding: 4px;
    vertical-align: top;
    background: rgba(255,255,255,.72);
  }

  .lg-online-month .date-num {
    font-size: 13px;
    line-height: 1;
  }

  .lg-online-month .sun .date-num,
  .lg-online-month th.sun {
    color: #d92626;
  }

  .lg-online-month .sat .date-num,
  .lg-online-month th.sat {
    color: #236da0;
  }

  .lg-online-month .other-month .date-num {
    color: #999;
  }

  .lg-online-event {
    margin-top: 4px;
    padding: 3px 4px;
    border-radius: 5px;
    font-size: 9px;
    line-height: 1.25;
    background: #f5fbef;
    border: 1px solid #9bc17c;
    color: #25351f;
  }

  .lg-online-event .event-icon {
    margin-right: 1px;
  }

  .lg-online-event .event-time {
    display: inline;
  }

  .lg-online-event .event-title {
    display: block;
  }

  .lg-online-event.type-setup {
    background: #f4fbef;
    border-color: #98bf78;
  }

  .lg-online-event.type-illuminate {
    background: #fffaf0;
    border-color: #e3bd61;
  }

  .lg-online-event.type-dojo {
    background: #f2fbef;
    border-color: #8fc27b;
  }

  .lg-online-event.type-camp {
  background: #f3f0ff;
  border-color: #9b87d9;
}

.lg-online-event.is-multiday {
  border-left-width: 4px;
}

.lg-online-event .event-range {
  display: inline-block;
  margin-right: 2px;
  font-size: 10px;
  opacity: .75;
}

  .lg-online-note {
    margin-top: 14px;
    text-align: center;
    font-size: 12px;
  }
	
	/*講師・アシスタント*/
	#member .con .main #profile {
		position: relative;
		width: 92%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#member .con .main #profile h2 {
		position: relative;
		padding: 10px 0 10px 20px;
		margin: 0 auto 30px auto;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		background: #E7FFE0;
	}
	
	#member .con .main #profile h2::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 8px;
		height: 100%;
		background: #09320E;
		border-radius: 2px;
	}
	
	#member .con .main #profile .ptn {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	#member .con .main #profile .ptn .img {
		position: relative;
		width: 250px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#member .con .main #profile .ptn .img img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	#member .con .main #profile .ptn .text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 20px auto 0 auto;
	}
	
	#member .con .main #profile .ptn .text h3 {
		margin: 0 auto 20px auto;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: center;
		color: #B27B12;
	}
	
	#member .con .main #profile .ptn .text h3 font {
		position: relative;
		top: -2px;
		padding: 4px 10px 4px 10px;
		margin-left: 20px;
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 12px;
		color: #fff;
		background: #000;
	}
	
	#member .con .main #profile .ptn .text h4 {
		margin: 15px auto 15px auto;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: center;
		color: #B27B12;
	}
	
	#member .con .main #profile .ptn .text p {
		font-weight: 400;
	}
	
	/*動画アーカイブ*/
	#member .con .main #video {
		position: relative;
		width: 94%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#member .con .main #video h2 {
		position: relative;
		padding: 12px 0 12px 24px;
		margin: 0 auto 30px auto;
		font-size: 22px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
		background: #E7FFE0;
	}
	
	#member .con .main #video h2::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 8px;
		height: 100%;
		background: #09320E;
		border-radius: 2px;
	}
	
	#member .con .main #video .text {
		position: relative;
		width: 100%;
		height: auto;
		padding: 25px 0 25px 0;
		background: #EDEDED;
	}
	
	#member .con .main #video .text p {
		text-align: center;
	}
	
	#member .con .main #video .ptn {
		position: relative;
		width: 100%;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	#member .con .main #video .ptn h3 {
		position: relative;
		padding: 8px 0 8px 20px;
		margin: 0 auto 20px auto;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
	}
	
	#member .con .main #video .ptn h3::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 8px;
		height: 100%;
		background: #09320E;
		border-radius: 2px;
	}
	
	#member .con .main #video .ptn iframe {
		display: block;
		position: relative;
		width: 100%;
		height: 250px;
		margin: 0 auto 0 auto;
	}

	#member .con .main #video .ptn .pdf {
		position: relative;
		width: 100%;
		height: auto;
		margin: 25px auto 0 auto;
	}

	#member .con .main #video .ptn .pdf a {
		display: block;
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 18px 0 18px 0;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
		background: #09320E;
	}

	#member .con .main #video .ptn .pdf a::after {
		content: "";
		position: absolute;
		top: 22px;
		right: 20px;
		display: inline-block;
		width: 8px;
		height: 8px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		vertical-align: middle;
	}

	#member .con .main #video .ptn .lg-limited-timer {
		margin: 0 0 16px;
		padding: 12px 16px;
		border: 1px solid #e6d8b8;
		border-radius: 8px;
		background: #fffdf7;
		color: #5a4a35;
		font-size: 14px;
	}

	#member .con .main #video .ptn .lg-limited-timer span {
		display: inline-block;
		margin-right: 8px;
	}

	#member .con .main #video .ptn .lg-limited-timer strong {
		color: #9c7a2f;
		font-size: 18px;
		letter-spacing: .04em;
	}
	
	/*パスワード変更*/
	.lg-password-change {
    width: 94%;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
  }

  .lg-password-change h2 {
    margin: 0 0 22px;
    text-align: center;
    font-size: 22px;
    color: #9c7a2f;
    letter-spacing: .06em;
  }

  .lg-password-form .form-item {
    margin-bottom: 20px;
  }

  .lg-password-form label {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 600;
    color: #5a4a35;
  }

  .lg-password-form input {
    width: 100%;
    padding: 10px 10px 10px 10px;
    border: 1px solid #d8cba9;
    border-radius: 2px;
    background: #fff;
    font-size: 16px;
	line-height: 16px;
	box-sizing: border-box;;
  }

  .lg-password-form input:focus {
    outline: none;
    border-color: #c9aa5b;
  }

  .lg-password-form .form-note {
    margin-top: 6px;
    font-size: 12px;
    color: #8a7a63;
  }

  .lg-password-form .form-submit {
    margin-top: 26px;
    text-align: center;
  }

  .lg-password-form button {
    width: 100%;
    padding: 14px 20px;
    border: none;
    border-radius: 999px;
    background: #9c7a2f;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
  }

  .lg-password-message {
    margin-bottom: 20px;
    padding: 11px 14px;
    border-radius: 8px;
    font-size: 13px;
  }

  .lg-password-message.success {
    background: #eef8e8;
    border: 1px solid #9bc17c;
    color: #3e6531;
  }

  .lg-password-message.error {
    background: #fff0f0;
    border: 1px solid #e09a9a;
    color: #a33;
  }
	

}

/*
運営会社情報
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#company {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#company .con {
		position: relative;
		width: 900px;
		height: auto;
		margin: 80px auto 80px auto;
	}
	
	#company .con table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	
	#company .con table tr {
		border-bottom: solid 1px #09320E;
	}
	
	#company .con table tr th {
		position: relative;
		width: 300px;
		height: auto;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
	}
	
	#company .con table tr td {
		position: relative;
		width: 600px;
		height: auto;
		padding: 20px 0 20px 0;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
	}
 
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#company {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#company .con {
		position: relative;
		width: 94%;
		height: auto;
		margin: 40px auto 40px auto;
	}
	
	#company .con table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	
	#company .con table tr th {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		padding: 15px 0 15px 20px;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #fff;
		background: #09320E;
		box-sizing: border-box;
	}
	
	#company .con table tr td {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		padding: 15px 20px 15px 20px;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
		box-sizing: border-box;
	}
	
}

/*
特定商取引法に基づく表記
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#sales {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#sales .con {
		position: relative;
		width: 900px;
		height: auto;
		margin: 80px auto 80px auto;
	}
	
	#sales .con table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	
	#sales .con table tr {
		border-bottom: solid 1px #09320E;
	}
	
	#sales .con table tr th {
		position: relative;
		width: 300px;
		height: auto;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
	}
	
	#sales .con table tr td {
		position: relative;
		width: 600px;
		height: auto;
		padding: 20px 0 20px 0;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
	}
 
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#sales {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#sales .con {
		position: relative;
		width: 94%;
		height: auto;
		margin: 40px auto 40px auto;
	}
	
	#sales .con table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	
	#sales .con table tr th {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		padding: 15px 0 15px 20px;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #fff;
		background: #09320E;
		box-sizing: border-box;
	}
	
	#sales .con table tr td {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		padding: 15px 20px 15px 20px;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
		box-sizing: border-box;
	}
	
}

/*
個人情報保護方針
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#privacy {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#privacy .con {
		position: relative;
		width: 900px;
		height: auto;
		margin: 80px auto 80px auto;
	}
	
	#privacy .con p strong {
		display: block;
		position: relative;
		margin-bottom: 15px;
		font-size: 20px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #09320E;
	}
 
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#privacy {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#privacy .con {
		position: relative;
		width: 94%;
		height: auto;
		margin: 40px auto 40px auto;
	}
	
	#privacy .con p strong {
		display: block;
		position: relative;
		margin-bottom: 12px;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #09320E;
	}
	
}

/*
セミナー案内
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#lp {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#lp .con {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#lp .con img.img01,
	#lp .con img.img02,
	#lp .con img.img03,
	#lp .con img.img04,
	#lp .con img.img05,
	#lp .con img.img06,
	#lp .con img.img07,
	#lp .con img.img08 {
		z-index: 0;
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#lp .con .btn {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#lp .con .btn a.btn01,
	#lp .con .btn a.btn02,
	#lp .con .btn a.btn03,
	#lp .con .btn a.btn04 {
		z-index: 2;
		display: block;
		position: absolute;
		left: 225px;
		width: 550px;
		height: auto;
		transform-origin: center;
		animation: pururun 2s infinite;
	}
	
	#lp .con .btn a.btn01 {
		bottom: 45px;
	}
	
	#lp .con .btn a.btn02 {
		bottom: 20px;
	}
	
	#lp .con .btn a.btn03 {
		top: 25px;
	}
	
	#lp .con .btn a.btn04 {
		bottom: 350px;
	}
	
	#lp .con .btn a.btn01 img,
	#lp .con .btn a.btn02 img,
	#lp .con .btn a.btn03 img,
	#lp .con .btn a.btn04 img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#lp .con .btn a.btn01:hover,
	#lp .con .btn a.btn02:hover,
	#lp .con .btn a.btn03:hover,
	#lp .con .btn a.btn04:hover {
		animation-play-state: paused;
	}
	
	#lp .con iframe {
		display: block;
		position: relative;
		width: 800px;
		height: 500px;
		margin: 30px auto 30px auto;
	}

	/*オンラインセミナー*/
	.os .btn a.btn01 {
		top: 15px;
		bottom: auto!important;
	}

	.os .btn a.btn02 {
		top: 50px;
		bottom: auto!important;
	}

	.os .btn a.btn03 {
		top: 25px;
	}

	.os .btn a.btn04 {
		bottom: 30px!important;
	}
 
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#lp {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#lp .con {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#lp .con img.img01,
	#lp .con img.img02,
	#lp .con img.img03,
	#lp .con img.img04,
	#lp .con img.img05,
	#lp .con img.img06,
	#lp .con img.img07,
	#lp .con img.img08 {
		z-index: 0;
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#lp .con .btn {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#lp .con .btn a.btn01,
	#lp .con .btn a.btn02,
	#lp .con .btn a.btn03,
	#lp .con .btn a.btn04 {
		z-index: 2;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		width: 260px;
		height: auto;
		margin: 0 auto 0 auto;
		transform-origin: center;
		animation: pururun 2s infinite;
	}
	
	#lp .con .btn a.btn01 {
		bottom: 20px;
	}
	
	#lp .con .btn a.btn02 {
		bottom: 5px;
	}
	
	#lp .con .btn a.btn03 {
		top: 5px;
	}
	
	#lp .con .btn a.btn04 {
		bottom: 10%;
	}
	
	#lp .con .btn a.btn01 img,
	#lp .con .btn a.btn02 img,
	#lp .con .btn a.btn03 img,
	#lp .con .btn a.btn04 img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#lp .con iframe {
		display: block;
		position: relative;
		width: 370px;
		height: 250px;
		margin: 20px auto 20px auto;
	}

	/*オンラインセミナー*/
	.os .btn a.btn01 {
		top: 5px;
		bottom: auto!important;
	}

	.os .btn a.btn02 {
		top: 15px;
		bottom: auto!important;
	}

	.os .btn a.btn03 {
		top: 5px!important;
	}

	.os .btn a.btn04 {
		bottom: 10px!important;
	}
	
}

/*
申込・決済ページ
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#payment {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#payment .con {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 80px auto 80px auto;
	}
	
	/*選択ボタン*/
	#payment .con .btn {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 650px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#payment .con .btn a {
		display: block;
		position: relative;
		width: 300px;
		height: auto;
		padding: 20px 0 20px 0;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #fff;
		background: #09320E;
		border: solid 2px #09320E;
		border-radius: 100px;
		box-sizing: border-box;
	}
	
	/*商品詳細*/
	#payment .con .detail {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 40px auto;
	}
	
	#payment .con .detail .img {
		position: relative;
		width: 500px;
		height: auto;
		margin: 0 auto 40px auto;
	}
	
	#payment .con .detail .img img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	#payment .con .detail table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	
	#payment .con .detail table tr {
		border-top: solid 1px #BABABA;
		border-bottom: solid 1px #BABABA;
	}
	
	#payment .con .detail table tr th {
		position: relative;
		width: 350px;
		height: auto;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		box-sizing: border-box;
	}
	
	#payment .con .detail table tr td {
		position: relative;
		width: 650px;
		height: auto;
		padding: 18px 25px 18px 0;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		box-sizing: border-box;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#payment {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#payment .con {
		position: relative;
		width: 94%;
		height: auto;
		margin: 40px auto 40px auto;
	}
	
	/*選択ボタン*/
	#payment .con .btn {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#payment .con .btn a {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 20px auto;
		padding: 18px 0 18px 0;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
		color: #fff;
		background: #09320E;
		border: solid 1px #09320E;
		border-radius: 100px;
		box-sizing: border-box;
	}
	
	/*商品詳細*/
	#payment .con .detail {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	#payment .con .detail .img {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 20px auto;
	}
	
	#payment .con .detail .img img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	#payment .con .detail table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	
	#payment .con .detail table tr {
		
	}
	
	#payment .con .detail table tr th {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		padding: 15px 0 15px 20px;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #fff;
		background: #09320E;
		box-sizing: border-box;
	}
	
	#payment .con .detail table tr td {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		padding: 20px 20px 20px 20px;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		box-sizing: border-box;
	}
}

/*
SureCart
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#surecart-product {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#surecart-product .product {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 80px auto 80px auto;
	}
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#surecart-product {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#surecart-product .product {
		position: relative;
		width: 90%;
		height: auto;
		margin: 0 auto 40px auto;
	}
}

/*
サンクスページ
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#thanks {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#thanks .con {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 80px auto 80px auto;
	}
	
	#thanks .con h2 {
		margin-bottom: 50px;
		font-size: 24px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 24px;
		text-align: center;
	}
	
	#thanks .con p {
		text-align: center;
	}

	#thanks .con a {
		display: block;
		position: relative;
		width: 400px;
		height: auto;
		margin: 40px auto 0 auto;
		padding: 20px 0 20px 0;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
		background: #09320ecc;
		transition: 0.3s;
	}

	#thanks .con a:hover {
		opacity: 0.7;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#thanks {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#thanks .con {
		position: relative;
		width: 94%;
		height: auto;
		margin: 40px auto 40px auto;
	}
	
	#thanks .con h2 {
		margin-bottom: 30px;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
	}
	
	#thanks .con p {
		text-align: left;
	}

	#thanks .con a {
		display: block;
		position: relative;
		width: 300px;
		height: auto;
		margin: 40px auto 0 auto;
		padding: 20px 0 20px 0;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
		color: #fff;
		background: #09320ecc;
	}

}

/*
ボタン_アニメーション
*/
@keyframes pururun {
	0% {
		transform: scale(1);
	}
	10% {
		transform: scale(0.95, 1.05);
	}
	20% {
		transform: scale(1.05, 0.95);
	}
	30% {
		transform: scale(0.98, 1.02);
	}
	40% {
		transform: scale(1.02, 0.98);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}