@charset "utf-8";


/* footerカラー調整 */

.l-footer-widget-area {
  color: #fff;
	background-color: #4d4d4d;
}
.c-section__title:before, .c-widget__title:before, .c-section__title:after, .c-widget__title:after {
  background-color: #fff;
}
.c-copyright {
  background-color: #4d4d4d;
}

/* googleカレンダー調整 */
.iframe-gcal {
	height: 0;
	overflow: hidden;
	padding-bottom: 75%;
	position: relative;
}
.iframe-gcal iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* フォント変更 */
body {
  font-family: 'M PLUS Rounded 1c', sans-serif !important;
}
@media (min-width: 40em) {
h1 {
  font-size: 32px;
  font-size: 1.6rem;
}
}
@media (min-width: 64em) {
h1 {
  font-size: 40px;
  font-size: 2rem;
}
}

/* 一覧 */
.c-entry-summary{
    position: relative;
    margin-bottom: 0;
}
.c-entry-summary__body{
    background: #fdefe0;
    padding: 10px;
}
body.post-type-archive-am-event ul.c-entries--richmedia li.c-entries__item .c-entry-summary__figure{
    margin-bottom: 0;
}
.c-entry-summary__title{
    font-weight: bold;
}
.c-entry-summary__content{
    font-weight: bold;
    color: #808a95;
}
.e-tag{
    position: absolute;
    top: -.625rem;
    left: 0;
    z-index: 2;
}
.e-tag span{
    padding: .3125rem 0.625rem;
    color: #fff;
    background: #afafaf;
    display: inline-block;
    font-weight: bold;
    font-size: 1rem;
}
.e-tag span.place-a{
    background: #f7bb7c;  /*オレンジ:明石地区*/
}
.e-tag span.place-b{
    background: #8acfdf;  /*水色:二見地区*/
}
.e-tag span.place-c{
    background: #87c8a1;  /*みどり:大久保地区*/
}
.e-tag span.place-d{
    background: #f1a1b6;  /*ピンク:西明石地区*/
}
.e-tag span.place-e{
    background: #cc9ddd;  /*むらさき:*/
}
.c-entry-summary__content p:before{
    font-family: "Font Awesome 5 Free";
    font-size: .8125rem;
    font-weight: 900;
    margin-right: 5px;
}
.e-date:before{
    content: "\f073";
}
.e-place:before{
    content: "\f3c5";
}
.e-fee:before{
    content: "\f157";
}
div.moreL {
    background-color: #db4242;
    border-radius: 0;
    color: #fff;
    text-align: center;
    height: 48px;
    width: 320px;
    margin: 0 auto;
    font-size: 1rem;
    padding-top: 8px;
    font-weight: bold;
}
div.moreL:hover{
    opacity: .75;
    box-shadow: 3px 3px 3px rgba(149,158,167,.5);
}
.c-entries__item{
    margin-bottom:1.86957rem;
}
.c-entries {
    margin-bottom: 0rem;
}
.c-entry-summary__figure{
    margin-bottom: 0 !important;
}

/* イベント詳細 */
dl.eventDateList dt{
    background: #fff;
    border-bottom: #dcdcdc dotted 2px;
}
dl.eventDateList dt:before{
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid #F7DA6E;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-bottom;
}
dl.eventDateList dd{
    padding: 5px 5px 45px;
}