@charset "UTF-8";
/*
 libraries
-------------------------------------------------- */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  src: url("/files/user/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/files/user/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/files/user/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/files/user/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/files/user/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/files/user/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal; }

.fa {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  margin-left: 2.14286em;
  padding-left: 0;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  top: 0.14286em;
  left: -2.14286em;
  width: 2.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible; }

/*
 * jQuery FlexSlider v2.6.4
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  src: url("/files/user/fonts/flexslider/flexslider-icon.eot");
  src: url("/files/user/fonts/flexslider/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("/files/user/fonts/flexslider/flexslider-icon.woff") format("woff"), url("/files/user/fonts/flexslider/flexslider-icon.ttf") format("truetype"), url("/files/user/fonts/flexslider/flexslider-icon.svg#flexslider-icon") format("svg");
  font-family: 'flexslider-icon';
  font-style: normal;
  font-weight: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  -webkit-backface-visibility: hidden;
  display: none; }

.flexslider .slides img {
  display: block;
  width: 100%; }

.flexslider .slides:after {
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  content: "\0020";
  visibility: hidden; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  zoom: 1;
  position: relative;
  margin: 0 0 60px;
  background: #fff; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  -moz-user-select: none;
  height: auto; }

.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  max-height: 2000px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: block;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 10; }

.flex-direction-nav a:before {
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  font-family: "flexslider-icon";
  font-size: 40px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  left: 10px;
  opacity: 0.7; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  right: 10px;
  opacity: 0.7; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  cursor: default;
  filter: alpha(opacity=0);
  opacity: 0 !important;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 10px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  color: #000;
  cursor: pointer;
  opacity: 0.8;
  z-index: 10; }

.flex-pauseplay a:before {
  display: inline-block;
  font-family: "flexslider-icon";
  font-size: 20px;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center; }

.flex-control-nav li {
  zoom: 1;
  display: inline-block;
  *display: inline;
  margin: 0 6px; }

.flex-control-paging li a {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 20px;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  text-indent: -9999px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  cursor: pointer; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  position: static;
  margin: 5px 0 0;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  margin: 0;
  float: left; }

.flex-control-thumbs img {
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  opacity: .7;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  cursor: default;
  opacity: 1; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

/* Slider */
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none; }

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto; }
  .slick-track:before, .slick-track:after {
    display: table;
    content: ""; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/files/user/images/slickslider/loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  src: url("/files/user/fonts/slickslider/slick.eot");
  src: url("/files/user/fonts/slickslider/slick.eot?#iefix") format("embedded-opentype"), url("/files/user/fonts/slickslider/slick.woff") format("woff"), url("/files/user/fonts/slickslider/slick.ttf") format("truetype"), url("/files/user/fonts/slickslider/slick.svg#slick") format("svg");
  font-family: "slick";
  font-style: normal;
  font-weight: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 0.75; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    right: -25px;
    left: auto; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    right: auto;
    left: -25px; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px;
      border: 0;
      outline: none;
      background: transparent;
      color: transparent;
      font-size: 0px;
      line-height: 0px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        color: black;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        content: "•";
        opacity: 0.25; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*
 foundation
-------------------------------------------------- */
.icon-arrow-right.c-button:before, .icon-arrow-right.c-button--strong:before, .icon-arrow-right.c-button--disabled:before, .icon-arrow-right.c-button--return:before, .icon-arrow-left.c-button:after, .icon-arrow-left.c-button--strong:after, .icon-arrow-left.c-button--disabled:after, .icon-arrow-left.c-button--return:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto; }

/*
 * mixin用SCSS
 *
 */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes fade-in-flex {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: -ms-flexbox;
    display: flex;
    opacity: 0; }
  100% {
    display: -ms-flexbox;
    display: flex;
    opacity: 1; } }

@-webkit-keyframes fade-in-flex {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: flex;
    opacity: 0; }
  100% {
    display: flex;
    opacity: 1; } }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  /* 1 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/********************************************
		Common
********************************************/
*,
*:after,
*:before {
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.3; }

dd,
dl,
dt,
label,
ul,
ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a:hover {
  cursor: pointer; }

img {
  vertical-align: top; }

html {
  font-size: 62.5%; }

body,
html {
  width: 100%;
  height: 100%; }

body {
  min-height: 100vh;
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif, Meiryo, "MS PGothic", "MS UI Gothic", Helvetica, Arial;
  font-size: 15px;
  font-size: 1.5rem;
  word-break: break-word; }

button,
input,
optgroup,
select,
textarea {
  color: #333;
  font-family: inherit;
  font-size: 15px;
  font-size: 1.5rem; }

button,
input[type="button"],
input[type="submit"] {
  border: none; }

iframe {
  vertical-align: top; }

/*
 layout
-------------------------------------------------- */
.l-container {
  position: relative; }
  .l-container--huge {
    position: relative;
    width: 100%;
    margin: 0 auto; }
  .l-container--large {
    position: relative; }
  .l-container--middle {
    position: relative; }
  .l-container--single {
    position: relative; }
  .l-container--main {
    position: relative; }
  .l-container--side {
    position: relative; }
  .l-container--wrap {
    padding-right: 20px;
    padding-left: 20px; }

