@charset 'utf-8';
/* for fuwel style */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  box-sizing: content-box;
  -webkit-text-size-adjust: auto;
}

html,
body {
  -webkit-overflow-scrolling: unset;
}

body {
  opacity: 1 !important;
}

#widget-body-area {
  width: auto !important;
  min-width: unset !important;
  max-width: unset !important;
  padding: 0 !important;
  display: block !important;
}

@media screen and (max-width: 768px) {
  #widget-body-area #wrapInner #p-mymelo #p-mymelo-reservation01 .contact-form-iframe {
    width: 100% !important;
    margin: 0 !important;
  }
}
/*
  YUI 3.5.0 (build 5089)
  Copyright 2012 Yahoo! Inc. All rights reserved.
  Licensed under the BSD License.
  http://yuilibrary.com/license/
  */
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: inherit;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: inherit;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  font-variant: normal;

  border: 0;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;

  z-index: auto;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

main,
aside {
  display: block;
}

/*
  ====>> サイトの基準値になる値を持つファイル <<====

  ・このファイルはベースのスタイルになるので、原則オーバーライド(上書き)はしない事
  ・幅の値等をここに記載
  ・ただし、基本設定に加えてサイトに応じて新たなプロパティ追加が必要な場合はここに記述する

  */

/*		基本設定：幅
  -----------------------------------------------------*/
:root {
  --w-liquid: 100%;
  --w-solid-base: 1100px; /*1060px + padding40px*/
  --w-solid-wide: 1280px; /*1240px + padding40px*/
  --w-solid-short: 980px; /*940px + padding40px*/
  --w-2column-main: 700px;
  --w-2column-aside: 290px;
  --w-3column-main: 640px;
  --w-3column-right: 150px;
  --w-3column-left: 150px;
}

@media (max-width: 600px) {
  :root {
    --w-liquid: 92%;
    --w-solid-base: 92%;
    --w-solid-wide: 92%;
    --w-solid-short: 92%;
    --w-2column-main: 92%;
    --w-2column-aside: 92%;
    --w-3column-main: 92%%;
    --w-3column-right: 92%;
    --w-3column-left: 92%;
  }
} /*  END Break Point  */
/*		基本設定：フォント
  -----------------------------------------------------*/
:root {
  --base-sans-serif: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  --base-serif: "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*		基本設定：カラー
  -----------------------------------------------------*/
:root {
  --color-white: #fff;
  --color-black: #333;
  --color-gray: #999;
  --color-red: #f00;
  --color-base: #0069b3;
}

/*		新規追加設定：カラー
  -----------------------------------------------------*/
:root {
  --color-pale-pink: #fef8fa;
  --color-pink: #fbe6ef;
  --color-deep-pink: #f19ec2;
  --color-gr-pink: #fae2ec;
  --color-brown: #715057;
}

/* .text-gray-pale{
      color:var(--color-gray-pale);
  }
  .text-gray-dark{
      color:var(--color-gray-dark);
  } */

/*
  ====>> 動きや表示の状態を表すデフォルトスタイリング <<====

  ・このファイルはベースのスタイルになるので、原則オーバーライド(上書き)はしない事
  ・サイトのパーツ等のスタイルを格納するファイル

  */

/*		線
  -----------------------------------------------------*/
.is-border_wrap {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid currentColor;
}

.is-border {
  box-sizing: border-box;
  border: 1px solid currentColor;
}

/*		リバース
  -----------------------------------------------------*/
.is-flipped_row {
  flex-flow: row-reverse wrap;
}

.is-flipped_column {
  flex-flow: column-reverse wrap;
}

/*		リストスタイル
  -----------------------------------------------------*/
.c-list.is-dotted {
  padding: 20px;
  list-style-type: disc;
}
.c-list.is-dotted li {
  padding: 20px 20px 20px 0;
}

.c-list.is-number {
  padding: 20px;
  list-style: decimal;
}
.c-list.is-number li {
  padding: 20px 20px 20px 0;
}

/*		角丸
  -----------------------------------------------------*/
.is-round {
  border-radius: 16px;
}

.is-edge {
  border-radius: 0;
}

/*		ディスプレイ
  -----------------------------------------------------*/
.is-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 600px) {
  .is-flex {
    flex-direction: column;
  }
}
.is-hide {
  display: none;
}

.is-show {
  opacity: 1;
  visibility: visible;
}

/*		カラー指定
  -----------------------------------------------------*/
.is-black {
  color: var(--color-black);
}

.is-gray {
  color: var(--color-gray);
}

/*		テキスト装飾
  -----------------------------------------------------*/
.is-strong {
  font-weight: bold;
}

/*		位置
  -----------------------------------------------------*/
.is-left {
  text-align: left;
}

.is-center {
  text-align: center;
}

.is-right {
  text-align: right;
}

/*		スクロール制御
  -----------------------------------------------------*/
.is-scroll_off {
  overflow: hidden;
}

.is-scroll_on {
  overflow: auto;
}

/*
  ====>> サイトのレイアウトに関わるデフォルトスタイリング <<====

  ・このファイルはベースのスタイルになるので、原則オーバーライド(上書き)はしない事
  ・共通パーツの大まかレイアウトやサイトの幅に関するスタイルを格納

  */
/*---------------------------------------
  メディアクエリ関連
  ---------------------------------------*/
/*---------------------------------------
  レイアウト関連
  ---------------------------------------*/
/*---------------------------------------
  テキスト関連
  ---------------------------------------*/
/*---------------------------------------
  コンポーネント関連
  ---------------------------------------*/
/*自動でベンダープレフィックスをつける*/
/*		コンテンツタイプと幅
  -----------------------------------------------------*/
.l-wrapper {
  width: 100%;
  max-width: 100%;
  max-width: 100vw;
  max-width: 100dvw;
  -webkit-clip-path: inset(0px);
  clip-path: inset(0px);
  overflow-x: hidden;
  overflow-x: clip;
}

.l-container_short {
  width: var(--w-liquid);
  max-width: var(--w-solid-short);
  margin: 0 auto;
  padding: 0 20px;
}

.l-container {
  width: var(--w-liquid);
  max-width: var(--w-solid-base);
  margin: 0 auto;
  padding: 0 20px;
}
.l-container .l-inner {
  width: var(--w-liquid);
  max-width: var(--w-solid-short);
  margin: 0 auto;
  padding: 0 20px;
}

.l-container_wide {
  width: var(--w-liquid);
  max-width: var(--w-solid-wide);
  margin: auto;
  padding: 0 20px;
}

