﻿@charset "utf-8";
/*==========================================================================
# detail-member.css
有料施設トップCSS

## Filepath
/detail/css/

## History
20190603　入居条件アイコン追加
2019/06/06　icon_zoom追加
==========================================================================*/

/* 共通パーツの修正
==========================================================================*/
.detail_member .detail_map {
	border: 1px solid #ded588;
	height: auto;
}
.detail_member .detail_info_box {
	background: #fff;
  border-top: solid 2px #fcb9c1;
}
.detail_member .detail_contributor_rt a.btn_com,
.detail_member .detail_contributor_rt a.btn_com:hover,
.box_kuchikomi_lst .com_slide_link .btn_arrow {
  background: #ef6d7c;
  border: solid 1px #e05365;
  color: #fff;

}
.detail_member .detail_contributor_rt a.btn_com:hover{
  background: #e05365;
}

@media screen and (min-width:768px), print {
  .detail_member .detail_controls {
    background: transparent;
    bottom: -24px;
    position: absolute;
    margin-bottom: 23px;
    width: 100%;
    z-index: 10;
  }
  .detail_map_links {
    justify-content: center;
    margin: 6px auto 30px;
  }
  .detail_map_links li {
    margin: 0 9px;
    min-width: 210px;
  }
}
@media screen and (max-width:767px) {
	.detail_member .detail_com_favorite {
    justify-content: space-between;
		margin-top: 10px;
    padding: 0 10px;
		width: 100%;
	}
	.detail_member .detail_com_favorite li {
    font-size: 1.4rem;
    margin: 0;
		width: calc((100% - 5px)/2);
	}
	.detail_member .detail_com_favorite li label {
		height: 40px;
		line-height: 1.6;
		width: 100%;
	}
	.detail_member .detail_com_favorite li a {
		display: block;
		height: 40px;
		padding: 10px 0 0 0;
		width: 100%;
	}
  .detail_member .detail_com_favorite_regist label.fav_already {
    line-height: 1.3;
    padding-top: 10px;
  }
  .detail_member .detail_com_favorite .ajax_loading {
    min-width: 0;
  }
	.detail_member .tbl_com td {
		border: none;
		border-bottom: 1px solid #fcb9c1;
		width: calc(100% - 110px);
	}
	.detail_member .tbl_com th {
		border: none;
		border-bottom: 1px solid #fcb9c1;
		border-right: 1px solid #fcb9c1;
		width: 110px;
	}
	.detail_member .detail_contributor_rt {
		border-bottom: 1px solid #c7d9a3;
	}
	.detail_member .tbl_com tr:last-of-type th,
	.detail_member .tbl_com tr:last-of-type td {
		border-bottom: 1px solid #fcb9c1;
	}
}
/* メイン写真
==========================================================================*/
@media screen and (min-width:768px), print {
  .dtl_memb_main {
    height: 300px;
  }
  .dtl_memb_main_photo {
    border-top: 1px solid #fcb9c1;
    background: #fff9fb;
    height: 100%;
    position: relative;
    text-align: center;
  }
  .dtl_memb_main_photo img {
    height: 100%;
    width: 100%;
    max-width: 1060px;
  }
}
@media screen and (max-width:767px) {
  .dtl_memb_main_photo {
    height: 200px;
  }
  .dtl_memb_main_photo img {
    height: 200px;
    width: 100%;
  }
}

/* 導入
==========================================================================*/
.dtl_memb_info {
	background: url("/static/detail/image-cmn/member/bg-memb-group-info.png") no-repeat right bottom #fcf8ee;
	border-radius: 6px;
	position: relative;
  border: solid 1px #edd599;
  box-shadow: 0 1px 3px 0 rgba(0,0,0, .2);
}
.dtl_memb_slider_btn {
	max-width: 245px;
}
.dtl_memb_slider_btn a {
	padding: 10px 3px;
}
.dtl_memb_cost {
  font-size: 2rem;
  margin-bottom: 10px;
}
.dtl_memb_cost::before,
.dtl_memb_info_location.dtl_memb_cost:before {
  background: url("/static/detail/image-cmn/ico-cost.png") no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 21px;
  margin: -5px 10px 0 0;
  vertical-align: middle;
  width: 22px;
}
.dtl_memb_info_accepting {
  display: block;
}
.dtl_memb_info_read {
  flex: 1 1 0%;
}
.dtl_memb_info_cost {
  display: flex;
  flex-wrap: wrap;
	margin-bottom: 10px;
}
.dtl_memb_info_cost dt {
	align-items: center;
	background: url(/static/detail/image/member/bg-browstripe.png) right center no-repeat;
	color: #fff;
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
}
.dtl_memb_info_cost dd {
	align-items: center;
	color: #f00;
	display: flex;
	font-weight: 600;
	justify-content: flex-start;
	margin-bottom: 5px;
	padding-left: 10px;
	position: relative;
}
.dtl_memb_info_cost dd span {
	display: inline-block;
	font-weight: normal;
	padding-left: 4px;
}
.dtl_memb_info_list {
  display: flex;
  flex-wrap: wrap;
}
.dtl_memb_info_list li img {
	height: auto;
	width: 72px;
}
.dtl_memb_info_box .ttl02 {
	font-size: 1.9rem;
	font-weight: 600;
}
.dtl_memb_info_box .ttl02::before {
	display: inline-block;
	font-family: "Material Icons";
	font-size: 2.4rem;
  margin-right: 5px;
  position: relative;
  color: #ef6d7c;
}
.dtl_memb_info_tenancy::before {
	content: "\e834";
}
.dtl_memb_info_location::before {
	content: "\e0c8";
}
.dtl_memb_info_traffic::before {
	content: "\e570";
}
.detail_member .ttl02::after{
  color: #ef6d7c;
}
.dtl_memb_info_txt {
  font-size: 1.6rem;
  line-height: 1.4;
}
.dtl_memb_info_txt strong {
	font-size: 1.5rem;
}
.dtl_memb_info_box .search_map_list_item {
  margin-top: 3px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .dtl_memb_info_box .search_map_list_item {
    display: block;
    text-align: center;
  }
}
.dtl_memb_info_traffic_item {
  line-height: 1.3;
  margin-bottom: 7px;
}
.dtl_memb_info_traffic_item:last-child {
  margin-bottom: 0;
}
.dtl_memb_info_txt_access {
  position: relative;
  padding-left: 0.6em;
}
.dtl_memb_info_txt_access:not(.com_ac_unit):before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #ef6d7c;
}
/* 交通アクセスが一つの場合は・を非表示 */
.dtl_memb_info_traffic + .dtl_memb_info_traffic_item:nth-last-child(3)  .dtl_memb_info_txt_access {
  padding: 0;
}
.dtl_memb_info_traffic + .dtl_memb_info_traffic_item:nth-last-child(3)  .dtl_memb_info_txt_access:before {
  content: none;
}

