/*
	Theme Name: hello-child
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Template: hello-elementor
	Version: 2.6.1
	Stable tag: 2.6.1
	Requires at least: 4.7
	Tested up to: 5.9
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-child
	Description: A lightweight, plain-vanilla, best suited for building your site using Elementor website builder. Visit https://elementor.com/hello-theme/ to learn more.
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*reCAPTCHA非表示*/
.grecaptcha-badge { visibility: hidden; }

a{
	color: #333;
}

/* ABC追加 汎用 */
/* フォントサイズ調整 */
.fz60{
  font-size: 60%;
}
.fz70{
  font-size: 70%;
}
.fz80{
  font-size: 80%;
}
.fz110{
  font-size: 110%;
}
.fz120{
  font-size: 120%;
}
.fz130{
  font-size: 130%;
}
.fz140{
  font-size: 140%;
}
.fz150{
  font-size: 150%;
}
.fz160{
  font-size: 160%;
}
.fz170{
  font-size: 170%;
}
.fz180{
  font-size: 180%;
}
.fz190{
  font-size: 190%;
}
.fz200{
  font-size: 200%;
}
.colBlk {
	color: #333;
}

/*contactform7スタイル*/
.wpcf7 .require {
	font-size: 80%;
	color: red;
}
.wpcf7 .info {
	font-size: 80%;
}
.wpcf7 a {
	text-decoration: underline;
}

