@charset "UTF-8";
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* Button ================================== 
色味や装飾の指定にとどめる、縦横幅、フォントサイズなどは別途指定する */
.c-button {
  border-radius: 7px;
  display: inline-block;
  box-sizing: border-box;
  color: #ffffff;
  background: #3C3C3C;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-weight: normal;
  line-height: inherit;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: normal;
  font-size: 14px;
  padding: 0.5em 1em;
}
@media screen and (min-width: 821px) {
  .c-button {
    font-size: 16px;
  }
}
.c-button.ext-alt {
  background: #B4B4B4;
}
.c-button.ext-cart {
  color: #ffffff;
  background: #53A96D;
}
.c-button.ext-sub {
  border: 1px solid #222;
  color: #222;
  background: #ffffff;
}
.c-button.is-disable {
  background: #B4B4B4;
  pointer-events: none;
  cursor: default;
  opacity: 0.7;
}
@media screen and (min-width: 821px) {
  .c-button:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

/*  =============================

	Cart

=============================  */
.p-cart {
  background: #F8F8F8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 820px) {
  .p-cart {
    margin-top: 40px;
  }
}

.p-cart__inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 30px 20px 20px;
}

@media screen and (max-width: 820px) {
  .p-cart__inner {
    padding: 0 10px 20px;
  }
}
.p-cart__button,
.p-cart__button:link,
.p-cart__button:hover,
.p-cart__button:visited {
  box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08), 0 1px 3px 1px rgba(60, 64, 67, 0.16);
  text-decoration: none;
  color: #fff;
  background: #53A96D;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
}

.p-cart__button:hover {
  opacity: 0.75;
}

.p-cart__button.ext-preview:before,
.p-cart__button.ext-vr:before,
.p-cart__button.ext-now:before,
.p-cart__button.ext-submit:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
}

.p-cart__button.ext-preview:before {
  background: url(/svg/cart/icn-calendar.svg) no-repeat center center;
  background-size: contain;
  width: 21px;
  height: 23px;
}

.p-cart__button.ext-vr:before {
  background: url(/svg/cart/icn-vr.svg) no-repeat center center;
  background-size: contain;
  width: 23px;
  height: 18px;
}

.p-cart__button.ext-now {
  background: #f9504c;
}

.p-cart__button.is-disable {
  opacity: 0.3;
}

.p-cart__button.ext-submit {
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: bold;
}

.p-cart__button.ext-submit:before {
  background: url(/svg/cart/icn-clock.svg) no-repeat center center;
  background-size: contain;
  width: 28px;
  height: 28px;
}

.p-cart__button.ext-layer_back,
.p-cart__button.ext-layer_submit {
  min-width: 145px;
  font-size: 14px;
  padding: 0 20px;
}

.p-cart__button.ext-layer_submit {
  background-color: #3c3c3c;
}

.p-cart__button.ext-layer_back {
  background-color: #b4b4b4;
}

@media screen and (max-width: 820px) {
  .p-cart__button.ext-submit {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }
  .p-cart__button.ext-submit:before {
    width: 17px;
    height: 17px;
  }
}
.p-cart__banner {
  box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08), 0 1px 3px 1px rgba(60, 64, 67, 0.16);
  border-radius: 4px;
  overflow: hidden;
}

.p-cart__banner img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-cart__banner a:hover {
  opacity: 0.75;
}

.p-cart__title {
  font-weight: bold;
  font-size: 24px;
  margin-top: 60px;
}

@media screen and (max-width: 820px) {
  .p-cart__title {
    margin-top: 30px;
    font-size: 14px;
  }
}
.p-cart__list {
  margin-bottom: 200px;
}

#oakmember #wrapper .c-oakmem_menu {
  margin-bottom: 200px;
}

