@charset "UTF-8";
html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-wrap: anywhere;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #3e3e3e;
  background: #FFFDFB;
  letter-spacing: 0.08rem;
  font-feature-settings: "palt";
}

body.is-fixed-body {
  overflow: hidden;
}

body.is-fixed-body #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2; /* menu(z-index:3)より下、コンテンツより上 */
  cursor: pointer;
}

ol,
li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
/*----------------------------------------------------
	LAYOUT
----------------------------------------------------*/
.column {
  padding: 65px 0 65px;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .column {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .column {
    padding: 35px 0;
  }
}
.column--pdt {
  padding-top: 0;
}
.column--bg-top {
  padding-top: 20px;
  background: #f9f8f1;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .column--bg-top {
    margin-top: 32px;
  }
}
.column--pdg {
  padding-top: 0;
  padding-bottom: 0;
}

#primary,
.inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1180px) {
  #primary,
  .inner {
    width: 100%;
    padding: 0 17px;
  }
}

.lower_inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .lower_inner {
    padding: 0 20px;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .mb30 {
    margin-bottom: 15px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .mb60 {
    margin-bottom: 30px;
  }
}

.pt120 {
  padding-top: 120px;
}
@media screen and (max-width: 820px) {
  .pt120 {
    padding-top: 60px;
  }
}

.pt80 {
  padding-top: 80px;
}
@media screen and (max-width: 820px) {
  .pt80 {
    padding-top: 40px;
  }
}

.pt60 {
  padding-top: 60px;
}
@media screen and (max-width: 820px) {
  .pt60 {
    padding-top: 30px;
  }
}

.pt30 {
  padding-top: 30px;
}
@media screen and (max-width: 820px) {
  .pt30 {
    padding-top: 15px;
  }
}

.pb90 {
  padding-bottom: 90px;
}
@media screen and (max-width: 820px) {
  .pb90 {
    padding-bottom: 50px;
  }
}

.pb30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .pb30 {
    padding-bottom: 15px;
  }
}

.pb160 {
  padding-bottom: 160px;
}
@media screen and (max-width: 820px) {
  .pb160 {
    padding-bottom: 40px;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.center_bnr {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/*----------------------------------------------------
	BUTTON
----------------------------------------------------*/
.btn {
  font-size: 1.5rem;
  position: relative;
  text-decoration: none;
  color: #DD9085;
  border: 1px solid #DD9085;
  max-width: 280px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  border-radius: 50px;
  line-height: 1.2;
  padding: 15px 0;
  margin: 30px 0;
  margin: 0 auto;
  display: block;
}
.btn:after {
  content: "\f061";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  line-height: 1;
  color: #DD9085;
}

.close_btn {
  display: block;
  padding: 10px 20px;
  transition: 0.5s;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: #DD9085;
  position: relative;
}
@media screen and (max-width: 767px) {
  .close_btn {
    padding: 10px 5px;
    font-size: 1.4rem;
  }
}

/*----------------------------------------------------
	TAB
----------------------------------------------------*/
.tab_wrap {
  position: relative;
  margin-top: 30px;
}
.tab_wrap .tab_btn {
  width: calc(25% - 0px);
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-size: 2rem;
  background: #f4f4f4;
  padding: 5px;
  font-size: 1.8rem;
}
.tab_wrap .tab_btn:hover {
  cursor: pointer;
}
.tab_wrap .tab_btn.show {
  background: #DD9085;
  color: #fff;
}
.tab_wrap .tab_btn:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 1180px) {
  .tab_wrap .tab_btn {
    width: calc(33.3333333333% - 0px);
  }
}
@media screen and (max-width: 820px) {
  .tab_wrap .tab_btn {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .tab_wrap .tab_btn {
    width: 48%;
    text-align: center;
    font-size: 1.4rem;
    margin-right: 0;
  }
  .tab_wrap .tab_btn.show {
    padding: 10px 0;
  }
}
.tab_wrap .tab_list {
  position: relative;
  justify-content: center;
  margin: 0 auto;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .tab_wrap .tab_list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.tab_wrap .panel_area {
  position: relative;
  border-top: 2px solid #ccc;
}
.tab_wrap .tab_contents {
  display: none;
}
.tab_wrap .tab_contents.show {
  display: block;
}

/*----------------------------------------------------
	FONTS
----------------------------------------------------*/
h2,
h3,
h4,
h5 {
  font-weight: 600;
}

h1.main_title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 27px;
}

.sec_title {
  font-size: clamp(2.1rem, 3vw, 2.7rem);
  line-height: 1.4;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin-bottom: 17px;
  color: #3e3e3e;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .sec_title {
    margin-bottom: 7px;
    gap: 10px;
  }
}
.sec_title span {
  color: #DD9085;
  font-size: 1.5rem;
}

.breadcrumbs {
  font-size: 1.2rem;
  color: #828282;
}
.breadcrumbs a {
  display: inline-block;
  color: #828282;
}
@media screen and (max-width: 820px) {
  .breadcrumbs {
    overflow-x: scroll;
    white-space: nowrap;
    margin-top: 11px;
  }
}

main {
  position: relative;
}

.loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #000; /* 余白が出た時の背景 */
  display: grid;
  place-items: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.loading.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loading__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 全画面にフィット（はみ出しトリミング） */
}

/*----------------------------------------------------
	固定要素
----------------------------------------------------*/
.fixed_bnrs {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 1001;
}
.fixed_bnrs .btns_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

.foot_fixed_bnr {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
  background: #70625f;
  background-size: cover;
  padding: 13px 0;
}
@media screen and (max-width: 1180px) {
  .foot_fixed_bnr {
    padding: 0;
    height: 100px;
  }
}
.foot_fixed_bnr .flex {
  gap: 10px;
}
.foot_fixed_bnr .inner {
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.foot_fixed_bnr .inner .lady {
  position: absolute;
  left: 0;
  bottom: -20px;
}
@media screen and (max-width: 1180px) {
  .foot_fixed_bnr .inner .lady {
    position: static;
    height: 100%;
  }
}

.footer_floating_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer_floating_sp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: rgba(51, 51, 51, 0.8588235294);
    padding: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 800;
    padding-bottom: env(safe-area-inset-bottom); /* iOSの安全域 */
    -webkit-tap-highlight-color: transparent;
  }
  .footer_floating_sp .time_attend {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
  }
  .footer_floating_sp .time_attend .time {
    color: #fff000;
  }
  .footer_floating_sp .flex {
    gap: 5px;
  }
}

