@charset "UTF-8";
/* CSS Document */

body{
  max-width: 1280px;
  color: #959595;
  font-family: 'M PLUS Rounded 1c',sans-serif;
  margin-left: auto;
  margin-right: auto;
}

a{
  text-decoration-line: none;
  font-size: 90%;
  color:#959595;
}

h1{
  font-size: 24px;
  padding: 20px;
  font-weight: 400;
}
h2{
  font-size: 20px;
  font-weight: 400;
}
h3{
  font-size: 18px;
  font-weight: 400;
}
p{
  font-size: 14px;
  padding: 20px;
}
figcaption{
  font-size: 14px;
  padding: 5px 5px 4px;
  background-color: #ceffff;
  color: #ff530d;
  border-radius: 15px;
  width: 130px;
  text-align: center;
  margin-left: 3vw;
}
small{
  font-size: 9px;
  line-height: 1;
  color: #959595;
}
ul{
  display: flex;
  justify-content: space-evenly;
  padding: 0;
}
li{
  list-style: none;
  font-size: 20px;
}
figure{
  margin: 0;
}

/*ホーム*/
header{
  position: relative;
}
.top-logo{
  position: absolute;
  top: 20px;
  left: 20px;
}
.top-welcome{
  position: absolute;
  top: 20vh;
  left: 10%;
  width: 80%;
}
.top-comment{
  position: absolute;
  top: 350px;
  left: 5%;
  background-color: rgba(0,0,0,0.5);
  width: 90%;
  padding: 10px;
  color: #ffffff;
}
.slider{
  max-height: 830px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.slider_large{
  display: none;
}


/*メニュー*/
.menu_info{
  position: relative;

}
.menu_info img{
  position: absolute;
  top: 0;
  right: 20px;
}
li.active{
  border-bottom: 2px solid #ff530d;
}
li.active a{
  color: #3d3d3d;
}
.menu_wrap{
  display: flex;
  margin: 30px 0;
}
.menu_wrap:nth-child(2){
  flex-direction: row-reverse;
}
.fig-wrap p{
  padding: 2vw 4vw 2vw 5vw;
  margin: 0;
  font-size: 3.5vw;
}
.fig-wrap small{
  display: block;
  padding: 0 20px;
}
.menu_wrap img{
  margin: 2vw 2vw 0 4vw;
  width: 100%;
  margin-bottom: auto;
}
.menu_link a{
  padding: 10px 20px;
  color: #ff530d;
  background-color: #00ffff;
  border-radius: 25px;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 150px;
  text-align: center;
}
.menu_link img{
  display: block;
}
.lightbox{
  display: none;
}
.featherlight-content{
  width: 85%;
  padding-left: 20px;
}
.featherlight-content h2{
  padding-top: 30px;
  text-align: center;
}
.lightbox img{
  width: 100%;
  display: block;
  height: auto;
}
.featherlight-content table{
  margin-left: 20px;
  margin-bottom: 20px;
}
.price tr td:first-child{
  width: 170px;
}

/*こだわり３つ*/
#particular{
  background-color: #ceffff;
  position: relative;
  padding-bottom: 100px;
}
.chef{
  position: absolute;
  top: 5px;
  right: 10px;
}
.beans-1{
  position: absolute;
  top: 150px;
  left: 10px;
}
.beans-2{
  position: absolute;
  top: 380px;
  right: 10px;
}
.beans-3{
  position: absolute;
  top: 600px;
  left: 10px;
}
.beans-4{
  position: absolute;
  top: 820px;
  right: 10px;
}
.chara h1{
  text-align: center;
  padding-top: 90px;
}
.centering-wrap{
  text-align: center;
}
.centering-wrap p{
  padding-top:0;
}
.centering-wrap h2{
  color: #ff530d;
}
/*お店の場所*/
#map img{
  max-width: 100%;
}
.address::before{
  content: url("../img/map-icon.png");
  padding-right: 10px;
  vertical-align: middle;
}
#map{
  padding: 10px 20px 0 20px;
}
#map p{
  padding-top: 0;
  margin-top: 0;
}
#map h3{
  display: inline-block;
  border-bottom: 1px solid #00ffff;
  width: auto;
}
#map a{
  margin: 0 auto 70px;
  display: block;
  width: 150px;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  border-radius: 20px;
  background-color: #00ffff;
  color: #ff530d;
}
#fl2 h2{
  width: auto;
  text-align: center;
  vertical-align: middle;
}
#fl2 h2::before{
  content: url("../img/map-icon.png");
  padding-right: 10px;
}


