charset:utf-8;
* {
           margin: 0;
           padding: 0;
 }

/* 
------------------------------------*/
 #contact_contact {
           width: 1250px;
           margin: 0 auto;
 }

 #mainpic {
           width: 100%;
           height: 440px;
           overflow: hidden;
 }
 #mainpic img{
           width: 100%;
           min-width: 1000px;
           max-width: 1980px;
           opacity: 0.6;
           position: relative;
 }
 .wrap {
           width: 100%;
           background: #fff;
 }
 .contact {
           width: 1250px;
           height: 900px;
           margin: 0 auto;
           overflow: hidden;
 }
/* コンタクト全体ここから
------------------------------------*/
 #accsess {
           width: 1080px;
           height: 500px;
           margin: 0 auto;
           padding: 80px 0 0 0;
 }
 .bun1 {
           width: 270px;
           float: left;
 }
 .bun1 h3 {
           padding-bottom: 20px;
 }
 .bun1 p {
          
 }
 #accsess_pic  {
           border: 1px solid #555;
           float: right;
 }
 #accsess_pic img {
           width: 650px;
 }
 #contact {
           width: 1080px;
           height: 200px;
           margin: 0 auto;
 }
 #contact_pic {
           float: left;
 }
 #contact_pic img {
           width: 320px;
 }
 .bun2 {
           width: 270px;
           padding-top: 128px;
           float: right;
 }
 .bun2 h3 {
           padding-bottom: 20px;
 }
 .bun2 p {
           padding-bottom: 10px;
 }
 .bun2 p.tel {
           color: #9d926d;
           font-weight: bold;
           font-size: 28px;
           line-height: 150%;
 }

