	@charset "utf-8";

#mainImage {
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-position: center top;
    position: relative;
}
#mainImage .imageBox li {
	position:absolute;
	height:100%;
	margin:0;
	padding:0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
#mainImage .imageBox .mainimg06,
#mainImage .imageBox .mainimg07,
#mainImage .imageBox .mainimg08,
#mainImage .imageBox .mainimg10{
	background-position: bottom;
}

#message{
	background:url(../images/bg01.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
	padding:50px 0;
}
#message .sign{
	text-align: right;
    padding: 1em 8em 3em 0;
}
#message .sign img{
	width: 110px;
}
#message .gallery{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#message .gallery a{
	flex-basis: 16%;
}
#message .gallery a img{
	width: 100%;
}
#message .mailBt{
	width: 80%;
	background:#0b318f;
	padding:30px;
	text-align: center;
	border-radius: 5px;
	line-height: 100%;
	color: #fff;
	font-size: 140%;
	display: block;
	margin:50px auto 0;
	position: relative;
}
#message .mailBt:after{
	content: "";
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    position: absolute;
    top: calc(50% - 0.3em);
    right: 30px;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    transform: rotate(45deg);
}
#message .mailBt span:before{
	content: "";
	width: 1.8em;
	height: 1em;
	background:url(../images/icon_mail.png) no-repeat;
	background-size: contain;
	display: inline-block;
	position: relative;
	top: 0.15em;
}

#schedule{
	background:url(../images/bg02.jpg) no-repeat;
	background-size: cover;
	padding:50px 0;
}
#schedule .contentBox{
	display: flex;
	justify-content: space-between;
	padding:0 40px;
}
#schedule .callender{
	flex-basis: 60%;
}
#schedule .callender h1{
	flex-basis: 60%;
	background: rgba(36,32,32,0.8);
	text-align: center;
	color: #fff;
	padding-top: 20px;
	margin-bottom: 20px;
	font-size: 150%;
	font-weight: 400;
	height: 70px
}
#schedule .callender iframe{
	background: #fff;
	padding:5px;
	border-radius: 5px;
	width:100%;
	height: 600px;
}
#schedule .facebook{
	flex-basis: 28%;
}

.contact header {
	/* position: static; */
}
#contact {
	background:url(../images/bg02.jpg) no-repeat;
	color: #fff;
	text-align: center;
	padding:150px 0 50px 0;
}
#contact .contentBox {
}
#contact h1 {
    text-align: center;
    color: #000;
    margin-bottom: 0.5em;
    font-size: 200%;
    font-weight: 500;
}
#contact .wpcf7{
	background: rgba(0,0,0,0.6);
	padding: 40px;
}
#contact dl {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	margin-bottom: 1.5rem;
}
#contact dt {
	flex-basis: 30%;
	text-align: right;
	margin-right: 3rem;
}
#contact input[type="text"], #contact input[type="email"],#contact input[type="tel"]{
	padding: 10px;
	width: 30rem;
}

#contact .wpcf7-list-item {
	margin-right: 1rem;
}
#contact textarea {
	padding: 10px;
	width: 30rem;
}
#contact input[type="submit"] {
	padding: 1em;
    width: 70%;
}
#contact .wpcf7-not-valid-tip {
	text-align: left;
	color: red;
	display: block;
	margin-bottom: .5rem;
}
#contact .required {
	color: red;
	margin-left: .5rem;
	margin-right: -1rem;
}
#contact .screen-reader-response ul {
	display: none;
}
#contact .readme {
	margin-bottom: 3rem;
	color: #000;
    font-weight: 400;
}
#contact .wpcf7-form-control.wpcf7-radio {
	width: 30rem;
	display: block;
}
/* ========================== Tablet / PC  ※1000px以内の時============================= */
@media screen and (max-width: 1000px) {





}

/* ========================== Tablet / PC  ※760px以内の時============================= */
@media screen and (max-width: 760px) {


	#contact {
   		padding: 100px 0 50px 0;
	}
		#contact dl {
		display: block;
		margin-bottom: 1.5rem;
	}

	#contact .contentBox {
	}

	#contact h1 {
	    margin-bottom: 0.8em;
	    font-size: 160%;
	}
	#contact .readme {
		font-size: 90%;
		text-align: left;
		margin-bottom: 2rem
	}
	#contact .wpcf7 {
	    padding: 20px 10px;
	}
	#contact dl {
		display: block;
	    margin-bottom: 20px;
	    border-bottom: 1px solid #666;
	    padding-bottom: 20px;
	}
	#contact dt {
		margin-bottom: 0.5rem;
		margin-right: 0;
		font-weight: 500;
		text-align: left;
	}
	#contact input[type="text"], #contact input[type="email"],#contact input[type="tel"]{
		padding: 10px;
		width: 100%;
	}

	#contact .wpcf7-form-control-wrap.your-style {
		display: block;;
	}
	#contact .wpcf7-list-item {
		display: block;
		margin-right: 0;
		text-align: left;
		font-weight: 200;
	}
	#contact textarea {
		width: 100%;
	}
	#contact .wpcf7-form-control.wpcf7-radio {
		width: 100%;
	}
	#contact input[type="submit"] {
    width: 100%;
}




}

/* =========================== Mobile ※600px以内の時=========================== */
@media screen and (max-width: 600px) {

#mainImage {
    height: 60vh;
}
#message {
    text-align: left;
    padding: 20px 0;
}
#message .sign {
    text-align: right;
    padding: 1em 0 1.5em 0;
}
#message .sign img {
    width: 140px;
}
#message .gallery a {
    flex-basis: 32%;
    margin-bottom: 2vw
}
#message .mailBt {
    width: 100%;
    padding: 20px 20px;
    line-height: 140%;
    font-size: 100%;
    margin: 20px auto 0;
    text-align: left;
}
#message .mailBt:after {
    width: 0.6em;
    height: 0.6em;
    right: 15px;

}

#schedule {
    padding: 20px 0;
}
#schedule .contentBox {
    display: inherit;
    padding:0 20px;
}
#schedule .callender h1 {
    padding: 10px;
    margin-bottom: 0px;
    font-size: 120%;
    height: auto;
    background: transparent;
    color: #333;
    font-weight: 500;
}
#schedule .callender iframe {
    height: 450px;
    margin-bottom: 10px;
}
#schedule .facebook{
	height: 450px;
	width: 100%;
	margin:0 auto;
}
#schedule .facebook iframe{
	height: 450px !important;
	max-width: 320px;
	width: 100%;
}



}
