/*
 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: #797052 !important;
    /*検索ボックステーブルの見出しの背景色*/
    color: white !important;
    /*検索ボックステーブルの見出しテキストの色*/
}

.nxrc-search-button button {
    background-color: #d06323 !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;
    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 !important;
}

#sidebar .sidebar-list.design2 .sidebar-title {
    padding-bottom: 1rem;
    border-bottom: 3px solid var(--main);
    font-weight: 700;
}

#sidebar .sidebar-list.design3 .sidebar-title {
    position: relative;
    padding-bottom: 1.4rem;
    font-size: 16px;
}

#sidebar .sidebar-list.design3 .sidebar-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-image: repeating-linear-gradient(45deg, var(--main) 0px, var(--main) 2px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
    background-size: 8px 8px;
}

.sec-faq.design2.bg-base .faq-item::before,
.sec-faq.design2.bg-base .faq-item::after {
    display: none;
}

.sec-tablepress.row_table.bg-gray .tablepress td:first-child {
    background: #ddd !important;
}

.cat-list .cat-item .img-wrap img {
    height: auto;
}


/*********************************
  テキストデザイン共通
*********************************/
[class*="is-style-border_icon_"] strong {
  padding: 0 4px 3px;
  border-bottom: 1px dashed #bbb;
}
  
[class*="is-style-border_icon_"] {
  margin: 30px 0 16px !important;
  border-width: 2px;
  border-style: solid;
  padding: 2em 1.5em 1.5em;
  position: relative;
}
  
@media (min-width: 600px) {
  [class*="is-style-border_icon_"] {
    padding: 2.5em 2em 2em;
  }
}
  
