@charset "Shift_JIS";
#estimate {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3em;
}
.est_top h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
.est_top_exp {
	margin: 2em 1em;
	text-align: left;
}
.est_top_img {
	margin: 0 0 3em;
}
.est_title {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 1em;
}
.est_title_img {
	display: inline-block;
	width: 15%;
}
.est_title_img img{
	display: inline-block;
	vertical-align: middle;
}
.est_title_exp {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.5em;
	line-height: 1em;
}
.est_title_nav {
	border-top: solid 5px #ff0000;
	border-bottom: solid 5px #ff0000;
	padding: 1em;
}
.est_no {
	display: inline-block;
	font-size: 1.8em;
	font-weight: bold;
	color: #ffffff;
	width: 3em;
	height: 3em;
	border-radius: 50%;
	background-color: #cccccc;
	text-align: center;
	line-height: 3em;
	margin-left:1em;
}
.est_title_nav div:first-child {
	margin-left: 0;
}
.est_no_act {
	 background-color: #ff0000;
}
.est_style_wrap {
	display: inline-block;
	width: 48%;
	height: 0;
	padding-bottom: 46%; 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}
.est_style_wrap2 {
	width: 48%;
	height: 0;
	padding-bottom: 46%; 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}
.est_style{
	float: left;
	width: 100%;
	color: #ff0000;
	font-weight: bold;
}
.est_styles div:nth-child(even) {
	margin-left: 2%;
}
.est_style span {
	display: block;
	color: #1c1c1c;
	font-size: 1em;
}
#estimate input[type="radio"] {
	margin-right: 0.5em;
}
.submit_btn {
	color: #ffffff;
	font-size: 1.5em;
	background-color: #ff59ab;
	padding: 1em 2em 1em 2em;
	border: solid 2px #dd3789;
}
.submit_btn:hover {
	opacity: 0.8;
}
.est_wishtime{
	display: inline-block;
	width: 48%;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 2em;
}
.est_wishsel {
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.est_wishsel select {
	width: 100%;
	padding: 0.5em;
	cursor: pointer;
	text-indent: 0.5em;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background-color: #ff0000;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 0.8em;
	color: #ffffff;
}
.est_wishsel option {
	background-color: #ff6666;
}
.est_wishsel select:hover, .est_wishsel option:hover {
       background-color: #ff0000;
}
.est_wishsel {
	position: relative;
	border-radius: 10px;
}
.est_wishsel::before {
	position: absolute;
	top: 0.6em;
	right: 0.5em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 0.6em solid transparent;
	border-right: 0.6em solid transparent;
	border-top: 0.6em solid #ffffff;
	pointer-events: none;
}
.est_items {
	margin-bottom: 1em;
	border-bottom: dotted 2px #ff0000;
}
.est_item_name {
	display: block;
	width: 96%;
	font-size: 1.5em;
	padding: 0.1em 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	background-color: #f3c8ab;
}
.est_item{
	display: inline-block;
	width: 46%;
	color: #ff0000;
	font-weight: bold;
	margin-bottom: 1em;
}
.est_item_check {
	padding: 0.5em;
	width: 70%;
	border: double 4px #e26f0d;
	margin: 0 auto 1em;
	border-radius: 20px;
	vertical-align: middle;
}
.est_check_img {
	display: inline-block;
	width: 10%;
	margin-right: 1em;
}
.est_check_img img {
	display: inline-block;
	vertical-align: middle;
}
.est_check_exp {
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5em;
}
.no_item {
	position: relative;
	display: inline-block;
	width: 100%;
	background-color: #cc6666;
}
.no_item:after {
	content: "なし";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 3em;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
}
.no_item img {
	opacity: 0.3;
}
.sp_item {
	position: relative;
	display: inline-block;
	width: 100%;
}
.sp_item:after {
	content: "特典";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 3em;
	margin-left: auto;
	margin-right: auto;
	color: #ff0000;
}
.est_result {
	text-align: center;
}
.est_result table {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.est_result td {
	width:50%;
	border-top: solid 1px #dd3789;
	border-bottom: solid 1px #dd3789;
}
.est_result tr:first-child td {
	border-top: solid 1px #ffffff;
}
.est_result_item {
	margin-bottom: 2em;
}
.result_style {
	width: 96%;
	font-size: 1.1em;
	margin: 1em auto 0; 
	border-bottom: solid 1px #dd3789;
}
.result_item_title {
	font-size: 1.2em;
	font-weight: bold;
}
.est_result_final {
	font-size: 1.2em;
	font-weight: bold;
}
.est_result_change{
	display: inline-block;
	width: 70%;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 3em;
	margin-bottom: 2em;
}
td.discount {
	color: #ff0000;
}
.atten {
	font-size:0.9em;
}
/* =======================================================
	レスポンシブル設定
======================================================= */
@media screen and (max-width: 960px) {
	#estimate {
		width: 80%;
	}
	.est_top h2 {
		font-size: 2.5vw;
	}
	.est_top_exp {
		font-size: 2vw;
	}
	.est_title_exp {
		display: inline-block;
		vertical-align: middle;
		font-size: 2.5vw;
	}
	.est_no {
		font-size: 3vw;
	}
	.est_style span {
//		font-size: 2.0vw;
	}
	.est_wishtime{
		font-size: 3vw;
	}
	.submit_btn {
		font-size: 3vw;
	}	
	.no_item:after {
		font-size: 6vw;
	}
	.sp_item:after {
		font-size: 6vw;
	}
	.est_result_change {
		width: 70%;
		font-size: 3vw;
	}
}

@media screen and (orientation:portrait) and (max-width: 568px) {
	#estimate {
		width: 100%;
	}
	.est_top h2 {
		font-size: 3vw;
	}
	.est_top_exp {
		font-size: 2.5vw;
	}
	.est_title_exp {
		font-size: 3vw;
	}
	.est_style{
		font-size: 3vw;
	}
	.est_title_nav {
		border-top: solid 3px #ff0000;
		border-bottom: solid 3px #ff0000;
	}
	.est_style span {
		font-size: 3vw;
	}
	.est_wishtime{
		font-size: 4vw;
	}
	.submit_btn {
		font-size: 4vw;
	}
	.est_items{
		font-size: 3vw;
	}
	.est_item_name {
		font-size: 5vw;
	}
	.est_item_check {
		width: 80%;
		font-size: 3vw;
	}
	.no_item:after {
		font-size: 8vw;
	}
	.sp_item:after {
		font-size: 8vw;
	}
	.est_result {
		font-size: 3vw;
	}	
	.est_result_change {
		font-size: 4vw;
	}
}
