@charset "UTF-8";

/*===========================
          common
===========================*/
/* {
    min-width: 0;
    min-height: 0;
}*/

/* font-size */
html {
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 15px;
  }
}

@media only screen and (max-width: 320px) {
  html {
    font-size: 14px;
  }
}

/*  Base */
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  background: #fff;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*img {
    -webkit-backface-visibility: hidden;
}*/

@media only screen and (min-width: 769px) {
  body {
    min-width: 1280px;
  }
}

@media only screen and (max-width: 768px) {
  body {
    padding-top: 69px;
  }
}

@media only screen and (max-width: 414px) {
  body {
    padding-top: 65px;
  }
}

li {
  list-style: none;
}

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

a:hover {
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (min-width: 769px) {
  a:hover {
    color: #c83042;
  }
}

.layout img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.ml05 {
  margin-left: 5px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}
.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt70 {
  margin-top: 70px;
}
.pr5 {
  padding-right: 5px;
}
.pt100 {
  padding-top: 100px;
}

.pb110 {
  padding-bottom: 110px;
}

@media only screen and (max-width: 768px) {
  .sp-mt0 {
    margin-top: 0 !important;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .mt70 {
    margin-top: 50px;
  }
  .pt50 {
    padding-top: 30px;
  }
  .pt100 {
    padding-top: 60px;
  }
  .pb110 {
    padding-bottom: 85px;
  }
}

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

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

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

.ft-b {
  font-weight: bold;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.indent02 {
  padding-left: 2.7em;
  text-indent: -2.7em;
}
.block {
  display: block;
}
.ytm-tag img {
  width: auto !important;
}
/*  リンク */
.link {
  text-decoration: underline;
  padding-left: 20px;
  background: url(../png/icon_circlearw_red.png) no-repeat 0 50%;
  background-size: 12px;
}
/*  見出し */
.title-line {
  font-size: 1.28571rem;
  border-bottom: 1px solid #989898;
  padding-bottom: 10px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .title-line {
    text-align: left;
  }
}
.btn a {
  width: 80%;
  border: #c83042;
  border-radius: 16px;
  background: #c83042;
  background-size: 10px 17px;
  font-size: 1.28571rem;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 0;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}
@media only screen and (max-width: 768px) {
  .btn a {
    font-size: 1rem;
  }
}
/* SNSシェアボタン */
#sns-share {
  text-align: right;
}

#sns-share div {
  margin-right: 15px;
}

#sns-share a.btn-email {
  vertical-align: top;
  font-size: 0.85714rem;
  display: inline-block;
  height: 20px;
  background: #989898 url(../png/icon_email-2.png) no-repeat 5px 3px;
  background-size: 15px 11px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px 8px 5px 26px;
  border-radius: 3px;
}
/*  スライダー見出し */
.cp-title-sm {
  font-size: 1.28571rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #989898;
  padding-bottom: 15px;
  margin: 40px 0;
}

@media only screen and (max-width: 768px) {
  .cp-title-sm {
    text-align: left;
    padding-bottom: 10px;
  }
}

.cp-title-other {
  font-size: 1.21429rem;
}

@media only screen and (max-width: 768px) {
  .cp-title-other {
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
    margin: 40px 0 20px;
  }
}

.m-mv {
  max-width: 502px;
  margin: 0 auto;
}
.m-mv02 {
  max-width: 918px;
  margin: 0 auto;
}
/*  赤色 */
.col-red {
  color: #c83042;
}
/*  clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/*  ユーチューブ下層共通スタイル */
.youtube {
  max-width: 500px;
  margin: 0 auto;
}
.youtube-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*  グーグル翻訳画像 */
.goog-te-gadget img {
  vertical-align: middle;
  border: none;
  width: auto;
}

/* 切り替え */
@media only screen and (max-width: 768px) {
  .pc-none {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .sp-none {
    display: none !important;
  }
}

/* トップメニュー表示・非表示 */
@media only screen and (min-width: 769px) {
  .sp-menu {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pc-menu {
    display: none;
  }
}

/* その他のキャンペーン */
#contents-main #campaign-slider .border-btn a {
  width: 13%;
}

@media only screen and (max-width: 768px) {
  #contents-main #campaign-slider .border-btn a {
    width: 100%;
  }
}

#contents-main #campaign-slider .content-swiper-button-next {
  top: 89%;
  right: 41%;
}

@media only screen and (max-width: 768px) {
  #contents-main #campaign-slider .content-swiper-button-next {
    top: 94%;
    right: 35%;
  }
}

@media only screen and (max-width: 599px) {
  #contents-main #campaign-slider .content-swiper-button-next {
    top: 92%;
    right: 30%;
  }
}

@media only screen and (max-width: 414px) {
  #contents-main #campaign-slider .content-swiper-button-next {
    top: 91%;
    right: 25%;
  }
}

@media only screen and (max-width: 320px) {
  #contents-main #campaign-slider .content-swiper-button-next {
    top: 90%;
    right: 20%;
  }
}

#contents-main #campaign-slider .content-swiper-button-prev {
  top: 89%;
  left: 41%;
}

@media only screen and (max-width: 768px) {
  #contents-main #campaign-slider .content-swiper-button-prev {
    top: 94%;
    left: 35%;
  }
}

@media only screen and (max-width: 599px) {
  #contents-main #campaign-slider .content-swiper-button-prev {
    top: 92%;
    left: 30%;
  }
}

@media only screen and (max-width: 414px) {
  #contents-main #campaign-slider .content-swiper-button-prev {
    top: 91%;
    left: 25%;
  }
}

@media only screen and (max-width: 320px) {
  #contents-main #campaign-slider .content-swiper-button-prev {
    top: 90%;
    left: 20%;
  }
}

/* コンテンツ・フッター幅 */
/*コンテンツ共通*/
#contents-top section,
#contents {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  #contents-top section,
  #contents {
    width: 95%;
    min-width: 300px;
  }
}

/*下層ページ*/
#contents {
  padding-bottom: 110px;
}

@media only screen and (max-width: 768px) {
  #contents {
    padding-bottom: 30px;
  }
}

/*コンテンツ背景色用*/
#contents-top section.wide,
#contact-info,
#sp-nav-scroll {
  width: 100%;
}

#contents-top section.wide .inner,
#contact-info .inner,
#sp-nav-scroll .inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  #contents-top section.wide .inner,
  #contact-info .inner,
  #sp-nav-scroll .inner {
    width: 92%;
    min-width: 300px;
  }
}

/*フッター*/
footer {
  width: 100%;
}

footer .inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.p-pagetop {
  display: none;
}

@media only screen and (max-width: 768px) {
  footer .inner {
    width: 100%;
  }

  .p-pagetop {
	display: none !important;
    position: fixed;
    bottom: 5.333vw;
    right: 5.333vw;
    width: 16vw;
    height: 16vw;
    border-radius: 50%;
    background: #c83042;
    z-index: 1000;
  }
  .p-pagetop a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .p-pagetop a i {
    font-size: 5.333vw;
    color: #ffffff;
  }
}

/* コンテンツ見出し */
h2.theme {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  h2.theme {
    display: none;
    margin-bottom: 30px;
  }
}

h2.theme img {
  height: 30px;
  width: auto;
}

h2.sp-theme {
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 769px) {
  h2.sp-theme {
    display: none;
  }
}

h2.sp-theme img {
  height: 30px;
  width: auto;
}

h2.lg-sp-theme {
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 769px) {
  h2.lg-sp-theme {
    display: none;
  }
}

h2.lg-sp-theme img {
  height: 64px;
  width: auto;
}

/* 下層ページ見出し*/
.main-topics h2 {
  font-size: 25.999px;
  font-size: 1.85714rem;
  border-left: 5px solid #c83042;
  margin-bottom: 10px;
  padding-left: 10px;
}

@media only screen and (max-width: 768px) {
  .main-topics h2 {
    font-size: 1.42857rem;
  }
}

/*===========================
          header
===========================*/
/* header-top-fix*/
header {
  position: relative;
}

#header-nav-fix {
  min-width: 1280px;
  z-index: 200;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e1e1e1;
  font-weight: bold;
  background: #fff;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #header-nav-fix {
    display: none;
  }
}

#header-nav-fix a.sm {
  font-size: 11.999px;
  font-size: 0.85714rem;
  display: inline-block;
  width: 30px;
  font-weight: normal;
  padding-left: 35px;
}

.js-nav-hide {
  top: -60px;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

.js-nav-show {
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

#h-n-fix_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0 10px 20px;
}

#h-n-fix_left li {
  margin-right: 10px;
}

#h-n-fix_left li a span {
  font-size: 10px;
  font-size: 0.71429rem;
  display: inline-block;
  vertical-align: text-top;
}

#h-n-fix_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#h-n-fix_right .reserve-beginner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px 10px 0;
  background: #fcf4f5;
}

#h-n-fix_right .reserve-beginner ul a.tel {
  background: url(../png/icon_tel_blue.png) no-repeat 5% 50%;
  border-right: 1px solid #fff;
}

#h-n-fix_right .reserve-beginner ul a.web {
  background: url(../png/icon_web02.png) no-repeat 10% 50%;
  padding-left: 40px;
  background-size: 37px 24px;
}

#h-n-fix_right .reserve-again {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px;
  background: #fcf4f5;
}

#h-n-fix_right .reserve-again a.make {
  background: url(../png/icon_tel_red.png) no-repeat 10% 50%;
  border-right: solid 1px #fff;
  padding-right: 10px;
}

#h-n-fix_right p {
  margin-right: 10px;
}

/* header-top*/
#header-top {
  color: #fff;
  background-color: #c83042;
}
.header-top-inner {
  width: 1200px;
  height: 44px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #header-top {
    display: none;
  }
}

#header-top a {
  color: #fff;
}

#header-top #h-t-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 0 13px 15px;
  font-size: 10.999px;
  font-size: 0.78571rem;
  width: 600px;
  box-sizing: border-box;
}

#header-top #h-t-left h1 {
  font-weight: normal;
  margin-right: 10px;
  max-width: 345px;
}

#header-top #h-t-left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 202px;
  flex-basis: 202px;
  flex-shrink: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#header-top #h-t-left ul li a {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 5px 7px;
  margin: 0 1px;
  border-radius: 20px;
}

#header-top #h-t-right {
  font-size: 11.999px;
  font-size: 0.85714rem;
  width: 435px;
  position: relative;
  z-index: 100;
}

#header-top #h-t-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

#header-top #h-t-right ul li {
  border-left: 1px solid rgba(225, 225, 225, 0.3);
}

#header-top #h-t-right ul li a {
  display: inline-block;
  padding: 13px 10px;
}

#header-top #h-t-right ul li a.search {
  padding: 0;
  width: 40px;
  height: 40px;
  background: url("../png/icon_search.png") no-repeat 50% 70%;
  background-size: 18px;
}

#header-top #h-t-right ul li.search {
  border-right: 1px solid rgba(225, 225, 225, 0.3);
}

#header-top #h-t-right ul li.lang {
  width: 110px;
}

#header-top #h-t-right ul li#pc-language a {
  padding: 0;
}

#header-top #h-t-right ul li#pc-language a.contact1 {
  width: 128px;
}

#header-top #h-t-right ul li#pc-language a.contact2 {
  width: 152px;
}

#header-top #h-t-right ul li.contact1 {
  width: 128px;
}

#header-top #h-t-right ul li.contact2 {
  width: 152px;
}

/* header-nav*/
#header-nav {
  font-size: 11.999px;
  font-size: 0.85714rem;
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
  /* header-nav-sp*/
}
.header-nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
#h-n-logo {
  width: 316px;
}
.layout #h-n-logo img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    height: 69px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 200;
  }
  .header-nav-inner {
    width: 100%;
    margin: 0;
  }
}

@media only screen and (max-width: 414px) {
  #header-nav {
    height: 64px;
  }
}

@media only screen and (max-width: 375px) {
  #header-nav {
    height: 65px;
  }
}

@media only screen and (max-width: 768px) {
  #header-nav #h-n-logo {
    width: 100%;
  }
}

#header-nav #h-n-logo a {
  display: inline-block;
  padding: 30px 0;
}

@media only screen and (max-width: 768px) {
  #header-nav #h-n-logo a {
    padding: 20px 20px;
  }
}

#header-nav ul#h-n-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}
#header-nav ul#h-n-list li {
  position: relative;
}

@media only screen and (max-width: 768px) {
  #header-nav ul#h-n-list {
    display: none;
  }
}

#header-nav ul#h-n-list li a {
  display: inline-block;
  padding: 60px 15px 20px;
}

#header-nav ul#h-n-list li a.about {
  background: url("../png/icon_about.png") no-repeat 50% 30%;
  background-size: 44px;
}

#header-nav ul#h-n-list li a.operation {
  background: url("../png/icon_operation.png") no-repeat 50% 30%;
  background-size: 32px;
}

#header-nav ul#h-n-list li a.price {
  background: url("../png/icon_price.png") no-repeat 50% 30%;
  background-size: 32px;
}

#header-nav ul#h-n-list li a.question {
  background: url("../png/icon_question.png") no-repeat 50% 30%;
  background-size: 32px;
}

#header-nav ul#h-n-list li a.access {
  background: url("../png/icon_access.png") no-repeat 50% 30%;
  background-size: 20px;
}