/*----------------------------------------------------
	HEADER
----------------------------------------------------*/
#header {
  width: 100%;
}
#header .head_belt {
  position: relative;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #header .head_belt {
    padding: 0 10px 0;
  }
}
#header .head_belt.fixed {
  position: fixed;
  right: 0;
  top: 0;
  padding: 10px 15px;
  background: #FFFDFB;
  width: 100%;
  max-height: 80px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #header .head_belt.fixed .inner {
    padding: 0;
  }
}
#header .head_belt.fixed .inner .head_l .logo_area {
  max-width: 120px;
}
@media screen and (max-width: 767px) {
  #header .head_belt.fixed .inner .head_l .logo_area {
    max-width: 100px;
  }
}
#header .head_belt.fixed .inner .head_l .h_tit {
  font-size: 1rem;
}
#header .head_belt .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  gap: 30px;
}
@media screen and (max-width: 1180px) {
  #header .head_belt .inner {
    flex-wrap: wrap;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner {
    padding: 0;
  }
}
#header .head_belt .inner .head_l .logo_area {
  max-width: 190px;
  display: block;
}
#header .head_belt .inner .head_l .logo_area:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner .head_l .logo_area {
    max-width: 130px;
  }
}
#header .head_belt .inner .head_r {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1090px) {
  #header .head_belt .inner .head_r {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner .head_r {
    gap: 3px;
  }
}
#header .head_belt .inner .head_r .sp_head_icon .fa-cart-shopping {
  color: #DD9085;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner .head_r--nav {
    display: none;
  }
}
#header .head_belt .inner .head_r--nav ul {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 1090px) {
  #header .head_belt .inner .head_r--nav ul {
    gap: 10px;
  }
}
#header .head_belt .inner .head_r--nav ul .pulldown p {
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
#header .head_belt .inner .head_r--nav ul .pulldown p::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #3e3e3e;
  border-right: solid 2px #3e3e3e;
  position: absolute;
  right: -15px;
  top: 9px;
  transform: rotate(135deg);
}
#header .head_belt .inner .head_r--nav ul li a {
  display: block;
  color: #3e3e3e;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.15rem;
}
#header .head_belt .inner .head_r--nav ul li i {
  font-size: 1.9rem;
  color: #DD9085;
}
#header .head_belt .inner .head_r--nav ul li .tgl_menu {
  display: none;
  position: absolute;
  left: 0;
  top: 55px;
  z-index: 100;
  width: 100%;
  padding: 25px 15px;
  background: #FFFDFB;
}
#header .head_belt .inner .head_r--nav ul li .tgl_menu ul li {
  width: 100%;
  border: none;
}
#header .head_belt .inner .head_r--nav ul li .tgl_menu ul li a {
  display: flex;
  flex-direction: column;
}
#header .head_belt .inner .head_r--nav ul li .tgl_menu ul li a img {
  border-radius: 7px;
}
#header .head_belt .inner .head_r--nav ul li .tgl_menu ul li a span {
  font-size: 1.2rem;
  display: block;
  margin-top: 3px;
  text-align: center;
}
#header .head_belt .ham_insta {
  color: #f9f9f9;
  font-size: 3rem;
  display: flex;
  justify-content: flex-start;
}

