@charset "UTF-8";
/*!
 * ress.css v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
     # Selection
     # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* ==========================================
font
========================================== */
/* ==========================================
color
========================================== */
/* ----- break point ----- */
/* ==========================================
fv
========================================== */
@keyframes scrollDown {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* ==========================================
top
========================================== */
@keyframes flowerRotate {
  0% {
    transform: translateY(-50%) rotate(0);
  }
  50% {
    transform: translateY(-50%) rotate(360deg);
  }
  100% {
    transform: translateY(-50%) rotate(0);
  }
}
/* ==========================================
  tag
  ========================================== */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* ==========================================
logo
========================================== */
@keyframes logoSizeBig {
  from {
    max-width: 60px;
  }
  to {
    max-width: 80px;
  }
}
@keyframes logoSizeBig02 {
  from {
    max-width: 85px;
  }
  to {
    max-width: 100px;
  }
}
@keyframes logoSizeSmall {
  from {
    max-width: 80px;
  }
  to {
    max-width: 60px;
  }
}
@keyframes logoSizeSmall02 {
  from {
    max-width: 100px;
  }
  to {
    max-width: 85px;
  }
}
@keyframes hotspotImage {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(2%);
  }
  50% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(-2%);
  }
}
@keyframes cardPopup {
  0%, 100% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1.1, 1.1);
  }
  30% {
    transform: rotate(0deg);
  }
}
@keyframes cardPopup02 {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-3%);
  }
  28% {
    transform: translateX(3%);
  }
  29.5% {
    transform: translateX(0);
  }
}
@keyframes newBganime {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-10%);
  }
  50% {
    transform: translateX(10%);
  }
  75% {
    transform: translateX(0);
  }
}
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-feature-settings: "palt" on;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #343436;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  background-color: #d04e15;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  display: block;
}

a[target=_blank] {
  text-decoration: underline;
}

ul {
  list-style: none;
}

table,
tr,
th,
td {
  border-collapse: collapse;
  font-size: 100%;
  vertical-align: top;
  border-spacing: 0;
}

/*----------------------------------------------------
rechapchaのバッジ非表示
----------------------------------------------------*/
.grecaptcha-badge {
  visibility: hidden;
}

/*----------------------------------------------------
innerサイズ
----------------------------------------------------*/
.container {
  display: block;
  width: min(84.7%, 1220px);
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .container {
    width: 98%;
  }
}

/*----------------------------------------------------
表示設定
.----------------------------------------------------*/
@media only screen and (max-width: 1040px) {
  .l-only {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .l-only {
    display: none !important;
  }
}

.s-only {
  display: none !important;
}
@media only screen and (max-width: 1040px) {
  .s-only {
    display: block !important;
  }
}

.s-only-drawer {
  display: none !important;
}
@media only screen and (max-width: 992px) {
  .s-only-drawer {
    display: block !important;
  }
}

/*----------------------------------------------------
ボタン,inputボタン
----------------------------------------------------*/
input[type=text],
input[type=button],
input[type=email],
input[type=tel],
input[type=reset],
input[type=date],
input[type=number],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
  font-weight: 500;
  font-size: 16px;
  border: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
input[type=number],
textarea {
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  width: 100%;
  padding: 12px 16px;
}

input[type=date],
input[type=number] {
  border: 1px solid #d9d9d9;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  top: 5px;
  position: relative;
  margin-right: 5px;
}

select {
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  width: 100%;
  padding: 12px 16px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}
select.is-empty {
  color: gray;
  /* placeholder(初期値)の文字色 */
}
select option.is-empty {
  color: #d9d9d9;
  /* placeholder(初期値)の文字色 */
}

/*----------------------------------------------------
header全体
----------------------------------------------------*/
.l-header {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.l-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3rem 5% 0;
  max-width: 1900px;
  margin: 0 auto;
}

.l-header__pannel {
  width: min(65vw, 980px);
  padding-top: 2rem;
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
}

/*----------------------------------------------------
headerロゴ
----------------------------------------------------*/
.l-header__logo {
  max-width: 120px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .l-header__logo {
    max-width: 100px;
  }
}
.l-header__logo.--small {
  max-width: 100px;
}
@media only screen and (max-width: 768px) {
  .l-header__logo.--small {
    max-width: 95px;
  }
}
.l-header__logo.--small img {
  max-width: 100%;
}

.l-header__logo-image01 {
  display: inline-block;
  max-width: 100px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .l-header__logo-image01 {
    animation: logoSizeSmall02 0.8s forwards;
  }
}
.l-header__logo-image01.is-active {
  max-width: 110px;
}
@media only screen and (max-width: 768px) {
  .l-header__logo-image01.is-active {
    max-width: 60px;
  }
}

/*----------------------------------------------------
ドロワーメニュー　アイコン
----------------------------------------------------*/
.l-header__drawer {
  background: #fff;
  border-radius: 999px;
  height: 60px;
  width: 60px;
  margin-top: 1.8rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  z-index: 1001;
}
@media only screen and (max-width: 768px) {
  .l-header__drawer {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .l-header__drawer.is-open {
    top: 0;
    right: 0;
  }
}
.l-header__drawer.is-open .l-header__drawer-icon .bar1 {
  transform: translateY(8px) rotate(-45deg);
}
.l-header__drawer.is-open .l-header__drawer-icon .bar2 {
  opacity: 0;
}
.l-header__drawer.is-open .l-header__drawer-icon .bar3 {
  transform: translateY(-8px) rotate(45deg);
}

.l-header__drawer-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.l-header__drawer-icon .bar1,
.l-header__drawer-icon .bar2,
.l-header__drawer-icon .bar3 {
  width: 100%;
  height: 3px;
  background-color: #d04e15;
  position: absolute;
  right: 0;
  left: 0;
  transition: top 0.3s ease;
}
.l-header__drawer-icon .bar1 {
  top: -8px;
}
.l-header__drawer-icon .bar2 {
  top: 0;
}
.l-header__drawer-icon .bar3 {
  top: 8px;
}
@media only screen and (max-width: 992px) {
  .l-header__drawer-icon.is-open span:first-child {
    width: 140%;
    transform: translateY(6px) rotate(-45deg);
  }
}
@media only screen and (max-width: 992px) {
  .l-header__drawer-icon.is-open span:nth-child(2) {
    opacity: 0;
  }
}
@media only screen and (max-width: 992px) {
  .l-header__drawer-icon.is-open span:last-child {
    width: 140%;
    transform: translateY(-6px) rotate(45deg);
  }
}

/*----------------------------------------------------
ドロワーメニュー
----------------------------------------------------*/
.l-header__drawer-wrapper {
  display: none;
  background-color: #fff;
  height: 100vh;
  width: 400px;
  padding: 10rem 3rem 5rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  overflow-y: auto;
}
.l-header__drawer-wrapper.is-open {
  display: block;
}
@media only screen and (max-width: 768px) {
  .l-header__drawer-wrapper {
    width: 90vw;
    padding: 4rem 3rem 3rem 3rem;
  }
}

.l-header__drawer-top-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .l-header__drawer-top-list {
    justify-content: flex-start;
    gap: 3rem;
  }
}

.l-header__drawer-top-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .l-header__drawer-top-link {
    font-size: 1rem;
  }
}

.l-header__drawer-icon {
  width: 31%;
}
.l-header__drawer-icon img {
  max-width: 45px;
}

.l-header__nav-menu {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .l-header__nav-menu {
    margin-top: 2rem;
  }
}

.l-header__nav-list + .l-header__nav-list {
  border-top: 1px solid #343436;
}

.l-header__nav-list-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.01em;
  padding: 2rem 1rem;
}
.l-header__nav-list-link .font-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 1rem;
}
@media only screen and (max-width: 768px) {
  .l-header__nav-list-link {
    font-size: 1.6rem;
    padding: 1.5rem 1rem;
  }
  .l-header__nav-list-link .font-jp {
    font-size: 1.4rem;
  }
}

.l-header__drawer-pannel {
  margin-top: 3rem;
}

.l-header__drawer-sns {
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .l-header__drawer-sns {
    margin-top: 2rem;
  }
}

/* ==========================================
drawer-overlay
========================================== */
.l-header__drawer-overlay {
  width: 100%;
  height: 100vh;
  background: rgba(52, 52, 54, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.l-header__drawer-overlay.is-open {
  display: block;
}

/*----------------------------------------------------
footer全体
----------------------------------------------------*/
.l-footer {
  background-color: #d04e15;
  padding: 8.5rem 0 4.7rem;
  position: relative;
}
.l-footer::after {
  content: "";
  width: 100%;
  height: 170px;
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../image/common/footer-section-wave.png) repeat 1000px 170px/cover;
  z-index: 8;
}
@media only screen and (max-width: 768px) {
  .l-footer::after {
    top: -50px;
    height: 66px;
    background: url(../image/common/footer-section-wave.png) repeat 785px 66px/cover;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer {
    padding: 6rem 0 4rem;
  }
}

/*----------------------------------------------------
footer-top
----------------------------------------------------*/
.l-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .l-footer__top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4rem;
  }
}

.l-footer__top-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6rem;
}
@media only screen and (max-width: 768px) {
  .l-footer__top-left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4rem;
  }
}

.l-footer__logo-link {
  max-width: 246px;
  height: auto;
  transition: opacity 0.3s ease;
}
.l-footer__logo-link:hover {
  opacity: 0.8;
}

.l-footer__nav-link {
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 400;
  transition: opacity 0.3s ease;
  font-size: 1.4rem;
}
.l-footer__nav-link + .l-footer__nav-link {
  margin-top: 1.5rem;
}
.l-footer__nav-link:hover {
  opacity: 0.8;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .l-footer__nav-link {
    text-align: center;
  }
}

/*=================================
l-footer__bottom
=================================*/
.l-footer__bottom {
  border-top: 1px solid #fff;
  padding-top: 2rem;
}

.l-footer__copyright {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  text-align: right;
  font-family: "Comfortaa", sans-serif;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 768px) {
  .l-footer__copyright {
    text-align: center;
    font-size: 1rem;
    letter-spacing: -0.02em;
  }
}

/* ==========================================
top-pickup
========================================== */
.l-aside__wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .l-aside__wrapper {
    padding-top: 5rem;
  }
}

.l-aside__banner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .l-aside__banner {
    flex-direction: row;
  }
}

.l-aside__banner-list {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .l-aside__banner-list {
    width: 48%;
  }
}

.l-aside__banner-link {
  text-align: center;
}
.l-aside__banner-link:hover {
  opacity: 0.6;
}

.l-aside__category {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 3rem;
  gap: 2rem 1%;
}
@media only screen and (max-width: 768px) {
  .l-aside__category {
    justify-content: center;
  }
}

.l-aside__category-list {
  width: 32%;
}
@media only screen and (max-width: 1040px) {
  .l-aside__category-list {
    width: 48%;
    width: min(65px, 20vw);
  }
}
@media only screen and (max-width: 768px) {
  .l-aside__category-list {
    width: min(60px, 20vw);
  }
}

.l-aside__category-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  max-width: 70px;
  height: auto;
  margin: 0 auto;
}
.l-aside__category-link:hover {
  opacity: 0.6;
}

.l-aside__category-jp {
  font-size: 1.2rem;
}

.l-aside__line {
  margin-top: 3rem;
  text-align: center;
}

/*----------------------------------------------------
archiveの検索サイドバー
----------------------------------------------------*/
.l-aside__archive {
  width: 30%;
  padding: 1rem 2rem 4rem;
  position: relative;
}
@media only screen and (max-width: 1040px) {
  .l-aside__archive {
    width: 100%;
    padding: 2rem 0 3rem;
  }
}

/*----------------------------------------------------
archiveのレスポンシブ時のアコーディオン
----------------------------------------------------*/
@media only screen and (max-width: 1040px) {
  .l-aside__accordion-area {
    width: 100%;
    margin: 0 auto;
  }
  .l-aside__accordion-area .accordion-title {
    display: none;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    border-radius: 40px;
    width: 96%;
    max-width: 320px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    padding: 20px 40px;
    transition: all 0.5s ease;
  }
}
@media only screen and (max-width: 1040px) and (max-width: 1040px) {
  .l-aside__accordion-area .accordion-title {
    display: block;
  }
}
@media only screen and (max-width: 1040px) {
  .l-aside__accordion-area .accordion-title::after, .l-aside__accordion-area .accordion-title::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #fafafa;
  }
  .l-aside__accordion-area .accordion-title::before {
    top: 48%;
    right: 18px;
    transform: rotate(0deg);
  }
}
@media only screen and (max-width: 1040px) and (max-width: 768px) {
  .l-aside__accordion-area .accordion-title::before {
    right: 25px;
  }
}
@media only screen and (max-width: 1040px) {
  .l-aside__accordion-area .accordion-title::after {
    top: 48%;
    right: 18px;
    bottom: auto;
    transform: rotate(90deg);
    border: none;
  }
}
@media only screen and (max-width: 1040px) and (max-width: 768px) {
  .l-aside__accordion-area .accordion-title::after {
    right: 25px;
  }
}
@media only screen and (max-width: 1040px) {
  .l-aside__accordion-area .accordion-title.is-close::before {
    transform: rotate(45deg);
  }
  .l-aside__accordion-area .accordion-title.is-close::after {
    transform: rotate(-45deg);
  }
  .l-aside__accordion-area .accordion-body {
    display: none;
    background-color: #ece6d6;
    width: 100%;
    margin-top: 2rem;
  }
  .l-aside__accordion-area .searchandfilter input[type=submit] {
    position: relative;
    margin-top: 2rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ==========================================
main-page
========================================== */
.l-main__page {
  background-color: #ece6d6;
  padding-bottom: 10rem;
}
.l-main__page.--contact {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.l-main__archive {
  background-color: #ece6d6;
  padding-top: 15rem;
  padding-bottom: 10rem;
}

.l-main__single {
  background-color: #ece6d6;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .l-main__single {
    padding-bottom: 5rem;
  }
}

.c-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .c-sns {
    gap: 20px;
  }
}

.c-sns__item {
  max-width: 40px;
  height: auto;
  transition: opacity 0.3s ease;
}
.c-sns__item:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .c-sns__item {
    max-width: unset;
    width: 40px;
    height: auto;
  }
}

/* ==========================================
tag
========================================== */
.p-top__tag-wrapper {
  display: flex;
  overflow: hidden;
}
.p-top__tag-wrapper:hover .c-tag__list {
  animation-play-state: paused;
}

.c-tag__list {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 1rem 0.5rem;
  animation: infinity-scroll-left 95s infinite linear 0.5s both;
}

.c-tag__item {
  display: inline-block;
}

.c-tag__item-link {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  border-radius: 24px;
  background-color: #fff;
  word-break: keep-all;
  width: -moz-max-content;
  width: max-content;
  padding: 0.2rem 1.5rem;
}
.c-tag__item-link:hover {
  background-color: yellow;
}

