@charset "utf-8";

/* -------------------------------------
　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: 30px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb15-minus {
  margin-bottom: -15px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb30-20 {
  padding-bottom: 30px;
}
.tit-btnno-padd {
  padding: 3px 0;
}


/* センターボタン */
.center-btn {
  padding-top: 20px;
}
.center-btn ul {
  margin-bottom: 0;
  padding: 15px 20px;
  border: 1px solid #dfdfde;
  background-color: #fafafa;
  display: block;
}
.center-btn ul {
  display: flex;
  justify-content: center;
  margin-bottom: 4px;
}
.center-btn ul li {
  margin: 0 10px;
  list-style: none;
}
.center-btn ul li a {
  width: 21em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  line-height: 46px;
  font-weight: bold;
  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: 25px 15px;
  font-size: 34px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #0c95b7;
  box-sizing: border-box;
}


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

.sp-display {
  display: none;
}



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

header {
	border-top:4px #5f4933 solid;
	background-image:url(../images_id/bk_h1.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#head {
	margin:0 auto;
	padding:0;
	width:970px;
	height:190px;
	position:relative;
}
#head h1 {
	margin:0;
	padding:0 0 2px 0;
	font-size:12px;
	line-height:27px;
	font-weight:normal;
	background-image:url(../images_id/wills.gif);
	background-repeat:no-repeat;
	background-position:right 6px;
}
#head #logo {
	margin:0;
	padding:0;
	width:216px;
	height:45px;
	position:absolute;
	top:44px;
	left:0;
	background-image:url(../images_id/header_logo.svg);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#head #logo a {
	margin:0;
	padding:0;
	width:216px;
	height:45px;
	display:block;
}
#head h2 {
	font-size:30px;
	line-height:30px;
	color:#e94b78;
	margin:0;
	padding:0;
	position:absolute;
	top:52px;
	left:230px;
}
#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:44px;
	left:0;
}
#head .logo-wrap .h-logo {
	width:216px;
	height:43px;
	background-image:url(../images_id/header_logo.svg);
  background-size:216px 43px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	position:static;
}
#head .logo-wrap .h-logo a {
	width:216px;
	height:43px;
	display:block;
}
#head .logo-wrap .h-area {
  margin-left: 14px;
  padding-top: 4px;
	font-size:30px;
	line-height:30px;
	color:#e94b78;
}
#head .logo-wrap .h-area a {
	color:#5f4933;
	text-decoration:none;
	display:block;
}
#head .logo-wrap .other-area {
  margin-left: 30px;
  margin-top: -1px;
}
#head .logo-wrap .other-area li {
  list-style: none;
}
#head .logo-wrap .other-area li a {
  padding: 0 9px;
  font-size: 12px;
  line-height: 30px;
  text-decoration: none;
  background-color: #f2f2f2;
  white-space: nowrap;
  display: block;
}
#head .logo-wrap .other-area li a:hover {
  color: #fff;
  background-color: #5f4933;
}
/* end new ロゴ枠 */

#head #topHome {
	margin:0;
	padding:0;
	font-size:10px;
	line-height:27px;
	position:absolute;
	top:0px;
	right:45px;
}
#head #topHome a {
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	background-image:url(../images_id/top_home_arrow.png);
	background-repeat:no-repeat;
	background-position:0 50%;
}
#head #hTxt {
	width:650px;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	position:absolute;
	top:100px;
	left:0;
}
#head #hPr {
	margin:0;
	padding:0;
	width:468px;
	position:absolute;
	top:39px;
	right:118px;
}
#head #hmy {
	width:320px;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	text-align:right;
	color:#b20912;
	position:absolute;
	top:100px;
	right:0;
}
#head #hmy a:link {
	color:#b20912;
	text-decoration:underline;
}
#head #hmy a:visited {
	color:#b20912;
	text-decoration:underline;
}
#head #hmy a:hover {
	color:#FF3366;
}
#head #hNav {
	margin:0;
	padding:0;
	width:103px;
	height:52px;
	position:absolute;
	top:39px;
	right:0;
	overflow:hidden;
}
#head #hNav li {
	margin:0 0 8px 0;
	padding:0;
	width:103px;
	height:22px;
	list-style:none;
	float:left;
}
#head #hNav li img {
	width:103px;
	height:22px;
}

#hTxt-sp {
	display: none;
}

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

