@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;
  scroll-padding-top: 90px;
}

body {
  background: #f1faf8;;
  color: #263643;
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
  font-weight: 400;
  -webkit-font-reason-settings: "palt" 1;
  font-reason-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.6rem;
    scroll-padding-top: 90px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

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: #263643;
  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: #263643;
  outline: medium none;
  text-decoration: none;
}

input,
select,
button {
  background: transparent;
  border: 0;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック 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 New", "游ゴシック 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;
}

/*------------------------------------------------

		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;
}

/*------------------------------------------------

		font

------------------------------------------------*/
.is_corm {
  font-family: "Cormorant Infant", "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
}

/*------------------------------------------------

		bg

------------------------------------------------*/
.is_bg_pink {
  background-image: -moz-linear-gradient(0deg, rgba(251, 197, 188, 0.99608) 0%, #fea4a4 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(251, 197, 188, 0.99608) 0%, #fea4a4 100%);
  background-image: -ms-linear-gradient(0deg, rgba(251, 197, 188, 0.99608) 0%, #fea4a4 100%);
}

.is_bg_purple {
  background-image: -moz-linear-gradient(0deg, #b7b7ff 0%, #e7c3ff 100%);
  background-image: -webkit-linear-gradient(0deg, #b7b7ff 0%, #e7c3ff 100%);
  background-image: -ms-linear-gradient(0deg, #b7b7ff 0%, #e7c3ff 100%);
}

.is_bg_green {
  background-image: -moz-linear-gradient(0deg, #b0c8f9 0%, #c1f4ee 50%, #a6ecd7 100%);
  background-image: -webkit-linear-gradient(0deg, #b0c8f9 0%, #c1f4ee 50%, #a6ecd7 100%);
  background-image: -ms-linear-gradient(0deg, #b0c8f9 0%, #c1f4ee 50%, #a6ecd7 100%);
}

/*------------------------------------------------

		common

------------------------------------------------*/
.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);
  }
}
/*------------------------------------------------

		line-box

------------------------------------------------*/
.md_cta_area {
  background: #fff;
}
.header .line {
  display: none;
}
.banner {
  display: block;
  padding: 3rem min(6.25%, 3rem);
  max-width: 900px;
  margin: 0 auto;
}
.line-banner {
  display: none;
}
.line.reservation {
  display: none;
}
.price_inner .line .banner {
  display: block;
  padding: 3rem 0;
  max-width: 780px;
  margin: 0 auto;
}
@media (max-width: 767px) {
.line {
  display: block;
  padding: 3rem 18.75px 0;
}
.effect_list_item + .line {
  display: block;
  padding: 0rem 18.75px 0;
  margin: -3.75rem 0 90px;
}
.effect_list_item + .line .banner {
  padding: 0 0 30px 0;
}
.price_inner .line {
  padding: 0 18.75px;
}
.price_inner .line .banner {
  padding: 15px 0;
}
.banner {
  display: block;
  padding: 0 0 1.5rem;
}
.line-banner {
  display: block;
}
.line.reservation {
  display: block;
}
}
.reserve-annai + .line {
  background: #fff;
  display: none;
}
@media (max-width: 767px) {
  .reserve-annai + .line {
    display: block;
  }
}
.line.reservation + .md_cta ul{
  justify-content: center;
}
.line.reservation + .md_cta ul li a::before{
  background: url(../img/icn_line.png) center / contain no-repeat;
}
.line-box {
  position: relative;
  background: #cee5c0;
  border-radius: 15px;
  margin: 6% auto 15px;
  padding: 8.5%;
}

@media (max-width: 767px) {
.line-box {
  border-radius: 10px;
  margin: 5% auto 0;
  padding: 2.5rem min(6%, 3rem);
}
}

.line-text-box {
  width: 72%;  
}
.line-img-box {
  position: absolute;
  top: 25%;
  right: 25px;
  width: 18%;
}

@media (max-width: 767px) {
  .line-img-box {
      FONT-VARIANT: JIS78;
      position: absolute;
      top: 25%;
      right: 6%;
      width: 20%;
  }
}

.line-text-box li {
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  font-size: 1.4rem;
}
@media (max-width: 750px) {
.line-text-box li {
  padding-left: 14px;
  letter-spacing: 0.05em;
}
}
.line-text-box li {
  margin-top: 15px;
}

.line-text-box li:before {
  position: absolute;
  content: "✓";
  left: -10px;
  top: 0;
  font-size: 2rem;
  font-weight: 700;
}

.line-box h3 {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 50px;
  background: -webkit-linear-gradient(0deg, rgb(56, 188, 66) 0%, #2d8b2a 100%);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 10px 20px 13px 10px;
  align-items: center;
  display: block;
  width: 75%;
}
@media (max-width: 767px) {
  .line-box h3 {
    top: -24px;
    padding: 3px;
  }
}
@media (max-width: 767px) {
.line-box .trouble_article_list_ttl span{
  padding: 12px 8px 12px 0;
}
}
/*------------------------------------------------

		gnavi

------------------------------------------------*/
.md_cta {
  display: none;
}
@media (max-width: 767px) {
  .md_cta {
    background: #fff;
    border-bottom: 1px solid #e5f6f2;
    display: block;
    padding: 15px 3.5% 3.75rem;
  }
}
@media (max-width: 767px) {
  .md_form .md_cta {
    padding: 30px 3.5% 25px;
  }
}
.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-image: -moz-linear-gradient(0deg, rgba(255, 147, 76, 0.99608) 0%, #fc686f 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(255, 147, 76, 0.99608) 0%, #fc686f 100%);
  background-image: -ms-linear-gradient(0deg, rgba(255, 147, 76, 0.99608) 0%, #fc686f 100%);
  border-radius: 100px;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  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;
}
@media (max-width: 767px) {
  .md_cta ul li a {
    border-radius: 50px;
    font-size: 1.6rem;
    font-weight: 500;
    width: 100%;
    padding: 12px 8px 12px 0;
  }
}
@media (max-width: 767px) {
  .md_cta ul:first-child li {
    position: relative;
    font-size: 1.2rem;
    text-align: center;
    margin: 4px 0;
    font-weight: 500;
    color: #263643;
    letter-spacing: 0.08em;
  }
}
@media (max-width: 767px) {
  .md_cta ul:first-child li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -7%;
    width: 30px;
    height: 1px;
    background: #263643;
    transform: rotate(65deg);
  }
}
@media (max-width: 767px) {
  .md_cta ul:first-child li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -7%;
    width: 30px;
    height: 1px;
    background: #263643;
    transform: rotate(-65deg);
  }
}
@media (max-width: 767px) {
  .md_cta ul:first-child li:last-child {
    position: relative;
    font-size: 1.2rem;
    text-align: center;
    margin: 4px 0;
    font-weight: 500;
    color: #263643;
    letter-spacing: -0.08em;
  }
}
@media (max-width: 767px) {
  .md_cta ul:first-child li:last-child::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -7%;
    width: 30px;
    height: 1px;
    background: #263643;
    transform: rotate(65deg);
  }
}
@media (max-width: 767px) {
  .md_cta ul:first-child li:last-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -7%;
    width: 30px;
    height: 1px;
    background: #263643;
    transform: rotate(-65deg);
  }
}
@media (max-width: 767px) {
.md_cta ul li:last-child a {
  background-image: -moz-linear-gradient(0deg, rgb(56,188,66) 0%, #2d8b2a 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(56,188,66) 0%, #2d8b2a 100%);
  background-image: -ms-linear-gradient(0deg, rgb(56,188,66) 0%, #2d8b2a 100%);
}
}

.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_tel.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .md_cta ul li:first-of-type a::before {
    width: 18.5px;
    height: 18.5px;
    margin: 1px 8px 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%;
    color: rgb(56, 188, 66);
    letter-spacing: 0.05rem;
  }
}
@media (max-width: 767px) {
  .line.reservation + .md_cta ul li:last-of-type {
    margin-left: 0;
  }
}
.md_cta ul li:last-of-type a::before {
  background: url(../img/icn_line.png) 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:last-child {
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .md_cta p:last-child {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
.md_cta.is_fix {
  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% 5px;
    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;
  }
}

/*------------------------------------------------

		header

------------------------------------------------*/
.header {
  background: #f1faf8;
  /*width: 280px;*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  zoom: 0.9;
}
@media (max-width: 767px) {
  .header {
    display: block;
    width: 100%;
  }
}
.header_inner {
  display: flex;
  flex-direction: column;
  height: calc(100vh + 50px);
  padding: 50px 20px 0 20px;
  /* overflow-y: auto; */
  overflow: hidden;
}
@media (max-width: 767px) {
    .header_inner {
        flex-direction: row;
        height: auto;
        padding: 2rem min(6%, 2.25rem) 1.5rem;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
.header_logo {
  text-align: center;
}
@media (max-width: 767px) {
  .header_logo {
    font-size: 1rem;
    text-align: justify;
  }
}
.header_logo img {
  width: 260px;
  zoom: 1;
}
@media (max-width: 959px) {
    .header_logo img {
        width: 250px;
    }
}
.header_logo p + p {
  display: none;
}
@media (max-width: 767px) {
  .header_logo p + p {
    display: block;
    letter-spacing: 0;
    margin-top: 5px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .header_logo p + p br {
    display: none;
  }
}
.header_cta {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .header_cta {
    display: none;
  }
}
.header_cta ul {
  padding: 0 10px;
}
.header_cta ul li:last-child {
  margin-top: 15px;
}
.header_cta ul li a {
  border-radius: 50px;
  background-image: -moz-linear-gradient(0deg, rgba(255, 147, 76, 0.99608) 0%, #fc686f 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(255, 147, 76, 0.99608) 0%, #fc686f 100%);
  background-image: -ms-linear-gradient(0deg, rgba(255, 147, 76, 0.99608) 0%, #fc686f 100%);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 10px 20px 13px 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.header_cta ul li:first-child a {
  background-image: -moz-linear-gradient(0deg, rgb(56,188,66) 0%, #2d8b2a 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(56,188,66) 0%, #2d8b2a 100%);
  background-image: -ms-linear-gradient(0deg, rgb(56,188,66) 0%, #2d8b2a 100%);
}

.header_cta ul li a:hover {
  opacity: 0.6;
}
.header_cta ul li a img {
  zoom: 0.5;
  margin-top: 5px;
  margin-right: 20px;
}
.header_cta > p {
  font-size: 1.4rem;
  margin-top: 10px;
}
.header_menu {
  font-size: 1.4rem;
   margin-top: 10px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .header_menu {
    display: none;
  }
}
.header_menu_item {
  margin-top: 7px;
}
.header_menu_item a {
  color: #0f4b62;
  display: block;
  line-height: 1.5;
}
.header_menu_item a:hover {
  opacity: 0.6;
}
.header_menu_item a i {
  display: block;
  font-weight: 700;
  font-size: 140%;
}
.header_menu_item a em {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0;
}
.header_sns {
  margin: 10px auto 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
    .header_sns {
        margin: 0;
        position: absolute;
        right: 5%;
        top: 10%;
        display: flex;
    }
}
.header_sns li + li {
  color: #263643;
  margin-left: 20px;
}
@media (max-width: 559px) {
  .header_sns li + li {
    margin-left: 15px;
  }
}
.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;
}
.header_price_attention {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .header_price_attention {
    display: none;
  }
}

/*------------------------------------------------

		footer

------------------------------------------------*/
.l_footer {
  font-size: 1.1rem;
  padding: 60px 5% 75px;
  text-align: center;
}
.l_footer img {
	height: 33px;
  zoom: 1;
}
@media (max-width: 767px) {
  .l_footer {
    font-size: 1.2rem;
    padding: 30px 5% 120px;
  }
}

/*------------------------------------------------

		main

------------------------------------------------*/
.l_wrap {
  background: #f1faf8;
  width: calc(100% - 15vw);
  min-height: 90vh;
  margin-left: 16vw;
  padding: 0 0 0 30px;
  position: relative;
}
@media (max-width: 767px) {
  .l_wrap {
    width: 100%;
    min-height: unset;
    margin-top: 78px;
    margin-left: 0;
    padding: 0;
  }
}
.l_wrap::before, .l_wrap::after {
  background: #f1faf8;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
}
@media (max-width: 767px) {
  .l_wrap::before, .l_wrap::after {
    display: none;
  }
}
.l_wrap::before {
  width: 40px;
  right: 0;
}
/* .l_wrap::after {
  width: 30px;
  left: 0;
} */

.l_main {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .l_main {
    padding-top: 0;
  }
}
.l_main::before, .l_main::after {
  background: #f1faf8;
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: fixed;
  left: 0;
  z-index: 100;
}
@media (max-width: 767px) {
  .l_main::before, .l_main::after {
    display: none;
  }
}
.l_main::before {
  top: 0;
}
.l_main::after {
  bottom: 0;
}

/*------------------------------------------------

		ttl

------------------------------------------------*/
.ttl {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
 @media (max-width: 767px) {
  .ttl {
     width: 100%;
} 
} 
.ttl::before, .ttl::after {
  content: "";
  display: block;
  width: 72px;
  height: 156px;
}
@media (max-width: 559px) {
  .ttl::before, .ttl::after {
    width: 47.5px;
    height: 103.5px;
  }
}
.ttl::before {
  background: url(../img/ttl_left.svg) center/contain no-repeat;
  margin-right: auto;
}
.ttl::after {
  background: url(../img/ttl_right.svg) center/contain no-repeat;
  margin-left: auto;
}
.ttl_caption {
  color: #4f4f4f;
  font-size: 3rem;
  line-height: 1;
}
@media (max-width: 559px) {
  .ttl_caption {
    font-size: 2rem;
  }
}

.price .ttl {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .price .ttl {
    width: 100%;
    margin-bottom: 45px;
  }
}

.price .ttl + p {
  max-width: 780px;
  margin: 0 auto;
  text-align: justify;
/* padding: 0 min(12.5%, 6rem) 30px */
    
}
@media (max-width: 767px) {
  .price .ttl + p {
    padding: 0 5% 15px;
  }
}

.ttl h2 {
  margin-top: 15px;
}
@media (max-width: 559px) {
  .ttl h2 {
    margin-top: 12.5px;
  }
}
/* 
.ttl picture img {
  zoom: 0.6;
} */

/*------------------------------------------------

		anchor

------------------------------------------------*/
.anchor_inner {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 60px auto;
	padding: 0 4%;	
}
@media (max-width: 1024px) {
	.anchor_inner {
		margin: 40px auto 15px;
	}
}

.anchor_inner::after {
	position: absolute;
	content: "";
	background: #b0c9f9;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 100%;
}

.anchor_category {
	width: 48%;
}
@media (max-width: 750px) {
	.anchor_category {
	width: 47.5%;
	margin: 0 0 10px;
	}
}

/* @media (max-width: 750px) {
	.anchor_category:nth-child(2) {
	margin: 30px 0 0 0;
	}
}
 */

.anchor_list {
  /*max-width: 1000px;*/
  margin: 30px auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 1024px) {
  .anchor_list {
    margin: 15px auto 0;
    
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    /* border-bottom: 2px solid #fff; */
  }
}

.anchor_category p {
	text-align: center;
}

.anchor_category p img {
	height: 40px;
	vertical-align: baseline;
}

@media (max-width: 768px) {
	.effect_inner .ttl {
		width: 90%;
	}
}

.effect_inner > h3 {
	position: relative;
	text-align: center;
	margin: 60px 0 0 0;
}
@media (max-width: 1024px) {
	.effect_inner > h3 {
		margin: 30px 0 0 0;
	}
}

.effect_inner > h3::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 40%;
	height: 1px;
	background: #b0c9f9;
}
@media (max-width: 750px) {
	.effect_inner > h3::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	width: 20%;
	height: 1px;
	background: #b0c9f9;
}
}

.effect_inner > h3::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 40%;
	height: 1px;
	background: #b0c9f9;
}
@media (max-width: 750px) {
	.effect_inner > h3::after {
	right: 20px;
	width: 20%;
}
}

.effect_inner > h3 img {
	zoom: 0.65;
	width: 240px;
	display: block;
	margin: 0 auto;
}
@media (max-width: 750px) {
	.effect_inner > h3 img {
	width: 220px;
	}
}

.anchor_list li.effect_list_item_ttl {
    max-width: 300px;
    margin: 0 1% 20px;
    position: relative;
}
@media (max-width: 1024px) {
  .anchor_list li.effect_list_item_ttl {
    width: 100%;
    margin: 0 0 10px;
    position: relative;
  }
}
/* @media (max-width: 1024px) {
  .anchor_list li.effect_list_item_ttl:nth-of-type(7) ,
  .anchor_list li.effect_list_item_ttl:nth-of-type(8) {
    width: 70%;
    margin: 0 auto 10px;
    position: relative;
  }
} */
.anchor_list li.effect_list_item_ttl a::after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: solid 1px #415457;
    border-right: solid 1px #415457;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(135deg);
}
@media (max-width: 559px) {
  .anchor_list li.effect_list_item_ttl a::after {
      right: 10px;
  }
}
.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 #263643;
  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: #0f4b62;
}

img {
  zoom: 0.75;
}
@media (max-width: 559px) {
  img {
    zoom: 0.55;
  }
}

/*------------------------------------------------

		kv

------------------------------------------------*/
.kv {
  display: block !important;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .kv {
    border-radius: 0;
  }
}
.kv_inner {
  background: url(../img/kv_bg_pc.jpg) right center/cover no-repeat;
  min-height: max(80vh, 700px);
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .kv_inner {
    background: url(../img/kv_bg_sp.jpg) right center /cover no-repeat;
    flex-direction: column-reverse;
    min-height: unset;
  }
}

.kv_inner_02 {
  background: url(../img/kv_bg_02_pc.jpg) right center/cover no-repeat;
  min-height: max(80vh, 700px);
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .kv_inner_02 {
    background: url(../img/kv_bg_02_sp.jpg) right center /cover no-repeat;
    flex-direction: column-reverse;
    min-height: unset;
  }
}

.kv_image {
  position: absolute;
  bottom: 0;
  right: calc(50% - 49%);
  width: 60%;
  text-align: center;
}
@media (max-width: 767px) {
  .kv_image {
    width: 100%;
    margin-top: 20px;
    position: static;
    bottom: unset;
    left: unset;
  }
}
.kv_image img {
  zoom: 1;
}
@media (max-width: 767px) {
  .kv_image img {
    zoom: 0.6;
    margin: 0 auto;
    display: block;
    height: 490px;
    object-fit: cover;
    object-position: 50% 0;
    width: 530px;
  }
}
.kv_text {
  width: 47%;
  margin-right: auto;
  text-align: center;
  zoom: 0.9;
  max-width: 1400px;
}
@media (min-width:768px) and (max-width:1400px) {
  .kv_text {
    zoom: 0.8;
  }
}
@media (max-width: 767px) {
  .kv_text {
    padding: 7% 0 82%;
    width: 100%;
    zoom: 1;
  }
}
.kv_text_caption {
  background: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  display: inline-flex;
}
@media (max-width: 767px) {
  .kv_text_caption {
    padding: 5px 20px;
  }
}

.kv_text_caption img {
    zoom: 1;
    width: 22vw;
}
@media (max-width: 767px) {
    .kv_text_caption img {
        zoom: 1;
        width: 66vw;
    }
}

.kv_text_ttl img {
    zoom: 1;
    width: 34vw;
}
@media (max-width: 767px) {
.kv_text_ttl img {
    zoom: 1;
    width: 85vw;
}
}

.kv_text_ttl {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .kv_text_ttl {
    margin-top: 15px;
  }
}
.kv_text_price {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .kv_text_price {
    margin-top: 15px;
  }
}
.kv_text_price img {
  zoom: 1;
  width: 34vw; 
}
@media (max-width: 767px) {
    .kv_text_price img {
        zoom: 1;
        width: 85vw;
    }
}

.kv_text_more {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .kv_text_more {
    display: none;
  }
}
.kv_text_more img {
   zoom: 1.1;
}
.kv_more {
  display: none;
}
@media (max-width: 767px) {
  .kv_more {
    display: block;
    background: #FFF;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .kv_more img {
    zoom: 80%;
    margin: 0 auto;
    display: block;
}
}
.kv > p {
  text-align: center;
  margin: 20px 5%;
  font-weight: 500;
  color: #0f4b62;
  position: absolute;
  bottom: 7%;
  font-size: 110%;
  padding: 0 20px;
  width: 40%;
}
@media (max-width: 767px) {
  .kv > p {
    position: static;
    margin: 10px 0;
    padding: 0;
    font-size: 1.8rem;
    width: 100%;
  }
}

/*------------------------------------------------

		trouble

------------------------------------------------*/
.trouble {
  padding: 7.5rem min(12.5%, 6rem) 6rem;
}
@media (max-width: 767px) {
  .trouble {
    padding: 6rem 5% 0;
  }
}
.trouble_inner {
  max-width: 900px;
  margin: 0 auto;
}
.trouble_article {
  margin-top: 75px;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .trouble_article {
    margin-top: 45px;
  }
}
.trouble_article_list {
  background: #fff;
  border-radius: 20px;
  width: 48.5%;
  padding: min(8.5%, 4rem);
  position: relative;
}
@media (max-width: 767px) {
  .trouble_article_list {
    border-radius: 10px;
    width: 100%;
    padding: 3.5rem min(6%, 3rem) 3rem;
  }
}
@media (max-width: 767px) {
  .trouble_article_list:not(:first-of-type) {
    margin-top: 35px;
  }
}
.trouble_article_list_ttl {
  border-radius: 50px;
  width: 200px;
  margin: 0 auto;
  padding: 3px;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .trouble_article_list_ttl {
    font-size: 1.6rem;
    width: 175px;
    top: -15px;
  }
}
.trouble_article_list_ttl span {
  background: #fff;
  border-radius: 50px;
  display: block;
  font-weight: 700;
  padding: 1px 10px;
}
.trouble_article_list_item {
  padding-left: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .trouble_article_list_item {
    padding-left: 14px;
    letter-spacing: 0.05em;
  }
}
.trouble_article_list_item:not(:first-of-type) {
  margin-top: 10px;
}
.trouble_article_list_item::before {
  background: #c0cdca;
  border-radius: 50%;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0.6em;
  left: 0;
}
@media (max-width: 767px) {
  .trouble_article_list_item::before {
    width: 8px;
    height: 8px;
  }
}
.trouble_article_list_item strong {
  margin: 0 4px;
  padding: 0 2px 0 4px;
}

/*------------------------------------------------

		pointcare

------------------------------------------------*/
.pointcare {
  background: #e5f6f2;
  padding: 7.5rem min(12.5%, 6rem) 4.5rem;
}
@media (max-width: 767px) {
  .pointcare {
    padding: 4.5rem 0 4rem;
  }
}
.pointcare_inner {
  text-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pointcare_ttl {
  width: 40%;
  position: relative;
  z-index: 1;
  margin-right: 5%;
}
@media (max-width: 1023px) {
  .pointcare_ttl {
    width: 100%;
    margin-right: 0%;
  }
}
.pointcare_image {
  width: 45%;
}
@media (max-width: 1023px) {
  .pointcare_image {
    width: 100%;
    margin-top: 20px;
  }
}
.pointcare_image img {
  zoom: 1;
}
@media (max-width: 767px) {
  .pointcare_image img {
    zoom: 0.45;
  }
}
.pointcare_ttl .pointcare_text {
  width: 100%;
  margin: 3rem auto 0;
  text-align: left;
}
.pointcare_image .pointcare_text {
  display: none;
}
@media (max-width: 1023px) {
  .pointcare_ttl .pointcare_text {
    display: none;
  }
  .pointcare_image .pointcare_text {
    display: block;
    text-align: left;
    width: 88%;
    margin: 2rem auto 0;
  }
}

/*------------------------------------------------

		merit

------------------------------------------------*/
.merit {
  background: #e5f6f2;
  padding: 7.5rem min(12.5%, 6rem) 4.5rem;
}
@media (max-width: 767px) {
  .merit {
    padding: 6rem 5% 7.5rem;
  }
}
.merit_list {
  background: #fff;
  border-radius: 20px;
  max-width: 540px;
  margin: 60px auto 0;
  padding: min(8.5%, 4.5rem);
  position: relative;
}
@media (max-width: 767px) {
  .merit_list {
    border-radius: 10px;
    width: 100%;
    margin-top: 30px;
    padding: 3.5rem min(6%, 3rem) 3rem;
  }
}
.merit_list_item {
  padding-left: 20px;
  position: relative;
}
.effect_list_item.full {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .merit_list_item {
    letter-spacing: 0.05em;
    padding-left: 14px;
  }
  .effect_list_item.full {
    justify-content: space-between;
    flex-direction: column;
  }
}
.merit_list_item:not(:first-of-type) {
  margin-top: 10px;
}
.merit_list_item::before {
  background: #c0cdca;
  border-radius: 50%;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0.6em;
  left: 0;
}
@media (max-width: 767px) {
  .merit_list_item::before {
    width: 8px;
    height: 8px;
  }
}
.merit_list_item strong {
  margin: 0 4px;
  padding: 0 2px 0 4px;
}
.merit_list_item br {
  display: none;
}
/*@media (max-width: 559px) {
  .merit_list_item br {
    display: block;
  }
}*/

/*------------------------------------------------

		effect

------------------------------------------------*/
.effect {
  padding: 7.5rem min(12.5%, 6rem) 6rem;
}
@media (max-width: 767px) {
  .effect {
    padding: 6rem 0 0;
  }
}
.effect_list {
  max-width: 1200px;
  margin: 20px auto 0;
  padding: 0 4%;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5%;
}
@media (max-width: 767px) {
  .effect_list {
    margin-top: 15px;
    padding: 0;
  }
}
.effect_list_item {
  width: 45%;
  padding-top: 40px;
  position: relative;
}
@media (max-width: 959px) {
  .effect_list_item {
    border-bottom: 2px solid #fff;
    width: 100%;
    padding-top: 40px;
  }
}
/* @media (max-width: 959px) {
  #tearbag {
    border-bottom: none;
  }
}
@media (max-width: 959px) {
  #ago {
    border-top: 2px solid #fff;
  }
} */

@media (max-width: 767px) {
  .effect_list_item {
    margin: -90px 0 40px 0;
    padding-top: 90px;
    padding-bottom: 30px;
  }
}

/* .effect_list_item::after {
	position: absolute;
	content: "";
	top: 60px;
	left: 0;
	background: #d9dfdf;
	height: 85%;
	width: 100%;
	z-index: -1;
} */

@media (max-width: 767px) {
  .effect_list_item:last-of-type {
    margin: -90px 0 0 0;
    padding-top: 90px;
    padding-bottom: 30px;
    border-bottom: none;
  }
}
.effect_list_item_ttl {
  position: relative;
  border-radius: 22px;
  font-size: 2rem;
  width: 300px;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
}
@media (max-width: 767px) {
  .effect_list_item_ttl {
	border-radius: 15px;
    font-size: 1.6rem;
    width: 200px;
    padding: 3px;
  }
}

@media (max-width: 767px) {
  .effect_list_item .effect_list_item_ttl {
	border-radius: 15px;
    font-size: 2rem;
    width: 200px;
    padding: 3px;
  }
}

.effect_list_item.full .effect_list_item_ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media (max-width: 767px) {
  .effect_list_item.full .effect_list_item_ttl {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.effect_list_item_ttl span {
  background: #fff;
  border-radius: 15px;
  display: block;
  font-weight: 700;
  padding: 3px 10px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .effect_list_item_ttl span {
    padding: 1px 10px;
  }
}
.effect_list_item_ttl + p {
  line-height: 2;
  margin-top: 30px;
  text-align: justify;
}
@media (max-width: 767px) {
  .effect_list_item_ttl + p {
    margin-top: 20px;
    padding: 0 12%;
  }
}
.effect_list_item_case {
  padding: 30px 0;
  position: relative;
}
@media (max-width: 767px) {
  .effect_list_item_case {
    margin-top: 20px;
     padding: 0 0 40px;
}
}
.effect_list_item_inner .effect_list_item_case::after {
	position: absolute;
	content: "";
	top: -25px;
	background: #d9dfdf;
	z-index: -1;
	left: 0;
	width: 100%;
	height: 105%;
}
@media (max-width: 750px) {
	.effect_list_item_inner .effect_list_item_case::after {
		top: -40px;
		height: 106.5%;
	}
}

@media (max-width: 750px) {
.effect_list_item:last-of-type .effect_list_item_ttl {
	width: 240px;
}
}

.effect_list_item_case.last_bg::after {
	top: -40px;
	height: 105%;
}
@media (max-width: 750px) {
	.effect_list_item_case.last_bg::after {
	height: 106.5%;
	top: -55px;
}
}

.effect_list_item.full .effect_list_item_case {
  margin: 70px auto 0;
  position: relative;
}
@media (max-width: 767px) {
  .effect_list_item.full .effect_list_item_case {
    margin: 50px auto 0;
    position: relative;
  }
}

/* .effect_list li:nth-child(1) .is_design picture img {
  margin-right: 10%;
  position: relative;
} */

.effect_list_item.full .effect_list_item_inner:first-of-type .effect_list_item_case {
  margin-right: 10%;
  position: relative;
}
@media (max-width: 767px) {
  .effect_list_item.full .effect_list_item_inner:first-of-type .effect_list_item_case {
    margin-right: auto;
  }
}
.effect_list_item.full .effect_list_item_inner:nth-of-type(2) .effect_list_item_case{
  margin-left: 10%;
  position: relative;
}
@media (max-width: 767px) {
  .effect_list_item.full .effect_list_item_inner:nth-of-type(2) .effect_list_item_case{
    margin-left: auto;
  }
}
.effect_list_item_case > p {
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 3;
}
@media (max-width: 767px) {
  .effect_list_item_case > p {
    top: -35px;
  }
}
.effect_list_item_case div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.effect_list_item_case div + div {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .effect_list_item_case div + div {
    margin-top: 2rem;
  }
}
.effect_list_item_case div figure {
  width: 50%;
  position: relative;
}
.effect_list_item_case div.is_design picture {
  position: relative;
  width: 100%;
}
/* @media (max-width: 750px) {
	.effect_list_item_case div.is_design picture {
	height: 375px;
	}
} */
 
.effect_list_item_case div.is_design picture img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 750px) {
	.effect_list_item_case div.is_design picture img {
  width: 100%;
  padding: 20px 0 70px 0;
}
}

.effect_list_item_case div figure img {
  width: 100%;
}

.effect_list_item_case div picture figcaption {
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: 700;
  width: 180px;
  margin: 0 auto;
  padding: 3px 10px;
  text-align: center;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .effect_list_item_case div picture figcaption {
    bottom: -10px;
    font-size: 1.6rem;
    width: 180px;
    padding: 1px 5px;
  }
}

.effect_list_item_case div figure figcaption {
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: 700;
  width: 150px;
  margin: 0 auto;
  padding: 3px 10px;
  text-align: center;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .effect_list_item_case div figure figcaption {
    bottom: -15px;
    font-size: 1.6rem;
    width: 120px;
    padding: 1px 5px;
  }
}

.effect_list_item_risk {
  margin-top: 30px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .effect_list_item_risk {
    margin-top: 20px;
    font-size: 1.6rem;
    padding: 0 12%;
  }
}
@media (max-width: 767px) {
  .effect_list_item_risk strong {
    font-size: 1.6rem;
  }
}
  .effect_list_item_risk br {
    display: none;
  }
@media (max-width: 767px) {
  .effect_list_item_risk br {
    display: block;
  }
}
.effect_list_item_doctor {
  max-width: 420px;
  margin: 30px auto 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .effect_list_item_doctor {
    margin-top: 20px;
    padding: 0 12%;
  }
}
.effect_list_item_doctor_image {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .effect_list_item_doctor_image {
    width: 100px;
    height: 100px;
  }
}
.effect_list_item_doctor_text {
  width: calc(100% - 150px);
  text-align: center;
}
@media (max-width: 767px) {
  .effect_list_item_doctor_text {
    width: calc(100% - 110px);
  }
}
.effect_list_item_doctor_text p {
  font-size: 1.4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .effect_list_item_doctor_text p {
    font-size: 1rem;
  }
}
.effect_list_item_doctor_text p > span {
  font-size: 1.6rem;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .effect_list_item_doctor_text p > span {
    font-size: 1.4rem;
    padding-left: 5px;
  }
}
.effect_list_item_doctor_text_btn {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .effect_list_item_doctor_text_btn {
    margin-top: 5px;
  }
}
.effect_list_item_doctor_text_btn a {
  background: #fff;
  border-radius: 100px;
  font-size: 1.2rem;
  padding: 5px 20px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  display: inline-flex;
}
@media (max-width: 767px) {
  .effect_list_item_doctor_text_btn a {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    padding: 5px 15px;
  }
}
.effect_list_item_doctor_text_btn a:hover {
  opacity: 0.6;
}
.effect_list_item_doctor_text_btn a i {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .effect_list_item_doctor_text_btn a i {
    margin-right: 5px;
  }
}
.effect_list_item_doctor_text_btn a i img {
  display: block;
  zoom: 0.75;
}

/*------------------------------------------------

		type

------------------------------------------------*/
.type {
  background: #e5f6f2;
  padding: 7.5rem min(12.5%, 6rem) 0;
}
@media (max-width: 767px) {
  .type {
    padding: 6rem 5% 0;
  }
}
.type .ttl {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .type .ttl {
    width: 100%;
    /*max-width: unset;*/
    margin-bottom: 45px;
  }
}
.type .ttl + p {
  max-width: 780px;
  margin: 0 auto;
  text-align: justify;
}
@media (max-width: 767px) {
  .type .ttl + p {
    padding: 0 12.5% 30px;
  }
}


.type_graph {
  background: #e5f6f2;
}


.type_contents {
  max-width: 780px;
  margin: 0 auto 0;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 6rem min(12.5%,3rem);
}

.type_aside {
  width: 150px;
  flex-direction: column;
  position: relative;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .type_aside {
    display: none;
  }
}
.type_aside::before {
  background: #cacaca;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.type_aside p {
  border-radius: 50px;
  padding: 5px;
  position: relative;
  z-index: 1;
}
.type_aside p span {
  background: #fff;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.4rem;
  display: block;
  padding: 3px 10px;
  text-align: center;
}
.type_content {
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .type_content {
    width: 100%;
  }
}
/*@media (max-width: 767px) {
  .type_content::before {
    background: #cacaca;
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 2rem;
  }
}
.type_content > p {
  display: none;
}
@media (max-width: 767px) {
  .type_content > p {
    border-radius: 50px;
    display: block;
    padding: 3px;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .type_content > p span {
    background: #fff;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.6rem;
    display: block;
    padding: 3px 10px;
    text-align: center;
  }
}*/
@media (max-width: 767px) {
  .type_content_list {
    padding: 15px 0 30px;
  }
}
.type_content_list_item {
  background: #fff;
  border-radius: 20px;
  max-width: 1000px;
  margin:  45px auto;
  width: 88%;
  padding: 40px;
}
@media (max-width: 767px) {
  .type_content_list_item {
    border-radius: 20px 0 0 20px;
    padding: 0;
    width: 100%;
	margin:  0 auto 22.5px;
  }
}

.type_content_list_item figure{
	text-align: center;
}
@media (max-width: 750px) {
	.type_content_list_item figure{
	overflow-x: scroll;
	}
}

@media (max-width: 750px) {
.type_content_list_item figure img {
	width: 1000px;
  max-width: inherit;
  padding: 8%;
}
}

.type_contents > p {
	display: none;
}
@media (max-width: 750px) {
.type_contents > p {
	display: block;
	margin: 0 auto;
}
}

.type_content p {
	color: #0f4b62;
	text-align: left;
}
@media (max-width: 750px) {
	.type_content p {
	font-size: 1.6rem;
	padding: 0 12.5% 0 calc(12.5% - 1.5rem);
}
}

.type_content p span{
    color: #0f4b62;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 2rem;
}

/*------------------------------------------------

		amount

------------------------------------------------*/
.amount {
  padding: 7.5rem min(12.5%, 6rem) 6rem;
}
@media (max-width: 767px) {
  .amount {
    padding: 6rem 0 7.5rem;
  }
}

.amount .ttl_inner h2 img {
	zoom: 0.75;
}
@media (max-width: 767px) {
  .amount .ttl_inner h2 img {
	zoom: 0.65;
}
}

.amount_inner {
  text-align: center;
}
}
@media (max-width: 767px) {
  .amount_inner .ttl {
    width: 90%;
  }
}
.amount_image {
  background: #fff;
  border-radius: 20px;
  max-width: 750px;
  margin: 45px auto 0;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .amount_image {
    border-radius: 0;
    padding-top: 0;
  }
}
/*------------------------------------------------

		doctor

------------------------------------------------*/
.doctor {
  padding: 7.5rem min(12.5%, 6rem) 0;
}
@media (max-width: 767px) {
  .doctor {
    padding: 6rem 5% 0;
  }
}
.doctor_inner {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .doctor_inner .ttl img{
    zoom: 0.66;
  }
}
.doctor_article {
  margin-top: 75px;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .doctor_article {
    margin-top: 45px;
  }
}
.doctor_article_list {
  background: #fff;
  border-radius: 20px;
  width: 100%;
  padding: min(8.5%, 4rem);
  position: relative;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .doctor_article_list {
    border-radius: 10px;
    width: 100%;
    padding: 3.5rem min(6%, 3rem) 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .doctor_article_list:not(:first-of-type) {
    margin-top: 35px;
  }
}
.doctor_article_list figure {
    text-align: center;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
  .doctor_article_list figure {
    margin-bottom: 10px;
  }
}
.doctor_article_list figure img {
  zoom: 1;
}
@media (max-width: 767px) {
  .doctor_article_list figure img {
    zoom: 0.75;
  }
}
.doctor_article_list_ttl {
  border-radius: 50px;
  width: 250px;
  margin: 0 auto;
  padding: 3px;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .doctor_article_list_ttl {
    font-size: 1.6rem;
    width: 200x;
    top: -15px;
  }
}
.doctor_article_list_ttl span {
  background: #fff;
  border-radius: 50px;
  display: block;
  font-weight: 700;
  padding: 1px 10px;
}
.doctor_article_list_item {
  position: relative;
  padding-left: 150px;
}
@media (max-width: 767px) {
  .doctor_article_list_item {
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    padding-left: 20px;
  }
}
.doctor_article_list_item:not(:first-of-type) {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .doctor_article_list_item::before {
    width: 8px;
    height: 8px;
  }
}
.doctor_article_list_item strong {
  margin: 0 4px;
  padding: 0 2px 0 4px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  margin: 20px 0 0.5rem;
}
.youtube img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube .arrow,
.youtube .arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%,-50%);
}
.youtube .arrow {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.8);  /* 矢印背景色　*/
  pointer-events: none;
}
.youtube .arrow::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #fff; /* 矢印色　*/
}

/* slider */
.slider-wrap {
  position: relative;
  max-width: 810px;
  margin: 75px auto 0;
  }
@media (max-width: 750px) {
  .slider-wrap {
    margin: 25px -15px 0;
  }
}

.slider {
  overflow: hidden;
  padding-top: 25px;
}

.slider .item {
  height: auto !important;
}

.slider .item .item-in {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 20px;
}
@media (max-width: 750px) {
  .slider .item .item-in {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 15px;
  }
}

.slider .item .item-in .main-img {
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  .slider .item .item-in .main-img {
    margin-bottom: 25px;
  }
}

.slide-prev {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  z-index: 3;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-image: -webkit-linear-gradient(0deg, #b0c8f9 0%, #c1f4ee 50%, #a6ecd7 100%);
}

@media (max-width: 750px) {
  .slide-prev {
    width: 30px;
    height: 30px;
  }
}
.slide-next {
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  z-index: 3;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-image: -webkit-linear-gradient(0deg, #b0c8f9 0%, #c1f4ee 50%, #a6ecd7 100%);
}

@media (max-width: 750px) {
  .slide-next {
    width: 30px;
    height: 30px;
  }
}

/*------------------------------------------------

		feature

------------------------------------------------*/
.feature {
  padding: 7.5rem min(12.5%, 6rem) 6rem;
}
@media (max-width: 767px) {
  .feature {
    padding: 6rem 5% 0;
  }
}
.feature .ttl {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .feature .ttl {
    width: 100%;
    margin-bottom: 45px;
  }
}

.feature .ttl img{
  zoom: 1;
}
@media (max-width: 750px) {
	.feature .ttl img {
		zoom: 0.66;
	}
}

.feature .ttl + p {
  max-width: 780px;
  margin: 0 auto;
  text-align: justify;
}
@media (max-width: 767px) {
  .feature .ttl + p {
    padding: 0 12.5%;
  }
}

.feature_content {
	margin-top: 75px;
  padding: 0 4%;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (max-width: 767px) {
    .feature_content {
        padding: 0;
        margin-top: 20px;
    }
}

.feature_content_box {
    width: 48.5%;
    padding: min(8.5%, 4rem);
}
@media (max-width: 767px) {
    .feature_content_box {
        width: 100%;
        padding: 3.5rem 12.5% 3rem;
    }
}

@media (max-width: 767px) {
    .feature_content_box:first-child {
        width: 100%;
        padding: 1.5rem 1.5rem 3rem;
    }
}


.feature_content_box:nth-child(2) {
    background: #e5f6f2;
}

.feature_content_list p {
	margin: 10px 0 20px;
	padding: 0 0 20px 0;
	color: #0f4b62;
	border-bottom: 1px solid #cacaca;
}
@media (max-width: 767px) {
  .feature_content_list p {
    margin: 10px 0;
    padding: 0 0 20px 0;
  }
}
.feature_content_list:nth-child(4) p {
	border: none;
	margin: 10px 0 0;
	padding: 0;
}
@media (max-width: 767px) {
  .feature_content_list:nth-child(4) p {
    margin: 10px 0 0;
  }
}
.feature_content_list img {
	zoom: 0.6;
	display: inline-block;
    margin: 0 15px 0 0;
}
@media (max-width: 767px) {
  .feature_content_list img {
    zoom: 0.5;
    display: inline-block;
      margin: 0 15px 0 0;
  }
}
/*------------------------------------------------

		reason

------------------------------------------------*/
.reason {
  background: #e5f6f2;
  padding: 7.5rem min(12.5%, 6rem) 6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .reason {
    padding: 6rem 0 7.5rem;
  }
}
.reason_inner {
  max-width: 750px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .reason_inner .ttl{
    width: 90%;
  }
}
@media (max-width: 767px) {
  .reason_inner .ttl img{
    zoom: 0.66;
  }
}
.reason_list {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .reason_list {
    margin: 60px auto 0;
    width: 90%;
  }
}
.reason_list_item {
  width: 60%;
}
@media (max-width: 767px) {
  .reason_list_item {
    width: 100%;
  }
}
.reason_list_item:nth-of-type(odd) {
  margin-right: auto;
}
@media (max-width: 767px) {
  .reason_list_item:nth-of-type(odd) .reason_list_item_text {
    padding: 0 3rem;
  }
}
.reason_list_item:nth-of-type(odd) .reason_list_item_text::before {
  background: url(../img/flow_circle_left.svg) center/contain no-repeat;
  left: 0;
}
.reason_list_item:nth-of-type(even) {
  margin-left: auto;
}
@media (max-width: 767px) {
  .reason_list_item:nth-of-type(even) .reason_list_item_text {
    padding: 0 3rem;
  }
}
.reason_list_item:nth-of-type(even) .reason_list_item_text::before {
  background: url(../img/flow_circle_right.svg) center/contain no-repeat;
  left: -50px;
}
@media (max-width: 767px) {
  .reason_list_item:nth-of-type(even) .reason_list_item_text::before {
    background: url(../img/flow_circle_right.svg) center/contain no-repeat;
    left: auto;
    right: 0;
    top: 50px;
  }
}
.reason_list_item:nth-of-type(3) .reason_list_item_text::before {
  display: none;
}
@media (max-width: 767px) {
  .reason_list_item:nth-of-type(3) .reason_list_item_text::before {
    display: block;
  }
}
.reason_list_item:not(:first-of-type) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .reason_list_item:not(:first-of-type) {
    margin-top: 45px;
  }
}
.reason_list_item_image {
  position: relative;
  z-index: 1;
}
.reason_list_item_text {
  margin-top: 30px;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.reason_list_item_text::before {
  content: "";
  display: block;
  width: 277px;
  height: 259px;
  position: absolute;
  top: 0px;
}
.reason_list_item_text img {
  display: block;
  zoom: 0.66;
}
@media (max-width: 767px) {
  .reason_list_item_text img {
    display: block;
    zoom: 0.6;
  }
}
.reason_list_item_text_num {
  width: 30px;
  position: relative;
  z-index: 1;
}

.reason_list_item_text div {
  width: calc(100% - 30px);
  text-align: justify;
  position: relative;
  z-index: 1;
}
.reason_list_item_text div h3 {
  margin-bottom: 20px;
}

/* .reason_list_item_text h3 img {
  display: block;
  zoom: 0.8;
}
@media (max-width: 767px) {
  .reason_list_item_text h3 img {
    display: block;
    zoom: 0.8;
  }
} */

.reason_list_item_text div p {
  line-height: 2;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .reason_list_item_text div p {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

/*------------------------------------------------

		flow

------------------------------------------------*/
.flow {
  padding: 7.5rem min(12.5%, 6rem) 4.5rem;
}
@media (max-width: 767px) {
  .flow {
    padding: 6rem 5% 7.5rem;
  }
}
@media (max-width: 767px) {
  .flow_inner .ttl img {
    zoom: 0.66;
  }
}
.flow_content {
  max-width: 500px;
  margin: 45px auto 0;
}
.flow_content_list_item:not(:first-of-type) {
  margin-top: 20px;
}
.flow_content_list_item_inner.is_half {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flow_content_list_item_inner.is_half > div {
  width: 48.5%;
}
.flow_content_list_item_inner > div {
  background: #fff;
  border-radius: 20px;
  padding: min(8%, 3rem);
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .flow_content_list_item_inner > div {
    border-radius: 10px;
    padding: 2rem 1.5rem;
  }
}
.flow_content_list_item_inner > div > p {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .flow_content_list_item_inner > div > p {
    width: 35px;
  	height: 35px;
  }
}

.flow_content_list_item_inner > div > p img {
  zoom: 0.5;
}

.flow_content_list_item_text {
  width: calc(100% - 60px);
  padding-top: 3px;
}
@media (max-width: 767px) {
  .flow_content_list_item_text {
  width: calc(100% - 40px);
}
}

.flow_content_list_item_text h3 {
  color: #0f4b62;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 2rem;
}
@media (max-width: 750px) {
  .flow_content_list_item_text h3 {
  font-size: 1.8rem;
}
}

.flow_content_list_item_text h3 + h3 {
  margin-top: 20px;
}
.flow_content_list_item_text p {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .flow_content_list_item_text p {
    font-size: 1.6rem;
  }
}

/*------------------------------------------------

		faq

------------------------------------------------*/
.faq {
  background: #e5f6f2;
  padding: 90px 6%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .faq {
    padding: 60px 5%;
  }
}
.faq_inner {
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .faq_inner .ttl img {
    zoom: 0.66;
  }
}
.faq_list {
  margin-top: 60px;
  padding: 0 3rem;
  position: relative;
}
@media (max-width: 559px) {
  .faq_list {
    margin-top: 45px;
  }
}
.faq_list::before {
  background: #263643;
  border-radius: 2px;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
}
.faq_list::after {
  background: #263643;
  border-radius: 2px;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
}
.faq_list_item {
  padding: 10px 0;
}
.faq_list_item:not(:first-of-type) {
  border-top: 1px dashed #263643;
}
.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.6rem;
    padding: 10px 30px 10px 50px;
  }
}
.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.6rem;
    width: 35px;
    height: 35px;
    padding: 2px 0 0 2px;
    top: 10px;
  }
}
.faq_list_item dt::after {
  background: url(../img/faq_list_item_ttl_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.5rem;
    padding: 0 30px 10px 50px;
  }
}
.faq_list_item dd::before {
  border: 1px solid #263643;
  border-radius: 50%;
  color: #263643;
  content: "A";
  font-size: 1.8rem;
  font-weight: 700;
  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.6rem;
    width: 34px;
    height: 34px;
    padding: 1px 0 0 1px;
    top: 0;
  }
}

/*------------------------------------------------

		access

------------------------------------------------*/
.access {
  padding: 90px min(12.5%, 6rem) 60px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .access {
    padding: 60px 0 0;
  }
}
.access_inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .access_inner .ttl{
    padding: 0 5% 0;
  }
}
@media (max-width: 767px) {
  .access_inner .ttl img {
    zoom: 0.66;
  }
}
.ac
.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: center;
}
.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: #fff;
}
.access_list_item:nth-of-type(2) {
  background: #e5f6f2;
}
@media (max-width: 767px) {
  .access_list_item:nth-of-type(2) {
    background: #e5f6f2;
  }
}
.access_list_item:nth-of-type(3) {
  background: #e5f6f2;
}
@media (max-width: 767px) {
  .access_list_item:nth-of-type(3) {
    background: #fff;
  }
}
.access_list_item:nth-of-type(4) {
  background: #fff;
}
@media (max-width: 767px) {
  .access_list_item:nth-of-type(4) {
    background: #e5f6f2;
  }
}
.access_list_item:nth-of-type(5) {
  background: #FFF;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .access_list_item:nth-of-type(n+2) {
    margin-top: -30px;
  }
}
.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: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.access_list_item h3 {
  background: #fff;
  border: 1px solid #263643;
  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;
	font-size: 115%;
  }
}
.access_list_item h3 img {
  zoom: 0.6;
}
@media (max-width: 559px) {
  .access_list_item h3 img {
    zoom: 0.5;
  }
}
.access_list_item_text {
  font-size: 1.6rem;
  font-weight: 300;
  width: 100%;
}
@media (max-width: 767px) {
  .access_list_item_text {
    font-size: 1.6rem;
    letter-spacing: 0;
    padding: 0 12%;
  }
}
.access_list_item_text p strong {
  font-weight: 500;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .access_list_item_text p strong {
    font-size: 1.6rem;
  }
}
.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_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-image: -moz-linear-gradient(0deg, rgba(255, 147, 76, 0.99608) 0%, #fc686f 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(255, 147, 76, 0.99608) 0%, #fc686f 100%);
  background-image: -ms-linear-gradient(0deg, rgba(255, 147, 76, 0.99608) 0%, #fc686f 100%);
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  height: 100%;
  margin: 0 auto;
  padding: 20px 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.6rem;
    font-weight: 500;
    width: 100%;
    padding: 12px 30px;
  }
}
.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: 15px;
    height: 15px;
  }
}
.access_list_item_btn a:hover {
  opacity: 0.6;
}
.access_list_item_btn a br {
  display: none;
}

