@charset "UTF-8";
/*　*/
/**************************************************
		index
**************************************************/
.l-pagettl {
  background-image: url(../img/access/bg_pagettl_sp.jpg);
}
@media print, screen and (min-width: 768px) {
  .l-pagettl {
    background-image: url(../img/access/bg_pagettl.jpg);
  }
}

@media print, screen and (min-width: 768px) {
  .index_box01 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.index_txt01 {
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .index_txt01 {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .index_txt01 {
    font-size: 1.8rem;
    flex: 1;
    order: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .index_btn01 {
    width: 30rem;
    order: 2;
  }
}
.index_btn01 .m-btn01 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .index_map01 {
    margin: 0 -2rem 2.5rem -2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .index_map01 {
    margin-top: 3rem;
    width: 100%;
    order: 3;
  }
}
.index_map01 iframe {
  display: block;
  border: 0;
  width: 100%;
  height: 28rem;
}
@media print, screen and (min-width: 768px) {
  .index_map01 iframe {
    height: 56rem;
  }
}