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

/* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*-------------------------------------------
base
-------------------------------------------*/
/* line 8, ../sass/style.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 12, ../sass/style.scss */
body {
  min-width: 1140px;
  font-size: 14px;
  color: #4d4b4b;
  line-height: 1.9;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", serif;
  background-color: #ffffff;
}

/* line 21, ../sass/style.scss */
img {
  vertical-align: bottom;
}

/* line 25, ../sass/style.scss */
p, ul, li {
  margin-bottom: 25px;
}

/* line 29, ../sass/style.scss */
table {
  margin-bottom: 20px;
  border: 1px solid #ff5580;
}
/* line 32, ../sass/style.scss */
table tr {
  border-bottom: 1px solid #ff5580;
}
/* line 34, ../sass/style.scss */
table tr th {
  font-size: 16px;
  white-space: nowrap;
  background-image: linear-gradient(-45deg, #ffffff 25%, #fbe1e8 25%, #fbe1e8 50%, #ffffff 50%, #ffffff 75%, #fbe1e8 75%, #fbe1e8);
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
  background-size: 8px 8px;
  margin-bottom: 20px;
  padding: 10px 0;
}
/* line 43, ../sass/style.scss */
table tr th, table tr td {
  padding: 15px;
  border-right: 1px solid #ff5580;
}
/* line 47, ../sass/style.scss */
table tr:last-child {
  border: 0;
}
/* line 50, ../sass/style.scss */
table tr th:last-child, table tr td:last-child {
  border: 0;
}
/* line 54, ../sass/style.scss */
table .table-bottom {
  border-bottom: 1px solid #ff5580;
}

/* line 60, ../sass/style.scss */
dl dt {
  font-size: 18px;
  color: #ff5580;
}
/* line 64, ../sass/style.scss */
dl dd {
  margin-bottom: 30px;
}

/*-------------------------------------------
layout
-------------------------------------------*/
/* line 73, ../sass/style.scss */
.container {
  width: 1140px;
  margin: 0 auto;
  padding-bottom: 40px;
}

/* line 79, ../sass/style.scss */
main {
  width: 750px;
  display: block;
  float: left;
}

/* line 85, ../sass/style.scss */
#sidebar {
  width: 320px;
  float: right;
}

/*-------------------------------------------
見出し
-------------------------------------------*/
/* line 94, ../sass/style.scss */
.entry-ttl {
  font-size: 20px;
  line-height: 30px;
  border-bottom: 3px solid #d0d0d0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
/* line 100, ../sass/style.scss */
.entry-ttl .about {
  background: url(../images/common/about.png) no-repeat;
  padding-left: 40px;
}
/* line 104, ../sass/style.scss */
.entry-ttl .news {
  background: url(../images/common/news.png) no-repeat;
  padding-left: 40px;
}
/* line 108, ../sass/style.scss */
.entry-ttl .bukken {
  background: url(../images/common/bukken.png) no-repeat;
  padding-left: 40px;
}
/* line 112, ../sass/style.scss */
.entry-ttl .side-link {
  background: url(../images/sidebar/side-link.png) no-repeat;
  padding-left: 40px;
}
/* line 116, ../sass/style.scss */
.entry-ttl .flow-icon {
  background: url(../images/about/flow-icon.png) no-repeat;
  padding-left: 40px;
}
/* line 120, ../sass/style.scss */
.entry-ttl .area-icon {
  background: url(../images/about/area-icon.png) no-repeat;
  padding-left: 40px;
}
/* line 125, ../sass/style.scss */
.entry-ttl .normal:before {
  color: #ff5580;
  content: "■ ";
}
/* line 130, ../sass/style.scss */
.entry-ttl.pink {
  color: #ff5580;
}
/* line 133, ../sass/style.scss */
.entry-ttl h4 {
  margin-bottom: 0;
}

/* line 138, ../sass/style.scss */
h2, h3 {
  font-weight: bold;
}

/* line 142, ../sass/style.scss */
h3 {
  font-size: 20px;
  line-height: 30px;
  border-left: 5px solid #ff5580;
  margin-bottom: 20px;
  padding: 0 0 0 20px;
}

/* line 150, ../sass/style.scss */
h4, h5 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
/* line 154, ../sass/style.scss */
h4:before, h5:before {
  color: #ff5580;
  content: "◼︎ ";
}

/*-------------------------------------------
header
-------------------------------------------*/
/* line 164, ../sass/style.scss */
.desc {
  background-color: #ff5580;
}
/* line 166, ../sass/style.scss */
.desc h1 {
  color: #ffffff;
  line-height: 30px;
  width: 1140px;
  margin: 0 auto;
}

/* line 174, ../sass/style.scss */
.header-inner {
  width: 1140px;
  margin: 0 auto;
  padding: 20px 0;
}
/* line 178, ../sass/style.scss */
.header-inner h1 {
  float: left;
}
/* line 181, ../sass/style.scss */
.header-inner p {
  margin-bottom: 0;
}
/* line 184, ../sass/style.scss */
.header-inner .right {
  width: 545px;
  float: right;
}
/* line 187, ../sass/style.scss */
.header-inner .right .tel {
  float: left;
}
/* line 189, ../sass/style.scss */
.header-inner .right .tel a.tel-icon {
  font-size: 30px;
  color: #4d4b4b;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  background: url(../images/header/tel.png) no-repeat;
  background-position: left;
  padding-left: 50px;
}
/* line 200, ../sass/style.scss */
.header-inner .right .header-contact {
  float: right;
}
/* line 202, ../sass/style.scss */
.header-inner .right .header-contact .dl {
  font-size: 15px;
  background-color: #348fd5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 5px;
  padding: 10px;
  display: block;
}
/* line 210, ../sass/style.scss */
.header-inner .right .header-contact .dl a {
  color: #ffffff;
  text-decoration: none;
  background: url(../images/header/dl.png) no-repeat;
  padding-left: 20px;
}
/* line 217, ../sass/style.scss */
.header-inner .right .header-contact .contact {
  font-size: 15px;
  color: #ffffff;
  background-color: #eb898a;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  display: block;
}
/* line 226, ../sass/style.scss */
.header-inner .right .header-contact .contact a {
  color: #ffffff;
  text-decoration: none;
  background: url(../images/header/contact.png) no-repeat;
  background-position: left;
  padding-left: 20px;
}

/* line 240, ../sass/style.scss */
header nav ul.visible-desktop {
  width: 1140px;
  margin: 0 auto 10px;
}
/* line 243, ../sass/style.scss */
header nav ul.visible-desktop li {
  font-size: 16px;
  float: left;
  margin: 0 15px 0 0;
  padding-left: 23px;
}
/* line 248, ../sass/style.scss */
header nav ul.visible-desktop li.home {
  background: url(../images/nav/home.png) no-repeat;
  background-position: left;
}
/* line 252, ../sass/style.scss */
header nav ul.visible-desktop li.about {
  background: url(../images/nav/about.png) no-repeat;
  background-position: left;
}
/* line 256, ../sass/style.scss */
header nav ul.visible-desktop li.trunk_room {
  background: url(../images/nav/bukken.png) no-repeat;
  background-position: left;
}
/* line 260, ../sass/style.scss */
header nav ul.visible-desktop li.advice {
  background: url(../images/nav/advice.png) no-repeat;
  background-position: left;
  padding-left: 30px;
}
/* line 265, ../sass/style.scss */
header nav ul.visible-desktop li.flow {
  background: url(../images/nav/flow.png) no-repeat;
  background-position: left;
  padding-left: 30px;
}
/* line 270, ../sass/style.scss */
header nav ul.visible-desktop li.owner {
  background: url(../images/nav/owner.png) no-repeat;
  background-position: left;
}
/* line 274, ../sass/style.scss */
header nav ul.visible-desktop li.company {
  background: url(../images/nav/company.png) no-repeat;
  background-position: left;
}
/* line 278, ../sass/style.scss */
header nav ul.visible-desktop li.rental_hirota {
  background: url(../images/nav/rental_hirota.png) no-repeat;
  background-position: left;
}
/* line 282, ../sass/style.scss */
header nav ul.visible-desktop li a {
  color: #4d4b4b;
  text-decoration: none;
}

/*-------------------------------------------
mainvisual
-------------------------------------------*/
/* line 296, ../sass/style.scss */
#mainvisual .mainvisual {
  width: 1140px;
  margin: 0 auto;
}

