.good{
  text-align : center
}

header{
  position: absolute;
  margin-left: 0;
  width: 100%;
  top: 100px;
  font-size: 0;
  z-index: 10;
}

header li{
  display: inline-block;
  width: 33%;
  font-size: 24px;
  border-right: 1px solid white;
}

header li a{
  color: white;
  background: #252525;
  width: 33%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 60px;
}

nav li {
	width: calc(100%/6);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}


header{
  background-color: black;
  height: 80px;
}


footer{
  background-color: black;
  color: white;
  margin-top: 230px;
  text-align: center;
}

.mainVisualBox {
	margin: 0 30px;
}

.mainVisual {
	margin: 0 0 101px;
	background: url(../../img/room/suite_main_img_pc.jpg) no-repeat center top;
	background-size: cover;
	height: 510px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/room/suite_main_img_pc.jpg',  sizingMethod='scale');
}

.comImgBoxL {
	margin: 0 auto 92px;
	width: 100%;
}

h2{
text-align: center;
}

.comImgBoxL .wedding_text {
  float: right;
  font-size: large;
  margin-right: 15%;
}

.wedding_text{
  font-size: large;
}

.comImgBoxL .wedding_logo {
  float: left;
  margin-left: 13%;
}

.comImgBoxL .textBox p {
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 2.4;
}

.loop_wrap {
  display: flex;
  width: 100vw;
  height: 300px;
  overflow: hidden;
  margin-top: 80px;
  position: relative;
}

.loop_wrap img {
  width: auto;
  height: 100%;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.loop_wrap img:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 50s linear infinite;
}

.wedding_logo{
  float: left;
}

ul {
  list-style: none;
}

.imglast {
  position: absolute;
    top: 3800px;
    left: 30px;
}

.planh2{
  margin-left: 15%;
}

.mb0{
  float: left;
  margin-left: 22%;
}

.photoBox{
  float: right;
  margin-right: 15%;
}

.mb02{
  float: left;
  margin-left: 22%;
}

.photoBox2{
  float: right;
  margin-right: 15%;
}