.h_tit {
  font-size: 1.1rem;
  font-weight: 500;
  color: #828282;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .h_tit {
    font-size: 0.9rem;
    padding: 5px;
  }
}

.sp_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_menu {
    display: flex;
    align-items: center;
    gap: 30px;
    top: 15px;
    right: 15px;
    gap: 15px;
  }
  .sp_menu .youtube_link {
    position: relative;
    z-index: 100;
  }
}

/* ハンバーガーメニュー本体 */
.hamburger-wrap {
  position: relative;
  z-index: 1000;
}

.hamburger {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 100;
  border-radius: 7px;
}
.hamburger .bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hamburger.active {
  background: #FFFDFB;
}

.line {
  height: 2px;
  background: #DD9085;
  display: block;
  margin: 7px 0;
  transition: 0.3s;
}
.line.top {
  width: 30px;
}
.line.bottom {
  width: 17px;
  position: relative;
  right: -13px;
}

.hamburger.active .line {
  margin: 0;
  background: #DD9085;
}

.hamburger.active .top {
  transform: rotate(45deg);
}

.hamburger.active .bottom {
  transform: rotate(-45deg);
  width: 30px;
  right: 0;
}

.menu {
  display: block;
  position: fixed;
  right: -300px;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  width: 50%;
  height: 100vh;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  background: #DD9085;
}
@media screen and (max-width: 767px) {
  .menu {
    width: 80%;
  }
}
.menu .menu_list {
  width: 100%;
  padding: 135px 20px 20px;
}
@media screen and (max-width: 767px) {
  .menu .menu_list {
    width: 100%;
  }
}
.menu .menu_list_ham p {
  color: #fff;
}
.menu .menu_list_ham li {
  padding: 9px 0;
  text-align: left;
}
.menu .menu_list_ham li a {
  font-size: 1.5rem;
  color: #fff;
  line-height: 2;
}
.menu .menu_list_ham li ul li {
  cursor: pointer;
  color: #fff;
}
.menu .menu_list_ham li .accordion_content {
  display: none;
}
.menu .menu_list_ham li .accordion_header {
  color: #fff;
  cursor: pointer;
  position: relative;
}
.menu .menu_list_ham li .accordion_header::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  width: 15px;
  height: 1px;
  background-color: #fff;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.menu .menu_list_ham li .accordion_header {
  /* タイトル横のプラスマーク横線 */
}
.menu .menu_list_ham li .accordion_header::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  width: 15px;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.menu .menu_list_ham li .accordion_header {
  /* アコーディオンが開いたとき縦線の変化 */
}
.menu .menu_list_ham li .accordion_header.open::before {
  transform: rotate(180deg);
}
.menu .menu_list_ham li .accordion_header {
  /* アコーディオンが開いたとき横線の変化 */
}
.menu .menu_list_ham li .accordion_header.open::after {
  opacity: 0;
}

.menu.open {
  right: 0;
  opacity: 1;
  visibility: visible;
}

#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}

.tit_bg {
  position: relative;
  padding-top: 30px;
}
.tit_bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -17%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

/*----------------------------------------------------
	検索
----------------------------------------------------*/
.search-form-4 {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #f9f9f9;
  border-radius: 3px;
  max-width: 370px;
  width: 100%;
  margin-left: auto;
}

