@charset "utf-8";

.first-view {
  position: relative;
  width: 100%;
  height: calc(100vh - 110px);
  overflow: hidden;
  margin: 0 auto;
}

.first-view-slide{ display: block !important; width: 100%; height: calc(100vh - 110px); overflow: hidden; margin: 0 auto;
}
.item1, .item2, .item3 ,.item4{ position: absolute; top:0; left:0; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; 
}
.item1{ animation: slide1 20s infinite;
}
.item2{ animation: slide2 20s infinite;
}
.item3{ animation: slide3 20s infinite;
}
.item4{ animation: slide4 20s infinite;
}
@keyframes slide1 { 0% {opacity: 1; transform: scale(1.0);} 20% {opacity: 1;} 30% {opacity: 1;} 40% {opacity: 0; transform: scale(1.1);} 90% {opacity: 0} 100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide2 { 0% {opacity: 0;} 30% {opacity: 0; transform: scale(1.1);} 40% {opacity: 1;} 50% {opacity: 1;} 60% {opacity: 0; transform: scale(1.0);} 100% {opacity: 0;}
}
@keyframes slide3 { 0% {opacity: 0;} 50% {opacity: 0; transform: scale(1.0);} 60% {opacity: 1;} 70% {opacity: 1;} 90% {opacity: 0; transform: scale(1.1);} 100% {opacity: 0;}
}
@keyframes slide4 { 0% {opacity: 0;} 70% {opacity: 0; transform: scale(1.1);} 80% {opacity: 1;} 90% {opacity: 1;} 100% {opacity: 0; transform: scale(1.0);}
}
.item5, .item6, .item7, .item8{ display: none !important;}

.first-view-text {
  position: absolute;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  padding-left: 60px;
  padding-bottom: 80px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 10px #4b2c14;
  letter-spacing: 0.12em;
  font-weight: 900;
}

.first-view-text h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  line-height: 72px;
}

.first-view-text span {
  font-size: 40px;
  font-weight: 1000;
}

.first-view-text p {
  font-size: 20px;
  margin-top: 20px;
}

.lead {
  background-color: #ffffff;
  padding-top: 150px;
  padding-bottom: 250px;
}

.lead h2 {
  font-size: 70px;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  margin-top: 50px;
  letter-spacing: 0.12em;
}

.lead h3 {
  font-size: 17px;
  text-align: center;
}

.lead p {
  line-height: 3;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  font-family: 'Klee One', cursive;
  margin-top: 60px;
}

.feature {
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  align-items:flex-start;
  flex-direction: row-reverse;
  margin-top: 30px;
}

.feature img {
  width: 360px;
  height: 360px;
  margin-top: 60px;
}

.feature-text {
  max-width: 500px;
  font-family: 'Klee One', cursive;
}

.feature h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  font-family: 'Klee One', cursive;
  text-align: left;
  letter-spacing: 0.12em;
}

.feature p {
  font-size: 15px;
  line-height: 40px;
  font-weight: 800;
  text-align: left;
  margin-top: 50px;
}

.recommended {
  padding-top: 45px;
  padding-bottom: 55px;
  text-align: center;
}

.recommended h2 {
  color: #000000;
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.12em;
}

.recommended h3 {
  font-size: 17px;
  text-align: center;
}

.item-list {
  display: block;
  padding-top: 100px;
  text-align: center;
}

.item-list img {
  text-align: center;
  width: 50%;
}

.item-list p {
  text-align: left;
  margin-left: 25%;
  font-family: 'Klee One', cursive;
}

.recommended-menu {
  margin-top: 40px;
  text-align: left;
  margin-left: 25%;
}

.recommended-menu dl {
  font-family: 'Klee One', cursive;
  margin-top: 40px;
}

.recommended-menu dt {
  font-weight: 900;
  font-size: 30px;
  margin-top: 90px;
}

.recommended-menu dt span {
  font-family: 'Klee One', cursive;
  font-size: 20px;
  margin-left: 21%;
}

.recommended-menu dd {
  margin-top: 30px;
  font-size: 21px;
}

.recommended-menu p {
  display: none;
}

.recommended-explain {
  display: block;
  text-align: left;
  margin-top: 100px;
  margin-left: 25%;
}

.recommended-explain p {
  font-family: 'Klee One', cursive;
  margin-top: 60px;
  font-size: 21px;
}

.information {
  margin-top: 200px;
  background-color: #f8f4e6
}

.information h2 {
  color: #000000;
  font-size: 75px;
  font-weight: 800;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  margin-left: 30px;
  padding-top: 90px;
  letter-spacing: 0.12em;
}

