@charset "UTF-8";
/* responsive setting */
/* color setting */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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: #222;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Noto Sans SC", "游ゴシック 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: 400;
}

em,
i {
  font-size: 100%;
  font-weight: 400;
  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: #222;
  border: 0 none;
  outline: medium none;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}

a:focus,
a:hover,
button:focus,
button:hover {
  color: #222;
  outline: medium none;
  text-decoration: none;
}

input,
select,
button {
  background: transparent;
  border: 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Noto Sans SC", "游ゴシック 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;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}

textarea {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Noto Sans SC", "游ゴシック 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 {
  -webkit-box-shadow: none;
          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;
  -webkit-transform: rotate(90deg);
          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;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
  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;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
  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_comf {
  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;
}

/*------------------------------------------------

		common

------------------------------------------------*/
.is_animation {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
  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 {
  background: #fff;
  padding: 60px 5% 50px;
}

@media (max-width: 767px) {
  .md_cta {
    padding: 30px 3.5% 25px;
  }
}

.price-sec + .md_cta.reservation ul li a::before {
  background: url(../img/icn_line.svg) center/contain no-repeat;
}

.md_cta > img{
  margin: 0 auto 50px;
  display: block;
  max-width: 600px
}
@media (max-width: 767px) {
  .md_cta > img{
    margin: 0 auto 25px;
    width: 100%;
}
}
.md_cta .cvn-btn-text {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
}
@media (max-width: 750px) {
  .md_cta .cvn-btn-text {
    font-size: 1rem;
    margin: 0px auto 7.5px;
    justify-content: space-between;
  }
}
.md_cta .cvn-btn-text p {
  width: 350px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 767px) {
  .md_cta .cvn-btn-text p {
    width: 48%;
    font-size: 1rem;
  }
}
.md_cta .cvn-btn-text p:last-child {
  margin: 0 0 0 20px;
}
@media (max-width: 767px) {
  .md_cta .cvn-btn-text p:last-child {
    margin: 0 0 0 4%;
  }
}
.md_cta .cvn-btn-text p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 40px;
  height: 1px;
  background: #000;
  transform: rotate(65deg);
}
@media (max-width: 767px) {
  .md_cta .cvn-btn-text p::before {
    left: -5px;
    width: 30px;
  }
}
.md_cta .cvn-btn-text p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40px;
  height: 1px;
  background: #000;
  transform: rotate(-65deg);
}
@media (max-width: 767px) {
  .md_cta .cvn-btn-text p::after {
    right: -5px;
    width: 30px;
  }
}

.md_cta ul {
  line-height: 1.4;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .md_cta ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .md_cta ul li {
    width: 48%;
  }
}

.md_cta ul li a {
  background: #c19841;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 1.2;
  width: 350px;
  height: 100%;
  padding: 20px 0 22px;
  overflow: visible;
  position: relative;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .md_cta ul li a {
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 500;
    width: 100%;
    padding: 8px 0 10px;
  }
}

.md_cta ul li a::after {
  border: 1px solid #e7cd97;
  border-radius: 100px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .md_cta ul li a::after {
    top: -2px;
  }
}

.md_cta ul li:first-of-type a::after {
  border: 1px solid #adc2c1;
}

.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: 12px;
}

@media (max-width: 767px) {
  .md_cta ul li:first-of-type a::before {
    width: 15px;
    height: 15px;
  }
}

.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:first-of-type a {
  background: #6e8f8d;
}

.md_cta ul li:last-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:last-of-type a::before {
    width: 15px;
    height: 15px;
  }
}

.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: 1.1rem;
    margin-top: 8px;
  }
}

.md_cta.is_yellow {
  background: #f9ed8e;
}

.md_cta.is_yellow ul li a {
  background: #fff;
  color: #fbb552;
}

.md_cta.is_yellow ul li a::after {
  border: 1px solid #fbb552;
}

.md_cta.is_yellow ul li:first-of-type a::before {
  background: url(../img/icn_mail_orange.svg) center/contain no-repeat;
}

.md_cta.is_yellow ul li:last-of-type a::before {
  background: url(../img/icn_tel_orange.svg) center/contain no-repeat;
}

.md_cta.is_fix {
  display: none;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          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;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}

@media (max-width: 767px) {
  .md_cta.is_fix {
    display: block;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            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;
  }
}
@media (max-width: 767px) {
.md_cta.reservation {
  padding: 30px 12% 25px;
}
}
.md_cta.reservation ul li {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .md_cta.reservation ul li {
    width: 167px;
  }
}
.md_cta.reservation .cvn-btn-text p{
  margin: 0 auto;
}
@media (max-width: 767px) {
  .md_cta.reservation .cvn-btn-text p{
    width: 60%;
  }
}
/*------------------------------------------------

		header

------------------------------------------------*/
.header {
  background: #f3f3f3;
  padding: 40px 6% 60px;
  overflow: hidden;
}

@media (max-width: 959px) {
  .header {
    padding: 30px 3.5% 40px;
  }
}

@media (max-width: 559px) {
  .header {
    padding: 0 0 25px;
  }
}

.header_inner {
  position: relative;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 559px) {
  .header_inner {
    background: #fff;
    padding: 25px 6% 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header_logo {
  font-size: 1.1rem;
  font-weight: 300;
  margin: 0 auto;
  text-align: center;
}

@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;
}

@media (max-width: 959px) {
  .header_logo img {
    width: 200px;
  }
}

.header_logo p + p {
  letter-spacing: 0.05em;
  margin-top: 10px;
}

@media (max-width: 959px) {
  .header_logo p + p {
    margin-top: 5px;
  }
}

@media (max-width: 349px) {
  .header_logo p + p {
    letter-spacing: 0;
  }
}

.header_sns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header_sns li + li {
  color: #222;
  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;
}

/*------------------------------------------------

		footer

------------------------------------------------*/
.l_footer {
  font-size: 1.1rem;
  padding: 60px 5% 75px;
  text-align: center;
  background: #f3f3f3;
}

.l_footer img {
  height: 33px;
  zoom: 1;
}

@media (max-width: 767px) {
  .l_footer {
    font-size: 1rem;
    padding: 30px 5% 120px;
    margin: 0 0 35.5px;
  }
}

/*------------------------------------------------

		main

------------------------------------------------*/
.l_main {
  overflow: hidden;
}

/*------------------------------------------------

		ttl

------------------------------------------------*/
.ttl.is_center {
  text-align: center;
}

.ttl_caption {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 35px;
  padding: 0 80px;
  position: relative;
}

@media (max-width: 559px) {
  .ttl_caption {
    font-size: 1.1rem;
    margin-bottom: 25px;
    padding: 0 40px;
  }
}

.ttl_caption::before, .ttl_caption::after {
  content: "";
  display: block;
  width: 50px;
  height: 10px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
}

@media (max-width: 1023px) {
  .ttl_caption::before, .ttl_caption::after {
    width: 40px;
  }
}

@media (max-width: 559px) {
  .ttl_caption::before, .ttl_caption::after {
    width: 25px;
    height: 5px;
    margin-top: -2.5px;
  }
}

.ttl_caption::before {
  left: 0;
}

.ttl_caption::after {
  right: 0;
}

.ttl_caption.is_gray {
  color: #657c7b;
}

/*
.ttl_caption.is_yellow {
  color: #fbb552;
}
*/
.ttl_caption.is_gray::before, .ttl_caption.is_gray::after {
  background: url(../img/shape_gray.svg) center/contain no-repeat;
}

/*
.ttl_caption.is_blue::before, .ttl_caption.is_blue::after {
  background: url(../img/shape_blue.svg) center/contain no-repeat;
}
.ttl_caption.is_yellow::before, .ttl_caption.is_yellow::after {
  background: url(../img/shape_orange.svg) center/contain no-repeat;
}
*/
.ttl_bg_caption {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  width: 80%;
  max-width: 353px;
  margin: 0 auto 35px;
  padding: 10px 0 8px;
}

@media (max-width: 559px) {
  .ttl_bg_caption {
    font-size: 1.1rem;
    width: 100%;
    max-width: 176px;
    margin-bottom: 25px;
    padding: 7px 0 3px;
  }
}

.ttl_bg_caption.is_white {
  background: url(../img/shape_caption_white.svg) center/contain no-repeat;
  color: #fff;
}

.ttl_bg_caption.is_gray {
  background: url(../img/shape_caption_gray.svg) center/contain no-repeat;
  color: #657c7b;
}

/*
.ttl_bg_caption.is_blue {
  background: url(../img/shape_caption_blue.svg) center/contain no-repeat;
  color: #657c7b;
}
.ttl_bg_caption.is_yellow {
  background: url(../img/shape_caption_orange.svg) center/contain no-repeat;
  color: #fbb552;
}
*/
.ttl_h img {
  zoom: 0.75;
}

@media (max-width: 767px) {
  .ttl_h img {
    zoom: 0.5;
  }
}

/*------------------------------------------------

		anchor

------------------------------------------------*/
.anchor_list {
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 8%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 #222;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 10px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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: #657c7b;
}

/*------------------------------------------------

		kv

------------------------------------------------*/
.kv {
  background: #f3f3f3;
  margin-top: 30px;
  position: relative;
}

@media (max-width: 959px) {
  .kv {
    margin-top: 25px;
  }
}

@media (max-width: 559px) {
  .kv {
    padding: 0 6%;
  }
}

.kv_dot {
  position: relative;
}

.kv_dot::before, .kv_dot::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}

