@charset "utf-8";


/*リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
@import url("https://unpkg.com/sanitize.css");

/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Tangerine&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap');

/*フォルダのフォント読み込み
---------------------------------------------------------------------------*/
@font-face {
    font-family: 'acgyosyoFont';
    src: url('../font/acgyosyo.ttf') format('opentype');
    font-display: swap; /* 読み込み中も代替フォントを表示して文字消えを防ぐ */
}
@font-face {
    font-family: 'ainoteFont';
    src: url('../font/ainote.otf') format('opentype');
    font-display: swap; /* 読み込み中も代替フォントを表示して文字消えを防ぐ */
}
@font-face {
    font-family: 'hitoriFont';
    src: url('../font/hitori.ttf') format('opentype');
    font-display: swap; /* 読み込み中も代替フォントを表示して文字消えを防ぐ */
}
@font-face {
    font-family: 'kazahanaFont';
    src: url('../font/kazahana.otf') format('opentype');
    font-display: swap; /* 読み込み中も代替フォントを表示して文字消えを防ぐ */
}
@font-face {
    font-family: 'keiFont';
    src: url('../font/kei.ttf') format('opentype');
    font-display: swap; /* 読み込み中も代替フォントを表示して文字消えを防ぐ */
}
@font-face {
    font-family: 'yuzuFont';
    src: url('../font/yuzu.ttf') format('opentype');
    font-display: swap; /* 読み込み中も代替フォントを表示して文字消えを防ぐ */
}
@font-face {
    font-family: 'haruFont';
    src: url('../font/haru.ttf') format('opentype');
    font-display: swap; /* 読み込み中も代替フォントを表示して文字消えを防ぐ */
}
@font-face {
    font-family: 'katsuoFont';
    src: url('../font/katsuo.ttf') format('opentype');
    font-display: swap; /* 読み込み中も代替フォントを表示して文字消えを防ぐ */
}
@font-face {
    font-family: 'datsuFont';
    src: url('../font/datsu.ttf') format('opentype');
    font-display: swap; /* 読み込み中も代替フォントを表示して文字消えを防ぐ */
}



/*slick.cssの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");

/*inview.cssの読み込み
---------------------------------------------------------------------------*/
@import url("inview.css");



/*全体の設定
---------------------------------------------------------------------------*/
html,body {
	overflow-x: hidden;
	font-size: 18px;	/*基準となるフォントサイズ。下の方にある「画面幅800px以上」で基準を大きなサイズに変更しています。*/
}

body {
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	-webkit-text-size-adjust: none;
	background: #f8f8f8;	/*背景色*/
	color: #8a8878;	/*全体の文字色*/
	line-height: 2;		/*行間*/
}

/*マージンのリセット*/
figure {margin: 0;}
dd {margin: 0;}



/*table全般の設定*/
table {border-collapse:collapse;}

/*画像全般の設定*/
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

/*section全般の設定*/
section + section {
	padding-top: 30px;	/*sectionの間に空けるスペース*/
}

/*videoタグ*/
video {max-width: 100%;}

/*iframeタグ*/
iframe {width: 100%;}


/*opa1（透明から着色状態に）
---------------------------------------------------------------------------*/
@keyframes opa1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	/*color: #8a8878;	文字色*/
	text-decoration: none;	/*リンクの下線を消す。*/
}

a:hover {
	color: #999;	/*マウスオン時の文字色*/
}

/*container。サイト全体を囲むブロック。
---------------------------------------------------------------------------*/
#container {
	margin: 0 auto;
	max-width: 1400px;	/*最大幅。これ以上幅が広がらないように。*/
	padding: 0 10px;	/*上下、左右へのブロック内の余白*/
}

/*headerブロック（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/



/*トップページの画像ロゴ(png画像)設定*/

.h_logo {
	position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);
	width: 300px;
	animation-name: opa1;		/*@keyframesの指定*/
	animation-duration: 3S;		/*アニメーションの実行時間*/
	animation-fill-mode: both;	/*アニメーションの待機中は最初のキーフレームを維持、終了後は最後のキーフレームを維持。*/
	z-index: 98;
}

.h_text {
	position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);
	width: 300px;
	color: #ffffff;
	z-index: 10;
}



/*サブページの画像ロゴ(png画像)設定*/

.s_logo {
	width: 150px;
	position: rerative;
}

.s_text {
	position: absolute;left: 0;top: 0;
	width: 150px;
	height: 30px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}



/*mainブロック
---------------------------------------------------------------------------*/
main {
	margin-bottom: 0px;	/*下に空けるスペース*/
}

/*ブロック内のh2タグ*/
main h2 {
	text-align: center;					/*文字をセンタリング*/
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka;
	font-weight: normal;				/*hタグはデフォルトで太字なので、これを標準にする*/
	font-size: 2rem;					/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	line-height: 150%;
	margin-top: 40px;					/*上に空けるスペース*/
	margin-bottom: 40px;				/*下に空けるスペース*/
}

