@charset "UTF-8";
/*! Theme Name: graces */
@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow);
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;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

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

a img {
  border: none;
}

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

*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #333;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
}

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

a:hover {
  opacity: .6;
  transition: .5s;
}

.container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1000px;
}
@media screen and (max-width: 991px) {
  .container {
    width: auto;
  }
}

.hide {
  display: none;
  z-index: -1;
}

.header_pc_index {
  background-color: rgba(255, 255, 255, 0.8);
  height: 80px;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 991px) {
  .header_pc_index {
    display: none !important;
  }
}

.header_pc_index__title {
  padding-top: 10px;
}

.header_pc_index__various {
  position: absolute;
  top: 25px;
  right: 0;
  bottom: "";
  left: "";
}

.header_pc_index__various__btn {
  *zoom: 1;
  padding-bottom: 20px;
}
.header_pc_index__various__btn:after {
  content: "";
  display: table;
  clear: both;
}

.header_pc_index__various__btn__item {
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}
.header_pc_index__various__btn__item:last-child {
  padding-right: 0;
}
.header_pc_index__various__btn__item a {
  display: table-cell;
  background-color: #BF1F5F;
  border-radius: 50%;
  height: 30px;
  text-align: center;
  width: 30px;
  vertical-align: middle;
}
.header_pc_index__various__btn__item a img {
  height: auto;
  width: 20px;
}

