@charset "utf-8";

#banner-area {
  position: fixed;
  bottom: 160px;
  right: 2.0rem;
  z-index: 100;
  max-width: 300px;
  width: 100%;
  height: auto;
}

#banner-area a {
  display: block;
}
.topbnr {
    margin: 4rem auto 0;
    width: 80%;
}
.fixBan3 {
    position: fixed;
    z-index: 102;
    bottom: 100px;
    right: 0;
    width: 360px;
    /*transition: .3s;*/
    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
}

/*このクラスが付与されると表示する*/
.fixBan3.active {
    opacity: 1;
    visibility: visible;
}

/*このクラスが付与されると停止する*/
.fixBan3.absolute {
    position: absolute;
    bottom: 0;
    display: none;
}

/* fixBan3 */
.fixBan3 {
    /* min-height: 290px; */
    /* background: rgba(114,0,0,.7); */
}

#anc02 .fixBan3 {
    background: rgba(0,61,121,.7);
}

#anc03 .fixBan3 {
    background: rgba(79,62,44,.8);
}
.fixBan3 a {
    /* margin: 0 0 0 20px; */
    /* padding: 15px 20px 38px; */
    /* background: url(./img/arrow_ccl.svg) calc(100% - 20px) calc(100% - 10px) no-repeat; */
    /* background-size: 20px auto; */
    /* border: 1px solid #949494; */
    /* border-right: none; */
    /* font-size: 1.3rem; */
    /* font-weight: 700; */
    /* text-align: right; */
    /* line-height: 1.4; */
}

.fixBan3 a:hover {
    background: rgb(0 0 0 / 0.5) url(./img/arrow_ccl.svg) calc(100% - 20px) calc(100% - 10px) no-repeat;
    background-size: 20px auto;
}


/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/

  .center {
    text-align: center;
  }

  .pr .summaryArea {
    box-shadow: 0px 15px 15px -10px rgb(0 0 0 / 10%);
    padding: 2rem 3rem 3.6rem;
    margin: 2rem 0 0;
    background: url(https://www.warabi-hanjo.com/wp/wp-content/themes/SE040/img/summaryArea_bg.jpg) no-repeat;
  }

  .pr .summaryTit {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.12em;
    text-align: center;
  }

  .pr .txtArea {
    background-color: #fff;
    padding: 2.6rem 3rem 1.6rem;
    margin: 1.9rem 0 0;
  }

  .pr .float-wrap.cf {
    margin-bottom: 1rem;
  }

  .pr .float-wrap {
    margin: 1rem auto;
  }

  #category .pr h2 {
    margin-top: 10rem;
  }

  .pr .summaryArea .catch {
    color: #A62100;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.12em;
  }

  .lower_bottom {
    margin-top: 120px;
    background: url(img/parts01_bg.jpg) no-repeat center top;
    width: auto;
  }

  .lower_bottom .addParts01 {
    background-size: cover;
    padding: 5rem 1.5rem 1.5rem;
    margin: 0 auto;
    width: 1100px;
  }

  .lower_bottom .addParts01 .blockWrap .block {
    background-color: #fff;
    text-align: center;
    margin: 3rem 0 0;
    width: calc((100% - 44px)/3);
    padding: 0 3.1rem 0.6rem;
  }


  .lower_bottom .addParts01 .block .catch {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #634736;
    line-height: 1.4;
    margin: 0 -3.1rem;
    font-size: 2.6rem;
    padding: 1.8rem 0.6rem;
  }

  .lower_bottom .addParts01 .priceArea .priceTit {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    background-color: #A28C7E;
    padding: 2px 4px;
    position: relative;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: normal;
    width: 120px;
    font-size: 1.8rem;
  }

  footer {
    margin: 0;
  }

  .lower_bottom .addParts01 .block p {
    font-size: 2rem;
  }

  ul.mokuji li::before {
    content: "●";
    position: absolute;
    color: #698A0C;
    top: -0.1rem;
    top: 0.34rem;
    left: 0;
    margin: auto;
    height: 2.63rem;
    font-size: 1.2rem;
    line-height: 2.14;
  }

  ul.mokuji li {
    position: relative;
    padding-left: 3rem;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 1.4rem;
    line-height: 2.14;
  }

  .lower_bottom .addParts01 .block div[class^="btn"] a {
    padding: 2.1rem 10%;
  }

  p.slider-text {
    padding: 0 6rem;
    margin: 2rem auto;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0.03em;
  }











/*--------------------------------------
　Global Nav
---------------------------------------*/