@media (max-width: 600px) {
  .l-container_short {
    padding: 0;
  }
  .l-container {
    padding: 0;
  }
  .l-container .l-inner {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .l-container_wide {
    padding: 0;
  }
}
.l-container.l-2column {
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.l-container.l-2column .l-main {
  width: 100%;
  max-width: var(--w-2column-main);
  margin: auto;
}

.l-container.l-2column .l-aside {
  width: 100%;
  max-width: var(--w-2column-aside);
  margin: auto;
}

.l-container.l-3column {
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.l-container.l-3column .l-main {
  width: 100%;
  max-width: var(--w-3column-main);
  margin: auto;
}

.l-container.l-3column .l-aside-right {
  width: 100%;
  max-width: var(--w-3column-right);
  margin: auto;
}

.l-container.l-3column .l-aside-left {
  width: 100%;
  max-width: var(--w-3column-left);
  margin: auto;
}

/*
  ====>> 再利用可能なパーツのデフォルトスタイリング <<====

  ・このファイルはベースのスタイルになるので、原則オーバーライド(上書き)はしない事
  ・タグに依存しないベースのコンポーネントパーツ
  ・単体、あるいはパーツ単位で独立した仕様のスタイル

  */
/*---------------------------------------
  メディアクエリ関連
  ---------------------------------------*/
/*---------------------------------------
  レイアウト関連
  ---------------------------------------*/
/*---------------------------------------
  テキスト関連
  ---------------------------------------*/
/*---------------------------------------
  コンポーネント関連
  ---------------------------------------*/
/*自動でベンダープレフィックスをつける*/
/*		見出し
  -----------------------------------------------------*/
.c-title_l {
  font-size: 3.6rem;
}

.c-title_m {
  font-size: 2.8rem;
}

.c-title_s {
  font-size: 2rem;
}

@media (max-width: 600px) {
  .c-title_l {
    font-size: 2rem;
  }
  .c-title_m {
    font-size: 1.8rem;
  }
  .c-title_s {
    font-size: 1.6rem;
  }
}
/*		リスト
  -----------------------------------------------------*/
.c-list li {
  padding: 20px;
  box-sizing: border-box;
}

ul.c-list_plain > li {
  position: relative;
  padding-left: 2rem;
}
ul.c-list_plain > li:before {
  content: "・";
  position: absolute;
  left: 0;
  font-size: inherit;
}

ol.c-list_plain > li {
  counter-increment: mycounter;
}
ol.c-list_plain > li:before {
  content: counter(mycounter, decimal-leading-zero) ".";
  display: inline-block;
  font-size: inherit;
  margin-right: 0.3em;
}

/*		ボタン
  -----------------------------------------------------*/
.c-btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px 5%;
  flex-wrap: wrap;
}

.c-link_btn {
  position: relative;
  color: #fff;
  background: var(--color-black);
  border: 2px solid var(--color-black);
  padding: 10px 40px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.c-link_btn :file-selector-button {
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.c-link_btn.is-arrow:after,
.c-link_btn.is-arrow_under:after {
  content: "▶";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  font-size: 1rem;
  line-height: 0;
  transition: all 0.2s ease-in-out;
}
.c-link_btn.is-arrow_under:after {
  transform: rotate(90deg);
}
.c-link_btn:hover {
  background-color: #fff;
  opacity: 1;
  color: var(--color-black);
  text-decoration: none;
}
.c-link_btn:hover:after {
  color: currentColor;
}
.c-link_btn.is-arrow:hover:after {
  right: 4%;
}

.c-link_btn_arrow {
  position: relative;
  border: 1px solid var(--color-border-pale);
  padding: 10px 40px;
  display: inline-block;
  color: var(--theme-main);
}
.c-link_btn_arrow:after {
  content: "→";
  position: absolute;
  top: auto;
  right: 5%;
}
.c-link_btn_arrow:after:hover {
  right: -5%;
}
.c-link_btn_arrow:hover {
  opacity: 1;
  color: var(--theme-main);
  text-decoration: none;
}

.c-news_list li {
  display: flex;
  border-bottom: dashed 1px #333;
}
.c-news_list li a {
  width: 100%;
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.c-news_list li a:hover {
  color: blue;
  color: var(--color-blue);
  color: var(--color-base);
}
.c-news_list li .c-news_cat {
  min-width: 120px;
  font-size: 1.2rem;
  text-align: center;
  border: 1px solid currentColor;
  border-radius: 6px;
}

@media (max-width: 600px) {
  /*SP以下 表示*/
  .c-news_list li a {
    flex-wrap: wrap;
  }
  .c-news_list li a p {
    width: 100%;
  }
} /*END SP以下 表示*/
/*		タブ切り替えパネル
  -----------------------------------------------------*/
.c-tab-panel .c-tab-panel_tabs {
  display: flex;
  justify-content: center;
  gap: 15px 3%;
}
.c-tab-panel .c-tab-panel_tabs .c-tab-panel_tab {
  cursor: pointer;
  padding: 3px 5px;
}
.c-tab-panel .c-tab-panel_tabs .c-tab-panel_tab.is-active {
  pointer-events: none;
  border-bottom: 1px solid red;
}
.c-tab-panel .c-tab-panel_panels .c-tab-panel_panel {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: all 0.2s ease;
}
.c-tab-panel .c-tab-panel_panels .c-tab-panel_panel.is-show {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  max-height: unset;
  max-height: auto;
}

/*		パンくずリスト
  -----------------------------------------------------*/
.c-breadcrumb {
  width: var(--w-liquid);
  padding: 5px 0;
  box-sizing: border-box;
}
.c-breadcrumb ol,
.c-breadcrumb ul,
.c-breadcrumb .c-breadcrumb-list {
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px 5px;
  padding: 4px 6px;
  background-color: #efefef;
  overflow-y: none;
}
.c-breadcrumb ol li,
.c-breadcrumb ul li,
.c-breadcrumb .c-breadcrumb-list li {
  color: var(--color-font-base);
  font-size: 1.3rem;
}
.c-breadcrumb ol li:not(:last-child):after,
.c-breadcrumb ul li:not(:last-child):after,
.c-breadcrumb .c-breadcrumb-list li:not(:last-child):after {
  content: ">";
  display: inline-block;
  margin: 0 -1px 0 1px;
}
.c-breadcrumb ol li a,
.c-breadcrumb ul li a,
.c-breadcrumb .c-breadcrumb-list li a {
  color: var(--color-font-base);
  display: inline-block;
  font-size: 1.3rem;
}
.c-breadcrumb ol li a:hover,
.c-breadcrumb ul li a:hover,
.c-breadcrumb .c-breadcrumb-list li a:hover {
  opacity: 1;
}

@media (max-width: 600px) {
  .c-breadcrumb li,
  .c-breadcrumb li a {
    font-size: 1.2rem;
  }
} /*  END Break Point  */
/*		ページャー
  -----------------------------------------------------*/
/* 複数ページタイプ */
.c-pagination,
.wp-pagenavi {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 10px;
  width: -moz-max-content;
  margin: 30px auto;
  text-align: center;
}
@media (max-width: 600px) {
  .c-pagination .c-pagination,
  .c-pagination .wp-pagenavi,
  .wp-pagenavi .c-pagination,
  .wp-pagenavi .wp-pagenavi {
    gap: 10px;
  }
}
.c-pagination .c-pagination_prev,
.c-pagination .c-pagination_page,
.c-pagination .c-pagination_next,
.c-pagination .c-pagination_first,
.c-pagination .c-pagination_last,
.c-pagination .previouspostslink,
.c-pagination .prev,
.c-pagination .nextpostslink,
.c-pagination .next,
.c-pagination .page,
.c-pagination .page-numbers,
.c-pagination .is-current,
.c-pagination .current,
.c-pagination .first,
.c-pagination .last,
.wp-pagenavi .c-pagination_prev,
.wp-pagenavi .c-pagination_page,
.wp-pagenavi .c-pagination_next,
.wp-pagenavi .c-pagination_first,
.wp-pagenavi .c-pagination_last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .prev,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .next,
.wp-pagenavi .page,
.wp-pagenavi .page-numbers,
.wp-pagenavi .is-current,
.wp-pagenavi .current,
.wp-pagenavi .first,
.wp-pagenavi .last {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 5px;
  min-width: 50px;
  min-height: 50px;
  padding: 3px 5px;
  border: 1px solid currentColor;
  color: var(--color-base);
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  .c-pagination .c-pagination_prev,
  .c-pagination .c-pagination_page,
  .c-pagination .c-pagination_next,
  .c-pagination .c-pagination_first,
  .c-pagination .c-pagination_last,
  .c-pagination .previouspostslink,
  .c-pagination .prev,
  .c-pagination .nextpostslink,
  .c-pagination .next,
  .c-pagination .page,
  .c-pagination .page-numbers,
  .c-pagination .is-current,
  .c-pagination .current,
  .c-pagination .first,
  .c-pagination .last,
  .wp-pagenavi .c-pagination_prev,
  .wp-pagenavi .c-pagination_page,
  .wp-pagenavi .c-pagination_next,
  .wp-pagenavi .c-pagination_first,
  .wp-pagenavi .c-pagination_last,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .prev,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .next,
  .wp-pagenavi .page,
  .wp-pagenavi .page-numbers,
  .wp-pagenavi .is-current,
  .wp-pagenavi .current,
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    min-width: 38px;
    min-height: 38px;
  }
}
.c-pagination .c-pagination_prev:hover,
.c-pagination .c-pagination_next:hover,
.c-pagination .c-pagination_page:hover,
.c-pagination .c-pagination_first:hover,
.c-pagination .c-pagination_last:hover,
.c-pagination .previouspostslink:hover,
.c-pagination .prev:hover,
.c-pagination .nextpostslink:hover,
.c-pagination .next:hover,
.c-pagination .page:hover,
.c-pagination .page-numbers:hover,
.c-pagination .current:hover,
.c-pagination .first:hover,
.c-pagination .last:hover,
.wp-pagenavi .c-pagination_prev:hover,
.wp-pagenavi .c-pagination_next:hover,
.wp-pagenavi .c-pagination_page:hover,
.wp-pagenavi .c-pagination_first:hover,
.wp-pagenavi .c-pagination_last:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .prev:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .next:hover,
.wp-pagenavi .page:hover,
.wp-pagenavi .page-numbers:hover,
.wp-pagenavi .current:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
  opacity: 0.7;
  color: #fff;
  background-color: var(--color-base);
}
.c-pagination .page-numbers.dots,
.c-pagination .extend,
.wp-pagenavi .page-numbers.dots,
.wp-pagenavi .extend {
  border: none;
  pointer-events: none;
}
.c-pagination .is-current,
.c-pagination .current,
.wp-pagenavi .is-current,
.wp-pagenavi .current {
  color: #fff;
  background-color: var(--color-base);
}
.c-pagination .is-current:hover,
.c-pagination .current:hover,
.wp-pagenavi .is-current:hover,
.wp-pagenavi .current:hover {
  opacity: 1;
}
.c-pagination .previouspostslink,
.c-pagination .prev,
.c-pagination .nextpostslink,
.c-pagination .next,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .prev,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .next {
  position: relative;
  overflow: hidden;
  text-indent: -999%;
}
.c-pagination .previouspostslink:before,
.c-pagination .prev:before,
.c-pagination .nextpostslink:before,
.c-pagination .next:before,
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .prev:before,
.wp-pagenavi .nextpostslink:before,
.wp-pagenavi .next:before {
  content: "";
  display: block;
  width: 0.89em;
  height: 0.89em;
  border-top: solid 2px;
  position: absolute;
  transform-origin: center;
  color: inherit;
  transition: 0.3s ease;
}
.c-pagination .previouspostslink:before,
.c-pagination .prev:before,
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .prev:before {
  border-left: solid 2px;
  top: 50%;
  left: 37%;
  transform: rotate(-45deg);
  transform-origin: top left;
}
.c-pagination .nextpostslink:before,
.c-pagination .next:before,
.wp-pagenavi .nextpostslink:before,
.wp-pagenavi .next:before {
  border-right: solid 2px;
  top: 50%;
  right: 37%;
  transform: rotate(45deg);
  transform-origin: top right;
}
.c-pagination .c-pagination_first,
.c-pagination .c-pagination_last,
.wp-pagenavi .c-pagination_first,
.wp-pagenavi .c-pagination_last {
  width: -moz-max-content;
  width: max-content;
}

/* 前後ページナビゲーション */
.c-pagination_adjacent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 540px;
  margin: 0 auto;
  margin-top: 60px;
}
.c-pagination_adjacent .c-pagination_prev,
.c-pagination_adjacent .c-pagination_next {
  min-width: 80px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  letter-spacing: 0.06em;
  transition: 0.3s ease;
}
.c-pagination_adjacent .c-pagination_prev {
  justify-content: flex-start;
}
.c-pagination_adjacent .c-pagination_next {
  justify-content: flex-end;
}
.c-pagination_adjacent .c-pagination_prev:before,
.c-pagination_adjacent .c-pagination_next:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: solid 2px;
  border-right: solid 2px;
  transform-origin: center;
  color: inherit;
  transition: 0.3s ease;
}
.c-pagination_adjacent .c-pagination_prev:before {
  position: relative;
  left: 0;
  transform: rotate(-135deg);
  transition: 0.3s ease;
}
.c-pagination_adjacent .c-pagination_next:after {
  position: relative;
  right: 0;
  transform: rotate(45deg);
  transition: 0.3s ease;
}
.c-pagination_adjacent .c-pagination_back {
  justify-content: center;
  font-weight: bold;
  text-align: center;
  min-width: 80px;
}
.c-pagination_adjacent .c-pagination_prev:hover,
.c-pagination_adjacent .c-pagination_next:hover,
.c-pagination_adjacent .c-pagination_back:hover {
  color: var(--color-base);
}
.c-pagination_adjacent .c-pagination_prev:hover:before {
  left: -5px;
}
.c-pagination_adjacent .c-pagination_next:hover:after {
  right: -5px;
}
.c-pagination_adjacent .c-pagination_empty {
  min-width: 100px;
}

/*		詳細
  ---------------------------
  --------------------------*/
.c-pagination_single {
  margin-top: 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.c-pagination_single .c-pagination_prev {
  text-align: left;
}
.c-pagination_single .c-pagination_back {
  text-align: center;
}
.c-pagination_single .c-pagination_next {
  text-align: right;
}

/*		テーブル
  -----------------------------------------------------*/
.c-table_plain {
  width: 100%;
}
.c-table_plain th {
  background: #efefef;
  width: 20%;
  padding: 20px;
  border-bottom: solid 1px #ccc;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.c-table_plain td {
  padding: 20px 30px;
  border-bottom: solid 1px #ccc;
}

@media (max-width: 600px) {
  .c-table_plain thead,
  .c-table_plain tbody,
  .c-table_plain tfoot,
  .c-table_plain tr {
    display: block;
    width: 100%;
  }
  .c-table_plain th,
  .c-table_plain td {
    width: 100%;
    padding: 20px;
    display: block;
  }
}
.c-table_two_tone {
  width: 100%;
}
.c-table_two_tone th {
  width: 30%;
  padding: 20px;
  border-bottom: solid 1px var(--color-border-pale);
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.c-table_two_tone tr:nth-child(2n) > th {
  background: var(--color-base);
  width: 30%;
  padding: 20px;
  border-bottom: solid 1px var(--color-border-pale);
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.c-table_two_tone td {
  width: 70%;
  padding: 20px 30px;
  border-bottom: solid 1px var(--color-border-pale);
}
.c-table_two_tone tr:nth-child(2n) > td {
  background: var(--color-base);
  width: 70%;
  padding: 20px 30px;
  border-bottom: solid 1px var(--color-border-pale);
}

@media (max-width: 600px) {
  .table_two_tone th,
  table.two_tone td {
    width: 100%;
    padding: 20px 0px;
    display: block;
  }
}
/*		googlemap
  -----------------------------------------------------*/
.c-gmap {
  position: relative;
  aspect-ratio: 100/75; /* 比率を4:3に固定 */
  overflow: hidden;
}
.c-gmap iframe,
.c-gmap object,
.c-gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*		movie  iframeのwidthとheightは削除すること！
  -----------------------------------------------------*/
.c-movie {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9; /* 比率を16:9に固定 */
  overflow: hidden;
}
.c-movie iframe,
.c-movie object,
.c-movie embed,
.c-movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*		定義リスト
  -----------------------------------------------------*/
.c-dl-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 2%;
}
.c-dl-flex dt {
  float: left;
  font-weight: bold;
  width: 80px;
}
.c-dl-flex dd {
  width: calc(98% - 80px);
}

/*		アコーディオンコンテンツ .scratch.jsに記述あり
  -----------------------------------------------------*/
.c-accordion {
  list-style: none;
  /*アコーディオンで現れるエリア*/
}
.c-accordion .c-accordion_label {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 2rem;
  text-align: left;
  font-weight: normal;
  background-color: #ddd;
  padding: 20px 50px 20px 20px;
  margin-bottom: 20px;
  transition: all 0.5s ease;
  /*　is-openというクラスがついたら形状変化　*/
}
.c-accordion .c-accordion_label:before,
.c-accordion .c-accordion_label:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
  transition: all 0.2s linear;
}
.c-accordion .c-accordion_label:before {
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(0deg);
}
.c-accordion .c-accordion_label:after {
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(90deg);
}
.c-accordion .c-accordion_label.is-open:before {
  transform: rotate(45deg);
}
.c-accordion .c-accordion_label.is-open:after {
  transform: rotate(135deg);
}
.c-accordion .c-accordion_box {
  pointer-events: none;
  visibility: hidden;
  line-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  transition:
    line-height 0.2s,
    opacity 0.4s,
    padding 0.5s,
    margin 0.5s,
    visibility 0.5s;
}
.c-accordion .c-accordion_box > * {
  overflow: hidden;
}
.c-accordion .is-open + .c-accordion_box {
  grid-template-rows: 1fr;
  pointer-events: all;
  visibility: visible;
  line-height: 1.75;
  opacity: 1;
  padding: 20px 0;
  margin: 20px 0;
}

/*		フォーム
  -----------------------------------------------------*/
.c-form {
  margin: auto;
  transform: unset;
}

/*フォームステップ*/
.c-form_step {
  position: relative;
  width: 300px;
  margin: 0 auto 61px;
  display: flex;
  justify-content: space-between;
}
.c-form_step:before {
  content: "";
  width: 250px;
  height: 1px;
  background-color: var(--color-base);
  position: absolute;
  z-index: -1;
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
.c-form_step .c-form_step_item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  color: var(--color-base);
  font-size: 1.6rem;
}
.c-form_step .c-form_step_item.active .c-form_step_item_number span {
  opacity: 1;
  color: #fff;
  background-color: var(--color-base);
}
.c-form_step .c-form_step_item.active .c-form_step_title {
  opacity: 1;
}
.c-form_step .c-form_step_item .c-form_step_item_number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
}
.c-form_step .c-form_step_item .c-form_step_item_number span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  opacity: 0.5;
  border-radius: 50%;
  border: 2px solid var(--color-base);
  background-color: #fff;
  font-weight: 500;
  letter-spacing: 0;
}
.c-form_step .c-form_step_item .c-form_step_item_number .c-form_step_title {
  opacity: 0.5;
  letter-spacing: 0.06em;
}

