@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Racing+Sans+One&family=Roboto:wght@500;700&display=swap");
.pagenav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 50px;
  gap: 20px;
  font-size: 17px;
  font-size: calc($size / 16)rem; }
  @media screen and (max-width: 640px) {
    .pagenav {
      font-size: 14px;
      font-size: calc($size / 16)rem; } }
  .pagenav-number {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 640px) {
      .pagenav-number {
        order: 1;
        width: 100%; } }
    .pagenav-number > * {
      padding-inline: 20px;
      line-height: 1; }
      .pagenav-number > *:not(:first-child) {
        border-left: 1px solid #111; }
    .pagenav-number .page {
      color: #0399de;
      text-decoration: underline; }
      .pagenav-number .page:hover {
        text-decoration: none; }
  .pagenav-link a {
    display: inline-flex;
    align-items: center;
    gap: 10px; }
  .pagenav-link--prev a {
    flex-direction: row-reverse; }
    .pagenav-link--prev a .m-ico-arrow {
      transform: rotate(-180deg); }

/*************************
石村亭
*************************/
#sekisontei_project .m-pagehead {
  background-image: url(../images/index_main_img.jpg);
  background-size: contain;
  background-position: top center;
  background-color: #000;
  height: 576px; }
  @media screen and (max-width: 640px) {
    #sekisontei_project .m-pagehead {
      height: auto;
      aspect-ratio: 1078/576; } }
#sekisontei_project .m-column-item__title {
  padding-left: 25px;
  margin-top: 10px;
  position: relative; }
  #sekisontei_project .m-column-item__title::before {
    position: absolute;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    aspect-ratio: 1;
    border: 1px solid #0399de;
    border-radius: 50%;
    background-color: #fff;
    top: 7px;
    left: 0; }
  #sekisontei_project .m-column-item__title::after {
    position: absolute;
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1;
    border-top: 1px solid #0399de;
    border-right: 1px solid #0399de;
    transform: rotate(45deg);
    top: 13px;
    left: 5px; }
#sekisontei_project .m-column-item:hover {
  color: #0399de;
  text-decoration: unset; }
#sekisontei_project .m-borderbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px; }
  @media screen and (max-width: 640px) {
    #sekisontei_project .m-borderbox {
      justify-content: center;
      gap: 20px; } }

/*************************
日新電機と石村亭
*************************/
#sekisontei_project_03 .images {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  padding-top: 30px; }
  @media screen and (max-width: 640px) {
    #sekisontei_project_03 .images {
      gap: 20px; } }
#sekisontei_project_03 .m-column--col3 {
  justify-content: center; }

/*************************
保存活動/イベント/メディア紹介
*************************/
#sekisontei_project_04 .m-table {
  margin-top: 35px; }
  #sekisontei_project_04 .m-table__th {
    width: 150px;
    text-align: center;
    border-right: solid 1px #cdd0d8; }
    @media screen and (max-width: 640px) {
      #sekisontei_project_04 .m-table__th {
        width: 75px;
        padding: 10px; } }
    #sekisontei_project_04 .m-table__th.--bg {
      background-color: #e7e7e7; }
