@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*==Noto_Sans_JP==*/
/*Regular*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../font/Noto_Sans_JP/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*Midium*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../font/Noto_Sans_JP/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*SemiBold*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../font/Noto_Sans_JP/NotoSansJP-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*Bold*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../font/Noto_Sans_JP/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Reset CSS - 2021.09
---------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, ruby, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, fieldset, legend, label, header, footer, hgroup, menu, nav, main, article, section, aside, details, figure, figcaption, canvas, embed, output, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

header, footer, hgroup, menu, nav, main, article, section, aside, details, figure, figcaption {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

hr {
  display: none;
}

address, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

img {
  vertical-align: bottom;
}

/* Fonts
---------------------------------------------------*/
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* clearfix
---------------------------------------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  font-family: "";
  font-family: "Noto Sans JP", "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(0.875rem, 0.8rem + 0.32vw, 1rem);
  font-display: swap;
  position: relative;
  color: #333333;
  background-image: url(../../img/common/bg-main.webp);
}

a {
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}

a:hover {
  opacity: 0.5;
}

img {
  height: auto;
  width: 100%;
  vertical-align: bottom;
}

.sp-block {
  display: none;
}

.main__container {
  padding: 100px 0;
}
.main__container.--top {
  padding-top: 50px;
  padding-bottom: 0;
}

.section__container {
  padding: 100px 0;
}
.section__container.--small {
  padding: 0 0 80px;
}

.wrapper {
  width: min(100%, 1040px);
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.bread-crumb__container {
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
  font-size: 0.625rem;
}
.bread-crumb__container .wrapper {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.wp-block-list ol, .wp-block-list ul {
  list-style: inside;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .sp-block {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .main__container {
    padding: 40px 0 60px;
  }
  .section__container {
    padding: 40px 0;
  }
  .section__container.--small {
    padding-bottom: 40px;
  }
}
/* Module */
.section__title {
  display: flex;
  align-items: center;
  font-size: clamp(1.25rem, 1.1rem + 0.64vw, 1.5rem);
  margin-bottom: 20px;
  gap: 10px;
}
.section__title::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.icon--center {
  flex-direction: column;
  gap: 0;
}

.title--area::before {
  background-image: url(../../img/icon/icon-pin.webp);
}

.title--genre::before {
  background-image: url(../../img/icon/icon-genre.webp);
}

.title--point::before {
  background-image: url(../../img/icon/icon-point.webp);
}

.title--blog::before {
  background-image: url(../../img/icon/icon-blog.webp);
}

.title--service::before {
  background-image: url(../../img/icon/icon-logo.webp);
  width: 32px;
  height: 50px;
}

.title--instagram::before {
  background-image: url(../../img/icon/icon-instagram.webp);
}

.title--news::before {
  background-image: url(../../img/icon/icon-info.webp);
}

.title--sponcer::before {
  background-image: url(../../img/icon/icon-sponser.webp);
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .section__title {
    margin-bottom: 10px;
    gap: 5px;
  }
  .section__title::before {
    width: 24px;
    height: 24px;
  }
  .title--service::before {
    width: 25px;
    height: 40px;
  }
}
.btn__container {
  display: flex;
  justify-content: center;
  width: 100%;
}
.btn__container--right {
  justify-content: flex-end;
  padding-top: 15px;
}

.btn {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 50px;
  width: 100%;
  max-width: 280px;
  position: relative;
  border: none;
  padding: 0.75em;
}
.btn--arrow {
  background-color: #00599A;
}
.btn--arrow::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../../img/icon/icon-link-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.btn--search {
  background-color: #EF833F;
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem);
  cursor: pointer;
  transition: all 0.3s;
}
.btn--search::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../../img/icon/icon-search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.btn--search:hover {
  filter: brightness(0.7);
  transition: all 0.3s;
}
.btn--pin {
  background-color: #EF833F;
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem);
  padding: 0.75em;
}
.btn--pin::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../../img/icon/icon-pin-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.btn--pin:hover {
  filter: brightness(0.7);
  transition: all 0.3s;
  opacity: 1;
}

.btn-newtab {
  max-width: 280px !important;
  margin: 0 auto;
}
.btn-newtab a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn-newtab a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../../img/icon/icon-tab.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.btn-newtab a:hover {
  filter: brightness(0.7);
  transition: all 0.3s;
}

.text__link {
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  position: relative;
  color: #00599A;
}
.text__link::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../../img/icon/icon-link-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}

