@charset "utf-8";

/*===============================================
　responsive
===============================================*/

@media screen and (max-width:767px){

/* -------------------------------------
　reset
------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
	display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
img {
    vertical-align:bottom;
    font-size:0;
    line-height: 0;
    border-style: none;
    border-width: 0px;
}



/* -------------------------------------
　common
------------------------------------- */

body{
	font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:20px;
	color: #333333;
	background-color:#ffffff;
	-webkit-text-size-adjust: 100%;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color:#e94b78;
}
input:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* 余白 */
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 20px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb15-minus {
  margin-bottom: -15px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb30 {
  padding-bottom: 30px;
}



/* -------------------------------------
　header
------------------------------------- */

header {
	border-top:4px #5f4933 solid;
	background-image:none;
}
#head {
	margin:0 auto;
	padding:0;
	width:100%;
	height:56px;
	position:relative;
}
#head h1 {
	display: none;
}
#head #logo {
	margin:0;
	padding:0;
	width:144px;
	height:30px;
	position:absolute;
	top:13px;
	left:15px;
	background-image:url(../images_id/header_logo.svg);
	background-repeat:no-repeat;
  background-size: 144px 30px;
	text-indent:-9999px;
}
#head #logo a {
	margin:0;
	padding:0;
	width:144px;
	height:30px;
	display:block;
}
#head #hTxt,
#head #hPr,
#head #hmy,
#head #hNav {
	display: none;
}

#hTxt-sp {
	display: block;
	text-align:center;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	padding:15px 15px 0 15px;
}

/* -------------------------------------
　global navi
------------------------------------- */

.drawer-toggle,
.drawer-nav {
	visibility:visible;
	z-index:100;
}

nav.gnav-wrap {
	display: none;
}

.drawer-menu li {
  font-size: 14px;
  list-style: none;
	border-bottom:1px solid #dfdfde;
  box-sizing: border-box;
}
.drawer-menu li:last-child {
  border: none;
}
.drawer-menu li a {
  text-decoration: none;
  display: block;
}
.drawer-menu li a:hover {
  background-color: #fafafa;
}
.drawer-menu li.spnavi-list a {
  padding: 12px 31px 12px 12px;
  text-align: center;
  background-image: url("../images_id/spnavi_arrow.svg");
  background-size: 7px 10px;
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.drawer-menu li.spnavi-btn a {
  margin: 10px auto;
  width: 80%;
  font-size: 14px;
  line-height: 32px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  border: 1px #2ba3c0 solid;
  border-radius: 2px;
  box-shadow: 0 0 1px 1px #05809f;
  background-color: #0c95b7;
  box-sizing: border-box;
}
.drawer-menu li.spnavi-btn a:hover {
  color: #ffffff;
  background-color: #5f4933;
  border: 1px #6f5b46 solid;
  box-shadow: 0 0 1px 1px #573e25;
	opacity: 1;
	filter: alpha(opacity=1);
}
.drawer-menu li.spnavi-special a {
  padding: 12px 31px 12px 12px;  
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url("../images_id/spnavi_arrow.svg");
  background-size: 7px 10px;
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.drawer-menu li.spnavi-special a figure {
  width: 30px;
  height: 30px;
}
.drawer-menu li.spnavi-special a figure img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;'
}
.drawer-menu li.spnavi-special a p {
  font-size:14px!important;
  width: 100%;
  padding-left: 10px;
  box-sizing: border-box;
}
.drawer-menu li.spnavi-title-list p.title {
  margin-top: -1px;
  padding: 12px;
  font-weight: bold;
  background-color: #eeeeee;
}
.drawer-menu li.spnavi-title-list p.point {
  margin-top: -1px;
  padding: 12px;
  font-weight: bold;
  color: #e74f63;
  background-color: #eeeeee;
  text-align: center;
}
.drawer-menu li.spnavi-title-list ul li a {
  padding: 12px 31px 12px 12px;  
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url("../images_id/spnavi_arrow.svg");
  background-size: 7px 10px;
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.drawer-menu li.spnavi-title-list ul li a p:last-child {
  font-size: 12px;
}
.drawer-menu li.spnavi-title-list {
	border-bottom:1px solid #dfdfde;
}
  .drawer-menu ul li.spnavi-title-list ul li:last-child {
  border: none;
}


/*======================================
	footer
=======================================*/

#fW {
	font-size:14px;
	line-height: 18px;
	width: 100%;
	margin: auto;
	text-align: left;
}
#footTxt {
  display: none;
}
#footInfo {
  display: none;
}
#sF {
	width: 100%;
	height: auto;
	margin:0;
	padding:0;
	border:none;
	overflow:hidden;
}