/* ==========================================
new-pickup
========================================== */
.c-tag__new,
.c-tag__pickup {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  color: #fafafa;
  display: inline-block;
  position: relative;
  top: 0;
  left: 10px;
  margin: 0;
  padding: 15px 0;
  z-index: 5;
  width: 58px;
}
@media only screen and (max-width: 992px) {
  .c-tag__new,
  .c-tag__pickup {
    font-size: 1.2rem;
    width: 50px;
    padding: 10px 0;
  }
}
.c-tag__new::after,
.c-tag__pickup::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
}

.c-tag__new {
  background-color: #d04e15;
}
.c-tag__new::after {
  border-left: 29px solid #d04e15;
  border-right: 29px solid #d04e15;
  border-bottom: 14.5px solid transparent;
}
@media only screen and (max-width: 992px) {
  .c-tag__new::after {
    border-left: 25px solid #d04e15;
    border-right: 25px solid #d04e15;
    border-bottom: 12.5px solid transparent;
  }
}

.c-tag__pickup {
  line-height: 1;
  background-color: #8cb54f;
}
.c-tag__pickup::after {
  border-left: 29px solid #8cb54f;
  border-right: 29px solid #8cb54f;
  border-bottom: 14.5px solid transparent;
}
@media only screen and (max-width: 992px) {
  .c-tag__pickup::after {
    border-left: 25px solid #8cb54f;
    border-right: 25px solid #8cb54f;
    border-bottom: 12.5px solid transparent;
  }
}

/* ==========================================
single
========================================== */
.c-tag__term-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}

.c-tag__term-item {
  width: -moz-fit-content;
  width: fit-content;
}

.c-tag__term-link {
  text-align: left;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  border-radius: 24px;
  background-color: #fff;
  word-break: keep-all;
  width: 100%;
  padding: 0.2rem 1.5rem;
}
@media only screen and (max-width: 768px) {
  .c-tag__term-link {
    font-size: 1rem;
    padding: 0.2rem 1rem;
  }
}
.c-tag__term-link:hover {
  background-color: yellow;
}

/* ==========================================
card-l
========================================== */
.c-card__l {
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .c-card__l {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .c-card__l {
    width: min(58%, 170px);
    margin: 0 0.25rem;
  }
}

.c-card__l-link {
  display: block;
  height: 100%;
  padding: 1.6rem;
  background-color: #fff;
  border: 1px solid #efefef;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.c-card__l-link:hover {
  opacity: 0.8;
  transform: translate(2px, 2px);
}
@media only screen and (max-width: 768px) {
  .c-card__l-link {
    padding: 1rem;
  }
}

.c-card__l-img {
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/2.5;
}
.c-card__l-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .c-card__l-img {
    height: 120px;
  }
}

.c-card__l-text {
  margin-top: 1.6rem;
  margin-right: 50px;
}
@media only screen and (max-width: 768px) {
  .c-card__l-text {
    margin-top: 0.5rem;
  }
}

.c-card__l-name {
  font-size: 1.6rem;
  overflow: hidden;
  height: 5rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 768px) {
  .c-card__l-name {
    font-size: 1.2rem;
    height: 4rem;
  }
}

.c-card__l-area {
  color: #808080;
  font-size: 1.4rem;
  margin-top: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .c-card__l-area {
    font-size: 1rem;
  }
}

