@charset "UTF-8";
* {
  -moz-box-sizing: border-box;
  -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;
  overscroll-behavior: none; }

body {
  height: 100%;
  overflow: hidden;
  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: .03em;
  -webkit-text-size-adjust: 100%; }
  @media screen and (min-width: 1080px) {
    body {
      font-size: 1.6rem;
      line-height: 2em;
      letter-spacing: .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 {
  flex: 1; }

.right-box {
  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;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-box-sizing: border-box;
  -moz-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 {
  font-family: 'Inconsolata',"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  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: absolute;
  width: 100%;
  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) {
    header {
      position: relative; } }
  header ul {
    position: relative;
    z-index: 255;
    display: flex;
    justify-content: flex-end;
    margin: 18px 0 0 0; }
    @media screen and (max-width: 767px) {
      header ul {
        display: block;
        margin: 18px 0 20px; } }
    header ul li {
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        header ul li {
          display: block;
          height: 70px; } }
      header ul li a {
        margin: 0 30px 0 0;
        color: crimson;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 8px;
        padding: 20px 20px 20px 20px;
        box-shadow: 5px 2px 9px 1px rgba(0, 0, 0, 0.15);
        font-size: 15px; }
        @media screen and (max-width: 767px) {
          header ul li a {
            display: block;
            color: #fff;
            background-color: #ca004f;
            text-align: center;
            margin: 0 auto;
            width: 70%;
            border-radius: 150px;
            height: 82%;
            line-height: 1.2; } }
    header ul .contact_m {
      margin: 0 8px 0 0;
      color: white;
      background-color: #f30056;
      padding: 20px 20px;
      box-shadow: 5px 2px 9px 1px rgba(0, 0, 0, 0.15);
      border-radius: 100px;
      font-size: 21px; }
      @media screen and (max-width: 767px) {
        header ul .contact_m {
          display: block;
          margin: 0 auto; } }

#logo {
  display: none; }
  @media screen and (max-width: 767px) {
    #logo {
      display: block;
      width: 100%; }
      #logo img {
        width: 96%;
        margin: 30px 10px 0px 10px; } }

