@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  height: 100%;
}

html {
  overflow-y: scroll;
}

img, svg {
  vertical-align: top;
}

a,
a:active,
a:hover {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

dl dt {
  font-weight: bold;
}

strong, em {
  font-weight: bold;
}

section, article, header, footer {
  position: relative;
}

input, button, textarea, select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  margin: 0;
  outline: none;
  padding: 0;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="button"],
input[type="submit"],
textarea,
select,
button {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
}

input[type="text"],
input[type="password"],
textarea,
button {
  vertical-align: top;
}

input[type="checkbox"],
input[type="radio"],
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

button {
  background: none;
  border: 0;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Select2(Plugin) */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 10px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: none;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 9px 10px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -7px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #262626;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -7px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 300px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

@media screen and (max-width: 767px) {
  .mfp-bg {
    opacity: 0.66;
    filter: alpha(opacity=66);
  }
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
           * Remove all paddings around the image on small screen
           */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

a {
  -moz-transition: color 0.1s, opacity 0.1s, background 0.1s, border-color 0.1s;
  -o-transition: color 0.1s, opacity 0.1s, background 0.1s, border-color 0.1s;
  -webkit-transition: color 0.1s, opacity 0.1s, background 0.1s, border-color 0.1s;
  transition: color 0.1s, opacity 0.1s, background 0.1s, border-color 0.1s;
  color: #2a62a8;
  text-decoration: none;
}

.pcsp {
  display: block !important;
}

@media print, screen and (min-width: 768px) {
  a:active {
    color: #5c94da;
  }

  a:hover {
    color: #437bc1;
    opacity: 0.8;
  }

  .sp {
    display: none !important;
  }
}
.imgBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #dedede;
  position: relative;
}
.imgBox span {
  display: block;
  height: 0;
  padding-top: 100%;
  position: relative;
}
.imgBox span img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.imgBox.fitHeight span img {
  height: 100%;
}
.imgBox.fitWidth span img {
  width: 100%;
}
.imgBox > img {
  width: 100%;
}

.label {
  background: #db3d3c;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 5px 9px 4px;
  position: relative;
  vertical-align: middle;
}
.label.campaign {
  background: #a8ad53;
}
.label.housing {
  background: #88a751;
}
.label.info {
  background: #bb9951;
}
.label.news {
  background: #db3d3c;
}
.label.owned {
  background: #58b651;
}
.label.sold {
  background: #858585;
}

.txts p {
  margin-bottom: 1em;
}
.txts p:last-child {
  margin-bottom: 0;
}

.accent {
  color: #d4322e;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.pager {
  overflow: hidden;
  margin: 20px 0 60px;
}
.pager:last-child {
  margin-bottom: 0;
}
.pager .pagerGuide {
  line-height: 1;
  margin: 20px 0 12px;
  overflow: hidden;
}
.pager .pagerGuide p {
  display: inline-block;
}
.pager .pagerGuide .totalNum {
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
}
.pager .pagerGuide .totalNum .accent {
  font-size: 25px;
}
.pager .pagerItem {
  font-size: 0;
  margin-bottom: -5px;
  text-align: center;
}
.pager .pagerItem a,
.pager .pagerItem span {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dadada;
  color: #333;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 29px;
  margin: 0 5px 5px;
  min-width: 24px;
  padding: 1px 3px 0;
  text-decoration: none;
}
.pager .pagerItem .current {
  background-color: #262626;
  border-color: #262626;
  color: #fff;
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .pager .pagerItem a:hover {
    background-color: #262626;
    border-color: #262626;
    color: #fff;
    opacity: 1;
  }
}
.pager .pagerItem .extend {
  background: none;
  border: 0;
  color: #ddd;
  font-size: 16px;
  line-height: 27px;
  margin: 0 -5px;
  padding: 3px 0 0;
  vertical-align: top;
}
.pager .pagerItem .prev,
.pager .pagerItem .next {
  padding-left: 9px;
  padding-right: 9px;
  position: relative;
}
.pager .pagerItem .prev:before,
.pager .pagerItem .next:before {
  border-style: solid;
  content: '';
  display: block;
  margin-top: -4px;
  position: absolute;
  top: 50%;
}
.pager .pagerItem .prev {
  padding-left: 25px;
}
.pager .pagerItem .prev:before {
  border-width: 4px 6px 4px 0;
  border-color: transparent #333 transparent transparent;
  left: 10px;
}
@media print, screen and (min-width: 768px) {
  .pager .pagerItem .prev:hover:before {
    border-right-color: #fff;
  }
}
.pager .pagerItem .next {
  padding-right: 25px;
}
.pager .pagerItem .next:before {
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #333;
  right: 10px;
}
@media print, screen and (min-width: 768px) {
  .pager .pagerItem .next:hover:before {
    border-left-color: #fff;
  }
}

.btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: color 0.1s, opacity 0.1s, background 0.1s, border-color 0.1s;
  -o-transition: color 0.1s, opacity 0.1s, background 0.1s, border-color 0.1s;
  -webkit-transition: color 0.1s, opacity 0.1s, background 0.1s, border-color 0.1s;
  transition: color 0.1s, opacity 0.1s, background 0.1s, border-color 0.1s;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  position: relative;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .btn:hover {
    opacity: .8 !important;
    text-decoration: none !important;
  }
}