.kv_dot::before {
  background: url(../img/kv_dot_top.svg) center/contain no-repeat;
  width: 107px;
  height: 75px;
  top: 120px;
  left: -38px;
}

@media (max-width: 559px) {
  .kv_dot::before {
    display: none;
  }
}

.kv_dot::after {
  background: url(../img/kv_dot_bottom.svg) center/contain no-repeat;
  width: 170px;
  height: 139px;
  bottom: -20px;
  left: -54px;
}

@media (max-width: 559px) {
  .kv_dot::after {
    width: 85px;
    height: 69.5px;
    bottom: -11px;
    left: -26px;
  }
}

.kv_inner {
  background: url(../img/kv_bg.jpg) center/cover no-repeat;
  padding: 60px 40px 0;
  text-align: center;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 959px) {
  .kv_inner {
    padding: 45px 3% 0 1%;
  }
}

@media (max-width: 559px) {
  .kv_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0;
  }
}

.kv_inner::before, .kv_inner::after {
  background: #f3f3f3;
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 1;
}

@media (max-width: 1023px) {
  .kv_inner::before, .kv_inner::after {
    width: 75px;
    height: 75px;
  }
}

@media (max-width: 559px) {
  .kv_inner::before, .kv_inner::after {
    width: 50px;
    height: 50px;
  }
}

.kv_inner::before {
  border-right: 1px solid #222;
  top: -60px;
  left: -60px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 1023px) {
  .kv_inner::before {
    top: -45px;
    left: -45px;
  }
}

@media (max-width: 559px) {
  .kv_inner::before {
    top: -30px;
    left: -30px;
  }
}

.kv_inner::after {
  border-top: 1px solid #222;
  bottom: -60px;
  right: -60px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 1023px) {
  .kv_inner::after {
    bottom: -45px;
    right: -45px;
  }
}

@media (max-width: 559px) {
  .kv_inner::after {
    bottom: -30px;
    right: -30px;
  }
}

.kv_text {
  margin: 0 2% 0 10%;
  width: 28%;
  position: relative;
}

@media (max-width: 559px) {
  .kv_text {
    width: 100%;
    padding-bottom: 8px;
    margin: 0;
  }
}

.kv_text h1 {
  margin: 15.6% auto 0;
  max-width: 438px;
}

@media (max-width: 559px) {
  .kv_text h1 {
    margin: 5% auto 0;
  }
}

@media (max-width: 1023px) {
  .kv_text h1 img {
    zoom: 0.6;
  }
}

@media (max-width: 559px) {
  .kv_text h1 img {
    zoom: 0.5;
  }
}