/*.c-form_step*/
/*フォームレイアウト*/
.c-form_row {
  margin-bottom: 30px;
}

.c-form dt {
  display: block;
  margin-bottom: 12px;
}

.c-form dd {
  display: block;
  margin-bottom: 15px;
}

.c-form dd + dt {
  margin-top: 38px;
}

.c-form_input_row {
  display: flex;
  gap: 20px 40px;
  flex-wrap: wrap;
}
.c-form_input_row.is-col-2 > * {
  max-width: calc(50% - 20px);
}
.c-form_input_row + .c-form_input_row {
  margin-top: 15px;
}

@media (max-width: 600px) {
  /*SP以下 表示*/
  .c-form_input_row {
    flex-direction: column;
  }
  .c-form_input_row.is-col-2 > * {
    max-width: 100%;
  }
} /*END SP以下 表示*/
.c-form select,
.c-form option,
.c-form textarea,
.c-form input[type="text"],
.c-form input[type="tel"],
.c-form input[type="email"],
.c-form input[type="search"],
.c-form input[type="url"] {
  font-size: 1.6rem;
  font-weight: 400;
  width: 100%;
  min-height: 50px;
  padding: 15px;
  border: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  background-color: #fff;
  outline: 0;
}

:-moz-placeholder {
  color: #aaa;
}

:placeholder {
  color: #aaa;
}

.c-form_input_l {
  width: 100%;
}

.c-form_input_m {
  width: -moz-max-content;
  width: max-content;
  max-width: 400px;
}

.c-form_input_s {
  width: -moz-min-content;
  width: min-content;
  max-width: 120px;
}

.c-form input[type="text"] {
  min-width: 80px;
  min-height: 50px;
}

.c-form input[type="radio"] {
  margin-right: 5px;
}

.form__input-container--checkbox,
.form__input-container--radio {
  gap: 10px 39px;
}

.form__input-container--col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 767px) {
  .form__input-container--col-2 {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.c-form_checkbox-item,
.c-form_radio-item {
  display: inline-flex;
  align-items: center;
  gap: 0 20px;
}

.c-form input[type="checkbox"],
.c-form input[type="radio"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 0.2em 0 0;
}

.c-form input[type="checkbox"]:before,
.c-form input[type="radio"]:before {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-form input[type="checkbox"]:after,
.c-form input[type="radio"]:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-form input[type="checkbox"]:before {
  border: 1px solid #f6f5f3;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}

.c-form input[type="checkbox"]:checked:after {
  content: "✔";
  font-size: 1.8rem;
  line-height: 1em;
}

@media screen and (max-width: 767px) {
  .c-form input[type="checkbox"]:checked:after {
    font-size: 12px;
  }
}
.c-form input[type="radio"]:before {
  border: 1px solid #d5d5d5;
  border-radius: 50%;
}

.c-form input[type="radio"]:checked:after {
  content: "";
  background: #666;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 50%;
}

.c-form .check_close {
  display: none;
}

.c-form option:focus,
.c-form textarea:focus,
.c-form input[type="text"]:focus,
.c-form input[type="tel"]:focus,
.c-form input[type="email"]:focus,
.c-form input[type="search"]:focus,
.c-form input[type="url"]:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(225, 236, 251) inset;
}

.c-form label:has(input[type="radio"]) {
  display: inline-block;
}

.c-form label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-form label:has(select) {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.c-form label:has(select):after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}

.c-form_label {
  display: block;
  margin-bottom: 10px;
}

/*必須or任意ラベル*/
.c-form_label span {
  display: inline-block;
  color: #fff;
  background-color: #c4c4c4;
  background-color: var(--color-gray);
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 2px 8px;
  margin-left: 8px;
}
.c-form_label span.is-required {
  background-color: #f00;
  background-color: var(--color-red);
}

.c-form label > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: 8px;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  color: #2e2e2e;
  font-size: 1em;
  cursor: pointer;
}

/*プライバシー同意チェック*/
.c-form_privacy {
  max-width: 434px;
  width: 100%;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  background-color: #f6f6f6;
  padding: 18px 40px;
  margin: 30px auto 40px;
}
.c-form_privacy .c-form_privacy_link {
  text-decoration: underline;
}
.c-form_privacy .c-form_privacy_link:hover {
  text-decoration: none;
}
.c-form_privacy .c-form_privacy_consent label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.c-form_agreement {
  background: #fff5f8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  font-size: 15px;
  padding: 25px 45px;
  margin: 45px auto;
}
.c-form_agreement a {
  color: var(--color-red);
  text-decoration: underline;
}
.c-form_agreement a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*フォームボタン*/
.c-form input[type="submit"],
.c-form input[type="button"],
.c-form button {
  border-color: transparent;
  cursor: pointer;
}

/*		相対幅ボックス
  -----------------------------------------------------*/
.c-block {
  width: var(--w-liquid);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  /*  END .c-block_2 */
  /*  END &.c-block_3 */
  /*  END &.c-block_4 */
  /*  END &.c-block_5 */
  /*  END &.c-block_6 */
  /*  END &.c-block_7 */
  /*  END &.c-block_8 */
}
.c-block.c-block_2 > * {
  width: 48%;
}
.c-block.c-block_3 > * {
  width: 33.3333333333%;
}
.c-block.c-block_4 > * {
  width: 25%;
}
.c-block.c-block_5 > * {
  width: 20%;
}
.c-block.c-block_6 > * {
  width: 16.6666666667%;
}
.c-block.c-block_7 > * {
  width: 14.2857142857%;
}
.c-block.c-block_8 > * {
  width: 12.5%;
}

/*  END .c-block */
/*		GLIDカード
  -----------------------------------------------------*/
.c-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px 2%;
  /* END .c-card-grid_item */
}
.c-card-grid > *,
.c-card-grid .c-card-grid_item {
  display: grid;
  grid-row: span 4;
  gap: 0.65rem;
  grid-template-rows: subgrid;
}
.c-card-grid > * > a,
.c-card-grid .c-card-grid_item > a {
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
  gap: inherit;
}
.c-card-grid > * .c-card-grid_image,
.c-card-grid .c-card-grid_item .c-card-grid_image {
  width: 100%;
  text-align: center;
}
.c-card-grid > * .c-card-grid_title,
.c-card-grid .c-card-grid_item .c-card-grid_title {
  font-size: 2.4rem;
}
.c-card-grid > * .c-card-grid_title,
.c-card-grid > * .c-card-grid_text,
.c-card-grid .c-card-grid_item .c-card-grid_title,
.c-card-grid .c-card-grid_item .c-card-grid_text {
  margin-top: 20px;
  text-align: justify;
}
.c-card-grid.c-card_2 {
  grid-template-columns: repeat(auto-fit, minmax(435px, 1fr));
}
@media (max-width: 600px) {
  .c-card-grid.c-card_2 {
    grid-template-columns: none;
  }
}
.c-card-grid.c-card_3 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
@media (max-width: 500px) {
  .c-card-grid.c-card_3 {
    grid-template-columns: none;
  }
}
.c-card-grid.c-card_4 {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
@media (max-width: 400px) {
  .c-card-grid.c-card_4 {
    grid-template-columns: none;
  }
}
.c-card-grid.c-card_5 {
  grid-template-columns: repeat(auto-fit, minmax(156px, 1fr));
}
@media (max-width: 300px) {
  .c-card-grid.c-card_5 {
    grid-template-columns: none;
  }
}
.c-card-grid.c-card_6 {
  grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
}
@media (max-width: 200px) {
  .c-card-grid.c-card_6 {
    grid-template-columns: none;
  }
}
.c-card-grid.c-card_7 {
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
@media (max-width: 200px) {
  .c-card-grid.c-card_7 {
    grid-template-columns: none;
  }
}
.c-card-grid.c-card_8 {
  grid-template-columns: repeat(auto-fit, minmax(85px, 1fr));
}
@media (max-width: 150px) {
  .c-card-grid.c-card_8 {
    grid-template-columns: none;
  }
}

/* END .c-card-grid */
@media (max-width: 600px) {
  .c-card-grid {
    /* END .c-card-grid_item */
  }
  .c-card-grid .c-card-grid_item .c-card-grid_title {
    font-size: 2rem;
  }
  .c-card-grid .c-card-grid_item .c-card-grid_title,
  .c-card-grid .c-card-grid_item .c-card-grid_text {
    margin-top: 15px;
  }
} /*  END Break Point  */
/*		FLEXカード
  -----------------------------------------------------*/
.c-card-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  /* END c-card_2 */
  /* END c-card_3 */
  /* END c-card_4 */
  /* END c-card_5 */
  /* END c-card_6 */
  /* END c-card_7 */
  /* END c-card_8 */
}
.c-card-flex.c-card_2 .c-card-flex_item {
  width: 48%;
}
.c-card-flex.c-card_3 .c-card-flex_item {
  width: 30.6666666667%;
  box-sizing: border-box;
}
.c-card-flex.c-card_4 .c-card-flex_item {
  width: 22%;
  box-sizing: border-box;
}
.c-card-flex.c-card_5 .c-card-flex_item {
  width: 17.2%;
  box-sizing: border-box;
}
.c-card-flex.c-card_6 .c-card-flex_item {
  width: 14%;
  box-sizing: border-box;
}
.c-card-flex.c-card_7 .c-card-flex_item {
  width: 11.7142857143%;
  box-sizing: border-box;
}
.c-card-flex.c-card_8 .c-card-flex_item {
  width: 10.3125%;
  box-sizing: border-box;
}
.c-card-flex .c-card-flex_image {
  width: 100%;
  text-align: center;
}
.c-card-flex .c-card-flex_title {
  font-size: 2.4rem;
}
.c-card-flex .c-card-flex_title,
.c-card-flex .c-card-flex_text {
  margin-top: 20px;
  text-align: justify;
}

/* END .c-card_flex */
@media (max-width: 768px) {
  .c-card-flex {
    flex-direction: row;
  }
  .c-card-flex.c-card_2 .c-card-flex_item,
  .c-card-flex.c-card_3 .c-card-flex_item,
  .c-card-flex.c-card_4 .c-card-flex_item,
  .c-card-flex.c-card_5 .c-card-flex_item,
  .c-card-flex.c-card_6 .c-card-flex_item,
  .c-card-flex.c-card_7 .c-card-flex_item,
  .c-card-flex.c-card_8 .c-card-flex_item {
    width: 45%;
  }
} /*  END Break Point  */
@media (max-width: 600px) {
  .c-card-flex {
    flex-direction: column;
  }
  .c-card-flex.c-card_2 .c-card-flex_item,
  .c-card-flex .c-card_3 .c-card-flex_item,
  .c-card-flex .c-card_4 .c-card-flex_item,
  .c-card-flex .c-card_5 .c-card-flex_item,
  .c-card-flex .c-card_6 .c-card-flex_item,
  .c-card-flex .c-card_7 .c-card-flex_item,
  .c-card-flex .c-card_8 .c-card-flex_item {
    width: 100%;
  }
} /*  END Break Point  */
/*		ユニットコンテンツ
  -----------------------------------------------------*/
.c-unit {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.c-unit > * {
  width: 48%;
}
.c-unit.is-reverse {
  flex-direction: row-reverse;
}

@media (max-width: 600px) {
  .c-unit {
    flex-direction: column;
  }
  .c-unit > * {
    width: 100%;
  }
  .c-unit.is-reverse {
    flex-direction: column;
  }
} /*  END Break Point  */
.c-media {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 3%;
}
@media (max-width: 600px) {
  .c-media {
    flex-direction: column;
  }
}
.c-media_image {
  flex: none;
}
@media (max-width: 600px) {
  .c-media_image {
    width: 100%;
  }
}
.c-media_content {
  flex: 1 1 400px;
}
@media (max-width: 600px) {
  .c-media_content {
    flex: 1;
    min-width: none;
    width: 100%;
  }
}
/*
  ====>> サイトの共通パーツに関するデフォルトスタイリング <<====

  ・このファイルはベースのスタイルに加え、サイト(案件)毎にスタイルを記述していく
  ・ヘッダー、ナビゲーション、フッター、パンくずなどの各ページに対して1つのパーツをスタイルするファイル

  */

/*自動でベンダープレフィックスをつける*/
/*		独自追加
  -----------------------------------------------------*/
body {
  color: var(--color-brown);
  background-color: var(--color-pale-pink);
  overflow-wrap: anywhere;
  word-break: break-word;
  line-break: strict;
}
.l-header_language {
  min-width: 170px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 35px;
  background-color: #fff;
  border-radius: 100px;
  position: relative;
  z-index: 999;
  cursor: pointer;
  margin-left: auto;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .l-header_language {
    min-width: 150px;
    max-width: calc(100% - 100px);
    min-height: 26px;
    padding: 5px 30px;
  }
} /*END SP以下 表示*/
.l-header_language:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  display: inline-block;
  width: 18px;
  aspect-ratio: 1;
  background: url(https://fuwel.s3-accelerate.amazonaws.com/img/627/e4073311-34b3-4645-8922-a4a20ec4c8ce.svg) no-repeat center center / contain;
}
@media (max-width: 600px) {
  .l-header_language:before {
    width: 13px;
  }
}
.l-header_language:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: block;
  width: 11px;
  aspect-ratio: 2 / 1;
  clip-path: polygon(0 1px, 0 0, 50% calc(100% - 1px), 100% 0, 100% 1px, 50% 100%);
  background-color: var(--color-brown);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 600px) {
  .l-header_language:after {
    width: 8px;
    right: 5px;
  }
}
.l-header_language.is-open:after {
  transform: translateY(-50%) rotate(180deg);
}
.l-header_language > span {
  display: block;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.12em;
}
@media (max-width: 600px) {
  .l-header_language > span {
    font-size: 10px;
  }
} /*END SP以下 表示*/

.l-header_language ul {
  display: block;
  opacity: 0;
  height: 0;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-radius: 26px;
  margin-top: 5px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
@media (max-width: 600px) {
  .l-header_language ul {
    border-radius: 14px;
    margin-top: 3px;
  }
}
.l-header_language.is-open ul {
  opacity: 1;
  height: auto; /* calc-size()未対応のブラウザのためのフォールバック */
  height: calc-size(auto, size);
}
.l-header_language ul li a {
  display: block;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-align: center;
  padding: 5px 10px;
}
@media (max-width: 600px) {
  .l-header_language ul li a {
    font-size: 10px;
  }
} /*END SP以下 表示*/
.l-header_language ul li a:hover {
  background-color: #f2f2f2;
}
/* END #header */
/*		基本設定
  -----------------------------------------------------*/
/* html {
    scroll-behavior: smooth;
  } */
body {
  font-family: var(--base-serif);
  color: var(--color-brown);
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin: 0 auto;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s linear;
}
a[target="_blank"].is-external:after {
  content: "";
  background: url("https://bridal.hotelplazakobe.co.jp/mymelody_wedding/assets/img/common/icon_external.svg") no-repeat center center/contain;
  display: inline-block;
  height: 12px;
  width: 12px;
  vertical-align: middle;
  margin-left: 0.3em;
}
@media (min-width: 601px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (max-width: 600px) {
  .is-pc {
    display: none !important;
  }
}
@media (min-width: 601px) {
  .is-sp {
    display: none !important;
  }
}
input {
  font-size: 16px; /*iOSズームアップ対策サイズ*/
}

textarea {
  font-size: 16px; /*iOSズームアップ対策サイズ*/
  resize: vertical; /* 縦方向のリサイズを許可 */
}

/* フォーカスが当たった時の青枠を表示しない */
*:focus {
  outline: none;
}

:-moz-selection {
  /*ハイライトカラー指定*/
  color: #fff;
  background: cyan;
  background: var(--color-base);
}

:selection {
  /*ハイライトカラー指定*/
  color: #fff;
  background: cyan;
  background: var(--color-base);
}

figure {
  will-change: transform; /*safariのoverflow不具合対策*/
}

/* Padding Classes */
.p-0 {
  padding: 0;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.p-40 {
  padding: 40px;
}

.p-50 {
  padding: 50px;
}

.p-80 {
  padding: 80px;
}

.p-100 {
  padding: 100px;
}

.pt-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

/* Margin Classes */
.m-0 {
  margin: 0;
}

.m-10 {
  margin: 10px;
}

.m-15 {
  margin: 15px;
}

.m-20 {
  margin: 20px;
}

.m-30 {
  margin: 30px;
}

.m-40 {
  margin: 40px;
}

.m-50 {
  margin: 50px;
}

.m-80 {
  margin: 80px;
}

.m-100 {
  margin: 100px;
}

.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

/*==========フェードイン==========*/
.js-scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}

/*
.scroll-up + .scroll-up {
transition-delay: 0.3s;
}
.scroll-up + .scroll-up + .scroll-up {
transition-delay: 0.6s;
}
.scroll-up + .scroll-up + .scroll-up + .scroll-up {
transition-delay: 0.9s;
}*/
.js-scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/*		ヘッダー
-----------------------------------------------------*/

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
  min-height: 128px;
  padding: 25px 0;
  margin: 0 auto;
  background-color: transparent;
  box-sizing: border-box;
  pointer-events: none;
}
@media (max-width: 600px) {
  .l-header {
    min-height: 100px;
    padding: 10px 0 25px;
  }
}
#header.l-header .l-container,
#header.l-header .l-container_wide {
  max-width: 1360px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
  pointer-events: none;
}
@media (max-width: 600px) {
  #header.l-header .l-container,
  #header.l-header .l-container_wide {
    gap: 16px;
  }
}
#header.l-header .l-container *,
#header.l-header .l-container_wide * {
  pointer-events: auto;
}
/* END #header */
/*		グローバルナビゲーション
-----------------------------------------------------*/

