@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

#premium{ border-top: 5px solid #ec5a24;}

/*================================
プレミアム会員　ログイン
================================*/
#login{
	padding: 50px 0;
}
.loginbox{
	max-width: 500px;
	background-color: #fff;
	padding: 15px;
	margin: 0 auto;
	box-shadow: 4px 4px 10px rgba(0,0,0,0.2);
	border: #f1f1f1 1px solid;
}
.loginbox p{ margin-bottom: 20px;}
.loginbox .btn{
	color: #fff;
	background-color: #000;
	margin: 0 auto;
	max-width: 120px;
	text-decoration: none;
}
.loginbox .btn:hover{ background-color: #ec5a24;}
.loginbox a{
	color: #ec5a24;
	text-decoration: underline;
	text-align: center;
	display: block;
	margin-top: 10px;
}
@media (max-width: 767px) {
	.loginbox .btn{
    font-size: 16px;
  }
}
.loginbox .fail{
  color: red;
  font-size: 0.9rem;
}
#bnr_premium {
  margin-top: 60px;
}

/*パスワード再設定
================================*/
.reminder{ 
	color: #b2020f;
	display: flex;
	margin-bottom: 20px;
}
.reminder i{
	font-size: 30px;
	margin-right: 10px;
}
.reminder ul{
	font-size: 14px;
	margin-bottom: 0;
}
.reminder ul li{
	text-indent: -14px;
	padding-left: 14px;
}
@media (min-width: 768px) {
	.reminder{ align-items: center;}
}

/*================================
プレミアム会員　共通
================================*/
/*タイトル
================================*/
.line_tit{ background-color: #000;}
.line_tit h1,
.line_tit h2{
	padding: 10px 15px;
	color: #fff;
}
@media (min-width: 768px) {
	.line_tit h1,
	.line_tit h2{
		font-size: 24px;
		width: 958px;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.line_tit h1,
	.line_tit h2{ font-size: 18px;}
}

/*ヘッダー
================================*/
#premium #head{
	position: relative;
	margin: 0 auto;
	padding: 15px;
}
#premium #head #h_logo{
	display: flex;
	align-items: center;
}
#premium #head #h_logo img{ margin-right: 20px;}
#logout a{
	background-color: #F1F1F1;
	border: #ced4da 1px solid;
}
#logout a:hover{
	color: #fff;
	background-color: #000;
	border: #000 1px solid;
}
@media(min-width:768px){
	#premium #head{ width: 960px;}
	#logout{
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}
@media(max-width:767px){
	#premium #head #h_logo{
		flex-wrap: wrap;
		justify-content: center;
	}
	#premium #head #h_logo p{
		width: 100%;
		order: 1;
		text-align: center;
	}
	#premium #head #h_logo img{ order: 2;}
	#logout {
		text-align: right;
		margin-top: 10px;
	}
}

/*MV
================================*/
#pr_mv{
	background-image: url("../img/premium/mv.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
#pr_mv::before{
	content: '';
	display: inline-block;
  border: #fff 2px solid;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.pr_bg{ position: relative;}
.pr_bg::after{
	content: '';
	display: inline-block;
	width: 100%;
	height: 56px;
	background-color: #000;
	position: absolute;
	bottom: -56px;
}

.pr_txt{
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: 100%;
}
.pr_txt h1{
	font-weight: bold;
	text-shadow: 0 0 10px #000;
	letter-spacing: 0.1em;
}
.pr_txt p{
	background-color: #ec5a24;
  padding: 5px 20px;
  margin-top: 10px;
	margin-bottom: 0;
	display: inline-block;
}

@media (min-width: 768px){
	#pr_mv{
    width: 958px;
    height: 280px;
    margin: 0 auto;
	}
	.pr_txt h1{ font-size: 40px;}
	.pr_txt p{ font-size: 20px;}
}
@media (max-width: 767px){
	.pr_txt h1{ font-size: 24px;}
	#pr_mv{ padding-top: 40%;}
}