.kv_catch {
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  max-width: 408px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.kv_catch .kv_catch_icn {
  width: 49%;
}

.kv_catch .kv_catch_icn img {
  width: 100%;
  height: auto;
}

@media (max-width: 559px) {
  .kv_catch {
    position: relative;
    padding: 50px 0 56px;
    margin-left: 5%;
    width: 34%;
    max-width: 234px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kv_catch .kv_catch_icn {
    margin-bottom: 10px;
    width: 100%;
  }
  .kv_catch .kv_catch_icn:nth-child(2) {
    margin-bottom: 25px;
  }
}
.kv_inner p {
	color: #fff;
	font-weight: 500;
	font-size: 1.3rem;
	z-index: 100;
    position: relative;
}
.kv_image {
  width: 60%;
  padding-right: 10%;
  margin-top: auto;
  position: relative;
}

@media (max-width: 559px) {
  .kv_image {
    width: 100%;
    text-align: left;
    padding-right: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .kv_image img {
    zoom: 0.7;
  }
}

.kv_image picture {
  display: block;
}

.kv_image::after {
  background: url(../img/kv_dot_center.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 170px;
  height: 106px;
  margin-top: -53px;
  position: absolute;
  top: 50%;
  right: -94px;
  z-index: 1;
}

@media (max-width: 559px) {
  .kv_image::after {
    width: 85px;
    height: 53px;
    margin-top: -15%;
    top: 85%;
    right: -15px;
  }
}

.kv > p {
	text-align: center;
	padding: 50px 0 0;
	color: #ad6966;
	font-size: 3.2rem;
}
@media (max-width: 559px) {
  .kv > p {
	  padding: 25px 0 0;
    font-size: 1.6rem;
  }
}
/*------------------------------------------------

		price

------------------------------------------------*/
.price {
  padding: 0 6%;
}

.price_inner {
  margin: 50px 0 65px;
  text-align: center;
}

@media (max-width: 559px) {
  .price_inner {
    margin: 35px auto;
  }
}

.price_catch {
  background: url(../img/price_catch_bg.svg) center/contain no-repeat;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  max-width: 633px;
  padding: 15px 80px;
}

@media (max-width: 959px) {
  .price_catch {
    padding: 8px 60px;
  }
}

@media (max-width: 559px) {
  .price_catch {
    font-size: 1.2rem;
    width: 100%;
    max-width: 316px;
    padding: 8px 20px;
  }
}

.price_strong {
  margin-top: 15px;
}

@media (max-width: 559px) {
  .price_strong {
    margin-top: 10px;
  }
}

.price_strong img {
  zoom: 0.75;
}

@media (max-width: 959px) {
  .price_strong img {
    zoom: 0.5;
  }
}

.price_attention {
  font-size: 1.4rem;
  margin-top: 15px;
}

@media (max-width: 959px) {
  .price_attention {
    font-size: 1.2rem;
    font-weight: 300;
    margin-top: 5px;
  }
}

/*------------------------------------------------

		point

------------------------------------------------*/
.point {
  background: #f3f3f3;
  padding: 90px 6%;
  position: relative;
}

@media (max-width: 559px) {
  .point {
    padding: 45px 8%;
  }
}

.point_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 559px) {
  .point_list {
    display: block;
  }
}

.point_item {
  margin: 40px auto;
  width: 400px;
}

.point_item .point_item_ttl {
  margin-bottom: 25px;
}

.point_item .point_item_ttl figure {
  margin: 40px auto 48px;
  width: 374px;
  height: 233px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.point_item .point_item_ttl h3 {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  width: 354px;
  height: 64px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.point_item .point_item_ttl h3.ok {
  background: url(../img/point_list_item_ttl_ok.svg) center/contain no-repeat;
}

.point_item .point_item_ttl h3.ng {
  background: url(../img/point_list_item_ttl_ng.svg) center/contain no-repeat;
}

.point_item ul li {
  padding-left: 1em;
  text-indent: -.5em;
  line-height: 2;
  padding-bottom: 1em;
}

.point_item ul li span {
  color: #ad6966;
}

@media (max-width: 959px) {
  .point_item .point_item_ttl figure {
    zoom: 0.75;
  }
  .point_item .point_item_ttl h3 {
    font-size: 1.6rem;
  }
}

@media (max-width: 559px) {
  .point_item {
    width: 100%;
  }
  .point_item .point_item_ttl figure {
    zoom: 0.5;
  }
  .point_item .point_item_ttl h3 {
    font-size: 1.5rem;
    width: 236px;
    height: 43px;
  }
}

/*------------------------------------------------

		personalize

------------------------------------------------*/
.personalize {
  background: #e7cd97;
  padding: 90px 6%;
  position: relative;
}

@media (max-width: 559px) {
  .personalize {
    padding: 45px 8%;
  }
}

.personalize::before {
  background: url(../img/personalize_dot_top.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 250px;
  height: 221px;
  position: absolute;
  top: -140px;
  right: 0;
  z-index: 1;
}

@media (max-width: 559px) {
  .personalize::before {
    width: 125px;
    height: 110.5px;
    top: -52px;
    right: 0;
  }
}

.personalize_inner {
  max-width: 750px;
  margin: 0 auto;
}

.personalize_inner .ttl {
  text-align: center;
}

@media (max-width: 559px) {
  .personalize_inner .ttl {
    text-align: left;
  }
}

.personalize_list {
  margin: 15px 0 30px;
}

.personalize_list_item {
  margin-top: 75px;
  position: relative;
}

@media (max-width: 559px) {
  .personalize_list_item:first-or-type {
    margin-top: 40px;
  }
}

.personalize_item_ttl {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.personalize_item_ttl .num {
  position: relative;
  color: #fff;
  background: #c19841;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  left: 18%;
}

.personalize_item_ttl h3 {
  background: url(../img/personalize_list_item_ttl.svg) center/contain no-repeat;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  width: 354px;
  height: 64px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 959px) {
  .personalize_item_ttl .num {
    font-size: 1.5rem;
    width: 30px;
    height: 30px;
  }
  .personalize_item_ttl h3 {
    font-size: 1.6rem;
  }
}

@media (max-width: 559px) {
  .personalize_item_ttl .num {
    font-size: 1.5rem;
    left: 6%;
  }
  .personalize_item_ttl h3 {
    font-size: 1.2rem;
    width: 236px;
    height: 43px;
  }
}

.personalize_list_item_photo {
  margin-top: 45px;
  position: relative;
}

@media (max-width: 959px) {
  .personalize_list_item_photo {
    margin-top: 25px;
  }
}

@media (max-width: 559px) {
  .personalize_list_item_photo {
    margin: 25px calc(50% - 50vw) 0;
  }
}

.personalize_list_item_photo ul {
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.personalize_list_item_photo ul li {
  width: 48.5%;
}

.personalize_list_item_photo ul li:first-of-type figure {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.personalize_list_item_photo.is_gold ul li:first-of-type figure::after {
  content: "";
  background: url(../img/icn_before_after_gold.svg) no-repeat;
  display: block;
  height: 17px;
  width: 12px;
  position: absolute;
  right: calc(-3.6% + -5px);
  z-index: 20;
}

.personalize_list_item_photo ul li:last-of-type {
  text-align: right;
}

.personalize_list_item_photo ul li:last-of-type figure figcaption {
  right: 0;
  padding: 0 6%;
}

@media (max-width: 559px) {
  .personalize_list_item_photo ul li:last-of-type figure figcaption {
    right: 7px;
  }
}

.personalize_list_item_photo ul li figure img {
  width: 100%;
}

.personalize_list_item_photo ul li figure figcaption {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  margin-top: 5px;
  padding: 0 12%;
  position: absolute;
  bottom: -30px;
}

@media (max-width: 559px) {
  .personalize_list_item_photo ul li figure figcaption {
    font-size: 1.2rem;
    padding: 0 16%;
    bottom: -30px;
  }
}

.personalize_list_item_photo ul + ul {
  margin-top: 30px;
}

/*------------------------------------------------

		personalize02

------------------------------------------------*/
.personalize02 {
  position: relative;
  padding: 50px 6%;
  background: #ffffff;
}

.personalize02 p {
  text-align: center;
  font-size: 2.2rem;
}

.personalize02_box ul {
  margin: 24px auto 0;
  width: 68%;
  max-width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.personalize02_box ul li {
  margin: 0 1% 24px;
  width: 48%;
  max-width: 230px;
}

@media (max-width: 959px) {
  .personalize02 p {
    font-size: 20px;
  }
}

@media (max-width: 559px) {
  .personalize02 {
    padding: 25px 6%;
  }
  .personalize02 p {
    font-size: 13px;
  }
  .personalize02_box ul {
    margin-top: 12px;
    width: 90%;
  }
  .personalize02_box ul li {
    margin: 0 auto 12px;
    max-width: 116px;
  }
}

/*------------------------------------------------

		personalize03

------------------------------------------------*/
.personalize03 {
  position: relative;
  background: #e7cd97;
}

.personalize03_inner {
  padding: 50px 6% 0;
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 559px) {
  .personalize03_inner {
    padding: 25px 5.4% 0;
    height: 340px;
  }
}

.personalize03::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}

.personalize03::after {
  background: url(../img/scars_dot_bottom.svg) center/contain no-repeat;
  width: 250px;
  height: 202px;
  bottom: -55px;
  left: 10px;
}

@media (max-width: 559px) {
  .personalize03::after {
    width: 125px;
    height: 101px;
    bottom: -18.5px;
    left: 5px;
  }
}

.personalize_summary {
  text-align: center;
}

.personalize_summary figure {
  position: relative;
}

@media (max-width: 959px) {
  img {
    zoom: 0.75;
  }
}

@media (max-width: 767px) {
  .personalize_summary figure img {
    zoom: 0.5;
  }
}

/*------------------------------------------------

		problem

------------------------------------------------*/
/*
.problem {
  background: #f9ed8e;
  padding: 90px 8% 60px;
  position: relative;
}
@media (max-width: 559px) {
  .problem {
    padding: 50px 8% 40px;
  }
}
.problem::before, .problem::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.problem::before {
  background: url(../img/problem_dot_top.svg) center/contain no-repeat;
  width: 250px;
  height: 266px;
  top: -55px;
  right: 10px;
}
@media (max-width: 559px) {
  .problem::before {
    width: 125px;
    height: 133px;
    top: -18.5px;
    right: 5px;
  }
}
.problem::after {
  background: url(../img/problem_dot_bottom.svg) center/contain no-repeat;
  width: 170px;
  height: 138px;
  bottom: -10px;
  left: -10px;
}
@media (max-width: 559px) {
  .problem::after {
    width: 85px;
    height: 69px;
    bottom: -25px;
    left: -25px;
  }
}
.problem .ttl {
  text-align: center;
}
@media (max-width: 767px) {
  .problem .ttl {
    padding: 0 4vw;
    text-align: justify;
  }
}
.problem_inner {
  max-width: 960px;
  margin: 0 auto;
}
.problem_lists {
  margin-top: 60px;
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 559px) {
  .problem_lists {
    margin-top: 55px;
  }
}
.problem_lists img {
  zoom: 0.75;
}
@media (max-width: 959px) {
  .problem_lists img {
    zoom: 0.5;
  }
}
@media (max-width: 767px) {
  .problem_lists img {
    zoom: 0.75;
  }
}
@media (max-width: 559px) {
  .problem_lists img {
    zoom: 0.5;
  }
}
.problem_lists_inner {
  width: 48%;
  position: relative;
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 559px) {
  .problem_lists_inner {
    width: 100%;
    margin-top: -20px;
  }
}
@media (max-width: 559px) {
  .problem_lists_inner:first-of-type {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 559px) {
  .problem_lists_inner:first-of-type figure {
    margin-bottom: 40px;
  }
}
.problem_lists_inner:last-of-type::before {
  display: none;
}
@media (max-width: 559px) {
  .problem_lists_inner:last-of-type::before {
    background: url(../img/problem_dot_center.svg) center/contain no-repeat;
    content: "";
    display: block;
    width: 53px;
    height: 37px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
.problem_lists_inner figure {
  width: 40%;
}
.problem_lists_inner:last-of-type {
  flex-direction: row-reverse;
}
.problem_lists_inner:last-of-type figure {
  text-align: right;
}
.problem_list {
  width: 60%;
}
.problem_list_item.is_01 {
  margin-bottom: -60px;
  margin-right: -20px;
  text-align: right;
}
@media (max-width: 559px) {
  .problem_list_item.is_01 {
    margin-bottom: -40px;
    margin-right: -10px;
  }
}
.problem_list_item.is_02 {
  margin-bottom: -50px;
}
@media (max-width: 559px) {
  .problem_list_item.is_02 {
    margin-bottom: -30px;
  }
}
.problem_list_item.is_03 {
  margin-right: -20px;
  margin-bottom: -60px;
  text-align: right;
}
@media (max-width: 559px) {
  .problem_list_item.is_03 {
    margin-bottom: -35px;
    margin-right: 0;
  }
}
@media (max-width: 559px) {
  .problem_list_item.is_04 {
    margin-left: -10px;
  }
}
.problem_list_item.is_05 {
  margin-bottom: -60px;
}
@media (max-width: 559px) {
  .problem_list_item.is_05 {
    margin-bottom: -40px;
  }
}
.problem_list_item.is_06 {
  margin-bottom: -60px;
  margin-right: -20px;
  text-align: right;
}
@media (max-width: 559px) {
  .problem_list_item.is_06 {
    margin-bottom: -40px;
    margin-right: -10px;
  }
}
*/
/*------------------------------------------------

		about

------------------------------------------------*/
/*
.about {
  background: #657c7b;
  padding: 75px 6%;
  overflow: hidden;
}
@media (max-width: 559px) {
  .about {
    padding: 45px 6%;
  }
}
.about_inner {
  max-width: 960px;
  margin: 0 auto;
}
.about_content {
  margin-top: 45px;
}
@media (max-width: 559px) {
  .about_content {
    margin-top: 40px;
  }
}
.about_content_inner {
  background: #fff;
  line-height: 2;
  padding: 60px 6%;
  text-align: center;
  position: relative;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 959px) {
  .about_content_inner {
    text-align: justify;
  }
}
@media (max-width: 559px) {
  .about_content_inner {
    font-size: 1.3rem;
    padding: 45px 10.8%;
  }
}
.about_content_inner::before, .about_content_inner::after {
  background: #657c7b;
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 1023px) {
  .about_content_inner::before, .about_content_inner::after {
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 559px) {
  .about_content_inner::before, .about_content_inner::after {
    width: 50px;
    height: 50px;
  }
}
.about_content_inner::before {
  border-right: 1px solid #222;
  top: -60px;
  left: -60px;
  transform: rotate(45deg);
}
@media (max-width: 1023px) {
  .about_content_inner::before {
    top: -45px;
    left: -45px;
  }
}
@media (max-width: 559px) {
  .about_content_inner::before {
    top: -30px;
    left: -30px;
  }
}
.about_content_inner::after {
  border-top: 1px solid #222;
  bottom: -60px;
  right: -60px;
  transform: rotate(-45deg);
}
@media (max-width: 1023px) {
  .about_content_inner::after {
    bottom: -45px;
    right: -45px;
  }
}
@media (max-width: 559px) {
  .about_content_inner::after {
    bottom: -30px;
    right: -30px;
  }
}
.about_content_illust {
  width: 48.5%;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 559px) {
  .about_content_illust {
    width: 100%;
    margin-bottom: 25px;
  }
}
.about_content_illust img {
  zoom: 0.75;
}
@media (max-width: 959px) {
  .about_content_illust img {
    zoom: 0.5;
  }
}
.about_content p:not([class]) {
  width: 100%;
}
.about_content p:not([class]) + p {
  margin-top: 15px;
}
@media (max-width: 559px) {
  .about_content p:not([class]) + p {
    margin-top: 10px;
  }
}
*/
/*------------------------------------------------

		feature

------------------------------------------------*/
.feature {
  background: #e7cd97;
  padding: 90px 0 240px;
  position: relative;
}

@media (max-width: 559px) {
  .feature {
    padding: 45px 0 100px;
  }
}

.feature::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background: url(../img/scars_dot_bottom.svg) center/contain no-repeat;
  width: 250px;
  height: 202px;
  bottom: -55px;
  left: 10px;
}

@media (max-width: 559px) {
  .feature::after {
    width: 125px;
    height: 101px;
    bottom: -44px;
    left: 5px;
  }
}

.feature_inner {
  max-width: 750px;
  margin: 0 auto;
}

.feature_list_item {
  line-height: 2;
  margin-top: 180px;
  text-align: justify;
  position: relative;
}

.feature_list_item:first-of-type {
  margin-top: 75px;
}

@media (max-width: 959px) {
  .feature_list_item {
    margin-top: 120px;
    padding: 0 16%;
  }
  .feature_list_item:first-of-type {
    margin-top: 45px;
  }
}

@media (max-width: 559px) {
  .feature_list_item {
    margin-top: 90px;
    font-size: 1.3rem;
  }
  .feature_list_item:first-of-type {
    margin-top: 45px;
  }
}

.feature_list_item::before {
  content: "";
  display: block;
  width: 402px;
  height: 390px;
  position: absolute;
  z-index: -1;
}

@media (max-width: 959px) {
  .feature_list_item::before {
    width: 350px;
    height: 300px;
  }
}

@media (max-width: 559px) {
  .feature_list_item::before {
    width: 269px;
    height: 262px;
  }
}

.feature_list_item:first-of-type::before {
  background: url(../img/shape_line_white_left.svg) center/contain no-repeat;
  left: -9%;
  bottom: -16%;
}

.feature_list_item:nth-of-type(2)::before {
  background: url(../img/shape_line_white_right.svg) center/contain no-repeat;
  right: -9%;
  bottom: -10%;
}

.feature_list_item:nth-of-type(3)::before {
  background: url(../img/shape_line_white_left2.svg) center/contain no-repeat;
  left: -9%;
  bottom: -16%;
}

@media (max-width: 959px) {
  .feature_list_item:first-of-type::before {
    bottom: 0;
  }
  .feature_list_item:nth-of-type(2)::before {
    right: 0;
    bottom: 14%;
  }
  .feature_list_item:nth-of-type(3)::before {
    bottom: 0;
  }
}

@media (max-width: 559px) {
  .feature_list_item:first-of-type::before {
    bottom: 0;
  }
  .feature_list_item:nth-of-type(2)::before {
    right: -5%;
    bottom: 0;
  }
  .feature_list_item:nth-of-type(3)::before {
    bottom: 0;
  }
}

.feature_list_item_photo {
  margin-bottom: 100px;
  text-align: center;
}

@media (max-width: 959px) {
  .feature_list_item_photo {
    margin-bottom: 80px;
  }
}

@media (max-width: 559px) {
  .feature_list_item_photo {
    margin-bottom: 50px;
  }
}

.feature_list_item_ttl {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.feature_list_item_ttl span {
  background: url(../img/feature_bg_num.svg) center/contain no-repeat;
  color: #fff;
  font-size: 1.8rem;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  padding-bottom: 10px;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 959px) {
  .feature_list_item_ttl span {
    font-size: 1.5rem;
    width: 80px;
    height: 80px;
    top: -45px;
  }
}

@media (max-width: 559px) {
  .feature_list_item_ttl span {
    width: 62px;
    height: 62px;
    padding-bottom: 5px;
    top: -35px;
  }
}

.feature_list_item_ttl h3 {
  background: url(../img/feature_list_item_ttl.svg) center/contain no-repeat;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  width: 100%;
  max-width: 354px;
  height: 64px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 959px) {
  .feature_list_item_ttl h3 {
    font-size: 1.6rem;
  }
}

@media (max-width: 559px) {
  .feature_list_item_ttl h3 {
    font-size: 1.5rem;
    max-width: 236px;
    height: 43px;
  }
}

.feature_list_item p {
  position: relative;
  z-index: 1;
  padding: 0 6em;
}

@media (max-width: 559px) {
  .feature_list_item p {
    padding: 0;
  }
}

.feature_list_item p + p {
  margin-top: 15px;
}

/*------------------------------------------------

		case

------------------------------------------------*/
.case {
  background: #fff;
  padding: 90px 6%;
  position: relative;
  border-top: 1px solid #f3f0f3;
}

@media (max-width: 559px) {
  .case {
    padding: 45px 8%;
  }
}

/*
.case::before {
  background: url(../img/case_dot_top.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 250px;
  height: 221px;
  position: absolute;
  top: -180px;
  left: 10px;
  z-index: 1;
}
@media (max-width: 559px) {
  .case::before {
    width: 125px;
    height: 110.5px;
    top: -90px;
    left: 5px;
  }
}
*/
.case_inner {
  max-width: 750px;
  margin: 0 auto;
}

.case_list {
  margin-top: 15px;
}

.case_list_item {
  margin-top: 75px;
  position: relative;
}

@media (max-width: 959px) {
  .case_list_item {
    margin-top: 45px;
  }
}

.case_list_item:not(:first-of-type) {
  padding-top: 75px;
}

.case_list_item:not(:first-of-type)::before {
  background: #f3f3f3;
  content: "";
  display: block;
  width: auto;
  height: 2px;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media (max-width: 959px) {
  .case_list_item:not(:first-of-type) {
    padding-top: 45px;
  }
}

.case_list_item_ttl {
  text-align: center;
  position: relative;
  z-index: 1;
}

.case_list_item_ttl span {
  display: inline-block;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  padding: 0 65px;
  position: relative;
}

@media (max-width: 559px) {
  .case_list_item_ttl span {
    font-size: 1.1rem;
    padding: 0 40px;
  }
}

.case_list_item_ttl span::before, .case_list_item_ttl span::after {
  content: "";
  display: block;
  width: 50px;
  height: 10px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
}

@media (max-width: 959px) {
  .case_list_item_ttl span::before, .case_list_item_ttl span::after {
    width: 40px;
  }
}

@media (max-width: 559px) {
  .case_list_item_ttl span::before, .case_list_item_ttl span::after {
    width: 25px;
    height: 5px;
    margin-top: -2.5px;
  }
}

.case_list_item_ttl span::before {
  left: 0;
}

.case_list_item_ttl span::after {
  right: 0;
}

.case_list_item_ttl span.is_gray {
  color: #657c7b;
}

.case_list_item_ttl span.is_gray::before, .case_list_item_ttl span.is_gray::after {
  background: url(../img/shape_gray.svg) center/contain no-repeat;
}

.case_list_item_ttl span.is_yellow {
  color: #c19841;
}

.case_list_item_ttl span.is_yellow::before, .case_list_item_ttl span.is_yellow::after {
  background: url(../img/shape_gold.svg) center/contain no-repeat;
}

.case_list_item_ttl h3 {
  font-size: 2.4rem;
  font-weight: 700;
}

@media (max-width: 559px) {
  .case_list_item_ttl h3 {
    font-size: 1.8rem;
  }
}

.case_list_item_photo {
  margin-top: 45px;
  position: relative;
}

@media (max-width: 959px) {
  .case_list_item_photo {
    margin-top: 25px;
  }
}

@media (max-width: 559px) {
  .case_list_item_photo {
    margin: 25px calc(50% - 50vw) 0;
  }
}

.case_list_item_photo::before, .case_list_item_photo::after {
  content: "";
  display: block;
  width: 362px;
  height: 138px;
  position: absolute;
  z-index: 0;
}

@media (max-width: 559px) {
  .case_list_item_photo::before, .case_list_item_photo::after {
    width: 181px;
    height: 69px;
  }
}

.case_list_item_photo::before {
  top: -60px;
  right: -120px;
}

@media (max-width: 559px) {
  .case_list_item_photo::before {
    top: -45px;
    right: -25px;
  }
}

.case_list_item_photo::after {
  bottom: -90px;
  left: -120px;
}

@media (max-width: 559px) {
  .case_list_item_photo::after {
    bottom: -20px;
    left: -25px;
  }
}

.case_list_item_photo.is_gray {
  color: #657c7b;
}

.case_list_item_photo.is_gray::before, .case_list_item_photo.is_gray::after {
  background: url(../img/case_photo_dot_gold.svg) center/contain no-repeat;
}

.case_list_item_photo.is_yellow {
  color: #c19841;
}

.case_list_item_photo.is_yellow::before, .case_list_item_photo.is_yellow::after {
  background: url(../img/case_photo_dot_gray.svg) center/contain no-repeat;
}

.case_list_item_photo ul {
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.case_list_item_photo ul li {
  width: 48.5%;
}

.case_list_item_photo ul li:first-of-type figure {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.case_list_item_photo.is_gray ul li:first-of-type figure::after {
  content: "";
  background: url(../img/icn_before_after_gray.svg) no-repeat;
  display: block;
  height: 17px;
  width: 12px;
  position: absolute;
  right: calc(-3.6% + -5px);
  z-index: 20;
}

.case_list_item_photo.is_yellow ul li:first-of-type figure::after {
  content: "";
  background: url(../img/icn_before_after_gold.svg) no-repeat;
  display: block;
  height: 17px;
  width: 12px;
  position: absolute;
  right: calc(-3.6% + -5px);
  z-index: 20;
}

@media (max-width: 559px) {
  .case_list_item_photo ul li:first-of-type figure::after {
    height: 10px;
    width: 7px;
    right: calc(-3.6% + -3px);
  }
}

.case_list_item_photo ul li:last-of-type {
  text-align: right;
}

.case_list_item_photo ul li:last-of-type figure figcaption {
  right: 0;
  padding: 0 6%;
}

@media (max-width: 559px) {
  .case_list_item_photo ul li:last-of-type figure figcaption {
    right: 7px;
  }
}

.case_list_item_photo ul li figure img {
  width: 100%;
}

.case_list_item_photo ul li figure figcaption {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  margin-top: 5px;
  padding: 0 12%;
  position: absolute;
  bottom: -30px;
}

@media (max-width: 559px) {
  .case_list_item_photo ul li figure figcaption {
    font-size: 1.2rem;
    padding: 0 16%;
    bottom: -30px;
  }
}

.case_list_item_photo ul + ul {
  margin-top: 30px;
}

.case_list_item_risk {
  background: #f3f3f3;
  font-size: 1.2rem;
  margin-top: 45px;
  padding: 30px 6%;
  position: relative;
  z-index: 1;
}

@media (max-width: 559px) {
  .case_list_item_risk {
    font-size: 1rem;
    padding: 15px 6%;
  }
}

.case_list_item_risk_item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.case_list_item_risk_item:not(:first-of-type) {
  margin-top: 5px;
}

.case_list_item_risk_item dt {
  width: 120px;
}

@media (max-width: 559px) {
  .case_list_item_risk_item dt {
    width: 100%;
  }
}

.case_list_item_risk_item dd {
  width: calc(100% - 120px);
}

@media (max-width: 559px) {
  .case_list_item_risk_item dd {
    width: 100%;
  }
}

.case_list_item_doctor {
  margin-top: 45px;
  position: relative;
}

@media (max-width: 959px) {
  .case_list_item_doctor {
    margin-top: 30px;
  }
}

.case_list_item_doctor::before {
  content: "";
  display: block;
  width: 402px;
  height: 390px;
  position: absolute;
  top: -100px;
  right: -9%;
}

@media (max-width: 959px) {
  .case_list_item_doctor::before {
    width: 350px;
    height: 300px;
  }
}

@media (max-width: 559px) {
  .case_list_item_doctor::before {
    width: 269px;
    height: 262px;
    top: -67px;
    right: -16%;
  }
}

/*
.case_list_item_doctor.is_blue::before {
  background: url(../img/shape_line_blue_right.svg) center/contain no-repeat;
}
.case_list_item_doctor.is_yellow::before {
  background: url(../img/shape_line_orange_right.svg) center/contain no-repeat;
}
*/
.case_list_item_doctor_name {
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.case_list_item_doctor_name_image {
  border-radius: 50%;
  width: 200px;
  overflow: hidden;
}

@media (max-width: 559px) {
  .case_list_item_doctor_name_image {
    width: 100px;
  }
}

.case_list_item_doctor_name_text {
  width: calc(100% - 200px);
  text-align: center;
}

@media (max-width: 559px) {
  .case_list_item_doctor_name_text {
    width: calc(100% - 100px);
  }
}

.case_list_item_doctor_name_text p:not([class]) {
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 559px) {
  .case_list_item_doctor_name_text p:not([class]) {
    font-size: 1.4rem;
  }
}

.case_list_item_doctor_name_text p:not([class]) span {
  font-size: 1.4rem;
  margin-right: 5px;
}

@media (max-width: 559px) {
  .case_list_item_doctor_name_text p:not([class]) span {
    font-size: 1rem;
  }
}

.case_list_item_doctor_name_text_btn {
  margin-top: 15px;
}

@media (max-width: 559px) {
  .case_list_item_doctor_name_text_btn {
    font-size: 1rem;
    margin-top: 7.5px;
  }
}

.case_list_item_doctor_name_text_btn a {
  border-radius: 100px;
  color: #fff;
  padding: 10px 30px;
  vertical-align: top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 559px) {
  .case_list_item_doctor_name_text_btn a {
    padding: 7.5px 20px;
  }
}

.case_list_item_doctor_name_text_btn a i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

@media (max-width: 559px) {
  .case_list_item_doctor_name_text_btn a i {
    width: 13px;
    height: 13px;
    margin-right: 3px;
  }
}

.case_list_item_doctor_name_text_btn a i::before {
  background: url(../img/icn_instagram_white.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
}

@media (max-width: 559px) {
  .case_list_item_doctor_name_text_btn a i::before {
    width: 13px;
    height: 13px;
  }
}

.case_list_item_doctor_name_text_btn.is_gray a {
  background: #657c7b;
}

.case_list_item_doctor_name_text_btn.is_yellow a {
  background: #c19841;
}

.case_list_item_attention {
  font-size: 1.2rem;
  margin-top: 45px;
  padding: 30px 6%;
  position: relative;
  z-index: 1;
}

@media (max-width: 559px) {
  .case_list_item_attention {
    font-size: 1rem;
    padding: 15px 6%;
  }
}

/*------------------------------------------------

		scars

------------------------------------------------*/
.scars {
  background: #e7cd97;
  padding-top: 90px;
  position: relative;
}

@media (max-width: 559px) {
  .scars {
    padding-top: 60px;
  }
}

.scars::before, .scars::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}

.scars::before {
  background: url(../img/scars_dot_top.svg) center/contain no-repeat;
  width: 250px;
  height: 266px;
  top: -55px;
  right: 10px;
}

@media (max-width: 559px) {
  .scars::before {
    width: 125px;
    height: 133px;
    top: -18.5px;
    right: 5px;
  }
}

.scars::after {
  background: url(../img/scars_dot_bottom.svg) center/contain no-repeat;
  width: 250px;
  height: 202px;
  bottom: -55px;
  left: 10px;
}

@media (max-width: 559px) {
  .scars::after {
    width: 125px;
    height: 101px;
    bottom: -18.5px;
    left: 5px;
  }
}

.scars_inner {
  max-width: 750px;
  margin: 0 auto;
}

.scars .ttl {
  padding: 0 12%;
  text-align: center;
}

@media (max-width: 559px) {
  .scars .ttl {
    text-align: justify;
  }
}

.scars_question {
  background: #fff;
  border-radius: 10px;
  margin-top: 75px;
  padding: 75px 6% 0;
  position: relative;
}

@media (max-width: 559px) {
  .scars_question {
    border-radius: 0;
    margin-top: 45px;
    padding: 30px 12% 0;
  }
}

.scars_question::before {
  background: url(../img/scars_dot_center.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 106px;
  height: 74px;
  position: absolute;
  bottom: -20px;
  right: 20px;
  z-index: 1;
}

@media (max-width: 559px) {
  .scars_question::before {
    width: 53px;
    height: 37px;
    bottom: -27px;
  }
}

.scars_question_caption {
  background: url(../img/scars_question_caption.svg) center/contain no-repeat;
  color: #657c7b;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  width: 354px;
  height: 64px;
  margin: 0px auto;
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 959px) {
  .scars_question_caption {
    font-size: 1.6rem;
  }
}

@media (max-width: 559px) {
  .scars_question_caption {
    font-size: 1.1rem;
    width: 177px;
    height: 27px;
    top: -13.5px;
  }
}

.scars_question figure {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.scars_question figure img {
  zoom: 0.75;
}

@media (max-width: 767px) {
  .scars_question figure img {
    zoom: 0.5;
  }
}

.scars_question figure > img {
  max-width: 48%;
}

.scars_question figure figcaption {
  max-width: 48%;
  margin-left: 4%;
}

.scars_answer {
  margin-top: 75px;
}

@media (max-width: 559px) {
  .scars_answer {
    margin-top: 60px;
  }
}

.scars_answer_ttl {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 959px) {
  .scars_answer_ttl {
    font-size: 1.8rem;
  }
}

@media (max-width: 559px) {
  .scars_answer_ttl {
    line-height: 1.5;
  }
}

.scars_answer_ttl br {
  display: none;
}

@media (max-width: 559px) {
  .scars_answer_ttl br {
    display: block;
  }
}

.scars_answer_list {
  margin-top: 15px;
}

@media (max-width: 559px) {
  .scars_answer_list {
    margin-top: 0;
  }
}

.scars_answer_list_item {
  margin-top: 45px;
}

.scars_answer_list_item dt {
  background: url(../img/feature_list_item_ttl.svg) center/contain no-repeat;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  width: 354px;
  height: 64px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 959px) {
  .scars_answer_list_item dt {
    font-size: 1.6rem;
  }
}

@media (max-width: 559px) {
  .scars_answer_list_item dt {
    font-size: 1.5rem;
    width: 236px;
    height: 43px;
  }
}

.scars_answer_list_item dd {
  margin-top: 30px;
}

@media (max-width: 559px) {
  .scars_answer_list_item dd {
    margin-top: 20px;
  }
}

.scars_answer_list_item dd ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.scars_answer_list_item dd ul li {
  width: 50%;
}

.scars_answer_list_item dd ul li figure {
  width: 100%;
  height: 0;
  padding-top: 50%;
  position: relative;
}

@media (max-width: 559px) {
  .scars_answer_list_item dd ul li figure {
    padding-top: 66.6666%;
  }
}

.scars_answer_list_item dd ul li figure figcaption {
  position: absolute;
  bottom: -10px;
  right: 6%;
}

@media (max-width: 559px) {
  .scars_answer_list_item dd ul li figure figcaption {
    font-size: 1.2rem;
    right: 16%;
  }
}

.scars_answer_list_item dd ul li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.scars_answer_attention {
  font-size: 1.4rem;
  margin-top: 30px;
  padding: 0 4%;
  text-align: right;
}

@media (max-width: 559px) {
  .scars_answer_attention {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

.scars_summary figure {
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 559px) {
  .scars_summary figure {
    margin-top: 15px;
  }
}

.scars_summary figure img {
  zoom: 0.75;
}

@media (max-width: 767px) {
  .scars_summary figure img {
    zoom: 0.5;
  }
}

.scars_summary figure > img {
  max-width: 48%;
  margin-top: 120px;
}

.scars_summary figure figcaption {
  max-width: 48%;
  margin-right: 4%;
}

@media (max-width: 559px) {
  .scars_summary figure figcaption {
    margin-right: 0;
  }
}

/*------------------------------------------------

		question

------------------------------------------------*/
.question {
  background: #6e8f8d;
  padding: 90px 6% 60px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (max-width: 559px) {
  .question {
    padding: 45px 6%;
  }
}

.question_inner {
  max-width: 750px;
  margin: 0 auto;
}

.question_content {
  margin-top: 45px;
}

.question_content_inner {
  background: #fff;
  padding: 75px 6% 0;
  line-height: 2;
  text-align: justify;
  position: relative;
}

@media (max-width: 559px) {
  .question_content_inner {
    font-size: 1.3rem;
    padding: 45px 10.8% 0;
  }
}

.question_content_inner::before, .question_content_inner::after {
  background: #6e8f8d;
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 1;
}

@media (max-width: 1023px) {
  .question_content_inner::before, .question_content_inner::after {
    width: 75px;
    height: 75px;
  }
}

@media (max-width: 559px) {
  .question_content_inner::before, .question_content_inner::after {
    width: 50px;
    height: 50px;
  }
}

.question_content_inner::before {
  border-right: 1px solid #222;
  top: -60px;
  left: -60px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 1023px) {
  .question_content_inner::before {
    top: -45px;
    left: -45px;
  }
}

@media (max-width: 559px) {
  .question_content_inner::before {
    top: -30px;
    left: -30px;
  }
}

.question_content_inner::after {
  border-top: 1px solid #222;
  bottom: -60px;
  right: -60px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 1023px) {
  .question_content_inner::after {
    bottom: -45px;
    right: -45px;
  }
}

@media (max-width: 559px) {
  .question_content_inner::after {
    bottom: -30px;
    right: -30px;
  }
}

.question_content_inner p span {
  background: #e7cd97;
  font-weight: 700;
  margin-right: 3px;
  padding: 0 3px;
}

.question_content_inner p + p:not(.question_content_attention) {
  margin-top: 15px;
}

@media (max-width: 559px) {
  .question_content_inner p + p:not(.question_content_attention) {
    margin-top: 10px;
  }
}

.question_content_attention {
  font-size: 1.4rem;
}

@media (max-width: 559px) {
  .question_content_attention {
    font-size: 1.2rem;
  }
}

.question_content img {
  zoom: 0.75;
}

@media (max-width: 559px) {
  .question_content img {
    zoom: 0.5;
  }
}

.question_content_ttl {
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 559px) {
  .question_content_ttl {
    margin-bottom: 25px;
  }
}

.question_content_point {
  background: rgba(231, 205, 151, 0.5);
  font-weight: 700;
  margin-top: 45px;
  padding: 45px 6% 0;
  text-align: center;
  position: relative;
}

@media (max-width: 559px) {
  .question_content_point {
    margin-top: 25px;
    padding: 30px 6% 0;
  }
}

.question_content_point::before {
  background: #fff;
  content: "";
  display: block;
  width: calc(100% + 10px);
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

@media (max-width: 559px) {
  .question_content_point::before {
    height: 30px;
  }
}

.question_content_point p:first-of-type {
  font-size: 1.8rem;
}

@media (max-width: 959px) {
  .question_content_point p:first-of-type {
    font-size: 1.4rem;
  }
}

@media (max-width: 559px) {
  .question_content_point p:first-of-type {
    font-size: 1.2rem;
  }
}

.question_content_point p:first-of-type + p {
  margin-top: 15px;
}

@media (max-width: 559px) {
  .question_content_point p:first-of-type + p {
    margin-top: 10px;
  }
}

.question_content_point figure {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

@media (max-width: 559px) {
  .question_content_point figure {
    margin-top: 25px;
  }
}

/*------------------------------------------------

		comparison

------------------------------------------------*/
.comparison,
.comparison_2 {
  background: #fff;
  padding: 90px 6%;
  overflow: hidden;
}

@media (max-width: 559px) {
  .comparison,
  .comparison_2 {
    padding: 60px 8%;
  }
}

.comparison_inner,
.comparison_2_inner {
  max-width: 750px;
  margin: 0 auto;
}

.comparison_list,
.comparison_2_list {
  margin-top: 75px;
  position: relative;
}

@media (max-width: 559px) {
  .comparison_list,
  .comparison_2_list {
    margin-top: 45px;
  }
}

.comparison_list::after,
.comparison_2_list::after {
  background: #ccc;
  border-radius: 2px;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
}

.comparison_list_item,
.comparison_2_list_item {
  position: relative;
}

.comparison_list_item::before,
.comparison_2_list_item::before {
  background: #ccc;
  border-radius: 2px;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
}

.comparison_list_item_ttl,
.comparison_2_list_item_ttl {
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 20px 100px 20px 20px;
  position: relative;
}

@media (max-width: 959px) {
  .comparison_list_item_ttl,
  .comparison_2_list_item_ttl {
    font-size: 1.6rem;
  }
}

@media (max-width: 559px) {
  .comparison_list_item_ttl,
  .comparison_2_list_item_ttl {
    font-size: 1.4rem;
    padding: 15px 80px 15px 4%;
  }
}

.comparison_list_item_ttl::after,
.comparison_2_list_item_ttl::after {
  background: url(../img/comparison_list_item_ttl_arrow.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}

@media (max-width: 559px) {
  .comparison_list_item_ttl::after,
  .comparison_2_list_item_ttl::after {
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
    right: 4%;
  }
}

.comparison_list_item_ttl.is_open::after,
.comparison_2_list_item_ttl.is_open::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.comparison_list_item_content,
.comparison_2_list_item_content {
  display: none;
  padding-bottom: 10px;
}

@media (max-width: 559px) {
  .comparison_list_item_content,
  .comparison_2_list_item_content {
    font-size: 1.2rem;
  }
}

.comparison_list_item_content dt,
.comparison_2_list_item_content dt {
  border-top: 1px dashed #ccc;
  color: #fbb552;
  font-weight: 700;
  padding: 10px 4% 0;
}

.comparison_list_item_content dd,
.comparison_2_list_item_content dd {
  padding: 0 4% 10px;
}

/*------------------------------------------------

		sametime

------------------------------------------------*/
.sametime {
  background: #D7BCBB;
  padding: 90px 6% 180px;
  overflow: hidden;
}

@media (max-width: 559px) {
  .sametime {
    padding: 45px 12% 120px;
  }
}

.sametime_inner {
  max-width: 750px;
  margin: 0 auto;
}

@media (max-width: 559px) {
  .sametime_list {
    margin-top: 15px;
  }
}

.sametime_list_item {
  margin-top: 90px;
  position: relative;
}

@media (max-width: 959px) {
  .sametime_list_item {
    margin-top: 75px;
  }
}

@media (max-width: 559px) {
  .sametime_list_item {
    margin-top: 45px;
  }
}

.sametime_list_item::before {
  content: "";
  display: block;
  width: 402px;
  height: 390px;
  opacity: 0.5;
  position: absolute;
  top: -60px;
}

@media (max-width: 959px) {
  .sametime_list_item::before {
    width: 350px;
    height: 300px;
  }
}

@media (max-width: 559px) {
  .sametime_list_item::before {
    width: 269px;
    height: 262px;
    top: -25px;
  }
}

.sametime_list_item:first-of-type::before {
  content: none;
}

.sametime_list_item:nth-of-type(odd)::before {
  background: url(../img/shape_line_white_left.svg) center/contain no-repeat;
  left: -9%;
}

@media (max-width: 559px) {
  .sametime_list_item:nth-of-type(odd)::before {
    left: -24%;
  }
}

.sametime_list_item:nth-of-type(even)::before {
  background: url(../img/shape_line_white_right.svg) center/contain no-repeat;
  top: 100px;
  right: -5%;
}

@media (max-width: 559px) {
  .sametime_list_item:nth-of-type(even)::before {
    top: 78px;
    right: -28%;
  }
}

.sametime_list_item_sttl {
  margin: 100px 0 76px;
  font-size: 2rem !important;
  text-align: center !important;
}

@media (max-width: 959px) {
  .sametime_list_item_sttl {
    margin: 50px 0 38px;
    font-size: 1.8rem !important;
  }
}

.sametime_list_item_ttl {
  background: url(../img/feature_list_item_ttl.svg) center/contain no-repeat;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  width: 354px;
  height: 64px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 959px) {
  .sametime_list_item_ttl {
    font-size: 1.6rem;
  }
}

@media (max-width: 559px) {
  .sametime_list_item_ttl {
    font-size: 1.5rem;
    max-width: 236px;
    height: 43px;
  }
}

.sametime_list_item_photo {
  margin: 45px 0;
  position: relative;
}

@media (max-width: 959px) {
  .sametime_list_item_photo {
    margin: 25px 0;
  }
}

@media (max-width: 559px) {
  .sametime_list_item_photo {
    margin: 25px calc(50% - 50vw) 0;
  }
}

.sametime_list_item_photo ul {
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sametime_list_item_photo ul li {
  width: 48.5%;
}

.sametime_list_item_photo ul li:first-of-type figure {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.sametime_list_item_photo.is_white ul li:first-of-type figure::after {
  content: "";
  background: url(../img/icn_before_after_white.svg) no-repeat;
  display: block;
  height: 17px;
  width: 12px;
  position: absolute;
  right: calc(-3.6% + -5px);
  z-index: 20;
}

@media (max-width: 559px) {
  .sametime_list_item_photo ul li:first-of-type figure::after {
    height: 10px;
    width: 7px;
    right: calc(-3.6% + -3px);
  }
}

.sametime_list_item_photo ul li:last-of-type {
  text-align: right;
}

.sametime_list_item_photo ul li:last-of-type figure figcaption {
  right: 0;
  padding: 0 6%;
}

@media (max-width: 559px) {
  .sametime_list_item_photo ul li:last-of-type figure figcaption {
    right: 7px;
  }
}

.sametime_list_item_photo ul li figure img {
  width: 100%;
}

.sametime_list_item_photo ul li figure figcaption {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  margin-top: 5px;
  padding: 0 12%;
  position: absolute;
  bottom: -30px;
}

@media (max-width: 559px) {
  .sametime_list_item_photo ul li figure figcaption {
    color: #fff;
    font-size: 1.2rem;
    padding: 0 16%;
    bottom: -30px;
  }
}

.sametime_list_item_photo ul + ul {
  margin-top: 30px;
}

.sametime_list_item_price {
  background: #f3f3f3;
  font-size: 1.2rem;
  margin-top: 45px;
  padding: 30px 6%;
  position: relative;
  z-index: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 559px) {
  .sametime_list_item_price {
    font-size: 1rem;
    padding: 15px 6%;
  }
}

.sametime_list_item_price_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sametime_list_item_price_item div {
  margin-top: 0;
  width: 100%;
  color: #2d2926;
  font-size: 1rem;
}

.sametime_list_item_price_item .price {
  margin-top: 5px;
  color: #c19841;
  font-size: 1.5rem;
}

.sametime_list_item_price_item .price span {
  font-size: 1rem;
}

.sametime_list_item_price_item:not(:first-of-type) {
  margin-top: 5px;
}

.sametime_list_item_price_item dt {
  width: 120px;
}

@media (max-width: 559px) {
  .sametime_list_item_price_item dt {
    width: 100%;
  }
}

.sametime_list_item_price_item dd {
  width: calc(100% - 120px);
}

@media (max-width: 559px) {
  .sametime_list_item_price_item dd {
    width: 100%;
  }
}

.sametime_list_item figure {
  margin: 30px auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 559px) {
  .sametime_list_item figure {
    margin: 30px auto 25px;
  }
}

.sametime_list_item figure img {
  zoom: 0.75;
}

@media (max-width: 559px) {
  .sametime_list_item figure img {
    zoom: 0.5;
  }
}

.sametime_list_item p {
  color: #fff;
  line-height: 2;
  margin-top: 10px;
  text-align: justify;
  position: relative;
  z-index: 1;
}

@media (max-width: 559px) {
  .sametime_list_item p {
    font-size: 1.3rem;
    padding: 0 4%;
  }
}

.sametime_inner .bnr {
  margin-top: 60px;
}

@media (max-width: 559px) {
  .sametime_inner .bnr {
    margin-top: 30px;
    width: 120%;
    margin-left: -10%;
  }
}

/*------------------------------------------------

		faq

------------------------------------------------*/
.faq {
  background: #e7cd97;
  padding: 90px 6%;
  overflow: hidden;
}

@media (max-width: 559px) {
  .faq {
    padding: 60px 12%;
  }
}

.faq_inner {
  max-width: 600px;
  margin: 0 auto;
}

.faq_list {
  margin-top: 60px;
  position: relative;
}

@media (max-width: 559px) {
  .faq_list {
    margin-top: 45px;
  }
}

.faq_list::before {
  background: #222;
  border-radius: 2px;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
}

.faq_list::after {
  background: #222;
  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 #222;
}

.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@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/faq_list_item_ttl_arrow.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 30px;
  right: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
  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 {
  -webkit-transform: scale(1, -1);
          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 #222;
  border-radius: 50%;
  color: #222;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 559px) {
  .faq_list_item dd::before {
    font-size: 1.35rem;
    width: 24px;
    height: 24px;
    padding: 1px 0 0 1px;
    top: 0;
  }
}
/*------------------------------------------------

		price_list

------------------------------------------------*/
.price_list {
	padding: 90px 6%;
	background: #f3f3f3;
}
@media (max-width: 559px) {
  .price_list {
    padding: 45px 6%;
  }
}
.price_list .case_list_item_risk {
	margin: 0;

}

.price_list h3 {
	font-size: 2.4rem;
    font-weight: 700;
  	text-align: center;
	margin: 0 0 3rem 0;
}
@media (max-width: 559px) {
  .price_list h3 {
    font-size: 1.8rem;
	margin: 0 0 1.5rem 0;
  }
}

.price_list .price_name {
	color:#c19841;
	text-align: center;
}

.price_list .case_list_item_risk_item dt {
    width: 40%;
	padding: 1rem 0;
}
.price_list .case_list_item_risk_item dd {
    width: 40%;
	padding: 1rem 0;
}

.price_list .case_list_item_risk_item:not(:first-of-type) {
	margin: 0;
}

.price_list p:not(:first-of-type) {
	margin: 3rem 0 0 0;
}
@media (max-width: 559px) {
  .price_list p:not(:first-of-type)  {
	margin: 1.5rem 0 0 0;
  }
}

/*------------------------------------------------

		access

------------------------------------------------*/
.access {
  background: #657c7b;
  padding: 90px 0 60px;
  overflow: hidden;
}

@media (max-width: 559px) {
  .access {
    padding: 60px 0 0;
  }
}

.access_inner {
  max-width: 1200px;
  margin: 0 auto;
}

.access .anchor_list {
  display: none;
}

@media (max-width: 767px) {
  .access .anchor_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.access_list {
  margin-top: 60px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: #fff;
}

.access_list_item:nth-of-type(2) {
  background: #e7cd97;
}

@media (max-width: 767px) {
  .access_list_item:nth-of-type(2) {
    background: #657c7b;
  }
}

.access_list_item:nth-of-type(3) {
  background: #e7cd97;
}

@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: #657c7b;
  }
}

.access_list_item:nth-of-type(5) {
  background: #fff;
}

.access_list_item:nth-of-type(6) {
  background: #e7cd97;
}
@media (max-width: 767px) {
  .access_list_item:nth-of-type(6) {
    background: #657c7b;
  }
}

.access_list_item:nth-of-type(7) {
  background: #e7cd97;
}
@media (max-width: 767px) {
  .access_list_item:nth-of-type(7) {
    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%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.access_list_item h3 {
  background: #fff;
  border: 1px solid #222;
  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_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%;
  }
}

@media (max-width: 767px) {
  .access_list_item_text.is_white {
    color: #ffffff;
  }
}

.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_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 + span {
  display: inline-block;
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .access_list_item_iframe + span {
    color: #fff;
    margin: 0 0 5px;
    font-weight: 500;
    font-size: 1.1rem;
  }
}

.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: #c19841;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  height: 100%;
  margin: 0 auto;
  padding: 20px 30px 22px;
  overflow: visible;
  position: relative;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .access_list_item_btn a {
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
    font-weight: 500;
    width: 100%;
    padding: 12px 30px 15px;
  }
}

.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::after {
  border: 1px solid #e7cd97;
  border-radius: 100px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .access_list_item_btn a::after {
    top: -2px;
  }
}

.access_list_item_btn a:hover {
  opacity: 0.6;
}

.access_list_item_btn a br {
  display: none;
}

/*------------------------------------------------

		howtopay

------------------------------------------------*/
.md_howtopay {
  padding: 90px 12%;
}

@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: #657c7b;
  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 #222;
  color: #222;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px 5%;
  text-align: center;
}

#md_tel ul {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 span {
  font-size: 1.2rem;
  line-height: 1.3;
  margin: 0 0 0.5em;
  display: block;
}
@media (max-width: 559px) {
#md_tel span {
  font-size: 1rem;
}
}
#md_tel ul li p {
  background: #c19841;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(153, 153, 153, 0.15);
          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: 1rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 9px 0 10px 18%;
}

@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 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#md_tel .md_close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*------------------------------------------------

		form

------------------------------------------------*/
.md_form {
  background: #e7cd97;
  padding: 90px 12%;
}

@media (max-width: 767px) {
  .md_form {
    padding: 50px 0 0
  }
}

.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_inner .ttl h2 + p{
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  color: #fff;
  background: #657c7b;
  padding: 5px;
  margin: 25px 0 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .md_form_inner .ttl h2 + p{
    padding: 5px;
    margin: 25px 0 0;
  }
}
.md_form_step ol {
  margin-top: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@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 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 #fff;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 25px;
    padding: 20px 8% 0;
  }
}

.md_form dl dt > div + p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.md_form dl dt span {
  background: #657c7b;
  border: 1px solid #657c7b;
  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 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 input[type=number],
.md_form dl dd > textarea {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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;
  margin-right: 10px;
}

.md_form dl dd .md_select_wrap + p:not(.md_hopeday_ttl) {
  margin-left: 10px;
}

.md_form dl dd #age1 {
  width: 70px;
  margin-right: 5px;
}

.md_form dl dd #age2,
.md_form dl dd #age3 {
  width: 60px;
  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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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: #657c7b;
}

.md_form dl dd ul li input[type=checkbox]:checked + label::after {
  border-bottom: 2px solid #f3f3f3;
  border-left: 2px solid #f3f3f3;
  content: "";
  display: inline-block;
  width: 10px;
  height: 5px;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
          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: #657c7b;
  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%;
}

.md_form .cvn-btn-text {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
}
@media (max-width: 767px) {
  .md_cta .cvn-btn-text {
    font-size: 1rem;
    margin: 0px auto 7.5px;
    justify-content: space-between;
  }
}
.md_form .cvn-btn-text p {
  width: 350px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 767px) {
  .md_form .cvn-btn-text p {
    width: 48%;
    font-size: 1rem;
  }
}
.md_form .cvn-btn-text p:last-child {
  margin: 0 0 0 20px;
}
@media (max-width: 767px) {
  .md_form .cvn-btn-text p:last-child {
    margin: 0 0 0 4%;
  }
}
.md_form .cvn-btn-text p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 40px;
  height: 1px;
  background: #000;
  transform: rotate(65deg);
}
@media (max-width: 767px) {
  .md_form .cvn-btn-text p::before {
    left: -5px;
    width: 30px;
  }
}
.md_form .cvn-btn-text p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40px;
  height: 1px;
  background: #000;
  transform: rotate(-65deg);
}
@media (max-width: 767px) {
  .md_form .cvn-btn-text p::after {
    right: -5px;
    width: 30px;
  }
}

.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: #f3290e;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
}

.formErrorClose {
  display: none;
}

@media (min-width: 768px) {
  .md_form {
    padding: 100px 0 0;
  }
  .md_form .md_step ol {
    margin-top: 60px;
  }
  .md_form .md_step ol li br {
    display: none;
  }
  .md_form dl {
    border-bottom: 1px solid #222;
    margin-top: 40px;
  }
  .md_form dl dt {
    border-top: 1px solid #222;
    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 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
  }
  .md_form dl dd {
    border-top: 1px solid #222;
    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 input[type=number],
.md_form dl dd > textarea {
    padding: 15px 20px;
  }
  .md_form dl dd > textarea {
    min-height: 250px;
  }
  .md_form dl dd.md_name > div {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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 #age1 {
    width: 140px;
    margin-right: 10px;
  }

  .md_form dl dd #age2,
  .md_form dl dd #age3 {
    width: 120px;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: #657c7b;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
  -webkit-transform: rotate(90deg);
          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;
}

.md_affiliate {
  font-size: 1.2rem;
  color: #8a8a8a;
  background: #ddd;
  padding: 20px;
  width: 84%;
  border-radius: 10px;
  margin: 30px auto 0;
  max-width: 560px;
}

@media (max-width: 767px) {
  .md_affiliate {
    margin: 20px auto 0;
  }
}

/*2022/03/28*/
.reserve-annai {
  border: solid 1px;
  margin: 30px auto;
  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: -1em;
  padding-left: 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;
  }
  .reserve-annai_title {
    font-size: 1.6rem;
  }
  .reserve-annai ul li {
    font-size: 1.3rem;
    text-indent: -0.6em;
    padding-left: 0.6em;
  }
  .reserve-annai .t-small {
    font-size: 1.0rem;
  }
}



.l_important {
  margin: 30px auto 0;
  padding: 0 5%;
}

.l_important .md_important {
  max-width: 1150px;
  margin: 0 auto;
  border: 5px solid #657c7b;
}

.l_important .md_important .md_ttl_important {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  background: #657c7b;
  color: #FFF;
  padding-bottom: 7px;
}

.l_important .md_important .md_important_text {
  padding: 20px;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.l_important .md_important .md_important_text strong {
  color: #657c7b;
}

.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: #f9ed8e;
  padding: 2px;
}

@media (max-width: 736px) {
  .l_important {
    margin: 20px auto 20px;
  }
  .l_important .md_important {
    border: 3px solid #657c7b;
  }
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tel_ginza_comment strong {
  color: #6e8f8d;
  font-size: 1.2rem;
  display: block;
  font-weight: 600;
}


/* slider */
.slider-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
}
@media (max-width: 767px) {
  .slider-wrap {
    margin: 0 auto ;
	max-width: 400px;
  }
}

.slider {
  overflow: hidden;
}

.slider .item {
  height: auto !important;
}

.slider .item .item-in {
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .slider .item .item-in {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.slider .item .item-in .main-img {
  width: 400px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .slider .item .item-in .main-img {
	width: 100%;
  }
}

.slide-prev {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.slide-prev img {
width: 60px;
}
@media (max-width: 767px) {
  .slide-prev img {
    width: 40px;
  }
}

.slide-next {
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.slide-next img {
width: 60px;
}
@media (max-width: 767px) {
  .slide-next img {
    width: 40px;
  }
}

@media (max-width: 959px) {
.slider-wrap .slide_navication img {
    zoom: 1;
}
}

/* ---------------------------------------------*/
/* price */
.price-sec {
	padding: 90px 6%;
	background: #f3f3f3;
}
@media (max-width: 559px) {
	.price-sec {
		padding: 60px 6%;
	}
}
@media (max-width: 767px) {
	.price-sec {
		padding: 60px 12%;
	}
}
.price-sec_inner{
	position: relative;
	max-width: 600px;
    margin: 0 auto;
}

.price-sec .sttl {
  margin-bottom: 40px;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .price-sec .sttl {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

.price-sec .price-sec_inner .price_box dd {
	margin-top: 60px;
}

.price-sec .price-sec_inner .price_box dl dt {
  position: relative;
  padding: 30px 40px;
  display: block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .price-sec .price-sec_inner .price_box dl dt {
    padding: 20px;
    font-size: 1.4rem;
    background-size: 15px 6px;
  }
}
.price-sec .price-sec_inner .price_box dl dt span{
	color: #c19841;
	font-size: 4rem;
}
@media (max-width: 767px) {
	.price-sec .price-sec_inner .price_box dl dt span{
	font-size: 2rem;
}
}

.price-sec .price-sec_inner .price_box dl dt .ttl-wrap {
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  .price-sec .price-sec_inner .price_box dl dt .ttl-wrap {
    display: table;
    width: 100%;
  }
}
.price-sec .price-sec_inner .price_box dl dt .ttl-wrap .ttl-text {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .price-sec .price-sec_inner .price_box dl dt .ttl-wrap .ttl-text {
  display: table-cell;
  }
}
.price-sec .price-sec_inner .price_box dl dt .ttl-wrap .icon {
  display: table-cell;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 1.4;
  padding: 3px 0 5px;
  background: #94776e;
  width: 250px;
}
@media (max-width: 767px) {
  .price-sec .price-sec_inner .price_box dl dt .ttl-wrap .icon {
    display: table-cell;
    font-size: 1.4rem;
    width: 125px;
    margin-top: 5px;
  }
}

.price-sec .price_box table {
  width: 100%;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  margin: 0 0 60px 0;
}
@media (max-width: 767px) {
	.price-sec .price_box table {
	margin: 0 0 30px 0;
	}
}
.price-sec .price_box table tr {
	padding: 20px 0;
	border-top: 1px dashed #222;
}
.price-sec .price_box table tr:first-of-type {
    border-top: none;
	border-bottom: 1px dashed #222;
}
.price-sec .price_box table tr:nth-child(4) {
	border-top: 2px solid #222;
}

.price-sec .price_box table th {
  padding: 20px 15px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
}
@media (max-width: 767px) {
  .price-sec .price_box table th {
    padding: 10px 7px;
  }
}

.price-sec .price_box table td {
  padding: 30px 15px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .price-sec .price_box table td {
    padding: 10px 7px;
  }
}

.price-sec .price_box table td ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.price-sec .price_box p {
    font-size: 1.2rem;
    text-align: center;
}
@media (max-width: 767px) {
	.price-sec .price_box p {
	padding: 10px 7px;
	}
}
.price-sec .price_box .ttl_bg_caption {
	font-size: 1.4rem;
    letter-spacing: 0.2em;
    width: 80%;
    max-width: 353px;
    margin: 0 auto 35px;
    padding: 10px 0 8px;
}
@media (max-width: 559px) {
	.price-sec .price_box .ttl_bg_caption {
    font-size: 1.1rem;
    width: 100%;
    max-width: 176px;
    margin-bottom: 25px;
    padding: 7px 0 3px;
}
}