/*@import url('https://fonts.googleapis.com/css?family=Fira+Sans|Lora|Poppins|Yantramanav');*/

body,
iframe,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Helvetica, sans-serif;
	line-height: 1.4;
	font-weight: 300;

}

h5 {
	font-weight: bold;
}

.btn.focus, .btn:focus, .btn:hover{
	/*color: #fff;*/
	border: solid 1px #fff;
}


.main-header>.navbar{
	height: 50px;
}
.content {
	min-height: 0px !important;
}

.breadcrumb-content {
	max-width: 1160px;
	margin: 0 auto;
	padding-top: 10px;
}

.content-header {
	position: relative;
	padding: 0px 15px 10px 0px !important;
}

.box-header {
	border-bottom: #eee solid 1px;
}

.box-header p {
	line-height: 1.5 !important;
}

.box-header h3 {
	line-height: 1.5 !important;
}

.header-nav li {
	text-align: center;
}

.header-nav>li>a {
	padding: 15px 20px !important;
}

.cancel-notice-list{
	margin-left: 30px;
}

.vc_separator {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 30px;
}

.vc_separator .vc_sep_line {
	height: 3px;
	border-top: 3px double #EBEBEB;
	display: block;
	position: relative;
	top: 0px;
	width: 100%;
}

.vc_separator .vc_sep_holder {
	height: 1px;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 10%;
}

.vc_separator h4 {
	line-height: 1em;
	font-size: 130%;
	color: #324b69;
	margin: 0;
	word-wrap: break-word;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.display{
	display: block!important;
}
.pdfjs .toolbar{
	z-index: 999!important;
}
/*.header-nav li:hover{
	background-color: #ff794c!important;
}
.header-nav li.active{
	background-color:#eee;
}
.header-nav .active a{
	color: #3c8dbc!important;
}*/
.preset-box {
	border: 1px solid #eee;
	padding-top: 15px;
	min-height: 230px;
	border-collapse: collapse;
}

.preset-box:hover {
	cursor: pointer;
	background-color: #9a19b6;
	color: #fff;
}

.preset-box-active {
	background-color: #9a19b6;
	color: #fff;
	border: 1px solid #eee;
	padding-top: 15px;
	min-height: 230px;
	border-collapse: collapse;
	cursor: pointer;
}

.saw{
color : #999;
}
.border-box{
	padding-top:15px;
	padding-bottom:15px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.preset-box p {
	padding-top: 5px;
}

.class-sunday {
	color: red !important;
}
.class-saturday {
	color: blue !important;
}
/* ---------------------- */
/* Payment */
/* ---------------------- */
.billstatus-withdrawn{
	background-color: #7DCEA0;
}
.billstatus-archive{
	background-color: #ddd;
}
.billstatus-insufficient_deposit{
	background-color: #f5f5dc;
}
.billstatus-deposited{
	background-color: #9ac1d0;
}
.billstatus-overpayment{
	background-color: #F7C395;
}

/* ---------------------- */
/* Contract Box */
/* ---------------------- */
.contract-box{
	padding-top: 10px;
	padding-bottom: 50px;
	
}
.contract-box h3{
    margin-top: 10px;
    font-size: 18px;
}

.contract-box-header{
	border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    font-size: 18px;
	margin-bottom: 15px;
	position: relative;
}
.contract-box .btn{
	margin-right: 20px; 
	margin-bottom: 10px;
}

/* ---------------------- */
/* Contract Box */
/* ---------------------- */
.pricerevision-contract-box{
	border-top: 5px double #999;
    border-bottom: 5px double #999;
    margin-bottom: 30px;
    margin-top: 15px;
	padding-bottom: 25px;
}
.pricerevision-price{
	border-bottom: 1px solid #999 ;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

/* ---------------------- */
.modal-body {
	padding: 0 15px !important;
}

.modal-header {
	background-color: #00a3d9;
	color: #fff;
	font-size: 18px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.modal-header-warning {
	background-color: #ff8000;
}

.panel-group .panel {
	border-radius: 0px !important;
}

.must {
	color: #fff;
	font-size: 11px;
	background-color: red;
	border-radius: 3px;
	padding: 2px;
}
.margin10{
	margin: 10px!important;
}
.any {
	color: #333;
	font-size: 11px;
	background-color: #eee;
	border-radius: 3px;
	padding: 2px;
}

.mjework-color {
	background-color: #324b69;
	color: #fff;
}

.orange-color {
	background-color: orange;
	color: #fff;
}

.border-blue {
	border-left: 2px solid #324b69;
}

.border-orange {
	border-left: 2px solid orange;
}

.loading {
	width: 100px;
	margin: 0px auto;
}

.ui-widget {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Helvetica, sans-serif !important;
}

body .ui-tooltip {
	border-width: 1px !important;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-right-radius: 2px !important;
}
.progress{
	height: 10px;
}
.progress-bar{
	font-size: 6px;
    line-height: 10px;
}
.width-120 {
	width: 120px;
}
.width-160 {
	width: 160px;
}
.width-200 {
	width: 200px;
}
.width-240 {
	width: 240px;
}
.input-width-120 {
	max-width: 120px;
}

.input-width-160 {
	max-width: 160px;
}

.input-width-200 {
	max-width: 200px;
}

.input-width-240 {
	max-width: 240px;
}

.input-width-m {
	max-width: 450px;
}

.filter-input {
	height: 40px;
	width: 100%;
	border: none;
	color: #333;
	font-size: 16px;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-o-border-radius: 5px !important;
	-ms-border-radius: 5px !important;
	border-radius: 5px !important;
}

.navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
}

.splogox {
	display: none;
}

.editable-empty,
.editable-empty:hover,
.editable-empty:focus,
a.editable-empty,
a.editable-empty:hover,
a.editable-empty:focus {
	color: #555 !important;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu{
	right: 0;
}


.navbar-nav>.user-menu>.dropdown-menu>.user-body {
	border-top: 0px solid #fff;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body:hover {
	background-color: #222222;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body a {
	color: #3c8dbc !important;
	background: transparent !important;
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
	z-index: 2;
	color: #fff;
}

/*.fixed .content-wrapper, .fixed .right-side {
	padding-bottom: 50px;
}*/

@media (max-width: 991px) {
	.main-header>.navbar {
		margin-left: 0px;
	}

	.logo {
		display: none !important;
	}

	.splogox {
		display: block;
		padding-top: 10px;
		position: absolute;
		/*left: 50%;*/
		left: 120px;
		transform: translate(-50%, 0%);
	}
}

@media (max-width: 767px) {
	.page-top-promotion h1 {
		font-size: 24px !important;
		padding-top: 40px !important;
	}

	.top-promotion,
	.page-top-promotion {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}

	.fixed .content-wrapper,
	.fixed .right-side {
		padding-top: 50px !important;
	}

	.main-sidebar,
	.left-side {
		padding-top: 50px !important;
	}

	.nav>li>a {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.vc_separator h4 {
		font-size: 90%;
		padding-left: 8px;
		padding-right: 8px;
	}
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.registerButton:hover {
	border: 3px solid #324b69;
}

h1 {
	font-size: 28px;
}

.skin-black .main-header>.navbar .nav>li>a {
	color: #333;
}

/*.main-footer{
	background-color: #000;
	background-image: url('../images/pages/dummy_bg_city.jpg');
	background-position: center center;
	background-size: cover;
	color: #fff;
}*/
.top-promotion {
	background-color: #eee;
	background-repeat: repeat;
	border-bottom: 1px solid #f6f6f6;
	overflow: hidden;
	/*background-image: url('../images/entran.jpg');*/
	/*background-position: center center;
	background-size: cover;
	background-attachment : fixed;*/
	position: relative;
	height: 450px;
	width: 100%;
}

.header-text {
	max-width: 100%;
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
}

.header-text h1 {
	font-size: 32px;
	font-family: Helvetica, sans-serif, Arial;
	/*text-shadow:-2px -2px 3px #fff;*/
}

@media (max-width: 991px) {
	.top-promotion {
		width: 100%;
		height: 260px;
		background-attachment: scroll;
	}

	.header-text {
		width: 95%;
	}

	/*.header-text{
		max-width: 100%;
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0%,0%);
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 50px;
	}*/
	.header-text h1 {
		font-size: 24px;
	}

	.header-text img {
		max-width: 95%;
	}
}

.owner-cover-br {
	height: 280px;
	background-color: #eee;
	background-image: url('../images/patterns/3.png');
	background-repeat: repeat;
	color: #fff;
}

.user-cover-br {
	height: 280px;
	background-color: #eee;
	background-repeat: no-repeat;
	color: #fff;
	background-position: center center;
	background-size: cover;
}

.form-control {
	padding: 6px 10px;
	-webkit-appearance: none;
}

.top-promotion-content {
	max-width: 1160px;
	margin: 0 auto;
}

.page-top-promotion {
	height: 160px;
	/*background-image: linear-gradient( 219deg, #2b87da 0%, #29c4a9 100% );*/
	background-color: #000;
	background-image: url('../images/pages/hero-splash.jpg');
	background-position: center center;
	background-size: cover;
	color: #fff;
}

.group-list-page-top {
	height: 160px;
	background-color: #000;
	background-image: url('../images/pages/lead.jpg');
	background-position: center center;
	background-size: cover;
	color: #fff;
	position: relative;
}

.group-page-top {
	height: 160px;
	background-color: #000;
	background-position: center center;
	background-size: cover;
	color: #fff;
	position: relative;
}

.group-logo {
	position: absolute;
	transform: translate(-50%, -0%);
	top: -60px;
	left: 50%;
	z-index: 1000;
	background-color: white;
}

.place-list-page-top {
	position: relative;
	height: 160px;
	background-color: #000;
	background-image: url('../images/pages/rental_space_11.png');
	background-position: center center;
	background-size: cover;
	color: #fff;
}

.page-top-promotion-splash {
	height: 160px;
	background-color: #000;
	background-image: url('../images/pages/hero-splash.jpg');
	background-position: center center;
	background-size: cover;
	color: #fff;
	margin-top: -20px;
}

.space-page-top-promotion {
	height: 150px;
	background-color: #000;
	background-image: url('../images/pages/space_top.png');
	background-position: center center;
	background-size: cover;
	color: #fff;
}

.page-top-promotion h1 {
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 32px;
	font-family: 'Fira Sans', sans-serif !important;
}

.page-top-promotion-splash h1 {
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 32px;
	font-family: 'Fira Sans', sans-serif !important;
}

.space-header {
	height: 450px;
}

.space-header-img-box-text {
	position: absolute;
	left: 50%;
	bottom: 0%;
	transform: translate(-50%, -0%);
	color: #fff;
	width: 100%;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.5);
}

.space-header-img-box-text h1 {
	font-size: 32px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.space-header-img-box-text p {
	font-size: 18px;
}

.space-header-img-box-text .space-seating-capacity {
	float: right;
}

.space-awase {
	padding-right: 40px;
	padding-left: 0px;
}

#space-calendar .fc-state-default {
	background-color: transparent !important;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-top: 8px;
	text-shadow: none !important;
	box-shadow: none !important;
	font-size: 0px;


}

#space-calendar .fc-prev-button {
	background-image: url(../images/icons/space_left_arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#space-calendar .fc-next-button {
	background-image: url(../images/icons/space_right_arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#space-calendar .fc-toolbar .fc-left {
	position: absolute !important;
	left: calc(50% - 140px) !important;

}

#space-calendar .fc-toolbar .fc-left {
	position: absolute !important;
	left: calc(50% - 140px) !important;

}

#space-calendar .fc-toolbar .fc-right {
	position: absolute !important;
	right: calc(50% - 140px) !important;
}

#space-calendar .fc-center h2 {
	padding-top: 0px;
}

.space-header-img-box-text .space-fee {
	float: right;
	font-size: 18px;
	background-color: #fff;
	color: #009a4d;
	padding: 3px;
	border-radius: 3px;
}

.side-nav-title {
	border-bottom: 1px solid #ddd;
	padding: 0px 0px 10px 0px;
	margin-bottom: 0px;
}

.side-nav {
	padding-left: 0px;
}

.side-nav li {
	padding: 10px 5px;
	list-style: none;
	border-bottom: 1px solid #555;
}

.side-nav li:hover {
	background-color: #31abd2;
}

.side-nav li a {
	display: block;
}

.info-sidebar {
	background-color: #fff;
}

.content-wrapper,
.right-side {
	background-color: #f6f6f6;
}

.header-content {
	max-width: 1160px;
	margin: 0 auto;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.content {
	max-width: 1160px;
	margin: 0 auto;
}

.block-header {
	/*border-bottom: 3px double #ddd;*/
	margin-bottom: 20px;
	margin-top: 40px;
	background-image: -webkit-linear-gradient(left, transparent 50%, #d0d0d0 50%);
	background-image: linear-gradient(left, transparent 50%, rgb(210, 215, 230, 0.5) 50%);
	background-repeat: repeat-x;
	background-size: 200% 1em;
	background-position: 0 1em;
	font-weight: bold;
	background-position: -100% 1.7em;
}

.block-header .eigoMidashi {
	color: #324B69;
	font-weight: bold;
}

.eigoMidashi-romaji {
	font-size: 28px;
}

.eigoMidashi-kanji {
	font-size: 18px;
	padding-left: 30px;
}

.mje-btn-lg {
	background-color: #324B69;
	color: #fff;
	width: 100%;
	text-align: center;
	margin: 20px 0px 30px 0px;
	padding: 10px;
	font-size: 16px;
	border-radius: 2px;
}

.minibtn {
	background-color: #324B69;
	border-radius: 2px;
	color: #fff;
	padding: 2px;
	font-size: 14px;
}
.btn-sm {
	background-color: #3c8dbc;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 2px 8px 2px 8px;
	font-size: 13px;
	border-radius: 5px;
}
.btn-sm:hover {
	background-color: #31abd2;
	color: #fff;
}
.mje-btn-md {
	background-color: #444;
	color: #fff;
	width: 100%;
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	font-size: 14px;
	border-radius: 5px;
}

.mje-btn-md:hover {
	background-color: #31abd2;
	color: #fff;
}

.mje-btn-sm {
	background-color: #444;
	color: #fff;
	width: 220px;
	max-width: 100%;
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	font-size: 14px;
	border-radius: 5px;
}

.mje-btn-sm:hover {
	background-color: #31abd2;
	color: #fff;
}

.admin-btn-frame {
	border: 1px solid #eee;
	padding: 7px;
	background-color: #f6f6f6;
	position: absolute;
	z-index: 10;
	top: 3px;
	left: 3px;
}

.user-block .username {
	font-size: 14px;
	font-weight: 100;
}

.widget-user .widget-user-username {
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	text-shadow: none;
	height: 80px;
	min-height: 25px;
	overflow: hidden;
	border-bottom: none;
}

.widget-user .widget-user-header {
	height: 200px;
}

.widget-user .box-footer {
	border: 0px solid #eee;
}

@media (max-width: 991px) {
	.space-awase {
		padding-right: 0px;
	}
}

@media (max-width: 768px) {

	.main-content {
		padding-right: 0px;
		padding-left: 0px;
	}

	.sub-content {
		padding-right: 0px;
		padding-left: 0px;
	}

	.view-sidebar {
		padding-right: 0px;
		padding-left: 0px;
	}

	.mje-btn-md {
		font-size: 11px;
	}

	.widget-user .widget-user-username {
		height: auto;
	}

	.space-header {
		height: 300px;
	}

	.space-awase {
		padding-right: 0px;
	}
}

.modal-max-height {
	max-height: 700px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.nav-tabs-custom>.tab-content {
	padding: 0px;
}

/* ===========================*/
/* YOUTUBE RESPONSIVE  */
/* ===========================*/
.responsive-video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

@media (max-width: 768px) {
	/*.responsive-video{
	margin-top: -20px;
  }*/
}

.play-btn {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
	width: 50px;
	height: 50px;
	font-size: 50px;
	line-height: 50px;
	color: #324b69;
}

.play-btn:hover {
	color: #00adef;
}

.play-mini-btn {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	color: #324b69;
}

.play-mini-btn:hover {
	color: #00adef;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* EVENT 関連 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.main-content h1 {
	font-size: 24px;
	line-height: 1.4;
}

.main-content h2 {
	font-size: 16px;
	line-height: 1.4;
}

.main-content .description {
	font-weight: 100;
	line-height: 1.4;
}

.main-content h3 {
	font-size: 16px;
	line-height: 1.4;
	/*border-left: 3px solid #ddd;*/
	border-bottom: 1px solid #ddd;
	padding: 2px 0px;
}

.main-content h4 {
	font-weight: 100;
	/*padding: 10px 0;*/
	line-height: 1.4;
}

.main-content p {
	font-size: 15px;
}

.event-info-list {
	list-style: none;
	padding: 0px;
}

.event-info-list li {
	padding: 10px 0px;
	/*font-size: 18px;*/
}

.users-list-ex {
	list-style: none;
	padding: 15px 10px;
}

.users-list-ex li {
	text-align: center;
}

/* -----------------------------------------*/
/* NOTICE */
.notice {
	margin-bottom: 10px;
	background-color: #fff;
	position: relative;
	/*border-bottom: 1px solid #eee;*/
}

.notice:hover>.notice-list-left {
	filter: brightness(70%);
}

.notice-list-left {
	width: 100px;
	height: 100px;
	float: left;
	border: 1px solid #f6f6f6;
	position: relative;
	overflow: hidden;
}

.notice-list-middle {
	width: calc(100% - 100px);
	float: left;
	padding: 10px;
	position: relative;
}

.notice-list-middle h4 {
	line-height: 1.4;
	color: #333;
	font-weight: 100 !important;
}

.notice-list-right {
	width: 120px;
	height: 50px;
	position: absolute;
	right: 0;
	bottom: 0px;
}

/* -----------------------------------------*/
/* ARTICLE */
.article {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	position: relative;
	border-bottom: 1px solid #eee;
}

.article:hover>.article-list-left {
	filter: brightness(70%);
}

.article-list-left {
	width: 128px;
	height: 128px;
	float: left;
	border: 1px solid #f6f6f6;
	position: relative;
	overflow: hidden;
}

.article-list-middle {
	width: calc(100% - 128px);
	float: left;
	padding-left: 10px;
	position: relative;
	height: 128px;
}

.article-list-middle h4 {
	line-height: 1.4;
	color: #333;
	font-weight: 100 !important;
}

.article-list-right {
	width: 120px;
	height: 50px;
	position: absolute;
	right: 0;
	bottom: 0px;
}

/* -----------------------------------------*/
.event-info-absolute {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;

	background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, .7) 100%);
	background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, .7) 100%);
	background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, .7) 100%);
	background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, .7) 100%);
	background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, .7) 100%);
	padding: 30px 5px;
	width: 100%;
	color: #fff;
	font-size: 15px;
}

