@charset "UTF-8";
.cmshtml {
  /* CSS Document */
  /*スマホ*/
}

@media (max-width: 767px) {
  .cmshtml .pc_view {
    display: none !important;
  }
  .cmshtml .sp_view {
    display: block !important;
  }
  .cmshtml img {
    max-width: 100%;
    height: auto;
  }
  .cmshtml .h_logo {
    margin: 0 10px;
    max-width: 60%;
  }
  .cmshtml .h_area {
    padding: 15px;
  }
  .cmshtml #slider {
    z-index: -1;
  }
  .cmshtml #m_contents {
    width: 100%;
    margin: 1.875rem 0;
  }
  .cmshtml #contents_l {
    flex: 1 1 auto;
    padding-right: 0;
    margin-bottom: 1.25rem;
  }
  .cmshtml #contents_r {
    width: 100%;
    background: #ccc;
    padding: 1.25rem;
  }
  .cmshtml h2 {
    font-size: 1.7rem !important;
  }
  .cmshtml h3 {
    font-size: 1.4rem !important;
  }
  .cmshtml h4 {
    font-size: 1.2rem !important;
  }
  .cmshtml h5 {
    font-size: 1.1rem !important;
  }
  .cmshtml h6 {
    font-size: 1rem !important;
  }
  .cmshtml #f-area {
    display: block;
  }
  .cmshtml #f_l_main {
    margin: 0 10px 20px 10px;
    padding: 0;
  }
  .cmshtml #tel {
    font-size: 1.7rem;
  }
  .cmshtml #address {
    font-size: 1rem;
  }
  .cmshtml #snsarea_m {
    justify-content: center;
  }
  .cmshtml .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .cmshtml .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .cmshtml .box01 {
    width: 100% !important;
    padding: 0 3% !important;
  }
  .cmshtml .flex50 {
    flex: 0 1 50% !important;
  }
  .cmshtml .telmail {
    display: block;
  }
  .cmshtml .tel {
    max-width: 100%;
    margin: 3%;
  }
  .cmshtml .c_btn a {
    max-width: 100%;
    margin: 3%;
  }
  .cmshtml .adress {
    display: block;
  }
}