@charset "utf-8";



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

/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");

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



/*テーマカラーの定義（CSS変数）
ここのカラーコードを変更するだけで、テンプレートのテーマカラーが変わります。
---------------------------------------------------------------------------*/
:root {
    --primary-color: #dd6a0f;
}


/*全体の設定
---------------------------------------------------------------------------*/
html,body {
	height: 100%;
	font-size: 14px;	/*基準となるフォントサイズ。*/
}

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

	html, body {
		font-size: 16px;	/*基準となるフォントサイズ。*/
	}

	}/*追加指定ここまで*/


body {
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	-webkit-text-size-adjust: none;
	background: #fff;	/*背景色*/
	color: #111;		/*文字色*/
	line-height: 2.5;		/*行間*/
	background-image: url(..//images/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center; 
	
}

/*リセット*/
figure {margin: 0;}
dd {margin: 0;}
nav {margin: 0;padding: 0;}

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

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

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

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

/*他*/
input {font-size: 1rem;}
section + section {
	margin-top: 3rem;
}


/*opa1のキーフレーム設定
---------------------------------------------------------------------------*/
@keyframes opa1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}


/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	color: #777;		/*文字色*/
	transition: 0.3s;	/*hoverまでにかける時間。0.3秒。*/
}

/*マウスオン時*/
a:hover {
	color: var(--primary-color);	/*css冒頭で指定しているテーマカラーを読み込みます*/
}


/*コンテナー（サイト全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	height: 100%;
	display: flex;					/*flexボックスを使う指定*/
	flex-direction: column;			/*子要素を縦並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	margin: 0 auto;
	border-top: 5px solid var(--primary-color);	/*上の線の幅、線種、varは色のことで、ここではcss冒頭で指定しているテーマカラーを読み込みます。*/
}
header{
	margin:0px;
	padding:0px;
}

/*コンテンツ（フッター関連「以外」を囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	flex: 1;
	width:100%;
	padding: 0px15px15px15px;	/*コンテンツ内の余白*/
	max-width: 1100px;	/*サイトの最大幅。これ以上広がらない。*/
	margin: 0 auto;
}
#bar{

}

/*header（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	padding: 6px 0px 10px 0px ;	/*上下、左右へのヘッダー内の余白。remというのは文字単位の事。3remは3文字分。*/
	text-align: center;	/*内容をセンタリング*/
}

/*ロゴ*/
#logo img {
	width: 100%;	/*ロゴの幅*/
	max-width:600px;
	margin-bottom:00px;
}
#logo2 img {
	width: 100%;	/*ロゴの幅*/
	max-width:800px;
	margin-bottom:20px;
}

/*メニューブロック設定
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar ul {
	margin: 0;padding: 0;
	margin-bottom: 2rem;			/*下に空けるスペース。３文字分。*/
	display: flex;					/*flexボックスを使う指定*/
	justify-content: space-around;	/*並びかたの種類の指定*/
	border-top: 1px solid #ddd;		/*上の線の幅、線種、色*/
	border-bottom: 1px solid #ddd;	/*下の線の幅、線種、色*/
}

/*メニュー１個あたりの設定*/
#menubar li {
	flex: 1;
	text-align: center;
	margin:0px 0px 0px 0px ;
}
#menubar a {
	text-decoration: none;display: block;
	color: inherit;
	padding: 0.7rem 0.5rem 0.7rem 0.5rem;		/*上下、左右へのメニュー内の余白*/
}

/*マウスオン時*/
#menubar a:hover {
	background: var(--primary-color);	/*背景色。css冒頭で指定しているテーマカラーを読み込みます*/
	color: #fff;						/*文字色*/
}


/*スライドショー（slickを使用）
---------------------------------------------------------------------------*/
/*画像を囲むブロック*/
.mainimg-slick {
	margin-bottom: 80px;	/*画像の下に空けるスペース*/
}

/*丸いページナビボタン全体を囲むブロック*/
ul.slick-dots {
	margin:0;padding: 0;
	line-height: 1;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -30px;	/*下からの配置場所指定。ボタンを画像の下に移動します。*/
}