.drawer-toggle,
.drawer-nav {
	visibility:hidden;
}
#gNav {
  font-size: 13px;
  line-height: 20px;
  width: 970px;
  height: 61px;
  position: absolute;
  top: 121px;
  left: -1px;
}
#gNav ul {
	margin: 0px;
	padding: 0px;
	width: 970px;
	height: 61px;
	background-image: url(../images_id/gnav.png);
	list-style: none;
}
#gNav li {
	display: block;
	height:61px;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	text-align:center;
	line-height:1.4em;
	letter-spacing:0.8px;
}
#gNav a {
	display:table-cell;
	vertical-align: middle;
	height:61px;
	text-decoration:none;
	font-weight:bold;
	margin:0px;
	padding:0px;
	background-image: url(../images_id/gnav.png);
}
#gNav a:hover {
	text-decoration:none;
	color: #ffffff;
}
#gNav a.focus {
	text-decoration:none;
	color: #ffffff;
}
#gNav li#nav1 {
	width: 122px;
}
#gNav li#nav2 {
	width: 121px;
}
#gNav li#nav3 {
	width: 121px;
	letter-spacing:-0.5px;
}
#gNav li#nav4 {
	width: 121px;
}
#gNav li#nav5 {
	width: 121px;
}
#gNav li#nav6 {
	width: 121px;
}
#gNav li#nav7 {
	width: 121px;
}
#gNav li#nav8 {
	width: 122px;
}
#gNav li#nav1 a {
	width: 122px;
	background-position: 0px 0px;
}
#gNav li#nav2 a {
	width: 121px;
	background-position: -122px 0px;
}
#gNav li#nav3 a {
	width: 121px;
	background-position: -243px 0px;
}
#gNav li#nav4 a {
	width: 121px;
	background-position: -364px 0px;
}
#gNav li#nav5 a {
	width: 121px;
	background-position: -485px 0px;
}
#gNav li#nav6 a {
	width: 121px;
	background-position: -606px 0px;
}
#gNav li#nav7 a {
	width: 121px;
	background-position: -727px 0px;
}
#gNav li#nav8 a {
	width: 122px;
	background-position: -848px 0px;
	color:#fff;
}
#gNav li#nav1 a:hover {
	background-position: 0px -61px;
}
#gNav li#nav2 a:hover {
	background-position: -122px -61px;
}
#gNav li#nav3 a:hover {
	background-position: -243px -61px;
}
#gNav li#nav4 a:hover {
	background-position: -364px -61px;
}
#gNav li#nav5 a:hover {
	background-position: -485px -61px;
}
#gNav li#nav6 a:hover {
	background-position: -606px -61px;
}
#gNav li#nav7 a:hover {
	background-position: -727px -61px;
}
#gNav li#nav8 a:hover {
	background-position: -848px -61px;
}
#gNav li#nav1 a.focus {
	background-position: 0px 61px;
}
#gNav li#nav2 a.focus {
	background-position: -122px 61px;
}
#gNav li#nav3 a.focus {
	background-position: -243px 61px;
}
#gNav li#nav4 a.focus {
	background-position: -364px 61px;
}
#gNav li#nav5 a.focus {
	background-position: -485px 61px;
}
#gNav li#nav6 a.focus {
	background-position: -606px 61px;
}
#gNav li#nav7 a.focus {
	background-position: -727px 61px;
}
#gNav li#nav8 a.focus {
	background-position: -848px 61px;
}
#gNav li#nav1 a:hover.focus {
	background-position: 0px 61px;
}
#gNav li#nav2 a:hover.focus {
	background-position: -122px 61px;
}
#gNav li#nav3 a:hover.focus {
	background-position: -243px 61px;
}
#gNav li#nav4 a:hover.focus {
	background-position: -364px 61px;
}
#gNav li#nav5 a:hover.focus {
	background-position: -485px 61px;
}
#gNav li#nav6 a:hover.focus {
	background-position: -606px 61px;
}
#gNav li#nav7 a:hover.focus {
	background-position: -727px 61px;
}
#gNav li#nav8 a:hover.focus {
	background-position: -848px 61px;
}

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

