html { font-size: 62.5%; }

body
{
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    font-size: 1.4em;
}

textarea{
	resize: vertical;
}

#wrapper
{
	margin: 0px auto;
	width: 100%;
	min-width: 1000px;
	position: relative;

}

/* body */

/* header */
.sp {
	display: none;
}
#header
{
	width: 100%;
	height: 150px;
	background-color: #202040;
	position: relative;
}
#header:after {
	position: absolute;
	content: "";
	width: 100%;
	display: block;
	height: 5px;
	background-color: #202040;
	border-top: 3px solid #c79c5b;
	left: 0;
	bottom: 0;
}

.headContent
{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.headContent * {
	color: #fff;
}
.headTop {
	padding: 15px 0 22px;
}
.headTop:after,
#globalnavi:after {
	content: "";
	display: table;
	clear: both;
}
h1.logo
{
	float: left;
	margin-top: 10px;
}
h1.logo a {
	display: block;
	text-indent: -9999px;
	width: 380px;
	height: 50px;
	background: url(../images/logo.png) no-repeat left top;
}
.headRight {
	float: right;
}
.headTop .subNavi {
	/*float: right;*/
	margin-bottom: 10px;
}
.headTop .subNavi li {
	display: inline-block;
	font-size: 0.857em;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #9c9ca5;
	line-height: 120%;
}
.headTop .subNavi li a {
	color: #f5f5f5;
}
.headTop .subNavi li a:hover {
	color: #c79c5b;
}
.headTop .subNavi li.naviSearch {
	display: none;
}
.headTop .subNavi li.naviSearch,
.headTop .subNavi li.naviAccess {
	margin: 0;
	padding: 0;
	border: none;
}

.searchArea {
	text-align: right;
}
.searchArea input[type="text"] {
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	border: 1px solid #fff;
	background-color: #202040;
	padding: 2px 5px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	margin-right: 5px;
	width: 170px;
	outline: none;
}
.searchArea .searchSubmit {
	text-indent: -9999px;
	background: url(../images/btn_search.png) no-repeat left top;
	width: 21px;
	height: 20px;
	border: none;
}

.spMenu,
#spMenu,
.spNavi {
	display: none;
}

#nav
{
	width: 100%;
	height: 50px;
	max-width: 1000px;
}
#globalnavi,
#globalnavi ul
{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#globalnavi li {
	float: left;
	height: 100%;
	width: 200px;
}

#globalnavi li a {
	width: 100%;
	display: block;
	height: 100%;
	text-indent: -9999px;
	background: url(../images/gnavi.png) no-repeat left top;
}
#globalnavi li:hover a,
#globalnavi li.navi01.current-menu-item a,
#globalnavi li.navi02.current-menu-item a,
#globalnavi li.navi03.current-menu-item a,
#globalnavi li.navi04.current-menu-item a,
#globalnavi li.navi05.current-menu-item a,
#globalnavi li.navi06.current-menu-item a,
#globalnavi li.navi01.current_page_item a,
#globalnavi li.navi02.current_page_item a,
#globalnavi li.navi03.current_page_item a,
#globalnavi li.navi04.current_page_item a,
#globalnavi li.navi05.current_page_item a,
#globalnavi li.navi06.current_page_item a,
#globalnavi li.navi01.current-page-ancestor a,
#globalnavi li.navi02.current-page-ancestor a,
#globalnavi li.navi03.current-page-ancestor a,
#globalnavi li.navi04.current-page-ancestor a,
#globalnavi li.navi05.current-page-ancestor a,
#globalnavi li.navi06.current-page-ancestor a {
	background-image: url(../images/gnavi_on.png);
}
#globalnavi li.navi01 a{ background-position: 0px 0;}
#globalnavi li.navi02 a{ background-position: -200px 0;}
#globalnavi li.navi03 a{ background-position: -400px 0;}
#globalnavi li.navi04 a{ background-position: -600px 0;}
#globalnavi li.navi05 a{ background-position: -800px 0;}

/* mainVisual */
#mainVisual
{
	width: 100%;
	/*height: 450px;*/
	/*background: url(../images/mainvisual.jpg) repeat-x center top;*/
  line-height: 0;
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid #fff;
}
#mainVisual img{
  width: 100%;
}

/* contents */
#contents
{
	width: 100%;
	margin-bottom: 40px;
}
.section {
	width: 100%;
}
.section:after,
.titleIn:after,
.sliderWrap ul:after,
.newsArea li dl:after {
	content: "";
	clear: both;
	display: table;
}

.title {
	background-color: #c79c5b;
	margin-bottom: 20px;
}
.title * {
	color: #fff;
}
.title.emergency {
	background-color: #f84f4c;
	margin-bottom: 0;
}
.title.news {
	background-color: #202040;
}