#load-more-btn {
  color: #00599A;
  background-color: #FFFFFF;
  border: 1px solid #00599A;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .btn-newtab {
    width: 100% !important;
  }
}
.header__container {
  position: fixed;
  height: 100px;
  padding: 20px 32px;
  background-color: #FFFFFF;
  width: 100%;
  z-index: 1000;
}
.header__container .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  display: block;
  width: 220px;
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav__list .nav__item a {
  color: #00599A;
  display: block;
  font-weight: 500;
}

.nav__search {
  background-color: #EF833F;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: block;
  padding: 15px;
  line-height: 1;
}

.btn__sp,
.nav__sp {
  display: none;
}

/*===========================
wrap
===========================*/
@media screen and (max-width: 1050px) {
  .header__container {
    height: 60px;
    padding: 0;
  }
  .header__logo {
    width: 140px;
  }
  .nav__list {
    flex-direction: column;
  }
  .nav__list .nav__btn {
    display: none;
  }
  .nav__container {
    background-color: #00599A;
    padding-top: 120px;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    z-index: 10000;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end;
  }
  .nav__container .nav__list {
    flex-direction: column;
    align-items: center;
  }
  .nav__container .nav__list .nav__item a {
    color: #FFFFFF;
  }
  .nav__container .nav__list .nav__search {
    display: none;
  }
  .btn__sp {
    display: block;
    margin-right: 40px;
  }
  .btn__sp.nav__search {
    width: 60px;
    height: 60px;
    border-radius: 0;
  }
  .nav__container.sp_open {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
    height: 100vh;
  }
  /*バーガーメニュー時背景固定用*/
  body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
  }
  #toggle {
    background-color: #00599A;
    display: flex;
    width: 60px;
    height: 60px;
    color: #FFFFFF;
    z-index: 15000;
    position: absolute;
    right: 0;
    top: 0;
  }
  /*ボタン内側*/
  #toggle span {
    transition: all 0.4s;
    position: absolute;
    right: 30px;
    height: 3px;
    transform: translateX(50%);
    background: #FFFFFF;
    width: 30px;
  }
  #toggle span:nth-of-type(1) {
    top: 19px;
  }
  #toggle span:nth-of-type(2) {
    top: 29px;
  }
  #toggle span:nth-of-type(3) {
    top: 39px;
  }
  /*activeクラスが付与されると線が回転して×に*/
  #toggle.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
    right: 15px;
  }
  #toggle.active span:nth-of-type(2) {
    opacity: 0;
  }
  #toggle.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
    right: 15px;
  }
}
.footer__container {
  background-image: url(../../img/common/bg-black.webp);
  padding: 100px 0 20px;
}
.footer__container .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20%;
}

.footer__logo {
  max-width: 240px;
  width: 23%;
}

.footer-nav__container {
  flex: 1;
  display: flex;
  gap: 50px;
  margin-bottom: 80px;
}

.footer-nav__item a {
  color: #FFFFFF;
  display: block;
  margin-bottom: 1em;
  font-size: 0.875rem;
}

.sns__list {
  display: flex;
  gap: 24px;
}
.sns__list .sns__item {
  width: 24px;
}

