@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css");
figure {
  margin: 0;
  padding: 0;
}

.newarraival {
  width: 100%;
  color: #fff;
  background-color: #0a1945;
  padding: 10px 10px;
  text-align: center;
  font-size: 1.7em;
  font-weight: bold;
  margin: 10px 0 0;
}

h1 {
  color: #3D3D3D;
  border-bottom: #3D3D3D dotted 2px;
  padding: 0 10px 12px;
  margin: 25px 0 10px;
  text-align: center;
  font-size: 21px;
  font-size: 1.6em;
}

h2 {
  color: #fff;
  background-color: #c0c0c0;
  padding: 10px 10px;
  text-align: center;
  font-size: 1.3em;
  margin: 0;
}

h3 {
  color: #fff;
  background-color: #0a1945;
  padding: 10px 10px;
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  h3 {
    margin: 0 auto;
  }
}

h4 {
  color: #fff;
  background-color: #c0c0c0;
  padding: 10px 10px;
  text-align: center;
  font-size: 1.3em;
  margin: 0 auto;
}
@media only screen and (min-width: 1280px) {
  h4 {
    margin-bottom: 10px;
  }
}

h5 {
  color: #000;
  border-left: #ccc solid 7px;
  border-top: #6A6A6A solid 1px;
  border-bottom: #6A6A6A solid 1px;
  border-right: #6A6A6A solid 1px;
  padding: 10px 10px;
  margin: 0 0 15px;
  text-align: left;
  font-size: 1.1em;
}
@media only screen and (max-width: 767px) {
  h5 {
    margin-bottom: 12px;
  }
}

