@charset "utf-8";

/*----------------------------------------
  review
----------------------------------------*/


html {
  scroll-padding-top: 56px; /* 固定ヘッダの高さ分 ページ内リンク先のヘッダー防止*/
}



/*共通 見出し類*/

.h2-titles {
    border-bottom: 3px solid #d34376;
    border-top: 3px solid #d34376;
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 7px 5px 5px 5px;
}


.h2-titles span {
    border-left: none !important;
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding-left: 10px;
    font-size: 24px
}



h3.area_title {
    padding: 0.5em;
    font-weight: bold;
    font-size: 16px;
    margin: 20px auto 10px auto;
    text-align: left;
    border-left: 4px solid #D34376;
}

#review_pref .new_style_h2 {
  margin-bottom: 30px;
}

/*セクション毎のマージン*/


.section_mb{
	padding-top: 50px;
	margin-bottom: 60px
}



/*---------------------- メインビジュアル ---------------------- */



main#review{
	background: url(/review/img/bg_review_pc.jpg) top center repeat-x;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
}

main#review_pref{
	padding: 0px;
	width: 100%;
	margin-top: 0px;
}

#review #topic_path {
    background: none!important;
}
#review_pref #topic_path {
    background: none!important;
}

.review_top_bg {
	background: url(/review/img/bg_review_pc.jpg) top center repeat-x;
	padding: 30px;
	width: 100%;
	margin-top: 10px;
}


.review_top_bg .review_mv{
	min-height: 720px;
	width: 1002px;
	margin: 0 auto;
	padding: 20px 30px 30px 30px;
}

.review_top h1 {
	margin: 0px auto 10px auto;
	text-align: center;
	color: #d34376;
	font-size: 31px;
}

.review_mv .copy{
	text-align: center;
	font-size: 20px;
}


.review_mv .main_img{
	text-align: center;
	margin: 30px auto;
	position: relative;
}

.review_mv .main_img dt img{
	width: 60%;
}

.review_mv .main_img dd img{
	top: -10px;
    right: 22%;
	position: absolute;
	width: 15%;
}

.review_mv .main_txt{
	font-size: 20px;
	font-feature-settings: "palt";
	line-height: 2;
}


.reason_cap{
	text-align: left;
	font-size: 0.9em;
	color: #999999;
	clear: both;
}



/*---------------------- 個別のレビュー ---------------------- */


.personal_data{

}

ul.data_list{
	overflow: hidden;
	clear: both;
}


ul.data_list li{
	width: 100%;
}

.data_inside{
	margin-bottom: 40px;
}


/*高さを制限しているボックスの要素*/
.data_inside .tb_inner{
	max-width: 668px;
	width:100%;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.2);
	margin-bottom:40px;
	border: 1px solid #cccccc;
	padding:30px 40px;
	position: relative;
	overflow: hidden;
	transition: .4s;
	box-sizing: border-box;
	height: auto;
}


.data_inside table{
	width:100%;
	border-collapse: collapse;
	margin:0;
	vertical-align: middle;
}

.data_inside table td.info{
	line-height:180%;
	padding:5px;
	text-align:left;
	vertical-align: middle;
	font-size: 1.26rem;
	width: 50%;
}

.data_inside table tr.border{
	border-bottom: 1px solid #ccc;
}

.data_inside table.spec_all td.img{
    vertical-align: middle;
    width: 90px;
		padding-left: 15px;
}

.data_inside table.spec_all td.img img.person{
    width: 100%
}

.data_inside div img.data{
    max-width: 100%;
    margin: 5px auto 0;
    display: block;
	text-align: center;
	margin-top: 5px;
}


.data_inside .spec_all .display_flex{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-left: 5px;
	position: relative;
}

.data_inside .spec_all dl.spec{
	font-size: 18px;
	display: flex;
	align-items: baseline;
    flex-direction: row;
    justify-content: space-around;
	margin-left: 30px;
	font-weight: bold;
}


.data_inside .spec_all dl.spec dt{
	background: #ffe8ec;
	padding: 4px 10px;
}

.data_inside .spec_all dl.spec dd{
	padding-left: 10px;
}

.data_inside table td.spec_bottom{
	vertical-align: bottom;
}

.data_inside .date{
	padding: 3px 6px;
    color: #b9b7b7;
    font-size: 16px;
    margin-right: 0px;
    text-align: left;
	position: absolute;
	top: 30px;
    right: 40px;
}


.data_inside .more_content{
    font-size: 17px;
	padding: 0px;
	line-height: 1.8;
	margin-top: -15px;
}






/*--------------ページ送りボタン--------------*/


.pagination{
	width: 230px;
    margin: 0 auto;
    height: auto;
    padding: 10px;
    display: flex;
    justify-content: space-around
}

.pagination li{
	border-radius: 5px;
	border: 1px solid #666666;
	padding: 10px;
}

