@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*--------------------------------------
レビューボックス
--------------------------------------*/
.site-review-box {
  background-color: #fdf9ee;
  padding: 2em;
  font-size: 70%;
  margin-bottom: 2em;
  border-radius: 10px; /*丸み*/
}

.gl-swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    padding: 0;
    position: relative;
    transition: opacity .5s;
    z-index: 1;
}
.glsr-review {
    background: #fff;
    padding: 1em;
    margin: 0.5em;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1), 0px 1px 2px 0px rgba(0,0,0,0.06)
}
.glsr_swiper-container {
    box-sizing: border-box;
    margin: 0calc(var(--gl-spacing)/2*-1);
    overflow: hidden;
    padding: 0calc(var(--gl-spacing)/2);
}
.swiper-slide{
    width: 48%;
    display: flex;
    flex-shrink: 0;
    position: relative;
    transition-property: transform;
} 
.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1;
}
.swiper-pagination {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin-top: 16px;
    width: 100%;
}
a.swiper-bullet {
    box-shadow: none!important;
    cursor: pointer;
    display: flex;
    text-decoration: none!important;
}
a.swiper-bullet:before {
    background: #c3c4c7;
    border-radius: 10px;
    content: "";
    height: 10px;
    margin: 4px;
    transition: background .2s ease;
    width: 10px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #39a0ff;
    opacity: 1;
}
.glsr-review-author::before, .glsr-review-title, .glsr-review-date {
    display: none !important;
}

.accordion > label {
    background-color: #f5f5f5;
}

.accordion label.glsr-label {
    border: none;
}

.accordion label.glsr-label::after {
  content: none;
}

@media screen and (min-width:768px) {
  #geniee_overlay_outer {
    display:none;
  }
}

/* カスタムレビューボックス */
.glsr-custom-review-container {
  overflow-x: scroll;
  margin-bottom: 25px;
}

.able-scroll-arrow {
  text-align: right;
  margin: 20px 0 10px;
}

.glsr-custom-review-wrap {
}

.glsr_swiper-container {
  padding-bottom: 10px;
}

.glsr-custom-review {
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  position: relative;
}

.glsr-custom-review-author {
    margin: 0 0 0 auto;
    width: 200px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: 30px;
}

.author-info-wrap {
  display: flex;
  font-size: 12px;
  margin-bottom: 12px;
}

.author-info .glsr-review-rating {
  font-size: 14px;
}

.glsr-custom-review-content {
  font-size: 12px;
  margin-bottom: 25px;
}

.auhtor-img {
   width: 70px;
	margin-right: 15px;
}

.glsr-tag-value {
    line-height: 1.8;
}

@media screen and (max-width:767px) {
  .auhtor-img {
    width: 50px;
  }
  
  .author-info-wrap,
  .glsr-custom-review-content {
    font-size: 11px;
  }
  
  .glsr-custom-review-content {
    margin-bottom: 35px;
  }
  
  .glsr-custom-review-author {
    width: 150px;
    right: 20px;
  }
}

.p-breadcrumb__list {
    flex-wrap: wrap; //記事名が長い場合は折り返す
}
.single .p-breadcrumb__item:last-child>span.p-breadcrumb__text {
    display: block!important; //記事名の表示
    opacity: 1; //記事名を半透明にしない
    white-space: pre-wrap;//記事名が長い場合は折り返す
}