@charset "UTF-8";

/*　口コミパーツ
----------------------------- */

.viral-box-wrap.basic-layout {
  margin: 3rem 0 3rem;
  /* background: #d5c9b4; */
  padding: 2rem;
}
.basic-layout.column1 {
  background: #d5c9b4;
  padding: 25px;
}
.viral-box-wrap.column1 .viral-head,.viral-box-wrap.column2 .viral-head {
	display: flex;
    align-items: flex-start;
}
.basic-layout.column1 .basic-column-box {
  background: #fff;
  border-radius: 0;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 0;
}
.basic-layout.column1 .basic-column-box:nth-child(1) {
	margin-top: 0;
}
.basic-layout .box-wrap {
  margin: 0;
}
.basic-layout.column1 .box-wrap div:nth-of-type(1) img {
  margin: 0 auto 20px;
  display: block;
  border-radius: 100%;
}
.viral-box-wrap.column2 .basic-column-box {
  background: #fff;
  padding: 2rem;
  margin-bottom: 0;
  border: 1px solid #bb9e6b;
}

.viral-box-wrap.column3 .basic-column-box {
  border: none;
  background: #fff;
  border-radius: 0;
  margin-bottom: 0;
}

.basic-layout.column1 .box-wrap__inner{
  width:10%;
  flex: 0 0 10%;
  margin-right: 20px;
  text-align: center;
}

.viral-box-wrap .box-wrap__inner {
  width: 20%;
  flex: 0 0 20%;
  margin-right: 20px;
  text-align: center;
}

 .viral-box-wrap .catch-copy {
  width: 100%;
  color: #000;
  border-bottom: 3px solid #bb9e6a;
  line-height: 1.4;
  font-size: 1.8rem;
  padding: 0 0 1rem;
  background: none;
}
 .viral-box-wrap.column3 .basic-column-box .catch-copy {
  background: none;
  padding: 1rem 0;
  width: 100%;
  margin: 1rem 0;
}

.viral-box-wrap .paragraph-frame {
  clear: both;
  margin: 15px 0 0;
}

.viral-box-wrap.column2  .catch-copy {
  font-size: 1.6rem;
  width: 100%;
  margin: 0 0 1rem;
  padding-right: 20px;
}

.viral-box-wrap.column2  .catch-copy::after{right: -2px;width: 10px;height: 14px;position: absolute;top: 0;background: url(img/arrow_brown.png) no-repeat left top;background-size: 10px 14px;bottom: 0;margin: auto;content: "";vertical-align: middle;}

.viral-box-wrap.column3 .box-wrap__inner  {
  width: 100%;
  text-align: center;
}

.viral-box-wrap.column3  .catch-copy {
  width: 100%;
  margin: 2rem 0 1.5rem;
  padding: 0 0 1rem;
  font-size: 1.6rem;
}



/*　共通パーツ01,02
----------------------------- */
.lower_bottom {
  margin: 80px 0;
  padding: 20px;
  background: #fff;
  position: relative;
 }
 .lower_bottom.lower_bottom-2 {
   background-color: #fff;
   border: none;
 }

	.lower_bottom .cmn-column2,.lower_bottom .cmn-column3 {
		justify-content: space-between;
	}
	.lower_bottom .cmn-column1 .cmn-parts-box {
		background: #fff;
		width: 100%;
		padding: 10px 15px 15px;
		border: 1px solid #16b7bf;
		border-radius: 3px;
	}
	.lower_bottom .cmn-column1 .cmn-parts-box:not(:first-child) {
		margin-top: 3%;
	}
	.lower_bottom .cmn-column2 .cmn-parts-box{
		background: #fff;
		width: calc((100% / 2) - 10px);
		margin: 3% 0 0;
		padding: 10px 15px 15px;
	}
	.lower_bottom .cmn-column2 .cmn-parts-box:nth-child(1),
	.lower_bottom .cmn-column2 .cmn-parts-box:nth-child(2){
		margin-top: 0;
	}