#global-nav.l-nav {
  max-width: 820px;
  background-size: auto auto;
  background-color: rgba(254, 252, 253, 1);
  background-image: repeating-linear-gradient(90deg, #fdf5f9, #fdf5f9 50px, #fefcfd 50px, #fefcfd 100px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow-y: auto;
  gap: 30px;

  display: flex;
  flex-direction: column;

  position: absolute;
  top: 0;
  right: -100vw;
  z-index: 900;
  width: 100%;
  width: 100%;
  width: 100dvw;
  height: 100%;
  height: 100dvh;
  padding: 100px 0 50px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s linear;
}
#global-nav.is-show {
  right: 0;
  opacity: 1;
}
#global-nav .l-inner {
  max-width: 660px;
  width: 92%;
  background-color: rgba(255, 255, 255, 0.67);
  border-radius: 80px;
  padding: 60px 5% 90px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  #global-nav .l-inner {
    padding: 40px;
  }
}
#global-nav.l-nav ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#global-nav.l-nav ul li {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media (max-width: 600px) {
  #global-nav.l-nav ul li {
    font-size: 14px;
  }
}
#global-nav.l-nav ul li:before {
  content: "";
  display: inline-block;
  width: 15px;
  aspect-ratio: 1;
  background-color: var(--color-deep-pink);
  border-radius: 50%;
  filter: blur(3px);
  opacity: 0;
  transition: all 0.2s linear;
  pointer-events: none;
}
#global-nav.l-nav ul li.is-active:before {
  opacity: 1;
}
@media (hover: hover) {
  #global-nav.l-nav ul li:hover:before {
    opacity: 1;
  }
}
#global-nav.l-nav ul li span {
  display: block;
}
#global-nav.l-nav ul li a {
  position: relative;
  display: block;
  letter-spacing: 0.05em;
  color: var(--color-brown);
  line-height: 1.3;
  padding: 0 20px;
  transition: all 0.2s linear;
}
#global-nav.l-nav.is-flex ul li span {
  display: inline-block;
}

/* END #global-nav */

/*		メニューボタン
-----------------------------------------------------*/
.l-header_toggle {
  /* position: absolute;
top: 0;
right: 0;*/
  position: relative;
  z-index: 999;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  aspect-ratio: 1;

  color: var(--color-brown);
  text-align: center;
  background-color: var(--color-deep-pink);
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.2s linear;
}
@media (max-width: 600px) {
  .l-header_toggle {
    width: 45px;
  }
}
.l-header_toggle:after {
  content: attr(data-label);
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-brown);
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
  word-break: keep-all;
  overflow-wrap: normal;
}
@media (max-width: 600px) {
  .l-header_toggle:after {
    font-size: 10px;
  }
}
.l-header_toggle > span,
.l-header_toggle > span:before,
.l-header_toggle > span:after {
  display: block;
  width: 27px;
  height: 3px;
  padding: 0;
  background-color: #fff;
  line-height: 1;
  border-radius: 100px;
  transition: all 0.3s linear;
}
@media (max-width: 600px) {
  .l-header_toggle > span,
  .l-header_toggle > span:before,
  .l-header_toggle > span:after {
    width: 25px;
  }
}

.l-header_toggle > span {
  position: relative;
  margin: 10px auto;
}
.l-header_toggle > span:before,
.l-header_toggle > span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  transition: all 0.2s linear;
}
.l-header_toggle > span:before {
  top: -8px;
}
.l-header_toggle > span:after {
  top: 8px;
}
/* .l-header_toggle > small {
display: block;
text-transform: uppercase;
font-size: 13px;
letter-spacing: 0.08em;
line-height: 1.3;
margin-top: 13px;
} */
.l-header_toggle.is-active > span {
  background-color: transparent;
}
.l-header_toggle.is-active > span:before {
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  transform-origin: center;
}
.l-header_toggle.is-active > span:after {
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  transform-origin: center;
}

/*		ページタイトル
-----------------------------------------------------*/
#page-title {
  margin-top: 10px;
  padding: 60px 0 0;
  box-sizing: border-box;
}
#page-title > section h2 {
  font-size: 80px;
  font-weight: normal;
  color: var(--color-font-base);
}

/*  END #page-title  */
@media (max-width: 600px) {
  #page-title {
    padding: 30px 10px;
  }
  #page-title > section h2 {
    font-size: 40px;
  }
  /*  END #page-title  */
} /*  END Break Point  */
/*		ページトップ
-----------------------------------------------------*/
#page_top {
  position: fixed;
  bottom: 2%;
  right: 3%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  /*  END & > a  */
}
#page_top > a {
  background: #000;
  width: auto;
  height: auto;
  padding: 12px 20px;
  color: var(--color-theme-base);
  font-weight: bold;
}
#page_top > a:hover {
  text-decoration: none;
}

/*  END #page_top  */

/*
  ====>> サイト(案件)毎にスタイルを記述していくファイル <<====

  ・このファイルはサイト(案件)独自のスタイルを記述するファイル
  ・ここに記述するファイルは、接頭辞に「p-」を付けたセレクタにする事　/　例：「.p-project-item」

  */

/*		LPページ
  -----------------------------------------------------*/
html:not([lang="ja"]) .is-jp-only {
  display: none !important;
}

.zen-old-mincho-bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

/*リセットcss*/
.p-mymelo {
  font-family: var(--base-serif);
  font-weight: 700;
  font-style: normal;
}
.p-mymelo article,
.p-mymelo aside,
.p-mymelo dialog,
.p-mymelo figure,
.p-mymelo footer,
.p-mymelo header,
.p-mymelo hgroup,
.p-mymelo nav,
.p-mymelo section,
.p-mymelo main {
  display: block;
}
.p-mymelo ul,
.p-mymelo ol {
  list-style: none;
}
.p-mymelo blockquote,
.p-mymelo q {
  quotes: none;
}
.p-mymelo blockquote:before,
.p-mymelo blockquote:after,
.p-mymelo q:before,
.p-mymelo q:after {
  content: "";
  content: none;
}
.p-mymelo ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
.p-mymelo mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
.p-mymelo del {
  text-decoration: line-through;
}
.p-mymelo abbr[title],
.p-mymelo dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
.p-mymelo table {
  border-collapse: collapse;
  border-spacing: 0;
}
.p-mymelo hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
.p-mymelo input,
.p-mymelo select {
  vertical-align: middle;
}
.p-mymelo selector {
  box-sizing: border-box;
}
.p-mymelo figure {
  margin: 0;
}
.p-mymelo img,
.p-mymelo svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.p-mymelo img {
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}
.p-mymelo a {
  word-break: break-all;
}
.p-mymelo *,
.p-mymelo *:before,
.p-mymelo *:after {
  box-sizing: border-box;
}
.p-mymelo *:focus-visible {
  outline: 2px solid rgb(77, 77, 77);
  outline-offset: 2px;
}

/*リセットcss*/
@media (min-width: 601px) {
  .mymelody_wedding #topcontrol {
    display: none;
  }
}
@media (max-width: 600px) {
  .mymelody_wedding .fix_nav {
    display: none;
  }
}

.p-mymelo {
  padding: 0;
  margin: 0;
  color: var(--color-brown);
  background-color: var(--color-pale-pink);
}
.p-mymelo p {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.12em;
}
@media (max-width: 600px) {
  .p-mymelo p {
    font-size: 14px;
  }
}

/*==========フェードイン==========*/
.js-scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}

/*
  .scroll-up + .scroll-up {
    transition-delay: 0.3s;
  }
  .scroll-up + .scroll-up + .scroll-up {
    transition-delay: 0.6s;
  }
  .scroll-up + .scroll-up + .scroll-up + .scroll-up {
    transition-delay: 0.9s;
  }*/
