img {
  vertical-align: bottom;
}


body {
}

.container {	
	width: 1050px;
	margin: 0 auto;
}

nav {
min-width: 1050px;/*スマホ対策 containerと同じ幅で*/
}

#side_nav span {
	font-size: 1.2rem;
	color: #fd459c;
}







#page_box {
  width: 630px;
  height: auto;
  margin: 10px auto 10px;
  background-color: #fff;
 font-size: 1.6rem;
 line-height: 1.7;
}

#page_box .ttl {
	font-size: 2.1rem;
	line-height: 1.5;
	text-align: center;
	background-color: #5ad28b;
	margin-bottom: 10px;
	color: #fff;
}

/*スワイプ*/
    .swiper-container {
        width: 100%;
        height: 100%;
    }
.swiper-container img {
	width: 100%;
}
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }


/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;・/*最初と最後のページ矢印 見えない*/
  cursor: auto;
  pointer-events: none;
}


.txt {
  text-align: center;
	font-size: 1.2rem;
	color: #666;
	
}




#goto_top {
  text-align: center;
  margin: 60px 0;
}

#goto_top a {
color: #42ba55;	
}





