@charset "UTF-8";
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.p-memories__text {
  text-align: center;
  padding: 15px 15px 0;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (min-width: 821px) {
  .p-memories__text {
    padding: 0 40px;
    margin-bottom: 40px;
  }
}

.p-memories__more {
  margin-top: 15px;
  text-align: center;
}
.p-memories__more .c-button {
  font-size: 14px;
  min-width: 123px;
}
@media screen and (min-width: 821px) {
  .p-memories__more .c-button {
    font-size: 16px;
  }
}
@media screen and (min-width: 821px) {
  .p-memories__more {
    margin-top: 40px;
    text-align: center;
  }
  .p-memories__more .c-button {
    min-width: 280px;
  }
}

.p-photo__list {
  display: flex;
  flex-wrap: wrap;
}

.p-photo__list__item {
  width: 47.87%;
  margin-left: 4.26%;
}
.p-photo__list__item a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  text-decoration: none;
  width: 100%;
  max-width: 100%;
  padding-top: 100%;
}
.p-photo__list__item a:after {
  content: attr(data-title);
  color: #ffffff;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  top: 0;
  position: absolute;
  font-size: 12px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 821px) {
  .p-photo__list__item a:after {
    font-size: 14px;
  }
}
.p-photo__list__item a.is-video:before {
  content: "";
  background: url(/svg/icn-memories_video.svg) no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 16px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
}
.ext-drawing .p-photo__list__item a:after {
  display: none;
}
.p-photo__list__item img {
  z-index: 1;
  vertical-align: bottom;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
}
.p-photo__list__item:nth-child(odd) {
  margin-left: 0;
}
.p-photo__list__item:nth-child(n+3) {
  margin-top: 15px;
}
@media screen and (min-width: 821px) {
  .p-photo__list__item {
    width: 15%;
    margin-left: 2%;
  }
  .p-photo__list__item:nth-child(odd) {
    margin-left: 2%;
  }
  .p-photo__list__item:nth-child(6n+1) {
    margin-left: 0;
  }
  .p-photo__list__item:nth-child(n+3) {
    margin-top: 0;
  }
  .p-photo__list__item:nth-child(n+7) {
    margin-top: 2%;
  }
}