#header-nav ul#h-n-list li a.beginner {
  background: url("../png/icon_beginner.png") no-repeat 50% 30%;
  background-size: 32px;
}

#header-nav ul#h-n-list .reserve-beginner {
  text-align: center;
  padding: 10px;
  line-height: 1.2;
}

#header-nav ul#h-n-list .reserve-beginner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
}

#header-nav ul#h-n-list .reserve-beginner ul li a {
  padding: 50px 5px 0;
}

#header-nav ul#h-n-list .reserve-beginner ul li a.tel {
  background: url("../png/icon_tel_red02.png") no-repeat 50% 20%;
  margin-top: 2px;
  margin-right: 5px;
}

#header-nav ul#h-n-list .reserve-beginner ul li a.web {
  background: url("../png/icon_web02.png") no-repeat 50% 30%;
  margin-top: 2px;
  margin-left: 5px;
}

#header-nav ul#h-n-list .reserve-again {
  padding: 5px 10px 10px;
  text-align: center;
}

#header-nav ul#h-n-list .reserve-again a {
  font-weight: normal;
  padding: 30px 5px 0;
  background: url("../png/icon_tel_red.png") no-repeat 50% 15%;
}

#header-nav ul#h-n-list_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ドロップダウン */
.menu-list li.has-child > a {
  pointer-events: none;
}
.menu-list .nav-child {
  width: 652px;
  padding: 0;
  height: 0;
  opacity: 0;
  top: calc(100% - 10px);
  left: -283px;
  position: absolute;
  transition: 0.3s linear;
  z-index: 1000;
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.menu-list li:hover > .nav-child {
  height: auto;
  opacity: 1;
}
.menu-list .nav-child ul {
  display: flex;
  justify-content: space-between;
  margin: 16px;
}
.menu-list .nav-child ul li {
  position: relative;
  width: 302px;
  height: auto;
}
#header-nav ul#h-n-list.menu-list li .nav-child ul li a {
  display: block;
  padding: 0;
  width: 100%;
}
.menu-list .nav-child ul li img {
  display: block;
}
.menu-list .nav-child ul li a {
  transition: 0.5s linear;
}
.menu-list .nav-child ul li a:hover {
  opacity: 0.6;
}

@media only screen and (min-width: 769px) {
  #header-nav ul#h-n-list_sp {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #header-nav ul#h-n-list_sp {
    width: 40%;
  }
  * {
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 414px) {
  #header-nav ul#h-n-list_sp {
    width: 35%;
    font-size: 0.64286rem;
    height: 100%;
  }
}

#header-nav ul#h-n-list_sp li {
  width: 50%;
  text-align: center;
  font-weight: bold;
  background-color: #fcf4f5;
}
#header-nav ul#h-n-list_sp li + li {
  border-left: solid 1px #fff;
}
#header-nav ul#h-n-list_sp li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 45px 0 0;
}

#header-nav ul#h-n-list_sp li a.reserve-beginner {
  background: #fcf4f5 url("../png/icon_web02.png") no-repeat 50% 30%;
  background-size: 38px;
}

#header-nav ul#h-n-list_sp li a.menu {
  background: #fcf4f5 url("../png/icon_menu-sp.png") no-repeat 50% 30%;
  background-size: 25px;
}

#header-nav ul#h-n-list_sp li a.js-close-icon {
  background: #fcf4f5 url("../png/icon_close-sp.png") no-repeat 50% 30%;
  background-size: 25px;
}

/* SPスクロールメニュー*/
#sp-nav-scroll {
  position: fixed;
  top: 69px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  background: #fff;
}

@media only screen and (min-width: 769px) {
  #sp-nav-scroll {
    display: none;
  }
}

@media only screen and (max-width: 414px) {
  #sp-nav-scroll {
    top: 65px;
  }
}

@media only screen and (max-width: 768px) {
  #sp-nav-scroll ul.sp-nav-list li {
    padding: 3px 0;
  }
}

#sp-nav-scroll ul.sp-nav-list li a {
  display: inline-block;
  width: 83%;
  padding: 1em 2% 1em 15%;
  border-bottom: 1px solid #e1e1e1;
  font-weight: bold;
  background: url("../png/icon_arw_right.png") no-repeat 95% 50%/6px 11px;
}

#sp-nav-scroll ul.sp-nav-list li a.about {
  background: url("../png/icon_about.png") no-repeat 4% 50%/6%,
    url("../png/icon_arw_right.png") no-repeat 95% 50%/6px 11px;
}

@media only screen and (max-width: 414px) {
  #sp-nav-scroll ul.sp-nav-list li a.about {
    background: url("../png/icon_about.png") no-repeat 4% 50%/10%,
      url("../png/icon_arw_right.png") no-repeat 95% 50%/6px 11px;
  }
}

#sp-nav-scroll ul.sp-nav-list li a.operation {
  background: url("../png/icon_operation.png") no-repeat 5% 50%/5%,
    url("../png/icon_arw_right.png") no-repeat 95% 50%/6px 11px;
}

@media only screen and (max-width: 414px) {
  #sp-nav-scroll ul.sp-nav-list li a.operation {
    background: url("../png/icon_operation.png") no-repeat 5% 50%/8%/,
      url("../png/icon_arw_right.png") no-repeat 95% 50%/6px 11px;
  }
}

@media only screen and (max-width: 414px) {
  #sp-nav-scroll ul.sp-nav-list li.has-child a.operation {
    background: url("../png/icon_operation.png") no-repeat 5% 50%/8%
      /*, url("/common2/image/icon_arw_right.png") no-repeat 95% 50%/6px 11px*/;
    pointer-events: none;
  }
}

#sp-nav-scroll ul.sp-nav-list li a.price {
  background: url("../png/icon_price.png") no-repeat 5% 50%/5%,
    url("../png/icon_arw_right.png") no-repeat 95% 50%/6px 11px;
}

@media only screen and (max-width: 414px) {
  #sp-nav-scroll ul.sp-nav-list li a.price {
    background: url("../png/icon_price.png") no-repeat 5% 50%/8%,
      url("../png/icon_arw_right.png") no-repeat 95% 50%/6px 11px;
  }
}

#sp-nav-scroll ul.sp-nav-list li a.question {
  background: url("../png/icon_question.png") no-repeat 5% 50%/5%,
    url("../png/icon_arw_right.png") no-repeat 95% 50%/6px 11px;
}

@media only screen and (max-width: 414px) {
  #sp-nav-scroll ul.sp-nav-list li a.question {
    background: url("../png/icon_question.png") no-repeat 5% 50%/8%,
      url("../png/icon_arw_right.png") no-repeat 95% 50%/6px 11px;
  }
}

#sp-nav-scroll ul.sp-nav-list li a.access {
  background: url("../png/icon_access.png") no-repeat 6% 50%/3%,
    url("../png/icon_arw_right.png") no-repeat 95% 50%/6px 11px;
}

@media only screen and (max-width: 414px) {
  #sp-nav-scroll ul.sp-nav-list li a.access {
    background: url("../png/icon_access.png") no-repeat 6% 50%/6%,
      url("../png/icon_arw_right.png") no-repeat 95% 50%/6px 11px;
  }
}

#sp-nav-scroll ul.sp-nav-list li a.beginner {
  background: url("../png/icon_beginner.png") no-repeat 5% 50%/5%,
    url("../png/icon_arw_right.png") no-repeat 95% 50%/6px 11px;
}

@media only screen and (max-width: 414px) {
  #sp-nav-scroll ul.sp-nav-list li a.beginner {
    background: url("../png/icon_beginner.png") no-repeat 5% 50%/8%,
      url("../png/icon_arw_right.png") no-repeat 95% 50%/6px 11px;
  }
}

#sp-nav-scroll ul.sp-nav-list li:first-child a {
  border-top: 1px solid #e1e1e1;
}

#sp-nav-scroll .reserve-beginner {
  margin: 25px 0;
}

#sp-nav-scroll .reserve-beginner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#sp-nav-scroll .reserve-beginner ul li {
  width: 49%;
}

#sp-nav-scroll .reserve-beginner ul li a {
  display: inline-block;
  width: 100%;
  padding: 1em 0;
  text-align: center;
}

#sp-nav-scroll .reserve-beginner ul li a.tel {
  background: url("../png/icon_tel_red.png") no-repeat 10% 50%/25px,
    url("../png/icon_arw_bottom.png") no-repeat 95% 50%/11px 6px;
  background-color: #fcf4f5;
}

#sp-nav-scroll .reserve-beginner ul li a.js-open {
  background: url("../png/icon_tel_red.png") no-repeat 10% 50%/25px,
    url("../png/icon_arw_top.png") no-repeat 95% 50%/11px 6px;
  background-color: #fcf4f5;
}

#sp-nav-scroll .reserve-beginner ul li a.web {
  background: #fcf4f5 url(../png/icon_web02.png) no-repeat 7% 50%/35px;
}

#sp-nav-scroll .reserve-again {
  margin-top: 10px;
  margin-bottom: 50px;
}

#sp-nav-scroll .reserve-again a.tel {
  display: inline-block;
  width: 85%;
  padding: 1em 0 1em 15%;
  background: url(../png/icon_tel_red.png) no-repeat 5% 50%/25px,
    url("../png/icon_arw_bottom.png") no-repeat 95% 50%/11px 6px;
  background-color: #fcf4f5;
}

#sp-nav-scroll .reserve-again a.js-open {
  background: url(../png/icon_tel_red.png) no-repeat 5% 50%/25px,
    url("../png/icon_arw_top.png") no-repeat 95% 50%/11px 6px;
  background-color: #fcf4f5;
}

#sp-nav-scroll .sp-tel {
  margin-top: 10px;
  font-size: 10.999px;
  font-size: 0.78571rem;
}

#sp-nav-scroll .sp-tel .inner {
  padding: 20px 0 10px;
}

#sp-nav-scroll .sp-tel h2,
#sp-nav-scroll .sp-tel .c-heading-list {
  font-size: 14px;
  font-size: 1rem;
  padding: 1em;
  font-weight: bold;
}

#sp-nav-scroll .sp-tel h3 {
  display: inline-block;
  font-size: 14px;
  font-size: 1rem;
  padding: 1em 0 1em 35px;
}

#sp-nav-scroll .sp-tel .contact-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

#sp-nav-scroll .sp-tel .contact-info-list .list {
  width: 48%;
  background: #fff;
  margin-bottom: 0;
}

#sp-nav-scroll .sp-tel .contact-info-list .list a p {
  padding-top: 0;
}

#sp-nav-scroll .sp-tel .contact-info-list .list:first-child {
  margin-right: 1%;
}

#sp-nav-scroll .sp-tel .contact-info-list .list p.title {
  padding-top: 5px;
  padding-left: 3%;
}

#sp-nav-scroll .sp-tel .contact-info-list .list div {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 0 15px 5%;
  text-align: center;
}

@media only screen and (max-width: 375px) {
  #sp-nav-scroll .sp-tel .contact-info-list .list div {
    text-align: left;
    width: 98%;
    padding: 2px 0 2px 2%;
  }
}

#sp-nav-scroll .sp-tel .contact-info-list .list div p.daial {
  font-size: 12.999px;
  font-size: 0.92857rem;
  padding-left: 20px;
  background-size: 20px;
  background-position: 20% center;
}

@media only screen and (max-width: 599px) {
  #sp-nav-scroll .sp-tel .contact-info-list .list div p.daial {
    background-position: 0 center;
  }
}

#sp-nav-scroll .sp-tel .contact-info-list .list div p.daial a {
  display: inline;
}

#sp-nav-scroll #sp-tel-beginner {
  width: 100%;
  background: rgba(157, 210, 222, 0.3);
}

#sp-nav-scroll #sp-tel-beginner h2,
#sp-nav-scroll #sp-tel-beginner .c-heading-list {
  background: #9dd2de;
}

#sp-nav-scroll #sp-tel-beginner h3 {
  background: url(../png/icon_beginner.png) no-repeat 0% center/30px;
}

#sp-nav-scroll ul.sp-nav-list .nav-child li {
  padding: 0;
}

#sp-nav-scroll ul.sp-nav-list .nav-child li:first-child a {
  border-top: none;
  border-bottom: 2px solid #ffffff;
}
.nav-child li {
  background: #f9faf9;
}

@media only screen and (max-width: 320px) {
  #sp-nav-scroll #sp-tel-beginner h3 {
    background-position: 5% center;
  }
}

#sp-nav-scroll #sp-tel-beginner span {
  padding-left: 20px;
  background: url(../png/icon_dial_lg.png) no-repeat 2% center;
  background-size: 15px;
}

#sp-nav-scroll #sp-tel-again {
  background: #fcf4f5;
  margin-bottom: 20px;
}

#sp-nav-scroll #sp-tel-again h2 {
  background: #e198a1;
  color: #fff;
}

#sp-nav-scroll #sp-tel-again h3 {
  background: url(../png/icon_tel_red.png) no-repeat 0% center/25px;
}

@media only screen and (max-width: 320px) {
  #sp-nav-scroll #sp-tel-again h3 {
    background-position: 5% center;
  }
}

#sp-nav-scroll #sp-tel-again .contact-info-list .list {
  border: 2px solid #e198a1;
  margin-bottom: 10px;
}
#sp-nav-scroll #sp-tel-beginner .contact-info-list .list {
  margin-bottom: 10px;
}
#sp-nav-scroll #sp-tel-again .contact-info-list .list p.title {
  background: #fcf4f5;
}