.titleIn {
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	height: 40px;
	vertical-align: text-top;
	line-height: 20px;
	position: relative;
}
.titleIn a:hover {
	color: #fff;
}
.titleIn span.date {
	font-size: 0.857em;
	vertical-align: top;
	font-weight: normal;
	line-height: 20px;
	display: inline-block;
	margin-right: 10px;
}
.title h2 {
	text-indent: -9999px;
	line-height: 1;
}
.title.emergency h2 {
	float: left;
	width: 98px;
	height: 20px;
	background: url(../images/ttl_emergency.png) no-repeat left top;
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
	border-right: 1px solid #fff;
}
.title.budoupromotion h2 {
	background: url(../images/ttl_budoupromotion.png) no-repeat left top;
}
.title.budouacademy h2 {
	background: url(../images/ttl_budouacademy.png) no-repeat left top;
}
.title.shodou h2 {
	background: url(../images/ttl_shodou.png) no-repeat left top;
}
.title.shupan h2 {
	background: url(../images/ttl_shupan.png) no-repeat left top;
}
.title.shukuhaku h2 {
	background: url(../images/ttl_kenshu.png) no-repeat left top;
}
.title.special h2 {
	background: url(../images/ttl_special.png) no-repeat left top;
}
.title.news h2 {
	background: url(../images/ttl_news.png) no-repeat left top;
}
.title.rosia2018 h2 {
	background: url(../images/ttl_rosia2018.png) no-repeat left top;
}
.title.movie h2 {
	background: url(../images/ttl_movie.png) no-repeat left top;
}
.titleIn .btnMore {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 10;
	padding: 0 0 0 24px;
	line-height: 20px;
	background: url(../images/ico_arrow_white.png) no-repeat left center;
}
.title.news .titleIn .btnMore {
	background-image: url(../images/ico_arrow_s.png);
}
.btnMore.sp {
	display: none;
}
.titleIn .btnMore:hover {
	opacity: 0.7;
}

.sliderWrap {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 30px;
}
#main .sliderWrap {
	padding: 0 3%;
}
.sliderWrap ul {
	margin: 0 -10px;
}
.sliderWrap ul li {
	float: left;
	width: 33.333%;
	padding: 0 10px;
}
.sliderWrap ul li figure {
	line-height: 0;
}
.sliderWrap ul li figure img {
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.sliderWrap ul li .slideTtl {
	font-size: 1.285em;
	line-height: 150%;
	margin-top: 17px;
	font-weight: bold;
}
.emergency.sliderWrap {
	margin-top: 20px;
}
.emergency.sliderWrap ul li .slideTtl {
	text-align: center;

}
.emergency.sliderWrap .slick-prev,
.emergency.sliderWrap .slick-next {
	top:40%;
}
.sliderWrap ul li .slideText {
	margin-top: 15px;
}
.sliderWrap ul li a:hover {
	text-decoration: none;
}
.sliderWrap ul li a:hover .slideTtl {
	text-decoration: underline;
}
.sliderWrap ul li a:hover .slideText {
	color: #000;
	opacity: 0.7;
}
.sliderWrap .slick-track{
  max-height: 100%;
}


.topFootBtn {
	padding: 70px 0;
	border-bottom: 2px solid #c79c5b;
	text-align: center;
}
.topFootBtn ul li {
	margin-top: 2%;
}
.topFootBtn ul li:first-child {
	margin-top: 0;
}
.topFootBtn a:first-child {
	margin-right: 18px;
}

.title.news {
	margin-bottom: 0;
}
.newsArea {
	width: 100%;
	margin-bottom: 20px;
}
.newsArea li {
	border-bottom: 1px solid #dcdcdc;
	padding: 10px 0;
}

.newsArea li dl {
	max-width: 1000px;
	margin: 0 auto;
}
.newsArea li dl dt {
	float: left;
}
.newsArea li dl dt .icon {
	margin-right: 20px;
}
.newsArea li dl dt .date {
	color: #a0a0a0;
}
.newsArea li dl dd {
	margin-left: 280px;
}
.topBtnArea {
	max-width: 1000px;
	margin: 0 auto 30px;
}
.topBtnArea ul {
	margin: 0 -10px;
	margin-bottom: 10px;
}
.topBtnArea ul:after {
	display: table;
	content: "";
	clear: both;
}
.topBtnArea li {
	float: left;
	width: 33.333%;
    padding: 0 10px;
}
.topBtnArea li a.btn {
	display: block;
	text-align: left;
	padding: 15px 0 15px 10px;
}

.mapArea {
	/*margin: 40px 0 0;
	border-top: 2px solid #c79c5b;*/
}
.mapArea .title{
	display: none;
}
#gMap {
	width: 100%;
	height: 400px;
	position: relative;
}
#gMap iframe {
  height: 100%;
  width: 100%;
}

.mapArea .map {
	margin-bottom: 40px;
}
.mapInfo .row{
	width: 800px;
	margin: 0 auto 30px;
}
.caption {
	font-size: .857em;
}
/********** パンくず **********/
.breadClumn {
	width: 100%;
	height: 30px;
	padding: 5px 0;
}
.breadClumn ul {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.breadClumn ul li {
	display: inline-block;
}
.breadClumn ul li:after {
	content: "\003E";
	display: inline-block;
	color: #9f9c97;
	margin-left: 5px;
}
.breadClumn ul li:last-child:after {
	display: none;
}
.breadClumn ul li a,
.breadClumn ul li span {
	color: #9f9c97;
}

/********** サイドナビ **********/
#sideNavi {
	width: 100%;
	margin-bottom: 20px;
	max-width: 235px;
}
#sideNavi h2 {
	background-color: #c79c5b;
	text-align: center;
	color: #fff;
	height: 80px;
	line-height: 80px;
	font-weight: 200;
	font-size: 1.142em;
}
#sideNavi ul {
	width: 100%;
}
#sideNavi li {
  background-color: #fcfaf7;
}
#sideNavi li a {
	color: #000;
	display: block;
	padding: 8px 5px 8px 30px;
	border-bottom: 1px solid #ffffff;
}
#sideNavi a:hover,
#sideNavi li.current-menu-item > a {
	background-color: #fff;
	color: #b5b5b5;
}

