@charset "UTF-8";
/* CSS Document */
/* ===========================================
 * 京都賃貸Five
 * -------------------------------------------
 * Unique Style
 * -------------------------------------------
 * 2013.06.26
=========================================== */
/* Home Page
=========================================== */
#top_image {
  padding-bottom: 10px;
}

#top_image img {
  min-width: 100%;
  height: auto;
}

.sd_info {
  margin: 15px 15px 0;
}

.sd_info img {
  width: 100%;
  height: auto;
}

/* -------------------- */
#home #pickUp .cmn_tit02 .ic_pickUp {
  display: block;
  background: rgba(0, 0, 0, 0) url(/sp/img/ico_star01.png) no-repeat scroll 0 4px/15px 16px;
  padding: 0 0 0 20px;
}

#home #pickUp .slidewrap {
  margin: 10px auto;
  width: 260px;
}

#home #pickUp li {
  position: relative;
}

#home #pickUp li .new {
  position: absolute;
  top: 0;
  left: 0;
}

#home #pickUp .flex-direction-nav {
  margin: -40px -33px 90px;
  width: 125%;
}

#home #pickUp .flex-direction-nav .flex-prev,
#home #pickUp .flex-direction-nav .flex-prev:visited,
#home #pickUp .flex-direction-nav .flex-next,
#home #pickUp .flex-direction-nav .flex-next:visited {
  height: 15px;
  width: 10px;
  color: transparent;
  text-indent: -9999px;
}

#home #pickUp .flex-direction-nav .flex-prev {
  background: url(/sp/img/ico_pickup_left01.gif) no-repeat 0 0/100%;
}

#home #pickUp .flex-direction-nav .flex-next {
  background: url(/sp/img/ico_pickup_right01.gif) no-repeat right 0/100%;
}

/* -------------------- */
#home #new .cmn_tit02 .ic_new {
  display: block;
  background: rgba(0, 0, 0, 0) url(/sp/img/ico_tit_new01.png) no-repeat scroll 0 4px/15px 16px;
  padding: 0 0 0 20px;
}

#home #new article {
  overflow: hidden;
  margin: 8px auto;
  width: 94%;
  /*min-width: 385px;*/
}

#home #new article,
#home #new .pic {
  border: 1px solid #e1dcc8;
}

#home #new article a {
  display: block;
  overflow: hidden;
  background: url(/sp/img/ico_arrow01.gif) no-repeat 97% center/10.5px 15px;
  padding: 10px;
  color: #666;
  text-decoration: none;
}

#home #new .pic {
  float: left;
}

#home #new .txt {
  float: left;
  margin: 0 0 0 2%;
  line-height: 1.18;
}

#home #new .title {
  font-weight: bold;
  margin: 0 0 1rem;
}

#home #new dt,
#home #new dd {
  float: left;
  display: block;
}

/* -------------------- */
#home #category .cmn_tit02 .ic_cat {
  display: block;
  background: rgba(0, 0, 0, 0) url(/sp/img/ico_cat01.png) no-repeat scroll 0 5px/16px auto;
  padding: 0 0 0 20px;
}

#home #category ul {
  background: #fff;
  overflow: hidden;
  border: solid 1px #e1dcc8;
  border-radius: 6px;
  margin: 10px auto;
  width: 94%;
  min-width: 290px;
}

#home #category li {
  margin: 0 auto;
  padding: 12px 0;
  width: 270px;
}

#home #category li + li {
  border-top: solid 1px #eed;
}

/* -------------------- */
#home #box01 {
  clear: both;
  padding-bottom: 15px;
}

#home #box01 .tit {
  height: 30px;
  padding: 4px 0 0 5px;
  background: url(/sp/common/img/bg_cmntit02.jpg) repeat-x;
  background-size: 35px 100%;
}

#home #box01 .img01 {
  padding: 15px 0;
  text-align: center;
}

#home #box01 .text {
  width: 290px;
  margin: 0 auto;
}