/*ブロック内のh2タグ内のspanタグ（日本語の小さい説明用部分）*/
main h2 span {
	display: block;	
	font-size: 0.9rem;			/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	letter-spacing: 0.2em;		/*文字間隔を少し広くとる指定*/
}

/*spanタグの前に「〜」を出力する指定*/
main h2 span::before {
	content: "〜";
	padding-right: 10px;
}

/*spanタグの後に「〜」を出力する指定*/
main h2 span::after {
	content: "〜";
	padding-left: 10px;
}

/*ブロック内のh3タグ*/
main h3 {
	text-align: center;		/*文字をセンタリング*/
	font-size: 1.6rem;		/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	margin: 30px auto 20px auto;			/*上下、左右へとる余白*/
	color: #3f7ceb;
}

main h4 {
	font-size: 1.2rem;		/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	margin-bottom: 35px;			/*上下、左右へとる余白*/
	/* color: #3f7ceb; */
}


/*mainブロックのpタグ*/
main p {
	margin: 0px 5px 25px;	/*上、左右、下へ空けるスペース*/
}



/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: fixed;
	z-index: 100;
	top: 20px;		/*上からの配置場所*/
	right: 20px;	/*左からの配置場所*/
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
	cursor: pointer;
	background: rgba(0,0,0,0.6) url(../images/icon_menu.png) no-repeat center top/50px;	/*背景色、背景画像の読み込み、画像の上半分（３本マーク）を表示。幅は50px。*/
}

/*×印が出ている状態の設定。*/
#menubar_hdr.close {
	background: #ff0000 url(../images/icon_menu.png) no-repeat center bottom/50px;	/*背景色、背景画像の読み込み、画像の下半分（×マーク）を表示。幅は50px。*/
}

/*メニューの設定
---------------------------------------------------------------------------*/
#menubar ul {list-style: none;}

/*ボックス全体の設定*/
#menubar {
	display: none;				/*デフォルトで非表示にしておく*/
	animation-name: opa1;		/*@keyframesの指定*/
	animation-duration: 1S;		/*アニメーションの実行時間*/
	animation-fill-mode: both;	/*アニメーションの待機中は最初のキーフレームを維持、終了後は最後のキーフレームを維持。*/
	position: fixed;overflow: auto;z-index: 99;	/*fixedはスクロールしても動かない為の指定*/
	left: 0px;top: 0px;
	width: 100%;
	height: 100%;
	padding: 50px;		/*ボックス内の余白*/
	text-align: center;	/*テキストをセンタリング*/
	background: rgba(0,0,0,0.8);	/*背景色*/
	font-size: 1.2rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}

/*メニュー１個あたりの設定*/
#menubar li {
	margin-bottom: 20px;	/*下に空けるスペース*/
}

#menubar a {
	display: block;text-decoration: none;
	text-align: center;	/*テキストをセンタリング*/
	background: #fff;	/*背景色*/
	color: #000;		/*文字色*/
	border-radius: 5px;	/*角丸の指定*/
	box-shadow: 0px 0px 50px 10px rgba(255,255,255,0.4);	/*ボックスの影。右へ、下へ、ぼかし幅、範囲。255,255,255は白の事で0.4は色が40%出た状態の事。*/
	padding: 5px;	/*余白*/
}

/*メニュー内のspanタグ（小さい日本語部分）*/
#menubar span {
	display: block;
	font-size: 0.9rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}

/*ボタン設定
---------------------------------------------------------------------------*/

.button a {
	position: relative;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto 50px auto;
	padding: 15px 35px;
	color: #FFF;
	transition: 0.3s ease-in-out;
	font-weight: 600;
	background: #ff1111;
	filter: drop-shadow(0px 2px 4px #ccc);
	border-radius: 5px;
	overflow: hidden;
}

.button a:hover:before {
	left: 100%;
}

.button a:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -60%;
	background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
	-webkit-transition: 0.5s;
	transition: 0.8s;
}


.button a:after {
	position: absolute;
	top: 50%;
	right: 20px;
	transition: 0.2s ease-in-out;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transform: translateY(-50%);
}



.btn {
	display: inline-block;
	padding: 0.5em 2em 0.4em 2em;
	margin: 20px auto 40px auto;
	background-color: #ff2222; /* 背景色 */
	box-shadow: 0 5px 0 #ca1c30; /* 影の太さ・色 */
	border-radius: 30px;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none; /* 文字の下線を消す */
}

.btn:active {
	box-shadow: none;
	transform: translateY(5px);
}

.btn:hover {
	color: #f0f0f0;
}





/*フッター設定
---------------------------------------------------------------------------*/

.foot {
	margin-top: 100px;
	font-size: 0.9rem;
}

.foot ul {
	list-style: none;
}
.foot li {
	padding: 0 20px;
}

.foot a {
	color: #8a8878;	/*文字色*/
	text-decoration: none;
}



footer small {font-size: 100%;}

