@charset "UTF-8";
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}
.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;
  max-height: 60px;
  max-width: 100%;
  line-height: 1;
  vertical-align: text-bottom;
  margin: 8px 0 0 0;
}
.page-title .site-link {
  display: block;
  font-size: 12px;
  color: #999;
  letter-spacing: 0;
  margin: 8px 0 0 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;
  background: #e6e6e6;
  border-radius: 2px;
  padding: 0 4px;
  margin-right: 2px;
  color: #999;
  letter-spacing: 1px;
}

.social-follow-buttons-subscribe-button {
  margin-top: 8px;
  text-align: center;
}

.sns-follow-unit {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sns-follow-unit-title {
  line-height: 1;
}
.sns-follow-unit-title img {
  vertical-align: middle;
  margin: 0 16px;
}

.sns-follow-unit-list {
  list-style: none;
  display: flex;
  margin: 5px 0 0 0;
  padding: 0;
  justify-content: center;
}
.sns-follow-unit-list li {
  padding: 0 5px;
}

@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 {
  max-width: 1000px;
  margin: 0 auto;
}
.global-header hgroup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px 0 16px;
}
.global-header img {
  vertical-align: text-bottom;
}
@media (max-width: 640px) {
  .global-header {
    text-align: center;
  }
}

.header-boshu {
  background: url("/images/header-boshu.png");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 4px 0 4px 36px;
  color: #000;
  font-weight: bold;
  font-size: 15px;
}
@media (max-width: 640px) {
  .header-boshu {
    font-size: 10px;
    padding: 28px 0 0 0;
    background-position: center top;
    width: 40px;
  }
  .header-boshu .for-pc {
    display: none;
  }
}

.header-menu {
  display: none;
  background: url("/images/header-menu.png");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  font-size: 10px;
  color: #000;
  font-weight: bold;
  padding: 28px 0 0 0;
  background-position: center top;
  width: 40px;
  margin: 0 0 0 4px;
}
@media (max-width: 640px) {
  .header-menu {
    display: inline-block;
  }
}

.global-header-logo {
  padding: 40px 0;
  text-align: center;
}
.global-header-logo img {
  display: block;
  margin: 0 auto 8px;
  width: 320px;
}

