* {
  margin:0; padding:0;
}
header {
  width: 100%;
  height: 300px;
  padding: 5px 0;
  text-align: center;
  color: #aa5959;
  background-image: url("");
  background-position: center bottom;
  background-size: cover;
}
header .headline{
  line-height: 100px;
  font-size: 60px;
}

.headline a {
font-size: 90px;
}

@charset "utf-8";

body {
 font-family: "Darumadrop One", sans-serif;
 font-size: 150%;
}
img {
max-width: 100%;
}
.main-nav a {
font-size: 140%;
color: #aa5959;
text-decoration: none;
}

.main-nav a:hover {
color: #bf360c;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
  position:relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  margin: auto;
}


/*矢印の設定*/


/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
  position: absolute;/*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer;/*マウスカーソルを指マークに*/
  outline: none;/*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #ccc;/*矢印の色*/
  border-right: 2px solid #ccc;/*矢印の色*/
  height: 25px;
  width: 25px;
}


.slick-prev {/*戻る矢印の位置と形状*/
  left:2.5%;
  transform: rotate(-135deg);
}


.slick-next {/*次へ矢印の位置と形状*/
  right:2.5%;
  transform: rotate(45deg);
}


/*ドットナビゲーションの設定*/


.slick-dots {
  position: relative;
  z-index: 3;
  text-align:center;
  margin:-50px 0 0 0;
}


.slick-dots li {
  display:inline-block;
  margin:0 5px;
}


.slick-dots button {
  color: transparent;
  outline: none;
  width:8px;/*ドットボタンのサイズ*/
  height:8px;/*ドットボタンのサイズ*/
  display:block;
  border-radius:50%;
  background:#ccc;/*ドットボタンの色*/
}


.slick-dots .slick-active button{
  background:#333;/*ドットボタンの現在地表示の色*/
}

h1 {
  font-size: 60px;
  margin-bottom:30px;
  text-align: center;
  padding-top:  50px;
  font-size: 65px;
}

h2 {
  margin-bottom: 100px;
  text-align: center;
  padding-top: 50px;
}

p {
  text-align: center;
}

.nav-list {
    line-height: 100px;
    list-style: none;
    font-weight: bold;
}
.nav-list-item {
  list-style: none;
  display: inline-block;
  margin: 0 30px;
}

dl{
  width:1500px;

 }
 dt{
  border-bottom:1px solid #ccc;
  float:none;
   padding:10px 500px;
 }
 dd{
  border-bottom:1px solid #ccc;
  text-align: center;
  padding:20px;
 }
 
 
 a1{
   background-color:#228b22;
   border-radius:5px;
   color:#fff;
   margin:30px;
   padding:5px 20px;
   text-decoration:none;
 }
 
 #sns {
  background: #fff8e1;
  width: 100%;
}

.sns sub-title {
  margin-bottom: 10px;
}

.sns-box {
  width: 100%;
}

.sns-box img {
  width: 80px;
  height: 80px;
}
.sns-icon {
  display: flex;
}
.sns-icon p {
  margin-top: 20px;
}

.space {
  margin-bottom: 55px;
}

.touken-wrapper {
  display: flex;
}

.font{
  font-size: 17px;
}

 footer{
  bottom: 0;
  width: 100%;
  height: 220px;
  background-color: #a06d6d82;
  color: white;
  text-align: center;
  font-size: 20px;
}
ul.footer-menu li {
display: inline;
}
.Tokiwa a {
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-family: "Sen", sans-serif;
}

/*スマホ対応---------------------
--------------*/
@media only screen and (max-width: 800px) {
  .main-nav li {
    font-size: 10px;
  }

  .br-sp{
    display: block;
  }

  header {
    width: 100%;
    height: 200px;
  }
  .headline a {
    font-size: 70px;
    }

  h1 {
      font-size: 40px;
     }
  
     h2{
      font-size: 15px;
     }
     
  p {
    font-size: 15px;
  }

  .page-subtitle {
    font-size: 25px;
    text-align: left;
  }

  .main-nav {
    display: none;
  }

  .cafe-logo {
    width: 25%;
  }

  .home-wrapper {
    display: block;
  }

  .home-img img {
    height: 300px;
    
  }

  section#about img {
    margin: 0;
  }

  th,
  td {
    width: 100%;
    display: block;
  }

  dl{
    width:400px;
    font-size: 11px;
  
   }
   dt{
    border-bottom:1px solid #ccc;
    float:none;
     padding:10px 60px;
   }
   dd{
    border-bottom:1px solid #ccc;
    text-align: center;
    padding:20px;
   }
   
  .master-td {
    padding: 0;
  }

  div.マスター img {
    width: 60%;
    height: 40%;
    
  }

  div.スタッフ img {
    width: 60%;
    height: 60%;
    
  }

  .subvisual img{
    width: 300px;
    height: 350px;
  }

  .page-subtitle{
    margin: 30px;
  }

  .home-img{
    margin: 30px;
  }

  .sns-icon img{
    width: 50px;
    height: 50px;
  }

  h3 {
    font-size: 20px;
  }

  h3 p{
    font-size: 20px;
  }


  footer{
    bottom: 0;
    width: 100%;
    height: 160px;
}

 footer p{
  font-size: 15px;
 }

  .Tokiwa a {
    font-size: 15px;
  }


  /* =================
ハンバーガーボタンの実装
================= */
  .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #aa5959;
  }
  .menu-btn:hover {
    cursor: pointer;
  }
  /* 三本線の実装 */
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  /* チェックボックスを非表示にする */
  #menu-btn-check {
    display: none;
  }

  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(
      255,
      255,
      255,
      0
    ); /*メニューオープン時は真ん中の線を透明にする*/
  }

  /* メニューを開いている時はハンバーガーボタンが×になる */
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .menu-content ul li a {
    font-family: "Sen", sans-serif;
  }

  .menu-content a:hover {
    color: #bf360c;
  }

  /* =================
メニュー部分の実装
================= */
  .menu-content {
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    /* メニューを外に出しておく */
    left: 100%;
    z-index: 80;
    background-color: #946a5c;
    transition: all 0.5s; /*アニメーションを滑らかにする*/
  }
  .menu-content ul {
    padding: 70px 10px 0;
  }
  .menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 20px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 30%; /*メニューを画面内へ動かす*/
  }
}
/*----ハンバーガーメニューの非表示----------*/

@media only screen and (min-width: 800px) {
  .hamburger-menu {
    display: none;
  }
  .menu-content {
    display: none;
  }
}  