@charset "UTF-8";

/*520px以下の記述。（モバイル）*/
.content {
}
.br-sp {
  display: none;
}
@media screen and (min-width: 961px){
  .sp-con{
    display: none;
  }
}
/*521px〜960pxの記述。（タブレット）*/
@media screen and (max-width: 960px) {
    .sp_br {
        display: none;
      }
/*===============================================
ごあいさつ
===============================================*/
.about{
  margin: 0 auto ;
  padding: 5vw 0 12vw 0;
  position: relative;
}
.namewp h3 {
  margin: 2px 0;
}
.proftx {
      max-width: 360px;
      margin: 5vw auto 0;
      width: 85%;
}
.profimg img{
  width: 80%;
}
.list {
  display: block;
  width: 100%;
}
.list dt {
  width: 100%;
  padding: 20px 20px 0;
  font-weight: bold;
  border-bottom: none;
}
.list dd{
  padding-top: 10px;
}
.about-wp .snswp.flex{
  display: block;
  margin: auto;
  text-align: center;
}
.about-wp .snswp.flex .flex{
  justify-content: center;
  margin: 2vw 0 0;
}
.snstx{
  position: relative;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 10px;
}
.about-wp .snswp.flex p{
  width: auto;
}
.snstx:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #aaa199;
  border-radius: 3px;
  transform: rotate(-25deg);
}
.snstx:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #aaa199;
  border-radius: 3px;
  transform: rotate(25deg);
}
.loop_wrap {
  display: flex;
  height: 450px;
  overflow: hidden;
}
.loop_wrap img {
  width: auto;
  height: 100%;
}
.history{
  padding: 5vw 0 8vw;
}
.his-wp{
  margin: 5vw auto;
}
.scroll{
  padding: 0 0 5vw 0;
}
}
@media screen and (max-width: 500px) {
.br-sp{
  display: block;
}
}