
@charset "utf-8";
/* ==========================================================

title : ピカ写メから施設検索
scope : ピカ写メから施設検索 一覧ページ

last modify : 2018/04/18 247_morita 写真から施設検索：地域・カテゴリ選択枠改修 #13541
2017/02/24 247_morita 口コミ・写真・動画から施設検索改修 #11733
2017/01/17 247_morita ボタン変更 #11464・ボタン改修、地名表示 #11418
2016/12/15 247_morita TOPページ改修 #11347
2016/11/04 247_morita ピカ写メから施設検索を「口コミ／写真／動画から施設検索」に改修 #9873
2016/06/15 264_tanabe 写真上にアイコン表示 #9518
2016/05/12 264_tanabe レイアウト改修 #9304
2016/04/20 156_goto 表示パターンごとの写真の空きを調節 
2016/02/02 230inagaki 新規

========================================================== */
.photo_search_detail {
    background: #cfebe3 none repeat scroll 0 0;
    border-radius: 4px;
    margin: 25px auto 30px;
    padding: 15px;
    width: 865px;
}
.photo_search_detail h2 {
    border-bottom: 1px solid #eff8f5;
    box-shadow: 0 1px #a1c8c6;
    font-size: 1.3em;
    font-weight: 800;
    margin: 0 auto 20px;
    text-align: left;
    text-indent: 5px;
}
.photo_search_detail h2 > span {
    color: #f54191;
}
.photo_search_detail02 {
  background: #e7f2ee;
  border-radius: 4px;
  border:2px solid #90ccc1;
  margin: 35px auto 30px;
  padding: 10px;
  width: 635px;
  box-sizing: border-box;
}
#nav_list {
    display: flex;
    gap: 24px;
    position: relative;
    text-align: left;
}
#nav_list ul {
    list-style: outside none none;
}
#nav_list li {
}
.nav_filter {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.nav_filter li {
    height: 115px;
    position: relative;
}
.nav_filter dl {
    width: 230px;
}
.nav_filter dt {
    font-weight: 800;
}
.nav_filter dd {
    margin-bottom: 10px;
    position: relative;
    width: 230px;
}
.nav_filter .btn_change {
    background: #9c9c9c url("../image/bg_nav_filter_gr.png") no-repeat scroll 0 0;
    border-radius: 2px;
    bottom: 0;
    color: #fff;
    height: 15px;
    line-height: 13px;
    margin: 5px auto;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    text-indent: 1.5em;
    width: 210px;
}
.nav_filter a {
    background: #4250dc url("../image/bg_nav_filter.png") no-repeat scroll 0 0;
    border-radius: 2px;
    bottom: 0;
    box-shadow: 0 -3px #05040c inset;
    color: #fff;
    display: block;
    height: 15px;
    line-height: 13px;
    margin: 0 auto;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    text-indent: 1.5em;
    width: 210px;
}
.sec_pref {
    border-left: 1px solid #eff8f5;
    box-shadow: -1px 0 #a1c8c6;
    margin-left: 5px;
    padding-left: 12px;
}
.sec_pref02{
  display:table;
  table-layout:fixed;
  height:37px;
}
.sec_pref02 dt,.sec_pref02 dd{
  display:table-cell;
  vertical-align:middle;
  position:relative;
  width:600px;
}
.sec_pref02 dt{
  width:300px; /* 174px */
  padding-right:15px;
  background:url("../image/bg_srch_ttl.png") no-repeat 0 center;
  text-indent:2.1em;
  color:#2c947d;
  line-height:34px;
  font-weight:800;
  font-size: 16px;
  letter-spacing: 0;
  box-sizing: border-box;
}
.sec_pref02 dd p{
  display:inline-block;
  width: 220px;
  vertical-align:middle;
  font-size:18px;
  font-weight:bold;
}
/*
.sec_pref02:first-of-type dd p{
  width: 220px;
  margin-bottom:2px;
}
*/
.sec_pref02 dd a{
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width:202px;
  height: 38px;
  margin: auto;
}
.sec_pref02 + hr{
  margin: 10px 0;
  border:none;
  border-bottom: 1px solid #a1c8c6;
  box-shadow: 0 1px 1px #fff;
}

/*----- 検索内容を変更・並べ替え -----*/
.search_change {
  border: none;
  border-radius: none;
  box-sizing: border-box;
  margin: 35px auto 40px;
  position: relative;
  width: 680px;
}

.search_change:before {
  border-style: solid;
  border-width: 21px 13px 0 13px;
  border-color: #f6eee0 transparent transparent transparent;
  bottom: -21px;
}

.search_change:after {
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #f6eee0 transparent transparent transparent;
  bottom: -20px;
}

.search_change hr {
  border: none;
  border-bottom: 1px solid #2179c0;
  margin-bottom: 20px;
  margin-top: 20px;
}

.search_change .detail_change,
.search_change .display_change {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f6eee0;
}

.search_change .detail_change > dt ,
.search_change .display_change > dt {
  padding: 7px 0;
}

.search_change dt {
  align-items: center;
  background-color: #0936a7;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  gap: 8px;
  justify-content: center;
  line-height: 34px;
  letter-spacing: normal;
  position: relative;
  width: 328px;
}

/* 検索内容を変更 */
.search_change .detail_change dt:before {
  background: url("../image/icon_change_megaen.png") no-repeat 0 0;
  background-size: 20px;
  content: "";
  height: 20px;
  width: 20px;
}

.search_change .detail_change dd {
  float: left;
  margin-top: 24px;
}

.search_change .detail_change dd a {
  background: #0936a7;
  border-radius: 4px;
  box-shadow: -1px -1px 3px 0 rgba(255, 255, 255, 0.004),0 1px 3px 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-indent: 83px;
  width: 248px;
}

.search_change .detail_change dd a:hover {
  opacity: 0.7;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .search_change .detail_change dd a:hover {
    opacity: 1;
  }
}

.search_change .detail_change dd:last-child {
  margin-top: 16px;
  margin-bottom: 24px;
}

.search_change .detail_change dd:last-child a {
  text-indent: 65px;
}

.search_change .detail_change dd a:after {
  background: url("../image/ico-circle-arrow.png") no-repeat center;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 16px;
  right: 16px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 16px;
}

.search_change .detail_change dd span {
  font-size: 18px;
  letter-spacing: normal;
}

.search_change .detail_change dd:nth-child(2) a:before{
  background: url("../image/icon_change_map.png") no-repeat 0 0;
  content: "";
  height: 20px;
  left: 54px;
  position: absolute;
  top: 10px;
  width: 20px;
}

.search_change .detail_change dd:last-child a:before  {
  background: url("../image/icon_change_category.png") no-repeat 0 0;
  content: "";
  height: 19px;
  left: 36px;
  position: absolute;
  top: 10px;
  width: 20px;
}

/* 並べ替え */
.search_change .display_change dt:before {
  background: url("../image/icon_change_sort.png") no-repeat 0 0;
  background-size: 20px;
  content: "";
  height: 20px;
  width: 20px;
}

.search_change .display_change dd dl {
  display: inline-block;
}

.search_change .display_change dd dt#type_choice_ttl {
  margin-top: 24px;
}

