@charset "utf-8";

/* =====================================================

2018-04-05
 
===================================================== */

/* =====================================================

01. reset
02. layout - ID
03. common use - pc/mobile

11. header
12. contents
13. footer

 ===================================================== */




/* 01 reset
===================================================== */
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	overflow-y: scroll;
}
html,body {
	height: 100%;
}
body {
	word-wrap:break-word;
	font-size: 15px;
	line-height: 150%;
	color: #242424;
	background-color: #fff;
	font-family: Verdana, メイリオ, Meiryo, 游ゴシック, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/* font-family: Verdana, 游ゴシック, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
	/* font-family: 'Open Sans', sans-serif; */
	text-align: center;
}
article,aside,canvas,details,figcaption,figure,
header,footer,main,menu,nav,section,summary {
	display: block;
}
img, a, area {
	outline:none;
	border: none;
}

*:focus { /*chromeに現れる青い線 */
  outline: none;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}
table, th, td {
	font-weight: normal;
	text-align: left;
	border: none;
}
em, address {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	text-align: left;
	font-size: 100%;
}
li {
	list-style-type:none;
	list-style-position: outside;
}
div,p,li,dl,table,th,td {
}

/* 02 layout - ID
===================================================== */
header {
	width: 100%;
	min-width: 1070px;
	height: 100px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-top: 3px solid #02328d;
}
#headerIn {
	margin: 0 auto;
	width: 1070px;
	min-width: 1070px;
	position: relative;
}
nav.headerNav {
	width: 100%;
	min-width: 1070px;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	background: linear-gradient(to bottom, #FFF, #FFF);
}
#headerNav {
	margin: 0 auto;
	width: 1070px;
	min-width: 1070px;
	height: 50px;
	display:table;
	table-layout: fixed;
	background: linear-gradient(to bottom, #FFF, #ececec);
}
#headerImg {
	width: 100%;
	min-width: 1070px;
	background-image: url(../05images/_bg/headerImg-bg01.jpg);
	background-position: center center;
	background-repeat: repeat-x;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e0e0e0;
}
#headerImgIn {
	margin: 0px auto;
	width: 100%;
	min-width: 100%;
	height: auto;
}

#wrapper {
	margin: 0px auto;
	padding: 35px 0 50px;
	width: 100%;
	min-width: 1070px;
	position: relative;
}
#idx #wrapper {
	background-image: url(../05images/_bg/container-bg01.png);
	background-repeat: no-repeat;
	background-position: right top;
}
	
section {
	margin: 0px auto 50px;
	width: 100%;
	min-width: 1070px;
	position: relative;
}
.container {
	margin: 0px auto 0px;
	width: 1070px;
	min-width: 1070px;
	position: relative;
}

footer {
	width: 100%;
	min-width: 1070px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
footer nav {
	border-bottom: none;
	background-color: #6580b4;
	-webkit-box-shadow: inset 5px 0 10px rgba(84,95,115,0.7);
	box-shadow: inset 0 3px 5px rgba(84,95,115,0.6);
}



/* 03 common use 
===================================================== */
.mobile {
	display: none;
}
.pc {
}


/* 11 header
===================================================== */
header {
}
h1, #headerLogo li, #topNav_lang, #topNav {
	position: absolute;
	margin: auto;
}
h1 {
	top: 3;
	left: 0;
	line-height: 22px;
	height: 22px;
	color: #888888;
	font-size: 0.6em;
	font-family: Verdana, メイリオ, Meiryo, 游ゴシック, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#topNav_lang {
	top: 0;
	right: 0;
	overflow: hidden;
}
#topNav_lang li {
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	float: right;
}
#topNav_lang li:last-child {
	margin: 0 4px auto auto;
}
#topNav_lang li a {
	line-height: 23px;
	height: 23px;
	width: 100px;
	text-align: center;
	display: block;
	border: 1px solid #fff;
	background: linear-gradient(to bottom, #f4f4f4, #FFF);
	font-family: 'Noto Serif', serif;
	font-size: 0.9em;
	position: relative;
}
#topNav_lang li a:hover {
	background: linear-gradient(to bottom, #FFF, #f4f4f4);
	background-position: left 50%;
}
#topNav_lang li a:after {
	position: absolute;
	display: block;
	width: 3px;
	height: 5px;
	content: url(../05images/_base2/arrow110a.png);
	top: -2px;
	left: 10px;
}
#topNav_lang li a:hover:after {
	content: url(../05images/_base2/arrow110b.png);
}

#headerLogo li:first-child {
	top: 30px;
	left: 0;
}
#headerLogo li:last-child{
	top: 42px;
	left: 400px;
}