/* -------------------- */
#home #box02 {
  clear: both;
  width: 280px;
  margin: 0 auto;
  border: solid 2px #f2ede4;
  padding: 3px;
  background: #FFF;
}

#home #box02 .box_inner {
  padding: 5px 10px 10px;
  background: #f2ede4 url(/sp/common/img/call_img.jpg) no-repeat right 40px;
  background-size: 89px 74px;
}

#home #box02 .box_inner .text {
  width: 180px;
}

/* 物件検索 /search/以下
=========================================== */
#search #box_condition {
  padding: 10px 0;
  background: #f5f2ed;
}

.list_condition {
  width: 94%;
  margin: 10px auto;
  overflow: hidden;
  font-size: 116%;
  background: #FFF;
  border: solid 1px #e1dcc8;
}

.list_condition .tit {
  padding: 10px;
  border-top: solid 3px #e32911;
  border-right: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  border-left: solid 1px #FFF;
  background: -moz-linear-gradient(bottom, #bebbbb, #fff);
  background: -webkit-gradient(linear, center bottom, center top, from(#bebbbb), to(#fff));
  color: #333333;
  font-weight: bold;
}

.list_condition .list_tit {
  display: block;
  overflow: hidden;
  padding: 0;
  border-top: solid 3px #e32911;
  border-right: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  border-left: solid 1px #FFF;
  background: -moz-linear-gradient(bottom, #bebbbb, #fff);
  background: -webkit-gradient(linear, center bottom, center top, from(#bebbbb), to(#fff));
  color: #333333;
  font-weight: bold;
}

.list_condition .list_tit .check {
  width: 100%;
  float: left;
  margin-right: -50px;
}

.list_condition .list_tit label {
  position: relative;
  display: block;
  margin: 0 60px 0 0;
  padding: 15px 0 15px 10px;
  cursor: pointer;
}

.list_condition .list_tit .btn_toggle {
  float: right;
  display: block;
  width: 50px;
  height: 54px;
  background-image: url(/sp/search/img/ic_close.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: 16px 16px;
  text-indent: -9999px;
  cursor: pointer;
}

.list_condition .list_tit .btn_toggle.open {
  background-image: url(/sp/search/img/ic_open.png);
}

.list_condition li ul {
  clear: both;
  overflow: hidden;
}

.list_condition li ul li {
  border-top: solid 1px #e1dcc8;
  float: left;
  width: 100%;
}

.list_condition li ul .half {
  width: 50%;
}

.list_condition li ul li label {
  padding: 15px 10px;
  display: block;
}

.list_condition li ul .left label {
  border-right: solid 1px #e1dcc8;
}

.list_condition .on {
  background: #fee;
}

.list_condition span {
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: 16px 16px;
}

.list_condition > li > p span {
  background-image: url(/sp/search/img/ic_close.png);
}

.list_condition > li > p span.open {
  background-image: url(/sp/search/img/ic_open.png);
}

.list_condition .btns {
  padding: 8px 0;
  text-align: center;
  background: #e1dcc8;
}

.list_condition .btns .btn_search {
  margin-right: 10px;
}

.list_condition .fixed {
  position: fixed;
  bottom: 0;
  width: 94%;
}

/* -------------------- */
#search #recent_copy {
  margin-top: -15px;
  text-align: center;
}

/* -------------------- */
#search #box_category {
  padding: 10px 0;
  background: #f5f2ed;
}

#search #box_category .list_category {
  width: 94%;
  margin: 10px auto;
  overflow: hidden;
  font-size: 116%;
  background: #FFF;
  border-top: solid 1px #e1dcc8;
  border-right: solid 1px #e1dcc8;
  border-bottom: solid 1px #e1dcc8;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#search #box_category .list_category li {
  margin: 0 auto;
  padding: 14px;
  border-bottom: solid 1px #e1dcc8;
}

#search #box_category .list_category li:last-child {
  border-bottom: none;
}

#search #box_category .list_category li .tit {
  padding-top: 5px;
  font-weight: bold;
}

/* -------------------- */
#search .btn_back a {
  display: block;
  height: 55px;
  padding: 20px 0 0 10px;
  background: url(/sp/common/img/bg_cmntit01.gif) repeat-x;
  background-size: 75px 100%;
}

#search .box_narrow {
  padding: 10px 0;
  background: #f5f2ed;
}

