@charset "UTF-8";
/* ===================================================================

▼ extend style

=================================================================== */
.mod_inner_article_left, .mod_innerPadding {
  padding-left: 40px;
  padding-right: 40px;
}

.md_time_table .hour {
  padding-left: 20px;
  padding-right: 20px;
}

.md_title_h3 {
  line-height: 1.4;
}

.md_btn_contact_area ._lead {
  line-height: 1.6;
}

.l_header .l_header_navigation .l_header_navigationInner .header_text_pcOnly li, .l_header .l_header_navigation .l_header_navigationInner .header_text_pcOnly li.header_navi_tel ._text, .l_header .header_navi_menu_tb .l_header_SP_Navigation_menu li span, .l_header .header_top_3menu ul li a > span, .l_footer_subNavigation ul li, .mod_arrow_right_white ._text, .md_index_mini_menu .menu_box_outer .menu_box_inner, .md_index_mini_menu .menu_box_outer .menu_box_inner a span, .md_btn_contact a, .md_btn_contact_small a, .md_btn_contact_small a span, .md_btn_contact_tel a, .md_btn_contact_tel a span, .mod_pdf_print a, .mod_pdf_print a ._text, .md_pinkBalloon_box, .md_pinkBalloon_box ._text {
  display: inline-block;
  vertical-align: middle;
}

.l_footer_infomation .l_footer_infomation_inner ._list, .l_footer_infomation .l_footer_infomation_inner ._list._list2 ul li ._date,
.l_footer_infomation .l_footer_infomation_inner ._list._list2 ul li ._time, .uq_arrowBottom_pink ._img, .md_blog_bnrBtn, .md_blog_bnrBtn a {
  display: inline-block;
  vertical-align: top;
}

.fi_btn_link, .l_footer_contact .md_btn_contact, .l_left_area .side_menu li, .l_left_area .side_middle .side_navi_column a:hover, .l_left_area .side_bottom .uq_blog_bnr, .md_btn_contact_small, .md_btn_contact_tel, .md_blog_bnrBtn a {
  transition: 0.2s;
}