#fSp {
  display: none;
}

.snsbtn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
	margin:0;
  padding: 15px 10px 5px 10px;
	border-top:1px #dbdbdb solid;
	border-bottom:1px #dbdbdb solid;
	height:auto;
  box-sizing: border-box;
}
.snsbtn-wrap .snsTxt {
  display: none;
}
.snsbtn-wrap .snsBtn ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.snsbtn-wrap .snsBtn ul li {
  margin-bottom: 5px;
  padding: 0 5px;
  list-style: none;
}

.btnFacebook {
  margin-top: -5px;
}

#home {
	margin:0;
  padding: 0;
	font-weight:normal;
  text-align: center;
  border-bottom: 1px solid #dfdfde;
  box-sizing: border-box;
  display: block;
}
#home a {
	padding:10px;
  background-color: #fafafa;
  text-decoration: none;
  box-sizing: border-box;
  display: block;
}
#home a:hover {
  color: #ffffff;
  background-color: #5f4933;
  text-decoration: none;
}

.footer-nav {
  display: none;
}
#fBnr {
  display: none;
}
p#copy {
	margin:0;
	padding:10px;
	font-size:12px;
	text-align:center;
  background-color: #fafafa;
  display: block;
}
p#copy span {
  display: none;
}

.sp_footer_news {
	display: block;
	padding:10px;
	font-size:12px;
	line-height;150%;
	border-bottom: 1px solid #dfdfde;
}


/* -------------------------------------
　contents
------------------------------------- */

/* common */
.contents-wrap {
  display: block;
  justify-content: flex-start;
	margin:0 auto;
  padding-bottom: 0;
	width:100%;
}
.contents-noflex {
	margin:0 auto;
  padding-bottom: 0;
  width: 100%;
}
.contents-wrap .contents {
  width: 100%;
}
.contents-wrap .side {
  width: 100%;
}

/* パンくずリスト */
.pankuzu {
  display: none;
}

/* 下層ページ タイトル */
.low-title {
  margin:0;
  padding:18px 10px 18px 40px;
  width:100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  border-top: 1px #eeeeee solid;
  border-bottom: 4px #eeeeee solid;
  box-sizing: border-box;
  letter-spacing: -0.5px;
}
.low-cafe {
  background-image: url("../images_id/cafe.svg");
  background-repeat: no-repeat;
  background-position: 10px 16px;
  background-size: 24px 23px;
}
.low-beauty {
  background-image: url("../images_id/beauty.svg");
  background-repeat: no-repeat;
  background-position: 10px 16px;
  background-size: 24px 23px;
}
.low-hotel {
  background-image: url("../images_id/hotel.svg");
  background-repeat: no-repeat;
  background-position: 10px 14px;
  background-size: 23px 22px;
}
.low-yado {
  background-image: url("../images_id/yado.svg");
  background-repeat: no-repeat;
  background-position: 10px 14px;
  background-size: 28px 23px;
}
.low-shop {
  background-image: url("../images_id/shop.svg");
  background-repeat: no-repeat;
  background-position: 12px 12px;
  background-size: 20px 25px;
}
.low-hospital {
  background-image: url("../images_id/hospital.svg");
  background-repeat: no-repeat;
  background-position: 10px 16px;
  background-size: 22px 22px;
}
.low-spot {
  background-image: url("../images_id/spot.svg");
  background-repeat: no-repeat;
  background-position: 11px 14px;
  background-size: 23px 24px;
}
.low-title h2 {
  margin-right: 2px;
  display: inline-block;
}
.low-title p {
  font-size: 16px;
  display: inline-block;
}