.information h3 {
  font-size: 17px;
  text-align: center;
}

.information-smap {
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  align-items:flex-start;
  margin-top: 80px;
  padding-bottom: 120px;
}

.information-s-title p {
  font-size: 40px;
  color: #3b7960;
  text-align: left;
  font-family: 'Klee One', cursive;
  font-weight: 1000;
}

.information-s-tel p {
  font-size: 28px;
  margin-top: 40px;
  font-family: 'Klee One', cursive;
  font-weight: 900;
}

.information-s-part p {
  font-size: 20px;
  font-family: 'Klee One', cursive;
  margin-top: 40px;
}

.information-s-part p:nth-child(2) {
  margin-top: 20px;
}

.information-s-part p:nth-child(3) {
  margin-top: 20px;
}

.information-s-part p:nth-child(6) {
  margin-top: 20px;
}

.information-s-part p:nth-child(8) {
  margin-top: 20px;
}

.information-s-part span {
  color: #df7163;
  font-weight: 1000;
}

.map {
  margin-top: 60px;
  margin-right: 20px;
  text-align: right;
}

.map iframe {
  width: 360px;
  height: 360px;
}

.aida {
  height: 180px;
  background-image: url(../images/common/take.jpg);
}

.reserve {
  background-color: #fffafa;
}

.reserve h2 {
  color: #000000;
  font-size: 75px;
  font-weight: 800;
  text-align: center; 
  font-family: 'Josefin Sans', sans-serif;
  margin-left: 30px;
  padding-top: 90px;
  letter-spacing: 0.12em;
}

.reserve h3 {
  font-size: 17px;
  text-align: center;
}

.tel-link {
text-align: center;
}

.tel-image {
  width: 3%;
  vertical-align: middle;
}

.tel-link p {
  font-size: 21px;
  text-align: center;
  font-family: 'Klee One', cursive;
  margin-top: 70px;
}

.tel-link p:nth-child(2) {
  margin-top: 50px;
  font-size: 60px;
  color: #ee827c;
  font-family: 'Josefin Sans', sans-serif;
}

.line-link {
  text-align: center;
  padding-bottom: 100px;
}

.line-link p {
  font-size: 21px;
  text-align: center;
  font-family: 'Klee One', cursive;
  margin-top: 80px;
}

.line-image {
  width: 2%;
  vertical-align: middle;
}

.line-button {
  background-color: #ffffff;
  border: 2px solid #000000;
  display: inline-block;
  min-width: 300px;
  line-height: 48px;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: #000000;
  margin-top: 50px;
  text-align: center;
}

.line-button:hover {
  background-color: #000000;
  border: 2px solid #000000;
  color: #ffffff;
}

.insta-link {
  text-align: center;
  padding-bottom: 100px;
}

.insta-link p {
  font-size: 21px;
  text-align: center;
  font-family: 'Klee One', cursive;
  margin-top: 30px;
}

.insta-image {
  width: 2%;
  vertical-align: middle;
}

.insta-button {
  background-color: #ffffff;
  border: 2px solid #000000;
  display: inline-block;
  min-width: 300px;
  line-height: 48px;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #000000;
  margin-top: 50px;
  text-align: center;
}

.insta-button:hover {
  background-color: #000000;
  border: 2px solid #000000;
  color: #ffffff;
}