.p-cart__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 0;
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08), 0 1px 3px 1px rgba(60, 64, 67, 0.16);
}
.p-cart__item .c-tooltip.ext-campaign {
  white-space: nowrap;
}
.p-cart__item .c-tooltip.ext-campaign:after {
  display: none;
}
.p-cart__item .c-tooltip.ext-campaign:before {
  content: "%";
  color: #ffffff;
  background-color: #E35D54;
  padding: 0;
  margin: 0;
  width: 14px;
  height: 14px;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.3em;
  vertical-align: middle;
}

@media screen and (max-width: 820px) {
  .p-cart__item {
    display: block;
    padding-bottom: 10px;
  }
}
.p-cart__item__image {
  flex-shrink: 0;
  width: 34.0425531915%;
  position: relative;
  box-sizing: border-box;
}

.p-cart__item__image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 820px) {
  .p-cart__item__image {
    width: 100%;
  }
}
.p-cart__item__readme {
  margin-top: 0.5em;
  font-size: 11px;
}
@media screen and (min-width: 821px) {
  .p-cart__item__readme {
    font-size: 13px;
  }
}
.p-cart__item__readme a {
  text-decoration: underline;
  cursor: pointer;
}

.p-cart__delete {
  position: absolute;
  top: 8px;
  right: 12px;
  z-index: 1;
}

.p-cart__delete a {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #3c3c3c url(/svg/cart/icn-cross.svg) no-repeat center center;
  background-size: 12px 12px;
  text-indent: -10000px;
  outline: none;
  box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08), 0 1px 3px 1px rgba(60, 64, 67, 0.16);
}

@media screen and (max-width: 820px) {
  .p-cart__delete {
    width: 33px;
    height: 33px;
    top: 8px;
    right: 8px;
    background-size: 10px 10px;
  }
}
.p-cart__delete_room {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: transparent url(/svg/cart/icn-cross_black.svg) no-repeat center center;
  background-size: 12px 12px;
  text-indent: -10000px;
  outline: none;
}

.p-cart__delete:hover {
  opacity: 0.75;
}

.p-cart__delete_room:hover {
  opacity: 0.37;
}

.p-cart__item__detail {
  flex-grow: 1;
  box-sizing: border-box;
  padding: 25px 20px 5px 30px;
  max-width: 65.9574468085%;
}

