/* @override
	https://www.ja-home.net/css/common.css
	http://ja-home-new.steam-design.biz/css/common.css */
/* https://kanagawa-ja-home.net/ */

@import url("/wp-content/uploads/sites/650/2022/02/common_2020.css");
/* //kanagawa-ja-home.net/renew2020 */
@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */


/* html,
body.page-template-default,
.page-template-default div,
.page-template-default span,
.page-template-default applet,
.page-template-default object,
.page-template-default iframe,
.page-template-default h1,
.page-template-default h2,
.page-template-default h3,
.page-template-default h4,
.page-template-default h5,
.page-template-default h6,
.page-template-default p,
.page-template-default blockquote,
.page-template-default pre,
.page-template-default a,
.page-template-default abbr,
.page-template-default acronym,
.page-template-default address,
.page-template-default big,
.page-template-default cite,
.page-template-default code,
.page-template-default del,
.page-template-default dfn,
.page-template-default em,
.page-template-default img,
.page-template-default ins,
.page-template-default kbd,
.page-template-default q,
.page-template-default s,
.page-template-default samp,
.page-template-default small,
.page-template-default strike,
.page-template-default strong,
.page-template-default sub,
.page-template-default sup,
.page-template-default tt,
.page-template-default var,
.page-template-default b,
.page-template-default u,
.page-template-default i,
.page-template-default center,
.page-template-default dl,
.page-template-default dt,
.page-template-default dd,
.page-template-default ol,
.page-template-default ul,
.page-template-default li,
.page-template-default fieldset,
.page-template-default form,
.page-template-default label,
.page-template-default legend,
.page-template-default table,
.page-template-default caption,
.page-template-default tbody,
.page-template-default tfoot,
.page-template-default thead,
.page-template-default tr,
.page-template-default th,
.page-template-default td,
.page-template-default article,
.page-template-default aside,
.page-template-default canvas,
.page-template-default details,
.page-template-default embed,
.page-template-default figure,
.page-template-default figcaption,
.page-template-default footer,
.page-template-default header,
.page-template-default hgroup,
.page-template-default menu,
.page-template-default nav,
.page-template-default output,
.page-template-default ruby,
.page-template-default section,
.page-template-default summary,
.page-template-default time,
.page-template-default mark,
.page-template-default audio,
.page-template-default video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

.page-template-default ol,.page-template-default ul {
  list-style: none;
}

.page-template-default table {
  border-collapse: collapse;
  border-spacing: 0;
}

.page-template-default caption,.page-template-default th,.page-template-default td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

.page-template-default q,.page-template-default blockquote {
  quotes: none;
}
.page-template-default q:before,.page-template-default q:after,.page-template-default blockquote:before, .page-template-default blockquote:after {
  content: "";
  content: none;
}

.page-template-default a img {
  border: none;
}

.page-template-default article,.page-template-default aside,.page-template-default details,.page-template-default figcaption,.page-template-default figure,.page-template-default footer,.page-template-default header,.page-template-default hgroup,.page-template-default main,.page-template-default menu,.page-template-default nav,.page-template-default section,.page-template-default summary {
  display: block;
} */

.disp_none {
	display: none!important;
}

/*
@import 'https://www.ja-home.net/css/icon/*.png';
@include all-icon-sprites;
*/
.fluidImg {
  max-width: 100%;
  height: auto;
  width: auto;
  /* for ie8 */
}

.fluidImg:hover {
	/*cursor: pointer;*/
}

.tCenter {
  text-align: center;
}

.mAuto {
  margin: auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.clear {
  clear: both;
}

.clf:after {
  /*for modern browser*/
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.clf {
  zoom: 1;
  /*for IE 5.5-7*/
}

.page-template-default a {
  color: #333;
  text-decoration: none;
}

.page-template-default img {
  vertical-align: bottom;
}

.pcV {
  display: inline-block;
}

.spV {
  display: none;
}

.pcBlock {
  display: block;
}

.listBreak {
  clear: both;
}

.bold {
  font-weight: bold;
}

.fontB {
  font-family: Verdana,Arial,"Helvetica Neue";
}

.fontC {
  font-family: "Helvetica Neue",Arial,Verdana;
}

img.map, map area {
  outline: none;
}

.hoverLink {
  display: block;
  position: relative;
}
.hoverLink:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: none\9;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.hoverLink:hover:after {
  opacity: 0.4;
}

.sprite-1 {
  background: url("/wp-content/uploads/sites/650/2022/02/sprite.png") no-repeat;
  background-position: 0 -0px;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

/*.gNavSprite {
  background: url("https://www.ja-home.net/img_common/gnav-sprite.png") no-repeat;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}*/

.page-template-default .check {
  padding: 6px;
}

.page-template-default .check input[type=radio],
.page-template-default .check input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

.page-template-default .check input[type=radio] + label,
.page-template-default .check input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}

@media (min-width: 1px) {
  .page-template-default .check input[type=radio],
  .page-template-default .check input[type=checkbox] {
    /*display: none;*/
    margin: 4px 0 0 0;
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 100;
    opacity: 0;
  }

  .page-template-default .check input[type=radio],
  .page-template-default .check input[type=checkbox] + label {
    padding: 0 0 0 24px;
  }

   .page-template-default .check input[type=radio] + label::before,
   .page-template-default .check input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
    background: #FFF;
  }

.page-template-default .check input[type=radio] + label::before {
    border: 2px solid #006c5f;
    border-radius: 30px;
  }

  .page-template-default .check input[type=checkbox] + label::before {
    border: 2px solid #89b800;
  }

  .page-template-default .check input[type=radio]:checked + label::after,
  .page-template-default .check input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }

  .page-template-default .check input[type=radio]:checked + label::after {
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #E71063;
    border-radius: 8px;
  }

  .page-template-default .check input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 20px;
    height: 10px;
    margin-top: -8px;
    border-left: 3px solid #006c5f;
    border-bottom: 3px solid #006c5f;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* ieでズレる */
.ie #kvSection .kvBox {
  /*min-height: 600px;*/
}
/* html, body.page-template-default { */
html {
  height: 100%;
  font-family: Meiryo, メイリオ,  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","ＭＳ ゴシック",sans-serif;
}
body.page-template-default {
  height: 100%;
  /*line-height: 180%;*/
  font-size: 62.5%;
  font-family: Meiryo, メイリオ,  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","ＭＳ ゴシック",sans-serif;
}

body.page-template-default {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #333333;
  position: relative;
}

#container {

  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  padding: 1px 0 0 0;
  z-index: 0;
  /**/
}

.wrapper {
  width: 980px;
  /*padding: 0 22px 0 22px;*/
  margin: 0 auto;
}

body.linksPage section#subBox.wrapper{
	padding-top: 28px;
}

.pcWrapper {
  width: 980px;
  padding: 0 22px 0 22px;
  margin: 0 auto;
}

#contents {
  margin-top: 0px;
  padding-bottom: 0;
  line-height: 170%;
  height: 100%;
  /*padding-bottom: 680px;*/
  /*padding-bottom: 420px;*/
}

#globalHeader {
  height: 89px;
  position: relative;
  zoom: 1;
  overflow: hidden;
  z-index: 1500;
}
#globalHeader:before, #globalHeader:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#globalHeader:after {
  clear: both;
}

.siteIdBox {
  float: left;
  /*width: 50%;*/

  margin-top: 5px;

  display: flex;
  display:-webkit-flex;
}
.siteIdBox #tag {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 18px;
  margin-left: 28px;
}
.siteIdBox #logo {
  position: relative;
  margin-top: 20px;
  width: 280px;
}

#logo img {
	width: 100%;
	height: auto;
}

.siteIdBox #logo .produced {
  font-family: avnb;
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  bottom: 0px;
  left: 10px;
}
.siteIdBox #logo .produced img {
  height: 11px;
}



.headNavBox {
/*  position: absolute;
  right: -66px;
  width: 45%;
  top: 5px;*/

  float: right;
  width: 396px;
}
.headNavBox .pcHNav ul {
  zoom: 1;
  margin-top: 14px;
}

.headNavBox .pcHNav ul:before, .headNavBox .pcHNav ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}


.headNavBox .pcHNav ul:after {
  clear: both;
}
.headNavBox .pcHNav ul li {
  float: left;
  line-height: 1;
}
.headNavBox .pcHNav ul .hnl-1 {
  margin-left: 128px;
}
.headNavBox .pcHNav ul .hnl-1 .sp1 {
  width: 104px;
  height: 35px;
  background-position: -55px 0px;
}
.headNavBox .pcHNav ul .hnl-2 .sp2 {
  width: 90px;
  height: 35px;
  background-position: -160px 0px;
}
.headNavBox .pcHNav ul .hnl-3 {
  /*width: 200px;*/
  zoom: 1;
  /*float: right;*/
}





.headNavBox .pcHNav ul .hnl-3:before, .headNavBox .pcHNav ul .hnl-3:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.headNavBox .pcHNav ul .hnl-3:after {
  clear: both;
}
.headNavBox .pcHNav ul .hnl-3 .sp3-1 {
  float: left;
  width: 80px;
  height: 35px;
  background-position: -250px 0px;
}
.headNavBox .pcHNav ul .hnl-3 a {
  float: left;
}

.headNavBox .pcHNav ul .hnl-3 a .sp3-2 {
  width: 25px;
  height: 35px;
  background-position: -330px 0px;
}

.headNavBox .pcHNav ul .hnl-3 a .sp3-3 {
  width: 33px;
  height: 35px;
  background-position: -360px 0px;
}

.headNavBox .pcHNav ul a.line_share {
	width: 23px;
	height: 23px;
	padding-top: 8px;
}

.headNavBox .pcHNav ul a.line_share img {
	width: 100%;
}


.headNavBox .pcHNav ul .hnl-4 {
  /*clear: both;*/
}
.headNavBox .pcHNav ul .hnl-4 a {
  display: block;
}
.headNavBox .pcHNav ul .hnl-4 .sp4 {
  width: 165px;
  height: 30px;
  background-position: -14px -35px;
}
.headNavBox .pcHNav ul .hnl-5 .sp5 {
  width: 210px;
  height: 30px;
  background-position: -180px -35px;
}

/* line share */



li#btn_shops a span {
	width: 123px;
	height: 23px;
	display: inline-block;
	background-image: url(/wp-content/uploads/sites/650/2022/02/btn_shops.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;

	margin-top: 6px;
	margin-right: 14px;
}

li#btn_inquiry a span {
	display: inline-block;
	width: 126px;
	height: 23px;
	background-image: url(/wp-content/uploads/sites/650/2022/02/btn_inquiry.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;
	margin-top: 6px;
	margin-right: 14px;
}

span#type_share {
	display: inline-block;
	width: 28px;
	height: 23px;
	background-image: url(/wp-content/uploads/sites/650/2022/02/type_share.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;
	margin-top: 6px;
}

#globalFooter {
  /*position: absolute;*/
  bottom: 0px;
  width: 100%;
  height: auto;
  /*height: 420px;*/
  /*height: 680px;*/
  background-color: #f2f2f0;
  min-width: 1024px;
  padding-bottom: 64px;
  margin-top: 100px;
}

@media screen and (max-width: 599px) {
	#globalFooter {
		margin-top: 10vw;
	}
}


#footID {
  height: 32px;
}

#footWrapper {
  position: relative;
  margin-top: 0;
}
#footWrapper #sitemap {
  font-family: avn;
  font-size: 11px;
  font-size: 1.1rem;
  color: #777777;
  position: relative;
  bottom: -0px;
  left: 20px;
}

#sitemapNav ul {
  margin-top: 30px;
  margin-bottom: 20px;
  zoom: 1;
}
#sitemapNav ul:before, #sitemapNav ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#sitemapNav ul:after {
  clear: both;
}

#sitemapNav ul .SNListHead {
  float: left;
  width: 150px;
}

#sitemapNav ul .SNListHead h2 {
  color: #89B800;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 100;
}

#sitemapNav ul .SNListHead h2.sttl_build {
	margin-bottom: 25px;
}

#sitemapNav ul .SNListHead h2 a {
	color: #89B800;
}
#sitemapNav ul .SNListHead ul {
  margin-top: 10px;
}
#sitemapNav ul .SNListHead ul li {
  margin-bottom: 2px;
  line-height: 1.5;
  margin: 0 0 0.6em 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #444444;
}
#sitemapNav ul .SNListHead ul .SNkeywords {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 140%;
}
#sitemapNav ul .SNListHead-2 {
  width: 220px;
  margin-right: 5px;
}
#sitemapNav a:hover {
  color: #89b800;
  text-decoration: underline;
}


/*#sitemapNav ul .SNListHead {
  float: left;
  /*width: 150px;*!/
  width: auto;
  margin-right: 17px;
}

#sitemapNav ul .SNListHead:first-child {
	/*width: 80px;*!/
}

#sitemapNav ul .SNListHead:last-child {
	margin-right: 0;
}

#sitemapNav ul .SNListHead h2 {
  color: #89B800;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 100;
}
#sitemapNav ul .SNListHead h2 a {
	color: #89B800;
}
#sitemapNav ul .SNListHead ul {
  margin-top: 10px;
}

#sitemapNav ul .SNListHead ul li {
  margin-bottom: 2px;
  line-height: 1.5;
  margin: 0 0 0.6em 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #444444;
}

#sitemapNav ul .SNListHead ul .SNkeywords {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 140%;
}
#sitemapNav ul .SNListHead-2 {
  width: 180px;
  /*margin-right: 5px;*!/
}

#sitemapNav #list_shop_foot {
	width: 290px;
	/*margin-right: 0;*!/
	/*width: 430px;*!/
}

#sitemapNav #list_shop_foot li {
	width: 48%;
	float: left;
	margin-right: 2%;
}*/

#sitemapNav a:hover {
  color: #89b800;
  text-decoration: underline;
}