/* main images */
.main-contents {
	height:auto;
	margin:0;
	padding:0;
	border-top:none;
	border-bottom:none;
	background:transparent;
}
.main-contents p {
	margin:0;
	padding:0;
}
.main-wrap {
	width:100%;
	margin:0 auto;
	padding:0;
	position:static;
}
#ri-grid {
  display: none;
}

/* main枠下の余白*/
.paddbottom-search {
	margin-bottom:0;
}

/* main検索枠 */
.searchform-wrap {
	width:100%;
	margin:0;
	padding:15px 15px;
	position:static;
	border:none;
	background:transparent;
  box-sizing: border-box;
}
.searchform {
  display: block;
  text-align: center;
}
.searchform-wrap select::-ms-expand {
	display: none;
}
.searchform-wrap select {
	font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  height: 45px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 0 15px 0 43px;
  border: 1px #cccccc solid;
  box-shadow: 0 1px 1px #e8e8e8;
  background-color: #ffffff;
  box-sizing: border-box;
}
.searchform-wrap select option[selected] {
  display: none;
}
.searchform-wrap .form-pref select {
	font-size:16px;
  background-image: url(../images_id/select_pref.svg), url(../images_id/select_arrow.svg);
  background-repeat: no-repeat;
  background-size: 19px 19px, 19px 39px;
	background-position: 11px center, right 2px center;
}
.searchform-wrap .form-category select {
	font-size:16px;
  background-image: url(../images_id/select_category.svg), url(../images_id/select_arrow.svg);
  background-repeat: no-repeat;
  background-size: 18px 17px,19px 39px;
	background-position: 11px center, right 2px center;
}
.searchform-wrap .form-search input {
  width: 120px;
  letter-spacing: 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  line-height: 32px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 10px 0 35px;
  border: 1px #2ba3c0 solid;
  border-radius: 2px;
  box-shadow: 0 0 1px 1px #05809f;
  background-color: #0c95b7;
  background-image: url("../images_id/input_search.svg");
  background-repeat: no-repeat;
  background-position: 21px 9px;
  background-size: 15px 15px;
  box-sizing: border-box;
}
.searchform-wrap .form-search input:hover {
  color: #ffffff;
  background-color: #5f4933;
  border: 1px #6f5b46 solid;
  box-shadow: 0 0 1px 1px #573e25;
	opacity: 1;
	filter: alpha(opacity=1);
}
.searchform-wrap .near-area {
  padding: 20px 0;
  text-align: center;
}

