@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;
}
.pb30-20 {
  padding-bottom: 20px;
}
.tit-btnno-padd {
  padding: 0;
}


/* センターボタン */
.center-btn {
  padding-top: 20px;
}
.center-btn ul {
  margin-bottom: 0;
  padding: 15px 20px;
  border-top: 1px solid #dfdfde;
  border-bottom: 1px solid #dfdfde;
  border-left: none;
  border-right: none;
  background-color: #fafafa;
  display: block;
}
.center-btn ul li {
  margin: 0 0 15px 0;
  list-style: none;
}
.center-btn ul li:last-child {
  margin: 0;
}
.center-btn ul li a {
  margin: 0 auto;
  width: 100%;
  max-width: 320px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  line-height: 46px;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  padding: 0 10px;
  border: 1px #2ba3c0 solid;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #05809f;
  background-color: #0c95b7;
  background-image: url("../images_id/right_arrow.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
}
.center-btn ul li a:hover {
  color: #ffffff;
  background-color: #5f4933;
  border: 1px #6f5b46 solid;
  box-shadow: 0 0 0 1px #573e25;
  opacity: 1;
  filter: alpha(opacity=1);
}


/* ページタイトル */

.page-title {
  padding: 18px 10px 15px 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #ffffff;
  background-color: #0c95b7;
  border-top: 1px #eeeeee solid;
  box-sizing: border-box;
}


/* PC表示・スマホ表示 */

.sp-display {
  display: block;
}

/* スマホのみ */

.sppb-0 {
  padding-bottom:0!important;
}



/* -------------------------------------
　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 h2 {
	font-size:22px;
	line-height:30px;
	color:#e94b78;
	margin:0;
	padding:0;
	position:absolute;
	top:14px;
	left:168px;
}
#head h2 a {
	color:#5f4933;
	margin:0;
	padding:0;
	text-decoration:none;
	display:block;
}

/* new ロゴ枠 */
#head .logo-wrap {
  display: flex;
  align-items: center;
	position:absolute;
	top:13px;
	left:15px;
}
#head .logo-wrap .h-logo {
	width:144px;
	height:30px;
	background-image:url(../images_id/header_logo.svg);
  background-size: 144px 30px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	position:static;
}
#head .logo-wrap .h-logo a {
	width:216px;
	height:45px;
	display:block;
}
#head .logo-wrap .h-area {
  margin-left: 9px;
  margin-bottom: -2px;
  padding-top: 0;
	font-size:22px;
	line-height:30px;
	color:#e94b78;
}
#head .logo-wrap .h-area a {
	color:#5f4933;
	text-decoration:none;
	display:block;
}
#head .logo-wrap .other-area {
  display: none;
}
/* end new ロゴ枠 */

#head #topHome,
#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 0 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 0 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;
}


/* -------------------------------------
　都道府県版 global navi
------------------------------------- */

#head .pre-gnavi {
	display: 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 {
  margin-left: -26px;
  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;
}
.btnTwtter {
  margin-top: -4px;
}
.btnFacebook {
  margin-top: 0;
}
/* Facebook SNS ボタン 横幅調整 */
.fb_iframe_widget span iframe {
  width: 135px!important;
}

#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-noflex-bottom {
	margin:0 auto;
  padding-bottom: 20px;
  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-pref {
  background-image: url("../images_id/pref.svg");
  background-repeat: no-repeat;
  background-position: 11px 17px;
  background-size: 23px 24px;
}
.low-title h2 {
  margin-right: 2px;
  display: inline-block;
}
.low-title p {
  font-size: 16px;
  display: inline-block;
}

/* 都道府県版 TOPページ タイトル */
.area-low-titleW {
  margin: 0 auto;
  width: 100%;
  border-top: 1px #eeeeee solid;
  display: block;
}
.area-low-titleW .area-low-title {
  width: 100%;
  padding: 18px 10px 15px 40px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  box-sizing: border-box;
}
.area-low-titleW .area-low-title h2 {
  margin-right: 10px;
  display: inline;
}
.area-low-titleW .area-low-title p {
  display: inline;
  white-space: nowrap;
}


.area-low-titleW .near-area {
  margin: 15px 0 0 0;
	padding: 0 10px;
	width: 100%;
	max-width: 100%;
  display: flex;
  justify-content: flex-start;
	box-sizing: border-box;
}
.area-low-titleW .near-area p {
  display: flex;
	align-items: center;
  padding: 0 9px;
  font-size: 12px;
  line-height: 35px;
  text-align: center;
  background-color: #d9d9d9;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
	box-sizing: border-box;
}
.area-low-titleW .near-area ul {
  display: flex;
  justify-content: flex-start;
	flex-wrap: wrap;
}
.area-low-titleW .near-area ul li {
  list-style: none;
}

