@charset "UTF-8";

@media screen and (max-width: 650px) {
.contents_btn01.block_button_2 .inner_item_img:nth-child(1):nth-last-child(2), .contents_btn01.block_button_2 .inner_item_img:nth-child(2):nth-last-child(1) {
    max-width: 100%;
}

.contents_btn01.block_button_2 .inner_item_img:nth-child(1):nth-last-child(2) {
    margin-bottom: 3rem;
}
.widget_shop01 .wrapper_item {
    width: initial;
}
}


.access-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.access-container .map,
.access-container .calendar {
  width: calc(50% - 1rem);
}

iframe {
  max-width: 100%;
  height: 100%;
}

@media screen and (max-width: 900px) {
  .access-container {
    display: block;
  }
  
  .access-container .map,
  .access-container .calendar {
    width: 100%;
    margin-bottom: 3rem;
  }
  iframe {
    width: 100%;
  }
.map iframe {
  height: 450px;
}
}