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

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

#calendar #scroll {
  max-height: 300px;
  min-width: 550px;
  overflow: scroll;
  overflow-x: hidden;
  padding-right: 10px;
}

#calendar #scroll-noheight {
  min-width: 550px;
}

#calendar .scroll30 {
  height: 36px;
  min-width: 550px;
  overflow: hidden;
}

table.calendar-navi {
  background: none !important;
  border: none !important;
  margin: 0 0 3px 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.type2 {
  width: 80px !important;
}

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;
  padding: 5px 10px;
  text-decoration: none;
}

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.left div {
  float: left;
}

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-left: 2px;
}

#calendar {
  clear: both;
  overflow: hidden;
}

#calendar #nav-area {
  clear: both;
  min-height: 55px;
  overflow: hidden;
  position: relative;
}

#calendar #nav-area #search-name > div {
  float: left;
}

#calendar #nav-area #search-name .list-btn {
  margin-top: 4px;
}

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

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

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

#calendar #nav-area ul#next-back li.arrow-left a {
  background: #cccccc url(../../../image/common/arrow4.png) no-repeat left center;
  padding-left: 15px;
}

#calendar #nav-area ul#next-back li.arrow-right a {
  background: #cccccc url(../../../image/common/arrow3.png) no-repeat right center;
  padding-right: 15px;
}

#calendar #nav-area ul#next-back li a {
  background-color: #cccccc;
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  height: 22px;
  line-height: 22px;
  margin: 0 2px 3px 0;
  padding: 0 10px;
  text-decoration: none;
}

#calendar #nav-area ul#next-back li a:hover {
  background-color: #bbbbbb;
}

#calendar #nav-area ul#time-next-back {
  bottom: 5px;
  float: right;
  margin-top: 4px;
}

#calendar #nav-area ul#time-next-back.fixed {
  background: #ffffff;
  box-sizing: border-box;
  height: 41px;
  left: 0;
  margin: 0 auto;
  max-width: 960px;
  padding-right: 16px;
  padding-top: 2px;
  position: fixed;
  right: 0;
  text-align: right;
  top: 0;
  width: 100%;
  z-index: 2;
}

#container-iframe #calendar #nav-area ul#time-next-back.fixed {
  max-width: inherit;
}

#calendar #nav-area ul#time-next-back li {
  display: inline-block;
  margin: 0 0 8px 0;
  vertical-align: middle;
}

#calendar #nav-area ul#time-next-back li.target_date a {
  padding: 4px 0;
  text-align: center;
  width: 62px;
}

#calendar #nav-area ul#time-next-back li.view-alltime-li {
  margin-left: 10px;
}

#calendar #nav-area ul#time-next-back li.view-alltime-li a {
  background-color: #444444;
  border: 1px solid #333333;
  color: #ffffff;
}

#calendar #nav-area ul#time-next-back li.view-alltime-li input[type="checkbox"] {
  height: 0;
  opacity: 0;
  width: 0;
}

.input-alltime-checkbox {
  float: left;
  padding: 0 0 0 24px;
  position: relative;
}

.input-alltime-checkbox::before {
  border: 1px solid #ffffff;
  border-radius: 3px;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 16px;
}

input[type="checkbox"]:checked + .input-alltime-checkbox::before {
  background: #ffffff;
}

input[type="checkbox"]:checked + .input-alltime-checkbox::after {
  border-bottom: 2px solid #333333;
  border-right: 2px solid #333333;
  content: "";
  display: block;
  height: 9px;
  left: 5px;
  position: absolute;
  top: 4px;
  transform: rotate(45deg);
  width: 4px;
}

#calendar #nav-area ul#time-next-back li.view-alltime-li.alltime a {
  background-color: #444444;
  border-color: #333333;
  color: #ffffff;
}

#calendar #nav-area ul#time-next-back li a {
  background-color: #444444;
  border: 1px solid #333333;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  height: 22px;
  padding: 4px 4px 4px 8px;
  text-decoration: none;
}

