@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.ttf?ed8hpa") format("truetype"), url("fonts/icomoon.woff?ed8hpa") format("woff"), url("fonts/icomoon.svg?ed8hpa#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-myArrow:before {
  content: "\e90e";
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-down-left:before {
  content: "\e901";
}

.icon-arrow-down-right:before {
  content: "\e902";
}

.icon-arrow-left:before {
  content: "\e903";
}

.icon-arrow-right:before {
  content: "\e904";
}

.icon-arrow-up:before {
  content: "\e905";
}

.icon-arrow-up-left:before {
  content: "\e906";
}

.icon-arrow-up-right:before {
  content: "\e907";
}

.icon-check:before {
  content: "\e908";
}

.icon-chevron-down:before {
  content: "\e909";
}

.icon-chevron-left:before {
  content: "\e90a";
}

.icon-chevron-right:before {
  content: "\e90b";
}

.icon-chevron-up:before {
  content: "\e90c";
}

.icon-x:before {
  content: "\e90d";
}

.icon-checkmark:before {
  content: "\ea10";
}

.icon-arrow-up-left2:before {
  content: "\ea39";
}

.icon-arrow-up2:before {
  content: "\ea3a";
}

.icon-arrow-up-right2:before {
  content: "\ea3b";
}

.icon-arrow-right2:before {
  content: "\ea3c";
}

.icon-arrow-down-right2:before {
  content: "\ea3d";
}

.icon-arrow-down2:before {
  content: "\ea3e";
}

.icon-arrow-down-left2:before {
  content: "\ea3f";
}

.icon-arrow-left2:before {
  content: "\ea40";
}

/* variable */
/* color */
/* util */
.plan__content {
  margin: 30px 0;
}

/***
  プラン詳細：メイン部分
****************/
.planMain {
  margin-bottom: 40px;
}

