@charset "UTF-8";

.more{
	background:#f4f4f4;
	padding:2px;
	margin-bottom:10px;
}
.recentUnit{
	border-bottom:1px solid #CCC;
	padding:5px;
}
.recentUnit dl{
	width:420px;
}
#searchResult .objOrder img{
	vertical-align:baseline;
	margin-bottom:3px;
}
#searchResult .recentUnit p.objImg{
	height:auto;
	text-align:center;
}
#mapArea{
	position: relative;
}
#mapNv{ 
}
#mapNv li{
    background: url("/img/common/sub1title.gif") repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-bottom: -1px;
    text-align: center;
    width: 4.5em;
}
#mapNv li.on{
	background:url(/img/common/indexTabbackOn.gif);
}
#mapSearchAddress{
	position: absolute;
	top: 0;
	right: 0;
}
#map{
	margin-bottom:15px;
	border:1px solid #CCC;
}
/* start [ヘッダー] */

#header {
  position:relative;
  padding: 30px 0 0;
  overflow: hidden;
}
#headerMsg {
  background-color: #F08CA0;
  padding: 0 30px;
  color: #fff;
  line-height: 20px;
  min-height: 20px;
  font-size: 12px;
  margin-bottom: 25px;
}
#headerTop {
  margin: 0 30px 20px 0;
}
.logoWrp,
#header h1,
.headerDescription {
  float: left;
}
#header h1 a {
  display: block;
  transition: .2s;
}
#header h1 a:hover{
  opacity: .8;
}
#headerBnr{
  position:absolute;
  right:0;
  top:10px;
  width:700px;
  height:80px;
}
.headerDescription {
  margin-top: 24px;
  margin-left: 18px;
}

/* END [ヘッダー] */

.headerSearchBoxWrp {
  float: right;
  width: 350px;
  margin-top: 24px;
}
.headerSearchBoxWrp .searchBox ul li {
  float: left;
}
.headerSearchBoxWrp .searchBox .searchKeyword,
.headerSearchBoxWrp .searchBox .submitWrp {
  padding: 0;
  margin: 0;
}
.headerSearchBoxWrp .searchBox .searchKeyword input,
.headerSearchBoxWrp .searchBox .submitWrp input {
  height: 40px;
  box-sizing: border-box;
  border: 0;
  outline: 0;
}
.headerSearchBoxWrp .searchBox .searchKeyword input {
  width: 297px;
  font-size: 16px;
}
.headerSearchBoxWrp .searchBox .submitWrp input {
  background: #B5B5B6 url(/img/custom/search_btn.png) no-repeat center center;
  width: 53px;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
}

/* start [マイナビ] */
#myNv {
  position: absolute;
  display: block;
  font-size: 0;
  margin: 0 30px;
  text-align: right;
  width: auto;
  height: auto;
  top: 60px;
  right: 0;
}
#myNv li {
  display: inline-block;
  font-size: 12px; /* required */
}
#myNv li:not(:first-of-type) {
  border-left: 1px solid #323333;
}
#myNv li a {
  display: inline-block;
  padding: .2em 1em;
}
#myNv li a:hover{
  color: #FFF;
  background: rgba(200, 200, 200, 1);
  text-decoration: none;
}
#myNv li a::before {
  content: '';
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  margin-right: .5em;
  position: relative;
  top: .2em;
}
#myNvAbout a::before {
  background-image: url(/img/custom/mynv_icon1.png);
}
#myNvAbout a:hover:before {
  background-image: url(/img/custom/mynv_icon1_on.png);
}
#myCommentList a::before{
  background-image: url(/img/custom/sp/favorite.png);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
#myPage a::before {
  background-image: url(/img/custom/mynv_icon4.png);
}
#myPage a:hover:before {
  background-image: url(/img/custom/mynv_icon4_on.png);
}
#myNvNew a::before {
  background-image: url(/img/custom/mynv_icon2.png);
}
#myNvNew a:hover:before {
  background-image: url(/img/custom/mynv_icon2_on.png);
}
#myNvLogin a::before {
  background-image: url(/img/custom/mynv_icon3.png);
}
#myNvLogin a:hover:before {
  background-image: url(/img/custom/mynv_icon3_on.png);
}
#myNvLogout a::before {
  background-image: url(/img/custom/mynv_icon5.png);
}
#myNvLogout a:hover:before {
  background-image: url(/img/custom/mynv_icon5_on.png);
}


/* END [マイナビ] */

/* start [グローバルナビ] */
#globalNv {
  background-color: #fff;
  clear: both;
  padding: 10px 30px 0;
  text-align: right;
}
#globalNv li:first-child{
  float: right;
  width: auto;
  height: 20px;
  border-left: 1px solid #3E3A39;
  border-right: 1px solid #3E3A39;
  margin-top: 0;
  margin-right: 20px;
}
#globalNv li:first-child a {
  display: block;
  color: #3E3A39;
  font-size: 17px;
  padding: 0 18px;
  height: 20px;
  line-height: 20px;
  font-weight: bold;
  width: auto;
}