.fv00 {
  background-image: url(../img/00_main_visual.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 52vw; }
  @media screen and (max-width: 767px) {
    .fv00 {
      position: relative;
      top: 0vw;
      background-position: bottom,center;
      width: 100%;
      height: 95vw; } }

.fv01 {
  background-image: url(../img/00_main_visual_001-min.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 52vw; }
  @media screen and (max-width: 767px) {
    .fv01 {
      position: relative;
      top: 0vw;
      background-position: bottom,center;
      width: 100%;
      height: 95vw; } }

.fv02 {
  background-image: url(../img/00_main_visual_002-min.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 52vw; }
  @media screen and (max-width: 767px) {
    .fv02 {
      position: relative;
      top: 0vw;
      background-position: bottom,center;
      width: 100%;
      height: 95vw; } }

.first-catch {
  font-family: 'Inconsolata',"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }
  .first-catch a {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: block;
    z-index: 9999;
    position: absolute;
    height: 420px; }
  .first-catch a:hover {
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .first-catch h1 {
    background-image: url(../img/01_rehamo_logo.svg);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    background-size: cover;
    width: 246px;
    height: 150px;
    top: 15px;
    left: 8px;
    filter: drop-shadow(0px 0px 2px white) drop-shadow(0px 0px 2px white) drop-shadow(0px 0px 2px white) drop-shadow(0px 0px 2px white);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
    @media screen and (max-width: 767px) {
      .first-catch h1 {
        display: block;
        height: 250px;
        position: absolute;
        top: -43vw;
        width: 95%;
        background-size: contain;
        left: 2.5vw;
        padding: 0 0 60px 0;
        margin: 0 auto;
        opacity: 0; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .first-catch h1 {
      background-size: cover; } }

    @media screen and (max-width: 320px) {
      .first-catch h1 {
        background-size: contain; } }
    @media screen and (min-width: 768px) and (max-width: 1080px) {
      .first-catch h1 {
        background-size: auto;
        display: none; } }
  .first-catch img.main_copy {
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 9.5vw;
    width: 58vw;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3)); }
    @media screen and (max-width: 767px) {
      .first-catch img.main_copy {
        top: 20.5vw;
        width: 95vw; } }
  .first-catch img.sub_copy {
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 10.5vw;
    width: 58vw;
    filter: drop-shadow(1px 1px 2px black); }
    @media screen and (max-width: 767px) {
      .first-catch img.sub_copy {
        top: 23.5vw;
        width: 95vw; } }
  .first-catch ul {
    display: block;
    margin: 0 auto;
    width: 700px;
    text-align: left;
    position: relative;
    top: 12.5vw;
    left: 25px; }
    @media screen and (max-width: 767px) {
      .first-catch ul {
        width: 100%;
        text-align: left;
        position: relative;
        top: 35vw;
        background-color: #fd4077;
        left: 0px;
        padding: 15px 0 25px 5vw; } }
    .first-catch ul li {
      width: 45%;
      display: inline-block;
      color: #fff;
      font-weight: 100;
      text-shadow: 1px 1px 3px #000000, 0 0 0.3em #333333; }
      @media screen and (max-width: 767px) {
        .first-catch ul li {
          width: 100%;
          display: block;
          font-size: 4.5vw;
          margin: 0 0 2.5vw 0;
          text-shadow: 2px 2px 3px #000000, 0 0 0.3em #333333;
          font-weight: 600; } }

/*

.webp .first-catch{
    background-image: url(../img/00_main_visual.jpg.webp);
    
    @include mq_mobile{
        background-image: url(../img/00_main_visual.jpg);
    }
}

*/
.lp_wrapper {
  background-image: url(../img/z_bg_pop_pattern.svg);
  background-color: rgba(255, 255, 255, 0.75);
  background-blend-mode: lighten;
  background-attachment: scroll;
  background-repeat: repeat;
  width: 1200px;
  padding: 0;
  margin: 0 auto;
  background-size: contain;
  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) {
    .lp_wrapper {
      width: 100%;
      background-image: none; } }
  @media screen and (min-width: 768px) and (max-width: 1080px) {
    .lp_wrapper {
      width: 100%;
      background-image: none; } }

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

#area01 {
  position: relative;
  background-color: #ff4b7e;
  width: 70%;
  border-radius: 0; }
  @media screen and (max-width: 767px) {
    #area01 {
      width: 100%;
      z-index: 250;
      top: 0vw;
      border-radius: 0; } }
  @media screen and (max-width: 320px) {
    #area01 {
      width: 100%;
      z-index: 250;
      top: 0vw;
      border-radius: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1080px) {
    #area01 {
      width: 100%;
      border-radius: 0; } }
  #area01 h2 {
    text-align: left;
    margin: 0px 0 0 20px;
    padding: 15px 0 0 0; }
    @media screen and (max-width: 767px) {
      #area01 h2 {
        margin: 0;
        padding: 0; } }
    @media screen and (max-width: 767px) {
      #area01 h2 img {
        width: 100%; } }
  #area01 .disp {
    text-align: left;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.45;
    padding: 0 0 25px 30px; }
    @media screen and (max-width: 767px) {
      #area01 .disp {
        float: none;
        width: 100%;
        padding: 8px 16px; } }
  #area01 .image {
    width: 604px;
    height: auto;
    position: absolute;
    top: -2vw;
    right: -28vw; }
    @media screen and (max-width: 767px) {
      #area01 .image {
        width: 100%;
        top: 0;
        right: 0;
        position: relative; } }
    @media screen and (min-width: 768px) and (max-width: 1080px) {
      #area01 .image {
        position: relative;
        display: block;
        width: 100%;
        top: 0;
        right: 0; } }
    @media screen and (max-width: 767px) {
      #area01 .image img {
        width: 100%; } }

@media screen and (max-width: 767px) {
  #area02 {
    position: relative;
    z-index: 100;
    top: 15vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    #area02 {
      top: 28vw; } }

@media screen and (min-width: 768px) and (max-width: 1080px) {
  #area02 {
    padding: 30px 25px 25px; } }
#area02 h2 {
  text-align: center;
  margin: 20px 0 15px; }
  @media screen and (max-width: 767px) {
    #area02 h2 {
      margin: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1080px) {
    #area02 h2 {
      width: 100%;
      display: block; } }
  @media screen and (max-width: 767px) {
    #area02 h2 img {
      width: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 1080px) {
    #area02 h2 img {
      width: 100%;
      display: block; } }
#area02 .colum_box {
  display: flex;
  overflow: hidden;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    #area02 .colum_box {
      display: block; } }
  @media screen and (min-width: 768px) and (max-width: 1080px) {
    #area02 .colum_box {
      display: block; } }
  #area02 .colum_box .left-box {
    flex: 1;
    box-sizing: border-box;
    margin: 0 35px 0 0; }
    @media screen and (max-width: 767px) {
      #area02 .colum_box .left-box {
        margin: 0; } }
    @media screen and (min-width: 768px) and (max-width: 1080px) {
      #area02 .colum_box .left-box {
        width: 100%; } }
    #area02 .colum_box .left-box ul.check_point {
      background-color: #e3e3e3;
      padding: 18px 18px 10px 24px; }
      @media screen and (max-width: 767px) {
        #area02 .colum_box .left-box ul.check_point {
          margin: 12px 0 0; } }
      @media screen and (min-width: 768px) and (max-width: 1080px) {
        #area02 .colum_box .left-box ul.check_point {
          margin: 15px 0 35px; } }
      #area02 .colum_box .left-box ul.check_point li {
        color: #222;
        font-weight: 600;
        line-height: 1.65;
        background-image: url(../img/z_check.svg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: 21px;
        padding: 0 0 0 30px;
        margin: 0 0 10px 0; }
