@charset "UTF-8";
.p-red {
  color: #e95464 !important; }

.home-biohazard {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px auto; }
  .home-biohazard li {
    width: 33%; }
    @media screen and (max-width: 640px) {
      .home-biohazard li {
        width: 100%;
        margin-top: 10px; } }

.bnr10 {
  padding-bottom: 10px !important;
  margin-bottom: 10px !important; }

.home-banner50,
.home-rakuten50 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px auto; }
  .home-banner50 li,
  .home-rakuten50 li {
    width: 49%; }
    @media screen and (max-width: 640px) {
      .home-banner50 li,
      .home-rakuten50 li {
        width: 100%;
        margin-top: 10px; } }

.biohazard-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 30px; }
  .biohazard-wrap .bio-title {
    width: 100%; }
    .biohazard-wrap .bio-title h3 {
      font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
      color: #FFF;
      color: #d7b756;
      font-size: 26px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 15px; }
      @media screen and (max-width: 640px) {
        .biohazard-wrap .bio-title h3 {
          font-size: 16px;
          text-align: left; }
          .biohazard-wrap .bio-title h3 br {
            display: none; } }
  .biohazard-wrap .bio-thumbnail {
    width: 32%; }
    @media screen and (max-width: 640px) {
      .biohazard-wrap .bio-thumbnail {
        width: 100%; } }
  .biohazard-wrap .bio-caption {
    width: 60%; }
    @media screen and (max-width: 640px) {
      .biohazard-wrap .bio-caption {
        width: 100%; } }
    .biohazard-wrap .bio-caption p {
      font-size: 18px; }
      @media screen and (max-width: 640px) {
        .biohazard-wrap .bio-caption p {
          font-size: 15px; } }