/*------------------------------------------------

		howtopay

------------------------------------------------*/
.md_howtopay {
  padding: 90px min(12.5%, 6rem);
}
@media (max-width: 767px) {
  .md_howtopay {
    padding: 45px 12%;
  }
}
.md_howtopay_inner {
  max-width: 500px;
  margin: 0 auto;
}
.md_howtopay_ttl {
  font-weight: 700;
}
.md_howtopay_ttl br {
  display: none;
}
@media (max-width: 559px) {
  .md_howtopay_ttl br {
    display: block;
  }
}
.md_howtopay_list {
  margin-top: 20px;
}
.md_howtopay_list_item {
  margin-top: 15px;
  padding-left: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .md_howtopay_list_item {
    margin-top: 10px;
    padding-left: 10px;
  }
}
.md_howtopay_list_item::before {
  background: #0f4b62;
  border-radius: 50%;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0.5em;
  left: 0;
}
@media (max-width: 767px) {
  .md_howtopay_list_item::before {
    width: 4px;
    height: 4px;
  }
}
.md_howtopay_list_item h3 {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .md_howtopay_list_item h3 {
    font-size: 1.1rem;
  }
}
.md_howtopay_list_item p {
  font-size: 1.3rem;
  font-weight: 300;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .md_howtopay_list_item p {
    font-size: 1rem;
  }
}
.md_howtopay_list_item p img {
  zoom: 0.5;
}