#copyright {
  font-size: 11px;
  font-size: 1.1rem;
  color: #777777;
  line-height: 150%;
	text-align: center;
}

#pageTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
}

body.propertyPage #pageTop {
	bottom: 98px;
}

#pageTop a {
	display: block;
}

#pageTop img {
  width: 73px;
  height: 73px;
}

.globalNav {
  display: block;
  background-color: #89B800;
}


.globalNav ul {
  background-color: #89B800;
  /*padding-left: 10px;*/

  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}


.globalNav ul li {
height: 100%;
line-height: 1;
font-size: 1.6rem;
}

body.topPage .globalNav ul li:nth-child(1) {
	display: none;
}

body.topPage .globalNav ul li {
	font-size: 1.8rem;
}

.globalNav ul li a {
  display: block;
  text-align: center;
  padding: 1em;
  box-sizing: border-box;
  color: #fff;
  height: 100%;
  transition: all 0.2s linear;
}



.globalNav ul li a:hover {
  background-color: #9bc326;
}


#dir_tenant_support .gNTenant,
.topPage .gNHome,
.propertyPage .gNProperty,
.shopPage .gNShop,
.lifePage .gNLife,
.linksPage .gNLinks,
.inquiryPage .gNInquiry,
.cmPage .gNCm,
.building_detail .gNBuilding,
.building_list .gNBuilding {
  background-color: #9bc326;
}



 /**/

.bannerSection {
  margin-bottom: 50px;
  overflow: hidden;
}
.bannerSection ul {
  zoom: 1;
  width: 110%;
  margin-left: -10px;
}
.bannerSection ul:before, .bannerSection ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.bannerSection ul:after {
  clear: both;
}
.bannerSection ul li {
  float: left;
  width: 245px;
  margin-right: 6px;
  text-align: center;
}
.bannerSection ul li p {
  margin: auto;
}
.bannerSection ul li .BSTxt {
  width: 90%;
  line-height: 150%;
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

#subHeader {
  /*background-color: #89b800;*/
  background-color: #a8e538;
  position: relative;
  border-top: 1px solid #26b808;
  height: 220px;
}
#subHeader .pageHead {
  zoom: 1;
  float: left;
  width: 700px;
  margin-top: 40px;
}

#subHeader .pageHead.text {
	color: #fff;
	font-size: 2.8rem;
	position: relative;
	padding-top: 0.4em;
}


#subHeader .pageHead:before, #subHeader .pageHead:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#subHeader .pageHead:after {
  clear: both;
}
#subHeader .pageHead .sh1 {
  width: 45px;
  height: 45px;
  background-position: -13px -270px;
  float: left;
  margin-right: 10px;
}

#subHeader .pageHead.text .sh1 {
	top: -10px;
	position: relative;
}


#subHeader .pageHead2 {
  float: right;
  position: relative;
  background-color: #006c5f;
  width: 215px;
  height: 220px;
  color: #fff;

  display: none;
}
#subHeader .pageHead2 h2 {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
  font-family: avn;
  font-size: 20px;
  font-size: 2rem;
  font-family: sans-serif;
}



#subHeader .kvMask {
  position: absolute;
  bottom: -0%;
  width: 100%;
  min-width: 1024px;
}

#subBox {
  position: relative;
  top: -25px;
  color: #444444;
}
#subBox .pageHead3 {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  color: #444444;
  line-height: 130%;
  font-weight: normal;
  margin-bottom: 25px;
}
#subBox .pageHead3 span {
  color: #006c5f;
}
#subBox .pageHead4 {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #444444;
  line-height: 130%;
  font-weight: normal;
  margin-bottom: 25px;
}
#subBox .pageHead4 span {
  color: #006c5f;
}
#subBox .pageHead5 {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  color: #444444;
  line-height: 130%;
  font-weight: normal;
  margin-bottom: 45px;
  margin-top: 10px;
}
#subBox .pageHead5 span {
  color: #006c5f;
}
#subBox .keyList {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}
#subBox .keyList li {
  margin: 0;
}
#subBox .keyList li .ssArow {
  width: 20px;
  height: 20px;
  background-position: -130px -188px;
  float: left;
  margin-right: 10px;
  margin-left: 22px;
}
#subBox .keyList li a {
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 0px;
  background-color: #4fcfea;
  border-bottom: 1px solid #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  box-sizing: border-box;
  color: #fff;
  zoom: 1;
	line-height: 1.7;
}

#subBox .keyList li a:before, #subBox .keyList li a:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

#subBox .keyList li a:after {
  clear: both;
}
#subBox .keyList li a:hover {
  background-color: #3d9db0;
}

#sideBox {
  width: 215px;
  display: block;
}
#sideBox #sideSearch {
  background-color: #f2f2f0;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}


#sideBox #sideSearch #sSBottom {
  margin-top: 20px;
  display: none!important;
}
#sideBox #sideBannerBox p {
  margin-bottom: 20px;
}


#sideBox #sideSearch button.gsc-search-button {
	width: 0px !important;
	height: 32px !important;
	padding-left: 16px;
	padding-right: 16px;
	top: 22px;
	right: 4px;
}

.sSList {
  margin: 12px auto;
  width: 170px;
}
.sSList li {
  margin-bottom: 5px;
}
.sSList .ssc1 {
  width: 170px;
  height: 55px;
  background-position: -224px -145px;
}
.sSList .ssc2 {
  width: 170px;
  height: 55px;
  background-position: -224px -205px;
}
.sSList .ssc3 {
  width: 170px;
  height: 55px;
  background-position: -224px -265px;
}
.sSList .ssc4 {
  width: 170px;
  height: 55px;
  background-position: -224px -325px;
}
.sSList a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.sSList a:after {
  content: '';
  background-image: url("/wp-content/uploads/sites/650/2022/02/sprite.png");
  display: block;
  position: absolute;
  top: 0px;
  opacity: 0;
  display: none\9;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sSList a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sSList .scc1a:after {
  width: 170px;
  height: 55px;
  background-position: -424px -145px;
}
.sSList .scc2a:after {
  width: 170px;
  height: 55px;
  background-position: -424px -205px;
}
.sSList .scc3a:after {
  width: 170px;
  height: 55px;
  background-position: -424px -265px;
}
.sSList .sscCurent:after {
  opacity: 1;
}
.sSList .scc4a:after {
  width: 170px;
  height: 55px;
  background-position: -424px -325px;
}

.keyListBox {
  height: 0px;
  overflow: hidden;
  width: 214px;
  margin-left: -21px;
}

#mainBox {
  color: #333333;
  width: 733px;
  margin-bottom: 60px;
}
#mainBox .title1 {
  font-size: 18px;
  font-size: 1.8rem;
  border: 4px solid #89b800;
  padding: 5px;
  margin-bottom: 20px;
  zoom: 1;
}

#mainBox h1.title1.event {
	border-color: #e90000;
	font-weight: bold;
	color: #e90000;
}

#mainBox .title1:before, #mainBox .title1:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#mainBox .title1:after {
  clear: both;
}
#mainBox .title1 .sh2 {
  width: 33px;
  height: 33px;
  background-position: -15px -330px;
  border-bottom-color: #000;
  margin-top: 5px;
  float: left;
  margin-right: 8px;
}

#mainBox h1.title1.event .sh2 {
	background-image: url(/wp-content/uploads/sites/650/2022/02/bg_ttl_event.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#mainBox .title1 .txt {
  margin-top: 10px;
  display: inline-block;
}
#mainBox .txtArea {
  margin-bottom: 20px;
}

#mainBox h5 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

#sideLifeInfo {
  display: none;
}

.lifePage #sideLifeInfo {
  display: block;
}

#sideLifeInfo {
  border: 3px solid #89b800;
  margin-bottom: 20px;
}
#sideLifeInfo a {
  display: block;
  position: relative;
  color: #89b800;
  padding: 17px 15px 12px 15px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
#sideLifeInfo a:hover {
  background-color: #89b800;
  color: #fff;
}
#sideLifeInfo a:hover .ssl {
  width: 15px;
  height: 15px;
  background-position: -35px -664px;
}
#sideLifeInfo .current {
  background-color: #89b800;
  color: #fff;
}
#sideLifeInfo .current .ssl {
  width: 15px;
  height: 15px;
  background-position: -35px -664px;
}

#sideLifeInfo li{
  border-top: 3px solid #89b800;
}

#sideLifeInfo li:nth-child(1){
  border-top: none;}

#sideLifeInfo .ssl {
  width: 15px;
  height: 15px;
  background-position: -15px -664px;
  position: absolute;
  top: 21px;
  left: 5px;
}
#sideLifeInfo .txt {
  margin-left: 12px;
  white-space: nowrap;
}

.lifePublicPage #sNL1 {
  background-color: #89b800;
  color: #fff;
}
.lifePublicPage #sNL1 .ssl {
  width: 15px;
  height: 15px;
  background-position: -35px -664px;
}

.lifeTipsPage #sNL2 {
  background-color: #89b800;
  color: #fff;
}

.lifeAreaPage #sNL3 {
cursor: default;
  background-color: #89b800;
  color: #fff;
}


.lifeTipsPage #sNL2 .ssl {
  width: 15px;
  height: 15px;
  background-position: -35px -664px;
}

.midBox {
  margin: 20px 0 0 0;
}

.bannerBox2 p {
  margin: 0px 0 20px 0;
}

#sectionNews_sp,
#sectionNews {
  background-color: #f2f2f0;
  width: 477px;
  padding: 0 0 1px 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: relative;

  padding-bottom: 30px;
}
#sectionNews_sp h1,
#sectionNews h1 {
  position: relative;
  top: -10px;
  left: 20px;
}
#sectionNews_sp ul,
#sectionNews ul {
  width: 92%;
  padding-left: 10px;
  margin: 11px auto;
}

#sectionNews_sp ul li,
#sectionNews ul li {
  zoom: 1;
  margin-bottom: 10px;
  color: #444444;
  font-size: 14px;
  font-size: 1.4rem;
  /*white-space: nowrap;*/
}
#sectionNews_sp ul li:before, #sectionNews_sp ul li:after ,
#sectionNews ul li:before, #sectionNews ul li:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#sectionNews_sp ul li:after,
#sectionNews ul li:after {
  clear: both;
}
#sectionNews_sp ul li .date,
#sectionNews ul li .date {
  float: left;
  width: 95px;
  font-weight: bold;
}

#sectionNews_sp ul li .topic,
#sectionNews ul li .topic {
  padding-left: 100px;
}

#sectionNews_sp ul li .topic a,
#sectionNews ul li .topic a {
	color: #456c29;
}

#sectionNews_sp ul li .topic a:hover,
#sectionNews ul li .topic a:hover {
	text-decoration: underline;
}

#sectionNews_sp .newsLink,
#sectionNews .newsLink {
  text-align: right;
  width: 95%;
  margin-bottom: 22px;
  margin-top: 20px;
}

/* KV 関連はhome.cssに移行20190213 */









#serchSection {
  position: relative;
  top: -60px;
  margin-bottom: 0px;
  overflow: hidden;
}
#serchSection h1 {
  text-align: center;
  margin-bottom: 15px;
  padding: 0;
  width: 30%;
  min-width: 404px;

  /* 2018/02/06 */
  visibility: hidden!important;
  width: 0px!important;
  height: 0px!important;
  min-width: initial!important;
  margin-top: 30px;
}

#serchSection h1 img {
	min-width: 404px;

	/* 2018/02/06 */
	display: none!important;
}

#serchSection .serchNav ul li {
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
}
#serchSection .serchNav a:hover .img {
  background-color: #3d9db0;
}
#serchSection .serchNav a:hover .img2 {
  background-color: #c19b36;
}
#serchSection .serchNav .current .img {
  background-color: #3d9db0;
}
#serchSection .serchNav .current .img2 {
  background-color: #c19b36;
}
#serchSection .serchNav .txt {
  position: absolute;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  bottom: 16px;
  width: 78.5%;
  text-align: center;
  left: 11.5%;
}
#serchSection .serchNav .txt2 {
  position: absolute;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  bottom: 18px;
  width: 192px;
  text-align: center;
  left: 11.5%;
  z-index: 100;
}

#serchSection .serchNav span.txt_small {
	font-size: 1.7rem;
	display: block;
}

#serchSection .img {
  background-color: #4fcfea;
  width: 78.5%;
  height: 192px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-left: 27px;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#serchSection .img img {
  margin-top: -15px;
}
#serchSection .img2 {
  background-color: #eabe48;
  height: 78.5%;
  height: 192px;
  width: 78.5%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-left: 27px;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#serchSection .img2 img {
  margin-top: -15px;
}

#serchContents .serchBox {
  position: relative;
  width: 100%;
  min-height: 100px;
  border: 10px solid #f0f0f0;
  margin-top: 30px;
  box-sizing: border-box;
  display: none;
}

.serchBox .scArrow {
  position: absolute;
  left: 92px;
  top: -35px;
}
.serchBox .scArrow .spArrow2 {
  width: 43px;
  height: 30px;
  background-position: -13px -225px;
}

#serchLine .scArrow {
  left: 9.5%;
}

#serchArea .scArrow {
  left: 35%;
}

#serchAKeyword .scArrow {
  left: 61%;
}

#serchShop .scArrow {
  left: 86.5%;
}

#serchLine {
  display: block;
}
#serchLine #lineView {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
#serchLine #lineSlide {
  position: relative;
  left: 0px;
  width: 100.3%;
}
#serchLine .lineList-1 li {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  float: left;
  width: 33.3%;
  display: table;
}
#serchLine .lineList-1 li a {
  padding: 20px 20px 12px 20px;
  box-sizing: border-box;
  background-color: #4fcfea;
  border: 1px solid #fff;
  text-align: center;
  height: 90px;
  color: #fff;
  display: block;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: table-cell;
  vertical-align: middle;
}
#serchLine .lineList-1 li a:hover {
  background-color: #3d9db0;
}
#serchLine .lineList-1 li .spArrow {
  position: absolute;
  right: 30px;
  top: 38%;
  width: 25px;
  height: 25px;
  background-position: -14px -185px;
}
#serchLine .lineListBox {
  padding: 40px;
  position: absolute;
  left: 100%;
  top: 0px;
  width: 880px;
  height: 280px;
}
#serchLine .lineListBox .colseBox {
  font-size: 24px;
  font-size: 2.4rem;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