#sp-nav-scroll .shop-list {
  margin-bottom: 50px;
}

#sp-nav-scroll .shop-list p {
  line-height: 2em;
  text-align: center;
}

@media only screen and (max-width: 320px) {
  #sp-nav-scroll .shop-list p {
    font-size: 0.85714rem;
  }
}

#sp-nav-scroll .shop-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0;
}

#sp-nav-scroll .shop-list ul li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 10px;
}

#sp-nav-scroll .shop-list ul li:nth-child(3n) {
  margin-right: 0;
}

#sp-nav-scroll .shop-list ul li a {
  display: inline-block;
  width: 90%;
  padding: 0.8em 0 0.8em 0.8em;
  background: #e1e1e1 url("../png/icon_arw_right.png") no-repeat 95% 50%/4%;
}

@media only screen and (max-width: 414px) {
  #sp-nav-scroll .shop-list ul li a {
    background: #e1e1e1 url("../png/icon_arw_right.png") no-repeat 95% 50%/7%;
  }
}

#sp-nav-scroll ul.sp-nav-list-bottom li a {
  width: 93%;
  padding: 1em 2% 1em 5%;
}

#sp-nav-scroll ul.sp-nav-list-bottom li#sp-language {
  width: 95%;
  padding: 0 2% 0 3%;
  border-bottom: 1px solid #e1e1e1;
}

#sp-nav-scroll ul.sp-nav-list-bottom li#sp-language a {
  border: none;
  background: none;
  padding-left: 0;
}

#sp-nav-scroll .border-btn {
  margin: 25px 0;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  background: url(../png/icon_close-sp.png) no-repeat right 38% center/3%;
}

.js-spnav {
  display: none;
}

/* 検索ボックス*/
/* PC */
#search-pc {
  position: absolute;
  left: -208px;
  top: 44px;
}

#search-pc table.gsc-search-box {
  position: relative;
}

#search-pc td.gsc-input {
  position: absolute;
  width: 200px;
  padding: 5px 40px 5px 10px;
  background: #e198a1;
}

#search-pc .gsc-input-box {
  border-radius: 16px;
  border-color: #fff;
}

#search-pc input.gsc-input,
#search-pc .gsc-input-box,
#search-pc .gsc-input-box-hover,
#search-pc .gsc-input-box-focus {
  border: none;
  font-size: 14px;
  font-size: 1rem;
}

#search-pc .gsib_a {
  padding-top: 6px;
  padding-bottom: 2px;
}

#search-pc td.gsc-search-button {
  position: absolute;
  top: 8px;
  left: 170px;
}

#search-pc .gsc-search-button-v2 {
  background: none;
  border: none;
  padding: 10px;
  width: 20px;
  height: 20px;
  background: url("../png/icon_search-pink.png") no-repeat center;
  background-size: contain;
}

#search-pc .gsc-search-button-v2 svg {
  display: none;
}

#search-pc .gsc-search-box-tools .gsc-clear-button,
#search-pc .gsib_b {
  display: none !important;
}

#search-pc #btn-search-close {
  position: absolute;
  top: 0px;
  left: 210px;
  background: url("../png/icon_search_close.png") no-repeat center;
  padding: 20px;
}

.js-pcsearch-none {
  display: none;
}

/* SP */
#search-sp form.gsc-search-box {
  margin-bottom: 0;
  background: rgba(152, 152, 152, 0.05);
}

#search-sp table.gsc-search-box {
  margin-bottom: 0;
}

#search-sp input.gsc-input,
#search-sp .gsc-input-box,
#search-sp .gsc-input-box-hover,
#search-sp .gsc-input-box-focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#search-sp td.gsc-input {
  padding: 0 0 0 1em;
}

#search-sp td#gs_tti50 {
  padding: 0;
}

#search-sp td#gs_tti50 input {
  background: rgba(152, 152, 152, 0.025);
  margin: 0 !important;
  height: 3em !important;
}

#search-sp td.gsib_b {
  display: none;
}

#search-sp #gs_id50 tr {
  background: rgba(152, 152, 152, 0.025);
}

#search-sp .gsc-search-button-v2 {
  background: none;
  border: none;
  width: 20px;
  height: 20px;
  background: url("../png/icon_search-black.png") no-repeat center;
  background-size: contain;
}

#search-sp .gsc-search-button-v2 svg {
  display: none;
}

/* Language */
@media only screen and (min-width: 769px) {
  #google_translate_element {
    width: 90px;
    position: absolute;
    top: 32%;
    right: 299px;
    z-index: 1000;
  }
}

.goog-te-gadget-simple {
  background-color: #c83042 !important;
  border: none !important;
  font-size: 11.999px !important;
  font-size: 0.85714rem !important;
  padding: 1px 0px;
}

@media only screen and (max-width: 768px) {
  .goog-te-gadget-simple {
    width: 80%;
    background-color: #fff !important;
  }
}

a.goog-te-menu-value img {
  width: auto;
  margin: 0;
}

a.goog-te-menu-value span {
  border: none !important;
  color: #fff !important;
}

@media only screen and (max-width: 768px) {
  a.goog-te-menu-value span {
    color: #323232 !important;
  }
}

/*===========================
       パンくずリスト
===========================*/
#pan-list {
  font-size: 12.999px;
  font-size: 0.92857rem;
  padding: 1em 0;
  width: 100%;
}

#pan-list .inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#pan-list li {
  min-width: initial;
    min-height: initial;
}
@media only screen and (max-width: 768px) {

#pan-list {
	display: none;
}
  #pan-list .inner {
    width: 92%;
    min-width: 300px;
  }
}

#pan-list 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;
}

#pan-list ul li {
  padding-left: 2em;
  background: url("../png/slide_right.png") no-repeat 10px center;
  background-size: 8px;
}

#pan-list ul li i {
  font-size: 14px;
  font-size: 1rem;
  padding-right: 0.5em;
}

#pan-list ul li:first-child {
  padding-left: 0;
  background-image: none;
}

/*===========================
        main-visual
===========================*/
#main-visual {
  position: relative;
}

@media only screen and (max-width: 768px) {
  #main-visual {
    position: relative;
  }

  .main-swiper-slide {
    padding-bottom: 30px;
  }
}

#main-visual #main-slider {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #main-visual #main-slider {
    width: 100%;
    z-index: 0;
    height: auto;
  }
}
.main-swiper-slide {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #main-visual #main-slider .slide1 {
    background-size: 100%;
  }
}

#main-visual #main-text {
  position: absolute;
  top: 35px;
  right: 20px;
  width: 440px;
  text-align: center;
  font-size: 14px;
  font-size: 1rem;
  background-color: #fff;
  z-index: 100;
  border: solid 1px #000;
}

@media only screen and (max-width: 768px) {
  #main-visual #main-text {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    border: none;
  }
}

#main-visual #main-text .inner {
  margin: 40px 20px 35px;
}

@media only screen and (max-width: 768px) {
  #main-visual #main-text .inner {
    margin: 0 0 15px;
    padding: 10px 5% 30px;
    z-index: 100;
  }
}

#main-visual #main-text .inner img.title {
  width: 221px;
  max-width: none;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  #main-visual #main-text .inner img.title {
    width: 88%;
    max-width: 100%;
    margin-bottom: 25px;
  }
}
.title-col {
  font-weight: bold;
  color: #c83042;
}

#main-visual #main-text .inner .description {
  width: 340px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8em;
}

@media only screen and (max-width: 768px) {
  #main-visual #main-text .inner .description {
    width: 88%;
  }
}

#main-visual #main-text .inner .description a {
  display: block;
  font-size: 12.999px;
  font-size: 0.92857rem;
  background: url("../png/icon_arw_right.png") no-repeat 100% 50%;
  background-size: 8px;
  padding-right: 15px;
  text-align: right;
  margin-top: 15px;
}

#main-visual #main-text .inner .satisfaction {
  padding: 35px 0 0;
  position: relative;
  font-size: 14px;
  font-size: 1rem;
  width: 364px;
  margin-left: auto;
  margin-right: auto;
}

#main-visual #main-text .inner .satisfaction img {
  width: 364px;
}

#main-visual #main-text .inner .satisfaction p {
  font-size: 10px;
  font-size: 0.71429rem;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-top: 10px;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  #main-visual #main-text .inner .satisfaction {
    width: 100%;
  }
  #main-visual #main-text .inner .satisfaction p {
    min-width: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    text-align: left;
  }
}

@media only screen and (max-width: 414px) {
  #main-visual #main-text .inner .satisfaction p {
    width: 69%;
  }
}

@media only screen and (max-width: 375px) {
  #main-visual #main-text .inner .satisfaction p {
    width: 75%;
  }
}

@media only screen and (max-width: 360px) {
  #main-visual #main-text .inner .satisfaction p {
    width: 79%;
  }
}

#main-visual #main-text .bnr-beginner img {
  width: 480px;
  max-width: none;
}

@media only screen and (max-width: 768px) {
  #main-visual #main-text .bnr-beginner img {
    width: 100%;
    max-width: 100%;
  }
}

/* MENS ボタン */

.btn-link {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 1358px;
  margin: auto;
  width: 172px;
  height: 172px;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .btn-link {
    position: absolute;
    top: 74.934vw;
    bottom: auto;
    left: 4vw;
    right: auto;
    margin: 0;
    width: 32.533vw;
    height: 32.533vw;
    z-index: 100;
  }
}

/*===========================
    contents(下層ページ共通)
===========================*/
#contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  #contents {
    display: block;
  }
}

#contents #contents-main {
  width: 920px;
  padding-right: 40px;
}

@media only screen and (max-width: 768px) {
  #contents #contents-main {
    padding-right: 0;
    width: 100%;
  }

  #contents.information #contents-main {
    width: 100%;
    padding-left: 0;
  }
}

#contents #contents-side {
  width: 240px;
  /*padding-top: 70px;*/
}

@media only screen and (max-width: 768px) {
  #contents #contents-side {
    width: 100%;
  }
}

#contents #contents-side div#bnr-free {
  /*aタグに変更*/
  display: block;
}

@media only screen and (max-width: 768px) {
  #contents #contents-side div#bnr-free {
    margin-top: 25px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

#contents #contents-side div#bnr-free span {
  display: block;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  #contents #contents-side div#bnr-free span {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}

#contents #contents-side div#bnr-free span.red {
  color: #c83042;
}

#contents #contents-side div#bnr-free span.btn {
  padding: 1em 0;
  color: #fff;
  background: #c83042;
  font-size: 14px;
  font-size: 1rem;
}

#contents #contents-side #side-menu {
  /* margin-top: 30px;*/
}

#contents #contents-side #side-menu a {
  width: 95%;
  padding: 1em 0.5em;
  display: inline-block;
}

#contents #contents-side #side-menu p.side-menu-title {
  font-weight: bold;
}

#contents #contents-side #side-menu p.side-menu-title a {
  background: url(../png/icon_circlearw_red.png) no-repeat 95% center;
  background-size: 12px;
  border-bottom: 1px solid #989898;
}

#contents #contents-side #side-menu p.side-menu-title.js-active a {
  background: url(../png/icon_circlearw_bottom.png) no-repeat 95% center;
  background-size: 12px;
}

#contents #contents-side #side-menu ul li a {
  background: url(../png/icon_arw_right-red.png) no-repeat 95% center;
  background-size: 4px 6px;
}

#contents #contents-side #side-bnr-pc {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  #contents #contents-side #side-bnr-pc {
    display: none;
  }
}

#contents #contents-side #side-bnr-pc li {
  margin-bottom: 15px;
}

#contents #contents-side #side-bnr-sp {
  margin-top: 25px;
}

@media only screen and (min-width: 769px) {
  #contents #contents-side #side-bnr-sp {
    display: none;
  }
}

/*===========================
  contents-top(トップページ)
===========================*/
/* 初診の方 PC*/
#contact-info-deginner {
  background: rgba(157, 210, 222, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
  font-size: 19.999px;
  font-size: 1.42857rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #contact-info-deginner {
    display: none;
  }
}

#contact-info-deginner .title {
  background: #9dd2de url(../png/beginner.png) no-repeat 15% 50%;
  background-size: 33px;
  width: 20%;
  padding: 25px 0 25px 30px;
}

#contact-info-deginner .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 20px 1%;
  width: 100%;
}

#contact-info-deginner .tel p {
  padding: 0px 10px;
  display: inline;
  vertical-align: middle;
}

#contact-info-deginner .tel p:first-child {
  padding-left: 40px;
  background: url(../png/icon_tel_blue.png) no-repeat 5% 50%;
}

#contact-info-deginner .tel p.white {
  padding: 10px 20px;
  margin: 10px;
  background: #fff;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.2;
}

#contact-info-deginner .web {
  background: url(../png/border_dashed.png) no-repeat 0% 50%;
  width: 17%;
}