#search .box_narrow .list_condition {
  margin: 0 auto;
}

#search .btn_back_b a {
  display: block;
  height: 50px;
  padding: 20px 0 0 10px;
  border-top: solid 2px #e83416;
}

/* -------------------- */
#search .box_result ul {
  width: 94%;
  margin: 0 auto;
  border: solid 1px #e3decb;
}

#search .box_result li {
  clear: both;
  overflow: hidden;
  padding: 9px;
  border-bottom: solid 1px #e3decb;
}

#search .box_result li:last-child {
  border-bottom: none;
}

#search .box_result li:nth-child(even) {
  background: #efefef;
}

#search .box_result .box_l {
  float: left;
  width: 65px;
}

#search .box_result .box_r {
  float: left;
  width: 205px;
  padding-left: 10px;
}

#search .box_result .img {
  width: 63px;
  height: 63px;
  border: solid 1px #e3decb;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  layout-grid-line: 63px;
  background: #FFF;
}

#search .box_result .img img {
  vertical-align: middle;
}

#search .box_result .btn {
  padding-top: 5px;
}

#search .box_result .ic_new {
  line-height: 0;
}

#search .box_result .text {
  font-size: 85%;
}

#search .box_result .price {
  font-size: 116%;
  font-weight: bold;
}

#search .box_result .price span {
  color: #ec3c19;
}

#search .box_result .box_status {
  clear: both;
  overflow: hidden;
  width: 94%;
  margin: 0 auto;
  padding: 5px 0;
  background: #f0ede7;
  border: solid 1px #f0ede7;
}

#search .box_result .box_status .tit {
  float: left;
  width: 60px;
  height: 25px;
  margin-left: 5px;
  background: #40403e;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
}

#search .box_result .box_status .text {
  float: left;
  min-width: 220px;
  height: 25px;
  margin-left: 10px;
  line-height: 25px;
}

#search .box_result .box_pages {
  clear: both;
  overflow: hidden;
  width: 300px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}

#search .box_result .box_pages a,
#search .box_result .box_pages span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 25px;
  width: 25px;
  height: 25px;
  text-decoration: none;
  border: solid 1px #e3decb;
}

#search .box_result .box_pages a:hover,
#search .box_result .box_pages .current {
  background: #666;
  color: #FFF;
}

#search .save {
  background: #e1dcc8;
  padding: 20px 0;
  margin: 0 auto 30px;
  width: 94%;
  text-align: center;
}

/* -------------------- */
#search .box_detail .tit01 {
  width: 90px;
  margin: 10px 0 5px 10px;
  padding: 3px 0 2px;
  background: #656766;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 108%;
  font-weight: bold;
  text-align: center;
  color: #FFF;
}

#search .box_detail .img01 {
  width: 280px;
  height: 280px;
  margin: 0 auto;
  padding: 9px;
  border: 1px solid #d2d0d1;
}

#search .box_detail .img01 a {
  width: 280px;
  height: 280px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#search .box_detail .img01 img {
  vertical-align: middle;
  text-align: center;
}

/* jQueryライブラリ flipsnap.jsで使用 */
#search .box_detail #box_photos {
  margin-top: 15px;
}

#search .box_detail .viewport {
  width: 282px;
  height: 282px;
  /*
width: 300px;
height:110px; */
  margin: 0 auto;
  overflow: hidden;
  margin: 0 auto;
}

#search .box_detail .flipsnap {
  width: 4800px;
  /* 画像横並びの上限は120px×40件まで */
}