/*
.area-low-titleW .near-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 10px 0 10px;
  box-sizing: border-box;
}
.area-low-titleW .near-area p {
  padding: 0 6px;
  width: auto;
  font-size: 12px;
  line-height: 35px;
  text-align: center;
  background-color: #d9d9d9;
  white-space: nowrap;
}
.area-low-titleW .near-area ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.area-low-titleW .near-area ul li {
  flex:1;
  list-style: none;
}
*/

.area-low-titleW .near-area ul li a {
  padding: 0 6px;
  font-size: 12px;
  line-height: 35px;
  background-color: #f2f2f2;
  text-decoration: none;
  border-left: 1px solid #fff;
  white-space: nowrap;
  text-align: center;
  display: block;
}
.area-low-titleW .near-area ul li a:hover {
  color: #fff;
  background-color: #5f4933;
}

.area-low-titleW .favorite-wrap ul {
  border-top: 1px #eeeeee solid;
  padding:15px;
  display: flex;
  justify-content:center;
  align-items: center;
}
.area-low-titleW .favorite-wrap ul li {
  margin-left: 15px;
  list-style: none;
}
.area-low-titleW .favorite-wrap ul li:first-child {
  margin-left: 0;
}
.area-low-titleW .favorite-wrap ul li.number {
  padding: 4px 0 0 25px;
  font-size: 18px;
  line-height: 1.2em;
  font-weight:bold;
  background-image: url("../images_id/icon_favorite_title.svg");
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: auto 20px;
}
.area-low-titleW .favorite-wrap ul li.release-btn input {
  font-size: 13px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 15px;
  border: 1px #28a507 solid;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #1c7e02;
  background-color: #209002;
  box-sizing: border-box;
}
.area-low-titleW .favorite-wrap ul li.release-btn input:hover {
  color: #ffffff;
  background-color: #5f4933;
  border: 1px #6f5b46 solid;
  box-shadow: 0 0 0 1px #573e25;
	opacity: 1;
	filter: alpha(opacity=1);
}
.area-low-titleW .favorite-wrap ul li.favorite-btn input {
  font-size: 13px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 15px;
  border: 1px #28a507 solid;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #1c7e02;
  background-color: #209002;
  box-sizing: border-box;
}
.area-low-titleW .favorite-wrap ul li.favorite-btn input:hover {
  color: #ffffff;
  background-color: #5f4933;
  border: 1px #6f5b46 solid;
  box-shadow: 0 0 0 1px #573e25;
	opacity: 1;
	filter: alpha(opacity=1);
}
.area-low-titleW .favorite-wrap ul li.favorite-btn input.disabled {
  font-size: 13px;
  padding: 0 10px 0 37px;
  color: #dd328f;
  border: 1px #fff7fb solid;
  box-shadow: 0 0 0 1px #dd328f;
  background-color: #ffedf7;
  background-image: url("../images_id/icon_bookmark.svg");
  background-repeat: no-repeat;
  background-position: 15px 50%;
  background-size: auto 15px;
  box-sizing: border-box;
}
.area-low-titleW .favorite-wrap ul li.favorite-btn input.disabled:hover {
  color: #dd328f;
  background-color: #ffedf7;
  border: 1px #fff7fb solid;
  box-shadow: 0 0 0 1px #dd328f;
	opacity: 1;
	filter: alpha(opacity=1);
}