/* ==========================================
card-s
========================================== */
.c-card__s {
  width: 33.3333333333%;
  height: auto;
}
@media only screen and (max-width: 1040px) {
  .c-card__s {
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  .c-card__s {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .c-card__s {
    width: min(58%, 170px);
    margin: 0 0.25rem;
  }
}

.c-card__s-link {
  display: flex;
  flex-direction: column;
  padding: 1.8rem 1.6rem;
  background-color: #fff;
  border: 1px solid #efefef;
  transition: opacity 0.5s ease, transform 0.5s ease;
  height: 100%;
}
.c-card__s-link:hover {
  opacity: 0.8;
  transform: translate(2px, 2px);
}
@media only screen and (max-width: 768px) {
  .c-card__s-link {
    padding: 1rem;
  }
}

.c-card__s-img {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .c-card__s-img {
    height: 120px;
  }
}
.c-card__s-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card__s-text {
  margin-top: 1.8rem;
  margin-right: 50px;
}
@media only screen and (max-width: 768px) {
  .c-card__s-text {
    margin-top: 0.5rem;
  }
}

.c-card__s-name {
  font-size: 1.6rem;
  width: 100%;
  height: 5rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 768px) {
  .c-card__s-name {
    font-size: 1.2rem;
    height: 4rem;
  }
}

.c-card__s-area {
  display: inline-block;
  color: #808080;
  font-size: 1.4rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .c-card__s-area {
    font-size: 1rem;
  }
}

/* ==========================================
card-m(hotspot)
========================================== */
.c-card__m {
  width: 24.25%;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1040px) {
  .c-card__m {
    width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  .c-card__m {
    width: min(100%, 259px);
    margin: 0 1rem;
  }
}

.c-card__m-link {
  display: flex;
  flex-direction: column;
  padding: 1.8rem 1.6rem;
  background-color: #fff;
  border: 1px solid #efefef;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.c-card__m-link:hover {
  opacity: 0.8;
  transform: translate(2px, 2px);
}

.c-card__m-img {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.c-card__m-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card__m-text {
  margin-top: 1.8rem;
}

.c-card__m-name {
  font-size: 1.6rem;
  width: 100%;
  height: 5rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-card__m-area {
  color: #808080;
  font-size: 1.4rem;
  margin-top: 0.6rem;
}

/* ==========================================
new(TOPページのnewarticle)
========================================== */
.c-card__new {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .c-card__new {
    width: 100%;
    margin: 0 1rem;
  }
}

.c-card__new-link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3rem;
}
.c-card__new-link:hover .c-card__new-img img {
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}
.c-card__new-link:hover .c-card__new-img::before, .c-card__new-link:hover .c-card__new-img::after {
  opacity: 1;
}
.c-card__new-link:hover .c-card__new-popup {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .c-card__new-link {
    gap: 1rem;
    justify-content: center;
  }
}

.c-card__new-left {
  width: min(45%, 220px);
}
@media only screen and (max-width: 768px) {
  .c-card__new-left {
    width: 45%;
  }
}

.c-card__new-right {
  width: 45%;
}

.c-card__new-img {
  width: 100%;
  height: auto;
  border: 2px solid #fafafa;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.c-card__new-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 2s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card__new-img:before, .c-card__new-img:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
}
.c-card__new-img::before {
  background: rgba(33, 37, 41, 0.4901960784);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-card__new-img:after {
  color: #fff;
  content: "詳細をみる";
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.c-card__new-text {
  margin-top: 1rem;
  background-color: rgba(245, 245, 245, 0.35);
  backdrop-filter: blur(10px);
  padding: 5px;
}

.c-card__new-name {
  font-size: 1.5rem;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 768px) {
  .c-card__new-name {
    font-size: 1.4rem;
  }
}

.c-card__new-area {
  display: block;
  text-align: center;
  color: #333;
  font-size: 1.4rem;
  margin-top: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .c-card__new-area {
    font-size: 1.2rem;
  }
}

.c-card__new-popup {
  color: #222;
  font-size: 1.4rem;
  text-align: justify;
  background-color: #F2B705;
  border-radius: 10px;
  padding: 1rem 1.8rem 1.2rem;
  position: relative;
  transition: opacity 0.3s ease;
  overflow: hidden;
}
.c-card__new-popup::first-letter {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}
.c-card__new-popup:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #F2B705;
}
@media only screen and (max-width: 768px) {
  .c-card__new-popup {
    font-size: 1.2rem;
  }
  .c-card__new-popup::first-letter {
    font-size: 1.8rem;
  }
}

.c-card__new.newCard1 .c-card__new-popup, .c-card__new.newCard5 .c-card__new-popup, .c-card__new.newCard9 .c-card__new-popup, .c-card__new.newCard13 .c-card__new-popup, .c-card__new.newCard17 .c-card__new-popup {
  animation: cardPopup02 8s ease infinite;
  animation-delay: 4s;
}
.c-card__new.newCard2 .c-card__new-img, .c-card__new.newCard6 .c-card__new-img, .c-card__new.newCard10 .c-card__new-img, .c-card__new.newCard14 .c-card__new-img, .c-card__new.newCard18 .c-card__new-img {
  border-radius: 20px;
}
.c-card__new.newCard2 .c-card__new-popup, .c-card__new.newCard6 .c-card__new-popup, .c-card__new.newCard10 .c-card__new-popup, .c-card__new.newCard14 .c-card__new-popup, .c-card__new.newCard18 .c-card__new-popup {
  background-color: #8cb54f;
  animation: cardPopup 10s ease infinite;
}
.c-card__new.newCard2 .c-card__new-popup:before, .c-card__new.newCard6 .c-card__new-popup:before, .c-card__new.newCard10 .c-card__new-popup:before, .c-card__new.newCard14 .c-card__new-popup:before, .c-card__new.newCard18 .c-card__new-popup:before {
  border-right: 15px solid #8cb54f;
}
@media only screen and (max-width: 768px) {
  .c-card__new.newCard2 .c-card__new-popup:before, .c-card__new.newCard6 .c-card__new-popup:before, .c-card__new.newCard10 .c-card__new-popup:before, .c-card__new.newCard14 .c-card__new-popup:before, .c-card__new.newCard18 .c-card__new-popup:before {
    left: unset;
    right: -15px;
    border-right: none;
    border-left: 15px solid #8cb54f;
  }
}
@media only screen and (max-width: 768px) {
  .c-card__new.newCard2 .c-card__new-link, .c-card__new.newCard6 .c-card__new-link, .c-card__new.newCard10 .c-card__new-link, .c-card__new.newCard14 .c-card__new-link, .c-card__new.newCard18 .c-card__new-link {
    flex-direction: row-reverse;
  }
}
.c-card__new.newCard3 .c-card__new-img, .c-card__new.newCard7 .c-card__new-img, .c-card__new.newCard11 .c-card__new-img, .c-card__new.newCard15 .c-card__new-img, .c-card__new.newCard19 .c-card__new-img {
  border-radius: 20px;
}
.c-card__new.newCard3 .c-card__new-link, .c-card__new.newCard7 .c-card__new-link, .c-card__new.newCard11 .c-card__new-link, .c-card__new.newCard15 .c-card__new-link, .c-card__new.newCard19 .c-card__new-link {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .c-card__new.newCard3 .c-card__new-link, .c-card__new.newCard7 .c-card__new-link, .c-card__new.newCard11 .c-card__new-link, .c-card__new.newCard15 .c-card__new-link, .c-card__new.newCard19 .c-card__new-link {
    flex-direction: row;
  }
}
.c-card__new.newCard3 .c-card__new-popup, .c-card__new.newCard7 .c-card__new-popup, .c-card__new.newCard11 .c-card__new-popup, .c-card__new.newCard15 .c-card__new-popup, .c-card__new.newCard19 .c-card__new-popup {
  background-color: #e26832;
  animation: cardPopup 10s ease infinite;
  animation-delay: 5s;
}
.c-card__new.newCard3 .c-card__new-popup:before, .c-card__new.newCard7 .c-card__new-popup:before, .c-card__new.newCard11 .c-card__new-popup:before, .c-card__new.newCard15 .c-card__new-popup:before, .c-card__new.newCard19 .c-card__new-popup:before {
  left: unset;
  right: -15px;
  border-right: none;
  border-left: 15px solid #e26832;
}
@media only screen and (max-width: 768px) {
  .c-card__new.newCard3 .c-card__new-popup:before, .c-card__new.newCard7 .c-card__new-popup:before, .c-card__new.newCard11 .c-card__new-popup:before, .c-card__new.newCard15 .c-card__new-popup:before, .c-card__new.newCard19 .c-card__new-popup:before {
    left: -15px;
    right: unset;
    border-left: none;
    border-right: 15px solid #e26832;
  }
}
.c-card__new.newCard4 .c-card__new-link, .c-card__new.newCard8 .c-card__new-link, .c-card__new.newCard12 .c-card__new-link, .c-card__new.newCard16 .c-card__new-link, .c-card__new.newCard20 .c-card__new-link {
  flex-direction: row-reverse;
}
.c-card__new.newCard4 .c-card__new-popup, .c-card__new.newCard8 .c-card__new-popup, .c-card__new.newCard12 .c-card__new-popup, .c-card__new.newCard16 .c-card__new-popup, .c-card__new.newCard20 .c-card__new-popup {
  background-color: #66a2d8;
  animation: cardPopup02 8s ease infinite;
}
.c-card__new.newCard4 .c-card__new-popup:before, .c-card__new.newCard8 .c-card__new-popup:before, .c-card__new.newCard12 .c-card__new-popup:before, .c-card__new.newCard16 .c-card__new-popup:before, .c-card__new.newCard20 .c-card__new-popup:before {
  left: unset;
  right: -15px;
  border-right: none;
  border-left: 15px solid #66a2d8;
}

/* ==========================================
もっとみるボタン
========================================== */
.c-button__more {
  display: flex;
  justify-content: space-around;
  align-items: center;
  line-height: 1.8;
  font-weight: 600;
  font-size: 1.6rem;
  border-radius: 999px;
  border: 1px solid #8cb54f;
  background-color: #fff;
  max-width: 230px;
  min-width: 180px;
  margin: 0 auto;
  padding: 10px 0px 10px 25px;
  position: relative;
  transition: background-color 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .c-button__more {
    min-width: min(180px, 100%);
  }
}
.c-button__more::before, .c-button__more::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.c-button__more::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 1rem;
  height: 1rem;
  left: 1.9rem;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.4s;
}
.c-button__more::after {
  background: #8cb54f;
  border-radius: 999px;
  width: 5rem;
  height: 5rem;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.4s;
}
.c-button__more span {
  position: relative;
  transition: color 0.4s;
  color: #343436;
  z-index: 3;
}
.c-button__more:hover {
  background-color: #8cb54f;
}
.c-button__more:hover::before {
  left: 2.5rem;
}
.c-button__more:hover::after {
  right: 0;
  width: 100%;
}
.c-button__more:hover span {
  color: #fff;
}

/* ==========================================
アーカイブの検索パネル表
========================================== */
.c-btn__archive {
  background-color: #d04e15;
  color: #fafafa;
  text-align: center;
  border-radius: 15px;
  border: 5px solid #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: none;
}
@media only screen and (max-width: 1040px) {
  .c-btn__archive {
    display: block;
  }
}

/* ==========================================
予約ボタン
========================================== */
.c-btn__tel {
  display: block;
  background-color: #d04e15;
  padding: 10px 20px;
  width: 49%;
  border-radius: 15px;
  border: 5px solid #fff;
  text-align: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.c-btn__tel .fsz-s {
  display: block;
  color: #d04e15;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 3px;
}
.c-btn__tel .c-btn__tel-num {
  color: #fff;
  font-size: clamp(1.5rem, 1.5vw, 2.2rem);
  font-weight: 900;
  position: relative;
}
.c-btn__tel .c-btn__tel-num::before {
  position: relative;
  display: inline-block;
  content: "";
  width: 1.5vw;
  height: 1.5vw;
  left: 0;
  top: 3px;
  background: url(../image/icon/icon-tel.svg) no-repeat center center/contain;
}
.c-btn__tel:hover {
  opacity: 0.8;
  transform: translate(2px, 2px);
}
@media only screen and (max-width: 768px) {
  .c-btn__tel {
    width: 100%;
  }
  .c-btn__tel .fsz-s {
    font-size: 10px;
  }
  .c-btn__tel .c-btn__tel-num {
    font-size: 1.8rem;
  }
  .c-btn__tel .c-btn__tel-num:before {
    width: 10px;
    height: 20px;
  }
}

/*=================================
amelia　ネット予約ボタン
=================================*/
.c-btn__amelia {
  display: block;
  background-color: #f2b705;
  padding: 10px 20px;
  width: 49%;
  border-radius: 15px;
  border: 5px solid #fff;
  text-align: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.c-btn__amelia .fsz-s {
  display: block;
  color: #d04e15;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 3px;
}
.c-btn__amelia .c-btn__tel-num {
  color: #fff;
  font-size: clamp(1.6rem, 1.5vw, 2.2rem);
  font-weight: 900;
  position: relative;
}
.c-btn__amelia:hover {
  opacity: 0.8;
  transform: translate(2px, 2px);
}
@media only screen and (max-width: 768px) {
  .c-btn__amelia {
    width: 100%;
  }
  .c-btn__amelia .fsz-s {
    font-size: 10px;
  }
  .c-btn__amelia .c-btn__tel-num {
    font-size: 1.8rem;
  }
  .c-btn__amelia .c-btn__tel-num:before {
    width: 10px;
    height: 20px;
  }
}

.c-box-white {
  background: #fff;
  border-radius: 12px;
  padding: 5rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-box-white {
    padding: 3rem 2rem;
  }
}

/* ==========================================
最寄駅
========================================== */
.c-info__station {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  margin-top: 1rem;
  padding-left: 35px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media only screen and (max-width: 768px) {
  .c-info__station {
    font-size: 1rem;
    padding-left: 25px;
  }
}
.c-info__station::before {
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/icon/archive-icon-station.png) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  .c-info__station::before {
    width: 18px;
    height: 18px;
  }
}
.c-info__station br {
  display: none;
}

/* ==========================================
ジャンル
========================================== */
.c-info__genre {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0.5rem;
  font-size: 1.3rem;
  font-weight: 500;
  padding-top: 1rem;
  position: relative;
  height: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media only screen and (max-width: 768px) {
  .c-info__genre {
    font-size: 1rem;
  }
}
.c-info__genre + .p-archive__genre::before {
  content: "|";
  display: inline-block;
  margin: 0 5px;
  font-size: 1.6rem;
}

/* ==========================================
予算
========================================== */
.c-info__budget {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  margin-top: 1rem;
}

.c-info__budget-lunch,
.c-info__budget-dinner {
  font-size: 1.4rem;
  padding-left: 35px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-info__budget-lunch,
  .c-info__budget-dinner {
    font-size: 1rem;
    padding-left: 20px;
  }
}
.c-info__budget-lunch::before, .c-info__budget-lunch::after,
.c-info__budget-dinner::before,
.c-info__budget-dinner::after {
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .c-info__budget-lunch::before, .c-info__budget-lunch::after,
  .c-info__budget-dinner::before,
  .c-info__budget-dinner::after {
    width: 18px;
    height: 18px;
  }
}

.c-info__budget-lunch:before {
  background: url(../image/icon/archive-icon-lunch.png) no-repeat center center/contain;
}

.c-info__budget-dinner:before {
  background: url(../image/icon/archive-icon-dinner.png) no-repeat center center/contain;
}

/* ==========================================
定休日
========================================== */
.c-info__holiday {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .c-info__holiday {
    margin-top: 1rem;
  }
}

.c-info__holiday-list {
  font-size: 1.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  padding-left: 35px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-info__holiday-list {
    font-size: 1rem;
    padding-left: 20px;
  }
}
.c-info__holiday-list::before {
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/icon/archive-icon-holiday.png) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  .c-info__holiday-list::before {
    width: 18px;
    height: 18px;
  }
}

/*----------------------------------------------------
【全体】TOPへ戻るボタン
----------------------------------------------------*/
.c-pagetop {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fafafa;
  border: 2px solid #666;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  opacity: 0.85;
  z-index: 10;
}
.c-pagetop:hover {
  background: #343436;
  opacity: 1;
}
.c-pagetop:hover .p-pagetop__arrow {
  border-top: 3px solid #fafafa;
  border-right: 3px solid #fafafa;
}
.c-pagetop .p-pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #666;
  border-right: 3px solid #666;
  transform: translateY(20%) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .c-pagetop {
    bottom: 12rem;
    right: 0;
  }
}

/* ==========================================
固定ページのタイトル
========================================== */
.c-title__page {
  color: #ece6d6;
  font-size: 3rem;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  line-height: 1.545;
  position: relative;
}
.c-title__page.--en {
  font-family: "Montserrat", sans-serif;
}
.c-title__page.--main {
  color: #d04e15;
}
@media only screen and (max-width: 992px) {
  .c-title__page {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-title__page {
    font-size: 1.8rem;
  }
}

.c-title__page-title {
  background-color: #d04e15;
  padding-top: 20rem;
  padding-bottom: 8rem;
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  .c-title__page-title {
    padding-top: 17rem;
    padding-bottom: 8rem;
    font-size: 2.4rem;
  }
}

/*=================================
評価グラフ
=================================*/
.c-rating-graph {
  margin-top: 10rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-rating-graph .container {
    padding: 0;
  }
}

.c-rating-graph__title {
  display: inline-block;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.2;
  color: #fff;
  background-color: #d04e15;
  border-radius: 5px 5px 0 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5rem 3rem 1.2rem calc(2rem + 15px);
  position: absolute;
  top: -50px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .c-rating-graph__title {
    font-size: 1.2rem;
    padding: 1rem 2rem 1.2rem 2rem;
    top: -40px;
  }
}
.c-rating-graph__title .title-icon {
  position: relative;
  top: 3px;
  left: -6px;
}
.c-rating-graph__title .title-icon svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 768px) {
  .c-rating-graph__title .title-icon svg {
    width: 16px;
    height: 16px;
  }
}

.c-rating-graph__contents {
  max-width: 100%;
  margin: 0rem auto 2rem;
  padding: 4rem 3rem 4rem;
  color: #ddd;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 0 5px 5px 5px;
  box-shadow: 5px 5px 0px #8cb54f;
}
@media only screen and (max-width: 768px) {
  .c-rating-graph__contents {
    padding: 3rem 1rem 3rem;
  }
}

.c-rating-graph__lists {
  margin: 0;
  padding: 0;
  border: none;
}

.c-rating-graph__list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-rating-graph__list:before {
  content: unset;
}
.c-rating-graph__list + .c-rating-graph__list {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #ddd;
}
@media only screen and (max-width: 768px) {
  .c-rating-graph__list + .c-rating-graph__list {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}

.c-rating-graph__label {
  display: inline-block;
  text-align: center;
  color: #444;
  letter-spacing: 0.2em;
  background-color: #fff;
  border-radius: 2px;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 0.5rem 4rem;
  margin-bottom: 2rem;
  position: relative;
  box-shadow: 1px 1px 0 #d04e15;
}

.c-rating-graph__wrap {
  width: 100%;
  display: flex;
  align-items: center;
}

.c-rating-graph__axis {
  width: 66%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .c-rating-graph__axis {
    width: 50%;
  }
}

.c-rating-graph__axis:before {
  content: "";
  display: inline-block;
  height: 5px;
  background: #d04e15;
  width: 100%;
  position: absolute;
}

.c-rating-graph__basis {
  width: 17%;
  color: #ddd;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-rating-graph__basis {
    font-size: 1rem;
    width: 25%;
  }
}

.c-rating-graph__basis-inner {
  display: inline-block;
  text-align: left;
  color: #343436;
}

.c-rating-graph__wrap .c-rating-graph__basis:first-of-type {
  text-align: right;
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .c-rating-graph__wrap .c-rating-graph__basis:first-of-type {
    padding-right: 10px;
  }
}

.c-rating-graph__wrap .c-rating-graph__basis:last-of-type {
  text-align: left;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .c-rating-graph__wrap .c-rating-graph__basis:last-of-type {
    padding-left: 10px;
  }
}

.c-rating-graph__scale {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  width: 20px;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .c-rating-graph__scale {
    width: 15px;
  }
}

.c-rating-graph__scale:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: -7px;
  background: #eaeaea;
}
@media only screen and (max-width: 768px) {
  .c-rating-graph__scale:before {
    width: 15px;
    height: 15px;
    margin-top: -5px;
  }
}

.c-rating-graph__scale[data-check=true]:before {
  background: #d04e15;
}

.c-rating-graph__axis:after,
.c-rating-graph__scale:after {
  content: unset;
}

.c-rating-graph .c-rating-graph__scale .c-rating-graph__item {
  width: 42px;
  display: block;
  font-weight: 600;
  font-size: 1.1rem;
  color: #777;
  text-align: center;
  padding-top: 5px;
  margin-top: -45px;
}
@media only screen and (max-width: 768px) {
  .c-rating-graph .c-rating-graph__scale .c-rating-graph__item {
    margin-top: -40px;
    font-size: 1rem;
  }
}

/*----------------------------------------------------
sns関連
----------------------------------------------------*/
.c-block-elabel-sns {
  position: relative;
}

.c-block-elabel-sns-stlype {
  background-image: linear-gradient(-45deg, #ffc107 25%, #ffffff 25%, #ffffff 50%, #ffc107 50%, #ffc107 75%, #ffffff 75%, #ffffff);
  background-size: 45px 45px;
  background-repeat: repeat;
  height: 50px;
}

.c-block-elabel-sns-head {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  color: #333;
  padding-left: calc(100px + 3rem);
}
@media only screen and (max-width: 768px) {
  .c-block-elabel-sns-head {
    font-size: 1.6rem;
    padding-left: 90px;
  }
}
.c-block-elabel-sns-head span {
  font-size: 3.2rem;
  -webkit-text-stroke-width: 1.3px;
  -webkit-text-stroke-color: #333;
  color: white;
  letter-spacing: 0.25em;
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  .c-block-elabel-sns-head span {
    font-size: 2rem;
    -webkit-text-stroke-width: 1px;
  }
}

.c-block-elabel-sns-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 3rem;
  background-color: #ffc107;
}
.c-block-elabel-sns-icon.--insta {
  background: linear-gradient(to right, rgba(247, 207, 0, 0.7), rgba(246, 37, 2, 0.7) 45%, rgba(182, 47, 82, 0.7) 75%, rgba(113, 58, 166, 0.7));
}
@media only screen and (max-width: 768px) {
  .c-block-elabel-sns-icon {
    width: 80px;
    height: 80px;
    left: 10px;
  }
}
.c-block-elabel-sns-icon svg {
  width: 75px;
  height: 75px;
}
@media only screen and (max-width: 768px) {
  .c-block-elabel-sns-icon svg {
    width: 50px;
    height: 50px;
  }
}

/*=================================
FLOW
=================================*/
.c-block-elabel-flow-list {
  margin: 0 auto 0 6em;
  padding-top: 0.5rem;
  padding-left: 20px;
  border-left: 6px solid #FFC837;
  box-sizing: border-box;
}
.c-block-elabel-flow-list li {
  list-style: none !important;
  margin-top: 1rem;
}

.c-block-elabel-flow-term {
  text-align: right;
  font-weight: 700;
  font-size: 1.6rem;
  width: 5em;
  display: inline-block;
  margin-left: -8em;
  padding: 0 0 5px;
  margin-top: 15px;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
}
.c-block-elabel-flow-term .c-block-elabel-flow-term__after {
  position: absolute;
  right: -35px;
  top: 0;
  background: #FFC837;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.c-block-elabel-flow_box {
  display: inline-block;
  width: 100%;
  margin-left: 2.5em;
  padding: 15px 10px 15px 10px;
  vertical-align: middle;
  background: #f4f4f4;
  box-sizing: border-box;
  border-radius: 6px;
}

.c-block-elabel-flow_title {
  font-weight: 700;
  font-size: 1.8rem;
}

/*----------------------------------------------------
card
----------------------------------------------------*/
.c-block-elabel-card.--card1 .c-block-elabel-card-img {
  height: 350px;
  width: 100%;
  box-shadow: 10px 20px 10px -6px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .c-block-elabel-card.--card1 .c-block-elabel-card-img {
    height: 280px;
  }
}
.c-block-elabel-card.--card1 .c-block-elabel-card-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.c-block-elabel-card.--card1 .c-block-elabel-card-num {
  position: absolute;
  left: 10px;
  font-size: 10rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  bottom: -36px;
  line-height: normal;
  letter-spacing: normal;
  color: white;
}
.c-block-elabel-card.--card1 .c-block-elabel-card-contents {
  width: 100%;
  padding: 10px 20px;
  margin: 10px auto;
  text-align: left;
  background-color: #8cb54f;
}
.c-block-elabel-card.--card1 .c-block-elabel-card-head {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  border-bottom: 1px solid #f8f8f8;
}
.c-block-elabel-card.--card1 .c-block-elabel-card-text {
  margin-top: 10px;
}

.c-block-elabel-card.--card2 .c-block-elabel-card-img {
  height: 350px;
  width: 100%;
  border-radius: 20px 20px 0 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .c-block-elabel-card.--card2 .c-block-elabel-card-img {
    height: 280px;
  }
}
.c-block-elabel-card.--card2 .c-block-elabel-card-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
}
.c-block-elabel-card.--card2 .c-block-elabel-card-num {
  position: absolute;
  left: 10px;
  font-size: 10rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  top: -34px;
  line-height: normal;
  letter-spacing: normal;
  color: white;
}
.c-block-elabel-card.--card2 .c-block-elabel-card-contents {
  width: 100%;
  margin: 10px auto;
  text-align: left;
  padding: 30px 20px 30px;
  border-radius: 0 0 20px 20px;
  position: relative;
  top: -30px;
  box-shadow: 10px 20px 10px -6px rgba(0, 0, 0, 0.1);
  background-color: #d04e15;
}
@media only screen and (max-width: 768px) {
  .c-block-elabel-card.--card2 .c-block-elabel-card-contents {
    padding: 20px 20px 30px;
  }
}
.c-block-elabel-card.--card2 .c-block-elabel-card-contents__before {
  position: absolute;
  top: -29px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #d04e15;
}
.c-block-elabel-card.--card2 .c-block-elabel-card-head {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  border-bottom: 1px solid #8cb54f;
}
.c-block-elabel-card.--card2 .c-block-elabel-card-text {
  margin-top: 10px;
}

/*=================================
見出し
=================================*/
.c-block-elabel-head.--head1 {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #333;
  background: #fff;
  margin-bottom: 2rem;
}
.c-block-elabel-head.--head1 mark {
  background-color: rgba(255, 200, 55, 0.5215686275);
  padding: 5px 10px;
}
.c-block-elabel-head.--head1 .before, .c-block-elabel-head.--head1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-width: 14px 12px 0;
  border-style: solid;
  left: 3em;
}
.c-block-elabel-head.--head1 .before {
  bottom: -14px;
  border-color: #333 transparent transparent transparent;
}
.c-block-elabel-head.--head1:after {
  bottom: -10px;
  border-color: #FFF transparent transparent transparent;
}

.c-block-elabel-head.--head2 {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #333;
  border-left: 3px solid #333;
  border-radius: 0 0 0 20px;
  margin-bottom: 2rem;
  background-color: #fff;
}
.c-block-elabel-head.--head2.--right {
  border-left: none;
  border-right: 3px solid #333;
  border-radius: 0 0 20px 0;
}
.c-block-elabel-head.--head2 mark {
  background-color: rgba(255, 200, 55, 0.5215686275);
  padding: 5px 10px;
}
.c-block-elabel-head.--head2 .before, .c-block-elabel-head.--head2:after {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
}
.c-block-elabel-head.--head2 .before {
  right: 50px;
  bottom: -21px;
  border-width: 21px 21px 0 0;
  border-color: #333 transparent transparent transparent;
}
.c-block-elabel-head.--head2:after {
  right: 54px;
  bottom: -13px;
  border-width: 14px 14px 0 0;
  border-color: #fff transparent transparent transparent;
}

.c-block-elabel-head.--head3 {
  position: relative;
  padding: 1.5rem 2rem;
  background: #8cb54f;
  border-radius: 2px;
  margin-bottom: 2rem;
  border-radius: 5px;
}
.c-block-elabel-head.--head3 .after {
  position: absolute;
  content: "";
  top: 100%;
  left: 3em;
  border: 12px solid transparent;
  border-top: 14px solid #8cb54f;
  width: 0;
  height: 0;
}

.c-block-elabel-head.--head4 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  border: 2px solid #333;
  border-radius: 5px;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.c-block-elabel-head.--head4 .before,
.c-block-elabel-head.--head4 .after {
  position: absolute;
  content: "";
}
.c-block-elabel-head.--head4 .before {
  top: -45px;
  left: calc(50% - 45px);
  width: 90px;
  height: 90px;
  border: 2px solid #333;
  border-radius: 50%;
  background: #fff;
}
.c-block-elabel-head.--head4 .after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
}
.c-block-elabel-head.--head4 .text {
  display: block;
  position: relative;
  z-index: 6;
}
.c-block-elabel-head.--head4 .icon {
  font-size: 30px;
  font-size: 3rem;
  line-height: 60px;
  position: absolute;
  z-index: 6;
  top: -40px;
  left: calc(50% - 45px);
  width: 90px;
  height: 65px;
  text-align: center;
}
.c-block-elabel-head.--head4 .icon.--flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  top: -60px;
}
.c-block-elabel-head.--head4 .icon.--flex .text {
  font-size: 10px;
  font-weight: 700;
  height: 22px;
}
.c-block-elabel-head.--head4 .icon.--flex .num {
  letter-spacing: normal;
}