.header_pc_index__various__btn__item_global {
  display: inline-block;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  padding-right: 10px;
  text-align: center;
}
.header_pc_index__various__btn__item_global a {
  background-color: #BF1F5F;
  background-image: url(img/common/caret-white-right.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  color: #FFF;
  display: block;
  line-height: 30px;
  position: relative;
  text-decoration: none;
  width: 130px;
}

.header_pc_index__slider {
  margin-top: -91px;
}
@media screen and (max-width: 991px) {
  .header_pc_index__slider {
    display: none !important;
  }
}
.header_pc_index__slider img {
  width: 100%;
}
.header_pc_index__slider .sp-buttons {
  margin-top: -140px;
  padding-bottom: 10px;
}
.header_pc_index__slider .sp-button {
  background-color: #fff;
  border: none;
  height: 12px;
  margin: 0 10px;
  width: 12px;
}
.header_pc_index__slider .sp-selected-button {
  background-color: #BF1F5F;
}

.header_pc {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1000px;
  height: 90px;
  padding-top: 15px;
}
@media screen and (max-width: 991px) {
  .header_pc {
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .header_pc {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .header_sp {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .header_sp {
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .header_sp__slogan {
    background-color: #F3F3F3;
    font-size: 9px;
    height: 20px;
    padding-bottom: 6px;
    padding-top: 5px;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .header_sp__title {
    height: 54px;
    padding-top: 7px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .header_sp__title img {
    height: 38px;
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  #header_sp__menu {
    position: absolute;
    top: 34px;
    right: "";
    bottom: "";
    left: 5px;
  }
}
@media screen and (max-width: 991px) {
  #header_sp__menu img {
    width: 30px;
  }
}

#header_sp__open__menu {
  position: absolute;
  top: 74px;
  right: "";
  bottom: "";
  left: "";
  background-color: #BF1F5F;
  width: 100%;
  z-index: 99;
}

@media screen and (max-width: 991px) {
  .header_sp__nav__item {
    border-bottom: 1px solid #FFF;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .header_sp__nav__item a {
    background-image: url(img/common/caret-white-right.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #FFF;
    display: block;
    font-size: 12px;
    line-height: 35px;
    text-decoration: none;
  }
}

.topicpath {
  background-color: #F3F3F3;
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .topicpath {
    display: none !important;
  }
}
.topicpath:after {
  position: absolute;
  top: "";
  right: "";
  bottom: -3px;
  left: "";
  background-image: url(img/common/kazarikei.png);
  content: "";
  height: 3px;
  width: 100%;
}

.topicpath__item {
  font-size: 11px;
}
.topicpath__item div {
  display: inline-block;
}
.topicpath__item a {
  color: #333;
  text-decoration: none;
}

.topicpath__angle-right {
  padding: 0 1em;
}

.body {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1020px;
  *zoom: 1;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .body {
    width: auto;
  }
}
.body:after {
  content: "";
  display: table;
  clear: both;
}

.main {
  float: left;
  width: 700px;
}
@media screen and (max-width: 991px) {
  .main {
    float: none;
    width: auto;
  }
}

.side {
  float: right;
  width: 300px;
}
@media screen and (max-width: 991px) {
  .side {
    float: none;
    width: auto;
  }
}

.side__omotenashi {
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .side__omotenashi {
    text-align: center;
  }
}

.side__ad {
  padding-bottom: 25px;
}

.side__ad__item {
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .side__ad__item {
    text-align: center;
  }
}

.side__latest__title {
  background-image: url(img/common/kazarikei.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  color: #BF1F5F;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .side__latest__title {
    font-size: 11px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

.side__latest__block {
  *zoom: 1;
  padding-bottom: 5px;
}
.side__latest__block:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 991px) {
  .side__latest__block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.side__latest__block a {
  color: #444;
  display: block;
}

.side__latest__block__img {
  float: left;
  width: 80px;
}

.side__latest__block__txt {
  float: right;
  width: 205px;
}
@media screen and (max-width: 991px) {
  .side__latest__block__txt {
    float: left;
    margin-left: -80px;
    padding-left: 100px;
    width: 100%;
  }
}

.side__latest__block__cat_service {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
}
.side__latest__block__cat_service span {
  border-radius: 11px;
  line-height: 20px;
  padding: 2px 10px;
}
.side__latest__block__cat_service span {
  background-color: #EB6101;
}

.side__latest__block__cat_service-apartment {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
}
.side__latest__block__cat_service-apartment span {
  border-radius: 11px;
  line-height: 20px;
  padding: 2px 10px;
}
.side__latest__block__cat_service-apartment span {
  background-color: #D7003A;
}

.side__latest__block__cat_events {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
}
.side__latest__block__cat_events span {
  border-radius: 11px;
  line-height: 20px;
  padding: 2px 10px;
}
.side__latest__block__cat_events span {
  background-color: #B44C97;
}

.side__latest__block__cat_travel-information {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
}
.side__latest__block__cat_travel-information span {
  border-radius: 11px;
  line-height: 20px;
  padding: 2px 10px;
}
.side__latest__block__cat_travel-information span {
  background-color: #180614;
}

.side__latest__block__cat_properties {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
}
.side__latest__block__cat_properties span {
  border-radius: 11px;
  line-height: 20px;
  padding: 2px 10px;
}
.side__latest__block__cat_properties span {
  background-color: #E6B422;
}

.side__latest__block__cat_recommend {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
}
.side__latest__block__cat_recommend span {
  border-radius: 11px;
  line-height: 20px;
  padding: 2px 10px;
}
.side__latest__block__cat_recommend span {
  background-color: #3EB370;
}

.side__latest__block__cat_omotenashi-ambassador {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
}
.side__latest__block__cat_omotenashi-ambassador span {
  border-radius: 11px;
  line-height: 20px;
  padding: 2px 10px;
}
.side__latest__block__cat_omotenashi-ambassador span {
  background-color: #F596AA;
}

.side__latest__block__cat_report {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
}
.side__latest__block__cat_report span {
  border-radius: 11px;
  line-height: 20px;
  padding: 2px 10px;
}
.side__latest__block__cat_report span {
  background-color: #267FC8;
}

.side__latest__block__data {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
}

.side__latest__block__title {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
}

.footer {
  background-color: #EEE;
  padding-top: 30px;
}
@media screen and (max-width: 991px) {
  .footer {
    padding-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .footer__nav {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .footer__nav_cat {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .footer__nav_about {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.footer__nav__title {
  color: #BF1F5F;
  font-weight: bold;
  font-size: 12px;
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .footer__nav__title {
    font-size: 11px;
    padding-bottom: 20px;
  }
}

.footer__nav__list {
  *zoom: 1;
  line-height: 1.8;
  padding-bottom: 20px;
  width: 600px;
}
.footer__nav__list:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 991px) {
  .footer__nav__list {
    width: auto;
  }
}

.footer__nav__list__item {
  float: left;
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding-right: 20px;
}
@media screen and (max-width: 991px) {
  .footer__nav__list__item {
    float: none;
    font-size: 11px;
    padding-bottom: 15px;
    padding-right: 0;
  }
}
.footer__nav__list__item:after {
  border-left: 1px dotted #bbb;
  content: "";
  height: auto;
  margin-left: 20px;
  width: 1px;
}
@media screen and (max-width: 991px) {
  .footer__nav__list__item:after {
    content: none;
  }
}
.footer__nav__list__item:last-child {
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  .footer__nav__list__item:last-child {
    padding-bottom: 0;
  }
}
.footer__nav__list__item a {
  color: #444;
  text-decoration: none;
}

.footer__logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: "";
  left: "";
}
@media screen and (max-width: 991px) {
  .footer__logo {
    margin-top: -27px;
    right: 30px;
    top: 50%;
  }
}
@media screen and (max-width: 991px) {
  .footer__logo img {
    width: 109px;
  }
}

.footer__btn {
  position: absolute;
  top: 70px;
  right: 75px;
  bottom: "";
  left: "";
}
@media screen and (max-width: 991px) {
  .footer__btn {
    display: none !important;
  }
}

.footer__btn__item {
  float: left;
  padding-right: 10px;
}
.footer__btn__item:last-child {
  padding-right: 0;
}
.footer__btn__item a {
  display: table-cell;
  background-color: #BF1F5F;
  border-radius: 50%;
  height: 30px;
  text-align: center;
  width: 30px;
  vertical-align: middle;
}
.footer__btn__item a img {
  height: auto;
  width: 20px;
}

.footer__copyright {
  background-color: #DDD;
}

.footer__copyright__txt {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1000px;
  font-size: 10px;
  line-height: 72px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .footer__copyright__txt {
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .footer__copyright__txt {
    line-height: 1;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

.footer__jed {
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .footer__jed {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .footer__jed img {
    width: 100px;
  }
}

.pickup_pc {
  padding-bottom: 30px;
  padding-top: 15px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .pickup_pc {
    display: none !important;
  }
}

.pickup_pc__container {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  padding-top: 15px;
  width: 1020px;
}

.pickup_pc__title {
  color: #BF1F5F;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 16px;
  padding-bottom: 10px;
  text-align: center;
}
.pickup_pc__title span {
  border-bottom: 1px solid #BF1F5F;
  display: inline-block;
  padding-bottom: 5px;
}

.pickup_pc__list {
  *zoom: 1;
  margin: 0 auto;
  width: 1020px;
}
.pickup_pc__list:after {
  content: "";
  display: table;
  clear: both;
}

.pickup_pc__list__item {
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  width: 340px;
}

.pickup_pc__list__item__img {
  border: 4px solid #BF1F5F;
  height: 170px;
  margin-bottom: 10px;
  overflow: hidden;
}
.pickup_pc__list__item__img img {
  height: auto;
  width: 100%;
}

.pickup_pc__list__item__title {
  color: #444;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 16px;
}

@media screen and (min-width: 992px) {
  .pickup_sp {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .pickup_sp {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .pickup_sp .sp-buttons {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .pickup_sp .sp-button {
    background-color: #eee;
    border: none;
    height: 15px;
    margin: 0 15px;
    width: 15px;
  }
}
@media screen and (max-width: 991px) {
  .pickup_sp .sp-selected-button {
    background-color: #BF1F5F;
  }
}

@media screen and (max-width: 991px) {
  .pickup_sp__title {
    position: absolute;
    top: "";
    right: "";
    bottom: 15px;
    left: 10px;
    color: #BF1F5F;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 17px;
    font-weight: bold;
  }
}

@media screen and (max-width: 991px) {
  .pickup_sp__btn {
    border-spacing: 5px 0;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .pickup_sp__item {
    background-color: #BF1F5F;
    display: table-cell;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .pickup_sp__item a {
    display: block;
    line-height: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .pickup_sp__item img {
    height: 30px;
    vertical-align: middle;
  }
}

.header_pc_index__various .search__field__block,
.header_pc_index__various .search__field__block__inner {
  display: inline;
}
.header_pc_index__various .search__field {
  -webkit-appearance: none;
  border: none;
  height: 40px;
  width: 220px;
  padding: 0;
  margin: 0;
}
.header_pc_index__various .search__submit {
  background-color: #BF1F5F;
  background-image: url(img/search/submit.png);
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  height: 40px;
  width: 50px;
  vertical-align: bottom;
}

.header_pc__search .search__field__block,
.header_pc__search .search__field__block__inner {
  display: inline;
}
.header_pc__search .search__field {
  -webkit-appearance: none;
  background-color: #F3F3F3;
  border: none;
  height: 40px;
  width: 220px;
  padding: 0;
  margin: 0;
}
.header_pc__search .search__submit {
  background-color: #BF1F5F;
  background-image: url(img/search/submit.png);
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  height: 40px;
  width: 50px;
  vertical-align: bottom;
}

@media screen and (max-width: 991px) {
  #header_sp__open__search .search__field__block {
    float: left;
    width: 100%;
    margin-right: -50px;
  }
}
@media screen and (max-width: 991px) {
  #header_sp__open__search .search__field__block__inner {
    margin-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  #header_sp__open__search .search__field {
    border: 1px solid #CCC;
    height: 40px;
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #header_sp__open__search .search__submit {
    background-color: #BF1F5F;
    background-image: url(img/search/submit.png);
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    float: right;
    height: 40px;
    width: 50px;
    vertical-align: bottom;
  }
}

.asset__cat__title {
  background-image: url(img/common/kazarikei.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  color: #BF1F5F;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .asset__cat__title {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .asset__cat__title {
    font-size: 11px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.asset__cat__title img {
  display: block;
  margin: 0 auto;
  padding-bottom: 15px;
  width: 65px;
}
@media screen and (max-width: 991px) {
  .asset__cat__title img {
    padding-bottom: 10px;
    width: 77px;
  }
}

.asset__header {
  border-bottom: 1px dotted #BBB;
  margin-bottom: 15px;
  padding-bottom: 65px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .asset__header {
    background-image: url(img/common/kazarikei.png);
    background-position: left top;
    background-repeat: repeat-x;
    border: none;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.asset__title {
  color: #BF1F5F;
  font-size: 32px;
  line-height: 1.6;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .asset__title {
    font-size: 19px;
    font-weight: bold;
  }
}

.asset__info {
  position: absolute;
  top: "";
  right: 0;
  bottom: 30px;
  left: 0;
  font-size: 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .asset__info {
    position: static;
  }
}

.asset__info__item {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 991px) {
  .asset__info__item {
    background-color: #f1f1f1;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    line-height: 40px;
    margin-bottom: 4px;
    margin-left: 0;
    text-align: center;
    width: 50%;
  }
}

.asset__info__item_date {
  color: #777;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .asset__info__item_date {
    font-size: 11px;
  }
}

.asset__info__item_view {
  color: #525252;
  font-size: 12px;
}
@media screen and (max-width: 991px) {
  .asset__info__item_view {
    font-size: 10px;
  }
}
.asset__info__item_view span {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .asset__info__item_view span {
    font-size: 15px;
  }
}

.asset__info__btn {
  font-size: 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .asset__info__btn {
    border-spacing: 5px 0;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}

.asset__info__btn__item {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 991px) {
  .asset__info__btn__item {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: table-cell;
    float: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
  }
}
.asset__info__btn__item:last-child {
  padding-right: 0;
}
.asset__info__btn__item a {
  display: table-cell;
  background-color: #BF1F5F;
  border-radius: 50%;
  height: 40px;
  text-align: center;
  width: 40px;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .asset__info__btn__item a {
    border-radius: 0;
    display: block;
    padding-top: 6px;
    width: 100%;
  }
}
.asset__info__btn__item a img {
  height: auto;
  width: 25px;
}

.asset__tag {
  *zoom: 1;
  padding-bottom: 20px;
}
.asset__tag:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 991px) {
  .asset__tag {
    display: none !important;
  }
}

.asset__tag__item {
  float: left;
  font-size: 12px;
  padding-bottom: 5px;
  padding-right: 5px;
}
.asset__tag__item a {
  background-color: #F3F3F3;
  background-image: url(img/common/icon-pink-tag.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 2px;
  color: #333;
  display: block;
  padding: 8px 10px 8px 30px;
  text-decoration: none;
}

.asset__body h3 {
  background-color: #F3F3F3;
  color: #BF1F5F;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 10px 20px;
}
@media screen and (max-width: 991px) {
  .asset__body h3 {
    font-size: 18px;
  }
}
.asset__body h4 {
  color: #BF1F5F;
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .asset__body h4 {
    font-size: 16px;
  }
}
.asset__body p {
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .asset__body p {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.asset__body .profile {
  *zoom: 1;
}
.asset__body .profile:after {
  content: "";
  display: table;
  clear: both;
}
.asset__body .profile p {
  float: right;
  width: 430px;
}
@media screen and (max-width: 991px) {
  .asset__body .profile p {
    float: none;
    width: auto;
  }
}
.asset__body .profile__img {
  float: left;
  width: 200px;
}
@media screen and (max-width: 991px) {
  .asset__body .profile__img {
    float: none;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
  }
}
.asset__body .name {
  font-size: 22px;
}
@media screen and (max-width: 991px) {
  .asset__body .name {
    font-size: 18px;
  }
}
.asset__body .cap {
  color: #666;
  font-size: 14px;
  margin-top: -10px;
}
.asset__body img {
  display: block;
}
.asset__body .bold01 {
  font-weight: bold;
}
.asset__body .panel01 {
  background-color: #FaFaFa;
  margin-bottom: 20px;
  padding: 10px;
}
.asset__body .panel01 p {
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .asset__aside {
    display: none !important;
  }
}

.asset__aside__title {
  background-image: url(img/common/kazarikei.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  color: #BF1F5F;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .asset__aside__title {
    font-size: 11px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.asset__aside__title img {
  display: block;
  margin: 0 auto;
  padding-bottom: 15px;
  width: 65px;
}
@media screen and (max-width: 991px) {
  .asset__aside__title img {
    padding-bottom: 10px;
    width: 77px;
  }
}
@media screen and (max-width: 991px) {
  .asset__aside__title {
    background-image: none;
    margin-bottom: 0;
  }
}

.asset__aside__author {
  *zoom: 1;
}
.asset__aside__author:after {
  content: "";
  display: table;
  clear: both;
}

.asset__aside__author__img {
  float: left;
  width: 100px;
}
.asset__aside__author__img img {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 100px;
}

.asset__aside__author__txt {
  float: right;
  width: 550px;
}
.asset__aside__author__txt dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-top: 10px;
}
.asset__aside__author__txt dd {
  font-size: 12px;
  line-height: 1.4;
}

.asset__aside__cat {
  font-size: 0;
}

.asset__aside__cat__item {
  display: inline-block;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  padding-bottom: 5px;
  padding-right: 10px;
  text-align: center;
}
.asset__aside__cat__item:first-child {
  padding-left: 0px;
}
.asset__aside__cat__item a {
  background-color: #BF1F5F;
  background-image: url(img/common/caret-white-right.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  color: #FFF;
  display: block;
  line-height: 30px;
  padding-left: 15px;
  padding-right: 10px;
  position: relative;
  text-decoration: none;
}

.archive__title {
  background-image: url(img/common/kazarikei.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  color: #BF1F5F;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .archive__title {
    font-size: 11px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.archive__title img {
  display: block;
  margin: 0 auto;
  padding-bottom: 15px;
  width: 65px;
}
@media screen and (max-width: 991px) {
  .archive__title img {
    padding-bottom: 10px;
    width: 77px;
  }
}
@media screen and (max-width: 991px) {
  .archive__title {
    background: none;
  }
}

.archive__title__description {
  color: #333;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  padding-top: 10px;
}

.archive__list {
  *zoom: 1;
}
.archive__list:after {
  content: "";
  display: table;
  clear: both;
}

.archive__list__block {
  *zoom: 1;
  margin-left: -10px;
  margin-left: -10px;
  padding-bottom: 30px;
  clear: both;
  width: 690px;
}
.archive__list__block:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 991px) {
  .archive__list__block {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    width: auto;
  }
}

.archive__list__item {
  color: #333;
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  width: 230px;
}
@media screen and (max-width: 991px) {
  .archive__list__item {
    *zoom: 1;
    border-bottom: 1px dotted #BBB;
    clear: both;
    float: none;
    margin-bottom: 25px;
    padding-bottom: 20px;
    position: relative;
    width: auto;
  }
  .archive__list__item:after {
    content: "";
    display: table;
    clear: both;
  }
}

.archive__list__item__img {
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .archive__list__item__img {
    float: left;
    height: 105px;
    width: 105px;
  }
}

.archive__list__item__cat {
  position: absolute;
  top: "";
  right: 3px;
  bottom: 3px;
  left: "";
  background-color: #BF1F5F;
  color: #FFF;
  font-size: 14px;
  padding: 10px;
}
@media screen and (max-width: 991px) {
  .archive__list__item__cat {
    bottom: 3px;
    font-size: 7px;
    padding: 5px;
  }
}

@media screen and (max-width: 991px) {
  .archive__list__item__detail {
    float: right;
    margin-left: -120px;
    width: 100%;
  }
}

.archive__list__item__author {
  color: #828282;
  font-size: 12px;
  padding-bottom: 15px;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .archive__list__item__author {
    padding-bottom: 10px;
    margin-left: 120px;
    text-align: left;
  }
}

.archive__list__item__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .archive__list__item__title {
    font-size: 13px;
    margin-left: 120px;
    padding-bottom: 10px;
  }
}

.archive__list__item__description {
  font-size: 12px;
  line-height: 1.8;
}
@media screen and (max-width: 991px) {
  .archive__list__item__description {
    margin-left: 120px;
  }
}

.archive__more {
  padding-bottom: 50px;
  text-align: right;
}
.archive__more a {
  background-color: #F3F3F3;
  background-image: url(img/common/caret-pink-right.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  border-radius: 2px;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 10px 8px 15px;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .archive__more a {
    display: block;
    text-align: center;
  }
}

.pager {
  clear: both;
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .pager {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}
.pager .wp-pagenavi a {
  background-color: #eee;
  color: #000;
  text-decoration: none;
  padding: 10px;
  margin: 2px;
}
.pager .wp-pagenavi a:hover {
  background-color: #BF1F5F;
  border: 1px solid #BF1F5F;
  color: #fff;
  opacity: 1;
}
.pager .wp-pagenavi span {
  background-color: #eee;
  border: 1px solid #ddd;
  text-decoration: none;
  padding: 10px;
  margin: 2px;
}
.pager .wp-pagenavi .current {
  background-color: #BF1F5F;
  border: 1px solid #BF1F5F;
  color: #fff;
}

.index__nav {
  position: relative;
}

.index__bnr__list {
  *zoom: 1;
  margin-left: -5px;
  margin-right: -5px;
}
.index__bnr__list:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 991px) {
  .index__bnr__list {
    margin-left: 0;
    margin-right: 0;
  }
}

.index__bnr__list__item {
  float: left;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 991px) {
  .index__bnr__list__item {
    float: none;
    text-align: center;
  }
}

.index__nav {
  *zoom: 1;
  height: 435px;
  margin-bottom: 40px;
}
.index__nav:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 991px) {
  .index__nav {
    height: auto;
  }
}

.index__nav__block_service-apartment {
  position: absolute;
  top: 0;
  right: "";
  bottom: "";
  left: 0;
  height: 285px;
  width: 465px;
}
@media screen and (max-width: 991px) {
  .index__nav__block_service-apartment {
    height: auto;
    left: auto;
    position: relative;
    top: 0;
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .index__nav__block_service-apartment img {
    width: 100%;
  }
}

.index__nav__block_service {
  position: absolute;
  top: 0;
  right: "";
  bottom: "";
  left: 470px;
  height: 140px;
  width: 230px;
}
@media screen and (max-width: 991px) {
  .index__nav__block_service {
    height: auto;
    left: auto;
    position: relative;
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .index__nav__block_service img {
    width: 100%;
  }
}

.index__nav__block_events {
  position: absolute;
  top: 145px;
  right: "";
  bottom: "";
  left: 470px;
  height: 140px;
  width: 230px;
}
@media screen and (max-width: 991px) {
  .index__nav__block_events {
    float: left;
    height: auto;
    left: auto;
    position: relative;
    top: 0;
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .index__nav__block_events img {
    width: 100%;
  }
}

.index__nav__block_travel-information {
  position: absolute;
  top: 290px;
  right: "";
  bottom: "";
  left: 0;
  height: 140px;
  width: 230px;
}
@media screen and (max-width: 991px) {
  .index__nav__block_travel-information {
    float: left;
    height: auto;
    left: auto;
    position: relative;
    top: 0;
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .index__nav__block_travel-information img {
    width: 100%;
  }
}

.index__nav__block_properties {
  position: absolute;
  top: 290px;
  right: "";
  bottom: "";
  left: 235px;
  height: 140px;
  width: 230px;
}
@media screen and (max-width: 991px) {
  .index__nav__block_properties {
    float: left;
    height: auto;
    left: auto;
    position: relative;
    top: 0;
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .index__nav__block_properties img {
    width: 100%;
  }
}

.index__nav__block_recommend {
  position: absolute;
  top: 290px;
  right: "";
  bottom: "";
  left: 470px;
  height: 140px;
  width: 230px;
}
@media screen and (max-width: 991px) {
  .index__nav__block_recommend {
    float: left;
    height: auto;
    left: auto;
    position: relative;
    top: 0;
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .index__nav__block_recommend img {
    width: 100%;
  }
}

.index__nav__block__txt__cat_service-apartment {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
}
.index__nav__block__txt__cat_service-apartment span {
  border-radius: 11px;
  line-height: 20px;
  padding: 2px 10px;
}
.index__nav__block__txt__cat_service-apartment span {
  background-color: #D7003A;
}

.index__nav__block__txt__cat_service {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
}
.index__nav__block__txt__cat_service span {
  border-radius: 11px;
  line-height: 20px;
  padding: 2px 10px;
}
.index__nav__block__txt__cat_service span {
  background-color: #EB6101;
}

.index__nav__block__txt__cat_events {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
}
.index__nav__block__txt__cat_events span {
  border-radius: 11px;
  line-height: 20px;
  padding: 2px 10px;
}
.index__nav__block__txt__cat_events span {
  background-color: #B44C97;
}

.index__nav__block__txt__cat_travel-information {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
}
.index__nav__block__txt__cat_travel-information span {
  border-radius: 11px;
  line-height: 20px;
  padding: 2px 10px;
}
.index__nav__block__txt__cat_travel-information span {
  background-color: #180614;
}

.index__nav__block__txt__cat_properties {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
}
.index__nav__block__txt__cat_properties span {
  border-radius: 11px;
  line-height: 20px;
  padding: 2px 10px;
}
.index__nav__block__txt__cat_properties span {
  background-color: #E6B422;
}

.index__nav__block__txt__cat_recommend {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
}
.index__nav__block__txt__cat_recommend span {
  border-radius: 11px;
  line-height: 20px;
  padding: 2px 10px;
}
.index__nav__block__txt__cat_recommend span {
  background-color: #3EB370;
}

.index__nav__block__txt {
  position: absolute;
  top: 0;
  right: "";
  bottom: "";
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px;
  width: 100%;
}

.index__nav__block__txt__desc {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
}