.btnDefault {
  background: #fbfbfb;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  background: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background: linear-gradient(to bottom, #ffffff, #f7f7f7);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF7F7F7');
  border: 1px solid #dedede;
  color: #232323;
}
.btnDefault:active {
  background: #fbfbfb;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #ffffff));
  background: -moz-linear-gradient(top, #f7f7f7, #ffffff);
  background: -webkit-linear-gradient(top, #f7f7f7, #ffffff);
  background: linear-gradient(to bottom, #f7f7f7, #ffffff);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF7F7F7', endColorstr='#FFFFFFFF');
  color: #232323;
}
@media print, screen and (min-width: 768px) {
  .btnDefault:hover {
    color: #232323;
  }
}

.btnPrimary {
  background: #930e0e;
  color: #fff;
}
.btnPrimary:active {
  color: #fff;
}

.btnSecondary {
  background: #262626;
  color: #fff;
}
.btnSecondary:active {
  color: #fff;
}

.btnFavorite {
  background: #fbfbfb;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  background: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background: linear-gradient(to bottom, #ffffff, #f7f7f7);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF7F7F7');
  border: 1px solid #dedede;
}
.btnFavorite:before {
  background: url(/National_Library/oe_/https://roompia.jp/images/common/ico-star.png) no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  display: inline-block;
  height: 20px;
  margin: -5px 6px -5px -7px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 22px;
}
.btnFavorite:active {
  background: #fbfbfb;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #ffffff));
  background: -moz-linear-gradient(top, #f7f7f7, #ffffff);
  background: -webkit-linear-gradient(top, #f7f7f7, #ffffff);
  background: linear-gradient(to bottom, #f7f7f7, #ffffff);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF7F7F7', endColorstr='#FFFFFFFF');
}

.btnContact {
  background: #30b826;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNiYzgyZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI2YTgxZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3bc82f), color-stop(100%, #26a81d));
  background: -moz-linear-gradient(top, #3bc82f, #26a81d);
  background: -webkit-linear-gradient(top, #3bc82f, #26a81d);
  background: linear-gradient(to bottom, #3bc82f, #26a81d);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF3BC82F', endColorstr='#FF26A81D');
  color: #fff;
}
.btnContact:active {
  background: #30b826;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2YTgxZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNiYzgyZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #26a81d), color-stop(100%, #3bc82f));
  background: -moz-linear-gradient(top, #26a81d, #3bc82f);
  background: -webkit-linear-gradient(top, #26a81d, #3bc82f);
  background: linear-gradient(to bottom, #26a81d, #3bc82f);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF26A81D', endColorstr='#FF3BC82F');
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .btnContact:hover {
    color: #fff;
  }
}

@media print, screen and (min-width: 768px) {
  .btnFeature:before {
    background: #fff;
    content: '';
    display: block;
    height: 1px;
    left: 2px;
    opacity: .3;
    position: absolute;
    right: 2px;
    top: 1px;
  }
  .btnFeature .inset:before, .btnFeature .inset:after {
    background: rgba(255, 255, 255, 0.5);
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -moz-linear-gradient(top, #ffffff, rgba(0, 0, 0, 0));
    background: -webkit-linear-gradient(top, #ffffff, rgba(0, 0, 0, 0));
    background: linear-gradient(to bottom, #ffffff, rgba(0, 0, 0, 0));
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#00000000');
    content: '';
    display: block;
    height: 45%;
    opacity: .3;
    position: absolute;
    top: 1px;
    width: 1px;
  }
  .btnFeature .inset:before {
    left: 1px;
  }
  .btnFeature .inset:after {
    right: 1px;
  }
}
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea,
select {
  background: #fff;
  border: 1px solid #e2e2e2;
  padding: 8px 10px;
  vertical-align: bottom;
  width: 100%;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  background: #fff1f1;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="email"],
input[type="password"] {
  height: 38px;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  top: 3px;
  vertical-align: top;
}

select {
  height: 38px;
  padding: 5px 6px;
}

textarea {
  height: 170px;
}

input::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
}

textarea::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
}

input::-moz-placeholder {
  color: #999;
  font-weight: normal;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: #999;
  font-weight: normal;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
}

textarea:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
}

.select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}
.select select {
  width: 100%;
}
.select .select2-container {
  width: 100% !important;
}

.select2-container .select2-selection {
  border: 1px solid #e2e2e2;
  height: 38px;
  outline: none;
}
.select2-container .select2-selection .select2-selection__rendered {
  color: #232323;
  line-height: 34px;
  padding-top: 2px;
}
.select2-container .select2-selection .select2-selection__arrow {
  height: 36px;
  right: 0;
  top: 0;
}
.select2-container .select2-selection .select2-selection__arrow b {
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #c4c4c4 transparent transparent transparent;
  content: '';
  display: block;
  left: 7px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
}
.select2-container.select2-container--open .select2-selection .select2-selection__arrow b {
  border-width: 0 5px 9px 5px;
  border-color: transparent transparent #c4c4c4 transparent;
}
.select2-container .select2-dropdown {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
}
.select2-container .select2-dropdown.select2-dropdown--below {
  border-top-width: 0;
}
.select2-container .select2-dropdown.select2-dropdown--above {
  border-bottom-width: 0;
}
.select2-container .select2-results__options li + li {
  border-top: 1px solid #e2e2e2;
}

input[type="checkbox"] {
  display: none;
}

.checkBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 28px;
  position: relative;
  vertical-align: middle;
}
.checkBox:before, .checkBox:after {
  content: '';
  position: absolute;
}
.checkBox:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fbfbfb;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  background: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background: linear-gradient(to bottom, #ffffff, #f7f7f7);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF7F7F7');
  border: 1px solid #c5c5c5;
  display: block;
  height: 20px;
  left: 0;
  top: 0;
  width: 20px;
}
.checkBox:after {
  background: url(/National_Library/oe_/https://roompia.jp/images/common/ico-check.png) no-repeat;
  -moz-background-size: auto 9px;
  -o-background-size: auto 9px;
  -webkit-background-size: auto 9px;
  background-size: auto 9px;
  display: none;
  height: 9px;
  left: 5px;
  top: 6px;
  width: 11px;
}
input[type=checkbox]:checked + .checkBox:after {
  display: block;
}
input[type=checkbox]:disabled + .checkBox {
  color: #cecece !important;
  cursor: default !important;
}

.ruby {
  color: #898988;
  display: inline-block;
  font-size: 11px;
  font-family: 'Open Sans Condensed', sans-serif;
  letter-spacing: 1px;
}

.hgroup {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.hgroup:before, .hgroup:after {
  content: '';
  display: table;
}
.hgroup:after {
  clear: both;
}
.hgroup .ruby {
  padding-left: 12px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.hgroup .tit {
  position: relative;
}

.hgroupPrimary {
  background: #db3d3c;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 12px 20px 9px;
}
.hgroupPrimary .tit {
  display: inline-block;
  font-size: 20px;
  padding-left: 18px;
}
.hgroupPrimary .tit:before {
  background: #fff;
  content: '';
  height: 20px;
  left: 0;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  width: 5px;
}
.hgroupPrimary .ruby {
  color: #e89191;
}
.hgroupPrimary .link {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-top: -6px;
  position: absolute;
  right: 26px;
  top: 50%;
}
.hgroupPrimary .link a {
  color: #fff;
  padding-left: 13px;
  position: relative;
}
.hgroupPrimary .link a:before {
  background: url(/National_Library/oe_/https://roompia.jp/images/common/arrow-white.png) no-repeat left center;
  -moz-background-size: auto 8px;
  -o-background-size: auto 8px;
  -webkit-background-size: auto 8px;
  background-size: auto 8px;
  content: '';
  display: inline-block;
  height: 8px;
  margin-right: 8px;
  position: relative;
  top: -1px;
  width: 5px;
}

.hgroupSecondary {
  background: #f5f5f5;
  line-height: 1.25;
  margin-bottom: 20px;
  padding: 9px 11px 6px;
}
.hgroupSecondary .tit {
  display: inline-block;
  font-size: 16px;
  padding-left: 12px;
}
.hgroupSecondary .tit:before {
  background: #db3d3c;
  content: '';
  height: 13px;
  left: 0;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 3px;
}

.hgroupTertiary {
  line-height: 1.16667;
  margin-bottom: 18px;
}
.hgroupTertiary .tit {
  display: inline-block;
  font-size: 24px;
  padding-left: 18px;
}
.hgroupTertiary .tit:before {
  background: #db3d3c;
  bottom: 6px;
  content: '';
  left: 0;
  position: absolute;
  top: 2px;
  width: 5px;
}

.hgroupResidence {
  background: url(/National_Library/oe_/https://roompia.jp/images/common/bg-tit-residence.png) repeat-x left top;
  border-top: 5px solid #cbcbcb;
  line-height: 1.3;
  padding: 26px 20px 10px;
}
.hgroupResidence .tit {
  display: inline-block;
  font-size: 20px;
  margin: 0 8px 5px 0;
  padding-left: 14px;
}
.hgroupResidence .tit:before {
  background: #db3d3c;
  content: '';
  height: 17px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 4px;
}
.hgroupResidence .label {
  top: -4px;
}

.titVoice:before {
  background: url(/National_Library/oe_/https://roompia.jp/images/common/ico-voice.png) no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  display: inline-block;
  height: 20px;
  margin-right: 6px;
  position: relative;
  top: -3px;
  vertical-align: middle;
  width: 22px;
}

.table {
  display: table;
}
.table .thead {
  display: table-header-group;
}
.table .tbody {
  display: table-row-group;
}
.table .tfoot {
  display: table-footer-group;
}
.table .tr {
  display: table-row;
}
.table .th,
.table .td {
  display: table-cell;
}

table, .table {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
table tr[data-href], table .tr[data-href], .table tr[data-href], .table .tr[data-href] {
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  table tr[data-href]:hover, table .tr[data-href]:hover, .table tr[data-href]:hover, .table .tr[data-href]:hover {
    background: #f6f6f2;
  }
}
table tr[data-href] th, table tr[data-href] .th,
table tr[data-href] td, table tr[data-href] .td, table .tr[data-href] th, table .tr[data-href] .th,
table .tr[data-href] td, table .tr[data-href] .td, .table tr[data-href] th, .table tr[data-href] .th,
.table tr[data-href] td, .table tr[data-href] .td, .table .tr[data-href] th, .table .tr[data-href] .th,
.table .tr[data-href] td, .table .tr[data-href] .td {
  background: none;
}
table th, table .th,
table td, table .td, .table th, .table .th,
.table td, .table .td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  padding: 11px 20px 10px;
  word-break: break-all;
}
table thead th, table thead .th,
table thead td, table thead .td, table .thead th, table .thead .th,
table .thead td, table .thead .td, .table thead th, .table thead .th,
.table thead td, .table thead .td, .table .thead th, .table .thead .th,
.table .thead td, .table .thead .td {
  text-align: center;
  vertical-align: middle;
}
table tbody th, table tbody .th,
table tbody td, table tbody .td, table .tbody th, table .tbody .th,
table .tbody td, table .tbody .td, .table tbody th, .table tbody .th,
.table tbody td, .table tbody .td, .table .tbody th, .table .tbody .th,
.table .tbody td, .table .tbody .td {
  vertical-align: top;
}
table th, table .th, .table th, .table .th {
  font-weight: bold;
}
table tr > * + *, table .tr > * + *, .table tr > * + *, .table .tr > * + * {
  border-left-width: 1px;
}
table tr + tr th, table tr + tr .th,
table tr + tr td, table tr + tr .td,
table .tr + .tr th,
table .tr + .tr .th,
table .tr + .tr td,
table .tr + .tr .td, .table tr + tr th, .table tr + tr .th,
.table tr + tr td, .table tr + tr .td,
.table .tr + .tr th,
.table .tr + .tr .th,
.table .tr + .tr td,
.table .tr + .tr .td {
  border-top-width: 1px;
}

.tableCol {
  border: 1px solid #dedede;
}
.tableCol th, .tableCol .th,
.tableCol td, .tableCol .td {
  border-color: #e5e5e5;
  border-style: solid;
}
.tableCol th, .tableCol .th {
  background: #f5f5f5;
}
.tableCol thead th, .tableCol thead .th, .tableCol .thead th, .tableCol .thead .th {
  border-bottom-width: 1px;
}

.tableRow {
  border: 1px solid #dedede;
}
.tableRow,
.tableRow tbody, .tableRow .tbody,
.tableRow tr, .tableRow .tr {
  height: 100%;
}
.tableRow th, .tableRow .th,
.tableRow td, .tableRow .td {
  border-color: #ccc;
  border-style: dotted;
}
.tableRow thead th, .tableRow thead .th, .tableRow .thead th, .tableRow .thead .th {
  background: #e9e9de;
  text-align: center;
}

.tableColSp tbody .thSp, .tableColSp .tbody .thSp {
  display: none;
}

.block {
  position: relative;
  z-index: 2;
}
.block:before, .block:after {
  content: '';
  display: table;
}
.block:after {
  clear: both;
}
.block + .block {
  margin-top: 40px;
}

.bdBlock .hgroup {
  margin-bottom: 0;
}
.bdBlock .inner {
  border: 1px solid #db3d3c;
  padding: 19px 21px;
}
.bdBlock .hgroupPrimary + .inner {
  border-top-width: 0;
}
.bdBlock section .tit {
  font-size: 18px;
  margin-bottom: 8px;
}
.bdBlock section + section {
  border-top: 1px dotted #ccc;
  margin-top: 14px;
  padding-top: 18px;
}

.alertBlock {
  background: #faf5f5;
  border: 1px solid #db3d3c;
  color: #d31c18;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.38889;
  margin-top: 20px;
  padding: 26px 14px 25px 70px;
  position: relative;
}
.alertBlock:before {
  background: url(/National_Library/oe_/https://roompia.jp/images/common/ico-alert.png) no-repeat;
  content: '';
  display: block;
  height: 28px;
  left: 26px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 32px;
}

.tabContent + .tabContent {
  display: none;
}

.tabNav {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 4px solid #db3d3c;
  min-height: 71px;
}
.tabNav:before, .tabNav:after {
  content: '';
  display: table;
}
.tabNav:after {
  clear: both;
}
.tabNav li {
  float: left;
  position: relative;
  top: 15px;
}
.tabNav li + li {
  margin-left: 1px;
}
.tabNav li a, .tabNav li span {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f2f2ed;
  color: #262626;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 52px;
  line-height: 1;
  padding-top: 20px;
  position: relative;
  text-align: center;
}
.tabNav li.active {
  top: 0;
}
.tabNav li.active a, .tabNav li.active span {
  background: #db3d3c;
  color: #fff;
  height: 67px;
  padding-top: 28px;
}
.tabNav li.active a:active, .tabNav li.active span:active {
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .tabNav li.active a:hover, .tabNav li.active span:hover {
    opacity: 1;
  }
}

.breadcrumbs {
  font-size: 12px;
  line-height: 1.66667;
  margin: 17px 0;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li + li:before {
  color: #232323;
  content: '\003e';
  margin: 0 3px 0 2px;
}
.breadcrumbs li a {
  color: #232323;
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .breadcrumbs li a:hover {
    color: #232323;
  }
}
.breadcrumbs li:last-child a {
  color: #232323;
  text-decoration: none;
}

.bx-prev,
.bx-next {
  display: block;
  height: 0;
  overflow: hidden;
  white-space: nowrap;
  background: #262626;
  margin-top: -30px;
  padding-top: 60px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.bx-prev:before,
.bx-next:before {
  background: url(/National_Library/oe_/https://roompia.jp/images/common/arrow-white.png) no-repeat;
  -moz-background-size: auto 12px;
  -o-background-size: auto 12px;
  -webkit-background-size: auto 12px;
  background-size: auto 12px;
  content: '';
  display: block;
  height: 12px;
  left: 50%;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 7px;
}
.bx-prev.disabled,
.bx-next.disabled {
  cursor: default;
  opacity: .5;
}

.bx-prev {
  left: 0;
}
.bx-prev:before {
  background-position: -11px 0;
  margin-left: -4px;
}

.bx-next {
  right: 0;
}
.bx-next:before {
  margin-left: -3px;
}

.mfp-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}
.mfp-content .btnDefault {
  font-size: 17px;
  margin-top: 13px;
  padding: 11px 0 10px;
  width: 106px;
}
.mfp-content .mfp-bottom-bar {
  margin: 0;
  position: static;
}
.mfp-content .mfp-title {
  color: #232323;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  margin-top: 12px;
  padding: 0;
  text-align: center;
}
.mfp-content .mfp-s-loading .mfp-arrow {
  display: none;
}

.mfp-inline-holder .mfp-content {
  background: #fff;
  border: 2px solid #db3d3c;
  padding: 37px 37px 34px;
  width: 496px;
}
.mfp-inline-holder .txt {
  color: #db3d3c;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.27273;
}

.mfp-image-holder .mfp-content {
  background: #f5f5f5;
  padding: 40px 40px 95px;
  width: 900px;
}
.mfp-image-holder .mfp-figure:before, .mfp-image-holder .mfp-figure:after {
  display: none;
}
.mfp-image-holder .mfp-img {
  max-height: 480px !important;
  padding: 0;
}
.mfp-image-holder .mfp-counter {
  display: none;
}
.mfp-image-holder .mfp-close {
  bottom: 40px;
  left: 50%;
  margin-left: -110px;
  position: absolute;
  right: auto;
  top: auto;
  width: 220px;
  z-index: 2;
}

.mfp-gallery .mfp-image-holder .mfp-content {
  padding: 40px 110px 95px;
}
.mfp-gallery .mfp-arrow {
  background: #262626;
  height: 120px;
  opacity: 1;
  margin-top: -60px;
  width: 30px;
}
.mfp-gallery .mfp-arrow:after {
  display: none;
}
.mfp-gallery .mfp-arrow:before {
  background: url(/National_Library/oe_/https://roompia.jp/images/common/arrow-white.png) no-repeat;
  -moz-background-size: auto 12px;
  -o-background-size: auto 12px;
  -webkit-background-size: auto 12px;
  background-size: auto 12px;
  border: 0;
  content: '';
  height: 12px;
  left: 50%;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 7px;
}
.mfp-gallery .mfp-arrow-left {
  left: 40px;
}
.mfp-gallery .mfp-arrow-left:before {
  background-position: -11px 0;
  margin-left: -4px;
}
.mfp-gallery .mfp-arrow-right {
  right: 40px;
}
.mfp-gallery .mfp-arrow-right:before {
  margin-left: -3px;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .label {
    font-size: 9px;
    line-height: 1.55556;
    margin-left: 10px;
    padding: 0 5px;
  }

  .pager {
    margin: 20px 0 25px;
  }
  .pager .pagerGuide {
    display: none;
  }
  .pager .pagerItem a,
  .pager .pagerItem span {
    font-size: 12px;
    line-height: 28px;
    margin: 0 2px 5px;
    min-width: 22px;
  }
  .pager .pagerItem .extend {
    margin: 0 -2px;
    padding-top: 2px;
  }

  .btnDefault {
    border: 1px solid #dedede;
  }

  .btnPrimary {
    background: #840c0c;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkzMGUwZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc1MGEwYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #930e0e), color-stop(100%, #750a0a));
    background: -moz-linear-gradient(top, #930e0e, #750a0a);
    background: -webkit-linear-gradient(top, #930e0e, #750a0a);
    background: linear-gradient(to bottom, #930e0e, #750a0a);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF930E0E', endColorstr='#FF750A0A');
    border: 1px solid #dedede;
  }

  .btnFavorite {
    background: whitesmoke;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
    background: -moz-linear-gradient(top, #ffffff, #ebebeb);
    background: -webkit-linear-gradient(top, #ffffff, #ebebeb);
    background: linear-gradient(to bottom, #ffffff, #ebebeb);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFEBEBEB');
    border: 1px solid #dedede;
  }

  .btnContact {
    background: #30b826;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ4ZGIzOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE5OTUxMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #48db39), color-stop(100%, #199513));
    background: -moz-linear-gradient(top, #48db39, #199513);
    background: -webkit-linear-gradient(top, #48db39, #199513);
    background: linear-gradient(to bottom, #48db39, #199513);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF48DB39', endColorstr='#FF199513');
    border: 1px solid #dedede;
  }

  .btnTel {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #c62f2e;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzM2EzOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I5MjQyMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d33a39), color-stop(100%, #b92423));
    background: -moz-linear-gradient(top, #d33a39, #b92423);
    background: -webkit-linear-gradient(top, #d33a39, #b92423);
    background: linear-gradient(to bottom, #d33a39, #b92423);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD33A39', endColorstr='#FFB92423');
    color: #fff;
  }
  .btnTel:before {
    background: url(/National_Library/oe_/https://roompia.jp/images/common/ico-tel.png) no-repeat -23px 0;
    -moz-background-size: auto 18px;
    -o-background-size: auto 18px;
    -webkit-background-size: auto 18px;
    background-size: auto 18px;
    content: '';
    display: inline-block;
    height: 18px;
    margin-right: 2px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 18px;
  }

  input[type="text"],
  input[type="search"],
  input[type="tel"],
  input[type="email"],
  input[type="password"],
  textarea,
  select {
    border: 1px solid #dedede;
    font-size: 12px;
  }

  input[type="text"],
  input[type="search"],
  input[type="tel"],
  input[type="email"],
  input[type="password"] {
    height: 30px;
  }

  select {
    height: 30px;
  }

  textarea {
    height: 130px;
  }

  .select select {
    background: #fff url(/National_Library/oe_/https://roompia.jp/images/common/arrow-select_sp.png) no-repeat right center;
    -moz-background-size: 16px auto;
    -o-background-size: 16px auto;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
  }

  .checkBox {
    padding: 0 0 0 24px;
  }
  .checkBox:before {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 18px;
    width: 18px;
  }
  .checkBox:after {
    left: 4px;
    top: 5px;
  }

  .hgroup .ruby {
    display: none;
  }

  .container .hgroupPrimarySp, .container
  .hgroupPrimary, .container
  .hgroupResidence {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hgroupPrimarySp,
  .hgroupPrimary {
    background: #db3d3c;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
    overflow: hidden;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .hgroupPrimarySp .tit,
  .hgroupPrimary .tit {
    display: inline-block;
    font-size: 15px;
    padding-left: 8px;
  }
  .hgroupPrimarySp .tit:before,
  .hgroupPrimary .tit:before {
    background: #fff;
    content: '';
    height: 13px;
    left: 0;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 3px;
  }
  .hgroupPrimarySp .link,
  .hgroupPrimary .link {
    display: none;
  }

  .hgroupSecondary {
    margin-bottom: 10px;
    padding: 5px 5px 4px;
  }
  .hgroupSecondary .tit {
    font-size: 14px;
    padding-left: 8px;
  }
  .hgroupSecondary .tit:before {
    height: 12px;
    margin-top: -6px;
    width: 3px;
  }

  .hgroupTertiary {
    margin-bottom: 12px;
  }
  .hgroupTertiary .tit {
    font-size: 20px;
    padding-left: 8px;
  }
  .hgroupTertiary .tit:before {
    bottom: 1px;
    top: 1px;
    width: 3px;
  }

  .hgroupResidence {
    -moz-background-size: 5px auto;
    -o-background-size: 5px auto;
    -webkit-background-size: 5px auto;
    background-size: 5px auto;
    border-top-width: 3px;
    padding-top: 14px;
    padding-bottom: 7px;
  }
  .hgroupResidence .tit {
    display: block;
    font-size: 16px;
    margin: 0 0 3px;
    padding-left: 7px;
  }
  .hgroupResidence .tit:before {
    height: 14px;
    margin-top: -7px;
    width: 3px;
  }
  .hgroupResidence .label {
    margin-left: 0;
    margin-right: 2px;
  }

  .titVoice:before {
    height: 13px;
    margin-right: 5px;
    top: -2px;
    width: 15px;
  }

  .table th, .table .th,
  .table td, .table .td,
  table th,
  table .th,
  table td,
  table .td {
    padding: 8px;
  }

  .tableColSp {
    display: block;
    overflow: hidden;
  }
  .tableColSp tbody, .tableColSp .tbody,
  .tableColSp tr, .tableColSp .tr,
  .tableColSp th, .tableColSp .th,
  .tableColSp td, .tableColSp .td {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  .tableColSp thead, .tableColSp .thead {
    display: none;
  }
  .tableColSp tr,
  .tableColSp th,
  .tableColSp td {
    clear: left;
    float: left;
    width: 100%;
  }
  .tableColSp tbody tr, .tableColSp tbody .tr, .tableColSp .tbody tr, .tableColSp .tbody .tr {
    overflow: hidden;
    position: relative;
  }
  .tableColSp tbody tr + tr, .tableColSp tbody tr + .tr, .tableColSp tbody .tr + tr, .tableColSp tbody .tr + .tr, .tableColSp .tbody tr + tr, .tableColSp .tbody tr + .tr, .tableColSp .tbody .tr + tr, .tableColSp .tbody .tr + .tr {
    border-top: 1px dotted #999;
    margin-top: -1px;
  }
  .tableColSp tbody th, .tableColSp tbody .th,
  .tableColSp tbody td, .tableColSp tbody .td, .tableColSp .tbody th, .tableColSp .tbody .th,
  .tableColSp .tbody td, .tableColSp .tbody .td {
    border: 0;
    font-size: 11px;
    text-align: left;
  }
  .tableColSp tbody .thSp, .tableColSp .tbody .thSp {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #b3b3b3;
    display: inline-block;
    font-size: 11px;
    padding-right: 10px;
  }

  .tableRowSp {
    display: block;
    overflow: hidden;
  }
  .tableRowSp .tbody,
  .tableRowSp .tr,
  .tableRowSp .th,
  .tableRowSp .td {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  .tableRowSp tbody,
  .tableRowSp tr,
  .tableRowSp th,
  .tableRowSp td {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: left;
    display: block;
    float: left;
    width: 100%;
  }
  .tableRowSp tbody th, .tableRowSp tbody .th,
  .tableRowSp tbody td, .tableRowSp tbody .td, .tableRowSp .tbody th, .tableRowSp .tbody .th,
  .tableRowSp .tbody td, .tableRowSp .tbody .td {
    border-width: 1px 0 0;
    width: 100% !important;
  }
  .tableRowSp tbody tr:first-child th, .tableRowSp tbody tr:first-child .th, .tableRowSp tbody .tr:first-child th, .tableRowSp tbody .tr:first-child .th, .tableRowSp .tbody tr:first-child th, .tableRowSp .tbody tr:first-child .th, .tableRowSp .tbody .tr:first-child th, .tableRowSp .tbody .tr:first-child .th {
    border-top-width: 0;
  }
  .tableRowSp tbody th, .tableRowSp tbody .th, .tableRowSp .tbody th, .tableRowSp .tbody .th {
    padding: 6px 9px;
  }
  .tableRowSp tbody td, .tableRowSp tbody .td, .tableRowSp .tbody td, .tableRowSp .tbody .td {
    font-size: 12px;
    padding: 13px 9px;
  }

  .block + .block {
    margin-top: 30px;
  }

  .bdBlock .hgroup {
    margin-bottom: 20px;
  }
  .bdBlock .inner {
    border: 0;
    padding: 0;
  }
  .bdBlock section .tit {
    font-size: 15px;
    margin-bottom: 2px;
  }
  .bdBlock section + section {
    border-top: 1px dotted #ccc;
    margin-top: 14px;
    padding-top: 18px;
  }

  .alertBlock {
    color: #db3d3c;
    font-size: 16px;
    line-height: 1.40625;
    padding: 39px 10px 15px;
    text-align: center;
  }
  .alertBlock:before {
    background-image: url(/National_Library/oe_/https://roompia.jp/images/common/ico-alert_sp.png);
    -moz-background-size: 23px auto;
    -o-background-size: 23px auto;
    -webkit-background-size: 23px auto;
    background-size: 23px auto;
    left: 50%;
    height: 19px;
    margin: 0 0 0 -12px;
    top: 12px;
    width: 23px;
  }

  .tabNav {
    border-bottom-width: 2px;
    min-height: 56px;
  }
  .tabNav li {
    top: 10px;
  }
  .tabNav li a, .tabNav li span {
    font-size: 15px;
    height: 44px;
    padding-top: 15px;
  }
  .tabNav li.active a, .tabNav li.active span {
    height: 54px;
    padding-top: 21px;
  }

  .breadcrumbs {
    display: none;
  }

  .bx-prev,
  .bx-next {
    margin-top: -23px;
    padding-top: 45px;
    width: 23px;
  }
  .bx-prev:before,
  .bx-next:before {
    -moz-background-size: auto 8px;
    -o-background-size: auto 8px;
    -webkit-background-size: auto 8px;
    background-size: auto 8px;
    height: 8px;
    margin-top: -4px;
    width: 5px;
  }

  .bx-prev {
    left: -35px;
  }
  .bx-prev:before {
    background-position: -7px 0;
    margin-left: -3px;
  }

  .bx-next {
    right: -35px;
  }
  .bx-next:before {
    margin-left: -2px;
  }

  .mfp-container .mfp-content {
    width: 100%;
  }

  .mfp-content .btnDefault {
    font-size: 14px;
    margin-top: 16px;
    min-width: 108px;
    padding: 14px 0;
  }
  .mfp-content .mfp-title {
    display: none;
  }

  .mfp-inline-holder .mfp-content {
    border-width: 1px;
    padding: 18px 20px;
    width: 100%;
  }
  .mfp-inline-holder .txt {
    font-size: 16px;
  }

  .mfp-image-holder .mfp-content {
    padding: 10px 10px 80px;
  }
  .mfp-image-holder .mfp-close {
    bottom: 25px;
    font-size: 15px;
    margin-left: -54px;
    padding: 9px 0;
    width: 108px;
  }

  .mfp-gallery .mfp-image-holder .mfp-content {
    padding: 10px 10px 80px;
  }
  .mfp-gallery .mfp-arrow {
    display: none;
  }
}
html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
@media print, screen and (min-width: 768px) {
  html {
    font-family: 'pc';
  }
}
@media screen and (max-width: 767px) {
  html {
    font-family: 'sp';
  }
}

body {
  background: #fff;
  color: #232323;
  font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.5714285;
  min-width: 980px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

img {
  max-width: 100%;
}

#wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.overlay {
  background: rgba(0, 0, 0, 0.3);
  content: '';
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 200;
}

@media print, screen and (min-width: 768px) {
  .container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    width: 980px;
  }
  .container:before, .container:after {
    content: '';
    display: table;
  }
  .container:after {
    clear: both;
  }
  .container #mainColumn {
    float: left;
    width: 680px;
  }
  .container #sideColumn {
    float: right;
    width: 260px;
  }

  #content {
    padding-bottom: 80px;
  }

  #header {
    background: #fff;
    border-bottom: 1px solid #eee;
    display: block;
    height: 165px;
    width: 100%;
    z-index: 100;
  }
  #header .container {
    position: relative;
  }
  #header .utilityNav:before, #header .utilityNav:after {
    content: '';
    display: table;
  }
  #header .utilityNav:after {
    clear: both;
  }
  #header .utilityNav li {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0;
    border-radius: 0 0 3px 3px;
    background-color: #e54140;
    float: left;
    position: relative;
  }
  #header .utilityNav li + li {
    margin-left: 6px;
  }
  #header .utilityNav li a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
  #header .utilityNav li a:before {
    background-position: center top;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
  }
  #header .utilityNav li.recently a:before {
    background-image: url(/National_Library/oe_/https://roompia.jp/images/common/ico-home.png);
  }
  #header .utilityNav li.favorite a:before {
    background-image: url(/National_Library/oe_/https://roompia.jp/images/common/ico-star.png);
  }
  #header .utilityNav li.contact a:before {
    background-image: url(/National_Library/oe_/https://roompia.jp/images/common/ico-mail.png);
  }
  #header .utilityNav .count {
    font-size: 14px;
    line-height: 10px;
    margin-left: 3px;
    position: relative;
    top: 1px;
  }
  #header .utilityNav .count:before, #header .utilityNav .count:after {
    font-size: 10px;
    position: relative;
    top: -2px;
  }
  #header .utilityNav .count:before {
    content: '(';
    margin-right: 1px;
  }
  #header .utilityNav .count:after {
    content: ')';
    margin-left: 1px;
  }
  #header .residenceCounter {
    float: right;
    margin-top: -7px;
    text-align: right;
    overflow: hidden;
    width: 250px;
  }
  #header .residenceCounter table {
    float: right;
    width: auto;
  }
  #header .residenceCounter th, #header .residenceCounter td {
    font-weight: bold;
    padding: 2px 0;
    vertical-align: middle;
  }
  #header .residenceCounter th {
    width: 120px;
  }
  #header .residenceCounter th span {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #db3d3c;
    color: #d21d1c;
    display: inline-block;
    font-size: 12px;
    height: 22px;
    line-height: 1;
    padding-top: 4px;
    position: relative;
    text-align: center;
    width: 110px;
    z-index: 0;
  }
  #header .residenceCounter th span:before, #header .residenceCounter th span:after {
    border-style: solid;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
  }
  #header .residenceCounter th span:before {
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #ffffff;
    margin-top: -3px;
    right: -4px;
    z-index: 0;
  }
  #header .residenceCounter th span:after {
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #db3d3c;
    margin-top: -4px;
    right: -8px;
    z-index: -1;
  }
  #header .residenceCounter th span.sum {
    background: #db3d3c;
    color: #fff;
  }
  #header .residenceCounter th span.sum:before {
    display: none;
  }
  #header .residenceCounter td {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 22px;
    text-align: right;
  }
  #header .residenceCounter td .count {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    height: 22px;
    line-height: 22px;
  }
  #header .residenceCounter td .unit {
    display: inline-block;
    font-size: 13px;
    margin-left: 3px;
    position: relative;
    top: -2px;
  }
  #header .headerTop {
    background: #db3d3c;
    height: 22px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  #header .headerTop .container {
    min-height: 22px;
  }
  #header .headerTop .txt {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 22px;
  }
  #header .headerTop .utilityNav {
    position: absolute;
    right: 0;
    top: 0;
  }
  #header .headerTop .utilityNav li:before {
    background: url(/National_Library/oe_/https://roompia.jp/images/common/bg-header-shadow.png) no-repeat top left;
    content: '';
    display: block;
    height: 100%;
    left: -6px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
  #header .headerTop .utilityNav li a {
    height: 36px;
    line-height: 36px;
    padding: 0px 10px;
  }
  #header .headerTop .utilityNav li a:before {
    height: 14px;
    margin-right: 3px;
    position: relative;
    top: -2px;
    vertical-align: middle;
  }
  #header .headerTop .utilityNav li.recently {
    min-width: 143px;
  }
  #header .headerTop .utilityNav li.recently a:before {
    -moz-background-size: auto 14px;
    -o-background-size: auto 14px;
    -webkit-background-size: auto 14px;
    background-size: auto 14px;
    width: 14px;
  }
  #header .headerTop .utilityNav li.favorite {
    min-width: 151px;
  }
  #header .headerTop .utilityNav li.favorite a:before {
    -moz-background-size: 15px auto;
    -o-background-size: 15px auto;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
    width: 15px;
  }
  #header .headerTop .utilityNav li.contact {
    display: none;
  }
  #header .headerTopFixed {
    background: #db3d3c;
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    height: 58px;
    position: fixed;
    top: -100px;
    width: 100%;
    z-index: 5;
  }
  #header .headerTopFixed .container {
    min-height: 58px;
  }
  #header .headerTopFixed .logo {
    left: 0;
    position: absolute;
    top: 21px;
  }
  #header .headerTopFixed .logo img {
    width: 118px;
  }
  #header .headerTopFixed .residenceCounter {
    margin-top: 16px;
    width: auto;
  }
  #header .headerTopFixed .residenceCounter table {
    float: none;
  }
  #header .headerTopFixed .residenceCounter table tr {
    display: block;
    float: left;
  }
  #header .headerTopFixed .residenceCounter table tr:first-child {
    margin-right: 15px;
  }
  #header .headerTopFixed .residenceCounter th, #header .headerTopFixed .residenceCounter td {
    background: transparent;
    padding: 0;
  }
  #header .headerTopFixed .residenceCounter th {
    width: 120px;
  }
  #header .headerTopFixed .residenceCounter th span {
    border-width: 0;
    color: #fff;
    padding-top: 5px;
    width: 110px;
  }
  #header .headerTopFixed .residenceCounter th span:before, #header .headerTopFixed .residenceCounter th span:after {
    display: none;
  }
  #header .headerTopFixed .residenceCounter th span:before {
    border-width: 3px 0 3px 5px;
    margin-top: -3px;
    right: -4px;
    z-index: 0;
  }
  #header .headerTopFixed .residenceCounter th span.sum {
    background: #fff;
    color: #db3d3c;  
  }
  #header .headerTopFixed .residenceCounter th span.sum:before {
    display: block;
  }
  #header .headerTopFixed .residenceCounter td {
    color: #fff;
    padding-top: 2px;
  }
  #header .headerTopFixed .utilityNav {
    float: right;
    margin-left: 20px;
  }
  #header .headerTopFixed .utilityNav li {
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  }
  #header .headerTopFixed .utilityNav li a {
    height: 69px;
    letter-spacing: .8px;
    padding: 39px 11px 0;
  }
  #header .headerTopFixed .utilityNav li a:before {
    display: block;
    height: 18px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 14px;
  }
  #header .headerTopFixed .utilityNav li.recently a:before {
    width: 18px;
  }
  #header .headerTopFixed .utilityNav li.favorite a:before {
    -moz-background-size: 19px auto;
    -o-background-size: 19px auto;
    -webkit-background-size: 19px auto;
    background-size: 19px auto;
  }
  #header .headerTopFixed .utilityNav li.contact a:before {
    top: 17px;
    width: 20px;
  }
  #header .headerMain {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding-top: 57px;
  }
  #header .headerMain .container {
    height: 100%;
  }
  #header .headerMain .logoArea {
    float: left;
  }
  #header .headerMain .logoArea a {
    display: block;
  }
  #header .headerMain .logoArea .logo {
    display: inline-block;
  }
  #header .headerMain .logoArea .logo img {
    width: 194px;
  }
  #header .headerMain .logoArea .txt {
    display: inline-block;
    margin: 17px 0 0 7px;
    vertical-align: top;
  }
  #header .headerMain .tel {
    float: right;
    margin: -2px 0 0 38px;
  }
  #header .headerMain .tel p {
    display: block;
    height: 0;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 50px;
    position: relative;
    width: 300px;
  }
  #header .headerMain .tel p span {
    left: 0;
    position: absolute;
    top: 0;
  }
  #header .headerMain .globalNav {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
  }
  #header .headerMain .globalNav ul {
    overflow: hidden;
  }
  #header .headerMain .globalNav .search {
    float: left;
  }
  #header .headerMain .globalNav .search li {
    float: left;
    height: 48px;
    position: relative;
    width: 214px;
  }
  #header .headerMain .globalNav .search li:before, #header .headerMain .globalNav .search li:after {
    background: #dcdcdc;
    content: '';
    display: block;
    height: 14px;
    position: absolute;
    top: 15px;
    width: 1px;
  }
  #header .headerMain .globalNav .search li:before {
    right: 0;
  }
  #header .headerMain .globalNav .search li:after {
    display: none;
    left: 0;
  }
  #header .headerMain .globalNav .search li:first-child {
    width: 213px;
  }
  #header .headerMain .globalNav .search li:first-child:after {
    display: block;
  }
  #header .headerMain .globalNav .search li a {
    color: #262626;
    display: block;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
    position: relative;
    text-align: center;
    z-index: 2;
  }
  #header .headerMain .globalNav .search li a:hover {
    background: #262626;
    color: #fff;
    opacity: 1;
  }
  #header .headerMain .globalNav .sub {
    font-size: 10px;
    position: absolute;
    right: 0;
    top: -8px;
  }
  #header .headerMain .globalNav .company {
    float: right;
    margin-top: 10px;
    overflow: hidden;
    width: 300px;
  }
  #header .headerMain .globalNav .company li.shop {
    float: left;
    width: 98px;
  }
  #header .headerMain .globalNav .company li.contact {
    float: right;
    width: 194px;
  }
  #header .headerMain .globalNav .company li a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #262626;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 30px;
    padding-top: 6px;
    text-align: center;
  }
  #header .headerMain .globalNav .company li a:before {
    background: url(/National_Library/oe_/https://roompia.jp/images/common/arrow-white.png) no-repeat left center;
    -moz-background-size: auto 8px;
    -o-background-size: auto 8px;
    -webkit-background-size: auto 8px;
    background-size: auto 8px;
    content: '';
    display: inline-block;
    height: 8px;
    margin-right: 9px;
    opacity: .6;
    width: 5px;
  }
  #header.contact {
    border: 0;
    height: 103px;
  }
  #header.contact .headerMain {
    padding-top: 43px;
  }
  #header.contact .headerMain .tel {
    display: none;
  }

  #footer .footerService {
    background: url(/National_Library/oe_/https://roompia.jp/images/common/bg-footer-service.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  #footer .footerService .container {
    color: #fff;
    display: table;
    padding: 39px 0;
  }
  #footer .footerService .hgroup,
  #footer .footerService .detail {
    display: table-cell;
    vertical-align: middle;
  }
  #footer .footerService .hgroup {
    width: 270px;
  }
  #footer .footerService .hgroup .tit {
    display: block;
    height: 0;
    overflow: hidden;
    white-space: nowrap;
    background: url(/National_Library/oe_/https://roompia.jp/images/common/logo-footer-service.png) no-repeat center center;
    padding-top: 41px;
    width: 228px;
  }
  #footer .footerService .detail {
    font-size: 12px;
    line-height: 1.8;
  }
  #footer .footerService .detail .catch {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.45;
    margin-bottom: 9px;
  }
  #footer .footerNav ul {
    height: 51px;
    overflow: hidden;
  }
  #footer .footerNav ul li {
    float: left;
    height: 51px;
    line-height: 51px;
    position: relative;
    text-align: center;
    width: 196px;
  }
  #footer .footerNav ul li:before, #footer .footerNav ul li:after {
    background: #e6e6e6;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    top: 14px;
    width: 1px;
  }
  #footer .footerNav ul li:before {
    right: 0;
  }
  #footer .footerNav ul li:after {
    display: none;
    left: 0;
  }
  #footer .footerNav ul li:first-child:after {
    display: block;
  }
  #footer .footerNav ul li a {
    color: #262626;
    display: block;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    text-align: center;
    z-index: 2;
  }
  #footer .footerNav ul li a:before {
    background: url(/National_Library/oe_/https://roompia.jp/images/common/arrow-black.png) no-repeat left center;
    -moz-background-size: auto 6px;
    -o-background-size: auto 6px;
    -webkit-background-size: auto 6px;
    background-size: auto 6px;
    content: '';
    display: inline-block;
    height: 6px;
    margin-right: 8px;
    position: relative;
    top: -1px;
    width: 4px;
  }
  #footer .footerNav ul li a:hover, #footer .footerNav ul li a:active {
    background: #262626;
    color: #fff;
    opacity: 1;
  }
  #footer .footerNav ul li a:hover:before, #footer .footerNav ul li a:active:before {
    background-image: url(/National_Library/oe_/https://roompia.jp/images/common/arrow-white.png);
    -moz-background-size: auto 6px;
    -o-background-size: auto 6px;
    -webkit-background-size: auto 6px;
    background-size: auto 6px;
  }
  #footer .footerSearch {
    background: #db3d3c;
    color: #fff;
    position: relative;
  }
  #footer .footerSearch a {
    color: #fff;
  }
  #footer .footerSearch .container {
    padding: 40px 0 42px;
  }
  #footer .footerSearch .column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 24px 0 36px;
  }
  #footer .footerSearch .column + .column {
    border-left: 1px solid #ee5450;
  }
  #footer .footerSearch .column section + section,
  #footer .footerSearch .column section + div {
    margin-top: 25px;
  }
  #footer .footerSearch .column .tit {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 25px;
    position: relative;
  }
  #footer .footerSearch .column .tit .ruby {
    color: #e89191;
    left: 0;
    position: absolute;
    top: 20px;
  }
  #footer .footerSearch .column ul {
    overflow: hidden;
  }
  #footer .footerSearch .column ul li {
    float: left;
    font-size: 13px;
    line-height: 1.88462;
    margin-right: 12px;
  }
  #footer .footerSearch .column dl dt {
    margin-bottom: 1px;
  }
  #footer .footerSearch .column dl dd + dt {
    margin-top: 7px;
  }
  #footer .footerSearch .footerSearch01 {
    padding-left: 0;
    width: 400px;
  }
  #footer .footerSearch .footerSearch02 {
    width: 386px;
  }
  #footer .footerSearch .footerSearch03 {
    padding-right: 0;
    width: 194px;
  }
  #footer .footerSearch .footerSearch03 ul li {
    float: none;
  }
  #footer .footerSearch .footerSearchDistrict ul li {
    line-height: 1.69231;
  }
  #footer .footerCompany {
    background: #262626;
    color: #fff;
    font-weight: bold;
  }
  #footer .footerCompany a {
    color: #fff;
  }
  #footer .footerCompany .container {
    padding: 24px 0 25px;
  }
  #footer .footerCompany .footerCompanyNav {
    float: right;
    padding-top: 27px;
    width: 480px;
  }
  #footer .footerCompany .footerCompanyNav ul:before, #footer .footerCompany .footerCompanyNav ul:after {
    content: '';
    display: table;
  }
  #footer .footerCompany .footerCompanyNav ul:after {
    clear: both;
  }
  #footer .footerCompany .footerCompanyNav ul li {
    border-right: 1px solid #a3a3a3;
    float: left;
    font-size: 12px;
    line-height: 1;
    padding: 0 18px;
  }
  #footer .footerCompany .footerCompanyNav ul li a {
    display: block;
  }
  #footer .footerCompany .footerCompanyNav ul li:first-child {
    padding-left: 0;
  }
  #footer .footerCompany .footerCompanyNav ul li:last-child {
    border: none;
    float: right;
    padding: 0;
  }
  #footer .footerCompany .footerCompanyNav .btnRecruit {
    background: #ebebe1;
    color: #232323;
    float: right;
    font-size: 11px;
    margin-top: 15px;
    padding: 10px 10px 9px;
    width: 136px;
  }
  #footer .footerCompany .footerCompanyNav .btnRecruit:before {
    background: url(/National_Library/oe_/https://roompia.jp/images/common/arrow-black.png) no-repeat left center;
    -moz-background-size: auto 8px;
    -o-background-size: auto 8px;
    -webkit-background-size: auto 8px;
    background-size: auto 8px;
    content: '';
    display: inline-block;
    height: 8px;
    margin-right: 7px;
    width: 5px;
  }
  #footer .footerCompany .footerCompanyNav .copyright {
    font-size: 10px;
    margin-top: 22px;
  }
  #footer .footerCompany .footerCompanyInfo {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(/National_Library/oe_/https://roompia.jp/images/common/logo-footer-company.png) no-repeat left 26px;
    float: left;
    margin-top: 2px;
    overflow: hidden;
    padding-left: 68px;
    width: 485px;
  }
  #footer .footerCompany .footerCompanyInfo dt {
    line-height: 1.28571;
    margin-bottom: 5px;
  }
  #footer .footerCompany .footerCompanyInfo dd {
    font-size: 12px;
    line-height: 1.66667;
  }

  .pagetop {
    bottom: -100px;
    position: fixed;
    right: 20px;
    width: 51px;
    z-index: 99;
  }
  .pagetop.fixed {
    bottom: 20px;
    position: fixed;
  }
  .pagetop a {
    display: block;
    height: 0;
    overflow: hidden;
    white-space: nowrap;
    background: url(/National_Library/oe_/https://roompia.jp/images/common/footer-pagetop.png) no-repeat;
    padding-top: 51px;
  }

  #sideColumn .box,
  #sideColumn aside {
    margin-bottom: 20px;
  }
  #sideColumn .box:last-child,
  #sideColumn aside:last-child {
    margin-bottom: 0 !important;
  }
  #sideColumn .box > .tit,
  #sideColumn aside > .tit {
    background: #dfdfd0;
    font-size: 18px;
    line-height: 1.22222;
    padding: 13px 10px 11px;
    text-align: center;
  }
  #sideColumn .sideBanner .tit {
    margin-bottom: 20px;
  }
  #sideColumn .sideBanner p + p {
    margin-top: 20px;
  }
  #sideColumn .box .inner {
    border: 1px solid #dedede;
    padding: 20px 19px 24px;
  }
  #sideColumn .sideArchive .archiveList li {
    font-size: 12px;
  }
  #sideColumn .sideArchive .archiveList li + li {
    margin-top: 10px;
  }
  #sideColumn .sideArchive .archiveList li a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fbfbfb;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
    background: -moz-linear-gradient(top, #ffffff, #f7f7f7);
    background: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
    background: linear-gradient(to bottom, #ffffff, #f7f7f7);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF7F7F7');
    border: 1px solid #dedede;
    color: #232323;
    display: block;
    font-weight: bold;
    line-height: 1;
    padding: 6px 0 4px;
    text-align: center;
  }
  #sideColumn .sideArchive .archiveList li a:active {
    background: #fbfbfb;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #ffffff));
    background: -moz-linear-gradient(top, #f7f7f7, #ffffff);
    background: -webkit-linear-gradient(top, #f7f7f7, #ffffff);
    background: linear-gradient(to bottom, #f7f7f7, #ffffff);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF7F7F7', endColorstr='#FFFFFFFF');
  }
  #sideColumn .sideArchive .archiveList li a:hover {
    color: #232323;
  }
}
#sideColumn .sideSearch {
  margin-bottom: 30px;
}
#sideColumn .sideSearch .box .inner {
  padding-bottom: 29px;
}
#sideColumn .sideSearch .btnPrimary,
#sideColumn .sideSearch .btnDefault {
  display: block;
  width: 100%;
}
#sideColumn .sideSearch .btnPrimary {
  font-size: 18px;
  margin-top: 20px;
  padding: 18px 15px 15px;
}
#sideColumn .sideSearch .btnPrimary .num {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin: 3px 0 -2px;
}
#sideColumn .sideSearch .btnPrimary .num span {
  font-size: 14px;
}
#sideColumn .sideSearch .btnDefault {
  border-color: #ebebeb;
  font-size: 12px;
  padding: 6px 5px 4px;
}
#sideColumn .sideSearch .checkBox {
  display: block;
}
#sideColumn .sideSearch .select {
  display: block;
}
#sideColumn .sideSearch .select + .select {
  padding-top: 9px;
}
#sideColumn .sideSearch section:before, #sideColumn .sideSearch section:after {
  content: '';
  display: table;
}
#sideColumn .sideSearch section:after {
  clear: both;
}
#sideColumn .sideSearch dl dd {
  margin-top: 6px;
}
#sideColumn .sideSearch dl dd + dt {
  margin-top: 15px;
}
#sideColumn .sideSearch ul li + li {
  margin-top: 8px;
}
#sideColumn .sideSearch .partition {
  border-top: 1px solid #e9e9de;
  margin: 20px -19px 0;
  padding: 16px 19px 0;
  position: relative;
}
#sideColumn .sideSearch .partition:before, #sideColumn .sideSearch .partition:after {
  border-style: solid;
  border-width: 5px 8px 0 8px;
  content: '';
  display: block;
  left: 50%;
  margin-left: -8px;
  position: absolute;
}
#sideColumn .sideSearch .partition:before {
  border-color: #e9e9de transparent transparent transparent;
  top: 0;
}
#sideColumn .sideSearch .partition:after {
  border-color: #fff transparent transparent transparent;
  top: -1px;
}
#sideColumn .sideSearch .sideSearchStatus .order {
  line-height: 1.42857;
  margin-bottom: 6px;
}
#sideColumn .sideSearch .sideSearchStatus .order li {
  display: inline-block;
  margin-right: 4px;
  padding-right: 13px;
  position: relative;
}
#sideColumn .sideSearch .sideSearchStatus .order li:before {
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #dfdfd0;
  content: '';
  display: block;
  margin-top: -6px;
  position: absolute;
  right: 0;
  top: 50%;
}
#sideColumn .sideSearch .sideSearchStatus .order li:last-child {
  margin-right: 0;
  padding-right: 0;
}
#sideColumn .sideSearch .sideSearchStatus .order li:last-child:before {
  display: none;
}
#sideColumn .sideSearch .sideSearchStatus .btnDefault + .btnDefault {
  margin-top: 10px;
}
#sideColumn .sideSearch .sideSearchStatus .more .tit {
  margin-bottom: 13px;
}
#sideColumn .sideSearch .sideSearchStatus .more .scrollBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  height: 165px;
  overflow-y: auto;
  padding: 10px;
}
#sideColumn .sideSearch .sideSearchTime .station input {
  margin-right: 8px;
  width: 160px;
}
#sideColumn .sideSearch .sideSearchTime .station > span {
  position: relative;
  top: 7px;
}
#sideColumn .sideSearch .sideSearchTime .station .bold {
  font-size: 20px;
}
#sideColumn .sideSearch .sideSearchFilter section + section {
  margin-top: 27px;
}
#sideColumn .sideSearch .sideSearchFilter section .tit {
  background: #f5f5f5;
  font-size: 14px;
  margin: 0 -19px 20px;
  padding: 11px 19px 7px;
}
#sideColumn .sideSearch .sideSearchFilter .btnPrimary {
  margin-top: 0;
}
#sideColumn .sideSearch .sideSearchFilter .btnPrimary + section {
  margin-top: 20px;
}
#sideColumn .sideSearch .sideSearchFilter .partition {
  margin-top: 28px;
  padding-top: 31px;
}
#sideColumn .sideSearch .sideSearchFilter .rent ul {
  padding-top: 20px;
}
#sideColumn .sideSearch .sideSearchFilter .floorplan ul {
  overflow: hidden;
}
#sideColumn .sideSearch .sideSearchFilter .floorplan li {
  float: left;
  margin-right: 5px;
  min-width: 115px;
}
#sideColumn .sideSearch .sideSearchFilter .floorplan li:first-child {
  float: none;
}
#sideColumn .sideSearch .sideSearchFilter .floorplan li:nth-child(2n+1) {
  margin-right: 0;
  min-width: 100px;
}
#sideColumn .sideSearch .sideSearchFilter .choice .btnDefault {
  margin-top: 16px;
}