.c-block-elabel-head.--head5 {
  padding: 1rem 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #fff;
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

.c-block-elabel-head.--head6 {
  background: #8cb54f;
  box-shadow: 0px 0px 0px 5px #8cb54f;
  border: dashed 1px #fff;
  padding: 0.2em 0.5em;
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: calc(100% - 10px);
  margin-left: auto;
  margin-right: auto;
}

.c-block-elabel-head.--simple-bottom {
  padding: 0.8rem 0 1rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  background-image: linear-gradient(90deg, #d04e15 0 25%, #dedede 25%);
  background-repeat: no-repeat;
  background-size: 100% 4px;
  background-position: bottom;
}
.c-block-elabel-head.--simple-bottom mark {
  background-color: rgba(255, 200, 55, 0.5215686275);
  padding: 5px 10px;
}
@media only screen and (max-width: 768px) {
  .c-block-elabel-head.--simple-bottom {
    padding: 0.8rem 0 1rem;
  }
}

.c-block-elabel-head.--head7 {
  position: relative;
  padding: 1em 2em;
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 2px solid rgba(0, 0, 0, 0.9);
  background-color: #fff;
}
.c-block-elabel-head.--head7 .before-first,
.c-block-elabel-head.--head7 .before-second,
.c-block-elabel-head.--head7 .after-first,
.c-block-elabel-head.--head7 .after-second {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
}
.c-block-elabel-head.--head7 .after-first {
  top: -3px;
  left: -3px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
}
.c-block-elabel-head.--head7 .after-second {
  top: -3px;
  right: -3px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
}
.c-block-elabel-head.--head7 .before-first {
  right: -3px;
  bottom: -3px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
}
.c-block-elabel-head.--head7 .before-second {
  left: -3px;
  bottom: -3px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
}

/*-- ファイル読み込み --*/
/*----------------------------------------------------
archive全体
----------------------------------------------------*/
.archive-wrapper {
  display: flex;
  flex-direction: row-reverse;
  min-width: 1040px;
  max-width: 1400px;
  margin: 0 auto;
}
@media only screen and (max-width: 1040px) {
  .archive-wrapper {
    flex-direction: column-reverse;
    min-width: 100%;
    max-width: 100%;
  }
}

.p-archive {
  width: 70%;
  margin-left: auto;
  padding-right: 20px;
}
@media only screen and (max-width: 1040px) {
  .p-archive {
    width: 100%;
    padding-top: 2rem;
    padding-left: 20px;
  }
}

/*----------------------------------------------------
archive見出し
----------------------------------------------------*/
.p-archive__head {
  font-weight: 700;
  font-size: 2.4rem;
  padding-bottom: 25px;
  padding-left: 25px;
  border-bottom: 1px solid lightgray;
  position: relative;
}
.p-archive__head:before {
  content: "";
  width: 4px;
  height: 45px;
  position: absolute;
  bottom: 25px;
  left: 0;
  background-color: #d04e15;
}
@media only screen and (max-width: 1040px) {
  .p-archive__head {
    font-size: 1.6rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
  }
  .p-archive__head:before {
    height: 2rem;
    bottom: 1.5rem;
  }
}

.p-archive__count {
  display: block;
  font-size: 1.8rem;
  margin-top: 3rem;
  vertical-align: baseline;
}
@media only screen and (max-width: 1040px) {
  .p-archive__count {
    font-size: 1.4rem;
    margin-top: 1rem;
    margin-left: 1rem;
  }
}
.p-archive__count .font-color--red {
  font-weight: 700;
  font-size: 2.4rem;
  padding: 2px;
}
@media only screen and (max-width: 1040px) {
  .p-archive__count .font-color--red {
    font-size: 2rem;
  }
}

/*----------------------------------------------------
archive-list
----------------------------------------------------*/
.p-archive__list {
  margin-top: 40px;
  width: 100%;
}
@media only screen and (max-width: 1040px) {
  .p-archive__list {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-archive__list {
    margin-top: 2rem;
  }
}

/*----------------------------------------------------
archive-item
----------------------------------------------------*/
.p-archive__item {
  width: 100%;
  max-width: 1000px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #9e9e9e;
  background-color: #fafafa;
  transition: all 0.5s ease;
}
.p-archive__item:not(:first-child) {
  margin-top: 2rem;
}
@media only screen and (max-width: 1040px) {
  .p-archive__item {
    max-width: 580px;
    margin-inline: auto;
  }
}

.p-archive__tab {
  display: flex;
  gap: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}

.p-archive__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3rem 2rem;
  gap: 2rem;
}
@media only screen and (max-width: 1040px) {
  .p-archive__top {
    flex-direction: column;
    padding: 6rem 1rem 1rem;
    gap: 1rem;
  }
}

.p-archive__top-left {
  width: 30%;
  padding-top: 1.5rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 1040px) {
  .p-archive__top-left {
    width: 100%;
    padding-top: 0;
  }
}

.p-archive__top-right {
  flex-grow: 1;
  padding: 2rem 1rem;
}
@media only screen and (max-width: 1040px) {
  .p-archive__top-right {
    padding: 1rem;
  }
}

.p-archive__image-top {
  width: 100%;
  height: 255px;
  position: relative;
}
.p-archive__image-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1040px) {
  .p-archive__image-top {
    display: none;
  }
}

.p-archive__image-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  padding-top: 10px;
}
@media only screen and (max-width: 1040px) {
  .p-archive__image-bottom {
    padding-top: 0;
  }
}

