﻿@charset "UTF-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* 大枠 */
html, body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}
body {
	font-size: 16px;
	line-height: 1.6;
}
#wrapper {
	width: 100%;
	min-width: 100px;
	margin: 0 auto;
	position: relative;
}
body > #wrapper {
	height: auto;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

@media print {
html, html body {
	overflow: visible !important;
}
}
/* アクセシビリティ */
.guidance {
	left: -999px;
	position: absolute;
	width: 990px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
} /* レスポンシブ対応 */
img {
	vertical-align: bottom;
	box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}
img, x:-moz-any-link, x:default {
 box-shadow: #000 0 0 0; /* IE7対応 */
}
/* リンク */
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
a:active {
	color: #0066FF;
	text-decoration: underline;
}
.entry:hover, .btn a:hover, .link_bnr .container a:hover,.btn.lesson:hover {
	text-decoration: none;
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.mincho {
	/* font-family: "FOT-筑紫明朝 Pr6 L","TsukuMinPr6-L","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","TakaoEx明朝",TakaoExMincho,"MotoyaLCedar","Droid Sans Japanese","HGS明朝E","ipamin","ＭＳ Ｐ明朝",serif; */
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	position: relative;
	font-weight: normal;
}
/* CLEARFIX */
.container:after, .row:after, .col:after {
	content: "";
	display: table;
	clear: both;
}
.container {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
}
/* ブロック関係 */
.row {
	padding-bottom: 0em;
}
.col {
	display: block;
	float: left;
	width: 100%;
	margin: 0 1%;
	line-height: 1.5;
}
.col:first-child {
	margin-left: 0;
}
.col:last-child {
	margin-right: 0;
}
/* グリッドの設定 */
.span_1 {
	width: 6.25%;
}
.span_2 {
	width: 15%;
}
.span_3 {
	width: 23.5%;
}
.span_4 {
	width: 32%;
}
.span_5 {
	width: 40.5%;
}
.span_6 {
	width: 49%;
}
.span_7 {
	width: 57.5%;
}
.span_8 {
	width: 66%;
}
.span_9 {
	width: 74.5%;
}
.span_10 {
	width: 83%;
}
.span_11 {
	width: 91.5%;
}
.span_12 {
	width: 100%;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
/* タイトル */
#site_title {
	/* text-align: center; */
	overflow: hidden;
}
#site_title img {
	height: 40px;
	width: auto;
}
h1.title {
	padding: 20px 10px;
	margin-bottom: 30px;
	color: #fff;
	overflow: hidden;
}
/* 追加した箇所 */

.item li {
	float: right;
    padding: 10px 20px 10px 20px;
    background: green;
    color: white;
    /* border: saddlebrown; */
    border-radius: 10px;
    /* display: flex; */
}

#nav ul {
	display: flex;
	justify-content: space-between;
}
#nav ul div {
	display: flex;
	align-items: center;
}
#nav ul div a {
	display       : inline-block;
	text-decoration: none;
	font-size     : 1rem;        /* 文字サイズ */
	text-align    : center;      /* 文字位置 */
	cursor        : pointer;     /* カーソル */
	padding       : 12px 12px;   /* 余白 */
	background    : #41ac08;     /* 背景色 */
	color         : #000000;     /* 文字色 */
	line-height   : 40px;         /* 1行の高さ */
	transition    : .3s;         /* なめらか変化 */
	border        : 2px solid #000000;    /* 枠の指定 */
}
/* 追加した箇所終わり */
/* ▼▼▼ ヘッダー
=====================================*/
header {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
}
/* グローバルナビゲーション */
#gnav {
	overflow: hidden;
}
#gnav ul {
}
#gnav ul > li {
	float: left;
}
#gnav ul > li a {
	display: block;
}
#gnav ul > li a:hover {
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
#main {
	width: 100%;
	padding: 50px 0 20px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}