#serchLine .lineListBox .colseBox h2 {
  display: inline-block;
  margin-right: 20px;
}
#serchLine .lineListBox .colseBox .close1 {
  background-color: #666;
  padding: 10px;
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
}
#serchLine .lineList-2 .lineBox {
  display: none;
  font-size: 24px;
  font-size: 2.4rem;
}
#serchLine .lineList-2 .lineBox .lineTxt {
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
}
#serchLine .lineList-2 .lineBox .lineTxt a {
  text-decoration: underline;
}

#serchArea {
  display: block;
}
#serchArea .topMapBox {
  display: block;
}

.mapBox {
  position: relative;
}
.mapBox .mapNav {
  display: none;
  position: absolute;
  left: 20px;
  top: 30px;
  z-index: 1000;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #bbbbbb;
}
.mapBox .mapNav a {
  color: #bbbbbb;
}
.mapBox .mapNav .arrow {
  margin-left: 10px;
  margin-right: 3px;
  font-weight: normal;
}
.mapBox .mapNav .mapAll {
  color: #4fcfea;
  border-bottom: 2px solid #4fcfea;
  height: 30px;
  display: inline-block;
}

.map {
  position: relative;
  display: none;
}
.map .mapHover {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.map area {
  background-color: #000;
}
.map .link {
  position: absolute;
  z-index: 1000;
}
.map .link a {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  display: block;
  text-decoration: underline;
}
.map .link a:hover {
  color: #4fcfea;
}

#mapP1 {
  display: block;
}

#kawasaki .l_kawasaki {
  left: 4%;
  top: 53%;
}
#kawasaki .l_yokohama {
  left: 40%;
  top: 72%;
}
#kawasaki .l_sagamiwara {
  left: 4%;
  top: 53%;
}
#kawasaki .l_kenou {
  left: 8%;
  top: 88%;
}
#kawasaki .l_syounan {
  left: 4%;
  top: 53%;
}
#kawasaki .l_kensei {
  left: 7%;
  top: 87%;
}
#kawasaki .l_yokosuka {
  left: 4%;
  top: 53%;
}

#yokohama .l_kawasaki {
  left: 63%;
  top: 8%;
}
#yokohama .l_yokohama {
  left: 21%;
  top: 21%;
  display: none;
}
#yokohama .l_sagamiwara {
  left: 21%;
  top: 21%;
}
#yokohama .l_kenou {
  left: 21%;
  top: 43%;
}
#yokohama .l_syounan {
  left: 22%;
  top: 77%;
}
#yokohama .l_kensei {
  left: 7%;
  top: 87%;
}
#yokohama .l_yokosuka {
  left: 35%;
  top: 93%;
}

#yokosuka .l_yokohama {
  left: 44%;
  top: 12%;
}
#yokosuka .l_syounan {
  left: 16%;
  top: 22%;
}

#shonan .l_kawasaki {
  left: 63%;
  top: 8%;
}
#shonan .l_yokohama {
  left: 83%;
  top: 25%;
}
#shonan .l_sagamiwara {
  left: 21%;
  top: 21%;
}
#shonan .l_kenou {
  left: 53%;
  top: 14%;
}
#shonan .l_syounan {
  left: 22%;
  top: 77%;
}
#shonan .l_kensei {
  left: 12%;
  top: 61%;
}
#shonan .l_yokosuka {
  left: 80%;
  top: 85%;
}

#sagamiwara .l_kawasaki {
  left: 84%;
  top: 35%;
}
#sagamiwara .l_yokohama {
  left: 80%;
  top: 68%;
}
#sagamiwara .l_sagamiwara {
  left: 21%;
  top: 21%;
}
#sagamiwara .l_kenou {
  left: 53%;
  top: 14%;
}
#sagamiwara .l_syounan {
  left: 43%;
  top: 89%;
}
#sagamiwara .l_kensei {
  left: 21%;
  top: 82%;
}
#sagamiwara .l_yokosuka {
  left: 80%;
  top: 85%;
}

#kensei .l_kawasaki {
  left: 84%;
  top: 35%;
}
#kensei .l_yokohama {
  left: 91%;
  top: 20%;
}
#kensei .l_sagamiwara {
  left: 62%;
  top: 7%;
}
#kensei .l_kenou {
  left: 53%;
  top: 14%;
}
#kensei .l_syounan {
  left: 70%;
  top: 41%;
}
#kensei .l_kensei {
  left: 21%;
  top: 82%;
}
#kensei .l_yokosuka {
  left: 90%;
  top: 57%;
}

/* search keyword 190520調整 */

#serchAKeyword {
  background-color: #f0f0f0;
}


#serchAKeyword ul {
  margin: 30px auto 10px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 948px;
}




#serchAKeyword ul li {
  width: 177px;

}

#serchAKeyword ul li a:after {
  z-index: 20;
  height: 95%;
}
#serchAKeyword ul li h2 {
  color: #a1c432;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 8px;
}
#serchAKeyword ul li .txt {
  position: absolute;
  z-index: 10;
  top: 58%;
}
#serchAKeyword ul li .txt p {
  line-height: 130%;
  padding: 0 10px 0 10px;
}
#serchAKeyword ul .m0 {
  margin-right: 0px;
}

#serchShop .shopListBox {
  zoom: 1;
  overflow: hidden;
}
#serchShop .shopListBox:before, #serchShop .shopListBox:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#serchShop .shopListBox:after {
  clear: both;
}
#serchShop .shopListBox ul {
  width: 100.2%;
}
#serchShop .shopListBox li {
  position: relative;
  font-size: 19px;
  font-size: 1.9rem;
  float: left;
  width: 33.3%;
  display: table;
  vertical-align: middle;
}
#serchShop .shopListBox li a {
  padding: 20px 20px 12px 20px;
  box-sizing: border-box;
  background-color: #eabe48;
  border: 1px solid #fff;
  text-align: center;
  line-height: 150%;
  color: #fff;
  display: block;
  height: 92px;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#serchShop .shopListBox li a:hover {
  background-color: #c19b36;
}
#serchShop .shopListBox li .scTxt {
  position: relative;
  height: 60px;
  width: 230px;
  top: -2px;
  bottom: 0%;
  left: 5px;
  display: table-cell;
  vertical-align: middle;
}
#serchShop .shopListBox li .spArrow {
  position: absolute;
  right: 30px;
  top: 38%;
  width: 25px;
  height: 25px;
  background-position: -14px -185px;
}

#pickupSection {
  margin-top: 23px;
  margin-bottom: 35px;
  min-width: 1024px;
  /*0203*/
  /*display: none;*/
}
#pickupSection header {
  zoom: 1;
  position: relative;
  padding-bottom: 13px;
  overflow: hidden;
}
#pickupSection header:before, #pickupSection header:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#pickupSection header:after {
  clear: both;
}
#pickupSection header h1 {
    border-left: 13px solid #71c62f;
    padding: 7px 0 7px 8px;
    float: left;
    width: 45%;
    line-height: 1;
}
#pickupSection header ul {
  position: absolute;
  right: -40px;
  top: 8px;
  width: 50%;
  zoom: 1;
}
#pickupSection header ul:before, #pickupSection header ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#pickupSection header ul:after {
  clear: both;
}
#pickupSection header ul li {
    float: left;
    margin-right: 20px;
    line-height: 1.4;
}
#pickupSection header ul a {
  display: block;
}

#pickupSection header ul .PUsp1,
#pickupSection header ul .PUsp2,
#pickupSection header ul .PUsp3 {
	text-indent: 0;
	background-image: none;

	font-size: 1.6rem;
	font-weight: bold;
}

#pickupSection header ul a span:before {
	display: block;
	content: '';
	width: 20px;
	height: 23px;
	background: url("/wp-content/uploads/sites/650/2022/02/sprite.png") no-repeat;
	background-position: -12px -606px;
	float: left;
	margin-right: 2px;
}

#pickupSection header ul .PUsp1 {
/*  width: 180px;
  height: 28px;*/
  /*background-position: -13px -95px;*/

  /*background-position: -12px -605px;*/

}
#pickupSection header ul .PUsp2 {
/*  width: 115px;
  height: 28px;
  background-position: -215px -95px;*/
}
#pickupSection header ul .PUsp3 {
/*  width: 115px;
  height: 28px;
  background-position: -353px -95px;*/
}
#pickupSection #pickupArea {
  padding-top: 25px;
  background-color: #eeeee9;
overflow: hidden;
  /*0203*/
  /*display: none;*/
}
#pickupSection #pickupArea nav {
  overflow: hidden;
}
#pickupSection #pickupArea nav .shopList {
  zoom: 1;
  width: 110%;
}
#pickupSection #pickupArea nav .shopList:before, #pickupSection #pickupArea nav .shopList:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#pickupSection #pickupArea nav .shopList:after {
  clear: both;
}
#pickupSection #pickupArea nav .shopList li {
  float: left;
  width: 225px;
  margin-right: 26px;
  margin-bottom: 22px;
}
#pickupSection #pickupArea nav .shopList .shopBox {
  background-color: #fff;
}
#pickupSection #pickupArea nav .shopList .shopBox:hover {
  cursor: pointer;
}
#pickupSection #pickupArea nav .shopList .shopBox:hover .spImg a:after {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* IE lt 8 */
}

#shopListBody li div.shopBox p.spImg a img.nowpri {
	width: 200px;
	height: auto;
}


#pickupSection #pickupArea nav .shopList .shopBox .spDetail-1 {
  padding: 13px 10px 0px 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
#pickupSection #pickupArea nav .shopList .shopBox .spDetail-2 {
  padding: 0px 10px 10px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}

#pickupSection #pickupArea nav .shopList .shopBox .spDetail-3 {
  padding: 6px 10px 5px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 150%;
}
#pickupSection #pickupArea nav .shopList .shopBox .spDetail-3:after {
  content: '';
  display: block;
  margin-top: 5px;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
#pickupSection #pickupArea nav .shopList .shopBox .spDetail-4 {
  padding: 6px 10px 10px 10px;
  font-size: 11px;
  font-size: 1.1rem;
  zoom: 1;
  line-height: 150%;
}
#pickupSection #pickupArea nav .shopList .shopBox .spDetail-4:before, #pickupSection #pickupArea nav .shopList .shopBox .spDetail-4:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#pickupSection #pickupArea nav .shopList .shopBox .spDetail-4:after {
  clear: both;
}
#pickupSection #pickupArea nav .shopList .shopBox .spDetail-4 .spCheck {
  width: 23px;
  height: 25px;
  background-position: -14px -144px;
  float: left;
  margin-right: 5px;
  margin-top: 3px;
}
#pickupSection #pickupArea nav .shopList .shopBox .spImg {
  text-align: center;
}
#pickupSection #pickupArea nav .shopList .shopBox .spImg a {
  position: relative;
  display: block;
}

body.shopDetailPage #pickupSection img.nowpri {
	width: 120px!important;
	/*height: 90px!important;*/
}

body.topPage #shopListBody img.nowpri {
	width: 120px!important;
	/*height: 90px!important;*/
}

#pickupSection #pickupArea nav .shopList .shopBox .spImg a:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: none\9;
  filter: alpha(opacity=0);
  /* IE lt 8 */
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#pickupSection #pickupArea nav .shopList .shopBox .font1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #89b800;
}
#pickupSection #pickupArea nav .shopList .shopBox .font2 {
  font-size: 12px;
  font-size: 1.2rem;
  color: #89b800;
  font-weight: bold;
}
#pickupSection #pickupArea nav .shopList .shopBox .bold {
  font-weight: bold;
}

.sortBox {
  border: 1px solid #e5e5e3;
}
.sortBox .sh1 {
  position: relative;
  zoom: 1;
  border-bottom: 1px solid #e5e5e3;
}
.sortBox .sh1:before, .sortBox .sh1:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.sortBox .sh1:after {
  clear: both;
}
.sortBox .sh1 .sh1-a {
  float: left;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.sortBox .sh1 .sh1-a span {
  color: #89b800;
}

.sortBox .sh1 .sh1-b {
  font-size: 14px;
  font-size: 1.4rem;
  width: 149px;
  float: right;
  zoom: 1;
}
.sortBox .sh1 .sh1-b:before, .sortBox .sh1 .sh1-b:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.sortBox .sh1 .sh1-b:after {
  clear: both;
}
.sortBox .sh1 .sh1-b .numH {
  padding: 10px;
  float: left;
}
.sortBox .sh1 .sh1-b .num {
  background-color: #f2f2f0;
  display: inline-block;
  padding: 10px 15px 10px 15px;
  text-decoration: underline;
}
.sortBox .sh2 {
  zoom: 1;
}
.sortBox .sh2:before, .sortBox .sh2:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.sortBox .sh2:after {
  clear: both;
}
.sortBox .sh2 h3 {
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
}
.sortBox .sortList {
  zoom: 1;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  padding: 10px;
  height: 10px;
  display: block;
}
.sortBox .sortList:before, .sortBox .sortList:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.sortBox .sortList:after {
  clear: both;
}
.sortBox .sortList li {
  float: left;
  margin-right: 10px;
  text-align: center;
}
.sortBox .sortList li a {
  padding: 3px 3px 0px 3px;
}
.sortBox .sortList .soSp {
  width: 11px;
  height: 15px;
  background-position: -12px -634px;
  display: inline-block;
  margin-left: 0px;
}
.sortBox .sortList .current {
  background-color: #89b800;
  color: #fff;
}
.sortBox .sortList .current .soSp {
  width: 11px;
  height: 15px;
  background-position: -25px -634px;
  display: inline-block;
  margin-left: 1px;
}

.inquiry {
  margin: 30px;
}
.inquiry .inqBox {
  background-color: #f2f2f0;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  width: 95%;
  margin: auto;
  padding: 8px;
  position: relative;
}
.inquiry .sh4l {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 0.4em;
}
.inquiry .sh4r {
  position: absolute;
  right: 0px;
  top: 0px;
}

.plList {
  zoom: 1;
  border-bottom: 2px solid #dbeab2;
  padding-bottom: 7px;
  margin-bottom: 50px;
}
.plList:before, .plList:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.plList:after {
  clear: both;
}
.plList .pLImg {
  float: left;
  width: 40%;
}
.plList .plDetail {
  float: right;
  width: 57%;
}

.pLImg .pli2 {
  margin-top: 10px;
  position: relative;
  text-align: center;
}
.pLImg .pli2 img {
  border: 1px solid #89b800;
  margin-right: 5px;
}

#propertyListBox a.pli2a img {
	max-width: 100px;

}