@media screen and (max-width: 820px) {
  .p-cart__item__detail {
    padding: 25px 10px 0;
    max-width: 100%;
  }
}
.p-cart__item__header {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
@media screen and (max-width: 820px) {
  .p-cart__item__header {
    width: 100%;
    justify-content: space-between;
  }
}

.p-cart__item__help {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 2em;
  font-size: 13px;
  text-decoration: none !important;
}
.p-cart__item__help:hover {
  text-decoration: underline !important;
}
.p-cart__item__help img {
  margin-right: 0.5em;
  display: none;
}
@media screen and (max-width: 820px) {
  .p-cart__item__help {
    font-size: 11px;
  }
  .p-cart__item__help img {
    width: 16px;
    height: auto;
  }
}

.p-cart__item__title {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
}

.p-cart__item__table {
  margin-top: 10px;
  width: 100%;
  border-spacing: 0;
}

.p-cart__item__table th,
.p-cart__item__table td {
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  position: relative;
}

.p-cart__item__table th {
  padding: 20px 10px;
}

.p-cart__item__table td {
  padding: 5px 10px;
  border-top: 1px solid #d1d1d1;
}

.p-cart__item__table td.is-nego {
  color: #f9504c;
}

@media screen and (max-width: 820px) {
  .p-cart__item__table th {
    padding: 10px;
  }
  .p-cart__item__table td {
    padding: 5px;
  }
  .p-cart__item__table th:first-child,
  .p-cart__item__table td:first-child {
    padding-left: 0;
  }
  .p-cart__item__table th:last-child,
  .p-cart__item__table td:last-child {
    padding-right: 0;
  }
}
.p-cart__item__table .ext-estimates td {
  padding: 1em 0 1em 2em;
  border-top: none;
}
@media screen and (max-width: 820px) {
  .p-cart__item__table .ext-estimates td {
    padding: 0.8em 9px;
  }
}
.p-cart__item__table .ext-estimates td > div:first-child {
  text-align: right;
  box-sizing: border-box;
  margin: 0 0 0 auto;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}
.p-cart__item__table .ext-estimates td > div:first-child p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 820px) {
  .p-cart__item__table .ext-estimates td > div:first-child p {
    display: inline-block;
  }
}
.p-cart__item__table .ext-estimates td > div:first-child p:first-child {
  border: 1px solid #222;
  display: inline-block;
  padding: 0.3em 0.5em;
  line-height: 1;
  font-size: 11px;
}
@media screen and (max-width: 820px) {
  .p-cart__item__table .ext-estimates td > div:first-child p:first-child {
    font-size: 10px;
    margin-bottom: 0.3em;
  }
}
.p-cart__item__table .ext-estimates td > div:first-child p + p {
  margin-left: 10px;
}
@media screen and (max-width: 820px) {
  .p-cart__item__table .ext-estimates td > div:first-child p + p {
    margin-left: 5px;
  }
  .p-cart__item__table .ext-estimates td > div:first-child p + p span {
    display: none;
  }
}
.p-cart__item__table .ext-estimates td > div:first-child p strong {
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 820px) {
  .p-cart__item__table .ext-estimates td > div:first-child p strong {
    font-size: 18px;
  }
}
.p-cart__item__table .ext-estimates td > div:first-child p strong:after {
  content: "";
  background: url(/svg/icn-arrow.svg) no-repeat 3px 3.5px/9px 9px;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  background-color: #3C3C3C;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  line-height: 16px;
  font-size: 14px;
  margin-left: 1em;
  transform: rotate(-90deg);
  transition: transform 0.4s;
  transform-origin: center;
}
@media screen and (max-width: 820px) {
  .p-cart__item__table .ext-estimates td > div:first-child p strong:after {
    margin-left: 0.5em;
  }
}
.p-cart__item__table .ext-estimates td > div:first-child p em {
  color: #E35D54;
  margin-left: 0.5em;
  font-style: normal;
}
@media screen and (max-width: 820px) {
  .p-cart__item__table .ext-estimates td > div:first-child p em {
    font-size: 13px;
    margin-left: 0;
  }
}
.p-cart__item__table .ext-estimates td > div:first-child p del {
  margin-right: 0.5em;
}
.p-cart__item__table .ext-estimates td > div:first-child.is-active p strong:after {
  transform: rotate(-270deg);
}
.p-cart__item__table .ext-estimates td > div:nth-child(2) {
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 400px;
  display: none;
}
@media screen and (max-width: 820px) {
  .p-cart__item__table .ext-estimates td > div:nth-child(2) {
    margin: 0 0 0 auto;
  }
}
.p-cart__item__table .ext-estimates td > div:nth-child(2) table {
  margin-top: 1em;
  width: 100%;
  border-collapse: collapse;
  border-bottom: 0;
}
@media screen and (max-width: 820px) {
  .p-cart__item__table .ext-estimates td > div:nth-child(2) table {
    margin-top: 0.5em;
  }
}
.p-cart__item__table .ext-estimates td > div:nth-child(2) table tr th, .p-cart__item__table .ext-estimates td > div:nth-child(2) table tr td {
  padding: 0.5em;
  font-size: 14px;
  border-bottom: 1px solid #d1d1d1;
}
.p-cart__item__table .ext-estimates td > div:nth-child(2) table tr th span, .p-cart__item__table .ext-estimates td > div:nth-child(2) table tr td span {
  font-size: 12px;
}
@media screen and (max-width: 820px) {
  .p-cart__item__table .ext-estimates td > div:nth-child(2) table tr th, .p-cart__item__table .ext-estimates td > div:nth-child(2) table tr td {
    font-size: 13px;
  }
}
.p-cart__item__table .ext-estimates td > div:nth-child(2) table tr th {
  text-align: center;
  background-color: #F8F8F8;
}
.p-cart__item__table .ext-estimates td > div:nth-child(2) table tr th:last-child {
  border-right: none;
}
.p-cart__item__table .ext-estimates td > div:nth-child(2) table tr td {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.p-cart__item__table .ext-estimates td > div:nth-child(2) table tr td:last-child {
  text-align: right;
  border-right: none;
}
.p-cart__item__table .ext-estimates td > div:nth-child(2) table tr td del {
  margin-right: 0.5em;
}
.p-cart__item__table .ext-estimates td > div:nth-child(2) table tr td strong {
  font-weight: normal;
}
@media screen and (max-width: 820px) {
  .p-cart__item__table .ext-estimates td > div:nth-child(2) table tr td del {
    margin-right: 0;
    display: block;
  }
  .p-cart__item__table .ext-estimates td > div:nth-child(2) table tr td:last-child {
    white-space: nowrap;
  }
}
.p-cart__item__table .ext-estimates td > div:nth-child(2) table dl {
  font-size: 14px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  font-weight: normal;
  background-color: #ffffff;
  margin-left: 1em;
}
.p-cart__item__table .ext-estimates td > div:nth-child(2) table dl dt {
  font-weight: bold;
  width: 60%;
}
.p-cart__item__table .ext-estimates td > div:nth-child(2) table dl dd {
  width: 40%;
  text-align: right;
}
.p-cart__item__table .ext-estimates td > div:nth-child(2) table dl dd del {
  margin-right: 0.5em;
}
.p-cart__item__table .ext-estimates td > div:nth-child(2) p {
  box-sizing: border-box;
  padding: 1.5em 0 1em;
  box-sizing: border-box;
  border-top: none;
  border-radius: 0 0 7px 7px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 0.5em auto;
}
.p-cart__item__table .ext-estimates td > div:nth-child(2) p a {
  flex-grow: 1;
  flex-shrink: 1;
  display: inline-block;
  background: #3C3C3C;
  color: #ffffff;
  border-radius: 7px;
  padding: 0.3em 0.5em;
  cursor: pointer;
  max-width: 320px;
  text-decoration: none;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  width: calc(50% - 0.25em);
}
.p-cart__item__table .ext-estimates td > div:nth-child(2) p a + a {
  margin-left: 0.5em;
}
.detect-pc .p-cart__item__table .ext-estimates td > div:nth-child(2) p a:hover {
  opacity: 0.7;
}

.p-cart__item__novacancy {
  margin-top: 1em;
  text-align: center;
}

a.p-cart__apply {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  outline: none;
  color: #fff;
  background: #53A96D;
  height: 30px;
  line-height: 30px;
  padding: 0 0.5em;
  background-size: 18px 15px;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08), 0 1px 3px 1px rgba(60, 64, 67, 0.16);
  cursor: pointer;
}
a.p-cart__apply.is-disable {
  cursor: default;
  pointer-events: none;
  background-color: #B4B4B4;
}