/* main検索+こだわり枠 */
.kodawariform-wrap {
	width:100%;
	margin:0;
	padding:15px 15px 10px 15px;
	position:static;
	border:none;
	background:transparent;
  box-sizing: border-box;
}
.kodawariform {
  display: block;
  text-align: center;
}
.kodawariform-wrap select::-ms-expand {
	display: none;
}
.kodawariform-wrap select {
	font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  height: 45px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 0 15px 0 43px;
  border: 1px #cccccc solid;
  box-shadow: 0 1px 1px #e8e8e8;
  background-color: #ffffff;
  box-sizing: border-box;
}
.kodawariform-wrap .form-freeword input {
	font-size:16px;
	font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  height: 45px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0 15px 0 15px;
  border: 1px #cccccc solid;
  box-shadow: 0 1px 1px #e8e8e8;
  background-color: #ffffff;
  box-sizing: border-box;
font-size: 16px;
}
.kodawariform-wrap select option[selected] {
  display: none;
}
.kodawariform-wrap .form-pref select {
	font-size:16px;
  background-image: url(../images_id/select_pref.svg), url(../images_id/select_arrow.svg);
  background-repeat: no-repeat;
  background-size: 19px 19px, 19px 39px;
	background-position: 11px center, right 2px center;
}
.kodawariform-wrap .form-search input {
  width: 120px;
  letter-spacing: 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  line-height: 32px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 10px 0 35px;
  border: 1px #2ba3c0 solid;
  border-radius: 2px;
  box-shadow: 0 0 1px 1px #05809f;
  background-color: #0c95b7;
  background-image: url("../images_id/input_search.svg");
  background-repeat: no-repeat;
  background-position: 21px 9px;
  background-size: 15px 15px;
  box-sizing: border-box;
}
.kodawariform-wrap .form-search input:hover {
  color: #ffffff;
  background-color: #5f4933;
  border: 1px #6f5b46 solid;
  box-shadow: 0 0 1px 1px #573e25;
	opacity: 1;
	filter: alpha(opacity=1);
}

/* こだわり枠 */
.kodawariform-wrap .near-area {
  padding: 15px 0 0 0;
  font-size: 14px;
  text-align: center;
}
.kodawariform-wrap .near-area input {
  margin-top: -1px;
}
.kodawari-contents {
  width: 100%;
  margin-left: 0;
  margin-right:0;
  padding: 0 10px;
  box-sizing: border-box;
}
.kodawari-wrap {
	width:100%;
  margin: 0;
	border:1px solid #cccccc;
  box-sizing: border-box;
}
.kodawari .kodawariLink {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kodawari .kodawariLink img {
  margin-right: 8px;
  width: 11px;
  height: 7px;
}
.kodawari a {
  font-size: 14px;
  line-height: 42px;
	width:100%;
	padding:0;
	border:1px solid #ffffff;
  background-color: #eeeeee;
  text-align: center;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
}
.kodawari a:hover {
  color: #333333;
  background-color: #e0e0e0;
}
.kodawari a:hover img {
	opacity: 1;
	filter: alpha(opacity=1);
}
#kodawariArea {
	margin:0;
	padding:12px 10px;
  font-size: 14px;
	display:none;
}
#kodawariArea dl dt {
  margin-bottom: 12px;
	padding:7px 10px;
  font-weight: bold;
  background-color: #fafafa;
  border: 1px #dfdfde dotted;
}
#kodawariArea dl dd {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
}
#kodawariArea dl dd p {
  margin-right: 1.2em;
  padding-bottom: 10px;
}
#kodawariArea dl dd p input {
  margin-top: -1px;
  margin-right: 5px;
}
#kodawariArea .bottom-btn {
  display: block;
  padding-top: 10px;
  border-top: 3px #eeeeee solid;
}
#kodawariArea .bottom-btn .formBtn {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
#kodawariArea .bottom-btn .formBtn input[type="submit"] {
  margin-right: 20px;
  width: 98px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  line-height: 32px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 10px 0 35px;
  border: 1px #2ba3c0 solid;
  border-radius: 2px;
  box-shadow: 0 0 1px 1px #05809f;
  background-color: #0c95b7;
  background-image: url("../images_id/input_search.svg");
  background-repeat: no-repeat;
  background-position: 21px 9px;
  background-size: 15px 15px;
  box-sizing: border-box;
}
#kodawariArea .bottom-btn .formBtn input[type="submit"]:hover {
  color: #ffffff;
  background-color: #5f4933;
  border: 1px #6f5b46 solid;
  box-shadow: 0 0 1px 1px #573e25;
	opacity: 1;
	filter: alpha(opacity=1);
}
#kodawariArea .bottom-btn .formBtn input[type="button"] {
  width: 98px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  line-height: 32px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 10px;
  border: 1px #2ba3c0 solid;
  border-radius: 2px;
  box-shadow: 0 0 1px 1px #05809f;
  background-color: #0c95b7;
  box-sizing: border-box;
}
#kodawariArea .bottom-btn .formBtn input[type="button"]:hover {
  color: #ffffff;
  background-color: #5f4933;
  border: 1px #6f5b46 solid;
  box-shadow: 0 0 1px 1px #573e25;
	opacity: 1;
	filter: alpha(opacity=1);
}
#kodawariArea .bottom-btn .close-btn {
  border: 1px #cccccc solid;
}