.search_change .display_change dd dl#line_switch {
  margin: 16px 0 24px;
}

.search_change .display_change dd dt {
  background-color: #fff;
  border: 1px solid #006ce4;
  border-width: 1px 0px 1px 1px;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 38px;
  margin: 0;
  padding-right: 40px;
  text-align: left;
  text-indent: 11px;
  width: 195px;
  color: #000;
}

.search_change .display_change dd dt:after {
  background: #006ce4 url("../image/icon_change_arrow.png") no-repeat center center;
  background-size: 20px;
  border: none;
  height: 38px;
  right: 0;
  top: 0;
  width: 40px;
  position: absolute;
  content: "";
}

.search_change .display_change dd dt:before {
  content: none;
}

.search_change .display_change dd dd {
  background: #fff;
  border: 1px solid #006ce4;
  border-radius: 0 0 2px 2px;
  display: none;
	line-height: 40px;
  margin: 0;
  position: absolute;
  top: 113px;
  width: 218px;
  z-index: 500;
}

.search_change .display_change dd #line_switch dd {
  top: 169px;
}

.search_change .display_change dd dd li {
  border-bottom: 1px solid #006ce4;
  text-indent: 20px;
}

.search_change .display_change dd dd li:last-child {
  border-bottom: none;
}

.search_change .display_change dd dd li a {
  display: block;
}