.p-cart__apply:hover {
  opacity: 0.75;
}

.p-cart__item__action {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  padding: 16px 20px 16px;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  position: relative;
  flex-wrap: wrap;
}

.p-cart__item__action.is-disable:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.5;
}

.p-cart__item__action.is-disable .p-cart__button {
  pointer-events: none;
}

.p-cart__item__action:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #efefef;
  top: 0;
  left: 0;
}

.p-cart__item__action > li {
  width: 49%;
}

.p-cart__item__action > li + li {
  margin-left: 2%;
}

.p-cart__item__action > li:nth-child(3) {
  width: 92.5%;
  text-align: right;
  margin-top: 7px;
  font-size: 14px;
  margin-bottom: 20px;
}

.p-cart__item__action > li:nth-child(4) {
  width: 45%;
  margin: 0 0 0 auto;
  font-size: 14px;
  color: #f9504c;
}
@media screen and (max-width: 820px) {
  .p-cart__item__action > li:nth-child(4) {
    margin: 7px auto 0 auto;
    width: 85%;
  }
}

.p-cart__item__action.p-cart__item__alart > li {
  width: 100%;
  text-align: center;
}

.p-cart__item__action.p-cart__item__alart > li + li {
  margin-left: 2%;
}

.p-cart__item__action.p-cart__item__alart > li:first-child:last-child {
  width: 100%;
}

