@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Heebo:400,700|Noto+Sans+JP:400,500,700&display=swap&subset=japanese');
/*   
Theme Name: tokyogiken SP
*/

/**
 *
 * 初期化
 *
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	background: transparent;
	vertical-align: baseline;
	font-size: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	/*color: #666666;*/
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	background-repeat: repeat-x;
	background-position: left top;
}

div,
img,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
pre {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

ul,
li {
	margin: 0px;
	padding: 0px;
}

input,
select {
	font-size: 12px;
}

fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

legend {
	display: none;
}

pre {
	font-size: 12px;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}






/**
 *
 * 共通定義
 *
 */
.en {
	font-family: 'Heebo', sans-serif;
}

.en-all * {
	font-family: 'Heebo', sans-serif;
}


em {
	font-style: italic;
}

.clear {
	float: none;
	clear: both;
}

.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}

.clearfix {
	min-height: 1px;
}

a:link {
	color: #564488;
	text-decoration: underline;
}

a:visited {
	color: #564488;
	text-decoration: underline;
}

a:hover {
	color: #564488;
	text-decoration: none;
}

a:active {
	color: #564488;
	text-decoration: underline;
}

.over {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.over:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.orange {
	color: #FF9226;
}

.blue {
	color: #00B2B2;
}

.green {
	color: #008A8A;
}

.brown {
	color: #520500;
}

.btn {

	margin: 40px auto;
}

.btn a {
	display: block;
	color: white;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: url(/img/btn-l.png) 5px 6px no-repeat, url(/img/btn-r.png) calc(100% - 5px) 6px no-repeat, #cf9f51;
	background-size: 28px 49px, 28px 49px;
	line-height: 60px;
	height: 60px;
}

.btn a:hover {
	opacity: 0.7;
	color: white;
	text-decoration: none;
}

a.anchor {
	display: block;
}


/**
 *
 * パンくずリスト
 *
 */
#bread {
	position: absolute;
	left: 0px;
	top: -40px;
	display: none;
}

#breadcrumb {
	position: relative;
	/*background: url(/img/glue_0.png) left center no-repeat;*/
	margin-bottom: 5px;
}

#breadcrumb ul {
	margin-top: 10px;
	margin-left: 0px !important;
	list-style-image: none !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;

}

#breadcrumb:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	content: ".";
}

#breadcrumb ul li {
	float: left;
	margin: 0px 2px;
	font-size: 10px;

}

#breadcrumb ul li a {}

/**
 *
 * ページ送り
 *
 */
.pagenavi {
	clear: both;
	margin: 10px auto 0px auto;
	padding-bottom: 10px;
	color: black;
	text-align: center !important;
	font-size: 12px;
}

.pagenavi:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	content: ".";
}

.pagenavi a,
.wp-pagenavi span {
	margin: 1px;
	text-decoration: none;
}

.page-numbers {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #63513b;
	background: white;
	color: #63513b;

}

.page-numbers:after {}

.pagenavi a:hover,
.wp-pagenavi span.current {}

.pagenavi .prev {

	display: inline-block;
	width: 107px;
	height: 30px;
	border: 0px;

	color: #63513b;

}

.pagenavi .prev:hover {}

.pagenavi .next {
	display: inline-block;
	margin-left: 15px;
	width: 107px;
	height: 30px;
	border: 0px;

	color: #63513b;

}

.pagenavi .next:hover {}

.pagenavi .prev:after,
.pagenavi .next:after {
	content: "" !important;
}

.pagenavi span.current {
	background: #63513b;
	color: white;
	font-weight: bold;
}


/**
 *
 * レイアウト定義
 *
 */
.l-wrap {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	text-align: left;


}

.l-header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	height: 60px;
	z-index: 99;
	background: white;
	box-shadow: 0px 0px 5px gray;
}

.l-nav {
	position: relative;
	z-index: 100;
	display: block;
	margin: 0px auto 0;

}

.l-main {
	position: relative;
	display: block;
	margin: 0 auto;
	padding-top: 60px;
}

.l-main:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}

.l-sidebar {
	margin: 0px auto;

}

.l-content {}

.l-footer {
	clear: both;
	text-align: center;
	position: relative;
	overflow: hidden;
	background: #2c394c;
}

/**
 *
 * Box
 *
 */
.box-960 {

	margin: 0px auto;
	position: relative;
}

.box-980 {

	margin: 0px auto;
	position: relative;
}

