/*
 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;
}





/* ここからコピー */
.splideSlider-title {
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 10px;
    margin: 0 0 16px;
    line-height: 1;
    border-bottom: 1px solid #D6D6D6;
}

/* メイン画像の調整 */
.splide__slide img {
    width: var(--main-slide-size) !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

.thumbnails {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
  list-style: none !important;
}

.slick-list {
  position: absolute;
    top: 0;
    left: 0;
  overflow: visible !important;
}

.splide__arrow {
    width: 1em !important;
    height: 1em !important;
    background: transparent !important;
    top: 50% !important;
    transform: translatey(-50%) !important;;
}

.splideSlider-wrapper.row.splide-plans .splide__arrow {
    top: 120px !important;
}

.splide__arrow svg,
.splide__arrow svg {
  color: #999 !important;
}

.splide__arrow--next {
  right: 0 !important;
}

.splide__arrow--prev {
    left: 0 !important;
}

.main-slider .quote {
    display: block;
    font-size: 10px;
    text-align: right;
    line-height: 1;
    margin: 10px 10px 0 auto;
    color: #999;
    cursor: pointer;
    position: relative;
    z-index: 20;
}
.main-slider .quote a {
  color: blue !important;
}

.splideSlider-wrapper.row #main-slider,
.splideSlider-wrapper.row .thumbnails {
    max-width: unset;
}

.splideSlider-wrapper.row .main-slider .splide__slide .img-wrap {
    display: block;
    text-decoration: none !important;
    width: 90%;
    height: 0;
/*  padding-top: 66.717%; */
    padding-top: 60.717%;
    user-select: none;
    max-width: 550px;
    margin: 0 auto;
    position: relative;
}

.subpage .splideSlider-wrapper.row .main-slider .splide__slide .img-wrap,
.single .splideSlider-wrapper.row .main-slider .splide__slide .img-wrap {
    max-width: 400px;
}

.splideSlider-wrapper.row .main-slider .splide__slide img {
    height: 100% !important;
    object-fit: cover;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.splideSlider-wrapper.row .text-wrap {
    margin-top: 16px;
}
.splideSlider-wrapper.row .text-wrap dl{
    display: table;
    padding: 10px 0;
    margin: 0;
    vertical-align: top;
    border-top: 1px solid #d6d6d6;
    width: 100%;
}
.splideSlider-wrapper.row .text-wrap dl:last-child {
    border-bottom: 1px solid #d6d6d6;
}
.splideSlider-wrapper.row .text-wrap dl dt {
    width: 100px;
    display: table-cell;
    vertical-align: top;
    padding: 0;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.splideSlider-wrapper.row .text-wrap dl dd {
    max-width: 100%;
    display: table-cell;
    vertical-align: top;
    padding: 0;
    margin: 0;
}
.splideSlider-wrapper.row .text-wrap dl dd p {
    margin: 0 !important;
}
.splideSlider-wrapper.row .text-wrap dl dd p + p{
    margin-top: 10px !important;
}

.splideSlider-wrapper .thumbnails {
    opacity: 1 !important;
    margin: 16px 0 0 !important
}
.splideSlider-wrapper.row .thumbnails{
    display: flex;
    flex-wrap: wrap;
}

.splideSlider-wrapper.row .thumbnails li a{
    display: block;
    height: 0;
    padding-top: 100%;
    position: relative;
    user-select: none;
}
.splideSlider-wrapper.row .thumbnails .thumbnail {
    cursor: pointer;
    opacity: 1 !important;
    position: relative;
    width: 18.464%;
    margin: 1.92% 1.92% 0 0;
    padding: 0 !important;
    border: none !important;
}
.splideSlider-wrapper.row .thumbnails .thumbnail:nth-child(-n+5) {
    margin-top: 0;
}
.splideSlider-wrapper.row .thumbnails .thumbnail:nth-child(5n) {
    margin-right: 0;
}
.splideSlider-wrapper.row .thumbnails .thumbnail img {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

@media (min-width: 768px){
    .splideSlider-wrapper.row {
        display: grid;
        grid-template-columns: 65% 35%;
        grid-template-rows: auto auto;
        align-items: flex-start;
        justify-content: space-between;
    }
    
    .splideSlider-wrapper.row .main-slider {
          grid-column: 1 / 2;
          grid-row: 1 / 2;
    }
    .splideSlider-wrapper .thumbnails {
        grid-column: 2 / 2;
        grid-row: 1 / 2;
        margin: 0 0 0 3% !important;
    }
  .splideSlider-wrapper.row .main-slider .splide__slide .img-wrap {
    width: 100%;
  }
    .splideSlider-wrapper.row .thumbnails li:nth-of-type(1), 
    .splideSlider-wrapper.row .thumbnails li:nth-of-type(2), 
    .splideSlider-wrapper.row .thumbnails li:nth-of-type(3) {
        margin-top: 0 !important;
    }
    .splideSlider-wrapper.row .thumbnails li {
        width: 100px !important;
        height: 100px !important;
    }
   .single .splideSlider-wrapper.row .thumbnails li,
   .subpage .splideSlider-wrapper.row .thumbnails li {
     width: 60px !important;
     height: 60px !important;
  }

    .splideSlider-wrapper.row .thumbnails .thumbnail {
        width: 32.5%;
        margin: 2.25% 2.25% 0 0 !important;
    }
    .splideSlider-wrapper.row .thumbnails .thumbnail:nth-child(-n+5) {
        margin-top: unset;
    }
    .splideSlider-wrapper.row .thumbnails .thumbnail:nth-child(5n) {
        margin-right: unset;
    }
    .splideSlider-wrapper.row .thumbnails .thumbnail:nth-child(-n+3) {
        margin-top: 0 !important;
    }
    .splideSlider-wrapper.row .thumbnails .thumbnail:nth-child(3n) {
        margin-right: 0 !important;
    }
  .splideSlider-wrapper.row.splide-plans .splide__arrow {
    top: 175px !important;
}
}

/* カスタムプロパティ（変数） */
:root {
  --main-slide-size: 100%;
}

.splideSlider-wrapper.row .text-wrap dl dd {
	word-break: break-all;
}