/* このファイルは UTF-8 で保存すること */

/***************************************
 * calendar
 **************************************/

#calendar #scroll {
  max-height: 300px;
  overflow: scroll;
  overflow-x: hidden;
}

#calendar #scroll img {
  max-width: 100%;
}

#calendar #scroll-noheight {
  overflow: scroll;
  overflow-x: hidden;
}

#calendar #scroll30 {
  overflow: scroll;
  overflow-x: hidden;
}

table.calendar-navi {
  background: none !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

table.calendar-navi td {
  background: none !important;
  border: none !important;
  margin: 0 !important;
  padding: 3px 0 0 !important;
  width: 33%;
}

table.calendar-navi td {
  vertical-align: bottom;
}

table.calendar-navi td div {
  line-height: 30px;
  text-align: center;
}

table.calendar-navi td div.off {
  background-color: #f7f7f7;
  border: 1px solid #777777;
  border-color: #cccccc;
  border-radius: 4px;
  color: #cccccc;
  cursor: pointer;
  display: block;
  line-height: 20px;
  margin-bottom: 8px;
  margin-left: 6px;
  padding: 5px 10px;
  text-decoration: none;
}

table.calendar-navi td div.off:hover {
  background-color: #eeeeee;
}

table.calendar-navi td div.off i {
  color: #cccccc;
}

table.calendar-navi td .calendar-icon {
  margin-left: 6px;
}

table.calendar-navi td .calendar-icon img {
  background: #999999;
  padding: 3px;
}

table.calendar-navi td .calendar-icon a {
  background: #ffffff;
  border: #ffffff;
}

table.calendar-navi td .calendar-icon a.month-cal:hover {
  background-color: #eeeeee;
}

table.calendar-navi td .calendar-icon a.month-cal {
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
  display: block;
  line-height: 20px;
  margin-bottom: 8px;
  padding: 6px 11px 6px;
  text-decoration: none;
}

table.calendar-navi td .calendar-icon a.month-cal .fa-calendar-alt {
  color: #666666;
  font-size: 18px;
}

table.calendar-navi td .calendar-icon a.month-cal p {
  padding-bottom: 1px;
  padding-top: 2px;
}

table.calendar-navi .left {
  display: flex;
}

table.calendar-navi td div a {
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
  display: block;
  line-height: 20px;
  padding: 5px 10px;
  text-decoration: none;
}

table.calendar-navi td div a:hover {
  background-color: #eeeeee;
}

table.calendar-navi td.center {
  text-align: center;
}

table.calendar-navi td.center span.bold {
  font-size: 138.5%;
  font-weight: bold;
  margin-left: 5px;
}

table.calendar-navi td.right div {
  float: right;
  margin-bottom: 8px;
  margin-left: 6px;
}

#calendar {
  margin-top: 4px;
}

#calendar #nav-area {
  overflow: hidden;
}

#calendar #nav-area ul#left {
  float: left;
}

#calendar #nav-area ul#left li {
  background: url(../../../image/common/btn-bg1.gif) repeat-x center center;
  border: 1px solid #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 0 2px 3px 0;
  padding: 0 10px;
}

#calendar #nav-area ul#left li.icon {
  background-color: #ffffff;
  background-image: none;
  border: none;
  margin-left: 5px;
  padding: 0;
}

#calendar #nav-area ul#right {
  float: right;
}

#calendar #nav-area ul#right li {
  background: #333333 url(../../../image/common/btn-bg1.gif) repeat-x center center;
  border: 1px solid #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 0 0 2px 3px;
  padding: 0 10px;
}

#calendar #nav-area ul#right li.off {
  background-color: #cccccc;
  background-image: none;
  border: 1px solid #bbbbbb;
}

#calendar #nav-area li a:link,
#calendar #nav-area li a:hover,
#calendar #nav-area li a:active,
#calendar #nav-area li a:visited {
  color: #ffffff;
  font-size: 85%;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
}

/* カレンダーの月 週送りアイコン */
/* ここから */
.calendar-navi .right i {
  color: #666666;
  font-size: 18px;
  position: relative;
}