.js-scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.l-container_wide .l-inner {
  max-width: var(--w-solid-short);
  margin: 0 auto;
}

.is-gradation-top {
  position: relative;
}
.is-gradation-top:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 380px;
  top: 0;
  background: rgb(254, 248, 250);
  background: linear-gradient(0deg, rgba(254, 248, 250, 0) 0%, rgba(241, 158, 194, 0.24) 100%);
}
.is-gradation-top > * {
  z-index: 1;
}

.is-gradation-bottom {
  position: relative;
}
.is-gradation-bottom:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 380px;
  bottom: 0;
  z-index: 0;
  background: rgb(241, 158, 194);
  background: linear-gradient(0deg, rgba(241, 158, 194, 0.24) 0%, rgba(254, 248, 250, 0) 100%);
}
.is-gradation-bottom > * {
  z-index: 1;
}

.is-bg-stripe {
  background: url(https://fuwel.s3-accelerate.amazonaws.com/img/627/8773a65f-5dba-4c08-865d-991a33aa627a.png) repeat center top;
}

.is-ribon_top {
  position: relative;
}
.is-ribon_top:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
  z-index: 5;
  width: 100%;
  height: 37px;
  background: url(https://fuwel.s3-accelerate.amazonaws.com/img/627/101f4490-8a4e-4565-a2a7-827fce6b678b.png) repeat-x center top/contain;
}

.is-ribon_top.thanks:before {
  display: none;
}
@media (max-width: 600px) {
  .is-ribon_top:before {
    height: 19px;
  }
}

.is-ribon_bottom {
  position: relative;
}
.is-ribon_bottom:after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 5;
  width: 100%;
  height: 37px;
  transform: scale(1, -1);
  background: url(https://fuwel.s3-accelerate.amazonaws.com/img/627/101f4490-8a4e-4565-a2a7-827fce6b678b.png) repeat-x center bottom/contain;
}
@media (max-width: 600px) {
  .is-ribon_bottom:after {
    height: 19px;
  }
}

.is-bg-dots {
  background: url(https://fuwel.s3-accelerate.amazonaws.com/img/627/3629c9a4-5d1d-4587-85fa-1885531b9f63.png) repeat;
}

.is-bg-white_blur {
  position: relative;
  z-index: 2;
  padding: 60px 20px 100px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
}
@media (max-width: 600px) {
  .is-bg-white_blur {
    padding: 60px 15px 90px;
  }
}
.is-bg-white_blur:before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 1%;
  left: 1%;
  z-index: -1;
  width: 98%;
  height: 98%;
  background: #fff;
  border-radius: 80px;
  box-shadow: -1px -1px 18px 10px #fff;
}

.c-title_l {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.16em;
  line-height: 1.6;
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .c-title_l {
    font-size: 24px;
    font-size: clamp(20px, 1.333px + 6.667vw, 24px);
    margin-bottom: 40px;
  }
}
.c-title_l > span {
  display: block;
  margin: 0 auto;
}
.c-title_l > * > span {
  display: inline-block;
}

.c-link_btn {
  min-width: 240px;
  letter-spacing: 0.12em;
  text-align: center;
  padding: 17px 25px;
  background-color: var(--color-deep-pink);
  border-color: transparent;
}
@media (min-width: 601px) {
  .c-link_btn:hover {
    color: var(--color-deep-pink);
    border-color: currentColor;
    background-color: #fff;
  }
}
@media (max-width: 600px) {
  .c-link_btn {
    min-width: unset;
    font-size: 12px;
    padding: 14px 20px;
    min-width: 154px;
  }
  .c-link_btn:focus {
    color: var(--color-deep-pink);
    border-color: currentColor;
    background-color: #fff;
  }
}

.c-accordion {
  padding: 0 5%;
  border-radius: 8px;
  background-color: #fff;
}
.c-accordion .c-accordion_label {
  padding: 20px 30px 20px 0;
  background-color: transparent;
  position: relative;
  margin: 0;
}
.c-accordion .c-accordion_label span {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  letter-spacing: 0.16em;
  color: var(--color-brown);
}
@media (max-width: 600px) {
  .c-accordion .c-accordion_label span {
    align-items: flex-start;
    font-size: 16px;
    line-height: 2;
    gap: 10px;
  }
}
.c-accordion .c-accordion_label span:before {
  flex-shrink: 0;
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  aspect-ratio: 1;
  font-size: 22px;
  color: #fff;
  text-indent: 3px;
  background-color: var(--color-deep-pink);
  border-radius: 50%;
}
@media (max-width: 600px) {
  .c-accordion .c-accordion_label span:before {
    width: 36px;
    font-size: 18px;
    transform: translateY(8px);
  }
}
.c-accordion .c-accordion_label:before,
.c-accordion .c-accordion_label:after {
  right: 0;
  width: 23px;
  height: 2px;
  background-color: var(--color-deep-pink);
  opacity: 1;
}
@media (max-width: 600px) {
  .c-accordion .c-accordion_label:before,
  .c-accordion .c-accordion_label:after {
    top: 43px;
  }
}
.c-accordion .c-accordion_label.is-open:before,
.c-accordion .c-accordion_label.is-open:after {
  transform: rotate(0);
}
.c-accordion .c-accordion_label.is-open:after {
  opacity: 0;
}
.c-accordion .c-accordion_box {
  border-top: 1px solid transparent;
  transition:
    line-height 0.2s,
    opacity 0.4s,
    padding 0.5s,
    margin 0.5s,
    visibility 0.5s,
    border-color 0.3s;
}
.c-accordion .c-accordion_box p {
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 0;
}
@media (max-width: 600px) {
  .c-accordion .c-accordion_box p {
    font-size: 14px;
  }
}
.c-accordion .is-open + .c-accordion_box {
  border-color: var(--color-brown);
  padding: 30px 0 40px;
  margin: 0;
}
.c-accordion .is-open + .c-accordion_box p {
  line-height: 2.2;
}
.c-accordion + .c-accordion {
  margin-top: 20px;
}

.slide-arrow {
  cursor: pointer;
  width: 60px;
  aspect-ratio: 1;
  display: block;
  background: url(https://fuwel.s3-accelerate.amazonaws.com/img/627/74cd9e43-e9d2-4a90-b0f8-77441fd300d0.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 50%;
  box-shadow: 2px 2px 3px rgba(51, 51, 51, 0.05);
}
@media (max-width: 600px) {
  .slide-arrow {
    width: 50px;
  }
}
.slide-arrow.prev-arrow {
  left: 0;
}
.slide-arrow.next-arrow {
  background-image: url(https://fuwel.s3-accelerate.amazonaws.com/img/627/d2136520-fc95-4767-a624-ca89aeb5dc3d.png);
  right: 0;
}

.dots-wrap {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
@media (max-width: 600px) {
  .dots-wrap {
    max-width: calc(100% - 120px);
    margin-left: auto;
    margin-right: auto;
  }
}

.dots-wrap li {
  width: 8px;
  height: 8px;
  background: var(--color-pink);
  border-radius: 50%;
  cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: var(--color-deep-pink);
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.p-mymelo-mv {
  background-color: var(--color-pale-pink);
}
.p-mymelo-mv .c-unit {
  margin: 0;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .p-mymelo-mv .c-unit {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.p-mymelo-mv_title {
  padding-top: 15px;
  width: 43%;
  text-align: right;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .p-mymelo-mv_title {
    width: 100%;
    font-size: 25px;
    margin-bottom: -10px;
  }
}
.p-mymelo-mv_title small {
  font-size: 40px;
}
@media (max-width: 600px) {
  .p-mymelo-mv_title small {
    font-size: 23px;
  }
}
.p-mymelo-mv_image {
  width: 55%;
  aspect-ratio: 820/610;
  max-height: 610px;
  margin: 0;
  text-align: right;
  border-top-left-radius: 240px;
  border-top-left-radius: 29% 39%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 600px) {
  .p-mymelo-mv_image {
    align-self: self-end;
    width: 96%;
    border-top-left-radius: 120px;
  }
}
.p-mymelo-mv_image:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(0deg, rgba(71, 38, 28, 0.3) 0%, rgba(71, 38, 28, 0) 100%);
}
.p-mymelo-mv_image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
  width: 100%;
  height: 100%;
}
.p-mymelo-mv_image small {
  pointer-events: none;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.12em;
  position: absolute;
  left: 20px;
  bottom: 20px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 600px) {
  .p-mymelo-mv_image small {
    font-size: 10px;
    left: unset;
    right: 10px;
    bottom: 10px;
  }
}

.p-mymelo-intro {
  padding: 126px 0 155px;
  text-align: center;
  position: relative;
}
@media (max-width: 600px) {
  .p-mymelo-intro {
    padding: 65px 0 90px;
  }
}
.p-mymelo-intro .l-container_wide {
  position: relative;
  padding: 200px 100px;
  z-index: 2;
}
@media (max-width: 600px) {
  .p-mymelo-intro .l-container_wide {
    padding: 140px 0 160px;
  }
}
.p-mymelo-intro_title {
  font-size: 34px;
  letter-spacing: 0.16em;
  font-weight: bold;
  margin-bottom: 48px;
}
@media (max-width: 600px) {
  .p-mymelo-intro_title {
    font-size: 24px;
    font-size: clamp(20px, 1.333px + 6.667vw, 24px);
    margin-bottom: 30px;
  }
}
.p-mymelo-intro p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 2.5;
}
@media (max-width: 600px) {
  .p-mymelo-intro p {
    max-width: 320px;
    font-size: 16px;
    line-height: 2.4;
    margin: 0 auto;
  }
}
.p-mymelo-intro_deco01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 376px;
  aspect-ratio: 376/203;
  width: 37%;
  background: url(https://fuwel.s3-accelerate.amazonaws.com/img/627/00ddefb8-e33f-4db6-bac1-6ade59dd82a3.png) no-repeat center center/contain;
}
@media (max-width: 600px) {
  .p-mymelo-intro_deco01 {
    left: -2%;
    max-width: 148px;
    aspect-ratio: 148/132;
    width: 38%;
    background-image: url(https://fuwel.s3-accelerate.amazonaws.com/img/627/1b7f09da-28d1-4818-8ab2-13fbc69af0cf.png);
  }
}
.p-mymelo-intro_deco02 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  max-width: 396px;
  aspect-ratio: 396/241;
  width: 39%;
  background: url(https://fuwel.s3-accelerate.amazonaws.com/img/627/170152bf-2a2d-4630-8546-03740b2b8d61.png) no-repeat center center/contain;
}
@media (max-width: 600px) {
  .p-mymelo-intro_deco02 {
    right: -2%;
    max-width: 233px;
    aspect-ratio: 233/142;
    width: 60%;
    background-image: url(https://fuwel.s3-accelerate.amazonaws.com/img/627/d58d5f18-d49c-4c64-afc3-1c78b2bb9de0.png);
  }
}
.p-mymelo-intro_deco03 {
  position: absolute;
  bottom: 9%;
  left: 0;
  z-index: 2;
  max-width: 256px;
  aspect-ratio: 256/285;
  width: 26%;
  background: url(https://fuwel.s3-accelerate.amazonaws.com/img/627/b111c869-e84a-4b44-b9b9-dca5b9185d6c.png) no-repeat center center/contain;
}
@media (max-width: 600px) {
  .p-mymelo-intro_deco03 {
    left: -2%;
    bottom: 0;
    max-width: 163px;
    aspect-ratio: 163/140;
    width: 42%;
    background-image: url(https://fuwel.s3-accelerate.amazonaws.com/img/627/eb45923b-796b-4f36-a194-6af4855bb299.png);
  }
}
.p-mymelo-intro_deco04 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  max-width: 501px;
  aspect-ratio: 501/110;
  width: 51%;
  background: url(https://fuwel.s3-accelerate.amazonaws.com/img/627/d39e2625-5492-4665-a0b4-b1a8cdb05507.png) no-repeat center center/contain;
}
@media (max-width: 600px) {
  .p-mymelo-intro_deco04 {
    left: unset;
    right: -2%;
    bottom: 10px;
    transform: translateX(0);
    max-width: 182px;
    aspect-ratio: 182/114;
    width: 47%;
    background-image: url(https://fuwel.s3-accelerate.amazonaws.com/img/627/69045b45-49bd-43c8-8469-fb2405ab95d0.png);
  }
}
.p-mymelo-intro_deco05 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  max-width: 277px;
  aspect-ratio: 277/218;
  width: 27%;
  background: url(https://fuwel.s3-accelerate.amazonaws.com/img/627/33cdd9e3-19c8-4550-8cf1-2a4cfbece5f2.png) no-repeat center center/contain;
}
@media (max-width: 600px) {
  .p-mymelo-intro_deco05 {
    display: none;
  }
}

/*p-mymelo-intro*/
.p-mymelo-original {
  padding: 80px 0 125px;
}
@media (max-width: 600px) {
  .p-mymelo-original {
    padding: 60px 0 85px;
  }
}
.p-mymelo-original .c-title_l {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .p-mymelo-original_slide {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-mymelo-original_slide_item {
  scale: 0.8;
  transition: all 0.5s ease;
}
.p-mymelo-original_slide_item figure {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 15px;
}
@media (max-width: 600px) {
  .p-mymelo-original_slide_item figure {
    padding-top: 6px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.p-mymelo-original_slide_item figure > * {
  transition: all 0.5s ease;
}
.p-mymelo-original_slide_item_main {
  display: block;
  overflow: hidden;
  border-radius: 50%/200px;
  aspect-ratio: 420/563;
}
@media (max-width: 600px) {
  .p-mymelo-original_slide_item_main {
    border-radius: 50%/150px;
    aspect-ratio: 320/429;
  }
}
.p-mymelo-original_slide_item_main img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-mymelo-original_slide_item_deco_1 {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 170px;
  aspect-ratio: 1;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  padding: 30px 0 25px;
  background: url(https://fuwel.s3-accelerate.amazonaws.com/img/627/21805563-84cb-45c2-8f04-33f9a559d65c.png) no-repeat center center/contain;
  opacity: 0;
  scale: 0.5;
}
@media (max-width: 600px) {
  .p-mymelo-original_slide_item_deco_1 {
    right: 2%;
    width: 29%;
    min-width: 124px;
    font-size: 12px;
    padding: 25px 0 20px;
  }
}
.p-mymelo-original_slide_item_deco_2 {
  max-width: 131px;
  position: absolute;
  bottom: 20%;
  left: -7%;
  opacity: 0;
  scale: 0.5;
}
@media (max-width: 600px) {
  .p-mymelo-original_slide_item_deco_2 {
    max-width: 100%;
    width: 26%;
    left: 2%;
  }
}
.p-mymelo-original_slide_item_title {
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding: 5px 15px;
  background-color: var(--color-deep-pink);
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 50%, 100% 100%, 0 100%, 8px 50%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 50%, 100% 100%, 0 100%, 8px 50%);
  opacity: 0;
  scale: 0.5;
}
@media (max-width: 600px) {
  .p-mymelo-original_slide_item_title {
    width: -moz-max-content;
    width: max-content;
    min-width: 222px;
    font-size: 18px;
    left: calc(50% + 15px);
  }
}
.p-mymelo-original_slide_item.slick-center {
  scale: 1;
}
.p-mymelo-original_slide_item.slick-center .p-mymelo-original_slide_item_deco_1,
.p-mymelo-original_slide_item.slick-center .p-mymelo-original_slide_item_deco_2,
.p-mymelo-original_slide_item.slick-center .p-mymelo-original_slide_item_title {
  opacity: 1;
  scale: 1;
}
.p-mymelo-original_slide .dots-wrap {
  justify-content: center;
}
@media (max-width: 600px) {
  .p-mymelo-original_slide .dots-wrap {
    max-width: calc(100% - 120px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 600px) {
  .p-mymelo-original_slide .slide-arrow {
    top: 100%;
    max-width: 50px;
  }
  .p-mymelo-original_slide .prev-arrow {
    left: 4%;
  }
  .p-mymelo-original_slide .next-arrow {
    right: 4%;
  }
}

/*p-mymelo-original*/
.p-mymelo-plan {
  padding: 138px 0 136px;
  max-width: 100%;
  overflow: hidden;
  /*content*/
}
@media (max-width: 600px) {
  .p-mymelo-plan {
    padding: 110px 0 60px;
  }
  .p-mymelo-plan .c-title_l > span {
    max-width: 190px;
    width: 48%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-mymelo-plan .c-unit {
  align-items: flex-start;
  margin-top: 70px;
}
@media (max-width: 600px) {
  .p-mymelo-plan .c-unit {
    gap: 35px;
  }
}
.p-mymelo-plan_content {
  width: 49%;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .p-mymelo-plan_content {
    width: 100%;
  }
}
.p-mymelo-plan_content_title {
  font-size: 28px;
  letter-spacing: 0.16em;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .p-mymelo-plan_content_title {
    font-size: 22px;
  }
}
.p-mymelo-plan_content p {
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 2;
}
@media (max-width: 600px) {
  .p-mymelo-plan_content p {
    font-size: 12px;
  }
}
.p-mymelo-plan_content p.p-mymelo-plan_content_price {
  font-size: 20px;
  letter-spacing: 0.16em;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .p-mymelo-plan_content p.p-mymelo-plan_content_price {
    font-size: 16px;
  }
}
.p-mymelo-plan_content p.p-mymelo-plan_content_price b {
  font-size: 24px;
}
@media (max-width: 600px) {
  .p-mymelo-plan_content p.p-mymelo-plan_content_price b {
    font-size: 18px;
  }
}
.p-mymelo-plan_content_list {
  margin: 20px auto 40px;
  padding-top: 20px;
  border-top: 1px solid var(--color-brown);
}
.p-mymelo-plan_content_list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 1%;
}
.p-mymelo-plan_content_list ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 32%;
  min-width: 160px;
  font-size: 16px;
  letter-spacing: 0.12em;
}
@media (max-width: 600px) {
  .p-mymelo-plan_content_list ul li {
    gap: 11px;
    width: 49%;
    font-size: 14px;
  }
}
.p-mymelo-plan_content_list ul li img {
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .p-mymelo-plan_content_list ul li img {
    width: 46px;
  }
}
.p-mymelo-plan_slide {
  width: 46%;
}
@media (max-width: 600px) {
  .p-mymelo-plan_slide {
    width: 100%;
  }
}
.p-mymelo-plan_slide_inner {
  width: 50vw;
}
@media (max-width: 600px) {
  .p-mymelo-plan_slide_inner {
    width: 96vw;
  }
}
.p-mymelo-plan_slide .slick-list {
  overflow: hidden;
  border-top-left-radius: 120px;
}
@media (max-width: 600px) {
  .p-mymelo-plan_slide .slick-list {
    border-top-left-radius: 80px;
  }
}
.p-mymelo-plan_slide_item figure {
  overflow: hidden;
}
.p-mymelo-plan_slide_item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-mymelo-plan_slide .prev-arrow {
  top: unset;
  bottom: 80px;
  left: -20px;
}
@media (max-width: 600px) {
  .p-mymelo-plan_slide .prev-arrow {
    top: 100%;
    bottom: unset;
    left: 0;
  }
}
.p-mymelo-plan_slide .next-arrow {
  top: unset;
  bottom: 155px;
  left: -20px;
  right: unset;
}
@media (max-width: 600px) {
  .p-mymelo-plan_slide .next-arrow {
    top: 100%;
    bottom: unset;
    left: unset;
    right: 4%;
  }
}
.p-mymelo-plan_slide .dots-wrap {
  justify-content: flex-start;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .p-mymelo-plan_slide .dots-wrap {
    margin-top: 40px;
    justify-content: center;
  }
}
.p-mymelo-plan_plan2 {
  position: relative;
  margin-top: 70px;
}
@media (min-width: 601px) {
  .p-mymelo-plan_plan2 .p-mymelo-plan_content {
    padding-bottom: 180px;
  }
}
.p-mymelo-plan_plan2 .p-mymelo-plan_content_list2 {
  margin: 20px auto 40px;
  padding-top: 20px;
  border-top: 1px solid var(--color-brown);
}
.p-mymelo-plan_plan2 .p-mymelo-plan_content_list2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
.p-mymelo-plan_plan2 .p-mymelo-plan_content_list2 ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 49%;
  min-width: 240px;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 2;
}
@media (max-width: 600px) {
  .p-mymelo-plan_plan2 .p-mymelo-plan_content_list2 ul li {
    width: 100%;
    font-size: 12px;
  }
}
.p-mymelo-plan_plan2 .p-mymelo-plan_content_list2 ul li img {
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .p-mymelo-plan_plan2 .p-mymelo-plan_content_list2 ul li img {
    width: 70px;
  }
}
.p-mymelo-plan_plan2 .p-mymelo-plan_content_list2 ul li span {
  display: block;
}
.p-mymelo-plan_plan2 .p-mymelo-plan_content_list2 ul li span + span {
  margin-top: 5px;
}
.p-mymelo-plan_plan2 .p-mymelo-plan_content_list2 ul li small {
  display: inline-block;
  font-size: 12px;
  line-height: 2;
}
@media (max-width: 600px) {
  .p-mymelo-plan_plan2 .p-mymelo-plan_content_list2 ul li small {
    font-size: 10px;
  }
}
.p-mymelo-plan_plan2 .p-mymelo-plan_slide {
  display: flex;
  justify-content: flex-end;
}
.p-mymelo-plan_plan2 .p-mymelo-plan_slide .slick-list {
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 120px;
}
@media (max-width: 600px) {
  .p-mymelo-plan_plan2 .p-mymelo-plan_slide .slick-list {
    border-top-right-radius: 60px;
  }
}
.p-mymelo-plan_plan2 .p-mymelo-plan_slide .prev-arrow {
  left: unset;
  right: -20px;
}
@media (max-width: 600px) {
  .p-mymelo-plan_plan2 .p-mymelo-plan_slide .prev-arrow {
    top: 100%;
    bottom: unset;
    left: 4%;
  }
}
.p-mymelo-plan_plan2 .p-mymelo-plan_slide .next-arrow {
  left: unset;
  right: -20px;
}
@media (max-width: 600px) {
  .p-mymelo-plan_plan2 .p-mymelo-plan_slide .next-arrow {
    top: 100%;
    bottom: unset;
    left: unset;
    right: 0;
  }
}
.p-mymelo-plan_plan2 .p-mymelo-plan_slide .dots-wrap {
  justify-content: flex-end;
}
@media (max-width: 600px) {
  .p-mymelo-plan_plan2 .p-mymelo-plan_slide .dots-wrap {
    margin-top: 40px;
    justify-content: center;
  }
}
.p-mymelo-plan_plan2_deco {
  display: inline-block;
  max-width: 242px;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 600px) {
  .p-mymelo-plan_plan2_deco {
    position: static;
    max-width: 173px;
    margin-top: 30px;
    margin-left: auto;
  }
}

/*p-mymelo-plan*/
.p-mymelo-reservation {
  padding: 80px 0 100px;
}
@media (max-width: 600px) {
  .p-mymelo-reservation {
    padding: 80px 0;
  }
  .p-mymelo-reservation .c-title_l span {
    max-width: 350px;
    width: 90%;
  }
}
.p-mymelo-reservation .c-media {
  align-items: stretch;
  justify-content: center;
  gap: 0;
  background-color: #fff;
}
.p-mymelo-reservation .c-media_image {
  overflow: hidden;
}
@media (min-width: 601px) {
  .p-mymelo-reservation .c-media_image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
}
.p-mymelo-reservation .c-media_content {
  align-self: center;
  padding: 25px 55px;
  padding: 25px 5%;
}
@media (max-width: 600px) {
  .p-mymelo-reservation .c-media_content {
    padding: 30px 15px;
  }
}
.p-mymelo-reservation .c-media_content_title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.16em;
  margin-bottom: 18px;
}
@media (max-width: 600px) {
  .p-mymelo-reservation .c-media_content_title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.p-mymelo-reservation .c-media_content_title span {
  display: inline-block;
}
.p-mymelo-reservation .c-media_content p {
  letter-spacing: 0.12em;
  line-height: 2;
}
@media (max-width: 600px) {
  .p-mymelo-reservation .c-media_content p {
    line-height: 1.75;
  }
}
.p-mymelo-reservation .c-media_content p small {
  font-size: 12px;
}
.p-mymelo-reservation .c-media_content p + p {
  margin-top: 10px;
}
.p-mymelo-reservation .c-media_content .c-btn_wrap {
  margin-top: 20px;
  justify-content: flex-end;
}
@media (max-width: 600px) {
  .p-mymelo-reservation .c-media_content .c-btn_wrap {
    justify-content: center;
  }
}

/*p-mymelo-reservation*/
.p-mymelo-special {
  width: 100%;
  overflow: hidden;
  padding: 120px 0 100px;
}
@media (max-width: 600px) {
  .p-mymelo-special {
    padding: 80px 0 75px;
  }
}
.p-mymelo-special .l-container_wide {
  position: relative;
  max-width: 92%;
  z-index: 2;
}
@media (max-width: 600px) {
  .p-mymelo-special .l-container_wide {
    padding-bottom: 105px;
  }
}
.p-mymelo-special .c-unit {
  gap: 10px 2%;
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .p-mymelo-special .c-unit {
    margin-bottom: 30px;
  }
}
.p-mymelo-special .c-unit > * {
  width: 100%;
  flex: 1 460px;
  text-align: center;
}
@media (max-width: 600px) {
  .p-mymelo-special .c-unit > * {
    flex: 1;
  }
}
.p-mymelo-special .c-unit > * img {
  border-radius: 60px;
}
@media (max-width: 600px) {
  .p-mymelo-special .c-unit > * img {
    border-radius: 30px;
  }
}
.p-mymelo-special_deco01 {
  max-width: 117px;
  width: 10%;
  position: absolute;
  bottom: -15px;
  left: -30px;
  z-index: 2;
}
@media (max-width: 600px) {
  .p-mymelo-special_deco01 {
    left: -4%;
    max-width: 112px;
    width: 29%;
  }
}
.p-mymelo-special_deco02 {
  max-width: 334px;
  width: 27%;
  position: absolute;
  bottom: -50px;
  right: -50px;
  z-index: 2;
}
@media (max-width: 600px) {
  .p-mymelo-special_deco02 {
    right: -4%;
    bottom: -20px;
    max-width: 207px;
    aspect-ratio: 207/105;
    width: 53%;
  }
}

/*p-mymelo-special*/
.p-mymelo-place {
  padding: 100px 0 120px;
}
@media (max-width: 600px) {
  .p-mymelo-place {
    padding: 80px 0;
  }
  .p-mymelo-place .c-title_l span {
    max-width: 190px;
    width: 49%;
  }
}
.p-mymelo-place_box_title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.16em;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .p-mymelo-place_box_title {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
.p-mymelo-place_box + .p-mymelo-place_box {
  margin-top: 100px;
}
.p-mymelo-place .c-card-flex {
  justify-content: center;
  align-items: stretch;
  gap: 40px 8%;
}
.p-mymelo-place .c-card-flex_item {
  max-width: 560px;
  width: auto;
  flex: 1 1 360px;
}
.p-mymelo-place .c-card-flex_image img {
  aspect-ratio: 560/414;
  border-top-left-radius: 22% 29%;
  border-top-right-radius: 22% 29%;
}
.p-mymelo-place .c-card-flex_title {
  font-size: 22px;
  letter-spacing: 0.16em;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .p-mymelo-place .c-card-flex_title {
    font-size: 16px;
  }
}
.p-mymelo-place .c-card-flex_title small {
  font-size: 14px;
}
@media (max-width: 600px) {
  .p-mymelo-place .c-card-flex_title small {
    font-size: 12px;
  }
}
.p-mymelo-place .c-card-flex p {
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 2.2;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .p-mymelo-place .c-card-flex p {
    font-size: 14px;
    margin-top: 15px;
  }
}

/*p-mymelo-place*/
.p-mymelo-benefit {
  width: 100%;
  padding: 80px 0 100px;
  /* overflow: hidden; */
}
@media (max-width: 600px) {
  .p-mymelo-benefit {
    padding: 60px 0 75px;
  }
  .p-mymelo-benefit .c-title_l {
    letter-spacing: 0.08em;
  }
  .p-mymelo-benefit .c-title_l > span {
    max-width: 312px;
    width: 80%;
  }
  .p-mymelo-benefit .c-title_l h2 span {
    display: inline-block;
  }
}
.p-mymelo-benefit .l-container_wide {
  position: relative;
  max-width: 92%;
  z-index: 2;
}
.p-mymelo-benefit .c-unit {
  gap: 10px 20px;
}
.p-mymelo-benefit .c-unit > * {
  width: 100%;
  flex: 1 320px;
  text-align: center;
}
@media (max-width: 600px) {
  .p-mymelo-benefit .c-unit > * {
    flex: 1;
  }
}
.p-mymelo-benefit .c-unit > * figure {
  text-align: center;
}
.p-mymelo-benefit .c-unit > * img {
  border-radius: 60px;
}
@media (max-width: 600px) {
  .p-mymelo-benefit .c-unit > * img {
    border-radius: 30px;
  }
}
.p-mymelo-benefit p {
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 2.2;
  margin-top: 60px;
}
@media (max-width: 600px) {
  .p-mymelo-benefit p {
    font-size: 14px;
    margin-top: 30px;
  }
}
.p-mymelo-benefit p small {
  font-size: 12px;
}
@media (max-width: 600px) {
  .p-mymelo-benefit p small {
    font-size: 10px;
  }
}
.p-mymelo-benefit_deco01 {
  max-width: 181px;
  width: 15%;
  position: absolute;
  bottom: -15px;
  left: -40px;
  z-index: 2;
}
@media (max-width: 600px) {
  .p-mymelo-benefit_deco01 {
    max-width: 112px;
    width: 29%;
    left: -4%;
  }
}
.p-mymelo-benefit_deco02 {
  max-width: 273px;
  width: 22%;
  position: absolute;
  bottom: -10px;
  right: -65px;
  z-index: 2;
}
@media (max-width: 600px) {
  .p-mymelo-benefit_deco02 {
    max-width: 161px;
    width: 42%;
    right: -4%;
  }
}

/*p-mymelo-benefit*/

.p-mymelo-moments {
  padding: 80px 0 100px;
}
@media (max-width: 600px) {
  .p-mymelo-moments {
    padding: 80px 0;
  }
  .p-mymelo-moments .c-title_l span {
    max-width: 350px;
    width: 90%;
  }
}

.p-mymelo-faq {
  padding: 150px 0 160px;
}
@media (max-width: 600px) {
  .p-mymelo-faq {
    padding: 80px 0;
  }
  .p-mymelo-faq .c-title_l span {
    max-width: 190px;
    width: 49%;
  }
}

/*p-mymelo-faq*/

.p-mymelo-loop-slide_wrap {
  padding-top: 20px;
}
.p-mymelo-loop-slide_wrap .p-mymelo-loop-slide_item {
  padding: 20px 0 0;
}
.p-mymelo-loop-slide_wrap .p-mymelo-loop-slide_item:nth-child(odd) {
  padding: 0 0 20px;
}
.p-mymelo-loop-slide_wrap .p-mymelo-loop-slide_item figure {
  margin: 0 10px;
}
.p-mymelo-loop-slide_wrap .p-mymelo-loop-slide_item figure img {
  border-radius: 60px;
}
@media (max-width: 600px) {
  .p-mymelo-loop-slide_wrap .p-mymelo-loop-slide_item figure img {
    border-radius: 30px;
  }
}
.p-mymelo-loop-slide_wrap p {
  font-size: 12px;
  margin-top: 30px;
}
@media (max-width: 600px) {
  .p-mymelo-loop-slide_wrap p {
    font-size: 10px;
    margin-top: 15px;
  }
}

/*p-mymelo-loop-slide*/
.p-mymelo-access {
  padding: 140px 0 200px;
}
@media (max-width: 600px) {
  .p-mymelo-access {
    padding: 50px 0 115px;
  }
  .p-mymelo-access .c-title_l span {
    max-width: 190px;
    width: 49%;
  }
}
.p-mymelo-access .c-gmap {
  aspect-ratio: 1200/410;
  margin-top: 40px;
}
@media (max-width: 600px) {
  .p-mymelo-access .c-gmap {
    aspect-ratio: 350/410;
    margin-top: 20px;
  }
}

/*p-mymelo-access*/
.p-mymelo-copyright {
  color: #fff;
  text-align: center;
  padding: 12px 20px;
  background-color: var(--color-deep-pink);
}
@media (max-width: 600px) {
  .p-mymelo-copyright {
    padding: 12px 20px 90px;
  }
  .thanks .p-mymelo-copyright {
    padding: 12px 20px;
  }
}
.p-mymelo-copyright small {
  font-size: 14px;
}
@media (max-width: 600px) {
  .p-mymelo-copyright small {
    font-size: 10px;
  }
}

/*p-mymelo-copyright*/
.p-mymelo-floating_btn {
  position: fixed;
  bottom: 13px;
  right: 10px;
  z-index: 999;
  max-width: 186px;
  width: 13%;
}
@media (max-width: 600px) {
  .p-mymelo-floating_btn {
    max-width: 100%;
    width: 100%;
    left: 0;
    bottom: -1px;
    right: 0;
  }
  .p-mymelo-floating_btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: calc(100% - 1px);
    width: 100%;
    height: 19px;
    background: url(https://fuwel.s3-accelerate.amazonaws.com/img/627/101f4490-8a4e-4565-a2a7-827fce6b678b.png) repeat-x center bottom/contain;
  }
}
.p-mymelo-floating_btn a {
  cursor: pointer;
  display: block;
}
@media (max-width: 600px) {
  .p-mymelo-floating_btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    min-height: 53px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.12em;
    color: var(--color-brown);
    background-color: var(--color-pink);
    padding: 10px;
  }
  .p-mymelo-floating_btn a:before {
    flex: 1 84px;
    content: "";
    display: block;
    max-width: 84px;
    width: 21.5%;
    aspect-ratio: 84/37;
    background: url(https://fuwel.s3-accelerate.amazonaws.com/img/627/6a7952d8-ddd6-4521-a8ca-841a7a95125a.png) no-repeat center center/contain;
  }
  .p-mymelo-floating_btn a:after {
    flex: 1 78px;
    content: "";
    display: block;
    max-width: 78px;
    width: 20%;
    aspect-ratio: 78/41;
    background: url(https://fuwel.s3-accelerate.amazonaws.com/img/627/5f52018b-3330-4f02-aab3-a9f7d8b8bc27.png) no-repeat center center/contain;
  }
  .p-mymelo-floating_btn a span {
    gap: 10px 15px;
  }
  .p-mymelo-floating_btn a span small {
    font-size: 14px;
  }
} /*# sourceMappingURL=projects.css.map */

/* お問い合わせフォーム */
/*Contact Form Pro*/
div#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001;
}

div#mfp_overlay_inner {
  background-color: #fff;
  padding: 15px;
  margin: 0px auto;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
  width: 640px;
  max-width: 90%;
}

div#mfp_overlay_background {
  background-color: #000;
  position: absolute;
  display: none;
  z-index: 10000;
}

div#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #000;
  position: absolute;
}

div#mfp_loading {
  z-index: 20001;
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  background-image: url(https://bridal.hotelplazakobe.co.jp/mymelody_wedding/assets/css/_images/mfp_loading.gif);
}

div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}

.mfp_err {
  clear: both;
  display: none;
  font-size: 8px;
  color: var(--color-red);
  line-height: normal;
  /* width: -moz-fit-content;
    width: fit-content; */
  width: 100%;
}

div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 5px 5px;
  color: #f00;
  font-size: 12px;
  line-height: normal;
}

.div.mfp_err:before,
.div.mfp_err:after {
  content: none;
  display: none;
}

.mfp_parent_error {
  border: solid 2px #f00;
}

.problem {
  background-color: #fcc;
}

div#mfp_error {
  background-color: #fee;
  border: solid 1px #f00;
  padding: 10px;
  display: none;
}

div#mfp_error p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}

div#mfp_error p strong {
  font-size: 18px;
  color: #f00;
}

div#mfp_warning {
  background-color: #fee;
  border: solid 1px #f00;
  padding: 10px;
  display: none;
  border-radius: 5px;
}

div#mfp_warning p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}

div#mfp_warning p strong {
  font-size: 18px;
  color: #f00;
}

/*Mailformpro確認画面用css*/
#mfp_phase_confirm {
  display: none; /*条件分岐用に設置*/
}
#mfp_phase_confirm h4 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

@media (min-width: 601px) {
  #mfp_phase_confirm {
    max-width: 980px;
    margin: auto;
  }
}

@media (max-width: 600px) {
  /*SP以下 表示*/
  #mfp_phase_confirm h4 {
    font-size: 5vw;
    text-align: center;
  }
} /*END SP以下 表示*/
#mfp_confirm_table {
  width: 100%;
}
#mfp_confirm_table th,
#mfp_confirm_table td {
  font-size: 13px;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  word-break: break-all;
}
#mfp_confirm_table th {
  width: 215px;
  padding-right: 15px;
  white-space: normal;
  word-break: break-all;
}
#mfp_confirm_table td {
  width: calc(100% - 215px);
}