#contact-info-deginner .web a {
  text-decoration: underline;
  display: inline-block;
  width: 100%;
  padding: 28px 0 28px 20px;
  font-size: 15px;
  font-size: 1.07143rem;
  background: url(../png/icon_web.png) no-repeat 10% 50%;
}
/* bnr Top*/
/* edit 2022-0107 */
.bnr-top {
  /* width: 1200px; */
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  text-align: center;
}
.bnr-top_normal {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.bnr-top_normal > li {
  /* width: 522px; */
  width: calc(50% - 10px);
  max-width: 100%;
}
.bnr-top_normal > li:nth-child(2n) {
  margin-left: 20px;
}
.bnr-top_long {
  margin-top: 40px;
}
.bnr-top_long img {
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .bnr-top {
    width: 95%;
    min-width: 300px;
  }
  .bnr-top_normal {
    display: block;
  }
  .bnr-top_normal > li {
    width: 100%;
  }
  .bnr-top_normal > li:nth-child(2n) {
    margin-left: 0;
  }
  .bnr-top_normal > li {
    margin-top: 8px;
  }
  .bnr-top_long {
    margin-top: 24px;
  }
}
/* News Top*/
#news-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-size: 1.14286rem;
  border-bottom: 1px solid #323232;
}

@media only screen and (max-width: 768px) {
  #news-top {
    display: none;
  }
}

#news-top p {
  border-left: 5px solid #323232;
  margin-bottom: 10px;
}

#news-top p span {
  padding: 0 30px 0 10px;
  font-weight: bold;
}

#news-top p span.date {
  padding: 0 20px 0 0;
}

#news-top a.border-btn-sm {
  font-size: 10.999px;
  font-size: 0.78571rem;
  border: 1px solid #989898;
  border-radius: 8px;
  display: block;
  text-align: center;
  padding: 3px 25px 3px 15px;
  background: url(../png/icon_arw_bottom.png) no-repeat 90% 50%;
  background-size: 11px 6px;
  margin-bottom: 5px;
}

#news-top a.border-btn-sm:hover {
  border-color: #c83042;
}

/* SP News Top*/
@media only screen and (min-width: 769px) {
  #sp-news-top {
    display: none;
  }
}

#sp-news-top p.title {
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #989898;
}

#sp-news-top p.title span {
  line-height: 2.5em;
  border-left: 8px solid #323232;
  padding: 5px 0px 5px 10px;
}

#sp-news-top p.sentence {
  width: 90%;
}

#sp-news-top p.sentence .date {
  font-weight: bold;
}

#sp-news-top .border-btn a {
  padding: 10px 0;
}

#sp-news-top .border-btn a span {
  display: inline-block;
  background: url(../png/icon_arw_bottom.png) no-repeat 50%/11px 6px;
  width: 25px;
  height: 13px;
}

/* SP MENU*/
#sp-menu {
  margin: 490px 0 40px 0;
}

@media only screen and (min-width: 769px) {
  #sp-menu {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #sp-menu {
    margin-top: 40px;
  }
}

#sp-menu ul.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#sp-menu ul.menu-list li {
  width: 30%;
  text-align: center;
}

#sp-menu ul.menu-list li:first-child,
#sp-menu ul.menu-list li:nth-child(4) {
  width: 39%;
}

#sp-menu ul.menu-list li:nth-child(-n + 3) {
  border-bottom: 1px solid #323232;
}

#sp-menu ul.menu-list li:not(:nth-child(3n)) {
  border-right: 1px solid #323232;
}

#sp-menu ul.menu-list li a {
  display: inline-block;
  padding: 60px 10px 10px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #sp-menu ul.menu-list li a {
    font-size: 0.92857rem;
  }
}

#sp-menu ul.menu-list li a.about {
  background: url("../png/icon_about.png") no-repeat 50% 25%/30%;
}

#sp-menu ul.menu-list li a.operation {
  background: url("../png/icon_operation.png") no-repeat 50% 25%/40%;
}

#sp-menu ul.menu-list li a.price {
  background: url("../png/icon_price.png") no-repeat 50% 25%/80%;
}

#sp-menu ul.menu-list li a.question {
  background: url("../png/icon_question.png") no-repeat 50% 25%/30%;
}

#sp-menu ul.menu-list li a.access {
  background: url("../png/icon_access.png") no-repeat 50% 25%/30%;
}

#sp-menu ul.menu-list li a.beginner {
  background: url("../png/icon_beginner.png") no-repeat 50% 20%/38%;
}

/* トップ症状から探す */
#search-symptom {
  background: #fcf4f5;
}

#search-symptom #symp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#search-symptom #symp-list li {
  width: 12%;
  margin-right: 0.5%;
  margin-top: 10px;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  #search-symptom #symp-list li {
    margin-right: 1.3%;
    width: 32%;
    height: auto;
    font-size: 1rem;
  }
}

#search-symptom #symp-list li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

#search-symptom #symp-list li a span {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-top: 65%;
  margin-top: 8px;
}

#search-symptom #symp-list li a span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#search-symptom #symp-list li a p {
  padding: 10px 0 10px 10px;
  font-weight: bold;
  background: url("../png/icon_arw_right-gray.png") no-repeat 95% 50%;
  background-size: 6px 11px;
}

@media only screen and (max-width: 768px) {
  #search-symptom #symp-list li a p {
    text-align: center;
    background: none;
  }
}

@media only screen and (max-width: 599px) {
  #search-symptom #symp-list li a p {
    padding: 5px 0;
  }
}

.ranking {
  position: relative;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .ranking {
    display: none;
  }
}

.ranking h3.title {
  position: absolute;
  top: -20px;
  left: -30px;
  background: url("../png/bg_rank_title.png") no-repeat;
  color: #fff;
  font-size: 17.999px;
  font-size: 1.28571rem;
  font-weight: bold;
  padding: 10px 65px 30px 10px;
}

.ranking ul {
  width: 97%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 35px 0 20px;
}

.ranking ul li {
  width: 19%;
}

a b {
  display: inline-block;
  width: 80%;
  padding: 20px 0 10px 20%;
  font-size: 17.999px;
  font-size: 1.28571rem;
  border-bottom: 1px solid #989898;
}

a b.no1 {
  background: url("../png/rank_no1.png") no-repeat 0 50%;
  background-size: 40px;
}

a b.no2 {
  background: url("../png/rank_no2.png") no-repeat 0 50%;
  background-size: 40px;
}

a b.no3 {
  background: url("../png/rank_no3.png") no-repeat 0 50%;
  background-size: 40px;
}

a b.no4 {
  background: url("../png/rank_no4.png") no-repeat 0 50%;
  background-size: 40px;
}

a b.no5 {
  background: url("../png/rank_no5.png") no-repeat 0 50%;
  background-size: 40px;
}

a p {
  padding-top: 20px;
}

@media only screen and (min-width: 769px) {
  .sp-ranking-slider {
    display: none;
  }
}

.sp-ranking-slider .title {
  color: #fff;
  font-size: 17.999px;
  font-size: 1.28571rem;
  font-weight: bold;
  width: 230px;
  background: url("../png/bg_rank-sp.png") no-repeat;
  background-size: contain;
  padding: 10px 5px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .sp-ranking-slider .title {
    font-size: 1.07143rem;
  }
}

.sp-ranking-slider .content-slide {
  background: #fff;
}

.sp-ranking-slider .content-slide a {
  padding: 10px;
}

.sp-ranking-slider .content-slide a b {
  padding: 20px 0 10px 60px;
}

.sp-ranking-slider .content-slide a p {
  padding: 10px;
}

.sp-ranking-slider .content-swiper-pagination {
  bottom: 0px;
}

@media only screen and (max-width: 768px) {
  #search-symptom #main_trouble .theme {
    display: block !important;
  }
}

#search-symptom #main_trouble ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

#search-symptom #main_trouble ul li {
  width: 23%;
  margin-right: 2%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #search-symptom #main_trouble ul li {
    width: 45%;
    margin-right: 10%;
  }
  #search-symptom #main_trouble ul li:nth-child(2n) {
    margin-right: 0;
  }
  #search-symptom #main_trouble ul li:nth-child(-n + 2) img {
    margin-top: 0;
  }
}

#search-symptom #main_trouble ul li:last-child {
  margin-right: 0;
}

#search-symptom #main_trouble ul li img {
  width: 80%;
  margin: 20px 0;
}

#search-symptom #main_trouble ul li p {
  text-align: left;
}

/* 治療メニューから探す */
#menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  #menu-list {
    font-size: 0.85714rem;
  }
}

#menu-list .menu {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 2%;
  background-color: #f7f7f7;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  #menu-list .menu {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    margin-bottom: 30px;
  }
}

#menu-list .menu:last-child {
  margin: 0;
}

#menu-list .menu img {
  vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
  #menu-list .menu img {
    margin-bottom: 1px;
  }
}

#menu-list .menu div.menu-wrap {
  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: 0 16px 16px;
}

@media only screen and (max-width: 768px) {
  #menu-list .menu div {
    padding: 0;
  }
}

#menu-list .menu ul.left,
#menu-list .menu ul.right {
  width: 49%;
}

@media only screen and (max-width: 768px) {
  #menu-list .menu ul.left,
  #menu-list .menu ul.right {
    width: 49.8%;
  }
}

#menu-list .menu ul li {
  padding-left: 10%;
  width: 80%;
}

#menu-list .menu ul li ul li {
  padding-left: 0;
  padding-right: 10%;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #menu-list .menu ul li {
    width: 100%;
  }
}

#menu-list .menu ul li span {
  margin-right: 0.5em;
  font-size: 11.999px;
  font-size: 0.85714rem;
}

#menu-list .menu ul li.title {
  margin-top: 20px;
  padding: 10px 10% 10px 10%;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #ef646b;
  background: #fff;
  background-size: 6px 9px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #menu-list .menu ul li.title {
    margin-top: 16px;
    padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #menu-list .menu ul li.js-arw::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 38%;
    transition: 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #ef646b;
    border-right: solid 2px #ef646b;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #menu-list .menu ul li.js-arw.js-arw-open::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
  }
}

/*#menu-list .menu ul li a {
  display: inline-block;
  padding-left: 10%;
  width: 80%;
}

#menu-list .menu ul li ul li a {
  display: inline-block;
  padding-left: 10%;
  width: 90%;
}

@media only screen and (max-width: 768px) {
  #menu-list .menu ul li a {
    padding: 20px 10% 20px 10%;
  }
}

#menu-list .menu ul li span {
  margin-right: 0.5em;
  font-size: 11.999px;
  font-size: 0.85714rem;
}

#menu-list .menu ul li.title {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  #menu-list .menu ul li.title {
    margin-top: 1px;
  }
}

#menu-list .menu ul li.title a {
  padding: 10px 10% 10px 10%;
  font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #EF646B;
	background: #f7f7f7 url(/common2/image/icon_arw_right-red.png) no-repeat right 4.2% center;
  background-size: 6px 9px;
}
#menu-list .menu ul li.title a:hover {
	opacity:0.7;
}
#menu-list .menu ul li.title.no-link a {
	background-image:none;
}
*/
.p-search-menu-header {
  position: relative;
}
.p-btn-menu-mens {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.p-btn-menu-mens a.c-btn-mens {
  position: relative;
  font-size: 14px;
  line-height: 1;
  border-color: #17467c;
  background: #ffffff;
  color: #17467c;
  transition: 0.3s;
}
.c-btn-mens::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #17467c;
  border-right: solid 1px #17467c;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 7.5%;
  margin-top: -4px;
}
.p-btn-menu-mens a.c-btn-mens:hover {
  background: #17467c;
  color: #ffffff;
}
.c-btn-mens:hover::after {
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}
.c-btn {
  display: inline-block;
  padding: 10px 26px 10px 16px;
  text-align: center;
  border: 1px solid #333333;
  border-radius: 8px;
}

@media only screen and (max-width: 768px) {
  #menu-list .menu ul li.title a {
    padding: 20px 10% 20px 10%;
  }
}

#menu-list .menu ul li.js-menu-open ul li {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  #menu-list .menu ul li.js-menu-open ul li {
    /*margin-top: 0;*/
  }
  .p-search-menu-header {
    padding-bottom: 10.666vw;
  }
  .p-btn-menu-mens {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    text-align: right;
  }
}

#menu-list .menu ul li.js-menu-open ul li a {
  /*background: url(/common2/image/icon_arw_right-red.png) no-repeat 4% center;
  background-size: 6px 9px;*/
}

@media only screen and (min-width: 769px) {
  #menu-list .menu ul li.js-menu-open ul li.pc-none {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #menu-list ul.left li:first-child,
  #menu-list ul.right li:first-child {
    margin-top: 0;
  }
}

/*#menu-list .menu-face div {
  border: 1px solid #88ca99;
}*/

#menu-list .menu-face li.title a {
  background: #f7f7f7 url(../png/icon_arw_right-white.png) no-repeat 4% center;
  background-size: 6px 11px;
}

@media only screen and (max-width: 768px) {
  #menu-list .menu-face li.js-arw a {
    background: #88ca99 url(../png/icon_arw_bottom-white.png) no-repeat 95% center;
    background-size: 15px 8px;
  }
  #menu-list .menu-face li.js-arw-fix a {
    background: #88ca99 url(../png/icon_arw_right-white.png) no-repeat 95% center;
    background-size: 8px 15px;
  }
  #menu-list .menu-face li.js-arw-open a {
    background: #88ca99 url(../png/icon_arw_top-white.png) no-repeat 95% center;
    background-size: 15px 8px;
  }
}

@media only screen and (min-width: 769px) {
  #menu-list .menu-face li.no-link a {
    background: #88ca99;
    pointer-events: none;
  }
}

@media only screen and (max-width: 768px) {
  #menu-list .menu-face li.js-menu-open ul li {
    border-bottom: 1px solid #f7f7f7;
  }
  #menu-list .menu-face li.js-menu-open ul li:last-child {
    border-bottom: none;
  }
}