#calendar #name-area {
  background-color: #ffffff;
  height: 18px;
  margin: 0;
  padding-top: 12px;
  position: relative;
}

#calendar #name-area p {
  float: left;
  line-height: 15px;
  margin-right: 12px;
}

#calendar #name-area p span {
  border: 1px solid #dddddd;
  display: block;
  float: left;
  height: 12px;
  line-height: 12px;
  margin-right: 3px;
  width: 20px;
}

#calendar #nav-area ul#time-next-back .prev-arrow i,
#calendar #nav-area ul#time-next-back .next-arrow i {
  display: block;
  font-size: 18px;
  position: relative;
}

#calendar #nav-area ul#time-next-back .prev-arrow a {
  height: 30px;
  padding: 0;
  width: 38px;
}

#calendar #nav-area ul#time-next-back .next-arrow a {
  height: 30px;
  padding: 0;
  width: 38px;
}

#calendar #nav-area ul#time-next-back .prev-arrow i:before,
#calendar #nav-area ul#time-next-back .next-arrow i:before {
  position: absolute;
  top: calc(50% + 6px);
}

#calendar #nav-area ul#time-next-back .prev-arrow i:before {
  left: 15px;
}

#calendar #nav-area ul#time-next-back .next-arrow i:before {
  left: 16px;
}

.time-line-legend:hover,
#calendar #name-area p span.time-line:hover {
  background-color: #ffe259;
}

.time-line,
.time-line-legend {
  background-color: #ffffff;
}

#calendar #nav-area ul#right li a:hover {
  background-color: #eeeeee;
  color: #444444;
}

#calendar #nav-area ul#tab li.select {
  background-color: #eeeeee;
  border: 1px solid #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #333333;
  display: block;
  height: 20px;
  line-height: 20px;
  margin: 0 0 2px 3px;
  padding: 0 10px;
  text-decoration: none;
}

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

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

/***************************************
 * カレンダー日付エリア
 **************************************/

#calendar table th {
  min-width: 100px;
}

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

#calendar table.day th {
  border: 1px solid #dddddd;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

/* 月表示は固定pxで */

#calendar table.tbl_month th {
  font-size: 12px;
  min-width: 65px;
  text-align: center;
  width: 65px;
}

#calendar table.tbl_month .day th {
  padding: 0 5px;
}

#calendar table th.th_mp_name {
  overflow: hidden;
  vertical-align: middle!important;
}

#calendar table th.th_mp_name > div {
  display: table;
}

#calendar table th.th_mp_name a img {
  font-size: 5px;
  vertical-align: text-bottom;
}

#calendar table th.th_mp_name a i {
  font-size: 14px;
  padding-left: 5px;
}

#calendar table th.th_mp_name a.detail-icon {
  color: #000000;
  padding: 0 0 0 2px;
}

#calendar table th.th_mp_name a.detail-icon-no-link {
  color: #cccccc;
  display: table-cell;
  padding: 0 0 0 2px;
}

#calendar table th.th_mp_name a.icon {
  display: table-cell;
  padding: 0 0 0 2px;
  text-decoration: underline;
}

#calendar table.day td {
  border: 1px solid #dddddd;
  height: 30px;
  line-height: 30px;
  min-width: 60px;
  text-align: center;
}

#calendar td.btn {
  min-width: 20px!important;
  width: 20px !important;
}

#calendar table td.btn a {
  background-color: #666666;
  color: #ffffff;
  display: block;
  height: 30px;
  line-height: 30px;
  position: relative;
  text-decoration: none;
}

#calendar td.btn a.btn_endArea {
  background-color: #b1b1b1!important;
  cursor: default;
}

#calendar table.day td.btn img {
  bottom: 0;
  height: 13px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
}

/*********** 会議室 ****************/

.areaLink {
  cursor: pointer;
}

.areaLink a {
  position: relative;
  vertical-align: middle;
}

.areaLink a img {
  left: 30%;
  position: absolute;
  top: 43%;
  vertical-align: middle;
}