/* ==================== 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: " ";
}
.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-madori-bg.png) repeat top center;
  background-size: 200px 200px;
  color: #000;
  padding: 40px 0 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .global-footer {
    padding-bottom: 150px;
  }
  .about-page .global-footer,
  .global-footer .map-page {
    margin-bottom: 0;
  }
}
.global-footer-inner {
  margin: 0 auto;
  max-width: 1000px;
}
.global-footer a {
  color: #000;
}
.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;
  color: #fff;
}
.global-footer-logos a {
  display: inline-block;
  margin: 10px 20px 0 0;
}

.global-footer-nav {
  margin-bottom: 30px;
}
.global-footer-nav 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;
  margin: 0 12px 0 0;
}
@media (max-width: 640px) {
  .global-footer-sns-buttons .global-footer-copyright {
    display: block;
  }
}
.global-footer-sns-buttons .global-footer-company {
  font-size: 12px;
  font-style: normal;
  margin: 0 16px;
}
.global-footer-sns-buttons iframe {
  margin: 0 10px -5px 0;
}
@media (max-width: 640px) {
  .global-footer-sns-buttons iframe {
    margin-top: 10px;
  }
}

/* ==================== 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 12px;
  }
  .main-contents {
    width: 100%;
  }
  .side-contents {
    width: 100%;
  }
  .global-header-logo {
    display: inline-block;
    padding: 8px 0 0;
  }
  .global-header-logo img {
    width: 220px;
  }
}
/* ==================== 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;
    padding: 0;
    width: 100%;
    z-index: 300;
  }
  .main-contents,
  .side-contents {
    padding-right: env(safe-area-inset-right);
    padding-left: env(safe-area-inset-left);
    box-sizing: border-box;
  }
}
.footer-fixed-ad, .footer-fixed-ad-h90 {
  text-align: center;
  position: fixed;
  bottom: 0;
  padding-bottom: env(safe-area-inset-bottom);
  background: #f2f2f2;
  width: 100%;
  line-height: 1;
  display: none;
  z-index: 100;
  align-items: end;
}
.footer-fixed-ad ins, .footer-fixed-ad-h90 ins {
  vertical-align: middle;
  display: flex !important;
  align-items: end;
}
@media (max-width: 640px) {
  .footer-fixed-ad, .footer-fixed-ad-h90 {
    display: flex;
  }
}

.footer-fixed-ad-h90 {
  height: 90px;
  background: #fff;
}

.index-notice {
  background: #f7f7f7;
  text-align: center;
  font-size: 0.85rem;
  margin: 0 0 10px;
}
.index-notice a {
  color: #000;
  padding: 8px 0;
  display: block;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .dialog-outer .dialog {
    margin: 5% auto;
    max-width: 100%;
  }
  .dialog-outer iframe {
    border-radius: 0;
  }
}

.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: 400px 300px;
  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;
  -o-object-fit: cover;
     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;
  -o-object-fit: cover;
     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;
}
@media (max-width: 640px) {
  .entry-page .side-contents-banner .portal {
    display: none;
  }
}

.side-contents-banner-image {
  width: 300px;
  height: 90px;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .side-contents-banner-image {
    width: 100%;
    height: auto;
    min-height: 90px;
  }
}

@media (max-width: 1000px) {
  .side-contents-banner-bottom {
    display: none;
  }
}

@media (max-width: 1000px) {
  .side-contents-item .more:not([hidden]) {
    clear: both;
  }
  .side-contents-nav,
  .side-contents-map-search {
    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: " ";
  }
  .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%;
  }
}
@media (max-width: 640px) {
  .side-contents-hot-entries-item {
    float: none;
    margin-right: -5px;
    width: auto;
  }
}
.side-contents-club-wrapper {
  padding: 20px 0;
}

.side-contents-club-body {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 20px 12px 0 12px;
  border: 2px solid #CBCBCB;
}
.side-contents-club-body li {
  margin: 0 8px 16px;
  display: inline-block;
}

.side-contents-club-banner {
  margin: 12px 0;
}

.side-contents-club-text {
  line-height: 1.3;
  margin: 0 0 4px;
}

.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;
}
.global-header-menu .global-header-menu-close {
  text-align: right;
}
.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;
}

.button-green {
  display: block;
  background: #3BA35E;
  color: #fff;
  line-height: 40px;
  width: 200px;
  border-radius: 2px;
  text-align: center;
}

.portal-entry-load-more {
  clear: both;
  background: #f6f6f6;
  border-radius: 2px;
  display: block;
  font-size: 16px;
  color: #999;
  margin: 0 10px 60px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
}
.portal-entry-load-more:hover {
  opacity: 0.75;
  text-decoration: none;
}
@media (max-width: 640px) {
  .portal-entry-load-more {
    margin-right: 0;
    margin-left: 0;
  }
}

.portal-entries {
  zoom: 1;
  margin: 0 -10px 60px;
}
.portal-entries:before, .portal-entries:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}
.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: 0 10px 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;
    margin-right: 0;
    margin-left: 0;
  }
}

.portal-entry-list {
  min-height: 2500px;
}
.tag-page .portal-entry-list {
  min-height: 330px;
}

.portal-entry {
  font-size: 12px;
  float: left;
  margin: 0 10px 20px;
  width: 200px;
  height: 330px;
  overflow: hidden;
}
.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 {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.35;
  margin: 5px 0 2px;
  max-height: 3.9em;
  overflow: hidden;
}
@media (max-width: 640px) {
  .portal-entry .entry-title {
    font-family: inherit;
  }
}
.portal-entry .entry-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     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 .entry-tags-container {
    max-height: 2.4em;
    line-height: 1.2;
  }
}
@media (max-width: 640px) {
  .portal-entry {
    float: none;
    width: auto;
    height: auto;
    max-width: 400px;
    margin: 0 0 10px;
  }
  .portal-entry .entry-title,
  .portal-entry .entry-meta {
    margin-right: 12px;
    margin-left: 12px;
  }
  .portal-entry .entry-image-container {
    position: relative;
    width: 100%;
    height: auto;
  }
  .portal-entry .entry-image-container:before {
    content: "";
    display: block;
    padding-top: 62.5%;
  }
  .portal-entry .entry-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .portal-entry .entry-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .portal-entry .entry-img {
    flex-basis: 47%;
    flex-shrink: 0;
  }
  .portal-entry .entry-title {
    margin: 0 0 6px 15px;
    line-height: 1.3;
  }
  .portal-entry .entry-meta {
    margin: 0 0 0 15px;
  }
}
@media (max-width: 640px) and (max-width: 450px) {
  .portal-entry {
    max-width: inherit;
  }
}

@media (max-width: 640px) {
  .index-page .portal-entry-list .portal-entry:first-child {
    margin: 0 0 20px;
    margin-bottom: 12px;
  }
  .index-page .portal-entry-list .portal-entry:first-child .entry-wrapper {
    display: block;
  }
  .index-page .portal-entry-list .portal-entry:first-child .entry-title {
    margin: 8px 0 6px;
  }
  .index-page .portal-entry-list .portal-entry:first-child .entry-meta {
    margin: 0;
  }
}
.portal-tags-selected p {
  line-height: 1.8;
  margin-bottom: 1em;
}
.portal-tags-selected p:first-child {
  margin-top: -50px;
}
.portal-tags-selected p:last-child {
  margin-bottom: 60px;
}
@media (max-width: 640px) {
  .portal-tags-selected p:first-child {
    margin-top: -20px;
  }
}

.portal-entry-ads {
  display: none;
}
@media (max-width: 640px) {
  .portal-entry-ads {
    display: block;
    margin: 0 0 10px;
    min-height: 100px;
  }
}

.portal-entry-contents {
  margin-bottom: 30px;
}
.portal-entry-contents .entry-title {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 20px 40px 10px;
}
@media (max-width: 640px) {
  .portal-entry-contents .entry-title {
    font-size: 1.15rem;
    margin: 20px 0 10px 0;
  }
}
.portal-entry-contents .entry-contents-ad-wrapper {
  display: none;
  background: #f6f6f6;
  margin: 0 -12px;
  min-height: 100px;
  max-height: 120px;
}
@media (max-width: 640px) {
  .portal-entry-contents .entry-contents-ad-wrapper {
    display: block;
  }
}
.portal-entry-contents .entry-contents-ad {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  max-width: 360px;
  height: auto;
}
.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 .entry-image {
  vertical-align: bottom;
  width: 100%;
  min-height: 340px;
  height: auto;
}
@media (max-width: 640px) {
  .portal-entry-contents .entry-image {
    min-height: 210px;
  }
}
@media (max-width: 400px) {
  .portal-entry-contents .entry-image {
    min-height: 200px;
  }
}
@media (max-width: 360px) {
  .portal-entry-contents .entry-image {
    min-height: 170px;
  }
}
.portal-entry-contents figure {
  position: relative;
  text-align: center;
}
.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: -12px;
    margin-right: -12px;
  }
  .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: 1px;
  line-height: 2em;
  overflow-wrap: break-word;
}
@media (max-width: 640px) {
  .portal-entry-contents .entry-desc_text {
    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%;
  min-height: 320px;
  height: auto;
}
@media (max-width: 640px) {
  .portal-entry-contents .entry-desc_text figure img {
    min-height: 210px;
  }
}
@media (max-width: 400px) {
  .portal-entry-contents .entry-desc_text figure img {
    min-height: 200px;
  }
}
@media (max-width: 360px) {
  .portal-entry-contents .entry-desc_text figure img {
    min-height: 170px;
  }
}
@media (max-width: 640px) {
  .portal-entry-contents .entry-desc_text figure {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.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 figure.quote {
  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 {
  margin-bottom: 0;
}
.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;
}
.portal-entry-contents .entry-tags-container a {
  background: #E4F7EA;
  border-radius: 2px;
  color: #3BA35E;
  margin-right: 5px;
  padding: 2px 8px;
  display: inline-block;
  margin: 0 5px 8px 0;
}
.portal-entry-contents .note {
  color: #808080;
  text-align: left;
  font-size: 12px;
  margin-top: 4px;
}
.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-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-footer {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 640px) {
  .portal-entry-contents .entry-footer {
    display: block;
  }
}
.portal-entry-contents .entry-map-wrapper {
  width: 200px;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .portal-entry-contents .entry-map-wrapper {
    width: 100%;
  }
}
.portal-entry-contents .entry-map:not([hidden]) {
  display: block;
  position: relative;
}
.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%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: bottom;
     object-position: bottom;
  bottom: 50%;
}
.portal-entry-contents .entry-map > a {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  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;
  }
}
.portal-entry-contents .entry-data {
  margin-right: 30px;
  flex-grow: 1;
}
.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-data-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portal-entry-contents .entry-data-list li {
  border-bottom: 1px dotted #e6e6e6;
  font-size: 12px;
  padding: 10px 0;
  text-align: left;
  display: flex;
}
.portal-entry-contents .entry-data-list li img {
  max-width: 100%;
}
.portal-entry-contents .entry-data-item {
  color: #999;
  font-weight: normal;
  padding-right: 10px;
  white-space: nowrap;
  text-wrap: none;
  flex-basis: 50px;
  flex-shrink: 0;
}
.portal-entry-contents .entry-data-row {
  display: flex;
  flex-basis: 50%;
}
.portal-entry-contents .entry-data-details {
  text-align: center;
}
.portal-entry-contents .entry-data-details summary {
  margin: 16px 0 4px;
  cursor: pointer;
  list-style-type: none;
  text-align: center;
  border: 2px solid #ddd;
  border-radius: 18px;
  display: inline-block;
  padding: 4px 16px;
}
.portal-entry-contents .entry-data-details summary:hover {
  text-decoration: underline;
}
.portal-entry-contents .entry-data-details summary span {
  position: relative;
  padding: 0 12px 0 0;
}
.portal-entry-contents .entry-data-details summary span:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 3px;
}
.portal-entry-contents .entry-data-details summary::-webkit-details-marker {
  display: none;
}
.portal-entry-contents .entry-data-details[open] summary {
  display: none;
}
.portal-entry-contents .entry-handling {
  display: flex;
}
.portal-entry-contents .entry-handling-img img {
  border: 1px solid #e6e6e6;
  width: 110px;
  height: 110px;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}
.portal-entry-contents .entry-handling-text {
  padding: 0 0 0 15px;
}
.portal-entry-contents .entry-handling-name {
  display: block;
  font-size: 14px;
  margin: 5px 0;
  font-weight: bold;
}
.portal-entry-contents .entry-handling-name a {
  color: #000;
}
.portal-entry-contents .entry-handling-name:after {
  content: "パートナー";
  color: #F26B6B;
  border: 1px solid #F26B6B;
  border-radius: 3px;
  margin: 0 0 0 8px;
  display: inline-block;
  padding: 0px 6px;
  font-size: 12px;
}
.portal-entry-contents .entry-handling-link {
  font-size: 13px;
}
.portal-entry-contents .entry-link {
  clear: both;
  display: block;
  margin: 20px;
  position: relative;
  text-align: center;
}
.portal-entry-contents .entry-link a:not([hidden]) {
  display: inline-block;
  text-decoration: none;
}
.portal-entry-contents .entry-link-button {
  background-color: #3BA35E;
  border-radius: 8px;
  color: #fff;
  border-bottom: 4px solid #276b3e;
  background-image: url("../images/link-arrow.png");
  background-size: 12px 22px;
  background-repeat: no-repeat;
  background-position: right 20px center;
  font-size: 15px;
  padding: 12px 8px 12px 0;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  box-sizing: border-box;
  line-height: 1.2;
}
.portal-entry-contents .entry-link-button:hover {
  opacity: 0.9;
}
.portal-entry-contents .entry-link-text {
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: right center;
}
.portal-entry-contents .entry-link-note {
  font-size: 12px;
  font-weight: normal;
}
.portal-entry-contents .entry-domain {
  font-size: 12px;
  margin-top: 4px;
  font-size: 12px;
  display: block;
  font-weight: normal;
}
.portal-entry-contents .entry-domain-close {
  color: #808080;
  font-size: 12px;
  margin: 8px 0 0 0;
  display: inline-block;
}

.entry-link-mail-wrapper {
  background-color: #3BA35E;
  border-radius: 8px;
  color: #fff;
  border-bottom: 4px solid #276b3e;
  background-image: url("../images/link-arrow.png");
  background-size: 12px 22px;
  background-repeat: no-repeat;
  background-position: right 20px center;
  font-size: 15px;
  padding: 12px 8px 12px 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.entry-link-mail-wrapper:hover {
  opacity: 0.9;
}

.entry-link-mail-button {
  display: inline-block;
  font-weight: bold;
  box-sizing: border-box;
  background-image: url("../images/btn-mail.png");
  background-repeat: no-repeat;
  background-size: 32px 24px;
  background-position: 0px center;
  padding: 0 12px 0 50px;
  text-align: left;
}
.entry-link-mail-button span {
  line-height: 1.2;
  font-size: 12px;
  display: block;
  font-weight: normal;
}

.entry-link-footer {
  text-align: center;
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  line-height: 1.5;
  display: none;
  z-index: 100;
  align-items: center;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .entry-link-footer {
    display: flex;
  }
}
.entry-link-footer .entry-link-mail-wrapper {
  font-size: 14px;
  padding: 8px 8px 8px 0;
}

.entry-link-button-footer {
  font-size: 14px;
  padding: 8px 8px 8px 0;
  background-color: #3BA35E;
  border-radius: 8px;
  color: #fff;
  border-bottom: 4px solid #276b3e;
  background-image: url(../images/link-arrow.png);
  background-size: 12px 22px;
  background-repeat: no-repeat;
  background-position: right 20px center;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
}
.entry-link-button-footer .entry-link-note {
  font-size: 12px;
  font-weight: normal;
}
.entry-link-button-footer:focus, .entry-link-button-footer:hover {
  text-decoration: none;
}

.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;
}

.entry-header-ad {
  display: none;
  text-align: center;
  line-height: 1;
  padding: 8px 0 20px;
}
.entry-header-ad ins {
  display: inline-block;
  line-height: 1;
  background: #f6f6f6;
  min-height: 250px;
}
@media (max-width: 640px) {
  .entry-header-ad {
    display: block;
  }
}

.entry-inarticle-ad {
  text-align: center;
  line-height: 1;
  white-space: normal !important;
  margin: 30px 0;
}
.entry-inarticle-ad ins {
  display: inline-block;
  line-height: 1;
  background: #f6f6f6;
}

.entry-inarticle-ad-text {
  color: #999;
  font-size: 12px;
  margin: 0 0 8px 0 !important;
}

.entry-footer-ad {
  margin: 30px 0;
}
@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-footer-list {
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.entry-footer-list .portal-entry {
  flex-basis: calc(25% - 20px);
  height: 200px;
}
.entry-footer-list .entry-image {
  height: 80px;
}
.entry-footer-list .entry-pr-mark {
  margin-top: 8px;
}
.entry-footer-list .entry-tags-container {
  overflow: hidden;
  padding: 8px 0 0 0;
  color: #3BA35E;
  font-size: 10px;
  font-family: sans-serif;
}
.entry-footer-list .entry-tags-container span {
  margin-right: 5px;
}
@media (max-width: 640px) {
  .entry-footer-list {
    display: block;
    margin: 0;
  }
  .entry-footer-list li:nth-child(n+5) {
    display: none;
  }
  .entry-footer-list .portal-entry {
    display: flex;
    height: auto;
  }
  .entry-footer-list .entry-image-wrapper {
    flex: 0 0 47%;
  }
  .entry-footer-list .entry-image {
    position: relative;
  }
  .entry-footer-list .entry-text {
    padding: 0 0 0 8px;
  }
  .entry-footer-list .entry-tags-container {
    max-height: 2.8em;
    line-height: 1.4;
  }
}

.entry-boshu-link {
  color: #000;
  display: inline-block;
  padding: 0 40px;
}
.entry-boshu-link:hover {
  text-decoration: none;
}
@media (max-width: 640px) {
  .entry-boshu-link {
    padding: 0;
  }
}

.entry-boshu {
  display: flex;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 20px;
}
@media (max-width: 640px) {
  .entry-boshu {
    padding: 20px 12px;
  }
}

.entry-boshu-img {
  width: 150px;
  height: auto;
}
@media (max-width: 640px) {
  .entry-boshu-img {
    width: 40%;
  }
}

.entry-boshu-text {
  margin: 0 0 0 20px;
}
@media (max-width: 640px) {
  .entry-boshu-text {
    margin: 0 0 0 12px;
  }
}

.entry-boshu-title {
  font-size: 0.95rem;
  font-weight: bold;
  display: inline-block;
  background-color: #F9FD48;
  padding: 0 4px;
  margin: 0 0 2px 0;
}

.entry-boshu-detail {
  display: inline-block;
  border: 1px solid #999;
  color: #999;
  border-radius: 3px;
  margin: 4px 0 0 0;
  padding: 2px 4px;
  font-size: 0.8rem;
}

.entry-footer-list-title {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}

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

.entry-header-meta {
  margin: 8px 40px 40px;
  font-size: 12px;
}
@media (max-width: 640px) {
  .entry-header-meta {
    margin: 12px 0 24px;
  }
}

.entry-header-category {
  margin-right: 4px;
}
.entry-header-category::before {
  content: "(";
  font-size: 14px;
  padding: 0 4px 0 0;
}
.entry-header-category::after {
  content: ")";
  font-size: 14px;
  padding: 0 0 0 4px;
}
.entry-header-category a {
  color: #000;
}

.entry-header-status {
  color: #FF4D4D;
  margin-left: 6px;
  margin-right: 4px;
}

.entry-header-timestamp, .entry-footer-timestamp {
  color: #999;
}

.entry-footer-timestamp {
  margin: 8px 0 24px 0;
}

.entry-close-note {
  margin: 0 40px;
  font-size: 12.5px;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  padding: 8px 12px;
  border-radius: 3px;
}
@media (max-width: 640px) {
  .entry-close-note {
    margin: 20px 0;
  }
}
.entry-data .entry-close-note {
  margin: 0;
}

.portal-site-editors-menu {
  position: fixed;
  right: 1em;
  top: 1em;
  background: #f0f0f0;
  color: black;
  border-radius: 1em;
  padding: 0.5em;
  box-shadow: 2px 2px gray;
  z-index: 10000;
}

.portal-site-editors-menu h1 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: bolder;
}

.portal-site-editors-menu .buttons {
  text-align: center;
}

.portal-site-editors-menu .buttons a:not([hidden]) {
  display: inline-block;
}

.portal-site-editors-menu .buttons a {
  font-size: 160%;
  min-width: 3em;
  text-align: center;
}

.tag-contents-contact {
  color: #999;
}
.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;
}

.tag-contents-cover-image img {
  max-width: 100%;
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 640px) {
  .tag-contents-cover-image {
    margin: 0 -10px;
  }
  .tag-contents-cover-image img {
    height: 240px;
  }
}

.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: " ";
}
.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 !important;
}
.link-info-desc {
  color: #999;
  line-height: 1.5;
}

.tag-ad-top {
  display: none;
  margin: 0 auto 20px;
  text-align: center;
  min-height: 250px;
}
@media (max-width: 640px) {
  .tag-ad-top {
    display: block;
  }
}

@media (max-width: 640px) {
  .tag-page-title {
    margin-top: 10px;
  }
}

.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;
  -o-object-fit: cover;
     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 .map-boshu-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  border-bottom: 1px solid #e6e6e6;
  z-index: 1000;
  position: relative;
}
map-and-list .map-boshu-nav label {
  padding: 10px 0;
  display: inline-block;
  cursor: pointer;
}
map-and-list .map-boshu-checkbox input {
  display: none;
}
map-and-list .map-boshu-checkbox span {
  display: inline-block;
  height: 20px;
  padding: 0 0 0 26px;
}
map-and-list .map-boshu-checkbox input[type=checkbox] + span {
  background: url(/images/boshu-checkbox.png) no-repeat;
  background-size: 20px 20px;
}
map-and-list .map-boshu-checkbox input[type=checkbox]:checked + span {
  background: url(/images/boshu-checked.png) no-repeat;
  background-size: 20px 20px;
}
map-and-list .map-boshu-btn {
  font-size: 15px;
}
map-and-list .map-boshu-btn a {
  color: #60AFAF;
  display: inline-block;
  font-weight: bold;
  background: url(/images/boshu-btn.png) no-repeat;
  background-position: center right;
  background-size: 10px 12px;
  padding: 0 16px 0 0;
}
map-and-list .map-boshu-btn a:hover {
  text-decoration: none;
}
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;
  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;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
  height: 64px;
}
map-and-list .sorts a {
  color: #999;
  font-size: 12px;
  display: inline-block;
  padding: 6px 8px;
  font-family: sans-serif;
  border-radius: 4px;
}
map-and-list .sorts .active {
  font-weight: bolder;
  color: #000;
  background: #f6f6f6;
}
map-and-list .sorts .sorts-order {
  margin: 0 0 4px;
}
map-and-list .search-item-list-inner {
  top: 64px;
}
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;
  -o-object-fit: cover;
     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;
  -o-object-fit: cover;
     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-br {
  display: none;
}
@media (max-width: 640px) {
  .portal-about-br {
    display: block;
  }
}

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

.portal-about-contents {
  margin: 0 auto 60px;
  max-width: 640px;
  padding: 0 20px;
}
.portal-about-contents .portal-about-desc {
  font-size: 1.1rem;
  line-height: 2;
  margin: 0 0 1em;
}

.portal-about-title {
  text-align: center;
  font-weight: bold;
  margin: 3.5em 0 1em;
}
@media (max-width: 640px) {
  .portal-about-title {
    margin-top: 3em;
  }
}

.portal-howto {
  background: #f7f7f7;
  padding: 32px 48px;
  margin: 60px 0;
  text-align: center;
}
@media (max-width: 640px) {
  .portal-howto {
    padding: 32px 20px 12px;
  }
}

.portal-howto-contents-title {
  font-weight: bold;
  margin: 0 0 1em;
}

.portal-howto-contents {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.portal-howto-contents > li {
  flex-basis: calc(50% - 40px);
}
@media (max-width: 640px) {
  .portal-howto-contents {
    display: block;
    text-align: left;
  }
  .portal-howto-contents > li {
    display: flex;
    margin-bottom: 20px;
  }
}

.portal-howto-icon {
  font-size: 4rem;
}
.portal-howto-icon img {
  vertical-align: middle;
}
@media (max-width: 640px) {
  .portal-howto-icon {
    margin-right: 24px;
  }
}

.portal-howto-name {
  font-size: 1.1rem;
  margin: 0.5em 0;
  font-weight: bold;
}
@media (max-width: 640px) {
  .portal-howto-name {
    margin: 0.5em 0 0.3em;
  }
}

.portal-howto-desc {
  text-align: left;
  line-height: 1.8;
}

.portal-about-detail h3 {
  margin: 3em 0 1em;
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
}
.portal-about-detail p {
  font-size: 1rem;
  line-height: 1.8;
}
.portal-about-detail h4 {
  font-weight: bold;
  font-size: 1.05rem;
  margin: 2em 0 1em;
}
.portal-about-detail .portal-about-note {
  font-size: 0.9rem;
  margin: 12px 0 0 0;
}
@media (max-width: 640px) {
  .portal-about-detail h3 {
    font-size: 1.2rem;
  }
}

.owner-page {
  font-size: 16px;
}
@media (max-width: 640px) {
  .owner-page {
    line-height: 1.8;
  }
}

.owner-section-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 16px;
}
@media (max-width: 640px) {
  .owner-section-title {
    font-size: 22px;
  }
}

.owner-section-desc {
  text-align: center;
  font-size: 16px;
  margin: 0 0 20px;
}

.owner-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.owner-header {
  display: flex;
  position: fixed;
  background: #fff;
  top: 0;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 36px;
  box-sizing: border-box;
  height: 60px;
}
.owner-header hgroup {
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .owner-header {
    padding: 0 0 0 20px;
  }
}

@media (max-width: 640px) {
  .owner-header-logo img {
    width: 180px;
  }
}

.owner-header-desc {
  font-weight: bold;
  margin: 0 0 0 20px;
}
@media (max-width: 640px) {
  .owner-header-desc {
    display: none;
  }
}

.owner-header-nav {
  display: flex;
  list-style: none;
  font-weight: bold;
  margin: 0;
  padding: 0;
  height: 100%;
}
.owner-header-nav a {
  background: #3BA35E;
  color: #fff;
  text-align: center;
  padding: 0px 50px;
  height: 100%;
  display: flex;
  align-items: center;
}
.owner-header-nav a:hover {
  text-decoration: none;
  background: #2d7e48;
}
@media (max-width: 640px) {
  .owner-header-nav {
    font-size: 15px;
  }
  .owner-header-nav a {
    padding: 0 20px;
  }
}

.owner-main {
  display: flex;
  flex-direction: row-reverse;
  margin: 60px 0 0 0;
}
@media (max-width: 640px) {
  .owner-main {
    display: block;
  }
}

.owner-main-img {
  width: 50%;
  max-width: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
  height: 350px;
}
@media (max-width: 640px) {
  .owner-main-img {
    width: 100%;
    height: 220px;
  }
}

.owner-main-text {
  background: #F5F0E9;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 12%;
  box-sizing: border-box;
}
@media (max-width: 1100px) {
  .owner-main-text {
    padding: 30px 4% 30px 8%;
  }
}
@media (max-width: 640px) {
  .owner-main-text {
    padding: 30px 20px;
  }
}

.owner-main-title {
  font-weight: bold;
  font-size: 26px;
  margin: 0 0 12px 0;
}
@media (max-width: 1000px) {
  .owner-main-title {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .owner-main-title {
    font-size: 18px;
    background: #fff;
    padding: 0 8px;
    margin-top: -62px;
  }
}

.owner-main-desc {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 28px 0;
}
@media (max-width: 640px) {
  .owner-main-desc {
    font-size: 15px;
    margin: 0 0 20px;
  }
}

.owner-contents {
  padding-bottom: 80px;
  max-width: 1000px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 640px) {
  .owner-contents {
    padding-bottom: 20px;
  }
}

.owner-contents-desc {
  max-width: 600px;
  font-weight: bold;
  font-size: 17px;
  margin: 50px auto;
  line-height: 1.8;
}
@media (max-width: 640px) {
  .owner-contents-desc {
    margin: 30px auto;
  }
}

.owner-contents-top {
  text-align: center;
  margin: 0 0 40px;
}

.owner-contents-title {
  color: #FF4D4D;
  display: inline-block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  padding: 8px 16px;
  border-bottom: 2px solid #FF4D4D;
  background-color: #ffffff;
  font-size: 17px;
}
.owner-contents-title:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #ffffff; /* 背景色と同じ色を指定 */
  rotate: 135deg;
  translate: -50%;
}
.owner-contents-title:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: -1;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 2px solid;
  border-color: #FF4D4D #FF4D4D transparent transparent;
  background-color: #ffffff;
  rotate: 135deg;
  translate: -50%;
}