/*#menu-list .menu-body div {
  border: 1px solid #edc68c;
}*/

#menu-list .menu-body li.title a {
  background: #edc68c url(../png/icon_arw_right-white.png) no-repeat 4% center;
  background-size: 6px 11px;
}

@media only screen and (max-width: 768px) {
  #menu-list .menu-body li.js-arw a {
    background: #edc68c url(../png/icon_arw_bottom-white.png) no-repeat 95% center;
    background-size: 15px 8px;
  }
  #menu-list .menu-body li.js-arw-fix a {
    background: #edc68c url(../png/icon_arw_right-white.png) no-repeat 95% center;
    background-size: 8px 15px;
  }
  #menu-list .menu-body li.js-arw-open a {
    background: #edc68c url(../png/icon_arw_top-white.png) no-repeat 95% center;
    background-size: 15px 8px;
  }
}

@media only screen and (min-width: 769px) {
  #menu-list .menu-body li.no-link a {
    background: #edc68c;
    pointer-events: none;
  }
}

@media only screen and (max-width: 768px) {
  #menu-list .menu-body li.js-menu-open ul li {
    border-bottom: 1px solid #f7f7f7;
  }
  #menu-list .menu-body li.js-menu-open ul li:last-child {
    border-bottom: none;
  }
}

/*#menu-list .menu-other div {
  border: 1px solid #aa7ba7;
}*/

#menu-list .menu-other li.title a {
  background: #aa7ba7 url(../png/icon_arw_right-white.png) no-repeat 4% center;
  background-size: 6px 11px;
}

@media only screen and (max-width: 768px) {
  #menu-list .menu-other li.js-arw a {
    background: #aa7ba7 url(../png/icon_arw_bottom-white.png) no-repeat 95% center;
    background-size: 15px 8px;
  }
  #menu-list .menu-other li.js-arw-fix a {
    background: #aa7ba7 url(../png/icon_arw_right-white.png) no-repeat 95% center;
    background-size: 8px 15px;
  }
  #menu-list .menu-other li.js-arw-open a {
    background: #aa7ba7 url(../png/icon_arw_top-white.png) no-repeat 95% center;
    background-size: 15px 8px;
  }
}

@media only screen and (max-width: 768px) {
  #menu-list .menu-other li.js-menu-open ul li {
    border-bottom: 1px solid #f7f7f7;
  }
  #menu-list .menu-other li.js-menu-open ul li:last-child {
    border-bottom: none;
  }
}

/* 治療機器からさがす */
#search-machine {
  background: #fcf4f5;
}

#search-machine .theme img,
#search-machine .sp-theme img {
  height: 34px;
}

#search-machine #machine-list {
  font-size: 17.999px;
  font-size: 1.28571rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  #search-machine #machine-list {
    font-size: 1rem;
  }
}

#search-machine #machine-list li {
  width: 24%;
  /*   border-bottom: 1px solid #989898; */
  margin: 0px 1% 0 0;
  background: url("../png/icon_arw_right.png") no-repeat 85% 50%;
  background-size: 6px 11px;
}

#search-machine #machine-list li:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  #search-machine #machine-list li {
    width: 48%;
    margin-right: 4%;
    margin-top: 0;
    border-bottom: 1px solid #989898;
    background: url("../png/icon_arw_right.png") no-repeat 95% 50%;
    background-size: 6px 11px;
  }
  #search-machine #machine-list li:nth-child(2n) {
    margin-right: 0;
  }
}

#search-machine #machine-list li a {
  display: inline-block;
  padding: 10px 0;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #search-machine #machine-list li a {
    width: 85%;
    padding: 10px 0;
  }
}

#search-machine .ranking ul li {
  width: 30%;
}

/* youtube公式 */
#youtube-info .youtube-info_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}

#youtube-info .youtube-info_list li {
  width: calc(50% - 10px);
  max-width: 100%;
  margin-top: 10px;
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  #youtube-info .youtube-info_list {
    margin-left: 0;
  }
  #youtube-info .youtube-info_list li {
    width: 100%;
    margin-left: 0;
  }
}

/* 美容皮膚科ができること */
#cando-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#cando-list div {
  width: 28%;
  padding: 20px 20px 0;
  text-align: center;
  margin-right: 2%;
  background: #fafafa;
}

@media only screen and (max-width: 768px) {
  #cando-list div {
    width: 100%;
    margin-bottom: 30px;
  }
}

#cando-list div:last-child {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  #cando-list div {
    margin-right: 0;
  }
}

#cando-list div img {
  width: auto;
  height: 200px;
}

#cando-list div p {
  text-align: left;
  line-height: 1.8;
  margin: 20px 0;
}

/* トップメッセージ */
#top-message {
  background: #fcf4f5;
}

#top-message .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#top-message .content:nth-of-type(1) {
	margin-bottom: 60px;
}
#top-message .content-wrap {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content:space-between;
	padding: 40px;
}
#top-message .content-inner {
	/*width: 48%;*/
	padding: 0px;
}
#top-message .content-inner:nth-of-type(1) {
	width: 45%;
	flex-basis: 45%;
	flex-shrink: 0;
}

#top-message .content-inner:nth-of-type(2) {
	width: 45%;
	flex-basis: 45%;
	flex-shrink: 0;
}

#top-message .content-inner .disp-block {
	display: block;
	padding-left: 4em;
}

#top-message .content-inner .main__doctorCareer {
	min-height: 9em;
}

#top-message .content-inner .c-heading-dr-prof {
	color: #333333;
}

@media screen and (max-width: 1200px) {
#top-message .content {
	background-color: #FFFAFA;
}
}

@media only screen and (max-width: 768px) {
  #top-message .content {
    display: block;
    /*text-align: center;*/
    position: relative;
  }
#top-message .content-wrap {
	padding: 5vw;
}
  #top-message .content-inner:nth-of-type(1) {
	width: 100%;
	flex-basis: 100%;
	flex-shrink: 0;
	margin-bottom: 10vw;
}
  #top-message .content-inner:nth-of-type(2) {
	width: 100%;
	flex-basis: 100%;
	flex-shrink: 0;
}
}

#top-message .content .profile {
  -webkit-box-flex: 1.4;
  -ms-flex: 1.4;
  flex: 1.4;
}

@media only screen and (max-width: 768px) {
  #top-message .content .profile {
    width: 33%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

#top-message .content .profile img {
  width: 166px;
  display: block;
  margin: 0 auto 10px;
}

#top-message .content .description {
  -webkit-box-flex: 5.4;
  -ms-flex: 5.4;
  flex: 5.4;
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  #top-message .content .description {
    width: 100%;
    padding-bottom: 15px;
    margin: 0 auto;
  }
}

#top-message .content .description h3 {
  font-weight: normal;
  font-size: 25.999px;
  font-size: 1.85714rem;
}

@media only screen and (max-width: 768px) {
  #top-message .content .description h3 {
    font-size: 1.2147rem;
    margin: 20px 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 320px) {
  #top-message .content .description h3 {
    width: 80%;
  }
}

#top-message .content .description p {
  line-height: 2;
  text-align: left;
  margin-top: 20px;
}
#top-message .content .description .doctor-career {
  display: flex;
}

@media screen and (max-width: 768px) {
  #top-message .content .description .doctor-career {
    flex-direction: column;
  }
}

.bnr_aqua {
  width: 384px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .bnr_aqua {
    margin-top: 24px;
  }
}

/*210810編集*/
/*@media only screen and (max-width: 768px) {
  #top-message .content .description p {
    margin-top: 390px;
    line-height: 1.7;
  }
}

@media only screen and (max-width: 599px) {
  #top-message .content .description p {
    margin-top: 310px;
  }
}

@media only screen and (max-width: 414px) {
  #top-message .content .description p {
    margin-top: 270px;
  }
}

@media only screen and (max-width: 375px) {
  #top-message .content .description p {
    margin-top: 250px;
  }
}

@media only screen and (max-width: 360px) {
  #top-message .content .description p {
    margin-top: 230px;
  }
}

@media only screen and (max-width: 320px) {
  #top-message .content .description p {
    margin-top: 220px;
  }
}

#top-message .content .bnr_aqua {
  -webkit-box-flex: 3.2;
  -ms-flex: 3.2;
  flex: 3.2;
}*/

/*.bnr_aqua{
  width: 384px;
  margin: 15px auto 0 auto;
}

@media screen and (max-width:768px) {
  .bnr_aqua{
    width: 100%;
  } 
}

#top-message .content .bnr_aqua img {
  width: 384px;
}

@media only screen and (max-width: 768px) {
  #top-message .content .bnr_aqua {
    width: 80%;
    height: auto;
    position: absolute;
    top: 420px;
    left: 10%;
  }
}

@media only screen and (max-width: 599px) {
  #top-message .content .bnr_aqua {
    top: 377px;
  }
}

@media only screen and (max-width: 414px) {
  #top-message .content .bnr_aqua {
    width: 100%;
    top: 320px;
    left: 0;
  }
}
*/
/* 全9冠を獲得 */
#crown .asterisk {
  float: right;
}

#crown .asterisk p {
  font-size: 10px;
  font-size: 0.71429rem;
}

@media only screen and (max-width: 768px) {
  #crown .asterisk {
    float: none;
  }
}

#crown-list {
  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;
}

#crown-list div {
  width: 32%;
}

@media only screen and (max-width: 768px) {
  #crown-list div {
    width: 100%;
  }
}

/* シロノクリニックの約束 */
@media only screen and (min-width: 769px) {
  #promise .border-btn {
    display: none;
  }
}

#promise-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#promise-list div {
  width: 30%;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  #promise-list div {
    width: 100%;
  }
}

#promise-list div:nth-child(-n + 3) {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  #promise-list div:nth-child(-n + 3) {
    margin-bottom: 20px;
  }
}

#promise-list div img {
  display: block;
}

#promise-list div p {
  padding: 50px 20px 20px;
  border: 1px solid #e1e1e1;
  border-top: none;
  height: 160px;
}

@media only screen and (max-width: 768px) {
  #promise-list div p {
    font-size: 1rem;
    line-height: 1.6;
  }
}

#promise-list .list-1 p {
  background: url("../png/t_promise01.png") no-repeat 5% 5%;
  background-size: auto 35px;
}

#promise-list .list-2 p {
  background: url("../png/t_promise02.png") no-repeat 5% 5%;
  background-size: auto 35px;
}

#promise-list .list-3 p {
  background: url("../png/t_promise03.png") no-repeat 5% 5%;
  background-size: auto 35px;
}

#promise-list .list-4 p {
  background: url("../png/t_promise04.png") no-repeat 5% 5%;
  background-size: auto 35px;
}

#promise-list .list-5 p {
  background: url("../png/t_promise05.png") no-repeat 5% 5%;
  background-size: auto 35px;
}

#promise-list .list-6 p {
  background: url("../png/t_promise06.png") no-repeat 5% 5%;
  background-size: auto 35px;
}

@media only screen and (max-width: 768px) {
  #promise-list .list-4,
  #promise-list .list-5,
  #promise-list .list-6 {
    display: none;
  }
}

/* 美容コラム */
#column-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

#column-list div {
  width: 17.5%;
  background: #fafafa;
  padding: 10px 10px 0;
}
#column-list div:nth-last-of-type(1) {
}

@media only screen and (max-width: 768px) {
  #column-list div {
    width: 49%;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

#column-list div:last-child {
  margin: 0;
}

#column-list div p {
  padding: 10px 0;
}

@media only screen and (max-width: 768px) {
  #column-list .column-3,
  #column-list .column-4 {
    display: none;
  }

  #column-list div.column:nth-child(n + 5) {
    display: none;
  }
}

/*----------------------------- 公式SNSアカウント-------------------------- */
/*----------------------------- 赤いアイコン化2021-1228-------------------------- */

#sns-account-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

#sns-account-list li a {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-left: 16px;
}

@media only screen and (max-width: 768px) {
  #sns-account-list {
    margin-left: 0;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #sns-account-list li a {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 0 10px;
  }
}

#sns-account-list .fb a {
  background: url("../png/icon-red_facebook.png") no-repeat 50% 0;
  background-size: contain;
}

#sns-account-list .twitter a {
  background: url("../png/icon-red_twitter.png") no-repeat 50% 0;
  background-size: contain;
}

#sns-account-list .insta a {
  background: url("../png/icon-red_instagram.png") no-repeat 50% 0;
  background-size: contain;
}

#sns-account-list .line a {
  background: url("../png/icon-red_line.png") no-repeat 50% 0%;
  background-size: contain;
}
#sns-account-list .sns_youtube a {
  background: url("../png/icon-red_youtube.png") no-repeat 50% 0%;
  background-size: contain;
}

/* お知らせ */
#news .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#news .title h3 {
  width: 50%;
  font-size: 17px;
  font-size: 1.21429rem;
  background: #fcf4f5;
  border-bottom: 1px solid #c83042;
}

@media only screen and (max-width: 768px) {
  #news .title h3 {
    font-size: 1.07143rem;
  }
}

@media only screen and (max-width: 320px) {
  #news .title h3 {
    font-size: 0.92857rem;
  }
}

#news .title h3 a {
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 10px 30px;
  background: url("../png/icon_news.png") no-repeat 1% 60%;
}

@media only screen and (max-width: 768px) {
  #news .title h3 a {
    background: none;
    padding: 10px;
    width: 80%;
  }
}

