@charset "utf-8";

/*===================================
 CSS INFO
 Description : style css
=====================================*/

/*モデルコース
==================================== */
/*パーツ調整*/
#modelcourse .ttl-01 small{
	display: block;
	margin-bottom: 0.3rem;
}

/*一覧*/
.model-course-refine{
	background-color: #f5f7fa;
	border: 3px solid #D4DDEB;
	padding: 20px;
}
.model-course-refine > .row{}
.model-course-refine .mc-refine-item{
	display: flex;
	margin-bottom: 10px;
	/*border-bottom: 1px solid #D9DCE0;*/
}
.model-course-refine .mc-refine{
	border-bottom: 1px solid #D9DCE0;
	width: 100%;
	padding-bottom: 5px;
	/*display: flex;*/
	/*padding-bottom: 15px;*/
	margin-bottom: 0;
}
.model-course-refine .mc-refine dt{
	/*width: 20%;*/
	width: 80px;
	float: left;
	text-align: center;
}
html:lang(en) .model-course-refine .mc-refine dt{
	font-size: 0.875rem;
	width: 100px;
}
.model-course-refine .mc-refine dd{
	overflow: hidden;
	/*width: 80%;*/
}
.model-course-refine .mc-refine dt:before{
	display: block;
}
.model-course-refine .mc-refine-area dt:before{
	content: url(/img/site/model_course/icon_course_area.png);
}
.model-course-refine .mc-refine-time dt:before{
	content: url(/img/site/model_course/icon_course_time.png);
}
.model-course-refine .mc-refine-level dt:before{
	content: url(/img/site/model_course/icon_course_level.png);
}
.model-course-refine .mc-refine-theme dt:before{
	content: url(/img/site/model_course/icon_course_theme.png);
}
.model-course-refine .mc-refine dd .mc-refine-check{
}
.model-course-refine .mc-refine dd .mc-refine-check .checkbox{
	display: inline-block;
	margin-right: 20px;
	margin-top: 5px;
}
.model-course-refine .mc-refine dd .mc-refine-check .checkbox input{
	margin-right: 5px;
}


