html {
  scroll-behavior: smooth;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
共通
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.flex {
  display: flex;
}
.inner {
  width: 90%;
  margin: 0 auto;
}
img {
  width: 100%;
}
figure {
  line-height: 1;
}
a,
button {
  display: block;
  transition: .3s;
}
/* .relative {
  position: relative;
} */
.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .tablet {
    display: none;
  }
}
#main_Wrap {
  /* position: relative; */
  background: url(/img/reserve_wintertreat/2025/bg_01.jpg);
  /* background: url(/img/reserve_wintertreat/background_img_010.jpg); */
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
#main_Wrap::before,
#main_Wrap::after {
  display: block;
  content: '';
  position: fixed;
  top: 0px;
  width: 50px;
  height: 100%;
  /* ↓サイドの冬のごちそう予約の画像を見えないようにした↓　*/
  /*background: url(/img/reserve_wintertreat/2024/side_img.jpg) repeat-y center top; 
  background-size: 100%; */
  z-index: 2;
}
#main_Wrap::before {
  left: 0;
}
#main_Wrap::after {
  right: 0;
}
/*----------
#main_Wrap
----------*/
#content_Block {
  max-width: 1250px;
  width: calc(100% - 128px);
  margin: 0 auto;
}
#left_Area {
  width: 40%;
  box-sizing: border-box;
}
#right_Area {
  width: 60%;
  box-sizing: border-box;
}
.movie iframe {
  width: 100%;
  height: 100%;
}
/*----------
#left_Area
----------*/
#left_Area .left_In {
  padding: 20px;
  box-sizing: border-box;
}
#left_Area.fixed .left_In {
  position: sticky;
  top: 100px;
}
.left_In_guide img {
  border-radius: 15px;
  width: 90%;
  margin: auto;
}
#left_Area .movei_Box figure {
  width: 15%;
  margin-right: 20px;
}
#left_Area .movie {
  /* width: calc(100% - (15% + 20px)); */
  aspect-ratio: 16/9;
  width: 100%;
  margin: auto;
  background: #000;
}
#left_Area .coupon_Box {
  flex-wrap: wrap;
  margin: 10px auto;
  padding: 20px 20px 5px;
  background-color: #fff;
  border: 2px solid #ac0080;
  box-sizing: border-box;
}
#left_Area .coupon_Box>div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
#left_Area .coupon_Box>figure {
  display: block;
  width: 100%;
  margin-top: 10px;
}
#left_Area .coupon_Box figure {
  margin-bottom: 10px;
}
#left_Area .coupon_Link {
  width: 60%;
  margin-right: 20px;
}
.coupon_Link button {
  margin: 5px auto 10px;
}
#left_Area .coupon_Copy {
  width: calc(100% - (60% + 20px));
}
#left_Area .coupon_Copy figure {
  position: relative;
}
#left_Area .coupon_Copy figure.copy::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 1;
}
#left_Area .coupon_Copy figure.copy::after {
  display: block;
  content: 'コピーしました';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  transform: translateY(-50%);
  z-index: 2;
}
#left_Area .item_Btn>li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
#left_Area .item_Btn>li:last-child {
  margin-right: 0;
}
#left_Area .attention_Img {
  margin: 10px auto;
  padding: 0 20px;
  box-sizing: border-box;
  width: 80%;
}
/*----------
#right_Area
----------*/
#right_Area {
  /* position: relative; */
  padding: 20px 5px 0 0;
}
#right_Area .tab_Contents {
  box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, .5);
}
#right_Area .attention_Img {
  margin: 0 auto 30px;
  padding: 0 20px;
  box-sizing: border-box;
}
#tab_Block .tabs {
  justify-content: center;
  align-items: flex-end;
  width: 90%;
  margin: 0 auto;
}
#tab_Block .tabs.tabs_Btm {
  align-items: flex-start;
}
#tab_Block .tabs button {
  max-width: 340px;
  width: 50%;
  margin: 0 auto;
  padding: 0 10%;
  box-sizing: border-box;
}
#tab_Block .tabs button.active_button {
  padding: 0 5%;
}
#tab_Block .tab_content {
  display: none;
  z-index: 1;
}
#tab_Block .tab_content.active_tab {
  display: block;
}
#tab1 {
  background-color: #000000;
}
#tab2 {
  background-color: #000000;
}
/* 三枚の画像重ねる*/
.rel2025{
  position: relative;
}
/* .rel2025 img{
  position: absolute;
} */
.abs {
  position: absolute;
  z-index: 1;
}
.abs10 {
  position: absolute;
  width: 70%;
  bottom: 42%;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-radius:  15px;
}
.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 3s;
}
  .fadein-bottom{
      transform: translate(0,70px);
  }
  .scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