.p-archive__image-bottom-item {
  width: calc((100% - 10px) / 3);
  height: 45px;
  position: relative;
  cursor: pointer;
}
.p-archive__image-bottom-item:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1040px) {
  .p-archive__image-bottom-item {
    height: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .p-archive__image-bottom-item {
    height: 100px;
  }
}
.p-archive__image-bottom-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-archive__title {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: normal;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.p-archive__title:hover {
  color: #d04e15;
}
@media only screen and (max-width: 1040px) {
  .p-archive__title {
    font-size: 1.4rem;
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  .p-archive__title {
    font-size: 1.2rem;
  }
}

/* ==========================================
prテキスト
========================================== */
.p-archive__pr {
  border-top: 1px solid #d04e15;
  padding-top: 1.5rem;
  margin-top: 1rem;
}

.p-archive__prtext {
  width: 100%;
  font-size: 1.4rem;
  background-color: #ece6d6;
  border-radius: 2px;
  padding: 1rem 1rem 1rem 1.5rem;
  max-height: 6.2rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 768px) {
  .p-archive__prtext {
    max-height: 5.7rem;
  }
}

/* ==========================================
予算
========================================== */
/* ==========================================
定休日
========================================== */
/* ==========================================
p-archive__bottom
========================================== */
.p-archive__bottom {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.5rem 2rem;
  margin: 0 1rem;
  border-top: 1px solid #d04e15;
}
@media only screen and (max-width: 1040px) {
  .p-archive__bottom {
    flex-direction: column;
    padding: 2rem 1rem 1rem;
  }
}

/* ==========================================
おすすめMENU
========================================== */
.p-archive__menu-wrapper {
  width: calc(100% - 220px);
}
@media only screen and (max-width: 1040px) {
  .p-archive__menu-wrapper {
    width: 100%;
  }
}

.p-archive__menu-head {
  font-size: 1.5rem;
  font-weight: 600;
  padding-left: 35px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-archive__menu-head {
    font-size: 1.2rem;
  }
}
.p-archive__menu-head::before {
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/icon/archive-icon-menu.png) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  .p-archive__menu-head::before {
    width: 18px;
    height: 18px;
  }
}

.p-archive__menu {
  padding-left: 25px;
  margin-top: 10px;
  list-style-type: disc;
}
@media only screen and (max-width: 768px) {
  .p-archive__menu {
    padding-left: 18px;
  }
}

.p-archive__menu-item {
  color: #d04e15;
  font-size: 1.4rem;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .p-archive__menu-item {
    font-size: 1.2rem;
  }
}
.p-archive__menu-item + .p-archive__menu-item {
  margin-top: 3px;
}
.p-archive__menu-item:hover {
  opacity: 0.8;
}

/* ==========================================
reacton-btn
========================================== */
.p-archive__reaction-btn {
  width: 200px;
}
@media only screen and (max-width: 1040px) {
  .p-archive__reaction-btn {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.p-archive__reaction-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  filter: grayscale(100%);
}
.p-archive__reaction-item.is-clicked {
  filter: grayscale(0);
}
.p-archive__reaction-item.is-clicked .p-archive__reaction-click {
  display: inline-block;
}

.p-archive__reaction-icon {
  display: block;
  font-family: "Noto Color Emoji", sans-serif;
  font-size: 5rem;
}

.p-archive__reaction-click {
  opacity: 0;
  display: none;
  visibility: hidden;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.p-archive__reaction-count {
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .p-archive__favorite .favorite-icon {
    top: 5px;
  }
}

/* ==========================================
キャンペーンページ
========================================== */
.p-campaign-lead {
  font-size: 1.6rem;
  line-height: 160%;
  width: 80%;
  margin-inline: auto;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-campaign-lead {
    width: 100%;
    font-size: 1.4rem;
  }
}
.p-campaign-lead .text-small {
  font-size: 1.4rem;
  margin-top: 1rem;
}
.p-campaign-lead .text-small a {
  display: inline;
  color: blue;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .p-campaign-lead .text-small {
    font-size: 1.2rem;
  }
}

.p-campaign-form__title {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 1rem;
  width: 100%;
  background: #ffe000;
}
@media only screen and (max-width: 768px) {
  .p-campaign-form__title {
    font-size: 1.8rem;
  }
}

.p-campaign__top-link {
  margin-top: 10rem;
}
@media only screen and (max-width: 768px) {
  .p-campaign__top-link {
    margin-top: 6rem;
  }
}

/* ==========================================
キャンペーンフォーム
========================================== */
.p-contact__form {
  max-width: 680px;
  margin: 3rem auto 0;
}
@media only screen and (max-width: 992px) {
  .p-contact__form {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .p-contact__form {
    width: 100%;
  }
}
.p-contact__form .wpcf7-form input[type=text],
.p-contact__form .wpcf7-form input[type=email],
.p-contact__form .wpcf7-form input[type=tel],
.p-contact__form .wpcf7-form textarea {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 10px;
}
.p-contact__form .wpcf7-form input[type=checkbox] {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
}
.p-contact__form .wpcf7-form label {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-contact__form .wpcf7-form label {
    font-size: 1.2rem;
  }
}
.p-contact__form .wpcf7-form label.required {
  position: relative;
}
.p-contact__form .wpcf7-form label.required::after {
  content: "※必須";
  color: red;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  right: -5px;
}
@media only screen and (max-width: 768px) {
  .p-contact__form .wpcf7-form label.required::after {
    font-size: 1.2rem;
  }
}
.p-contact__form .wpcf7-form dl {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .p-contact__form .wpcf7-form dl {
    margin-top: 2rem;
  }
}
.p-contact__form .wpcf7-form dd {
  margin: 0;
}
.p-contact__form .wpcf7-form dd input[type=text],
.p-contact__form .wpcf7-form dd input[type=email],
.p-contact__form .wpcf7-form dd input[type=tel] {
  width: 100%;
  padding: 1.5rem;
  font-size: 1.6rem;
  background-color: #fff;
  transition: border-color 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .p-contact__form .wpcf7-form dd input[type=text],
  .p-contact__form .wpcf7-form dd input[type=email],
  .p-contact__form .wpcf7-form dd input[type=tel] {
    padding: 1.2rem;
    font-size: 1.4rem;
  }
}
.p-contact__form .wpcf7-form dd input[type=text]::-moz-placeholder, .p-contact__form .wpcf7-form dd input[type=email]::-moz-placeholder, .p-contact__form .wpcf7-form dd input[type=tel]::-moz-placeholder {
  color: #999;
}
.p-contact__form .wpcf7-form dd input[type=text]::placeholder,
.p-contact__form .wpcf7-form dd input[type=email]::placeholder,
.p-contact__form .wpcf7-form dd input[type=tel]::placeholder {
  color: #999;
}
.p-contact__form .wpcf7-form dd input[type=text]:focus,
.p-contact__form .wpcf7-form dd input[type=email]:focus,
.p-contact__form .wpcf7-form dd input[type=tel]:focus {
  outline: none;
  border-color: #d04e15;
  box-shadow: 0 0 0 3px rgba(208, 78, 21, 0.1);
}
.p-contact__form .wpcf7-form dd textarea {
  width: 100%;
  min-height: 200px;
  padding: 1.5rem;
  font-size: 1.6rem;
  background-color: #fff;
  resize: vertical;
  transition: border-color 0.3s ease;
  font-family: inherit;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .p-contact__form .wpcf7-form dd textarea {
    min-height: 150px;
    padding: 1.2rem;
    font-size: 1.4rem;
  }
}
.p-contact__form .wpcf7-form dd textarea::-moz-placeholder {
  color: #999;
}
.p-contact__form .wpcf7-form dd textarea::placeholder {
  color: #999;
}
.p-contact__form .wpcf7-form dd textarea:focus {
  outline: none;
  border-color: #d04e15;
  box-shadow: 0 0 0 3px rgba(208, 78, 21, 0.1);
}
.p-contact__form .wpcf7-form .contact-check {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-contact__form .wpcf7-form .contact-check {
    text-align: left;
    font-size: 1.2rem;
  }
  .p-contact__form .wpcf7-form .contact-check .wpcf7-list-item {
    margin-left: 0;
  }
}
.p-contact__form .wpcf7-form .contact-check .campaign-accept__info {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  color: #d04e15;
}
.p-contact__form .wpcf7-form .contact-check__link {
  display: inline-block;
  color: blue;
  padding-left: 5px;
}
@media only screen and (max-width: 768px) {
  .p-contact__form .wpcf7-form .contact-check__link {
    font-size: 1.4rem;
  }
}
.p-contact__form .wpcf7-form .contact-btn {
  text-align: center;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-contact__form .wpcf7-form .contact-btn {
    margin-top: 3rem;
  }
}
.p-contact__form .wpcf7-form .contact-btn .single-submit-btn {
  display: inline-block;
  min-width: 300px;
  padding: 1.8rem 4rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background-color: #d04e15;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(208, 78, 21, 0.3);
}
@media only screen and (max-width: 768px) {
  .p-contact__form .wpcf7-form .contact-btn .single-submit-btn {
    min-width: 100%;
    padding: 1.5rem 3rem;
    font-size: 1.6rem;
  }
}
.p-contact__form .wpcf7-form .contact-btn .single-submit-btn:hover {
  background-color: rgb(161.6768558952, 60.6288209607, 16.3231441048);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(208, 78, 21, 0.4);
}
.p-contact__form .wpcf7-form .contact-btn .single-submit-btn:active {
  transform: translateY(0);
}
.p-contact__form .wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  color: red;
  font-size: 1.3rem;
  margin-top: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .p-contact__form .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 1.2rem;
  }
}
.p-contact__form .wpcf7-form .wpcf7-response-output {
  margin: 2rem 0;
  padding: 1.5rem;
  border-radius: 4px;
  font-size: 1.4rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-contact__form .wpcf7-form .wpcf7-response-output {
    font-size: 1.3rem;
    padding: 1.2rem;
  }
}
.p-contact__form .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors, .p-contact__form .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng {
  background-color: #ffebee;
  border: 1px solidred;
  color: red;
}
.p-contact__form .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #e8f5e9;
  border: 1px solid green;
  color: green;
}
.p-contact__form .wpcf7-form .wpcf7-spinner {
  display: none !important;
}
.p-contact__form .wpcf7-form .wpcf7-not-valid {
  border-color: red !important;
  background-color: #fff5f5;
}

/*----------------------------------------------------
運営会社
----------------------------------------------------*/
.p-company__table {
  width: 80%;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 768px) {
  .p-company__table {
    width: 95%;
    margin: 0 auto 1rem;
  }
}
.p-company__table th,
.p-company__table td {
  padding: 40px 20px;
}
.p-company__table th {
  width: 20%;
  border-bottom: 1px solid #8cb54f;
}
@media only screen and (max-width: 768px) {
  .p-company__table th {
    display: block;
    width: 100%;
    padding: 30px 0 10px 0;
    border-bottom: none;
    line-height: 1;
  }
}
.p-company__table td {
  border-bottom: 1px solid lightgray;
}
@media only screen and (max-width: 768px) {
  .p-company__table td {
    display: block;
    width: 100%;
    padding: 0 0 1.5em 0;
    font-size: 1.2rem;
  }
}
.p-company__table td a {
  text-decoration: underline;
}

/*----------------------------------------------------
contact
----------------------------------------------------*/
/*----------------------------------------------------
【singleページ】コンタクトフォーム
----------------------------------------------------*/
/* ==========================================
contact-thanksページ
========================================== */
/*----------------------------------------------------
contact form7 ページローディング非表示
----------------------------------------------------*/
.wpcf7-spinner {
  display: none !important;
}

/*----------------------------------------------------
header
----------------------------------------------------*/
.p-keisai__header {
  position: fixed;
  top: 0;
  left: 0;
}
.p-keisai__header .l-header__logo-image01.is-active.--keisai {
  max-width: 200px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-keisai__header .l-header__logo-image01.is-active.--keisai {
    max-width: 150px !important;
  }
}

.p-keisai__btn {
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  .p-keisai__btn {
    width: 90%;
    position: fixed;
    bottom: 15px;
    left: 0;
    right: 0;
    z-index: 100;
    margin-inline: auto;
  }
}

.p-keisai__btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #8cb54f;
  border-radius: 75px;
  padding: 5px 20px;
  transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-keisai__btn-link {
    gap: 5px;
    padding: 10px 20px;
  }
}
.p-keisai__btn-link:hover {
  background-color: #333;
  box-shadow: none;
  transform: translateY(3px);
}
.p-keisai__btn-link:hover .p-keisai__btn-catch {
  color: #333;
}

.p-keisai__contact-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.p-keisai__contact-icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-keisai__btn-catch {
  color: #343436;
  background-color: #fff;
  padding: 1px 12px;
  text-align: center;
  border-radius: 20px;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
}

.p-keisai__btn--text {
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 768px) {
  .p-keisai__btn--text {
    font-size: 1.8rem;
  }
}

/*=================================
mv
=================================*/
.p-keisai__mv {
  background-color: #d04e15;
  text-align: center;
  padding-top: 10rem;
  padding-bottom: 2rem;
}

.p-keisai__mv-img {
  width: 50%;
  height: auto;
  margin-inline: auto;
}
.p-keisai__mv-img img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-keisai__mv-img {
    width: 60%;
  }
}

.p-keisai__tag {
  padding-top: 3rem;
}

.p-keisai__tag-list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  flex-wrap: wrap;
}

.p-keisai__tag-item {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-keisai__tag-item {
    font-size: 1.6rem;
  }
}

/*=================================
content
=================================*/
.p-keisai__block {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
  margin-top: 5rem;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .p-keisai__block {
    flex-direction: column;
  }
}

.p-keisai__block-item {
  display: flex;
  flex-direction: column;
  height: auto;
  width: calc((100% - 4rem) / 3);
  background-color: #fff;
  border-radius: 20px;
  cursor: pointer;
  transition: transform 0.5s;
}
@media only screen and (max-width: 768px) {
  .p-keisai__block-item {
    width: 90%;
    margin: 0 auto;
  }
}
.p-keisai__block-item:hover {
  transform: translateY(5px);
  opacity: 0.6;
}
.p-keisai__block-item p {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .p-keisai__block-item p {
    font-size: 2rem;
  }
}

.p-keisai__block-item-img {
  width: 100%;
  text-align: center;
}
.p-keisai__block-item-img img {
  max-width: 220px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-keisai__block-item-img img {
    max-width: 160px;
  }
}

.p-keisai__block-item-bottom {
  height: 50px;
  background-color: #FFA722;
  border-radius: 0 0 20px 20px;
  text-align: center;
  margin-top: auto;
}
.p-keisai__block-item-bottom.--02 {
  background-color: #2E93C7;
}
.p-keisai__block-item-bottom.--03 {
  background-color: #8cb54f;
}
.p-keisai__block-item-bottom img {
  width: 45px;
  height: 45px;
}

/*=================================
section
=================================*/
.p-keisai__detail {
  border: 5px solid #FFA722;
  border-radius: 20px;
  margin-top: 8rem;
}
.p-keisai__detail.--02 {
  border: 5px solid #2E93C7;
}
.p-keisai__detail.--03 {
  border: 5px solid #8cb54f;
}

.p-keisai__detail-content {
  background-color: #fff;
  margin: 2rem;
  padding: 3rem 9rem;
  border-radius: 16px;
}
@media only screen and (max-width: 768px) {
  .p-keisai__detail-content {
    margin: 10px;
    padding: 2rem;
  }
}
.p-keisai__detail-content p {
  margin-top: 5rem;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-keisai__detail-content p {
    font-size: 1.4rem;
  }
}

.p-keisai__detail-wrapper {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-keisai__detail-wrapper {
    flex-direction: column;
    margin-top: 2rem;
  }
}

.p-keisai__detail-img {
  width: 50%;
  max-width: 500px;
}
.p-keisai__detail-img img {
  width: 100%;
  border: 0.2px solid #666;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .p-keisai__detail-img {
    width: 100%;
  }
}
.p-keisai__detail-img p {
  margin-top: 0;
  text-align: center;
  font-size: 1.4rem;
}

.p-keisai__detail-title {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 16px;
  border-bottom: 2px solid #333333;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-keisai__detail-title {
    font-size: 1.8rem;
  }
}
.p-keisai__detail-title:after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  width: 30px;
  height: 2px;
  box-sizing: border-box;
  background-color: #333333;
  box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff;
  rotate: 50deg;
  translate: -25%;
}

/* ==========================================
cta
========================================== */
.p-keisai__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FEC93E;
  width: 100%;
  height: 250px;
  margin-top: 8rem;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .p-keisai__cta {
    height: 200px;
  }
}

.p-keisai__cta-btn.p-keisai__btn {
  position: relative;
  left: auto;
  bottom: auto;
  width: 650px;
}
@media only screen and (max-width: 992px) {
  .p-keisai__cta-btn.p-keisai__btn {
    transform: none;
    width: 90%;
    z-index: 9;
  }
}
.p-keisai__cta-btn.p-keisai__btn .p-keisai__btn-link {
  border-radius: 20px;
  gap: 2rem;
  padding: 18px 20px;
  background-color: #ef1d26;
  box-shadow: 3px 5px 0px #333333;
}
@media only screen and (max-width: 992px) {
  .p-keisai__cta-btn.p-keisai__btn .p-keisai__btn-link {
    gap: 1rem;
    padding: 10px 10px;
  }
}
.p-keisai__cta-btn.p-keisai__btn .p-keisai__btn--text {
  font-size: 2.8rem;
}
@media only screen and (max-width: 992px) {
  .p-keisai__cta-btn.p-keisai__btn .p-keisai__btn--text {
    font-size: 2rem;
  }
}

.p-keisai__cta-text {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 992px) {
  .p-keisai__cta-text {
    font-size: 1.4rem;
  }
}

/*=================================
flow
=================================*/
.p-keisai__flow-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 8rem;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 992px) {
  .p-keisai__flow-wrapper {
    flex-direction: column;
  }
}

.p-keisai__flow-item {
  flex-basis: 0;
  flex-grow: 1;
}
@media only screen and (max-width: 992px) {
  .p-keisai__flow-item {
    width: 90%;
    max-width: 450px;
    margin: 0 auto;
  }
  .p-keisai__flow-item + .p-keisai__flow-item {
    margin-top: 3rem;
  }
}

