@charset "UTF-8";
* {
  box-sizing: border-box;
  word-break: break-word;
}

img {
  max-width: 100%;
}

a.link-tel {
  text-decoration: underline;
}
@media (min-width: 769px) {
  a.link-tel {
    text-decoration: none;
    pointer-events: none;
  }
}

a.disable {
  pointer-events: none;
}

.txt-underline {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .pc-visible {
    display: none;
  }
}

@media (min-width: 769px) {
  .sp-visible {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; /* リンクを無効化 */
    cursor: default; /* カーソルを通常に */
  }
}
.font-en, .restaurant-content .bottom-navi-content .bottom-navi-content__inner .flex-box .flex-item a .bottom-navi-content__inner__flexbox__box__body .bottom-navi-content__inner__flexbox__box__body__tag {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.wysiwyg {
  font-size: inherit;
  line-height: 1.8;
  word-break: break-all;
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-weight: bold;
}

.wysiwyg h1 {
  font-size: 200%;
}

.wysiwyg h2 {
  font-size: 180%;
}

.wysiwyg h3 {
  font-size: 160%;
}

.wysiwyg h4 {
  font-size: 140%;
}

.wysiwyg h5 {
  font-size: 120%;
}

.wysiwyg h6 {
  font-size: 100%;
}

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

.wysiwyg a {
  text-decoration: underline;
}

.wysiwyg a:hover {
  text-decoration: none;
}

.wysiwyg strong,
.wysiwyg b {
  font-weight: bold;
}

.wysiwyg em {
  font-style: italic;
}

.wysiwyg sup {
  vertical-align: super;
  font-size: smaller;
}

.wysiwyg sub {
  vertical-align: sub;
  font-size: smaller;
}

.wysiwyg code {
  display: block;
  padding: 20px;
  background: #eee;
}

.wysiwyg ul, .wysiwyg ol {
  padding-left: 1.5em;
}

.wysiwyg ul {
  list-style: disc;
}

.wysiwyg ol {
  list-style: decimal;
}

.wysiwyg ul[style] li, .wysiwyg ol[style] li {
  list-style-type: inherit !important;
}

.wysiwyg ul li, .wysiwyg ol li {
  list-style-position: inside;
}

.wysiwyg ul li {
  list-style-type: disc;
}

.wysiwyg ol li {
  list-style-type: decimal;
}

.wysiwyg table {
  width: 100% !important;
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrap {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .wysiwyg .table-wrap::-webkit-scrollbar {
    height: 15px;
  }
  .wysiwyg .table-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .wysiwyg .table-wrap::-webkit-scrollbar-thumb {
    background: #bbb;
  }
}
@-webkit-keyframes arrowSlider {
  100% {
    transform: translateX(150%);
  }
}
@-moz-keyframes arrowSlider {
  100% {
    transform: translateX(150%);
  }
}
@keyframes arrowSlider {
  100% {
    transform: translateX(150%);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes bgSliderL {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  40% {
    opacity: 0;
  }
  51% {
    opacity: 0.3;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-moz-keyframes bgSliderL {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  40% {
    opacity: 0;
  }
  51% {
    opacity: 0.3;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes bgSliderL {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  40% {
    opacity: 0;
  }
  51% {
    opacity: 0.3;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes bgMenuSliderL {
  0% {
    opacity: 1;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-moz-keyframes bgMenuSliderL {
  0% {
    opacity: 1;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes bgMenuSliderL {
  0% {
    opacity: 1;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes bgSliderR {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
@-moz-keyframes bgSliderR {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes bgSliderR {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
/* ボタン用のゆらぎアニメーション */
@keyframes css-wobble {
  0% {
    transform: scale(1) rotate(-5deg);
  }
  100% {
    transform: scale(1.05) rotate(5deg);
  }
}
/* メインビジュアル用の大きなゆらぎアニメーション */
@keyframes css-wobble-large {
  0% {
    transform: scale(1) rotate(-3deg);
  }
  100% {
    transform: scale(1.05) rotate(3deg);
  }
}
@keyframes scrollDonwIcon {
  0% {
    transform: translate3d(0, -3.125rem, 0) scale(0.5);
    opacity: 0;
  }
  40% {
    transform: translate3d(0, 0.1875rem, 0) scale(1);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 0.1875rem, 0) scale(0.5);
    opacity: 0;
  }
}
@keyframes scrollDonwIconSP {
  0% {
    transform: translate3d(0, -1.5625rem, 0) scale(0.5);
    opacity: 0;
  }
  40% {
    transform: translate3d(0, 0.09375rem, 0) scale(1);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 0.09375rem, 0) scale(0.5);
    opacity: 0;
  }
}
@keyframes scrollDonwLine {
  0% {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: translate3d(0, 150%, 0);
    opacity: 0;
  }
}
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes slidein {
  from {
    transform: scale(1.12);
  }
  to {
    transform: scale(1);
  }
}
/* 横スクロール（無限ループ）（PC用） */
@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
/* 横スクロール （無限ループ）（SP用） */
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes telop-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.main-content__top-section {
  position: relative;
  padding-top: 60px;
}
.main-content__top-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/hoten/assets/images/common/bg.webp) center top;
  background-size: 50%;
  pointer-events: none;
  mix-blend-mode: multiply;
  opacity: 0.7;
  z-index: 0;
}
.main-content__top-section .splide-content {
  position: relative;
}
.main-content__top-section .splide-content #main-slider .splide__arrow {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: background-color 0.3s, opacity 0.3s;
}
.main-content__top-section .splide-content #main-slider .splide__arrow svg {
  fill: #5a7133;
  width: 14px;
  height: 14px;
}
.main-content__top-section .splide-content #main-slider .splide__arrow--prev {
  left: 18%;
  transform: translateY(-50%) translateX(-50%);
}
.main-content__top-section .splide-content #main-slider .splide__arrow--next {
  right: 18%;
  transform: translateY(-50%) translateX(50%);
}
@media (max-width: 768px) {
  .main-content__top-section .splide-content #main-slider .splide__arrow {
    width: 36px;
    height: 36px;
  }
  .main-content__top-section .splide-content #main-slider .splide__arrow svg {
    width: 10px;
    height: 10px;
  }
  .main-content__top-section .splide-content #main-slider .splide__arrow--prev {
    left: 8%;
  }
  .main-content__top-section .splide-content #main-slider .splide__arrow--next {
    right: 8%;
  }
}
.main-content__top-section .splide-content .thumbnail-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.main-content__top-section .splide-content .thumbnail-wrap .splide__track--nav > .splide__list > .splide__slide {
  border: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.main-content__top-section .splide-content .thumbnail-wrap .splide__track--nav > .splide__list > .splide__slide.is-active {
  opacity: 0.5;
}
.main-content__top-section .facility-content {
  width: 100%;
  max-width: 930px;
  margin: 60px auto 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.main-content__top-section .facility-content.hair_cut {
  align-items: center;
}
.main-content__top-section .facility-content .facility-title {
  position: relative;
  font-size: 34px;
  font-weight: 600;
  line-height: 36px;
  color: #4c5d2c;
  writing-mode: vertical-rl;
  letter-spacing: 0.15em;
  position: relative;
  width: 51px;
  margin-top: 20px;
}
.main-content__top-section .facility-content .facility-title .title-text {
  position: relative;
  z-index: 1;
}
.main-content__top-section .facility-content .facility-title .title-text span {
  color: #fff;
}
.main-content__top-section .facility-content .facility-title:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 8px;
  width: 50px;
  height: 50px;
  background: url(/hoten/assets/images/common/ttl_bg_parts1.svg) no-repeat;
  background-size: 50px;
}
.main-content__top-section .facility-content .facility-text {
  width: 79.3296089385%;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  color: #4c5d2c;
}
@media (max-width: 768px) {
  .main-content__top-section {
    padding-top: 30px;
  }
  .main-content__top-section:before {
    background: url(/hoten/assets/images/common/bg.webp) center top;
    background-size: 150%;
  }
  .main-content__top-section .facility-content {
    width: calc(100% - 46px);
    margin: 30px auto 0 auto;
    gap: 35px;
    padding-left: 15px;
  }
  .main-content__top-section .facility-content .facility-title {
    position: relative;
    font-size: 21px;
    line-height: 1;
    color: #4c5d2c;
    width: 23px;
    margin-top: 20px;
  }
  .main-content__top-section .facility-content .facility-title:before {
    top: -3px;
    left: -2px;
    width: 29px;
    height: 29px;
    background: url(/hoten/assets/images/common/ttl_bg_parts1.svg) no-repeat;
    background-size: 29px;
  }
  .main-content__top-section .facility-content .facility-text {
    width: calc(100% - 23px - 35px - 15px);
    font-size: 15px;
    line-height: 26px;
  }
  .main-content__top-section .facility-content.hair_cut {
    align-items: flex-start;
  }
  .main-content__top-section .facility-content.hair_cut .facility-title {
    margin-top: 10px;
  }
}

.restaurant-content {
  position: relative;
  padding-bottom: 60px;
}
.restaurant-content:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/hoten/assets/images/common/bg.webp) center top;
  background-size: 50%;
  pointer-events: none;
  mix-blend-mode: multiply;
  opacity: 0.7;
  z-index: 0;
}
.restaurant-content .restaurant-content__inner {
  padding-top: 80px;
  margin: 0 auto;
  width: calc(100% - 120px);
  position: relative;
}
.restaurant-content .restaurant-content__inner .guide-section .section-ttl {
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  color: #4c5d2c;
  padding-bottom: 25px;
  border-bottom: 1px solid #d8ceb9;
}
.restaurant-content .restaurant-content__inner .guide-section .fee-table {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.restaurant-content .restaurant-content__inner .guide-section .fee-table .fee-table__row {
  margin-top: 30px;
  width: calc((100% - 20px) / 2);
  background-color: #fff;
  display: flex;
}
.restaurant-content .restaurant-content__inner .guide-section .fee-table .fee-table__row .fee-table__label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  color: #fff;
  background: #5a7133;
  width: 25.4980079681%;
}
.restaurant-content .restaurant-content__inner .guide-section .fee-table .fee-table__row .fee-table__item {
  width: 74.5019920319%;
  padding: 0 30px;
  position: relative;
}
.restaurant-content .restaurant-content__inner .guide-section .fee-table .fee-table__row .fee-table__item .fee-table__text {
  font-weight: 600;
  font-size: 19px;
  line-height: 26px;
  color: #4c5d2c;
  padding: 53px 0 55px 0;
}
.restaurant-content .restaurant-content__inner .guide-section .fee-table .fee-table__row .fee-table__item .parts-icon {
  position: absolute;
  width: 34.4919786096%;
  max-width: 129px;
  bottom: 0;
  right: 0;
}
.restaurant-content .restaurant-content__inner .guide-section .fee-table.hair_cut .fee-table__row .fee-table__item .fee-table__text {
  padding: 22px 0 22px 0;
}
.restaurant-content .restaurant-content__inner .guide-section .fee-table1 {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  justify-content: space-between;
}
.restaurant-content .restaurant-content__inner .guide-section .fee-table1 .fee-table__row {
  margin-top: 30px;
  width: calc((100% - 40px) / 3);
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.restaurant-content .restaurant-content__inner .guide-section .fee-table1 .fee-table__row .fee-table__label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  color: #fff;
  background: #5a7133;
  height: 50px;
}
.restaurant-content .restaurant-content__inner .guide-section .fee-table1 .fee-table__row .fee-table__item {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.restaurant-content .restaurant-content__inner .guide-section .fee-table1 .fee-table__row .fee-table__item .flex_row {
  width: 100%;
  padding: 32px 0 34px 0;
}
.restaurant-content .restaurant-content__inner .guide-section .fee-table1 .fee-table__row .fee-table__item .flex_row__item {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-weight: 600;
  font-size: 19px;
  line-height: 26px;
  color: #4c5d2c;
}
.restaurant-content .restaurant-content__inner .guide-section .fee-table1 .fee-table__row .fee-table__item .flex_row__label {
  width: 3em;
  text-align: right;
}
.restaurant-content .restaurant-content__inner .guide-section .fee-table1 .fee-table__row .fee-table__item .flex_row__text {
  text-align: left;
}
.restaurant-content .restaurant-content__inner .guide-section .fee-table1 .fee-table__row .fee-table__item .parts-icon {
  position: absolute;
  width: 34.4919786096%;
  max-width: 129px;
  bottom: 0;
  right: 0;
}
.restaurant-content .restaurant-content__inner .guide-section .guide-fee-note {
  margin-top: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #4c5d2c;
}
.restaurant-content .restaurant-content__inner .guide-section .guide-fee-note-wysiwyg {
  margin-top: 5px;
  font-size: 16px;
  color: #4c5d2c;
}
.restaurant-content .restaurant-content__inner .btn-section {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
.restaurant-content .restaurant-content__inner .btn-section .btn-item a {
  position: relative;
  display: flex;
  align-items: center;
  width: 310px;
  height: 90px;
  border-radius: 45px;
  background: #8c0026;
  padding: 10px 0 0 35px;
}
.restaurant-content .restaurant-content__inner .btn-section .btn-item a .hover-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.restaurant-content .restaurant-content__inner .btn-section .btn-item a .hover-icon.hover-icon_custom {
  width: 20px;
  height: 20px;
  margin-bottom: 9px;
}
.restaurant-content .restaurant-content__inner .btn-section .btn-item a .hover-icon.hover-icon_custom .arrow-before {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 1px;
  left: -1px;
  transition: translate 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.restaurant-content .restaurant-content__inner .btn-section .btn-item a .hover-icon.hover-icon_custom .arrow-after {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(100% + 1px);
  left: -1px;
  transition: translate 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.restaurant-content .restaurant-content__inner .btn-section .btn-item:nth-child(2) a {
  background-color: #0d2a52;
}
.restaurant-content .bottom-navi-content {
  position: relative;
  margin-top: 80px;
}
.restaurant-content .bottom-navi-content .bottom-navi-content__inner .flex-box {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 24px;
  justify-content: space-between;
  align-items: center;
}
.restaurant-content .bottom-navi-content .bottom-navi-content__inner .flex-box .flex-item {
  width: calc((100% - 24px) / 2);
}
.restaurant-content .bottom-navi-content .bottom-navi-content__inner .flex-box .flex-item a {
  background: #eae3d5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.restaurant-content .bottom-navi-content .bottom-navi-content__inner .flex-box .flex-item a .bottom-navi-content__inner__flexbox__box__image {
  width: 38.4%;
}
.restaurant-content .bottom-navi-content .bottom-navi-content__inner .flex-box .flex-item a .bottom-navi-content__inner__flexbox__box__body {
  width: 55.6%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.restaurant-content .bottom-navi-content .bottom-navi-content__inner .flex-box .flex-item a .bottom-navi-content__inner__flexbox__box__body .parts-icon {
  position: absolute;
  width: 25.8%;
  bottom: 0;
  right: 0;
}
.restaurant-content .bottom-navi-content .bottom-navi-content__inner .flex-box .flex-item a .bottom-navi-content__inner__flexbox__box__body .bottom-navi-content__inner__flexbox__box__body__tag {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: rgba(76, 93, 44, 0.5);
}
.restaurant-content .bottom-navi-content .bottom-navi-content__inner .flex-box .flex-item a .bottom-navi-content__inner__flexbox__box__body .bottom-navi-content__inner__flexbox__box__body__title {
  margin-top: 5px;
  font-weight: 600;
  font-size: clamp(11px, 1.5vw, 20px);
  line-height: 1.2;
  color: #4c5d2c;
}
.restaurant-content .bottom-navi-content .bottom-navi-content__inner .flex-box .flex-item a .bottom-navi-content__inner__flexbox__box__body .bottom-navi-content__inner__flexbox__box__body__title.hover-text {
  white-space: normal;
  line-height: 1.3;
}
.restaurant-content .bottom-navi-content .bottom-navi-content__inner .flex-box .flex-item a .bottom-navi-content__inner__flexbox__box__body .bottom-navi-content__inner__flexbox__box__body__title.hover-text span {
  display: block;
  white-space: normal;
}
.restaurant-content .bottom-navi-content .bottom-navi-content__inner .flex-box .flex-item a .bottom-navi-content__inner__flexbox__box__body .bottom-navi-content__inner__flexbox__box__body__title.hover-text:after {
  content: attr(data-text);
  display: block;
  white-space: pre-wrap;
}
.restaurant-content .bottom-navi-content .bottom-navi-content__inner .flex-box .flex-item a .bottom-navi-content__inner__flexbox__box__body .hover-icon {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  right: 6%;
  top: calc(50% - 8px);
}
.restaurant-content .bottom-navi-content .bottom-navi-content__inner .flex-box .flex-item a .bottom-navi-content__inner__flexbox__box__body .hover-icon_right .arrow-before:before {
  background-color: #93815c;
}
.restaurant-content .bottom-navi-content .bottom-navi-content__inner .flex-box .flex-item a .bottom-navi-content__inner__flexbox__box__body .hover-icon_right .arrow-before:after {
  background-color: #93815c;
}
.restaurant-content .bottom-navi-content .bottom-navi-content__inner .flex-box .flex-item a .bottom-navi-content__inner__flexbox__box__body .hover-icon_right .arrow-after:before {
  content: "";
  background-color: #93815c;
}
.restaurant-content .bottom-navi-content .bottom-navi-content__inner .flex-box .flex-item a .bottom-navi-content__inner__flexbox__box__body .hover-icon_right .arrow-after:after {
  background-color: #93815c;
}
@media (max-width: 1064px) {
  .restaurant-content .bottom-navi-content .bottom-navi-content__inner {
    width: calc(100% - 60px);
  }
}
@media (max-width: 768px) {
  .restaurant-content .bottom-navi-content {
    margin-top: 10px;
  }
  .restaurant-content .bottom-navi-content .bottom-navi-content__inner {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .restaurant-content .bottom-navi-content .bottom-navi-content__inner .flex-box {
    display: block;
    gap: normal;
  }
  .restaurant-content .bottom-navi-content .bottom-navi-content__inner .flex-box .flex-item {
    width: 100%;
    margin-top: 10px;
  }
  .restaurant-content .bottom-navi-content .bottom-navi-content__inner .flex-box .flex-item a {
    gap: normal;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
  }
  .restaurant-content .bottom-navi-content .bottom-navi-content__inner .flex-box .flex-item a .bottom-navi-content__inner__flexbox__box__image {
    width: 38.4146341463%;
  }
  .restaurant-content .bottom-navi-content .bottom-navi-content__inner .flex-box .flex-item a .bottom-navi-content__inner__flexbox__box__body {
    width: 53.9634146341%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .restaurant-content .bottom-navi-content .bottom-navi-content__inner .flex-box .flex-item a .bottom-navi-content__inner__flexbox__box__body .parts-icon {
    position: absolute;
    width: 25.6097560976%;
    bottom: 0;
    right: 0;
  }
  .restaurant-content .bottom-navi-content .bottom-navi-content__inner .flex-box .flex-item a .bottom-navi-content__inner__flexbox__box__body .bottom-navi-content__inner__flexbox__box__body__tag {
    font-size: 12px;
    line-height: 1;
  }
  .restaurant-content .bottom-navi-content .bottom-navi-content__inner .flex-box .flex-item a .bottom-navi-content__inner__flexbox__box__body .bottom-navi-content__inner__flexbox__box__body__title {
    margin-top: 5px;
    font-size: 16px;
    line-height: 20px;
  }
  .restaurant-content .bottom-navi-content .bottom-navi-content__inner .flex-box .flex-item a .bottom-navi-content__inner__flexbox__box__body .bottom-navi-content__inner__flexbox__box__body__title.hover-text {
    height: auto;
  }
  .restaurant-content .bottom-navi-content .bottom-navi-content__inner .flex-box .flex-item a .bottom-navi-content__inner__flexbox__box__body .bottom-navi-content__inner__flexbox__box__body__title.hover-text:after {
    display: none;
  }
  .restaurant-content .bottom-navi-content .bottom-navi-content__inner .flex-box .flex-item a .bottom-navi-content__inner__flexbox__box__body .hover-icon {
    margin-right: 0;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1064px) {
  .restaurant-content .restaurant-content__inner {
    width: calc(100% - 46px);
  }
}
@media (max-width: 768px) {
  .restaurant-content {
    padding-bottom: 0;
    position: relative;
  }
  .restaurant-content:before {
    background: url(/hoten/assets/images/common/bg.webp) center top;
    background-size: 150%;
  }
  .restaurant-content .restaurant-content__inner {
    padding-top: 30px;
    position: relative;
  }
  .restaurant-content .restaurant-content__inner .guide-section {
    margin-top: 30px;
  }
  .restaurant-content .restaurant-content__inner .guide-section .section-ttl {
    font-size: 18px;
    padding-bottom: 12px;
  }
  .restaurant-content .restaurant-content__inner .guide-section .fee-table {
    display: block;
    gap: 0;
  }
  .restaurant-content .restaurant-content__inner .guide-section .fee-table .fee-table__row {
    margin-top: 20px;
    display: block;
    width: 100%;
  }
  .restaurant-content .restaurant-content__inner .guide-section .fee-table .fee-table__row .fee-table__label {
    font-size: 16px;
    line-height: 1;
    width: 100%;
    height: 36px;
  }
  .restaurant-content .restaurant-content__inner .guide-section .fee-table .fee-table__row .fee-table__item {
    width: 100%;
    padding: 0 25px;
    position: relative;
  }
  .restaurant-content .restaurant-content__inner .guide-section .fee-table .fee-table__row .fee-table__item .fee-table__text {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 16px 0 17px 0;
  }
  .restaurant-content .restaurant-content__inner .guide-section .fee-table .fee-table__row .fee-table__item .parts-icon {
    width: 82px;
    max-width: 82px;
  }
  .restaurant-content .restaurant-content__inner .guide-section .fee-table1 {
    display: block;
    gap: 0;
  }
  .restaurant-content .restaurant-content__inner .guide-section .fee-table1 .fee-table__row {
    margin-top: 30px;
    width: 100%;
  }
  .restaurant-content .restaurant-content__inner .guide-section .fee-table1 .fee-table__row .fee-table__label {
    font-size: 16px;
    line-height: 1;
    width: 100%;
    height: 36px;
  }
  .restaurant-content .restaurant-content__inner .guide-section .fee-table1 .fee-table__row .fee-table__item {
    position: relative;
  }
  .restaurant-content .restaurant-content__inner .guide-section .fee-table1 .fee-table__row .fee-table__item .flex_row {
    width: 100%;
    padding: 18px 0 20px 0;
  }
  .restaurant-content .restaurant-content__inner .guide-section .fee-table1 .fee-table__row .fee-table__item .flex_row__item {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #4c5d2c;
  }
  .restaurant-content .restaurant-content__inner .guide-section .fee-table1 .fee-table__row .fee-table__item .flex_row__label {
    width: 3em;
  }
  .restaurant-content .restaurant-content__inner .guide-section .fee-table1 .fee-table__row .fee-table__item .parts-icon {
    width: 82px;
    max-width: 82px;
  }
  .restaurant-content .restaurant-content__inner .guide-section .guide-fee-note {
    margin-top: 18px;
    font-size: 13px;
    line-height: 22px;
  }
  .restaurant-content .restaurant-content__inner .guide-section .guide-fee-note-wysiwyg {
    margin-top: 5px;
    font-size: 13px;
  }
  .restaurant-content .restaurant-content__inner .btn-section {
    display: block;
    gap: 0;
    margin-top: 35px;
    margin-bottom: 0;
  }
  .restaurant-content .restaurant-content__inner .btn-section .btn-item {
    width: 75.7575757576%;
    max-width: 400px;
    margin: 0 auto;
  }
  .restaurant-content .restaurant-content__inner .btn-section .btn-item a {
    position: relative;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    padding: 8px 0 0 25px;
  }
  .restaurant-content .restaurant-content__inner .btn-section .btn-item a .hover-text {
    font-size: 15px;
  }
  .restaurant-content .restaurant-content__inner .btn-section .btn-item a .hover-icon {
    margin-right: 22px;
  }
  .restaurant-content .restaurant-content__inner .btn-section .btn-item a .hover-icon.hover-icon_custom {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
  }
  .restaurant-content .restaurant-content__inner .btn-section .btn-item a .hover-icon.hover-icon_custom .arrow-before {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 1px;
    left: -1px;
    transition: translate 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .restaurant-content .restaurant-content__inner .btn-section .btn-item a .hover-icon.hover-icon_custom .arrow-after {
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(100% + 1px);
    left: -1px;
    transition: translate 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .restaurant-content .restaurant-content__inner .btn-section .btn-item:nth-child(2) {
    margin-top: 15px;
  }
}
/*# sourceMappingURL=map/restaurant.css.map */