@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;600&family=Noto+Serif+JP:wght@300;600&display=swap");
/******************************************************

map

******************************************************/
.section-map {
  padding: 7rem 0; }
  @media screen and (max-width: 640px) {
    .section-map {
      padding: 3.5rem 0; } }
  .section-map .map_title {
    color: #2C5C57;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 2em;
    text-align: center;
    margin-top: 0;
    margin-bottom: 3rem; }
  .section-map .map_wrap {
    background-color: #ebebeb;
    width: 85.4rem;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 4rem; }
    @media screen and (min-width: 930px) {
      .section-map .map_wrap {
        margin-bottom: 8rem; } }
    .section-map .map_wrap img {
      max-width: 100%;
      margin: 0 auto;
      display: block;
      border: solid 1px #A7A8A8; }

.add {
  padding: 1rem;
  width: 100%;
  background: #03AED2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .add li, .add div {
    min-height: 0%; }
  .add .add-ttl {
    color: #fff;
    width: 35%; }
    .add .add-ttl .en {
      display: inline-block;
      margin-right: .2rem;
      font-family: 'EB Garamond', serif;
      font-weight: 300;
      font-style: normal;
      letter-spacing: 0.05em;
      -webkit-font-smoothing: antialiased;
      font-size: 2.4rem;
      letter-spacing: .1em; }
    .add .add-ttl .ja {
      display: inline-block;
      font-size: 1.8rem;
      letter-spacing: .1em; }
  .add .add-txt {
    width: 63%;
    background: #fff;
    text-align: left;
    color: #595757;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: .1em;
    padding: .5rem; }
  @media screen and (max-width: 640px) {
    .add {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      .add li, .add div {
        min-height: 0%; }
      .add .add-ttl {
        width: 100%; }
        .add .add-ttl .en {
          font-size: 1.6rem; }
        .add .add-ttl .ja {
          font-size: 1.4rem; }
      .add .add-txt {
        width: 100%;
        margin-top: .5rem;
        font-size: 1.4rem; } }
