/*! Writen  by SCSS */
.inner {
  max-width: 1200px; }

.map_box {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column-reverse;
  row-gap: 20px; }
  @media screen and (max-width: 768px) {
    .map_box {
      margin-bottom: 30px;
      row-gap: 12px; } }

.btn {
  display: flex;
  justify-content: center;
  font-size: clamp(12px, 1.404vw, 16px);
  gap: 2.8em; }
  @media screen and (max-width: 480px) {
    .btn {
      font-size: calc(12vw / 3.9); } }
  .btn li {
    width: 21em; }
    .btn li a {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      font-feature-settings: "palt";
      letter-spacing: 0.02em;
      line-height: 1;
      font-weight: 700;
      text-align: center;
      height: 3.4em;
      border-radius: 1.7em;
      border: solid 1px #333;
      transition: all 0.3s ease-in-out; }
      .btn li a .icon {
        /*position: absolute;
        top:0;
        left:1.8em;
        width: 2em;
        height: 100%;
        display: flex;
        align-items: center;*/
        width: 1.4em;
        margin-right: 1em; }
      .btn li a:hover {
        opacity: 0.4; }
    .btn li.gmap a {
      color: #333;
      background: #fff; }
    @media screen and (max-width: 768px) {
      .btn li.print {
        display: none; } }
    .btn li.print a {
      color: #fff;
      background: #333; }

.mov_mdl li {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999999;
  width: 100%;
  height: 100%;
  background: #e7e7e7;
  display: none; }
  .mov_mdl li .mbg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
  .mov_mdl li .inn {
    width: calc(100% - 20px);
    position: relative;
    max-height: calc(100vh - 100px); }
    .mov_mdl li .inn .close {
      font-size: 36px;
      line-height: 1;
      position: absolute;
      left: 0;
      top: -40px;
      cursor: pointer; }
    .mov_mdl li .inn .sld1 {
      /*				@include mq_min($br_pc) {
      					max-height: calc(100vh - 100px);
      					overflow-y: auto;
      				}
      				@include mq(1280){
      					overflow-x: auto;
      					img {
      						width: 1400px;
      						max-width: 1400px;
      					}
      				}*/ }
      @media screen and (max-width: 480px) {
        .mov_mdl li .inn .sld1 {
          overflow-x: auto; }
          .mov_mdl li .inn .sld1 img {
            width: 750px;
            max-width: 750px; } }

@media print {
  footer,
  .page_under_button,
  .map_area .btn,
  .nav_btn,
  .header .headerWrap .btnBlock {
    display: none; } }