.pLImg .pli2 a {
  position: relative;
  left: 5px;
  text-decoration: underline;
}

.plDetail .pld-1 {
  position: relative;
  width: 100%;
}
.plDetail .pld-1 h1 {
  font-size: 20px;
  font-size: 2rem;
  color: #456c29;
  width: 330px;
}

.plDetail .pld-1 h1:hover {
	cursor: pointer;
	text-decoration: underline;
}

.plDetail .pld-1 .pld-1a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #89b800;
  font-weight: bold;
  margin-right: 10px;
}
.plDetail .pld-1 .pld-1b {
  font-size: 12px;
  font-size: 1.2rem;
}
.plDetail .pld-1 .check {
  position: absolute;
  right: -15px;
  top: -10px;
  display: block;
}
.plDetail .pld-1 .check span {
  position: relative;
  top: 5px;
  margin-right: 1px;
  text-decoration: underline;
}
.plDetail .pld-2 {
	width: 100%;
	min-height: 57px;
  margin-top: 10px;
  background-color: #f2f2f0;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
}
.plDetail .pld-2 .point {
  width: 45px;
  height: 63px;
  background-position: -15px -388px;
  position: absolute;
  top: -6px;
  left: 7px;
}
.plDetail .pld-2 .txt {
  position: relative;
  padding: 12px 10px 8px 10px;
  width: 80%;
  left: 55px;
  line-height: 150%;
}
.plDetail .pld-3 {
  margin-top: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  zoom: 1;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
}
.plDetail .pld-3:before,
.plDetail .pld-3:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.plDetail .pld-3:after {
  clear: both;
}
.plDetail .pld-3 .pld-3a {
  float: left;
  /*width: 45%;*/
  width: auto;
  max-width: 45%;
  position: relative;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.plDetail .pld-3 .pld-3a:after {



/*  content: '';
  display: block;
  background: url("https://www.ja-home.net/img_common/sprite.png") no-repeat;
  width: 25px;
  height: 70px;
  background-position: -14px -485px;
  position: absolute;
  left: 176px;
  top: -10px;*/
}
.plDetail .pld-3 .pld-3a .font1 {
  margin-left: 7px;
}
.plDetail .pld-3 .pld-3b {
  /*float: right;*/
  float: left;
  /*width: 53%;*/
  width: auto;
  max-width: 55%;
  position: relative;
  padding-left: 4%;
  margin-left: 4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.plDetail .pld-3 .pld-3b:before {
	content: '';
	display: block;
	width: 1px;
	height: 70px;
	background-color: #89b800;
	position: absolute;
	transform: rotate(15deg);
	-webkit-transform: rotate(15deg);

	top: -12px;
	left: 0;
}

.plDetail .pld-3 .font1 {
  font-size: 36px;
  font-size: 3.6rem;
  color: #89b800;
  font-weight: bold;
}
.plDetail .pld-3 .font2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 5px;
}
.plDetail .pld-4 {
  margin-top: 10px;
}
.plDetail .pld-5 {
  margin-top: 15px;
}
.plDetail .pld-5 .map {
  width: 20px;
  height: 23px;
  background-position: -15px -568px;
  float: left;
}
.plDetail .pld-5 p {
  clear: both;
  /*margin-left: 20px;*/
}
.plDetail .pld-6 {
  /*margin-top: 20px;*/
  zoom: 1;
  text-align: right;
  float: right;
}
.plDetail .pld-6:before, .plDetail .pld-6:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.plDetail .pld-6:after {
  clear: both;
}
.plDetail .pld-6 a {
  display: block;
  width: auto;
  float: right;
  zoom: 1;
  width: 145px;
}


div.plDetail div.pld-6 a span:hover {
	text-decoration: underline;
}

.plDetail .pld-6 a:before, .plDetail .pld-6 a:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.plDetail .pld-6 a:after {
  clear: both;
}
.plDetail .pld-6 .arrow2 {
  width: 20px;
  height: 23px;
  background-position: -12px -605px;
  float: right;
}

.pager ul {
  zoom: 1;
  width: 44%;
  text-align: center;
  margin: 30px auto;
  margin-bottom: 40px;
}
.pager ul:before, .pager ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.pager ul:after {
  clear: both;
}
.pager li {
  float: left;
  font-family: Verdana;
  padding: 0px 15px 0px 15px;
  border-left: 1px solid #cccccc;
}
.pager li a {
  font-size: 18px;
  font-size: 1.8rem;
  color: #89b800;
  font-weight: bold;
}
.pager .prev {
  border-left: none;
}
.pager .prevSp {
  width: 65px;
  height: 25px;
  background-position: -153px -442px;
}
.pager .prevSpNone {
  width: 65px;
  height: 25px;
  background-position: -153px -472px;
  display: none;
}
.pager .none .prevSp {
  display: none;
}
.pager .none .prevSpNone {
  display: block;
}
.pager .next {
  width: 60px;
}
.pager .nextSp {
  width: 65px;
  height: 25px;
  background-position: -225px -442px;
}
.pager .nextSpNone {
  width: 65px;
  height: 25px;
  background-position: -225px -472px;
  display: none;
}
.pager .none .nextSp {
  display: none;
}
.pager .none .nextSpNone {
  display: block;
}

.title2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.title2 span {
  color: #89b800;
}

.inq .fbtn {
  margin-top: 20px;
  text-align: center;
}

.inqBox {
  zoom: 1;
}
.inqBox:before, .inqBox:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.inqBox:after {
  clear: both;
}
.inqBox .left {
  width: 55%;
}
.inqBox .inqImg {
  margin-top: 25px;
  margin-bottom: 50px;
}
.inqBox .right {
  width: 43%;
}
.inqBox .ml {
  margin-left: 20px;
}
.inqBox .formBtn {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}

.lifeHead {
  border-bottom: 1px solid #cccccc;
}

.pbpcv {
  display: block;
}

#lifeInfoBox {
  margin-top: 40px;
  position: relative;
  border: 5px solid #f0f0f0;
}
#lifeInfoBox .mapBox {
  positione: relative;
  height: auto;
}
#lifeInfoBox .mapBox .mapNav {
  font-size: 20px;
  font-size: 2rem;
}
#lifeInfoBox .mapBox .mapNav .mapAll {
  height: 23px;
}
#lifeInfoBox .mapBox .link a {
  font-size: 20px;
  font-size: 2rem;
}
#lifeInfoBox .mapOver {
  position: absolute;
  z-index: 0;
  top: 0;
}
#lifeInfoBox .mapLink {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  background-color: rgba(255, 255, 255, 0.5);
  width: 750px;
  height: 400px;
  display: none;
}
#lifeInfoBox .mapLinkBox {
  background-color: #f8f8f7;
  border: 1px solid #6eb0ad;
  height: 60%;
  width: 85%;
  position: relative;
  left: 5.5%;
  top: 12%;
  text-align: center;
}
#lifeInfoBox .mapLinkBox:before {
  width: 99%;
  height: 99%;
  content: '';
  display: block;
  border: 5px solid #fff;
  position: absolute;
  left: 0.5%;
  top: 0.5%;
  box-sizing: border-box;
  background-color: #f8f8f7;
  z-index: 0;
}

.closeBtn {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.closeBtn a {
  background-color: white;
  display: block;
  width: 35px;
  height: 35px;
  background-position: -5px -677px;
}

.mapListBody {
  position: relative;
  z-index: 10;
}
.mapListBody h2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}
.mapListBody ul {
  zoom: 1;
  width: 90%;
  margin: 10px auto;
}
.mapListBody ul:before, .mapListBody ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.mapListBody ul:after {
  clear: both;
}
.mapListBody li {
  float: left;
}
.mapListBody li a {
  color: #006c5f;
  background-color: #FFF;
  padding: 15px;
  box-sizing: border-box;
  margin: 1px;
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
  white-space: nowrap;
}
.mapListBody li a:hover {
  background-color: #006c5f;
  color: #fff;
}
.mapListBody .l1 {
  width: 33.3%;
}
.mapListBody .l3 {
  width: 100%;
}

.mt40 {
  margin-top: 40px;
}

.tabArea {
  position: relative;
}

.tabList {
  zoom: 1;
}
.tabList:before, .tabList:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.tabList:after {
  clear: both;
}
.tabList li {
  float: left;
  width: 33%;
}
.tabList li:nth-child(2) {
  width: 34%;
}
.tabList li:nth-child(2) a {
  margin: 0px 2px 0px 2px;
}
.tabList a {
  background-color: #f2f2f0;
  padding: 15px;
  display: block;
  box-sizing: border-box;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: underline;
  color: #006c5f;
}
.tabList a:hover {
  background-color: #89b800;
  color: #fff;
}
.tabList .current {
  background-color: #89b800;
  color: #fff;
}

.tabBox {
  position: relative;
  top: -2px;
  border-top: 5px solid #89b800;
  border: 3px solid #89b800;
  padding: 20px;
  padding-top: 0;
  width: 99.9%;
  box-sizing: border-box;
  display: none;
}
.tabBox h2 {
  border-left: 8px solid #89b800;
  color: #006c5f;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 10px 8px 15px;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
}
.tabBox #tb2, .tabBox #tb3 {
  display: none;
}

.tipsBtn {
  text-align: center;
  margin-top: 2px;
}
.tipsBtn a {
  background-color: #f2f2f0;
  padding: 15px;
  display: block;
  box-sizing: border-box;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: underline;
  color: #006c5f;
}
.tipsBtn a:hover {
  background-color: #89b800;
  color: #fff;
}

.tipsBtn2 {
  width: 50%;
  float: left;
  text-align: center;
  margin-top: 2px;
}
.tipsBtn2 a {
  background-color: #f2f2f0;
  padding: 15px;
  display: block;
  box-sizing: border-box;
  white-space: nowrap;
  text-align: center;
  margin: 1px;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: underline;
  color: #006c5f;
}
.tipsBtn2 a:hover {
  background-color: #89b800;
  color: #fff;
}

#linkList li {
  float: left;
  width: 33.3%;
  margin-bottom: 30px;
}
#linkList a:hover .linkBox {
  background-color: rgba(137, 184, 0, 0.1);
}
#linkList .linkBox {
  border: 5px solid #89b800;
  font-size: 20px;
  font-size: 2rem;
  color: #769e00;
  height: 210px;
  width: 210px;
  display: table;
  text-align: center;
  position: relative;
  background-color: #FFF;
  font-weight: bold;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#linkList .linkBox h2 {
  display: table-cell;
  vertical-align: middle;
}
#linkList .arrowSp {
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 25px;
  height: 25px;
  background-position: -13px -607px;
}
#linkList .txt {
  text-align: center;
  width: 90%;
  margin-left: 1px;
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 150%;
}

.SDLink {
  zoom: 1;
  text-align: center;
  /*width: 53%;*/
  margin: 10px auto;

}
.SDLink:before, .SDLink:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.SDLink:after {
  clear: both;
}
.SDLink li {
  /*float: left;*/
  display: inline-block;
  margin-left: 8px;
}

#mainBoxDetail {
  width: 926px;
  margin: 60px auto;
}
#mainBoxDetail .font1 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #89b800;
}
#mainBoxDetail .font2 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #89b800;
  font-weight: bold;
}
#mainBoxDetail .bold {
  font-weight: bold;
}
#mainBoxDetail .midBox {
  width: 904px;
  margin: 0 auto;
  position: relative;
}

