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

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

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

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

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

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: 0 !important;
  width: 33%;
}

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

table.calendar-navi td div {
  background: #666666;
  border: 1px solid #595959;
  height: 20px;
  line-height: 30px;
  text-align: center;
  width: 20px;
}

table.calendar-navi td div.type2 {
  width: 80px !important;
}

table.calendar-navi td div.off {
  background-color: #cccccc;
  background-image: none;
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 85%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
}

table.calendar-navi td div a {
  color: #ffffff;
  display: block;
  font-size: 85%;
  line-height: 20px;
  text-decoration: none;
}

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

#calendar #nav-area {
  align-items: center;
  display: flex;
  margin-top: 10px;
  overflow: hidden;
}

#calendar #nav-area #period_area {
  font-size: 12px;
  font-weight: bold;
  margin-left: 8px;
  margin-right: auto;
}

#calendar #nav-area #nav-wrap {
  align-items: center;
  display: flex;
  margin-right: auto;
}

#next-back {
  display: flex;
  margin-left: -6px;
}

#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#back,
#calendar #nav-area ul#next-back li#next {
  padding: 3px 8px;
}

#calendar #nav-area ul#next-back li a {
  font-size: 12px;
  text-decoration: none;
}

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

#calendar #nav-area #tab-area p {
  float: left;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
}

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

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

#calendar #nav-area ul#next-back li,
#calendar #nav-area #tab-area ul li {
  background-color: #ffffff;
  border: 1px solid #777777;
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 4px;
  margin-left: 6px;
  padding: 3px 6px;
  text-decoration: none;
}

#calendar #nav-area ul#next-back li:hover,
#calendar #nav-area #tab-area ul li:hover {
  background-color: #eeeeee;
}

#calendar #nav-area ul#next-back li.nav-touch-device:hover,
#calendar #nav-area #tab-area ul li.nav-touch-device:hover {
  background-color: #ffffff;
}

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

#calendar #nav-area ul#view_mode li.select,
#calendar #nav-area ul#view_list li.select {
  background-color: #cbcbcb;
}

#calendar .touch-devi-list {
  background: #ffffff;
  border: 1px solid #dddddd;
  display: flex;
  margin: 8px 0;
}

#calendar .touch-devi-list .touch-devi-icon {
  align-items: center;
  border: none;
  display: flex;
  font-size: 20px;
  height: 25px;
  justify-content: center;
  line-height: inherit;
  margin: 0 auto 2px;
  width: 25px;
}

#calendar .touch-color-bar {
  width: 5px;
}

#calendar .touch-zansuu {
  border-right: 1px solid #dddddd;
  padding: 8px;
  text-align: center;
  width: 35px;
}

#calendar .touch-zansuu img {
  display: block;
}

#calendar .touch-info {
  padding: 8px;
  width: 75%;
}

#calendar .touch-info .touch-list-mp-name {
  font-weight: bold;
}

.disp-zaiko-font-size {
  font-size: 10px;
}

#rule-heading {
  font-weight: bold;
}

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

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

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

.unreserve {
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: .5;
  opacity: .5;
}

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

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

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

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

#right-column-inline #calendar table.day-2 th {
  background: #ffffff;
}

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

#calendar table td p.zan {
  font-size: 80%;
  margin-top: 3px;
}

#calendar table td.data {
  border: 1px solid #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  word-break: break-all;  /* IEのみ有効*/
}

#calendar table td.data div.time-line {
  overflow: hidden;
  word-break: break-all;  /* IEのみ有効*/
}

#calendar table td ul.data {
  padding: 3px;
}

#calendar table td ul.data li {
  font-size: 85%;
  line-height: 120%;
  text-align: left;
  word-break: break-all;  /* IEのみ有効 */
}

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

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

.zannsu {
  color: #065c9b;
}