.box-990 {

	margin: 0px auto;
	position: relative;
}

.box-900 {

	margin: 0px auto;
	position: relative;
}

.box-1000 {

	margin: 0px auto;
	position: relative;
}

.box-1010 {

	margin: 0px auto;
	position: relative;
}

.box-1050 {

	margin: 0px auto;
	position: relative;
}

.box-1110 {

	margin: 0px auto;
	position: relative;

}

.box-1120 {

	margin: 0px auto;
	position: relative;
	overflow: hidden;
}

/**
 *
 * Header
 *
 */
.header-title {
	display: none;
}

.header-logo {
	margin: 0;
	width: 50%;
	height: 50px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 0;
}

.header-logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999em;
	background: url(/img/logo.png) 0 0 no-repeat;
	background-size: contain;
}

.header-logo a img {
	width: 100%;
}

.header-lang {
	display: none;
}

.header-tel {
	display: none;
}

.btn-req {
	width: 130px;
	margin-right: 12px;
}

.btn-req a {
	color: #0068b7 !important;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: block;
	border: 1px solid #0068b7;
	box-sizing: border-box;
	line-height: 36px;
}

.btn-req a:hover {
	text-decoration: none !important;
	background: #0068b7;
	color: white !important;

}

.btn-contact {
	width: 130px;
}

.btn-contact a {
	color: #ec8615 !important;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: block;
	border: 1px solid #ec8615;
	box-sizing: border-box;
	line-height: 36px;
}

.btn-contact a:hover {
	text-decoration: none !important;
	background: #ec8615;
	color: white !important;
}

.btn-news {
	text-align: center;
}

.btn-news a {
	display: inline-block;
	margin: 20px 20px 0;
	width: 200px;
	color: #0068b7 !important;
	font-size: 15px;
	font-weight: bold;
	line-height: 36px;
	border: 1px solid #0068b7;
}

.btn-news a:hover {
	text-decoration: none !important;
	background: #0068b7;
	color: white !important;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}



/**
 *
 * NAV
 *
 */
.l-nav * {
	color: #2c3a44;
}

.l-nav .logo {}

