@charset "utf-8";

/* ---------------------------------------------
CSS Info

 File name:  layout.css
 Style Info: 共通レイアウト

～414px　スマホ基本
415px～959px　スマホ横
-----メジャーブレークポイント-----
960px～　PC
1366px～　大画面PC

------------------------------------------------ */
.container {
	position: relative;
	width: 94%;
	max-width: 1280px;
	margin: 0 auto;
}
.container.small {
	width: 94%;
	max-width: 980px;
}

@media screen and (max-width:959px) {
	.pc-only {display: none;}
}
@media screen and (min-width:960px) {
	.sp-only {display: none;}
}


/* HEADER
------------------------------------------------ */
.l-header {background: #FFF;}
.header-main {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width:959px) {
	.l-header {
		position: fixed;
		z-index: 999;
		width: 100%;
		height: 50px;
		top: 0;
		border-top: 2px solid #0a73bb;
	}
	.header-main {
		height: 48px;
		padding-left: 2vw;
	}
	.header-main--logo img {
		width: auto;
		height: 24px;
		vertical-align: bottom;
	}
	.header-main--txt {
		margin-left: 2vw;
		font-size: 9px;
		font-size: .9rem;
		line-height: 1.3;
	}
	.header-main--txt a {color: #010101;}
	.header-bar,
	.header-main--logo .header-logo--txt,
	.header-main-gnavi {
		display: none;
	}
	
	.drawer-open {overflow: hidden !important;}
	.drawer-overlay {
		position: fixed;
		z-index: 500;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .75);
	}
	.drawer-overlay:after {
		position: absolute;
		content: "";
		top: 16px;
		right: 8px;
		width: 32px;
		height: 32px;
		background: url("../images/share/nav-close.png") no-repeat left top;
		background-size: 32px;
	}
	.drawer-open .drawer-overlay {display: block;}
	.drawer-nav {
		position: fixed;
		z-index: 501;
		overflow: hidden;
		top: -100%;
		left: 0;
		width: 100%;
		height: auto;
		max-height: 100%;
		padding: 48px 0;
		background-color: #0a73bb;
		color: #FFF;
		line-height: 1;
		overflow-y: scroll;
		-webkit-transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	}
	.drawer--top.drawer-open .drawer-nav {top: 0;}
	.drawer--top .drawer-hamburger,
	.drawer--top.drawer-open .drawer-hamburger {right: 0;}

	
	.drawer-hamburger {
		position: fixed;
		z-index: 501;
		display: block;
		top: 2px;
		width: 48px;
		height: 48px;
		padding: 0;
		border: 0;
		outline: 0;
		background: #FFF;
	}
	.drawer-hamburger:hover {cursor: pointer;}
	.drawer-hamburger-icon {
		position:absolute;
		display: block;
		width: 24px;
		height: 2px;
		top: 11px;
		left: 12px;
		background: #009bdd;
	}
	.drawer-hamburger-icon:before,
	.drawer-hamburger-icon:after {
		position: absolute;
		content: "";
		height: 2px;
		left: 0;
		background: #009bdd;
		-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	}
	.drawer-hamburger-icon:before {width: 24px;}
	.drawer-hamburger-icon:after {width: 16px;}
	.drawer-hamburger-icon:before {bottom: -6px;}
	.drawer-hamburger-icon:after {bottom: -12px;}
	.drawer-open .drawer-hamburger-icon {background-color: transparent;}
	.drawer-open .drawer-hamburger-icon:before,
	.drawer-open .drawer-hamburger-icon:after {top: 6px;}
	.drawer-open .drawer-hamburger-icon:before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.drawer-open .drawer-hamburger-icon:after {
		width: 24px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.drawer-hamburger-label {
		position: absolute;
		display: block;
		width: 100%;
		bottom: 8px;
		left: 0;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 10px;
		font-size: 1rem;
		font-weight: 700;
		color: #009bdd;
		text-align: center;
	}
	
	#mobileNavi .mn-wrap {
		margin-top: 24px;
		padding: 0 16px;
		font-size: 15px;
		font-size: 1.5rem;
	}
	#mobileNavi .mn-wrap a {
		display: block;
		position: relative;
		color: #FFF;
		line-height: 1;
	}
	#mobileNavi .mn-wrap .mn-tit {
		margin-bottom: 24px;
		text-align: center;
	}
	#mobileNavi .mn-wrap .mn-tit img {
		width: auto;
		height: 24px;
		vertical-align: bottom;
	}
