﻿@charset "utf-8";

body {
  background-color: #FFF9C4; /* 柔らかい黄色系の背景色 */
}
#portalFormBox {
  max-width: 450px;
  padding: 2em; /* レスポンシブ対応 */
}

.ui.menu {
  border: none;
  border-radius: 0;
}
.ui.menu .item::before {
  width: 0;
}
.ui.menu .item {
  padding: 0.32em 1em;
}
#contentsArea {
  margin-top: 52px;
}
#contentsArea > .ui.container {
  width: auto !important;
  margin-left: 3em !important;
  margin-right: 3em !important;
}
.equal-height {
  height: 100%;
}
.almost-full-height {
  height: 90vh;
}
.almost-max-height {
  max-height: 75vh !important;
}
.almost-full-height .scrolling.content {
  max-height: calc(90vh - 5rem) !important;
}
.auto-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
  grid-gap: 20px; /* ボタン間のスペース */
}
.auto-grid .center-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  vertical-align: top;
}
.auto-grid .center-column p {
  line-height: 1.1em;
}
.auto-grid .ui.button.square-button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.5em;
  padding: 0;
  margin: 0;
}

/* スクロールの場合 */
.ui.segment.scrolling-segment {
  overflow-x: auto;
  white-space: nowrap;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.ui.segment.scrolling-segment .center-column {
  display: inline-block; /* インラインブロックで横並び */
  text-align: center; /* 中央揃え */
  width: 50px; /* 必要に応じて各カラムの幅を指定 */
  margin-right: 20px;
  vertical-align: top; /* 上揃え */
}
.ui.segment.scrolling-segment .ui.button.square-button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.5em;
  padding: 0;
  margin: 0;
}

.ui.calendar .ui.table > tbody > tr > td {
  height: 60px;
  vertical-align: top;
}

.ui.table.hour.four > tbody > tr > td {
  width: 10px !important;
  height: 40px !important;
  vertical-align: top;
}

/*--------------
     Sidebar
---------------*/
.ui.sidebar.menu {
  width: 300px;
}
.ui.sidebar.menu .item {
  will-change: transform;
}
.sidebar.menu .item.logo {
  padding: 30px;
  font-size: 1.5em;
  text-align: center;
}
.ui.sidebar.menu .item i,
.toc i {
  margin-right: 1em;
}
.sidebar.menu .item.navItem {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

#toc > * {
  will-change: transform;
}


/*--------------
   Page Headers
---------------*/
.main.menu .item {
  padding-top:15px;
  padding-bottom:15px;
  font-size: 35px;
}
.main.menu .launch.item {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 28px;
}
.ui.inverted.menu .item.pageTitle:before {
  background: none;
}


.masthead.segment {
  position: relative;
  z-index: 3;
  margin: 0em;
  min-height: 185px;
  padding: 3em 0em;
  background-color: #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
  box-shadow: none;
}


.masthead.segment h1 {
  margin-bottom: 1em;
}



/*--------------
  Fixed Columns
---------------*/
.fixed .launch {
  display: none;
}



/*******************************
         Sidebar Layout
*******************************/
.pusher > .full.height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.pusher > .full.height {
  background-color: #FFFFFF;
}

/* page layout */
.full.height > .toc {
  position: fixed;
  z-index: 1;
  background-color: #1b1c1d;
  width: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.full.height > .toc .ui.menu {
  border-radius: 0;
  border-width: 0 1px 0 0;
  box-shadow: none;
  margin: 0;
  width: inherit;
  overflow: hidden;
  will-change: transform;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.full.height > .toc .ui.menu .item.logo {
  padding: 30px;
  font-size: 1.5em;
  text-align: center;
}
.full.height > .toc .ui.menu .item.navItem {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.article {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0px;
  margin-left: 300px;
}

.full.height > .toc .ui.menu::-webkit-scrollbar {
  -webkit-appearance: none;
}
.full.height > .toc .ui.menu::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
}
.full.height > .toc .ui.menu::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0);
}

.full.height > .toc .ui.menu:hover::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}
.full.height > .toc .ui.menu:hover::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.25);
}


/*******************************
      Definition Container
*******************************/
.fixed.menu > .container,
.main.container,
.masthead > .container {
  position: relative;
}



/*******************************
          Responsive
*******************************/
/* Defaults */
.masthead > .container,
.main.container,
.fixed.menu > .container {
  margin-left: 3em !important;
  margin-right: 3em !important;
  width: auto !important;
}