#search .box_detail .item {
  position: relative;
  float: left;
  width: 280px;
  height: 280px;
  /*
width: 108px;
height:108px; */
  margin-right: 10px;
  background: #FFF;
  border: 1px solid #d2d0d1;
}

#search .box_detail .item a {
  width: 280px;
  height: 280px;
  /*
width: 108px;
height:108px; */
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#search .box_detail .item img {
  vertical-align: middle;
  text-align: center;
}

#search .box_detail .item .ic_zoom {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

/* -------------------- */
#search .box_detail #box_msg {
  width: 94%;
  margin: 15px auto;
}

#search .box_detail #box_msg div {
  padding: 10px;
  background: #fde3d3;
  border: solid 1px #f67324;
}

/* -------------------- */
#search .box_detail #box_data {
  padding: 10px 0;
  background: #f5f2ed;
}

#search .box_detail #box_data .btn_contact {
  text-align: center;
}

#search .box_detail #box_data .number {
  width: 94%;
  margin: 5px auto;
  font-weight: bold;
}

#search .box_detail #box_data table {
  width: 94%;
  margin: 0 auto;
}

#search .box_detail #box_data th,
#search .box_detail #box_data td {
  padding: 10px;
  border: solid 1px #b3af9f;
  font-size: 93%;
}

#search .box_detail #box_data th {
  width: 35%;
  background: #e9e5dc;
}

#search .box_detail #box_data td {
  width: 65%;
  background: #FFF;
  vertical-align: baseline;
}

#search .box_detail #box_data td.recommend {
  color: #207c9a;
}

#search .box_detail #box_data .price {
  font-size: 125%;
  font-weight: bold;
  color: #e83416;
}

#search .box_detail #box_data .tel {
  background: url(/sp/search/img/ic_tel.gif) no-repeat right 3px;
  background-size: 20px 20px;
}

#search .box_detail #box_data .tel span {
  font-size: 150%;
  font-weight: bold;
  color: #e83416;
}

#search .box_detail #box_data .tel span a {
  color: #e83416;
}

#search .box_detail #box_data .link {
  padding: 0 10px 0 0;
}

#search .box_detail #box_data .link a {
  display: block;
  padding: 10px 15px 10px 10px;
  color: #666666;
  text-decoration: none;
  background: url(/sp/common/img/ic_arrow03.png) no-repeat right center;
  background-size: 15px 15px;
}

/* 保存した条件 /search/saved/
=========================================== */
#saved #blank {
  background: #f4f4f4;
  padding: 10px 0;
  margin: 10px auto;
  width: 94%;
}

#saved #blank > * {
  padding: 0 10px;
}

#saved #blank h3 {
  margin: 0 0 1rem;
}

#saved #list {
  margin: 10px 0;
}

#saved #list.continue {
  /*background: #fff url("/sp/search/saved/img/bg_save01.gif") no-repeat scroll center bottom / 2px auto;
padding: 0 0 50px;*/
}

#saved #list ol {
  background: #e1dcc8;
  overflow: hidden;
  color: #333;
}

#saved #list li {
  position: relative;
  background: #fff;
  border: 1px solid #b3af9f;
  margin: 10px auto;
  width: 94%;
}

#saved #list li h3 {
  background: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(3, 0, 0, 0.05)), to(rgba(255, 255, 255, 0.05)));
  background-image: linear-gradient(to top, rgba(3, 0, 0, 0.05), rgba(255, 255, 255, 0.05));
  box-shadow: inset -3px 3px #fff;
  border-bottom: solid 1px #b3af9f;
  padding: 10px;
  font-weight: bold;
}

#saved #list li .del {
  position: absolute;
  top: 6px;
  right: 15px;
}

#saved #list li dl {
  padding: 10px;
}

#saved #list li dt {
  clear: both;
  float: left;
}

#saved #list li dd {
  float: left;
}

#saved #list li .btn {
  margin: 10px auto;
  text-align: center;
}

