@charset "UTF-8";
.slider_outer{
  max-width: 100vw;
  overflow: hidden;
  width: 100%;
  position: relative;
}

#slider_next {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 52vh;
  transition: all 0.3s;
  z-index: 10;
  cursor: pointer;
}

#slider_next::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 3px #2A1410;
  border-right: solid 3px #2A1410;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 10px;
}

#slider_next:hover {
  color: #fff;
  transition: all 0.3s;
}

#slider_prev {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 52vh;
  transition: all 0.3s;
  z-index: 10;
  cursor: pointer;
}

#slider_prev::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 3px #2A1410;
  border-right: solid 3px #2A1410;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  left: 15px;
  top: 10px;
}

#slider_prev:hover {
  background-color: #fff;
  transition: all 0.3s;
}

#slider {
  display: flex;
  margin: 0 auto;
  transition: all 0.3s;
}

.slider_item {
  width: 100%;
  max-width: 100vw;
  height:100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size:cover;
  background-repeat: no-repeat;
  background-position:center;
  position:relative;
}

.slider_item p{
  position:absolute;
  padding:0 5px;
  bottom:5px;
  left:10px;
  background:#2A1410;
  color:#F9F1F0;
}

.indicator {
  width: 100%;
  position: absolute;
  bottom: 10px;
  display: flex;
  z-index: 10;
  justify-content:flex-end;
  align-items: center;
}

.indicator li {
  width: 14px;
  height: 16px;
  border-radius: 50%;
  border-radius: 341px 240px 341px 256px / 350px 266px 350px 211px;
  position: relative;
  list-style: none;
  border: 2px #2a1410 solid;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.indicator li:after {
  content: "";
  width: 18px;
  height: 20px;
  /*border: 1px #2a1410 solid;*/
  border-radius: 50%;
  border-radius: 341px 240px 341px 256px / 350px 266px 350px 211px;
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 9;
}
.indicator li.active {
  background-color: #2a1410;
}
.eye_catch_text P{
  position: absolute;
  font-family: anzumoji;
  font-size:200%;
  /*font-weight:bold;*/
  color:#fff;
  width:clamp(20rem, 18.333rem + 8.33vw, 25rem);
  top:50vh;
  left:calc(50% - clamp(20rem, 18.333rem + 8.33vw, 25rem) / 2);
  border-radius:500px;
  text-align: center;
  /*backdrop-filter: blur(12px);
  background: rgba(249, 241, 240, .4);*/
  padding:5px 10px;
  text-shadow    : 
       1px  1px 5px #2a1410,
      -1px  1px 5px #2a1410,
       1px -1px 5px #2a1410,
      -1px -1px 5px #2a1410,
       1px  1px 5px #2a1410,
       1px  1px 5px #2a1410,
      -1px  0px 5px #2a1410,
       0px -1px 5px #2a1410; 
}
/*.circle-1,.circle-2,.circle-3{
  width: 250px;
  height: 100px;
  left: 20%;
  mix-blend-mode: multiply;
  position:absolute;
}
.circle-1 {
  background: #2A1410;
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
  animation: border-animation 6s infinite linear;
}
.circle-2 {
  background: #f92;
  border-radius: 80% 30% 50% 50%/50%;
  animation: border-animation 4s infinite linear;
}
.circle-3 {
  background: #fc2;
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
  animation: border-animation 3s infinite linear;
}*/
#news{
  max-width:1280px;
  width:calc(100% - 40px);
  margin:20px auto 100px;
  background:#e9ddc5;
  padding:20px;
}
#news h2{
  font-size: 200%;
  color:#2A1410;
}
.news_list{
  margin:20px 0;
}
.news_item{
  display: flex;
  align-items: center;
  margin:5px 0;
}
.news_date{
  width:180px;
}
.news_title{
  width:calc(100% - 130px);
}
#about{
  max-width:1280px;
  width:calc(100% - 40px); 
  margin:20px auto 100px;
}
#about .content{
  margin:10px 0;
  padding:20px;
  background:#eacbc7;
  display:flex;
  justify-content:center;
  align-items: center;
  flex-wrap:wrap;
  flex-direction: row;
}
.about_text{
  flex: 0 0 50%;
  margin:0 10px;
}
#about .content p{
  margin-top:10px;
}
.about_img {
  display:flex;
  justify-content: center;
  align-items:center;
  width:calc(50% - 40px);
  margin:0 10px;
}
.about_img img{
  width:100%;
  max-width: 400px;
}
.about_link_outer{
  margin:20px 0;
}
.about_link_instagram{
  background-color:hsla(304,98%,42%,1);
  background-image:
  radial-gradient(at 20% 5%, hsla(259,95%,60%,1) 0px, transparent 50%),
  radial-gradient(at 88% 8%, hsla(303,100%,41%,1) 0px, transparent 50%),
  radial-gradient(at 87% 72%, hsla(335,100%,50%,1) 0px, transparent 50%),
  radial-gradient(at 52% 59%, hsla(28,100%,50%,1) 0px, transparent 50%),
  radial-gradient(at 20% 81%, hsla(50,100%,50%,1) 0px, transparent 50%);
}
@media (max-width: 768px) {  
  #about .content{
    flex-direction: column;
  }
}
#coffee_type{
  max-width:1280px;
  width:calc(100% - 40px); 
  margin:20px auto 100px;
}

#coffee_type .coffee_type_list{
  margin:10px;
  display:flex;
  justify-content:space-around;
  flex-wrap:wrap;
}
.coffee_type_item{
  background:#eacbc7;
  width:30%;
  min-width:280px;
  padding:10px;
  margin:10px
}
.coffee_type_item img{
  width:100%;
}
#topics{
  max-width:1280px;
  width:calc(100% - 40px); 
  margin:20px auto 100px;
}
.topics_list{
  margin:10px;
  display: flex;
  justify-content: center;
  flex-wrap:wrap;
}
.topics_item{
  width: calc(33% - 20px);
  min-width:280px;
  margin:10px;
  transition: all 300ms 0s ease;
}
.topics_thumb{
  width:100%;
  height:200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 300ms 0s ease;
}
.topics_title{
  text-align: center;
}
.topics_item:hover .topics_thumb{
  background-size: 100%;
  background-size:110%;
}
.topics_item:hover .topics_title{
  font-weight: bold;
}
#contact{
  background:#E4D5B7;
  width:100%; 
  margin:20px auto 0;
  padding:20px;
}
.contact_person{
  text-align: center;
  margin:50px 0 20px;
}
#contact .content p{
  margin-top: 20px
}
  

