@charset "utf-8";

body {
  font-family: "fot-tsukuardgothic-std", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック",sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

.important {
  color: #ff0000;
  font-weight: bold;
}

.u_mbs {
  margin-bottom: 0.5rem;
}

.u_mbm {
  margin-bottom: 1rem;
}

.u_mbl {
  margin-bottom: 3rem;
}

.u_tc {
  text-align: center;
}

.u_tc a {
  font-size: 1.2rem;
  color: #555555;
  text-decoration: none;
}

.u_tc a:hover {
  color: #cccccc;
}

/*Header*/
header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  padding-bottom: 20px;
  width: 100%;
  z-index: 12;
}

/* .bl_header {
  background-image: url(../img/header_main_sp.png);
  background-size: cover;
  min-height: 300px;
} */

nav ul li a {
  color: #555555;
  text-decoration: none;
  padding: 10px;
}

nav ul li a:hover {
  color: #cccccc;
}

/*Contents*/
.contents {
  background-color: #ffffff;
  width: 100%;
}

.bl_main-v {
  background: url(../img/img_main.jpg) no-repeat 50% 50%;
  background-size: contain;
  background-attachment: scroll;
  position: relative;
  width: 100%;
  height: 350px;
  /* margin-top: 30px; */
  overflow: hidden;
}

.bl_main-v .bg_img {
  position: absolute;
  top: 0;
  left : 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  animation: bgAnime 18s infinite;
}

/* .bl_main-v .src1 {
  background: url(../img/img_main_01.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}
.bl_main-v .src2 {
  background: url(../img/img_main_02.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  animation-delay: 6s;
}
.bl_main-v .src3 {
  background: url(../img/img_main_03.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  animation-delay: 12s;
} */

/* @keyframes bgAnime { 
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    animation-timing-function: ease-out;
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
} */

.box_maintitle {
  position   : absolute;
  display    : inline-block;
  /* padding    : 20px; */
  top        : 80%;
  left       : 50%;
  transform  : translate(-50%,-50%);
  z-index    : 11;
}

h1 {
  background-color: rgba(255, 255, 255, 0.3);
  color: #555555;
  text-shadow: 1px 1px 3px #ffffff;
  font-family: "a-otf-gothic-bbb-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  /* padding: 6px; */
}

.main {
  margin: 0 auto;
  width: 100%;
}

h2 {
  color: #333;
  font-family: "a-otf-gothic-bbb-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  position: relative;
  padding: 0.25rem 0;
  text-align: center;
}

h2:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}

h3 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5;
  /* margin-bottom: 1rem; */
}

.box_img_book img {
  display: block;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}

.bl_sp {
  text-align: center;
}

.bl_pb {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.box_pb img {
  width: 300px;
}

.bl_sample {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* .list_event dt {
  border-bottom: 1px dotted #555555;
} */

.list_event dd a {
  color: #555555;
  text-decoration: none;
}

.list_event dd a:hover {
  color: #cccccc;
}

.list_shop {
  text-align: left;
  list-style: circle inside;
}

.list_shop li a {
  color: #555555;
  text-decoration: none;
}

.list_shop li a:hover {
  color: #cccccc;
}

/*Footer*/
footer {
  /* background-color: #a1a1a1; */
  border-top: solid 5px  #90918e;
  color: #333333;
  font-size: 14px;
  padding: 12px 0;
  text-align: center;
}

footer img {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 2px;
}

@media screen and (min-width: 960px) {
  .slicknav_menu {
    display: none;
  }

  .bl_main-v {
    height: 600px;
    margin-bottom: 3rem;
  }

  .contents {
    margin-top: 56px;
  }
    
  .container {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bl_header {
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    padding: 10px;
    width: 100%;
  }

  h1 {
    font-size: 1.2rem;
  }

  .bl_header ul {
    display: flex;
    /* position: absolute;
    right: 0; */
    width: 100%;
  }

  .bl_header ul li {
    padding-right: 0.5rem;
  }

  .bl_header ul li a {
    font-size: 1.2rem;
  }

  h2 {
    font-size: 2rem;
  }
  
  .bl_book {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    align-items: flex-start;
  }

  .box_img_book p {
    text-align: center;
  }

  .box_img_book img {
    width: 300px;
  }

  .box_txt_book {
    margin-left: 1rem;
    width: 60%;
  }

  .bl_pb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .box_pb {
    width: 220px;
  }

  .bl_sample {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .bl_sample img {
    max-width: 400px;
  }

  .list_event {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .list_event dt {
    width: 15%;
  }

  .list_event dd {
    width: 75%;
  }

  footer {
    /* max-width: 960px; */
    margin: 0 auto;
  }
}

@media screen and (max-width: 959px) {
  #menu {
    display: none;
  }

  .slicknav_menu {
    display: block;
  }

  .box_maintitle {
    width: 70%;
  }

  h1 {
    font-size: 26px;
  }

  /* .bl_main-v .src1 {
    background-image : url(../img/img_main_01_s.jpg);
    background-size: cover;
    background-attachment: scroll;
  }
  .bl_main-v .src2 {
    background-image : url(../img/img_main_02_s.jpg);
    background-size: cover;
    background-attachment: scroll;
    animation-delay  : 5s;
  }
  .bl_main-v .src3 {
    background-image : url(../img/img_main_03_s.jpg);
    background-size: cover;
    background-attachment: scroll;
    animation-delay  : 10s;
  } */
  
  .container {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bl_book {
    text-align: center;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  /* .list_event {
    text-align: center;
  } */
}