.p-lp__footer {
  margin-top: auto;
  background-color: #fff; }

.p-lp__footer__search__heading {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold; }

.p-lp__footer__search__list + .p-lp__footer__search__list {
  margin-top: 15px; }

.p-lp__footer__search__title {
  background-color: #ebf4fa;
  font-weight: bold; }

.p-lp__footer__search__link {
  display: -ms-flexbox;
  display: flex; }

.p-lp__footer__search__link__item {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 12px;
  font-size: 1.2rem; }
  .p-lp__footer__search__link__item:not(:last-child) {
    margin-right: 15px; }

.p-lp__footer__search__link a {
  color: #333;
  font-size: 11px;
  font-size: 1.1rem;
  transition: .4s color; }
  .p-lp__footer__search__link a:hover {
    color: #1784b8; }

.p-lp__footer__nav__list {
  display: -ms-flexbox;
  display: flex; }

.p-lp__footer__nav a {
  color: #333;
  transition: .4s color; }
  .p-lp__footer__nav a:hover {
    color: #1784b8; }

.p-lp__footer__copyright {
  padding: 10px 0;
  background-color: #1784b8;
  color: #b0d3e7;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1; }

.p-lp__header {
  position: relative;
  height: auto;
  z-index: 100; }

.p-lp__header__logo {
  position: absolute;
  top: 20px;
  left: 20px; }

/*
 object
-------------------------------------------------- */
/* component --------------------------- */
/*
---
name: base button
category:
 - component/button
tag:
 - base
 - button
---

## This is base button

* Base button style.
* Use `a` or `button` tag.

```html
<div>
  <button class="c-button">ボタン</button>
  <button class="c-button icon-arrow-right">ボタン</button>
  <button class="c-button icon-arrow-left">ボタン</button>
</div>
<div>
  <button class="c-button--strong">強調ボタン</button>
  <button class="c-button--strong icon-arrow-right">強調ボタン</button>
  <button class="c-button--strong icon-arrow-left">強調ボタン</button>
</div>
<div>
  <button class="c-button--disabled">非活性ボタン</button>
  <button class="c-button--disabled icon-arrow-right">非活性ボタン</button>
  <button class="c-button--disabled icon-arrow-left">非活性ボタン</button>
</div>
<div>
  <button class="c-button--return">戻るボタン</button>
  <button class="c-button--return icon-arrow-right">戻るボタン</button>
  <button class="c-button--return icon-arrow-left">戻るボタン</button>
</div>
```
*/
.icon-arrow-right.c-button:before, .icon-arrow-right.c-button--strong:before, .icon-arrow-right.c-button--disabled:before, .icon-arrow-right.c-button--return:before, .icon-arrow-left.c-button:after, .icon-arrow-left.c-button--strong:after, .icon-arrow-left.c-button--disabled:after, .icon-arrow-left.c-button--return:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold; }

.c-button, .c-button--strong, .c-button--disabled, .c-button--return {
  display: inline-block;
  position: relative;
  padding: 1em 2em;
  border-radius: 4px;
  background-color: #1581b6;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.15;
  cursor: pointer;
  transition: 0.3s; }
  .icon-arrow-right.c-button:before, .icon-arrow-right.c-button--strong:before, .icon-arrow-right.c-button--disabled:before, .icon-arrow-right.c-button--return:before {
    right: 12px;
    content: ""; }
  .icon-arrow-left.c-button:after, .icon-arrow-left.c-button--strong:after, .icon-arrow-left.c-button--disabled:after, .icon-arrow-left.c-button--return:after {
    left: 12px;
    content: ""; }
  .c-button:hover, .c-button--strong:hover, .c-button--disabled:hover, .c-button--return:hover {
    opacity: .7; }

.c-button--strong {
  font-weight: bold; }

.c-button--disabled {
  background-color: #bbb;
  pointer-events: none; }

.c-button--return {
  border: solid 1px #1581b6;
  background-color: #fff;
  color: #1581b6; }
  .c-button--return:hover {
    background-color: #e6e6e6; }

.c-button__outer {
  margin: 20px auto;
  text-align: center; }
  .c-button__outer button {
    margin: 0 10px; }

/*
---
name: Error MessageBox
category:
 - component/form/error
---

```html
<div class="c-form-errorBox">
    <div class="c-form-errorBox__heading">
        <i class="fa fa-exclamation-triangle fa-2x"></i>エラーが発生しました。
    </div>
    <ul class="c-form-errorBox__list">
        <li>お名前は必ず入力してください。</li>
        <li>・お名前は必ず入力してください。</li>
        <li>※ お名前は必ず入力してください。</li>
    </ul>
</div>
```
*/
.c-form-errorBox {
  width: 100%;
  margin: 20px auto;
  padding: 20px;
  border: 2px solid #D91E10;
  background-color: rgba(217, 30, 16, 0.1);
  color: #D91E10; }

.c-form-errorBox__heading {
  padding-left: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }
  .c-form-errorBox__heading i {
    margin-right: 10px;
    vertical-align: middle; }

.c-form-errorBox__list {
  margin-top: 20px; }
  .c-form-errorBox__list li {
    margin-top: 10px; }

/*
---
name: Error Message
category:
- component/form/error
---

```html
<div class="c-form__inner">
    <input type="text" name="" value="" class="c-form-input" placeholder="テキストを入力してください。">
    <div class="c-form-error__msg">
        ※ お名前は必ず入力してください。
    </div>
</div>
```
*/
.c-form-error__msg {
  display: block;
  margin-top: 10px;
  color: #D91E10; }

/*
---
name: Required
category:
 - component/form
---

```html
<div class="c-form">
    項目<span class="c-form-required">（必須）</span>
</div>
```
*/
.c-form-required {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold; }

/*
---
name: Policy Agree
category:
 - component/form
---

```html
<div class="c-form-policyAgree">
  <div class="c-form-policyAgree__contents">
    <h2 class="c-heading--lv2">個人情報保護方針</h2>
    <p>ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー</p>

    <h3 class="c-heading--lv3">１．個人情報に関する個人の尊重</h3>
    <p>ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー</p>

    <p class="c-text--align-right">XXXX年XX月XX日</p>
  </div>
  <p class="c-form-policyAgree__check"><label><input type="checkbox" name="" value="" class="c-form-toggle__checkbox" data-js="privacyAgreeCheck"> 個人情報保護方針に同意する</label></p>
</div>
<div class="c-button__outer">
  <button class="c-button--disabled" type="submit" data-js="privacyAgreeSubmit">確認</button>
</div>
```
*/
.c-form-policyAgree {
  margin: 30px auto; }
  .c-form-policyAgree__contents {
    height: 300px;
    margin: 0 auto 30px;
    overflow-y: auto;
    border: 1px solid #ccc; }
  .c-form-policyAgree__check {
    text-align: center; }

/*
---
name: Heading h1
category:
 - component/typography/heading
---

## h1

```html
<h1 class="c-heading--lv1">h1テキストh1テキストh1テキストh1テキストh1テキストh1テキストh1テキストh1テキスト</h1>

<article class="c-article">
	<h1>h1テキストh1テキストh1テキストh1テキスト</h1>
</article>

```
*/
.c-heading--lv1, .c-article h1 {
  color: #1581b6;
  line-height: 1.2; }

/*
---
name: Heading h2
category:
 - component/typography/heading
---

## h2

```html
<h2 class="c-heading--lv2">h2テキストh2テキストh2テキストh2テキストh2テキストh2テキストh2テキストh2テキスト</h2>

<article class="c-article">
	<h2>h2テキストh2テキストh2テキストh2テキスト</h2>
</article>

```
*/
.c-heading--lv2, .c-article h2 {
  font-weight: bold;
  line-height: 1.4; }
  .c-heading--lv2::before, .c-article h2::before {
    display: inline-block;
    background: url(/files/user/images/common/symbol-heading.svg?v=1535517292) no-repeat center center/100% auto;
    content: ""; }

/*
---
name: Heading h3
category:
 - component/typography/heading
---

## h3

```html
<h3 class="c-heading--lv3">h3テキストh3テキストh3テキストh3テキストh3テキストh3テキストh3テキストh3テキストh3テキスト</h3>

<article class="c-article">
	<h3>h3テキストh3テキストh3テキストh3テキスト</h3>
</article>

```
*/
.c-heading--lv3, .c-article h3 {
  background-color: #1581b6;
  color: #fff;
  line-height: 1.4; }

/*
---
name: Heading h4
category:
 - component/typography/heading
---

## h4

```html
<h4 class="c-heading--lv4">h4テキストh4テキストh4テキストh4テキストh4テキストh4テキストh4テキストh4テキスト</h4>

<article class="c-article">
	<h4>h4テキストh4テキストh4テキストh4テキスト</h4>
</article>

```
*/
.c-heading--lv4, .c-article h4 {
  border-left: 4px solid #1581b6;
  color: #1581b6;
  line-height: 1.4; }

.c-list__link {
  color: #333;
  text-decoration: none; }
  .c-list__link--line {
    text-decoration: underline; }
  .c-list__link:hover {
    color: #1581b6; }
  .c-list__link--icon::before {
    display: inline-block;
    margin-right: 5px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #1581b6;
    content: "";
    vertical-align: 1px; }

.c-list--noflex .c-list__item:not(:first-child) {
  margin-top: 7px; }

.c-list--flex {
  display: -ms-flexbox;
  display: flex; }
  .c-list--flex .c-list__item:not(:last-child) {
    margin-right: 14px; }

/*
---
name: Modal
category:
 - component/js/modal
---

```html
<div class="c-modal">
  <div class="c-modal__bg"></div>
  <div class="c-modal__contents">
    <div class="c-modal__contents__item" data-js="modal-contents" data-modal-content="1">
      <div class="c-modal__contents__item__inner">
        <p><img src="https://dummyimage.com/850x400/333/fff" alt=""><br>テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト</p>
        <button type="button" data-js="modal-apply">モーダル内の特定のボタンを押下したらモーダルを閉じる</button>
      </div>
    </div>
    <div class="c-modal__contents__item" data-js="modal-contents" data-modal-content="2">
      <div class="c-modal__contents__item__inner">
        <p>ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー</p>
        <button type="button" data-js="modal-apply">モーダル内の特定のボタンを押下したらモーダルを閉じる</button>
      </div>
    </div>
    <div class="c-modal__contents__item" data-js="modal-contents" data-modal-content="3">
      <div class="c-modal__contents__item__inner">
        <p>テストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテスト</p>
        <button type="button" data-js="modal-apply">モーダル内の特定のボタンを押下したらモーダルを閉じる</button>
      </div>
    </div>
    <div class="c-modal__close" data-js="modal-close"></div>
  </div>
</div>
<button type="button" data-js="modal-open" data-modal="1">モーダル1を開く</button>
<button type="button" data-js="modal-open" data-modal="2">モーダル2を開く</button>
<button type="button" data-js="modal-open" data-modal="3">モーダル3を開く</button>
```
*/
.is-overflow-y {
  overflow-y: hidden; }

.c-modal {
  display: none;
  position: relative;
  z-index: 9100; }
  .c-modal.is-open {
    display: block; }
  .c-modal__bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9000; }
  .c-modal__contents {
    position: fixed;
    top: 50%;
    left: 50%;
    max-height: 95%;
    padding: 30px;
    overflow-y: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background-color: #fff; }
    .c-modal__contents__item {
      display: none; }
      .c-modal__contents__item.is-active {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; }
  .c-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 9200; }
    .c-modal__close:hover {
      opacity: 0.7; }
    .c-modal__close:after, .c-modal__close:before {
      display: block;
      position: absolute;
      top: 10px;
      left: 0;
      height: 1px;
      background: #000;
      content: ""; }
    .c-modal__close:before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .c-modal__close:after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

/*
---
name: Pager
category:
 - component/topics/pager
---

```html
<ul class="c-pager">
	<li class="c-pager__item c-pager__control"><a class="c-pager__link" href="/DUMMY"><i class="c-pager__icon fa fa-angle-double-left"></i></a></li>
	<li class="c-pager__item c-pager__control"><a class="c-pager__link" href="/DUMMY"><i class="c-pager__icon fa fa-angle-left"></i></a></li>
	<li class="c-pager__item"><a class="c-pager__link" href="/DUMMY">1</a></li>
	<li class="c-pager__item"><a class="c-pager__link is-current" href="/DUMMY">2</a></li>
	<li class="c-pager__item"><a class="c-pager__link" href="/DUMMY">3</a></li>
	<li class="c-pager__item"><a class="c-pager__link" href="/DUMMY">4</a></li>
	<li class="c-pager__item"><a class="c-pager__link" href="/DUMMY">5</a></li>
	<li class="c-pager__item c-pager__control"><a class="c-pager__link" href="/DUMMY"><i class="c-pager__icon fa fa-angle-right"></i></a></li>
	<li class="c-pager__item c-pager__control"><a class="c-pager__link" href="/DUMMY"><i class="c-pager__icon fa fa-angle-double-right"></i></a></li>
</ul>
```
*/
.c-pager {
  letter-spacing: -0.5em;
  text-align: center; }

.c-pager__item {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top; }
  .c-pager__item:not(:first-child) {
    margin-left: 10px; }

.c-pager__link {
  display: block;
  border: 1px solid #ccc;
  background-color: #fff;
  transition: .4s border, .4s background-color, .4s color; }
  .c-pager__link:hover, .c-pager__link.is-current {
    border-color: #1581b6;
    background-color: #1581b6;
    color: #fff; }

/*
---
name: Slider（flexslider）
category:
 - component/js/slider
---

```html
<div class="c-slider flexslider" data-js="flexslider">
  <ul class="c-slider__inner slides">
    <li class="c-slider__item">
      <picture>
        <source media="(max-width: 768px)" srcset="/files/user/images/flexslider/flexslider_01.jpg?v=">
        <img src="/files/user/images/flexslider/flexslider_01.jpg?v=" alt="">
      </picture>
    </li>
    <li class="c-slider__item">
      <picture>
        <source media="(max-width: 768px)" srcset="/files/user/images/flexslider/flexslider_02.jpg?v=">
        <img src="/files/user/images/flexslider/flexslider_02.jpg?v=" alt="">
      </picture>
    </li>
    <li class="c-slider__item">
      <picture>
        <source media="(max-width: 768px)" srcset="/files/user/images/flexslider/flexslider_03.jpg?v=">
        <img src="/files/user/images/flexslider/flexslider_03.jpg?v=" alt="">
      </picture>
    </li>
    <li class="c-slider__item">
      <picture>
        <source media="(max-width: 768px)" srcset="/files/user/images/flexslider/flexslider_04.jpg?v=">
        <img src="/files/user/images/flexslider/flexslider_04.jpg?v=" alt="">
      </picture>
    </li>
  </ul>
</div>
```
*/

/*
---
name: Slider（slickslider）
category:
 - component/js/slider
---

```html
<div class="c-slickslider">
  <div>
    <a href="/dummy/"><img src="/files/user/images/600x400.png?v="></a>
  </div>
  <div>
    <a href="/dummy/"><img src="/files/user/images/600x400.png?v="></a>
  </div>
  <div>
    <a href="/dummy/"><img src="/files/user/images/600x400.png?v="></a>
  </div>
</div>
```
*/
.c-slickslider img {
  width: 100%; }

.c-slickslider .slick-arrow:before {
  color: #000; }

/*
---
name: Tab
category:
 - component/js/tab
---

```html
<div class="c-tab">
	<div class=c-tab__nav>
		<button class="c-tab__nav__item is-active" data-tab="1" data-js="change-tab">タブ1</button>
		<button class="c-tab__nav__item" data-tab="2" data-js="change-tab">タブ2</button>
		<button class="c-tab__nav__item" data-tab="3" data-js="change-tab">タブ3</button>
	</div>
	<div class="c-tab__content__outer">
		<div class="c-tab__content" data-tab-content="1">
			<div class="c-tab__content__inner">
				タブ1内容タブ1内容タブ1内容<br>
				タブ1内容タブ1内容タブ1内容<br>
				タブ1内容タブ1内容タブ1内容<br>
				タブ1内容タブ1内容タブ1内容<br>
				タブ1内容タブ1内容タブ1内容<br>
				タブ1内容タブ1内容タブ1内容<br>
				タブ1内容タブ1内容タブ1内容
			</div>
		</div>
		<div class="c-tab__content" data-tab-content="2">
			<div class="c-tab__content__inner">
				タブ2内容タブ2内容タブ2内容<br>
				タブ2内容タブ2内容タブ2内容<br>
				タブ2内容タブ2内容タブ2内容
			</div>
		</div>
		<div class="c-tab__content" data-tab-content="3">
			<div class="c-tab__content__inner">
				タブ3内容タブ3内容タブ3内容<br>
				タブ3内容タブ3内容タブ3内容<br>
				タブ3内容タブ3内容タブ3内容<br>
				タブ3内容タブ3内容タブ3内容<br>
				タブ3内容タブ3内容タブ3内容<br>
				タブ3内容タブ3内容タブ3内容<br>
				タブ3内容タブ3内容タブ3内容<br>
				タブ3内容タブ3内容タブ3内容<br>
				タブ3内容タブ3内容タブ3内容<br>
				タブ3内容タブ3内容タブ3内容<br>
				タブ3内容タブ3内容タブ3内容<br>
				タブ3内容タブ3内容タブ3内容<br>
				タブ3内容タブ3内容タブ3内容
			</div>
		</div>
	</div>
</div>
```
*/
.c-tab__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.c-tab__count {
  text-align: center; }

.c-tab__count__inner {
  display: none; }
  .c-tab__count__inner.is-active {
    display: block; }

.c-tab__count--main {
  font-weight: bold; }

.c-tab__count--sub {
  font-weight: bold; }

.c-tab {
  display: -ms-flexbox;
  display: flex; }
  .c-tab__item {
    position: relative;
    outline: none;
    background-color: #f2f2f2;
    cursor: pointer;
    transition: .4s background-color, .4s color, .4s font-size; }
    .c-tab__item.is-active {
      background-color: #1581b6;
      color: #fff; }
    .c-tab__item:nth-child(2)::before {
      display: block;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      border-radius: 5px;
      background-color: #e24141;
      color: #fff;
      line-height: 1.1;
      content: "並び替えできます"; }
    .c-tab__item:nth-child(2)::after {
      display: inline-block;
      position: absolute;
      top: -6px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      border-top: 5px solid #e24141;
      border-right: 6px solid transparent;
      border-left: 6px solid transparent;
      content: ""; }

.c-tab__content {
  display: none;
  position: relative;
  background-color: #fff;
  z-index: 0; }
  .c-tab__content.is-active {
    display: block;
    z-index: 100; }
  .c-tab__content__inner {
    padding: 1em; }

/*
---
name: Table simple (table tag)
category:
 - component/table
---

```html
<table class="c-table">
    <tbody>
        <tr>    
            <th>見出しが入ります</th>
            <td>テキストが入りますテキストが入りますテキストが入ります</td>
        </tr>
        <tr>    
            <th>見出しが入ります</th>
            <td>テキストが入りますテキストが入りますテキストが入ります</td>
        </tr>
    </tbody>
</table>
```
*/
.c-table th, .c-table td, .c-table--dl dt, .c-table--dl dd, .c-table--scroll th, .c-table--scroll td {
  padding: 8px 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left; }

.c-table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-collapse: collapse; }
  .c-table th {
    background-color: #f2f2f2;
    font-weight: normal; }

/*
---
name: Table simple (dl tag)
category:
- component/table
---

```html
<div class="c-table--dl">
    <dl>
        <dt>見出しが入ります</dt>
        <dd>テキストが入りますテキストが入りますテキストが入ります</dd>
    </dl>
    <dl>
        <dt>見出しが入ります</dt>
        <dd>テキストが入りますテキストが入りますテキストが入ります</dd>
    </dl>
</div>
```
*/
.c-table--dl dl {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .c-table--dl dl:first-of-type {
    border-top: 1px solid #ccc; }

.c-table--dl dt {
  color: #1581b6;
  font-weight: bold; }

/*
---
name: Table scroll
category:
- component/table
---

```html
<table class="c-table--scroll">
    <thead>
        <tr>
            <th>見出しその1</th>
            <th>見出しその2</th>
            <th>見出しその3</th>
            <th>見出しその4</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <th>見出しが入ります</th>
            <td>テキストが入りますテキストが入ります</td>
            <td>テキストが入りますテキストが入ります</td>
            <td>テキストが入りますテキストが入ります</td>
        </tr>
        <tr>
            <th>見出しが入ります</th>
            <td>テキストが入りますテキストが入りますテキストが入りますテキストが入りますテキストが入りますテキストが入ります</td>
            <td>テキストが入りますテキストが入ります</td>
            <td>テキストが入りますテキストが入ります</td>
        </tr>
        <tr>
            <th>見出しが入ります</th>
            <td>テキストが入りますテキストが入りますテキストが入りますテキストが入りますテキストが入りますテキストが入ります</td>
            <td>テキストが入りますテキストが入ります</td>
            <td>テキストが入りますテキストが入ります</td>
        </tr>
    </tbody>
</table>
```
*/
.c-table--scroll {
  width: 100%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-collapse: collapse; }

.c-table--scroll th {
  background-color: #f2f2f2;
  font-weight: normal; }

/*
---
name: Text
category:
 - component/typography/text
---

## テキスト

```html
<p class="c-text">テキストが入ります。テキストが入ります。テキストが入ります。<br>テキストが入ります。テキストが入ります。</p>

<article class="c-article">
	<p>テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。</p>
	<p>テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。</p>
</article>
```
*/
.c-text, .c-article p {
  margin: 10px 0; }

/*
---
name: highlighted Text 
category:
 - component/typography/text
---

## テキスト

```html
<p class="c-text--highlighted">テキストが入ります。テキストが入ります。テキストが入ります。<br>テキストが入ります。テキストが入ります。</p>

<article class="c-article">
	<p>
		テキストが入ります。<strong>テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。</strong>
		<br>テキストが<em>入ります。</em>テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。<em>テキストが入ります。</em>
	</p>
</article>
```
*/
.c-text--highlighted, .c-article strong, .c-article em {
  font-style: normal;
  font-weight: bold; }

/*
---
name: align Text 
category:
 - component/typography/text
---

## テキスト位置

```html
<p class="c-text c-text--align-right">テキストが入ります。テキストが入ります。テキストが入ります。<br>テキストが入ります。テキストが入ります。</p>
<p class="c-text c-text--align-center">テキストが入ります。テキストが入ります。テキストが入ります。<br>テキストが入ります。テキストが入ります。</p>
<p class="c-text c-text--align-left">テキストが入ります。テキストが入ります。テキストが入ります。<br>テキストが入ります。テキストが入ります。</p>

```
*/
.c-text--align-right {
  text-align: right; }

.c-text--align-center {
  text-align: center; }

.c-text--align-left {
  text-align: left; }

/*
---
name: TopicsList
category:
 - component/topics/topicsList
---

```html
<ul class="c-topics__list">
	<li class="c-topics__item">
		<time class="c-topics__date" datetime="YYYY-mm-dd">2017.10.19</time>
		<div class="c-topics__label">カテゴリ</div>
		<div class="c-topics__title"><a href="/DUMMY">記事タイトルが入ります。記事タイトルが入ります。</a></div>
	</li>
	<li class="c-topics__item">
		<time class="c-topics__date" datetime="YYYY-mm-dd">2017.10.19</time>
		<div class="c-topics__label">カテゴリ</div>
		<div class="c-topics__title"><a href="/DUMMY">記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。記事タイトルが入ります。</a></div>
	</li>
	<li class="c-topics__item">
		<time class="c-topics__date" datetime="YYYY-mm-dd">2017.10.19</time>
		<div class="c-topics__label">カテゴリ</div>
		<div class="c-topics__title"><a href="/DUMMY">記事タイトルが入ります。記事タイトルが入ります。</a></div>
	</li>
	<li class="c-topics__item">
		<time class="c-topics__date" datetime="YYYY-mm-dd">2017.10.19</time>
		<div class="c-topics__label">カテゴリ</div>
		<div class="c-topics__title"><a href="/DUMMY">記事タイトルが入ります。記事タイトルが入ります。</a></div>
	</li>
	<li class="c-topics__item">
		<time class="c-topics__date" datetime="YYYY-mm-dd">2017.10.19</time>
		<div class="c-topics__label">カテゴリ</div>
		<div class="c-topics__title"><a href="/DUMMY">記事タイトルが入ります。記事タイトルが入ります。</a></div>
	</li>
</ul>
```
*/

.c-topics__item {
  border: 1px solid #ccc;
  border-radius: 5px; }

.c-topics__heading {
  border-radius: 4px;
  background-color: #f2f2f2;
  font-weight: bold; }

.c-topics__main {
  display: -ms-flexbox;
  display: flex; }

.c-topics__picture {
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.c-topics__picture__main {
  position: relative; }
  .c-topics__picture__main img {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.c-topics__picture__item {
  position: relative;
  background-color: #eee; }

.c-topics__picture__inner {
  display: block; }

.c-topics__picture .flex-control-thumbs {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  bottom: 0;
  margin-top: 1px;
  background-color: #eee; }

.c-topics__picture .flex-control-thumbs li {
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 30.5%;
  background-color: #fff; }
  .c-topics__picture .flex-control-thumbs li:not(:first-child) {
    margin-left: 4.25%; }

.c-topics__picture .flex-control-thumbs [src*="icon_nophoto.png"] {
  width: 40%; }

.c-topics__icon {
  fill: #fff;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #1581b6;
  z-index: 10; }

.c-topics__text {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.c-topics__tag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }

.c-topics__tag__item {
  border: 2px solid #1581b6;
  color: #1581b6;
  font-weight: bold;
  line-height: 1.1; }
  .c-topics__tag__item.-campaign {
    border-color: #f0ac29;
    background-color: #f0ac29;
    color: #fff; }
  .c-topics__tag__item.-new {
    border-color: #ba0f0f;
    background-color: #ba0f0f;
    color: #fff; }

.c-topics__co-mitLink {
  width: 100%;
  margin-top: 10px; }

.c-topics__co-mitLink__banner {
  display: inline-block; }

.c-topics__co-mitLink img {
  width: 100%; }

.c-topics__purpose__heading {
  position: relative;
  font-weight: bold;
  line-height: 1.1;
  text-align: center; }
  .c-topics__purpose__heading::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #333;
    content: "";
    z-index: -1; }

.c-topics__purpose__heading__inner {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff; }

.c-topics__purpose__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }

.c-topics__purpose__item {
  overflow: hidden;
  border-radius: 5px; }

.c-topics__purpose__link {
  display: block;
  position: relative;
  transition: .4s opacity; }
  .c-topics__purpose__link:hover {
    opacity: .7; }
  .c-topics__purpose__link::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    z-index: 1; }

.c-topics__purpose__title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
  z-index: 2; }

.c-topics__purpose img {
  max-width: 100%; }

/*
---
name: TopicsList
category:
 - component/topics/topicsList
---

```html
<ul class="c-topics__card__list">
	<li class="c-topics__card__item">
		<a class="c-topics__card__link" href="/DUMMY">
			<div class="c-topics__card__picture"><img src="/files/user/images/600x400.png?v=" alt="dummy picture"></div>
			<div class="c-topics__card__contents">
				<div class="c-topics__label">カテゴリ</div>
				<time class="c-topics__date c-topics__card__date" datetime="YYYY-mm-dd">2017.10.19</time>
				<div class="c-topics__title">記事タイトルが入ります。記事タイトルが入ります。</div>
			</div>
		</a>
	</li>
	<li class="c-topics__card__item">
		<a class="c-topics__card__link" href="/DUMMY">
			<div class="c-topics__card__picture"><img src="/files/user/images/600x400.png?v=" alt="dummy picture"></div>
			<div class="c-topics__card__contents">
				<div class="c-topics__label">カテゴリ</div>
				<time class="c-topics__date c-topics__card__date" datetime="YYYY-mm-dd">2017.10.19</time>
				<div class="c-topics__title">記事タイトルが入ります。記事タイトルが入ります。</div>
			</div>
		</a>
	</li>
	<li class="c-topics__card__item">
		<a class="c-topics__card__link" href="/DUMMY">
			<div class="c-topics__card__picture"><img src="/files/user/images/600x400.png?v=" alt="dummy picture"></div>
			<div class="c-topics__card__contents">
				<div class="c-topics__label">カテゴリ</div>
				<time class="c-topics__date c-topics__card__date" datetime="YYYY-mm-dd">2017.10.19</time>
				<div class="c-topics__title">記事タイトルが入ります。記事タイトルが入ります。</div>
			</div>
		</a>
	</li>
	<li class="c-topics__card__item">
		<a class="c-topics__card__link" href="/DUMMY">
			<div class="c-topics__card__picture"><img src="/files/user/images/600x400.png?v=" alt="dummy picture"></div>
			<div class="c-topics__card__contents">
				<div class="c-topics__label">カテゴリ</div>
				<time class="c-topics__date c-topics__card__date" datetime="YYYY-mm-dd">2017.10.19</time>
				<div class="c-topics__title">記事タイトルが入ります。記事タイトルが入ります。</div>
			</div>
		</a>
	</li>
</ul>
```
*/

.c-topics__card__link {
  display: block;
  transition: .4s opacity; }
  .c-topics__card__link:hover {
    opacity: .7; }

.c-topics__card__picture img {
  width: 100%; }

.c-topics__card__contents {
  background-color: #fafafa; }

.c-topics__card__date {
  display: block;
  margin: 10px 0 5px; }

/* project ----------------------------- */

.p-detail__section .c-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.p-detail__section__search__hedding .c-heading--lv2, .p-detail__section__search__hedding .c-article h2, .c-article .p-detail__section__search__hedding h2 {
  margin-bottom: 0; }

.p-detail__section__search__hedding__link {
  color: #1581b6;
  text-decoration: none;
  transition: 0.3s; }
  .p-detail__section__search__hedding__link:hover {
    opacity: .7; }
  .p-detail__section__search__hedding__link > i {
    margin-right: 5px; }

.p-detail__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px; }

.p-detail__head__label--new, .p-detail__head__label--favorite, .p-detail__head__label--movie, .p-detail__head__label--virtual {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.p-detail__head__label--new {
  background-color: #ba0f0f;
  color: #fff; }

.p-detail__head__label--favorite {
  border: 1px solid #ffd800; }
  .p-detail__head__label--favorite i {
    color: #ffd800; }

.p-detail__head__label--movie {
  border: 1px solid #333;
  color: #333; }
  .p-detail__head__label--movie .symbol-movie {
    vertical-align: middle; }

.p-detail__head__label--virtual {
  border: 1px solid #333;
  color: #333; }
  .p-detail__head__label--virtual .symbol-virtual {
    vertical-align: middle; }

.p-detail__head__share__outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto; }

.p-detail__head__consideration {
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 1.1; }

.p-detail__head__consideration a {
  transition: .4s opacity; }
  .p-detail__head__consideration a:hover {
    opacity: .7; }

.p-detail__head__consideration__symbol {
  margin-right: 5px; }
  .add_bookmark .p-detail__head__consideration__symbol {
    color: #dbd7d5; }
  .delete_bookmark .p-detail__head__consideration__symbol {
    color: #ffd800; }

.p-detail__heading__type {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 10px;
  background-color: #1581b6;
  color: #fff;
  line-height: 1.1; }

.p-detail__tag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }

.p-detail__tag__item {
  background-color: #1581b6;
  color: #fff;
  line-height: 1.1; }

.p-detail__catch {
  color: #1581b6;
  font-weight: bold; }

.p-detail__photo__main {
  position: relative; }

.p-detail__photo__main__list {
  display: -ms-flexbox;
  display: flex; }

.p-detail__photo__main__item {
  display: none;
  position: relative;
  background-color: #f2f2f2;
  text-align: center; }

.p-detail__photo__main__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: left; }

.p-detail__photo__thumb {
  position: relative; }

.p-detail__photo__thumb__item {
  display: none;
  position: relative;
  background-color: #f2f2f2;
  text-align: center; }
  .p-detail__photo__thumb__item.flex-active-slide::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #1581b6;
    content: "";
    z-index: 2; }

.p-detail__photo__thumb .flex-direction-nav a::before {
  color: #fff;
  text-shadow: none; }

.p-detail__photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.p-detail__photo .flex-prev, .p-detail__photo .flex-next {
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
  line-height: 1.1;
  opacity: 1; }

.p-detail__photo .flex-prev {
  left: 0; }

.p-detail__photo .flex-next {
  right: 0; }

.p-detail__access__map {
  display: none; }
  .p-detail__access__map.is-current {
    display: block; }

.p-detail__access__map__change {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.p-detail__access__map__change__item + .p-detail__access__map__change__item {
  margin-left: 10px; }

.p-detail__access__map__change__link {
  border: 1px solid #1581b6;
  border-radius: 4px;
  background-color: #fff;
  color: #1581b6;
  line-height: 1.1;
  transition: .4s opacity; }
  .is-current .p-detail__access__map__change__link {
    background-color: #1581b6;
    color: #fff; }
  .p-detail__access__map__change__link:hover {
    text-decoration: none;
    opacity: .7; }

.p-detail__access__map__detail {
  margin-left: auto; }

.p-detail__access__map__detail__link {
  display: inline-block;
  border: 1px solid #333;
  border-radius: 4px;
  color: #333;
  line-height: 1.1;
  transition: .4s background-color, .4s color; }
  .p-detail__access__map__detail__link:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none; }

.p-detail__access__guide__title {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.1; }
  .p-detail__access__guide__title::before {
    display: inline-block;
    width: 8px;
    margin-right: 6px;
    background-color: #1581b6;
    content: "";
    vertical-align: middle; }

.p-detail__co-mitLink {
  text-align: center; }

.p-detail__co-mitLink__banner {
  display: inline-block;
  vertical-align: top; }

.p-detail__co-mitLink img {
  max-width: 100%; }

.p-detail__table th, .p-detail__table td {
  vertical-align: top; }

.p-detail__table td a {
  color: #1581b6; }
  .p-detail__table td a:hover {
    text-decoration: underline; }

.p-detail__relation__list {
  display: -ms-flexbox;
  display: flex; }

.p-detail__relation__title {
  position: relative;
  font-weight: bold; }
  .p-detail__relation__title::before {
    position: absolute;
    left: 0;
    background-color: #005ba9;
    content: ""; }

.p-detail__relation__access {
  margin-top: 5px; }

.p-detail__recommend {
  background-color: #f2f2f2; }

.p-detail__recommend__box--col2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.p-detail__recommend__box--col2 + .p-detail__recommend__box--col2 {
  margin-top: 7px; }

.p-detail__recommend__list {
  display: -ms-flexbox;
  display: flex; }

.p-detail__recommend__item {
  overflow: hidden;
  background-color: #fff; }

.p-detail__recommend__link {
  display: block;
  color: #333;
  text-decoration: none;
  transition: .4s opacity; }
  .p-detail__recommend__link:hover {
    opacity: .7; }

.p-detail__recommend__picture {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .p-detail__recommend__picture img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%; }

.p-detail__recommend__train, .p-detail__recommend__people {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: 10px;
  font-size: 11px;
  font-size: 1.1rem; }
  .p-detail__recommend__train::before, .p-detail__recommend__people::before {
    margin-right: 4px; }
  .p-detail__recommend__train.-ellipsis, .p-detail__recommend__people.-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.p-detail__recommend__price, .p-detail__recommend__people {
  font-size: 13px;
  font-size: 1.3rem; }
  .p-detail__recommend__price::before, .p-detail__recommend__people::before {
    margin-right: 4px; }

.p-detail__recommend__information {
  padding: 10px; }

.p-detail__recommend__title {
  color: #1581b6;
  font-weight: bold; }

.p-detail__recommend__access {
  max-width: 60%; }
  .p-detail__recommend__access.-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.p-detail__recommend__button {
  margin: 0 10px 10px; }

.p-detail__recommend__button a {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  text-align: center;
  text-decoration: none;
  transition: .3s background-color; }
  .p-detail__recommend__button a:hover {
    background-color: rgba(200, 200, 200, 0.2); }

.p-detail__recommend__notes-block {
  margin-bottom: 10px;
  margin-left: 10px; }

.p-detail__recommend__notes > li {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem; }
  .p-detail__recommend__notes > li::before {
    margin-right: 6px; }

.p-detail__floatingnav {
  width: 100%;
  background-color: #fafafa;
  box-shadow: 0 -2px 7px rgba(0, 0, 0, 0.1);
  transition: .4s bottom;
  z-index: 1000; }
  .p-detail__floatingnav.is-fixed {
    position: fixed;
    bottom: 0;
    left: 0; }

.p-detail__floatingnav__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

.p-detail__floatingnav__item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  .p-detail__floatingnav__item.-tel {
    cursor: pointer; }

.p-detail__floatingnav__button {
  display: block;
  width: 100%;
  text-align: center; }

.p-detail__floatingnav__button.-contact:hover {
  color: #fff; }

.p-detail__floatingnav__button.-homepage {
  background-color: #fff;
  color: #1581b6;
  transition: .4s opacity; }
  .p-detail__floatingnav__button.-homepage:hover {
    opacity: .7; }

.p-detail__floatingnav__button__symbol {
  font-weight: bold; }

.p-detail__floatingnav__tel {
  color: #1581b6;
  font-weight: bold;
  line-height: 1.1; }

.p-detail__floatingnav__notes {
  color: #1581b6; }

.p-detail__floatingnav__notes__emphasis {
  text-decoration: underline; }

.p-detail__phone {
  padding: 0;
  text-align: center; }

.p-detail__phone__number {
  padding: 15px 20px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold; }

.p-detail__phone__number__symbol {
  margin-right: 10px; }

.p-detail__phone__notes {
  padding: 0 20px 15px; }

.p-detail__phone__action {
  display: -ms-flexbox;
  display: flex; }

.p-detail__phone__action__item {
  width: 50%; }
  .p-detail__phone__action__item:first-child {
    padding: 15px;
    background-color: #eee;
    cursor: pointer; }

.p-detail__phone__action__link {
  display: block;
  padding: 15px;
  background-color: #1581b6;
  color: #fff; }

.p-detail__station-group + .p-detail__station-group {
  margin-top: 20px; }

.p-detail__station-group__name {
  font-weight: bold; }

.p-detail__station__list {
  margin-top: 6px; }
  .p-detail__station__list > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .p-detail__station__list__msg {
    margin-left: 3px;
    color: #6e6e6e;
    font-size: 12px; }

.p-building__heading {
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #1581b6;
  background: url(/files/user/images/common/bg-heading.svg?v=1535517292) no-repeat right top; }

.p-building__heading--main {
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  font-weight: bold; }

.p-building__virtual {
  padding: 8px 0;
  text-align: center; }

.p-building__virtual__button {
  display: inline-block;
  position: relative;
  border: 2px solid #1581b6;
  border-radius: 5px;
  color: #1581b6;
  font-weight: bold;
  transition: .4s opacity; }
  .p-building__virtual__button:hover {
    text-decoration: none;
    opacity: .7; }

.p-building__virtual__button::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/files/user/images/common/symbol-virtual.png?v=1524544831) no-repeat center center/100% auto;
  content: ""; }

.p-building__video {
  text-align: center; }

.p-building__news {
  border: 2px solid #edf5f9;
  border-radius: 5px; }

.p-building__news__heading {
  border-radius: 5px 5px 0 0;
  background-color: #edf5f9;
  font-weight: bold;
  line-height: 1.1; }

.p-building__news__heading__symbol {
  margin-right: 6px;
  color: #1581b6; }

.p-building__news__description {
  color: #1581b6;
  font-weight: bold; }

.p-building__campaign__item {
  background-color: #edf5f9; }
  .p-building__campaign__item + .p-building__campaign__item {
    margin-top: 10px; }

.p-building__campaign__title {
  font-weight: bold; }

.p-building__campaign__date__outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.p-building__campaign__label {
  margin-right: 10px;
  padding: 5px;
  border: 1px solid #1581b6;
  background-color: #fff;
  color: #1581b6;
  line-height: 1.1; }

.p-building__campaign__button {
  display: inline-block;
  position: relative;
  border-radius: 100vw;
  background-color: #1581b6;
  color: #fff;
  text-align: center;
  transition: .4s opacity; }
  .p-building__campaign__button:hover {
    color: #fff;
    text-decoration: none;
    opacity: .7; }

.p-building__campaign__button__icon {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.p-building__room__title__inner {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1; }

.p-building__room .c-table--scroll thead {
  background-color: #f2f2f2; }

.p-building__room .c-table--scroll th, .p-building__room .c-table--scroll td {
  padding: 5px; }

.p-building__room .c-table--scroll th.active {
  background-color: #edf5f9;
  color: #1581b6; }

.p-building__room .c-table--scroll td {
  vertical-align: top; }

.p-building__room thead tr:nth-child(1) th:nth-child(4) {
  text-align: center; }

.p-building__room .arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid #333;
  border-radius: 2px;
  z-index: 3; }
  .p-building__room .arrow::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    content: ""; }

.p-building__room .arrow.asc::before {
  border-bottom: 4px solid #333; }

.p-building__room .arrow.dsc::before {
  border-top: 4px solid #333; }

.p-building__room .active .arrow {
  border-color: #1581b6; }
  .p-building__room .active .arrow.asc::before {
    border-bottom-color: #1581b6; }
  .p-building__room .active .arrow.dsc::before {
    border-top-color: #1581b6; }

.p-building__room__title {
  color: #1581b6; }
  .p-building__room__title:hover {
    text-decoration: underline; }

.p-building__room__button__outer {
  margin-top: 5px; }

.p-building__room__button {
  display: inline-block;
  border-radius: 4px;
  background-color: #ec7a36;
  color: #fff;
  line-height: 1.1;
  transition: .4s opacity; }
  .p-building__room__button:hover {
    color: #fff;
    text-decoration: none;
    opacity: .7; }

.p-building__room__button__icon {
  margin-left: 5px; }

.p-building__comment__update {
  margin-top: 10px; }

.p-search__condition {
  background-color: #faf9f7; }

.p-search__condition__title {
  border-bottom: 1px solid #cecece; }

.p-search__condition__selected {
  width: 100%;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.-premium .p-buildinglist__heading {
  background-color: #edf5f9; }

.p-buildinglist__catch {
  margin-bottom: 10px;
  color: #1581b6;
  font-weight: bold; }
  .p-buildinglist__catch a {
    color: #1581b6;
    text-decoration: underline; }
    .p-buildinglist__catch a:hover {
      text-decoration: none; }

.p-buildinglist__access::after {
  display: block;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, #ccc, #ccc 1px, #fff 1px, #fff 2px);
  content: ""; }

.p-buildinglist__access__button {
  display: inline-block;
  border: 1px solid #ccc;
  color: #333;
  line-height: 1.1;
  transition: .4s opacity; }
  .p-buildinglist__access__button:hover {
    text-decoration: none;
    opacity: .6; }

.p-buildinglist__access__map {
  overflow: hidden; }

.p-buildinglist__access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.p-buildinglist__station__more {
  cursor: pointer; }
  .p-buildinglist__station__more:hover {
    color: #1581b6;
    text-decoration: underline; }

.p-buildinglist__news {
  border: 2px solid #edf5f9;
  border-radius: 5px; }

.p-buildinglist__news__heading {
  border-radius: 5px 5px 0 0;
  background-color: #edf5f9;
  color: #1581b6;
  line-height: 1.1; }

.p-buildinglist__news__heading__symbol {
  margin-right: 10px; }

.p-buildinglist__room__subject {
  margin-left: 5px; }
  .p-buildinglist__room__subject > i {
    margin-left: 4px;
    font-size: 10px; }

.p-buildinglist__room__bookmark {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1; }

.p-buildinglist__room__bookmark.add_bookmark {
  color: #dbd7d5; }

.p-buildinglist__room__bookmark.delete_bookmark {
  color: #ffd800; }

.p-buildinglist__room__bookmark i {
  cursor: pointer; }

.p-buildinglist__room__emphasis {
  font-weight: bold; }

.p-buildinglist__room__type {
  color: #aaa; }

.p-buildinglist__room__more {
  margin-top: 10px;
  border-radius: 5px;
  background-color: #333;
  color: #fff;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
  transition: .4s opacity; }
  .p-buildinglist__room__more:hover {
    opacity: .7; }

.p-navitime {
  min-height: 100%; }

.p-navitime__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100vh; }

.p-navitime #st-widget-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.p-room__heading__outer {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 2px solid #1581b6; }

.p-room__heading {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.p-room__heading--main {
  font-weight: bold; }

.p-room__heading__reservation__button {
  display: inline-block;
  border-radius: 4px;
  background-color: #ec7a36;
  color: #fff;
  font-weight: bold;
  transition: .4s opacity; }
  .p-room__heading__reservation__button:hover {
    color: #fff;
    text-decoration: none;
    opacity: .7; }

.p-room__heading__reservation__icon {
  font-weight: bold; }

.p-room__price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ccc;
  background-color: #fafafa; }

.p-room__price__title__icon {
  color: #1581b6; }

.p-room__price__description {
  color: #1581b6;
  font-weight: bold; }

.p-room__price__button__outer {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: auto; }

.p-room__price__button:hover {
  color: #fff; }

.p-room__campaign__item {
  border: 1px solid #ccc; }
  .p-room__campaign__item + .p-room__campaign__item {
    margin-top: 10px; }

.p-room__campaign__heading {
  border-bottom: 1px solid #ccc;
  background-color: #edf5f9; }

.p-room__campaign__title {
  font-weight: bold; }

.p-room__campaign__date__outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.p-room__campaign__label {
  margin-right: 10px;
  padding: 5px;
  border: 1px solid #1581b6;
  background-color: #fff;
  color: #1581b6;
  line-height: 1.1; }

.p-room__information__about {
  margin-top: 5px; }

.p-room__information__about__link {
  color: #333; }

.p-room__information__about__symbol {
  margin-right: 5px; }

.p-room__information__video {
  position: relative; }

.p-room__information__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.p-room__information__capacity {
  display: -ms-flexbox;
  display: flex; }

.p-room__information__capacity__row {
  text-align: center; }

.p-room__information__capacity__title {
  border-bottom: 1px solid #ccc;
  background-color: #edf5f9; }

.p-room__information__capacity__emphasis {
  font-weight: bold; }

.p-room__information__week {
  display: -ms-flexbox;
  display: flex; }

.p-room__information__week__row {
  text-align: center; }

.p-room__information__week__title {
  background-color: #edf5f9; }

.p-room__information__week__description {
  padding: 10px; }

.p-room__reservation {
  text-align: center; }

.p-room__reservation__button {
  display: inline-block;
  border-radius: 5px;
  background-color: #ec7a36;
  color: #fff;
  font-weight: bold;
  transition: .4s opacity; }
  .p-room__reservation__button:hover {
    color: #fff;
    text-decoration: none;
    opacity: .7; }
  .p-room__reservation__button__icon {
    font-weight: bold; }

.p-room__building__heading__outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.p-room__building__heading__link {
  display: inline-block;
  margin-left: auto;
  border: 1px solid #333;
  border-radius: 4px;
  color: #333;
  line-height: 1.1;
  transition: .4s background-color, .4s color; }
  .p-room__building__heading__link:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none; }

.p-room__equipment__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.p-room__equipment__item {
  border: 1px solid #ccc;
  color: #999;
  text-align: center; }
  .p-room__equipment__item.is-active {
    border-color: #1581b6;
    background-color: #edf5f9;
    color: #1581b6; }

.p-roomlist__sort {
  display: -ms-flexbox;
  display: flex; }

.p-roomlist__sort__list {
  display: -ms-flexbox;
  display: flex; }

.p-roomlist__sort__item {
  cursor: pointer; }
  .p-roomlist__sort__item + .p-roomlist__sort__item {
    margin-left: 20px; }
  .p-roomlist__sort__item.is-current a {
    color: #1581b6; }

.p-roomlist__sort__arrow {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  border: 1px solid #333;
  border-radius: 2px;
  vertical-align: -2px; }
  .p-roomlist__sort__arrow::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: ""; }

.is-current .p-roomlist__sort__arrow.asc {
  border-color: #1581b6; }

.p-roomlist__sort__arrow.asc::before {
  border-bottom: 5px solid #333; }
  .is-current .p-roomlist__sort__arrow.asc::before {
    border-bottom-color: #1581b6; }

.is-current .p-roomlist__sort__arrow.dsc {
  border-color: #1581b6; }

.p-roomlist__sort__arrow.dsc::before {
  border-top: 4px solid #333; }
  .is-current .p-roomlist__sort__arrow.dsc::before {
    border-top-color: #1581b6; }

.p-roomlist__favorite {
  margin-top: 10px;
  background-color: #f2f2f2;
  line-height: 1.1;
  text-align: center;
  cursor: pointer; }

.add_bookmark .p-roomlist__favorite__symbol {
  color: #dbd7d5; }

.delete_bookmark .p-roomlist__favorite__symbol {
  color: #ffd800; }

.p-roomlist__link {
  display: block;
  transition: .4s opacity; }
  .p-roomlist__link:hover {
    color: #333;
    opacity: .7; }

.p-roomlist__catch {
  color: #1581b6;
  font-weight: bold;
  line-height: 1.4; }

.p-roomlist__information {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.p-roomlist__information__title {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.p-roomlist__information__description {
  -ms-flex: 2 1 auto;
  flex: 2 1 auto; }

.p-roomlist__information__type {
  color: #aaa; }

/* utility ----------------------------- */

.u-ma-0 {
  margin: 0px !important; }

.u-mt-0 {
  margin-top: 0px !important; }

.u-mr-0 {
  margin-right: 0px !important; }

.u-mb-0 {
  margin-bottom: 0px !important; }

.u-ml-0 {
  margin-left: 0px !important; }

.u-pa-0 {
  padding: 0px !important; }

.u-pt-0 {
  padding-top: 0px !important; }

.u-pr-0 {
  padding-right: 0px !important; }

.u-pb-0 {
  padding-bottom: 0px !important; }

.u-pl-0 {
  padding-left: 0px !important; }

.u-ma-5 {
  margin: 5px !important; }

.u-mt-5 {
  margin-top: 5px !important; }

.u-mr-5 {
  margin-right: 5px !important; }

.u-mb-5 {
  margin-bottom: 5px !important; }

.u-ml-5 {
  margin-left: 5px !important; }

.u-pa-5 {
  padding: 5px !important; }

.u-pt-5 {
  padding-top: 5px !important; }

.u-pr-5 {
  padding-right: 5px !important; }

.u-pb-5 {
  padding-bottom: 5px !important; }

.u-pl-5 {
  padding-left: 5px !important; }

.u-ma-10 {
  margin: 10px !important; }

.u-mt-10 {
  margin-top: 10px !important; }

.u-mr-10 {
  margin-right: 10px !important; }

.u-mb-10 {
  margin-bottom: 10px !important; }

.u-ml-10 {
  margin-left: 10px !important; }

.u-pa-10 {
  padding: 10px !important; }

.u-pt-10 {
  padding-top: 10px !important; }

.u-pr-10 {
  padding-right: 10px !important; }

.u-pb-10 {
  padding-bottom: 10px !important; }

.u-pl-10 {
  padding-left: 10px !important; }

.u-ma-15 {
  margin: 15px !important; }

.u-mt-15 {
  margin-top: 15px !important; }

.u-mr-15 {
  margin-right: 15px !important; }

.u-mb-15 {
  margin-bottom: 15px !important; }

.u-ml-15 {
  margin-left: 15px !important; }

.u-pa-15 {
  padding: 15px !important; }

.u-pt-15 {
  padding-top: 15px !important; }

.u-pr-15 {
  padding-right: 15px !important; }

.u-pb-15 {
  padding-bottom: 15px !important; }

.u-pl-15 {
  padding-left: 15px !important; }

.u-ma-20 {
  margin: 20px !important; }

.u-mt-20 {
  margin-top: 20px !important; }

.u-mr-20 {
  margin-right: 20px !important; }

.u-mb-20 {
  margin-bottom: 20px !important; }

.u-ml-20 {
  margin-left: 20px !important; }

.u-pa-20 {
  padding: 20px !important; }

.u-pt-20 {
  padding-top: 20px !important; }

.u-pr-20 {
  padding-right: 20px !important; }

.u-pb-20 {
  padding-bottom: 20px !important; }

.u-pl-20 {
  padding-left: 20px !important; }

.u-ma-25 {
  margin: 25px !important; }

.u-mt-25 {
  margin-top: 25px !important; }

.u-mr-25 {
  margin-right: 25px !important; }

.u-mb-25 {
  margin-bottom: 25px !important; }

.u-ml-25 {
  margin-left: 25px !important; }

.u-pa-25 {
  padding: 25px !important; }

.u-pt-25 {
  padding-top: 25px !important; }

.u-pr-25 {
  padding-right: 25px !important; }

.u-pb-25 {
  padding-bottom: 25px !important; }

.u-pl-25 {
  padding-left: 25px !important; }

.u-ma-30 {
  margin: 30px !important; }

.u-mt-30 {
  margin-top: 30px !important; }

.u-mr-30 {
  margin-right: 30px !important; }

.u-mb-30 {
  margin-bottom: 30px !important; }

.u-ml-30 {
  margin-left: 30px !important; }

.u-pa-30 {
  padding: 30px !important; }

.u-pt-30 {
  padding-top: 30px !important; }

.u-pr-30 {
  padding-right: 30px !important; }

.u-pb-30 {
  padding-bottom: 30px !important; }

.u-pl-30 {
  padding-left: 30px !important; }

.u-ma-35 {
  margin: 35px !important; }

.u-mt-35 {
  margin-top: 35px !important; }

.u-mr-35 {
  margin-right: 35px !important; }

.u-mb-35 {
  margin-bottom: 35px !important; }

.u-ml-35 {
  margin-left: 35px !important; }

.u-pa-35 {
  padding: 35px !important; }

.u-pt-35 {
  padding-top: 35px !important; }

.u-pr-35 {
  padding-right: 35px !important; }

.u-pb-35 {
  padding-bottom: 35px !important; }

.u-pl-35 {
  padding-left: 35px !important; }

.u-ma-40 {
  margin: 40px !important; }

.u-mt-40 {
  margin-top: 40px !important; }

.u-mr-40 {
  margin-right: 40px !important; }

.u-mb-40 {
  margin-bottom: 40px !important; }

.u-ml-40 {
  margin-left: 40px !important; }

.u-pa-40 {
  padding: 40px !important; }

.u-pt-40 {
  padding-top: 40px !important; }

.u-pr-40 {
  padding-right: 40px !important; }

.u-pb-40 {
  padding-bottom: 40px !important; }

.u-pl-40 {
  padding-left: 40px !important; }

.u-ma-45 {
  margin: 45px !important; }

.u-mt-45 {
  margin-top: 45px !important; }

.u-mr-45 {
  margin-right: 45px !important; }

.u-mb-45 {
  margin-bottom: 45px !important; }

.u-ml-45 {
  margin-left: 45px !important; }

.u-pa-45 {
  padding: 45px !important; }

.u-pt-45 {
  padding-top: 45px !important; }

.u-pr-45 {
  padding-right: 45px !important; }

.u-pb-45 {
  padding-bottom: 45px !important; }

.u-pl-45 {
  padding-left: 45px !important; }

.u-ma-50 {
  margin: 50px !important; }

.u-mt-50 {
  margin-top: 50px !important; }

.u-mr-50 {
  margin-right: 50px !important; }

.u-mb-50 {
  margin-bottom: 50px !important; }

.u-ml-50 {
  margin-left: 50px !important; }

.u-pa-50 {
  padding: 50px !important; }

.u-pt-50 {
  padding-top: 50px !important; }

.u-pr-50 {
  padding-right: 50px !important; }

.u-pb-50 {
  padding-bottom: 50px !important; }

.u-pl-50 {
  padding-left: 50px !important; }

.u-ma-55 {
  margin: 55px !important; }

.u-mt-55 {
  margin-top: 55px !important; }

.u-mr-55 {
  margin-right: 55px !important; }

.u-mb-55 {
  margin-bottom: 55px !important; }

.u-ml-55 {
  margin-left: 55px !important; }

.u-pa-55 {
  padding: 55px !important; }

.u-pt-55 {
  padding-top: 55px !important; }

.u-pr-55 {
  padding-right: 55px !important; }

.u-pb-55 {
  padding-bottom: 55px !important; }

.u-pl-55 {
  padding-left: 55px !important; }

.u-ma-60 {
  margin: 60px !important; }

.u-mt-60 {
  margin-top: 60px !important; }

.u-mr-60 {
  margin-right: 60px !important; }

.u-mb-60 {
  margin-bottom: 60px !important; }

.u-ml-60 {
  margin-left: 60px !important; }

.u-pa-60 {
  padding: 60px !important; }

.u-pt-60 {
  padding-top: 60px !important; }

.u-pr-60 {
  padding-right: 60px !important; }

.u-pb-60 {
  padding-bottom: 60px !important; }

.u-pl-60 {
  padding-left: 60px !important; }

.u-ma-65 {
  margin: 65px !important; }

.u-mt-65 {
  margin-top: 65px !important; }

.u-mr-65 {
  margin-right: 65px !important; }

.u-mb-65 {
  margin-bottom: 65px !important; }

.u-ml-65 {
  margin-left: 65px !important; }

.u-pa-65 {
  padding: 65px !important; }

.u-pt-65 {
  padding-top: 65px !important; }

.u-pr-65 {
  padding-right: 65px !important; }

.u-pb-65 {
  padding-bottom: 65px !important; }

.u-pl-65 {
  padding-left: 65px !important; }

.u-ma-70 {
  margin: 70px !important; }

.u-mt-70 {
  margin-top: 70px !important; }

.u-mr-70 {
  margin-right: 70px !important; }

.u-mb-70 {
  margin-bottom: 70px !important; }

.u-ml-70 {
  margin-left: 70px !important; }

.u-pa-70 {
  padding: 70px !important; }

.u-pt-70 {
  padding-top: 70px !important; }

.u-pr-70 {
  padding-right: 70px !important; }

.u-pb-70 {
  padding-bottom: 70px !important; }

.u-pl-70 {
  padding-left: 70px !important; }

.u-ma-75 {
  margin: 75px !important; }

.u-mt-75 {
  margin-top: 75px !important; }

.u-mr-75 {
  margin-right: 75px !important; }

.u-mb-75 {
  margin-bottom: 75px !important; }

.u-ml-75 {
  margin-left: 75px !important; }

.u-pa-75 {
  padding: 75px !important; }

.u-pt-75 {
  padding-top: 75px !important; }

.u-pr-75 {
  padding-right: 75px !important; }

.u-pb-75 {
  padding-bottom: 75px !important; }

.u-pl-75 {
  padding-left: 75px !important; }

.u-ma-80 {
  margin: 80px !important; }

.u-mt-80 {
  margin-top: 80px !important; }

.u-mr-80 {
  margin-right: 80px !important; }

.u-mb-80 {
  margin-bottom: 80px !important; }

.u-ml-80 {
  margin-left: 80px !important; }

.u-pa-80 {
  padding: 80px !important; }

.u-pt-80 {
  padding-top: 80px !important; }

.u-pr-80 {
  padding-right: 80px !important; }

.u-pb-80 {
  padding-bottom: 80px !important; }

.u-pl-80 {
  padding-left: 80px !important; }

.u-ma-85 {
  margin: 85px !important; }

.u-mt-85 {
  margin-top: 85px !important; }

.u-mr-85 {
  margin-right: 85px !important; }

.u-mb-85 {
  margin-bottom: 85px !important; }

.u-ml-85 {
  margin-left: 85px !important; }

.u-pa-85 {
  padding: 85px !important; }

.u-pt-85 {
  padding-top: 85px !important; }

.u-pr-85 {
  padding-right: 85px !important; }

.u-pb-85 {
  padding-bottom: 85px !important; }

.u-pl-85 {
  padding-left: 85px !important; }

.u-ma-90 {
  margin: 90px !important; }

.u-mt-90 {
  margin-top: 90px !important; }

.u-mr-90 {
  margin-right: 90px !important; }

.u-mb-90 {
  margin-bottom: 90px !important; }

.u-ml-90 {
  margin-left: 90px !important; }

.u-pa-90 {
  padding: 90px !important; }

.u-pt-90 {
  padding-top: 90px !important; }

.u-pr-90 {
  padding-right: 90px !important; }

.u-pb-90 {
  padding-bottom: 90px !important; }

.u-pl-90 {
  padding-left: 90px !important; }

.u-ma-95 {
  margin: 95px !important; }

.u-mt-95 {
  margin-top: 95px !important; }

.u-mr-95 {
  margin-right: 95px !important; }

.u-mb-95 {
  margin-bottom: 95px !important; }

.u-ml-95 {
  margin-left: 95px !important; }

.u-pa-95 {
  padding: 95px !important; }

.u-pt-95 {
  padding-top: 95px !important; }

.u-pr-95 {
  padding-right: 95px !important; }

.u-pb-95 {
  padding-bottom: 95px !important; }

.u-pl-95 {
  padding-left: 95px !important; }

.u-ma-100 {
  margin: 100px !important; }

.u-mt-100 {
  margin-top: 100px !important; }

.u-mr-100 {
  margin-right: 100px !important; }

.u-mb-100 {
  margin-bottom: 100px !important; }

.u-ml-100 {
  margin-left: 100px !important; }

.u-pa-100 {
  padding: 100px !important; }

.u-pt-100 {
  padding-top: 100px !important; }

.u-pr-100 {
  padding-right: 100px !important; }

.u-pb-100 {
  padding-bottom: 100px !important; }

.u-pl-100 {
  padding-left: 100px !important; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 1; }
  .flex-direction-nav .flex-next {
    right: 10px;
    opacity: 1; } }

@media screen and (max-width: 768px) {
  a {
    text-shadow: none; }
    body {
      font-size: 12px;
      font-size: 1.2rem; }
    button,
    input,
    optgroup,
    select,
    textarea {
      font-size: 16px;
      font-size: 1.6rem; }
      .l-container--large {
        width: 100%; }
      .l-container--middle {
        width: 100%; }
      .l-container--single {
        width: 100%; }
      .l-container--main {
        width: 100%; }
      .l-container--side {
        width: 100%; }
  .p-lp__footer__search {
    margin: 0 10px 20px;
    padding: 20px 0;
    border-bottom: 1px dotted #ccc; }
    .p-lp__footer__search__title {
      margin-bottom: 5px;
      padding: 5px 10px; }
    .p-lp__footer__search__link {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 10px; }
  .p-lp__footer__nav {
    margin: 0 20px 20px; }
  .p-lp__footer__nav__logo {
    margin-bottom: 20px;
    text-align: center; }
  .p-lp__footer__nav__logo img {
    width: 60%; }
    .p-lp__footer__nav__list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center; }
  .p-lp__footer__nav__item:not(:last-child) {
    margin-right: 20px; }
    .p-lp__footer__copyright {
      text-align: center; }
      .c-form-policyAgree__contents {
        width: 90%;
        padding: 10px; }
      .c-form-policyAgree__check {
        font-size: 16px;
        font-size: 1.6rem; }
    .c-heading--lv1, .c-article h1 {
      margin-bottom: 20px;
      font-size: 28px;
      font-size: 2.8rem; }
    .c-heading--lv2, .c-article h2 {
      margin-bottom: 10px;
      font-size: 13px;
      font-size: 1.3rem; }
      .c-heading--lv2::before, .c-article h2::before {
        width: 4.2%;
        height: 0;
        margin-right: 8px;
        padding-top: 4%;
        vertical-align: -2px; }
    .c-heading--lv3, .c-article h3 {
      margin-bottom: 10px;
      padding: 5px 10px;
      font-size: 18px;
      font-size: 1.8rem; }
    .c-heading--lv4, .c-article h4 {
      margin-bottom: 10px;
      padding: 2px 0 2px 10px;
      font-size: 16px;
      font-size: 1.6rem; }
    .c-list--flex .c-list__item {
      margin-bottom: 5px; }
      .c-list--flex .c-list__item:not(:last-child) {
        margin-right: 12px; }
      .c-modal__contents {
        width: calc(100% - 30px); }
    .c-modal img {
      max-width: 100%; }
        .c-modal__close:after, .c-modal__close:before {
          width: 15px; }
    .c-pager__link {
      width: 30px;
      height: 30px;
      line-height: 28px; }
    .c-tab__container {
      margin-bottom: 15px;
      border-bottom: 2px solid #1581b6; }
    .c-tab__count {
      width: 33.5%;
      font-size: 10px;
      font-size: 1rem; }
    .c-tab__count--main {
      font-size: 14px;
      font-size: 1.4rem; }
    .c-tab__count--sub {
      margin-left: 5px; }
    .c-tab {
      width: 66.5%; }
      .c-tab__item {
        width: 50%;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 35px; }
        .c-tab__item.is-active {
          font-size: 13px;
          font-size: 1.3rem; }
        .c-tab__item:nth-child(2)::before {
          top: -28px;
          width: 90%;
          height: 22px;
          font-size: 11px;
          font-size: 1.1rem;
          line-height: 22px; }
    .c-table--dl dl {
      -ms-flex-direction: column;
      flex-direction: column; }
      .c-table--dl dl dt, .c-table--dl dl dd {
        width: 100%; }
      .c-table--dl dl dt {
        border-bottom: 1px solid #ccc; }
    .c-table--scroll {
      display: block;
      overflow-x: scroll; }
    .c-table--scroll th {
      white-space: nowrap; }
  .c-table--scroll td {
    white-space: nowrap; }
  .c-topics__list + .c-topics__list {
    margin-top: 15px; }
    .c-topics__item + .c-topics__item {
      margin-top: 15px; }
    .c-topics__heading {
      padding: 12px 10px;
      font-size: 15px;
      font-size: 1.5rem; }
  .c-topics__inner {
    padding: 10px; }
    .c-topics__picture {
      width: 38%; }
    .c-topics__picture__inner {
      position: relative;
      width: 100%;
      height: 0;
      padding-top: 56.25%; }
    .c-topics__picture .flex-control-thumbs {
      padding: 3px 6px; }
    .c-topics__picture .flex-control-thumbs li {
      height: 0;
      padding-top: 19.6%; }
    .c-topics__icon {
      right: 5px;
      bottom: 35%;
      width: 30px;
      height: 30px; }
    .c-topics__icon .symbol-virtual {
      width: 20px; }
    .c-topics__icon .symbol-movie {
      width: 16px; }
    .c-topics__text {
      margin-left: 10px;
      font-size: 11px;
      font-size: 1.1rem; }
    .c-topics__tag__item {
      margin: 0 5px 5px 0;
      padding: 5px; }
  .c-topics__purpose {
    margin: 20px 0; }
    .c-topics__purpose__heading {
      margin-bottom: 15px;
      font-size: 15px;
      font-size: 1.5rem; }
    .c-topics__purpose__item {
      width: 48.6%; }
    .c-topics__purpose__item:nth-child(2n+1) {
      margin-right: 2.8%; }
    .c-topics__purpose__item:nth-child(n+3) {
      margin-top: 2.8%; }
    .c-topics__purpose__link {
      width: 100%;
      height: 0;
      padding-top: 29%; }
    .c-topics__purpose__title {
      font-size: 13px;
      font-size: 1.3rem; }
    .c-topics__purpose img {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
  .c-topics__card__item:not(:first-child) {
    margin-top: 20px; }
    .c-topics__card__contents {
      padding: 20px; }
  .p-detail {
    padding: 0 10px; }
  .p-detail__section {
    margin: 25px 0; }
    .p-detail__section__search__hedding__link {
      display: inline-block;
      margin-top: 10px;
      margin-bottom: 10px; }
    .p-detail__head {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .p-detail__head__label--new, .p-detail__head__label--favorite, .p-detail__head__label--movie, .p-detail__head__label--virtual {
      margin-right: 5px;
      padding: 0 5px;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 22px; }
    .p-detail__head__label--new {
      -ms-flex-order: 2;
      order: 2; }
    .p-detail__head__label--favorite {
      -ms-flex-order: 3;
      order: 3; }
    .p-detail__head__label--movie {
      -ms-flex-order: 4;
      order: 4; }
      .p-detail__head__label--movie .symbol-movie {
        width: 12px;
        margin-right: 5px; }
    .p-detail__head__label--virtual {
      -ms-flex-order: 5;
      order: 5; }
      .p-detail__head__label--virtual .symbol-virtual {
        width: 18px;
        margin-right: 5px; }
    .p-detail__head__share__outer {
      -ms-flex-pack: end;
      justify-content: flex-end;
      -ms-flex-order: 1;
      order: 1;
      width: 100%;
      margin-bottom: 10px; }
    .p-detail__head__consideration {
      margin-left: 5px;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 22px; }
    .p-detail__head__consideration a {
      padding: 0 5px; }
    .p-detail__heading__type {
      padding: 6px 12px;
      border-radius: 5px;
      font-size: 11px;
      font-size: 1.1rem; }
    .p-detail__tag {
      margin: 10px 0 5px; }
    .p-detail__tag__item {
      margin: 0 5px 5px 0;
      padding: 5px;
      font-size: 10px;
      font-size: 1rem; }
    .p-detail__catch {
      font-size: 13px;
      font-size: 1.3rem; }
  .p-detail__photo {
    margin: 10px 0 25px; }
    .p-detail__photo__main {
      height: 56.3vw;
      overflow: hidden; }
    .p-detail__photo__main__caption {
      padding: 10px;
      font-size: 12px;
      font-size: 1.2rem; }
  .p-detail__photo__main__inner {
    height: 0;
    padding-top: 56.25%; }
    .p-detail__photo__thumb {
      height: 17.6vw;
      margin-top: 10px;
      overflow: hidden; }
  .p-detail__photo__thumb__inner {
    height: 0;
    padding-top: 56.25%; }
  .p-detail__photo__thumb .flex-direction-nav a {
    width: 30px;
    height: 30px; }
    .p-detail__photo__thumb .flex-direction-nav a::before {
      font-size: 30px;
      font-size: 3rem; }
    .p-detail__photo .flex-prev {
      left: 0; }
    .p-detail__photo .flex-next {
      right: 0; }
    .p-detail__access__map {
      position: relative;
      width: 100%;
      height: 0;
      padding-top: 69%;
      overflow: hidden; }
  .p-detail__access__map #st-widget-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important; }
    .p-detail__access__map__change {
      margin-top: 10px; }
    .p-detail__access__map__change__link {
      padding: 5px;
      font-size: 11px;
      font-size: 1.1rem; }
    .p-detail__access__map__detail__link {
      padding: 5px;
      font-size: 11px;
      font-size: 1.1rem; }
  .p-detail__access__guide {
    margin-top: 15px; }
      .p-detail__access__guide__title::before {
        height: 3px; }
  .p-detail__table th {
    width: 38%; }
    .p-detail__relation__list {
      -ms-flex-direction: column;
      flex-direction: column; }
  .p-detail__relation__item + .p-detail__relation__item {
    margin-top: 10px; }
    .p-detail__relation__title {
      padding-left: 10px;
      font-size: 13px;
      font-size: 1.3rem; }
      .p-detail__relation__title::before {
        top: 2px;
        width: 3px;
        height: 16px; }
    .p-detail__recommend {
      margin: 0 -10px;
      padding: 15px 10px 17px; }
    .p-detail__recommend__box--col2 {
      margin-top: 4px; }
    .p-detail__recommend__list {
      -ms-flex-direction: column;
      flex-direction: column; }
    .p-detail__recommend__item {
      width: 100%;
      border-radius: 3px; }
    .p-detail__recommend__item + .p-detail__recommend__item {
      margin-top: 20px; }
    .p-detail__recommend__picture {
      height: 200px; }
    .p-detail__recommend__title {
      font-size: 14px;
      font-size: 1.4rem; }
  .p-detail__recommend__comment {
    margin-top: 7px; }
  .p-detail__recommend__notes {
    display: inline-block;
    margin-top: 7px;
    margin-left: 3px; }
    .p-detail__recommend__notes-block {
      margin-left: 26px; }
    .p-detail__recommend__notes > li {
      font-size: 11px;
      font-size: 1.1rem; }
    .p-detail__recommend__notes > li:nth-of-type(1), .p-detail__recommend__notes > li:nth-of-type(3) {
      min-width: 88px; }
    .p-detail__floatingnav {
      bottom: -54px;
      opacity: 1; }
    .p-detail__floatingnav__item {
      width: 33.333%; }
    .p-detail__floatingnav__button {
      height: 54px;
      padding: 1em 5px;
      border-radius: 0;
      font-size: 12px;
      font-size: 1.2rem; }
    .p-detail__floatingnav__button.-homepage {
      line-height: 1.15; }
    .p-detail__floatingnav__button__symbol {
      display: block;
      margin-bottom: 5px;
      text-align: center; }
    .p-detail__floatingnav__tel {
      padding: 1em 2em;
      text-align: center; }
  .p-detail__floatingnav__tel__symbol {
    display: block;
    margin-bottom: 5px;
    text-align: center; }
    .p-detail__phone__notes {
      font-size: 11px;
      font-size: 1.1rem; }
    .p-detail__phone__action__item {
      font-size: 14px;
      font-size: 1.4rem; }
    .p-building__heading {
      -ms-flex-align: start;
      align-items: flex-start;
      margin: 10px -10px;
      padding: 15px 80px 15px 10px;
      border-right: none;
      border-left: none;
      background-size: auto 46px; }
    .p-building__heading--main {
      width: 64%;
      font-size: 15px;
      font-size: 1.5rem; }
    .p-building__virtual__button {
      padding-right: 20px;
      padding-left: 74px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 50px; }
    .p-building__virtual__button::before {
      left: -10px;
      width: 75px;
      height: 75px; }
    .p-building__video {
      position: relative;
      width: 100%;
      height: 0;
      padding-top: 56.25%; }
  .p-building__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .p-building__news__heading {
      padding: 10px;
      font-size: 11px;
      font-size: 1.1rem; }
    .p-building__news__heading__symbol {
      font-size: 13px;
      font-size: 1.3rem; }
    .p-building__news__description {
      padding: 10px;
      font-size: 13px;
      font-size: 1.3rem; }
    .p-building__campaign__item {
      padding: 10px; }
  .p-building__campaign__text {
    margin-bottom: 10px; }
    .p-building__campaign__title {
      margin-bottom: 5px;
      font-size: 13px;
      font-size: 1.3rem; }
  .p-building__campaign__date {
    font-size: 12px;
    font-size: 1.2rem; }
    .p-building__campaign__label {
      font-size: 11px;
      font-size: 1.1rem; }
  .p-building__campaign__button__outer {
    text-align: center; }
    .p-building__campaign__button {
      width: 42%;
      line-height: 30px; }
  .p-building__campaign .c-modal__contents {
    width: calc(100% - 20px);
    padding: 5px; }
  .p-building__campaign .p-buildinglist__room {
    margin-top: 0; }
    .p-building__room__title__inner {
      padding: 5px 30px 5px 5px; }
    .p-building__room .c-table--scroll th, .p-building__room .c-table--scroll td {
      font-size: 11px;
      font-size: 1.1rem; }
  .p-building__room .c-table--scroll th {
    padding: 0; }
    .p-building__room__button {
      padding: 5px 10px; }
  .p-search {
    margin-top: -40px;
    padding: 60px 10px 0; }
    .p-search__condition {
      margin-bottom: 15px;
      padding: 15px 10px; }
    .p-search__condition__title {
      margin-bottom: 7px;
      padding-bottom: 5px;
      font-size: 15px;
      font-size: 1.5rem; }
  .p-search__condition__change {
    width: 80%;
    margin: 10px auto 0;
    padding: 5px 0;
    border: 1px solid #1581b6;
    border-radius: 3px;
    background-color: #fff;
    color: #1581b6;
    text-align: center; }
  .p-search__condition__change::after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #1581b6;
    border-bottom: 2px solid #1581b6;
    content: "";
    vertical-align: 3px; }
  .is-open.p-search__condition__change::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    vertical-align: 0; }
  .p-search__condition__form {
    display: none; }
    .p-buildinglist__catch {
      font-size: 13px;
      font-size: 1.3rem; }
  .p-buildinglist__access {
    margin-bottom: 10px; }
    .p-buildinglist__access::after {
      margin-top: 10px; }
    .p-buildinglist__access__button {
      margin-top: 5px;
      padding: 3px 5px;
      font-size: 10px;
      font-size: 1rem; }
    .p-buildinglist__access__map {
      width: calc(100% - 20px);
      height: 0;
      padding: 65% 0 0; }
  .p-buildinglist__station {
    margin-bottom: 10px; }
    .p-buildinglist__news {
      margin: 10px 0; }
    .p-buildinglist__news__heading {
      padding: 8px 10px;
      font-size: 11px;
      font-size: 1.1rem; }
  .p-buildinglist__news__description {
    padding: 8px 10px;
    font-size: 13px;
    font-size: 1.3rem; }
  .p-buildinglist__room {
    margin-top: 10px; }
  .p-buildinglist__room th, .p-buildinglist__room td {
    padding: 5px;
    font-size: 11px;
    font-size: 1.1rem; }
  .p-buildinglist__room th:nth-child(1) {
    width: 20%; }
  .p-buildinglist__room th:nth-child(n+3) {
    width: 30%; }
  .p-buildinglist__room__display--pc {
    display: none; }
    .p-buildinglist__room__emphasis {
      font-size: 13px;
      font-size: 1.3rem; }
    .p-buildinglist__room__more {
      padding: 10px 0;
      font-size: 12px;
      font-size: 1.2rem; }
    .p-room__heading__outer {
      margin: 0 -10px;
      padding: 15px 10px;
      border-right: none;
      border-left: none; }
    .p-room__heading {
      width: 60%; }
  .p-room__heading--sub {
    margin: 3px 0 5px;
    font-size: 11px;
    font-size: 1.1rem; }
    .p-room__heading--main {
      font-size: 15px;
      font-size: 1.5rem; }
  .p-room__heading__reservation {
    margin-left: auto;
    text-align: center; }
    .p-room__heading__reservation__button {
      padding: 6px;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 1.1; }
    .p-room__heading__reservation__icon {
      display: block;
      margin-top: 5px; }
    .p-room__price {
      padding: 15px 10px; }
  .p-room__price__text {
    padding-right: 15px; }
  .p-room__price__title {
    font-size: 11px;
    font-size: 1.1rem; }
    .p-room__price__title__icon {
      margin-left: 5px;
      font-size: 12px;
      font-size: 1.2rem; }
    .p-room__price__description {
      font-size: 14px;
      font-size: 1.4rem; }
  .p-room__price__button {
    padding: 10px 6px;
    font-size: 10px;
    font-size: 1rem; }
    .p-room__campaign__heading {
      padding: 10px; }
    .p-room__campaign__title {
      margin-bottom: 5px;
      font-size: 13px;
      font-size: 1.3rem; }
  .p-room__campaign__date {
    font-size: 12px;
    font-size: 1.2rem; }
    .p-room__campaign__label {
      font-size: 11px;
      font-size: 1.1rem; }
  .p-room__campaign__description {
    padding: 10px; }
    .p-room__information__video {
      width: 100%;
      height: 0;
      margin-bottom: 20px;
      padding-top: 56.25%; }
    .p-room__information__capacity {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-top: 1px solid #ccc;
      border-left: 1px solid #ccc; }
    .p-room__information__capacity__row {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 50%;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc; }
  .p-room__information__capacity__description {
    padding: 5px 0;
    font-size: 10px;
    font-size: 1rem; }
    .p-room__information__capacity__emphasis {
      font-size: 12px;
      font-size: 1.2rem; }
    .p-room__information__week {
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 10px; }
    .p-room__information__week__row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc; }
    .p-room__information__week__row:first-child {
      border-top: 1px solid #ccc; }
    .p-room__information__week__title {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 19.5%;
      padding: 10px;
      border-right: 1px solid #ccc; }
    .p-room__reservation__button {
      width: 56%;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 50px; }
      .p-room__reservation__button__icon {
        margin-left: 8px; }
    .p-room__building__heading__outer {
      margin-bottom: 10px; }
  .p-room__building__heading {
    width: 50%;
    margin-bottom: 0; }
  .p-room__building__heading::before {
    width: 8.4%;
    padding-top: 8%; }
    .p-room__building__heading__link {
      padding: 5px; }
    .p-room__equipment__item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 23.95%;
      height: 40px;
      padding: 0 5px;
      font-size: 10px;
      font-size: 1rem;
      line-height: 1.3; }
    .p-room__equipment__item:not(:nth-child(4n+1)) {
      margin-left: 1.4%; }
    .p-room__equipment__item:nth-child(n+5) {
      margin-top: 1.4%; }
    .p-roomlist__sort {
      margin: 10px 0; }
  .p-roomlist__sort__display--pc {
    display: none; }
    .p-roomlist__favorite {
      padding: 8px 0;
      font-size: 11px;
      font-size: 1.1rem; }
  .p-roomlist__favorite__symbol {
    margin-right: 5px;
    font-size: 12px;
    font-size: 1.2rem; }
    .p-roomlist__catch {
      margin-bottom: 5px;
      font-size: 12px;
      font-size: 1.2rem; }
  .p-roomlist__heading {
    margin-bottom: 5px; }
  .p-roomlist__heading--sub {
    font-size: 10px;
    font-size: 1rem; }
  .p-roomlist__heading--main {
    font-size: 14px;
    font-size: 1.4rem; }
    .p-roomlist__information {
      margin: 5px 0;
      font-size: 10px;
      font-size: 1rem; }
    .p-roomlist__information__title {
      width: 38%;
      margin-bottom: 3px; }
    .p-roomlist__information__description {
      width: 62%;
      margin-bottom: 2px; }
  .is-pc {
    display: none !important; }
  .is-sp {
    display: block !important; } }

@media screen and (min-width: 769px) {
      .l-container--large {
        width: 100%;
        max-width: 1360px;
        margin: 0 auto; }
      .l-container--middle {
        width: 100%;
        max-width: 960px;
        margin: 0 auto; }
      .l-container--single {
        width: 980px;
        margin: 0 auto; }
      .l-container--main {
        width: 670px;
        float: right; }
      .l-container--side {
        width: 270px;
        margin-right: 20px;
        float: left; }
  .p-lp__footer__search {
    padding: 20px 0 15px;
    border-bottom: 1px dotted #ccc; }
  .p-lp__footer__search__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .p-lp__footer__search__title {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 18%;
      margin-right: 10px;
      padding: 2px 10px;
      font-size: 11px;
      font-size: 1.1rem; }
    .p-lp__footer__search__link__item + .p-lp__footer__search__link__item {
      margin-left: 10px; }
  .p-lp__footer__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0 20px; }
  .p-lp__footer__nav__logo {
    max-width: 194px;
    margin-right: 40px; }
  .p-lp__footer__nav__logo img {
    width: 100%; }
  .p-lp__footer__nav__item {
    font-size: 11px;
    font-size: 1.1rem; }
  .p-lp__footer__nav__item + .p-lp__footer__nav__item {
    margin-left: 15px; }
    .p-lp__footer__copyright {
      text-align: right; }
      .c-form-policyAgree__contents {
        width: 75%;
        padding: 20px; }
      .c-form-policyAgree__check {
        font-size: 20px;
        font-size: 2rem; }
    .c-heading--lv1, .c-article h1 {
      margin-bottom: 30px;
      font-size: 40px;
      font-size: 4rem; }
    .c-heading--lv2, .c-article h2 {
      margin-bottom: 15px;
      font-size: 18px;
      font-size: 1.8rem; }
      .c-heading--lv2::before, .c-article h2::before {
        width: 20px;
        height: 16px;
        margin-right: 10px;
        vertical-align: -1px; }
    .c-heading--lv3, .c-article h3 {
      margin-bottom: 20px;
      padding: 5px 10px;
      font-size: 22px;
      font-size: 2.2rem; }
    .c-heading--lv4, .c-article h4 {
      margin-bottom: 20px;
      padding: 3px 0 3px 10px;
      font-size: 18px;
      font-size: 1.8rem; }
      .c-modal__contents {
        max-width: 95%; }
        .c-modal__close:after, .c-modal__close:before {
          width: 20px; }
    .c-pager__link {
      width: 28px;
      height: 28px;
      line-height: 26px; }
  .c-slider__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 400px;
    overflow: hidden; }
    .c-tab__container {
      margin-bottom: 20px;
      border-bottom: 3px solid #1581b6; }
    .c-tab__count {
      width: 210px;
      font-size: 14px;
      font-size: 1.4rem; }
    .c-tab__count--main {
      font-size: 28px;
      font-size: 2.8rem; }
    .c-tab__count--sub {
      margin-left: 10px; }
      .c-tab__item {
        width: 230px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 50px; }
        .c-tab__item.is-active {
          font-size: 18px;
          font-size: 1.8rem; }
        .c-tab__item:nth-child(2)::before {
          top: -32px;
          width: 54%;
          height: 26px;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 25px; }
    .c-table--dl dl {
      -ms-flex-direction: row;
      flex-direction: row; }
      .c-table--dl dl dt {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 30%; }
      .c-table--dl dl dd {
        width: 70%; }
  .c-topics__list + .c-topics__list {
    margin-top: 20px; }
    .c-topics__item + .c-topics__item {
      margin-top: 20px; }
    .c-topics__heading {
      padding: 15px 20px;
      font-size: 18px;
      font-size: 1.8rem; }
  .c-topics__inner {
    padding: 20px; }
    .c-topics__picture {
      width: 100%;
      width: 254px; }
    .c-topics__picture__main {
      height: 223px; }
    .c-topics__picture__item {
      width: 254px !important;
      height: 166px; }
    .c-topics__picture .flex-control-thumbs {
      padding: 6px 15px; }
    .c-topics__picture .flex-control-thumbs li {
      height: 44px; }
    .c-topics__icon {
      right: 10px;
      bottom: 67px;
      width: 40px;
      height: 40px; }
    .c-topics__icon .symbol-virtual {
      width: 28px; }
    .c-topics__icon .symbol-movie {
      width: 20px;
      margin-top: -2px; }
    .c-topics__text {
      width: 354px;
      margin-left: 20px;
      font-size: 12px;
      font-size: 1.2rem; }
    .c-topics__tag {
      margin-top: 10px; }
    .c-topics__tag__item {
      padding: 5px 10px; }
    .c-topics__tag__item + .c-topics__tag__item {
      margin-left: 10px; }
  .c-topics__purpose {
    margin: 30px 0; }
    .c-topics__purpose__heading {
      margin-bottom: 20px;
      font-size: 16px;
      font-size: 1.6rem; }
    .c-topics__purpose__list {
      -ms-flex-pack: center;
      justify-content: center; }
    .c-topics__purpose__item:not(:nth-child(4n)) {
      margin-right: 10px; }
    .c-topics__purpose__item:nth-child(n+5) {
      margin-top: 10px; }
    .c-topics__purpose__link {
      width: 160px;
      height: 50px; }
    .c-topics__purpose__title {
      font-size: 13px;
      font-size: 1.3rem; }
  .c-topics__card__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .c-topics__card__item {
    width: 32%;
    margin-bottom: 2%; }
  .c-topics__card__item:not(:nth-child(3n+1)) {
    margin-left: 2%; }
    .c-topics__card__contents {
      padding: 15px; }
  .p-detail__section {
    margin: 50px 0; }
  .p-detail__section__search__hedding {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px; }
    .p-detail__section__search__hedding__link {
      margin-left: 10px;
      font-size: 13px;
      font-size: 1.3rem; }
    .p-detail__head__label--new, .p-detail__head__label--favorite, .p-detail__head__label--movie, .p-detail__head__label--virtual {
      height: 30px;
      margin-right: 10px;
      padding: 0 10px;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 30px; }
      .p-detail__head__label--movie .symbol-movie {
        width: 14px;
        margin-right: 6px; }
      .p-detail__head__label--virtual .symbol-virtual {
        width: 20px;
        margin-right: 6px; }
    .p-detail__head__consideration {
      margin-left: 10px;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 30px; }
    .p-detail__head__consideration a {
      padding: 0 10px; }
    .p-detail__heading__type {
      padding: 6px 10px;
      border-radius: 5px;
      font-size: 13px;
      font-size: 1.3rem; }
    .p-detail__tag {
      margin: 10px 0; }
    .p-detail__tag__item {
      margin: 0 2px 2px 0;
      padding: 6px 10px;
      font-size: 12px;
      font-size: 1.2rem; }
    .p-detail__catch {
      font-size: 15px;
      font-size: 1.5rem; }
  .p-detail__photo {
    height: 644px;
    margin: 20px 0 50px; }
    .p-detail__photo__main {
      height: 540px;
      overflow: hidden; }
    .p-detail__photo__main__item {
      height: 540px; }
    .p-detail__photo__main__caption {
      padding: 15px;
      font-size: 14px;
      font-size: 1.4rem; }
    .p-detail__photo__thumb {
      margin-top: 20px; }
    .p-detail__photo__thumb__item {
      height: 84px; }
  .p-detail__access__inner {
    display: -ms-flexbox;
    display: flex; }
  .p-detail__access__map__outer {
    width: 660px; }
  .p-detail__access__map #st-widget-map {
    width: 100%; }
    .p-detail__access__map__change {
      margin-top: 15px; }
    .p-detail__access__map__change__link {
      padding: 5px 10px;
      font-size: 12px;
      font-size: 1.2rem; }
    .p-detail__access__map__detail__link {
      padding: 5px 10px;
      font-size: 12px;
      font-size: 1.2rem; }
  .p-detail__access__guide {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 280px;
    margin-left: 20px; }
    .p-detail__access__guide__title {
      font-size: 14px;
      font-size: 1.4rem; }
    .p-detail__access__guide__title:not(:first-child) {
      margin-top: 20px; }
      .p-detail__access__guide__title::before {
        height: 4px; }
  .p-detail__access__guide__description {
    font-size: 14px;
    font-size: 1.4rem; }
    .p-detail__table th, .p-detail__table td {
      padding: 15px 10px;
      font-size: 14px;
      font-size: 1.4rem; }
  .p-detail__table th {
    width: 220px; }
  .p-detail__table td {
    width: calc(100% - 220px); }
  .p-detail__relation__item {
    width: 22%; }
  .p-detail__relation__item:not(:nth-child(4n+1)) {
    margin-left: 4%; }
    .p-detail__relation__title {
      padding-left: 11px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.2; }
      .p-detail__relation__title::before {
        top: 3px;
        width: 4px;
        height: 14px; }
    .p-detail__relation__access {
      font-size: 11px;
      font-size: 1.1rem; }
    .p-detail__recommend {
      padding: 15px 24px 12px; }
    .p-detail__recommend__box--col2 {
      margin-top: 5px; }
    .p-detail__recommend__item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 288px;
      border-radius: 6px; }
    .p-detail__recommend__item:not(:nth-child(3n+1)) {
      margin-left: 24px; }
    .p-detail__recommend__link {
      height: 100%; }
    .p-detail__recommend__picture {
      height: 159px; }
    .p-detail__recommend__access {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      font-size: 11px;
      font-size: 1.1rem; }
  .p-detail__recommend__comment {
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem; }
  .p-detail__recommend__notes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .p-detail__recommend__notes {
    margin-top: 14px; }
    .p-detail__recommend__notes > li ~ li {
      margin-left: 15px; }
    .p-detail__recommend__notes > li ~ li::after {
      position: absolute;
      top: 50%;
      left: -7px;
      width: 1px;
      height: calc(100% - 4px);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      border-left: 1px solid #ccc;
      content: ''; }
    .p-detail__floatingnav {
      bottom: -100px;
      padding: 20px 0; }
    .p-detail__floatingnav__list {
      -ms-flex-align: center;
      align-items: center;
      width: 960px;
      height: 60px;
      margin: 0 auto; }
    .p-detail__floatingnav__item {
      width: 300px; }
    .p-detail__floatingnav__item + .p-detail__floatingnav__item {
      margin-left: 50px; }
    .p-detail__floatingnav__button {
      height: 60px;
      padding: 0;
      border-radius: 5px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold;
      line-height: 60px; }
    .p-detail__floatingnav__button.-homepage {
      border: 2px solid #1581b6; }
    .p-detail__floatingnav__button__symbol {
      margin-left: 10px; }
    .p-detail__floatingnav__tel {
      margin-bottom: 5px;
      font-size: 24px;
      font-size: 2.4rem; }
  .p-detail__floatingnav__tel__symbol {
    margin-right: 10px; }
    .p-detail__floatingnav__notes {
      font-size: 11px;
      font-size: 1.1rem; }
    .p-detail__phone__notes {
      max-width: 450px;
      font-size: 13px;
      font-size: 1.3rem; }
  .p-detail__footer {
    margin-bottom: 103px; }
    .p-building__heading {
      -ms-flex-align: center;
      align-items: center;
      padding: 12px 120px 12px 10px;
      background-size: auto 51px; }
    .p-building__heading--main {
      font-size: 18px;
      font-size: 1.8rem; }
    .p-building__virtual__button {
      padding-right: 24px;
      padding-left: 75px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 64px; }
    .p-building__virtual__button::before {
      left: -20px;
      width: 80px;
      height: 80px; }
    .p-building__news__heading {
      padding: 15px;
      font-size: 14px;
      font-size: 1.4rem; }
    .p-building__news__heading__symbol {
      font-size: 18px;
      font-size: 1.8rem; }
    .p-building__news__description {
      padding: 15px;
      font-size: 18px;
      font-size: 1.8rem; }
    .p-building__campaign__item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      padding: 15px 20px 15px 15px; }
  .p-building__campaign__text {
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    margin-right: auto; }
    .p-building__campaign__title {
      margin-bottom: 10px;
      font-size: 18px;
      font-size: 1.8rem; }
  .p-building__campaign__date {
    font-size: 14px;
    font-size: 1.4rem; }
    .p-building__campaign__label {
      font-size: 11px;
      font-size: 1.1rem; }
    .p-building__campaign__button {
      width: 120px;
      line-height: 34px; }
    .p-building__campaign__button__icon {
      font-size: 14px;
      font-size: 1.4rem; }
  .p-building__campaign .p-buildinglist__room {
    margin-top: 0; }
    .p-building__room__title__inner {
      padding: 5px 15px 5px 5px; }
  .p-building__room .c-table--scroll th {
    padding: 0; }
  .p-building__room thead tr:nth-child(1) th:last-child {
    width: 90px; }
  .p-building__room thead tr:nth-child(2) th {
    font-size: 10px;
    font-size: 1rem; }
    .p-building__room__button {
      padding: 5px 15px;
      font-size: 11px;
      font-size: 1.1rem; }
    .p-building__comment__update {
      font-size: 13px;
      font-size: 1.3rem; }
    .p-search__condition {
      margin: 24px 0;
      padding: 18px; }
    .p-search__condition__title {
      margin-bottom: 10px;
      padding-bottom: 10px;
      font-size: 18px;
      font-size: 1.8rem; }
    .p-search__condition__selected {
      font-size: 13px;
      font-size: 1.3rem; }
  .p-search__condition__change {
    display: none; }
    .p-buildinglist__catch {
      font-size: 16px;
      font-size: 1.6rem; }
  .p-buildinglist__access {
    margin-bottom: 20px; }
    .p-buildinglist__access::after {
      margin-top: 20px; }
  .p-buildinglist__access__button__outer {
    margin-top: 5px; }
    .p-buildinglist__access__button {
      padding: 5px 10px;
      font-size: 11px;
      font-size: 1.1rem; }
    .p-buildinglist__access__map {
      width: 660px;
      height: 450px; }
  .p-buildinglist__station {
    margin-bottom: 20px; }
    .p-buildinglist__news {
      margin: 15px 0; }
    .p-buildinglist__news__heading {
      padding: 10px 15px;
      font-size: 12px;
      font-size: 1.2rem; }
  .p-buildinglist__news__description {
    padding: 10px 15px;
    font-size: 14px;
    font-size: 1.4rem; }
  .p-buildinglist__room {
    margin-top: 15px; }
  .p-buildinglist__room th:nth-child(1) {
    width: 82px; }
  .p-buildinglist__room th:nth-child(n+3) {
    width: 110px; }
  .p-buildinglist__room td:nth-child(n+3) {
    font-size: 10px;
    font-size: 1rem; }
    .p-buildinglist__room__emphasis {
      font-size: 12px;
      font-size: 1.2rem; }
    .p-buildinglist__room__more {
      padding: 14px 0;
      font-size: 14px;
      font-size: 1.4rem; }
    .p-room__heading__outer {
      margin: 10px 0;
      padding: 12px 10px; }
    .p-room__heading {
      width: 80%; }
  .p-room__heading--sub {
    margin: 2px 0 5px;
    font-size: 14px;
    font-size: 1.4rem; }
    .p-room__heading--main {
      font-size: 18px;
      font-size: 1.8rem; }
  .p-room__heading__reservation {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .p-room__heading__reservation__button {
      padding: 0 10px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 32px; }
    .p-room__heading__reservation__icon {
      margin-left: 6px; }
    .p-room__price {
      padding: 25px 20px; }
  .p-room__price__text {
    padding-right: 20px; }
  .p-room__price__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .p-room__price__title {
    margin-right: 10px;
    font-size: 14px;
    font-size: 1.4rem; }
    .p-room__price__title__icon {
      margin-left: 10px;
      font-size: 18px;
      font-size: 1.8rem;
      vertical-align: -1px; }
    .p-room__price__description {
      font-size: 22px;
      font-size: 2.2rem; }
    .p-room__campaign__heading {
      padding: 15px; }
    .p-room__campaign__title {
      margin-bottom: 10px;
      font-size: 18px;
      font-size: 1.8rem; }
  .p-room__campaign__date {
    font-size: 14px;
    font-size: 1.4rem; }
    .p-room__campaign__label {
      font-size: 11px;
      font-size: 1.1rem; }
  .p-room__campaign__description {
    padding: 15px; }
    .p-room__information__about__link {
      font-size: 12px;
      font-size: 1.2rem; }
    .p-room__information__video {
      width: 68.75%;
      height: 0;
      margin: 0 auto 30px;
      padding-top: 38.67%; }
    .p-room__information__capacity__row {
      width: 89px;
      border-top: 1px solid #ccc;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc; }
    .p-room__information__capacity__row:first-child {
      border-left: 1px solid #ccc; }
    .p-room__information__capacity__title {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 36px; }
  .p-room__information__capacity__description {
    padding: 10px 0;
    font-size: 12px;
    font-size: 1.2rem; }
    .p-room__information__capacity__emphasis {
      font-size: 16px;
      font-size: 1.6rem; }
    .p-room__information__week {
      margin-bottom: 15px; }
    .p-room__information__week__row {
      width: 101px;
      border-top: 1px solid #ccc;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc; }
    .p-room__information__week__row:first-child {
      border-left: 1px solid #ccc; }
    .p-room__information__week__title {
      border-bottom: 1px solid #ccc;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 36px; }
    .p-room__information__week__description {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.4; }
  .p-room__fixtures__notes {
    font-size: 12px;
    font-size: 1.2rem; }
    .p-room__reservation__button {
      width: 260px;
      font-size: 20px;
      font-size: 2rem;
      line-height: 60px; }
      .p-room__reservation__button__icon {
        margin-left: 6px; }
    .p-room__building__heading__outer {
      margin-bottom: 15px; }
  .p-room__building__heading {
    margin-bottom: 0; }
    .p-room__building__heading__link {
      padding: 5px 10px;
      font-size: 14px;
      font-size: 1.4rem; }
    .p-room__equipment__list {
      font-size: 14px;
      font-size: 1.4rem; }
    .p-room__equipment__item {
      width: 19%;
      line-height: 30px; }
    .p-room__equipment__item:not(:nth-child(5n+1)) {
      margin-left: 1.25%; }
    .p-room__equipment__item:nth-child(n+6) {
      margin-top: 1.25%; }
    .p-roomlist__sort {
      margin: 20px 0; }
    .p-roomlist__favorite {
      padding: 9px 0;
      font-size: 12px;
      font-size: 1.2rem; }
  .p-roomlist__favorite__symbol {
    margin-right: 10px;
    font-size: 14px;
    font-size: 1.4rem; }
    .p-roomlist__catch {
      margin-bottom: 10px;
      font-size: 14px;
      font-size: 1.4rem; }
  .p-roomlist__heading {
    margin-bottom: 10px; }
  .p-roomlist__heading--sub {
    font-size: 12px;
    font-size: 1.2rem; }
  .p-roomlist__heading--main {
    font-size: 18px;
    font-size: 1.8rem; }
    .p-roomlist__information {
      margin: 10px 0; }
    .p-roomlist__information__title {
      width: 90px; }
    .p-roomlist__information__description {
      width: calc(100% - 90px); }
  .is-pc {
    display: block !important; }
  .is-sp {
    display: none !important; } }

/*# sourceMappingURL=style.css.map */