@charset "UTF-8";
/* Common
---------------------------------------------------------------------------------- */
html {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

body {
  background-color: #fff;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #333;
  line-height: 150%;
  -webkit-text-size-adjust: 100%;
}

/* Parts
---------------------------------------------------------------------------------- */
/* Layout
---------------------------------------------------------------------------------- */
/*		・ヘッダ内設定 */
/*		・フッター内設定 */
/*		・パンクズ内設定 */
#main_area {
  background-color: #EEE;
}

#main_area .body {
  width: 1520px;
  height: 855px;
  padding: 15px 15px 5px 15px;
}

#main_area .body #title {
  height: 60px;
  margin-bottom: 15px;
}

#main_area .body #title h2 {
  padding: 0 30px;
  margin-bottom: 15px;
  background-color: #FF6600;
  color: #FFF;
  line-height: 60px;
  font-weight: bold;
  font-size: 3.2rem;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

#main_area .body #title .view_info {
  float: right;
  padding: 10px 30px 0 0;
  font-weight: bold;
  line-height: 60px;
  font-size: 1.5em;
  color: #F00;
}

#main_area .body #title nav ul {
  margin-right: 20px;
}

#main_area .body #title nav ul li {
  display: inline-block;
  height: 40px;
  margin: 20px 0 0 0;
  font-size: 2.1rem;
  text-align: center;
}

#main_area .body #title nav ul li a, #main_area .body #title nav ul li span {
  padding: 0 0 0 10px;
  line-height: 40px;
  font-size: 2.1rem;
  font-weight: bold;
  text-decoration: none;
}

#main_area .body #title nav ul li span {
  color: #FF6600;
}

#main_area .body .contents {
  height: 760px;
  padding: 20px;
}

#main_area .body .contents #calendar {
  background-color: #FFF;
}

#main_area .body .contents #calendar th, #main_area .body .contents #calendar td {
  border: 1px solid #999;
  font-size: 1.4rem;
}

#main_area .body .contents #calendar th {
  height: 30px;
}

#main_area .body .contents #calendar th.sun {
  background-color: #F99;
}

#main_area .body .contents #calendar th.mon {
  background-color: #FFE;
}

#main_area .body .contents #calendar th.tue {
  background-color: #FFE;
}

#main_area .body .contents #calendar th.wed {
  background-color: #FFE;
}

#main_area .body .contents #calendar th.thu {
  background-color: #FFE;
}

#main_area .body .contents #calendar th.fri {
  background-color: #FFE;
}

#main_area .body .contents #calendar th.sat {
  background-color: #99F;
}

#main_area .body .contents #calendar td {
  position: relative;
  height: 115px;
  width: 14.285%;
  padding-top: 5px;
  font-size: 1.5em;
  line-height: 110%;
}

#main_area .body .contents #calendar td a.info,
#main_area .body .contents #calendar td span.info {
  position: absolute;
  bottom: 12px;
  right: 0;
  padding: 3px 10px;
  font-size: 1.7rem;
  color: #333;
}

#main_area .body .contents #calendar td span.holiday {
  color: #F00;
  padding-left: 1.0em;
  font-size: 20px;
}

#main_area .body .contents #calendar td span.title .icon {
  width: auto;
  height: 18px;
  vertical-align: middle;
}

#main_area .body .contents #calendar td span.title a {
  word-wrap: break-word;
  font-size: 1.7rem;
}

#main_area .body .contents #calendar td.sun, #main_area .body .contents #calendar td.holiday {
  color: #F00;
  background-color: #FEE;
}

#main_area .body .contents #calendar td.sat {
  color: #00F;
  background-color: #EEF;
}

#main_area .body .contents #calendar td.past {
  color: #CCC;
  background-color: #EEE;
}

#main_area .body .contents #calendar td.today {
  background-color: #FFC;
}

#main_area .body .contents #calendar td.act i {
  position: absolute;
  bottom: 5px;
  left: 0;
  display: block;
  width: 100%;
  height: 8px;
  background-color: #F60;
  opacity: 0.6;
}

#main_area .menu .menu_list {
  position: relative;
}

#main_area .menu .menu_list a {
  display: block;
  padding: 10px;
  color: #000;
  background-color: #FFF;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 20px;
  text-decoration: none;
}

#main_area .menu .menu_list a:hover, #main_area .menu .menu_list a.act {
  color: #FFF;
  background-color: #FF6600;
}

#main_area .menu .menu_list a .icons {
  height: 40px;
}

#main_area .menu .menu_list a .icons .icon {
  display: inline;
  vertical-align: top;
  line-height: 32px;
}

#main_area .menu .menu_list a .term {
  min-height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}

#main_area .menu .menu_list a .title {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 110%;
}

#main_area .menu .menu_list table {
  height: 100%;
}

#main_area .menu .menu_list .arrow {
  cursor: pointer;
  background-color: #999;
}

#main_area .menu .menu_list .slick-disabled {
  cursor: default;
  background-color: #CCC;
}

#main_area .menu .no_event {
  padding-top: 40px;
  font-size: 2.0em;
  font-weight: bold;
  text-align: center;
}

