@charset "utf-8";
body {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: normal;
  background-color: #EEEBE7;
}
#top-container {
  width: 100%;
  margin: 0;
}

a:hover {
  text-decoration: none !important;
  transition-duration: .6s;
  opacity: 0.5;
}
h1 a:hover {
  opacity: 1;
}
ul {
  list-style: none;
  padding-left: 0;
}
figcaption {
  text-align: center;
  font-size: 85%;
}

@font-face {
  font-family: 'Halis GR Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Halis GR Regular'), url("../fonts/Ahmet Altun  HalisGRRegular.woff") format('woff');
}
@font-face {
  font-family: 'Halis GR Bold';
  font-style: normal;
  font-weight: bold;
  src: local('Halis GR Bold'), url("../fonts/Ahmet Altun  HalisGRBold.woff") format('woff');
}
@font-face {
  font-family: 'Halis GR Black';
  font-style: normal;
  font-weight: normal;
  src: local('Halis GR Black'), url('../fonts/Ahmet Altun  HalisGRBlack.woff') format('woff');
}
/*------------- btn -------------*/
.btn-primary {
  background-color: #42210B;
  border: none;
  width: 100%;
}
.btn-primary a {
  color: #fff !important;
}
.btn-primary:hover {
  background-color: #42210B;
  opacity: 0.7;
}
@media only screen and (min-width : 992px) {
  #top-container .btn-primary {
    font-size: 1.4rem !important;
    padding: 1.25rem;
  }
}