copy {
  display: block;
  font-size: clamp(0.625rem, 0.55rem + 0.32vw, 0.75rem);
  text-align: right;
  font-weight: 500;
  color: #FFFFFF;
  width: min(100%, 1040px);
  padding: 0 20px;
  margin: 0 auto;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .footer__container {
    padding: 60px 0 15px;
  }
  .footer__container .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .footer__logo {
    max-width: 180px;
    width: 100%;
    margin-bottom: 50px;
  }
  .footer-nav__container {
    flex-direction: column;
    text-align: center;
    gap: 0;
  }
  .sns__list {
    margin-top: 40px;
  }
  copy {
    text-align: center;
  }
}
.subkv__container {
  background-image: url(../../img/bg-submv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 170px 0 70px;
}
.subkv__container .page__title {
  font-size: clamp(1.25rem, 0.8rem + 1.92vw, 2rem);
  font-weight: 600;
  color: #00599A;
}
.subkv__container .page__title span {
  display: block;
  font-size: 0.875rem;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .subkv__container {
    padding: 90px 0 30px;
  }
}
.sidebar__title {
  background-color: #00599A;
  color: #FFFFFF;
  font-size: 0.875rem;
  padding: 5px 20px;
}
.sidebar__title.--search {
  background-color: #666666;
}
.sidebar__title.--area {
  background-color: transparent;
  color: #00599A;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 0;
}
.sidebar__title.--area::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../../img/icon/icon-pin-blue.svg);
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.sidebar-article__list {
  margin-bottom: 50px;
}

.sidebar-article__item {
  padding: 10px 10px 15px;
  border-bottom: 1px dashed #999999;
}
.sidebar-article__item h4 {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333333;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 4.5em; /* ブラウザがサポートしていない場合 */
}

.sidebar-cat__item {
  padding: 15px 10px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: 1px dashed #999999;
}
.sidebar-cat__item a {
  color: #333333;
}

/*===========================
sp
===========================*/
/* ============================
一覧のページャー
============================ */
.nav-links {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 30px;
}
.nav-links a {
  text-decoration: none;
}

.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  font-family: "Zen Maru Gothic";
  font-weight: 600;
  border: 1px solid #00599A;
  border-radius: 20px;
  color: #00599A;
}

.pagination .current {
  background: #00599A;
  color: #fff;
}

.pagination .prev,
.pagination .next {
  background: transparent;
  box-shadow: none;
  color: #00599A;
}

.pagination .dots {
  background: transparent;
  box-shadow: none;
}

/* ============================
シングルのページャー
============================ */
.single-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-top: 1px solid #999999;
  padding-top: 32px;
}
.single-pager li a {
  display: block;
  border: 1px solid #00599A;
  color: #00599A;
  text-decoration: none;
  width: 10em;
  line-height: 40px;
  border-radius: 30px;
  text-align: center;
  font-weight: 700;
  position: relative;
}
.single-pager li.back a::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #00599A;
  border-left: 2px solid #00599A;
  transform: rotate(-45deg) translateY(-50%);
}
.single-pager li.next a::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #00599A;
  border-right: 2px solid #00599A;
  transform: rotate(-45deg) translateY(-50%);
}

.bookstore-search-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.search__2colum {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.form__block {
  margin-bottom: 15px;
  width: 100%;
}
.form__block:not(:nth-last-child(2)) {
  margin-bottom: 10px;
}
.form__block.colum--2 {
  width: 48%;
}

.form__label {
  font-size: clamp(0.625rem, 0.55rem + 0.32vw, 0.75rem);
  color: #999999;
}

.search__notice {
  text-align: center;
  background-color: #edf3f8;
  color: #00599A;
  padding: 0.5em 1em;
  margin-top: 20px;
  font-size: clamp(0.625rem, 0.55rem + 0.32vw, 0.75rem);
}

.side__column .form__block.colum--2 {
  width: 100%;
}

.side__column .form__block:nth-last-child(2) {
  margin-bottom: 20px;
}

.category__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 5px;
}

.category__item {
  font-size: 0.625rem;
  color: #7AA4C4;
  background-color: #FFFFFF;
  border: 1px solid #7AA4C4;
  padding: 0 0.75em;
  border-radius: 4px;
}

.date {
  color: #999999;
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  display: flex;
  align-items: center;
  gap: 3px;
  margin-right: 10px;
}
.date::before {
  content: "";
  background-image: url(../../img/icon/icon-time.svg);
  display: block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#bookstore-map {
  height: 400px;
  margin-bottom: 60px;
  z-index: 1;
}

