@charset "UTF-8";
/* responsive setting */
/* color setting */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
figure,
form,
fieldset,
input,
textarea,
p,
blockquote,
tbody,
th,
tr,
td,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
}

body {
  background: #fff;
  color: #333;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

em,
i {
  font-size: 100%;
  font-weight: 500;
  font-style: normal;
}

ul {
  list-style: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

li {
  list-style: none;
}

table,
tbody,
tr,
th,
td {
  border-collapse: collapse;
}

fieldset,
img {
  border: 0 none;
  max-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

img[src$=".svg"] {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}

main,
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym,
tbody,
tr {
  border: 0 none;
}

select option {
  padding: 0 0.5em;
}

form label {
  cursor: pointer;
  display: block;
}

hr {
  clear: both;
  margin: 0;
  padding: 0;
  visibility: hidden;
}

a {
  color: #333;
  border: 0 none;
  outline: medium none;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}

a:focus,
a:hover,
button:focus,
button:hover {
  color: #333;
  outline: medium none;
  text-decoration: none;
}

input,
select,
button {
  background: transparent;
  border: 0;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
  vertical-align: middle;
  border-radius: 0;
}

input[type=submit] {
  -webkit-appearance: none;
}

button {
  cursor: pointer;
  display: block;
  letter-spacing: inherit;
  padding: 0;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}

textarea {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=text],
input[type=password],
textarea,
select {
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}

*:focus {
  outline: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

iframe {
  border: none;
  display: block;
}
.col {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: 0px;
}

/*------------------------------------------------

		md_select_wrap

------------------------------------------------*/
.md_select_wrap {
  position: relative;
}
.md_select_wrap::after {
  background: url(../img/icn_arrow.svg) center center/24px 24px no-repeat;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  transform: rotate(90deg);
  position: absolute;
  top: 16px;
  right: 5px;
}
@media (max-width: 559px) {
  .md_select_wrap::after {
    top: 12px;
  }
}
.md_select_wrap select {
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.md_select_wrap select ::-ms-expand {
  display: none;
}

/*------------------------------------------------

		modal fade

------------------------------------------------*/
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap.mfp-content {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.mfp-fade.mfp-wrap.mfp-ready.mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing.mfp-content {
  opacity: 0;
}

/*------------------------------------------------

		scroll bar

------------------------------------------------*/
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  background-color: #aaa;
}

/*------------------------------------------------

		common

------------------------------------------------*/
.is-klee {
  font-family: "Klee One", "Zen Kaku Gothic Antique", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
}

.is-go {
  font-family: "Noto Sans JP", "Zen Kaku Gothic Antique", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
}

h2 span {
  color: #91393e; 
}
.is_animation {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
@media (max-width: 559px) {
  .is_animation {
    transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
  }
}

.is_animation.is_show {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
@media (max-width: 559px) {
  .is_animation.is_show {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

/*------------------------------------------------

		gnavi

------------------------------------------------*/
.md_cta {
  display: none;
  background: #fff;
  padding: 60px 5% 50px;
}
@media (max-width: 767px) {
  .md_cta {
    display: block;
    padding: 30px 3.5% 25px;
  }
}
.md_cta.is_bg2 {
  background: #f9f9f9;
}
.md_cta_microcopy {
  color: #b7958b;
  margin: 0 auto 1rem !important;
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 767px) {
  .md_cta_microcopy {
    font-size: 1rem;
    margin: 0 auto 0.8rem !important;
  }
}
.md_cta_microcopy strong {
  font-weight: 1.6rem;
}
@media (max-width: 767px) {
  .md_cta_microcopy strong {
    font-size: 1.2rem;
  }
}
.md_cta ul {
  line-height: 1.4;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .md_cta ul {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .md_cta ul li {
    width: 48%;
  }
}

.md_cta ul li a {
  background: #327a57;
  border-radius: 100px;
  color: #fff;
  display: block;
  /*font-size: 1.8rem;*/
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  width: 350px;
  height: 100%;
  padding: 24px 15px 24px 0;
  text-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  letter-spacing: 0;
}
.md_cta ul li:last-child a {
  background: #91393e!important;
}
@media (max-width: 767px) {
  .md_cta ul li a {
    border-radius: 50px;
    font-size: 1.4rem;
    font-weight: 500;
    width: 100%;
    padding: 12px 0 12px 0;
    letter-spacing: 0;
  }
}
.md_cta ul li a:hover {
  opacity: 0.6;
}
.md_cta ul li a br {
  display: none;
}
@media (max-width: 559px) {
  .md_cta ul li a br {
    display: block;
  }
}
.md_cta ul li:first-of-type a::before {
  background: url(../img/icn_line.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .md_cta ul li:first-of-type a::before {
    width: 18.5px;
    height: 18.5px;
    /* margin: 1px 2px auto 0; */
  }
}
.md_cta ul li:last-of-type {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .md_cta ul li:last-of-type {
    margin-left: 4%;
  }
}
.md_cta ul li:last-of-type a::before {
  /*background: url(../img/icn_line.svg) center/contain no-repeat;*/
  background: url(../img/icn_tel.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .md_cta ul li:last-of-type a::before {
    width: 18.5px;
    height: 18.5px;
    margin: 1px 8px auto 0;
  }
}
.md_cta > p {
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .md_cta > p {
    font-size: 1rem;
    margin-top: 8px;
  }
}
.md_cta.is_fix {
  display: block;
  border-bottom: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 15px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
@media (max-width: 767px) {
  .md_cta.is_fix {
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px 4% 15px;
    left: 0;
  }
}
.md_cta.is_fix.is_show {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.md_cta.is_fix ul li a {
  width: 210px;
}
@media (max-width: 767px) {
  .md_cta.is_fix ul li a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .md_cta.is_fix > p {
    margin-top: 3px;
  }
}

.cta {
  max-width: 60rem;
  margin: 0 auto 10rem;
  padding: 0 min(12%, 4.5rem);
}
@media (max-width: 767px) {
.cta {
    margin: 0 auto 4.5rem;
  }
}

.cta_btn-wrapper {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cta_btn-wrapper {
    margin: 10px auto 0;
  }
}
.cta_btn-wrapper p:nth-child(1),
.cta_btn-wrapper p:nth-child(3) {
  position: relative;
  display: inline-block;
  margin: 20px auto 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: #333;
}
@media (max-width: 767px) {
  .cta_btn-wrapper p:nth-child(1),
  .cta_btn-wrapper p:nth-child(3) {
  font-size: 1.2rem;
  margin: 10px auto 5px;
}
}
.cta_btn-wrapper p:nth-child(1)::before,
.cta_btn-wrapper p:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  width: 30px;
  height: 1px;
  background: #333;
  transform: rotate(65deg);
}
@media (max-width: 767px) {
  .cta_btn-wrapper p:nth-child(1)::before,
  .cta_btn-wrapper p:nth-child(3)::before {
  left: -30px;
  width: 17.5px;
}
}
.cta_btn-wrapper p:nth-child(1)::after,
.cta_btn-wrapper p:nth-child(3)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  width: 30px;
  height: 1px;
  background: #333;
  transform: rotate(-65deg);
}
@media (max-width: 767px) {
  .cta_btn-wrapper p:nth-child(1)::after,
  .cta_btn-wrapper p:nth-child(3)::after {
  right: -30px;
  width: 17.5px;
}
}

.md_cta .md_cta-text {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.md_cta .md_cta-text p {
  width: 48%;
  font-size: 1.3rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 10px;
  position: relative;
  color: #333;
}
@media (max-width: 750px) {
  .md_cta .md_cta-text p {
    font-size: 1rem;
    margin: 0 0 5px;
  }
}
.md_cta .md_cta-text p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 40px;
  height: 1px;
  background: #333;
  transform: rotate(65deg);
}
@media (max-width: 750px) {
  .md_cta .md_cta-text p::before {
    left: -10px;
    width: 30px;
    height: 1px;
  }
}
.md_cta .md_cta-text p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 40px;
  height: 1px;
  background: #333;
  transform: rotate(-65deg);
}
@media (max-width: 750px) {
  .md_cta .md_cta-text p::after {
    right: -10px;
    width: 30px;
    height: 1px;
  }
}

.cta_btn:last-child a {
  background: #91393e;
  border-radius: 100px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  height: 100%;
  margin: 0 auto;
  padding: 22px 30px;
  overflow: visible;
  position: relative;
  text-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  display: inline-flex;
  width: 100%;
}
.cta_btn a {
  background: #327a57;
  border-radius: 100px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  height: 100%;
  margin: 0 auto;
  padding: 22px 30px;
  overflow: visible;
  position: relative;
  text-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 767px) {
  .cta_btn a {
    font-size: 1.4rem;
  }
}
.cta_text {
  text-align: center;
  font-size: 2rem;
  margin: 0 auto 3rem;
}
.cta_text span{
  color: #010F4B;
}
@media (max-width: 767px) {
  .cta_text {
    font-size: 1.4rem;
    margin: 0 auto 2rem;
  }
}
@media (max-width: 767px) {
  .cta_btn,.cta_btn:last-child a {
    border-radius: 50px;
    display: flex;
    font-size: 1.4rem;
    font-weight: 500;
    width: 100%;
    /*margin: 0 auto 2rem;*/
    /*padding: 15px 30px;*/
  }
}
.cta_btn:last-child a::before {
  background: url(../img/icn_tel.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.cta_btn a::before {
  background: url(../img/icn_line.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .cta_btn a::before {
    width: 18.5px;
    height: 18.5px;
    margin: 1px 8px auto 0;
  }
}
.cta_btn a:hover {
  opacity: 0.6;
}
.cta_btn a br {
  display: none;
}
.cta .banner {
  display: block;
  margin: 0 0 30px;
  zoom: 1;
}
.cta_btn.reservation a{
  background: #327a57;
}
.cta_btn.reservation a::before {
  background: url(../img/icn_line.svg) center / contain no-repeat
}

/*------------------------------------------------

		header

------------------------------------------------*/
.header {
  width: 100%;
  margin: 0 auto;
  padding: 6rem min(12%, 6rem) 4.5rem;
}
@media (max-width: 959px) {
  .header {
    width: calc(100% - 4rem);
    padding: 2rem 2rem 1.5rem;
    top: 2rem;
  }
}
@media (max-width: 559px) {
  .header {
    width: calc(100% - 3rem);
    padding: 2rem 0rem 1.5rem 1rem;
    top: 1.5rem;
  }
}
.header_inner {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header_logo {
  font-size: 1.1rem;
}
@media (max-width: 959px) {
  .header_logo {
    font-size: 1rem;
  }
}
@media (max-width: 559px) {
  .header_logo {
    margin-left: 0;
    text-align: justify;
  }
}
.header_logo a {
  display: block;
}
.header_logo a:hover {
  opacity: 0.6;
}
.header_logo img {
  width: 250px;
  zoom: 1;
}
@media (max-width: 959px) {
  .header_logo img {
    width: 180px;
  }
}
.header_logo p + p {
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
@media (max-width: 349px) {
  .header_logo p + p {
    letter-spacing: 0;
  }
}
.header_sns {
  padding-bottom: 1rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 959px) {
  .header_sns {
    padding-bottom: 0.25rem;
  }
}
.header_sns li + li {
  color: #333;
  margin-left: 1rem;
}
.header_sns a {
  display: block;
}
@media (max-width: 559px) {
  .header_sns a {
    width: 16px;
  }
}
.header_sns a:hover {
  opacity: 0.6;
}
.header_sns a img {
  zoom: 1;
  display: block;
}

/*------------------------------------------------

		footer

------------------------------------------------*/
.l_footer {
  font-size: 1.1rem;
  padding: 60px 5% 75px;
  text-align: center;
}
@media (max-width: 767px) {
  .l_footer {
    font-size: 1rem;
    padding: 30px 5% 120px;
    margin: 0 0 33px;
  }
}

/*------------------------------------------------

		main

------------------------------------------------*/
/*------------------------------------------------

		ttl

------------------------------------------------*/
.ttl {
  text-align: center;
}
.ttl h2 {
  display: inline;
  font-size: 3.6rem;
  font-weight: 700;
}
@media (max-width: 559px) {
  .ttl h2 {
    font-size: 2.1rem;
  }
}
.ttl h2 span {
  position: relative;
  z-index: 1;
}
.ttl h2 i {
  font-size: 4rem;
  font-weight: 700;
}
@media (max-width: 559px) {
  .ttl h2 i {
    font-size: 1.75rem;
  }
}
.ttl br {
  display: none;
}
@media (max-width: 559px) {
  .ttl br {
    display: block;
  }
}
.ttl.is_white h2 {
  background: linear-gradient(transparent 60%, #fff 60%);
}
.ttl.is_yellow h2 {
  background: linear-gradient(transparent 60%, #f9f9f9 60%);
}

/*------------------------------------------------

		risk

------------------------------------------------*/
.risk {
  border-top: 4px dotted #fff;
  border-bottom: 4px dotted #fff;
  max-width: 420px;
  margin: 0 auto;
  padding: 2rem 0;
}
@media (max-width: 559px) {
  .risk {
    border-top: 2px dotted #fff;
    border-bottom: 2px dotted #fff;
    padding: 1.5rem min(4%, 3rem);
  }
}
.risk_list_item {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 559px) {
  .risk_list_item {
    display: block;
  }
}
.risk_list_item:not(:first-of-type) {
  margin-top: 0.5rem;
}
.risk_list_item > dt {
  font-size: 1.2rem;
  font-weight: 700;
  width: 110px;
}
@media (max-width: 559px) {
  .risk_list_item > dt {
    font-size: 1rem;
    width: 100%;
  }
}
.risk_list_item > dd {
  font-size: 1.1rem;
  width: calc(100% - 110px);
}
@media (max-width: 559px) {
  .risk_list_item > dd {
    font-size: 0.9rem;
    width: 100%;
  }
}
.risk_list_item dl {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.risk_list_item dl dt {
  width: 8em;
  position: relative;
}
.risk_list_item dl dt::after {
  content: "：";
  display: block;
  position: absolute;
  top: 0;
  right: 0.5rem;
}
.risk_list_item dl dd {
  width: calc(100% - 8em);
}

/*------------------------------------------------

		anchor

------------------------------------------------*/
.anchor_list {
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 8%;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 559px) {
  .anchor_list {
    margin: 30px auto;
  }
}
.anchor_list_item {
  width: 22.5%;
}
@media (max-width: 767px) {
  .anchor_list_item {
    width: 48.5%;
  }
}
@media (max-width: 767px) {
  .anchor_list_item:nth-of-type(n+3) {
    margin-top: 15px;
  }
}
.anchor_list_item a {
  background: #fff;
  border: 1px solid #333;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 10px 20px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 559px) {
  .anchor_list_item a {
    font-size: 1rem;
    padding: 5px 15px;
  }
}
.anchor_list_item a::before {
  background: url(../img/icn_anchor_list_arrow.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 11px;
  height: 11.5px;
  margin-right: 10px;
}
.anchor_list_item a:hover {
  background: #91393e;
}

img {
  zoom: 0.75;
}
@media (max-width: 559px) {
  img {
    zoom: 0.5;
  }
}

/*------------------------------------------------

		kv

------------------------------------------------*/
.kv {
  padding: 0 0 0 6rem;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .kv {
    padding: 1rem 0 0 0;
    margin-bottom: 40px;
  }
}
.kv_inner {
  position: relative;
  max-width: 140rem;
  margin: 0 auto;
}
.kv_image {
  overflow: hidden;
  padding-top: 6rem;
  background: #f9f9f9;
  border-radius: 0 18rem 0 0;
  background: url(../img/kv_bg.png) 100% / cover no-repeat;
  padding-right: 8%;
  max-height: 62vh;
}
@media (max-width: 767px) {
  .kv_image {
    border-radius: 0 10rem 0 0;
    padding-top: 10rem;
    padding-right: 16%;
    max-height: 62vh;
  }
}
.kv_image figure {
  position: relative;
  z-index: 2;
  text-align: right;
}
@media (max-width: 767px) {
  .kv_image figure {
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .kv_image figure img {
    zoom: min(0.45);
  }
}
.kv_text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .kv_text {
    justify-content: space-between;
  }
}
.kv_text_caption {
  background: repeating-linear-gradient(to right, #f3f1f1, #f3f1f1 3px, transparent 1px, transparent 8px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4% 8%;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .kv_text_caption{
    background: repeating-linear-gradient(to right, #f3f1f163, #f3f1f163 2px, transparent 1px, transparent 4px);
  }
}
.kv_text_caption div {
  max-width: 640px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 700;
  font-size: 2.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .kv_text_caption div {
    width: 100%;
    filter: drop-shadow(0px 0px 15px rgba(255,250,250,1.0));
    font-size: 2rem;
  }
}
.kv_text_caption div p{
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  gap: 30px;
}
.kv_text_caption img {
  width:100%;
  filter: drop-shadow(7px 7px 13px rgba(255,208,209,0.8));
}
.kv_text_caption strong {
  background: #000;
  color: #FFF;
  display: flex;
  width: fit-content;
  margin: 2rem 0 0;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .kv_text_caption strong {
    font-size: 1.1rem;
    margin: 1rem 0 0;
  }
}
.kv_text_ttl {
  font-size: 4.0rem;
  margin-left: 8%;
  margin-top: -10%;
  font-weight: 500;
}
@media (max-width: 767px) {
  .kv_text_ttl {
    font-size: 1.8rem;
    margin: 2rem 0 0 3rem;
  }
}
.kv_text_ttl .is_sp {
  display: none;
}
@media (max-width: 767px) {
  .kv_text_ttl .is_sp {
    display: block;
  }
}
.kv_text_ttl span {
  color: #91393e;
}


/*------------------------------------------------

		topprice

------------------------------------------------*/
@media (max-width: 767px) {
  .topprice {
    padding: 0 0 4.5rem;
  }
}
.topprice_inner {
  max-width: 120rem;
  margin: 4.5rem auto 10rem;
}
@media (max-width: 767px) {
  .topprice_inner {
    margin: 0 auto;
  }
}
.topprice_special {
  margin: 0 auto;
  text-align: center;
}
.topprice_special p {
  background: repeating-linear-gradient(to right, #f3f1f1, #f3f1f1 3px, transparent 1px, transparent 8px);
  width: 100%;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .topprice_special p {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    background: repeating-linear-gradient(to right, #f3f1f1, #f3f1f1 2px, transparent 1px, transparent 4px);
    padding: 2rem 0;
  }
}
.topprice_special p br{
  display:none;
}
@media (max-width: 767px) {
  .topprice_special p br{
    display:block;
  }
}
.topprice_content {
  max-width: 50rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .topprice_content {
    padding: 0 min(12%, 4.5rem);
  }
}
.topprice_ttl {
  font-weight: 700;
  text-align: center;
  border-radius: 10rem;
  color: #91393e;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .topprice_ttl {
    font-size: 1.4rem;
  }
}
.topprice_list {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .topprice_list {
    margin-top: 2rem;
  }
}
.topprice_list_item {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topprice_list_item:not(:first-of-type) {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #eecec5;
}
@media (max-width: 767px) {
  .topprice_list_item:not(:first-of-type) {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
}
.topprice_list_item dt:first-of-type {
  margin-bottom: 1.5rem;
}
.topprice_list_item dt {
  line-height: 1.5;
}
.topprice_list_item dt strong {
  font-weight: 700;
}
.topprice_list_item dt strong i {
  font-size: 1.4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .topprice_list_item dt strong i {
    font-size: 1.1rem;
  }
}
.topprice_list_item dt span {
  font-size: 1.2rem;
  font-weight: 400;
  text-indent: -0.5em;
}
@media (max-width: 767px) {
  .topprice_list_item dt span {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .topprice_list_item dd {
    position: absolute;
    right: 4.5rem;
  }
}
.topprice_menu_item {
  text-align: center;
}
.topprice_menu_item:not(:first-of-type) {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .topprice_menu_item:not(:first-of-type) {
    margin-top: 2rem;
  }
}
.topprice_menu_item dd {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .topprice_menu_item dd {
    margin-top: 1.5rem;
  }
}
.topprice_menu_item dd img {
  vertical-align: sub;
  margin-right: 0.5rem;
  margin-bottom: 1.5rem;
}
.topprice_menu_item dd .is_small {
  margin-top: 1rem;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .topprice_menu_item dd .is_small {
    font-size: 1.1rem;
  }
}
.topprice_attention {
  max-width: 40rem;
  margin: 2.5rem auto 8rem;
  font-size: 1.2rem;
  padding-left: 1rem;
  text-indent: -1rem;
  line-height: 2;
  text-align: left;
}
@media (max-width: 767px) {
  .topprice_attention {
    font-size: 1rem;
    margin: 2rem 0 0 0;
    padding: 0 min(12%, 4.5rem);
  }
}
@media (max-width: 767px) {
  .topprice_attention br {
    display: none;
  }
}

/*------------------------------------------------

		visia

------------------------------------------------*/
.visia {
  padding: 0rem 4.5rem 9rem min(12%, 4.5rem);
}
@media (max-width: 767px) {
  .visia {
    padding: 0 0 4.5rem;
  }
}
.visia_inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
}
.visia_ttl {
  background: repeating-linear-gradient(to right, #f3f1f1, #f3f1f1 2px, transparent 1px, transparent 10px);
  width: 100%;
  margin-bottom: 6rem;
  font-size: 3.6rem;
  text-align: center;
  padding: 1.5rem 0;
}
@media (max-width: 767px) {
  .visia_ttl {
    background: repeating-linear-gradient(to right, #f3f1f1, #f3f1f1 1px, transparent 1px, transparent 5px);
    margin-bottom: 4.5rem;
    font-size: 2.1rem;
    padding: 2rem 0;
  }
}
.visia_image {
  width: 60%;
}
@media (max-width: 767px) {
  .visia_image {
    width: 84%;
    margin: 0 auto;
  }
}
.visia_image figure {
  position: relative;
}
.visia_image figure figcaption {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  right: 0;
  width: 50%;
  margin: 0 auto;
  padding: 0.5rem 3rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  background: #fff;
  border-radius: 10rem;
}
@media (max-width: 767px) {
  .visia_image figure figcaption {
    width: fit-content;
    font-size: 1rem;
  }
}
.visia_text {
  width: 35%;
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .visia_text {
    width: 100%;
    margin: 4.5rem 3rem 0;
    font-size: 1.3rem;
    text-align: center;
  }
}
.trouble_hifu_list_item_text .visia_text_attention {
  margin-top: 1rem;
  line-height: 1.2;
  text-indent: -1em;
  padding-left: 1em;
}
.trouble_hifu_list_item_text .visia_text_attention span {
  font-size: 1.2rem;
  font-weight: 500;
}


/*------------------------------------------------

		trouble

------------------------------------------------*/
.trouble {
  padding: 17rem min(12%, 4.5rem);
  background: url(../img/kv_bg.png) 100% / cover no-repeat;
}
@media (max-width: 767px) {
  .trouble {
    padding: 4.5rem 0;
    background: url(../img/kv_bg_sp.png) 100% / cover no-repeat;
  }
}
.trouble.volnewmer {
  padding: 17rem min(12%, 4.5rem);
}
@media (max-width: 767px) {
  .trouble.volnewmer {
    padding: 4.5rem min(12%, 4.5rem);
  }
}
.trouble.volnewmer .trouble_ttl {
  margin: 8rem 0 0 0;
}
@media (max-width: 767px) {
.trouble.volnewmer .trouble_ttl {
  margin: 2rem 0 0 0;
}
}
.trouble.volnewmer .trouble_volnewmer .trouble_ttl {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .trouble.volnewmer .trouble_volnewmer .trouble_ttl {
    margin: 0 0 15px;
  }
}

.trouble_inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  max-width: 85rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .trouble_inner {
    padding-left: 0;
  }
}
.trouble_ttl {
  width: 100%;
  margin-top: 8rem;
  font-size: 4.2rem;
  text-align: center;
  padding: 1.5% 0;
}
@media (max-width: 767px) {
  .trouble_ttl {
    margin-top: 2rem;
    font-size: 2.1rem;
    padding: 3% 0;
  }
}
@media (max-width: 767px) {
  .trouble_hifu .trouble_ttl {
    margin-top: 20px;
  }
}
.trouble_ttl strong {
  background: #000;
  color: #FFF;
  display: flex;
  font-size: 1.6rem;
  width: fit-content;
  margin: 0 auto 1rem;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .trouble_ttl strong {
    font-size: 1.2rem;
  }
}
.trouble_ttl span {
  color: #91393e;
}

.trouble_image {
  width: 47.9%;
  max-width: 390px;
}
@media (max-width: 767px) {
  .trouble_image {
    width: 100%;
    padding: 0 min(12%, 4.5rem);
  }
}
.trouble_image figure {
  position: relative;
}
.trouble_image figure::after {
  content: "";
  display: block;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  border-radius: 0 0 0 9rem;
  z-index: 1;
}

@media (max-width: 767px) {
  .trouble_image figure {
    width: 19.5rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .trouble_image figure::before {
    content: "";
    display: block;
    width: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 10rem;
    margin: -5rem calc(50% - 50vw) 0;
    background: repeating-linear-gradient(to right, #ffffff7a, #ffffff7a 2px, transparent 1px, transparent 4px);
  }
}
.trouble_image figure > img {
  zoom: 0.5;
  border-radius: 0 0 0 18rem;
}
@media (max-width: 767px) {
  .trouble_image figure > img {
    position: relative;
    z-index: 1;
  }
}
.trouble_image figure figcaption {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: -2rem;
  margin-top: -15rem;
}
@media (max-width: 767px) {
  .trouble_image figure figcaption {
    left: -1rem;
    z-index: 2;
    margin-top: -7.5rem;
  }
}
.trouble_text {
  width: 47.9%;
}
@media (max-width: 767px) {
  .trouble_text {
    width: 100%;
    margin-top: 4.5rem;
    padding: 0 min(12%, 4.5rem);
  }
}
.trouble_text_ttl {
  font-size: 2.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .trouble_text_ttl {
    font-size: 1.6rem;
  }
}
.trouble_text_list {
  width: fit-content;
  margin: 3rem auto 0;
}
@media (max-width: 767px) {
  .trouble_text_list {
    margin-top: 2rem;
    margin-left: 0;
  }
}
.trouble_text_list_item {
  position: relative;
  padding-left: 2.5rem;
}
@media (max-width: 767px) {
  .trouble_text_list_item {
    padding-left: 2rem;
  }
}
.trouble_text_list_item span {
  color: #91393e;
  font-weight: 700;
}
.trouble_text_list_item:not(:first-of-type) {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .trouble_text_list_item:not(:first-of-type) {
    margin-top: 0.5rem;
  }
}
.trouble_text_list_item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url(../img/icn_check.svg) center/contain no-repeat;
}
@media (max-width: 767px) {
  .trouble_text_list_item::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.trouble_list {
  margin: 9rem auto 0;
  min-width: 500px;
}
@media (max-width: 767px) {
  .trouble_list {
    margin: 4.5rem auto 0;
    width: 100%;
    min-width: unset;
  }
}
.trouble_list_item {
  background: repeating-linear-gradient(to right, #f3f1f1, #f3f1f1 3px, transparent 1px, transparent 8px);
  border-radius: 500px;
  padding: 4.5rem 15rem min(12%, 4.5rem);
  text-align: center;
  font-size: 2.1rem;
}
@media (max-width: 767px) {
  .trouble_list_item {
    border-radius: 80px;
    font-size: 1.4rem;
    text-align: left;
    /*margin-right: min(-12%, -4.5rem);*/
    padding: 4.5rem min(12%, 4.5rem);
    background: repeating-linear-gradient(to right, #f3f1f1, #e3e3e3 2px, transparent 1px, transparent 4px);
  }
  .trouble_list_item:nth-child(even) {
    border-radius: 0 100px 100px 0;
    margin-left: min(-12%, -4.5rem);
    margin-right: 0%;
  }
}
.trouble_list_item + .trouble_list_item {
  margin-top: 3rem;
}
.trouble_list_item p:last-child {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .trouble_list_item p {
    text-align: center;
  }
}
.trouble_list_item p span {
  font-weight: 700;
}
.trouble_list_item p br {
  display: block;
}
@media (max-width: 767px) {
  .trouble_list_item p:first-child br {
    display: none;
  }
}

.trouble_ttl_wrapper {
  display: flex;
  justify-content: center;
  gap: 4%;
  margin: 30px 0 0 0;
  width: 100%;
}

.trouble_ttl_wrapper a{
    width: 42%;
    text-align: center;
    position: relative;
    padding: 3rem min(12%, 4.5rem);
    background: #262525;
    border-radius: 100rem;
    color: #FFF;
    margin: 0 auto;
    align-items: center;
    font-size: 2.2rem;
}
@media (max-width: 767px) {
  .trouble_ttl_wrapper a {
    width: 48%;
    text-align: center;
    position: relative;
    padding: 1rem;
    background: #262525;
    border-radius: 100rem;
    color: #FFF;
    margin: 0;
    align-items: center;
    font-size: 1.1rem;
    line-height: 1.6;
}
}
@media (max-width: 767px) {
.trouble_ttl_wrapper {
  display: flex;
  justify-content: center;
  margin: 15px 0 0 0;
  width: 100%;
  padding: 0 4%;
}
}

.trouble_hifu {
  width: 100%;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .trouble_hifu {
    margin-top: 0;
  }
}
.trouble_hifu_inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .trouble_hifu_inner {
    padding-right: 0;
  }
}
.trouble_hifu_inner:last-of-type {
  padding-right: 0;
}
@media (max-width: 767px) {
  .trouble_hifu_inner:last-of-type {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 0;
    min-width: unset;
  }
}
.trouble_hifu_image {
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .trouble_hifu_image {
    width: 100%;
    margin: 0 auto;
  }
}
.trouble_hifu_image figure {
  position: relative;
}
.trouble_hifu_image figure img {
  border-radius: 24rem 24rem 0 0;
}
.trouble_hifu_image figure figcaption {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  top: -8rem;
  left: 0;
  right: 0;
  width: 12rem;
  height: 12rem;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  background: #91393e;
  border-radius: 50%;
  color: #fff;
}
@media (max-width: 767px) {
  .trouble_hifu_image figure figcaption {
    top: -6rem;
    width: 9rem;
    height: 9rem;
    font-size: 1.2rem;
  }
}
.trouble_hifu_text {
  width: 35%;
}
@media (max-width: 767px) {
  .trouble_hifu_text {
    width: 100%;
  }
}
.trouble_hifu_text_ttl {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.trouble_hifu_text_ttl h2 {
  color: #91393e;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .trouble_hifu_text_ttl h2 {
    font-size: 2.1rem;
  }
}
.trouble_hifu_text_ttl p {
  font-size: 2.2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .trouble_hifu_text_ttl p {
    font-size: 1.4rem;
  }
}
.trouble_hifu_text > p {
  margin-top: 2rem;
  line-height: 2;
  text-align: center;
}
.trouble_hifu_text > p strong {
  display: inline-block;
  padding: 0.2rem 1rem;
  background: #eecec5;
}
.trouble_mpt_image {
  width: 110rem;
}
@media (max-width: 767px) {
  .trouble_mpt_image {
    width: 100%;
    margin: 0 auto;
  }
}

.trouble_mpt_image figure figcaption {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .trouble_mpt_image figure figcaption {
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-size: 2.1rem;
  }
}
.trouble_hifu_list {
  min-width: 500px;
  margin: 9rem auto 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .trouble_hifu_list {
    width: 100vw;
    margin: 4.5rem calc(50% - 50vw) 0;
    min-width: unset;
  }
}
.trouble_hifu_list_item div:not([class]) {
  position: relative;
  padding: 3rem min(12%, 4.5rem);
  text-align: left;
  background: #262525;
  border-radius: 100rem;
  color: #FFF;
  display: flex;
  width: 100%;
  margin: 0 auto;
  max-width: 550px;
  align-items: center;
  font-size: 2.2rem;
}
.trouble_hifu_list_item div:not([class]) br {
  display: none;
}
@media (max-width: 767px) {
  .trouble_hifu_list_item div:not([class]) br {
    display: block;
  }
}
.trouble_hifu_list_item:not(:first-of-type) {
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .trouble_hifu_list_item:not(:first-of-type) {
    margin-top: 4.5rem;
  }
}
@media (max-width: 767px) {
  .trouble_hifu_list_item div:not([class]) {
    border-radius: 100px 0 0 100px;
    font-size: 1.3rem;
    margin-right: min(-12%, -4.5rem);
    padding: 2rem min(12%, 4.5rem);
    text-align: center;
    font-size: 1.6rem;
  }
  .trouble_hifu_list_item:nth-child(even) div:not([class]) {
    border-radius: 0 100px 100px 0;
    margin-left: min(-12%, -4.5rem);
    flex-direction: row-reverse;
  }
  .trouble_hifu_list_item:nth-child(even) div:not([class]) .trouble_hifu_list_item_num {
    margin-right: 0rem;
  }
  .trouble_hifu_list_item:nth-child(even) div:not([class]) .trouble_hifu_list_item_num + p  {
    margin-right: 2rem;
  }
}
.trouble_hifu_list_item:nth-of-type(odd) {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .trouble_hifu_list_item:nth-of-type(odd) {
    margin-right: auto;
    border-radius: 0 100rem 100rem 0;
  }
}
.trouble_hifu_list_item:nth-of-type(even) {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .trouble_hifu_list_item:nth-of-type(even) {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: row-reverse;
    margin-left: auto;
    border-radius: 100rem 0 0 100rem;
  }
}
.trouble_hifu_list_item_num {
  width: 5rem;
  margin-right: 2rem;
  text-align: center;
}
.trouble_hifu_list_item_num + p {
  width: 36rem;
  text-align: center;
}
@media (max-width: 767px) {
  .trouble_hifu_list_item_num + p {
    width: auto;
    text-align: center;
  }
}
.trouble_hifu_list_item_num img {
  zoom: 0.4;
}
@media (max-width: 767px) {
  .trouble_hifu_list_item_num img {
    height: 130px;
  }
}
.trouble_hifu_list_item .is-klee {
  width: calc(100% - 7rem);
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .trouble_hifu_list_item .is-klee {
    font-size: 1.4rem;
  }
}
.trouble_hifu_list_item_text {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  width: 84%;
}
.trouble_hifu_list_item_text p {
  margin: 4.5rem 0;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .trouble_hifu_list_item_text p {
    margin: 3rem 0;
    text-align: left;
    font-size: 1.4rem;
  }}
.trouble_hifu_end {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.trouble_hifu_end_image {
  width: 62.9%;
}
@media (max-width: 767px) {
  .trouble_hifu_end_image {
    width: auto;
    margin: 4rem calc(50% - 50vw) 0;
  }
}
.trouble_hifu_end_text {
  width: 32.9%;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .trouble_hifu_end_text {
    width: 100%;
    font-size: 1.4rem;
  }
}

.trouble_volformer {
  padding: 17rem 0 0 0;
}
@media (max-width: 767px) {
  .trouble_volformer {
    padding: 4.5rem 0 0 0;
  }
}
.trouble.volnewmer .trouble_volformer .trouble_ttl {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
.trouble.volnewmer .trouble_volformer .trouble_ttl {
  margin-bottom: 2rem;
}
}
.trouble_volnewmer_inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  max-width: 120rem;
  margin: 0px auto 0;
  gap: 5%;
}
@media (max-width: 767px) {
  .trouble_volnewmer_inner {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .trouble_volnewmer_inner:last-of-type {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 0;
    min-width: unset;
    justify-content: center;
  }
}
.trouble_volnewmer_image {
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .trouble_volnewmer_image {
    width: 100%;
    margin: 0 auto;
  }
}
.trouble_volnewmer_image figure {
  position: relative;
}
.trouble_volnewmer_image figure img {
  border-radius: 24rem 24rem 0 0;
}
.trouble_volnewmer_image figure figcaption {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  top: -8rem;
  left: 0;
  right: 0;
  width: 12rem;
  height: 12rem;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  background: #91393e;
  border-radius: 50%;
  color: #fff;
}
@media (max-width: 767px) {
  .trouble_volnewmer_image figure figcaption {
    top: -6rem;
    width: 9rem;
    height: 9rem;
    font-size: 1.2rem;
  }
}
.trouble_volnewmer_text {
  width: 35%;
}
@media (max-width: 767px) {
  .trouble_volnewmer_text {
    width: 100%;
  }
}
.trouble_volnewmer_text_ttl {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.trouble_volnewmer_text_ttl h2 {
  color: #91393e;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .trouble_volnewmer_text_ttl h2 {
    font-size: 1.6rem;
  }
}
.trouble_volnewmer_text_ttl p {
  font-size: 2.2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .trouble_volnewmer_text_ttl p {
    font-size: 1.4rem;
  }
}
.trouble_volnewmer_text > p {
  margin-top: 2rem;
  line-height: 2;
  text-align: center;
}
.trouble_volnewmer_text > p strong {
  display: inline-block;
  padding: 0.2rem 1rem;
  background: #eecec5;
}
.trouble_mpt_image {
  width: 110rem;
}
@media (max-width: 767px) {
  .trouble_mpt_image {
    width: 100%;
    margin: 0 auto;
  }
}

.trouble_mpt_image figure figcaption {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .trouble_mpt_image figure figcaption {
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-size: 2.1rem;
  }
}
.trouble_volnewmer_list {
  min-width: 500px;
  margin: 9rem auto 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .trouble_volnewmer_list {
    width: 100vw;
    margin: 4.5rem calc(50% - 50vw) 0;
    min-width: unset;
  }
}
.trouble_volnewmer_list_item div:not([class]) {
  position: relative;
  padding: 3rem min(12%, 4.5rem);
  text-align: left;
  background: #262525;
  border-radius: 100rem;
  color: #FFF;
  display: flex;
  width: 100%;
  margin: 0 auto;
  max-width: 550px;
  align-items: center;
  font-size: 2.2rem;
}
.trouble_volnewmer_list_item div:not([class]) br {
  display: none;
}
@media (max-width: 767px) {
  .trouble_volnewmer_list_item div:not([class]) br {
    display: block;
  }
}
.trouble_volnewmer_list_item:not(:first-of-type) {
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .trouble_volnewmer_list_item:not(:first-of-type) {
    margin-top: 4.5rem;
  }
}
@media (max-width: 767px) {
  .trouble_volnewmer_list_item div:not([class]) {
    border-radius: 100px 0 0 100px;
    font-size: 1.3rem;
    margin-right: min(-12%, -4.5rem);
    padding: 2rem min(12%, 4.5rem);
    text-align: center;
    font-size: 1.6rem;
  }
  .trouble_volnewmer_list_item:nth-child(even) div:not([class]) {
    border-radius: 0 100px 100px 0;
    margin-left: min(-12%, -4.5rem);
    flex-direction: row-reverse;
  }
  .trouble_volnewmer_list_item:nth-child(even) div:not([class]) .trouble_volnewmer_list_item_num {
    margin-right: 0rem;
  }
  .trouble_volnewmer_list_item:nth-child(even) div:not([class]) .trouble_volnewmer_list_item_num + p  {
    margin-right: 2rem;
  }
}
.trouble_volnewmer_list_item:nth-of-type(odd) {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .trouble_volnewmer_list_item:nth-of-type(odd) {
    margin-right: auto;
    border-radius: 0 100rem 100rem 0;
  }
}
.trouble_volnewmer_list_item:nth-of-type(even) {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .trouble_volnewmer_list_item:nth-of-type(even) {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: row-reverse;
    margin-left: auto;
    border-radius: 100rem 0 0 100rem;
  }
}
.trouble_volnewmer_list_item_num {
  width: 5rem;
  margin-right: 2rem;
  text-align: center;
}
.trouble_volnewmer_list_item_num + p {
  width: 36rem;
  text-align: center;
}
@media (max-width: 767px) {
  .trouble_volnewmer_list_item_num + p {
    width: auto;
    text-align: center;
  }
}
.trouble_volnewmer_list_item_num img {
  zoom: 0.4;
}
@media (max-width: 767px) {
  .trouble_volnewmer_list_item_num img {
    height: 130px;
  }
}
.trouble_volnewmer_list_item .is-klee {
  width: calc(100% - 7rem);
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .trouble_volnewmer_list_item .is-klee {
    font-size: 1.4rem;
  }
}
.trouble_volnewmer_list_item_text {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  width: 84%;
}
.trouble_volnewmer_list_item_text p {
  margin: 4.5rem 0;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .trouble_volnewmer_list_item_text p {
    margin: 3rem 0;
    text-align: left;
    font-size: 1.4rem;
  }}
.trouble_volnewmer_list_item_text p.visia_text_attention {
  text-align: left;
  margin: 0 auto;
  width: fit-content;
  text-indent: -1.8rem;
}
@media (max-width: 767px) {
  .trouble_volnewmer_list_item_text p.visia_text_attention {
  margin-left: 1.4rem;
  text-indent: -1.4rem;
  font-size: 1.25rem;
  }
}
.trouble_volnewmer_list_item_text p span {
  color: #91393e;
  font-weight: 700;
}
.trouble_volnewmer_list_item_text p img {
  zoom: 1;
}
.trouble_volnewmer_end {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.trouble_volnewmer_end_image {
  width: 62.9%;
}
@media (max-width: 767px) {
  .trouble_volnewmer_end_image {
    width: auto;
    margin: 4rem calc(50% - 50vw) 0;
  }
}
.trouble_volnewmer_end_text {
  width: 32.9%;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .trouble_volnewmer_end_text {
    width: 100%;
    font-size: 1.4rem;
  }
}

.trouble_volformer_text {
  width: 30%;
}
@media (max-width: 767px) {
  .trouble_volformer_text {
    width: 30%;
  }
}
.trouble_volformer_text:nth-child(2) {
  width: 10%;
}
.trouble_volformer_image {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
.trouble_volformer_image {
  margin: 3rem 0;
}
}
@media (max-width: 767px) {
  .trouble_volformer_image + .trouble_volnewmer_list {
    margin: 0 calc(50% - 50vw);
  }
  }
@media (max-width: 767px) {
.trouble_volformer_image + .trouble_volnewmer_list .trouble_volnewmer_list_item_text p:first-child{
  margin: 0 0 3rem 0;
}
}
.trouble_volformer_image figure {
  width: 50%;
}
/* @media (max-width: 767px) {
  .trouble_volformer_image figure {
    width: 45%;
  }
} */
/*------------------------------------------------

		about

------------------------------------------------*/
.about {
  padding: 12rem min(12%, 4.5rem);
}
@media (max-width: 767px) {
  .about {
    padding: 4.5rem min(12%, 4.5rem);
  }
}
.about_inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  max-width: 96rem;
  margin: 0 auto;
}
.about_circle {
  position: absolute;
  top: -15rem;
  left: 18rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .about_circle {
    top: -6rem;
    left: -6rem;
  }
}
.about_image {
  width: 47.9%;
}
@media (max-width: 767px) {
  .about_image {
    width: 100%;
  }
}
.about_image figure {
  position: relative;
}
@media (max-width: 767px) {
  .about_image figure {
    width: 19.5rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .about_image figure::before {
    content: "";
    display: block;
    width: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 10rem;
    margin: -5rem calc(50% - 50vw) 0;
    background: #f9f9f9;
  }
}
.about_image figure > img {
  zoom: 0.5;
  border-radius: 0 0 18rem 0;
}
@media (max-width: 767px) {
  .about_image figure > img {
    position: relative;
    z-index: 1;
    border-radius: 0 0 18rem 0;
  }
}
.about_image figure figcaption {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: -2rem;
  margin-top: -11rem;
}
@media (max-width: 767px) {
  .about_image figure figcaption {
    left: unset;
    right: -1rem;
    z-index: 2;
    margin-top: -5rem;
  }
}
.about_text {
  width: 46.9%;
}
@media (max-width: 767px) {
  .about_text {
    width: 100%;
    margin-top: 3rem;
  }
}
.about_text_ttl {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .about_text_ttl {
    margin-bottom: 2rem;
    font-size: 2.1rem;
  }
}
.about_text p + p {
  margin-top: 3rem;
}
.about_text p + p img {
  zoom: 0.5;
}

/*------------------------------------------------

		case

------------------------------------------------*/
.case {
  padding: 12rem 0;
  background: #fff;
}
@media (max-width: 767px) {
  .case {
    padding: 6rem 0;
  }
}
.case.hifu {
  padding: 12rem 0;
}
@media (max-width: 767px) {
  .case.hifu {
    padding: 0 0 6rem;
  }
}
.case.volformer {
  padding: 12rem 0 0;
  background: #fff;
}
@media (max-width: 767px) {
.case.volformer {
  padding: 0;
}
}
.case.volformer .case_list_item .trouble_ttl{
  margin: 8rem 0 0 0;
}
@media (max-width: 767px) {
  .case.volformer .case_list_item .trouble_ttl{
    margin: 2rem 0 0 0;
  }
}
.line-break {
  display: none;
}
@media (max-width: 767px) {
  .line-break {
    display: block;
  }
}
.case_inner {
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
  margin-bottom: 4.5rem;
  width: 84%;
}
/* .case_inner p {
  background: #fff;
  border: 1px solid #91393e;
  border-radius: 15px;
  font-weight: 700;
  width: 85%;
  max-width: 240px;
  margin: 4.5rem auto;
  padding: 3px 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .case_inner p {
    border-radius: 10px;
	margin: 3rem auto;
    top: -30px;
  }
} */

.case_ttl {
  background: repeating-linear-gradient(to right, #f3f1f1, #f3f1f1 3px, transparent 1px, transparent 8px);
  width: 100%;
  margin-bottom: 8rem;
  font-size: 3.6rem;
  text-align: center;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .case_ttl {
    background: repeating-linear-gradient(to right, #f3f1f1, #f3f1f1 2px, transparent 1px, transparent 4px);
    margin-bottom: 2.5rem;
    font-size: 2.1rem;
    padding: 2.5rem 0;
  }
}
.case_list {
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 9rem;
  max-width: 750px;
  padding-right: 0;
  margin: 0 auto;
}
/* @media (max-width: 767px) {
  .case_list {
    margin-bottom: 4.5rem;
    width: 84%;
  }
} */
.case_list_item {
  width: 100%;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .case_list_item {
    width: 100%;
  }
}
.case_list_item:last-of-type {
  padding-top: 0;
}
@media (max-width: 767px) {
  .case_list_item:last-of-type {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .case_list_item:not(:first-of-type) {
    margin-top: 4.5rem;
  }
}
.case_list_item_photo {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case_list_item_photo_item {
  width: 100%;
}
.case_list_item_photo_item figure {
  position: relative;
}
.case_list_item_photo_item figure figcaption {
  position: absolute;
  top: -1.5rem;
  left: 0;
  right: 0;
  width: 50%;
  margin: 0 auto;
  padding: 0.5rem 3rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  background: #e3e2e5;
  border-radius: 10rem;
  color: #000;
}
@media (max-width: 767px) {
  .case_list_item_photo_item figure figcaption {
    font-size: 0.9rem;
  }
}
.case_list_item_detail {
    margin-top: 3rem;
    padding: 2rem 20px min(8%, 3rem);
    font-size: 1.4rem;
    background: #e3e2e5;
    text-align: left;
}

.case_list_item_detail span.arrow,
.case_list_item_detail span.is_campaign{
    color: #91393e;
    font-weight: 700;
    text-align: justify;
    display: inline-block;
}
.case_list_item_detail span.is_campaign .line-break {
  display: none;
}
@media (max-width: 767px) {
  .case_list_item_detail span.is_campaign .line-break {
  display: block;
}
}
.case_list_item_detail span.arrow{
    margin-left: 4rem;
}

@media (max-width: 767px) {
  .case_list_item_detail span.arrow{
    margin-left: 3rem;
}
}
.case_list_item_detail span{
    margin-left: 0.8rem;
    color: #333;
    font-weight: 500;
}
@media (max-width: 767px) {
  .case_list_item_detail {
    width: 100%;
    margin: 3rem auto;
    font-size: 1rem;
  }
}
.case_list_item_detail.is_number span{
    margin-left: 0.8rem;
}
/* .case_list_item_detail span.is_campaign.price {
  text-indent: 1.5rem;
}
@media (max-width: 767px) {
  .case_list_item_detail span.is_campaign.price {
    text-indent: 1.1rem;
  }
} */
.case_list_item_detail_item .item_01 {
  text-indent: 9.3rem;
  display: block;
}
@media (max-width: 767px) {
.case_list_item_detail_item .item_01 {
  text-indent: 6.8rem;
}
}
@media (max-width: 767px) {
  .case_list_item_detail_item .item_01.is_left {
    text-indent: 0;
  }
  }
.case_list_item_detail_item .item_02 {
  text-indent: 15.5rem;
  display: block;
}
@media (max-width: 767px) {
.case_list_item_detail_item .item_02 {
  text-indent: 11.4rem;
}
}
.case_list_item_detail_item .line-break {
  display: none;
}
@media (max-width: 767px) {
.case_list_item_detail_item .line-break {
  display: block;
}
}
.case_list_item_detail_item.is_no_number {
  margin-left: 1.5rem;
}
@media (max-width: 767px) {
.case_list_item_detail_item.is_no_number {
  margin-left: 1.1rem;
}
}
.case_list_item_detail_item.is_no_number .is_text {
    color: #91393e;
    font-weight: 700;
    text-align: justify;
    display: inline-block;
}
@media (max-width: 767px) {
.case_list_item_detail_item.is_no_number .is_text {
    margin-left: 0.8rem;
}
}
.case_list_item_detail_item.is_risk span {
  margin-left: 0;
}
@media (max-width: 767px) {
.case_list_item_detail_item.is_risk span {
  margin-left: 0.8rem;
}
}
.case_list_item_detail_item .is_attention {
  margin-left: 0.6rem;
}
@media (max-width: 767px) {
.case_list_item_detail_item .is_attention {
  margin-left: 0.4rem;
}
}
.case .cta {
  margin-bottom: 0;
}

.case .topprice_inner {
  margin: 4.5rem auto 0;
}

/*------------------------------------------------

		point

--------------------------c----------------------*/
.point {
  background: url(../img/kv_bg.png) 100% / cover no-repeat;
  padding: 12rem min(12%, 4.5rem);
}
@media (max-width: 767px) {
  .point {
    padding: 4.5rem min(12%, 4.5rem);
    background: url(../img/kv_bg_sp.png) 100% / cover no-repeat;
  }
}
.point_inner {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  max-width: 96rem;
  margin: 0 auto;
}
.point_ttl {
  width: 100%;
  margin-bottom: 4.5rem;
  font-size: 4.2rem;
  text-align: center;
  padding: 1.5% 0;
}
@media (max-width: 767px) {
  .point_ttl {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    padding: 3% 0;
  }
}
.point_ttl span {
  color: #91393e;
}
.point .trouble_hifu_list {
  margin-top: 0;
}
.point .trouble_hifu_list_item_text {
  max-width: unset;
}
.point .trouble_hifu_list_item_image {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media (max-width: 767px) {
    .point .trouble_hifu_list_item_image {
        flex-direction: column;
        gap: 2rem;
    }
}

.point .trouble_hifu_list_item_num {
  width: 7rem;
}

.point .trouble_hifu_list_item_image video{
  max-width: 472.5px;
  margin: 0 auto;
}
@media (max-width: 767px) {
    .point .trouble_hifu_list_item_image video{
  width: 100%;
}
}

/*------------------------------------------------

		comparison

------------------------------------------------*/
.comparison {
  padding: 12rem min(12%, 4.5rem);
}
@media (max-width: 767px) {
  .comparison {
    padding: 0 0 6rem;
  }
}
.comparison_inner {
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
}
.comparison_ttl {
  margin-bottom: 9rem;
  font-size: 3.6rem;
  text-align: center;
  background: repeating-linear-gradient(to right, #f3f1f1, #f3f1f1 3px, transparent 1px, transparent 8px);
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .comparison_ttl {
    margin-bottom: 4rem;
    font-size: 2.1rem;
    padding: 2.5rem 0;
    background: repeating-linear-gradient(to right, #f3f1f1, #f3f1f1 2px, transparent 1px, transparent 4px);
  }
}
.comparison_ttl br {
  display: none;
}
@media (max-width: 767px) {
  .comparison_ttl br {
    display: block;
  }
}
@media (max-width: 767px) {
  .comparison_table {
    overflow-x: scroll;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .comparison_table_inner {
    width: fit-content;
  }
}
.comparison_table_inner table {
  width: 100%;
}
.comparison_table_inner table thead th {
  padding: 1rem 3rem;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .comparison_table_inner table thead th {
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
  }
}
.comparison_table_inner table thead th:nth-of-type(2) {
  background: #91393e;
  color: #fff;
}
.comparison_table_inner table thead th:nth-of-type(3), .comparison_table_inner table thead th:nth-of-type(4) {
  background: #ccc;
}
.comparison_table_inner table tbody {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .comparison_table_inner table tbody {
    font-size: 1.2rem;
  }
}
.comparison_table_inner table tbody tr:nth-of-type(even) {
  background: #f9f9f9;
}
.comparison_table_inner table tbody tr th {
  padding: 1.5rem 3rem;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .comparison_table_inner table tbody tr th {
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
  }
}
.comparison_table_inner table tbody tr td {
  position: relative;
  padding: 1.5rem 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .comparison_table_inner table tbody tr td {
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
  }
}
.comparison_table_inner table tbody tr td::before {
  position: absolute;
  top: 1.5rem;
  left: 0;
  content: "";
  display: block;
  width: 0.1rem;
  height: calc(100% - 3rem);
  background: #fff;
}
@media (max-width: 767px) {
  .comparison_table_inner table tbody tr td::before {
    top: 1rem;
    height: calc(100% - 2rem);
  }
}
.comparison_table_inner table tbody tr td:first-of-type {
  color: #91393e;
}
/*------------------------------------------------

		effect

------------------------------------------------*/
.effect {
  padding: 12rem min(12%, 4.5rem);
}
@media (max-width: 767px) {
  .effect {
    padding: 6rem min(12%, 4.5rem) 4.5rem;
  }
}
.effect_inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  max-width: 96rem;
  margin: 0 auto;
}
.effect_ttl {
  width: 100%;
  margin-bottom: 6rem;
  font-size: 3.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .effect_ttl {
    margin-bottom: 4.5rem;
    font-size: 2.1rem;
  }
}
.effect_ttl br {
  display: none;
}
@media (max-width: 767px) {
  .effect_ttl br {
    display: block;
  }
}
.effect_image {
  width: 47.9%;
}
@media (max-width: 767px) {
  .effect_image {
    width: auto;
    margin: 0 calc(50% - 50vw);
  }
}
.effect_image figure {
  position: relative;
}
.effect_image figure figcaption {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  right: 0;
  width: 50%;
  margin: 0 auto;
  padding: 0.5rem 3rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  background: #fff;
  border-radius: 10rem;
}
@media (max-width: 767px) {
  .effect_image figure figcaption {
    width: fit-content;
    font-size: 1rem;
  }
}
.effect_text {
  width: 47.9%;
  font-size: 1.4rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .effect_text {
    width: 100%;
    margin-top: 4.5rem;
    font-size: 1.2rem;
  }
}
.effect_text p + p {
  margin-top: 1rem;
}

/*------------------------------------------------

		flow

------------------------------------------------*/
.flow {
  padding: 12rem min(12%, 4.5rem);
  background: #efefef;
}
@media (max-width: 767px) {
  .flow {
    padding: 4.5rem 0;
  }
}
.flow_inner {
  position: relative;
  max-width: 75rem;
  margin: 0 auto;
}
.flow_ttl {
  margin-bottom: 6rem;
  font-size: 3.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .flow_ttl {
    margin-bottom: 4.5rem;
    font-size: 2.1rem;
  }
}
.flow_list_item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flow_list_item:not(:first-of-type) {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .flow_list_item:not(:first-of-type) {
    margin-top: 4.5rem;
  }
}
.flow_list_item_image {
  width: 47.9%;
}
@media (max-width: 767px) {
  .flow_list_item_image {
    width: 88%;
  }
}
@media (max-width: 767px) {
  .flow_list_item:nth-of-type(odd) .flow_list_item_image {
    margin-left: auto;
  }
}
.flow_list_item:nth-of-type(odd) .flow_list_item_image figure img {
  border-radius: 0 0 12rem 0;
}
@media (max-width: 767px) {
  .flow_list_item:nth-of-type(odd) .flow_list_item_image figure img {
    border-radius: 0 0 0 12rem;
  }
}
@media (max-width: 767px) {
  .flow_list_item:nth-of-type(even) .flow_list_item_image {
    margin-right: auto;
  }
}
.flow_list_item:nth-of-type(even) .flow_list_item_image figure img {
  border-radius: 0 0 12rem 0;
}
.flow_list_item_text {
  width: 47.9%;
}
@media (max-width: 767px) {
  .flow_list_item_text {
    width: 100%;
    margin-top: 2.5rem;
    padding: 0 min(12%, 4.5rem);
  }
}
.flow_list_item_text h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .flow_list_item_text h3 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.flow_list_item_text p {
  font-size: 1.4rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .flow_list_item_text p {
    font-size: 1.2rem;
  }
}

/*------------------------------------------------

		price

------------------------------------------------*/
.price {
  /*padding: 0 min(12%, 4.5rem);*/
}
.price_inner {
  max-width: 120rem;
  margin: 12rem auto;
}
@media (max-width: 767px) {
  .price_inner {
    margin: 4.5rem auto;
  }
}
.price_special {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3rem auto;
  text-align: center;
}
.price_special p {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 12rem;
  height: 12rem;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  background: #91393e;
  border-radius: 50%;
  color: #fff;
}
@media (max-width: 767px) {
  .price_special p {
    width: 9rem;
    height: 9rem;
    font-size: 1.2rem;
  }
}
.price_mttl {
  margin-bottom: 6rem;
  font-size: 3.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .price_mttl {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
}
.price_ttl {
  padding: 1rem 3rem;
  font-weight: 700;
  text-align: center;
  background: #efefef;
  border-radius: 10rem;
}
@media (max-width: 767px) {
  .price_ttl {
    padding: 0.5rem 3rem;
    font-size: 1.2rem;
  }
}
.c-tab-list ul {
  border-bottom: 1px solid #333;
  text-align: center;
}
.c-tab-list ul li {
  padding: 2rem 0;
  width: calc(100% / 3);
}
.c-tab-list ul li.active {
  background: #91393e;
}
.c-tab-list ul li.active a {
  color: #fff;
}
@media (max-width: 767px) {
  .c-tab-list ul li a {
    font-size: 1.2rem;
  }
}
.tab-content-wrap {
  max-width: 50rem;
  margin: 6rem auto 0;
  border-bottom: 1px solid #333;
}
@media (max-width: 767px) {
  .tab-content-wrap {
    margin: 4rem min(12%, 4.5rem);
  }
}
.price_list {
  padding: 2rem 0;
}
.price_list_item {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.price_list_item:not(:first-of-type) {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #333;
}
@media (max-width: 767px) {
  .price_list_item:not(:first-of-type) {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
}
.price_list_item dt {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
.price_list_item dt strong {
  font-weight: 700;
}
.price_list_item dt strong i {
  font-size: 1.4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .price_list_item dt strong i {
    font-size: 1.1rem;
  }
}
.price_list_item dt span {
  font-size: 1.2rem;
  font-weight: 400;
  text-indent: -0.5em;
}
@media (max-width: 767px) {
  .price_list_item dt span {
    font-size: 1.1rem;
  }
}

.price_list_item dd{
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.price_list_item dd p{
  color: #91393e;
  line-height: 1.3;
}

.price_list_item dd p .is_campaign{
    font-size: 1.3rem;
}

@media (max-width: 767px) {
  .price_list_item dd {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .price_list_item dd span {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
.price_list_item dd p .is_campaign {
    font-size: 1rem;
}
}
.price_menu_item {
  text-align: center;
}
.price_menu_item:not(:first-of-type) {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .price_menu_item:not(:first-of-type) {
    margin-top: 2rem;
  }
}
.price_menu_item dd {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .price_menu_item dd {
    margin-top: 1.5rem;
  }
}
.price_menu_item dd img {
  vertical-align: sub;
  margin-right: 0.5rem;
}
.price_menu_item dd .is_small {
  margin-top: 1rem;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .price_menu_item dd .is_small {
    font-size: 1.1rem;
  }
}
.price_attention {
  width: 100%;
  margin-top: 3rem;
  font-size: 1.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .price_attention {
    font-size: 1rem;
  }
}
.price_attention {
    max-width: 50rem;
    margin: 4rem auto 0;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    text-align: left;
}
@media (max-width: 767px) {
  .price_attention {
    margin-top: 0;
    font-size: 1rem;
    padding: 0 min(12%, 4.5rem);
  }
}

/*------------------------------------------------

		staff doctor

------------------------------------------------*/

 .staff_doctor_ {
  background: #efefef;
  width: 100%;
  padding: 12rem min(12%, 4.5rem);
}
 .staff_doctor {
  width: 50%;
  margin: 0 auto;
  max-width: 600px;
}
@media (max-width: 767px) {
  .staff_doctor_ {
    padding: 6rem min(12%, 4.5rem);
  }
 .staff_doctor {
    width: 100%;
  }
}
 .staff_doctor .staff_doctor_title {
  font-size: 3.6rem;
  text-align: center;
}
 .staff_doctor .staff_doctor_img {
  width: 100%;
  max-width: 350px;
  margin: 3rem auto 1.5rem;
} 
 .staff_doctor .staff_doctor_img img {
  width: fit-content;
} 
 .staff_doctor dt {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
}
 .staff_doctor .staff_doctor_name {
  padding: 0.5em 0;margin-bottom: 0.5em;
  font-size: 3rem;font-size: 2.2rem;
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
}
 .staff_doctor .staff_doctor_name span {
    font-size: 1.6rem;
     margin-right: 1rem;
}
 .staff_doctor .staff_doctor_carrer dl {
  line-height: 1.2;
}
 .staff_doctor .staff_doctor_carrer {
  background: #FFF;
} 
 .staff_doctor .staff_doctor_carrer {
  text-align: left;
  background: #ffffff;
  margin-top: 1.5rem;
  padding: 6% 8%;
  /* width: 84%; */
  margin: 1.5rem auto;
}
 .staff_doctor .staff_doctor_carrer p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 800;
}
 .staff_doctor .staff_doctor_carrer ul {
  margin-top: 1rem;
  width: fit-content;
  margin: 1.5rem auto 0;
}
 .staff_doctor .staff_doctor_carrer ul li {
  padding-left: 1em;
  position: relative;
  display: flex;
  /* align-items: center; */
  font-size: 1.4rem;
}
 .staff_doctor .staff_doctor_carrer ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  background: #000;
  border-radius: 1000px;
  top: 0.8em;
  left: 0;
}
@media (max-width: 767px) {
  .staff_doctor .staff_doctor_title {
    font-size: 2.4rem;
  }
  .staff_doctor .staff_doctor_name {
    font-size: 1.8rem;
  }
  .staff_doctor .staff_doctor_name span {
    font-size: 1.4rem;
    margin-right: 0;
    display: block;
  }
   .staff_doctor .staff_doctor_carrer p {
    font-size: 1.6rem;
  }
   .staff_doctor .staff_doctor_carrer ul {
    margin: 1rem auto 0;
  }
   .staff_doctor .staff_doctor_carrer ul li {
    font-size: 1.2rem;
  }
}

/*------------------------------------------------

		staff nurse

------------------------------------------------*/

 .staff_nurse {
  width: 60%;
  min-width: 600px;
  margin: 0 auto;
  padding: 12rem min(12%, 4.5rem);
}
 .staff_nurse_wrap {
  padding: 0;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
.staff_nurse_wrap + .staff_nurse_wrap {
  margin-top: 6rem;
}
 .staff_nurse_wrap h4 {
  margin-bottom: 3rem;
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .staff_nurse {
    min-width: unset;
    width: 100%;
    padding: 6rem min(12%, 4.5rem);
  }
  .staff_nurse_wrap h4 {
    font-size: 1.8rem;
    margin-bottom: 25px;
   }
  .staff_nurse_wrap + .staff_nurse_wrap {
    margin-top: 4.5rem;
  }
 }

  .staff_nurse_wrap .staff_nurse_flex {
  display: flex;
  justify-content: space-around;
  max-width: 600px;
  margin: 0 auto;
  column-gap: 0.5rem;
}
 .staff_nurse_wrap .staff_nurse_flex.pt-01 {
  flex-wrap: wrap;
  row-gap: 3rem;
  justify-content: center;
}
 .staff_nurse_wrap .staff_nurse_flex .staff_nurse_box {
  width: calc(100% / 3);
}
/*  .staff_nurse_wrap .staff_nurse_flex.pt-01 .staff_nurse_box {
  width: calc(25% - 1.5rem + 10px);
} */
 .staff_nurse_wrap .staff_nurse_flex .pic {
  margin-bottom: 10px;
  /* width: 100%;
  padding-top: 120%; */
  position: relative;
  border: 5px solid #FFF;
}
 .staff_nurse_wrap .staff_nurse_flex img {
  border: 0;
  max-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 100%;
  /* position: absolute;
  top: 0;
  left: 0;
  height: 100%; */
  object-fit: cover;
  background-color: #e9e9e9;
}
 .staff_nurse_wrap .staff_nurse_flex p {
  font-size: 2rem;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .staff_nurse_wrap .staff_nurse_flex p {
    font-size: 1.4rem;
   }
 }

/*------------------------------------------------

		faq

------------------------------------------------*/
.faq {
  padding: 9rem min(12%, 4.5rem);
  background: #efefef;
}
@media (max-width: 767px) {
  .faq {
    padding: 6rem min(12%, 4.5rem);
  }
}
.faq_inner {
  max-width: 75rem;
  margin: 0 auto;
}
.faq_list {
  position: relative;
}
.faq_list::before {
  background: #333;
  border-radius: 2px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
}
.faq_list::after {
  background: #333;
  border-radius: 2px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
}
.faq_list_item {
  padding: 10px 0;
}
.faq_list_item:not(:first-of-type) {
  border-top: 1px dashed #333;
}
.faq_list_item dt {
  font-size: 1.8rem;
  padding: 20px 60px;
  text-align: justify;
  position: relative;
}
@media (max-width: 959px) {
  .faq_list_item dt {
    font-size: 1.5rem;
  }
}
@media (max-width: 559px) {
  .faq_list_item dt {
    font-size: 1.4rem;
    padding: 10px 30px 10px 40px;
  }
}
.faq_list_item dt::before {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "Q";
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Comfortaa", "Noto Sans JP", "Noto Sans SC", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
  line-height: 1;
  width: 40px;
  height: 40px;
  padding: 3px 0 0 3px;
  position: absolute;
  top: 15px;
  left: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 559px) {
  .faq_list_item dt::before {
    font-size: 1.35rem;
    width: 25px;
    height: 25px;
    padding: 2px 0 0 2px;
    top: 10px;
  }
}
.faq_list_item dt::after {
  background: url(../img/icn_anchor_list_arrow.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 30px;
  right: 0;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
@media (max-width: 559px) {
  .faq_list_item dt::after {
    width: 15px;
    height: 15px;
    bottom: 15px;
  }
}
.faq_list_item dt.is_open::after {
  transform: scale(1, -1);
}
.faq_list_item dd {
  display: none;
  line-height: 2;
  padding: 0 60px 30px;
  text-align: justify;
  position: relative;
}
@media (max-width: 559px) {
  .faq_list_item dd {
    font-size: 1.3rem;
    padding: 0 30px 10px 40px;
  }
}
.faq_list_item dd::before {
  border: 1px solid #333;
  border-radius: 50%;
  color: #333;
  content: "A";
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Comfortaa", "Noto Sans JP", "Noto Sans SC", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
  line-height: 1;
  width: 40px;
  height: 40px;
  padding: 0 0 0 3px;
  position: absolute;
  top: 5px;
  left: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 559px) {
  .faq_list_item dd::before {
    font-size: 1.35rem;
    width: 24px;
    height: 24px;
    padding: 1px 0 0 1px;
    top: 0;
  }
}

/*------------------------------------------------

		movie

------------------------------------------------*/
.movie {
  padding: 12rem min(12%, 4.5rem);
}
@media (max-width: 767px) {
  .movie {
    padding: 6rem 0;
  }
}
.movie_inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
}
.movie_ttl {
  width: 100%;
  margin-bottom: 10rem;
  font-size: 3.6rem;
  text-align: center;
  background: repeating-linear-gradient(to right, #f3f1f1, #f3f1f1 3px, transparent 1px, transparent 8px);
  padding: 4.5rem 0;
}
@media (max-width: 767px) {
  .movie_ttl {
    margin-bottom: 4.5rem;
    font-size: 2.1rem;
    padding: 2.5rem 0;
    background: repeating-linear-gradient(to right, #f3f1f1, #f3f1f1 2px, transparent 1px, transparent 4px);
  }
}
.movie_ttl strong {
  background: #000;
  color: #FFF;
  display: flex;
  font-size: 1.6rem;
  width: fit-content;
  margin: 1rem auto;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .movie_ttl strong {
    font-size: 1.2rem;
  }
}

/*医師の紹介*/
.md_doctor {
  width: 50%;
  margin: 0 auto 50px;
}
.md_doctor .md_flex {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}
.md_doctor .md_flex--item {
	padding: 0 5px;
}
.md_doctor .md_doctor_wrapper {
	background: #fff;
	border-radius: 15px;
	width: 100%;
	margin: 50px auto 0;
}
.md_doctor .md_doctor_left {
	padding: 0;
	text-align: center;
	width: fit-content;
	max-width: 245px;
	margin-bottom: 1.5rem;
}
.md_doctor .md_doctor_left img {
	zoom: 1;
}
.md_doctor .md_doctor_right {
	padding: 0;
	width: 100%;
}
.md_doctor .md_doctor_bottom {
	text-align: center;
}
@media (max-width: 950px) {
  .md_doctor {
    width: 84%;
    margin: 0 auto 50px;
  }
}

.md_doctor .md_doctor_title {
	padding: 0.5em 0;
	margin-bottom: 0.5em;
	font-size: 3rem;
	font-size: 2.2rem;
	margin-bottom: 0;
	text-align: center;
}
.md_doctor_career {
  text-align: left;
  background: #e3e2e5;
  margin-top: 1.5rem;
  padding: 6% 8%;
}
.md_doctor_career p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 800;
}
.md_doctor_career ul {
  margin-top: 1rem;
  width: fit-content;
  margin: 1.5rem auto 0;
}
.md_doctor_career ul li {
  padding-left: 1em;
  position: relative;
  display: flex;
  /* align-items: center; */
  font-size: 1.4rem;
}
.md_doctor_career ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  background: #000;
  border-radius: 1000px;
  top: 0.8em;
  left: 0;
}
@media (max-width: 767px) {
  .md_doctor .md_doctor_title {
  	font-size: 1.8rem;
  }
  .md_doctor_career p {
    font-size: 1.6rem;
  }
  .md_doctor_career ul {
    margin: 1rem auto 0;
  }
  .md_doctor_career ul li {
    font-size: 1.2rem;
  }
  .md_doctor .md_doctor_left img {
    zoom: 0.75;
  }
}

/*▲医師の紹介*/


.movie-item {
  position: relative;
  width: 60%;
  padding-top: 33.25%;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .movie-item {
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 3rem;
  }  
}
.movie-item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.movie_text {
  background: #e3e2e5;
  padding: 4.5rem;
  width: 84%;
  margin: 0 auto;
  max-width: 750px;
}
@media (max-width: 767px) {
  .movie_text {
    padding: 2.5rem 2rem 2rem;
    font-size: 1.1rem;
  }
}
.movie_text_image {
  width: 250px;
  margin: 0 auto 2rem;
}
@media (max-width: 767px) {
  .movie_text_image {
    width: 150px;
  }
}
/*------------------------------------------------

		access

------------------------------------------------*/
.access {
  padding: 7.5rem min(12%, 6rem) 12rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .access {
    padding: 4rem 0 0;
  }
}
.access::after {
  background: url(../img/wave_bg2.svg) bottom center/cover no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 5vw;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.access_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.access .anchor_list {
  display: none;
}
@media (max-width: 767px) {
  .access .anchor_list {
    display: flex;
  }
}
.access_list {
  margin-top: 60px;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.access_list_item {
  width: 48.5%;
  padding: 20px 4% 50px;
}
@media (max-width: 767px) {
  .access_list_item {
    border-radius: 15px 15px 0 0;
    width: 100%;
    padding: 10px 0 90px;
  }
}
.access_list_item:nth-of-type(1) {
  background: #efefef;
}
.access_list_item:nth-of-type(2) {
  background: #f9f9f9;
}
.access_list_item:nth-of-type(3) {
  background: #f9f9f9;
}
@media (max-width: 767px) {
  .access_list_item:nth-of-type(3) {
    background: #efefef;
  }
}
.access_list_item:nth-of-type(4) {
  background: #efefef;
}
@media (max-width: 767px) {
  .access_list_item:nth-of-type(4){
    background: #f9f9f9;
  }
}
.access_list_item:nth-of-type(5) {
  background: #efefef;
}
@media (max-width: 767px) {
  .access_list_item:last-of-type {
    padding-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .access_list_item:nth-of-type(n+2) {
    margin-top: -30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .access_list_item:nth-of-type(2) {
    margin-bottom: 0;
  }
}
.access_list_item:nth-of-type(n+3) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .access_list_item:nth-of-type(n+3) {
    margin-top: -30px;
  }
}
.access_list_item_inner {
  height: 100%;
  flex-direction: column;
  align-items: center;
  display: block;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.access_list_item h3 {
  background: #fff;
  border: 1px solid #91393e;
  border-radius: 15px;
  font-weight: 700;
  width: 85%;
  max-width: 240px;
  margin: 0 auto;
  padding: 3px 10px;
  text-align: center;
  position: relative;
  top: -40px;
}
@media (max-width: 767px) {
  .access_list_item h3 {
    border-radius: 10px;
    top: -30px;
  }
}
.access_list_item h3 img {
  zoom: 0.6;
}
@media (max-width: 559px) {
  .access_list_item h3 img {
    zoom: 0.5;
  }
}


.access_list_item .access_box {
  display: flex;
  align-items: center;
  position: relative;
}
.access_list_item .access_box .flow-slide-prev,
.access_list_item .access_box .flow-slide-prev2 {
  width: 30px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: calc(50% - 10px);
}
.access_list_item .access_box .flow-slide-next,
.access_list_item .access_box .flow-slide-next2 {
  width: 30px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: calc(50% - 10px);
}
.access_list_item .access_box .flow-slider_2 {
  overflow: hidden;
}
.access_list_item .access_box .flow-slider_3 {
  overflow: hidden;
}
.access_list_item .access_box {
  text-align: center;
  margin: 0 auto 20px;
}
@media (max-width: 750px) {
  .access_list_item .access_list_item_inner .access_box {
    width: 80%;
  }
  .access_list_item .access_list_item_inner .access_box .swiper-wrapper .item .item-in .main-img img{
    width: 100%;
  }
}
@media (max-width: 750px) {
  .access_list_item .access_box .item .main-img img {
    width: 70%;
  }
}

.access_list_item .access_box .item .main-img figure {
  padding-top: 0 !important;
  padding-bottom: 10px !important;
}
@media (max-width: 750px) {
  .access_list_item .access_box .item .main-img figure {
    padding-bottom: 5px !important;
  }
}
.access_list_item .access_box .item .main-img figure figcaption {
  background: #374b60;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  padding: 5px;
}
@media (max-width: 750px) {
  .access_list_item .access_box .item .main-img figure figcaption {
    font-size: 1.2rem;
    padding: 2.5px;
  }
}
.access_list_item .access_box .item.swiper-slide {
  margin: 0;
}
/* .access_list_item .access_box .flow-slide-prev {
  left: 0;
  position: absolute;
  top: 56.5%;
  transform: translateY(-70%);
  z-index: 3;
}
@media (max-width: 750px) {
  .access_list_item .access_box .flow-slide-prev img {
    width: 30px;
  }
} */
/* .access_list_item .access_box .flow-slide-next {
  right: 0;
  position: absolute;
  top: 56.5%;
  transform: translateY(-70%);
  z-index: 3;
}
@media (max-width: 750px) {
  .access_list_item .access_box .flow-slide-next img {
    width: 30px;
  }
} */


.access_list_item_text {
  font-size: 1.4rem;
  font-weight: 300;
  width: 100%;
}
@media (max-width: 767px) {
  .access_list_item_text {
    font-size: 1.2rem;
    letter-spacing: 0;
    padding: 0 12%;
  }
}
.access_list_item_text p strong {
  font-weight: 500;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .access_list_item_text p strong {
    font-size: 1.1rem;
  }
}
.access_list_item_text p + p {
  min-height: 5.2em;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .access_list_item_text p + p {
    margin-top: 5px;
  }
}
.access_list_item_text p span {
  font-weight: 500;
  color: #91393e;
  font-size:1.3rem;
}
@media (max-width: 767px) {
  .access_list_item_text p span {
  font-size:1.1rem;
}
}
.access_list_item_text.pt-01 p + p {
  min-height: 7.6em;
}
@media (max-width: 767px) {
  .access_list_item_text.pt-01 p + p {
    min-height: 5.2em;
  }
}

.access_list_item_iframe {
  width: 100%;
  margin: 20px auto 30px;
}
@media (max-width: 767px) {
  .access_list_item_iframe {
    width: auto;
    margin: 20px 12% 25px;
  }
}
.access_list_item_iframe iframe {
  width: 100%;
  height: 250px;
}
@media (max-width: 767px) {
  .access_list_item_iframe iframe {
    height: 175px;
  }
}
.access_list_item_btn {
  margin-top: auto;
  text-align: center;
}
.access_list_item_btn a {
  background: #91393e;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  height: 100%;
  margin: 0 auto;
  padding: 22px 30px;
  overflow: visible;
  position: relative;
  text-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  display: inline-flex;
}
@media (max-width: 767px) {
  .access_list_item_btn a {
    border-radius: 50px;
    display: flex;
    font-size: 1.2rem;
    font-weight: 500;
    /*width: 84%;*/
    padding: 15px 30px;
    margin: 0 4.5rem;
  }
}
.access_list_item_btn a::before {
  background: url(../img/icn_tel.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .access_list_item_btn a::before {
    width: 18.5px;
    height: 18.5px;
    margin: 1px 8px auto 0;
  }
}
.access_list_item_btn a:hover {
  opacity: 0.6;
}
.access_list_item_btn a br {
  display: none;
}

/*------------------------------------------------

		md_tel

------------------------------------------------*/
#md_tel {
  background: #fff;
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  padding: 25px 5%;
  position: relative;
}
#md_tel h2 {
  border-bottom: 1px dashed #91393e;
  color: #91393e;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 10px 5%;
  text-align: center;
}
#md_tel ul {
  text-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#md_tel ul li {
  width: 48%;
  margin-top: 15px;
}
#md_tel ul li h3 {
  font-weight: bold;
  margin-bottom: 5px;
}
#md_tel ul li p {
  background: #91393e;
  box-shadow: 0px 5px 10px 0px rgba(153, 153, 153, 0.15);
  border-radius: 50px;
}
#md_tel ul li p a {
  background: url(../img/icn_tel.svg) 16px center/17px 14px no-repeat;
  border-bottom: none;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 9px 0 10px 10%;
}
@media (max-width: 767px) {
  #md_tel ul li p a {
    font-size: 1.4rem;
  }
}
@media (max-width: 349px) {
  #md_tel ul li p a {
    background-position: 12px center;
    padding: 9px 0 10px 15%;
  }
}
#md_tel ul + p {
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 15px;
  text-align: center;
}
#md_tel .md_close {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -35px;
  right: 0;
  text-indent: -9999px;
}
#md_tel .md_close::before, #md_tel .md_close::after {
  background: #fff;
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
}
#md_tel .md_close::before {
  transform: rotate(-45deg);
}
#md_tel .md_close::after {
  transform: rotate(45deg);
}

/*------------------------------------------------

		form

------------------------------------------------*/
.md_form {
  background: #f9f9f9;
  padding: 7.5rem min(12.5%, 6rem) 12rem;
}
@media (max-width: 767px) {
  .md_form {
    padding: 4rem 0 6rem;
  }
}
.md_form_ttl {
  margin-bottom: 40px;
  text-align: center;
}
.md_form_ttl img {
  zoom: 0.75;
}
@media (max-width: 767px) {
  .md_form_ttl img {
    zoom: 0.5;
  }
}
.md_form_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.md_form_step ol {
  margin-top: 60px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 559px) {
  .md_form_step ol {
    margin-top: 45px;
  }
}
.md_form_step ol li {
  line-height: 1.4;
  width: 30%;
  text-align: center;
  position: relative;
}
.md_form_step ol li.is_current {
  font-weight: 700;
}
.md_form_step ol li:not(:first-of-type)::after {
  background: url(../img/icn_arrow.svg) center center/24px 24px no-repeat;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  left: -12px;
}
.md_form .reserve-annai {
  background: #fff;
  border-radius: 1rem;
  font-size: 1.4rem;
  max-width: 50rem;
  margin: 3rem auto;
  padding: 4.5rem min(12.5%, 6rem);
}
@media (max-width: 767px) {
  .md_form .reserve-annai {
    border-radius: 0.5rem;
    font-size: 1.2rem;
    max-width: 88%;
    padding: 3rem min(8%, 3rem);
  }
}
.md_form .reserve-annai_title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .md_form .reserve-annai_title {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
}
.md_form .reserve-annai ul {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .md_form .reserve-annai ul {
    margin-bottom: 0.5rem;
  }
}
.md_form .reserve-annai ul li {
  padding-left: 1rem;
  text-align: justify;
  position: relative;
}
.md_form .reserve-annai ul li::before {
  background: #91393e;
  border-radius: 50%;
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.md_form .reserve-annai .t-small {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .md_form .reserve-annai .t-small {
    font-size: 1.1rem;
  }
}
.md_form dl {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.md_form dl dt {
  background: #fff;
  font-size: 1.35rem;
  font-weight: 900;
  width: 100%;
  margin-top: 20px;
  padding: 10px 8%;
}
@media (max-width: 559px) {
  .md_form dl dt {
    background: transparent;
    border-top: 1px solid #ccc;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 25px;
    padding: 20px 8% 0;
  }
}
.md_form dl dt > div + p {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.md_form dl dt span {
  background: #91393e;
  border: 1px solid #91393e;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 10px;
  padding: 0 5px 1px;
}
.md_form dl dt span.any {
  background: #fff;
  color: #333;
}
.md_form dl dt br {
  display: none;
}
.md_form dl dt .is_message {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 10px;
}
@media (max-width: 559px) {
  .md_form dl dt .is_message {
    font-size: 1.1rem;
    margin-top: 0;
  }
}
.md_form dl dd {
  font-size: 1.4rem;
  width: 100%;
  margin: 15px auto 0;
  padding: 0 8%;
  text-align: justify;
}
@media (max-width: 559px) {
  .md_form dl dd {
    margin-top: 10px;
  }
}
.md_form dl dd input[type=text],
.md_form dl dd input[type=tel],
.md_form dl dd input[type=email],
.md_form dl dd select, .md_form dl dd > textarea {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  box-sizing: border-box;
  font-weight: 300;
  width: 100%;
  padding: 10px 15px;
}
.md_form dl dd select option.is_disabled {
  background: #f3f3f3;
  color: #333;
}
.md_form dl dd > textarea {
  border: 1px solid #fff;
  border-radius: 5px;
  display: block;
  min-height: 150px;
}
.md_form dl dd > div {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.md_form dl dd .md_tokyo_attention:not(:empty) {
  border: 1px dashed #fff;
  font-size: 1.3rem;
  margin: 10px auto 20px;
  padding: 15px 6%;
}
@media (max-width: 559px) {
  .md_form dl dd .md_tokyo_attention:not(:empty) {
    font-size: 1.2rem;
  }
}
.md_form dl dd .md_tokyo_attention:not(:empty) p {
  margin-top: 0;
}
.md_form dl dd .md_hopeday_ttl:not(:first-of-type) {
  margin: 15px 0 3px;
}
.md_form dl dd .md_hopeday {
  justify-content: space-between;
  margin-bottom: 10px;
}
.md_form dl dd p.is_attention {
  font-size: 1.2rem;
  width: 100%;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 559px) {
  .md_form dl dd p.is_attention {
    font-size: 1.1rem;
    margin-top: 5px;
  }
}

.l_important {
  margin: 30px auto 0;
  padding: 0 5%;
}
.l_important .md_important {
  max-width: 1150px;
  margin: 0 auto;
  border: 5px solid #91393e;
}
.l_important .md_important .md_ttl_important {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  background: #91393e;
  color: #FFF;
  padding-bottom: 7px;
}
.l_important .md_important .md_important_text {
  padding: 20px;
  font-size: 16px;
  width: fit-content;
  margin: 0 auto;
}
.l_important .md_important .md_important_text strong {
  color: #91393e;
}
.l_important .md_important .md_important_text p:last-child {
  margin: 20px 0 0;
  font-size: 14px;
}
.l_important .md_important .md_important_text p:last-child span {
  background: #fff;
  padding: 2px;
}

@media (max-width: 736px) {
  .l_important {
    margin: 20px auto 20px;
  }
  .l_important .md_important {
    border: 3px solid #91393e;
  }
  .l_important .md_important .md_ttl_important {
    font-size: 17px;
    padding-top: 3px;
  }
  .l_important .md_important .md_important_text {
    font-size: 14px;
    padding: 15px;
  }
  .l_important .md_important .md_important_text p br {
    display: none;
  }
  .l_important .md_important .md_important_text p:last-child {
    font-size: 12px;
    margin-top: 10px;
  }
}
.md_form dl dd.md_name > div > div {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.md_form dl dd.md_name > div > div + div {
  margin-top: 15px;
}

.md_form dl dd.md_name > div > div > p {
  width: 30px;
}

.md_form dl dd.md_name input[type=text] {
  width: calc(100% - 40px);
}

.md_form dl dd #age {
  width: 140px;
}

.md_form dl dd .md_select_wrap + p:not(.md_hopeday_ttl) {
  margin-left: 10px;
}

.md_form dl dd #year {
  width: 70px;
  margin-right: 5px;
}

.md_form dl dd #month,
.md_form dl dd #day {
  width: 50px;
  margin: 0 5px;
}

.md_form dl dd > div p {
  margin-top: 12px;
}

.md_form dl dd p.is_link a {
  border-bottom: 1px solid #333;
}

.md_form dl dd .md_hopeday > div {
  width: 75%;
}

.md_form dl dd .md_hopeday a {
  width: 10%;
  margin-top: 5px;
}

.md_form dl dd.is_repeat_yes div + p {
  margin: 15px 0;
}

.md_form dl dd ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 5px;
}

.md_form dl dd ul li {
  width: 100%;
  position: relative;
}

.md_form dl dd ul li + li {
  margin-top: 5px;
}

.md_form dl dd ul li > input {
  display: none;
}

.md_form dl dd ul li input + label::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  vertical-align: middle;
}

.md_form dl dd ul li input[type=radio] + label::before {
  border-radius: 50%;
}

.md_form dd ul li input[type=radio]:checked + label::before {
  background: #91393e;
}

.md_form dl dd ul li input[type=checkbox]:checked + label::after {
  border-bottom: 2px solid #f9f9f9;
  border-left: 2px solid #f9f9f9;
  content: "";
  display: inline-block;
  width: 10px;
  height: 5px;
  vertical-align: middle;
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  left: 5px;
}

.md_form dl dd ul li .md_other {
  margin-top: 5px;
  padding-left: 2em;
}

.md_form input[type=submit] {
  background: #91393e;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  width: 60%;
  margin: 20px auto 0;
  padding: 15px 5%;
}

.err,
.err + .flatpickr-input {
  background: #ffe5e5 !important;
}

span.err {
  display: inline-block;
  padding: 10px;
}

.formErrorMsg {
  line-height: 1.2;
}

.md_name .formErrorMsg {
  padding-left: 40px;
}

.errMsg:not(:empty) {
  color: #692b2b;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
}

.formErrorClose {
  display: none;
}

@media (min-width: 768px) {
  .md_form {
    padding: 100px 0 80px;
  }
  .md_form .md_step ol {
    margin-top: 60px;
  }
  .md_form .md_step ol li br {
    display: none;
  }
  .md_form dl {
    border-bottom: 1px solid #333;
    margin-top: 40px;
  }
  .md_form dl dt {
    border-top: 1px solid #333;
    width: 35%;
    margin-top: 0;
    padding: 20px;
  }
  .md_form dl dt br {
    display: block;
  }
  .md_form dl dt span {
    font-size: 1.2rem;
    margin-left: 15px;
  }
  .md_form dl dt.is_repeat_yes span {
    margin-top: 5px;
    margin-left: 0;
  }
  .md_form dl dt > div {
    align-items: center;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 100%;
  }
  .md_form dl dd {
    border-top: 1px solid #333;
    width: 65%;
    margin-top: 0;
    padding: 20px 30px;
  }
  .md_form dl dd input[type=text],
.md_form dl dd input[type=tel],
.md_form dl dd input[type=email],
.md_form dl dd select,
.md_form dl dd > textarea {
    padding: 15px 20px;
  }
  .md_form dl dd > textarea {
    min-height: 250px;
  }
  .md_form dl dd.md_name > div {
    justify-content: space-between;
  }
  .md_form dl dd.md_name > div > div {
    width: 48%;
  }
  .md_form dl dd.md_name > div > div + div {
    margin-top: 0;
  }
  .md_form dl dd.md_name > div > div > p {
    width: 50px;
    text-align: center;
  }
  .md_form dl dd.md_name input[type=text] {
    width: calc(100% - 60px);
  }
  .md_form dl dd #year {
    width: 100px;
    margin-right: 10px;
  }
  .md_form dl dd #month,
.md_form dl dd #day {
    width: 80px;
    margin: 0 10px;
  }
  .md_form dl dd .md_hopeday > div {
    width: 85%;
  }
  .md_form dl dd .md_hopeday a {
    width: 5%;
    margin-top: 10px;
  }
  .md_form dl dd ul {
    margin: -5px auto;
  }
  .md_form dl dd ul li {
    width: auto;
    margin: 5px 20px 5px 0;
  }
  .md_form dl dd ul li + li {
    margin-top: 5px;
  }
  .md_form input[type=submit] {
    font-size: 1.8rem;
    margin: 40px auto 0;
    padding: 25px 5%;
  }
  .md_name .formErrorMsg {
    padding-left: 60px;
  }
  .errMsg:not(:empty) {
    font-size: 1.2rem;
  }
  span.err {
    padding: 20px;
  }
}
.md_confirm {
  font-weight: bold;
  margin: 40px 5% 0;
}

.md_form .md_btn_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: center;
}

.md_form .md_btn_list .is_return {
  background: #fff;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  width: 60%;
  margin: 20px auto 0;
  padding: 15px 5%;
  text-align: center;
}

@media (min-width: 768px) {
  .md_confirm {
    margin: 60px auto 0;
    text-align: center;
  }
  .md_form .md_btn_list {
    flex-direction: row;
  }
  .md_form .md_btn_list .is_return {
    font-size: 1.8rem;
    width: 40%;
    margin: 40px 0 0;
    padding: 25px 5%;
  }
  .md_form .md_btn_list input[type=submit] {
    width: 40%;
    margin: 40px 0 0 5%;
  }
}
.md_done {
  margin: 40px 5% 0;
}
@media (max-width: 767px) {
  .md_done {
    margin: 60px auto 0;
    text-align: center;
  }
}

.homeday_hiddenArea {
  width: 100%;
}

.homeday_hiddenArea .button,
.homeday_hiddenArea .button2,
.homeday_hiddenArea .button3 {
  padding: 10px 0;
  position: relative;
  display: inline-block;
  margin-left: 25px;
}

.homeday_hiddenArea .button:hover,
.homeday_hiddenArea .button2:hover,
.homeday_hiddenArea .button3:hover {
  cursor: pointer;
  opacity: 0.8;
}

.homeday_hiddenArea .button::before,
.homeday_hiddenArea .button2::before,
.homeday_hiddenArea .button3::before {
  background-color: #91393e;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  left: -25px;
  top: 12px;
}

.homeday_hiddenArea .button::after,
.homeday_hiddenArea .button2::after,
.homeday_hiddenArea .button3::after {
  content: "+";
  position: absolute;
  font-size: 14px;
  color: #fff;
  left: -19px;
  top: 9px;
}

.homeday_hiddenArea select {
  margin-left: 0;
}

.homeday_hiddenArea .hiddenContents {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}

.homeday_hiddenArea .hiddenContents {
  margin-bottom: 10px;
  width: 100%;
}

.homeday_hiddenArea .hiddenContents div {
  position: relative;
}

.homeday_hiddenArea .hiddenContents div + div {
  margin-top: 10px;
}

.homeday_hiddenArea .hiddenContents div::after {
  background: url(../img/icn_arrow.svg) center center/24px 24px no-repeat;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 10px;
  transform: rotate(90deg);
  z-index: 1;
}

@media (max-width: 767px) {
  .homeday_hiddenArea .hiddenContents select {
    width: 100%;
  }
}
.homeday_hiddenArea .hiddenContents > div {
  opacity: 1;
}

.homeday_hiddenArea .hiddenContents > div.is-hidden {
  opacity: 0;
  display: none;
}

.u-small {
  font-size: 0.875em;
}

/* slider */

.slider-wrap {
  position: relative;
  margin: auto 0;
  width: 100%;
}
@media (max-width: 767px) {
  .slider-wrap {
    margin: auto  0;
	/* max-width: 400px; */
  }
}

.slider {
  overflow: hidden;
}

.slider .item {
  height: auto !important;
}

/* .slider .item .item-in {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .slider .item .item-in {
    margin-left: 20px;
    margin-right: 20px;
  }
} */

.slider .item .item-in .main-img {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 767px) {
  .slider .item .item-in .main-img {
	width: 100%;
	/* padding: 0 20px; */
  }
}

.slider .item .item-in .main-img img{
  zoom: 1;
}
@media (max-width: 767px) {
  .slider .item .item-in .main-img img{
	zoom: 1;
  }
}

.slide-prev {
  left: -40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 767px) {
	.slide-prev{
		left: -20px;
	}
}

.slide-prev img {
width: 60px;
zoom: 1;
}
@media (max-width: 767px) {
  .slide-prev img {
    width: 40px;
	zoom: 1;
  }
}

.slide-next {
  right: -40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 767px) {
	.slide-next{
		right: -20px;
	}
}

.slide-next img {
width: 60px;
zoom: 1;
}
@media (max-width: 767px) {
  .slide-next img {
    width: 40px;
	zoom: 1;
  }
}
