@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "Noto Sans Japanese", sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
	text-decoration: none;
}

a:hover {
	color: #040404;
	text-decoration: underline;
}

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

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	padding-top: 138px;
	position: relative;
	text-align: left;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
	}

	#container {
		padding-top: 0;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}


}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 25px 30px 21px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(255,255,255,1);
	box-sizing: border-box;
	z-index: 10;
}

#gHeader.fix {
	position: fixed;
}

#gHeader .hBox {
	margin-bottom: 21px;
}

#gHeader .logoBox {
	width: 570px;
	float: left;
}

#gHeader .logoBox .logo {
	float: left;
}

#gHeader .logoBox .logo img {
	width: 250px;
}
#gHeader .logoBox .fctokyo{
	display: flex;
	align-items: center;
}
#gHeader .logoBox .fctokyo img{
	width:160px;
	padding: 0 5px 0 10px;
}
#gHeader .logoBox .fctokyo p{
	font-size:12px;
}

#gHeader .logoBox h1 {
	padding: 11px 0 0 209px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.5px;
}

#gHeader .hLink {
	width: 533px;
	float: right;
}

#gHeader .hLink .hTel {
	padding-left: 62px;
	width: 277px;
	float: left;
	font-size: 14px;
	letter-spacing: 1.5px;
	line-height: 1.2;
	background: url(../../img/common/icon01.png) no-repeat left top 9px;
	box-sizing: border-box;
}

#gHeader .hLink .hTel a {
	display: block;
	font-size: 32px;
	font-weight: 700;
	word-break: break-all;
	letter-spacing: 0;
	text-decoration: none;
}

#gHeader .hContact {
	position: relative;
	width: 250px;
	float: right;
}
#gHeader .hContact.sp{
	display: none;
}
#gHeader .hContact a {
	padding: 13px 20px;
	display: block;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border-radius: 25px;
	background: #F6A800 url(../../img/common/h_bg01.png) repeat-x center bottom;
}
#gHeader .hContact a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

@media all and (min-width: 768px) {
	#gHeader .menu {
		display: none !important;
	}

	#gHeader .menuBox {
		display: none !important;
	}
}