.fi_btn_link:hover, .l_footer_contact .md_btn_contact:hover, .l_left_area .side_menu li:hover, .l_left_area .side_middle .side_navi_column a:hover, .l_left_area .side_bottom .uq_blog_bnr:hover, .md_btn_contact_small:hover, .md_btn_contact_tel:hover, .md_blog_bnrBtn a:hover {
  opacity: 0.7;
  filter: alpha(Opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}

.l_header .l_header_navigation .l_header_navigationInner, .l_header .header_navi_menu_tb .l_header_SP_Navigation_menu .menu_close_btn ._icon, .main_right_area, .mod_inner_contents, .mod_inner_article, .mod_inner_article_left {
  margin-right: auto;
  margin-left: auto;
}

/* base */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  /*font-family: sans-serif; */
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.6;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  width: 100%;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* ==========================================================
  RESET
========================================================== */
body {
  font-size: 16px;
  *font-size: small;
  *font: xsmall;
}

img {
  border: 0;
  /*background: url(./spacer.gif);*/
  /*width: 100%;*/
}

hr {
  display: none;
}

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

td,
th {
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, form, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

ul, ol {
  list-style: none;
}

address, em, strong, caption {
  font-style: normal;
  font-weight: normal;
}

h1,
h2,
h3 {
  font-weight: normal;
}

p {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

/* setting */
/* ===================================================================

 ▼ ページ全体で使うフォントを指定

=================================================================== */
body {
  line-height: 1;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/* ===================================================================

 ▼ ページ全体で使う色を指定

=================================================================== */
body {
  color: #333333;
}

a {
  color: #333333;
}

.mod_caution {
  color: #f16477;
}

/* ===================================================================

 ▼ ページ全体をリセット（調整）

=================================================================== */
div,
p,
ul,
li,
input,
h1,
h2,
h3,
h4,
span {
  box-sizing: border-box;
}

body.userSP * :hover,
body.userTB * :hover {
  opacity: 1 !important;
  filter: alpha(Opacity=100) !important;
  -ms-filter: "alpha(opacity=100)" !important;
}

body.userSP .md_second_thumbnail li a:hover .md_second_thumbnail_title .md_second_thumbnail_btn .o,
body.userTB .md_second_thumbnail li a:hover .md_second_thumbnail_title .md_second_thumbnail_btn .o {
  width: 0px !important;
}

/* layout */
/* ===================================================================

   ▼ l_header

=================================================================== */
.l_header {
  transition: all 0.2s;
  z-index: 99999;
}

@media (max-width: 940px) {
  .l_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
  }
}

.l_header .l_header_navigation {
  width: 100%;
  background-color: #fff;
  color: #333;
  display: block;
}

.l_header .l_header_navigation .l_header_navigationInner {
  max-width: 1240px;
  z-index: 1000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 940px) {
  .l_header .l_header_navigation .l_header_navigationInner {
    width: 100%;
  }
}

.l_header .l_header_navigation .l_header_navigationInner .clinic_title {
  padding-left: 20px;
}

@media (min-width: 941px) {
  .l_header .l_header_navigation .l_header_navigationInner .clinic_title {
    width: calc(18% - 20px);
  }
}

@media (max-width: 940px) {
  .l_header .l_header_navigation .l_header_navigationInner .clinic_title {
    vertical-align: middle;
    max-width: 300px;
  }
}

@media (max-width: 750px) {
  .l_header .l_header_navigation .l_header_navigationInner .clinic_title {
    max-width: 40vw;
  }
}

@media (max-width: 640px) {
  .l_header .l_header_navigation .l_header_navigationInner .clinic_title {
    max-width: 50vw;
  }
}

@media (max-width: 480px) {
  .l_header .l_header_navigation .l_header_navigationInner .clinic_title {
    max-width: 50vw;
    padding-left: 10px;
  }
}

.l_header .l_header_navigation .l_header_navigationInner .clinic_title .title_text {
  padding-top: 13px;
}

@media (max-width: 640px) {
  .l_header .l_header_navigation .l_header_navigationInner .clinic_title .title_text {
    padding-top: 5px;
  }
}

.l_header .l_header_navigation .l_header_navigationInner .clinic_title .title_text ._h1 {
  font-size: 11px;
  font-weight: normal;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .l_header .l_header_navigation .l_header_navigationInner .clinic_title .title_text ._h1 {
    font-size: 9px;
  }
}

@media (max-width: 370px) {
  .l_header .l_header_navigation .l_header_navigationInner .clinic_title .title_text ._h1 {
    font-size: 7px;
  }
}

.l_header .l_header_navigation .l_header_navigationInner .clinic_title .title_logo {
  padding-top: 20px;
  padding-bottom: 18px;
}

@media (max-width: 640px) {
  .l_header .l_header_navigation .l_header_navigationInner .clinic_title .title_logo {
    padding-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .l_header .l_header_navigation .l_header_navigationInner .clinic_title .title_logo {
    padding: 5px 0;
  }
}

.l_header .l_header_navigation .l_header_navigationInner .clinic_title .title_logo a {
  display: table;
  width: 100%;
  font-size: 0;
}

.l_header .l_header_navigation .l_header_navigationInner .clinic_title .title_logo span {
  text-align: left;
  color: #333;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
}

@media (max-width: 1200px) {
  .l_header .l_header_navigation .l_header_navigationInner .clinic_title .title_logo span {
    display: block;
  }
}

.l_header .l_header_navigation .l_header_navigationInner .clinic_title .title_logo ._logo {
  flex-shrink: 0;
}

.l_header .l_header_navigation .l_header_navigationInner .clinic_title .title_logo ._text {
  font-size: 12px;
  padding-top: 5px;
  text-align: left;
  flex-shrink: 0;
}

@media (max-width: 1200px) {
  .l_header .l_header_navigation .l_header_navigationInner .clinic_title .title_logo ._text {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .l_header .l_header_navigation .l_header_navigationInner .clinic_title .title_logo ._text {
    font-size: 10px;
  }
}

.l_header .l_header_navigation .l_header_navigationInner .header_text_pcOnly {
  width: 70%;
  margin-left: auto;
  padding: 10px 0;
  text-align: right;
}

.l_header .l_header_navigation .l_header_navigationInner .header_text_pcOnly li {
  padding: 0 10px;
}

.l_header .l_header_navigation .l_header_navigationInner .header_text_pcOnly li span {
  color: #333;
}

.l_header .l_header_navigation .l_header_navigationInner .header_text_pcOnly li.header_navi_access {
  font-size: 14px;
}

.l_header .l_header_navigation .l_header_navigationInner .header_text_pcOnly li.header_navi_tel {
  border-left: 1px solid #fff;
  font-size: 28px;
  padding-left: 15px;
  letter-spacing: 1.4px;
  font-family: "Hiragino Mincho Pro", 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.l_header .l_header_navigation .l_header_navigationInner .header_text_pcOnly li.header_navi_tel ._text {
  background-image: url("/artmake/images/common/icon_tel.svg");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 28px;
}

.l_header .l_header_navigation .l_header_navigationInner .header_text_pcOnly li.md_btn_contact_small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.l_header .l_header_navigation .l_header_navigationInner .menu_btn_area {
  position: relative;
  cursor: pointer;
  border-left: 2px solid #fff;
}

@media (max-width: 940px) {
  .l_header .l_header_navigation .l_header_navigationInner .menu_btn_area {
    vertical-align: middle;
    width: 70px;
    height: 40px;
    padding-right: 2rem;
    margin-left: auto;
  }
}

@media (max-width: 640px) {
  .l_header .l_header_navigation .l_header_navigationInner .menu_btn_area {
    width: 82px;
    height: 82px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (max-width: 480px) {
  .l_header .l_header_navigation .l_header_navigationInner .menu_btn_area {
    width: 82px;
    height: 82px;
  }
}

@media (max-width: 370px) {
  .l_header .l_header_navigation .l_header_navigationInner .menu_btn_area {
    width: 68px;
    height: 68px;
  }
}

.l_header .l_header_navigation .l_header_navigationInner .menu_btn_area .menu_btn_img {
  background-image: url("/artmake/images/common/sp_btn_open.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.l_header .l_header_navigation .l_header_navigationInner .menu_btn_area .is_active {
  background-image: url("/artmake/images/common/sp_btn_close.svg") !important;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.l_header .menu-wrapper {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.l_header .hamburger-menu,
.l_header .hamburger-menu:after,
.l_header .hamburger-menu:before {
  width: 38px;
  height: 2px;
}

.l_header .hamburger-menu {
  position: absolute;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  background: #F16477;
  transition: all 0ms 300ms;
}

.l_header .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}

.l_header .hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  background: #F16477;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.l_header .hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: #F16477;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.l_header .hamburger-menu.animate:after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.l_header .hamburger-menu.animate:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.l_header .header_navi_menu_tb {
  position: relative;
}

.l_header .header_navi_menu_tb .l_header_SP_Navigation_menu {
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 2000;
  right: 0;
  top: 0;
  background-color: #FEE8EA;
  border: 1px solid #FEE8EA;
  border-right: none;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
}

@media (max-width: 940px) {
  .l_header .header_navi_menu_tb .l_header_SP_Navigation_menu {
    max-width: 320px;
    position: absolute;
    background-color: #fff;
    border: 1px solid #fff;
    right: -320px;
    transition: all 0.4s;
  }
  .is_spMenuOpen .l_header .header_navi_menu_tb .l_header_SP_Navigation_menu {
    right: 0;
  }
  .l_header .header_navi_menu_tb .l_header_SP_Navigation_menu .header_navi_access {
    border-bottom: 4px double #D1CFCF;
  }
  .l_header .header_navi_menu_tb .l_header_SP_Navigation_menu .header_navi_access li::after {
    content: none;
  }
  .l_header .header_navi_menu_tb .l_header_SP_Navigation_menu .header_navi_access li a {
    display: block;
    padding-right: 10px;
  }
}

.l_header .header_navi_menu_tb .l_header_SP_Navigation_menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 940px) {
  .l_header .header_navi_menu_tb .l_header_SP_Navigation_menu ul {
    flex-flow: column;
    padding: 1rem;
  }
}

.l_header .header_navi_menu_tb .l_header_SP_Navigation_menu li {
  font-size: 0;
}

.l_header .header_navi_menu_tb .l_header_SP_Navigation_menu li:last-child a span::after {
  content: none;
}

@media (max-width: 940px) {
  .l_header .header_navi_menu_tb .l_header_SP_Navigation_menu li:not(.is_submenu) {
    position: relative;
  }
  .l_header .header_navi_menu_tb .l_header_SP_Navigation_menu li:not(.is_submenu)::after {
    content: "";
    display: inline-block;
    background: url(/images/common/arrow_big_right_black.svg) no-repeat left center;
    padding-left: 10px;
    position: absolute;
    right: 1rem;
    top: 35%;
    width: 10px;
    height: 10px;
  }
  .l_header .header_navi_menu_tb .l_header_SP_Navigation_menu li:not(.is_submenu).header_navi_reservation {
    padding-left: 40px;
    padding-right: 40px;
  }
  .l_header .header_navi_menu_tb .l_header_SP_Navigation_menu li:not(.is_submenu).header_navi_reservation::after {
    content: none;
  }
  .l_header .header_navi_menu_tb .l_header_SP_Navigation_menu li:not(.is_submenu).header_navi_reservation a {
    text-align: center;
    display: block;
    padding-right: 10px;
  }
  .l_header .header_navi_menu_tb .l_header_SP_Navigation_menu li:not(.is_submenu).header_navi_tel {
    margin-top: 12px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l_header .header_navi_menu_tb .l_header_SP_Navigation_menu li:not(.is_submenu).header_navi_tel::after {
    content: none;
  }
  .l_header .header_navi_menu_tb .l_header_SP_Navigation_menu li:not(.is_submenu).header_navi_tel a {
    text-align: center;
    display: block;
    padding-right: 10px;
  }
}

.l_header .header_navi_menu_tb .l_header_SP_Navigation_menu li a {
  height: 60px;
  display: flex;
  align-items: center;
  line-height: 1.58;
  transition: 0.35s;
}

.l_header .header_navi_menu_tb .l_header_SP_Navigation_menu li a:hover {
  opacity: 0.6;
}

@media (max-width: 940px) {
  .l_header .header_navi_menu_tb .l_header_SP_Navigation_menu li a {
    height: auto;
    padding: .5rem 0;
  }
}

.l_header .header_navi_menu_tb .l_header_SP_Navigation_menu li.md_btn_contact_small {
  display: flex;
  align-items: center;
}

.l_header .header_navi_menu_tb .l_header_SP_Navigation_menu li.md_btn_contact_small a {
  height: 40px;
}

.l_header .header_navi_menu_tb .l_header_SP_Navigation_menu li span {
  font-size: 14px;
}

@media (max-width: 1200px) {
  .l_header .header_navi_menu_tb .l_header_SP_Navigation_menu li span {
    font-size: 12px;
  }
}

@media (max-width: 940px) {
  .l_header .header_navi_menu_tb .l_header_SP_Navigation_menu li span {
    font-size: 15px;
  }
}

.l_header .header_navi_menu_tb .l_header_SP_Navigation_menu li span:after {
  content: "｜";
  display: inline-block;
  margin: 0 1rem;
}

@media (max-width: 1200px) {
  .l_header .header_navi_menu_tb .l_header_SP_Navigation_menu li span:after {
    margin: 0 0.5rem;
  }
}

@media (max-width: 942px) {
  .l_header .header_navi_menu_tb .l_header_SP_Navigation_menu li span:after {
    margin: 0 .5rem;
  }
}

@media (max-width: 940px) {
  .l_header .header_navi_menu_tb .l_header_SP_Navigation_menu li span:after {
    content: none;
  }
}

.l_header .header_navi_menu_tb .l_header_SP_Navigation_menu li span._icon {
  margin-right: 15px;
  width: 16%;
  text-align: center;
  flex-shrink: 0;
}

.l_header .header_navi_menu_tb .l_header_SP_Navigation_menu .md_btn_contact_small {
  padding-left: 5px;
  padding-right: 5px;
}

.l_header .header_navi_menu_tb .l_header_SP_Navigation_menu .md_btn_contact_small a {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.l_header .header_navi_menu_tb .l_header_SP_Navigation_menu .md_btn_contact_small a ._text {
  font-size: 18px;
}

.l_header .header_navi_menu_tb .l_header_SP_Navigation_menu .menu_close_btn {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.l_header .header_navi_menu_tb .l_header_SP_Navigation_menu .menu_close_btn ._icon {
  width: 8.7%;
}

.l_header .header_navi_menu_tb .l_header_SP_Navigation_menu .menu_close_btn ._text {
  color: #f16477;
  font-size: 12px;
}

@media (max-width: 940px) {
  .l_header .header_navi_menu_tb .l_header_SP_Navigation_menu_inner {
    height: 100vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .l_header .header_navi_menu_tb .l_header_SP_Navigation_menu_inner > ul {
    border-top: 4px double #D1CFCF;
    border-bottom: 4px double #D1CFCF;
  }
}

.l_header.is_fixed .l_header_SP_Navigation_menu {
  padding: 10px 0;
  background-color: #fff;
  border: 1px solid #fff;
}

@media (max-width: 940px) {
  .l_header.is_fixed .l_header_SP_Navigation_menu {
    display: none !important;
  }
}

.l_header.is_fixed .l_header_SP_Navigation_menu li a {
  height: 40px;
}

@media (max-width: 1330px) {
  .l_header.is_fixed .l_header_SP_Navigation_menu li a span {
    font-size: 12px;
  }
}

.l_header.is_fixed .l_header_SP_Navigation_menu li a span._home {
  display: flex;
  align-items: center;
}

.l_header.is_fixed .l_header_SP_Navigation_menu li a span._home ._icon {
  width: 14px;
  height: auto;
}

.l_header .header_top_3menu {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
}

@media (max-width: 640px) {
  .l_header .header_top_3menu {
    border-bottom: none;
  }
}

.l_header .header_top_3menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.l_header .header_top_3menu ul li {
  width: 33.2%;
  vertical-align: middle;
  min-height: 50px;
}

.l_header .header_top_3menu ul li a {
  background: #fff;
  color: #f16477;
  padding: 5px 10px;
  text-align: center;
  display: block;
  width: 100%;
  box-sizing: border-box;
  min-height: 50px;
}

@media (max-width: 380px) {
  .l_header .header_top_3menu ul li a {
    padding: 10px 5px;
  }
}

.l_header .header_top_3menu ul li a > span._text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
}

@media (max-width: 640px) {
  .l_header .header_top_3menu ul li a > span._text {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media (max-width: 430px) {
  .l_header .header_top_3menu ul li a > span._text {
    font-size: 11px;
  }
}

@media (max-width: 350px) {
  .l_header .header_top_3menu ul li a > span._text {
    font-size: 10px;
  }
}

.l_header .header_top_3menu ul li a > span._icon {
  margin-right: 8%;
}

.l_header .header_top_3menu ul li a > span.icon_access {
  max-width: 34px;
  width: 13.6%;
}

.l_header .header_top_3menu ul li a > span.icon_tel {
  max-width: 43px;
  width: 17.2%;
}

.l_header .header_top_3menu ul li:first-child a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l_header .header_top_3menu ul .contact {
  background: #bfa172;
  color: #fff;
}

@media (max-width: 480px) {
  .l_header .header_top_3menu ul .contact ._text {
    display: block;
  }
}

@media (max-width: 350px) {
  .l_header .header_top_3menu ul .contact ._text {
    padding-right: 15px;
  }
}

@media (max-width: 780px) {
  .l_header .header_top_3menu ul .contact ._text ._sp {
    display: inline-block;
  }
}

.l_header .is_active {
  display: block;
}

@media (max-width: 940px) {
  body.is_spMenuOpen::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(112, 112, 112, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }
}

@media (max-width: 780px) {
  body.is_spMenuOpen {
    height: 100%;
    overflow: hidden;
  }
}

.l_fixed_header {
  display: none;
}

.l_fixed_header.is_fixed {
  transition: all 0.2s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
}

.l_fixed_header.is_fixed .l_header_navigation .l_header_navigationInner .menu_btn_area {
  width: 50px;
  height: 50px;
}

.l_fixed_header.is_fixed .header_top_3menu ul li:nth-child(1) {
  width: calc(33.3333% - 17px);
}

.l_fixed_header.is_fixed .header_top_3menu ul li:nth-child(2) {
  width: calc(33.333% - 17px);
}

.l_fixed_header.is_fixed .header_top_3menu ul li:nth-child(3) {
  width: calc(33.333% - 16px);
}

.l_fixed_header.is_fixed .header_top_3menu ul li:nth-child(4) {
  width: 50px;
}

@media (max-width: 940px) {
  body.is_active .l_header_notice {
    top: 50px;
  }
}

.l_header_notice {
  background: #c27358;
  width: 100%;
  transition: opacity 0.4s;
}

.is_fixed .l_header_notice {
  display: none;
}

@media (max-width: 940px) {
  .is_active .l_header_notice, .is_active.is_spMenuOpen .l_header_notice {
    height: 0;
    opacity: 0;
    pointer-events: none;
  }
  .is_spMenuOpen .l_header_notice {
    opacity: 0.4;
  }
}

.l_header_notice .l_header_notice_inner {
  width: 100%;
  max-width: 980px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

@media (max-width: 900px) {
  .l_header_notice .l_header_notice_inner {
    position: relative;
  }
}

.l_header_notice .l_header_notice_inner .l_header_notice_inner_text {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
}

@media (max-width: 900px) {
  .l_header_notice .l_header_notice_inner .l_header_notice_inner_text {
    width: 100%;
    display: block;
  }
}

.l_header_notice .l_header_notice_inner .l_header_notice_inner_text > p {
  text-align: center;
}
.l_header_notice .l_header_notice_inner .l_header_notice_inner_text > ul {
  display: flex;
  margin-left: 25px;
}
.l_header_notice .l_header_notice_inner .l_header_notice_inner_text .hd_li {
      display: flex;
      color:#c27358;
      padding:7px 15px;
      background-color:#fff;
      font-weight: bold;
      justify-content: center;
      margin-right: 10px;
      font-size:14px;
}
.l_header_notice .l_header_notice_inner .l_header_notice_inner_text .hd_li:last-of-type{
  margin-right: 0;
}

@media (max-width: 900px) {
  .l_header_notice .l_header_notice_inner .l_header_notice_inner_text > p {
    padding-right: 0px;
    text-align: center;
    margin-bottom: 10px;
  }
  .l_header_notice .l_header_notice_inner .l_header_notice_inner_text > ul {
    display: flex;
    justify-content: center;
    margin-left: 0px;
  }
}

.l_header_notice .l_header_notice_inner .l_header_notice_inner_text > p._text {
  flex-shrink: 0;
  text-align: center;
}

.l_header_notice .l_header_notice_inner .l_header_notice_inner_text > p._text a {
  color: #F80202;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}

.l_header_notice .l_header_notice_inner .l_header_notice_inner_text > p._text a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  margin-top: -2px;
  margin-left: 5px;
  border-top: 1px solid #F80202;
  border-right: 1px solid #F80202;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.l_header_notice .l_header_notice_inner .l_header_notice_inner_text > p._text a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .l_header_notice .l_header_notice_inner .l_header_notice_inner_text > p._text {
    margin-left: 0;
    text-align: center;
    line-height: 1.5;
    position: relative;
  }
  .l_header_notice .l_header_notice_inner .l_header_notice_inner_text > p._text::before{
    content: '';
    position: absolute;
    width: 2.5px;
    height: 15px;
    transform: rotate(-30deg);
    left: 65px;
    top: 4px;
    background-color: #fff;
    border-radius: 10px;
  }
  .l_header_notice .l_header_notice_inner .l_header_notice_inner_text > p._text::after{
    content: '';
    position: absolute;
    width: 2.5px;
    height: 15px;
    transform: rotate(30deg);
    right: 65px;
    top: 4px;
    background-color: #fff;
    border-radius: 10px;
  }
  .l_header_notice .l_header_notice_inner .l_header_notice_inner_text > p._text a {
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  .l_header_notice .l_header_notice_inner .l_header_notice_inner_text > p._text {
    margin-left: 0;
  }
  .l_header_notice .l_header_notice_inner .l_header_notice_inner_text > p._text a {
    font-size: 12px;
  }
}

.l_header_notice .l_header_notice_inner .l_header_notice_modified {
  font-size: 12px;
  display: inline-block;
}

@media (max-width: 320px) {
  .l_header_notice .l_header_notice_inner .l_header_notice_modified {
    font-size: 10px;
  }
}

.l_header_notice .l_header_notice_inner .l_header_notice_inner_btn {
  font-size: 14px;
  width: 144px;
  vertical-align: middle;
  text-align: right;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .l_header_notice .l_header_notice_inner .l_header_notice_inner_btn {
    width: auto;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
  }
}

.l_header_notice .l_header_notice_inner .l_header_notice_inner_btn .notice_btn {
  display: inline-block;
  color: #fff;
  background-color: #F16477;
  line-height: 1.8;
  padding: 5px 15px 5px 30px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}

@media (max-width: 900px) {
  .l_header_notice .l_header_notice_inner .l_header_notice_inner_btn .notice_btn {
    width: 30px;
    height: 30px;
    text-indent: 100%;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
  }
}

.l_header_notice .l_header_notice_inner .l_header_notice_inner_btn .notice_btn:before, .l_header_notice .l_header_notice_inner .l_header_notice_inner_btn .notice_btn:after {
  content: '';
  display: block;
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -1px;
}

@media (max-width: 900px) {
  .l_header_notice .l_header_notice_inner .l_header_notice_inner_btn .notice_btn:before, .l_header_notice .l_header_notice_inner .l_header_notice_inner_btn .notice_btn:after {
    left: 50%;
    margin-left: -8px;
  }
}

.l_header_notice .l_header_notice_inner .l_header_notice_inner_btn .notice_btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l_header_notice .l_header_notice_inner .l_header_notice_inner_btn .notice_btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l_header_navi_sub {
  display: none;
}

@media (min-width: 941px) {
  .l_header_navi_sub {
    background: white;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 11;
    padding: 5px 0 5px;
    box-shadow: 0 5px 5px rgba(102, 102, 102, 0.2);
  }
}

@media (min-width: 941px) {
  .l_header_navi_sub.is_category_medical .l_header_navi_sub_inner {
    box-sizing: content-box;
  }
}

@media (max-width: 940px) {
  .l_header_navi_sub.is_category_medical .l_header_navi_sub_inner {
    padding-bottom: 20px;
  }
}

.l_header_navi_sub.is_category_medical .l_header_main_menu {
  display: flex;
  justify-content: center;
  max-width: 80%;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .l_header_navi_sub.is_category_medical .l_header_main_menu {
    max-width: 100%;
  }
}

@media (max-width: 940px) {
  .l_header_navi_sub.is_category_medical .l_header_main_menu {
    display: block;
    padding-left: 3em;
  }
}

.l_header_navi_sub.is_category_medical .l_header_main_menu_item + .l_header_main_menu_item {
  margin-left: 1rem;
}

.l_header_navi_sub.is_category_medical .l_header_main_menu_item:last-child .l_header_main_menu_btn:after {
  display: none;
}

@media (max-width: 940px) {
  .l_header_navi_sub.is_category_medical .l_header_main_menu_item {
    width: 100%;
  }
  .l_header_navi_sub.is_category_medical .l_header_main_menu_item + .l_header_main_menu_item {
    margin-top: 20px;
    margin-left: 0;
  }
}

.l_header_navi_sub.is_category_medical .l_header_main_menu_btn {
  font-size: 14px;
  display: flex;
  align-items: center;
}

@media (max-width: 1200px) {
  .l_header_navi_sub.is_category_medical .l_header_main_menu_btn {
    font-size: 12px;
  }
}

@media (min-width: 941px) {
  .l_header_navi_sub.is_category_medical .l_header_main_menu_btn:after {
    content: "｜";
    display: inline-block;
    margin: 0 1rem;
  }
}

@media (max-width: 940px) {
  .l_header_navi_sub.is_category_medical .l_header_main_menu_btn {
    font-size: 14px;
  }
}

@media (max-width: 940px) {
  .l_header_navi_item {
    position: relative;
  }
  .l_header_navi_item a {
    height: auto;
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    line-height: 1.58;
  }
}

@media (max-width: 940px) and (max-width: 940px) {
  .l_header_navi_item.is_submenu > a {
    pointer-events: none;
  }
}

@media (max-width: 940px) {
  .l_header_navi_item.is_submenu:before {
    content: "";
    display: block;
    background: #000;
    position: absolute;
    top: 20px;
    transition: 0.3s;
    width: 1px;
    height: 13px;
    margin-top: -9px;
    right: calc(1rem + 9px);
  }
  .l_header_navi_item.is_submenu:after {
    content: "";
    display: block;
    background: #000;
    position: absolute;
    top: 21px;
    transition: 0.3s;
    width: 13px;
    height: 1px;
    margin-top: -4px;
    right: calc(1rem + 3px);
    transition: 0.3s;
  }
}

@media (min-width: 941px) {
  .l_header_navi_item.is_active .l_header_navi_sub {
    display: block !important;
    -webkit-animation: fade_in 0.3s cubic-bezier(0, 0, 0.58, 1) both;
            animation: fade_in 0.3s cubic-bezier(0, 0, 0.58, 1) both;
  }
}

.l_header_navi_item.is_active_sp.is_submenu::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.l_header_navi_item.is_active_sp.is_submenu::after {
  opacity: 0;
}

@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ===================================================================

   ▼ l_wrapper

=================================================================== */
.is_spMenuOpen .l_wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}

.main_content {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 0;
  position: relative;
}

@media (max-width: 640px) {
  .main_content {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}

.main_content .main_right_area {
  width: auto;
}

@media (max-width: 940px) {
  .main_content .main_right_area {
    /* margin-top: 160px; */
  }
}

/* ===================================================================

   ▼ l_main

=================================================================== */
.l_main {
  position: relative;
}

/* ===================================================================

   ▼ l_section

=================================================================== */
.l_section {
  padding: 5rem 0 6rem;
}

@media (max-width: 768px) {
  .l_section {
    padding: 2.5rem 0;
  }
}

.l_section.is-bgG {
  background-color: #F4F4F4 !important;
}

.l_section.is-imgBg {
  position: relative;
}

.l_section.is-imgBg::before {
  content: '';
  position: absolute;
  background-image: url("/artmake/images/top/bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 100%;
  height: 100%;
}

.l_section.is-pink {
  background-color: #FEE8EA;
}

/* ===================================================================

   ▼ l_inner

=================================================================== */
.l_inner {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .l_inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

/* ==========================================================
 休診日等のお知らせ
========================================================== */
.md_caution {
  border: solid 2px #ff0000;
  padding: 30px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.8em;
}

.md_caution_wrap {
  padding: 0 30px 30px;
}

.md_caution strong {
  display: block;
  font-weight: bold;
  font-size: 24px;
  color: #ff0000;
  margin-bottom: 25px;
  line-height: 1.56;
}

.md_caution a {
  text-decoration: underline;
}

.md_caution a:hover {
  text-decoration: none;
}

.md_caution.is_mt {
  margin-top: 30px;
}

.md_caution.is_mb {
  margin-bottom: 30px;
}

.md_caution.is_title_only {
  display: block;
  font-weight: bold;
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .md_caution {
    padding: 20px;
    font-size: 14px;
  }
  .md_caution_wrap {
    padding: 20px 20px 0;
  }
  .md_caution strong {
    font-size: 18px;
  }
  .md_caution.is_title_only {
    line-height: 1.4em;
  }
}

.fi_inner {
  padding-left: 20px;
  padding-right: 20px;
}

.fi_btn_link {
  background: url("/artmake/images/common/arrow_right_gray.png") left 3px no-repeat;
  padding-left: 15px;
  font-size: 14px;
  text-align: left;
  display: inline-block;
}

.fi_btn_link.is_bold {
  font-weight: bold;
}

.fi_text_type1 {
  font-size: 14px;
  line-height: 1.4;
}

/* ===================================================================

   ▼ l_footer

=================================================================== */
@media (max-width: 640px) {
  .l_footer {
    padding-bottom: 66px;
  }
}

.uq_ft_cv_btn {
  display: none;
}

@media (max-width: 640px) {
  .uq_ft_cv_btn {
    display: block;
    width: 100%;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    bottom: 0;
    z-index: 9999999;
  }
  .uq_ft_cv_btn .is_text {
    max-width: 80%;
    margin: 0 auto;
  }
  .uq_ft_cv_btn .is_text a {
    color: #fff;
    display: block;
    text-align: center;
    position: relative;
    padding: 13px 20px;
    box-sizing: border-box;
    letter-spacing: 1px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(top, #f27485 0%, #f26d7f 49%, #f16477 50%, #f16477);
  }
  .uq_ft_cv_btn .is_text a::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
  }
}

.l_footer_contact {
  font-family: "Hiragino Mincho Pro", 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 20px;
  background: #FEE8EA;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  line-height: 1.8;
  border-top: 1px solid #FEE8EA;
  border-bottom: 1px solid #FEE8EA;
}

.l_footer_contact a span {
  background-image: url(/artmake/images/common/icon_mail.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 21px;
  padding-left: 25px;
}

.l_footer_contact .md_btn_contact {
  display: inline-block;
}

@media (max-width: 940px) {
  .l_footer_contact {
    border-top: none;
  }
}

@media (max-width: 640px) {
  .l_footer_contact {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
  }
}

@media (max-width: 350px) {
  .l_footer_contact ._text {
    font-size: 13px;
  }
}

.l_footer_copyright {
  text-align: center;
  color: #333;
  font-size: 13px;
  margin-top: 20px;
  border-top: 1px solid #b5b5b5;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .l_footer_copyright {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .l_footer_copyright {
    font-size: 10px;
  }
}

.l_footer_infomation .l_footer_infomation_inner {
  text-align: center;
  font-size: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.l_footer_infomation .l_footer_infomation_inner ._list {
  width: 270px;
  margin-right: 5%;
}

@media (max-width: 950px) {
  .l_footer_infomation .l_footer_infomation_inner ._list {
    margin-right: 0;
  }
}

.l_footer_infomation .l_footer_infomation_inner ._list:last-child {
  margin-right: 0;
}

.l_footer_infomation .l_footer_infomation_inner ._list ._title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-align: left;
}

.l_footer_infomation .l_footer_infomation_inner ._list._list1 {
  text-align: left;
}

@media (max-width: 850px) {
  .l_footer_infomation .l_footer_infomation_inner ._list._list1 {
    width: 49%;
  }
}

@media (max-width: 580px) {
  .l_footer_infomation .l_footer_infomation_inner ._list._list1 {
    width: 100%;
  }
}

.l_footer_infomation .l_footer_infomation_inner ._list._list1 .fi_btn_link {
  margin-top: 20px;
}

.l_footer_infomation .l_footer_infomation_inner ._list._list1 ._image {
  max-width: 219px;
}

@media (max-width: 580px) {
  .l_footer_infomation .l_footer_infomation_inner ._list._list1 ._image {
    max-width: 100%;
  }
}

@media (max-width: 850px) {
  .l_footer_infomation .l_footer_infomation_inner ._list._list2 {
    width: 49%;
  }
}

@media (max-width: 580px) {
  .l_footer_infomation .l_footer_infomation_inner ._list._list2 {
    width: 100%;
    margin-top: 50px;
  }
}

.l_footer_infomation .l_footer_infomation_inner ._list._list2 ul {
  border-bottom: 1px solid #f3abb4;
}

.l_footer_infomation .l_footer_infomation_inner ._list._list2 ul li {
  border-top: 1px solid #f3abb4;
  font-size: 0;
  display: flex;
  height: 60px;
}

.l_footer_infomation .l_footer_infomation_inner ._list._list2 ul li ._date,
.l_footer_infomation .l_footer_infomation_inner ._list._list2 ul li ._time {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.8;
}

.l_footer_infomation .l_footer_infomation_inner ._list._list2 ul li ._date {
  display: flex;
  align-items: center;
  width: 100px;
  border-right: 1px solid #f3abb4;
  flex-shrink: 0;
  background: #fee8ea;
  text-align: left;
  justify-content: center;
  font-weight: bold;
}

.l_footer_infomation .l_footer_infomation_inner ._list._list2 ul li ._time {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.l_footer_infomation .l_footer_infomation_inner ._list._list2 .fi_text_type1 {
  margin-top: 20px;
  text-align: left;
}

@media (max-width: 850px) {
  .l_footer_infomation .l_footer_infomation_inner ._list._list3 {
    width: 100%;
    margin-top: 50px;
  }
}

.l_footer_infomation .l_footer_infomation_inner ._list._list3 .fi_text_type1 {
  text-align: left;
}

.l_footer_infomation .l_footer_infomation_inner ._list._list3 ul {
  margin-top: 20px;
  text-align: left;
}

@media (max-width: 850px) {
  .l_footer_infomation .l_footer_infomation_inner ._list._list3 ul {
    margin-top: 0px;
  }
}

.l_footer_infomation .l_footer_infomation_inner ._list._list3 ul li {
  margin-top: 15px;
  line-height: 1.4;
}

@media (max-width: 850px) {
  .l_footer_infomation .l_footer_infomation_inner ._list._list3 ul li {
    margin-right: 50px;
  }
}

@media (max-width: 370px) {
  .l_footer_infomation .l_footer_infomation_inner ._list._list3 ul li {
    width: 100%;
    margin-right: 0;
  }
}

.l_footer_infomation .l_footer_infomation_inner ._list._list3 ul li:first-child {
  margin-top: 0;
}

@media (max-width: 520px) {
  .l_footer_infomation .l_footer_infomation_inner ._list._list3 ul li:first-child {
    margin-top: 20px;
  }
}

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

@media (max-width: 640px) {
  .l_footer_subNavigation ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .l_footer_subNavigation ul li {
    margin-left: 0;
  }
  .l_footer_subNavigation ul li + li {
    margin-top: 10px;
  }
}

@media (max-width: 400px) {
  .l_footer_subNavigation {
    padding: 0 20px;
  }
}

.l_footer_subNavigation ul li {
  margin-left: 20px;
}

.l_footer_subNavigation ul li:first-child {
  margin-left: 0;
}

.l_footer_subNavigation ul li.is_logo {
  background: none;
  padding-left: 0;
  width: 100%;
  max-width: 150px;
}

@media (max-width: 640px) {
  .l_footer_subNavigation ul li.is_logo {
    max-width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.l_footer_baner {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 750px) {
  .l_footer_baner {
    max-width: 600px;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.l_footer_baner a {
  display: block;
}

.l_footer_baner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.l_footer_baner ul li {
  width: 49%;
  margin-top: 10px;
}

@media (max-width: 750px) {
  .l_footer_baner ul li {
    width: 100%;
  }
}

.l_footer_baner ul li:nth-child(even) {
  margin-left: 2%;
}

@media (max-width: 750px) {
  .l_footer_baner ul li:nth-child(even) {
    margin-left: 0;
  }
}

.l_footer_relation_link {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.l_footer_relation_link ._title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.l_footer_relation_link ._lead {
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 750px) {
  .l_footer_relation_link {
    max-width: 600px;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.l_footer_relation_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  line-height: 1.4;
}

.l_footer_relation_link ul li {
  width: 49%;
  margin-bottom: 15px;
}

.l_footer_relation_link ul li:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.l_footer_relation_link ul li:nth-child(odd) {
  margin-right: 1%;
}

.l_footer_relation_link ul li:nth-child(even) {
  margin-left: 1%;
}

.google_map_link ._text {
  text-align: right;
  padding-top: 15px;
  font-size: 14px;
}

.google_map_link ._text a {
  background-image: url("/artmake/images/common/arrow_right_gray.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
  padding-bottom: 3px;
}

/* ===================================================================

   ▼ l_left_area

=================================================================== */
.l_left_area {
  font-size: 14px;
  width: 260px;
  float: left;
  padding-bottom: 80px;
}

.l_left_area .side_menu li {
  border-top: 1px solid #d8d8d8;
}

.l_left_area .side_menu li:first-child {
  border-top: none;
}

.l_left_area .side_menu li:last-child {
  border-bottom: 1px solid #d8d8d8;
}

.l_left_area .side_menu li a {
  display: block;
  padding: 20px;
}

.l_left_area .side_menu li a ._text {
  padding-left: 20px;
  font-size: 14px;
  display: inline-block;
  background: url(/artmake/images/common/arrow_right_black.png) no-repeat 7px center;
}

.l_left_area .side_middle {
  border-top: 1px;
}

.l_left_area .side_middle .md_btn_contact_small {
  padding: 15px 10px;
}

.l_left_area .side_middle .md_btn_contact_small a {
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.l_left_area .side_middle .side_navi_column {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding-left: 10px;
  padding-right: 10px;
}

.l_left_area .side_middle .side_navi_column a {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.l_left_area .side_middle .side_navi_column a span {
  display: table-cell;
  vertical-align: middle;
}

.l_left_area .side_middle .side_navi_column a span._img {
  width: 33.33%;
}

.l_left_area .side_middle .side_navi_column a span._text {
  font-size: 14px;
  padding-left: 8%;
  line-height: 1.5;
  letter-spacing: 1.5px;
}

.l_left_area .side_bottom {
  margin-top: 33px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.l_left_area .side_bottom .time_table_area {
  text-align: left;
  color: #333333;
  padding-left: 10px;
  padding-right: 10px;
}

.l_left_area .side_bottom .time_table_area .caption {
  border: 1px solid #989898;
  padding: 5px 10px;
  display: inline-block;
}

.l_left_area .side_bottom .time_table_area .time_table li {
  margin-bottom: 10px;
  display: table;
  width: 90%;
}

.l_left_area .side_bottom .time_table_area .time_table li span {
  display: table-cell;
  vertical-align: top;
}

.l_left_area .side_bottom .time_table_area .time_table li span.week {
  width: 30%;
}

.l_left_area .side_bottom .time_table_area .time_table li span.time {
  text-align: right;
}

.l_left_area .side_bottom .time_table_area .time_table li span.time .anno {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}

.l_left_area .side_bottom .time_table_area .time_table li.sunday span {
  vertical-align: middle;
}

/* ===================================================================

   ▼ l_left_area

=================================================================== */
.main_right_area {
  font-size: 14px;
  max-width: 980px;
  overflow: initial;
}

@media (max-width: 940px) {
  .main_right_area {
    margin-left: 0;
  }
}

.main_right_area .md_mainImage_outer {
  position: relative;
}

@media (max-width: 640px) {
  .main_right_area .md_mainImage_outer {
    border-bottom: none;
  }
}

.main_right_area .md_mainImage_outer .md_bread {
  border-top: none;
}

@media (max-width: 640px) {
  .main_right_area .md_mainImage_outer .md_bread {
    border-top: 1px solid #d8d8d8;
  }
}

.main_right_area .md_mainImage_outer .md_mainImage {
  height: 250px;
  display: table;
  width: 100%;
  background-position: center top;
  background-size:cover;
}

@media (max-width: 640px) {
  .main_right_area .md_mainImage_outer .md_mainImage {
    background-position: right center;
    background-size: cover;
    height: 112px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }
}

/* utility */
/* ===================================================================

▼ modifire style
（独自modifireクラスには接頭辞に「mod」を付けます。
※略さないルールですが接頭辞なので例外。）

=================================================================== */
.mod_inner_contents {
  max-width: 1240px;
}

.mod_inner_article {
  max-width: 960px;
}

.mod_inner_article_left {
  max-width: 260px;
}

.mod_innerPadding_medium {
  padding-left: 30px;
  padding-right: 30px;
}

.mintyo {
  font-family: "HG明朝B", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro",'Hiragino Mincho ProN', "ＭＳ Ｐ明朝", serif;
}

.mod_icon_arrow_right {
  background: url("/artmake/images/common/arrow_right_black.png") left 7px no-repeat;
  padding-left: 15px;
}

.mod_clearFix:after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

* html .mod_clearFix {
  zoom: 1;
}

*:first-child + html .mod_clearFix {
  zoom: 1;
}

.mod_floatLeft {
  float: left;
}

.mod_floatRight {
  float: right;
}

.mod_font_bold {
  font-weight: bold;
}

.mod_font_normal {
  font-weight: normal !important;
}

.mod_center {
  text-align: center;
}

@media (max-width: 940px) {
  .mod_center_tb {
    text-align: center;
  }
}

@media (max-width: 940px) {
  ._pc {
    display: none;
  }
}

._tb {
  display: none;
}

@media (max-width: 940px) {
  ._tb {
    display: block;
  }
}

._sp {
  display: none;
}

@media (max-width: 640px) {
  ._sp {
    display: block;
  }
}

@media (max-width: 640px) {
  ._sp_none {
    display: none;
  }
}

._ws370 {
  display: none;
}

@media (max-width: 370px) {
  ._ws370 {
    display: block;
  }
}

.mod_border_none {
  border: none !important;
}

.mod_border_top {
  border-top: 1px solid #D1CFCF;
}

.mod_display_inline_block {
  display: inline-block;
}

.mod_display_block {
  display: block;
}

.mod_margin0 {
  margin: 0 !important;
}

.mod_marginTop0 {
  margin-top: 0 !important;
}

.mod_marginTop10 {
  margin-top: 10px;
}

.mod_marginTop20 {
  margin-top: 20px;
}

.mod_marginTop30 {
  margin-top: 30px;
}

.mod_marginTop40 {
  margin-top: 40px;
}

.mod_marginTop50 {
  margin-top: 50px;
}

.mod_marginTop60 {
  margin-top: 60px;
}

.mod_marginTop70 {
  margin-top: 70px;
}

.mod_marginTop80 {
  margin-top: 80px;
}

.mod_marginTop90 {
  margin-top: 90px;
}

.mod_marginTop100 {
  margin-top: 100px;
}

.mod_marginBottom5 {
  margin-bottom: 5px;
}

.mod_marginBottom10 {
  margin-bottom: 10px;
}

.mod_marginBottom20 {
  margin-bottom: 20px;
}

.mod_marginBottom30 {
  margin-bottom: 30px;
}

.mod_marginBottom40 {
  margin-bottom: 40px;
}

.mod_marginBottom50 {
  margin-bottom: 50px;
}

.mod_marginBottom60 {
  margin-bottom: 60px;
}

.mod_marginBottom70 {
  margin-bottom: 70px;
}

.mod_marginBottom80 {
  margin-bottom: 80px;
}

.mod_marginBottom90 {
  margin-bottom: 90px;
}

.mod_marginBottom100 {
  margin-bottom: 100px;
}

.mod_paddingTop10 {
  padding-top: 10px;
}

.mod_paddingTop20 {
  padding-top: 20px;
}

.mod_paddingTop30 {
  padding-top: 30px;
}

.mod_paddingTop40 {
  padding-top: 40px;
}

.mod_paddingTop50 {
  padding-top: 50px;
}

.mod_paddingTop60 {
  padding-top: 60px;
}

.mod_paddingTop70 {
  padding-top: 70px;
}

.mod_paddingTop80 {
  padding-top: 80px;
}

.mod_paddingTop90 {
  padding-top: 90px;
}

.mod_paddingTop100 {
  padding-top: 100px;
}

.mod_sp_marginTop5 {
  margin-top: 0;
}

@media (max-width: 640px) {
  .mod_sp_marginTop5 {
    margin-top: 5px;
  }
}

.mod_rsp_marginTop10 {
  margin-top: 10px;
}

@media (max-width: 640px) {
  .mod_rsp_marginTop10 {
    margin-top: 5px;
  }
}

.mod_rsp_marginTop20 {
  margin-top: 20px;
}

@media (max-width: 640px) {
  .mod_rsp_marginTop20 {
    margin-top: 10px;
  }
}

.mod_rsp_marginTop30 {
  margin-top: 30px;
}

@media (max-width: 640px) {
  .mod_rsp_marginTop30 {
    margin-top: 15px;
  }
}

.mod_rsp_marginTop40 {
  margin-top: 40px;
}

@media (max-width: 640px) {
  .mod_rsp_marginTop40 {
    margin-top: 20px;
  }
}

.mod_rsp_marginTop50 {
  margin-top: 50px;
}

@media (max-width: 640px) {
  .mod_rsp_marginTop50 {
    margin-top: 25px;
  }
}

.mod_rsp_marginTop60 {
  margin-top: 60px;
}

@media (max-width: 640px) {
  .mod_rsp_marginTop60 {
    margin-top: 30px;
  }
}

.mod_rsp_marginTop70 {
  margin-top: 70px;
}

@media (max-width: 640px) {
  .mod_rsp_marginTop70 {
    margin-top: 35px;
  }
}

.mod_rsp_marginTop80 {
  margin-top: 80px;
}

@media (max-width: 640px) {
  .mod_rsp_marginTop80 {
    margin-top: 40px;
  }
}

.mod_rsp_marginTop90 {
  margin-top: 90px;
}

@media (max-width: 640px) {
  .mod_rsp_marginTop90 {
    margin-top: 45px;
  }
}

.mod_rsp_marginTop100 {
  margin-top: 100px;
}

@media (max-width: 640px) {
  .mod_rsp_marginTop100 {
    margin-top: 50px;
  }
}

.mod_rsp_marginTop130 {
  margin-top: 130px;
}

@media (max-width: 640px) {
  .mod_rsp_marginTop130 {
    margin-top: 65px;
  }
}

.mod_rsp_marginTop150 {
  margin-top: 150px;
}

@media (max-width: 640px) {
  .mod_rsp_marginTop150 {
    margin-top: 50px;
  }
}

.mod_rsp_paddingTop10 {
  padding-top: 10px;
}

@media (max-width: 640px) {
  .mod_rsp_paddingTop10 {
    padding-top: 5px;
  }
}

.mod_rsp_paddingTop20 {
  padding-top: 20px;
}

@media (max-width: 640px) {
  .mod_rsp_paddingTop20 {
    padding-top: 10px;
  }
}

.mod_rsp_paddingTop30 {
  padding-top: 30px;
}

@media (max-width: 640px) {
  .mod_rsp_paddingTop30 {
    padding-top: 15px;
  }
}

.mod_rsp_paddingTop40 {
  padding-top: 40px;
}

@media (max-width: 640px) {
  .mod_rsp_paddingTop40 {
    padding-top: 20px;
  }
}

.mod_rsp_paddingTop50 {
  padding-top: 50px;
}

@media (max-width: 640px) {
  .mod_rsp_paddingTop50 {
    padding-top: 25px;
  }
}

.mod_rsp_paddingTop60 {
  padding-top: 60px;
}

@media (max-width: 640px) {
  .mod_rsp_paddingTop60 {
    padding-top: 30px;
  }
}

.mod_rsp_paddingTop70 {
  padding-top: 70px;
}

@media (max-width: 640px) {
  .mod_rsp_paddingTop70 {
    padding-top: 35px;
  }
}

.mod_rsp_paddingTop80 {
  padding-top: 80px;
}

@media (max-width: 640px) {
  .mod_rsp_paddingTop80 {
    padding-top: 40px;
  }
}

.mod_rsp_paddingTop90 {
  padding-top: 90px;
}

@media (max-width: 640px) {
  .mod_rsp_paddingTop90 {
    padding-top: 45px;
  }
}

.mod_rsp_paddingTop100 {
  padding-top: 100px;
}

@media (max-width: 640px) {
  .mod_rsp_paddingTop100 {
    padding-top: 50px;
  }
}

.mod_rsp_paddingTop130 {
  padding-top: 130px;
}

@media (max-width: 640px) {
  .mod_rsp_paddingTop130 {
    padding-top: 65px;
  }
}

.mod_rsp_paddingTop150 {
  padding-top: 150px;
}

@media (max-width: 640px) {
  .mod_rsp_paddingTop150 {
    padding-top: 50px;
  }
}

.mod_rsp_paddingBottom80 {
  padding-bottom: 80px;
}

@media (max-width: 640px) {
  .mod_rsp_paddingBottom80 {
    padding-bottom: 40px;
  }
}

.mod_rsp_paddingBottom90 {
  padding-bottom: 90px;
}

@media (max-width: 640px) {
  .mod_rsp_paddingBottom90 {
    padding-bottom: 45px;
  }
}

.mod_rsp_paddingBottom100 {
  padding-bottom: 100px;
}

@media (max-width: 640px) {
  .mod_rsp_paddingBottom100 {
    padding-bottom: 50px;
  }
}

/*-----------------------------------
フォントサイズ調整
-----------------------------------*/
.fs80p {
  font-size: 0.8em !important;
}

.fs120p {
  font-size: 120% !important;
}

/* ===================================================================

▼ module style
（moduleクラスには接頭辞に「md」を付けます。
全ページで使い回す汎用的なパーツ）

=================================================================== */
.md_title_h1 {
  font-size: 34px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 9.1%;
}

@media (max-width: 640px) {
  .md_title_h1 {
    padding-left: 7%;
    font-size: 18px;
  }
}

.md_title_h1 span {
  display: inline-block;
  border-bottom: 2px solid #C27358;
  padding-bottom: 5px;
}

.md_title_h2 {
  background-color: #C27358;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  margin-top: 40px;
  margin-bottom: 40px;
  letter-spacing: 1.5px;
  position: relative;
}

.md_title_h2:before {
  position: absolute;
  content: "";
  display: block;
  bottom: -12px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 12px 0;
  border-color: transparent #F7EDE3 transparent transparent;
}

.md_title_h2 ._text {
  letter-spacing: 1.5px;
  font-size: 24px;
}

@media (max-width: 640px) {
  .md_title_h2 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .md_title_h2 ._text {
    font-size: 21px;
  }
}

.md_title_h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}

@media (max-width: 640px) {
  .md_title_h3 {
    padding-bottom: 12px;
    font-size: 18px;
  }
}

@media (max-width: 370px) {
  .md_title_h3 {
    font-size: 14px;
  }
}

.md_title_ribbon {
  background-color: #fee8ea;
  padding: 15px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 15px;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .md_title_ribbon {
    font-weight: bold;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 16px;
  }
}

@media (max-width: 370px) {
  .md_title_ribbon {
    font-size: 14px;
    padding: 10px;
  }
}

.md_title_ribbon ._text {
  font-size: 13px;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .md_title_ribbon ._text {
    font-size: 11px;
  }
}

.md_title_ribbon ._link {
  text-decoration: underline;
}

.md_title_ribbon ._link:hover {
  text-decoration: none;
}

.md_lead {
  font-size: 14px;
  line-height: 1.8;
}

.md_time_table {
  font-size: 14px;
  text-align: center;
  color: #333333;
}

@media (max-width: 460px) {
  .md_time_table {
    table-layout: fixed;
  }
}

.md_time_table tr {
  border-top: 1px solid #f3abb4;
}

.md_time_table tr:last-child {
  border-bottom: 1px solid #f3abb4;
}

.md_time_table .week {
  background: #fee8ea;
}

.md_time_table .time {
  font-size: 13px;
}

.md_time_table th, .md_time_table td {
  border-right: 1px solid #f3abb4;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 11.3%;
  line-height: 1.4;
}

.md_time_table th .is_ajast, .md_time_table td .is_ajast {
  display: none;
}

@media (max-width: 1160px) {
  .md_time_table th .is_ajast, .md_time_table td .is_ajast {
    display: inline-block;
  }
}

.md_time_table th.is_cells, .md_time_table td.is_cells {
  padding: 0;
  width: 18%;
}

.md_time_table th.is_cells span, .md_time_table td.is_cells span {
  border-right: 1px solid #f3abb4;
  padding-top: 23px;
  padding-bottom: 23px;
  display: inline-block;
  width: 47%;
  line-height: 1.4;
}

.md_time_table th.is_cells span:last-child, .md_time_table td.is_cells span:last-child {
  border-right: none;
}

@media (max-width: 460px) {
  .md_time_table th.is_cells, .md_time_table td.is_cells {
    width: 16%;
  }
}

.md_time_table th:last-child, .md_time_table td:last-child {
  border-right: none;
}

@media (max-width: 480px) {
  .md_time_table th, .md_time_table td {
    font-weight: normal;
    font-size: 12px;
  }
}

@media (max-width: 460px) {
  .md_time_table th, .md_time_table td {
    font-weight: normal;
    font-size: 8px;
  }
}

.md_time_table th.closed,
.md_time_table td.closed {
  width: 7%;
}

.md_time_table td:empty {
  background-image: url("/artmake/images/common/bg_table.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

@media (max-width: 640px) {
  .md_time_table td:empty {
    background-image: url("/artmake/images/common/sp_bg_table.png");
  }
}

.md_time_table .hour {
  width: 20%;
  min-width: 170px;
  box-sizing: border-box;
  text-align: left;
  background: #f4f4f4;
}

@media (max-width: 940px) {
  .md_time_table .hour {
    width: 10%;
    min-width: 110px;
  }
}

@media (max-width: 640px) {
  .md_time_table .hour {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 90px;
  }
}

@media (max-width: 480px) {
  .md_time_table .hour {
    font-weight: normal;
    min-width: 80px;
    font-size: 12px;
  }
}

.md_clinic_information tr {
  border-top: 1px solid #f3abb4;
}

.md_clinic_information tr:last-child {
  border-bottom: 1px solid #f3abb4;
}

.md_clinic_information td, .md_clinic_information th {
  padding: 20px;
  text-align: left;
  font-weight: normal;
}

@media (max-width: 640px) {
  .md_clinic_information td, .md_clinic_information th {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 370px) {
  .md_clinic_information td, .md_clinic_information th {
    padding: 10px;
  }
}

.md_clinic_information th {
  background: #fee8ea;
  width: 190px;
}

@media (max-width: 940px) {
  .md_clinic_information th {
    width: 150px;
  }
}

@media (max-width: 640px) {
  .md_clinic_information th {
    width: 100px;
  }
}

@media (max-width: 370px) {
  .md_clinic_information th {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
}

.md_clinic_information td {
  line-height: 1.5;
}

@media (max-width: 640px) {
  .md_clinic_information td {
    font-size: 12px;
    line-height: 1.4;
  }
}

@media (max-width: 370px) {
  .md_clinic_information td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
}

.md_clinic_information td span {
  font-size: 12px;
}

.mod_linkBox_arrow_right {
  text-align: center;
}

.mod_linkBox_arrow_right a {
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid #B5AE9F;
  border-radius: 3px;
  background: #fff;
  color: #B5AE9F;
  position: relative;
}

.mod_linkBox_arrow_right a ._text {
  display: inline-block;
  padding-right: 20px;
  font-size: 14px;
  margin-top: 0 !important;
}

.mod_linkBox_arrow_right a ._text::after {
  content: '';
  position: absolute;
  right: 10px;
  background-image: url("/artmake/images/common/arrow_right_black.svg");
  background-repeat: no-repeat;
  background-position: left center;
  width: 13px;
  height: 15px;
  transition: 0.35s;
  padding-top: 4px;
}

.mod_linkBox_arrow_right a:hover {
  opacity: .8;
}

.mod_linkBox_arrow_right a:hover ._text::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.mod_linkBox_arrow_right.is_mayu {
  text-align: left;
}

@media (max-width: 640px) {
  .mod_linkBox_arrow_right.is_mayu {
    text-align: center;
  }
  .mod_linkBox_arrow_right.is_mayu a {
    padding: 15px 25px;
  }
}

.uq_arrowBottom_pink {
  text-align: center;
}

@media (max-width: 640px) {
  .uq_arrowBottom_pink ._img {
    padding: 10px 0;
  }
}

.uq_arrowBottom_pink ._img img {
  vertical-align: top;
}

.mod_arrow_right_white ._text {
  padding-right: 20px;
  background-image: url("/artmake/images/common/arrow_right_white.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 4.8%;
}

@media (max-width: 430px) {
  .mod_arrow_right_white ._text {
    padding-right: 10px;
  }
}

.md_link_arrow {
  position: relative;
  padding-left: 15px;
}

.md_link_arrow:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/artmake/images/common/arrow_right_black.png");
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  left: 0;
  top: 0;
}

.md_artist_video {
  width: 100%;
  height: 100%;
  max-width: 560px;
  margin: 70px auto;
  text-align: center;
}

@media (max-width: 640px) {
  .md_artist_video {
    margin-bottom: 45px;
  }
}

.md_artist_video iframe {
  width: 560px;
}

@media (max-width: 640px) {
  .md_artist_video iframe {
    width: 100%;
  }
}

.md_index_mini_menu .menu_box_outer {
  border-bottom: 1px solid #ccc;
}

.md_index_mini_menu .menu_box_outer .menu_box_inner {
  width: 50%;
  line-height: 1.4;
}

.md_index_mini_menu .menu_box_outer .menu_box_inner.is_mens_mayu a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.md_index_mini_menu .menu_box_outer .menu_box_inner a {
  display: block;
  padding: 20px;
}

.md_index_mini_menu .menu_box_outer .menu_box_inner a.is_2column {
  padding: 10px 20px;
}

@media (max-width: 350px) {
  .md_index_mini_menu .menu_box_outer .menu_box_inner a {
    padding: 15px;
  }
}

@media (max-width: 350px) {
  .md_index_mini_menu .menu_box_outer .menu_box_inner a span {
    vertical-align: bottom;
  }
}

.md_index_mini_menu .menu_box_outer .menu_box_inner a span._icon {
  margin-right: 15px;
  width: 14.1%;
}

@media (max-width: 350px) {
  .md_index_mini_menu .menu_box_outer .menu_box_inner a span._icon {
    margin-right: 10px;
  }
}

.md_index_mini_menu .menu_box_outer .menu_box_inner a span._text {
  color: #030303;
  font-size: 16px;
  background: url(/artmake/images/common/arrow_right_black.png) no-repeat 7px center;
  padding-left: 25px;
}

@media (max-width: 640px) {
  .md_index_mini_menu .menu_box_outer .menu_box_inner a span._text {
    font-size: 14px;
  }
}

@media (max-width: 350px) {
  .md_index_mini_menu .menu_box_outer .menu_box_inner a span._text {
    font-size: 12px;
  }
}

.md_index_mini_menu .menu_box_outer.is_last_1column {
  border-bottom: none;
}

.md_index_mini_menu .menu_box_outer.is_last_1column .menu_box_inner {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.md_pageTop {
  text-align: right;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 12px;
}

@media (max-width: 640px) {
  .md_pageTop {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
  }
}

.md_pageTop a {
  display: inline-block;
  padding: 10px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
}

.md_pageTop a ._text {
  padding-left: 20px;
  background-image: url("/artmake/images/common/arrow_top_black.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.md_pageTop a:hover {
  text-decoration: underline;
}

.md_bread {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .md_bread {
    position: static;
    margin-top: 40px;
    margin-bottom: 0;
    margin-right: -4vw;
    margin-left: -4vw;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.md_bread span {
  color: #333333;
}

@media (min-width: 769px) {
  .md_bread a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 640px) {
  .md_bread:not(.is-visible--sp) {
    display: none;
  }
}

@media (min-width: 641px) {
  .md_bread.is-visible--sp {
    display: none;
  }
}

.md_access_map_s {
  text-align: left;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.md_access_map_s ._img {
  padding-top: 20px;
}

.md_access_map_s ._text {
  line-height: 1.4;
}

.md_btn_contact_area {
  background: #fee8ea;
  padding: 20px;
  text-align: center;
}

.md_btn_contact_area ._lead {
  font-size: 15px;
  margin-bottom: 10px;
}

@media (max-width: 350px) {
  .md_btn_contact_area ._lead {
    font-size: 13px;
  }
}

.md_btn_contact a {
  line-height: 1.8;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 20px;
  border: 1px solid #F16477;
  background-color: #fff;
}

.md_btn_contact a span {
  color: #F16477;
}

@media (max-width: 640px) {
  .md_btn_contact a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }
}

.md_btn_contact_small a {
  padding: 10px 13px;
  border: 1px solid #F16477;
  border-radius: 5px;
  font-size: 14px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2bd9d+22,bfa072+65,bfa072+100 */
}

.md_btn_contact_small a span {
  background-image: url(/artmake/images/common/icon_mail.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 21px;
  padding-left: 25px;
}

.md_btn_contact_small a span {
  color: #F16477 !important;
}

.md_btn_contact_tel a {
  padding: 10px 13px;
  border: 1px solid #333;
  border-radius: 5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2bd9d+22,bfa072+65,bfa072+100 */
}

.md_btn_contact_tel a span {
  background-image: url(/artmake/images/common/icon_tel.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 21px;
  padding-left: 25px;
}

.md_btn_contact_tel a span {
  color: #333 !important;
}

.md_btn_more {
  text-align: left;
  padding: 20px 10px;
}

.md_btn_more ._text {
  background-image: url("/artmake/images/common/arrow_right_black.png");
  background-position: left 3px;
  background-repeat: no-repeat;
  padding-left: 13px;
}

.mod_pdf_print {
  text-align: center;
}

.mod_pdf_print a {
  padding: 10px 70px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 5px;
}

.mod_pdf_print a ._text {
  background-image: url("/artmake/images/common/icon_pdf.png");
  background-position: left 3px;
  background-repeat: no-repeat;
  padding-left: 35px;
  padding-top: 8px;
  padding-bottom: 10px;
}

.md_blog_bnrBtn {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ccc;
  width: 100%;
}

.md_footer_bannerLink {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.md_btn_womenshealth {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #f3abb4;
  border-bottom: 4px solid #b9b9b9;
}

.md_btn_womenshealth a {
  padding: 14px 12px 14px 35px;
  display: block;
  background-repeat: no-repeat;
  background-position: 4.5% center;
  background-size: 26px;
  text-align: left;
  white-space: nowrap;
  color: #fff;
  line-height: 1.2;
}

@media (max-width: 980px) {
  .md_btn_womenshealth a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.md_btn_womenshealth a:hover {
  opacity: 0.7;
}

.md_border_bottom_gr {
  border-bottom: 1px solid #d8d8d8;
}

.md_border_top_gr {
  border-top: 1px solid #d8d8d8;
}

.md_border_top_pink {
  border-top: 1px solid #f3abb4;
}

.md_border_top_grDot {
  border-top: 1px dotted #9c9c9c;
}

.md_border_right {
  border-right: 1px solid #ccc;
}

.md_border_left {
  border-left: 1px solid #ccc;
}

.md_bg_gr {
  background-color: #eeeeee;
}

.md_bg_gr_f4 {
  background-color: #f4f4f4;
}

.md_font_pink {
  color: #f16477;
}

.md_pinkBalloon_box {
  padding: 10px 60px 15px;
  background: #f0949f;
  position: relative;
  text-align: center;
}

.md_pinkBalloon_box ._text {
  color: #fff;
  font-size: 16px;
}

.md_pinkBalloon_box ._img {
  position: absolute;
  left: 46%;
  bottom: -9px;
}

.md_icon_list {
  padding-left: 10px;
  margin-top: 10px;
}

@media (max-width: 640px) {
  .md_icon_list {
    padding-left: 5px;
  }
}

.md_icon_list.is_paddingLeft_0 {
  padding-left: 0;
}

.md_icon_list li {
  line-height: 1.8;
  font-size: 0;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
}

.md_icon_list li ._icon {
  font-size: 13px;
  color: #f97e8f;
  font-size: 13px;
  margin-right: 5px;
}

.md_caution_list ._dot {
  position: relative;
  padding-left: 20px;
}

.md_caution_list ._dot:before {
  content: "●";
  font-size: 12px;
  color: #f97e8f;
  position: absolute;
  left: 0;
  top: 0;
}

.md_caution_list ._contents {
  display: flex;
}

@media (max-width: 640px) {
  .md_caution_list ._contents.is_wide {
    display: inline-block;
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) and (max-width: 640px) {
  .md_caution_list ._contents.is_wide ._text {
    margin-top: 5px;
  }
}

.md_caution_list ._header {
  width: 70px;
  position: relative;
  padding-right: 30px;
}

.md_caution_list ._header:after {
  content: ":";
  position: absolute;
  right: 10px;
  top: 0;
}

.mod_caution_text {
  font-size: 22px;
  margin-bottom: 30px;
  color: #f00;
  border: solid 2px #ff0000;
  padding: 25px;
  text-align: center;
  margin-top: 20px;
  background-color: #FFF;
  line-height: 1.56;
}

@media (max-width: 640px) {
  .mod_caution_text {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    padding: 10px;
  }
}

.m_title-jp,
.m_title-en {
  text-align: center;
}

.m_title-jp {
  font-size: 26px;
  letter-spacing: 1.56px;
}

@media (max-width: 750px) {
  .m_title-jp {
    font-size: 24px;
  }
}

.m_title-en {
  margin-top: 1rem;
  display: block;
  color: #F16477;
  font-family: "Hiragino Mincho Pro", 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 18px;
  letter-spacing: 3.6px;
}

@media (max-width: 750px) {
  .m_title-en {
    font-size: 16px;
  }
}

.m_title-border {
  font-size: 16px;
  text-align: center;
  color: #B5AE9F;
  border-top: 1px solid #B5AE9F;
  border-bottom: 1px solid #B5AE9F;
  padding: 0.5rem 0;
}

.m_lead-title {
  font-size: 22px;
  letter-spacing: 4.8px;
  line-height: 1.75;
  text-align: center;
}

@media (max-width: 750px) {
  .m_lead-title {
    font-size: 20px;
  }
}

.m_lead {
  font-size: 16px;
  letter-spacing: 2.8px;
  line-height: 1.95;
  font-weight: 300;
  margin-top: 3rem;
}

.m_lead p:not(:first-child) {
  margin-top: 1.8rem;
}

.m_lead__small {
  font-size: 14px;
}

.m_lead-txt {
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.95;
  font-weight: 300;
  margin-top: 3rem;
}

.m_lead-txt p:not(:first-child) {
  margin-top: 1.8rem;
}

@media (max-width: 750px) {
  .m_lead-txt {
    font-size: 15px;
  }
}

.m_lead-txt.is-center {
  text-align: center;
}

@media (max-width: 750px) {
  .m_lead-txt.is-center {
    text-align: left;
  }
}

.m_medicalArtmake {
  margin-top: 2rem;
  position: relative;
  width: 100%;
  height: 369px;
  max-height: 369px;
}

@media (max-width: 750px) {
  .m_medicalArtmake {
    height: 35rem;
    max-height: 35rem;
  }
}

.m_medicalArtmake-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 750px) {
  .m_medicalArtmake-bg {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.m_medicalArtmake-bg img {
  width: 100%;
  height: 369px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 750px) {
  .m_medicalArtmake-bg img {
    height: 35rem;
  }
}

.m_medicalArtmake-title {
  position: absolute;
  top: 3rem;
  left: 2rem;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.75;
}

@media (max-width: 916px) {
  .m_medicalArtmake-title {
    font-size: 16px;
  }
}

@media (max-width: 750px) {
  .m_medicalArtmake-title {
    display: none;
  }
}

.m_medicalArtmake-title-sp {
  display: none;
}

@media (max-width: 750px) {
  .m_medicalArtmake-title-sp {
    display: block;
    font-size: 16px;
    font-family: "Hiragino Mincho Pro", 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    letter-spacing: 1px;
    line-height: 1.75;
    text-align: center;
    margin: 4rem auto;
  }
}

.m_medicalArtmake-btn {
  position: relative;
}

@media (max-width: 750px) {
  .m_medicalArtmake-btn {
    position: absolute;
    right: 1rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}

.m_medicalArtmake-btn .mod_linkBox_arrow_right a {
  min-width: 136px;
  font-size: 18px;
}

@media (max-width: 750px) {
  .m_medicalArtmake-btn .mod_linkBox_arrow_right a {
    min-width: 96px;
    font-size: 16px;
  }
}

.m_medicalArtmake-btn .is-right {
  position: absolute;
  right: 14%;
  top: 1rem;
}

.m_medicalArtmake-btn .is-right li {
  background: #ddd;
}

.m_medicalArtmake-btn .is-right .mod_linkBox_inline_b {
  text-align: right;
}

.m_medicalArtmake-btn .is-right .mod_linkBox_inline_b a {
  text-align: center;
}

@media (max-width: 1040px) {
  .m_medicalArtmake-btn .is-right {
    right: 12%;
  }
}

@media (max-width: 940px) {
  .m_medicalArtmake-btn .is-right {
    right: 10%;
  }
}

@media (max-width: 750px) {
  .m_medicalArtmake-btn .is-right {
    position: initial;
  }
}

.m_medicalArtmake-btn .is-left {
  position: absolute;
  left: 14%;
  top: 10rem;
}

.m_medicalArtmake-btn .is-left li {
  background: #ddd;
}

@media (max-width: 1040px) {
  .m_medicalArtmake-btn .is-left {
    left: 10%;
  }
}

@media (max-width: 940px) {
  .m_medicalArtmake-btn .is-left {
    left: 2rem;
  }
}

@media (max-width: 750px) {
  .m_medicalArtmake-btn .is-left {
    position: initial;
  }
}

.m_medicalArtmake_bottom {
  position: relative;
}

.m_medicalArtmake_bottom-bg {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 750px) {
  .m_medicalArtmake_bottom-bg {
    position: relative;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.m_medicalArtmake_bottom-bg img {
  min-height: 85px;
}

@media (max-width: 750px) {
  .m_medicalArtmake_bottom-bg img {
    height: 224px;
  }
}

.m_medicalArtmake_bottom-btn {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 85px;
}

@media (max-width: 750px) {
  .m_medicalArtmake_bottom-btn {
    position: absolute;
    top: 0;
    left: 0;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
  }
}

.m_medicalArtmake_bottom-btn p {
  font-size: 15px;
  line-height: 1.75;
}

@media (max-width: 750px) {
  .m_medicalArtmake_bottom-btn p {
    margin-bottom: 2rem;
  }
}

.m_medicalArtmake_bottom-btn p .is-spI {
  display: none;
}

@media (max-width: 843px) {
  .m_medicalArtmake_bottom-btn p .is-spI {
    display: inline;
  }
}

.m_case__wrap {
  margin-top: 1rem;
}

.m_case__inner {
  padding: 2rem;
}

@media (max-width: 750px) {
  .m_case__inner {
    padding: 0;
  }
}

.m_case__box {
  width: 100%;
  display: flex;
}

@media (max-width: 750px) {
  .m_case__box {
    flex-flow: column;
    justify-content: space-between;
  }
}

.m_case__item {
  width: 33%;
  margin-left: 3%;
}

.m_case__item:first-child {
  margin-left: 0;
}

@media (max-width: 750px) {
  .m_case__item {
    width: 100%;
    margin-left: 0;
  }
}

.m_case--ttl {
  text-align: center;
}

@media (max-width: 750px) {
  .m_case--ttl {
    padding-top: 1rem;
  }
}

.m_case--ttl-main {
  font-size: 20px;
}

@media (max-width: 750px) {
  .m_case--ttl-main {
    font-size: 18px;
  }
}

.m_case--ttl-sub {
  padding: 1rem 0;
  font-size: 16px;
}

@media (max-width: 830px) {
  .m_case--ttl-sub {
    font-size: 14px;
  }
}

@media (max-width: 750px) {
  .m_case--img {
    width: 100%;
    display: flex;
  }
  .m_case--img-box {
    width: 40%;
  }
}

.m_case--txt {
  display: none;
}

@media (max-width: 750px) {
  .m_case--txt {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 0.5rem 0;
  }
}

.m_case--txt.is-pink {
  color: #F16477;
}

.m_case--txt.is-blue {
  color: #61B1EE;
}

.m_case--arrow {
  text-align: center;
  padding: 1rem 0;
  position: relative;
}

@media (max-width: 750px) {
  .m_case--arrow {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.m_case--arrow::before, .m_case--arrow::after {
  content: "";
  border-style: solid;
  border-color: #aaa transparent transparent transparent;
  border-width: 10px;
  position: absolute;
  top: 37%;
  height: 0px;
  width: 0px;
}

@media (max-width: 750px) {
  .m_case--arrow::before, .m_case--arrow::after {
    border-width: 1rem;
  }
}

.m_case--arrow::before {
  left: 26%;
}

@media (max-width: 750px) {
  .m_case--arrow::before {
    content: none;
  }
}

.m_case--arrow::after {
  right: 26%;
}

@media (max-width: 750px) {
  .m_case--arrow::after {
    position: unset;
    margin-left: 1.2rem;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-bottom: 1.7rem;
  }
}

@media (max-width: 750px) {
  .m_case--arrow {
    width: 20%;
  }
}

.m_case--arrow.is-pink {
  color: #F16477;
}

.m_case--arrow.is-pink::before, .m_case--arrow.is-pink::after {
  border-color: #F16477 transparent transparent transparent;
}

.m_case--arrow.is-blue {
  color: #61B1EE;
}

.m_case--arrow.is-blue::before, .m_case--arrow.is-blue::after {
  border-color: #61B1EE transparent transparent transparent;
}

@media (max-width: 750px) {
  .m_case--arrow p {
    display: none;
  }
}

.m_concept {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.m_concept__wrap {
  margin-top: 2rem;
}

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

@media (max-width: 750px) {
  .m_concept__inner {
    flex-flow: column;
  }
}

.m_concept__box {
  width: 47%;
}

.m_concept__box + .m_concept__box {
  width: 53%;
  padding-left: 2%;
}

@media (max-width: 750px) {
  .m_concept__box {
    width: 100%;
  }
  .m_concept__box + .m_concept__box {
    width: 100%;
    padding-top: 2rem;
    padding-left: 0;
  }
}

.m_concept__box__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.m_concept__img {
  max-width: 373px;
}

@media (max-width: 750px) {
  .m_concept__img {
    max-width: 100%;
  }
}

.m_concept__list {
  width: 100%;
  height: 100%;
}

.m_concept__list--card {
  display: flex;
  flex-flow: column;
  justify-content: center;
  background-color: #fff;
  box-shadow: 6px 6px 15px #0000000D;
  padding: 2rem;
  height: 100%;
}

.m_concept__list ul {
  padding-left: 20px;
  text-indent: -12px;
  list-style-type: disc;
  list-style-position: inside;
}

.m_concept__list ul li {
  font-family: "Hiragino Mincho Pro", 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 16px;
  padding-bottom: 1.5rem;
  line-height: 1.45;
}

@media (max-width: 925px) {
  .m_concept__list ul li {
    font-size: 14px;
  }
}

@media (max-width: 750px) {
  .m_concept__list ul li {
    font-size: 15px;
  }
}

.m_concept__list ul li:last-child {
  padding-bottom: 0;
}

.m_concept__list ul li::before {
  content: '';
  position: relative;
  top: -2px;
  left: -18px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #B5AE9F;
}

.m_p_underLineBold {
  font-weight: bold;
  padding-bottom: 2px;
  display: inline-block;
  padding-left: 0.8rem;
  position: relative;
}

.m_p_underLineBold::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #F16477;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 751px) {
  .m_p_underLineBold::after {
    transition: all 0.4s;
  }
  .m_p_underLineBold:hover::after {
    opacity: 0;
  }
}

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

@media (max-width: 750px) {
  .m_artist__inner {
    flex-flow: column;
  }
}

@media (min-width: 751px) {
  .m_artist__box {
    width: 450px;
    margin-right: 2%;
    margin-left: 2%;
  }
}

@media (max-width: 750px) {
  .m_artist__box + .m_artist__box {
    margin-top: 3rem;
  }
}

.m_artist__box-top {
  display: flex;
}

@media (max-width: 750px) {
  .m_artist__box-top {
    overflow: hidden;
  }
}

.m_artist__box-bottom {
  padding: 2rem 0 1rem;
}

.m_artist__box-bottom p {
  line-height: 1.45;
}

.m_artist__img {
  width: 48%;
  margin-right: 2%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.m_artist__txt {
  padding-top: 1rem;
  position: relative;
  width: 48%;
  margin-left: 2%;
}

.m_artist__txt::before {
  content: "";
  position: absolute;
  background-image: url(/artmake/images/top/artist_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  min-width: 460px;
  background-size: 460px;
  z-index: -1;
  top: -44px;
  left: -184px;
}

@media (max-width: 750px) {
  .m_artist__txt::before {
    min-width: 400px;
    background-size: 400px;
    z-index: -1;
    top: -10px;
    left: -150px;
  }
}

.m_artist__position {
  padding-top: 4rem;
  padding-bottom: 1rem;
}

@media (max-width: 750px) {
  .m_artist__position {
    padding-top: 0;
  }
}

.m_artist__position p {
  padding-top: .5rem;
}

.m_artist__position p:first-child {
  padding-top: 0;
}

.m_artist__name {
  height: 86px;
}

.m_artist__name.is-noneBtn {
  height: 122px;
}

.m_artist__name-en {
  color: #B5AE9F;
  font-family: "Hiragino Mincho Pro", 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 14px;
}

.m_artist__name-jp {
  font-size: 24px;
  padding-top: 0.5rem;
}

.is-top .m_artist .mod_linkBox_arrow_right, .is-about .m_artist .mod_linkBox_arrow_right {
  width: 100%;
  text-align: left;
}

.is-top .m_artist .mod_linkBox_arrow_right a, .is-about .m_artist .mod_linkBox_arrow_right a {
  padding: 10px 16% 10px 5%;
  min-width: 152px;
}

.is-top .m_artist .mod_linkBox_arrow_right a span, .is-about .m_artist .mod_linkBox_arrow_right a span {
  font-size: 15px;
}

@media (max-width: 750px) {
  .is-top .m_artist .mod_linkBox_arrow_right a, .is-about .m_artist .mod_linkBox_arrow_right a {
    min-width: 100px;
    padding: 10px 5% 10px 5%;
  }
  .is-top .m_artist .mod_linkBox_arrow_right a span, .is-about .m_artist .mod_linkBox_arrow_right a span {
    font-size: 13px;
  }
}

.m_access__inner {
  display: flex;
}

@media (max-width: 750px) {
  .m_access__inner {
    flex-flow: column;
  }
}

.m_access__left {
  width: 50%;
  margin-right: 1rem;
}

@media (max-width: 750px) {
  .m_access__left {
    width: 100%;
    margin-right: 0;
  }
}

.m_access__right {
  width: 50%;
  margin-left: 1rem;
}

@media (max-width: 750px) {
  .m_access__right {
    width: 100%;
    margin-left: 0;
  }
}

.m_access__ttl h2, .m_access__ttl h3 {
  font-size: 20px;
  margin-bottom: 1rem;
  font-weight: bold;
}

@media (min-width: 751px) {
  .m_access__ttl span {
    display: inline-block;
    margin-left: 10px;
  }
}

@media (max-width: 750px) {
  .m_access__ttl span {
    display: block;
    margin-top: 5px;
  }
}

.m_access__address {
  font-size: 16px;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.75;
  letter-spacing: 0.96px;
}

@media (max-width: 940px) {
  .m_access__address {
    margin-top: 1rem;
  }
}

.m_access__tel {
  margin-top: 2rem;
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media (max-width: 940px) {
  .m_access__tel {
    margin-top: 1rem;
  }
}

.m_access__map {
  margin-top: 1rem;
}

.m_access--time__ttl {
  margin-top: 2rem;
  font-size: 16px;
  letter-spacing: 0.96px;
}

.m_access--time ul {
  margin-top: 1rem;
  display: flex;
  width: 100%;
}

@media (max-width: 750px) {
  .m_access--time ul {
    display: block;
  }
}

.m_access--time ul li {
  border-top: 1px solid #D1CFCF;
  border-left: 1px solid #D1CFCF;
  border-bottom: 1px solid #D1CFCF;
  width: 20%;
}

@media (max-width: 750px) {
  .m_access--time ul li {
    width: 100%;
    border-right: 1px solid #D1CFCF;
    border-bottom: none;
  }
  .m_access--time ul li:last-child {
    border-bottom: 1px solid #D1CFCF;
  }
}

.m_access--time ul li:last-child {
  border-right: 1px solid #D1CFCF;
}

@media (max-width: 750px) {
  .m_access--time ul li {
    display: flex;
    height: 60px;
  }
}

.m_access--time ul li p, .m_access--time ul li div {
  padding: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.m_access--time ul li p span, .m_access--time ul li div span {
  display: block;
}

@media (max-width: 750px) {
  .m_access--time ul li p span, .m_access--time ul li div span {
    display: inline-block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    padding: 1px 10px;
  }
}

.m_access--time__date {
  display: flex;
  align-items: center;
  border-right: 1px solid #D1CFCF;
  flex-shrink: 0;
  color: #fff;
  background: #B5AE9F;
  text-align: left;
  justify-content: center;
  font-weight: bold;
  height: 60px;
  text-align: center;
}

@media (max-width: 750px) {
  .m_access--time__date {
    height: auto;
    width: 30%;
  }
}

.m_access--time__time {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  flex-grow: 1;
  height: calc(100% - 60px);
}

@media (max-width: 750px) {
  .m_access--time__time {
    display: block;
    height: auto;
    width: 70%;
  }
}
.bottom_space{
  display: inline-block;
  padding-bottom: 0.4em;
}
.m_access--time__txt {
  font-size: 14px;
  margin-top: 1rem;
  line-height: 1.5;
}

@media (max-width: 750px) {
  .m_access--time__txt {
    margin-bottom: 3rem;
  }
}

.m_access--time__border {
  border-bottom: 1px solid #D1CFCF;
  padding: 5px 45% !important;
  margin: 0 0 10px;
}

@media (max-width: 750px) {
  .m_access--time__border {
    display: block;
    border-bottom: none;
    margin: 0;
    padding: 0 !important;
  }
}

.attention{
  padding-bottom: 0.4em;
}
.other_attention{
  line-height: 1.5;
}

.m_map {
  width: 100%;
  height: 240px;
}

@media (max-width: 750px) {
  .m_map {
    height: 450px;
  }
}

.m_linkBtn {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 750px) {
  .m_linkBtn {
    margin-top: 4rem;
    padding-right: 2rem;
  }
}

.m_linkBtn a {
  display: inline-block;
  padding-right: 2rem;
  font-size: 15px;
  transition: 0.35s;
  position: relative;
}

.m_linkBtn a::after {
  content: "";
  display: inline-block;
  background: url(/artmake/images/common/arrow_big_right_black.svg) no-repeat right center;
  padding-left: 10px;
  position: absolute;
  right: 0;
  top: 20%;
  width: 10px;
  height: 10px;
  transition: 0.35s;
}

.m_linkBtn a:hover {
  opacity: .6;
}

.m_linkBtn a:hover::after {
  right: -0.3rem;
}

.m_page-top {
  margin-top: -3rem;
  margin-bottom: 40px;
  text-align: center;
}

.m_page-top a {
  display: inline-block;
  color: #867B64;
}

.m_page-top a::before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  margin-bottom: 5px;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #867B64;
  border-right: 1px solid #867B64;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.m_page-top a span {
  display: block;
  font-size: 13px;
}

@media (max-width: 750px) {
  .m_page-top {
    margin-top: 0;
  }
}

.md_link {
  text-decoration: underline;
}

@media (min-width: 751px) {
  .md_link:hover {
    text-decoration: none;
  }
}

.is-mt0 {
  margin-top: 0 !important;
}

.is-mb0 {
  margin-bottom: 0 !important;
}

.is-taC {
  text-align: center !important;
}

.is-taR {
  text-align: right !important;
}

.is-fwB {
  font-weight: bold !important;
}

.is-lhL {
  line-height: 1.8 !important;
}

.is-lhM {
  line-height: 1.5 !important;
}

.is-lhS {
  line-height: 1.3 !important;
}

.is-lhXS {
  line-height: 1 !important;
}

.is-tdUL {
  text-decoration: underline !important;
}

.is-colorG {
  color: #707070 !important;
}

@media (min-width: 941px) {
  .is__separate a { margin-left:10px; margin-right:10px; }
}

@import url("/artmake/css/template/module.css");