.detailHead .dh1 {
  background-color: #89b800;
  color: #fff;
  position: relative;
}
.detailHead .dh1 h2 {
  padding: 10px;
  padding-left: 20px;
  padding-bottom: 8px;
  font-size: 16px;
  font-size: 1.6rem;
}
.detailHead .dh1 .inq {
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  right: 250px;
  top: 9px;
  text-align: right;
}
.detailHead .dh2 {
  text-align: center;
  padding: 15px;
  width: 660px;
  zoom: 1;
  text-align: left;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.detailHead .dh2:before, .detailHead .dh2:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.detailHead .dh2:after {
  clear: both;
}
.detailHead .dh2 .dh2a {
  margin-top: 20px;
  width: 245px;
  float: left;
}
.detailHead .dh2 .dh2a .left {
  width: 47%;
  background-image: url(/wp-content/uploads/sites/650/2022/02/price_slash.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
}
.detailHead .dh2 .dh2a .right {
  width: 48%;
}
.detailHead .dh2 .dh2a .d2 {
  margin-top: 5px;
  margin-bottom: 0px;
}
.detailHead .dh2 .dh2b {
  width: 380px;
  float: left;
  border-left: 1px dotted #ccc;
  padding-left: 20px;
  margin-left: 10px;
  position: relative;
}
.detailHead .dh2 .dh2b h2 {
  position: absolute;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 3px;
  margin-bottom: 3px;
  width: 405px;
}
.detailHead .dh2 .dh2b p {
  margin-top: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 170%;
}
.detailHead .dh3 {
  background-color: #faede5;
  margin-left: 25px;
  position: relative;
  width: 665px;
  zoom: 1;
}
.detailHead .dh3:before, .detailHead .dh3:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.detailHead .dh3:after {
  clear: both;
}
.detailHead .dh3 .point {
  width: 48px;
  height: 48px;
  background-position: -13px -720px;
  position: absolute;
  left: -28px;
}
.detailHead .dh3 p {
  padding: 3px;
  padding-bottom: 2px;
  padding-left: 40px;
  font-weight: bold;
  line-height: 150%;
}
.detailHead .dh4 {
	width: 210px;
  position: absolute;
  right: 0px;
  top: -35px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}

.detailHead .shop_name_upper{
	margin-top: 0.3em;
	border-top: 1px solid #e5e5e5;
	padding-top: 0.7em;
	line-height: 1.6;
}

.detailHead .qr{
	display: none;
}

.photoSection {
  background-color: #e8e8e8;
  margin-top: 40px;
  padding: 5px;
  zoom: 1;
}
.photoSection:before, .photoSection:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.photoSection:after {
  clear: both;
}
.photoSection .photoBox {
  float: left;
  width: 50%;
  text-align: center;
  background-color: #cccccc;
  width: 425px;
  margin: 10px;
}
.photoSection #photoList {
  background-color: #e8e8e8;
}
.photoSection #photoList a:hover {
  opacity: 0.5;
  display: none\9;
  filter: alpha(opacity=50);
  /* IE lt 8 */
}
.photoSection #photoList li {
  float: left;
  overflow: hidden;
  height: 70px;
  margin-right: 4px;
}
.photoSection #photoList li img {
  height: 80px;
}

.inqSection {
  width: 80%;
  margin: 40px auto;
  position: relative;
}
.inqSection .area {
  position: relative;
  background-color: #f3d7af;
  width: 515px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.inqSection .area h2 {
  padding: 20px 15px 15px 20px;
  color: #262626;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.inqSection .area p {
  position: absolute;
  right: -10px;
  top: -6px;
}
.inqSection .numBox2 {
  position: absolute;
  right: 0px;
  top: 8px;
  text-align: left;
}
.inqSection .numBox2 .tel {
  color: #89b800;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.inqSection .numBox2 .num {
  font-size: 12px;
  font-size: 1.2rem;
}

.detailSection {
  margin-bottom: 60px;
}

.detailSection table {
	width: 100%;
}

.detailSection th {
  background-color: #ddece8;
  padding: 7px 10px 7px 15px;
  color: #006c5f;
  border: 1px solid #8abf8c;
  width: 140px;
}

.detailSection td {
  padding: 7px 10px 7px 15px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.detailSection tr:last-child {
  display: none;
}

.apointSection {
  display: block;
  background-color: #ebf5eb;
}
.apointSection h2 {
  background-color: #89b800;
  color: #fff;
  padding: 8px 8px 5px 15px;
}
.apointSection .bottom {
  font-size: 12px;
  font-size: 1.2rem;
  zoom: 1;
}
.apointSection .bottom:before, .apointSection .bottom:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.apointSection .bottom:after {
  clear: both;
}
.apointSection .bottom p {
  padding: 8px 8px 5px 15px;
  float: left;
}
.apointSection .bottom .btn {
  float: right;
  width: 170px;
  margin-top: 11px;
}

.mainBoxShopList {
  background-color: #f7f7f6;
  position: relative;
  margin-top: 40px;
  padding-bottom: 40px;
}

#shopNavUI {
  position: relative;
  top: -15px;
}
#shopNavUI ul {
  zoom: 1;
  font-size: 16px;
  font-size: 1.6rem;
  width: 820px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  padding-left: 35px;
  background-image: url("/wp-content/uploads/sites/650/2022/02/shop-nav-bg.png");
  background-repeat: no-repeat;
}
#shopNavUI ul:before, #shopNavUI ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#shopNavUI ul:after {
  clear: both;
}
#shopNavUI li {
  float: left;
}
#shopNavUI li .current {
  padding: 15px 15px 10px 15px;
  display: block;
  background-color: #006c5f;
  color: #fff;
  font-weight: bold;
  position: relative;
}
#shopNavUI li .current .arrow {
  display: block;
}
#shopNavUI li a {
  padding: 15px 15px 10px 15px;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}
#shopNavUI li a:hover {
  padding: 15px 15px 10px 15px;
  display: block;
  background-color: #006c5f;
  color: #fff;
  font-weight: bold;
  position: relative;
}
#shopNavUI li a:hover .arrow {
  display: block;
}
#shopNavUI li .arrow {
  width: 30px;
  height: 25px;
  background-position: -55px -197px;
  position: absolute;
  top: 45px;
  left: 50%;
  margin-left: -15px;
  display: none;
}

#shopListDOM2 {
  margin-top: 40px;
  margin-bottom: 40px;
  zoom: 1;
}

body.shopPage.shopListPage .pcWrapper {
	overflow: hidden;
}

#shopListDOM2:before, #shopListDOM2:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#shopListDOM2:after {
  clear: both;
}
#shopListDOM2 li {
  float: left;
  width: 32%;
  margin-right: 10px;
  margin-bottom: 10px;
}
#shopListDOM2 .shopBox {
  background-color: #FFF;
  padding: 15px;
  -moz-box-shadow: 0px 0px 1px #ccc;
  -webkit-box-shadow: 0px 0px 1px #ccc;
  box-shadow: 0px 0px 1px #ccc;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#shopListDOM2 .shopBox h1 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #456c29;
  margin-bottom: 5px;
  height: 40px;
}

#shopListDOM2 .shopBox h1 a {
	color: #456c29;
}
#shopListDOM2 .img {
  float: left;
  width: 160px;
  height: 160px;
  overflow: hidden;
  position: relative;
}

#shopListDOM2 .img img {
  height: 160px;
  position: absolute;
  left: 50%;
  margin-left: -105px;
}

#shopListDOM2 li.shop_19 .img img {
	margin-left: -115px;
}


#shopListDOM2 .info {
  font-size: 12px;
  font-size: 1.2rem;
  float: right;
  width: 115px;
}
#shopListDOM2 .info .area {
  margin-bottom: 5px;
}
#shopListDOM2 .info .area h2 {
  background-color: #456c29;
  text-align: center;
  padding: 1px;
  padding-bottom: 0px;
  color: #fff;
  width: 80px;
  margin-bottom: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#shopListDOM2 .info .accsecc {
  margin-bottom: 5px;
  height: 80px;
}
#shopListDOM2 .info .accsecc h2 {
  background-color: #a0954d;
  text-align: center;
  width: 80px;
  padding: 1px;
  padding-bottom: 0px;
  color: #fff;
  margin-bottom: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#shopListDOM2 .info .accsecc p {
  line-height: 150%;
}
#shopListDOM2 .info .link {
  height: 20px;
}
#shopListDOM2 .info .link .shopHP {
  width: 80px;
  height: 26px;
  background-position: -56px -145px;
}
#shopListDOM2 .info .link .dNone {
  display: none;
}
#shopListDOM2 .shopBtn {
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 20px;
  clear: both;
}

#shopListDOM2 li.shop_26 .shopBtn {
	/*visibility: hidden;*/
}


#shopListDOM2 .shopBtn a {
  position: relative;
  left: 30px;
}
#shopListDOM2 .shopBtn .arrow {
  width: 20px;
  height: 25px;
  background-position: -13px -607px;
  position: absolute;
  left: 0px;
}
#shopListDOM2 .shopBtn p {
  position: relative;
  left: 25px;
}

#shopDHead {
  position: relative;
  padding-bottom: 1px;
}
#shopDHead .prevBtn1 {
  position: absolute;
  left: 20px;
  top: -6px;
}
#shopDHead .fs1 {
  font-weight: bold;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}
#shopDHead .Check {
  background-color: #f7f7f6;
  padding: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}
#shopDHead .spPoint {
  width: 50px;
  height: 79px;
  background-position: -13px -385px;
  position: absolute;
  top: -20px;
}
#shopDHead .txtBox {
  margin-left: 60px;
  margin-top: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  zoom: 1;
}
#shopDHead .txtBox:before, #shopDHead .txtBox:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#shopDHead .txtBox:after {
  clear: both;
}
#shopDHead .txtBox h2 {
	  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 2px dotted #7bb1aa;
  margin-bottom: 12px;
  padding-bottom: 10px;
}



#shopDHead .campaign {
  color: #ee0000;
  float: left;
  display: none;
}
#shopDHead .txt {
  /*margin-left: 210px;*/
  margin-right: 5px;
  color: red;
  min-height: 1.4em;
}

#shopInfo {
  zoom: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}
#shopInfo:before, #shopInfo:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#shopInfo:after {
  clear: both;
}

#shopIHead {
  zoom: 1;
}
#shopIHead:before, #shopIHead:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#shopIHead:after {
  clear: both;
}
#shopIHead .left {
  zoom: 1;
  width: 5３%;
  /*0203*/
  /*border-right: 2px dotted #7bb1aa;*/
}
#shopIHead .left:before, #shopIHead .left:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#shopIHead .left:after {
  clear: both;
}
#shopIHead .inqSp {
  width: 100px;
  height: 110px;
  background-position: -110px -526px;
  float: left;
}
#shopIHead .numBox {
  margin-left: 10px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  float: left;
  margin-top: 25px;
  margin-left: 10px;
  margin-right: 20px;
}
#shopIHead .numBox .font1 {
  color: #89b800;
}
#shopIHead .time {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}
#shopIHead .btnBox {
  margin-top: 20px;
  float: left;
}

.shop_26 #shopIHead .btnBox {
	/*visibility: hidden;*/
}

#shopIHead .btnBox .inq1Sp {
  width: 165px;
  height: 35px;
  background-position: -230px -526px;
  margin-bottom: 5px;
}
#shopIHead .btnBox .inq2Sp {
  width: 165px;
  height: 35px;
  background-position: -230px -564px;
  margin-bottom: 5px;
}
#shopIHead .right {
  zoom: 1;
  width: 47%;
  position: relative;
  /*0203*/
  /*display: none;*/

  border-left: 2px dotted #7bb1aa;

}

body.shop_19 #shopIHead .right,
body.shop_19 #pickupSection {
	display: none;
}

body.shop_19 div.SDprev.wrapper.sdp2 {
	margin-top: 20px;
}

#shopIHead .right:before, #shopIHead .right:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#shopIHead .right:after {
  clear: both;
}
#shopIHead .serchSp {
  width: 100px;
  height: 110px;
  background-position: -110px -650px;
  float: left;
  margin-right: 5px;
  margin-left: 8px;
}
#shopIHead .slList li {
  float: left;
  margin-left: 10px;
  margin-bottom: 17px;
}
#shopIHead .slList a p {
  background-color: #4fcfea;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#shopIHead .slList a:hover p {
  background-color: #3d9db0;
}
#shopIHead .keyWords {
  clear: both;
  border: 3px solid #F0F0F0;
  padding: 10px;
  width: 68%;
  float: right;
  position: absolute;
  margin-top: 10px;
  right: 0px;
  top: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
  display: none;
}
#shopIHead .keyWords .scArrow {
  position: absolute;
  right: 37px;
  top: -20px;
}
#shopIHead .keyWords .scArrow .spArrow2 {
  width: 24px;
  height: 24px;
  background-position: -63px -225px;
}
#shopIHead .keyWords a:hover {
  text-decoration: underline;
  color: #89b800;
}
#shopIHead .keyWords ul {
  zoom: 1;
}
#shopIHead .keyWords ul:before, #shopIHead .keyWords ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#shopIHead .keyWords ul:after {
  clear: both;
}
#shopIHead .keyWords li {
  float: left;
  zoom: 1;
  list-style: none;
  width: 50%;
  margin-top: 5px;
}
#shopIHead .keyWords li:before, #shopIHead .keyWords li:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#shopIHead .keyWords li:after {
  clear: both;
}
#shopIHead .keyWords .ssArow {
  width: 20px;
  height: 20px;
  background-position: -12px -606px;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}
#shopIHead .keyWords .close {
  width: 20px;
  height: 20px;
  background-position: -12px -682px;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}

.infoBody {
  margin-top: 20px;
  zoom: 1;
  position: relative;
}
.infoBody:before, .infoBody:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.infoBody:after {
  clear: both;
}
.infoBody .photoBox {
  float: left;
  width: 514px;
  height: 351px;
  overflow: hidden;
  text-align: center;
  background-color: #F7F7F6;
}
.infoBody .photoBox img {
  width: 514px;
}
.infoBody .detailList {
  position: relative;
  float: right;
  width: 46%;
  font-size: 12px;
  font-size: 1.2rem;
}
.infoBody .detailList li {
  padding: 11px 10px 10px 15px;
}
.infoBody .detailList li h4 {
  float: left;
  width: 100px;
}
.infoBody .detailList li p {
  margin-left: 100px;
}
.infoBody .detailList li p a {
  color: #2e86ea;
  text-decoration: underline;
}
.infoBody .detailList li:nth-child(odd) {
  background-color: #f7f7f6;
}
.infoBody .detailList .telLink {
  color: #444;
  text-decoration: none;
}
.infoBody .qrBox {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 100;
}

div#gMapBox.wrapper {
	padding: 0;
	margin-bottom: 34px;
}

div#gMapBox.wrapper:after{
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#box_staff_img {
	width: 485px;
	float: left;
	padding-top: 20px;
}

