@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/


html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs*/ 
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}



del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}



/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}


body {
  color: #333;
  margin: 5px 0;
  line-height: 1.6;
}


body * {
  box-sizing: border-box;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.blContainer {
  width: 92%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}





/* --------------------------------------------
 * 　ボタン
 * --------------------------------------------*/ 
.button {
  display: inline-block;
  padding: 0.3em 0.8em 0.1em;
  color: #fff;
  background: #82B12B;
}


/* --------------------------------------------
 * 　カード
 * --------------------------------------------*/
.card {
  display: flex;
}
@media screen and (max-width: 767px) {
  .card {
    display: block;
  }
}
.card__imgWrapper {
  flex: 1 1 300px;
  position: relative;
  overflow: hidden;
}
.card__imgWrapper::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  transition: all ease 0.2s;
}
.card__text {
  display: flex;
  flex-direction: column;
  flex: 1 1 620px;
  padding: 1.2em 1em 1em;
  background: #eee;
}
.card__title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.7em;
}
.card__kingaku {
  font-size: 1.5rem;
  color: #ff0000;
  font-weight: ;
  margin-bottom: 0.7em;
}
.card__description {
  margin-bottom: auto;
}
.card__button {
  align-self: flex-end;
  margin-top: 20px;
}

.card:hover .card__img {
  transform: scale(1.2);
}

.card_label_nashi {
  position: relative;
}

.card_label_nashi::before {
  content: "";
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.3em 0.7em 0.1em;
  background: #E0371F;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.card_label_syunan {
  position: relative;
}

.card_label_syunan::before {
  content: "周南市";
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.3em 0.7em 0.1em;
  background: #26AAAF;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.card_label_sumi {
  position: relative;
}

.card_label_sumi::before {
  content: "契約済み";
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.3em 0.7em 0.1em;
  background: #E0371F;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.card_label_syoudan {
  position: relative;
}

.card_label_syoudan::before {
  content: "商談中";
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.3em 0.7em 0.1em;
  background: #E0371F;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.card_label_syunan1 {
  position: relative;
}

.card_label_syunan1::before {
  content: "周南市(旧新南陽市・旧熊毛)";
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.3em 0.7em 0.1em;
  background: #26AAAF;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.card_label_kudamatu {
  position: relative;
}

.card_label_kudamatu::before {
  content: "下松市";
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.3em 0.7em 0.1em;
  background: #26AAAF;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.card_label_hikari {
  position: relative;
}

.card_label_hikari::before {
  content: "光市";
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.3em 0.7em 0.1em;
  background: #26AAAF;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.card_label_new {
  position: relative;
}
.card_label_sonota {
  position: relative;
}

.card_label_sonota::before {
  content: "その他";
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.3em 0.7em 0.1em;
  background: #26AAAF;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.card_label_new {
  position: relative;
}

.card_label_new::before {
  content: "NEW";
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.3em 0.7em 0.1em;
  background: #E0371F;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}


.card_label_recommended {
  position: relative;
}
.card_label_recommended::before {
  content: "オススメ";
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.3em 0.7em 0.1em;
  background: #26AAAF;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.card_label_kakuyasu {
  position: relative;
}
.card_label_kakuyasu::before {
  content: "格　安";
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.3em 0.7em 0.1em;
  background: #e6bd4d;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

hr.example1 {
height: 1px;
border: none;
border-top: 1px limegreen dashed;
}

/*# sourceMappingURL=style.css.map */