.calendar-navi .right .next-month-div a,
.calendar-navi .right .off.next-month-div {
  padding-left: 10px;
  padding-right: 24px;
}

.calendar-navi .right .next-week-div a,
.calendar-navi .right .off.next-week-div {
  padding-left: 14px;
  padding-right: 20px;
}

.calendar-navi .right .prev-month-div a,
.calendar-navi .right .off.prev-month-div {
  padding-left: 24px;
  padding-right: 10px;
}

.calendar-navi .right .prev-week-div a,
.calendar-navi .right .off.prev-week-div {
  padding-left: 20px;
  padding-right: 14px;
}

.calendar-navi .right i:before {
  position: absolute;
  top: calc(50% - 14px);
}

.calendar-navi .right .next-month-div i:before {
  left: 4px;
}

.calendar-navi .right .next-week-div i:before {
  left: 6px;
}

.calendar-navi .right .prev-month-div i:before {
  right: 4px;
}

.calendar-navi .right .prev-week-div i:before {
  right: 6px;
}

.calendar-navi .right .sp-week-btn,
.calendar-navi .right .sp-week-btn a,
.calendar-navi .right .off.sp-week-btn {
  height: 30px;
  padding: 0;
  width: 38px;
}

.calendar-navi .right .sp-week-btn i {
  font-size: 22px;
}

.calendar-navi .right .sp-week-btn i:before {
  top: calc(50% + 4px);
}

.calendar-navi .right .next-week-div.sp-week-btn i:before {
  left: calc(50% - 3px);
}

.calendar-navi .right .prev-week-div.sp-week-btn i:before {
  left: calc(50% - 5px);
}
/* カレンダーの月 週送りアイコン */
/* ここまで */

/*** IE6用 ************/

* html #calendar #scroll {
  height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}

/**********************/

/* 右下のみ線を引く。左上は th, td で引く */
#calendar table {
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  clear: both;
  table-layout: auto;
}

/* 左上のみ線を引く。右下は table で引く */
#calendar table th {
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  padding: 8px;
  text-align: center;
}

#calendar table.day {
  margin-bottom: 2px;
}

/* 左上のみ線を引く。右下は table で引く */
#calendar table td {
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  padding: 4px;
  text-align: center;
  vertical-align: middle;
}

#calendar table td.res-end {
  background: #eeeeee;
}

#calendar table td a {
  display: block;
  text-decoration: none;
}

.icon-circle-o {
  color: #2266dd;
  display: block;
  font-size: 20px;
  padding-top: 2px;
}

.icon-history {
  color: #ee7700;
  display: block;
  font-size: 20px;
  padding-top: 2px;
}

.icon-cross-out-mark {
  color: #999999;
  display: block;
  font-size: 14px;
  padding-top: 2px;
}

.icon-square {
  color: #009977;
  display: block;
  font-size: 20px;
  padding-top: 2px;
}

/* 以下、予約の受付状況アイコン(Font Awesome) */
/* ここから */
ul.fa-icon-list {
  position: relative;
}

#calendar #message ul.fa-icon-list li {
  margin-right: 12px;
}

.fa-icon-list label {
  padding-left: 18px;
}

.fa-icon-list .fa-square-guide label,
.fa-icon-list .fa-times-guide label {
  padding-left: 16px;
}

.fa-circle-timetbl {
  color: #2266dd;
  font-size: 18px;
  padding-bottom: 2px;
  padding-top: 2px;
}

li.fa-circle-guide::before {
  color: #2266dd;
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  top: 1px;
}

.fa-triangle-timetbl {
  color: #ee7700;
  font-size: 17px;
  margin-bottom: 1px;
  margin-top: 1px;
  padding-bottom: 2px;
  padding-top: 1px;
}

li.fa-triangle-guide::before {
  color: #ee7700;
  content: "\f2ec";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-weight: 400;
  position: absolute;
}

.fa-times-timetbl {
  color: #999999;
  font-size: 25px;
  padding-bottom: 2px;
  padding-top: 3px;
}

li.fa-times-guide::before {
  color: #999999;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-size: 19px;
  font-weight: 300;
  position: absolute;
}