.headerEyecatchLinks {
  float: left;
  width: 524px;
}
.headerEyecatchLinks a:hover{
  opacity: .8;
}
#globalNv li {
  float: left;
  margin-top: 10px;
  margin-right: 2px;
}
#globalNv li:nth-child(2) {
  clear: right;
}
#globalNv li:last-child:not(:only-child) {
  margin-right: 0;
}
#globalNv li a {
  display: block;
  text-align: center;
  height: 40px;
  width: 163px;
}
#globalNv li a:hover{
  color:#9E9F9F;
  text-decoration:none;
}
#globalNv .loveHotel a {
  background-color: #F08CAF;
  width: 260px;
}
#globalNv .gourmetSpot a {
  background-color: #1EAAB4;
}
#globalNv .nightSpot a {
  background-color: #A07DB4;
}
#globalNv .amusementSpot a {
  background-color: #F58750;
}
#globalNv .point a {
  background-color: #32A0E6;
}

#globalNv li a img {
  margin-top: 11px;
}
#globalNv .loveHotel a img {
  margin-top: 6px;
}

/* END [グローバルナビ] */
.search_map-index-footer-wrapper {
  background-color: #F08CAF;
  padding: 10px 30px;
}
.search_map-index-footer-wrapper #footerNv {
  text-align: center;
}
.search_map-index-footer-wrapper #footerNv li {
  display: inline-block;
  margin: 0 0.5em;
  font-size: 12px;
}
.search_map-index-footer-wrapper #footerNv a {
  color: #fff;
}

.search_map-index-footer-wrapper #copyRight {
  clear: both;
  text-align: center;
  margin-top: 25px;
  color: #fff;
  font-size: 12px;
}
.search_map-auth-registration-wrapper {
  text-align: center;
  padding: 10px;
  margin: 0;
  background-color: #F0F0F0;
  border: 1px solid #aaa;
  border-radius: 2px 2px 0 0;
}
#sub2 .search_map-auth-registration-wrapper h3 {
  font-size: 19px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 12px;
}
.search_map-auth-registration-wrapper .userStatus,
.search_map-auth-registration-wrapper .userImg {
  margin-bottom: 10px;
}
.search_map-auth-registration-wrapper #registLink a {
  display: block;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #fff;
  color: #231815;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 0.3em 0;
}
.search_map-auth-registration-wrapper #registLink a:hover {
  color: #35B6E6;
  border-color: #76D6FF;
  text-decoration: none;
}
.search_map-auth-registration-wrapper .registTx {
  margin: 12px 0;
  font-size: 11px;
  text-align: left;
}
.search_map-auth-registration-wrapper .userLoginLink {
  font-size: 11px;
  border-top: 1px dotted #B5B5B6;
  padding: 10px 0 0;
  margin-top: 12px;
}
.search_map-auth-registration-wrapper .userLoginLink a {
  color: #008CD6;
}
.search_map-mypage-userStatus-wrapper {
  text-align:center;
  background-color: #F0F0F0;
}
.search_map-mypage-userStatus-wrapper .userImg{
  padding: 10px 0;
}
#userNoticeLink,
#userManageLink {
  border-bottom: 1px solid #CCC;
}
#userNoticeLink {
  padding: .5em 0;
}
#userNoticeLink li:not(:last-of-type) {
  margin-bottom: 8px;
}
#userNoticeLink a {
  font-weight: bold;
  color: #F08CAF;
  font-size: 14px;
}

/*↓modify↓*/
#userManageLink {
  padding: .5em 1em;
  margin: 0;
}
#userManageLink li {
  display: table;
  padding: .25em 0;
}
#userManageLink li::before {
  content: '';
  display: table-cell;
  width: 1.25em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
li.mailCheck::before {
  background-image: url(/img/custom/icon_mail.png)
}
li.footStamp::before {
  background-image: url(/img/custom/icon_foot.png)
}
li.editProfile::before {
  background-image: url(/img/custom/icon_profile.png)
}
li.config::before {
  background-image: url(/img/custom/config.png)
}
li.shopManage::before {
  background-image: url(/img/custom/icon_flag.png)
}
#userManageLink li a{
  display: table-cell;
  color: #555;
  font-size: .9em;
  white-space: nowrap;
}
#userManageLink li a:hover{
  color: #F08CAF;
  text-decoration: none;
}
#userManageLink li a:first-of-type{
  padding: 0 .5em;
}
#userManageLink li a:not(:first-of-type)::before{
  content: '｜';
}
/*↑modify↑*/

#commentCheck a{
  background:url(/img/common/addcomunity.gif) no-repeat;
  padding:0px 0px 0px 32px;
}


#idRecommend {
  background:#FFE5BD;
  padding:5px;
}

#idRecommend a {
  color:#D66D59;
}

#idRecommendBox {
  margin:5px 0;
  text-align:left;
  font-size:12px;
  line-height:1.4;
  display:none;
}

#idRecommendBox p {
  text-align:center;
  margin-top:5px;
}

.search_map-mypage-userStatus-wrapper .counts li {
  position: relative;
  margin: 15px auto;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #6C6A6A;
  width: 150px;
  height: 100px;
  padding-top: 10px;
  box-sizing: border-box;
  background-color: #fff;
  background-position: 11px 56px;
  background-repeat: no-repeat;
}
.search_map-mypage-userStatus-wrapper .counts .shopReview {
  background-image: url(/img/custom/comment_bg01.png);
}
.search_map-mypage-userStatus-wrapper .counts .total {
  background-image: url(/img/custom/iine_bg02.png);
}
.search_map-mypage-userStatus-wrapper .counts li .count {
  position: absolute;
  left: 60px;
  bottom: 0;
  width: 90px;
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  color: #F08CAF;
}