.mc-list-wrap{
	background-color: #f5f7fa;
	margin-bottom: 2rem;
}
.mc-list-item .mc-list-img img{
	width: 100%;
}
.mc-list-item .mc-list-txt{
	padding: 0.6rem;
}
.mc-list-item .mc-list-ttl{
	font-size: 16px;
	font-weight: bold;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

.mc-list-item .mc-icn-area,.mc-list-item .mc-icn-time{
	display: inline-block;
}

.mc-icn-area,.mc-icn-time,.mc-icn-level,.mc-icn-theme{
	margin-bottom: 0.5rem;
}
html:lang(en) .mc-list-item .mc-icn-area,
html:lang(en) .mc-list-item .mc-icn-time,
html:lang(en) .mc-list-item .mc-icn-level,
html:lang(en) .mc-list-item .mc-icn-theme{
	font-size: 0.875rem;
}

.mc-icon{
	-webkit-border-radius: 50px;
	        border-radius: 50px;
	border-width: 2px;
	border-style: solid;
	background-color: #FFF;
	padding: 3px 8px;
	margin-right: 0.2rem;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}
.mc-icon-default{
	border-color: #7474bf;
	color: #7474bf;
}
.mc-icon-girls{
	border-color: #a171cd;
	color: #a171cd;
}
.mc-icon-hill{
	border-color: #00796B;
	color: #00796B;
}
.mc-icon-water{
	border-color: #1976D2;
	color: #1976D2;
}
.mc-icon-autumn{
	border-color: #D84315;
	color: #D84315;
}
.mc-icon-gourmet{
	border-color: #C2185B;
	color: #C2185B;
}

@media (max-width: 575px) {
	.mc-list-item:nth-child(odd){
		padding-right: 8px;
	}
	.mc-list-item:nth-child(even){
		padding-left: 8px;
	}
	.mc-icn-area,.mc-icn-time,.mc-icn-level,.mc-icn-theme{
		font-size: 12px;
	}
}
@media (min-width: 576px) {
	.mc-list-item .mc-list-txt{
		padding: 1rem;
	}
	.mc-list-item .mc-list-ttl{
		font-size: 18px;
	}
	html:lang(en) .mc-list-item .mc-list-ttl{
		font-size: 16px;
		line-height: 1.6;
	}
	.mc-icon{
		margin-right: 0.5rem;
		padding: 3px 10px;
	}
}

/*詳細=================*/
.course-detail-intro{
	margin-top: -10px;
	margin-bottom: 30px;
}
.course-detail-info{
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	border: 3px solid #d4ddeb;
	padding: 20px 15px 15px;
	/*display: flex;*/
}
.course-detail-info .mc-icn-area,
.course-detail-info .mc-icn-time,
.course-detail-info .mc-icn-level{
	margin-right: 10px;
}

/*スタート・ゴール*/
.course-round{
	background-color: #7474bf;
	color: #FFF;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	width: 126px;
	height: 126px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	font-size: 1.6rem;
	letter-spacing: 5px;
}

.course-start{}
.step-line-start{}
#step-start{}
.step-start-img{}
.step-start-line{}

.course-start,
.course-goal{
	position: relative;
	height: 153px;
}
.step-balloon-start,
.step-line-start,
.step-line-goal{
	position: absolute;
}

.step-line-goal{}
#step-goal{}
#step-start .step-start-line,
#step-goal .step-goal-line{
	stroke: #7474bf;
}
#step-start .step-start-img,
#step-goal .step-goal-img{
	fill:#7474bf;
}
.course-goal-round{
	position: absolute;
	top: 28px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

@media (max-width: 575px){
	.course-start:after {
		width: 1px;
		height: 55px;
		content: "";
		display: block;
		position: absolute;
		left: 50%;
		border-left: 2px dotted #7474bf;
		bottom: 0;
	}
	.course-theme-girls .course-start:after {
		border-color: #a171cd;
	}
	.course-theme-water .course-start:after {
		border-color: #1976D2;
	}
	.course-theme-hill .course-start:after {
		border-color: #00796B;
	}
	.course-theme-autumn .course-start:after {
		border-color: #D84315;
	}
	.course-theme-gourmet .course-start:after {
		border-color: #C2185B;
	}
	.course-theme-default .course-start:after {
		/*border-color: #7474bf;*/
		border-color: #a171cd;
	}
	.course-start.course-goal:after {
		top: 0;
	}
	.step-balloon-start,.step-line-start{
		display: none;
	}
}
@media (min-width: 576px) and (max-width: 768px){
	.course-detail-info .mc-icn-area,
	.course-detail-info .mc-icn-time,
	.course-detail-info .mc-icn-level{
		margin-right: 0;
	}
}
@media (min-width: 576px){
	.course-detail-intro{
		text-align: center;
	}
	.course-detail-info{
		margin-right: 15px;
		margin-left: 15px;
	}
	.course-start,
	.course-goal{
		position: relative;
		height: 233px;
	}
	.course-round{
		width: 146px;
		height: 146px;
		font-size: 2rem;
		letter-spacing: 5px;
	}
	.course-detail-info .mc-icn-area,
	.course-detail-info .mc-icn-time,
	.course-detail-info .mc-icn-level,
	.course-detail-info .mc-icn-theme{
		width: 50%;
	}
	.step-balloon-start{
		top: 126px;
		left: 127px;
	}
	.step-balloon-start img{
		width: 71px;
	}
	.step-line-start{
		width: 236px;
		top: 148px;
		left: 21px;
		bottom: 0;
	}
	.step-line-goal{
		width: 223px;
		left: 22px;
	}
	.course-goal-round{
		top: 87px;
	}
}
@media (min-width: 768px){
	.course-detail-info .mc-icn-area,
	.course-detail-info .mc-icn-time,
	.course-detail-info .mc-icn-level,
	.course-detail-info .mc-icn-theme{
		width: auto;
	}
	.step-balloon-start{
		top: 103px;
		left: 182px;
	}
	.step-balloon-start img{
		width: 94px;
	}
	.step-line-start{
		width: 300px;
		top: 134px;
		left: 56px;
	}
	.step-line-goal{
		width: 308px;
		left: 22px;
	}
}
@media (min-width: 991px){
	.step-balloon-start{
		top: 98px;
		left: 285px;
	}
	.step-line-start{
		width: 300px;
		top: 131px;
		left: 148px;
	}
	.step-line-goal{
		width: 308px;
		left: 108px;
	}
}
@media (min-width: 1200px){
	.step-balloon-start{
		top: 96px;
		left: 353px;
	}
	.step-line-start{
		width: 300px;
		top: 131px;
		left: 221px;
	}
	.step-line-goal{
		width: 308px;
		left: 200px;
	}
}


.step-line{
	position: relative;
	height: 112px;
	overflow: hidden;
}
.step-line svg{
	height: 100%;
}
.step-line-r svg{
	transform: scale(-1,1);
}
.step-line-item{
	stroke:#7474bf;
}
.time-required,.step-line svg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
}
.time-required{
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	width: 100px;
	background-color: #FFF;
	border-width: 2px;
	border-style: solid;
	border-color: #7474bf;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #7474BF;
	padding-top: 4px;
	padding-bottom: 4px;
}
.time-required:before{
	position: absolute;
	top: -21px;
	left: 0;
	content: '\e52f';
	font-family: "Material Icons";
	font-weight: normal;
}

