@charset "UTF-8";
/*---------------------------------------------
 *
 *    CSS Reset & Base
 *
---------------------------------------------*/
/* Reset margin, padding, border
---------------------------------------------*/
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Typography
---------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited {
  color: inherit;
  outline: none;
}

/* Layout
---------------------------------------------*/
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

/* Elements
---------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
  vertical-align: bottom;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

/*----------------------------------
	common
----------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", "游ゴシック Medium", "YuGothic M", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  padding-bottom: 80px;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.pcOnly {
  display: none;
}

.spOnly {
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .pcOnly {
    display: block;
  }
  .spOnly {
    display: none;
  }
  a[href*="tel:"] {
    pointer-events: none;
  }
}
/*----------------------------------
	layout
----------------------------------*/
/* ly_header
----------------------------------*/
@media screen and (max-width: 767px) {
  .ly_header {
    position: relative;
    width: 100%;
  }
  .ly_header_inner {
    position: absolute;
    z-index: 1;
    padding: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .ly_header_bg {
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 1;
  }
  .ly_header_inner {
    max-width: 1230px;
    margin: 0 auto;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
  }
}
/*----------------------------------
	中ページ共通
----------------------------------*/
body:not(#home) .ly_header {
  background-color: #fff;
}

body:not(#home) .ly_header_bg,
body:not(#home) .ly_header_inner {
  position: relative;
}

/*----------------------------------
	block
----------------------------------*/
/* bl_headerUnits
----------------------------------*/
@media screen and (max-width: 767px) {
  .bl_headerUnits {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .bl_headerUnits nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    z-index: 5;
    font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  }
  .bl_headerUnits nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
  }
  .bl_headerUnits nav a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    transition: 0.5s;
  }
  .bl_headerUnits nav a span {
    display: block;
    font-size: 1.2rem;
    margin-top: 5px;
  }
  .bl_headerUnits .bl_headerNav_clinic {
    display: block;
  }
  .bl_headerUnits .bl_headerNav_clinic ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .bl_headerUnits .bl_headerNav_clinic a {
    padding: 15px 10px;
  }
  .bl_headerUnits .bl_headerNav_insta ul {
    display: flex;
    flex-direction: row;
  }
  .bl_headerUnits .bl_headerNav_insta a {
    padding: 10px !important;
  }
  .bl_headerUnits .bl_headerNav_insta a img {
    width: 60px;
    height: auto;
  }
  .bl_headerUnits .bl_headerNav_form {
    width: 60%;
  }
  .bl_headerUnits .bl_headerNav_form a {
    background-color: #fff;
    padding: 10px;
    color: #333;
    margin-top: 10px;
  }
  .bl_headerUnits_logo {
    width: 60px;
    height: auto;
  }
  /* メニューアイコン設定 */
  #bl_headerNav_toggle {
    position: fixed;
    top: 25px;
    right: 20px;
    z-index: 10;
  }
  .bl_headerNav_trigger,
  .bl_headerNav_trigger span {
    display: inline-block;
    transition: all 0.4s;
    font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  }
  .bl_headerNav_trigger {
    position: relative;
    width: 40px;
    height: 23px;
  }
  .bl_headerNav_trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
  }
  .bl_headerNav_trigger:hover {
    cursor: pointer;
  }
  .bl_headerNav_trigger span:nth-of-type(1) {
    top: 0;
  }
  .bl_headerNav_trigger span:nth-of-type(2) {
    top: 10px;
    background-color: #fff;
  }
  .bl_headerNav_trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .bl_headerNav_trigger::after {
    position: absolute;
    left: 0;
    bottom: -20px;
    content: "MENU";
    display: block;
    width: 100%;
    color: #000;
    font-size: 1.1rem;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s;
  }
  .bl_headerNav_trigger.active::after {
    content: "CLOSE";
    color: #fff;
  }
  /* メニューアイコン変形設定 */
  .bl_headerNav_trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #000;
    border-radius: 4px;
    transition: all 0.4s;
  }
  .bl_headerNav_trigger.active span:nth-of-type(1) {
    transform: translateY(9px) scale(0);
  }
  .bl_headerNav_trigger.active span:nth-of-type(3)::after {
    background-color: #fff;
  }
  .bl_headerNav_trigger.active span:nth-of-type(2) {
    transform: rotate(-45deg);
  }
  .bl_headerNav_trigger.active span:nth-of-type(2)::after {
    transform: rotate(90deg);
    background-color: #fff;
  }
  .bl_headerNav_trigger.active span:nth-of-type(3) {
    transform: translateY(-9px) scale(0);
  }
}
@media screen and (min-width: 768px) {
  .bl_headerUnits {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bl_headerUnits nav {
    display: block !important;
  }
  .bl_headerUnits_logo {
    width: 65px;
  }
  .bl_headerNav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  }
  .bl_headerNav a {
    display: block;
    text-align: center;
    transition: 0.5s;
  }
  .bl_headerNav a span {
    display: block;
    font-size: 1.2rem;
    margin-top: 5px;
  }
  .bl_headerNav a:hover {
    opacity: 0.7;
  }
  .bl_headerNav_normal ul {
    display: flex;
  }
  .bl_headerNav_normal li:nth-of-type(-n+2) {
    margin-right: 20px;
  }
  .bl_headerNav_normal li:nth-of-type(3) {
    margin-right: 10px;
  }
  .bl_headerNav_clinic {
    display: block;
    margin: 0 10px;
    font-size: 1.4rem;
  }
  .bl_headerNav_clinic ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 5px;
  }
  .bl_headerNav_clinic a {
    padding: 5px 5px;
  }
  .bl_headerNav_insta ul {
    display: flex;
    margin-right: 3px;
  }
  .bl_headerNav_insta li {
    margin-right: 12px;
  }
  .bl_headerNav_insta a {
    display: block;
    background-color: #000;
    border-radius: 10px;
    padding: 3px;
  }
  .bl_headerNav_insta a img {
    width: 46px;
    min-width: 30px;
    height: auto;
  }
  .bl_headerNav_insta a:hover {
    background-color: #333;
  }
  .bl_headerNav_form {
    display: block;
  }
  .bl_headerNav_form a {
    background-color: #fff;
    padding: 7px 40px;
    font-size: 1.4rem;
    border: 1px solid #000;
    box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
  }
  .bl_headerNav_form a:hover {
    color: #fff;
    background-color: #000;
  }
  /* メニュー設定 */
  #bl_headerNav_toggle {
    display: none;
  }
}
/*----------------------------------
	footer
----------------------------------*/
/* ly_footer
----------------------------------*/
.ly_footer {
  width: 100%;
  background-color: #000;
  color: #fff;
}

.ly_footer_inner {
  padding: 10px 15px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .ly_footer_inner {
    max-width: 1230px;
    margin: 0 auto;
  }
}
/* el_footerNote
----------------------------------*/
.el_footerNote {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
  display: block;
}

