@charset "UTF-8";
/* CSS Document */
/* 汎用クラス */
.taC {
  text-align: center; }

.f-pink {
  color: #f69; }

.f20 {
  font-size: 20px; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

.sm-display {
  display: none; }

.f-red {
  color: #c00; }

._width-10 {
  width: calc(15%) !important; }

._width-20 {
  width: calc(10% * 2) !important; }

._width-30 {
  width: calc(10% * 3) !important; }

#header,
#footer {
  display: inherit; }

.index-border-pink {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ff6699; }

.heading-text {
  font-weight: bold; }

h1 {
  float: none;
  margin: 37px 0 0 6px; }

h3 {
  text-align: center;
  font-size: 28px !important;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 50px;
  margin-bottom: 25px;
  font-weight: normal; }

.gr_bar {
  display: inline-block;
  padding: 0.5em 6em;
  background-image: linear-gradient(to right, #e4d7c2 0%, #6f643e 30%, #6f643e 70%, #e4d7c2 100%, transparent);
  color: #fff;
  font-size: 16px; }

#contents {
  width: 980px;
  margin: 0 auto 50px; }

.purple-bg {
  background-color: #eef2f9;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-image: url(../images/pc_main.jpg);
  background-repeat: no-repeat;
  background-size: 100%; }

.purple-bg2 {
  background-color: #eef1f4;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-image: url(../images/pc_main2.jpg);
  background-repeat: no-repeat;
  background-size: 100%; }

.btn {
  /*background: url(../images/btn-bg.jpg) no-repeat;*/ }

.btn-inner {
  width: 498px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto; }

.btn-inner div {
  float: left;
  margin-right: 8px; }

.btn-inner div.no-sp {
  margin-right: 0; }

.btn-inner div.last {
  margin-right: 0;
  float: right; }

.ue {
  border-top: 2px solid #1c2f53; }

.shita {
  border-bottom: 2px solid #1c2f53; }

@media screen and (min-width: 640px) {
  .btn_new {
    /*background: url(../images/btn-bg.jpg) no-repeat;*/ }
  .btn_new-inner {
    width: 634px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto; }
  .btn_new-inner .left {
    float: left;
    margin-top: 10px; }
  .btn_new-inner .right {
    float: right;
    margin-top: 10px; }
  .btn_new-inner div.no-sp {
    margin-right: 0; }
  .btn_new-inner div.last {
    margin-right: 0;
    float: right; }
  .mr80pc {
    margin-right: 80px; }
  .ml80pc {
    margin-left: 80px; }
  .ml10pc {
    margin-left: 10px; } }

.main-bg {
  width: 100%;
  height: 15px; }

#wrapper .inquiry {
  padding: 20px 15px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  width: 640px; }

/*
 * style.css
 *
 *	version --- 1.0
 *	updated --- 2013/5/10
 */
/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%; }

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

._text-s {
  font-size: 70%; }

ol,
ul {
  list-style: none;
  margin: 0; }

img {
  vertical-align: top;
  max-width: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }

a {
  text-decoration: underline;
  color: #e94e6d; }

a:hover {
  text-decoration: none; }

body p {
  margin: 0; }

body ul {
  padding: 0; }

.visible-pc {
  display: block; }

.visible-sp {
  display: none; }

@media screen and (max-width: 640px) {
  .visible-sp {
    display: block; }
  .visible-pc {
    display: none; } }

.wrap {
  line-height: 1.5; }

.fcpink {
  color: #e84e6c; }

.inner {
  width: 1000px;
  margin: 0 auto; }

.sm-display {
  display: none; }

@media screen and (max-width: 640px) {
  #recommended .inner {
    width: 100%;
    padding: 0 2.5%;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .sm-none {
    display: none; }
  .sm-display {
    display: inherit; } }

.hdlogo {
  text-align: center;
  padding: 20px 0;
  margin: 0; }

@media screen and (max-width: 640px) {
  .hdlogo img {
    width: 45%; } }

.footer {
  text-align: center;
  padding: 30px 0; }

.copyright {
  text-align: center;
  font-size: 14px;
  padding: 10px 0 0; }

.pagetop {
  position: fixed;
  right: 5px;
  bottom: 10px;
  z-index: 8;
  width: 92px; }

@media screen and (max-width: 640px) {
  .footer {
    padding: 15px 0; }
  .footer img {
    width: 45%; }
  .copyright {
    font-size: 12px;
    padding: 5px 0 0; }
  .pagetop {
    width: 45px; }
  .pagetop img {
    width: 100%; } }

.topanchor {
  background: #7899d0; }

.topanchor .list li {
  float: left;
  width: 20%;
  padding: 10px 0 !important; }

.topanchor .list li a {
  display: table;
  width: 100%;
  text-decoration: none; }

.topanchor .list li a span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  font-size: 18px;
  color: #fff;
  text-align: center; }

.anchor {
  background: #7899d0; }

.anchor .list li {
  float: left;
  width: 24.5%;
  padding: 10px 0 !important; }

.anchor .list li a {
  display: table;
  width: 100%;
  text-decoration: none; }

.anchor .list li a span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  font-size: 18px;
  color: #fff;
  text-align: center; }

@media screen and (max-width: 640px) {
  .topanchor .inner {
    padding: 0 !important; }
  .topanchor .list {
    margin-left: -1px;
    display: flex; }
  .topanchor .list li {
    padding: 10px 0 25px;
    border-left: 1px solid #ffffff;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .topanchor .list li a span {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    font-size: 12px;
    color: #fff;
    padding: 0 5px;
    text-align: center; }
  .topanchor .list li a span:before {
    background: url(/clinic/branch/machida-skin/img/arrow01.png) 0 0 no-repeat;
    background-size: 100%;
    width: 12px;
    height: 9px;
    top: 102%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    content: "";
    z-index: 2;
    position: absolute; }
  .anchor .inner {
    padding: 0 !important; }
  .anchor .list {
    margin-left: -1px; }
  .anchor .list li {
    padding: 10px 0 25px;
    border-left: 1px solid #ffffff;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .anchor .list li a span {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    font-size: 12px;
    color: #fff;
    padding: 0 5px;
    text-align: center; }
  .anchor .list li a span:before {
    background: url(/clinic/branch/machida-skin/img/arrow01.png) 0 0 no-repeat;
    background-size: 100%;
    width: 12px;
    height: 9px;
    top: 102%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    content: "";
    z-index: 2;
    position: absolute; } }

.hdL {
  text-align: center;
  font-size: 66px;
  line-height: 1.1;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  margin: 0; }

.hdL span {
  display: block;
  font-size: 26px;
  margin-top: 10px;
  position: relative;
  font-family: sans-serif; }

.hdL span:before {
  background: #000;
  width: 200px;
  height: 2px;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: "";
  z-index: 2;
  position: absolute; }

@media screen and (max-width: 640px) {
  .hdL {
    font-size: 33px;
    line-height: 1.5; }
  .hdL span {
    font-size: 13px; }
  .hdL span:before {
    width: 100px; } }

.topwhat {
  background: url(/clinic/branch/machida-skin/img/bg01.png) center center no-repeat;
  background-size: cover;
  padding: 60px 0 135px; }

.whatpanel {
  margin: 25px 0 0; }

.whattxt {
  font-size: 22px;
  text-align: center;
  line-height: 1.6; }

.topwhat .img01 {
  text-align: center;
  padding: 15px 0 30px; }

.recomcont .tit {
  text-align: center;
  font-size: 30px;
  position: relative; }

.recomcont .tit:before {
  background: #000;
  width: 205px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: "";
  z-index: 2;
  position: absolute; }

.recomcont .list {
  width: 640px;
  margin: 20px auto 0;
  font-weight: bold; }

.recomcont .list li {
  font-size: 27px;
  padding: 0 0 0 55px;
  line-height: 1.8;
  background: url(/clinic/branch/machida-skin/img/ico01.png) 0 0 no-repeat; }

.recomcont .list li + li {
  margin: 5px 0 0; }

.toppoint {
  margin: 50px 0 0; }

.pointpanel {
  position: relative;
  border: 1px solid #f29dae;
  background: #fcedf0;
  padding: 20px; }

.pointpanel + .pointpanel {
  margin: 15px 0 0; }

.pointpanel .point {
  position: absolute;
  top: -7px;
  left: -10px;
  z-index: 2;
  width: 140px;
  height: 96px; }

.pointpanel dl {
  margin: 0; }

.pointpanel dl dt {
  float: left; }

.pointpanel dl dd {
  overflow: hidden;
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 22px;
  line-height: 1.3;
  position: relative; }

.pointpanel dl dd .tit {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px; }

.pointpanel dl dd .tit sup {
  font-size: 50%; }

.pointpanel dl dd .note {
  font-size: 12px;
  text-align: right; }

.topwhat .tel a {
  margin: 65px 0 0;
  display: block;
  text-align: center;
  pointer-events: none; }

.topwhat .tel a img {
  margin: 0 auto; }

@media screen and (max-width: 640px) {
  .topwhat {
    padding: 30px 0; }
  .whatpanel {
    margin: 15px 0 0; }
  .whattxt {
    font-size: 14px; }
  .topwhat .img01 {
    padding: 15px 0; }
  .recomcont .tit {
    font-size: 20px;
    font-weight: bold; }
  .recomcont .tit:before {
    width: 100px;
    height: 2px;
    bottom: -3px; }
  .recomcont .list {
    width: 100%; }
  .recomcont .list li {
    font-size: 14px;
    padding: 0 0 0 25px;
    background: url(/clinic/branch/machida-skin/img/ico01.png) 0 2px no-repeat;
    background-size: 20px; }
  .toppoint {
    margin: 25px 0 0; }
  .pointpanel {
    border: 1px solid #f29dae;
    padding: 10px; }
  .pointpanel + .pointpanel {
    margin: 15px 0 0; }
  .pointpanel .point {
    position: absolute;
    top: -5px;
    left: -6px;
    z-index: 2;
    width: 80px; }
  .pointpanel dl dt {
    float: none;
    text-align: center;
    margin-bottom: 10px; }
  .pointpanel dl dd {
    padding: 0;
    font-size: 11px; }
  .pointpanel dl dd .tit {
    font-size: 18px; }
  .pointpanel dl dd .note {
    font-size: 10px; }
  .topwhat .tel a {
    margin: 20px 0 0;
    pointer-events: inherit; } }

.topflow {
  background: #ffeef3;
  padding: 70px 0 100px; }

.flowvideo {
  width: 760px;
  height: 380px;
  margin: 40px auto 0; }

.flowvideo iframe {
  width: 100%;
  height: 100%; }

.flowmain {
  margin: 65px 0 0;
  background: url(/clinic/branch/machida-skin/img/bg02.png) right center no-repeat;
  background-size: auto 100%; }

.flowmain dl {
  margin: 0; }

.flowmain dl + dl {
  margin: 55px 0 0; }

.flowmain dl dt {
  float: left; }

.flowmain dl dd {
  overflow: hidden;
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 26px; }

.flowmain dl dd .tit {
  font-size: 32px;
  font-weight: bold;
  background: #fff;
  border: 1px solid #e84e6c;
  padding: 5px 15px;
  margin-bottom: 5px;
  border-radius: 10px; }

@media screen and (max-width: 640px) {
  .topflow {
    background: #ffeef3;
    padding: 25px 0 60px; }
  .flowvideo {
    width: 100%;
    height: 250px;
    margin: 20px auto 0; }
  .flowvideo iframe {
    width: 100%;
    height: 100%; }
  .flowmain {
    margin: 25px 0 0;
    background: url(/clinic/branch/machida-skin/img/bg02_sp.png) right center no-repeat;
    background-size: 100px 100%; }
  .flowmain dl {
    margin: 0; }
  .flowmain dl + dl {
    margin: 10px 0 0; }
  .flowmain dl dt {
    float: none;
    text-align: center;
    margin-bottom: 15px; }
  .flowmain dl dd {
    padding: 0;
    font-size: 14px; }
  .flowmain dl dd .tit {
    font-size: 20px;
    padding: 5px 10px; } }

.menuprice {
  padding: 70px 0; }
  .menuprice .shinki_wrap {
    background: #ffefe1;
    margin: 0 0 10px;
    padding: 10px 15px; }
    @media only screen and (max-width: 979px) {
      .menuprice .shinki_wrap {
        margin: 0 0 1.5vw;
        padding: 1.5vw 2vw; } }
    .menuprice .shinki_wrap .list-note {
      font-size: 14px;
      margin: 0 0 3px; }
      @media only screen and (max-width: 979px) {
        .menuprice .shinki_wrap .list-note {
          font-size: 2.5vw;
          margin: 0 0 0.5vw; } }
    .menuprice .shinki_wrap .datsumo_modal_btn {
      font-size: 14px;
      text-align: center; }
      .menuprice .shinki_wrap .datsumo_modal_btn a {
        font-weight: bold;
        color: #000; }
      @media only screen and (max-width: 979px) {
        .menuprice .shinki_wrap .datsumo_modal_btn {
          font-size: 2.5vw; } }

.menuprice h5 {
  color: #e84e6c;
  font-size: 150%;
  margin: 0 auto 10px; }

.menuprice h5::before {
  content: "\025a0"; }

.menuprice h4 {
  color: #e84e6c;
  font-size: 120%;
  margin: 40px auto 20px; }

.menuprice a {
  text-decoration: underline;
  color: #e94e6d !important; }

.pricetab {
  width: 100%;
  font-size: 16px;
  margin: 0px 0 50px;
  border-collapse: collapse; }
  .pricetab .priceBalloon {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #ffea00;
    color: #000;
    padding: 5px;
    margin: 20px 0 15px auto;
    position: relative;
    max-width: 165px;
    line-height: 1.2; }
    .pricetab .priceBalloon::before {
      content: "";
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      left: 50%;
      bottom: -10px;
      transform: translate(-50%, 0);
      border-top: 10px solid #ffea00;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent; }
    .pricetab .priceBalloon:first-child {
      margin-top: 0; }
    @media only screen and (max-width: 979px) {
      .pricetab .priceBalloon {
        font-size: 2.5vw;
        padding: 1vw;
        margin: 3vw 0 2vw auto;
        max-width: 30vw; }
        .pricetab .priceBalloon::before {
          bottom: -1.5vw;
          border-top: 1.5vw solid #ffea00;
          border-right: 1.5vw solid transparent;
          border-left: 1.5vw solid transparent; }
        .pricetab .priceBalloon:first-child {
          margin-top: 0; } }

.pricetab a {
  text-decoration: underline;
  color: #e94e6d; }

.pricetab th {
  width: 460px;
  padding: 15px;
  font-size: 120%;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  border: 1px solid #e94e6d;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold; }

.pricetab td {
  padding: 15px;
  border: 1px solid #e94e6d; }

.ofi {
  font-size: 80%; }

.hifuka {
  font-size: 120%;
  font-weight: bold; }

.ofi-price {
  background-color: #f9f9f9; }

.otoku {
  font-size: 80%;
  font-weight: bold;
  color: #e94e6d; }

.campaign-price {
  color: #e94e6d;
  line-height: 1.4; }

.pricetab .pricetabW01 {
  width: 330px; }

.pricetab tr td:last-child {
  text-align: right; }

.pricetab tr td .newicon {
  margin: 0 0 0 auto;
  text-align: center;
  background-color: #ffeef3;
  font-size: 80%;
  padding: 5px 0 3px;
  line-height: 1;
  width: 4em; }

.pricetab tr td .newicon.price {
  background-color: #e94e70;
  color: #ffffff; }

.pricetab tr td .newicon.menu {
  background-color: #feb854; }

.pricetab.pricetab-3column thead tr td {
  text-align: center !important;
  vertical-align: middle;
  background-color: #f0f0f0;
  font-weight: bold; }

.pricetab.pricetab-3column.sticky thead tr td {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2; }

.pricetab.pricetab-3column.sticky thead tr td::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #e94e70;
  box-sizing: unset; }

.pricetab.pricetab-3column tr th {
  background-color: #ffeef3; }

.pricetab.pricetab-3column tr td.pricetab-price {
  text-align: right;
  width: 32%; }

.pricetab.pricetab-2column thead tr td {
  text-align: center !important;
  vertical-align: middle;
  background-color: #f0f0f0;
  font-weight: bold; }

.pricetab.pricetab-2column.sticky thead tr td {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2; }

.pricetab.pricetab-2column.sticky thead tr td::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #e94e70;
  box-sizing: unset; }

.pricetab.pricetab-2column tr th {
  background-color: #ffeef3; }

.pricetab.pricetab-2column tr td {
  text-align: right;
  width: 50%; }

.pricetab tr td small {
  font-size: 60%;
  margin-left: 2px; }

.priceTxt {
  font-size: 15px;
  text-align: right;
  margin-bottom: 50px; }

.menuprice .note {
  font-size: 19px;
  text-align: right; }

@media screen and (max-width: 640px) {
  .menuprice {
    padding: 30px 0; }
  .menuprice h3 {
    color: #000;
    font-size: 120%;
    margin: 0 auto 0px; }
  .pricetab {
    width: 100%;
    font-size: 14px;
    margin: 0px 0 20px; }
  .pricetab th {
    padding: 5px 10px;
    font-size: 15px; }
  .pricetab th span {
    font-size: 12px; }
  .pricetab td {
    padding: 5px 10px; }
  .pricetab .pricetabW01 {
    width: 80px; }
  .pricetab tr td:last-child {
    text-align: right; }
  .priceTxt {
    font-size: 12px;
    margin-bottom: 20px; }
  .menuprice .note {
    font-size: 12px; }
  .pricetab.pricetab-3column.sticky thead tr td {
    top: 59px; } }

.topdoctor {
  background: #fff; }

.doctormain {
  padding: 60px 0 30px; }

.doctor_photoBox {
  float: left;
  width: 31%;
  max-width: 422px;
  margin-top: 70px; }

.doctor_photoBox img {
  width: 100%;
  margin-bottom: 20px; }

.doctorcont {
  float: right;
  width: 65%;
  margin: 70px 0 0; }

.doctorcont .tit {
  font-size: 20px;
  line-height: 1.3; }

.doctorcont .tit span {
  display: block;
  font-size: 40px;
  font-weight: bold; }

.doctorbox {
  font-size: 19px;
  padding: 10px 0;
  margin-bottom: 10px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000; }

.doctorbox.no_border {
  border: none; }

@media screen and (max-width: 640px) {
  .doctormain {
    padding: 30px 0;
    background: none; }
  .doctorcont {
    width: 53%; }
  .doctor_photoBox {
    width: 42%; }
  .doctormain .img {
    margin: 20px 0 0; }
  .doctorcont,
  .doctor_photoBox {
    margin: 30px 0 0; }
  .doctorcont .tit {
    font-size: 16px;
    line-height: 1.7;
    padding-top: 20px; }
  .doctorcont .tit span {
    font-size: 22px;
    margin-top: 15px; }
  .doctorbox {
    font-size: 14px;
    padding: 5px 0;
    border-top: 1px solid #000;
    border-bottom: 2px solid #000; } }

.topqa {
  padding: 50px 0 95px; }

.qacont {
  margin: 50px 0 0; }

.qabox + .qabox {
  margin: 20px 0 0; }

.qabox .tit {
  font-size: 26px;
  color: #fff;
  padding: 25px 0 25px 100px;
  position: relative;
  background: #e94e6d url(/clinic/branch/machida-skin/img/bg_q.png) 30px 15px no-repeat;
  background-size: 46px 60px;
  margin-bottom: 10px; }

.qabox .tit:before {
  background: url(/clinic/branch/machida-skin/img/bg03.png) 0 0 no-repeat;
  width: 45px;
  height: 43px;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  position: absolute; }

.qabox .tit:after {
  background: url(/clinic/branch/machida-skin/img/arrow02.png) 0 0 no-repeat;
  width: 49px;
  height: 37px;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "";
  z-index: 2;
  position: absolute; }

.qabox .txt {
  font-size: 20px;
  line-height: 1.7; }

@media screen and (max-width: 640px) {
  .topqa {
    padding: 25px 0; }
  .qacont {
    margin: 25px 0 0; }
  .qabox + .qabox {
    margin: 10px 0 0; }
  .qabox .tit {
    font-size: 14px;
    padding: 15px 35px 15px 35px;
    background: #e94e6d url(/clinic/branch/machida-skin/img/bg_q.png) 8px 12px no-repeat;
    background-size: 20px; }
  .qabox .tit:before {
    background: url(/clinic/branch/machida-skin/img/bg03.png) 0 0 no-repeat;
    background-size: 100%;
    width: 25px;
    height: 23px; }
  .qabox .tit:after {
    background: url(/clinic/branch/machida-skin/img/arrow02.png) 0 0 no-repeat;
    background-size: 100%;
    width: 25px;
    height: 18px;
    right: 10px; }
  .qabox .txt {
    font-size: 12px;
    line-height: 1.7; } }

.topaccess {
  background: #ffeef3;
  padding: 55px 0 95px; }

.topaccess .app-text {
  margin: 40px 0 20px; }

.accessbox {
  margin: 40px 0 0; }

.accessbox dt {
  float: left;
  width: 500px;
  height: 540px; }

.accessbox dt iframe {
  width: 100%;
  height: 100%; }

.accessbox dd {
  overflow: hidden;
  margin: 0;
  padding: 0 0 0 20px; }

.accessbox dd .txt {
  font-size: 22px; }

.accessbox dd .txt + .txt {
  margin: 20px 0 0; }

.accessbox dd .tel {
  margin: 20px 0 0; }

.accessbox dd .tel a {
  display: block;
  background: #fff;
  border: 1px solid #e94e6d;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  font-size: 50px;
  pointer-events: none; }

.accessbox dd .tel a span {
  display: block;
  font-size: 26px; }

.accessbox dd .tel a span img {
  vertical-align: middle;
  margin-right: 10px; }

@media screen and (max-width: 640px) {
  .topaccess {
    padding: 30px 0; }
  .accessbox {
    margin: 20px 0 0; }
  .accessbox dt {
    float: none;
    width: 100%;
    height: 250px;
    margin-bottom: 10px; }
  .accessbox dt iframe {
    width: 100%;
    height: 100%; }
  .accessbox dd {
    padding: 0; }
  .accessbox dd .txt {
    font-size: 16px; }
  .accessbox dd .txt + .txt {
    margin: 20px 0 0; }
  .accessbox dd .tel {
    margin: 10px 0 0; }
  .accessbox dd .tel a {
    padding: 10px 0;
    font-size: 45px;
    pointer-events: all; }
  .accessbox dd .tel a span {
    font-size: 18px; }
  .accessbox dd .tel a span img {
    margin-right: 10px;
    width: 30px; } }

.topsns {
  padding: 0px 0 50px; }

.topsns ul {
  text-align: center;
  margin: 40px auto 0;
  padding: 0;
  font-size: 0;
  max-width: 640px; }

.topsns ul li {
  display: inline-block;
  width: 20%; }

@media screen and (max-width: 640px) {
  .topsns {
    padding: 30px 0; } }

.mb10 {
  margin-bottom: 10px !important; }

.mb30 {
  margin-bottom: 30px !important; }

@media screen and (max-width: 640px) {
  .mb10 {
    margin-bottom: 5px !important; }
  .mb30 {
    margin-bottom: 3% !important; } }

/*------------------------------- FORM */
table.formtable {
  border-collapse: collapse;
  width: 100%; }

table.formtable td,
table.formtable th {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
  vertical-align: middle;
  background-color: #ffffff; }

table.formtable th {
  background-color: #f6f6f6;
  width: 20%; }

table.formtable input,
table.formtable select,
table.formtable textarea {
  padding: 4px;
  border: 1px solid #ccc;
  font-size: 18px; }

table.formtable select {
  border-width: 1px; }

table.formtable input[type="radio"],
table.formtable input[type="checkbox"] {
  width: initial;
  margin-right: 2px; }

table.formtable label {
  display: block;
  width: 48%;
  float: left; }

table.formtable td.txt-white {
  background-color: #f4043a;
  color: #fff; }

input[type="submit"] {
  background-color: #f4043a;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 130%;
  cursor: pointer;
  border: 0; }

section#recommended .recommendedContainer ul li {
  background: none !important; }

ul .sejutu .checkbox-wrap {
  background: #fff7f8;
  margin-bottom: 5px; }

@media screen and (max-width: 640px) {
  table.formtable {
    border-collapse: collapse;
    width: 100%; }
  table.formtable td,
  table.formtable th {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
    vertical-align: middle;
    display: block;
    box-sizing: border-box; }
  table.formtable th {
    background-color: #f6f6f6;
    width: 100%; }
  table.formtable input,
  table.formtable textarea {
    padding: 2px;
    border: 1px solid #ccc;
    width: 100%; }
  table.formtable select {
    border-width: 1px; }
  .formtable input[type="text"],
  .formtable input[type="email"],
  .formtable input[type="tel"],
  .formtable textarea {
    width: 97% !important; }
  table.formtable input[type="radio"],
  table.formtable input[type="checkbox"] {
    width: initial;
    margin-right: 2px; }
  table.formtable label {
    display: block;
    padding: 3px 0;
    float: none;
    width: auto; }
  table.formtable td.txt-white {
    background-color: #f4043a;
    color: #fff; }
  input[type="submit"] {
    background-color: #f4043a;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 130%; } }

/*-------------------------------------------------------------------------
			SNS
-------------------------------------------------------------------------*/
#sns {
  margin: 0 auto;
  padding: 60px 0; }

#sns .sns-widget h3 {
  font-size: 30px;
  line-height: 1em;
  width: 470px;
  padding-top: 30px;
  margin: 10px auto 15px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  font-weight: inherit; }

#sns .sns-widget h3:before,
#sns .sns-widget h3:after {
  border-top: 1px solid #ccc;
  content: "";
  display: inline;
  flex-grow: 1; }

#sns .sns-widget h3:before {
  margin-right: 0.3em; }

#sns .sns-widget h3:after {
  margin-left: 0.3em; }

#sns .sns-widget .sns-wrap {
  width: 980px;
  text-align: center;
  margin: auto;
  padding: 10px 0 20px; }

#sns .sns-widget .sns-wrap .sns-left,
#sns .sns-widget .sns-wrap .sns-right {
  width: 470px;
  float: left; }

#sns .sns-widget .sns-wrap .sns-left {
  margin-right: 40px; }

#sns .sns-widget .insta-box {
  width: 100%;
  height: 310px;
  overflow: hidden;
  border: 1px solid #e9e9e9; }

@media screen and (max-width: 640px) {
  #sns {
    padding: 20px 0; }
  #sns .sns-widget h3 {
    font-size: 20px;
    width: 100%; }
  #sns .sns-widget .sns-wrap {
    width: 100%;
    padding: 10px 0 20px; }
  #sns .sns-widget .sns-wrap .sns-left,
  #sns .sns-widget .sns-wrap .sns-right {
    width: 100%;
    float: none; }
  #sns .sns-widget .insta-box {
    width: 95%;
    height: auto;
    margin: auto; } }

/* ナビゲーション */
.page-Bp_00_0553 .dir-area02 ul {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-left: 15px; }

.page-Bp_00_0553 .dir-area02 ul:before {
  background: #cb0527;
  width: 2px;
  height: 100%;
  right: 10px;
  top: 3px;
  content: "";
  z-index: 2;
  position: absolute; }

.page-Bp_00_0553 .dir-area02 li {
  float: left;
  width: 190px !important;
  text-align: center;
  position: relative; }

/* 料金 */
.page-Bp_00_0553 .pricemain .priceborder {
  border: none; }

.page-Bp_00_0553 .pricemain .priceborder .pricetab th {
  width: 400px; }

@media only screen and (max-width: 979px) {
  .page-Bp_00_0553 .dir-area02 li {
    width: 50% !important; }
  .page-Bp_00_0553 .dir-area02 li a span {
    padding: 0;
    font-size: 14px;
    color: #cb0527; }
  .page-Bp_00_0553 .pricemain .priceborder .pricetab th {
    width: 50px; } }

/* フォーム */
.formtable {
  width: 100%;
  margin: 0 auto 20px;
  font-size: 130%; }

.formtable td,
.formtable th {
  padding: 2%;
  font-size: 15px; }

.formtable dl {
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc; }

.formtable dl:last-child {
  border-bottom: none;
  padding-bottom: 0px; }

.formtable dl dt {
  margin-bottom: 5px; }

.medama-form-index {
  width: 100%;
  border-bottom: 9px solid #eee;
  color: #f69;
  font-size: 15px;
  line-height: 1em;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  text-align: center; }

.formtable dl dd {
  margin-left: 0px; }

input[type="submit"]:hover {
  opacity: 0.7; }

#global-bunner > .bar-left,
#global-bunner > .bar-right {
  display: none; }

@media screen and (max-width: 980px) {
  .sm-display {
    display: inherit !important; }
  .pc-display {
    display: none; }
  #contents-main div {
    width: auto !important;
    height: auto; }
  img {
    max-width: 100%;
    height: auto; }
  #contents {
    width: auto; }
  #side {
    display: none; }
  #contents-main {
    float: none;
    width: auto; }
  header.sphead #headerOpenmenu {
    width: 25% !important; }
  .main-bg {
    display: none; }
  .gr_bar {
    padding: 0.5em 2em;
    background-image: linear-gradient(to right, #e4d7c2 0%, #6f643e 10%, #6f643e 90%, #e4d7c2 100%, transparent);
    font-size: 14px; }
  .btn {
    background-size: 100% auto;
    margin-bottom: 2%; }
  .btn-inner {
    width: auto;
    text-align: center; }
  .btn-inner div {
    float: none;
    width: 45%;
    display: inline-block;
    margin: 0 1.8% 0.8%; }
  .btn-inner div.last {
    margin: 0 2.5%; }
  .btn-inner div.no-sp {
    margin: 0 1%; }
  .btn_new {
    background-size: 100% auto;
    margin-bottom: 2%; }
  .btn_new-inner {
    width: auto;
    text-align: center; }
  .btn_new-inner div {
    float: none;
    width: 45% !important;
    display: inline-block;
    margin: 0 1.8% 0.8%; }
  .btn_new-inner div.last {
    margin: 0 2.5%; }
  .btn_new-inner div.no-sp {
    margin: 0 1%; }
  .btn_new-inner .left {
    float: none;
    margin-top: 10px; }
  .btn_new-inner .right {
    float: none;
    margin-top: 10px; }
  .inquiry {
    width: 92% !important;
    margin-right: auto;
    margin-left: auto;
    padding: 2%; }
  .inquiry .floatleft {
    float: none;
    width: 70% !important;
    margin: 0 auto;
    text-align: center !important; }
  .inquiry .floatright {
    float: none;
    width: 80% !important;
    margin: 0 auto;
    text-align: center !important; }
  .Career {
    margin-bottom: 20px;
    width: 100%; }
  .formtable {
    margin: 0 auto 20px;
    width: 97%; }
  .formtable td {
    display: block;
    width: auto; }
  .inner {
    width: 100% !important;
    margin: 0 auto;
    padding: 0 2.5%; } }

section#recommended .recommendedContainer {
  width: 980px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center; }

@media screen and (max-width: 979px) {
  section#recommended .recommendedContainer {
    width: 100%;
    padding: 0 2.5%;
    margin: 0 auto; } }

@media (min-width: 980px) {
  section#reason .reason-container {
    width: 850px; }
  section#reason .tabacc.-pc-accordion > .contents > .title {
    display: flex;
    align-items: center;
    position: relative;
    margin: -1px;
    padding: 15px 75px 0px 0px;
    min-height: 75px;
    color: #000;
    background-color: #fff;
    border-radius: 7px;
    cursor: pointer;
    text-decoration: none;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: -1px;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  section#reason .tabacc.-pc-accordion > .contents > .title.-open {
    border-radius: none; }
  section#reason .tabacc.-pc-accordion > .contents > .title.-open::after {
    background-image: url(/assets/images/common/ico_minus.png); }
  section#reason .tabacc.-pc-accordion > .contents > .title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    background: #ddd url(/assets/images/common/ico_plus.png) 50% 50% no-repeat;
    background-size: 13px auto;
    border-radius: 50%; }
  section#reason .tabacc.-pc-accordion > .contents > .content.-open {
    line-height: inherit;
    opacity: 1;
    visibility: visible;
    display: block;
    height: auto; }
  section#reason .tabacc.-pc-accordion > .contents > .content {
    border: none;
    border-radius: 0 0 7px 7px;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
    height: 0;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  section#reason .reason-container-index {
    float: left;
    width: 20%; }
  section#reason .contents {
    float: right;
    width: 80%; } }