#g-nav {
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
#g-nav ul {
  display: flex;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: min(100%,1200px);
  height: auto;
  margin: 0 auto;
}
#g-nav li {
  width: 100%;
  min-height: 80px;
  text-align: center;
  position: relative;
}
#g-nav li::before {
  content: "";
  background: linear-gradient(#bbb, #bbb);
  background-size: 1px 1px;
  width: 1px;
  height: calc(100% - 40px);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#g-nav li:last-child::after {
  content: "";
  background: linear-gradient(#bbb, #bbb);
  background-size: 1px 1px;
  width: 1px;
  height: calc(100% - 40px);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#g-nav li a {
  display: table;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 20px 12px;
  position: relative;
}
#g-nav li a span {
  display: table-cell;
  vertical-align: middle;
  font-weight: inherit;
  color: inherit;
  border-bottom: none;
}
#g-nav li a:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #eabc09;
  position: absolute;
  left: 0;
  bottom: 2px;
  opacity: 1;
}
#g-nav li a:hover {
  opacity: 1;
}



}

/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/

  #category .pr h2 {
    margin-top: 7rem;
  }

  .pr .summaryTit {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.12em;
    text-align: center;
  }

  .pr .summaryArea .catch {
    color: #A62100;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.12em;
    font-size: 1.8rem;
  }

  .pr .summaryArea .txtArea {
    margin: 1rem 0 0;
    padding: 1.6rem;
  }

  .pr .summaryArea {
    box-shadow: 0px 15px 15px -10px rgb(0 0 0 / 10%);
    padding: 2rem 3rem 3.6rem;
    margin: 2rem 0 0;
    background: url(https://www.warabi-hanjo.com/wp/wp-content/themes/SE040/img/summaryArea_bg.jpg) repeat;
  }

  .pr .summaryArea .txtArea {
    margin: 1rem 0 0;
    padding: 1.6rem;
    background-color: #fff;
  }

  .lower_bottom .addParts01 .priceArea .priceTit {
    width: 120px;
    font-size: 1.8rem;
  }

  .lower_bottom .addParts01 .priceArea .price {
    font-weight: unset;
  }

  .toc_parts ul {
    padding: 0;
  }

  ul.mokuji li::before {
    content: "●";
    position: absolute;
    color: #698A0C;
    top: -0.1rem;
    top: 0.34rem;
    left: 0;
    margin: auto;
    height: 2.63rem;
    font-size: 1.2rem;
    line-height: 2.14;
  }

  ul.mokuji li {
    font-size: 1.3rem;
    min-height: 12px;
    padding: 0.3rem 0 0.3rem 6%;
    position: relative;
  }

  .addParts01 .priceArea .price {
    padding: 0 0 0 0px;
  }

  #banner-area {
    left: 5px;
    bottom: 10px;
  }

  footer .botArea {
    margin: 0 0 100px;
  }
.fixBan3 {
    bottom: 0;
    width: 80%;
}

a#page-top {
    bottom: 11rem !important;
}
.topbnr {
    margin: 2rem auto 0;
    width: auto;
}
	
}



/* oki_20230216 */
.kanren {
  margin-top: 8rem;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
}

.midasi {
  position: relative;
  font-size: 2.2rem;
  color: #B9472A;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 0 0 20px;
  text-align: center;
}

.kanren br {
  display: none;
}

/* アコーディオンのときに下記追加 */

ul.readmore-content {
  background: #F2F3F7;
  padding: 2.3rem 3rem;
  margin-bottom: 5rem;
}

.readmore-content {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.readmore-content::before {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100px;
  z-index: 1;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(242 243 247) 70%, rgb(242 243 247) 80%, #f2f3f7 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */

.readmore-label {
  display: table;
  bottom: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  padding: 0 10px;
  background: radial-gradient(circle at center, #bc6650 0%, #9f4c37 60%);
  border-radius: 15px;
  color: #FFF;
  margin-bottom: 1rem;
}

.readmore-label:before {
  content: "\7D9A\304D\3092\8AAD\3080";
}

.readmore-check {
  display: none;
}

/*チェック時にボタンを非表示*/
.readmore-check:checked~.readmore-label {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
  /* display: none; */
}

.readmore-check:checked~.readmore-label:before {
  content: "\9589\3058\308B";
}

/*チェック時に高さを自動に戻す*/
.readmore-check:checked~.readmore-content {
  height: auto;
}

/*チェック時グラデーション等を削除*/
.readmore-check:checked~.readmore-content::before {
  display: none;
}

ul.readmore-content {
  background: #F2F3F7;
  padding: 2.3rem 3rem;
  margin-bottom: 5rem;
}

ul.readmore-content li {
  position: relative;
  padding-left: 3rem;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 2.14;
}

ul.readmore-content li::before {
  content: "●";
  position: absolute;
  color: #698A0C;
  top: -0.1rem;
  top: 0.34rem;
  left: 0;
  margin: auto;
  height: 2.63rem;
  font-size: 1.2rem;
  line-height: 2.14;
}


.caption {
  margin: 10px 0;
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #C0C0C0 #eee;
  /*一つ目はスクロールバーのつまみ、二つ目はトラックに適用される。 */
}

/* for chrome, safari */
.caption::-webkit-scrollbar {
  height: 5px;
}

.caption::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #C0C0C0;
}

.caption::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #eee;
}