#calendar table td ul.data-month {
  border: 1px solid #ffffff;
  line-height: 15px;
  max-height: 34px;
  overflow: hidden;
  padding: 4px 2px;
  word-break: break-all;
}

#calendar table td ul.data-month li {
  align-items: center;
  height: 16px;
  line-height: 120%;
  overflow: hidden;
  position: relative;
  text-align: left;
}

.data-month-block {
  font-size: 10px!important;
  position: absolute;
  width: 120px;
}

.data-month-mp-block {
  position: absolute;
  width: 120px;
}

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

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

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

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

.font-bk,
.font-bk a {
  color: #000000;
}

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

.clr-1 {
  background-color: #1d2089;
}

.clr-2 {
  background-color: #fa573c;
}

.clr-3 {
  background-color: #7bd148;
}

.clr-4 {
  background-color: #ffad46;
}

.clr-5 {
  background-color: #9a9cff;
}

.clr-6 {
  background-color: #d06b64;
}

th.f-clr-1 {
  color: #9fe1e7;
}

th.f-clr-2 {
  color: #fa573c;
}

th.f-clr-3 {
  color: #7bd148;
}

th.f-clr-4 {
  color: #ffad46;
}

th.f-clr-5 {
  color: #9a9cff;
}

th.f-clr-6 {
  color: #d06b64;
}

ul.res-info {
  background-color: #eeeeee;
  line-height: 26px;
  margin-top: 10px;
  padding: 4px 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: 140px;
  vertical-align: top;
  width: 12%;
}

table#calendar-auto-min td {
  height: 50px;
}

#right-column-inline table.calendar-type02 td {
  background: #ffffff;
}

#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;
  vertical-align: top;
  width: 23%;
}

#lessen-category table th {
  border: none;
  font-size: 85%;
  line-height: 120%;
  text-align: left;
  vertical-align: top;
  width: 2%;
}

table.calendar-type02 .day {
  border-bottom: solid 1px #ececec;
  padding: 1px 0 0 2px;
}

table.calendar-type02 .day th {
  border: 1px solid #dddddd;
  font-size: 14px;
  text-align: center;
}

table.calendar-type02 span.month-to-day {
  cursor: pointer;
  font-size: 12px;
}

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: 16px;
  line-height: 16px;
  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.glay {
  background-color: #eeeeee!important;
}

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

#right-column-inline table.calendar-type03 td {
  background: #ffffff;
}

table.calendar-type-4 {
  background: #ffffff;
  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.wrap-zansu {
  padding: 3px 3px 3px 7px;
  position: relative;
}

table.calendar-type-4 td.wrap-zansu-bg-img {
  background-repeat: repeat-y;
  background-size: 5px;
}

table.calendar-type-4 td.wrap-zansu span {
  margin: 0;
}

table.calendar-type-4 td.wrap-zansu img.color-bar {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}

#right-column-inline table.calendar-type-4 td {
  background-repeat: repeat-y;
  background-size: 5px;
}

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

/***************************************
 * カレンダー固定エリア
 **************************************/

#calendar #nav-area.fixed {
  z-index: 1000001;
}

#calendar #nav-area.fixed + #timetable {
  margin-top: 54px;
}

#calendar #timetable #gideFixedArea {
  display: none;
}

#calendar #timetable #gideFixedArea.fixed {
  display: block;
  max-width: 100%;
  z-index: 1000001;
}

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

div.select-area {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 0;
  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;
}

/***************************************
 * school
 **************************************/

#school-search {
  clear: both;
  margin-bottom: 20px;
}

#school-search #calendar {
  width: 200px;
}

#school-search select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#school-search #pull-down {
  background-color: #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
}

#school-search #pull-down p:first-child {
  margin-top: 0;
}

#school-search #pull-down #btn-area {
  margin-top: 5px;
}

#school-search #category-wrapper {
  display: flex;
}

#school-search #category-wrapper .select-wrapper {
  width: 33%;
}

