@charset "UTF-8";

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

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

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

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

.basic-layout.column3 {
	padding: 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%;
}

.basic-layout.viral-box-wrap {
	background: #f4f4f4;
	padding: 2.4rem 3rem 0.4rem;
}
.viral-box-wrap.column2 .basic-column-box {
	border: none;
	background: #FFF;
}

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

.viral-box-wrap.column3 .basic-column-box {
	border: none;
	background: #FFF;
	border-radius: 10px;
}

.basic-layout.column1 .box-wrap__inner {
	flex: 0 0 10%;
	width: 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 {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	color: #000000;
	border-bottom: 2px solid #665938;
	line-height: 1.4;
	font-size: 2rem;
	padding: 2px 0 5px;
	font-weight: bold;
}

.viral-box-wrap .catch-copy::after {
	content: "";
	position: absolute;
	border-bottom: 1px solid #665938;
	bottom: 2px;
	left: 0px;
	width: 100%;
}

.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: 3% 0;
	background: #e5decc;
}

.lower_bottom .mainttl {
	padding: 44px 15px;
	font-family: "HG明朝B", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 25px;
	text-align: center;
	line-height: 1.4;
	position: relative;
	margin: -3% auto 2rem;
	background: #555555;
	color: #fff;
}

.lower_bottom .mainttl span {
	display: block;
	font-size: 1.6rem;
	color: #4ecf5d;
}

.lower_bottom .cmn-column2,
.lower_bottom .cmn-column3 {
	justify-content: space-between;
	margin: 0 3%;
}

.lower_bottom .cmn-column2 .cmn-parts-box {
	background: #f9f9f9;
	width: calc((100% / 2) - 3%);
	margin: 0 0 0 3%;
	padding: 10px 15px 15px;
	border: 1px solid #9f9069;
	border-radius: 3px;
}

.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-column3 .cmn-parts-box {
	background: #f9f9f9;
	width: calc((100% / 3) - 3%);
	margin: 0 0 0 3%;
	padding: 10px 15px 15px;
	border-radius: 5px;
}

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

.lower_bottom .cmn-parts-box .cmn01-catch-copy::before,
.lower_bottom .cmn-parts-box .cmn01-catch-copy::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1rem;
	width: 100%;
	height: 2px;
	background: #9f9069;
}
.lower_bottom .cmn-parts-box .cmn01-catch-copy::after {
    height: 1px;
    bottom: -0.7rem;
}

.lower_bottom .cmn-column2 .cmn-parts-box:first-child,
.lower_bottom .cmn-column3 .cmn-parts-box:first-child {
	margin-left: 0;
}

