﻿@import url(https://fonts.googleapis.com/css?family=Roboto|Righteous|Merriweather|Cabin+Sketch|Zen+Kurenaido|Potta+One|Yuji+Boku);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);/* 日本語全体 */
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');/* Googleアイコン */

@charset "utf-8";

/*全端末（PC・タブレット・スマホ）共通設定（旬風）
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*書体の設定
---------------------------------------------------------------------------*/
#menubar,#menubar-s{font-family: 'Roboto', sans-serif;letter-spacing:1px;}
h2 span {font-family: 'Righteous', cursive;font-size: 200%;}
.fude,.big1 {font-family:'Potta One', "Sawarabi Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;font-size: 150%;line-height:1;}
.logo3{font-family: 'Zen Kurenaido', cursive;font-size: 180%;margin-top:5px;}/* トップページのロゴ下 */
.logo4{font-family: 'Zen Kurenaido', cursive;margin-top:5px;color: #777;font-weight:bold;}/* サブ、表紙ページのロゴ下 */
.contents h5{font-family:'Potta One', "Sawarabi Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;font-size: 200%;}
#copyright{font-family:'Merriweather', sans-serif;}
.nav-menu{font-family: 'Cabin Sketch', "Sawarabi Gothic",  cursive;font-size: 98%;}/* メインメニューカスレ系と和文 */

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;	/*全体の文字色*/
	font-family:"Sawarabi Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 105%;	/*文字サイズ*/
	line-height: 2.1;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
	background: url('../images/bg.png') ;
	background-position:0% 0%;/* 左上からの距離 */
	background-repeat: no-repeat;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/* スクロールバーのズレ対策 */
*html body {overflow-y:auto;/*IE6だけに適用*/}

*+html body {overflow-y:auto;/*IE7だけに適用*/}

html{	overflow-y:scroll;
	overflow-x:hidden;/* 横スクロールなし */}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #2ac;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
a:hover {
	color: #444444;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/* LINK */
.sub-menu ul{background-color:#333;margin-top:20px;border-radius:15px;}
.sub-menu li{display: inline-block;color: #fdfdf6;}
.sub-menu li a{color: #fdfdf6;text-decoration: none;}
.sub-menu ul li:first-of-type:before{display:none;}
.sub-menu ul li{margin:0 30px 0 15px;}/* 文字の横のスペース */
.sub-menu ul li:before{content: "system_update"; font-family: 'Material Icons';font-size:120%;color: #d00;
	vertical-align: middle;margin:-2px 5px 0 -30px;/* アイコンの位置 */
}


/* リンクのボタン装飾-------------*/

/* 青い枠のボタンリンク*/
a.btn_01 {display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: ;white-space: nowrap;/* 改行しない */
	margin:3px 10px;
	padding: 0rem 0.5rem;
	border: 2px solid #27acd9;
	color: #666;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #fff;
	background: #f0c250;
}


/*表紙の背景画像---------------------------------------------------------------- */


html{height : 100%;}
html#hyoshi {
  display: block;
  position: relative;
  z-index: 1;
}
body#hyoshi:after {
  content: "";
	background:url(../images/logo0.png) no-repeat left top;
	background-size:75% auto;/* cover;contain;値指定 auto;横縦 */
  opacity: 0.6;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}


/*旬風ロゴ、サブタイトル部分
---------------------------------------------------------------------------*/
.ttlbox{padding:0 40px 50px 40px;line-height:1.2;color: #000;display:block;}
.space150{padding-bottom:222px;}
.logo img{width : 220px;}
.logo_top img{width : 200px;}

.logo2{font-size: 115%;color: #444;font-weight:400;text-align:center;}/* 旬風は豊富な実績を生かし～ */
.ttllogo{/* ふわっと出す全ページメインタイトル */
text-align:center;margin:25px auto 0px;line-height: 1.5;
    animation-name: fadein;
    animation-duration: 2s;
}
@keyframes fadein{
    from{
    opacity: 0;
    transform: translatey(15px);
    }
    to{
    opacity: 1;
    transform: translatey(0);
    }
}
.ttllogo img{padding-top:30px;}
.logo4{	border-bottom:1px dotted #999;}
.logo4 a{text-decoration:none;}


/*SNS画像*/
.sns {display: inline-block;
	float: right;	/*右に回り込み*/
	margin:0 20px 0 0;}

/*スライダー
---------------------------------------------------------------------------*/
#sample01 ul {
    width: 100%; /* バナー1つの幅 210px × バナーの初期個数 5 */
}
#sample01 ul li {
    float: left;
    margin:50px 10px; /* バナー間に余白を取る場合は指定 */
}
#sample01 ul li img{width: 400px;}

/*inner表紙を上下左右ほぼ中央に配置（サービスメニューツ画像）
---------------------------------------------------------------------------*/
.top_inner {clear: both;
	width: 70%;
	margin: 0 auto;text-align:center;
	padding: 0;
}
/*inner共通
---------------------------------------------------------------------------*/
.inner {clear: both;
	max-width: 1030px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0 2% 5px;
}
/*ヘッダー（最上段のグレーラインブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	border-top: 4px solid #444444;	/*上の線の幅、線種、色*/
}
header .inner {
	height: 5px;	/*高さ*/
}
/*ロゴ画像*/
header #logo {
	width: 300px;	/*ロゴ画像の幅*/
	float: left;	/*左に回り込み*/
	margin-top: 30px;	/*ロゴの上にあける余白。上下のバランスをここで調整して下さい。*/
}

/* ナビゲーション・パンくず枠 */
#navi{	clear: both;margin: 3px 0 0 0;
	padding: 4px 0px 5px 0;
	letter-spacing:1px;
	font-size: 85%;
	float: right;		/*右に回り込み*/
}

/*メインメニューのブロック
---------------------------------------------------------------------------*/

/*メニューブロック*/
#menubar {
	top: 0px;			/*上から0pxの場所に配置*/
	z-index: 20;
}
/* ナビゲーションメニュー */
.nav-menu {
  background-color: #; /* メニューの背景色 */
  color: #ddd; /* メニューテキストの色 */
}

.menu-list {
  display: flex;float:right;
  justify-content: flex-end;
}

.menu-item {
  background-color: #; /* メニューアイテムの背景色 */
  border-left: 1px solid #fff; /* メニューアイテムの左ボーダー */
  position: relative;
  transition: background-color .3s; /* 背景色の変化をアニメーション化 */
}

.menu-item:last-child {
  border-right: 1px solid #fff; /* 最後のメニューアイテムの右ボーダー */
}

/* メニューアイテムのホバースタイル */
.menu-item:hover .drop-menu-list {
  transform: scaleY(1); /* ドロップダウンメニューの表示 */
}

.menu-item:hover {
  background-color: #; /* メニューアイテムのホバー時の背景色 */
  transition: background-color .3s; /* 背景色の変化をアニメーション化 */
}

.drop-menu-item:hover {overflow:visible/* 回転させるために追加 */
  opacity: .8; /* ドロップダウンメニューアイテムのホバー時の不透明度 */
  transition: opacity .3s; /* 不透明度の変化をアニメーション化 */
}

.menu-item a {font-size: 90%;
  align-items: center;
  color: #333; /* メニューアイテム内のリンクテキストの色 */
  display: flex;
  height: 40px;
  justify-content: center;
  text-decoration: none; /* リンクの下線を非表示 */
  width: 120px;
}

/* ドロップダウンメニュー */
.drop-menu {
  position: relative;
}

.drop-menu-list {
  left: 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0); /* ドロップダウンメニューの非表示 */
  transform-origin: center top; /* 変形を適応する基準を設定 */
  transition: transform .3s; /* 表示の変化をアニメーション化 */
  width: max-content;
  z-index: 1;
}

.drop-menu-item {
  background-color: #f0f0f0; /* ドロップダウンメニューの背景色 */
  transition: opacity .3s; /* 不透明度の変化をアニメーション化 */
}

/* テスト成功♪ */
.switch_text {
    display: inline-block;
    position: relative;
    color: #fff;
    transition: 0.5s;
}
.switch_text::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: transparent;
    text-align: center;
    text-decoration: underline;
    white-space: nowrap;
    transition: 0.5s;
    content: attr(data-hover-text);
}
.switch_text:hover {background-color:#;/* ホバー時の背景色 */
    color: transparent;/* 英語を透明に色 */
}
.switch_text:hover::before {font-size: %;
  text-decoration: none; /* リンクの下線を非表示 */
    color: #000;
}

/*スマホ用メニューを表示させない*/
#menubar-s,
.g-header
 {
	display: none;
}
/*コンテンツ
---------------------------------------------------------------------------*/
.contents {
	clear: both;
	overflow: hidden;
	padding: 20px 0;	/*上下、左右に空けるボックス内の余白*/
}

/*縦書き用の設定
---------------------------------------------------------------------------*/
/*ボックス全体*/
.title-bg-parts {
	display: flex;				/*flexボックスを使う指定*/
	justify-content: center;	/*並びかたの種類の指定*/
}

/*ボックス内のh1*/
.title-bg-parts h1 {font-family: 'Yuji Boku', cursive;font-size: 200%;letter-spacing:1px;
	display: flex;			/*flexボックスを使う指定*/
	flex-direction: column;	/*縦並びにする指定*/
	align-items: center;	/*垂直揃えの指定。天地中央に配置されるように。*/
	font-size: 2.5rem;		/*文字サイズ。２倍。*/
}

/*縦書きにする指定*/
.title-bg-parts h1 .tate-parts {
	writing-mode: vertical-rl;
	text-orientation: upright;
}

/*横書きで使う際の指定。※縦書きを横書きにする為の指定ではないのでご注意下さい。*/
.title-bg-parts h1 .yoko-parts {font-family: 'Righteous', cursive;
	margin-top: 1rem;		/*上に空けるスペース*/
	font-size: 0.4em;		/*文字サイズ。親要素の40%。*/
	letter-spacing: 0.4em;	/*文字間隔を少し広くとる指定*/
}
/*h1bg
---------------------------------------------------------------------------*/
#h1-bg1-parts {
	background: url(../images/h1.png) no-repeat center;	/*背景画像の読み込み*/
	padding: 1rem;	/*ボックス内の余白。１文字分。*/
}