section {
	padding: 50px 0 40px;
}
h1 {
	padding: 90px 0;
	text-align: center;
}
h1 img {
	max-width: 320px;
}
h2 {
	display: inline-block;
	margin: 0 0 40px;
	color: #3c2a21;
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.1;
	position: relative;
}
h2:before {
	content: "";
	display: block;
	width: 60px;
	height: 90px;
	margin: -50px 0 0 0;
	background: url(../img/midashi_icon03.png) top left no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: -55px;
}
h2:after {
	content: "";
	display: block;
	width: 60px;
	height: 90px;
	margin: -50px 0 0 0;
	background: url(../img/midashi_icon04.png) top left no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: -60px;
}
h2 span {
	text-align: center;
	display: block;
	margin: 0 auto 5px;
	font-size: 23px;
	line-height: 1.2;
}
h2.lesson_title {
	display: block;
	padding: 10px 0;
	font-size: 32px;
	text-align: center;
	line-height: 1.6;
	border-top: 4px double #3c2a21;
	border-bottom: 4px double #3c2a21;
}
h2.lesson_title:before, h2.lesson_title:after {
	display: none;
}
h3 {
	margin: 0 0 20px;
	padding: 0 0 0 10px;
	border-left: 6px solid #3c2a21;
	color: #3c2a21;
	font-size: 25px;
	font-weight: bold;
}
#cont06 h3, #cont07 h3, #cont08 h3 {
	margin-left: 70px;
}
h3.menu_a {
	display: inline-block;
	margin: 0 0 -5px;
	text-align: center;
	font-size: 30px;
	border: none;
	position: relative;
}
h3.menu_a:before {
	content: "";
	width: 25px;
	height: 30px;
	margin: -15px 0 0 0;
	background: url(../img/midashi_icon01.png) top left no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: -30px;
}
h3.menu_a:after {
	content: "";
	width: 25px;
	height: 30px;
	margin: -15px 0 0 0;
	background: url(../img/midashi_icon02.png) top right no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: -30px;
}
.keyword {
	display: inline-block;
	position: relative;
}
.keyword:before {
	content: "いち";
	display: block;
	text-align: center;
	width: 40px;
	margin: 0 0 0 -1.8em;
	color: #3c2a21;
	font-size: 14px;
	position: absolute;
	top: -36px;
	left: 0;
}
#cont01 {
	background: url(../img/main_img_pc.png) center top no-repeat;
	background-size: cover;
}
#cont01 .container {
	position: relative;
}
.entry {
	width: 210px;
	height: 210px;
	position: absolute;
	bottom: -180px;
	right: -40px;
	opacity: 0;
}
.entry.fixed_icon{
	position: fixed;
	bottom: 120px;
	right: 20px;
	z-index: 2;
	opacity: 1;
}
.entry.fixed_icon {
	animation-name: fixed_icon;
	animation-duration: 2s;
	animation-iteration-count: 1;
}
@keyframes fixed_icon {
	0% {
		opacity: 0;
	}
	5%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.entry.swho {
	animation-name: swho;
	animation-duration: 1s;
	animation-iteration-count: 1;
	opacity: 1;
}
@keyframes swho {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.entry a{
	display: block;
}
.entry div {
	background: url(../img/lesson_btn.png) center center no-repeat;
	background-size: contain;
	position: relative;
}
.entry .close_btn {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 10px;
	right: 25px;
	z-index: 1000000!important;
}
.read {
	margin: 0 0 50px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.8;
}
h2.lesson_title + .read, h2.lesson_title + .fee_course + .read {
	margin: 0 0 10px;
}
#cont09 h2.lesson_title + .read {
	margin: 0 0 40px;
}
section#cont02 {
	padding: 0px 0 30px;
}
.menu {
	padding: 10px 30px 40px;
	background: #fff8ef;
	text-align: center;
	overflow: hidden;
	position: relative;
}
#cont05 .menu:after {
	background: url(../img/time_icon02.png) top right no-repeat;
	background-size: contain;
	top: 135px;
    right: 28px;
}
.menu h4 {
	color: #3c2a21;
	font-size: 24px;
	border-bottom: 4px double #3c2a21;
	margin: 0 0 25px;
}
.menu .read{
	margin: 0 0 30px;
}
.menu p {
	color: #3c2a21;
}
.menu .btn.lesson + p {
	text-align: center;
	margin: 0 0 5px;
	font-size: 24px;
	font-weight: bold;
}
.menu .btn.lesson + p + p {
	text-align: center;
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: normal;
}
.menu_box {
	margin: 0 0 40px;
	background: #fff;
	overflow: hidden;
	box-shadow: 4px 4px 3px -2px #cccccc;
	padding: 20px 20px 20px 0;
}
.img_box {
	float: left;
	width: 49%;ß
	margin: 0 1% 0 0;
	position: relative;
}
/* .img_box:after {
	content: "";
	width: 110px;
	height: 110px;
	background: url(../img/time_icon01.png) top right no-repeat;
	background-size: contain;
	position: absolute;
	left: 10px;
	bottom: -10px;
}
.img_box02:after {
	content: "";
	width: 110px;
	height: 110px;
	background: url(../img/time_icon02.png) top right no-repeat;
	background-size: contain;
	position: absolute;
	left: 10px;
	bottom: -10px;
} */
.txt_box {
	float: right;
	width: 48%;
	margin: 0;
}
p.caption {
	display: inline-block;
	padding: 0 8px;
	margin: 0 0 15px;
	border: 1px solid #3c2a21;
}
.menu_list {
	font-weight: bold;
}
.btn a, .btn span {
	display: block;
	max-width: 420px;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	line-height: 60px;
	background: #3c2a21;
	position: relative;
}
.btn a:after, .btn span:after {
	content: "\f105";
	font-family: FontAwesome;
	color: #fff;
	font-size: 28px;
	font-weight: normal;
	position: absolute;
	top: 0;
	right: 25px;
}