/*丸いページナビボタン１個あたりの設定*/
ul.slick-dots li {
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
}

/*buttonタグ*/
ul.slick-dots li button {
	border: none;padding: 0;
	display: block;
	text-indent: -9999px;	/*デフォルトで文字が出るので画面の外に追い出す指定*/
	width: 12px;			/*ボタンの幅*/
	height: 12px;			/*ボタンの高さ*/
	border-radius: 50%;		/*丸くする指定*/
	cursor: pointer;		/*クリックで画像へジャンプするので、わかりやすいようhover時にpointerになるように。*/
	background: #ccc;		/*背景色。白。*/	
}

/*buttonのアクティブ時（現在表示されている画像を示すボタン）*/
ul.slick-dots li.slick-active button {
	background: var(--primary-color);	/*色。css冒頭で指定しているテーマカラーを読み込みます*/
}


/*mainブロック設定
---------------------------------------------------------------------------*/
/*mainブロック*/
main {
	padding: 0px 0px 30px 0px ;	/*ブロック内の余白*/
	width:100%;
	max-width:880px;
	margin:0 auto;
	text-align:left;
	line-height:1.5em;
}
/*mainブロック内の画像は基本、幅100%にする*/
main img{
	width:100%:
}

/*mainブロック内のh1*/
main h1 {
color:#000;
  font-size: 28px;
  position: relative;
  text-align: center;
  padding:0px;
  margin:0px 0px 40px 0px;
  	line-height:1.5em;
}

main h1 span {
color:#d79d69;
  font-size: 12px;
  display: block;
  padding:0px;
  margin:-0px 0px 0px 0px;
    	line-height:1em;
}

main h1:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 80px);
  width: 160px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #dd6a0f;
  
}
/*mainブロック内のh2*/
main h2 {
 position:relative;
 padding:0.2em 0;
 border-bottom:1px solid #555;
}


/*mainブロック内のh3*/
main h3 {
	font-size: 1.8rem;		/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を広くする指定*/
	color:#000;
	border-bottom:1px solid #dd6a0f;
	padding-bottom:8px;
}

/**mainブロック内のpタグ*/
main p {
	margin: 1rem;	/*pの外側にとるスペース*/
}

main h4 {
	position: relative;
	font-size: 20px;
	border-bottom: 0px solid #dd6a0f;
	margin-bottom:0px;
	padding-bottom:20px;
	padding-top:20px;
}

main h4::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 10px;
	color: #dd6a0f;
	font-size: 25px;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer small {font-size: 100%;}
footer {
	font-size: 0.7rem;		/*文字サイズ。bodyのfont-sizeの70%です。*/
	text-align: center;		/*内容をセンタリング*/
	padding: 20px;			/*ボックス内の余白*/
	color: #fff;			/*文字色*/
	background: var(--primary-color);		/*背景色。css冒頭で指定しているテーマカラーを読み込みます*/
}

/*リンクテキスト*/
footer a {color: inherit;text-decoration: none;}

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


/*メニューのご紹介ページの各ボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.list-simple {
	text-align: center;	/*中身をセンタリング*/
	max-width: 700px;		/*ボックスの幅*/
	margin: 0 auto 4rem;	/*ボックスの外側にとるスペース。上、左右、下。*/
}

/*ボックス内のh3*/
.list-simple h3 {
	margin: 0;
}

/*ボックス内のp*/
.list-simple p {
	margin: 0;
	font-size: 0.85rem;	/*文字サイズを85%に*/
	line-height: 1.5;
}


/*アクセスのマップ。コメント解説がある行以外はそのままで使って下さい。
---------------------------------------------------------------------------*/
.iframe-box {
	width: 100%;
	height: 0;
	padding-top: 56.25%;	/*ここが高さになります。大きくすればよりマップの高さも増します。*/
	position: relative;
	margin-bottom: 2rem;	/*地図の下に空けるスペース。２文字分。*/
}
.iframe-box iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}