#head .pre-gnavi {
	width: 970px;
	height: 61px;
	position:absolute;
	top:121px;
	left:0;
}
#head .pre-gnavi ul {
	margin: 0px;
	padding: 0px;
	width: 970px;
	height: 61px;
	background-image: url(../images_id/pre_navi.png);
	list-style: none;
}
#head .pre-gnavi li {
	display: block;
	height:61px;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	text-align:center;
	line-height:1.4em;
	letter-spacing:0.8px;
}
#head .pre-gnavi a {
	display:table-cell;
	vertical-align: middle;
	height:61px;
	text-decoration:none;
	font-size:13px;
	line-height:20px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	background-image: url(../images_id/pre_navi.png);
}
#head .pre-gnavi a:hover {
	text-decoration:none;
	color: #ffffff;
}
#head .pre-gnavi a.focus {
	text-decoration:none;
	color: #ffffff;
}
#head .pre-gnavi li#nav1 {
	width: 109px;
}
#head .pre-gnavi li#nav2 {
	width: 107px;
}
#head .pre-gnavi li#nav3 {
	width: 108px;
	letter-spacing:-0.5px;
}
#head .pre-gnavi li#nav4 {
	width: 107px;
}
#head .pre-gnavi li#nav5 {
	width: 108px;
}
#head .pre-gnavi li#nav6 {
	width: 107px;
}
#head .pre-gnavi li#nav7 {
	width: 108px;
}
#head .pre-gnavi li#nav8 {
	width: 107px;
}
#head .pre-gnavi li#nav9 {
	width: 109px;
}
#head .pre-gnavi li#nav1 a {
	width: 109px;
	background-position: 0px 0px;
}
#head .pre-gnavi li#nav2 a {
	width: 107px;
	background-position: -109px 0px;
}
#head .pre-gnavi li#nav3 a {
	width: 108px;
	background-position: -216px 0px;
}
#head .pre-gnavi li#nav4 a {
	width: 107px;
	background-position: -324px 0px;
}
#head .pre-gnavi li#nav5 a {
	width: 108px;
	background-position: -431px 0px;
}
#head .pre-gnavi li#nav6 a {
	width: 107px;
	background-position: -539px 0px;
}
#head .pre-gnavi li#nav7 a {
	width: 108px;
	background-position: -646px 0px;
}
#head .pre-gnavi li#nav8 a {
	width: 107px;
	background-position: -754px 0px;
}
#head .pre-gnavi li#nav9 a {
	width: 109px;
	background-position: -861px 0px;
	color: #ffffff;
}
#head .pre-gnavi li#nav1 a:hover {
	background-position: 0px -61px;
}
#head .pre-gnavi li#nav2 a:hover {
	background-position: -109px -61px;
}
#head .pre-gnavi li#nav3 a:hover {
	background-position: -216px -61px;
}
#head .pre-gnavi li#nav4 a:hover {
	background-position: -324px -61px;
}
#head .pre-gnavi li#nav5 a:hover {
	background-position: -431px -61px;
}
#head .pre-gnavi li#nav6 a:hover {
	background-position: -539px -61px;
}
#head .pre-gnavi li#nav7 a:hover {
	background-position: -646px -61px;
}
#head .pre-gnavi li#nav8 a:hover {
	background-position: -754px -61px;
}
#head .pre-gnavi li#nav9 a:hover {
	background-position: -861px -61px;
	color: #ffffff;
}
#head .pre-gnavi li#nav1 a.focus {
	background-position: 0px 61px;
}
#head .pre-gnavi li#nav2 a.focus {
	background-position: -109px 61px;
}
#head .pre-gnavi li#nav3 a.focus {
	background-position: -216px 61px;
}
#head .pre-gnavi li#nav4 a.focus {
	background-position: -324px 61px;
}
#head .pre-gnavi li#nav5 a.focus {
	background-position: -431px 61px;
}
#head .pre-gnavi li#nav6 a.focus {
	background-position: -539px 61px;
}
#head .pre-gnavi li#nav7 a.focus {
	background-position: -646px 61px;
}
#head .pre-gnavi li#nav8 a.focus {
	background-position: -754px 61px;
}
#head .pre-gnavi li#nav9 a.focus {
	background-position: -861px 61px;
}
#head .pre-gnavi li#nav1 a:hover.focus {
	background-position: 0px 61px;
}
#head .pre-gnavi li#nav2 a:hover.focus {
	background-position: -109px 61px;
}
#head .pre-gnavi li#nav3 a:hover.focus {
	background-position: -216px 61px;
}
#head .pre-gnavi li#nav4 a:hover.focus {
	background-position: -324px 61px;
}
#head .pre-gnavi li#nav5 a:hover.focus {
	background-position: -431px 61px;
}
#head .pre-gnavi li#nav6 a:hover.focus {
	background-position: -539px 61px;
}
#head .pre-gnavi li#nav7 a:hover.focus {
	background-position: -646px 61px;
}
#head .pre-gnavi li#nav8 a:hover.focus {
	background-position: -754px 61px;
}
#head .pre-gnavi li#nav9 a:hover.focus {
	background-position: -861px 61px;
}


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