.btn.lesson{
	max-width: 420px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: #42AC0A;
}
.btn.lesson:after{
	content:"";
	display: block;
	width: 420px;
	height: 86px;
	position: absolute;
	top:4px;
	left: 5px;
	border-right: 1px solid #42AC0A;
	border-bottom: 1px solid #42AC0A;
	z-index: 1;
	pointer-events: none;
}



.btn.lesson a {
	display: block;
	margin: 0 auto 55px;
	padding: 0 10px 0 0;
	color: #fff;
	text-align: center;
	max-width: 420px;
	font-size: 26px;
	line-height: 86px;
	background: #42AC0A;
	/*background: url(../img/btn_bg.png) top center no-repeat;
	background-size: contain;*/
}
.btn.lesson a:after {
	content: "\f105";
	font-family: FontAwesome;
	color: #fff;
	font-size: 32px;
	font-weight: normal;
	position: absolute;
	top: 0;
	right: 25px;
}


#cont03 {
	background: url(../img/cont_bg01.png) top center repeat;
}
#cont03 .container {
	text-align: center;
}
ul.lesson01_list {
	margin: 0 0 20px;
	overflow: hidden;
	margin: 0 0 0 1%;
}
ul.lesson01_list li {
	float: left;
	width: 29%;
	margin: 0 6% 0 0;
}
ul.lesson01_list li:nth-child(3n) {
	margin: 0 0 0 0;
}
ul.lesson01_list li:nth-child(3n) {
	margin: 0 0 0 0;
}
ul.lesson01_list li p:first-of-type {
	margin: 0 0 5px;
	font-size: 22px;
	font-weight: bold;
	font-feature-settings: "palt"1;
}
ul.lesson01_list li img {
	margin: 0 0 10px;
}
ul.lesson01_list li p + p {
	margin: 0 0 30px;
	font-weight: normal;
}
ul.lesson01_list li .btn a {
	margin: 0 0 40px;
	font-size: 16px;
	line-height: 50px;
}
#cont04 {
	background: #fdf0f0;
}
#cont04 .container {
	text-align: center;
}
#cont04 .lesson01_list li {
	position: relative;
	counter-increment: cnt;
}
#cont04 .lesson01_list li:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #3c2a21;
	position: absolute;
	top: 85px;
	right: -35px;
}
#cont04 .lesson01_list li:before {
	content: counter(cnt);
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 20px;
	background: #3c2a21;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	font-weight: normal;
	line-height: 30px;
	position: absolute;
	top: 0px;
	left: 0;
}
#cont05 {
	background: #fff;
}
#cont05 .container {
	text-align: center;
}
#cont05 .menu,#cont02 .menu {
	padding: 30px 30px 40px;
}
#cont02 h3.menu_a{
	font-size: 30px;
}
#cont05 h3.menu_a {
	margin: 0 0 -5px;
	padding: 0 0 0 0;
	font-size: 23px;
}
#cont05 h3.menu_a + div,#cont02 h3.menu_a + div,#cont02 div.lesson_wrap {
	text-align: center;
}
p.lesson_title {
	display: inline-block;
	margin: 0 auto 30px;
	font-size: 50px;
	font-weight: bold;
	background: linear-gradient(transparent 70%, yellow 70%);
	line-height: 1.2;
}
#cont05 .menu p.rank, #cont05 .menu p.fee {
	margin: 0 0 0;
	font-size: 20px;
	font-weight: bold;
}
#cont05 .menu p.fee {
	margin: 0 0 5px;
}
#cont07 .lesson_title {
	margin: 0 0 20px;
}
.read + p.rank {
	margin: 0 0 40px;
	color: #3c2a21;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
.cookVisual img {
	width: 100%;
	margin: 0 0 10px;
}
.cookVisual p {
	font-size: 18px;
	font-weight: bold;
}
.bnr {
	margin: 0 0 5px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
	background: #3c2a21;
}
.fee_course {
	color: #ad2121;
	text-align: center;
	font-size: 26px;
	margin: 0 0 20px;
	font-weight: bold;
}
.monthly {
	color: #3c2a21;
	font-weight: bold;
	overflow: hidden;
}
.monthly h3 {
	margin: 0 0 10px;
}
.monthly li {
	float: left;
	width: 48%;
	margin: 0 4% 0 0;
}
.monthly li:nth-child(2n) {
	margin: 0 0 0 0;
}
.monthly li div {
	float: left;
	width: 48%;
	margin: 0 4% 50px 0;
	font-weight: bold;
}
.monthly li div:nth-child(2n) {
	margin: 0 0 50px 0;
}
.monthly li .rank {
	font-size: 20px;
}
.monthly li .fee {
	font-size: 20px;
	margin: 0 0 10px;
}
.menu_couse {
	font-weight: bold;
	overflow: hidden;
}
.menu_couse li {
	float: left;
	width: 32%;
	margin: 0 2% 50px 0;
}
.menu_couse li:nth-child(3n) {
	margin: 0 0 50px 0;
}
.menu_couse li img {
	margin: 0 0 10px;
}
#cont11 {
	padding: 40px 0;
	background: #fff4e5;
}
#cont11 .container {
	text-align: center;
}
#cont11 .btn {
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
}
#cont11 .btn {
}
#cont11 .btn a {
	font-size: 26px;
	color: #000;
	background: #fff;
	font-weight: bold;
	border: 2px solid #000;
}
#cont11 .btn a:after {
	color: #000;
}
#cont11 .btn:last-child {
	margin: 0 0 0 0;
}
#cont12 {
	/* padding: 100px 0 0; */
}
#cont12 .container {
	background: url(../img/reserved_img.jpg) top center no-repeat;
	background-size: cover;
}