.p-blog .c-list li {
  padding-left: 65px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100px;
}
.p-blog .c-list li div {
  position: absolute;
  left: 0;
  top: 50%;
  height: 0;
  padding-top: 50px;
  width: 50px;
  transform: translate(0, -50%);
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.p-blog .c-list li em:before {
  content: "- ";
}
.p-blog .c-list li a {
  text-decoration: underline;
  font-weight: normal;
  display: inline-block;
  max-height: 3em;
  overflow: hidden;
}
@media screen and (min-width: 821px) {
  .p-blog .c-list li {
    margin-top: 0;
    padding-left: 70px;
  }
  .p-blog .c-list li .pc a:hover {
    opacity: 0.7;
  }
}

.p-appbox .c-list {
  position: relative;
}
.p-appbox .c-list li {
  padding-left: 65px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: top;
  min-height: 100px;
}
.p-appbox .c-list li div.c-list__plofile {
  position: absolute;
  left: 0;
  top: 20px;
  height: 0;
  padding-top: 50px;
  width: 50px;
  transform: translate(0, 0%);
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 820px) {
  .p-appbox .c-list li div.c-list__plofile {
    position: relative;
    top: 0;
    grid-column: 1;
    grid-row: 1/span 2;
  }
}
.p-appbox .c-list li div.c-list__post {
  display: inline-block !important;
}
.p-appbox .c-list li div.c-list__post img {
  height: auto;
  width: 50%;
  transform: translate(0, 0%);
  border-radius: 10px;
  margin: 10px 0 0 0;
  display: inline-block !important;
}
@media screen and (max-width: 820px) {
  .p-appbox .c-list li div.c-list__post img {
    margin: 0;
  }
}
.p-appbox .c-list li .c-list__title {
  font-weight: bold !important;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 820px) {
  .p-appbox .c-list li .c-list__title {
    margin: 0;
    grid-column: 2;
    grid-row: 1;
    width: 179px;
  }
  .p-appbox .c-list li .c-list__title:last-child {
    grid-column: 2;
    grid-row: 2;
  }
}
.p-appbox .c-list li .c-list__post {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 820px) {
  .p-appbox .c-list li .c-list__post {
    display: flex;
    flex-direction: column;
    overflow-x: visible;
    white-space: initial;
    grid-column: 1/span 2;
    grid-row: 4;
    margin-top: 10px;
  }
  .p-appbox .c-list li .c-list__post a {
    display: block;
    text-align: center;
  }
  .p-appbox .c-list li .c-list__post a img {
    width: 80%;
    height: auto;
  }
  .p-appbox .c-list li .c-list__post a + a {
    margin-top: 10px;
  }
}
.p-appbox .c-list li a {
  text-decoration: underline;
  font-weight: normal;
  display: unset;
  overflow: hidden;
  margin-right: 10px;
}
@media screen and (max-width: 820px) {
  .p-appbox .c-list li a {
    overflow: visible;
    grid-column: 1/span 2;
    grid-row: 3;
    margin-top: 10px;
    margin-right: 0;
  }
}
@media screen and (min-width: 821px) {
  .p-appbox .c-list li {
    margin-top: 0;
    padding-left: 70px;
  }
  .p-appbox .c-list li .pc a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 820px) {
  .p-appbox .c-list {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
  }
  .p-appbox .c-list li {
    flex-shrink: 0;
    flex-grow: 0;
    border-top: none;
    margin-left: 0;
    padding-left: 28px;
    padding-right: 28px;
    overflow-y: scroll;
    display: grid;
  }
  .p-appbox .c-list .slick-prev,
  .p-appbox .c-list .slick-next {
    flex-shrink: 0;
    flex-grow: 0;
    border: none;
    background: none;
    position: sticky;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    z-index: 2;
    top: 50vh;
    margin-top: 36px;
    transition: transform 0.4s;
    text-indent: -10000px;
    overflow: hidden;
    outline: none;
    width: 28px;
    height: 28px;
    background: url(/svg/icn-arrow_carousel.svg) no-repeat center center/contain;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
  }
  .p-appbox .c-list .slick-prev.slick-disabled,
  .p-appbox .c-list .slick-next.slick-disabled {
    opacity: 0;
    pointer-events: none;
  }
  .p-appbox .c-list .slick-prev {
    margin-left: -28px;
    transform: rotate(180deg) translate(-21px, 0);
  }
  .p-appbox .c-list .slick-next {
    margin-right: -28px;
    transform: translate(-21px, 0);
  }
}
@media screen and (max-width: 820px) {
  .p-appbox .c-box {
    padding-left: 0;
    padding-right: 0;
  }
}

.appbox-logo img {
  width: 60%;
  text-align: center;
  margin: 10px 0;
}

.appbox-img img {
  width: 30%;
  text-align: center;
}

.appbox-text {
  width: 60%;
  text-align: center;
  margin: 10px auto;
  font-weight: bold;
  color: #F95450;
}

.p-bukkenkeyvisual {
  max-width: 95%;
  margin: 0px auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-bukkenkeyvisual {
    margin: 0px auto;
  }
}
.p-bukkenkeyvisual .p-photo__list {
  flex-wrap: nowrap !important;
  border-radius: 0 0 7px 7px;
  overflow: hidden;
}
.p-bukkenkeyvisual .p-photo__list__item a {
  padding-top: 0;
  border-radius: 0;
}
.p-bukkenkeyvisual__inner {
  max-width: 100%;
  width: 1200px;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .ext-youtube .p-bukkenkeyvisual__inner {
    flex-direction: column;
  }
}
.p-bukkenkeyvisual__inner .p-photo__more {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 820px) {
  .p-bukkenkeyvisual__inner .p-photo__more {
    bottom: 15px;
    right: 15px;
  }
  .ext-youtube .p-bukkenkeyvisual__inner .p-photo__more {
    bottom: 58.6666666667vw;
  }
}
.p-bukkenkeyvisual__inner .p-photo__more .c-button {
  font-size: small;
}
@media screen and (min-width: 821px) {
  .p-bukkenkeyvisual__inner .p-photo__more .c-button {
    min-width: 150px;
  }
}
@media screen and (max-width: 820px) {
  .p-bukkenkeyvisual__inner {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
  }
}
.p-bukkenkeyvisual__content {
  height: 450px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 14px;
  width: calc(50% - 5px);
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-bukkenkeyvisual__content {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .p-bukkenkeyvisual__content {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    display: none;
  }
  .ext-youtube .p-bukkenkeyvisual__content {
    display: block;
    border-radius: 7px;
    overflow: hidden;
    margin: 10px 0 0;
  }
}
.ext-youtube .p-bukkenkeyvisual__content {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.ext-youtube .p-bukkenkeyvisual__content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.p-bukkenkeyvisual__box {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #222;
  padding: 40px;
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  flex-grow: 1;
}
.p-bukkenkeyvisual__box:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #ffffff;
  left: 0;
  top: 0;
}
* + .p-bukkenkeyvisual__box {
  margin-top: 1.8867924528%;
}
@media screen and (max-width: 820px) {
  .p-bukkenkeyvisual__box {
    padding: 15px;
    order: 1;
    margin-bottom: 1.8867924528%;
  }
}
.p-bukkenkeyvisual__large {
  width: calc(50% - 5px);
  /*padding-top: calc( 740 / 1200 * 50%);*/
  height: 450px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-left: 1%;
}
@media screen and (max-width: 820px) {
  .p-bukkenkeyvisual__large {
    height: 300px !important;
    border-radius: 0 0 7px 7px;
  }
  .ext-youtube .p-bukkenkeyvisual__large {
    margin-left: 0;
    width: 100%;
    height: auto !important;
    aspect-ratio: 16/9;
    border-radius: 0 0 7px 7px;
  }
}
.p-bukkenkeyvisual__large a {
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity 0.4s;
  background-color: #F8F8F8;
  opacity: 0;
}
@media screen and (max-width: 820px) {
  .p-bukkenkeyvisual__large {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
.p-bukkenkeyvisual.ext-harf .p-bukkenkeyvisual__large {
  padding-top: 30%;
}
@media screen and (min-width: 821px) {
  .p-bukkenkeyvisual__small {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    min-height: 120px;
  }
  * + .p-bukkenkeyvisual__small {
    margin-top: 1.8867924528%;
  }
  .p-bukkenkeyvisual__small a {
    width: 100%;
    height: 100%;
    display: block;
    transition: opacity 0.4s;
    background-color: #F8F8F8 !important;
    opacity: 0;
  }
  .p-bukkenkeyvisual__small div {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .p-bukkenkeyvisual__small div + div {
    margin-left: 1.8867924528%;
  }
}
@media screen and (max-width: 820px) {
  .p-bukkenkeyvisual__small {
    width: calc(50% - 5px);
    flex-grow: 1;
    flex-shrink: 1;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    margin-left: 10px;
  }
  .p-bukkenkeyvisual__small div {
    height: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .p-bukkenkeyvisual__small div + div {
    margin-top: 10px;
  }
}

.p-searchDrawer {
  font-size: 14px;
}
@media screen and (min-width: 821px) {
  .p-searchDrawer {
    font-size: 16px;
  }
}
.p-searchDrawer .c-select select {
  width: 100%;
  font-size: 14px;
  line-height: 1;
  border-width: 2px;
}

.p-searchDrawer__title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 1.5em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 821px) {
  .p-searchDrawer__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 820px) {
  .p-searchDrawer__title {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
  }
}
.p-searchDrawer__title:first-child {
  margin-top: 0;
}
.p-searchDrawer__title span {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.p-searchDrawer__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 2em;
  font-size: 14px;
}
.p-searchDrawer__header strong {
  font-size: 24px;
  margin: 0 0.2em;
}
.p-searchDrawer__header strong:first-child {
  margin: 0 0.2em 0 0;
}

.p-searchDrawer__list {
  display: flex;
  flex-wrap: wrap;
}
.p-searchDrawer__list li {
  width: calc(50% - 1em);
  font-size: 14px;
  margin-right: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 821px) {
  .p-searchDrawer__list li {
    font-size: 16px;
  }
}
.p-searchDrawer__list li a {
  display: inline-block;
  font-size: 11px;
  text-decoration: underline;
}
@media screen and (min-width: 821px) {
  .p-searchDrawer__list li a {
    font-size: 13px;
  }
}
@media screen and (min-width: 821px) {
  .p-searchDrawer__list li {
    width: calc(33.3% - 1em);
  }
}

.p-searchDrawer__select {
  display: flex;
  align-items: center;
}
.p-searchDrawer__select .c-select {
  margin-right: 1em;
  min-width: 33%;
}
@media screen and (min-width: 821px) {
  .p-searchDrawer__select .c-select {
    min-width: 320px;
  }
}
.p-searchDrawer__select .c-select + .c-select {
  margin-left: 1em;
}
.p-searchDrawer__select li {
  position: relative;
}
.p-searchDrawer__select li:first-child {
  padding-right: 0.5em;
}
.p-searchDrawer__select li:first-child::after {
  content: "〜";
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  line-height: 1em;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
}
.p-searchDrawer__select li:last-child {
  padding-left: 0.5em;
}
@media screen and (max-width: 820px) {
  .p-searchDrawer__select li {
    flex-grow: 1;
    width: 50%;
  }
  .p-searchDrawer__select li:first-child {
    padding-right: 1em;
  }
  .p-searchDrawer__select li:first-child::after {
    right: -0.5em;
  }
  .p-searchDrawer__select li:last-child {
    padding-left: 1em;
  }
  .p-searchDrawer__select li .c-select {
    width: 100%;
  }
  .p-searchDrawer__select li .c-select select {
    width: 100%;
  }
}

.p-searchDrawer__slider {
  width: calc(100% - (0.6em + 23px - 0.6em));
  margin-left: calc(0.6em + 1px);
  max-width: calc(634px + 1em);
}

.p-searchDrawer__result {
  width: 100%;
  height: 150px;
  background: rgba(255, 255, 255, 0.9);
  position: sticky;
  transform: translate(0, 15px);
  transition: bottom 0.4s 0s;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 15px;
  box-sizing: border-box;
  z-index: 10;
}
.is-active .p-searchDrawer__result {
  bottom: 0;
}
.p-searchDrawer__result p {
  width: 100%;
  text-align: center;
}
.p-searchDrawer__result .c-button {
  width: 100%;
}
@media screen and (min-width: 821px) {
  .p-searchDrawer__result {
    height: 150px;
    padding: 0 40px;
    transform: translate(0, 40px);
  }
  .p-searchDrawer__result .c-button {
    max-width: 320px;
  }
}

.c-counter {
  font-size: 1.5em;
  font-weight: bold;
  margin-right: 0.2em;
}
@media screen and (min-width: 821px) {
  .c-counter {
    font-size: 2em;
  }
}

.p-searchDrawer__filterWrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5em;
}
@media screen and (max-width: 820px) {
  .p-searchDrawer__filterWrapper {
    padding: 0 10px;
  }
}
.p-searchDrawer__filterWrapper > h3 {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  margin-top: 1em;
}
.p-searchDrawer__filterWrapper > hr {
  width: 100%;
  height: 0;
  line-height: 0;
  border: none;
  margin: 0;
}
.p-searchDrawer__filterWrapper .p-searchDrawer__filterUnit {
  margin-right: 3em;
  background: #f0f0f0;
  padding: 0 10px;
  margin-top: 0.8em;
}
.p-searchDrawer__filterWrapper .p-searchDrawer__filterUnit + h3 {
  margin-top: 2em;
}
.p-searchDrawer__filterWrapper .p-searchDrawer__filterUnit h4 {
  min-width: 0;
  padding-top: 5px;
  display: flex;
  align-items: center;
  align-self: flex-start;
}
.p-searchDrawer__filterWrapper .p-searchDrawer__filterUnit h4 label {
  line-height: 1.5;
  padding-bottom: 5px;
  display: inline-block;
}
.p-searchDrawer__filterWrapper .p-searchDrawer__filterUnit h4 img {
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 820px) {
  .p-searchDrawer__filterWrapper .p-searchDrawer__filterUnit {
    padding: 0.2em 0 0;
    margin-right: 0;
  }
}

.p-searchDrawer__filter {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0 0 5px;
  align-items: center;
}
.p-searchDrawer__filter li {
  display: inline-block;
  margin-left: 5px;
  padding-right: 1.2em;
  padding-bottom: 5px;
}
.p-searchDrawer__filter li .c-checkbox,
.p-searchDrawer__filter li .c-radio {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 821px) {
  .p-searchDrawer__filter .c-tooltip {
    margin-top: -4px;
  }
}

.p-searchDrawer__filterUnit {
  display: flex;
  font-size: 14px;
}
@media screen and (min-width: 821px) {
  .p-searchDrawer__filterUnit {
    font-size: 16px;
  }
}
.p-searchDrawer__filterUnit h3,
.p-searchDrawer__filterUnit h4 {
  font-weight: bold;
  white-space: nowrap;
  padding-right: 0.8em;
  padding-top: 0.3em;
}
@media screen and (max-width: 820px) {
  .p-searchDrawer__filterUnit {
    display: flex;
    flex-wrap: wrap;
  }
  .p-searchDrawer__filterUnit h3, .p-searchDrawer__filterUnit h4 {
    padding: 0.5em 10px 0;
    padding-right: 0.4em;
    min-width: 0;
    font-size: 13px;
  }
}
.is-toggle .p-searchDrawer__filterUnit h3 {
  display: flex;
  align-items: center;
}
.is-toggle .p-searchDrawer__filterUnit h3 img {
  margin-right: 0.5em;
}

.p-searchDrawer__plus {
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #3C3C3C;
  position: relative;
  margin-left: 0.5em;
}
.p-searchDrawer__plus img {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.p-searchDrawer__all {
  font-size: 13px;
  font-weight: normal;
  text-decoration: underline;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 3em;
}
.p-searchDrawer__all + .p-searchDrawer__all {
  margin-left: 1.5em;
}

.p-filter {
  position: relative;
}
.p-filter:after {
  display: block;
  position: absolute;
  left: 50%;
  pointer-events: none;
  content: "";
  margin-left: -20px;
  bottom: -40px;
  border: 20px solid transparent;
  border-top: 20px solid #ffffff;
}

.p-filter__setting {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.p-filter__setting > strong {
  margin-bottom: 0.5em;
}
.p-filter__setting.ext-room:first-child {
  margin-top: 8px;
}
.p-filter__setting a {
  border: 1px solid #d1d1d1;
  display: inline-block;
  border-radius: 7px;
  padding: 0.1em 0.7em;
  font-size: 14px;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 821px) {
  .p-filter__setting a {
    font-size: 16px;
  }
}
.p-filter__setting a:after {
  content: "";
  margin-left: 0.6em;
  display: inline-block;
  text-align: center;
  background: url(/svg/icn-cross.svg) no-repeat center center;
  width: 0.7em;
  height: 0.7em;
  opacity: 0.3;
}
.p-filter__setting a.is-removing {
  transition: opacity 0.3s !important;
  opacity: 0 !important;
}
.p-filter__setting a.is-disable {
  opacity: 0.8;
  pointer-events: none;
  background-color: #efefef;
}
.p-filter__setting a.is-disable::after {
  background: url(/svg/icn-lock.svg) no-repeat center center;
  margin-left: 0.3em;
}
.p-filter__setting span {
  display: inline-block;
  padding: 0.1em 0.35em;
  font-size: 14px;
  margin-right: 0.25em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 821px) {
  .p-filter__setting span {
    font-size: 16px;
  }
}
.p-filter__setting span.filter__noresult {
  padding: 0.1em 0;
}
.p-filter__setting > div {
  display: inline-block;
}

.p-filter__button {
  text-align: center;
  margin-top: 1em;
}
.p-filter__button .c-button {
  width: 100%;
}
@media screen and (min-width: 821px) {
  .p-filter__button .c-button {
    width: auto;
    min-width: 32%;
  }
}

.p-filter__result {
  text-align: center;
  font-size: 14px;
  border-top: 3px solid #F8F8F8;
  padding: 0.3em;
  margin: 15px -15px -15px;
}
@media screen and (min-width: 821px) {
  .p-filter__result {
    font-size: 16px;
  }
}
.p-filter__result.ext-room {
  position: relative;
  padding-bottom: 45px;
  margin: 15px -15px 0;
}
.p-filter__result.ext-room:before, .p-filter__result.ext-room:after {
  content: "";
  display: block;
  position: absolute;
}
.p-filter__result.ext-room:before {
  width: calc(100% + 80px);
  height: 30px;
  background-color: #F8F8F8;
  bottom: 0;
  left: -40px;
}
@media screen and (max-width: 820px) {
  .p-filter__result.ext-room:before {
    width: 100%;
    left: 0;
  }
}
.p-filter__result.ext-room:after {
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 15px solid #ffffff;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
@media screen and (min-width: 821px) {
  .p-filter__result {
    margin: 20px -40px -40px;
  }
}

.p-filter__show,
.c-counter {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0.2em;
}

.c-confirmtip__baloon {
  z-index: 30001;
}

.p-filter__type {
  margin: 1em 0 0.5em;
}
@media screen and (max-width: 820px) {
  .p-filter__type {
    margin: 0;
    padding: 1em 0 0.5em;
  }
}
.p-filter__type div {
  display: inline-block;
}
.p-filter__type div span {
  border: 1px solid transparent;
  display: inline-block;
  border-radius: 7px;
  padding: 0.1em 0.7em;
  font-size: 14px;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 821px) {
  .p-filter__type div span {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .p-filter__type div span {
    padding: 0.1em 0;
  }
}
.p-filter__type a {
  border: 1px solid #d1d1d1;
  display: inline-block;
  border-radius: 7px;
  padding: 0.1em 0.7em;
  font-size: 14px;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 821px) {
  .p-filter__type a {
    font-size: 16px;
  }
}
.p-filter__type a:after {
  content: "";
  margin-left: 0.6em;
  display: inline-block;
  text-align: center;
  background: url(/svg/icn-cross.svg) no-repeat center center;
  width: 0.7em;
  height: 0.7em;
  opacity: 0.3;
}
.p-filter__type a.is-removing {
  transition: opacity 0.3s !important;
  opacity: 0 !important;
}
.p-filter__type a.is-disable {
  opacity: 0.8;
  pointer-events: none;
  background-color: #efefef;
}
.p-filter__type a.is-disable::after {
  background: url(/svg/icn-lock.svg) no-repeat center center;
  margin-left: 0.3em;
}

.js-room_tab + .p-filter__setting {
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  .js-room_tab + .p-filter__setting {
    margin-top: 15px;
  }
}

.c-contentNavi {
  margin-top: 50px;
}
.c-contentNavi + * {
  margin-top: 50px;
}
.c-contentNavi .c-contentNavi__inner {
  max-width: 1080px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 7px;
  overflow: hidden;
  box-shadow: none;
}
.c-contentNavi .c-contentNavi__inner ul {
  padding: 0 18px;
  box-sizing: border-box;
}
.c-contentNavi.is-fixed .c-contentNavi__inner {
  border-radius: 0 0 7px 7px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 820px) {
  .c-contentNavi {
    margin-top: 25px;
  }
  .c-contentNavi + * {
    margin-top: 25px;
  }
}
@media screen and (min-width: 821px) {
  .c-contentNavi ul {
    justify-content: flex-start;
  }
}

#description .c-list {
  margin: 15px 0 0 0;
}
#description .c-list li {
  padding: 10px 0;
  font-size: 14px;
}
@media screen and (min-width: 821px) {
  #description .c-list li {
    font-size: 16px;
  }
}
#description .c-list li strong {
  margin: 0;
  font-size: 14px;
}
@media screen and (min-width: 821px) {
  #description .c-list li strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  #description .c-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #description .c-list li {
    width: 48%;
  }
  #description .c-list li:nth-child(2) {
    border: none;
  }
}

.p-description__link {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.p-description__link p {
  margin: 0 10px;
}
.p-description__link p .c-button {
  font-size: 14px;
  margin: 10px 0;
}
@media screen and (min-width: 821px) {
  .p-description__link p .c-button {
    font-size: 16px;
  }
}

.p-description__image {
  text-align: center;
  position: relative;
  padding-top: 61.6666666667%;
}
@media screen and (min-width: 821px) {
  .p-description__image {
    padding-top: 39.4166666667%;
  }
}
@media screen and (min-width: 821px) and (min-width: 1201px) {
  .p-description__image {
    padding-top: 473px;
  }
}
.p-description__image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  backface-visibility: hidden;
}
@media screen and (min-width: 1201px) {
  .p-description__image img {
    width: auto;
    min-width: 1200px;
    max-width: 100%;
    height: auto;
  }
}
.p-description__image img.ext-noimage {
  max-width: 300px;
  margin-top: 20px;
  margin-bottom: 80px;
}
@media screen and (min-width: 821px) {
  .p-description__image img.ext-noimage {
    max-width: 500px;
    margin-top: 32px;
    margin-bottom: 130px;
  }
}

.p-description__box {
  margin: -17% 15px 0;
  padding: 20px;
  position: relative;
  background: #ffffff;
}
@media screen and (min-width: 821px) {
  .p-description__box {
    margin: -5% auto 0;
    max-width: 1080px;
    box-sizing: border-box;
    padding: 40px;
    background: #ffffff;
  }
}
@media screen and (min-width: 821px) and (max-width: 1160px) {
  .p-description__box {
    margin: -5% 40px 0;
  }
}
@media screen and (min-width: 821px) and (min-width: 1201px) {
  .p-description__box {
    margin: -60px auto 0;
  }
}

.p-description__manager {
  position: absolute;
  right: 14px;
  top: -30px;
  z-index: 2;
}
.p-description__manager span {
  display: inline-block;
  width: 55px;
  height: 55px;
  box-sizing: border-box;
  border: 2px solid #d1d1d1;
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
}
.p-description__manager span img {
  width: 100%;
  height: auto;
}
.p-description__manager em {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  color: #ffffff;
  background: #BEAC9C;
  border-radius: 7px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  letter-spacing: 0.06em;
  right: calc(100% + 10px);
  top: 15%;
  padding: 0 15px;
}
@media screen and (min-width: 821px) {
  .p-description__manager em {
    font-size: 14px;
  }
}
.p-description__manager em:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #BEAC9C;
  left: 100%;
  top: 50%;
  margin-top: -5px;
}
@media screen and (min-width: 821px) {
  .p-description__manager {
    top: -45px;
    right: 40px;
  }
  .p-description__manager span {
    width: 108px;
    height: 108px;
  }
  .p-description__manager em {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    top: 30px;
    right: calc(100% + 20px);
  }
}
@media screen and (max-width: 820px) {
  .p-description__manager {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }
}

.p-description__management {
  font-size: 12px;
  letter-spacing: 0.06em;
  margin-top: 0.5em;
  line-height: 1.4;
}
@media screen and (min-width: 821px) {
  .p-description__management {
    font-size: 14px;
  }
}
.p-description__management + .p-description__language {
  margin-top: 0.4em;
}
.p-description__management + .p-description__date {
  margin-top: 0.4em;
}

.p-description__liability {
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #787878;
  margin-top: 0.2em;
  line-height: 1;
}
@media screen and (min-width: 821px) {
  .p-description__liability {
    font-size: 13px;
  }
}
.p-description__liability + .p-description__language {
  margin-top: 0.2em;
}
.p-description__liability + .p-description__date {
  margin-top: 0.4em;
}

.p-description__language {
  font-size: 12px;
  letter-spacing: 0.06em;
  margin-top: 0.5em;
  line-height: 1;
}
@media screen and (min-width: 821px) {
  .p-description__language {
    font-size: 14px;
  }
}
.p-description__language + .p-description__date {
  margin-top: 0.3em;
}

.p-description__date {
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #787878;
  margin-top: 0.5em;
}
@media screen and (min-width: 821px) {
  .p-description__date {
    font-size: 13px;
  }
}
.p-description__date + .p-description__date {
  margin-top: 0;
}

.p-description__discount {
  letter-spacing: 0.06em;
  color: #E35D54;
  font-weight: bold;
  margin-top: 0.75em;
  display: block;
}
.p-description__discount span {
  display: inline-block;
}
.p-description__discount a {
  text-decoration: underline;
}

.p-description__pao {
  margin-top: 1em;
  display: block;
}
.p-description__pao span {
  display: inline-block;
}
.p-description__pao .c-button {
  font-size: 12px;
  white-space: normal;
  border-radius: 1000vmax;
}

.p-description__title {
  margin-top: 1.2em;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (min-width: 821px) {
  .p-description__title {
    font-size: 16px;
  }
}

.p-description__category {
  display: block;
  color: #E35D54;
  font-weight: bold;
}
@media screen and (min-width: 821px) {
  .p-description__category {
    display: inline-block;
    margin-right: 23px;
  }
}

.p-description__name {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 821px) {
  .p-description__name {
    font-size: 20px;
  }
}

.p-description__body {
  margin-top: 1.7em;
  font-size: 14px;
  line-height: 1.8;
  color: #222;
}
@media screen and (min-width: 821px) {
  .p-description__body {
    font-size: 16px;
  }
}

.p-description__address {
  margin-top: 0.5em;
  font-size: 12px;
  line-height: 1.8;
  color: #787878;
}
@media screen and (min-width: 821px) {
  .p-description__address {
    font-size: 14px;
  }
}

.p-description__manual {
  margin-top: 0.5em;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 821px) {
  .p-description__manual {
    font-size: 16px;
  }
}

.p-description__label {
  line-height: 1;
  z-index: 1;
  padding: 12px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-description__label + .p-description__discount,
.p-description__label + .p-description__label {
  margin-top: 1em;
}
.p-description__label > a,
.p-description__label > span {
  font-size: 13px;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5em 7px;
  box-sizing: border-box;
  line-height: 1;
  margin-right: 10px;
  position: relative;
  background: #f0f0f0;
  color: #222;
  margin-top: 6px;
  margin-right: 6px;
}
@media screen and (min-width: 821px) {
  .p-description__label > a,
  .p-description__label > span {
    font-size: 14px;
    padding: 0.5em 10px;
    margin-top: 6px;
    margin-right: 10px;
  }
}
.p-description__label > a.ext-no_icon::before,
.p-description__label > span.ext-no_icon::before {
  display: none;
}
.p-description__label > a {
  text-decoration: underline !important;
}
.p-description__label > span:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.p-description__label > span img {
  max-width: 14px;
  max-height: 14px;
  position: absolute;
  left: 12px;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 821px) {
  .p-description__label > span img {
    left: 17px;
  }
}

#info .c-list span {
  display: inline-block;
  margin-right: 0.7em;
}

.p-campaign h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5em;
  display: inline-block;
  padding: 0;
  line-height: 1.2;
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-campaign h3 {
    font-size: 18px;
  }
}
.p-campaign p {
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  .p-campaign p {
    font-size: 14px;
  }
}
.p-campaign p.ext-stats, .p-campaign p.ext-note {
  margin-top: 2em;
  font-size: 14px;
}
@media screen and (max-width: 820px) {
  .p-campaign p.ext-stats, .p-campaign p.ext-note {
    font-size: 12px;
  }
}
.p-campaign p.ext-stats {
  border-left: 2px solid #d1d1d1;
  padding-left: 1em;
}
.p-campaign p + h3 {
  margin-top: 2em;
}
.p-campaign em {
  font-weight: bold;
  margin-right: 0.5em;
  margin-top: 0.7em;
  display: inline-block;
}
.p-campaign em:first-child {
  margin-top: 0;
}
.p-campaign span {
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
}
@media screen and (min-width: 821px) {
  .p-campaign span {
    font-size: 14px;
  }
}

.p-map__render {
  height: 240px;
}
@media screen and (min-width: 821px) {
  .p-map__render {
    height: 480px;
  }
}

.p-map__link {
  text-align: center;
  font-size: 12px;
  margin-top: 15px;
}
@media screen and (min-width: 821px) {
  .p-map__link {
    font-size: 14px;
  }
}
.p-map__link a {
  text-decoration: underline;
}
@media screen and (min-width: 821px) {
  .p-map__link {
    margin-top: 30px;
  }
}

#sharehouseinfo.c-tab__content,
#chart.c-tab__content {
  padding: 0;
}
#sharehouseinfo .c-box,
#chart .c-box {
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 820px) {
  #sharehouseinfo .c-box,
  #chart .c-box {
    border-radius: 15px 15px 0 0;
  }
}
#sharehouseinfo .p-chart,
#chart .p-chart {
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 820px) {
  #sharehouseinfo .p-chart,
  #chart .p-chart {
    border-radius: 0 0 15px 15px;
  }
}
#sharehouseinfo .p-chart__iframe,
#chart .p-chart__iframe {
  padding: 40px 0 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border: none;
}
#sharehouseinfo .p-chart__wrap,
#chart .p-chart__wrap {
  overflow: hidden;
}
#sharehouseinfo .p-chart__box,
#chart .p-chart__box {
  min-width: 0;
}
@media screen and (max-width: 820px) {
  #sharehouseinfo .p-chart__box,
  #chart .p-chart__box {
    overflow: hidden;
    width: 100%;
  }
}