.shinkoujigyou #sideNavi > ul > li > a{
	background-color: #e4cdad;
	padding: 8px 0 8px 10px;
	font-weight: bold;
	color: #fff;
}
.shinkoujigyou #sideNavi > ul > li > a:hover {
	background-color: #e4cdad;
	text-decoration: none;
}
.shinkoujigyou #sideNavi ul ul li.menuHdr a,
#sideNavi ul li.menuHdr a
{
	background-color: #f4eade;
	padding: 8px 0 8px 30px;
	font-weight: bold;
	color: #000;
}
.shinkoujigyou #sideNavi ul ul li.menuHdr a:hover,
#sideNavi ul li.menuHdr a:hover {
	background-color: #f4eade;
	text-decoration: none;

}
#sideNavi .kaitou_mt{
  margin-top: 50px;
}
#sideNavi .kaitou_txt{
  padding: 0 5px 5px 30px;
  font-size: 12px;
}

/*** 囲う系 ***/

.container {
	max-width: 1000px;
	margin: 0 auto;
}
.row {
	width: 100%;
	position: relative;
}
.row.bdrBtm {
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 3%;
	margin-bottom: 3%;
}
.row.bdrBtm.nomb {
	margin-bottom: 0;
}
.rowList .row {
	margin-bottom: 6%;
}
.rowCenter {
	width: 100%;
	text-align: center;
}
.row:after,
.rowCenter:after {
	content: "";
	clear: both;
	display: table;
}
.row > div {
	float: left;
}

.col2 {
	width: 50%;
}
.col2:nth-child(odd) {
	padding-right: 10px;
}
.col2:nth-child(even) {
	padding-left: 10px;
}
.row .col2:nth-child(n+3) {
	margin-top: 6%;
}
.row.spaceS .col2:nth-child(n+3) {
	margin-top: 2%;
}
.col3 {
	width: 33.3333%;
	padding-left: 6.65px;
	padding-right: 6.65px;
}
.col3:nth-child(3n+1) {
	padding-right: 13.3px;
	padding-left: 0;
}
.col3:nth-child(3n) {
	padding-left: 13.3px;
	padding-right: 0;
}

.dpTbl {
	display: table;
	width: 100%;
}
.dpTbl .cell {
	display: table-cell;
	vertical-align: top;
	width: auto;
}
.dpTbl .cell.vMiddle {
	vertical-align: middle;
}
.dpTbl .cell.auto {
	width: 100%;
}
.row.rowTbl {
	display: table;
}
.row.rowTbl > div {
	float: none;
}
.row.rowTbl .img,
.row.rowTbl .text {
	display: table-cell;
	vertical-align: top;
}
.row.rowTbl .text {
	padding: 0 0 0 2%;
}
.imgLeft:after,
.imgRight:after {
	content: "";
	clear: both;
	display: table;
}
.imgLeft img {
	float: left;
	margin: 0 10px 10px 0;
}
.imgRight img {
	float: right;
	margin: 0 10px 0 10px;
}

.row figure {
	line-height: 0;
	text-align: center;
}
.row figure figcaption.left {
	margin-top: 8px;
	text-align: left;
}
.chapter .row figure p {
	text-align: left;
	line-height: 140%;
	margin-top: 5px;
}
.row figure figcaption.subtitle {
	font-weight: bold;
	margin-top: 8px;
}
.row figure img {
	max-width: 100%;
	height: auto;
}
.img figure img {
	max-width: inherit;
	height: auto;
}
/*.row .imgRight {
	float: right;
	margin: 0 0 10px 10px;
}*/
/********** セパレート **********/
.separate {
	width: 100%;
	height: 2px;
	background-color: #000;
}
.separate.brown {
	background-color: #c79c5b;
}

/********** アイコン *********/
.icon {
	 background-color: #c79c5b;
	 display: inline-block;
	 width: 100px;
	 text-align: center;
	 color: #fff;
	 height: 20px;
	 line-height: 20px;
	 font-size: 12px;
}
.icon.visitor {
	border: 1px solid #c79c5b;
	color: #c79c5b;
	background-color: #fff;
}
.icoPdf,
.icoExcel,
.icoWord{
	display: inline-block;
	padding: 0 0 0 26px;
	line-height: 23px;
	color: #c79c5b;
}
.icoPdf {
	background: url(../images/icoPdf.png) no-repeat left center;
}
.icoExcel{
	background: url(../images/icoExcel.png) no-repeat left center;
}
.icoWord{
	background: url(../images/icoWord.png) no-repeat left center;
}
.icoPdf small,
.icoExcel small,
.icoWord small{
	font-size: 0.875em;
}
.arrow {
	padding: 0 0 0 16px;
	background: url(../images/ico_arrow_s.png) no-repeat left center;
	-webkit-background-size: 12px auto;
	     -o-background-size: 12px auto;
	        background-size: 12px auto;
	color: #c79c5b;
}