@media screen and (min-width: 768px) {
  .el_footerNote {
    font-size: 1.4rem;
  }
}
/* el_footerCopyright
----------------------------------*/
.el_footerCopyright {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (min-width: 768px) {
  .el_footerCopyright {
    font-size: 1.6rem;
  }
}
/*----------------------------------
  .ly_common
----------------------------------*/
.ly_common {
  width: 100%;
  padding: 40px 0 50px;
}

.ly_common__small {
  padding: 30px 0 35px;
}

.ly_common_inner {
  max-width: 1230px;
  padding: 0px 15px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .ly_common {
    padding: 90px 0 100px;
  }
  .ly_common__small {
    padding: 40px 0 50px;
  }
}
/*----------------------------------
  .bl_cta
----------------------------------*/
.bl_cta {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 10px 0px 15px;
  background-color: #333;
  color: #fff;
  text-align: center;
}

.bl_cta_inner {
  padding: 0 10px;
}

.bl_cta_txt {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.bl_cta_button {
  width: 90%;
  margin: 0 auto;
}
.bl_cta_button a {
  display: block;
  position: relative;
  font-size: 1.8rem;
  white-space: nowrap;
  text-align: center;
  padding: 10px 10px;
  border-radius: 5px;
  background: linear-gradient(90deg, #f4ac32, #c94e1a);
  box-shadow: 0 3px #7d3110;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 768px) {
  .bl_cta {
    padding: 15px 0;
  }
  .bl_cta_inner {
    padding: 0 10px;
  }
  .bl_cta_box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bl_cta_txt {
    font-size: 1.6rem;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .bl_cta_button {
    width: auto;
    margin: 0;
  }
  .bl_cta_button a {
    font-size: 2rem;
    padding: 15px 100px;
  }
  .bl_cta_button a:hover {
    top: 2px;
    box-shadow: none;
  }
}
/*----------------------------------
  element
----------------------------------*/
/* .el_section_title
----------------------------------*/
.el_section_title {
  font-family: "Fredericka the Great", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6.4vw;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.3rem;
  margin-bottom: 15px;
}
.el_section_title span {
  display: block;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .el_section_title {
    font-size: 4rem;
    margin-bottom: 20px;
  }
  .el_section_title span {
    font-size: 1.8rem;
  }
}
/* .el_pageLink_btn
----------------------------------*/
.el_pageLink_btn a {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.4rem;
  display: block;
  width: 70%;
  max-width: 400px;
  padding: 10px 20px;
  margin: 0 auto;
  border: 1px solid rgba(51, 51, 51, 0.6);
  text-align: center;
  background-color: #fff;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .el_pageLink_btn a {
    font-size: 1.6rem;
  }
  .el_pageLink_btn a:hover {
    background-color: #333;
    color: #fff;
  }
}
/* .el_pictLink_btn
----------------------------------*/
.el_pictLink_btn {
  margin-top: 30px;
}
.el_pictLink_btn a {
  display: block;
  width: 70%;
  max-width: 500px;
  margin: 0 auto;
  transition: 0.5s;
}
.el_pictLink_btn a:hover {
  opacity: 0.7;
}

/* .el_large_btn
----------------------------------*/
.el_large_btn a {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  display: block;
  width: 70%;
  max-width: 450px;
  padding: 15px 0;
  margin: 0 auto;
  margin-top: 30px;
  border: 1px solid rgba(51, 51, 51, 0.6);
  text-align: center;
  background-color: #fff;
  transition: 0.5s;
}
.el_large_btn a span {
  display: block;
  margin-top: 10px;
  font-size: 1.1rem;
}
.el_large_btn a:hover {
  background-color: #333;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .el_large_btn a {
    font-size: 2.4rem;
    padding: 30px 0;
  }
  .el_large_btn a span {
    font-size: 1.4rem;
  }
}
/* .el_galleryLink_btn
----------------------------------*/
.el_galleryLink_btn a {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 2rem;
  display: block;
  width: 70%;
  max-width: 450px;
  padding: 20px 0;
  margin: 0 auto;
  margin-top: 30px;
  border: 1px solid rgba(51, 51, 51, 0.6);
  text-align: center;
  background-color: #fff;
  transition: 0.5s;
}
.el_galleryLink_btn a span {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
}
.el_galleryLink_btn a:hover {
  background-color: #333;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .el_galleryLink_btn a {
    font-size: 2.4rem;
    padding: 30px 0;
    max-width: 500px;
  }
  .el_galleryLink_btn a span {
    font-size: 1.4rem;
  }
}
/* .el_section_read
----------------------------------*/
.el_section_read {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .el_section_read {
    font-size: 1.8rem;
  }
}
/* .el_insta_btn
----------------------------------*/
.el_insta_btn {
  width: 70%;
  max-width: 450px;
  margin: 0 auto;
  margin-top: 20px;
}
.el_insta_btn li {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .el_insta_btn {
    display: grid;
    margin-top: 40px;
  }
  .el_insta_btn ul {
    display: flex;
    justify-content: space-between;
  }
  .el_insta_btn a {
    transition: 0.5s;
  }
  .el_insta_btn a:hover {
    opacity: 0.7;
  }
}
/*----------------------------------
  .el_pageTitle_box
----------------------------------*/
.el_pageTitle_box {
  padding: 50px 10px;
  background-color: #f7f7f7;
  text-align: center;
}

.el_pageTitle {
  font-family: "Fredericka the Great", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5.6vw;
  letter-spacing: 0.3rem;
  line-height: 1.2;
}
.el_pageTitle span {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  display: block;
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .el_pageTitle_box {
    padding: 100px 10px;
  }
  .el_pageTitle {
    font-size: 4rem;
  }
  .el_pageTitle span {
    margin-top: 10px;
    font-size: 2.1rem;
  }
}
/* .el_note_wrapper
----------------------------------*/
.el_note_wrapper {
  line-height: 1.6;
  margin-bottom: 70px;
}

@media screen and (min-width: 768px) {
  .el_note_wrapper {
    margin-bottom: 100px;
  }
}
/* .el_note_txt
----------------------------------*/
.el_note_txt {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
}

.el_note_txt__att {
  color: #cb0000;
}

@media screen and (min-width: 768px) {
  .el_note_txt {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
/* .el_inPageTitle
----------------------------------*/
.el_inPageTitle {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 2rem;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
  line-height: 1.4;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .el_inPageTitle {
    font-size: 3rem;
  }
}
/*----------------------------------
  .helper
----------------------------------*/
.hp_bgcBlack {
  background-color: #000;
}

.hp_bgcGlay {
  background-color: #f7f7f7;
}

.hp_bgcLogoLite {
  background-color: #faf0f7;
}

.hp_bgc_9ru {
  background-color: #e8d7d5;
}

.hp_bgc_beclat {
  background-color: #e8d7d5;
}

.hp_bgc_cam {
  background: linear-gradient(to bottom right, #faf0f7, #e0b8d7);
}

.hp_colorWhite {
  color: white;
}

.hp_shadow {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.hp_mtSmall {
  margin-top: 1.2rem;
}

.hp_tac {
  text-align: center;
}

.hp_serif {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: bold;
}

/*----------------------------------
	#home
----------------------------------*/
/* bl_hero
----------------------------------*/
.bl_hero {
  width: 100%;
  position: relative;
  margin-bottom: 3vh;
}

.bl_hero_catch {
  position: absolute;
  top: 55%;
  left: 3%;
  transform: translateY(-40%);
  width: 60%;
  max-width: 497px;
}

.bl_hero_movie video {
  width: 100%;
}

.bl_hero_pict {
  padding-top: 89px;
}

.bl_hero_pict img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .bl_hero_pict {
    padding-top: 101px;
  }
}
@media screen and (min-width: 1230px) {
  .bl_hero_catch {
    left: 5%;
  }
}
/*----------------------------------
	.bl_emergency
----------------------------------*/
.bl_emergency {
  margin-bottom: 2vh;
}

.bl_emergency_wrap {
  border: 1px solid #333;
}

.bl_emergency_title {
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 10px 15px;
  cursor: pointer;
}
.bl_emergency_title:after {
  content: "";
  position: absolute;
  top: 35%;
  right: 20px;
  width: 15px;
  height: 15px;
  border: 2px solid;
  border-color: transparent transparent #565656 #565656;
  transform: rotate(-45deg);
}
.bl_emergency_title:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.bl_emergency.open .bl_emergency_title {
  background-color: rgba(0, 0, 0, 0.05);
}

.bl_emergency.open .bl_emergency_title:after {
  top: 45%;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(-45deg);
}

.bl_emergency_contents {
  display: none;
  padding: 2vh 20px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.bl_emergency_read {
  margin-bottom: 1.5rem;
}

.bl_emergency_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl_emergency_list ol {
  list-style-type: disc;
  margin-bottom: 2rem;
}

.bl_emergency_attention {
  text-align: center;
  margin-bottom: 1.5rem;
}

.bl_emergency_stop {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl_emergency_stop ul {
  list-style-type: disc;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .bl_emergency {
    margin-bottom: 3vh;
  }
  .bl_emergency .bl_emergency_title {
    font-size: 2.4rem;
    padding: 15px 30px;
  }
  .bl_emergency .bl_emergency_title:after {
    top: 20%;
    right: 30px;
    width: 24px;
    height: 24px;
  }
  .bl_emergency.open .bl_emergency_title:after {
    top: 45%;
  }
  .bl_emergency_contents {
    padding: 3vh 20px 2vh;
    font-size: 1.6rem;
  }
  .bl_emergency_read {
    text-align: center;
  }
  .bl_emergency_list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bl_emergency_list ol {
    list-style-type: disc;
    margin-bottom: 2rem;
  }
  .bl_emergency_attention {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .bl_emergency_stop {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bl_emergency_stop ul {
    list-style-type: disc;
    margin-bottom: 2rem;
  }
}
/* .bl_newClinic
----------------------------------*/
.bl_newClinic {
  margin-bottom: 3vh;
}

/* .bl_clinicLink
----------------------------------*/
.bl_clinicLink {
  margin-bottom: 3vh;
}
.bl_clinicLink ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.bl_clinicLink li {
  position: relative;
  width: 48%;
}
.bl_clinicLink li:nth-child(n+3) {
  margin-top: 4%;
}
.bl_clinicLink .bl_clinicLink_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  text-align: center;
}
.bl_clinicLink .bl_clinicLink_logo_kobe {
  padding: 20px 10px;
  width: 90%;
}
.bl_clinicLink .bl_clinicLink_logo_beclat {
  width: auto;
  max-height: 53px;
  padding: 0 35%;
}
.bl_clinicLink .bl_clinicLink_txt {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 10px;
  color: #333;
}
.bl_clinicLink .bl_clinicLink_txt__beclat {
  font-size: 1.1rem;
}
.bl_clinicLink .bl_clinicLink_note {
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 5px;
  background-color: #000;
  color: #fff;
  padding: 5px;
}

@media screen and (min-width: 768px) {
  /* 1列3個並び用 */
  /*
  .bl_clinicLink {
    margin-left: auto;
    margin-right: auto;

    ul {
      justify-content: space-between;
    }

    li {
      width: 32%;
    }

    li:nth-child(n+3) {
      margin-top: 0;
    }

    .bl_clinicLink_logo {
      width: 65%;
      padding: 20px 20px 15px;
    }

    .bl_clinicLink_logo_beclat {
      //max-height: 75px;
    }

    .bl_clinicLink_txt {
      font-size: 1.8rem;
      margin-top: 15px;
    }

    .bl_clinicLink_note {
      font-size: 1.4rem;
      line-height: 1.4;
      text-align: center;
      margin-top: 10px;
    }

    a {
      display: block;
      transition: .3s ease-in-out;
    }

    a:hover {
      opacity: 0.7;
    }
  }
  */
  /* 1列4個並び用　*/
  .bl_clinicLink {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .bl_clinicLink ul {
    justify-content: space-between;
  }
  .bl_clinicLink .bl_clinicLink_logo {
    width: 65%;
    padding: 20px 20px 15px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .bl_clinicLink .bl_clinicLink_logo_beclat {
    max-height: 75px;
  }
  .bl_clinicLink .bl_clinicLink_txt {
    font-size: 1.8rem;
    margin-top: 15px;
  }
  .bl_clinicLink a {
    display: block;
  }
  .bl_clinicLink a:hover {
    opacity: 0.8;
  }
}
/* .bl_campaign
----------------------------------*/
.bl_campaign {
  margin-bottom: 30px;
}

.bl_campaign_card {
  width: 100%;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  color: #fff;
}

.bl_campaign_card:not(:last-child) {
  margin-bottom: 30px;
}

.bl_campaign_card_txt {
  width: 100%;
  margin-bottom: 15px;
}

.bl_campaign_card_ttl {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
  text-align: center;
}

.bl_campaign_card_price {
  font-size: 3rem;
  padding: 0 10px;
  text-align: center;
}
.bl_campaign_card_price .taxIn {
  display: block;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 5px;
}
.bl_campaign_card_price .monitor {
  font-size: 2.4rem;
}

.bl_campaign_card_pict {
  width: 70%;
  margin: 0 auto;
}
.bl_campaign_card_pict img {
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .bl_campaign {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
  }
  .bl_campaign_card {
    max-width: 680px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .bl_campaign_card:not(:last-child) {
    margin-bottom: 0px;
  }
  .bl_campaign_card_txt {
    width: 47%;
  }
  .bl_campaign_card_ttl {
    font-size: 1.8rem;
    text-align: left;
  }
  .bl_campaign_card_price {
    font-size: 3.2rem;
    text-align: left;
  }
  .bl_campaign_card_pict {
    width: 50%;
    margin: 0;
  }
  .bl_campaign_card_pict img {
    border-radius: 5px;
  }
}
/* .bl_limited
----------------------------------*/
.bl_limited {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.bl_limited .bl_limited_title {
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 10px;
}
.bl_limited .bl_limited_title span {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .bl_limited .bl_limited_title {
    font-size: 2.7rem;
    margin-bottom: 20px;
  }
  .bl_limited .bl_limited_title span {
    font-size: 4rem;
  }
}
.bl_limited .bl_limited_wrapper {
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .bl_limited .bl_limited_wrapper {
    display: flex;
    column-gap: 20px;
    justify-content: center;
  }
}
.bl_limited .bl_limited_card {
  text-align: center;
}
.bl_limited .bl_limited_card_pict {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .bl_limited .bl_limited_card_pict {
    max-width: 600px;
    transition: opacity 0.3s;
  }
}
.bl_limited .bl_limited_card_pict img {
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .bl_limited .bl_limited_card_pict:hover {
    opacity: 0.7;
  }
}
.bl_limited .bl_limited_card_parts {
  font-size: 2rem;
  font-weight: bold;
  background-color: #000;
  padding: 7px 10px;
  color: #fff;
  margin-bottom: 10px;
}
.bl_limited .bl_limited_card_txt {
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .bl_limited .bl_limited_card_txt {
    font-size: 2rem;
  }
}
.bl_limited .bl_limited_price_noraml {
  text-decoration: line-through;
}
.bl_limited .bl_limited_price_special {
  font-weight: bold;
  font-size: 150%;
}

/* .bl_recommend
----------------------------------*/
.bl_recommend {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
  gap: 30px 0;
}

.bl_recommend_card {
  width: 100%;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  color: #fff;
}

.bl_recommend_card_pict {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.bl_recommend_card_pict img {
  border-radius: 5px;
}

.bl_recommend_card_txt {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
}
.bl_recommend_card_txt span {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .bl_recommend {
    flex-direction: row;
    justify-content: center;
  }
  .bl_recommend_card {
    width: 320px;
    margin: 0;
  }
  .bl_recommend_card:first-child {
    margin-bottom: 0px;
    margin-right: 40px;
  }
  .bl_recommend_card_pict {
    width: 100%;
  }
  .bl_recommend_card_pict img {
    border-radius: 5px;
  }
  .bl_recommend_card_txt {
    font-size: 2.5rem;
  }
  .bl_recommend_card_txt span {
    font-size: 1.6rem;
  }
}
/* .bl_infoUnit
----------------------------------*/
.bl_infoUnit {
  margin-bottom: 20px;
}

.bl_info .bl_info_pict {
  width: 100px;
  height: auto;
  margin-right: 15px;
}
.bl_info .bl_info_text {
  width: calc(100% - 135px);
  line-height: 1.6;
}
.bl_info .bl_info_text time {
  display: block;
  font-size: 1.4rem;
}
.bl_info .bl_info_ttl {
  font-weight: normal;
  font-size: 1.4rem;
}

.bl_info a {
  display: flex;
  padding: 10px;
  transition: 0.5s;
}

.bl_info a:hover {
  background-color: white;
}

@media screen and (min-width: 768px) {
  .bl_infoUnit {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .bl_info .bl_info_pict {
    width: 120px;
  }
  .bl_infoUnit__col3 > .bl_info {
    width: 33%;
  }
}
/* .bl_galleryUnit
----------------------------------*/
.bl_galleryUnit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
}

.bl_gallery {
  width: 48%;
}

.bl_gallery_ttl {
  background-color: #000;
  font-size: 1.8rem;
  font-family: "Fredericka the Great", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 7px;
  font-weight: bold;
}

.bl_gallery_pict {
  margin-bottom: 10px;
}

.bl_gallery_voice {
  margin-bottom: 15px;
}

.bl_gallery_voice__ttl {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 7px;
}

.bl_gallery_voice dl {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  line-height: 1.6;
}

.bl_gallery_voice dt {
  width: 20px;
  margin-right: 10px;
}

.bl_gallery_voice dd {
  position: relative;
  display: inline-block;
  width: calc(100% - 35px);
  background-color: #f7f7f7;
  padding: 7px 10px;
  border-radius: 5px;
}

.bl_gallery_voice dd::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f7f7f7 transparent transparent;
}

.bl_gallery_comment {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.bl_gallery_comment__ttl {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  margin-bottom: 7px;
}

.bl_gallery_comment dl {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  line-height: 1.6;
}

.bl_gallery_comment dt {
  width: 20px;
  margin-left: 10px;
}

.bl_gallery_comment dd {
  position: relative;
  display: inline-block;
  width: calc(100% - 35px);
  background-color: #f7f7f7;
  padding: 7px 10px;
  border-radius: 5px;
}

.bl_gallery_comment dd::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f7f7f7;
}

.bl_gallery_price {
  border: 1px solid rgba(51, 51, 51, 0.3);
  padding: 7px 10px 10px;
  text-align: center;
  margin-bottom: 15px;
}

.bl_gallery_price__ttl {
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
.bl_gallery_price__ttl span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}

.bl_gallery_price_ex {
  font-size: 1.6rem;
  margin-bottom: 6px;
}

.bl_gallery_price_tax {
  font-size: 1.4rem;
}

.bl_gallery_price_note {
  padding-top: 6px;
  font-size: 1.4rem;
}

.bl_gallery_risk {
  background-color: #f7f7f7;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 10px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .bl_galleryUnit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
  }
  .bl_gallery {
    width: 31%;
  }
  .bl_galleryUnit::after {
    content: "";
    display: block;
    width: 31%;
  }
  .bl_gallery_ttl {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .bl_gallery_pict {
    margin-bottom: 15px;
  }
  .bl_gallery_voice {
    margin-bottom: 15px;
  }
  .bl_gallery_voice__ttl {
    font-size: 1.4rem;
  }
  .bl_gallery_voice dl {
    font-size: 1.4rem;
  }
  .bl_gallery_voice dt {
    width: 30px;
  }
  .bl_gallery_voice dd {
    width: calc(100% - 45px);
    padding: 10px 15px;
  }
  .bl_gallery_comment {
    font-size: 1.4rem;
  }
  .bl_gallery_comment dt {
    width: 30px;
  }
  .bl_gallery_comment dd {
    width: calc(100% - 45px);
    padding: 10px 15px;
  }
  .bl_gallery_price {
    padding: 10px 15px;
    margin-bottom: 15px;
  }
  .bl_gallery_price__ttl {
    font-size: 1.8rem;
  }
  .bl_gallery_price__ttl span {
    font-size: 1.6rem;
  }
  .bl_gallery_price_ex {
    font-size: 1.8rem;
    margin-bottom: 6px;
  }
  .bl_gallery_price_tax {
    font-size: 1.4rem;
  }
  .bl_gallery_price_note {
    padding-top: 6px;
    font-size: 1.6rem;
  }
  .bl_gallery_risk {
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.el_figureImg {
  text-align: center;
  margin: 30px 0;
}

/* .bl_designUnit
----------------------------------*/
.bl_designUnit {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.bl_design {
  width: 95%;
  margin: 0 auto;
  padding: 20px 30px 30px;
  border-radius: 10px;
  border: 1px solid #b2b2b2;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.bl_design_ttl {
  font-family: "Fredericka the Great", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6.4vw;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  text-align: center;
  padding: 10px 0 30px;
}
.bl_design_ttl span {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  display: block;
  font-size: 1.6rem;
  margin-top: 5px;
}

.bl_design_pict {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.bl_design_catch {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.bl_design_txt {
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .bl_designUnit {
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
  }
  .bl_design {
    width: 370px;
    padding: 30px 30px 40px;
    margin: 0;
  }
  .bl_design:first-child {
    margin-right: 5%;
  }
  .bl_design_ttl {
    font-size: 2.8rem;
    letter-spacing: 0.3rem;
  }
  .bl_design_ttl span {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .bl_design_catch {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .bl_design_txt {
    font-size: 1.4rem;
  }
}
/* .bl_clinicUnit
----------------------------------*/
.bl_clinicUnit {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.bl_clinic {
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  min-height: 0%;
  display: flex;
  flex-direction: column;
}

.bl_clinic_logo {
  max-width: 200px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;
}

.bl_clinic_logo_kobe {
  max-width: 300px;
}

.bl_clinic_logo_beclat {
  max-height: 63px;
  width: auto;
}

.bl_clinic_pict {
  margin-bottom: 10px;
}

.bl_clinic_tel {
  font-size: 3rem;
  margin-bottom: 10px;
}
.bl_clinic_tel a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl_clinic_tel i {
  width: 20px;
  margin-right: 10px;
}

.bl_clinic_tel_again {
  display: block;
  font-size: 1.6rem;
  margin-top: 10px;
}

.bl_clinic_tel_note {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
  margin: 10px 0;
  color: #cb0000;
}

.bl_clinic_info {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 10px;
}

.bl_clinic_director {
  margin-top: auto;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

.bl_clinic_director_name {
  font-weight: bold;
  margin-bottom: 5px;
}

.bl_clinic_detailBtn {
  margin-top: auto;
}
.bl_clinic_detailBtn a {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 5px;
}

.bl_clinic_detailBtn__official {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .bl_clinicUnit {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
  .bl_clinic {
    width: 25%;
    margin: 0;
    padding: 30px 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
  }
  /* 2列並び用 */
  /*
  .bl_clinicUnit {
    max-width: 1080px;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bl_clinic {
    width: 47%;
    padding: 30px 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow:0px 0px 30px 0px rgba(0,0,0,0.2);
  }
  */
  /*
  .bl_clinic:nth-child(-n+2) {
    margin-bottom: 5%;
  }
  */
  .bl_clinic_logo_kobe {
    padding: 13px 0;
  }
  .bl_clinic_pict {
    margin-bottom: 10px;
  }
  .bl_clinic_tel {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  .bl_clinic_tel a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bl_clinic_tel i {
    width: 18px;
    margin-right: 10px;
  }
  .bl_clinic_tel_again {
    font-size: 1.6rem;
  }
  .bl_clinic_info {
    font-size: 1.4rem;
  }
  .bl_clinic_detailBtn a {
    font-size: 1.6rem;
    transition: 0.5s;
  }
  .bl_clinic_detailBtn a:hover {
    opacity: 0.7;
  }
}
/* .bl_flow
----------------------------------*/
.bl_flow {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 30px;
}

.bl_flow_pict {
  width: 100%;
  padding: 7px;
  border: 1px solid #ccc;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  min-height: 0%;
}

.bl_flow_txt {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  width: 100%;
}

.bl_flow_step {
  font-family: "Fredericka the Great", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 7px 10px;
  margin-bottom: 10px;
}

.bl_flow_ttl {
  font-size: 2.1rem;
  padding: 0 5px;
  margin-bottom: 10px;
}

.bl_flow_explain {
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 0 5px;
  margin-bottom: 10px;
}

.bl_flow_arrow {
  padding: 10px 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .bl_flow {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
  }
  .bl_flow_reverse {
    flex-direction: row-reverse;
  }
  .bl_flow_pict {
    width: 48%;
    padding: 10px;
    margin-bottom: 0;
  }
  .bl_flow_txt {
    width: 48%;
  }
  .bl_flow_step {
    display: inline-block;
    width: auto;
    padding: 7px 40px;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .bl_flow_ttl {
    font-size: 3.4rem;
    margin-bottom: 15px;
  }
  .bl_flow_explain {
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 0;
  }
  .bl_flow_arrow {
    padding: 20px 0;
    text-align: center;
  }
}
/* .bl_faq
----------------------------------*/
.bl_faq dt {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px dotted #000;
  padding: 10px 10px 7px;
}
.bl_faq dt span {
  content: "Q";
  font-family: "Fredericka the Great", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  margin-right: 10px;
  margin-top: -10px;
}
.bl_faq dd {
  display: flex;
  align-items: flex-start;
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 0 15px;
  margin-bottom: 10px;
}
.bl_faq dd span {
  content: "A";
  font-family: "Fredericka the Great", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  margin-right: 10px;
}
.bl_faq dd p {
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  .bl_faq dt {
    font-size: 2.4rem;
    padding: 10px;
  }
  .bl_faq dt span {
    font-size: 3.2rem;
    margin-right: 15px;
  }
  .bl_faq dd {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .bl_faq dd span {
    font-size: 3.2rem;
    margin-right: 15px;
  }
  .bl_faq dd p {
    padding-top: 15px;
  }
}
/* .bl_caution
----------------------------------*/
.bl_caution > dt {
  position: relative;
  font-size: 1.8rem;
  padding: 10px 15px;
  border: 1px solid #333;
  border-radius: 5px;
  cursor: pointer;
}
.bl_caution > dt:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 20px;
  width: 15px;
  height: 15px;
  border: 2px solid;
  border-color: transparent transparent #565656 #565656;
  transform: rotate(-45deg);
}
.bl_caution > dt:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.bl_caution > dd {
  display: none;
}

.bl_caution.open > dt {
  background-color: rgba(0, 0, 0, 0.05);
}

.bl_caution.open > dt:after {
  top: 17px;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(-45deg);
}

.bl_caution_cont {
  padding: 10px 5px;
  margin-bottom: -20px;
}
.bl_caution_cont > dt {
  font-size: 1.8rem;
  padding: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #000;
}
.bl_caution_cont > dd {
  padding: 10px;
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.bl_caution_cont ul {
  list-style: disc;
  padding-left: 2rem;
}

@media screen and (min-width: 768px) {
  .bl_caution > dt {
    font-size: 2.4rem;
    padding: 15px 30px;
  }
  .bl_caution > dt:after {
    top: 6px;
    right: 30px;
    width: 24px;
    height: 24px;
  }
  .bl_caution.open > dt:after {
    top: 24px;
  }
  .bl_caution_cont {
    padding: 15px 30px;
  }
  .bl_caution_cont > dt {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
/*----------------------------------
  bl_typeSelect
----------------------------------*/
.bl_typeSelect {
  text-align: center;
}

.bl_typeSelect_txt {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

.bl_typeSelect_button {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.bl_typeSelect_button button {
  font-size: 1.4rem;
  width: 24%;
  padding: 10px 5px;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 5px;
}
.bl_typeSelect_button button.active {
  background-color: #000;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .bl_typeSelect_txt {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .bl_typeSelect_button button {
    font-size: 1.6rem;
    max-width: 150px;
    padding: 10px 10px;
    margin: 0 10px;
  }
}
/*----------------------------------
  #price
----------------------------------*/
#price main {
  text-align: center;
}

/*----------------------------------
  bl_pageLink
----------------------------------*/
.bl_pageLink {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bl_pageLink li {
  font-size: 1.6rem;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
.bl_pageLink li + li {
  border-left: 1px solid #999;
}
.bl_pageLink a:hover {
  opacity: 0.7;
}

.bl_menuBoxUnit:not(:last-of-type) {
  margin-bottom: 20%;
}

.el_anchor {
  padding-top: 40px;
  margin-top: -40px;
}

.bl_menuBox {
  padding: 50px 20px 20px;
  border: 2px solid #ccc;
  position: relative;
}
.bl_menuBox .bl_menuBox_catch {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-110%);
}
.bl_menuBox h2 {
  display: inline-block;
  background-color: #fff;
  padding: 0 30px;
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.bl_menuBox h2 span {
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;
}
.bl_menuBox table {
  margin-bottom: 20px;
  width: 100%;
}
.bl_menuBox table thead {
  color: #fff;
}
.bl_menuBox table thead th {
  font-weight: normal;
  padding: 8px 0;
  font-size: 1.6rem;
}
.bl_menuBox table tbody tr {
  border-bottom: 1px solid #b2b2b2;
}
.bl_menuBox table tbody th,
.bl_menuBox table tbody td {
  width: 50%;
  padding: 10px 0;
  font-size: 1.6rem;
}
.bl_menuBox table tbody th {
  font-weight: normal;
  font-size: 1.4rem;
  background-color: #f5f5f5;
}
.bl_menuBox table tbody td {
  font-size: 1.8rem;
}
.bl_menuBox table tbody td span {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
.bl_menuBox table tbody td span.el_inline {
  display: inline;
}
.bl_menuBox table tbody td.option {
  font-size: 1.4rem;
  line-height: 1.3;
}
.bl_menuBox table tbody td.option span {
  font-size: 1rem;
}
.bl_menuBox table.eyebrow thead {
  background-color: #999;
}
.bl_menuBox table.eyeline thead {
  background-color: #ccbc91;
}
.bl_menuBox table.lip thead {
  background-color: #d9aacd;
}
.bl_menuBox table:not(:first-of-type) {
  margin-top: 30px;
}
.bl_menuBox .bl_menuBox_note {
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .bl_pageLink {
    margin-bottom: 10px;
  }
  .bl_pageLink li {
    padding: 0 1.5rem;
    font-size: 2.4rem;
  }
  .bl_menuBoxUnit:not(:last-of-type) {
    margin-bottom: 150px;
  }
  .el_anchor {
    display: block;
    padding-top: 60px;
    margin-top: -60px;
  }
  .bl_menuBox {
    padding: 70px 10% 30px;
    border: 2px solid #ccc;
    position: relative;
  }
  .bl_menuBox .bl_menuBox_catch {
    transform: translateY(-120%);
  }
  .bl_menuBox h2 {
    font-size: 4rem;
  }
  .bl_menuBox h2 span {
    font-size: 1.4rem;
  }
  .bl_menuBox table thead th {
    padding: 12px 0;
    font-size: 2.4rem;
  }
  .bl_menuBox table tbody th,
  .bl_menuBox table tbody td {
    width: 50%;
    padding: 15px 0;
  }
  .bl_menuBox table tbody th {
    font-size: 2rem;
  }
  .bl_menuBox table tbody td {
    font-size: 3rem;
  }
  .bl_menuBox table tbody td span {
    font-size: 1.6rem;
  }
  .bl_menuBox table tbody td.option {
    font-size: 2rem;
  }
  .bl_menuBox table tbody td.option span {
    margin-left: 0;
    font-size: 1.4rem;
  }
  .bl_menuBox table:not(:first-of-type) {
    margin-top: 50px;
  }
  .bl_menuBox .bl_menuBox_note {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
/*----------------------------------
 BROW DESIGN関連
----------------------------------*/
.bl_browDesign_wrapper {
  margin: 50px 0 70px;
}

.bl_browDsign_title {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .bl_browDsign_title {
    font-size: 3.5rem;
  }
}

.bl_browDesign_catch {
  font-size: 3.7333333333vw;
  line-height: 1.4;
  margin-bottom: 30px;
}
.bl_browDesign_catch span {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .bl_browDesign_catch {
    font-size: 2.4rem;
  }
  .bl_browDesign_catch span {
    font-size: 1.4rem;
  }
}

/* .bl_browDesign_unit
----------------------------------*/
.bl_browDesign_unit {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .bl_browDesign_unit {
    flex-direction: row;
    justify-content: center;
    column-gap: 3%;
  }
}

.bl_browDesign_box {
  width: 95%;
  margin: 0 auto;
  padding: 20px 30px 30px;
  border-radius: 10px;
  border: 1px solid #b2b2b2;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .bl_browDesign_box {
    width: auto;
    padding: 30px 30px 40px;
    margin: 0;
  }
}

.bl_design_clinic_ttl {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  padding: 10px 0 10px;
}
@media screen and (min-width: 768px) {
  .bl_design_clinic_ttl {
    font-size: 2.4rem;
  }
}

.bl_design_clinic_ttl_sub {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .bl_design_clinic_ttl_sub {
    font-size: 1.6rem;
  }
}

.bl_browDesign_pict {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}

/*----------------------------------
  #access
----------------------------------*/
#access main {
  text-align: center;
}

/*----------------------------------
  bl_access
----------------------------------*/
.bl_access:not(:last-of-type) {
  margin-bottom: 40px;
}

.bl_access_info h2 {
  font-size: 2.4rem;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bl_access_info h2 span {
  font-size: 1.4rem;
  color: #cc0000;
  margin-top: 7px;
}
.bl_access_info p {
  line-height: 2;
  font-size: 1.2rem;
  padding: 10px 0;
  margin-bottom: 10px;
}

.bl_access_info_note {
  color: #cb0000;
}

@media screen and (min-width: 768px) {
  .bl_access:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .bl_access_info h2 {
    font-size: 3rem;
    flex-direction: row;
  }
  .bl_access_info h2 span {
    font-size: 1.6rem;
    margin-top: 0;
    margin-left: 10px;
  }
  .bl_access_info p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_access .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  .bl_access .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
/*----------------------------------
  #clinic
----------------------------------*/
#clinic main {
  text-align: center;
}

/* .bl_clInfo
----------------------------------*/
.bl_clInfo .bl_clInfo_note {
  margin-bottom: 30px;
}
.bl_clInfo .bl_clInfo_note p {
  line-height: 2;
  font-size: 1.2rem;
  padding: 10px 0;
}
.bl_clInfo .bl_clInfo_scedule dl {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.bl_clInfo .bl_clInfo_scedule dl dt {
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.4;
}
.bl_clInfo .bl_clInfo_scedule dl dd {
  line-height: 1.4;
}
.bl_clInfo .bl_clInfo_scedule table {
  margin: 20px auto 10px;
  border-collapse: collapse;
  padding: 0;
  max-width: 600px;
  width: 100%;
  color: #333;
  border: 2px solid #d9aacd;
}
.bl_clInfo .bl_clInfo_scedule table tr {
  padding: 3px;
}
.bl_clInfo .bl_clInfo_scedule table thead {
  border-bottom: 1px dotted #bbb;
  background-color: rgba(217, 170, 205, 0.2);
}
.bl_clInfo .bl_clInfo_scedule table tr:last-child {
  border-bottom: none;
}
.bl_clInfo .bl_clInfo_scedule table th,
.bl_clInfo .bl_clInfo_scedule table td {
  font-weight: normal;
  padding: 1rem;
  border-right: 1px dotted #bbb;
}
.bl_clInfo .bl_clInfo_scedule table th:last-child,
.bl_clInfo .bl_clInfo_scedule table td:last-child {
  border: none;
}
.bl_clInfo .bl_clInfo_scedule tbody th {
  color: #ff9901;
}
.bl_clInfo .bl_clInfo_scedule tbody td {
  color: #d9aacd;
  font-size: 2rem;
}
.bl_clInfo .bl_clInfo_info p {
  line-height: 2;
  font-size: 1.2rem;
  padding: 10px 0;
  margin-bottom: 10px;
}
.bl_clInfo .bl_clInfo_info_note {
  color: #cb0000;
}

.bl_clInfo:not(:last-of-type) {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .bl_clInfo .bl_clInfo_note {
    margin-bottom: 50px;
  }
  .bl_clInfo .bl_clInfo_note p {
    font-size: 1.6rem;
  }
  .bl_clInfo .bl_clInfo_scedule dl {
    font-size: 1.8rem;
  }
  .bl_clInfo .bl_clInfo_info p {
    font-size: 1.6rem;
  }
  .bl_clInfo:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
/* .bl_slide
----------------------------------*/
.bl_slide ul.slick {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.bl_slide ul.thumb {
  max-width: 700px;
  margin: 0 auto;
}
.bl_slide ul.thumb li {
  cursor: pointer;
}
.bl_slide ul.thumb li:not(:last-of-type) {
  margin: 0 3px;
}

/*----------------------------------
	slide common setting
----------------------------------*/
.slick-slide li {
  margin: 0 5px;
}

.slick-next {
  right: 0px;
}
.slick-next:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: calc(50% - 3px);
}

.slick-prev {
  left: 0px;
}
.slick-prev:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 3px);
}

.slick-next,
.slick-prev {
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
  width: 30px;
  height: 30px;
}
.slick-next:hover,
.slick-prev:hover {
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0.7;
}

.slick,
.slick-slide {
  outline: none;
}

@media screen and (min-width: 768px) {
  .slick-next:before {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    right: calc(50% - 5px);
  }
  .slick-prev:before {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: calc(50% - 5px);
  }
  .slick-next,
  .slick-prev {
    width: 50px;
    height: 50px;
  }
}
/*----------------------------------
 beclat
----------------------------------*/
.bl_beclat_note {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 10px 10px;
  background-color: #000;
  color: #fff;
  margin-bottom: 30px;
}

.bl_beclat_catch {
  text-align: center;
  margin-bottom: 20px;
}
.bl_beclat_catch .bl_beclat_catch_logo img {
  width: 50%;
  margin-bottom: 20px;
}

.bl_beclat_read {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: left;
}

.bl_beclat_form a {
  display: block;
  background-color: #fff;
  color: #000;
  max-width: 400px;
  padding: 10px 20px;
  margin: 0 auto;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  border: 1px solid #000;
  transition: 0.5s;
}

.bl_beclat_concept {
  text-align: center;
  background-color: #e8d7d5;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  margin-bottom: 5rem;
}

.bl_beclat_concept_pict {
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}

.bl_beclat_concept_txt {
  color: #444;
}

.bl_beclat_concept_txt__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.bl_beclat_concept_txt__message {
  font-size: 1.6rem;
  line-height: 1.6;
}

.bl_beclat_concept_txt__message:first-of-type {
  margin-bottom: 1.5rem;
}

.bl_beclat_mb_middle {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .bl_beclat_note {
    font-size: 2rem;
    padding: 20px 15px;
    margin-bottom: 50px;
  }
  .bl_beclat_catch {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .bl_beclat_catch .bl_beclat_catch_logo,
  .bl_beclat_catch .bl_beclat_catch_pict {
    width: 50%;
  }
  .bl_beclat_catch .bl_beclat_catch_logo img {
    width: 70%;
    margin-bottom: 0;
  }
  .bl_beclat_read {
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-align: center;
  }
  .bl_beclat_form a {
    font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    font-size: 1.8rem;
    border: 1px solid #000;
    transition: 0.5s;
  }
  .bl_beclat_form a:hover {
    background-color: #000;
    color: #fff;
  }
  .bl_beclat_concept {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
  }
  .bl_beclat_concept_pict {
    width: 48%;
    margin-bottom: 0;
  }
  .bl_beclat_concept_txt {
    width: 48%;
  }
  .bl_beclat_concept_txt__title {
    font-size: 3rem;
  }
  .bl_beclat_concept_txt__message {
    font-size: 1.8rem;
  }
  .bl_beclat_mb_middle {
    margin-bottom: 50px;
  }
}
/*----------------------------------
 beclat料金関連
----------------------------------*/
.bl_menuBox_beclat {
  padding: 30px 20px 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  border: 1px solid #ccc;
}
.bl_menuBox_beclat td small {
  font-size: 50%;
}
.bl_menuBox_beclat table.monitor thead {
  background-color: #000;
}
.bl_menuBox_beclat table.eyebrow thead {
  background-color: #999;
}
.bl_menuBox_beclat table.eyeline thead {
  background-color: #ccbc91;
}
.bl_menuBox_beclat table.lip thead {
  background-color: #d9aacd;
}
.bl_menuBox_beclat .el_normal_price {
  font-size: 1.8rem;
  line-height: 1.2;
  vertical-align: middle;
}
.bl_menuBox_beclat .el_normal_price small {
  font-size: 60%;
}
.bl_menuBox_beclat .el_price_arrow {
  margin: 0.5rem 0;
}
.bl_menuBox_beclat .el_monitor_price {
  font-size: 2.1rem;
  line-height: 1.2;
}
.bl_menuBox_beclat .el_monitor_price small {
  font-size: 60%;
}

@media screen and (min-width: 768px) {
  .bl_menuBox_beclat {
    padding: 40px 10% 30px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .bl_menuBox_beclat .el_normal_price {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .bl_menuBox_beclat .el_price_arrow {
    margin: 1rem 0;
  }
  .bl_menuBox_beclat .el_monitor_price {
    font-size: 3rem;
    line-height: 1.2;
  }
}
/*----------------------------------
 9ru料金関連
----------------------------------*/
.bl_menuBox_clinic_wrapper {
  display: grid;
  row-gap: 50px;
  margin-bottom: 40px;
}

.bl_menuBox_clinic {
  padding: 50px 20px 20px;
  margin-top: 40px;
  border: 1px solid #ccc;
}
.bl_menuBox_clinic td small {
  font-size: 50%;
}
.bl_menuBox_clinic table.monitor thead {
  background-color: #000;
}
.bl_menuBox_clinic table.eyebrow thead {
  background-color: #999;
}
.bl_menuBox_clinic table.eyeline thead {
  background-color: #ccbc91;
}
.bl_menuBox_clinic table.lip thead {
  background-color: #d9aacd;
}
.bl_menuBox_clinic .el_normal_price {
  font-size: 1.8rem;
  line-height: 1.2;
  vertical-align: middle;
}
.bl_menuBox_clinic .el_normal_price small {
  font-size: 60%;
}
.bl_menuBox_clinic .el_price_arrow {
  margin: 0.5rem 0;
}
.bl_menuBox_clinic .el_monitor_price {
  font-size: 2.1rem;
  line-height: 1.2;
}
.bl_menuBox_clinic .el_monitor_price small {
  font-size: 60%;
}

@media screen and (min-width: 768px) {
  .bl_menuBox_clinic_wrapper {
    display: grid;
    row-gap: 80px;
    margin-bottom: 60px;
  }
  .bl_menuBox_clinic {
    padding: 70px 10% 30px;
    margin-top: 70px;
  }
  .bl_menuBox_clinic .el_normal_price {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .bl_menuBox_clinic .el_price_arrow {
    margin: 1rem 0;
  }
  .bl_menuBox_clinic .el_monitor_price {
    font-size: 3rem;
    line-height: 1.2;
  }
}
/*----------------------------------
  bl_clInfo_access 道案内
----------------------------------*/
.bl_clInfo_access {
  margin-top: 30px;
}

.bl_access_title {
  font-size: 1.8rem;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  padding-bottom: 10px;
  border-bottom: 1px dotted #333;
  margin-bottom: 20px;
}

.bl_access_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bl_access_unit {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 12px;
}

.bl_access_unit_pict {
  padding: 6px;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

.bl_access_txt {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
  text-indent: -1em;
  padding-left: 1.2em;
}

@media screen and (min-width: 768px) {
  .bl_clInfo_access {
    margin-top: 50px;
  }
  .bl_access_title {
    font-size: 3rem;
    margin-bottom: 40px;
  }
  .bl_access_wrap {
    justify-content: flex-start;
    padding: 0 50px;
  }
  .bl_access_unit {
    width: 31%;
    margin-left: 0;
    margin-right: 3.5%;
    margin-bottom: 20px;
  }
  .bl_access_unit:nth-of-type(3n) {
    margin-right: 0;
  }
  .bl_access_unit_pict {
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
  }
  .bl_access_txt {
    font-size: 1.6rem;
    text-align: center;
    text-indent: 0;
    padding-left: 0;
  }
}
/*----------------------------------
 キャッチ関連
----------------------------------*/
.bl_clinic_catch .bl_clinic_catch_pict {
  margin-bottom: 30px;
}
.bl_clinic_catch .bl_clinic_catch_read {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 30px;
  text-align: left;
}

.bl_clinic_link_wrapper {
  display: grid;
  row-gap: 25px;
}

.bl_clinic_link a {
  display: block;
  background-color: #fff;
  color: #000;
  max-width: 400px;
  padding: 10px 20px;
  margin: 0 auto;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  border: 1px solid #000;
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  .bl_clinic_catch .bl_clinic_catch_pict {
    margin-bottom: 50px;
  }
  .bl_clinic_catch .bl_clinic_catch_read {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 50px;
  }
  .bl_clinic_link a {
    font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    font-size: 1.8rem;
    border: 1px solid #000;
    transition: 0.5s;
  }
  .bl_clinic_link a:hover {
    background-color: #000;
    color: #fff;
  }
}
/*----------------------------------
 アーティスト関連
----------------------------------*/
.bl_artist_wrapper {
  display: flex;
  flex-direction: column;
  width: fit-content;
  row-gap: 40px;
  margin-inline: auto;
  margin-top: 30px;
}

.bl_artist_personal {
  display: grid;
  row-gap: 10px;
}

.bl_artist_pict {
  max-width: 250px;
}

.bl_artist_name {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bl_artist_insta_icon {
  padding: 10px;
  background-color: #000;
  width: 40px;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .bl_artist_wrapper {
    flex-direction: row;
    column-gap: 50px;
    margin-top: 50px;
  }
  .bl_artist_personal {
    display: grid;
    row-gap: 15px;
  }
  .bl_artist_pict {
    max-width: 250px;
  }
  .bl_artist_name {
    font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .bl_artist_insta_icon {
    padding: 10px;
    background-color: #000;
    width: 50px;
    border-radius: 10px;
  }
  .bl_artist_insta a {
    transition: opacity 0.3s;
  }
  .bl_artist_insta a:hover {
    opacity: 0.7;
  }
}
.bl_clinic_campaign {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .bl_clinic_campaign {
    margin-top: 50px;
  }
}

/*----------------------------------
  #info
----------------------------------*/
/* .bl_news
----------------------------------*/
.bl_news {
  margin-bottom: 25px;
}
.bl_news .bl_newsTitle {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 2rem;
  border-bottom: 1px dotted #ccc;
  padding: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
  text-align: left;
}
.bl_news p {
  line-height: 1.8;
  text-align: left;
  padding: 10px;
}
.bl_news p a {
  color: #1f7dde;
}
.bl_news p a:hover {
  opacity: 0.7;
}
.bl_news p.el_tac {
  text-align: center;
}
.bl_news p.el_tar {
  text-align: right;
}
.bl_news strong {
  font-weight: bold;
}
.bl_news ul {
  line-height: 1.8;
  text-align: left;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .bl_news {
    margin-bottom: 40px;
  }
  .bl_news .bl_newsTitle {
    font-size: 3rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: center;
  }
  .bl_news .bl_news_detail {
    width: 70%;
    margin: 0 auto;
  }
  .bl_news p {
    font-size: 1.8rem;
  }
  .bl_news ul {
    font-size: 1.8rem;
  }
}
/* .bl_infoList
----------------------------------*/
.bl_infoList .bl_info .bl_info_pict {
  width: 100px;
}
.bl_infoList .bl_info .bl_info_text {
  width: calc(100% - 115px);
}
.bl_infoList .bl_info a {
  padding: 15px 10px;
  border-bottom: 1px dotted #ccc;
}
.bl_infoList .bl_info a:hover {
  background-color: #f5f5f5;
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .bl_infoList .bl_info .bl_info_pict {
    width: 120px;
  }
  .bl_infoList .bl_info .bl_info_text {
    width: calc(100% - 135px);
  }
  .bl_infoList .bl_info a {
    padding: 20px;
  }
}
/*----------------------------------
  #privacy
----------------------------------*/
/* .bl_news
----------------------------------*/
.bl_policy {
  padding-top: 15px;
}
.bl_policy p {
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 10px 1rem;
  margin-bottom: 2rem;
}
.bl_policy dl {
  padding: 0 1rem;
  font-size: 1.4rem;
}
.bl_policy dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
}
.bl_policy dl dd {
  margin-bottom: 3rem;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .bl_policy {
    padding-top: 30px;
  }
  .bl_policy h2 {
    font-size: 3rem;
  }
  .bl_policy p {
    font-size: 1.6rem;
    padding: 10px 3rem;
  }
  .bl_policy dl {
    padding: 0 3rem;
    font-size: 1.6rem;
  }
  .bl_policy dl dt {
    font-size: 1.8rem;
  }
}
/*----------------------------------
  #recruit
----------------------------------*/
/* .bl_recruit
----------------------------------*/
.bl_recruit {
  text-align: center;
}

.bl_recruit_read {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 2rem;
  padding: 0 10px;
}

.bl_recruit_list {
  display: flex;
  justify-content: center;
  text-align: left;
  line-height: 2;
  padding-left: 3rem;
  margin-bottom: 50px;
}
.bl_recruit_list ul {
  list-style: disc;
}

.bl_recruit_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
  padding-bottom: 15px;
}
.bl_recruit_title span {
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 10px;
  text-transform: uppercase;
  color: #666;
}

.bl_recruit_description table {
  text-align: left;
  margin: 0 auto;
  border-collapse: collapse;
  padding: 0;
  max-width: 900px;
  width: 100%;
  border-top: 7px solid #d9aacd;
  border-right: 1px dotted #bbb;
  border-left: 1px dotted #bbb;
  border-bottom: 5px solid #d9aacd;
}
.bl_recruit_description table tr {
  padding: 3px;
  border-bottom: 1px dotted #bbb;
}
.bl_recruit_description table thead {
  background-color: rgba(217, 170, 205, 0.2);
}
.bl_recruit_description table tr:last-child {
  border-bottom: none;
}
.bl_recruit_description table th,
.bl_recruit_description table td {
  font-weight: normal;
  padding: 1.5rem 2rem;
}
.bl_recruit_description table th:last-child,
.bl_recruit_description table td:last-child {
  border: none;
}
.bl_recruit_description tbody th {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border-right: 1px dotted #bbb;
  background-color: rgba(217, 170, 205, 0.2);
}
.bl_recruit_description tbody td {
  font-size: 1.6rem;
  line-height: 1.8;
}
.bl_recruit_description ul {
  padding-left: 2rem;
  list-style: disc;
}
.bl_recruit_description ul + p {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .bl_recruit_read {
    padding: 0;
    font-size: 2.4rem;
  }
  .bl_recruit_list {
    font-size: 1.8rem;
    margin-bottom: 100px;
  }
  .bl_recruit_title {
    font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    font-size: 3.6rem;
  }
  .bl_recruit_title span {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .bl_recruit_description table {
    border-top: none;
    border-right: 1px dotted #bbb;
    border-left: 1px dotted #bbb;
    border-bottom: 5px solid #d9aacd;
  }
  .bl_recruit_description table th, .bl_recruit_description table td {
    width: 100%;
    display: block;
    border: none;
  }
  .bl_recruit_description table th {
    padding: 10px 10px;
    border-top: 4px solid #d9aacd;
    border-right: none;
  }
  .bl_recruit_description table td {
    font-size: 1.4rem;
  }
  .bl_recruit_description table tr {
    border-bottom: none;
  }
  .bl_recruit_description table tr:last-child {
    border-bottom: 2px solid #d9aacd;
  }
  .bl_recruit_description table tr:nth-child(even) {
    background: none;
  }
}
/*# sourceMappingURL=style.css.map */