@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.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.column3 .viral-head {
  
}

.viral-box-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 3rem 0 5rem;
	padding: 2rem;
	background: #eeeeee;
}

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

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

.viral-box-wrap.column1 .basic-column-box:first-child {
	margin-top: 0;
}

.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 {
	padding: 2rem;
	background: #eee;
}

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

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

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

.viral-box-wrap .catch-copy {
	display: inline-block;
	padding: 0 0 1rem;
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.4;
	margin: 0 0 1rem;
}

.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 .box-wrap__inner {
	display: block;
	width: 80%;
	text-align: center;
	margin: 0 auto;
}

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


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

.lower_bottom {
	margin: 40px 0;
	padding: 3%;
	background: #f4f4f4 url(img/icon_bg.png);
}

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

.lower_bottom .mainttl span {
	display: block;
	color: #ee4d00;
	font-size: 1.8rem;
}

.lower_bottom .cmn-column1 .cmn-parts-box {
	padding: 10px 15px 15px;
	width: 100%;
	border: 1px solid #16b7bf;
	border-radius: 3px;
	background: #fff;
}

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

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

.lower_bottom .cmn-column2 .cmn-parts-box {
	width: calc((100% / 2) - 10px);
}

.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-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 {
	margin: 0;
	padding: 10px 15px 15px;
	border: 2px solid #333333;
	background: #fff;
	border-top: 13px solid #333333;
}

.lower_bottom .cmn-parts-box .cmn01-catch-copy {
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	padding: 16px 0;
	color: #000;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.4;
}
.lower_bottom .cmn-parts-box .cmn01-catch-copy::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: repeating-linear-gradient(-45deg, #fff, #fff 9px, #000 0, #000 11px);
    background-size: 8px 13px;
    content: '';
}
.lower_bottom .cmn-column3 .cmn-parts-box:first-child {
	margin-left: 0;
}

.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: #ffe2d3;
	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;
}

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

.lower_bottom .cmn01-paragraph .txt_marker {
	border: none;
}

.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,
.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 .cmn01-image {
	text-align: center;
}

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

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

.lower_bottom ul.tag-list-area li.tag-list-area__li {
	margin: 0 1% 0.5rem 1%;
	width: calc(95% / 2);
}

.lower_bottom ul.tag-list-area li.tag-list-area__li:nth-child(4n) {
	margin: 0 1% 0.5rem 1%;
}


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

.text-banner-area {
	margin-bottom: 1.5rem;
	border: 1px solid #c5141c;
	border-radius: 5px;
	background: #fff9ec;
	background-size: cover;
}

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

.text-banner-area__text {
	padding: 1.5rem 1.5rem 1.5rem 2.5rem;
	width: 100%;
	border-top-right-radius: 5px;
	border-bottom-right-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 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.text-banner-area .cmn02-text-banner-area__title {
	position: relative;
	display: block;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: solid 3px #c5141c;
	color: #c5141c;
	text-align: center;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.4;
}

.text-banner-area .cmn02-text-banner-area__title::after {
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #c5141c;
	content: '';
}

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


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

.supervision-area {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 40px 0;
	padding: 1rem;
	border: 1px solid #c5141c;
}

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

.supervision-area.cmn-column2 .cmn-parts-box .mainttl {
	margin-top: 5rem;
}

.supervision-area.cmn-column1 .cmn-parts-box .mainttl,
.supervision-area.cmn-column2 .cmn-parts-box .mainttl {
	position: relative;
	left: -10px;
	margin: 0 0 20px;
	padding: 13px 10px;
	max-width: 700px;
	background: #c5141c;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	line-height: 1.4;
}

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

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

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

.supervision-area .image-wrap .text-wrap .catch-copy {
	position: relative;
	margin: 0 0 15px;
	padding: 0 0 20px;
	font-weight: bold;
	font-size: 19px;
	line-height: 1.4;
}

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

.supervision-area .image-left img,
.supervision-area .image-right img {
	display: block;
	margin: auto;
}

.supervision-area .image-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	padding: 0 0 0 3rem;
	width: 50%;
}