/*コンテンツのh2タグの設定*/
---------------------------------------------------------------------------*/
.contents h2 {margin:0px auto;text-align:center;
		color: #a00;	
	line-height: 1.4;	/*行間*/
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 10px 20px;	/*上下、左右への余白*/
	clear:both;
}
/*コンテンツのh3タグの設定*/
.contents h3{margin:0px auto;text-align:center;
	margin-bottom: 20px;
	padding: 5px 20px;	/*上下、左右への余白*/
	font-size: 150%;color: #000;
	clear: both;display:block;
}

/*コンテンツのh4タグの設定*/
.contents h4 {margin:20px auto 5px;
	clear: both;background-color:#f5f5f5;
	font-size: 130%;color: #000;border-bottom:1px solid #a2a2a2;
	border-top:1px solid #a2a2a2;
	padding:5px 0 3px 10px;	/*上下、左右への余白*/vertical-align: middle; /* 上下中央寄せ */
}
.contents h4::before{
  content: "";vertical-align: middle; /* 上下中央寄せ */
  display: inline-block;  
  background-image: url('../images/icon5.png');
  background-size: cover;
  background-repeat: no-repeat;margin-right:5px;
  width: 51px;
  height: 41px;
}

/*コンテンツのh5タグの設定*/
.contents h5{margin:15px 0 0 0;
	border-bottom:2px solid #333;
	font-size: 130%;
	color: #333;
	padding:40px 10px 5px 10px;position:relative;
}