.lower_bottom .mainttl {
    padding: 10px;
    font-size: 28px;
    text-align: center;
    line-height: 1.4;
    position: relative;
    margin: -2rem -2rem 4.5rem;
    color: #fff;
    font-weight: bold;
    background-color: #434343;
}
.lower_bottom .mainttl:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 26px 0 26px;
    border-color: #434343 transparent transparent transparent;
    bottom: -23px;
    left: 50%;
    margin-left: -20px;
}
.lower_bottom .mainttl span {
  display: block;
  font-size: 1.8rem;
  color: #bb9e6a;
  width: 40%;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  position: relative;
}
.lower_bottom .mainttl span:before,
.lower_bottom .mainttl span:after{
    content: "";
    position: absolute;
    width: 50px;
    top: 0;
    bottom: 0;
    margin: 0 auto;
}
.lower_bottom .mainttl span:before {
   background: url(img/mainttl_bg.png) no-repeat left center;
   left: -3rem;
   width: 3rem;
}
.lower_bottom .mainttl span:after {
   background: url(img/mainttl_bg.png) no-repeat right center;
   right: -3rem;
   width: 3rem;
}

.lower_bottom .cmn-column2 .cmn-parts-box ,
.lower_bottom .cmn-column3 .cmn-parts-box {
  padding: 20px 15px 15px;
  background: #fcf4e5;
}
.lower_bottom-2 .cmn-column2 .cmn-parts-box,
.lower_bottom-2 .cmn-column3 .cmn-parts-box {
  background-color: #e5e5e5;
  border-radius: 5px;
}

.lower_bottom .cmn-parts-box .cmn01-catch-copy {
  color: #000;
  line-height: 1.4;
  font-size: 1.6rem;
  position: relative;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 1rem;
  border-bottom: 2px solid #6a3933;
}

.lower_bottom .cmn01-paragraph {
    background: #ffffff;
    padding: 17px 10px 14px 10px;
    margin: 0;
    display: flex;
    align-items: center;
    text-align:center;
}
.lower_bottom .cmn-column3 .cmn01-paragraph p {
  padding: 0;
}

.lower_bottom .cmn01-paragraph .txt_bold {
  color:#222;
  font-size:1.6rem;
  font-weight:normal;
  padding: 0 5px 0 0;
  display: inline-block;
}

.lower_bottom .cmn01-paragraph .txt_price {
  color:#ff4749;
  font-size:2.8rem;
  font-weight:bold;
    padding: 0 5px 0 0;
    display: inline-block;
}

.lower_bottom .cmn01-paragraph .txt_price_m {
  font-size:1.8rem;
}

 .lower_bottom .cmn01-ttl,
    .lower_bottom .ttl {
    text-align: center;
    padding: 0 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    color: #222222;
    margin: 0 0 15px;
}

.lower_bottom-2 .cmn-column3 .cmn01-ttl {
  color: #222;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 10px 0;
  position: relative;
}
.lower_bottom-2 .cmn-column3 .cmn01-ttl:before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #bb9e6a;
  width: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.lower_bottom .cmn01-paragraph p:first-child {
  margin: 0 auto;
  border-bottom: none;
  padding: 0;
}

.lower_bottom .cmn01-paragraph p:first-child::before {
  display: none;
}

/*　テキストバナー
----------------------------- */

.text-banner-area {
    background-size: cover;
    margin-bottom: 1.5rem;
    background: #fff;
}

.text-banner-area__text{
  padding: 3rem;
  width: 100%;
  background-color: #173355;
}
	.cmn02-text-banner-area__image {
	  width: 40%;
	  flex: 0 0 40%;
	  border-top-left-radius: 5px;
	  border-bottom-left-radius: 5px;
	}
	.text-banner-area .btn-internal a,
	.text-banner-area .btn-web a,
	.text-banner-area .btn-tel a {
	  margin-bottom: 0;
	}
.text-banner-area .cmn02-text-banner-area__title {
    display: block;
    padding: 0 0 10px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    margin:0 0 20px;
    text-align: left;
    position: relative;
    border-bottom: 3px solid #fff;
}
.text-banner-area .cmn02-text-banner-area__title:after {
    content: "";
    border-bottom: 1px solid #fff;
    width: 100%;
    left: 0;
    bottom: -8px;
    position: absolute;
 }
.text-banner-area .cmn02-text-banner-area__catch{
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    text-align: center;
}




/*　監修者パーツ
----------------------------- */