.pagination li.passive{
	background: #ccc;
	color: #666666;
}

.pagination li.active{
	background: #fff;
}

.paging.paging_review ul li:not(:first-child) {
  border-left: none;
}

.paging.paging_review ul li a {
	display: block;
	font-size: 125%;
	margin: 0 16px;
	padding: 0;
	color: #b63965;
	line-height: 1;
}

.paging.paging_review ul li > span {
	display: block;
	font-size: 125%;
}



/*----------------------共通----------------------*/
.txt_cap{
	font-size: 0.8;
	margin-top: 0px;
}

.marker_yellow_hoso {
    background: linear-gradient(transparent 60%, #ffff66 60%);
    font-weight: bold;
}


.pink{
	color: #c2185b;
	font-weight: bold;
}


/*固定ヘッダー分のリンクの余白*/
#review .link_yohaku{
	scroll-margin-top: 80px;
}
#review_pref .link_yohaku{
	scroll-margin-top: 80px;
}


/*固定ヘッダー分のリンクの余白 1番目だけくっつくの防止*/
#review .link_yohaku.first{
	padding-top:160px;
	margin-top:-80px;
}
#review_pref .link_yohaku.first{
	padding-top:160px;
	margin-top:-80px;
}


/*---------------- タブレットの崩れ防止 ------------------*/

@media only screen and (min-width:768px) and (max-width:1024px){

.review_top_bg .review_mv{
	width: auto!important;
	}
}


/*---------------- エリアを絞り込む ------------------*/

.area_filter {
	width: 100%;
	margin: 0 auto;
	background: #FDE3EE;
	border-radius: 10px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.2);
	margin-bottom: 40px;
	padding: 25px 30px;
	position: relative;
	box-sizing: border-box;
	height: auto;
}

.area_main {
	display: flex;
	align-items: center;
	width: 487px;
	margin: 0 auto;
	gap: 0 12px;
}

.area_filter h2 {
	position: relative;
	padding-left: 41px;
	font-size: 22px;
	line-height: 1.3;
}

.area_filter h2::before {
	content: "";
	position: absolute;
	background: url(../../review/img/icon_area.png) center center no-repeat;
	background-size: contain;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 29px;
	height: 43px;
}

.area_select {
	position: relative;
	flex: 1;
}

.area_select::after{
	content: "＞";
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translateY(-50%) rotate(90deg);
	font-size: 23px;
	pointer-events: none;
}

.area_select select{
	padding: 12px 1em;
	width: 100%;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.2);
	font-size: 21px;
	line-height: calc(24/21);
	border-radius: 17px;
	border: 1px solid #7C7C7C;
	-webkit-appearance: none;
  appearance: none;
}

.area_btn {
	display: block;
	width: 487px;
	margin: 27px auto 0;
	padding: 11px 20px 10px;
	font-size: 22px;
	line-height: calc(24/22);
	font-weight: bold;
	border: none;
	background-color: #B42256;
	color: #fff;
	cursor: pointer;
	pointer-events: none;
	border-radius: 17px;
	text-align: center;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.2);
}

.area_btn.is-active {
	pointer-events: inherit;
}

/* .area_filter {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.2);
	margin-bottom: 40px;
	border: 1px solid #cccccc;
	padding: 25px 30px;
	position: relative;
	box-sizing: border-box;
	height: auto;
}

.area_filter h2 {
	padding: 7px 5px 5px 5px;
	position: relative;
	margin-bottom: 40px;
	letter-spacing: 0.1em;
	font-size: 28px;
	line-height: 1.3;
	text-align: center;
}

.area_filter h2::after {
	position: absolute;
	content: "";
	background-color: #d34376;
	width: 100%;
	height: 4px;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.area_tab {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	justify-content: center;
}

.area_tab li {
	position: relative;
}

.area_btn {
	padding: 10px 20px;
	font-size: 18px;
	font-weight: bold;
	border: none;
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	transition: background-color 0.3s ease;
	border-radius: 8px;
}
button.area_btn::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	margin-left: 8px;
	margin-bottom: 3px;
	transition: transform 0.3s;
}
button.area_btn.is-active::after {
	transform: rotate(-135deg);
  margin-bottom: 0;
}
.area_btn:hover {
	background-color: #ffe8ec;
}
.area_btn.is-current {
	background-color: #d34376;
	color: #fff;
	pointer-events: none;
}

.area_menu {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 8px);
	left: 50%;
	transform: translateX(-50%);
	min-width: 150px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	list-style: none;
	padding: 10px 0;
	z-index: 1;
	transition: opacity 0.3s;
}

.area_btn.is-active + .area_menu  {
	opacity: 1;
	pointer-events: inherit;
}

.area_menu::before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
}

.area_link {
	display: block;
	width: 100%;
	padding: 12px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	text-align: center;
	transition: background-color 0.2s;
}

.area_link:hover {
	background-color: #ffe8ec;
	opacity: 1;
} */