.owner-contents-list {
  display: flex;
  list-style-type: none;
  justify-content: space-between;
  padding: 0 40px;
  margin: 0 0 40px;
}
.owner-contents-list li {
  flex-basis: calc(33.33% - 20px);
}
@media (max-width: 640px) {
  .owner-contents-list {
    display: block;
    padding: 0 20px;
  }
  .owner-contents-list li {
    margin: 0 0 40px;
  }
}

.owner-contents-point {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  padding: 0 0 0 50px;
  background-position: left center;
  margin: 0 0 20px 0;
}
.owner-contents-point.point-1 {
  background-image: url("/images/owner-point1.png");
}
.owner-contents-point.point-2 {
  background-image: url("/images/owner-point2.png");
}
.owner-contents-point.point-3 {
  background-image: url("/images/owner-point3.png");
}
@media (max-width: 640px) {
  .owner-contents-point {
    padding: 0 0 0 50px;
    background-position: left center;
  }
}

.owner-contents-text {
  font-size: 15px;
}

.owner-media {
  padding: 40px 32px;
  margin: 20px 0 0 0;
}
@media (max-width: 640px) {
  .owner-media {
    padding: 20px 16px 0;
    margin-bottom: -30px;
  }
}

.owner-media-list {
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.owner-media-list ul {
  padding: 0;
  list-style: none;
  text-align: center;
}
.owner-media-list li {
  flex-basis: calc(25% - 20px);
}
@media (max-width: 640px) {
  .owner-media-list {
    line-height: 1.5;
  }
  .owner-media-list > li {
    flex-basis: calc(50% - 10px);
    margin: 0 0 30px;
  }
}

.owner-media-title {
  font-weight: bold;
  text-align: center;
  margin: 0 0 12px;
}

.owner-media-desc {
  margin: 16px 0 0 0;
}
@media (max-width: 640px) {
  .owner-media-desc {
    font-size: 14px;
    margin: 8px 0 0 0;
  }
}

.owner-media-user {
  text-align: center;
  font-size: 24px;
}

.owner-plan {
  background: #F5F0E9;
  padding: 60px 0 80px;
}
@media (max-width: 640px) {
  .owner-plan {
    padding-bottom: 60px;
  }
}

.owner-plan-desc {
  font-size: 15px;
  margin: 0 0 20px;
  font-weight: bold;
  text-align: center;
}
.owner-plan-desc span {
  font-size: 18px;
  display: inline-block;
  background: #F9FD48;
  padding: 0 8px;
  margin: 0 0 4px;
}

.owner-plan-text {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 0 0 20px;
  font-size: 15px;
}
.owner-plan-text li {
  margin: 0 0 8px;
}

.owner-voice {
  padding: 60px 0 80px;
  max-width: 1000px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 640px) {
  .owner-voice {
    padding-bottom: 60px;
  }
}

.owner-voice-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-around;
}
.owner-voice-list li {
  flex-basis: calc(33.33% - 40px);
}
@media (max-width: 640px) {
  .owner-voice-list {
    display: block;
  }
  .owner-voice-list li {
    margin: 0 0 20px;
    display: flex;
  }
  .owner-voice-list li:last-child {
    margin: 0;
  }
}