footer {
	font-size: 0.8rem;		/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	text-align: center;		/*内容をセンタリング*/
	padding: 20px;			/*ボックス内の余白*/
}

/*リンクテキスト*/
footer a {
	text-decoration: none;
	color: #8a8878;	/*文字色*/
	}

/*著作部分*/
footer .pr {display: block;}

/*フッターにあるアイコン類
---------------------------------------------------------------------------*/
/*アイコン類を囲むブロック*/
ul.icon {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;	/*下に空けるスペース*/
}

/*アイコン１個あたりの設定*/
ul.icon li {
	display: inline-block;	/*リストタグを横並びにさせる指定*/
}

/*アイコン画像の設定*/
ul.icon img {
	width: 30px;	/*アイコン画像の幅*/
}

/*画像のマウスオン時*/
ul.icon img:hover {
	opacity: 0.8;	/*透明度。0.8は色が80%出た状態の事。*/
}

/*トップページのの横スライドショーコーナー（slickを使用）
---------------------------------------------------------------------------*/
/*スライドショー全体を囲むボックス*/

.pickup, .pickup2 {
	display: block;
	overflow: hidden;    /* はみ出しを隠す */
	margin: 20px 0;
	height: auto;
}

.pickup .list,  .pickup2 .list{
    width: 6%;
    float: left;           /* 横に並べる */
    box-sizing: border-box;
    padding: 5px;
}

.pickup.slick-initialized .list, .pickup2.slick-initialized .list, {
    float: none;
}

.pickup .slick-slide, .pickup2 .slick-slide {
	margin: 5px !important;
}

.pickup .list img, .pickup2 .list img {
	object-fit: cover;  /* 比率を保って枠を埋める */
	width: 100%;        /* 親要素の幅に合わせる */
	height: auto;       /* ★ここを250pxに固定せず、autoにすることで縦も正常になります */
}







/*「お知らせ」ブロック
---------------------------------------------------------------------------*/
/*お知らせブロック*/
#new {
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	padding: 0 5px;		/*上下、左右へのボックス内の余白*/
}

/*日付(dt)、記事(dd)共通設定*/
#new dt,
#new dd {
	border-bottom: 1px solid rgba(255,255,255,0.2);	/*下線の幅、線種、色。255,255,255,は白の事で0.2は色が20%出た状態の事。*/
	padding: 5px 0;					/*上下、左右へのボックス内の余白*/
}

/*日付(dt)設定*/
#new dt {
	width: 8em;	/*幅。8文字(em)分。*/
}

/*記事(dd)設定*/
#new dd {
	width: calc(100% - 8em);	/*「8em」は上の「#new dt」のwidthの値です。*/
}

/*menu.htmlの画像配置のコンパクトメニュー部分
---------------------------------------------------------------------------*/
/*listボックスを囲むボックス*/
.list-container {
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	padding: 0 5px;		/*上下、左右へのボックス内の余白*/
}

/*１個あたりのボックス*/
.list {
	width: 49%;				/*ボックスの幅*/
	margin-right: 2%;		/*ボックス同士の左右間の余白。ボックスを２列並べるので、49%×2個=98%。100%との差の2%がここに入ります。*/
	margin-bottom: 15px;	/*ボックス同士の上下間の余白*/
	text-align: center;		/*テキストをセンタリング*/
	font-size: 0.9rem;		/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}

/*2の倍数(偶数番目)のボックスへの追加指定*/
.list:nth-of-type(2n) {
	margin-right: 0;	/*右側のスペースをなくす設定*/
}

/*ボックス内のh4タグ。メニュータイトルを入力しているスペースです。*/
.list h4 {
	margin: 10px 0 0;		/*上、左右、下に空けるスペース*/
	font-size: 1.2rem;
	font-weight: normal;	/*hタグはデフォルトで太字なので、これを標準にする*/
}

/*ボックス内のpタグ。価格を入力しているスペースです。*/
.list p {
	margin: 0!important;	/*「main p」のマージンをリセットする*/
}



/*----------------------------list2：写真風：トップ、フッター----------------------------*/

/*トップページの個別写真ブロック
---------------------------------------------------------------------------*/
/*写真を囲むブロック*/

.list2 {
	display: flex;			/*flexボックスを使う指定*/
	flex-direction: column;	/*子要素を縦並びにする*/
	align-items: center;	/*垂直揃えの指定。上下中央に配置されるように。*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	margin-bottom: 50px;
}

/*list2ブロック内のh4タグ*/
.list2 h4 {
	margin: 0;
	font-size: 1.2rem;		/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	font-weight: normal;	/*hタグはデフォルトで太字なので、これを標準にする*/
	text-align: center;		/*テキストをセンタリング*/
}

/*写真下の小さなテキスト*/
.list2 figcaption {
	margin-top: 20px;	/*写真とテキストとの間に空けるスペース*/
	font-size: 1rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}

/*list2ブロック内のfigureタグ。写真を囲むブロック。*/
.list2 figure {
	width: 90%;				/*幅*/
	text-align: center;		/*テキストをセンタリング*/
}

/*写真*/
.list2 figure img {
	padding: 10px;		/*写真の周りに少し余白を作って、より写真っぽく見せる*/
	background: #fff;	/*上の10pxとの間に出る色*/
	box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.1);	/*ボックスの影。右へ、下へ、ぼかし幅、範囲。0,0,0は黒の事で0.1は色が10%出た状態の事。*/
	transform: rotate(-2deg);	/*左に少しだけ回転させる指定。回転させたくなければこの１行と、下の「.list2:nth-of-type(even) img」のブロックを削除。*/
}