/*===========================
　検索条件表示
===========================*/
.search-conditions {
  display: flex;
  margin-bottom: 20px;
}
.search-conditions p {
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
}

.conditions__list {
  display: flex;
  gap: 5px;
}

.conditions__item {
  font-size: 0.75rem;
  color: #666666;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 0 5px;
}

/*===========================
　件数・並び替え
===========================*/
.book-search-intro {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.archive-count {
  display: flex;
  align-items: baseline;
  gap: 10px;
  line-height: 1;
}
.archive-count .count__wrap {
  display: flex;
  align-items: baseline;
  font-weight: 600;
}
.archive-count .count--lg {
  font-size: clamp(1.25rem, 1.1rem + 0.64vw, 1.5rem);
}
.archive-count .count--sm {
  font-size: clamp(0.875rem, 0.8rem + 0.32vw, 1rem);
}
.archive-count .count__notice {
  font-weight: 400;
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
}

#map-sort-tabs {
  display: flex;
}
#map-sort-tabs a {
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  background-color: #FFFFFF;
  min-width: 100px;
  padding: 2px 10px;
  text-align: center;
  border: 1px solid #00599A;
  color: #00599A;
}
#map-sort-tabs a:first-child {
  border-radius: 5px 0 0 5px;
}
#map-sort-tabs a:last-child {
  border-radius: 0 5px 5px 0;
}
#map-sort-tabs .active {
  background-color: #00599A;
  color: #FFFFFF;
}

/*===========================
　書店カード
===========================*/
.bookstore__item {
  border-radius: 8px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 25px;
}
.bookstore__item a {
  display: flex;
  color: #333333;
}
.bookstore__item--none {
  background-color: #eeeeee;
  padding: 1rem;
}

.bookstore__img {
  width: 36%;
  max-width: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 4/3;
  border-radius: 5px 0 0 5px;
}

.bookstore__text {
  flex: 1;
  background-color: #FFFFFF;
  border-radius: 0 5px 5px 0;
  padding: 15px;
}

.bookstore__title {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ly__flex {
  display: flex;
  gap: 1em;
}

.bookstore__item .ly__flex {
  margin-bottom: 15px;
}

.book__label {
  display: flex;
  font-weight: 500;
  line-height: 1.2;
}
.book__label::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
.book__label span {
  flex: 1;
}
.book__label--lg {
  font-size: 0.875rem;
  gap: 5px;
}
.book__label--lg::before {
  width: 18px;
  height: 18px;
}
.book__label--sm {
  font-size: 0.75rem;
  gap: 10px;
  color: #666666;
}
.book__label--sm p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.book__label--sm:last-child {
  margin-top: 10px;
}
.book__label--sm::before {
  width: 14px;
  height: 14px;
}
.book__label--area::before {
  background-image: url(../../img/icon/icon-pin-orange.svg);
}
.book__label--station::before {
  background-image: url(../../img/icon/icon-station.svg);
}
.book__label--genre::before {
  background-image: url(../../img/icon/icon-genre-blue.svg);
}
.book__label--point::before {
  background-image: url(../../img/icon/icon-point-blue.svg);
}

/*===========================
　サイドバーの書店カード
===========================*/
.side__bookstore .bookstore__list {
  border-top: 1px dashed #999999;
}
.side__bookstore .bookstore__item {
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding: 10px 0;
  border-bottom: 1px dashed #999999;
}
.side__bookstore .bookstore__img {
  width: 41%;
  max-width: 120px;
  border-radius: 0;
}
.side__bookstore .bookstore__text {
  background-color: transparent;
  border-radius: 0;
  padding: 5px 0 5px 10px;
}
.side__bookstore .bookstore__title {
  font-size: 0.875rem !important;
  margin-bottom: 5px;
  -webkit-line-clamp: 1;
}
.side__bookstore .book__label--area {
  margin-bottom: 5px;
}
.side__bookstore .book__label--lg {
  font-size: 0.75rem;
  gap: 3px;
}
.side__bookstore .book__label--lg::before {
  width: 14px;
  height: 14px;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  #bookstore-map {
    height: 300px;
    margin-bottom: 30px;
  }
  /*===========================
  　検索条件表示
  ===========================*/
  .search-conditions {
    flex-direction: column;
    margin-bottom: 10px;
  }
  /*===========================
  　件数・並び替え
  ===========================*/
  .book-search-intro {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
  }
  /*===========================
  　書店カード
  ===========================*/
  .bookstore__item a {
    flex-direction: column;
  }
  .bookstore__item--none {
    background-color: #eeeeee;
    padding: 1rem;
  }
  .bookstore__img {
    width: 100%;
    max-width: none;
    border-radius: 5px 5px 0 0;
  }
  .bookstore__text {
    border-radius: 0 0 5px 5px;
  }
  /*===========================
  　サイドバーの書店カード
  ===========================*/
  .side__bookstore .bookstore__list {
    margin-bottom: 30px;
  }
  .side__bookstore .bookstore__item a {
    flex-direction: row;
  }
}
.single-bookstore .bookstore__title {
  font-size: 1.5rem;
}
.single-bookstore .book__label--sm {
  gap: 10px;
}
.single-bookstore .book__label--sm p {
  overflow: visible;
  display: block;
  font-weight: 400;
}
.single-bookstore .single__thumbnail {
  margin-bottom: 30px;
  margin-top: 15px;
  background-color: #eee;
  aspect-ratio: 16/9;
}
.single-bookstore .single__thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.book__info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.book__info--bottom {
  justify-content: flex-end;
  gap: 12px;
  margin-top: 0;
}
.book__info--bottom .sns__item {
  width: 18px;
  height: 18px;
}
.book__info--bottom .sns__item.--x {
  width: 16px;
}
.book__info--bottom .sns__item a {
  display: flex;
}