@media screen and (max-width: 820px) {
  .p-cart__item__action {
    margin-top: 11px;
    padding: 16px 10px 16px;
    flex-direction: column;
    justify-content: space-between;
  }
  .p-cart__item__action > li,
  .p-cart__item__action > li:first-child:last-child {
    width: 100%;
  }
  .p-cart__item__action > li + li {
    margin-top: 10px;
    margin-left: 0;
  }
  .p-cart__item__action > li:nth-child(3) {
    width: 100%;
    text-align: center;
  }
}
.p-cart__item__pao {
  font-size: 10px;
  padding: 5px 0;
  text-align: right;
}

.p-cart__layer {
  background: #fff;
  position: fixed;
  width: 100%;
  border-top: 3px solid #53A96D;
  bottom: -500px;
  left: 0;
  z-index: 10;
  text-align: center;
  padding: 20px 20px 20px;
  box-sizing: border-box;
  box-shadow: 0 10px 10px 10px rgba(60, 64, 67, 0.32);
  transition: bottom 0.6s ease-out;
}

.p-cart__layer .p-cart__button {
  border-radius: 24px;
}

.p-cart__layer.is-active {
  bottom: 0;
}

/* .p-cart__layer:before {
	content: '';
	background: #e8e8e8;
	height: 6px;
	max-width: 240px;
	width: 100%;
	position: absolute;
	border-radius: 4px;
	top: 8px;
	left: 50%;
	transform: translate(-50%, 0);
} */
@media screen and (max-width: 820px) {
  .p-cart__layer {
    padding: 24px 40px;
  }
  .p-cart__layer:before {
    top: 10px;
    height: 4px;
    max-width: 120px;
  }
}
.p-cart__layer__button {
  max-width: 580px;
  margin: 15px auto 0;
}

.p-cart__layer__alert {
  color: #222222;
  font-size: 16px;
  margin: 0 0 10px 0;
}

.p-cart__layer__alert strong {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 820px) {
  .p-cart__layer__alert {
    font-size: 13px;
  }
  .p-cart__layer__alert strong {
    font-size: 20px;
  }
}
/* Layer */
.p-cart__item__layer {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -500%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.p-cart__item__layer.is-active {
  opacity: 1;
  left: 0;
  transition: opacity 0.4s, left 0s;
}

@media screen and (max-width: 820px) {
  .p-cart__item__layer {
    justify-content: flex-start;
    padding-top: 100px;
  }
  .p-cart__item__layer.ext-booking {
    justify-content: center;
    padding-top: 0;
  }
}
.p-cart__item__layer__text {
  font-size: 20px;
  text-align: center;
  line-height: 1.25;
  font-weight: bold;
}

.p-cart__item__layer__text span {
  font-size: 18px;
}

.p-cart__item__layer__text span.ext-limit {
  display: inline-block;
  font-size: 14px;
  margin: 1em;
}

@media screen and (max-width: 820px) {
  .p-cart__item__layer p {
    font-size: 16px;
  }
}
.p-cart__item__layer__note {
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
  color: #222222;
  font-weight: bold;
  line-height: 2em;
}

.p-cart__item__layer__note span {
  color: rgba(42, 148, 0, 0.8235294118);
}

@media screen and (max-width: 820px) {
  .p-cart__item__layer__note {
    padding: 0 20px;
  }
}
.p-cart__item__layer__action {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
}

.ext-booking .p-cart__item__layer__action {
  margin-top: 20px;
}

.p-cart__item__layer__action li + li {
  margin-left: 15px;
}

body.is-noscroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.p-cart__modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: -500%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  box-sizing: border-box;
}

