@charset "utf-8";
/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/NS-400.woff2') format('woff2'),
    url('fonts/NS-400.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/NS-700.woff2') format('woff2'),
    url('fonts/NS-700.woff') format('woff');
  font-display: swap;
}
/*
---------------------------------------------

    base settings

    */

:root {
  --color-black: #000000;
  --color-navy: #23335b;
  --color-orange: #d06d43;
  --color-gray: #f4f4f4;
  --color-bagie: #f4ece5;
  --color-quote: #999999;
  --color-internal-shadow: #8a96b4;
  --color-external-shadow: #f7ab8b;
}

html {
  font-size: 62.5%;
}
body {
  min-width: 1200px;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', Meiryo, Osaka,
    'MS PGothic', sans-serif;
  font-size: 1.5rem;
  -webkit-text-size-adjust: 100%;
  line-height: 1.866666667;
  color: #000;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  clear: both;
}
li {
  list-style: none;
}
td,
th {
  word-break: break-all;
}
input,
textarea {
  font-size: 1.2rem;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
  font-weight: normal;
}

/* microclearfix */
.cf:before,
.cf:after {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/** For IE 6/7 only */
.cf {
  *zoom: 1;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* microclearfix */
.cf:before,
.cf:after {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/** For IE 6/7 only */
.cf {
  *zoom: 1;
}
* {
  box-sizing: border-box;
  max-width: 100%;
}
.caption {
  font-size: 1rem;
  line-height: 1.4;
  margin: 1em 0;
  word-break: break-all;
  color: #999;
}
/*
---------------------------------------------


*/
.l-main-area p:not([class]) {
  margin: 0.5em 0 1em;
}
.l-main-area p:not([class]) a {
  text-decoration: underline;
}
.l-parts02-white__column2__right .balloon span,
.l-main-area p:not([class]) strong,
.l-main-area p:not([class]) span {
  font-weight: bold;
  color: var(--color-orange);
  font-size: 1.8rem;
}

span.font-small {
  font-size: 70%;
}

.l-main-area ul:not([class]) {
  margin: 2rem;
}
.l-main-area ul:not([class]) li {
  font-size: 1.4rem;
  line-height: 1.785714286;
  margin: 0 0 1em 0;
  padding: 0 0 0 20px;
  background: url(img/icon_li.svg) no-repeat 0 10px;
  background-size: 7px auto;
  list-style-position: outside;
}
.l-main-area table {
  width: 100%;
  margin: 30px 0;
  padding: 0;
  border-collapse: collapse;
  text-align: left;
}
.l-main-area table th {
  padding: 10px 15px;
  background: var(--color-gray);
  border: 1px #ccc solid;
  min-width: 80px;
  font-size: 1.4rem;
  font-weight: bold;
}
.l-main-area table td {
  padding: 10px 15px;
  background: #fff;
  border: 1px #ccc solid;
  font-size: 1.4rem;
}
.l-parts .frame-wrap .frame table {
  margin: 1rem 0;
}
.l-parts .frame-wrap .frame table td {
  padding: 10px 15px;
  background: #fff;
  border: 1px #ccc solid;
  font-size: 1.2rem;
  line-height: 1.333333333;
}

.p-quote {
	font-size: 1rem;
  color: #272727;
}

.p-quote a {
  text-decoration: underline;
}

.btn-web {
  margin: 3rem auto;
  padding: 0;
  display: block;
  text-align: center;
  position: relative;
}
.btn-web a {
  width: 90%;
  max-width: 470px;
  margin: 0;
  padding: 2.5rem 5rem 2.5rem 3rem;
  display: inline-block;
  background: var(--color-orange);
  box-shadow: 5px 5px 0 var(--color-external-shadow);
  border-radius: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  transition: 0.2s;
}
.btn-web a:after {
  content: '';
  width: 10px;
  height: 21px;
  background: url(img/arrow01_white.svg) no-repeat center center;
  background-size: 96%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.btn-web a:hover {
  opacity: 0.7;
}
.btn-internal {
  margin: 3rem auto;
  padding: 0;
  display: block;
  text-align: center;
  position: relative;
}
.btn-internal a {
  width: 90%;
  max-width: 470px;
  margin: 0;
  padding: 2.5rem 5rem 2.5rem 3rem;
  display: inline-block;
  background: var(--color-navy);
  box-shadow: 5px 5px 0 var(--color-internal-shadow);
  border-radius: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  transition: 0.2s;
}
.btn-internal a:after {
  content: '';
  width: 10px;
  height: 21px;
  background: url(img/arrow01_white.svg) no-repeat center center;
  background-size: 96%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.l-parts03-column3__line .btn-internal a:after {
  transform: translateY(-50%) rotate(90deg);
}

.btn-internal.up a:after {
  transform: rotate(-90deg);
  margin-top: -10px;
  right: 30px;
}
.btn-internal a:hover {
  opacity: 0.7;
}
.btn-internal.up {
  margin-top: 10rem;
}
.btn-internal.up a {
  width: 30%;
}
.l-parts .btn-internal a {
  width: 90%;
  max-width: 362px;
}
.btn-tel {
  display: none;
}
.pc-tel {
  text-align: center;
}
.btn-link {
  margin: 20px 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: right;
  line-height: 1.75;
  color: #2f3235;
}
.btn-link a {
  padding: 5px 0 5px 20px;
  background: url(img/arrow01_orange.svg) no-repeat left center;
  background-size: 9px 15px;
  font-weight: normal;
  text-decoration: underline;
  color: #2f3235;
}
.l-parts .frame-body .btn-link {
  font-size: 1.2rem;
  color: #040303;
  margin-top: 2rem;
}
.l-parts .frame-body .btn-link a {
  padding: 5px 0 5px 15px;
  color: #040303;
  background: url(img/arrow01_black.svg) no-repeat left top 60%;
  background-size: 8px 12px;
}
.mokuji {
  margin-bottom: 6rem;
}
.btn-accordion {
  text-align: center;
}
.btn-accordion span {
  background: #fff;
  color: #040303;
  border: 4px solid var(--color-gray);
  border-radius: 100px;
  padding: 16px 51px;
  display: inline-block;
  margin: 20px auto 50px;
  line-height: 1.4;
  font-size: 1.8rem;
  position: relative;
  box-shadow: 5px 5px 0 var(--color-gray);
  cursor: pointer;
  transition: 0.2s;
  min-width: 300px;
}
.btn-accordion span:hover {
  opacity: 0.6;
}
.btn-accordion span:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(img/arrow01_plus.svg) no-repeat center center;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
.btn-accordion.is-open span:after {
  background: url(img/arrow01_minus.svg) no-repeat center center;
}
.accordion-item {
  display: none;
}
.l-main-area .float-wrap {
  margin: 10px 0 40px;
}

.l-main-area .float-wrap p.catch {
  color: var(--color-navy);
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  border: solid 2px var(--color-navy);
  padding: 0.5em;
  border-radius: 0.5em;
  background: #23335b17;
  display: inline-block;
}

.l-main-area .float-wrap .float-img img {
  max-width: 100%;
}
.l-main-area .float-wrap .float-img.fr {
  width: 350px;
  margin: 0 0 10px 40px;
  float: right;
}
.l-main-area .float-wrap .float-img.fl {
  width: 350px;
  margin: 0 40px 10px 0;
  float: left;
}
.l-main-area .float-wrap .float-img.ct {
  margin: 0 auto;
}
.l-main-area .float-wrap .flame {
  text-align: center;
}
.l-main-area .float-wrap .caption {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  color: #999999;
  word-break: break-all;
  line-height: 1.4;
  text-align: center;
}
/*.l-parts .float-wrap .float-img.fl {
    width: 350px;
    margin: 0 70px 10px 0;
    float: left;
}*/
.l-parts .float-wrap .caption {
  margin: 0;
}
.l-main-area .l-icon-title {
  margin: 2rem 0 1.5rem;
  padding: 13px 13px 13px 100px;
  background: url(img/bg_slash02.png);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 2px;
  color: #040303;
  position: relative;
}
.l-main-area .l-icon-title:after {
  content: '';
  aspect-ratio: 1/1;
  height: 85%;
  background: url(img/icon_hexagon_yellow01.png) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #040303;
  font-size: 3rem;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 2rem;
  box-sizing: border-box;
}

.t-right {
  text-align: right;
}

.l-number-box:nth-of-type(2) .l-icon-title:after {
  background: url(img/icon_hexagon_yellow02.png) no-repeat;
  background-size: cover;
}

.l-number-box:nth-of-type(3) .l-icon-title:after {
  background: url(img/icon_hexagon_yellow03.png) no-repeat;
  background-size: cover;
}

.l-main-area .l-icon-title--check,
.l-main-area .l-icon-title--recommend,
.l-main-area .l-icon-title--point {
  background: url(img/bg_slash02.png);
  color: #111;
}
.l-main-area .l-icon-title--check:after {
  content: 'Check';
}
.l-main-area .l-icon-title--recommend:after {
  content: 'おすすめ';
  font-size: 1.5rem;
}
.l-main-area .l-icon-title--point:after {
  content: 'Point';
}
.l-main-area .l-icon-quote {
  color: #999;
  font-size: 1rem;
  line-height: 1.4;
  text-align: right;
  margin-top: 3rem;
}
.l-main-area .l-icon-quote a {
  color: #999;
}
.l-main-area .l-number-wrapper {
  counter-reset: number;
}
/*.l-main-area .l-number-wrapper .l-icon-title:after {
    content: counter(number);
    counter-increment: number;
    font-size: 3rem;
}*/
.l-main-area .box-wrap {
  width: 100%;
  margin: 8rem 0 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-main-area .box-wrap .box {
  width: calc((100% - 7rem) / 2);
  margin: 0 0 3rem 2rem;
  padding: 2rem;
  border: solid 5px #e5f6fd;
  border-radius: 10px;
}
.l-main-area .box-wrap .box:nth-child(2n) {
  margin: 0 0 30px 0;
}
.l-main-area .box-wrap .box:after {
  content: '';
  width: 100%;
  height: 100%;
}
.l-main-area .box-wrap p {
  margin: 0;
}
.l-main-area .box-wrap .box-head {
  margin: -5rem 0 0 -5rem;
  padding: 2rem;
  background: url(img/bg_slash01.png);
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}
.l-main-area .box-wrap .box-head a {
  display: block;
  padding: 0 3rem 0 0;
  background: url(img/arrow01_white.svg) no-repeat right 0 center;
  background-size: 12px 20px;
  text-decoration: none;
  color: inherit;
}
.l-main-area .box-wrap .box-head a:hover {
  opacity: 0.5;
}
.l-main-area .box-wrap .box-head::before,
.l-main-area .box-wrap .box-head::after {
  display: none;
}
.l-main-area .box-wrap .box-body {
  padding: 2rem 0;
}
.l-main-area .box-wrap .btn-internal {
  margin: 2rem auto 0;
}
.l-main-area .box-wrap .btn-internal a {
  width: 70%;
  padding: 1rem 4rem;
}
.l-main-area .frame-wrap {
  width: 100%;
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  counter-reset: number;
}
.l-main-area .frame-wrap .frame {
  width: calc((100% - 41px) / 3);
  margin: 0 20px 30px 0;
  padding: 2rem;
  border: solid 2px var(--color-bagie);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.l-main-area .frame-wrap .frame:nth-child(3n) {
  margin: 0 0 30px 0;
}
.l-main-area .frame-wrap p {
  margin: 0;
}
.l-main-area .frame-wrap .frame-head {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.363636364;
  color: #040303;
  text-align: center;
  position: relative;
}
.l-main-area .frame-wrap .frame-head a {
  padding: 0 2.5rem 0 0;
  display: block;
  background: url(img/arrow01_black.svg) no-repeat right 0 center;
  background-size: 12px 20px;
  color: #040303;
  text-decoration: none;
  width: 100%;
}
.l-main-area .frame-wrap .frame-head a:hover {
  opacity: 0.5;
}
.l-main-area .frame-wrap .frame-body {
  padding: 2rem 0 0;
  font-size: 1.4rem;
  line-height: 2;
  color: #111111;
}
.l-main-area .frame-wrap .frame-body table th {
  padding: 10px;
  text-align: center;
}
.l-main-area .frame-wrap .btn-internal {
  margin: 2rem auto 0;
}
.l-main-area .frame-wrap .btn-internal a {
  width: 100%;
  padding: 1rem 4rem 1rem 1rem;
  min-width: inherit;
}
.l-main-area .frame-wrap .frame table {
  margin-bottom: 0;
}
/* low ----------------*/
.site_title_lower-wrapper {
  width: 100%;
  margin: 0 auto;
  background: url(img/bg_lower_top.jpg) no-repeat;
  background-size: cover;
  padding: 1.3rem 0;
  padding-left: 100px;
  border-bottom: 2px solid var(--color-bagie);
}
.site_title_lower {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  font-size: 2.222rem;
  color: #040303;
  font-weight: bold;
  padding: 0 0 0.5rem;
  letter-spacing: 0.1em;
  line-height: 1.315931593;
}
.site_title_lower .belt {
  display: inline-block;
  font-size: 2.4rem;
  background: var(--color-navy);
  color: #fff;
  padding: 5px 20px;
  line-height: 1.34663626;
  letter-spacing: 0.2em;
  border-radius: 5px;
  margin-bottom: 5px;
}
.site_title_lower .small {
  font-size: 70%;
}
.l-main-area--low h1 {
  margin: 3rem 0 7rem;
  padding: 6rem 0 0;
  background: url(img/icon_hexagon01.png) no-repeat center top;
  background-size: 50px auto;
  font-size: 3.4rem;
  font-weight: 900;
  color: #040303;
  letter-spacing: 0.1em;
  line-height: 1.352941176;
  position: relative;
  text-align: center;
}
.l-main-area--low h1 a {
  padding: 0 4rem 0 0;
  display: block;
  color: #fff;
  text-decoration: none;
  background: url(img/arrow01_white.svg) no-repeat right center;
  background-size: 14px;
}
.l-main-area--low h1 a:hover {
  color: #ffff00;
  background: url(img/arrow01_yellow.svg) no-repeat right center;
  background-size: 14px;
}
.l-main-area h2:not([class]),
.l-main-area--low h2 {
  margin: 7rem 0 2rem;
  padding: 1.7rem 9rem;
  font-size: 3rem;
  font-weight: 700;
  color: var(--color-navy);
  border-bottom: 3px solid var(--color-navy);
  line-height: 1.4;
  position: relative;
  z-index: 5;
  /*background: url(img/bg_shooting_small01.png) no-repeat left 5px bottom, url(img/bg_shooting_small02.png) no-repeat right 5px bottom;*/
  background-color: var(--color-bagie);
}

.l-main-area h2:not([class]):before,
.l-main-area--low h2:before {
  content: '';
  display: block;
  width: 50px;
  aspect-ratio: 1.0652/1;
  background: url(img/bg_shooting_small01.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.l-main-area h2:not([class]) a,
.l-main-area--low h2 a {
  display: block;
  padding: 0 2rem 0 0;
  background: url(img/arrow01_black.svg) no-repeat right 0 center;
  background-size: 12px 20px;
  color: #0a0909;
  font-weight: 900;
  text-decoration: none;
}
.l-main-area h2:not([class]):nth-of-type(1),
.l-main-area--low h2:nth-of-type(1) {
  margin: 2rem 0 2rem;
}
.l-main-area--low h2 a:hover {
}
.l-main-area h3:not([class]),
.l-main-area--low h3 {
  margin: 3rem auto;
  padding: 1rem 1.5rem 1rem 6rem;
  background-size: auto 4px;
  border-radius: 20px;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  color: #040303;
}
.l-main-area h3:not([class]):before,
.l-main-area--low h3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(img/ico_h4.png);
  background-size: cover;
  width: 30px;
  height: 30px;
}
.l-main-area h3:not([class]) a,
.l-main-area--low h3 a {
  display: inline-block;
  padding-right: 3rem;
  background: url(img/arrow01_black.svg) no-repeat right 0 center;
  background-size: 10px auto;
  text-decoration: none;
  font-weight: bold;
}
.l-main-area h3:not([class]) a:hover,
.l-main-area--low h3 a:hover {
  background: url(img/arrow01_black.svg) no-repeat right 0 center;
  background-size: 10px 18px;
}
.l-main-area h4:not([class]),
.l-main-area h5:not([class]),
.l-main-area--low h4,
.l-main-area--low h5 {
  margin: 3rem 0;
  padding: 1rem 2rem;
  background: var(--color-bagie);
  font-size: 1.8rem;
  line-height: 1.333333333;
  color: #040303;
  position: relative;
  font-weight: bold;
}
.l-main-area h4:not([class]) a,
.l-main-area h5:not([class]) a,
.l-main-area--low h4 a,
.l-main-area--low h5 a {
  display: inline-block;
  padding-right: 3rem;
  background: url(img/arrow01_black.svg) no-repeat right 0 center;
  background-size: 8px auto;
  text-decoration: none;
}
.l-main-area h4:not([class]):hover,
.l-main-area h5:not([class]):hover,
.l-main-area--low h4 a:hover,
.l-main-area--low h5 a:hover {
}
/*
---------------------------------------------

  header area

  */
.l-header-area {
  width: 100%;
  margin: 0;
  padding: 0 0 0 100px;
}
.l-header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 0;
}
.l-header__link {
  display: inline-block;
  text-decoration: none;
}
.l-header__link:hover {
  opacity: 0.6;
}
.l-header-sitename {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: right;
}
.l-header-sitename:before {
  content: 'PR';
  display: inline-block;
  background: #000;
  color: #fff;
  text-align: center;
  width: 3rem;
  margin-right: 1rem;
  font-size: 1.4rem;
}
.l-header-sitename__link {
  text-decoration: none;
}
.l-header-sitename__link:hover {
  text-decoration: underline;
}
.l-header-logo {
  margin: 10px 0 0;
  text-align: center;
}
.l-header-logo__image {
  width: 100%;
  height: 100%;
}
.l-header-logo a {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 60px;
}
.l-gnavi-btn {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  padding: 50px 0 0;
  display: block;
  position: relative;
  line-height: 1;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  color: #040303;
  cursor: pointer;
}
.l-gnavi-btn:hover {
  color: #040303;
}
.l-gnavi-btn span {
  width: 30px;
  height: 4px;
  display: inline-block;
  background: var(--color-navy);
  transition: all 0.4s;
  position: absolute;
  left: 15px;
}
.l-gnavi-btn span:nth-of-type(1) {
  top: 19px;
}
.l-gnavi-btn span:nth-of-type(2) {
  top: 29px;
}
.l-gnavi-btn span:nth-of-type(3) {
  top: 39px;
}
.l-gnavi-btn-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.l-gnavi-btn-box.is-active .l-gnavi-btn {
  background: none;
}
.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(2) {
  opacity: 0;
}
.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}
.is-navi-open .l-gnavi-area--slide-left {
  transform: translateX(0);
}
.l-gnavi-area {
  width: 400px;
  height: 100vh;
  padding: 0;
  background: #fff;
  position: fixed;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.14);
  transition: all 0.8s ease;
  top: 0;
  left: 0;
  z-index: 300;
}
.l-gnavi-area-menu {
  display: table-cell;
  vertical-align: middle;
}
.l-gnavi-area-scroll {
  height: 100%;
  padding: 20px 100px 20px 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
.l-gnavi-area-scroll::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}
.l-gnavi-area-scroll__inner {
  height: 100%;
  display: table;
}
.l-gnavi-area-bar {
  width: 100px;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
}
.l-gnavi-area--slide-right {
  transform: translateX(-300px);
}
.l-gnavi-area--slide-left {
  left: auto;
  right: 0;
  transform: translateX(-100%);
}
.l-gnavi-area--slide-down {
  transform: translateY(-100%);
}
.l-gnavi-area--slide-up {
  transform: translateY(100%);
}
.l-gnavi-list {
  position: relative;
  width: 300px;
}
.l-gnavi-list__link {
  width: 90%;
  margin: 0 auto;
  padding: 10px 45px 10px 20px;
  display: block;
  text-decoration: none;
}
.l-gnavi-list__link--menu {
  cursor: pointer;
}
.l-gnavi-list__sub {
  margin: 0 0 0 1.6rem;
  border-top: dashed 1px #23335b;
  background: #f4eee8;
  display: none;
}
.l-gnavi-list__sub .l-gnavi-list__item {
  background: url(img/arrow01_black.svg) no-repeat left 2rem center;
  background-size: 4px 8px;
}
.l-gnavi-btn-close__link {
  margin: 20px auto;
  padding: 10px 20px 10px 50px;
  display: inline-block;
  background: #ffffff;
  text-decoration: none;
  position: relative;
}
.l-gnavi-btn-close__link:hover {
  background: #ccc;
  color: #ffffff;
}
.l-gnavi-btn-close__link:hover:after {
  background: #ffffff;
}
.l-gnavi-btn-close__link:hover:before {
  background: #ffffff;
}
.l-gnavi-btn-close__link:before {
  content: '';
  width: 20px;
  height: 3px;
  background: #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 20px;
}
.l-gnavi-btn-close__link:after {
  content: '';
  width: 20px;
  height: 3px;
  background: #000;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 20px;
}
.is-gnavi-cover .l-gnavi-area {
  height: auto;
  top: auto;
  z-index: 1;
  overflow-y: hidden;
}
.is-navi-open .l-gnavi-area {
  opacity: 1;
}
.is-navi-open .l-gnavi-area--slide-right {
  transform: translateX(0);
}
.is-navi-open .l-gnavi-area--slide-left {
  transform: translateX(0);
}
.is-navi-open .l-gnavi-area--slide-down {
  transform: translateY(0);
}
.is-navi-open .l-gnavi-area--slide-up {
  transform: translateY(0);
}
.is-navi-open .is-gnavi-cover {
  height: 100vh;
  overflow-y: scroll;
}
.is-navi-open .is-gnavi-cover .l-gnavi-area {
  position: static;
}
/*
---------------------------------------------

  footer area

  */
.l-footer-area {
  width: 100%;
  margin: 0;
  min-width: 1200px;
  padding: 0 0 0 100px;
  background: var(--color-gray);
  position: relative;
}
.l-footer-disclaimer {
  width: 500px;
  margin: 20px auto;
  padding: 20px;
  background: #ffffff;
  font-size: 1rem;
  line-height: 1.8;
  color: #000;
  text-align: left;
}
.l-footer-disclaimer dt {
  float: left;
}
.l-footer-note {
  text-align: center;
  margin: 20px auto 60px;
  font-size: 1.2rem;
  max-width: 1200px;
}
.l-footer-bottom {
  margin: 0 auto;
  background: var(--color-navy);
  color: #ffffff;
  font-size: 1.2rem;
  text-align: center;
}
.l-footer-bottom__inner {
  width: 96%;
  max-width: 1200px;
  display: table;
  margin: 0 auto;
}
.l-footer-bottom__copy {
  padding: 10px 0;
  display: table-cell;
  text-align: left;
}
.l-footer-bottom__copy__link {
  text-decoration: none;
  color: #ffffff;
}
.l-footer-bottom__copy__link:hover {
  text-decoration: underline;
}
.l-footer-bottom__sitemap {
  padding: 10px 0;
  display: table-cell;
  text-align: right;
}
.l-footer-bottom__sitemap__link {
  background: url(img/arrow01_white.svg) no-repeat right center;
  background-size: 8px 12px;
  padding: 0 24px 0 0;
  text-decoration: none;
  color: #ffffff;
}
.l-footer-bottom__sitemap__link:hover {
  text-decoration: underline;
}
.l-footer-menu-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 0;
}
.l-footer-menu {
  margin: 0 0 40px;
}
.l-footer-menu__title {
  margin: 0 0 10px 0;
  padding: 0 0 5px;
  border-bottom: solid 1px #333;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
}
.l-footer-menu__title__link {
  display: block;
  padding: 0 0 0 25px;
  background: url(img/arrow01_black.svg) no-repeat left 1rem center;
  background-size: 9px 15px;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}
.l-footer-menu__title__link:hover {
  text-decoration: underline;
  font-weight: bold;
}
.l-footer-menu__list {
  display: inline;
}
.l-footer-menu__list__item {
  float: left;
  padding: 0 10px;
  display: inline-block;
}
.l-footer-menu__list__item:first-child {
  display: none;
}
.l-footer-menu__list__link {
  padding: 5px 0 5px 15px;
  background: url(img/icon_li_footer.svg) no-repeat left top 9px;
  background-size: 10px 10px;
  text-align: left;
  font-size: 1.2rem;
  text-decoration: none;
}
.l-footer-menu__list__link:hover {
  text-decoration: underline;
}
.l-footer-submenu__list {
  display: inline-block;
}
.l-footer-submenu__list__item {
  display: inline-block;
}
.l-footer-submenu__list__link {
  padding: 5px 15px;
  text-align: left;
  font-size: 1.2rem;
  text-decoration: none;
}
.l-footer-submenu__list__link:before {
  content: '- ';
}
.l-footer-submenu__list__link:hover {
  text-decoration: underline;
}
/*
---------------------------------------------

  common

  */
.l-pagetop {
  position: absolute;
  top: -90px;
  right: 30px;
  z-index: 100;
}
.l-pagetop__link {
  width: 60px;
  height: 60px;
  background: var(--color-navy);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-pagetop__link:hover {
  opacity: 0.7;
}
.l-pagetop__image {
  width: 24px;
}
.l-pagetop.is-fixed {
  position: fixed;
  top: auto;
  bottom: 30px;
}
.l-sns-list {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0);
}
.l-sns-list__item {
  text-align: center;
}
.l-sns-list__link {
  width: 30px;
  height: 30px;
  margin: 0 auto 1rem;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #0096d2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-sns-list__link:hover {
  opacity: 0.6;
}
.l-sns-list__link--twitter .l-sns-list__image {
  width: 18px;
  height: 15px;
}
.l-sns-list__link--facebook .l-sns-list__image {
  width: 9px;
  height: 17px;
}
.l-sns-list__link--line .l-sns-list__image {
  width: 19px;
  height: 18px;
}
.l-sns-list__link--instagram .l-sns-list__image {
  width: 19px;
  height: 19px;
}
.l-sns-list__link--hatena .l-sns-list__image {
  width: 17px;
  height: 15px;
}
#pankuzu {
  max-width: 1200px;
  margin: 4rem auto 2rem auto;
  font-size: 1.2rem;
}
/*
---------------------------------------------

  contents area

  */
.l-contents-area {
  width: 100%;
  margin: 0 auto;
  padding-left: 100px;
}
/*
---------------------------------------------

  main area / common

  */
.l-main-area {
  width: 100%;
  margin: 0 auto 7rem 0;
  padding: 0;
  text-align: left;
}
.l-main-area--low {
  width: 1000px;
  margin: 0 auto 7rem auto;
}
.l-section-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.l-common-title {
  padding: 4.5rem 0 0;
  margin: 0 0 3rem;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  color: #040303;
  line-height: 1.3;
  position: relative;
  letter-spacing: 0.1em;
}
.l-common-title a {
  background: url(img/arrow01_black.svg) no-repeat right center;
  background-size: 12px auto;
  padding: 0 60px;
  display: inline-block;
}
.l-common-title span.marker {
  background: -webkit-linear-gradient(transparent 95%, #fffc2a 0%);
  background: -o-linear-gradient(transparent 95%, #fffc2a 0%);
  background: linear-gradient(transparent 95%, #fffc2a 0%);
  line-height: 1.3em;
}
.l-common-title:before {
  content: '';
  width: 50px;
  aspect-ratio: 1.5/1;
  background: url(img/icon_hexagon01.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.l-common-title02__wrap {
  background: url(img/bg_slash01.png);
  margin-bottom: 50px;
}
.l-common-title02 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 30px;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.4;
  position: relative;
}
.l-common-title02:after {
  content: '';
  width: 38px;
  height: 34px;
  background: url(img/icon_hexagon01.png) no-repeat center center;
  background-size: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  margin: auto;
}
.l-common-title__h3 {
  margin: 7rem 0 1.5rem;
  padding: 1.7rem 9rem;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #0a0909;
  border-bottom: 3px solid #fac803;
  line-height: 1.4;
  position: relative;
  z-index: 5;
  background: url(img/bg_shooting_small01.png) no-repeat left 5px bottom,
    url(img/bg_shooting_small02.png) no-repeat right 5px bottom -2px;
  background-color: #fff9f0;
}
.l-common-title__h3 a {
  display: block;
  padding: 0 2rem 0 0;
  background: url(img/arrow01_black.svg) no-repeat right 0 center;
  background-size: 12px 20px;
  color: #0a0909;
  font-weight: 900;
  text-decoration: none;
}
.l-common-lead02 {
  width: 100%;
  max-width: 650px;
  margin: 50px auto;
  /* font-weight: bold; */
}
.curtain-title-box {
  padding: 9rem 0 1rem;
  background: url(img/txt_special-feature.png) no-repeat center top 40px;
  background-size: auto;
  background-color: transparent;
  margin-top: 50px;
}
.curtain-title {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 6rem 5rem 0;
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  color: #040303;
  line-height: 1.333333333;
  letter-spacing: 0.1em;
  background: url(img/img_seiko05.png) no-repeat right 6rem bottom,
    url(img/img_kyoko05.png) no-repeat left 6rem bottom;
}
.curtain-title a {
  background: url(img/arrow01_black.svg) no-repeat right center;
  background-size: 12px auto;
  padding: 0 35px;
  display: inline-block;
}
.l-common-lead02 p:not([class]) span {
  color: #0096d2;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 2px;
}
.l-common-lead {
  width: 80%;
  max-width: 800px;
  margin: 1.5rem auto 4rem;
}
/*
---------------------------------------------

  top

  */
.l-mv {
  width: 100%;
  min-height: 530px;
  min-width: 1100px;
  background: url(img/bg_mv.jpg) center bottom no-repeat;
  background-size: cover;
  position: relative;
}
.l-mv-wrapper {
  padding: 2rem 0 0;
}
.l-mv-box {
  width: 1200px;
  padding-right: 550px;
  margin: auto;
  color: #fff;
}
.l-mv-logo {
  padding-bottom: 1rem;
  text-align: center;
}
.l-mv-title {
  width: 80%;
  margin: 2rem 0;
  font-weight: bold;
  font-size: 3rem;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3',
    'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  color: #fff;
  line-height: 1.2;
}
.l-mv-title a {
  color: #fff;
  text-decoration: none;
}
.l-mv-title a:hover {
  text-decoration: underline;
}
.l-mv-check {
  position: absolute;
  right: 2rem;
  bottom: -100px;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3',
    'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  text-align: center;
  line-height: 1.2;
}
.l-mv-check a {
  width: 205px;
  height: 195px;
  padding: 7rem 3.5rem 2.5rem;
  display: block;
  color: #fff;
  text-decoration: none;
  background: url(img/icon_check.svg) no-repeat center center;
  background-size: 100%;
}
.l-mv-check a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: 'alpha(opacity=70)';
}
.l-mv-check p {
  padding-bottom: 2.3rem;
  background: url(img/arrow01_white.svg) no-repeat center bottom;
  background-size: 10px;
  margin: 0;
}
.l-mv-title {
  margin: 2rem auto 2rem 0;
}
.l-mv-box02 {
  background: rgba(244, 236, 229, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem 0;
}
/*.l-mv-box02:after {
    content: "";
    position: absolute;
    background: url(img/bg_mv_house.png) repeat-x;
    background-size: auto 114px;
    width: 100%;
    height: 114px;
    top: -114px;
    left: 0;
}*/
.l-mv-box02_inner {
  width: 1200px;
  margin: auto;
  position: relative;
}
.l-mv-box02_title {
  font-size: 3.8rem;
  line-height: 1.4;
  color: #040303;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5rem;
  letter-spacing: 0.1em;
}
.l-mv-box02_title .belt {
  display: inline-block;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  background: var(--color-navy);
  color: #fff;
  padding: 5px 20px;
  margin-bottom: 1rem;
}
.l-mv-box02_title .small {
  font-size: 2rem;
}
.l-mv__person-wrap {
  max-width: 383px;
  position: absolute;
  display: flex;
  background: #fff;
  border: 4px solid #fac803;
  border-radius: 10px;
  right: -165px;
  bottom: -80px;
  padding: 10px 30px;
  color: #111;
}
.l-mv__person-wrap::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 96px;
  top: -18px;
  border-right: 2px solid transparent;
  border-bottom: 15px solid #fac803;
  border-left: 22px solid transparent;
}
.l-mv__person-wrap::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 96px;
  top: -12px;
  border-right: 0px solid transparent;
  border-bottom: 14px solid #fff;
  border-left: 20px solid transparent;
}
.l-mv__person_box {
  position: relative;
  margin: 0 20px;
}
.l-mv__person-balloon {
  position: absolute;
  left: -4px;
  top: -95px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.428571429;
  color: #040303;
  background: #fff;
  padding: 8px 25px;
  border-radius: 10px;
}
.l-mv__person__img {
  position: absolute;
  left: 80px;
  right: 0;
  top: -95px;
  margin: auto;
}
.l-mv__person_name {
  text-align: center;
  font-size: 2rem;
  color: #0096d2;
  line-height: 1.4;
  font-weight: 500;
}
.l-mv__person_txt {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.333333333;
}
.top-under {
  background-color: #f4ece5;
  padding: 3rem 0 3rem;
  margin-bottom: 6rem;
}
.top-under__inner {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.l-parts {
  padding: 8rem 0;
}
.l-parts01 {
  padding: 6rem 0 20rem;
  /* background: url(img/bg_parts01.png) no-repeat bottom center; */
  background-size: contain;
}
.l-parts01 .l-section-inner {
}
.l-parts01-column3 {
  min-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.l-parts01-column3__box {
  width: calc(33.333333% - 40px * 2 / 3);
  margin: 0 40px 40px 0;
  background: #f4ece5;
  border-radius: 10px;
  padding: 10px 0;
  text-align: center;
}
.l-parts01-column3__box:nth-child(3n) {
  margin-right: 0;
}
.l-parts01-column3__box img {
  padding: 0 10px;
}
.l-parts01-column3 .catch-image img {
  width: 100%;
  border-radius: 2rem;
}
.l-parts01-column3 .catch-text {
  margin: 0.5em 0 1.5em;
  padding: 0 2rem 0;
  color: #040303;
  line-height: 1.363636364;
  font-size: 2.2rem;
  font-weight: bold;
}
.l-parts01-column3 .catch-text a {
  display: block;
  background: url(img/arrow01_black.svg) no-repeat right center;
  background-size: 8px auto;
  padding-right: 20px;
}
.l-parts01-column3 .catch-body {
  padding: 1rem 2rem 2rem;
  text-align: left;
  font-size: 1.4rem;
  line-height: 2;
  color: #111111;
}
.l-parts01-column3 .tag {
  padding-top: 2rem;
  border-top: solid 1px #ccc;
  display: flex;
  flex-wrap: wrap;
}
.l-parts01-column3 .tag-list {
  margin-right: 1rem;
  display: inline-block;
  border: solid 1px #0096d2;
  padding: 0.5rem 1rem;
  background: none;
  font-size: 1.2rem;
  color: #0096d2;
  position: relative;
}
.l-parts01-column3 .tag-list:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #0097d2 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
ul.tag {
  margin: 0;
}
li.tag-list {
  background: none;
}

.lp02p {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin-top: 3rem;
}

.lp02h3 {
  margin: 3rem 0 3rem;
  padding: 1.7rem 9rem;
  font-size: 3rem;
  font-weight: 900;
  color: var(--color-navy);
  border-bottom: 3px solid var(--color-navy);
  line-height: 1.4;
  position: relative;
  z-index: 5;
  background-color: var(--color-bagie);
}

.lp02h3:before {
  content: '';
  display: block;
  width: 50px;
  aspect-ratio: 1.0652/1;
  background: url(img/bg_shooting_small01.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.lp02h3_a {
  display: block;
  background: url(img/arrow01_black.svg) no-repeat right 2rem center;
  background-color: var(--color-bagie);
  background-size: 12px 20px;
}

.lp02h3_a .lp02h3 {
  background-color: transparent;
}

.insta-wrapper {
  display: flex;
  align-content: center;
  justify-content: center;
  margin-top: 6rem;
  margin-bottom: 3rem;
}

.l-parts02 {
  margin: 5rem 0 0;
  padding: 8rem 0 5rem;
  min-width: 1100px;
  /*background: #fff url(img/bg_sooting01.png) repeat-x top 265px center;*/
  background-size: 100% auto;
  position: relative;
  z-index: 0;
  background: var(--color-bagie);
}

.l-parts02 .l-section-inner {
  max-width: 1000px;
}

.l-parts02-white {
  margin-bottom: 4rem;
  padding-bottom: 6rem;
  background: #fff;
}

.l-parts02-white .l-parts02-white__title:before {
  content: '';
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  background: url(img/ico_01_L_.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.l-parts02-white:nth-of-type(2) .l-parts02-white__title:before {
  background: url(img/ico_02_L.png) no-repeat;
  background-size: cover;
}

.l-parts02-white:nth-of-type(3) .l-parts02-white__title:before {
  background: url(img/ico_03_L.png) no-repeat;
  background-size: cover;
}

.l-parts02-white__title {
  padding: 2.5rem 0 2.5rem;
  background: url(img/bg_slash01.png);
  color: #fff;
  position: relative;
}
.l-parts02-white__title .catch-title {
  width: 86%;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}
.l-parts02-white__title .catch-title span {
  color: #ffff00;
  font-size: 3rem;
}
.l-parts02-white-inner {
  margin: 3rem auto;
  padding: 0 5rem;
}
.l-parts02-white__column2 {
  margin: 4rem auto 5rem;
  display: flex;
  flex-wrap: wrap;
}
.l-parts02-white__column2__left {
  width: 350px;
  height: 200px;
  margin-right: 20px;
  text-align: center;
}
.l-parts02-white__column2__left.mt {
  margin-top: 25px;
}
.l-parts02-white__column2__left img {
}
.l-parts02-white__column2__left p {
  text-align: center;
}
.l-parts02-white__column2__right {
  width: calc(100% - 370px);
}
.l-parts02-white__column2__right .balloon__catch {
  color: #426251;
  font-weight: bold;
}
.l-parts02-white__column2__right .balloon__text {
  margin: 0;
}
.l-parts02-white__column2__right .balloon {
  border: 3px solid #9ab5a7;
  border-radius: 10px;
  padding: 2rem;
  position: relative;
  background: #fff;
}
.l-parts02-white__column2__right .balloon::before,
.l-parts02-white__column2__right .balloon::after {
  content: '';
  position: absolute;
  border: solid transparent;
  border-width: 11px 9px;
  left: 40px;
  margin-top: -6px;
}
.l-parts02-white__column2__right .balloon::before {
  border-bottom-color: #9ab5a7;
  top: -18px;
}
.l-parts02-white__column2__right .balloon::after {
  border-bottom-color: #fff;
  top: -14px;
}
.l-parts02-white__prices {
  display: flex;
  margin-bottom: 4rem;
}
.l-parts02-white__prices__left {
  width: 50%;
  background-color: #ffeab6;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-parts02-white__prices__right {
  width: 50%;
  font-size: 1.4rem;
  font-weight: 900;
  color: #040303;
  text-align: center;
  border: 1px solid #cccccc;
  padding: 5px;
}
.l-parts02-white__prices__right span {
  font-size: 2.5rem;
  color: #145b99;
}
.l-parts02-white__column2 .clinic {
  margin: 0 0 0.5rem;
  padding: 4.5rem 0 2rem 13rem;
  background: url(img/img_kyokoseiko01.png) no-repeat left bottom;
  background-size: 117px auto;
  color: #040303;
  line-height: 1.4;
  font-size: 3rem;
  font-weight: 600;
}
.l-parts02-white__column2 .catch {
  margin: 0 0 0.5rem;
  padding: 3.5rem 9rem 1rem 0rem;
  background: url(img/img_kyokoseiko02.png) no-repeat right bottom;
  background-size: 100px auto;
  color: #0096d2;
  line-height: 1.4;
  letter-spacing: 2px;
  font-size: 2rem;
  font-weight: 500;
}
.l-parts02-white__column2 .catch02 {
  margin: 0 0 2rem;
  color: #0096d2;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 2px;
}
.l-parts02-white__column2 .price {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-parts02-white__column2 .price-list {
  width: 290px;
  padding: 0;
  background: #ffff00;
  border-radius: 10px;
  color: #0096d2;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3',
    'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}
.l-parts02-white__column2 .price-list .category {
  padding-right: 2rem;
  display: inline;
}
.l-parts02-white__column2 .price-list .data {
  display: inline;
}
.l-parts02-white__column2 .price-list .data span {
  color: #0096d2;
  font-size: 3.6rem;
}
.l-parts02-white__column3 {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.l-parts02-white__column3__box {
  width: calc((100% - 4rem) / 3);
  margin: 0 2rem 2rem 0;
  padding: 2rem;
  background: #f3f3f3;
  border-radius: 20px;
}
.l-parts02-white__column3__box:nth-child(3n) {
  margin: 0 0 2rem 0;
}
.l-parts02-white__column3__box .voice-catch {
  margin: 0 0 1rem;
  padding: 0 0 1.5rem;
  /* background: url(img/icon_voice.svg) no-repeat left center; */
  /* background-size: 30px auto; */
  color: #0096d2;
  font-weight: 500;
  font-size: 1.8rem;
  /* text-align: center; */
  line-height: 1.4;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #0096d2;
}
.l-parts02-white__column3__box .cost {
  margin-top: 1rem;
}
.l-parts02-white__column3__box .cost span {
  font-size: 1.8rem;
}
.l-parts02-white .btn-web {
  margin-top: 1rem;
}
.l-parts02-white .title-voice {
  margin: 6rem 0 2.5rem;
  background: url(img/deco_wave_s_long.png) repeat-x left center;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #040303;
  position: relative;
}
.l-parts02-white .title-voice span {
  color: #040303;
  padding: 0 2rem;
  background: #fff;
}
.l-parts02-white__persons {
  display: flex;
  flex-wrap: wrap;
}
.l-parts02-white__person {
  width: calc(50% - 40px / 2);
  border-radius: 10px;
  color: #426251;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;
  margin-right: 40px;
  margin-bottom: 20px;
  padding: 30px 30px 30px 140px;
}
.l-parts02-white__person:nth-child(2n) {
  margin-right: 0;
}
.l-parts02-white__person.person1 {
  background: #fff9f1 url(img/bg_person1.png) no-repeat center left 30px;
}
.l-parts02-white__person.person2 {
  background: #fff9f1 url(img/bg_person2.png) no-repeat center left 30px;
}
.l-parts02-white__catch-person {
  background: url(img/img_kyokoseiko01.png) no-repeat center right;
  padding: 1rem 0;
}
.l-parts02-white__catch-person p {
  max-width: 397px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #426251;
}
.l-parts02-white__summary {
  display: flex;
  margin: 0 0 3rem 0;
  position: relative;
}
.l-parts02-white__summary__image {
  width: 160px;
  margin: 0 30px;
  text-align: center;
}
.l-parts02-white__summary__body {
  width: calc(100% - 250px);
  border: 3px solid var(--color-bagie);
  padding: 15px 40px;
  border-radius: 10px;
  position: relative;
  background: #fff;
  color: #111;
  font-size: 1.5rem;
  height: 50%;
}
.l-parts02-white__summary__body:before,
.l-parts02-white__summary__body:after {
  content: '';
  position: absolute;
  border: solid transparent;
  border-width: 11px 24px;
  top: 12%;
  margin-top: -6px;
}
.l-parts02-white__summary__body:before {
  border-right-color: var(--color-bagie);
  left: -49px;
}
.l-parts02-white__summary__body:after {
  border-right-color: #fff;
  left: -42px;
}
.l-parts02-white__summary__body .catch {
  color: var(--color-navy);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.l-parts02-white table.information th {
  width: 140px;
  background: var(--color-gray);
  border: 1px #ccc solid;
  text-align: center;
  color: #040303;
}
.l-parts02-white table.information td {
  border: 1px #ccc solid;
}
.l-parts02-white__information {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto 2rem;
}
.l-parts02-white__information .map {
  width: 400px;
  aspect-ratio: 1.5/1;
  margin-right: 40px;
}
.l-parts02-white__information .map iframe {
  width: 100%;
  height: 100%;
}

.l-parts-info .map {
  width: 100%;
  aspect-ratio: 1/1;
  margin: 1rem 0;
}
.l-parts-info .map iframe {
  width: 100%;
  height: 100%;
}

.l-parts02-white__information table.information {
  width: calc(100% - 440px);
  margin: 0;
}
.l-parts02-white__information table.information th {
  width: 140px;
  text-align: center;
  font-size: 1.4rem;
  padding: 15px;
}
.l-parts02-white__information table.information td {
  font-size: 1.2rem;
  padding: 10px 15px;
  line-height: 1.5;
}
.l-parts03 {
  position: relative;
  /*background: url(img/bg_sooting01.png) no-repeat top 265px center;*/
  background-size: 100% auto;
  padding-bottom: 7rem;
}
.l-part-inner-bg-square {
  position: absolute;
  /*background: url(img/bg_sooting_square.png);*/
  top: 570px;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.l-parts03-column3 {
  display: flex;
  flex-wrap: wrap;
  margin: 7rem 0 0;
}
.l-parts03-column3__box {
  width: calc(((100% - 12rem) / 3) - 1px);
  margin: 0 6rem 2rem 0;
  background: #f4f4f4;
  border-radius: 20px 20px 0 0;
  position: relative;
  padding-bottom: 50px;
	border: solid 2px;
    border-radius: 10px;
}
.l-parts03-column3__box:nth-child(3n) {
  margin: 0 0 2rem;
}

.l-parts03-column3__box .l-parts03-column3__catch {
  position: relative;
}

.l-parts03-column3__box .l-parts03-column3__catch:before {
  content: '';
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  background: url(img/ico_01.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.l-parts03-column3__box:nth-of-type(2) .l-parts03-column3__catch:before {
  background: url(img/ico_02.png) no-repeat;
  background-size: cover;
}

.l-parts03-column3__box:nth-of-type(3) .l-parts03-column3__catch:before {
  background: url(img/ico_03.png) no-repeat;
  background-size: cover;
}

.l-parts03-column3__line {
  border-top: 0;
  padding: 1rem 2rem;
}
.l-parts03-column3__line .btn-web {
  margin-bottom: 0;
}
.l-parts03-column3__catch {
  margin: 0;
  padding: 3rem 1rem 1.2em 3rem;
  background: url(img/bg_slash01.png);
  border-radius: 10px 10px 0 0;
  color: #ffffff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4em;
  font-weight: bold;
}
.l-parts03-column3__catch span {
  color: #ffffff;
  font-size: 2rem;
}

.l-parts03-column3__catch span.font-small {
  font-size: 70%;
}

.l-parts03-column3-p {
  text-align: center;
  color: var(--color-navy);
}

.lp03pd {
  padding: 1.5rem 0;
}

.l-parts03-column3__title {
  margin: 0 0 0.7em;
  padding: 0.2em 0 0.7em;
  border-bottom: solid 1px var(--color-navy);
  color: var(--color-navy);
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
  z-index: 1;
}
.l-parts03-column3__title a {
  padding: 0 3rem 0 0;
  display: block;
  background: url(img/arrow01_blue.svg) no-repeat right center;
  background-size: 10px;
  color: #0096d2;
  text-decoration: none;
}
.l-parts03-column3__title a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=60)';
}
.l-parts03-column3__image {
  text-align: center;
  font-size: 1rem;
  color: #999;
  line-height: 1.2;
}
.l-parts03-column3__image img {
  max-width: 100%;
}
.l-parts03-column3__image span {
  display: block;
  padding-top: 1rem;
  color: #999;
}
.l-parts03-column3__list {
  margin: 2.5rem 0;
  padding: 0;
}
.l-parts03-column3__list li {
  background: url(img/icon_check01.png) no-repeat left 5px top 8px;
  padding-left: 30px;
}
.l-parts03-column3__list li span {
  font-size: 1.8rem;
  font-weight: 500;
  color: #d151dd;
}
.l-parts03-column3__tag {
  margin: 0;
}
.l-parts03-column3__tag .tag-list {
  margin: 0 1rem 1rem 0;
  padding: 0.2rem 1rem;
  display: inline-block;
  background: #fff;
  border: solid 1px #0096d2;
  font-size: 1.2rem;
  color: #0096d2;
  text-align: center;
  position: relative;
}
.l-parts03-column3__tag .tag-list:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #0097d2 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.l-parts03-column3__info {
  padding: 0 1rem;
  border-radius: 10px;
  background: #fff;
}
.l-parts03-column3__info dl {
  border-bottom: solid 1px #e5e5e5;
  font-size: 1.4rem;
  display: flex;
}
.l-parts03-column3__info dl:last-child {
  border: none;
  padding: 0 0 1rem;
}
.l-parts03-column3__info dl dt {
  padding: 1rem 0 1rem 1rem;
  width: 70%;
}
.l-parts03-column3__info dl dd {
  margin: 0;
  padding: 1rem 0;
  width: 30%;
}
.l-parts03-column3__heading {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.333333333;
  letter-spacing: 0.06em;
}
.l-parts03-column3__frame {
  background: #fff;
  border-radius: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 10px;
  text-align: center;
}
.l-parts03-column3__frame span {
  color: var(--color-orange);
  font-size: 2.5rem;
  font-weight: 900;
}
.l-parts03-column3__frame2 {
  background: #fff;
  border: 1px solid #ffeab6;
  border-radius: 10px;
  font-size: 1.4rem;
  line-height: 1.428571429;
  padding: 0 16px 30px;
  margin: 15px 0 50px;
}
.l-parts03-column3__frame2__title {
  position: relative;
  color: #426251;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.375;
  letter-spacing: 0.06em;
  padding: 33px 0 0 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.l-parts03-column3__frame2__title:before {
  content: '';
  position: absolute;
  background: url(img/bg-column3-frame2.png) no-repeat;
  top: -3px;
  left: -16px;
  width: 77px;
  height: 84px;
}
ul.l-parts03-column3__tag {
  margin: 2rem 0 0;
}
.l-parts03-column3__lower-text {
  color: #666666;
  font-size: 1.1rem;
  line-height: 1.272727273;
}
.date-icon-wrap {
  background: #fff;
  border: 1px solid #ffeab6;
  border-radius: 10px;
  font-weight: bold;
  padding: 0 10px 15px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.date-icon-wrap .date-lists-ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.date-icon-wrap .date-lists-ul .date-lists-li {
  width: 80px;
  text-align: center;
  padding: 10px 2px 5px 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.1em;
}
.date-icon-wrap .date-lists-ul .date-lists-li .icon-label {
  position: relative;
  width: 100%;
  background: #d3e9dd;
  padding: 2px 3px;
  text-align: center;
  color: #040303;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.date-icon-wrap .date-lists-ul .date-lists-li .icon-label:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255, 82, 82, 0);
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  border-right-width: 6px;
  margin-left: -6px;
  border-top-color: #d3e9dd;
  top: 100%;
  left: 50%;
}
.date-icon-wrap .date-lists-ul .date-lists-li .icon-label.ls {
  letter-spacing: -0.3em;
}
.date-icon-wrap .date-lists-ul .date-lists-li .icon-caption {
  margin: 0;
  color: #111;
}
.omakase-icons {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.omakase-icon {
  width: calc(33.333333% - 30px * 2 / 3);
  background-color: #fff;
  border-radius: 10px;
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: center;
  padding: 10px 30px 30px;
}
.omakase-icon:nth-child(3n) {
  margin-right: 0;
}
.omakase-icon__title {
  color: #426251;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0.5em;
}
.omakase-icon__text {
  color: #111111;
  font-size: 1.4rem;
  text-align: left;
}
.omakase-icons__caution {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.846153846;
  margin-bottom: 6rem;
}

.lower-bottom-osusume {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.l-parts03 {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.l-parts03:before {
  content: '';
  display: block;
  width: 200px;
  aspect-ratio: 0.9187/1;
  background: url(img/bk_L.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: -250px;
  bottom: 40rem;
}

.l-parts03:after {
  content: '';
  display: block;
  width: 200px;
  aspect-ratio: 2.0457/1;
  background: url(img/bk_R.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -250px;
  bottom: 40rem;
}

.ofh {
  overflow: hidden;
}

.lower-bottom-osusume .l-parts03-column3__line .btn-internal a:after {
  transform: translateY(-50%) rotate(0);
}

.l-parts04 {
  margin-bottom: 4rem;
  padding: 0;
  min-width: 1200px;
  position: relative;
}
.l-parts04.wave {
  background: url(img/bg_wave01.png) repeat center top;
  padding-bottom: 2rem;
  background-position: center top -35px;
}
.l-parts04.wave.wave02 {
  background-position: center top -165px;
}
.l-parts04.wave.wave03 {
  background-position: center top 42px;
}
.l-parts04 .l-section-inner {
  position: relative;
  z-index: 0;
}
.l-parts04-list__wrap {
  margin-top: 5rem;
}
.l-parts04-list {
  display: flex;
  margin: 0 0 2rem 0;
  position: relative;
}
.l-parts04-list__wrap.wave::before {
  width: 200vw;
  height: 100%;
  content: '';
  position: absolute;
  background: url(img/bg_wave01.png) no-repeat center;
  background-size: 1400px auto;
  left: -50vw;
  z-index: -1;
}
.left .l-parts04-image {
  margin: 0 30px 30px 0;
  width: 140px;
  text-align: center;
}
.right .l-parts04-image {
  margin: 0 0 30px 30px;
  text-align: center;
}
.l-parts04-image .label {
  margin: auto;
  padding: 0 0.5rem;
  background: #fac803;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  color: #040303;
  display: inline-block;
  min-width: 100px;
}
.l-parts04-image {
  width: 160px;
  margin: 0 30px;
  padding: 30px 0 0;
  text-align: center;
}
.l-parts04-image .image-box {
  margin: 0 0 -1.8rem;
}
.l-parts03 .l-parts04-image .image-box {
  margin: 0 0 -3rem;
}
.l-parts04-body {
  width: calc(100% - 160px);
  border: 3px solid var(--color-bagie);
  padding: 15px 40px;
  border-radius: 10px;
  position: relative;
  background: #fff;
  color: #111;
  font-size: 1.5rem;
  height: 50%;
}
.l-parts04-body:first-child::before,
.l-parts04-body:first-child::after {
  content: '';
  position: absolute;
  border: solid transparent;
  border-width: 11px 30px;
  top: 40%;
  margin-top: -6px;
}
.l-parts04-body:first-child::before {
  border-left-color: var(--color-bagie);
  right: -61px;
}
.l-parts04-body:first-child::after {
  border-left-color: #fff;
  right: -54px;
}
.l-parts04-body:nth-child(2)::before,
.l-parts04-body:nth-child(2)::after {
  content: '';
  position: absolute;
  border: solid transparent;
  border-width: 11px 30px;
  top: 40%;
  margin-top: -6px;
}
.l-parts04-body:nth-child(2)::before {
  border-right-color: var(--color-bagie);
  left: -61px;
}
.l-parts04-body:nth-child(2)::after {
  border-right-color: #fff;
  left: -54px;
}
.l-parts04-body:first-child {
  margin-right: 30px;
}
.l-parts04-body .catch {
  margin: 1.5rem 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #040303;
}
.l-parts03 .l-parts04-body .catch {
  color: #426251;
  line-height: 1.458333333;
}
.l-parts04-body .catch a {
  display: block;
  background: url(img/arrow01_blue.svg) no-repeat right center;
  background-size: 10px auto;
}
.l-parts04 .tag {
  margin: 0;
}
.l-parts04 .tag .tag-list {
  margin: 0 1rem 1rem 0;
  padding: 0.2rem 1rem;
  display: inline-block;
  background: #fff;
  border: solid 1px #0096d2;
  font-size: 1.2rem;
  color: #0096d2;
  text-align: center;
  position: relative;
}
.l-parts04 .tag .tag-list:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #0097d2 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.pr-wrap {
  border: 3px solid var(--color-navy);
  background: var(--color-bagie);
  border-radius: 10px;
  margin-left: 2rem;
  margin-bottom: 7rem;
  background: url(img/img_PR.png) no-repeat top 10% center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: overlay;
}
.pr-box-head {
  margin: -2rem 0 2rem -2.2rem;
  background-color: var(--color-navy);
  background-size: cover;
  border-radius: 10px;
  padding: 2rem 4rem 2rem 10rem;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  display: inline-block;
  max-width: 650px;
  position: relative;
  line-height: 1.384615385;
}
.pr-box-head .txt-pr {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--color-navy);
  font-size: 2.2rem;
}
.pr-box-head a {
  display: block;
  background: url(img/arrow01_white.svg) no-repeat right center;
  background-size: 12px auto;
  padding-right: 12rem;
}
.pr-box-body {
  padding: 0 7rem 2rem 7rem;
}
/*--------------------------------------
	toc_parts
---------------------------------------*/
.toc_parts {
  background: #f5f5f5;
  margin: 5rem 0;
  padding: 4rem 5rem;
  box-sizing: border-box;
}
.toc_parts .ttl {
  padding: 0 0 0 1rem;
  font-size: 2rem;
  font-weight: bold;
  border-left: 4px solid var(--color-navy);
}
#toc {
  margin: 1.5rem 0 0 0;
  padding: 0 2rem 0;
  border-top: 1px solid #58585e;
}
#toc .chapter {
  margin: 0 0 2rem;
  counter-reset: count;
}
#toc .chapter .chapter-h {
  margin: 2rem 0 0;
  padding: 0 0 0 3.5rem;
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
  counter-increment: count;
  background: none;
}
#toc .chapter .chapter-h:last-child {
  margin-bottom: 0;
}
#toc ul.chapter .chapter-h::before {
  content: counter(count, decimal-leading-zero);
  position: absolute;
  top: 14px;
  left: 0;
  transform: translate(0, -50%);
  color: var(--color-navy);
  font-size: 2rem;
  font-weight: bold;
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
}
#toc .chapter .chapter-h a {
  font-weight: bold;
  text-decoration: none;
}
#toc .chapter .chapter-h a:hover {
  opacity: 0.6;
}
#toc .chapter .chapter-h span {
  color: #0b072b;
  font-weight: bold;
}
#toc li.chapter-h.chapter-h-three {
  margin: 1rem 0 1rem 4rem;
  padding: 0 0 0 1.5rem;
  counter-increment: none;
}
#toc li.chapter-h.chapter-h-three::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: solid 1px #0b072b;
  border-right: solid 1px #0b072b;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#toc li.chapter-h.chapter-h-three a {
  font-weight: 400;
}
#toc li.chapter-h.chapter-h-three span {
  font-weight: 400;
}
#toc .chapter br {
  display: none;
}
/*
---------------------------------------------

  smartphone settings

  */
@media screen and (min-width: 600px) {
  .sp,
  .forSP,
  .sp_br {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  body {
    min-width: 100%;
    min-width: inherit;
    font-size: 1.4rem;
  }
  .pc,
  .forPC,
  .pc_br {
    display: none !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  /*
---------------------------------------------


*/
  .l-main-area .top_h2 {
    margin: 0 0 3rem;
    padding: 2rem 2rem 0;
    font-size: 2.2rem;
  }
  .l-main-area .top_h2 a {
    background-size: 8px 16px;
  }
  .l-main-area .top_h2:after {
    height: 30px;
  }
  .l-main-area .top_h3 {
    font-size: 2rem;
  }
  .l-main-area .top_h3 a {
    background-size: 8px 16px;
  }
  .l-main-area .top_h4 {
    font-size: 1.8rem;
  }
  .l-main-area .top_h4 a {
    background-size: 7px 15px;
  }
  .l-main-area ul {
    margin: 2rem 0;
    font-size: 1.4rem;
  }
  .l-main-area table {
    width: 100%;
    margin: 30px auto 20px;
    display: block;
    border-top: 1px #d3d3d3 solid;
    font-size: 1.4rem;
  }
  .l-main-area table tr {
    width: 100%;
    display: block;
  }
  .l-main-area table th {
    width: 100%;
    display: block;
    border-top: none;
    border-bottom: 0;
  }
  .l-main-area table td {
    width: 100%;
    display: block;
    border-top: none;
  }
  .l-main-area table thead {
    width: 100%;
    display: block;
  }
  .l-main-area table thead th {
    width: 100%;
    display: block;
  }
  .l-main-area table thead td {
    width: 100%;
    display: block;
  }
  .l-main-area table tbody {
    width: 100%;
    display: block;
  }
  .l-main-area table tbody th {
    width: 100%;
    display: block;
  }
  .l-main-area table tbody td {
    width: 100%;
    display: block;
  }
  .btn-web {
    width: 90%;
    min-width: inherit;
    margin: 3rem auto;
  }
  .btn-web a {
    width: 100%;
    padding: 1.5rem 4rem 1.8rem 3rem;
    font-size: 1.6rem;
  }
  .btn-web a:after {
    background-size: 9px 15px;
  }
  .btn-internal {
    width: 90%;
    margin: 3rem auto;
  }
  .btn-internal a {
    width: 100%;
    min-width: inherit;
    padding: 1.5rem 4rem 1.8rem 3rem;
    font-size: 1.6rem;
  }
  .btn-internal a:after {
    background-size: 9px 15px;
  }
  .btn-internal.up {
    margin-top: 5rem;
  }
  .btn-internal.up a {
    width: 90%;
  }
  .btn-tel {
    width: 90%;
    margin: 2rem auto;
    padding: 0;
    display: block;
    text-align: center;
  }
  .btn-tel a {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 1.5rem 5rem 1.8rem;
    background: #84a149 url(img/icon_tel_black.svg) no-repeat left 20px center;
    background-size: auto 20px;
    border-radius: 20px;
    box-shadow: 5px 5px 0 #bbd090;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
    z-index: 10;
    color: #fff;
    font-weight: bold;
  }
  .btn-link {
    margin: 3rem auto;
    padding: 0;
    display: block;
    text-align: left;
    width: 90%;
  }
  .btn-link a {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 1.6rem 4rem 1.9rem 2.5rem;
    text-align: center;
    display: inline-block;
    background: #fff url(img/arrow01_black.svg) no-repeat right 20px center;
    background-size: 9px 15px;
    border: var(--color-navy) solid 2px;
    border-radius: 100px;
    color: #040303;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
  }
  .l-parts .frame-body .btn-link {
    margin: 3rem auto;
  }
  .l-parts .frame-body .btn-link a {
    padding: 1.6rem 4rem 1.9rem 2.5rem;
    background: #fff url(img/arrow01_black.svg) no-repeat right 20px center;
    background-size: 9px 15px;
  }
  .btn-accordion {
    width: 90%;
    margin: auto;
  }
  .l-main-area .float-wrap {
    width: 100%;
    margin: 10px auto 30px;
    font-size: 1.4rem;
  }
  .l-main-area .float-wrap .float-img.fr {
    width: 100%;
    margin: 0 0 20px;
    float: none;
  }
  .l-main-area .float-wrap .float-img.fl {
    width: 100%;
    margin: 0 0 20px;
    float: none;
  }
  .l-main-area .float-wrap .float-img.ct {
    width: 100%;
  }
  .l-main-area .float-wrap .float-img.t_small {
    width: 40%;
  }
  .l-main-area .float-wrap .float-img.fr.t_small {
    margin: 0 0 20px 10px;
    float: right;
  }
  .l-main-area .float-wrap .float-img.fl.t_small {
    margin: 0 20px 10px 0;
    float: left;
  }
  .l-main-area .box-wrap {
    width: 94%;
    margin: 8rem 0 4rem auto;
    display: block;
    font-size: 1.4rem;
  }
  .l-main-area .box-wrap .box {
    width: 100%;
    margin: 0 0 5rem;
    padding: 1.5rem;
  }
  .l-main-area .box-wrap .box:nth-child(2n) {
    margin: 0 auto 2rem;
  }
  .l-main-area .box-wrap .box-head {
    margin: -4rem 0 0 -4rem;
    padding: 0;
    font-size: 2rem;
  }

  .l-parts03-column3__box:nth-child(3n) {
    margin: auto;
    margin-bottom: 3rem;
  }

  .l-main-area .box-wrap .box-head a {
    padding: 2rem 3rem 2rem 2rem;
    background-size: 10px;
    background-position: right 1rem center;
  }
  .l-main-area .box-wrap .box-body {
    padding: 1rem 0;
  }
  .l-main-area .box-wrap .box-body .btn-internal a {
    width: 90%;
  }
  .l-main-area .frame-wrap {
    margin: 0 auto 4rem;
    display: block;
    font-size: 1.4rem;
  }
  .l-main-area .frame-wrap .frame {
    width: 100%;
    margin: 0 auto 2rem;
  }
  .l-main-area .frame-wrap .frame:nth-child(3n) {
    margin: 0 auto 2rem;
  }
  .l-main-area .frame-wrap .frame::before {
    left: 25px;
  }
  .l-main-area .frame-wrap .frame-head {
    font-size: 2rem;
    text-align: left;
  }
  .l-main-area .frame-wrap .frame-head a {
    background-size: 8px;
  }

  .l-parts-info .map {
    aspect-ratio: 1.5/1;
  }

  .l-main-area .l-icon-title {
    width: 100%;
    margin: 5rem 0 1.5rem;
    padding: 1rem 1rem 1rem 5.5rem;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .l-main-area .l-icon-title:before {
    width: 60px;
    height: 60px;
    font-size: 1rem;
    left: -4px;
    background-size: 100% auto;
  }
  .l-main-area .l-icon-title:after {
    width: 60px;
    height: 60px;
    left: 0;
    background-size: 100% auto;
    font-size: 1.3rem;
  }
  .l-main-area .l-number-wrapper .l-icon-title:before {
    padding: 0;
    font-size: 2.8rem;
  }
  /* low ----------------*/
  .site_title_lower-wrapper {
    padding: 0;
    background-size: cover;
  }
  .l-main-area--low h1 {
    margin: 2rem 0 3rem;
    font-size: 2.6rem;
    line-height: 1.6;
    background-size: 80px auto;
    padding: 7rem 0 0;
  }
  .l-main-area h2:not([class]),
  .l-main-area--low h2 {
    text-align: center;
    font-size: 2rem;
    background-size: 50px auto;
    padding: 1.4rem 2rem 1.4rem 7rem;
    margin: 5rem 0 2rem;
  }
  .l-main-area h2:not([class]) a,
  .l-main-area--low h2 a {
    background-size: 8px auto;
    padding: 0 1.5rem 0 0;
    text-align: left;
  }
  .l-main-area h3:not([class]),
  .l-main-area--low h3 {
    font-size: 1.8rem;
    padding-left: 4rem;
  }
  /*
---------------------------------------------

  header area

  */
  .l-header {
    width: 96%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
  }
  .l-header-area {
    padding: 0;
  }
  .l-header-left {
    display: none;
  }
  .l-header-sitename {
    font-size: 1rem;
    text-align: left;
  }
  .l-header-logo a {
    width: 50%;
    height: auto;
  }
  .l-gnavi-area {
    display: none;
  }
  /*
---------------------------------------------

  footer area

  */
  .l-footer-area {
    padding: 2rem 0 5rem 0;
    min-width: inherit;
  }
  .footMenu {
    width: 100%;
    height: 5rem;
    margin: 0;
    position: fixed;
    bottom: 0;
    z-index: 300;
  }
  .footMenu .menuLeft {
    width: 15%;
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #111;
  }
  .footMenu .menuLeft .l-gnavi-btn {
    margin: 0;
  }
  .footMenu .menuRight {
    width: 85%;
    height: 100%;
    float: right;
    background: #23335b;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .footMenu .menuRight a {
    padding: 1rem 2rem;
    color: inherit;
    display: block;
    text-decoration: underline;
  }
  .footMenu .l-gnavi-btn {
    width: 100%;
    height: 100%;
  }
  .footMenu .l-gnavi-btn span {
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
  }
  .footMenu .l-gnavi-btn span:nth-child(1) {
    top: 15px;
  }
  .footMenu .l-gnavi-btn span:nth-child(2) {
    top: 25px;
  }
  .footMenu .l-gnavi-btn span:nth-child(3) {
    top: 35px;
  }
  .footMenu .l-gnavi-btn.active span:nth-of-type(1) {
    transform: translate(-50%, 10px) rotate(-45deg);
  }
  .footMenu .l-gnavi-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .footMenu .l-gnavi-btn.active span:nth-of-type(3) {
    transform: translate(-50%, -10px) rotate(45deg);
  }
  .l-footer-logo {
    margin: 1rem auto;
  }
  .l-footer-logo__image {
    width: 100%;
  }
  .l-footer-logo__link {
    display: block;
    text-align: center;
    color: #000000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
  }
  .l-footer-logo__link .belt {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    background: var(--color-navy);
    color: #fff;
    padding: 5px 20px;
  }

  .forSP .l-mv-box02_title {
    background-color: var(--color-gray);
  }
  .l-footer-logo__link .small {
    font-size: 2rem;
  }
  .l-footer-disclaimer {
    width: 90%;
    margin: 0 auto 1rem;
    padding: 2rem 5%;
  }
  .l-footer-bottom {
    padding: 0 5%;
  }
  .l-footer-bottom__inner {
    width: 90%;
    display: block;
  }
  .l-footer-bottom__copy {
    display: block;
    text-align: center;
  }
  .l-footer-bottom__sitemap {
    display: none;
  }
  .l-footer-note {
    margin: 0 0 1rem;
    font-size: 1rem;
    padding: 0 1rem;
  }
  .l-footer-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 100%;
    background: var(--color-gray);
    margin: 0;
    padding: 0 0 60px 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 1s;
    opacity: 0;
  }
  .l-footer-menu-wrapper.active {
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s ease-in-out, opacity 0.3s;
    opacity: 1;
  }
  .l-footer-menu {
    width: 90%;
    margin: 0 auto 2rem;
  }
  .l-footer-menu__title {
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #040303;
  }
  .l-footer-menu__title__link {
    display: block;
    font-size: 1.5rem;
    position: relative;
    padding: 1rem 2.5rem 1rem 0;
    background: none;
    font-weight: inherit;
    color: #040303;
  }
  .l-footer-menu__title__link:after {
    content: '';
    width: 8px;
    height: 15px;
    background: url(img/arrow01_black.svg) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(90deg);
  }
  .l-footer-menu__title__link:hover {
    text-decoration: none;
    opacity: 1;
  }
  .l-footer-menu__list {
    display: none;
  }
  .l-footer-menu__list__item {
    width: 100%;
    padding: 1.5rem 1rem;
  }
  .l-footer-menu__list__item:first-child {
    display: block;
  }
  .l-footer-menu__list__link {
    margin: 1rem 0 0 0;
  }
  .l-footer-submenu__list {
    display: block;
  }
  .l-footer-submenu__list__item {
    display: block;
  }
  /*
---------------------------------------------

  common

  */
  .l-pagetop {
    top: -5.5rem;
    right: 0.5rem;
  }
  .l-pagetop__link {
    width: 50px;
    height: 50px;
  }
  .l-pagetop__link:hover {
  }
  .l-pagetop__image {
    width: 14px;
  }
  .l-pagetop.is-fixed {
    bottom: 5.5rem;
  }
  #pankuzu {
    margin: 0 auto;
    padding: 1rem;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .l-sns-list {
    display: none;
  }
  /*
---------------------------------------------

  contents area

  */
  .l-contents-area {
    padding: 0;
  }
  .l-contents-area--low {
    width: 100%;
  }
  /*
---------------------------------------------

  main area

  */
  .l-main-area--low {
    width: 94%;
    margin: 0 auto 7rem;
    float: none;
    overflow: visible;
  }
  .l-section-inner {
    width: 94%;
    margin: 0 auto;
  }
  p.l-common-lead {
    width: 100%;
    margin: 2rem 0 3rem;
  }
  /*
---------------------------------------------

  top

  */
  .l-mv {
    min-height: inherit;
    min-width: inherit;
    padding: 0;
    background: none;
    position: relative;
  }
  .l-mv-wrapper {
    width: 100%;
    padding: 0;
  }
  .l-mv-logo {
    position: relative;
    width: 100%;
    padding: 0;
    background: none;
    text-align: left;
  }
  .l-mv-logo img {
    width: 60%;
  }
  .l-mv-box {
    width: 100%;
    min-height: 250px;
    margin: 0;
    padding: 3.5rem 1rem 1rem;
    background: url(img/bg_mv_sp.jpg) center bottom no-repeat;
    background-size: cover;
  }
  .l-mv-box p {
    margin: 0;
    background: rgba(0, 152, 210, 0.5);
    padding: 0.8rem;
  }
  .l-mv-title {
    width: 100%;
    min-height: 13rem;
    margin: 2rem 0 0;
    padding: 0 48% 1rem 1rem;
    background: url(img/bg_mv.jpg) center top no-repeat;
    background-size: cover;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
  }
  .l-mv p {
  }
  .l-mv-check {
    display: none;
  }
  .l-mv-title {
    font-size: 2rem;
  }
  .l-mv-box02 {
    position: relative;
    background: none;
    padding: 0%;
  }
  .l-mv-box02:after {
    background: none;
  }
  .l-mv-box02_inner {
    width: auto;
  }
  .l-mv-box02_title {
    background: var(--color-bagie);
    padding: 1rem;
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 3px;
  }
  .l-mv-box02_title .belt {
    font-size: 1.7rem;
    letter-spacing: 3px;
  }
  .l-mv-box02_title .small {
    font-size: 1.8rem;
  }
  .l-mv__person-wrap {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 8rem 1rem 0;
    padding: 2rem 0.5rem 1rem 8.5rem;
    border: 3px solid #fac803;
    border-radius: 10px;
  }
  .l-mv__person__img {
    top: -90px;
    left: -50px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    height: 80px;
    text-align: center;
  }
  .l-mv__person__img img {
    height: 100%;
    width: auto;
  }
  .l-mv__person-balloon {
    position: absolute;
    background: url(img/bg_slash01.png);
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 0.5rem;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .l-mv__person_box {
    margin: 0 0.9rem;
    font-size: 1.4rem;
  }
  .l-mv__person_name {
    font-size: 1.7rem;
  }
  .l-mv__person_txt {
    font-size: 1.3rem;
  }
  .l-parts {
    padding: 4rem 0;
  }

  .l-parts-gallery {
    padding: 0;
  }
  .btn-accordion span {
    margin: 0 auto 30px;
  }

  .top-under {
    background-color: var(--color-bagie);
    padding: 1rem;
    margin-bottom: 3rem;
  }

  .mokuji {
    margin-bottom: 3rem;
  }
  .l-common-title {
    font-size: 2.2rem;
    margin: 1rem 0 2rem;
    padding: 3.5rem 1rem 0;
  }
  .l-common-title a {
    padding: 0 20px;
  }
  .l-common-title span.sp_fontsize {
    font-size: 1.8rem;
  }
  .l-common-title__h3 {
    margin: 5rem 0 1.5rem;
    padding: 2.5rem 6rem;
    font-size: 2rem;
  }
  .l-common-lead {
    margin: 2rem auto;
    width: auto;
    padding: 0 1.5rem;
  }
  .l-common-title02__wrap {
    margin: 0 0 2rem 0;
  }
  lower-bottom .l-common-title02__wrap {
    margin-bottom: 1rem;
  }
  .l-common-title02 {
    padding: 2rem 1.5rem 1.5rem;
    font-size: 2.2rem;
  }
  .l-common-title02:after {
    top: -18px;
  }
  .l-common-lead02 {
    margin: 2rem 0;
  }
  .l-common-lead02 p:not([class]) span.sp_color {
    color: #d151dd;
    letter-spacing: 1px;
    font-size: 1.8rem;
  }
  .curtain-title-box {
    padding: 3rem 0 1rem;
    background: url(img/txt_special-feature.png) no-repeat center top 10px;
    background-size: 60px auto;
    margin-top: 30px;
  }
  .curtain-title {
    padding: 6rem 6rem 0;
    background: url(img/img_seiko05.png) no-repeat right 2px bottom,
      url(img/img_kyoko05.png) no-repeat left 2px bottom;
    background-size: 7rem;
    letter-spacing: 0;
    font-size: 2.4rem;
  }
  .curtain-title a {
    background: url(img/arrow01_black.svg) no-repeat right 5px center;
    background-size: 12px auto;
    padding: 0 22px;
    display: inline-block;
  }
  .l-section-inner {
    background-size: 20%;
  }
  .l-parts04 .l-section-inner {
    margin-right: 4.5%;
  }
  .l-parts01 {
    padding: 2rem 0 10rem;
    overflow-x: hidden;
  }
  .l-parts01 .l-section-inner {
    background-size: 20%;
    background-position: left top, right top 300px;
  }
  .l-parts01-column3 {
    min-width: inherit;
  }
  .l-parts01-column3:after {
    content: none;
  }
  .l-parts01-column3__box {
    width: 96%;
    margin: 2rem auto 0;
    position: relative;
    padding: 1.5rem;
  }
  .l-parts01-column3__box:nth-child(3n) {
    margin-right: auto;
  }
  .l-parts01-column3__box .catch-image {
    width: 80%;
    margin: 0 auto;
  }
  .l-parts01-column3__box .catch-text,
  .l-parts01-column3__box .catch-body {
    padding: 0;
  }
  .l-parts02 {
    margin: 4rem auto 0;
    padding: 4rem 0 6rem;
    min-width: inherit;
  }
  .l-parts02:before {
    height: 3rem;
    background-position: -5rem 0;
    background-size: 120% auto;
  }
  .l-parts02:after {
    bottom: -2px;
    height: 3rem;
    background-position: -5rem 0;
    background-size: 120% auto;
  }
  .l-parts02-white {
    width: calc(100% - 10px);
    margin-left: auto;
    margin-right: auto;
  }

  .l-parts02-white .l-parts02-white__title:before {
    width: 60px;
    left: 5px;
  }

  .l-parts02-white:last-child {
    margin-bottom: 0;
  }
  .l-parts02-white-inner {
    margin: 0 auto;
    padding: 0 1.5rem;
  }
  .l-parts02-white__title {
    padding: 2rem 1rem 2.5rem;
  }
  .l-parts02-white__title:after {
    height: 25px;
    top: 99%;
    background: url(img/bg_waveblue2_l_top.svg) no-repeat left top -5px;
  }
  .l-parts02-white__title .catch-title {
    width: auto;
    padding: 0;
    font-size: 2rem;
    letter-spacing: 2px;
  }

  .lp02h3 {
    font-size: 2rem;
    padding-left: 6.5rem;
    padding-right: 1.5rem;
  }

  .lp02h3:before {
    width: 40px;
  }

  .lp02p {
    padding: 1.5rem;
  }

  .l-main-area .float-wrap p.catch {
    font-size: 1.75rem;
  }

  .insta-wrapper iframe {
    min-width: 100% !important;
  }

  .l-main-area .l-icon-title:after,
  .l-number-box:nth-of-type(2) .l-icon-title:after,
  .l-number-box:nth-of-type(3) .l-icon-title:after {
    width: 40px;
    height: 40px;
    background-size: cover;
    left: 0.5rem;
  }

  .l-parts02-white__title .catch-title span {
    font-size: 2rem;
  }
  .l-parts02-white__column2 {
    width: 100%;
    margin: 3rem 0 2rem;
    display: block;
    position: relative;
  }
  .l-parts02-white__column2__left {
    width: auto;
    top: 6rem;
    font-size: 1.2rem;
    margin: auto;
    height: auto;
  }
  .l-parts02-white__column2__left img {
    height: auto;
    max-height: 200px;
  }
  .l-parts02-white__column2__right {
    width: 100%;
  }
  .l-parts02-white__column2 .catch02 {
    margin: 0 0 2rem;
    color: #0096d2;
    line-height: 1.4;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .l-parts02-white__column2__right .balloon {
    padding: 1rem;
  }
  .l-parts02-white__column2__right .balloon::before {
    top: -19px;
    left: 80%;
  }
  .l-parts02-white__column2__right .balloon::after {
    border-bottom-color: #fff;
    top: -15px;
    left: 80%;
  }
  .l-parts02-white__prices {
    display: block;
  }
  .l-parts02-white__prices__left {
    width: 100%;
  }
  .l-parts02-white__prices__right {
    width: 100%;
  }
  .l-parts02-white__persons {
    display: block;
  }
  .l-parts02-white__person {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 30px 15px 30px 85px;
  }
  .l-parts02-white__person.person1 {
    background: #fff9f1 url(img/bg_person1.png) no-repeat center left 10px;
    background-size: 60px;
  }
  .l-parts02-white__person.person2 {
    background: #fff9f1 url(img/bg_person2.png) no-repeat center left 10px;
    background-size: 60px;
  }
  .l-parts02-white__catch-person {
    background: url(img/img_kyokoseiko01.png) no-repeat center right;
    background-size: 80px auto;
  }
  .l-parts02-white__catch-person p {
    max-width: 225px;
    font-size: 1.8rem;
  }
  .l-parts02-white__summary {
    display: block;
    margin: 0 auto 4rem;
  }
  .l-parts02-white__summary__image {
    width: 100px;
    margin: 0 auto;
    text-align: center;
  }
  .l-parts02-white__summary__body {
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    position: relative;
    background: #fff;
    color: #111;
    font-size: 1.5rem;
    height: 50%;
  }
  .l-parts02-white__summary__body:before,
  .l-parts02-white__summary__body:after {
    content: '';
    position: absolute;
    border: solid transparent;
    border-width: 18px 10px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -6px;
    border-bottom-color: var(--color-bagie);
  }
  .l-parts02-white__summary__body:before {
    top: -31px;
  }
  .l-parts02-white__summary__body:after {
    border-bottom-color: #fff;
    top: -24px;
  }
  .l-parts02-white__column2__right .clinic {
    margin: 2rem 0 1rem;
    padding: 2.5rem 8rem 2.5rem 1rem;
    background: url(img/img_kyokoseiko01.png) no-repeat right bottom;
    background-size: 80px auto;
    line-height: 1.2;
    font-size: 2.2rem;
    font-weight: 500;
  }
  .l-parts02-white__column2__right .price {
    width: 60%;
    margin: 0 0 3.5rem auto;
  }
  .l-parts02-white__column2__right .price-list {
    padding: 0.5rem;
    font-size: 1.4rem;
  }
  .l-parts02-white__column2__right .price-list .data span {
    font-size: 1.8rem;
  }
  .l-parts02-white .title-voice {
    font-size: 1.9rem;
    margin: 3rem 0 2rem;
  }
  .l-parts02-white .title-voice span {
    padding: 0 1rem;
    background: #fff;
    display: inline-block;
    width: 80%;
    line-height: 1.4;
  }
  .l-parts02-white__column3__box {
    width: 100%;
    margin: 0 0 2rem;
  }
  .l-parts02-white__column3__box .voice-catch {
    padding: 0.5rem 0 1rem;
  }
  .l-parts02-white__information .map {
    width: 100%;
    margin: 0 0 2rem;
    text-align: center;
  }
  .l-parts02 table.information {
    margin: 0;
    width: 100%;
  }
  .l-parts02 table.information th {
    width: 100%;
    border-width: 0px 1px 0px 1px;
    padding: 2px 25px;
  }
  .l-parts03 {
    margin-bottom: 4rem;
  }
  .l-parts03-column3 {
    margin: 3rem 0 0;
  }
  .l-parts03-column3__box {
    width: calc(100% - 40px);
    margin: 0 auto 2rem;
  }

  .l-parts03-column3__box .l-parts03-column3__catch:before {
    width: 60px;
    left: -20px;
  }

  .l-parts03-column3__catch {
    padding: 2rem 1rem 2rem 3rem;
    line-height: 1.4;
    font-size: 3rem;
  }
  .l-parts03-column3__title {
    text-align: center;
    padding: 1rem 0;
    font-size: 2.2rem;
  }
  .l-parts03-column3__info dl {
    font-size: 1.3rem;
  }
  .l-parts03-column3__info dl dd {
    padding: 1rem 0 1rem 0;
  }
  p.l-parts03-column3__image {
    margin: 0;
  }
  ul.l-parts03-column3__tag {
    margin: 1rem 0 0;
  }
  .l-parts04 {
    min-width: inherit;
    padding: 0;
    margin-bottom: 2rem;
  }
  .l-parts04 .l-section-inner:after,
  .l-parts04 .l-section-inner:before {
    content: none;
  }
  .l-parts04-list {
    display: block;
    margin: 0 0 2rem 0;
    position: relative;
  }
  .l-main-area.l-main-area--low .l-parts04-list {
    position: relative;
    display: block;
    margin-top: 3rem;
  }
  .l-parts04-body {
    font-size: 1.4rem;
  }
  .l-parts04-body:first-child,
  .l-parts04-body:nth-child(2) {
    margin: 0;
    display: block;
  }
  .l-main-area.l-main-area--low .l-parts04-body:nth-child(2) {
    margin: 0;
    display: block;
    margin: 0px 0 0 8.5rem;
  }
  .l-parts04-body:first-child::before,
  .l-parts04-body:first-child::after,
  .l-parts04-body:nth-child(2)::before,
  .l-parts04-body:nth-child(2)::after {
    display: none;
  }
  .l-parts04-body:first-child::before,
  .l-parts04-body:first-child::after,
  .l-parts04-body:nth-child(2)::before,
  .l-parts04-body:nth-child(2)::after {
    content: '';
    position: absolute;
    border: solid transparent;
    border-width: 7px 15px;
    top: 35%;
    margin-top: -6px;
    display: block;
  }
  .l-parts04-body:nth-child(2)::before {
    border-right-color: var(--color-bagie);
    left: -30px;
  }
  .l-parts04-body:nth-child(2)::after {
    border-right-color: #fff;
    left: -25px;
  }
  .l-parts04-body:first-child::before {
    right: -30px;
    border-left-color: var(--color-bagie);
  }
  .l-parts04-body:first-child::after {
    right: -25px;
    border-left-color: #fff;
  }
  .l-parts04-image {
    width: 8rem;
    position: absolute;
    z-index: 1;
    margin: auto;
    top: 2rem;
    text-align: center;
    padding-top: 6rem;
  }
  .l-parts04-image:first-child {
    left: 2rem;
  }
  .l-parts04-image:first-child {
    left: -0.4rem;
    display: block;
    top: 0;
    bottom: 0;
    width: 7rem;
  }
  .l-parts04-image:nth-child(2n) {
    right: 2rem;
  }
  .l-parts04-image:nth-child(2n) {
    right: -1rem;
    top: 0;
    bottom: 0;
    width: 7rem;
  }
  .l-parts03 .l-parts04-image .image-box {
    margin: 0 0 6rem;
  }
  .l-parts03 .l-parts04-image:first-child {
    width: 8rem;
  }
  .l-parts03 .l-parts04-image:nth-child(2n) {
    width: 8rem;
  }
  .l-parts04-image .label {
    top: 4rem;
    font-size: 1.1rem;
    min-width: 50px;
    line-height: 1.4;
    position: relative;
  }
  .l-parts04-image .image-box {
    width: auto;
    height: 5rem;
    margin: auto auto -1rem;
  }
  .l-parts04-image .image-box img {
    width: 7rem;
    height: auto;
  }
  .l-main-area.l-main-area--low .l-parts04-image .image-box img {
    width: 100%;
    height: auto;
  }
  .l-parts04-body {
    width: 78%;
    padding: 1.4rem;
    margin: 3rem 0;
  }
  .l-parts04-body:nth-child(2) {
    margin: 0;
    display: block;
    margin-left: 8.5rem;
  }
  .l-main-area.l-main-area--low .l-parts04-body {
    width: 78%;
    padding: 1.4rem;
    margin: 3rem 0;
  }
  .l-parts04-body .catch {
    min-height: 7rem;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
  .l-parts04-body .catch a {
    padding-right: 2rem;
  }
  .l-parts04-body:first-child .catch {
    margin: 0 0 1rem 0;
  }
  .l-parts04-body:nth-child(2n) .catch {
    margin: 0 0 1rem 0;
  }
  .pr-wrap {
    margin: 4rem 0 2rem 2rem;
    /*background: url(img/bg_pr4.jpg) no-repeat bottom left;*/
    background-size: cover;
  }
  .pr-box-head {
    margin: -2rem 0 1rem -2.2rem;
    padding: 1.5rem 1.4rem 1.5rem 8rem;
    font-size: 1.7rem;
    max-width: 98%;
  }
  .pr-box-head .txt-pr {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.8rem;
  }
  .pr-box-head a {
    display: block;
    background-size: 12px auto;
    padding-right: 80px;
  }
  .pr-box-body {
    padding: 0 2rem;
    position: relative;
  }
  /*.pr-box-body::before {
        content: "";
        width: 120px;
        height: 120px;
        background: url(img/img_kyoko04.png) no-repeat left top;
        background-size: 100% auto;
        float: right;
    }*/
  .lower-bottom {
    margin: 0 0 4rem;
  }
  .lower-bottom-column3__box {
    width: 100%;
    margin: 0 0 2rem;
  }
  .lower-bottom-column3__catch {
    padding: 1rem;
    line-height: 1.4;
  }
  .lower-bottom-column3__title {
    text-align: center;
    padding: 1rem 0;
    font-size: 2.2rem;
  }
  .lower-bottom-column3__info dl {
    font-size: 1.5rem;
    margin: 0;
  }
  .lower-bottom-column3__info dl dd {
    padding: 1rem 0 1rem 0;
  }
  .site_title_lower .belt {
    font-size: 1.5rem;
  }
  .site_title_lower .small {
    font-size: 70%;
  }
  .site_title_lower {
    font-size: 2.4rem;
  }
  .sitemap_area .l-footer-menu__title__link:after {
    content: '';
    transform: translateY(-50%) rotate(00deg);
  }
  .omakase-icons {
    display: block;
  }
  .omakase-icon {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 10px 30px 30px;
  }
  .omakase-icon__title {
    font-size: 2rem;
  }
  .l-parts04-list.guest:nth-child(2n + 1) .l-parts04-image {
    width: 5rem;
    left: 1rem;
  }
  .l-parts04-list.guest .l-parts04-image .image-box {
    margin: auto auto 3rem;
  }
  .toc_parts {
    margin: 3rem 0;
    padding: 3rem 2.5rem 2rem;
  }
  .toc_parts .ttl {
    font-size: 1.6rem;
    border-left: 2px solid #6e6e6e;
  }
  #toc {
    margin: 1.5rem 0 0 0;
    padding: 1rem 0 0;
  }
  #toc .chapter .chapter-h {
    margin: 1rem 0;
    padding: 0 0 0 3rem;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #toc ul.chapter .chapter-h::before {
    top: 11px;
    font-size: 1.8rem;
  }
  #toc li.chapter-h.chapter-h-three {
    margin: 0.5rem 0 0.5rem 2rem;
  }
  #toc li.chapter-h.chapter-h-three::before {
    top: 6px;
    width: 6px;
    height: 6px;
  }
  #toc li.chapter-h-three + .chapter-h-two {
    margin-top: 2rem;
  }
}