/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	font-weight: bold;		/*太字に*/
	padding: 1rem;			/*ボックス内の余白。基本的に数行下の「.ta1 th, .ta1 td」のpaddingと揃えておけばOKです。*/
	background: #555;		/*背景色*/
	margin-bottom: 15px;	/*下に空けるスペース*/
	border-radius: 5px;		/*角を丸くする指定*/
	color: #fff;			/*文字色*/
}

/*ta1テーブルブロック設定*/
.ta1 {
	border-top: 1px solid #666;	/*テーブルの一番上の線。幅、線種、色*/
	width: 100%;
	margin: 0 auto 2em;		/*最後の「2em」がテーブルの下に空けるスペースです*/
}

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

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

/*th（左側）のみの設定*/
.ta1 th {
	width: 28%;			/*幅*/
	text-align: left;	/*左よせにする*/
	background: #f7f7f7;	/*背景色*/
}


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

/*ボタンの設定*/
.pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 99;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 20px;		/*右からの配置場所指定*/
	bottom: 20px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	font-size: 1.5rem;	/*文字サイズ*/
	background: rgba(0,0,0,0.2);	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
	width: 60px;		/*幅*/
	line-height: 60px;	/*高さ*/
	border-radius: 50%;	/*円形にする*/
}


/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.color-check, .color-check a {color: #ff0000 !important;}
.l {text-align: left !important;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.ws {width: 95%;display: block;}
.wl {width: 95%;display: block;}
.mb0 {margin-bottom: 0px !important;}
.mb30 {margin-bottom: 30px !important;}
.look {display: inline-block;padding: 0px 10px;background: #eee;border: 1px solid #ccc; border-radius: 3px;margin: 5px 0; word-break: break-all;}
.small {font-size: 0.75em;}
.large {font-size: 2em; letter-spacing: 0.1em;}
.pc {display: none;}
.dn {display: none !important;}
.block {display: block !important;}

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

	.ws {width: 48%;display: inline;}
	.sh {display: none;}
	.pc {display: block;}

	}/*追加指定ここまで*/


/******************************/
.flink{
	margin:15px 0px 20px 0px ;
}
#footlink{
font-size:15px;
	margin:0px 7px 0px 7px ;
}

#footlink a:hover{
 color:#ffdb31;
}
#footlink a{
 color:#fff;
}

.copy{
	 color:#b95905;
}

/****道場一覧****************************************/
.main2{
	width:100%;
	max-width:760px;
	margin:0 auto;
}

.dojyo{
	margin-bottom:120px;
}
.access_left{
	float:left;
	width:57%;
}
.access_right{
	float:right;
	width:40%;
}

.ins_left{
	float:left;
	width:45%;
}
.ins_right{
	float:right;
	width:50%;
}
.what_left{
	float:left;
	width:50%;
}
.what_right{
	float:right;
	width:45%;
}
/**************************************************/
@media only screen and (max-width: 767px){
.access_left{
	float:left;
	width:100%;
}
.access_right{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.ins_left{
	float:left;
	width:100%;
}
.ins_right{
	float:left;
	width:100%;
	margin-bottom:20px;
	margin-top:15px;
}
.what_left{
	float:left;
	width:100%;
}
.what_right{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.dojyo{
	margin-bottom:80px;
}

}

/******************************/
.titleimg{
	margin-bottom:100px;
}
.footlogo{
	margin:0 auto;
	width:100%;
	max-width:340px;
	margin-bottom:10px;
}
.chui{
	border:1px solid #ea7208;
	padding:20px 20px 20px 20px ;
	background:#f8f1ea;
	margin:10px 10px 50px 10px ;
}
#aka{
	color:red;
}
/**********************************************/
.newtitle{
	margin-top:45px;
	color:#000;
	margin-bottom:10px;
	font-size:20px;
	font-weight:bold;
}
.newsarea{
	border:1px #bbb solid;
	color:#000;
	font-size:14px;
	padding:20px 20px 20px 20px ;
	margin-bottom:30px;
	background:#f6f6f6;
	height: 160px;
	overflow: auto;
}

.news a{
	color:#0a64b7;
}
.news a:hover{
	color:#0a64b7;
}
.news a:visited{
	color:#0a64b7;
}
.news{
	margin-bottom:10px;
}
/*「お知らせ」ブロック
---------------------------------------------------------------------------*/
/*お知らせブロック*/
.new {
	margin: 0;
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	padding: 0 1rem;	/*上下、左右へのボックス内の余白*/
}

/*日付(dt)設定*/
.new dt {
	float:left;
	width:16%;
	padding: 5px 0;
}

/*記事(dd)設定*/
.new dd {
	float:left;
	width:83%;
	padding: 5px 0;
}

.eventtitle{
	margin-top:75px;
	color:#000;
	margin-bottom:10px;
	font-size:20px;
	font-weight:bold;
}

.eventtable table{
	border:solid 1px #888;
	width:100%;
}
.eventtable th{
	width:84px;
	font-size:14px;
	padding:10px 0px 10px 10px ;
	font-weight:normal;
	border:solid 1px #888;
}
.eventtable td{
	font-size:15px;
	padding:10px 10px 10px 10px ;
	border:solid 1px #888;
}

.eventtable tr:nth-child(odd) {
    background-color:  #ddd;    /* 背景色指定 */
}

.sptitle1 {
	font-size: 17px;		/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を広くする指定*/
	color:#000;
	border-bottom:1px solid #dd6a0f;
	padding-bottom:8px;
}

a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 270px;
	margin: auto;
	padding: 14px 10px 14px 10px ;
	font-weight: bold;
	background: #ffc000;
	color: #111;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #fff;
	background: #e1920a;
}
.conceptbtn2{
	padding:18px 0px 30px 0px ;
}

