@charset "UTF-8";

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

.basic-layout {
	margin: 3rem 0 5rem;
}

.basic-layout.column1 {
	background: #fff;
	border: 10px solid #eed185;
	outline: none;
	border-radius: 10px;
	padding: 25px;
}

.viral-box-wrap.column1 .viral-head,
.viral-box-wrap.column2 .viral-head {
	display: flex;
	align-items: flex-start;
}

.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 {
	border: none;
	background: #fff;
	border: 10px solid #f1e5ae;
	border-radius: 10px 10px 10px 10px;
	outline: none;
}

.viral-box-wrap.column3 {
	background: #fff;
	padding: 0;
}

.viral-box-wrap.column3 .basic-column-box {
	border: none;
	background: #fff;
	border: 10px solid #ebebed;
	outline: none;
}

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

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

.viral-box-wrap .catch-copy {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	color: #333;
	border-bottom: 2px dotted;
	line-height: 1.4;
	font-size: 2rem;
	padding: 2px 0 5px;
	font-weight: bold;
	background: none;
	border-bottom: 2px solid #ed710c;
}

.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;
}

.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: 40px 0;
	padding: 0 3% 3%;
	border: 1px solid #bebebe;
}

.lower_bottom .mainttl {
	position: relative;
	width: calc(100% + 6.4%);
	margin: 0 -3.2% 2rem;
	padding: 25px 15px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 25px;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	background: #303753;
}

.lower_bottom .mainttl span {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 500px;
	margin: 0 auto;
	font-size: 1.6rem;
}

.lower_bottom .mainttl span::before,
.lower_bottom .mainttl span::after {
	content: '';
	position: relative;
	top: 40%;
	width: 40px;
	flex: 0 0 40px;
	border-bottom: 4px double #fff;
}

.lower_bottom .mainttl span::before {
	left: -1rem;
}

.lower_bottom .mainttl span::after {
	right: -1rem;
}

.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 .cmn-column1 .cmn-parts-box {
	position: relative;
	background: #fff;
	width: 100%;
	padding: 10px 15px 15px;
	border: 1px solid #52738d;
	border-top: 6px solid #c59400;
}

.lower_bottom .cmn-column2 .cmn-parts-box {
	position: relative;
	background: #fff;
	width: calc((100% / 2) - 10px);
	padding: 10px 15px 15px;
	border: 1px solid #52738d;
	border-top: 6px solid #c59400;
}

.lower_bottom .cmn-column3 .cmn-parts-box {
	position: relative;
	background: #fff;
	width: calc((100% / 3) - 10px);
	padding: 10px 15px 15px;
	border: 1px solid #52738d;
	border-top: 6px solid #c59400;
}

.lower_bottom-2 .cmn-column2 .cmn-parts-box::after, .lower_bottom-2 .cmn-column3 .cmn-parts-box::after {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #52738d;
}

.lower_bottom .cmn-parts-box .cmn01-catch-copy {
	margin: 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	color: #303753;
}

.cmn-column2 .cmn01-paragraph,
.cmn-column3 .cmn01-paragraph {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	background: #f3eacc;
	padding: 17px 10px 14px 10px;
	margin: 0;
	display: flex;
	align-items: center;
	text-align: center;
}

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

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

.cmn-column2 .cmn01-paragraph .txt_price_m,
.cmn-column3 .cmn01-paragraph .txt_price_m {
	font-size: 1.8rem;
}

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