.sideSearchChoice {
  text-align: left;
}
.sideSearchChoice .tit {
  background: #f5f5f5;
  border: 1px solid #dedede;
  border-width: 1px 1px 0;
  font-size: 16px;
  line-height: 1.25;
  padding: 18px 24px 15px;
}
.sideSearchChoice .termsBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #dedede;
  height: 400px;
  overflow-y: scroll;
  padding: 20px;
}
.sideSearchChoice ul {
  margin-bottom: -10px;
  overflow: hidden;
}
.sideSearchChoice ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  min-width: 160px;
  padding-right: 10px;
}
.sideSearchChoice ul li .checkBox {
  display: block;
}
.sideSearchChoice dl dd + dt {
  margin-top: 40px;
}
.sideSearchChoice dl dt {
  line-height: 1;
  margin-bottom: 12px;
  padding-left: 13px;
  position: relative;
}
.sideSearchChoice dl dt:before {
  background: #dedede;
  content: '';
  display: block;
  height: 13px;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
}
.sideSearchChoice .btns {
  background: #fff;
  margin: 20px auto 0;
  width: 350px;
}
.sideSearchChoice .btnPrimary {
  display: block;
  font-size: 18px;
  padding: 17px 10px 15px;
  width: 100%;
}
.sideSearchChoice .btnClose {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 0;
  overflow: hidden;
  white-space: nowrap;
  background: #fff url(/National_Library/oe_/https://roompia.jp/images/common/btn-infobox-close.png) no-repeat center center;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  border: 1px solid #d2d2d2;
  padding-top: 28px;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 30px;
}