@media screen and (max-width: 979px) {
  section#reason .tabacc.-sp-accordion > .contents > .title {
    padding: 0px 50px 0px 0px;
    color: #000;
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: -1px;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  section#reason .tabacc.-sp-accordion > .contents > .title.-open {
    border-radius: none; }
  section#reason .tabacc.-sp-accordion > .contents > .title.-open::after {
    background-image: url(/assets/images/common/ico_minus.png); }
  section#reason .tabacc.-sp-accordion > .contents > .title::after {
    right: 0px;
    background: #ddd url(/assets/images/common/ico_plus.png) 50% 50% no-repeat;
    background-size: 13px auto; }
  section#reason .tabacc.-sp-accordion > .contents > .content {
    border: none; }
  section#reason .reason-container-index {
    float: left;
    width: 15%; }
  section#reason .contents {
    float: right;
    width: 83%; }
  #main > #wrapper {
    overflow: visible; } }

._color-font-main {
  color: #fb637e; }

span.fe_im {
  display: inline-block;
  padding: 0 5px;
  margin-top: 5px;
  color: #FF8FB0;
  background: #fff;
  font-size: 12px;
  line-height: 20px;
  border: 1px solid; }

span.m_im {
  display: inline-block;
  padding: 0 5px;
  margin-top: 5px;
  color: #4ACDE2;
  background: #fff;
  font-size: 12px;
  line-height: 20px;
  border: 1px solid; }
