@charset "utf-8";
/* CSS Document */
/* menu */
*, *:before, *:after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* CSS menu */
.cp_menu {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 250px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: 0.53s transform;
  transition: 0.53s transform;
  -webkit-transition-timing-function: cubic-bezier(.38, .52, .23, .99);
  transition-timing-function: cubic-bezier(.38, .52, .23, .99);
  /*background-color: rgba(0, 151, 167, 1);　メニュー背後の色*/
  opacity: 0.8;
}
.cp_offcm {
  position: fixed;
  top: 0px;
  /*top: 0px; アイコン位置*/
  left: 12px;
}
.cp_offcm .cp_menu ul {
  margin: 0;
  padding: 0;
}
.cp_offcm .cp_menu li {
  list-style: none;
  line-height: 1em;
}
.cp_offcm .cp_menu li a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cp_offcm #cp_toggle {
  position: absolute;
  display: none;
  opacity: 0;
}
.cp_offcm #cp_toggle:checked ~ .cp_menu {
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
}
/* menu toggle */
.cp_offcm #cp_toggle ~ label {
  display: block;
  padding: 0.5em;
  cursor: pointer;
  -webkit-transition: 0.5s transform;
  transition: 0.5s transform;
  -webkit-transition-timing-function: cubic-bezier(.61, -0.38, .37, 1.27);
  transition-timing-function: cubic-bezier(.61, -0.38, .37, 1.27);
  text-align: center;
  color: #333333;
}
.cp_offcm #cp_toggle:checked ~ label {
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}
.cp_offcm #cp_toggle ~ label::before {
  font-family: "Font Awesome 5 Free";
  content: "\f03a";
  font-weight: 900;
  font-size: 2.4em;
  color: #ffffff;
}
.cp_offcm #cp_toggle:checked ~ label::before {
  content: '\f00d';
}
.cp_sidebar a {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-decoration: none;
}
.cp_sidebar a:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.cp_sidebar * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_sidebar {
  position: absolute;
  top: 74px;
  /*top: 90px;　メニュー位置*/
  visibility: visible;
  overflow: hidden;
  width: 270px;
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-color: #37474F;
}
.cp_sidebar header {
  display: block;
  width: 100%;
  padding: 4em 1em;
  /*padding: 0.75em 1em;*/
  background-color: #f3f4f5;
  /* background-color: #00BCD4; */
}
.cp_sidebar_nav {
  font-size: 1.2em;
  position: fixed;
  z-index: 9;
  overflow: auto;
  /* overflow: hidden; > overflow: auto; メニューをスクロールさせる場合*/
  height: 100%;
  padding-bottom: 6em;
  background-color: #333333;
  /* background-color: #263238; */
  -webkit-overflow-scrolling: touch;
}
.cp_sidebar_nav ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 270px;
}
.cp_sidebar_nav ul li {
  display: inline-block;
  width: 100%;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.cp_sidebar_nav ul li.control {
  background-color: #758492;
  /* background-color: #006064; */
}
.cp_sidebar_nav ul li a {
  font-size: 0.75em;
  position: relative;
  display: block;
  padding: 1.05em 1em;
  color: rgba(255, 255, 255, 0.9);
}
.cp_sidebar_nav ul li a:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: rgba(0, 172, 193, 0.9);
}
.cp_sidebar_nav ul li i {
  font-size: 1.5em;
  display: inline-block;
  padding-right: 0.5em;
  vertical-align: middle;
}
.cp_sidebar_nav ul li > ul li a {
  font-size: 0.7em;
}
.cp_sidebar_nav .cp_sidebar_2ndnav {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 1em;
  height: 200vh;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #5d5d63;
  /*background-color: #455a64;*/
}
.cp_sidebar_nav .cp_sidebar_2ndnav a:hover {
  background-color: rgba(0, 172, 193, 0.7);
}
.cp_sidebar_nav ul > li:hover .cp_sidebar_2ndnav {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/* add */
.menu_1 {
  font-size: 1.2em;
  font-weight: normal;
}
.cp_sidebar_2ndnav li {
  font-size: 1.2em;
}
.cp_toggle_p {
  font-size: 0.9em;
  line-height: 1.3em;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
}
/* ------------------------------*/
/* header -----------------------*/
header {
  position: fixed;
  width: 100%;
  height: 75px;
 box-shadow: 0 0 4px #a3a4a5;
  background-color: #333;
  /* background-color: #E63946; #023e8a  #272c83  */
}
header h1 {
  padding: 24px 6px 0px 0px;
  text-align: right;
  font-size: 24px;
}
header h1 a {
  color: #fff;
  text-decoration: none;
}
header h1 a:hover {
  opacity: 0.7;
  text-decoration: none;
}
/* main */
.main_container {
  margin-left: auto;
  margin-right: auto;
  padding: 140px 4px 100px 4px;
  width: 100%;
  max-width: 1000px;
}
.menu_program {
  padding-top: 74px;
}
/* ------------------------------*/
/* table of contents ----------------------------- */
.table-of-contents {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  background-color: #ffffff;
  padding: 0px 0px 30px 0px;
}
.table-of-contents li {
  display: inline-block;
  list-style: none;
}
.table-of-contents a {
  color: #fff;
  text-decoration: none;
}
.table-of-contents a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.icon-contents {
  color: #FFFFFF;
  padding: 6px 14px 5px 14px;
  margin-bottom: 14px;
  font-weight: normal;
  font-size: 1em;
  background-color: #A1A3A6;
  border-radius: 2px;
}
.icon-contents2 {
  color: #333;
  padding: 16px 14px 14px 14px;
  margin: 20px 10px 0px 0px;
  font-weight: normal;
  font-size: 1.2em;
  background-color: #E0B74A;
  border-radius: 2px;
}
.icon-contents3 {
  margin: 20px 20px 0px 0px;
  font-size: 1.1em;
}
.icon-contents3 a {
  color: #333;
  text-decoration: none;
  border: solid 2px #383e45;
  /*background-color: #FFD918;*/
  padding: 20px 20px;
  display: inline-block;
}
.icon-contents3 a:hover {
  color: #000;
  background-color: #FFD918;
}

/* ------------------------------*/
/* セクションエリア共通  ----------------------------- */
.section-01 {
  box-shadow: 0 0 4px #bbb;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: 20px;
}
.section-01-col {
  padding: 0px 10px;
  background-color: #ffffff;
}
.section-01-col .id-h {
  padding: 16px 0;
}
.section-01-col h2 {
  font-size: 32px;
  padding: 40px 0 10px 0;
  text-align: center;
  color: #a1a3a6; /* #a1a3a6  ----------------------*/
  font-family: "Arial Black", Gadget, "sans-serif";
}
.section-01-col h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2em;
}
.section-01-col h3 a {
  color: #1a73e8;
  text-decoration: none;
}
.section-01-col h3 a:hover {
  color: #a1a3a6;
  text-decoration: underline;
}
.section-01-col h4 {
  font-size: 20px;
  font-weight: normal;
  padding-top: 20px;
  padding-bottom: 60px;
  color: #444;
}
.section-01-col h5 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4em;
  margin-bottom: 36px;
}
.section-01-col h6 {
  font-size: 15px;
  line-height: 1.4em;
  padding-bottom: 20px;
  font-weight: normal;
  font-style: italic;
  color: #4a444d;
}
/* ------------------------------*/
/* セクションエリア　見出し ----------------------------- */
.f-chair {
  padding: 30px 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.f-chair h1 {
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  padding: 12px 16px;
  color: #a1a3a6;
  background-color: #f3f0f1;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 40px;
  font-family: "Arial Black", Gadget, "sans-serif";
}
.f-chair h2 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  border-bottom: solid 1px #f3f0f1;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
.f-chair h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #f3f0f1;
  font-weight: normal;
}
.f-chair h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1em;
  color: #f3f0f1;
}
.f-chair h5 {
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  color: #f3f0f1;
}
/* ------------------------------*/
/* セクションエリア　フッター ----------------------------- */
.f-footer {
  font-size: 16px;
  font-weight: normal;
  background-color: #ffffff;
  text-align: right;
  padding: 0px 0px 30px 0px;
}
.f-footer-kugiri {
  border-bottom: solid 1px #a1a3a6;
}
.f-footer li {
  display: inline-block;
  list-style: none;
}
.f-footer a {
  color: #fff;
}
.f-footer a:hover {
  color: #e8e8e8;
  text-decoration: none;
}
.room-no {
  color: #FFFFFF;
  padding: 4px 10px;
  margin-bottom: 12px;
  font-weight: normal;
  font-size: 16px;
  background-color: #A1A3A6;
  border-radius: 2px;
}
.today {
  color: #FFFFFF;
  background-color: #a1a3a6;
  padding: 4px 10px;
  font-weight: normal;
  border-radius: 2px;
}
.today a {
  color: #FFFFFF;
  text-decoration: none;
}

