@charset "utf-8";


/******************************************
 * リセット
 *****************************************/
* { margin: 0; padding: 0; }
body { 
	font-family: 'Noto Sans Japanese',-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 90%;
	letter-spacing: 0.1em;
	line-height: 2;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	background: #fff;
	color: #000;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
dl, dt, dd, ol, ul, 
table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 100%;
	font-weight: normal;
	line-height: 150%;
}

ul, ol {  list-style: none; }
img { vertical-align: bottom; border: none; max-width: 100%; height: auto; }
table { border-collapse: collapse; }
strong { font-weight: bold; }
em { font-style: normal; font-weight: normal; }
button{ background-color: transparent; border: none; cursor: pointer; outline: none; padding: 0; appearance: none; }
a { text-decoration: none; }



/******************************************
 * 汎用クラス
 *****************************************/
.hover1{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 1;
}
.hover1:hover{ opacity: 0.75; }

.hidden { display: none; }

.clearfix:after { content: ""; display: block; clear: both; }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.font01 { font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGP明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝','MS PMincho',serif; }
.font02 { font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; }

.fontB { font-weight: bold; }

.color01 { color: #e60012; }

.action01 { position: relative; top: -10px; opacity: 0; }

.mb5  { margin-bottom:  5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }

.border-no { border: none !important; }


/******************************************
 * webkit スクロールバー
 *****************************************/
/*スクロールバー全体*/
.scroll::-webkit-scrollbar {
    width: 10px;
}

/*スクロールバーの軌道*/
.scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
.scroll::-webkit-scrollbar-thumb {
  background-color: rgb(210, 188, 149);
  /*border-radius: 10px;*/
  /*box-shadow:0 0 0 1px rgba(255, 255, 255, .3);*/
}


/******************************************
 * side 予約ボタン固定
 *****************************************/
.sticky {
	position: fixed;
	right: 0;
	top: 15%;
	z-index: 0;
}
.sticky a {
	display: block;
	background: #e2568b;
	padding: 20px;
}
.sticky a:hover {
	background: #ea95b5;
}

@media screen and (max-width: 1112px) {
.sticky {
	display: none;
}
}


/******************************************
 * pagetop ボタン固定
 *****************************************/
.page_top {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 200;
}

@media screen and (max-width: 480px) {
.page_top {
	width: 15%;
}
}

/******************************************
 * PC・スマホ
 *****************************************/

/* page common */
#header .gmenu li {
	line-height: 1;
}
#header .gmenu li a {
	font-size: 14px;
	font-weight: 600;
	color: #221c41;
}
#header .gmenu li a span {
	font-size: 12px;
	font-weight: normal;
}
#header .gmenu li a:hover {
	color: #5b4e9c;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header .gmenu li.pc-no-tel {
	display: none;
}
footer {
	background: #221c41;
	color: #fff;
	padding-top: 30px;
}
footer .ft-navi li {
	display: inline-block;
}
footer .ft-navi li a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #fff;
	padding: 0 15px;
}
footer .ft-navi li:last-child a {
	border-right: none;
}
footer .ft-navi li a:hover {
	color: #09939c;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
footer .ft-office {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	padding: 55px 0 20px;
}
footer .ft-office > ul > li {
	float: left;
}
footer .ft-office .ft-logo {
	margin-right: 50px;
}
footer .ft-office .ft-info > p:nth-child(1) {
	font-size: 15px;
}
footer .ft-office .ft-info > p:nth-child(2) {
	font-size: 12px;
	margin: 5px 0 10px;
}
footer .ft-office .ft-contact > li {
	float: left;
}
footer .ft-office .ft-contact > li:first-child {
	margin-right: 20px;
}
footer .ft-copyright {
	background: #191335;
	padding: 15px 5px;
}
footer .ft-copyright p {
	font-size: 11px;
	letter-spacing: 0;
}
.contents_wrap {
	margin-top: 100px;
}
.page-title {
	color: #fff;
	font-size: 35px;
	text-align: center;
	padding: 55px 0;
	letter-spacing: 0.15em;
	text-shadow: -3px 2px 5px rgba(0, 0, 0, 0.44);
	font-weight: 600;
}

/* top */
.kv-image {
	position: relative;
	width: 100%;
	height: 480px;
	background: url(../images/kv-image.jpg) no-repeat;
	background-size: cover;
}
.kv-image .kv-concept {
	text-align: center;
	padding: 13% 0;
}
.top-title {
	font-size: 45px;
	font-weight: bold;
	width: 245px;
	margin-right: auto;
	margin-left: auto;
	color: #352584;
	padding-bottom: 10px;
	margin-bottom: 60px;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #000;
}
.top-title span {
	color: #09939c;
}
.concept {
	margin: 0 0 120px;
}
.concept .box-inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.concept .concept-p {
	font-size: 16px;
	line-height: 2.8;
	margin-bottom: 100px;
}
.concept .concept-service {
	margin-bottom: 100px;
}
.concept .concept-service li {
	float: left;
}
.concept .concept-service li:first-child {
	margin-right: 60px;
}
.news {
	background: #edeaff;
	padding: 70px 0;
}
.news .box-inner {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}	
.news li {
	margin-bottom: 30px;
}
.news dl {
	display: table;
}
.news dt {
	display: table-cell;
	width: 120px;
	text-align: center;
	background: #352584;
	color: #fff;
	padding: 5px 0;
	vertical-align: middle;
}
.news dd {
	display: table-cell;
	padding-left: 50px;
}

/* service */
.kv-image-service {
	width: 100%;
	height: 165px;
	background: url(../images/back-titleimage-service.png) no-repeat;
	background-size: cover;
}
.service .box-inner {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 180px;
}
.service .service-p {
	font-weight: bold;
	border-bottom: 1px solid;
	padding-bottom: 30px;
	margin-bottom: 80px;
	margin-right: auto;
	margin-left: auto;
	font-size: 30px;
	letter-spacing: 0;
	width: 600px;
}
.service-box {
	font-size: 14px;
	margin-bottom:70px;
}
.service-box .left {
	float: left;
	width: 600px;
	margin-right: 30px;
}
.service-box .right {
	float: right;
	width: 248px;
}
.service-box .service-point {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.service-box .service-point:before {
	content: url(../images/service-icon.png);
	width: 21px;
	height: 21px;
	position: relative;
	top: 4px;
	padding-right: 20px;
}
.training .title {
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
	text-align: center;
}
.table_training {
	width: 100%;
	border: 1px solid;
}
.table_training .gray {
	background: #f3f3f3;
}
.table_training th {
	border: 1px solid;
	padding: 10px;
}
.table_training td {
	border: 1px solid;
	padding: 10px;
}	
.table_training th.point1 {
	background: #e4e2f1;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
}
.table_training th.point2 {
	padding: 20px;
	text-align: left;
}
.training-photo {
	text-align: center;
	margin-top: 40px;
}
.price p {
	font-weight: 500;
	font-size: 16px;
}

/* office */
.kv-image-office {
	width: 100%;
	height: 165px;
	background: url(../images/back-titleimage-office.png) no-repeat;
	background-size: cover;
}
.office .box-inner {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.office dl {
	margin-bottom: 50px;
}
.office dt {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #2f2561;
	letter-spacing: 0;
	width: 175px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 35px;
}
.office dd {
	font-weight: bold;
	line-height: 2;
}
.office .gmap {
	padding-top: 80px;
	margin-bottom: 200px;
}

/* contact */
.kv-image-contact {
	width: 100%;
	height: 165px;
	background: url(../images/back-titleimage-contact.png) no-repeat;
	background-size: cover;
}
.contact .box-inner {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 180px;
}
.contact .contact-p {
	line-height: 2;
	font-weight: 500;
	border-bottom: 1px solid;
	padding-bottom: 40px;
	margin-bottom: 80px;
}
.contact .contact-form table {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}
.contact .contact-form table th {
	padding: 20px;
	text-align: right;
}
.contact .contact-form table td {
	padding: 20px;
}
.contact .contact-form table td input {
	height: 25px;
}
.contact .contact-form table td textarea {
	width: 100%;
	height: 150px;
}
.contact .contact-form .mailbox_main-btn {
	text-align: center;
}
.contact .contact-form .mailbox_main-btn input:hover {
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.contact .contact-form .mailbox_main-btn-reset {
	margin-right: 30px;
}

/******************************************
 * スマホ
 *****************************************/
@media screen and (max-width: 1112px) {

.visible-sm { display: block; }
.visible-sm-block { display: block; }
.visible-sm-inline { display: inline; }
.visible-sm-inline-block { display: inline-block; }
.hidden-sm { display: none; }

/* navi */
#header { padding: 3% 0; position: fixed; width: 100%; right: 0; top: 0; background: #fff; z-index: 1; }
#header .logo a { font-weight: bold; }
#header .logo img { display: inline; width: 20%; }
#header .gmenu ul { padding: 0 10px; }
#header .gmenu ul li { margin: 20px auto; width: 100%; }
#header .gmenu-container { position: fixed; z-index: 500; right: -250px; top: 0; bottom: 0; width: 250px; background: #f0edff; }
#header .gmenu-open-button { position: absolute; right: 10px; top: 0; bottom: 0; margin: auto 0; width: 44px; height: 44px; }
#header .gmenu-close-button { text-align: right; padding: 15% 20px 10px; }
#header .gmenu-close-button img { display: inline; }
#header .gmenu li.pc-no-tel { display: block; }

/* page common */
.kv-image-service,
.kv-image-office,
.kv-image-contact {
	padding-top: 100px;
}

/* top */
.kv-image {
	padding-top: 100px;
}
.kv-image .kv-concept {
	padding: 16% 0;
}

}

@media screen and (max-width: 768px) {
/* page common */
footer .ft-office {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
footer .ft-office > ul > li {
	float: none;
	text-align: center;
}
footer .ft-office .ft-logo {
	margin-right: 0;
	margin-bottom: 30px;
}
footer .ft-office .ft-info > p:nth-child(2) {
	margin: 5px 0 30px;
}
footer .ft-contact {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
.kv-image-service,
.kv-image-office,
.kv-image-contact {
	padding-top: 0;
	margin-top: 80px;
	height: 100px;
}
.page-title {
	font-size: 25px;
	padding: 30px 0;
}

/* top */
.kv-image .kv-concept {
	padding: 24% 5%;
}
.concept .box-inner,
.news .box-inner {
	width: 90%;
}
.concept .concept-service li {
	float: none;
	text-align: center;
}
.concept .concept-service li:first-child {
	margin-right: 0;
	margin-bottom: 30px;
}

/* service */
.service .box-inner {
	width: 90%;
}
.service-box .left {
	width: 400px;
}

/* office */
.office .box-inner {
	width: 90%;
}
.office .gmap iframe {
	width: 690px !important;
}

/* contact */
.contact .box-inner {
	width: 90%;
}

}

@media screen and (max-width: 480px) {
/* navi */
#header { padding: 5% 0; }
#header .logo img { width: 30%; }
#header .gmenu-container { width: 200px; }
#header .gmenu li a { font-size: 12px; }
#header .gmenu li a span { font-size: 10px; }
#header .gmenu-open-button { top: 15px; }

/* page common */
footer .ft-navi li a {
	font-size: 10px;
}
footer .ft-office {
	width: 90%;
}
footer .ft-office .ft-logo img {
	width: 50%;
}
footer .ft-office .ft-contact > li:first-child {
	margin-right: 0;
	margin-bottom: 10px;
}
footer .ft-copyright p {
	font-size: 10px;
}
.kv-image-service,
.kv-image-office,
.kv-image-contact {
	margin-top: 65px;
}
.page-title {
	font-size: 20px;
	padding: 35px 0;
}

/* top */
.kv-image {
	padding-top: 70px;
	height: 400px;
}
.kv-image .kv-concept {
	padding: 45% 5%;
}
.top-title {
	font-size: 25px;
	width: 150px;
	margin-bottom: 30px;
}
.concept .concept-p {
	font-size: 14px;
	line-height: 2;
	text-align: left;
	margin-bottom: 50px;
}
.concept .concept-service {
	margin-bottom: 50px;
}
.news dl, .news dt, .news dd {
	display: block;
	font-size: 12px;
}
.news dt {
	margin-bottom: 10px;
	padding: 3px 0;
}
.news dd {
	padding-left: 0;
}

/* service */
.service .service-p {
	width: 100%;
	font-size: 20px;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
.service-box {
	font-size: 12px;
}
.service-box .service-point {
	font-size: 16px;
}
.service-box .left {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.service-box .right {
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.training .title,
.table_training th.point1 {
	font-size: 15px;
}
.price p {
	font-size: 14px;
}

/* office */
.office .gmap iframe {
	width: 330px !important;
}

/* contact */
.contact .contact-form table th {
	text-align: left;
	display: block;
	padding: 20px 0 0;
}
.contact .contact-form table td {
	display: block;
	padding: 20px 0 0;
}
.contact .contact-form table td input {
	width: 100%;
}
.contact .contact-form .mailbox_main-btn-reset {
	margin-right: 0;
	margin-bottom: 20px;
}

}

/******************************************
 * スマホ以外
 *****************************************/
@media screen and (min-width: 1113px) {

.pull-left { float: left; }
.pull-right { float: right; }
.center-block { margin-left: auto; margin-right: auto; }
.table { display: table; table-layout: fixed; width: 100%; overflow: hidden; }
.table .column { display: table-cell; vertical-align: middle; }

.visible-sm { display: none; }
.visible-sm-block { display: none; }
.visible-sm-inline { display: none; }
.visible-sm-inline-block { display: none; }

/* page common */
header {
	border-bottom: 3px solid #221c41;
}
#header {
	width: 100%;
}
#header .wrapper {
	padding-top: 30px;
}
#header .logo {
	margin-bottom: 40px;
}
#header .header-tel {
	position: absolute;
	top: 0;
	right: 5%;
}
#header .gmenu-container {
}
#header .gmenu {
	background: url(../images/navi_bg.gif) repeat-x;
	height: 50px;
}
#header .gmenu li {
	padding: 0 50px;
	display: inline-block;
}

/******************************************
 * PC
 *****************************************/
@media screen and (min-width: 980px) {

a:hover img { opacity: 1.0; }
a:hover img.hover { opacity: 1.0; }
a[name]:hover img { opacity: 1; }
button:hover img { opacity: 0.7; }
button:hover img.hover { opacity: 1.0; }

}

/******************************************
 * PC(高解像度)
 *****************************************/
@media screen and (min-width: 1400px) {

/* top */
.kv-image .kv-concept {
	padding: 9% 0;
}

}


