@charset "UTF-8";

*:not(header, footer) {
  letter-spacing: unset;
}

.wrapper {
  width: 100%;
}

.wrapper img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.wrapper section {
  width: 100%;
  height: auto;
  margin-bottom: var(--section_margin);
}

.wrapper .horizon {
  width: 90%;
  height: 1px;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #CCCCCC;
}

.wrapper #pankuzu {
  visibility: hidden;
  padding-left: 20px;
}

@media(min-width: 768px) {

  .wrapper #pankuzu {
    visibility: visible;
    position: relative;
    top: 10px;
  }
}

.wrapper h1 {
  font-size: clamp(25px, 4.3vw, 36px);
  line-height: 1.8;
  letter-spacing: 1.5px;
  /* white-space: nowrap; */
}

.wrapper h2 {
  font-size: clamp(19px, 3vw, 28px);
  letter-spacing: 1.5px;
}

.wrapper .title2 h4 {
  color: #B0B2AF;
  white-space: nowrap;
  margin-bottom: clamp(7px, 1.3vw, 13px);
}

.wrapper .title2 span {
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: 1;
  letter-spacing: 1.8px;
}

/* .wrapper h4 {
  font-size: clamp(48px, 4.8vw, 54px);
  line-height: 1;
  letter-spacing: 1.5px;
} */

.wrapper h4 {
  font-size: 50px;
  line-height: 1;
  letter-spacing: 1.5px;
}

@media (max-width: 768px) {
  .wrapper h4 {
    font-size: 45px;

  }
}

.wrapper section {
  width: 100%;
  height: auto;
  margin-bottom: 160px;
}

@media (max-width: 768px) {
  .wrapper section {
    margin-bottom: 80px;

  }
}

.wrapper .title2 h4 {
  color: #B0B2AF;
  line-height: 1;
  margin-bottom: clamp(10px, 1.4vw, 13px);
  text-align: center;
}

.button_box {
  text-align: center;
}


/* title----------------------------- */
.title_box .update {
  font-size: clamp(10px, 1.7vw, 13px);
  letter-spacing: .15ex;
  color: #878785;
}

.title_box h2 {
  margin-bottom: 35px;
}

.title_box {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}

.title_box .label {
  font-size: clamp(11px, 1.7vw, 13px);
  letter-spacing: .2ex;
  display: inline-block;
  background-color: #1c1c1c;
  padding: 3px 31px;
  color: #fff;
  margin-bottom: 70px;
}

.title_box .top_border {
  width: 100%;
  height: 0%;
  border-bottom: #D1D1D1 1px solid;
  margin: 0 auto 25px;
}

.title_box img {
  width: 55%;
  object-fit: cover;
}

.title_box .text_box {
  width: 45%;
  background-color: #F3F3EF;
  padding: 10vh 0;
  display: flex;
  justify-content: center;
  align-items: center;
}


.title2 {
  /* background-color: #F3F3EF; */
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.title2>.text,
.title2>.img {
  width: 100%;
  height: auto;
}

.title2>.text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 25px 50px;
  justify-content: center;
}

.title2>.text>b {
  font-size: 11px;
  color: #fff;
  background-color: #000000;
  display: block;
  text-align: center;
  width: 100px;
  margin-bottom: 20px;
}

.title2>.text>h1 {
  font-size: 40px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .title2>.text>h1 {
    font-size: 25px;
  }
}




.title2>.text>span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dedede;
  margin-bottom: 15px;
}

.title2>.text>h4 {
  font-size: 16px;
}

.title2>.text>small {
  font-size: 10px;
  opacity: .5;
  margin-top: 15px;
}

.title2>.img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
}