.owner-case-img {
  flex-basis: 38%;
  flex-shrink: 0;
  flex-grow: 0;
}
.owner-case-img img {
  max-width: 100%;
}

@media (max-width: 640px) {
  .owner-case-text {
    margin: 0 0 0 16px;
  }
}

h3.owner-case-title {
  margin: 0 0 4px !important;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
}
h3.owner-case-title a {
  color: #000;
}
@media (max-width: 640px) {
  h3.owner-case-title {
    font-size: 16px;
  }
}

.owner-case-name {
  margin: 0 !important;
  color: #999;
}
.owner-case-name a {
  color: #999;
}

.owner-flow {
  background: #F5F0E9;
  padding-right: 20px;
  padding-left: 20px;
  padding: 60px 0 80px;
}
@media (max-width: 640px) {
  .owner-flow {
    padding-bottom: 60px;
  }
}

.owner-flow-list {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px 0 40px;
}
.owner-flow-list li {
  margin: 0 0 20px;
}
.owner-flow-list li:last-child {
  margin: 0;
}
.owner-flow-list h3 {
  margin: 0 0 4px;
  font-weight: bold;
}
@media (max-width: 640px) {
  .owner-flow-list {
    font-size: 15px;
    line-height: 1.5;
  }
}

.owner-contact {
  max-width: 600px;
  margin: 0 auto;
  padding: 60px 0 80px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 640px) {
  .owner-contact {
    padding-bottom: 60px;
  }
}

