@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*, h1, h2, h3, h4, h5, p {
  padding: 0;
  margin: 0;
}

html {
  font-size: 10px;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

body {
  height: 100%;
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  background-color: #FFF;
  font-family: "Inconsolata", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.8em;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 1080px) {
  body {
    font-size: 1.6rem;
    line-height: 2em;
    letter-spacing: 0.03em;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

ul, li {
  list-style: none;
}

a {
  color: #ff3f6b;
  text-decoration: none;
}
a:focus {
  outline: none;
}

*:focus {
  outline: none;
}

img {
  vertical-align: bottom;
  border: 0px;
}

section {
  position: relative;
  z-index: 100;
}

.section-wrapper {
  padding: 8rem 14% 9rem;
}
@media screen and (max-width: 767px) {
  .section-wrapper {
    padding: 4rem 2.5rem 2.5rem;
  }
}

h2 {
  color: #52c2ee;
  font-size: 4.7vw;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 3.5rem;
  }
}
h2 span {
  display: block;
  font-size: 1.1vw;
  font-weight: normal;
  margin-top: 1px;
}
@media screen and (max-width: 767px) {
  h2 span {
    font-size: 2rem;
  }
}

.left-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.right-box {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

@media screen and (max-width: 767px) {
  br {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  br {
    display: none;
  }
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.gray {
  background: #f5f5f5;
}

@media screen and (min-width: 1080px) {
  .pc-none {
    display: none;
  }
}

/****************************************
1. General Setting
*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

html {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  html {
    width: 99%;
    margin: 0 auto;
  }
}

img {
  vertical-align: text-bottom;
}

iframe {
  width: 100% !important;
}

a {
  text-decoration: none;
  color: #ff3f6b;
}

a:hover {
  color: #ffa4b9;
}

.clear {
  clear: both;
  line-height: 0;
}

header {
  position: relative;
  width: 100%;
}
header ul {
  position: relative;
  z-index: 255;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 12px 0 0 0;
  padding: 45px 0 45px 0;
}
@media screen and (max-width: 767px) {
  header ul {
    display: block;
    padding: 0;
    margin: 0 0 15px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  header ul {
    display: block;
    padding: 0;
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 320px) {
  header ul {
    display: block;
    padding: 0;
    margin: 0 0 15px 0;
  }
}
header ul li {
  font-weight: 600;
  font-size: 1.75vw;
  margin: 0px 40px 0 0;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  header ul li {
    padding: 0 0 0 25px;
    background-color: rgba(255, 155, 150, 0.5);
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  header ul li {
    padding: 0 0 0 25px;
    background-color: rgba(255, 155, 150, 0.5);
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 320px) {
  header ul li {
    padding: 0 0 0 25px;
    background-color: rgba(255, 155, 150, 0.5);
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0;
  }
}
header ul li a {
  margin: 0 40px 0 0;
  color: crimson;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  padding: 9px 15px 8px 15px;
  font-size: 18px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 767px) {
  header ul li a {
    vertical-align: top;
    line-height: 3.5;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    text-align: center;
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: 0;
    border-radius: 100px;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  header ul li a {
    vertical-align: top;
    line-height: 3.5;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    text-align: center;
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: 0;
    border-radius: 100px;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 320px) {
  header ul li a {
    vertical-align: top;
    line-height: 3.5;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    text-align: center;
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: 0;
    border-radius: 100px;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  }
}
header ul li a:hover {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
@media screen and (max-width: 767px) {
  header ul li:nth-child(1) {
    border-top: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  header ul li:nth-child(1) {
    border-top: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  header ul li:nth-child(1) {
    border-top: 1px solid #ccc;
  }
}
header ul li:nth-child(1):before {
  content: "";
  background-image: url(../img/low_m_01_about_icon.svg);
  display: block;
  width: 80px;
  height: 80px;
  position: relative;
  left: 15%;
  bottom: 10%;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  header ul li:nth-child(1):before {
    left: 0;
    bottom: 0;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header ul li:nth-child(1):before {
    left: 0;
    bottom: 0;
    display: none;
  }
}
@media screen and (max-width: 320px) {
  header ul li:nth-child(1):before {
    left: 0;
    bottom: 0;
    display: none;
  }
}
header ul li:nth-child(2):before {
  content: "";
  background-image: url(../img/low_m_02_user_icon.svg);
  display: block;
  width: 80px;
  height: 80px;
  position: relative;
  left: 13%;
  bottom: 10%;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  header ul li:nth-child(2):before {
    left: 0;
    bottom: 0;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header ul li:nth-child(2):before {
    left: 0;
    bottom: 0;
    display: none;
  }
}
@media screen and (max-width: 320px) {
  header ul li:nth-child(2):before {
    left: 0;
    bottom: 0;
    display: none;
  }
}
header ul li:nth-child(3):before {
  content: "";
  background-image: url(../img/low_m_03_price_icon.svg);
  display: block;
  width: 80px;
  height: 80px;
  position: relative;
  left: -13%;
  bottom: 4%;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  header ul li:nth-child(3):before {
    left: 0;
    bottom: 0;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header ul li:nth-child(3):before {
    left: 0;
    bottom: 0;
    display: none;
  }
}
@media screen and (max-width: 320px) {
  header ul li:nth-child(3):before {
    left: 0;
    bottom: 0;
    display: none;
  }
}
header ul li:nth-child(4):before {
  content: "";
  background-image: url(../img/low_m_04_question_icon.svg);
  display: block;
  width: 80px;
  height: 80px;
  position: relative;
  left: 16%;
  bottom: 10%;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  header ul li:nth-child(4):before {
    left: 0;
    bottom: 0;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header ul li:nth-child(4):before {
    left: 0;
    bottom: 0;
    display: none;
  }
}
@media screen and (max-width: 320px) {
  header ul li:nth-child(4):before {
    left: 0;
    bottom: 0;
    display: none;
  }
}
header ul li:nth-child(5):before {
  content: "";
  background-image: url(../img/low_m_05_access_icon.svg);
  display: block;
  width: 80px;
  height: 80px;
  position: relative;
  left: 0%;
  bottom: 10%;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  header ul li:nth-child(5):before {
    left: 0;
    bottom: 0;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header ul li:nth-child(5):before {
    left: 0;
    bottom: 0;
    display: none;
  }
}
@media screen and (max-width: 320px) {
  header ul li:nth-child(5):before {
    left: 0;
    bottom: 0;
    display: none;
  }
}
header ul li:nth-child(6):before {
  content: "";
  background-image: url(../img/low_m_06_contact_icon.svg);
  display: block;
  width: 80px;
  height: 80px;
  position: relative;
  left: 21%;
  bottom: 10%;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  header ul li:nth-child(6):before {
    left: 0;
    bottom: 0;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header ul li:nth-child(6):before {
    left: 0;
    bottom: 0;
    display: none;
  }
}
@media screen and (max-width: 320px) {
  header ul li:nth-child(6):before {
    left: 0;
    bottom: 0;
    display: none;
  }
}
header ul li:last-child {
  margin: 0;
}
header ul .contact_m {
  margin: 0;
  color: white;
  background-color: #f30056;
  padding: 10px 18px;
  -webkit-box-shadow: 5px 2px 9px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 2px 9px 1px rgba(0, 0, 0, 0.15);
  border-radius: 150px;
  font-size: 21px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media screen and (max-width: 767px) {
  header ul .contact_m {
    margin: 0 auto;
    padding: 0;
    border-radius: 150px;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  header ul .contact_m {
    margin: 0 auto;
    padding: 0;
    border-radius: 150px;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 320px) {
  header ul .contact_m {
    margin: 0 auto;
    padding: 0;
    border-radius: 150px;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  }
}
header ul .contact_m:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#logo {
  display: block;
  padding: 40px 0 65px 0;
  background-color: #ffe2db;
}
#logo img {
  width: 50%;
  text-align: center;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #logo img {
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #logo img {
    width: 75%;
  }
}
@media screen and (max-width: 320px) {
  #logo img {
    wifth: 100%;
  }
}

#ReHaMo-Logo {
  text-align: center;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  #ReHaMo-Logo {
    z-index: 1;
  }
}

.low_wrapper {
  background-image: url(../img/z_bg_pop_pattern.svg);
  background-attachment: scroll;
  background-repeat: repeat;
  background-size: contain;
  width: 1200px;
  padding: 0;
  margin: 0 auto;
  font-family: "Inconsolata", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .low_wrapper {
    width: 100%;
    background: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .low_wrapper {
    width: 100%;
    background: none;
  }
}

#info-map {
  background-color: rgba(255, 255, 255, 0.85);
  margin: 90px 0 55px 0;
  /* Cross */
}
#info-map .left_colum {
  vertical-align: top;
  display: block;
  width: 100%;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 767px) {
  #info-map .left_colum {
    width: 98%;
    display: block;
    vertical-align: top;
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #info-map .left_colum {
    width: 100%;
    display: block;
    padding: 0 0 0 20px;
  }
}
#info-map .left_colum .title {
  font-size: 4vw;
  color: #fff;
  background-color: #fe4c7f;
  border-radius: 4px;
  padding: 2vw 0 2vw 2vw;
  width: 90%;
}
@media screen and (max-width: 767px) {
  #info-map .left_colum .title {
    font-size: 11vw;
    padding: 6vw 0 6vw 3vw;
  }
}
#info-map .left_colum .service_info dt {
  font-size: 28px;
  color: #000;
  margin: 28px 0 0 0;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #info-map .left_colum .service_info dt {
    font-size: 25px;
    font-weight: 600;
    color: #000;
  }
}
#info-map .left_colum .service_info dd {
  font-size: 22px;
  margin: 3px 0 0 15px;
  color: #ff0049;
  font-weight: 600;
  font-family: "Inconsolata", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  #info-map .left_colum .service_info dd {
    font-size: 25px;
  }
}
#info-map .left_colum .overview_info {
  margin: 55px 0 350px 0;
}
#info-map .left_colum .overview_info p {
  margin: 28px 0 0 0;
}
#info-map .left_colum .overview_info p a {
  font-size: 28px;
  font-weight: 600;
}
#info-map .left_colum .overview_info p a .pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  #info-map .left_colum .overview_info p a .pc-none {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #info-map .left_colum .overview_info p a {
    font-size: 22px;
    font-weight: 600;
  }
}
#info-map .illust_map img {
  width: 100%;
}
#info-map .right_colum {
  vertical-align: top;
  display: block;
  width: 100%;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 767px) {
  #info-map .right_colum {
    width: 100%;
    display: block;
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #info-map .right_colum {
    width: 100%;
    display: block;
    padding: 0 20px 0 20px;
  }
}
#info-map .right_colum iframe {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  height: 900px;
}
@media screen and (max-width: 767px) {
  #info-map .right_colum iframe {
    height: 350px;
  }
}
#info-map .right_colum iframe .gm-style {
  left: 120px !important;
}
@media screen and (max-width: 767px) {
  #info-map .right_colum iframe .gm-style {
    left: 0px !important;
  }
}
#info-map .no-service {
  font-size: 18px;
  color: #000;
  font-family: "Inconsolata", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  #info-map .no-service {
    line-height: 1;
  }
}
#info-map .no-service span {
  font-size: 14px;
  margin: 8px 0 0 0;
}
#info-map .m-scroll-table {
  position: relative;
  margin: 40px 0;
  width: 90%;
  font-family: "Inconsolata", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  #info-map .m-scroll-table {
    width: 99%;
  }
}
#info-map .fixed-area {
  width: 130px;
  background: #F0F0F0;
}
#info-map .fixed-area {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #DDD;
  border-radius: 3px 0 0 3px;
  z-index: 1;
}
#info-map .scroll-area {
  padding-left: 130px;
}
@media screen and (max-width: 767px) {
  #info-map .scroll-area {
    padding-left: 105px;
  }
}
#info-map .scroll-area {
  position: relative;
  width: 100%;
  border: 1px solid #DDD;
  border-left: 0 none;
  border-radius: 0 3px 3px 0;
  overflow: hidden;
}
#info-map .row {
  margin-bottom: 35px;
}
#info-map .scroll-area .col:not(:last-child) {
  border-bottom: 1px solid #DDD;
}
#info-map .scroll-area .col {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#info-map .scroll-area .col .row {
  text-align: center;
  padding-left: 0;
}
#info-map .scroll-area .col .row:not(:last-child) {
  border-right: 1px solid #DDD;
}
#info-map .scroll-area .col .row {
  width: -webkit-calc(100% / 7);
  width: 14.2857142857%;
  height: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#info-map .scroll-area .col .row .circle {
  border: 2px solid #606060;
  border-radius: 50%;
  margin: 0 auto;
}
#info-map .scroll-area .col .row .circle, #info-map .scroll-area .col .row .triangle {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
#info-map .fixed-area {
  width: 130px;
  background: #ff487c;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #info-map .fixed-area {
    width: 105px;
  }
}
#info-map .fixed-area {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #DDD;
  border-radius: 3px 0 0 3px;
  z-index: 1;
}
#info-map .fixed-area .col:last-child {
  border-bottom: 0 none;
}
#info-map .fixed-area .col {
  position: relative;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #DDD;
  line-height: 50px;
  padding-left: 14px;
}
@media screen and (max-width: 767px) {
  #info-map .fixed-area .col {
    padding-left: 8px;
  }
}
#info-map .scroll-area .col .row .triangle::before {
  bottom: 0;
  border-width: 0 8px 15px;
  border-color: transparent transparent silver;
}
#info-map .scroll-area .col .row .triangle::after, #info-map .scroll-area .col .row .triangle::before {
  content: "";
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  right: 0;
}
#info-map .scroll-area .col .row .triangle::after {
  bottom: -1.5px;
  border-width: 0 5px 11px;
  border-color: transparent transparent rgb(255, 255, 255);
  z-index: 1;
}
#info-map .cross {
  width: 21px;
  height: 3px;
  background: #606060;
  margin: 25px 0 0 43%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
}
@media screen and (max-width: 767px) {
  #info-map .cross {
    margin: 25px 0 0 14%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #info-map .cross {
    margin: 25px 0 0 41%;
  }
}
@media screen and (max-width: 320px) {
  #info-map .cross {
    margin: 25px 0 0 5px;
  }
}
#info-map .cross:after {
  content: "";
  width: 21px;
  height: 3px;
  background: #606060;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#info-map .service strong {
  font-size: 21px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #info-map .service strong {
    font-size: 15px;
  }
}
#info-map .time {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #info-map .time {
    font-size: 12px;
  }
}
#info-map .satur {
  color: #00a7e9;
}
#info-map .sun {
  color: #dd0841;
}
/*# sourceMappingURL=ac_style.css.map */