.cmn01-paragraph {
	background: #f3f3ea;
	padding: 17px 10px 14px 10px;
	margin: 0;
	display: flex;
	align-items: center;
	text-align: center;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.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-column3 .cmn01-ttl,
.lower_bottom .cmn-column3 .ttl,
.cmn-column2 .cmn01-ttl,
.lower_bottom .cmn-column2 .ttl {
	text-align: center;
	padding: 0 15px;
	font-family: "HG明朝B", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	color: #222;
	margin: 0 0 8px;
}

.lower_bottom .cmn01-paragraph .cmn01-catch-copy {
	margin: 0;
}

.lower_bottom .cmn01-paragraph .cmn01-catch-copy::before {
	display: none;
}

.lower_bottom .cmn01-image {
	margin: 0 auto;
	text-align: center;
}
.lower_bottom .caption {
	color: #999;
}
.lower_bottom table,
.lower_bottom table th,
.lower_bottom table td,
.lower_bottom .table-normal table tbody td {
	border-color: #ccc;
	color: #222;
}
@media all and (-ms-high-contrast:none) {
  /* IE対策 */
    .lower_bottom table {
		table-layout: fixed;
	}
}
.lower_bottom .annot_area {
	padding: 0 3%;
	margin: 2rem auto 0;
}


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

.text-banner-area {
	background-size: cover;
	background-color: #fff;
	border: 1px solid #b0a483;
	margin-bottom: 1.5rem;
	padding: 0;
}

.cmn02-text-banner-area__image {
	width: 40%;
	flex: 0 0 40%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.text-banner-area__text {
	padding: 1.5rem;
	width: 100%;
	background: #f9f2e1;
}

.text-banner-area .cmn02-text-banner-area__title {
	position: relative;
	display: block;
	padding: 0 0 10px;
	font-family: "HG明朝B", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
	color: #010101;
	margin: 0 0 20px;
	text-align: center;
	position: relative;
	border-bottom: 2px solid #665938;
}

.text-banner-area .cmn02-text-banner-area__title::after {
	content: "";
	position: absolute;
	border-bottom: 1px solid #665938;
	bottom: 2px;
	left: 0px;
	width: 100%;
}

.text-banner-area .cmn02-text-banner-area__catch {
	font-family: "HG明朝B", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	color: #010101;
	text-align: center;
}

.text-banner-area .btn-internal a,
.text-banner-area .btn-web a,
.text-banner-area .btn-tel a {
	margin-bottom: 0;
}


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

.supervision-area {
	margin: 40px 0;
	padding: 1rem;
	background-color: #fff;
	border: 1px solid #9f9069;
	justify-content: space-between;
}

.supervision-area.cmn-column1 .cmn-parts-box:not(:first-child) {
	margin-top: 5rem;
}

.supervision-area.cmn-column1 .cmn-parts-box .mainttl {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.4;
	color: #a31b2b;
	margin: 0 0 30px -10px;
	padding: 13px 10px;
	width: 80%;
	background: #dcc8c0;
	font-family: "HG明朝B", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.supervision-area.cmn-column2 .cmn-parts-box .mainttl {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.4;
	color: #a31b2b;
	margin: 0 0 30px;
	padding: 13px 10px;
	width: 100%;
	background: #dcc8c0;
	font-family: "HG明朝B", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

.supervision-area .image-wrap .text-wrap .catch-copy {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.4;
	color: #3aafb0;
	margin-bottom: 30px;
}

.supervision-area .image-wrap .text-wrap .catch-copy {
	padding: 0 0 20px;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.4;
	color: #222;
	margin: 0 0 15px;
	background: url(img/underline_catch01.png) no-repeat center bottom;
}

.supervision-area .image-left,
.supervision-area .image-right {
	width: 50%;
	flex: 0 0 50%;
}

.supervision-area .text-wrap {
	width: 100%;
}

.supervision-area .image-left img {
	display: block;
	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-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 2.5rem;
	background: none;
}

.cmn-parts-box table .txt_marker {
	font-size: 1.4rem;
}


/* 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;
}
.viral-quote {
	color: #afafaf;
}

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

@media screen and (max-width: 480px) {
	/*　口コミパーツ
----------------------------- */
    .basic-layout.viral-box-wrap {
    	padding: 2.4rem 5% 0.4rem;
    }
	.viral-box-wrap.column2 .basic-column-box {
		border: none;
	}
	.viral-box-wrap.column3 {
		padding: 0;
	}
	.viral-box-wrap.column3 .basic-column-box {
		border: none;
		background: #FFF;
	}
	.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%;
		margin: 0 0 .5rem;
		padding: 0 0 5px;
		vertical-align: top;
		line-height: 1.4;
		font-size: 1.6rem;
	}
	.viral-box-wrap .paragraph-frame {
		clear: both;
		margin: 15px 0 0;
	}
	.viral-box-wrap.column2 .catch-copy {
		font-size: 1.6rem;
		margin: 0 0 1rem;
	}
	.viral-box-wrap.column3 .box-wrap__inner {
		width: 20%;
		flex: 0 0 20%;
		margin-right: 5%;
	}
	.viral-box-wrap.column3 .catch-copy {
		width: 100%;
		margin: 0;
		padding: 0 0 1rem;
		font-size: 1.6rem;
	}
	.basic-layout.column1 .box-wrap__inner {
		width: 20%;
		flex: 0 0 20%;
		margin-right: 5%;
	}
	.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 {
	padding: 2rem 0 1rem;
	}
	.lower_bottom .mainttl {
		padding: 2.5rem 1.5rem;
		margin-top: -2rem;
	}
	.mainttl span {
		font-size: 1.3rem;
	}
	.mainttl {
		font-size: 1.8rem;
		padding: .5rem 1rem 1.5rem;
	}
	.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 {
		float: none;
		width: 100%;
		margin: 0 0 1rem;
		padding: 5%;
	}
	/*　共通パーツ02
----------------------------- */
	.lower_bottom-2 .cmn-parts-box {
		display: flex;
	}
	.lower_bottom-2 .txt-wrap {
		width: 50%;
		flex: 0 0 50%;
	}
	.lower_bottom-2 .btn-wrap {
		width: calc(50% - 1em);
		flex: 0 0 calc(50% - 1em);
		margin-left: 1em;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		flex-direction: column;
	}
	.lower_bottom-2 .btn-internal,
	.lower_bottom-2 .btn-web,
	.lower_bottom-2 .btn-tel {
		width: 100%;
		align-self: stretch;
		display: flex !important;
		align-items: stretch;
		justify-content: center;
		flex: auto;
	}
	.lower_bottom-2 .btn-internal a,
	.lower_bottom-2 .btn-web a,
	.lower_bottom-2 .btn-tel a {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.lower_bottom-2 .btn-internal a,
	.lower_bottom-2 .btn-web a {
		margin: 0;
	}
	.lower_bottom-2 .btn-tel a {
		margin-bottom: 0;
	}
	.lower_bottom-2 .btn-tel a {
		padding: 15px 15px 15px 40px;
	}
	.supervision-area.cmn-column2 {
		display: block;
	}
	.cmn-column2 .cmn-parts-box {
		width: 100%;
	}
	/*　テキストバナー
----------------------------- */
	.text-banner-area {
		position: relative;
		display: block;
		padding: 1rem;
		overflow: hidden;
		background: transparent;
	}
	.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: #fff;
	}
	.text-banner-area__text {
		border-radius: 5px;
		background: rgba(249, 242, 225, .8);
	}
	.text-banner-area .cmn02-text-banner-area__title {
		font-size: 2.0rem;
	}
	/*　監修者パーツ
----------------------------- */
	.supervision-area .cmn-parts-box .mainttl {
		font-size: 2.0rem;
	}
	.supervision-area .image-wrap .text-wrap .catch-copy {
		font-size: 1.8rem;
	}
	.supervision-area .image-wrap {
		display: block;
	}
	.supervision-area .image-left,
	.supervision-area .text-wrap {
		width: 100%;
		padding: 0;
	}
	.supervision-area .text-wrap {
		margin-top: 2rem;
	}
	.supervision-area.cmn-column1 .image-left img {
		max-height: 140px;
		width: auto;
	}
	.supervision-area.cmn-column1 .cmn-parts-box .mainttl,
	.supervision-area.cmn-column2 .cmn-parts-box .mainttl {
		font-size: 2.0rem;
		width: calc(100% + 20px);
		margin: 0 -10px 30px;
	}
	.supervision-area .image-left,
	.supervision-area .text-wrap,
	.supervision-area .image-right {
		width: 100%;
		padding: 0;
	}
}

/* add end */