@charset "UTF-8";
html {
  font-size: 100%;
  max-width: 100%;
}
body {
  font-family: "Kaisei Tokumin", serif;
  padding-top: 100px;
  color: brown;
}
.mainvisual img {
  max-width: 100%;
  position: relative;
}
.loopslide {
  position: absolute;
  width: 100%;
  height: 310px;
  background-image: url("../img/site1/loop.png");
  background-repeat: repeat-x;
  background-size: auto 100px;
  animation: loop 30s linear infinite;
}
@keyframes loop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2000px 0;
  }
}
.nav {
  background-image: url("../img/site1/p0452_l.jpg");
  background-size: 100%;
  max-width: 100%;
  height: 100px;
}
.nav h1 {
  padding-left: 10%;
  padding-top: 1%;
}
.nav h1 img{
  width: 50%;
}
#header ul {
  list-style: none;
  display: flex;
  padding-top: 2%;
  margin-left: auto;
  margin-right: auto;
}
#header li {
  margin-left: 10%;
  margin-right: 10%;
  font-size: 1.5rem;
}
#header li a {
  text-decoration: none;
  color: rgb(95, 0, 0);
  border-bottom: 2px solid red;;
  -webkit-text-stroke: 3px rgb(255, 218, 235);
  paint-order: stroke;
}
#header li a:hover {
  text-shadow: 2px 2px 4px rgb(172, 60, 60);
  border-bottom: 2px solid rgb(255, 218, 235);
  color: aliceblue;
  transition: 0.5s;
}
.mainvisual p {
  font-size: 3rem;
  position: absolute;
  top: 500px;
  color:rgb(109, 35, 19);
  -webkit-text-stroke: 3px rgb(255, 218, 235);
  paint-order: stroke;
}
.mainvisual {
  position: relative;
}
.logonose {
  position: absolute;
  top: 40%;
  left: 50%;
}
#concept {
  padding-top: 12%;
  height: 800px;
}
.concept2 {
  width: 80%;
  height: 550px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  background-color: rgb(218, 204, 186,0.8);
  border-radius: 5px;
}
#concept h2 {
  color: rgb(101, 9, 9);
  -webkit-text-stroke: 3px rgb(255, 141, 96);
  paint-order: stroke;
  font-weight: bold;
  padding-top: 3%;
  position: relative;
}
.pdeco {
  color: rgb(217, 114, 196);
  -webkit-text-stroke: 2px rgb(183, 13, 47);
  paint-order: stroke;
  font-size: 2rem;
}
.pdeco p {
  padding-top: 3%;
}
.pbox p {
  font-size: 1.3rem;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}
