@charset "UTF-8";

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

.viral-box-wrap .basic-column-box {
	margin: 0;
	padding: 2rem;
	background: #fff;
}

.viral-box-wrap .box-wrap {
	margin: 0;
}

.viral-box-wrap.column1 .box-wrap div:nth-of-type(1) img {
	display: block;
	margin: 0 auto 20px;
	border-radius: 100%;
}

.viral-box-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 3rem 0 5rem;
	padding: 2rem;
	border: dashed 1px #70884d;
	border-radius: 0.5rem;
	background: #f7f7f7;
}

.viral-box-wrap.column1 {
	display: block;
}

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

.viral-box-wrap.column1 .basic-column-box {
	padding: 25px;
	border-radius: 10px;
	background: #fff;
}

.viral-box-wrap.column1 .basic-column-box:nth-child(even) {
	margin-top: 2rem;
}

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

.viral-box-wrap.column2 .basic-column-box:first-child {
	margin-right: 10px;
}

.viral-box-wrap.column2 .basic-column-box::before {
	content: none;
}

.viral-box-wrap.column3 {}

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

.viral-box-wrap.column3 .basic-column-box::before {
	content: none;
}

.viral-box-wrap.column3 .basic-column-box:last-child {
	margin-right: 0;
}

.viral-box-wrap.column3 .basic-column-box::after {
	content: none;
}

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

.box-wrap__inner .caption,
.box-wrap__inner .viral-info {
	color: #facd89;
	font-size: 1.3rem;
}

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

.viral-box-wrap .catch-copy {
	position: relative;
	padding: 2px 0 5px;
	width: 100%;
	border-bottom: dotted 2px #70884d;
	text-align: left;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.4;
}

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

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

.viral-box-wrap.column3 .viral-head {
	display: block;
}

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

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


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

.lower_bottom {
	margin: 40px 0;
	padding: 3%;
	border-radius: 10px;
	background: #facd89;
}

.lower_bottom .mainttl {
	position: relative;
	margin: 0 0 3rem;
	padding: 25px 15px;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	line-height: 1.4;
}

.lower_bottom .mainttl span {
	display: block;
	font-size: 1.6rem;
}

.lower_bottom .mainttl::before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 30%;
	height: 1px;
	border-top: dotted 5px #ed682c;
	content: '';
}

.lower_bottom .cmn-column1 .cmn-parts-box {
	padding: 1rem 1.5rem 1.5rem;
	width: 100%;
	background: #fff;
}

.lower_bottom .cmn-column1 .cmn-parts-box:not(:first-child) {
	margin-top: 3%;
}

.lower_bottom .cmn-column2 .cmn-parts-box {
	margin: 3% 0 0;
	padding: 1rem 1.5rem 1.5rem;
	width: calc((100% / 2) - 10px);
	background: #fff;
}

.lower_bottom .cmn-column2 .cmn-parts-box:first-child(1),
.lower_bottom .cmn-column2 .cmn-parts-box:first-child(2) {
	margin-top: 0;
}

.lower_bottom .cmn-column2,
.lower_bottom .cmn-column3 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.lower_bottom .cmn-column2 .cmn-parts-box,
.lower_bottom .cmn-column3 .cmn-parts-box {
	padding: 10px 15px 15px;
	border-radius: 5px;
	background: #fff;
}

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

.lower_bottom .cmn-parts-box .cmn01-catch-copy::before {
	position: absolute;
	right: 0;
	bottom: -0.6rem;
	left: 0;
	margin: auto;
	width: 100%;
	height: 4px;
	background: url(img/h1_d.png) center center;
	content: '';
}

.lower_bottom .cmn-parts-box .cmn01-image {
	text-align: center;
}

.lower_bottom .cmn-parts-box ul.tag-list-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.lower_bottom .cmn-parts-box ul.tag-list-area li.tag-list-area__li {
	margin: 0 7px 7px 0;
	width: calc(90%/2);
}

.lower_bottom .cmn-parts-box ul.tag-list-area li.tag-list-area__li:nth-child(even) {
	margin-right: 0px;
}