/*トピックス*/
.topics_box{
  width: 85%;
  margin: 10px auto;
  filter: drop-shadow(3px 3px 5px #cdcdcd);
  background-color: #ffffff;
}
.topics_box h3{
  padding-top: 10px;
  padding-left: 10px
}
.topics_box span{
  font-size: 18px;

}
.topics_box time{
  display: block;
}
.topics_who{
  display: flex;
  padding-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 20px;
  border-top: 2px solid #ff530d;
}
.topics_name{
  padding-left: 15px;
}
/*コンタクト*/
.zabuto_calendar{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.fa-chevron-circle-left{
  content: url("../img/previus.png");
  width: 25px;
}
.fa-chevron-circle-right{
  content: url("../img/next.png");
  width: 25px;
}
#contact{
  background-color: #ceffff;
  padding-bottom: 50px;
}
#contact h1,
.contact_method h2,
.contact_method .mail_contact{
  display: block;
  text-align: center;
  width: auto;
  font-weight: 400;
}
.contact_method h2{
  padding: 30px 15px 10px 15px;
  width: 150px;
  margin: 0 auto;
  border-bottom: 1px solid #ff530d;
}
em::before{
  content: url("../img/tel-icon.png");
  padding-right: 15px;
}
em{
  font-size: 25px;
  padding-left: 35px;
  vertical-align: middle;
}
.contact_method img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#footer .copy,
#fl3 .copy{
  font-size: 12px;
  color: #ff530d;
  text-align: center;
  display: block;
}
footer{
  background-color: #ceffff;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}


/*いつも使うヤツ   （ハンバーガーメニュー）
******************************************************/
/*メニューパネル*/
.overlay_nav{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  opacity: 0.9;
  display: none;
  align-content: center;
  justify-items: center;
  width: 375px;
  height: 800px;
  background: linear-gradient(135deg,#000,#fff,#000);
}
.menu{
  display: grid;
  margin-top: 20px;
  text-align: center;
  gap:0px;
  width: 100%;
  font-size: 24px;
}
.menu li{
  border-bottom: 1px solid #959595;
  padding: 10px 0;
}
.menu li::first-child{
  border-top: 1px solid #00ffff;
}
.menu a{
  font-size: 80%;
  color: #3d3d3d;
}
.overlay_nav h1{
  color: #3d3d3d;
  font-size: 250%;
  padding-top: 30px;
  text-align: center;
}
.overlay_nav small{
  margin-top: 60px;
  font-size: 120%;
  color: #3d3d3d;
  display: block;
  text-align: center;
}
.overlay_nav img{
  margin: 0 auto;
  display: block;
}

/* ハンバーガーアイコン*/
#home{
  position: relative;
}
#home a:hover{
  opacity: 0.3;
}
.trigger,
.trigger span{
  display: inline-block;
  transition: all 0.4s;

}
.trigger{
  position: fixed;
  top: 10px;
  right: 2%;
  width: 35px;
  height: 35px;
  z-index: 110;
  background-color: rgba(0,0,0,0.3);
  mix-blend-mode: difference;
}
.trigger span{
  position: absolute;
  left: 5%;
  width: 90%;
  height: 3px;
  background-color: #ffffff;
  border-radius: 2px;
  opacity: 1;
}
.trigger span:nth-of-type(1){
  top: 2px;
}
.trigger span:nth-of-type(2){
  top: 16px;
}
.trigger span:nth-of-type(3){
  bottom: 2px;
}
.trigger.active span:nth-of-type(1){
  transform: translateY(13px) rotate(-45deg);
}
.trigger.active span:nth-of-type(2){
  left: 50%;
  opacity: 0;
  animation: active-menu-bar02 0.8s forwards;
}
@keyframes active-menu-bar02{100%{height: 0;}}