#calendar table {
  border-collapse: collapse;
}

#calendar table.kaigi-day {
  margin: 0 0 5px;
  width: 100%;
}

#calendar table.kaigi-day th {
  background: #ffffff;
  border: 1px solid #dddddd;
  line-height: 140%;
  vertical-align: middle;
}

#calendar table.kaigi-day th a {
  padding-left: 5px;
}

#calendar table.kaigi-day th.type2 {
  width: 34px;
}

#calendar table.kaigi-day td {
  border: 1px solid #dddddd;
  min-width: 60px;
  text-align: center;
}

#calendar table.kaigi-day td.btn {
  background-color: #e5e5e5;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}

#calendar table.kaigi-day td div {
  float: left;
  width: 5px;
}

#calendar table.kaigi-day td ul a {
  display: block;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  width: 5px;
}

#calendar table.kaigi-day td ul.border a {
  border-right: 1px dotted #dddddd;
}

#calendar #timetable ul {
  clear: both;
  width: 100%;
}

#calendar li.border {
  float: left;
  width: 50px;
  position: relative;
}

.unavailable {
  background-color: #e5e5e5;
}

.reserved {
  background: url(../../../image/common/btn-bg5_red.gif) repeat-x center center;
}

.b_left {
  border-left: 1px solid #ff8888;
}

.b_right {
  border-right: 1px solid #ff8888;
}

.b_updown {
  border-bottom: 1px solid #ff8888;
  border-top: 1px solid #ff8888;
  box-sizing: border-box;
}

#calendar li.unavailable {
  height: 32px;
}

#calendar li.reserved {
  height: 32px;
}

#calendar li.border a {
  border-right: 1px dotted #dddddd;
}

#right-column-inline #nav-area {
  background: #ffffff;
  margin-bottom: 2px;
  min-height: auto!important;
  padding-top: 3px;
}

/*********** 会議室-2 ****************/

#calendar table.kaigi-day-2 {
  margin: 0 0 5px;
  width: 100%;
}

#calendar table.kaigi-day-2 th {
  background: #ffffff;
  border: 1px solid #dddddd;
  line-height: 140%;
  text-align: center;
  vertical-align: middle;
}

#calendar table.kaigi-day-2 th.sat {
  background-color: #dee9ff;
}

#calendar table.kaigi-day-2 th.sun {
  background-color: #ffe1e1;
}

#calendar table.kaigi-day-2 th.national-holiday {
  background-color: #ffe1e1;
}

#calendar table.kaigi-day-2 th.type2 {
  width: 34px;
}

#calendar table.kaigi-day-2 td {
  border: 1px solid #dddddd;
  text-align: center;
}

#calendar table.kaigi-day-2 td.btn {
  background-color: #eeeeee;
  text-align: center;
  vertical-align: middle;
  width: 20px !important;
}

#calendar table.kaigi-day-2 td ul {
  float: left;
  width: auto;
}

#calendar table.kaigi-day-2 td ul a {
  display: block;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  width: 5px;
}

#calendar table.kaigi-day-2 td ul.border a {
  border-right: 1px dotted #dddddd;
}

/*********** 会議室-3 ****************/

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

#calendar table.day24 th {
  border: 1px solid #dddddd;
  line-height: 30px;
  text-align: center;
}

#calendar table.day24 td {
  border: 1px solid #dddddd;
  height: 30px;
  line-height: 30px;
  min-width: 22px;
  text-align: center;
}

#calendar table.kaigi-day-3 th {
  border: 1px solid #dddddd;
  line-height: 140%;
  vertical-align: middle;
}

#right-column-inline table.kaigi-day-3 th {
  background: #ffffff;
}

#calendar table.kaigi-day-3 th.sat {
  background-color: #dee9ff;
}

#calendar table.kaigi-day-3 th.sun {
  background-color: #ffe1e1;
}

#calendar table.kaigi-day-3 th.national-holiday {
  background-color: #ffe1e1;
}

#calendar table.kaigi-day-3 th.type2 {
  width: 34px;
}