@media (max-width: 960px) {
  .first-view {
    height: calc(100vh - 50px);
    background-color: #ffffff;
    align-items: flex-start;
    display: block;
  }

  .first-view-slide{ width: 100%; height: calc(100vh - 50px); overflow: hidden; margin: 0 auto;
  }
  .item5, .item6, .item7 ,.item8{  display: block !important; position: absolute; top:0; left:0; width:100vw; height: 100vh; background-size: cover; background-repeat: no-repeat;
  }
  .item5{ animation: slide1 20s infinite;
  }
  .item6{ animation: slide2 20s infinite;
  }
  .item7{ animation: slide3 20s infinite;
  }
  .item8{ animation: slide4 20s infinite;
  }
  @keyframes slide1 { 0% {opacity: 1; transform: scale(1.0);} 20% {opacity: 1;} 30% {opacity: 1;} 40% {opacity: 0; transform: scale(1.1);} 90% {opacity: 0} 100% {opacity: 1; transform: scale(1.0);}
  }
  @keyframes slide2 { 0% {opacity: 0;} 30% {opacity: 0; transform: scale(1.1);} 40% {opacity: 1;} 50% {opacity: 1;} 60% {opacity: 0; transform: scale(1.0);} 100% {opacity: 0;}
  }
  @keyframes slide3 { 0% {opacity: 0;} 50% {opacity: 0; transform: scale(1.0);} 60% {opacity: 1;} 70% {opacity: 1;} 90% {opacity: 0; transform: scale(1.1);} 100% {opacity: 0;}
  }
  @keyframes slide4 { 0% {opacity: 0;} 70% {opacity: 0; transform: scale(1.1);} 80% {opacity: 1;} 90% {opacity: 1;} 100% {opacity: 0; transform: scale(1.0);}
  }
  .item1, .item2, .item3, .item4{ display: none !important;}

  .first-view-text {
    padding-top: 90px;
    padding-left: 20px;
  }

  .first-view-text h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .first-view-text span {
    font-size: 27px;
    font-weight: 1000;
  }

  .first-view-text p {
    font-size: 14px;
    margin-top: 15px;
  }

  .lead {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .lead h2 {
    font-size: 50px;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 50px;
  }

  .lead h3 {
    font-size: 15px;
    text-align: center;
  }

  .lead p {
    text-align: center;
    font-size: 15px;
    margin-top: 35px;
  }

  .feature {
    display: block;
    width: 930px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 40px;
  }
  
  .feature-text {
    max-width: 500px;
    font-family: 'Klee One', cursive;
    margin-left: auto;
    margin-right: auto;
  }
  
  .feature h2 {
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    font-family: 'Klee One', cursive;
    text-align: center;
  }
  
  .feature p {
    font-size: 15px;
    line-height: 40px;
    font-weight: 800;
    text-align: left;
    margin-top: 38px;
  }

  .feature img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    text-align: right;
  }

  .recommended {
    display: block;
    max-width: 90%;
    width: 930px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .recommended h2 {
    color: #000000;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 500px;
  }
  
  .recommended h3 {
    font-size: 15px;
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .item-list {
    padding-top: 40px;
  }

  .item-list img {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }

  .item-list p {
    font-size: 13px;
    padding-top: 40px;
    margin-left: 10px;
  }
  
  .recommended-menu {
    text-align: left;
    margin-left: 10px;
    margin-top: 0px;
  }

  .recommended-menu dl {
    margin-top: 20px;
  }

  .recommended-menu dt {
    font-size: 20px;
  }

  .recommended-menu dt span {
    display: none !important;
  }

  .recommended-menu dd {
    font-size: 15px;
    text-align: left;
    margin-top: 40px;
  }

  .recommended-menu dd span {
    display: none !important;
  } 

  .recommended-menu p {
    display: block;
    text-align: right;
    margin-top: 20px;
    font-size: 17px;
  }

  .recommended-explain {
    text-align: left;
    margin-left: 10px;
  }

  .recommended-explain p {
    font-size: 17px;
    margin-top: 40px;
  }

  .information {
    margin-top: 30px;
  }

  .information h2 {
    font-size: 50px;
    margin: auto;
  }

  .information h2 span {
    display: none !important;
  }

  .information-smap {
    display: block;
    padding-top: 40px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .information-s-title p {
    font-size: 35px;
    text-align: left;
    font-family: 'Klee One', cursive;
  }
  
  .information-s-tel p {
    font-size: 25px;
    margin-top: 40px;
    font-family: 'Klee One', cursive;
    font-weight: 900;
  }
  
  .information-s-part p {
    font-size: 15px;
    font-family: 'Klee One', cursive;
    margin-top: 40px;
  }
  
  .map {
    margin: auto;
    padding-top: 50px;
  }

  .map iframe {
    width: 100%;
    height: 200px;
  }

  .aida {
    height: 80px;
    background-image: url(../images/common/take.jpg);
    background-size: 180%;
  }

  .reserve h2 {
    font-size: 50px;
    margin: auto;
  }
  
  .reserve h3 {
    font-size: 15px;
  }

  .tel-link p {
    font-size: 16px;
  }
  
  .tel-link p:nth-child(2) {
    font-size: 40px;
  }
  
  .tel-image {
    width: 9%;
  }

  .line-link {
    padding-bottom: 0px;
  }

  .line-link p {
    font-size: 16px;
    margin-top: 50px;
  }
  
  .line-image {
    width: 7%;
  }

  .line-button {
    min-width: 200px;
    line-height: 36px;
    font-size: 12px;
    margin-top: 30px;
  }

  .insta-link p {
    font-size: 16px;
    margin-top: 50px;
  }
  
  .insta-image {
    width: 7%;
  }

  .insta-button {
    min-width: 200px;
    line-height: 36px;
    font-size: 12px;
    margin-top: 30px;
  }
}