#main {
  background-color: #F7F5F1;
  padding-bottom: 10px;
}


/* sub1 */
#sub1 {
  background-color: #EFEFEF;
}

#action-show #main {
  width:100%;
  float:none;
}

.addShop {
  display:inline-block;
  float:right;
}
.shopPicWrp {
  background-color: #fff;
  margin: 0 10px 20px;
  padding: 15px 0;
}
.shopPic{
  float: left;
}
.shopMainPic{
  width: 500px;
  height: auto;
  float: left;
}
.shopMainPic img{
  max-width: 100%;
  height:auto;
}
.thumList{
  width: 110px;
  float: right;
  padding-left: 10px;
}
.thum{
  width:100px;
  margin-bottom:10px;
}
.thum img{
  cursor:pointer;
  max-width:100px;
  height:auto;
  opacity:0.6;
}
.thum img:hover {
  opacity:1;
}
.thum.on img{
  opacity:1;
  box-sizing:border-box;
}
.shopIntro{
  overflow: hidden;
  padding-right: 20px;
}

.shopNotice {
  float: right;
  width: 300px;
  margin: 20px 0;
}
.shopNotice dl{
  margin: 10px 0;
}
.shopNotice dt,
.shopNotice dd,
#main .notValue {
  color: #231815;
  font-size: 14px;
  padding: 5px;
  text-align: left;
}
.shopNotice dt {
  font-weight: bold;
  background-color: #EFEFEF;
}
.shopDetail{
  float:left;
  width: 580px;
  margin: 20px 0 10px;
}

#recommendShopWrp h3,
.shopNotice h3,
.shopDetail h3,
#commentList h3 {
  color:#fff;
  margin-bottom:10px;
  background-color: #F08CAF;
}

.shopDetail h3{
  padding: 6px 0 6px 9px;
}
.shopNotice h3 {
  padding: 9px 0 9px 9px;
}
#recommendShopWrp h3 {
  padding: 8px 0 8px 9px;
}
#commentList h3 {
  padding: 10px 0 10px 9px;
}
.shopTable{
  width: 100%;
  margin: 5px 0px;
  text-align:left;
}
.shopTable td,
.shopTable th {
  font-size: 14px;
  border: 1px solid #E2E2E2;
  vertical-align: top;
  word-break:break-all;
}

.shopTable th{
  width: 120px;
  text-align: center;
  font-weight: bold;
  color: #F08CAF;
  background-color: #F7F8F8;
  padding: 10px 5px;
}
.shopTable td {
  background:#fff;
  padding: 10px 20px;
}
.entryMap {
  position: relative;
  margin-top: 15px;
}
.shopBoxWrp {
  margin: 0 10px;
  padding-bottom: 5px;
  background-color: #fff;
}

#cm_base_basic_shop_review_point{
  color:rgba(254, 111, 15, 1);
}


/* 個別店舗情報編集 */
#cm_shop_info_item_iaccess_map_map{
  margin-top:20px;
}
.selectCategory{
  padding: 10px 0;
  display: inline-block;
}

/*店舗管理画面*/
#shopManage {
  position: relative;
}
#shopManage a {
  display: block;
  padding-left: 20px;
  position: absolute;
  right: 15px;
  top: 12px;
}


/*管理者向けリンク*/
.contEdit{
  padding:2px 10px;
  margin-bottom:5px;
  text-align:right;
}
.contEdit a{
  background-color:#333;
  color:#fff;
  padding:5px 10px;
}


/*リコメンド機能*/
#recommendShopWrp {
	float: right;
	width: 300px;
	margin: 20px 0;
  overflow: hidden;
}
#recommendShopWrp ul {
}
#recommendShopWrp li {
  float: left;
  margin: 7px 7px 0 0;
  width: 95px;
}
#recommendShopWrp li:nth-child(3n+1) {
  clear: left;
}
#recommendShopWrp li:nth-child(3n+0) {
  margin-right: 0;
  margin-left: 1px;
}

#recommendShopWrp li dl dt {
  text-align: center;
}
#recommendShopWrp li dl dd {
  margin: 6px 0;
  font-size: 12px;
}

/* お気に入りボタン */
.favBtn {
  clear: both;
  background-color: #fff;
  padding: 15px 50px;
}
.favBtn a {
  display: block;
  border: 4px solid #F6BACF;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  height: 55px;
  line-height: 47px;
  box-sizing: border-box;
  color: #F08CAF;
}
.favBtn a:before {
  content: "";
  display: inline-block;
  background: url(/img/custom/icon_flag02.png) no-repeat 0 0;
  width: 27px;
  height: 28px;
  margin-right: 8px;
  vertical-align: middle;
}
.favBtn a:hover {
  color: #F3A3C0;
  background-color: #FDF1F5;
  text-decoration: none;
}
.favBtn a:hover:before {
  opacity: 0.76;
}

#action-show .shopNotice .objDate {
  position:relative;
}

#action-show .shopNotice .objDate span {
  position:absolute;
  right:5px;
}
/* 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 [グローバルナビ] */
.shop_info-index-footer-wrapper {
  background-color: #F08CAF;
  padding: 10px 30px;
}
.shop_info-index-footer-wrapper #footerNv {
  text-align: center;
}
.shop_info-index-footer-wrapper #footerNv li {
  display: inline-block;
  margin: 0 0.5em;
  font-size: 12px;
}
.shop_info-index-footer-wrapper #footerNv a {
  color: #fff;
}

.shop_info-index-footer-wrapper #copyRight {
  clear: both;
  text-align: center;
  margin-top: 25px;
  color: #fff;
  font-size: 12px;
}