.mc-spot{
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	background-color: #f5f7fa;
	background-image: url("/img/site/model_course/course_spot_bg.png"),url("/img/site/model_course/course_spot_bg.png");
	background-repeat: repeat-x;
	background-position: left top,left bottom;
	padding: 38px 20px;
}
.mc-spot-head{
	margin-bottom: 15px;
/*	-webkit-align-items: baseline;
	        align-items: baseline;*/
}
.mc-spot-time{
	margin-bottom: 15px;
}
.mc-spot-time span{
	background-color: #7474bf;
	color: #FFF;
	font-size: 18px;
	line-height: 1;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	display: inline-block;
	padding: 0.5rem;
}
.mc-spot-time span:before{
	content: "\e192";
	font-family: "Material Icons";
	/*display: inline-flex;*/
	vertical-align: middle;
	margin-right: 5px;
}
.mc-spot-ttl{
	display: inline-block;
	font-weight: bold;
}
html:lang(en) .mc-spot-ttl{
	font-size: 22px;
}
.mc-spot-slide{
	position: relative;
}
.mc-spot-slide .slick-slide img{
	max-width: 100%;
	max-height: 100%;
}
.mc-spot-slide .slick-prev:before{
	content: "\e314";
}
.mc-spot-slide .slick-next:before{
	content: "\e315";
}
.mc-spot-slide .slick-prev:before,.mc-spot-slide .slick-next:before{
	color: #333;
	font-family: "Material Icons";
}
.mc-spot-slide.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.mc-spot-slide .slick-dots{
	position: absolute;
	bottom: 0;
}
.mc-spot-slide .slick-dots li.slick-active button:before{
	color: #FFF;
}
.mc-spot-slide .slick-dots li button:before{
	color: #848688;
}
.mc-spot-body img{}