#calendar table.kaigi-day-3 td {
  border: 1px solid #dddddd;
  min-width: 22px;
  text-align: center;
}

#calendar table.kaigi-day-3 td.min_width_25 {
  min-width: 88px;
}

#calendar table.kaigi-day-3 td.min_width_50 {
  min-width: 44px;
}

#calendar table.kaigi-day-3 td.btn {
  background-color: #eeeeee;
  text-align: center;
  vertical-align: middle;
  width: 20px !important;
}

#calendar table.kaigi-day-3 td div {
  float: left;
  width: 2px;
}

#calendar table.kaigi-day-3 td ul a {
  display: block;
  height: 32px;
  line-height: 32px;
  pointer-events: none;
  text-decoration: none;
  width: 2px;
}

#calendar table.kaigi-day-3 td ul.border a {
  border-right: 1px dotted #dddddd;
}

#calendar table.kaigi-day-3 td ul a:hover {
  background-color: #ffe259;
}

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

#calendar table.day-2 th {
  border: 1px solid #dddddd;
  font-size: 85%;
  height: 16px;
  line-height: 16px;
  text-align: center;
}

#calendar table td ul.data {
  border: 1px solid #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  clear: both;
  overflow: hidden;
  padding: 3px;
}

#calendar table td ul.data li {
  font-size: 85%;
  line-height: 120%;
  text-align: left;
}

#calendar table td ul.data li a {
  font-size: 100%;
}

#calendar table td ul.data li img {
  margin-right: 5px;
}

/* 会議室一覧 */

#calendar #ul_mp_name {
  align-items: center;
  background-image: none;
  display: flex;
  padding: 4px 8px 4px 0;
  width: auto;
}

#calendar #ul_mp_name:after {
  clear: both;
  content: "";
  display: block;
}

#calendar #ul_mp_name li {
  float: left;
  font-weight: bold;
  line-height: 1.6em;
  margin-left: 16px;
}

#calendar #ul_mp_name li:first-child {
  border-left: solid 3px #60c3ec;
  font: 16px;
  margin-left: 0;
  padding-left: 8px;
}

#calendar #ul_mp_name li .btn-type-6b a {
  margin: 0;
}

#goto_list {
  border: 1px solid #a9a9a9;
  border-radius: 3px;
  display: block;
}

#goto_list a {
  display: inline-block;
  height: 22px;
  padding: 4px 12px;
  text-decoration: none;
}

#goto_list .fa-arrow-left {
  margin-right: 8px;
}

#calendar #all_list {
  bottom: 0;
  left: 3px;
}

.font-wh,
.font-wh a {
  color: #ffffff;
}

.font-wh a:hover {
  color: #ff0000;
}

ul.res-info {
  background-color: #eeeeee;
  height: 26px;
  line-height: 26px;
  margin-top: 10px;
  padding: 0 10px;
}

ul.res-info li {
  display: inline;
  font-size: 85%;
  margin-right: 15px;
}

ul.res-info li img {
  margin-right: 5px;
}

#calendar table td ul.data li.full {
  color: #ff0000;
  font-weight: bold;
}

#calendar table td.end {
  background: #dddddd url(../../../image/contents/calendar-end.gif) no-repeat center center;
}

#calendar table td.none {
  background: url(../../../image/contents/calendar-none.gif);
}

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

#calendar #message {
  background-color: #eeeeee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  clear: both;
  margin-top: 10px;
  overflow: hidden;
  padding: 10px;
  text-align: center;
}

#calendar #message ul li {
  display: inline;
  font-size: 85%;
  margin-right: 40px;
  padding: 6px 0 6px 50px;
}

#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.cancel {
  background: url(../../../image/contents/cancel.gif) no-repeat left center;
}

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

table.calendar-type02 td {
  border: 1px solid #dddddd;
  height: 150px;
  vertical-align: top;
  width: 12%;
}

#lessen-category {
  margin-top: 5px;
}

#lessen-category p {
  font-size: 85%;
  font-weight: bold;
}