#saved #notice {
  background: #fde3d3;
  border: solid 1px #f67324;
  padding: 10px 0;
  margin: 0 auto 15px;
  width: 94%;
  color: #333;
  font-size: 85%;
}

#saved #notice > * {
  padding: 0 10px;
}

#saved #notice h3 {
  margin: 0 0 1rem;
  color: #000;
  font-weight: bold;
}

/* お問い合わせ /contact/
=========================================== */
#contact #box01 .text01 {
  width: 94%;
  margin: 10px auto;
}

#contact #box01 .box_text {
  width: 94%;
  margin: 0 auto 25px;
  background: #fffdf5;
  border: solid 1px #e1dcc8;
}

#contact #box01 .text02 {
  padding: 10px;
}

/* -------------------- */
#contact #box02 {
  width: 94%;
  margin: 0 auto 10px;
  border: solid 1px #e1dcc8;
  font-size: 116%;
}

#contact #box02 .tit01 {
  padding: 10px;
  background: #f5f2ed;
  border-top: solid 1px #e1dcc8;
  border-bottom: solid 1px #e1dcc8;
  font-weight: bold;
}

#contact #box02 .text02 {
  padding: 10px;
}

#contact #box02 .text03 {
  padding: 10px;
  color: #1683e8;
  font-weight: bold;
}

#contact #box02 .list01 {
  padding: 10px;
}

#contact #box02 p {
  padding: 0 10px;
}

#contact #box02 select {
  width: 100%;
}

#contact #box02 .tit02 {
  padding: 10px 10px 5px 10px;
  font-weight: bold;
}

#contact #box02 .list02 {
  padding: 0 10px 10px;
  border-bottom: dotted 1px #e1dcc8;
}

#contact #box02 .list03 {
  padding: 0 10px 10px;
}

#contact #box02 input[type="text"] {
  width: 90%;
}

#contact #box02 .zip {
  padding-top: 10px;
}

#contact #box02 .zip input[type="text"] {
  width: 100px;
}

#contact #box02 .pref select {
  width: auto;
}

#contact #box02 .add {
  padding-bottom: 10px;
}

#contact #box02 .list04 {
  overflow: hidden;
  padding: 10px;
}

#contact #box02 .list04 li {
  float: left;
  margin-right: 10px;
}

#contact #box02 .note {
  padding: 10px 10px 0 10px;
}

#contact #box02 .box_text02 {
  padding: 0 10px 10px 10px;
}

#contact #box02 .box_text02 textarea {
  width: 95%;
  height: 150px;
}

#contact #box02 .btns {
  padding: 10px 0;
  text-align: center;
  background: #e1dcc8;
}

#contact #box02 .btns .back {
  margin-right: 10px;
}

#contact .must {
  color: #e83416;
}

/* 初めての方へ /first/
=========================================== */
#first #box01 .read {
  text-align: center;
}

#first #box01 .text {
  width: 94%;
  margin: 0 auto;
  padding: 5px 0 10px;
}

/* -------------------- */
#first #box02 {
  padding: 10px 0;
  background: #e1dcc8;
}

#first #box02 a {
  text-decoration: none;
}

#first #box02 .read {
  margin-top: -15px;
  text-align: center;
}

#first #box02 dl {
  clear: both;
  width: 94%;
  margin: 10px auto 0;
  overflow: hidden;
  border: solid 1px #b3af9f;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #FFF;
}

#first #box02 dt {
  clear: both;
  overflow: hidden;
  padding: 10px;
  border-bottom: solid 1px #b3af9f;
  background: -moz-linear-gradient(bottom, #f6f6f6, #fff);
  background: -webkit-gradient(linear, center bottom, center top, from(#f6f6f6), to(#fff));
}

#first #box02 dd {
  clear: both;
  overflow: hidden;
  padding: 10px;
}

#first #box02 dt .tit {
  float: left;
  width: 182px;
  padding-top: 1px;
}

