@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Noto+Serif+JP:400,700&display=swap&subset=japanese');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  height: 100%;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic,
  "游ゴシック Medium", "Yu Gothic Medium",
  "游ゴシック", "Yu Gothic", sans-serif;
}

.tabs .tab {
  width: calc(100% / 3);
}

.iframe-wrap {
  margin: 40px 0 0;
}

.section_title {
  color: #fff;
  padding: 12px;
  margin: 0 0 20px;
  font-size: 1.6rem;
  font-weight: bold;
  background: #0086cf;
}

.section_title a {
  color: #fff;
  margin: 0 0 0 1em;
}

.scroll_table {
  height: 80vw;
  overflow: auto;
}

.scroll_table.list_table {
  height: 40vw;
}

img {
  line-height: 0;
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

.kerning {
  letter-spacing: -.5em;
}

.kerning *:not(.kerning) {
  letter-spacing: normal;
}

.panel {
  vertical-align: top;
  display: inline-block;
}

.flex {
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box; /*--- Android4.3以前 ---*/
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.note {
  padding: 16px;
  margin: 0 0 1em;
  background: #f1f1f1;
}

/* iframe内コンテンツ */

.ui-datepicker.ui-datepicker-multi {
  border: none;
  padding: 8px 0;
  margin: 32px 0;
  width: 100%!important;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  color: #454545;
  background: #f6f6f6;
  font-weight: normal;
  border: 1px solid #c5c5c5;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #fcefa1;
  border: 1px solid #fcefa1;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background: #4d4d4d;
  color: #fff!important;
}

/* 予約日テーブル */
table.tbl-day01 {
  width: 100%;
	margin: 0 0 20px 0;
  table-layout: fixed;
	border-collapse: collapse;
}

table.tbl-day01 th,
table.tbl-day01 td {
	padding: 2px 4px;
	text-align: center;
  width: calc(100% / 7);
	border: 1px solid #000;
}

.tbl-day01 th{
	font-weight: normal;
  background-color: rgba(0, 186, 255, 0.3);
}

.tbl-day01 th.gray{
	background-color: rgba(0, 186, 255, 0.3);
}

.tbl-day01 td{
	color: #FF0000;
	font-weight: bold;
  background-color: #f7f7f7;
}

.tbl-day01 td.deep{
	background-color: #eee;
}

/* 予約一覧表テーブル */

table.tbl-all {
  width: 100%;
	font-size: 12px;
  table-layout: fixed;
	border: 1px solid #000;
	border-collapse: collapse;
}

.tbl-all th {
	padding: 2px;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	border: 1px solid #000;
	background-color: rgba(0, 186, 255, 0.3);
}

.tbl-all th.date {
  width: 80px!important;
	background-color: rgba(0, 186, 255, 0.3);
}

.tbl-all th.blue {
  width: 80px;
  text-align: left;
	background-color: rgba(0, 186, 255, 0.3);
}

.tbl-all th.gray {
	background-color: rgba(0, 186, 255, 0.3);
}

.tbl-all td {
	padding: 2px;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	border: 1px solid #000;
	background-color: #f7f7f7;
}

.tbl-all td.deep {
	background-color: #ededed;
}

.sy .contents .link,
.sy .contents .link a {
  color: #00329f;
}

.sy .contents .link a {
  margin: 0 0.5em;
  text-decoration: underline;
}


@media screen and (max-width: 897px) {
  .scroll_table {
    width: 100%;
    overflow: auto;
  }

  .scroll_table table {
    white-space: nowrap;
    width: auto!important;
  }

  .scroll_table table.hall_list {
    width: 100%!important;
  }

  .scroll_table * {
    box-sizing: initial;
  }

  .scroll_table table.hall_list,
  .scroll_table table.hall_list * {
    box-sizing: border-box;
  }

  .tbl-all th,
  .tbl-all td {
    padding: 4px;
  }

  .ui-datepicker-multi-3 .ui-datepicker-group {
    width: 50%;
  }

}


@media screen and (max-width: 480px) {
  .ui-datepicker-multi-3 .ui-datepicker-group {
    width: 100%;
  }

  .scroll_table.list_table {
    height: 80vw;
  }

}
