@charset "utf-8";

* {
 margin:0; padding:0;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
 word-break: break-all;
}
a { text-decoration:none; }
ul, ol { list-style:none; }
img { border:none; vertical-align:bottom; /*画像下部のスペースを消す*/-ms-interpolation-mode: bicubic; max-width:100%; }
table{ border-collapse:separate; border-spacing:0; margin:0; padding:0;	}
a:hover img { filter:alpha(opacity=70); -moz-opacity:0.70; opacity:0.70; }
section,article,aside,nav,header,footer { display:block; }

.clearfix { zoom:1;}
.clearfix:after { content:""; display:block; clear:both; }
.clear { clear:both; }

.cen { text-align:center; }
.migi { text-align:right; }
.hidari { text-align:left; }

.sp{display: none;}

.img-left { float:left; margin:0 10px 10px 0 }
.img-right { float:right; margin:0 0 10px 10px; }

.aka { color:#ff0000; font-weight:bold; }
.ao { color:#3361ae;}
.bold { font-weight:bold; }

.mb-0 { margin-bottom:0 !important; }
.mb-5 { margin-bottom:5px; }
.mb-10 { margin-bottom:10px; }
.mb-15 { margin-bottom:15px; }
.mb-20 { margin-bottom:20px; }
.m-auto { margin:0 auto; }
.pr-10 { padding-right:10px; }

blockquote { background:#f4f2e6 url(../image/inyou.png) no-repeat 10px 10px; margin-bottom:40px; padding:60px 10px 10px; }
blockquote p:last-child { margin:0; }
.modoki { background:#f4f2e6 url(../image/inyou.png) no-repeat 10px 10px; margin-bottom:40px; padding:60px 10px 10px; }
.modoki p:last-child { margin:0; }

.notice { border:dotted 3px #ff9999; padding:15px; margin-bottom:20px; }
.notice p { margin:0 !important; }

.inyou { color:#999; }
.inyou a { color:#999 !important; }


/* ▼　共通部分　▼ */
body { color: #333; font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif; line-height: 120%; }

/* 強調表現 */
em { font-style:normal; }
strong { font-weight:normal; }


/* ▼　サイト固有　▼ */

/* リンク */
a:link { color: #550000; text-decoration: none; }
a:visited {	color: #550000;	text-decoration: none; }
a:hover,a:active { color: #7491C5; text-decoration: underline; }
.main-contents a { text-decoration:underline; }
.main-contents a:hover { text-decoration:none; }
/* 大枠 */
body { background:#fff; }
#wrapper { margin:0 auto; }
#main { background:#fff; padding:0; margin-bottom:20px;}
#sub { margin-bottom:20px; }
.main-contents { padding:10px 10px 50px; }
.main-contents p { line-height:1.6; }
.in { width:900px; margin:0 auto; }
/* タイトルバー */

.ttl-1 { font-size:40px; text-align:center; margin-bottom:60px; color:#fff; }
.ttl-1-ao { font-size:40px; text-align:center; margin-bottom:60px; color:#3361ae; }
.ttl-1-ao img { width:70%; }

.ttl-2 { color:#3361ae; font-size:18px; margin-bottom:20px; border-left:solid 3px #3361ae; border-bottom:solid 1px #3361ae; padding:5px;  }
.ttl-3 { border-left:solid 3px #00008c; padding:2px 0 2px 5px; margin-bottom:10px; }
.ttl-side-1 { font-size:13px; border-bottom:solid 1px #00008c; padding-bottom:5px; margin-bottom:5px; }
.ttl-side-2 {  }

/* header */
#header { background: rgba(255,255,255,0.8); padding:0; width:100%; border-bottom:solid 1px #eee;}
.inhead { width:100%; margin:0 auto; padding:; }
.head-logo { float:left; width:400px; }
.head-name,.head-name img { width:380px; }
.head-desc { font-size:12px; color:#3361ae; padding-left:10px; }
.g-navi-waku { background:#1686C7; }
.g-navi { margin:0; float:right; }
.g-navi ul { font-size:0; text-align:center; }
.g-navi li { font-size:14px; display:inline-block; }
.g-navi li:first-child {   }
.g-navi li a { display:block; padding:10px; color:#333; }

.head-tel {
  float:right;
  text-align:center;
  padding-top:15px;
  line-height:1.2;
}
.head-tel .toho {
  font-size:14px;
}
.head-tel .number {
  font-size:30px;
  font-weight:bold;
  color:#3361ae;
}
.head-tel .jikan {
  font-size:12px;
}

#header_fix {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background:#fff;
	width:100%;
	box-shadow:0 3px 3px rgb(0 0 0 / 10%);
}
.header_fix_left { float:left; }
.header_fix_right { float:right;}
.header_fix_left img { width:200px; }
.header_fix_right img { width:207px; }
.header_fix_navi { margin:0; float:right; }
.header_fix_navi ul { font-size:0; }
.header_fix_navi li { font-size:14px; display:inline-block; vertical-align:middle; }
.header_fix_navi li:first-child {   }
.header_fix_navi li a { display:block; padding:0 0 0 10px; color:#333; }

/* contents */

.jigyou { text-align:center; padding:80px 0 70px; }
.jigyou h1 {font-size:30px; margin-bottom:30px;}
.jigyou h2 { margin-bottom:20px; }
.jigyou_con {
  background:#f5f5f5;
  border-radius:20px;
  padding:30px 20px;
}
.jigyou_con p {
  text-align:left;
}
.triangle {
    width: 100px;
    margin: 0 auto;
    text-align: center;
    border-top: 50px solid #f5f5f5;
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid transparent;
}
.main-image-wrap {
  width:100%;
  position:relative;
  background:url(../img/main_bg.png) repeat;
}
.main-image-txt {
  position:absolute;
  top:20%;
  left:10%;
  font-weight:bold;
  font-size:40px;
  line-height:1.4;
  z-index: 9999;
}
.swiper-container {
  width:70%;
  float:right;
  margin:-4em 0 0 auto;
}
.swiper-container2 {
  width:900px;
  margin:-30px auto 30px;
  position:relative;
}
.swiper-container2 .swiper-wrapper {

  padding-bottom:30px;
}
.main-image-wrap dl { display:block; text-align:center; padding:20px 0; }
.main-image-wrap dt { position:relative; color:#ef7d30; font-weight:bold; padding:5px 15px 0 0; vertical-align:top; }
.main-image-wrap dt,.main-image-wrap dd { display:inline-block; text-align:center;}
.main-image-wrap dt:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 2px;
    content: '';
    background-color: #ef7d30;
}
.main-image-wrap dd { display:inline-block:block; text-align:left; }
.ul-disc { list-style:disc; margin:0 0 40px 40px; }
.ul-disc li {  }
.unei { width:100%; border-top:solid 1px #ddd; border-left:solid 1px #ddd; }
.unei th { width:30%; padding:5px; border-right:solid 1px #ddd; border-bottom:solid 1px #ddd; }
.unei td { width:70%; padding:5px; border-right:solid 1px #ddd; border-bottom:solid 1px #ddd; }

.top-img {
  margin:0 0 20px;
}

#tabs { padding-bottom:20px; }
#tabs ul {  font-size:0px; font-weight:bold; margin-bottom:1px; }
#tabs li { display:inline-block; height:43px; width:50%; line-height:1.2; }
#tabs li a { display:block; background:#f9f9f9; padding:10px; text-decoration:none; text-align:center; font-size:16px; border:solid 1px #eee; border-top:solid 4px #eee; }
#tabs .ui-tabs-active a { background:#fff; color:#666; border-bottom:none; line-height:18px; }
.ui-tabs-nav .ui-state-focus a { outline: none; }


.office_bg {
  background:url(../img/office_bg.jpg) no-repeat;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 300px;
  background-attachment: fixed;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
}
.office_bg h1 {
  font-size:30px;
  color:#fff;
  display:block;
  margin:0 auto;
  text-align:center;
  padding-top:150px;
}
.office h2 {
  text-align:center;
  margin:30px;
  position:relative;
  padding-bottom:10px;
  font-size:22px;
}
.office h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #ef7d30;
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
}
.office-tbl {
  width:100%;
  
}
.office-tbl th {
  vertical-align:top;
  text-align:right;
  width:30%;
  padding:1em;
}
.office-tbl td {
  padding:1em;
}
/* sub */
.side-box { border:solid 1px #ddd; padding:10px; background:#fff; border-radius:3px; margin-bottom:10px; }
.side-box ul { margin-bottom:20px; }
.side-box li { border-bottom:solid 1px #ddd; }
.side-box li a { display:block; padding:5px; }

/* footer */
footer { width:100%; clear:both; color:#fff; }

.foot-top {
  border-top:solid 1px #eee;
  padding:0;
}
.foot-btm {
  background:#ef7d30;
}
.foot-btm ul { text-align:center; padding:15px 0 10px; font-size:12px; }
.foot-btm li {
  display:inline-block;
  border-left:solid 1px #fff;
}
.foot-btm li:last-child {
  border-right:solid 1px #fff;
}
.foot-btm li a { 
  color:#fff;
  display:block;
  padding:5px 20px;
}

.foot-logo { float:left; }
.foot-logo h5 { margin-bottom:10px; }
.foot-logo img { width:370px; height:auto; }
.qrcode { float:right; }
#pagetop { margin-top:20px;	position:relative; top:5px;	text-align:center; }

.table-1 {
  border-left:solid 1px #333;
  border-bottom:solid 1px #333;
  width:100%;
}
.table-1 th {
  border-top:solid 1px #333;
  border-right:solid 1px #333;
  padding:10px;
}
.table-1 td {
  border-top:solid 1px #333;
  border-right:solid 1px #333;
  padding:10px;

}

/*--------------------------------
PAGE TOP
---------------------------------*/
#page-top {
	position: fixed;
	z-index: 9999;
	bottom: 20px;
	right: 20px;
	font-size: 20px;
}
#page-top a {
	background: #665e53;
	border-radius:100px;
	text-decoration: none;
	color: #fff;
	padding: 10px;
	text-align: center;
	display: block;
	-moz-opacity: 0.3;
	opacity: 0.3;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
	color: #fff;
}
/* ▼　800px以上（PC）　▼ */
@media screen and (min-width: 901px) {
#main { width:100%; margin:0 auto; }
.main-contents p { margin-bottom:20px; }


.pc-none { display:none; }
.pc-none2 { display:none; }
.m-none { display:block; }

.word {
  color:#3361ae;
  text-align:center;
  font-size:20px;
  font-weight:bold;
  margin-bottom:20px;
  line-height:1.4;
}

}
/* ▲　800px以上（PC）　▲ */

#wrapper { padding:4em 0 0; }

/* ▼　800px～768px（タブレット）　▼ */
@media screen and (min-width: 641px) and (max-width: 900px) {
header { padding:5px; }
.inhead { width:100%;}


#wrapper { padding:0 10px; }
#main { float:none; width:100%; }
#sub { float:none;width:100%; }
.main-contents p { margin-bottom:40px; }
.head-ttl { padding:10px; }

.pc-none { display:none; }
.pc-none2 { display:none; }
.m-none { display:block; }

.ad { text-align:center; margin-bottom:20px; }

}
/* ▲　950px～768px（タブレット）　▲ */
/* ▼　768px～640px（スマートフォン）　▼ */
@media screen and (max-width: 640px) {
* { webkit-appearance:none; word-wrap:break-word; }
#wrapper { width:100%; padding:130px 0 0; }
#header { 
  background: #fff;
  padding:5px 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background:#fff;
  width:100%;
  box-shadow:0 3px 3px rgb(0 0 0 / 10%);
}

.sp{display: block;}

.inhead { width:100%;}
.head-ttl img { width:100%; }
.head-logo { float:left; width:50%; }
.head-name, .head-name img { width:100%; }
.sma-menu { padding:0 5px; }
.menu { width:12%; float:right; padding-top:10px; }
#main { padding:0;}
.main-contents { padding:10px 0 50px; }
.main-contents p { margin-bottom:30px; }
.in { width:100%; }
.event {
	padding:40px 10px; 
}
.course { padding:40px 10px; }
.course-con { padding:40px 10px; }
.about { padding:40px 10px; }
.access { padding:40px 10px; }
.foot-top { padding:30px 0; }

.head-ttl { padding:10px; }
.g-navi li { 
  padding:5px;
  float:none;
  border-right:none;
  border-bottom:solid 1px #ddd;
  width:100%;
}
.g-navi .close {
  padding:10px 5px;
  text-align:center;
  background:#dfdfdf;
}
.g-navi { padding-top:20px; }
.g-navi li:first-child {
  width:100%;
  border-top:solid 1px #ddd;
 }
.g-navi li a {
  color:#333;
  padding:10px;
}
.side-box { border-radius:0; border-left:none; border-right:none; }

.ttl-1 { font-size:30px; text-align:center; margin-bottom:40px; line-height:1.2; }
.ttl-1-ao { font-size:30px; text-align:center; margin-bottom:40px; line-height:1.2; }
.ttl-1-ao img { width:100%; }



.pc-none { display:block; }
.pc-none2 { display:table-row; }
.m-none { display:none; }
.m-none2 { display:none; }

.g-navi-menu { background: #EEE; border-top: 1px solid #FFF; border-left: 1px solid #FFF; border-right: 1px solid #CCC; border-bottom: 1px solid #CCC;
 -moz-box-shadow: -1px -1px 1px rgba(000,000,000,0.3),1px 1px 1px rgba(255,255,255,1); -webkit-box-shadow: -1px -1px 1px rgba(000,000,000,0.3),1px 1px 1px rgba(255,255,255,1);
 width:50%; padding:5px 0; margin:0 auto 10px; text-align:center; }


.swiper-container { width:90%; }
.swiper-container2 { width:100%; }

.main-image-txt {
  top:-20px;
  left:10px;
  font-size:18px;
  line-height:1.4;
  z-index: 9998;
}

.jigyou { padding:20px 10px; }
.jigyou h1 {font-size:30px; margin-bottom:30px;}
.jigyou h2 { margin-bottom:20px; line-height:1.4; }
.jigyou_con {
  background:#f5f5f5;
  border-radius:20px;
  padding:30px 20px;
}

.office_bg {
  min-height: 150px;
}
.office_bg h1 {
  font-size:30px;
  color:#fff;
  display:block;
  margin:0 auto;
  text-align:center;
  padding-top:75px;
}

.foot-logo { float:none; }
.foot-name { text-align:center; }
.foot-logo h5 { margin-bottom:10px; }
.foot-logo img { width:200px; height:auto; }

footer .g-navi {
  width:100%;
  float:none;
}
.foot-inq {
  text-align:center;
  padding-top:20px;
}

.about dl { 
  margin-bottom:20px;
}
.about dt {
  float:left;
  clear:both;
  width:26%;
}
.about dd {
  float:left;
  width:74%;
}
.about dd h2 {
  font-size:20px;
  margin-top:0px;
  margin-bottom:10px;
  line-height:1.2;
}
.about dd p { margin-bottom:20px; }

.link-box img { width:85%; margin-bottom:20px; }


.access-photo { 
  float:none;
  width:100%;
  margin-right:0;
  margin-bottom:20px;
}
.access-photo img { width:100%; }
.access-map {
  float:none;
  width:100%;
}

.img-left { float:none; width:100%; text-align:center; }

.lesson-meta dt,.lesson-meta dt { margin-bottom:10px; }

.office-tbl { width:100%; margin:0 auto 20px; }

.office-l {
  width:100%;
  float:none;
  text-align:center;
}
.office-r {
  width:100%;
  float:none;
  text-align:center;
}

.word {
  color:#3361ae;
  text-align:center;
  font-size:16px;
  font-weight:normal;
  margin-bottom:20px;
  line-height:1.2;
}

}