#fW {
	font-size:14px;
	line-height: 18px;
	width: 970px;
	margin: auto;
	text-align: left;
}
#footTxt {
  font-size:13px;
	padding:4px 10px;
	background:#000;
	color:#FFF;
	overflow:hidden;
}
#footTxt p {
	width:850px;
	float:left;
}
#footTxt ul {
	width:100px;
	text-align:right;
	float:right;
}
#footTxt ul li {
	list-style:none;
}
#footTxt ul li a {
	color:#FFF;
}
#footTxt ul li a:link {
	text-decoration:underline;
}
#footTxt ul li a:visited {
	text-decoration:underline;
}
#footTxt ul li a:hover {
	text-decoration:underline;
}
#footInfo {
	font-size:14px;
	line-height: 18px;
	padding:13px 13px 7px 13px;
	border-right:1px solid #dfdfde;
	border-left:1px solid #dfdfde;
	border-bottom:1px solid #dfdfde;
	overflow:hidden;
}
#footInfo dl {
  margin: 0;
  padding:0;
  font-size:13px;
}
#footInfo dl dt {
  clear: left;
  float: left;
  margin: 0 0 7px 0;
  padding:0 0 0 5px;
  width: 85px;
  color: #000;
}
#footInfo dl dd {
  margin:0 0 7px 10px;
}
#footInfo dl dd a:link {
	text-decoration:none;
}
#footInfo dl dd a:visited {
	text-decoration:none;
}
#footInfo dl dd a:hover {
	text-decoration:underline;
}
#footInfo dl dd img {
	vertical-align:middle;
}
#sF {
	width:420px;
	height:21px;
	margin:0;
	padding:0;
	border:none;
	overflow:hidden;
}
#fBnr img {
	width:300px;
	height:75px;
	float:left;
	margin-right:35px
}
#fBnr img.noPadd {
	float:left;
	margin:0;
}
#fBnr p {
	margin:0;
	padding:15px 0 8px 0;
	text-align:right;
	clear:both;
}

#fSp {
	margin:0 0 10px 0;
  padding-top:10px;
	text-align:left;
  vertical-align:top;
  border-top:1px #ccc solid;
	overflow:hidden;
}
#fSp #gT {
	padding:0;
	font-size:10px;
    font-weight:bold;
	color:#666666;
}
#fSp ul {
	width:970px;
    margin:0;
    padding:0;
    list-style:none;
}
#fSp ul li {
	font-size:10px;
    line-height: 14px;
    margin:0 8px 0 0;
    padding:0 8px 0 0;
    border-right:1px #666666 solid;
    float: left;
    display: block;
}
#fSp ul li.nB {
    line-height: 14px;
    margin:0 15px 0 0;
    padding:0 15px 0 0;
    border-right:none;
    float: left;
    display: block;
}
#fSp ul li a {
  text-decoration: none;
}
#fSp ul li a:hover {
  text-decoration:underline;
}

.snsbtn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
	margin:0 0 20px 0;
	border-bottom:1px #dbdbdb dotted;
	height:52px;
  box-sizing: border-box;
}
.snsbtn-wrap .snsTxt {
  padding-right: 15px;
  font-weight: bold;
}
.snsbtn-wrap .snsBtn {
  margin-bottom: -3px;
}
.snsbtn-wrap .snsBtn ul {
  display: flex;
}
.snsbtn-wrap .snsBtn ul li {
  padding: 3px 0 0 15px;
  list-style: none;
}
/* Facebook SNS ボタン 横幅調整 */
.fb_iframe_widget span iframe {
  width: 135px!important;
}


