@charset "UTF-8";
/*-----ブレイクポイント-----*/
/*SP基準で作成*/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list], ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
  vertical-align: top;
}

/* Inherit fonts for inputs and buttons */
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.Grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Grid.\-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.Grid.\-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Grid.\-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.Grid.\-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.Grid.\-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.Grid.\-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.Grid.\-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Grid.\-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.Grid.\-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Grid.\-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.Grid.\-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.Cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.Cell.\-fill {
  width: 0;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.Cell.\-1of12 {
  width: 8.3333333333%;
}

.Cell.\-2of12 {
  width: 16.6666666667%;
}

.Cell.\-3of12 {
  width: 25%;
}

.Cell.\-4of12 {
  width: 33.3333333333%;
}

.Cell.\-5of12 {
  width: 41.6666666667%;
}

.Cell.\-6of12 {
  width: 50%;
}

.Cell.\-7of12 {
  width: 58.3333333333%;
}

.Cell.\-8of12 {
  width: 66.6666666667%;
}

.Cell.\-9of12 {
  width: 75%;
}

.Cell.\-10of12 {
  width: 83.3333333333%;
}

.Cell.\-11of12 {
  width: 91.6666666667%;
}

.Cell.\-12of12 {
  width: 100%;
}

@media (min-width: 856px) {
  .Grid.\-block__md {
    display: block;
  }
  .Cell.\-3of12__md {
    width: 25%;
  }
  .Cell.\-6of12__md {
    width: 50%;
  }
}
.hp_spNone {
  display: none !important;
}
@media (min-width: 856px) {
  .hp_spNone {
    display: block !important;
  }
}

.hp_mdNone {
  display: block !important;
}
@media (min-width: 856px) {
  .hp_mdNone {
    display: none !important;
  }
}

.hp_textL {
  text-align: left !important;
}

.hp_textR {
  text-align: right !important;
}

.hp_textC {
  text-align: center !important;
}

.brand {
  font-weight: bold;
  font-size: 20px;
}

.site-header {
  position: fixed;
  width: 100%;
  z-index: 999;
}

.site-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  padding: 90px 20px 100px 55px;
  background: #fc0;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: block;
}
.nav__wrapper.active {
  visibility: visible;
  opacity: 1;
  background-color: #F0EDE8;
  width: 100%;
  overflow: scroll;
}
@media (min-width: 856px) {
  .nav__wrapper.active {
    top: 0;
    left: 0;
    margin: 0 auto;
    padding: 90px 220px 75px 90px;
  }
}

.ly_listHeader {
  max-width: 1280px;
  margin: 0 auto;
}

.bl_listHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
.bl_listHeader + * {
  margin-top: 1em;
}
.bl_listHeader ul {
  display: none;
}
@media (min-width: 856px) {
  .bl_listHeader ul {
    display: block;
  }
}
.bl_listHeader ul li + * {
  margin-top: 1em;
}
.bl_listHeader .js_layer {
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
  z-index: 2;
  background: #F0EDE8;
  top: 0;
  left: 0;
  padding: 30px;
  padding: 90px 20px 100px 55px;
  -webkit-animation: SlideIn 0.3s;
          animation: SlideIn 0.3s;
}
.bl_listHeader .js_layer2nd {
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
  z-index: 3;
  background: #F0EDE8;
  top: 0;
  left: 0;
  padding: 30px;
  padding: 90px 20px 100px 55px;
  -webkit-animation: SlideIn 0.3s;
          animation: SlideIn 0.3s;
}
.bl_listHeader .btn_back2nd,
.bl_listHeader .btn_back3rd {
  position: absolute;
  bottom: 20px;
}
@media (min-width: 856px) {
  .bl_listHeader .btn_back2nd,
  .bl_listHeader .btn_back3rd {
    display: none;
  }
}

@-webkit-keyframes SlideIn {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes SlideIn {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (min-width: 856px) {
  .btn_1st {
    font-size: 18px;
    margin-right: 50px;
  }
}

.btn_stop a {
  pointer-events: none;
}
@media (min-width: 856px) {
  .btn_stop a {
    pointer-events: visible;
  }
}

@media (min-width: 856px) {
  .btn_2nd + ul,
  ul.bl_list2nd_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .btn_2nd + ul li,
  ul.bl_list2nd_pc li {
    margin-top: 0;
  }
  .btn_2nd + ul li + *,
  ul.bl_list2nd_pc li + * {
    margin-left: 20px;
  }
}

@media (min-width: 856px) {
  .btn_2nd + ul li::before,
  .bl_list2nd_pc li a::before {
    content: "･";
  }
}

.icon_arrow45deg a::after {
  content: "";
  display: inline-block;
  width: 5.731px;
  height: 10.047px;
  margin-left: 10px;
  background: url(../images/icon_arrow45deg.svg) no-repeat center center;
  position: relative;
}
@media (min-width: 856px) {
  .icon_arrow45deg a::after {
    content: none;
  }
}

/*ミックスインを定義*/
:root {
  --color_btnTel: #323232;
  --color_base: #242424;
  --color_accent: #9D8264;
  --color_link: #957C54;
  --color_btnFix: #A28F71;
  --color_btnReserve: #B79975;
  --color_headingSub: #BCA98C;
  --color_bd: #D9D9D9;
  --color_bdSns: #C6C6C6;
  --color_btnFix: #848484;
  --color_menu: #F0EDE8;
  --bg_cta: #F7EFE7;
  --bg_table: #F8F7F5;
  --bg_grey: #F7F7F7;
}

body {
  /* font-family: 'Noto Serif JP', serif;*/
  font-family: DNPShueiMinPr6, serif;
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 2;
  color: var(--color_base);
}
@media (min-width: 856px) {
  body {
    line-height: 2.5;
  }
}
body.fixed {
  overflow: hidden;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  color: var(--color_base);
  text-decoration: none;
}

iframe {
  display: block;
}

table {
  border-spacing: 0;
}

th {
  font-weight: normal;
}

h2,
h3 {
  font-weight: normal;
}

/*———————————–
header
———————————–*/
.js_fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.js_fixed_2 {
  overflow: hidden;
}

.js_openbtn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 23px;
  z-index: 999;
}
@media (min-width: 1170px) {
  .js_openbtn {
    right: 40px;
  }
}

/*ボタン内側*/
.js_openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  z-index: 999;
  left: 0;
  height: 1px;
  border-radius: 2px;
  background: #B79975;
  width: 30px;
}

.js_openbtn span:nth-of-type(1) {
  top: 0;
}

.js_openbtn span:nth-of-type(2) {
  top: 11px;
}

.js_openbtn span:nth-of-type(3) {
  top: 22px;
}

.js_openbtn.active span:nth-of-type(1) {
  top: 0;
  left: 0;
  -webkit-transform: translateY(11px) rotate(-45deg);
          transform: translateY(11px) rotate(-45deg);
  width: 100%;
}

.js_openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.js_openbtn.active span:nth-of-type(3) {
  top: 0;
  left: 0;
  -webkit-transform: translateY(11px) rotate(45deg);
          transform: translateY(11px) rotate(45deg);
  width: 100%;
}

.un_header {
  border-top: 7px solid #000;
  height: 83px;
  padding: 15px 18px 15px 23px;
  background: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1170px) {
  .un_header {
    height: 130px;
    background: #fff;
  }
}

@media (min-width: 856px) {
  .un_headerSns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.un_headerSns_icon {
  width: 21px;
  height: 21px;
}
@media (min-width: 856px) {
  .un_headerSns_icon {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 856px) {
  .un_headerSns_icon + * {
    margin-left: 17px;
  }
}
.un_headerSns_icon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 856px) {
  .un_headerSns_icon a img {
    height: 32px;
  }
}
.un_headerSns_icon p {
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #848484;
  line-height: 2;
  text-align: center;
}

.bl_logo img {
  height: 54px;
}
@media (min-width: 1170px) {
  .bl_logo img {
    height: auto;
  }
}

/*———————————–
グローバルメニュー
———————————–*/
@media (min-width: 856px) {
  .ly_navHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    margin: 0 auto;
  }
}
.ly_navHeader li + * {
  margin-left: 60px;
}

@media (min-width: 856px) {
  .bl_navHeader {
    font-size: 15px;
    letter-spacing: 0.08em;
    background: #f0ede8;
  }
}

/*———————————–
breadcrumb
———————————–*/
.ly_breadcrumb {
  margin: 5px 10px 0 10px;
}

.bl_breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #5D5D5D;
  font-size: 12px;
}
.bl_breadcrumb li {
  margin-right: 26px;
}
.bl_breadcrumb li:last-child {
  margin-right: 0;
}
.bl_breadcrumb a {
  color: var(--color_link);
}

.bl_breadcrumb_arrow {
  position: relative;
  display: inline-block;
}
.bl_breadcrumb_arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #5D5D5D;
  border-right: solid 1px #5D5D5D;
  position: absolute;
  right: -15px;
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 856px) {
  .bl_breadcrumb_arrow::after {
    top: 11px;
  }
}

