@charset "UTF-8";

/* Top Page
  ========================================================================== */
.top #header hgroup {
  display: none;
}
.top #header .post {
  display: none;
}
header.site-top {
  display: block;
  margin-top: -51px;
  padding-top: 80px;
  background: url(/images/top_cover.jpg) center 60% no-repeat;
  background-size: cover;
  color: white;
}
header.site-top hgroup {
  display: block;
  text-align: center;
}
header.site-top h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
}
header.site-top hgroup h3 {
  margin-bottom: 40px;
  font-size: 100%;
}
header.site-top .btn {
  display: inline-block;
  width: 240px;
  margin-bottom: 60px;
  font-size: 20px;
}
.top section.guide {
  display: block;
  margin: 30px 0 40px;
}
.top section.guide section {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
.top section.guide section:last-child {
  margin: 0;
}
.top section.guide section img {
  width: 100%;
}
.top section.guide section h1 {
  display: block;
  margin: 0.5rem;
  font-size: 140%;
  text-align: center;
}
h1.prose a {
  color: #5C5956;
}
h1.prose a:hover {
  text-decoration: none;
}

/* My Page
  ========================================================================== */

.my-page #page-container {
  background: #F9F9F9;
}
.my-page #page-container .page-container-body {
  padding: 30px 0;
}
#my-page-nav {
  float: left;
  width: 280px;
}
#my-page-nav a {
  color: #615E5E;
}
#my-page-nav .user {
  margin-bottom: 20px;
  text-align: center;
}
#my-page-nav .user-icon img {
  width: 160px;
  height: 160px;
  border-radius: 80px;
}
#my-page-nav .user-name {
  margin: 10px 0 0;
  font-size: 18px;
}
#my-page-nav .user-name a {
  color: #000;
}
#my-page-nav .user small {
  display: block;
  text-align: right;
}
#my-page-nav ul {
  padding: 0;
}
#my-page-nav li {
  display: block;
}
#my-page-nav li a {
  display: block;
  width: 260px;
  padding: 0 10px;
  border-top: 1px solid #EEE;
  color: #888888;
  font-size: 16px;
  font-weight: normal;
  line-height: 3em;
  text-align: left;
}
#my-page-nav li a.selected {
  font-weight: bold;
  color: #615E5E;
}
#my-page-nav li a.tab-group-end {
  border-bottom: 1px solid #EEE;
  margin-bottom: 50px;
}

.page-favorites #my-page-nav .i-star,
.page-histories #my-page-nav .i-history,
.page-listings #my-page-nav .i-home,
.page-messages #my-page-nav .i-message,
.page-settings #my-page-nav .i-setting {
}
#my-page-body {
  float: right;
  width: 620px;
  min-height: 420px;
  padding: 10px;
  border: 1px solid #EEE;
  background: #FFF;
  border-radius: 4px;
}
#my-page-body .page-title {
  margin: 10px 0;
  font-size: 20px;
}
#my-page-body .page-sub-title {
  margin-left: 5px;
  font-size: 20px;
  color: #9B9B9B;
}

#my-page-body > section {
  display: none;
}

#my-page-body > section.active:not([hidden]) {
  display: block;
}

/* =============== listing list =============== */

.listing {
}

.listing h1 {
  margin: 1.5rem 0 0 0;
  font-size: 150%;
  font-family: serif;
}

.listing .listings-list .listing:not([hidden]) {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  margin: 20px 10px 20px 0;
}

.listing .listings-list .listing .title {
  display: block;
  padding: 0.5rem 0;
  font-size: 130%;
  font-family: serif;
}

.listing .listings-list .listing .title a {
  color: inherit;
}

.listing .listing-list .listing .desc {
  font-size: 80%;
  color: gray;
}

.listing.tags .listing {
  position: relative;
  padding: 0;
  text-align: left;
}

.listing.tags .listing .title {
  margin: 0;
  font-size: 100%;
  font-family: serif;
  text-align: center;
}

.listing.tags .listing .title a {
  color: inherit;
}

.listings-list .image img {
  width: 225px;
  height: 225px;
  object-fit: cover;
  margin-right: 10px;
}
.listings-list .image object {
  width: 225px;
  height: 150px;
  object-fit: cover;
  margin-right: 10px;
}

.listing.tags .listing img:not([hidden]) {
  width: 15em;
  height: 10em;
}

.listing.tags .listing img:not([hidden]) + img {
  position: absolute;
  top: 0;
  right: 0;
  width: 5em;
  height: 5em;
}

.listing.tags .listing img:not([hidden]) + img + img {
  position: absolute;
  top: 5em;
  right: 0;
  width: 5em;
  height: 5em;
}

.room-list .page-container-body nav.tabs a {
  padding: 5px;
  text-decoration: none;
}

.room-list .page-container-body nav.tabs a.selected {
  border-bottom: 3px solid #565a5c;
}

.room-list .pager button:disabled {
  display: none;
}