#home {
	margin:0 0 5px 0;
	padding:12px 0;
	font-weight:bold;
}
#home a {
  text-decoration: none;
}
#home a:hover {
  text-decoration:underline;
}
.footer-nav {
  width: 100%;
  display: flex;
  justify-content:space-between;
}
.footer-nav dl {
	font-size:12px;
	line-height:18px;
	margin:0 0 20px 0;
	padding:0px;
	overflow:hidden;
}
.footer-nav dl dt {
	font-weight: bold;
	margin: 0 0 10px 0;
	white-space: nowrap;
}
.footer-nav dl dd {
	margin:0;
	padding:0;
	white-space: nowrap;
}
.footer-nav dl dd ul {
	margin: 0;
}
.footer-nav dl dd ul li {
	margin:0 0 0 1.5em;
	padding:4px 0px;
}
.footer-nav dl dd ul li a:link {
	text-decoration:none;
}
.footer-nav dl dd ul li a:visited {
	text-decoration:none;
}
.footer-nav dl dd ul li a:hover {
	text-decoration:underline;
}
#fBnr {
  padding: 10px 0;
  overflow: hidden;
}
#fBnr img {
	width:300px;
	height:75px;
	float:left;
	margin-right:35px
}
#fBnr img.noPadd {
	float:left;
	margin:0;
}
#fBnr p {
	margin:0;
	padding:15px 0 8px 0;
	text-align:right;
	clear:both;
}
p#copy {
	margin:0 0 7px 0;
	padding:0;
	font-size:12px;
	text-align:right;
}

.sp_footer_news {
	display: none;
}


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

/* common */
.contents-wrap {
  display: flex;
  justify-content: space-between;
	margin:0 auto;
  padding-bottom: 50px;
	width:970px;
}
.wrap-reverse {
  flex-direction: row-reverse;
}
.contents-noflex {
	margin:0 auto;
  padding-bottom: 50px;
	width:970px;
}
.contents-noflex-bottom {
	margin:0 auto;
  padding-bottom: 30px;
	width:970px;
}
.contents-wrap .contents {
  width: 650px;
}
.contents-wrap .side {
  width: 300px;
}

/* パンくずリスト */
.pankuzu {
  width: 970px;
  margin: 0 auto;
  padding-top: 3px;
  padding-bottom: 9px;
  border-bottom: 6px #eeeeee solid;
}
.pankuzu-border-0 {
  border-bottom: 0;
}
.pankuzu ul {
  display: flex;
  flex-wrap: wrap;
	font-size:12px;
	list-style: none;
}
.pankuzu ul li {
  padding-left: 24px;
  font-weight: bold;
	background-image: url("../images_id/pankuzu_arrow.png");
  background-repeat: no-repeat;
  background-position: 10px center;
	white-space: nowrap;
}
.pankuzu ul li:first-child {
  padding-left: 0;
  background-image: none;
}
.pankuzu ul li a {
  color: #0c95b7;
  text-decoration: none;
  font-weight: normal;
}
.pankuzu ul li:first-child a {
  padding-left: 16px;
	background-image: url("../images_id/pankuzu_home.png");
  background-repeat: no-repeat;
  background-position: 0 calc(50% - 1px);
  display: block;
}
.pankuzu ul li a:hover {
	color:#e94b78;
}

/* 下層ページ タイトル */
.low-title {
  margin: 0 auto;
  padding: 32px 0 28px 53px;
  width: 970px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  box-sizing: border-box;
}
.low-cafe {
  background-image: url("../images_id/cafe.svg");
  background-repeat: no-repeat;
  background-position: 0 24px;
  background-size: 43px 41px;
}
.low-beauty {
  background-image: url("../images_id/beauty.svg");
  background-repeat: no-repeat;
  background-position: 0 28px;
  background-size: 43px 41px;
}
.low-hotel {
  background-image: url("../images_id/hotel.svg");
  background-repeat: no-repeat;
  background-position: 0 26px;
  background-size: 40px 40px;
}
.low-yado {
  background-image: url("../images_id/yado.svg");
  background-repeat: no-repeat;
  background-position: 0 25px;
  background-size: 46px 38px;
}
.low-shop {
  background-image: url("../images_id/shop.svg");
  background-repeat: no-repeat;
  background-position: 0 24px;
  background-size: 35px 44px;
}
.low-hospital {
  background-image: url("../images_id/hospital.svg");
  background-repeat: no-repeat;
  background-position: 0 27px;
  background-size: 40px 40px;
}
.low-spot {
  background-image: url("../images_id/spot.svg");
  background-repeat: no-repeat;
  background-position: 0 25px;
  background-size: 40px 41px;
}
.low-pref {
  background-image: url("../images_id/pref.svg");
  background-repeat: no-repeat;
  background-position: 0 25px;
  background-size: 40px 41px;
}
.low-title h2 {
  margin-right: 10px;
  display: inline;
}
.low-title p {
  display: inline;
  white-space: nowrap;
}