.planBasicInfo {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
.planBasicInfo__left {
  -ms-flex: 1;
  flex: 1;
}
.planBasicInfo__name {
  width: 100%;
  margin-bottom: 8px;
  font-size: 21px;
}
.planBasicInfo__header {
  margin-bottom: 0;
}
.planBasicInfo__meal {
  display: inline-block;
  padding-right: 6px;
  margin-right: -.4em;
  border: 1px solid #ccc;
  font-size: 12px;
  line-height: 1;
}
.planBasicInfo__meal::before {
  content: "食事";
  display: inline-block;
  padding: 4px;
  margin-right: 6px;
  background-color: #f1f0ea;
}
.planBasicInfo__room {
  display: inline-block;
  margin-left: 10px;
  padding-right: 6px;
  border: 1px solid #ccc;
  font-size: 12px;
  line-height: 1;
}
.planBasicInfo__room::before {
  content: "部屋タイプ";
  display: inline-block;
  padding: 4px;
  margin-right: 6px;
  background-color: #f1f0ea;
}
.planBasicInfo__right {
  margin-left: 20px;
  white-space: nowrap;
}
.planBasicInfo__minMax {
	margin-bottom: 10px;
}
.planBasicInfo__price {
  text-align: right;
  color: #ff0000;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}
.planBasicInfo__priceUnit {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}
.planBasicInfo__notice {
  margin-bottom: 0;
  font-size: 12px;
  text-align: right;
  opacity: .5;
}
.planBasicInfo__annotation {
  font-size: 10px;
}

.planPhoto {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  letter-spacing: -.4em;
  margin-bottom: 40px;
}
.planPhoto__item {
  display: inline-block;
  box-sizing: content-box;
  position: relative;
  width: 472px;
  height: 354px;
  margin-left: 12px;
  border: 1px solid #ccc;
  line-height: 0;
}
.planPhoto__item:first-child {
  margin-left: 0;
}
.planPhoto__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.planroomPhoto__item {
  display: inline-block;
  box-sizing: content-box;
  position: relative;
  width: 428px;
  height: 321px;
  line-height: 0;
  margin-top: 20px;
}

.planroomPhoto__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.planIcon {
  position: relative;
  margin-bottom: 60px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.planIcon__iconAnnotation {
  position: absolute;
  display: block;
  width: 9em;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 2px;
  top: calc(100% + 8px);
  left: calc(50% + 480px);
  transform: translateX(-100%);
  border-bottom: 1px solid #333333;
  line-height: 1;
  color: #333333;
  text-decoration: none !important;
}
.planIcon__iconAnnotation:visited {
  color: inherit;
}
.planIcon__iconAnnotation:hover {
  color: #ebac12;
  border-bottom-color: #ebac12;
}
.planIcon__iconAnnotation::before {
  content: "\e90b";
  font-family: 'icomoon' !important;
  margin-right: .5em;
}

.planIconList {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.planIconList__item {
  margin: 20px 0;
  padding: 0 10px;
  border-left: 1px dotted #7e2d51;
}
.planIconList__item:first-child {
  border-left: none;
}
.planIconList__icon {
  display: block;
  width: auto;
  height: 22px;
}

.planText {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.planText__item {
  width: calc(50% - 10px);
}

/***
  宿泊予約をする
****************/
/* 上のやつ */
.planReserve {
  background-color: #f9f8f2;
  padding: 40px 0;
  margin-bottom: 40px;
}
.planReserve__inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.planReserve__midashi::before, .planReserve__midashi::after {
  display: none;
}
.planReserve__notice {
  text-align: center;
  margin: 20px 0;
  color: #666666;
}
.planRoomReset {
  background-color: white;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 25px;
}
.planRoomReset__midashi {
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  font-weight: bold;
}
.planRoomReset__select {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
  text-align: left;
}
.planRoomReset__btn,.planStayNumReset__btn {
  background-color: #fa184d !important;
  border-color: #fa184d;
}
.planRoomReset__btn:hover,.planStayNumReset__btn:hover {
  color: #fa184d !important;
}
.planRoomReset__searchBtn {
  display: inline-block;
  width: 160px;
  font-size: 16px;
}

.planCalendar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.planCalendar__arrow {
  display: block;
  position: absolute;
  top: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #333333 !important;
}
.planCalendar__arrow::before {
  display: block;
  position: absolute;
  font-family: 'icomoon' !important;
  font-size: 36px;
  font-weight: normal;
  top: 50%;
  transform: translateY(-50%);
}
.planCalendar__arrow:hover {
  color: #ebac12 !important;
  text-decoration: none;
}
.planCalendar__arrow_prev {
  display: block;
  position: absolute;
  top: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #333333 !important;
  left: 0;
  padding-left: 36px;
}
.planCalendar__arrow_prev::before {
  display: block;
  position: absolute;
  font-family: 'icomoon' !important;
  font-size: 36px;
  font-weight: normal;
  top: 50%;
  transform: translateY(-50%);
}
.planCalendar__arrow_prev:hover {
  color: #ebac12 !important;
  text-decoration: none;
}
.planCalendar__arrow_prev::before {
  left: 0;
  content: "\e90a";
}
.planCalendar__arrow_next {
  display: block;
  position: absolute;
  top: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #333333 !important;
  right: 0;
  padding-right: 36px;
}
.planCalendar__arrow_next::before {
  display: block;
  position: absolute;
  font-family: 'icomoon' !important;
  font-size: 36px;
  font-weight: normal;
  top: 50%;
  transform: translateY(-50%);
}
.planCalendar__arrow_next:hover {
  color: #ebac12 !important;
  text-decoration: none;
}
.planCalendar__arrow_next::before {
  right: 0;
  content: "\e90b";
}
.planCalendar__arrow_dis {
  pointer-events: none;
  color: #999999 !important;
}
.planCalendar__iconInfo {
  width: 450px;
  margin-right: 0;
  margin-left: auto;
  text-align: left;
  margin-top: 8px;
  white-space: nowrap;
}
.planCalendar__iconInfo_oyadonet {
  /*width: 380px;*/
}

.planCalendarItem {
  width: calc(50% - 10px);
}
.planCalendarItem__midashi {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

/* 下のやつ */
.planReserveDescription {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.planReserveDescription__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.planReserveDescription__item {
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}
.planReserveDescription__item:first-child {
  margin-left: 0;
}

.planDescription {
  position: relative;
  border: 1px solid #f1f0ea;
  border-top: none;
}
.planDescription__midashi {
  position: relative;
  padding: 12px;
  margin-bottom: 0;
  background-color: #f1f0ea;
  font-size: 15px;
  font-weight: bold;
}
.planDescription__inner {
  padding: 16px 20px;
}
.planDescription__text {
  margin-bottom: 0;
  line-height: 1.7;
}
.planDescription__cross {
  margin-right: .2em;
  font-family: monospace;
  font-weight: bold;
  color: #999999;
}
.planDescription__annotation {
  margin-bottom: 0;
  line-height: 1.7;
  font-size: 12px;
}
.planDescription__link {
  display: inline-block;
  margin-top: 12px;
  padding-bottom: 2px;
  border-bottom: 1px solid #333333;
  line-height: 1;
  color: #333333;
  text-decoration: none !important;
}
.planDescription__link:visited {
  color: inherit;
}
.planDescription__link:hover {
  color: #ebac12;
  border-bottom-color: #ebac12;
}
.planDescription__link::before {
  content: "\e90b";
  font-family: 'icomoon' !important;
  margin-right: .5em;
}
.planDescription__compare {
  color: white !important;
  background-color: #7e2d51 !important;
  transition-property: color, background-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 9px 20px 9px 35px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  border: 1px solid #7e2d51;
  border-radius: 18px;
  text-decoration: none !important;
}
.planDescription__compare:hover,.planDescription__compare_active{
  color: #7e2d51 !important;
  background-color: white !important;
}
.planDescription__compare::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-image: url(../images/icn_file_white.png);
  width: 15px;
  height: 10px;
  left: 10px;
}
.planDescription__compare::after {
  content: "比較リストに追加";
}
.planDescription__compare_active::after {
  content: "比較リストから削除";
}
.planDescription__compare:hover::before ,.planDescription__compare_active::before{
  background-image: url(../images/icn_file_purple.png);
}

.planTable {
  width: 100%;
}
.planTable__row {
  border-bottom: 1px dotted #cccccc;
}
.planTable__header, .planTable__cell {
  padding: 1em 0;
  line-height: 1.75;
  vertical-align: top;
}
.planTable__header {
  white-space: nowrap;
}
.planTable__cell {
  width: 100%;
  padding-left: 1em;
}
.planTable__annotation {
  font-size: 90%;
}

.planNotice {
  margin-top: 15px;
  padding: 10px;
  background-color: #f9f8f2;
}
.planNotice__text {
  padding-left: 1em;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
  text-indent: -1em;
}
.planNotice__text::before {
  content: "※";
  font-family: monospace;
}

/***
  追加料金で、さらに充実したプランに!
****************/
.planAdd {
  background-color: #f9f8f2;
  /*padding: 40px 0;*/
  margin-bottom: 40px;
}
.planAdd__inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.planAdd__midashi {
  margin-bottom: 25px;
  margin-top: 40px;
}
.planAdd__midashi::before {
  display: none;
}
.planAdd__midashi::after {
  content: "Fulfilling plan";
}

/***
  同部屋タイプ 関連プラン
****************/
.planRelated {
  margin-bottom: 40px;
}
.planRelated__inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.planRelated__midashi {
  margin-bottom: 25px;
}
.planRelated__midashi::before {
  display: none;
}
.planRelated__midashi::after {
  content: "Related plan";
}

/***
  こちらのプランもおすすめです
****************/
.planRecommend {
  background-color: #f9f8f2;
  margin-bottom: 40px;
}
.planRecommend__inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.planRecommend__midashi {
  padding:40px 0 45px 0;
  border-bottom: 1px dotted #999999;
  margin-bottom: 0;
}


.planRecommend__midashi::before {
  display: none;
}
.planRecommend__midashi::after {
  content: "Recommended plan";
}

/***
  紙宿：お問い合わせ
****************/
.kamiyadoInquiry {
  margin: 40px 0;
  padding: 40px 0;
  background-color: #f7f7f7;
}
.kamiyadoInquiry__inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.kamiyadoInquiry__midashi {
  margin-bottom: 25px;
}
.kamiyadoInquiry__midashi::before, .kamiyadoInquiry__midashi::after {
  display: none;
}
.kamiyadoInquiry__content {
  padding: 20px;
  margin-bottom: 15px;
  border: 1px solid #e4e4e4;
  background-color: white;
}
.kamiyadoInquiry__notice {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.6;
  color: #999999;
}
.kamiyadoInquiry__link {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #333333;
  line-height: 1;
  color: #333333;
  text-decoration: none !important;
}
.kamiyadoInquiry__link:visited {
  color: inherit;
}
.kamiyadoInquiry__link:hover {
  color: #ebac12;
  border-bottom-color: #ebac12;
}
.kamiyadoInquiry__link::before {
  content: "\e90b";
  font-family: 'icomoon' !important;
  margin-right: .5em;
}

.kamiyadoInquiryInfo {
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.kamiyadoInquiryInfo__top {
  margin-bottom: 15px;
}
.kamiyadoInquiryInfo__top::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.kamiyadoInquiryInfo__planNo {
  float: left;
  display: inline-block;
  padding: 6px 10px;
  margin-right: 12px;
  border: 1px solid #999999;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.kamiyadoInquiryInfo__name {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 8px;
}
.kamiyadoInquiryInfo__charge {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0;
}
.kamiyadoInquiryInfo__tel, .kamiyadoInquiryInfo__fax, .kamiyadoInquiryInfo__mail {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}
.kamiyadoInquiryInfo__tel::before, .kamiyadoInquiryInfo__fax::before, .kamiyadoInquiryInfo__mail::before {
  position: relative;
  content: "";
  display: inline-block;
  margin-right: .2em;
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: top;
}
.kamiyadoInquiryInfo__tel::before {
  background-image: url(../images/kmyd_icn_tel.png);
  width: 13px;
  height: 17px;
  top: 4px;
}
.kamiyadoInquiryInfo__fax {
  margin-left: 30px;
}
.kamiyadoInquiryInfo__fax::before {
  background-image: url(../images/kmyd_icn_fax.png);
  width: 33px;
  height: 20px;
  top: 2px;
}
.kamiyadoInquiryInfo__mail {
  margin-left: 30px;
  font-size: 18px;
}
.kamiyadoInquiryInfo__mail::before {
  background-image: url(../images/kmyd_icn_mail.png);
  width: 22px;
  height: 16px;
  top: 4px;
}
.kamiyadoInquiryInfo__mailto {
  color: #333333;
  text-decoration: none;
}
.kamiyadoInquiryInfo__mailto:hover {
  color: #ebac12;
  text-decoration: underline;
}

.kamiyadoInquiryUketuske__midashi {
  font-size: 16px;
  line-height: 1;
  letter-spacing: .075em;
  font-weight: normal;
  margin-bottom: 10px;
}
.kamiyadoInquiryUketuske__text {
  margin-bottom: 0;
}
.kamiyadoInquiryUketuske__annotation {
  margin-bottom: 0;
  font-size: 12px;
  color: #999999;
}
.kamiyadoInquiryUketuske__addr {
  margin-top: 8px;
  margin-bottom: 0;
}

/***
  カレンダー本体
*****************/
.planCalendardateLine {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 8px;
}
.planCalendardateLine__date {
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
.planCalendardateLine__date:nth-child(6) {
  color: #1971ea;
}
.planCalendardateLine__date:nth-child(7) {
  color: #f41313;
}

.planCalendarDays {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.planCalendarDays__day {
  position: relative;
  -ms-flex: 1;
  flex: 1;
  min-width: 14%;
  height: 75px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: white;
  transition: background-color .2s linear 0s;
  cursor: pointer;
}
.planCalendarDays__day:nth-child(7n - 1) {
  background-color: #e2f6fa;
}
.planCalendarDays__day:nth-child(7n - 1) .planCalendarDayObject__day {
  color: #1971ea;
}
.planCalendarDays__day:nth-child(7n),.planCalendarDays__day.holiday {
  background-color: #ffe8e7;
}
.planCalendarDays__day:nth-child(7n) .planCalendarDayObject__day,.planCalendarDays__day.holiday .planCalendarDayObject__day {
  color: #f41313;
}
.planCalendarDays__day:hover {
  background-color: #fffdf2;
}
.planCalendarDays__day_dis {
  background-color: #f3f3f3 !important;
  pointer-events: none;
}
.planCalendarDays__day_active::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #ECAC0D;
  top: 0;
  left: 0;
}

.planCalendarDayObject {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.planCalendarDayObject__day, .planCalendarDayObject__child {
  display: block;
  position: absolute;
  margin: 0;
}
.planCalendarDayObject__day {
  top: 4px;
  left: 6px;
  width: 2em;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 1;
}
.planCalendarDayObject__child {
  top: 4px;
  right: 4px;
}
.planCalendarDayObject__childLink {
  display: block;
  width: 18px;
  height: 15px;
  line-height: 0;
  transition: opacity .2s linear 0s;
}
.planCalendarDayObject__childLink:hover {
  opacity: .7;
}
.planCalendarDayObject__childIcon {
  max-width: 100%;
  height: auto;
}
.planCalendarDayObject__price {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin: 0;
  transform: translateY(-55%);
  text-align: center;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}
.planCalendarDayObject__price_finish {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin: 0;
  transform: translateY(-55%);
  text-align: center;
  line-height: 1;
  color: #999999;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}
.planCalendarDayObject__rest {
  display: block;
  position: absolute;
  margin: 0;
  width: 100%;
  bottom: 6px;
  left: 0;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}
.planCalendarDayObject__rest_ok {
  display: block;
  position: absolute;
  margin: 0;
  width: 100%;
  bottom: 6px;
  left: 0;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  font-family: monospace;
  color: #ECAC0D;
}
.planCalendarDayObject__rest_few {
  display: block;
  position: absolute;
  margin: 0;
  width: 100%;
  bottom: 6px;
  left: 0;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  font-family: monospace;
  color: #ff0000;
  font-size: 14px;
}
.planCalendarDayObject__rest_none {
  display: block;
  position: absolute;
  margin: 0;
  width: 100%;
  bottom: 6px;
  left: 0;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  font-family: monospace;
  color: #999999;
}
.planCalendarDayObject__rest_request {
  display: block;
  position: absolute;
  margin: 0;
  width: 100%;
  bottom: 6px;
  left: 0;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  font-size: 10px;
  font-weight: normal;
}

/***
  ダイアログ
**********/
{
  /* 確認用 ここから 実装時には不要*/
  margin-top: 20px;
  padding: 20px 0;
  background-color: #f0f0f0;
  /* 確認用 ここまで */
}

.modal.reservation_modal {
  width: 380px;
  box-shadow: 0 0 3px rgba(153, 153, 153, 0.6);
}
.modal::before, .modal::after {
  display: none;
}
.modal .modalMidashi {
  position: relative;
  background-color: white;
  padding-left: 15px;
  padding-right: 15px;
}
.modal .modalMidashi h3 {
  color: #333333;
}
.modal .modalMidashi .modalCloseBtn {
  color: #999999;
}
.modal .modalContent {
  position: relative;
}
.modal .modalContent::before {
  content: "";
  display: block;
  position: absolute;
  width: 95%;
  border-bottom: 1px dotted #999999;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.modal .modalContent {
  padding-top: 20px;
  padding-bottom: 20px;
}
.modal h3 {
  padding-left: 0;
}
.modal h3::before {
  display: none;
}
.planModalTxt {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.planModalBtn {
  color: white !important;
  background-color: #fa184d !important;
  transition-property: color, background-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  padding: 10px 0;
  margin-bottom: 8px;
  border: 1px solid #fa184d;
  font-size: 16px;
  text-align: center;
  text-decoration: none !important;
}
.planModalBtn:hover {
  color: #fa184d !important;
  background-color: white !important;
}
.planModalTable {
  width: 100%;
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: bold;
}
.planModalTable__header {
  padding: 8px;
  border: 1px solid #ccc;
  background-color: #f1f0ea;
}
.planModalTable__cell {
  padding: 8px;
  border: 1px solid #ccc;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}
.planModalAnnotation {
  text-align: right;
  font-size: 12px;
  color: #999999;
}

.facilityError {
	width: 800px;
	margin: 50px auto;
	padding: 20px;
	border: 1px solid #cc0000;
	background: #FFFEF3;
}

.facilityError__icn {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	border-radius: 50%;
	background: #cc0000;
	font-size: 16px;
	text-align: center;
	line-height: 25px;
	color: white;
}

.facilityError__message {
	font-size: 16px;
	color: #cc0000;
}


/*190722 おすすめプランリスト写真付き追加*/
.planList{
  padding-bottom: 40px;
}
.planosusumeListItem__list{
	position: relative;
	padding-top: 10px;
    border-bottom: 1px dotted #999999;
	overflow: hidden;
	width: 960px;
	margin: 0 auto 0 auto;
}

.planosusumeListItem__block{
  float: left;
  width: 416px;
  height: 150px;
	}

.planosusumeListItem__pic {
  position: relative;
  float: left;
  width: 200px;
  height: 150px;
  margin-right: 8px;
  line-height: 0;
}
.planosusumeListItem__image {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #f3f3f3;
}

.planosusumeListItem__plan {
	font-weight: normal;
	text-align: left;
	font-size: 16px;
	line-height: 1.4;
	color: #1d3994;
	width: 534px;
	float: right;
	padding-right: 8px;
	margin-bottom: 12px;
}

.planosusumeListItem__price {
	width: 534px;
	float: right;
	margin-bottom: 12px;
	padding-right: 8px;
	position: relative;
}

.planosusumeListItem__priceP {
	display: block;
	margin-bottom: 6px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	}
.planosusumeListItem__priceP span {
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	}
.planosusumeListItem__noticeP {
	display: block;
	margin-bottom: 0;
	color: #999999;
	font-size: 12px;
	width: 400px;
}

.planosusumeListItem__noticeP span {
	font-size: 10px;
}

.planosusumeListItem__btn{
	position: absolute;
	right: 8px;
	bottom: 0;
	line-height: 1;
	border-radius: 4px;
	text-align: center !important;
	color: white !important;
	background-color: #ECAC0D !important;
	border: 1px solid #ECAC0D !important;
	transition: color .2s linear 0s, background-color .2s linear 0s;
	text-decoration: none !important;
	font-size: 12px;
	padding: 8px 20px 8px 10px;
}
.planosusumeListItem__btn:hover {
  color: #ECAC0D !important;
  background-color: white !important;
}

.planosusumeListItem__txt {
	width: 534px;
	float: right;
	margin-bottom: 12px;
	padding-right: 8px;
}
/*190722 おすすめプランリスト写真付き追加*/
