@charset "utf-8";

.soldout::after {
  content: "SOLD OUT";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.01em;
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
}

.remain {
}

/* PC ================================================== */
@media all and (min-width: 960px) {
  #plan {
    width: 100%;
    height: auto;
    padding: 230px 0px 200px;
    background-color: #faf9f2;
  }
  .plan--inner {
    width: 95%;
    max-width: 1000px;
    margin: 90px auto auto;
  }
  .plan-container {
    width: 100%;
    min-height: 610px;
    margin: 75px auto auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 0px;
  }
  .plan-flex {
    width: 100%;
    margin-bottom: 30px;
  }
  .soldout {
    width: 100%;
    position: relative;
  }

  .plan-info {
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .plan-info a {
    width: 100%;
    height: auto;
  }
  .plan-info a:hover {
    opacity: 0.8;
  }
  .plan-info_top {
    width: 100%;
    color: #ffffff;
    /* display: flex;
					justify-content: space-between;
					align-items: flex-start; */
  }
  .plan-type_room {
    width: 100%;
    height: 70px;
    background-color: #680000;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
  }
  .plan-type_room:before {
    content: "";
    display: block;
    width: 1px;
    height: 56px;
    background-color: #440606;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .plan-info_bk {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
  }
  .plan-info_bk img {
    width: 100%;
    height: auto;
  }
  .plan-type {
    width: 100%;
    margin-top: 3px;
    font-family: adobe-garamond-pro, serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.15em;
    position: relative;
    z-index: 2;
  }
  .plan-type .alphabet {
    font-size: 48px;
  }
  .plan-room {
    width: 100%;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.25em;
    position: relative;
    z-index: 2;
  }
  .plan-room_inner {
    padding-bottom: 3px;
    border-bottom: solid 1px #ffffff;
  }
  .Ftype-room {
    line-height: 0.8 !important;
    font-size: 16px !important;
  }
  .plan-room .number {
    margin-right: 3px;
    font-size: 38px;
  }
  .plan-wrap {
    padding: 25px 15px 22px;
    background-color: #ffffff;
    border-bottom: 1px solid #f2f2f2;
  }
  .plan-date {
    /* width: 70.5%; */
    width: 100%;
    color: #685744;
    display: flex;
    /* justify-content: flex-start;
						align-items: center; */
    position: relative;
    z-index: 2;
  }
  .plan-date_item {
    /* padding-top: 5px;
							padding-left: 20px;
							display: flex;*/
    justify-content: center;
    align-items: flex-end;
    line-height: 25px;
    width: 25%;
    text-align: center;
  }
  .plan-date_item-heading {
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 2;
  }
  .plan-date_item-details {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1;
  }
  .plan-date_item-details strong {
    font-size: 32px;
    font-weight: 600;
  }
  .plan-date_item-details span {
    font-size: 12px;
  }

  .plan-info_bottom {
    width: 100%;
    padding: 25px 0px;
  }
  .plan-txt {
    width: 100%;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }

  .plan-image {
    width: 100%;
    height: auto;
    padding: 50px 0px 70px;
    /* background-color: #ffffff; */
    border: solid 1px #dedede;
    position: relative;
  }
  .plan-image-type_room {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    padding-top: 4px;
    padding-left: 30px;
    padding-right: 25px;
    border-left: solid 1px #685744;
    position: absolute;
    top: 0;
    right: 0;
  }
  .plan-image-type_room-type {
    margin-right: 5px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .plan-image-type_room-type span {
    margin-right: 3px;
    font-size: 34px;
  }
  .plan-image-type_room-room {
    margin-top: 3px;
    margin-left: 5px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.15em;
  }
  .plan-image-type_room-room span {
    margin-right: 4px;
    font-size: 30px;
  }

  .content {
    width: 80%;
    max-width: 500px;
    height: auto;
    margin: auto auto;
    cursor: pointer;
  }
  .content img {
    width: 100%;
    height: auto;
  }
  .modal {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
  }
  .modal__bg {
    width: 100%;
    height: 100vh;
    background: rgba(104, 87, 68, 0.8);
    position: absolute;
  }
  .modal__content {
    max-width: 90%;
    height: 90%;
    padding: 50px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .modal__content img {
    width: auto;
    height: 100%;
    margin: auto auto;
  }
  .modal__btn {
    line-height: 1;
    font-size: 30px;
    color: #685744;
    position: absolute;
    top: 10px;
    right: 15px;
  }

  .plan-image_comment {
    font-size: 12px;
    line-height: 1;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #333333;
  }
  .plan-image_comment-img {
    display: inline-block;
    width: 50px;
    height: auto;
    margin-bottom: 1px;
    margin-left: 20px;
    margin-right: 7px;
  }
  .plan-image_comment-img:first-of-type {
    margin-left: 0px;
  }
  .plan-image_comment-img img {
    width: 100%;
    height: auto;
  }
  .plan-image_note {
    font-size: 12px;
    line-height: 1;
    /* position: absolute;
					bottom: 20px;
					right: 20px; */
    margin: 50px auto 0;
    text-align: right;
    color: #333333;
  }
  /* ポップアップページ */
  .child-plan--inner {
    width: 90%;
    max-width: 1000px;
    margin: 50px auto;
    text-align: center;
    background-color: #fff;
    padding-bottom: 20px;
  }
  .child-img {
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;
  }
  .btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px 0 0;
  }
  .btn-box img {
    width: 220px;
  }
  .btn-box img:first-child {
    margin-right: 30px;
  }
  .btn-box img:hover {
    opacity: 0.8;
  }
}

/* Tablet ================================================== */
@media all and (min-width: 560px) and (max-width: 959px) {
  #plan {
    width: 100%;
    height: auto;
    padding: 30px 0px 100px;
    background-color: #faf9f2;
  }
  .plan--inner {
    width: 90%;
    margin: 50px auto auto;
  }
  .plan-container {
    width: 100%;
    margin: 40px auto auto;
  }
  .plan-flex {
    margin: 0 0 20px;
  }
  .soldout {
    width: 100%;
    position: relative;
  }
  .plan-info {
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .plan-info a {
    width: 100%;
    height: auto;
  }
  .plan-info_top {
    width: 100%;
    color: #ffffff;
    background-color: #680000;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
    position: relative;
  }
  .plan-info_bk {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
  }
  .plan-info_bk img {
    width: 100%;
    height: auto;
  }
  .plan-type_room {
    width: 35%;
    height: 105px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .plan-type_room:before {
    content: "";
    display: block;
    width: 1px;
    height: 80px;
    background-color: #440606;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .plan-type {
    width: 100%;
    font-family: adobe-garamond-pro, serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.15em;
    position: relative;
    z-index: 2;
  }
  .plan-type .alphabet {
    font-size: 40px;
  }
  .plan-room {
    width: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 2;
  }
  .Ftype-room {
    line-height: 1.3 !important;
    font-size: 16px !important;
  }
  .plan-room_inner {
    padding-bottom: 3px;
    border-bottom: solid 1px #ffffff;
  }
  .plan-room .number {
    margin-right: 3px;
    font-size: 28px;
  }
  .plan-wrap {
    width: 100%;
    padding: 15px 15px 15px;
    background-color: #fff;
  }
  .plan-date {
    width: 100%;
    height: auto;
    padding-left: 50px;
    display: flex;
    position: relative;
    z-index: 2;
    color: #440606;
  }
  .plan-date_item {
    margin-bottom: 7px;
    /*display: flex;*/
    justify-content: center;
    align-items: flex-end;
    width: 25%;
    text-align: center;
  }
  .plan-date_item:nth-of-type(2) {
    margin-bottom: 0px;
  }
  .plan-date_item-heading {
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 2;
  }
  .plan-date_item-details {
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1;
  }
  .plan-date_item-details strong {
    font-size: 32px;
    font-weight: 600;
  }
  .plan-date_item-details span {
    font-size: 12px;
  }

  .plan-info_bottom {
    width: 100%;
    padding: 12px 0px;
  }
  .plan-txt {
    width: 100%;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.12em;
    text-align: justify;
  }

  .plan-image {
    width: 100%;
    padding: 25px 0px 80px;
    background-color: #ffffff;
    position: relative;
    border: solid 1px #dedede;
  }
  .plan-image-type_room {
    display: none;
  }
  .content {
    width: 50%;
    height: auto;
    margin: auto auto;
    cursor: pointer;
  }
  .content img {
    width: 100%;
    height: auto;
  }
  .modal {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
  }
  .modal__bg {
    width: 100%;
    height: 100vh;
    background: rgba(104, 87, 68, 0.8);
    position: absolute;
  }
  .modal__content {
    width: 70%;
    height: auto;
    padding: 40px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .modal__content img {
    width: 100%;
    height: auto;
    margin: auto auto;
  }
  .modal__btn {
    line-height: 1;
    font-size: 40px;
    color: #685744;
    position: absolute;
    top: 0;
    right: 9px;
  }

  .plan-image_comment {
    font-size: 12px;
    line-height: 1;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #333333;
  }
  .plan-image_comment-img {
    display: inline-block;
    width: 50px;
    height: auto;
    margin-bottom: 1px;
    margin-left: 20px;
    margin-right: 7px;
  }
  .plan-image_comment-img:first-of-type {
    margin-left: 0px;
  }
  .plan-image_comment-img img {
    width: 100%;
    height: auto;
  }
  .plan-image_note {
    display: inline-block;
    font-size: 10px;
    line-height: 1.4;
    /* position: absolute;
					bottom: 20px;
					right: 20px; */
    color: #333333;
  }
  /* ポップアップページ */
  .child-plan--inner {
    width: 90%;
    margin: 100px auto;
    text-align: center;
    background-color: #fff;
    padding-bottom: 20px;
  }
  .child-img {
    width: 70%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .btn-box {
    margin: 50px 0;
  }
  .btn-box img {
    margin: 0 auto;
    width: 200px;
  }

  .remain {
    font-size: 12px;
    display: block;
  }
}

/* SP ================================================== */
@media all and (max-width: 559px) {
  #plan {
    width: 100%;
    height: auto;
    padding: 30px 0px 100px;
    background-color: #faf9f2;
  }
  .plan--inner {
    width: 90%;
    margin: 50px auto auto;
  }
  .plan-container {
    width: 100%;
    margin: 40px auto auto;
  }
  .plan-flex {
    margin: 0 0 25px;
  }
  .soldout {
    width: 100%;
    position: relative;
  }
  .plan-info {
    width: 100%;
    margin-bottom: 5px;
    /*display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;*/
  }
  .plan-info a {
    width: 100%;
    height: auto;
  }

  .plan-info_top {
    width: 100%;
    color: #ffffff;
    background-color: #680000;
    /*display: flex;
					justify-content: space-between;
					align-items: flex-start;*/
    overflow: hidden;
    position: relative;
  }
  .plan-info_bk {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
  }
  .plan-info_bk img {
    width: 100%;
    height: auto;
  }
  .plan-type_room {
    width: 100%;
    padding-bottom: 5px;
    display: flex;
    /*flex-direction: column;
						justify-content: center;
						align-items: center;*/
    position: relative;
    padding: 10px;
  }
  .plan-type_room:before {
    content: "";
    display: block;
    width: 1px;
    height: 80px;
    background-color: #440606;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .plan-type {
    width: 50%;
    font-family: adobe-garamond-pro, serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.15em;
    position: relative;
    z-index: 2;
  }
  .plan-type .alphabet {
    font-size: 40px;
  }
  .plan-room {
    width: 50%;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 2;
  }
  .Ftype-room {
    font-size: 12px !important;
  }
  .plan-room_inner {
    padding-bottom: 3px;
    border-bottom: solid 1px #ffffff;
  }
  .plan-room .number {
    margin-right: 3px;
    font-size: 28px;
  }

  .plan-date {
    width: 100%;
    padding: 10px 10px 10px;
    display: flex;
    position: relative;
    z-index: 2;
    background-color: #fff;
    color: #440606;
    border-bottom: 1px solid #dedede;
  }
  .plan-date_item {
    margin-bottom: 5px;
    display: block;
    justify-content: center;
    align-items: flex-end;
    width: 25%;
    text-align: center;
  }
  .plan-date_item:nth-of-type(2) {
    margin-bottom: 0px;
  }
  .plan-date_item-heading {
    font-size: 10px;
    letter-spacing: 0.08em;
    line-height: 2;
  }
  .plan-date_item-details {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1;
  }
  .plan-date_item-details strong {
    font-size: 24px;
    font-weight: 600;
  }
  .plan-date_item-details span {
    font-size: 12px;
  }

  .plan-info_bottom {
    width: 100%;
    padding: 12px 0px;
  }
  .plan-txt {
    width: 100%;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.12em;
    text-align: justify;
  }

  .plan-image {
    width: 100%;
    padding: 25px 0px 100px;
    background-color: #ffffff;
    position: relative;
    border: solid 1px #dedede;
  }
  .plan-image-type_room {
    display: none;
  }
  .content {
    width: 65%;
    height: auto;
    margin: auto auto;
    cursor: pointer;
  }
  .content img {
    width: 100%;
    height: auto;
  }
  .modal {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
  }
  .modal__bg {
    width: 100%;
    height: 100vh;
    background: rgba(104, 87, 68, 0.8);
    position: absolute;
  }
  .modal__content {
    width: 90%;
    height: auto;
    padding: 20px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .modal__content img {
    width: 100%;
    height: auto;
    margin: auto auto;
  }
  .modal__btn {
    line-height: 1;
    font-size: 16px;
    color: #685744;
    position: absolute;
    top: 5px;
    right: 10px;
  }

  .plan-image_comment {
    font-size: 12px;
    line-height: 1;
    position: absolute;
    bottom: 45px;
    left: 20px;
    color: #333333;
  }
  .plan-image_comment-img {
    display: inline-block;
    width: 40px;
    height: auto;
    margin-bottom: 2px;
    margin-left: 20px;
    margin-right: 7px;
  }
  .plan-image_comment-img:first-of-type {
    margin-left: 0px;
  }
  .plan-image_comment-img img {
    width: 100%;
    height: auto;
  }
  .plan-image_note {
    display: inline-block;
    font-size: 10px;
    line-height: 1.4;
    /* position: absolute;
					bottom: 20px;
					left: 20px; */
    color: #333333;
  }

  /* ポップアップページ */
  .child-plan--inner {
    width: 100%;
    margin: 100px auto;
    text-align: center;
    background-color: #fff;
    padding-bottom: 20px;
  }
  .child-img {
    width: 70%;
    margin: 0 auto;
    padding: 30px 0;
  }

  .btn-box {
    margin: 50px 0;
  }
  .btn-box img {
    margin: 0 auto;
    width: 200px;
  }
}

/* 印刷用CSS */
@media print {
  body {
    height: 90vh;
  }
  header,
  footer,
  .btn-box img {
    display: none;
  }
  #plan {
    padding: 0px 0;
  }
  .plan--inner {
    margin: 0 auto;
    padding: 0;
  }
  .plan-info_top {
    height: 200px;
  }
  .child-plan--inner {
    margin: 0 auto;
    padding: 0;
  }
  .kashika--window__fix {
    display: none !important;
  }
}