/* トップページ 絞込み枠 */
.step_lead {
	font-size: 16px;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: left;
	width: 660px;
  letter-spacing: normal;
}

.search_change.narrow_box {
  background: #f6eee0;
  margin-bottom: 30px;
	margin-top: 25px;
  padding: 20px;
	width: 470px;
}

.search_change.narrow_box::before,
.search_change.narrow_box::after {
  content: none;
}

.search_change.narrow_box #nav_list {
  display: flex;
  gap: 14px
}

.search_change.narrow_box .btn_detail_change a {
  background: #0936a7;
  border-radius: 4px;
  box-shadow: -1px -1px 3px 0 rgba(255, 255, 255, 0.004),0 1px 3px 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-indent: 66px;
  width: 208px;
}

.search_change.narrow_box .btn_detail_change:last-child a {
  text-indent: 56px;
}

.search_change.narrow_box .btn_detail_change a:after {
  background: url("../image/ico-circle-arrow.png") no-repeat center;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 12px;
  right: 10px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 12px;
}

.search_change.narrow_box .btn_detail_change span {
  font-size: 18px;
  letter-spacing: normal;
}

.search_change.narrow_box .btn_detail_change a:before{
  background: url("../image/icon_change_map.png") no-repeat 0 0;
  content: "";
  height: 20px;
  left: 36px;
  position: absolute;
  top: 11px;
  width: 20px;
}

.search_change.narrow_box .btn_detail_change:last-child a:before  {
  background: url("../image/icon_change_category.png") no-repeat 0 0;
  content: "";
  height: 19px;
  left: 26px;
  position: absolute;
  top: 11px;
  width: 20px;
}

.search_change.narrow_box .btn_detail_change a:hover {
  opacity: 0.7;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .search_change.narrow_box .btn_detail_change a:hover {
    opacity: 1;
  }
}

/*----- nav_number_box -----*/
.nav_number_box {
    display: inline-block;
    height: 115px;
    position: relative;
    text-align: right;
    vertical-align: middle;
    width: 355px;
}
.nav_number_box p.nav_number_ttl {
    display: inline-block;
    font-size: 0.9em;
    font-weight: 800;
    position: relative;
    top: 14px;
    vertical-align: bottom;
}
.nav_number_box p.nav_number_notice {
    font-size: 0.9em;
    font-weight: 800;
}
.nav_number_box p.nav_number_notice span {
    color: #e24a79;
}
.nav_number_box p.nav_number_notice2 {
    font-size: 1.1em;
    margin-top: 5px;
}