/* footer ----------------------*/
.footer-section {
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  width: 100%;
  max-width: 1000px;
}
.footer-logo {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  margin-top: 40px;
  text-align: center;
}
.br::before {
  content: "\A";
  white-space: pre;
}
/* kirikae ----------------------*/
.for-pc {
  display: none;
}
.for-sp {
  display: block;
}

/* subやsupでline-heightがズレるのを防ぐCSS */
sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
/*タブレット用*/
@media (min-width: 768px) {
  .main_container {
    margin-left: auto;
    margin-right: auto;
    padding: 140px 20px 100px 20px;
    width: 100%;
    max-width: 1000px;
  }
  /* Top page program  ----------------------*/
  .section-01-col {
    padding: 0px 50px;
    background-color: #ffffff;
  }
  .f-chair {
    padding: 30px 50px;
  }
}
/*PC用*/
@media (min-width: 1024px) {
  .main_container {
    padding: 140px 20px 100px 20px;
  }
  /* Top page program  ----------------------*/
  header h1 {
    padding: 24px 30px 0px 0px;
  }
  .section-01-col {
    padding: 0px 50px;
    background-color: #ffffff;
  }
  .section-01-col h3 {
    font-size: 26px;
    font-weight: normal;
  }
  .f-chair {
    padding: 30px 50px;
  }
  .br::before {
    content: none;
    margin-left: 1em;
  }
  /* kirikae ----------------------*/
  .for-pc {
    display: block;
  }
  .for-sp {
    display: none;
  }
}