.book-section__container {
  margin-bottom: 50px;
}

.access__map {
  margin-bottom: 30px;
}
.access__map iframe {
  width: 100%;
  max-height: 300px;
}
.access__map .map__link {
  background-color: #666666;
  color: #FFFFFF;
  -moz-column-break-before: 30px;
       break-before: 30px;
  text-align: center;
  display: block;
  border-radius: 30px;
  padding: 5px 15px;
  width: 50%;
  max-width: 150px;
  font-size: 0.75rem;
  margin: 20px auto 0;
}

.bookstore__sub-title {
  color: #00599A;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.bookstore__sub-title::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(../../img/icon/icon-book.svg);
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.bookstore-img__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 2%;
}

.bookstore-img__item {
  width: 32%;
  aspect-ratio: 4/3;
  background-color: #eee;
}
.bookstore-img__item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .book__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .book__info--bottom {
    width: 100%;
  }
}
.table {
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.table__row {
  display: flex;
  border-bottom: 1px solid #cccccc;
}

.table__head {
  width: 15.5%;
  max-width: 100px;
  background-color: #FAFAFA;
  padding: 0.75rem 1rem;
  color: #666666;
  font-weight: 500;
}

.table__cell {
  flex: 1;
  background-color: #FFFFFF;
  padding: 0.75rem 1rem;
}
.table__cell a {
  text-decoration: underline;
}

table td {
  font-size: 0.875rem;
  border-color: #cccccc !important;
  padding: 0.75rem 1rem !important;
}
table tr td:first-child {
  background-color: #FAFAFA;
  color: #666666;
  font-weight: 500;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .table__head {
    width: 6em;
    max-width: none;
    padding: 0.5rem;
  }
  .table__cell {
    padding: 0.5rem;
  }
}
.modal-open {
  cursor: pointer;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 40px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 9999;
}

.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  max-width: 500px;
}

.modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 24px;
  color: #FFFFFF;
  cursor: pointer;
}

