@charset "utf-8";

/*------------------------------------------*/
/* アクセス
/*------------------------------------------*/

/*枠線---------------------------------------------------*/
.access {
  border: 1px solid #c6bdb3;
}

@media screen and (max-width: 765px) {
  .access {
    padding: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .access {
    width: calc(100% - 80px);
    padding: 40px;
  }
}

@media screen and (min-width: 1000px), print {
  .access {
    width: 960px;
  }
}

/*見出しエリア-----------------------------------*/
.access-heading__wrap {
  text-align: center;
  border-bottom: 1px solid #c6bdb3;
}

/*会館名-----------------------------------*/
.access-heading {
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.6em;
  font-weight: bold;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .access-heading {
    padding-bottom: 20px;
    font-size: 1.2em;
  }
}
@media screen and (min-width: 768px), print {
  .access-heading {
    padding-bottom: 30px;
    font-size: 1.8em;
  }
}
/*初期*/
/*.access-heading {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  display: inline-block;
}

.access-heading.kuwana {
  background: url(../img/kuwana.png) no-repeat;
  background-size: 100%;
}

.access-heading.kuwananishi {
  background: url(../img/kuwananishi.png) no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .access-heading {
    padding-bottom: 20px;
  }

  .access-heading.kuwana {
    width: calc(700px / 3);
    height: calc(60px / 3);
  }

  .access-heading.kuwananishi {
    width: calc(764px / 3);
    height: calc(60px / 3);
  }
}

@media screen and (min-width: 768px), print {
  .access-heading {
    padding-bottom: 30px;
  }

  .access-heading.kuwana {
    width: calc(700px / 2);
    height: calc(60px / 2);
  }

  .access-heading.kuwananishi {
    width: calc(764px / 2);
    height: calc(60px / 2);
  }
}
*/
/*住所-----------------------------------*/
@media screen and (max-width: 767px) {
  .access-address {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .access-address {
    text-align: right;
    margin-bottom: 40px;
  }
}

/*見出し小-----------------------------------*/
.access-heading2 {
  text-align: left;
}

.access-heading2.boder {
  border-top: 1px dotted #c6bdb3;
}

@media screen and (max-width: 767px) {
  .access-heading2 {
    font-size: 1.1rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .access-heading2.boder {
    padding-top: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .access-heading2 {
    font-size: 1.4rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .access-heading2.boder {
    padding-top: 20px;
  }
}

/*点線-----------------------------------*/
.access-line {
  position: relative;
  text-align: left;
}

.access-line p {
  position: relative;
  margin-left: 1em;
  margin-top: 1em;
  padding-bottom: 1em;
}

/*------------------------------------------*/
/* map
/*------------------------------------------*/

.map_wrapper iframe {
  width: 100%;
  height: 200px;
}

.map_wrapper {
  margin: 0;
}

@media screen and (min-width: 834px), print {
  .map_wrapper {
    margin-top: 40px;
  }

  .map_wrapper iframe {
    width: 100%;
    height: 400px;
  }
}