/*———————————–
コンテンツ部の共通レイアウト
———————————–*/
.ly_wrapper {
  margin-right: 32px;
  margin-left: 32px;
}
@media (min-width: 856px) {
  .ly_wrapper {
    max-width: 1100px;
  }
}
@media (min-width: 1170px) {
  .ly_wrapper {
    margin: 0 auto;
  }
}
.ly_wrapper.ly_wrapper__menu {
  margin-right: 10px;
  margin-left: 10px;
}
@media (min-width: 856px) {
  .ly_wrapper.ly_wrapper__menu {
    margin-right: 32px;
    margin-left: 32px;
  }
}
@media (min-width: 1280px) {
  .ly_wrapper.ly_wrapper__menu {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 856px) {
  .ly_wrapper.ly_wrapper__menu {
    max-width: 1170px;
  }
}

.ly_commonHight {
  margin-top: 50px;
}
@media (min-width: 856px) {
  .ly_commonHight {
    margin-top: 65px;
  }
}

@media (min-width: 856px) {
  .ly_commonWidth {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*———————————–
ページ共通の見出し
———————————–*/
.ly_heading {
  margin-top: 40px;
}

.mod_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mod_heading .bl_headingLv2,
.mod_heading .bl_headingLv3 {
  text-align: center;
  font-weight: normal;
}
.mod_heading .bl_headingLv2 {
  /* font-family: 'Noto Serif JP', serif;*/
  font-family: DNPShueiMinPr6, serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.12em;
  line-height: 1;
  font-weight: normal;
  margin-top: 50px;
  margin-bottom: 0;
}
.mod_heading .bl_headingLv3 {
  font-size: 13px;
  letter-spacing: 0.2em;
  margin-top: 8px;
  line-height: 1;
  color: #bca98c;
}

/*———————————–
共通のCTAエリア
———————————–*/
.bg_cta {
  background-color: var(--bg_cta);
}

.ly_cta {
  margin-top: 80px;
  padding: 34px;
}
@media (min-width: 428px) {
  .ly_cta {
    padding: 34px 40px;
  }
}
@media (min-width: 1170px) {
  .ly_cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 100px;
    padding: 40px 0;
  }
}

.bl_ctaTel {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 856px) {
  .bl_ctaTel {
    width: 50%;
  }
}
.bl_ctaTel p {
  margin-top: 16px;
}
.bl_ctaTel .bl_headingLv3_ctaTel {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (min-width: 428px) {
  .bl_ctaTel .bl_headingLv3_ctaTel {
    font-size: 18px;
  }
}
.bl_ctaTel .bl_ctaTel_number {
  font-size: 34px;
  font-weight: bold;
  /* font-family: 'Noto Serif JP', serif;*/
  font-family: DNPShueiMinPr6, serif;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 428px) {
  .bl_ctaTel .bl_ctaTel_number {
    font-size: 45px;
  }
}
.bl_ctaTel .bl_ctaTel_number a {
  color: var(--color_btnReserve);
}
.bl_ctaTel .bl_ctaTel_time {
  font-size: 15px;
  line-height: 1.8;
}
@media (min-width: 428px) {
  .bl_ctaTel .bl_ctaTel_time br {
    display: none;
  }
}

.bl_ctaReserve {
  margin-top: 42px;
  padding-top: 34px;
  text-align: center;
  border-top: 1px solid #B79975;
}
@media (min-width: 1170px) {
  .bl_ctaReserve {
    width: 50%;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    border-left: 1px solid #B79975;
  }
}
.bl_ctaReserve .bl_headingLv3_ctaReserve {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.9444444444;
  /* font-family: 'Noto Serif JP', serif;*/
  font-family: DNPShueiMinPr6, serif;
  font-weight: 600;
}
@media (min-width: 856px) {
  .bl_ctaReserve .bl_headingLv3_ctaReserve {
    line-height: 1;
  }
}
.bl_ctaReserve .bl_ctaReserve_btn {
  margin: 20px auto 0;
}
@media (min-width: 856px) {
  .bl_ctaReserve .bl_ctaReserve_btn {
    margin: 12px auto 0;
  }
}
.bl_ctaReserve .bl_ctaReserve_time {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-top: 20px;
}
@media (min-width: 856px) {
  .bl_ctaReserve .bl_ctaReserve_time {
    margin-top: 9px;
  }
}

/*———————————–
ボタンの基本要素
———————————–*/
.el_btn {
  color: #fff;
  padding: 20px;
  font-size: 18px;
  width: 100%;
  max-width: 365px;
  display: inline-block;
  margin: 0 auto;
  line-height: 1.2;
  background: rgba(149, 124, 84, 0.05);
  border: 1px solid #957C54;
  color: #957C54;
  text-align: center;
  font-size: 15px;
}
.el_btn:hover {
  background: rgba(162, 131, 78, 0.1);
}
@media (min-width: 856px) {
  .el_btn {
    width: 300px;
    max-width: 100%;
    font-size: 16px;
  }
}
@media (min-width: 856px) {
  .el_btn.el_btn_access {
    margin-left: 0;
  }
}
.el_btn.el_btn__pale {
  color: #FFFFFF;
  background: #B79975;
  width: 100%;
  max-width: 100%;
  text-align: center;
  border: none;
}
@media (min-width: 856px) {
  .el_btn.el_btn__pale {
    font-size: 15px;
    width: 390px;
  }
}
.el_btn.el_btn__pale:hover {
  background: #d1b89a;
}
.el_btn.el_btn__white {
  border: 1px solid var(--color_link);
  background: #fff;
  color: var(--color_link);
  max-width: 300px;
  max-height: 70px;
}
.el_btn.el_btn__white:hover {
  opacity: 0.5;
  color: #fff;
  background: linear-gradient(281deg, rgb(189, 139, 53) 0%, rgb(221, 182, 95) 100%);
}

.mod_access {
  margin-top: 50px;
}
@media (min-width: 856px) {
  .mod_access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 45px;
    margin-right: 32px;
    margin-left: 32px;
    max-width: 1100px;
  }
}
@media (min-width: 1170px) {
  .mod_access {
    margin: 45px auto 0;
  }
}
.mod_access .mod_headingLv3_access {
  margin-top: 35px;
  font-size: 22px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: var(--color_accent);
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
}
@media (min-width: 856px) {
  .mod_access .mod_headingLv3_access {
    margin-top: 0;
  }
}
.mod_access .mod_headingLv3_access + p {
  margin-top: 32px;
  font-size: 14px;
  letter-spacing: 0.05em;
  /* font-family:"Noto Sans JP", sans-serif;*/
  font-family: YuGothic, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.8;
}
@media (min-width: 856px) {
  .mod_access .mod_headingLv3_access + p {
    margin-top: 25px;
    line-height: 1.7333333333;
  }
}
.mod_access .mod_accessImg {
  padding: 0 0 0 0px;
}
@media (min-width: 856px) {
  .mod_access .mod_accessImg {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 20px;
  }
}
.mod_access .bl_accessImg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mod_access .mod_accessDetail {
  line-height: 1.5;
  padding: 0.5rem 0 0 0;
}
.mod_access .bl_accessImg img {
  -o-object-fit: cover;
     object-fit: cover;
}

.mod_accessInner {
  margin-right: 32px;
  margin-left: 32px;
}
@media (min-width: 856px) {
  .mod_accessInner {
    max-width: 1170px;
    margin: 0;
  }
}
@media (min-width: 1170px) {
  .mod_accessInner {
    margin: 0 auto;
  }
}

.mod_accessDetail {
  /* font-family:"Noto Sans JP", sans-serif;*/
  font-family: YuGothic, sans-serif;
  font-style: normal;
  font-weight: bold;
}
.mod_accessDetail h4 {
  font-size: 15px;
}
.mod_accessDetail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
}
@media (min-width: 856px) {
  .mod_accessDetail ul {
    line-height: 1.8666666667;
  }
}

.mod_accessBtn {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 856px) {
  .mod_accessBtn {
    margin-top: 36px;
  }
}
.mod_accessBtn .el_btn {
  font-family: "Noto Serif JP", serif;
}

.mod_googleMap {
  margin-top: 45px;
  width: 100%;
  aspect-ratio: 16/9;
}
@media (min-width: 856px) {
  .mod_googleMap {
    max-height: 362px;
  }
}
.mod_googleMap iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/*———————————–
footer
———————————–*/
.bl_footer {
  background: #f1eeea;
}

.bl_navFooter {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 30px;
}

.bl_listFooter_icon li + *::before {
  content: "-";
}

.ly_navFooter {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 856px) {
  .ly_navFooter {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.bl_order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 856px) {
  .bl_order1 {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.bl_order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 856px) {
  .bl_order2 {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.bl_order3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 856px) {
  .bl_order3 {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.bl_order4 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: -2.5em;
}
@media (min-width: 856px) {
  .bl_order4 {
    margin-top: 0;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.ly_logoFooter {
  margin-top: 40px;
}

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

.bl_logoFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ly_snsFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 22px;
  height: 18px;
}
.ly_snsFooter li + * {
  margin-left: 13px;
}
.ly_snsFooter li svg {
  height: 18px;
}

.ly_smallFooter {
  color: #A8A8A8;
  background: #000;
  text-align: center;
  margin-top: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 18px;
  padding: 14px 17px 17px;
}

/*———————————–
リストアイコン
———————————–*/
.icon_linkOuter li a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-left: 10px;
  background: url(../images/icon_linkOuter.svg) no-repeat center center;
}

/*———————————–
固定ボタン
———————————–*/
.ly_fixBtn {
  position: fixed;
  z-index: 3;
  padding-right: 3px;
  padding-left: 3px;
  max-width: 100%;
  width: 100%;
  bottom: 8px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1170px) {
  .ly_fixBtn {
    right: 12px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media (min-width: 1170px) {
  .ly_fixBtn .bl_fixBtnLeft {
    display: none;
  }
}
.ly_fixBtn .bl_fixBtnRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ly_fixBtn .bl_fixBtn_item {
  width: 94px;
  height: 94px;
}
@media (min-width: 1170px) {
  .ly_fixBtn .bl_fixBtn_item {
    width: 105px;
    height: 105px;
  }
}
.ly_fixBtn .bl_fixBtn_item + * {
  margin-left: 8px;
}
.ly_fixBtn .bl_fixBtn_item:hover {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  opacity: 0.7;
}

.bl_swiperContainer {
  position: relative;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  width: 19px;
  height: 34px;
  top: 30%;
}

.swiper-button-prev {
  content: "prev";
  left: -27px;
}
.swiper-button-prev::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_arrowThin.svg) no-repeat center center;
  width: 19.935px;
  height: 34.451px;
}

.swiper-button-next {
  right: -27px;
}
.swiper-button-next::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_arrowThin_right.svg) no-repeat center center;
  width: 19.935px;
  height: 34.451px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -52px;
}

.swiper-pagination-bullet {
  background: #bca98c;
  width: 4px;
  height: 4px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #957C54;
}

.bl_swiperContainer__blog .swiper-horizontal > .swiper-pagination-bullets,
.bl_swiperContainer__blog .swiper-pagination-bullets.swiper-pagination-horizontal,
.bl_swiperContainer__blog .swiper-pagination-custom,
.bl_swiperContainer__blog .swiper-pagination-fraction {
  bottom: -36px;
  line-height: 1;
}
.bl_swiperContainer__blog .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 0 7.5px;
}

.bl_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.bl_menu .bl_menu_img {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}
.bl_menu img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media (min-width: 856px) {
  .bl_menu:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (min-width: 856px) {
  .bl_menu:hover .bl_menu_inner {
    opacity: 0.5;
  }
}
.bl_menu .bl_menu_inner {
  padding-right: 35px;
  display: inline-block;
  text-align: left;
  background: rgba(240, 237, 232, 0.5);
  padding: 30px 22px;
  min-height: 200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 856px) {
  .bl_menu .bl_menu_inner {
    padding: 30px 15px 50px 35px;
    min-height: 180px;
  }
}
.bl_menu .bl_menu_inner h3 {
  font-size: 19px;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #9d8264;
}
@media (min-width: 856px) {
  .bl_menu .bl_menu_inner h3 {
    font-size: 22px;
  }
}
.bl_menu .bl_menu_inner h3 span {
  font-size: 14px;
  margin-left: 1em;
}
@media (min-width: 856px) {
  .bl_menu .bl_menu_inner h3 span {
    font-size: 15px;
  }
}
.bl_menu .bl_menu_inner p {
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 2;
  margin-top: 22px;
  margin-right: 70px;
}

.icon_arrow {
  position: relative;
}
.icon_arrow::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_arrow.svg) no-repeat center center;
  width: 17px;
  height: 32px;
}

.ly_flexMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}
@media (min-width: 856px) {
  .ly_flexMenu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 35px;
    -webkit-column-gap: 2.99%;
       -moz-column-gap: 2.99%;
            column-gap: 2.99%;
  }
  .ly_flexMenu .bl_flexMenu_item,
  .ly_flexMenu .bl_flexMenu_item2,
  .ly_flexMenu .bl_flexMenu_item3,
  .ly_flexMenu .bl_flexMenu_item4 {
    width: calc(50% - 17.5px);
    max-width: 568px;
  }
  .ly_flexMenu .bl_flexMenu_item5,
  .ly_flexMenu .bl_flexMenu_item6,
  .ly_flexMenu .bl_flexMenu_item7 {
    width: 31.3%;
    max-width: 366px;
  }
}
.ly_flexMenu:nth-child(2) {
  margin-top: 35px;
}

