@charset "UTF-8";
.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: '\0020';
}

.clearfix:after {
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.center {
  margin: 0 auto;
  text-align: center;
}

.sans-serif {
  font-family: "Helvetica Neue", Helvetica, Arial, "YuGothic Normalize", YuGothic, "Yu Gothic", "游ゴシック", Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "Segoe UI Symbol", "Apple Symbols", sans-serif;
}

.subtle {
  color: #999;
}

.ic-twitter:before,
.ic-facebook:before,
.ic-bookmark:before {
  content: '';
  display: inline-block;
  font-family: 'LigatureSymbols' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 1.6em;
  margin-top: -0.16em;
  margin-left: 0.2em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-twitter:before {
  content: '\E12f';
  color: #1B95E0;
}

.ic-facebook:before {
  content: '\E047';
  color: #3A5795;
}

.ic-bookmark:before {
  content: '\E161';
  color: #008FDE;
}

.page-title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 20px;
  min-height: 35px;
}

.page-title span {
  font-size: 16px;
}

.page-title img {
  width: auto;
  height: 40px;
  line-height: 1;
  vertical-align: text-bottom;
}

.page-title .site-link {
  display: block;
  font-size: 12px;
  color: #999;
  letter-spacing: 0;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 20px;
  min-height: 35px;
}

.section-title span {
  font-size: 16px;
}

.entry-pr-mark:not(:empty) {
  display: inline-block;
  font-size: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, "YuGothic Normalize", YuGothic, "Yu Gothic", "游ゴシック", Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "Segoe UI Symbol", "Apple Symbols", sans-serif;
  background: #e6e6e6;
  border-radius: 2px;
  padding: 0 4px;
  margin-right: 2px;
  color: #999;
  letter-spacing: 1px;
}

.social-follow-buttons {
  background: url(../images/b-social_follow_buttons_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 30px;
  margin: 15px 0 30px;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 400px) {
  .social-follow-buttons {
    padding: 20px;
  }
}

.social-follow-buttons-inner {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  overflow: hidden;
  padding: 30px 0;
}

.social-follow-buttons h1 {
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px;
}

.social-follow-buttons h1 span {
  display: inline-block;
}

.social-follow-buttons-button {
  margin: 10px 10px 0;
}

.social-follow-buttons-subscribe-button {
  margin-top: 10px;
}

@font-face {
  font-family: 'LigatureSymbols';
  src: url("../images/fonts/LigatureSymbols.eot");
  src: url("../images/fonts/LigatureSymbols.eot?#iefix") format("embedded-opentype"), url("../images/fonts/LigatureSymbols.woff") format("woff"), url("../images/fonts/LigatureSymbols.ttf") format("truetype"), url("../images/fonts/LigatureSymbols.svg#blogicon") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, "YuGothic Normalize", YuGothic, "Yu Gothic", "游ゴシック", Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "Segoe UI Symbol", "Apple Symbols", sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: #1a8ad6;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  text-decoration: underline;
}

/* ==================== Header ==================== */
.global-header {
  padding: 0 10px;
}

.global-header-logo {
  padding: 40px 0;
  text-align: center;
}

.global-header-logo img {
  display: block;
  margin: 0 auto;
  width: 320px;
}

.global-header img {
  vertical-align: text-bottom;
}

.global-header-button {
  float: left;
  display: none;
  width: 15%;
  text-align: center;
}

.global-header-button-search {
  float: right;
}

/* ==================== Main contents column ==================== */
.body-contents {
  zoom: 1;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}

.body-contents:before, .body-contents:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: '\0020';
}

.body-contents:after {
  clear: both;
}

.main-contents {
  float: left;
  padding: 0;
  margin: 0;
  width: 640px;
}

.main-contents.without-side-contents {
  float: none;
  margin: 0 auto;
}

.side-contents {
  margin-left: 700px;
  margin-bottom: 30px;
  width: 300px;
}

/* ==================== Footer ==================== */
.global-footer {
  background: #555 url(../images/b-wood_bg.jpg) repeat top center;
  background-size: 750px 560px;
  color: #fff;
  padding: 40px 0 60px;
  position: relative;
  z-index: 1;
}

.global-footer-inner {
  margin: 0 auto;
  max-width: 1000px;
}

.global-footer a {
  color: #fff;
}

.global-footer-tag-nav {
  margin-bottom: 40px;
}

.global-footer-tag-nav-title {
  margin-bottom: 5px;
}

.global-footer-tag-nav-items a {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  padding: 2px 6px;
  margin: 5px 5px 0 0;
}

.global-footer-nav {
  margin-bottom: 30px;
}

.global-footer-nav a {
  display: inline-block;
  margin: 10px 20px 0 0;
}

.global-footer-logos a {
  display: inline-block;
  margin: 10px 20px 0 0;
}

.global-footer-sns-buttons {
  margin-top: 40px;
}

.global-footer-sns-buttons .global-footer-copyright {
  display: inline-block;
  font-size: 12px;
  font-style: normal;
}

.global-footer-sns-buttons iframe {
  margin: 0 5px -5px;
}

/* ==================== full size screen ==================== */
.full-size-contents,
.more-than-small-size-contents,
.more-than-middle-size-contents {
  display: block !important;
}

.full-size-contents-inline,
.more-than-small-size-contents-inline,
.more-than-middle-size-contents-inline {
  display: inline-block !important;
}

.large-size-contents, .large-size-contents-inline,
.middle-size-contents,
.middle-size-contents-inline,
.small-size-contents,
.small-size-contents-inline {
  display: none !important;
}

/* ==================== large size screen ==================== */
@media (max-width: 1030px) {
  .full-size-contents, .full-size-contents-inline,
  .middle-size-contents,
  .middle-size-contents-inline,
  .small-size-contents,
  .small-size-contents-inline {
    display: none !important;
  }
  .large-size-contents {
    display: block !important;
  }
  .large-size-contents-inline {
    display: inline-block !important;
  }
  .body-contents {
    width: 640px;
  }
  .main-contents {
    float: none;
  }
  .side-contents {
    margin-left: 0;
    width: 640px;
  }
  .global-footer-inner {
    padding: 0 20px;
  }
}

/* ==================== middle size screen ==================== */
@media (max-width: 640px) {
  .full-size-contents, .full-size-contents-inline,
  .large-size-contents,
  .large-size-contents-inline,
  .small-size-contents,
  .small-size-contents-inline,
  .more-than-middle-size-contents,
  .more-than-middle-size-contents-inline {
    display: none !important;
  }
  .middle-size-contents {
    display: block !important;
  }
  .middle-size-contents-inline {
    display: inline-block !important;
  }
  .body-contents {
    width: auto;
    padding: 0 10px;
  }
  .main-contents {
    width: 100%;
  }
  .side-contents {
    width: 100%;
  }
  .global-header {
    padding: 10px 0 0;
    line-height: 120px;
    text-align: center;
  }
  .global-header-button {
    display: block;
  }
  .global-header-logo {
    display: inline-block;
    padding: 30px 0 0;
  }
  .global-header-logo img {
    width: 250px;
  }
}

/* ==================== small size screen ==================== */
@media (max-width: 400px) {
  .full-size-contents, .full-size-contents-inline,
  .large-size-contents,
  .large-size-contents-inline,
  .middle-size-contents,
  .middle-size-contents-inline,
  .more-than-small-size-contents,
  .more-than-small-size-contents-inline {
    display: none !important;
  }
  .small-size-contents {
    display: block !important;
  }
  .small-size-contents-inline {
    display: inline-block !important;
  }
  .global-header {
    background: #fff;
    box-sizing: border-box;
    line-height: 50px;
    height: 50px;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 300;
  }
  .global-header-button img {
    width: 20px;
  }
  .global-header-logo {
    padding: 10px 0 0;
  }
  .global-header-logo img {
    width: auto;
    height: 25px;
  }
  .global-header-logo .global-header-logo-copy-image {
    display: none;
  }
  .body-contents {
    padding-top: 50px;
  }
}

.side-contents-item {
  margin-bottom: 30px;
}

.side-contents-item-title {
  border-bottom: 1px solid #000;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.side-contents-item-title a {
  color: #000;
}

.side-contents-item .more:not([hidden]) {
  background: #f6f6f6;
  border-radius: 2px;
  display: block;
  font-size: 16px;
  color: #999;
  margin: 0 0 60px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
}

.side-contents-item .more:not([hidden]):hover {
  opacity: 0.75;
  text-decoration: none;
}

.side-contents-nav-item {
  background: #f6f6f6;
  border-radius: 2px;
  color: #000;
  display: inline-block;
  padding: 5px;
  margin: 0 3px 5px 0;
}

.side-contents-nav-item-more {
  color: #999;
}

.side-contents-map-search-title {
  background: url(../images/search_black.png) no-repeat 0 4px;
  background-size: 16px;
  padding-left: 20px;
}

.side-contents-map-search-map {
  background: #f6f6f6 url(../images/b-map-sample.jpg) no-repeat center center;
  background-size: 700px 600px;
  border-radius: 2px;
  display: block;
  height: 120px;
}

.side-contents-map-search-thumbnails {
  overflow: auto;
  overflow-y: hidden;
  margin-top: 10px;
}

.side-contents-map-search-thumbnails-inner {
  width: 760px;
}

.side-contents-map-search-thumbnails a {
  display: block;
  float: left;
  height: 54px;
  margin-right: 4px;
  width: 72px;
}

.side-contents-map-search-thumbnails a img {
  border-radius: 2px;
  height: 54px;
  object-fit: cover;
  width: 72px;
}

.side-contents-map-search-button {
  font-family: "Helvetica Neue", Helvetica, Arial, "YuGothic Normalize", YuGothic, "Yu Gothic", "游ゴシック", Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "Segoe UI Symbol", "Apple Symbols", sans-serif;
  background: #f6f6f6;
  border-radius: 2px;
  color: #000;
  display: block;
  font-size: 12px;
  margin-top: 10px;
  padding: 10px 0;
  text-align: center;
}

.side-contents-map-search-button span {
  color: #3BA35E;
  font-size: 16px;
  font-weight: bold;
  margin: 0 2px;
}

.side-contents-ad {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.side-contents-hot-entries {
  counter-reset: number;
}

.side-contents-hot-entries-item {
  border-radius: 2px;
  color: #000;
  display: block;
  margin: 0 -5px 5px;
  overflow: hidden;
  padding: 5px;
  position: relative;
}

.side-contents-hot-entries-item:hover {
  text-decoration: none;
}

.side-contents-hot-entries-item:hover .side-contents-hot-entries-item-title {
  text-decoration: underline;
}

.side-contents-hot-entries-item-image {
  float: left;
  height: 80px;
  width: 80px;
  object-fit: cover;
}

.side-contents-hot-entries-item-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-left: 90px;
}

.side-contents-hot-entries-item-tags {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #3BA35E;
  font-size: 12px;
  line-height: 1.3;
  margin-left: 90px;
  margin-top: 5px;
}

.side-contents-hot-entries-item-tags span:not(.entry-pr-mark):after {
  content: ', ';
  margin-right: 2px;
}

.side-contents-hot-entries-item-tags span:last-child:after {
  content: '';
}

.side-contents-banner {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-contents-banner > li {
  margin: 0 0 20px;
  text-align: center;
}

.side-contents-banner-image {
  width: 300px;
  height: 90px;
  vertical-align: middle;
}

.side-contents-shop-item {
  display: block;
  margin-bottom: 20px;
  width: 300px;
}

.side-contents-shop-item:hover {
  text-decoration: none;
}

.side-contents-shop-item-image {
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  width: 100%;
}

.side-contents-shop-item-title {
  color: #000;
  font-weight: bold;
}

.side-contents-shop-item-price {
  color: #999;
  float: right;
}

@media (max-width: 1000px) {
  .side-contents-item .more:not([hidden]) {
    clear: both;
  }
  .side-contents-nav {
    display: none;
  }
  .side-contents-hot-entries {
    zoom: 1;
  }
  .side-contents-hot-entries:before, .side-contents-hot-entries:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: '\0020';
  }
  .side-contents-hot-entries:after {
    clear: both;
  }
  .side-contents-hot-entries-item {
    float: left;
    width: 49%;
    height: 100px;
    margin: 0;
    padding: 0;
    margin-right: 1%;
  }
  .side-contents-shop {
    zoom: 1;
  }
  .side-contents-shop:before, .side-contents-shop:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: '\0020';
  }
  .side-contents-shop:after {
    clear: both;
  }
  .side-contents-shop-item {
    float: left;
  }
  .side-contents-shop-item:nth-child(2n-1) {
    float: right;
  }
}