.main-table {
  width: calc(100% - 2em);
  margin: 1em;
  border-collapse: collapse;
}

.main-table thead {
  border-bottom: 1px solid currentcolor;
}

.main-table tbody tr {
  border-bottom: 1px dashed currentcolor;
}

.main-table th,
.main-table td {
  padding: .5rem;
  min-width: 3rem;
  vertical-align: top;
}

.main-table th {
  font-family: serif;
  font-size: 120%;
}

.main-table .timestamp {
  min-width: 12em;
}

.main-table .timestamp .info {
  text-align: end;
}

.main-table .env p {
  margin: 0 0 .5em 0;
}

.main-table time {
  --timejs-serialization: dtsjp1;
}

@media (max-width: 50em) {
  .main-table:not([hidden]) {
    display: block;
  }
  .main-table th:not([hidden]),
  .main-table td:not([hidden]) {
    display: block;
  }
}

.listing list-is-empty {
  margin: 1em;
}

/* =============== my page =============== */

#my-page-body hgroup {
  display: none;
}
#my-page-body .listings-list .listing {
  overflow: hidden;
  padding: 1.5em 0.5em;
  border-bottom: 1px solid #EEE;
}
#my-page-body #section-messages .listings-list .listing {
  cursor: pointer;
}
#my-page-body .listings-list .image {
  float: left;
  line-height: 0;
}
#my-page-body .listings-list .image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-right: 10px;
  margin-left: 10px;
}
#section-messages-as-user .listings-list .image img,
#section-messages-as-author .listings-list .image img {
  width: 60px;
}
#my-page-body .listings-list .title {
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 22px;
  font-family: serif;
  line-height: 1.3;
  display: block;
}
#my-page-body .listings-list .title a {
  color: #4A4A4A;
}
#my-page-body .listings-list .title a:hover {
  text-decoration: none;
}
#my-page-body .listings-list .user-icon {
  width: 40px;
  height: 40px;
  float: left;
  margin-left: 3px;
  margin-right: 8px;
  margin-top: -3px;
}
#my-page-body .listings-list .user-name {
  display: block;
  color: #4a4a4a;
}
#my-page-body .listings-list time {
  display: block;
  color: gray;
  font-size: 90%;
  margin-top: -3px;
}
#my-page-body .listings-list .body {
  color: gray;
  display: block;
  margin-top: 5px;
}

#my-page-body .listings-list .desc {
  margin-bottom: 10px;
  color: #9B9B9B;
}
#my-page-body .listings-list .remove {
  display: none;
  margin-top: 5px;
  text-align: right;
}
#my-page-body .listing:hover .remove {
  display: block;
}
#my-page-body .listings-list .remove a {
  color: #9B9B9B;
}
#my-page-body .listings-list .edit-menu a {
  margin-right: 1em;
}
#my-page-body .notice-items .more,
#my-page-body .pager {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  text-align: center;
}
#my-page-body .pager button {
  margin: 0 0.2em;
  padding: 0.4em 1em;
}

.listing > .listing {
  clear: both;
  margin-left: 2em;
}

.template-field {
  border: dashed 1px gray;
  color: gray;
}

img.template-field {
  opacity: 0.5;
}

#my-page-body #section-messages .listing a.body {
  margin-left: 120px;
  margin-top: 0.6em;
}

/* =============== message list =============== */
#my-page-body .message-detail .header,
#my-page-body .messages-list .message {
  display: block;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #EEE;
  color: #4A4A4A;
}
#my-page-body .messages-list .message:hover {
  text-decoration: none;
}
#my-page-body .messages-list .message:hover .title {
  text-decoration: underline;
}
#my-page-body .messages-list .message:hover .image {
  opacity: 0.7;
}
#my-page-body .message.unread {
  background: #FFFFF3;
}
#my-page-body .message-detail .header .image,
#my-page-body .messages-list .image {
  float: left;
  line-height: 0;
}
#my-page-body .message-detail .header .image img,
#my-page-body .messages-list .image img {
  width: 120px;
}
#my-page-body .message-detail .header .body,
#my-page-body .messages-list .body {
  margin-left: 140px;
}
#my-page-body .messages-list .date {
  float: right;
  margin-top: 5px;
  color: #9B9B9B;
}
#my-page-body .messages-list .title {
  margin-bottom: 5px;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#my-page-body .messages-list .user {
  color: #9B9B9B;
}
#my-page-body .messages-list .user img {
  width: 20px;
  height: 20px;
  margin-right: 2px;
  margin-bottom: 5px;
  vertical-align: middle;
  border-radius: 10px;
}
#my-page-body .messages-list .desc {
  color: #9B9B9B;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* =============== contact =============== */
