@charset "UTF-8";
body {
    background-color: #feefea;
    font-family: "Zen Kurenaido", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #543221;
    margin: 0px;
}
h1 {
    
        font-family: "Zen Antique Soft", serif;
        font-weight: 400;
        font-style: normal;
            
    color: #543221; 
    font-size: 30px; 
    margin: 0px;
}
 
.news {
    border-bottom: 2px solid #4d7580;
    margin-top: 50px;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 20px;
}
.about {
    border-bottom: 2px solid #4d7580;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 70px;
}
h2 {
    font-family: "Zen Antique Soft", serif;
        font-weight: 400;
        font-style: normal;
    font-size: 25px;
    display: inline-block;
    background-color: #c1e4e6;
    border-radius: 40% 70% 50% 30%/50%;
    filter: drop-shadow(5px 10px 3px #bcdddd);
    margin-left: 10px;
    margin-top: 60px;
}
h3 {
    font-family: "Zen Antique Soft", serif;
        font-weight: 400;
        font-style: normal;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 20px;
    display: inline-block;
    background-image: linear-gradient(transparent 65%, #4ea9c3 35%);
}
h4 {
    font-family: "Zen Antique Soft", serif;
        font-weight: 400;
        font-style: normal;
    font-size: 18px;
    display: inline-block;
    background-image: linear-gradient(transparent 93%, #5f92a0 7%);
    margin: 10px;
}
p{
    font-size: 15px;
    margin: 25px;
    padding-left: 10px;
}
header {
    display: flex;
    color:#543221; 
    background: linear-gradient(105deg, #e2c4b3, #b57a55);
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
}
.fa-instagram {
    color: #543221;
}
.h-insta {
    margin-left: 110px;
    margin-right: 5px;
    font-size: 2rem;
}
.container {
    display: flex;
    justify-content: space-between;
}
main {
    width: 90%;
}
aside {
    width: 10%;
}
a {
    text-decoration: none;
    color: #543221;
}
.calender {
    text-decoration: underline;
}
.f-insta {
    font-size: 2rem;
}
footer {
    text-align: center;
    color:#543221;  
    background-color:#e2c4b3;
    padding-top: 30px;
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 60px;
}
.map {
    position: relative;
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}
iframe {
    width: 100%;
}
.info {
    font-size: 12px;
    text-align: center;
    display: grid;
    float: center;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.parking {
    text-decoration: underline;
}
.tel {
    text-decoration: underline;
}
@media(min-width: 768px){
    a[href^="tel:"]{
      pointer-events: none;
    }
  }
nav {
    font-size: 35px;
}
.slider-item {
    width: 403px;
    height: 186px;
}
.slider {
    width: 403px;
    height: 186px;
    display: flex;
    overflow: hidden;
    margin: 0 auto;
  }
  
  .slider > :first-child {
    -webkit-animation-name: scroll;
    animation-name: scroll;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  
  @keyframes scroll {
  0% {
    margin-left: 0;
  }
  
  20% {
    margin-left: -100%;
  }
  
  25% {
    margin-left: -100%;
  }
  
  45% {
    margin-left: -200%;
  }
  
  50% {
    margin-left: -200%;
  }
  
  70% {
    margin-left: -300%;
  }
  
  75% {
    margin-left: -300%;
  }
  
  95% {
    margin-left: -400%;
  }
  
  100% {
    margin-left: -400%;
  }
  }
.item {
    margin-left: 5px;
    margin-right: 5px;
}
.imggrid {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 1% 1% 1% 1%;
    filter: drop-shadow(5px 10px 3px #543221);
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.grid {
    display: grid;
    justify-content: center;
    gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    grid-template-rows: repeat(auto-fit, minmax(160px, 1fr));
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.next {
    margin-top: 50px;
}

#title {
    width:100%;
    height:1.0em;
    text-align:center;
}

.btn {
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    text-decoration: none;
    background-color: #5fb2c1;
    box-shadow: 0 3px #3b8a98;
    position: relative;
    display: inline-block;
    top: 0px;
    padding: 3px 8px;
}
.btn:hover {
    box-shadow: 0 1px #3b8a98;
    top: 3px;
}
select {
    font-size: 20px;
    color: #543221;
    background-color: #c5e5ee;
    border: 2px solid #3b8a98;
}
input {
    font-size: 20px;
    color: #543221;
    background-color: #c5e5ee;
    border: 2px solid #3b8a98;
}
.post-title {
    margin-top: 70px;
}