/* line 302, ../sass/style.scss */
.mainActive {
  z-index: 1;
  position: relative;
}

/* line 307, ../sass/style.scss */
.wideslider {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
}
/* line 312, ../sass/style.scss */
.wideslider .pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 15px;
  text-align: center;
  position: absolute;
  z-index: 200;
}
/* line 322, ../sass/style.scss */
.wideslider .pagination a {
  margin: 0 5px;
  width: 16px;
  height: 16px;
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  min-width: 16px;
  min-height: 16px;
  padding: 0;
}
/* line 333, ../sass/style.scss */
.wideslider .pagination a.active {
  background: #ff5580;
}

/* line 338, ../sass/style.scss */
.wideslider ul,
.wideslider ul li {
  float: left;
  display: inline;
  overflow: hidden;
}

/* line 345, ../sass/style.scss */
.wideslider ul li img {
  width: 100%;
  display: none;
}

/* line 350, ../sass/style.scss */
.wideslider_base {
  top: 0;
  position: absolute;
}
/* line 353, ../sass/style.scss */
.wideslider_base img {
  position: relative;
  z-index: 1;
}

/* line 358, ../sass/style.scss */
.wideslider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden;
}

/* line 364, ../sass/style.scss */
.slider_prev,
.slider_next {
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}

/* line 372, ../sass/style.scss */
.slider_prev {
  background: #cccccc url(../images/common/prev.png) no-repeat right center;
}

/* line 375, ../sass/style.scss */
.slider_next {
  background: #cccccc url(../images/common/next.png) no-repeat left center;
}

/* =======================================
    ClearFixElements
======================================= */
/* line 381, ../sass/style.scss */
.wideslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

/* line 389, ../sass/style.scss */
.wideslider ul {
  display: inline-block;
  overflow: hidden;
}

/*-------------------------------------------
サイドバー
-------------------------------------------*/
/* line 400, ../sass/style.scss */
#sidebar ul li {
  margin-bottom: 15px;
}

/*-------------------------------------------
footer
-------------------------------------------*/
/* line 410, ../sass/style.scss */
footer {
  background-color: #ffbbcc;
}

/* line 414, ../sass/style.scss */
.footer-inner {
  width: 1140px;
  margin: 0 auto;
  padding: 30px 0;
}
/* line 418, ../sass/style.scss */
.footer-inner .footer-logo {
  margin-bottom: 30px;
  display: block;
}
/* line 423, ../sass/style.scss */
.footer-inner nav ul {
  margin-bottom: 0;
}
/* line 425, ../sass/style.scss */
.footer-inner nav ul li {
  float: left;
  margin-bottom: 25px;
  padding-left: 25px;
}
/* line 429, ../sass/style.scss */
.footer-inner nav ul li a {
  color: #ffffff;
  text-decoration: none;
}
/* line 433, ../sass/style.scss */
.footer-inner nav ul li.contact {
  background: url(../images/footer/contact.png) no-repeat left;
  margin-right: 30px;
}
/* line 437, ../sass/style.scss */
.footer-inner nav ul li.sitemap {
  background: url(../images/footer/sitemap.png) no-repeat left top;
  margin-right: 30px;
  padding-left: 30px;
}
/* line 442, ../sass/style.scss */
.footer-inner nav ul li.privacy-policy {
  background: url(../images/footer/privacy-policy.png) no-repeat left top;
}

/* line 450, ../sass/style.scss */
.copyright {
  background: #ff5580;
  padding: 5px 0;
}
/* line 453, ../sass/style.scss */
.copyright small {
  font-size: 10px;
  color: #ffffff;
  display: block;
  text-align: center;
}

