@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
@font-face {
  font-family: 'gosi';
  src: url('/font/Makinas-4-Flat.otf') format('opentype');
}


.img-frame{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  z-index:1;
 }
 .img-frame{
  width: 100%;
 }
 .img-01, .img-02, .img-03{
  position: absolute;
  top: 0px;;
  left:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
 }
 .img-01{
  background-image: url('../images/index/bg-main.jpg');
  animation: slide-animation-01 24s infinite;
 }
 .img-02{
  background-image: url('../images/index/bg-main1.jpg');
  animation: slide-animation-02 24s infinite;
 }
 .img-03{
  background-image: url('../images/index/bg-main2.jpg');
  animation: slide-animation-03 24s infinite;
 }
 @keyframes slide-animation-01 {
  0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.15);}
  90% {opacity: 0}
 100% {opacity: 1; transform: scale(1.0);}
 }
 @keyframes slide-animation-02 {
  0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.1);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.0);}
 100% {opacity: 0;}
 }
 @keyframes slide-animation-03 {
  0% {opacity: 0;}
  60% {opacity: 0; transform: scale(1.0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
 100% {opacity: 0; transform: scale(1.1);}
 }
 @media screen and (max-width: 800px){

  .img-frame{
    position: relative;
    width: 20%;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 0 auto;
    z-index:1;
   }

 .img-frame{
  width: 100%;
  
 }
 .img-01, .img-02, .img-03{
  position: absolute;
  top:0;
  left:0;
  width: 100%; 
 
  background-size:cover;
  background-repeat: no-repeat;
 }
 .img-01{
  background-image: url('../images/index/bg-main.jpg');
  background-position: center;
  animation: slide-animation-01 24s infinite;
 }
 .img-02{
  background-image: url('../images/index/bg-main1.jpg');
  background-position: center;
  animation: slide-animation-02 24s infinite;
 }
 .img-03{
  background-image: url('../images/index/bg-main2.jpg');
  background-position: center;
  animation: slide-animation-03 24s infinite;
 }
 @keyframes slide-animation-01 {
  0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.15);}
  90% {opacity: 0}
 100% {opacity: 1; transform: scale(1.0);}
 }
 @keyframes slide-animation-02 {
  0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.1);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.0);}
 100% {opacity: 0;}
 }
 @keyframes slide-animation-03 {
  0% {opacity: 0;}
  60% {opacity: 0; transform: scale(1.0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
 100% {opacity: 0; transform: scale(1.1);}
 }
}

.first-view {
  height: calc(100vh - 0px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.first-view-text {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-bottom: 80px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 10px #4b2c14;
}

.first-view-text h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 56px;
  line-height: 72px;
}

.first-view-text p {
  font-size: 18px;
  margin-top: 20px;
}

.lead {
  max-width: 1200px;
  margin: 60px auto;
  text-align: center;
  font-family: 'Sawarabi Mincho', sans-serif;
}

.lead2 {

  padding-top: 50px;
  padding-bottom: 0px;
  margin-top: 50px;
  background-image: url(../images/index/back.jpg);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  font-family: 'Sawarabi Mincho', sans-serif;
}


.lead2 p{
  line-height: 2;
  text-align: center;
  font-family: 'Sawarabi Mincho', sans-serif;
  padding-bottom: 50px;
  line-height: 40px;
  letter-spacing: 8px;
  font-size: 16px;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(43, 37, 33, 0.4);
  vertical-align: middle;
  text-align: center;
}

.point{
  display: flex;
  padding-top: 350px;
  background-color: #ffffff;
  background-image: url(../images/index/ikeshibu.jpg);
  background-size:contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 0;
  background-size:contain;
    animation: SlideIn 1.6s;
    animation-iteration-count:1;
    animation-fill-mode:forwards;

}


@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateX(64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.photo{
  margin-bottom: 20px;
}

.time{
  background-color: #180000;
  width: 100%;
  height: 80px;
  font:inherit;
  font-family: font055;
  color: #9f8d8d;
  font-size: 40px;
  text-align: center;
  padding-top: 20px;
}

.time2{
  background-color: #750606;
  width: 100%;
  height: 80px;
  font:inherit;
  font-family: font055;
  color: #9f8d8d;
  font-size: 40px;
  text-align: center;
  padding-top: 20px;
}

li dt{
  color: #ffffff;
  text-shadow:
  1px 1px 0px #000, -1px -1px 0px #000,
 -1px 1px 0px #000,  1px -1px 0px #000,
  1px 0px 0px #000, -1px  0px 0px #000,
  0px 1px 0px #000,  0px -1px 0px #000;

  text-align: center;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 10px;
  font:inherit;
  font-family: font055;
  font-size: 30px;
}

.item-list p2{
  color: #ffffff;
  text-shadow:
  1px 1px 0px #000, -1px -1px 0px #000,
 -1px 1px 0px #000,  1px -1px 0px #000,
  1px 0px 0px #000, -1px  0px 0px #000,
  0px 1px 0px #000,  0px -1px 0px #000;
  font-weight: bold;
  padding-left: 65px;
  width: 250px;
  padding-top: 30px;
  padding-bottom: 10px;
  font:inherit;
  font-family: font055;
  font-size: 30px;
  text-align: center;
}

.lead p {
  line-height: 2;
  text-align: center;
}

.lead3 p {
  line-height: 2;
  text-align: center;
  font-family: 'Sawarabi Mincho', sans-serif;
  padding-bottom: 50px;
  line-height: 40px;
  letter-spacing: 8px;
  font-size: 15px;
}

.link-button-area {
  text-align: center;
  margin-top: 40px;
}


.link-button-area2 {
  padding-top: 40px;
  text-align: center;
  margin-top: 0px;
  padding-bottom: 60px;
}

.link-button {
  background-color: #f4dd64;
  background-image: url(../images/index/back.jpg);
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: 'gosi', sans-serif;
  color: #f3e9e9;
  font-size: 16px;
  text-decoration-line: none;
  transition: all 0.2s ease-in-out;
}


.link-button:hover {
  background-color: #f4dd64;
  background-image: url(../images/index/back.jpg);
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: 'gosi', sans-serif;
  color: #f3e9e9;
  font-size: 20px;
  text-decoration-line: none;
  transition: all 0.2s ease-in-out;
}

.button2 {
  background-image: url(../images/index/home.jpg);
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  min-width: 300px;
  line-height: 100px;
  border-radius: 30px;
  opacity: 0.9;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  text-decoration-line: none;
  transition: all 0.2s ease-in-out;
}

.button2:hover {
  background-image: url(../images/index/home.jpg);
  background-size: 320px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  min-width: 300px;
  line-height: 100px;
  border-radius: 30px;
  opacity: 0.9;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  text-decoration-line: none;
  transition: all 0.2s ease-in-out;
}

.button3 {
  background-image: url(../images/index/ikeshi_bu.jpg);
  background-size: 300px;
  opacity: 0.8;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  min-width: 250px;
  line-height: 100px;
  border-radius: 50px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.button3:hover{
  background-size: 320px;
  text-decoration: none;
  opacity: 1.0;
  transition: all 0.2s ease-in-out;
} 

.button2:hover{
  text-decoration: none;
  background-color: rgb(0, 0, 0);
  opacity: 1.0;
} 

.link-button:hover {
  background-color: #d8b500;
}

.timetable {
  background-color: #f8f8f8;
  padding-top: 45px;
  padding-bottom: 55px;
}

.timetable h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.timetable h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.item-list {
  display: flex;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  overflow: scroll;
}

.item-list li {
  flex-shrink: 0;
  width: 260px;
  margin-left: 20px;
  padding-bottom: 30px;
  background-color: #f3e9e9;
}

.item-list li:first-child {
  margin-left: 0;
}

.item-list dl {
  margin-top: 10px;
}

.word2{
  color: #ffffff;
  text-shadow:
  1px 1px 0px #000, -1px -1px 0px #000,
 -1px 1px 0px #000,  1px -1px 0px #000,
  1px 0px 0px #000, -1px  0px 0px #000,
  0px 1px 0px #000,  0px -1px 0px #000;
  font-weight: bold;
  width: 250px;
  padding-top: 60px;
  padding-bottom: 40px;
  font:inherit;
  font-family: font055;
  font-size: 30px;
  text-align: center;
}

.item-list dt {
  font-weight: bold;
}

.item-list dd {
  padding-top: 20px;
  font-family: 'gosi', sans-serif;
  font-size: 15px;
  line-height: 20px;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

.item-list .price {
  font-weight: bold;
  margin-top: 15px;
}


@media (max-width: 800px) {
  .first-view {
    margin: 0;
    padding: 0;
    vertical-align: top;
    display: flex;
    align-items:flex-start;
  }

  .img{
    display: block;
  }

  

  .lead {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  .lead2 {
    padding-top: 50px;
    padding-bottom: 0px;
    vertical-align: middle;
    text-align: center;
  }

  .lead3 {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 55px;
    vertical-align: middle;
    text-align: center;
  }

  .lead2 p{
    margin: 0px;
  }

  .lead p {
    text-align: center;
  }

  .item-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-list li {
    width: 250px;
    margin-left: 10px;
  }
}