@charset "UTF-8";
:root {
  --zen-regular:font-weight:400;
  --zen-medium:font-weight:500;
  --zen-semibold:font-weight:600;
  --black01:#1a1b27;
  --black02:#171a1b;
  --brown01:#473c00;
  --navy01:#001147;
  --brown02:#685d21;
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

* {
  margin: 0;
  padding: 0;
}

*,
::after,
::before {
  box-sizing: border-box;
  outline: 0;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.75;
  font-feature-settings: "pkna" 1;
  letter-spacing: 0.075em;
  overflow: auto;
}
@media screen and (max-width:768px) {
  body {
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  color: var(--black01);
  text-decoration: none;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
a:hover {
  opacity: 0.9;
}

ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
}
table thead th,
table thead td {
  background-color: #f2f2f2;
}
table th,
table td {
  border-collapse: collapse;
}
table th {
  text-align: left;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.is-sp {
  display: none !important;
}
@media screen and (max-width:768px) {
  .is-sp {
    display: block !important;
  }
}

.is-pc {
  display: block !important;
}
@media screen and (max-width:768px) {
  .is-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.semi {
  font-weight: 600;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

main {
  background: url(../images/bg.png);
}

.ta-c {
  text-align: center;
}

section {
  padding: 80px 0;
}
@media screen and (max-width:768px) {
  section {
    padding: 56px 0;
  }
}
section h2 {
  font-size: 4.2rem;
  margin-bottom: 48px;
}
@media screen and (max-width:768px) {
  section h2 {
    font-size: 3rem;
    margin-bottom: 32px;
  }
}
section .inner {
  max-width: 1200px;
  width: 83.3333333333%;
  margin: 0 auto;
}

.desc {
  margin-bottom: 32px;
}
@media screen and (max-width:768px) {
  .desc {
    margin-bottom: 16px;
  }
}

.mv {
  padding: 50px 0;
  background: url(../images/bg-map.png), url(../images/bg-blue.png);
  background-size: contain, cover;
  background-repeat: no-repeat, repeat;
  background-position: center, center;
  height: 100dvh;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .mv {
    padding: 0;
    --center-height:auto;
  }
}
.mv .left, .mv .right, .mv .center {
  width: 33.3333333333%;
  height: calc(100dvh - 100px);
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .mv .left, .mv .right, .mv .center {
    width: 100%;
  }
}
.mv .left img, .mv .right img, .mv .center img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width:768px) {
  .mv .left, .mv .right {
    height: auto;
  }
}
@media screen and (max-width:768px) {
  .mv .center {
    height: auto;
    padding: 40px 20px;
  }
}
.mv .mv-wrapper {
  align-items: center;
}
@media screen and (max-width:768px) {
  .mv .mv-wrapper {
    flex-direction: column;
  }
}
.mv .mv-wrapper img {
  object-fit: cover;
}
.mv .center {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.mv .center h1 {
  width: 68%;
  margin: 0 auto 30px;
  font-size: clamp(24px, 2.7083333333vw, 60px);
}
@media screen and (max-width:768px) {
  .mv .center h1 {
    margin-bottom: 16px;
  }
}
.mv .center .mv-desc.en {
  font-size: 2.1rem;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .mv .center .mv-desc.en {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
}
.mv .center .mv-desc.ja {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width:768px) {
  .mv .center .mv-desc.ja {
    font-size: 1.4rem;
  }
}

.path.bottom {
  position: relative;
  padding-bottom: 108px;
}
@media screen and (max-width:768px) {
  .path.bottom {
    padding-bottom: 0;
  }
}
.path.bottom::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 48px;
  background: white;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@media screen and (max-width:768px) {
  .path.bottom::after {
    height: 24px;
    animation: pathmove-sp 1.4s ease-in-out infinite;
  }
}
.path.top {
  position: relative;
  padding-top: 108px;
}
@media screen and (max-width:768px) {
  .path.top {
    padding-top: 48px;
  }
}
.path.top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 1px;
  height: 48px;
  background: #707070;
  animation: pathmove02 1.4s ease-in-out infinite;
}
@media screen and (max-width:768px) {
  .path.top::after {
    height: 24px;
    animation: pathmove02-sp 1.4s ease-in-out infinite;
  }
}

@keyframes pathmove {
  0% {
    height: 48px;
    bottom: 0px;
    opacity: 0;
  }
  30% {
    height: 48px;
    opacity: 1;
  }
  100% {
    height: 0;
    bottom: -96px;
    opacity: 0;
  }
}
@keyframes pathmove-sp {
  0% {
    height: 24px;
    top: 100%;
    opacity: 0;
  }
  30% {
    height: 24px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: calc(100% + 30px);
    opacity: 0;
  }
}
@keyframes pathmove02 {
  0% {
    height: 0;
    top: 0px;
    opacity: 0;
  }
  30% {
    height: 48px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 60px;
    opacity: 0;
  }
}
@keyframes pathmove02-sp {
  0% {
    height: 0;
    top: 0px;
    opacity: 0;
  }
  30% {
    height: 24px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 30px;
    opacity: 0;
  }
}
.intro {
  padding-bottom: 260px;
}
@media screen and (max-width:768px) {
  .intro {
    padding-bottom: 56px;
    padding-top: 16px;
  }
}
.intro .inner {
  position: relative;
}
.intro .intro-sp-swiper {
  overflow: hidden;
}
.intro .intro-sp-swiper .swiper-slide {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.intro .intro-sp-swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.intro .intro-sp-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.intro .img-wrapper.info01 {
  position: absolute;
  width: 20%;
  aspect-ratio: 240/360;
  top: 8.5106382979%;
  left: 2.5%;
}
.intro .img-wrapper.info02 {
  position: absolute;
  width: 25%;
  aspect-ratio: 300/180;
  left: 3.3333333333%;
  bottom: -200px;
}
.intro .img-wrapper.info03 {
  position: absolute;
  width: 25%;
  aspect-ratio: 300/460;
  top: 0;
  right: 0;
}
.intro .img-wrapper.info04 {
  position: absolute;
  width: 38.3333333333%;
  aspect-ratio: 460/180;
  bottom: -240px;
  right: 17.8333333333%;
}
.intro .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro h2 span {
  text-indent: 1.5em;
  display: inline-block;
}
.intro .text-container {
  padding-left: 72px;
  margin-bottom: 64px;
}
@media screen and (max-width:768px) {
  .intro .text-container {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.intro .text-container .desc {
  line-height: 1.875;
}
.intro .contents-box {
  margin: 0 auto;
  width: fit-content;
}

.section-head h2 {
  padding: 56px 0 56px;
  font-weight: 400;
  font-size: 4.8rem;
  position: relative;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .section-head h2 {
    font-size: 3.2rem;
    padding: 40px 0 24px;
  }
}
.section-head h2 span {
  display: block;
}
.section-head h2 .premium {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 24px;
}
.section-head h2::before {
  content: "";
  background: url(../images/mark-black.png) no-repeat center/contain;
  width: 100px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width:768px) {
  .section-head h2::before {
    width: 72px;
  }
}



.ten, .zen {
  background-image: url(../images/bg-white.png);
  background-size: 100% 44%;
  background-position: top;
}
@media screen and (max-width:768px) {
  .ten, .zen {
    background-size: 100% 53%;
  }
}

.section-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.section-body .lead {
  font-size: 3.6rem;
  line-height: 1.5;
  margin-bottom: 54px;
}
@media screen and (max-width:768px) {
  .section-body .lead {
    font-size: 2.2rem;
    margin-bottom: 32px;
  }
}
.section-body .text-wrapper {
  margin-top: 40px;
}
@media screen and (max-width:768px) {
  .section-body .text-wrapper {
    margin-top: 0;
  }
}

@media screen and (max-width:768px) {
  .premium-room .section-body .swiper-container {
    order: 1;
  }
  .premium-room .section-body .text-wrapper {
    order: 2;
  }
  .premium-room .section-body .img-wrapper.img02 {
   
    display: none;
  }
  .premium-room .section-body .img-wrapper.img03 {
    order: 3;
  }
}

.swiper-container {
  height: auto;
  width: 66.6666666667%;
  margin-right: -2.6666666667%;
}
@media screen and (max-width:768px) {
  .swiper-container {
    width: 100%;
    margin-top: 0;
    margin-bottom: 24px;
    margin-right: 0;
  }
}

.swiper01 {
  width: 100%;
}
.swiper01 .swiper-button-next, .swiper01 .swiper-button-prev {
  background-color: #000;
  width: 50px;
  height: 50px;
}
@media screen and (max-width:768px) {
  .swiper01 .swiper-button-next, .swiper01 .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}
.swiper01 .swiper-button-next {
  right: 0;
}
.swiper01 .swiper-button-next::after {
  content: "→";
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width:768px) {
  .swiper01 .swiper-button-next::after {
    font-size: 1.4rem;
  }
}
.swiper01 .swiper-button-prev {
  left: 0;
}
.swiper01 .swiper-button-prev::after {
  content: "←";
  color: white;
  font-size: 1.6rem;
}
@media screen and (max-width:768px) {
  .swiper01 .swiper-button-prev::after {
    font-size: 1.4rem;
  }
}

.img-wrapper.img02 {
  width: 26.6666666667%;
  margin-left: 2.6666666667%;
  margin-top: -124px;
}
@media screen and (max-width:768px) {
  .img-wrapper.img02 {
    width: 25%;
    margin-top: 0px;
    margin-left: auto;
  }
}
.img-wrapper.img03 {
  width: 58.3333333333%;
  height: auto;
  margin-right: 1.3333333333%;
  margin-top: 70px;
}
@media screen and (max-width:768px) {
  .img-wrapper.img03 {
    width: 90%;
    margin-top: 24px;
    margin-right: 0;
  }
}
.img-wrapper img {
  object-fit: cover;
}

.accordion {
  margin-top: 48px;
  max-width: 800px;
  width: 100%;
  margin: 48px auto;
}
.accordion .acc-head {
  background: var(--black02);
  color: white;
  padding: 16px 32px;
  font-size: 2.1rem;
  position: relative;
  transition: all 0.5s ease;
}
@media screen and (max-width:768px) {
  .accordion .acc-head {
    padding: 8px 16px;
    font-size: 1.4rem;
  }
}
.accordion .acc-head::after, .accordion .acc-head::before {
  content: "";
  width: 24px;
  height: 2px;
  background: white;
  position: absolute;
}
@media screen and (max-width:768px) {
  .accordion .acc-head::after, .accordion .acc-head::before {
    width: 12px;
    height: 1px;
  }
}
.accordion .acc-head::before {
  top: 48%;
  right: 32px;
  transform: rotate(0deg);
}
@media screen and (max-width:768px) {
  .accordion .acc-head::before {
    right: 16px;
  }
}
.accordion .acc-head::after {
  top: 48%;
  right: 32px;
  transform: rotate(90deg);
}
@media screen and (max-width:768px) {
  .accordion .acc-head::after {
    right: 16px;
  }
}
.accordion .acc-head.close::before {
  transform: rotate(45deg);
}
.accordion .acc-head.close::after {
  transform: rotate(-45deg);
}
.accordion .acc-body {
  font-size: 1.4rem;
  color: var(--black02);
  background: white;
  padding: 20px 20px 40px;
  display: none;
}
@media screen and (max-width:768px) {
  .accordion .acc-body {
    padding: 8px 8px 24px;
  }
}
.accordion .acc-body dl {
  border-bottom: 1px solid #dedede;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width:768px) {
  .accordion .acc-body dl {
    flex-direction: column;
  }
}
.accordion .acc-body dl dt, .accordion .acc-body dl dd {
  padding: 10px 20px;
}
@media screen and (max-width:768px) {
  .accordion .acc-body dl dt, .accordion .acc-body dl dd {
    padding: 4px 8px;
  }
}
.accordion .acc-body dl dt {
  width: 25%;
}
@media screen and (max-width:768px) {
  .accordion .acc-body dl dt {
    width: 100%;
    font-weight: 700;
    padding-bottom: 0;
  }
}
.accordion .acc-body dl dd {
  width: 75%;
}
@media screen and (max-width:768px) {
  .accordion .acc-body dl dd {
    width: 100%;
    padding-top: 0;
  }
}

.con-btn {
  margin-top: 40px;
  font-weight: 400;
  background-color: var(--brown01);
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  width: 100%;
  font-size: 1.8rem;
  padding: 32px;
  position: relative;
  overflow: hidden;
  transition: 0.8s ease;
}
@media screen and (max-width:768px) {
  .con-btn {
    font-size: 1.6rem;
    padding: 16px;
  }
}
.con-btn span {
  transition: 0.8s ease;
  display: block;
  position: relative;
}
.con-btn::before {
  content: attr(data-name);
  position: absolute;
  left: -200%;
  color: white;
  background-color: var(--brown0101);
  max-width: 860px;
  padding: 32px;
  transition: 0.8s ease;
  width: 100%;
  text-align: center;
  opacity: 0;
}
.con-btn:hover::before {
  left: 0%;
  opacity: 1;
}
.con-btn:hover span {
  transform: translateX(200%);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
/* .con-btn::after {
  content: "RESERVE";
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: var(--brown02);
} */
@media screen and (max-width:768px) {
  .con-btn::after {
    content: none;
    font-size: 1.3rem;
    right: 8px;
  }
}


.premium-room.zen .section-body .text-wrapper {
  order: 2;
}
.premium-room.zen .section-body .swiper-container {
  order: 1;
  margin-left: -2.6666666667%;
  margin-right: 0;
}
@media screen and (max-width:768px) {
  .premium-room.zen .section-body .swiper-container {
    margin-left: 0;
  }
}
.premium-room.zen .section-body .img02 {
  order: 4;
  margin-right: -2.6666666667%;
  margin-left: 0;
}
@media screen and (max-width:768px) {
  .premium-room.zen .section-body .img02 {
  
    margin-top: 0;
    margin-right: 0;
    display: none;
  }
}
.premium-room.zen .section-body .img03 {
  order: 3;
  margin-left: 1.3333333333%;
  margin-right: 0;
}
@media screen and (max-width:768px) {
  .premium-room.zen .section-body .img03 {
    order: 3;
  }
}

.restaurant {
  background: url(../images/bg-blue.png), #162026;
  padding: 40px 0 80px;
}
@media screen and (max-width:768px) {
  .restaurant {
    padding: 40px 0 56px;
  }
}
.restaurant .section-head h2 {
  padding: 0 0 56px;
  color: white;
}
@media screen and (max-width:768px) {
  .restaurant .section-head h2 {
    padding: 0 0 32px;
  }
}
.restaurant .section-head h2::after {
  content: "-お食事-";
  font-family: var(--zen-semibold);
  display: block;
  font-size: 40%;
  margin-top: 24px;
}
.restaurant .section-head h2::before {
  content: none;
}
.restaurant .section-head.path.top {
  padding-top: 80px;
}
@media screen and (max-width:768px) {
  .restaurant .section-head.path.top {
    padding-top: 40px;
  }
}
.restaurant .section-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width:768px) {
  .restaurant .section-body {
    flex-direction: column;
  }
}
.restaurant .section-body .restaurant-item {
  width: 43.3333333333%;
  color: white;
  display: flex;
  flex-direction: column;
  .note{
    font-size: 70%;
    text-align: right;
  }
}
@media screen and (max-width:768px) {
  .restaurant .section-body .restaurant-item {
    width: 100%;
  }
  .restaurant .section-body .restaurant-item:nth-child(1) {
    margin-bottom: 64px;
  }
}
.restaurant .section-body .restaurant-item h3 {
  writing-mode: vertical-rl;
  font-size: 3.6rem;
  letter-spacing: 0.2em;
  margin: 0 auto 20px;
}
@media screen and (max-width:768px) {
  .restaurant .section-body .restaurant-item h3 {
    font-size: 2.4rem;
  }
}
.restaurant .section-body .restaurant-item h3 .small {
  font-size: 1.8rem;
  display: block;
  text-align: start;
}
@media screen and (max-width:768px) {
  .restaurant .section-body .restaurant-item h3 .small {
    font-size: 1.2rem;
  }
}
.restaurant .section-body .restaurant-item .more {
  color: inherit;
  text-decoration: underline;
}
.restaurant .section-body .cate-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 24px 0;
}
@media screen and (max-width:768px) {
  .restaurant .section-body .cate-list {
    margin: 16px 0;
  }
}
.restaurant .section-body .cate-list .cate-item {
  margin-right: 8px;
  font-size: 1.4rem;
  padding: 2px 8px;
  border: 1px solid #fff;
}
@media screen and (max-width:768px) {
  .restaurant .section-body .cate-list .cate-item {
    margin-right: 4px;
    font-size: 1.2rem;
    padding: 1px 6px;
  }
}
.restaurant .section-body .lead {
  font-size: 2.1rem;
  margin-bottom: 24px;
}
.restaurant .section-body .desc {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  .restaurant .section-body .desc {
    font-size: 1.4rem;
  }
}
.restaurant .section-body .con-btn {
  margin-top: auto;
}

.hide-area {
  display: none;
}

.modaal-close::after, .modaal-close::before {
  background: #ccc;
}
.modaal-close:focus::after, .modaal-close:focus::before {
  background: #666;
}
.modaal-close:hover::after, .modaal-close:hover::before {
  background: #666;
}

.section-bottom {
  margin: 48px 0 0;
}
@media screen and (max-width:768px) {
  .section-bottom {
    margin: 32px 0 0;
  }
}
.section-bottom .tsukimachi-wrapper {
  border: 1px solid #fff;
  padding: 24px;
  color: #fff;
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}
@media screen and (max-width:768px) {
  .section-bottom .tsukimachi-wrapper {
    flex-direction: column-reverse;
  }
}
.section-bottom .img-wrapper {
  width: 25.3164556962%;
}
@media screen and (max-width:768px) {
  .section-bottom .img-wrapper {
    width: 50%;
    margin-top: 16px;
  }
  .section-bottom .img-wrapper img {
    object-fit: contain;
  }
}
.section-bottom .text-wrapper .tate {
  writing-mode: vertical-rl;
  font-size: 42%;
  vertical-align: bottom;
}
.section-bottom .text-wrapper h3 {
  font-size: 3.6rem;
  margin-bottom: 24px;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .section-bottom .text-wrapper h3 {
    font-size: 3.2rem;
  }
}
.section-bottom .text-wrapper h3::after {
  content: "事前予約制";
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 3em;
}
.section-bottom .text-wrapper .desc {
  margin-bottom: 0;
}
.section-bottom .note {
  font-size: 1.4rem;
  color: white;
  margin-top: 24px;
}
@media screen and (max-width:768px) {
  .section-bottom .note {
    font-size: 1.4rem;
    margin-top: 8px;
    text-align: left;
  }
}

.access {
  padding: 40px 0 80px;
}
@media screen and (max-width:768px) {
  .access {
    padding: 56px 0 56px;
  }
}
.access .section-head h2 {
  padding: 0 0 56px;
}
@media screen and (max-width:768px) {
  .access .section-head h2 {
    padding-bottom: 32px;
  }
}
.access .section-head h2::before {
  content: none;
}
.access .section-head h2::after {
  content: "-アクセス-";
  font-family: var(--zen-semibold);
}
.access .section-head.path.top {
  padding-top: 80px;
}
@media screen and (max-width:768px) {
  .access .section-head.path.top {
    padding-top: 48px;
  }
}
.access .section-body {
  align-items: center;
}
.access .iframe-wrapper {
  width: 50.8333333333%;
  aspect-ratio: 610/340;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .access .iframe-wrapper {
    width: 100%;
    margin-top: 24px;
  }
}
.access .iframe-wrapper iframe {
  /* filter: grayscale(100%); */
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.access .text-wrapper {
  width: fit-content;
  margin: 0 auto;
  flex: 1;
}
.access address {
  font-style: normal;
  margin-bottom: 24px;
}

footer {
  padding: 56px 0 40px;
}
footer .inner {
  max-width: 1200px;
  width: 83.3333333333%;
  margin: 0 auto;
}
footer .footer-contents {
  margin: 0 auto;
  width: fit-content;
  text-align: center;
}
footer .footer-contents .footer-mark {
  display: block;
}
footer .footer-contents .footer-logo {
  display: block;
  max-width: 200px;
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
  margin-top: 40px;
}
footer .footer-tel::before {
  content: "";
  display: inline-block;
  background: url(../images/tel-icon.png) no-repeat center/contain;
  width: 1.1em;
  height: 1.1em;
  vertical-align: middle;
  margin-bottom: 5px;
}
footer .footer-nav {
  display: flex;
  justify-content: center;
  gap: 5.3333333333%;
  align-items: center;
  margin: 48px 0;
}
footer .footer-nav li a {
  transition: transform 0.5s ease;
  display: inline-block;
}
footer .footer-nav li a:hover {
  transform: translateX(6px);
}
@media screen and (max-width:768px) {
  footer .footer-nav {
    display: block;
  }
  footer .footer-nav li {
    margin-bottom: 8px;
  }
}
footer small {
  font-size: 1.4rem;
  text-align: center;
  display: block;
}

.wrapper {
  position: relative;
}
.wrapper .fix-tab {
  position: fixed;
  right: 0;
  top: 80.2%;
  z-index: 999;
}
.wrapper .fix-tab.UpMove {
  animation: UpAnime 0.5s forwards;
}
.wrapper .fix-tab.DownMove {
  animation: DownAnime 0.5s forwards;
}
@media screen and (max-width:768px) {
  .wrapper .fix-tab {
    top: auto;
    bottom: 0;
    display: flex;
    width: 100%;
    opacity: 0;
    transform: translateY(60px);
  }
}
.wrapper .fix-tab li {
  width: 160px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  z-index: 99;
}
.wrapper .fix-tab li:first-child {
  background: var(--brown01);
  font-size: 1.4rem;
}
.wrapper .fix-tab li:nth-child(2) {
  background: #3d6108;
  font-size: 1.4rem;
}
.wrapper .fix-tab li:nth-child(2) .small {
  font-size: 1.1rem;
  display: block;
}
@media screen and (max-width:768px) {
  .wrapper .fix-tab li {
    width: 50%;
    height: 56px;
    margin-bottom: 0;
    display: block;
  }
}
.wrapper .fix-tab li a {
  color: white;
  text-align: center;
  display: block;
  line-height: 1.2;
}
@media screen and (max-width:768px) {
  .wrapper .fix-tab li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}
.wrapper .fix-tab li a:hover span {
  display: block;
  transform: translateX(60px);
  transition: 0.6s ease;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(60px);
  }
}