@media(min-width:768px) {


  .title2>.text {
    padding: 0 10%;
  }

  .title2>.text>b {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .title2>.text>h1 {
    font-size: 28px;
  }

  .title2>.text>h4 {
    font-size: 17px;
  }
}


.wrapper .base_btn {
  white-space: nowrap;
  padding: 1.5em 2.9em;
  width: fit-content;
}

.wrapper .base_btn span {
  font-size: clamp(13px, 10.431px + 0.334vw, 15px);
}

/* イントロ見出しエリア----------- */
.wrapper .introArea {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding-top: clamp(60px, 34.314px + 3.344vw, 80px);
    text-align: center;
}

.wrapper .introArea h2 {
  font-size: clamp(23px, 19.594px + 0.908vw, 32px);
  margin-bottom: clamp(40px, 14.314px + 3.344vw, 60px);
}

.wrapper .introArea p {
  font-size: clamp(14px, 11.431px + 0.334vw, 16px);
  line-height: 2;
  margin-bottom: clamp(20px, 7.157px + 1.672vw, 30px);
}




/* 絵本紹介エリア----------- */
.activities .box {
  width: 100%;
  display: flex;
  align-items: end;
  gap: var(--block_margin);
  margin-bottom: var(--list_margin);
  position: relative;
}

.activities .box h2 {
  font-size: clamp(24px, 4.2vw, 33px);
  letter-spacing: 0.25ex;
}

.activities .box .swiper-nav {
  width: clamp(85px, 10.5vw, 134px);
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.activities .swiper-button-next,
.swiper-button-prev {
  height: clamp(40px, 4.2vw, 45px);
}

.booksslide li {
  width: 100%;

}

.booksslide li a img {
  width: 100%;
  height: auto;
}

.activities .wide_box {
  position: relative;
  width: 100%;
  background: url(../../images/end_01.jpg) no-repeat center/cover;
  padding: var(--block_margin) 0;
  text-align: center;
  z-index: 0;
}

.activities .wide_box::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: -1;
}

.activities .wide_box h3 {
  font-size: clamp(22px, 4.5vw, 36px);
  color: #fff;
  margin-bottom: var(--title_margin);
}

.activities .wide_box p {
  color: #fff;
}

@media screen and (max-width: 768px) {

  .activities .box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: var(--title_margin);
  }

}

/* ここからover viewエリア----------------------------- */

.wrapper .overview .title {
  text-align: center;
}

.wrapper .overview .container>p {
  max-width: 800px;
  width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: var(--title_margin);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .wrapper .overview .container>p {
    margin-bottom: 20px;
  }
}

.wrapper .overview .table_box {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: var(--list_margin);
  display: flex;
  align-items: flex-start;
}

.wrapper .overview .base_btn {
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .wrapper .overview .table_box {
    flex-direction: column;
  }

  .wrapper .overview .table_box table tbody {
    display: block;
  }

  .table_box table th,
  .table_box table td {
    display: block;
  }
}

.wrapper .overview .table_box>table {
  width: calc((100% - 50px) / 2);
  margin-right: 70px;
}

@media screen and (max-width: 768px) {
  .wrapper .overview .table_box>table {
    width: 100%;
    margin-right: 0;
  }

  .wrapper .overview .table_box>table:first-child {
    border-bottom: #ECEBE4 solid 1px;
    margin-bottom: var(--list_margin);
  }
}

.wrapper .overview .table_box>table:last-child {
  margin-right: 0;
}

.wrapper .overview .table_box>table p,
.wrapper .overview .table_box>table a {
  font-size: clamp(12px, 1.4vw, 13px);
  margin-bottom: clamp(13px, 1.6vw, 15px);
}

.wrapper .overview .table_box>table p:last-child {
  margin-bottom: 0;
}

.wrapper .overview .table_box>table th {
  width: auto;
  white-space: nowrap;
  padding: var(--list_margin) var(--list_margin) var(--list_margin) 0;
  vertical-align: top;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .wrapper .overview .table_box>table th {
    width: 5em;
  }
}

.wrapper .overview .table_box>table td {
  width: 100%;
  padding: var(--list_margin) 0;
}

@media screen and (max-width: 768px) {
  .wrapper .overview .table_box>table td {
    padding-bottom: 15px;
    padding-top: 0px;
  }
}

.wrapper .overview .table_box>table td .tag {
  display: flex;
  align-items: baseline;
  margin-bottom: clamp(13px, 1.6vw, 15px);
}

.wrapper .overview .table_box>table td .tag span {
  font-size: clamp(10px, 1.4vw, 11px);
  line-height: 1;
  padding: 5px 7px;
  background-color: #ECEBE4;
  border-radius: 3px;
  margin-right: 5px;
}

.wrapper .overview .table_box>table td small {
  display: block;
  font-size: clamp(11px, 1.4vw, 12px);
  line-height: 1.5;
}

.wrapper .overview .table_box>table td a {
  text-decoration: underline;
  transition: color 0.35s;
}

.wrapper .overview .table_box>table td a:hover {
  color: #B0B2AF;
}

.wrapper .overview .table_box>table td table {
  width: 100%;
  margin-bottom: clamp(13px, 1.6vw, 15px);
}

.wrapper .overview .table_box>table td table tr {
  border-bottom: transparent;
}

.wrapper .overview .table_box>table td table th,
.wrapper .overview .table_box>table td table td {
  padding: 0;
  padding-bottom: 1px;
}