@media all and (min-width: 768px) and (max-width: 1155px) {
	#gHeader .logoBox {
		width: 55%;
	}

	#gHeader .logoBox .logo {
		width: 150px;
	}

	#gHeader .logoBox .fctokyo{
		width:280px;
	}

	#gHeader .logoBox .fctokyo img{
		width:100px;
	}

	#gHeader .logoBox .logo img {
		width: 100%;
	}

	#gHeader .logoBox .fctokyo p{
		font-size:10px;
	}

	#gHeader .logoBox h1 {
		padding-left: 160px;
		font-size: 12px;
	}

	#gHeader .hLink {
		width: 45%;
	}

	#gHeader .hLink .hTel {
		margin-top: 2px;
		padding-left: 50px;
		width: 58%;
		font-size: 12px;
		background-position: left top;
		background-size: 45px 30px;
	}

	#gHeader .hLink .hTel a {
		font-size: 14px;
	}

	#gHeader .hContact {
		width: 42%;
	}

	#gHeader .hContact a {
		padding: 8px 5px;
		font-size: 12px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader {
		padding: 8px 2.7% 5px;
		min-height: 50px;
		position: relative;
	}

	#gHeader .hBox {
		margin-bottom: 0;
	}

	#gHeader .logoBox {
		width: 85%;
	}

	#gHeader .logoBox .logo {
		width: 128px;
	}

	#gHeader .logoBox .logo img {
		width: 100%;
	}

	#gHeader .logoBox .fctokyo p {
		display:none;
	}

	#gHeader .logoBox .fctokyo img{
		width:90px;
	}

	#gHeader .logoBox h1 {
		padding: 0 0 0 114px;
		font-size: 8px;
		letter-spacing: 0.7px;
	}

	#gHeader .hLink {
		display: none;
	}

	#gHeader .menu {
		width: 50px;
		position: absolute;
		right: 0;
		top: 0;
	}

	#gHeader .menuBox {
		display: none;
		padding: 40px 40px 30px;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		max-height: calc(100vh);
		overflow: auto;
		background: rgba(255,255,255,1);
		box-shadow: 1px 1px 3px rgba(0,0,0,.4);
		box-sizing: border-box;
		z-index: 1000;
	}

	#gHeader .menuBox .close {
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
	}

	#gHeader .menuBox .close img {
		width: 50px;
	}

	#gHeader .menuBox ul {
		overflow: hidden;
	}

	#gHeader .menuBox li a {
		padding: 5px 5px 11px;
		display: block;
		color: #0097E1;
		font-size: 14px;
		letter-spacing: 1.1px;
		text-align: center;
	}

	#gHeader .menuBox li a:hover {
		text-decoration: none;
	}

	#gHeader .menuBox .contact {
		position: relative;
		padding-top: 13px;
	}
	#gHeader .menuBox .contact a {
		padding: 8px 5px 11px;
		display: block;
		color: #FFF;
		font-size: 14px;
		letter-spacing: 0;
		border-radius: 25px;
		background: #F6A800 url(../../img/common/h_bg01.png) repeat-x center bottom;
		background-size: 6px auto;
	}

	#gHeader .menuBox .tel a {
		padding: 15px 5px 7px;
		color: #000;
		font-size: 10px;
		text-decoration: none;
	}

	#gHeader .menuBox .tel a span {
		padding-left: 32px;
		display: inline-block;
		font-size: 28px;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.35;
		background: url(../../img/common/icon01.png) no-repeat left top 12px;
		background-size: 27px 19px;
	}
	#gHeader .hContact.sp{
		display:inline-block;
		width:160px;
	}
	#gHeader .hContact.sp a{
		font-size:10px;
	}
	#gHeader .hContact::after{
		width:35px;
		right:0;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	clear: both;
}

#gNavi ul {
	margin-top: -10px;
	font-size: 0;
	text-align: center;
}

#gNavi li {
	margin-top: 10px;
	display: inline-block;
	position: relative;
}

#gNavi li a {
	padding: 0 29px;
	display: block;
	font-size: 16px;
	letter-spacing: 1px;
	text-decoration: none;
	border-right: 1px solid #CCC;
}

#gNavi li:first-child a {
	border-left: 1px solid #CCC;
}

#gNavi li a span {
	display: block;
	position: relative;
}

#gNavi li a span:before {
	display: none;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -8px;
	background-color: #0097E1;

	content: "";
}

#gNavi li a span:hover {
	color: #0097E1;
}

#gNavi li a span:hover:before {
	display: block;
}

#gNavi .subNavi {
	margin-top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    display: none;
    background-color: rgba(255,255,255,1);
}

#gNavi .subNavi li {
	margin-top: 0;
	display: block;
}

#gNavi .subNavi li a {
	padding: 10px 5px;
	font-size: 12px;
	letter-spacing: 0;
	border: none;
	border-bottom: 2px solid #0097E1;
}

#gNavi .subNavi li a:hover {
	color: #0097E1;
}

#gNavi .subNavi li:last-child a {
	border-bottom: none;
}

@media all and (min-width: 768px) and (max-width: 970px) {
#gNavi li a {
	padding: 0 11px;
	font-size: 13px;
	letter-spacing: 0;
}
}

@media all and (min-width: 970px) and (max-width: 1180px) {
	#gNavi li a {
		padding: 0 20px;
		font-size: 14px;
		letter-spacing: 1px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gNavi {
		display: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	overflow: hidden;
	background-color: #363636;
}

#gFooter .pageTop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
}

#gFooter .pageTop img {
	width: 50px;
}

#gFooter .pageTop a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#gFooter .fInner {
	padding: 61px 20px 51px;
	margin: 0 auto;
	max-width: 1200px;
}

#gFooter .fBox {
	margin-bottom: 18px;
}

#gFooter .fLogoBox {
	width: 25%;
	float: left;
}