@media screen and (max-width: 600px) {
  #mfp_confirm_table {
    display: block;
  }
  #mfp_confirm_table tbody,
  #mfp_confirm_table tr,
  #mfp_confirm_table th,
  #mfp_confirm_table td {
    display: block;
  }
  #mfp_confirm_table th,
  #mfp_confirm_table td {
    font-size: 13px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    word-break: break-all;
  }
  #mfp_confirm_table th {
    width: 100%;
    padding-right: 0;
    border: none;
  }
  #mfp_confirm_table td {
    width: 100%;
    padding-top: 0;
  }
}
.mfp_buttons {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  padding-bottom: 139px;
}
@media (max-width: 600px) {
  /*SP以下 表示*/
  .mfp_buttons {
    gap: 0;
    margin-top: 60px;
    padding-bottom: 80px;
  }
} /*END SP以下 表示*/
.mfp_element_button {
  width: 40%;
  max-width: 250px;
  height: 100%;
  padding: 19px 10px;
  outline: none;
  border: none;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ccc;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.56;
  color: #fff;
  text-wrap: wrap;
  cursor: pointer;
  position: relative;
}

#mfp_button_send {
  background: #f19ec2;
}
#mfp_button_send:before {
  --right: 48px;
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
#mfp_button_send:after {
  --right: 56px;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #f19ec2;
  border-right: 1px solid #f19ec2;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 28px;
  rotate: 45deg;
  transition: 0.3s ease;
}