.p-keisai__flow-step {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

.p-keisai__flow-img {
  width: 100%;
  height: 250px;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 992px) {
  .p-keisai__flow-img {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-keisai__flow-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.p-keisai__flow-title {
  font-size: 2rem;
  text-align: center;
}

.p-keisai__flow-text {
  font-size: 1.6rem;
  text-align: justify;
}
.p-keisai__flow-text a {
  text-decoration: underline;
  color: #d04e15;
}

/* ==========================================
q&a
========================================== */
.p-keisai__section-title {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 3px solid #d04e15;
}
@media only screen and (max-width: 768px) {
  .p-keisai__section-title {
    font-size: 2.2rem;
    margin-top: 3rem;
  }
}

.p-keisai__qa-accordion-item + .p-keisai__qa-accordion-item {
  margin-top: 3rem;
}

.p-keisai__qa-accordion {
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}
@media only screen and (max-width: 768px) {
  .p-keisai__qa-accordion {
    margin-top: 5rem;
  }
}

.p-keisai__qa-accordion-item {
  border: 1px solid #ddd;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.p-keisai__qa-accordion-header {
  font-size: 2rem;
  color: #fff;
  background-color: #d04e15;
  padding: 1rem 3rem;
  border-radius: 10px 10px 0 0;
  position: relative;
  cursor: pointer;
  /* アイコンのー */
}
@media only screen and (max-width: 992px) {
  .p-keisai__qa-accordion-header {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-keisai__qa-accordion-header {
    font-size: 1.6rem;
    padding: 1rem 3rem 1rem 2rem;
  }
}
.p-keisai__qa-accordion-header::before, .p-keisai__qa-accordion-header::after {
  content: "";
  width: 20px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}
.p-keisai__qa-accordion-header::after {
  transform: translateY(-50%) rotate(0);
  transition: 0.5s;
}
.p-keisai__qa-accordion-header.is-close {
  border-radius: 10px;
}
.p-keisai__qa-accordion-header.is-close:after {
  transform: translateY(-50%) rotate(90deg);
}
.p-keisai__qa-accordion-header.is-close + .p-keisai__qa-accordion-collapse {
  display: none;
}

.p-keisai__qa-accordion-collapse {
  transition: display 0.3s;
}

.p-keisai__qa-accordion-body {
  font-size: 1.6rem;
  padding: 3rem;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
.p-keisai__qa-accordion-body a {
  display: inline-block;
  color: #d04e15;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .p-keisai__qa-accordion-body {
    padding: 2rem;
  }
}

/* ==========================================
contact-form
========================================== */
.p-keisai__contact-text {
  margin-top: 5rem;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-keisai__contact-text {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}

.p-campaign__top-link.--keisai {
  margin-bottom: 5rem;
}

.p-single__wrapper {
  background-color: #d04e15;
  padding-top: 15rem;
  padding-bottom: 10rem;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  .p-single__wrapper {
    border-radius: 30px;
    padding-bottom: 8rem;
  }
}

/* ==========================================
fv
========================================== */
.p-single__fv {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 4rem;
  padding: 1rem;
  background-color: #fff;
  border-radius: 5px;
}
@media only screen and (max-width: 992px) {
  .p-single__fv {
    flex-direction: column;
  }
}

.p-single__fv-content {
  flex: 1;
  position: relative;
  padding-bottom: 5rem;
}
.p-single__fv-content .addtoany_shortcode {
  position: absolute;
  bottom: 0;
}

.p-single__fv-image {
  width: 40%;
}
@media only screen and (max-width: 992px) {
  .p-single__fv-image {
    width: 80%;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-single__fv-image {
    width: 100%;
  }
}

.p-single__fv-content-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p-single__fv-title {
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-single__fv-title {
    font-size: 1.6rem;
  }
}

.p-single__fv-content-bottom {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-single__fv-content-bottom {
    margin-top: 1rem;
  }
}

.p-single__fv-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2%;
  margin-top: 3rem;
  padding-bottom: 2rem;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-single__fv-btn {
    gap: 10px;
  }
}
@media only screen and (max-width: 374px) {
  .p-single__fv-btn {
    padding-bottom: 4rem;
  }
}

.p-single__fv-btn-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 2%;
  width: 85%;
}
@media only screen and (max-width: 768px) {
  .p-single__fv-btn-wrapper {
    flex-direction: column;
    width: 100%;
    row-gap: 5px;
  }
}

.p-sigle__favorite {
  width: 13%;
}

.p-single__fv-btn-info {
  font-size: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* ==========================================
slider
========================================== */
.p-single__slider-main {
  /* スライド矢印 */
  /* 矢印画像の高さと幅 */
  /* 矢印を消して画像に変更する */
  /* 前に戻る矢印の画像パス */
  /* 次に進む矢印の画像パス */
}
.p-single__slider-main .swiper-slide img {
  aspect-ratio: 4/3;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single__slider-main .swiper-wrapper {
  position: relative;
}
.p-single__slider-main .swiper-button-prev,
.p-single__slider-main .swiper-button-next {
  height: 40px;
  width: 40px;
}
.p-single__slider-main .swiper-button-prev:hover,
.p-single__slider-main .swiper-button-next:hover {
  opacity: 0.8;
}
.p-single__slider-main .swiper-button-prev::after,
.p-single__slider-main .swiper-button-next::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 40px;
  margin: auto;
}
.p-single__slider-main .swiper-button-prev::after {
  background-image: url(../image/icon/prev-arrow.png);
  left: 0px;
}
.p-single__slider-main .swiper-button-next::after {
  background-image: url(../image/icon/next-arrow.png);
  right: 0px;
}

.p-single__slider-thumb .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
  width: 12.5%;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.p-single__slider-thumb .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single__slider-thumb .swiper-slide:hover {
  opacity: 1;
}
.p-single__slider-thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

/* ==========================================
tag
========================================== */
.p-single__tag-wrapper {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-single__tag-wrapper {
    margin-top: 1rem;
  }
  .p-single__tag-wrapper .c-tag__term-list {
    flex-wrap: wrap;
  }
}

/* ==========================================
main-content
========================================== */
.p-single__main {
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 2px solid #fff;
}
@media only screen and (max-width: 768px) {
  .p-single__main {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
.p-single__main .wp-block-column {
  position: relative;
  padding: 2rem 8px;
}
.p-single__main .wp-block-heading {
  line-height: 1.5;
}
.p-single__main p {
  font-size: 1.4rem;
}
.p-single__main p:not(:first-child) {
  margin-top: 1rem;
}
.p-single__main .wp-block-image {
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .p-single__main .wp-block-image {
    width: 96%;
    padding-right: 0;
    margin: 0 auto;
  }
}
.p-single__main .wp-block-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .p-single__main .wp-block-image img {
    max-height: 300px;
  }
}
.p-single__main .wp-block-embed-youtube {
  text-align: center;
  margin-top: 0;
}
.p-single__main .wp-block-embed-youtube {
  text-align: center;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .p-single__main .wp-block-eedee-block-gutenslider .eedee-swiper-outer,
  .p-single__main .wp-block-eedee-block-gutenslider.slides-number .eedee-background-div img,
  .p-single__main .wp-block-eedee-block-gutenslider.slides-number .eedee-background-div video {
    height: 250px;
  }
}

/* ==========================================
tabbox
========================================== */
.p-single__tabArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #8cb54f;
  width: 100%;
  height: 80px;
  padding: 0 1%;
  border-radius: 5px 5px 0 0;
}
.p-single__tabArea.bottom {
  align-items: flex-start;
  border-radius: 0 0 5px 5px;
}
.p-single__tabArea.bottom .p-single__tabLink.select {
  border-radius: 0 0 5px 5px;
}
@media only screen and (max-width: 768px) {
  .p-single__tabArea {
    height: 38px;
  }
}

.p-single__tabItem {
  width: 19%;
  transition: opacity 0.3s ease;
  position: relative;
}
.p-single__tabItem:hover .p-single__megaMenu {
  opacity: 1;
  visibility: visible;
}
.p-single__tabItem:last-of-type .p-single__tabInner {
  background-color: #f3c922;
}
.p-single__tabItem:last-of-type .p-single__tabInner.current {
  color: #fff;
}

.p-single__tabInner {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  height: 70px;
  color: #fff;
  transition: color 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease;
  position: relative;
  cursor: pointer;
}
.p-single__tabInner.current {
  color: #8cb54f;
  background-color: #fafafa;
  border-radius: 5px 5px 0 0;
}
@media only screen and (max-width: 768px) {
  .p-single__tabInner {
    font-size: 10px;
    height: 30px;
  }
}

.p-single__tabMain {
  display: none;
  padding: 1rem 3rem 5rem;
  background-color: #fafafa;
  text-align: center;
  min-height: 280px;
  border: 2px solid #8cb54f;
  border-top: none;
  transition-duration: 0.3s;
}
.p-single__tabMain.current {
  display: block;
}
@media only screen and (max-width: 768px) {
  .p-single__tabMain {
    padding: 1rem 1rem 5rem;
  }
}

/* ==========================================
megamenu
========================================== */
.p-single__megaMenu {
  background-color: #343436;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 100%;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .p-single__megaMenu {
    display: none;
  }
}

.p-single__megaMenu-list {
  display: flex;
  flex-direction: column;
}

.p-single__megaMenu-item {
  display: inline-block;
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.8);
  transition: color 0.3s ease, background-color 0.3s ease;
}
.p-single__megaMenu-item:hover {
  background: rgb(255, 255, 255);
  color: #8cb54f;
}

/* ==========================================
content
========================================== */
.p-single__tabInner-Area {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
}
@media only screen and (max-width: 992px) {
  .p-single__tabInner-Area {
    flex-direction: column;
  }
}

.p-single__tabInner-side {
  width: 240px;
  padding-top: 5rem;
  position: sticky;
  top: 100px;
}
@media only screen and (max-width: 992px) {
  .p-single__tabInner-side {
    width: 100%;
  }
}
.p-single__tabInner-side .l-aside__banner {
  padding-left: 0;
  width: 100%;
}

.p-single__tabInner-side-tel {
  margin-bottom: 3rem;
}
.p-single__tabInner-side-tel .c-btn__tel,
.p-single__tabInner-side-tel .c-btn__amelia {
  width: 100%;
  padding: 10px 12px;
}
@media only screen and (max-width: 992px) {
  .p-single__tabInner-side-tel .c-btn__tel,
  .p-single__tabInner-side-tel .c-btn__amelia {
    width: min(600px, 100%);
    margin: 0 auto;
  }
}
.p-single__tabInner-side-tel .c-btn__tel .c-btn__tel-num,
.p-single__tabInner-side-tel .c-btn__amelia .c-btn__tel-num {
  font-size: 1.8rem;
}
.p-single__tabInner-side-tel .c-btn__amelia {
  margin-top: 1rem;
}

.p-single__tabInner-wrapper {
  flex: 1;
}

.p-single__tabInner-section {
  font-size: 1.4rem;
}

.p-single__content {
  padding: 5rem 0;
}
@media only screen and (max-width: 768px) {
  .p-single__content {
    padding: 3rem 0;
  }
}

.p-single__head-s {
  font-size: 2rem;
  text-align: left;
  padding-left: 2rem;
  border-left: 4px solid #d04e15;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-single__head-s {
    margin-top: 3rem;
    font-size: 1.6rem;
    padding-left: 1rem;
  }
}

.p-single__head-line {
  color: #fafafa;
  font-size: 2.2rem;
  text-align: left;
  padding: 1rem 2rem;
  background-color: #d04e15;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-single__head-line {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}

.p-single__data-wrapper {
  border: 1px solid #d0d0d0;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-single__data-wrapper {
    margin-top: 1rem;
  }
}

.p-single__data {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.p-single__data:last-of-type .p-single__table-head,
.p-single__data:last-of-type .p-single__table-content {
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .p-single__data {
    flex-direction: column;
  }
}

.p-single__table-head,
.p-single__table-content {
  padding: 3rem 2rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-single__table-head,
  .p-single__table-content {
    padding: 1rem 10px;
  }
}

.p-single__table-head {
  flex-shrink: 0;
  width: 200px;
  background-color: #d0d0d0;
  border-bottom: 1px solid #fafafa;
}
@media only screen and (max-width: 768px) {
  .p-single__table-head {
    width: 100%;
    font-size: 10px;
  }
}

.p-single__table-content {
  flex-grow: 1;
  border-bottom: 1px solid #d0d0d0;
}
@media only screen and (max-width: 768px) {
  .p-single__table-content {
    font-size: 10px;
  }
}

.p-single__table-content-flex {
  display: flex;
  flex-wrap: wrap;
}
.p-single__table-content-flex a {
  text-decoration: underline;
  transition: color 0.3s ease;
}
.p-single__table-content-flex a:hover {
  color: #d04e15;
}

.p-single__address-maplink {
  display: inline-block;
  color: #fafafa;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #d04e15;
  border-radius: 20px;
  padding: 5px 30px 5px 20px;
  text-decoration: none;
  position: relative;
  margin-top: 1rem;
}
.p-single__address-maplink:hover {
  opacity: 0.8;
}
.p-single__address-maplink::after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-bottom: 2px solid #fafafa;
  border-right: 2px solid #fafafa;
  margin-left: 0.8rem;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.p-single__map {
  margin-top: 3rem;
}
.p-single__map .su-u-responsive-media-yes {
  padding-bottom: 45%;
}

.p-single__gallery {
  margin-top: 3rem;
  max-width: 877px;
}
@media only screen and (max-width: 768px) {
  .p-single__gallery {
    margin-top: 1rem;
    max-width: 100%;
  }
}

/* ==========================================
求人情報
========================================== */
.p-single__job-lists {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2%;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-single__job-lists {
    margin-top: 3rem;
  }
}

.p-single__job-list {
  display: block;
  text-align: left;
  font-weight: 700;
  background-color: #ece6d6;
  border-radius: 5px;
  width: 32%;
  padding: 1.5rem 1.5rem 2rem;
  transition: transform 0.3s ease, opacity 0.3s ease;
  border: 1px solid #d04e15;
}
.p-single__job-list:hover {
  box-shadow: none;
  transform: translate(3px, 3px);
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .p-single__job-list {
    width: 100%;
    padding: 1rem;
  }
  .p-single__job-list a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
  }
}

.p-single__job-list-image img {
  width: 100%;
  height: auto;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
@media only screen and (max-width: 768px) {
  .p-single__job-list-image {
    width: 25%;
  }
  .p-single__job-list-image img {
    max-width: 65px;
  }
}

.p-single__job-list-title {
  font-size: 1.4rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-single__job-list-title {
    font-size: 10px;
    flex: 1;
    margin-top: 0;
  }
}

/* ==========================================
menu
========================================== */
.p-single__menu-course-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5%;
  padding: 3rem 2rem;
  background-color: #ece6d6;
}
.p-single__menu-course-item + .p-single__menu-course-item {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-single__menu-course-item {
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
  }
  .p-single__menu-course-item + .p-single__menu-course-item {
    margin-top: 1rem;
  }
}

.p-single__menu-course-image {
  width: 20%;
}
.p-single__menu-course-image img {
  width: 100%;
  max-width: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .p-single__menu-course-image {
    width: 90%;
    margin-inline: auto;
  }
  .p-single__menu-course-image img {
    max-width: unset;
    height: auto;
    aspect-ratio: 4/3;
  }
}

.p-single__menu-course-content {
  width: 70%;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-single__menu-course-content {
    width: 100%;
  }
}

.p-single__menu-course-title {
  font-size: 1.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .p-single__menu-course-title {
    font-size: 1.2rem;
  }
}

.p-single__menu-top {
  width: 100%;
}

.p-single__menu-course-list {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-single__menu-course-list {
    margin-top: 1rem;
  }
}

.p-single__menu-course-price {
  color: #d04e15;
  font-size: 3rem;
  font-weight: 700;
  margin-top: 1rem;
}
.p-single__menu-course-price span {
  font-size: 1.6rem;
  padding-left: 5px;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .p-single__menu-course-price {
    font-size: 2rem;
  }
  .p-single__menu-course-price span {
    font-size: 1.2rem;
  }
}

.p-single__menu {
  width: 100%;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-single__menu {
    margin-top: 1rem;
  }
}
.p-single__menu dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .p-single__menu dl {
    flex-direction: column;
  }
}
.p-single__menu dt,
.p-single__menu dd {
  padding: 2rem;
  text-align: left;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .p-single__menu dt,
  .p-single__menu dd {
    padding: 1rem;
    font-size: 1rem;
  }
}
.p-single__menu dt {
  flex-shrink: 0;
  width: 130px;
  background-color: #d0d0d0;
  border-bottom: 1px solid #fafafa;
}
@media only screen and (max-width: 768px) {
  .p-single__menu dt {
    width: 100%;
  }
}
.p-single__menu dd {
  flex-grow: 1;
  background-color: #fafafa;
  border-bottom: 1px solid #d0d0d0;
}
@media only screen and (max-width: 768px) {
  .p-single__menu dd {
    width: 100%;
  }
}

/* ==========================================
food
========================================== */
.p-single__menu-food-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #d3d3d3;
}
.p-single__menu-food-list.--recommend {
  background-color: #ece6d6;
}
@media only screen and (max-width: 768px) {
  .p-single__menu-food-list {
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
  }
}

.p-single__menu-food-image {
  flex-shrink: 1;
  max-width: 120px;
  max-height: 120px;
}
.p-single__menu-food-image img {
  width: 100%;
  height: 100%;
}

.p-single__menu-food-content {
  flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  .p-single__menu-food-content {
    width: 100%;
  }
}

.p-single__menu-food-title {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-single__menu-food-title {
    font-size: 1.2rem;
  }
}

.p-single__menu-food-desc {
  font-size: 1.4rem;
  margin-block-start: 1rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-single__menu-food-desc {
    font-size: 1rem;
    margin-block-start: 5px;
  }
}

.p-single__menu-food-price {
  display: block;
  text-align: right;
  font-size: 1.5rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .p-single__menu-food-price {
    font-size: 1.2rem;
  }
}

/* ==========================================
クーポン
========================================== */
/* layout css */
.p-single__coupon-lists {
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-single__coupon-lists {
    margin-top: 3rem;
  }
}