.contacttitle{
	font-size: 15px;
	color:#000;
	padding-bottom:8px;
	text-align:center;
	margin-top:20px;
}


.conphone{
	font-size:40px;
	margin:0 auto;
	text-align:center;
	margin-top:20px;
}

.conphone a{
	text-decoration: none;
	color:#ef8b08;
	text-align:center;
	font-weight:bold;
}

.conphone a:hover{
	color:#da6709;
}

.migiue1{
	float:right;
	background:#dd6a0f;
	color:#fff;
	width:130px;
	font-weight:bold;
	padding-left:20px;
	font-size:16px;
	border-radius: 0 0 0 15px;
		height:36px;
}
.migiue0{
	float:left;
	background:rgba(0,0,0,0.15);
	color:#fff;
	width:85px;
	font-weight:bold;
	padding-left:15px;
	font-size:13px;
	border-radius: 15px;
		height:30px;
		margin:5px 0px 0px 10px;
}
.mitu{
	margin-top:-1px;
}

#bar a{
	margin:0px;
	padding:0px;
}



















/************************************************/
/*　スマホ用の定義　767pxで定義*/
/*************************************************/
#sponly{
	display: none;
}
#pconly{
	display: block;
}

/**************************************************/
@media only screen and (max-width: 767px){
#sponly{
	display: block;
}
#pconly{
	display: none;
}

#menubar li{
	padding-left:0px:
}

#menubar a {
	font-size:12.5px;
}

.titleimg{
	margin-bottom:80px;
}

/*日付(dt)設定*/
.new dt {
	float:left;
	width:100%;
	padding: 0px 0;
}

/*記事(dd)設定*/
.new dd {
	float:left;
	width:100%;
	padding: 0px 0px 15px 0px ;
}

.newsarea{
	border:1px #bbb solid;
	color:#000;
	font-size:14px;
	padding:15px 10px 15px 10px ;
	margin-bottom:30px;
	background:#f6f6f6;
	height: 240px;
	overflow: auto;
}
main h4 {
	position: relative;
	font-size: 20px;
	border-bottom: 0px solid #dd6a0f;
	margin-bottom:0px;
	padding-bottom:20px;
	padding-top:18px;
}

main h4::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 10px;
	color: #dd6a0f;
	font-size: 22px;
}


.conphone{
	font-size:30px;
	margin:0 auto;
	text-align:center;
	margin-top:20px;
}
/**************************************************/
}
/**************************************************/



@media only screen and (max-width: 767px){
	.main2{
		padding-left:15px;
		padding-right:15px;
	}
}