/*mixin*/
.pc {
  display: none;
}
@media (min-width: 856px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media (min-width: 856px) {
  .sp {
    display: none;
  }
}

.bl_headingLv1 {
  font-family: dnp-shuei-mincho-pr6, HiraMinProN-W3, serif !important;
}

/* フェードイン時に入るクラス */
.element {
  /* 最初は非表示 */
  opacity: 0;
  /* opacity: 1;*/
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.ly_wrapper {
  margin: 0 5%;
}
@media (min-width: 856px) {
  .ly_wrapper {
    margin: 0 auto;
  }
}

.ly_cardPicospot {
  margin: 0px;
}

.bl_menuDetail {
  line-height: 2;
  /*font-family: yu-gothic-pr6n,, sans-serif;*/
  font-family: yu-gothic-pr6n, sans-serif;
  padding: 30px 40px 40px;
}

.lp_h2 {
  padding: 0;
  text-align: center;
  line-height: 1.8;
  font-size: 24px;
  letter-spacing: 0.05rem;
  background: transrate;
}
.lp_h2 span {
  font-size: 45%;
  display: block;
  padding: 0 0 0 0;
  letter-spacing: 0.05rem;
  line-height: 1;
}
@media (min-width: 856px) {
  .lp_h2 {
    font-size: 28px;
  }
}

/*アバウト*/
.about {
  padding: 60px 0;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 856px) {
  .about {
    padding: 60px 0;
    width: 900px;
  }
}
.about ul {
  margin: 30px 0 60px 0;
}
@media (min-width: 856px) {
  .about ul {
    margin: 0;
  }
}
.about ul li {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 856px) {
  .about ul li {
    margin: 80px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.about ul li p {
  width: 100%;
}
.about ul li p strong {
  display: block;
  text-align: center;
  font-size: 22px;
  padding: 0 0 1rem 0;
  font-weight: 400;
}
@media (min-width: 856px) {
  .about ul li p strong {
    text-align: left;
    font-size: 24px;
    line-height: 2;
  }
}
@media (min-width: 856px) {
  .about ul li p {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    width: 60%;
  }
}
.about ul li img {
  width: 100%;
  margin: 15px 0 0 0;
}
@media (min-width: 856px) {
  .about ul li img {
    width: auto;
    margin: 0 0 0 30px;
  }
}
.about ul li:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 856px) {
  .about ul li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/*医療脱毛とエステの違い*/
.diff {
  padding: 60px 0;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 856px) {
  .diff {
    padding: 60px 0;
    width: 900px;
  }
}
.diff h3 {
  color: #8B785A;
  padding: 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  margin: 40px 0 0 0;
}
.diff h3::before, .diff h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -15%;
  display: inline-block;
  width: 10%;
  height: 1px;
  background-color: #8B785A;
}
@media (min-width: 856px) {
  .diff h3::before, .diff h3::after {
    width: 10%;
  }
}
.diff h3::after {
  left: 105%;
}
@media (min-width: 856px) {
  .diff h3 {
    font-size: 20px;
    padding: 0;
  }
}
.diff .copy {
  text-align: center;
  padding: 40px 0 0 0;
}
@media (min-width: 856px) {
  .diff .copy {
    padding: 60px 0 0 0;
  }
}
.diff--outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 40px 0 0 0;
}
@media (min-width: 856px) {
  .diff--outline {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 60px 0;
  }
}
.diff--outline .wrap {
  margin: 0 0px 40px 0;
}
@media (min-width: 856px) {
  .diff--outline .wrap {
    margin: 0 20px;
  }
}
.diff--outline .wrap .mediTit {
  background: #5E677E;
  padding: 0.1rem;
  font-size: 15px;
  margin: 0 0 10px 0;
  color: #fff;
  font-family: yu-gothic-pr6n, sans-serif;
  display: inline-block;
  width: 100%;
}
@media (min-width: 856px) {
  .diff--outline .wrap .mediTit {
    font-size: 16px;
  }
}
.diff--outline .wrap .EstTit {
  background: #DEE4E9;
  color: #7A8295;
}
.diff .plan {
  margin: 40px 0;
}
.diff .plan li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 40px 0;
}
@media (min-width: 856px) {
  .diff .plan li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .diff .plan li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.diff .plan li .litxt {
  width: 100%;
}
@media (min-width: 856px) {
  .diff .plan li .litxt {
    width: 55%;
  }
}
.diff .plan li .litxt h4 {
  margin: 0 0 20px 0;
  border: 1px solid #8E7B5E;
  padding: 0.5rem;
  font-size: 17px;
  text-align: center;
  color: #8E7B5E;
}
.diff .plan li .litxt p {
  text-align: left;
  padding: 0 0 1rem 0;
}
.diff .plan li .liimg {
  text-align: center;
}
.diff .plan li .liimg img {
  margin: 0 auto;
}
.diff .plan li .liimg span {
  font-family: yu-gothic-pr6n, sans-serif;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
  padding: 0;
  display: inline-block;
}
.diff table {
  font-family: yu-gothic-pr6n, sans-serif;
  font-size: 15px;
}
.diff table tr th {
  text-align: center;
}
.diff table tr td {
  padding: 0.3rem 0;
  text-align: center;
}
.diff table .medi {
  background: #EAF3F8;
  color: #568BBF;
  text-shadow: 1px 1px 0px rgb(86, 139, 191);
}

/*医療脱毛とエステの違いここまで*/
.lp_costAttention {
  background: #F8F7F5;
  text-align: left;
  padding: 5%;
  margin: 20px 0 20px 0;
}
@media (min-width: 856px) {
  .lp_costAttention {
    margin: 60px 0 30px 0;
    padding: 3% 5%;
  }
}
.lp_costAttention .mi {
  text-align: center;
  font-size: 18px;
}
@media (min-width: 856px) {
  .lp_costAttention .mi {
    font-size: 20px;
  }
}
.lp_costAttention p {
  font-size: 15px;
  /* font-family:"Noto Sans JP", sans-serif;*/
  font-family: YuGothic, sans-serif;
  font-style: normal;
  line-height: 2;
}
@media (min-width: 856px) {
  .lp_costAttention p {
    line-height: 2;
  }
}
.lp_costAttention p strong {
  display: block;
  padding: 1rem 0 0.2rem 0;
}
.lp_costAttention p img {
  mix-blend-mode: multiply;
  width: 100%;
}
@media (min-width: 856px) {
  .lp_costAttention p img {
    width: auto;
  }
}
.lp_costAttention .el_btn {
  /*background: #DE3437;*/
}
.lp_costAttention .el_btn .el_btn__white {
  background: #DE3437;
}

.costImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.costImg p {
  font-family: yu-gothic-pr6n, sans-serif;
  font-size: 12px;
  text-align: center;
  margin: 2% 2% 0 2%;
  display: block;
  text-align: center;
}
.costImg p img {
  height: 100px;
  margin: 10px 0 5px 0;
}
@media (min-width: 856px) {
  .costImg p {
    font-size: 13px;
  }
}

/*照射範囲について*/
.lp_area {
  padding: 40px 0;
  background: #F9F9F9;
}
@media (min-width: 856px) {
  .lp_area {
    padding: 60px 0;
  }
}
.lp_area__wrap {
  width: 90%;
  background: #fff;
  margin: 40px auto;
  padding: 5% 5%;
  text-align: center;
  line-height: 2;
  text-align: left;
}
.lp_area__wrap p {
  line-height: 2;
}
@media (min-width: 856px) {
  .lp_area__wrap p {
    line-height: 2.2;
  }
}
.lp_area__wrap img {
  margin: 20px auto;
}
.lp_area__wrap h3 {
  text-align: center;
  font-size: 18px;
  padding: 0 0 5% 0;
}
.lp_area__wrap b {
  font-family: yu-gothic-pr6n, sans-serif;
  color: #C46168;
  font-size: 13px;
  padding: 1rem 0 2rem 0;
  display: block;
}
@media (min-width: 856px) {
  .lp_area__wrap {
    width: 900px;
    margin: 40px auto;
    padding: 3% 5%;
  }
  .lp_area__wrap h3 {
    font-size: 20px;
    padding: 0 0 5% 0;
  }
}

/*フロー*/
.lp_flow {
  padding: 40px 0;
  background: #fff;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 856px) {
  .lp_flow {
    width: 900px;
    padding: 60px 0;
  }
}
.lp_flow ul li {
  margin: 30px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5%;
  display: flex;
  border: 1px solid #EBEBEB;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 856px) {
  .lp_flow ul li {
    margin: 30px 0 60px;
    padding: 4% 5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.lp_flow ul li strong {
  font-weight: 500;
  font-size: 17px;
  margin: 0 0 1rem 0;
  line-height: 1.5;
  display: block;
}
@media (min-width: 856px) {
  .lp_flow ul li strong {
    font-size: 18px;
  }
}
.lp_flow ul li strong span {
  font-family: "miller-display", serif;
  font-weight: 300;
  font-style: italic;
  padding: 0 1rem 0 0;
  display: block;
  color: #9D7D51;
}
@media (min-width: 856px) {
  .lp_flow ul li strong span {
    display: inline-block;
  }
}
.lp_flow ul li strong span b {
  font-size: 35px;
  font-weight: 300;
}
@media (min-width: 856px) {
  .lp_flow ul li strong span b {
    font-size: 40px;
  }
}
.lp_flow ul li p {
  font-size: 15px;
  line-height: 2;
}
@media (min-width: 856px) {
  .lp_flow ul li p {
    line-height: 2.2;
  }
}
.lp_flow ul li p img {
  width: auto;
  margin: 10px 0 0 0;
  min-width: auto;
}
.lp_flow ul li img {
  margin: 5% 0 0 0%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 856px) {
  .lp_flow ul li img {
    margin: 0% 0 0 5%;
    width: 40%;
    min-width: 300px;
  }
}
.lp_flow ul li::before {
  content: "";
  background: url("../images/flow_yaji.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 30px;
  display: block;
  position: absolute;
  bottom: -45px;
  left: 0;
}
.lp_flow ul li:last-child {
  margin: 30px 0 0px;
}
.lp_flow ul li:last-child::before {
  display: none;
}

/*よくあるご質問*/
.lp_qa {
  padding: 40px 0;
  margin: 0 auto;
  background: rgb(249, 244, 238);
  background: radial-gradient(circle, rgb(249, 244, 238) 0%, rgb(241, 236, 230) 100%);
}
@media (min-width: 856px) {
  .lp_qa {
    padding: 60px 0;
  }
}
.lp_qa__wrap {
  width: 90%;
  margin: 30px auto;
}
@media (min-width: 856px) {
  .lp_qa__wrap {
    width: 900px;
  }
}
.lp_qa__wrap dl {
  margin: 30px 0;
}
.lp_qa__wrap dl dt {
  margin: 0 0 0.5rem 1rem;
}
.lp_qa__wrap dl dt::before {
  content: "Q. ";
  display: inline-block;
  text-indent: -1rem;
}
.lp_qa__wrap dl dd {
  display: block;
  background: rgba(255, 255, 255, 0.7);
  padding: 5%;
  color: #532106;
}
.lp_qa__wrap dl dd b {
  text-decoration: underline;
}
@media (min-width: 856px) {
  .lp_qa__wrap dl dd {
    padding: 3% 5%;
  }
}

/*特徴point*/
.lp_point {
  background: #F5EBEE;
  padding: 40px 0 40px 0;
}
@media (min-width: 856px) {
  .lp_point {
    padding: 60px 0 100px 0;
  }
}
.lp_point ul {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 856px) {
  .lp_point ul {
    width: 900px;
  }
}
.lp_point ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 856px) {
  .lp_point ul li {
    margin: 40px 0;
  }
}
.lp_point ul li:last-child {
  margin: 15px 0 0 0;
}
@media (min-width: 856px) {
  .lp_point ul li:last-child {
    margin: 30px 0 0 0;
  }
}
@media (min-width: 856px) {
  .lp_point ul li .txt {
    width: 50%;
  }
}
.lp_point ul li .txt span {
  font-family: "miller-display", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 55px;
  display: block;
  color: #60113A;
  width: 100%;
  line-height: 1.5;
}
@media (min-width: 856px) {
  .lp_point ul li .txt span {
    width: 70%;
    font-size: 100px;
    line-height: 1;
    padding: 0;
  }
}
.lp_point ul li .txt strong {
  font-size: 22px;
  font-weight: 400;
  padding: 0 0 1rem 0;
  display: block;
  line-height: 1.8;
  color: #60113A;
  letter-spacing: 0.05rem;
}
@media (min-width: 856px) {
  .lp_point ul li .txt strong {
    font-size: 24px;
    line-height: 2;
  }
}
.lp_point ul li .txt p {
  font-size: 16px;
}
.lp_point ul li img {
  margin: 20px 0px;
  width: 100%;
}
@media (min-width: 856px) {
  .lp_point ul li img {
    width: auto;
  }
}
@media (min-width: 856px) {
  .lp_point ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .lp_point ul li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/*おすすめ*/
.lp_reco {
  background: #DFDFDF;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 20px;
  text-align: center;
}
.lp_reco img {
  margin: 0 auto;
}
@media (min-width: 856px) {
  .lp_reco {
    padding: 60px 0;
  }
}

/*料金*/
.bl_price {
  margin-top: 40px;
}
@media (min-width: 856px) {
  .bl_price {
    margin-top: 40px;
  }
}
.bl_price .att {
  line-height: 2;
  font-family: yu-gothic-pr6n, sans-serif;
  display: block;
  padding: 1rem 0 0 0;
  font-size: 13px;
}

/*ボタン*/
.lp_btn {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: #000000;
  letter-spacing: 0.05rem;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.lp_btn:hover {
  opacity: 0.5;
}
@media (min-width: 856px) {
  .lp_btn {
    width: 70%;
    font-size: 26px;
    padding: 2rem 0;
  }
}

/*既存のスタイルを上書き ボタン*/
.el_btn {
  /*width: 100%;*/
  max-width: 100%;
  padding: 15px 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.75;
  background: none;
  letter-spacing: 0.05rem;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.el_btn:hover {
  background: rgba(149, 124, 84, 0.2);
}

/*ボタン調整*/
.btnWrap {
  width: 90%;
  margin: 30px auto;
}
@media (min-width: 856px) {
  .btnWrap {
    max-width: 900px;
  }
}

/*マージン*/
.mt60 {
  margin-top: 30px;
}
@media (min-width: 856px) {
  .mt60 {
    margin-top: 60px;
  }
}

.mb60 {
  margin-bottom: 30px;
}
@media (min-width: 856px) {
  .mb60 {
    margin-bottom: 60px;
  }
}

.mt30 {
  margin-top: 15px;
}
@media (min-width: 856px) {
  .mt30 {
    margin-top: 30px;
  }
}

.mb30 {
  margin-bottom: 15px;
}
@media (min-width: 856px) {
  .mb30 {
    margin-bottom: 30px;
  }
}

/*footerのマージン調整230419*/
.ly_navFooter {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#vi {
  line-height: 2;
  /*mvSP値段部分 SPのみ*/
  /*mv*/
  /*照射範囲*/
  /*アバウト*/
  /*ドクター*/
  /*施術メニュー*/
}
@media (min-width: 856px) {
  #vi {
    line-height: 2.2;
  }
}
@media (min-width: 856px) {
  #vi .lp_flow ul li img {
    width: 300px;
  }
}
#vi .op_priceR {
  text-align: right !important;
}
#vi .flowp {
  text-align: left;
  margin: 20px 0 10px 0;
}
@media (min-width: 856px) {
  #vi .flowp {
    text-align: center;
  }
}
#vi .magin_b60 {
  margin-bottom: 30px;
}
@media (min-width: 856px) {
  #vi .magin_b60 {
    margin-bottom: 60px;
  }
}
#vi .magin_b40 {
  margin-bottom: 20px;
}
@media (min-width: 856px) {
  #vi .magin_b40 {
    margin-bottom: 40px;
  }
}
#vi .magin_b20 {
  margin-bottom: 10px;
}
@media (min-width: 856px) {
  #vi .magin_b20 {
    margin-bottom: 20px;
  }
}
#vi .magin_t60 {
  margin-top: 30px;
}
@media (min-width: 856px) {
  #vi .magin_t60 {
    margin-top: 60px;
  }
}
#vi .magin_t40 {
  margin-top: 20px;
}
@media (min-width: 856px) {
  #vi .magin_t40 {
    margin-top: 40px;
  }
}
#vi .magin_t20 {
  margin-top: 10px;
}
@media (min-width: 856px) {
  #vi .magin_t20 {
    margin-top: 20px;
  }
}
#vi .bl_menuTable td, #vi .bl_menuTable th {
  font-size: 15px !important;
}
@media (min-width: 856px) {
  #vi .bl_menuTable td, #vi .bl_menuTable th {
    font-size: 16px !important;
  }
}
#vi .lp_h2 span {
  color: #B09D7F;
}
#vi .bl_menuTable {
  text-align: center;
  margin-top: 20px !important;
}
@media (min-width: 856px) {
  #vi .bl_menuTable {
    text-align: left;
  }
}
#vi .ly_menuTable {
  margin-top: 20px;
}
#vi .tdBtnB {
  border-bottom: 1px solid #d9d9d9 !important;
}
#vi .bl_priceGroup {
  margin-top: 20px;
}
#vi .pricesTit {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 40px 0 0 0;
}
#vi .bl_priceTable {
  margin-top: 0px;
}
#vi .bl_priceTable .priceFont_b {
  color: #333 !important;
  font-size: 80% !important;
  display: block;
  text-align: right !important;
}
#vi .bl_priceTable .tategaki {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media (min-width: 856px) {
  #vi .bl_priceTable .tategaki {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