.mfp-searchChoice .mfp-inline-holder .mfp-content {
  background: none;
  border: 0;
  padding: 0;
  width: 900px;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }

  body {
    line-height: 1.4285714;
    min-width: 320px;
  }

  .overlay {
    background: rgba(0, 0, 0, 0.66);
    z-index: 100;
  }

  .container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 10px;
  }
  .container:before, .container:after {
    content: '';
    display: table;
  }
  .container:after {
    clear: both;
  }

  #content {
    padding-bottom: 30px;
  }

  .footerNav ul li,
  .globalNav ul li {
    position: relative;
  }
  .footerNav ul li a,
  .globalNav ul li a {
    display: block;
    font-weight: bold;
    padding: 18px 10px 17px;
  }
  .footerNav ul li a:before,
  .globalNav ul li a:before {
    content: '';
    display: block;
    height: 9px;
    margin-top: -4px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 6px;
  }

  #header {
    background: #fff;
    padding-top: 40px;
    z-index: 200;
  }
  #header .headerTop,
  #header .residenceCounter {
    display: none;
  }
  #header .headerTopFixed {
    background: #db3d3c;
    height: 40px;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
  }
  #header .headerTopFixed .container {
    height: 100%;
    margin: 0;
  }
  #header .headerTopFixed .logo,
  #header .headerTopFixed .residenceCounter {
    display: none;
  }
  #header .headerTopFixed .utilityNav {
    display: table;
    height: 100%;
    width: 100%;
  }
  #header .headerTopFixed .utilityNav li {
    display: table-cell;
    font-weight: bold;
    font-size: 9px;
    text-align: center;
  }
  #header .headerTopFixed .utilityNav li + li {
    border-left: 1px solid #c23433;
  }
  #header .headerTopFixed .utilityNav li:first-child {
    width: 30%;
  }
  #header .headerTopFixed .utilityNav li:last-child {
    width: 37%;
  }
  #header .headerTopFixed .utilityNav li a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: block;
    height: 40px;
    padding-top: 22px;
    position: relative;
  }
  #header .headerTopFixed .utilityNav li a:before {
    background-position: center bottom;
    background-repeat: no-repeat;
    content: '';
    height: 12px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 7px;
  }
  #header .headerTopFixed .utilityNav li.recently a:before {
    background-image: url(/National_Library/oe_/https://roompia.jp/images/common/ico-home.png);
    -moz-background-size: auto 11px;
    -o-background-size: auto 11px;
    -webkit-background-size: auto 11px;
    background-size: auto 11px;
    width: 11px;
  }
  #header .headerTopFixed .utilityNav li.favorite a:before {
    background-image: url(/National_Library/oe_/https://roompia.jp/images/common/ico-star.png);
    -moz-background-size: auto 12px;
    -o-background-size: auto 12px;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
  }
  #header .headerTopFixed .utilityNav li.contact a:before {
    background-image: url(/National_Library/oe_/https://roompia.jp/images/common/ico-header-document.png);
    -moz-background-size: auto 11px;
    -o-background-size: auto 11px;
    -webkit-background-size: auto 11px;
    background-size: auto 11px;
    top: 8px;
  }
  #header .headerTopFixed .utilityNav .count {
    font-size: 10px;
    line-height: 9px;
    margin-left: 3px;
  }
  #header .headerTopFixed .utilityNav .count:before, #header .headerTopFixed .utilityNav .count:after {
    font-size: 8px;
    position: relative;
    top: -1px;
  }
  #header .headerTopFixed .utilityNav .count:before {
    content: '(';
    margin-right: 1px;
  }
  #header .headerTopFixed .utilityNav .count:after {
    content: ')';
    margin-left: 1px;
  }
  #header .headerMain .container {
    margin: 0;
  }
  #header .headerMain .logoArea {
    float: left;
  }
  #header .headerMain .logoArea a {
    display: block;
    height: 64px;
    padding: 0 10px;
  }
  #header .headerMain .logoArea .logo {
    padding-top: 23px;
  }
  #header .headerMain .logoArea .logo img {
    width: 90px;
  }
  #header .headerMain .logoArea .txt {
    display: none;
  }
  #header .headerMain .tel {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f6f6f6;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
    background: -moz-linear-gradient(top, #ffffff, #eeeeee);
    background: -webkit-linear-gradient(top, #ffffff, #eeeeee);
    background: linear-gradient(to bottom, #ffffff, #eeeeee);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE');
    border: 1px #dedede solid;
    float: right;
    margin: 10px 61px 0 0;
    width: 142px;
  }
  #header .headerMain .tel p {
    display: block;
    height: 0;
    overflow: hidden;
    white-space: nowrap;
    background: url(/National_Library/oe_/https://roompia.jp/images/common/tel-header_sp.png) no-repeat center center;
    -moz-background-size: 131px 25px;
    -o-background-size: 131px 25px;
    -webkit-background-size: 131px 25px;
    background-size: 131px 25px;
    padding-top: 42px;
  }
  #header .headerMain .globalNav {
    display: none;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 104px;
    width: 100%;
    z-index: 50;
  }
  #header .headerMain .globalNav .inner {
    overflow-y: auto;
    width: 100%;
  }
  #header .headerMain .globalNav .sub {
    display: none;
  }
  #header .headerMain .globalNav ul + ul {
    border-top: 1px solid #686868;
  }
  #header .headerMain .globalNav li {
    background: #262626;
  }
  #header .headerMain .globalNav li:after {
    background: url(/National_Library/oe_/https://roompia.jp/images/common/arrow-white.png) no-repeat left center;
    -moz-background-size: auto 9px;
    -o-background-size: auto 9px;
    -webkit-background-size: auto 9px;
    background-size: auto 9px;
  }
  #header .headerMain .globalNav li + li {
    border-top: 1px solid #686868;
  }
  #header .headerMain .globalNav li a {
    color: #fff;
  }
  #header .headerMain .navBtn {
    background: #262626 url(/National_Library/oe_/https://roompia.jp/images/common/btn-header-nav.png) no-repeat;
    -moz-background-size: auto 44px;
    -o-background-size: auto 44px;
    -webkit-background-size: auto 44px;
    background-size: auto 44px;
    cursor: pointer;
    display: block;
    height: 44px;
    padding: 0 9px;
    position: absolute;
    right: 10px;
    top: 50px;
    width: 26px;
    z-index: 2;
  }
  #header .headerMain .navBtn.active {
    background-position: right center;
  }
  .csspseudoanimations #header .headerMain .navBtn {
    background-image: none;
  }
  .csspseudoanimations #header .headerMain .navBtn span, .csspseudoanimations #header .headerMain .navBtn span:before, .csspseudoanimations #header .headerMain .navBtn span:after {
    background: #f5f5f5;
    content: '';
    display: block;
    height: 3px;
    width: 24px;
  }
  .csspseudoanimations #header .headerMain .navBtn span {
    -moz-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    -webkit-transition: background-color 0.1s;
    transition: background-color 0.1s;
    background: #f5f5f5;
    left: 50%;
    margin: -1px 0 0 -12px;
    position: absolute;
    top: 50%;
  }
  .csspseudoanimations #header .headerMain .navBtn span:before, .csspseudoanimations #header .headerMain .navBtn span:after {
    -moz-transition: -moz-transform 0.2s, top 0.2s, background-color 0.1s;
    -o-transition: -o-transform 0.2s, top 0.2s, background-color 0.1s;
    -webkit-transition: -webkit-transform 0.2s, top 0.2s, background-color 0.1s;
    transition: transform 0.2s, top 0.2s, background-color 0.1s;
    position: absolute;
    left: 0;
  }
  .csspseudoanimations #header .headerMain .navBtn span:before {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: -8px;
  }
  .csspseudoanimations #header .headerMain .navBtn span:after {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 8px;
  }
  .csspseudoanimations #header .headerMain .navBtn.active span {
    background: #262626;
  }
  .csspseudoanimations #header .headerMain .navBtn.active span:before, .csspseudoanimations #header .headerMain .navBtn.active span:after {
    top: 0;
  }
  .csspseudoanimations #header .headerMain .navBtn.active span:before {
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .csspseudoanimations #header .headerMain .navBtn.active span:after {
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
  }
  #header.contact {
    padding-top: 0;
  }
  #header.contact .headerTop {
    background: #db3d3c;
    display: block;
    height: 10px;
  }
  #header.contact .headerTop .txt {
    display: none;
  }
  #header.contact .headerMain .tel {
    margin-right: 10px;
  }

  #footer .footerService,
  #footer .footerSearch {
    display: none;
  }
  #footer .footerNav .container {
    margin: 0;
  }
  #footer .footerNav li {
    background: #f1f1f1;
  }
  #footer .footerNav li + li {
    border-top: 1px solid #d1d1d1;
  }
  #footer .footerNav li a {
    color: #232323;
  }
  #footer .footerNav li a:before {
    background: url(/National_Library/oe_/https://roompia.jp/images/common/arrow-gray.png) no-repeat left center;
    -moz-background-size: auto 9px;
    -o-background-size: auto 9px;
    -webkit-background-size: auto 9px;
    background-size: auto 9px;
  }
  #footer .footerCompany {
    background: #db3d3c;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    position: relative;
  }
  #footer .footerCompany a {
    color: #fff;
  }
  #footer .footerCompany .container {
    padding: 15px 0 26px;
  }
  #footer .footerCompany .footerCompanyNav ul {
    overflow: hidden;
    padding-right: 78px;
  }
  #footer .footerCompany .footerCompanyNav ul li {
    border-right: 1px #e37776 solid;
    float: left;
    height: 9px;
    margin: 0 7px 5px 0;
    padding-right: 7px;
  }
  #footer .footerCompany .footerCompanyNav ul li a {
    display: inline-block;
    line-height: 1;
    text-align: center;
  }
  #footer .footerCompany .footerCompanyNav ul li:nth-child(3) {
    border: none;
    margin-right: 0;
    padding-right: 0;
  }
  #footer .footerCompany .footerCompanyNav ul li:nth-child(4) {
    clear: both;
  }
  #footer .footerCompany .footerCompanyNav .btnRecruit {
    background: #ebebe1;
    color: #262626;
    font-size: 10px;
    line-height: 1.4;
    padding: 6px 14px 5px 13px;
    position: absolute;
    right: 10px;
    top: 16px;
  }
  #footer .footerCompany .footerCompanyNav .btnRecruit:before {
    background: url(/National_Library/oe_/https://roompia.jp/images/common/arrow-black.png) no-repeat left center;
    -moz-background-size: auto 5px;
    -o-background-size: auto 5px;
    -webkit-background-size: auto 5px;
    background-size: auto 5px;
    content: '';
    display: inline-block;
    height: 5px;
    margin-right: 3px;
    position: relative;
    top: -1px;
    width: 4px;
  }
  #footer .footerCompany .footerCompanyNav .copyright {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #262626;
    bottom: 0;
    font-weight: normal;
    height: 26px;
    left: 0;
    margin: 0;
    padding-top: 6px;
    position: absolute;
    right: 0;
    text-align: center;
  }
  #footer .footerCompany .footerCompanyInfo {
    margin: 3px 0 12px;
    padding-left: 52px;
    position: relative;
  }
  #footer .footerCompany .footerCompanyInfo dt {
    display: block;
    height: 0;
    overflow: hidden;
    white-space: nowrap;
    background: url(/National_Library/oe_/https://roompia.jp/images/common/logo-footer-company.png) no-repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    left: 0;
    padding-top: 32px;
    position: absolute;
    top: 4px;
    width: 42px;
  }
  #footer .footerCompany .footerCompanyInfo dd {
    line-height: 1.55556;
  }
  #footer .footerCompany .footerCompanyInfo .tel {
    float: left;
    margin-right: 1em;
  }

  #sideColumn aside,
  #sideColumn .sideArchive {
    display: none;
  }
  #sideColumn .sideBanner {
    display: block;
    margin-top: 30px;
  }
  #sideColumn .sideBanner .tit {
    display: none;
  }
  #sideColumn .sideBanner p + p {
    margin-top: 15px;
  }
  #sideColumn .sideBanner img {
    width: 100%;
  }

  #sideColumn .sideSearch {
    display: table;
    left: 0;
    margin: 0;
    position: absolute;
    table-layout: fixed;
    top: 104px;
    width: 100%;
    z-index: 101;
  }
  #sideColumn .sideSearch .box {
    display: table-cell;
    position: static;
    vertical-align: top;
  }
  #sideColumn .sideSearch .box .searchTit {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fbfbfb;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
    background: -moz-linear-gradient(top, #ffffff, #f7f7f7);
    background: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
    background: linear-gradient(to bottom, #ffffff, #f7f7f7);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF7F7F7');
    border: 1px solid #dedede;
    border-width: 1px 0;
    cursor: pointer;
    font-size: 10px;
    height: 45px;
    line-height: 1.2;
    padding: 16px 0 0;
    text-align: center;
  }
  #sideColumn .sideSearch .box .searchTit span {
    display: inline-block;
    padding-right: 12px;
    position: relative;
  }
  #sideColumn .sideSearch .box .searchTit span:before {
    background: url(/National_Library/oe_/https://roompia.jp/images/common/arrow-black.png) no-repeat right center;
    -moz-background-size: auto 8px;
    -o-background-size: auto 8px;
    -webkit-background-size: auto 8px;
    background-size: auto 8px;
    content: '';
    display: block;
    height: 6px;
    margin-top: -3px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
  }
  #sideColumn .sideSearch .box .searchTit.active span:before {
    background-position: -15px center;
  }
  #sideColumn .sideSearch .box + .box .searchTit {
    border-left-width: 1px;
  }
  #sideColumn .sideSearch .box .inner {
    background: #fff;
    border: 1px solid #eaeaea;
    display: none;
    font-size: 12px;
    left: 10px;
    padding: 20px 10px;
    position: absolute;
    right: 10px;
    top: 57px;
  }
  #sideColumn .sideSearch .box .inner .tit,
  #sideColumn .sideSearch .box .inner dt {
    font-size: 13px;
  }
  #sideColumn .sideSearch .box .inner.active {
    display: block;
  }
  #sideColumn .sideSearch .box .inner:before, #sideColumn .sideSearch .box .inner:after {
    border-style: solid;
    border-width: 0 12px 9px 12px;
    content: '';
    display: block;
    position: absolute;
  }
  #sideColumn .sideSearch .box .inner:before {
    border-color: transparent transparent #eaeaea transparent;
    top: -9px;
  }
  #sideColumn .sideSearch .box .inner:after {
    border-color: transparent transparent #fff transparent;
    top: -8px;
  }
  #sideColumn .sideSearch .box.sideSearchStatus .inner:before, #sideColumn .sideSearch .box.sideSearchStatus .inner:after {
    left: 32px;
  }
  #sideColumn .sideSearch .box.sideSearchTime {
    width: 34%;
  }
  #sideColumn .sideSearch .box.sideSearchTime .searchTit {
    padding-top: 10px;
  }
  #sideColumn .sideSearch .box.sideSearchTime .inner:before, #sideColumn .sideSearch .box.sideSearchTime .inner:after {
    left: 50%;
    margin-left: -12px;
  }
  #sideColumn .sideSearch .box.sideSearchFilter .inner:before, #sideColumn .sideSearch .box.sideSearchFilter .inner:after {
    right: 32px;
  }
  #sideColumn .sideSearch .btnPrimary {
    font-size: 15px;
    min-height: 58px;
    padding: 11px 10px 10px;
    margin-top: 20px;
  }
  #sideColumn .sideSearch .btnPrimary .num {
    font-size: 12px;
    margin: 4px 0 0;
  }
  #sideColumn .sideSearch .btnPrimary .num span {
    font-size: 12px;
  }
  #sideColumn .sideSearch .btnDefault {
    font-size: 14px;
    padding: 10px;
  }
  #sideColumn .sideSearch .checkBox {
    padding-right: 5px;
  }
  #sideColumn .sideSearch dl dd {
    margin-top: 4px;
  }
  #sideColumn .sideSearch dl dd + dt {
    margin-top: 13px;
  }
  #sideColumn .sideSearch ul {
    margin: -10px 0;
    overflow: hidden;
  }
  #sideColumn .sideSearch ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 10px 0;
  }
  #sideColumn .sideSearch ul li + li {
    margin: 10px 0;
  }
  #sideColumn .sideSearch .partition {
    margin: 15px -10px 0;
    padding: 12px 10px 0;
  }
  #sideColumn .sideSearch .sideSearchStatus .more .tit {
    margin-bottom: 8px;
  }
  #sideColumn .sideSearch .sideSearchStatus .more .scrollBox {
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 10px 15px;
  }
  #sideColumn .sideSearch .sideSearchStatus .more .scrollBox li {
    min-width: 50%;
  }
  #sideColumn .sideSearch .sideSearchTime .station {
    padding-right: 52px;
    position: relative;
  }
  #sideColumn .sideSearch .sideSearchTime .station input {
    margin-right: 0;
    width: 100%;
  }
  #sideColumn .sideSearch .sideSearchTime .station > span {
    position: absolute;
    right: 0;
    top: 10px;
    width: 43px;
  }
  #sideColumn .sideSearch .sideSearchTime .station .bold {
    font-size: 14px;
  }
  #sideColumn .sideSearch .sideSearchFilter section + section {
    margin-top: 20px;
  }
  #sideColumn .sideSearch .sideSearchFilter section .tit {
    font-size: 13px;
    margin: 0 -10px 20px;
    padding: 9px 10px 7px;
  }
  #sideColumn .sideSearch .sideSearchFilter .partition {
    margin-top: 15px;
    padding-top: 20px;
  }
  #sideColumn .sideSearch .sideSearchFilter .type ul {
    margin-right: -15px;
  }
  #sideColumn .sideSearch .sideSearchFilter .type ul li {
    margin-right: 15px;
  }
  #sideColumn .sideSearch .sideSearchFilter .rent .select {
    float: left;
    min-width: 116px;
  }
  #sideColumn .sideSearch .sideSearchFilter .rent .select + .select {
    padding: 0 0 0 8px;
  }
  #sideColumn .sideSearch .sideSearchFilter .rent ul {
    clear: both;
    padding-top: 10px;
  }
  #sideColumn .sideSearch .sideSearchFilter .rent ul li {
    min-width: 50%;
  }
  #sideColumn .sideSearch .sideSearchFilter .floorplan li {
    margin-right: 0;
    min-width: 25%;
  }
  #sideColumn .sideSearch .sideSearchFilter .floorplan li:first-child {
    float: none;
  }
  #sideColumn .sideSearch .sideSearchFilter .floorplan li:nth-child(2n+1) {
    min-width: 25%;
  }
  #sideColumn .sideSearch .sideSearchFilter .walk .select {
    float: left;
    min-width: 116px;
  }
  #sideColumn .sideSearch .sideSearchFilter .area .select {
    float: left;
    padding-right: 5px;
    width: 50%;
  }
  #sideColumn .sideSearch .sideSearchFilter .area .select + .select {
    margin: 0;
    padding: 0 0 0 5px;
  }
  #sideColumn .sideSearch .sideSearchFilter .choice ul li {
    min-width: 50%;
  }
  #sideColumn .sideSearch .sideSearchFilter .choice .btnDefault {
    margin-top: 20px;
  }
  #sideColumn .sideSearch .sideSearchFilter .choice .btnDefault:after {
    background: url(/National_Library/oe_/https://roompia.jp/images/common/arrow-black.png) no-repeat right center;
    -moz-background-size: auto 8px;
    -o-background-size: auto 8px;
    -webkit-background-size: auto 8px;
    background-size: auto 8px;
    content: '';
    display: inline-block;
    height: 5px;
    margin-left: 6px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 8px;
  }
  #sideColumn .sideSearch .sideSearchFilter .choice .btnDefault.active:after {
    background-position: -15px center;
  }
  #sideColumn .sideSearchChoice .tit {
    display: none;
  }
  #sideColumn .sideSearchChoice .termsBox {
    border: 0;
    height: auto !important;
    overflow-y: visible;
    padding: 25px 0 0;
  }
  #sideColumn .sideSearchChoice ul {
    margin: 0 0 -14px;
  }
  #sideColumn .sideSearchChoice ul li {
    margin: 0 0 15px;
    min-width: 50%;
    padding-right: 14px;
  }
  #sideColumn .sideSearchChoice ul li + li {
    margin: 0 0 15px;
  }
  #sideColumn .sideSearchChoice dl dd + dt {
    margin-top: 25px;
  }
  #sideColumn .sideSearchChoice dl dt {
    font-size: 13px;
    padding-left: 12px;
  }
  #sideColumn .sideSearchChoice .btns {
    display: none;
  }
}