/* 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 0 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 0 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;
  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;
}
.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-city select {
  background-image: url(../images_id/select_city.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 0 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 0 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;
}
.sp-kodawari {
  padding: 10px 10px 0 10px;
  border-top: 1px #dfdfde solid;
  background-color: #fafafa;
  box-sizing: border-box;
  display: block;
}
.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 0 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 0 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 0 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 0 1px #573e25;
	opacity: 1;
	filter: alpha(opacity=1);
}
#kodawariArea .bottom-btn .close-btn {
  border: 1px #cccccc solid;
}


.kodawari .kodawariLink2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kodawari .kodawariLink2 img {
  margin-right: 8px;
  width: 11px;
  height: 7px;
}
#kodawariArea2 {
	margin:0;
	padding:0;
  font-size: 12px;
	display:none;
}
.sp-kodawaripadd {
	padding:12px 10px;
  background-color: #fff;
}
#kodawariArea2 dl dt {
  margin-bottom: 12px;
	padding:7px 10px;
  font-weight: bold;
  background-color: #fafafa;
  border: 1px #dfdfde dotted;
}
#kodawariArea2 dl dd {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
}
#kodawariArea2 dl dd p {
  margin-right: 1.2em;
  padding-bottom: 10px;
}
#kodawariArea2 dl dd p input {
  margin-top: -1px;
  margin-right: 5px;
}
#kodawariArea2 .bottom-btn {
  display: block;
  padding-top: 10px;
  border-top: 3px #eeeeee solid;
}
#kodawariArea2 .bottom-btn .formBtn {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
#kodawariArea2 .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 0 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;
}
#kodawariArea2 .bottom-btn .formBtn input[type="submit"]:hover {
  color: #ffffff;
  background-color: #5f4933;
  border: 1px #6f5b46 solid;
  box-shadow: 0 0 0 1px #573e25;
	opacity: 1;
	filter: alpha(opacity=1);
}
#kodawariArea2 .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 0 1px #05809f;
  background-color: #0c95b7;
  box-sizing: border-box;
}
#kodawariArea2 .bottom-btn .formBtn input[type="button"]:hover {
  color: #ffffff;
  background-color: #5f4933;
  border: 1px #6f5b46 solid;
  box-shadow: 0 0 0 1px #573e25;
	opacity: 1;
	filter: alpha(opacity=1);
}
#kodawariArea2 .bottom-btn .close-btn {
  border: 1px #cccccc solid;
}



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

/* PR枠 */
.prleft-wrap .prleft-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 12px 15px 11px 50px;
  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;
}
.prleft-wrap .prleft-tit .tit-wrap h2 {
  margin-right: 0;
  padding-top: 0;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  display: inline-block;
}
.prleft-wrap .prleft-tit .small-tit h2 {
  font-size: 14px;
}
.prleft-wrap .prleft-tit .tit-wrap p {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}

.prleft-imagesW {
  padding-bottom: 5px;
  width: 100%;
  overflow: hidden;
}

/* -- 3列 --- */
.prleft-images {
  width:100%;
  display: flex;
  flex-wrap: wrap;
}
.prleft-images li {
  width: 50%;
  margin-right: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: #fffbe9;
  border-right:1px solid #dfdfde;
  border-bottom: 1px solid #dfdfde;
  box-sizing: border-box;
}
.prleft-images li a {
  height: 100%;
  padding: 10px;
  display: block;
  text-decoration: none;
  box-sizing: border-box;
}
.prleft-images li a:nth-child(2) {
  border-right: none;
}
.prleft-images li a:hover {
	color: #333333;
  background-color: #fff7d1;
}
.prleft-images li a:hover .prtext {
	color: #333333;
}
.prleft-images li .name-sp {
  padding-bottom: 10px;
  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:hover .name-sp {
	color:#e94b78;
  text-decoration: underline;
}
.prleft-images li .flex-sp {
  display: flex;
}
.prleft-images li .shop-wrap {
  margin:0;
  width: 60px;
  height: auto;
  position: static;
}
.prleft-images li figure {
  padding-top: 0;
  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 a .prtext {
  border-bottom: none;
}

/* -- 4列 --- */
.prleft-images-four {
  width:100% ;
  display: block;
}
.prleft-images-four li {
  margin-right: 0;
  margin-bottom: 0;
  list-style: none;
}
.prleft-images-four li a {
  padding: 0 10px;
  background-color: transparent;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #dfdfde;
}
.border-bottom-lastnone li:last-child a {
  border-bottom: none!important;
}
.prleft-images-four li a:hover {
	color: #333333;
  background-color: #fafafa;
}
.prleft-images-four li .shop-wrap {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content:space-between;
  align-items:center;
  border-bottom: none;
  box-sizing: border-box;
}
.img-top li .shop-wrap {
  align-items: flex-start;
}
.prleft-images-four li figure img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;'
}
.prleft-images-four li a .text {
  padding: 0 0 0 10px;
  width: calc(100% - 60px);
  background-color: transparent;
  position: static;
  box-sizing: border-box;
}
.prleft-images-four li a .text p {
  color: #333333;
  /* 省略 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  max-height: 2.5rem;/* 未対応のブラウザ向けの対応 */
}
.prleft-images-four li a .text p:first-child {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
}
.prleft-images-four li a .text p:first-child span {
  display: inline-block;
  margin-right: 5px;
  padding: 0 5px;
  font-size: 11px;
  font-weight: normal;
  background-color: #ff9600;
  border-radius: 3px;
  color: #fff;
}
.prleft-images-four li a .text p:last-child {
  font-size: 12px;
}


.prleft-images-four li a .text p.sp-text {
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 1.4em;
  display: block;
  /* 省略 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  max-height: 2.5rem;/* 未対応のブラウザ向けの対応 */
}

/* 省略 */
/*
.prleft-images-four p.sp-text {
  position: relative;
  max-height: calc(14 * 1.3 * 2 * 1px);
  font-size: 14px;
  line-height: 1.4;
  word-break: break-all;
  overflow: hidden;
}
.prleft-images-four p.sp-text::before,
.prleft-images-four p.sp-text::after {
  position: absolute;
  background: #fff;
}
.prleft-images-four p.sp-text::before,
.prleft-images-four p.sp-text::after {
  background-color: #ffffff;
}
.prleft-images-four p.sp-text::before {
  content: '...';
  top: calc(14 * 1.4 * (2 - 1) * 1px);
  right: 0;
  width: 1.5em;
}
.prleft-images-four p.sp-text::after {
  content: '';
  width: 100%;
  height: 100%;
}
*/


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

/* 注目の店舗 */
.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 .name-sp {
  padding-bottom: 5px;
  height: 2.5rem;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
.sidepr-wrap .pr-wrap li .name-sp p {
  font-weight: bold;
  /* 省略 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  max-height: 2.5rem;/* 未対応のブラウザ向けの対応 */
}

.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;
}

/* お気に入り */
.sidefavorite-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_favorite.svg");
  background-size: 26px auto;
  background-repeat: no-repeat;
  background-position: 11px center;
  box-sizing: border-box;
}
.sidefavorite-wrap .favorite-wrap {
  width: 100%;
  border-left: none;
  border-right: none;
  box-sizing: border-box;
}
.sidefavorite-wrap .favorite-wrap li {
  list-style: none;
}
.sidefavorite-wrap .favorite-wrap li a {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 10px 10px 23px;
  display: block;
  text-decoration: none;
  background-image: url("../images_id/arrow.svg");
  background-size: auto 8px;
  background-repeat: no-repeat;
  background-position: 10px 14px;
  border-bottom: 1px solid #dfdfde;
  box-sizing: border-box;
}
.sidefavorite-wrap .favorite-wrap li a:hover {
	color: #333333;
  background-color: #fafafa;
  text-decoration:underline;
}