.dtl_memb_info_zip,
.dtl_memb_info_add {
  display: inline-block;
}
.dtl_memb_info_zip {
  margin-right: 1em;
} 
.dtl_memb_info_box .btn_route_search .btn_search_map:first-child {
  margin-left: 0;
}
.dtl_memb_info_box .btn_route_search .btn_search_map01 .btn_map {
  font-size: 12px;
  text-align: center;
}

.btn_route_search .btn_map {
  line-height: 1.16;
  letter-spacing: 0.07em;
}

.btn_search_map .txt_b {
  display: block;
  font-size: 15px;
}

.btn_search_map .txt_b .allow {
  font-size: 11px;
  position: relative;
}

.btn_search_map .txt_b .allow:after {
  content: "";
  display: inline-block;
  background: url(/static/detail/image/ico-arrow.png) no-repeat center / contain;
  width: 16px;
  height: 9px;
  margin: 0 3px;
  position: relative;
  transform: translateY(-1px);
}

/*入居条件アイコン*/
.dtl_memb_info_tenancy_icon {
  background-color: #fff;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  height: 44px;
  justify-content: center;
  line-height: 1.9rem;
  text-align: center;
  width: 72px;
}
.dtl_memb_info_tenancy_icon.jiritsu {
  border: solid 2px var(--cor-jiritsu);
  color: var(--cor-jiritsu);
  letter-spacing: .2em;
  padding: 4px 2px 4px 7px;
}
.dtl_memb_info_tenancy_icon.kaigo {
  border: solid 2px #e90034;
  color: #e90034;
  padding: 2px 2px 0;
}
.dtl_memb_info_tenancy_icon.shien {
  border: solid 2px var(--cor-shien);
  color: var(--cor-shien);
  padding: 2px 2px 0;
}
.dtl_memb_info_tenancy_icon.mimoto {
  border: solid 2px #702b8b;
  color: #702b8b;
  padding: 4px 2px;
}
.dtl_memb_info_tenancy_icon.ninchi {
  border: solid 2px #702b8b;
  color: #702b8b;
  padding: 4px 2px;
}
.dtl_memb_info_tenancy_icon.age_limit {
  border: solid 2px #702b8b;
  color: #702b8b;
  font-size: 16px;
  letter-spacing: -.05em;
  padding: 4px 2px;
}
.dtl_memb_info_tenancy_icon.age_no {
  border: solid 2px #702b8b;
  color: #702b8b;
  letter-spacing: -.05em;
  padding: 2px 2px 0;
}
@media screen and (min-width:768px), print {
  #detailmember00,
  #detailmember01,
  #detailmember03,
  #detailmember04,
  .detail_contributor_movie_inner,
  .detail_info_box,
  .facility_info,
  .detail_contributor_inner {
    margin-bottom: 35px;
  }
  #detailmember02{
    margin-bottom: 15px;
  }
  #detailmember05,
  .btm_description {
    margin-bottom: 30px;
  }
  .main_wrap {
    margin-bottom: 40px;
  }
  #faciilty_posted_photo {
    margin: 0 95px;
  }
  #faciilty_posted_photo .detail_contributor_inner {
    padding-bottom: 10px;
  }
  .dtl_memb_group_info {
    margin-top: 12px;
  }
	.dtl_memb_slider_btn {
		margin: 15px auto 0;
	}
	.dtl_memb_info_slider {
		width: 500px;
	}
	.dtl_memb_info {
    align-items: center;
    display: flex;
		margin: 0 auto 35px;
    padding: 30px 25px 25px;
    width: 993px;
	}
	.dtl_memb_info_content {
    align-self: flex-start;
    margin-left: 20px;
		width: 420px;
	}
	.dtl_memb_info_accepting {
    flex-basis: 125px;
		padding-left: 15px;
		width: 110px;
	}
	.dtl_memb_info_decrpt {
		margin-bottom: 10px;
	}
	.dtl_memb_info_cost dt {
		font-size: 1.6rem;
		height: 40px;
    padding-right: 10px;
		width: 134px;
	}
	.dtl_memb_info_cost dd {
		font-size: 3rem;
		height: 40px;
    width: calc(100% - 140px);
	}
	.dtl_memb_info_cost dd span {
		font-size: 1.6rem;
		padding-left: 4px;
	}
  .dtl_memb_info_box {
    margin-bottom: 15px;
  }
	.dtl_memb_info_box h2 {
		margin-bottom: 5px;
    padding-top: 0;
	}
  .dtl_memb_info_list,
  .dtl_memb_info_txt {
    margin: 0 10px;
  }
  .dtl_memb_info_txt.com_ac_unit{
    font-size: 1.3rem;
  }
	.dtl_memb_info_list li {
    font-size: 15px;
    line-height: 1.15;
    margin: 10px 0 0 10px;
	}
    .dtl_memb_info_list li.shien + .shien,
    .dtl_memb_info_list li.kaigo + .kaigo,
    .dtl_memb_info_list li:not(.jiritsu):not(.shien):not(.kaigo) + li.mimoto,
    .dtl_memb_info_list li:not(.jiritsu):not(.shien):not(.kaigo) + li.age_no,
    .dtl_memb_info_list li:not(.jiritsu):not(.shien):not(.kaigo) + li.age_limit {
      margin-left: 4px;
    }
   .dtl_memb_info_list li:nth-of-type(5n+1) {
    margin-left: 0 !important;
  }
  .dtl_memb_info_list li:nth-of-type(-n+5) {
    margin-top: 0;
  }
}
@media screen and (max-width:767px) {
  .dtl_memb_cost {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .dtl_memb_info_slider {
    margin-bottom: 15px;
		width: 100%;
	}
  .dtl_memb_slider_btn {
		margin: 10px auto 0;
	}
	.dtl_memb_info {
    background: #fcf8ee;
    border: solid 1px #edd599;
    box-shadow: 0 0 1px 0 rgba(0,0,0, .3) inset;
		margin-bottom: 20px;
		padding: 15px 15px 5px;
	}
	.dtl_memb_info_content {
		width: 100%;
	}
	.dtl_memb_info_accepting {
    flex-basis: 90px;
		padding-left: 10px;
		width: 80px;
	}
	.dtl_memb_info_decrpt {
		margin-bottom: 15px;
	}
  .dtl_memb_info_cost {
    margin-bottom: 15px;
  }
	.dtl_memb_info_cost dt {
		font-size: 1.4rem;
		height: 36px;
    padding-right: 8px;
		width: 104px;
	}
	.dtl_memb_info_cost dd {
		font-size: 2.6rem;
		height: 36px;
    width: calc(100% - 104px);
	}
	.dtl_memb_info_cost dd span {
		font-size: 1.4rem;
		padding: 5px 0 0 4px;
		vertical-align: bottom;
	}
  .dtl_memb_info_box {
    margin-bottom: 15px;
  }
  .dtl_memb_info_box .ttl02 {
    margin-bottom: 10px;
  }
  .dtl_memb_info_txt {
		margin: 0 5px;
	}
  .dtl_memb_info_txt.com_ac_unit {
    font-size: 1.3rem;
  }
  .dtl_memb_info_list {
    display: flex;
    flex-wrap: wrap;
    margin-right: 5px;
  }
	.dtl_memb_info_list li {
    margin: 0 0 5px 5px;
	}
}

/* 写真スライドショー */
.dtl_memb_slidertop {
	border: 3px solid #fff;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,.2);
	cursor: pointer;	
	margin-bottom: 10px;
    overflow: hidden;
	width: 100%;
}
.dtl_memb_slidertop .icon_zoom::after {
    content: "";
    background: url(/static/image-cmn/ico-search.jpg) 0 0 / 16px 16px no-repeat;
    bottom: 1px;
    height: 16px;
    position: absolute;
    right: 1px;
    width: 16px;
    z-index: 1;
}
.slide-item img {
	width: 100%;
}
.dtl_memb_slider_thumbnail {
  justify-content: flex-start;
}
.thumbnail-item {
	border: 3px solid #fff;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
	cursor: pointer;
	margin-left: 5px;
	position: relative;
	width: calc((100% - 20px ) / 5);
}
.thumbnail-item:nth-of-type(5n+1) {
  margin-left: 0;
}
.thumbnail-item:nth-of-type(n + 6) {
	margin-top: 1rem;
}
.thumbnail-item.thumbnail-current {
	border: 3px solid #ef6d7c;
}
.thumbnail-item img {
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width:768px),print {
  .dtl_memb_slidertop {
    height: 350px;
    width: 500px;
  }
  .dtl_memb_slidertop li img {
    height: 344px;
    width: 494px;
  }
  .thumbnail-item {
    height: 96px;
    width: 96px;
  }
  .thumbnail-item img {
    height: 90px;
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .dtl_memb_slidertop {
    border: 2px solid #fff;
    height: 225px;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 315px;
  }
  .dtl_memb_slidertop li img {
    height: 221px;
    width: 100%;
    max-width: 311px;
  }
  .dtl_memb_slider_thumbnail {
    margin: auto;
    max-width: 315px;
  }
  .thumbnail-item {
    border: 2px solid #fff;
    position: relative;
  }
  .thumbnail-item span {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .thumbnail-item img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .thumbnail-item.thumbnail-current {
	  border: 2px solid #ef6d7c;
  }
}


/* ページ内ナビゲーション
==========================================================================*/
.dtl_memb_scroll ul {
  justify-content: center;
}
.dtl_memb_scroll li {
	border: 1px solid #ef6d7c;
  border-bottom-width: 2px;
  border-left: none;
  overflow: hidden;
	width: calc(100% / 5);
}
.dtl_memb_scroll li:first-of-type {
	border-left: 1px solid #ef6d7c;
  border-radius: 5px 0 0 5px;
}
.dtl_memb_scroll li:last-of-type {
  border-radius: 0 5px 5px 0;
}
.dtl_memb_scroll li a {
	align-items: center;
  border: none;
  border-left: 1px solid #fff;
  border-radius: 0;
	color: #000;
	display: flex;
  flex-wrap: wrap;
	justify-content: center;
	position: relative;
	text-align: center;
  background: #fff;
  font-size: 1.6rem;
  letter-spacing: .05em;
}
.dtl_memb_scroll li a::after {
  background: url(/static/image-cmn/ico-arrow-pink-right.svg) center center / contain no-repeat;
	content: "";
  height: 13px;
	position: absolute;
  width: 8px;
}
.pc_style .dtl_memb_scroll li a:hover,
.tablet_style .dtl_memb_scroll li a:active,
.sp_style .dtl_memb_scroll li a:active {
	background: #e05365;
	color: #fff;
}
.pc_style .dtl_memb_scroll li a:hover::after,
.tablet_style .dtl_memb_scroll li a:active::after,
.sp_style .dtl_memb_scroll li a:active::after {
  background-image: url(/static/image-cmn/ico-arrow-white-right.svg);
}
@media screen and (min-width:768px), print {
	.dtl_memb_scroll {
		margin: 35px 0;
	}
	.dtl_memb_scroll li a {
		height: 48px;
    padding: 0 25px 0 15px;
	}
	.dtl_memb_scroll li a::after {
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
	}
}
@media screen and (max-width:767px) {
	.dtl_memb_scroll {
		margin: 20px 0 22px;
	}
	.dtl_memb_scroll li a {
    flex-direction: column;
		font-size: 1.4rem;
		height: 60px;
    padding: 5px 0 15px;
	}
	.dtl_memb_scroll li a::after {
		bottom: 4px;
		left: 50%;
		-webkit-transform: translateX(-50%) rotate(90deg);
		transform: translateX(-50%) rotate(90deg);
	}
}

/* 入居について
==========================================================================*/
.dtl_memb_tanancy_tbl {
  margin-bottom: 10px;
}
.dtl_memb_tanancy_btns li a {
	display: block;
	height: 50px;
	padding: 5px 3px;
	position: relative;
}
.dtl_memb_tanancy_btns li a::before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	position: relative;
	top: 5px;
}
.dtl_memb_tanancy_btns li:first-child a::before {
	background: url(/static/detail/image-cmn/member/ico-price.svg) 0 0 / contain no-repeat;
	height: 26px;
  width: 27px;
}
.dtl_memb_tanancy_btns li:last-child a::before {
	background: url(/static/detail/image-cmn/member/ico-kaigo.svg) 0 0 / contain no-repeat;
	height: 24px;
  width: 24px;
}
.dtl_memb_tanancy_list {
  justify-content: center;
}
.dtl_memb_tanancy_list li {
  border: 1px solid;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  justify-content: center;
  line-height: 1.2em;
  min-height: 54px;
  text-align: center;
}
.dtl_memb_tanancy_list_icon01 { /*茶色*/
  border-color: #ac6807 !important;
  background: linear-gradient(130deg, #fff2df 50%,#faead2 50%);
  color: #8d4800;
}
.dtl_memb_tanancy_list_icon02 { /*紺色*/
  border-color: #252c5d !important;
  background: linear-gradient(130deg, #eef0fe 50%,#e4e7fd 50%);
  color: #2f397a;
}
.dtl_memb_tanancy_list_icon03 { /*ピンク*/
  border-color: #ad1067 !important;  
  background: linear-gradient(130deg, #ffecf7 50%,#ffe1f2 50%);
  color: #b60f6b;
}
.dtl_memb_tanancy_list_icon04 { /*赤*/
  border-color: #962322 !important;
  background: linear-gradient(130deg, #ffeded 50%,#fde0df 50%);
  color: #a52826;
}
.dtl_memb_tanancy_list_icon05 { /*水色*/
  border-color: #19697d !important;
  background: linear-gradient(130deg, #ecfbff 50%,#def8ff 50%);
  color: #0e647a;
}
.dtl_memb_tanancy_list_icon06 { /*緑*/
  border-color: #425d0b !important;
  background: linear-gradient(130deg, #f7ffe5 50%,#eefdcd 50%);
  color: #4c5f24;
}
.dtl_memb_tanancy_list li {
  height: 65px;
}
.dtl_memb_tanancy_list li img {
  height: 52px;
  width: 73px;
}
/*こだわり特徴アイコン*/
.dtl_memb_icon_ninhi_ok {
  font-size: 17px;
}
.dtl_memb_icon_ninhi_ok .line_top {
  line-height: 1.5;
}
.dtl_memb_icon_ninhi_ok .line_bottom {
  font-size: 20px;
}
.dtl_memb_icon_ninhi_sodan {
  font-size: 17px;
}
.dtl_memb_icon_age_sodan {
  font-size: 17px;
}
.dtl_memb_icon_age_sodan .line_top {
  line-height: 1.5;
}
.dtl_memb_icon_age_sodan .line_bottom {
  font-size: 20px;
}
.dtl_memb_icon_pet_ok {
  font-size: 20px;
  line-height: 2;
}
.dtl_memb_icon_pet_ok .line_top {
  font-size: 12px;
  line-height: 1.8;
  transform: scale(1.2, 1.5);
}
.dtl_memb_icon_pet {
  font-size: 17px;
}
.dtl_memb_icon_pet .line_top {
  font-size: 12px;
  line-height: 1.8;
  transform: scale(1.2, 1.5);
}
.dtl_memb_icon_taiken_ok {
  font-size: 17px;
}
.dtl_memb_icon_taiken_ok .line_top {
  line-height: 1.5;
}
.dtl_memb_icon_taiken_ok .line_bottom {
  font-size: 20px;
}
.dtl_memb_icon_taiken_sodan {
  font-size: 17px;
}
.dtl_memb_icon_stay_ok {
  font-size: 17px;
}
.dtl_memb_icon_stay_ok .line_top {
  font-size: 12px;
  letter-spacing: -.05em;
  line-height: 2.4;
  transform: scale(0.8, 1.5);
  white-space: nowrap;
}
.dtl_memb_icon_stay_ok .line_bottom {
  font-size: 20px;
}
.dtl_memb_icon_stay_sodan {
  font-size: 17px;
}
.dtl_memb_icon_stay_sodan .line_top {
  font-size: 12px;
  letter-spacing: -.05em;
  line-height: 2;
  transform: scale(0.8, 1.5);
  white-space: nowrap;
}
.dtl_memb_icon_stay_sodan .line_bottom {
  font-size: 18px;
}
.dtl_memb_icon_syushin {
  font-size: 18px;
}
.dtl_memb_icon_syushin .line_top {
  line-height: 1.15;
}
.dtl_memb_icon_riyouken {
  font-size: 18px;
}
.dtl_memb_icon_riyouken .line_top {
  line-height: 1.2;
}
.dtl_memb_icon_ichijikin {
  font-size: 17px;
}
.dtl_memb_icon_ichijikin .line_top {
  font-size: 13px;
  line-height: 1.8;
  transform: scale(1, 1.5);
}
.dtl_memb_icon_ichijikin .line_bottom {
   font-size: 20px;
}
.dtl_memb_icon_shokyaku_no {
  font-size: 17px;
}
.dtl_memb_icon_shokyaku_no .line_top {
  line-height: 1.3;
}
.dtl_memb_icon_shokyaku_no .line_bottom {
  font-size: 20px;
}
.dtl_memb_icon_room2 {
  font-size: 17px;
}
.dtl_memb_icon_room2 .line_top {
  line-height: 1.5;
}
.dtl_memb_icon_room2 .line_bottom {
  font-size: 20px;
}
.dtl_memb_icon_koshistu {
  font-size: 17px;
}
.dtl_memb_icon_nurse {
  font-size: 18px;
}
.dtl_memb_icon_nurse .line_top {
  line-height: 1.4;
}
.dtl_memb_icon_pt {
  font-size: 18px;
}
.dtl_memb_icon_pt .line_top {
  font-size: 12px;
  line-height: 2;
  transform: scale(1.2, 1.5);
}
.dtl_memb_icon_careworkert {
  font-size: 18px;
}
.dtl_memb_icon_careworkert .line_top {
  font-size: 12px;
  line-height: 2;
  transform: scale(1.15, 1.5);
}
.dtl_memb_icon_terminal {
  font-size: 18px;
}
.dtl_memb_icon_terminal .line_top {
  font-size: 12px;
  transform: scale(1.1, 1.5);
}
.dtl_memb_icon_terminal .line_bottom {
  font-size: 17px;
}
.dtl_memb_icon_oralcare {
  font-size: 18px;
}
.dtl_memb_icon_dayservice {
  font-size: 16px;
}
.dtl_memb_icon_dayservice .line_top {
  font-size: 12px;
  line-height: 1.4;
  transform: scale(1.3, 1.4);
}
.dtl_memb_icon_dayservice .line_bottom {
  font-size: 12px;
  line-height: 1.4;
  transform: scale(.8, 1);
  white-space: nowrap;
}
.dtl_memb_icon_shortstayin {
  font-size: 19px;
}
.dtl_memb_icon_shortstayin .line_top {
  font-size: 12px;
  letter-spacing: -.05em;
  transform: scale(0.8, 1.5);
  white-space: nowrap;
}
.dtl_memb_icon_visitcare {
  font-size: 15px;
}
.dtl_memb_icon_visitcare .line_top {
  font-size: 15px;
  line-height: 1.2;
}
.dtl_memb_icon_couple {
  font-size: 17px;
}
.dtl_memb_icon_couple .line_top {
  line-height: 1.4;
}
@media screen and (min-width:768px), print {
  .memb_framcharts_01:before,
  .memb_framcharts_01:after {
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    height: 240px;
    width: 250px;
    margin: 0 20px;
  }
  .memb_framcharts_01:before {
    background-image: url("/static/detail/image-cmn/bg-memb-framcharts-01.png");
  }
  .memb_framcharts_01:after {
    background-image: url("/static/detail/image-cmn/bg-memb-framcharts-02.png");
  }
	.dtl_memb_tanancy_btns {
		justify-content: center;
    margin-top: 15px;
	}
	.dtl_memb_tanancy_btns li {
		margin: 0 10px;
		width: 300px;
	}
	.dtl_memb_tanancy_list {
		margin-bottom: 8px;
	}
  .dtl_memb_tanancy_list li {
    height: 65px;
    margin: 0 0 7px 7px;
    padding: 5px 0;
    width: 91px;
  }
  .dtl_memb_tanancy_list li:nth-of-type(10n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width:767px) {
	.dtl_memb_tanancy_list {
		margin-bottom: 15px;
    margin-left: -5px;
    width: calc(100% + 5px);
	}
  .dtl_memb_tanancy_list li {
    margin: 0 0 5px 5px;
    padding: 5px 2px 5px 2px;
    width: 80px;
  }
  .dtl_memb_tanancy_btns {
		display: block;
		text-align: center;
		margin-top: 20px;
	}
	.dtl_memb_tanancy_btns li {
		max-width: 250px;
		margin: 0 auto 10px;
	}
  .dtl_memb_icon_dayservice .line_bottom {
    font-size: 11px;
    line-height: 1.4;
    margin-right: 70%;
    transform: scale(.8, 1);
    white-space: nowrap;
  }
}

/* 施設概要
==========================================================================*/
.dtl_memb_framcharts {
	justify-content: center;
  margin-left: -6px;
  margin-right: -6px;
}
.dtl_memb_framepart {
	background: #fff;
	border: 2px solid #fcb9c1;
	border-radius: 8px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 20px 13px;
}
.dtl_memb_frame_ttl {
	color: #ef6d7c;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
}
.dtl_memb_staffhelp {
  margin: 14px 0 10px;
	text-align: center;
}
.dtl_memb_staffhelp img {
	margin: 0 auto;
	max-width: 40px;
}
.dtl_memb_percent {
	justify-content: space-around;
}
.dtl_memb_percent.flex_box.dtl_memb_percent_residents {
  justify-content: center;
  column-gap: 24px;
}
.dtl_memb_percent li {
	font-weight: 600;
	position: relative;
	text-align: center;
}
.dtl_memb_percent .dtl_memb_percent_ttl {
	font-size: 1.3rem;
	color: #000;
	line-height: 1.4;
}
.dtl_chart_man .dtl_memb_percent_ttl,
.dtl_chart_woman .dtl_memb_percent_ttl {
  margin-bottom: 2px;
  padding-right: 20px;
}
.dtl_chart_man .dtl_memb_percent_count,
.dtl_chart_woman .dtl_memb_percent_count {
  margin-bottom: 1px;
}
.dtl_memb_percent .dtl_memb_percent_count {
	font-size: 27px;
	font-weight: 600;
	position: relative;
}
.dtl_memb_percent_staffhelp_user {
	color: #ee8719
}
.dtl_memb_percent_staffhelp_staff {
	color: var(--cor-jiritsu);
}
.dtl_memb_chart_unit {
  font-size: 19px;
}
.dtl_memb_chart_enrolled {
  color: #000;
  padding-right: 10px;
  font-size: 20px;
}
.dtl_memb_chart_enrolled + .dtl_memb_chart_unit {
  padding-left: 2px;
}
.dtl_chart_man {
	background: url(/static/detail/image/member/ico-chart-man.svg) left 1px bottom 5px no-repeat;
  color: #4bb1e0;
  padding-left: 18px;
}
.dtl_chart_woman {
	background: url(/static/detail/image/member/ico-chart-woman.svg) left 0 bottom 5px no-repeat;
  color: #f36d71;
  padding-left: 18px;
}
.dtl_memb_addstaff {
	position: relative;
	text-align: center;
  margin: 29px 0 14px;
}
.dtl_memb_addstaff img {
	max-width: 150px;
}
.dtl_memb_addstaff_number {
	color: var(--cor-jiritsu);
	font-size: 27px;
	font-weight: 600;
	text-align: center;
}
@media screen and (min-width:768px), print {
  #detailmember02 .tbl_com.detail_tbl {
    margin-bottom: 20px;
  }
  .memb_framcharts_05 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .dtl_memb_framcharts {
    margin-bottom: 20px;
  }
	.dtl_memb_framepart {
		margin: 0 6px 14px 6px;
		width: 236px;
    height: 228px;
	}
  .dtl_memb_chart {
    margin-top: 3px;
    height: 40px;
  }
  .dtl_memb_chart_pie {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    object-fit: cover;
  }
 
  .dtl_memb_chart_decrpt {
    margin-top: -20px;
  }
  .dtl_memb_framepart #nyuukyohsa_danjohi_pie_chart,
  .dtl_memb_framepart #kaigoshokuin_danjohi_pie_chart {
    max-width: 100%;
    margin: auto;
  }
  #nyuukyohsa_nenreikousei_bar_chart,
  .dtl_memb_framepart #nyuukyohsa_youkaigodo_bar_chart {
    margin-top: 7px;
  }
  .dtl_memb_addstaff img {
    max-width: 143px;
  }
  .dtl_memb_history {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .dtl_memb_history dt {
    width: 10em;
  }
  .dtl_memb_history dd {
    width: calc(100% - 10em);
  }
/* ピクト下の注釈 */
  .dtl_memb_framcharts + .detail_note_contact {
    text-align: center;
    margin-top: -10px;
  }
  .dtl_memb_framcharts + .detail_note_contact ul {
    display: inline-block;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width:767px) {
  .memb_framcharts_04 {
    width: 100%;
  }
  .memb_framcharts_04 .dtl_memb_framepart:nth-child(2n) {
    margin-left: 0;
  }
  .dtl_memb_framepart {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
		height: 300px;
    padding: 20px 30px 25px;
		margin: 0 auto 10px !important;
		max-width: 335px;
    width: 100%;
  }
  .dtl_memb_percent .dtl_memb_percent_ttl {
    font-size: 1.8rem;
    line-height: 1.6;
}
  .dtl_memb_frame_ttl {
    margin-bottom: 10px;
    font-size: 1.7rem;
  }
	.dtl_memb_chart {
		height: 65px;
	}
	.dtl_memb_chart_pie {
    width: 135px;
		height: 135px;
    margin: 0 auto;
	}
  .dtl_memb_percent .dtl_memb_percent_count {
    font-size: 35px;
  }
  .dtl_memb_addstaff {
    margin: 0;
    padding: 36px 0;
  }
  .dtl_memb_addstaff img {
    max-width: 182px;
  }
  .dtl_memb_staffhelp img {
    max-width: 56px;
  }
  .dtl_memb_history dd {
    margin-bottom: 10px;
  }
  .dtl_memb_history dd:last-of-type {
    margin-bottom: 0;
  }
}

/* 施設レポート
==========================================================================*/
.dtl_memb_report_ttl {
	color: #ef6d7c;
	font-weight: 600;
	line-height: 1.5;
	padding-bottom: 5px;
}
.dtl_memb_report_txt {
	line-height: 1.5;
}
.dtl_memb_report_thumb img {
  height: 200px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  p.dtl_memb_report_thumb {
    max-width: 100%;
  }
  .dtl_memb_report_thumb img {
    height: auto;
    max-width: 100%;
  }
}
.dtl_memb_report_btn {
  display: block;
	margin: auto;
	max-width: 300px;
	padding: 10px 0;
}
.dtl_memb_report_btn::before {
	color: #fff;
	content: "\e873";
	font-family: "Material Icons";
	font-size: 2.4rem;
	margin-right: 6px;
  vertical-align: sub;
}
@media screen and (min-width:768px), print {
	.dtl_memb_report_ttl {
		font-size: 2rem;
	}
	.dtl_memb_report {
		flex-direction: row-reverse;
	}
	.dtl_memb_report_cont {
		width: calc(100% - 320px);
	}
	.dtl_memb_report_txt {
    margin-bottom: 15px;
	}
}
@media screen and (max-width:767px) {
	.dtl_memb_report {
		display: block;
		font-size: 1.6rem;
	}
	.dtl_memb_report_ttl {
		font-size: 2rem;
	}
	.dtl_memb_report_thumb {
		margin: 0 auto 10px;
    width: 300px;
	}
	.dtl_memb_report_txt {
		font-size: 1.6rem;
		padding-bottom: 15px;
	}
}

/* シニアブログ バナー
==========================================================================*/
.dtl_memb_blog_link {
	width: 490px;
	margin: 20px auto 40px;
}

.dtl_memb_blog_link img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.dtl_memb_blog_link p {
	font-feature-settings: "palt";
	letter-spacing: 0.04em;
  line-height: 1.4;
  margin-top: 9px;
	text-align: center;
}

@media screen and (max-width:767px) {
	.dtl_memb_blog_link {
		width: 100%;
	}
}
/* シニアブログ
==========================================================================*/
.dtl_memb_blog {
	border: 2px solid #d3646d;
	border-radius: 5px;
	box-shadow: 0 0 0 1px #fff inset;
}
.dtl_memb_blog_logo {
	text-align: center;
}
.dtl_memb_blog_thumb {
  margin-bottom: 4px;
  
}
.dtl_memb_blog_thumb img {
  height: auto;
  width: 100%;
}
.dtl_memb_blog_ttl {
	color: #000;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
	text-shadow: 1px 1px 0 #fff;
}
.dtl_memb_blog_btn {
	margin: 0 auto;
	max-width: 250px;
	text-align: left;
}
.dtl_memb_blog_btn a {
  display: inline-block;
	font-size: 1.5rem;
	padding: 7px 25px 7px 20px;
  margin-top: 4px;
}
.dtl_memb_blog_content {
	background: #fff;
	border-radius: 5px;
	padding: 8px 20px 5px;
}

.dtl_memb_blog_content:has(> :nth-child(2)) .dtl_memb_blog_content_list:not(:last-child) {
	border-bottom: 1px solid #ef6d7c;
}

.dtl_memb_blog_content .dtl_memb_blog_content_list {
	align-items: center;
	display: grid;
	grid-template-columns: .75fr 4.5fr;
	gap: 2rem;
	padding: 5px 18px;
	position: relative;
	width: 100%;
}


@media screen and (max-width:767px) {
	.dtl_memb_blog_content .dtl_memb_blog_content_list {
		grid-template-columns: 1fr 3fr;
		padding: 4px;
	}
}

.dtl_memb_blog_content .dtl_memb_blog_content_list > img {
	width: 100%;
	height: 50px;
	object-fit: cover;
}

.dtl_memb_blog_content .dtl_memb_blog_content_list > div {
	cursor: pointer;
}

.dtl_memb_blog_content .dtl_memb_blog_content_list .material-icons.arrow {
	color: #ef6d7c;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}


@media screen and (max-width:767px) {
	.dtl_memb_blog_content .dtl_memb_blog_content_list .material-icons.arrow {
		right: 0;
		font-size: 20px;
	}
}

.dtl_memb_blog_content .dtl_memb_blog_content_list .date {
	color: #000;
	font-size: 13px;
	margin-bottom: .6rem;
}

@media screen and (max-width:767px) {
	.dtl_memb_blog_content .dtl_memb_blog_content_list .date {
		margin-bottom: 4px;
	}
}

.dtl_memb_blog_content .dtl_memb_blog_content_list .title {
	font-size: 16px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	width: 85%;
}

@media screen and (max-width:767px) {

	.dtl_memb_blog_content .dtl_memb_blog_content_list .title {
		font-size: 15px;
		width: 85%;
	}
}

.dtl_memb_blog_content dt,
.dtl_memb_blog_content dd {
  line-height: 1.5;
}
.dtl_memb_blog_content dt {
  position: relative;
}
.dtl_memb_blog_content dt:before {
	color: #d3646d;
	content: "\e038";
	font-family: "Material Icons";
	font-size: 2rem;
	position: absolute;
}
.dtl_memb_blog_content dd {
	border-bottom: 1px solid #d3646d;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dtl_memb_blog_content dd:last-of-type {
	border-bottom: none;
}
@media screen and (min-width:768px), print {
	.dtl_memb_blog_ttl {
    padding-bottom: 14px;
	}

.dtl_memb_blog {
	align-items: center;
	background: #fef0f1 url(/static/detail/image/member/bg-news.png) top left / contain no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	padding: 10px 32px;
	width: 810px;
}

	.dtl_memb_blog_logo {
		width: 28%;
	}

	.dtl_memb_blog_content {
		display: flex;
		flex-wrap: wrap;
		padding: 0 10px;
		width: 68%;
	}
	.dtl_memb_blog_content dt {
    border-bottom: 1px solid #d3646d;
    font-size: 1.5rem;
    padding: 1rem 3rem;
    width: 130px;
	}
	.dtl_memb_blog_content dt:before {
    left: 0;
		top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	}
  .dtl_memb_blog_content dt:last-of-type {
  	border-bottom: none;
  }
	.dtl_memb_blog_content dd {
		padding: 6px 0 6px 10px;
    width: calc(100% - 130px);
	}
}
@media screen and (max-width:767px) {
	.dtl_memb_blog {
		background: #fef0f1;
		display: block;
		padding: 7px 12px 12px 12px;
	}
	.dtl_memb_blog_thumb {
	margin: 0 auto;
	width: 100%;
	max-width: 294px;
	}
	.dtl_memb_blog_thumb img {
	max-width: 80%;
	}

	.dtl_memb_blog_ttl {
		margin: 4px 0 14px;
		text-align: center;
	}

	.dtl_memb_blog_content {
		margin-bottom: 10px;
    padding: 8px 15px;
	}
	.dtl_memb_blog_content dt {
		padding: 8px 0 0 25px;
	}
	.dtl_memb_blog_content dt:before {
    left: 0;
		top: 15px;
	}
	.dtl_memb_blog_content dd {
		padding: 0 10px 8px 25px;
	}

  .dtl_memb_blog_btn { 
    text-align: center;
  }
}

/* 投稿写真・動画
==========================================================================*/
.dtl_memb_point {
	background: #eee5d6 url(/static/image-cmn/bg-whitestripe-3x3-10.png) 0 0 repeat;
	border-radius: 5px;
	font-size: 1.6rem;
	margin-left: 10px;
	padding: 10px;
	position: relative;
  text-align: center;
}
.dtl_memb_point span {
	color: #da4c5a;
	font-size: 1.8rem;
	font-weight: 600;
	position: relative;
}
.dtl_memb_point::before {
  border-style: solid;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}
@media screen and (min-width:768px), print {
	.dtl_memb_point::before {
		border-color: transparent #eee5d6 transparent transparent;
		border-width: 5px 16px 5px 0;
		left: -10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
  .detail_contributor_link{
    display: block;
  }
  .detail_contributor_link a{
    display: block;
  }
  .detail_contributor_link a:first-child{
    margin-right: 0;
  }
}
@media screen and (max-width:767px) {
	.dtl_memb_point {
		margin: 0 10px 10px 10px;
	}
	.dtl_memb_point::before {
		border-color: transparent transparent #eee5d6 transparent;
		border-width: 0 5px 10px 5px;
		left: 60px;
		top: -10px;
	}
    .detail_contributor_link {
      margin: 0 0 0 0;
    }
}

/* footer関連
==========================================================================*/
.js_dtlmember_dt_top {
	display: none;
}

/* 電子パンフレットモーダル
==========================================================================*/
.modal_pamphlet {
  width: 400px;
}
.modal_pamphlet_content {
  padding: 20px;
}
.modal_pamphlet_content p {
  line-height: 1.5;
}
.modal_pamphlet_ttl {
  margin-bottom: 20px;
}
.modal_pamphlet_list {
  margin: 20px;
}
.modal_pamphlet_list li {
  margin: 10px;
}
.modal_pamphlet_link {
  text-align: center;
}
.modal_pamphlet_link a {
  background: url(/static/image-cmn/ico-arrow-pink-right.svg) right center / 9px 15px no-repeat;
  padding-right: 20px;
}
@media screen and (min-width:768px), print {
.detail_control_link li {
    font-size: 1.6rem;
    margin-left: 3px;
}
.detail_control_link li a {
  line-height: 1.1;
}
}

/* kuchikomi */
.kuchikomi_lst .review_blank {
	background-color: #FFF;
}
.btn_review::before {
	background: url(/static/image-cmn/ico_buzz_pink01.png) 0 0 / auto 19px no-repeat !important;
}
.kuchikomi_ttl::before {
	background: url(/static/image-cmn/ico-review-white.png) 0 0 no-repeat;
  z-index: 2;
}
.post_reviews_ttl:before {
	content: url(/static/image-cmn/ico_buzz_pink02.png);
}
.box_kuchikomi_lst .com_slide_link {
	margin-top: 22px;
}
.btn_review_group {
	display: flex;
}
.btn_review_group .dtl_memb_point {
	margin-left: 22px;
	margin-top: 3px;
}
.btn_review {
	background: #fdeef0;
	border: 1px solid #d3636d;
	border-bottom: 2px solid #d3636d;
	color: #000;
}
.detail_member .no_review .media_none_txt {
	color: #000;
}
.detail_member .no_review.media_nophoto .media_none_txt {
 padding: .75em 0;
}
#faciilty_posted_review .btn_review:hover {
    background: #FFF !important;
    color: #000 !important;
}
@media screen and (min-width:768px), print {
	.btn_review {
		width: 213px;
	}
	.faciilty_posted_review + #bigcompany + #faciilty_posted_photo {
		margin-top: 0;
	}
}
@media screen and (max-width:767px) {
	.btn_review_group {
		flex-direction: column;
	}
	.btn_review_group .dtl_memb_point::before {
		left: 50%;
		transform: translateX(-50%);
	}
	.review_blank {
		min-height: 210px;
	}
	.btn_review_group .dtl_memb_point {
		margin: 21px 0 0;
	}
	.box_kuchikomi_lst .com_slide_link {
		margin-top: 2px;
	}
	.no_review .detail_member .media_none_txt {
		color: #000;
	}
	.btn_review {
		padding: 12px 10px 11px 40px !important;
	}
	.no_review .detail_member .ttl01::before {
		top: 9px;
	}
	.btn_review::before {
		top: 12px;
	}
}