/* 都道府県版 TOPページ タイトル */
.area-low-titleW {
  margin: 0 auto;
  width: 970px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.area-low-titleW .area-low-title {
  width: 100%;
  padding: 32px 0 28px 53px;
  font-size: 28px;
  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 {
	width: 100%;
	max-width: 350px;
  display: flex;
  justify-content: flex-end;
  margin-left: 2em;
}
.area-low-titleW .near-area p {
  display: flex;
	align-items: center;
  padding: 0 9px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  background-color: #d9d9d9;
  white-space: nowrap;
  border-bottom: 1px solid #fff;
	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-end;
  align-items: center;
  margin-left: 2em;
}
.area-low-titleW .near-area p {
  width: 7.5em;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  background-color: #d9d9d9;
  white-space: nowrap;
}
.area-low-titleW .near-area ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.area-low-titleW .near-area ul li {
  list-style: none;
}
*/

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

.area-low-titleW .favorite-wrap ul {
  padding-left: 8px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.area-low-titleW .favorite-wrap ul li {
  margin-left: 12px;
  list-style: none;
}
.area-low-titleW .favorite-wrap ul li.number {
  padding: 4px 0 0 25px;
  font-size: 20px;
  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: 14px;
  line-height: 28px;
  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: 14px;
  line-height: 28px;
  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: 15px;
  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:332px;
	margin:0;
	padding:0;
	border-top:1px #000 solid;
	border-bottom:1px #000 solid;
	background:#000;
}
.main-contents p {
	margin:0;
	padding:0;
}
.main-wrap {
	width:970px;
	margin:0 auto;
	padding:0;
	position:relative;
}

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

/* main検索枠 */
.searchform-wrap {
	width:870px;
	margin:0;
	padding:30px 30px;
	position:absolute;
	top:280px;
	left:19px;
	border:1px solid #cccccc;
	background:#fafafa;
}
.searchform {
  display: flex;
  justify-content: center;
  align-items: 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: 270px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  height: 45px;
  margin-right: 15px;
  padding: 0 15px 0 43px;
  border: 1px #cccccc solid;
  background-color: #ffffff;
  box-shadow: 0 1px 1px #e8e8e8;
  box-sizing: border-box;
}
.searchform-wrap select option[selected] {
  display: none;
}
.searchform-wrap .form-pref select {
  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 {
  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: 13px center, right 2px center;
}
.searchform-wrap .form-search input {
  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;
}
.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:870px;
	margin:0;
	padding:30px 30px 0 30px;
	position:absolute;
	top:280px;
	left:19px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background:#fafafa;
}
.kodawariform {
  display: flex;
  justify-content: center;
  align-items: 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: 270px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  height: 45px;
  margin-right: 15px;
  padding: 0 15px 0 43px;
  border: 1px #cccccc solid;
  background-color: #ffffff;
  box-shadow: 0 1px 1px #e8e8e8;
  box-sizing: border-box;
}
.kodawariform-wrap .form-freeword input {
	font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 270px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  height: 45px;
  margin-right: 15px;
  padding: 0 15px 0 15px;
  border: 1px #cccccc solid;
  box-shadow: 0 1px 1px #e8e8e8;
  box-sizing: border-box;
}
.kodawariform-wrap select option[selected] {
  display: none;
}
.kodawariform-wrap .form-pref select {
  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-pref2 select {
  background-image: url(../images_id/select_pref2.svg), url(../images_id/select_arrow.svg);
  background-repeat: no-repeat;
  background-size: 17px 21px,19px 39px;
	background-position: 13px center, right 2px center;
}
.kodawariform-wrap .form-category select {
  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: 13px 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: 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;
}
.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: 20px 0;
  font-size: 14px;
  text-align: center;
}
.kodawariform-wrap .near-area input {
  margin-top: -1px;
}
.kodawari-contents {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.sp-kodawari {
  display: none;
}
.kodawari-wrap {
	width:930px;
  margin: 0 auto;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.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: 53px;
	width:100%;
	padding:0 30px;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom: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 20px;
  font-size: 14px;
	display:none;
}
#kodawariArea dl dt {
  margin-bottom: 15px;
	padding:7px 10px;
  font-weight: bold;
  background-color: #fafafa;
  border: 1px #dfdfde dotted;
}
#kodawariArea dl dd {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
}
#kodawariArea dl dd p {
  margin-right: 1.5em;
  padding-bottom: 10px;
}
#kodawariArea dl dd p input {
  margin-top: -1px;
  margin-right: 5px;
}
#kodawariArea .bottom-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 3px #eeeeee solid;
}
#kodawariArea .bottom-btn .formBtn {
  display: flex;
}
#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);
}



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