/********** リンク *********/

.link {
	display: inline-block;
	color: #c79c5b;
}

.link.linkM {
	padding: 0 0 0 30px;
	min-height: 20px;
	/*background: url(../images/ico_arrow.png) no-repeat left top;*/
}
.link.linkS {
	padding: 0 0 0 22px;
	min-height: 14px;
	/*background: url(../images/ico_arrow_s.png) no-repeat left 3px;*/
}
.linkS,
.linkM {
	vertical-align: middle;
	position: relative;
}
.linkS::before,
.linkS::after,
.linkM::before,
.linkM::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.linkS::before,
.linkM::before {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #c79c5b;
}
.linkS::after,
.linkM::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.linkS::before{
	width: 12px;
	height: 12px;
}
.linkM::before{
	width: 20px;
	height: 20px;
	margin: 0;
}
.linkS::after{
	left: 3px;
	width: 4px;
	height: 4px;
}
.linkM::after{
	left: 5px;
	width: 7px;
	height: 7px;
	top: 6px;
	margin: 0;
}

.link.linkM,
.link.linkS {
	color: #000;
}

.link:hover {
	opacity: 0.7;
}
.link.linkM:hover,
.link.linkS:hover {
	color: #c79c5b;
}

/********** ページャ *********/
.pager {
	text-align: center;
}
.pager ul {
	margin-top: -5px;
}
.pager li {
	display: inline-block;
	border: 2px solid #f84f4c;
	margin: 5px 2px 0 2px;
}
.pager.justify li {
	width: 100px;
}
.pager li a,
.pager li span {
	display: block;
	line-height: 26px;
	padding: 0 3px;
}
.pager li a {
	color: #fff;
	background-color: #f84f4c;
}
.pager li span,
.pager li a:hover {
	color: #f84f4c;
	text-decoration: none;
	background-color: #fff;
}
.pager.wide li a,
.pager.wide li span {
	padding: 0 15px;
}

.pager.subMenu ul {
	display: block;
	width: 100%;
  	overflow: hidden;
}
.pager.subMenu li {
	display: table-cell;
	border: none;
	padding: 0 5px;
	width: 89px;
	float: left;
}
.pager.subMenu li .pr0 {
	padding-right: 0;
}
.pager.subMenu li:first-child {
	padding-left: 0;
}
.pager.subMenu li:last-child {
	padding-left: 0;
}
.pager.subMenu li a,
.pager.subMenu li span {
	border: 1px solid #f84f4c;
}

.pager.number li a,
.pager.number li span{
	width: 30px;
	line-height: 30px;
}
.pager.col5:after,
.pager.col5 ul:after,
.pager.tabCtl ul:after {
	display: table;
	clear: both;
	content: "";
}
.pager.col5 li {
	margin: 0;
	float: left;
	display: block;
	width: 18.92%;
	margin-right: 1.34%;
	margin-bottom: 1.34%;
}
.pager.col5 li:nth-child(5n){
	margin-right: 0;
}

.pager.tabCtl li span{
	color: #fff;
	background-color: #f84f4c;
	cursor: pointer;
}
.pager.tabCtl li:hover span,
.pager.tabCtl li.current span{
	color: #f84f4c;
	text-decoration: none;
	background-color: #fff;
}

/********** ボタン *********/

