@charset "UTF-8";
@media only screen and (max-width: 1420px) {
  .lan-sec01 .postion-txt {
    bottom: -50px;
  }
}

@media screen and (min-width: 601px) and (max-width: 1292px) {
  /*---------------------------
        camera
    ----------------------------*/
  .common-layout-top .r-box .common-layout-txtbox ul {
    padding: 35px 50px;
  }
  .common-layout-top .r-box {
    top: 10px;
    right: 2%;
  }
  .camera-sec01-obi {
    background: url(../img/camera/sec01-bg.png) no-repeat #16a5a5 -248px 50% / auto
      100%;
  }
  /*---------------------------
        lan
    ----------------------------*/
  .lan-sec01 .postion-txt {
    bottom: -50px;
  }
}

@media only screen and (max-width: 1249px) {
  .header-in.for-pc .r-box {
    width: 83%;
    padding-left: 0%;
  }
  .footer-inner .inner .r-box {
    width: 76%;
    padding: 2% 0 0;
  }
  .footer-inner .inner .l-box {
    width: 24%;
  }
  .top-sec02 .sec02-tit .inner .top-sec02-label {
    left: 0;
  }
  .top-sec02 .sec02-tit .inner .top-sec02-title {
    padding-left: 200px;
  }
  .top-sec02 .sec02-tit .inner .top-sec02-title:before {
    right: -53px;
  }
}