.l-nav .nav-inner {
	background: white;
	position: fixed;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	overflow: scroll;
	-webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.l-nav .nav-inner.is-active {
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.l-nav .nav-inner>ul {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	margin: 0 0px 0;
	left: 0px;
	margin-bottom: 20px;
	position: relative;
}

.l-nav .nav-inner>ul>li {

	margin: 0 10px;
}

.l-nav .nav-inner>ul>li:first-child {
	border-top: 1px solid 2c3a44;
}

.l-nav .nav-inner>ul>li:first-child img {
	display: none;
}

.l-nav .nav-inner>ul>li .en {
	display: none;
}

.l-nav .nav-inner>ul>li>a,
.l-nav .nav-inner>ul>li>span {
	display: block;
	padding: 5px 15px;
	padding-right: 60px;
	padding-left: 0;
	font-size: 14px;
	position: relative;
	text-align: left;
	height: 24px;
	box-sizing: border-box;
	position: relative;
	color: #2c3a44;
	border-bottom: 1px solid #2c3a44;
	text-decoration: none;
}

.l-nav .nav-inner.is-active>ul>li>a,
.l-nav .nav-inner.is-active>ul>li>span {
	padding: 15px 15px;
	padding-right: 60px;
	padding-left: 0;
	height: 44px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	position: relative;
	z-index: 5;
}

.l-nav .nav-inner.is-active>ul>li>a:hover,
.l-nav .nav-inner.is-active>ul>li>span:hover {
	text-decoration: none;
	cursor: pointer;
}

/*.l-nav .nav-inner > ul > li > a:after {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	padding-right: 15px;
	box-sizing: border-box;
	height: 100%;
	line-height: 46px;
	content: "\f0da";
	color: #FE2687;
	font-family: fontAwesome;
	text-align: center;
}*/
.l-nav .nav-inner>ul>li>span:after {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	padding-right: 15px;
	box-sizing: border-box;
	height: 100%;
	line-height: 46px;
	content: "▼";
	color: #2c3a44;
	text-align: center;
}

.l-nav .nav-inner>ul>li>span.is-active:after {
	content: "▲";
}

.l-nav .nav-inner>ul>li .to-child {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 50px;
	height: 44px;
	z-index: 1;

}

.l-nav .nav-inner>ul>li:nth-child(1) .to-child {
	top: 0px;
}

.l-nav .nav-inner>ul>li:nth-child(2) .to-child {
	top: 46px;
}

.l-nav .nav-inner>ul>li:nth-child(3) .to-child {
	top: 91px;
}

.l-nav .nav-inner>ul>li:nth-child(4) .to-child {
	top: 136px;
}

.l-nav .nav-inner>ul>li:nth-child(5) .to-child {
	top: 181px;
}

.l-nav .nav-inner>ul>li:nth-child(6) .to-child {
	top: 226px;
}

.l-nav .nav-inner>ul>li:nth-child(7) .to-child {
	top: 271px;
}


.l-nav ul.menu.is-active {
	/*left: -100%;*/
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.l-nav .nav-inner>ul>li>.to-child:hover {
	cursor: pointer;
}

.menu-sub {
	/*position: absolute;
	left: 100%;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;*/
	display: none;
}

.menu-sub.is-active {}

.menu-sub ul {}

.menu-sub ul li {
	border-bottom: 1px solid #2c3a44;
	margin: 0px 0px;
}

.menu-sub ul li:last-child {
	border-bottom: none;
}

.menu-sub ul li a {
	display: block;
	padding: 10px 50px 10px 30px;
	font-size: 14px;
	position: relative;
	text-align: left;
	line-height: 1.6em;
	box-sizing: border-box;
	color: #2c3a44;
	text-decoration: none;

}

.menu-sub ul li a:after {
	content: "▶";
	color: #2c3a44;
	position: absolute;
	top: 13px;
	right: 25px;
}

.menu-sub .to-back {
	/*width: 80px;
	height: 40px;
	text-align: center;
	border: 1px solid #FE2687;
	margin-left: 10px;
	position: relative;
	top: -10px;
	color: #FE2687;*/

}

.menu-sub .to-back:hover {
	cursor: pointer;
}

.menu-sub .to-back:before {
	/*content: "\f104";
	font-family: fontAwesome;
	font-size: 30px;
	line-height: 40px;*/
}

.btn-nav {
	width: 42px;
	height: 50px;
	position: fixed;
	right: 10px;
	top: 5px;
	z-index: 99999;
	background: rgba(255, 255, 255, 1);
}

.l-nav .btn-nav:hover {
	cursor: pointer;
}

.btn-nav small {
	display: block;
	color: black;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	left: 6px;
	top: 30px;
	width: 42px;


}

.btn-nav,
.btn-nav span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.btn-nav span {
	position: absolute;
	left: 6px;
	width: 30px;
	height: 3px;
	background-color: black;
	border-radius: 5px;
}

.btn-nav span:nth-of-type(1) {
	top: 10px;
}

.btn-nav span:nth-of-type(2) {
	top: 18px;
}

.btn-nav span:nth-of-type(3) {
	top: 26px;
}

.btn-nav.is-active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) translateX(-0px) rotate(-45deg);
	transform: translateY(10px) translateX(-0px) rotate(-45deg);
}

.btn-nav.is-active span:nth-of-type(2) {
	opacity: 0;
}

.btn-nav.is-active span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) translateX(-0px) rotate(45deg);
	transform: translateY(-6px) translateX(-0px) rotate(45deg);
}

.btn-nav.is-active span:before {
	display: none;
}

.nav-inner-logo {
	width: 50%;
	height: 50px;
	margin-top: 0px;
	padding: 10px;

	text-align: left;

}

.nav-inner-logo img {
	max-width: 100%;
}

.nav-inner * {
	color: #2c3a44 !important;
}

.nav-inner a,
.nav-inner span {
	color: #2c3a44 !important;
}

.l-nav .nav-inner>ul>li:first-child {
	border-top: 1px solid #2c3a44 !important;
}

.menu-sub ul li {
	border-bottom: 1px solid #2c3a44 !important;
}

/**
 *
 * Box contact
 *
 */
.box-contact {
	background: #efeff3;
	padding: 30px 15px 30px;
}

.box-contact .box-contact-inner {
	background: white;

	margin: 0 auto;
	padding: 15px 15px 15px;
}

.box-contact .box-contact-inner:after {
	content: none;
}

.box-contact .box-contact-inner>div:first-child {

	height: 100px;
	background: #ec8615;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.box-contact h2 {
	color: white;
	font-weight: bold;
	font-size: 30px;
	text-align: left;
	padding-left: 60px;
	background: url(/img/box-contact-title.png) 15px 0 no-repeat;
	background-size: 31px 49px;
	line-height: 49px;
}