body.contact {
  background-color: #F9F9F9;  
}
.contact #page-container {
  background-color: #F9F9F9;  
  text-align: center;
}
.contact .page-container-body {
  width: 640px;
}
#contact-page-body .main-contents {
  margin: 40px 0 20px 0;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #EEE;
  border-radius: 4px;
}
#contact-page-body .breadcrumb {
  padding-top: 0;
}
#contact-page-body .breadcrumb a {
  font-size: 120%;
  color: #C17716;
}
#contact-page-body .listing {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #EEE;
}
#contact-page-body .listing .image {
  float: left;
  line-height: 0;
}
#contact-page-body .listing .image img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: 10px;
}
#contact-page-body .listing .title {
  font-weight: normal;
  padding: 0.2em 0 0 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-family: serif;
  line-height: 1;
  display: block;
}
#contact-page-body .listing .title a {
  color: #4A4A4A;
  text-decoration: none;
}
#contact-page-body .listing .desc {
  margin-bottom: 10px;
  color: #9B9B9B;
}
.dialogs > section:not(.active) {
  display: none;
}
.messages ul {
  padding: 0;
  margin: 0;
}
.messages li {
  display: block;
  border-bottom: 1px solid #EEE;
  padding: 20px 0;
  position: relative;
}
.messages li .delete-button {
  position: absolute;
  right: 1em;
  top: 2em;
  visibility: hidden;
}
.messages li:hover .delete-button {
  visibility: visible;
}
.messages img.user-icon {
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 10px;
}
.messages li time {
  display: block;
  color: gray;
  font-size: 90%;
  margin-top: 2px;
}
.messages li .body {
  display: block;
  margin: 1em 0;
  color: #777;
  font-size: 110%;
  line-height: 1.8;
  white-space: pre-wrap;
}
.send-text-form {
  margin-top: 20px;
}
.send-text-form textarea {
  width: 580px;
  height: 10em;
  padding: 8px;
  margin-top: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
}
.send-text-form .button {
  text-align: center;
}
.send-text-form .button button {
  margin: 5px 0;
  padding: 0.3em 1em;
}

/* =============== message detail =============== */
#my-page-body .message-detail .header .desc {
  margin-top: 5px;
  color: #9B9B9B;
}
#my-page-body .message-detail .message {
  padding: 20px 0;
  border-bottom: 1px solid #EEE;
}
#my-page-body .message-detail .message .user-icon {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  vertical-align: middle;
  border-radius: 20px;
}
#my-page-body .message-detail .message .date {
  color: #9B9B9B;
}
#my-page-body .message-detail .message .body {
  clear: both;
  padding-top: 15px;
  font-size: 16px;
}
#my-page-body .message-form {
  padding: 20px 0;
}
#my-page-body .message-form .textarea {
  width: 100%;
}
#my-page-body .message-form .button {
  text-align: center;
}
#my-page-body .message-form input {
  width: 200px;
  margin: 10px auto;
}

.notice-items {
  margin: 0;
  padding: 0;
}

.notice-items li:not([hidden]) {
  display: block;
  margin: 0.5em;
  border-bottom: #eee 1px solid;
  padding: 1em 0.5em;
  cursor: pointer;
}

.notice-items li:last-child {
  border-bottom: none;
}

.notice-items li::after {
  content: "";
  display: block;
  clear: both;
}

.notice-items li .image img {
  float: right;
  width: 64px;
  height: 64px;
  object-fit: cover;
  margin-left: 10px;
}

.notice-items li .user-icon {
  float: left;
  margin-right: 10px;
  width: 48px;
  height: 48px;
}

.notice-items li .user-name {
  font-weight: bolder;
}

.notice-items li .user-name::after {
  content: "\A";
  white-space: pre;
}

.notice-items li time {
  display: block;
  color: gray;
  font-size: 80%;
}

.notice-items li p {
  margin-left: 60px;
}

.notice-items li .star-image {
  width: 1.5em;
  height: 1.5em;
  vertical-align: text-bottom;
}

/* =============== profile page =============== */

.profile-page #page-container .page-container-body {
  min-height: 600px;
}

.profile-page ul.verifications {
  text-align: left;
  margin: 2em 3em;
}

.profile-page ul.verifications li {
  text-align: left;
  position: relative;
  margin-bottom: 0.3em;
}

.profile-page ul.verifications li .verified {
  position: absolute;
  right: 0;
  top: -0.5em;
  color: #1EBC9C;
}

.profile-page ul.verifications li .friend-count {
  display: block;
  text-align: left;
  margin-left: 1em;
}

.profile-page #my-page-body {
  min-height: 10px;
}

.profile-page #my-page-body > section {
  display: block;
}

.profile-page #my-page-body hgroup {
  display: block;
  padding-left: 0.5em;
}
.profile-page #my-page-body hgroup h1 {
  font-size: 24px;
}

/* account */
.account-dialog .login-buttons li {
  display: block;
}
.account-dialog .login-buttons li button {
  margin: 0.6em;
  padding: 0;
  width: 320px;
  height: 60px;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 120%;
}
.account-dialog .login-buttons li.login-by-facebook button {
  background-color: #4B629C;
}
.account-dialog .login-buttons li.login-by-google button {
  background-color: #E04B3B;
}