@media (max-width: 640px) {
  .side-contents-hot-entries-item {
    float: none;
    margin-right: -5px;
    width: auto;
  }
  .side-contents-shop {
    zoom: 1;
  }
  .side-contents-shop:before, .side-contents-shop:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: '\0020';
  }
  .side-contents-shop:after {
    clear: both;
  }
  .side-contents-shop-item, .side-contents-shop-item:nth-child(2n-1) {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.global-header-menu {
  background: rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  color: #fff;
  display: none;
  padding: 15px;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  top: 0;
  left: 0;
  z-index: 400;
}

.opened-menu + .global-header-menu {
  display: block;
}

.global-header-menu a {
  color: #fff;
}

.global-header-menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.global-header-menu > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.global-header-menu > ul > li > a {
  background: url(/images/b-white-arrow.png) no-repeat 0 center;
  background-size: 7px 10px;
  display: block;
  font-size: 16px;
  line-height: 50px;
  padding-left: 15px;
}

.global-header-menu > ul > li.global-header-menu-sns {
  border: 0;
  text-align: center;
}

.global-header-menu > ul > li.global-header-menu-sns > a {
  background: none;
  display: inline-block;
  padding: 0;
  margin: 20px;
}

.global-header-menu-tag-nav-items {
  margin-bottom: 10px;
}

.global-header-menu-tag-nav-items a {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 2px;
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  padding: 6px 10px;
  margin: 0 5px 5px 0;
}

.html-page {
  margin: 0 auto;
  line-height: 1.8;
  box-sizing: border-box;
}

.html-page h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 60px 0 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e6e6e6;
}