@media (max-width: 575px){
	.mc-spot > .row .col-lg-6 + .col-lg-6{
		padding-left: 8px;
		padding-right: 8px;
	}
	.mc-spot-slide .slick-prev:before,.mc-spot-slide .slick-next:before{
		color: #FFF;
		font-size: 24px;
		opacity: 1;
		background-color: #7474bf;
	}
	.mc-spot-slide .slick-prev,.mc-spot-slide .slick-next{
		width: 24px;
	}
	.mc-spot-slide .slick-prev{
		left: -10px;
		z-index: 1;
	}
	.mc-spot-slide .slick-next{
		right: -10px;
	}
}
@media (max-width: 767px){
	.mc-spot-ttl{
		font-size: 18px;
	}
}
@media (min-width: 576px){
	.step-line{
		height: 175px;
	}
	.time-required{
		width: 100px;
		border-width: 3px;
		font-size: 18px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.time-required:before{
		top: -23px;
	}
	.mc-spot{
		margin-left: 15px;
		margin-right: 15px;
		padding: 38px 36px;
	}
	.mc-spot-head{
		margin-bottom: 25px;
	}
	.mc-spot-ttl{
		padding-top: 15px;
	}
}
@media (min-width: 768px){
	.mc-spot-head{
		display: flex;
		/*margin-left: -30px;*/
		/*margin-left: -60px;*/
	}
	.mc-spot{
		/*padding: 38px 36px 38px 0;*/
	}
	.mc-spot-time{
		margin-bottom: 0;
		display: inline-block;
		margin-left: -60px;
	}
	.mc-spot-time span{
		font-size: 24px;
		padding: 1rem;
		margin-right: 10px;
		display: flex;
		/*width: 130px;*/
	}
	.mc-spot-body{
		/*padding-left: 36px;*/
	}
}

/*検索ボックス*/
.course-cv-wrap{
background-color: #f5f7fa;
}
.course-cv-wrap .serach-box-ttl-wrap{
	text-align: center;
}
.course-cv-wrap .serach-box-ttl-wrap:before{
	content: "";
	display: block;
	height: 70px;
	background-image: url("/img/site/model_course/fig_flag.png");
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 20px;
/*	content: url("../img/fig_flag.png");
	display: block;
	margin-top: -10px;*/
}
.course-cv-wrap .serach-box-ttl-wrap .ttl-01{
	margin-bottom: 3rem;
}
.course-cv-wrap .calendar.form-app{
background-image: url("/img/site/icon_calender.png");
background-repeat: no-repeat;
background-position: 10px center;
padding: .6rem .6rem .6rem 35px;
width: 100%;
margin-bottom: 10px;
}
.course-cv-wrap select.form-app{
padding: .6rem 30px .6rem .6rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url("/img/site/icon_select_arrow.png");
background-repeat: no-repeat;
background-position: 96% center;
background-position: -webkit-calc(100% - 8px);
background-position: calc(100% - 8px);
width: 100%;
}
.course-cv-wrap select.form-app::-ms-expand {
display: none;
}
.course-cv-wrap .form-app{
background-color: #FFF;
border: 1px solid #CCC;
-webkit-border-radius: 0;
border-radius: 0;
}
.course-cv-wrap .course-cv-search{
width: 100%;
padding: 15px 30px;
}
.course-cv-wrap .course-cv-search dt{
font-weight: normal;
}
.course-cv-wrap .serach-dep-box{
padding-bottom: 30px;
}
.course-cv-wrap .serach-dep-box:after{
content: url("/img/site/search_box_arrow_l.png");
position: absolute;
left: 50%;
margin-left: -10px;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.course-cv-wrap .serach-dep dt,
.course-cv-wrap .serach-arv dt{
	padding-bottom: 5px;
}
.course-cv-wrap .serach-type dt a,
.course-cv-wrap .serach-size dt a{
	display: inline-block;
	vertical-align: middle;
}
.course-cv-wrap .search-btn{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
}
.course-cv-wrap .search-btn .icn-search:before{
	padding-right: 10px;
}
.course-cv-wrap .serach-type dt i,
.course-cv-wrap .serach-size dt i{
	color: #7474BF;
	font-size: 22px;
}
@media (min-width: 768px) {
	.course-cv-wrap .serach-dep dd,
	.course-cv-wrap .serach-arv dd{
		display: flex;
	}
	.course-cv-wrap .calendar.form-app{
		width: 150px;
		margin-right: 10px;
	}
	.course-cv-wrap .calendar.form-app + div{
		width: 100%;
	}
}
@media (min-width: 992px) {
	.course-cv-wrap .serach-dep-box:after{
	position: absolute;
	right: -5px;
	top: 40px;
	left: auto;
	margin-left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	}
	.course-cv-wrap .serach-dep-box{
		padding-bottom: 0;
	}
	.course-cv-wrap .course-cv-search{
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
}
/*
@media (min-width: 768px) {
	.course-cv-wrap .serach-box{
	padding: 15px;
	}
}

@media (min-width: 768px) {
	.course-cv-wrap.search-content{
	width: 40%;
	}
}*/

/*テーマカラー*/
.course-theme-girls{}
.course-theme-girls .course-round{
	background-color: #a171cd;
}
.course-theme-girls #step-start .step-start-line,
.course-theme-girls #step-goal .step-goal-line{
	stroke: #a171cd;
}
.course-theme-girls #step-start .step-start-img,
.course-theme-girls #step-goal .step-goal-img{
	fill:#a171cd;
}
.course-theme-girls .mc-spot-time span{
	background-color: #a171cd;
}
.course-theme-girls .step-line-item{
	stroke: #a171cd;
}
.course-theme-girls .time-required{
	border-color: #a171cd;
	color: #a171cd;
}
.course-theme-girls #step-start .step-start-line,.course-theme-girls #step-goal .step-goal-line {
	stroke: #a171cd;
}


.course-theme-water{}
.course-theme-water .course-round{
	background-color: #1976D2;
}
.course-theme-water #step-start .step-start-line,
.course-theme-water #step-goal .step-goal-line{
	stroke: #1976D2;
}
.course-theme-water #step-start .step-start-img,
.course-theme-water #step-goal .step-goal-img{
	fill:#1976D2;
}
.course-theme-water .mc-spot-time span{
	background-color: #1976D2;
}
.course-theme-water .step-line-item{
	stroke: #1976D2;
}
.course-theme-water .time-required{
	border-color: #1976D2;
	color: #1976D2;
}
.course-theme-water #step-start .step-start-line,.course-theme-water #step-goal .step-goal-line {
	stroke: #1976D2;
}