.account-dialog #account-config-links span.status {
  margin-top: 0.5em;
  display: block;
}

.account-dialog .login-buttons .login-by-twitter button,
.account-dialog .login-buttons .login-by-hatena button {
  margin: 0.6em;
  padding: 0.3em;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 90%;
  background-color: #71AEEF;
}

.account-dialog .login-buttons .login-by-hatena button {
  background-color: #5A75F5;
}

#account-email {
  padding: 3em;
  text-align: center;
}
#account-email ul {
  list-style-type: none;
  padding: 0;
}

/* Listing Detail
  ========================================================================== */

.room-detail #page-container {
  border-top: 1px solid transparent;
}

.room-detail .desc-links {
  text-align: right;
}

.room-detail .desc-links a {
  font-size: 100%;
}

#listings-detail {
  padding-bottom: 40px;
}

#listings-detail .images {
}
#listings-detail .main-image {
  line-height: 0;
}
#listings-detail .sub-images figure {
  display: inline-block;
  margin: 0 6px 0 0;
  padding: 0;
}
#listings-detail .sub-images a {
  display: block;
}
#listings-detail .sub-images img {
  display: block;
  width: 205px;
  height: 205px;
  object-fit: cover;
}
@media (min-width: 960px) {
  #listings-detail .main-contents {
    float: left;
    width: 640px;
    padding-top: 10px;
  }
  #listings-detail .sub-contents {
    margin-left: 660px;
    padding-top: 20px;
  }
}
#listings-detail .main-contents .text p {
  white-space: pre-wrap;
}
#listings-detail .listing-title {
  padding: 20px 0;
  font-size: 32px;
  line-height: 1.3;
}
#listings-detail .listing-info {
  margin-bottom: 30px;
  font-size: 16px;
}
#listings-detail .floor-plan {
  float: right;
  width: 220px;
  height: 220px;
  padding: 10px;
  margin: 0 0 10px 10px;
  border: 1px solid #EEE;
  text-align: center;
  line-height: 220px;
}
#listings-detail .floor-plan img {
  max-width: 220px;
  max-height: 220px;
  vertical-align: middle;
}
#listings-detail .listing-info p {
  margin-top: 30px;
  color: #666;
  line-height: 1.7em;
}
#listings-detail .listing-facilities {
  overflow: auto;
  padding: 20px;
}
#listings-detail .listing-facilities:nth-of-type(2n+1) {
  background: #F9F9F9;
}
#listings-detail .listing-facilities .title {
  float: left;
  width: 180px;
  color: #9B9B9B;
}
#listings-detail .listing-facilities .body {
  margin-left: 180px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
#listings-detail .listing-facilities .body li {
  float: left;
  display: block;
  min-width: 50%;
  line-height: 24px;
}
#listings-detail .listing-facilities .body li span {
  color: #9B9B9B;
}
#listings-detail .room-tags {
  margin-top: 36px;
}

/* =============== listing sub contents =============== */
#listings-detail .btn {
  width: 300px;
  margin: 10px 0;
}
#listings-detail .apply-button {
  background-color: #9d3535;
  color: #fff;
}
#listings-detail .contact-button {
  background-color: #7e7741;
  color: #fff;
}
#listings-detail .follow-button {
  background-color: #e38328;
  color: #fff;
}
#listings-detail .sub-contents p {
  text-align: center;
}
#listings-detail .listing-rent {
  margin: 0;
  padding-left: 0;
  padding-top: 10px;
}
#listings-detail .listing-rent li {
  min-height: 50px;
  display: block;
  border-bottom: 1px solid #EEE;
}
#listings-detail .listing-rent .title {
  float: left;
  width: 100px;
  min-height: 50px;
  line-height: 50px;
  color: #9B9B9B;
  text-align: center;
  vertical-align: middle;
}
#listings-detail .listing-rent .body {
  margin-left: 100px;
  padding-left: 0;
  line-height: 50px;
}
#listings-detail .listing-rent .rent {
  padding-left: 0;
  min-height: 60px;
}
#listings-detail .listing-rent .rent .title {
  min-height: 45px;
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.1;
}
#listings-detail .listing-rent .rent .title span {
  display: block;
  font-size: 11px;
}
#listings-detail .listing-rent .rent .body {
  font-size: 20px;
  min-line-height: 60px;
}
#listings-detail .listing-rent .rent .body .num {
  font-size: 40px;
}
#listings-detail .listing-rent .rent .body .admin {
  font-size: 16px;
}
#listings-detail .listing-rent .security .title {
  height: 38px;
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.1;
}
#listings-detail .listing-rent .user {
  border: 0;
}
#listings-detail .listing-rent .user-icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
#listings-detail .listing-rent {
  margin-bottom: 10px;
}
#listings-detail .contacting {
  font-size: 12px;
  text-align: center;
  line-height: 30px;
}
#listings-detail .contacting span {
  font-size: 14px;
  font-weight: bold;
}
#listings-detail .favorite-button:before {
  color: #9B9B9B;
}
#listings-detail .listing-map {
  margin-top: 20px;
  text-align: center;
}
#listings-detail .listing-map .access {
  color: #9B9B9B;
  font-size: 12px;
}
#listings-detail .listing-map .address {
  margin-top: 10px;
}