.html-page h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 10px;
}

.html-page p {
  margin: 20px 0;
}

.html-page hr {
  border: 0;
  border-top: 1px solid #e6e6e6;
  margin: 30px 0;
}

.portal-entry-load-more {
  clear: both;
  background: #f6f6f6;
  border-radius: 2px;
  display: block;
  font-size: 16px;
  color: #999;
  margin: 0 0 60px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
}

.portal-entry-load-more:hover {
  opacity: 0.75;
  text-decoration: none;
}

.portal-entries {
  zoom: 1;
  margin-bottom: 60px;
}

.portal-entries:before, .portal-entries:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: '\0020';
}

.portal-entries:after {
  clear: both;
}

.portal-entries .map:not([hidden]) {
  display: block;
  height: 300px;
  background: #f6f6f6;
  cursor: pointer;
}

.portal-entries .map iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.portal-entries-title {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.portal-entries-title a, .portal-entries-title a:link, .portal-entries-title a:hover, .portal-entries-title a:visited {
  color: #000;
}

@media (max-width: 640px) {
  .portal-entries {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
  .portal-entries-title {
    font-size: 24px;
  }
}

.portal-entry {
  font-size: 12px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 200px;
  height: 330px;
  overflow: hidden;
}

.portal-entry:nth-child(3n) {
  margin-right: 0;
}

.portal-entry .entry-url {
  color: #000;
}

.portal-entry .entry-url:hover {
  text-decoration: none;
}

.portal-entry .entry-url:hover .entry-title {
  text-decoration: underline;
}

.portal-entry .entry-url:hover .entry-image {
  opacity: 0.75;
  transform: scale3d(1.1, 1.1, 1);
}

.portal-entry .entry-url:visited {
  color: #999;
}

.portal-entry .entry-title {
  font-family: "Yu Mincho", "YuMincho", serif;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.35;
  margin: 5px 0 2px;
  max-height: 4em;
  overflow: hidden;
}

.portal-entry .entry-image {
  border-radius: 2px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s;
  width: auto\9;
  /* ~IE10 */
}

@media all and (-ms-high-contrast: none) {
  .portal-entry .entry-image {
    width: auto;
    /* IE10~ */
  }
}

.portal-entry .entry-image-container {
  border-radius: 2px;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.portal-entry .entry-link,
.portal-entry .entry-host {
  display: inline-block;
  color: #999;
  margin: 0 0 5px;
}

.portal-entry .entry-tags-container {
  max-height: 3em;
  overflow: hidden;
}

.portal-entry .entry-tags-container a {
  color: #3BA35E;
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 640px) {
  .portal-entry {
    float: none;
    width: auto;
    margin: 0 auto 20px;
    height: auto;
    max-width: 400px;
  }
  .portal-entry:nth-child(3n) {
    margin-right: auto;
  }
  .portal-entry .entry-image-container {
    width: auto;
    height: 240px;
  }
}

@media (max-width: 400px) {
  .portal-entry-list {
    margin: 0 -10px;
  }
  .portal-entry .entry-image {
    border-radius: 0;
  }
  .portal-entry .entry-image-container {
    border-radius: 0;
  }
  .portal-entry .entry-title,
  .portal-entry .entry-meta {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.portal-entry-contents {
  font-family: "Yu Mincho", "YuMincho", serif;
  margin-bottom: 30px;
}

.portal-entry-contents .entry-title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 10px 40px 30px;
}

@media (max-width: 640px) {
  .portal-entry-contents .entry-title {
    font-size: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}

.portal-entry-contents .entry-contents-ad {
  margin: 0 auto;
  text-align: center;
}

.portal-entry-contents .entry-is-pr {
  font-size: 12px;
  font-family: sans-serif;
  color: #999;
  padding: 0 40px;
}

@media (max-width: 640px) {
  .portal-entry-contents .entry-is-pr {
    padding: 0;
  }
}

.portal-entry-contents figure {
  position: relative;
  text-align: center;
}

.portal-entry-contents figure img {
  vertical-align: bottom;
  width: 100%;
}

.portal-entry-contents figure figcaption {
  line-height: 14px;
  text-align: right;
}

.portal-entry-contents figure figcaption a {
  color: #999;
  font-family: sans-serif;
  font-size: 10px;
  letter-spacing: 0;
}

@media (max-width: 640px) {
  .portal-entry-contents figure {
    margin-left: -10px;
    margin-right: -10px;
  }
  .portal-entry-contents figure figcaption {
    margin-right: 5px;
  }
}

.portal-entry-contents .entry-desc_text {
  font-size: 16px;
  margin: 20px 0;
  padding: 0 40px;
  white-space: pre-wrap;
  letter-spacing: 2px;
  line-height: 2em;
}

@media (max-width: 640px) {
  .portal-entry-contents .entry-desc_text {
    letter-spacing: 1px;
    padding: 0;
  }
}

@media (max-width: 360px) {
  .portal-entry-contents .entry-desc_text {
    font-size: 14px;
  }
}

.portal-entry-contents .entry-desc_text figure {
  margin: 40px -40px 0;
}

.portal-entry-contents .entry-desc_text figure img {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 640px) {
  .portal-entry-contents .entry-desc_text figure {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.portal-entry-contents .entry-desc_text h1 {
  margin: 3em 0 1.5em;
  padding-left: 2.1em;
  font-family: sans-serif;
  font-size: 140%;
  font-weight: 100;
  line-height: 1.3;
}

.portal-entry-contents .entry-desc_text h1:before {
  content: '――';
  letter-spacing: -0.1em;
  margin-right: 0.3em;
  margin-left: -2.1em;
}

.portal-entry-contents .entry-desc_text section {
  margin-top: 1em;
}

.portal-entry-contents .entry-desc_text p {
  margin-bottom: 1.6em;
  white-space: pre-wrap;
}

.portal-entry-contents .entry-desc_text sw-preamble,
.portal-entry-contents .entry-desc_text sw-postamble,
.portal-entry-contents .entry-desc_text sw-note,
.portal-entry-contents .entry-desc_text figure.quote,
.portal-entry-contents .entry-desc_text figure.product {
  display: block;
  margin: 2em 0;
  padding: 1.2em 1.4em;
  background: #f6f6f6;
  font-family: sans-serif;
  font-size: 0.85em;
  color: #555;
  line-height: 1.8;
  text-align: left;
}

.portal-entry-contents .entry-desc_text sw-preamble p:last-child,
.portal-entry-contents .entry-desc_text sw-postamble p:last-child,
.portal-entry-contents .entry-desc_text sw-note p:last-child,
.portal-entry-contents .entry-desc_text figure.quote p:last-child,
.portal-entry-contents .entry-desc_text figure.product p:last-child {
  margin-bottom: 0;
}

.portal-entry-contents .entry-desc_text figure.product::after {
  content: "";
  display: block;
  clear: both;
}

.portal-entry-contents .entry-desc_text figure.product p:first-child {
  margin: 0;
}

.portal-entry-contents .entry-desc_text figure.product p:first-child img {
  float: left;
  width: 10em;
  max-height: 10em;
  margin-right: 1em;
}

.portal-entry-contents .entry-desc_text figure.product p:nth-child(2) a:first-child {
  font-weight: bolder;
}

.portal-entry-contents .entry-desc_text sw-dialogue {
  display: block;
}

.portal-entry-contents .entry-desc_text sw-talk {
  display: block;
  padding-left: 80px;
  margin: 2.5em 0;
  font-family: sans-serif;
}

.portal-entry-contents .entry-desc_text sw-talk.sw-talk-no-speaker {
  padding-left: 0;
  font-family: serif;
}

.portal-entry-contents .entry-desc_text sw-talk::after {
  display: block;
  content: "";
  clear: both;
}

.portal-entry-contents .entry-desc_text sw-talk > sw-speaker {
  background: transparent;
}

.portal-entry-contents .entry-desc_text sw-talk.p1 > sw-speaker {
  color: #3BA35E;
}

.portal-entry-contents .entry-desc_text sw-talk.p2 > sw-speaker {
  color: #D1961F;
}

.portal-entry-contents .entry-desc_text sw-talk.p3 > sw-speaker {
  color: #D67575;
}

.portal-entry-contents .entry-desc_text sw-talk.p4 > sw-speaker {
  color: #50A1B9;
}

.portal-entry-contents .entry-desc_text sw-talk.p5 > sw-speaker {
  color: #AE67A5;
}

.portal-entry-contents .entry-desc_text sw-speaker {
  display: block;
  float: left;
  margin-left: -80px;
  margin-right: 10px;
  font-weight: bold;
  font-size: 14px;
  overflow: hidden;
  letter-spacing: 0px;
}

.portal-entry-contents .entry-desc_text hr {
  display: block;
  height: 25px;
  margin: 60px 0;
  text-align: center;
  padding: 0;
  border: 0;
  font-size: 8px;
  color: #e6e6e6;
}

.portal-entry-contents .entry-desc_text hr:before {
  content: '●    ●    ●';
}

.portal-entry-contents .entry-tags-container {
  padding: 20px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "YuGothic Normalize", YuGothic, "Yu Gothic", "游ゴシック", Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "Segoe UI Symbol", "Apple Symbols", sans-serif;
}

.portal-entry-contents .entry-tags-container a {
  background: #E4F7EA;
  border-radius: 2px;
  color: #3BA35E;
  margin-right: 5px;
  padding: 6px 8px;
}

.portal-entry-contents .note {
  color: #999;
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

.portal-entry-contents .social-buttons {
  padding: 0;
  margin: 0;
}

.portal-entry-contents .social-share-buttons {
  overflow: hidden;
  margin-bottom: 20px;
}

.portal-entry-contents .social-share-buttons a {
  display: block;
  float: left;
  width: 32%;
  padding: 0;
  border-radius: 2px;
  background: #1B95E0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, "YuGothic Normalize", YuGothic, "Yu Gothic", "游ゴシック", Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "Segoe UI Symbol", "Apple Symbols", sans-serif;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

.portal-entry-contents .social-share-buttons a:before {
  color: #fff;
  font-size: 2em;
  margin-right: 5px;
  margin-left: -2px;
}

.portal-entry-contents .social-share-buttons a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.portal-entry-contents .social-share-buttons a:before {
  margin-right: 2px;
}

.portal-entry-contents .social-share-buttons a span {
  display: none;
  width: 60px;
  margin: -6px auto 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  font-size: 12px;
  font-weight: normal;
}

.portal-entry-contents .social-share-buttons a.with-count {
  padding: 2px 0 6px;
}

.portal-entry-contents .social-share-buttons a.with-count span {
  display: block;
}

.portal-entry-contents .social-share-buttons a.facebook-share-button {
  background: #3A5795;
  margin-left: 2%;
}

.portal-entry-contents .social-share-buttons a.bookmark-button {
  background: #008FDE;
  margin-left: 2%;
}

@media (max-width: 400px) {
  .portal-entry-contents .social-share-buttons a {
    font-size: 12px;
  }
}

.portal-entry-contents .entry-map:not([hidden]) {
  float: right;
  display: block;
  position: relative;
  width: 200px;
}

.portal-entry-contents .entry-map .map:not([hidden]) {
  display: block;
  height: 200px;
  background: #f6f6f6;
  cursor: pointer;
}

.portal-entry-contents .entry-map iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.portal-entry-contents .entry-map img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  object-fit: scale-down;
  object-position: bottom;
  bottom: 50%;
}

.portal-entry-contents .entry-map > a {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, "YuGothic Normalize", YuGothic, "Yu Gothic", "游ゴシック", Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "Segoe UI Symbol", "Apple Symbols", sans-serif;
  font-size: 12px;
  display: block;
  line-height: 25px;
  margin-top: -25px;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media (max-width: 640px) {
  .portal-entry-contents .entry-map:not([hidden]) {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  .portal-entry-contents .entry-map .map:not([hidden]) {
    height: 320px;
  }
}

.portal-entry-contents .entry-data {
  margin-right: 220px;
}

.portal-entry-contents .entry-data table {
  width: 100%;
}

.portal-entry-contents .entry-data th,
.portal-entry-contents .entry-data td {
  font-size: 12px;
  padding: 10px 0;
  border-bottom: 1px dotted #e6e6e6;
  text-align: left;
  vertical-align: top;
}

.portal-entry-contents .entry-data th img,
.portal-entry-contents .entry-data td img {
  max-width: 100%;
}

.portal-entry-contents .entry-data th {
  color: #999;
  font-weight: normal;
  padding-right: 10px;
  white-space: nowrap;
  text-wrap: none;
  vertical-align: top;
}

@media (max-width: 640px) {
  .portal-entry-contents .entry-data {
    margin-right: 0;
  }
}

.portal-entry-contents .entry-link {
  clear: both;
  padding-top: 20px;
  text-align: center;
  display: block;
}

.portal-entry-contents .entry-link a:not([hidden]) {
  display: block;
  text-decoration: none;
  font-size: 14px;
}

.portal-entry-contents .entry-link-button {
  display: block;
  margin: 10px auto 5px;
  background: #3BA35E;
  color: #fff;
  line-height: 40px;
  width: 200px;
  border-radius: 2px;
  text-align: center;
}

.portal-entry-contents .entry-link-button:hover {
  opacity: 0.9;
}

.portal-entry-contents a:not(.contact-form) .entry-link-button::after {
  content: '\E046';
  display: inline-block;
  font-family: 'LigatureSymbols' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 1.6em;
  margin-top: -0.16em;
  margin-left: 0.2em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: -5px;
}

.portal-entry-contents .entry-domain {
  display: inline-block;
  color: #3BA35E;
  font-size: 12px;
  margin-top: 5px;
}

.portal-entry-contents .entry-domain:hover {
  text-decoration: underline;
}

.portal-entry-contents .entry-domain img {
  max-width: 100%;
}

.entry-footer-ad {
  margin: 15px 0 30px;
}

@media (max-width: 640px) {
  .entry-footer-ad {
    text-align: center;
  }
  .entry-footer-ad > div {
    float: none;
    margin: 0 auto;
  }
}

.subscribe-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: table;
  background: #3BA35E;
  color: #fff;
  font-family: sans-serif;
}

.subscribe-banner p {
  display: table-cell;
  padding: 10px 0;
  vertical-align: middle;
  text-align: left;
}

.subscribe-banner p:last-of-type {
  text-align: right;
}

.subscribe-banner p:first-child {
  text-align: center;
}

.subscribe-banner button.close-button {
  border-style: none;
  color: #fff;
  background: transparent;
  font-size: 150%;
  padding: 5px 8px;
}

.subscribe-banner button:not(.close-button) {
  border-style: none;
  border-radius: 5px;
  width: 8.5em;
  margin: 0 10px;
  font-weight: bold;
  line-height: 30px;
  color: #3BA35E;
  background: #fff;
}

.entry-footer-related-ad {
  clear: both;
  margin-bottom: 40px;
}

.entry-sub-headline {
  clear: both;
  border-bottom: 1px solid #000;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0;
  margin-bottom: 10px;
}

.tag-contents-contact {
  color: #999;
  font-family: "Helvetica Neue", Helvetica, Arial, "YuGothic Normalize", YuGothic, "Yu Gothic", "游ゴシック", Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "Segoe UI Symbol", "Apple Symbols", sans-serif;
}

.tag-contents-cover-image img {
  max-width: 100%;
}

.tag-contents-desc {
  margin-bottom: 20px;
  letter-spacing: 1px;
  line-height: 1.8;
}

.tag-contents-desc p {
  margin-bottom: 1em;
}

.tag-contents-desc-rich {
  margin-bottom: 60px;
}

.link-info {
  zoom: 1;
  display: block;
  white-space: normal;
  color: #000;
  margin: 20px 0;
  text-decoration: none;
}

.link-info:before, .link-info:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: '\0020';
}

.link-info:after {
  clear: both;
}

.link-info > a {
  color: #000;
}

.link-info img {
  width: 40%;
  float: left;
}

.link-info p {
  margin-left: 42%;
}

.link-info-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}

.link-info-desc {
  color: #999;
}

.portal-tag-list {
  position: relative;
}

.portal-tag-list h1:not(.page-title) {
  font-size: 28px;
  font-weight: bold;
  margin: 30px 0 20px;
}

.portal-tag-list ul {
  margin: 0 0 60px;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.portal-tag-list ul ul {
  margin: 0;
}

.portal-tag-list li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  width: 200px;
  height: 160px;
  transition: 0.2s;
}

.portal-tag-list li:nth-child(3n) {
  margin-right: 0;
}

.portal-tag-list li span {
  display: none;
}

.portal-tag-list li:hover {
  opacity: 0.75;
}

.portal-tag-list li:hover img {
  transform: scale3d(1.1, 1.1, 1);
}

.portal-tag-list li img {
  width: 200px;
  height: 160px;
  object-fit: cover;
  vertical-align: bottom;
  text-align: center;
  transition: 0.2s;
  width: auto\9;
  /* ~IE10 */
}

@media all and (-ms-high-contrast: none) {
  .portal-tag-list li img {
    width: auto;
    /* IE10~ */
  }
}

.portal-tag-list li ul {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 7px 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  text-align: center;
  pointer-events: none;
}

.portal-tag-list li li {
  border: 0;
  margin: 0;
  height: auto;
  letter-spacing: 1px;
  box-shadow: none;
  border-radius: 0;
}

.portal-tag-list .portal-search {
  margin: 0;
}

.portal-tag-list .portal-search-form {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
}

@media (max-width: 640px) {
  .portal-tag-list li {
    box-sizing: border-box;
    margin: 0 0 10px;
    padding-right: 5px;
    height: 200px;
    width: 50%;
  }
  .portal-tag-list li:nth-child(2n) {
    padding-right: 0;
    padding-left: 5px;
  }
  .portal-tag-list li:hover {
    opacity: 0.75;
  }
  .portal-tag-list li:hover img {
    transform: none;
  }
  .portal-tag-list li img {
    height: 200px;
    width: 100%;
  }
  .portal-tag-list li ul {
    background: transparent;
    box-sizing: border-box;
    padding: 0 5px 0 0;
  }
  .portal-tag-list li ul li {
    background: rgba(0, 0, 0, 0.5);
    padding: 7px 0;
    width: 100%;
  }
}

@media (max-width: 400px) {
  .portal-tag-list li {
    height: 120px;
  }
  .portal-tag-list li img {
    height: 120px;
  }
  .portal-tag-list .portal-search-form {
    position: relative;
    margin: -10px 0 20px;
  }
}

.portal-search {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
}

.portal-search input[name=q] {
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 250px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 14px;
}

.portal-search input[name=q].empty:not(:focus) {
  background-image: url(https://cse.google.co.jp/cse/images/google_custom_search_watermark.gif);
  background-repeat: no-repeat;
  background-position: 10px center;
}

.portal-search button {
  box-sizing: border-box;
  background: #000;
  border: 0;
  border-radius: 0 2px 2px 0;
  color: #fff;
  display: block;
  width: 50px;
  height: auto;
  font-size: 14px;
  line-height: 32px;
  padding: 0;
  text-align: center;
}

@media (max-width: 400px) {
  .portal-search {
    margin: 1em 0;
  }
}

#portal-search-result .gsc-input {
  max-width: 100%;
}

#portal-search-result input.gsc-input {
  background: #f6f6f6 !important;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  float: left;
  width: 100%;
  padding: 0 10px;
  line-height: 42px;
  font-size: 14px;
}

#portal-search-result input.gsc-search-button {
  box-sizing: border-box;
  background: #000;
  color: #fff;
  border: 0;
  border-radius: 2px;
  width: 5em;
  height: auto;
  max-width: 100%;
  min-width: 0;
  font-size: 16px;
  line-height: 42px;
  padding: 0;
  text-align: center;
}

#portal-search-result table.gsc-search-box td.gsc-input {
  padding-right: 5px;
}

#portal-search-result .gsc-search-box {
  max-width: 490px;
  margin: 2em 0 0;
}

#portal-search-result .gsc-clear-button {
  display: none;
}

#portal-search-result .gsc-control-cse {
  padding: 0 10px 40px;
  background: transparent;
  border: 0;
  color: #999;
}

#portal-search-result .gs-webResult .gs-snippet,
#portal-search-result .gs-imageResult .gs-snippet,
#portal-search-result .gs-fileFormatType {
  color: #999;
}