/*body.shop_08 #box_staff_img,*/
body.staff_non #box_staff_img {
	display: none;
}
#box_staff_img h2 {
    height: 32px;
    font-size: 22px;
    font-size: 2.2rem;
    background-image: url(/wp-content/uploads/sites/650/2022/02/bg_ttl_staff-1.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 44px;
    margin-left: 2px;
    line-height: 1.6;
    margin-bottom: 18px;
    text-align: left;
}
#img_group {
	width: 485px;
	height: 300px;
	background-color: #d7d8d7;
}

#img_group img {
	width: 485px;
	position: absolute;
	clip: rect(0px 485px 300px 0px);
}

#gMapBox #gMap {
	width: 452px;
  height: 371px;
  float: right;
}

#gMapBox #gMap.width100,
body.staff_non #gMapBox #gMap {
	width: 100%;
}

#gMap iframe {
	width: 100%;
	height: 100%;
}

.SDprev {
	/*0203*/
	/*margin-top: 20px;*/
  text-align: center;
  margin-bottom: 10px;
}

.slideView {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

/*  */

#box_staffs {

}

#box_staffs ul {

}

#box_staffs ul:after{
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#box_staffs li {
	width: 300px;
	float: left;
	margin-bottom: 30px;
	margin-right: 40px;
}

#box_staffs ul li.right {
	margin-right: 0;
}

#box_staffs div.ttl:after{
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#box_staffs div.ttl {
	margin-bottom: 4px;
}

#box_staffs div.ttl p.img_staff {
	width: 67px;
	height: 68px;
	overflow: hidden;
	display: table;
	text-align: center;
	float: left;
	margin-right: 10px;
	padding: 0;
}

#box_staffs h6 {
	font-size: 22px;
	font-size: 2.2rem;
	border-bottom: 1px solid #b1b2b1;
	line-height: 1.4;
	padding-top: 3px;
	margin-bottom: 3px;
}

#box_staffs h6 span {
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
}


#box_staffs div.ttl p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
	padding-left: 80px;
}

#box_staffs div.ttl strong {
	font-weight: bold;
}

#box_staffs img {
	display: table-cell;
	vertical-align: middle;
	width: 67px;
	height: auto;
	border: 1px solid #b1b2b1;
	background-color: #fff;
}

#box_staffs p.typo_comment {
	font-size: 14px;
	font-size: 1.4rem;
	background-image: url(/wp-content/uploads/sites/650/2022/02/bg_comment.gif);
	background-position: 4px 0;
	background-repeat: no-repeat;
	padding-left: 56px;
	min-height: 47px;
}




/*  */

#shopDHead .ChWrap {
  /*display: none;*/
}

/*  */

li.bnr_random {
	display: none;
}

/* 戸塚店 */

/*body.shop_toduka #pickupSection {
	display: none;
}

body.shop_toduka #shopIHead div.right {
	display: none;
}

body.shop_toduka #pickupSection,
body.shop_toduka #shopIHead div.left {
	border: none;
}

body.shop_toduka div.btnBox {
	/*display: none;*!/
}

body.shop_toduka #gMapBox {
	margin-bottom: 30px;
}*/

/* cm */

p.typo_radio {
	float: left;
	font-size: 20px;
	font-size: 2rem;
	color: #444444;
	margin-right: 28px;
	margin-bottom: 37px;
	margin-top: 20px;
	line-height: 1;
}

p.typo_radio.img_fm_yoko {
	margin-top: 0;
}

p.typo_radio strong {
	font-weight: bold;
}

p.typo_radio span {
	font-size: 36px;
	font-size: 3.6rem;
	color: #89b800;
	font-weight: bold;
	line-height: 0;
	margin-left: 4px;
}

body.cmPage h1.title1 {
	clear: both;
}

body.cmPage #mainBox h4 {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.2;
	color: #444444;
	margin-bottom: 2px;
	font-weight: bold;
}

body.cmPage #mainBox h4 span {
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 0.2em;
}

body.cmPage #mainBox h4 strong {
	font-weight: bold;
}

body.cmPage #mainBox small {
	font-size: 10px;
	font-size: 1rem;
}

body.cmPage #img_sakura {
	float: left;
	margin-right: 24px;
}


body.cmPage div.program {
	padding-top: 5px;
	margin-bottom: 30px;
}

body.cmPage div.program p {
	color: #434443;
}

body.cmPage div.program img {
	margin-bottom: 13px;
}

p.typo_bangumi {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 10px !important;
}

p.typo_bangumi a {
	font-size: 16px;
	color: #82af00;
	text-decoration: underline;
}

p.typo_bangumi a span {
	font-size: 12px;

}

p.typo_time {
	font-weight: bold;
	font-size: 16px;
	line-height: 1;

}

p.typo_reporter {
	font-size: 14px;
	padding-top: 8px;
	margin-bottom: 19px !important;
}

p.typo_reporter strong {
	font-weight: bold;
}

/* 2020-10-19 修正 */
#box_program {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 12px 0 48px 0;
}

div.box_program {
/*	width: 50%;
	display: inline-block;*/

	width: calc( 100% / 2);
	padding: 0 2em;
}

div.box_program div.inner img {
	/*float: left;*/
	/*margin-right: 12px ;*/

	display: block;
	margin: 0 auto;
}

div.box_program div.inner p {
	/*width: 194px;*/
	clear: none;
	float: left;
	padding-top: 12px;

	padding: 1.5em 0 0 0;

	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
}


body.cmPage div.schedule {
	border-top: 1px solid #cbcccb;
	margin-top: 15px;
	padding-top: 31px;
	margin-bottom: 45px;
	clear: both;
}


#mainBox div.schedule h5 {
	color: #444444;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 12px;
	font-weight: normal;
	font-style: normal;
}

#mainBox div.schedule h6 {
	color: #444444;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	float: left;
	margin-right: 30px;
	margin-bottom: 60px;
	clear: both;
}

div.schedule dl {
	/*margin-left: 80px;*/
	float: left;
	width: 544px;
}

div.schedule dl:after{
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}


div.schedule dt,
div.schedule dd {
	font-size: 16px;
	font-size: 1.6rem;
	float: left;
	margin-bottom: 1.4em;
}

div.schedule dt {
	width: 108px;
	color: #769f00;
	font-weight: bold;
	margin-right: 1em;
	clear: left;
}

div.schedule dd {
	color: #444444;
	width: 420px;
}

div.schedule dt span {
	font-size: 1.4rem;
}

div.schedule dl dd a {
	text-decoration: underline;

}

/*div.schedule dl dd span {
	font-size: 12px;
	font-size: 1.2rem;
	margin-left: 12px;
	margin-right: 2px;
}


div.schedule dl dd a {
	font-size: 12px;
	font-size: 1.2rem;
	text-decoration: underline;
}*/


div.box_listen {

}

div.box_listen dl {

}


div.box_listen dt,
div.box_listen dd {
	line-height: 40px;
}

div.box_listen dt {
	color: #89b800;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;

	float: left;
	padding: 17px 0 17px 24px;
}

div.box_listen dd {
	font-size: 20px;
	font-size: 2rem;
	height: 40px;
	color: #444444;
	padding: 17px 24px;
	border: 1px dotted #525557;
}

div.box_listen dd:first-of-type {
	border-bottom: none;
}

div.audiojs {
	width: 260px;
	float: right;
}

div.time {
	/*width: 90px;*/
}

div.scrubber {
	width: 100px!important;
}

div.loaded {
	/*width: 100px!important;*/
}


/* オススメキーワード */

#osusume_key {
	width: 941px;
	margin: 0 auto;
	background-color: white;
	border-radius: 28px;
	margin-bottom: 13px;
}

#osusume_key:after{
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#osusume_key p {
	min-width: 660px;
	float: left;
	font-size: 22px;
	height: 56px;
	line-height: 62px;
	font-weight: bold;
}

#osusume_key p a {
	display: block;
	color: #676a4d;
	background-image: url(/wp-content/uploads/sites/650/2022/02/arrow_green.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

#osusume_key p a:hover {
	text-decoration: underline;
}

#osusume_key p.ttl {
	width: 245px;
	min-width: 245px;
	height: 18px;
	background-color: #a1c432;
	border-radius: 26px;
	color: #fff;
	text-align: center;
	padding: 17px 0;
	float: left;
	line-height: 0;
	margin: 3px;
	margin-right: 15px;
}

#osusume_key p.ttl img {

}

/*  */

#mainBox p.bnr {
	text-align: center;
	margin-bottom: 40px;
}

#mainBox p.bnr a:hover img {
	opacity: 0.8;
	-moz-opacity: 0.8; /* Firefox */
	filter: alpha(opacity=80); /* IE6/7 */
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
}


[class*="bnr_"] a{
	display: block;
}

[class*="bnr_"] a img{
	vertical-align: top;
}


/*  */

body.cmPage iframe {
	margin-bottom: 20px;
}

div.box_note {
	border: 1px solid #e4e5e4;
	padding: 15px 15px 5px;
}

div.box_note p {
	font-size: 12px;
	margin-bottom: 12px;
}

div.box_note p a {
	color: #82af00;
}

/* 2015 autumn banner */

#box_bnr {
	text-align: center;
	margin-bottom:40px;
}

#autumn_2015 {
	display: inline-block;
	margin: 0 auto;
}

#autumn_2015 a {
	display: inline-block;
}


#box_autumn_2015 {
	width: 874px;
	z-index: 1000000;
	background-color: #fff;
	position: fixed;

	margin: 0 auto;

	top: 25%;
	left: 50%;
	margin-left: -430px;

	padding-top: 25px;
	/*margin-top: 0!important;*/
}

#box_autumn_2015 h4 {
	font-size: 24px;
	color: #cb2e41;
	font-weight: bold;
	margin-bottom: 17px;
}

#box_autumn_2015 ul {
	margin-left: 13px;
	padding-bottom: 12px;
}

#box_autumn_2015 ul:after{
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#box_autumn_2015 li {
	color: #fff;
	text-align: center;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
}

#box_autumn_2015 li h6 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}

#box_autumn_2015 li p {
	font-size: 10px;
	line-height: 1.4;
}

#box_autumn_2015 li a {
	width: 212px;
	height: 91px;
	padding-top: 25px;

	display: block;
	color: #fff;
	background-color: #d05944;
}

/*  */


#overlay{
    display: none;
    width: 100%;
    height:100%;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 100;
    background: rgba(0,0,0,0.7);

    z-index: 10000;
}

#close{
    background: url(https://www.ja-home.net/img_common/icon_close_pc.gif) no-repeat;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    margin: 0;
    cursor: pointer;

    position: absolute;
    top: 23px;
    right: 18px;
    text-indent: -9999px;
}

/*  */

p.typo_jyunbi {
	text-align: center;
	margin: 100px auto;
}


/* 20151023 bob hattori  */
#serchAKeyword{
	/*display: block!important;*/
}
  #serchAKeyword ul.keyList{
    margin-top: 8px;
    background: url(/wp-content/uploads/sites/650/2022/02/key-list-bg.png) repeat left top;
  }


  body.topPage ul.keyList li {
  	box-sizing: border-box;
  	background-color: #fff;
  	padding: 10px;
  	border-radius: 8px;
  	position: relative;
  	height: 144px;
  	width: 180px!important;
  	/*margin-right: 12px!important;*/
  	margin-bottom: 12px;
  	line-height: 0;
  }

  /* 事業用物件 */

  #shopIHead #btn_rent_office {
	margin: 0 0 0 180px;
  	padding: 0;
  	font-size: 1.5rem;
  	font-weight: bold;

	width: 209px;
	height: 33px;

  	background-color: #86a8db;
  	border-radius: 17px;
  	text-align: center;

  	float: none;
  	clear: both;

  	-moz-transition: all 0.2s linear;
  	-o-transition: all 0.2s linear;
  	-webkit-transition: all 0.2s linear;
  	transition: all 0.2s linear;
  }

  #shopIHead #btn_rent_office:hover {
  	background-color: #3d9db0;
  }


  #shopIHead #btn_rent_office a {
  	display: inline-block;
  	height: 33px;
  	padding-left: 28px;
  	background-image: url(/wp-content/uploads/sites/650/2022/02/btn_rent_office.png);
  	background-position: 0 8px;
  	background-repeat: no-repeat;
  	color: #fff;

  	line-height: 33px;
  }

    @media screen and (min-width: 641px){
    /*body.topPage .keyList li:nth-of-type(5n){
      margin-right: 0!important;
    }*/
  }
    .keyList li img{
      position: absolute;
      top: 0px;
      left: 0px;
      width: 160px;
      height: 124px;
      z-index:0;
      transition: all .2s linear;
      -moz-transition: all .2s linear;
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
    }
    .keyList li p{
      position: relative;
      z-index: 10;
      color: #88b800;
      font-size: 16px;
      padding-top: 8px;
      font-weight: bold;
      line-height: 1.2;
    }
  .keyList li.blank{
    background-color: #e2e2e2;
  }

  .hoverLink:hover img{
    opacity: .4;
  }

  #osusume_key{
    border-radius: 8px;
    overflow: hidden;
  }
    #osusume_key p{
      color: #555;
      font-size: 18px;
    }
      #osusume_key p a{
        background: url(https://www.ja-home.net/img_home/arr_round.png) no-repeat 100% 43%;
      }
    #osusume_key p.ttl{
      background-color: #88b800;
      margin: 0 20px 0 0;
      height: 22px;
      border-radius: 0;
      width: 236px;
    }


/*--------- 2015-12-07tomo ----------*/

div#box_cp_bnr{
	width: 980px;
	text-align: center;
	margin: 0 auto 24px auto;
	text-align: center;
	display: none;
}

#box_bnr_wide{
	text-align: center;
	padding-bottom: 24px;
	display: none;
}


div#box_cp_bnr a:hover{
	filter: alpha(opacity=50%); /* % IE */
	 -moz-opacity:0.5; /* decimal */
	opacity:0.5; /* decimal safari */
}