/* Listing New
  ========================================================================== */

.page-listings-new #page-container {
  background: #F9F9F9;
}
.page-listings-new .page-container-header {
  border-bottom: 1px solid #EEE;
  background: #FFF;
  font-size: 16px;
}
.page-listings-new .page-container-header h1 {
  margin-bottom: 10px;
}
.page-listings-new #page-container .page-container-body {
  width: 640px;
}
@media (max-width: 640px) {
  .page-listings-new #page-container .page-container-body {
    width: 100%;
    box-sizing: border-box;
  }
}
.page-listings-new #page-container .page-container-header .page-container-body {
  padding: 40px;
  text-align: center;
}
.page-listings-new .desc {
  margin: 30px 0;
  text-align: center;
  font-size: 16px;
  color: #9B9B9B;
}
.page-listings-new .input-content {
  margin: 30px 0;
}
.page-listings-new .input-content label {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
}
.page-listings-new .input-content label span {
  margin-left: 5px;
  color: #9B9B9B;
  font-size: 14px;
}
.page-listings-new [name=zip] {
  width: 200px;
}
.page-listings-new #form-zip-addr-prefix,
.page-listings-new [name=leave_date] {
  display: inline-block;
  width: 100%;
}
.page-listings-new [name=building_name] {
  width: 440px;
}
@media (max-width: 440px) {
  .page-listings-new [name=building_name] {
    width: 100%;
  }
}
.page-listings-new [name=room_number] {
  width: 180px;
}
.page-listings-new .submit-content {
  margin: 30px 0 60px;
  text-align: center;
}
.page-listings-new .submit-content .btn {
  width: 300px;
  margin: 0 auto;
}
.page-listings-new .for-guest {
  text-align: center;
}
.page-listings-new .for-guest .btn {
  margin: 0 auto;
}

.create-form:not([data-selected-role]) .input-content,
.create-form:not([data-selected-role]) .submit-content {
  display: none;
}

.create-form:not([data-selected-role]) .input-content[data-name=room_type] {
  display: block;
}

.create-form[data-selected-role="1"]:not([data-proto-room-id=""]) .input-content [name=addr_inarea],
.create-form[data-selected-role="1"]:not([data-proto-room-id=""]) .input-content[data-name=building_name],
.create-form[data-selected-role="1"]:not([data-proto-room-id=""]) .input-content[data-name=room_number] {
  display: none;
}

.create-form[data-selected-role="2"] .input-content[data-name=proto_room_id],
.create-form[data-selected-role="3"] .input-content[data-name=proto_room_id],
.create-form[data-selected-role="2"] .input-content[data-name=leave_date],
.create-form[data-selected-role="3"] .input-content[data-name=leave_date] {
  display: none;
}

/* Listing Edit
  ========================================================================== */

#edit-page-header {
  height: 40px;
  padding: 0 20px;
  background: #4A4A4A;
  color: #FFF;
  font-size: 18px;
  line-height: 40px;
  text-align: left;
}
#edit-page-header h1 {
  display: inline;
  font-size: 100%;
}
#edit-page-header a.preview {
  float: right;
  display: block;
  font-size: 14px;
  color: #FFF;
}
#edit-page-nav {
  float: left;
  width: 220px;
}
#edit-page-nav .toc-container {
  margin: 0;
  padding: 0;
}
#edit-page-nav a {
  display: block;
  min-height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid #EEE;
  line-height: 60px;
  text-align: left;
  font-size: 16px;
  color: #4A4A4A;
}

#edit-page-nav a.selected {
  background: #EEE;
}

#edit-page-nav a.form-modified::after {
  content: " *";
}

#edit-page-nav .icon:before {
  float: right;
  margin: 0;
  font-size: 1em;
}
#edit-page-nav .i-check:before {
  color: #00BD9C;
}
#edit-page-nav .i-plus:not(.form-valid):not(.form-modified):before {
  color: #E86464;
}
#edit-page-nav .button-container {
  padding: 20px;
}
#edit-page-nav .button-container p {
  margin-bottom: 10px;
  color: #9B9B9B;
}
#edit-page-nav .button-container p span {
  color: #E86464;
  font-weight: bold;
}
#edit-page-nav .button-container .btn {
  width: 100%;
}
#edit-page-body {
  min-height: 600px;
  margin-left: 220px;
  border-left: 1px solid #EEE;
  background: #F9F9F9;
}
#edit-page-body-inner {
  width: 720px;
  padding: 5px 0 40px;
  text-align: left;
}
#edit-page-body .input-content {
  margin: 30px 40px;
}
#edit-page-body .input-content > label {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
}
#edit-page-body .input-content label span {
  margin-left: 5px;
  color: #9B9B9B;
  font-size: 14px;
}
#edit-page-body .input-content .count {
  text-align: right;
  color: #9B9B9B;
}
#edit-page-body .input-content output {
  color: #9B9B9B;
}