@media (max-width: 600px) {
  /*SP以下 表示*/
  .mfp_element_button {
    width: 48%;
    max-width: 100%;
    font-size: 4vw;
  }

  #mfp_button_send:before {
    top: 50%;
    right: 10px;
  }
  #mfp_button_send:after {
    right: 18px;
  }
} /*END SP以下 表示*/

.form__steps {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0 60px;
  margin: 0 auto 89px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 0;
}

.form__steps:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border-top: 1px solid #c3c3c3;
  z-index: -1;
}

.form__steps + .form__button-container {
  margin-top: 495px;
}

.form__step-item {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 16px;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form__step-item:not(.active) {
  background: #fff;
  border: 1px solid #c3c3c3;
}

.form__step-item.active {
  background: #f19ec2;
  color: #fff;
}

.form__step-label {
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  color: #ccc;
  font-size: 16px;
}

.form__step-item.active .form__step-label,
.form__step-label--black {
  color: #000;
}

.form__message {
  margin-bottom: 60px;
}

.form__message-text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
}

.form__message-text--red {
  color: #ae290e;
}

.form__container {
  font-size: 16px;
  letter-spacing: 0.1em;
  display: grid;
  gap: 45px 0;
}

.form__container .day_box {
  display: flex;
  gap: 15px 35px;
  flex-wrap: wrap;
}

