@charset "UTF-8";
/*
*******************************************************************************************************
# コースTOP / 施術コースのご紹介

  -- override
  -- module
  -- layout
*******************************************************************************************************
*/
/* ------------------------------------
  * override
* ------------------------------------ */
/* ------------------------------------
  * module
* ------------------------------------ */
.mod-box-repeaterelm {
	padding: 0 0 60px;
}

@media only screen and (max-width: 736px) {
	.mod-box-repeaterelm {
		padding: 0 15px 25px;
	}
}

/* ------------------------------------
  * layout
* ------------------------------------ */
/* ========================================
	コースTOP
======================================== */
/* コースを選ぶ */
.wrp-selectcourse {
	background-color: #faf3dd;
}

.wrp-selectcourse .inner-selectcourse {
	padding-top: 30px;
	padding-bottom: 50px;
}

.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse {
	display: -moz-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse > div[class^=course-] {
	width: 50%;
	box-sizing: border-box;
}

.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse > div[class^=course-] .box-inner {
	width: 100%;
	height: 100%;
	border-radius: 14px;
	background-color: #fff;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse > div[class^=course-] .btn-selectcourse {
	width: 100%;
	box-sizing: border-box;
	padding: 0 30px 30px;
}

.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse > div[class^=course-] .btn-selectcourse > a {
	font-size: 20px;
	box-shadow: 0 0;
}

.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse > div[class^=course-] .btn-selectcourse > a:before {
	font-size: 17px;
	right: 19px;
}

.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse > div[class^=course-] .btn-selectcourse > a .text:before {
	font-size: 23px;
}

.wrp-selectcourse .course-trouble {
	padding: 0 15px 0 0;
}

.wrp-selectcourse .course-trouble .box-inner {
	padding: 63px 0 0;
	position: relative;
}

.wrp-selectcourse .course-trouble .sttl {
	width: 343px;
	max-width: 100%;
	font-size: 27px;
	font-weight: normal;
	text-align: center;
	background-color: #fff;
	position: absolute;
	top: 25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.wrp-selectcourse .course-trouble .sttl .em {
	color: #ff5600;
	font-weight: bold;
}

.wrp-selectcourse .course-trouble .list-trouble {
	font-size: 0;
	text-align: center;
	padding: 48px 32px 16px 0;
	margin: 0 30px;
	border: 2px solid #ff5803;
	border-radius: 14px;
}

.wrp-selectcourse .course-trouble .list-trouble > li {
	display: inline-block;
	font-size: 18px;
	color: #ff5600;
	line-height: 1.7;
	font-weight: bold;
	margin-left: 32px;
}

.wrp-selectcourse .course-trouble .lead {
	height: 160px;
	font-size: 16px;
	line-height: 1.5;
	box-sizing: border-box;
	padding: 24px 40px 40px 160px;
	margin-bottom: 16px;
	/* margin: 0 0 -11px; */
	background-image: url("https://karada39.com/img/common/img_selectcourse_01.png");
	background-repeat: no-repeat;
	background-position: 40px 16px;
	background-size: 94px auto;
}

.wrp-selectcourse .course-trouble .lead .em {
	font-weight: bold;
}

.wrp-selectcourse .course-type {
	padding: 0 0 0 15px;
}

.wrp-selectcourse .course-type .box-inner {
	padding: 35px 0 0;
}

.wrp-selectcourse .course-type .sttl {
	font-size: 27px;
	color: #ff5600;
	line-height: 1.3;
	text-align: center;
	padding: 0 30px;
}

.wrp-selectcourse .course-type .lead {
	min-height: 420px;
	font-size: 16px;
	line-height: 1.5;
	padding: 40px 30px 300px;
	position: relative;
}

.wrp-selectcourse .course-type .lead:before {
	display: block;
	content: '';
	width: 162px;
	height: 250px;
	background-image: url("https://karada39.com/img/common/img_selectcourse_02.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 90% auto;
	position: absolute;
	bottom: 16px;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

.wrp-selectcourse .course-type .lead .em {
	font-weight: bold;
}

.wrp-selectcourse .btn-courseprice {
	width: 350px;
	box-sizing: border-box;
	padding: 30px 0 0;
	margin: 0 auto;
}

.wrp-selectcourse .btn-courseprice > a .text:before {
	font-size: 20px;
	color: #ff5600;
}

@media only screen and (max-width: 736px) {
	.wrp-selectcourse {
		background-color: #faf3dd;
	}

	.wrp-selectcourse .inner-selectcourse {
		padding: 15px 15px 25px;
	}

	.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse {
		display: block;
	}

	.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse > div[class^=course-] {
		width: 100%;
	}

	.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse > div[class^=course-] + div {
		margin: 20px 0 0;
	}

	.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse > div[class^=course-] .box-inner {
		border-radius: 10px;
		box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	}

	.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse > div[class^=course-] .btn-selectcourse {
		padding: 0 15px 13px;
	}

	.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse > div[class^=course-] .btn-selectcourse > a {
		font-size: 16px;
		padding-left: 23px;
		padding-right: 23px;
		box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
	}

	.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse > div[class^=course-] .btn-selectcourse > a:before {
		font-size: 12px;
		right: 11px;
	}

	.wrp-selectcourse .inner-selectcourse .wrp-box-selectcourse > div[class^=course-] .btn-selectcourse > a .text:before {
		font-size: 15px;
	}

	.wrp-selectcourse .course-trouble {
		padding: 0;
	}

	.wrp-selectcourse .course-trouble .box-inner {
		padding: 42px 0 0;
	}

	.wrp-selectcourse .course-trouble .sttl {
		width: 222px;
		font-size: 20px;
		top: 15px;
	}

	.wrp-selectcourse .course-trouble .list-trouble {
		padding: 40px 20px 10px 0;
		margin: 0 16px 16px;
		border-radius: 8px;
	}

	.wrp-selectcourse .course-trouble .list-trouble > li {
		font-size: 12px;
		margin-left: 16px;
	}

	.wrp-selectcourse .course-trouble .lead {
		height: 108px;
		font-size: 12px;
		padding: 8px 24px 0 108px;
		/* margin: 0; */
		background-position: 24px bottom;
		background-size: 64px auto;
	}

	.wrp-selectcourse .course-type {
		padding: 0;
	}

	.wrp-selectcourse .course-type .box-inner {
		padding: 21px 0 0;
	}

	.wrp-selectcourse .course-type .sttl {
		font-size: 18px;
		text-align: left;
		padding: 0 132px 0 19px;
	}

	.wrp-selectcourse .course-type .lead {
		min-height: 147px;
		font-size: 12px;
		padding: 14px 137px 17px 21px;
	}

	.wrp-selectcourse .course-type .lead:before {
		width: 118px;
		height: 200px;
		right: 14px;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.wrp-selectcourse .btn-courseprice {
		width: 100%;
		padding: 25px 5px 0;
	}

	.wrp-selectcourse .btn-courseprice > a .text:before {
		font-size: 18px;
	}
}

/* ========================================
	施術コースのご紹介
======================================== */
/* 〜から選ぶタブ */
.tab-search-head {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 15px 0;
	margin: 0 0 5px;
}

.tab-search-head > ul {
	display: -moz-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 730px;
	box-sizing: border-box;
	margin: 0 auto;
}

.tab-search-head > ul > li {
	display: -moz-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	box-sizing: border-box;
}

.tab-search-head > ul > li:first-child {
	padding: 0 15px 0 0;
}

.tab-search-head > ul > li:nth-child(2) {
	padding: 0 0 0 15px;
}

.tab-search-head > ul > li .sttl, .tab-search-head > ul > li > a {
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 20px 40px 20px 56px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
}

.tab-search-head > ul > li .sttl:before, .tab-search-head > ul > li > a:before {
	display: block;
	font-family: 'iconfont';
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
	font-size: 18px;
	line-height: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	right: 18px;
}

.tab-search-head > ul > li .sttl .text, .tab-search-head > ul > li > a .text {
	display: inline-block;
	position: relative;
}

.tab-search-head > ul > li .sttl .text:before, .tab-search-head > ul > li > a .text:before {
	display: block;
	font-family: 'iconfont';
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
	font-size: 22px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	left: -36px;
}

.tab-search-head > ul > li .sttl {
	color: #ff5600;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #fff;
}

.tab-search-head > ul > li .sttl:before {
	content: '\e917';
}

.tab-search-head > ul > li .sttl .text:before {
	color: #ff5600;
}

.tab-search-head > ul > li > a {
	color: #fff;
}

.tab-search-head > ul > li > a:before {
	content: '\e919';
}

.tab-search-head > ul > li > a .text:before {
	color: #fff;
}

.tab-search-head > ul > li.search-nayami .text:before {
	content: '\e903';
}

.tab-search-head > ul > li.search-list .text:before {
	content: '\e904';
}

@media only screen and (min-width: 737px) {
	.tab-search-head > ul > li > a:hover {
		color: #ff5600;
		background-color: #fff;
	}

	.tab-search-head > ul > li > a:hover .text:before {
		color: #ff5600;
	}
}

@media only screen and (max-width: 736px) {
	.tab-search-head > ul > li:first-child {
		padding: 0 5px 0 0;
	}

	.tab-search-head > ul > li:nth-child(2) {
		padding: 0 0 0 5px;
	}

	.tab-search-head > ul > li .sttl, .tab-search-head > ul > li > a {
		font-size: 15px;
		padding: 13px 14.97% 13px 20.96%;
	}

	.tab-search-head > ul > li .sttl:before, .tab-search-head > ul > li > a:before {
		font-size: 14px;
		right: 7px;
	}

	.tab-search-head > ul > li .sttl .text, .tab-search-head > ul > li > a .text {
		max-width: 94px;
		letter-spacing: -0.02em;
	}

	.tab-search-head > ul > li .sttl .text:before, .tab-search-head > ul > li > a .text:before {
		font-size: 16px;
		top: 2px;
		left: -21px;
	}

	.tab-search-head > ul > li .sttl {
		border-top-left-radius: 7px;
		border-top-right-radius: 7px;
	}
}

/* 検索チェックリスト */
.wrp-search-list .lead-search-list {
	padding-top: 42px;
}

.wrp-search-list .sttl {
	padding-left: 40px;
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: bold;
	position: relative;
}

.wrp-search-list .sttl:before {
	color: #ff5600;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 0;
}

.wrp-search-list .lead {
	margin-bottom: 24px;
	/* padding: 24px 0; */
}

.wrp-search-list .wrp-box-check .text-none {
	width: 100%;
	font-size: 18px;
	color: #ff5600;
	font-weight: bold;
	text-align: center;
}

.wrp-search-list .wrp-box-check .list-check {
	width: 50%;
	box-sizing: border-box;
	padding: 27px 0 0;
	float: left;
}

.wrp-search-list .wrp-box-check .list-check > li {
	width: 50%;
	margin: 0 0 27px;
	float: left;
	position: relative;
}

.wrp-search-list .wrp-box-check .list-check > li:nth-child(odd) {
	clear: both;
}

.wrp-search-list .wrp-box-check .list-check > li label.btn-checkbox {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px 0 0;
	position: relative;
	cursor: pointer;
}

.wrp-search-list .wrp-box-check .list-check > li label.btn-checkbox input[type='checkbox'] {
	display: none;
}

.wrp-search-list .wrp-box-check .list-check > li label.btn-checkbox input[type='checkbox'] + .icn-checkbox {
	display: block;
	width: 24px;
	height: 24px;
	border: 1px solid #d0d0d0;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.wrp-search-list .wrp-box-check .list-check > li label.btn-checkbox input[type='checkbox']:checked + .icn-checkbox {
	border: none;
	background-image: url("https://karada39.com/img/common/icn_checkbox.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

.wrp-search-list .wrp-box-check .list-check > li label.btn-checkbox .text {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 42px;
}

.wrp-search-list .wrp-box-check .box-illust {
	width: 50%;
	box-sizing: border-box;
	padding: 27px 0 0 30px;
	float: right;
}

.wrp-search-list .wrp-box-check .box-illust .inner-illust {
	width: 100%;
    /*box-sizing: border-box;*/
    /*border: 2px solid #e6e6e6;*/
	position: relative;
}

.wrp-search-list .wrp-box-check .box-illust .img {
	width: 100%;
	height: 100%;
	line-height: 0;
	z-index: 1;
}

.wrp-search-list .wrp-box-check .box-illust .list-illust {
	width: 100%;
	height: 100%;
	line-height: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.wrp-search-list .wrp-box-check .box-illust .list-illust .mark {
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.wrp-search-list .wrp-box-type .inner-box-type .box-type {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.wrp-search-list .wrp-box-type .inner-box-type .box-type .text-box-type {
	display: table-cell;
	width: 31.53%;
	vertical-align: middle;
}

.wrp-search-list .wrp-box-type .inner-box-type .box-type .text-box-type .sttl-type {
	width: 100%;
	font-size: 29px;
	font-weight: normal;
	box-sizing: border-box;
	padding: 0 0 27px;
}

.wrp-search-list .wrp-box-type .inner-box-type .box-type .text-box-type .sttl-type .text {
	display: inline-block;
	width: 100%;
	padding: 0 0 14px;
	border-bottom: 2px solid #ff5600;
}

.wrp-search-list .wrp-box-type .inner-box-type .box-type .list-box-type {
	display: table-cell;
	box-sizing: border-box;
	padding: 28px 0 37px;
}

.wrp-search-list .wrp-box-type .inner-box-type .box-type .list-box-type > ul {
	width: 100%;
	margin: 0;
}

.wrp-search-list .wrp-box-type .inner-box-type .box-type .list-box-type > ul > li {
	width: 50%;
	padding: 0 0 0 30px;
}

.wrp-search-list .wrp-box-type .inner-box-type .box-type .list-box-type > ul > li:nth-child(n+3) {
	margin-top: 30px;
}

.wrp-search-list .wrp-box-type .inner-box-type .box-type .list-box-type > ul > li > a {
	border: 1px solid #e6e6e6;
}

.wrp-search-list .wrp-box-type .inner-box-type:nth-child(odd) {
	background-color: #faf3dd;
}




/* .list-pagelink */
.box-pagelink .list-pagelink {
    display: flex;
    flex-wrap: wrap;
}

.box-pagelink .list-pagelink li { text-align: center; }

.box-pagelink .list-pagelink a {
	display: block;
    padding: 16px 0;
}


/* .select-list */
.course-index .select-list {
	padding: 4px;
	overflow: hidden;
}

.course-index .select-list li {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.course-index .select-list li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.course-index .select-list li a:hover { opacity: .76; }

.course-index .select-list li a:after {
	display: block;
    width: 16px;
    height: 16px;
    content: '\e919';
    font-family: iconfont;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 16px;
    border-radius: 8px;
    background-color: #ff5600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
	    bottom: 10px;
	    right: 10px;
}

.course-index .select-list li .select-list_thumb img {
	object-fit: cover;
	display: block;
}

.course-index .select-list li .select-list_txt .course-index_name {
	color: #ff5600;
	margin-bottom: .5rem;
}

.course-index .select-list li .select-list_txt p {
	line-height: 1.6;
	height: 52px;
}





@media only screen and (min-width: 737px) { /* for PC */
	/* .list-pagelink */
	.box-pagelink .list-pagelink { margin-bottom: 24px; }
	
	.box-pagelink .list-pagelink li {
		flex: 1;
		margin: 0 10px;
		font-size: 14px;
	}
	
	
	/* .select-list */
	.course-index .select-list { margin: 0 -1.75%; }
	
	.course-index .select-list li {
		float: left;
		margin: 0 1.75% 32px;
	}

	.course-index .select-list li .select-list_txt .course-index_name { font-size: 16px; }
	
	.course-index .select-list li .select-list_thumb { width: 480px; }
	
	.course-index .select-list li .select-list_txt { padding: 16px; }

	.course-index .select-list li .select-list_txt p { font-size: 14px; }
	
	.course-index .select-list li.select-list_wide { float: none; }
	
	.course-index .select-list li.select-list_wide a { display: flex; }
	
	.course-index .select-list li.select-list_wide .select-list_thumb img { height: 220px; }
	
	.course-index .select-list li.select-list_wide .select-list_txt {
		width: 46.5%;
		margin: 1.75%;
	}
	
	.course-index .select-list li.select-list_half { width: 46.5%; }
	
	.course-index .select-list li.select-list_half .select-list_thumb img { height: 180px; }



	.wrp-search-list .wrp-box-check .list-check > li label.btn-checkbox:hover { color: #ff5600; }
/* for PC end  */}


@media only screen and (max-width: 950px) {
	.wrp-search-list .wrp-box-check .list-check > li { margin: 0 0 22px; }

	.wrp-search-list .wrp-box-type .inner-box-type .box-type .list-box-type > ul > li { padding: 0 0 0 20px; }
}


@media only screen and (max-width: 736px) { /* for SP */
	/* .list-pagelink */
	.box-pagelink .list-pagelink { margin: 0 3%; }
	
	.box-pagelink .list-pagelink li {
		width: 45%;
		margin: 0 2.5% 24px;
		font-size: 13px;
	}
	
	
	/* .select-list */
	.mod-ttl-border { padding: 0 20px; }
	
	.course-index .select-list { margin: 0 20px; }
	
	.course-index .select-list li { margin-bottom: 16px; }

	.course-index .select-list li .select-list_txt .course-index_name { font-size: 15px; }
	
	.course-index .select-list li.select-list_half .select-list_thumb {
		float: left;
		width: 32.5%;
	}
	
	.course-index .select-list li .select-list_txt { padding: 8px 12px; }
	
	.course-index .select-list li .select-list_txt p { font-size: 13px; }
	
	.course-index .select-list li.select-list_half .select-list_thumb img { height: 136px; }
	
	.course-index .select-list li.select-list_half .select-list_txt {
		float: right;
		width: 67.5%;
	}




	.wrp-search-list .lead-search-list {
		padding: 17px 0 0;
	}

	.wrp-search-list .sttl {
		padding: 0 20px 0 47px;
		font-size: 18px;
	}

	.wrp-search-list .sttl:before {
		left: 20px;
	}

	.wrp-search-list .lead {
		padding-right: 20px;
		padding-left: 20px;
		/* padding: 14px 20px 0; */
	}

	.wrp-search-list .wrp-box-check .text-none {
		font-size: 16px;
		padding: 16px 0 15px;
	}

	.wrp-search-list .wrp-box-check .list-check {
		width: 100%;
		padding: 5px 20px 0;
		float: none;
	}

	.wrp-search-list .wrp-box-check .list-check > li {
		width: 50%;
		margin: 0 0 16px;
	}

	.wrp-search-list .wrp-box-check .list-check > li label.btn-checkbox {
		padding: 0 5px;
	}

	.wrp-search-list .wrp-box-check .list-check > li label.btn-checkbox input[type='checkbox'] + .icn-checkbox {
		width: 20px;
		height: 20px;
		left: 5px;
	}

	.wrp-search-list .wrp-box-check .list-check > li label.btn-checkbox .text {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 0 0 0 28px;
	}

	.wrp-search-list .wrp-box-check .list-check > li > a {
		display: block;
		width: 56px;
		height: 100%;
		padding: 0;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}

	.wrp-search-list .wrp-box-check .list-check > li > a:before {
		left: 20px;
		right: auto;
	}

	.wrp-search-list .wrp-box-check .list-check > li > a:after {
		display: block;
		content: '';
		width: 1px;
		height: 29px;
		border-left: 1px solid #ccc;
		position: absolute;
		top: 10px;
		left: 0;
	}

	.wrp-search-list .wrp-box-check .box-illust {
		display: none;
	}

	.wrp-search-list .wrp-box-type .inner-box-type .box-type {
		display: block;
	}

	.wrp-search-list .wrp-box-type .inner-box-type .box-type .text-box-type {
		display: block;
		width: 100%;
	}

	.wrp-search-list .wrp-box-type .inner-box-type .box-type .text-box-type .sttl-type {
		font-size: 21px;
		padding: 16px 20px 12px;
	}

	.wrp-search-list .wrp-box-type .inner-box-type .box-type .text-box-type .sttl-type .text {
		padding: 0 0 12px;
	}

	.wrp-search-list .wrp-box-type .inner-box-type .box-type .text-box-type .lead-type {
		padding: 0 20px 15px;
	}

	.wrp-search-list .wrp-box-type .inner-box-type .box-type .list-box-type {
		display: block;
		padding: 15px;
		margin: 0 0 9px;
		background-color: #faf3dd;
	}

	.wrp-search-list .wrp-box-type .inner-box-type .box-type .list-box-type > ul {
		margin: 0;
	}

	.wrp-search-list .wrp-box-type .inner-box-type .box-type .list-box-type > ul > li {
		width: 100%;
		padding: 0 0 5px;
	}

	.wrp-search-list .wrp-box-type .inner-box-type .box-type .list-box-type > ul > li:nth-child(n+3) {
		margin-top: 0;
	}

	.wrp-search-list .wrp-box-type .inner-box-type .box-type .list-box-type > ul > li > a {
		border: none;
	}

	.wrp-search-list .wrp-box-type .inner-box-type:nth-child(odd) {
		background-color: transparent;
	}
/* for SP end  */ }



/* 店舗検索結果 */
.wrp-search-result .sttl {
	font-size: 22px;
	color: #a67b1e;
	line-height: 1.7;
	text-align: center;
	padding: 14px 0 22px;
}

.wrp-search-result .list-result {
	display: -moz-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	background-color: #faf3dd;
}

.wrp-search-result .list-result > li {
	width: 50%;
}

.wrp-search-result .list-result > li > a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
}

.wrp-search-result .list-result > li > a:before {
	display: none;
}

.wrp-search-result .list-result > li .category {
	font-size: 18px;
	font-weight: bold;
	padding: 27px 40px 14px;
}

.wrp-search-result .list-result > li .box-course {
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding: 0 40px 30px;
}

.wrp-search-result .list-result > li .box-course .img {
	display: table-cell;
	width: 18.95%;
	vertical-align: top;
}

.wrp-search-result .list-result > li .box-course .img > span {
	display: block;
	width: 100%;
	height: 0;
	padding: 100% 0 0;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
}

.wrp-search-result .list-result > li .box-course .img > span > img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.wrp-search-result .list-result > li .box-course .box-text {
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 20px;
}

.wrp-search-result .list-result > li .box-course .box-text .name {
	font-size: 20px;
	color: #ff5600;
	font-weight: bold;
}

.wrp-search-result .list-result > li .box-course .box-text .text {
	font-size: 14px;
	padding: 9px 0 0;
}

@media only screen and (min-width: 737px) {
	.wrp-search-result .list-result > li > a:hover {
		opacity: 0.7;
	}

	.wrp-search-result .list-result > li > a:hover .box-course .box-text .name {
		text-decoration: underline;
	}
}

@media only screen and (max-width: 736px) { /* for SP */
	.wrp-search-result {
		padding: 0 15px 25px;
	}

	.wrp-search-result .sttl {
		font-size: 18px;
		padding: 0 0 14px;
	}

	.wrp-search-result .list-result {
		display: block;
	}

	.wrp-search-result .list-result > li {
		width: 100%;
	}

	.wrp-search-result .list-result > li:nth-child(n+2) {
		border-top: 2px dotted #a5843d;
	}

	.wrp-search-result .list-result > li > a:before {
		display: block;
		top: auto;
		bottom: 15px;
	}

	.wrp-search-result .list-result > li .category {
		font-size: 14px;
		padding: 12px 15px 6px;
	}

	.wrp-search-result .list-result > li .box-course {
		padding: 0 15px 15px;
	}

	.wrp-search-result .list-result > li .box-course .img {
		width: 19.05%;
	}

	.wrp-search-result .list-result > li .box-course .img > span {
		border-radius: 3px;
	}

	.wrp-search-result .list-result > li .box-course .box-text {
		padding: 0 25px 0 10px;
	}

	.wrp-search-result .list-result > li .box-course .box-text .name {
		font-size: 15px;
	}

	.wrp-search-result .list-result > li .box-course .box-text .text {
		font-size: 12px;
		padding: 3px 0 0;
	}
/* for SP end  */ }



/* コース料金表ボタン */
.btn-price {
	width: 350px;
	box-sizing: border-box;
	margin: 41px auto 60px;
}

.btn-price > a {
	font-size: 20px;
	border: 1px solid #e6e6e6;
}

.btn-price > a .text:before {
	font-size: 24px;
	color: #ff5600;
}

@media only screen and (max-width: 736px) { /* for SP */
	.btn-price {
		width: 100%;
		padding: 0 20px;
		margin: 0 0 25px;
	}

	.btn-price > a {
		font-size: 17px;
	}

	.btn-price > a .text:before {
		font-size: 18px;
	}
/* for SP end  */ }



/* あなたにオススメのコース */
.wrp-box-recommend {
	background-color: transparent;
}

@media only screen and (max-width: 736px) { /* for SP */
	.wrp-bnr-recommend {
		padding: 0 15px 25px;
	}
	#sango-thnl {
		top: 100%;
    left: 30%;
		-webkit-transform: scale(1.5) translate(-50%, -50%);
    transform: scale(1.5) translate(-50%, -50%);
	}
/* for SP end  */ }