/*偶数番目のimg画像*/
.list2:nth-of-type(even) img {
	transform: rotate(2deg);	/*回転を上と逆向きに。*/
}

/*list2内のtextブロック*/
.list2 .text {
	width: 100%;	/*幅*/
}


/*list2内のリストタグ*/
.list2 li {
	margin-bottom: 10px;	/*上下間にとるスペース*/
}

/*list2内のリストタグ内のspanタグ。文字サイズの小さい説明テキスト部分です。*/
.list2 li span {
	display: block;	/*改行*/
	font-size: 0.9rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}




/*----------------------------list3：画像(左側)：作れるようになる理由・コース詳細----------------------------*/


.list3 {
	display: flex;			/*flexボックスを使う指定*/
	flex-direction: column;	/*子要素を縦並びにする*/
	align-items: center;	/*垂直揃えの指定。上下中央に配置されるように。*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	margin: 40px auto 40px auto;	/*上下左右に空けるスペース*/
}

/*list3ブロック内のh4タグ*/
.list3 h4 {
	margin: 0 0 1rem 0;
	font-size: 1.2rem;		/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	text-align: center;		/*テキストをセンタリング*/
}

/*写真下の小さなテキスト*/
.list3 figcaption {
	margin-top: 20px;	/*写真とテキストとの間に空けるスペース*/
	font-size: 1rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}

/*list3ブロック内のfigureタグ。写真を囲むブロック。*/
.list3 figure {
	width: 90%;				/*幅*/
	text-align: center;		/*テキストをセンタリング*/
	margin-bottom: 20px;
}

/*写真*/
.list3 figure img {
	padding: 10px;		/*写真の周りに少し余白を作って、より写真っぽく見せる*/
	background: #fff;	/*上の10pxとの間に出る色*/
}

.img_gui4 {
	width: 100%;				/*幅*/
	margin: 0px 10px 10px 10px;
	text-align: center;		/*テキストをセンタリング*/
}



/*list3内のtextブロック*/
.list3 .text {
	width: 100%;	/*幅*/
}

/*list3内のリストタグ*/
.list3 li {
	margin-bottom: 10px;	/*上下間にとるスペース*/
}

/*list3内のリストタグ内のspanタグ。文字サイズの小さい説明テキスト部分です。*/
.list3 li span {
	font-size: 0.8rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}