.event-info-absolute a {
	color: #fff;
}

.event-header-img-box {
	height: 450px;
	overflow: hidden;
	position: relative;
}

.event-header-img-box-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	width: 100%;
	text-align: center;
	z-index: 10;
}

.event-header-br-frame {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: 100%;
	z-index: 5;
	background-color: rgba(0, 0, 0, 0.4);
}

.article-header-img-box-text {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 10% 3.15855969678% 40px;
	width: 100%;
	height: 100%;
	color: #fff;
}

.article-header-img-box-text h1 {
	line-height: 1.4;
}

.event-header-img-box-text h1 {
	line-height: 1.4;
	font-family: 'Fira Sans', sans-serif !important;
	padding: 10px;
	margin-top: 0px;
}

.bookmark-btn {
	background-color: #2f4666;
	color: #fff;
	position: relative;
}

.bookmark-btn-default {
	background-color: #f6f6f6;
	margin-top: 10px;
	border: 1px solid #eee;
}

.ticket-btn {
	background-color: #2f4666;
	color: #fff;
}

.ticket-btn:hover {
	color: #999;
}

.sns-share {
	list-style: none;
	padding: 0px;
	margin: 30px 0;
}

.sns-share li {
	float: left;
	padding: 5px;
}

.sns-share-mini {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 30px;
}

.sns-share-mini li {
	float: left;
	padding: 5px;
}

.pull-top {
	position: absolute !important;
	top: -5px !important;
}

.tag-list {
	list-style: none;
	padding-left: 0;
}

.tag-list li {
	border: 1px solid #ddd;
	float: left;
	padding: 3px 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.tag-list li:hover {
	background-color: #2aa1c4;
	border: 1px solid #2aa1c4;
}

.tag-list li:hover>a {
	color: #fff;
}

.article-content img {
	max-width: 100%;
}

.article-list-footer {
	position: absolute;
	bottom: 0px;
	left: 10px;
}

.article-list {
	list-style: none;
	padding-left: 0;
}

.article-list li {
	float: left;
	padding: 5px 0px 10px 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.event-list-footer {
	position: absolute;
	bottom: -10px;
	left: 10px;
}

.event-content {
	word-wrap: break-word;
}

.event-content img {
	max-width: 100%;
}

.event-content table {
	width: 100% !important;
	max-width: 100% !important;
	padding-top: 20px;
}

.event-content table td,
.event-content table th {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.event-content h1,
.event-content h2,
.event-content h3,
.event-content h4,
.event-content h5,
.event-content h6 {
	border-left: 0px solid #eee;
	border-bottom: 0px solid #eee;
	padding-bottom: 5px;
	/*padding-left: 10px;*/
}

.e-midashi {
	border-left: 3px double #000;
	border-bottom: 1px solid #eee;
	padding-left: 10px;
	margin-top: 20px;
}

.s-midashi {
	border-left: 3px double #000;
	border-bottom: 1px dotted #ddd;
	padding-left: 10px;
	margin-top: 30px;
}

.space-midashi {
	border-bottom: 1px dotted #ddd;
	margin-top: 20px;
	font-size: 16px;
}

.space-midashi .fa {
	color: #324b69;
}

.page-top-search {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

@media (max-width: 768px) {
	.main-content h4 {
		font-size: 16px !important;
		line-height: 1.6;
	}

	h1 {
		font-size: 24px;
	}

	.article-list-right {
		display: none;
	}

	.article-list-middle h4 {
		font-size: 14px !important;
	}

	.notice-list-middle h4 {
		font-size: 14px !important;
	}

	.event-header-img-box {
		height: 300px;
	}
}

/* VIDEO */
.video-box {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	position: relative;
	border-bottom: 1px solid #eee;
	width: 100%;
}

.video-box-left {
	width: 80px;
	height: 80px;
	float: left;
	border: 1px solid #f6f6f6;
	position: relative;
}

.video-box-right {
	width: calc(100% - 80px);
	height: 80px;
	float: left;
	padding-left: 10px;
}

.video-box-right a {
	color: #333;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MODAL 関連 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.modal-login {
	background-color: #fff;
	padding: 20px 20px;
	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;*/
}

.media-modal,
.modal-content {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}

.ModalClose {
	width: 50px;
	height: 50px;
	overflow: hidden;
	color: #fff;
	font-size: 32px;
	margin-top: -5px;
	float: right;
	border: none;
	background-color: transparent;
}

.modal-header {
	padding: 5px 0px 0px 15px;
}

.modal-header h4 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	widows: 100%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SERVICE NAV */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.service-navi {
	width: 100%;
	list-style: none;
	padding: 0;
	margin-top: -15px;
}

.service-navi li {
	width: 25%;
	padding: 10px 0px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	float: left;
	background-color: #fafafa;
}

.service-navi li:last-child {

	border-right: 0px solid #eee;
}

.service-navi li a {
	display: block;
	color: #000;
}

.service-navi li:hover,
.service-navi li.active {
	background-color: #eee;
}

@media (max-width: 768px) {
	.service-navi li {
		width: 50% !important;
	}
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Event NAV */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.nav-content {
	max-width: 1160px;
	margin: 0 auto;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.event-navi {
	width: 100%;
	list-style: none;
	padding: 0;
}

.event-navi li {
	width: 25%;
	padding: 15px 0px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	float: left;
	background-color: #fff;
}

.event-navi li:last-child {

	border-right: 0px solid #eee;
}

.event-navi li a {
	display: block;
	color: #3c8dbc;
}

.event-navi li:hover,
.event-navi li.active {
	background-color: #f6f6f6;
	/*font-weight: bold;*/
	border-bottom: 1px solid #f6f6f6;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* TOP AREA */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.top-slide-content {
	width: 75%;
	float: left;
	max-height: 320px;
	overflow: hidden;
	position: relative;
}

.top-slide-caption {
	bottom: 0;
	left: 0;
	position: absolute;
	background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, .7) 100%);
	background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, .7) 100%);
	background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, .7) 100%);
	background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, .7) 100%);
	background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, .7) 100%);
	padding: 15px 3.15855969678% 15px;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