.supervision-area .image-left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	padding: 0 3rem 0 0;
	width: 50%;
}

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

.supervision-area table tr {
	background: #eee;
}

.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.column2 .basic-column-box {
		border: none;
	}
	.viral-box-wrap.column2 .basic-column-box:first-child {
		margin: 0;
		margin-bottom: 2rem;
	}
	.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: auto;
		margin: 2rem 2rem 2rem;
	}
	/*　口コミパーツ
----------------------------- */
	.viral-box-wrap .box-wrap__inner {
		vertical-align: top;
	}
	.viral-box-wrap .box-wrap__inner img {
		display: block;
		margin: auto;
		max-height: 120px;
		width: auto;
	}
	.viral-box-wrap .catch-copy {
		display: inline-block;
		width: 100%;
		vertical-align: top;
		font-size: 2rem;
		line-height: 1.4;
	}
	.viral-box-wrap .paragraph-frame {
		clear: both;
		margin: 15px 0 0;
	}
	.viral-box-wrap.column1 .box-wrap__inner {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		margin-right: 5%;
	}
	.viral-box-wrap.column2 .catch-copy {
		width: 100%;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	.viral-box-wrap.column3 .box-wrap__inner {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		margin-right: 5%;
	}
	.viral-box-wrap.column3 .catch-copy {
		padding: 0 0 1rem;
		width: 100%;
		font-size: 1.6rem;
	}
	.viral-box-wrap .catch-copy {
		width: 100%;
		font-size: 1.5rem;
	}
	/*　共通パーツ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;
		font-weight: bold;
	}
	.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 .cmn-parts-box p:first-child {
	}
	.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;
		margin-right: 4%;
		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!important;
		-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 1rem 1rem 3rem;
	}
	.lower_bottom-2 .cmn-parts-box .btn-wrap .btn-tel a::after {
	    position: absolute;
		top: 0;
		bottom: 0;
		left: 10px;
		margin: auto 0;
		width: 10px;
		height: 20px;
		background: url(img/ico_tel.png) no-repeat left center;
		background-size: 100% auto;
		content: "";
	}
	/*　テキストバナー
----------------------------- */
	.text-banner-area {
		position: relative;
		display: block;
		overflow: hidden;
		padding: 1rem;
		background: transparent;
	}
	.text-banner-area__text {
		padding: 1.5rem 1.5rem;
		width: 100%;
		border-radius: 5px;
		background: rgba(249, 242, 225, 0.8);
	}
	.text-banner-area .cmn02-text-banner-area__image {
		position: absolute;
		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 .cmn02-text-banner-area__title {
		font-size: 2.0rem;
	}
	/*　監修者パーツ
----------------------------- */
	.supervision-area.cmn-column2 {
		display: block;
	}
	.supervision-area.cmn-column2 .cmn-parts-box {
		width: 100%;
	}
	.supervision-area.cmn-column1 .cmn-parts-box .mainttl,
	.supervision-area.cmn-column2 .cmn-parts-box .mainttl {
		font-size: 2.0rem;
	}
	.supervision-area .image-wrap {
		display: block;
	}
	.supervision-area .image-wrap .text-wrap .catch-copy {
		font-size: 1.8rem;
	}
	.supervision-area .image-left,
	.supervision-area .image-right,
	.supervision-area .text-wrap {
		padding: 0;
		width: 100%;
	}
	.supervision-area .text-wrap {
		margin-top: 2rem;
		padding: 0;
		width: 100%;
	}
	.supervision-area.cmn-column1 .image-right {
		margin: auto;
		padding: 0;
	}
	.supervision-area.cmn-column1 .image-right img {
		max-height: 140px;
		width: auto;
	}
	.supervision-area.cmn-column1 .image-left {
		margin: auto;
		padding: 0;
	}
	.supervision-area.cmn-column1 .image-left img {
		max-height: 140px;
		width: auto;
	}
}