#vi .bl_priceTable .priceTB {
  margin-bottom: 30px !important;
}
@media (min-width: 856px) {
  #vi .bl_priceTable .priceTB {
    margin-bottom: 60px !important;
  }
}
#vi .bl_priceTable .textL {
  text-align: left !important;
  width: 5% !important;
}
#vi .bl_priceTable th {
  font-size: 14px;
  line-height: 1.3;
}
#vi .bl_priceTable th:first-child {
  width: 26%;
}
#vi .bl_priceTable th:nth-child(2) {
  width: 37%;
}
#vi .bl_priceTable .op_price {
  width: 25% !important;
}
@media (min-width: 856px) {
  #vi .bl_priceTable .op_price {
    width: 40% !important;
  }
}
#vi .bl_priceTable .op_priceR {
  text-align: right !important;
}
#vi .bl_priceTable td {
  vertical-align: middle;
  font-size: 14px !important;
  color: #242424 !important;
  text-align: center;
  line-height: 1.4 !important;
  padding: 8px 5px !important;
}
#vi .bl_priceTable td .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#vi .bl_priceTable td .priceFont {
  color: #9d8264;
  text-align: right !important;
}
#vi .bl_priceTable td .priceRed {
  color: #C46168;
  font-size: 110%;
}
#vi .bl_priceTable td .torikeshi {
  text-decoration: line-through;
  font-size: 100%;
}
#vi .bl_priceTable td .muryo {
  font-size: 13px !important;
  text-align: center !important;
}
@media (min-width: 856px) {
  #vi .bl_priceTable td .muryo {
    font-size: 15px !important;
  }
}
#vi .bl_priceTable .botoxth1 {
  width: 15% !important;
  line-height: 1.8;
}
#vi .bl_priceTable .botoxtd1 {
  width: 15% !important;
  text-align: left !important;
  line-height: 1.8;
}
#vi .bl_priceTable .botoxtd2 {
  line-height: 1.8;
  text-align: left !important;
}
@media (min-width: 856px) {
  #vi .bl_priceTable .botoxtd1 {
    width: 15% !important;
    text-align: center !important;
    line-height: 1.8;
  }
  #vi .bl_priceTable .botoxtd2 {
    line-height: 1.8;
    text-align: center !important;
  }
  #vi .bl_priceTable th {
    font-size: 16px !important;
    line-height: 2.2;
  }
  #vi .bl_priceTable th:first-child {
    width: 40%;
    /*writing-mode: horizontal-tb;*/
  }
  #vi .bl_priceTable th:nth-child(2) {
    /*width: 15%!important; */
    width: 30%;
  }
  #vi .bl_priceTable th:nth-child(3) {
    width: 30%;
  }
  #vi .bl_priceTable td {
    line-height: 2;
    font-size: 16px !important;
    padding: 10px 12px !important;
  }
}
#vi .bl_priceTable_mb0 {
  margin-bottom: 0px !important;
}
#vi .bl_priceTable_comment {
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 856px) {
  #vi .bl_priceTable_comment {
    margin-bottom: 60px;
  }
}
#vi .pageManu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 20px auto 20px auto;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  line-height: 1.2;
}
@media (min-width: 856px) {
  #vi .pageManu {
    width: 900px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 40px auto 40px auto;
  }
}
#vi .pageManu li {
  width: 45%;
  margin: 0px 0 0px 0;
}
@media (min-width: 856px) {
  #vi .pageManu li {
    width: auto;
  }
}
#vi .pageManu li a {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #957C54;
  border: 1px solid #957C54;
  padding: 20px 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  letter-spacing: 0.1rem;
}
@media (min-width: 856px) {
  #vi .pageManu li a {
    font-size: 16px;
    padding: 20px 60px;
  }
}
#vi .pageManu li a:hover {
  background: #e7e7e6;
}
#vi .pageManu li a::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -8px;
  border-top: solid 1px #957C54;
  border-right: solid 1px #957C54;
  -webkit-transform: rotate(135deg) translateX(-50%);
          transform: rotate(135deg) translateX(-50%);
  position: absolute;
  top: 100%;
  left: 46%;
}
#vi .pageManu .long {
  width: 49%;
}
@media (min-width: 856px) {
  #vi .pageManu .long {
    width: 22% !important;
  }
}
#vi .mainCopy {
  text-align: center;
  margin: 40px auto;
  width: 90%;
}
#vi .syojyo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 40px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 856px) {
  #vi .syojyo {
    margin: 40px auto 80px auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#vi .syojyo img {
  width: 80%;
  height: 100%;
  margin: 0 auto 20px auto;
}
@media (min-width: 856px) {
  #vi .syojyo img {
    width: 40%;
    margin: 0 4% 0 0;
  }
}
#vi .syojyo p {
  width: 50%;
}
#vi .syojyo dl {
  font-size: 15px;
  width: 100%;
  line-height: 1.8;
}
@media (min-width: 856px) {
  #vi .syojyo dl {
    width: 52%;
    font-size: 16px;
  }
}
#vi .syojyo dl dt {
  width: 100%;
  padding: 0 0% 0 0;
  margin: 0;
}
#vi .syojyo dl dd {
  padding: 0;
  width: 100%;
  margin: 0 0 5px 0;
}
#vi .stainReason {
  margin: 40px auto 60px auto;
}
#vi .stainReason .lp_h2_blown {
  color: #B09D7F;
  text-align: center;
}
#vi .stainReason .bn {
  margin: 40px auto;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#vi .stainReason .bn a {
  display: inline-block;
}
#vi .stainReason .bn a:hover {
  opacity: 0.7;
}
#vi .stainReason h3 {
  font-size: 20px;
  padding: 40px 0 20px 0;
  text-align: center;
}
@media (min-width: 856px) {
  #vi .stainReason h3 {
    font-size: 22px;
  }
}
#vi .stainReason h4 {
  font-size: 18px;
  padding: 0px 0 20px 0;
  font-weight: normal;
}
@media (min-width: 856px) {
  #vi .stainReason h4 {
    font-size: 20px;
  }
}
#vi .stainReason .contPh {
  display: block;
  margin: 20px auto;
  width: 100%;
}
@media (min-width: 856px) {
  #vi .stainReason .contPh {
    width: 900px;
  }
}
#vi .stainReason .contPh .imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 0 20px 0;
}
#vi .stainReason .contPh .imgbox img {
  width: 48%;
}
#vi .stainReason .contPhR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (min-width: 856px) {
  #vi .stainReason .contPhR {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 900px;
  }
}
#vi .stainReason .contPhR .txt {
  margin: 20px;
}
#vi .stainReason .contPhR img {
  height: 100%;
  margin: 0 auto;
}
#vi .stainReason .contPhL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (min-width: 856px) {
  #vi .stainReason .contPhL {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 900px;
  }
}
#vi .stainReason .contPhL .txt {
  margin: 20px;
}
@media (min-width: 856px) {
  #vi .stainReason .contPhL .txt {
    width: 50%;
  }
}
#vi .stainReason .contPhL img {
  height: auto;
  margin: 0 auto;
}
#vi .stainReason .zu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 856px) {
  #vi .stainReason .zu {
    width: 50%;
  }
}
#vi .stainReason .zu .box {
  width: 45%;
  padding: 0 2.5% 5% 0;
  margin: 0 auto;
}
#vi .stainReason .zu .box p {
  font-family: YuGothic, sans-serif;
  font-size: 13px;
  display: inline-block;
  padding: 1rem 0;
}
#vi .pad5 {
  padding: 5% 0;
}
#vi .price_sp {
  width: 100%;
  display: inline-block;
  margin: 0px auto;
  padding: 1.5% 3%;
  text-align: center;
}
#vi .price_sp .Pname {
  font-family: yu-gothic-pr6n, sans-serif;
  color: #B98D45;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  display: block;
}
#vi .price_sp .normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: inline-block;
}
#vi .price_sp .normal .tit {
  background: #E8E6DE;
  font-size: 13px;
  text-align: center;
  padding: 0.2rem;
  line-height: 1.5;
  margin: 0 0 0.1rem 0;
  font-family: yu-gothic-pr6n, sans-serif;
}
#vi .price_sp .normal .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#vi .price_sp .normal .price strong {
  font-size: 40px;
  margin: 0 0.5rem 0 0;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: line-through;
}
#vi .price_sp .normal .price p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  line-height: 1;
}
#vi .price_sp .normal .price p small {
  line-height: 1.2;
  font-size: 30%;
}
#vi .price_sp .normal .price p span {
  font-size: 22px;
}
#vi .price_sp .yaji {
  text-align: center;
}
#vi .price_sp .yaji img {
  margin: 5px auto;
}
#vi .price_sp .tlt {
  background: #B98D45;
  color: #fff;
  font-family: YuGothic, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  padding: 5px 10px;
  text-align: center;
  margin: 0px 0;
}
#vi .price_sp .n_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 0;
}
#vi .price_sp .n_price .midashi {
  color: #5F2E2E;
  padding: 1rem 1rem;
  font-size: 15px;
  line-height: 1;
  margin: 0 15px 0 0;
  border: 1px solid #5F2E2E;
}
#vi .price_sp .n_price strong {
  font-size: 60px;
  line-height: 1;
  color: #B98D45;
  font-weight: 500;
}
#vi .price_sp .n_price span {
  line-height: 1.1;
  text-align: center;
  display: inline-block;
  font-size: 35px;
  padding: 0 0 0 0.5rem;
}
#vi .price_sp .n_price span small {
  font-size: 40%;
  display: block;
}
#vi .price_sp .tax {
  text-align: center;
  line-height: 1;
  font-size: 15px;
}
#vi .price_sp .tax strong {
  font-size: 130%;
  font-weight: normal;
}
#vi .price_sp p {
  line-height: 1.5;
  font-family: YuGothic, sans-serif;
  font-size: 13px;
  display: block;
  text-align: center;
}
@media (min-width: 856px) {
  #vi .price_sp p {
    text-align: left;
  }
}
@media (min-width: 856px) {
  #vi .price_sp {
    display: none;
  }
}
#vi .mv {
  position: relative;
  min-height: 320px;
  margin: 40px 0 0px 0;
}
#vi .mv .face {
  background-image: url("../images/mv_sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
#vi .mv .txt {
  position: absolute;
  top: 50%;
  left: 5%;
  background-image: url("../images/mv_txt_sp.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  height: 50%;
}
#vi .mv .priceWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#vi .mv .priceWrap .normal {
  display: none;
}
#vi .mv .priceWrap .priceBox {
  display: none;
}
#vi .mv .priceWrap .yaji {
  visibility: hidden;
}
#vi .mv .priceWrap .tax {
  text-align: right;
  line-height: 1;
  font-size: 16px;
}
#vi .mv .priceWrap .tax strong {
  font-size: 130%;
  font-weight: normal;
}
#vi .mv .Pname {
  display: none;
}
#vi .mv .mvBox {
  display: block;
}
@media (min-width: 856px) {
  #vi .mv {
    min-height: 600px;
    margin: 40px 0 0px 0;
  }
  #vi .mv .face {
    background-image: url("../images/mv.png");
  }
  #vi .mv .txt {
    position: absolute;
    top: 18%;
    left: 15%;
    background-image: url("../images/mv_txt.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    margin: 0;
    width: 760px;
    height: 222px;
    -webkit-transform: none;
            transform: none;
  }
  #vi .mv .mvBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    row-gap: 10px;
    position: absolute;
    bottom: 5%;
    left: 15%;
  }
  #vi .mv .mvBox .cont {
    width: 450px;
    height: 200px;
    position: relative;
  }
  #vi .mv .Pname {
    position: absolute;
    top: 0%;
    left: 0%;
    font-family: yu-gothic-pr6n, sans-serif;
    color: #B98D45;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    display: block;
    line-height: 1.5;
  }
  #vi .mv .priceWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    bottom: 3%;
    left: 0%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  #vi .mv .priceWrap .normal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: inline-block;
  }
  #vi .mv .priceWrap .normal .tit {
    background: rgba(232, 230, 222, 0.7);
    font-size: 13px;
    text-align: center;
    padding: 0.2rem;
    line-height: 1.5;
    margin: 0 0 0.1rem 0;
    font-family: yu-gothic-pr6n, sans-serif;
  }
  #vi .mv .priceWrap .normal .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #vi .mv .priceWrap .normal .price strong {
    font-size: 40px;
    margin: 0 0.5rem 0 0;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: line-through;
  }
  #vi .mv .priceWrap .normal .price p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 25px;
    line-height: 1;
  }
  #vi .mv .priceWrap .normal .price p small {
    line-height: 1.2;
    font-size: 30%;
  }
  #vi .mv .priceWrap .normal .price p span {
    font-size: 22px;
  }
  #vi .mv .priceWrap .priceBox {
    display: block;
  }
  #vi .mv .priceWrap .priceBox span {
    font-family: yu-gothic-pr6n, sans-serif;
    color: #B98D45;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1rem;
  }
  #vi .mv .priceWrap .priceBox .tit {
    background: #B98D45;
    text-align: center;
    font-family: yu-gothic-pr6n, sans-serif;
    color: #fff;
    font-size: 14px;
    width: 100%;
    padding: 0.2rem;
    margin: 0 0 0.5rem 0;
    line-height: 1.5;
  }
  #vi .mv .priceWrap .priceBox .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #vi .mv .priceWrap .priceBox .price .menu {
    display: inline-block;
    text-align: center;
    font-size: 13px;
    color: #5F2E2E;
    border: 1px solid #5F2E2E;
    font-family: yu-gothic-pr6n, sans-serif;
    line-height: 1.2;
    padding: 0.5rem 1rem;
    margin: 0 10px 0px 0;
  }
  #vi .mv .priceWrap .priceBox .price strong {
    font-size: 73px;
    color: #B98D45;
    font-weight: 500;
    line-height: 1;
  }
  #vi .mv .priceWrap .priceBox .price p {
    color: #67473A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 42px;
    line-height: 1;
  }
  #vi .mv .priceWrap .priceBox .price p small {
    line-height: 1.2;
    font-size: 35%;
  }
  #vi .mv .priceWrap .priceBox .price p span {
    font-size: 45px;
  }
  #vi .mv .priceWrap .yaji {
    margin: 0 20px;
    visibility: visible;
    width: 20px;
  }
}
@media (max-width: 380px) {
  #vi .mv {
    /*.face {
        width: 90%;
        }
        .txt{
           background-size: 70%; 
        }*/
  }
}
#vi .area {
  margin: 0px auto;
}
@media (min-width: 856px) {
  #vi .area {
    margin: 80px auto;
  }
}
#vi .area .faceWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#vi .area .faceWrap img {
  width: 45%;
  margin: 0 5% 0 0;
}
@media (min-width: 856px) {
  #vi .area .faceWrap img {
    width: auto;
  }
}
#vi .area .faceWrap .txt {
  width: 45%;
  font-family: YuGothic, sans-serif;
}
#vi .area .faceWrap .txt strong {
  font-size: 18px;
  margin: 0 0 1rem 0;
  border: 1px solid #DB9A6B;
  padding: 1rem;
  line-height: 1;
  color: #DB9A6B;
  font-weight: normal;
  display: inline-block;
}
#vi .area .faceWrap .txt p {
  display: inline-block;
  color: #DB9A6B;
  font-size: 15px;
}
@media (min-width: 856px) {
  #vi .area .faceWrap .txt p {
    font-size: 16px;
  }
}
#vi .about {
  padding: 40px 0;
}
@media (min-width: 856px) {
  #vi .about {
    padding: 60px 0 0 0;
  }
}
#vi .about .txtCenter {
  text-align: left;
  margin: 20px 0 20px 0;
  padding: 0;
}
@media (min-width: 856px) {
  #vi .about .txtCenter {
    margin: 40px 0 40px 0;
    padding: 0;
    text-align: center;
  }
}
#vi .about ul {
  padding: 20px 0;
  margin: 0;
}
#vi .about ul li {
  margin: 0;
}
#vi .about ul li:nth-child(even) img {
  margin: 20px 0px 0 0;
  width: 60%;
}
@media (min-width: 856px) {
  #vi .about ul li:nth-child(even) img {
    margin: 0 40px 0 0;
  }
}
#vi .doctor {
  background: #F6F6F6;
  padding: 60px 0 30px;
}
#vi .doctor .wrap {
  margin: 0 auto;
  width: 90%;
}
@media (min-width: 856px) {
  #vi .doctor .wrap {
    width: 900px;
  }
}
#vi .doctor .wrap .facebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 856px) {
  #vi .doctor .wrap .facebox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