[class*="is-style-border_icon_"]::before {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 .05em;
  border: 2px solid;
  border-radius: 50%;
  font-size: 1.25em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  line-height: 1;
  color: #fff;
  width: 2em;
  height: 2em;
  position: absolute;
  top: -1px;
  left: .5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
  
/*********************************
icon：電球
*********************************/
  .is-style-border_icon_point:before {
  content: "\f0eb"; 
}
/*********************************
icon：ブックマーク
*********************************/
.is-style-border_icon_check:before {
  content: "\f00c"; 
}
/*********************************
icon：指
*********************************/
.is-style-border_icon_finger:before {
  content: "\f0a6"; 
}
/*********************************
icon：ペン
*********************************/
.is-style-border_icon_pen:before {
  content: "\f044"; 
}
/*********************************
icon：フラッグ
*********************************/
.is-style-border_icon_flag:before {
  content: "\f024"; 
}
/*********************************
icon：アナウンス
*********************************/
.is-style-border_icon_announce:before {
  content: "\f0a1"; 
  transform: translateY(-50%) rotate(-15deg);
}
  
/*********************************
各種カラーパレッド
*********************************/
/* オレンジ */
.is-style-border_orange {
  border-color: var(--color_border_icon_orange);
}
.is-style-border_orange::before {
  background-color: var(--color_border_icon_orange);
}
  
/* イエロー */
.is-style-border_yellow {
  border-color: var(--color_border_icon_yellow);
}
.is-style-border_yellow::before {
  background-color: var(--color_border_icon_yellow);
}
  
/* グリーン */
.is-style-border_green {
  border-color: var(--color_border_icon_green);
}
.is-style-border_green::before {
  background-color: var(--color_border_icon_green);
}
  
/* ブルー */
.is-style-border_blue {
  border-color: var(--color_border_icon_blue);
}
.is-style-border_blue::before {
  background-color: var(--color_border_icon_blue);
}
  
/* レッド */
.is-style-border_red {
  border-color: var(--color_border_icon_red);
}
.is-style-border_red::before {
  background-color: var(--color_border_icon_red);
}
  
/* ピンク */
.is-style-border_pink {
  border-color: var(--color_border_icon_pink);
}
.is-style-border_pink::before {
  background-color: var(--color_border_icon_pink);
}

/* カラーコード指定の場合はカラーコードを直接HTML・CSSに記載する*/
[class*="is-style-border_icon_"].is-style-border_f44336 {
  border-color: #f44336;
}
[class*="is-style-border_icon_"].is-style-border_f44336::before,
[class*="is-style-border_icon_"].is-style-border_f44336::after {
  background-color: #f44336;
}
  
/* カラーカスタム */
  :root {
  --color_border_icon_orange: #ffa537; /* オレンジ */
  --color_border_icon_yellow: #ffeb3b; /* イエロー */
  --color_border_icon_green: #4caf50;  /* グリーン */
  --color_border_icon_blue: #2196f3;   /* ブルー */
  --color_border_icon_red: #f44336;    /* レッド */
  --color_border_icon_pink: #e91e63;   /* ピンク */
  }
  

/*********************************
  テキストデザイン共通
  *********************************/
  [class*="is-style-list-content_"]  {
  box-sizing: border-box;
  background: #fff;
  clear: both;
  display: block;
  width: 100%;
  max-width: 750px;
  position: relative;
  border: 2px solid ;
  padding: 12px !important;
  margin: 30px auto 40px;
  }
  
  @media screen and (min-width: 768px) {
    [class*="is-style-list-content_"] {
      padding: 20px !important;
    }
  }
  
  [class*="is-style-list-content_"] ul,
  [class*="is-style-list-content_"] li {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.6;
  box-sizing: border-box;
  font-size: 100%;
  border: none !important;
  list-style: none !important;
  }
  [class*="is-style-list-content_"] ul {
  margin: 16px 0px 0 !important;
  }
  [class*="is-style-list-content_"] ul li {
    font-size: 14px;
  font-weight: 600;
    color: #333 !important;
  padding: 0px 0px 1px 22px !important;
  position: relative;
  }
  
  @media screen and (min-width: 768px) {
    [class*="is-style-list-content_"] ul li {
      font-size: 16px;
    }
  }
  
  
  [class*="is-style-list-content_"] ul li + li {
  margin-top: 10px !important;
  }
  [class*="is-style-list-content_"] ul li::before{
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: .5em;
  left: 4px;
  }
  
  [class*="is-style-list-content_"] .list-content-title {
  font-size: 16px;
  max-width: 95%;
  position: absolute;
  top: -20px;
  left: -2px;
  z-index: 1;
  margin: 0px 0px -30px;
  padding: 8px 10px 8px;
  color: #fff;
  font-weight: 600;
  line-height: 1.25;
  }
  
  @media screen and (min-width: 768px) {
    [class*="is-style-list-content_"] .list-content-title {
      font-size: 18px;
    }
  }
  .is-style-list-content_txt .list-content-title::before {
  content: "\f02b"; 
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  margin-right: 6px;
  }
  
  /*********************************
  リンク
  *********************************/
  .is-style-list-content_link .list-content-title::before {
  content: "\f304"; 
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  margin-right: 6px;
  }
  
  .is-style-list-content_link ul li a {
  text-decoration: underline !important;
  color: blue !important;
  line-height: 1.4;
  }
  .is-style-list-content_link ul li:hover a {
  opacity: .7;
  transition: opacity .3s;
  }

/*********************************
各種カラーパレッド
*********************************/
  
/* オレンジ */
.is-style-list-content_orange {
  border-color: var(--color_border_icon_orange);
}
.is-style-list-content_orange .list-content-title,
.is-style-list-content_orange ul li::before { 
  background-color: var(--color_border_icon_orange);
}
  
/* イエロー */
.is-style-list-content_yellow {
  border-color: var(--color_border_icon_yellow);
}
.is-style-list-content_yellow .list-content-title,
.is-style-list-content_yellow ul li::before {
  background-color: var(--color_border_icon_yellow);
}
  
/* グリーン */
.is-style-list-content_green {
  border-color: var(--color_border_icon_green);
}
.is-style-list-content_green .list-content-title,
.is-style-list-content_green ul li::before {
  background-color: var(--color_border_icon_green);
}
  
/* ブルー */
.is-style-list-content_blue {
  border-color: var(--color_border_icon_blue);
}
.is-style-list-content_blue .list-content-title,
.is-style-list-content_blue ul li::before {
  background-color: var(--color_border_icon_blue);
}
  
/* レッド */
.is-style-list-content_red {
  border-color: var(--color_border_icon_red);
}
.is-style-list-content_red .list-content-title,
.is-style-list-content_red ul li::before {
  background-color: var(--color_border_icon_red);
}
  
/* ピンク */
.is-style-list-content_pink {
  border-color: var(--color_border_icon_pink);
}
.is-style-list-content_pink .list-content-title,
.is-style-list-content_pink ul li::before {
  background-color: var(--color_border_icon_pink);
}

/* メインカラー */
[class*="is-style-list-content_"].is-style-list-content_36bd00 {
  border-color: #36bd00 !important; 
}
[class*="is-style-list-content_"].is-style-list-content_36bd00 .list-content-title,
[class*="is-style-list-content_"].is-style-list-content_36bd00 ul li::before {
  background-color:#36bd00  !important; 
}
  
/* カラーカスタム */
:root {
  --color_border_icon_orange: #d06323; /* オレンジ */
  --color_border_icon_yellow: #ffeb3b; /* イエロー */
  --color_border_icon_green: #4caf50;  /* グリーン */
  --color_border_icon_blue: #2196f3;   /* ブルー */
  --color_border_icon_red: #f44336;    /* レッド */
  --color_border_icon_pink: #e91e63;   /* ピンク */
  --color_border_icon_main: rgba(0, 0, 0, 0.8);
  }