/*一覧＆詳細
================================*/
#premium #searchbox{ background-color: #fbeade;}
#premium .terms_check_input:checked + .terms_check_dummy {
  background: #ec5a24;
  border: 1px solid #ec5a24;
}
#premium .terms_select.ts_deco::after{ border-left: 40px solid #ec5a24;}
#premium #searchbox .form-group .input-group .input-group-text{ background-color: #ec5a24;}
#premium .pagination .page-item.active .page-link {
  background-color: #ec5a24;
  border-color: #ec5a24;
}
#premium .btn_search{ background-color: #000;}
#premium .btn_search:hover,
#premium .btn_search:focus{
	background-color: #ec5a24;
  border: 1px solid #ec5a24;
}
#premium .propertybox a span{ background-color: #000;}
#premium .btn_form,
#premium .btn_tel{ background-color: #ec5a24;}
#premium .marker span{ background: linear-gradient(transparent 63%, #ffd255 63%);}
#premium .btn_form{ background-image: url("../img/premium/icon_mail.jpg");}
#premium .btn_tel{ background-image: url("../img/premium/icon_tel.jpg");}
#premium .back_link{ margin-bottom: 50px;}

/*フッター
================================*/
#foot_out{
	background-color: #202038;
	padding: 5px 10px;
	color: #fff;
}
#foot{
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
	text-align: right;
}

/*================================
プレミアム会員フォーム
================================*/
/*main visual*/
#bg_premium{
	position: relative;
	font-family: 'Noto Serif JP', serif;
	background-image: url("../img/premium/bg_premium.jpg");
	background-position: top center;
	background-size: cover;
}
#bg_premium::before{
	content: '';
	display: inline-block;
	border: #fff 2px solid;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 1;
}
#premium_member{
	max-width: 960px;
	margin: 0 auto;
}
#premium_member h1{
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	text-shadow: 0 0 10px #000;
}
.pr_point{
	position: relative;
	background-color: #fff;
}
.pr_point::after{
	content: '';
	display: inline-block;
	position: absolute;
  top: 0;
  left: 0;
}
#bg_black{
	width: 100%;
	background-color: #000;
	z-index: 0;
}
#premium_txt{
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}
#premium_txt p{
	display: inline-block;
	text-align: left;
	color: #fff;
	font-size: 16px;
}
#premium_txt p.or_txt{
	background-color: #ec5a24;
	padding: 5px 10px;
	margin-top: 20px;
}
@media(min-width:768px){
	#bg_premium::before{
		width: 100%;
		max-width: 960px;
		margin: 0 auto;
	}
	#premium_member{ padding: 30px;}
	#premium_member h1{ font-size: 45px;}
	#pointbox{ margin-bottom: 180px;}
	.pr_point{
		font-size: 20px;
		text-align: center;
		padding: 30px 10px;
	}
	.pr_point::after{
		border-left: 40px solid #ec5a24;
		border-bottom: 40px solid transparent;
	}
	#bg_black{
		position: absolute;
		bottom: 0;
		left: 0;
		margin-top: 100px;
	}
	#premium_txt{ padding: 30px 15px 40px;}
	#premium_txt p.or_txt{ font-size: 20px;}
}
@media(max-width:767px){
	#premium_member h1{ font-size: 26px;}
	#premium_member{ padding: 30px 20px 20px;}
	.pr_point{
		font-size: 17px;
		padding: 20px 10px;
		margin-bottom: 10px;
	}
	.pr_point::after{
		border-left: 30px solid #ec5a24;
		border-bottom: 30px solid transparent;
	}
	#premium_txt{ padding: 20px 15px;}
}