/* ダイアログ関連
---------------------------------------------------- */
#plans .details {
  padding-top: 15px;
}

#plans .details .info {
  margin-bottom: 15px;
}

#plans .details .info .icons {
  display: inline-block;
  height: 32px;
  padding-right: 10px;
  vertical-align: middle;
}

#plans .details .info .icons img {
  width: auto;
  height: 100%;
}

#plans .details .info .term {
  display: inline-block;
  line-height: 32px;
  vertical-align: middle;
  font-size: 25px;
  font-size: 2.5rem;
}

#plans .details h4 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 58px;
  font-size: 5.8rem;
  text-align: center;
  line-height: 150%;
  border-bottom: 5px solid #F60;
}

#plans .details p {
  padding: 0 20px;
  font-size: 50px;
  font-size: 5.0rem;
  line-height: 150%;
}

.ui-dialog .ui-dialog-titlebar-close {
  width: 60px !important;
  margin: -15px 0 0 0 !important;
  height: 30px !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none !important;
  text-align: center;
}

.ui-dialog .ui-dialog-buttonpane button {
  padding: 5px 80px;
  font-size: 1.4em;
}

/* #wrap.v => .bodyと.menuが横並び（サイネージメニューは下）
---------------------------------------------------- */
#wrap.v {
  width: 1920px;
  height: 855px;
}

#wrap.v .body {
  float: left;
}

#wrap.v .menu {
  float: right;
  width: 400px;
  height: 855px;
  padding: 0 15px 5px 0;
}

#wrap.v .menu h3 {
  height: 60px;
  padding-top: 15px;
  line-height: 60px;
}

#wrap.v .menu .menu_list {
  height: 780px;
  padding: 32px 0;
}

#wrap.v .menu .menu_list .arrow_h {
  display: none;
}

#wrap.v .menu .menu_list .arrow_v {
  width: 100%;
  height: 30px;
  padding: 8px 0;
  position: absolute;
  left: 0;
  text-align: center;
}

#wrap.v .menu .menu_list .arrow_v img {
  position: static;
  width: auto;
  height: 15px;
  margin: 0;
}

#wrap.v .menu .menu_list .nav_prev {
  top: 0;
}

#wrap.v .menu .menu_list .nav_next {
  bottom: 0;
}

#wrap.v .menu .menu_list a {
  height: 231px;
  margin: 4px 0;
}

#wrap.v .menu .no_event {
  padding: 0;
  font-size: 1.5em;
  line-height: 650px;
}

/* #wrap.vl => .bodyと.menuが横並び（.menuが左　サイネージメニューは下）
---------------------------------------------------- 
#wrap.vl{
  .menu {
    padding: 0 15px 5px 0;
  }
}
*/
/* #wrap.vr => .bodyと.menuが横並び（.menuが右　サイネージメニューは下）
---------------------------------------------------- 
#wrap.vr{
  .menu {
    padding: 0 15px 5px 0;
  }
}
*/
/* #wrap.h => .bodyと.menuが縦並び（サイネージメニューは左or右）
---------------------------------------------------- */
#wrap.h {
  width: 1520px;
  height: 1080px;
}

#wrap.h .menu {
  padding: 0 15px;
}

#wrap.h .menu h3 {
  height: 40px;
  margin-left: 30px;
  line-height: 40px;
}

#wrap.h .menu .menu_list {
  height: 175px;
  padding: 0 32px 5px 32px;
}

#wrap.h .menu .menu_list .arrow_h {
  width: 30px;
  height: 80%;
  position: absolute;
  top: 10%;
}

#wrap.h .menu .menu_list .arrow_h img {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -47px;
  margin-left: -11px;
}

#wrap.h .menu .menu_list .arrow_v {
  display: none;
}

#wrap.h .menu .menu_list .nav_prev {
  left: 2px;
}

#wrap.h .menu .menu_list .nav_next {
  right: 2px;
}

#wrap.h .menu .menu_list a {
  height: 170px;
  margin: 0 5px;
}

/* #wrap.nt => ノンタッチパネル用
---------------------------------------------------- */
#wrap.nt {
  width: 1920px;
  height: 1080px;
}

#wrap.nt #main_area .body {
  width: 100%;
}

#wrap.nt .menu {
  padding: 0 15px;
}

#wrap.nt .menu h3 {
  height: 40px;
  margin-left: 30px;
  line-height: 40px;
}

#wrap.nt .menu .menu_list {
  height: 175px;
  padding: 0 32px 5px 32px;
}

#wrap.nt .menu .menu_list .arrow_h {
  display: none;
  width: 30px;
  height: 80%;
  position: absolute;
  top: 10%;
  background-color: #EEE;
}

#wrap.nt .menu .menu_list .nav_prev {
  left: 2px;
}

#wrap.nt .menu .menu_list .nav_next {
  right: 2px;
}

#wrap.nt .menu .menu_list a {
  height: 170px;
  margin: 0 5px;
}

/* font
-------------------------------------------------- */
.font_m {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.font_g {
  font-family: sans-serif;
}