.fa-square-timetbl {
  color: #009977;
  font-size: 18px;
  padding-bottom: 2px;
  padding-top: 2px;
}

li.fa-square-guide::before {
  color: #009977;
  content: "\f0c8";
  font-family: "Font Awesome 5 Pro";
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  top: 1px;
}

.fa-star-timetbl {
  color: #aa8844;
  font-size: 19px;
  padding-bottom: 2px;
  padding-top: 1px;
}

li.fa-star-guide::before {
  color: #aa8844;
  content: "\f005";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  position: absolute;
}
/* ここまで */

#calendar table td img {
  max-width: 100%;
}

#calendar table td p.day {
  font-weight: bold;
  margin-bottom: 3px;
}

#calendar table td p.zan {
  color: #666666;
  font-size: 10px;
}

/* 左上のみ線を引く。右下は table で引く */
#calendar table td.end {
  background: #dddddd url(../../../image/contents/calendar-end.gif) no-repeat center center;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

/* 左上のみ線を引く。右下は table で引く */
#calendar table td.none {
  background: url(../../../image/contents/calendar-none.gif);
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

#calendar table td p.C1 {
  color: #ec6941;
}

#calendar table tr.day {
  background-color: #ffffff;
}

#calendar #message {
  margin-top: 15px;
}

#container-iframe #calendar #message {
  background: #ffffff;
  padding: 4px 8px;
}

#calendar #message span {
  display: inline-block;
  font-size: 12px;
  margin-right: 3px;
}

#calendar #message ul li {
  display: inline;
  margin-right: 16px;
}

#calendar #message ul li.yoyaku {
  background: url(../../../image/contents/yoyaku.gif) no-repeat left center;
}

#calendar #message ul li.wazuka {
  background: url(../../../image/contents/wazuka.gif) no-repeat left center;
}

#calendar #message ul li.mati {
  background: url(../../../image/contents/cancel_waiting.jpg) no-repeat left center;
}

/***************************************
 * modal-window month-calendar
 **************************************/

table.calendar-type03 td {
  border: 1px solid #cccccc;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 12%;
}

table.calendar-type03 td.sun {
  background-color: #ffe1e1;
}

table.calendar-type03 td.sat {
  background-color: #dee9ff;
}

table.calendar-type03 td.on {
  background-color: #dddddd !important;
}

table.calendar-type03 td a {
  display: block;
  font-size: 85%;
  height: 16px;
  line-height: 16px;
  text-decoration: none;
}

table.calendar-type03 td a:hover {
  color: #ff0000;
  display: block;
}

/***************************************
 * modal-window
 **************************************/

#modal-win {
  position: absolute;
  width: 100%;
}

#modal-win-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, .25);
  margin: 0 auto;
  position: absolute;
  z-index: 101;
}

#modal-bg {
  background-color: #000000;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

#select-calendar {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  padding: 5px 10px 10px;
  width: 300px;
}

#select-calendar .close-btn {
  margin-bottom: 1px;
  text-align: right;
}

#select-calendar table.date th {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 12%;
}

#select-calendar table.date th.sun {
  background-color: #ffe1e1;
}

#select-calendar table.date th.sat {
  background-color: #dee9ff;
}

#select-calendar table.date td {
  border: 1px solid #cccccc;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 12%;
}

#select-calendar table.date td.sc_national_holiday {
  background-color: #ffe1e1;
}

#select-calendar table.date td.sc_sun {
  background-color: #ffe1e1;
}

#select-calendar table.date td.sc_sat {
  background-color: #dee9ff;
}

#select-calendar table.date td.on {
  background-color: #dddddd !important;
}

#select-calendar table.date td a {
  display: block;
  font-size: 85%;
  height: 24px;
  line-height: 24px;
  text-decoration: none;
}

#select-calendar table.date td a:hover {
  background-color: #ffe259;
  color: #333333;
  display: block;
}

#select-calendar table.date td.res {
  background-color: #ffd736 !important;
}

#select-calendar table.date td.sc_today {
  background-color: #f38400 !important;
}

#select-calendar table.date td.sc_today a {
  color: #ffffff !important;
}

#select-calendar table.calendar-navi td div.off {
  margin-left: 0;
}