.edit-tab-sections > section:not(.active) {
  display: none;
}

.edit-tab-sections > section > h1 {
  display: none;
}
#edit-page-body-inner > p {
  margin: 30px 40px;
}
#edit-page-body .sub-images label input {
  margin-top: 50px;
}

/* =============== listing edit address =============== */
#edit-page-body [name=zip] {
  width: 200px;
}
#edit-page-body #form-zip-addr-prefix,
#edit-page-body [name=leave_date] {
  width: 100%;
  padding: 1em;
}
#edit-page-body [name=building_name] {
  width: 440px;
}
#edit-page-body [name=room_number] {
  width: 180px;
}
.map-preview {
  margin-top: 20px;
}
.map-preview p {
  color: #9B9B9B;
}
.map-preview .map {
  height: 300px;
  border: 1px solid #EEE;
  background: #FFF;
}

/* =============== listing edit title =============== */
#edit-page-body [name=name],
#edit-page-body [name=desc],
#edit-page-body [name=title],
#edit-page-body [name=body_text],
#edit-page-body [name=desc_url] {
  width: 100%;
}
#edit-page-body #form-desc {
  height: 12em;
}
#edit-page-body #form-leave_date {
  width: 20em;
}

/* =============== listing edit image =============== */
#edit-page-body .images {
  margin-top: 20px;
}
#edit-page-body .input-content {
  margin-right: 0;
}
#edit-page-body .image-content {
  float: left;
  width: 200px;
  min-height: 280px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #DDD;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
#edit-page-body .image-content .image {
  overflow: hidden;
  width: 200px;
  height: 130px;
  background: #F9F9F9;
}
#edit-page-body .image-content .image img {
  max-width: 200px;
  max-height: 150px;
  text-align: center;
}
#edit-page-body .image-content .caption {
  padding: 20px;
}
#edit-page-body .image-content .caption p {
  text-align: center;
  color: #9B9B9B;
}
#edit-page-body .image-content .caption .btn {
  padding: 5px 10px;
  margin-top: 10px;
}
#edit-page-body .image-content .photo-desc {
}
#edit-page-body .image-content textarea {
  width: 180px;
  height: 130px;
  padding: 10px;
  margin-left: -20px;
  margin-right: -20px;
  border: 0;
  resize: none;
  border-radius: 4px;
}
#edit-page-body .add-image {
  background: #EEE;
  text-align: center;
  color: #BBB;
  box-shadow: none;
  cursor: pointer;
}
#edit-page-body .add-image:before {
  display: block;
  padding-top: 110px;
  font-size: 96px;
  line-height: 70px;
}
#edit-page-body .add-image:hover {
  opacity: 0.8;
}
#edit-page-body img {
  max-width: 300px;
  max-height: 300px;
  float: left;
  margin-right: 10px;
}
#edit-page-body .new-entry-form {
  margin-top: 1em;
}
#edit-page-body canvas {
}
#edit-page-body .new-entry-form > canvas {
  max-width: 300px;
  max-height: 300px;
  float: left;
  margin-right: 10px;
  background-image: url(/images/add_photo.png); 
  cursor: pointer;
  border-radius: 4px;
}
#edit-page-body media-upload:not([hidden]) {
  max-width: 300px;
  max-height: 300px;
  float: left;
  display: block;
  margin-right: 10px;
}
#edit-page-body media-upload .status-field,
#edit-page-body media-upload .zoom-field,
#edit-page-body media-upload .save-button {
  display: none;
}
#edit-page-body .new-entry-form .note {
  color: #9B9B9B;
  font-size: 90%;
}
#edit-page-body .new-entry-form .photo-desc {
  height: 10em;
  margin-top: 1em;
}
#edit-page-body .new-entry-form p {
  margin-left: 320px;
}
#edit-page-body .new-entry-form p.buttons {
}
#edit-page-body .new-entry-form .change-button {
}
#edit-page-body article {
  margin-bottom: 30px;
}
#edit-page-body article figcaption {
  margin: 10px 0 10px 320px;
}
#edit-page-body footer {
  font-size: 80%;
  margin: 0 0 10px 320px;
}

/* これを入れておかないとサイドメニューの高さに引っ張られる */
#edit-page-body-inner nav.tabs {
  height: 2em;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-bottom: 5px;
}
#edit-page-body-inner nav.tabs a {
  padding: 5px;
}
#edit-page-body-inner nav.tabs a.selected {
  border-bottom: 3px solid #565a5c;
}

#edit-page-body-inner nav.tabs::after {
  display: inline;
}
#edit-page-body-inner nav.tabs a:hover {
  text-decoration: none;
}

/* =============== applicants =============== */
#edit-page-body .applicants-container {
  margin: 30px 40px;
}