.mn-sub-tit {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    display: table;
    margin: auto;
    padding: 5px 0 10px;
    border-bottom: 4px dotted #fff;
}
	#mobileNavi .mn-hd_nav {
		margin: 18px 0 24px;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	#mobileNavi .mn-hd_nav li {
		width: calc(33.3333333% - 32px / 3);
		text-align: center;
	}
	#mobileNavi .mn-hd_nav li:not(:last-child) {margin-right: 16px;}
	#mobileNavi .mn-main_nav {
		margin-top: 36px;
	}
	#mobileNavi .mn-main_nav ul {
		border-top: 2px solid #FFF;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#mobileNavi .mn-main_nav ul li {
		border-bottom: 1px solid #FFF;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	#mobileNavi .mn-main_nav ul li:first-child {width: 100%;}
	#mobileNavi .mn-main_nav ul li:not(:first-child) {width: calc(50% - 16px / 2);}
	#mobileNavi .mn-main_nav ul li:nth-child(even) {margin-right: 16px;}
	#mobileNavi .mn-main_nav ul li a {
		width: 100%;
		padding: 1em 1.5em 1em 0;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.3;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	#mobileNavi .mn-main_nav ul li a:after {
    position: absolute;
    right: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
	}
	#mobileNavi .mn-main_nav ul li:first-child a br {display: none;}
	
	#mobileNavi .mn--sub_nav,
	#mobileNavi .mn--contact {margin-top: 24px;}
	#mobileNavi .mn--sub_nav ul {
		border-top: 1px solid #FFF;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#mobileNavi .mn--sub_nav ul li {
		width: 50%;
		border-width: 0 1px 1px 1px;
		border-style: solid;
		border-color: #FFF;
	}
	#mobileNavi .mn--sub_nav ul li:last-child {width: 100%;}
	#mobileNavi .mn--sub_nav ul li:first-child {border-right: none;}
	#mobileNavi .mn--sub_nav ul li a {
		padding: 1.25em 1em;
		font-size: 11px;
		font-size: 1.1rem;
		text-align: center;
		line-height: 1.3;
	}
	#mobileNavi .mn--sub_nav ul li a i {margin-right: .5em;}
	#mobileNavi .mn--contact ul {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	#mobileNavi .mn--contact ul li {width: 50%;}
	#mobileNavi .mn--contact ul li a {
		padding: 12px 8px;
		text-align: center;
	}
	#mobileNavi .mn--contact ul li a i {
		display: block;
		margin-bottom: 8px;
		font-size: 24px;
		font-size: 2.4rem;
	}
	#mobileNavi .mn--contact ul li a.request {
		background: #f29a2e;
		border-radius: 8px 0 0 8px;
	}
	#mobileNavi .mn--contact ul li a.visit {
		background: #f25c5c;
		border-radius: 0 8px 8px 0;
	}
}
@media screen and (min-width:960px) {
	.l-header {border-top: 4px solid #0a73bb;}
	.header-bar {
		height: 48px;
		padding-left: 12px;
		background: #f3f3f3;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header-bar--txt {
		margin-right: 16px;
		font-size: 10px;
		font-size: 1rem;
		line-height: 1.3;
	}
	.header-bar--txt a {color: #444;}
	.header-bar--txt a:hover {color: #999;}
	.header-bar--txt span {display: block;}
	.header-bar-cont {
		display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header-bar-subnavi {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header-bar-subnavi li {
		margin-right: 8px;
		font-size: 11px;
		font-size: 1.1rem;
		font-weight: bold;
		line-height: 1.5;
	}
	.header-bar-subnavi li i {margin-right: 2px;}
	.header-bar-subnavi li a {color: #0a73bb;}
	.header-bar-subnavi li a:hover {color: #47aef5;}
	.header-bar-subnavi li br {display: none;}
	
	.header-bar-cta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header-bar-cta li .item {
		height: 48px;
		padding: 0 6px;
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: bold;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header-bar-cta li .item .office {
	background: #fff;
	padding: 6px 10px;
	line-height: 1.2;
	margin-right: 8px;
	font-size: 12px;
	text-align: center;
	}
	.header-bar-cta li .item .tel__box{
		text-align: center;
	}
	.header-bar-cta li .item i {margin-right: 4px;}
	.header-bar-cta .tel {
		background: #d8eefd;
		color: #0a73bb;
		line-height: 1;
	}
	.header-bar-cta .tel .num {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.header-bar-cta .tel .time {
		margin-top: .35em;
		font-size: 10px;
		font-size: 1rem;
		font-weight: normal;
	}
	.header-bar-cta .request,
	.header-bar-cta .visit {color: #FFF;}
	.header-bar-cta .request {background: #04a1cb;}
	.header-bar-cta .visit {background: #1064a1;}
	.header-bar-cta .request:hover,
	.header-bar-cta .visit:hover {background: #00C7AC;}
	
	.header-main {
		height: 80px;
		padding: 0 12px;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
	.header-main--logo {
		display: block;
		width: 160px;
		text-align: center;
		line-height: 1;
	}
	.header-main--logo img {
		width: 160px;
		height: auto;
		vertical-align: bottom;
	}
	.header-main--logo .header-logo--txt {
		font-size: 11px;
		font-size: 1.1rem;
		color: #010101;
	}
	.header-main--logo:hover .header-logo--txt {color: #999;;}
	.header-main-gnavi {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header-main-gnavi li a {
		height: 80px;
		padding: 0 12px;
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 1.5;
		text-align: center;
		color: #010101;
		display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header-main-gnavi li a:hover {color: #00B4D1;}
	
	.drawer-hamburger,
	#mobileNavi,
	.header-main--txt {display: none;}
}
@media screen and (min-width:1366px) {
	.header-bar {padding-left: 40px;}
	.header-bar--txt {
		font-size: 11px;
		font-size: 1.1rem;
	}
	.header-bar--txt {
		display: inline;
		margin-right: .5em;
	}
	.header-bar-subnavi li {
		margin-right: 24px;
		font-size: 13px;
		font-size: 1.3rem;
	}
	.header-bar-cta li .item {
		padding: 0 6px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.header-bar-cta .tel .num {
		font-size: 20px;
		font-size: 2rem;
	}
	.header-bar-cta .tel .time {
		font-size: 11px;
		font-size: 1.1rem;
	}
	
	.header-main {padding: 0 40px;}
	.header-main-gnavi li a {
		padding: 0 24px;
		font-size: 14px;
		font-size: 1.4rem;
	}
}

/* ホバーメニュー */
@media screen and (max-width:959px) {
	#mobileNavi .mn-main_nav ul li.hover_menu{
		display: none;
	}
}

@media screen and (min-width:960px) {
	
	.header-main-gnavi li.sp{
		display: none;
	}
	.hover_menu{
		position: relative;
	  }

	  .hover_menu_content {
		opacity: 0;
		overflow: hidden;
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		top: 78px;
		display: flex;
		flex-direction: column;
		z-index: 10;
		background: #fff;
		border: 2px solid #1064a1;
		transition: 0.2s;
		padding: 0;
		border-radius: 10px;
		width: fit-content;
		padding: 20px;
		white-space: nowrap;
		pointer-events: none;
	}

	.hover_menu:hover .hover_menu_content{
		opacity: 1;
		pointer-events: initial;
	}
	.hover_menu > a{
		transition: 0.2s;   
		z-index: 10;
	}
	.hover_menu:hover > a {
		opacity: 1;
		color: #00B4D1;
	}

	.hover_menu_content li a {
		width: 100%;
		text-align: left;
		padding: 15px 15px 15px 34px;
		border-bottom: 1px dashed #00B4D1;
		line-height: 1;
		justify-content: flex-start;
	}
	.hover_menu_content li:last-child a{
		border-bottom: none;    
	}
	.hover_menu_content li {
		width: 100%;
		position: relative;
	}

	.hover_menu_content li a::before {
		content: "";
		position: absolute;
		border: solid transparent;
		border-width: 8px 12px;
		border-left-color: #1064a1;
		left: 14px;
		top: 50%;
		margin: auto;
		transform: translateY(-50%);
		background: none;
		height: initial;
		bottom: initial;
	}
}



/* メインコンテンツ
------------------------------------------------ */
.l-main {
	display:block; /* IE対策 */
	overflow: hidden;
}
.l-contents {background: #FFF;}

@media screen and (max-width:959px) {
	.l-main {margin-top: 50px !important;}
	.l-main .anchor {
    margin-top: -50px;
    padding-top: 50px;
	}
}
@media screen and (min-width:960px) {
}



/* 下部共通要素
------------------------------------------------ */
/*---------- お知らせ ----------*/
.ft-news {
	background-color: #f3f3f3;
	background-image: url("../img/common/bg-dot-left.png"), url("../img/common/bg-dot-right.png");
	background-repeat: repeat-y;
	background-position: left top, right top;
}
.ft-news-box {margin-bottom: 24px;}
.ft-news-item a {
	position: relative;
	display: block;
	background: #FFF;
}
.ft-news-item a:hover {opacity: .5;}
.ft-news-item .thumb {
	background-color: #fafafa;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.ft-news-item .thumb:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.ft-news-item__office {
    position: absolute;
    right: 0;
    top: 0;
    background: #0a73bb;
    color: #fff;
    font-size: 14px;
    padding: 4px 20px;
    border-radius: 0 10px 0 5px;
    font-weight: bold;
}
.ft-news-item .desc .cat {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #0a73bb;
}
.ft-news-item .desc .ttl {
	font-weight: bold;
	color: #010101;
}
.ft-news-item .desc .date {
	font-size: 12px;
	font-size: 1.2rem;
	color: #8399a1;
	text-align: right;
}

@media screen and (max-width:834px) {
	.ft-news {background-size: 90px auto, 112px auto;}
	.ft-news-item:not(:last-of-type) {margin-bottom: 16px;}
	.ft-news-item a {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.ft-news-item .thumb {
		width: 30vw;
	}
	.ft-news-item__office {
	    padding: 2px 16px;
	    font-size: 10px;
	    left: 0;
	    right: auto;
	    border-radius: 5px 0 5px 0;
	}
	.ft-news-item__office span{
		display: none;
	}
	.ft-news-item .desc {
		flex: 1;
		padding: 0px 12px;
	}
	.ft-news-item .desc .ttl {
		font-size: 13px;
		font-size: 1.3rem;
	}
}

@media screen and (min-width:835px) {
	.ft-news-box {
		margin-bottom: 48px;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
	.ft-news-item {width: calc(33.3333333% - 48px / 3);}
	.ft-news-item .thumb:before {padding-top: 56.25%;}
	.ft-news-item .desc {
		position: relative;
		padding: 16px 24px 24px;
	}
	.ft-news-item .desc .cat {
		position: absolute;
		left: 0;
		top: -32px;
		height: 32px;
		line-height: 32px;
		padding: 0 1em;
		background-color: rgba(255,255,255,.85);
		font-size: 14px;
		font-size: 1.4rem;
	}
	.ft-news-item .desc .date {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

/*---------- 事業所案内 ----------*/
.ft-about {position: relative;}
.ft-about:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 240px;
	top: 0;
	background: #0a73bb;
}
.ft-about-wrap {
    display: flex;
}

.ft-about-col {
    width: 46%;
    margin: 2%;
}
.ft-about-pic {
	margin-bottom: 16px;
	text-align: center;
}
.ft-about-pic img {vertical-align: bottom;}
.ft-about-pic iframe{
	width: 100%;
}
.ft-about-tit {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin: 2rem auto;
    color: #0a73bb;
}

.ft-about-tit span {
    font-size: 18px;
    color: #000;
}
.ft-about-tbl {
	width: 100%;
	margin-bottom: 24px;
	border-collapse: collapse;
}

.ft-about-tbl tr:first-child{
	/* border-top: 3px dotted #d9d9d9; */
}
.ft-about-tbl tr{
	/* border-bottom: 3px dotted #d9d9d9; */
}
.ft-about-tbl th,
.ft-about-tbl td {
	padding: 0.5em 0;
	vertical-align: middle;
	width: calc(100% - 7em);
}
.ft-about-tbl th {
	width: 10em;
	font-weight: bold;
	vertical-align: c;
	text-align: center;
}

@media screen and (max-width:320px) {
.ft-about:before {height: 200px;}
}
@media screen and (max-width:834px) {
	.ft-about-tbl {
		font-size: 14px;
		font-size: 1.4rem;
	}

.ft-about-tit {
    font-size: 20px;
}

.ft-about-tit span {
    font-size: 16px;
}

.ft-about-pic iframe{
	width: 100%;
	height: 250px;
}
.ft-about-wrap {
    display: block;
}

.ft-about-col {
    width: 100%;
    margin: 0 auto 50px;
}

}
@media screen and (min-width:835px) {
	.ft-about:before {height: 480px;}
	.ft-about-tbl {margin: 0 auto 48px;max-width: 600px;}
/*	.ft-about td br {display: none;}*/
}


/*---------- 事業所案内(アクセスページ) ----------*/
.page-access {position: relative;}
.page-access-wrap {
    display: flex;
}

.page-access-col {
    width: 46%;
    margin: 2%;
}

.page-access-pic img {vertical-align: bottom;}

.page-access-tit {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin: 2rem auto;
    color: #0a73bb;
}

.page-access-tit span {
    font-size: 18px;
    color: #000;
}
.page-access-tbl {
	width: 100%;
	margin-bottom: 24px;
	border-collapse: collapse;
}

.page-access-tbl tr:first-child{
	border-top: 3px dotted #d9d9d9;
}
.page-access-tbl tr{
	border-bottom: 3px dotted #d9d9d9;
}
.page-access-tbl th,
.page-access-tbl td {
	padding: 1em 0;
	vertical-align: middle;
}
.page-access-tbl th {
	width: 40%;
	font-weight: bold;
	vertical-align: c;
	text-align: center;
}

@media screen and (max-width:320px) {
.page-access:before {height: 200px;}
}
@media screen and (max-width:834px) {
.page-access-wrap {
    display: block;
}

.page-access-col {
    width: 100%;
    margin: 0 auto 50px;
}
.page-access-pic iframe{
	width: 100%;
	height: 250px;
}
	.page-access-tbl {
		font-size: 14px;
		font-size: 1.4rem;
	}
}
@media screen and (min-width:835px) {
	.page-access:before {height: 480px;}
	.page-access-tbl {margin: 0 auto 48px;}
	.page-access td br {display: none;}
}
/*---------- 流れ ----------*/
.ft-flow {background: #f3f3f3 url("../img/common/bg-dot_ss.png");}
.ft-flow-box {
	margin-left: 16px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ft-flow-item {
	position: relative;
	padding: 32px 16px 24px;
	background: #FFF;
}
.ft-flow-item .label {
	position: absolute;
	top: -16px;
	left: -16px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #0a73bb;
	font-size: 12px;
	font-size: 1.2rem;
	color: #FFF;
	line-height: 1;
	text-align: center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.ft-flow-box .label-inr {flex: 1;}
.ft-flow-box .label span.num {
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}
.ft-flow-item .thumb {
	text-align: center;
}
.ft-flow-item .thumb img {
	width: 48px;
	height: auto;
}
.ft-flow-item .ttl {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #0a73bb;
	text-align: center;
}
.ft-flow-item .txt {
	font-size: 13px;
	font-size: 1.3rem;
}

@media screen and (max-width:834px) {
	.ft-flow-item {
		width: calc(50% - 24px / 2);
		margin: 0 24px 24px 0;
	}
	.ft-flow-item:nth-of-type(even) {margin-right: 0;}
}
@media screen and (min-width:835px) {
	.ft-flow-item {
		width: calc(20% - 96px / 5);
		margin-right: 24px;
	}
	.ft-flow-item:last-of-type {margin-right: 0;}
	.ft-flow-item .thumb img {width: 64px;}
}

/*---------- 問い合わせ ----------*/
.ft-contact {
	background-color: #d8eefd;
	background-image: url("../img/common/bg-circle_multi.png");
	background-repeat:  no-repeat;
	background-position: left top;
	background-size: cover;
}
.ft-contact--ttl {
	margin-bottom: 1.25em;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
.ft-contact-box li a,
.ft-tel {
	position: relative;
	display: block;
	width: 100%;
	padding: 24px 8px;
	background: #FFF;
	text-align: center;
	line-height: 1;
}
.ft-contact-box li a:after {
	position: absolute;
	top: calc(50% - .5em);
	right: 8px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	color: #0a73bb;
}
.ft-contact-box li a .ttl {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #0a73bb;
}
.ft-contact-box li a .ttl i {margin-right: .5em;}
.ft-contact-box li a .txt {
	margin-top: .75em;
	font-size: 13px;
	font-size: 1.3rem;
	color: #010101;
}
.ft-contact__offices {
    display: flex;
    justify-content: center;
}

.ft-contact__office {
    margin: 20px 50px;
}

.ft-tel .name {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 16px;
}
.ft-tel .name span{
	background: linear-gradient(transparent 60%, #F5F0C2 60%);
}




.ft-tel .txt {
	margin-bottom: 1em;
	font-size: 13px;
	font-size: 1.3rem;
	color: #010101;
	font-weight: bold;
}
.ft-tel .num {
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: bold;
	color: #0a73bb;
	margin-bottom: 16px;	
}
.ft-tel .num i {margin-right: 8px;}
.ft-tel .time {
	margin-top: .5em;
	color: #010101;
}

.ft-contact-box li a:hover,
a.ft-tel:hover {background: #0a73bb;}
.ft-contact-box li a:hover:after,
.ft-contact-box li a:hover .ttl,
.ft-contact-box li a:hover .txt,
a.ft-tel:hover .txt,
a.ft-tel:hover .num,
a.ft-tel:hover .time {color: #FFF;}

@media screen and (max-width:767px) {
	.ft-contact-box li {margin-bottom: 16px;}
	.ft-tel .time {
		font-size: 14px;
		font-size: 1.4rem;
	}
.ft-contact__offices {
    display: block;
}

.ft-contact__office {
    margin: 40px auto 20px;
}

}
@media screen and (min-width:768px) {
	.ft-contact {background-position: center;}
	.ft-contact--ttl {
		font-size: 32px;
		font-size: 3.2rem;
	}
	.ft-contact--ttl br {display: none;}
	.ft-contact-box {
		margin-bottom: 16px;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.ft-contact-box li {
		width: calc(33.3333333% - 32px / 3);
		margin-right: 16px;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	.ft-contact-box li:last-child {margin-right: 0;}
	.ft-contact-box li a,
	.ft-tel {padding: 32px 16px;}
	.ft-contact-box li a {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
	.ft-contact-box li a > div {width: 100%;}
	.ft-tel .txt {
		font-size: 20px;
		font-size: 2rem;
	}
	.ft-tel .num {
		font-size: 40px;
		font-size: 4rem;
	}
	.ft-tela[href^="tel:"] {
		pointer-events: none;
	}

}

/*---------- 施設一覧 ----------*/
.ft-facility {background: #f3f3f3;padding: 64px 0;position: relative;}
.ft-facility-inr {
	position: relative;
	padding: 0;
	overflow: hidden;
	z-index: 10;
}
.ft-facility-wrap {
    background: url(../img/top/bg_tokyo-kanagawa.jpg);
    padding: 2.5em 2em 3em;
    position: relative;
}
.ft-facility-wrap::before{
	content: "";
	position: absolute;
	background: rgb(255 255 255 / 75%);
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 1
}
.ft-facility:before {
	position: absolute;
	content: "";
	width: 240px;
	height: 120px;
	background: url("../img/common/donut-half_yl.png") no-repeat;
	background-size: 240px 120px;
	top: 0;
	right: 0;
	z-index: 1;
}
.ft-facility:after {
	position: absolute;
	content: "";
	width: 240px;
	height: 240px;
	left: 0;
	bottom: -120px;
	background: url("../img/common/donut_bl.png") no-repeat;
	background-size: 240px;
	z-index: 1;
}
.ft-facility--ttl {
	position: relative;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center;
	z-index: 2;
	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff;
	font-size: 2.1rem;
}

.ft-facility--ttl__line:before,
.ft-facility--ttl__line:after {
	content: "";
	height: 4px;
	width: 27%;
	background-color:#0a73bb;
	position: absolute;
	z-index: 1000;
	top: 0;
	bottom: 0;
	margin: auto;
	flex-grow: 1;
}
.ft-facility--ttl__line:before {left: 0;margin-right: 1em;}
.ft-facility--ttl__line:after {margin-left: 1em;right: 0;}


.ft-facility .lead-txt {
    text-align: center;
    margin-bottom: 2em;
    position: relative;
    z-index: 1;
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff;
}

.ft-facility--ttl__line {
    color: #0a73bb;
    /* background: #fff; */
    padding: 0.2em 1em;
    display: block;
    margin: auto;
    position: relative;
    width: 70%;
}


.ft-facility--item {
	position: relative;
	z-index: 2;
}
.ft-facility--item a {
	position: relative;
	display: flex;
	padding: 16px 32px 16px 16px;
	background: #FFF;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	overflow: hidden;
	height: 100%;
}
.ft-facility--item a:before {
	position: absolute;
	top: calc(50% - .65em);
	right: 8px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	color: #0a73bb;
}
.ft-facility--item a:hover {background: #0a73bb;}
.ft-facility--item .thumb {
	float: left;
	width: 130px;
	background-color: #ccc;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.ft-facility--item .thumb:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.ft-facility--item .desc {
	float: right;
	width: 100%;
	margin-left: -64px;
	line-height: 1.4;
}
.ft-facility--item .desc-inr {margin-left: calc(64px + 12px);}
.ft-facility--item .desc .name {
	margin-bottom: 0.45em;
	font-weight: bold;
	color: #0a73bb;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 1.7rem;
}
.ft-facility--item .desc .txt {
	font-size: 11px;
	font-size: 1.1rem;
	color: #010101;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.ft-facility--item a:hover .desc .name,
.ft-facility--item a:hover .desc .txt,
.ft-facility--item a:hover:before {color: #FFF;}

.ft-facility-network {
	position: relative;
	margin-top: 32px;
	padding-top: 32px;
	border-top: 2px solid #e5e5e5;
	z-index: 2;
}
.ft-facility-network .desc .ttl {
	margin-bottom: .75em;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
}
.ft-facility-network .desc .txt {
	margin-bottom: 1.5em;
	font-size: 15px;
	font-size: 1.5rem;
}

/* バナー */
.ft-facility-banner {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4%;
	padding: 64px 0;
}


@media screen and (max-width:767px) {
	.ft-facility--item:not(:last-child) {margin-bottom: 16px;}
	.ft-facility-network .desc {margin-bottom: 40px;}
	.ft-facility-nav {
		position: relative;
		z-index: 2;
		margin-top: 24px;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	.ft-facility-nav li {
		width: calc(33.3333333% - 32px / 3);
		text-align: center;
	}
	.ft-facility-nav li:not(:last-child) {margin-right: 16px;}
	/* バナー */
	.ft-facility-banner {
		grid-template-columns: 1fr;
	}
	.ft-facility-wrap {
    background: url(../img/top/bg_tokyo-kanagawa.jpg);
    padding: 1.5em 1.5em 3em;
    position: relative;
	}
	.ft-facility .lead-txt {
    text-align: left;
	}
	.ft-facility--item .thumb{
		width: 60px;
	}
}
@media screen and (min-width:768px) {
	.ft-facility-inr {}
	.ft-facility:before {
		width: 640px;
		height: 320px;
		background-size: auto;
	}
	.ft-facility:after {
		width: 640px;
		height: 640px;
		bottom: -320px;
		background-size: auto;
	}
	.ft-facility--ttl {
		font-size: 26px;
		font-size: 2.6rem;
	}
	.ft-facility-box {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}
	.ft-facility--item {
	}
	.ft-facility--item .desc .txt {
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 0.2em;
	}
	
	.ft-facility-network {
		margin-top: 56px;
		padding-top: 56px;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.ft-facility-network .item {width: calc(50% - 48px / 2);}
	.ft-facility-network .desc {margin-right: 48px;}
	.ft-facility-network .desc .ttl {
		font-size: 32px;
		font-size: 3.2rem;
	}
	.ft-facility-nav {display: none;}
}

/*---------- ルミノーゾチャンネル ----------*/
.l-section {
    padding-bottom: 12rem;
}
.l-inner {
    width: 100%;
    max-width: 1330px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
}
.p-channel__content {
    display: flex;
    gap: 4%;
    margin-top: 7rem;
}
.p-channel__movie {
    width: 50%;
}
.p-channel__body {
    width: 48%;
    display: flex;
    flex-direction: column;
}
.p-channel__body-title {
    font-size: 2.4rem;
}
.p-channel__body-text {
    margin-top: 2rem;
}
.p-channel__btn {
    margin-top: auto;
}

@media screen and (max-width:767px) {
	.c-section-title01 {
		margin-bottom: 1.6rem;
		font-size: 2.7rem;
		line-height: 1.3;
		text-align: center;
	}
	.p-channel__content {
		flex-direction: column;
		margin-top: 5rem;
	}
	.p-channel__movie {
		width: 100%;
	}
	.p-channel__body {
		width: 100%;
	}
	.p-channel__body-title {
		font-size: 2rem;
		margin-top: 2rem;
	}
	.p-channel__btn {
		margin-top: 2rem;
		text-align: center;
	}
}

/*---------- SNS ----------*/
.ft-sns {
	padding: 60px 0;
	background: #d8eefd;
}
.ft-sns .cm-sec--ttl {
	margin-bottom: 60px;
}
.ft-sns-box {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.ft-sns-item.fb i {color: #1877f2;}
.ft-sns-item.tw i {color: #00acee;}
.ft-sns-wrapper {
	max-width: 360px;
	margin: auto;
	display: grid;
	gap: 20px;
}
.ft-sns .sns a {
	text-decoration: none;
    color: #000;
    padding: 12px 12px 12px 12px;
    border: 2px solid #c3e2f6;
    border-radius: 200px;
    display: flex;
    align-items: center;
    background: #fff;
	justify-content: center;
}

.ft-sns .sns a::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 15px;
}

.ft-sns .sns-facebook a::before {
    background: url(../img/common/icon_facebook.png) no-repeat center center / contain;
}

.ft-sns .sns-twitter a::before {
    background: url(../img/common/icon_x.png) no-repeat center center / contain;
}

.ft-sns .sns-instagram a::before {
    background: url(../img/common/icon_instagram.png) no-repeat center center / contain;
}

.ft-sns .sns-threads a::before {
    background: url(../img/common/icon_threads.png) no-repeat center center / contain;
}

@media screen and (max-width:959px) {
	.ft-sns-box.pc {display: none;}
	.ft-sns-item {width: calc(50% - 16px / 2);}
	.ft-sns-item a {
		display: block;
		padding: .75em .5em;
		background: #FFF;
		border-style: solid;
		border-width: 2px;
		font-weight: bold;
		text-align: center;
		color: #010101;
		line-height: 1.3;
	}
	.ft-sns-item.fb a {border-color: #1877f2;}
	.ft-sns-item.tw a {border-color: #00acee;}
	.ft-sns-item a i {margin-right: 4px;}
}
@media screen and (min-width:960px) {
	.ft-sns {padding: 100px 0;}
	.ft-sns-box.sp {display: none;}
	.ft-sns-item {width: calc(50% - 32px / 2);}
	.ft-sns-item .ttl {
		margin-bottom: .5em;
		font-size: 20px;
		font-size: 2rem;
		font-weight: bold;
	}
	.ft-sns-item .ttl i {margin-right: 8px;}
	.ft-sns-wrapper {
		max-width: 100%;
		grid-template-columns: repeat(3, 1fr);
	}
}


/* FOOTER
------------------------------------------------ */
.l-footer {
	padding: 24px 0 64px;
	background: #0a73bb;
	color: #FFF;
}
.l-footer a {color: #FFF;}
.l-footer-contents {margin-top: 16px;}
.l-footer--logo {
	display: block;
	width: 220px;
	text-align: center;
}
.l-footer--logo a {}
.l-footer--logo img {
	width: 180px;
	height: auto;
	vertical-align: bottom;
}
.ft-logo-name {
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
}
.l-footer--logo:hover .ft-logo-name {opacity: .75;}
.l-footer--logo .txt {
	margin-top: .5em;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}
.l-footer-navi ul li a {
	font-size: 14px;
	font-size: 1.4rem;
}
.l-footer-contact {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding-bottom: 24px;
}
.l-footer-contact li a {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	background: rgba(255,255,255,.25);
	border-radius: 24px;
	font-weight: bold;
	text-align: center;
}
.l-footer-contact li a:hover {
	background: rgba(255,255,255,1);
	color: #0a73bb;
}
.l-footer-contact li a i {margin-right: .5em;}

.add-txt {
    text-align: center;
    font-size: 12px;
    margin: 0 0 24px;
}

.add-txt a {text-decoration: underline;}

.ft-copy {
	font-size: 11px;
	font-size: 1.1rem;
	color: rgba(255,255,255,.5);
	text-align: center;
	line-height: 1.3;
}
.ft-copy.border-top {
	padding-top: 24px;
	border-top: 1px solid rgba(255,255,255,.5);
}
.ft-copy a {
	color: rgba(255,255,255,.5);
	text-decoration: underline
}
.ft-copy a:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
}

@media screen and (max-width:767px) {
	.l-footer--logo {margin: 0 auto;}
	.l-footer-navi {
		margin: 24px 0;
		border-top: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
	}
	.l-footer-navi ul li {border-bottom: 1px dashed #FFF;}
	.l-footer-navi ul:last-of-type li:last-child {border-bottom: none;}
	.l-footer-navi ul li a {
		display: block;
		padding: .5em 0;
	}
	.l-footer-navi ul li a:before {
		display: inline-block;
		margin-right: .5em;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f138";
	}
	.l-footer-contact li:not(:last-child) {margin-bottom: 8px;}
}
@media screen and (min-width:768px) {
	.l-footer {padding: 24px 0;}
	.l-footer-contents,
	.l-footer-navi-inr,
	.l-footer-contact {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	.l-footer-contents {margin-bottom: 40px;}
	.l-footer--logo {margin-right: 40px;}
	.l-footer-navi {flex: 1;}
	.l-footer-navi ul,
	.l-footer-contact li {width: calc(33.3333333% - 32px / 3);}
	.l-footer-navi ul:not(:last-of-type),
	.l-footer-contact li:not(:last-child) {margin-right: 16px;}
	.l-footer-navi ul li:not(:last-child) {margin-bottom: 8px;}
	.l-footer-navi ul li a:hover {text-decoration: underline;}
	.l-footer-contact {padding-bottom: 40px;}
}
@media screen and (min-width:1366px) {
	.l-footer--logo {margin-right: 100px;}
}


/* PC:サイドバナー
------------------------------------------------ */
@media screen and (max-width:767px) {
	.pc-side-flt {display: none;}
	.sp-ft-flt {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 10;
		box-shadow: 0 3px 5px 3px rgba(0,0,0,.25);
	}
	.sp-ft-flt ul {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	.sp-ft-flt ul li {
		width: 33%;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	.sp-ft-flt ul li:first-child {width: 34%;}
	.sp-ft-flt ul li a {
		width: 100%;
		height: 40px;
		font-size: 12px;
		font-size: 1.2rem;
		color: #FFF;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		line-height: 1;
	}
	.sp-ft-flt ul li a i {margin-right: 4px;}
	.sp-ft-flt ul li a span {
		display: block;
		margin-top: 4px;
		font-size: 8px;
		font-size: .8rem;
	}
	.sp-ft-flt ul li a.tel {background: #36bf98;}
	.sp-ft-flt ul li a.request {background: #f29a2e;}
	.sp-ft-flt ul li a.visit {background: #f25c5c;}
}
@media screen and (min-width:768px) {
	.sp-ft-flt {display: none;}
	.pc-side-flt {
		position: fixed;
		top: 50%;
		margin-top: -200px;
		right: 0;
		z-index: 10;
	}
	.pc-side-flt a {
		position: relative;
		width: 72px;
		height: 200px;
		padding-top: 18px;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		letter-spacing: .1em;
		overflow: hidden;
		color: #FFF;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		box-shadow: 0 1px 2px rgba(0,0,0,.25);
	}
	.pc-side-flt a i {margin-bottom: .75em;}
	.pc-side-flt a.request {
		background: #04a1cb;
		border-radius: 8px 0 0 0;
	}
	.pc-side-flt a.visit {
		background: #1064a1;
		border-radius: 0 0 0 8px;
	}
	.pc-side-flt a.request:hover,
	.pc-side-flt a.visit:hover {background: #00C7AC;}
}