BODY{
	margin:0px;
	background-image:url("../img/back-top.png");
	background-repeat:no-repeat;
	text-align: center;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	    overflow-x: hidden;
    overflow-y: scroll;
}
.box1{
  z-index: 10;}
  .box{width:100%;
}
	.fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.4;  
    filter: alpha(opacity=60);  
}   
/*#slideshow {
   position: relative;
   width:  100%;
   height:460px ;
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: auto;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: auto;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: auto;
}*/
.moji-1 {
	font-size: 14px;
	letter-spacing:1px;
	line-height:20px;
	font-family:"メイリオ";
}
.moji-2 {
	font-size: 12px;
	letter-spacing:1px;
	line-height:20px;
	font-family:"メイリオ";
}
.moji-3 {
    font-size: 16px;
	font-weight: bold;
    text-decoration: underline;
}
.moji-11 {	font-size: 14px;
	letter-spacing:1px;
	line-height:20px;
	font-family:"メイリオ";
}
#back-2 {
      background-image: url("../img/back-top-back2.png");
    }
#footer{background-image:url("../img/back-foot.png");
background-position:top center;
}

.h3ber {
  padding-top: 0.2em;
  padding-right: 0.2em;
  padding-bottom: 0.2em;/*文字周りの余白*/
  padding-left: 0.5em;	
  color: #FFFFFF;/*文字色*/
  background: #333333;/*背景色*/
  border-left: solid 5px #777777;/*左線（実線 太さ 色）*/
  text-align: left;	
  font-size: 16px;
  margin-right: 10px;
  margin-left: 10px;
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: normal;
	
}
.h2ber {
  border-bottom: 3px solid #107840;
  font-size: 26px;
  color: #107840;/*文字色*/	
  margin-bottom: 30px;
  margin-top: 30px;
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: normal;	
}
.wrap {
    width: 950px;
    box-sizing: border-box;
    margin: 0 auto;
	}
.read {
font-size: 30px;
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
text-align: center;
font-weight: 600;
letter-spacing: 0.12em;
margin-bottom: 10px;	
}
.green {
color: #107840;/*文字色*/
}
.normal {
font-weight: normal;
}
.read-s {
font-size: 22px;
}
.read-ss {
font-size: 20px;
}
.h3-s {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  color: #107840;/*文字色*/	
font-size: 16px;	
}

.h3-s:before, .h3-s:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-color: #107840;/*線色*/	
  border-top: solid 1px;
  border-bottom: solid 1px;
}

.h3-s:before {
  left:0;
}
.h3-s:after {
  right: 0;
}


.h2-w {
/*線の種類（二重線）太さ 色*/
border-bottom: double 5px #107840;
font-size: 26px;
color: #107840;/*文字色*/
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
font-weight: normal;	
margin-bottom: 30px;
}


.sample-slider {
    width: 100%;
   /* height: 100vh;*/
}

.swiper-slide {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
	/*width: 1261px;*/
	padding-top: 450px; /* 画像位置の調整用 */
	text-align: center;
}
.sample-slider .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
	    margin: 0 15px!important;
	    background-color: #FFFFFF;
}
.swiper-pagination-bullet{
opacity: 0.5!important;
}
.swiper-pagination-bullet-active{
opacity: 1!important;	
}