/* Squish Content (Just For Small Computers) */
@media only screen and (max-width: 1272px) {
  /* Resize TOC  */
  .masthead > .container,
  .main.container,
  .fixed.menu > .container {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

}

/* Hide Top Bar */
@media only screen and (min-width: 1145px) {
  .ui.sidebar.menu {
    display: none;
  }
  .fixed.main.menu {
    display: none;
  }
  .pushable>.pusher.dimmed:after {
    width: 0!important;
    height: 0!important;
    opacity: 0!important;
  }
}

/* Remove Fixed Sidebar /  Show Top Bar */
@media only screen and (max-width: 1144px) {
  h1.pageTitle {
    display: none;
  }
  /* Hide Fixed Sidebar */
  .full.height > .toc {
    display: none;
  }
  .full.height > .article {
    padding-top: 30px;
    margin-left: 0px;
  }

  /* Hide Fixed Launch Button */
  .fixed.launch.button {
    display: none !important;
  }

  /* Additional Padding for Fixed Menu */
  .masthead.segment {
    padding-top: 5em;
  }


  /* 100% Menu Width */
  .fixed.menu > .container {
    margin-left: 0em !important;
    margin-right: 0em !important;
    width: 100% !important;
    max-width: none !important;
  }

}

p img {
  vertical-align: middle;
}

.ui.segment p {
  word-break: break-all;
}

.w60 {
  width: 60% !important;
}
.w80 {
  width: 80% !important;
}
.w100 {
  width: 100% !important;
}

.left-aligned {
  text-align: left !important;
}
.right-aligned {
  justify-content: flex-end !important;
  text-align: right !important;
}
.center-aligned {
  display: flex !important;
  /*flex-direction: column !important;*/
  align-items: center !important;
}

.pt0 {
  padding-top: 0px !important;
}
.pt1 {
  padding-top: 0.6em !important;
}
.pt2 {
  padding-top: 1.2em !important;
}
.pt3 {
  padding-top: 1.8em !important;
}

.pb0 {
  padding-bottom: 0px !important;
}
.pb1 {
  padding-bottom: 0.6em !important;
}
.pb2 {
  padding-bottom: 1.2em !important;
}
.pb3 {
  padding-bottom: 1.8em !important;
}

.pl0 {
  padding-left: 0px !important;
}
.pl1 {
  padding-left: 0.6em !important;
}
.pl2 {
  padding-left: 1.2em !important;
}
.pl3 {
  padding-left: 1.8em !important;
}

.pr0 {
  padding-right: 0px !important;
}
.pr1 {
  padding-right: 0.6em !important;
}
.pr2 {
  padding-right: 1.2em !important;
}
.pr3 {
  padding-right: 1.8em !important;
}

.p0 {
  padding: 0px !important;
}
.p1 {
  padding: 0.6em !important;
}
.p2 {
  padding: 1.2em !important;
}
.p3 {
  padding: 1.8em !important;
}

.m0 {
  margin: 0px !important;
}
.m1 {
  margin: 0.6em !important;
}
.m2 {
  margin: 1.2em !important;
}
.m3 {
  margin: 1.8em !important;
}

.mt0 {
  margin-top: 0px !important;
}
.mt1 {
  margin-top: 0.6em !important;
}
.mt2 {
  margin-top: 1.2em !important;
}
.mt3 {
  margin-top: 1.8em !important;
}

.mb0 {
  margin-bottom: 0px !important;
}
.mb1 {
  margin-bottom: 0.6em !important;
}
.mb2 {
  margin-bottom: 1.2em !important;
}
.mb3 {
  margin-bottom: 1.8em !important;
}

.mr0 {
  margin-right: 0px !important;
}
.mr1 {
  margin-right: 0.6em !important;
}
.mr2 {
  margin-right: 1.2em !important;
}
.mr3 {
  margin-right: 1.8em !important;
}

.fs1 {
  font-size : 0.6em !important;
}
.fs2 {
  font-size : 1.2em !important;
}
.fs3 {
  font-size : 1.8em !important;
}


/*--------------
  hide element
---------------*/
.hidden {
  display: none !important;
}
.d-block {
  display: block !important;
}

@font-face {
  font-family:'mplus-2p-light';
  font-style:normal;
  src:url("../font/mplus-2p-light.woff") format("woff");
  src:url("../font/mplus-2p-light.woff2") format("woff2")
}
@font-face {
  font-family:'mplus-2p-regular';
  font-style:normal;
  src:url("../font/mplus-2p-regular.woff") format("woff");
  src:url("../font/mplus-2p-regular.woff2") format("woff2")
}
@font-face {
  font-family:'mplus-2p-medium';
  font-style:normal;
  src:url("../font/mplus-2p-medium.woff") format("woff");
  src:url("../font/mplus-2p-medium.woff2") format("woff2")
}
@font-face {
  font-family:'mplus-2p-bold';
  font-style:normal;
  src:url("../font/mplus-2p-bold.woff") format("woff");
  src:url("../font/mplus-2p-bold.woff2") format("woff2")
}

@media only screen and (max-width: 767.98px) {
  .ui.ui.ui.container:not(.fluid) {
    width: auto;
    margin-left: 0em !important;
    margin-right: 0em !important;
  }
}

.mainMenuBox {
  padding: 0.4em 0.6em !important;
    display: flex !important;              /* Flexboxを使用 */
    align-items: center !important;       /* 縦中央揃え */
/*    justify-content: center !important;*/    /* 横中央揃え（必要に応じて） */
}

.mainMenuBox i.icon {
  font-size : 1.5em !important;
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.staffBox {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

/* for modal homantic ui custome settings */
.ui.modal > .orange.header {
  background:#ffedde;
  color:#f2711c;
/*
  composes: .ui.orange.message from '../fomantic-ui/semantic.min.css';
  background:#ffedde;
  color:#f2711c;
*/
}
.ui.modal > .positive.header {
  background-color:#fcfff5;
  color:#2c662d
}
.ui.modal > .negative.header {
  background-color:#fff6f6;
  color:#9f3a38
}
.ui.modal > .blue.header {
  background-color:#dff0ff;
  color:#2185d0
}
.ui.modal > .red.header {
  background-color:#ffe8e6;
  color:#db2828
}
.ui.modal > .yellow.header {
  background-color:#fff8db;
  color:#b58105
}
.ui.modal > .olive.header {
  background-color:#fbfdef;
  color:#8abc1e
}
.ui.modal > .green.header {
  background-color:#e5f9e7;
  color:#1ebc30
}
.ui.modal > .teal.header {
  background-color:#e1f7f7;
  color:#10a3a3
}
.ui.modal > .violet.header {
  background-color:#eae7ff;
  color:#6435c9
}

.ui.modal > .purple.header {
  background-color:#f6e7ff;
  color:#a333c8
}
.ui.modal > .pink.header {
  background-color:#ffe3fb;
  color:#e03997
}
.ui.modal > .brown.header {
  background-color:#f1e2d3;
  color:#a5673f
}
.ui.modal > .grey.header {
  background-color:#f4f4f4;
  color:#767676
}
.ui.modal > .black.header {
  background-color:#1b1c1d;
  color:rgba(255,255,255,.9)
}

.item.bodyText {
    display: block !important;
}

/* tagify */
.tagify__tag > div {
  line-height: 1.2em !important;
}
tags.tagify {
    width: 100%;
/*
    height: 2.5em;
    overflow: hidden;
    resize: none;
    line-height: 30px;
*/
}
.tagify--outside {
    border: 0;
}

.tagify--outside .tagify__input {
    order: -1;
    flex: 100%;
    display: block;
    width: 100%;
    border: 1px solid var(--tags-border-color);
    padding: 10px;
    margin: 0px;
    transition: .1s;
}

.tagify--outside .tagify__input:hover {
    border-color: var(--tags-hover-border-color);
}

.tagify--outside.tagify--focus .tagify__input {
    transition: 0s;
    border-color: var(--tags-focus-border-color);
}
/* ------ */

.basic-shadow {
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset !important;
}

.ui.sticky.menu {
  margin-top: 0px;
  left: 0px
}

@media only screen and (max-width:767.98px) {
  .item[class*="computer only"]:not(.mobile) {
    display:none!important
  }
  .ui[class*="computer only"]:not(.mobile) {
    display:none!important
  }
  #contentsArea > .ui.container {
    width: auto !important;
    margin-left: 0.6em !important;
    margin-right: 0.6em !important;
  }
  .menu.top .item {
    padding-left: 0.4em;
    padding-right: 0.4em;
  }
  .menu div.input {
    width: 120px !important;
  }
  .menu div.input .icon {
    display:none!important
  }
}

@media only screen and (min-width: 768px) {
  .item[class*="mobile only"] {
    display:none!important
  }
}


/* 土日の曜日ヘッダーのスタイル */
th.fc-day-sat,
th.fc-day-sat a {
  background-color: #e1f7f7;
  color: #10a3a3 !important;
}
td.fc-day-sat {
  background-color: #f1f7f7;
}
th.fc-day-sun,
th.fc-day-sun a {
  background: #ffedde;
  color: #f2711c !important;
}
td.fc-day-sun {
  background: #fff0f0;
}

.fc-event-main {
  white-space: nowrap;
  overflow: hidden;
  /*text-overflow: ellipsis; */
}

.fs16px {
  font-size : 16px !important;
}
.fs18px {
  font-size : 18px !important;
}