.nav_number_box02 {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    /*right: 130px;*/
    text-align:left;
    width: 880px;
}
.nav_number_box02 p.nav_number_ttl {
    display: inline-block;
    font-size: 0.9em;
    font-weight: 800;
    position: relative;
    top: 18px;
    vertical-align: bottom;
}
.nav_number_box_recent.nav_number_box_recent{
    width: auto;
}
.nav_lead{
  width: 100%;
  text-align: left;
  padding-left: 20px;
}
.nav_number_box02 p.nav_number_notice span{
    font-weight: 800;
  font-size:17px;
}
.p_notice{
  margin-right:20px;
}
.p_notice span{
  color: #e24a79;
}
.nav_number_box03 {
  display: inline-block;
  position: relative;
  text-align: left;
}
.nav_number_box03 p.nav_number_ttl {
    display: inline-block;
    font-size: 0.9em;
    font-weight: 800;
    position: relative;
    top: 18px;
    vertical-align: bottom;
}
.nav_number_box03 >#nav_number {
    display: inline-block;
  position: relative;
    top: 0px;
}
#nav_number {
    display: inline-block;
    position: relative;
    top: 26px;
    vertical-align: middle;
}
.page_selector {
    background: #fff url("../image/bg_select_bottom.png") no-repeat scroll right center;
    border: 1px solid #4250dc;
    border-radius: 2px;
		box-sizing: border-box;
    /*color: #1d558d;*/
    cursor: pointer;
    display: block;
    margin: 5px auto;
    padding: 6px 45px 6px 10px;
		width: 162px;
}
.page_selector_gr {
    background: #fff url("../image/bg_select_bottom_gr.png") no-repeat scroll right center;
    border: 1px solid #999;
    border-radius: 2px;
    color: #ccc;
    display: block;
    margin: 5px auto;
    padding: 6px 40px 6px 5px;
}
#nav_number dd {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #4250dc;
		box-sizing: border-box;
		display: none;
    position: absolute;
    text-align: left;
    top: 39px;
    z-index: 101;
}
#nav_number li {
    border-bottom: 1px solid #4250dc;
    display: block;
		line-height: 40px;
		text-indent: 10px;
    width: 128px;
}
#nav_number li:last-child {
    border-bottom: medium none;
}
#nav_number li a {
	display: block;
}

.photo_list_ttl{
  width:900px;
  margin:0 auto 10px;
  padding:0 5px 10px 50px;
	position: relative;
  background:url("../image/bg_ttl_photolist.png") repeat-x left bottom;
  text-align:left;
  font-size:21px;
	box-sizing: border-box;
}
.photo_list_ttl:before{
	background: url("../image/icon_ttl_list.png") no-repeat 0 0;
  content: "";
	height: 30px;
	left: 0;
  position: absolute;
  top: 0;
	width: 45px;
}
.photo_list_ttl span{
  color:#e24a79;
}

.photo_table li {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.photo_table dt {
  background: #000 none repeat scroll 0 0;
  top: 0;
  color: #fff;
  font-weight: bold;
  left: 0;
  line-height: 23px;
  opacity: 0.7;
  overflow: hidden;
  padding: 0 3px;
  position: absolute;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

#photolist:not(.movie_list) .photo_table dt {
  color: #fff;
  font-weight: bold;
  left: 0;
  overflow: hidden;
  padding: 0 3px;
  position: absolute;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  background: rgba(0, 0, 0, .7) none repeat scroll 0 0;
  top: 0;
  bottom: auto;
  opacity: 1;
  line-height: 30px;
}

.photo_table dt a {
    color: #fff;
}
.photo_table dd.img_liq {
    border: 1px solid #1e4c9d;
    box-shadow: 2px 2px 10px #b0b0b0;
    box-sizing: border-box;
		padding-top: 22px;
}

.photo_table dd.img_blank {
    border: 1px solid #e4cd91;
}

.photo_table dd a:after {
  content:" ";
  display:inline-block;
  width:24px;
  height:24px;
  background:url("../image/icon_hand.png"); 
  background-size:contain;
  vertical-align:middle;
  position: absolute;
  right: 0;
  top: 0;
	z-index: 2;
}

#photolist:not(.movie_list) .photo_table dd a:before,
section[id^="photolist"] .photo_table dd a:before {
  position: absolute;
  content: '';
  display: block;
  bottom: 3px;
  right: 4px;
  z-index: 3;
  background-image: url(../image/ico-tap.png);
  background-size: contain;
  width: 12px;
  height: 16px;
}

#photolist:not(.movie_list) .photo_table dd a:after,
section[id^="photolist"] .photo_table dd a:after {
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 0px;
  height: 0px;
  border-width: 0px 0px 31px 31px;
  border-style: solid;
  border-color: transparent transparent #f75586 transparent;
  content:'';
  display: block;
  z-index: 2;
  background: none;
  top: auto;
}

/* トップページ 一覧 表示件数 */
#content .list_all {
	width: 970px;
}

.nav_number_box_recent {
	right: 3px;
	width: 800px;
}

.nav_number_box_recent p.nav_number_notice span {
	font-size: 16px;
}

/*--photolist01--*/