/*form*/
#premium_form p:not(:last-child){ margin-bottom: 10px;}
#premium_form .form_tit{
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
#premium_form .form_tit::after{
	content: '';
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
	width: 100px;
	height: 3px;
	background-color: #ec5a24;
}
#premium_form .form_subtit{
	background-color: #000;
	color: #fff;
	font-size: 18px;
	padding: 8px;
	margin-bottom: 20px;
}
#premium_form table{ margin: 20px 0;}
#premium_form table th,
#premium_form table td{ border-top: #e1e1e1 1px solid;}
#premium_form table th span{
	color: #808080;
	font-size: 14px;
	padding: 2px 10px;
	margin-right: 10px;
	border-radius: 3px;
	border: #808080 1px solid;
	background-color: #fff;
}
#premium_form table th span.required{
	color: #fff;
	background-color: #b2020f;
	border-color: #b2020f;
}
#premium_form table td ul{
	font-size: 14px;
}
#premium_form table td ul li{
	padding-left: 14px;
	text-indent: -14px;
}
#premium_form table td .form-group{ position: relative;}
#premium_form table td .btn_blk{
	color: #fff;
	font-size: 15px;
	background-color: #000;
}
#premium_form .form_btn{
	display: flex;
	justify-content: center;
}
#premium_form .form_btn .btn{ 
	border-radius: 3px;
	width: 100%;
	max-width: 210px;
}
#premium_form .form_btn .btn{ margin-right: 15px;}
#premium_form .btn_submit{
	color: #fff;
	background-color: #ec5a24;
}
#premium_form .btn_or{
	color: #fff;
	background-color: #ec5a24;
	margin-top: 20px;
}
#premium_form .form_btn .inline{ max-width: 210px;}
#premium_form .form_btn .inline:not(:last-child){ margin-right: 20px;}
#premium_form .btn_back{ background-color: #e1e1e1;}
.pr_select { overflow: hidden;}
.pr_select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.pr_select select::-ms-expand { display: none;}
.pr_select.pr_deco {
	position: relative;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	background: #ffffff;
}
.pr_select.pr_deco::before {
	position: absolute;
	top: 15px;
	right: 14px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
	z-index: 1;
	pointer-events: none;
}
.pr_select.pr_deco:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 0;
	content: '';
	border-left: 40px solid #000;
	z-index: 0;
	pointer-events: none;
}
.pr_select.pr_deco select { padding: .375rem .75rem;}
.formError .formErrorContent{
	background-color: #b2020f !important;
	box-shadow:none !important;
	-webkit-box-shadow: none !important;
	top: 10px;
}
.formError .formErrorArrow{ display: none !important;}

@media(min-width:768px){
	#premium_form{ padding: 60px 0 40px;}
	#premium_form .form_tit{ font-size: 24px;}
	#premium_form table tr:first-child th,
	#premium_form table tr:first-child td{ border: none;}
	#premium_form table th,
	#premium_form table td{ padding: 25px;}
	#premium_form table th{ width: 240px;}
	#premium_form table td .zipbox{ margin-bottom: 10px;}
}
@media(max-width:767px){
	#premium_form{ padding: 100px 0 40px;}
	#premium_form .form_tit{ font-size: 20px;}
	#premium_form table th,
	#premium_form table td{
		display: block;
		width: 100%;
	}
	#premium_form table th{
		background-color: rgba(0,0,0,.1);
		padding: 15px;
	}
	#premium_form table td{ padding: 15px 0;}
}
@media(min-width:576px){
	#premium_form table td .form_mail input,
	#premium_form table td .form_name input,
	.pr_select{
		width: 100%;
		max-width: 360px;
	}
	#premium_form table td .btn_blk{ margin-left: 10px;}
}
@media(max-width:575px){
	#premium_form table td .form_pw .btn_blk{ margin-top: 10px;}
	#premium_form table td .zipbox .form-group{
		display: flex;
	}
	#premium_form table td .zipbox .form-control{ width: 180px;}
	#premium_form table td .zipbox .btn_blk{
		width: 131px;
		margin-left: 10px;
	}
}

/*エラー表示*/
.section_error{
  color: red;
}
.section_error ul {
    border: 1px solid red;
    padding: 10px;
}