.supervision-area {
  margin: 70px 0;
  padding: 20px;
  background: #fff;
  justify-content: space-between;
}
.supervision-area.cmn-column1 .cmn-parts-box:not(:first-child) {
  margin-top: 5rem;
}
.supervision-area .cmn-parts-box .mainttl {
  font-size: 20px;
  font-weight:bold;
  line-height:1.4;
  width: 420px;
  color: #ffffff;
  margin: 0 0 30px -20px;
  text-align: left;
  padding: 20px;
  background-color: #631216;
}
.supervision-area.cmn-column2 .cmn-parts-box .mainttl {
	width: 100%;
	margin: 0 0 3rem;
}
.supervision-area .cmn-parts-box .mainttl a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.supervision-area .cmn-parts-box .mainttl a:hover {
  opacity: 0.7;
}

.supervision-area .image-wrap .text-wrap .catch-copy {
  padding: 0 0 10px;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  color: #333;
  margin: 0 0 15px;
  font-weight: bold;
  border-bottom: 3px solid #6a3933;
  background: none;
}
.supervision-area .image-wrap .text-wrap .catch-copy:after {
    content: "";
    border-bottom: 1px solid #6a3933;
    width: 100%;
    left: 0;
    bottom: -8px;
    position: absolute;
}
	.supervision-area .image-left, .supervision-area .image-right {
	  width: 50%;
	  flex: 0 0 50%;
	  margin: auto;
	}
	.supervision-area .text-wrap {
	  width: 100%;
	}
    .supervision-area .image-left img,.supervision-area .image-right img {
	  display:block;
	  margin: auto;
	}

	.supervision-area .image-left .caption,.supervision-area .image-right .caption {
	  display:block;
	}

