@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.post_content h2 {
    color: #333;
}
.post_content .fc-widget-header th.fc-day-header {
    background-color: #00a3af !important;
}

.fc-event-container .fc-time {
    display: block;
}

@media print, (max-width: 601px) {
    .fc .fc-toolbar .fc-right {
        padding-top: 10px;
    }
}

.eo-fullcalendar-reset .fc-content-skeleton td.fc-day-number {
    color: #333;
    padding: 0px 5px !important;
}

.single .entry-title,
.eo-event-meta li{
	display:none;
}

.c-iconBtn {
	display: none;
}
h1.wp-block-heading {
    padding-bottom: 5px;
    color: #00a3af;
    border-bottom: dashed 2px #00a3af;
    margin-bottom: 30px;
    font-size: 2em;
}
.featured-image {
    padding: 0 0 30px;
}
.featured-image {
    width: 100%;
}
.event-content {
    padding: 0 0 30px;
}
.post_content ul.eo-event-meta {
    padding-left: 0;
    margin-bottom: 30px;
}
.eventcopy {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 30px;
}
.eventfield,
.post_content .entry-content div>:last-child.eventfield {
    margin-bottom: 30px !important;
}
.post_content .entry-content h3 {
    margin-bottom: 20px;
}
.post_content h2.topmargin0,
.post_content h3.topmargin0 {
    margin-top: 30px;
}

.p-articleMetas.-top {
    position: absolute;
    bottom: -25px;
}
.prelative {
    position: relative;
}
.prelative h1 {
    margin-bottom: 60px;
}
@media screen and (max-width: 530px) {
  /* スマホ専用のスタイル */

  
  .fc-day-number {
    background: #00a3af !important;
  }
  .fc-list-header-left,
  .fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-right {
    color: #fff !important;
  }
  .fc-list-header-left {
    float: right !important;
  }
  .fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-right {
    float: left !important;
  }
  .eo-fullcalendar-reset .fc-content-skeleton td.fc-event-container {
    padding-bottom: 10px !important;
  }
  .fc-event-container a {
    background: none !important;
    border: none !important;
  }
  .fc-title {
    color: #00a3af;
  }
  .fc-content {
    font-size: 1.2rem !important;
  }
  .post_content h3 {
    font-size: 1.4em;
  }
  .eo-fullcalendar-reset .fc-toolbar h2 {
    font-size: 1.8rem;
  }
  
}