/* -------------------------------------
　左列
------------------------------------- */

/* PR枠 */
.prleft-contents {
  padding-bottom: 20px !important;
}
.prleft-wrap .prleft-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 7px 15px 7px 49px;
  border-top: 4px solid #009abf;
  border-left: 1px solid #dfdfde;
  border-right: 1px solid #dfdfde;
  border-bottom: 1px solid #dfdfde;
  background-color: #fafafa;
  background-image: url("../images_id/icon_pr.svg");
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: 11px calc(50% - 1px);
  box-sizing: border-box;
}
.prleft-wrap .prleft-tit .tit-wrap h2 {
  margin-right: 10px;
  padding-top: 4px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.prleft-wrap .prleft-tit .tit-wrap p {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}

.prleft-images {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-left: none;
  border-right: none;
  border-bottom: none;
  box-sizing: border-box;
}
.prleft-images li {
  margin-bottom: 0;
  width: 50%;
  list-style: none;
  border-bottom: 1px solid #dfdfde;
  background-color: #fffbe9;
  box-sizing: border-box;
}
.prleft-images li:nth-child(4) {
  display: block;
}
.prleft-images li:nth-child(odd) {
  border-right: 1px solid #dfdfde;
}
.prleft-images li a {
  padding: 10px;
  display: block;
  text-decoration: none;
}
.prleft-images li:hover {
	color: #333333;
  background-color: #fff7d1;
}
.prleft-images li a:hover .prtext {
	color: #333333;  
}
.prleft-images li a:hover .name-sp-wrap {
  width: 100%;
	color:#e94b78;
  text-decoration: underline;
}
.prleft-images li .name-sp {
  height: 3em;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
.prleft-images li .name-sp p {
  width: 100%;
  font-weight: bold;
  /* 省略 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.prleft-images li .flex-sp {
  display: flex;
  justify-content: space-between;
  padding-top: 3px;
}
.prleft-images li .shop-wrap {
  margin: 0;
  width: 60px;
  height: auto;
  margin-bottom:0;
  position: static;
}
.prleft-images li figure {
  padding-top: 3px;
  width: 60px;
  height: auto;
}
.prleft-images li figure img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;'
}
.prleft-images li a .text {
  display: none;
}
.prleft-images li a .prtext {
  margin: 0;
  padding-left: 10px;
  padding-bottom:0;
  width: calc(100% - 50px);
  font-size: 12px;
  border-bottom: none;
  box-sizing: border-box;
  display: block;
  /* 省略 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.prleft-images li:last-child a .prtext {
  border-bottom: none;
}


/* -------------------------------------
　右列
------------------------------------- */

/* 注目の店舗 */
.sidepr-wrap h2 {
  padding: 12px 15px 11px 50px;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  border: 1px solid #dfdfde;
  border-left: none;
  border-right: none;
  background-color: #fafafa;
  background-image: url("../images_id/icon_pr.svg");
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: 11px calc(50% - 1px);
  box-sizing: border-box;
}
.sidepr-wrap .pr-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-left: none;
  border-right: none;
  border-bottom: none;
  box-sizing: border-box;
}
.sidepr-wrap .pr-wrap li {
  width: 50%;
  list-style: none;
  border-bottom: 1px solid #dfdfde;
  background-color: #fffbe9;
  box-sizing: border-box;
}
.sidepr-wrap .pr-wrap li:nth-child(odd) {
  border-right: 1px solid #dfdfde;
}
.sidepr-wrap .pr-wrap li a {
  padding: 10px;
  display: block;
  text-decoration: none;
}
.sidepr-wrap .pr-wrap li:hover {
	color: #333333;
  background-color: #fff7d1;
}
.sidepr-wrap .pr-wrap li a:hover .prtext {
	color: #333333;  
}
.sidepr-wrap .pr-wrap li a:hover .name-sp-wrap {
  width: 100%;
	color:#e94b78;
  text-decoration: underline;
}
.sidepr-wrap .pr-wrap li .name-sp {
  height: 3em;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
.sidepr-wrap .pr-wrap li .name-sp p {
  width: 100%;
  font-weight: bold;
  /* 省略 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sidepr-wrap .pr-wrap li .flex-sp {
  display: flex;
  justify-content: space-between;
  padding-top: 3px;
}
.sidepr-wrap .pr-wrap li .shop-wrap {
  margin: 0;
  width: 60px;
  height: auto;
  margin-bottom:0;
  position: static;
}
.sidepr-wrap .pr-wrap li figure {
  padding-top: 3px;
  width: 60px;
  height: auto;
}
.sidepr-wrap .pr-wrap li figure img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;'
}
.sidepr-wrap .pr-wrap li a .text {
  display: none;
}
.sidepr-wrap .pr-wrap li a .prtext {
  margin: 0;
  padding-left: 10px;
  padding-bottom:0;
  width: calc(100% - 50px);
  font-size: 12px;
  border-bottom: none;
  box-sizing: border-box;
  /* 省略 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.sidepr-wrap .pr-wrap li:last-child a .prtext {
  border-bottom: none;
}

/* 閲覧履歴 */
.sidehistory-wrap h2 {
  padding: 12px 15px 11px 50px;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  border: 1px solid #dfdfde;
  border-left: none;
  border-right: none;
  background-color: #fafafa;
  background-image: url("../images_id/icon_history.svg");
  background-size: 28px 25px;
  background-repeat: no-repeat;
  background-position: 11px center;
  box-sizing: border-box;
}
.sidehistory-wrap .history-wrap {
  width: 100%;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #dfdfde;
  box-sizing: border-box;
}
.sidehistory-wrap .history-wrap li {
  list-style: none;
}
.sidehistory-wrap .history-wrap li a {
  padding: 0 10px;
  display: block;
  text-decoration: none;
}
.sidehistory-wrap .history-wrap li a:hover {
	color: #333333;
  background-color: #fafafa;
}
.sidehistory-wrap .history-wrap li a:hover .text p:first-child {
	color:#e94b78;
  text-decoration:underline;
}
.sidehistory-wrap .history-wrap li a .shop-wrap {
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content:space-between;
  align-items: center;
  border-bottom: 1px solid #dfdfde;
  box-sizing: border-box;
}
.sidehistory-wrap .history-wrap li:first-child a .shop-wrap {
  padding-top: 10px;
}
.sidehistory-wrap .history-wrap li:last-child a .shop-wrap {
  padding-bottom: 10px;
}
.sidehistory-wrap .history-wrap li:last-child a .shop-wrap {
  border-bottom: none;
}
.sidehistory-wrap .history-wrap li a .shop-wrap figure {
  width: 60px;
}
.sidehistory-wrap .history-wrap li a .shop-wrap figure img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;'
}
.sidehistory-wrap .history-wrap li a .shop-wrap .text {
  width: calc(100% - 60px);
  padding-left: 10px;
  box-sizing: border-box;
}
.sidehistory-wrap .history-wrap li a .shop-wrap .text p:first-child {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
}
.sidehistory-wrap .history-wrap li a .shop-wrap .text p:last-child {
  font-size: 12px;
}

/* ペット関連の求人情報 */
.sidejob-wrap h2 {
  padding: 12px 15px 11px 50px;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  border: 1px solid #dfdfde;
  border-left: none;
  border-right: none;
  background-color: #fafafa;
  background-image: url("../images_id/icon_job.svg");
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: 11px center;
  box-sizing: border-box;
}
.sidejob-wrap .job-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-left: none;
  border-right: none;
  border-bottom: none;
  box-sizing: border-box;
}
.sidejob-wrap .job-wrap li {
  width: 100%;
  list-style: none;
  border-bottom: none;
  box-sizing: border-box;
}
.sidejob-wrap .job-wrap li a {
  padding: 10px 10px 0 10px;
  display: block;
  text-decoration: none;
}
.sidejob-wrap .job-wrap li a:hover {
	color: #333333;
  background-color: #fafafa;
}
.sidejob-wrap .job-wrap li a:hover .jobtext {
	color: #666666;  
}
.sidejob-wrap .job-wrap li .job-title {
  margin: 0;
  padding: 5px 7px;
  width: 100%;
  background-color: #fafafa;
  box-sizing: border-box;
}
.sidejob-wrap .job-wrap li a:hover .job-title {
  width: 100%;
  background-color: #ffffff;
}
.sidejob-wrap .job-wrap li .job-title p:first-child {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: bold;
}
.sidejob-wrap .job-wrap li a:hover .job-title p:first-child {
	color:#e94b78;
  text-decoration: underline;
}
.sidejob-wrap .job-wrap li .job-title p:last-child {
  display: none;
}
.sidejob-wrap .job-wrap li .flex-sp {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  padding-top: 7px;
  border-bottom: 1px solid #dfdfde;
}
.sidejob-wrap .job-wrap li:last-child .flex-sp {
  border-bottom: none;
}
.sidejob-wrap .job-wrap li .shop-wrap {
  margin: 0;
  width: 50px;
  height: auto;
  margin-bottom:0;
  position: static;
}
.sidejob-wrap .job-wrap li figure {
  padding-top: 3px;
  width: 50px;
  height: auto;
}
.sidejob-wrap .job-wrap li figure img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;'
}
.sidejob-wrap .job-wrap li a .text {
  display: none;
}
.sidejob-wrap .job-wrap li a .jobtext {
  margin: 0;
  padding-left: 10px;
  padding-bottom:0;
  width: calc(100% - 50px);
  font-size: 12px;
  border-bottom: none;
  box-sizing: border-box;
  /* 省略 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.sidejob-wrap .job-wrap li:last-child a .jobtext {
  border-bottom: none;
}
.sidejob-wrap .job-btn li {
  font-size: 14px;
  font-weight: bold;
  list-style: none;
}
.sidejob-wrap .job-btn li a {
  padding: 12px 15px 10px 25px;
  text-decoration:none;
  border-top: 1px solid #dfdfde;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #dfdfde;
  background-image: url("../images_id/btn_arrow.svg");
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-color: #fafafa;
  box-sizing: border-box;
  display: block;
}
.sidejob-wrap .job-btn li a:hover {
  color: #ffffff;
  border-left: none;
  border-right: none;
  border-top: 1px solid #5f4933;
  border-bottom: 1px solid #5f4933;
  background-color: #5f4933;
  background-image: url("../images_id/btn_arrow_over.svg");
}


/* -------------------------------------
　スマホ コンテンツ
------------------------------------- */

/* リスト下部リンク */
.list-btn-sp {
  display: block;
}
.list-btn-sp li {
  font-size: 14px;
  font-weight: bold;
  list-style: none;
}
.list-btn-sp li a {
  padding: 12px 15px 10px 25px;
  text-decoration:none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #dfdfde;
  background-image: url("../images_id/btn_arrow.svg");
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-color: #fafafa;
  box-sizing: border-box;
  display: block;
}
.list-btn-sp li a:hover {
  color: #ffffff;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #5f4933;
  background-color: #5f4933;
  background-image: url("../images_id/btn_arrow_over.svg");
}


/* 現在地から施設を探す */
.gps-contents {
  display: block;
}
.gps-wrap h2 {
  padding: 12px 15px 11px 50px;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  border: 1px solid #dfdfde;
  border-left: none;
  border-right: none;
  background-color: #fafafa;
  background-image: url("../images_id/icon_gps.svg");
  background-repeat: no-repeat;
  background-position: 10px 46%;
  background-size: 30px 26px;
  box-sizing: border-box;
}
.gps-wrap .gps-ul {
  width: 100%;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #dfdfde;
  box-sizing: border-box;
}
.gps-wrap .gps-ul li {
  list-style: none;
}
.gps-wrap .gps-ul li a {
  padding: 15px 31px 15px 10px;
  font-size: 16px;
  display: block;
  text-decoration: none;
  background-image: url("../images_id/spnavi_arrow.svg");
  background-size: 10px 16px;
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.gps-wrap .gps-ul li a:hover {
  background-color: #fafafa;
	color:#e94b78;
  text-decoration:underline;
}


/* おすすめの施設 */
.prsp-sidecontents {
  display: block;
}


/* フッター */
footer .page-top {
  background-color: #fafafa;
  border-bottom: 1px solid #dfdfde;
  text-align: right;
  display: block;
}
footer .page-top a {
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
}
footer .page-top a:hover {
  text-decoration: underline;
}
footer .log-btn {
  padding: 10px;
  text-align: center;
  background-color: #fafafa;
  border-bottom: 1px solid #dfdfde;
  display: block;
}
footer .log-btn a {
  width: 60%;
  font-size: 15px;
  line-height: 32px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  border: 1px #2ba3c0 solid;
  border-radius: 2px;
  box-shadow: 0 0 1px 1px #05809f;
  background-color: #0c95b7;
  display: inline-block;
  box-sizing: border-box;
}
footer .log-btn a:hover {
  color: #ffffff;
  background-color: #5f4933;
  border: 1px #6f5b46 solid;
  box-shadow: 0 0 1px 1px #573e25;
}
footer .keisai-btn {
  padding: 10px;
  text-align: center;
  background-color: #fafafa;
  border-bottom: 1px solid #dfdfde;
  display: block;
}
footer .keisai-btn a {
  width: 60%;
  font-size: 15px;
  line-height: 32px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  border: 1px #2ba3c0 solid;
  border-radius: 2px;
  box-shadow: 0 0 1px 1px #05809f;
  background-color: #0c95b7;
  display: inline-block;
  box-sizing: border-box;
}
footer .keisai-btn a:hover {
  color: #ffffff;
  background-color: #5f4933;
  border: 1px #6f5b46 solid;
  box-shadow: 0 0 1px 1px #573e25;
}
footer .footsp-navi {
  background-color: #fafafa;
  display: block;
}
footer .footsp-navi ul {
  display: flex;
  flex-wrap: wrap;
}
footer .footsp-navi ul li {
  width: 50%;
  list-style: none;
}
footer .footsp-navi ul li a {
  padding: 10px;
  text-decoration: none;
  text-align: center;
  border-bottom: 1px solid #dfdfde;
  display: block;
  box-sizing: border-box;
}
footer .footsp-navi ul li:nth-child(odd) {
  border-right: 1px solid #dfdfde;
  box-sizing: border-box;
}
footer .footsp-navi ul li a:hover {
  color: #ffffff;
  background-color: #5f4933;
}


/* 非表示 */
.areaselect-contents,
.cafe-topcontents,
.beauty-topcontents,
.hotel-topcontents,
.yado-topcontents,
.shop-topcontents,
.hospital-topcontents,
.spot-topcontents {
  display: none;
}


}