.search-form-4 input {
  width: 250px;
  height: 45px;
  padding: 5px 15px 5px 0;
  border: none;
  box-sizing: border-box;
  font-size: 1em;
  outline: none;
}

.search-form-4 input::-moz-placeholder {
  color: #777777;
}

.search-form-4 input::placeholder {
  color: #777777;
}

.search-form-4 button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border: none;
  background-color: #fff;
  cursor: pointer;
}

.search-form-4 button::before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23777777'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: "";
}

/*------お問い合わせコーナー------------------------------*/
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

/*----------------------------------------------------
	CONTACT
----------------------------------------------------*/
.contact_form {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.contact_form .textarea-hight {
  height: 150px;
}
.contact_form .group-100 {
  margin-top: 10px;
}
.contact_form dt,
.contact_form dd {
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.contact_form dt {
  width: 30%;
  background: #fafafa;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact_form dt {
    width: 100%;
  }
}
.contact_form dt .hissu,
.contact_form dt .nini {
  font-size: 1.4rem;
  position: absolute;
  right: 10px;
  background-color: #e21628;
  color: #fff;
  padding: 4px 5px;
  border-radius: 5px;
  line-height: 1;
}
.contact_form dt .nini {
  background-color: #ccc;
}
.contact_form dd {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .contact_form dd {
    width: 100%;
  }
}
.contact_form dd .input_wrap.name {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.contact_form dd .input_wrap.f_start {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-start;
}
.contact_form dd.pay .receipt {
  margin: 10px 0 5px;
  display: block;
}
.contact_form dd.pay .text {
  font-size: 1.6rem;
}
.contact_form dd.pay .radio-note {
  font-size: 1.4rem;
}
.contact_form input[type=text],
.contact_form input[type=email],
.contact_form textarea {
  width: 100%;
  border-style: none;
  border: 1px solid #ccc;
  padding: 5px;
}
.contact_form .group {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 820px) {
  .contact_form .group {
    flex-wrap: wrap;
  }
}
.contact_form select {
  padding: 5px 10px;
}
.contact_form .privacy_agree {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
.contact_form .privacy_agree label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.6rem;
  cursor: pointer;
}
.contact_form .privacy_agree input[type=checkbox] {
  transform: scale(1.2);
}

.thanks_cont {
  text-align: center;
  margin: 15px auto;
}
.thanks_cont .thanks_btn {
  max-width: 270px;
  width: 100%;
  margin: 15px auto 0;
  background: #DD9085;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  padding: 15px 5px;
  display: block;
}

/*----------------------------------------------------
	FOOTER
----------------------------------------------------*/
#footer {
  background: #3e3e3e;
  color: #fff;
  font-size: 1.5rem;
  padding: 90px 0 90px;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 60px 0 15px;
  }
}
#footer .footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  #footer .footer_inner {
    gap: 35px;
  }
}
#footer .footer_inner__l {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  #footer .footer_inner__l {
    width: 100%;
  }
}
#footer .footer_inner__l figure {
  max-width: 170px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #footer .footer_inner__l figure {
    max-width: 150px;
    margin: 0 auto 10px;
  }
}
#footer .footer_inner__l figure img {
  width: 100%;
  height: auto;
  filter: brightness(0) saturate(100%) invert(95%) sepia(5%) saturate(0%) hue-rotate(26deg) brightness(106%) contrast(103%);
}
#footer .footer_inner__l--flex {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  #footer .footer_inner__l--flex_info {
    text-align: center;
  }
}
#footer .footer_inner__l--flex_info span {
  font-weight: 600;
  font-size: 1.5rem;
}
#footer .footer_inner__l--flex_info p {
  font-size: 1.3rem;
  line-height: 1.3;
}
#footer .footer_inner__l--flex_btn {
  background: #DD9085;
  padding: 15px 10px;
  max-width: 250px;
  width: 100%;
  color: #fff;
  text-align: center;
  border-radius: 7px;
}
@media screen and (max-width: 767px) {
  #footer .footer_inner__l--flex_btn {
    margin: 0 auto;
    padding: 13px 10px;
  }
}
#footer .footer_inner__l--flex .footer_inner__l--insta .fa-instagram {
  font-size: 3.1rem;
  color: #f9f9f9;
}
#footer .footer_inner__l--flex_copy {
  font-size: 1.4rem;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  #footer .footer_inner__l--flex_copy {
    padding-top: 15px;
  }
}
#footer .footer_inner__r {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 30px;
  width: 50%;
}
@media screen and (max-width: 1500px) {
  #footer .footer_inner__r {
    width: 55%;
    gap: 10px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  #footer .footer_inner__r {
    width: 100%;
  }
}
#footer .footer_inner__r .footer_menu__list {
  width: calc(33.3333333333% - 30px);
}
@media screen and (max-width: 1500px) {
  #footer .footer_inner__r .footer_menu__list {
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_inner__r .footer_menu__list {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_inner__r .footer_menu__list:last-child {
    width: 100% !important;
  }
}
#footer .footer_inner__r .footer_menu__list a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  line-height: 2.3;
}
@media screen and (max-width: 520px) {
  #footer .footer_inner__r .footer_menu__list a {
    font-size: 1.3rem;
  }
}
#footer .footer_inner__r .footer_menu__list .head {
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  #footer .footer_inner__r .footer_menu__list .head {
    letter-spacing: 0.1rem;
  }
}