sp
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
@media only screen and (max-width: 900px) {
  #tab1 {
    background: none;
  }
  #main_Wrap::before,
  #main_Wrap::after {
    content: none;
  }
  /*----------
  #main_Wrap
  ----------*/
  #content_Block {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
  }
  #left_Area {
    display: none;
  }
  #right_Area {
    width: 100%;
  }
  /*----------
  #right_Area
  ----------*/
  #right_Area {
    padding: 0px 0 0;
  }
  #right_Area .attention_Img {
    margin-top: 30px;
  }
}
/*----------------------------
    scroll_up ｜下から上へ出現
    ----------------------------*/
.scroll_up {
  transition: 2.0s ease-in-out;
  transform: translateY(40px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
  .scrollmenu {
    display: flex;
    margin: 3% auto 4%;
    justify-content: center;
    width: 75%;
    gap: 10px;
    flex-wrap: wrap;
}
.scrollmenu img {
  border-radius: 10px;
  /* border: solid #4e360f 2px; */
  /* background: #d09c3ab3; */
  background-image: url(/img/reserve_wintertreat/background_img_010.jpg);
  box-shadow: #3f3e3e 3px 3px 8px 0px;
}
.scrollmenu img:hover {
  transform: scale(1.2);
  /* box-shadow: 2px 2px 0px 0px #c8a956; */
  box-shadow: none;
  transition: all 0.8s;
  background: none;
  border: none;
}
.scrollflex {
  width: 31%;
}
@media screen and (max-width: 900px) {
  .scrollmenu {
    display: flex;
    margin: 3% auto 4%;
    justify-content: center;
    width: 95%;
    gap: 10px;
    flex-wrap: wrap;
  }
  .scrollflex {
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  .scrollmenu {
    flex-wrap: nowrap;
  }
}
.text {
  text-align: center;
  font-family: serif;
  margin: 30px auto 0;
  font-weight: bold;
  color: #FFF;
}
@media screen and (max-width: 900px) {
  .text {
    margin: 50px auto 0;
  }
}
  .fontsize {
    font-size: 28px;
    margin: 10px;
    font-weight: bold;
    text-shadow: 2px 1px 2px #000000;
    font-family: serif;
    color: #FFF;
  }
  .text20bai {
    font-size: 36px;
    margin: 10px;
    font-weight: bold;
    text-shadow: 2px 1px 2px #000000;
    font-family: serif;
    color: #f7f431;
  }
@media screen and (max-width: 768px) {
  .fontsize {
    font-size: 18px;
    margin: 10px;
    font-weight: bold;
    text-shadow: 2px 1px 2px #000000;
    font-family: serif;
  }
  .text20bai {
    font-size: 20px;
    margin: 10px;
    font-weight: bold;
    text-shadow: 2px 1px 2px #000000;
    font-family: serif;
    color: #f7f431;
  }
}
.menutitle{
    margin: 0 auto 20px;
    max-width: 1000px;
    border: solid #68685f 2px;
    background: #d09c3a;
    padding: 1%;
    border-radius: 15px;
    box-shadow: 0px 4px 7px 1px #fff;
}
.menutitle h2{
    font-size: 30px;
    font-family: serif;
    font-weight: bold;
    text-align: center;
    color: #FFF;
}
.order_btn img {
  width: 40%;
  background: #bf0009;
}
.order_btn img:hover {
  background-color: #a98334;
  transform: scale(1.07);
  transition: transform .6s ease;
  transform: translateY(4px);
}
.btn_more img {
  border-radius: 15px;
  box-shadow: 1px 1px 1px #000;
  margin: auto;
  width: 75%;
}
.btn_more img:hover {
  transform: translateY(5px);
  box-shadow: none;
  transition: all 0.8s;
}
.pagetop:hover {
  box-shadow: 0px 0px 5px #e3007f;
}
/*------------------
ページトップへ戻るボタン
------------------*/
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: .3s;
  color: #ffffff;
  background: #c99509;
  opacity: 0;
  border: solid;
  border-width: 3px;
  text-align: center;
  z-index: 9999;
}
@media screen and (max-width: 800px) {
  .pagetop {
    bottom: 60px;
  }
}
/* トップメインバナー */
.slide_top {
  position: relative;
  padding: 0 0 40%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .slide_top {
    position: relative;
    padding: 0 0 70%;
    overflow: hidden;
  }
}
.image {
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: change-img-anim 20s infinite;
}
.image:nth-of-type(1) {
  animation-delay: 0s;
}
.image:nth-of-type(2) {
  animation-delay: 4s;
}
.image:nth-of-type(3) {
  animation-delay: 8s;
}
.image:nth-of-type(4) {
  animation-delay: 12s;
}
.image:nth-of-type(5) {
  animation-delay: 16s;
}
@keyframes change-img-anim {
  0% {
    opacity: 0;
    transform: scale(1.01);
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    transform: scale(1.15);
  }
  100% {
    opacity: 0;
  }
}
/*トップバナーの横幅を狭く非表示*/
/* .abs1 {
  position: absolute;
  z-index: 1;
  width: calc(100vw - 100px);
  left: 50%;
  transform: translateX(-50%);
} */
@media screen and (max-width: 900px) {
  .abs1 {
    width: 100vw;
  }
}
.abs2 {
  position: absolute;
  z-index: 1;
  bottom: 25%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.abs3 {
  position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 15%;
}
.abs4 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.abs5 {
  position: absolute;
  z-index: 1;
  right: 2%;
  bottom: 7%;
  margin: auto;
}
/* 固定するナビゲーションのスタイル */
.top_fixed {
  position: fixed;
  top: 0px;
  right: 0px;
  opacity: 0;
  transition: opacity 0.5s ease;
  display: none;
  z-index: 1000;
  background: #eacc63;
  height: 65px;
  width: 100%;
  border-bottom: 1px solid #c1c1c1;
}
/* 非表示時のスタイル */
.top_fixed.hide {
  opacity: 0;
}
/* 完全に非表示の時のスタイル */
.top_fixed.hidden {
  display: none;
}
.top_fixed a:hover {
  animation: puyon 1.0s linear 0s 1;
}
.top_fixed a:hover {
  opacity: 1;
}
.top_menu_wrap {
  display: flex;
  align-items: center;
  margin-right: 70px;
  height: 65px;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.top_menu_logo img {
  display: block;
  max-width: 160px;
  height: auto;
}
.top_menu_wrap ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  /* width: calc(100% - 200px); */
}
.top_menu_wrap li:not(:last-child) {
  margin-right: 50px;
}
.top_menu_wrap li a {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  text-align: center;
}
.top_menu_wrap li a span {
  color: #053e62;
  font-size: 13px;
}
@media screen and (max-width: 1000px) {
  .top_menu_wrap {
    margin-right: 10px;
    height: 70px;
  }
  .top_menu_wrap ul {
    width: calc(100% - 100px);
  }
  .top_menu_wrap li:not(:last-child) {
    margin-right: 5px;
    margin: auto;
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top_fixed {
    height: 70px;
  }
  .top_menu_wrap li a {
    font-size: 12px;
  }
}
.top_back{
  text-align: right;
  font-size: 18px;
}
.top_back a {
  color: #009bc0;
}
.guide img{
  margin-top: 30px;
}
.floatfixed{
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  box-sizing: border-box;
  z-index: 2;
  width: 100%;
}
.floatfixed img {
  border-radius: 20px;
  max-width: 600px;
  margin: auto;
}
.shivering {
  animation: shivering 2s linear;
  animation-iteration-count: 4;
  z-index: 99;
  overflow: hidden;
}
/* shivering */
@keyframes shivering {
  0%,
  7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%,
  100% {
    transform: rotateZ(0);
  }
}
.zoomFade {
  animation: zoomFade 5s ease-in-out;
  animation-iteration-count: 1;
  z-index: 99;
}
/* zoomFade */
@keyframes zoomFade {
  0% {
    transform: scaleX(1)
  }
  50% {
    transform: scale3d(1.55, 1.55, 1.55)translateX(50px)
  }
  to {
    transform: scaleX(1)
  }
}
.feedin {
  position: relative;
}
.feedinab {
  position: absolute;
  top: 0px;
  bottom: 0;
}
.korokoro {
  animation: korokoro 2.5s linear 0s 1;
  animation-iteration-count: 4;
}
@keyframes korokoro {
  0% {
    transform: translate(0%, 0%);
  }
  5% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  25% {
    transform: translate(20%, 0%) rotate(20deg);
  }
  30% {
    transform: translate(-10%, 0%) rotate(-10deg);
  }
  35% {
    transform: translate(-15%, 0%) rotate(-15deg);
  }
  45% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  50% {
    transform: translate(15%, 0%) rotate(15deg);
  }
  60% {
    transform: translate(-5%, 0%) rotate(-5deg);
  }
  65% {
    transform: translate(-7%, 0%) rotate(-7deg);
  }
  75% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
.purupuru {
  animation: purupuru 0.8s linear 0s 1;
  animation-iteration-count: 4;
}
@keyframes purupuru {
  0% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  20% {
    transform: scale(1.0, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  50% {
    transform: scale(1.0, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  65% {
    transform: scale(1.0, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  80% {
    transform: scale(1.0, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}
.poyon {
  animation: poyon 1.1s linear 0s 1;
  animation-iteration-count: 2;
}
@keyframes poyon {
  0% {
    transform: scale(0.8, 1.4) translate(0%, -100%);
  }
  10% {
    transform: scale(0.8, 1.4) translate(0%, -15%);
  }
  20% {
    transform: scale(1.4, 0.6) translate(0%, 30%);
  }
  30% {
    transform: scale(0.9, 1.1) translate(0%, -10%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -30%);
  }
  50% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  60% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  70% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}
.puyon {
  animation: puyon 1.0s linear 0s 1;
}
@keyframes puyon {
  0% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}
