@charset "UTF-8";
/***********************************************************************
preset
**********************************************************************/
.mainVis {
  background: url(../img/about_mainvis.png) 0 0 no-repeat;
  margin-bottom: 40px;
  color: #FFF; }

.blockFirst {
  padding-top: 40px;
  margin: 0 auto;
  margin-top: 20px; }

.localNav {
  width: 1080px;
  margin: 0 auto 60px;
  height: 14px;
  line-height: 14px;
  text-align: right;
  border-right: 1px solid #999; }
  .localNav li {
    display: inline;
    border-left: 1px solid #999;
    padding: 0 20px; }

.blockInner {
  width: 900px;
  margin: 0 auto 60px;
  border-top: none; }
  .blockInner p {
    margin-bottom: 20px; }

.mind::after {
  content: "";
  display: block;
  clear: both; }
.mind dl {
  float: left;
  width: 520px;
  margin-right: 40px;
  margin-bottom: 30px; }
  .mind dl dd.img {
    margin-bottom: 10px;
    width: 520px; }
    .mind dl dd.img img {
      width: 100%;
      height: auto; }
  .mind dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold; }
  .mind dl dd {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif; }
.mind dl:nth-of-type(2n) {
  margin-right: 0; }

#shops ul {
  width: 1084px;
  overflow: hidden;
  *zoom: 1;
  display: flex;
  -js-display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  #shops ul::after {
    content: "";
    display: block;
    clear: both; }
  #shops ul li {
    width: 240px;
    float: left;
    margin-left: 40px;
    margin-bottom: 40px; }
    #shops ul li:hover {
      opacity: 0.6;
      transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
    #shops ul li dl dd.thumb {
      margin-bottom: 15px; }
    #shops ul li dl dt {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.5;
      margin-bottom: 5px; }
    #shops ul li img {
      width: 100%;
      height: auto; }
  #shops ul li:nth-child(4n+1) {
    margin-left: 0; }

.profile dl {
  width: 800px;
  margin: 0 auto 20px; }
  .profile dl::after {
    content: "";
    display: block;
    clear: both; }
  .profile dl dt {
    float: left;
    width: 20%;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem; }
  .profile dl dd {
    float: left;
    width: 80%; }
    .profile dl dd ul li {
      margin-bottom: 20px; }
      .profile dl dd ul li .name {
        font-weight: bold; }
      .profile dl dd ul li .mapBtn a {
        font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
        display: inline-block;
        margin-left: 10px;
        font-size: 11px;
        font-size: 1.1rem;
        padding: 0 15px;
        border: 1px solid #666;
        border-radius: 25px; }

.history {
  width: 800px;
  margin: 0 auto 20px; }
  .history li {
    margin-bottom: 10px; }
    .history li dl::after {
      content: "";
      display: block;
      clear: both; }
    .history li dl dt {
      float: left;
      width: 15%;
      font-size: 14px;
      font-size: 1.4rem; }
    .history li dl dd {
      float: left;
      width: 85%; }

@media only screen and (max-width: 750px) {
  .mainVis {
    background: url(../img/about_mainvis.png) center center no-repeat;
    background-size: auto 210px;
    margin-bottom: 0; }

  .blockFirst {
    padding-top: 40px;
    margin: 0 auto;
    margin-top: 0px; }

  .localNav {
    display: none; }

  .blockInner {
    width: 100%;
    margin: 0;
    padding-right: 4%;
    padding-left: 4%;
    box-sizing: border-box; }
    .blockInner p {
      margin-bottom: 20px; }

  .mind {
    width: 100%;
    padding-right: 4%;
    padding-left: 4%;
    box-sizing: border-box; }
    .mind::after {
      content: "";
      display: block;
      clear: both; }
    .mind dl {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 15px; }
      .mind dl dd.img {
        width: 100%;
        margin-bottom: 5px; }
        .mind dl dd.img img {
          width: 100%;
          height: auto; }
      .mind dl dt {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold; }
    .mind dl:nth-of-type(2n) {
      margin-right: 0; }

  .profile {
    width: 92%;
    padding-right: 4%;
    padding-left: 4%;
    box-sizing: border-box; }
    .profile dl {
      width: 100%;
      margin: 0 auto 20px; }
      .profile dl::after {
        content: "";
        display: block;
        clear: both; }
      .profile dl dt {
        float: none;
        width: 100%;
        font-weight: bold;
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 3px; }
      .profile dl dd {
        float: none;
        width: 100%; }
        .profile dl dd ul li {
          margin-bottom: 20px; }
          .profile dl dd ul li .name {
            font-weight: bold; }
          .profile dl dd ul li .mapBtn a {
            margin-bottom: 5px; }

  #shops ul {
    width: 100%;
    margin-right: -4%; }
    #shops ul li {
      margin-left: 2%;
      margin-bottom: 25px;
      width: 47%; }
      #shops ul li:hover {
        opacity: 1;
        transition: none; }
      #shops ul li .img {
        margin-bottom: 5px; }
      #shops ul li dl dt {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4; }
      #shops ul li dl dd {
        line-height: 1.5; }
      #shops ul li dl dd.thumb {
        margin-bottom: 10px; }
    #shops ul li:nth-child(4n+1) {
      margin-left: 2%; }

  .history {
    width: 92%;
    padding-right: 4%;
    padding-left: 4%; }
    .history li {
      margin-bottom: 15px; }
      .history li dl::after {
        content: "";
        display: block;
        clear: both; }
      .history li dl dt {
        float: none;
        width: 100%;
        font-size: 14px;
        font-size: 1.4rem; }
      .history li dl dd {
        float: none;
        width: 100%; } }