#school-search #category-wrapper .select-wrapper:nth-child(2) {
  margin: 0 .5%;
}

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

/***************************************
 * 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;
  -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;
  color: #333333;
  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: bold;
}

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

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

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

#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-detail #name {
  background-color: #fff2d2;
  font-weight: bold;
  padding: 10px;
}

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

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

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

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

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

#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 #btn-area {
  bottom: 35px;
  left: 109px;
  position: absolute;
}

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

#res-detail #baloon_close a {
  font-size: 8px;
  padding-right: 5px;
}

#loading_timetable {
  background-color: rgba(238, 238, 238, 0.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);
}

div.time-line {
  background-color: white;
  overflow: hidden;
  padding: 1px;
  position: absolute;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.time-line:hover {
  cursor: pointer;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8;
}

.time-line a {
  text-decoration: none;
}

.time-line:hover a {
  color: #000000;
}

#timetable .data-month {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

#timetable .data-month:hover {
  box-sizing: inherit;
  cursor: pointer;
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6;
}

#timetable .data-month:hover > a.detail_link {
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6;
}

#timetable.month_screen_small_witdh td.with_mp_data {
  cursor: pointer;
}

#timetable.month_screen_small_witdh td.none_mp_data span.month-to-day {
  cursor: default;
}

.lesson {
  height: 100%;
  padding: 2px 1px;
}

.icon-circle-o,
.icon-history,
.icon-cross-out-mark,
.icon-square {
  background: #aaaaaa;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  padding: 2px;
}

.res-info .icon-circle-o,
.res-info .icon-history,
.res-info .icon-cross-out-mark,
.res-info .icon-square {
  margin-right: 3px;
}

.icon-circle-o {
  background: #3498db;
}

.icon-history {
  background: #f39c12;
}

.icon-full {
  background: #34495e;
}

.icon-outside {
  background: #95a5a6;
}

.number_remain {
  display: inline-block;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.3;
}

.data-week-info {
  line-height: 100%;
}

.data-month .zannsu,
.data-week-info .zannsu {
  font-size: 10px;
  margin-right: 3px;
}

.data-month-mp-name a {
  font-size: 12px!important;
}

.data-week-info a {
  align-items: center;
  font-size: 10px;
  line-height: 120%;
}

.data-week-mp-name a {
  display: block;
  line-height: 140%;
  padding: 3px;
}

table.type4 th.day_th {
  width: 5%;
}

#timetable a {
  text-decoration: none!important;
}

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

#social_relation {
  bottom: -35px!important;
  left: 228px!important;
}

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

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

/***************************************
 * resonsive
 **************************************/

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

  table.calendar-type02 .day th {
    font-size: 12px;
  }

  #calendar #nav-area {
    align-items: inherit;
    flex-direction: column-reverse;
  }

  #calendar #nav-area #tab-area #view_mode li:first-child {
    margin-left: 0;
  }

  #calendar #nav-area #nav-wrap {
    margin-right: inherit;
  }

  #school-search #category-wrapper {
    flex-direction: column;
  }

  #school-search #category-wrapper .select-wrapper {
    margin: 4px 0;
    width: auto;
  }

  #school-search #category-wrapper .select-wrapper:nth-child(2) {
    margin: 4px 0;
  }

  #calendar table td ul.data-other a {
    text-decoration: none;
  }

  #calendar #timetable a {
    text-decoration: none;
  }

  table.type4 th {
    font-size: 12px;
  }

  table.type4 th.day_th {
    width: 12%;
  }

  #school-search #pull-down {
    background-color: inherit;
    padding: 0;
  }
}

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

.fixed {
  max-width: 928px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}

#calendar div#nav-area.fixed {
  background-color: #ffffff;
  margin-top: 0;
  max-width: 100%;
  padding-top: 10px;
}

.calendar-type02 tr.day {
  padding: 0!important;
}

.nav_guide_click {
  background-color: #ffffff!important;
}