ul.box_links_area_info{
	height: auto;
	padding-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}



ul.box_links_area_info li{
	padding-bottom: 28px;
	margin-right: 17px;
}

ul.box_links_area_info li:nth-of-type(3n) {
	margin-right: 0;
}

ul.box_links_area_info li a {
	display: block;
}

ul.box_links_area_info li a:hover{
opacity:0.5; /* decimal safari */
}

ul.box_links_area_info.wide li {
	width: 356px;
}

ul.box_links_area_info.wide li:nth-of-type(2n) {
	margin-right: 0;
}

ul.box_links_area_info.narrow li{
	width: 231px;
	text-align: center;
}



ul.box_links_area_info.narrow li p.address{
	font-size: 1.2rem;
}



ul.box_links_area_info li p{
	line-height: 1.6;
	color: #444;
}

ul.box_links_area_info li p.img{
	margin-bottom: 8px;
}


/* . */

h2.sttl_area_info{
color: #fff;
font-size: 20px;
line-height: 1;
	background-color: #89b800;
	text-align: center;
	padding: 0.8em 0 0.7em 0;
	margin-bottom: 24px;
	border-radius: 24px;
}



/*  */

/* 2016/12/21 スクロールバー */


div.tse-scrollable.inf_wrap {
	width: 462px;
	height: 1250px;
}

#sectionNews_sp ul,
#sectionNews ul {
	overflow: hidden;
}

#sectionNews_sp ul li,
#sectionNews ul li {
	width: 420px;
}

/*  */

/* bnr_jaah_excite_hikari */

p.bnr_wide {
	margin-bottom: 20px;
	text-align: center;
}

p.bnr_wide.cp_travel img {
	width: 100%;
	height: auto;
}

p.excite_hikari {
	margin-bottom: 30px;
}

p.bnr_cp_travel_sp,
p.bnr_jaah_excite_hikari {
	display: none;
}


/* 学区エリアボタン */

li.btn_sch_area {
	margin-left: 0;
	margin-top: 1px;
	vertical-align: top;
}

li.btn_sch_area a {
	display: block;
	/*width: 106px;*/
	margin-top: 3px;

	padding: 6px 15px 0 28px;

	height: 28px;
	/*background-color: #986bed;*/
	color: #fff!important;
	font-size: 15px;
	border: 1px solid #fff;

	background-image: -webkit-linear-gradient(-90deg, rgb(204, 102, 203) 0%, rgb(168, 31, 168) 100%);
	background-image: -moz-linear-gradient(-90deg, rgb(204, 102, 203) 0%, rgb(168, 31, 168) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(204, 102, 203) 0%, rgb(168, 31, 168) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(204, 102, 203) 0%, rgb(168, 31, 168) 100%);
	background-image: linear-gradient(180deg, rgb(204, 102, 203) 0%, rgb(168, 31, 168) 100%);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	-moz-box-shadow: 0 0 3px rgb(148, 148, 148);
	-webkit-box-shadow: 0 0 3px rgb(148, 148, 148);
	box-shadow: 0 0 3px rgb(148, 148, 148);

	position: relative;

}


/*li.btn_sch_area a:before {
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 1;
	display: block;
	width: 4px;
	height: 4px;

	border: 3px solid #333;
	border: 4px solid #fff;

	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;

	background: transparent;
	color: #fff;
	content: '';
	text-align: center;
	line-height: 26px;
}

li.btn_sch_area a:after {

	position: absolute;
	bottom: 4px;
	left: 12px;
	display: block;
	width: 3px;
	height: 12px;
	border-left: 8px solid #fff;
	content: '';
}*/

/* マップとストリートビューボタン */

li.btn_sch_map {
	margin-left: 12px;
	margin-top: 1px;
	vertical-align: top;
}

li.btn_sch_map a {
	display: block;
	/*width: 106px;*/
	margin-top: 3px;

	padding: 6px 15px 0 28px;

	height: 28px;
	/*background-color: #986bed;*/
	color: #fff!important;
	font-size: 15px;
	border: 1px solid #fff;

	background-color: #2EC0FE;
	background-image: -o-linear-gradient(0deg , rgb(50,125,242) 0%, rgb(46,192,254) 100%);
	background-image: -moz-linear-gradient(0deg , rgb(50,125,242) 0%, rgb(46,192,254) 100%);
	background-image: -webkit-linear-gradient(0deg , rgb(50,125,242) 0%, rgb(46,192,254) 100%);
	background-image: -ms-linear-gradient(0deg , rgb(50,125,242) 0%, rgb(46,192,254) 100%);
	background-image: linear-gradient(0deg , rgb(50,125,242) 0%, rgb(46,192,254) 100%);

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	-moz-box-shadow: 0 0 3px rgb(148, 148, 148);
	-webkit-box-shadow: 0 0 3px rgb(148, 148, 148);
	box-shadow: 0 0 3px rgb(148, 148, 148);

	position: relative;

}

li.btn_sch_area a:before,
li.btn_sch_map a:before {
	position: absolute;
	top: 6px;
	left: 9px;
	z-index: 1;
	display: block;
	width: 6px;
	height: 6px;
	border: 4px solid #333;
	border: 4px solid #fff;

	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;

	background: transparent;
	color: #fff;
	content: '';
	text-align: center;
	line-height: 26px;
}

li.btn_sch_area a:after,
li.btn_sch_map a:after {
	position: absolute;
	bottom: 5px;
	left: 11px;
	display: block;
	width: 0px;
	height: 0px;
	border: 6px transparent solid;
	border-width: 13px 5px 0px 5px;
	/*border-top-color: #333;*/
	border-top-color: #fff;
	content: '';
}

/* 2017/03/22 */

#btns {
	text-align: left;
}

#typo_message {
	font-size: 1.6rem;
	color: #006c5f;
	font-weight: bold;
	padding-top: 11px;
	margin-left: 11px;
}

p#typo_message {
	padding-top: 0;
	font-size: 1.3rem;
	margin-left: 200px;
	margin-top: -5px;
}

/*li.btn_sch_area {
	position: relative;
}

li.btn_sch_area:after {
	min-width: 300px;
	content: '物件の周辺情報がチェックできます!';
	display: block;
	font-size: 1.6rem;
	color: #006c5f;
	font-weight: bold;
	font-size: 1.4rem;
	position: absolute;
	left: 30%;
	margin-top: 10px;
}*/


/* 2017-03-24 tomo */
/* Google Custome Serach*/

/*検索ボックス*/
div#box_kw_search{
	width: 190px;
	margin: 0 auto;
	padding-top: 12px;
	padding-bottom: 0px;
}

body.topPage div#box_kw_search,
body#gsearch div#box_kw_search{
padding: 0;
	width: 928px;
	margin: 0 auto;
	margin-top: -12px;
	margin-bottom: 24px;
}

div#box_kw_search::after {
	content: "";
	display: table;
	clear: both;
}

div#box_kw_search h3{
	color: #8ab800;
	text-align: center;
	font-size: 14px;
	padding-bottom: 0.7em;
}

body.topPage div#box_kw_search h3,
body#gsearch div#box_kw_search h3{
	float: left;
	font-size: 20px;
	padding-top: 0.8em;
	padding-left: 0.2em;
	padding-bottom: 0;
}

body.topPage div#box_kw_search h3:after,
body#gsearch div#box_kw_search h3:after{
	content: ":";
}


/* form */

div#box_kw_search form{
	position: relative;
	width: 100%;
	height: 48px;
}

body.topPage div#box_kw_search form,
body#gsearch div#box_kw_search form{
	width: 532px;
	height: 56px;
	float: right;
	margin-right: 12px;
}


/* Google出力先 */
#gsc{
margin-bottom: 0;
}

body.topPage #gsc,
body#gsearch #gsc{
     margin-bottom: 24px;
}

body.topPage #gsc::after,
body#gsearch #gsc::after {
	content: "";
	display: table;
	clear: both;
}


/* テキスト入力フォームとボタンの位置 */
#gsc table.gsc-search-box td,
#gsc table.gsc-search-box input {
    vertical-align: top !important;
}

/*入力した際の文字色*/
#gsc table.gsc-search-box input{
	color: #444 !important;
}

#gsc table.gsc-search-box input#gsc-i-id2{
		background-image: none !important;

}

/*  inputの位置 */
table.gsc-search-box input{
right: 0;
position: absolute;
}

/* フィールドの設定 */
#gsc table.gsc-search-box td input[type=text]{
	font-size: 1.6rem !important;
	line-height: 1 !important;
	padding:6px 28px 6px 14px !important;
}

body.topPage #gsc table.gsc-search-box td input[type=text],
body#gsearch #gsc table.gsc-search-box td input[type=text]{
	font-size: 2.4rem !important;
	line-height: 2 !important;
	padding:12px 82px 12px 20px !important;
}



/* テキスト入力フォーム */
#gsc input[type="text"]{
    border-radius: 6px;
    border: 1px solid #dddddd !important;
    background-color: #f9f9f9 !important;
     height:40px !important;
     width: 146px !important;
     top: -6px;
}

body.topPage #gsc input[type="text"],
body#gsearch #gsc input[type="text"]{
    background-color: #eeeee9 !important;
     width: 100% !important;
     overflow: hidden;
 }


 #gsc input[type="text"]:focus {
	color: #555;
    border: 2px solid #b2e0eb !important;
    outline: 0;  /*safariの自動フォーカスを切る */
}

/* テキスト入力フォームの影を消す */
/*#gsc #gsc-iw-id1.gsc-input{
    border:none !important;
}*/


/* テキスト入力フォームのデフォルト背景画像消去 */
 #gsc input#gsc-i-id1.gsc-input{
    background-image: none !important;
    color: #333;
}

#gsc input#gsc-i-id1.gsc-input:focus{
background-image: none !important;
}


/* placeholderの書き換え */
#gsc ::-webkit-input-placeholder{
background-image: url(/wp-content/uploads/sites/650/2022/02/logo_google_gray_search.png) !important ;
background-repeat: no-repeat;
	font-size: 1.4rem !important;
	color: #aaa !important;
 	background-size: 54px 18px !important;
 	background-position: 0 3px !important;
text-indent: 57px !important;
     text-indent: 58px !important;
     opacity: 1 !important;
}

body.topPage #gsc ::-webkit-input-placeholder,
body#gsearch #gsc ::-webkit-input-placeholder{
	font-size: 2rem !important;
	padding: 0.25em 0 0 0 !important; /* 文字との距離 */
    background-size:auto auto !important;
 	background-position: 0 10px !important;
     text-indent: 70px !important;
 }

/*FireFox*/
#gsc ::-moz-placeholder{
	color: #999 !important;
	font-size: 1.8rem !important;
	background-image: url(/wp-content/uploads/sites/650/2022/02/logo_google_gray_search.png) !important ;
background-repeat: no-repeat;
 	background-size: 50px 18px !important;
 	background-position: 10px 50% !important;
     text-indent: 84px !important;
     opacity: 0.7 !important;
}

#gsc .gsc-input-box{
	border: none;
}

/*IE */
#gsc table.gsc-search-box  input#gsc-i-id2.gsc-input:-ms-input-placeholder{
	color: #999 !important;
	opacity: 1 !important;
	line-height: 1 !important;
	background-image: url(/wp-content/uploads/sites/650/2022/02/logo_google_gray_search.png) !important ;
font-size: 1.8rem !important;
 	background-size: 52px 18px !important;
 	background-position: 8px 52% !important;
}

body.topPage #gsc table.gsc-search-box  input#gsc-i-id1.gsc-input:-ms-input-placeholder,
body#gsearch #gsc table.gsc-search-box  input#gsc-i-id1.gsc-input:-ms-input-placeholder{
font-size: 1.8rem !important;
text-indent: 51px !important;
	background-position: 12px 53% !important;
 }


 /* edge */
 #gsc table.gsc-search-box  input#gsc-i-id1.gsc-input::-ms-input-placeholder{
 	color: #999 !important;
 	opacity: 1 !important;
 	line-height: 1 !important;
 	background-image: url(/wp-content/uploads/sites/650/2022/02/logo_google_gray_search.png) !important ;
 font-size: 1.4rem !important;
  	background-size: 52px 18px !important;
  	background-position: -18px 52% !important;
 }

 body.topPage #gsc table.gsc-search-box  input#gsc-i-id1.gsc-input::-ms-input-placeholder,
 body#gsearch #gsc table.gsc-search-box  input#gsc-i-id1.gsc-input::-ms-input-placeholder{
 font-size: 1.8rem !important;
 text-indent: 0 !important;
 	background-position: 0px 53% !important;
  }

/* focus時 */
#gsc input#gsc-i-id1.gsc-input:focus::-webkit-input-placeholder{
background-image: none !important;  /* ロゴ画像を消す */
color: transparent !important;  /* 文字を消す */
}

/* focus時 ~FireFox */
#gsc input#gsc-i-id1.gsc-input:focus::-moz-placeholder{
background-image: none !important;  /* ロゴ画像を消す */
color: transparent !important;  /* 文字を消す */
}

/* for Safari */
_::-webkit-full-page-media, _:future, :root  #gsc ::-webkit-input-placeholder{
    background-position: 0 0px !important;
    }

_::-webkit-full-page-media, _:future, :root  body.topPage #gsc ::-webkit-input-placeholder,
_::-webkit-full-page-media, _:future, :root  body#gsearch #gsc ::-webkit-input-placeholder{
    background-position: 0 14px !important;
    }



/* ボタンの色 */
#gsc button.gsc-search-button{
background: #89b800 !important;
background: -ms-linear-gradient(top,  #89b800 0%,#89b800 100%); /* IE10+ */
border: none !important;

border-radius:50%;
position: absolute !important;
width: 64px !important;
height: 64px !important;
z-index: 0 !important;
right: 10px;
top: 2px;
background-image: url(/wp-content/uploads/sites/650/2022/02/icon_loupe_wh.svg) !important;
background-repeat: no-repeat !important;
background-position: 50% 50% !important;
background-size: 50% 50% !important;
cursor: pointer !important;
}