.lower_bottom .cmn01-paragraph {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	padding: 17px 10px 14px 10px;
	background: #f8f9e9;
	text-align: center;
}

.lower_bottom .cmn01-paragraph .txt_bold {
	display: inline-block;
	padding: 0 5px 0 0;
	color: #222;
	font-weight: normal;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
}

.lower_bottom .cmn01-paragraph .txt_marker {
	border: none;
	color: #ed682c;
	font-family: 'Noto Sans JP', sans-serif;
}

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

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

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

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

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


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

.text-banner-area {
	margin-bottom: 1.5rem;
	border: 1px solid #90c132;
	border-radius: 1rem;
	background: #ffffff;
	background-size: cover;
	overflow: hidden;
}

.text-banner-area .cmn02-text-banner-area__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	width: 40%;
	padding-top: 90px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.text-banner-area .cmn02-text-banner-area__title {
	position: relative;
	display: block;
	margin: 0 0 3rem;
	padding: 0 0 2.5rem;
	color: #333;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.4;
}

.text-banner-area .cmn02-text-banner-area__title::before {
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    margin: auto;
	    width: 100%;
	    height: 4px;
	    border-top: 3px dotted #90c132;
	    content: '';
}

.text-banner-area .text-banner-area__text {
	width: 100%;
	background-size: auto;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.text-banner-area .cmn02-text-banner-area__catch {
	display: block;
	color: #70884d;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.4;
}

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


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

.supervision-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 40px 0;
	padding: 3rem;
	border: 1px solid #70884d;
	border-radius: 1rem;
	background: #fff;
}

.supervision-area .cmn-parts-box {
	position: relative;
}

.supervision-area .cmn-parts-box .mainttl {
	position: relative;
	left: -3rem;
	margin: 0 0 20px;
	padding: 13px 10px;
	max-width: 700px;
	background: url(img/text-banner.png);
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	line-height: 1.4;
}

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

.supervision-area.cmn-column2 .cmn-parts-box .mainttl {
	position: static;
}

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

.supervision-area .text-wrap .catch-copy {
	position: relative;
	margin: 0 0 15px;
	padding: 0 0 1rem;
	color: #333;
	font-weight: bold;
	font-size: 19px;
	line-height: 1.4;
}

.supervision-area .text-wrap .catch-copy::before {
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 4px;
	background: url(img/h1_d.png) center center;
	content: '';
}

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

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

.supervision-area .image-right {
	padding: 0 0 0 3rem;
}

.supervision-area .image-left {
	padding: 0 3rem 0 0;
}

.lower_bottom span.txt_marker {
	background: none;
	font-size: 2.5rem;
}


/* add */

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


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

