@charset "utf-8";
/*
Theme Name: pilates-review child
Theme URI:https://tcd-theme.com/tcd099
Description:WordPressテーマ「REHUB」の子テーマ
Template:rehub_tcd099
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.0
*/

/*
  ここから下にCSSを追記してください。
*/

.l-header__desc{
	display:none;
}

.feature-review,.feature-official{
	margin-bottom:80px;
}

.studio-info{
	margin-top:50px;
}

.studio-info-table{
	margin-bottom:80px;
}

.studio-info .studio-info-table td{
    text-align: left;
}

.studio-payment .studio-info-table td{
	font-size:120%;
}
.studio-feature .studio-info-table td{
	font-size:120%;
}

.p-paymentSpecList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    margin-left: 0 !important;
}

.p-paymentSpecList_item {
    display: flex;
    align-items: stretch;
    padding: 0;              /* ← 余白なし */
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.p-paymentSpecList_label {
    flex: 1;
    padding: 8px 10px;       /* ← 文字だけに最低限 */
    font-size: 12px;
}

.p-paymentSpecList_value {
    min-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #e5e5e5;
    font-weight: bold;
    padding: 0;              /* ← 余白なし */
    margin: 0;               /* ← 念のため */
}




.p-studioSpecList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 !important;
    padding: 0;
    list-style: none;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.p-studioSpecList_item {
    display: flex;
    align-items: stretch;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.p-studioSpecList_label {
    flex: 1;
    padding: 8px 10px;
    font-size: 14px;
}

.p-studioSpecList_value {
    min-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #e5e5e5;
    font-weight: bold;
}


.google-map iframe {
  width: 100%;
  max-width: 100%;
  border: 0;
}

.rakuten-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 12px 18px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;

  background: #fff;
  color: #111;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;

  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.rakuten-btn:hover {
  background-color: #fafafa;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.rakuten-btn .icon {
  font-size: 14px;
  line-height: 1;
}


@media screen and (max-width: 767px) {
.studio-info-table td, .studio-info-table th {
        padding: 4px 5px;
    }
	
	.p-studioSpecList {
        grid-template-columns: repeat(2, 1fr);
    }

.p-paymentSpecList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    margin-left: 0 !important;
}

.p-paymentSpecList_item {
    display: flex;
    align-items: stretch;
    padding: 0;              /* ← 余白なし */
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.p-paymentSpecList_label {
    flex: 1;
    padding: 8px 10px;       /* ← 文字だけに最低限 */
    font-size: 12px;
}

.p-paymentSpecList_value {
    min-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #e5e5e5;
    font-weight: bold;
    padding: 0;              /* ← 余白なし */
    margin: 0;               /* ← 念のため */
}




.p-studioSpecList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 !important;
    padding: 0;
    list-style: none;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.p-studioSpecList_item {
    display: flex;
    align-items: stretch;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.p-studioSpecList_label {
    flex: 1;
        padding: 5px 2px 0;
    font-size: 12px;
}

.p-studioSpecList_value {
    min-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #e5e5e5;
    font-weight: bold;
}	
  .rakuten-btn {
    width: 100%;
    justify-content: center;
  }
	
	
}