body {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .wrap {
    margin: 0 auto;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    margin: 0 auto;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .wrap {
    margin: 0 auto;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .wrap {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.content {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.local_nav {
  width: 100%;
  margin: 0;
}
.local_nav ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .local_nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 8px 0 2px;
  }
}
.local_nav li {
  color: #000;
  background-color: #f1f1f1;
  border: #000 solid 1px;
  box-sizing: border-box;
  margin: 2px;
  padding: 4px 0;
  text-align: center;
  line-height: 1.2;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .local_nav li {
    height: 36px;
    margin: 0 1px 3px 1px;
    padding: 4px 0;
    position: relative;
  }
  .local_nav li:nth-of-type(1) {
    width: 100%;
  }
  .local_nav li:nth-of-type(2), .local_nav li:nth-of-type(3), .local_nav li:nth-of-type(4), .local_nav li:nth-of-type(5), .local_nav li:nth-of-type(6), .local_nav li:nth-of-type(7) {
    width: 49%;
  }
}
.local_nav li:hover {
  background-color: #999;
}
.local_nav a {
  color: #3A617A;
  font-size: 0.675rem;
  text-decoration: none;
}
.local_nav a:hover {
  color: #fff;
}

.sale_date_pc {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .sale_date_pc {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .sale_date_pc {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .sale_date_pc {
    margin: 12px 0 0;
    font-size: 18px;
    text-align: left;
    display: flex;
    border-bottom: #363636 dotted 2px;
    padding-bottom: 13px;
  }
}
@media only screen and (min-width: 1280px) {
  .sale_date_pc {
    margin: 12px 0 0;
    font-size: 18px;
    text-align: left;
    display: flex;
    border-bottom: #363636 dotted 2px;
    padding-bottom: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .sale_date_pc .sale_date_box_pc {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .sale_date_pc .sale_date_box_pc {
    margin: 0;
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .sale_date_pc .sale_date_box_pc {
    margin: 0;
    padding: 10px 15px;
  }
}

.sale_date_sp {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .sale_date_sp {
    margin: 12px 0 0;
    text-align: left;
    display: flex;
    border-bottom: #363636 dotted 2px;
    padding-bottom: 13px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .sale_date_sp {
    margin: 12px 0 0;
    text-align: left;
    display: flex;
    border-bottom: #363636 dotted 2px;
    padding-bottom: 13px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .sale_date_sp {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .sale_date_sp {
    display: none;
  }
}
.sale_date_sp .sale_date_box_sp {
  margin: 0;
  padding: 10px 15px 2px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .sale_date_sp .sale_date_box_sp {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) {
  .sale_date_sp .sale_date_box_sp {
    width: 34%;
  }
}
@media only screen and (min-width: 1280px) {
  .sale_date_sp .sale_date_box_sp {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .sale_date_sp .sale_date_box_sp {
    display: none;
  }
}
.sale_date_sp .sale_date_box_sp .sale_title {
  width: 100%;
}
.sale_date_sp .sale_date_box_sp .sale_detail {
  width: 100%;
  margin-top: 12px;
}

.sale_order {
  display: block;
  background-color: #e5000c;
  color: #fff;
  text-decoration: none;
  margin: 20px auto 0;
  width: 80%;
  height: 60px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sale_order {
    margin: 20px auto 30px;
    height: 50px;
    font-size: 0.95rem;
  }
}
.sale_order:hover {
  background-color: rgb(178, 0, 9.327510917);
}
.sale_order:hover::before {
  right: 20px;
}
.sale_order::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  font-size: 1.2rem;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sale_order::before {
    font-size: 1.1rem;
    right: 20px;
  }
}

.text {
  padding: 0 8px;
  line-height: 27px;
  font-size: 16px;
}

/* ひばり書房 */
.hibari_box1 {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .hibari_box1 {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .hibari_box1 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .hibari_box1 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .hibari_box1 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
}

.hibari_box2 {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .hibari_box2 {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .hibari_box2 {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .hibari_box2 {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .hibari_box2 {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 30px;
  }
}

.hibari_img img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .logo_lonT {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .logo_lonT {
    width: 49%;
    margin-top: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .logo_lonT {
    width: 49%;
    margin-top: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .logo_lonT {
    width: 49%;
    margin-top: 0;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .logo_T {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .logo_T {
    width: 49%;
    margin-top: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .logo_T {
    width: 49%;
    margin-top: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .logo_T {
    margin-top: 0;
    width: 49%;
  }
}

@media only screen and (max-width: 767px) {
  .hitlogo {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .hitlogo {
    width: 49%;
    margin-top: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .hitlogo {
    width: 49%;
    margin-top: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .hitlogo {
    width: 49%;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .bigkanbadge {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .bigkanbadge {
    width: 49%;
    margin-top: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .bigkanbadge {
    width: 49%;
    margin-top: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .bigkanbadge {
    width: 49%;
    margin-top: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .bigkanbadge {
    width: 49%;
    margin-top: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .bigkanbadge {
    width: 49%;
  }
}

.logo_lonT_container {
  display: flex;
  flex-direction: column;
}

.logo_T_container {
  display: flex;
  flex-direction: column;
}

.hitlogo_container {
  display: flex;
  flex-direction: column;
}

.bigkanbadge_container {
  display: flex;
  flex-direction: column;
}

.prod_description {
  line-height: 27px;
  font-size: 16px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .prod_description {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .prod_description {
    width: 100%;
    margin: 30px auto 40px;
  }
}
.prod_description p {
  border: #3A3A3A solid 1px;
  background-color: #F5F5F5;
  padding: 10px 20px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .prod_description p {
    margin: 20px 0 30px;
  }
}

/* --------------------------------
 * 関連情報
 * -------------------------------- */
.relate {
  marigin-top: 0;
  width: 100%;
}
.relate_container {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .relate_container {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .relate_container {
    display: flex;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .relate_container {
    display: flex;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .relate_container {
    display: flex;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .relate_newarrival {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .relate_newarrival {
    width: 40%;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .relate_newarrival {
    width: 40%;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .relate_newarrival {
    width: 40%;
    margin-right: 10px;
  }
}
.relate_newarrival {
  /* --------------------------------
   * トピックス
   * -------------------------------- */
}
.relate_newarrival .topics_list {
  width: 100%;
}
.relate_newarrival .post_container {
  margin: 10px auto 0;
  padding: 0;
}
.relate_newarrival .post_container img {
  max-width: 100%;
  height: auto;
}
.relate_newarrival .post_container *::-ms-backdrop, .relate_newarrival .post_container img {
  max-height: 100%;
}
.relate_newarrival .post_container .topic_container {
  list-style: none;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .relate_newarrival .post_container .topic_container {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto 5px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .relate_newarrival .post_container .topic_container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 auto 5px;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .relate_newarrival .post_container .topic_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: flex-start;
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .relate_newarrival .post_container .topic_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: flex-start;
    margin: -5px auto 0;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .relate_newarrival .post_container .topic_container .topic {
    width: 47%;
    display: flex;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    flex-direction: column;
    margin: 0 4px 15px 4px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .relate_newarrival .post_container .topic_container .topic {
    width: 100%;
    display: block;
    display: flex;
    flex-direction: column;
    margin: 0 5px 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .relate_newarrival .post_container .topic_container .topic {
    width: 47.4%;
    display: block;
    display: flex;
    flex-direction: column;
    margin: 0 5px 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .relate_newarrival .post_container .topic_container .topic {
    width: 47.8%;
    display: block;
    display: flex;
    flex-direction: column;
    margin: 0 5px 0;
    padding: 0;
  }
}
.relate_newarrival .post_container .topic_container .topic:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .relate_newarrival .post_container .topic_container .topic .pic {
    width: 100%;
    padding: 10px 15px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .relate_newarrival .post_container .topic_container .topic .pic {
    width: 100%;
    padding: 10px 15px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .relate_newarrival .post_container .topic_container .topic .pic {
    width: 100%;
    padding: 10px 15px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1280px) {
  .relate_newarrival .post_container .topic_container .topic .pic {
    width: 100%;
    padding: 10px 15px;
    margin: 0 auto;
  }
}
.relate_newarrival .post_container .topic_container .topic .pic {
  background-color: #eee;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  overflow: hidden;
  text-align: center;
}
.relate_newarrival .post_container .topic_container .topic .pic a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .relate_newarrival .post_container .topic_container .topic .pic a {
    width: 150px;
    height: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .relate_newarrival .post_container .topic_container .topic .pic a {
    width: 200px;
    height: 150px;
  }
}
@media only screen and (min-width: 1024px) {
  .relate_newarrival .post_container .topic_container .topic .pic a {
    width: 180px;
    height: 130px;
  }
}
@media only screen and (min-width: 1280px) {
  .relate_newarrival .post_container .topic_container .topic .pic a {
    width: 210px;
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .relate_newarrival .post_container .topic_container .topic .caption {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .relate_newarrival .post_container .topic_container .topic .caption {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .relate_newarrival .post_container .topic_container .topic .caption {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .relate_newarrival .post_container .topic_container .topic .caption {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 0;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .relate_newarrival .post_container .topic_container .topic .caption a {
    text-decoration: none;
    color: #000;
    text-overflow: ellipsis;
    white-space: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .relate_newarrival .post_container .topic_container .topic .caption a {
    text-decoration: none;
    color: #000;
    white-space: wrap;
  }
}
@media only screen and (min-width: 1024px) {
  .relate_newarrival .post_container .topic_container .topic .caption a {
    text-decoration: none;
    color: #000;
    white-space: wrap;
  }
}
@media only screen and (min-width: 1280px) {
  .relate_newarrival .post_container .topic_container .topic .caption a {
    text-decoration: none;
    color: #000;
    white-space: wrap;
  }
}
.relate_newarrival .post_container .topic_container .topic .caption a:hover {
  color: #3E1300;
  text-decoration: underline;
}
.relate_newarrival .post_container .topic_container .topic .caption h6 {
  background: none;
  font-size: 15px;
  margin: 13px 0 0;
  padding: 0;
  text-align: left;
  font-weight: 600;
  line-height: 25px;
}

@media only screen and (max-width: 767px) {
  .relate_map {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .relate_map {
    width: 100%;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .relate_map {
    width: 30%;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .relate_map {
    width: 30%;
    margin-right: 10px;
  }
}
.relate_map .relate_map_container {
  display: flex;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .relate_map .relate_map_container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .relate_map .relate_map_container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1024px) {
  .relate_map .relate_map_container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1280px) {
  .relate_map .relate_map_container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .relate_map .relate_map_container .relate_map_img {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .relate_map .relate_map_container .relate_map_img {
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .relate_map .relate_map_container .relate_map_img {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .relate_map .relate_map_container .relate_map_img {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .relate_map .relate_map_container .relate_map_g {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .relate_map .relate_map_container .relate_map_g {
    width: 100%;
  }
  .relate_map .relate_map_container .relate_map_g a {
    height: 601px;
  }
}
@media only screen and (min-width: 1024px) {
  .relate_map .relate_map_container .relate_map_g {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .relate_map .relate_map_container .relate_map_g {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .relate_twitter {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .relate_twitter {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .relate_twitter {
    width: 30%;
  }
}
@media only screen and (min-width: 1280px) {
  .relate_twitter {
    width: 30%;
  }
}
.relate_twitter .twitter_timeline {
  margin-top: 10px;
}/*# sourceMappingURL=style.css.map */