.wrapper .overview .table_box>table td table th p,
.wrapper .overview .table_box>table td table td p {
  margin-bottom: 0;
}

.wrapper .overview .table_box>table td table th {
  padding-right: 15px;
}

.wrapper .overview .table_box>table tr {
  border-bottom: #ECEBE4 solid 1px;
}

.wrapper .overview .table_box>table tr:last-child {
  border-bottom: transparent;
}

.wrapper .overview .table_box>table tr:first-child td,
.wrapper .overview .table_box>table tr:first-child th {
  padding-top: 0;
}

.wrapper .overview .precautions {
  width: 100%;
  max-width: 800px;
  height: auto;
  background-color: #EEF0F2;
  margin: 0 auto;
  padding: var(--list_margin) 50px;
  margin-bottom: var(--block_margin);
}

@media screen and (max-width: 768px) {
  .wrapper .overview .precautions {
    padding: 15px 15px;
  }
}

.wrapper .overview .precautions p {
  font-size: clamp(12px, 1.4vw, 13px);
}

.wrapper .overview .precautions a {
  font-size: clamp(12px, 1.4vw, 13px);
  text-decoration: underline;
  transition: color 0.35s;
}

.wrapper .overview .precautions a:hover {
  color: #B0B2AF;
}

.wrapper .overview_text {
  font-size: clamp(13px, 2vw, 15px);
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .wrapper .overview_text {
    padding-top: 35px;
  }
}


@media screen and (max-width: 768px) {
  .wrapper .overview .ottoman .img_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: var(--title_margin);
  }
}

*/ .wrapper .overview .ottoman .img_box img {
  width: 100%;
  height: auto;
}

.wrapper .overview .ottoman .table_box {
  width: calc((100% - 100px) / 2);
  display: block;
}

@media screen and (max-width: 768px) {
  .wrapper .overview .ottoman .table_box {
    width: 100%;
  }
}

.wrapper .overview .ottoman .table_box h5 {
  margin-bottom: var(--title_margin);
}

.wrapper .overview .ottoman .table_box p {
  margin-bottom: var(--list_margin);
}

.wrapper .overview .ottoman .table_box table {
  width: 100%;
}

.wrapper .overview .ottoman .table_box td .img {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}

.wrapper .overview .ottoman .table_box td .img:last-child {
  margin-right: 0;
}

.wrapper .overview .ottoman .table_box td .img img {
  width: 102px;
  height: 50px;
}

.wrapper .overview .ottoman .table_box td span {
  font-size: 11px;
}

.wrapper .gray_box {
  width: 100%;
  text-align: left !important;
  background-color: #EEF0F2;
  padding: 20px;
  margin-bottom: 15px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .wrapper .gray_box {
    padding: 15px;
  }
}

.wrapper .award {
  padding-bottom: 50px;
  padding-top: 70px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .wrapper .award {
    padding-top: 30px;
    padding-bottom: 35px;
  }
}

.wrapper .present {
  text-align: left !important;
  font-size: clamp(13px, 3vw, 15px);
}

.wrapper .gray_box_2 {
  max-width: 800px;
  width: 100%;
  text-align: left !important;
  background-color: #EEF0F2;
  padding: 30px;
  margin: 0 auto;
  position: relative;
  margin-bottom: clamp(20px, 7.157px + 1.672vw, 30px);
}

@media screen and (max-width: 768px) {
  .wrapper .gray_box_2 {
    padding: 15px;
    margin-bottom: 35px;
  }
}

.wrapper .gray_box_2 p {
  padding-bottom: 15px;
  font-size: clamp(12px, 3vw, 13px);
}

.wrapper .gray_box_2 .matter {
  font-size: clamp(13px, 4.3vw, 18px);
}


/* ここからアーカイブ紹介エリア */
.wrapper .archive {
  width: 100%;
  padding-bottom: 0px !important;
}

@media (max-width: 768px) {
  .wrapper .archive {
    padding-bottom: 0px !important;
  }
}

.wrapper .archive .archive-text {
  margin-bottom: 0px !important;
}

@media (max-width: 768px) {
  .wrapper .archive .archive-text {
    margin-bottom: 35px !important;
  }
}

@media (max-width: 768px) {
  .wrapper .archive .archive-title {
    margin-bottom: 40px;
  }
}

.wrapper .archive p {
  font-size: clamp(13px, 10.431px + 0.334vw, 15px);
}

.wrapper .archive .textBox {
  margin-bottom: clamp(35px, 15.736px + 2.508vw, 50px);
}