.box-contact .box-contact-inner>div:last-child {
	padding: 15px 0;
}

.box-contact .box-contact-tel {
	margin-bottom: 15px;
}

.box-contact .box-contact-tel span {
	display: block;
	font-size: 14px;
	color: #0068b7;
	margin-bottom: 15px;
}

.box-contact .box-contact-tel a {
	font-size: 36px;
	color: #0068b7 !important;
	font-weight: bold;
	text-decoration: none;
}

.box-contact .box-contact-tel a:hover {
	color: #ec8615 !important;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.box-contact .box-contact-btns {
	margin-bottom: 15px;
}

.box-contact .box-contact-btns a:hover {
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.box-contact .box-contact-btns .btn-req {
	margin-bottom: 10px;
	width: 100%;
}

.box-contact .box-contact-btns .btn-req a {
	border: 2px solid #0068b7;
	font-size: 15px;
	line-height: 66px;
}

.box-contact .box-contact-btns .btn-contact {
	width: 100%;
}

.box-contact .box-contact-btns .btn-contact a {
	border: 2px solid #ec8615;
	font-size: 15px;
	line-height: 66px;
}

.box-contact p {
	font-size: 13px;
	color: #2c3a44;
	line-height: 1.538em;

}

/*
MAIN BANNER
*/
.main-banner {}

.main-banner .box-1085 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 15px 15px;
}

.main-banner .box-1085:after {
	content: none;
}

.main-banner .box-1085>div {
	margin-bottom: 10px;
	width: 49%;
}

.main-banner .box-1085>div:first-child {
	width: 100%;
}

.main-banner .box-1085>div:nth-child(2) {
	width: 100%;
}

.main-banner .box-1085>div:hover {
	opacity: 0.7;
}

.box-contact .main-banner .box-1085 {
	padding: 0 0 15px;
}

/**
 *
 * Sidebar
 *`
 */


/**
 *
 * Footer
 *
 */
.page-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 50;
	width: 49px;
}

.page-top-2 {
	text-align: right;
	border-bottom: 1px solid #566170;
	line-height: 55px;
	padding-right: 15px;
}

.page-top-2 a {
	font-size: 15px;
	color: white !important;
}

.footer-nav {
	padding: 0px 0 0px;
	background: url(/img/footer-logo.png) center center no-repeat;
}

.footer-nav .footer-nav-list {
	text-align: left;
}

.footer-nav .footer-nav-list>li {
	border-bottom: 1px solid #566170;
}

.footer-nav .footer-nav-list>li>a {
	color: white !important;
	font-size: 14px;
	display: block;
	padding: 15px;
}


.copyright {
	color: white;
	opacity: 0.2;
	text-align: center;
	background: #232e3d;
	line-height: 40px;
	font-size: 9px;
}


form#mailformpro dl dt {
	padding: 10px 0px 8px !important;
}

.link {

	padding-right: 18px;
	text-decoration: underline !important;
}

.no-ico {
	padding: 0 !important;
	background: none !important;
}

.pc {
	display: none !important;
}

.br-pc {
	display: none;
}

/*
MODAL
*/
.modal-check-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 100vh;
	background-color: #000;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	z-index: -1;
	text-align: center;
}

.modal-check-overlay.is-active {
	opacity: 0.8;
	z-index: 99999;
}

.modal-check {
	display: flex;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #d7d7d7;
	width: 300px;
	height: 400px;
	opacity: 0;
	background-color: #FFF;
	z-index: -1;
	text-align: left;
	padding: 30px;
	box-sizing: border-box;
}

.modal-check .modal-check-header {
	border-bottom: 1px solid black;
	margin: 0 -30px 20px;
}

.modal-check img {
	display: block;
	margin: 0 auto 20px;
	width: 200px;
}

.modal-check .page-home-btns {
	margin: 20px auto;
	padding: 0;
}

.modal-check .page-home-btns .page-home-btn-yes {
	width: 90px;
	margin: 0 15px;
}

.modal-check .page-home-btns .page-home-btn-yes>a {
	line-height: 50px;
}

.modal-check .page-home-btns .page-home-btn-no {
	width: 90px;
	margin: 0 15px;
}

.modal-check .page-home-btns .page-home-btn-no>a {
	line-height: 50px;
}

.modal-check.is-active {
	opacity: 1;
	z-index: 100000;
}

.modal-check p {
	text-align: left;
	font-size: 15px;
}