@media only screen and (max-width: 768px) {
  #news .title h3 a.pt20-sp {
    padding-top: 20px;
  }
}

#news .title h3.active {
  background: #fff;
  border: 1px solid #c83042;
  border-bottom: none;
}

#news .title h3.active a {
  border-bottom: 3px solid #c83042;
}

#news ul.news-list {
  display: none;
  border: 1px solid #c83042;
  border-top: none;
  padding: 0 20px 60px 20px;
}

@media only screen and (max-width: 768px) {
  #news ul.news-list {
    padding-bottom: 0;
  }
}

#news ul.news-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px dashed #989898;
}

#news ul.news-list li p:first-child {
  width: 12%;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #news ul.news-list li p:first-child {
    width: 100%;
  }
}

#news ul.news-list li p:nth-child(2),
#news ul.news-list li .txt-news {
  width: 88%;
}

#news ul.news-list li .txt-news .more-link {
  margin-top: 10px;
  color: #c83042;
  display: inline-block;
  border: 1px solid #c83042;
  padding: 5px 10px;
  border-radius: 5px;
}

@media only screen and (max-width: 768px) {
  #news ul.news-list li p:nth-child(2),
  #news ul.news-list li .txt-news {
    width: 100%;
  }
}

#news ul.news-list li p:nth-child(2) span,
#news ul.news-list li .txt-news span {
  display: block;
  color: #c83042;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #news ul.news-list li p:nth-child(2) span {
    margin: 0.5em 0;
  }
}

#news ul.news-list a.btn {
  display: block;
  float: right;
  border-bottom: 0;
  margin: 20px 0;
  padding-right: 20px;
  background: url("../png/icon_arw_right.png") no-repeat 98% 50%;
  background-size: 6px 11px;
}

@media only screen and (max-width: 768px) {
  #news ul.news-list a.btn {
    float: none;
    text-align: center;
    background-position: 80% 50%;
  }
}

@media only screen and (max-width: 320px) {
  #news ul.news-list a.btn {
    background-position: 90% 50%;
  }
}

#news ul.show {
  display: block;
}

/* トップ 恵比寿院 */

.block-ebisu.pc {
  max-width: 1200px;
  margin: auto;
}

/* フッターバナー */
#bannar-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#bannar-list ul li {
  margin-bottom: 10px;
  margin-right: 1%;
}

@media only screen and (max-width: 768px) {
  #bannar-list ul li {
    width: 100%;
  }
}

#bannar-list ul li img {
  width: 285px;
  height: 93px;
}

@media only screen and (max-width: 768px) {
  #bannar-list ul li img {
    width: 100%;
    height: auto;
  }
}

/* 海外ホームページ */
@media only screen and (max-width: 768px) {
  #overseas-web h2.theme-sm {
    display: none;
  }
}

#overseas-web h2.theme-sm img {
  height: 20px;
  width: auto;
}

#overseas-web-pc {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  #overseas-web-pc {
    display: none;
  }
}

#overseas-web-pc div {
  margin-right: 2%;
}

@media only screen and (min-width: 769px) {
  .overseas-swiper-container {
    display: none;
  }
}

/*===========================
        Slider
===========================*/
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}

/* contents スライダー(注目治療)*/
#spotlight-slider {
  /* スライドコンテンツ 3枚*/
  width: 100%;
}

.border-btn a {
  border: 1px solid #989898;
  border-radius: 8px;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 10%;
  padding: 5px 0;
  margin-top: 30px;
  font-size: 15px;
  font-size: 1.07143rem;
}

@media only screen and (min-width: 769px) {
  .border-btn a:hover {
    border-color: #c83042;
  }
}

@media only screen and (max-width: 768px) {
  .border-btn a {
    width: 100%;
    padding: 10px 0;
    margin-top: 20px;
  }
}

.content-swiper-container {
  width: 100%;
}

.content-swiper-wrapper {
  padding-bottom: 40px;
}

.swiper-pagination-bullet-active {
  background-color: #c83042;
}

.content-swiper-pagination {
  text-align: center;
}

.content-swiper-button-next {
  text-align: center;
  background: url("../png/slide_right.png") no-repeat 50%;
  background-size: 6px 11px;
  top: 91%;
  right: 41%;
}

@media only screen and (max-width: 768px) {
  .content-swiper-button-next {
    right: 20%;
    top: 94%;
  }
}

@media only screen and (max-width: 414px) {
  .content-swiper-button-next {
    top: 91%;
  }
}

@media only screen and (max-width: 320px) {
  .content-swiper-button-next {
    top: 90%;
  }
}

.content-swiper-button-prev {
  background: url("../png/slide_left.png") no-repeat 50%;
  background-size: 6px 11px;
  top: 91%;
  left: 41%;
}

@media only screen and (max-width: 768px) {
  .content-swiper-button-prev {
    left: 20%;
    top: 94%;
  }
}

@media only screen and (max-width: 414px) {
  .content-swiper-button-prev {
    top: 91%;
  }
}

@media only screen and (max-width: 320px) {
  .content-swiper-button-prev {
    top: 90%;
  }
}

/* contents スライダー(PCキャンペーン,SNS)*/
#campaign-slider,
#sns-slider {
  /* スライドコンテンツ 小5枚~*/
}

#campaign-slider .content-swiper-button-next,
#campaign-slider .content-swiper-button-prev,
#sns-slider .content-swiper-button-next,
#sns-slider .content-swiper-button-prev {
  right: 42%;
}

@media only screen and (max-width: 768px) {
  #campaign-slider .content-swiper-button-next,
  #campaign-slider .content-swiper-button-prev,
  #sns-slider .content-swiper-button-next,
  #sns-slider .content-swiper-button-prev {
    right: 30%;
    top: 92%;
  }
}

@media only screen and (max-width: 414px) {
  #campaign-slider .content-swiper-button-next,
  #campaign-slider .content-swiper-button-prev,
  #sns-slider .content-swiper-button-next,
  #sns-slider .content-swiper-button-prev {
    top: 88%;
  }
}

@media only screen and (max-width: 320px) {
  #campaign-slider .content-swiper-button-next,
  #campaign-slider .content-swiper-button-prev,
  #sns-slider .content-swiper-button-next,
  #sns-slider .content-swiper-button-prev {
    top: 86%;
    right: 25%;
  }
}

#campaign-slider .content-swiper-button-prev,
#sns-slider .content-swiper-button-prev {
  left: 42%;
}

@media only screen and (max-width: 768px) {
  #campaign-slider .content-swiper-button-prev,
  #sns-slider .content-swiper-button-prev {
    left: 30%;
    top: 92%;
  }
}

@media only screen and (max-width: 414px) {
  #campaign-slider .content-swiper-button-prev,
  #sns-slider .content-swiper-button-prev {
    top: 88%;
  }
}

@media only screen and (max-width: 320px) {
  #campaign-slider .content-swiper-button-prev,
  #sns-slider .content-swiper-button-prev {
    top: 86%;
    left: 25%;
  }
}

#campaign-slider {
  /* スライドコンテンツ 小7枚~*/
}

#campaign-slider .content-swiper-button-next {
  top: 91%;
}

@media only screen and (max-width: 768px) {
  #campaign-slider .content-swiper-button-next {
    top: 94%;
  }
}

@media only screen and (max-width: 414px) {
  #campaign-slider .content-swiper-button-next {
    top: 91%;
    right: 20%;
  }
}

@media only screen and (max-width: 320px) {
  #campaign-slider .content-swiper-button-next {
    top: 90%;
  }
}

#campaign-slider .content-swiper-button-prev {
  top: 91%;
}

@media only screen and (max-width: 768px) {
  #campaign-slider .content-swiper-button-prev {
    top: 94%;
  }
}

@media only screen and (max-width: 414px) {
  #campaign-slider .content-swiper-button-prev {
    top: 91%;
    left: 20%;
  }
}

@media only screen and (max-width: 320px) {
  #campaign-slider .content-swiper-button-prev {
    top: 90%;
  }
}

/* contents スライダー(SP)*/
@media only screen and (max-width: 768px) {
  /*ランキング*/
  .sp-ranking-slider .content-swiper-button-next {
    top: 95%;
  }
}

@media only screen and (max-width: 768px) and (max-width: 320px) {
  .sp-ranking-slider .content-swiper-button-next {
    right: 25%;
  }
}

@media only screen and (max-width: 768px) {
  .sp-ranking-slider .content-swiper-button-prev {
    top: 95%;
  }
}

@media only screen and (max-width: 768px) and (max-width: 320px) {
  .sp-ranking-slider .content-swiper-button-prev {
    left: 25%;
  }
}

@media only screen and (max-width: 768px) {
  /* 海外ホームページ(SP) */
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  #overseas-web .content-swiper-button-next {
    right: 33%;
    top: 92%;
  }
}

@media only screen and (max-width: 768px) and (max-width: 414px) {
  #overseas-web .content-swiper-button-next {
    top: 88%;
  }
}

@media only screen and (max-width: 768px) and (max-width: 320px) {
  #overseas-web .content-swiper-button-next {
    top: 86%;
    right: 28%;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  #overseas-web .content-swiper-button-prev {
    left: 33%;
    top: 92%;
  }
}

@media only screen and (max-width: 768px) and (max-width: 414px) {
  #overseas-web .content-swiper-button-prev {
    top: 88%;
  }
}

@media only screen and (max-width: 768px) and (max-width: 320px) {
  #overseas-web .content-swiper-button-prev {
    top: 86%;
    left: 28%;
  }
}

/*===========================
         共通footer
============================*/
#contact-info {
  background: rgba(157, 210, 222, 0.1);
  padding: 75px 0;
  position: relative;
}
#contact-info02 {
  padding: 75px 0 60px;
  position: relative;
}

.contact-info02-inner {
  width: 480px;
  margin: 0 auto;
}
.contact-info02-inner02 {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #contact-info,
  #contact-info02 {
    padding: 60px 0;
  }
}

#contact-info h2,
#contact-info02 h2,
#contact-info .theme,
#contact-info02 .theme {
  text-align: left;
  display: inline-block;
  margin-bottom: 10px;
  font-family: YuMincho, "Yu Mincho", "YuMincho", serif;
    font-size: 26px;
    letter-spacing: calc(42 / 1000 * 1px);
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
  #contact-info h2,
  #contact-info02 h2 {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}

#contact-info h2 img,
#contact-info02 h2 img {
  height: 43px;
}

#contact-info span,
#contact-info02 span {
  position: absolute;
  top: 93px;
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  #contact-info span,
  #contact-info02 span {
    position: inherit;
    display: block;
    font-size: 1.14286rem;
    text-align: center;
    margin-bottom: 30px;
  }
}

.contact-info-list {
  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;
  width: 100%;
}
.contact-info-list-mt {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .contact-info-list-mt {
    margin-top: 0;
  }
}
.contact-info-list02 {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .contact-info-list {
    width: 100%;
  }
}

.contact-info-list .list {
  width: 19.3%;
  border: 2px solid #9dd2de;
}
.contact-info-more {
  text-align: right;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .contact-info-more {
    text-align: right;
    margin-top: 0;
  }
}
.contact-info-more a {
  position: relative;
  display: inline-block;
  padding: 0 10px 0 0;
  vertical-align: middle;
  text-decoration: none;
}
.contact-info-more a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
  .contact-info-list .list {
    width: 100%;
    margin-bottom: 20px;
  }
}

.contact-info-list .list p {
  padding-top: 0;
}

@media only screen and (min-width: 769px) {
  .contact-info-list .tel {
    pointer-events: none;
  }
}

.contact-info-list .tel p.title {
  padding: 5px 0 5px 15px;
  background: rgba(157, 210, 222, 0.3);
}

.contact-info-list .tel div {
  background: white;
  padding: 10px 0 10px 15px;
}

.contact-info-list .tel div p.daial {
  font-size: 24.999px;
  font-size: 1.7rem;
  font-weight: bold;
  padding-left: 15%;
  background: url("../png/icon_daial.png") no-repeat 0 60%;
}

.contact-info-list .web {
  display: block;
  font-size: 24.999px;
  font-size: 1.78571rem;
  font-weight: bold;
  padding: 30px 0;
  background: #fff url("../png/icon_arw_right.png") no-repeat 95% 50%;
  background-size: 6px 11px;
}

.contact-info-list .web img {
  width: 18%;
  margin: 0 20px;
  vertical-align: middle;
}

.contact-info-list .contact_form {
  border: 2px solid #e297a0;
  max-width: 98%;
}

.contact-info-list p.contact_title {
  padding: 5px 0 5px 15px;
  background: #fcf4f5;
}

.contact_form_p {
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 0px;
  height: 87px;
  line-height: 4;
}
.contact-info-list .contact_form div {
  background: white;
  padding: 5px 0 5px 15px;
}

@media only screen and (max-width: 768px) {
  .contact-info-list .web img {
    width: 10%;
  }
}

@media only screen and (max-width: 414px) {
  .contact-info-list .web img {
    width: 18%;
  }
}

footer {
  position: relative;
  border-top: 10px solid #c83042;
}

