@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
#contents {
  background: url("/saito/img/map/bg_map.jpg") center/cover no-repeat;
  padding: 80px 0 60px; }

.map__ttl {
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.6em; }
  .map__ttl .map__ttl-wrap {
    display: inline-block; }
  .map__ttl .map__ttl--jp {
    margin-bottom: 5px;
    font-size: 2rem; }
    @media (min-width: 350px) {
      .map__ttl .map__ttl--jp {
        font-size: calc( 2rem + ( 1vw - 3.5px ) * 2.7956989247 ); } }
    @media (min-width: 1280px) {
      .map__ttl .map__ttl--jp {
        font-size: 4.6rem; } }
  .map__ttl .map__ttl--en {
    border-top: 1px solid;
    border-bottom: 1px solid;
    line-height: normal;
    font-size: 1rem; }
    @media (min-width: 350px) {
      .map__ttl .map__ttl--en {
        font-size: calc( 1rem + ( 1vw - 3.5px ) * 1.0752688172 ); } }
    @media (min-width: 1280px) {
      .map__ttl .map__ttl--en {
        font-size: 2rem; } }

.map__attention {
  margin: 30px auto 0 auto;
  text-align: center;
  background: #fff;
  padding: 10px; }

.map__attention__ttl {
  font-size: 1.8rem;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
  line-height: 1.5; }
  @media (min-width: 375px) {
    .map__attention__ttl {
      font-size: calc( 1.8rem + ( 1vw - 3.75px ) * 1.1965811966 ); } }
  @media (min-width: 960px) {
    .map__attention__ttl {
      font-size: 2.5rem; } }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #contents {
    padding: 180px 0 150px; }

  .map__attention {
    padding: 30px; } }
/*------------------------------
		961px以上
------------------------------*/
/*------------------------------
		1181px以上
------------------------------*/