.p-cart__modal.is-active {
  left: 0;
  opacity: 1;
  transition: opacity 0.4s, left 0s;
}

@media screen and (max-width: 820px) {
  .p-cart__modal {
    padding-top: 50px;
  }
}
.p-cart__modal__inner {
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  padding: 20px;
  width: 90%;
  max-width: 900px;
  height: 90%;
  max-height: 900px;
  box-sizing: border-box;
}

.p-cart__modal__title {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  line-height: 1.2;
}

.p-cart__modal__title span {
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
}

@media screen and (max-width: 820px) {
  .p-cart__modal__title span {
    display: block;
    margin-top: 5px;
  }
}
.p-cart__modal__close {
  text-decoration: none;
  text-indent: -10000px;
  width: 20px;
  height: 20px;
  display: block;
  background: url(/svg/cart/icn-calendar_cross.svg) no-repeat center center;
  background-size: contain;
  margin-left: 20px;
  position: absolute;
  right: 0;
  top: 0;
}

.p-cart__modal__alert {
  margin-top: 5px;
  font-size: 12px;
}
.p-cart__modal__alert .ext-foreign {
  display: none;
  font-style: normal;
  color: #E35D54;
}

.p-cart__modal__body {
  width: 100%;
  margin-top: 10px;
  align-self: stretch;
  flex-grow: 1;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.p-cart__modal__targetdays {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1010;
  margin-top: 62px;
  text-align: center;
  width: 100%;
}

.p-cart__modal__support {
  display: flex;
  position: absolute;
  left: 50%;
  top: -100vh;
  z-index: 1011;
  text-align: left;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.95);
  padding: 40px 16px 16px;
  flex-direction: column;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  border-radius: 7px;
  opacity: 0;
  transition: opacity 0.4s 0.2s;
}
.p-cart__modal__support a {
  margin: 0 auto;
}
.p-cart__modal__support a.c-button {
  text-decoration: none;
  color: #ffffff;
  min-width: 160px;
  margin-top: 1em;
}
.p-cart__modal__support a.c-button + a {
  margin-top: 4px;
  font-size: 12px;
  color: #222;
}
@media screen and (max-width: 820px) {
  .p-cart__modal__support {
    padding: 40px 8px 16px;
    font-size: 12px;
    width: calc(100% - 16px);
  }
}

.p-cart__modal__supportClose {
  position: absolute;
  background: url(/svg/icn-cross.svg) no-repeat center center/15px 15px;
  width: 30px;
  height: 30px;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.p-cart__modal__select {
  display: flex;
  position: absolute;
  left: 50%;
  top: -100vh;
  z-index: 1011;
  text-align: left;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.95);
  padding: 24px 16px 16px;
  flex-direction: column;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  border-radius: 7px;
  opacity: 0;
  transition: opacity 0.4s 0.2s;
  text-align: center;
}
.p-cart__modal__select span {
  display: flex;
  margin-top: 1em;
}
.p-cart__modal__select span a {
  min-width: 155px;
}
.p-cart__modal__select span a + a {
  margin-left: 10px;
}
@media screen and (max-width: 820px) {
  .p-cart__modal__select span {
    flex-direction: column-reverse;
    align-items: center;
  }
  .p-cart__modal__select span a {
    margin-top: 10px;
  }
  .p-cart__modal__select span a + a {
    margin-top: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 820px) {
  .p-cart__modal__select {
    padding: 24px 8px 16px;
    font-size: 12px;
    width: calc(100% - 16px);
  }
}

.is-loading .p-cart__modal__targetdays {
  display: block;
}

.is-support .p-cart__modal__support,
.is-select .p-cart__modal__select {
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%);
}

.p-cart__modal__body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity 0.4s, left 0s 0.4s;
}