.pbox {
  padding-top: 2%;
}
.spiceimg {
  background-image: url("../img/site1/spices-5625248_1920.jpg");
}
#menu {
  height: 1000px; 
  background-image: url("../img/site1/p0126_l.jpg");
  background-size: 100%;
}
#menu h1 {
  padding-top: 6%;
  text-align: center;
  color: rgb(186, 25, 25);
  -webkit-text-stroke: 3px rgb(255, 96, 194);
  paint-order: stroke;
}
.container {
  display: flex;
}
.card-img-top img {
  object-fit: cover;
  width: 215px;
  height: 215px;
}
.menup {
  text-align: center;
}
.menup2 {
  text-align: center;
  padding-bottom: 4%;
}
.menup2 a {
  color:rgba(255, 72, 0, 0.76);
}
.menup2 a:hover {
  color: rgb(255, 0, 179);
  transition: 0.5s;
}
.card-text2 {
  border: solid 1px rgb(255, 181, 181);
  color: rgb(255, 110, 139);
  width: 4rem;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.card:hover {
  transform: scale(1.05);
  transition: transform .7s ease;
  box-shadow: 3px 3px 15px;
}
.card {
  margin-right: 2%;
  margin-left: 2%;
  box-shadow: 2px 2px 6px;
  height: 600px;
}
#news {
  background-image: url("../img/site1/p0439_l.jpg");
  background-size: 100%;
  height: 1400px;
}
#news h1 {
  text-align: center;
  color: rgb(186, 25, 25);
  -webkit-text-stroke: 2px rgb(208, 7, 131);
  padding-top: 8%;
}
.newsbox {
  margin-right: auto;
  margin-left: auto;
  background-color: rgb(237, 228, 237,0.7);
  border-radius: 30px;
  width: 70%;
  height: 1150px;
}
.yomibox {
  padding-left: 5%;
  padding-top: 3%;
}
.yomi a {
  color: rgb(240, 115, 205);
  text-decoration: none;
}
.yomi a:hover {
  color: rgb(255, 45, 45);
}
#access {
  height: 900px;
  background-image: url("../img/site1/4668872_m.jpg");
}
.accesswhite {
  width: 100%;
  height: 900px;
  background-color: rgb(255,255,255,0.5);
}
#access h1 {
  text-align: center;
  color: rgb(186, 25, 25);
  -webkit-text-stroke: 2px rgb(208, 7, 131);
  padding-top: 8%;
  padding-bottom: 3%;
}
.mapbox {
  display: flex;
  justify-content: center;
}
.mapboxp {
  color: rgb(250, 255, 186);
  width: 30%;
  padding-right: 3%;
}
.accesswhite {
  background-color: rgba(255, 111, 44, 0.4);
}
.access1 p {
  color: rgb(255, 204, 174);
}
.access2 p{
  color: rgb(212, 34, 108);
  font-weight: bold;
}
.access3 p{
  color: rgb(255, 255, 255);
}
iframe {
  border-radius: 30px;
}
#footer {
  position: relative;
  height: 350px;
  background-color: black;
}
.footerimg {
  margin-right: auto;
  margin-left: auto;
  width: 15%;
  padding-top: 4%;
}
.footerimg img {
  width: 100%;
  opacity: 0.6;
}
.footercopy {
  text-align: center;
  color: white;
  font-size: 0.8rem;
  padding-top: 3%;
}
.footerp {
  max-width: 100%;
  padding-top: 3%;
}
.popup-link a {
  display: inline-block;
  max-width: 100%;
}
.popup-link img {
  width: 30%;
  height: auto;
}
.popup-link {
  position: absolute;
  z-index: 99;
  left: 80%;
  top: 5%;
}
.popup-link a:hover {
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
}
/*レスポンシブ*/
@media screen and (max-width: 768px) {
  .nav {
    height: 80px;
  }
  .nav h1 img {
    width: 100%;
  }
  .nav h1 {
    padding-left: 0%;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
  }
  .fixed-top {
    position: static;
  }
  body {
    padding-top: 0;
  }
  #header ul {
    display: none;
  }
  #concept h2 {
    margin-top: 15%;
  }
  .mainvisual img {
    object-fit: cover;
    height: 700px;
    object-position: 100% 100%;
  }
  .mainvisual .logonose img {
    height: 100%;
    object-position: none;
    right: 40%;
  }
  .logonose {
    width: 80%;
  }
  .mainvisual p {
    font-size: 1.5rem;
    top: 100px;
  }
  #concept {
    padding-top: 30%;
  }
  .concept2 {
    width: 100%;
    height: 500px;
  }
  .pdeco {
    font-size: 1.35rem;
  }
  .pbox p {
    font-size: 1rem;
  }
  iframe {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .container {
    flex-direction: column;
  }
  .card {
    margin-top: 5%;
    margin-right: 0;
    margin-left: 0;
  }
  .card:hover {
    transform: none;
    transition: none;
    box-shadow: 3px 3px 15px;
  }
  #menu {
    height: 2700px; 
    background-image: none;
    background-color: pink;
  }
  #news {
    background-image: none;
    background-color: rgb(241, 200, 175);
    height: 1500px;
  }
  .newsbox {
    width: 95%;
    height: 1200px;
  }
  .mapbox {
    flex-direction: column;
  }
  .mapboxp {
    width: 100%;
    padding-right: 0%;
    text-align: center;
  }
  #access {
    height: 1100px;
  }
  .accesswhite {
    height: 1100px;
  }
  .footerimg {
    width: 30%;
  }
  .footercopy {
    padding-top: 20%;
  }
  html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
  }
  .popup-link img {
    width: 100%;
    height: auto;
  }
}