#gsc button.gsc-search-button:hover {
	background: #97ca03 !important;
	background: -ms-linear-gradient(top,  #97ca03 0%,#97ca03 100%); /* IE10+ */
background-image: url(/wp-content/uploads/sites/650/2022/02/icon_loupe_wh.svg) !important;
background-repeat: no-repeat !important;
background-position: 50% 50% !important;
background-size: 50% 50% !important;
}



#gsc button.gsc-search-button svg {
	display: none;
}

#gsc button.gsc-search-button {
box-shadow: 0px 3px 5px rgba(0,0,0,0.3) !important;
 }

 /* 下層ページ */
 #gsc input.gsc-search-button{
 	background-size: 20px 20px !important;
 	padding: 18px 12px 18px 12px;
 }

body.topPage #gsc input.gsc-search-button,
body#gsearch #gsc input.gsc-search-button{
 	background-size: 28px 28px !important;
 	top: 12px;
 	padding: 30px 24px 30px 24px;
 }


/* ボタンの位置調整と角丸消し */

#gsc  input.gsc-search-button{
    margin:24px 1px 0 0 !important;
}

body.topPage #gsc  input.gsc-search-button,
body#gsearch #gsc  input.gsc-search-button{
    margin:0 10px 0 0 !important;
}

#gsc  input.gsc-search-button:hover{
    margin:25px 1px 0 0 !important;
background-color: #95c801 !important;
}

body.topPage #gsc input.gsc-search-button:hover,
body#gsearch #gsc input.gsc-search-button:hover{
	margin: 1px 10px  0 0 !important;
background-color: #95c801 !important;
}



/* 入力時に出る「×」ボタンの位置調整 */
#gsc .gsib_b span{
        padding:0 0 0 0;
 }

#gsc .gsib_b span{
 	margin-right: 14px;
 	margin-top: 11px;
 }

body.topPage #gsc .gsib_b span,
body#gsearch #gsc .gsib_b span{
        margin-right: 66px;
        margin-top: 16px;
 }


/* 入力時に出る×ボタン -- Firefox位置調整 -- */
#gsc .gsib_b span{
        box-sizing: border-box;
   -moz-box-sizing: border-box;
        padding:2px 0 0 0;
}




/* 検索結果 */

body#gsearch #main{
	width: 1024px;
	margin: 0 auto;
	padding: 36px;
}

body#gsearch div#box_kw_search{
margin-top: 0;
margin-bottom: 0;
}

body#gsearch {

}

body#gsearch div.gsc-control-cse.gsc-control-cse-ja {
	padding: 0;
	padding-bottom: 48px;
}

body#gsearch div.gs-bidi-start-align.gs-snippet {
	font-size: 1.4rem;
}

body#gsearch a.gs-title {
	font-size: 1.8rem;
}

body#gsearch div.gsc-cursor-box.gs-bidi-start-align {
	text-align: center;
	margin: 36px 0 0 0;
	padding: 36px 0  0 0;
	border-top: 1px solid #abd82a;
	font-size: 2rem !important;
	font-family: 'Verdana',sans-serif;
}

body#gsearch div.gsc-cursor-box div.gsc-cursor{
	display: block;
	height: au;
}

body#gsearch div.gsc-cursor-page {
	color: #6f9601;
	display: inline-block;
	border: 1px solid #ddd;
	width: 2.2em !important;
	line-height: 2.2;
	border-radius: 0.2em;
	margin-bottom: 0.4em;
}

body#gsearch div.gsc-cursor-page:hover{
	text-decoration: none;
	background-color: #f3f8e7;
}

body#gsearch div.gsc-cursor-page.gsc-cursor-current-page {
	background-color: #6f9601 !important;
	border: 1px solid #6f9601;
	color: #fff;
}

body#gsearch #box_kw_search a,
body#gsearch #box_search_results a{
	color: #6f9601;
}

body#gsearch a b{
	color: #5d7b08;
	font-weight: bold;
}

body#gsearch div#box_search_results{
	min-height: 800px;
}

body#gsearch div.gsc-webResult.gsc-result {
	margin-bottom: 10px;
}

body#gsearch div.gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
	width: 120px;
	height: 100px;
	padding-right: 1em;
}

body#gsearch a.gs-image img {
	max-width: 120px;
	max-height: 100px;
}

/*  */

#sitemapNav ul {
	float: left;
	width: 100%;
}

#nav_building {
	clear: both;
	/*float: left;*/
	padding-top: 30px;
	margin-top: 20px;
	border-top: 1px solid #c9c9c7;
}

#nav_shops h2,
#nav_building h2 {
  color: #89B800;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 100;
  margin: 0;
  width: auto;
  float: left;
}

#nav_shops h2 a,
#nav_building h2 a {
	color: #89B800;
}


#nav_building dl {
	padding-left: 150px;
	text-align: left;
}

#nav_building dt,
#nav_building dd {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1;
	margin-bottom: 15px;
	font-weight: normal;
	font-style: normal;
}

#nav_building dt {
	font-weight: bold;
	margin-right: 0.6em;
}

#nav_building #area_other dt {
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
}
nav#nav_building dd {
	margin-bottom: 8px;
}

#nav_building dd {
	padding-right: 1em;
	margin-right: 1em;
	position: relative;
}

#nav_building dd:after {
	content: '';
	display: block;
	height: 1em;
	border-right: 1px solid #555;
	position: absolute;
	top: -1px;
	right: 0;
}

#nav_building dd:last-child:after {
	display: none;
}

#nav_building dd:last-child {
	margin-right: 0;
	padding-right: 0;
}


#nav_building dd a {
	display: block;
}

/*  */

#nav_shops {
	padding-top: 30px;
	margin-top: 20px;
	border-top: 1px solid #c9c9c7;
	position: relative;
	/*margin-bottom: 100px;*/
}

#nav_shops h2 {
	position: absolute;
}

#sitemapNav #nav_shops ul {
	margin-top: 0;
	padding-left: 150px;
}

#nav_shops li {
	font-size: 1.2rem;
	font-size: 12px;
	display: inline-block;
	padding-right: 0.8em;
	margin-right: 0.8em;
	margin-bottom: 1.4em;
	vertical-align: top;
	position: relative;
	line-height: 1;
}

#nav_shops li:after {
	content: '';
	display: block;
	height: 1em;
	border-right: 1px solid #555;
	position: absolute;
	top: -1px;
	right: 0;
}

#nav_shops li:last-child:after {
	display: none;
}


#nav_shops li a {

}

/*  */

#sitemapNav ul {
	margin-bottom: 0;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

#sitemapNav ul .SNListHead {
	/*width: 140px;*/
}


#sitemapNav ul .SNListHead:nth-child(3) {
  width: 200px;
}

#sitemapNav ul .SNListHead:nth-child(3) br {
	display: none;
}

#sitemapNav ul .SNListHead:nth-child(4) {
  width: 400px;
}

#sitemapNav ul .SNListHead:nth-child(4) li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

/* 2017/05/31 */


nav#sitemapNav {
	text-align: left;
	clear: both;
}

/* favorite */

#box_favorite {
	/*float: right;*/
	text-align: right;
	position: absolute;

	right: 22px;
	bottom: 8px;
}

#box_favorite p {
	display: inline-block;
	line-height: 20px;
	height: 20px;
	margin-left: 22px;
}

#box_favorite p a:hover {
	text-decoration: underline;
}

#box_favorite p strong {
	font-weight: bold;
	/*margin-left: 4px;*/
	padding-left: 3px;
}

p.typo_history {
	background-image: url(/wp-content/uploads/sites/650/2022/02/icon_history.png);
	background-size:20px auto;
	-webkit-background-size: 20px auto;
	background-position: 0 0;
	background-repeat: no-repeat;

	padding-left: 26px;
}

p.typo_favorite {
	background-image: url(/wp-content/uploads/sites/650/2022/02/icon_favorite.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size:18px auto;
	-webkit-background-size: 18px auto;

	padding-left: 22px;
}


/*  */

div.plDetail div.btm_btn {
	text-align: right;
	margin-top: 20px;
}

div.box_add_fav {
	position: relative;
	display: inline-block;
	overflow: visible;
}

div.box_add_fav p.btn_add {
	position: relative;
	padding-right: 52px;
}

div.box_add_fav p.btn_add:hover {
	cursor: pointer;
	opacity: 0.8;
}

div.box_add_fav p.btn_add:after {
	content: '';
	display: block;
	width: 42px;
	height: 25px;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 4px;

	position: absolute;
	top: -3px;
	right: 0;

	background-image: url(/wp-content/uploads/sites/650/2022/02/icon_add.png);
	background-position: 4px 4px;
	background-repeat: no-repeat;
	background-size:32px auto;
	-webkit-background-size: 32px auto;
}

div.box_add_fav.invalid p.btn_add {
	color: #777777;
}

div.box_add_fav.invalid p.btn_add:after {

	background-image: url(/wp-content/uploads/sites/650/2022/02/icon_add-off.png);
	background-position: 6px 4px;
	background-repeat: no-repeat;
	background-size:30px auto;
	-webkit-background-size: 30px auto;
	background-color: #cccccc;
}

p.btn_add a {
	color: #89b800;
	text-decoration: underline;
	margin-left: 4px;
}

div.inner_fav {
	width: 260px;
	display: block;
	background-color: #fff;
	border: 2px solid #ea6d85;
	border-radius: 8px;
	box-shadow: 0 15px 15px rgba(85, 85, 85, 0.3);
	text-align: center;
	padding: 18px 18px;
	position: absolute;
	bottom: 58px;
	right: 0;
	margin-right: -124px;

	/*display: none;*/
}

div.inner_fav:before,
div.inner_fav:after {
    position: absolute;
    left: 50%;
    top: 100%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    border-width: 28px 16px;
    margin: 0 0 0 -13px;
}
div.inner_fav:before {
    border-top-color: #ea6d85;
    margin-left: -13px;
}
div.inner_fav:after {
    border-top-color: #FFFFFF;
     margin: -5px 0 0 -13px;

}

div.inner_fav p.typo_add {
	font-size: 1.6rem;
	color: #ea6d85;
	font-weight: bold;

	background-image: url(/wp-content/uploads/sites/650/2022/02/icon_add.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size:40px auto;
	-webkit-background-size: 40px auto;

	padding-left: 46px;

	height: 22px;
	line-height: 22px;
	margin-bottom: 12px;
	text-align: left;
}


div.inner_fav p {
	font-size: 1.3rem;
}

div.inner_fav p a {
	text-decoration: underline;
}

#box_layer {
	display: none;
}


/* リノベボタン */

#serchSection li.btn_renov {

}

#serchSection li.btn_renov span.pcV {
	/*display: block;*/
}

#serchSection li.btn_renov br {
	display: none;
}

#serchSection li.btn_renov .img2 img {
	/*margin-top: 50px;*/

	margin-top: -30px;
}

#serchSection .serchNav li.btn_renov .txt2 {
	bottom: 0.6em;
	/*line-height: 1.2;*/
	font-size: 1.7rem;
}

#serchSection .serchNav li.btn_renov span.txt_small {
	font-size: 1.6rem;
}

/* あずみ野 */

/*body.shop_azumino #shopIHead .right,
body.shop_azumino section#pickupSection {
	display: none;
}*/

/* 2018/02/27 petバナー */

body.propertyPage .sortBox .sh1 .sh1-a span {
	position: relative;
}

body.propertyPage .sortBox .sh1 .sh1-a span:after {
	content: '件';
	color: #333333;
}

body.propertyPage header.spPageHead.wrapper + p {
	display: none;
}

p.bnr_ja_pet {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

body.eswsRentDetail p.bnr_ja_pet {
	margin-bottom: 20px;
}


/* 2011-11-13 プライバシー */

div#mainBox.privacy {
	width: 980px;
	padding: 0;
}


div#mainBox.privacy div.inner02{
	width: 100% !important;
}

div#mainBox.privacy div.inner02::after {
	content: "";
	display: table;
	clear: both;
}


div#mainBox.privacy div.inner02>p {
	margin-bottom: 2em;
}

div#mainBox.privacy div.inner02>p.right {
	text-align: right;
	float: none;
}

div#mainBox.privacy div.inner02>h3 {
	text-align: center;
	margin-bottom: 2em;
}

div#mainBox.privacy div.inner02 ul{
	width: 80%;
	margin: 0 auto;
	padding: 36px 0 54px 0;
}

/* バナー */


aside.box_bnr {
	width: 101%;
	margin-top: 20px;
	margin-left: -0.5%;

	display: flex;
	display:-webkit-flex;

/*	justify-content: space-between;
	-webkit-justify-content: space-between; */

	justify-content: center;
	-webkit-justify-content: center;

	align-items: center;
	-webkit-align-items: center;
	flex-direction: row;
	-webkit-flex-direction:row;


}

aside.box_bnr {
	width: 101%;
	margin-top: 20px;
	margin-left: -0.5%;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-direction: row;
	-webkit-flex-direction:row;

}

aside.box_bnr p {
	margin: 0 0.5% 30px;
	flex-basis: 510px;
	  flex-shrink: 2;
}

aside.box_bnr p a {
	display: block;
}

aside.box_bnr p a img {
	width: 100%;
	height: auto;
}

/* 2020/05/08 */

p.shopNum span.faxTxt {
	margin-left: 1em;
}



/*  */



/* ===== 768px（sp）以内 ===== */

@media (max-width: 767px) {
	/* mq-start */

	#pageTop {
  bottom: 5vw;
  right: 5vw;
}

#pageTop img {
  width: 63px;
  height: 63px;
}



	/* mq-end */

}












/*  */