.p-cart__modal__body.is-loading:after {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  left: -100%;
  margin: -32px 0 0 -32px;
  z-index: 1001;
  background: url(/images/cart/img-loading.png) no-repeat center center;
  opacity: 0;
  transition: opacity 0.4s, left 0s 0.4s;
  animation: spin 0.8s linear infinite;
}

.p-cart__modal__body.is-full:after {
  content: attr(data-fulltext);
  position: absolute;
  z-index: 1001;
  left: 50%;
  top: 50%;
  display: inline-block;
  background: #f0f0f0;
  padding: 10px 20px;
  color: #222222;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: bold;
  transform: translate(-50%, -50%);
  height: auto;
  max-width: 80%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-cart__modal__body.is-loading:before {
  left: 0;
  opacity: 1;
  transition: opacity 0.4s, left 0s 0s;
}

.p-cart__modal__body.is-loading:after {
  left: 50%;
  opacity: 1;
  transition: opacity 0.4s, left 0s 0s;
}

.fc-event {
  cursor: pointer;
}

.fc-event:hover {
  opacity: 0.8;
}

.fc-button-primary {
  background: #3c3c3c;
  border-color: #3c3c3c;
}

.fc-button-primary:hover {
  opacity: 0.8;
  background: #3c3c3c;
  border-color: #3c3c3c;
}

.fc-button-primary:disabled {
  opacity: 0.3;
  background: #d8d8d8;
  border-color: #d8d8d8;
}

.fc-button-primary:not(:disabled).fc-button-active,
.fc-button-primary:not(:disabled):active {
  background: #3c3c3c;
  border-color: #3c3c3c;
}

.fc-day {
  background-color: #cfcfcf;
}

.fc-unthemed td.fc-today {
  background-color: #cfcfcf;
}

.fc-unthemed th {
  color: #afafaf;
}

.fc-unthemed th.fc-today {
  color: #afafaf;
}

.fc-unthemed th.has-event,
.fc-unthemed td.has-event {
  background: #fff;
  color: #000;
}

.fc-toolbar {
  flex-direction: column;
}
@media screen and (min-width: 821px) {
  .fc-toolbar {
    flex-direction: row;
  }
}
.fc-toolbar .fc-left {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 821px) {
  .fc-toolbar .fc-left {
    width: 40%;
  }
}
.fc-toolbar .fc-right {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 821px) {
  .fc-toolbar .fc-right {
    width: 60%;
  }
}
.fc-toolbar .fc-today-button {
  width: 33.33%;
}
.fc-toolbar .fc-button-group {
  width: 66.66%;
  margin-left: 10px;
  flex-shrink: 1;
  flex-grow: 1;
}
.fc-toolbar .fc-button-group .fc-button {
  width: calc(50% - 1px);
}
.fc-toolbar .fc-button-group .fc-button + .fc-button {
  margin-left: 2px;
}

@media screen and (max-width: 820px) {
  .fc-left h2 {
    font-size: 12px;
  }
  .fc-button {
    padding: 3px;
  }
}
.p-cart__item__notes {
  flex-grow: 1;
  box-sizing: border-box;
  padding: 10px;
  border: 2px solid #f9504c;
  margin: 0px 20px 20px 20px;
}

/*-----------------------------
カート用アコーディオン（汎用アコーディオン改変）
-----------------------------*/
.c-accordion {
  box-sizing: border-box;
  border: none;
  border-radius: 5px;
  width: 100%;
  margin: 20px auto 20px auto;
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08), 0 1px 3px 1px rgba(60, 64, 67, 0.16);
}

.p-cart .c-accordion__title {
  background: #3c3c3c;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 14px !important;
}

.p-cart .c-accordion__title:before {
  content: none;
}

.p-cart .c-accordion__title:hover {
  opacity: 0.8;
}

.p-cart .c-accordion__title:after {
  text-align: center;
  background: #3c3c3c url(/svg/cart/icn-plus.svg) no-repeat center center;
  background-size: 12px 12px;
  border-radius: 12px;
  transform: none;
  transform-origin: center center;
}