.contents h5:first-letter {color: #a00;font-style: italic;
    font-size: 2.5em;
    line-height: 0;
}
.contents h5.normal:first-letter {font-style: normal;font-size: 1.5;margin-right:5px;}

.contents .k_collar h5:first-letter {color: #fff/* 背景グリーンのh5見出し */
}
.contents h5:before, .contents h5:after{
	content:"";
	display:block;
	width:10px;/* 縦線の幅 */
	height:10px;/* 縦線の長さ */
	border-radius:50%; /* 円になる*/
	background:#222;
	position:absolute;
	bottom:-6px;/* 0はL。多いほど下に移動 */
}
.contents h5:before{left:-0px;}
.contents h5:after{right:-0px;}


/*コンテンツの段落タグ設定*/
.contents p {
	padding: 10px 10px 20px;	/*上、左右、下への余白*/
}
.contents h2 + p,
.contents h3 + p {
	margin-top: -10px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
.main {
	overflow: hidden;
	float: right;	/*右に回り込み*/
	width: 72%;		/*幅*/
}

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

footer {margin-top:50px;
	clear: both;text-align:center;
	background: #FFF;	/*背景色*/
	color: #666;	/*文字色*/
}
footer a {
	color: #666;
}
footer a:hover {
	color: #222;
}
footer .pr {
	display: block;
	font-size: 80%;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 20px 0;
}
/*１行分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 18%;		/*幅。今回は５列作ったのでここの幅18%と下のpadding(合計の2%)でトータル20%になるよう設定。列に応じて調整して下さい。*/
	padding-right: 1%;
	padding-left: 1%;
}


