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

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

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

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

#calendar #scroll-noheight {
  overflow: scroll;
  overflow-x: hidden;
  padding-right: 10px;
}

#calendar #scroll30 {
  overflow: scroll;
  overflow-x: hidden;
  padding-right: 10px;
}

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: #ffffff;
  border: 1px solid #777777;
  border-color: #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #cccccc;
  cursor: pointer;
  display: block;
  line-height: 20px;
  margin-bottom: 4px;
  margin-left: 6px;
  padding: 3px 10px;
  text-decoration: none;
}

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

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 #777777;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
  display: block;
  line-height: 20px;
  margin-bottom: 4px;
  padding: 6px 8px 7px;
  text-decoration: none;
}

table.calendar-navi td .calendar-icon a.month-cal .icon-calendar {
  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 #777777;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
  display: block;
  line-height: 20px;
  margin-bottom: 4px;
  padding: 3px 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-left: 6px;
}

#calendar {
  margin-top: 10px;
}

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

#loading_timetable {
  text-align: center;
}

#loading_timetable img {
  margin: 100px 0;
}

/*** 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 で引く */
#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: #6996e0;
  display: block;
  font-size: 20px;
  padding-top: 2px;
}

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

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

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

#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;
  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: 10px;
  width: 300px;
}

#select-calendar .close-btn {
  margin-bottom: 10px;
  padding: 0 2px;
  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_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;
  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;
}

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

/*** 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.active {
  background-image: url(../../../image/common/arrow2-active.gif);
  background-position: 10px center;
  padding-left: 30px;
}

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

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

/***************************************
 * 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  メニュー 一覧表示/詳細表示
 * .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;
}

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

#list_main_plan #event-area .card-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 33.33%;
}

#list_main_plan #event-area .card-wrap {
  background: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
  display: block;
  margin: 16px 0;
  min-width: 290px;
  text-decoration: none;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all 1s;
  width: 290px;
}

#list_main_plan #event-area .card-wrap .plan_name {
  font-size: 14px;
  font-weight: bold;
  max-height: 44px;
  overflow: hidden;
}

#list_main_plan #event-area .card-wrap .card-info-wrap {
  height: 100px;
  padding: 10px;
}

#list_main_plan #event-area .card-wrap .card-height-auto {
  height: auto!important;
}

#list_main_plan #event-area .card-wrap .mess_short {
  height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#list_main_plan #event-area .sm_detail {
  background: #666666;
  border-radius: 4px;
  color: #ffffff;
  display: block;
  margin-top: 8px;
  padding: 8px;
  text-align: center;
  text-decoration: inherit;
}

.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-infor {
  padding-bottom: 10px;
}

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

.res-num {
  font-weight: bold;
}

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

.event-block2 {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  float: left;
  height: 500px;
  margin: 8px;
  overflow: hidden;
  padding: 10px;
  width: 298.666px;
}

.photo-area {
  margin-bottom: 16px;
  text-align: center;
  width: 100%;
}

.event-block2 div.photo-area {
  background-color: #eeeeee;
  margin: 0 0 16px;
  padding: 16px 0;
  text-align: center;
}

.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-block2 dl dt {
  clear: left;
  float: left;
  font-weight: bold;
  line-height: 1.9em;
  padding: 4px 0;
  width: 5em;
}

.event-block2 dl dd {
  border-bottom: 1px solid #dddddd;
  line-height: 1.9em;
  margin-left: 0;
  padding: 4px 0;
}

.event-block ul.spec li,
.event-block ul.spec-np li {
  background: url(../../../image/common/arrow2.gif) no-repeat 7px 7px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 5px;
  padding: 0 0 5px 20px;
}

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

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

#event-area .text-zan {
  margin-right: 8px;
}

#event-area .event-card {
  align-items: center;
  display: flex;
}

/***************************************
 * punitlist
 **************************************/

ul.punitlist li {
  background: url(../../../image/common/dot-line1.gif) repeat-x left bottom;
  margin-top: 10px;
  padding: 0 0 10px 0;
}

ul.punitlist li a {
  background: url(../../../image/common/arrow2.gif) no-repeat 10px center;
  display: block;
  padding-left: 30px;
}

/***************************************
 * punitdtl
 **************************************/

#punitdtl-area .photo-area {
  margin-bottom: 20px;
  text-align: center;
}

#punitdtl-area .text-area {
  border: 2px solid #eeeeee;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 15px;
}

#punitdtl-area .text-area .link {
  background: #eeeeee url(../../../image/common/arrow2.gif) no-repeat 10px center;
  margin-top: 10px;
  overflow: hidden;
  padding: 5px 10px 5px 20px;
}

#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-type02 tr.day {
  padding: 0!important;
}

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

/***************************************
 * social
 **************************************/

#social_relation {
  bottom: 0;
  height: 20px;
  left: 0;
  margin-bottom: 5px;
}

/***************************************
 * map
 **************************************/

.g-map {
  margin-bottom: 8px;
}

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

@media screen and (max-width: 918px) {
  #list_main_plan #event-area .card-wrap {
    width: 49%;
  }

  #list_main_plan #event-area .event-pc-href {
    width: 49%!important;
  }

  #list_main_plan #event-area .event-pc-href .card-wrap {
    width: 100%!important;
  }
}

@media screen and (max-width: 768px) {
  table.calendar-navi td .calendar-icon a.month-cal .icon-calendar {
    font-size: 15px;
  }

  .event-block ul.spec-np {
    margin-top: 8px;
  }

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

  body .event-block2 {
    max-width: 360px;
    width: 100%;
  }

  #event-area .card-wrap .card-info-wrap {
    height: auto;
  }

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

  .kara {
    display: none;
  }

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

  .event-block2 {
    margin: 8px 0;
    max-width: inherit;
    width: 100%;
  }

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

  #calendar #scroll-noheight,
  #calendar #scroll30 {
    padding-right: 10px;
  }
}

@media screen and (max-width: 627px) {
  #list_main_plan #event-area .event-pc-href {
    width: 100%!important;
  }
}

@media screen and (max-width: 595px) {
  #list_main_plan #event-area .card-wrap {
    width: 100%!important;
  }
}

@media screen and (max-width: 480px) {
  .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;
    padding: 4px 0;
    width: 12%;
  }
}