.p-cart .is-active .c-accordion__title:after {
  background: #3c3c3c url(/svg/cart/icn-minus.svg) no-repeat center center;
  background-size: 12px 12px;
  transform: rotate(180deg);
}

.c-accordion__body {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease, padding 0.2s ease, opacity 0.2s ease;
  opacity: 0.3;
}

.is-active .c-accordion__body {
  max-height: 1500px;
  padding: 15px 20px;
  opacity: 1;
  transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.2s ease;
}

.c-accordion__subtitle {
  font-size: 14px;
  font-weight: bold;
  margin: 0px 0 0px 0;
}

.c-accordion__text {
  margin: 0px 0 10px 0;
  font-size: 14px;
  line-height: 1.8em;
}

/*-----------------------------
カート用アコーディオン（常時開いた状態の場合）
-----------------------------*/
/*
.c-accordion__open {
	box-sizing: border-box;
	border: none;
	border-radius: 0px;
	width: 100%;
	margin: 30px auto 20px auto;
	background:#fff;
	box-shadow: 0 1px 1px 0 rgba(60,64,67,.08), 0 1px 3px 1px rgba(60,64,67,.16);

}

.c-accordion__open .c-accordion__title {
	padding: 10px 20px 10px 20px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.c-accordion__open .c-accordion__title:after {
	content: '';
	display: inline-block;
	background:none;
	background-size: contain;
	width: 0;
	height: 0;
}

.c-accordion__open .c-accordion__body {
	max-height: 1500px;
	opacity: 1;
}

.c-accordion__open .c-accordion__title{
	cursor: default;
}

.c-accordion__open .c-accordion__title:hover {
	opacity: 1;
}

*/
/*-----------------------------
フランス語が長いのでsmpでフォントサイズ調整
-----------------------------*/
@media screen and (max-width: 820px) {
  .p-cart__item__table.fra th {
    font-size: 10px;
    word-break: break-all;
    line-height: 1em;
  }
}
.p-cart__layer__alertbox {
  position: relative;
  background: #BEAC9C;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: auto;
  display: inline-block;
}

.p-cart__layer__alertbox:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(249, 80, 76, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #BEAC9C;
  top: 100%;
  left: 50%;
}

/* .p-cart__layer__alertbox:after {
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
	margin-left: -10px;
	margin-top: -4px;
    border-top-color:#FFF;
    top:100%;
    left:50%;
} */
.swal2-login_alert {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #222222;
}

/*-----------------------------
直前の物件ページに戻るボタン追加
-----------------------------*/
.p-back__button__wrap {
  display: block;
  width: 47%;
  margin: 20px auto 20px auto;
}

@media screen and (max-width: 820px) {
  .p-back__button__wrap {
    width: 91%;
    margin: 0px auto 20px auto;
  }
}
.p-back__button,
.p-back__button:link,
.p-back__button:hover,
.p-back__button:visited {
  box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08), 0 1px 3px 1px rgba(60, 64, 67, 0.16);
  text-decoration: none;
  color: #fff;
  background: #3C3C3C;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 20px auto 0 auto !important;
}

.p-back__button:hover {
  opacity: 0.75;
}

.p-back__button:before {
  content: "";
  display: block;
  margin-right: 10px;
  background: url(/svg/icn-arrow_circle.svg) no-repeat center center;
  transform: rotate(180deg);
  background-size: contain;
  width: 21px;
  height: 23px;
}

/*
	.p-back__button:after {
		content: '';
		display: inline-block;
		background:url(/svg/icn-arrow_circle.svg) no-repeat center center;
		background-size: contain;
		width: 20px;
		height: 20px;
	transform: rotate(180deg);
		position: absolute;
		top: 50%;
		left: 20px;
		margin-top: -12px;
	}
*/
.icn-online {
  background-color: #BEAC9C;
}

@media screen and (max-width: 820px) {
  .icn-online {
    margin-bottom: 0.3em;
  }
}
.btn_hpdrawer {
  transition: bottom 0.4s;
}