/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;color: #ffffff;
	text-align: center;
	background: #444444;	/*背景色*/
	font-size: 85%;
}
#copyright a {
	text-decoration: none;color: #ffffff;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#newinfo iframe{
	margin-bottom: 15px;
	overflow: auto;	/*高さの設定を超えるとスクロールが自動で出る設定。全部表示させていたいならこの行と上の行を削除。*/
	height: 600px;	/*高さ*/
	border:0;}
.hs_usu a{font-size: 9px;color: #777;float:right;text-decoration:none;}/* 管理 */

/*テーブル
---------------------------------------------------------------------------*/
/*ta1設定ボーダーなし*/
.ta1 {
	width: 100%;
	margin: 10px auto;
}
.ta1, .ta1 td, .ta1 th {text-align:left;
	padding: 5px 10px;	/*ボックス内の余白*/
	word-break: break-all;
}

/*ta1の見出しセル*/
.ta1 th {text-align:left;vertical-align : top;
	width: 200px;	/*幅*/
	font-weight: normal;
}
/*ta3設定下線のみ*/
.ta3 td,.ta3 th{border-bottom:1px solid #a2a2a2;}
/*ta3の見出しセル*/
.ta3 th {text-align:left;vertical-align : top;
	width: 200px;	/*幅*/
	font-weight: normal;
}

table.ta4 {
  width: 100%;
}
.ta4 td {line-height:1.4;
	padding:1px;	/*ボックス内の余白*/
	word-break: break-all;text-align:center;
}
.ta4 td.l {text-align:left;padding-left:10px;
}
/*備考欄の幅*/
table.ta4 th.bikou{
  width: 50%;
}
table.ta4 td.waku4 {border:1px solid #a2a2a2;text-align:center;}
.ta4 .material-icons{vertical-align: bottom;}

/* 素材利用の表 */

.span_w{vertical-align : top;width : 300px;display: inline-block;margin:5px;}

.contact ul{margin:20px 5px 5px 5px;}
.contact ul li{line-height:2;border-bottom:1px dotted #a2a2a2;}

/*ta3設定罫線あり*/
.ta2 {text-align:left;border:2px solid #999;
	width: 100%;
	margin-top: 20px;
}
.ta2 tr{border-bottom:1px solid #999;}
.ta2 td{border-left:1px solid #999;padding:5px 5px 5px 10px;}
.ta2 th{border-left:1px solid #999;padding:5px 5px 5px 10px;text-align:center;}
.ta2 .r{white-space: nowrap;/* 改行しない */}

/* 篆書の画像 */
.tensyo img{    width:auto;
    height:auto;
    max-width:50%;
    max-height:50%;}

/* フォーム関連追加 */

textarea,
input[type="text"],
select
{
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	background-color:#eee;
	border:0;
	padding:2px;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
    resize: both;
}


/* input:focus・・・入力フォームをハイライトする-------------*/

input:focus,
textarea:focus,
input.focus,
textarea.focus{ background-color: #ffffe4!important; }

/*submitボタンの設定
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="reset"] {
	margin: 0;
	border: none;
	background-color:#444444;color: #ffffff;font-size:105%;
}
/*マウスオン時の設定*/
input[type="submit"]:hover,
input[type="reset"]:hover{
	background: #fff;	/*背景色*/
	color: #a00;
}

/*PAGE TOP設定 
---------------------------------------------------------------------------*/
#pagetop {
    display: inline-block;
	position: fixed;
	right: 0;
	bottom: 50px;
	z-index: 99;
	line-height:1;}

#pagetop a{
    position: relative;
    padding:20px 10px;
    background: #ddd;/*ボタン色*/
    color: #FFF;
    text-decoration: none;
border-radius: 10px;margin: 0;
}


/*横からふわりと出る
---------------------------------------------------------------------------*/

.boxm p,.boxm ul
 {  animation-duration: 1.5s;
    animation-name: slidein;
}
@keyframes slidein {
    from {
        margin-left: 2%;
        width: 100%
    }
    to {
        margin-left: 0%;
        width: 100%;
    }
}

/* 横並び2つのボックス
<div class="boxall"><div class="boxleft">ああ</div><div class="boxright">ああ</div></div> */
div.boxall{
	clear:both;
	width: 100%;
	padding:0;
	margin:0px auto;
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
	/display: inline; /*for ie5～7*/
	/zoom: 1; /*for ie5～7*/}
div.boxall img{padding:10px}
div.boxleft {
text-align:center;
	display: -moz-inline-box;
	display: inline-block;
	/zoom: 1;
	width: 40%;
	margin-right:1%;
vertical-align:top;
}
div.boxright {
	display: -moz-inline-box;
	display: inline-block;
	/zoom: 1;
	width: 56%;
vertical-align:middle;
}

/*フレックス
---------------------------------------------------------------------------*/

.flex_3box {  width:100%;
  margin: 0 auto;
  display: flex;
}
.flex_3box .inbox3 {/* 画像を3つ並べている */
	display: -moz-inline-box;
	display: inline-block;
	/zoom: 1;
	width: 30%;
	margin: 0 auto;
vertical-align:top;
}
.flex_3box .inbox3 p{border:1px solid #a2a2a2;text-align:left;}

.flex_3box img{
  width: 100%;
  align-self: flex-start;
}


/*教室（風）と筆文字ロゴページの画像スライドショー
16:9の画像比率（9÷16=0.5625）の場合はpadding-top: 56.25%;　←アスペクト比例
1:1の正方形画像比率（1÷1=1）の場合はpadding-top: 100.0%;　←アスペクト比例
<!-- スライド -->
<div class="kazebox">
<div id="svg-box-parts">
<div class="slide6-parts">
<div class="slide-parts img1-parts"><a href="#"><img src="images/k1.jpg" alt=""></a></div>
<div class="slide-parts img2-parts"><a href="#"><img src="images/k2.jpg" alt=""></a></div>
<div class="slide-parts img3-parts"><a href="#"><img src="images/k3.jpg" alt=""></a></div>
<div class="slide-parts img4-parts"><a href="#"><img src="images/k4.jpg" alt=""></a></div>
<!--インジケーターボタン（現在表示中ボタン）-->
<div class="slide-indicators-parts"></div>
</div>
</div>
<!--/.slide6-parts-->
</div>
<!-- /スライド -->

---------------------------------------------------------------------------*/
.kazebox{  float: right;width :40%;margin:0 0 0 20px;}

/*スライドショーボックス*/
#svg-box-parts {
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
padding-top:0px;
}

/*画像を囲むブロック（教室）*/
.slide6-parts {
	width: 100%;
	height: 0;
	padding-top: 100.0%;	/*アスペクト比*/
	position: relative;
}

/*画像を囲むブロック（筆文字）*/
.slide6-parts_big {
	width: 100%;
	height: 0;
	padding-top: 42.74%;	/*アスペクト比1240×530の場合530÷1240*/
	position: relative;
}

/*３枚の画像の共通設定*/
.slide6-parts .slide-parts ,
.slide6-parts_big .slide-parts
 {
	position: absolute;right: 0px;top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 2s;	/*ここの1s（＝1秒）を変更すると、フェードのスピードを変更できます。１枚が表示される時間はjsで指定できます。*/
}

/*以下は変更不要*/
.slide6-parts .slide-parts img,
.slide6-parts_big .slide-parts img
 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/*現在表示されているスライドのみをクリック可能にする設定（変更不要）
---------------------------------------------------------------------------*/
.slide6-parts .slide-parts,
.slide6-parts_big .slide-parts
 {
	pointer-events: none; /* デフォルトでクリックを無効にする */
}

.slide6-parts .slide-parts.active,
.slide6-parts_big .slide-parts.active {
	pointer-events: auto; /* 表示中のスライドのみクリックを有効にする */
}


/*現在表示中のボタン
---------------------------------------------------------------------------*/
/*全体*/
.slide6-parts .slide-indicators-parts,
.slide6-parts_big .slide-indicators-parts
 {
    text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0px;	/*ボタンの配置場所。スライドショーの画面下からの距離。*/
	left: 0px;
}

/*ボタン１個あたり*/
.slide6-parts .indicator,
.slide6-parts_big .indicator {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;	/*未アクティブ時のボタン色*/
	border: 2px solid #fff;	/*枠線の幅、線種、色。*/
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

/*アクティブ時のボタン色*/
.slide6-parts .indicator.active,
.slide6-parts_big .indicator.active
 {
    background: #000;
}


/*リストなど
---------------------------------------------------------------------------*/

ul.icon li { /* 青丸法定表記 */
	background: url('../images/icon.gif') no-repeat; 
	background-position:0 11px;
	margin:3px 2px 2px 10px;
	padding-left: 15px; 
	list-style:none;
}
ul.icon2 li::before{content: "brush"; font-family: 'Material Icons';font-size:150%;color: #c00;
	vertical-align: middle;margin:0 0 0 0;
position: absolute;
	top: -7px;
	left: -20px;}

ul.icon3 li/* 未使用 */
{	background: url('../images/icon_c.gif') no-repeat;
	background-position:0% 8px;
	margin:0px;
	padding-left: 20px; 
	list-style:none;
}

/* □ぐるぐるン */
ul.icon4{margin-top:10px;}
ul.icon4 li { 
	background: url('../images/icon4.png') no-repeat; 
	background-position:0 4px;
	margin:0 0 0 0;
	line-height:2;
	padding: 0 20px 0px 34px;
	list-style:none;
} 

/*Googleアイコンを使ったリスト（規約）　@import url('https://fonts.googleapis.com/icon?family=Material+Icons');←このようにGoogleアイコンをインポートする */
/*---------------------------------------------------------------------------*/
h6{font-size: 110%;margin:10px 5px;padding:0;border-bottom:2px solid #a2a2a2;}
h6 + ul {margin:0 0 15px 15px;}
/*メニュー１個ごとの設定*/
h6 + ul li {margin:0 5px;border-bottom: dotted 1px #ccc;/*下の線の線種、幅、色*/
	position: relative;padding-left:12px;
	display: block;}
h6 + ul li a {
	text-decoration: none;
	padding: 3px 10px;	/*上下、左右へのメニュー内の余白*/
}
h6 + ul li::before{content: "check_circle"; font-family: 'Material Icons';font-size:150%;color: #89c7de;
	vertical-align: middle;margin:0 0 0 0;
position: absolute;
	top: -7px;
	left: -20px;}


/*料金--------------------------------------------------------------------------*/
.ryokin{
    margin: 0 auto;
    padding: 0;
}
.ryokin dl {
    display: table;
    width: 100%;
    border-bottom: solid #e4e4e4;
    border-width: 1px 0;
}
.ryokin dt{
    display: table-cell;
    padding:0.4rem;
}
.ryokin dd{white-space: nowrap;/* 改行しない */
    text-align: right;
    display: table-cell;
    padding:0.4rem;
}
.ryokin dd:after{
    display: inline-block;
    content: "";
    width: 1em;
}
.ryokin dd.kara:after {
    content: "";/* ～がある場合はこのクラスをつける----------------------------------ここまで */
}


/* 目立つリンク矢印付き */

/* 矢印枠　共通--------------------------------------*/

.yajiwaku_y {text-align:center;/* 見出し部分 */
	position: relative;
	display: inline-block;
	margin:0;
	padding: 4px 10px;
	width: 100%;
	font-size: 22px;font-weight:bold;letter-spacing:1px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;/* はみ出し防止 */}

.yajiwaku_y:before{/* 矢印 */
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -18px;
  border: 18px solid transparent;/* 三角の幅 */
}

/* 枠外の　黄色矢印--------------------------------------*/

.yajiwaku_y { 
  background: #ffcc00;color: #000;margin:10px 0 20px;}
.yajiwaku_y:before {/* 矢印 */
  border-top: 18px solid #ffcc00;/* 三角の高さ */
}

/* センタリング */
.haiti_cent{  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;}

a.icon5 { 
	background: url('../images/icon5.gif') no-repeat; 
	background-position:0% 5px;
	margin:0px;
	line-height:2;
	padding-left: 20px;
	list-style:none;
} 

/*ボックス内の写真設定*/
.gazoari img {border-radius: 5px;
	float: left;		/*画像を左へ回り込み*/
	padding: 0.6%;		/*余白*/
	width: 30%;			/*写真の幅*/
	border: 1px solid #ccc;	/*線の幅、線種、色*/
	margin:5px;
}
.gazoari img .migi {
	float: right;		/*画像を→へ回り込み*/
}

.mb15,.mb1em {margin-bottom: 15px;}
.pt30 {padding-top: 30px;}
.ml300 {margin-left: 315px;}
.ml30 {margin-left: 30px;}
.clear {clear: both;}
.color_w, .color_w a {color: #fff;}
.color_r{color: #c00;}
.color1 {background:linear-gradient(transparent 40%, #fCE 60%);}/* 桃マーカー*/
.color2 {background:linear-gradient(transparent 60%, #f8eba9 60%);}/* 黄マーカー<span class="color2">マーカー</span> */
.wl {width: 96%;}
.wm {width: 85%;}
.ws {width: 50%;}
.w150 {width: 150px;}
.c {text-align: center}
.c_auto{margin:0px auto;}
.r {text-align: right;}
.l {text-align: left;}
.font_s, h4.font_s {font-size: 80%;line-height: 1.5;}
.mini1 {font-size: 85%;display: inline-block;line-height: 1.5;}
.big1 {margin:0 auto;font-size: 180%;line-height: 1.5;color: #c00;text-align:center;}
.sh{display: none;}/* PCで非表示 */
.k_collar{background-color:#cccccc;}
.k_collar2{background-color:#444444;}/* コンタクト確認ボタン */
.border_tb{margin:30px auto;/* お知らせ */
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	padding:18px;}
.fl_r{float:right}
.fl_l{float:left}
.nowrap{white-space: nowrap;/* 改行しない */}
.td_no,.td_no a{text-decoration:none;}


/* highslide */


a.highslide-credits,
a.highslide-credits i {
	display:none;
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}


/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

body{
	background-position:0% 49px;/* 左上からの距離 */
	background-size:95% auto;}

/*contents
---------------------------------------------------------------------------*/

.contents{margin:auto 15px;}

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	width: auto;
}

.top_inner {width: 100%;}


/*あいうぇぶロゴ、サブタイトル部分
---------------------------------------------------------------------------*/
.ttlbox{padding:45px 15px 5px 15px;}
.logo{margin:10px 0 5px 0;}/* ロゴ */
.logo2{line-height:1.5;margin:20px 0;}/* 暫定未使用 */
.logo3{font-size: 160%;margin:30px 30px 0px;font-weight:bold;line-height:1.5;}/* トップの筆文字ロゴ・題字 データ納品 */
.logo4{font-size: 90%;}/* サブと表紙の筆文字ロゴ・題字 データ納品 */
.space150{padding-bottom:0;}
.ttllogo{margin:20px auto 0;line-height:1;clear: both;}
.ttllogo img{}/* メインの3つの画像 */
.ph{display: none;}/* スマホで非表示 */

/*PC用メニューを非表示にする*/
#menubar {
	display: none;
}

/*スライダー
---------------------------------------------------------------------------*/
#sample01 ul li {
    float: left;
    margin:30px 0px; /* バナー間に余白を取る場合は指定 */
}
#sample01 ul li img{width: 250px;}

/*スマホメニュー
---------------------------------------------------------------------------*/
/*３本バーアイコン設定
<div class="g-header">
<nav class="g-nav">
<ul class="g-menu">
---------------------------------------------------------------------------*/
/*３本バーブロック*/

.g-header /*{display:block;  position: relative;  height: 50px;  background: #444444;}*/
{display:block;/* 固定 */
  background: #444444;
  position: fixed;
  height: 50px;
    top: 0;
    width: 100%;
    margin: 0 auto;
	z-index: 99;
}

.g-nav {
  display: none;text-align:right;
  position: absolute;
  top: 50px;right:0;
}
.g-menu {  width: 100%;}
.g-menu li {padding-right:30px;background-color: rgba(0,0,0,0.5);}
.g-menu li a {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  box-sizsing: border-box;
  width: 100%;
  height: 25px;
}
/* 入れ子 */
.g-menu li span{padding-right:0;font-size: 90% ;line-height:1; }
.g-menu li span a{ margin-left:10px;padding:0;}

/* ハンバーガー */
.sp-menu {
  display: block;
  position: absolute;
  top: 7px;
  right: 10px;
}
.sp-menu .menu-trigger,
.sp-menu .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.sp-menu .menu-trigger {
  position: relative;
  width: 44px;
  height: 44px;
}
.sp-menu .menu-trigger span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
  height: 2px;
  background-color: #fff;
  border-radius: 5px;
}
.sp-menu .menu-trigger span:nth-of-type(1) {
  top: 5px;
}
.sp-menu .menu-trigger span:nth-of-type(2) {
  top: 15px;
}
.sp-menu .menu-trigger span:nth-of-type(3) {
  top: 25px;
}
.sp-menu .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.sp-menu .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.sp-menu .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

/*教室の画像
---------------------------------------------------------------------------*/
.kazebox{  float: none;width :100%;margin:15px 0;}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
.main {
	float: none;
	width: auto;
}

/*コンテンツのh2タグの設定*/
.contents h2 {margin-top: 0px;}



/*テーブル
---------------------------------------------------------------------------*/
/*テーブル内の見出しセル*/
.ta1 th {display:block;
	width: 98%;
	padding: 5px;
	background-color:#F5F5F5;
}

/*テーブル内の右側*/
.ta1 td
 {display:block;
	width: 98%;
	padding: 5px;}

div.boxall3,div.boxall4
{margin:0 auto;padding:10px;width : 90%;}

div.boxleft3
{clear:both;display:block;padding:10px;border-bottom:1px solid #a2a2a2;width : 90%;}

div.boxleft4
{clear:both;display:block;padding:10px;border:none;width : 100%;}

.ta2{border-bottom:0px;}
.ta2 tr{display:block;}
.ta2 td{display:block;border:0;}
.ta2 th{text-align:center;background-color:#eee;display:block;}
.ta1 th br,.ta2 th br{display:none;}
.ta3 th{border-bottom:1px dotted #a2a2a2;}
.ta_ud{border-bottom:2px dotted !important;text-align:center;}

/* フォーム */
.span_w{font-size: 110%;width : 100%;display: block;color: #000;}
.ws,.wm,.wl {width: 99%;}


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#newinfo iframe,#newinfo2 iframe{height: 450px;}	/*高さ*/


/* 横並び2つのボックス
<div class="boxall"><div class="boxleft">ああ</div><div class="boxright">ああ</div></div> */
div.boxleft{padding:10px 0 0 0;clear:both;display:block;width: 100%;}
div.boxright{padding-top:20px;clear:both;display:block;width: 100%;}
div.boxall img{padding:0}

/*Googleアイコンを使ったリスト（規約）
/*---------------------------------------------------------------------------*/

/* LINK */
.sub-menu ul li{margin:0 5px;}/* 文字の横のスペース */
.sub-menu ul li:before{content: "expand_circle_down"; font-family: 'Material Icons';font-size:120%;color: #c00;
	vertical-align: middle;margin:-2px 5px 0 0px;/* アイコンの位置 */
}


/*メニュー１個ごとの設定*/
h6 + ul li {margin:10px 5px;line-height: 1.5;}
h6 + ul li::before{font-size:120%;
	top: -1px;
	left: -15px;}


/*その他
---------------------------------------------------------------------------*/

.contents h4{font-size: 105%;font-weight:bold;letter-spacing:1px;}


ul.icon li { /* 青丸 */	background-position:0 5px;}
ul.icon_c li {	background-position:0% 4px;}
.sh {	display:block;}/* スマホでは表示する */
.sh_br {display:block;margin:0;padding:0;}/* スマホで改行 */
.wm {width: 90%;}
.boxm .inner p,.boxm ul{padding-top:12px;}/* 動きのあるボックス */
.inner h5 + p{padding-top:12px;}
.pc,
.megane,
.tamidashi
{display:none;}/* スマホでは消すPCでは表示する */
.k_collar2{background-color:#FFF;color: #000;}/* コンタクト確認ボタン */

.ml300,
div.boxall
{clear:both;display:block;margin:0 auto;padding:0;width: 100%;}



}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 90%;	/*文字サイズ*/
	line-height: 2;	/*行間*/
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header #logo {
	width: 200px;	/*ロゴ画像の幅*/
	margin-top: 35px; /*ロゴの上にあける余白*/
}

/*コンテンツ
---------------------------------------------------------------------------*/
.contents {
	padding:10px 0 20px 0;	/*上下、左右に空けるボックス内の余白*/
}
/*コンテンツのh2タグの設定*/
.contents h2 {
	font-size: 120%;	/*文字サイズ*/
	padding:0;margin;0px;	/*上下、左右への余白*/
}
/*コンテンツの段落タグ設定*/
.contents p {
	padding: 0px 10px 15px;	/*上、左右、下への余白*/
}

.contents h3 {
	font-size:120%;padding:0;margin;0px;	/*上下、左右への余白*/
}


/*inner表紙
---------------------------------------------------------------------------*/
.top_inner {padding:4% 0;}

/* 表紙の二つ並んだロゴの両側にライン */
.s1 {	display: flex;align-items: center;}
.s1:before, .s1:after {
	content: "";
	flex-grow: 3;
	height: 5px;
	background: #ddd;
	display: block;}
.s1:before {margin-right: .4em;}
.s1:after {margin-left: .4em;}

/*トップの３つの画像フレックスを縦に
---------------------------------------------------------------------------*/
.flex_3box {
  display:block;text-align:center;margin:0 auto;
}
.flex_3box .inbox3 {/* 画像を3つ並べている */
	display: block;line-height:1;
	/zoom: 1;margin:0 auto 30px;
	width: 80%;text-align:center;padding:0;}

.flex_3box .inbox3 img{text-align:center;margin:0 auto;padding:0;}

/*ボックス内の写真設定*/
.gazoari img {display:block;
	float: none;
	padding: 0;
	width: 100%;
	border: none;
}
/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	display: none;
}
}