.course-theme-hill{}
.course-theme-hill .course-round{
	background-color: #00796B;
}
.course-theme-hill #step-start .step-start-line,
.course-theme-hill #step-goal .step-goal-line{
	stroke: #00796B;
}
.course-theme-hill #step-start .step-start-img,
.course-theme-hill #step-goal .step-goal-img{
	fill:#00796B;
}
.course-theme-hill .mc-spot-time span{
	background-color: #00796B;
}
.course-theme-hill .step-line-item{
	stroke: #00796B;
}
.course-theme-hill .time-required{
	border-color: #00796B;
	color: #00796B;
}
.course-theme-hill #step-start .step-start-line,.course-theme-hill #step-goal .step-goal-line {
	stroke: #00796B;
}



.course-theme-autumn{}
.course-theme-autumn .course-round{
	background-color: #D84315;
}
.course-theme-autumn #step-start .step-start-line,
.course-theme-autumn #step-goal .step-goal-line{
	stroke: #D84315;
}
.course-theme-autumn #step-start .step-start-img,
.course-theme-autumn #step-goal .step-goal-img{
	fill:#D84315;
}
.course-theme-autumn .mc-spot-time span{
	background-color: #D84315;
}
.course-theme-autumn .step-line-item{
	stroke: #D84315;
}
.course-theme-autumn .time-required{
	border-color: #D84315;
	color: #D84315;
}
.course-theme-autumn #step-start .step-start-line,.course-theme-autumn #step-goal .step-goal-line {
	stroke: #D84315;
}



.course-theme-gourmet{}
.course-theme-gourmet .course-round{
	background-color: #C2185B;
}
.course-theme-gourmet #step-start .step-start-line,
.course-theme-gourmet #step-goal .step-goal-line{
	stroke: #C2185B;
}
.course-theme-gourmet #step-start .step-start-img,
.course-theme-gourmet #step-goal .step-goal-img{
	fill:#C2185B;
}
.course-theme-gourmet .mc-spot-time span{
	background-color: #C2185B;
}
.course-theme-gourmet .step-line-item{
	stroke: #C2185B;
}
.course-theme-gourmet .time-required{
	border-color: #C2185B;
	color: #C2185B;
}
.course-theme-gourmet #step-start .step-start-line,.course-theme-gourmet #step-goal .step-goal-line {
	stroke: #C2185B;
}



.course-theme-default{}
.course-theme-default .course-round{
	/*background-color: #7474bf;*/
	background-color: #a171cd;
}
.course-theme-default #step-start .step-start-line,
.course-theme-default #step-goal .step-goal-line{
	/*stroke: #7474bf;*/
	stroke: #a171cd;
}
.course-theme-default #step-start .step-start-img,
.course-theme-default #step-goal .step-goal-img{
	/*fill:#7474bf;*/
	fill:#a171cd;
}
.course-theme-default .mc-spot-time span{
	/*background-color: #7474bf;*/
	background-color: #a171cd;
}
.course-theme-default .step-line-item{
	/*stroke: #7474bf;*/
	stroke: #a171cd;
}
.course-theme-default .time-required{
/*	border-color: #7474bf;
	color: #7474bf;*/
	border-color: #a171cd;
	color: #a171cd;
}
.course-theme-default #step-start .step-start-line,.course-theme-default #step-goal .step-goal-line {
	/*stroke: #7474bf;*/
	stroke: #a171cd;
}

/*ストアトップ
==================================== */
.shop-detail-course{}
.shop-detail-course .slick-track{
	margin-left: 0;
	margin-right: 0;
}
.shop-course-list{}
.shop-detail-course .mc-list-wrap{
	margin: 10px;
}
.shop-detail-course .mc-list-wrap .mc-list-ttl{
	font-size: 1.2rem;
	font-weight: bold;
}
.shop-detail-course .mc-list-wrap .mc-list-txt{
	padding: 10px;
}
.shop-detail-course .mc-list-wrap .mc-icn-time,
.shop-detail-course .mc-list-wrap .mc-icn-level,
.shop-detail-course .mc-list-wrap .mc-icn-theme{
	font-size: 12px;
}

.shop-detail-course .slick-dotted.slick-slider{
	margin-bottom: 0;
}
.mc-spot-slide .slick-dots > li:first-child:last-child,
.shop-course-list .slick-dots > li:first-child:last-child{
	display: none;
}

@media (max-width: 575px){
.shop-detail-course .mc-list-wrap .mc-list-img img{
	margin-right: auto;
	margin-left: auto;
}
	.shop-course-list{
		margin-left: 20px;
		margin-right: 20px;
	}
}