@media only screen and (max-width: 768px) {
  footer {
    border: none;
  }
  footer.pt50 {
    padding-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  footer .inner {
    width: 100%;
  }
}

footer a {
  display: block;
}

footer a:hover {
  color: #c83042;
}

footer a#btn-to-top {
  position: absolute;
  top: -50px;
  right: 5%;
  font-size: 12.999px;
  font-size: 0.92857rem;
  display: inline-block;
  color: white;
  background: #c83042 url("../png/icon_arw_top-pink.png") no-repeat 95% 50%;
  background-size: 11px 6px;
  padding: 15px 30px 15px 10px;
}

@media only screen and (max-width: 768px) {
  footer a#btn-to-top {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    right: 0;
    top: -41px;
    background-position: 75% 50%;
  }
}

#footer-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 110px;
}

@media only screen and (max-width: 768px) {
  #footer-sitemap {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  #footer-sitemap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}

#footer-sitemap ul li a {
  padding: 10px 0 10px 20px;
  background: url("../png/icon_arw_right-red.png") no-repeat 5% 50%;
  background-size: 4px 6px;
}

@media only screen and (max-width: 768px) {
  #footer-sitemap ul li a {
    font-size: 0.85714rem;
  }
}

#footer-sitemap ul li:nth-child(2) {
  padding-top: 10px;
}

@media only screen and (max-width: 768px) {
  #footer-sitemap ul li:nth-child(2) {
    padding-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  #footer-sitemap ul li:nth-child(n + 2) {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  #footer-sitemap ul li:nth-child(n + 2) a {
    background-position: 5% 50%;
    padding-left: 40px;
  }
}

@media only screen and (max-width: 599px) {
  #footer-sitemap ul li:nth-child(n + 2) a {
    padding-left: 20px;
  }
}

#footer-sitemap ul li.title {
  font-weight: bold;
  border-bottom: 1px solid #989898;
}

@media only screen and (max-width: 768px) {
  #footer-sitemap ul li.title {
    border-bottom: none;
    background: #fcf4f5;
    margin-top: 2px;
    width: 100%;
  }
}

#footer-sitemap ul li.title a {
  padding: 12px 0 12px 20px;
  background: url("../png/icon_circlearw_red.png") no-repeat 0 50%;
  background-size: 12px;
}

@media only screen and (max-width: 768px) {
  #footer-sitemap ul li.title a {
    background-position: 1% 50%;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 599px) {
  #footer-sitemap ul li.title a {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #footer-sitemap ul li.m0-sp {
    margin-top: 0;
  }
}

#footer-sitemap ul.footer-operation {
  width: 30%;
}

@media only screen and (max-width: 768px) {
  #footer-sitemap ul.footer-operation {
    width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  #footer-sitemap ul.footer-operation ul.wide li a {
    background-position: 1% 50%;
  }
}

#footer-sitemap ul.footer-operation .title-symptom {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #989898;
  margin: 20px 0 5px 0;
}

@media only screen and (max-width: 768px) {
  #footer-sitemap ul.footer-operation .title-symptom {
    display: none;
  }
}

#footer-sitemap ul.footer-operation .title-symptom-sp {
  background: rgba(198, 182, 89, 0.1) url("../png/icon_arw_bottom.png") no-repeat 95% 50%;
  background-size: 10px;
  width: 100%;
  border-bottom: none;
  padding: 12px 20px;
  margin-top: 0;
  font-size: 12.999px;
  font-size: 0.92857rem;
}

@media only screen and (min-width: 769px) {
  #footer-sitemap ul.footer-operation .title-symptom-sp {
    display: none;
  }
}

#footer-sitemap ul.footer-operation .js-active {
  background: rgba(198, 182, 89, 0.1) url("../png/icon_arw_top.png") no-repeat 95% 50%;
  background-size: 10px;
}

#footer-sitemap ul.footer-operation #footer-symptom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer-sitemap ul.footer-operation #footer-symptom li {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  #footer-sitemap ul.footer-operation #footer-symptom li a {
    background-position: 5% 50%;
    padding-left: 40px;
  }
}

@media only screen and (max-width: 599px) {
  #footer-sitemap ul.footer-operation #footer-symptom li a {
    background-position: 10% 50%;
  }
}

#footer-sitemap ul.footer-operation #footer-symptom li:first-child a {
  background: url("../png/icon_arw_right-red.png") no-repeat 5% 50%;
  background-size: 4px 6px;
}

@media only screen and (max-width: 768px) {
  #footer-sitemap ul.footer-operation #footer-symptom li:first-child a {
    background-position: 5% 50%;
  }
}

@media only screen and (max-width: 599px) {
  #footer-sitemap ul.footer-operation #footer-symptom li:first-child a {
    background-position: 10% 50%;
  }
}

#footer-sitemap ul.footer-operation #footer-symptom li:nth-child(2) {
  padding-top: 0;
}

@media only screen and (max-width: 768px) {
  #footer-sitemap #footer-link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 768px) {
  #footer-sitemap #footer-link li {
    width: 49.5%;
  }
  #footer-sitemap #footer-link li:nth-child(1),
  #footer-sitemap #footer-link li:nth-child(3) {
    margin-right: 0.5%;
  }
  #footer-sitemap #footer-link li:last-child {
    width: 100%;
  }
  #footer-sitemap #footer-link li:last-child a {
    background-position: 1% 50%;
  }
  #footer-sitemap #footer-link li a {
    background-position: 2% 50%;
  }
}

#footer-sitemap #footer-link li:nth-child(2) {
  padding-top: 0;
}

#footer-logo {
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}
#footer-logo a {
  display: block;
  width: 316px;
}
#footer-logo img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  #footer-logo img {
    width: 63.466vw;
  }
  #footer-logo a {
    width: 100%;
  }
}

#footer-list,
#footer-companyname {
  font-size: 12.999px;
  font-size: 0.92857rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 20px 0;
}
#footer-companyname {
  padding: 10px 0;
}
#footer-companyinfo {
  font-size: 12.999px;
  font-size: 0.92857rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 0;
}
.c-footer-caution {
  padding-top: 16px;
}
.companymedical {
  font-size: 13px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #footer-list,
  #footer-companyname,
  #footer-companyinfo,
  .c-footer-caution {
    font-size: 0.78571rem;
    padding-bottom: 0;
  }
  .companymedical {
    width: 95%;
  }
}

ul#footer-list {
  border-bottom: 1px solid #e1e1e1;
}

@media only screen and (max-width: 768px) {
  ul#footer-list li {
    margin-bottom: 10px;
  }
}

ul#footer-list li a {
  padding: 0 15px;
  border-right: 1px solid #323232;
}

ul#footer-list li:first-child a {
  padding-left: 0;
}

ul#footer-list li:last-child a {
  border-right: none;
}

dl#footer-companyname dt,
dl#footer-companyinfo dt {
  width: 80px;
}
dl#footer-companyname dt,
dl#footer-companyname dd,
dl#footer-companyinfo dt,
dl#footer-companyinfo dd {
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  dl#footer-companyname dt,
  dl#footer-companyname dd {
    margin-bottom: 0px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  dl#footer-companyname dt,
  dl#footer-companyinfo dt {
    width: 100%;
  }
}

.footer-copy {
  color: #fff;
  text-align: center;
  background: #c83042;
  padding: 5px 0;
}

@media only screen and (max-width: 768px) {
  #footer-logo,
  #footer-list,
  #footer-companyname,
  #footer-companyinfo,
  .c-footer-caution {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  #footer-companyinfo {
    padding-top: 8px;
  }
}

/*===========================
         SP調整（ヘッダー幅）2021.07.08
============================*/

@media only screen and (max-width: 414px) {
  * {
    box-sizing: border-box;
  }

  #menu-list .menu ul li a {
    width: 100%;
  }
  #sp-nav-scroll ul.sp-nav-list li a,
  #sp-nav-scroll .shop-list ul li a {
    width: 100%;
  }

  #header-nav ul#h-n-list_sp li {
    background-color: #fcf4f5;
  }
  #promise-list div p {
    height: auto;
  }
}

/*===========================
         フロートパーツ
============================*/
#float-parts {
  display: inline-block;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1000;
}

@media only screen and (max-width: 768px) {
  #float-parts {
    display: none;
  }
}

#float-parts .float_bnr {
  position: relative;
}

#float-parts .float_bnr .bnr img {
  width: 295px;
}

#float-parts .float_bnr .button {
  position: absolute;
  right: 0px;
  top: 0px;
}

#float-parts .float_bnr .button img {
  width: 20px;
}

/*===========================
        モーダルウィンドウ
============================*/
#modal-overlay {
  z-index: 9000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-tel {
  display: none;
  background: #fff;
  width: 680px;
  z-index: 9999;
  position: fixed;
  top: 200px;
}

.modal-tel .inner {
  padding: 20px 25px 20px 25px;
}

.modal-tel #modal-close1,
.modal-tel #modal-close2,
.modal-line #modal-close3 {
  position: absolute;
  right: 0;
  top: -30px;
  display: block;
  width: 30px;
  height: 30px;
  background: url("../png/icon_modal_close.png") no-repeat 0 center;
}

.modal-tel h2 {
  font-size: 19.999px;
  font-size: 1.42857rem;
  padding: 15px 0 15px 30px;
}

.modal-tel h3 {
  font-size: 19.999px;
  font-size: 1.42857rem;
  padding: 15px 20px 15px 40px;
  display: inline-block;
}

.modal-tel span {
  padding-left: 25px;
  margin-left: 20px;
  background: url("../png/icon_dial_lg02.png") no-repeat 0 center;
  background-size: 20px;
  font-size: 12px;
}

.modal-tel .contact-info-list {
  width: 100%;
}

.modal-tel .contact-info-list .list {
  width: 300px;
}

#modal-tel-beginner .inner {
  background: rgba(157, 210, 222, 0.3);
}

#modal-tel-beginner h2 {
  background: #9dd2de;
}

#modal-tel-beginner h3 {
  background: url("../png/icon_beginner.png") no-repeat 0% center/35px;
}
#modal-tel-beginner .contact-info-list .list {
  margin-bottom: 15px;
}
#modal-tel-again {
  top: 150px;
}

#modal-tel-again .inner {
  background: #fcf4f5;
}

#modal-tel-again h2 {
  background: #e198a1;
  color: #fff;
}
#modal-tel-again .c-heading-modal {
	font-size: 1.42857rem;
	font-weight: bold;
    padding: 15px 10px 15px 10px;
  background: #e198a1;
  color: #fff;
}

#modal-tel-again h3 {
  background: url("../png/icon_tel_red.png") no-repeat 0% center;
  background-size: 35px;
}

#modal-tel-again .contact-info-list .list {
  border: 2px solid #e198a1;
  margin-bottom: 15px;
}

/*#modal-tel-again .contact-info-list .list:last-child {
  margin-bottom: 0;
}*/

#modal-tel-again .contact-info-list .list p.title {
  background: #fcf4f5;
}


/* LINE MODAL 2022.07-26 */
.modal-line {
  display: none;
  background: #fff;
  width: 400px;
  z-index: 9999;
  position: fixed;
  top: 200px;
}

.modal-line .inner {
  padding: 20px 25px 32px 25px;
}
.modal-line h2 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 1em;
	text-align: center;
}
.modal-line .c-heading-modal {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 1em;
	text-align: center;
}
.modal-line .p-list-line {
	width: 312px;
	margin: 0 auto 16px;
}


.modal-line .c-list-line__item {
	width: 312px;
	height: 48px;
}
.modal-line .c-list-line__item:not(:last-child) {
	margin-bottom: 16px;
}

.modal-line .c-list-line__item a {
	display: flex;
	padding: 0 68px;
	background: #06C755;
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 4px;
	box-sizing: border-box;
}
.c-txt-clinic {
	width: 60px;
	flex-basis: 60px;
	flex-shrink: 0;
}
.modal-line .c-list-line__item a img {
	margin-right: 8px;
	width: 25px;
	height: auto;
}
.modal-line p {
	text-align: center;
}
.modal-line .border-btn a {
	width: 240px;
}

/* モーダル電話番号 SP表示 */
@media only screen and (max-width: 768px) {
  .modal-tel {
    width: 94vw;
    z-index: 9999;
    position: fixed;
    top: 200px;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
  }
  .modal-tel h2 {
    font-size: 4.266vw;
    padding: 5vw 3vw;
    text-align: center;
  }
  .modal-tel span {
    display: inline-block;
    margin-left: 0px;
  }
  .modal-tel .inner {
    padding: 5vw 3vw;
  }
  .modal-tel .contact-info-list .list {
    width: 100%;
  }
  .contact-info-list .tel div {
    background: white;
    padding: 1vw 3vw 2vw;
  }
  .contact-info-list .tel div p.daial {
    font-size: 4.8vw;
    padding-left: 11%;
  }
  .contact-info-list .tel div p.daial + p {
    font-size: 3.466vw;
  }
  /*.modal-tel .contact-info-list .list:nth-last-child(1) br {
    display: none;
  }*/
  #modal-tel-again .contact-info-list .list:not(:nth-last-of-type(1)) {
    margin-bottom: 3vw;
  }
  #modal-tel-again .contact-info-list .list:nth-last-of-type(1) {
    margin-bottom: 0vw;
  }
  
  /* LINEモーダル */
    .modal-line {
    width: 94vw;
    z-index: 9999;
    position: fixed;
    top: 200px;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
}
.modal-line .inner {
  padding: 20px 4vw 32px 4vw;
}
.modal-line .p-list-line {
	width: 100%;
	margin: 0 auto 16px;
}
.modal-line .c-list-line__item {
	width: 100%;
	height: 48px;
}
  .modal-line p {
	font-size: 3.733vw;
letter-spacing: -0.05em
}
  
}