#edit-page-body .applicants-container h1 {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
}
#edit-page-body .applicants-container ul {
  margin: 30px 0;
  padding: 0;
}
#edit-page-body .applicants-container time {
  font-size: 90%;
  color: #9b9b9b;
}
#edit-page-body .applicants-container li {
  display: block;
  height: 90px;
}
#edit-page-body .no-applicant {
  display: block;
  margin-top: 2em;
}

/* =============== listing edit owner =============== */
#edit-page-body [name=owner_name],
#edit-page-body [name=owner_addr] {
  width: 100%;
}
#edit-page-body [name=owner_tel] {
  width: 200px;
}

form input[type=tel],
form input[type=email] {
  width: 100%;
}

form textarea {
  width: 100%;
  height: 5em;
}

can-copy button {
  margin: 0 1em;
  font-size: 80%;
}

p > can-copy:only-child:not([hidden]),
td > can-copy:only-child:not([hidden]) {
  display: block;
}

p > can-copy:only-child button,
td > can-copy:only-child button {
  display: block;
  margin: 0 0 0 auto;
}

.edit-entries-tab-sections section:not(.active) {
  display: none;
}

.edit-entries-tab-sections section > p {
  margin: 1em 0;
}

.edit-entries-tab-sections .sub-images {
  display: block;
}

.edit-entries-tab-sections .sub-images > span {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 20px;
}