#vi .doctor .wrap .facebox img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 856px) {
  #vi .doctor .wrap .facebox img {
    width: 55%;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
  }
}
#vi .doctor .wrap .facebox .txtbox {
  width: 100%;
}
@media (min-width: 856px) {
  #vi .doctor .wrap .facebox .txtbox {
    width: 40%;
  }
}
#vi .doctor .wrap .facebox .txtbox .name {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.05rem;
  text-align: center;
  padding: 1rem 0;
}
@media (min-width: 856px) {
  #vi .doctor .wrap .facebox .txtbox .name {
    font-size: 16px;
    text-align: left;
    padding: 0 0 1rem 0;
  }
}
#vi .doctor .wrap .facebox .txtbox .name strong {
  font-size: 19px;
  display: block;
  font-weight: 200;
}
@media (min-width: 856px) {
  #vi .doctor .wrap .facebox .txtbox .name strong {
    font-size: 20px;
  }
}
#vi .doctor .wrap .facebox .txtbox .name strong small {
  font-size: 70%;
  color: #9D8264;
}
#vi .doctor .wrap .facebox .txtbox .history {
  border: 1px solid #C3C3C3;
  padding: 1.5rem 2rem;
  font-family: yu-gothic-pr6n, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}
@media (min-width: 856px) {
  #vi .doctor .wrap .facebox .txtbox .history {
    font-size: 15px;
  }
}
#vi .doctor .wrap .comment {
  background: #fff;
  padding: 1.5rem 2rem;
  margin: 30px 0 0 0;
  font-size: 15px;
}
@media (min-width: 856px) {
  #vi .doctor .wrap .comment {
    font-size: 16px;
  }
}
#vi .doctor .wrap .comment strong {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  padding: 0rem 0 1rem 0;
  text-align: center;
}
@media (min-width: 856px) {
  #vi .doctor .wrap .comment strong {
    font-size: 17px;
  }
}
#vi .lp_about {
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#vi .lp_about img {
  margin: 10px auto;
  width: 60%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 856px) {
  #vi .lp_about {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 40px auto 60px auto;
  }
  #vi .lp_about img {
    margin: 0 0px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#vi .lp_about .youtube {
  margin: 10px 0 10px 0;
  width: 100%;
  aspect-ratio: 16/9;
}
@media (min-width: 856px) {
  #vi .lp_about .youtube {
    margin: 0 30px 0px 0px;
    width: 320px;
    height: auto;
    aspect-ratio: 4/3;
  }
}
#vi .lp_about .youtube video {
  width: 100%;
}
@media (min-width: 856px) {
  #vi .lp_about .youtube video {
    width: 100%;
  }
}
#vi .lp_about .youtube iframe {
  width: 100%;
  height: 100%;
}
#vi .lp_about .imgBox {
  width: 100%;
  margin: 0px auto;
}
@media (min-width: 856px) {
  #vi .lp_about .imgBox {
    width: 30%;
  }
}
#vi .lp_about p {
  display: block;
  width: 100%;
  text-align: left;
}
@media (min-width: 856px) {
  #vi .lp_about p {
    width: 60%;
  }
}
#vi .lp_about_mov {
  margin: 20px auto 30px auto !important;
}
@media (min-width: 856px) {
  #vi .lp_about_mov {
    width: 800px;
    margin: 20px auto 60px auto !important;
  }
}
@media (min-width: 856px) {
  #vi .lp_about_contL {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#vi .lp_about_noflex p {
  width: 100%;
  margin: 10px auto 20px auto;
}
@media (min-width: 856px) {
  #vi .lp_about_noflex p {
    margin: 20px auto 40px auto;
  }
}
#vi .lp_about_noflex img {
  width: 100%;
}
@media (min-width: 856px) {
  #vi .lp_about_noflex img {
    width: 90%;
  }
}
@media (min-width: 856px) {
  #vi .lp_about_noflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#vi .ryoukin {
  margin: 20px auto 10px auto;
}
@media (min-width: 856px) {
  #vi .ryoukin {
    margin: 40px auto 20px auto;
  }
}
#vi .mb60 {
  margin-bottom: 30px !important;
}
@media (min-width: 856px) {
  #vi .mb60 {
    margin-bottom: 60px !important;
  }
}
#vi .mt60 {
  margin-top: 60px !important;
}
#vi .mt40 {
  margin-top: 40px !important;
}
#vi .Smenu {
  background: #F8F7F5;
  margin: 20px 0% 30px 0%;
  text-align: center;
}
@media (min-width: 856px) {
  #vi .Smenu {
    margin: 40px 5% 60px 5%;
  }
}
#vi .Smenu h3 {
  color: #9D8264;
  font-size: 22px;
  padding: 0 0 30px 0;
  letter-spacing: 0.1rem;
}
@media (min-width: 856px) {
  #vi .Smenu h3 {
    font-size: 26px;
  }
}
#vi .Smenu h4 {
  font-size: 18px;
  padding: 0 0 10px 0;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media (min-width: 856px) {
  #vi .Smenu h4 {
    font-size: 20px;
  }
}
#vi .Smenu .container {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0 60px 0;
}
@media (min-width: 856px) {
  #vi .Smenu .container {
    width: 900px;
    padding: 40px 0 60px 0;
    margin: 0 auto;
  }
}
#vi .Smenu .container .cheak {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#vi .Smenu .container .cheak li {
  margin: 0px 10px;
  background: url("../images/icon_cheak.png") no-repeat top left;
  background-size: 20px 24px;
  padding: 0 0 0 25px;
  font-family: YuGothic, sans-serif;
}
@media (min-width: 856px) {
  #vi .Smenu .container .cheak {
    font-size: 16px;
  }
  #vi .Smenu .container .cheak li {
    margin: 10px 10px;
  }
}
#vi .Smenu .container p {
  font-size: 16px;
  text-align: left;
}
#vi .Smenu .container .hikaku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 20px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 856px) {
  #vi .Smenu .container .hikaku {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 40px 0;
  }
}
#vi .Smenu .container .hikaku .hikakuBox {
  border: 1px solid #D8D8D8;
  padding: 15px 30px;
  text-align: center;
  margin: 10px 0px;
  width: 100%;
}
@media (min-width: 856px) {
  #vi .Smenu .container .hikaku .hikakuBox {
    width: 48%;
  }
}
#vi .Smenu .container .hikaku .hikakuBox img {
  width: 100%;
  margin: 5px auto;
}
#vi .Smenu .container .hikaku .hikakuBox h5 {
  font-size: 16px;
  margin: 0;
  padding: 0 0 10px 0;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media (min-width: 856px) {
  #vi .Smenu .container .hikaku .hikakuBox h5 {
    font-size: 17px;
  }
}
#vi .Smenu .container .hikaku .hikakuBox .colGold {
  color: #956835;
}
#vi .Smenu .container .hikaku .hikakuBox p {
  display: block;
  margin: 0;
  padding: 0;
  font-family: YuGothic, sans-serif;
  font-size: 14px;
  color: #605945;
  line-height: 1.6;
  text-align: center;
}
#vi .Smenu .container .naiyou {
  background: #fff;
  width: 100%;
  margin: 0px auto 0 auto;
  padding: 30px 20px 10px 20px;
}
@media (min-width: 856px) {
  #vi .Smenu .container .naiyou {
    padding: 40px 40px 40px 40px;
    margin: 40px auto 0 auto;
  }
}
#vi .Smenu .container .naiyou .tdStan {
  height: auto;
}
@media (min-width: 856px) {
  #vi .Smenu .container .naiyou .tdStan {
    height: 100px !important;
  }
}
#vi .Smenu .container .naiyou .price p {
  font-size: 13px !important;
}
@media (min-width: 856px) {
  #vi .Smenu .container .naiyou .price p {
    font-size: 16px !important;
  }
}
#vi .Smenu .container .txtBox {
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#vi .Smenu .container .txtBox .imgbox {
  margin: 0 0px 0px 0;
  width: 100%;
  text-align: center;
}
#vi .Smenu .container .txtBox .imgbox img {
  margin: 0 auto;
}
#vi .Smenu .container .txtBox .imgbox span {
  text-align: center;
  font-size: 15px;
  padding: 5px 0 0 0;
  font-family: YuGothic, sans-serif;
}
#vi .Smenu .container .txtBox p {
  margin: 0 0px 20px 0;
  width: 100%;
}
@media (min-width: 856px) {
  #vi .Smenu .container .txtBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 40px auto;
  }
  #vi .Smenu .container .txtBox .imgbox {
    width: 45%;
  }
  #vi .Smenu .container .txtBox p {
    width: 50%;
  }
}
#vi .Smenu .container .attention {
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  display: block;
  margin: 5px 0 0 0;
  padding: 0;
}