#topNav {
	top: 46px;
	right: 0;
	color: #459be7;
}
#topNav li {
	display:table-cell;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	border-right: 2px solid #f0f0f0;
}
#topNav li:nth-child(4),
#topNav li:nth-child(5),
#topNav li:nth-child(6) {
	border-right: none;
}
#topNav li a {
	display: block;
	padding: 2px 6px;
	text-align: center;
	line-height: 24px;
	height: 24px;
	width: auto;
	font-size: 0.9em;
	font-weight: normal;
	color: #459be7;
	font-family: Verdana, メイリオ, Meiryo, 游ゴシック, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#topNav li:nth-child(1) a { /*newwin*/
	background-image: url(../05images/_base2/newwin03B.png);
	background-position: right 3px top 8px;
	background-repeat: no-repeat;
	padding-right: 18px;
}
#topNav li:nth-child(1) a:hover { /*newwin*/
	background-image: url(../05images/_base2/newwin03R.png);
}
#topNav li:nth-child(4) a,
#topNav li:nth-child(5) a,
#topNav li:nth-child(6) a {
	padding: 0 0 0 6px;
}
#topNav li a:hover {
	color: #ee0000;
}
#topNav li a:hover img {
	opacity: 0.8;
}


button {
	display: none;
}


#headerNav > li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 2px;
	background-image: url(../05images/_bg/navsikiri01.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#headerNav > li:nth-child(1) {
	background-image: url(../05images/_bg/navsikiri01.png), url(../05images/_bg/navsikiri01.png);
	background-position: right bottom, left bottom;
	background-repeat: no-repeat;
}
#headerNav > li a {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 1.05em;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #000;
	text-decoration: none;
	line-height: 55px;
	background: linear-gradient(to bottom, #FFF, #ececec);
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
}

#headerNav > li a span {
	font-size: 0.85em;
	letter-spacing: -0.1em;
}
#headerNav > li a.line2 {
	line-height: 115%;
	padding-top: 10px;
}
#headerNav > li > a:hover {
	background: linear-gradient(to bottom, #FFF, #e0e8f3);
}
#headerNav > li > a:before {
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	transition: all 0.3s ease;
	border-bottom: 1px solid #4572c9;
	position: absolute;
	display: block;
}
#headerNav > li > a:hover:before {
	width: 50%;
	border-bottom: 1px solid #4572c9;
}
#headerNav > li > a:after {
	content: '';
	width: 0;
	right: 50%;
	bottom: 0;
	transition: all 0.3s ease;
	border-bottom: 1px solid #4572c9;
	position: absolute;
	display: block;
}
#headerNav > li > a:hover:after {
	width: 50%;
	border-bottom: 1px solid #4572c9;
}

body#aikido #headerNav > li:nth-child(1) > a,
body#nyukai #headerNav > li:nth-child(2) > a,
body#dojo   #headerNav > li:nth-child(3) > a,
body#kaiin  #headerNav > li:nth-child(4) > a,
body#sidosya #headerNav > li:nth-child(5) > a,
body#shibu  #headerNav > li:nth-child(6) > a,
body#others.zaidan #headerNav > li:nth-child(7) > a {
	background: linear-gradient(to bottom, #FFF, #e0e8f3);
}
body#aikido #headerNav > li:nth-child(1) > a:before,
body#aikido #headerNav > li:nth-child(1) > a:after,
body#nyukai #headerNav > li:nth-child(2) > a:before,
body#nyukai #headerNav > li:nth-child(2) > a:after,
body#dojo   #headerNav > li:nth-child(3) > a:before,
body#dojo   #headerNav > li:nth-child(3) > a:after,
body#kaiin  #headerNav > li:nth-child(4) > a:before,
body#kaiin  #headerNav > li:nth-child(4) > a:after,
body#sidosya #headerNav > li:nth-child(5) > a:before,
body#sidosya #headerNav > li:nth-child(5) > a:after,
body#shibu  #headerNav > li:nth-child(6) > a:before,
body#shibu  #headerNav > li:nth-child(6) > a:after,
body#others.zaidan #headerNav > li:nth-child(7) > a:before,
body#others.zaidan #headerNav > li:nth-child(7) > a:after {
	width: 50%;
	border-bottom: 1px solid #4572c9;
}

#headerNav > li > a:focus,
#headerNav > li > a.active {
	background: linear-gradient(to bottom, #FFF, #e0e8f3);
	border-bottom: 2px solid #4572c9;
}
#headerNav > li > a.active:before,
#headerNav > li > a.active:hover:before,
#headerNav > li > a.active:after,
#headerNav > li > a.active:hover:after {
	border-bottom: none;
}

/* pull down menu */
#headerNav li {/*1*/
	position:relative;
}