#gFooter .fLogoBox .fLogo {
	margin: 7px 0 15px;
}

#gFooter .fLogoBox .fLogo img {
	width: 185px;
}

#gFooter .fLogoBox .add {
	color: #FFF;
	font-size: 14px;
	line-height: 1.75;
	letter-spacing: 0.6px;
}

#gFooter .naviBox {
	width: 73.7%;
	float: right;
}

#gFooter .naviBox .fNavi {
	width: 13.5%;
	float: left;
	margin-right: 5px;
}

#gFooter .naviBox .wid01 {
	width: 25.4%;
}

#gFooter .naviBox .wid02 {
	width: 31.1%;
}

#gFooter .naviBox .fNavi:last-child {
	margin-right: 0;
	width: 28%;
}

#gFooter .naviBox .fNavi li {
	margin: 0 0 10px;
	font-size: 12px;
}

#gFooter .naviBox .fNavi .fSize01 {
	font-size: 13px;
}

#gFooter .naviBox .fNavi > li {
	margin-bottom: 12px;
	padding-left: 1em;
	color: #FFF;
	font-size: 16px;
	text-indent: -1em;
}

#gFooter .naviBox .fNavi li a {
	color: #FFF;
	font-weight: 400;
}

#gFooter .naviBox .fNavi .subNavi {
	margin-top: 14px;
}

#gFooter .naviBox .fNavi .subNavi li {
	text-indent: 0.06em;
}

#gFooter .naviBox .fNavi li:last-child {
	margin-bottom: 0;
}

#gFooter .snsList {
	margin-bottom: 16px;
	clear: both;
}

#gFooter .snsList li {
	display: inline-block;
	margin-right: 12px;
}

#gFooter .snsList li img {
	width: 40px;
}

#gFooter .snsList li:last-child {
	margin-right: 0;
}

#gFooter .snsList li a {
	display: block;
}

#gFooter .snsList li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#gFooter .copyright {
	color: #FFF;
	font-size: 12px;
	letter-spacing: 0.8px;
}

@media all and (min-width: 768px) and (max-width: 810px) {
	#gFooter .naviBox .fNavi {
		width: 14%;
	}

	#gFooter .naviBox .wid01 {
		width: 25.4%;
	}

	#gFooter .naviBox .wid02 {
		width: 25.4%;
	}
}

@media all and (min-width: 768px) and (max-width: 1075px) {
	#gFooter .fLogoBox {
		margin-bottom: 15px;
		width: auto;
		float: none;
		text-align: center;
	}

	#gFooter .naviBox {
		width: auto;
		float: none;
	}

	#gFooter .naviBox {
		width: auto;
		float: none;
	}

	#gFooter .snsList {
		text-align: center;
	}

	#gFooter .copyright {
		text-align: center;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		padding: 0 15px;
	}

	#gFooter .pageTop {
		width: 37px;
	}

	#gFooter .pageTop img {
		width: 100%;
	}

	#gFooter .fInner {
		padding: 38px 0 13px;
		max-width: inherit;
	}

	#gFooter .fBox {
		margin-bottom: 28px;
	}

	#gFooter .fLogoBox {
		width: 100%;
		float: none;
		text-align: center;
	}

	#gFooter .fLogoBox .fLogo {
		margin: 0 auto 13px;
		width: 120px;
	}

	#gFooter .fLogoBox .fLogo img {
		width: 100%;
	}

	#gFooter .fLogoBox .add {
		font-size: 10px;
		line-height: 1.65;
	}

	#gFooter .naviBox {
		display: none;
	}

	#gFooter .snsList {
		margin-bottom: 35px;
		text-align: center;
	}

	#gFooter .snsList li {
		margin-right: 10px;
	}

	#gFooter .copyright {
		margin: 0 3px;
		font-size: 7px;
	}
}
@media all and (min-width: 768px)  {
.lp img{
width: 1200px;}
}
@media all and (max-width: 767px)  {
.lp img{
width: 100%;}
}
.lp{
text-align: center;
}