#portal-search-result .gs-webResult.gs-result a.gs-title,
#portal-search-result .gs-webResult.gs-result a.gs-title b,
#portal-search-result .gs-imageResult a.gs-title,
#portal-search-result .gs-imageResult a.gs-title b {
  color: #000;
}

#portal-search-result .gsc-webResult.gsc-result {
  padding: 10px;
  margin-bottom: 0.5em;
  border: 0;
  border-radius: 5px;
}

#portal-search-result .gs-bidi-start-align.gs-snippet {
  font-size: 12px;
}

#portal-search-result .gs-web-image-box,
#portal-search-result .gs-promotion-image-box,
#portal-search-result .gs-web-image-box img.gs-image,
#portal-search-result .gs-promotion-image-box img.gs-promotion-image {
  width: 80px;
  max-width: 80px;
}

#portal-search-result .gsc-cursor-box {
  text-align: center;
  margin: 2em 0;
}

#portal-search-result .gsc-cursor-page {
  color: #000;
  font-size: 16px;
  background: transparent;
  margin: 0;
  padding: 0.5em;
}

@media (max-width: 1000px) {
  .entry-search-page .side-contents {
    display: none;
  }
}

#portal-search-result {
  width: auto;
}

#portal-search-result .map-search-form-container {
  float: left;
  width: 340px;
}