#headerNav li ul, /*2*/
#headerNav li a.active ul, /*ieには明示的に*/
#headerNav li a:hover ul {  /*ieには明示的に*/
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	display: none;
	background: linear-gradient(to bottom, #f0f0f0, #ffffff);
	width: auto;
	min-width: 100%;
	border: 1px solid #f0f0f0;
	box-shadow: -2px 2px 6px rgba(128,128,128,0.20);
}
#headerNav ul li { /*2-3*/
	width: 100%;
	height: 35px;
}
#headerNav ul li a { /*2*/
	display: block;
	height: 100%;
	width: 100%;
	padding: 0 10px 0 10px;
	text-decoration: none;
	font-size: 1.0em;
	line-height: 35px;
	white-space: nowrap;
	background-image: url(../05images/_base2/arrow110a.png);
	background-position: 0px center;
	background-repeat: no-repeat;
	color: #000;
	text-align: left;
	border: 1px solid transparent;
}
#headerNav ul li a.level2 { /*2*/
	background-image: url(../05images/_base2/arrow110a.png), url(../05images/_base2/arrow002.png);
	background-position: 0px center, right center;
	background-repeat: no-repeat;
	position: relative;
}
#headerNav ul li a:hover { /*2*/
	background-image: url(../05images/_base2/arrow110b.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1px solid #4572c9;
}
#headerNav ul li a:before { /*ieには明示的に*/
	display: none;
}
#headerNav ul li a.level2:hover { /*2*/
	background-image: url(../05images/_base2/arrow110b.png), url(../05images/_base2/arrow002b.png);
	background-position: 5px center, right center;
	background-repeat: no-repeat;
}
#headerNav ul ul { /*3*/
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	top: 0;
	left: 100%;
}
#headerNav li li li { /*3*/
}
ul#headerNav{
    zoom:1;
}
#headerNav ul li a.newwin { /*all*/
	background-image: url(../05images/_base2/arrow110a.png), url(../05images/_base2/newwin02b.png);
	background-position: 0px center, right 3px center;
	background-repeat: no-repeat;
	position: relative;
}
#headerNav ul li a.newwin:hover { /*2*/
	background-image: url(../05images/_base2/arrow110b.png), url(../05images/_base2/newwin02b.png);
	background-position: 5px center, right 3px center;
	background-repeat: no-repeat;
}

button,
#topNavM {
    display: none;
}

#headerImg ul.bxslider {
	margin-left:0; /*bxSliderで画像が右にズレるのを防ぐ */
}
#headerImg {
	position: relative;
}
#headerImg img.kasanemoji {
	position: absolute;
	top: 0;
	left: calc( 50% - 535px );
	z-index: 91; /*childmenuは100 */
	opacity: 0;
}





/* 12 #contents
===================================================== */
#pankuz {
	margin: 5px auto 20px;
	width: 1070px;
	min-width: 1070px;
	text-align: right;
	color: #777;
	font-size: 0.9em;
}
#pankuz a {
	color: #777;
}

section.sectclr01 {
	padding: 40px 0px;
	background-color: rgba(246,243,240,0.80);
}
.container {
}




/* 13 footer
===================================================== */
footer {
}
footer nav {
	padding: 20px 0px;
	width: 100%;
	min-width: 1070px;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
}
#footerNavM {
	display: none;
}
#footerNav {
	margin: 0px auto;
	width: 1070px;
	min-width: 1070px;
	text-align: center;
	overflow: hidden;
}
#footerNav li {
	display: inline-block;
	border-left: solid 1px #fff;
	font-size: 1.0em;
}
#footerNav li:first-child {
	border-left: none;
}
#footerNav li a {
	text-decoration: none;
	color: #fff;
	padding: 0 15px;
	-webkit-transition:	all 0.5s;
	transition: all 0.5s;
}
#footerNav li a:hover {
	color: #ffff00;
	text-decoration: none;
}

address {
	background-image: url(../05images/_bg/headerImg-bg01.jpg);
	background-position: center top;
	background-repeat: repeat;
	margin: 0px auto;
	width: 100%;
	min-width: 1070px;
	color: #111;
	overflow: hidden;
}
address ul {
	margin: 0px auto;
	width: 1070px;
	min-width: 1070px;
	display: table;
}
address li {
	display: table-cell;
	text-align: left;
	padding: 40px 0;
	vertical-align: bottom;
}
address li:nth-child(2) {
	text-align: right;
}
address li:nth-child(1) span {
	font-size: 1.5em;
}
address li:nth-child(2) span {
	font-size: 1.9em;
	padding-left: 37px;
	margin-left: 5px;
	font-family: 'Noto Serif', serif;
	background-image: url(../05images/_base2/telmark.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #02328d;
}

address div {
	margin: 0px auto;
	width: 100%;
	min-width: 1070px;
	color: #222;
	text-align: center;
	background-color: #f9f8f6;
	padding: 12px 0;
	font-size: 0.9em;
}
address div p {
	text-align: center;
}
address a {
	text-decoration: none;
	-webkit-transition:	all 0.5s;
	transition: all 0.5s;
	color: #111;
}
address a:hover {
	color: #999;
	text-decoration: none;
}



 
#page-top {
	position: fixed ;
	right: 16px ;
	bottom: 16px ;
	z-index: 1001;
}
 
#page-top a {
	display: block;
	background-color: rgba(0,0,0,0.40);
	width: 40px;
	height: 40px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#page-top a:hover {
	background-color: rgba(69,126,230,0.80);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}



