@charset "utf-8";
/* CSS Document */
#lpDegitalBase{
	width: 100%;
}
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.7rem; font-weight: bold;}
h2{font-size: 1.2rem; font-weight: normal;}
h3{font-size: 1.4rem; font-weight: bold; color: #76d5e4; margin: 10px 0 -2px 0;}
p{font-size: 1.2rem; font-weight: normal; line-height: 1.8em;}
img{
	width: 100%;
	height: 100%;
}
.flex{
	display: flex;
}

#container1 {
	width: 100%;
	min-height: 100vh;
	background-image: url("/img/topBg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

#container1 img{
	width: 30%;
	height: 30%;
	text-align: center;
}

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

#container2 .container2TextBox{
	width: 60%;
	height: auto;
	text-align: center;
	color: #FFFFFF;
}
#container2 .container2TextBox h1{
	margin: 0 0 56px 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: 100px 0 80px 0;
}

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

#container3 .container3Info{
	color: #FFFFFF;
	width: 30%;
	height: auto;
	margin: 0 5% 0 65%;
}

#containerGuest {
	padding: 100px 0 80px 0;
}

#containerGuest h1{
	text-align: center;
	margin: 0 0 40px 0;
}

#containerGuest .flex{
	width: 60%;
	height: auto;
	display: flex;
	justify-content:space-around;
	margin: 0 20% 56px 20%;
}

.guestLeft{
	width: 40%;
	height: 40%;
	margin: 0 7% 0 0;
}

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

.guestRight{
	width: 53%;
	height: auto;
}

.guestRight a{
	text-decoration: none;
	color: #000000;
}

#container4 {
	padding: 100px 0 80px 0;
}

#container4 h1{
	text-align: center;
	margin: 0 0 40px 0;
}

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

#container4 .container4_1st{
	width: 70%;
	margin: 0 15% 96px 15%;
}

#container4 .container4_2nd{
	width: 70%;
	margin: 0 15% 0 15%;
}

#container4 .flexBox img{
	width: 20%;
	height: 20%;
}

#photogallery{
	margin: 120px 0;
}

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

#photogallery .flex img{
	width: 30%;
	margin: 40px 0;
}


#container4 #contactBox a{
	display: block;
	width: 34%;
	height: auto;
	margin: 80px 33% 100px 33%;
	padding: 30px 0;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	text-decoration: none;
	font-size: 2.0rem;
	font-weight: normal;
}

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

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