.lower_bottom .cmn01-paragraph p:first-child {
	margin: 0 auto;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

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


/*　テキストバナー
----------------------------- */
.text-banner-area {
	background-size: cover;
	border: 2px solid #ed710c;
	margin-bottom: 1.5rem;
	padding: 0;
}
.cmn02-text-banner-area__image {
  width: 40%;
  flex: 0 0 40%;
}
.text-banner-area__text {
	padding: 2rem;
	width: 100%;
	background: rgba(255, 247, 225, 0.8);
}

.text-banner-area .cmn02-text-banner-area__title {
	display: block;
	margin: 0 0 20px;
	padding: 0 0 10px;
	font-family: "Noto Sans CJK JP", serif;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	color: #333;
	text-align: center;
	border-bottom: 2px solid #edcd69;
}

.text-banner-area .cmn02-text-banner-area__catch {
	display: block;
	font-family: "Noto Sans CJK JP", serif;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.4;
	text-align: center;
	color: #f19252;
}


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

.supervision-area {
	margin: 40px 0;
	padding: 1rem;
	border: 1px solid #c4c4c4;
	justify-content: space-between;
}

.supervision-area.cmn-column1 .cmn-parts-box .mainttl {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.4;
	color: #ffffff;
	margin: -1rem -1rem 20px;
	text-align: center;
	padding: 13px 10px;
	background: #303753;
}

.supervision-area.cmn-column2 .cmn-parts-box .mainttl {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.4;
	color: #ffffff;
	margin: 0 0 20px;
	text-align: center;
	padding: 13px 10px;
	background: #303753;
}

.supervision-area .cmn-parts-box .mainttl a {
	color: #fff;
}

.supervision-area.cmn-column1 .image-wrap .text-wrap .catch-copy {
	padding: 0 0 1rem;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.4;
	color: #222;
	margin: 0 0 15px;
	border-bottom: 2px solid #c59400;
	background: none;
}

.supervision-area.cmn-column1 .image-left img {
	display: block;
	margin: auto;
}

.supervision-area.cmn-column1 .image-left .caption {
	display: block;
}
.supervision-area .image-left, .supervision-area .image-right {
  width: 50%;
  flex: 0 0 50%;
}
.supervision-area .text-wrap {
  width: 100%;
}

.lower_bottom span.txt_marker {
	font-size: 2.5rem;
	font-weight: bold;
	background: none;
	color: #89443b;
}


/* add */

.slick-slide span,
.viral-info,
.viral-quote {
	text-align: center;
	font-size: 10px;
	color: #888888;
	line-height: 1.4;
	word-wrap: break-word;
	display: block;
}

column table td:nth-child(1) {
	background-color: #f9f2e1;
}


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

@media screen and (max-width: 480px) {
	/*　口コミパーツ
----------------------------- */
	.basic-layout.column1 .box-wrap__inner {
		width: 20%;
		flex: 0 0 20%;
		margin-right: 5%;
	}
	.viral-box-wrap.column3 {
		background: #fff;
		padding: 0;
	}
	.viral-box-wrap.column3 .viral-head {
		display: flex;
		align-items: flex-start;
	}
	.viral-box-wrap .box-wrap__inner {
		display: inline-block;
		width: 20%;
		vertical-align: top;
	}
	.viral-box-wrap .catch-copy {
		display: inline-block;
		width: 100%;
		line-height: 1.4;
		font-size: 2rem;
		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: 20%;
		flex: 0 0 20%;
		margin-right: 5%;
	}
	.viral-box-wrap.column3 .catch-copy {
		margin: 0;
		padding: 0 0 1rem;
		font-size: 1.6rem;
	}
	.viral-box-wrap .catch-copy {
		width: 100%;
		margin: 0;
		font-size: 1.5rem;
	}
	.viral-box-wrap .box-wrap__inner {
		width: 20%;
		flex: 0 0 20%;
		margin-right: 5%;
	}
	.viral-box-wrap .box-wrap__inner img {
		max-height: 120px;
		width: auto;
		display: block;
		margin: auto;
	}
	/*　共通パーツ01,02
----------------------------- */
	.lower_bottom {}
	.mainttl span {
		font-size: 1.3rem;
	}
	.mainttl span::before,
	.mainttl span::after {
		width: 20px;
		flex: 0 0 20px;
	}
	.mainttl {
		font-size: 1.8rem;
		padding: 1.5rem 1rem;
	}
	.basic-layout {
		margin: 3rem 0 5rem;
	}
	.basic-layout.column1 {
		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: 3%;
		margin: 0 auto 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: 56%;
		padding-right: 2%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.lower_bottom-2 .cmn-parts-box .btn-wrap {
		width: 42%;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		flex-direction: column;
	}
	.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 {
		width: 100%;
		align-self: stretch;
		display: flex;
		align-items: stretch;
		justify-content: center;
		flex: auto;
	}
	.lower_bottom-2 .cmn-parts-box .btn-wrap .btn-web a,
	.lower_bottom-2 .cmn-parts-box .btn-wrap .btn-tel a,
	.lower_bottom-2 .cmn-parts-box .btn-wrap .btn-internal a {
		display: flex;
		width: 100%;
		font-size: 1.6rem;
		margin: 0 auto;
		align-items: center;
		justify-content: center;
		flex: auto;
		padding: 1rem 3rem 1rem 1rem;
	}
	.lower_bottom-2 .cmn-parts-box .btn-wrap .btn-web a {
		margin-top: 1rem;
	}
	.lower_bottom-2 .cmn-parts-box .btn-wrap .btn-tel a {
		margin-top: 1rem;
		padding: 1rem 3rem 1rem 3rem;
	}
	/*　テキストバナー
----------------------------- */
  .text-banner-area {
    position: relative;
    display: block;
    padding: 1rem;
    overflow: hidden;
  background: transparent;
  }
  .cmn02-text-banner-area__image {
      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 .cmn02-text-banner-area__title {
		font-size: 2.0rem;
  }
  .text-banner-area .btn-internal a,
	.text-banner-area .btn-web a,
	.text-banner-area .btn-tel a {
    margin-bottom: 0;
  }

	/*　監修者パーツ
----------------------------- */
	.supervision-area .image-wrap {
		display: block;
	}
  .supervision-area .image-left,
  .supervision-area .image-right,
  .supervision-area .text-wrap {
		width: 100%;
		padding: 0;
	}
	.supervision-area .text-wrap {
		margin-top: 2rem;
	}
	.supervision-area.cmn-column1 .cmn-parts-box .mainttl {
		font-size: 2.0rem;
	}
	.supervision-area.cmn-column2 {
		display: block;
	}
	.cmn-column2 .cmn-parts-box {
		width: 100%;
	}
}


/* add end */