/*----------------------------------------------------
	よくある質問
----------------------------------------------------*/
.faq_wrap {
  border: 1px solid #d2cac8;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.faq_wrap:last-child {
  margin-bottom: 0;
}
.faq_wrap .question {
  position: relative;
  background: #f9f8f1;
  padding: 20px 20px 20px 60px;
}
@media screen and (max-width: 767px) {
  .faq_wrap .question {
    padding: 15px 15px 15px 40px;
  }
}
.faq_wrap .question .title {
  font-size: clamp(1.8rem, 4vw, 2rem);
  color: #23160f;
}
.faq_wrap .question:before {
  position: absolute;
  content: "Q.";
  display: inline-block;
  color: #DD9085;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 2.5rem);
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .faq_wrap .question:before {
    left: 13px;
  }
}
.faq_wrap .answer {
  padding: 20px 20px 20px 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq_wrap .answer {
    padding: 15px 15px 15px 40px;
  }
}
.faq_wrap .answer:before {
  position: absolute;
  counter-increment: number;
  content: "A.";
  display: inline-block;
  color: #f37887;
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 2.5rem);
  left: 20px;
  top: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .faq_wrap .answer:before {
    left: 13px;
  }
}
.faq_wrap a {
  color: #f37887;
  text-decoration: underline;
}

/*----------------------------------------------------
	#pageTop
----------------------------------------------------*/
#pagetop {
  position: fixed;
  z-index: 100;
  bottom: 120px;
  right: 150px;
}
#pagetop a {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  display: block;
  width: 50px;
  height: 50px;
  background: #DD9085;
  border-radius: 50%;
}
#pagetop a:after {
  transform: rotate(-45deg);
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  margin-top: -5px;
  top: 50%;
  width: 11px;
  height: 11px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media screen and (max-width: 1180px) {
  #pagetop {
    display: none !important;
  }
}

.gold-gradient {
  background: linear-gradient(-45deg, #996E00 0%, #b59523 43%, #fdf3dc 50%, #b59523 55%, #996e00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/*----------------------------------------------------
	フッターフローティングメニュー
----------------------------------------------------*/
.sp-floating-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-floating-menu {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 83px;
    background: #000;
    z-index: 2;
    border-top: 1px solid #515151;
    transform: translateY(100%);
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0;
    visibility: hidden;
  }
  .sp-floating-menu.is-show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .sp-floating-menu .float-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    border-right: 1px solid #515151;
  }
  .sp-floating-menu .float-item:last-child {
    border-right: none;
  }
  .sp-floating-menu .float-item .title {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    margin: 0;
  }
  .sp-floating-menu .float-item .subtitle {
    font-size: 1.2rem;
    margin: 0 0 10px;
    line-height: 1;
  }
  .sp-floating-menu .float-item .icon {
    height: 20px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/*----------------------------------------------------
	改行
----------------------------------------------------*/
@media screen and (min-width: 1180px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .tab_hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_hide {
    display: none !important;
  }
}
/*1101px以上*/
@media only screen and (min-width: 1181px) {
  .pc_over_hide {
    display: none !important;
  }
}
/*821px以上*/
@media only screen and (min-width: 821px) {
  .tab_over_hide {
    display: none !important;
  }
}
/*768px以上*/
@media only screen and (min-width: 768px) {
  .sp_over_hide {
    display: none !important;
  }
}/*# sourceMappingURL=common.css.map */