@charset "utf-8";

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  -webkit-print-color-adjust: exact;
}

a {
  word-break: break-all;
}

.hover-opacity {
  transition: opacity 0.3s;
  cursor: pointer;
}

.hover-opacity:hover {
  opacity: 0.5;
}

.new-icon {
  display: none;
}

.read .new-icon {
  display: none;
}

.unread .new-icon {
  display: inline;
}

.scroll {
  overflow-x: auto;
  overflow-y: hidden;
  /* padding-bottom: 1.5%; */
}

.wh-box {
  background-color: rgba(255, 255, 255, 0.5);
  /* padding: 60px 4% 60px 4%; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.post-box {
  width: 100%;
}

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

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: transparent !important;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  min-height: auto !important;
}

.inner-1320 {
  max-width: 660px;
  /* width: 92%; */
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}

main {
  flex: 1;
  /* background-color: #f2f2f2; */
}

.main--wrap1 {
  padding-top: 26px;
  padding-bottom: 35px;
}

.main--wrap2 {
  padding-top: 26px;
  padding-bottom: 54px;
}

.main--wrap3 {
  padding-top: 26px;
  padding-bottom: 52px;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #e6e6e6;
}

.header__head {
  padding: 0 2%;
}

.header__bottom {
  border-top: 0.5px solid #cccccc;
  border-bottom: 0.5px solid #cccccc;
  width: 100%;
}

.header__bottom.fixed {
  position: fixed;
}

.header__bottom.fixed .header__bottom-inner {
  max-width: 100%;
  background-color: #fff;
}

.header__bottom-inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.header__bottom-item.--type2 {
  /* width: 36%; */
}

.header__bottom-block {
  font-weight: bold;
  font-size: 20px;
  line-height: 0;
}

.header__bottom-txt.--l {
  font-size: 26px;
}

.header__head-logout {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-weight: 500;
  font-size: 12px;
  min-height: 22px;
  width: 86px;
  max-width: 100%;
  background-color: #fff;
  color: #ed1c24;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 14px;
  font-weight: bold;
}

/* .header__bottom,
.header__head {
  border-bottom: 1px solid #e6e6e6;
} */

.header__head-wrap {
  padding: 12px 0;
  display: flex;
  align-items: center;
  position: relative;
}

.header__head-logo {
  display: block;
  width: 120px;
  margin-right: 18px;
}

.header__head-title {
  font-size: 18px;
  padding-top: 0.5%;
}

.header__bottom-wrap {
  display: flex;
  justify-content: space-between;
  /* gap: 0 0.5%; */
  /* margin-top: 30px; */
}