#cont12 .btn {
}
.link_bnr .container{
	padding: 0;
}
.link_bnr .container a {
	display: block;
	padding: 80px 0 65px;
}
.link_bnr .btn a,
.link_bnr .btn span {
	max-width: 440px;
	width: 100%;
	font-size: 26px;
	color: #000;
	background: #fff;
	border: 2px solid #000;
}
.link_bnr .btn a:after,
.link_bnr .btn span:after {
	color: #000;
}

.link_bnr .container .desc_txt {
	margin: 0 0 10px;
	color: #fff;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}
.link_bnr .container .lesson_name {
	margin: 0 0 20px;
	color: #fff;
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2;
}
#online_live .container{
	background: url(../img/onlinelesson_img.jpg) no-repeat center/cover;
	padding: 0;
}

/* 動画埋め込み
---------------------------- */
#video_area{
	position: relative;
}
#video_area h3{
	width: 100%;
	text-align: center;
	border: none;
	margin: 0 auto;
	position: absolute;
	top: 25px;
	z-index: 2;
}
	#video_area h3 span{
		background: #DE6700;
		border-radius: 50px;
		display: inline-block;
		padding: 7px 20px 3px;
		color: #fff;
		text-align: center;
	}
#video_area .video_wrap{
	padding: 60px 20px 35px;
	border: 5px solid #DE6700;
	position: relative;
}
.youtube {
	width: 70%;
	padding-bottom: 40%;
	margin: 0 auto 20px;
	height: 0px;
	position: relative;
}
.video_wrap iframe {
	box-shadow: 0 5px 25px 0 rgb(0 0 0 / 20%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video_wrap p{
	text-align: center;
	font-weight: bold;
}


/* ▼▼▼ フッター
=====================================*/
footer {
	width: 100%;
	padding: 20px 0;
	clear: both;
	overflow: hidden;
}
#footer_inner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#footer_inner ul {
	max-width: 500px;
	width: 100%;
	margin: 0 auto 40px;
	overflow: hidden;
}
#footer_inner li {
	float: left;
	text-align: center;
	width: 32%;
	margin: 0 2% 0 0;
	padding: 0 10px;
	border-right: 1px solid #000;
}
#footer_inner li:last-child {
	margin: 0 0 0 0;
	border: none;
}
#footer_inner li a {
	color: #000;
}
#footer_inner p {
	text-align: center;
}
#footer_inner ul + p {
	margin: 0 0 10px;
}
#footer_inner img {
	height: 50px;
}
/* ▼ ページ上部へ戻る */
.pagetop {
	width: 80px;
	height: 80px;
	margin: 0 0 0 0;
	background: #3c2a21;
	text-align: center;
	line-height: 40px;
	color: #fff;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 2000;
	cursor: pointer;
}
.pagetop:before {
	content: "\f106";
	font-family: FontAwesome;
	display: block;
	margin: 10px 0 0 0;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	vertical-align: middle;
}
/* ▼ コピーライト */
#copyright {
	font-size: 12px;
	font-weight: bold;
}

