@charset "UTF-8";


/*----------------------------------------------------
    共通css
----------------------------------------------------*/
	
.date {
  color: #949494;
  text-align: right;
}
.mv_wrapper {
    background: url(https://www.shopdesign-planning.net/wp/wp-content/uploads/mv.jpg);
;;background-repeat: no-repeat;;;
;;;;;background-size: 100%;;;;;;
}	
.underlayer-page-title {
  margin: 30px 0 15px;
}

p.time_function {
  font-size: 13px;
  color: #949494;
}


.knrn {
  margin: 5rem auto;
  border: 1px solid #b0a483;
  padding: 2rem;
  width: 95%;
  max-width: 1000px;
}

.knrn p, #contents .knrn p {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}

.knrn p a {
  font-size: auto;
}

.knrn a {
  line-height: 1.5;
  display: block;
  margin: 0 0 5px;
  padding: 0;
  text-decoration: underline;
}

.knrn br {
  display: none;
}


/*************************************************
	デモ
**************************************************/
.grad-wrap {
  position: relative;
  margin-top: -8rem;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 148px;
  margin: auto;
  padding: .5em 0;
  border-radius: 2px;
  background: #41413f;
  color: #fff;
  /* font-size: 1.3rem; */
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.grad-btn::after {
  content: "もっと見る"
}
.grad-btn:hover {
  background: #fff;
  color: #41413f;
}
.grad-btn .fa {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 80px;
}
.grad-item p + p {
  margin-top: 1em;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す範囲*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  z-index: 1;
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn {
  bottom: -2em;
}
.grad-trigger:checked ~ .grad-btn::after {
  content: "閉じる"
}
.grad-trigger:checked ~ .grad-btn .fa {
  transform: rotate(180deg);
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}


/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 481px) {
  .top3_flex {
    display: flex;
    justify-content: space-around;
  }

  .flex_box {
    width: 33%;
  }

  .top3_flex .slider-area .slider .slider-for {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
  }

  .top3_flex .compare-table-group .slider-area .slider .slick-initialized .slick-slide span img {
    margin: 0 auto 1.5rem;
    height: 150px;
  }

  .top3_flex .flex_box .top-title div {
    padding: 10px;
    margin: 0;
    font-family: "HG明朝B", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 17px;
    line-height: 1.4;
    border-bottom: none;
    color: #fff;
    background: #41413f;
  }

  .flex-title {
    border-bottom: 2px solid #9f9069;
    font-size: 22px;
    color: #4c4c4c;
    position: relative;
    line-height: 1.4;
    margin: 15px 0 15px;
    font-family: "HG明朝B", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
  }

  .top3_flex .compare-table-group {
    margin: 0 0 3rem;
    padding: 2rem 2rem 3rem;
    background: #f4f4f4;
  }

  /*20210819*/
  .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }


  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  nav li {
    float: left;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    padding: 10px 0;
    margin-bottom: 5px;
  }

  nav li a {
    text-decoration: none;
    padding: 10px 20px;
    line-height: 1.4;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #4c4c4c;
    margin: 0;
    border-left: 1px dashed #4c4c4c;
  }

  nav li:last-child a {
    border-right: 1px dashed #4c4c4c;
  }

  /*20210819 END*/


  .fixBan {
    position: fixed;
    bottom: 16rem;
    right: 4px;
    width: 280px;
    z-index: 50;
    display: none;
  }
  .fixBan a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background: #c1c6c6;
    color: #333;
    text-decoration: none;
    padding: 10px 10px;
    box-sizing: border-box;
    border: 2px solid #a03d3b;
    border-radius: 4px;
  }
  .fixBan a:hover {
    opacity: 0.7;
  }
  .fixBan a img {
    width: 60px;
    height: 60px;
  }
  .fixBan a div {
    font-size: 14px;
  }


}


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

@media screen and (max-width: 480px) {

  .date {
    font-size: 12px;
    width: 94%;
  }

  .top3_flex {
    display: block;
    margin: 1em auto;
    width: 90%;
  }

  .top3_flex .flex_box .top-title div {
    padding: 10px;
    margin: 0;
    font-family: "HG明朝B", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    line-height: 1.4;
    border-bottom: none;
    color: #fff;
    background: #41413f;
  }

  .flex-title {
    border-bottom: 2px solid #9f9069;
    font-size: 22px;
    color: #4c4c4c;
    position: relative;
    line-height: 1.4;
    margin: 15px 0 15px;
    font-family: "HG明朝B", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
  }

  .top3_flex .compare-table-group {
    margin: 0 0 3rem;
    padding: 2rem 2rem 3rem;
    background: #f4f4f4;
  }

  .fixBan {
    position: fixed;
    bottom: 2px;
    left: 5%;
    width: 90%;
    z-index: 50;
    display: none;
  }
  .fixBan a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #c1c6c6;
    color: #333;
    text-decoration: none;
    padding: 2px 10px;
    box-sizing: border-box;
    border: 2px solid #a03d3b;
    border-radius: 4px;
  }
  .fixBan a:hover {
    opacity: 0.7;
  }
  .fixBan a img {
    width: 40px;
    height: 40px;
  }
  .fixBan a div {
    font-size: 12px;
  }

  .l-pagetop {
    bottom: 54px;
  }
  .l-footer-copy-wrapper {
    padding-bottom: 50px;
  }
	
.grad-wrap {
    margin-top: -6rem;
}
.mv {
    background: url(https://www.shopdesign-planning.net/wp/wp-content/uploads/mv.jpg);;
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;background-size: 100%;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;background-position: top;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;padding-top: 10rem;;;;;;;;;;;;;;;;;;;;;;;;;;;;
}	
	
}