#lessen-category table {
  border: none;
  clear: both;
  margin-top: 3px;
  overflow: hidden;
  width: 100%;
}

#lessen-category table td {
  border: none;
  font-size: 85%;
  line-height: 120%;
  text-align: left;
  width: 23%;
}

#lessen-category table th {
  width: 2%;
}

table.calendar-type02 .day {
  text-align: center;
}

table.calendar-type02 .sun {
  color: #ff0000;
}

table.calendar-type02 .sat {
  color: #0000cc;
}

#calendar-bg {
  background-color: #ffffff;
}

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;
}

table.calendar-type-4 {
  width: 100%;
}

table.calendar-type-4 th {
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  padding: 3px;
  text-align: center;
}

table.calendar-type-4 td {
  border: 1px solid #dddddd;
  padding: 3px;
}

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

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

#modal-win {
  width: 100%;
}

#modal-win-inner {
  bottom: -10%;
  box-sizing: border-box;
  left: 0;
  margin: auto;
  max-height: 600px;
  max-width: 400px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 10px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  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;
  bottom: 0;
  display: none;
  height: 240px;
  left: 10px;
  margin: auto;
  padding: 5px 10px 10px;
  position: absolute;
  right: 10px;
  top: 0;
  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;
}

.overflow-hidden {
  overflow: hidden;
}

#res-entry {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  display: none;
  margin: 10px;
  overflow: auto;
  padding: 20px;
}

#res-entry .close-btn {
  text-align: right;
}

#res-entry .close-btn i {
  line-height: 70%;
}

#res-entry .free-area {
  margin-top: 10px;
}

#res-entry .btn-area {
  margin: 32px auto 12px;
}

.stt-time-notice {
  color: #cc0000;
}

.stt-time-comment {
  color: #ff0000;
  font-size: 12px;
  margin-top: 6px;
}

.btn-type-7 a {
  margin: 0 auto;
  padding: 10px 0;
  width: 160px;
}

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

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

table.modal-calendar-navi td.left div,
table.modal-calendar-navi td.right div {
  width: auto;
}

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

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 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 8px;
  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;
  padding-right: 10px;
}

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

/*** 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 {
  background-image: url(../../../image/common/arrow2.gif);
  background-position: 10px center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #eeeeee;
  clear: both;
  overflow: hidden;
  padding: 5px 10px 5px 24px;
}

table.res-step td span {
  float: left;
}

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

.calendar-icon {
  clear: both;
  margin-top: 5px;
}

table.left {
  float: left;
}

table.right {
  float: right;
}

.information03 {
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  clear: both;
  overflow: hidden;
}

dl.information04 {
  background-color: #ffffff;
  height: 90px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 5px;
}

dl.information04 dt {
  clear: left;
  float: left;
  padding: 2px 0 2px 10px;
  width: 50px;
}

dl.information04 dd {
  margin-left: 0;
  padding: 2px 0 2px 70px;
}

#cur_date_outer {
  cursor: default;
}

#cur_date_outer input {
  border: 1px solid rgb(169, 169, 169);
  box-sizing: border-box;
  cursor: default;
  width: 100%;
}

.select-area #cur_date_outer .fa-calendar-alt {
  color: #666666;
  font-size: 18px;
  position: absolute;
  right: 12px;
  top: 18px;
}

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

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

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

table.iframe-navi td div.button {
  background: #444444;
  border: 1px solid #333333;
  -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: #444444;
  border: 1px solid #333333;
  -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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  clear: both;
  margin-bottom: 20px;
  padding: 14px;
}

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

/***************************************
 * event
 * .event-block  メニュー 一覧表示/詳細表示
 * .event-block2 メニュー 予約カレンダー表示で使用
 **************************************/

#event {
  margin: 20px 0 10px 0;
}

#event h2 {
  background-color: #ffefec;
  border-bottom: 2px solid #e71c51;
  margin-bottom: 10px;
  overflow: hidden;
}