.owner-contact-link {
  text-align: center;
  margin: 20px 0 0 0;
}
.owner-contact-link a {
  display: inline-block;
  background: #3BA35E;
  color: #fff;
  line-height: 40px;
  width: 200px;
  border-radius: 2px;
  text-align: center;
}

.owner-contact-note {
  font-size: 14px;
  list-style: none;
  padding: 0;
  margin: 40px 0 0 0;
}
.owner-contact-note li {
  margin: 0 0 8px;
}

.owner-faq {
  background: #F5F0E9;
  padding: 60px 0 80px;
}
@media (max-width: 640px) {
  .owner-faq {
    padding-bottom: 60px;
  }
}

.owner-faq-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.owner-faq-list {
  list-style: none;
  padding: 0;
  max-width: 600px;
  margin: 0 auto;
}
.owner-faq-list li {
  margin: 0 0 1.5em;
}
.owner-faq-list li:last-child {
  margin: 0;
}

.owner-faq-q {
  font-weight: bold;
}
.owner-faq-q a {
  color: #000;
  text-decoration: underline;
}
.owner-faq-q:before {
  content: "Q.";
  margin-right: 4px;
}

.owner-faq-a {
  margin: 4px 0 !important;
}
.owner-faq-a:before {
  content: "A.";
  margin-right: 4px;
}

