/*
 Theme Name:   e_ver004 Child
 Description:  e_ver004の子テーマ
 Author:       adminadmin
 Template:     e_ver004
 Version:      1.0.0
*/

/* =============================================
COLOR OPTION（カラーオプション） 
==============================================*/
:root {
    --white: #ffffff;
    --black: #333333;
    --main-black: #313131;
    --main-blue: #7FAAD0;
    --main-beige: #c1b78c;
    --main-green: #249D57;
    --main-navy: #01355C;
    --main-apricot: #fcbb4e;
    --main-pink: #f3bdbf;
    --main: #9E2328;
}

/* =============================================
3BOX（TOP3BOX） 
==============================================*/
/* おすすめポイントの高さ調整 */

.sec-3box .wrapper .box .name {
    /* 	min-height: 70px; */
}

.sec-3box .wrapper .box .point {
    /*     min-height: 125px; */
}

.sec-3box .wrapper .box .name {
    /* 	min-height: 70px; */
}

.sec-3box .wrapper .box .content {
    /* 	min-height: 50px; */
    min-height: unset;
}


/* =============================================
検索機能装飾
==============================================*/
.nxrc-search-form table tr th,
.search .nxrc-fields th {
    background-color: var(--main-navy) !important;
    /*検索ボックステーブルの見出しの背景色*/
    color: white !important;
    /*検索ボックステーブルの見出しテキストの色*/
}

.nxrc-search-button button {
    background-color: #32b16c !important;
    /*ボタンから*/
    color: #ffffff !important;
    /*ボタンテキストのカラー*/
}

/*********************************
3BOX(セレクション)
*********************************/
/* ボタンカラー */
/* [class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_1 a {
	background-color: red !important; 
	border-color: red !important; 
    color: #fff;
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_1 a {
	background-color: red !important; 
	border-color: red !important; 
    color: #fff;
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_1 a:hover {
    background: #fff !important;
    color: red !important;
} */
/* 概要高さ調整 */

/* [class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-txt {
	min-height: 150px !important;
} */



.svg-icon {
    height: 45px !important;
    width: auto;
}

@media screen and (max-width:768px) {
    .pr-bottom a.btn-c {
        font-size: 1.8rem;
        padding-left: 3rem;
        letter-spacing: 0.1rem;
    }

    .pr-bottom a.btn-c span {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 768px) {
    .header-logo .main-icon {
        height: 60px;
    }
}

table#tablepress-12 {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    /*   table-layout: fixed; */
}

table#tablepress-12 td {
    border: 1px solid #ddd !important;
    padding: 8px;
    background: white;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width: 0 !important;
    width: auto;
}

table#tablepress-12 td.column-1 {
    position: sticky;
    left: 0px;
    z-index: 2;
    background: white;
    border-right: 1px solid #bbb;
    width: 151px;
}

@media screen and (max-width: 600px) {
    table#tablepress-12 td.column-1 {
        width: 120px !important;
    }
}

table#tablepress-12 td.column-2 {
   /* position: sticky; */
	position:static;
    left: 152px;
    z-index: 1;
    background: white;
    border-right: 1px solid #bbb;
    width: 105px;
}

@media screen and (max-width: 600px) {
    table#tablepress-12 td.column-2 {
        left: 120px;
    }
}

/* 年齢確認ポップアップ用 */
/* ポップアップの背景 */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* ポップアップの本体 */
.popup-content {
    background: white;
    border-radius: 10px;
    text-align: center;
    width: 90%;
    max-width: 640px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.popup-content--in {
    padding: 2rem;
}

.popup-content--btn {
    background: #eee;
    border: 1px solid #ddd;
}

.popup-lg {
    font-weight: 700;
    font-size: 2rem;
}

.popup-content strong {
    background: #eee;
    font-weight: 700;
    display: block;
    text-align: center;
    border: 1px solid #ddd;
    padding: 0.5rem;
    font-size: 1.4rem;
}

/* ボタンデザイン */
.popup-content button {
    margin: 1rem;
    padding: 0.6rem 8rem;
    border: none;
    cursor: pointer;
    font-size: 1.6rem;
}

#yesBtn {
    background: #66BB6A;
    color: white;
    border-radius: 5px;
    font-weight: 700;
}

#yesBtn small {
    display: block;
    font-size: 1rem;
    font-weight: 400;
}

#noBtn {
    background: #f5f5f5;
    color: #333;
    border-radius: 5px;
    font-weight: 700;
}

#noBtn small {
    display: block;
    font-size: 1rem;
    font-weight: 400;
}

.popup-content--in small {
    font-size: 1.2rem;
    margin-top: 1rem;
}

.point-wrap p {
	position:relative;
	padding-left:26px;
}

.point-wrap p:before{
	position:absolute;
	top:0;
	left:0;
	width:24px;
	height:24px;
}

.sec-bottomContent h4, .single .recommend-box h4 {
	display:block;
}

/*********************************
CODEPEN用
*********************************/
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}
.section {
  margin: 0 auto;
  padding: 2rem 4vw;
}