/*------------------------------------------------

		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 #0f4b62;
  color: #0f4b62;
  font-size: 1.6rem;
  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: 100%;
  margin-top: 15px;
}
#md_tel ul li h3 {
  font-weight: bold;
  margin-bottom: 5px;
}

#md_tel ul + p {
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 15px;
  text-align: center;
}

#md_tel ul li p a {
  background-image: -moz-linear-gradient(0deg, rgba(255, 147, 76, 0.99608) 0%, #fc686f 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(255, 147, 76, 0.99608) 0%, #fc686f 100%);
  background-image: -ms-linear-gradient(0deg, rgba(255, 147, 76, 0.99608) 0%, #fc686f 100%);
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  height: 100%;
  margin: 0 auto;
  padding: 20px 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) {
  #md_tel ul li p a {
    border-radius: 50px;
    display: flex;
    font-size: 1.6rem;
    font-weight: 500;
    width: 270px;
    padding: 16px 30px;
  }
}
#md_tel ul li p 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) {
  #md_tel ul li p a::before {
    width: 15px;
    height: 15px;
  }
}
#md_tel ul li p a:hover {
  opacity: 0.6;
}
#md_tel ul li p a br {
  display: none;
}




#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: #e5f6f2;
  padding: 90px min(12.5%, 6rem);
}
@media (max-width: 767px) {
  .md_form {
    padding: 50px 0 40px;
    border-top: 1px solid #cacaca;
  }
}
.md_form > p {
  text-align: center;
  font-weight: 500;
  margin: 20px 0 10px;
  color: #0f4b62;
  font-size: 1.2em;
}
@media (max-width: 767px) {
    .md_form > p {
      margin: 0 0 20px;
       font-size: 1.1em;
    }
}
@media (max-width: 767px) {
    .md_form_inner .ttl {
      padding: 0 5%;
    }
}
@media (max-width: 767px) {
    .md_form_inner .ttl img {
      zoom: 0.66;
    }
}
.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 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 #cacaca;
    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: #0f4b62;
  border: 1px solid #0f4b62;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 10px;
  padding: 0 5px;
}
.md_form dl dt span.any {
  background: #fff;
  color: #263643;
}
.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;
    letter-spacing: 0;
    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;
  }
}

@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;
  }
}
.md_form dl dd p.is_attention + p {
  margin-top: 5px;
}
@media (max-width: 559px) {
  .md_form dl dd p.is_attention + p {
    margin-top: 3px;
  }
}

.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: 40px;
}

.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 p.is_link a:hover {
  border-bottom: none;
}

.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: #0f4b62;
}

.md_form dl dd ul li input[type=checkbox]:checked + label::after {
  border-bottom: 2px solid #f1faf8;
  border-left: 2px solid #f1faf8;
  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-image: -moz-linear-gradient(0deg, rgba(255, 147, 76, 0.99608) 0%, #fc686f 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(255, 147, 76, 0.99608) 0%, #fc686f 100%);
  background-image: -ms-linear-gradient(0deg, rgba(255, 147, 76, 0.99608) 0%, #fc686f 100%);
  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 .md_step ol {
    margin-top: 60px;
  }

  .md_form .md_step ol li br {
    display: none;
  }

  .md_form dl {
    border-bottom: 1px solid #263643;
    margin-top: 40px;
  }

  .md_form dl dt {
    border-top: 1px solid #263643;
    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 #263643;
    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;
  letter-spacing: 0.05em;
}

.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: #0f4b62;
  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: -22px;
  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: 736px) {
  .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;
}
/*2022/03/28*/
.reserve-annai{
	border: solid 1px;
	margin: 30px auto 0;
	width: 90%;
	padding: 1.5em 2em 2em;
}
.reserve-annai_title{
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 0.8em;
}
.reserve-annai ul li {
  text-indent: -1.1em;
  padding-left: 1.1em;
}
.reserve-annai .t-small{
    margin-top: 0.75em;
    font-size: 0.9em;	
}
@media (max-width: 767px) {
	.reserve-annai{
		margin: 30px auto;
		padding: 1.5em 1em 2em;
    width: 90%;
	}
	.reserve-annai_title{
		font-size: 1.8rem;
	}
	.reserve-annai ul li {
		font-size: 1.6rem;
	}
	.reserve-annai .t-small{
		font-size: 1.4rem;
	}
}