.owner-company {
  padding: 60px 0 80px;
}
@media (max-width: 640px) {
  .owner-company {
    padding-bottom: 60px;
  }
}

.advertising-menu {
  display: flex;
  flex-flow: row-reverse;
  margin: 0 0 40px;
}
@media (max-width: 640px) {
  .advertising-menu {
    display: block;
  }
}

.advertising-menu-text {
  margin: 0 0 0 10px;
}
@media (max-width: 640px) {
  .advertising-menu-text {
    margin: 0;
  }
  .advertising-menu-text h3 {
    margin: 10px 0 0 0;
  }
  .advertising-menu-text p {
    margin: 5px 0 0 0;
  }
}

.advertising-menu-img {
  text-align: center;
  line-height: 1;
}

.advertising-example {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.advertising-example > li {
  flex-basis: calc(33.3333333333% - 20px);
  margin: 0 10px;
}
.advertising-example img {
  max-width: 100%;
}
@media (max-width: 640px) {
  .advertising-example {
    display: block;
  }
  .advertising-example > li {
    margin: 0 10px 10px;
    min-height: 100px;
    position: relative;
  }
  .advertising-example img {
    position: absolute;
    height: 100px;
    top: 0;
  }
}

.advertising-example-desc {
  font-size: 13px;
  color: #555;
  margin: 0 0 8px !important;
  line-height: 1.4;
}
@media (max-width: 640px) {
  .advertising-example-desc {
    margin: 0 0 8px 160px !important;
  }
}

.advertising-example-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  margin: 8px 0 0 0;
}
.advertising-example-title a {
  color: #000;
}
@media (max-width: 640px) {
  .advertising-example-title {
    margin-left: 160px;
  }
}

.advertising-example-img-wrapper {
  display: block;
}

.advertising-example-img {
  display: block;
}

.concierge-header {
  text-align: center;
  background: url("../images/concierge-header.jpg");
  color: #fff;
  padding: 120px 0;
  margin: -8px 0 0 0;
  background-position: center;
  background-size: cover;
}
@media (max-width: 640px) {
  .concierge-header {
    margin: 0;
    padding: 80px 0;
  }
}

.concierge-header-name {
  font-size: 22px;
  margin: 0 0 8px 0;
}