.trigger.active span:nth-of-type(3){
  transform: translateY(-15px)rotate(45deg);
}
.onanimation{
  display: block;
  position: fixed;
  width: 375px;
  margin-top: 0;
  right: 0;
}
/**********************ここまで************************/


/*******************ここからPC対応*********************/
@media (min-width: 640px){

  .slider_large{
    display: block;
  }
  .slider_small{
    display: none;
  }

  h1{
    margin-top: 100px;
    font-size: 36px;
    text-align: center;
  }
  h3{
    font-size: 26px;
  }
  p{
    font-size: 24px;
    text-align: center;
  }
  figcaption{
    font-size: 28px;
    padding: 5px;
    background-color: #ceffff;
    color: #ff530d;
    border-radius: 20px;
    width: auto;
    text-align: center;
    margin: 20px;
  }

  .overlay_nav{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 100%;
    height: 100px;
    background: transparent;
    mix-blend-mode: screen;
}

  .overlay_nav h1{
    width: 25%;
    height: auto;
    background: transparent;
    mix-blend-mode: screen;
    color: #fff;
}

  .menu{
    display: flex;
    background-color: rgba(0,0,0,0.5)
  }
  .menu li a{
    color: #fff;
  }
    .menu li{
    border-bottom: none;
  }


  .trigger,
  .overlay_nav small,
  .overlay_nav .menu_logo{
    display: none;
  }



/* メニューのところ */
  .menu_info img{
    width: 15%;
  }
  .menu_wrap{
    display: block;
    max-width: 400px;
  }
  .menu_wrap img{
    max-width: 400px;
    margin: 0;
    padding: 20px;
    border-radius: 20%;
  }
  .menu_wrap p{
    padding: 10px;
    font-size: 24px;
  }
  .menu_wrap small{
    height: 40px;
  }
  li.active{
    border-bottom: 4px solid #ff530d;
  }
  li.active a{
    color: #3d3d3d;
    font-size: 28px;
    font-weight: 800;
  }
  .menu_link a{
    font-size: 28px;
    width: 250px;
    border-radius: 30px;
    filter: drop-shadow(3px 3px 5px #ff530d);
  }
  .menu_link img{
    width: 20%;
  }
  #tab-1,
  #tab-2,
  #tab-3{
    display: flex;
    justify-content: center;
  }
  .featherlight-content{
    width: 70vw;
  }
/* ３つのこだわりのところ */
  .chef{
    width: 18%;
  }
  .beans-1,
  .beans-2{
    width: 8%;
  }
  .beans-2{
    position: absolute;
    top: 520px;
    right: 10px;
}
  .beans-3,
  .beans-4{
    display: none;
  }
  .particular_wrap{
    display: flex;
    justify-content: space-around;
  }
  .animate{
    width: 33%;
  }
/* お店の場所のところ */
  .map_wrap{
    display: flex;
  }
  #map img{
    max-width: 50%;
    padding: 30px;
    margin-bottom: auto;
  }
  .map_comment{
    padding: 30px;
  }
  #map a{
    width: 250px;
    text-align: center;
    font-size: 28px;
    border-radius: 30px;
  }
/* トピックスのところ */
  .topics_wrap{
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 50px;
  }
  .topics_box{
    height: 95%;
  }


/* コンタクトのところ */
  #contact{
    display: flex;
  }
  .reg_holiday{
    width: 50%;
  }
  .contact_method{
    width: 50%;
    padding-top: 50px;
  }
  .contact_method h2{
    font-size: 36px;
    padding: 30px 15px 10px 15px;
    width: 300px;
    margin: 40px auto 0;
    border-bottom: 2px solid #ff530d;
}
  em{
    font-size: 28px;
    text-align: center;
    display: block;
  }
  .contact_method img{
    width: 15%;
    filter: drop-shadow(3px 3px 5px #ff530d);
  }


}