.modal-wrapper {
  background-color: #FFFFFF;
  padding: 30px;
  text-align: left;
  border-radius: 10px;
}
.modal-wrapper .btn__container.--bottom {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #cccccc;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .modal-container {
    padding: 40px 0;
  }
  .modal-wrapper .inner {
    flex-direction: column;
  }
  .modal-wrapper .inner .block {
    width: 100%;
  }
}
/* pages */
.kv__container {
  background-image: url(../../img/mv.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 150px 0 50px;
}
.kv__container .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kv__logo {
  width: 55%;
}

.kv__search {
  flex: 1;
  max-width: 420px;
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 10px;
}
.kv__search .btn__container.--bottom {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #cccccc;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .kv__container {
    padding: 75px 20px 30px;
  }
  .kv__container .wrapper {
    flex-direction: column;
    padding: 0;
    gap: 5px;
  }
  .kv__logo {
    width: 70%;
  }
  .kv__search {
    padding: 15px;
  }
  .kv__search .btn__container.--bottom {
    padding-top: 15px;
    margin-top: 15px;
  }
}
.info__list {
  border-top: 1px dashed #999999;
}

.info__item {
  border-bottom: 1px dashed #999999;
  padding: 20px 10px;
}

.info__top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 5px;
}
.info__top .date {
  flex-shrink: 0;
}

.info__title {
  color: #333333;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.8rem + 0.32vw, 1rem);
}

@media screen and (max-width: 767px) {
  #section__news .wrapper {
    background-image: none;
  }
  .info__item {
    padding: 10px;
  }
}
#section__blog {
  background-image: url(../../img/bg-blog.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.blog__list {
  gap: 3.5%;
  margin-bottom: 60px;
}

.blog__item {
  width: 31%;
  background-color: #FFFFFF;
  padding: 15px;
}

.blog__img {
  aspect-ratio: 4/3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.blog__title {
  color: #333333;
  font-weight: 600;
  line-height: 1.6;
  padding-top: 15px;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.category .blog__list, .blog .blog__list {
  display: block;
  margin-bottom: 0;
  border-top: 1px dashed #999999;
}
.category .blog__item, .blog .blog__item {
  width: 100%;
  background-color: none;
  padding: 20px 15px;
  border-bottom: 1px dashed #999999;
}
.category .blog__item a, .blog .blog__item a {
  display: flex;
  gap: 20px;
}
.category .blog__img, .blog .blog__img {
  width: 38%;
  max-width: 230px;
  flex-shrink: 0;
}
.category .blog__text, .blog .blog__text {
  flex: 1;
  min-width: 0;
}
.category .blog__text .blog__title, .blog .blog__text .blog__title {
  font-size: clamp(0.875rem, 0.8rem + 0.32vw, 1rem);
  padding-top: 10px;
}
.category .blog__text p, .blog .blog__text p {
  font-size: 0.875rem;
  margin-bottom: 1em;
  color: #333333;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 767px) {
  #section__blog .wrapper {
    padding: 0;
  }
  .blog__list {
    gap: initial;
  }
  .category .blog__item a, .blog .blog__item a {
    flex-direction: column;
  }
  .category .blog__img, .blog .blog__img {
    width: 100%;
    max-width: none;
  }
  .category .blog__text p, .blog .blog__text p {
    display: none;
  }
}
.area__list--lg {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 1%;
  margin-bottom: 20px;
}
.area__list--lg .area__item {
  max-width: 118px;
  width: 11.625%;
  border: 1px solid #00599A;
  border-radius: 5px;
  background-color: #FFFFFF;
  text-align: center;
}
.area__list--lg .area__item a {
  display: block;
  font-weight: 600;
  color: #00599A;
  padding: 0.5em 0;
}

.area__list--sm {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 1%;
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
}
.area__list--sm .area__item {
  max-width: 118px;
  width: 11.625%;
}
.area__list--sm .area__item a {
  display: flex;
  gap: 0.25em;
  font-weight: 600;
  color: #00599A;
  padding-left: 0.5em;
}
.area__list--sm .area__item a::before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../../img/icon/icon-link-arrow.svg);
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 6px;
}

.genre__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.genre__list .genre__item {
  border: 1px solid #00599A;
  border-radius: 5px;
  background-color: #FFFFFF;
  text-align: center;
}
.genre__list .genre__item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5em 0;
  min-height: 70px;
}
.genre__list .genre__item .name {
  font-weight: 600;
  color: #00599A;
  line-height: 1.5;
  display: block;
}
.genre__list .genre__item .count {
  font-size: clamp(0.625rem, 0.55rem + 0.32vw, 0.75rem);
  color: #999999;
  line-height: 1.5;
  display: block;
}