#area02 .right-box {
  flex: 1.1;
  box-sizing: border-box;
  text-align: right; }
  @media screen and (min-width: 768px) and (max-width: 1080px) {
    #area02 .right-box {
      text-align: left; } }
  @media screen and (max-width: 767px) {
    #area02 .right-box img {
      width: 100%; } }
#area02 .disp {
  font-weight: 600;
  line-height: 1.4;
  font-size: 20px;
  color: #111;
  background-color: rgba(255, 255, 255, 0.35);
  margin: 5px 0 0px 0; }
  @media screen and (min-width: 768px) and (max-width: 1080px) {
    #area02 .disp {
      padding: 0 20px; } }

#area03 {
  background-color: #ff4b7e;
  padding: 10px 25px 25px;
  margin: 50px 0 0 0; }
  @media screen and (max-width: 767px) {
    #area03 {
      margin: 28vw 0 0 0;
      padding: 12px 8px 15px; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    #area03 {
      margin: 35vw 0 0 0; } }

  #area03 h2 img {
    width: 100%;
    padding: 10px 0 30px 0; }
  #area03 .disp {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin: 3px 0 0 0; }
  #area03 .colum_box {
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    margin: 30px 0 0 0; }
    @media screen and (max-width: 767px) {
      #area03 .colum_box {
        display: block; } }
    @media screen and (min-width: 768px) and (max-width: 1080px) {
      #area03 .colum_box {
        display: block; } }
    #area03 .colum_box img {
      margin: 0 25px 0 0; }
      @media screen and (max-width: 767px) {
        #area03 .colum_box img {
          margin: 0;
          width: 100%; } }
      @media screen and (min-width: 768px) and (max-width: 1080px) {
        #area03 .colum_box img {
          width: 30%; } }
    #area03 .colum_box img:last-child {
      flex: 1;
      box-sizing: border-box;
      margin: 0; }
      @media screen and (max-width: 767px) {
        #area03 .colum_box img:last-child {
          margin: 0;
          width: 100%; } }

#area04 {
  padding: 50px 25px 25px; }
  @media screen and (max-width: 767px) {
    #area04 {
      padding: 8px; } }
  #area04 .disp {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin: 30px 0 12px 0; }
    @media screen and (max-width: 767px) {
      #area04 .disp {
        margin: 30px 5px 25px 5px; } }
  #area04 .colum_box {
    display: flex;
    overflow: hidden;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      #area04 .colum_box {
        display: block; } }
    @media screen and (min-width: 768px) and (max-width: 1080px) {
      #area04 .colum_box {
        display: block; } }
    #area04 .colum_box img {
      flex: 1;
      box-sizing: border-box;
      margin: 0px 25px 0 0; }
      @media screen and (max-width: 767px) {
        #area04 .colum_box img {
          margin: 0;
          width: 100%; } }
  #area04 .right-box {
    flex: 1.1;
    box-sizing: border-box;
    text-align: right; }
    @media screen and (max-width: 767px) {
      #area04 .right-box {
        margin: 0;
        width: 100%;
        display: block; } }
    @media screen and (min-width: 768px) and (max-width: 1080px) {
      #area04 .right-box {
        display: block;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      #area04 .right-box img {
        margin: 0;
        padding: 0;
        width: 100%;
        display: block; } }
    @media screen and (min-width: 768px) and (max-width: 1080px) {
      #area04 .right-box img {
        display: inline-block;
        width: 45%;
        vertical-align: top; } }
  #area04 ul.check_point {
    background-color: #e3e3e3;
    padding: 18px 18px 10px 24px;
    margin: 30px 0 30px 0; }
    #area04 ul.check_point li {
      color: #222;
      font-weight: 600;
      line-height: 1.65;
      background-image: url(../img/z_check.svg);
      background-position: left;
      background-repeat: no-repeat;
      padding: 0 0 0 30px;
      margin: 0 0 10px 0;
      background-size: 21px; }

.illust_map {
  width: 100%;
  overflow: hidden; }
  .illust_map img {
    width: 100%; }

#info-map {
  margin: 50px 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 .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-flex;
    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: calc(100% / 7);
    height: 50px;
    -webkit-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 white;
    z-index: 1; }
  #info-map .cross {
    width: 21px;
    height: 3px;
    background: #606060;
    margin: 25px 0 0 43%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-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);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-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; }

.pr_area {
  width: calc(100% * 1150 / 1280);
  max-width: 1150px;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 65px 0; }
  .pr_area a img {
    width: 80%;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .pr_area a img {
        width: 100%;
        margin: 0 auto;
        text-align: center; } }

.stretched-link::after {
  z-index: -999999999; }

/*# sourceMappingURL=style.css.map */