/* ▼▼▼ 1100px〜
=====================================*/
@media screen and (max-width: 1100px) {

	.entry {
		width: 210px;
		height: 210px;
		position: absolute;
		bottom: -130px;
		right: 0px;
	}

}


/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {
	#wrapper {
		width: 100%;
	}
	#screen {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: rgba(0,0,0,0.8);
		z-index: 200;
	}
	.span_1, .span_2, .span_3, .span_4, .span_5, .span_6, .span_7, .span_8, .span_9, .span_10, .span_11, .span_12 {
		width: 100%;
	}
	.col {
		margin: 0;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	/* タイトル */
	#site_title {
		/* text-align: center; */
		overflow: hidden;
	}
	#site_title img {
		height: 30px;
	}
	h1.title {
		padding: 20px 10px;
		margin-bottom: 30px;
		color: #fff;
		overflow: hidden;
	}
	/* ▼▼▼ ヘッダー
	=====================================*/
	header {
		width: 100%;
		padding: 5px 0;
		overflow: hidden;
	}
	/* グローバルナビゲーション */
	#gnav {
		overflow: hidden;
	}
	#gnav ul {
	}
	#gnav ul > li {
		float: left;
	}
	#gnav ul > li a {
		display: block;
	}
	#gnav ul > li a:hover {
		-ms-filter: "alpha(opacity=60)";
		-moz-opacity: 0.6;
		-khtml-opacity: 0.6;
		opacity: 0.6;
	}
	/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	=====================================*/
	#main {
		padding: 30px 0 0;
		margin: 0 auto;
	}
	.container {
		padding: 0px 10px;
	}
	p {
		font-size: 14px;
	}
	section {
		padding: 30px 0 10px;
	}
	h1 {
		padding: 15% 0;
		text-align: center;
	}
	h1 img {
		max-width: 60%;
	}
	h2 {
		display: inline-block;
		margin: 0 0 25px;
		color: #3c2a21;
		text-align: center;
		font-size: 28px;
		font-weight: bold;
		line-height: 1.1;
		position: relative;
	}
	h2:before {
		content: "";
		display: block;
		width: 35px;
		height: 60px;
		margin: -30px 0 0 0;
		background: url(../img/midashi_icon03.png) top left no-repeat;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: -35px;
	}
	h2:after {
		content: "";
		display: block;
		width: 35px;
		height: 60px;
		margin: -30px 0 0 0;
		background: url(../img/midashi_icon04.png) top right no-repeat;
		background-size: contain;
		position: absolute;
		top: 50%;
		right: -35px;
	}
	h2 span {
		text-align: center;
		display: block;
		margin: 5px auto 5px;
		font-size: 14px;
		line-height: 1.2;
	}
	h2.lesson_title {
		display: block;
		margin: 0 0 15px;
		padding: 5px 0;
		font-size: 22px;
		line-height: 1.5;
		text-align: center;
		border-top: 4px double #3c2a21;
		border-bottom: 4px double #3c2a21;
	}
	h2.lesson_title:before, h2.lesson_title:after {
		display: none;
	}
	h3 {
		margin: 0 0 10px;
		padding: 0 0 0 5px;
		border-left: 2px solid #3c2a21;
		font-size: 20px;
	}
	#cont06 h3, #cont07 h3, #cont08 h3 {
		margin-left: 0px;
	}
	h3.menu_a {
		display: inline-block;
		margin: 0 0 0px;
		padding: 0;
		text-align: center;
		font-size: 20px;
		letter-spacing: 0.3em;
		border: none;
		position: relative;
	}
	h3.menu_a:before {
		width: 15px;
		height: 20px;
		margin: -13px 0 0 0;
		background: url(../img/midashi_icon01.png) bottom left no-repeat;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: -20px;
	}
	h3.menu_a:after {
		content: "";
		width: 15px;
		height: 20px;
		margin: -13px 0 0 0;
		background: url(../img/midashi_icon02.png) bottom right no-repeat;
		background-size: contain;
		position: absolute;
		top: 50%;
		right: -20px;
	}
	section#cont01 {
		padding: 0 0 0;
		background: url(../img/main_img_sp.png) center top no-repeat;
		background-size: cover;
	}
	#cont01 .container {
		position: relative;
	}
	.entry {
		width: 120px;
		height: 120px;
		position: absolute;
		bottom: -30px;
		right: 10px;
		z-index: 100!important;
	}
	.entry.fixed_icon {
		display: block;
		position: fixed;
		bottom: 90px;
		right: 10px;
		z-index: 100!important;
		font-size: 14px;
	}
	.entry div {
		background: url(../img/lesson_btn.png) center center no-repeat;
		background-size: contain;
		position: relative;
	}
	.entry .close_btn {
		width: 25px;
		height: 25px;
		position: absolute;
		top: 5px;
		right: 5px;
	}
	.read {
		margin: 0 0 20px;
		padding: 0 15px;
		text-align: center;
		font-size: 15px;
		line-height: 1.8;
	}
	section#cont02 {
		padding: 0px 0 10px;
	}
	#cont02 .read {
		padding: 0 5px;
	}
	h2.lesson_title + .read,  h2.lesson_title + .read, h2.lesson_title + .fee_course + .read {
		margin: 0 0 0px;
		padding: 0 0 0;
		text-align: left;
	}
	#cont09 h2.lesson_title + .read {
		margin: 0 0 20px;
	}
	.menu {
		padding: 10px 30px 20px;
		text-align: center;
		overflow: hidden;
		position: relative;
	}

	#cont05 .menu:after {
		background: url(../img/time_icon02.png) top right no-repeat;
		background-size: contain;
		top: 90px;
		right: 0px;
	}
	.menu {
		padding: 10px 10px 20px;
		background: #fff8ef;
	}
	.menu h4 {
		font-size: 19px;
		border-bottom: 3px double #3c2a21;
		margin: 0 0 15px;
	}
	.menu .btn.lesson + p {
		margin: 0 0 5px;
		font-size: 18px;
	}
	.menu .btn.lesson + p + p {
		margin: 0 0 15px;
		font-size: 13px;
	}
	.menu_box {
		margin: 0 0 30px;
		background: #fff;
		overflow: hidden;
		box-shadow: 4px 4px 3px -2px #cccccc;
		padding: 0 0 20px;
	}
	.img_box {
		float: none;
		width: 100%;
		margin: 0 0 20px;
		position: relative;
	}
	.img_box:after {
		content: "";
		width: 60px;
		height: 60px;
		background: url(../img/time_icon01.png) top right no-repeat;
		background-size: contain;
		left: 2%;
	}
    .img_box02:after {
		content: "";
		width: 60px;
		height: 60px;
		background: url(../img/time_icon02.png) top right no-repeat;
		background-size: contain;
		left: 2%;
	}
	.txt_box {
		float: none;
		width: 100%;
		padding: 0 10px;
		margin: 0;
	}
	.caption, .menu p.caption {
		display: inline-block;
		margin: 0 0 10px;
		padding: 1px 4px;
		font-size: 13px;
		border: 1px solid #3c2a21;
	}
	.menu_list {
		font-size: 13px;
		font-weight: bold;
	}
	.btn a, .btn span {
		display: block;
		margin: 0 15px;
		color: #fff;
		font-size: 15px;
		text-align: center;
		line-height: 40px;
		background: #3c2a21;
		position: relative;
	}
	.btn a:after, .btn span:after {
		content: "\f105";
		font-family: FontAwesome;
		color: #fff;
		font-size: 16px;
		font-weight: normal;
		position: absolute;
		top: 0;
		right: 12px;
	}
	.btn.lesson{
		width: 98%;
	}
	.btn.lesson:after {
	    width: 100%;
	    height: 60px;
	    top: 4px;
	    left: 5px;
	    z-index: 1;
	}
	.btn.lesson a {
		margin: 0 auto 20px;
		padding: 0 0 0 5px;
		max-width: 100%;
		font-size: 18px;
		line-height: 60px;
	}
	.btn.lesson a:after {
		content: "\f105";
		font-family: FontAwesome;
		color: #fff;
		font-size: 16px;
		font-weight: normal;
		position: absolute;
		top: 0;
		right: 30px;
	}
	#cont03 {
		background: url(../img/cont_bg01.png) top center repeat;
	}
	#cont03 .container {
		padding: 0 20px;
		text-align: center;
	}
	ul.lesson01_list {
		margin: 0 0 10px;
	}
	ul.lesson01_list li {
		width: 100%;
		margin: 0 0 20px 0;
		border-bottom: 1px solid #000;
	}
	ul.lesson01_list li:nth-child(3n) {
		margin: 0 0 20px 0;
	}
	ul.lesson01_list li p:first-of-type {
		margin: 0 0 5px;
		font-size: 16px;
		font-weight: bold;
	}
	ul.lesson01_list li img {
		float: left;
		width: 48%;
		margin: 0 4% 25px 0;
	}
	ul.lesson01_list li div {
		float: left;
		width: 48%;
		margin: 0 0 10px 0;
	}
	ul.lesson01_list li p + p {
		margin: 0 0 10px;
		font-size: 14px;
	}
	ul.lesson01_list li .btn a {
		margin: 0 0 10px;
		font-size: 15px;
		line-height: 35px;
	}
	#cont04 {
		background: #fdf0f0;
	}
	#cont04 .container {
		padding: 0 20px 30px;
		text-align: center;
	}
	#cont04 ul.lesson01_list {
		margin: 0 0 0;
	}
	#cont04 ul.lesson01_list li {
		border-bottom: none;
	}
	#cont05 {
		background: #fff;
	}
	#cont05 .container {
		text-align: center;
	}
	#cont05 .menu,#cont02 .menu {
		padding: 20px 20px 20px;
	}
	#cont02 h3.menu_a{
		font-size: 18px;
		}
	#cont05 h3.menu_a{
		margin: 0 0 0;
		font-size: 16px;
	}
	p.lesson_title {
		margin: 0 auto 15px;
		font-size: 38px;
		font-weight: bold;
		background: linear-gradient(transparent 80%, yellow 80%);
		line-height: 1.2;
	}
	#cont05 .menu p.rank, #cont05 .menu p.fee {
		margin: 0 0 0;
		font-size: 15px;
	}
	#cont05 .menu p.fee {
		margin: 0 0 10px;
	}
	section#cont06 {
		padding: 30px 20px 10px;
	}
	section#cont07,  section#cont08, section#cont09,  section#cont10 {
		padding: 0 20px 10px;
	}
	.read + p.rank {
		margin: 0 0 20px;
		color: #3c2a21;
		font-size: 15px;
		text-align: left;
	}
	.cookVisual img {
		margin: 0 0 5px;
	}
	.cookVisual p {
		font-size: 12px;
		font-weight: normal;
	}
	#cont07 .lesson_title {
		margin: 0 0 10px;
	}
	.bnr {
		margin: 0 0 5px;
		font-size: 12px;
		font-weight: normal;
		line-height: 25px;
		background: #3c2a21;
	}
	.bnr + p {
		font-weight: normal;
		font-size: 12px;
	}
	.fee_course {
		color: #ad2121;
		text-align: center;
		font-size: 17px;
		margin: 0 0 5px;
		font-weight: bold;
	}
	.keyword:before {
		display: block;
		text-align: center;
		width: 30px;
		margin: 0 0 0 -2em;
		color: #3c2a21;
		font-size: 10px;
		position: absolute;
		top: -27px;
		left: 0;
	}
	.monthly {
		color: #3c2a21;
		font-weight: bold;
		overflow: hidden;
	}
	.monthly h3 {
		margin: 0 0 10px;
		font-size: 15px;
	}
	.monthly li {
		float: left;
		width: 45%;
		margin: 0 10% 20px 0;
	}
	.monthly li:nth-child(2n) {
		margin: 0 0 20px 0;
	}
	.monthly li div {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
		font-weight: bold;
	}
	.monthly li div:nth-child(2n) {
		margin: 0 0 0 0;
	}
	.monthly li .rank {
		font-size: 16px;
	}
	.monthly li .fee {
		font-size: 15px;
		margin: 0 0 10px;
	}
	.monthly li .fee + p {
		font-weight: normal;
	}
	.menu_couse {
		font-weight: bold;
		overflow: hidden;
	}
	.menu_couse li {
		float: left;
		width: 32%;
		margin: 0 2% 50px 0;
	}
	.menu_couse li:nth-child(3n) {
		margin: 0 0 50px 0;
	}
	.menu_couse li img {
		margin: 0 0 10px;
	}
	#cont07, #cont08, #cont07, #cont07 {
	}
	#cont11 {
		padding: 20px 0 30px;
		background: #fff4e5;
	}
	#cont11 .container {
		text-align: center;
	}
	#cont11 .btn {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}
	#cont11 .btn {
	}
	#cont11 .btn a {
		font-size: 18px;
		color: #000;
		background: #fff;
		border: 1px solid #000;
	}
	#cont11 .btn a:after {
		color: #000;
	}
	#cont11 .btn:last-child {
		margin: 0 0 0 0;
	}
	#cont12 {
		padding: 50px 25px 0;
	}
	#cont12 .container {
		background: url(../img/reserved_img.jpg) top center no-repeat/cover;
	}
	.link_bnr .container .desc_txt {
		margin: 0 0 0;
		font-size: 13px;
	}
	.link_bnr .container .lesson_name {
		margin: 0 0 10px;
		color: #fff;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
	}
	#cont12 .btn {
	}
	.link_bnr .container a {
		display: block;
		padding: 40px 20px 40px;
	}
	.link_bnr .btn a,
	.link_bnr .btn span {
		max-width: none;
		width: 80%;
		margin: 0 auto 0;
		font-size: 16px;
		color: #000;
		font-weight: bold;
		background: #fff;
		border: 1px solid #000;
	}
	.link_bnr .btn a:after,
	.link_bnr .btn span:after {
		color: #000;
	}

	/* 動画埋め込み
	---------------------------- */
	#video_area{
		position: relative;
		margin-bottom: 30px;
	}
	#video_area h3{
		font-size: 15px;
		top: 0;
	}
		#video_area h3 span{
			padding: 5px 15px;
		}
	#video_area .video_wrap{
		padding: 35px 10px 25px;
	}
	.youtube {
		width: 100%;
		padding-bottom: 56.25%;
	}


	/* ▼▼▼ フッター
	=====================================*/
	footer {
		width: 100%;
		padding: 20px 0 70px;
		clear: both;
		overflow: hidden;
	}
	#footer_inner {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	#footer_inner ul {
		display: table;
		width: 100%;
		margin: 0 auto 20px;
		padding: 0 20px;
		overflow: hidden;
	}
	#footer_inner li {
		float: none;
		display: table-cell;
		text-align: center;
		margin: 0 10px 0 0;
		padding: 0 0 0 0;
		font-size: 14px;
		border-right: 1px solid #000;
	}
	#footer_inner li:last-child {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		border: none;
	}
	#footer_inner li a {
		color: #000;
	}
	#footer_inner p {
		text-align: center;
	}
	#footer_inner ul + p {
		margin: 0 0 10px;
	}
	#footer_inner img {
		height: 30px;
	}
	/* ▼ ページ上部へ戻る */
	.pagetop {
		width: 50px;
		height: 50px;
		position: fixed;
		bottom: 50px;
		right: 10px;
		font-size: 12px;
		line-height: normal;
		z-index: 2000;
		cursor: pointer;
	}
	.pagetop:before {
		margin: 5px 0 0 0;
	}
	/* ▼ コピーライト */
	#copyright {
		font-size: 10px;
		font-weight: normal;
	}
	/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	=====================================*/
	#header_inner, #main, #contents, #side, footer, #footer_inner {
		float: none;
		width: 100%;
	}
}