.list4 {
	display: flex;			/*flexボックスを使う指定*/
	flex-direction: column;	/*子要素を縦並びにする*/
	align-items: center;	/*垂直揃えの指定。上下中央に配置されるように。*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	margin-bottom: 50px;
}

/*list4ブロック内のh4タグ*/
.list4 h4 {
	margin: 0;
	font-size: 1.2rem;		/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	font-weight: normal;	/*hタグはデフォルトで太字なので、これを標準にする*/
	text-align: center;		/*テキストをセンタリング*/
}

/*写真下の小さなテキスト*/
.list4 figcaption {
	margin-top: 20px;	/*写真とテキストとの間に空けるスペース*/
	font-size: 1rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}

/*list4ブロック内のfigureタグ。写真を囲むブロック。*/
.list4 figure {
	width: 100%;				/*幅*/
	text-align: center;		/*テキストをセンタリング*/
}

/*写真*/
.list4 figure img {
	/*padding: 10px;		写真の周りに少し余白を作って、より写真っぽく見せる*/
	/*background: #fff;	/*上の10pxとの間に出る色*/
	/*box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.1);	ボックスの影。右へ、下へ、ぼかし幅、範囲。0,0,0は黒の事で0.1は色が10%出た状態の事。*/
}

/*list4内のtextブロック*/
.list4 .text {
	width: 100%;	/*幅*/
}


/*list4内のリストタグ*/
.list4 li {
	margin-bottom: 10px;	/*上下間にとるスペース*/
}

/*list4内のリストタグ内のspanタグ。文字サイズの小さい説明テキスト部分です。*/
.list4 li span {
	display: block;	/*改行*/
	font-size: 0.9rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}




.feedback-wrapper {
display: flex;
flex-direction: column;
gap: 20px;
max-width: 900px;
margin: auto;
}

.feedback-card {
display: flex;
background-color: #f0f0f0;
border: 1rem solid #ffffff;
padding: 30px;
margin-bottom: 2rem;
align-items: flex-start;
flex-wrap: wrap;
}

/* 中のpの余計な影響を消す */
.note p {
  margin: 0;
  line-height: inherit;
}

.note {
  background-repeat: repeat;
  background-image: linear-gradient(to bottom, #ccc 1px, transparent 1px); /* 罫線の色と太さ  */
  background-size: 100% 32px; /* 行の高さ */
  line-height: 32px; /* 文字の高さ */
  padding-top: 0.3rem; /*文字を少し下にズラして罫線に合わせる*/
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
  color: #555; /* 少し色を薄くすると、より「鉛筆やペンで書いた感」が出ます */
}

.feedback-card h4 {
font-size: 1.4rem;
margin: 1rem 1rem 1rem 0.2rem;
}


.moji_ac {
    font-family: 'acgyosyoFont', sans-serif;
}
.moji_ai {
    font-family: 'ainoteFont', sans-serif;
}
.moji_hi {
    font-family: 'hitoriFont', sans-serif;
}
.moji_ka {
    font-family: 'kazahanaFont', sans-serif;
}
.moji_ke {
    font-family: 'keiFont', sans-serif;
}
.moji_yu {
    font-family: 'yuzuFont', sans-serif;
}
.moji_ki {
    font-family: 'Kiwi Maru', sans-serif;
}
.moji_ha {
    font-family: 'haruFont', sans-serif;
}
.moji_kt {
    font-family: 'katsuoFont', sans-serif;
}
.moji_dt {
    font-family: 'datsuFont', sans-serif;
}



/*オレンジfff2e6、黄色edf7ff、緑e7f2d6*/

.profile {
display: flex;
flex-direction: column;
align-items: center;
margin-left: 10px;
margin-right: 30px;
}

.profile-image {
width: 150px;
height: 150px;
border-radius: 50%;
overflow: hidden;
margin-top: 2rem;
}

.profile-image img {
width: 100%;
height: 100%;
object-fit: cover;
}

.profile-footer {
margin-top: 10px;
font-size: 0.8rem;
color: #666;
text-align: center;
}

.feedback-content {
flex: 1;
}

.feedback-content p {
font-size: 1rem;
line-height: 32px;
color: #333;
text-align: left;
}




@media (max-width: 799px) {

.feedback-card {
flex-direction: column;
align-items: center;
text-align: left;
}

.profile {
margin-right: 0;
margin-bottom: 10px;
width: auto;
}

.feedback-content {
text-align: left;
}

}/*media (max-width: 799px)の閉じカッコ*/









/*menu.htmlのテキストメニュー設定
---------------------------------------------------------------------------*/
/*テキストメニュー全体を囲むブロック*/
.textmenu {
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	margin: 0px auto 50px auto;	/*下に空けるスペース*/
	width: 90%;
}

/*偶数番目の行の色を変更する*/
.tmq {
	background: rgba(0,0,0,0.05);	/*背景色。0,0,0は黒の事で0.05は色が5%出た状態。*/
}

/*メニュータイトル*/
.tmq {
	width: 90%;		/*「10em」は下の「.textmenu dd」のwidthの値を入れて下さい。*/
	margin: 0 auto;
	padding: 10px 10px 10px 20px;	/*上、右、下、左への余白*/
}

/*価格*/
.tma {
	width: 90%;		/*ここを変更する場合は、上の「.textmenu dt」のwidthも変更して下さい。*/
	margin: 0 auto;
	padding: 10px 10px 10px 20px;	/*上、右、下、左への余白*/
}

/*トップページのスライドショー（vegasを使用）
---------------------------------------------------------------------------*/
#mainimg {
    width: 100vw;
    height: 100vh;
	background: #fff;	/*背景色。ロゴが描画されている間表示される色です。*/
	z-index: 50;
}

/*SVGロゴ設定*/
#svg-logo {
	position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
	width: 300px;		/*幅*/
    stroke: #fff;		/*ここはこのままで変更しない（文字色の指定ではありません）*/
    stroke-width: 12;	/*ロゴをなぞった際の線の太さを指定して下さい。*/
}

/*スクロールを促すアイコン*/
.scroll {
	position: absolute;left: 50%;bottom: 20px;transform: translateX(-50%);
	width: 30px;	/*画像の幅*/
	opacity: 0.7;	/*透明度。0.7は色が70%出た状態の事。*/
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border-top: 1px solid #ccc;	/*上の枠線の幅、線種、色。*/
	font-size: 1.5rem;	/*文字サイズ*/
	font-weight: bold;								/*太字に*/
	padding: 10px 5px;								/*上下、左右へのボックス内の余白。基本的に数行下の「.ta1 th, .ta1 td」のpaddingと揃えておけばOKです。*/
	background: rgba(0,0,0,0.05);					/*背景色。0,0,0は黒の事で0.05は色が5%出た状態。*/
}