#first #box02 dt .btn {
  float: right;
  width: 85px;
}

#first #box02 dd .img {
  float: left;
  width: 86px;
}

#first #box02 dd .text {
  position: relative;
  margin: 0 0 0 100px;
}

/* -------------------- */
#first #box03 {
  margin-bottom: 15px;
  border-bottom: solid 1px #b3af9f;
}

#first #box03 .text {
  clear: both;
  width: 94%;
  margin: 0 auto;
  padding: 10px 0;
}

#first #box03 .mail {
  clear: both;
  width: 94%;
  margin: 0 auto;
  padding-bottom: 10px;
}

#first #box03 .mail a {
  display: block;
  height: 15px;
  line-height: 15px;
  padding-left: 20px;
  background: url(/sp/common/img/ic_arrow03.png) no-repeat 0px 0px;
  background-size: 15px 15px;
}

/* 会社概要 /company/
=========================================== */
#company .tbl01,
#company .tbl02 {
  clear: both;
  width: 94%;
  margin: 15px auto;
}

#company .tbl01 th,
#company .tbl01 td,
#company .tbl02 th,
#company .tbl02 td {
  padding: 10px;
  border: solid 1px #b3af9f;
}

#company .tbl01 th {
  width: 40%;
  background: #e9e5dc;
}

#company .tbl01 td {
  width: 60%;
  background: #FFF;
}

#company .tbl02 th {
  width: 30%;
  background: #e9e5dc;
}

#company .tbl02 td {
  width: 70%;
  background: #FFF;
}

#company .tbl01 td.link,
#company .tbl02 td.link {
  padding: 0 10px 0 0;
}

#company .tbl01 td.link a,
#company .tbl02 td.link a {
  display: block;
  padding: 10px 15px 10px 10px;
  color: #666666;
  text-decoration: none;
  background: url(/sp/common/img/ic_arrow03.png) no-repeat right center;
  background-size: 15px 15px;
}

#company .tbl_inner {
  width: 100%;
  margin: 0;
}

#company .tbl_inner th,
#company .tbl_inner td {
  padding: 0;
  border: none;
  background: #FFF;
}

/* 店舗案内 /store/
=========================================== */
#store .tbl01 {
  clear: both;
  width: 94%;
  margin: 15px auto;
}

#store .tbl01 th,
#store .tbl01 td {
  padding: 10px;
  border: solid 1px #b3af9f;
}

#store .tbl01 th {
  width: 25%;
  background: #e9e5dc;
}

#store .tbl01 td {
  width: 75%;
  background: #FFF;
}

#store .tbl01 td.link {
  padding: 0 10px 0 0;
}

#store .tbl01 td.link a {
  display: block;
  padding: 10px 15px 10px 10px;
  color: #666666;
  text-decoration: none;
  background: url(/sp/common/img/ic_arrow03.png) no-repeat right center;
  background-size: 15px 15px;
}

/* -------------------- */
#store #box03 dl {
  clear: both;
  overflow: hidden;
  width: 300px;
  margin: 10px auto;
}

#store #box03 dt {
  float: left;
  width: 85px;
  background: #FFFFFF;
  border: 1px solid #E3DDDD;
  padding: 4px;
}

#store #box03 dt .img {
  overflow: hidden;
  position: relative;
  width: 85px;
  height: 85px;
}

#store #box03 dt .img img {
  position: absolute;
  top: 0;
  left: -50%;
}

#store #box03 dd {
  float: right;
  width: 190px;
}

#store #box03 .name {
  margin-bottom: 5px;
  padding: 0 0 0 16px;
  font-size: 108%;
  font-weight: bold;
  color: #333333;
  background: url(/sp/common/img/ic_circle01.gif) no-repeat 0px 5px;
  background-size: 11px 11px;
  border-bottom: solid 1px #d3d0d0;
}

#store #box03 th {
  width: 30%;
}

#store #box03 td {
  width: 70%;
}

