@charset "UTF-8";
/* CSS Document */

html, body {
	background-color:#f0f0f0;
}
#scrollArrow{
	width:48px;
	height:24px;
	margin:-120px auto 140px auto;
	position:relative;
}
#googleMap {
	width: 100%;
	height: 600px;
	margin-bottom: 40px;
}
.article{
	padding-bottom:80px;
	margin-top:80px;
}
.article a {
	text-decoration: none;
	color:#000;
	font-weight:700;
	background-color:#e8d700;
}
.article a:visited{
	color:#000;
}
.article a:hover {
	text-decoration: none;
	background-color:#ffec00;
}
.article a:active{
	color:#000;
}
.article p{
	padding-left: 30px;
	padding-right: 30px;
	color:#000;
}
.article img{
	margin: 0px auto 40px auto;
	max-width:100%;
	display: block;
}

.article iframe{
	margin: 0px auto 80px auto;
	display:block;
}
.article-cover{
	padding-top:80px;
}
.article a img:hover{
	-webkit-filter: brightness(0.9);
    -moz-filter: brightness(0.9);
    -o-filter: brightness(0.9);
    -ms-filter: brightness(0.9);
    filter: brightness(0.9);
}
.article ul{
	padding-left:50px;
}
.article-title{
	font-size:48px;
	font-weight:700;
	text-align:center;
	-webkit-text-size-adjust: 100%;
	margin:80px 0px 80px 0px;
}
.wp-block-myblock-block-image{
	/* 最初は非表示 */
	opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.wp-block-embed-youtube{
	position: relative;
	padding: 0px;
	margin: 0px;
}
.wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
	padding-top: 56.25%;
}
.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.contactForm{
	font-size:16px;
	background-color:#fff;
	color:#000;
	border-style:none;
	padding:20px;
	width:100%;
	margin:0px 0px 2px 0px;
	box-sizing:border-box;
}
textarea.contactForm{
	height:120px;
}
.contactForm-submit{
	font-size:16px;
	background-color:#000;
	color:#fff;
	border-style:none;
	width:100%;
	padding:20px;
	margin:0px 0px 0px 0px;
}