/* PR枠 */
.prleft-wrap .prleft-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  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-imagesW {
  width: 650px;
  overflow: hidden;
}

/* -- 3列 --- */
.prleft-images {
  width:calc(100% + 10px);
  display: flex;
  flex-wrap: wrap;
}
.prleft-images li {
  margin-right: 10px;
  margin-bottom: 15px;
  list-style: none;
}
.prleft-images li a {
  padding-top: 0;
  background-color: transparent;
  display: block;
  text-decoration: none;
}
.prleft-images li a:hover {
	color: #333333;
  background-color: #fff7d1;
}
.prleft-images li a:hover .prtext {
	color: #333333;  
}
.prleft-images li .name-sp {
  display: none;
}
.prleft-images li .shop-wrap {
  margin: 0 auto;
  width: 210px;
  height: 210px;
  position: relative;
}
.prleft-images li figure img {
  width: 210px;
  height: 210px;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;'
}
.prleft-images li a .text {
  padding: 7px 12px;
  width: 100%;
  background-color: rgba(0,0,0, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}
.prleft-images li a .text p {
  color: #ffffff;
  /* 省略 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  max-height: 2.5rem;/* 未対応のブラウザ向けの対応 */
}
.prleft-images li a .text p:first-child {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
}
.prleft-images li a .text p:last-child {
  font-size: 12px;
}
.prleft-images li a .prtext {
  display: none;
}

/* -- 4列 --- */
.prleft-images-four {
  width:calc(100% + 10px);
  display: flex;
  flex-wrap: wrap;
}
.prleft-images-four li {
  margin-right: 10px;
  margin-bottom: 15px;
  list-style: none;
}
.prleft-images-four li a {
  padding-top: 0;
  background-color: transparent;
  display: block;
  text-decoration: none;
}
.prleft-images-four li a:hover {
	color: #333333;
  background-color: #fff7d1;
}
.prleft-images-four li a:hover .prtext {
	color: #333333;  
}
.prleft-images-four li .name-sp {
  display: none;
}
.prleft-images-four li .shop-wrap {
  margin: 0 auto;
  width: 155px;
  height: 155px;
  position: relative;
}
.prleft-images-four li figure img {
  width: 155px;
  height: 155px;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;'
}
.prleft-images-four li a .text {
  padding: 5px 12px;
  width: 100%;
  background-color: rgba(0,0,0, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}
.prleft-images-four li a .text p {
  color: #ffffff;
  /* 省略 */
  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 {
  font-size: 12px;
  font-weight: bold;
}
.prleft-images-four li a .text p:last-child {
  font-size: 12px;
}
.prleft-images-four li a .prtext {
  display: none;
}


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

/* 注目の店舗 */
.sidepr-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_pr.svg");
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: 11px calc(50% - 1px);
  box-sizing: border-box;
}
.sidepr-wrap .pr-wrap {
  width: 100%;
  border-left: 1px solid #dfdfde;
  border-right: 1px solid #dfdfde;
  border-bottom: 1px solid #dfdfde;
  box-sizing: border-box;
}
.sidepr-wrap .pr-wrap li {
  list-style: none;
}
.sidepr-wrap .pr-wrap li a {
  padding-top: 15px;
  background-color: #fffbe9;
  display: block;
  text-decoration: none;
}
.sidepr-wrap .pr-wrap li a:hover {
	color: #333333;
  background-color: #fff7d1;
}
.sidepr-wrap .pr-wrap li a:hover .prtext {
	color: #333333;  
}
.sidepr-wrap .pr-wrap li .name-sp {
  display: none;
}
.sidepr-wrap .pr-wrap li .shop-wrap {
  margin: 0 auto 7px auto;
  width: 268px;
  height: 178px;
  margin-bottom: 9px;
  position: relative;
}
.sidepr-wrap .pr-wrap li figure img {
  width: 268px;
  height: 178px;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;'
}
.sidepr-wrap .pr-wrap li a .text {
  padding: 7px 12px;
  width: 100%;
  background-color: rgba(0,0,0, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}
.sidepr-wrap .pr-wrap li a .text p {
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  max-height: 2.5rem;/* 未対応のブラウザ向けの対応 */
}
.sidepr-wrap .pr-wrap li a .text p:first-child {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
}
.sidepr-wrap .pr-wrap li a .text p:last-child {
  font-size: 12px;
}
.sidepr-wrap .pr-wrap li a .prtext {
  margin: 0 auto;
  padding-bottom: 10px;
  width: 268px;
  font-size: 12px;
  border-bottom: 1px solid #dfdfde;
}
.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;
  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: 1px solid #dfdfde;
  border-right: 1px solid #dfdfde;
  border-bottom: 1px solid #dfdfde;
  box-sizing: border-box;
}
.sidefavorite-wrap .favorite-wrap li {
  list-style: none;
}
.sidefavorite-wrap .favorite-wrap li a {
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 10px 10px 10px 23px;
  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:#e94b78;
  background-color: #fafafa;
  text-decoration:underline;
}
.sidefavorite-wrap .favorite-wrap li:last-child a {
  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;
  background-color: #fafafa;
  background-image: url("../images_id/icon_history_pc.png");
  background-size: 26px auto;
  background-repeat: no-repeat;
  background-position: 11px center;
  box-sizing: border-box;
}
.sidehistory-wrap .history-wrap {
  width: 100%;
  border-left: 1px solid #dfdfde;
  border-right: 1px solid #dfdfde;
  border-bottom: 1px solid #dfdfde;
  box-sizing: border-box;
}
.sidehistory-wrap .history-wrap li {
  list-style: none;
}
.sidehistory-wrap .history-wrap li a {
  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: 268px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content:space-between;
  align-items: center;
  border-bottom: 1px solid #dfdfde;
}
.sidehistory-wrap .history-wrap li:first-child a .shop-wrap {
  padding-top: 15px;
}
.sidehistory-wrap .history-wrap li:last-child a .shop-wrap {
  padding-bottom: 15px;
}
.sidehistory-wrap .history-wrap li:last-child a .shop-wrap {
  border-bottom: none;
}
.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: 198px;
}
.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;
  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 {
  width: 100%;
  border-left: 1px solid #dfdfde;
  border-right: 1px solid #dfdfde;
  border-bottom: 1px solid #dfdfde;
  box-sizing: border-box;
}
.sidejob-wrap .job-wrap li {
  list-style: none;
}
.sidejob-wrap .job-wrap li a {
  padding-top: 15px;
  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 auto 11px auto;
  padding: 10px 12px 7px 12px;
  width: 268px;
  background-color: #fafafa;
  box-sizing: border-box;
}
.sidejob-wrap .job-wrap li a:hover .job-title {
  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 {
  font-size: 12px;
}
.sidejob-wrap .job-wrap li .shop-wrap {
  margin: 0 auto 7px auto;
  width: 268px;
  height: 178px;
  margin-bottom: 9px;
  position: relative;
}
.sidejob-wrap .job-wrap li figure img {
  width: 268px;
  height: 178px;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;'
}
.sidejob-wrap .job-wrap li a .text {
  padding: 7px 12px;
  width: 100%;
  background-color: rgba(0,0,0, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}
.sidejob-wrap .job-wrap li a .text p {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sidejob-wrap .job-wrap li a .jobtext {
  margin: 0 auto;
  padding-bottom: 10px;
  width: 268px;
  font-size: 12px;
  border-bottom: 1px solid #dfdfde;
}
.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: 10px 15px 8px 30px;
  text-decoration:none;
  border-left: 1px solid #dfdfde;
  border-right: 1px solid #dfdfde;
  border-bottom: 1px solid #dfdfde;
  background-image: url("../images_id/btn_arrow.svg");
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-color: #fafafa;
  box-sizing: border-box;
  display: block;
}
.sidejob-wrap .job-btn li a:hover {
  color: #ffffff;
  border-left: 1px solid #5f4933;
  border-right: 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;
  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: 1px solid #dfdfde;
  border-right: 1px solid #dfdfde;
  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: 30px;
  width: 100%;
  text-align: center;
}

/* -------------------------------------
　スマホ コンテンツ非表示
------------------------------------- */

.gps-contents,
.prsp-sidecontents,
.various-searchform-wrap,
.list-btn-sp,
footer .page-top,
footer .log-btn,
footer .keisai-btn,
footer .footsp-navi {
  display: none;
}