.p-price {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 600; }
  .p-price::before {
    content: "■";
    color: #d7b756; }

.table-biohazard {
  width: 100%;
  color: #FFF;
  margin-bottom: 10px; }
  .table-biohazard thead {
    background: #333; }
    .table-biohazard thead th {
      border: 1px solid rgba(255, 255, 255, 0.6); }
  .table-biohazard tbody td {
    width: 33.3333%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: .5em; }
    @media screen and (max-width: 640px) {
      .table-biohazard tbody td {
        padding: 0; } }
    .table-biohazard tbody td:nth-child(3) {
      font-size: 1.2em; }

.bio-notice {
  padding-bottom: 25px; }
  .bio-notice P {
    font-size: 16px !important;
    line-height: 1.5; }
    @media screen and (max-width: 640px) {
      .bio-notice P {
        font-size: 14px; } }

.private-room-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px; }
  .private-room-wrap .plan-title {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
    .private-room-wrap .plan-title h3 {
      font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
      color: #FFF;
      color: #d7b756;
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 0; }
      @media screen and (max-width: 640px) {
        .private-room-wrap .plan-title h3 {
          font-size: 24px; }
          .private-room-wrap .plan-title h3 br {
            display: none; } }
  .private-room-wrap .plan-thumbnail {
    width: 45%; }
    @media screen and (max-width: 640px) {
      .private-room-wrap .plan-thumbnail {
        width: 100%; } }
  .private-room-wrap .plan-caption {
    width: 50%; }
    @media screen and (max-width: 640px) {
      .private-room-wrap .plan-caption {
        width: 100%;
        margin-bottom: 15px; } }
    .private-room-wrap .plan-caption p {
      font-size: 18px; }
      @media screen and (max-width: 640px) {
        .private-room-wrap .plan-caption p {
          font-size: 15px; } }
    .private-room-wrap .plan-caption ul li {
      color: #FFF;
      list-style: disc;
      margin-left: 1.5em; }

.p-plan {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 600; }
  .p-plan::before {
    content: "■";
    color: #d7b756; }
  .p-plan span {
    font-size: 1.2em !important; }

.table-plan {
  width: 100%;
  color: #FFF;
  margin-bottom: 10px; }
  .table-plan thead {
    background: #333; }
    .table-plan thead th {
      border: 1px solid rgba(255, 255, 255, 0.6); }
  .table-plan tbody td {
    width: 33.3333%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: .5em; }
    @media screen and (max-width: 640px) {
      .table-plan tbody td {
        padding: 0; } }
    .table-plan tbody td:nth-child(3) {
      font-size: 1.2em; }

.bio-notice P {
  font-size: 16px !important;
  line-height: 1.5; }
  @media screen and (max-width: 640px) {
    .bio-notice P {
      font-size: 14px; } }

/*-------------------------------------------------------------------------------*/
.notes-info {
  border: 1px solid #d7b756;
  margin: 5px auto 40px;
  padding: 15px;
  text-align: center; }
  @media screen and (max-width: 640px) {
    .notes-info {
      text-align: left; } }
  .notes-info h3 {
    color: #d7b756;
    font-size: 20px; }
  .notes-info p {
    color: #FFF; }
  .notes-info .p-red {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    color: #ea5550; }

/*-------------------------------------------------------------------------------*/
.scroll-table table {
  width: 100%;
  margin: 15px auto; }
  @media screen and (max-width: 640px) {
    .scroll-table table {
      display: block;
      overflow-x: scroll;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch; } }

.event-head-block {
  text-align: center;
  margin: 20px auto 40px; }
  .event-head-block p {
    color: #FFF;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; }
  .event-head-block .visual--block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    padding: 5px 0; }
    .event-head-block .visual--block .event-v {
      width: 49.5%; }
      @media screen and (max-width: 640px) {
        .event-head-block .visual--block .event-v {
          width: 100%;
          margin: 5px 0; } }
      .event-head-block .visual--block .event-v img {
        max-width: 100%; }
  .event-head-block .thums--block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    padding: 5px 0; }
    .event-head-block .thums--block .thums {
      width: 33%; }
      .event-head-block .thums--block .thums img {
        max-width: 100%; }

.xo-event-calendar {
  font-family: "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif !important; }

.xo-event-calendar table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #FFF; }

.xo-event-calendar table tr {
  display: table-row; }

.xo-event-calendar table td, .xo-event-calendar table th {
  display: table-cell;
  /*custom*/
  padding: 0 0 1em !important; }

.xo-event-calendar {
  position: relative; }

.xo-event-calendar .xo-month {
  position: relative; }

.xo-event-calendar table.xo-month {
  margin: 0 0 8px 0;
  padding: 0;
  border: 1px solid #000;
  border-width: 1px 0 1px 1px; }

.xo-event-calendar table.xo-month th, .xo-event-calendar table.xo-month td {
  padding: 0;
  border: 1px solid #000; }

.xo-event-calendar table.xo-month > caption {
  caption-side: top;
  text-align: center;
  font-size: 1.4em; }

.xo-event-calendar table.xo-month .month-header {
  margin: 2px 0 4px;
  /*custom*/
  color: #FFF !important; }

.xo-event-calendar table.xo-month .month-header > span {
  display: inline-block;
  text-align: center;
  font-size: 120%;
  vertical-align: middle;
  line-height: 28px; }

.xo-event-calendar table.xo-month button {
  margin: 0;
  padding: 0;
  /*color: #333;*/
  /*custom*/
  color: #FFF !important;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
  width: 28px; }

.xo-event-calendar table.xo-month button[disabled] {
  opacity: 0.3;
  cursor: default; }

.xo-event-calendar table.xo-month button > span {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 22px;
  text-align: center;
  vertical-align: middle; }

/*

.xo-event-calendar table.xo-month button span.nav-prev {
 display: inline-block;
 background: url("../images/nav-prev.svg") no-repeat center center;
 background-size: 14px 18px;
 width: 28px;
 height: 28px;
 font-size: 0;
}
.xo-event-calendar table.xo-month button span.nav-next {
 display: inline-block;
 background: url("../images/nav-next.svg") no-repeat center center;
 background-size: 14px 18px;
 width: 28px;
 height: 28px;
 font-size: 0;
}
*/
.xo-event-calendar table.xo-month .month-prev {
  float: left; }

.xo-event-calendar table.xo-month .month-next {
  float: right; }

.xo-event-calendar table.xo-month > thead th {
  border-width: 0 1px 0 0;
  padding: 1em 0 !important;
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  background: #d7b756;
  color: #FFF; }

.xo-event-calendar table.xo-month > thead th.sunday {
  color: #d00; }
.xo-event-calendar table.xo-month > thead th.saturday {
  color: #00d; }
.xo-event-calendar table.xo-month .month-week {
  position: relative;
  padding: 0;
  border: 0;
  width: 100%;
  overflow: hidden; }

.xo-event-calendar table.xo-month .month-week table {
  border: 0;
  margin: 0;
  padding: 0; }

.xo-event-calendar table.xo-month .month-dayname {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-width: 1px 0 0 1px; }

.xo-event-calendar table.xo-month .month-dayname td {
  border-width: 1px 1px 0 0;
  padding: 0; }

.xo-event-calendar table.xo-month .month-dayname td div {
  height: 1000px;
  padding: 4px;
  border-width: 1px 1px 0 0;
  text-align: right;
  font-size: 100%;
  line-height: 1.2em; }

.xo-event-calendar table.xo-month .month-dayname td div.other-month {
  opacity: 0.6; }

.xo-event-calendar table.xo-month .month-dayname td div.today {
  color: #00d;
  font-weight: bold; }

.xo-event-calendar table.xo-month .month-dayname-space {
  position: relative;
  top: 0;
  height: 1.5em; }

.xo-event-calendar table.xo-month .month-event {
  position: relative;
  top: 0;
  background-color: transparent; }

.xo-event-calendar table.xo-month .month-event td {
  padding: 0 1px 2px 1px;
  border-width: 0 1px 0 0;
  vertical-align: top; }

.xo-event-calendar table.xo-month .month-event-space {
  height: 1.5em;
  background-color: transparent; }

.xo-event-calendar table.xo-month .month-event-space td {
  border-width: 0 1px 0 0; }

.xo-event-calendar table.xo-month .month-event tr, .xo-event-calendar table.xo-month .month-event-space tr {
  background-color: transparent; }

.xo-event-calendar table.xo-month .month-event-title {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  padding: 5px;
  display: block;
  color: #FFF !important;
  text-align: center;
  font-size: 0.8em;
  background-color: #333;
  border-radius: 0;
  white-space: normal;
  line-height: 1.2; }
  @media screen and (max-width: 640px) {
    .xo-event-calendar table.xo-month .month-event-title {
      font-size: .7em;
      text-align: left;
      padding: 3px; } }

.xo-event-calendar p.holiday-title {
  margin: 0;
  padding: 2px 0;
  /*font-size: 90%;*/
  vertical-align: middle;
  /*custom*/
  color: #FFF; }

.xo-event-calendar p.holiday-title span {
  margin: 0 6px 0 0;
  padding: 0 0 0 18px;
  border: 1px solid #ccc; }

.widget .xo-event-calendar table.xo-month > thead th {
  font-size: 90%; }

/*
Loading animation
*/
.xo-event-calendar .loading-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px; }

.xoec-loading .xo-months {
  opacity: 0.5; }

.xoec-loading .loading-animation {
  width: 40px;
  height: 40px;
  border: 5px rgba(0, 0, 0, 0.2) solid;
  border-top: 5px #4285f4 solid;
  border-radius: 50%;
  -webkit-animation: loadingCircRot .8s infinite linear;
  animation: loadingCircRot .8s infinite linear; }

@-webkit-keyframes loadingCircRot {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }
@keyframes loadingCircRot {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
.xo-event-meta {
  padding: 3.8461% 0; }

.xo-event-meta span {
  display: block; }

.xo-event-list * {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 14px; }

.xo-event-list {
  list-style: none;
  display: block;
  margin: 0; }
  .xo-event-list p {
    margin: 0 0 0.5rem;
    padding: 0;
    line-height: 1.5; }
    @media screen and (max-width: 640px) {
      .xo-event-list p {
        font-size: .9em;
        line-height: 1.2; } }

.xo-event-list > dl {
  display: block;
  margin: .1rem 0 0 0;
  padding: 0 0 .1rem 0;
  overflow: hidden;
  color: #444;
  border-bottom: dotted 1px #ccc; }
  .xo-event-list > dl:first-child {
    border-top: dotted 1px #ccc;
    margin-top: 20px; }
  .xo-event-list > dl > dt, .xo-event-list > dl > dd {
    display: table-cell;
    vertical-align: top;
    padding: 15px 15px 15px 0; }
    .xo-event-list > dl > dt > span, .xo-event-list > dl > dd > span {
      float: left;
      margin: 0 1rem 0 0;
      padding: 0;
      vertical-align: middle; }
    .xo-event-list > dl > dt a, .xo-event-list > dl > dd a {
      pointer-events: none; }

.xo-event-list .thumbnail {
  margin: .2rem 0;
  image-rendering: -webkit-optimize-contrast; }
  .xo-event-list .thumbnail img {
    padding-right: 0;
    width: 240px;
    min-width: 240px;
    height: auto;
    object-fit: cover; }
    @media screen and (max-width: 640px) {
      .xo-event-list .thumbnail img {
        width: 110px;
        min-width: 110px; } }

.xo-event-list .date {
  margin-top: .1rem;
  font-size: .9rem;
  display: none; }

.xo-event-list.type-short .date,
.xo-event-list.type-standard .date {
  width: 7.5rem; }

.xo-event-list .category {
  margin-top: .2rem;
  margin-bottom: .1rem;
  padding: 0 .5rem;
  text-align: center;
  font-size: .8rem;
  color: #fff;
  display: none; }

.xo-event-list.type-short .category,
.xo-event-list.type-standard .category {
  display: none; }

.xo-event-list.type-detail .category {
  margin-left: 0.5rem; }

.xo-event-list .title {
  font-weight: bold; }

.xo-event-list .event-date {
  font-size: 12px;
  color: #EEE; }

.xo-event-list li br {
  display: block; }

.xo-event-list.type-custom .event-date {
  width: 16rem;
  margin-top: .2rem; }