#portal-search-result .map-search-form {
  margin: 10px 0;
  border-radius: 4px;
  font-size: 16px;
  padding: 10px 10px 10px 28px;
  width: 100%;
  max-width: 300px;
  background: #f6f6f6 url(../images/search.png) no-repeat 8px center;
  background-size: 14px 16px;
  border: 0;
  display: block;
}

#portal-search-result > p {
  margin: 20px 10px 10px 20px;
}

#portal-search-result .notes {
  font-size: 10px;
  line-height: 1.5;
  color: #999;
  float: right;
  padding: 15px 10px;
}

@media (max-width: 640px) {
  #portal-search-result .notes {
    display: none;
  }
  #portal-search-result .map-search-form-container {
    float: none;
    width: auto;
    margin: 0 50px;
  }
  #portal-search-result .map-search-form {
    max-width: 100%;
    box-sizing: border-box;
  }
}

.map-search-header-logo {
  padding: 14px 10px;
  float: left;
}

.map-search-header-logo-type {
  padding: 10px 15px 10px 0;
  height: 36px;
}

@media (max-width: 640px) {
  .map-search-header-logo-type {
    display: none;
  }
  .map-search-header-logo-mark {
    padding: 14px 12px;
  }
}

map-and-list {
  display: block;
  position: relative;
  width: 100%;
  max-height: 640px;
  max-height: 100vh;
}