.top-slide-caption a {
	color: #fff;
}

.top-baner-content {
	width: 25%;
	float: left;
}

.top-baner-content a {
	color: #fff;
	display: block;
}

/*.top-baner{
	height: 80px; 
	overflow: hidden;
	position: relative;
}*/
.top-baner-text {
	top: 0;
	left: 0;
	position: absolute;
	background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, .7) 100%);
	background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, .7) 100%);
	background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, .7) 100%);
	background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, .7) 100%);
	background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, .7) 100%);
	padding: 17px 3.15855969678% 20px;
	width: 100%;
}

@media (max-width: 768px) {
	.top-slide-content {
		width: 100%;
	}

	.top-baner-content {
		width: 100%;
	}

	/*.top-baner{
		width:50%;
		float: left;
		height: 50px; 
	}*/
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* REPLACE CSS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.carousel-control.right {
	right: 10px !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* PLAN PAGE CSS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.plan-frame {
	border: 1px solid #eee;
	border-radius: 5px;
	margin-bottom: 20px;
	cursor: pointer;
}

.plan-frame-header-0 {
	background-color: #324b69;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 5px 0px;
	color: #fff;
}

.plan-frame-header-1 {
	background-color: #ff8000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 5px 0px;
	color: #fff;
}

.plan-frame-header-2 {
	background-color: #a64cff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 5px 0px;
	color: #fff;
}

.plan-frame-header-3 {
	background-color: #00b300;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 5px 0px;
	color: #fff;
}

.plan-frame-header-5 {
	background-color: #ffcc99;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 5px 0px;
	color: #fff;
}

.plan-frame ul {
	list-style: none;
	padding: 0;
}

.plan-frame ul li {
	padding: 10px;
	border-bottom: 1px solid #eee;
}

.plan-frame ul li:last-child {
	border-bottom: 0px solid #eee;
}

.selected {
	background-color: #00a7d0;
	color: #fff;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SPACE PAGE CSS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.space-box {
	border-radius: 3px;
	border-radius: 3px;
	position: relative;
	border-radius: 3px;
	background: #ffffff;
	margin-bottom: 40px;
	width: 100%;
	/*box-shadow:0px 0px 2px 2px #eee;
	-moz-box-shadow:0px 0px 2px 2px #eee;
	-webkit-box-shadow:0px 0px 2px 2px #eee;*/
}

.space-box-header {
	color: #444;
	display: block;
	position: relative;
}

.space-box-header img {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.space-box-cost {
	position: absolute;
	left: 10px;
	bottom: 10px;
	background-color: #333;
	padding: 3px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	color: #fff;
	margin-right: 10px;
}
.space-box-free {
	position: absolute;
	right: 10px;
	bottom: 10px;
	background-color: #009a4d;
	padding: 3px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	color: #fff;
	margin-right: 10px;
}

.space-box:hover>.space-box-header img {
	filter: brightness(70%);
}

.space-box-body {
	padding: 0px 10px 5px 10px;
}

.space-box-body h4 {
	font-weight: bold;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	font-size: 16px;
}

.space-box-body p {
	font-size: 13px;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.gallery-img-remove-box {
	position: absolute;
	top: 5px;
	right: 20px;
}

@media (max-width: 768px) {
	.space-cover {
		padding: 10px !important;
	}

	.space-content {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

.dropin-calendar-box {
	background-color: #fff;
	margin-top: 45px;
	z-index: 999;
	position: relative;
	border-radius: 5px;

	/* box-shadow */
	box-shadow: 3px 3px 8px 0px #b7b7b7;
}

.space-calendar-box {
	background-color: #fff;
	margin-top: -195px;
	z-index: 999;
	position: absolute;
	border-radius: 5px;

	/* box-shadow */
	box-shadow: 3px 3px 8px 0px #b7b7b7;
}

@media (max-width: 991px) {
	.space-calendar-box {
		background-color: #fff;
		margin-top: 45px;
		z-index: 999;
		position: relative;
		margin-left: -15px;
		width: calc(100% + 30px);
		border-radius: 0px;
	}
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* RELATION ARTICLES CSS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.relation-box {
	border-radius: 3px;
	position: relative;
	background: #ffffff;
	margin-bottom: 20px;
	width: 100%;
	box-shadow: 0px 0px 2px 2px #eee;
	-moz-box-shadow: 0px 0px 2px 2px #eee;
	-webkit-box-shadow: 0px 0px 2px 2px #eee;
}

.relation-box-header {
	color: #444;
	display: block;
	position: relative;
	height: 150px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.relation-box:hover>.relation-box-header {
	/*filter: grayscale(100%);*/
	filter: brightness(70%);
}

.relation-box-header img {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.relation-box-body {
	padding: 0px 10px 5px 10px;
}

.relation-box-body h4 {
	font-weight: bold;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	font-size: 16px;
}

.relation-box-body p {
	font-size: 13px;
	color: #999;
}

@media (max-width: 768px) {
	.relation-cover {
		padding: 7px !important;
	}

	.relation-box-body {
		padding: 10px 10px 5px 10px !important;
	}
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CALENDAR CSS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.fc-view,
.fc-view>table {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

/*.fc-day:hover{
    background-color:#00a3d9;
	cursor: pointer;
}*/
.fc-slats,
.fc-content-skeleton,
.fc-bgevent-skeleton {
	pointer-events: none;
}

.fc-bgevent,
.fc-event-container {
	pointer-events: auto;
}

.fc-content-skeleton td:has(> .not-available) {
	background-color: #999 !important;
}


.space-res-successful>.fc-content {
	border-left: 2px solid #3c8dbc;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 3px 0px;
	border-right: 1px solid #eee;
	background-color: #99ccff5c;
}

.space-res>.fc-content {
	border-left: 1px solid #ff8000;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 3px 0px;
	border-right: 0px solid #eee;
	background-color: #f39c1224;
}
.space-res-cancelled>.fc-content {
	border-left: 1px solid #353526;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 3px 0px;
	border-right: 0px solid #eee;
	background-color: #eee;
}
.companion-res .fc-content {
	border-left: 1px solid #3c8dbc;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 3px 0px;
    border-right: 0px solid #eee;
    background-color: #28c79f;
}
.companion-res-cancelled .fc-content {
	border-left: 1px solid #353526;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 3px 0px;
	border-right: 0px solid #eee;
	background-color: #eee;
}
.companion-res-paid .fc-content {
	border-left: 1px solid #353526;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 3px 0px;
	border-right: 0px solid #eee;
	background-color: #52b4ec;
}

.fc-day-grid-event .fc-time {
	font-weight: 100;
}

.fc-day-grid-event .fc-time:after {
	content: "\A";
	white-space: pre;
}

.not-available>td {
	background-color: grey;
}

.tooltip {
	position: absolute;
	z-index: 10000;
	background: white;
	pointer-events: none;
}

.fc-toolbar {
	background-color: #f6f6f6;
}

.fc-day:hover {
	cursor: pointer;
}

.fc-body {
	background-color: #fff;
}

.day:hover {
	cursor: pointer;
	background-color: #00a3d9;
}

.prev:hover {
	cursor: pointer;
	background-color: #00a3d9;
}

.next:hover {
	cursor: pointer;
	background-color: #00a3d9;
}

/*.active{
	background-color:#00a3d9;
}*/

.available:hover {
	background-color: #00a3d9;
	cursor: pointer;
}

.not-available {
	background-color: #eeeeee;
}

.manseki {
	background-color: #eeeeee;
	background-image: url('../images/patterns/2.png');
	text-align: center;
}

.manseki:after {
	content: '満席';
	vertical-align: -170%;
}

/*.fc-sat{
	background-color: #f6f6f6;
}
.fc-sun{
	background-color: #eeeeee;
}
.fc-past{
	background-color: #eeeeee;
}*/
.fc-day-grid-event>.fc-content {
	text-align: left;
	padding-left: 7px;
}

.fc-event {
	position: relative;
	display: block;
	font-size: 1em;
	line-height: 1.3;
	border-radius: 0px;
	border: 1px solid transparent;
	background-color: transparent;
	font-weight: 400;
	color: #000;
}

.fc-event:hover {
	color: #000;
}

.reservation-btn-md-blue {
	background-color: #4bc2d5;
	color: #fff;
	padding: 10px 15px;
	font-size: 14px;
	margin-top: 15px;
}

.reservation-btn-md {
	background-color: #333333;
	color: #fff;
	padding: 15px 30px;
	font-size: 18px;
	margin-top: 15px;
}

.reservation-btn-sm {
	background-color: #333333;
	color: #fff;
	padding: 10px 20px;
	font-size: 15px;
	margin-top: 15px;
}

.reservation-btn-sm:hover{
	background-color: #444444;
	color: #fff;
}

.reservation-btn-md:hover {
	color: #000;
}

.reservation-btn-lg {
	background-color: #00a3d9;
	color: #fff;
	width: 100%;
	height: 40px;
	font-size: 18px;
}

.reservation-btn-lg:hover {
	color: #000;
}

.timeAndAmount {
	list-style: none;
	width: 100%;
	/*float: left;*/
	padding: 0px;
	margin-bottom: 20px;
}

.timeAndAmount li {
	width: calc(33%);
	width: calc(33% - 4px);
	width: -webkit-calc(33% - 4px);
	float: left;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 5px;
	margin: 2px;
	cursor: pointer;
}

.timeAndAmount li.reservated {
	background-color: #bbb
}

.timeAndAmount li.selected {
	background-color: #00a3d9;
	color: #fff;
}

.timeAndAmount li.selected>.cost {
	color: #fff;
}

.timeAndAmount li .cost {
	color: #3cbc8d;
	font-weight: bold;
	font-size: 18px;
	float: right;
}

@media (max-width: 768px) {
	.timeAndAmount li {
		width: calc(50% - 4px);
		width: -webkit-calc(50% - 4px);
		width: calc(48%);
	}

	.fc-day-grid-event>.fc-content {
		text-align: left;
		overflow: hidden;
		color: #333;
		font-size: 6px;
	}

	.space-res>.fc-content, .companion-res>.fc-content {
		padding: 0px;
	}

	.space-res-cancelled>.fc-content, .companion-res-cancelled>.fc-content, .companion-res-paid>.fc-content  {
		padding: 0px;
	}

	.fc-center h2 {
		padding-top: 15px;
	}

	.space-res-successful>.fc-content {
		padding: 0px;
	}
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SPACES RESERVATION CSS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.spaces-nav-list {
	width: 100%;
}

.spaces-nav-list li {
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 5px;
}

.spaces-nav-list .spaces-img {
	float: left;
	width: 50px;
}

.spaces-nav-list .spaces-name {
	padding-left: 10px;
	padding-top: 7px;
	width: calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	float: left;
}

.loader:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	box-shadow: 0 -17px #7e3bd0, 17px 0 #7e3bd0, 0 17px #7e3bd0, -17px 0 #7e3bd0;
	margin: -6px auto auto -6px;
	-webkit-animation: et-fb-loader ease infinite 3s;
	animation: et-fb-loader ease infinite 3s;
}

@keyframes et-fb-loader {
	0% {
		box-shadow: 0px -17px #7e3bd0, 17px 0 #29c4a9, 0px 17px #7e3bd0, -17px 0 #29c4a9;
	}

	25% {
		box-shadow: 17px 0 #2b87da, 0px 17px #29c4a9, -17px 0 #2b87da, 0px -17px #29c4a9;
	}

	50% {
		box-shadow: 0px 17px #2b87da, -17px 0 #ff9232, 0px -17px #2b87da, 17px 0 #ff9232;
	}

	75% {
		box-shadow: -17px 0 #7e3bd0, 0px -17px #ff9232, 17px 0 #7e3bd0, 0px 17px #ff9232;
	}

	100% {
		box-shadow: 0px -17px #7e3bd0, 17px 0 #29c4a9, 0px 17px #7e3bd0, -17px 0 #29c4a9;
	}
}

.loader-wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -50px auto auto -50px;
	background: rgba(255, 255, 255, 0.5);
	width: 100px;
	height: 100px;
	border-radius: 100px;
	box-shadow: 0 5px 30px rgba(43, 135, 218, 0.15);
	animation: et-fb-loader-wrapper ease infinite 1.5s;
}

@keyframes et-fb-loader-wrapper {

	0%,
	100% {
		width: 100px;
		height: 100px;
		margin: -50px auto auto -50px;
		box-shadow: 0 5px 30px rgba(43, 135, 218, 0.15);
	}

	50% {
		width: 70px;
		height: 70px;
		margin: -35px auto auto -35px;
		box-shadow: 0 5px 15px rgba(43, 135, 218, 0.30);
	}
}

/* ----------------------------------------- */
/* Top　baner */
.top-baner {
	padding: 15px;
	font-size: 16px;
	width: calc(100% - 30px);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

/* Open space */
.open-space-info {
	padding: 15px;
	font-size: 16px;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	color: #fff
}

.open-space-info .btn {
	background-color: white;
}

.open-space-info .btn:hover {
	background-color: #324b69;
	color: white;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.open-space-btn-lg {
	background-color: #324B69;
	color: #fff;
	width: 100%;
	text-align: center;
	margin: 20px 0px 30px 0px;
	padding: 15px 10px;
	font-size: 16px;
	border-radius: 25px;
}

.open-space-btn-lg:hover {
	background-color: #fbdc02;
	-webkit-transition: all .5s;
	transition: all .5s;
}

/* ----------------------------------------- */
.open-space-ddt dl {
	padding: 0;
	margin: 0;
}

.open-space-ddt dd,
.open-space-ddt dt {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.open-space-ddt .text-box {
	padding-bottom: 20px;
}

@media (max-width: 768px) {

	.open-space-ddt dd,
	.open-space-ddt dt {
		display: block;
		width: 100%;
	}
}

/* ---------------TIMELINE------------- */
.mw-timeline {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}

.mw-timeline>li>.mw-timeline-item {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	margin-top: 0;
	background: #fff;
	color: #444;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	padding: 0;
	position: relative;
}

.mw-timeline>li>.mw-timeline-item>.mw-timeline-header {
	margin: 0;
	color: #555;
	border-bottom: 1px solid #f4f4f4;
	padding: 10px;
	font-size: 16px;
	line-height: 1.1;
}

.mw-timeline>li>.mw-timeline-item>.mw-timeline-body {
	padding: 10px;
}

.mw-timeline>li>.mw-timeline-item>.mw-timeline-footer {
	padding: 10px;
	border-top: 1px solid #f4f4f4;
}

/* ------------END TIMELINE------------ */
/* ------------ USER ------------ */
.user-navi {
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}

.user-navi ul {
	width: 100%;
	list-style: none;
	padding: 0;
}

.user-navi ul>li {
	width: 33.33%;
	padding: 0px;
	float: left;
	background-color: #fff;
}

.user-navi ul>li>a {
	display: block;
	color: #3c8dbc;
	padding: 15px 0px;
}

.user-navi ul>li:hover,
.user-navi ul>li.active {
	background-color: #f6f6f6;
	border-bottom: 2px solid #3e5371;
}

/* ------------ END USER ------------ */
/* ------------ USER PROFILE ------------ */
.user-profile {
	width: 100%;
	display: table;
	/*border: 1px solid #eee;*/
}

.user-profile dl {
	display: table-row;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

.user-profile dt {
	display: table-cell;
	vertical-align: middle;
	width: 250px;
	font-weight: 100;
	padding: 15px;
	text-align: right;
	border-bottom: 1px solid #eee;
	color: #333;
}

.user-profile dd {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	width: calc(100% - 250px);
	width: -webkit-calc(100% - 180px);
	border-bottom: 1px solid #eee;
}

@media (max-width: 768px) {

	.user-profile dd,
	.user-profile dt {
		padding: 5px;
		display: block;
		width: 100%;
		text-align: left;
		border-bottom: 0px solid #eee;
	}

	.user-profile dl {
		display: block;
	}

	.user-profile {
		width: 100%;
		display: table;
		border: 0px solid #fff;
	}

}
/* ------------ END USER ------------ */
/* ------------ USER PROFILE ------------ */
.uservoice {
	width: 100%;
	display: table;
	/*border: 1px solid #eee;*/
}

.uservoice dl {
	display: table-row;
	margin: 0;
	width: 100%;
	padding: 10px 0;
	border-collapse:collapse;
}

.uservoice dt {
	display: table-cell;
	vertical-align: middle;
	width: 250px;
	font-weight: 100;
	padding: 15px;
	text-align: left;
	border: 1px solid #a7afbb;
	color: #fff;
	background-color: #818d9d;
}

.uservoice dd {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	width: calc(100% - 250px);
	width: -webkit-calc(100% - 180px);
	border: 1px solid #a7afbb;
	background-color: #f2f3f6;
}

@media (max-width: 768px) {

	.uservoice dd,
	.uservoice dt {
		padding: 5px;
		display: block;
		width: 100%;
	}
	.uservoice dl {
		display: block;
		padding: 0;
	}
	.uservoice {
		width: 100%;
		display: table;
	}

}
/* ------------ USER PROFILE ------------ */
.contract-info {
	width: 100%;
	display: table;
	border-top: 1px solid #eee;
	margin-top: 50px;
}

.contract-info dl {
	display: table-row;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}

.contract-info dt {
	display: table-cell;
	vertical-align: middle;
	width: 40%;
	font-weight: 100;
	padding: 5px;
	border-bottom: 1px solid #eee;
	color: #333;
}

.contract-info dd {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	width: 60%;
	width: -webkit-calc(100% - 180px);
	border-bottom: 1px solid #eee;
}

@media (max-width: 991px) {

	.user-edit-btn {
		position: absolute;
		z-index: 10;
		top: -50px;
		right: 0px;
	}

}

.user-edit-btn {
	border: 1px solid #3e5371;
	background-color: #fff;
	margin-right: 15px;
	margin-top: 12px;
	padding: 3px 15px;
}

.user-avatar-btnx {
	position: absolute;
	left: 50%;
	top: 35%;
	transform: translate(-55%, -50%);
	color: #ffffff;
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 24px;
	border-radius: 5px;
	z-index: 50;
}

.user-avatar-btnx:hover {
	color: #000;
	border: 1px solid #000;
}

.user-avatar-btn {
	display: hidden;
	position: absolute;
	left: 50%;
	top: -17%;
	transform: translate(-55%, -50%);
	color: #ffffff;
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 24px;
	border-radius: 5px;
	z-index: 50;
}

.user-avatar-btn:hover {
	color: #000;
	border: 1px solid #000;
}

/*.widget-user-image:hover > .user-avatar-btn{
	display: block;
}*/
.user-cover-btn {
	position: absolute;
	right: 15px;
	bottom: 15px;
	color: #ffffff;
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 24px;
	border-radius: 5px;
	z-index: 50;
}

.user-cover-btn:hover {
	color: #000;
	border: 1px solid #000;
}

.user-edit-btn:hover {
	border: 2px solid #3e5371;
	background-color: #3e5371;
	color: #fff;

}

.editable-wrap,
.editable-controls {
	width: 100%;
	position: relative;
}

.editable-wrap .editable-input {
	width: calc(100% - 95px);
}

.editable-wrap .editable-buttons {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.cus-btn {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 18px
}

@media only screen and (max-width:767px) {
	.cus-btn {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 18px
	}

	.editable-wrap {
		margin-bottom: 30px;
	}

	.editable-wrap .editable-input {
		width: 100%;
	}

	.editable-wrap .editable-buttons {
		position: absolute;
		bottom: -37px;
		right: 0px;
	}
}

/* ------------ END USER PROFILE ------------ */
.affiliate-box {
	padding: 15px;
}

.affiliate-box h4 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	padding-top: 15px;
	font-weight: 100;
}

.mini-title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: 100;
	background-color: #ddd;
}

.jizentoroku-btn {
	font-size: 18px;
	background-color: #24abd5;
	color: #fff;
	padding: 8px 20px;
	border-radius: 5px;
}
.billage-calendar{
	background-color: #ff9232;
}

.billage-br {
	background-image: linear-gradient(-90deg, #ACCC1E, #12AFF8);
}

.modal-dialog {
	margin-top: 50px;
}

.skin-black .main-header li.user-header {
	background-image: linear-gradient(-90deg, #ACCC1E, #12AFF8);
}

/* ------------ 固定ページ ------------ */
.row-session {
	padding: 50px 0px 80px 0px;
}

.affiliate-sub-title {
	color: #999;
	font-weight: 500;
	position: relative;
	margin-bottom: 50px;
	text-align: center;
	font-size: 28px;
}

.affiliate-sub-title:after {
	content: '　';
	width: 60px;
	height: 2px;
	border-bottom: 1px solid #999;
	position: absolute;
	bottom: -8px;
	left: calc(50% - 30px);
	left: -webkit-calc(50% - 30px);
}

.affiliate-flow {
	list-style: none;
	padding: 0;
}

.byflow-box {
	text-align: center;
	width: 100%;
	border: 1px solid #ccc;
	padding: 25px 15px;
	margin-bottom: 30px;
	position: relative;
	color: #3e3a39;
	font-size: 16px;
}

.byflow-box:after {
	content: " ";
	width: 36px;
	height: 36px;
	color: #fff;
	background-color: #ccc;
	background-image: url('../images/icons/downarow.png');
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 18px;
	position: absolute;
	bottom: -18px;
	left: calc(50% - 20px);
	left: -webkit-calc(50% - 20px);
}

.non-mark:after {
	content: "" !important;
	width: 0 !important;
}

.btn-billage {
	padding: 10px 20px;
	background-color: #fff;
	margin-top: 20px;
}

.billage-color,
.billage-color:hover {
	background-color: #24abd5;
	color: #fff;
}

.btn-billage:hover:after {
	content: '〉';
	padding-left: 15px;
}

.price-table {
	width: 100%;
	overflow-x: auto;
	background-color: #fff;
}

.service-cost-sub {
	border-left: 5px solid #24abd5;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;

}

#back-top {
	position: fixed;
	bottom: 10px;
	margin: 0px;
	right: 10px;
	z-index: 100;
	width: 50px;
	height: 50px;
	background-image: url(../images/icons/up-arrow.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.sm-promotion-navi {
	position: fixed;
	width: 100%;
	top: 50px;
	z-index: 100;
}

.sm-promotion-navi ul {
	list-style: none;
	width: 100%;
	padding: 0;
}

.sm-promotion-navi ul li {
	text-align: center;
	width: 50%;
	float: left;
	padding: 15px 0px;
	/*background-color: #24abd5;*/
	background-color: rgba(255, 255, 255, 0.9);
}

.sm-promotion-navi ul li a {
	display: block;
	color: #2d79a6;
}

.white-btn {
	border: 1px solid #ddd;
	padding: 2px 10px;
	border-radius: 13px;
	margin-left: 10px;
}

.status-ripon {
	position: absolute;
	top: 15px;
	left: 70px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	color: red;
	font-size: 15px;
	text-align: center;
	/*text-shadow: 0 0 3px black;
    box-shadow: 0 0 3px black;*/
	-webkit-transform: rotate(-45deg) translate(-70px, -70px);
	-moz-transform: rotate(-45deg) translate(-70px, -70px);
	-ms-transform: rotate(-45deg) translate(-70px, -70px);
	-o-transform: rotate(-45deg) translate(-70px, -70px);
	transform: rotate(-45deg) translate(-70px, -70px);
}

.widget-user {
	overflow: hidden;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* CONTACT FORM*/
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.circleTriR {
	display: inline-block;
	position: relative;
	border: 0.99px solid;
	border-radius: 50%;
	width: 1.1em;
	height: 1.1em;
	vertical-align: -0.2em;
}

.circleTriR:after {
	content: '';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	top: 0.15em;
	left: 0.3em;
	border-top: 0.4em solid transparent;
	border-right: 0.65em solid transparent;
	border-bottom: 0.4em solid transparent;
	border-left: 0.65em solid;
}

.contactForm {
	width: 100%;
	margin: 0 auto;
	display: table;
	border-collapse: collapse;
	font-family: arial;
}

.contactForm dl {
	display: table-row;
	/*border-right: solid 1px #C8C8C8;
		border-left: solid 1px #C8C8C8;*/
	border-bottom: dashed 1px #C8C8C8;
}

.contactForm dl:first-child {
	/*border-top: solid 1px #C8C8C8;*/
}

.contactForm dl:last-child {
	/*border-bottom: solid 1px #C8C8C8;*/
}

.contactForm dl p {
	margin: 0;
}

.contactForm dt,
.contactForm dd {
	padding: 1em 1.5em;
	border: none;
	display: table-cell;
	vertical-align: middle;
}

.contactForm dd {
	padding: 0em 0.5em;
}

.contactForm dt {
	width: 40%;
	font-weight: normal;
	text-align: left;
	background: transparent;
	color: #333;
}

.contactForm dt p {
	float: left;
	padding: 0.3em 0;
}

.contactForm dt p.required,
.contactForm dt p.any {
	float: right;
	width: 3.6em;
	padding: 0.3em;
	font-weight: bold;
	text-align: center;
}

.contactForm dt p.required {
	background: #3C3939;
	color: #ffffff;
}

.contactForm dt p.any {
	background: #ffffff;
	color: #231815;
}

.contactForm dl:nth-child(even) dd {
	/*background: #f0f0f0;*/
}

.contactForm dd {
	text-align: left;
}

.contactForm input[type="number"],
.contactForm input[type="text"],
.contactForm input[type="email"],
.contactForm input[type="tel"],
.contactForm textarea,
.contactForm select {
	width: 100%;
	padding: 5px;
}

.contactForm textarea {
	height: 7em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.wpcf7-form-control.wpcf7-submit,
.wpcf7-form-control.wpcf7-confirm,
.wpcf7-form-control.wpcf7-back {
	margin: 1em auto 1.5em;
	padding: 0.3em;
	font-size: 2.2rem;
	color: #ffffff;
	background-color: #2aa8bf;
	width: 140px;
	text-align: center;
	border-radius: 5px;
	outline: none;
	border: none;
}

.wpcf7-form-control.wpcf7-submit:hover,
.wpcf7-form-control.wpcf7-confirm:hover,
.wpcf7-form-control.wpcf7-back:hover {
	background-color: #FF9326;
}

.wpcf7-form-control.wpcf7-submit:active,
.wpcf7-form-control.wpcf7-confirm:active,
.wpcf7-form-control.wpcf7-back:active {
	background-color: #FF9326;
}

div.privacy {
	padding: 1.25em 0.875em;
	margin: 0 auto 3.75em;
	background: #78BD36;
	width: 80%;
}

div.privacy>div {
	margin: 0 auto;
	padding: 1.25em 0.625em;
	width: 100%;
	height: 20em;
	overflow-y: scroll;
	background: #FFFFFF;
	text-align: left;
}

div.privacy h3 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 1.25em !important;
	margin-top: 0 !important;
}

div.privacy h4 {
	font-size: 1.2rem;
	font-weight: bold;
}

div.privacy h5 {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: left;
	margin: 0;
}

div.privacy>div>p {
	font-size: 1.2rem;
}

input[readonly="readonly"] {
	background-color: #f6f6f6;
}

.form-oboubox {
	border: 1px solid #ddd;
	padding: 0px 15px 15px;
	margin-bottom: 30px;
}

.form-privacy-box {
	margin-top: 50px;
	margin-left: 50px;
	margin-right: 50px;
	border: 1px solid #ddd;
	padding: 15px;
	height: 150px;
	overflow-y: scroll;
	background-color: #f6f6f6;
}

.sp-only {
	display: none;
}
.setting-memu{
	padding: 10px;
	text-align: center;
}

@media only screen and (max-width:767px) {

	input,
	textarea {
		font-size: 1.6rem;
	}

	.contactForm input[type="number"],
	.contactForm input[type="text"],
	.contactForm input[type="email"],
	.contactForm input[type="tel"],
	.contactForm textarea,
	.contactForm select {
		width: 100%;
		padding: 5px;
	}

	.contactForm textarea {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	#formWrap {
		width: 100%;
	}

	.contactForm dl {}

	.contactForm dt,
	.contactForm dd {
		display: block;
		width: 100%;
		border-top: none;
	}

	.contactForm dd {
		padding: 2em 1.5em;
	}

	.contactForm dt {
		margin: 0;
		padding: 1em 0.5em 0em;
	}

	.contactForm dd {
		margin: 0;
		padding: 0em 0.5em 1em;
	}

	.pc_display {
		display: none;
	}
	.sp-only {
		display: block;
	}

	.sp_display {
		display: inline-block;
	}

	div.privacy {
		margin: 0 auto 3.75em;
		width: 100%;
	}

	div.privacy h2 {
		font-size: 0.875em;
		margin-bottom: 1em !important;
	}

	.form-privacy-box {
		margin-left: 0px;
		margin-right: 0px;
	}
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* コンタクト */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.contact-hover {
	position: absolute;
	background-color: rgba(24, 116, 158, 0.3);
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.contact-item {
	position: relative;
	min-height: 170px;
}

.contact-item:hover>.contact-hover {
	display: block;
}

.contact-hover .hover-btn {
	background-color: #fff;
	margin-top: 128px;
}

.line-insert-btn {
	background-color: #999;
	color: white;
	margin-top: 5px;

}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* main page double line */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.double-line-border {
	border-bottom: 3px double #eee;
	padding-top: 30px;
	padding-bottom: 5px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 各ページ ヘッダー */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sub-header-text {
	padding-left: 40px
}

.header-icon-text {
	padding-left: 65px;
	font-size: 20px;
}

.header-icon {
	padding: 12px;
	font-size: 20px;
	color: white;
	width: 55px;
	text-align: center;
	position: absolute;
	top: -15px;
	height: 55px;
}

.orange {
	background-color: #f39c12;
}

.green {
	background-color: #00a65a;
}

.blue {
	background-color: #00c0ef;
}

.deep-blue {
	background-color: #3c8dbc;
}

.red {
	background-color: #dd4b39;
}

.grey {
	background-color: #444;
}

.widget-user-header {
	position: relative;
}

.organizer-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	padding-top: 10px;
}

.qmark {
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 28px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	padding: 5px;
	text-align: center;
	background-color: #24abd5;
	margin-right: 20px;
}

.amark {
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 28px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	padding: 5px;
	text-align: center;
	background-color: #ff9673;
	margin-right: 20px;
}

.bqmark {
	width: 80px;
	height: 80px;
	color: #fff;
	font-size: 42px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	padding: 10px;
	margin: 10px;
	text-align: center;
	background-color: rgba(36, 171, 213, 0.7);
}

.bamark {
	width: 80px;
	height: 80px;
	color: #fff;
	font-size: 42px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	padding: 10px;
	margin: 10px;
	text-align: center;
	background-color: rgba(255, 150, 115, 0.7);
}

.top-news-list {
	list-style: none;
	padding-left: 0;
}

.top-news-list li {
	border-bottom: 1px dashed #ddd;
	margin-bottom: 10px;
}

.rs-modal-list {
	width: 250px;
	list-style: none;
	padding-left: 0;
	margin: 0 auto;
}

.rs-modal-list li {
	/*background: #60be8a;*/
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ddd;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}

.reservated {
	background-color: #ddd
}

/* ----------------------------------
動画コンテンツ
----------------------------------*/
.video-play-btn {
	font-size: 64px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.widget-user .video-play-btn {
	/*color: #24abd5;*/
	color: #ff0000;
}

.widget-user .video-play-btn:hover {
	color: #080404;
}

.widget-user:hover {
	color: #080404 !important;
}

.widget-user:hover>i {
	color: #080404 !important;
}

@media only screen and (max-width:767px) {
	.video-play-btn {
		font-size: 46px;
	}
}

/* ----------------------------------
コーワキングページトップスライド
----------------------------------*/

.carousel-caption {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding-bottom: 0px;
}

.carousel-caption {
	position: absolute;
	left: 50%;
	top: 50%;
	right: 0;
	bottom: 0;
	transform: translate(-50%, -50%);
	padding-bottom: 0px;
	color: #000;
}

.carousel-caption h2 {
	font-size: 46px;
	font-weight: bold;
}

.carousel-caption p {
	font-size: 24px;
}

@media only screen and (max-width:767px) {
	.carousel-caption {
		left: 50%;
		top: 45%;
	}

	.carousel-caption h2 {
		font-size: 32px;
		font-weight: bold;
	}

	.carousel-caption p {
		font-size: 18px;
	}
}

/* ----------------------------------
コーワキングページのギャラリー
----------------------------------*/
.coworking-gallery {
	list-style: none;
	padding: 0;
}

.coworking-gallery li {
	width: 25%;
	float: left;
}

.coworking-gallery li:hover {
	filter: brightness(65%);
}

.co-concept-text-box {
	background-color: #f6f6f6;
	margin-top: 30px;
	margin-bottom: 15px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
	/*border-radius: 25px;*/
}

/* ----------------------------------
Theme reset
----------------------------------*/
.skin-black .main-header>.navbar .nav>li>a:hover,
.skin-black .main-header>.navbar .nav>li>a:active,
.skin-black .main-header>.navbar .nav>li>a:focus,
.skin-black .main-header>.navbar .nav .open>a,
.skin-black .main-header>.navbar .nav .open>a:hover,
.skin-black .main-header>.navbar .nav .open>a:focus,
.skin-black .main-header>.navbar .nav>.active>a {
	background-color: #f6f6f6;
}

.skin-black .main-header>.navbar .navbar-nav>li>a {
	border-right: 0px solid #eee;
	border-left: 0px solid #eee !important;
}

.skin-black .main-header>.logo {
	border-right: 0px solid #eee;
}

/* ----------------------------------
Sticky　table
----------------------------------*/
.sticky_table {
	display: block;
	position: relative;
	overflow: scroll;
	width: calc(100vw - 3.0rem);
	height: calc(75vh);
	border-collapse: collapse;
}

.sticky_table thead,
.sticky_table tbody {
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.sticky_table th,
.sticky_table td {
	display: inline-block;
	/*width: 20.0rem;*/
	height: 45px;
	font-size: 1.4rem;
	overflow: hidden;
}

.sticky_table thead th {
	height: 35px;
}

.sticky_table th {
	background: #555;
	color: #fff;
	font-size: 1.3rem;
}

.sticky_table tbody th {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 1;
}

.sticky_table thead {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 2;
}

.sticky_table thead th.blank {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 3;
}

/* ----------------------------------
Sticky　table
----------------------------------*/
.sticky_table_ex {
	display: block;
	position: relative;
	overflow: scroll;
	width: calc(100vw - 3.0rem);
	height: calc(31vh);
	border-collapse: collapse;
}

.sticky_table_ex thead,
.sticky_table_ex tbody {
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.sticky_table_ex th,
.sticky_table_ex td {
	display: inline-block;
	/*width: 20.0rem;*/
	height: 45px;
	font-size: 1.4rem;
	overflow: hidden;
}

.sticky_table_ex thead th {
	height: 35px;
}

.sticky_table_ex th {
	background: #555;
	color: #fff;
	font-size: 1.3rem;
}

.sticky_table_ex tbody th {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 1;
}

.sticky_table_ex thead {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 2;
}

.sticky_table_ex thead th.blank {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 3;
}

/* ----------------------------------
Master
----------------------------------*/
.master-navi {
	width: 100%;
	padding: 0;
	list-style: none;
	padding-bottom: 30px;
}

.master-navi li {
	float: left;
	background-color: #fff;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #eee;
}

.btn-app {
	border-radius: 3px;
	position: relative;
	padding: 15px 5px;
	margin: 0 0 10px 10px;
	min-width: 80px;
	height: 50px;
	text-align: center;
	color: #333;
	border: 1px solid #ddd;
	background-color: #f4f4f4;
	font-size: 14px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 各ページ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sub-header-icon-orange {
	font-size: 22px;
	background-color: #f39c12;
	color: white;
	padding: 8px;
	position: absolute;
	top: 0;
	left: 0px;
	width: 40px;
	text-align: center;
}

.sub-header-icon-green {
	font-size: 22px;
	background-color: #00a65a;
	color: white;
	padding: 8px;
	position: absolute;
	top: 0;
	left: 0px;
	width: 40px;
	text-align: center;
}

.sub-header-icon-gray {
	font-size: 22px;
	background-color: #dddddd;
	color: white;
	padding: 8px;
	position: absolute;
	top: 0;
	left: 0px;
	width: 40px;
	height: 36px;
	text-align: center;
}

.sub-header-icon-info {
	font-size: 22px;
	background-color: #00c0ef;
	color: white;
	padding: 8px;
	position: absolute;
	top: 0;
	left: 0px;
	width: 40px;
	text-align: center;
}

.mini-navi {
	width: 80px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #fff;
}

.mini-navi .nav-icon {
	width: 40px;
	height: 40px;
	float: left;
	border-left: 1px solid #eee;
	text-align: center;
}

.mini-navi .fa {
	font-size: 36px;
	line-height: 1.0;
}

.mini-navi .glyphicon {
	line-height: 2.2;
	font-size: 16px;
	padding-right: 5px;
}

.contract-navi {
	width: 120px;
	height: 40px;
	position: absolute;
	right: 0;
	bottom: 0px;
	background-color: #fff;
}

.contract-navi .nav-icon {
	width: 40px;
	height: 40px;
	float: left;
	text-align: center;
	padding-top: 5px;
}

.contract-navi .fa {
	font-size: 24px;
	line-height: 1.0;
}

.contract-navi .glyphicon {
	line-height: 2.2;
	font-size: 16px;
	padding-right: 5px;
}

.contract-navi-x {
	width: 120px;
	height: 40px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
}

.contract-navi-x .nav-icon {
	width: 40px;
	height: 40px;
	float: left;
	text-align: center;
	padding-top: 5px;
}

.contract-navi-x .fa {
	font-size: 24px;
	line-height: 1.0;
}

.contract-navi-x .glyphicon {
	line-height: 2.2;
	font-size: 16px;
	padding-right: 5px;
}

.post-navi {
	width: 160px;
	height: 47px;
	position: absolute;
	right: 0;
	top: 0;
}

.post-navi .nav-icon {
	width: 40px;
	height: 40px;
	float: left;
	border-left: 1px solid #eee;
	text-align: center;
}

.post-navi .nav-btn {
	width: 80px;
	height: 47px;
	float: left;
	border-left: 1px solid #eee;
	text-align: center;
}

.post-navi .fa {
	font-size: 36px;
	line-height: 1.0;
}

.post-navi .glyphicon {
	line-height: 2.2;
	font-size: 16px;
	padding-right: 5px;
	padding-top: 3px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Pay */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#payjp_checkout_box input[type=button] {
	font-size: 15px !important;
}
/* ==========================================*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Footer */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 560px) {
	.common-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

footer {
	text-align: left;
	background-color: #454545;
	color: #fff;
	font-family: YakuHanJP,
		'Noto Sans JP',
		'Noto Sans CJK JP',
		'Noto Sans CJK JP Subset',
		"游ゴシック体",
		YuGothic,
		"游ゴシック Medium",
		"Yu Gothic Medium",
		"游ゴシック",
		"Yu Gothic",
		"メイリオ",
		sans-serif;
}

footer ul {
	list-style: none;
	overflow: hidden;
	padding: 30px 0 0 0;
}

footer ul li {
	padding: 20px 10px;
}

.footer-container {
	padding-top: 72px;
	padding-bottom: 22px;
}

footer a {
	color: #fff !important;
}

footer a:hover {
	opacity: 0.5;
}

footer a:hover.right-icon::after {
	right: 0;
}

footer .common-flex {}

.right-icon {
	position: relative;
}

.right-icon::after {
	content: '\f054';
	font-family: fontAwesome;
	position: absolute;
	right: 10px;
	-webkit-transition: .3s;
	transition: .3s;
}

@media screen and (min-width: 560px) {
	.footer-left__block {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666%;
		flex: 0 0 41.666%;
		max-width: 41.666%;
		font-size: 1.7rem;
	}

	.footer-right__block {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45.83%;
		flex: 0 0 45.83%;
		max-width: 45.83%;
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 559px) {
	.footer-left__block ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-left__block ul li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45.83%;
		flex: 0 0 45.83%;
		max-width: 45.83%;
	}

	.footer-right__block .common-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-right__block .common-flex .footer-common__block {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45.83%;
		flex: 0 0 45.83%;
		max-width: 45.83%;
	}
}

.footer-left__block img {
	padding-bottom: 40px;
}

.footer-left__block li a {
	display: inline-block;
	line-height: 1;
	font-size: 1.3rem;
}

@media screen and (min-width: 560px) {
	.footer-left__block li a {
		font-size: 1.4rem;
	}
}

.footer-right__block h3 {
	border-bottom: 1px solid #fff;
	padding-bottom: 19px;
}

@media screen and (min-width: 560px) {
	.footer-common__block {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45.454545%;
		flex: 0 0 45.454545%;
		max-width: 45.454545%;
	}
}

.footer-right__block h3 a,
.footer-common__block li a {
	display: block;
}

@media screen and (min-width: 960px) {
	.footer-common__block .mt72_rwd:first-child {
		margin-top: 0 !important;
	}
}

copyright {
	text-align: center;
	display: block;
	padding-bottom: 30px;
}

footer .wrapper {
	background-color: #454545 !important;
}

footer h3 {
	font-size: 18px !important;
}
/* ==========================================*/
/* ==========================================*/
/* ==========================================*/
.skin-black .main-header>.navbar>.sidebar-toggle {
	font-size: 24px;
	padding: 8px 15px;
	border-right: 0px solid #eee;
}

.spl_title {
	border-radius: 50%;
	font-size: 20px;
	margin-right: 10px;
}

/* ==========================================*/
.place-select {
	padding: 1px;
	padding-left: 85px;
	margin-right: -30px;
	background-color: #ddd;
	position: relative;
	max-width: 250px;
}

.place-select:before {
	content: 'プレイス';
	position: absolute;
	left: 10px;
	top: 10px;
	font-weight: bold;
	color: #000;
}
.partner-select {
	padding: 1px;
	padding-left: 90px;
	margin-right: -30px;
	background-color: #ddd;
	position: relative;
	max-width: 250px;
}

.partner-select:before {
	content: 'パートナー';
	position: absolute;
	left: 10px;
	top: 10px;
	font-weight: bold;
	color: #000;
}
.admin-header-text {
	font-size: 22px;
	font-weight: bold;
	padding-top: 5px;
}

.uservoice-top {
	position: relative;
	margin-bottom: 30px;
}

.uservoice-top h1 {
	font-size: 32px;
	font-weight: bold;
}

.event-top {
	position: relative;
	margin-bottom: 30px;
}

.event-top h1 {
	font-size: 32px;
	font-weight: bold;
}

.event-top:after {
	content: '';
	width: 100%;
	height: 8px;
	bottom: -8px;
	position: absolute;
	background: linear-gradient(-45deg, #fff 25%, #f0eb47 25%, #f0eb47 50%, #fff 50%, #fff 75%, #f0eb47 75%, #f0eb47);
	background-size: auto;
	background-size: 10px 10px;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	left: 0;
}

.new-com-btn {
	color: #fff;
	background-color: #333;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 5px !important;
	width: 130px;
}

@media screen and (max-width: 768px) {
	.new-com-btn {
		width: 100%;
	}

	.sm-padding-top {
		padding-top: 10px;
	}
}

.new-input {
	border: 1px solid #eee !important;
}

.event-time-box {
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 180px;
	padding: 5px 10px;
	background-color: #46c3d7;
	font-size: 14px;
}

.widget-user-header {
	overflow: hidden;
}
.avatar-change-icon {
	position: absolute;
    top: 50px;
    right: calc(50% - 40px);
}

.qrcode-icon,
.qrcode-icon:hover,
.qrcode-icon:focus {
	background-image: url("/dist/images/icons/qrcode.png") !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	width: 50px;
	height: 50px;
}

.sm-menu-icon {
	background-image: url("/dist/images/icons/menu-icon.png") !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	width: 50px;
	height: 50px;
	position: absolute;
}

.sm-menu-icon-c {
	background-image: url("/dist/images/icons/menu-icon-c.png") !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	width: 50px;
	height: 50px;
	position: absolute;
}

.fc-day-grid-event {
	margin: 0px !important;
	padding: 0px !important;
}

.upload-result-box{
	background-color: #eee;
    padding: 15px;
    margin-top: 25px;
}


/*=============================================*/
.referral-program{
	list-style: none;
	margin: 0;
	padding: 0 100px 30px 100px;

}
.referral-program li{
	width: 33.3%;
	float: left;
	padding: 10px;
}
@media screen and (max-width: 991px) {
	.referral-program{
		list-style: none;
		margin: 0;
		padding: 0 0px 30px 0px;
	
	}
	.referral-program li{
		width: 50%;
		float: left;
		padding: 2px;
	}
}

.referral-program-home{
	list-style: none;
	margin: 0;
	padding: 20px 50px 10px 50px;

}
.referral-program-home li{
	width: 33.3%;
	float: left;
	padding: 10px;
}
@media screen and (max-width: 991px) {
	.referral-program-home{
		list-style: none;
		margin: 0;
		padding: 0 0px 10px 0px;
	
	}
	.referral-program-home li{
		width: 50%;
		float: left;
		padding: 2px;
	}
}


.referral-program-content{
	padding: 50px 120px;
}
.referral-program-content h3{
	background-color: #d7d8d9;
	padding-left: 20px;
    border-left: 5px solid #819fc0;
	font-size: 20px;
	padding-top: 10px;
    padding-bottom: 10px;
	font-weight: bold;
}

.referral-program-content h4{
	border-bottom: 1px dashed #333;
	padding-bottom: 10px;
	font-weight: bold;
}



.referral-program-content .md-img{
	padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.referral-program-content .md-img img{
	max-width: 100%;
}

.wp-block-button {
    margin: 60px auto;
    width: 320px;
}
.wp-block-button__link {
    width: 225px;
    font-size: 1.5rem;
    text-align: center;
    display: block;
    padding: 10px 0 10px;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(70,195,215,1) 0%, rgba(200,217,130,1) 100%);
    border-radius: 5px;
    margin: 2rem auto 0;
}
.wp-block-button__link:hover {
    color: #ffffff;
	opacity: 0.75;
}

.wp-block-button__link_black {
    width: 225px;
    font-size: 1.5rem;
    text-align: center;
    display: block;
    padding: 10px 0 10px;
    color: #ffffff;
    background: #454545;
    border-radius: 5px;
    margin: 2rem auto 0;
}

.wp-block-button__link_black:hover {
	color: #ffffff;
	opacity: 0.75;

}
@media screen and (max-width: 991px) {
	.referral-program-content{
		padding: 0px;
	}
}

.referral-table{
	width: 100%;
	border: 2px solid #bec6d0;
	border-collapse: collapse;
	margin-top: 40px;
    margin-bottom: 40px;
}
.referral-table-td-title{
	width: 30%;
	border: 2px solid #bec6d0;
	padding: 8px;
    background-color: #96a3b3;
    color: #fff;
}
.referral-table-td-content{
	width: 70%;
	border: 2px solid #bec6d0;
	padding: 8px;
    background-color: #f5f6f8;
}


.p-wrapper {
	max-width: 1232px;
	padding: 0 28px;
	width: 100%;
	margin: 0 auto;
  }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
footer {
	background-color: #454545;
	color: #fff;
	font-weight: 900;
  }
  @media screen and (min-width: 560px) {
  .c-footer__split{
	flex:0 0 50%;
	max-width: 50%;
  }
  }
  .l-entry__links,
  .l-contact__links{
	position: relative;
	color:#fff;
	height:250px;
	text-align: center;
	overflow:hidden;
  }
  .l-entry__links::after,
  .l-contact__links::after{
	background-image:url("/wp-content/themes/billage/images/common-entry.jpg");
	background-position: center center;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0px;
	left:0px;
	transition: all .3s ease-out;
	background-size: cover;
  }
  .l-contact__links::after{
	background-image:url("/wp-content/themes/billage/images/lp-footer-contact.jpg");
  }
  .l-footer__link--block{
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  @media screen and (min-width: 560px) {
	.l-entry__links,
	.l-contact__links{
	  height:220px;
	}
  }
  @media screen and (min-width: 960px) {
	.l-entry__links i,
	.l-contact__links i{
	  position: relative;
	  right:0px;
	  transition: .3s ease-out;
	}
	.l-entry__links,
	.l-contact__links{
	  height:300px;
	}
	.l-entry__links:hover::after,
	.l-contact__links:hover::after{
	  transform: scale(1.05);
	}
	.l-entry__links:hover i,
	.l-contact__links:hover i{
	  right:-15px;
	}
  }
  @media screen and (min-width: 960px) {
	.l-entry__links,
	.l-contact__links{
	  height:350px;
	}
  }
  .l-footer__entry__title{
	font-size:5.6rem;
	text-shadow: 5px 8px 20px rgba(0, 0, 0, 0.16);
	font-weight: 900;
  }
  .l-footer__entry__body{
	font-size:1.5rem;
	text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
	font-weight: 900;
	text-align: center;
  }
  .l-footer__links {
	display: none;
  }
  
  @media screen and (min-width: 560px) {
	.l-footer__links {
	  max-width: 820px;
	  margin: 0rem auto 0px;
	  display: flex;
	}
	.l-footer__links p{
	  text-align: center;
	}
  }
  .l-footer__inner{
	background-color: #666;
	padding-top:40px;
	padding-bottom:30px;
	margin-bottom:40px;
  }
  
  .l-footer__logo {
	text-align: center;
	margin:3rem 0px 8rem 0;
  }
  @media screen and (min-width: 560px) {
	.l-footer__logo {
		margin:5rem 0px 8rem 0;
	}
  }

  .l-footer__logo {
	margin:5rem 0px 5rem 0;
}
  .l-footer__logo a {
	display: inline-block;
  }
  
  .l-footer__logo a:hover {
	opacity: 0.6;
  }
  
  .l-footer__logo img {
	max-height: 35px;
  }
  .u-area__none{
	opacity: 0.6;
	pointer-events: none;
  }
  @media screen and (max-width: 559px) {
	.u-area__none .l-footer__area-name::after{
	  content:none;
	}
  }

  .l-footer__list {
	padding: 0;
  }
  .l-footer__list a{
	display: block;
  }

  @media screen and (min-width: 560px) {
  .l-footer__list{
	width: calc(100% / 6);
	position: relative;
	line-height: 1.5;
	text-align: center;
    float: inline-start;
	padding: 0;
  }

  .l-footer__list a{
	display: block;
  }


  .l-footer__list::before{
	content:'';
	background-color: #fff;
	position: absolute;
	left:0px;
	height:19px;
	top:0px;
	width:1px;
  }
  .l-footer__list:last-child .l-footer__navigation::after{
	content:'';
	background-color: #fff;
	position: absolute;
	right:0px;
	height:19px;
	top:0px;
	width:1px;
  }
  .l-footer__list:last-child::after{
	content:none;
  }
  }
  .l-footer__navigation{
	border-bottom:1px solid #fff;
	text-align: center;
	padding:18px 0px;
  }
  @media screen and (min-width: 560px) {
	.l-footer__navigation{
	  position: relative;
	  font-size:1.3rem;
	  text-align: center;
	  border-bottom:none;
	  padding:0px;
	}
	.l-footer__navigation:hover,
	.l-footer__child-links li a:hover,
	.l-footer__area-link:hover{
	  opacity: 0.6;
	}
	.l-footer__navigation::after{
	  content:'';
	  background-color: #fff;
	  position: absolute;
	  right:0px;
	  height:19px;
	  top:0px;
	}
	.l-footer__navigation:last-child::after{
	  content:none;
	}
  }
  .right-icon {
	position: relative;
  }
  
  .right-icon::after {
	content: '\f054';
	font-family: fontAwesome;
	position: absolute;
	right: 0px;
	transition: .3s;
  }
  
  @media screen and (min-width: 560px) {
	.right-icon::after {
	  right: 10px;
	}
  }
  footer a:hover.right-icon::after {
	right: 0;
  }
  .l-footer__inner{
	background-color: #666;
  
  }
  .l-footer__area-name{
	margin-bottom: 16px;
	font-size:1.3rem;
  }
  .l-footer__area{
	font-size:1.3rem;
  }
  .l-footer__area-detail{
	margin-bottom:6px;
  }
  @media screen and (max-width: 559px) {
	.l-footer__area{
	  margin: 0px -28px;
	}
	.l-footer__area-detail{
	  margin-bottom:0px;
	}
  .l-footer__area-detail a{
	background-color:#999;
	padding: 15px 28px;
	background: #999;
  }
  }
  .l-footer__area-detail a i{
	margin-left: 6px;
	position: relative;
	transition: .3s;
	left:0px;
  }
  @media screen and (min-width: 960px) {
  .l-footer__area-detail a:hover i,
  .l-footer__area-link:hover i{
	left:6px;
  }
  }
  .l-footer__area-link{
	border-bottom:1px solid #fff;
	padding-bottom:15px;
	margin-bottom: 15px;
	position: relative;
	font-size: 1.5rem;
  }
  .l-footer__area-link i{
	position: absolute;
	right:0px;
	top:0px;
  }
  @media screen and (min-width: 560px) {
	.l-footer__area-link i{
	  position: relative;
	  margin-left: 6px;
	  left:0px;
	}
  }
  @media screen and (max-width: 559px) {
  .l-footer__area-name{
	position: relative;
	padding: 16px 0px;
	margin-bottom: 0px;
  }
  .l-footer__area-name::after{
	content: "\f067";
	position: absolute;
	right: 0px;
	top:0px;
	color:#fff;
	transition: all 0.3s ease-in-out;
	display: block;
	font-family: fontAwesome;
	top: 50%;
	  right: 0px;
	  transform: translate(-50%, -50%);
  }
  .l-footer__area-name.open::after{
	content:"\f068";
	font-family: fontAwesome;
  }
  }
  
  .l-footer__conversion-link {
	border: 1px solid #fff;
	border-radius: 8px;
	text-align: center;
	display: block;
	padding: 15px 0px;
	position: relative;
	overflow: hidden;
	transition: ease .2s;
  }
  
  .l-footer__conversion-link p {
	position: relative;
	z-index: 3;
  }
  
  .l-footer__conversion-link:hover p {
	color: #fff;
  }
  
  .l-footer__child-links {
	font-size: 1.1rem;
	margin-top: 0rem;
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }
  @media screen and (min-width: 560px) {
	.l-footer__child-links {
	  gap:20px;
	}
  }
  @media screen and (min-width: 960px) {
	.l-footer__child-links {
	  gap:40px;
	}
  }
  .l-footer__child-links li{
	flex:0 0 48%;
	max-width: 48%;
	text-align: center;
  }
  .l-footer__child-links li a{
	padding:15px 0px;
  }
  @media screen and (min-width: 560px) {
	.l-footer__child-links li{
	  flex: 0 0 auto;
	  max-width: 100%;
	  text-align:left;
	}
	.l-footer__child-links {
	  justify-content: center;
	}
	/* .l-footer__child-links li:not(:last-child) a{
	  margin-right: 40px;
	} */
	.l-footer__child-links li a{
	  padding:0px;
	}
  }
  @media screen and (min-width: 560px) {
	.u-footer__banner{
		max-width:60%;
	  text-align: center;
		margin: 5rem auto 0px;
	}
  }
  .u-footer__banner{
	  max-width:70%;
	text-align: center;
	  margin: 0rem auto 0px;
  }
  .u-footer__banner .p-common__3colums{
	margin-bottom: 0rem;
	padding: 12px;
  }
  @media screen and (min-width: 560px) {
	.u-footer__banner{
	  max-width:700px;
	  padding-top: 10px;
    	margin-top: 0;
	}
	.u-footer__banner .p-common__3colums{
		margin-bottom: 2rem;
	  }
  }
  
  .p-common__inner__sns {
	  display: flex;
	  justify-content: space-between;
	  flex-wrap: wrap;
  }
  
  .u-footer__sns{
	  width: 120px!important;
	text-align: center;
	  margin: 0rem auto 0px;
	  
  }
  .u-footer__sns .p-common__3colums{
	margin-bottom: 2rem;
	width: 40px;

  }
  
  .u-footer__sns img{
	  width:25px;
  }
  
  
  .p-common__sp_menmu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	text-align: center;
	  margin: 0rem auto 0px;
  }
  
  .p-common__sp_menmu .p-common__2colums{
	width: 48%!important;
  }
  
  
  /************************************
  **ãƒ•ãƒƒã‚¿ãƒ¼ãƒœã‚¿ãƒ³
  ************************************/
  .p-common__footer-link{
	background-color:#F4F5F7;
	padding:25px 20px;
	border-radius: 8px;
	text-align: center;
	position: relative;
	font-weight: 900;
	max-width: 250px;
	margin:0 auto;
  }
  @media screen and (min-width: 560px) {
	.p-common__footer-link{
	  max-width: 100%;
	}
  }
  .p-common__footer-link::after{
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 16px;
	top: 50%;
	transition: ease .2s;
	z-index: 9;
	transform: translateY(-50%);
  }
  @media screen and (min-width: 960px) {
	.p-common__footer-link:hover{
	  opacity: 0.6;
	}
	.p-common__footer-link:hover::after{
	  right:10px;
	}
  }


li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}

/************************************
** å…±é€šãƒªãƒ³ã‚¯ãƒœã‚¿ãƒ³ 2022
************************************/
.c-common__button,
.c-common__button-gray,
.c-common__button-yellow,
.c-common__button-billage-color{
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  height: 60px;
  line-height: 60px;
  display: block;
  letter-spacing: 0.25rem;
  position: relative;
  border: 1px solid #454545;
  background-color: #454545;
  border-radius: 4px;
  text-align: center;
  z-index: 1;
  transition: ease .2s;
  font-size: 1.6rem;
  /* z-index: 3; */
  font-weight: 900;
  /* overflow: hidden; */
  font-size:1.3rem;
}

.c-common__button-gray{
  background-color: #F4F5F7;
  border:none;
  color: #454545 !important;
}
.c-common__button-yellow{
  background-color: #F0EB47;
  border:none;
  color:#454545;
}
.c-common__button-billage-color{
  border:none;
  background: rgb(70,195,215);
  background: linear-gradient(90deg, rgba(70,195,215,1) 0%, rgba(200,217,130,1) 100%);
  color: #fff;
}

@media screen and (min-width: 560px) {
  .c-common__button,
  .c-common__button-gray,
  .c-common__button-yellow,
  .c-common__button-billage-color{
    max-width: 500px;
    height: 80px;
    line-height: 80px;
    font-size:1.5rem;
  }
  .form-btn__inner input[type=submit]:hover {
    opacity: 0.6;
  }
}
.c-common__button-billage-color:hover{
	background: rgb(70,195,215);
	background: linear-gradient(90deg, rgba(70,195,215,0.75) 0%, rgba(200,217,130,0.75) 100%);
}

.c-common__button:hover p,
.c-common__button-gray:hover p,
.c-common__button-yellow:hover p,
.c-common__button-billage-color:hover p{
  /* color: #454545; */
  z-index: 10;
  position: relative;
  transition:.1s;
}
.c-common__button::before,
.c-common__button-gray::before,
.c-common__button-yellow::before,
.c-common__button-billage-color::before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #fff;
  transform: scale(0, 1);
  border-radius: 8px;
}
.c-common__button-gray::before{
  background: #F7F8F9;
}
.c-common__button-yellow::before{
  background: #F0EB47;
}

.right-iconx{
	right: 15px;
    position: absolute;
    top: 32px;
}

.mtcontact::after{
  content: '\f078'!important;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 16px;
  top: 0;
  transition: ease .2s;
  z-index: 10;
}

.u-blank__icon::after{
  content: "\f35d";
}
.c-common__button-gray p{
  position: relative;
  z-index: 10;
  text-align: center!important;
}
.c-common__button-gray:hover::after{
  right:10px;
}
.c-common__button-yellow:hover::after{
  right:10px;
}
.c-common__button-billage-color::after{
	right:10px;
}
.bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 2; */
  background: #606060;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  border-radius: 4px;
}
.c-common__button-gray.bgleft:before {
  background: #F7F8F9;
}
.c-common__button-yellow.bgleft:before {
  background: #F9F690;
}
.bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.c-small__button {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 0px;
}

.c-small__button::before {
  content: '';
  position: absolute;
  bottom: -10px;
  background: #454545;
  height: 2px;
  max-width: 85%;
  width: 100%;
  left: 0px;
  right: 0px;
  text-align: center;
  margin: 0 auto;
  transition: .3s;
}

.c-small__button:hover::before {
  max-width: 100%;
}
.c-small__button i {
  margin-left: 10px;
}
.p-common__link {
  text-align: right;
}
.p-link__inline{
  display: inline-block;
}
.p-link__inline:hover{
  opacity: 0.6;
}

/************************************
** ã‚«ãƒ©ãƒ é–¢é€£ 2022
************************************/
.p-common__3colums {
	margin-bottom: 5rem;
	float: left;
  }
  .p-common__3colums p{
	text-align: center;
	padding: 5px 0;
    margin: 0;
  }

  .p-common__3colums img{
	width: 100%;
  }
  .p-common__3colums .c-common__name {
	margin: 3rem 0 1.3rem;
  }
  
  @media screen and (min-width: 560px) {
	.p-common__3colums .c-common__name {
	  margin: 1.5rem 0;
	}
  }
  .p-common__5colums {
	flex: 0 0 31.4375%;
	max-width: 31.4375%;
	text-align: center;
  }
  .p-common__5colums {
	margin-bottom: 2.5rem;
  }
  @media screen and (min-width: 560px) {
	.p-common__2colums {
	  flex: 0 0 48.75%;
	  max-width: 48.75%;
	}
  
	.p-common__5colums,
	.p-common__6colums {
	  margin-bottom: 0px;
	}
  
	.p-common__6colums a:hover {
	  opacity: 0.7;
	}
  
	.p-common__3colums {
	  flex: 0 0 31.25%;
	  max-width: 31.25%;
	}
  
	.p-common__4colums {
	  flex: 0 0 24%;
	  max-width: 24%;
	}
  
	.p-common__5colums {
	  flex: 0 0 16.791%;
	  max-width: 16.791%;
	}
  
	.p-common__6colums {
	  flex: 0 0 15.791%;
	  max-width: 15.791%;
	}
  }
  .green_member,.yellow-member{
	  justify-content: left;
  }
  
  @media screen and (min-width: 960px) {
	  .p-common__3colums  {
	  margin-bottom: 0;
	}
  }
  @media screen and (min-width: 560px) {
	  .green_member .p-common__3colums {
		  margin-right: 2%;
		  padding-right: 10px;
	  }
  }

  /*************************************/
 .p-common__main {
    color: #fff;
    position: relative;
    padding: 72px 0;
    background-position: 20% 50%!important;
    background-size: cover!important;
    animation-name: blurAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
	background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url('https://billage.space/wp-content/uploads/2025/06/ISO_3743-scaled.jpg');
}
.p-common__main .p-common__headline {
    margin: 0px;
    padding: 0px;
    animation-name: titleAnimation;
    animation-duration: .8s;
    animation-delay: .6s;
    animation-fill-mode: forwards;
	color: #fff;
	font-size: 50px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
}
.p-common__main .u-common__headline-caption {
    margin: 0px;
    padding: 0px;
    animation-name: titleAnimation;
    animation-duration: .8s;
    animation-delay: .6s;
    animation-fill-mode: forwards;
	color: #fff;
	font-size: 18px;
	display: block;
}

.c-common__title--inner
{
	margin: 6.5rem 0 10rem;
	font-family: 'Noto Sans JP', sans-serif;
}

.c-common__title--inner p
{
	font-family: 'Noto Sans JP', sans-serif;
	color: #454545;
	line-height: 1.8;
	font-size: 15px;
    font-weight: 500;
}

.c-common__lead {
    font-size: 2rem;
    margin-bottom: 3rem;
    font-weight: 900;
    line-height: 1.8;
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #454545;
}

@media screen and (min-width: 560px) {
    .c-common__title--inner
 	{
        margin: 6.5rem 0 10rem;
    }
}
.wh-br{
	background-color: #fff;
	padding-bottom: 80px ;
}
.grey-br{
	background-color: #F4F5F7;
	padding: 80px 0;
}
.c-common__headline {
	font-size: 50px;
	font-family: 'Noto Sans JP', sans-serif;
	opacity: 1;
	padding: 0 15px;
}
.smoothTextTrigger{
	color: #005A73;
    font-weight: bold;
}
.c-common__headline-jp{
	font-size: 15px;
    padding-left: 20px;
}

.b__link--block{
	padding-left: 25px;
	padding-right: 25px;
}

.b__entry__title {
    font-size: 30px;
    font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;

}

.b__entry__body {
    font-size: 15px;
    padding: 15px 0px 30px 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 1.8;
}

.c-common__button-billage-color a{
	color : #fff;
}

.p-content__image{
	width: 100%;
}
.p-content__image{
	width: 100%;
}

.p-columns__headline{
	text-align : center; 
	padding-bottom: 15px;
	color : #454545;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #fff;
    padding-top: 15px;
    border-radius: 8px;
}
.c-members__text{
	text-align : left; 
	color : #454545;
	line-height: 1.8;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
}

.p-members__items {
    margin: 0px;
	position: relative;
}
.u-members__inner{
	margin-bottom: 15rem;
	align-items: center;
}
.p-common__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pmember-content__image {
	max-height: 450px;
}
.p-members__image {
	z-index: 3;
}

@media screen and (max-width: 768px) {
    .p-members__image {
		width: 100%;
	}
	.p-members__items{
		width: calc(100% + 60px);
    	margin-left: -30px;
	}
	.p-members__block{
		flex: 0 0 100%!important;
		max-width: 100%!important;
		width: 100%!important;
		margin-top: -80px !important;
        z-index: 5 !important;
        padding: 0 50px !important;
	}
	.partner-logo {
		padding: 0;
		margin: 0 auto !important;
	}
	.u-members__inner::after {
		max-width: 570px;
		width: 80%!important;
		margin-right: 10%!important;

	}
}
.p-members__image img {
	border-radius: 8px;
}
.u-members__inner::after {
	content: '';
	background: #F4F5F7;
	z-index: 0;
	max-width: 570px;
	width: 100%;
	height: 450px;
	position: absolute;
	top: 80px;
	right: 0px;
	border-radius: 8px;
}
.p-members__block {
	flex: 0 0 31.25%;
	max-width: 31.25%;
	background: none;
	text-align: left;
	padding: 0px;
	padding-right: 20px;
	margin: 0px;
	border-radius: 0px;
	z-index: 2;
}
.partner-logo {
	width: 120px;
	margin-bottom: 0px;
	margin-top: 80px;
	margin-left: 0;
}
.partner-logo img {
	max-width:100%;
}

.c-members__image{
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.partner-logo{
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.p-content__logo{
    width: 80px;
    height: 80px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	top: 10px;
    right: 10px;
}
.greenM-pic{
	position: relative;
}
.greenM-pic img{
	border-radius: 8px;
}
.greenM-contain{
	padding: 15px;
	margin-top: -60px;
    z-index: 9999;
    position: relative;
}
.p-members__company-name{
	font-size: 20px;
    font-weight: 900;
    line-height: 2;
}

/*************************************/
.timeBar{
	display: block;
    width: 100%;
    height: 20px;
    border: solid 1px #ddd;
    border-radius: 7px;
    margin: 0 auto;
    list-style: none;
    background-color: #fff;
	padding: 0px;
}
.timeBar li{
	width: 1.924%;
	height: 18px;
	float: left;
	position: relative;
	color: #333;
}
.timeBar li .reservated{
	background-color: #454545;
}
.timeBar li:first-child{
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.timeBar li:last-child{
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.timeBar li:first-child::before{
  content: "8時";
  position: absolute;
  width: 30px;
  height: 20px;
  display: block;
  left: 0;
  top: -20px;
}
.timeBar li:nth-child(12)::before{
  content: "11時";
  position: absolute;
  width: 40px;
  height: 20px;
  display: block;
  left: 0;
  top: -20px;
}
.timeBar li:nth-child(24)::before{
  content: "14時";
  position: absolute;
  width: 40px;
  height: 20px;
  display: block;
  left: 0;
  top: -20px;
}
.timeBar li:nth-child(36)::before{
  content: "17時";
  position: absolute;
  width: 40px;
  height: 20px;
  display: block;
  left: 0;
  top: -20px;
}
.timeBar li:nth-child(48)::before{
  content: "20時";
  position: absolute;
  width: 40px;
  height: 20px;
  display: block;
  left: 0;
  top: -20px;
}
.space-res-time select{
	border-radius: 5px;
    text-align: center;
	height: 40px;
}
.space-res-time .form-control:after{
	padding-right: 10px;
	contain: "\f078";
	width: 20px;
	height: 20px;
	font-family: "Font Awesome 5 Free";
}

.timeBarName{
	display: block;
    width: 100%;
    height: 20px;
    margin: 0 auto;
    list-style: none;
    background-color: #fff;
	padding: 0 5px;
}
.timeBarName li{
	width: 2%;
	height: 18px;
	float: left;
	position: relative;
}
.timeBarName .time-label{
	position: absolute;
    width: 30px;
}