/* 閲覧履歴 */
.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");
}

/* スポンサードリンク */

.sidesponsor-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;
}
.sidesponsor-wrap .sponsor-wrap {
  padding-top: 15px;
  width: 100%;
  border-left:none;
  border-right:none;
  border-bottom: 1px solid #dfdfde;
  box-sizing: border-box;
}
.sidesponsor-wrap .sponsor-wrap li {
  list-style: none;
  margin-bottom: 15px;
}
.sidesponsor-wrap .sponsor-wrap li a {
  margin: 0 auto;
  width: 100%;
  max-width: 268px;
  display: block;
  text-decoration: none;
}
.sidesponsor-wrap .sponsor-wrap li a img {
  width: 100%;
  max-width: 268px;
  height: auto;
}

/* 特集 */

.sidespecial-wrap h2 {
  padding: 12px 15px 11px 50px;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  border: 1px solid #dfdfde;
  background-color: #fafafa;
  background-image: url("../images_id/icon_special.svg");
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: 11px calc(50% - 1px);
  box-sizing: border-box;
}
.sidespecial-wrap .bnr-special-wrap {
  padding-top: 15px;
  width: 100%;
  border-left: 1px solid #dfdfde;
  border-right: 1px solid #dfdfde;
  border-bottom: 1px solid #dfdfde;
  box-sizing: border-box;
}
.sidespecial-wrap .bnr-special-wrap li {
  list-style: none;
  margin-bottom: 15px;
}
.sidespecial-wrap .bnr-special-wrap li a {
  margin: 0 auto;
  width: 100%;
  max-width: 232px;
  display: block;
  text-decoration: none;
}
.sidespecial-wrap .bnr-special-wrap li a img {
  width: 100%;
  height: auto;
}


/* 右列バナー */

.side-bnr-wrap .side-bnr {
  width: 100%;
  margin-bottom: -15px;
  padding-bottom: 30px;
}
.side-bnr-wrap .side-bnr li {
  list-style: none;
  margin-bottom: 15px;
}
.side-bnr-wrap .side-bnr li a {
  margin: 0 auto;
  width: 100%;
  display: block;
  text-decoration: none;
}
.side-bnr-wrap .side-bnr li a.side-bnr-job {
  max-width: 234px;
}
.side-bnr-wrap .side-bnr li a img {
  width: 100%;
  height: auto;
}

/* Google AdSense */

.adsense-wrap .google-adsense {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}


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

/* リスト下部リンク */
.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 0 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 0 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 0 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 0 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;
}


}
