@charset "utf-8";

/*****************************
					スマホ
*****************************/
@media screen and (max-width: 640px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block;
	}


	/*****************************
					共通・構造
*****************************/

	.container {
		max-width: 100%;
		width: 100%;
	}

	.container2 {
		max-width: 100%;
		width: 100%;
	}

	#main_container {
		padding: 0 10px;
	}

	/*****************************
				メインコンテンツ
*****************************/
	.illust {
		max-width: 100%;
		bottom: -60px;
	}

	#copy_title {
		margin-top: 85px;
	}

	p.copy {
		font-size: 1.3rem;
	}

	.course_col {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
		text-align: center;
	}

	.course_col img {
		display: block;
		max-width: 378px;
		margin: 0 auto;
	}

	#flow:before {
		display: none;
	}

	p.goods_present {
		padding-bottom: 15px;
	}

	.flow_img {
		display: block;
		text-align: center;
	}


	.flow_img img {
		display: block;
		margin: 0 auto;
		width: 70%;
	}

	.precautions {
		padding: 0 10px;
	}

	.precautions p {
		font-size: 1.35rem;
	}

	.inquery_btn {
		max-width: 100%;
	}

	#apparea {
		padding-bottom: 60px;
	}

	.footer_title {
		font-size: 2rem;
	}

	.contact_txt {
		font-size: 1.25rem;
	}

	#footer {
		padding-bottom: 50px;
	}

}

/* sp */


/*****************************
					スマホ以外
*****************************/
@media screen and (min-width: 640px) {

	.pc {
		display: block;
	}

	.sp {
		display: none !important;
	}

	/*****************************
					共通・構造
*****************************/

	/*****************************
					ヘッダー
*****************************/
	#header button {
		display: none !important;
	}

	.sp_menu {
		display: none !important;
	}

	.map_list .map_col:nth-child(4) {
		margin-right: 0;
	}

	.map_list .map_col:nth-child(8) {
		margin-right: 0;
	}

	.sp_float {
		display: none;
	}


}

/* pc */