/* ▼▼▼ 320px〜
======================================================*/
@media screen and (max-width: 320px) {

.entry {
    width: 100px;
    height: 100px;
	}
	.entry.fixed_icon {
		bottom: 80px;
	}
p.lesson_title {
	margin: 0 auto 10px;
	font-size: 28px;
}
.menu_list {
    font-size: 11px;
}
.bnr + p {
    font-weight: normal;
    font-size: 10px;
}
.menu h4 {
	font-size: 16px;
	margin: 0 0 15px;
}
	.menu:after{
		top:50px;
	}
#cont05 .menu:after {
    top: 80px;
    right: 0px;
}

#cont05 h3.menu_a {
	margin: 0 0 0;
	font-size: 12px;
}
	.btn.lesson:after {
    width: 100%;
    height: 50px;
    top: 4px;
    left: 4px;
    z-index: 1;
}
	.btn.lesson a:after{
		right: 20px;
	}
	.btn.lesson a{
		line-height: 50px;
	}
.link_bnr .btn a,
.link_bnr .btn span {
	width: 100%;
}
.link_bnr .container .desc_txt {
	margin: 0 0 0;
	font-size: 12px;
}
.link_bnr .container .lesson_name {
	font-size: 22px;
}
#footer_inner li {
	margin: 0 10px 0 0;
	padding: 0 5px 0 0;
	font-size: 12px;
}
}

/* 20240903改修分 */


header {
	height: 70px;
	background: white;
	z-index:9999;
}

.nav{
	width:99%;
	margin:0 0.5% 0 0.5%;
	display: block;
	display: flex;
	justify-content: space-between;
}

header ul li{
	background:#42ac0a;
	padding: 10px 20px 10px 20px;
	margin: 0 0 0 10px;
	border-radius:5px;
	font-size:20px;
	display:flez;
	float: right;
}

.item a{
	color:white;
}