#event h2 p {
  float: left;
  font-size: 108%;
  font-weight: bold;
  height: 30px;
  letter-spacing: 1px;
  line-height: 30px;
  padding-left: 10px;
}

#event h2 .step {
  background-color: #e71c51;
  float: left;
  height: 30px;
  padding: 0 8px;
}

#event h2 .step img {
  margin-top: 6px;
}

.event-name {
  background-color: #eeeeee;
  clear: both;
  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;
}

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-top: 20px;
  padding: 10px;
}

.event-block:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.event-block2 {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  clear: both;
  margin-top: 20px;
  overflow: hidden;
  padding: 10px;
}

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

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

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

.event-block2 dl {
  width: 430px;
}

.event-block2 dl dt {
  clear: left;
  float: left;
  font-weight: bold;
  padding: 3px .5em 3px 0;
  width: 5em;
}

.event-block2 dl dd {
  border-bottom: 1px solid #dddddd;
  margin-left: 0;
  padding: 3px .5em 3px 5.5em;
}

.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,
.event-block2 dl dd.price {
  font-weight: bold;
}

.event-block2 dl dd.reserve-area {
  border-bottom: none;
}

.event-block2 dl dd.reserve-area ul li select {
  margin-left: 5px;
}

.event-block2 dl dd.reserve-area li {
  float: left;
  margin-right: 10px;
}

.step-title {
  margin: 24px 0 0 0;
}

/***************************************
 * res-detail
 **************************************/

#res-detail ul#detail {
  padding: 15px;
  position: relative;
}

#res-detail ul#detail li {
  margin-bottom: 5px;
}

#res-detail ul#detail li.arrow {
  background: url(../../../image/common/arrow2.gif) no-repeat 6px 7px;
  padding-left: 20px;
}

#res-detail ul#detail li.icon-1 {
  background: url(../../../image/common/mini-icon-la-1.gif) no-repeat left 2px;
  padding-left: 20px;
}

#res-detail ul#detail li.icon-2 {
  background: url(../../../image/common/mini-icon-la-2.gif) no-repeat left 2px;
  padding-left: 20px;
}

#res-detail ul#detail li.icon-3 {
  background: url(../../../image/common/mini-icon-la-3.gif) no-repeat left 2px;
  padding-left: 20px;
}

#res-detail ul#detail li.icon-4 {
  background: url(../../../image/common/mini-icon-la-4.gif) no-repeat left 2px;
  padding-left: 20px;
}

#res-detail #btn-area {
  bottom: 35px;
  left: 109px;
  position: absolute;
}

#res-detail #close {
  background-color: #eeeeee;
  bottom: 0;
  position: absolute;
  right: 0;
  text-align: right;
  width: 100%;
}

#res-detail #close a {
  padding-right: 10px;
}

#loading_timetable {
  background-color: rgba(238, 238, 238, .4);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100000;
}

#loading_timetable img {
  background: #ffffff;
  padding: 10px;
  position: relative;
  top: calc(50% - 86px / 2);
}

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

/***************************************
 * res-baloon
 **************************************/

#baloon_area {
  background-color: #ffffff;
  border: .5px solid #eeeeee;
  -webkit-box-shadow: 0 1px 3px #000000;
  -moz-box-shadow: 0 1px 3px #000000;
  max-width: 250px;
  position: absolute;
  z-index: 1000000;
}

#res-baloon #name {
  background-color: #fff2d2;
  font-weight: bold;
  padding: 10px;
}

#res-baloon ul#detail {
  padding: 15px;
  position: relative;
}

#res-baloon ul#detail li {
  margin-bottom: 5px;
}

#res-baloon ul#detail li.arrow {
  background: url(../../../image/common/arrow2.gif) no-repeat 6px 7px;
  padding-left: 20px;
}

#res-baloon #baloon_close {
  background-color: #eeeeee;
  right: 0;
  text-align: right;
  width: 100%;
}

#res-baloon #baloon_close a {
  font-size: 12px;
  padding-right: 5px;
}

/***************************************
 * fixedTableArea
 **************************************/