.p-single__coupon {
  width: 100%;
  max-width: 620px;
  background: #ece6d6;
  list-style: none;
}
.p-single__coupon + .p-single__coupon {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-single__coupon {
    max-width: unset;
  }
}
.p-single__coupon a:hover {
  cursor: pointer;
  opacity: 0.8;
}

.p-single__coupon-top {
  position: relative;
  flex-direction: column;
  background-color: #d04e15;
  width: 100%;
  padding: 1rem 40px 1rem 1rem;
  border-radius: 5px 5px 0 0;
}
.p-single__coupon-top::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
  background: url(../image/icon/next-arrow.png) no-repeat center center/contain;
}

.p-single__coupon-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1rem;
  background-color: #fafafa;
  padding: 1rem;
  position: relative;
  border: 2px solid #d04e15;
  border-top: none;
  border-radius: 0 0 5px 5px;
}

.p-single__coupon-title {
  text-align: center;
  font-size: 2rem;
  color: #fafafa;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-single__coupon-title {
    font-size: 1.6rem;
  }
}

.p-single__coupon-desc {
  font-size: 1.2rem;
  color: #343436;
  text-align: left;
  padding-left: 5px;
}
@media only screen and (max-width: 768px) {
  .p-single__coupon-desc {
    font-size: 1rem;
  }
}

.p-single__coupon-wrapper {
  margin-top: 1rem;
}
.p-single__coupon-wrapper dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .p-single__coupon-wrapper dl {
    flex-direction: column;
  }
}
.p-single__coupon-wrapper dd, .p-single__coupon-wrapper dt {
  padding: 5px 10px;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .p-single__coupon-wrapper dd, .p-single__coupon-wrapper dt {
    font-size: 10px;
  }
}
.p-single__coupon-wrapper dt {
  background-color: #ddd;
  width: 98px;
  border: 1px solid #fff;
}
.p-single__coupon-wrapper dt.p-single__coupon-info-title {
  background-color: #d04e15;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-single__coupon-wrapper dt {
    width: 100%;
    text-align: left;
  }
}
.p-single__coupon-wrapper dd {
  flex: 1;
  text-align: left;
  border: 1px solid #ddd;
  border-left: none;
  border-top: none;
  background-color: #fafafa;
}

.p-single__coupon-info-title {
  font-size: 1.4rem;
  font-weight: 600;
  display: inline-block;
  background-color: #fff;
  padding: 2px 5px;
}

/* ==========================================
スタッフボイス
========================================== */
.p-single__point__maneger {
  display: flex;
  align-items: center;
  padding: 8rem 2rem 0;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .p-single__point__maneger {
    flex-direction: column-reverse;
    padding: 3rem 10px 0;
  }
}
.p-single__point__maneger figure {
  width: 12.5%;
  min-width: 120px;
  margin-right: 40px;
}
.p-single__point__maneger figure img {
  max-width: 120px;
  max-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 999px;
  background-color: #fff;
}
@media only screen and (max-width: 992px) {
  .p-single__point__maneger figure {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 0;
    position: relative;
    z-index: 8;
    top: -15px;
  }
  .p-single__point__maneger figure img {
    width: 35%;
  }
}
.p-single__point__maneger figcaption {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .p-single__point__maneger figcaption {
    flex-grow: 1;
    text-align: left;
    margin-top: 20px;
    margin-left: 2.5rem;
  }
}

.p-single__point__maneger-content {
  flex: 1 1 auto;
  font-size: 1.4rem;
  text-align: justify;
  line-height: 1.928;
  background-color: #ece6d6;
  border-radius: 5px;
  padding: 20px 25px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .p-single__point__maneger-content {
    font-size: 1.2rem;
  }
}
.p-single__point__maneger-content em,
.p-single__point__maneger-content b {
  font-weight: 700;
  font-style: normal;
}
.p-single__point__maneger-content.--agent {
  background-color: #f5dade;
}

/* ==========================================
fv
========================================== */
.p-top__fv {
  background-color: #d04e15;
  width: 100%;
  height: max(100vh - 45px, 800px);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-top__fv {
    height: calc(100vh - 45px);
  }
}

.p-top__fv-image {
  width: min(55vw, 800px);
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .p-top__fv-image {
    width: 90%;
  }
}

.p-top__fv-catch {
  color: #fff;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700;
  font-size: max(2vw, 3.2rem);
  line-height: 1.8;
  position: absolute;
  right: 10%;
  bottom: 18vh;
  opacity: 0;
  transform: translateY(100px);
}
@media only screen and (max-width: 768px) {
  .p-top__fv-catch {
    font-size: min(6.5vw, 3rem);
    right: unset;
    bottom: 9rem;
    left: 10%;
  }
}

.p-top__fv-scroll {
  position: absolute;
  right: 45px;
  bottom: 28%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
}
.p-top__fv-scroll:before {
  content: "";
  background-color: #ece6d6;
  width: 2px;
  height: 230px;
  margin: auto;
  position: absolute;
  bottom: -290px;
  right: 0;
  left: 0;
  animation: scrollDown 5s infinite;
}

.p-top__fv-scroll-text,
.p-top__fv-sns-text {
  color: #ece6d6;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 2.2rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .p-top__fv-scroll-text,
  .p-top__fv-sns-text {
    font-size: 1.6rem;
  }
}

.p-top__fv-sns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem;
  position: absolute;
  bottom: 6rem;
  left: 0;
  opacity: 0;
  transform: translateX(-100px);
}
@media only screen and (max-width: 768px) {
  .p-top__fv-sns {
    padding-left: 8%;
    bottom: 1rem;
    gap: 2rem;
  }
}

.p-top__fv-sns-text {
  position: relative;
  padding-left: 13rem;
}
@media only screen and (max-width: 768px) {
  .p-top__fv-sns-text {
    padding-left: unset;
  }
}
.p-top__fv-sns-text::before {
  content: "";
  background-color: #ece6d6;
  width: 10rem;
  height: 2px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .p-top__fv-sns-text::before {
    content: none;
  }
}

/* ==========================================
new
========================================== */
.p-top__new {
  background: url(../image/top/top-new-bg@2x.png) repeat-x top center/1600px auto;
  background-color: #ece6d6;
  padding-top: 5rem;
  padding-bottom: 17rem;
  position: relative;
  overflow: hidden;
  min-height: 800px;
}
@media only screen and (max-width: 768px) {
  .p-top__new {
    background: url(../image/top/top-new-bg.png) repeat-x center center/auto 100%;
    background-color: #ece6d6;
  }
}

.p-top__new-container {
  position: relative;
}
.p-top__new-container:after {
  content: "";
  width: 160px;
  height: 140px;
  background: url(../image/top/top-new-boys@2x.png) no-repeat center center/contain;
  position: absolute;
  right: -2%;
  top: 35%;
  z-index: 0;
  animation: newBganime 10s ease infinite;
}
@media only screen and (max-width: 768px) {
  .p-top__new-container:after {
    width: min(150px, 30vw);
    height: 100px;
    top: 45%;
  }
}
.p-top__new-container:before {
  content: "";
  width: 180px;
  height: 200px;
  background: url(../image/top/top-new-girls.png) no-repeat center center/contain;
  position: absolute;
  left: -2%;
  bottom: 0;
  z-index: 0;
  animation: newBganime 10s ease infinite;
  animation-direction: reverse;
}
@media only screen and (max-width: 768px) {
  .p-top__new-container:before {
    width: min(150px, 30vw);
    height: 150px;
    left: 3%;
  }
}

.p-top__nrew-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .p-top__nrew-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}

.p-top__new-head {
  width: min(330px, 25vw);
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  .p-top__new-head {
    width: min(200px, 70%);
  }
}

@media only screen and (max-width: 768px) {
  .p-top__new-btn {
    width: 50%;
  }
}

.p-top__new-bottomLeft,
.p-top__new-bottomRight {
  position: absolute;
  bottom: -8vh;
  width: min(600px, 50%);
  aspect-ratio: 600/340;
}
.p-top__new-bottomLeft img,
.p-top__new-bottomRight img {
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .p-top__new-bottomLeft,
  .p-top__new-bottomRight {
    width: 45%;
    min-height: 150px;
    bottom: -3vh;
  }
  .p-top__new-bottomLeft img,
  .p-top__new-bottomRight img {
    width: 100%;
    height: auto;
  }
}

.p-top__new-bottomLeft {
  left: -5%;
}
@media only screen and (max-width: 768px) {
  .p-top__new-bottomLeft {
    left: -3%;
  }
}

.p-top__new-bottomRight {
  right: -5%;
}
@media only screen and (max-width: 768px) {
  .p-top__new-bottomRight {
    right: -3%;
  }
}

.p-top__new-splide {
  padding-top: 8rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-top__new-splide {
    padding-top: 5rem;
    padding-bottom: 6.5rem;
  }
}

.p-top__new-splide-track {
  padding-top: 1rem;
}

#js-splide-newCard .splide__arrows {
  position: absolute;
  top: -2rem;
  right: -13px;
}
#js-splide-newCard .splide__arrows .splide__arrow {
  height: 2.5em;
  width: 2.5em;
  background: #fff;
  border: 2px solid #d04e15;
  transition: all 0.3s ease;
}
#js-splide-newCard .splide__arrows .splide__arrow svg {
  fill: #d04e15;
}
#js-splide-newCard .splide__arrows .splide__arrow:hover {
  background: #d04e15;
}
#js-splide-newCard .splide__arrows .splide__arrow:hover svg {
  fill: #fff;
}
#js-splide-newCard .splide__arrows .splide__arrow--prev {
  left: -110px;
}
@media only screen and (max-width: 768px) {
  #js-splide-newCard .splide__arrows .splide__arrow--prev {
    left: -95px;
  }
}

#topLine {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: -5vw;
  transform: translateY(-50%);
}

#base path {
  fill: yellow; /* 塗りの色 */
}

#mask path {
  fill: #000; /* 塗りの色 */
  stroke: yellow; /* 線の色 */
  stroke-width: 100px; /* 線幅 */
  stroke-linecap: round; /* 線端の形状 */
  stroke-linejoin: round; /* 角の形状 */
}

/* ==========================================
hotspot
========================================== */
.p-top__hotspot {
  background-color: #d04e15;
  padding-top: 15rem;
  padding-bottom: 5rem;
  position: relative;
}
@media only screen and (max-width: 1040px) {
  .p-top__hotspot {
    padding-top: 10rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__hotspot {
    padding-top: 0rem;
    padding-bottom: 10rem;
  }
}
.p-top__hotspot::before {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../image/common/hotspot-section-wave.png) repeat-x center center/cover;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .p-top__hotspot::before {
    height: 66px;
    background: url(../image/common/hotspot-section-wave.png) repeat-x center center/cover;
  }
}

.p-top__hotspot-container {
  position: relative;
}

.p-top__hotspot-back-left,
.p-top__hotspot-back-right {
  display: block;
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-top__hotspot-back-left,
  .p-top__hotspot-back-right {
    display: none;
  }
}
.p-top__hotspot-back-left::before, .p-top__hotspot-back-left::after,
.p-top__hotspot-back-right::before,
.p-top__hotspot-back-right::after {
  content: "";
  width: 55px;
  height: 55px;
  background: url(../image/icon/head-flower.png) no-repeat center center/contain;
  animation: flowerRotate 5s infinite;
  position: absolute;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .p-top__hotspot-back-left::before, .p-top__hotspot-back-left::after,
  .p-top__hotspot-back-right::before,
  .p-top__hotspot-back-right::after {
    width: 45px;
    height: 45px;
  }
}

.p-top__hotspot-back-left {
  left: 0;
}
.p-top__hotspot-back-left::before {
  top: 20%;
  left: -1%;
}
.p-top__hotspot-back-left::after {
  top: 75%;
  left: 18%;
}

.p-top__hotspot-back-right {
  right: 0;
}
.p-top__hotspot-back-right::before {
  top: 8%;
  right: -7%;
}
.p-top__hotspot-back-right::after {
  top: 70%;
  right: 20%;
}

.p-top__hotspot-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem 1%;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-top__hotspot-wrapper {
    justify-content: center;
  }
}

.p-top__hotspot-title {
  width: 49%;
  min-height: 340px;
  border: 5px solid #fff;
  padding: 1rem;
  box-sizing: border-box;
  position: absolute;
  z-index: 5;
  top: 4rem;
  left: 0;
}
@media only screen and (max-width: 1040px) {
  .p-top__hotspot-title {
    position: relative;
    width: 100%;
    min-height: 380px;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__hotspot-title {
    padding: 0.5rem;
    border: 2px solid #fff;
    width: min(100%, 528px);
    min-height: min(35vh, 225px);
  }
}

.p-top__hotspot-title-wrapper {
  display: block;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  min-height: 310px;
  position: relative;
  overflow: hidden;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@media only screen and (max-width: 1040px) {
  .p-top__hotspot-title-wrapper {
    min-height: 350px;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__hotspot-title-wrapper {
    min-height: 235px;
  }
}
.p-top__hotspot-title-wrapper:hover {
  opacity: 0.8;
  transform: translate(2px, 2px);
}
.p-top__hotspot-title-wrapper:hover .c-button__more {
  background-color: #8cb54f;
}
.p-top__hotspot-title-wrapper:hover .c-button__more::before {
  left: 2.5rem;
}
.p-top__hotspot-title-wrapper:hover .c-button__more::after {
  right: 0;
  width: 100%;
}
.p-top__hotspot-title-wrapper:hover .c-button__more span {
  color: #fff;
}
.p-top__hotspot-title-wrapper:hover .p-top__hotspot-title-image img {
  transform: scale(1.1, 1.1);
}

.p-top__hotspot-title-text {
  width: 100%;
  text-align: center;
}

.p-top__hotspot-head {
  width: 95%;
  margin: 0 auto;
}

.p-top__hotspot-title-image {
  width: 105%;
  height: 100%;
  position: absolute;
  left: 50%;
  bottom: -45%;
  transform: translateX(-50%);
}
.p-top__hotspot-title-image img {
  transition: transform 2s ease;
  animation: hotspotImage 10s infinite;
}

.p-top__hotspot-favorite .simplefavorite-button {
  top: unset;
  right: 0;
  bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-top__hotspot-favorite .simplefavorite-button {
    bottom: 1rem;
  }
}
.p-top__hotspot-favorite .favorite-icon {
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 768px) {
  .p-top__hotspot-favorite .favorite-icon {
    width: 30px;
    height: 30px;
    top: 0;
  }
}

.p-top__hotspot-btn {
  margin-top: 1.5rem;
  position: absolute;
  width: 50%;
  bottom: 15px;
  right: 15px;
}
.p-top__hotspot-btn .c-button__more {
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 1040px) {
  .p-top__hotspot-btn {
    width: 95%;
    right: unset;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__hotspot-btn .c-button__more {
    margin-left: auto;
    margin-right: auto;
  }
}

#js-splide-hotspotCard {
  width: 100%;
}

.p-top__hotspot-splide-track {
  padding-top: 4rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-top__hotspot-splide-track {
    padding-top: 8rem;
  }
}

#js-splide-hotspotCard.is-initialized:not(.is-active) .splide__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2rem 0;
}

.p-top__hotspot-splide-slide {
  width: 25%;
}
.p-top__hotspot-splide-slide:first-of-type {
  margin-left: 50%;
}
@media only screen and (max-width: 1040px) {
  .p-top__hotspot-splide-slide {
    width: 33%;
  }
  .p-top__hotspot-splide-slide:first-of-type {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__hotspot-splide-slide {
    width: 45%;
  }
}

#js-splide-hotspotCard .splide__arrows {
  position: absolute;
  top: 13px;
  right: -13px;
}
#js-splide-hotspotCard .splide__arrows .splide__arrow {
  height: 2.5em;
  width: 2.5em;
  background: #fff;
}
#js-splide-hotspotCard .splide__arrows .splide__arrow svg {
  fill: #d04e15;
}
#js-splide-hotspotCard .splide__arrows .splide__arrow--prev {
  left: -95px;
}
@media only screen and (max-width: 768px) {
  #js-splide-hotspotCard .splide__arrows {
    top: 53px;
  }
}