@media only screen and (max-width: 600px) {
  body {
    min-width: inherit;
  }
  .pc-head {
    display: none;
  }
  .pc-main-nav {
    display: none;
  }
  .for-sp {
    display: block !important;
    background: #0655ae;
  }
  .for-pc {
    display: none !important;
  }
  .return-btn a,
  .return-btn a:hover {
    padding: 3% 2%;
    background-position: 95% 50%;
  }
  section {
    padding: 30px 0;
  }
  .tit-jp-en {
    margin-bottom: 34px;
  }
  .tit-jp-en .jp {
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .tit-jp-en .en {
    font-size: 2rem;
    line-height: 1.4;
  }
  .common-bnr .common-bnr-inner .common-bnr-flex .r-box .r-box-btn:after {
    display: none;
  }
  .common-bnr h3:before {
    display: none;
  }
  .common-bnr .common-bnr-inner .common-bnr-flex .l-box,
  .common-bnr .common-bnr-inner .common-bnr-flex .r-box {
    width: 100%;
    margin-right: 0;
  }
  .common-bnr .common-bnr-inner .common-bnr-flex .l-box {
    margin-bottom: 30px;
  }
  .common-bnr h3 {
    font-size: 1.6rem;
  }
  .common-bnr .common-bnr-inner .common-bnr-flex {
    display: block;
  }
  .common-maker .flex:before {
    display: none;
  }
  .common-maker .flex ol li img {
    margin: 0 auto;
  }
  .common-maker .flex .l-box,
  .common-maker .flex .r-box {
    width: 100%;
  }
  .common-maker .flex .l-box {
    margin-bottom: 30px;
  }
  .common-maker .common-maker-bottom {
    padding: 30px 20px 20px;
  }
  .common-maker {
    padding: 30px 20px 20px;
  }
  /* ===== header ===== */
  header {
    height: 64px;
  }
  header .utility-sp {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #007dd7;
    width: 100%;
    height: 64px;
    padding: 0;
  }
  #header {
    display: block;
    background: url(../../img/main-mv.jpg) no-repeat;
    background-size: cover;
    background-position: left top;
    content: "";
    width: 100%;
    height: inherit;
  }
  .sub-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #0188da;
    background-image: url(../../img/head-top-bg-repeat.png);
    width: 100%;
  }
  .header-sp-logo {
    padding-left: 2%;
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
    width: 213px;
  }
  .header-sp-logo img {
    width: 100%;
  }
  .utility-sp {
    position: relative;
    width: 100%;
  }
  .btn-tel,
  .btn-menu {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
  }
  .btn-tel {
    right: 64px;
  }
  .btn-tel a {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    background: #14cd78 url(../img/common/icon_tel_sp.svg) no-repeat center top
      5px;
    background-size: 34px 34px;
    width: 64px;
    height: 64px;
    padding-top: 41px;
  }
  p.head-sp-logo {
    width: 177px;
    padding: 20px;
  }
  /* ===== global nav ===== */
  #g-nav-sp {
    position: absolute;
    top: 64px;
    left: 0;
    display: none;
    background-color: #16a5a5;
    width: 100%;
    height: 100vh;
    padding: 3%;
    z-index: 999;
  }
  .g-nav-sp-in {
    height: 80vh;
    overflow-y: auto;
  }
  .dropmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 5%;
  }
  #g-nav-sp li {
    background-color: #fff;
    width: 100%;
    margin-bottom: 8px;
  }
  .dropmenu li ul li {
    margin-bottom: 0 !important;
  }
  .dropmenu li ul {
    display: none;
  }
  #g-nav-sp li.harf {
    width: 49%;
  }
  #g-nav-sp li.harf a,
  li.g-nav-icon a {
    background-size: 24px 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #g-nav-sp li,
  .dropmenu > li > a {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 2%;
    color: #6d4f3f;
  }
  #g-nav-sp li br,
  .dropmenu > li > a br {
    display: none;
  }
  #g-nav-sp li,
  .dropmenu > li > a::before {
    content: "";
    display: inline-block;
  }
  .dropmenu li ul li a {
    border-top: 1px solid #ccc;
    padding: 15px 0 15px 52px !important;
  }
  /* ハンバーガーメニュー */
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 64px;
    height: 64px;
    background-color: #16a5a5;
    padding: 0 15px;
  }
  .menu-trigger span {
    position: absolute;
    height: 2px;
    background-color: #fff;
    left: 15px;
    width: 34px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 17px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 31px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 17px;
  }
  .active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(14px) rotate(-45deg);
    -ms-transform: translateY(14px) rotate(-45deg);
    transform: translateY(14px) rotate(-45deg);
  }
  .active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-14px) rotate(45deg);
    -ms-transform: translateY(-14px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg);
  }
  .sub-title {
    margin: 60px 0 0;
  }
  /*---------------------------
        footer
    ----------------------------*/
  footer {
    padding-bottom: 149px;
  }
  .foot-nav-sp {
    display: block;
  }
  .foot-nav-sp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
  }
  .foot-nav-sp li {
    width: 50%;
    text-align: center;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
  }
  .foot-nav-sp a {
    display: block;
    background: #0655ae;
    color: #fff;
    padding: 15px 0;
    font-size: 1.4rem;
    height: 100%;
  }
  .ft-inner .foot-logo {
    background-size: 40% auto;
    padding-bottom: 110px;
  }
  .ft-inner .foot-logo p {
    text-align: left;
    margin-top: 20px;
  }
  .footer-sec .footer-sec01,
  .footer-sec .footer-sec02 {
    margin-bottom: 30px;
  }
  .footer-sec h2 {
    font-size: 1.8rem;
  }
  .footer-sec01 .tel_txt {
    font-size: 1.3rem;
  }
  .ft-inner .opentimes table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.2rem;
  }
  .ft-inner .opentimes td {
    width: auto;
  }
  .ft-flex.flex .ft-tel {
    display: none;
  }
  .ft-flex.flex .l-box {
    width: 100%;
    text-align: center;
  }
  .ft-flex.flex .l-box .foot-logo img {
    margin: 0 auto;
  }

  .tel_txt {
    font-size: 15px;
  }

  .map iframe {
    width: 100%;
    height: 300px;
  }

  .ft-inner .ft-flex .r-box {
    width: 100%;
    margin-top: 30px;
  }

  .foot-nav-sp {
    padding-top: 30px;
  }
  .sp_ft {
    height: 100px;
    position: fixed;
    width: 100%;
    z-index: 801;
    padding: 20px;
    background: #fff;
    left: 0;
    bottom: 0;
  }

  .sp_ft .tel_txt {
    color: #000000;
    padding: 0px;
    font-size: 1.3rem;
    text-align: center;
    padding-top: 5px;
  }

  .medical-hair-removal {
    padding: 10px 20px;
  }

  .sp_ft .ft-tel {
    width: 50%;
    filter: brightness(0.3);
  }
  .sp_ft .ft-pc-line,
  .sp_ft .ft-pc-contact {
    width: 48%;
  }
  .sp_ft .ft-pc-line a,
  .sp_ft .ft-pc-contact a {
    display: block;
    padding: 15px 25px;
    text-align: center;
  }
  .sp_ft .ft-pc-line a img,
  .sp_ft .ft-pc-contact a img {
    vertical-align: middle;
    display: inline-block;
  }
  .sp_ft .ft-pc-line {
    background: #00b900;
    margin-right: 2%;
  }
  .sp_ft .ft-pc-contact {
    background: #ba7d3a;
  }

  /*---------------------------
        top-news
    ----------------------------*/
  .datumo_banner {
    padding-top: 2em;
  }
  .top-news .flex {
    display: block;
  }
  .top-news .flex .top-news-cont,
  .top-news .flex .top-news-head {
    width: 100%;
  }
  .top-news .flex .top-news-head {
    margin-bottom: 30px;
  }
  .top-news-head::before {
    content: "";
    width: 110px;
    height: 1px;
    background: #d5c391;
    position: absolute;
    top: 7%;
    left: -32px;
    transform: rotate(-40deg);
  }

  .top-news-head {
    height: 150px;
  }

  /*---------------------------
        top-sec01
    ----------------------------*/
  .top-important {
    padding-top: 40px;
  }
  .top-mv-slider .slick-dots {
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }
  .top-mv .top-mv-item {
    position: relative;
    right: auto;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .top-mv .top-mv-item img {
    margin: 1.5rem auto 0;
    background: none;
    width: 95%;
  }
  .top-sec01 {
    padding-bottom: 60px;
    background: url(../img/top/top-sec01bgSp.png) no-repeat center top/cover;
    min-height: auto;
    padding-top: 200px;
    min-height: 850px;
  }
  .top-important .item1 {
    margin-bottom: 20px;
  }
  .top-sec01 p {
    width: 100%;
  }
  .top-sec01 h2 {
    font-size: 2.2rem;
  }

  .top-important .item1 .flex > img {
    width: 100%;
    padding-bottom: 20px;
  }

  .top-important .item1 .flex .textbox {
    width: 100%;
  }

  /*---------------------------
        top-sec02
    ----------------------------*/
  .top-sec02 {
    height: auto;
    background-size: 200% auto;
    background-position: right top;
    padding-bottom: 100px;
  }
  .top-sec02 .top-sec02-item {
    width: 100%;
    margin-left: auto;
  }
  .top-sec02 .top-sec02-item::before {
    left: 0;
  }
  /*---------------------------
        top-sec03
    ----------------------------*/
  .top-sec03 .content-area {
    padding-bottom: 3rem;
  }
  .top-sec03-item01 .flex img {
    width: 100%;
    margin-bottom: 10px;
  }
  .top-sec03-item01 .flex .textbox {
    width: 100%;
  }
  .top-sec03-item2 {
    font-size: 1.8rem;
  }

  /*---------------------------
        top-sec04
    ----------------------------*/
  .top-sec04 {
    background: url(../img/top/sihka.png) no-repeat;
    background-size: contain;
    background-position: top 0;
  }
  .top-sec04 h2 {
    width: 50%;
    margin: 0 auto 40px;
  }
  .top-sec04 .flex a {
    width: 46%;
    height: 185px;
  }
  .top-sec04 .flex a p {
    font-size: 1.5rem;
  }
  /*---------------------------
        top-sec05
    ----------------------------*/
  .top-sec05 ul.flex {
    margin-bottom: 50px;
  }
  .top-sec05 ul li {
    width: 100%;
  }
  /*---------------------------
        pages
    ----------------------------*/
  .pages-main-bg {
    background: url(../img/common/pages-mv-bg.jpg) no-repeat center right/cover;
  }
  .pages-main-bg h1 {
    font-size: 2.2rem;
    margin: 0;
    padding: 30px 0;
    font-weight: normal;
  }
  .common-layout-top .r-box,
  .common-layout-top .l-box {
    width: 100%;
  }
  .common-layout-top .r-box {
    max-width: 100%;
    position: initial;
    margin-top: 40px;
    padding: 30px 10px;
  }
  .common-layout-top .r-box .common-layout-txtbox {
    padding: 10px;
  }
  .common-layout-top .r-box .common-layout-txtbox ul {
    padding: 20px;
  }
  .common-layout-top .r-box .common-layout-txtbox ul li {
    font-size: 1.4rem;
    padding-left: 20px;
  }
  h2.icon-tit {
    margin: 0 auto 50px;
    font-size: 2rem;
  }
  h2.icon-tit:before {
    width: 204px;
    height: 125px;
  }
  /*---------------------------
        news-list
    ----------------------------*/
  .news_main_side #main,
  .news_main_side #side,
  .news_main_side #main ul li .l-box,
  .news_main_side #main ul li .r-box {
    width: 100%;
    max-width: 100%;
  }
  .news_main_side {
    margin-bottom: 60px;
    padding-bottom: 0;
  }
  .news_main_side #main .single_tit {
    margin-top: 30px;
  }
  .news_main_side .wp-pagenavi {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  /*---------------------------
        news-single
    ----------------------------*/
  .news-single #main {
    margin-bottom: 50px;
  }
  .news-single .btn {
    margin-top: 30px;
  }
  /*---------------------------
        copany
    ----------------------------*/
  .company-sec01 .inner .copany-box .l-box,
  .company-sec01 .inner .copany-box .r-box,
  .company-sec01 .inner .copany-box .gray-bg ul li,
  .company-sec02 ul li {
    width: 100%;
  }
  .company-sec01 .inner .copany-box .r-box img {
    max-width: 200px;
    margin: 20px auto 0 auto;
  }
  .company-sec01 .inner .copany-box .gray-bg {
    padding: 30px 20px;
  }
  .company-sec01 .inner .copany-box .gray-bg ul li dl dd {
    font-size: 1.4rem;
  }
  .company-sec01 .inner .copany-box .gray-bg ul li dl dt {
    font-size: 1.6rem;
  }
  .company-sec01 .inner .copany-box .gray-bg ul li:nth-of-type(6) {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
  .gmap iframe {
    height: 260px;
  }
  .company-sec01 .inner .map-btn ul {
    display: block;
  }
  .company-sec01 .inner .map-btn ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .company-sec01 .inner .copany-box h2 img {
    height: 80px;
  }
  .company-sec01 .inner .copany-box:nth-of-type(1) {
    margin-bottom: 70px;
  }
  .company-sec01 .inner .copany-box:nth-of-type(2) {
    margin-bottom: 0px;
  }
  /*camera
    *****************************************/
  .camera-sec01 .flex .l-box,
  .camera-sec01 .flex .r-box,
  .camera-sec01-bottom ul li,
  .camera-sec02 .camera-sec02-bottom ul li {
    width: 100%;
  }
  .camera-sec01 .flex .r-box h3 {
    font-size: 2rem;
    margin-bottom: 25px;
    line-height: 1.6;
  }
  .camera-sec01 {
    padding-bottom: 0;
  }
  .camera-sec01-obi h3 {
    width: 100%;
    font-size: 1.6rem;
  }
  .camera-sec01-bottom ul li,
  .camera-sec02 .camera-sec02-bottom ul li {
    margin-bottom: 70px;
  }
  .camera-sec01-bottom h3 {
    font-size: 2rem;
    padding: 10px 0;
    margin-bottom: 0;
  }
  /*lan
    *****************************************/
  .lan-sec02 .flex .r-box,
  .lan-sec02 .flex .l-box {
    width: 100%;
  }
  .lan-sec01 .fukishi-txt {
    padding: 20px 10px;
  }
  .lan-sec01 .fukishi-txt p {
    font-size: 2rem;
  }
  .lan-sec02 .merit-txt {
    padding: 46px 10px 35px 10px;
  }
  .lan-sec02 .merit-txt h3 {
    max-width: 318px;
    padding: 10px 0;
  }
  .lan-sec03 .lan-sec03-txt h3 {
    font-size: 2rem;
    margin-bottom: 30px;
    line-height: 1.4;
  }
  /*contact
    *****************************************/
  .contact-sec01 .inner {
    padding: 0;
  }
  .contact-sec01 .inner .mw_wp_form .form-table table th,
  .contact-sec01 .inner .mw_wp_form .form-table table td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .contact-sec01 .inner .mw_wp_form .form-table table th {
    border-bottom: none;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
  }
  .contact-sec01 .inner .mw_wp_form .form-table table td {
    padding-bottom: 30px;
  }
  .contact-sec01
    .inner
    .mw_wp_form
    .form-table
    table
    td
    .mwform-checkbox-field {
    width: 49%;
    font-size: 1.4rem;
  }
  .contact-sec01 .inner .form-img table th {
    text-align: center !important;
  }
  .contact-sec01 .inner .mw_wp_form .form-table table td {
    padding: 20px 0 30px 0;
  }
  .contact-sec01 .inner .form-img table td #attachment label {
    padding: 5px 15px 5px 0px;
  }
  .contact-sec01
    .inner
    .mw_wp_form_preview
    .form-table
    table
    td
    #attachment
    label {
    padding: 5px 15px 5px 15px;
  }
  .contact-sec01 .inner .form-img table td {
    padding: 30px 20px !important;
  }
  .contact-sec01 .inner .privacy-box .privacy-box-inner {
    padding: 20px 20px;
    max-height: 200px;
  }
  .contact-sec01 .inner .tell-bnr-inner {
    margin-bottom: 40px;
  }
  .contact-sec01 .inner .mw_wp_form {
    margin: 30px auto 0 auto;
  }
  .contact-sec01 .inner .mw_wp_form .submit-btn input {
    margin: 40px auto 30px;
    padding: 15px 20px;
  }
  .contact-sec01 .inner .mw_wp_form .form-table table td textarea {
    height: 200px;
  }
  /*bijiphone
    *****************************************/
  .bijiphone-sec03 .flex .l-box,
  .bijiphone-sec03 .flex .r-box,
  .biliphone-sec05 .check-box .flex .l-box,
  .biliphone-sec05 .check-box .flex .r-box,
  .biliphone-sec05 .fukidashi-box .flex .people-img,
  .biliphone-sec05 .fukidashi-box .flex .fukidashi-txt {
    width: 100%;
  }
  .bijiphone-sec01-bottom ul .box {
    width: 100%;
    margin-bottom: 60px;
  }
  .bijiphone-sec01-bottom ul .box:nth-of-type(3) {
    margin-bottom: 0;
  }
  .bijiphone-sec03 .flex .l-box h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .bijiphone-sec03 .flex .l-box h2 br {
    display: none;
  }
  .bijiphone-sec03 .flex .l-box {
    padding: 35px 20px;
  }
  .bijiphone-sec02 .bijiphone-sec02-inner ul li {
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .fukidashi-txt {
    margin-top: 20px;
  }
  .people-img {
    max-width: 50%;
    margin: 0 auto;
  }
  .biliphone-sec05 .fukidashi-box .flex .fukidashi-txt h3 {
    margin-bottom: 20px;
  }
  .biliphone-sec05 .check-box .flex .l-box h3 {
    font-size: 2rem;
  }
  .biliphone-maker .flex li {
    width: 48%;
    margin-bottom: 17px;
  }
  .biliphone-sec05 .check-box .flex .l-box h3:after {
    right: 0;
    top: -89px;
    width: 80px;
    height: 33px;
  }
  .biliphone-sec05 .fukidashi-box .flex .fukidashi-txt:before {
    display: none;
  }
  .biliphone-sec06 h2,
  .biliphone-sec09 h2 {
    font-size: 2rem;
    -webkit-transform: translateY(-89px);
    -ms-transform: translateY(-89px);
    transform: translateY(-89px);
    padding: 10px 0;
    margin-bottom: 0;
  }
  .biliphone-sec05 h2 {
    font-size: 1.6rem;
    padding: 10px 0;
    margin-bottom: 0;
  }
  .biliphone-sec06 dl,
  .biliphone-sec09 dl {
    padding: 35px 15px 28px;
  }
  .biliphone-sec06 dl dt,
  .biliphone-sec09 dl dt {
    max-width: 131px;
    margin: 0px auto 20px;
  }
  .biliphone-sec09 {
    margin-top: 30px;
  }
  .biliphone-sec05 .fukidashi-box {
    margin-bottom: 40px;
  }

  /* 料金表 */
  .price-list > li {
    width: 100%;
  }
  .price-list .table th,
  .price-list .table td {
    padding-right: 0.8em;
    padding-left: 0.8em;
    font-size: 1.3rem;
  }
  .price-table-desc {
    font-size: 1.4rem;
  }
	
	.ricruit_banner img{
		padding-top:1rem;
		width:90%;
		margin:0 auto;
	}
.reserve-sec h2 {
  font-weight: bold;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
 
}	
	.price_box table th	{
	font-size:11px;	
		
	}
	
	
	
}