.l_important {
	margin: 30px auto 0;
	padding: 0 5%;
}
.l_important .md_important {
    max-width: 1150px;
    margin: 0 auto;
    border: 5px solid #02999f;
    background: #f5fffd;
}
.l_important .md_important .md_ttl_important {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    background: #02999f;
    color: #FFF;
    padding-bottom: 7px;
    letter-spacing: 0.02em;
}
.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: #02999f;
}
.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: #ffdb2c;
	padding: 2px;
}
@media (max-width: 736px) { 
	.l_important {
		margin: 20px auto 20px;
	}
	.l_important .md_important {
		border: 3px solid #02999f;
	}
	.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;
	}
}

.tel_ginza_comment {
  background: #f4f4f4;
  margin-top: 1em;
  padding: 1em;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tel_ginza_comment strong {
  color: #fc696e;
  display: block;
  font-weight: 600;
}
@media (max-width: 736px) { 
  .tel_ginza_comment {
    font-size: 1.2rem;
  }
}

/*------------------------------------------------

		price

------------------------------------------------*/

.price {
  background: #e5f6f2;
  padding: 90px min(12.5%, 6rem) 90px;
}
@media (max-width: 767px) {
  .price {
    padding: 6rem 4% 4.5rem;
  }
}
@media (max-width: 767px) {
  .price .ttl img{
    zoom: 0.66;
  }
}
.price_ttl {
  margin-bottom: 6rem;
}
.price_item {
  background: #FFF;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px;
  position: relative;
  width: 88%;
  max-width: 1000px;
  margin: 6rem auto 0;
}
@media (max-width: 767px) {
  .price_item {
    width: 100%;
    padding: 35px 25px 25px;
    margin-top: 4rem
 }
}
.price_item_ttl {
  border-radius: 50px;
  width: 200px;
  margin: 0 auto;
  padding: 3px;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  z-index: 1;
}
.price_item_ttl span {
  background: #fff;
  border-radius: 50px;
  display: block;
  font-weight: 700;
  font-size: 2rem;
  padding: 3px 10px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .price_item_ttl span {
    font-size: 1.6rem;
  }
}
.price_item dl {
  position: relative;
  width: 47.5%;
}
@media (max-width: 767px) {
  .price_item dl {
    width: 100%;
  }
}
.price_item dl:nth-of-type(n + 3) {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .price_item dl + dl,
  .price_item dl:nth-of-type(n + 3) {
    margin-top: 2rem;
  }
}
.price_item dt {
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 auto 15px;
  width: 100%;
  padding: 3px 10px;
  text-align: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .price_item dt {
    font-size: 1.8rem;
  }
}
.price_item dd {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .price_item dd {
    font-size: 1.6rem;
  }
}
.price_item dd + dd {
  margin-top: 10px;
}
.price_item_line {
  width: 100%;
  text-align: right;
  display: flex;
  align-items: center;
  position: relative;
}
.price_item_line::before {
  background: #b1cbf8;
  content: "";
  display: block;
  margin-right: 20px;
  width: 100%;
  height: 1px;
}
.price_item_line strong {
  white-space: nowrap;
}
.price_item_line span {
  font-size: 10px;
  white-space: nowrap;
}
.price_item_line strong span {
  font-size: 12px;
  white-space: nowrap;
}

.price_text{
  font-size: 16px;
  margin: 2rem auto 0;
}

.price_text_p {
  max-width: 1000px;
  width: 88%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .price_text_p {
    width: 100%;
    margin: 0 auto;
    font-size: 1.4rem;
  }
}