@charset 'utf-8';

article#post-1818 h1 {
    display: none;
}

article#post-1823 h1 {
	display: none;
}

.calendar-container {
    max-width: 100%;
}

div#main_wrap {
    max-width: 100%;
}

.pc-iframe  iframe{
    display: block;
}

.mobile-iframe  iframe{
    display: none;
}

/* .divide_contents {
    display: flex;
	 justify-content: space-between;
} */

.choice_calendar_language {
    margin-bottom: -18px;
}


@media screen and (max-width: 9768px) {
    .copy {
        text-align: right;
			display: none;
    }
    .copy a {
        border: 1px solid #aaa;
        color: #333;
        display: inline-block;
        line-height: 20px;
        padding: 0 30px;
    }
    .simcal-on {
        background: rgba(0, 0, 0, .1);
    }
	
	.pc-popy {
			border: 1px solid #aaa;
			color: #333;
			line-height: 20px;
			padding: 0 30px;
			display: block;
	}

	.pc-copy a {
			float: right;
	cursor: pointer;
		border: 1px solid #aaa;
			color: #333;
			line-height: 20px;
			padding: 0 30px ;
		margin-bottom: 12px;
		
	}
	
	article#post-1818 h1 {
    display: none;
}

article#post-1823 h1 {
	display: none;
}
	
/* 	 追加　　　下2つ　*/
	.communities__item__image {
		height: 150px;
	}
	
	.communities__item__image img {
		height: 150px;
		object-fit: contain;
	}
	
	.communities__item h3 {
		height: 42px;
	}
	
}

@media screen and (max-width: 470px) {
    .mobile-iframe  iframe{
        display: block;
    }

	.pc-iframe iframe {
        display: none;
    }
	
	article#post-1823 {
        margin: 0 calc(50% - 50vw);
        width: 100%;
  }
	
	article#post-1823 .entry-content {
        margin-right: 5%;
		  margin-left: 5%;
  }
	
	article#post-1823 h1 {
        display: none;
  }
	
	.communities__item h3 {
		height: auto;
	}
}

@media (max-width: 478px) {
      p.pc-copy {
        display: none;
      }
	
	

	 .copy {
		 display: block;
	 }
    }

.calendar__showcase {
	position: relative;
}
.calendar__showcase.is-loading::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	z-index: 1;
}
.calendar__showcase.is-loading::after {
	content: "";
	position: absolute;
	top: 200px;
	left: 50%;
	width: 48px;
	height: 48px;
	margin-left: -24px;
	border: 5px solid #ccc;
	border-top-color: #007acc;
	border-radius: 50%;
	z-index: 2;
	animation: calendar-loader-spin 0.8s linear infinite;
}
@keyframes calendar-loader-spin {
	to { transform: rotate(360deg); }
}

#ctf .ctf-tweet-content,
#ctf.ctf-narrow .ctf-tweet-content,
#ctf.ctf-narrow .ctf-tweet-actions,
#ctf.ctf-narrow .ctf-quoted-tweet {
	margin-left: 0;
}


