@charset "utf-8";

#plan_box1
{
	margin-top:1em;
}

.red
{
	color:red;
}

.lacation_plan
{
	margin: 0;
	padding: 10px 15px;
	background-color: #be846d;
	background-image: -webkit-linear-gradient(-45deg, #ce947c 25%, transparent 25%, transparent 50%, #ce947c 50%, #ce947c 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #ce947c 25%, transparent 25%, transparent 50%, #ce947c 50%, #ce947c 75%, transparent 75%, transparent);
	background-size: 12px 12px;
	text-shadow:1px 1px 2px rgba(0,0,0,.3);
	color:white;
}

.txt_20th table
{
	margin:1em auto;
}

.txt_20th table th
{
	width:50%;
}

.txt_20th table th ,.txt_20th table td
{
	border:1px solid #999;
	text-align:center;
	font-size:0.9em;
	padding:0.3em;
}

.txt_20th table .exa
{
	text-align:left !important;
	font-size:0.8em;
	color:#666666;
}

.meyasu
{
	font-size:0.8em;
}
	
.meyasu th
{
	width:20%;
	text-align:center;
}
	
.meyasu th , .meyasu td
{
	border:1px solid #999;
	padding:3px;
}

/* step */
	
.step h3
{
	color:#660;
	font-weight:bold;
	font-size:1.2em;
	margin:1em 0;
}

.pink
{	
	margin-top:0.9em;
	margin-bottom:0.9em;
	font-weight:bold;
	background-color:#ef85ad;
	color:#ffffff;
	padding-left:0.5em;
}
.bold
{
	font-weight:bold;
	font-size:0.9em;
}

.step_img, .step_img_b, .step_img_s
{
	margin:0 auto;
	width:85%;
	margin-top:0.5em;
}
	
.border
{
	border:1px solid #cccccc;
	padding:3px;
}

.modoru
{
	font-size:0.9em;
	margin:1em 0 1em 0.5em;
}

p.plan_link{
	position: relative;
display: inline-block;
padding: 0.25em 0.5em;
text-decoration: none;
color: #FFF !important;
background: #ef85ad;/*色*/ border: solid 1px #ef85ad;/*線色*/ border-radius: 4px;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}.square_btn:active {/*押したとき*/ border: solid 1px #ef85ad;
box-shadow: none;
text-shadow: none;
}


@media screen and (min-width: 0px) and (max-width: 480px) 
{
	.step_img_b
	{
		display:none;
	}
	.plan_all
	{
		margin-bottom:5em;
	}
	
	.plan_nagare
	{
	}
	
	.plan_category
	{
		font-size:1em;
		border-left:10px solid #ce947c;
		border-bottom:1px solid #ce947c;
		padding:0.5em;
	}
	
	.jpn_yen_1
	{
		font-size:1.1em;
		color:#ffffff;
		font-weight:bold;
	}
	
	.jpn_yen_2
	{
		font-size:0.8em;
		color:#ffffff;
		font-weight:bold;
	}
	
	.plan_obj
	{
		color:#666666;
		font-size:0.9em;
		line-height:200%;
		width:97%;
		margin:0 auto;
	}
	
	.plan_obj dt
	{
		border-bottom:2px dotted #cccccc;
	}
	
	.plan_obj dd
	{
		margin-bottom:1em;
	}
	
	.plan_common
	{
		color:#666666;
		font-size:0.85em;
		line-height:180%;
		width:97%;
		margin:0 auto;
	}
	
	.plan_common dt
	{
		font-weight:bold;
		font-size:1.1em;
	}
	
	.plan_common dd
	{
		margin-bottom:2em;
	}
	
	#gallerly_all
	{
		width:95%;
		margin:1em auto;
		background-color:#FAF0EB;
		padding:1em;
	}
	
	/* gallerly_all */
	
	#gallerly_all img
	{
		border:1px solid white;
		display:block;
	}
	
	.gallerly_l_tate
	{
		width:24.2%;
		float:left;
		margin-right:1%;
	}
	
	.gallerly_l_yoko
	{
		width:49.3%;
		float:left;
		margin-right:1%;
	}
	
	.gallerly_r_tate
	{
		width:24.2%;
		float:right;
	}
	
	.gallerly_r_yoko
	{
		width:49.3%;
		float:right;
	}
	
	.gallerly_clear
	{
		margin-bottom:0.3em;
	}
	
	/* gallerly_all */
	
	#obj_option
	{
		width:100%;
		margin:1em 0 1em 0;
	}
	
	#obj_option th
	{
		background:#E7E7E7;
		width:50%;
		border:solid 1px #666666;
		padding:0.8em;
	}
	
	#obj_option td
	{
		text-align:center;
		border:solid 1px #666666;
	}
	
	.txt_20th
	{
		width:100% !important;
	}
	
	.mochikomi
	{
		font-size:0.9em;
	}
	
	.betto
	{
		font-size:0.8em;

	}

	.step_b
	{
		display:none;
	}

} 

p .plan_link{
	background: linear-gradient(transparent 60%, #ff0 0%);
}

@media screen and (min-width:481px) and (max-width: 950px) 
{
	.step_img_s
	{
		display:none;
	}
	.plan_all
	{
		margin-bottom:5em;
	}
	
	.plan_nagare
	{
	}
	
	.plan_category
	{
		font-size:1em;
		border-left:10px solid #ce947c;
		border-bottom:1px solid #ce947c;
		padding:0.5em;
	}
	
	.jpn_yen_1
	{
		margin-left:1em;
		font-size:1.1em;
		color:#ffffff;
		font-weight:bold;
	}
	
	.jpn_yen_2
	{
		font-size:0.8em;
		color:#ffffff;
		font-weight:bold;
	}
	
	.plan_obj
	{
		color:#666666;
		font-size:0.9em;
		line-height:200%;
		width:97%;
		margin:0 auto;
	}
	
	.plan_obj dt
	{
		border-bottom:2px dotted #cccccc;
	}
	
	.plan_obj dd
	{
		margin-bottom:1em;
	}
	
	.plan_common
	{
		color:#666666;
		font-size:0.85em;
		line-height:180%;
		width:97%;
		margin:0 auto;
	}
	
	.plan_common dt
	{
		font-weight:bold;
		font-size:1.1em;
	}
	
	.plan_common dd
	{
		margin-bottom:2em;
	}
	
	/* gallerly_all */
	
	#gallerly_all
	{
		width:95%;
		margin:1em auto;
		background-color:#FAF0EB;
		padding:1em;
	}
	
	#gallerly_all img
	{
		border:1px solid white;
		display:block;
	}
	
	.gallerly_l_tate
	{
		width:24.2%;
		float:left;
		margin-right:1%;
	}
	
	.gallerly_l_yoko
	{
		width:49.3%;
		float:left;
		margin-right:0.3em;
	}
	
	.gallerly_r_tate
	{
		width:24.2%;
		float:right;
	}
	
	.gallerly_r_yoko
	{
		width:49.3%;
		float:right;
	}
	
	.gallerly_clear
	{
		margin-bottom:0.3em;
	}
	
	/* gallerly_all */
	
	#obj_option
	{
		width:97%;
		margin:1em auto;
		font-size:0.9em;
	}
	
	#obj_option th
	{
		background:#E7E7E7;
		width:50%;
		border:solid 1px #666666;
		padding:0.8em;
	}
	
	#obj_option td
	{
		text-align:center;
		border:solid 1px #666666;
	}
	
	.txt_20th
	{
		width:100% !important;
	}
	
	.mochikomi
	{
		text-align:right;
		font-size:0.9em;
	}
	
	.betto
	{
		font-size:0.8em;
		margin-left:1em;
	}
.step_s
	{
		display:none;
	}
}

p.plan_link{
	position: relative;
display: inline-block;
padding: 0.25em 0.5em;
text-decoration: none;
color: #FFF !important;
background: #ef85ad;/*色*/ border: solid 1px #ef85ad;/*線色*/ border-radius: 4px;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}.square_btn:active {/*押したとき*/ border: solid 1px #ef85ad;
box-shadow: none;
text-shadow: none;
}


@media screen and (min-width:951px), print, tv
{
	.step_img_s
	{
		display:none;
	}
	.plan_all
	{
		margin-bottom:5em;
	}
	
	.lacation_plan
	{
		margin-bottom:1em;
	}
	
	.plan_nagare
	{
	}
	
	.plan_category
	{
		font-size:1.1em;
		border-left:10px solid #ce947c;
		border-bottom:1px solid #ce947c;
		padding:0.5em;
	}
	
	.jpn_yen_1
	{
		margin-left:1.5em;
		font-size:1.2em;
		color:#ffffff;
		font-weight:bold;
	}
	
	.jpn_yen_2
	{
		font-size:0.8em;
		color:#ffffff;
		font-weight:bold;
	}
	
	.plan_obj
	{
		color:#666666;
		font-size:0.9em;
		line-height:200%;
		width:97%;
		margin:0 auto;
	}
	
	.plan_obj dt
	{
		border-bottom:2px dotted #cccccc;
	}
	
	.plan_obj dd
	{
		margin-bottom:1em;
	}
	
	.plan_common
	{
		color:#666666;
		font-size:0.85em;
		line-height:180%;
		width:97%;
		margin:0 auto;
	}
	
	.plan_common dt
	{
		font-weight:bold;
		font-size:1.1em;
	}
	
	.plan_common dd
	{
		margin-bottom:2em;
	}
	
	/* gallerly_all */
	
	#gallerly_all
	{
		width:95%;
		margin:1em auto;
		background-color:#FAF0EB;
		padding:1em;
	}
	
	#gallerly_all img
	{
		border:1px solid white;
		display:block;
	}
	
	.gallerly_l_tate
	{
		width:24%;
		float:left;
		margin-right:0.55em;
	}
	
	.gallerly_l_yoko
	{
		width:49.5%;
		float:left;
		margin-right:0.3em;
	}
	
	.gallerly_r_tate
	{
		width:24%;
		float:right;
	}
	
	.gallerly_r_yoko
	{
		width:49.5%;
		float:right;
	}
	
	.gallerly_clear
	{
		margin-bottom:0.3em;
	}
	
	/* gallerly_all */
	
	#obj_option
	{
		width:97%;
		margin:1em auto;
		font-size:0.9em;
	}
	
	#obj_option th
	{
		background:#E7E7E7;
		width:50%;
		border:solid 1px #666666;
		padding:0.8em;
	}
	
	#obj_option td
	{
		text-align:center;
		border:solid 1px #666666;
	}
	
	.txt_20th
	{
		width:100% !important;
	}
	
	.mochikomi
	{
		text-align:right;
		font-size:0.9em;
	}
	
	.betto
	{
		font-size:0.8em;
		margin-left:1em;
	}
	
	.album_sample_img
	{
		float:left;
		width:45%;
		margin-top:1em;
	}
	
	.album_sample_txt
	{
		float:right;
		width:50%;
		font-size:0.9em;
		text-align:center;
		margin-top:1em;
	}
	
	.album_sample_btn
	{
		background-color:#FFCED7;
		width:50%;
		margin:1em auto;
	}
.step_s
	{
		display:none;
	}
}
p.plan_link{
	position: relative;
display: inline-block;
padding: 0.25em 0.5em;
text-decoration: none;
color: #FFF !important;
background: #ef85ad;/*色*/ border: solid 1px #ef85ad;/*線色*/ border-radius: 4px;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}.square_btn:active {/*押したとき*/ border: solid 1px #ef85ad;
box-shadow: none;
text-shadow: none;
}