.lower_bottom span.txt_marker {
    font-size: 2.8rem;
    background: none;
    color: #631216;
}
/* add */
.slick-slide span,
.viral-info,
.viral-quote {
      text-align: center;
      font-size: 10px;
      color: #999;
      line-height: 1.4;
      word-wrap: break-word;
      display: block;
}
.slick-slide span a,
.viral-info a,
.viral-quote a {
	color: #999;
}
.viral-quote,
.viral-quote .caption {
  text-align: left;
}
.viral-info,
.viral-info .caption {
  text-align: center;
}
.viral-info,
.viral-quote,
.viral-quote .caption,
.viral-info .caption {
   margin-top: .5rem;
}
/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 500px) {

/*　口コミパーツ
----------------------------- */

.viral-box-wrap.column2 .basic-column-box {
  border: none;
  margin-bottom: 3%;
  padding: 5%;
  border: 1px solid #bb9e6b;
}
.viral-box-wrap.column2 .basic-column-box:last-child,
.viral-box-wrap.column3 .basic-column-box:last-child {
  margin-bottom: 0;
}

.viral-box-wrap.column3 {
  /* padding: 3%; */
 }
    .viral-box-wrap.column3 .viral-head {
    display: flex;
    align-items: flex-start;
    }
.viral-box-wrap.column3 .basic-column-box {
  margin-bottom: 3%;
  border: none;
  padding: 5%;
  border: 1px solid #bb9e6b;
 }

    .basic-layout.column1 .box-wrap__inner{
    width:10%;
    }

.viral-box-wrap .box-wrap__inner {
  display: inline-block;
  width: 20%;
  vertical-align: top;
}

.viral-box-wrap .catch-copy {
  width: 100%;
  line-height: 1.4;
  font-size: 2rem;
  margin-left: 20px;
  padding: 2px 0 5px;
}

.viral-box-wrap .paragraph-frame {
  clear: both;
  margin: 15px 0 0;
}

.viral-box-wrap.column2  .catch-copy {
  font-size: 1.6rem;
  width: 100%;
}

.viral-box-wrap.column3 .box-wrap__inner  {
  width: 100%;
  text-align: center;
  flex: 0 0 20%;
  margin-right: 5%;
}

.viral-box-wrap.column3  .catch-copy {
  width: 72%;
  margin: 0 0 0 3%;
  padding: 0 0 1rem;
  font-size: 1.6rem;
}
   .viral-box-wrap .catch-copy,
   .viral-box-wrap.column3 .basic-column-box .catch-copy {
    margin: 0;
    font-size: 1.5rem;
  }
  .basic-layout.column1 .box-wrap__inner {
    width: 20%;
    flex: 0 0 20%;
    margin-right: 20px;
}

  .viral-box-wrap .box-wrap__inner {
    width: 20%;
  }
  .viral-box-wrap .box-wrap__inner img {
  max-height: 120px;
  width: auto;
  display: block;
  margin: auto;
  }



/*　共通パーツ01,02
----------------------------- */

  .lower_bottom {
    border-top-width: 5px;
    margin: 7rem 0;
    padding: 1rem;
  }
  .lower_bottom:before {
    background-size: 95%;
    width: 50%;
    height: 30px;
    left: 25%;
    top: -1.5rem;
  }

  .lower_bottom .mainttl span {
  font-size: 1.3rem;
  width: 70%;
  margin-bottom: 1rem;
}
 .lower_bottom .mainttl {
    font-size: 1.8rem;
    padding: 2rem 1rem 1.5rem;
    margin: -1rem -1rem 4rem -1rem;
  }
  .basic-layout {
  margin: 4rem 0 5rem;
}
.basic-layout.column1 {
  padding: 2rem;
}
.basic-layout.column1 .basic-column-box {
  padding: 5%;
}
.basic-layout.column1 .box-wrap div:nth-of-type(1) img {
  margin: 0 auto 20px;
  display: block;
  border-radius: 100%;
}

 .lower_bottom .cmn-column2 .cmn-parts-box,
  .lower_bottom .cmn-column3 .cmn-parts-box {
    width: 100%;
    padding: 5%;
    margin: 0 auto 2rem;
  }
  .cmn-parts-box .cmn01-image {
  	text-align: center;
  	margin: 0 auto;
  }
  .lower_bottom .cmn-column2 .cmn-parts-box:last-child,
  .lower_bottom .cmn-column3 .cmn-parts-box:last-child {
    margin-bottom: 0;
  }
  .lower_bottom span.txt_marker {
    font-size: 2.2rem;
  }
  .lower_bottom-2 .cmn-column2 .cmn-parts-box ,
  .lower_bottom-2 .cmn-column3 .cmn-parts-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .lower_bottom-2 .cmn-parts-box .txt-wrap {
    width: 60%;
    padding-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .lower_bottom-2 .cmn-parts-box .btn-wrap {
    justify-content: space-between;
    width: 40%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: -1rem;
  }

  .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-web,
  .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-tel,
  .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-internal {
    display: contents;
  }
  .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-internal a,
  .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-web a,
  .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-tel a {
    width: 100%;
    font-size: 1.6rem;
    border-radius: 3rem;
    margin: 1rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: auto;
    padding: 1rem 2.5rem 1rem 1rem;
  }

  .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-web a:before {
    right: 1.2rem;
  }


  .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-tel a {
    padding: 1rem 1rem 1rem 3.5rem;
    background: #e19100 url(img/tel.png) no-repeat 7px center;
    background-size: 20px auto;
  }


/*　テキストバナー
----------------------------- */
	.text-banner-area {
	  position: relative;
	  display: block;
	  padding: 1rem;
	  overflow: hidden;
	  z-index: 1;
	}
	.cmn02-text-banner-area__image {
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    width: 100%;
	    height: 100%;
	    object-fit: contain;
	    border-radius: 5px;
	    z-index: -1;
	}
	.cmn02-text-banner-area__image img {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	    object-position: center center;
	    background: rgba(249,242,225,.8);
	}

.text-banner-area__text {
  padding: 2rem;
  z-index: 1;
}
.text-banner-area .cmn02-text-banner-area__title {
    font-size: 2.0rem;
}


/*　監修者パーツ
----------------------------- */

.supervision-area.cmn-column1 {
  padding: 5%;
}
.supervision-area {
	padding: 5%;
	display: block;
}
.cmn-column2 .cmn-parts-box {
	width: 100%;
}

.supervision-area .image-wrap {
  display: block;
}
.supervision-area .image-left,
.supervision-area .image-right,
.supervision-area .text-wrap {
  padding: 0;
}
.supervision-area .cmn-parts-box .mainttl {
	width: 100%;
	margin: 0px 0 30px;
	font-size: 2rem;
}

.supervision-area .text-wrap {
  margin-top: 2rem;
}
 .supervision-area.cmn-column1 .image-wrap .text-wrap .catch-copy {
  font-size: 1.8rem;
}

.supervision-area.cmn-column1 .image-left img,
.supervision-area.cmn-column1 .image-right img {
    max-height: 140px;
    width: auto;
}
.supervision-area.cmn-column2 .cmn-parts-box .mainttl {
    margin: 0 0 3rem;
    width: 100%;
}
.supervision-area.cmn-column1 .image-wrap .text-wrap .catch-copy {
    font-size: 1.8rem;
}
}

/* add end */