.wrapper .archive .textBox p {
  margin-bottom: clamp(20px, 7.157px + 1.672vw, 30px);
}

.wrapper .archive .textBox p:last-child {
  margin-bottom: 0;
}


.wrapper .archive .flex-flow {
  width: 100% !important;
  height: auto;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .wrapper .archive .flex-flow {
    flex-direction: column;
    flex-direction: column-reverse;
    width: 100%;
  }
}


.archive .flex-flow .flow_right {
  width: 60%;
  max-width: 700px;
  margin: 0 auto;
  padding: 60px 30px 0 30px;
}

@media(max-width:768px) {
  .archive .flex-flow .flow_right {
    margin-bottom: 80px;
    padding: 0px;
    width: 93%;
  }
}

.wrapper .flow_left {
  width: 40%;
}



@media(max-width:768px) {
  .wrapper .flow_left {
    width: 70%;
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: var(--title_margin);
  }
}


.archive .flex-flow .flow_right .archive-title {
  font-size: 28px !important;
  color: black;
  text-align: left;
  white-space: nowrap;
  padding-bottom: 50px;
  /* padding-top: 60px; */
}

@media(max-width:768px) {
  .archive .flex-flow .flow_right .archive-title {
    font-size: 18px !important;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.archive_border {
  width: 100%;
  height: 0%;
  border-bottom: #D1D1D1 1px solid;
  padding-top: 100px;
  width: 1100px;
  margin: 0 auto;
}

@media(max-width:768px) {
  .archive_border {
    padding-top: 10px;
    width: 300px;
  }
}


.archive_border-2 {
  width: 100%;
  height: 0%;
  border-bottom: #D1D1D1 1px solid;
  padding-top: 160px;
  width: 1100px;
  margin: 0 auto;
}

.archive .flow_right .base_btn {
  margin-left: 0;
}

@media(max-width:768px) {
  .archive_border-2 {
    padding-top: 0px;
    width: 93%;
  }

  .archive .flow_right .base_btn {
    margin-left: auto;
  }
}

/* contactエリア */
#contact .title2 {
  margin-bottom: var(--title_margin);
  width: 350px;
}

.wrapper #contact .inner {
  display: flex;
  justify-content: center;
}

@media(max-width:768px) {

  .wrapper #contact .inner {
    flex-direction: column;
  }
}

.wrapper #contact .inner_left {
  padding-right: 100px;
}

@media(max-width:768px) {

  .wrapper #contact .inner_left {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    padding-right: 0;
  }
}

.wrapper #contact .tel a {
  display: flex;
  align-items: center;
}

.wrapper #contact .tel a img {
  width: auto;
  height: clamp(15px, 1.6vw, 18px);
  aspect-ratio: 41/27;
  margin-right: 5px;
}

.wrapper #contact .tel a b {
  font-size: clamp(20px, 1.8vw, 23px);
}

.wrapper #contact .tel_mail .time {
  display: flex;
  align-items: center;
  margin-bottom: var(--list_margin);
}

#contact .time .time-left {
  margin-right: 15px;
}

#contact .time div span {
  font-size: 12px;
}

#contact .time div span:first-child {
  padding-right: 3px;
}

#contact .form-box {
  width: 100%;
  display: flex;
  align-items: center;
}

#contact .form-box .form {
  margin-right: clamp(15px, 2.7vw, 40px);
}

#contact .form-box a {
  display: flex;
  align-items: center;
}

#contact .form-box a b {
  display: block;
  font-size: clamp(15px, 1.4vw, 16px);
  white-space: nowrap;
  margin-right: 7px;
}

#contact .form-box a img {
  width: auto;
  height: 14px;
  aspect-ratio: 23/14;
  margin-right: 5px;
}

#contact .form-box a span {
  width: 9px;
  height: 9px;
  position: relative;
}

#contact .form-box a span::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-top: #B0B2AF solid 1px;
  border-right: #B0B2AF solid 1px;
  transform: rotate(45deg);
  top: 0;
  left: 0;
}

#contact .contact span {
  padding-left: 50px;
}


@media(max-width:768px) {
  #contact .inner_left span {
    padding-left: 0px;
  }
}

#contact .btn_box-2 {
  padding-bottom: 160px;
  text-align: center;
}

@media(max-width:768px) {

  #contact .btn_box-2 {
    padding-bottom: 80px;
  }
}

.wrapper .top_retarn {
  width: 100%;
  margin-bottom: clamp(80px, -22.742px + 13.378vw, 160px);
}