.p-summary .c-column + .c-box {
  margin-top: 20px;
}
.p-summary .c-box {
  padding: 0;
  border-radius: 20px;
}
@media screen and (max-width: 820px) {
  .p-summary .c-box {
    padding: 0;
    border-radius: 15px;
  }
}
.p-summary .c-box__title {
  font-size: 16px;
  margin: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 820px) {
  .p-summary .c-box__title {
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.p-summary .c-box__content {
  font-size: 14px;
  padding: 10px 20px 20px;
}
@media screen and (max-width: 820px) {
  .p-summary .c-box__content {
    padding: 10px 15px 15px;
  }
}
.p-summary .c-box__content > * + .description__label {
  margin-top: 0;
}
.p-summary .p-facilities__list,
.p-summary .p-description__label {
  margin-top: -6px;
  padding-top: 0;
}
.p-summary .p-facilities__list + .c-list__title,
.p-summary .p-facilities__list + .p-description__label,
.p-summary .p-description__label + .c-list__title,
.p-summary .p-description__label + .p-description__label {
  margin-top: 1em;
}
.p-summary .p-facilities__list a,
.p-summary .p-description__label a {
  text-decoration: none;
}
.p-summary .p-facilities__list a img,
.p-summary .p-description__label a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 6px;
  margin-left: -2px;
}
.p-summary .p-facilities__list + .c-list,
.p-summary .p-description__label + .c-list {
  margin-top: 1em;
}
.p-summary .c-list li {
  font-size: 14px;
  border: none;
  padding: 0 !important;
}
.p-summary .c-list li + li {
  margin-top: 0.4em;
}
.p-summary .c-list li strong {
  border-right: none;
  margin-right: 0.5em;
  padding-right: 0;
}
.p-summary__category {
  display: flex;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}
.p-summary__category + .p-summary__category {
  border-top: none;
  margin-top: 0.8em;
  padding-top: 0;
}
.p-summary__category h3 {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  border-right: 5px solid #F8F8F8;
  padding-right: 0.8em;
  margin-right: 0.8em;
  width: 120px;
  margin-top: 10px;
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 820px) {
  .p-summary__category h3 {
    font-size: 12px;
    width: 100%;
    margin: 0;
    border-right: 0;
  }
}
.p-summary__category .p-facilities__list {
  margin-top: 0;
  align-items: center;
}
.p-summary__category .p-facilities__list a {
  flex-wrap: wrap;
  white-space: normal;
  height: auto;
  line-height: 1.2;
  padding-top: 0.225em;
  padding-bottom: 0.225em;
  min-height: 28px;
  box-sizing: border-box;
}
.p-summary__category .p-facilities__list a img {
  margin-top: 2px;
}
@media screen and (max-width: 820px) {
  .p-summary__category {
    flex-direction: column;
  }
  .p-summary__category h3 {
    margin-top: 0;
  }
  .p-summary__category + .p-summary__category {
    margin-top: 0;
  }
  .p-summary__category + .p-summary__category h3 {
    margin-top: 1.4em;
  }
}

.p-facilities__category {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin-top: 0.4em;
}
@media screen and (max-width: 820px) {
  .p-facilities__category {
    margin-top: 0;
    flex-direction: column;
  }
}
.p-facilities__category h4 {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  border-right: 5px solid #F8F8F8;
  padding-right: 0.8em;
  margin-right: 0.8em;
  margin-top: 10px;
  width: 170px;
  flex-shrink: 0;
  flex-grow: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .p-facilities__category h4 {
    margin-top: 1.5em;
    width: 100%;
    margin-right: 0;
    border-right: 0;
    margin-right: 0;
  }
}
.p-facilities__category .p-facilities__list {
  margin-top: 0;
}

.p-facilities__list {
  display: flex;
  flex-wrap: wrap;
}
.p-facilities__list li,
.p-facilities__list > a,
.p-facilities__list > span {
  font-size: 13px;
  border-radius: 4px;
  flex-grow: 0;
  flex-shrink: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background: #f0f0f0;
  margin-right: 10px;
  margin-top: 10px;
  display: flex;
  white-space: nowrap;
  align-items: center;
  position: relative;
  text-decoration: none;
}
.p-facilities__list li img,
.p-facilities__list > a img,
.p-facilities__list > span img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 6px;
  margin-left: -2px;
}
@media screen and (min-width: 821px) {
  .p-facilities__list li,
  .p-facilities__list > a,
  .p-facilities__list > span {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
  }
  .p-facilities__list li:before,
  .p-facilities__list > a:before,
  .p-facilities__list > span:before {
    margin-right: 8px;
  }
}
@media screen and (max-width: 820px) {
  .p-facilities__list li,
  .p-facilities__list > a,
  .p-facilities__list > span {
    font-size: 12px;
  }
  .p-facilities__list li:before,
  .p-facilities__list > a:before,
  .p-facilities__list > span:before {
    width: 12px;
    height: 12px;
    margin-right: 6px;
  }
}

.p-photo__more {
  margin-top: 15px;
}
.p-photo__more .c-button {
  font-size: 14px;
  min-width: 123px;
}
@media screen and (min-width: 821px) {
  .p-photo__more .c-button {
    font-size: 16px;
  }
}
@media screen and (min-width: 821px) {
  .p-photo__more {
    margin-top: 40px;
    text-align: center;
  }
  .p-photo__more .c-button {
    min-width: 280px;
  }
}

.p-photo__modal .c-drawer__content {
  display: none;
}
.p-photo__modal .c-drawer__content.is-active {
  display: block;
  animation: fadeIn 0.4s;
}
.p-photo__modal .c-drawer__content .p-photo__list {
  padding-left: 0;
  padding-right: 0;
}

.p-photo__category {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 821px) {
  .p-photo__category {
    font-size: 18px;
  }
}
.p-photo__category + .p-photo__category {
  margin-top: 24px;
}
* + .p-photo__category {
  margin-top: 40px;
}
.p-photo__category + * {
  margin-top: 15px;
}

.p-photo__room {
  display: none;
}
.p-photo__room.is-active {
  display: block;
}

.p-photo__detail {
  align-items: flex-start;
}
.p-photo__detail li {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 821px) {
  .p-photo__detail li {
    font-size: 14px;
  }
}
.p-photo__detail li div {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
}
.p-photo__detail li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0 auto 9px;
}
.p-photo__detail li span {
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left;
  display: block;
}
.p-photo__detail li span + span {
  font-size: 0.8em;
  white-space: nowrap;
  text-align: right;
  opacity: 0.6;
}
@media screen and (min-width: 821px) {
  .p-photo__detail {
    display: flex;
    flex-wrap: wrap;
  }
  .p-photo__detail li {
    width: 49%;
    margin-top: 0;
  }
  .p-photo__detail li:nth-child(even) {
    margin-left: 2%;
  }
  .p-photo__detail li:nth-child(n+3) {
    margin-top: 40px;
  }
}

.p-panorama__text {
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-panorama__text {
    font-size: 16px;
  }
}

.p-panorama__image {
  margin-top: 15px;
}
.p-panorama__image img {
  width: 100%;
  height: auto;
}

#vacancy.c-tab__content,
#all.c-tab__content {
  padding: 0 0 15px;
}
@media screen and (min-width: 821px) {
  #vacancy.c-tab__content,
  #all.c-tab__content {
    padding: 0 40px 0;
  }
}

.p-room__caset {
  position: relative;
  padding-bottom: 20px;
}
@media screen and (min-width: 821px) {
  .p-room__caset {
    border-top: 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 60px;
  }
}
.p-room__caset[class*=is-disable] {
  display: none;
}
.p-room__caset.is-ierabu {
  display: flex !important;
}
.p-room__caset__number {
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #222;
  padding: 0 10px;
  z-index: 2;
}
@media screen and (min-width: 821px) {
  .p-room__caset__number {
    font-size: 18px;
  }
}
.p-room__caset__number em {
  color: #E35D54;
}
.p-room__caset__number.ext-novacancy {
  background: #787878;
  color: #ffffff;
}
@media screen and (min-width: 821px) {
  .p-room__caset__number {
    height: 36px;
    line-height: 36px;
  }
}

@media screen and (min-width: 821px) {
  .p-room__caset__image {
    width: 49%;
  }
}