/*ta1テーブルブロック設定*/
.ta1 {
	border-top: 1px solid #ccc;	/*テーブルの一番上の線。幅、線種、色。*/
	table-layout: fixed;
	width: calc(100% - 10px);	/*テーブルの両サイドに合計10px（左右各5pxずつ）の余白を作った残りを幅にします*/
	margin: 60px auto 30px;		/*最後の「30px」がテーブルの下に空けるスペースです*/
}

/*tr（１行分）タグ設定*/
.ta1 tr {
	border-bottom: 1px solid #ccc;	/*テーブルの下線。幅、線種、色。*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 10px 5px;		/*上下、左右へのボックス内の余白*。基本的に数行上の「.ta1 caption」のpaddingと揃えておけばOKです。*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 30%;				/*幅*/
	text-align: left;		/*左よせにする*/
	font-weight: normal;	/*デフォルトの太字を標準にする*/
}

---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta2 caption {
	border-top: 1px solid #ccc;	/*上の枠線の幅、線種、色。*/
	font-size: 1.5rem;	/*文字サイズ*/
	font-weight: bold;								/*太字に*/
	padding: 10px 5px;								/*上下、左右へのボックス内の余白。基本的に数行下の「.ta2 th, .ta2 td」のpaddingと揃えておけばOKです。*/
	background: rgba(0,0,0,0.05);					/*背景色。0,0,0は黒の事で0.05は色が5%出た状態。*/
}

/*ta2テーブルブロック設定*/
.ta2 {
	border-top: 1px solid #ccc;	/*テーブルの一番上の線。幅、線種、色。*/
	table-layout: fixed;
	width: calc(100% - 10px);	/*テーブルの両サイドに合計10px（左右各5pxずつ）の余白を作った残りを幅にします*/
	margin: 60px auto 30px;		/*最後の「30px」がテーブルの下に空けるスペースです*/
}

/*tr（１行分）タグ設定*/
.ta2 tr {
	border-bottom: 1px solid #ccc;	/*テーブルの下線。幅、線種、色。*/
}