.form__container .day_box .form__item {
  max-width: 450px;
  width: 100%;
}

.form__label {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 9px;
  margin-bottom: 12px;
}

.form__label span {
  font-size: 14px;
}

@media screen and (min-width: 601px) {
  .form__container .day_box .form__item {
    width: 46%;
  }

  .form__container.form {
    max-width: 980px;
    margin: auto;
  }
}

@media screen and (max-width: 600px) {
  .form__steps {
    gap: 0 11vw;
  }

  .form__label {
    align-items: flex-end;
  }

  .form__label span {
    font-size: 4vw;
  }

  .form__label span.form__flag {
    font-size: 3.6vw;
    padding: 1% 3.4%;
  }

  .form__step-label {
    bottom: -33px;
    font-size: 14px;
  }

  .form__container .day_box .form__item {
    max-width: 100%;
  }

  .form__container .day_box .form__item:first-of-type {
    margin-bottom: 20px;
  }
}
.form__label--mb24 {
  margin-bottom: 24px;
}

.form__flag {
  background: #d20606;
  padding: 1.5px 14.5px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}

.form__flag.ninni {
  background: none;
  color: #715057;
  border: 1px solid #715057;
}

.form__flag--gray {
  background: #aaa;
}

.form__input-container {
  display: flex;
  gap: 15px 35px;
  flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
  .form__input-container {
    gap: 25px;
  }
}
.form__input-container--birthday {
  align-items: center;
  gap: 10px 20px;
}

/*241114 test*/
.form__input-container--birthday .input-separate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 10px;
  margin: 0 5px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  /*SP以下 表示*/
  .form__input-container--birthday {
    gap: 10px 10px;
  }
} /*END SP以下 表示*/
.form__input-container--checkbox,
.form__input-container--radio {
  gap: 10px 39px;
}

.form__input-container--col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 600px) {
  .form__input-container--col-2 {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.form__row-item {
  flex: 1;
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
}
.form__checkbox-item,
.form__radio-item {
  display: inline-flex;
  align-items: center;
  gap: 0 15px;
}

.form__checkbox,
.form__radio {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 24px;
  height: 24px;
}

.form__checkbox:before,
.form__radio:before {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
}

.form__checkbox:after,
.form__radio:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form__checkbox:before {
  border: 1px solid #f6f5f3;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}

.form__checkbox:checked:after {
  content: "✔";
  font-size: 18px;
  line-height: 1em;
}

@media screen and (max-width: 600px) {
  .form__checkbox:checked:after {
    font-size: 12px;
  }
}
.form__radio:before {
  border: 1px solid #d5d5d5;
  border-radius: 50%;
}

.form__radio:checked:after {
  content: "";
  background: #666;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.form__date-wrapper {
  position: relative;
}

.form__date-wrapper:after {
  content: "";
  width: 28.52px;
  height: 29.33px;
  background: url("https://bridal.hotelplazakobe.co.jp/mymelody_wedding/assets/img/icons/calendar.svg") no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}

@media screen and (max-width: 600px) {
  .form__date-wrapper:after {
    width: 14.26px;
    height: 14.26px;
    right: 10px;
  }
}
.form__input-text,
.form__select {
  width: 100%;
  font-size: 16px;
  padding: 14px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 6px;
  background: #fff;
  /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); */
  color: #383838;
  border: 1px solid #cccccc;
}

.form__input-text.js-useroff,
.form__select.js-useroff,
.js-useroff {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.form__input-text--short,
.form__select--short,
.form__input-container--birthday select {
  width: 106px;
}

@media screen and (min-width: 601px) {
  .form__input-text {
    width: 46%;
  }

  .day_box .form__input-text,
  .form__input-text.full {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .form__input-text--short,
  .form__select--short {
    width: 85px;
  }

  .form__input-text,
  .form__select {
    font-size: 4.5vw;
  }
}
.form__input-text--middle,
.form__select--middle {
  max-width: 450px;
}

.form__input-text--large,
.form__select--large {
  max-width: 440px;
}

.form__input-text--date:-webkit-calendar-picker-indicator,
.form__select--date:-webkit-calendar-picker-indicator {
  display: none;
}

.form__example-text {
  display: inline-block;
  margin-top: 5px;
  grid-column: span 2;
  width: 100%;
}

.form__select-wrapper {
  position: relative;
}

.form__select-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border-top: 6px solid #707070;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  pointer-events: none;
}

@media screen and (max-width: 600px) {
  .form__select-wrapper:after {
    right: 10px;
  }
}
.form__zip-input-container,
.form__number-input-container {
  display: flex;
  align-items: center;
  gap: 0 10px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

@media screen and (max-width: 600px) {
  .form__zip-input-container,
  .form__number-input-container {
    gap: 15px 10px;
  }
}

.form__input-container span,
.form__zip-input-container span,
.form__number-input-container span {
  display: inline-block;
  word-break: keep-all;
}

/*住所入力欄グループ*/
#address__group {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  display: grid;
  gap: 0;
  transition: all 0.4s;
}
#address__group.is-visible {
  position: static;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  gap: 45px 0;
  max-height: 100%;
}
/*丁目・番地・号インプットを隠す設定*/
input#street {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.form__input-textarea {
  width: 100%;
  height: 280px;
  border-radius: 6px;
  padding: 14px;
  font-size: 16px;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); */
  border: 1px solid #cccccc;
  color: #383838;
}

.form__agreement {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 420px;
  padding: 21px 21px 23px 44px;
  background: #f3f3f3;
  margin: 0 auto 57px;
}

.form__agreement .form__agreement-label {
  font-size: 12px;
}

@media screen and (max-width: 600px) {
  .form__agreement {
    width: 100%;
    max-width: 500px;
    padding: 8% 3%;
    /* flex-direction: column; */
    gap: 10px;
  }

  .form__agreement .form__agreement-label {
    font-size: 3.4vw;
  }

  .form__input-textarea {
    font-size: 4.5vw;
  }
}
.form__agreement-checkbox-item {
  margin-left: 12px;
  gap: 0 10px;
}

.form__agreement-checkbox-item span {
  font-size: 12px;
}

.form__agreement-label a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .form__agreement-checkbox-item {
    margin-left: 0;
    justify-content: center;
  }

  .form__agreement-checkbox-item span {
    font-size: 3.4vw;
  }
}
.form__agreement-checkbox {
  filter: none;
}

@media screen and (max-width: 600px) {
  .form__agreement-checkbox {
    width: 16px;
    height: 16px;
  }
}
.form__agreement-checkbox:before {
  border: 1px solid #ccc;
  border-radius: 4px;
  filter: none;
}

.form__button-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  padding-bottom: 139px;
}

@media screen and (max-width: 600px) {
  .form__button-container {
    padding-bottom: 80px;
    flex-direction: column;
    align-items: center;
  }
}
.form__confirm-button-wrapper {
  position: relative;
  min-width: 320px;
}

.form__confirm-button-wrapper:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  transition: 0.3s ease;
}

.form__confirm-button-wrapper:after {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #f19ec2;
  border-right: 1px solid #f19ec2;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 25px;
  rotate: 45deg;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .form__confirm-button-wrapper:hover:before,
  .form__confirm-button-wrapper:hover:after {
    margin-right: -5px;
  }
}

.form__confirm-button {
  width: 100%;
  height: 100%;
  padding: 19px 10px;
  outline: none;
  border: none;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f19ec2;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.56em;
  color: #fff;
  text-wrap: wrap;
  cursor: pointer;
}

.form__back-button {
  padding: 20px 10px;
  min-width: 163px;
  outline: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ccc;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  text-wrap: wrap;
  cursor: pointer;
  transition: 0.3s ease;
}

.form__back-button:hover {
  background: #2d2d2d;
  color: #fff;
}

.button--outline > .form__submit-button {
  padding: 17.6px;
}

@media screen and (max-width: 600px) {
  .button--outline > .form__submit-button {
    padding: 19.2px;
  }

  .form__confirm-button {
    font-size: 4vw;
  }

  .form__confirm-button-wrapper {
    min-width: 100%;
  }
}
.button--outline > .form__submit-button:hover {
  color: #fff;
}

.form__submit-button-outline {
  padding: 0;
}

.form__submit-button {
  width: 100%;
  height: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.56em;
  color: #383838;
  transition: 0.3s ease;
  cursor: pointer;
}

.form__complete-button {
  margin-bottom: 141px;
}

@media screen and (max-width: 600px) {
  .form__complete-button {
    margin-bottom: 80px;
  }
}
.form__subheading {
  margin-top: 70px;
  font-size: 22px;
}

@media screen and (max-width: 600px) {
  .form__subheading {
    margin-top: 35px;
    font-size: 16px;
  }
}

.form__input-text:placeholder {
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif!important; */
  font-size: 12px;
}

.c-formbox {
  background: #fff;
  padding: 80px 0;
}

.c-formbox.thanks {
  text-align: center;
  padding: 80px 20px;
}

.thanks_btn {
  margin-top: 30px;
}

.l-container_short {
  max-width: 1200px;
}

@media screen and (min-width: 601px) {
  .ui-widget.ui-widget-content {
    max-width: 450px !important;
    width: 23% !important;
  }
}

@media screen and (max-width: 600px) {
  .ui-widget.ui-widget-content {
    width: 85% !important;
  }

  .c-formbox {
    padding: 10% 4%;
  }

  .form__input-text:placeholder {
    font-size: 3.8vw;
  }
}

/* 202602 doress */
.p-mymelo-dress {
  padding: 100px 0;
}
@media screen and (max-width: 600px) {
  .p-mymelo-dress {
    padding: 30px 0;
  }
}
.p-mymelo-dress_content_list {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 40px 26px;
}
.p-mymelo-dress_content_list dl {
  display: flex;
  flex-flow: column wrap;
  width: calc((100% - 52px) / 2);
  max-width: 300px;
  gap: 10px;
}
.p-mymelo-dress_content_list dl .image {
  order: 1;
}
.p-mymelo-dress_content_list dl .image figure {
  border-radius: 60px;
  overflow: hidden;
}
.p-mymelo-dress_content_list dl .image figure img {
  transition: 0.6s;
}
.p-mymelo-dress_content_list dl .image figure img:hover {
  scale: 1.2;
}
.p-mymelo-dress_content_list dl .title {
  order: 2;
  font-size: 18px;
  padding: 0 10px;
}
.p-mymelo-dress_content_list dl .message {
  order: 3;
  font-size: 16px;
  line-height: 1.6;
  padding: 0 10px;
}

@media (max-width: 600px) {
  .p-mymelo-dress_content_list dl {
    width: 100%;
  }
}

#js-dress_slide.p-mymelo-dress_content_list {
  display: block;
}
#js-dress_slide.p-mymelo-dress_content_list dl {
  width: 100%;
  max-width: 100%;
  display: flex !important;
  padding: 0 30px;
}