.edit-entries-tab-sections .sub-images > span img {
  display: block;
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.edit-user-status {
  margin: 1em auto;
  padding: 0.5em;
  max-width: 40em;
}

.edit-user-status ul {
  text-align: center;
  padding-left: 0;
}

.edit-user-status li {
  display: inline-block;
  text-align: left;
  padding-right: 1em;
}

.edit-user-status .no-details .buttons {
  margin: 1em 0;
}

.edit-user-status .no-details .buttons button {
  padding: 0 1em;
  font-size: 110%;
}

.edit-user-status .current-status-container {
  margin: 1rem;
  font-size: 120%;
}

.page-header {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: -4rem;
  padding-top: 8rem;
  padding-bottom: 1rem;
  padding-left: 0;
  color: white;
  text-align: left;
  overflow: hidden;
}

.page-header::after {
  display: block;  content: "";
  clear: both;
}

.page-header .page-photo {
  -webkit-filter: blur(10px) opacity(90%);
  filter: blur(10px) opacity(90%);
  position: absolute;
  top: -1em;
  left: -1em;
  right: -1em;
  min-width: 110%;
}

.page-header .page-container-body {
  position: relative;
}

.page-header .user-icon {
  float: left;
  margin-right: 10px;
  border-radius: 50%;
}
.page-header h1 {
  font-family: serif;
}
.page-header a {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.page-header .status {
  background-color: #000;
  border-radius: 4px;
  margin-left: 8px;
  padding: 3px 8px;
  font-size: 11px;
  opacity: 0.5;
}

.show-room-entry {
  overflow: hidden;
}

.show-room-entry .page-header,
.show-room-entry .page-footer,
.show-room-entry #listings-detail {
}

.for-room-entry.dialog-outer {
  z-index: 100;
}

.room-entry:not(.main-contents) {
  position: absolute;
  top: 1em;
  display: block;
  text-align: left;
  background-color: #fff;
  color: black;
}

.room-entry > h1 > time.ymd {
  display: block;
  font-size: 1rem;
}

.room-entry .close-button {
  position: absolute;
  top: 1em;
  right: 1em;
  cursor: pointer;
}

.room-entry .nav-button {
  position: absolute;
  top: 45%;
  display: block;
  color: white;
  background: transparent;
  font-size: 150%;
  z-index: 10;
  visibility: hidden;
  padding: 1em;
}

.room-entry .nav-button:hover {
  text-decoration: none;
}

.room-entry .nav-button[rel=prev] {
  left: 0;
}

.room-entry .nav-button[rel=next] {
  right: 0;
}

.room-entry .entry-body {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.5;
  font-size: 1rem;
}

.room-entry .entry-body::after {
  content: "";
  display: block;
  clear: both;
}

.room-entry .entry-body .entry-image {
  display: block;
  margin: 1em auto;
}

.room-entry .entry-body img {
  max-width: 100%;
  max-height: 20em;
}

.room-entry figure {
  display: block;
  position: relative;
  width: 70%;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  background-color: #000;
}

.room-entry figure > img {
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.room-entry figure:hover a.nav-button {
  visibility: visible;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.room-entry .entry-sub {
  display: block;
  padding: 2em 1.5em 1em 1.5em;
}

@media (min-width: 640px) {
  .room-entry:not(.main-contents) {
    position: fixed;
    top: 5%;
    bottom: 5%;
    left: 5%;
    right: 5%;
    min-width: 640px;
    width: 90%;
    max-width: 100%;
    height: 87%;
  }

  .room-entry .close-button {
    right: 1em;
    top: 1em;
    z-index: 1000;
  }

  .room-entry figure {
    position: absolute;
    height: 100%;
  }

  .room-entry figure > img {
    position: absolute;
  }

  .room-entry .entry-sub {
    position: absolute;
    left: 70%;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
  }
}

.room-entry .entry-sub .user img.user-icon {
  float: left;
  margin-right: 10px;
}

.room-entry .entry-sub .user span.user-name {
  font-size: 14px;
  display: block;
  padding-top: 6px;
}

.room-entry .entry-sub time {
  display: block;
  margin-bottom: 20px;
  font-size: 9px;
  color: #9b9b9b;
}

.room-entry .entry-sub .tag {
  padding: 8px 12px;
  margin-top: 20px;
  margin-left: -3px;
}

.room-entry .entry-sub .body-text-box {
  line-height: 1.8;
  color: #666;
  margin-bottom: 0.5em;
}

.room-entry .comments {
  padding: 1.5em 0;
}

.room-entry .comments > h1 {
  margin-bottom: .5em;
  font-size: 150%;
}

.room-entry .comments article {
  margin-bottom: 1em;
  background-color: #f8f8f8;
  padding: 1em;
  border-radius: 4px;
  font-size: 90%;
  position: relative;
}

.room-entry .comments header {
  margin: 0;
}

.room-entry .comments img.user-icon {
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 5px;
}

.room-entry .entry-sub .comments .user .user-name {
  display: block;
  padding-top: 0;
}

.room-entry .comments article > p {
  width: 100%;
  line-height: 1.7;
  color: #666;  
  margin-bottom: 0.5em;
}

.room-entry .comments time {
  font-size: 9pt;
  color: #9b9b9b;
  display: inline;
  margin: 0;
}

.room-entry .comments .star .user-icon {
  width: 1em;
  height: 1em;
}

.room-entry .comments .comment-form {
  width: 70%;
}

.room-entry .comments .for-guest,
.room-entry .comments label {
  font-size: 90%;
  color: #666;
}
.room-entry .comments label a {
  color: #333;
}
.room-entry .comments form {
  background-color: #f8f8f8;
  padding: 1em;
  border-radius: 4px;
}
.room-entry .comments input {
  min-width: 15em;
}
.room-entry.main-contents .comments input {
  width: 80%;
}
.room-entry .comments .delete-button {
  visibility: hidden;
  position: absolute;
  right: 1em;
  bottom: 1em;
}
.room-entry .comments article:hover .delete-button {
  visibility: visible;
}

.room-entry footer {
  margin-top: 1em;
}

.report-link {
  magin: 0;
  padding: 0;
  color: gray;
  font-size: 80%;
  text-align: right;
}

.report-link a {
  color: inherit;
}

/* ===== blog ==== */
.blog .page-header {
  margin-top: -2rem;
  margin-bottom: 1rem;
}

.blog header h1.listing-title {
  margin-bottom: 1em;
}


.blog header h1.listing-title a {
  color: #4a4a4a;
  text-shadow: none;
  text-decoration: none;
}

@media (min-width: 960px) {
  .blog #listings-detail .main-contents {
    width: 960px;
  }
  .blog.entry #listings-detail .main-contents {
    width: 640px;
    margin-bottom: 100px;
  }
}

.blog-entry-links {
  
}

.blog-entry-links ul {
  display: block;
  padding: 0;
}

.blog-entry-links li {
  display: inline-block;
  margin: 0 40px 50px 0;
  padding: 0;
  width: 280px;
  vertical-align: top;
}

.blog-entry-links li a {
  text-decoration: none;
}

.blog-entry-links li img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  width: 280px;
  height: 280px;
  object-fit: cover;
}

.blog-entry-links li time {
  display: inline;
  color: #4a4a4a;
}

.blog-entry-links li strong {
  display: block;
  font-size: 140%;
  color: #4a4a4a;
  font-family: serif;
}

.blog.entry article h1 {
  margin-bottom: 1em;
}

.blog.entry article h1 span {
  font-family: serif;
}

.blog.entry article main p {
  line-height: 1.7;
}

.blog.entry article main p img {
  max-height: 640px;
}

.blog.entry article p.time {
  margin-bottom: 1em;
}

.blog.entry article .social-buttons {
  padding: 0;
}

.blog.entry article .comments h1 {
  margin-bottom: 0;
  font-size: 120%;
  font-family: serif;
}

/* =============== help =============== */
.help section h1 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: serif;
}

.help section p {
  font-size: 16px;
  line-height: 180%;
  margin-right: 380px;
}

.help section p.one-point {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 15px 10px 60px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background-image: url(/images/one_point.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  color: #6c6c6c;
  font-size: 15px;
}

.help section img {
  width: 350px;
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}

.help .guide {
  margin-bottom: 5em;
}

/* =============== rules =============== */
#la {
  width: 640px;
}
#la h1 {
  margin-top: 50px;
  margin-bottom: 20px;  
  font-family: serif;
}
#la h2 {
  font-family: serif;
}