#photolist01 {
    margin: 0 auto 25px;
}
#photolist01 ul{
  display: block;
  width:900px; /* 955px */
  margin:30px auto;
  text-align:left;
}
#photolist01 ul:first-of-type {
  margin-top: 20px;
}
#photolist01 ul.photo_afew{
  text-align:center;
}
#photolist01 ul.photo_afew li:first-of-type {
  margin-right: 20px;
}
#photolist01 li:nth-child(odd){
    margin: 0 30px 30px 0;
}
#photolist01 li:nth-child(even){
    margin: 0 0 30px 0;
}
#photolist01 dt {
    width: 430px;
}
#photolist01 .photo_table dt {
  font-size:20px;
}
#photolist01 dd.img_liq {
    height: 460px;
    width: 430px;
}

/*--photolist01_end--*/

#photolist02 {
    margin: 0 auto 25px;
}
#photolist02 ul{
  display: block;
  width:900px; /* 955px */
  margin: 30px auto;
  text-align:left;
}
#photolist02 ul:first-of-type{
  margin-top: 20px;
}
#photolist02 ul.photo_afew{
  text-align:center;
}
#photolist02 li {
  margin: 0 21px 0 0;
}
#photolist02 li:last-of-type{
   margin: 0;
}
#photolist02 dt {
    width: 280px;
}
#photolist02 dd.img_liq {
    height: 310px;
    width: 280px;
}

#photolist02 dd.img_liq:not(:has(a.photo_modal_open)){
  background-size: auto!important;
}

/*--L4--*/
#photolist03 {
    margin: 0 auto 25px;
}
#photolist03 ul{
  display: block;
  width:900px; /* 951px */
/*  margin:27px auto;*/
  margin: 20px auto;
  text-align:left;
}
#photolist03 ul:first-of-type {
  margin-top: 20px;
}
#photolist03 ul.photo_afew{
  text-align:center;
}
#photolist03 li {
  margin: 0 13px 0 0;
}
#photolist03 li:last-of-type{
   margin: 0;
}

#photolist03 dt {
    width: 210px;
}
#photolist03 .photo_table dt {
  font-size:14px;
}
#photolist03 dd.img_liq {
    height: 240px;
    width: 210px;
}

/*--L5--*/
#photolist {
    margin: 0 auto 25px;
}
#photolist ul{
  display: block;
  width:900px; /* 964px */
  margin:0 auto 20px auto;
  text-align:left;
}
#photolist ul:first-of-type {
  margin-top: 20px;
}
#photolist ul.photo_afew{
  text-align:center;
}
#photolist li {
  margin: 0 13px 0 0;
}
#photolist li:last-of-type{
  margin: 0;
}
#photolist dt {
    width: 164px;
}
#photolist dd.img_liq {
    height: 194px;
    width: 164px;
}
#photolist .photo_table dt {
  font-size: 12px;
}
/*--L6--*/
#photolist04 {
    margin: 0 auto 25px;
}
#photolist04 ul {
  display: block;
  width:900px; /* 981px */
  margin:18px auto ;
  text-align:left; 
}
#photolist04 ul:first-of-type {
  margin-top: 20px;
}
#photolist04 ul.photo_afew{
  text-align:center;
}
#photolist04 li {
  margin: 0 11px 0 0;
}
#photolist04 li:last-of-type {
  margin: 0;
}
#photolist04 dt {
    width: 135px; /* 142px */
}
#photolist04 .photo_table dt{
	  font-size:13px;
}
#photolist04 dd.img_liq {
    height: 165px; /* 146px */
    width: 135px; /* 146px */
}


/*-- 所在地表示 --*/	
.photo_table dd span {
	background: #e7f2ee;
	border-bottom: 1px solid #1e4c9d;
	color: #333;
	display: block;
	font-size: 13px;
	height:22px;
	line-height: 23px;
	overflow: hidden;
	padding-left: 7px;
	padding-right: 18px;
	position: relative;
	text-align: center;
	text-overflow: ellipsis;
	top: -22px;
  white-space: nowrap;
	z-index: 1;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.photo_table dd span {
		padding-right: 18px;
	 }
}