.fixedTableArea table {
  background: #ffffff;
  width: 100%;
}

.fixedTableArea table tr {
  height: 33px;
}

.fixedTableArea .fixedTableLeft {
  left: 9px;
  position: absolute;
  width: 200px;
  z-index: 1;
}

.fixedTableArea .fixedTableLeft .mp_name_area {
  display: inline-block;
  height: 20px;
  max-width: 171px;
  overflow: hidden;
  text-align: left;
  text-decoration: underline;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.fixedTableArea .fixedTableRight {
  left: 208px;
  position: absolute;
  right: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#gideFixedArea {
  display: block;
  height: 33px;
  left: 0;
  position: absolute;
  z-index: 2;
}

#gideFixedArea.fixed {
  display: block;
  position: fixed;
  top: 38px;
  width: 100%;
}

#right-column-inline .fixedTableArea .fixedTableRight {
  overflow-x: scroll;
  overflow-y: hidden;
}

#gideFixedArea .fixedTableLeft,
#gideFixedArea .fixedTableRight {
  overflow: hidden !important;
}

.fixedTableArea .fixedTableRight table {
  min-width: 538px !important;
}

.fixedTableArea .fixedTableRight {
  height: inherit;
  -ms-overflow-style: none;
  overflow-x: hidden;
  overflow-y: hidden;
}

.fixedTableArea .fixedTableRight::-webkit-scrollbar {
  display: none;
}

.fixedTableArea-touch-dev .fixedTableRight {
  overflow-x: auto!important;
}

@media screen and (max-width: 430px) {
  #calendar #nav-area ul#time-next-back.fixed {
    height: 55px;
  }

  #gideFixedArea.fixed {
    top: 53px;
  }

  .fixedTableArea .fixedTableLeft {
    width: 100px;
  }

  .fixedTableArea .fixedTableRight {
    left: 109px;
  }

  .select-area-calendar {
    width: auto;
  }

  #goto_list a {
    font-size: 14px;
    height: 28px;
    line-height: 28px;
  }

  #calendar #nav-area ul#time-next-back li {
    margin: 0 0 12px 2px;
  }

  #calendar #nav-area ul#time-next-back .prev-arrow a,
  #calendar #nav-area ul#time-next-back .next-arrow a {
    height: 36px;
  }

  #calendar #nav-area ul#time-next-back li.target_date a {
    padding: 7px 0;
  }

  #calendar #nav-area ul#time-next-back .prev-arrow i,
  #calendar #nav-area ul#time-next-back .next-arrow i {
    font-size: 26px;
  }

  #calendar #nav-area ul#time-next-back .prev-arrow i:before,
  #calendar #nav-area ul#time-next-back .next-arrow i:before {
    top: calc(50% + 5px);
  }

  #calendar #nav-area ul#time-next-back .prev-arrow i:before {
    left: 13px;
  }

  #calendar #nav-area ul#time-next-back .next-arrow i:before {
    left: 15px;
  }

  #calendar #nav-area ul#time-next-back li.target_date a {
    font-size: 14px;
  }

  #calendar #nav-area ul#time-next-back .next-arrow {
    margin-left: 3px;
  }
}

.border_timetable_25 .time-line a,
.border_timetable_50 .time-line a {
  border-left: 1px dotted #dddddd;
}

p.data-tooltip-calendar {
  background-color: #7f7f7f !important;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 3px;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 140%;
  padding: 8px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  z-index: 100;
}

.reserveform-area {
  padding: 0 12px;
}

.reserveform-area .attention {
  padding: 0;
}

.reserveform-mp-name {
  border-bottom: 2px solid #333333;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: 140%;
  margin-top: 4px;
  padding-bottom: 4px;
}

.reserveform-stt-time {
  margin: 28px auto 20px;
  text-align: center;
}

.reserveform-stt-time span {
  color: #333333;
  font-size: 18px;
}

.stt-time-date {
  margin-right: 16px;
}

.res-entry-error {
  margin-top: 30px;
  text-align: center;
}