/* ポップアップカレンダーのアイコン */
/* ここから */
.fa-modal-calendar {
  color: #cccccc;
  font-size: 28px;
}

table.modal-calendar-navi {
  margin-bottom: 8px!important;
}

table.modal-calendar-navi td div.off {
  cursor: auto;
  margin-bottom: 0;
}

table.modal-calendar-navi td div.off:hover {
  background-color: #f7f7f7;
}

table.modal-calendar-navi td.left div.off {
  padding: 2px 16px 2px 14px;
}

table.modal-calendar-navi td.right div.off {
  padding: 2px 14px 2px 16px;
}

table.modal-calendar-navi td.right div {
  margin: 0;
}

table.modal-calendar-navi td.center {
  padding-bottom: 4px!important;
}

table.modal-calendar-navi td.left div a {
  padding: 2px 16px 2px 14px;
}

table.modal-calendar-navi td.right div a {
  padding: 2px 14px 2px 16px;
}

table.modal-calendar-navi td.right,
table.modal-calendar-navi td.left {
  vertical-align: middle;
}

.modal-calendar-navi .left i,
.modal-calendar-navi .right i {
  font-size: 22px;
}

.modal-calendar-navi .left i:before,
.modal-calendar-navi .right i:before {
  position: relative;
}
/* ポップアップカレンダーのアイコン */
/* ここまで */

/***************************************
 * select-area
 **************************************/

div.select-area {
  overflow: hidden;
  padding: 8px 0;
  position: relative;
  text-align: center;
  z-index: 10;
}

div.select-area select {
  margin: 0 auto;
  width: 300px;
}

div.res-step-area {
  max-height: 180px;
  overflow-x: hidden;
  overflow-y: scroll;
}

div.res-step-area-noheight {
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}

/* スクロールバー全体 */
.scrollbar-for-webkit::-webkit-scrollbar {
  width: 18px;
}

/* ドラッグ可能なスクロールハンドル部分 */
.scrollbar-for-webkit::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border: 2px solid #f1f1f1;
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}

/* スクロールバーの背景 */
.scrollbar-for-webkit::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* スクロールバー全体（時間タイプのカレンダー見出し部分用） */
.scrollbar-for-webkit-date::-webkit-scrollbar {
  background: #f1f1f1;
  border-bottom: 1px solid #c1c1c1;
  width: 18px;
}

/*** IE6用 ************/

* html div.res-step-area {
  height: 180px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 10px;
}

* html div.res-step-area-noheight {
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 10px;
}

/**********************/

table.res-step {
  width: 100%;
}

table.res-step td {
  border-bottom: 1px solid #eeeeee;
  clear: both;
  overflow: hidden;
  padding: 5px 10px 5px 24px;
}

table.res-step td span {
  float: left;
  font-size: 14px;
  padding: 4px 8px;
}

table.res-step td img {
  float: right;
}

.res-step-area td {
  background-clip: padding-box;
  position: relative;
}

.res-step-area td:before {
  color: #dddddd;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 400;
  left: 10px;
  position: absolute;
  top: calc(50% - 10px);
}

.res-step-area td.active:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 400;
  left: 10px;
  position: absolute;
  top: calc(50% - 10px);
}

.res-step-area table.res-step td span {
  padding-left: 14px;
}

/***************************************
 * iframe
 **************************************/

table.iframe-navi {
  margin-bottom: 5px;
}

table.iframe-navi td {
  vertical-align: bottom;
}

table.iframe-navi td div.button {
  background: #666666;
  border: 1px solid #595959;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  width: 80px;
}

table.iframe-navi td div.button-type2 {
  background: #666666;
  border: 1px solid #595959;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 26px;
  line-height: 26px;
  min-width: 80px;
  padding: 0 10px;
  text-align: center;
}

table.iframe-navi td div.text {
  font-size: 85%;
  line-height: 30px;
  margin-right: 10px;
}

table.iframe-navi td div a {
  color: #ffffff;
  display: block;
  line-height: 26px;
  text-decoration: none;
}

table.iframe-navi td.left div {
  float: left;
}

table.iframe-navi td.right div {
  float: right;
  margin-left: 5px;
}