.point__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.point__list .point__item {
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
}
.point__list .point__item::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.point__list .point__item a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.5em 0;
  min-height: 100px;
  color: #FFFFFF;
}
.point__list .point__item .name {
  font-weight: 600;
  display: block;
  line-height: 1.5;
}
.point__list .point__item .count {
  font-size: clamp(0.625rem, 0.55rem + 0.32vw, 0.75rem);
  line-height: 1.5;
  display: block;
}

.accordion__button {
  display: none;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .area__list--lg {
    gap: 10px 2%;
  }
  .area__list--lg .area__item {
    width: 32%;
    max-width: none;
  }
  .area__list--sm {
    gap: 10px 2%;
  }
  .area__list--sm .area__item {
    width: 32%;
    max-width: none;
  }
  .genre__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .genre__list .genre__item a {
    min-height: 60px;
  }
  .point__list {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .point__list .point__itema {
    min-height: 80px;
  }
  .accordion__button {
    cursor: pointer;
    display: block;
    padding-top: 15px;
  }
  .accordion__button span {
    display: block;
    cursor: pointer;
    font-size: 0.75rem;
    background-color: #FAFAFA;
    border: 1px solid #cccccc;
    padding: 5px;
    text-align: center;
    color: #666666;
  }
  .accordion__container {
    overflow: hidden;
    height: 150px;
  }
  .open-menu {
    overflow: visible;
    height: 100%;
    padding-bottom: 20px;
  }
}
#section__service {
  background-image: url(../../img/bg-gray.webp);
}

.service__maintext {
  font-size: clamp(0.875rem, 0.725rem + 0.64vw, 1.125rem);
  line-height: 2;
  font-weight: 500;
  margin-bottom: 50px;
}

.service__item {
  position: relative;
  padding: 40px 30px 30px;
  border-radius: 10px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
}

.service__step {
  position: absolute;
  top: -10px;
  left: 15px;
}

.service__img {
  max-width: 140px;
  margin: 0 auto 15px;
}

.service__text {
  font-size: 1.25rem;
  font-weight: 700;
}

#section__news {
  background-image: url(../../img/bg-gray.webp);
}

#section__banner {
  background-image: url(../../img/bg-gray.webp);
  padding: 50px 0;
}
#section__banner .banner__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.sponcer__colum--top {
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3%;
}

.sponcer__colum--bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3%;
}

@media screen and (max-width: 767px) {
  #section__news .wp-block-columns {
    gap: 0em;
  }
  #section__banner {
    padding: 30px 0;
  }
  #section__banner .banner__list {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  #section__sponcer .wrapper {
    flex-direction: column;
    gap: 0em;
  }
  #section__sponcer .sponcer__list {
    display: flex;
    gap: 8px 2%;
    flex-wrap: wrap;
  }
  #section__sponcer .sponcer__list .wp-block-column {
    width: 49%;
    flex-basis: auto !important;
    flex-grow: 0;
  }
  .sponcer__colum--top,
  .sponcer__colum--bottom {
    display: contents !important;
  }
}
.form__table {
  max-width: 800px;
  margin: 0 auto 30px;
}

.form__row {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px dashed #cccccc;
  padding: 1rem 0;
}
.form__row:first-child {
  border-top: 1px dashed #cccccc;
}
.form__row:last-child {
  align-items: flex-start;
}
.form__row:not(:last-child) {
  margin-bottom: 0;
}
.form__row .form__head {
  font-weight: 600;
  width: 35%;
  max-width: 15em;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  padding-top: 0.5em;
}
.form__row .form__head p {
  margin-bottom: 0 !important;
}
.form__row .form__cell {
  flex: 1;
  font-size: 0.875rem;
}
.form__row .form__cell p {
  margin-bottom: 0 !important;
}

