.about-title{
  margin-top: 150px;
  background-color:#FFF9F0;
  padding: 3rem 0 2rem 0;
  text-align: center;
}
  .about-title h1{
    font-size: 40px;
    letter-spacing: 1px;
    color: #775039;
    line-height: 100%;
    margin: 0;
  }

.about-info{
  margin-top: 60px;
}
  .about-info h2{
    font-size: 36px;
    letter-spacing: 4px;
    color: #775039;
    text-align: center;
  }
  .about-info .read-img{
    margin-top:30px;
  }
  .about-info .about-table{
    border-top:1px dashed #775039;
  }
    .about-table th{
       font-size: 18px;
       background-color: #FFF9F0;
       padding:1.4rem 1rem;
       font-weight: 500;
       border-bottom:1px dashed #775039;
    }
    .about-table td{
      font-family:"Yu Gothic UI";
      vertical-align: middle;
      border-bottom:1px dashed #775039;
    }

.about-enka{
  width: 100%;
  margin-top:60px;
  background-color:#0090B2; 
}
  .about-enka .container{
    padding: 50px;
    background-image:url("../images/about-enka-bg.jpg");
    background-repeat: no-repeat;
    text-align: center;
  }
 

.about-gaiyou{
   position: relative;
   background-color:#FFF9F0;
   padding-top:60px;
   padding-bottom: 30px;
}
  .about-gaiyou .tori{
    position: absolute;
    top:30px;
    right:30px;
  }
  .about-gaiyou h2{
    font-size: 36px;
    letter-spacing: 4px;
    color: #775039;
    text-align: center;
  }
  .about-gaiyou .title{
    font-size: 20px;
    letter-spacing: 2px;
    border-bottom: 2px solid #775039;
    margin-top:30px;
  }
  .about-gaiyou .text{
    font-family:"Yu Gothic UI";
    letter-spacing: 1px;
  }

.about-enkaku{
  margin-top: 60px;
}
  .about-enkaku h2{
    font-size: 36px;
    letter-spacing: 4px;
    color: #775039;
    text-align: center;
  }


.about-area{
  margin-top:60px;
  font-family:"Yu Gothic UI";
}
  .about-area h6{ 
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .about-area p{
    margin-top:20px;
    letter-spacing: 1px;
  }