.concierge-header-note {
  font-size: 18px;
  display: inline-block;
  border: 2px solid #fff;
  margin: 20px 0 0 0;
  padding: 6px 20px;
  border-radius: 22px;
}

.concierge-header-title {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
}
@media (max-width: 640px) {
  .concierge-header-title {
    font-size: 36px;
  }
}

.concierge-body {
  max-width: 560px;
  margin: 40px auto;
  padding: 0 16px;
}

.concierge-desc {
  font-size: 17px;
  margin: 0 0 0.8em;
  line-height: 1.8;
}

.concierge-contact {
  text-align: center;
  margin: 40px 0 80px;
}
.concierge-contact .button {
  color: #fff;
  background: #3BA35E;
  padding: 16px 50px;
  border-radius: 4px;
  display: inline-block;
  font-size: 18px;
}
.concierge-contact .button:hover {
  background: #349053;
  text-decoration: none;
}

.concierge-note {
  font-size: 15px;
  color: #555;
  padding: 0 0 0 28px;
  margin: 0 0 120px 0;
}
.concierge-note li {
  margin: 0 0 0.2em;
}

.concierge-partner {
  margin: 0 0 60px;
}

.concierge-partner-header {
  display: flex;
  margin: 0 0 20px;
  align-items: center;
}
.concierge-partner-header h2 {
  font-size: 1.8rem;
  margin: 0 20px 0 0;
  letter-spacing: 1px;
}
.concierge-partner-header p {
  font-size: 15px;
}
@media (max-width: 640px) {
  .concierge-partner-header {
    display: block;
  }
  .concierge-partner-header h2 {
    margin: 0 0 4px;
  }
}

.concierge-partner-contents {
  display: flex;
}

.concierge-partner-img {
  width: 140px;
  height: 140px;
  background: #ddd;
  border-radius: 50%;
  margin: 0 20px;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .concierge-partner-img {
    width: 120px;
    height: 120px;
  }
}

.concierge-partner-text {
  margin: 0 0 0 12px;
}
.concierge-partner-text h3 {
  font-size: 20px;
  margin: 0 0 12px;
}
.concierge-partner-text p {
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 640px) {
  .concierge-partner-text {
    margin: 0;
  }
}

@media (max-width: 640px) {
  .page-boshu .body-contents {
    padding: 0 16px;
  }
}
.page-boshu .portal-entry-load-more {
  margin-right: 0;
  margin-left: 0;
}

.boshu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1em 0 16px;
}

.boshu-header-btn {
  font-size: 15px;
}
.boshu-header-btn a {
  color: #60AFAF;
  display: inline-block;
  border-radius: 15px;
  font-weight: bold;
  background: url(/images/boshu-btn.png) no-repeat;
  background-position: center right;
  background-size: 10px 12px;
  padding: 0 16px 0 0;
}
.boshu-header-btn a:hover {
  text-decoration: none;
}

.boshu-page-title {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1px;
}

.boshu-page-title-sub {
  font-size: 1.05rem;
  font-weight: bold;
  margin: 0 0 0.8em 0;
}

.boshu-list-pref {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 24px 0;
}
.boshu-list-pref li {
  margin: 0 8px 8px 0;
  text-align: center;
}
.boshu-list-pref a {
  border: 1px solid #ddd;
  background: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 6px;
  box-sizing: border-box;
  color: #000;
}
.boshu-list-pref a:hover {
  background: #f6f6f6;
}

.boshu-sort {
  list-style: none;
  display: flex;
  padding: 0;
  font-size: 0.9rem;
  margin: 0 0 24px;
}
.boshu-sort li {
  margin: 0 4px 0 0;
}
.boshu-sort a {
  display: inline-block;
  width: 100%;
  color: #999;
  text-decoration: underline;
  margin: 0 4px 0 0;
}

.boshu-sort-title:after {
  content: "｜";
}

.boshu-entry {
  margin: 0 0 80px;
}

.boshu-entry-list {
  margin: 0 0 40px;
  display: block;
}
.boshu-entry-list list-main {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.boshu-entry-list list-item {
  flex-basis: calc(33.33% - 20px);
  margin: 0 10px 40px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .boshu-entry-list list-item {
    flex-basis: calc(50% - 20px);
  }
}

.boshu-image-container img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.boshu-wrapper {
  position: relative;
}

.boshu-category {
  position: absolute;
  color: #fff;
  font-weight: bold;
  display: flex;
}

.boshu-pref {
  background: #FF4D4D;
  padding: 2px 6px;
}

.boshu-type {
  background: #000;
  padding: 2px 6px;
}

.boshu-url {
  font-weight: bold;
  color: #000;
}

.boshu-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 1.05em;
}

.boshu-info {
  color: #808080;
  margin: 0 0 2px 0;
}
.boshu-info span {
  display: inline-block;
}