.btn {

	display: inline-block;
	text-align: center;
	border: 2px solid #f84f4c;
	color: #fff;
	background-color: #f84f4c;
	line-height: 120%;
}
.btn.job {
	border: 2px solid #fa6f93;
	background-color: #fa6f93;
}
.btn span {
	display: inline-block;
	line-height: 20px;
	/*background: url(../images/ico_btn.png) no-repeat left center;*/
	font-weight: 400;
	padding: 0 0 0 30px;
}
.btn span {
	position: relative;
}
.btn span::before,
.btn span::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.btn span::before{
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #f6b48a;
}
.btn span::after{
	left: 5px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn:hover {
	background-color: #fff;
	color: #f84f4c;
	text-decoration: none;
}
.btn.btnReverse {
	background-color: #fff;
	color: #f84f4c;
}
.btn.btnReverse span {
	/*background-image: url(../images/ico_btn_on.png);*/
}
.btn.btnReverse span::before {
	background: #d7a46e;
}
.btn.btnReverse:hover {
	color: #fff;
	background-color: #f84f4c;
}
.btn.btnReverse:hover span {
	/*background-image: url(../images/ico_btn.png);*/
}
.btn.btnReverse:hover span::before {
	background: #f6b48a;
}
.btn:hover span {
	/*background-image: url(../images/ico_btn_on.png);*/
}
.btn:hover span:before {
	background: #d7a46e;
}
.btn.btnBack span {
	/*background-image: url(../images/ico_btn_left.png);*/
}
.btn.btnBack:hover span {
	/*background-image: url(../images/ico_btn_on_left.png);*/
}
.btn.btnBack span::after,
.btn.btnBack:hover span::after {
	left: 8px;
	border-top: 1px solid #fff;
	border-right: none;
	border-left: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



.btn.btnL {
	font-size: 20px;
	min-width: 360px;
	padding: 26px 10px;
}
.btn.btnM_L {
	font-size: 16px;
	width: 320px;
	padding: 18px 0;
}
.btn.btnM_M {
	font-size: 16px;
	width: 250px;
	padding: 18px 0;
}
.btn.btnM_S {
	font-size: 16px;
	width: 170px;
	padding: 18px 0;
}
.btn.btnS {
	font-size: 14px;
	width: 215px;
	padding: 13px 0;
}
.btn.btnS span{
	background-image: none;
	padding: 0;
}
.btn.btnS span:before,
.btn.btnS span:after {
	content: none;
}
.btnCol1 {
	text-align: center;
}
.btnCol2 .btn{
	width: 49%;
}
.btnCol2 .btn:first-child{
	margin-right: 2%;
}
.btn.wid100 {
	width: 100%;
	min-width: auto;
}
.btnFlex {
	width: 100%;
	display: -webkit-flex;
  	display: flex;
  	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.btnFlex .btn {
	padding: 6px 0;
	align-items: center;
	display: -webkit-flex;
  	display: flex;
  	text-align: center;
  	min-height: 60px;
}
.btnFlex.flex2 .btn {
	width: 49%;
}
.btnFlex.flex3 .btn {
	width: 32%;
}
.btnFlex .btn span {
	margin: 0 auto;
	font-size: 16px;
}
.btnRpd .col3 .btn {
	width: 100%;
}


/********** 見出し *********/

.hdr {
	border-bottom: 2px solid #d2d2d2;
	margin-bottom: 15px;
}
.hdr > span {
	display: inline-block;
	border-bottom: 2px solid #c79c5b;
	margin-bottom: -2px;
	padding-bottom: 10px;
	font-family: "游明朝体", "Yu Mincho", YuMincho;
	line-height: 100%;
	font-size: 16px;
}
.hdr > span .fsS,
.hdr > span .fsVS {
	font-family: "游明朝体", "Yu Mincho", YuMincho;
}
.hdrImg {
	text-align: center;
}
.hdrCenter {
	text-align: center;
}
h1.headline {
	font-family: "游明朝体", "Yu Mincho", YuMincho;
	font-size: 28px;
	text-align: center;
	height: 100px;
	background: #c79c5b;
	line-height: 100px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: 200;
}
h2.hdr {
	margin-bottom: 20px;
}
h2.hdr .fsVS {
	font-size: 13px;
}
h2.hdr.nomb,
h3.hdr.nomb {
	margin-bottom: 0;
}
h2.hdr > span {
	padding: 26px 0 24px 5px;
	display: block;
	font-size: 28px;
	min-height: 80px;
	line-height: 100%;
}
h3.hdr > span{
	font-size: 20px;
	display: block;
	border: none;
	position: relative;
	margin-bottom: 0;
}
h3.hdr > span small {
	font-family: "游明朝体", "Yu Mincho", YuMincho;
	font-size: 14px;
}
h3.hdr > span small.middle {
	vertical-align: text-bottom;
}
h3.hdr:after {
	content:"";
	display: block;
	width: 120px;
	height: 2px;
	background-color: #c79c5b;
	margin-bottom: -2px;
}
h3.hdr.hdrCenter > span {
	display: inline-block;
}
h3.hdr.hdrCenter:after {
	margin-left: auto;
	margin-right: auto;
}
.row h4.hdr01 {
	font-size: 1.285em;
	margin: 15px 0;
}

/* ----  カテゴリTOPの見出し  ----- */

h1.catHeadline {
	background: #c79c5b;
	text-indent: -99999px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: 200;
	height: 250px;
	background-repeat: no-repeat;
	background-position: center top;
}
h1.catHeadline.shinkoujigyou {
	background-image: url(../images/cat_ttl_budopromotion.jpg);
}
h1.catHeadline.gakuen {
	background-image: url(../images/cat_ttl_budogakuen.jpg);
}
h1.catHeadline.shodou {
	background-image: url(../images/cat_ttl_calligraphy.jpg);
}
h1.catHeadline.shupan {
	background-image: url(../images/cat_ttl_publication.jpg);
}
h1.catHeadline.shukuhaku {
	background-image: url(../images/cat_ttl_trainingcenter.jpg);
}

.categoryTop h3.hdr > span{
	font-size: 28px;
}
.categoryTop h3.hdr.fsS > span{
	font-size: 20px;
}


/********** リスト *********/
.dlList {
	width: 100%;
}
.dlList dt {
	font-weight: bold;
	font-size: 1.142em;
	margin-bottom: 1%;
}
.dlList dd {
	margin-bottom: 4%;
	line-height: 170%;
}


.list li{
	margin-bottom: 10px;
}

.budouList li {
	font-size: 1.142em;
	font-weight: bold;
}
.budouList li small {
	font-weight: normal;
	font-size: 0.875em;
}
.list.dotList li:before {
	content: "\00B7";
	display: inline-block;
	margin-right: 5px;
}
.list.dotList li:last-child {
	margin-bottom: 0;
}

.list.engList h3 {
	background-color: #000;
	color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	padding: 5px 0 5px 10px;
}
.list.engList li {
	padding: 10px 0;
	margin-bottom: 0;
	border-bottom: 1px solid #d2d2d2;
}
.list.engList.bold li {
	font-weight: bold;
}

.list.indent3 {
	padding-left: 3em;
}
.list.indent3 li {
	text-indent: -3em;
}
.list.indent1 {
	padding-left: 1em;
}
.list.indent1 li {
	text-indent: -1em;
}
.numList {
	margin-left: 1.7em;
}
.numList li {

	list-style-type: decimal;
	list-style-position: outside;
}

/********** 表組み *********/
.tbl {
	width: 100%;
}
.tbl table {
	width: 100%;

}
table.tbl-bdr {
	width: 100%;
	border-top: 1px solid #e5e5e5;
}
table.tbl-bdr.nobdrTop {
	border-top: none;
}
table.tbl-bdr th,
table.tbl-bdr td {
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 0;
}
/**********
tbl01 例：歴史年表
tbl02 例：PDFリンク表　
tbl03 例：関連協力組織
tbl04 例：概要
tbl05 例：歴代会長
tbl06 例：アクセス
*********/
.tbl01 table {
	border-top: 1px solid #d2d2d2;
}
.tbl01 table th {
	text-align: left;
	font-weight: normal;
}
.tbl01 table th.center {
	text-align: center;
}
.tbl01 table td.month {
	text-align: right;
	padding-left: 0;
}
.tbl01 table td.time {
	padding-left: 0;
	text-align: center;
}

.tbl01 table th,
.tbl01 table td {
	padding: 10px 0;
	border-bottom: 1px solid #d2d2d2;
}
.tbl01 table td {
	padding-left: 30px;
}
.tbl01 table .shead th {
	background-color: #eee;
}
.tbl01cont01 {
	padding: 0 3%;
	text-align: left;
}
.tbl01cont01:after {
	content: "";
	clear: both;
	display: table;
}
.tbl01cont01 a{
	float: right;
}
.tbl02:after {
	clear: both;
	display: table;
	content: "";
}
.tbl02 ul {
	float: left;
	width: 50%;
}
.tbl02.col1 ul {
	float: none;
	width: 100%;
}
.tbl02 ul:first-child {
	padding-right: 10px;
}
.tbl02 ul:last-child {
	padding-left: 10px;
}
.tbl02 ul li {
	border-top: 1px solid #d2d2d2;
}
.tbl02 ul li a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.tbl02 ul li:last-child {
	border-bottom: 1px solid #d2d2d2;
}
.tbl02.bdrNone ul li {
	border: none;
}

.tbl03 th {
	text-align: left;
	vertical-align: top;
	width: 240px;
}
.tbl03 .link.linkS{
	padding: 0 0 0 16px;
	-webkit-background-size: 12px auto;
	     -o-background-size: 12px auto;
	        background-size: 12px auto;
	color: #c79c5b;
}
.tbl03 td {
	padding-left: 10px;
	vertical-align: top;
	line-height: 170%;
}
.tbl03 td th {
	text-align: right;
	width: 4em;
}
.tbl03 > table > tbody > tr > th,
.tbl03 > table > tbody > tr > td{
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d2d2d2;
}



.tbl04.bdrTop table {
	border-top: 1px solid #d2d2d2;
}
.tbl04 table thead {
	display: table-row-group;
	background-color: #000;
	color: #fff;
	font-size: 1.285em;
}
.tbl04 table thead th {
	text-align: left;
	padding-left: 10px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
.tbl04 table th,
.tbl04 table td {
	padding: 10px 0;
	border-bottom: 1px solid #d2d2d2;
	line-height: 120%;
}
.tbl04 table th {
	text-align: right;
	width: 5%;
	white-space: nowrap;
	vertical-align: top;
	padding-left: 1em;
}
.tbl04 table th.wide {
	width: 15%;
}
.tbl04 table .shead th {
	background-color: #f4ebde;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	padding: 6px 0 6px 15px;
	text-align: left;
	font-size: 1.285em;
}
.tbl04 table td {
	padding-left: 25px;
}
.tbl05 table{
	border-top: 1px solid #d2d2d2;
}
.tbl05 table th,
.tbl05 table td {
	padding: 10px 5px;
	border-bottom: 1px solid #d2d2d2;
}
.tbl06 table thead {
	background-color: #000;
	color: #fff;
	font-size: 1.285em;
}
.tbl06 table thead th {
	text-align: left;
	padding-left: 10px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
.tbl06 table .shead th {
	background-color: #f4ebde;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	padding: 6px 0 6px 15px;
	text-align: left;
	font-size: 1.285em;
}
.tbl06 table th,
.tbl06 table td {
	padding: 10px 0;
	border-top: 1px solid #d2d2d2;
	line-height: 120%;
}

.tbl06 table .shead th,
.tbl06 table .shead + tr th,
.tbl06 table .shead + tr td,
.tbl06 table tr:first-child th,
.tbl06 table tr:first-child td,
.tbl06 table tr.bdrNone th,
.tbl06 table tr.bdrNone td {
	border: none;
}

.tbl06 table th {
	text-align: right;
	width: 5%;
	white-space: nowrap;
	vertical-align: top;
}
.tbl06.pl table tbody th {
	padding-left: 2em;
}
.tbl06.pl table .shead th {
	padding: 6px 0 6px 15px;
}
.tbl06 table td {
	padding-left: 25px;
}
.tbl06.oneCol table td {
	padding-left: 15px;
}
.tbl06 table .note td {
	padding: 15px 0 0 0;
}
.tbl06.bdrbtm table {
	border-bottom: 1px solid #d2d2d2;
}


.tbl .wid4em { width: 4em;}
.tbl .wid5em { width: 5em;}
.tbl .wid6em { width: 6em;}
.tbl .wid7em { width: 7em;}
.tbl .wid8em { width: 8em;}
.tbl .wid9em { width: 9em;}
.tbl .wid10em { width: 10em;}
.tbl .wid11em { width: 11em;}
.tbl .wid12em { width: 12em;}
.tbl .wid13em { width: 13em;}
.tbl .wid14em { width: 14em;}
.tbl .wid15em { width: 15em;}

.tblNormal {
	width: 100%;
}
.tblNormal table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.tblNormal th,
.tblNormal td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;

}

.tblNormal th {
	background-color: #eee;
}
.tblNormal.tdLeft td {
	text-align: left;
	vertical-align: top;
}
.tblNormal td.tLeft {
	text-align: left;
}

/********** ギャラリー *********/
.gallery {
	width: 100%;
}
.gallery ul:after {
	content: "";
	clear: both;
	display: table;
}
.gallery ul li {
	float: left;
	margin-right: 2%;
}
.gallery.num3 ul li{
	width: 32%;
}
.gallery.num4 ul li{
	width: 23.5%;
}
.gallery.num5 ul li{
	width: 18.4%;
}
.gallery.num3 ul li:nth-child(3n) {
	margin-right: 0;
}
.gallery.num4 ul li:nth-child(4n) {
	margin-right: 0;
}
.gallery.num5 ul li:nth-child(5n) {
	margin-right: 0;
}
.gallery.num3 ul li:nth-child(n+4),
.gallery.num4 ul li:nth-child(n+5),
.gallery.num5 ul li:nth-child(n+6){
	margin-top: 10px;
}
.gallery.center ul {
	text-align: center;
}
.gallery.center ul li {
	float: none;
	display: inline-block;
	margin: 0 10px;
}
.gallery.prize img{
	border: 1px solid #c79c5b;
}
.gallery.center.prize li {
	width: 23.5%;
}
.gallery ul li figure {
	text-align: center;
}
.gallery ul li figure img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.gallery ul li figure figcaption {
	text-align: center;
	display: block;
	margin-top: 8px;
}
.gallery ul li figure figcaption.left {
	text-align: left;
}
.gallery .right {
	margin-top: 20px;
}


/* フォーム */
.contactForm {
	width: 100%;
	border-top: 1px solid #cccccc;
	padding-top: 2%;
}
.contactForm:after {
	content: "";
	clear: both;
	display: table;
}
.contactForm dt {
	width: 160px;
	float: left;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.142em;
}
.contactForm dt .required {
	margin-left: 10px;
	font-size: 10px;
	background-color: #ffff00;
	padding: 2px 7px;
}
.contactForm dd {
	padding-left: 160px;
	margin-bottom: 2%;
	padding-bottom: 2%;
	border-bottom: 1px solid #cccccc;
	min-height: 36px;
}
.contactForm dd label {
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
	vertical-align: middle;
}
.contactForm dd label input {
	margin-right: 5px;
	vertical-align: initial;
}
.contactForm dd label span {
	vertical-align: middle;
}
.contactForm dd input,
.contactForm dd textarea,
.contactForm dd select{
	width: 100%;
	border: 1px solid #ccc;
  padding: 5px;
}
.contactForm dd .w50{
  width: 50%;
}
.contactForm dd .mwform-tel-field input,
.contactForm dd .mwform-zip-field input,
.contactForm dd input[name="hour"],
.contactForm dd input[name="minute"]{
  width: 25%;
}
.contactForm dd table{
  border-collapse: separate;
  border-spacing: 3px;
}
.contactForm dd table th{
  white-space: nowrap;
}
.contactForm .horizontal-item {
	margin-right: 10px;
	display: inline-block;
}
.contactForm .horizontal-item+.horizontal-item {
	margin-left: 0;
}
.contactInfo {
	padding: 3%;
	background-color: #f4ebde;
}
.contactForm_thanks{
  padding: 50px 0 100px;
}
.contactForm_thanks .txt1{
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 80px;
}
.contactForm_thanks .txt2{
  margin: 0 0 20px;
}

/****** 記事系 ******/
.article {
	width: 100%;
}
.article p,
.article figure,
.article h3 {
	margin-bottom: 3%;
}
.article h3 {
	font-size: 1.428em;
	border-bottom: 2px solid #d2d2d2;
	font-family: "游明朝体", "Yu Mincho", YuMincho;
	padding-bottom: 10px;
	position: relative;
	line-height: 100%;
}
.article h3:after {
	content: "";
	display: block;
	border-bottom: 2px solid #c79c5b;
	position: absolute;
	width: 20%;
	bottom: -2px;
	left: 0;

}


/* footer */
#footer
{
	width: 100%;
}
.pageTop {
	text-align: center;
	margin-bottom: 15px;
}
.pageTop a {
	display: inline-block;
	/*background: url(../images/ico_arrow_top.png) no-repeat center top;*/
	padding: 30px 0 0 0;
	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	        transition: none;
}
.pageTop a {
    vertical-align: middle;
    position: relative;
}
.pageTop a::before,
.pageTop a::after{
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -10px;
    content: "";
    vertical-align: middle;
}
.pageTop a::before{
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #c2995b;
}
.pageTop a::after{
    top: 7px;
    width: 7px;
    height: 7px;
    margin: 0 0 0 -3.5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pageTop a:hover {
	opacity: 0.7;
}

.footBnr {
	max-width: 1000px;
	margin: 0 auto;
	border-top: 1px solid #d2d2d2;
	padding: 15px 0;
}
.footBnr ul {
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.footBnr li {
	display: inline-block;
	margin: 5px 20px;
	max-width: 186px;
}
.footBnr li img {
	display: block;
	width: 100%;
}
.footContent {
	background-color: #202040;

}
.footContent * {
	color: #fff;
}
.footContentIn {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	height: 160px;
}
.footContentIn:after,
.footNaviTop ul:after,
.footNaviBtm:after {
	display: table;
	clear: both;
	content: "";
}
.footLogo {
	float: left;
	border-left: 1px solid #404040;
	border-right: 1px solid #404040;
	padding: 40px 0 39px;
	width: 160px;
	text-align: center;

}
.footLogo a {
	display: block;
	line-height: 0;
}
.footNavi {
	float: left;
	padding: 0 0 0 20px;
	width: 840px;
}
.footNaviTop li {
	float: left;
	width: 25%;
	padding: 5px 0;
	line-height: 100%;
}
.footNaviTop li a {
	display: block;
	background: url(../images/ico_arrow_s.png) no-repeat left 3px;
	padding: 0 0 0 20px;
}
.footNaviTop li a:hover {
	color: #c79c5b;
	/*opacity: 0.7;*/
}
.footNaviTop ul {
	padding: 6px 0 0 0;
}
.footNaviTop ul:first-child {
	border-bottom: 1px solid #404040;
	padding: 12px 0 6px 0;
}
.footNaviBtm {
	padding: 7px 0 0 0;
}
.footNaviBtm ul {
	float: left;
}
.footNaviBtm li:first-child {
	margin: 0;
	padding: 0;
	border: none;
}
.footNaviBtm li {
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #fff;
	line-height: 120%;
}
.footNaviBtm li a {
	font-size: 12px;
}
.copyright
{
	text-align: right;
	font-size: 10px;
	color: #6a6a79;
	padding: 5px 0 0 0;
}

a:hover figure img {
	opacity: 0.7;
}
.ffyumin {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}

.tbl_gakkobudo td{
  text-align: center;
  padding: 5px 0;
}
.tbl_gakkobudo td:nth-child(1){
  width: 25%;
}
.tbl_gakkobudo td:nth-child(2){
  width: 20%;
}
.tbl_gakkobudo td:nth-child(3){
  text-align: left;
  width: 35%;
}
.tbl_gakkobudo td:nth-child(4){
  color: red;
  width: 20%;
}
.tbl_gakkobudo td img{
  width: 100%;
  display: block;
}

.list_gakkobudo{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #d2d2d2;
  padding: 5px 0;
}
.list_gakkobudo:first-child{
  border-top: 2px solid #d2d2d2;
}
.list_gakkobudo .l{
  width: 30%;
  padding: 0 10px 0 0;
}
.list_gakkobudo .l p:first-child{
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho;
  font-weight: 500;
}
.list_gakkobudo .l p img{
  display: block;
  width: 100%;
  border: 1px solid #000;
}
.list_gakkobudo .r{
  width: 70%;
}
.list_gakkobudo .r p:first-child{
  margin: 40px 0 2%;
  border-bottom: 1px solid #d2d2d2;
}

.list_gakkobudo2{
  border-bottom: 2px solid #d2d2d2;
}
.list_gakkobudo2 .list_item{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px 0;
}
.list_gakkobudo2:first-child{
  border-top: 2px solid #d2d2d2;
}
.list_gakkobudo2 .top_txt{
  text-align: center;
  width: 20%;
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho;
  font-weight: 500;
}
.list_gakkobudo2 .img{
  width: 25%;
}
.list_gakkobudo2 .img img{
  display: block;
  width: 100%;
  border: 1px solid #000;
}
.list_gakkobudo2 .content{
  width: 55%;
  padding: 0 10px;
}
.list_gakkobudo2 .content p:first-child{
  font-size: 20px;
  font-weight: 600;
}