.narrow_sel span {
  display: inline !important;
  cursor: default !important;
}

/* ▼20151228伏見店リニューアル工事▼
---------------------------------- */
#store #box02 .renewal {
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  color: #e83416;
  background: #fad9d4;
  padding: 4px 10px;
  margin: 15px;
}

/* ▲20151228伏見店リニューアル工事▲
---------------------------------- */
#home .openNews {
  text-align: left;
  margin: 5px 0 20px;
  border: double 3px #f00;
  padding: 12px 20px 12px;
  font-weight: bold;
  background: #fcf7f7;
}

#home .openNews a {
  color: #333333;
  text-decoration: none;
}

#home .openNews .btn {
  text-align: right;
}

#home .openNews .tit {
  text-align: center;
  color: #e32f0f;
  font-size: 17px;
  font-weight: 700;
}

#home .openNews .txt {
  margin-bottom: 5px;
  font-weight: 500;
}

#home .openNews .link {
  text-align: right;
  display: block;
  position: relative;
  margin-right: 20px;
}

#home .openNews .link:after {
  content: "";
  display: inline;
  position: absolute;
  width: 13px;
  height: 13px;
  top: 3px;
  right: -20px;
  background: url(/sp/common/img/ic_arrow03.png) no-repeat right center;
  background-size: contain;
}

/* 会社概要 /news/
=========================================== */
#news .tbl01,
#news .tbl02 {
  clear: both;
  width: 94%;
  margin: 15px auto;
}

#news .tbl01 th,
#news .tbl01 td,
#news .tbl02 th,
#news .tbl02 td {
  padding: 10px;
  border: solid 1px #b3af9f;
}

#news .tbl01 th {
  width: 40%;
  background: #e9e5dc;
}

#news .tbl01 td {
  width: 60%;
  background: #FFF;
}

#news .tbl02 th {
  width: 30%;
  background: #e9e5dc;
}

#news .tbl02 td {
  width: 70%;
  background: #FFF;
}

#news .tbl01 td.link,
#news .tbl02 td.link {
  padding: 0 10px 0 0;
}

#news .tbl01 td.link a,
#news .tbl02 td.link a {
  display: block;
  padding: 10px 15px 10px 10px;
  color: #666666;
  text-decoration: none;
  background: url(/sp/common/img/ic_arrow03.png) no-repeat right center;
  background-size: 15px 15px;
}

#news .tbl_inner {
  width: 100%;
  margin: 0;
}

#news .tbl_inner th,
#news .tbl_inner td {
  padding: 0;
  border: none;
  background: #FFF;
}

#news .heading {
  font-size: 14px;
  letter-spacing: 0.02em;
  padding: 35px 10px 65px;
  margin-bottom: 20px;
  background: url(/news/img/bg_heading01.jpg);
  background-size: cover;
}

#news .heading .headingTxt {
  color: #000;
  text-align: left;
  padding: 20px 10px;
  background-color: rgba(255, 255, 255, 0.75);
}

#news .storeInfoSec .inner {
  padding: 15px 0 30px;
}

#news .storeInfoSec .infoBox {
  margin-bottom: 20px;
}

#news .storeInfoSec .infoBox .info {
  padding: 0 10px;
}

#news .storeInfoSec .infoBox .info .infoIn {
  padding: 10px;
  border: 1px solid #b3af9f;
}

#news .storeInfoSec .infoBox .info .tit {
  font-size: 15px;
  font-weight: 500;
}

#news .storeInfoSec .note {
  color: #e83315;
}

#news #map.mapArea .accsess {
  padding: 0 10px;
}

#news #map.mapArea .tit {
  margin-bottom: 15px;
}

#news #map.mapArea .img {
  margin: 20px 0 10px;
  padding: 0;
}

#news #map.mapArea .img img {
  width: 100%;
}

#news #map.mapArea .note {
  margin-bottom: 15px;
  font-weight: 700;
}