.portal-list-map map-and-list {
  background: #fff;
  color: #000;
  direction: rtl;
}

map-and-list > nav.map-search-header {
  background: #fff;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 100;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}

map-and-list .map-search-header .views {
  display: none;
}

map-and-list .map-search-header .views img {
  vertical-align: middle;
}

map-and-list[view=map] > nav a[data-view=map] {
  font-weight: bolder;
}

map-and-list[view=list] > nav a[data-view=list] {
  font-weight: bolder;
}

map-and-list > main {
  display: block;
  margin-left: 360px;
}

map-and-list ul li.active {
  background: #f6f6f6;
}

map-and-list .search-item-list {
  box-sizing: border-box;
  width: 360px;
  max-height: 100vh;
  vertical-align: top;
  margin: 0;
  border: 1px solid #e6e6e6;
  border-top-style: none;
  float: left;
  background: #fff;
  position: relative;
}

map-and-list .search-item-list-inner {
  position: absolute;
  top: 40px;
  bottom: 0;
  width: 100%;
  overflow-y: scroll;
}

map-and-list .search-item-list ul {
  margin: 0;
  padding: 0;
}

map-and-list .search-item-list ul li {
  display: block;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
}

map-and-list .search-item-list ul li::after {
  display: block;
  content: "";
  clear: both;
}

map-and-list .link2 {
  display: block;
  line-height: 1.4;
  width: 220px;
}

map-and-list .link2, map-and-list .link2:hover, map-and-list .link2:active, map-and-list .link2:focus, map-and-list .link2:link {
  color: #000;
  text-decoration: none;
}

map-and-list .link2 .title {
  color: #000;
  font-family: serif;
  font-weight: bold;
  font-size: 14px;
}

map-and-list .link2 .room-type {
  font-size: 10px;
  display: inline-block;
  background: #f6f6f6;
  color: #999;
  border: 1px solid #e6e6e6;
  padding: 3px 4px;
  border-radius: 4px;
  line-height: 1;
}

map-and-list .link2 .timestamp {
  float: right;
  font-family: sans-serif;
  color: #3BA35E;
  font-size: 12px;
  font-weight: normal;
  margin-top: 2px;
}

map-and-list .link2 .price-row {
  margin: 2px 0 -3px;
  height: 20px;
}

map-and-list .link2 .price {
  font-family: sans-serif;
  color: #3BA35E;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

map-and-list .link2 .price .unit {
  margin-left: 2px;
  font-size: 10px;
}

map-and-list .link2 .count {
  float: right;
  font-family: sans-serif;
  font-size: 10px;
  color: #999;
  margin-top: 2px;
}

map-and-list .link2 .short_desc {
  display: block;
  font-size: 12px;
  color: #000;
  padding: 5px;
  background: #f6f6f6;
  border-radius: 5px;
  margin-top: 10px;
  clear: both;
}

map-and-list .link2 .prev-next-buttons {
  text-align: right;
}

map-and-list .link2 .prev-next-buttons button {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  width: 25px;
  height: 25px;
  margin: 5px 0 0 5px;
}

map-and-list .link2 .prev-next-buttons .prev-button {
  float: left;
  margin-left: 0;
  background: #fff url(../images/b-prev_button.png) no-repeat center center;
  background-size: 6px 10px;
}

map-and-list .link2 .prev-next-buttons .next-button {
  background: #fff url(../images/b-next_button.png) no-repeat center center;
  background-size: 6px 10px;
}

map-and-list .link2 .timestamp,
map-and-list .link2 .domain {
  font-family: sans-serif;
  color: #999;
  display: inline-block;
  font-size: 10px;
}

map-and-list li .link2 {
  width: auto;
  padding: 0;
}

map-and-list li .link2 .prev-next-buttons {
  display: none;
}

map-and-list li:hover {
  background: #f6f6f6;
}

map-and-list li:hover .title {
  text-decoration: underline;
}

map-and-list .active .link2 .short_desc {
  background: #f6f6f6;
}

map-and-list .label {
  display: inline-block;
  min-width: 1.5em;
  min-height: 1.5em;
  line-height: 1.5;
  border: 1px solid;
  border-radius: 50%;
  background: #D67575;
  color: #000;
  font-size: 80%;
  text-align: center;
  vertical-align: middle;
}

map-and-list .link {
  display: none;
  text-align: center;
  font-size: 12px;
  border-radius: 2px;
  line-height: 1.0;
  padding: 5px 10px;
  margin-top: 7px;
  background: #3BA35E;
  color: #fff;
  font-family: sans-serif;
}

map-and-list .link:not(.self) {
  display: none;
}

map-and-list .sorts {
  padding: 5px 10px;
  box-sizing: border-box;
  line-height: 1.0;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
  height: 40px;
}

map-and-list .sorts a {
  color: #999;
  font-size: 12px;
  display: inline-block;
  padding: 8px 10px;
  font-family: sans-serif;
  border-radius: 4px;
}

map-and-list .sorts .active {
  font-weight: bolder;
  color: #000;
  background: #f6f6f6;
}

map-and-list .pages {
  padding: 5px;
  overflow: hidden;
}

map-and-list .pages a {
  display: inline-block;
  padding: 8px 10px;
  background: #f6f6f6;
  border-radius: 5px;
  color: #000;
  font-size: 12px;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 1;
}

map-and-list .prev-page {
  float: left;
}

map-and-list .next-page {
  float: right;
}

@media (max-width: 1300px) {
  map-and-list .search-item-list {
    width: 300px;
  }
  map-and-list .sorts {
    width: 298px;
  }
  map-and-list > main {
    margin-left: 300px;
  }
  map-and-list li .image,
  map-and-list li .thumbnail {
    width: 80px;
    height: 56px;
  }
  map-and-list li .body,
  map-and-list li .link {
    margin-left: 90px;
  }
}

map-container {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-height: 100vh;
}

map-and-list .image,
map-and-list .thumbnail,
map-popup .image,
map-popup .thumbnail {
  background: #f6f6f6;
  display: block;
  width: 220px;
  height: 154px;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}

map-and-list .image,
map-popup .image {
  margin: 10px 0;
}

map-and-list li .image,
map-and-list li .thumbnail,
map-popup .image,
map-popup .thumbnail {
  float: left;
  width: 100px;
  height: 70px;
  object-fit: cover;
  margin: 0 0 10px;
}

map-and-list li .body,
map-and-list li .link,
map-popup .body,
map-popup .link {
  margin-left: 110px;
}

map-popup .link2 {
  width: auto;
  min-height: 35px;
  padding: 0;
}

map-popup .link2 .price {
  display: inline;
}

map-popup:not([hidden]) {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  background: #fff;
  color: #000;
}

map-popup:not([hidden]) .link2 {
  padding: 10px 20px;
}

map-popup:not([hidden]) .link2 .prev-next-buttons .prev-button,
map-popup:not([hidden]) .link2 .prev-next-buttons .next-button {
  position: absolute;
  top: 0;
  margin: 0;
  width: 15px;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: #f6f6f6;
}

map-popup:not([hidden]) .link2 .prev-next-buttons .prev-button {
  left: 0;
}

map-popup:not([hidden]) .link2 .prev-next-buttons .next-button {
  right: 0;
}

map-popup::after {
  display: block;
  content: "";
  clear: both;
}

map-popup a.link2 {
  padding: 10px;
}

map-popup .image,
map-popup .thumbnail {
  width: 80px;
  height: 56px;
}

map-popup .body {
  margin-left: 90px;
}

map-popup > button {
  display: none;
}

map-popup-main:not([hidden]) {
  position: relative;
  display: block;
}

map-and-list map-popup .link,
map-and-list map-popup .link:not(.self) {
  display: none;
}

#section-links-map map-container {
  display: block;
  height: 20em;
  margin-bottom: 1em;
  cursor: pointer;
}

@media (max-width: 640px) {
  map-and-list .map-search-header .views {
    display: block;
    float: right;
  }
  map-and-list .map-search-header .views a {
    display: block;
    width: 50px;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  map-and-list[view=list] .map-search-header .views .list-view-button {
    display: none;
  }
  map-and-list[view=list] .search-item-list {
    display: block;
    width: 100%;
  }
  map-and-list[view=list] main {
    display: none;
  }
  map-and-list[view=list] map-popup {
    display: none;
  }
  map-and-list[view=map] .map-search-header .views .map-view-button {
    display: none;
  }
  map-and-list[view=map] .search-item-list {
    display: none;
  }
  map-and-list[view=map] main {
    margin-left: 0;
  }
  map-and-list .sorts {
    width: 100%;
  }
  map-and-list li .image,
  map-and-list li .thumbnail {
    width: 100px;
    height: 70px;
  }
  map-and-list li .body,
  map-and-list li .link {
    margin-left: 110px;
  }
  map-and-list li .link {
    max-width: 140px;
  }
}

.about-page {
  background: #fff;
}

.portal-about-header-logo {
  margin: 30px 0;
  text-align: center;
}

.portal-about-contents {
  margin: 0 auto 60px;
  max-width: 640px;
  padding: 0 10px;
}