.bosyummt {
  margin: 40px auto 20px auto;
  width: 90%;
  border: 3px solid;
  background: #F9F6F3;
  color: #966427;
  font-size: 16px;
  letter-spacing: 0.1rem;
  text-align: center;
  padding: 20px;
}
@media (min-width: 856px) {
  .bosyummt {
    margin: 60px auto 20px auto;
    width: 100%;
    padding: 20px;
  }
}
.bosyummt strong {
  font-size: 18px;
  padding: 0px 0 0px 0;
  line-height: 1.8;
  font-weight: 300;
  display: block;
  color: #966427;
}
@media (min-width: 856px) {
  .bosyummt strong {
    font-size: 22px;
  }
}
.bosyummt img {
  text-align: center;
  margin: 20px auto 30px auto;
  width: 100%;
}
@media (min-width: 856px) {
  .bosyummt img {
    margin: 40px auto;
    width: 60%;
  }
}

/*ピコスポットについて追加*/
.ly_commonWidth_about {
  padding: 0 0 20px 0;
  background: #fff;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 856px) {
  .ly_commonWidth_about {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}

.btn_gra {
  background-color: #B4936B;
}

.lp_reco {
  background: #F8F6F4;
}

/*料金表追加*/
.bl_heading_border small {
  font-size: 60%;
}

.price_machine {
  display: block;
  color: #B98373;
  font-size: 13px;
  line-height: 1.5;
  padding: 0.2rem 0 0 0;
}

.bl_price {
  margin-top: 0px !important;
}
@media (min-width: 856px) {
  .bl_price {
    margin: 40px 0 20px 0;
    margin-top: 55px;
  }
}

.price_cam_td {
  line-height: 1.6;
}

.price_cam_txt {
  display: inline-block;
  background: #B98373;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  padding: 0.2rem 0.6rem;
  color: #fff;
}
@media (min-width: 856px) {
  .price_cam_txt {
    font-size: 14px;
    padding: 0.4rem 1rem;
  }
}

.price_cam_attention {
  font-size: 13px !important;
  padding: 10px 0 40px 0;
  line-height: 1.7 !important;
  font-family: YuGothic, sans-serif;
  text-align: center;
}
.price_cam_attention b {
  font-size: 110%;
  font-weight: 600;
}
@media (min-width: 856px) {
  .price_cam_attention {
    text-align: left;
  }
}

.price_cam_attention2 {
  font-size: 15px !important;
  padding: 10px 0 0px 0;
  line-height: 1.7 !important;
  font-family: YuGothic, sans-serif;
  text-align: center;
  color: #C46168;
}
.price_cam_attention2 b {
  font-size: 110%;
  font-weight: 600;
}
@media (min-width: 856px) {
  .price_cam_attention2 {
    text-align: left;
    font-size: 17px !important;
  }
}

.price_cam_cancel {
  text-decoration: line-through;
  display: inline-block;
  font-size: 15px !important;
}
@media (min-width: 856px) {
  .price_cam_cancel {
    font-size: 16px !important;
  }
}

.price_cam_comment {
  display: inline-block;
  line-height: 1;
  font-size: 14px !important;
  color: #242424;
}
@media (min-width: 856px) {
  .price_cam_comment {
    font-size: 16px !important;
  }
}

.price_price {
  color: #B98373;
  display: inline-block;
  padding: 0rem 0 0rem 0;
  line-height: 1.5;
  font-size: 14px;
  text-align: right !important;
}
.price_price strong {
  font-size: 120%;
  font-weight: 400;
}
@media (min-width: 856px) {
  .price_price strong {
    font-size: 120% !important;
    padding: 0 0.2rem 0.5rem 0.2rem;
  }
}
.price_price .sprice {
  font-size: 140% !important;
}

.colorRed {
  color: #B98373;
}

.colorBlue {
  color: #188EC3;
}

.lp_qa {
  background: #F8F8F8;
}

.pt .mv .priceWrap .ptMvCom {
  display: none;
}
.pt .mv .face {
  background-image: url("../images/mvpt_sp.png") !important;
}
.pt .mv .txt {
  left: 50% !important;
  background-image: url("../images/mvpt_txt_sp.png") !important;
  width: 50% !important;
}
@media (min-width: 856px) {
  .pt .mv .priceWrap {
    bottom: 10% !important;
  }
  .pt .mv .priceWrap .ptMvCom {
    display: block;
    background: #B98D45;
    text-align: center;
    padding: 1rem 2rem;
    line-height: 1.3;
    font-size: 22px;
    color: #fff;
    margin: 0 15px 0 0;
    font-family: YuGothic, sans-serif;
  }
  .pt .mv .priceWrap .ptMvCom strong {
    font-size: 120%;
  }
  .pt .mv .priceWrap .priceBox .price strong {
    font-size: 80px !important;
  }
  .pt .mv .priceWrap .priceBox .tit {
    background: #fff !important;
    border: 1px solid #B98D45 !important;
    color: #B98D45 !important;
    font-size: 18px !important;
    font-family: DNPShueiMinPr6, serif !important;
  }
  .pt .mv .face {
    background-image: url("../images/mvpt.png") !important;
  }
  .pt .mv .txt {
    background-image: url("../images/mvpt_txt.png") !important;
    width: 665px !important;
    height: 203px !important;
  }
}
.pt .price_sp .n_price .midashi {
  padding: 1rem 0.5rem !important;
}
.pt .price_sp .n_price strong {
  font-size: 50px !important;
}

.Grid {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.Cell {
  width: 100%;
}
@media (min-width: 856px) {
  .Cell {
    width: 45% !important;
  }
}

.bl_cardPicospot_head figure img {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.lp_point {
  background: none;
  padding: 0px 0 20px 0;
}
@media (min-width: 856px) {
  .lp_point {
    padding: 20px 0 40px 0;
  }
}
.lp_point ul li {
  margin: 0;
}
.lp_point ul li .txt span {
  color: #9D8B7C;
}
.lp_point ul li .txt strong {
  color: #343434;
}
@media (min-width: 856px) {
  .lp_point ul li {
    margin: 40px 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (min-width: 856px) {
  .lp_point ul li:nth-child(odd) img {
    padding: 0 0 0 0px;
  }
  .lp_point ul li:nth-child(even) img {
    padding: 0 0px 0 0;
  }
}
.lp_point .cvBtn {
  width: 80%;
  margin: 20px auto;
}
@media (min-width: 856px) {
  .lp_point .cvBtn {
    width: 100%;
    margin: 40px auto;
  }
}

.painW {
  background: #fcfcfc;
  width: 100%;
  text-align: center;
  margin: 0px 0 20px 0;
  padding: 20px 0;
}
@media (min-width: 856px) {
  .painW {
    margin: 40px 0 0 0;
    padding: 40px 0;
  }
}

.painW2 {
  width: 100%;
  text-align: center;
  padding: 0px 0;
}
@media (min-width: 856px) {
  .painW2 {
    padding: 10px 0 20px 0;
  }
}

.pain {
  margin: 20px auto;
  width: 90%;
}
@media (min-width: 856px) {
  .pain {
    width: 900px;
  }
}
.pain .pcopy {
  text-align: center;
  font-size: 16px;
  padding-top: 20px;
}
.pain .pcatch {
  text-align: center;
  font-size: 20px;
  padding: 20px 0 40px 0;
  letter-spacing: 0.1rem;
  color: #A27756;
}
@media (min-width: 856px) {
  .pain .pcatch {
    font-size: 24px;
  }
}
.pain .colcont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 10px 0;
}
@media (min-width: 856px) {
  .pain .colcont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 20px 0;
  }
}
.pain .colcont .box {
  width: 100%;
  margin: 20px auto;
  background: #fff;
  padding: 20px;
  text-align: center;
}
.pain .colcont .box img {
  margin: 0 auto;
}
@media (min-width: 856px) {
  .pain .colcont .box {
    width: 100%;
  }
}
.pain .colcont .box .atTxt {
  border: 1px solid #B09D7F;
  padding: 1rem;
  margin: 40px auto 10px auto;
  color: #B09D7F;
  font-family: YuGothic, sans-serif;
}
.pain .colcont .box strong {
  font-size: 20px;
  padding: 1rem 1rem 0 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #9D8264;
  display: inline-block;
  letter-spacing: 0.04rem;
}
@media (min-width: 856px) {
  .pain .colcont .box strong {
    font-size: 22px;
  }
}
.pain .colcont .box .inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.pain .colcont .box .inn p {
  text-align: left;
}
@media (min-width: 856px) {
  .pain .colcont .box .inn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.pain .colcont .box p {
  text-align: center;
  line-height: 1.8;
  padding: 1rem;
  letter-spacing: 0.02rem;
  display: inline-block;
  margin: 0 0px 10px 0;
}
@media (min-width: 856px) {
  .pain .colcont .box p {
    margin: 0 0px 0 0;
  }
}
.pain .colcont .box p .insta {
  display: block;
  text-decoration: underline;
  font-weight: 200;
}
.pain .colcont .box p .insta::before {
  content: url("../images/mark_insta.png");
  padding: 5px 5px 0px 0;
  vertical-align: middle;
}
.pain .colcont .box p .insta:hover {
  text-decoration: none;
}
.pain .colcont .box .rtxt {
  text-align: left;
  line-height: 2;
}

.pricetit {
  font-size: 16px !important;
  padding: 0px 0 10px 0;
  line-height: 1.6 !important;
}
@media (min-width: 856px) {
  .pricetit {
    font-size: 18px !important;
    padding: 0px 0 20px 0;
  }
}
.pricetit small {
  font-size: 70%;
  display: inline-block;
}

.pricetits {
  font-size: 16px !important;
  padding: 0px 0 10px 0;
  line-height: 1.6 !important;
  text-align: center;
  font-family: YuGothic, sans-serif;
}
@media (min-width: 856px) {
  .pricetits {
    font-size: 17px !important;
    padding: 0px 0 20px 0;
  }
}
.pricetits small {
  font-size: 70%;
  display: inline-block;
}

.pricetitL {
  font-size: 18px !important;
  padding: 20px 0 10px 0;
  line-height: 1.6 !important;
}
@media (min-width: 856px) {
  .pricetitL {
    font-size: 22px !important;
    padding: 20px 0 20px 0;
  }
}
.pricetitL small {
  font-size: 70%;
  display: inline-block;
}

.exmplePh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 60px auto;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.exmplePh img {
  margin: 20px auto;
}
@media (min-width: 856px) {
  .exmplePh {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .exmplePh img {
    margin: 0px auto;
  }
}

.facebox {
  text-align: center;
  margin: 20px auto 40px auto;
}
.facebox img {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 856px) {
  .facebox img {
    width: 40%;
  }
}

.bmenuTit {
  font-size: 20px;
  margin: 40px auto 0 auto;
  text-align: center;
}
@media (min-width: 856px) {
  .bmenuTit {
    font-size: 25px;
    margin: 80px auto 0px auto;
  }
}

.ptxtC {
  text-align: center;
  margin: 20px 0 20px 0;
}
@media (min-width: 856px) {
  .ptxtC {
    margin: 40px 0 40px 0;
  }
}

.muryoBtn {
  margin: 20px auto 40px auto;
}
@media (min-width: 856px) {
  .muryoBtn {
    margin: 40px auto 80px auto;
  }
}

.bannerW {
  margin: 20px auto;
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 856px) {
  .bannerW {
    margin: 40px auto;
  }
}
.bannerW img {
  width: 100%;
}
.bannerW:hover {
  opacity: 0.7;
}

.priceR {
  text-align: right !important;
}