@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
body {
  background-image: url(../img/bg4.jpg);
}
.wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
img {
  width: 100%;
  vertical-align: bottom;
}
/* header */
.inner-header {
  display: flex;
  position: relative;
}
.logo {
  width: 150px;
  height: 150px;
  margin: 20px;
  clip-path: circle(50% at 50% 50%);
}
.yoyaku {
  width: 1000px;
  /* border: 2px solid red; */
  margin-right: 50px;
  margin-top: 10px;
  position: fixed;
  z-index: 999;
  text-align: right;
}
.yoyaku img {
  width: 250px;
}
.yoyaku a {
  text-align: right;
}
#global-navi {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}
#global-navi li a {
  font-size: 1.2em;
  font-weight: bold;
  background-color: #cb9235;
  color: white;
  margin: 10px 10px 30px 10px;
  padding: 5px 10px 5px;
  border-radius: 15px;
  transition: opacity 0.25s;
}
#global-navi li a:hover {
  opacity: 0.6;
}
.title {
  /* border: 2px solid red; */
  font-size: 2em;
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
  color: rgb(3, 95, 3);
  padding: 30px 10px;
}
.title span {
  font-size: 2em;
}

/* main */
.slider-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin-top: 20px;
}
.slideimg {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-size: cover;
  animation: fadeInOut 9s infinite;
  opacity: opacity 1.5s ease-in-out;
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.slideimg:nth-of-type(1) {
  background-image: url(../img/ヒーロー.webp);
  animation-delay: 0s;
}
.slideimg:nth-of-type(2) {
  background-image: url(../img/ピザ.jpg);
  animation-delay: 3s;
}
.slideimg:nth-of-type(3) {
  background-image: url(../img/パスタ.jpg);
  animation-delay: 6s;
}

h2 {
  padding-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.message-title {
  width: 300px;
  object-fit: contain;
  mix-blend-mode: darken;
}
.message p {
  line-height: 2.5;
  margin: 10px 0;
  font-size: large;
}
.hokkaido h2 {
  font-family: serif;
}

.infomation {
  background-image: url(../img/e30b9aef8ebc06ffc4f2dda94f8a4932_t.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 800px;
  height: 500px;
  margin: 0 auto;
}
.infomation dl {
  border: none;
  padding: 180px 100px 180px 180px;
  line-height: 2.5;
  font-size: large;
}
.infomation dt {
  width: 130px;
  float: left;
  padding-bottom: 1em;
  margin-right: 1em;
  text-align: center;
}
.infomation dd {
  margin-bottom: 20px;
}
dd:last-child {
  margin-bottom: 0;
}

.anti {
  background-image: url(../img/エビ.jpg);
  background-repeat: no-repeat;
  background-size: 700px;
  background-position-x: right;
  background-position-y: 0;
  opacity: 0.8;
}
.anti img:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.anti ul {
  background-color: rgb(218, 228, 203);
}
#anti {
  padding: 15px;
  border-radius: 10%;
  position: relative;
  top: 80px;
  left: 200px;
}
.flex-item {
  display: flex;
  margin: 0 auto;
  padding: 50px 50px 50px;
  justify-content: space-between;
}
.flex-item img {
  width: 300px;
  height: 200px;
  margin: 10px 20px 10px;
  border-radius: 50px 0 50px 0;
  overflow: hidden;
  transition: 0.5s;
}
.flex-item img:hover {
  scale: 1.2;
  opacity: 0.5;
  transition: 1s;
}
.flex-item h4 {
  font-size: 1.5em;
  font-family: serif;
  margin: 10px;
}
#menu h3 {
  color: rgba(41, 10, 1, 0.886);
  margin: 10px;
  font-family: serif;
  font-size: 2em;
}
.menu02 {
  text-align: center;
}

.pasta {
  margin-top: 150px;
  background-image: url(../img/素材パスタ.jpg);
  background-repeat: no-repeat;
  background-size: 700px;
  background-position-x: right;
  background-position-y: 0;
  opacity: 0.8;
}
.pasta img {
  width: 300px;
  height: 200px;
  margin: 10px 20px 10px;
  border-radius: 50px 0 50px 0;
  position: relative;
  top: -150px;
  left: 800px;
  transition: 0.5s;
}
.pasta img:hover {
  scale: 1.2;
  opacity: 0.5;
  transition: 1s;
}
.pasta ul {
  background-color: rgb(218, 228, 203);
  padding: 15px;
  border-radius: 10%;
}

.pasta li {
  padding: 5px;
  font-size: large;
}
.desart {
  background-image: url(../img/コーヒーー.jpg);
  background-repeat: no-repeat;
  background-size: 700px;
  background-position-x: right;
  background-position-y: 0;
  opacity: 0.8;
}
.desart ul {
  background-color: rgb(218, 228, 203);
  padding: 15px;
  border-radius: 10%;
  position: relative;
  top: 150px;
  right: 300px;
}

#access {
  width: fit-content;
  margin: 0 auto;
}
#access img {
  width: 700px;
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
}
#access h2 {
  margin-bottom: 20px;
  margin-top: 200px;
  color: rgba(41, 10, 1, 0.886);
}
#access h3 {
  text-align: center;
  margin-bottom: 15px;
  color: rgba(41, 10, 1, 0.886);
  font-family: serif;
  font-size: 2em;
}
#access p {
  margin: 20px;
  text-align: center;
  font-size: large;
}
#access dl {
  border: #000 1px solid;
  padding: 20px 20px 20px;
}
.google {
  margin: 50px;
}
/* footer */
.footer-copyright {
  padding: 10px 0 10px 0;
  text-align: center;
  justify-content: center;
  background-color: #422502df;
  color: beige;
  display: flex;
  height: 50px;
}