.page-fanclub {
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1b2323;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .page-fanclub {
    font-size: 15px;
  }
}
.page-fanclub a {
  transition: all 0.2s;
  color: #1b2323;
  text-decoration: underline;
}
.page-fanclub h1, .page-fanclub h2, .page-fanclub h3, .page-fanclub h4, .page-fanclub h5, .page-fanclub h6 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.page-fanclub h1 a, .page-fanclub h1 a:hover, .page-fanclub h2 a, .page-fanclub h2 a:hover, .page-fanclub h3 a, .page-fanclub h3 a:hover, .page-fanclub h4 a, .page-fanclub h4 a:hover, .page-fanclub h5 a, .page-fanclub h5 a:hover, .page-fanclub h6 a, .page-fanclub h6 a:hover {
  text-decoration: none;
}
.page-fanclub p {
  margin: 0;
}
.page-fanclub ul, .page-fanclub li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-fanclub input {
  box-sizing: border-box;
}
.page-fanclub input[type=checkbox] label {
  cursor: pointer;
}
.page-fanclub .for-pc {
  display: inline-block;
}
@media (max-width: 767px) {
  .page-fanclub .for-pc {
    display: none;
  }
}
.page-fanclub .for-sp {
  display: none;
}
@media (max-width: 767px) {
  .page-fanclub .for-sp {
    display: inline-block;
  }
}
.page-fanclub .btn-primary, .page-fanclub .top-price-btn {
  color: #fff;
  display: inline-block;
  padding: 12px 24px;
  background: #3ba35e;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}
.page-fanclub .btn-primary:hover, .page-fanclub .top-price-btn:hover {
  background: #42b669;
}
.page-fanclub .wrapper, .page-fanclub .wrapper-page {
  margin: 0 auto;
  max-width: 800px;
}
@media (max-width: 767px) {
  .page-fanclub .wrapper, .page-fanclub .wrapper-page {
    margin: 0 16px;
  }
}
.page-fanclub .wrapper-sub {
  margin: 0 auto;
  max-width: 600px;
}
@media (max-width: 767px) {
  .page-fanclub .wrapper-sub {
    margin: 0 16px;
  }
}
.page-fanclub .wrapper-page {
  max-width: 700px;
}
.page-fanclub .header {
  display: flex;
  height: 300px;
  justify-content: center;
  align-items: center;
  background: url("/images/fanclub-bg.png");
  background-size: 200px 200px;
}
@media (max-width: 767px) {
  .page-fanclub .header {
    height: 200px;
  }
}
.page-fanclub .header-title {
  padding: 8px 0 0 0;
}
@media (max-width: 767px) {
  .page-fanclub .header-title {
    font-size: 1.2rem;
  }
}
.page-fanclub .top-intro {
  max-width: 600px;
  margin: 40px auto 80px;
  font-weight: bold;
}
.page-fanclub .top-intro-desc {
  margin: 0 0 0.8em;
  line-height: 2;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .page-fanclub .top-intro-desc {
    font-size: 1rem;
  }
}
.page-fanclub .top-intro-bottom {
  text-align: right;
  margin: 20px 0 0 0;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .page-fanclub .top-intro-bottom {
    font-size: 1rem;
  }
}
.page-fanclub .top-intro-btn {
  text-align: center;
  margin: 40px 0 0 0;
}
.page-fanclub .top-contents {
  margin: 0 0 80px;
  padding: 54px 0 0 0;
  background: url("/images/fanclub-border.png") no-repeat;
  background-size: 74px 14px;
  background-position: center top;
}
.page-fanclub .top-contents-title {
  font-size: 1.4rem;
  text-align: center;
  font-family: "Montserrat", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 0 20px;
}
.page-fanclub .top-contents-title:before {
  display: block;
  font-size: 3rem;
  line-height: 1.4;
}
.page-fanclub .top-contents-title:before {
  content: "🏡";
}
.page-fanclub .top-contents-desc {
  text-align: center;
  margin: 0 0 40px;
}
.page-fanclub .top-contents-list {
  max-width: 600px;
  margin: 0 auto 60px;
}
.page-fanclub .top-contents-list > li {
  margin: 0 0 40px;
}
.page-fanclub .top-contents-list h3 {
  margin: 0 0 0.4em;
}
@media (max-width: 767px) {
  .page-fanclub .top-contents-list > li {
    margin: 0 0 20px;
  }
}
.page-fanclub .top-contents-plus {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1;
  margin: 1em 0;
}
.page-fanclub .top-contents-plus-title {
  text-align: center;
  font-weight: bold;
}
.page-fanclub .top-contents-plus-desc {
  text-align: center;
  margin: 1em 0 4em;
  font-size: 0.95rem;
}
.page-fanclub .top-annual {
  margin: 28px 0 0 0;
}
.page-fanclub .top-annual img {
  max-width: 100%;
}
.page-fanclub .top-annual-desc {
  font-size: 0.95rem;
  margin: 20px auto;
  max-width: 600px;
}
.page-fanclub .top-message {
  background: url("/images/fanclub-bg.png");
  background-size: 200px 200px;
  padding: 40px 0;
}
.page-fanclub .top-message-comment {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
}
.page-fanclub .top-message-comment > li {
  margin: 0 30px;
  flex-basis: calc(50% - 60px);
  flex-shrink: 0;
  flex-grow: 0;
}
.page-fanclub .top-message-comment img {
  background: #ddd;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .page-fanclub .top-message-comment > li {
    margin: 0 12px;
    flex-basis: calc(50% - 24px);
  }
}
.page-fanclub .top-message-comment-title {
  font-size: 0.9rem;
  margin: 0 0 12px 32px;
}
.page-fanclub .top-message-comment-desc {
  font-size: 0.95rem;
  margin: 8px 0 0 32px;
}
.page-fanclub .top-price {
  margin: 80px 0;
}
.page-fanclub .top-price-title {
  font-size: 1.4rem;
  text-align: center;
  font-family: "Montserrat", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 0 20px;
}
.page-fanclub .top-price-title:before {
  display: block;
  font-size: 3rem;
  line-height: 1.4;
}
.page-fanclub .top-price-title:before {
  content: "🙌";
}
.page-fanclub .top-price-desc {
  margin: 0 auto 10px;
  line-height: 1.8;
  max-width: 600px;
}
.page-fanclub .top-price-contents {
  margin: 100px auto;
  max-width: 480px;
}
@media (max-width: 767px) {
  .page-fanclub .top-price-contents {
    margin: 80px auto;
  }
}
.page-fanclub .top-price-madori {
  margin: 0 0 24px;
  padding: 52px;
  text-align: center;
  border: 7px solid #ccc;
  position: relative;
  background: url("/images/fanclub-price-contents.png") no-repeat, url("/images/fanclub-price-contents.png") no-repeat, url("/images/fanclub-price-contents.png") no-repeat, url("/images/fanclub-price-contents.png") no-repeat;
  background-size: 12px 12px;
  background-position: left top, left bottom, right top, right bottom;
  box-sizing: border-box;
}
.page-fanclub .top-price-madori:before {
  content: "";
  background: url("/images/fanclub-price-tobira.png") no-repeat;
  background-size: 45px 50px;
  display: block;
  width: 45px;
  height: 50px;
  position: absolute;
  top: -50px;
  left: 40px;
}
@media (max-width: 767px) {
  .page-fanclub .top-price-madori {
    padding: 24px;
  }
}
.page-fanclub .top-price-contents-title {
  margin: 0 0 8px;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .page-fanclub .top-price-contents-title {
    font-size: 1.1rem;
  }
}
.page-fanclub .top-price-contents-price {
  margin: 0 0 12px;
}
.page-fanclub .top-price-contents-desc {
  font-size: 0.9rem;
  text-align: left;
  margin: 20px 0 0 0;
}
.page-fanclub .top-price-contents-note {
  font-size: 0.8rem;
}
.page-fanclub .top-price-btn {
  padding: 8px 32px;
  font-size: 0.9rem;
}
.page-fanclub .top-faq-title {
  font-size: 1.4rem;
  text-align: center;
  font-family: "Montserrat", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 0 20px;
}
.page-fanclub .top-faq-title:before {
  display: block;
  font-size: 3rem;
  line-height: 1.4;
}
.page-fanclub .top-faq-title:before {
  content: "🔍";
}
.page-fanclub .top-faq-list {
  max-width: 600px;
  margin: 0 auto;
  list-style: none;
}
.page-fanclub .top-faq-list > li {
  margin: 0 0 2em;
}
.page-fanclub .top-faq-list h3 {
  font-size: 1.2rem;
  margin: 0 0 0.5em;
}