/***************************************
 * topinfo
 **************************************/

.topinfo-block {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  clear: both;
  margin-bottom: 20px;
  padding: 14px;
}

.topinfo-block .photo {
  margin-bottom: 10px;
  text-align: center;
}

/***************************************
 * event
 * .event-block  メニュー 一覧表示/詳細表示
 **************************************/

#list_main_plan #event-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#list_main_plan #event-area::after {
  content: "";
  display: block;
  width: 290px;
}

#list_main_plan #event-area .event-pc-href {
  display: block;
  text-decoration: none;
}

#list_main_plan #event-area a:hover,
#list_main_plan #event-area a:hover .number_remain,
#list_main_plan #event-area a:hover .msg_zaiko {
  opacity: .8;
}

#list_main_plan #event-area:after {
  clear: both;
  content: "";
  display: block;
}

.event-name {
  background-color: #eeeeee;
  clear: both;
  font-size: 20px;
  margin-bottom: 16px;
  padding: 16px;
}

.event-name:after {
  clear: both;
  content: "";
  display: block;
}

.event-name img {
  float: right;
}

.event-name-withbtn img {
  position: absolute;
  right: 8px;
  top: 5px;
}

.event-day {
  font-weight: bold;
}

span.zan {
  float: right;
  font-weight: normal;
  margin-top: 1px;
}

span.zan img {
  vertical-align: text-bottom;
}

.res-num-block {
  padding-top: 10px;
}

.event-block {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  clear: both;
  margin-bottom: 16px;
  margin-top: 20px;
  overflow: hidden;
  padding: 10px;
}

.option .visible-xs .photo-area {
  text-align: left;
}

.option .hidden-xs .option-flex {
  justify-content: inherit;
}

.event-block div.photo-area {
  float: right;
  margin: 0;
  text-align: center;
  width: 35%;
}

.event-block ul.spec {
  float: left;
  width: 63%;
}

.event-block ul.spec-np {
  width: 100%;
}

.event-block ul.spec li,
.event-block ul.spec-np li {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 5px;
  padding: 0 0 5px 20px;
  position: relative;
}

.event-block ul.spec li:before,
.event-block ul.spec-np li:before {
  background-color: #757575;
  content: "";
  height: 6px;
  left: 6px;
  position: absolute;
  top: 8px;
  width: 6px;
}

.event-block ul.spec li.price,
.event-block ul.spec-np li.price {
  font-weight: bold;
}

#list_main_plan #event-area .msg_zaiko {
  display: inline;
  float: left;
  margin-right: 8px;
  padding: 1px 3px;
}

#list_main_plan table tr td div {
  width: 85%;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

#calendar .fixed {
  background-color: #ffffff!important;
  margin-top: 0!important;
}

#calendar table td .number_remain {
  background: none;
  color: #666666;
  font-weight: normal;
  margin-right: 0;
}

/***************************************
 * resoponsive
 **************************************/

@media screen and (max-width: 768px) {
  .event-block ul.spec-np {
    margin-top: 8px;
  }

  body #calendar table.calendar-navi td {
    width: auto;
  }

  #main #right-column {
    padding: 8px;
  }

  .kara {
    display: none;
  }

  #calendar table td {
    padding: 4px 0;
  }

  #event-area {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  #calendar table th {
    padding: 4px 0;
  }

  .event-block {
    border: none;
    padding: 10px 0;
  }

  .event-block div.photo-area {
    float: none;
    padding: 10px 0;
    width: 100%;
  }

  .event-block ul.spec {
    float: none;
    width: 100%;
  }

  .event-name {
    background-color: #eeeeee;
    clear: both;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 8px;
  }

  #event-area .msg_zaiko {
    margin-right: 0;
  }
}

@media screen and (max-width: 414px) {
  #calendar table th {
    font-size: 10px;
    width: 12%;
  }

  #calendar table tr.height-controll td a {
    display: inline-block;
    min-height: 30px;
  }

  #calendar table tr.height-controll td a i.far {
    line-height: 160%;
  }

  #calendar #message ul.fa-icon-list li {
    margin-right: 8px;
  }
}
