@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
body{
    overflow-x: hidden;
}

#header-image {
  min-height: 350px;
  background-size: contain;
}

@media screen and (max-width:767px) {
  #header-image {
    min-height: 120px;
    margin-bottom: 30px;
  }
  
  .header-image__text {
    padding-top: 0;
  }
}


.amazon-search-keyword a {
    color: #000;
}


figure.wp-block-gallery.columns-2.is-cropped {
    width: 662px;
    height: 422px;
    max-width:100%
}
  
@media(max-width: 500px){
  figure.wp-block-gallery.columns-2.is-cropped {
      height: 241px;
      width: 345px;
  }
}

.my-widget.show_num {
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 10px;
  background: #fff;
}

.my-widget.show_num li {
  list-style:none;
}

.my-widget.show_num li a {
  padding: 7px;
  color: #626262;
  text-decoration: none;
  font-weight: 600;
}

.has-text-align-right {
    margin: 10px 0 0 !important;
}

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

.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: 15px;
}

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

.glsr-custom-review-wrap {
  display: flex;
  overflow-x: scroll;
  padding: 0 10px 10px;
}

.glsr-custom-review {
  width: 400px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 2px 5px 10px 0 rgba(0,0,0,.06);
  background-color: #fff;
  color: #000; 
  margin-right: 25px;
  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;
  line-height: 1.4;
}

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

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

.auhtor-img {
    width: 70px;
}

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

@media screen and (max-width:767px) {
  .glsr-custom-review {
    padding: 20px;
  }

  .glsr-review-copy {
    font-size: 10px;
  }
  
  .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;
  }
}

.sbd-text-bold {
  font-size: 13px;
  font-weight: 700;
}

/* FAQのh3調整 */
.entry-content h3#faq_check {
margin: 0 0 0.7em;
padding: 10px 0;
border: none;
font-size: 1.2em;
line-height: 2;
}

/*FAQ目次非表示*/
.p-toc__link[href="#faq_check"] {
	display: none;
}
.faq_num ul li:before,
.faq_num ol li:before {
	display: none !important;
}