/*-------------------------------------------
HOME
-------------------------------------------*/
/* line 465, ../sass/style.scss */
.map-search {
  background-image: linear-gradient(-45deg, #ffffff 25%, #fbe1e8 25%, #fbe1e8 50%, #ffffff 50%, #ffffff 75%, #fbe1e8 75%, #fbe1e8);
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
  background-size: 8px 8px;
  margin-bottom: 20px;
  padding: 20px 0 35px;
}

/* line 479, ../sass/style.scss */
.map-search-inner {
  width: 1140px;
  margin: 0 auto;
}

/* line 485, ../sass/style.scss */
.map-search-ttl .map-search-text {
  width: 380px;
  border: 5px solid #ff5580;
  background: #ffffff;
  border-bottom: 5px solid #ffffff;
  -moz-border-radius: 0 0 -5px -5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 -5px -5px;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
  margin-left: 65px;
  margin-bottom: -5px;
  padding: 10px 35px 0;
  z-index: 2;
  position: relative;
}
/* line 497, ../sass/style.scss */
.map-search-ttl .map-search-text h2 {
  font-size: 26px;
  color: #ff5580;
  line-height: 1.1;
  background-image: url(../images/home/map_search_icon.png);
  background-repeat: no-repeat;
  padding-left: 30px;
}

/* line 508, ../sass/style.scss */
.map-search-sub-ttl {
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  background-color: #ff5580;
  margin-bottom: 10px;
  padding: 14px 20px;
}
/* line 515, ../sass/style.scss */
.map-search-sub-ttl p {
  background: url(../images/home/search-icon.png);
  background-repeat: no-repeat;
  margin-bottom: 0;
  padding-left: 25px;
}

/* line 523, ../sass/style.scss */
.map-search-container {
  border: 5px solid #ff5580;
  background: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: 1;
  padding: 40px 0 10px 30px;
}

/* line 531, ../sass/style.scss */
.map-prefectures, .nara-map {
  float: left;
  position: relative;
}
/* line 534, ../sass/style.scss */
.map-prefectures .map-inner, .nara-map .map-inner {
  padding: 0 30px;
}

/* line 539, ../sass/style.scss */
.map-prefectures {
  margin-right: 30px;
}
/* line 541, ../sass/style.scss */
.map-prefectures .nara-prefectures {
  position: absolute;
  top: 372px;
  left: 294px;
}
/* line 546, ../sass/style.scss */
.map-prefectures .kyoto-prefectures {
  position: absolute;
  top: 67px;
  left: 207px;
}
/* line 551, ../sass/style.scss */
.map-prefectures .osaka-prefectures {
  position: absolute;
  top: 242px;
  left: 67px;
}
/* line 556, ../sass/style.scss */
.map-prefectures .shiga-prefectures {
  position: absolute;
  top: 235px;
  left: 300px;
}

/* line 563, ../sass/style.scss */
.nara-map {
  width: 375px;
  margin-right: 50px;
  position: relative;
}
/* line 567, ../sass/style.scss */
.nara-map img {
  display: block;
  margin: 20px auto 0;
}
/* line 571, ../sass/style.scss */
.nara-map .ikoma {
  position: absolute;
  top: 58px;
  left: 9px;
}
/* line 576, ../sass/style.scss */
.nara-map .kawai {
  position: absolute;
  top: 106px;
  left: 10px;
}
/* line 581, ../sass/style.scss */
.nara-map .kashiba {
  position: absolute;
  top: 150px;
  left: 10px;
}
/* line 586, ../sass/style.scss */
.nara-map .gose {
  position: absolute;
  top: 210px;
  left: 10px;
}
/* line 591, ../sass/style.scss */
.nara-map .yamatotakadashi {
  position: absolute;
  top: 279px;
  left: 47px;
}
/* line 596, ../sass/style.scss */
.nara-map .nara {
  position: absolute;
  top: 60px;
  right: 47px;
}
/* line 601, ../sass/style.scss */
.nara-map .yamatokooriyama {
  position: absolute;
  top: 100px;
  right: 13px;
}
/* line 606, ../sass/style.scss */
.nara-map .tenri {
  position: absolute;
  top: 140px;
  right: 47px;
}
/* line 611, ../sass/style.scss */
.nara-map .sakurai {
  position: absolute;
  top: 177px;
  right: 47px;
}
/* line 616, ../sass/style.scss */
.nara-map .kashiharashi {
  position: absolute;
  top: 216px;
  right: 47px;
}
/* line 621, ../sass/style.scss */
.nara-map .tawaramototyo {
  position: absolute;
  top: 255px;
  right: 30px;
}

/* line 628, ../sass/style.scss */
.map-search-area {
  float: left;
}
/* line 630, ../sass/style.scss */
.map-search-area .btn-search {
  width: 200px;
}

/* line 635, ../sass/style.scss */
.area-search-ttl {
  font-size: 18px;
  color: #ff5580;
  line-height: 1.1;
  background: url(../images/home/area-search-icon.png) no-repeat;
  padding-left: 30px;
}
/* line 641, ../sass/style.scss */
.area-search-ttl p {
  margin-bottom: 15px;
}

/* line 646, ../sass/style.scss */
.search-btn {
  line-height: 1;
  display: inline-block;
  border: 4px solid #b098c7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  white-space: nowrap;
  background: #ffffff;
}
/* line 654, ../sass/style.scss */
.search-btn a {
  font-size: 17px;
  font-weight: bold;
  color: #b098c7;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  padding-left: 20px;
}
/* line 663, ../sass/style.scss */
.search-btn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 666, ../sass/style.scss */
.search-btn a:before, .search-btn a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
/* line 675, ../sass/style.scss */
.search-btn a:before {
  width: 17px;
  height: 17px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #b098c7;
}
/* line 682, ../sass/style.scss */
.search-btn a:after {
  left: 4px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 692, ../sass/style.scss */
.search-btn.kyoto-prefectures {
  border-color: #f3ba1e;
}
/* line 694, ../sass/style.scss */
.search-btn.kyoto-prefectures a {
  color: #f3ba1e;
}
/* line 696, ../sass/style.scss */
.search-btn.kyoto-prefectures a:before {
  background-color: #f3ba1e;
}
/* line 701, ../sass/style.scss */
.search-btn.osaka-prefectures {
  border-color: #81cf64;
}
/* line 703, ../sass/style.scss */
.search-btn.osaka-prefectures a {
  color: #81cf64;
}
/* line 705, ../sass/style.scss */
.search-btn.osaka-prefectures a:before {
  background-color: #81cf64;
}
/* line 710, ../sass/style.scss */
.search-btn.shiga-prefectures {
  border-color: #6dcee8;
}
/* line 712, ../sass/style.scss */
.search-btn.shiga-prefectures a {
  color: #6dcee8;
}
/* line 714, ../sass/style.scss */
.search-btn.shiga-prefectures a:before {
  background-color: #6dcee8;
}

/*-------------------------------------------
NEWS
-------------------------------------------*/
/* line 726, ../sass/style.scss */
.news-info-list .border-top {
  border-top: 3px solid #d0d0d0;
  padding-top: 20px;
}
/* line 730, ../sass/style.scss */
.news-info-list li {
  margin-bottom: 20px;
  padding: 0 5px 20px;
  padding-bottom: 20px;
  border-bottom: 2px dashed #d0d0d0;
}
/* line 735, ../sass/style.scss */
.news-info-list li time {
  font-size: 13px;
  margin-right: 15px;
}
/* line 739, ../sass/style.scss */
.news-info-list li a {
  font-size: 14px;
  color: #4d4b4b;
  text-decoration: none;
}
/* line 745, ../sass/style.scss */
.news-info-list .category {
  font-size: 14px;
  color: #ffffff;
  width: 102px;
  height: 27px;
  line-height: 27px;
  margin-right: 15px;
  display: inline-block;
  text-align: center;
  background-color: #a19e9e;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 756, ../sass/style.scss */
.news-info-list .category.store {
  background-color: #2fa2d7;
}
/* line 759, ../sass/style.scss */
.news-info-list .category.info {
  background-color: #eb8989;
}
/* line 762, ../sass/style.scss */
.news-info-list .category.small-talk {
  background-color: #fab2b2;
}

/*-------------------------------------------
プライバシーポリシー
-------------------------------------------*/
/* line 773, ../sass/style.scss */
.plivacy-policy dt {
  font-size: 20px;
  color: #4d4b4b;
  line-height: 30px;
  border-left: 5px solid #ff5580;
  margin-bottom: 20px;
  padding: 0 0 0 20px;
}
/* line 781, ../sass/style.scss */
.plivacy-policy dd {
  margin-bottom: 40px;
}

/*-------------------------------------------
サイトマップ
-------------------------------------------*/
/* line 792, ../sass/style.scss */
.sitemap ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  list-style-type: disc;
  list-style-position: inside;
}
/* line 797, ../sass/style.scss */
.sitemap ul li a {
  color: #4d4b4b;
  text-decoration: none;
}

/*-------------------------------------------
ご利用の流れ
-------------------------------------------*/
/* line 810, ../sass/style.scss */
.page-flow section {
  padding-bottom: 20px;
}
/* line 814, ../sass/style.scss */
.page-flow dl dt {
  color: #333333;
}
/* line 816, ../sass/style.scss */
.page-flow dl dt .number {
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #ff5580;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin: 0 10px 10px 0;
}

/* line 835, ../sass/style.scss */
.flow-link li {
  width: 370px;
  font-size: 16px;
  float: left;
  margin-right: 10px;
  background: #f3ba1e;
}
/* line 841, ../sass/style.scss */
.flow-link li:nth-child(2n) {
  margin-right: 0;
}
/* line 844, ../sass/style.scss */
.flow-link li a {
  color: #ffffff;
  font-weight: bold;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
}
/* line 852, ../sass/style.scss */
.flow-link li a:hover {
  border-bottom: 2px solid #a87732;
  padding-bottom: 8px;
}

/* line 860, ../sass/style.scss */
.flow-contents {
  padding: 0 15px;
}
/* line 862, ../sass/style.scss */
.flow-contents h5 {
  font-size: 16px;
  border: 0;
  margin-bottom: 0;
  padding-left: 0;
}

/* line 870, ../sass/style.scss */
.flow-dl {
  font-size: 16px;
}
/* line 872, ../sass/style.scss */
.flow-dl ul {
  margin-bottom: 5px;
}
/* line 875, ../sass/style.scss */
.flow-dl li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #d7d7d7;
}
/* line 879, ../sass/style.scss */
.flow-dl li a {
  color: #4d4b4b;
  text-decoration: none;
}
/* line 883, ../sass/style.scss */
.flow-dl li .small {
  font-size: 14px;
}
/* line 886, ../sass/style.scss */
.flow-dl li .link {
  background: url(../images/flow/more.png) no-repeat;
  background-position: right top;
  padding-right: 30px;
}
/* line 891, ../sass/style.scss */
.flow-dl li:last-child {
  margin-bottom: 0;
}

/* line 897, ../sass/style.scss */
.flow-ttl {
  border-bottom: 3px solid #d0d0d0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
/* line 901, ../sass/style.scss */
.flow-ttl h4, .flow-ttl h5 {
  margin-bottom: 0;
}
/* line 903, ../sass/style.scss */
.flow-ttl h4:before, .flow-ttl h5:before {
  content: "";
}
/* line 906, ../sass/style.scss */
.flow-ttl h4 .number, .flow-ttl h5 .number {
  color: #ffffff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #ff5580;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin: 0 10px 0 0;
}

/* line 920, ../sass/style.scss */
.flow-left {
  width: 325px;
  float: left;
  text-align: center;
}

/* line 926, ../sass/style.scss */
.flow-right {
  overflow: hidden;
}
/* line 928, ../sass/style.scss */
.flow-right a {
  color: #ff5580;
}

/* line 934, ../sass/style.scss */
#taimen-flow h3, #contact-flow h3, #web-flow h3, .flow-title h3 {
  font-size: 22px;
  border-left: 10px solid #ff5580;
  padding-left: 10px;
}

/* line 941, ../sass/style.scss */
.flow-title {
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

/* line 946, ../sass/style.scss */
.settlement-container {
  margin-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
}
/* line 949, ../sass/style.scss */
.settlement-container .left {
  width: 260px;
  float: left;
}
/* line 952, ../sass/style.scss */
.settlement-container .left .box {
  border: 1px solid #ff5580;
  margin-bottom: 30px;
  padding: 5px 7px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-content: center;
}
/* line 960, ../sass/style.scss */
.settlement-container .left .box p:first-child {
  height: 35px;
  font-size: 19px;
  color: #ffffff;
  line-height: 19px;
  background-color: #ff5580;
  margin-bottom: 0;
  padding: 7px 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.1;
}
/* line 971, ../sass/style.scss */
.settlement-container .left .box p:last-child {
  font-size: 19px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.9;
  display: inline;
}
/* line 980, ../sass/style.scss */
.settlement-container .right {
  font-size: 17px;
  width: 460px;
  float: right;
}
/* line 985, ../sass/style.scss */
.settlement-container.border0 {
  border: 0;
}

/* line 991, ../sass/style.scss */
.flow-btn .left {
  float: left;
}
/* line 994, ../sass/style.scss */
.flow-btn .right {
  float: right;
}

/* line 999, ../sass/style.scss */
.flow-layout {
  width: 100%;
}
/* line 1001, ../sass/style.scss */
.flow-layout th, .flow-layout td {
  padding: 15px 10px;
  font-size: 14px;
  text-align: center;
  white-space: normal;
}
/* line 1008, ../sass/style.scss */
.flow-layout th.doc {
  min-width: 20%;
}
/* line 1011, ../sass/style.scss */
.flow-layout th.conditions {
  min-width: 17%;
}
/* line 1016, ../sass/style.scss */
.flow-layout td.left {
  text-align: left;
}
/* line 1020, ../sass/style.scss */
.flow-layout li {
  margin-bottom: 0;
}

/* line 1026, ../sass/style.scss */
.must-read span {
  display: inline-block;
  margin-right: 5px;
  padding: 4px 12px;
  background: #ff5580;
  border-radius: 0.5em;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  vertical-align: text-top;
}

@media only screen and (max-width: 768px) {
  /* line 1041, ../sass/style.scss */
  .flow-layout th, .flow-layout td {
    padding: 15px 3px;
    font-size: 11px;
    text-align: center;
    white-space: normal;
  }
  /* line 1048, ../sass/style.scss */
  .flow-layout th.conditions {
    min-width: 20%;
  }
  /* line 1051, ../sass/style.scss */
  .flow-layout th.corporation {
    min-width: 1em !important;
  }
  /* line 1055, ../sass/style.scss */
  .flow-layout .subhead th {
    min-width: 1em !important;
  }

  /* line 1060, ../sass/style.scss */
  .must-read dt {
    margin-bottom: 15px;
  }
  /* line 1063, ../sass/style.scss */
  .must-read span {
    vertical-align: baseline;
  }
}
@media only screen and (max-width: 440px) {
  /* line 1071, ../sass/style.scss */
  .must-read span {
    display: block;
    width: 85px;
    text-align: center;
  }
}
/*-------------------------------------------
NEWS 詳細
-------------------------------------------*/
/* line 1084, ../sass/style.scss */
.single-ttl {
  font-size: 20px;
  line-height: 30px;
  border-bottom: 3px dashed #d0d0d0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* line 1093, ../sass/style.scss */
.single-body a {
  color: #ff5580;
}

/* line 1098, ../sass/style.scss */
.single-info {
  margin-bottom: 15px;
}
/* line 1100, ../sass/style.scss */
.single-info time {
  font-size: 13px;
  margin-right: 15px;
}
/* line 1104, ../sass/style.scss */
.single-info .category {
  font-size: 14px;
  color: #ffffff;
  width: 102px;
  height: 27px;
  line-height: 27px;
  margin-right: 15px;
  display: inline-block;
  text-align: center;
  background-color: #a19e9e;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 1115, ../sass/style.scss */
.single-info .category.store {
  background-color: #2fa2d7;
}
/* line 1118, ../sass/style.scss */
.single-info .category.info {
  background-color: #eb8989;
}
/* line 1121, ../sass/style.scss */
.single-info .category.small-talk {
  background-color: #fab2b2;
}

/* line 1127, ../sass/style.scss */
.trunk-list-box {
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px 1px;
  font-family: "A-OTF 新ゴ Pro", "A-OTF Shin Go Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0px 0px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-image: initial;
}

/* line 1137, ../sass/style.scss */
.trunk-list-image {
  float: left;
  width: 33%;
}

/* line 1142, ../sass/style.scss */
.trunk-list-table {
  float: right;
  width: 67%;
}

/* line 1147, ../sass/style.scss */
.trunk-list-table table {
  border-collapse: separate;
  border-spacing: 0;
  border: solid 1px #cccccc;
  width: 100%;
  margin-bottom: 10px;
}
/* line 1154, ../sass/style.scss */
.trunk-list-table table tr th, .trunk-list-table table tr td {
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 5px;
}
/* line 1159, ../sass/style.scss */
.trunk-list-table table tr th {
  font-size: 12px;
  background-image: none;
  background-color: #cecece;
  text-align: center;
}
/* line 1166, ../sass/style.scss */
.trunk-list-table table tr:last-child th {
  border-bottom: 0;
}

/* line 1173, ../sass/style.scss */
.trunk-list-area {
  padding: 9px 19px 9px;
  background: #969696;
}
/* line 1176, ../sass/style.scss */
.trunk-list-area p, .trunk-list-area a {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0;
}
/* line 1181, ../sass/style.scss */
.trunk-list-area a {
  text-decoration: none;
}

/* line 1186, ../sass/style.scss */
.trunk-list-name {
  font-size: 24px;
  font-weight: bold;
  background: url(../images/trunk_room/logo.png) no-repeat;
  background-position: left center;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 10px;
  padding: 0 0 0 35px;
}

/* line 1196, ../sass/style.scss */
.trunk-list-wrap {
  padding: 7px 17px 10px;
}

/* line 1200, ../sass/style.scss */
.trunk-list-box-area {
  margin-bottom: 30px;
  padding-left: 25px;
  position: relative;
}

/* line 1206, ../sass/style.scss */
.trunk-list-box-area:after {
  content: '';
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  height: 100%;
  width: 10px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b098c7;
}

/* line 1222, ../sass/style.scss */
#google-map {
  width: 100%;
  height: 421px;
  border: solid 1px #ccc;
  margin-bottom: 30px;
}

/************************************
** レスポンシブページネーション
************************************/
/* line 1232, ../sass/style.scss */
.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 20px 0;
}

/* line 1238, ../sass/style.scss */
.pagination li {
  padding: 5px 0 5px 5px;
}

/* line 1242, ../sass/style.scss */
.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* line 1250, ../sass/style.scss */
.pagination a {
  font-weight: 300;
  text-decoration: none;
  border: 1px solid #ff5580;
  min-width: 36px;
  min-height: 36px;
  color: #ff5580;
  margin-bottom: 0;
  margin-right: 5px;
  padding: 11px 17px;
  background-color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 1264, ../sass/style.scss */
.pagination li:not([class*="current"]) a:hover {
  color: #ffffff;
  background-color: #ff5580;
}

/* line 1269, ../sass/style.scss */
.pagination li:first-of-type a {
  border-left-width: 1px;
}

/* line 1273, ../sass/style.scss */
.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* line 1283, ../sass/style.scss */
.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* line 1296, ../sass/style.scss */
.pagination li.first a::before {
  content: "\f100 最初へ";
}

/* line 1297, ../sass/style.scss */
.pagination li.last a::after {
  content: "最後へ \f101";
}

/* line 1299, ../sass/style.scss */
.pagination li.previous a::before {
  content: "\f104 前へ";
}

/* line 1300, ../sass/style.scss */
.pagination li.next a::after {
  content: "次へ \f105";
}

/* line 1302, ../sass/style.scss */
.pagination li.current a {
  color: #ffffff;
  background-color: #ff5580;
  cursor: default;
  pointer-events: none;
}

/* line 1309, ../sass/style.scss */
.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 1314, ../sass/style.scss */
.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and (max-width: 680px) {
  /* line 1320, ../sass/style.scss */
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  /* line 1328, ../sass/style.scss */
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 500px) {
  /* line 1332, ../sass/style.scss */
  .pagination a {
    min-width: 18px;
    min-height: 18px;
    padding: 5px 12px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1340, ../sass/style.scss */
  #google-map-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 1346, ../sass/style.scss */
.nara.trunk-list-box-area:after {
  background-color: #b098c7;
}

/* line 1351, ../sass/style.scss */
.contents-trunk-nav-ttl p {
  font-size: 30px;
  color: #b098c7;
  margin-bottom: 0;
}
/* line 1356, ../sass/style.scss */
.contents-trunk-nav-ttl .kyoto {
  color: #f3ba1e;
}
/* line 1359, ../sass/style.scss */
.contents-trunk-nav-ttl .oosaka {
  color: #80ce62;
}
/* line 1362, ../sass/style.scss */
.contents-trunk-nav-ttl .shiga {
  color: #6dcee8;
}

.contents-trunk-nav-ttl .miyazaki {
  color: #2aa086;
}

/* line 1367, ../sass/style.scss */
.top-trunk-nav-nara {
  float: left;
  padding-left: 20px;
  position: relative;
}

/* line 1373, ../sass/style.scss */
.top-trunk-nav-nara:after {
  content: '';
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  height: 100%;
  width: 10px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4fa8dd;
}

/*-------------------------------------------
検索
-------------------------------------------*/
/* line 1395, ../sass/style.scss */
.nara-area {
  margin-bottom: 30px;
}
/* line 1397, ../sass/style.scss */
.nara-area .btn-search {
  line-height: 1.5;
  width: 200px;
  margin-right: 15px;
  float: left;
}
/* line 1402, ../sass/style.scss */
.nara-area .btn-search:nth-child(3n) {
  margin-right: 0;
}

/* line 1408, ../sass/style.scss */
.kyoto.trunk-list-box-area:after {
  background-color: #f3ba1e;
}

/* line 1412, ../sass/style.scss */
.osaka.trunk-list-box-area:after {
  background-color: #80ce62;
}

/* line 1416, ../sass/style.scss */
.shiga.trunk-list-box-area:after {
  background-color: #6dcee8;
}

.miyazaki.trunk-list-box-area:after {
  background-color: #2aa086;
}

/* line 1420, ../sass/style.scss */
.sokujitu, .web-contact {
  width: 125px;
  height: 33px;
  float: left;
  padding: 5px 7px;
}

/* line 1427, ../sass/style.scss */
.sokujitu {
  border: 2px solid #1a2abd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 1430, ../sass/style.scss */
.sokujitu p {
  font-size: 14px;
  color: #1a2abd;
  line-height: 20px;
  background: url(../images/trunk_room/sokujitsu-icon.png) no-repeat;
  background-position: left top;
  margin-bottom: 0;
  padding-left: 20px;
}

/* line 1441, ../sass/style.scss */
.web-contact {
  border: 2px solid #e06c6c;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 1444, ../sass/style.scss */
.web-contact p {
  font-size: 11px;
  color: #e06c6c;
  background: url(../images/trunk_room/web-icon.png) no-repeat;
  background-position: left center;
  margin-bottom: 0;
  padding-left: 23px;
}

/* line 1454, ../sass/style.scss */
.link-more {
  width: 325px;
  float: right;
  background-color: #f26e6a;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: #cccccc 0 3px 5px 0;
  -webkit-box-shadow: #cccccc 0 3px 5px 0;
  box-shadow: #cccccc 0 3px 5px 0;
  text-align: center;
}
/* line 1461, ../sass/style.scss */
.link-more a {
  font-size: 20px;
  color: #f6f6f6;
  line-height: 1.7;
  text-decoration: none;
}

/*-------------------------------------------
物件詳細
-------------------------------------------*/
/* line 1473, ../sass/style.scss */
.bx-wrapper {
  margin-bottom: 10px !important;
}

/* line 1477, ../sass/style.scss */
ul.photo {
  margin-bottom: 20px;
}
/* line 1479, ../sass/style.scss */
ul.photo li {
  float: left;
  margin: 0 13px 10px 0;
}
/* line 1482, ../sass/style.scss */
ul.photo li:nth-child(4n) {
  margin-right: 0;
}

/* line 1488, ../sass/style.scss */
.trunk_room_info {
  margin-bottom: 20px;
}
/* line 1490, ../sass/style.scss */
.trunk_room_info .acf-map {
  width: 49%;
  float: left;
}
/* line 1494, ../sass/style.scss */
.trunk_room_info .trunk_room_info_text {
  width: 49%;
  float: right;
}
/* line 1497, ../sass/style.scss */
.trunk_room_info .trunk_room_info_text dt, .trunk_room_info .trunk_room_info_text dd {
  line-height: 1.5;
}
/* line 1500, ../sass/style.scss */
.trunk_room_info .trunk_room_info_text dt {
  font-size: 16px;
  font-weight: bold;
}
/* line 1504, ../sass/style.scss */
.trunk_room_info .trunk_room_info_text dd {
  margin-bottom: 24px;
}
/* line 1508, ../sass/style.scss */
.trunk_room_info table {
  width: 100%;
  margin-bottom: 0;
}
/* line 1511, ../sass/style.scss */
.trunk_room_info table tr th, .trunk_room_info table tr td {
  font-size: 15px;
  padding: 5px;
}
/* line 1515, ../sass/style.scss */
.trunk_room_info table tr th {
  font-weight: bold;
}

/* line 1521, ../sass/style.scss */
.trunk_type {
  margin-bottom: 55px;
}
/* line 1523, ../sass/style.scss */
.trunk_type table {
  width: 49%;
  float: left;
}
/* line 1526, ../sass/style.scss */
.trunk_type table:nth-child(2n) {
  float: right;
}
/* line 1529, ../sass/style.scss */
.trunk_type table th, .trunk_type table td {
  padding: 3px 15px;
  text-align: center;
}
/* line 1533, ../sass/style.scss */
.trunk_type table th {
  font-weight: bold;
  border-bottom: 1px solid #ff5580;
}
/* line 1536, ../sass/style.scss */
.trunk_type table th:last-child {
  border-bottom: 1px solid #ff5580;
}

/*-------------------------------------------
特選物件
-------------------------------------------*/
/* line 1547, ../sass/style.scss */
.bukken-list li {
  width: 230px;
  float: left;
  margin: 0 25px 30px 0;
}
/* line 1551, ../sass/style.scss */
.bukken-list li:nth-child(3n) {
  margin-right: 0;
}

/* line 1556, ../sass/style.scss */
.bukken-list-info {
  width: 100%;
  height: 290px;
  border: 2px solid #dedede;
  margin-bottom: 20px;
}
/* line 1561, ../sass/style.scss */
.bukken-list-info .area {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.4;
  background-color: #4990d3;
  padding: 0 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}
/* line 1570, ../sass/style.scss */
.bukken-list-info .area a {
  color: #ffffff;
  display: block;
  text-decoration: none;
}
/* line 1576, ../sass/style.scss */
.bukken-list-info .name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
/* line 1581, ../sass/style.scss */
.bukken-list-info .bukken-inner {
  padding: 10px;
}

/* line 1586, ../sass/style.scss */
.bukken-more {
  color: #ffffff;
  text-decoration: none;
  background: #eb8989;
  border-bottom: 2px solid #d75e5e;
  padding: 5px 0;
  display: block;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/*-------------------------------------------
土地オーナーの皆様へ
-------------------------------------------*/
/* line 1602, ../sass/style.scss */
.owner-merit li {
  border-bottom: 1px dashed #d7d7d7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
/* line 1606, ../sass/style.scss */
.owner-merit li .merit-number {
  color: #ffffff;
  line-height: 1.2;
  width: 100px;
  height: 100px;
  background: #ff5580;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  float: left;
  margin-right: 10px;
  padding-top: 25px;
}
/* line 1617, ../sass/style.scss */
.owner-merit li .merit-number .merit {
  font-size: 13px;
  display: block;
  margin-bottom: 0;
}
/* line 1622, ../sass/style.scss */
.owner-merit li .merit-number .number {
  font-size: 40px;
}
/* line 1626, ../sass/style.scss */
.owner-merit li dd {
  margin-bottom: 0;
}

/* line 1634, ../sass/style.scss */
.zoneing .zoneing-left table {
  width: 61%;
  border: 1px solid #626060;
  display: table;
  float: left;
  margin-right: 10px;
}
/* line 1640, ../sass/style.scss */
.zoneing .zoneing-left table tr {
  border-bottom: 1px solid #626060;
}
/* line 1643, ../sass/style.scss */
.zoneing .zoneing-left table tr:first-child th {
  line-height: 2;
}
/* line 1647, ../sass/style.scss */
.zoneing .zoneing-left table tr th, .zoneing .zoneing-left table tr td {
  line-height: 1.6;
  padding: 0 20px;
  border-right: 1px solid #626060;
}
/* line 1651, ../sass/style.scss */
.zoneing .zoneing-left table tr th:last-child, .zoneing .zoneing-left table tr td:last-child {
  border-right: 0;
}
/* line 1656, ../sass/style.scss */
.zoneing .zoneing-left table th {
  font-size: 16px;
  background: none;
}
/* line 1660, ../sass/style.scss */
.zoneing .zoneing-left table td {
  font-size: 22px;
  text-align: center;
}
/* line 1667, ../sass/style.scss */
.zoneing .zoneing-right dl dt {
  font-size: 16px;
}
/* line 1670, ../sass/style.scss */
.zoneing .zoneing-right dl dd {
  font-size: 14px;
}

/*-------------------------------------------
お問い合わせ
-------------------------------------------*/
/* line 1680, ../sass/style.scss */
table.contact {
  width: 90%;
  margin: 0 auto 30px;
  border: 0;
}
/* line 1684, ../sass/style.scss */
table.contact tr {
  padding-bottom: 5px;
}
/* line 1687, ../sass/style.scss */
table.contact th, table.contact td {
  padding: 0 0 15px 0;
  vertical-align: top;
}
/* line 1691, ../sass/style.scss */
table.contact tr, table.contact th, table.contact td {
  background: none;
  border: 0;
}
/* line 1694, ../sass/style.scss */
table.contact tr input[type="text"], table.contact tr input[type="tel"], table.contact tr input[type="email"], table.contact th input[type="text"], table.contact th input[type="tel"], table.contact th input[type="email"], table.contact td input[type="text"], table.contact td input[type="tel"], table.contact td input[type="email"] {
  font-size: 16px;
  width: 100%;
  padding: 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 1700, ../sass/style.scss */
table.contact tr .number input[type="text"], table.contact th .number input[type="text"], table.contact td .number input[type="text"] {
  width: 40px;
}
/* line 1703, ../sass/style.scss */
table.contact tr .wpcf7-radio .first, table.contact th .wpcf7-radio .first, table.contact td .wpcf7-radio .first {
  margin-left: 0;
}
/* line 1706, ../sass/style.scss */
table.contact tr select, table.contact th select, table.contact td select {
  position: relative;
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 1715, ../sass/style.scss */
table.contact tr .years select, table.contact th .years select, table.contact td .years select {
  width: 130px;
}
/* line 1720, ../sass/style.scss */
table.contact tr .month select, table.contact tr .days select, table.contact th .month select, table.contact th .days select, table.contact td .month select, table.contact td .days select {
  width: 70px;
}
/* line 1724, ../sass/style.scss */
table.contact tr label, table.contact th label, table.contact td label {
  width: 130px;
  position: relative;
  display: inline-block;
}
/* line 1728, ../sass/style.scss */
table.contact tr label.month, table.contact tr label.days, table.contact th label.month, table.contact th label.days, table.contact td label.month, table.contact td label.days {
  width: 70px;
}
/* line 1732, ../sass/style.scss */
table.contact tr label:after, table.contact th label:after, table.contact td label:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  right: 1px;
  width: 25px;
  height: 34px;
  background: url(../images/contact/arrow01.png) 0 0 no-repeat;
  background-position: left 7px top 13px;
  background-size: 13px;
  pointer-events: none;
  background-color: #ff5580;
}
/* line 1746, ../sass/style.scss */
table.contact tr textarea, table.contact th textarea, table.contact td textarea {
  font-size: 16px;
  width: 100%;
  padding: 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 1755, ../sass/style.scss */
.submit {
  width: 300px;
  height: 50px;
  margin: 0 auto 30px;
  background: #ff5580;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 1761, ../sass/style.scss */
.submit:hover {
  border-bottom: 2px solid #b53c5d;
}
/* line 1764, ../sass/style.scss */
.submit input {
  width: 300px;
  height: 50px;
  font-size: 20px;
  color: #ffffff;
  line-height: 50px;
  border: 0;
  background: none;
  display: block;
  margin: 0 auto;
}

/* line 1777, ../sass/style.scss */
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 0 auto;
}

/*-------------------------------------------
ページトップ
-------------------------------------------*/
/*トップへ戻るボタン*/
/* line 1788, ../sass/style.scss */
.topBtn {
  position: fixed;
  /*固定*/
  bottom: 20px;
  /*場所を右下に移動*/
  right: 20px;
  /*場所を右下に移動*/
  display: block;
  /*aタグをblock要素に変更*/
  width: 40px;
  height: 40px;
  padding-top: 30px;
  display: block;
  text-decoration: none;
  background-color: #ff5580;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 1800, ../sass/style.scss */
.topBtn:after {
  color: #ffffff;
  content: "^";
  position: relative;
  bottom: 18px;
  left: 14px;
}

/* line 1809, ../sass/style.scss */
.topBtn:hover {
  opacity: 0.7;
}

/*-------------------------------------------
コンポーネント
-------------------------------------------*/
/* line 1817, ../sass/style.scss */
.font-bold {
  font-weight: bold;
}

/* line 1821, ../sass/style.scss */
.font-big {
  font-size: 16px;
}

/* line 1825, ../sass/style.scss */
.f14 {
  font-size: 14px;
}

/* line 1829, ../sass/style.scss */
.f18 {
  font-size: 18px;
}

/* line 1833, ../sass/style.scss */
.f22 {
  font-size: 22px;
}

/* line 1837, ../sass/style.scss */
.text-center {
  text-align: center;
}

/* line 1841, ../sass/style.scss */
.required {
  font-size: 14px;
  color: #ff5580;
}

/* line 1846, ../sass/style.scss */
.pink {
  color: #ff5580;
}

/* line 1850, ../sass/style.scss */
.db {
  display: block;
}

/* line 1854, ../sass/style.scss */
.of {
  overflow: hidden;
}

/* line 1858, ../sass/style.scss */
.btn {
  color: #ffffff;
  background-color: #ff5580;
  text-align: center;
  margin-bottom: 60px;
  padding: 10px 0;
}
/* line 1864, ../sass/style.scss */
.btn:hover {
  border-bottom: 2px solid #b53c5d;
  padding-bottom: 8px;
}
/* line 1868, ../sass/style.scss */
.btn.small {
  width: 230px;
  margin: 0 auto 60px;
  padding: 4px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 1874, ../sass/style.scss */
.btn.flow {
  background-color: #eb8989;
  border-bottom: 2px solid #d75e5e;
}
/* line 1878, ../sass/style.scss */
.btn.area {
  background-color: #2fa2d7;
  border-bottom: 2px solid #21779e;
}
/* line 1882, ../sass/style.scss */
.btn a {
  color: #ffffff;
  text-decoration: none;
}
/* line 1885, ../sass/style.scss */
.btn a.more {
  line-height: 17px;
  background: url(../images/common/more.png) no-repeat;
  background-position: right top;
  padding-right: 30px;
}

/* line 1894, ../sass/style.scss */
a.long-more {
  color: #ffffff;
  text-decoration: none;
  display: block;
}
/* line 1898, ../sass/style.scss */
a.long-more .long-btn {
  color: #ffffff;
  background-color: #ff5580;
  text-align: center;
  margin-bottom: 60px;
  padding: 10px 0;
}
/* line 1904, ../sass/style.scss */
a.long-more .long-btn span {
  line-height: 17px;
  background: url(../images/common/more.png) no-repeat;
  background-position: right top;
  padding-right: 30px;
}

/* line 1914, ../sass/style.scss */
.contract-btn a {
  color: #ffffff;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: table;
  background: #e60012;
  margin-left: auto;
  text-decoration: none;
  margin-bottom: 10px;
}

/* line 1926, ../sass/style.scss */
.clear {
  clear: both;
}

/* line 1930, ../sass/style.scss */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 1938, ../sass/style.scss */
.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
/* line 1940, ../sass/style.scss */
* html .clearfix {
  height: 1%;
}

/* line 1941, ../sass/style.scss */
.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* line 1944, ../sass/style.scss */
.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}

/* line 1950, ../sass/style.scss */
.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 20px;
}

/* line 1956, ../sass/style.scss */
.stripe-ttl {
  border: 2px solid #ff5580;
  background-image: linear-gradient(-45deg, #ffffff 25%, #fbe1e8 25%, #fbe1e8 50%, #ffffff 50%, #ffffff 75%, #fbe1e8 75%, #fbe1e8);
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
  background-size: 8px 8px;
  margin-bottom: 20px;
  padding: 10px 0;
}
/* line 1969, ../sass/style.scss */
.stripe-ttl h2, .stripe-ttl p {
  font-size: 20px;
  color: #ff5580;
  margin-bottom: 0;
  text-align: center;
}

/* line 1977, ../sass/style.scss */
.btn-search {
  font-size: 15px;
  background: #b098c7;
  margin-bottom: 15px;
  padding: 10px 0;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 1984, ../sass/style.scss */
.btn-search a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}
/* line 1989, ../sass/style.scss */
.btn-search:hover {
  border-bottom: 2px solid #7c6790;
  padding-bottom: 8px;
}
/* line 1993, ../sass/style.scss */
.btn-search.kyoto {
  background: #f3ba1e;
}
/* line 1995, ../sass/style.scss */
.btn-search.kyoto:hover {
  border-bottom: 2px solid #af8617;
  padding-bottom: 8px;
}
/* line 2000, ../sass/style.scss */
.btn-search.osaka {
  background: #80ce62;
}
/* line 2002, ../sass/style.scss */
.btn-search.osaka:hover {
  border-bottom: 2px solid #66a94c;
  padding-bottom: 8px;
}
/* line 2007, ../sass/style.scss */
.btn-search.shiga {
  background: #6dcee8;
}
/* line 2009, ../sass/style.scss */
.btn-search.shiga:hover {
  border-bottom: 2px solid #358da5;
  padding-bottom: 8px;
}

/* line 2007, ../sass/style.scss */
.btn-search.miyazaki {
  background: #2aa086;
}
/* line 2009, ../sass/style.scss */
.btn-search.miyazaki:hover {
  border-bottom: 2px solid #207965;
  padding-bottom: 8px;
}

/* line 2016, ../sass/style.scss */
.mt40 {
  margin-top: 40px !important;
}

/* line 2020, ../sass/style.scss */
.mb0 {
  margin-bottom: 0 !important;
}

/* line 2024, ../sass/style.scss */
.mb20 {
  margin-bottom: 20px !important;
}

/* line 2028, ../sass/style.scss */
.mb30 {
  margin-bottom: 30px !important;
}

/* line 2032, ../sass/style.scss */
.mb35 {
  margin-bottom: 35px !important;
}

/* line 2036, ../sass/style.scss */
.mb40 {
  margin-bottom: 40px !important;
}

/* line 2040, ../sass/style.scss */
.mb45 {
  margin-bottom: 45px !important;
}

/* line 2044, ../sass/style.scss */
.mb60 {
  margin-bottom: 60px !important;
}

/* line 2048, ../sass/style.scss */
.mr10 {
  margin-right: 10px !important;
}

/* line 2052, ../sass/style.scss */
.pl50 {
  padding-left: 50px !important;
}

/*-------------------------------------------
スマホ
-------------------------------------------*/
@media screen and (max-width: 640px) {
  /*-------------------------------------------
  base
  -------------------------------------------*/
  /* line 2066, ../sass/style.scss */
  body {
    min-width: 100%;
  }

  /* line 2070, ../sass/style.scss */
  img {
    max-width: 100%;
    height: auto;
  }

  /* line 2075, ../sass/style.scss */
  .desc h1, #mainvisual .mainvisual, .container, main, #sidebar, .header-inner, .footer-inner {
    width: 100%;
  }

  /* line 2079, ../sass/style.scss */
  .header-inner, .container, .footer-inner {
    padding: 0 3%;
  }

  /*-------------------------------------------
  base
  -------------------------------------------*/
  /* line 2087, ../sass/style.scss */
  main, #sidebar {
    float: none;
  }

  /*-------------------------------------------
  header
  -------------------------------------------*/
  /* line 2095, ../sass/style.scss */
  .header-inner {
    padding: 20px 3%;
  }
  /* line 2097, ../sass/style.scss */
  .header-inner .right {
    display: none;
  }

  /*-------------------------------------------
  footer
  -------------------------------------------*/
  /* line 2106, ../sass/style.scss */
  .footer-inner {
    padding: 20px 3%;
  }
  /* line 2110, ../sass/style.scss */
  .footer-inner nav ul li {
    margin-bottom: 5px;
  }

  /*-------------------------------------------
  アコーディオン
  -------------------------------------------*/
  /* line 2122, ../sass/style.scss */
  nav.header {
    background-image: none;
    margin-bottom: 20px;
    padding: 0 3%;
  }

  /* line 2128, ../sass/style.scss */
  nav.header ul.accordion p {
    margin: 0;
  }

  /* line 2129, ../sass/style.scss */
  nav.header ul.accordion a {
    display: block;
  }

  /* line 2130, ../sass/style.scss */
  nav.header ul.accordion img {
    display: block;
  }

  /* line 2131, ../sass/style.scss */
  nav.header ul.accordion ul {
    display: none;
  }

  /* line 2133, ../sass/style.scss */
  nav.header ul {
    display: block;
    box-shadow: none;
    margin: 0 auto;
  }

  /* line 2139, ../sass/style.scss */
  nav.header li {
    display: block;
    padding-left: 0;
  }

  /* line 2144, ../sass/style.scss */
  .sp-menu p {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding: 10px 25px;
    background: #ff5580;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  /* line 2153, ../sass/style.scss */
  nav.header ul li ul {
    margin-top: 20px !important;
  }

  /* line 2157, ../sass/style.scss */
  nav.header ul li ul li {
    display: block;
    vertical-align: middle;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  /* line 2163, ../sass/style.scss */
  nav.header ul li ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  /* line 2169, ../sass/style.scss */
  nav.header ul li ul li a {
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    display: block;
    margin-bottom: 0;
  }

  /*-------------------------------------------
  HOME
  -------------------------------------------*/
  /* line 2181, ../sass/style.scss */
  .wideslider {
    margin-bottom: 30px;
  }

  /* line 2185, ../sass/style.scss */
  #mainvisual .mainvisual {
    margin-bottom: 30px;
  }

  /* line 2189, ../sass/style.scss */
  .map-search {
    display: none;
  }

  /*-------------------------------------------
  ご利用の流れ
  -------------------------------------------*/
  /* line 2198, ../sass/style.scss */
  .flow-link li {
    font-size: 14px;
    width: 100%;
    margin-right: 0;
    float: none;
  }

  /* line 2208, ../sass/style.scss */
  table.flow-table tr th {
    white-space: normal;
  }

  /* line 2214, ../sass/style.scss */
  .flow-left {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }

  /* line 2221, ../sass/style.scss */
  .settlement-container .left {
    width: 260px;
    float: none;
  }
  /* line 2225, ../sass/style.scss */
  .settlement-container .right {
    width: 100%;
    float: none;
  }
  /* line 2229, ../sass/style.scss */
  .settlement-container.border0 {
    border: 0;
  }

  /* line 2235, ../sass/style.scss */
  .flow-btn .left {
    float: none;
    text-align: center;
    margin: 0 0 20px 0;
  }
  /* line 2240, ../sass/style.scss */
  .flow-btn .right {
    float: none;
    text-align: center;
  }

  /*-------------------------------------------
  NEWS
  -------------------------------------------*/
  /* line 2252, ../sass/style.scss */
  .news-info-list li time {
    display: block;
    margin-bottom: 2px;
  }
  /* line 2257, ../sass/style.scss */
  .news-info-list .category {
    display: block;
    margin-bottom: 10px;
  }

  /*-------------------------------------------
  特選物件
  -------------------------------------------*/
  /* line 2267, ../sass/style.scss */
  .bukken-list li {
    width: 48%;
    float: left;
    margin: 0 2% 30px 0;
  }
  /* line 2271, ../sass/style.scss */
  .bukken-list li:nth-child(3n) {
    margin-right: 2%;
  }
  /* line 2274, ../sass/style.scss */
  .bukken-list li:nth-child(2n) {
    margin-right: 0%;
  }

  /*-------------------------------------------
  土地オーナーの皆様へ
  -------------------------------------------*/
  /* line 2285, ../sass/style.scss */
  .zoneing .zoneing-left table {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  /* line 2293, ../sass/style.scss */
  .zoneing .zoneing-right dl dt {
    font-size: 16px;
  }
  /* line 2296, ../sass/style.scss */
  .zoneing .zoneing-right dl dd {
    font-size: 14px;
  }

  /*-------------------------------------------
  お問い合わせ
  -------------------------------------------*/
  /* line 2308, ../sass/style.scss */
  table.contact tr label, table.contact th label, table.contact td label {
    display: block;
  }
  /* line 2311, ../sass/style.scss */
  table.contact tr span.wpcf7-list-item, table.contact th span.wpcf7-list-item, table.contact td span.wpcf7-list-item {
    margin: 0;
    display: block;
  }

  /*-------------------------------------------
  検索
  -------------------------------------------*/
  /* line 2323, ../sass/style.scss */
  .nara-area .btn-search {
    width: 49%;
    margin-right: 2%;
    float: left;
  }
  /* line 2327, ../sass/style.scss */
  .nara-area .btn-search:nth-child(3n) {
    margin-right: 2%;
  }
  /* line 2330, ../sass/style.scss */
  .nara-area .btn-search:nth-child(2n) {
    margin-right: 0;
  }

  /* line 2336, ../sass/style.scss */
  .trunk-list-image {
    display: none;
  }

  /* line 2340, ../sass/style.scss */
  .trunk-list-table {
    font-size: 14px;
    width: 100%;
    float: none;
  }

  /* line 2346, ../sass/style.scss */
  .sokujitu, .web-contact {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    float: none;
  }

  /* line 2353, ../sass/style.scss */
  .link-more {
    width: 100%;
    float: none;
    background-color: #f26e6a;
  }
  /* line 2357, ../sass/style.scss */
  .link-more a {
    font-size: 18px;
  }

  /*-------------------------------------------
  物件詳細
  -------------------------------------------*/
  /* line 2366, ../sass/style.scss */
  ul.photo {
    margin-bottom: 20px;
  }
  /* line 2368, ../sass/style.scss */
  ul.photo li {
    width: 32%;
    margin: 0 2% 10px 0;
  }
  /* line 2371, ../sass/style.scss */
  ul.photo li:nth-child(4n) {
    margin-right: 2%;
  }
  /* line 2374, ../sass/style.scss */
  ul.photo li:nth-child(3n) {
    margin-right: 0;
  }

  /* line 2381, ../sass/style.scss */
  .trunk_room_info .acf-map {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  /* line 2386, ../sass/style.scss */
  .trunk_room_info .trunk_room_info_text {
    width: 100%;
    float: none;
  }
  /* line 2389, ../sass/style.scss */
  .trunk_room_info .trunk_room_info_text dt, .trunk_room_info .trunk_room_info_text dd {
    line-height: 1.5;
  }
  /* line 2392, ../sass/style.scss */
  .trunk_room_info .trunk_room_info_text dt {
    font-size: 16px;
    font-weight: bold;
  }
  /* line 2396, ../sass/style.scss */
  .trunk_room_info .trunk_room_info_text dd {
    margin-bottom: 25px;
  }

  /* line 2402, ../sass/style.scss */
  .trunk_type {
    margin-bottom: 0;
  }
  /* line 2404, ../sass/style.scss */
  .trunk_type table {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  /* line 2408, ../sass/style.scss */
  .trunk_type table:nth-child(2n) {
    float: none;
  }

  /*-------------------------------------------
  コンポーネント
  -------------------------------------------*/
  /* line 2418, ../sass/style.scss */
  .alignleft {
    width: 45%;
    margin-right: 2%;
    margin-bottom: 0;
  }

  /* line 2424, ../sass/style.scss */
  .alignright {
    width: 45%;
    margin-left: 2%;
    margin-bottom: 0;
  }
}

.images-fluid{
  max-width: 100%;
  height: auto;
}

/*-------------------------------------------
スマホ表示有無
-------------------------------------------*/
@media screen and (max-width: 640px) {
  /* line 543, ../sass/style.scss */
  /* line 2436, ../sass/style.scss */
  .visible-desktop {
    display: none;
  }
}
@media print, screen and (min-width: 641px) {
  /* line 550, ../sass/style.scss */
  /* line 2442, ../sass/style.scss */
  .visible-phone {
    display: none;
  }
}
