
.title_info{
	margin-right:10px;
    width: 200px;
    height: 70px;
    float: right;
    background-image: url('../image/titletel.png');
    background-position:right;
    background-repeat:no-repeat;

}

.title_logo{
    width: 289px;
    height: 87px;
    float: left;
}

.title_logo-sp{
    width: 289px;
    height: 87px;
    float: left;
}
.title_wrap{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#list1{
	margin-top:5px;
	margin-right:5px;
	float:right;
}

#list1 {
	border: solid 1px black;
  border-collapse: collapse;
  
}
#list1 tr td{
		text-align:center;
	padding:0px 5px;
  background-color: #ffffff;
  border-color:#4c8b2e;
  color:#4c8b2e;
  border: solid 1px;
  /*実線 1px 黒*/
}

#list1 tr th{
	font-size:100%;
	text-align:center;
	padding:0px 5px;
	color: #4c8b2e;
	border-color:#005500;
	background-color: #EF93B6;
	border: solid 1px;
}


#list1 tr td:first-child {
		color: #4c8b2e;
		background-color: #f3d14f;
		font-size: 10px;
}
		
		
#sp-icon i {
    position: relative;
    top: 40px;
	left:20px;
    font-size: 9px;
    font-style: normal;
    color: #000;
    font-weight: 600;
}


<!--トップ画像↓-->


.swiper-container{
			max-width: 100%;
	background-color:#000;

}


.swiper-slide{
justify-content: center;
height: auto;
 padding-bottom: 0px;
z-index:0;
text-align: center;
}


.swiper-container .swiper-slide img{
			max-width: 100%;
			height: auto;
			

}


<!--トップ画像↑-->



#main{
	margin-top: 50px;
	overflow: hidden;
}



<!--お問い合わせフォーム-->
.iframe-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow:auto; 
    -webkit-overflow-scrolling:touch;
    border:2px solid #ccc; 
  }
  .iframe-wrap iframe {
      position:absolute;
      top:300;
      left:0;
      width:100%;
      height:100%;
      border:none;
      display:block;
  }

  <!--お問い合わせフォームここまで-->  


  <!--ロードバーここから-->  

  .pace-running .wrap {
    display:none;
  }
  .wrap {
    text-align:center;
    padding:20px;
  }


  #loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 9999;
   }
   #loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 9999;
   }
  <!--ロードバーここまで-->