.header__bottom-item {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

/* .header__bottom-item.--logout {
  display: none;
} */

.header__bottom-item.header__bottom-link--type02 .header__bottom-link {
  /* background-color: #daa520;
  border: 5px outset #daa520; */
}

.header__bottom-item.--type1 .header__bottom-link {
  background-color: #3572b7;
  /* border-top: solid #ffd6a6 1px;
  border-left: solid #ffd6a6 1px;
  border-right: solid #ffd6a6 1px; */
}

.header__bottom-item.--type3 {
  background-color: #f4a638;
}

.header__bottom-item.--type1,
.header__bottom-item.--type3 {
  animation: scaleAnime 1s ease 0s infinite alternate;
  --scale-min: 0.95;
  --scale-max: 1;
}

@keyframes scaleAnime {
  from {
    transform: scale(0.93, 0.93);
  }

  to {
    transform: scale(1, 1);
  }
}

.header__bottom-item.--type0 .header__bottom-link {
  background-color: #ca201d;
  /* background-image: url(../imgs/common/nav_bg1.jpg);
  background-position: center center;
  background-size: cover; */
}

.header__bottom-item.--type2 .header__bottom-link {
  background-color: #999999;
  color: #fff;
  /* border-top: solid #999999 1px;
  border-right: solid #999999 1px;
  border-left: solid #999999 1px; */
}

.header__bottom-item.on .header__bottom-link {
  /* background-color: #fff;
  color: #000000; */
  /* border-top: solid #999999 1px;
  border-right: solid #999999 1px;
  border-left: solid #999999 1px; */
  animation: none;
}

.header__bottom-link {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: opacity 0.3s;
  position: relative;
  min-height: 59px;
}

.header__bottom-item:first-child {
  border-left: 0.5px solid #cccccc;
}

.header__bottom-item {
  border-right: 0.5px solid #cccccc;
}

.header__bottom-link--type02 {
  /* background-color: #866906;
  border: 5px outset #534206;
  background-color: #daa520;
  border: 5px outset #daa520; */
}

.header__bottom-link.--type02 {
}

/* .header__bottom-link:hover {
  color: #fff;
  background: #326698;
  border-bottom: 2px solid #00317f;
  border-radius: 8px;
}
.header__bottom-link--type02:hover {
  background-color: #f4a638;
  border-bottom: 2px solid #f16a00;
} */

.header__bottom-link:not(:last-child) {
  margin-right: 5px;
}

/* .header__bottom-link:first-child {
  border-left: 1px solid #e6e6e6;
}

.header__bottom-link:last-child {
  border-right: 1px solid #e6e6e6;
} */

.header__bottom-link--new {
  width: 38px;
  height: auto;
  margin-right: 5%;
  /* margin-left: 12px; */
  /* position: absolute;
  top: -37px;
  right: -5px; */
}

.header__bottom .inner-1320 {
  /* width: 100%; */
  width: 92%;
}

footer {
}

.footer__link {
  font-size: 14px;
}

.footer__copy {
  background-color: #555;
  font-size: 14px;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #fff;
}

.footer__main {
  background-color: #e6e6e6;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer__block0 {
  /* background-color: #f2f2f2; */
  padding-bottom: 26px;
}

.footer__block1 {
  display: flex;
  align-items: center;
  gap: 0 23px;
}

.footer__block1-logo {
  width: 120px;
  display: block;
}

.footer__block1-content {
  font-size: 14px;
}

.footer__block1-info1 {
  display: flex;
  align-items: flex-end;
  gap: 0 10px;
}

.footer__block1-info2 {
  margin: 4px 0;
}

.footer__block1-copy {
  margin-top: 10px;
}

.footer__person {
  display: flex;
  align-items: flex-end;
  gap: 0px;
}

.footer__person-icon {
  height: auto;
}

.footer__person-icon.--1 {
  width: 40px;
}

.footer__person-icon.--2 {
  width: 35px;
}

.footer__block1-info3 {
  display: flex;
  align-items: center;
}

.footer__block1-info3Mail {
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
}

.footer__block1-info3Mail img {
  margin-right: 5px;
}

.back-history {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #0061fe;
  border-bottom: 5px solid #002dfe; */
  color: #4d4d4d;
  font-size: 20px;
  /* min-height: 70px; */
  border-radius: 20px;
  margin-top: 26px;
  transition: all 0.3s;
}

.back-history:hover {
  /* color: #fff;
  background: #0061fe;
  border-bottom: 2px solid #002dfe; */
  text-decoration: underline;
}

.page-title {
  color: #4d4d4d;
  font-size: 33px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 32px;
}

.page-title.--single {
}

/* .post-box {
  border-radius: 20px;
  background-color: #cbdfff;
  padding: 56px 3%;
} */

.post-box__title {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  color: #4d4d4d;
  margin-bottom: 42px;
}

.property-list__item {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #000000;
  font-size: 22px;
  /* border-top: 1px solid #dbe9ff; */
  padding: 2% 2%;
  /* text-decoration: underline; */
}

.property-list__item-new {
  width: 38px;
  margin-left: 10px;
  padding-top: 0.3%;
}

header .back-btn {
  margin-bottom: 12px;
  margin-left: 2%;
  position: absolute;
  top: 26%;
  right: 140px;
}

.back-btn {
  display: block;
  width: 54px;
  margin-right: auto;
  line-height: 1;
}

.back-btn.--fix1 {
  position: fixed;
  z-index: 30;
}

.back-btn--mb1 {
  margin-bottom: 20px;
}

.--happened .post-list__item {
  padding-bottom: 0px;
}

.--happened .post-list__item::after {
  display: block;
  content: "";
  background-image: url(../imgs/common/mask_list.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 45%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.post-list__excerpt {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  padding-bottom: 40px;
  margin-top: -10px;
}

.post-list__excerpt-ph {
  overflow: hidden;
  background-position: top center;
  background-size: cover;
}

.post-list__excerpt-ph img {
  clip-path: inset(0 0 50% 0);
  /* 上: 0, 右: 0, 下: 50%, 左: 0 */
}

.--happened .post-list__item::after {
}

.post-list__excerpt-ph,
.--happened .post-list__item.--type2::after {
  height: 214px;
}

.post-list__item {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-bottom: 24px;
  border-bottom: 3px solid #e6e6e6;
}

.post-list__item {
  display: none;
}

.post-list__item:nth-child(-n + 5) {
  display: block;
}

.post-list__date,
.post-list__cat {
  color: #4d4d4d;
  font-size: 18px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.post-list__date {
  align-items: baseline;
}

.post-list__read {
  color: #fff;
  border-radius: 8px;
  background-color: #263f6d;
  z-index: 3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 193px;
  max-width: 100%;
  min-height: 46px;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: opacity 0.3s;
}

.post-list.--happened .post-list__date {
  justify-content: space-between;
  gap: 4px;
  margin-bottom: 4px;
}

.post-list.--happened:hover .post-list__read {
  opacity: 0.8;
}

.news__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 30px;
}

.news__wrap--archive {
  margin-bottom: 0;
  margin-right: 15px;
}

.--happened .news__wrap--archive {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.news__cat-wrap {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 150px);
}

.news__cat-wrap--archive {
  width: calc(100% - 200px);
}

.post-list__cat {
  margin-bottom: 0;
}

.post-list__cat:not(:last-child) {
  margin-right: 15px;
}

.post-list__date-new {
  width: 38px;
  height: auto;
  margin-left: 10px;
}

.post-list__thum {
  padding-top: 13%;
  width: 23.4%;
  background-size: cover;
  background-position: center center;
}

.post-list__title {
  /* color: #0061fe; */
  font-size: 20px;
  width: 74%;
  /* text-decoration: underline; */
}

.--happened .post-list__title {
  margin-bottom: 16px;
  font-weight: bold;
  list-style: 1.6;
}

.post-list__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1.8;
}

.more-btn {
  text-align: center;
  width: 100%;
  max-width: 200px;
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

.more-btn .more-btn__link {
  font-size: 22px;
  padding: 23px 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4a638;
  border-bottom: 5px solid #f16a00;
  border-radius: 8px;
  transition: all 0.3s;
}

.more-btn .more-btn__link:hover {
  background-color: #f4a638;
  border-bottom: 2px solid #f16a00;
  padding-bottom: 26px;
}

/******シングル詳細****/

.single__info {
  display: flex;
  justify-content: space-between;
}

.single__info .single__date:first-child {
  min-width: auto;
}

.single__date {
  color: #4d4d4d;
  font-size: 19px;
  min-width: 120px;
  /* margin-bottom: 30px; */
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}

.single__date.--news {
  display: block;
  text-align: right;
}

.single__title {
  font-size: 25px;
  margin-bottom: 30px;
}

/* .single-content img {
  max-width: 100%;
  width: 100%;
  height: auto;
} */

.single-content {
  font-size: 20px;
}

.single-content a {
  color: #0061fe;
}

.single-content a:hover {
  text-decoration: underline;
}

.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5 {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 20px;
}

.single-content p:not(:last-child) {
  margin-bottom: 20px;
}

.single-content pre {
  white-space: pre-wrap; /* 改行保持＋折り返し */
  word-wrap: break-word; /* 長い単語も折り返す */
  overflow-wrap: break-word; /* 現代ブラウザ対応 */
}
/******会員フォーム関係****/
#member .wh-box {
  display: block;
}

.member__title {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  margin-bottom: 24px;
}

.member__desc {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.member__error {
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  padding: 20px 3%;
  font-size: 18px;
  color: red;
  border: 3px solid red;
  font-weight: bold;
  line-height: 1.6;
}

.member__success {
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  padding: 20px 3%;
  font-size: 18px;
  color: #a9d159;
  border: 3px solid #a9d159;
  font-weight: bold;
  line-height: 1.6;
}

.member__success a {
  color: #0061fe;
}

.member__submit {
  background-color: #666;
  /* border-bottom: 5px solid #333; */
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 212px;
  min-height: 63px;
  width: 100%;
  margin: 60px 0 0 auto;
  color: #fff;
  /* border-radius: 20px; */
  transition: all 0.3s;
}

/* .member__submit:hover {
  color: #fff;
  background: #666;
  border-bottom: 2px solid #333;
} */

.member__form-row:not(:last-child) {
  margin-bottom: 30px;
}

.member__form-label {
  display: block;
  font-size: 21px;
  margin-bottom: 14px;
}

input[type="text"],
input[type="password"] {
  display: block;
  border: 1px solid #000;
  background-color: #fff;
  width: 100%;
  min-height: 45px;
  padding: 1%;
}

input[type="text"]:-webkit-autofill,
input[type="password"]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #e6e6e6 inset !important;
  /* 背景色 */
}

.member__check {
  font-size: 18px;
}

.member__check input {
  margin-right: 10px;
}

.member__form-link {
  color: #0061fe;
  margin-top: 20px;
  margin-bottom: 20px;
}

.access__wrap {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 45px 0;
}

.access__btn {
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 212px;
  min-height: 63px;
  background-color: #666;
  line-height: 1.75;
}

.access__btn span {
  position: relative;
}

.access__btn--mail span {
  padding-left: 39px;
}

.access__btn--mail span:before {
  content: "";
  display: block;
  width: 25px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url("../imgs/common/icon_mail.svg") center center / contain no-repeat;
}

.access__btn--tel span {
  padding-left: 27px;
}

.access__btn--tel span:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: -15px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url("../imgs/common/icon_tel.svg") center center / contain no-repeat;
}

/* テキストに下線 改行にも対応 */
.text-linear {
  background: linear-gradient(transparent 75%, #ffdcb4 0%);
  display: inline;
  padding-top: 1px;
  line-height: 1.6;
}

.print {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #b3b3b3;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  width: 60px;
  height: 26px;
  cursor: pointer;
}

.single-title {
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.single .news__wrap {
  align-items: baseline;
}

/* リンク画像横並び */

/* ログイン画面のパスワード表示・非表示↓ */
.member__form-field--password {
  position: relative;
}

.member__form-field--password input {
  padding-right: 44px; /* 目アイコン分 */
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.password-toggle__icon {
  width: 20px;
  height: 14px;
  border: 2px solid #333;
  border-radius: 10px / 7px;
  position: relative;
  display: block;
}

.password-toggle__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.password-toggle.is-active .password-toggle__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  background: #333;
  transform: translate(-50%, -50%) rotate(30deg);
}
/* ログイン画面のパスワード表示・非表示↑ */

@media (min-width: 581px) {
  .block05 {
    text-align: center;
    padding: 55px 0 0px;
  }

  .block05__copy {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  .block05 .inner ul,
  .block05 .inner ul li {
    display: inline-block;
  }

  .block05 .inner ul li img {
    max-width: 100%;
    width: 160px;
  }

  .block05 .inner ul li {
    margin-bottom: 10px;
  }

  .block05 .inner ul li + li {
    margin-left: 19px;
  }
}

.low-list__item--l {
  font-size: 30px;
}

.low-list__item--m {
  font-size: 24px;
}

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

@media screen and (max-width: 860px) {
  .header__bottom {
    /* padding-left: 2%;
    padding-right: 2%; */
  }

  .header__bottom-block {
    font-size: 2.3vw;
  }

  .header__bottom-txt.--l {
    font-size: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  /* .header__head-logout {
    display: none;
  } */

  .page-title {
    margin-bottom: 20px;
  }

  .print {
    font-size: 12px;
    width: 48px;
    height: 24px;
  }

  .main--wrap1,
  .main--wrap2,
  .main--wrap3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .back-btn {
    width: 50px;
  }

  header .back-btn {
    margin-bottom: 12px;
    margin-left: 2%;
    position: absolute;
    right: 17%;
    top: 16.5%;
  }

  .single-title {
    font-size: 6vw;
  }

  .header__bottom {
    /* position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff; */
    width: 100%;
  }

  .header__bottom-wrap {
    /* margin-top: 5.8vw; */
    flex-wrap: wrap;
  }

  .scroll .header__bottom-wrap {
    width: fit-content;
  }

  .header__bottom {
  }

  .header__bottom-item {
    width: 33.3333333%;
  }

  .header__bottom-item.--logout {
    display: block;
  }

  .header__bottom-item:first-child {
    border-left: none;
  }

  .header__bottom-item:last-child {
    border-right: none;
  }

  .header__bottom-link {
    min-height: 12.3vw;
  }

  .header__bottom-block {
    font-size: 3.5vw;
  }

  .header__bottom-txt.--l {
    font-size: 4.58vw;
  }

  .header__bottom-link:not(:last-child) {
    margin-right: 0;
  }

  .header__bottom-link--new {
    /* width: 4.482758620689655vw;
    height: auto;
    top: -6.0448vw; */

    width: 8vw;
    height: auto;
    top: -8.0448vw;
    /* margin-left: 1.4625vw; */
  }

  .header__bottom-link--s-size {
    /* font-size: 2.2vw; */
    font-size: 2.8vw;
  }

  /* .header__bottom-link:first-child {
    border-left: none;
  }

  .header__bottom-link:last-child {
    border-right: none;
  } */

  .header__head-logo {
    width: 23.71vw;
  }

  .header__head-title {
    font-size: 3.076923076923077vw;
    padding-top: 1.5%;
  }

  .member__title {
    font-size: 5.859375vw;
  }

  .member__desc {
    font-size: 16px;
  }

  .header__head-logout {
  }

  .page-title {
    font-size: 24px;
  }

  .property-list__item {
    font-size: clamp(15px, 2.864583333333333vw, 21px);
  }

  .property-list__item-title {
    padding-top: 0.6%;
  }

  .property-list__item-new {
    width: 7vw;
    min-width: 20px;
    margin-left: 1.3020833333333335vw;
    padding-top: 0.7%;
  }

  .post-list__thum {
    padding-top: 17%;
    width: 29%;
  }

  .post-list__excerpt {
    font-size: 14px;
  }

  .--happened .post-list__item.--type2::after,
  .post-list__excerpt-ph {
    height: 38vw;
  }

  .post-list__item {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .post-list__title {
    font-size: 14px;
    width: 65%;
  }

  .post-list__date,
  .post-list__cat {
    font-size: 14px;
  }

  .post-list__cat {
    margin-left: 10px;
  }

  .post-list__date-new {
    width: 7vw;
    margin-left: 5px;
  }

  .news__wrap--archive {
    margin-right: 0;
  }

  .more-btn {
    max-width: 130px;
  }

  .more-btn .more-btn__link {
    font-size: 16px;
  }

  .single-content h1,
  .single-content h2,
  .single-content h3,
  .single-content h4,
  .single-content h5,
  .single__title {
    font-size: 20px;
  }

  .footer__link {
    font-size: 13px;
  }

  .single-content {
    font-size: 16px;
    line-height: 1.6;
  }

  .access__wrap {
    gap: 24px 0;
  }

  .access__btn {
    font-size: 18px;
  }

  .access__btn--mail span {
    padding-left: 29px;
  }

  .access__btn--mail span:before {
    width: 22px;
    height: 17px;
  }

  .access__btn--tel span {
    padding-left: 17px;
  }

  .access__btn--tel span:before {
    width: 22px;
    height: 22px;
  }

  /* リンク横並び */
  .block05 {
    text-align: center;
    padding: 10% 10px 5%;
  }

  .block05__copy {
    font-size: 4.25vw;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  .block05 .inner ul {
  }

  .block05 .inner ul li {
    float: left;
    margin-bottom: 8px;
    width: 32%;
  }

  .block05 .inner ul li:not(:nth-child(3n)) {
    margin-right: 2%;
  }

  /* .block05 .inner ul li:nth-child(even) {
    float: right;
  } */

  .block05 .inner ul li img {
    width: 100%;
    height: auto;
  }

  /* シングル詳細 */
  .post-list__cat-single {
    font-size: 19px;
    margin-left: 15px;
  }

  .single__date {
    font-size: 16px;
  }

  .post-list.--happened .post-list__title {
    font-size: 16px;
  }

  .post-list__read {
    font-size: 14px;
    width: 180px;
    max-width: 100%;
    min-height: 40px;
  }
}

@media screen and (max-width: 640px) {
  .header__head-logo {
    width: 18.71vw;
    margin-right: 14px;
  }
  .header__head-title {
    font-size: 2.276923vw;
  }
  header .back-btn {
    margin-bottom: 12px;
    margin-left: 2%;
    position: absolute;
    right: 18.5%;
    top: 13.5%;
    width: 40px;
  }
}

@media screen and (max-width: 570px) {
  header .back-btn {
    right: 19.5%;
  }
}

@media screen and (max-width: 560px) {
  .footer__block1-logo {
    width: 21.428571428571427vw;
  }

  .footer__block1-content {
    font-size: 2.5vw;
  }

  .footer__person-icon.--1 {
    width: 8vw;
  }

  .footer__person-icon.--2 {
    width: 7.25vw;
  }

  .footer__block1-copy {
    margin-top: 1.7857142857142856vw;
  }
}

@media screen and (max-width: 550px) {
  header .back-btn {
    right: 20.5%;
  }
}

@media screen and (max-width: 540px) {
  .post-box__title {
    font-size: 6.111111111111111vw;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 520px) {
  header .back-btn {
    right: 22.5%;
  }
}

@media screen and (max-width: 480px) {
  header .back-btn {
    right: 23.5%;
  }
}

@media screen and (max-width: 440px) {
  header .back-btn {
    right: 25.5%;
  }
}

@media screen and (max-width: 400px) {
  header .back-btn {
    right: 27.5%;
  }
}

@media screen and (max-width: 375px) {
  .header__head-logout {
    font-size: 3vw;
    min-height: 5.866vw;
    width: 20.933vw;
  }
  header .back-btn {
    width: 38px;
  }
}

@media print {
  body {
    display: block;
    padding: 0 !important;
    zoom: 0.5;
    margin: 0 !important;
    width: 100%;
  }

  main {
    flex: none;
  }

  .print_none {
    display: none;
  }

  .print {
    display: none;
  }

  .print-flex {
    display: flex;
    justify-content: space-between;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .inner-1320 {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .fc .fc-toolbar-title {
    font-size: 24px;
  }

  .print-flex__content1 {
    width: 49% !important;
  }

  .print-flex__content2 {
    width: 49% !important;
    padding-top: 100px;
  }

  .fc .fc-daygrid-body,
  .fc .fc-scrollgrid-section table {
    width: 100% !important;
  }

  .single-property__cals {
    margin-top: 0 !important;
  }

  .splide__arrows {
    display: none !important;
  }

  @page {
    margin: 0;
    size: A4 portrait;
  }

  .main--wrap2 {
  }

  /* 画像や大きな要素の縮小 */
  /* img,
  table,
  iframe {
    max-width: 100%;
    page-break-inside: avoid;
  } */

  .text-linear {
    background: none !important;
  }
}