.form__icon {
  background-color: #EF833F;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 5px;
  font-size: 0.65rem;
  margin-right: 10px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
  background-size: 16px 16px;
  color: #333333;
}

input, select, textarea {
  width: 100%;
  padding: 1em 0.5em;
  font-size: 0.875rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact__notice {
  text-align: center;
  margin-bottom: 30px;
}
.contact__notice a {
  color: #333333;
  text-decoration: underline;
}

input[type=submit] {
  max-width: 300px;
  width: 100%;
  font-weight: 600;
  border: transparent;
  background-color: #00599A;
  color: #FFFFFF;
  border-radius: 50px;
  display: block !important;
  transition: all 0.3s;
  padding: 16px;
  margin: 0 auto;
  cursor: pointer;
}
input[type=submit]:hover {
  filter: brightness(0.7);
  transition: all 0.3s;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .form__row {
    flex-direction: column;
    padding: 1rem 0;
  }
  .form__row .form__head {
    width: 100%;
    margin-bottom: 0.75rem;
  }
  .form__row .form__cell {
    width: 100%;
  }
  .contact__notice {
    text-align: left;
  }
}
.single__info .date {
  margin-bottom: 5px;
}

.post__title {
  border-bottom: 2px solid #00599A;
  font-size: clamp(1.125rem, 1.05rem + 0.32vw, 1.25rem);
  line-height: 1.5;
  padding: 15px 0 10px;
}

.single__thumbnail {
  margin-top: 30px;
}

.single__contents {
  margin-top: 50px;
}

.wp-singular .page__container .wp-block-image,
.wp-singular .page__container figure,
.default__input .wp-block-image,
.default__input figure {
  margin-bottom: 24px;
}
.wp-singular .page__container .wp-block-heading,
.default__input .wp-block-heading {
  margin-bottom: 24px;
}
.wp-singular .page__container h2.wp-block-heading,
.default__input h2.wp-block-heading {
  background-color: #00599A;
  color: #FFFFFF;
  padding: 4px 16px;
  border-radius: 4px;
}
.wp-singular .page__container h3.wp-block-heading,
.default__input h3.wp-block-heading {
  border-bottom: 2px solid #00599A;
  padding: 4px 8px;
  color: #00599A;
}
.wp-singular .page__container h4.wp-block-heading,
.default__input h4.wp-block-heading {
  border-top: 2px solid #00599A;
  border-bottom: 2px solid #00599A;
  padding: 4px 8px;
}
.wp-singular .page__container h5.wp-block-heading,
.default__input h5.wp-block-heading {
  font-size: 1rem;
}
.wp-singular .page__container h5.wp-block-heading::before,
.default__input h5.wp-block-heading::before {
  content: "●";
  color: #00599A;
  margin-right: 5px;
}
.wp-singular .page__container h6.wp-block-heading,
.default__input h6.wp-block-heading {
  font-size: 1rem;
  color: #00599A;
  border-bottom: 1px dashed #00599A;
  padding: 4px 8px;
}
.wp-singular .page__container a,
.default__input a {
  text-decoration: underline;
  color: #333333;
}
.wp-singular .page__container p,
.default__input p {
  margin-bottom: 2rem;
}

/*===========================
sp
===========================*/
.ly__colum--2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ly__colum--2 .main__column {
  flex: 1;
  overflow-wrap: break-word;
}
.ly__colum--2 .side__column {
  width: 290px;
  margin-left: 50px;
}
.ly__colum--2 .side__column.--search .container {
  background-color: #FFFFFF;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}
.ly__colum--2 .side__column.--search .container .sidebar__inner {
  padding: 20px 20px 30px;
}

.service__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3%;
}

.left-side-2colum {
  display: grid;
  grid-template-columns: 25% auto;
  gap: 3%;
}

.ly__colum--3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3%;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .ly__colum--2 {
    flex-direction: column;
  }
  .ly__colum--2 .main__column {
    width: 100%;
    margin-bottom: 50px;
  }
  .ly__colum--2 .side__column {
    width: 100%;
    margin-left: 0;
  }
  .service__list,
  .left-side-2colum {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=style.css.map */