@charset "utf-8";
/* CSS Document */
@media (max-width:1000px) {
	
body {
line-height: 2.0em;
letter-spacing: 0.2em;
font-family: 'M PLUS 1p',"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" ;
	}
h1{font-size: 1.5rem; font-weight: bold;}
h2{font-size: 1.1rem; font-weight: normal;}
h3{font-size: 1.2rem; margin: 10px 0 -2px 0;}
p{font-size: 1.1rem; font-weight: normal; line-height: 1.8em;}
img{
	width: 100%;
	height: auto;
}



#container1 img{
	width: 60%;
	height: 60%;
}

#container2 {
	width: 100%;
	min-height: 100vh;
	background-color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

#container2 .container2TextBox{
	width: 80%;
}
#container2 .container2TextBox h1{
	margin: 0 0 24px 0;
}


#container3 {
	width: 100%;
	min-height: 100vh;
	background-image: url("/img/tworooms.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

#container3 .container3Top{
	color: #FFFFFF;
	text-align: center;
	padding: 50px 0 40px 0;
}

#container3 .container3Top h1{
	margin: 0 0 20px 0;
}

#container3 .container3Info{
	color: #FFFFFF;
	width: 80%;
	height: auto;
	margin: 0 10% 0 10%;
}

#container3 .timeBox th{
	text-align: left;
}
	
#containerGuest {
	width: 100%;
	padding: 40px 0 20px 0;
}

#containerGuest h1{
	padding: 32px 0 0 0;
}

#containerGuest .flex{
	width: 90%;
	flex-wrap: wrap;
	
	margin: 0 5% 24px 5%;
}

.guestLeft{
	width: 80%;
	height: 80%;
	margin: 0 10% 16px 10%;
}

.guestLeft img{
	width: 100%;
	height: 100%;
}

.guestRight{
	width: 100%;
	height: auto;
}	
	
.guestRight a{
	word-break: break-all;
}	
	
#container4 {
    padding: 40px 0 20px 0;
}	
	
#container4 h1{
	padding: 32px 0 0 0;
	margin: 0 0 24px 0;
}

#container4 .flexBox{
	width: 100%;
	height: auto;
	display: flex;
	justify-content:space-around;
	margin: 0 0 24px 0;
}

#container4 .container4_1st{
	margin: 0 0 40px 0;
}	
	
#container4 .flexBox img{
	width: 40%;
	height: 40%;
	margin: 0 0 16px 0;
}

	
#photogallery{
	margin: 40px 0;
}

#photogallery .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}

#photogallery .flex img{
	width: 48%;
	margin: 24px 0;
}	
	
#container4 #contactBox a{
	width: 80%;
	margin: 40px 10% 50px 10%;
	padding: 20px 0;
	font-size: 2.0rem;
}

footer{
	background-color: #000000;
	padding: 4px 0;
	
}

footer p{
	text-align: center;
	font-size: 0.75rem;
	color: #FFFFFF;
}
	
	
	
	
	
	
}