/*西新宿シェアオフィスページ*/
.shareFvBtn .elementor-button-wrapper a {
	width: 100%;
}
.shareFvBtn.smallButton .elementor-button-wrapper {
	text-align: center;
}
.arrowBtn .elementor-button-icon svg {
	width: 3em;
}
.elementor-widget-container .actCl {
	color: #E88512;
	padding: 0 5px;
}
.yellowUl p {
	background: linear-gradient(transparent 70%, #F1D661 70%);
    display: inline;
}
/*見出し*/
.h2TrIcon{
    position: relative;
    padding: 0 0 0 16px;
}
.h2TrIcon::before{
    content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */ 
    left: 0;
    transform: translateY(-50%);  
    border: 6px solid transparent;
    border-left: 6px solid #F1D661; 
}
.sliderGallery .swiper-slide-inner img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}
.shareGray .elementor-widget-container p {
	padding: 10px 0;
}
/*お問い合わせ*/
.shareContact .wpcf7-form-control.wpcf7-date {
	font-size: 13px;
}
.shareContact .wpcf7-form-control {
	border: none;
}
.shareContact p.small {
	font-size: 15px;
	color:#333333;
}
.shareContact p.small a {
	text-decoration: underline;
}
.shareContact .wpcf7 .require {
	background-color: #E76B6B;
    color: #fff;
    padding: 3px 7px;
    margin-right: 7px;
    border-radius: 2px;
    font-size: 10px;
}
.shareContact .contactSubmitButton {
	width: 100%;
}
/* レイアウト例 */
.shereLayout .elementor-widget-container img {
	width: 700px;
	height: 500px;
	object-fit: cover;
}
/* 1日お試し */
.markerYl p {
	background: linear-gradient(transparent 10%, #FFE663 10% 90%, transparent 90%);
  display: inline;
}
.markerWh p {
	background: linear-gradient(transparent 10%, #FFFFFF 10% 90%, transparent 90%);
  display: inline;
}
/* Labページ */
.pricetable {
	text-align: center;
	font-size: 90%;
}
.pricetable.bpl th {
	width: 20%;
}
.pricetable .p-scrollable table th {
	background-color: #e3ded3;
}
.pricetable .p-scrollable table td {
	background-color: #f7f7f7;
}
.pricetable .p-scrollable table tr:nth-child(n+3) td {
	background-color: #fff;
}
.pricetable .p-scrollable table {
	vertical-align: middle;
}
.p-scrollable {
	margin-top: 14px;
	overflow-x: auto;
}
.p-room-table {
	width: 100%;
  min-width: 1000px;
  border: solid 1px #333333;
}

/* Labページ */
.pricetable.bpl .p-room-table {
	min-width: 700px;
}

/*マンスリーオフィス*/
.monthly_store_tbl{
    font-size: 14px;
}
.monthly_store_info .info_item a{
    text-decoration: underline;
    font-size: 80%;
}
.monthly_store_info h4{
    font-size: 16px;
    margin-top: 30px;
}
.monthly_store_tbl .img_container {
    position: relative;
    width: 100%;
    padding-top: 55%;
    overflow: hidden;
}
.monthly_store_tbl .img_container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.monthly_store_tbl th:first-child, .monthly_store_tbl td:first-child {
    width: auto;
    white-space: nowrap;
    width: 1%; /* 内容に合わせて最小幅になる */
}

/* 2列目以降を均等に分割 */
.monthly_store_tbl th:not(:first-child), td:not(:first-child) {
    width: calc((100% - 1%) / 6); /* 残りの幅を6等分 */
}

/* 30日プラン */
.plan30day-contact .eael-contact-form-7-wrapper .require {
		background-color: #D65454;
		padding: 0px 5px 3px;
		border-radius: 2px;
		color: #fff;
}

/* 404ページ */
.error-404 .site-logo {
	text-align: center;
	padding: 10px 0;
}
.error-404 .site-logo img {
	width: 250px;
}
.error-container {
	text-align: center;
	margin: 140px 0;
}
.error-container .error-title {
	color: #333;
  font-size: 60px;
}
.error-container .home-button {
	background-color: #F1D661;
  padding: 10px 30px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  border-radius: 3px;
  margin-top: 30px;
  display: inline-block;
}

/* Lounge料金表　はじめ */

.price-table-wrapper {
    width: fit-content; /* テーブルの内容に合わせて幅を調整 */
    margin: 0 auto; /* 中央寄せ */
}
.priceArea-wrap {
    justify-content: center;
}
.bpl-price-wrap {
		overflow-x: auto;
}
.bpl-price-wrap .price-wrap {
		min-width: 900px;
}

.bpl-price-wrap table {
    width: 100%; /* ラッパーに対して100% */
    border-collapse: collapse;
    background-color: white;
    margin-top: 30px;
}

.bpl-price-wrap th, .bpl-price-wrap td {
	color: #333;
    border: 1px solid #ddd;
    padding: 10px 25px;
    text-align: center;
}

.bpl-price-wrap th {
    background-color: #e9e9e9; /* ヘッダー行の背景色 */
    font-weight: bold;
}

.bpl-price-wrap .price-wrap a {
		color: #7292D2;
		text-decoration:underline;
}

.bpl-price-wrap .header-top th {
    background-color: #E9E2D0;
    color: #333;
    position: relative; /* OFFバッジの配置のため */
    font-size: 80%;
    min-width: 100px;
}

.bpl-price-wrap .header-top th.discount {
    background-color: #C7D4EA;
}

.bpl-price-wrap .room-type {
    background-color: #e9e2d0; /* 「VIP Room」「Loyal Area」の背景色 */
    font-weight: bold;
    text-align: left;
    width: 50%;
}

.bpl-price-wrap .price {
    color: #0056b3; /* 金額の文字色 */
    font-weight: bold;
}

.bpl-price-wrap .option {
    color: #555;
}

.bpl-price-wrap .discount-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #ffd700; /* 黄色 */
    color: #d9534f; /* 赤っぽい文字色 */
    padding: 5px 8px;
    border-radius: 50%;
    font-size: 0.8em;
    font-weight: bold;
    border: 2px solid white;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.bpl-price-wrap .discount-label.label1:before {
    content: "60日前";
    position: absolute;
    top: -22px;
    left: 3px;
    background-color: #7594D3;
    padding: 4px 31px;
    border-radius: 3px 3px 0px 0px;
    color: #fff;
    font-size: 0.8em;
}
.bpl-price-wrap .discount-label.label2:before {
    content: "30日前";
    position: absolute;
    top: -22px;
    left: 3px;
    background-color: #78A3D6;
    padding: 4px 31px;
    border-radius: 3px 3px 0px 0px;
    color: #fff;
    font-size: 0.8em;
}
.bpl-price-wrap .discount-label.label3:before {
    content: "15日前";
    position: absolute;
    top: -22px;
    left: 3px;
    background-color: #9FB8E2;
    padding: 4px 31px;
    border-radius: 3px 3px 0px 0px;
    color: #fff;
    font-size: 0.8em;
}
.bpl-price-wrap .discount-label.label4:before {
    content: "～当日";
    position: absolute;
    top: -22px;
    left: 3px;
    background-color: #BDCDE5;
    padding: 4px 31px;
    border-radius: 3px 3px 0px 0px;
    color: #fff;
    font-size: 0.8em;
}
.bpl-price-wrap .discount-label img {
    position: absolute;
    bottom: 7px;
    left: 74px;
    width: 40px;
    z-index: 100;
}

/* Lounge料金表　おわり */

/* メディアクエリ */
/*PC*/
@media screen and (min-width:768px){
	.pc_only, .tab_none, .sp_none{
		display: block;
	}
	.pc_none, .tab_only, .sp_only{
		display: none;
	}
	/* 西新宿シェアオフィスページ */
	.shareFvBtn.smallButton .elementor-button-wrapper a {
		width: 50%;
	}
	.shareFloorTab img {
		width: 70%;
	}
}
/*タブレット*/
@media screen and (max-width:900px) {
	.bpl-price-wrap .price-wrap {
		min-width: 600px;
	}
}
/*タブレット*/
@media screen and (max-width:767px) and (min-width: 481px) {
	.pc_none, .tab_only, .sp_none {
		display: block;
	}
	.pc_only, .tab_none, .sp_only{
		display: none;
	}
	/* 西新宿シェアオフィスページ */
	.shareFvBtn.smallButton .elementor-button-wrapper a {
		width: 50%;
	}
}



/*スマホ*/
@media screen and (max-width:480px) {
	.pc_none, .tab_none, .sp_only{
		display: block;
	}
	.pc_only, .tab_only, .sp_none{
		display: none;
	}

	/* 西新宿シェアオフィスページ */
	.elementor-element.elementor-element-99dabe5.shareFloorTab .eael-advance-tabs .eael-tabs-nav > ul li {
		width: 30%;
	}
	.shareFvBtn.smallButton .elementor-button-wrapper a {
		width: 100%;
	}
	.shereLayout .elementor-widget-container img {
		height: 240px;
	}
	/*	Labページ */
	.pricetable {
		font-size: 80%;
	}
	.pricetable.bpl .p-room-table {
		min-width: 460px;
	}
	.price-table-wrapper {
		margin: 0;
	}
	/* マンスリーオフィス */
	.monthly_store_tab .js-scrollable {
	    overflow-x: auto;
	    width: 100%;
	}

	.monthly_store_tab .eael-tabs-nav > ul li {
			flex: 0 1 45%;
	    padding: 4px !important;
	    margin-bottom: 8px !important;
	}
	.monthly_store_tab .eael-tabs-nav > ul {
	    justify-content: space-between;
	    align-items: center;
	    margin: 0 5%;
	}

	.monthly_store_tbl {
	    table-layout: fixed;  /* 列幅を固定レイアウトに */
	    width: auto;  /* テーブル全体の幅を内容に合わせる */
	}
	.monthly_store_tbl th,
	.monthly_store_tbl td {
	    padding: 8px;
  }
	.monthly_store_tbl th:first-child,
	.monthly_store_tbl td:first-child {
	    background: #fff;
	    width: 4em;  /* 固定幅に変更 */
	    font-size: 12px;
	}
	
	.monthly_store_tbl th:not(:first-child),
	.monthly_store_tbl td:not(:first-child) {
	    min-width: 280px;  /* 固定の列幅を設定 */
	}
	.monthly_store_tbl .img_container {
	    width: 100%;
	    padding-top: 70%;
	}
	.monthly_store_tbl .info_item {
	    font-size: 14px;
	}
	/* 404ページ */
  .error-404 .site-logo {
  	width: 170px;
  }
  .error-container .error-title {
	  font-size: 40px;
	}
  .error-container .page-title {
	  font-size: 20px;
	}
}