.p-room__caset__slide,
.p-room__table__slide {
  position: relative;
  overflow: hidden;
  background-color: #F8F8F8;
}
@media screen and (min-width: 821px) {
  .p-room__caset__slide,
  .p-room__table__slide {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
.p-room__caset__slide p,
.p-room__table__slide p {
  position: relative;
  z-index: 1;
}
.p-room__caset__slide a,
.p-room__table__slide a {
  cursor: pointer;
}
.p-room__caset__slide img,
.p-room__table__slide img {
  width: 100%;
  height: auto;
}
.p-room__caset__slide .slick-prev,
.p-room__caset__slide .slick-next,
.p-room__table__slide .slick-prev,
.p-room__table__slide .slick-next {
  border: none;
  background: none;
  position: absolute;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  z-index: 2;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
  transition: transform 0.4s;
  text-indent: -10000px;
  outline: none;
  width: 28px;
  height: 28px;
  background: url(/svg/icn-arrow_carousel.svg) no-repeat center center/contain;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
}
.p-room__caset__slide .slick-prev,
.p-room__table__slide .slick-prev {
  left: 10px;
}
.p-room__caset__slide .slick-prev:hover,
.p-room__table__slide .slick-prev:hover {
  transform: translate(0, -50%) rotate(180deg) scale(1.2);
}
.p-room__caset__slide .slick-next,
.p-room__table__slide .slick-next {
  right: 10px;
  transform: translate(0, -50%);
}
.p-room__caset__slide .slick-next:hover,
.p-room__table__slide .slick-next:hover {
  transform: translate(0, -50%) scale(1.2);
}
.p-room__caset__slide .slick-counter,
.p-room__table__slide .slick-counter {
  background: #ffffff;
  display: flex;
  justify-content: flex-start;
  color: #222;
  box-sizing: border-box;
  z-index: 3;
  border-bottom: 1px solid #d1d1d1;
  padding-top: 0.5em;
  padding-bottom: 10px;
  font-size: 14px;
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-room__caset__slide .slick-counter,
  .p-room__table__slide .slick-counter {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.p-room__caset__slide .slick-counter-num,
.p-room__table__slide .slick-counter-num {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translate(-50%, 0);
  background-color: #ffffff;
  height: 20px;
  padding: 0 0.5em;
}
.p-room__caset__slide .slick-counter-text,
.p-room__table__slide .slick-counter-text {
  display: inline-block;
  padding-right: 1em;
}
.p-room__caset__slide .slick-counter-date,
.p-room__table__slide .slick-counter-date {
  white-space: nowrap;
  display: inline-block;
  opacity: 0.6;
  margin-left: auto;
}

.p-room__caset__table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #d1d1d1;
}
.p-room__caset__table + .p-room__caset__facilities {
  margin-top: 2em;
}
.p-room__caset__table th {
  width: 140px;
  font-weight: bold;
  border-right: 1px solid #d1d1d1;
  font-size: 14px;
  padding: 10px 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #d1d1d1;
}
@media screen and (min-width: 821px) {
  .p-room__caset__table th {
    font-size: 16px;
  }
}
.p-room__caset__table th.ext-sub {
  padding: 10px 15px;
  width: 84px;
}
@media screen and (max-width: 820px) {
  .p-room__caset__table th {
    width: 110px;
    padding: 7px;
  }
}
.p-room__caset__table td {
  padding: 10px 15px;
  font-size: 14px;
  box-sizing: border-box;
  border-bottom: 1px solid #d1d1d1;
}
@media screen and (min-width: 821px) {
  .p-room__caset__table td {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .p-room__caset__table td {
    padding: 7px;
  }
}
.p-room__caset__table td em {
  font-weight: bold;
}
.p-room__caset__table td em.ext-smart {
  color: #E35D54;
}
.p-room__caset__table td span {
  margin-right: 0.7em;
  display: inline-block;
}
.p-room__caset__table td span.ext-note {
  font-size: 11px;
  margin-top: 0.35em;
}
@media screen and (min-width: 821px) {
  .p-room__caset__table td span.ext-note {
    font-size: 13px;
  }
}
.p-room__caset__table td span.ext-room {
  margin-top: 0.5em;
}
.p-room__caset__table td span.ext-room strong:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(/svg/icn-door.svg) no-repeat center center/16px 16px;
  margin-right: 0.3em;
  transform: translate(0, 2px);
}
@media screen and (max-width: 820px) {
  .p-room__caset__table td span.ext-room strong:before {
    width: 14px;
    height: 14px;
    background-size: 14px;
  }
}
.p-room__caset__table td span.ext-room a {
  display: inline-block;
}
.p-room__caset__table td a {
  text-decoration: underline;
}
.p-room__caset__table td[colspan="3"] {
  font-size: 12px;
}
@media screen and (min-width: 821px) {
  .p-room__caset__table td[colspan="3"] {
    font-size: 14px;
  }
}
.p-room__caset__table tr:last-child th, .p-room__caset__table tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}
.p-room__caset__table.ext-ierabu th {
  width: 110px;
}
.p-room__caset__table.ext-ierabu th, .p-room__caset__table.ext-ierabu td, .p-room__caset__table.ext-ierabu[colspan] {
  font-size: 12px;
}
@media screen and (min-width: 821px) {
  .p-room__caset__table.ext-ierabu th, .p-room__caset__table.ext-ierabu td, .p-room__caset__table.ext-ierabu[colspan] {
    font-size: 14px;
  }
}
.p-room__caset__table.ext-ierabu td + th {
  border-left: 1px solid #d1d1d1;
}
@media screen and (max-width: 820px) {
  .p-room__caset__table.ext-ierabu tr {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .p-room__caset__table.ext-ierabu tr th, .p-room__caset__table.ext-ierabu tr td {
    box-sizing: border-box;
    padding: 7px;
  }
  .p-room__caset__table.ext-ierabu tr th {
    border-left: none;
  }
  .p-room__caset__table.ext-ierabu tr th[rowspan] {
    display: none;
  }
  .p-room__caset__table.ext-ierabu tr td {
    width: calc(100% - 120px);
  }
}
@media screen and (min-width: 821px) {
  .p-room__caset__table {
    flex-grow: 1;
    flex-shrink: 1;
    width: 49%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 820px) {
  .p-room__caset__table {
    border-top: 0;
  }
}

.p-room__comment {
  font-size: 12px;
}
@media screen and (min-width: 821px) {
  .p-room__comment {
    font-size: 14px;
  }
}

.p-room__inlinelist {
  font-size: 12px;
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 821px) {
  .p-room__inlinelist {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) {
  .p-room__inlinelist {
    margin-top: 10px;
    padding: 10px 15px 0;
  }
}
.p-room__inlinelist > span {
  margin-right: 0.7em;
  display: inline-block;
}
.p-room__inlinelist > span.ext-room {
  margin-top: 0.5em;
}
.p-room__inlinelist > span.ext-room strong:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(/svg/icn-door.svg) no-repeat center center/16px 16px;
  margin-right: 0.3em;
  transform: translate(0, 2px);
}
@media screen and (max-width: 820px) {
  .p-room__inlinelist > span.ext-room strong:before {
    width: 14px;
    height: 14px;
    background-size: 14px;
  }
}
.p-room__inlinelist > span.ext-room a {
  display: inline-block;
  text-decoration: underline;
}
.p-room__inlinelist br {
  display: none;
}

.p-room__headline {
  width: 100%;
  font-weight: bold;
  font-size: 12px;
  margin-top: 15px;
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 821px) {
  .p-room__headline {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) {
  .p-room__headline {
    margin-top: 10px;
    padding: 10px 7px 0;
  }
}

.p-room__caset__category {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .p-room__caset__category {
    margin-top: 6px;
  }
}
.p-room__caset__category > div {
  display: flex;
  align-items: stretch;
}
.p-room__caset__category + .p-room__caset__category {
  border-top: none;
}
.p-room__caset__category h4 {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  border-right: 5px solid #F8F8F8;
  padding-right: 0.8em;
  margin-right: 0.8em;
  width: 120px;
  margin-top: 15px;
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 820px) {
  .p-room__caset__category h4 {
    font-size: 12px;
    width: 100%;
    margin: 0;
    border-right: 0;
  }
}
.p-room__caset__category .p-room__caset__facilities {
  margin-top: 0;
}
.p-room__caset__category .p-room__caset__facilities li {
  margin-top: 15px;
}
@media screen and (max-width: 820px) {
  .p-room__caset__category {
    padding: 0;
  }
  .p-room__caset__category > div {
    flex-direction: column;
  }
  .p-room__caset__category h4 {
    margin-top: 0;
  }
  .p-room__caset__category .p-room__caset__facilities {
    margin-right: 0;
  }
  .p-room__caset__category .p-room__caset__facilities li {
    margin-top: 6px;
  }
}

.p-room__caset__facilities {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .p-room__caset__facilities {
    margin-top: 0;
    padding: 0 0 0;
  }
}
td .p-room__caset__facilities {
  margin-top: -10px;
}
.p-room__caset__facilities li {
  border-radius: 4px;
  flex-grow: 0;
  flex-shrink: 0;
  height: 26px;
  line-height: 26px;
  padding: 0 8px;
  font-size: 12px;
  background: #f0f0f0;
  margin-right: 8px;
  margin-top: 8px;
  color: #222;
  display: flex;
  white-space: nowrap;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-room__caset__facilities li {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) {
  .p-room__caset__facilities li {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
  }
}
.p-room__caset__facilities li:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
@media screen and (max-width: 820px) {
  .p-room__caset__facilities li:before {
    width: 12px;
    height: 12px;
  }
}
.p-room__caset__facilities li img {
  max-width: 16px;
  max-height: 16px;
  position: absolute;
  left: 16px;
  transform: translate(-50%, 0);
}
.p-room__caset__facilities li img + strong {
  margin-left: 0;
}
.p-room__caset__facilities li strong {
  margin-left: -16px;
  font-weight: normal;
}
.p-room__caset__facilities li.ext-no_icon::before {
  display: none;
}

.p-room__caset__action {
  padding: 2em 15px 0;
  color: #53A96D;
  text-align: center;
}
.p-room__caset__action a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1;
}
@media screen and (min-width: 821px) {
  .p-room__caset__action a {
    font-size: 16px;
  }
}
.p-room__caset__action a.ext-cart:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 12px;
  background: url(/svg/cart/icn-cart.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 821px) {
  .p-room__caset__action {
    width: 100%;
    padding: 40px 40px 0;
  }
  .p-room__caset__action a {
    max-width: 490px;
    margin: 0 auto;
    padding: 20px 0;
  }
}

.p-room__filterClear {
  font-weight: bold;
  margin: 0.5em 0 1em;
  font-size: 12px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 821px) {
  .p-room__filterClear {
    font-size: 14px;
  }
}
.p-room__filterClear:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(/svg/bukken/icn-cross_uncheck.svg) no-repeat center center/cover;
  display: inline-block;
  margin-right: 0.3em;
}

.p-room__filterUnit {
  display: flex;
  font-size: 14px;
}
.p-room__filterUnit:first-child {
  margin-top: 8px;
}
.p-room__filterUnit h3,
.p-room__filterUnit h4 {
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  padding-right: 0.8em;
  padding-top: 0.3em;
}
@media screen and (max-width: 820px) {
  .p-room__filterUnit {
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
  }
  .p-room__filterUnit h3, .p-room__filterUnit h4 {
    padding: 0.5em 10px 0;
    padding-right: 0.4em;
    min-width: 0;
    font-size: 13px;
  }
}
.is-toggle .p-room__filterUnit h3 {
  display: flex;
  align-items: center;
}
.is-toggle .p-room__filterUnit h3 img {
  margin-right: 0.5em;
}

.p-room__filterWrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5em;
}
@media screen and (max-width: 820px) {
  .p-room__filterWrapper {
    padding: 0 10px;
  }
}
.p-room__filterWrapper > h3 {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  margin-top: 1em;
}
.p-room__filterWrapper .p-room__filterUnit {
  margin-right: 3em;
  background: #f0f0f0;
  padding: 0 10px;
  margin-top: 0.8em;
}
.p-room__filterWrapper .p-room__filterUnit + h3 {
  margin-top: 2em;
}
.p-room__filterWrapper .p-room__filterUnit h4 {
  min-width: 0;
  padding-top: 0.3em;
}
@media screen and (max-width: 820px) {
  .p-room__filterWrapper .p-room__filterUnit {
    padding: 0.2em 0 0;
    margin-right: 0;
  }
}

.p-room__filter {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0 0 5px;
  align-items: center;
}
.p-room__filter li {
  font-size: 13px;
  display: inline-block;
  margin-left: 5px;
  padding-right: 1.2em;
  padding-bottom: 5px;
}
.p-room__filter li .c-checkbox {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 821px) {
  .p-room__filter li {
    font-size: 14px;
  }
  .p-room__filter .c-tooltip {
    margin-top: -4px;
  }
}

.p-room__result {
  text-align: center;
  font-size: 16px;
  position: relative;
  padding-bottom: 45px;
}
.p-room__result strong {
  font-size: 24px;
  font-weight: bold;
  margin-right: 0.2em;
}
.p-room__result:before, .p-room__result:after {
  content: "";
  display: block;
  position: absolute;
}
.p-room__result:before {
  width: calc(100% + 80px);
  height: 30px;
  background-color: #F8F8F8;
  bottom: 0;
  left: -40px;
}
.p-room__result:after {
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 15px solid #ffffff;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
@media screen and (max-width: 820px) {
  .p-room__result {
    font-size: 14px;
  }
  .p-room__result strong {
    font-size: 22px;
  }
  .p-room__result:before {
    width: 100%;
    left: 0;
  }
}

.p-room__sort {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 10px;
  align-items: center;
}
.p-room__sort li {
  font-weight: bold;
  margin-right: 5px;
  margin-bottom: 5px;
}
.p-room__sort button {
  line-height: 33px;
  height: 33px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  background: #B4B4B4;
}
.p-room__sort button.is-active {
  background: #3C3C3C;
}
.p-room__sort button:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 33px;
  margin-left: 8px;
  background: url(/svg/icn-arrow_neutral.svg) no-repeat center center;
  background-size: contain;
}
.p-room__sort button.is-active:after, .p-room__sort button.is-active.is-reverse:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background: url(/svg/icn-arrow.svg) no-repeat center center;
  background-size: cover;
  transform: rotate(90deg);
}
.p-room__sort button.is-active.is-reverse:after {
  transform: rotate(-90deg);
}
@media screen and (min-width: 821px) {
  .p-room__sort button {
    padding: 0 25px;
    font-size: 14px;
  }
}
@media screen and (min-width: 821px) {
  .p-room__sort {
    margin-top: 16px;
    /*justify-content: flex-end;*/
    padding: 0 0 16px;
  }
  .p-room__sort li {
    margin-right: 15px;
  }
}

.p-room__baloon img {
  margin: 0.5em 0;
}
.p-room__baloon strong {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.c-box {
  border-radius: 20px;
}
@media screen and (max-width: 820px) {
  .c-box {
    border-radius: 15px;
  }
}

.c-column__item > div {
  border-radius: 20px;
}
@media screen and (max-width: 820px) {
  .c-column__item > div {
    border-radius: 15px;
  }
}

.c-caset {
  border-radius: 7px;
}

.c-tab {
  border-radius: 20px;
}
@media screen and (max-width: 820px) {
  .c-tab {
    border-radius: 15px;
  }
}

.p-room.is-no_result .c-box {
  padding-bottom: 0;
}
.p-room.is-no_result .p-room__change {
  display: none;
}
.p-room .c-tab {
  background: #ffffff;
}
@media screen and (max-width: 820px) {
  .p-room .c-tab {
    background: none;
  }
}
.p-room .c-tab__navi {
  border-radius: 0;
}
.p-room .c-tab__navi ul {
  display: flex;
  align-items: stretch;
}
.p-room .c-tab__navi ul li {
  display: flex;
  align-items: stretch;
  border-radius: 7px 7px 0 0;
}
.p-room .c-tab__navi ul li label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #787878;
  font-size: 14px;
  padding: 0.75em 15px;
  position: relative;
  letter-spacing: 0.06em;
  text-decoration: none;
  font-weight: normal;
  text-align: center;
  font-weight: bold;
  transition: opacity 0.4s;
  opacity: 0.6;
}
.p-room .c-tab__navi ul li label:hover {
  opacity: 1;
  transition: opacity 0s;
}
@media screen and (max-width: 820px) {
  .p-room .c-tab__navi ul li label {
    font-size: 12px;
  }
}
.p-room .c-tab__navi ul li label img {
  width: 140px;
  height: auto;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 820px) {
  .p-room .c-tab__navi ul li label img {
    width: 80px;
  }
}
.p-room .c-tab__navi ul li label input {
  display: none;
}
@media screen and (min-width: 821px) {
  .p-room .c-tab__navi ul li label {
    padding: 0.75em 20px;
  }
}
.p-room .c-tab__navi ul li label.is-active {
  font-weight: bold;
  opacity: 1;
  color: #222;
  background: #f8f8f8;
}
.p-room .c-tab__navi ul li label.is-active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #E35D54;
}
.p-room .c-tab__navi ul li label span {
  align-items: center;
}
.p-room .c-tab__navi ul li label span::before {
  display: none;
}
.p-room .c-tab__navi ul li label span .c-tooltip {
  position: relative;
  line-height: 1;
}
.p-room .c-tab__navi ul li label span .c-tooltip::after {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 820px) {
  .p-room .c-tab__navi ul li label span .c-tooltip::after {
    width: 14px;
    height: 14px;
  }
}
.p-room .c-tab__navi ul li label span .c-tooltip::before {
  content: "";
  opacity: 0.3;
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-1px, -50%);
}
.p-room .c-tab__content {
  padding: 20px 0 30px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .p-room .c-tab__content {
    padding: 15px 15px 20px;
    border-radius: 15px;
    background: #ffffff;
  }
  .p-room .c-tab__content + .c-tab__content {
    margin-top: 30px;
  }
}
.p-room .c-tab__content.ext-empty {
  padding: 30px 0 0;
}
.p-room .c-tab__content.is-disable {
  display: none !important;
}
@media screen and (min-width: 821px) {
  .p-room .c-tab__content.is-active + .c-tab__content.is-active {
    padding-top: 60px;
  }
  .p-room .c-tab__content.is-active + .c-tab__content.is-active::before {
    display: block;
    content: "";
    height: 40px;
    width: calc(100% + 80px);
    left: -40px;
    top: 0;
    position: absolute;
    background: #F8F8F8;
  }
}
@media screen and (max-width: 820px) {
  .p-room .c-box {
    padding: 0;
    background: none;
  }
  .p-room .c-box .c-tab__navi,
  .p-room .c-box .p-filter__type,
  .p-room .c-box .p-filter__setting,
  .p-room .c-box .p-filter__button,
  .p-room .c-box .p-filter__result {
    padding-left: 15px !important;
    padding-right: 15px !important;
    background: #ffffff;
  }
  .p-room .c-box .c-tab__navi {
    padding-top: 15px !important;
    border-radius: 15px 15px 0 0;
  }
  .p-room .c-box .p-filter__button {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .p-room .c-box .p-filter__result {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0 0 15px 15px;
    padding: 5px 15px 10px;
    margin-bottom: 30px;
  }
  .p-room .c-box .p-filter__result::before {
    display: none;
  }
  .p-room .c-box .p-filter__result::after {
    bottom: -30px;
  }
}

@media screen and (min-width: 821px) {
  .p-manager {
    display: flex;
    flex-direction: column;
  }
}

.p-manager__box {
  background: #ffffff;
  padding: 15px;
}
@media screen and (min-width: 821px) {
  .p-manager__box {
    padding: 40px;
  }
}

.p-manager__image {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  border: 2px solid #d1d1d1;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.p-manager__image img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 821px) {
  .p-manager__image {
    width: 156px;
    height: 156px;
  }
}

@media screen and (min-width: 821px) {
  .p-event {
    display: flex;
    flex-direction: column;
  }
}

.p-event__box {
  background: #ffffff;
  position: relative;
  padding: 15px;
}
@media screen and (min-width: 821px) {
  .p-event__box {
    padding: 40px;
  }
}
.p-event__box .c-list a {
  text-decoration: underline;
}
.p-event__box .c-list li {
  padding-left: 65px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100px;
}
.p-event__box .c-list li div {
  position: absolute;
  left: 0;
  top: 50%;
  height: 0;
  padding-top: 50px;
  width: 50px;
  transform: translate(0, -50%);
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.p-event__notheld {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  min-height: 150px;
  flex-direction: column;
}
@media screen and (min-width: 821px) {
  .p-event__notheld {
    font-size: 16px;
  }
}
.p-event__notheld a {
  text-decoration: underline;
  font-weight: bold;
  display: inline-block;
  margin-top: 1em;
}
@media screen and (min-width: 821px) {
  .p-event__notheld {
    height: 100%;
  }
}

.p-event__more {
  text-align: center;
  padding-top: 15px;
  border-top: 1px solid #d1d1d1;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (min-width: 821px) {
  .p-event__more {
    font-size: 16px;
  }
}
.p-event__more a {
  text-decoration: underline;
}
@media screen and (min-width: 821px) {
  .p-event__more {
    border-top: none;
    padding-top: 0;
    margin-top: 30px;
  }
  .p-event__more a:hover {
    text-decoration: none;
  }
}

.p-manager__box,
.p-event__box {
  flex-grow: 1;
  flex-shrink: 1;
}

.p-osanpo,
.p-movie {
  padding: 15px;
}
@media screen and (min-width: 821px) {
  .p-osanpo,
  .p-movie {
    padding: 40px;
  }
}

.p-osanpo__item img {
  width: 100%;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
}
.p-osanpo__item + .p-osanpo__item {
  margin-top: 15px;
}
@media screen and (min-width: 821px) {
  .p-osanpo__item + .p-osanpo__item {
    margin-top: 25px;
  }
}

.p-osanpo__interview a {
  background-color: #E35D54;
  display: flex;
  align-items: stretch;
  color: #ffffff;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 820px) {
  .p-osanpo__interview a {
    flex-direction: column;
  }
}
.p-osanpo__interview a > span {
  width: 240px;
  display: block;
}
@media screen and (max-width: 820px) {
  .p-osanpo__interview a > span {
    width: 100%;
  }
}
.p-osanpo__interview a > span img {
  width: 240px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 820px) {
  .p-osanpo__interview a > span img {
    width: 100%;
  }
}
.p-osanpo__interview a > span + span {
  flex-grow: 1;
  display: flex;
  padding: 10px 20px;
  font-size: 12px;
  font-style: italic;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .p-osanpo__interview a > span + span {
    padding: 10px;
  }
}
.p-osanpo__interview a > span + span span {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
}
@media screen and (max-width: 820px) {
  .p-osanpo__interview a > span + span span {
    padding: 0 20px;
  }
}
.p-osanpo__interview a > span + span span:before {
  content: "";
  display: block;
  position: absolute;
  background: url(/svg/special/icn-quote.svg);
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  transform: rotate(180deg);
}
@media screen and (max-width: 820px) {
  .p-osanpo__interview a > span + span span:before {
    width: 10px;
    height: 10px;
  }
}
.p-osanpo__interview a > span + span span:after {
  content: "";
  display: block;
  position: absolute;
  background: url(/svg/special/icn-quote.svg);
  bottom: 5px;
  right: 0;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 820px) {
  .p-osanpo__interview a > span + span span:after {
    width: 10px;
    height: 10px;
  }
}
.p-osanpo__interview a > span + span span strong {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .p-osanpo__interview a > span + span span strong {
    font-size: 14px;
  }
}
.p-osanpo__interview a > span + span span em {
  font-size: 16px;
  font-style: normal;
  margin-top: 0.5em;
}
@media screen and (max-width: 820px) {
  .p-osanpo__interview a > span + span span em {
    font-size: 14px;
    margin-top: 0.2em;
  }
}
* + .p-osanpo__interview {
  margin-top: 15px;
}
@media screen and (min-width: 821px) {
  * + .p-osanpo__interview {
    margin-top: 25px;
  }
}

.p-limited__item img {
  width: 100%;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
}
.p-limited__item + .p-limited__item {
  margin-top: 15px;
}
@media screen and (min-width: 821px) {
  .p-limited__item + .p-limited__item {
    margin-top: 25px;
  }
}

.p-movie__item strong {
  color: #E35D54;
  font-size: 16px;
}
@media screen and (min-width: 821px) {
  .p-movie__item strong {
    font-size: 18px;
  }
}
.p-movie__item span {
  margin-top: 7px;
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.p-movie__item span iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-movie__item + .p-movie__item {
  margin-top: 15px;
}
@media screen and (min-width: 821px) {
  .p-movie__item + .p-movie__item {
    margin-top: 25px;
  }
}

@media screen and (min-width: 821px) {
  .p-suggest__column {
    display: flex;
    flex-wrap: wrap;
  }
  .p-suggest__column .c-caset {
    width: 32%;
    margin: 0;
    box-sizing: border-box;
    margin-left: 2%;
  }
  .p-suggest__column .c-caset:nth-child(3n+1) {
    margin-left: 0;
  }
  .p-suggest__column .c-caset:nth-child(n+4) {
    margin-top: 2%;
  }
}

.p-suggest__title {
  font-size: 14px;
  margin: 30px 15px 15px;
  text-align: center;
  color: #222;
}
@media screen and (min-width: 821px) {
  .p-suggest__title {
    font-size: 16px;
  }
}
.c-section__title + .p-suggest__title {
  margin-top: 15px;
}
@media screen and (min-width: 821px) {
  .p-suggest__title {
    margin: 40px;
  }
}

.p-zoom {
  z-index: 10000;
  position: fixed;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.52);
  display: none;
}
.p-zoom.is-active {
  display: flex;
  animation: ZoomfadeIn 0.4s;
}

.p-zoom__box {
  background: #ffffff;
  margin: 15px;
  width: 100%;
  max-width: calc(100vw - 30px);
  position: relative;
}

.p-zoom__slick {
  width: 100%;
}
.p-zoom__slick img {
  width: 100%;
  height: auto;
}
.p-zoom__slick .slick-prev,
.p-zoom__slick .slick-next {
  border: none;
  background: none;
  position: absolute;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  z-index: 2;
  bottom: 30px;
  transform: translate(0, -50%);
  text-indent: -10000px;
  outline: none;
  width: 12px;
  height: 17px;
  background: url(/svg/bukken/icn-zoom_arrow.svg) no-repeat center center;
  background-size: contain;
}
.p-zoom__slick .slick-prev {
  left: 10px;
  transform: translate(0, -50%) rotate(180deg);
}
.p-zoom__slick .slick-next {
  right: 10px;
}
.p-zoom__slick .slick-counter {
  background: #ffffff;
  text-align: center;
  color: #222;
  padding: 24px 10px;
  box-sizing: border-box;
  z-index: 3;
  border-bottom: 1px solid #d1d1d1;
  font-size: 14px;
}
@media screen and (min-width: 821px) {
  .p-zoom__slick .slick-counter {
    font-size: 16px;
  }
}
.p-zoom__slick .slick-counter-caption {
  display: block;
}

.p-zoom__close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.p-zoom__close a {
  display: block;
  text-decoration: none;
  outline: none;
  text-indent: -10000px;
  background: #ffffff url(/svg/bukken/icn-zoom_close.svg) no-repeat center center;
  background-size: 12px 12px;
  width: 24px;
  height: 24px;
  border-radius: 7px;
}

@keyframes ZoomfadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}
.p-room__caset__subtitle {
  text-decoration: underline;
}

@media screen and (max-width: 820px) {
  .p-room__common:first-child {
    padding-bottom: 0;
  }
  .p-room__common:first-child > div > * {
    display: none;
  }
  .p-room__common:first-child > div > .p-room__common__title,
  .p-room__common:first-child > div > .p-room__common__description {
    display: block;
  }
  .p-room__common:first-child > div > .p-room__common__description {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 820px) {
  .p-room__common:last-child {
    margin-top: 20px;
  }
}
.p-room__common__title {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .p-room__common__title {
    font-size: 20px;
  }
}
.p-room__common__description {
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d1d1d1;
}
@media screen and (max-width: 820px) {
  .p-room__common__description {
    font-size: 18px;
  }
  .p-room__common__description + .p-room__caset__category {
    padding-top: 0;
  }
}
.p-room__common__description span {
  font-size: 14px;
  opacity: 0.7;
  margin-left: 1em;
}
html[lang=fr] .p-room__common__description span, html[lang=en] .p-room__common__description span {
  font-size: 13px;
  letter-spacing: 0;
}
@media screen and (min-width: 821px) {
  .p-room__common__description span + span::before {
    content: "/";
    margin-right: 1em;
  }
}
@media screen and (max-width: 820px) {
  .p-room__common__description span {
    display: block;
    margin-left: 0;
  }
}
.p-room__common h3 {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  flex-grow: 1;
  flex-shrink: 1;
  margin-right: auto;
}
@media screen and (max-width: 820px) {
  .p-room__common h3 {
    margin-bottom: 0;
    font-size: 12px;
  }
}
.p-room__common h3 + .p-room__caset__category {
  margin-top: -10px;
}
@media screen and (max-width: 820px) {
  .p-room__common h3 + .p-room__caset__category {
    margin-top: 6px;
  }
}
.p-room__common .p-room__toggle + h3 {
  margin-top: 32px;
}
@media screen and (max-width: 820px) {
  .p-room__common .p-room__toggle + h3 {
    margin-top: 24px;
  }
}
@media screen and (max-width: 820px) {
  .p-room__common {
    padding-bottom: 15px;
  }
}
.p-room__wrapper {
  margin-top: 40px;
  overflow-x: scroll;
  scrollbar-width: thin;
  scrollbar-color: #787878 transparent;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05) inset;
}
@media screen and (max-width: 820px) {
  .p-room__wrapper {
    margin-top: 24px;
  }
}
.p-room__wrapper.is-disable {
  box-shadow: none;
}
.p-room__table {
  font-size: 14px;
  border-bottom: 1px solid #efefef;
  cursor: grab;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .p-room__table {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
  }
}
.is-disable .p-room__table {
  display: none;
}
@media screen and (max-width: 820px) {
  .p-room__table .is-modal {
    display: none;
  }
}
@media screen and (min-width: 821px) {
  .p-room__table .is-not_modal {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .p-room__table .is-not_modal {
    white-space: nowrap;
  }
}
.is-dragging .p-room__table {
  cursor: grabbing;
}
.p-room__table th, .p-room__table td {
  padding: 15px;
  vertical-align: top;
}
@media screen and (min-width: 821px) {
  .p-room__table th, .p-room__table td {
    flex-shrink: 0;
    flex-grow: 0;
  }
}
@media screen and (max-width: 820px) {
  .p-room__table th, .p-room__table td {
    padding: 10px;
  }
}
.p-room__table th {
  font-weight: bold;
  white-space: nowrap;
  vertical-align: middle;
}
.p-room__table th.ext-small {
  font-size: 12px;
  line-height: 1.2;
}
.p-room__table thead {
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #787878 transparent;
}
.p-room__table thead.is-fixed tr, .p-room__table thead.is-absolute tr {
  display: flex;
  align-items: stretch;
}
.p-room__table thead.is-fixed {
  position: fixed;
  bottom: auto;
  z-index: 100;
}
.p-room__table thead.is-absolute {
  position: absolute;
  top: auto !important;
  bottom: 0;
  z-index: 2;
}
.p-room__table thead th, .p-room__table thead td {
  padding: 0;
}
html[lang=fr] .p-room__table thead th.ext-small, html[lang=fr] .p-room__table thead td.ext-small {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 820px) {
  .p-room__table thead th, .p-room__table thead td {
    font-size: 13px;
  }
  html[lang=fr] .p-room__table thead th, html[lang=en] .p-room__table thead th, html[lang=fr] .p-room__table thead td, html[lang=en] .p-room__table thead td {
    font-size: 13px;
    letter-spacing: 0em;
  }
}
.p-room__table thead th:nth-child(even), .p-room__table thead td:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}
@media screen and (max-width: 820px) {
  .p-room__table thead th:nth-child(even), .p-room__table thead td:nth-child(even) {
    background: none;
  }
}
@media screen and (max-width: 820px) {
  .p-room__table thead th:last-child .js-sort a, .p-room__table thead th:last-child .js-sort span, .p-room__table thead td:last-child .js-sort a, .p-room__table thead td:last-child .js-sort span {
    width: auto;
  }
}
.p-room__table thead th > span,
.p-room__table thead th > a, .p-room__table thead td > span,
.p-room__table thead td > a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 10px 7px;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .p-room__table thead th > span,
  .p-room__table thead th > a, .p-room__table thead td > span,
  .p-room__table thead td > a {
    padding: 12px 3.5px;
  }
  .p-room__table thead th > span[data-sortby=sort_number], .p-room__table thead th > span[data-sortby=sort_size],
  .p-room__table thead th > a[data-sortby=sort_number],
  .p-room__table thead th > a[data-sortby=sort_size], .p-room__table thead td > span[data-sortby=sort_number], .p-room__table thead td > span[data-sortby=sort_size],
  .p-room__table thead td > a[data-sortby=sort_number],
  .p-room__table thead td > a[data-sortby=sort_size] {
    justify-content: flex-start;
  }
  .p-room__table thead th > span[data-sortby=sort_price],
  .p-room__table thead th > a[data-sortby=sort_price], .p-room__table thead td > span[data-sortby=sort_price],
  .p-room__table thead td > a[data-sortby=sort_price] {
    justify-content: center;
  }
  .p-room__table thead th > span[data-sortby=sort_number],
  .p-room__table thead th > a[data-sortby=sort_number], .p-room__table thead td > span[data-sortby=sort_number],
  .p-room__table thead td > a[data-sortby=sort_number] {
    padding: 12px 3.5px 12px 7px;
  }
}
@media screen and (max-width: 820px) {
  .p-room__table thead th.is-not_modal a, .p-room__table thead th.is-not_modal span, .p-room__table thead td.is-not_modal a, .p-room__table thead td.is-not_modal span {
    padding-right: 3.5px;
  }
}
.p-room__table thead th a:hover, .p-room__table thead td a:hover {
  opacity: 1;
  background-color: #efefef;
}
.p-room__table thead th a:after, .p-room__table thead td a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 17px;
  margin-left: 8px;
  background: url(/svg/icn-arrow_neutral_b.svg) no-repeat center center;
  background-size: contain;
}
.p-room__table thead th a.is-active:after, .p-room__table thead th a.is-active.is-reverse:after, .p-room__table thead td a.is-active:after, .p-room__table thead td a.is-active.is-reverse:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background: url(/svg/icn-arrow_b.svg) no-repeat center center;
  background-size: cover;
  transform: rotate(90deg);
}
.p-room__table thead th a.is-active.is-reverse:after, .p-room__table thead td a.is-active.is-reverse:after {
  transform: rotate(-90deg);
}
.p-room__table thead th img, .p-room__table thead td img {
  width: 11px;
  height: 11px;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -3px;
}
.p-room__table thead tr {
  background: #ffffff;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  z-index: 100;
}
@media screen and (max-width: 820px) {
  .p-room__table thead tr {
    background: #f9f9f9;
  }
}
.p-room__table tbody tr[class*=is-disable] {
  display: none;
}
@media screen and (max-width: 820px) {
  .p-room__table tbody tr {
    border-top: 1px solid #efefef;
  }
}
.p-room__table tbody th, .p-room__table tbody td {
  padding-top: 50px;
}
@media screen and (max-width: 820px) {
  .p-room__table tbody th, .p-room__table tbody td {
    padding: 12px 3.5px;
    vertical-align: middle;
    font-size: 14px;
  }
  .p-room__table tbody th:first-child, .p-room__table tbody td:first-child {
    padding-left: 7px;
  }
  .p-room__table tbody th:last-child, .p-room__table tbody td:last-child {
    padding-right: 7px;
  }
}
.p-room__table tbody th:nth-child(even), .p-room__table tbody td:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}
@media screen and (max-width: 820px) {
  .p-room__table tbody th:nth-child(even), .p-room__table tbody td:nth-child(even) {
    background: none;
  }
}
.p-room__table tbody th .c-confirmtip, .p-room__table tbody td .c-confirmtip {
  white-space: nowrap;
}
.p-room__table__col {
  box-sizing: border-box;
}
.p-room__table__col .ext-no_wrap {
  white-space: nowrap;
}
.p-room__table__col.ext-image {
  width: 260px;
  padding-top: 0;
}
@media screen and (max-width: 820px) {
  .p-room__table__col.ext-image {
    width: auto;
    vertical-align: middle;
    text-align: center;
    padding-top: 7px;
  }
}
.p-room__table__col.ext-image > div {
  position: absolute;
  width: 100%;
  margin-left: -15px;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .p-room__table__col.ext-image > div {
    position: static;
    margin: 0;
  }
}
.p-room__table__col.ext-image > div .ext-spheader {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  padding: 5px 10px 5px;
  box-sizing: border-box;
  background: #edf6f0;
}
@media screen and (max-width: 820px) {
  .p-room__table__col.ext-image > div .ext-spheader {
    background: none;
    padding: 0;
    display: block;
  }
  .p-room__table__col.ext-image > div .ext-spheader h3 {
    display: flex;
    align-items: center;
  }
  .p-room__table__col.ext-image > div .ext-spheader h3::after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(/svg/bukken/icn-window.svg) no-repeat center center/contain;
    vertical-align: middle;
    margin-left: 3.5px;
  }
  .p-room__table__col.ext-image > div .ext-spheader > span {
    display: none;
  }
}
.p-room__table__col.ext-image > div .ext-spheader.is-fixed {
  width: calc(100% - 30px);
  position: fixed;
  z-index: 100;
  height: 40px;
}
@media screen and (max-width: 820px) {
  .p-room__table__col.ext-image > div .ext-spheader.is-fixed {
    width: calc(100% - 60px);
  }
}
.p-room__table__col.ext-image > div .ext-spheader.is-absolute {
  width: calc(100% + 30px);
  position: absolute;
  top: auto !important;
  margin: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .p-room__table__col.ext-image > div .ext-spheader.is-absolute {
    height: 40px;
    width: 100%;
  }
}
.p-room__table__col.ext-image h3 {
  color: #53A96D;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  .p-room__table__col.ext-image h3 {
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 0.5ex;
  }
  .p-room__modaltable .p-room__table__col.ext-image h3 {
    font-size: 14px;
    text-decoration: none;
  }
  .p-room__modaltable .p-room__table__col.ext-image h3::before {
    display: none;
  }
}
.p-room__table__col.ext-image em,
.p-room__table__col.ext-image span {
  margin-left: 1em;
}
@media screen and (max-width: 820px) {
  .p-room__table__col.ext-image em,
  .p-room__table__col.ext-image span {
    display: none;
  }
}
.p-room__modaltable .p-room__table__col.ext-image em,
.p-room__modaltable .p-room__table__col.ext-image span {
  font-size: 14px;
}
.p-room__table__col.ext-image em span {
  margin-left: 0;
}
.p-room__table__col.ext-image .slick-counter-num,
.p-room__table__col.ext-image .slick-counter-current,
.p-room__table__col.ext-image .slick-counter-total {
  margin-left: 0;
  font-size: 12px;
}
@media screen and (max-width: 820px) {
  .p-room__table__col.ext-image .slick-counter-num,
  .p-room__table__col.ext-image .slick-counter-current,
  .p-room__table__col.ext-image .slick-counter-total {
    display: inline;
    font-size: 14px;
  }
}
.p-room__table__col.ext-image .c-button {
  font-size: 12px;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.p-room__table__col.ext-image .c-button::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/svg/cart/icn-cart.svg) no-repeat center center/contain;
  margin-right: 0.5em;
}
@media screen and (max-width: 820px) {
  .p-room__table__col.ext-image .c-button {
    display: none;
  }
}
.p-room__table__col.ext-image .p-room__table__slide {
  margin-top: 50px;
}
.p-room__table__col.ext-image .slick-counter {
  font-size: 10px;
  bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.p-room__table__col.ext-image .slick-prev,
.p-room__table__col.ext-image .slick-next {
  width: 18px;
  height: 18px;
}
.p-room__table__col.ext-image .slick-counter-text,
.p-room__table__col.ext-image .slick-counter-date {
  display: none;
}
.p-room__table__col.ext-left {
  min-width: 150px;
  line-height: 1.4;
  font-weight: normal;
}
@media screen and (max-width: 820px) {
  .p-room__table__col.ext-left {
    min-width: 80px;
    vertical-align: top;
  }
}
@media screen and (min-width: 821px) {
  .p-room__table__col.ext-left::after {
    content: "";
    height: 0;
    width: 60%;
    display: block;
  }
}
.p-room__table__col.ext-left > div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 820px) {
  .p-room__table__col.ext-left > div > span {
    box-sizing: border-box;
    flex-grow: 1;
    flex-shrink: 1;
  }
}
.p-room__table__col.ext-left > div > span + span {
  margin-top: 1em;
}
@media screen and (max-width: 820px) {
  .p-room__table__col.ext-left > div > span + span {
    margin-top: 0;
  }
}
@media screen and (min-width: 821px) {
  .p-room__table__col.ext-left > div > span.ext-border {
    padding-top: 1em;
    border-top: 1px solid #d1d1d1;
  }
}
.p-room__table__col.ext-left > div > span ul li {
  font-size: 12px;
}
.p-room__table__col.ext-left > div > span p {
  font-size: 12px;
}
@media screen and (min-width: 821px) {
  .p-room__table__col.ext-left > div > span p {
    font-size: 14px;
  }
}
.p-room__table__col.ext-left > div > span .ext-large {
  font-size: 18px;
}
@media screen and (max-width: 820px) {
  .p-room__table__col.ext-left > div > span .ext-large {
    font-size: 14px;
  }
}
.p-room__table__col.ext-left > div > span .ext-note {
  font-size: 10px;
}
.p-room__table__col.ext-left > div > span .ext-note.ext-long {
  display: block;
}
@media screen and (max-width: 820px) {
  .p-room__table__col.ext-left > div > span .ext-note.ext-long {
    display: none;
  }
}
.p-room__table__col.ext-left > div > span .ext-note.ext-short {
  display: none;
}
@media screen and (max-width: 820px) {
  .p-room__table__col.ext-left > div > span .ext-note.ext-short {
    display: block;
  }
}
.p-room__table__col.ext-left h4 {
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .p-room__table__col.ext-left h4 {
    display: none;
  }
}
.p-room__table__col.ext-left h4 span {
  font-size: 10px;
  font-weight: normal;
  display: inline-block;
}
.p-room__table__col.ext-left del + br + a {
  color: #E35D54;
  pointer-events: none;
}
.p-room__table__col.ext-left del + br + a.c-confirmtip {
  pointer-events: all;
}
.p-room__table__col.ext-center {
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 820px) {
  .p-room__table__col.ext-center {
    line-height: 1.4;
    text-align: center;
    padding-right: 0;
  }
  .p-room__table__col.ext-center ul {
    line-height: 1.4;
  }
}
@media screen and (min-width: 821px) {
  .p-room__table__col.ext-center::after {
    content: "";
    height: 0;
    width: 80px;
    display: block;
  }
}
.p-room__table__col.ext-center h4 {
  display: none;
}
@media screen and (max-width: 820px) {
  .p-room__table__col.ext-center h4 {
    display: block;
    font-size: 12px;
    font-weight: bold;
  }
}
@media screen and (min-width: 821px) {
  .p-room__table__col.ext-list_thin::after {
    content: "";
    height: 0;
    width: 150px;
    display: block;
  }
}
.p-room__table__col.ext-list_thin h4 {
  display: none;
}
.p-room__table__col.ext-list_wide {
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 821px) {
  .p-room__table__col.ext-list_wide::after {
    content: "";
    height: 0;
    width: 300px;
    display: block;
  }
}
.p-room__table__col.ext-list_wide h4 {
  display: none;
}
.p-room__table__col.ext-stats {
  text-align: center;
  width: 100px;
  white-space: nowrap;
}
.p-room__table__col.ext-button {
  width: 100px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .p-room__table__col.ext-spcart a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
  }
  .p-room__table__col.ext-spcart a.is-disable {
    pointer-events: none;
    opacity: 0.4;
  }
  .p-room__table__col.ext-spcart a:not(.is-disable) {
    background: #53A96D;
    color: #ffffff;
    padding: 3px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1000vmax;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  }
  .p-room__table__col.ext-spcart a img {
    width: auto;
    height: 12px;
    margin-right: 4px;
  }
}
.p-room__table__col .has-label {
  font-size: 12px;
}
@media screen and (max-width: 820px) {
  .p-room__table__col .has-label {
    font-size: 14px;
    text-align: left;
  }
}
.p-room__table__col .has-label strong, .p-room__table__col .has-label span {
  white-space: nowrap;
}
@media screen and (max-width: 820px) {
  .p-room__table__col .has-label strong, .p-room__table__col .has-label span {
    display: block;
  }
  .p-room__table__col .has-label strong.u-pc_only, .p-room__table__col .has-label span.u-pc_only {
    display: none;
  }
}
.p-room__table__col .has-label strong::after {
  content: ":";
}
.p-room__table__col .has-label strong.u-sp_only {
  display: none;
}
.p-room__table__col .has-label.c-tooltip:after {
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 10px;
}
.p-room__table__slide {
  width: 240px;
}
@media screen and (max-width: 820px) {
  .p-room__table__slide {
    display: none;
  }
}
.p-room__table__slide li {
  width: 100%;
}
.p-room__table__slide li img {
  width: 100%;
}
.p-room__table__slide li:not(:first-child) {
  display: none;
}
.p-room__table__slide.slick-initialized li {
  display: block; /*slick-initializedが付与されたら表示*/
}
.p-room__table .p-room__caset__facilities {
  margin-top: 0;
}
.p-room__table .p-room__caset__facilities li {
  font-size: 13px;
  padding: 0 4px;
  margin: 0;
  margin-right: 0.5em;
  height: auto;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 820px) {
  .p-room__table .p-room__caset__facilities li {
    font-size: 12px;
  }
}
.p-room__table .p-room__caset__facilities li img {
  max-width: 14px;
  max-height: 14px;
  left: 10px;
}
.p-room__table .p-room__caset__facilities li:before {
  width: 14px;
  height: 14px;
}
.p-room__modalviewport {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 78px 15px 50px;
  overflow-y: auto;
  box-sizing: border-box;
}
.p-room__modalviewport .p-room__common * + h3 {
  margin-top: 30px;
}
.p-room__modalviewport .p-room__common .p-room__caset__category + .p-room__caset__category {
  margin-top: 15px;
}
@media screen and (min-width: 821px) {
  .p-room__modal {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .p-room__modal {
    position: fixed;
    left: 0;
    top: -100%;
    background: #ffffff;
    width: 100%;
    margin: 0;
    height: 100%;
    z-index: 25;
    box-sizing: border-box;
    transition: top 0s;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0 0 7px 7px;
    overflow: hidden;
    z-index: 10000;
  }
  .p-room__modal.is-active {
    top: 0;
    transition: top 0.4s;
  }
}
.p-room__modaltable {
  display: block;
}
.p-room__modaltable tr {
  display: block;
}
.p-room__modaltable tr th, .p-room__modaltable tr td {
  display: block;
  padding: 10px 0;
}
.p-room__modaltable tr th {
  width: 100%;
}
.p-room__modaltable tr td {
  width: 100%;
  font-size: 12px;
}
.p-room__modaltable tr td h4 {
  display: block !important;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.4em;
}
.p-room__modaltable tr td.ext-image {
  width: 100%;
  box-sizing: border-box;
  height: auto;
  overflow-x: hidden;
  background-color: #ffffff;
  padding: 0 !important;
}
.p-room__modaltable tr td.ext-image .p-room__table__slide {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  z-index: 1;
}
.p-room__modaltable tr td.ext-image .p-room__table__slide img {
  height: auto;
}
.p-room__modaltable tr td.ext-image > div {
  margin-left: 0;
}
.p-room__modaltable tr td.ext-image > div .ext-spheader,
.p-room__modaltable tr td.ext-image > div .ext-spheader.is-fixed,
.p-room__modaltable tr td.ext-image > div .ext-spheader.is-absolute {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 60px;
  box-sizing: border-box;
  padding: 10px 50px 10px 15px;
  background: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.p-room__modaltable tr td.ext-image > div .ext-spheader em, .p-room__modaltable tr td.ext-image > div .ext-spheader .c-button, .p-room__modaltable tr td.ext-image > div .ext-spheader span,
.p-room__modaltable tr td.ext-image > div .ext-spheader.is-fixed em,
.p-room__modaltable tr td.ext-image > div .ext-spheader.is-fixed .c-button,
.p-room__modaltable tr td.ext-image > div .ext-spheader.is-fixed span,
.p-room__modaltable tr td.ext-image > div .ext-spheader.is-absolute em,
.p-room__modaltable tr td.ext-image > div .ext-spheader.is-absolute .c-button,
.p-room__modaltable tr td.ext-image > div .ext-spheader.is-absolute span {
  display: inline-block;
}
.p-room__modaltable tr td.ext-image > div .ext-spheader > span,
.p-room__modaltable tr td.ext-image > div .ext-spheader.is-fixed > span,
.p-room__modaltable tr td.ext-image > div .ext-spheader.is-absolute > span {
  font-weight: bold;
  margin-right: 0.5em;
  text-align: left;
  font-size: 14px;
  opacity: 0.5;
}
.p-room__modaltable tr td.ext-image > div .ext-spheader > span.ext-name,
.p-room__modaltable tr td.ext-image > div .ext-spheader.is-fixed > span.ext-name,
.p-room__modaltable tr td.ext-image > div .ext-spheader.is-absolute > span.ext-name {
  font-size: 12px;
  width: 100%;
  margin-bottom: 2px;
  opacity: 1;
}
.p-room__modaltable tr td.ext-image > div .ext-spheader > span.ext-type,
.p-room__modaltable tr td.ext-image > div .ext-spheader.is-fixed > span.ext-type,
.p-room__modaltable tr td.ext-image > div .ext-spheader.is-absolute > span.ext-type {
  font-size: 16px;
  color: #53A96D;
  opacity: 1;
}
.p-room__modaltable tr td.ext-image > div .ext-spheader h3,
.p-room__modaltable tr td.ext-image > div .ext-spheader.is-fixed h3,
.p-room__modaltable tr td.ext-image > div .ext-spheader.is-absolute h3 {
  color: #53A96D;
  font-size: 18px;
}
.p-room__modaltable tr td.ext-image > div .ext-spheader h3::after,
.p-room__modaltable tr td.ext-image > div .ext-spheader.is-fixed h3::after,
.p-room__modaltable tr td.ext-image > div .ext-spheader.is-absolute h3::after {
  display: none;
}
.p-room__modaltable tr td.ext-image > div .ext-spheader h3 + span,
.p-room__modaltable tr td.ext-image > div .ext-spheader.is-fixed h3 + span,
.p-room__modaltable tr td.ext-image > div .ext-spheader.is-absolute h3 + span {
  font-size: 12px;
  margin-left: 1em;
  background: #ccc;
  border-radius: 4px;
  padding: 0.1em 0.5em;
  color: #222;
  opacity: 1;
}
.p-room__modaltable tr td.ext-image > div .ext-spheader em,
.p-room__modaltable tr td.ext-image > div .ext-spheader.is-fixed em,
.p-room__modaltable tr td.ext-image > div .ext-spheader.is-absolute em {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  background: #53A96D;
  border-radius: 4px;
  padding: 0.1em 0.5em;
  color: #ffffff;
}
.p-room__modaltable tr td.ext-image > div .ext-spheader button,
.p-room__modaltable tr td.ext-image > div .ext-spheader.is-fixed button,
.p-room__modaltable tr td.ext-image > div .ext-spheader.is-absolute button {
  -webkit-appearance: none;
  border: none;
  background: url(/svg/icn-cross.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  opacity: 0.8;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
.p-room__modaltable tr td.ext-left {
  width: 100%;
  padding-bottom: 0;
}
.p-room__modaltable tr td.ext-left > div {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  font-size: 11px;
}
.p-room__modaltable tr td.ext-left > div span {
  margin-top: 0;
  flex-shrink: 0;
  flex-grow: 0;
}
.p-room__modaltable tr td.ext-left > div span + span {
  margin-left: 7px;
}
.p-room__modaltable tr td.ext-left > div .ext-large {
  font-size: 16px;
}
.p-room__modaltable tr td.ext-left > div .ext-note {
  font-size: 12px;
}
.p-room__modaltable tr td.ext-left > div p {
  font-size: 14px;
}
.p-room__modaltable tr td.ext-left .u-pc_only {
  display: block;
  width: auto;
  flex-shrink: 1;
  flex-grow: 0;
  padding-right: 1em;
}
.p-room__modaltable tr td.ext-left .ext-note {
  font-size: 10px;
  margin-left: 0;
}
.p-room__modaltable tr td.ext-left .ext-note.ext-long {
  display: block;
}
.p-room__modaltable tr td.ext-left .ext-note.ext-short {
  display: none;
}
.p-room__modaltable tr td.ext-center {
  width: 100%;
  padding-bottom: 0;
}
.p-room__modaltable tr td.ext-center > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
}
.p-room__modaltable tr td.ext-center > ul li {
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 10px;
}
.p-room__modaltable tr td.ext-center > ul li.has-label span, .p-room__modaltable tr td.ext-center > ul li.has-label strong {
  display: inline;
}
.p-room__modaltable tr td.ext-center > ul li.has-label strong {
  font-size: 12px;
}
.p-room__modaltable tr td.ext-center > ul li.has-label strong.u-pc_only {
  display: inline;
}
.p-room__modaltable tr td.ext-center .u-pc_only {
  display: block;
}
.p-room__modaltable tr td.is-not_modal {
  display: none;
}
.p-room__modaltable tr:after {
  display: none;
}
.p-room__modalactiion {
  left: 0;
  bottom: 0;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding: 10px 15px;
  width: calc(100% - 30px);
  z-index: 25;
  display: none;
}
.is-active .p-room__modalactiion {
  display: flex;
  flex-direction: column;
  position: absolute;
}
.p-room__modalactiion a {
  width: 100%;
}
.p-room__modalactiion a + a {
  margin-top: 10px;
}
.p-room__modalactiion a.is-disable {
  text-align: center;
  opacity: 0.5;
  font-size: 14px;
  color: #222;
}
.p-room__modalactiion a.is-disable img {
  width: 14px;
  height: auto;
  margin-right: 5px;
  vertical-align: middle;
  align-self: center;
}
.p-room__change .c-button {
  font-size: 14px;
  min-width: 123px;
}
@media screen and (min-width: 821px) {
  .p-room__change .c-button {
    font-size: 16px;
  }
}
@media screen and (min-width: 821px) {
  .p-room__change {
    margin-top: 40px;
    text-align: center;
  }
  .p-room__change .c-button {
    min-width: 280px;
  }
}
@media screen and (max-width: 820px) {
  .p-room__change {
    text-align: center;
    position: relative;
    width: calc(100% + 30px);
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 30px;
  }
}
.p-room__toggle {
  margin: 0.8em auto 0 auto;
  font-size: 14px;
  line-height: 1;
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  position: relative;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  color: #222;
}
.p-room__toggle + .p-room__caset__category {
  margin-top: 40px;
}
@media screen and (max-width: 820px) {
  .p-room__toggle {
    font-size: 12px;
  }
  .p-room__toggle + .p-room__caset__category {
    margin-top: 20px;
  }
}
.p-room__toggle:after {
  content: "";
  display: block;
  height: 1px;
  background: #222;
  width: calc(100% - (14px + 0.3em));
  position: absolute;
  bottom: 0;
  left: calc(14px + 0.3em);
}
.p-room__toggle:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: middle;
  text-align: center;
  margin-right: 0.3em;
  text-decoration: none;
  background: #222 url(/svg/icn-arrow.svg) no-repeat center center/8px 8px;
  transform: rotate(-90deg);
  transition: transform 0.4s;
}
.p-room__toggle.is-active:before {
  transform: rotate(90deg);
}
.p-room__equipContent {
  display: none;
}
.p-room__equipContent .p-room__caset__category {
  border-top: none;
}
.p-room__equipContent .p-room__caset__category + h3 {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #d1d1d1;
}
@media screen and (max-width: 820px) {
  .p-room__equipContent .p-room__caset__category + h3 {
    margin-top: 20px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 820px) {
  .p-room__equipContent .p-room__caset__category:nth-child(odd) {
    background: rgba(0, 0, 0, 0.01);
  }
}
.p-room__equipUniqueContent .p-room__caset__category {
  display: none;
}
.p-room__equipUniqueContent .p-room__caset__category:first-of-type:not(.is-disable) {
  display: block;
}
.p-room__equipUniqueContent .p-room__caset__category.is-disable {
  display: none !important;
}
.p-room__equipUniqueContent.is-no_unique .p-room__noUnique {
  display: block;
}
.p-room__equipUniqueContent.is-no_unique + .p-room__toggle, .p-room__equipUniqueContent.is-one_unique + .p-room__toggle {
  display: none;
}
.p-room__equipUniqueFilter .c-checkbox {
  font-size: 14px;
}
.p-room__equipUniqueFilter .c-checkbox span {
  display: flex;
  align-items: center;
}
.p-room__equipUniqueFilter .c-checkbox span::before {
  width: 14px;
  height: 14px;
  border-radius: 3px;
}
.p-room__noUnique {
  display: none;
  text-align: center;
  font-size: 14px;
  padding: 1em;
}
.p-room__noUnique.is-active {
  display: block;
}
.is-no_unique .p-room__noUnique {
  display: block;
}

.p-description__price {
  font-weight: bold;
  padding: 10px 0;
  margin: 15px 0 0 0;
  text-align: left;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.p-description__price tbody {
  width: 100%;
  display: table;
}
.p-description__price strong {
  font-size: 20px;
  color: #E35D54;
}
.p-description__price th {
  padding: 10px 0;
  border-bottom: solid 1px #d1d1d1;
  overflow: auto;
}
.p-description__price td {
  padding: 10px 15px 10px 0px;
  border-bottom: solid 1px #d1d1d1;
}

.p-titile__box {
  margin: 0;
  background: #ffffff;
  padding: 20px;
  position: relative;
  z-index: 0;
}
.p-titile__box + .p-description .p-description__box .p-description__label,
.p-titile__box + .p-description .p-description__box .p-description__discount {
  width: 100%;
}
@media screen and (min-width: 821px) {
  .p-titile__box + .p-description .p-description__box {
    margin-top: 0;
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    display: grid;
  }
  .p-titile__box + .p-description .p-description__box .p-description__label {
    grid-row: 2;
    grid-column: 1/span 2;
  }
  .p-titile__box + .p-description .p-description__box .p-description__discount {
    grid-row: 3;
    grid-column: 1/span 2;
  }
  .p-titile__box + .p-description .p-description__box .p-description__manager {
    grid-row: 1;
    grid-column: 2;
  }
  .p-titile__box + .p-description .p-description__box .p-description__body {
    grid-row: 1;
    grid-column: 1;
  }
}
@media screen and (max-width: 820px) {
  .p-titile__box + .p-description .p-description__box {
    flex-direction: column-reverse;
    margin-top: 0;
    padding-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 821px) {
  .p-titile__box + .p-description .p-description__box .p-description__manager {
    flex-direction: column;
    margin-left: 10px;
    position: relative;
    right: auto;
    top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 821px) {
  .p-titile__box + .p-description .p-description__box .p-description__manager em {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 10px;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
  }
  .p-titile__box + .p-description .p-description__box .p-description__manager em:before {
    transform: rotate(90deg);
    left: 50%;
    margin-left: -5px;
    margin-top: 0;
    top: 100%;
  }
}
@media screen and (max-width: 820px) {
  .p-titile__box + .p-description .p-description__box .p-description__manager em {
    right: auto;
    left: 75px;
  }
  .p-titile__box + .p-description .p-description__box .p-description__manager em:before {
    transform: rotate(180deg);
    left: -20px;
  }
}
@media screen and (min-width: 821px) {
  .p-titile__box + .p-description .p-description__box .p-description__manager span {
    width: 90px;
    height: 90px;
  }
}
.p-titile__box + .p-description .p-description__box .p-description__body {
  margin-top: 0;
}
@media screen and (min-width: 821px) {
  .p-titile__box {
    margin: 0 auto 0;
    max-width: 1080px;
    box-sizing: border-box;
    padding: 20px 40px 20px 40px;
  }
}
@media screen and (min-width: 821px) and (max-width: 1160px) {
  .p-titile__box {
    margin: 0 40px 0;
  }
}
@media screen and (min-width: 821px) and (min-width: 1201px) {
  .p-titile__box {
    margin: 0px auto 0;
  }
}

.p-description__campaign {
  margin: 0.5em 0;
}
.p-description__campaign strong {
  font-weight: bold;
  margin: 0 1em 0 0;
}
.p-description__campaign .c-button {
  font-size: small;
  margin: 0.5em 0.5em 0 0;
  white-space: break-spaces;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .p-description__campaign .c-button {
    margin: 0.5em 0.5em 0 0;
  }
}
.p-description__campaign .c-button::after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background: #3C3C3C url(/svg/icn-arrow.svg) no-repeat 3px center/8px;
  vertical-align: middle;
  margin-left: 3.5px;
  border-radius: 50%;
  transform: rotate(180deg);
  flex-shrink: 0;
  flex-grow: 0;
}
.p-description__campaign .c-button.js-modal_open::after {
  background: url(/svg/bukken/icn-window.svg) no-repeat center center/contain;
  border-radius: 0;
  transform: none;
}
.p-description__campaign .c-button[href^="#"]::after {
  transform: rotate(-90deg);
}

.p-description__limited {
  margin: 0.5em 0;
}
.p-description__limited a {
  color: #E35D54;
  font-weight: bold;
  margin: 0 1em 0 0;
  text-decoration: underline;
}

.p-sold {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 820px) {
  .p-sold {
    margin-top: 20px;
  }
}
.p-sold img {
  max-width: 170px;
  min-width: 0;
  height: auto;
  width: 33%;
}
@media screen and (max-width: 820px) {
  .p-sold img {
    max-width: 120px;
    width: 25%;
  }
}
.p-sold h1 {
  margin-top: 1.2em;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding: 40px;
  background: #ffffff;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
}
@media screen and (min-width: 821px) {
  .p-sold h1 {
    font-size: 18px;
  }
}
.p-sold h1 strong {
  color: #E35D54;
  display: block;
}
.p-sold h1 span {
  font-weight: normal;
}
@media screen and (max-width: 820px) {
  .p-sold h1 {
    padding: 15px;
  }
}
.p-sold a {
  text-decoration: underline;
}

.p-noresult {
  width: 100%;
  box-sizing: border-box;
  padding: 3.5em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  display: none;
}
@media screen and (max-width: 820px) {
  .p-noresult {
    font-size: 16px;
    padding: 1em 0 2.5em;
  }
}
.is-no_result .p-noresult {
  display: block;
}
.p-noresult span {
  font-size: 16px;
  font-weight: normal;
  display: block;
  margin-top: 0.2em;
}
@media screen and (max-width: 820px) {
  .p-noresult span {
    font-size: 14px;
  }
}

.c-contentNavi .c-contentNavi__inner {
  overflow: visible;
}

.js-observer_viewport {
  position: absolute;
  width: 100%;
  height: 43px;
  top: 100%;
  left: 0;
  border: 2px solid red;
  box-sizing: border-box;
  pointer-events: none;
}

.p-station .c-box__title a {
  display: inline-block;
}
.p-station .c-link span {
  padding: 0.2em 0.5em;
  font-weight: bold;
}
.p-station .c-link a, .p-station .c-link span {
  position: relative;
  margin-left: 2em;
}
.p-station .c-link a:before, .p-station .c-link span:before {
  content: "";
  width: 16px;
  height: 5px;
  background: #d1d1d1;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -1.5em;
  margin-top: -3px;
  opacity: 0.5;
}
.p-station .c-link a:first-child, .p-station .c-link span:first-child {
  margin-left: 0;
}
.p-station .c-link a:first-child:before, .p-station .c-link span:first-child:before {
  display: none;
}
.p-station .c-link a.ext-all, .p-station .c-link span.ext-all {
  margin-left: 0;
}
.p-station .c-link a.ext-all:before, .p-station .c-link span.ext-all:before {
  display: none;
}
.p-station__note {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2em;
}
.c-box .p-station__note {
  font-size: 12px;
  text-align: left;
  margin-bottom: 1em;
}
.p-station .p-station__table th {
  text-align: right;
  font-weight: bold;
  padding: 0.5em 1em 0.5em 0;
  white-space: nowrap;
}
.p-station .p-station__table td {
  padding: 0.5em 0;
  font-size: 14px;
}
.p-station .p-station__table td .c-link a {
  font-size: 14px;
}
@media screen and (max-width: 820px) {
  .p-station .p-station__table {
    display: block;
  }
  .p-station .p-station__table tr, .p-station .p-station__table th, .p-station .p-station__table td, .p-station .p-station__table tbody {
    width: 100%;
    display: block;
    text-align: left;
  }
  .p-station .p-station__table th {
    white-space: normal;
    padding-bottom: 0;
  }
  .p-station .p-station__table td {
    padding-top: 0;
  }
}

.p-marketprice__table {
  width: 100%;
}
.p-marketprice__table tr.ext-empty {
  opacity: 0.3;
}
.p-marketprice__table tr.ext-empty .ext-graph div {
  display: none;
}
.p-marketprice__table tr.ext-empty .ext-button .c-button {
  pointer-events: none;
}
.p-marketprice__table th,
.p-marketprice__table td {
  padding: 0.35em 10px;
  white-space: nowrap;
}
@media screen and (max-width: 820px) {
  .p-marketprice__table th,
  .p-marketprice__table td {
    padding: 0.35em 5px;
  }
}
.p-marketprice__table th.ext-arrangement,
.p-marketprice__table td.ext-arrangement {
  width: 150px;
}
@media screen and (max-width: 820px) {
  .p-marketprice__table th.ext-arrangement,
  .p-marketprice__table td.ext-arrangement {
    width: auto;
  }
}
.p-marketprice__table th.ext-graph,
.p-marketprice__table td.ext-graph {
  background-color: #fafafa;
}
.p-marketprice__table th.ext-graph div,
.p-marketprice__table td.ext-graph div {
  width: 0;
  height: 15px;
  background: #53A96D;
}
.p-marketprice__table th.ext-graph div.ext-alt,
.p-marketprice__table td.ext-graph div.ext-alt {
  margin-top: 3px;
  background: #d0fade;
  position: relative;
}
@media screen and (max-width: 820px) {
  .p-marketprice__table th.ext-graph,
  .p-marketprice__table td.ext-graph {
    width: 0;
    overflow: hidden;
    padding: 0;
  }
}
.p-marketprice__table th.ext-button,
.p-marketprice__table td.ext-button {
  width: 200px;
}
@media screen and (max-width: 820px) {
  .p-marketprice__table th.ext-button,
  .p-marketprice__table td.ext-button {
    width: auto;
  }
}
.p-marketprice__table th.ext-button .c-button,
.p-marketprice__table td.ext-button .c-button {
  font-size: 14px;
}
@media screen and (max-width: 820px) {
  .p-marketprice__table th.ext-button .c-button,
  .p-marketprice__table td.ext-button .c-button {
    font-size: 11px;
  }
}
.p-marketprice__table th.ext-price {
  background-color: #fafafa;
}
@media screen and (max-width: 820px) {
  .p-marketprice__table th {
    font-size: 13px;
  }
}
@media screen and (max-width: 820px) {
  .p-marketprice__table td {
    font-size: 13px;
  }
}
.p-marketprice__table td.ext-price {
  width: 100px;
  background-color: #fafafa;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 820px) {
  .p-marketprice__table td.ext-price {
    width: auto;
    font-size: 14px;
  }
}
.p-marketprice__table td.ext-price span {
  font-size: 12px;
  font-weight: normal;
  margin-left: 0.2em;
}
.p-marketprice__result {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5em;
}
.p-marketprice__legend {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .p-marketprice__legend {
    display: none;
  }
}
.p-marketprice__legend span {
  font-size: 12px;
  display: flex;
  align-items: center;
  margin-right: 1em;
}
@media screen and (max-width: 820px) {
  .p-marketprice__legend span {
    font-size: 10px;
  }
}
.p-marketprice__legend span:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #53A96D;
  margin-right: 0.3em;
}
.p-marketprice__legend span.ext-alt:before {
  background: #d0fade;
}
.p-marketprice__more {
  margin-top: 3em;
  text-align: center;
}
.p-marketprice__more.ext-huge {
  background: url(/images/rwd/business/bg-slash.png);
  background-size: 19px 19px;
  padding: 1em;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .p-marketprice__more.ext-huge {
    padding: 15px;
  }
}
.p-marketprice__more.ext-huge > span {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: bold;
  padding: 1em;
  background: #ffffff;
  font-size: 18px;
}
@media screen and (max-width: 820px) {
  .p-marketprice__more.ext-huge > span {
    font-size: 14px;
  }
}
.p-marketprice__more.ext-huge > span .c-button {
  margin-top: 0.75em;
}
.p-marketprice__more.ext-huge .c-button {
  width: 100%;
  max-width: 820px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 20px;
  white-space: wrap;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .p-marketprice__more.ext-huge .c-button {
    font-size: 16px;
    height: 60px;
  }
}
.p-marketprice__more.ext-huge .c-button span {
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: flex-start;
  line-height: 1.6;
}
.p-marketprice__more.ext-huge .c-button img {
  border-radius: 50%;
  margin-right: 1em;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  flex-grow: 0;
}
.p-marketprice__more .c-button {
  font-size: 16px;
  width: 100%;
  max-width: 32%;
  border-radius: 23px;
  height: 45px;
  line-height: 45px;
  padding: 0 1em;
}
@media screen and (min-width: 821px) {
  .p-marketprice__more .c-button {
    font-size: 18px;
  }
}
@media screen and (max-width: 820px) {
  .p-marketprice__more .c-button {
    max-width: 100%;
    width: 100%;
  }
}

.p-areainfo__title {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin-top: 3em;
}
@media screen and (max-width: 820px) {
  .p-areainfo__title {
    margin-top: 20px;
  }
}
.p-areainfo__title:first-child {
  margin-top: 0;
}
.p-areainfo__title + p {
  margin-top: 1em;
}
@media screen and (max-width: 820px) {
  .p-areainfo__image {
    width: 100%;
    height: auto;
    margin-top: 1em;
  }
  .p-areainfo__image:first-child {
    margin-top: 0;
  }
}
.p-areainfo p {
  line-height: 1.7;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 820px) {
  .p-areainfo p {
    margin-top: 1em;
  }
}
.p-areainfo__combo {
  margin-top: 3em;
}
@media screen and (max-width: 820px) {
  .p-areainfo__combo {
    margin-top: 20px;
  }
}
.p-areainfo__combo:first-child {
  margin-top: 0;
}
@media screen and (min-width: 821px) {
  .p-areainfo__combo {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-rows: auto 1fr;
  }
  .p-areainfo__combo .p-areainfo__image {
    grid-column: 1;
    grid-row: 1/span 2;
    width: 100%;
    height: 100%;
    max-height: 300px;
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-areainfo__combo .p-areainfo__title {
    grid-column: 2;
    grid-row: 1;
    text-align: left;
    padding-left: 2em;
  }
  .p-areainfo__combo p {
    padding-top: 1em;
    padding-left: 2em;
    grid-column: 2;
    grid-row: 2;
  }
  .p-areainfo__combo + .p-areainfo__combo {
    grid-template-columns: 1fr 300px;
  }
  .p-areainfo__combo + .p-areainfo__combo .p-areainfo__image {
    grid-column: 2;
    grid-row: 1/span 2;
  }
  .p-areainfo__combo + .p-areainfo__combo .p-areainfo__title {
    grid-column: 1;
    grid-row: 1;
    padding-left: 0;
    padding-right: 2em;
  }
  .p-areainfo__combo + .p-areainfo__combo p {
    padding-top: 1em;
    padding-left: 0;
    padding-right: 2em;
    grid-column: 1;
    grid-row: 2;
  }
}
.p-areainfo .p-chart {
  background: #ffffff;
}
@media screen and (max-width: 820px) {
  .p-areainfo .p-chart {
    padding-top: 30px;
  }
}