l* {
  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: 94%;
    margin: auto;
    padding: 40px;
}


/*矢印の設定*/


/*戻る、次へ矢印の位置*/
.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;/*ドットボタンの現在地表示の色*/
}

.slick-list{
  overflow: hidden;
}


h1 {
  margin-bottom:30px;
  text-align: center;
  padding-top:  50px;
  font-size: 65px;
}


p {
    font-size: 130%;
    text-align: center;
}

  .nav-list {
      line-height: 100px;
      list-style: none;
      font-weight: bold;
  }
  .nav-list-item {
    list-style: none;
    display: inline-block;
    margin: 0px 30px;
  }
  .Form {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
  }
  @media screen and (max-width: 480px) {
    .Form {
      margin-top: 40px;
    }
  }
  .Form-Item {
    border-top: 1px solid #ddd;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 480px) {
    .Form-Item {
      padding-left: 14px;
      padding-right: 14px;
      padding-top: 16px;
      padding-bottom: 16px;
      flex-wrap: wrap;
    }
  }
  .Form-Item:nth-child(5) {
    border-bottom: 1px solid #ddd;
  }
  .Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
  }
  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;
  }
  .Form-Btn a {
  border-radius: 6px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 250px;
    display:block;
    letter-spacing: 0.05em;
    background: #a06d6d82;
    color: #fff;
    font-weight:bold;
    font-size: 40px;
    text-decoration: none;
  }
  button:hover {
    box-shadow: none;
    transform: translate3d(0, 5px, 0);
  }
  

  .btn02 a{
    border-radius: 6px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 300px;
    display:block;
    letter-spacing: 0.05em;
    background: #a06d6d82;
    color: #fff;
    font-weight:bold;
    font-size: 30px;
    text-decoration: none;
  }
  button:hover {
    box-shadow: none;
    transform: translate3d(0, 5px, 0);
  }
  
  footer{
    bottom: 0;
    width: 100%;
    height: 220px;
    background-color: #a06d6d82;
    color: white;
    text-align: center;
    font-size: 70%;
}
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: 45px;
    }
    

  p {
    font-size: 14px;
  }

  .page-subtitle {
    font-size: 25px;
    text-align: left;
  }

  .main-nav {
    display: none;
  }


  .Aplaudo-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 70px;
   }
   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;
  }

  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;
  }
}
