@charset "utf-8";

.center-image {
  width: 100%;
  margin: 0 auto 50px;
}

.center-image .slick-center img {
  transform: scale(1);
}
/* それ以外はscaleは0.8 */
.center-image img {
  transform: scale(0.8);
  width: 100%;

  object-fit: cover;
}

.slide {
  margin: 300px auto;
}

.menu-title h2 {
  writing-mode: vertical-rl;
  font-size: 40px;
  font-weight: 100;
  position: fixed;
  top: 330px;
  left: 85px;
}
.menu-title .sen {
  writing-mode: vertical-rl;
  font-size: 40px;
  position: fixed;
  top: 250px;
  left: 102px;
}

/* .frist-view */
.img-frame{
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  margin: 0 auto;
}


.img-01{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}



.fixed-bg {
  min-height: 80vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.bg01 {
  background-image: url(../img2/foodback.jpg);
}

.frist-view {
  position: relative;
}

.decoration {
  content: "";
  /* ::befre::afterはインラインブロック表示に変えて幅を変える */
  display: block;
  width: 1px;
  height: 300px;
  background-color: #fff;

  position: absolute;
  bottom: -400px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.decoration::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: 200px;
  /* 丸を水平方向中心に */
  left: 50%;
  transform: translateX(-50%);
  /* アニメーションの設定 下に行くと徐々に透過するが永遠に続く*/
  animation: marumove 2s ease-out infinite, marutrans 2s ease-in infinite;
}

@keyframes marumove {
  0% {
    bottom: 100%;
  }

  100% {
    bottom: 0%;
  }
}

@keyframes marutrans {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0.7;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0.7;
  }

  100% {
    opacity: 0;
  }
}



.menu-title h2{ 
  writing-mode: vertical-rl;
  font-size: 50px;
  font-weight: 100;
  position: fixed;
  top: 330px;
  left: 85px;
  letter-spacing: 20px;
  text-shadow: 1px 1px 10px  #000;
}
.menu-title .sen{ 
  writing-mode: vertical-rl;
  font-size: 40px;
  position: fixed;
  top: 250px;
  left: 112px;
}

section {
  margin: 400px auto;
  text-align: center;
}

.title {
  font-size: 25px;
  margin-bottom: 30px;
}

section p {

  line-height: 60px;
}

section {
  position: relative;
}

/* .fude1{
  position: absolute;
  opacity: 0.1;
  width: 50%;
  bottom:-600px ;
  left: 0;
  
} */

.decoration1 {
  content: "";
  /* ::befre::afterはインラインブロック表示に変えて幅を変える */
  display: block;
  width: 600px;
  height: 1px;
  margin: 200px auto 0;
  background-color: #fff;
  transform: rotate(135deg);
  position: absolute;
  bottom: 0;
  left: 0;
}

.decoration2 {
  content: "";
  /* ::befre::afterはインラインブロック表示に変えて幅を変える */
  display: block;
  width: 400px;
  height: 1px;
  margin: 200px auto 0;
  background-color: #fff;
  transform: rotate(135deg);
  position: absolute;
  bottom: 30px;
  left: 50px;
}
.decoration3 {
  content: "";
  /* ::befre::afterはインラインブロック表示に変えて幅を変える */
  display: block;
  width: 500px;
  height: 1px;
  margin: 200px auto 0;
  background-color: #fff;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 50px;
}
.decoration4 {
  content: "";
  /* ::befre::afterはインラインブロック表示に変えて幅を変える */
  display: block;
  width: 400px;
  height: 1px;
  margin: 200px auto 0;
  background-color: #fff;
  transform: rotate(135deg);
  position: absolute;
  top: -50px;
  right: 0px;
}
.decoration5 {
  content: "";
  /* ::befre::afterはインラインブロック表示に変えて幅を変える */
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 20px;
}
.decoration6 {
  content: "";
  /* ::befre::afterはインラインブロック表示に変えて幅を変える */
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 20px;
}

.course {
  width: 60%;
  margin: 200px auto;
}

.plan-title {
  text-align: center;
  font-size: 35px;
}

.plan-title p:first-child {
  font-size: 20px;
}

.decoration7 {
  content: "";
  /* ::befre::afterはインラインブロック表示に変えて幅を変える */
  display: block;
  width: 1px;
  height: 100px;
  background-color: #fff;
  margin: 20px auto;
}

.food1 {
  padding-bottom: 10px;
  border-bottom: 1px solid#fff;
  margin-top: 100px;
}

.food1-1 {
  width: 80%;
}
.food1-2 {
  width: 30%;
}

.food {
  display: flex;
  position: relative;
}

.food img {
  position: absolute;
  top: -50px;
  right: 0;
}

.plan-text {
  width: 50%;
  margin: 80px 20px;
  line-height: 40px;
  text-align: center;
}

.plan-text p:first-child{
  margin-bottom: 20px;
}

span{
    font-size: 22px;
}

.plan2{
    margin-top: 100px;

}

.breakfast{
  width: 60%;
  margin: 0 auto;
}

.breakfast h3{
  text-align: center;
  font-weight: normal;
  font-size: 40px;
  margin: 10px auto;
}

.breakfast img{
  width: 100%;
  margin: 0 auto;
}

.decoration8{
  content: "";
  /* ::befre::afterはインラインブロック表示に変えて幅を変える */
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 20px auto;
  
}
.decoration9{
  content: "";
  /* ::befre::afterはインラインブロック表示に変えて幅を変える */
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 20px auto;
  
}

.menu{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 50px;
  
}

.menu1 p:first-of-type{
  writing-mode: vertical-rl;
height: 80px;
  
}

.menu1 p{
  writing-mode: vertical-rl;
}


.menu h4{
  writing-mode: vertical-rl;
  font-size: 30px;
}

.decoration1-1{
  content: "";
  /* ::befre::afterはインラインブロック表示に変えて幅を変える */
  display: block;
  width: 1px;
  height: 50px;
  background-color: #fff;
  margin: 20px auto;
}



@media (max-width: 1200px) {



  .decoration1 {
      
      width: 400px;
      
    }
    
    .decoration2 {
     
      width: 300px;
      
    }
    .decoration3 {
     
      width: 400px;
      
    }
    .decoration4 {
     
      width: 300px;
      
    }
  
  }