figure.plan-table {
  margin: 16px 0 25px !important;
}
.plan-table table{
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0
}
.plan-table table.is-fullwidth{
  width: 100%;
}
.plan-table,
.plan-table tbody {
  background-color: #fff;
  color: #333;
}

.plan-table thead {
  background-color: var(--plan-table-primary-color);
}

.plan-table thead th {
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: none;
  vertical-align: middle;
}
.plan-table th,
.plan-table td {
  border: 1px solid #DDD !important;
  border-width: 1px 0 0;
  padding: 1em 1.2em;
  vertical-align: middle;    
}
.plan-table th {
  border: 1px solid #DDD;
  border-width: 1px 0 0;
  padding: 1em 1.2em;
  vertical-align: middle;
}

.plan-table tbody th {
  background: #FAFAFA;
  text-align: center;
  padding: 1em;
}
.plan-table td {
  border-left: 1px solid #DDD;
  text-align: center;
}

.plan-table th, 
.plan-table td {
  text-align: center;
  padding: 1em;
}
.plan-table th p, 
.plan-table td p {
  display: none;
  margin: 0;
}
.plan-table td {
   vertical-align: middle;
}
.plan-table svg {
  display: block;
  margin: auto;
}

/* 三角形 */
.is-request polygon {
  fill: white;
  stroke: var(--plan-table-polygon-color);
  stroke-width: 2;
}
/* 〇 */
.is-available circle {
  fill: white;
  stroke: red;
  stroke-width: 2;
}

/* 二重〇 */
.is-special circle:first-of-type {
  fill: white;
  stroke: var(--plan-table-circle-color);
  stroke-width: 2;
}
.is-special circle:last-of-type {
  fill: white;
  stroke: var(--plan-table-circle-color);
  stroke-width: 2;
}

/* カスタムプロパティ（変数） */
:root {
  --plan-table-primary-color: #1B9869;
  --plan-table-circle-color: red;
  --plan-table-polygon-color: #1B9869;
}


#table-price  td:first-child{
	background: var(--sub);
	border-top: 1px solid #efefef !important;
	color: #fff;
}
#table-price tr .column-1:first-child {
	font-weight: 600;
    position: sticky;
    left: 0;
    z-index: 5;
    width: 123px;
    background: #f0f0f0;
    color: #54432d;
}
#table-price tr td:first-child {
    padding: 0.5rem;
    text-align:left;
    vertical-align: middle;
	font-size: 1.2rem;
    box-sizing: border-box;
    border-color: #fff !important;
    border-left: 1px solid #efefef !important;	
}

#table-price tr td {
	text-align:center;
	width: 185px;
    min-width: 185px;
    padding: 1rem 0.7rem;
    vertical-align: top;
    font-size: 14px;
    word-break: break-all;
    box-sizing: border-box;
    border: 1px solid #efefef !important;
}
#table-price .separate td:first-child{
    background: #c1b78c;
    font-size: 15px;
    text-align: left;
    z-index: 20;
    color: #ffffff;
}
#table-price a{
    text-decoration: underline;	
	color: #54432d;
}
#table-price a:hover {
	opacity: 0.5 !important;
}
#table-price .row-2 {
	    background:#fcfce8;
}
#table-price .row-2 td {
    font-size: 15px;
    font-weight: bold;
}
#table-price .row-3 td {
    font-size: 16px;
    font-weight: bold;
}
.scrollArea {
  overflow-x: auto;
  position: relative;
  width: 100%;
}

#table-price {
  min-width: 1000px;
  border-collapse: collapse;
}
#table-price tr.separate td[colspan] {
  position: sticky;
  left: 0;
  z-index: 10;
background-color: #c1b78c;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  white-space: nowrap;
  border-right: 1px solid #ccc;
}
#table-price td.column-1,
#table-price th.column-1 {
  position: sticky;
  left: 0;
  z-index: 5;
  background-color: #fff;
}
#table-price .sticky-left {
  position: sticky;
  left: 0;
  z-index: 10;
  background: #729abd;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  padding: 12px;
  white-space: nowrap;
  border-right: 1px solid #ccc;
}

/* 残りの空セル（見た目合わせ用） */
#table-price .separate-bg {
  background: #729abd;
}

.footer-banner-btn i {
    display: none;
}

/* =============================================
比較表用リンク色 
==============================================*/

.linkdesign {
	color: #0000ee;
	font-size: 12px;
}

.font-size {
	font-size: 11px;
}

/* 3BOXボタン調節 */
[class*=is-BrSearchContents-style_selectBoxes_] .select-box .select-btn_2 {
    margin-top: 75px;
}

[class*=is-BrSearchContents-style_selectBoxes_] .select-box .select-btn_2 a {
    background-color: #C1B78C;
    border-color: #C1B78C;
    color: #fff;
}

[class*=is-BrSearchContents-style_selectBoxes_] .select-box .select-btn_2 a:hover {
    background: #fff;
    color: #C1B78C;
}