/* ==========================================
pickup
========================================== */
.p-top__pickup {
  background-color: #fff;
  border-radius: 60px 60px 0 0;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .p-top__pickup {
    border-radius: 35px 35px 0 0;
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
}

.p-top__pickup-favorite .simplefavorite-button {
  top: unset;
  bottom: 1rem;
  right: 0;
}

.p-top__pickup-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .p-top__pickup-wrapper {
    flex-direction: column-reverse;
  }
}

.p-top__pickup-left {
  width: 30%;
  border-right: 1px solid #d04e15;
  min-width: 225px;
  max-width: 340px;
  padding-right: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-top__pickup-left {
    width: 100%;
    border-right: none;
    min-width: unset;
    max-width: unset;
    padding-right: 0;
  }
}

.p-top__pickup-aside {
  position: sticky;
  top: 10rem;
}

.p-top__pickup-right {
  width: 70%;
  padding-left: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-top__pickup-right {
    width: 100%;
  }
}

.p-top__pickup-head {
  padding-left: 2rem;
}
.p-top__pickup-head img {
  width: min(200px, 38vw);
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-top__pickup-head {
    padding-left: 0;
  }
}

.p-top__pickup-splide-track {
  padding-bottom: 3rem;
}

.splide__pagination__page {
  background: #8cb54f;
}
.splide__pagination__page.is-active {
  background: #d04e15;
  border: 0.5px solid #fff;
}

#js-splide-pickupCard .splide__arrows {
  position: absolute;
  top: -25px;
  right: -13px;
}
#js-splide-pickupCard .splide__arrows .splide__arrow {
  height: 2.5em;
  width: 2.5em;
  background: #d04e15;
}
#js-splide-pickupCard .splide__arrows .splide__arrow svg {
  fill: #fff;
}
#js-splide-pickupCard .splide__arrows .splide__arrow--prev {
  left: -95px;
}

#js-splide-pickupCard.is-initialized:not(.is-active) .splide__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 3rem 0;
  max-width: 780px;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  #js-splide-pickupCard.is-initialized:not(.is-active) .splide__list {
    flex-wrap: nowrap;
    max-width: unset;
    margin-top: unset;
  }
}

.p-top__pikcup-btn {
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-top__pikcup-btn {
    margin-top: 3rem;
  }
}

/* ==========================================
条件でえらぶ
========================================== */
.p-top__selectTag {
  background-color: #ece6d6;
  padding: 5rem 0 9rem;
}
@media only screen and (max-width: 768px) {
  .p-top__selectTag {
    padding-bottom: 6rem;
  }
}

.p-top__selectTag-content {
  position: relative;
  z-index: 10;
}
.p-top__selectTag-content + .p-top__selectTag-content {
  margin-top: 5rem;
}

.p-top__selectTag-content__head {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2rem;
  padding-left: 70px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-top__selectTag-content__head {
    padding-left: 50px;
  }
}
.p-top__selectTag-content__head::before {
  content: "";
  width: 55px;
  height: 55px;
  background: url(../image/icon/head-flower.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  animation: flowerRotate 5s infinite;
}
@media only screen and (max-width: 768px) {
  .p-top__selectTag-content__head::before {
    width: 45px;
    height: 45px;
  }
}

.p-top__selectTag-inner__box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 70px;
}
.p-top__selectTag-inner__box + .p-top__selectTag-inner__box {
  margin-top: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .p-top__selectTag-inner__box {
    flex-direction: column;
    padding-left: 0;
  }
  .p-top__selectTag-inner__box + .p-top__selectTag-inner__box {
    margin-top: 2rem;
  }
}
.p-top__selectTag-inner__box .p-top__selectTag-inner__area {
  flex-shrink: 0;
  font-size: 1.4rem;
  width: 120px;
  font-weight: 600;
  text-align: left;
  letter-spacing: -0.02em;
  position: relative;
}
.p-top__selectTag-inner__box .p-top__selectTag-inner__area::after {
  content: "：";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .p-top__selectTag-inner__box .p-top__selectTag-inner__area::after {
    content: none;
  }
}

.p-top__selectTag-inner__list {
  width: calc(100% - 120px);
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
.p-top__selectTag-inner__list.--pl {
  padding-left: 70px;
}
@media only screen and (max-width: 768px) {
  .p-top__selectTag-inner__list {
    width: 100%;
  }
  .p-top__selectTag-inner__list.--pl {
    padding-left: 0;
  }
}

.p-top__selectTag-inner__item {
  position: relative;
}
.p-top__selectTag-inner__item a {
  color: #555;
  display: inline-block;
  font-size: 1.3rem;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .p-top__selectTag-inner__item a {
    font-size: 1.1rem;
  }
}
.p-top__selectTag-inner__item:after {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}

/* ==========================================
page
========================================== */
.c-box {
  padding: 8rem 0;
}
@media only screen and (max-width: 768px) {
  .c-box {
    padding: 5rem 0;
  }
}

/* ==========================================
page-content
========================================== */
.p-page__content {
  padding-top: 20px;
}
@media only screen and (max-width: 992px) {
  .p-page__content {
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-page__content {
    padding-top: 1.5rem;
    font-size: 1.2rem;
  }
}
.p-page__content h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 0.1em 0.5em 0.1em 1em; /*上下 左右の余白*/
  background: transparent; /*背景透明に*/
  border-left: solid 5px #8cb54f; /*左線*/
}
@media only screen and (max-width: 992px) {
  .p-page__content h2 {
    padding: 0.1em 0.5em 0.1em; /*上下 左右の余白*/
  }
}
@media only screen and (max-width: 768px) {
  .p-page__content h2 {
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }
}
.p-page__content p:not(:last-child) {
  margin-bottom: 2em;
}
.p-page__content ol {
  list-style-position: inside;
  margin-bottom: 2em;
}
.p-page__content ul {
  padding-left: 10px;
}

/* ==========================================
topへ戻るボタン
========================================== */
.p-page__btn {
  margin-top: 5rem;
}

/* ==========================================
favorite
========================================== */
.p-page__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5%;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #c4c4c4;
}

.p-page__item-img {
  width: 25%;
  height: 150px;
}
@media only screen and (max-width: 768px) {
  .p-page__item-img {
    height: 90px;
  }
}
.p-page__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 768px) {
  .p-page__item-img img {
    height: auto;
  }
}

.p-page__item-content {
  width: 70%;
  padding: 1rem 1rem 4rem 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-page__item-content {
    padding: 0 1rem 4rem 0;
  }
}
.p-page__item-content .simplefavorite-button {
  top: unset;
  right: unset;
  left: 1rem;
  bottom: 0;
}

.p-page__item-title {
  font-size: 1.6rem;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .p-page__item-title {
    font-size: 1.4rem;
  }
}

.p-page__item-text {
  font-size: 1.4rem;
  padding-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-page__item-text {
    font-size: 1.2rem;
  }
}

/* ==========================================
plugin
========================================== */
.am-fs__info .el-form {
  display: flex;
}
.am-fs__info .el-form .el-form-item:nth-of-type(3) {
  order: 1;
}
.am-fs__info .el-form .el-form-item:nth-of-type(8) {
  order: 2;
}
.am-fs__info .el-input__wrapper {
  width: 100%;
}

.amelia-v2-booking .el-input__wrapper {
  width: 100%;
}

.am-fs__extras .el-input__wrapper {
  width: 100%;
}

.amelia-v2-booking .el-select__input {
  margin-left: 0;
}

.amelia-v2-booking .am-icon-close {
  font-size: 2.8rem;
  background: #fff;
  border-radius: 50%;
  padding: 12px;
}
@media only screen and (max-width: 768px) {
  .amelia-v2-booking .am-icon-close {
    right: 25px;
    top: 15px;
    font-size: 1.8rem;
    padding: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .amelia-v2-booking .el-dialog__headerbtn {
    right: 25px;
    top: 15px;
  }
}

/*----------------------------------------------------
pagenavi
----------------------------------------------------*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  position: relative;
  z-index: 10;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d04e15;
  font-weight: 600;
  font-size: 1.6rem;
  background-color: #fff;
  border: solid 1px #d04e15 !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #d04e15;
  border-color: #d04e15;
  opacity: 0.8;
}

.wp-pagenavi span.current {
  color: #FFF;
  font-weight: 700;
  background-color: #d04e15;
  border-color: #d04e15;
}

/*----------------------------------------------------
パンくずリスト
----------------------------------------------------*/
.c-breadcrumbs-wrapper {
  background-color: #8cb54f;
  width: 100%;
  margin-bottom: 5rem;
}

.c-breadcrumbs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 1.4rem;
  color: #ece6d6;
  font-weight: 500;
  margin: 1em 0;
  list-style: none;
  padding: 0 1rem;
  max-width: 1400px;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .c-breadcrumbs {
    font-size: 1.2rem;
  }
}
.c-breadcrumbs .archive {
  padding: 0;
}
.c-breadcrumbs a {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.c-breadcrumbs a:first-child {
  margin-left: 0;
}
.c-breadcrumbs a:last-child {
  margin-right: 0;
}
.c-breadcrumbs .current-item {
  color: #666;
  font-size: 1.3rem;
  margin-left: 0.5em;
  text-decoration: none;
}
.c-breadcrumbs._single {
  margin-top: 2rem;
}

/*----------------------------------------------------
search & filterの設定
----------------------------------------------------*/
.searchandfilter.header-form {
  position: relative;
  background-color: #fff;
  border-radius: 80px;
  padding: 0.8rem 3rem;
}
.searchandfilter.header-form ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
}
.searchandfilter.header-form ul li {
  width: calc((100% - 140px) / 3);
  max-width: 240px;
  padding-right: 0;
}
.searchandfilter.header-form ul li select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url("../image/icon/select-arrow.png");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: right 12px center;
  /* 画像の位置 */
  font-size: 1.4rem;
}
.searchandfilter.header-form ul li:last-of-type {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  border-radius: 10px;
  background-color: #8cb54f;
  max-width: 140px;
}
.searchandfilter.header-form ul li:last-of-type input[type=submit] {
  padding: 12.5px 39.5px;
}

/* ==========================================
drawer
========================================== */
.searchandfilter.drawer-form {
  position: relative;
  background-color: #fff;
  border-radius: 80px;
}
.searchandfilter.drawer-form ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.searchandfilter.drawer-form ul li {
  width: 100%;
  padding-right: 0;
}
.searchandfilter.drawer-form ul li select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url("../image/icon/select-arrow.png");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: right 12px center;
  /* 画像の位置 */
}
.searchandfilter.drawer-form ul li:last-of-type {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #fff;
  border-radius: 10px;
  background-color: #8cb54f;
}
.searchandfilter.drawer-form ul li:last-of-type input[type=submit] {
  width: 100%;
  padding: 2rem 0;
}

/* ==========================================
sidebar
========================================== */
.archive-form.searchandfilter ul {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .archive-form.searchandfilter ul {
    width: 90%;
  }
}
.archive-form.searchandfilter li + li {
  margin-top: 1rem;
}
.archive-form.searchandfilter h4 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .archive-form.searchandfilter h4 {
    font-size: 1.5rem;
    margin: 10px 0 5px;
  }
}
.archive-form.searchandfilter input[type=submit] {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  border-radius: 10px;
  background-color: #8cb54f;
  width: min(100%, 280px);
  padding: 25px 38px;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .archive-form.searchandfilter input[type=submit] {
    font-size: 1.6rem;
  }
}

/* ==========================================

========================================== */
.sharethis-inline-reaction-buttons .st-btn svg {
  width: 40px;
  height: 40px;
}

/* ==========================================

========================================== */
.simplefavorite-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 8px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.simplefavorite-button.active {
  opacity: 1 !important;
}

.p-sigle__favorite .simplefavorite-button {
  position: relative;
}
.p-sigle__favorite .favorite-icon {
  width: 50px;
  height: 50px;
  top: unset;
  right: unset;
}
@media only screen and (max-width: 768px) {
  .p-sigle__favorite .favorite-icon {
    width: 40px;
    height: 40px;
  }
}

.favorite-icon {
  padding-top: 1rem;
  padding-right: 1rem;
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url(../image/icon/favorite-icon.png) no-repeat center center/contain;
  position: relative;
  top: 1rem;
  right: 1rem;
  transition: transform 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .favorite-icon {
    width: 30px;
    height: 30px;
    top: 0;
  }
}
.favorite-icon:hover {
  transform: scale(1.2, 1.2);
  opacity: 0.8;
}
.favorite-icon .favorite-text {
  display: inline-block;
  position: relative;
  font-size: 0;
}
.favorite-icon.is-selected {
  background: url(../image/icon/favorite-icon-red.png) no-repeat center center/contain;
  opacity: 1;
}

/* ==========================================
いいねボタン
========================================== */
.ifw_wrap {
  margin: 20px auto 25px;
}

.ifw_wrap button.ifw_btn, .ifw_wrap div.ifw_btn {
  display: flex;
  align-items: center;
  font-size: 13px;
  border: 1.5px solid #b5b5b5;
  box-shadow: 1px 2px 0 #b5b5b5;
}
.ifw_wrap button.ifw_btn:hover, .ifw_wrap div.ifw_btn:hover {
  box-shadow: none;
  transform: translate(1px, 2px);
}

.ifw_wrap.ifw_left {
  margin-left: auto;
  margin-right: 0;
}

.ifw_wrap button.ifw_btn {
  font-size: 1.4rem;
}
.ifw_wrap button.ifw_btn .icon {
  display: block;
  margin-right: 5px;
  width: 25px;
  height: 25px;
}

.ifw_wrap .ifw_message_wrap.ifw_top_center {
  z-index: 10;
  left: 0;
}
@media only screen and (max-width: 992px) {
  .ifw_wrap .ifw_message_wrap.ifw_top_center {
    left: 50%;
  }
}/*# sourceMappingURL=style.css.map */