/*--- start  2021-03-25 改修CSS ---*/

.cando-theme-heading-0325 span {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 25px;
  line-height: calc(36 / 25);
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .cando-theme-heading-0325 span {
    display: inline-block;
    position: relative;
  }
  .cando-theme-heading-0325 span::before,
  .cando-theme-heading-0325 span::after {
    position: absolute;
    content: "";
    width: 86px;
    height: 1.2px;
    background-color: #333;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cando-theme-heading-0325 span::before {
    left: -100px;
  }
  .cando-theme-heading-0325 span::after {
    right: -100px;
  }
}

@media only screen and (max-width: 768px) {
  .cando-theme-heading-0325 {
    display: block;
  }
}

.cando-list-heading-0325 {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 19px;
  font-weight: 500;
  line-height: calc(26 / 19);
  text-align: left;
  padding-left: 44px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
  display: inline-block;
  position: relative;
}

.cando-list-heading-0325:before {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  border: 1px solid #333;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cando-emphasis-0325 {
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 500;
  line-height: calc(36 / 25);
  color: #cc4050;
  display: block;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .cando-emphasis-0325 {
    font-size: 25px;
    line-height: calc(36 / 25);
  }
}

@media only screen and (max-width: 768px) {
  .cando-emphasis-0325 {
    font-size: 26px;
    line-height: calc(36 / 26);
  }
}

.cando-1 .cando-list-heading-0325:after,
.cando-2 .cando-list-heading-0325:after,
.cando-3 .cando-list-heading-0325:after {
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(24 / 18);
}

.cando-1 .cando-list-heading-0325:after {
  content: "1";
}

.cando-1 .cando-list-img-0325 {
  width: 155px;
  margin-left: auto;
  margin-right: auto;
}

.cando-2 .cando-list-heading-0325:after {
  content: "2";
}

.cando-2 .cando-list-img-0325 {
  width: 154px;
  margin-left: auto;
  margin-right: auto;
}

.cando-3 .cando-list-heading-0325:after {
  content: "3";
}

.cando-3 .cando-list-img-0325 {
  width: 151px;
  margin-left: auto;
  margin-right: auto;
}

.cando-list-image-0325 {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .intro-ebisu-0325 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .intro-ebisu-0325 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.intro-ebisu-container-0325 {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .intro-ebisu-container-0325 {
    max-width: 914px;
  }
}

.intro-ebisu-heading-0325 {
  text-align: center;
}

.intro-ebisu-heading-0325 span {
  
  font-family: YuMincho, "Yu Mincho", "YuMincho", serif;
  font-size: 26px;
  letter-spacing: calc(42 / 1000 * 1px);
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .intro-ebisu-heading-0325 span {
    display: inline-block;
    margin-bottom: 45px;
    position: relative;
  }
  .intro-ebisu-heading-0325 span::before,
  .intro-ebisu-heading-0325 span::after {
    position: absolute;
    content: "";
    width: 86px;
    height: 1.2px;
    background-color: #333;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .intro-ebisu-heading-0325 span::before {
    left: -100px;
  }
  .intro-ebisu-heading-0325 span::after {
    right: -100px;
  }
}

@media only screen and (max-width: 768px) {
  .intro-ebisu-heading-0325 span {
    display: block;
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 768px) {
  .intro-ebisu-flex-box-0325 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .intro-ebisu-flex-box-0325 {
    margin-bottom: 50px;
  }
}

.intro-ebisu-txt-box-0325 {
  font-weight: 500;
  letter-spacing: calc(42 / 1000 * 1px);
}

@media screen and (min-width: 768px) {
  .intro-ebisu-txt-box-0325 {
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic;
    font-size: 16px;
    line-height: calc(26 / 16);
    margin-right: 80px;
  }
  .intro-ebisu-txt-box-0325 p {
    margin-bottom: 26px;
  }
  .intro-ebisu-txt-box-0325 p:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .intro-ebisu-txt-box-0325 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 15px;
    line-height: calc(26 / 15);
  }
  .intro-ebisu-txt-box-0325 p {
    margin-bottom: 26px;
  }
  .intro-ebisu-txt-box-0325 p:last-child {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 768px) {
  .intro-ebisu-img-0325 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media only screen and (max-width: 768px) {
  .intro-ebisu-img-0325 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .intro-ebisu-doctor-box-0325 {
    max-width: 784px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 768px) {
  .intro-ebisu-doctor-box-0325 {
    margin-bottom: 45px;
  }
}

.intro-ebisu-doctor-heading-0325 {
  
  font-family: YuMincho, "Yu Mincho", "YuMincho", serif;
  font-size: 26px;
  letter-spacing: calc(42 / 1000 * 1px);
  font-weight: 400;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .intro-ebisu-doctor-heading-0325 {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .intro-ebisu-doctor-heading-0325 {
    margin-bottom: 45px;
  }
}

.intro-ebisu-doctor-list-0325 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .intro-ebisu-doctor-list-0325 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

/*@media only screen and (max-width: 768px) {
  .intro-ebisu-doctor-list-0325 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}*/

.intro-ebisu-doctor-item-0325 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .intro-ebisu-doctor-item-0325 {
    width: calc((784px - 16px * 3) / 4);
    max-width: 184px;
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .intro-ebisu-doctor-item-0325:nth-child(4n) {
    margin-right: 0;
  }
  .intro-ebisu-doctor-item-0325:nth-child(4n + 1):nth-last-child(-n + 4),
  .intro-ebisu-doctor-item-0325:nth-child(4n + 1):nth-last-child(-n + 4) ~ .intro-ebisu-doctor-item-0325 {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .intro-ebisu-doctor-item-0325 {
    width: calc((784px - 10px) / 2);
    max-width: 172px;
    margin-right: 10px;
    margin-bottom: 16px;
  }
  .intro-ebisu-doctor-item-0325:nth-child(2n) {
    margin-right: 0;
  }
  .intro-ebisu-doctor-item-0325:nth-child(2n + 1):nth-last-child(-n + 2),
  .intro-ebisu-doctor-item-0325:nth-child(2n + 1):nth-last-child(-n + 2) ~ .intro-ebisu-doctor-item-0325 {
    margin-bottom: 0px;
  }
}

.intro-ebisu-doctor-item-0325::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 90%;
  bottom: 0;
  left: 0;
  background-color: #fffafa;
  z-index: -1;
}

.intro-ebisu-doctor-img-0325 {
  width: 98px;
  height: 105px;
  margin-right: auto;
}

.intro-ebisu-doctor-name-0325 {
  position: absolute;
  top: 45%;
  left: 50%;
}

.intro-ebisu-doctor-name-0325 span:first-child {
  font-weight: 700;
  font-size: 16px;
  line-height: calc(19 / 16);
  display: block;
}

.intro-ebisu-doctor-name-0325 span:last-child {
  font-size: 14px;
  line-height: calc(19 / 14);
}

@media screen and (min-width: 768px) {
  .intro-ebisu-doctor-name-0325 {
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic;
  }
}

@media only screen and (max-width: 768px) {
  .intro-ebisu-doctor-name-0325 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
}

.access-container-0325 {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .access-container-0325 {
    max-width: 914px;
  }
}

.access-heading-0325 {
  
  font-family: YuMincho, "Yu Mincho", "YuMincho", serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: calc(42 / 1000 * 1px);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .access-heading-0325 {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .access-heading-0325 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .access-flex-box-0325 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .access-flex-box-0325 {
    margin-bottom: 20px;
  }
}

.access-info-box-0325 {
  background-color: #fffafa;
}

@media screen and (min-width: 768px) {
  .access-info-box-0325 {
    padding: 30px 60px 20px 30px;
    margin-right: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .access-info-box-0325 {
    padding: 35px 30px 20px 20px;
    margin-bottom: 20px;
  }
}

.access-address-0325 {
  letter-spacing: calc(42 / 1000 * 1px);
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .access-address-0325 {
    font-size: 16px;
    line-height: calc(26 / 16);
    margin-bottom: 26px;
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic;
  }
}

@media only screen and (max-width: 768px) {
  .access-address-0325 {
    font-size: 15px;
    line-height: calc(26 / 15);
    margin-bottom: 26px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
}

.access-root-0325 {
  font-weight: 700;
  letter-spacing: calc(42 / 1000 * 1px);
}

@media screen and (min-width: 768px) {
  .access-root-0325 {
    font-size: 16px;
    line-height: calc(26 / 16);
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic;
  }
}

@media only screen and (max-width: 768px) {
  .access-root-0325 {
    font-size: 15px;
    line-height: calc(26 / 15);
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
}

.access-root-0325 li {
  list-style-type: disc;
}

@media screen and (min-width: 768px) {
  .access-map-img-0325 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.access-btn-0325 {
  text-align: center;
}

.access-btn-link-0325 {
  display: inline-block;
  font-size: 15px;
  line-height: calc(23 / 15);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .access-btn-link-0325 {
    display: inline-block;
    padding: 15px 50px;
    color: #b60505;
    border: 1px solid #b60505;
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic;
  }
  .access-btn-link-0325:hover {
    font-weight: 700;
    color: #fff;
    background-color: #b60505;
    border-color: transparent;
  }
}

@media only screen and (max-width: 768px) {
  .access-btn-link-0325 {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    line-height: calc(23 / 15);
    color: #333333;
    padding: 10px 20px;
    border: 1px solid #333333;
    border-radius: 8px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
}

/*--- end  2021-03-25 改修CSS ---*/

/*--- start  2021-04-23 改修CSS ---*/
/*---医療脱毛ページ---*/

.datsumo__heading {
  font-family: YuMincho;
}
@media only screen and (max-width: 768px) {
  .datsumo__heading {
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", serif;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .dastumo__image {
    width: 320px;
  }
}

/*--- end  2021-04-23 改修CSS ---*/

/*--- start  2022-04-01 改修CSS ---*/
/*---トップページ---*/

.intro-ebisu-bannerarea {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.intro-ebisu-bannerarea .intro-ebisu-banner_inner:first-child {
    margin-right: 40px;
}
.intro-ebisu-banner_inner {
    width: 48%;
    text-align: center;
}
.intro-ebisu-bannerarea .operation-bnr-innner li{
  margin-top: 0;
}
.intro-ebisu-bannerarea .intro-ebisu-banner_inner .content-slide img{
  max-height: 185px;
  object-fit: cover;
}
.intro-ebisu-bannerarea .content-swiper-button-prev {
  left: 32%;
}
.content-swiper-button-next{
  right: 32%;
}
.bnr-top{
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .intro-ebisu-bannerarea {
      flex-direction: column;
  }
  .intro-ebisu-bannerarea .intro-ebisu-banner_inner:first-child {
      margin-right: 0;
      margin-bottom: 50px;
  }
  .intro-ebisu-banner_inner {
      width: 100%;
  }
  .intro-ebisu-bannerarea .operation-bnr-innner li figure{
    max-width: 519px;
    margin: 0 auto;
  }
  .intro-ebisu-bannerarea .content-swiper-button-prev {
    left: 20%;
    top: 91%;
  }
  .intro-ebisu-bannerarea .content-swiper-button-next{
    right: 20%;
    top: 91%;
  }
  .bnr-top{
    padding-top: 0;
  }
}
@media only screen and (max-width: 414px){
  .intro-ebisu-bannerarea .content-swiper-button-prev {
    top: 88%;
  }
  .intro-ebisu-bannerarea .content-swiper-button-next {
      top: 88%;
  }
}
/*--- end  2022-04-01 改修CSS ---*/




/*----------------------------------------------------------------------------
 CV FLOAT 2022.07.21追加
----------------------------------------------------------------------------*/
.p-cv-float {
	padding:0;
	position:fixed;
	bottom:-56px;
	left:0;
	right:0;
	margin:auto;
	background:#FA657A;
	z-index:1000;
}
.p-cv-float.l-fixed{
	bottom:0;
    transition: bottom 0.65s ease-in;
    -webkit-transition: bottom 0.65s ease-in;
    -moz-transition: bottom 0.65s ease-in;
}
.p-cv-float .l-inner {
	padding: 0;
	height:56px;
}
.p-btn-float {
	margin: auto;
	width: 350px;
	
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content:center;
	
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.c-btn-float {
	position: relative;
	width: 100px;
	height: 56px;
}
.c-btn-float:nth-of-type(2) {
	margin: 0 27px;
}
.c-btn-float:nth-of-type(2):before,
.c-btn-float:nth-of-type(2):after {
	content: "";
	width: 1px;
	height: 71.4%;
	background: #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.c-btn-float:nth-of-type(2):before {
	left: -13px;
}
.c-btn-float:nth-of-type(2):after {
	right: -13px;
}
.c-btn-float a {
	height: 100%;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.c-btn-float a img {
	margin-right: 8px;
}


@media only screen and (max-width:767px){
.p-btn-float {
	margin: auto;
	width: 94vw;
}
.c-btn-float {
	position: relative;
	width: 30%;
	height: 56px;
}
.c-btn-float a {
	font-size: 3.466vw;
}
.c-btn-float:nth-of-type(2) {
	margin: 0 auto;
}
.c-btn-float:nth-of-type(2):before {
	left: -3vw;
}
.c-btn-float:nth-of-type(2):after {
	right: -2vw;
}
}