@media screen and (max-width: 480px) {
	/*　口コミパーツ
----------------------------- */
	.viral-box-wrap.column1 .box-wrap__inner {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		margin-right: 5%;
		width: 10%;
	}
	.viral-box-wrap.column2 .basic-column-box {
		margin-top: 2rem;
		border: none;
	}
	.viral-box-wrap.column2 .basic-column-box:first-child {
		margin: 0;
	}
	.viral-box-wrap.column2 .catch-copy {
		width: 100%;
		font-size: 1.6rem;
	}
	.viral-box-wrap.column3 {
		padding: 0;
	}
	.viral-box-wrap.column3 .viral-head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		align-items: flex-start;
		-ms-flex-align: start;
	}
	.viral-box-wrap.column3 .basic-column-box {
		margin: 2rem 2rem 0;
		border: none;
	}
	.viral-box-wrap.column3 .basic-column-box:last-child {
		margin: 2rem;
	}
	.viral-box-wrap.column3 .box-wrap__inner {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		margin-right: 5%;
		width: 20%;
	}
	.viral-box-wrap.column3 .catch-copy {
		padding: 0 0 1rem;
		width: 100%;
		font-size: 1.6rem;
	}
	.viral-box-wrap .box-wrap__inner {
		display: inline-block;
		width: 20%;
		vertical-align: top;
	}
	.viral-box-wrap .catch-copy {
		display: inline-block;
		margin-left: 20px;
		padding: 2px 0 5px;
		width: 79%;
		border-bottom: 2px dotted;
		vertical-align: top;
		font-size: 2rem;
		line-height: 1.4;
	}
	.viral-box-wrap .paragraph-frame {
		clear: both;
		margin: 15px 0 0;
	}
	.viral-box-wrap .catch-copy {
		margin: 0 0 0 3%;
		width: 72%;
		font-size: 1.5rem;
	}
	.viral-box-wrap .box-wrap__inner {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		margin-right: 5%;
		width: 20%;
	}
	.viral-box-wrap .box-wrap__inner img {
		display: block;
		margin: auto;
		max-height: 120px;
		width: auto;
	}
	/*　共通パーツ01,02
----------------------------- */
	.lower_bottom {
		margin: 4rem 0;
		border-top-width: 5px;
	}
	.lower_bottom .mainttl {
		padding: 1.5rem 6rem 1.5rem;
		background-size: 17%;
		font-size: 2rem;
	}
	.lower_bottom .mainttl span {
		font-size: 1.3rem;
	}
	.basic-layout {
		margin: 4rem 0 0;
	}
	.basic-layout .column1 {
		margin: 3rem 0;
		padding: 5%;
	}
	.basic-layout .column1 .box-wrap div:nth-of-type(1) img {
		display: block;
		margin: 0 auto 20px;
		border-radius: 100%;
	}
	.lower_bottom .cmn-column3 .cmn-parts-box:first-child {
		margin: 0 auto 2rem;
	}
	.lower_bottom .cmn-column2 .cmn-parts-box,
	.lower_bottom .cmn-column3 .cmn-parts-box {
		margin: 0 auto 2rem;
		padding: 3%;
		width: 100%;
	}
	.lower_bottom-2 .cmn-column1 .cmn-parts-box,
	.lower_bottom-2 .cmn-column2 .cmn-parts-box,
	.lower_bottom-2 .cmn-column3 .cmn-parts-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.lower_bottom-2 .cmn-parts-box .txt-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-right: 2%;
		width: 56%;
	}
	.lower_bottom-2 .cmn-parts-box .btn-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		align-items: flex-start;
		-ms-flex-align: start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 42%;
	}
	.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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		align-items: stretch;
		-ms-flex-align: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
	}
	.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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 auto;
		padding: 1rem 3rem 1rem 1rem;
		width: 100%;
		font-size: 1.6rem;
	}
	.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;
		overflow: hidden;
		padding: 1rem;
		background: transparent;
	}
	.text-banner-area .cmn02-text-banner-area__image {
        position: inherit;
		top: 0;
		right: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		border-radius: 5px;
		-o-object-fit: contain;
		object-fit: contain;
	}
	.text-banner-area .cmn02-text-banner-area__image img {
		width: 100%;
		height: 100%;
		background: #fff;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center center;
		object-position: center center;
	}
	.text-banner-area .text-banner-area__text {
		background-position: center bottom 1.5rem;
		border-radius: 5px;
	}
	.text-banner-area .cmn02-text-banner-area__title {
		font-size: 2.0rem;
	}
	/*　監修者パーツ
----------------------------- */
	.supervision-area {
		display: block;
		/*add*/
		/*add*/
	}
	.supervision-area .image-wrap {
		display: block;
	}
	.supervision-area .image-left,
	.supervision-area .image-right,
	.supervision-area .text-wrap {
		padding: 0;
		width: 100%;
	}
	.supervision-area.cmn-column1 {
		padding: 2rem;
	}
	.supervision-area.cmn-column1 .cmn-parts-box .mainttl {
		position: static;
		left: -2rem;
		font-size: 2.0rem;
	}
	.supervision-area.cmn-column2 {
		display: block;
		padding: 2rem;
	}
	.supervision-area.cmn-column2 .cmn-parts-box {
		width: 100%;
	}
	.supervision-area .cmn-parts-box .mainttl {
		font-size: 2.0rem;
	}
	.supervision-area .image-wrap .text-wrap .catch-copy {
		font-size: 1.8rem;
	}
}


/* add end */