/*th（左側）、td（右側）の共通設定*/
.ta2 th, .ta2 td {
	padding: 10px 5px;		/*上下、左右へのボックス内の余白*。基本的に数行上の「.ta2 caption」のpaddingと揃えておけばOKです。*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
}

/*th（左側）のみの設定*/
.ta2 th {
	width: 28%;				/*幅*/
	text-align: left;		/*左よせにする*/
	font-weight: normal;	/*デフォルトの太字を標準にする*/
}





/*table　指導内容
---------------------------------------------------------------------------*/

.ta_gui {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.ta_gui th {
  border: 2px solid #3f7ceb;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 0.4rem ;
}

.ta_gui h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.ta_gui td {
  border: 2px solid #3f7ceb;
  padding: 0.5em;
  vertical-align: top;
  font-size: 0.9em;
}

.pd {
  padding: 1em;
}



.ta_gui ul {
  padding-left: 20px;
}

@media screen and (max-width: 787px) {
  font-size: 0.8em;
}

.w_g {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
	color: #3f7ceb;
}

.w_m {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
	color: #ff0000;
}



.ta_gui2 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.ta_gui2 th {
  border: 2px solid #3f7ceb;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 0.4rem ;
}

.ta_gui2 h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.ta_gui2 td {
  border: 2px solid #3f7ceb;
  vertical-align: top;
  font-size: 0.9em;
}



.ta_gui3 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.ta_gui3 th {
  border: 2px solid #3f7ceb;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 0.4rem ;
}

.ta_gui3 h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.ta_gui3 td {
  border: 2px solid #3f7ceb;
  vertical-align: top;
  font-size: 1em;
}


.ta_gui4 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 98%;
}

.ta_gui4 th {
  border: 2px solid #3f7ceb;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 0.4rem ;
}

.ta_gui4 h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.ta_gui4 td {
  border: 2px solid #3f7ceb;
  vertical-align: top;
  font-size: 1em;
}




/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {display: block;}

.pagetop a {
	display: block;text-decoration: none;text-align: center;
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	position: fixed;
	right: 30px;		/*右からの配置場所指定*/
	bottom: 30px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	background: rgba(0,0,0,0.4);	/*背景色。0,0,0は黒色の指定で0.4は色が40%出た状態。*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
}

/*マウスオン時*/
.pagetop a:hover {
	background: rgba(0,0,0,0.8);	/*背景色。0,0,0は黒色の指定で0.8は色が80%出た状態。*/
}

/*その他
---------------------------------------------------------------------------*/
.red {color: #ff0000;}
.pink {color: #ff0088;}
.blue {color: #3f7ceb;}
.white {color: #ffffff;}
.bg {font-size: 1.2rem;}
.bg2 {font-size: 1.4rem;}
.bg3 {font-size: 1.8rem;} /*800以上は別設定あり*/
.sm {font-size: 0.8rem;}
.center {text-align: center;}
.clearfix::after {content: "";display: block;clear: both;}
.color-theme, .color-theme a {color: #f1c734 !important;}
.color-check, .color-check a {color: #f00 !important;}
.b {font-weight: bold !important;}
.c {text-align: center !important;}
.ws {width: 95%;display: block;}
.wl {width: 95%;display: block;}
.large {font-size: 2rem;}
.mb30 {margin-bottom: 30px !important;}
.look {display: inline-block;border: 1px solid #ccc;padding: 5px 20px;background: rgba(0,0,0,0.03);border-radius: 5px;margin: 5px 0;}
.ofx {overflow-x: hidden;}
.pd0 {padding: 0;}
.pd1 {padding: 1rem;}

.pl {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffd7f6 60%) repeat scroll 0 0;}
.bl {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #c2faff 60%) repeat scroll 0 0;}
.yl {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffffbc 60%) repeat scroll 0 0;}
.gl {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #e0fb97 60%) repeat scroll 0 0;}
.ol {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffc71e 60%) repeat scroll 0 0;}


/*----------------------------------------------------------------------------------------------------------------------------
ここから下は画面幅800px以上の追加指定
----------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:800px) {


/*全体の設定
---------------------------------------------------------------------------*/
html, body {
	font-size: 18px;	/*基準となるフォントサイズの上書き*/
}

/*section全般の設定*/
section + section {
	padding-top: 50px;	/*sectionの間に空けるスペース*/
}

main h2 {
	text-align: center;					/*文字をセンタリング*/
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka;
	font-weight: normal;				/*hタグはデフォルトで太字なので、これを標準にする*/
	font-size: 3rem;					/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	line-height: 150%;
	margin-top: 40px;					/*上に空けるスペース*/
	margin-bottom: 20px;				/*下に空けるスペース*/
}

main h3 {
	text-align: center;		/*文字をセンタリング*/
	font-size: 1.6rem;		/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	margin: 30px auto 20px auto;			/*上下、左右へとる余白*/
	color: #3f7ceb;
}

/*container。サイト全体を囲むブロック。
---------------------------------------------------------------------------*/
#container {
	padding: 0 50px;	/*上下、左右へのブロック内の余白*/
}

.pd50 {
	padding: 0 100px;
}

.bg3 {
	font-size: 2.2rem;
	margin-top: 60px;
}


/*menu.htmlの画像配置のコンパクトメニュー部分
---------------------------------------------------------------------------*/
/*１個あたりのボックス*/
.list {
	width: 30%;				/*ボックスの幅*/
	margin-right: 3.33%;	/*ボックス同士の左右間の余白。ボックスを3列並べるので、30%×3個=90%。100%との差の10%分をボックス間にある余白3個分で割った数字がここに入ります。※下の「.list:nth-of-type(2n)」の数字と合わせる。*/
	margin-bottom: 25px;	/*ボックス同士の上下間の余白*/
}

/*2の倍数(偶数番目)のボックスへの追加指定*/
.list:nth-of-type(2n) {
	margin-right: 3.33%;	/*上のlistのmargin-rightと数字を合わせる。小さな端末向けで0になっているのを上書きしています。*/
}

/*4の倍数のボックスへの追加指定*/
/*.list:nth-of-type(4n) {*/
/*	margin-right: 0;	*//*右側のスペースをなくす設定*/
/*}*/

/*トップページのブロック
---------------------------------------------------------------------------*/
/*写真とメニュー解説テキストを囲むブロック*/
.list2 {
	flex-direction: row;	/*子要素を横並びにする*/
	margin: 80px auto 40px auto;	/*下に空けるスペース*/
}

/*偶数番目のlist2ブロック*/
.list2:nth-of-type(even) {
	flex-direction: row-reverse;	/*配置を左右逆にする*/
}

/*list2ブロック内のfigureタグ。写真を囲むブロック。*/
.list2 figure {
	width: 48%;	/*幅*/
}

/*list2内のtextブロック*/
.list2 .text {
	width: 48%;	/*幅*/
}

.list2 figcaption {
	margin-top: 20px;	/*写真とテキストとの間に空けるスペース*/
	font-size: 0.8rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}


.list3 {
	flex-direction: row;	/*子要素を横並びにする*/
	margin: 0px auto 20px auto;	/*上下に空けるスペース*/
}

/*list3ブロック内のfigureタグ。写真を囲むブロック。*/
.list3 figure {
	width: 48%;	/*幅*/
}


.img_gui4 {
	width: 48%;				/*幅*/
	text-align: center;		/*テキストをセンタリング*/
}


/*list3内のtextブロック*/
.list3 .text {
	width: 48%;	/*幅*/
}

/*写真下の小さなテキスト*/
.list3 figcaption {
	margin-top: 20px;	/*写真とテキストとの間に空けるスペース*/
	font-size: 0.8rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}


/*写真とメニュー解説テキストを囲むブロック*/
.list4 {
	flex-direction: row;	/*子要素を横並びにする*/
	margin: 80px auto 40px auto;	/*下に空けるスペース*/
}

/*偶数番目のlist4ブロック*/
.list4:nth-of-type(even) {
	flex-direction: row-reverse;	/*配置を左右逆にする*/
}

/*list4ブロック内のfigureタグ。写真を囲むブロック。*/
.list4 figure {
	width: 48%;	/*幅*/
}

/*list4内のtextブロック*/
.list4 .text {
	width: 48%;	/*幅*/
}

.list4 figcaption {
	margin-top: 20px;	/*写真とテキストとの間に空けるスペース*/
	font-size: 0.8rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}










/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	padding: 20px 15px;		/*上下、左右へのボックス内の余白*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 20px 15px;		/*上下、左右へのボックス内の余白*/
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 20%;		/*幅*/
}

.ta_gui th {
  line-height: 3em;
}


.ta_gui2 h3 {
  line-height: 2em;
  font-size: 1.5em;
}


.ta_gui3 h3 {
  line-height: 2em;
  font-size: 1.5em;
}

.ta_gui4 h3 {
  line-height: 2em;
  font-size: 1.5em;
}

.ta_gui4 {
  width: 50%;
}


/*その他
---------------------------------------------------------------------------*/
.ws {width: 45%;display: inline-block;}


/*　※注意！　下の閉じカッコ　}　は800px以上の設定に必要なので、うっかり削除しないように。　*/
}



/*ポップアップ
---------------------------------------------------------------------------*/
#popup-parts * {margin: 0;padding: 0;}

/*ポップアップウィンドウ*/
#popup-parts {
	display: none;
	font-size: 0.9rem;	/*文字サイズ90%*/
	padding: 1rem 2rem;	/*上下、左右の余白*/
	position: fixed;z-index: 1001;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background: rgba(0,0,0,0.7);	/*背景色。0,0,0は黒のことで0.7は色が70%出た状態。*/
	color: #fff;					/*文字色*/
	border: 1px solid #333;			/*枠線の幅、線種、色*/
}

/*閉じるボタン*/
#popup-parts .close-btn-parts {
	display: block;
	width: 50px;		/*ボタンの幅*/
	height: 50px;
	line-height: 50px;	/*ボタンの高さ*/
	text-align: center;
	position: absolute;
	right: 0px;	/*ボックスの配置場所指定。rightなので右から0px。*/
	top: 0px;	/*ボックスの配置場所指定。topなので上から0px。*/
	background: #ff0000;	/*背景色*/
	color: #ffffff;			/*文字色*/
	cursor: pointer;
}

#popup-parts2 * {margin: 0;padding: 0;}

/*ポップアップウィンドウ*/
#popup-parts2 {
	display: none;
	font-size: 0.9rem;	/*文字サイズ90%*/
	padding: 1rem 2rem;	/*上下、左右の余白*/
	position: fixed;z-index: 1001;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background: rgba(0,0,0,0.7);	/*背景色。0,0,0は黒のことで0.7は色が70%出た状態。*/
	color: #fff;					/*文字色*/
	border: 1px solid #333;			/*枠線の幅、線種、色*/
}

/*閉じるボタン*/
#popup-parts2 .close-btn-parts2 {
	display: block;
	width: 50px;		/*ボタンの幅*/
	height: 50px;
	line-height: 50px;	/*ボタンの高さ*/
	text-align: center;
	position: absolute;
	right: 0px;	/*ボックスの配置場所指定。rightなので右から0px。*/
	top: 0px;	/*ボックスの配置場所指定。topなので上から0px。*/
	background: #ff0000;	/*背景色*/
	color: #ffffff;			/*文字色*/
	cursor: pointer;
}

/* -------------------------------------------------------- ここから追加CSS -------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------- */

/* コース詳細の右側ブロック */
.course-detail-right {
    width: 100%; /* モバイルでは全幅 */
    padding: 0 10px;
    box-sizing: border-box;
}

/* 画面幅800px以上での調整（画像と詳細の比率も再設定） */
@media screen and (min-width:800px) {
    /* ... (画像と詳細の比率設定はそのまま) ... */
    .list3 figure {
        width: 50%;
    }
    .course-detail-right {
        width: 50%;
        padding: 0 0 0 20px;
        box-sizing: border-box;
    }
}

/* テーブル全体の設定 */
.course-detail-right table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
}

/* 項目名（th） */
.course-detail-right table th {
    background-color: #e6e6e6;
    font-weight: bold;
    color: #333;
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
    vertical-align: top;
}

/* 詳細（td） */
.course-detail-right table td {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
    vertical-align: top;
}

/* テーブル内の強調文字 */
.course-detail-right table strong {
    color: #ff1111; /* ボタン色に合わせて赤系を強調色に */
    font-weight: bold;
}

/* 申し込みボタンのスタイル */
/* 元のstyle.cssの.btnのスタイルを流用 */
.course-detail-right .center {
    margin-top: 30px;
}

/* --- 追加CSSここまで --- */
