@charset "UTF-8";
/*
 * ress.css • v1.0.0
 * andex
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

html {
  background: #FFFFFF;
}

body,
html {
  width: 100%;
  color: #2B2B2B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  scroll-behavior: smooth;
  font-feature-settings: "palt";
}
@media screen and (max-width: 679px) {
  body,
  html {
    font-size: 15px;
  }
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  word-break: break-all;
}
body.active {
  overflow: hidden;
}

a[href^="tel:"] {
  pointer-events: none;
}

ul, ol {
  list-style-type: none;
}

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

a.fancybox:focus-visible {
  display: block;
}
a:focus-visible {
  outline: 2px solid #B21313;
}

.contents-inner {
  margin: 0 auto;
  max-width: 1400px;
}

.contents-wrap-list, .contents-wrap-contents {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 1000px) {
  .contents-wrap-list, .contents-wrap-contents {
    margin-top: 24px;
  }
}
@media screen and (max-width: 679px) {
  .contents-wrap-list, .contents-wrap-contents {
    margin-top: 20px;
  }
}

.wrap-w-space {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1000px) {
  .wrap-w-space {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.wrap-w-space-lg {
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 1200px) {
  .wrap-w-space-lg {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .wrap-w-space-lg {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 679px) {
  .wrap-w-space-lg {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.wrap-w-space-lg2 {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1500px) {
  .wrap-w-space-lg2 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .wrap-w-space-lg2 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 679px) {
  .wrap-w-space-lg2 {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.wrap-h-space {
  padding-top: 75px;
  padding-bottom: 75px;
}
.wrap-h-space.no-hb-space {
  padding-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .wrap-h-space {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.wrap-h-space-lg {
  padding-top: 20px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1000px) {
  .wrap-h-space-lg {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.bg-light {
  background: #F5F5F5;
}

.bg-gray-light {
  background: #EFEDEA;
}

.bg-brown-light {
  background: #E6DDCF;
}

@media screen and (max-width: 1000px) {
  .for-pc-tab-none {
    display: none;
  }
}

@media screen and (max-width: 679px) {
  .for-pc-sp-none {
    display: none;
  }
}

.for-tab {
  display: none;
}
@media screen and (max-width: 1000px) {
  .for-tab {
    display: block;
  }
}

.for-sp {
  display: none;
}
@media screen and (max-width: 679px) {
  .for-sp {
    display: block;
  }
}

.header {
  position: sticky;
  top: 0;
  z-index: 5;
  /* 680px以上で全て展開 */
}
.header .header-inner {
  padding: 0 32px 0 32px;
  width: 100%;
  height: 68px;
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px rgba(137, 137, 137, 0.11);
  display: flex;
  justify-content: space-between;
  align-items: center;
  container: layout/inline-size;
}
@media screen and (max-width: 679px) {
  .header .header-inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@container (width <= 1200px) {
  .header .header-inner .header-logo {
    width: 170px;
  }
}
@media screen and (max-width: 679px) {
  .header .header-inner .header-logo {
    width: 100%;
  }
}
.header .header-inner .header-wrap {
  width: 100%;
}
.header .header-inner .header-nav .header-nav-inner {
  display: flex;
  justify-content: end;
  align-items: center;
}
.header .header-inner .header-nav .header-nav-inner .list-nav {
  display: none;
}
@media (hover: hover) {
  .header .header-inner .header-nav .header-nav-inner .list-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (hover: hover) and (max-width: 1000px) {
  .header .header-inner .header-nav .header-nav-inner .list-nav {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .header .header-inner .header-nav .header-nav-inner .list-nav .items-nav:hover .dropdown-wrap {
    display: block;
  }
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .header .header-inner .header-nav .header-nav-inner .list-nav .items-nav:hover .nav-search .dropdown-wrap {
    display: flex;
    justify-content: space-between;
  }
}
.header .header-inner .header-nav .header-nav-inner .list-nav .items-nav:focus-within .dropdown-wrap {
  display: block;
}
.header .header-inner .header-nav .header-nav-inner .list-nav .items-nav:focus-within .nav-search .dropdown-wrap {
  display: flex;
  justify-content: space-between;
}
.header .header-inner .header-nav .header-nav-inner .list-nav .items-nav .items-link {
  padding: 0 16px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  color: #2B2B2B;
  font-size: clamp(14px, 1.3vw, 16px);
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
@container (width <= 1200px) {
  .header .header-inner .header-nav .header-nav-inner .list-nav .items-nav .items-link {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.header .header-inner .header-nav .header-nav-inner .list-nav .items-nav .items-link.nav-hover::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #917145;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
}
.header .header-inner .header-nav .header-nav-inner .list-nav .items-nav .nav-reserve {
  padding: 0 20px 0 12px;
  height: 68px;
  display: inline-flex;
  align-items: center;
}
.header .header-inner .header-nav .header-nav-inner .list-nav .items-nav .nav-search label {
  margin: 0 16px 0 0;
  font-size: 23px;
  font-weight: bold;
}
.header .header-inner .header-nav .header-nav-inner .list-nav .items-nav .nav-search .items-link.nav-hover::after {
  display: none;
}
.header .header-inner .header-nav .header-nav-inner .list-nav .items-nav .nav-search .items-link:focus-visible {
  outline: 2px solid #B21313;
}
.header .header-inner .header-nav .header-nav-inner .list-nav .nav-dropdown .list-dropdown {
  padding: 34px 50px 34px 50px;
  width: 100%;
  background-color: #FFFFFF;
  display: none;
  position: absolute;
  top: 68px;
  left: 0;
  z-index: 3;
  box-shadow: 0 3px 6px rgba(137, 137, 137, 0.11);
  border-top: 1px solid #EEE;
}
.header .header-inner .header-nav .header-nav-inner .list-nav .nav-dropdown .list-dropdown .items-dropdown {
  display: flex;
  align-items: center;
}
.header .header-inner .header-nav .header-nav-inner .list-nav .nav-dropdown .list-dropdown .items-dropdown .items-img-child1 {
  margin: 0 62px 0 0;
  width: 200px;
  height: 133px;
  object-fit: cover;
}
.header .header-inner .header-nav .header-nav-inner .list-nav .nav-dropdown .list-dropdown .items-dropdown .items-link-child1 {
  font-size: 23px;
  font-weight: bold;
  color: #2B2B2B;
  text-decoration: none;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .header .header-inner .header-nav .header-nav-inner .list-nav .nav-dropdown .list-dropdown .items-dropdown .items-link-child1:hover {
    color: #917145;
  }
}
.header .header-inner .header-nav .header-nav-inner .list-nav .nav-dropdown .list-dropdown .items-dropdown .items-wrap-child1 {
  width: 100%;
}
.header .header-inner .header-nav .header-nav-inner .list-nav .nav-dropdown .list-dropdown .items-dropdown .items-wrap-child1 .list-linksbtn {
  margin: 24px 0 0 0;
  gap: 0 50px;
}
.header .header-inner .header-nav .header-nav-inner .list-nav .nav-dropdown .list-dropdown .items-dropdown .items-wrap-child1 .list-linksbtn .items-linksbtn {
  width: calc((100% - 100px) / 3);
}
.header .header-inner .header-nav .header-nav-inner .list-nav .nav-dropdown .div-dropdown {
  padding: 34px 50px 34px 50px;
  width: 100%;
  background-color: #FFFFFF;
  display: none;
  position: absolute;
  top: 68px;
  left: 0;
  z-index: 3;
  box-shadow: 0 3px 6px rgba(137, 137, 137, 0.11);
  border-top: 1px solid #EEE;
}
.header .header-inner .header-nav .header-nav-inner .list-nav .nav-dropdown .div-dropdown.search label {
  min-width: 200px;
}
.header .header-inner .header-nav .header-nav-inner .nav-megamenu {
  display: none;
  width: 100%;
  height: 100dvh;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 9999;
}
@media screen and (max-width: 1000px) {
  .header .header-inner .header-nav .header-nav-inner .nav-megamenu {
    margin-bottom: 40px;
  }
}
.header .header-inner .header-nav .header-nav-inner .nav-megamenu .megamenu-wrap {
  padding: 20px 0 20px 0;
}
@media screen and (max-width: 679px) {
  .header .header-inner .header-nav .header-nav-inner .nav-megamenu .megamenu-wrap.no-top-mg {
    padding: 0 0 20px 0;
  }
}
.header .header-inner .header-nav .header-nav-inner .nav-megamenu .megamenu-top {
  margin: 0 0 0 32px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 679px) {
  .header .header-inner .header-nav .header-nav-inner .nav-megamenu .megamenu-top {
    margin: 0 0 0 20px;
  }
}
.header .header-inner .header-nav .header-nav-inner .nav-megamenu .megamenu-top .search-wrap {
  padding-left: 20px;
  padding-right: 90px;
  width: auto;
  display: block;
}
@media (hover: hover) {
  .header .header-inner .header-nav .header-nav-inner .nav-megamenu .megamenu-top .search-wrap {
    display: none;
  }
}
@media screen and (hover: hover) and (max-width: 1000px) {
  .header .header-inner .header-nav .header-nav-inner .nav-megamenu .megamenu-top .search-wrap {
    padding-left: 20px;
    padding-right: 90px;
    width: auto;
    display: block;
  }
}
@media screen and (max-width: 679px) {
  .header .header-inner .header-nav .header-nav-inner .nav-megamenu .megamenu-top .search-wrap {
    display: none;
  }
}
@media screen and (max-width: 679px) {
  .header .header-inner .header-nav .header-nav-inner .nav-megamenu .megamenu-top .megamenu-logo {
    display: none;
  }
}
.header .header-inner .header-nav .header-nav-inner .nav-megamenu .megamenu-top .list-sns {
  display: none;
}
@media screen and (max-width: 679px) {
  .header .header-inner .header-nav .header-nav-inner .nav-megamenu .megamenu-top .list-sns {
    display: flex;
  }
}
.header .header-inner .header-nav .header-nav-inner .nav-megamenu .nav {
  padding: 0 80px 0 80px;
}
@media screen and (min-width: 1400px) {
  .header .header-inner .header-nav .header-nav-inner .nav-megamenu .nav {
    padding: 0 100px 0 100px;
  }
}
@media screen and (max-width: 679px) {
  .header .header-inner .header-nav .header-nav-inner .nav-megamenu .nav {
    padding: 0;
  }
}
.header .header-inner .header-nav .header-nav-inner .nav-megamenu .nav dl {
  display: flex;
  white-space: nowrap;
  flex-wrap: wrap;
  gap: 0 40px;
}
@media screen and (min-width: 1400px) {
  .header .header-inner .header-nav .header-nav-inner .nav-megamenu .nav dl {
    gap: 0 50px;
  }
}
@media screen and (max-width: 679px) {
  .header .header-inner .header-nav .header-nav-inner .nav-megamenu .nav dl {
    display: block;
    left: 0;
    right: auto;
  }
}
.header .header-inner .header-nav .header-nav-inner .nav-megamenu .nav .dl-wrap {
  display: flex;
  gap: 2vw 0;
  flex-direction: column;
  flex: 1 1 calc(25% - 50px);
}
@container (width <= 1200px) {
  .header .header-inner .header-nav .header-nav-inner .nav-megamenu .nav .dl-wrap {
    flex: 1 1 calc(50% - 40px);
  }
}
@media screen and (max-width: 679px) {
  .header .header-inner .header-nav .header-nav-inner .nav-megamenu .nav .dl-wrap {
    gap: 0;
  }
}
@container (width <= 1200px) {
  .header .header-inner .header-nav .header-nav-inner .nav-megamenu .nav .dl-wrap:nth-child(3), .header .header-inner .header-nav .header-nav-inner .nav-megamenu .nav .dl-wrap:nth-child(4) {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 679px) {
  .header .header-inner .header-nav .header-nav-inner .nav-megamenu .nav .dl-wrap:nth-child(3), .header .header-inner .header-nav .header-nav-inner .nav-megamenu .nav .dl-wrap:nth-child(4) {
    margin-top: 0;
  }
}
.header .header-inner .header-nav .header-nav-inner .nav-megamenu .nav dt {
  padding: 0 0 8px 0;
  margin: 0 0 16px 0;
  border-bottom: 1px solid #2B2B2B;
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #2B2B2B;
  text-decoration: none;
}
@media screen and (max-width: 679px) {
  .header .header-inner .header-nav .header-nav-inner .nav-megamenu .nav dt {
    margin: 0;
    padding: 0;
  }
}
.header .header-inner .header-nav .header-nav-inner .nav-megamenu .nav dt button {
  pointer-events: none;
}
@media screen and (max-width: 679px) {
  .header .header-inner .header-nav .header-nav-inner .nav-megamenu .nav dt button {
    pointer-events: auto;
    width: 100%;
    text-align: start;
    display: flex;
    align-items: center;
    line-height: 1;
  }
}
.header .header-inner .header-nav .header-nav-inner .nav-megamenu .nav dd {
  margin: 8px 0 0 0;
  display: block;
  color: #2B2B2B;
  text-decoration: none;
}
.header .header-inner .header-nav .header-nav-inner .nav-megamenu .nav dd a {
  display: block;
  color: #2B2B2B;
  text-decoration: none;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .header .header-inner .header-nav .header-nav-inner .nav-megamenu .nav dd a:hover {
    color: #917145;
  }
}
.header .header-inner .header-nav .header-nav-inner .nav-megamenu .megamenu-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 32px;
}
@media screen and (max-width: 679px) {
  .header .header-inner .header-nav .header-nav-inner .nav-megamenu .megamenu-bottom {
    display: block;
    padding: 0 14px;
  }
}
.header .header-inner .header-nav .header-nav-inner .nav-megamenu .megamenu-bottom .list-sub-megamenu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 679px) {
  .header .header-inner .header-nav .header-nav-inner .nav-megamenu .megamenu-bottom .list-sub-megamenu {
    justify-content: center;
  }
}
.header .header-inner .header-nav .header-nav-inner .nav-megamenu .megamenu-bottom .list-sub-megamenu .items-sub-megamenu {
  margin: 0 26px 0 0;
}
@media screen and (max-width: 679px) {
  .header .header-inner .header-nav .header-nav-inner .nav-megamenu .megamenu-bottom .list-sub-megamenu .items-sub-megamenu:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 679px) {
  .header .header-inner .header-nav .header-nav-inner .nav-megamenu .megamenu-bottom .list-sns {
    display: none;
  }
}
.header .header-inner .header-nav .header-nav-inner .nav-megamenu .megamenu-bottom .search-wrap {
  display: none;
}
@media screen and (max-width: 1000px) {
  .header .header-inner .header-nav .header-nav-inner .nav-megamenu .megamenu-bottom .search-wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 679px) {
  .header .header-inner .header-nav .header-nav-inner .nav-megamenu .megamenu-bottom .search-wrap {
    display: inline-flex;
    width: 100%;
  }
}
.header .header-inner .header-nav .header-nav-inner .megumenu.active .nav-megamenu {
  display: block;
}
.header .header-inner .header-nav .header-nav-inner .search-wrap {
  width: calc(100% - 400px);
  display: inline-flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .header .header-inner .header-nav .header-nav-inner .search-wrap {
    width: calc(100% - 250px);
  }
}
.header .header-inner .header-nav .header-nav-inner .search-wrap form {
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
  position: relative;
}
.header .header-inner .header-nav .header-nav-inner .search-wrap form::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("../img/icon-search-black.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 679px) {
  .header .header-inner .header-nav .header-nav-inner .search-wrap form::before {
    left: 15px;
  }
}
.header .header-inner .header-nav .header-nav-inner .search-wrap input {
  padding: 6px 24px 8px 54px;
  margin: 0 16px 0 0;
  width: 100%;
  background-color: #EFEDEA;
  border-radius: 50px;
}
@media screen and (max-width: 679px) {
  .header .header-inner .header-nav .header-nav-inner .search-wrap input {
    width: 100%;
    padding-left: 40px;
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 679px) {
  .header .header-inner .header-nav .header-nav-inner .search-wrap input::-webkit-input-placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 679px) {
  .header .header-inner .header-nav .header-nav-inner .search-wrap input::placeholder {
    font-size: 14px;
  }
}
.header .megamenu-hamburger {
  width: 44px;
  height: 44px;
  display: block;
  text-align: center;
  font-size: 32px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  word-break: normal;
}
.header .megamenu-hamburger:focus-visible {
  outline: 2px solid #B21313;
}
.header .megamenu-hamburger span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header .megamenu-hamburger span:nth-child(1) {
  width: 40px;
  height: 2px;
  background-color: #2B2B2B;
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header .megamenu-hamburger span:nth-child(2) {
  width: 40px;
  height: 2px;
  background-color: #2B2B2B;
  top: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header .megamenu-hamburger span:nth-child(3) {
  width: 40px;
  height: 2px;
  background-color: #2B2B2B;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  top: 20px;
}
.header .megamenu-hamburger::after {
  content: "MENU";
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
  color: #2B2B2B;
}
.header .megamenu-hamburger-close {
  width: 44px;
  height: 44px;
  display: block;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 32px;
  z-index: 2;
  cursor: pointer;
  word-break: normal;
}
.header .megamenu-hamburger-close:focus-visible {
  outline: 2px solid #B21313;
}
.header .megamenu-hamburger-close span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header .megamenu-hamburger-close span:nth-child(1) {
  width: 40px;
  height: 2px;
  background-color: #2B2B2B;
  top: 10px;
  transform: translateX(-50%) rotate(-24deg);
}
.header .megamenu-hamburger-close span:nth-child(2) {
  width: 40px;
  height: 2px;
  background-color: #2B2B2B;
  top: 10px;
  transform: translateX(-50%) rotate(24deg);
}
.header .megamenu-hamburger-close::after {
  content: "CLOSE";
  color: #2B2B2B;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  .header .megamenu-hamburger-close {
    right: 14px;
  }
}
@media screen and (max-width: 679px) {
  .header {
    /* 矢印アイコン */
  }
  .header .accordionBtnHead {
    position: relative;
    border: none;
    width: 100%;
    background-color: inherit;
    cursor: pointer;
    text-align: left;
    padding: 20px 20px;
    font-size: 1em;
    display: block;
  }
  .header .accordionBtnHead::after {
    content: "";
    background: url("../img/icon-circle-arrow-black.svg") no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    transition: 0.5s;
    transform: translateY(-50%);
  }
  .header .dl-map-head .dl-wrap-child.active .accordionBtnHead::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .header .dl-map-head dd {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-out;
    margin: 0 !important;
  }
  .header .dl-map-head dd a {
    display: block;
    padding: 15px 15px;
    border-top: 1px solid #464646;
  }
  .header .dl-map-head .dl-wrap-child dd:last-of-type a {
    border-bottom: 2px solid #464646;
  }
}
@media (min-width: 680px) {
  .header .dl-map-head dd {
    height: auto !important;
    overflow: visible !important;
  }
  .header .accordionBtnHead::before {
    transform: rotate(-135deg) !important;
  }
  .header .accordionBtnHead::after {
    transform: rotate(135deg) !important;
  }
  .header .accordionBtnHead {
    pointer-events: none;
    /* クリック無効化 */
  }
}

.breadcrumbs {
  padding: 5px 32px;
  background-color: #EFEDEA;
  border-bottom: solid 1px #D9D9D9;
  font-size: 13px;
}
@media screen and (max-width: 1000px) {
  .breadcrumbs {
    padding: 8px 14px;
    font-size: 14px;
  }
}
.breadcrumbs .breadcrumb-wrap::after {
  content: "/";
  margin: 0 8px;
}
.breadcrumbs .breadcrumb-wrap .breadcrumb-link {
  color: #2B2B2B;
}
.breadcrumbs .breadcrumb-wrap:last-child::after {
  content: none;
}

footer {
  color: #FFFFFF;
  width: min(95%, 1400px);
  margin-inline: auto;
  /* 1000px以上で全て展開 */
}
footer a {
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  footer {
    width: 100%;
  }
}
footer .footer-content {
  background: #2B2B2B;
  color: #FFF;
  box-shadow: 0 0 0 100vmax #2B2B2B;
  clip-path: inset(0 -100vmax);
  display: grid;
  grid-template-columns: minmax(350px, 2.2fr) 7.6fr;
  padding-block: 70px;
}
@media screen and (max-width: 1000px) {
  footer .footer-content {
    grid-template-columns: 1fr;
    padding-block: 70px 0;
  }
}
@media screen and (max-width: 679px) {
  footer .footer-content {
    padding-block: 40px 0;
  }
}
footer .footer_about {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  padding-inline: 0 20px;
  margin-inline: 0 30px;
}
@media screen and (max-width: 1000px) {
  footer .footer_about {
    width: 95%;
    margin-inline: auto;
    padding-block: 0 50px;
  }
}
@media screen and (max-width: 679px) {
  footer .footer_about {
    width: 90%;
    padding-block: 0 30px;
    gap: 20px 0;
  }
}
footer .footer_about .footer-logo {
  width: min(70%, 200px);
}
footer .footer_about .guide-list {
  display: grid;
  gap: 25px 0;
}
@media screen and (max-width: 679px) {
  footer .footer_about .guide-list {
    gap: 18px 0;
  }
}
footer .footer_about .list-sns {
  justify-content: start;
}
footer .footer_about::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #484848;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1000px) {
  footer .footer_about::after {
    display: none;
  }
}
footer .dl-map {
  display: flex;
  justify-content: space-between;
  gap: 1em;
}
@media screen and (max-width: 1000px) {
  footer .dl-map {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
}
footer .dl-map a {
  text-decoration-color: transparent;
  transition: ease all 0.3s;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  footer .dl-map a:hover {
    text-decoration-color: #FFFFFF;
  }
}
footer .dl-map .dl-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  min-width: clamp(100px, 13vw, 150px);
}
@media screen and (max-width: 1000px) {
  footer .dl-map .dl-wrap {
    min-width: 100%;
    gap: 0;
  }
}
footer .dl-map dt {
  font-weight: 600;
  font-size: clamp(15px, 2vw, 17px);
  letter-spacing: 1px;
  margin-block: 0 10px;
}
@media screen and (max-width: 1000px) {
  footer .dl-map dt {
    margin-block: 0;
  }
}
footer .dl-map dt button {
  text-align: left;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  footer .dl-map dt button {
    pointer-events: inherit;
    border-top: 1px solid #464646;
  }
}
footer .dl-map dd {
  font-size: clamp(14px, 1.3vw, 15px);
}
footer .footer-bottom {
  background: #393939;
  color: #FFF;
  box-shadow: 0 0 0 100vmax #393939;
  clip-path: inset(0 -100vmax);
  padding-block: 13px;
  display: flex;
  justify-content: space-between;
  font-size: clamp(13px, 1vw, 14px);
}
footer .footer-bottom a {
  color: #FFFFFF;
  text-decoration-color: transparent;
  transition: ease all 0.3s;
  font-size: clamp(15px, 1vw, 14px);
}
footer .footer-bottom a:has(+ a) {
  padding-inline: 0 1em;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  footer .footer-bottom a:hover {
    text-decoration-color: #FFFFFF;
  }
}
@media screen and (max-width: 1000px) {
  footer .footer-bottom {
    width: 95%;
    margin-inline: auto;
    gap: 20px 0;
    padding: 30px 0;
  }
}
@media screen and (max-width: 679px) {
  footer .footer-bottom {
    flex-direction: column;
    justify-content: center;
  }
  footer .footer-bottom .bottom-wrap {
    width: 100%;
    display: flex;
    gap: 2em;
    justify-content: center;
  }
  footer .footer-bottom .footer-copy {
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  footer {
    /* 矢印アイコン */
  }
  footer .accordionBtn {
    position: relative;
    border: none;
    width: 100%;
    background-color: inherit;
    color: #fff;
    cursor: pointer;
    text-align: left;
    padding: 20px 20px;
    font-size: 1em;
    display: block;
  }
  footer .accordionBtn::after {
    content: "";
    background: url("../img/icon-circle-arrow-white-black.svg") no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    transition: 0.5s;
    transform: translateY(-50%);
  }
  footer .active .accordionBtn::after {
    transform: translateY(-50%) rotate(90deg);
  }
  footer .dl-map dd {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-out;
    background: #393939;
    margin: 0;
  }
  footer .dl-map dd a {
    display: block;
    padding: 20px 20px;
    border-top: 1px solid #464646;
  }
}
@media (min-width: 1001px) {
  footer .dl-map dd {
    height: auto !important;
    overflow: visible !important;
  }
  footer .accordionBtn::before {
    transform: rotate(-135deg) !important;
  }
  footer .accordionBtn::after {
    transform: rotate(135deg) !important;
  }
  footer .accordionBtn {
    pointer-events: none;
    /* クリック無効化 */
  }
}

.btn-list-link {
  padding: 8px 24px 8px 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #393939;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #2B2B2B;
  text-decoration: none;
  transition: 0.3s;
  font-size: 15px;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .btn-list-link:hover {
    border-bottom: 1px solid #917145;
    color: #917145;
  }
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .btn-list-link:hover::after {
    background-image: url("../img/icon-circle-arrow-brown.svg");
  }
}
.btn-list-link.active-page-link {
  border-bottom: 1px solid #917145;
  color: #917145;
}
.btn-list-link.active-page-link::after {
  background-image: url("../img/icon-circle-arrow-brown.svg");
}
.btn-list-link::after {
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  background-image: url("../img/icon-circle-arrow-black.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .btn-list-link {
    font-size: 15px;
  }
}

.btn-arrow-right-small {
  padding: 15px 24px 15px 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #2B2B2B;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .btn-arrow-right-small:hover {
    opacity: 0.7;
  }
}
.btn-arrow-right-small::after {
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  background-image: url("../img/icon-circle-arrow-black-small.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .btn-arrow-right-small {
    font-size: 15px;
  }
}

.btn-arrow-left-small {
  padding: 15px 0 15px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #2B2B2B;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .btn-arrow-left-small:hover {
    opacity: 0.7;
  }
}
.btn-arrow-left-small::before {
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  background-image: url("../img/icon-circle-arrow-black-small.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .btn-arrow-left-small {
    font-size: 15px;
  }
}

.btn-arrow-left {
  padding: 15px 0 15px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #2B2B2B;
  transition: 0.3s;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .btn-arrow-left:hover {
    opacity: 0.7;
  }
}
.btn-arrow-left::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("../img/icon-circle-arrow-black.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .btn-arrow-left {
    font-size: 15px;
  }
}

.btn-wrap {
  margin-top: 52px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .btn-wrap {
    margin-top: 24px;
  }
}

.btn-circle-arrow-left {
  padding: 15px 20px;
  min-width: 377px;
  background-color: #2B2B2B;
  border-radius: 32px;
  border: 1px solid #2B2B2B;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .btn-circle-arrow-left:hover {
    background-color: #FFFFFF;
    border: 1px solid #2B2B2B;
    color: #2B2B2B;
  }
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .btn-circle-arrow-left:hover::before {
    background-image: url("../img/icon-arrow-left-black.svg");
  }
}
.btn-circle-arrow-left.active-page-link {
  background-color: #FFFFFF;
  border: 1px solid #2B2B2B;
  color: #2B2B2B;
}
.btn-circle-arrow-left.active-page-link::before {
  background-image: url("../img/icon-arrow-left-black.svg");
}
.btn-circle-arrow-left::before {
  content: "";
  width: 20px;
  height: 15px;
  display: inline-block;
  background-image: url("../img/icon-arrow-left-white.svg");
  transform: rotate(180deg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 20px;
}
@media screen and (max-width: 1000px) {
  .btn-circle-arrow-left {
    font-size: 15px;
  }
}
@media screen and (max-width: 679px) {
  .btn-circle-arrow-left {
    min-width: auto;
    width: 100%;
  }
}

.btn-circle-arrow-right {
  padding: 15px 20px;
  min-width: 377px;
  background-color: #2B2B2B;
  border-radius: 50px;
  border: 1px solid #2B2B2B;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .btn-circle-arrow-right:hover {
    background-color: #FFFFFF;
    border: 1px solid #2B2B2B;
    color: #2B2B2B;
  }
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .btn-circle-arrow-right:hover::after {
    background-image: url("../img/icon-arrow-left-black.svg");
  }
}
.btn-circle-arrow-right.active-page-link {
  background-color: #FFFFFF;
  border: 1px solid #2B2B2B;
  color: #2B2B2B;
}
.btn-circle-arrow-right.active-page-link::after {
  background-image: url("../img/icon-arrow-left-black.svg");
}
.btn-circle-arrow-right::after {
  content: "";
  width: 20px;
  height: 15px;
  display: inline-block;
  background-image: url("../img/icon-arrow-left-white.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
}
@media screen and (max-width: 679px) {
  .btn-circle-arrow-right::after {
    right: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .btn-circle-arrow-right {
    font-size: 15px;
  }
}
@media screen and (max-width: 679px) {
  .btn-circle-arrow-right {
    min-width: auto;
    width: 100%;
  }
}

.btn-square-arrow-right {
  padding: 15px 30px 15px 24px;
  height: 100%;
  background-color: #2B2B2B;
  border: 1px solid #2B2B2B;
  display: inline-block;
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .btn-square-arrow-right:hover {
    background-color: #FFFFFF;
    border: 1px solid #2B2B2B;
    color: #2B2B2B;
  }
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .btn-square-arrow-right:hover::before {
    background-image: url("../img/icon-arrow-left-black-small.svg");
  }
}
.btn-square-arrow-right.active-page-link {
  background-color: #FFFFFF;
  border: 1px solid #2B2B2B;
  color: #2B2B2B;
}
.btn-square-arrow-right.active-page-link::before {
  background-image: url("../img/icon-arrow-left-black-small.svg");
}
.btn-square-arrow-right::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("../img/icon-arrow-left-white-small.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .btn-square-arrow-right {
    font-size: 15px;
  }
}

.btn-solid-arrow-right {
  padding: 0 16px 0 0;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #2B2B2B;
  transition: 0.3s;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .btn-solid-arrow-right:hover {
    opacity: 0.7;
  }
}
.btn-solid-arrow-right::after {
  content: "";
  width: 8px;
  height: 16px;
  display: inline-block;
  background-image: url("../img/icon-arrow-left-black-small.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .btn-solid-arrow-right {
    font-size: 15px;
  }
}

.btn-calender-small {
  padding: 5px 20px 7px 46px;
  background-color: #917145;
  border-radius: 50px;
  border: 2px solid #917145;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: clamp(14px, 1.16vw, 16px);
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .btn-calender-small:hover {
    background-color: #FFFFFF;
    border: 2px solid #917145;
    color: #917145;
  }
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .btn-calender-small:hover::before {
    background-image: url("../img/icon-calender-brown-small.svg");
  }
}
.btn-calender-small.active-page-link {
  background-color: #FFFFFF;
  border: 1px solid #917145;
  color: #2B2B2B;
}
.btn-calender-small.active-page-link::before {
  background-image: url("../img/icon-calender-brown-small.svg");
}
.btn-calender-small::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("../img/icon-calender-white-small.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 20px;
}
@container (width <= 1200px) {
  .btn-calender-small {
    padding-left: 16px;
    padding-right: 16px;
  }
  .btn-calender-small::before {
    content: none;
  }
}

.btn-search {
  padding: 8px 36px;
  min-width: 114px;
  background-color: #2B2B2B;
  border-radius: 50px;
  border: 1px solid #2B2B2B;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .btn-search:hover {
    background-color: #FFFFFF;
    border: 1px solid #2B2B2B;
    color: #2B2B2B;
  }
}
@media screen and (max-width: 679px) {
  .btn-search {
    padding-left: 16px;
    padding-right: 16px;
    min-width: 70px;
    font-size: 14px;
  }
}
.btn-search:focus-visible {
  outline: 2px solid #B21313;
}

.select-cat {
  padding: 16px 40px 16px 24px;
  background-color: #EFEDEA;
  border-radius: 12px;
}

.select-arrow-right {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.select-arrow-right::after {
  content: "";
  width: 8px;
  height: 16px;
  display: inline-block;
  background-image: url("../img/icon-arrow-left-black-small.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 16px;
}

.page-top {
  margin: 24px 0 0 0;
  text-align: right;
}
.page-top a {
  padding: 0 0 0 16px;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #2B2B2B;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .page-top a:hover {
    opacity: 0.7;
  }
}
.page-top a::after {
  content: "";
  width: 14px;
  height: 13px;
  display: inline-block;
  background-image: url("../img/icon-triangle-black.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}

.block-note {
  background-color: #FFFFFF;
}
.block-note .label-note {
  background-color: #917145;
  border-radius: 0 0 10px 0;
  display: inline-block;
}
.block-note .label-note .ttl-h3 {
  padding: 14px 30px;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .block-note .label-note .ttl-h3 {
    padding: 12px 14px;
    font-size: 16px;
  }
}
.block-note .note-wrap {
  padding: 30px 40px;
}
@media screen and (max-width: 1000px) {
  .block-note .note-wrap {
    padding: 20px 24px;
    font-size: 15px;
  }
}

img.aspect1 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}

img.aspect2 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/4;
}

.fancybox {
  position: relative;
}
.fancybox:has(img)::after {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background-image: url("../img/icon-plus.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.fancybox-title-over {
  display: none !important;
}

.list-linksbtn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
@media screen and (max-width: 1000px) {
  .list-linksbtn {
    gap: 0 24px;
  }
}
.list-linksbtn .items-linksbtn {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 1000px) {
  .list-linksbtn .items-linksbtn {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 679px) {
  .list-linksbtn.header-sub {
    display: none !important;
  }
}

.header-sp-subnav {
  display: none !important;
}
@media screen and (max-width: 679px) {
  .header-sp-subnav {
    display: block !important;
    position: relative;
  }
  .header-sp-subnav::after {
    content: "";
    width: 18px;
    height: 18px;
    background: url("../img/icon-circle-arrow-brown.svg") no-repeat center/cover;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%) rotate(90deg);
    z-index: 2;
  }
  .header-sp-subnav select {
    background: #EFEDEA;
    color: #917145;
    font-size: 17px;
    padding: 0.7em 1em;
    border-radius: 10px;
    width: 100%;
    letter-spacing: 1px;
  }
}

.list-linksbtn.four-col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 25px;
}
@media screen and (max-width: 1000px) {
  .list-linksbtn.four-col {
    gap: 0 24px;
  }
}
.list-linksbtn.four-col .items-linksbtn {
  width: calc((100% - 75px) / 4);
}
@media screen and (max-width: 1000px) {
  .list-linksbtn.four-col .items-linksbtn {
    width: calc((100% - 50px) / 3);
  }
}
.list-linksbtn.four-col.special .items-linksbtn:nth-child(1), .list-linksbtn.four-col.special .items-linksbtn:nth-child(2) {
  width: calc((100% - 154px) / 4);
}
@media screen and (max-width: 1000px) {
  .list-linksbtn.four-col.special .items-linksbtn:nth-child(1), .list-linksbtn.four-col.special .items-linksbtn:nth-child(2) {
    width: calc((100% - 50px) / 3);
  }
}
.list-linksbtn.four-col.special .items-linksbtn:nth-child(3) {
  width: calc((100% - 0px) / 4);
  min-width: 246px;
}
@media screen and (max-width: 1000px) {
  .list-linksbtn.four-col.special .items-linksbtn:nth-child(3) {
    width: calc((100% - 50px) / 3);
    min-width: inherit;
  }
}

.list-linksbtn.five-col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 25px;
}
@media screen and (max-width: 1000px) {
  .list-linksbtn.five-col {
    gap: 0 24px;
  }
}
.list-linksbtn.five-col .items-linksbtn {
  width: calc((100% - 100px) / 5);
}
@media screen and (max-width: 1200px) {
  .list-linksbtn.five-col .items-linksbtn {
    width: calc((100% - 75px) / 4);
  }
}
@media screen and (max-width: 1000px) {
  .list-linksbtn.five-col .items-linksbtn {
    width: calc((100% - 50px) / 3);
  }
}

.list-info {
  margin: 64px 0 0 0;
}
@media screen and (max-width: 1000px) {
  .list-info {
    margin-top: 40px;
  }
}
@media screen and (max-width: 679px) {
  .list-info {
    margin-top: 20px;
  }
}

.list-sns {
  display: flex;
  align-items: center;
  justify-content: end;
}
.list-sns.negative {
  margin-block: -68px 34px;
}
@media screen and (max-width: 679px) {
  .list-sns {
    justify-content: start;
  }
  .list-sns.negative {
    margin-block: 0;
  }
}
.list-sns .items-sns {
  margin: 0 12px 0 0;
  transition: ease all 0.3s;
}
.list-sns .items-sns:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .list-sns .items-sns:hover {
    opacity: 0.7;
  }
}

.list-categorybtn {
  margin: 64px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 679px) {
  .list-categorybtn {
    margin-top: 40px;
  }
}
.list-categorybtn .items-categorybtn {
  margin-left: -1px;
  background-color: #FFFFFF;
  border: 1px solid #917145;
  flex: 14.2857142857%;
  transition: ease all 0.3s;
}
.list-categorybtn .items-categorybtn:first-child {
  border-radius: 32px 0 0 32px;
}
.list-categorybtn .items-categorybtn:last-child {
  border-radius: 0 32px 32px 0;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .list-categorybtn .items-categorybtn:hover {
    background-color: #917145;
  }
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .list-categorybtn .items-categorybtn:hover .categorybtn-link {
    color: #FFFFFF;
  }
}
.list-categorybtn .items-categorybtn.active {
  background-color: #917145;
}
.list-categorybtn .items-categorybtn.active .categorybtn-link {
  color: #FFFFFF;
}
.list-categorybtn .items-categorybtn .categorybtn-link {
  padding: 18px 0;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #917145;
}
@media screen and (max-width: 679px) {
  .list-categorybtn .items-categorybtn .categorybtn-link {
    font-size: 14px;
  }
}
.list-categorybtn .items-categorybtn .categorybtn-link:focus-visible {
  width: 100%;
  outline: 2px solid #B21313;
}

.list-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
}
@media screen and (max-width: 679px) {
  .list-blocks {
    flex-direction: column;
    gap: 20px;
  }
}
.list-blocks .items-blocks {
  padding: 33px;
  width: calc((100% - 54px) / 3);
  background-color: #FFFFFF;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 679px) {
  .list-blocks .items-blocks {
    width: 100%;
    padding: 20px;
  }
}
.list-blocks .items-blocks .items-ttl {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 679px) {
  .list-blocks .items-blocks .items-ttl {
    font-size: 16px;
  }
}
.list-blocks .items-blocks .items-img {
  margin: 20px 0 0 0;
}
@media screen and (max-width: 679px) {
  .list-blocks .items-blocks .items-img {
    margin: 10px 0 0 0;
  }
}
.list-blocks .items-blocks .items-btn {
  margin: 16px 0 0 0;
}
.list-blocks .items-blocks .items-btn .btn-circle-arrow-right {
  width: 100%;
  min-width: auto;
}

.ttl-h1 {
  padding: 50px 0 0 0;
  font-size: 33px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .ttl-h1 {
    padding-top: 24px;
    font-size: 23px;
  }
}
@media screen and (max-width: 679px) {
  .ttl-h1 {
    font-size: 20px;
  }
}

.ttl-h2 {
  padding: 43px 0 0 0;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .ttl-h2 {
    padding-top: 20px;
    font-size: 18px;
  }
}

.ttl-h2-subttl {
  margin: 0 0 34px 0;
  font-size: 33px;
  letter-spacing: 1px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .ttl-h2-subttl {
    margin-bottom: 20px;
    font-size: 23px;
  }
}
.ttl-h2-subttl.no-hb-space {
  margin: 0;
}
.ttl-h2-subttl .ttl-sub-eng {
  display: block;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .ttl-h2-subttl .ttl-sub-eng {
    font-size: 14px;
  }
}

.ttl-h3-subttl {
  font-size: 19px;
}
.ttl-h3-subttl .ttl-sub-eng {
  display: block;
  font-size: 13px;
  font-family: "Roboto";
}

.ttl-h3-dl {
  padding: 0 30px 20px;
  border-bottom: 1px solid #2B2B2B;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .ttl-h3-dl {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 18px;
    font-size: 16px;
  }
}

.text-read {
  margin: 20px 0 0 0;
}

.mv {
  background-color: #EFEDEA;
}
.mv .mv-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  max-height: 1080px;
  background-color: #EFEDEA;
}
.mv .mv-wrap .img-mv {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 2.35;
}

.top-menu {
  background-color: #EFEDEA;
  container: layout/inline-size;
}
.top-menu .top-menu-wrap {
  margin: 0 auto;
  max-width: 1920px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .top-menu .top-menu-wrap {
    display: block;
  }
}
.top-menu .top-menu-wrap .todayinfo {
  max-width: 400px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .top-menu .top-menu-wrap .todayinfo {
    max-width: initial;
  }
}
.top-menu .top-menu-wrap .todayinfo .todayinfo-wrap {
  padding: 0 80px 0 100px;
  display: flex;
  flex-direction: column;
}
@container (width <= 1200px) {
  .top-menu .top-menu-wrap .todayinfo .todayinfo-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .top-menu .top-menu-wrap .todayinfo .todayinfo-wrap {
    padding: 24px 14px;
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (max-width: 679px) {
  .top-menu .top-menu-wrap .todayinfo .todayinfo-wrap {
    padding: 17px 14px;
  }
}
.top-menu .top-menu-wrap .todayinfo .weathertoday {
  padding: 20px 0 0 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .top-menu .top-menu-wrap .todayinfo .weathertoday {
    padding-top: 0;
    padding-right: 32px;
  }
}
@media screen and (max-width: 679px) {
  .top-menu .top-menu-wrap .todayinfo .weathertoday {
    padding-right: 14px;
  }
}
.top-menu .top-menu-wrap .todayinfo .weathertoday .img-weather {
  padding: 0 14px 0 0;
  width: 65px;
}
@media screen and (max-width: 679px) {
  .top-menu .top-menu-wrap .todayinfo .weathertoday .img-weather {
    padding-right: 0;
    margin-right: 6px;
    width: 46px;
  }
}
.top-menu .top-menu-wrap .todayinfo .weathertoday .date-weather {
  display: flex;
  align-items: end;
}
.top-menu .top-menu-wrap .todayinfo .weathertoday .date-weather .date-day {
  font-size: 40px;
  font-weight: bold;
  word-break: normal;
  line-height: 1;
}
@media screen and (max-width: 679px) {
  .top-menu .top-menu-wrap .todayinfo .weathertoday .date-weather .date-day {
    font-size: 30px;
  }
}
.top-menu .top-menu-wrap .todayinfo .weathertoday .date-weather .date-week {
  display: inline-block;
  margin-inline: 0.5em 0;
  word-break: normal;
}
@media screen and (max-width: 679px) {
  .top-menu .top-menu-wrap .todayinfo .weathertoday .date-weather .date-week {
    font-size: 14px;
  }
}
.top-menu .top-menu-wrap .todayinfo .openclose {
  padding: 0 0 25px 0;
}
@media screen and (max-width: 1000px) {
  .top-menu .top-menu-wrap .todayinfo .openclose {
    padding-bottom: 0;
  }
}
.top-menu .top-menu-wrap .todayinfo .openclose .openclose-wrap {
  padding: 10px 0 10px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-weight: bold;
  position: relative;
}
.top-menu .top-menu-wrap .todayinfo .openclose .openclose-wrap::before {
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  background-image: url("../img/icon-calender-black.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 679px) {
  .top-menu .top-menu-wrap .todayinfo .openclose .openclose-wrap {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }
}
.top-menu .top-menu-wrap .todayinfo .openclose .openclose-wrap .text-open, .top-menu .top-menu-wrap .todayinfo .openclose .openclose-wrap .text-close {
  font-size: 19px;
  color: #B21313;
}
@media screen and (max-width: 679px) {
  .top-menu .top-menu-wrap .todayinfo .openclose .openclose-wrap .text-open, .top-menu .top-menu-wrap .todayinfo .openclose .openclose-wrap .text-close {
    font-size: 18px;
  }
}
.top-menu .top-menu-wrap .todayinfo .openclose .opencalender {
  display: inline-flex;
}
@media screen and (max-width: 1000px) {
  .top-menu .top-menu-wrap .todayinfo .openclose .opencalender {
    display: flex;
  }
}
@media screen and (max-width: 679px) {
  .top-menu .top-menu-wrap .todayinfo .openclose .opencalender {
    font-size: 13px;
  }
}
.top-menu .top-menu-wrap .top-nav {
  width: 100%;
  background: #917145;
  display: flex;
  justify-content: end;
  align-items: center;
}
.top-menu .top-menu-wrap .top-nav .list-top-nav {
  padding: 0 100px 0 100px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
@container (width <= 1200px) {
  .top-menu .top-menu-wrap .top-nav .list-top-nav {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1500px) {
  .top-menu .top-menu-wrap .top-nav .list-top-nav {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .top-menu .top-menu-wrap .top-nav .list-top-nav {
    justify-content: end;
    gap: 0 25px;
  }
}
@media screen and (max-width: 1000px) {
  .top-menu .top-menu-wrap .top-nav .list-top-nav {
    padding-left: 0;
    padding-right: 0;
    flex-wrap: wrap;
  }
}
.top-menu .top-menu-wrap .top-nav .list-top-nav .items-top-nav {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .top-menu .top-menu-wrap .top-nav .list-top-nav .items-top-nav {
    flex: 1 1 33.3333333333%;
  }
  .top-menu .top-menu-wrap .top-nav .list-top-nav .items-top-nav::before {
    content: "";
    position: absolute;
    height: 80%;
    width: 1px;
    background-color: white;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .top-menu .top-menu-wrap .top-nav .list-top-nav .items-top-nav::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 80%;
    background-color: white;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .top-menu .top-menu-wrap .top-nav .list-top-nav .items-top-nav:nth-child(1)::before, .top-menu .top-menu-wrap .top-nav .list-top-nav .items-top-nav:nth-child(4)::before {
    content: none;
  }
  .top-menu .top-menu-wrap .top-nav .list-top-nav .items-top-nav:nth-child(1)::after, .top-menu .top-menu-wrap .top-nav .list-top-nav .items-top-nav:nth-child(2)::after, .top-menu .top-menu-wrap .top-nav .list-top-nav .items-top-nav:nth-child(3)::after {
    content: none;
  }
}
@media screen and (min-width: 1400px) {
  .top-menu .top-menu-wrap .top-nav .list-top-nav .items-top-nav {
    padding: 20px;
  }
}
.top-menu .top-menu-wrap .top-nav .list-top-nav .items-top-nav .items-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFFFFF;
  text-decoration: none;
  font-size: clamp(14px, 1.3vw, 16px);
  transition: ease all 0.3s;
}
@media screen and (max-width: 1000px) {
  .top-menu .top-menu-wrap .top-nav .list-top-nav .items-top-nav .items-link {
    padding: 14px;
  }
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .top-menu .top-menu-wrap .top-nav .list-top-nav .items-top-nav .items-link:hover {
    opacity: 0.7;
  }
}
.top-menu .top-menu-wrap .top-nav .list-top-nav .items-top-nav .items-link .items-img {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 1000px) {
  .top-menu .top-menu-wrap .top-nav .list-top-nav .items-top-nav .items-link .items-img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .top-menu .top-menu-wrap .top-nav .list-top-nav .items-top-nav .items-link .items-text {
    font-size: 13px;
  }
}

.top-info {
  background-color: #EFEDEA;
}
@media screen and (max-width: 679px) {
  .top-info .top-info-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
.top-info .top-info-wrap .link-top-info {
  text-align: right;
}
.top-info .top-info-wrap .list-info {
  margin-top: 0;
}
@media screen and (max-width: 679px) {
  .top-info .top-info-wrap .list-info .items-info:first-child a {
    padding: 0 0 15px 0;
  }
}

.top-exhibition {
  background-color: #EFEDEA;
}
.top-exhibition .list-top-exhibition {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
@media screen and (max-width: 679px) {
  .top-exhibition .list-top-exhibition {
    gap: 0 15px;
  }
}
.top-exhibition .list-top-exhibition .items-top-exhibition-col2 {
  width: calc((100% - 20px) / 2);
  background-color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .top-exhibition .list-top-exhibition .items-top-exhibition-col2 {
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 679px) {
  .top-exhibition .list-top-exhibition .items-top-exhibition-col2:first-child {
    margin-top: 0;
  }
}
.top-exhibition .list-top-exhibition .items-top-exhibition-col2 .items-ttl {
  overflow: hidden;
}
.top-exhibition .list-top-exhibition .items-top-exhibition-col2 .items-ttl span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.top-exhibition .list-top-exhibition .items-top-exhibition-col2 .label-date {
  min-width: 70px;
  text-align: center;
}
@media screen and (max-width: 679px) {
  .top-exhibition .list-top-exhibition .items-top-exhibition-col2 .label-date {
    min-width: 52px;
  }
}
.top-exhibition .list-top-exhibition .items-top-exhibition-col4 {
  margin: 20px 0 0 0;
  width: calc((100% - 60px) / 4);
  background-color: #FFFFFF;
}
.top-exhibition .list-top-exhibition .items-top-exhibition-col4 img.aspect1 {
  aspect-ratio: 5/4;
}
@media screen and (max-width: 1000px) {
  .top-exhibition .list-top-exhibition .items-top-exhibition-col4 {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 679px) {
  .top-exhibition .list-top-exhibition .items-top-exhibition-col4 {
    margin: 15px 0 0 0;
    width: calc((100% - 15px) / 2);
  }
}
.top-exhibition .list-top-exhibition .items-top-exhibition-col4 .label-cat {
  font-size: 16px;
}
@media screen and (max-width: 679px) {
  .top-exhibition .list-top-exhibition .items-top-exhibition-col4 .label-cat {
    font-size: 12px;
  }
}
.top-exhibition .list-top-exhibition .items-top-exhibition-col4 .items-ttl {
  overflow: hidden;
}
.top-exhibition .list-top-exhibition .items-top-exhibition-col4 .items-ttl span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.5;
}
.top-exhibition .list-top-exhibition .items-link {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  color: #2B2B2B;
  text-decoration: none;
}
.top-exhibition .list-top-exhibition .items-link .items-ttl {
  margin: 20px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 679px) {
  .top-exhibition .list-top-exhibition .items-link .items-ttl {
    padding-top: 12px;
    padding-bottom: 8px;
    margin: 0 14px;
    font-size: 15px;
  }
}
.top-exhibition .list-top-exhibition .items-link .items-date {
  padding: 16px 0 20px;
  margin: auto 20px 0;
  border-top: 1px solid #E6DDCF;
}
@media screen and (max-width: 679px) {
  .top-exhibition .list-top-exhibition .items-link .items-date {
    padding-top: 8px;
    padding-bottom: 12px;
    margin-left: 14px;
    margin-right: 14px;
  }
}
.top-exhibition .list-top-exhibition .items-link .items-date .label-date {
  padding: 0.1em 8px;
  margin: 0 14px 0 0;
  background-color: #EFEDEA;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 679px) {
  .top-exhibition .list-top-exhibition .items-link .items-date .label-date {
    padding: 0.1em 4px;
    margin-right: 8px;
    font-size: 10px;
  }
}
.top-exhibition .list-top-exhibition .items-link .items-date .text-date {
  font-size: 14px;
}
@media screen and (max-width: 679px) {
  .top-exhibition .list-top-exhibition .items-link .items-date .text-date {
    font-size: 12px;
  }
}
.top-exhibition .list-top-exhibition .items-link .items-date .date-wrap {
  margin: 0 0 5px 0;
  display: flex;
  align-items: start;
}
.top-exhibition .list-top-exhibition .items-link .items-date .date-wrap:last-child {
  margin-bottom: 0;
}
.top-exhibition .list-top-exhibition .items-link .items-detail {
  padding: 16px 0 0 0;
}
.top-exhibition .list-top-exhibition .label-cat {
  padding: 5px 14px 5px 14px;
  background-color: #917145;
  color: #FFFFFF;
  border-radius: 0 0 0 15px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
}
@media screen and (max-width: 679px) {
  .top-exhibition .list-top-exhibition .label-cat {
    font-size: 12px;
  }
}

.top-courseevent {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .top-courseevent {
    display: block;
  }
}
.top-courseevent .list-courseevent .items-courseevent .items-link .items-wrap .label-cat {
  display: inline-block;
  overflow: hidden;
}
.top-courseevent .list-courseevent .items-courseevent .items-link .items-wrap .label-cat:has(span:empty) {
  display: none;
}
.top-courseevent .list-courseevent .items-courseevent .items-link .items-wrap .label-cat span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.top-courseevent .list-courseevent .items-courseevent .items-link .items-wrap .items-ttl {
  padding: 10px 0 0 0;
  font-size: 18px;
  width: 100%;
  overflow: hidden;
  font-weight: 600;
}
@media screen and (max-width: 679px) {
  .top-courseevent .list-courseevent .items-courseevent .items-link .items-wrap .items-ttl {
    padding-top: 4px;
    font-size: 15px;
  }
}
.top-courseevent .list-courseevent .items-courseevent .items-link .items-wrap .items-ttl span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.top-courseevent .list-courseevent .items-courseevent .items-link .items-wrap .items-date {
  padding: 10px 0 0 0;
  font-size: 15px;
  overflow: hidden;
}
@media screen and (max-width: 679px) {
  .top-courseevent .list-courseevent .items-courseevent .items-link .items-wrap .items-date {
    padding-top: 4px;
    font-size: 12px;
  }
}
.top-courseevent .list-courseevent .items-courseevent .items-link .items-wrap .items-date p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.top-courseevent .top-event {
  width: 50%;
  background: #E6DDCF;
  container: layout/inline-size;
}
@media screen and (max-width: 1000px) {
  .top-courseevent .top-event {
    width: 100%;
  }
}
.top-courseevent .top-event .top-event-wrap {
  padding-right: 50px;
  margin-left: 0;
}
@container (width <= 600px) {
  .top-courseevent .top-event .top-event-wrap {
    width: auto;
  }
  .top-courseevent .top-event .top-event-wrap .btn-circle-arrow-right {
    min-width: 100%;
  }
}
@media screen and (max-width: 1500px) {
  .top-courseevent .top-event .top-event-wrap {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .top-courseevent .top-event .top-event-wrap {
    margin-left: auto;
    width: 700px;
  }
}
@media screen and (max-width: 1400px) {
  .top-courseevent .top-event .top-event-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .top-courseevent .top-event .top-event-wrap {
    padding-left: 24px;
    padding-right: 24px;
    width: auto;
  }
}
.top-courseevent .top-course {
  width: 50%;
  background: #F5F5F5;
  container: layout/inline-size;
}
@media screen and (max-width: 1000px) {
  .top-courseevent .top-course {
    width: 100%;
  }
}
.top-courseevent .top-course .top-course-wrap {
  padding-left: 50px;
  margin-right: 0;
}
@container (width <= 600px) {
  .top-courseevent .top-course .top-course-wrap {
    width: auto;
  }
  .top-courseevent .top-course .top-course-wrap .btn-circle-arrow-right {
    min-width: 100%;
  }
}
@media screen and (max-width: 1500px) {
  .top-courseevent .top-course .top-course-wrap {
    padding-right: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .top-courseevent .top-course .top-course-wrap {
    margin-right: auto;
    width: 700px;
  }
}
@media screen and (max-width: 1400px) {
  .top-courseevent .top-course .top-course-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .top-courseevent .top-course .top-course-wrap {
    padding-left: 24px;
    padding-right: 24px;
    width: auto;
  }
}

.top-digitalmuseum {
  background-color: #EFEDEA;
}
.top-digitalmuseum .top-digitalmuseum-wrap {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1000px) {
  .top-digitalmuseum .top-digitalmuseum-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.top-digitalmuseum .top-digitalmuseum-wrap .ttl-h2-subttl {
  padding-left: 14px;
  padding-right: 14px;
}
.top-digitalmuseum .top-digitalmuseum-wrap .list-digitalmuseum {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .top-digitalmuseum .top-digitalmuseum-wrap .list-digitalmuseum {
    flex-wrap: wrap;
  }
}
.top-digitalmuseum .top-digitalmuseum-wrap .list-digitalmuseum .items-digitalmuseum {
  width: 16.6666666667%;
  aspect-ratio: 1/1.4;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .top-digitalmuseum .top-digitalmuseum-wrap .list-digitalmuseum .items-digitalmuseum {
    width: 33.3333333333%;
  }
}
.top-digitalmuseum .top-digitalmuseum-wrap .list-digitalmuseum .items-digitalmuseum a:focus-visible {
  position: relative;
}
.top-digitalmuseum .top-digitalmuseum-wrap .list-digitalmuseum .items-digitalmuseum a:focus-visible::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #B21313;
  display: block;
  position: absolute;
  z-index: 4;
}
.top-digitalmuseum .top-digitalmuseum-wrap .list-digitalmuseum .items-digitalmuseum .link-wrap {
  height: 100%;
}
.top-digitalmuseum .top-digitalmuseum-wrap .list-digitalmuseum .items-digitalmuseum .link-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #2B2B2B;
  position: absolute;
  opacity: 0.4;
  z-index: 1;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .top-digitalmuseum .top-digitalmuseum-wrap .list-digitalmuseum .items-digitalmuseum:hover .items-img {
    transform: scale(1.2, 1.2);
    z-index: 0;
  }
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .top-digitalmuseum .top-digitalmuseum-wrap .list-digitalmuseum .items-digitalmuseum:hover .items-ttl::after {
    background-image: url("../img/icon-circle-arrow-brown.svg");
  }
}
.top-digitalmuseum .top-digitalmuseum-wrap .list-digitalmuseum .items-digitalmuseum .items-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease all 0.3s;
  z-index: 0;
}
.top-digitalmuseum .top-digitalmuseum-wrap .list-digitalmuseum .items-digitalmuseum .items-ttl {
  width: 100%;
  position: absolute;
  bottom: 10px;
  color: #FFFFFF;
  z-index: 3;
}
@media screen and (max-width: 679px) {
  .top-digitalmuseum .top-digitalmuseum-wrap .list-digitalmuseum .items-digitalmuseum .items-ttl {
    font-size: 14px;
  }
}
.top-digitalmuseum .top-digitalmuseum-wrap .list-digitalmuseum .items-digitalmuseum .items-ttl .ttl-sub-eng {
  display: flex;
  align-items: center;
}
.top-digitalmuseum .top-digitalmuseum-wrap .list-digitalmuseum .items-digitalmuseum .items-ttl .ttl-sub-eng::before {
  content: "";
  width: 16px;
  border-top: 1px solid #FFFFFF;
}
@media screen and (max-width: 679px) {
  .top-digitalmuseum .top-digitalmuseum-wrap .list-digitalmuseum .items-digitalmuseum .items-ttl .ttl-sub-eng::before {
    width: 5px;
  }
}
.top-digitalmuseum .top-digitalmuseum-wrap .list-digitalmuseum .items-digitalmuseum .items-ttl .ttl-sub-eng::before {
  margin: 0 8px 0 0;
}
@media screen and (max-width: 679px) {
  .top-digitalmuseum .top-digitalmuseum-wrap .list-digitalmuseum .items-digitalmuseum .items-ttl .ttl-sub-eng {
    font-size: 11px;
  }
}
.top-digitalmuseum .top-digitalmuseum-wrap .list-digitalmuseum .items-digitalmuseum .items-ttl .ttl-text {
  margin: 0 0 0 24px;
  font-family: "Noto Serif JP";
}
@media screen and (max-width: 679px) {
  .top-digitalmuseum .top-digitalmuseum-wrap .list-digitalmuseum .items-digitalmuseum .items-ttl .ttl-text {
    margin-left: 14px;
  }
}
.top-digitalmuseum .top-digitalmuseum-wrap .list-digitalmuseum .items-digitalmuseum .items-ttl::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("../img/icon-circle-arrow-black.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 16px;
}
@media screen and (max-width: 679px) {
  .top-digitalmuseum .top-digitalmuseum-wrap .list-digitalmuseum .items-digitalmuseum .items-ttl::after {
    right: 8px;
  }
}
@media screen and (max-width: 1000px) {
  .top-digitalmuseum .top-digitalmuseum-wrap .btn-wrap {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.top-bookcultural {
  background-color: #EFEDEA;
}
.top-bookcultural .list-top-bookcultural {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1400px) {
  .top-bookcultural .list-top-bookcultural {
    padding: 0 0 90px;
    margin: 0 auto;
    width: 1400px;
  }
}
@media screen and (max-width: 679px) {
  .top-bookcultural .list-top-bookcultural {
    display: block;
  }
}
.top-bookcultural .list-top-bookcultural .items-link {
  padding: 70px 50px;
  display: block;
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .top-bookcultural .list-top-bookcultural .items-link {
    padding: 36px 24px;
  }
}
.top-bookcultural .list-top-bookcultural .items-top-book {
  width: 50%;
  background-color: #917145;
  position: relative;
  opacity: 1;
  transition: ease all 0.3s;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .top-bookcultural .list-top-bookcultural .items-top-book:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 679px) {
  .top-bookcultural .list-top-bookcultural .items-top-book {
    width: 100%;
  }
}
.top-bookcultural .list-top-bookcultural .items-top-book .items-link::after {
  content: "";
  width: 43px;
  height: 43px;
  display: inline-block;
  background-image: url("../img/icon-circle-arrow-white-brown-large.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 43px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .top-bookcultural .list-top-bookcultural .items-top-book .items-link::after {
    width: 23px;
    height: 23px;
    right: 24px;
  }
}
.top-bookcultural .list-top-bookcultural .items-top-cultural {
  width: 50%;
  background-color: #2B2B2B;
  position: relative;
  opacity: 1;
  transition: ease all 0.3s;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .top-bookcultural .list-top-bookcultural .items-top-cultural:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 679px) {
  .top-bookcultural .list-top-bookcultural .items-top-cultural {
    width: 100%;
  }
}
.top-bookcultural .list-top-bookcultural .items-top-cultural .items-link::after {
  content: "";
  width: 43px;
  height: 43px;
  display: inline-block;
  background-image: url("../img/icon-circle-arrow-white-black-large.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 43px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .top-bookcultural .list-top-bookcultural .items-top-cultural .items-link::after {
    width: 23px;
    height: 23px;
    right: 24px;
  }
}
.top-bookcultural .list-top-bookcultural .items-text {
  display: block;
  font-size: 36px;
  font-family: "Noto Serif JP";
  font-weight: 600;
  letter-spacing: 2px;
}
@media screen and (max-width: 1000px) {
  .top-bookcultural .list-top-bookcultural .items-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .top-bookcultural .list-top-bookcultural .ttl-sub-eng {
    font-size: 11px;
  }
}

.top-communityadsp-wrap {
  display: flex;
  gap: 0 100px;
}
@media screen and (max-width: 1000px) {
  .top-communityadsp-wrap {
    display: block;
  }
}
.top-communityadsp-wrap .top-community {
  flex: 1;
}
.top-communityadsp-wrap .top-adsp {
  width: 450px;
}
@media screen and (max-width: 1000px) {
  .top-communityadsp-wrap .top-adsp {
    margin-top: 40px;
    width: auto;
  }
}
@media screen and (max-width: 1000px) {
  .top-communityadsp-wrap .top-adsp .list-top-adsp {
    display: flex;
    gap: 0 20px;
  }
}
@media screen and (max-width: 679px) {
  .top-communityadsp-wrap .top-adsp .list-top-adsp {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .top-communityadsp-wrap .top-adsp .list-top-adsp .items-top-adsp {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 679px) {
  .top-communityadsp-wrap .top-adsp .list-top-adsp .items-top-adsp {
    width: 100%;
  }
}
.top-communityadsp-wrap .top-adsp .list-top-adsp .items-top-adsp:nth-child(2) {
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .top-communityadsp-wrap .top-adsp .list-top-adsp .items-top-adsp:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 679px) {
  .top-communityadsp-wrap .top-adsp .list-top-adsp .items-top-adsp:nth-child(2) {
    margin-top: 20px;
  }
}
.top-communityadsp-wrap .list-top-community {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 679px) {
  .top-communityadsp-wrap .list-top-community {
    flex-direction: column;
    gap: 14px;
  }
}
.top-communityadsp-wrap .list-top-community .items-top-community {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 679px) {
  .top-communityadsp-wrap .list-top-community .items-top-community {
    width: 100%;
  }
}
.top-communityadsp-wrap .list-top-community .items-top-community .items-link {
  width: 100%;
}

.top-sns {
  background: #EFEDEA;
}
.top-sns .list-top-sns {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .top-sns .list-top-sns {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
  }
}
@media screen and (max-width: 679px) {
  .top-sns .list-top-sns {
    display: block;
  }
}
.top-sns .list-top-sns .items-top-sns {
  flex: 1 1 33.3333333333%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .top-sns .list-top-sns .items-top-sns {
    margin-top: 0;
    flex: inherit;
  }
}
@media screen and (max-width: 679px) {
  .top-sns .list-top-sns .items-top-sns {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1000px) {
  .top-sns .list-top-sns .items-top-sns:first-child {
    margin-right: 40px;
  }
}
@media screen and (max-width: 679px) {
  .top-sns .list-top-sns .items-top-sns:first-child {
    margin-top: 0;
  }
}
.top-sns .list-top-sns .items-top-sns .items-wrap {
  margin: 0 25px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .top-sns .list-top-sns .items-top-sns .items-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.top-sns .list-top-sns .items-top-sns .items-wrap .items-img {
  margin: 0 0 34px 0;
}
@media screen and (max-width: 1000px) {
  .top-sns .list-top-sns .items-top-sns .items-wrap .items-img {
    margin-bottom: 24px;
  }
}
.top-sns .list-top-sns .items-top-sns::after {
  content: "";
  border-left: 1px solid #E0DAD2;
  height: 100%;
}
.top-sns .list-top-sns .items-top-sns:nth-child(3n)::after {
  content: none;
}
.top-sns .list-top-sns .items-top-sns img {
  width: auto;
}
.top-sns .list-top-sns .items-top-sns iframe {
  width: 100% !important;
  max-height: 425px;
}
@media screen and (max-width: 679px) {
  .top-sns .list-top-sns .items-top-sns iframe {
    max-height: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .top-sns .list-top-sns .items-top-sns.fb {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 679px) {
  .top-sns .list-top-sns .items-top-sns.fb {
    width: 100%;
  }
}
.top-sns .list-top-sns .items-top-sns.fb .fb_iframe_widget {
  display: block;
}
.top-sns .list-top-sns .items-top-sns.fb .fb_iframe_widget > span {
  max-width: 100% !important;
}
@media screen and (max-width: 1000px) {
  .top-sns .list-top-sns .items-top-sns.x {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 679px) {
  .top-sns .list-top-sns .items-top-sns.x {
    width: 100%;
  }
}
.top-sns .list-top-sns .items-top-sns.x .twitter-tweet {
  margin-top: 0 !important;
  max-height: 425px;
  overflow-y: scroll;
  border: 2px solid #FFF;
}
@media screen and (max-width: 679px) {
  .top-sns .list-top-sns .items-top-sns.x .twitter-tweet {
    margin: 0 auto;
    max-width: 100% !important;
    width: 500px !important;
  }
}
@media screen and (max-width: 679px) {
  .top-sns .list-top-sns .items-top-sns.x {
    margin-top: 48px;
  }
}
.top-sns .list-top-sns .items-top-sns.youtube iframe {
  aspect-ratio: 16/9;
}
.top-sns .list-top-sns .items-top-sns.youtube .youtube2 {
  margin: 24px 0 0 0;
}
@media screen and (max-width: 1000px) {
  .top-sns .list-top-sns .items-top-sns.youtube {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1000px) {
  .top-sns .list-top-sns .items-top-sns .youtube-wrap {
    display: flex;
    justify-content: center;
    gap: 4em 40px;
  }
  .top-sns .list-top-sns .items-top-sns .youtube-wrap .youtube1, .top-sns .list-top-sns .items-top-sns .youtube-wrap .youtube2 {
    width: 40%;
    margin: 0;
  }
}
@media screen and (max-width: 679px) {
  .top-sns .list-top-sns .items-top-sns .youtube-wrap {
    display: block;
  }
  .top-sns .list-top-sns .items-top-sns .youtube-wrap .youtube1, .top-sns .list-top-sns .items-top-sns .youtube-wrap .youtube2 {
    width: 100%;
  }
  .top-sns .list-top-sns .items-top-sns .youtube-wrap .youtube2 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .information .post-ttl-h2 {
    margin: 12px 0 0 0;
  }
}

.items-info {
  border-bottom: 1px solid #393939;
}
.items-info .items-link {
  padding: 15px 0 15px 0;
  display: flex;
  align-items: center;
  color: #2B2B2B;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .items-info .items-link {
    padding-bottom: 12px;
    display: block;
  }
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .items-info .items-link:hover .ttl-info {
    text-decoration: underline;
  }
}
.items-info .items-link .date-cat-info {
  display: flex;
  align-items: center;
}
.items-info .items-link .ttl-info {
  flex: 1;
  overflow: hidden;
}
.items-info .items-link .ttl-info span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 1000px) {
  .items-info .items-link .ttl-info {
    margin-top: 5px;
    font-size: 14px;
  }
  .items-info .items-link .ttl-info span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.time-info {
  margin: 0 42px 0 0;
  font-family: Roboto;
}
@media screen and (max-width: 679px) {
  .time-info {
    margin-right: 14px;
    font-size: 14px;
  }
}

.news {
  padding: 0.2em 0 0.3em;
  margin: 0 42px 0 0;
  width: 120px;
  background: #2B2B2B;
  border-radius: 20px;
  display: inline-block;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 679px) {
  .news {
    padding-top: 2px;
    padding-bottom: 2px;
    width: 90px;
    font-size: 13px;
  }
}

.pickup {
  padding: 5px 0;
  margin: 0 42px 0 0;
  width: 120px;
  background: #917145;
  border-radius: 20px;
  display: inline-block;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 679px) {
  .pickup {
    padding-top: 2px;
    padding-bottom: 2px;
    width: 90px;
    font-size: 13px;
  }
}

.exhibition .ttl-h2 {
  padding-bottom: 0;
}

@media screen and (max-width: 1000px) {
  .list-exhibition {
    display: flex;
    flex-wrap: wrap;
    gap: 0 24px;
  }
}
.list-exhibition .items-exhibition {
  margin: 24px 0 0 0;
}
@media screen and (max-width: 1000px) {
  .list-exhibition .items-exhibition {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 679px) {
  .list-exhibition .items-exhibition {
    width: 100%;
    margin: 15px 0 0 0;
  }
}
.list-exhibition .items-exhibition .items-link {
  padding: 32px 24px;
  background-color: #EFEDEA;
  display: block;
  color: #2B2B2B;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .list-exhibition .items-exhibition .items-link {
    padding-top: 24px;
    padding-bottom: 24px;
    height: 100%;
  }
}
.list-exhibition .items-exhibition .items-link .items-wrap {
  display: flex;
  gap: 0 24px;
}
@media screen and (max-width: 1000px) {
  .list-exhibition .items-exhibition .items-link .items-wrap {
    gap: 10px 0;
    flex-direction: column;
    align-items: center;
  }
}
.list-exhibition .items-exhibition .items-link .items-wrap .items-thumbnail {
  max-width: 350px;
  width: 100%;
  height: 197px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #E3E1DD;
  overflow-x: hidden;
}
.list-exhibition .items-exhibition .items-link .items-wrap .items-thumbnail:has(.aspect2) {
  text-align: center;
}
.list-exhibition .items-exhibition .items-link .items-wrap .items-thumbnail .aspect2 {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: auto;
}
.list-exhibition .items-exhibition .items-link .items-wrap .items-thumbnail .aspect1 {
  width: auto;
  height: 100%;
}
.list-exhibition .items-exhibition .items-link .items-wrap .items-wrap-child1 {
  width: 100%;
}
.list-exhibition .items-exhibition .items-link .items-wrap .items-wrap-child1 .items-ttl {
  margin: 0 0 16px 0;
  font-size: 18px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .list-exhibition .items-exhibition .items-link .items-wrap .items-wrap-child1 .items-ttl {
    font-size: 16px;
  }
}
.list-exhibition .items-exhibition .items-link .items-wrap .items-wrap-child1 .items-ttl span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-exhibition .items-exhibition .items-link .items-wrap .items-wrap-child1 .items-date {
  padding: 16px 0;
  border-top: 1px solid #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}
.list-exhibition .items-exhibition .items-link .items-wrap .items-wrap-child1 .items-date .label-date {
  padding: 5px 12px 5px 12px;
  margin: 0 14px 0 0;
  background-color: #FFFFFF;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .list-exhibition .items-exhibition .items-link .items-wrap .items-wrap-child1 .items-date .label-date {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .list-exhibition .items-exhibition .items-link .items-wrap .items-wrap-child1 .items-date {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 15px;
  }
}
.list-exhibition .items-exhibition .items-link .items-wrap .items-wrap-child1 .items-detail {
  padding: 16px 0 0 0;
  border-top: 1px solid #FFFFFF;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .list-exhibition .items-exhibition .items-link .items-wrap .items-wrap-child1 .items-detail {
    font-size: 15px;
  }
}
.list-exhibition .items-exhibition .items-link .items-wrap .items-wrap-child1 .items-detail p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-exhibition .label-cat {
  padding: 5px 14px;
  background-color: #917145;
  color: #FFFFFF;
  border-radius: 0 0 0 15px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 679px) {
  .list-exhibition .label-cat {
    font-size: 12px;
  }
}

.exhibition .free-textarea:has(*) {
  margin: 34px 0 0 0;
}

.permanent-general .tabs {
  margin: 30px 0 0 0;
}
.permanent-general .tabs .tab-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1.5px solid #917145;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 679px) {
  .permanent-general .tabs .tab-list {
    border-radius: 10px;
  }
}
.permanent-general .tabs .tab-list .tab-item {
  width: 33.3333333333%;
  text-align: center;
  color: #917145;
  font-weight: 600;
  cursor: pointer;
  padding: 0.5em;
  transition: ease all 0.3s;
}
@media screen and (max-width: 679px) {
  .permanent-general .tabs .tab-list .tab-item {
    font-size: 13px;
    padding: 1em 0.5em;
  }
}
.permanent-general .tabs .tab-list .tab-item:focus-visible {
  outline: 2px solid #B21313;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .permanent-general .tabs .tab-list .tab-item:hover {
    background: #917145;
    color: #FFF !important;
  }
}
.permanent-general .tabs .tab-list .tab-item.tab-item.active {
  background: #917145;
  color: #FFF !important;
}
.permanent-general .tabs .tab-list .tab-item:nth-child(2), .permanent-general .tabs .tab-list .tab-item:nth-child(5), .permanent-general .tabs .tab-list .tab-item:nth-child(8) {
  border-right: 1.5px solid #917145;
  border-left: 1.5px solid #917145;
}
.permanent-general .tabs .tab-list .tab-item:nth-child(4), .permanent-general .tabs .tab-list .tab-item:nth-child(5), .permanent-general .tabs .tab-list .tab-item:nth-child(6) {
  border-top: 1.5px solid #917145;
  border-bottom: 1.5px solid #917145;
}
.permanent-general .tabs .tab-content {
  padding: 30px 0 0 0;
}
.permanent-general .tabs .tab-panel {
  display: none;
}
.permanent-general .tabs .tab-panel.active {
  display: block;
}
.permanent-general .tabs .tab-panel.active h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
}
@media screen and (max-width: 679px) {
  .permanent-general .tabs .tab-panel.active h2 {
    font-size: 20px;
    margin-block: 0 25px;
  }
}
.permanent-general .tabs .tab-panel.active h3 {
  font-size: 25px;
  letter-spacing: 2px;
  margin-block: 0 25px;
  color: #917145;
  font-weight: 600;
}
@media screen and (max-width: 679px) {
  .permanent-general .tabs .tab-panel.active h3 {
    font-size: 17px;
    margin-block: 0 10px;
  }
}
.permanent-general .tabs .tab-panel > section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 679px) {
  .permanent-general .tabs .tab-panel > section {
    flex-direction: column;
  }
}
.permanent-general .tabs .tab-panel > section > div {
  width: 47%;
  text-align: justify;
}
@media screen and (max-width: 679px) {
  .permanent-general .tabs .tab-panel > section > div {
    width: 100%;
  }
}
.permanent-general .tabs .tab-panel > section figure {
  width: 47%;
}
@media screen and (max-width: 679px) {
  .permanent-general .tabs .tab-panel > section figure {
    width: 100%;
  }
}
.permanent-general .tabs .tab-panel > section:first-of-type {
  flex-direction: row-reverse;
}
@media screen and (max-width: 679px) {
  .permanent-general .tabs .tab-panel > section:first-of-type {
    flex-direction: column;
  }
}
.permanent-general .tabs .tab-panel > section:nth-of-type(n+2) {
  margin-block: 70px 0;
}
@media screen and (max-width: 679px) {
  .permanent-general .tabs .tab-panel > section:nth-of-type(n+2) {
    margin-block: 30px 0;
  }
}
.permanent-general .tabs h2 {
  font-size: 20px;
  font-weight: 600;
  color: #917145;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 7px;
  margin-block: 20px 50px;
}
.permanent-general .tabs h2::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: #917145;
  order: 2;
}
.permanent-general .tabs h2::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #917145;
  order: 1;
  margin-block: 0 10px;
}

.konnoke-guid .img-wrap-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px 30px;
  width: calc(50% - 15px);
  margin-block: 40px 0;
}
@media screen and (max-width: 679px) {
  .konnoke-guid .img-wrap-grid {
    flex-direction: column;
    width: 100%;
    margin-block: 20px 0;
  }
}
.konnoke-guid .img-wrap-single {
  width: clamp(80%, 800px, 100%);
  margin: 40px auto 0;
}
@media screen and (max-width: 679px) {
  .konnoke-guid .img-wrap-single {
    margin: 20px auto 0;
  }
}
.konnoke-guid .img-wrap-single.layout {
  width: clamp(60%, 500px, 100%);
}

.konnoke-bon h2.bottom-pd.grid {
  padding: 0 0 7px;
}
.konnoke-bon section:first-of-type {
  display: grid;
  gap: 20px 0;
}
.konnoke-bon .image-cover {
  display: grid;
  gap: 2rem 2rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin-block: 20px;
}
.konnoke-bon .image-cover figure {
  background: #FFF;
  padding: 20px;
}
.konnoke-bon .image-cover figure figcaption {
  margin-block: 20px 0;
}
.konnoke-bon .three-col-list > div {
  grid-template-columns: 1.5fr 2.5fr 6fr;
}
@media screen and (max-width: 679px) {
  .konnoke-bon .three-col-list > div {
    padding-block: 15px;
    grid-template-columns: 2.8fr 7fr;
    gap: 0.5em 0;
  }
  .konnoke-bon .three-col-list > div dt {
    font-weight: 500;
  }
  .konnoke-bon .three-col-list > div dd:first-of-type {
    font-weight: 500;
  }
  .konnoke-bon .three-col-list > div dd:last-of-type {
    grid-column: 1/-1;
  }
  .konnoke-bon .three-col-list > div dd:empty {
    display: none;
  }
}

@media screen and (max-width: 679px) {
  .konnoke-newyear .two-col-list > div {
    grid-template-columns: 1fr;
    gap: 0.5em 0;
  }
  .konnoke-newyear .two-col-list > div dt {
    font-weight: 500;
  }
}
.konnoke-newyear .img-wrap-single {
  width: clamp(80%, 800px, 100%);
  margin: 40px auto 0;
}
@media screen and (max-width: 679px) {
  .konnoke-newyear .img-wrap-single {
    margin: 20px auto 0;
  }
}
.konnoke-newyear .card {
  position: relative;
  background: #FFF;
  padding: 40px;
}
@media screen and (max-width: 679px) {
  .konnoke-newyear .card {
    padding: 40px 20px 20px;
  }
}
.konnoke-newyear .card h3 {
  position: absolute;
  top: 0;
  right: 0;
  background: #917145;
  color: #FFF;
  font-size: 17px;
  font-weight: 600;
  padding: 0.3em 3em;
  display: inline-block;
  border-radius: 0 0 0 15px;
}
@media screen and (max-width: 679px) {
  .konnoke-newyear .card h3 {
    font-size: 16px;
    padding: 0.2em 1.7em;
    border-radius: 0 0 0 10px;
  }
}
.konnoke-newyear .card .card-list {
  display: grid;
  gap: 20px 0;
}
@media screen and (max-width: 679px) {
  .konnoke-newyear .card .card-list {
    gap: 15px 0;
  }
}
.konnoke-newyear .card .card-list > div {
  display: grid;
  grid-template-columns: 35% 1fr;
  gap: 20px 50px;
  align-items: start;
}
@media screen and (max-width: 679px) {
  .konnoke-newyear .card .card-list > div {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.konnoke-newyear .card .card-list > div dt {
  grid-column: 2;
  grid-row: 1;
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 600;
  color: #917145;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 679px) {
  .konnoke-newyear .card .card-list > div dt {
    grid-column: 1;
    grid-row: 1;
  }
}
.konnoke-newyear .card .card-list > div dd:first-of-type {
  grid-column: 1;
  grid-row: 1/span 3;
  margin: 0;
}
@media screen and (max-width: 679px) {
  .konnoke-newyear .card .card-list > div dd:first-of-type {
    grid-row: 2;
  }
}
.konnoke-newyear .card .card-list > div dd:last-of-type {
  order: -1;
}
.konnoke-newyear .card .card-list > div + div {
  border-top: 1px solid #E6DDCF;
  padding-block: 20px 0;
}
@media screen and (max-width: 679px) {
  .konnoke-newyear .card .card-list > div + div {
    padding-block: 15px 0;
  }
}
.konnoke-newyear .card + .card {
  margin-block: 40px 0;
}
.konnoke-newyear .gray-bg-content {
  margin-block: 70px -90px;
}
@media screen and (max-width: 679px) {
  .konnoke-newyear .gray-bg-content {
    margin-block: 30px -40px;
  }
}

.course .ttl-h2, .event .ttl-h2 {
  padding-bottom: 0;
}
.course .wrap-post-ttl, .event .wrap-post-ttl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
}
.course .free-textarea:has(*), .event .free-textarea:has(*) {
  margin: 34px 0 0 0;
}

.list-courseevent .items-courseevent {
  border-bottom: 1px solid #393939;
}
.list-courseevent .items-courseevent .items-link {
  padding: 24px 0 24px 0;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  color: #2B2B2B;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .list-courseevent .items-courseevent .items-link {
    padding-top: 14px;
    padding-bottom: 16px;
  }
}
.list-courseevent .items-courseevent .items-link::after {
  content: "";
  padding: 0 0 0 40px;
  width: 26px;
  height: 26px;
  display: inline-block;
  background-image: url("../img/icon-circle-arrow-black-large.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .list-courseevent .items-courseevent .items-link:hover::after {
    background-image: url("../img/icon-circle-arrow-brown-large.svg");
  }
}
.list-courseevent .items-courseevent .items-link .items-wrap .items-wrap-child1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 0;
}
@media screen and (max-width: 1000px) {
  .list-courseevent .items-courseevent .items-link .items-wrap .items-wrap-child1 {
    display: block;
  }
}
.list-courseevent .items-courseevent .items-link .items-wrap .items-wrap-child1 .items-ttl {
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .list-courseevent .items-courseevent .items-link .items-wrap .items-wrap-child1 .items-ttl {
    padding-top: 4px;
    font-size: 15px;
  }
}
.list-courseevent .items-courseevent .items-link .items-wrap .items-wrap-child1 .items-ttl span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-courseevent .items-courseevent .items-link .items-wrap .items-date {
  padding: 20px 0 0 0;
}
@media screen and (max-width: 1000px) {
  .list-courseevent .items-courseevent .items-link .items-wrap .items-date {
    padding-top: 4px;
    font-size: 12px;
  }
}
.list-courseevent .items-courseevent .items-link .items-wrap .items-detail {
  padding: 16px 0 0 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .list-courseevent .items-courseevent .items-link .items-wrap .items-detail {
    font-size: 15px;
  }
}
.list-courseevent .items-courseevent .items-link .items-wrap .items-detail p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-courseevent .items-courseevent .items-link .label-cat {
  padding: 0.3em 1.1em 0.4em;
  margin: 0 20px 0 0;
  background-color: #917145;
  color: #FFFFFF;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  font-size: 0.9rem;
  min-width: 140px;
}
@media screen and (max-width: 679px) {
  .list-courseevent .items-courseevent .items-link .label-cat {
    font-size: 12px;
  }
}
.list-courseevent .items-courseevent .items-link .label-cat:has(span:empty) {
  display: none;
}
.list-courseevent .items-courseevent .items-link .label-cat span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.list-courseevent.home .items-courseevent:first-child .items-link {
  padding: 0 0 24px 0;
}

.special-exhibition-related-projects {
  background-color: #8B3E3E !important;
}

.experience-event, .hands-on-class {
  background-color: #424E8E !important;
}

.meeting-to-listen-to-folk-tales, .taga-castle-site-tour, .children-history-museum-event {
  background-color: #47743D !important;
}

.konno-house-events, .public-entertainment-performance, .miyagi-prefecture-regional-cultural-heritage-restoration-project,
.others {
  background-color: #917145 !important;
}

.issue .text-read a {
  color: #2B2B2B;
}
.issue .contents-wrap-list {
  margin: 32px 0 0 0;
}
@media screen and (max-width: 679px) {
  .issue .contents-wrap-list {
    margin-top: 15px;
  }
}
.issue .contents-wrap-list .ttl-date {
  width: 80px;
}
@media screen and (max-width: 1000px) {
  .issue .contents-wrap-list .ttl-date {
    width: 60px;
  }
}
@media screen and (max-width: 679px) {
  .issue .contents-wrap-list .ttl-h3-dl {
    padding: 0 0 18px !important;
  }
}
.issue .contents-wrap-list .dl-page2 .dl-wrap {
  gap: 0 1.5em;
}
@media screen and (max-width: 679px) {
  .issue .contents-wrap-list .dl-page2 .dl-wrap {
    padding: 12px 0;
  }
}
.issue .contents-wrap-list .dl-page2 .dl-wrap .dd-text {
  margin: 10px 0 0 0;
}
.issue .contents-wrap-list .dt-page {
  width: 80px;
}
@media screen and (max-width: 1000px) {
  .issue .contents-wrap-list .dt-page {
    width: 60px;
    font-size: 15px;
  }
}
.issue .contents-wrap-list .dd-page {
  flex: 1;
  word-break: break-word;
}
.issue .contents-wrap-list .dd-page a {
  font-weight: 600;
}
.issue .contents-wrap-list .dd-page .dd-ttl {
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .issue .contents-wrap-list .dd-page {
    font-size: 15px;
  }
}
.issue .list-categorybtn .items-categorybtn {
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .issue .list-categorybtn .items-categorybtn:nth-child(1), .issue .list-categorybtn .items-categorybtn:nth-child(2), .issue .list-categorybtn .items-categorybtn:nth-child(3), .issue .list-categorybtn .items-categorybtn:nth-child(4) {
    flex: 1 1 25%;
  }
}
@media screen and (max-width: 1000px) {
  .issue .list-categorybtn .items-categorybtn:nth-child(4) {
    border-radius: 0 32px 32px 0;
  }
}
@media screen and (max-width: 1000px) {
  .issue .list-categorybtn .items-categorybtn:nth-child(5) {
    margin-left: 62px;
    border-radius: 32px 0 0 32px;
  }
}
@media screen and (max-width: 1000px) {
  .issue .list-categorybtn .items-categorybtn:nth-child(7) {
    margin-right: 62px;
  }
}
@media screen and (max-width: 1000px) {
  .issue .list-categorybtn .items-categorybtn:nth-child(5), .issue .list-categorybtn .items-categorybtn:nth-child(6), .issue .list-categorybtn .items-categorybtn:nth-child(7) {
    margin-top: 14px;
    width: 25%;
  }
}
.issue .list-categorybtn .items-categorybtn .categorybtn-link {
  margin: 0 auto;
}

.store .list-categorybtn {
  margin-top: 0;
}

.list-store-col3 {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
}
.list-store-col3 .items-store {
  padding: 32px 30px;
  width: calc((100% - 54px) / 3);
  background-color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .list-store-col3 .items-store {
    padding: 14px;
    width: calc((100% - 27px) / 2);
  }
}
@media screen and (max-width: 679px) {
  .list-store-col3 .items-store {
    width: 100%;
  }
}
.list-store-col3 .items-store .items-thumbnail {
  margin: 0 auto;
  width: 170px;
}
.list-store-col3 .items-store .items-ttl {
  margin: 28px 0 0 0;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .list-store-col3 .items-store .items-ttl {
    margin-top: 20px;
    font-size: 16px;
  }
}
.list-store-col3 .items-store .items-text {
  margin: 16px 0 0 0;
  font-size: 15px;
}

.list-store-col2 {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
}
.list-store-col2 .items-store {
  padding: 32px 30px;
  width: calc((100% - 27px) / 2);
  background-color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .list-store-col2 .items-store {
    padding: 14px;
    width: calc((100% - 27px) / 2);
  }
}
@media screen and (max-width: 679px) {
  .list-store-col2 .items-store {
    width: 100%;
  }
}
.list-store-col2 .items-store .items-thumbnail {
  margin: 0 auto;
  width: 170px;
}
.list-store-col2 .items-store .items-ttl {
  margin: 28px 0 0 0;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .list-store-col2 .items-store .items-ttl {
    margin-top: 20px;
    font-size: 16px;
  }
}
.list-store-col2 .items-store .items-text {
  margin: 16px 0 0 0;
  font-size: 15px;
}

/* 非表示にするクラス */
.wrap-display.hidden {
  display: none;
}

.press .items-info .items-link {
  display: flex;
  align-items: start;
}
@media screen and (max-width: 1000px) {
  .press .items-info .items-link {
    display: block;
  }
}
.press .items-info .items-link .ttl-info {
  text-decoration: underline;
}
.press .items-info .items-link .ttl-info span {
  display: block;
}
.press .items-wrap {
  flex: 1;
}
@media screen and (max-width: 1000px) {
  .press .items-wrap .content-info {
    font-size: 14px;
  }
}

.links.miyagi-museum .wrap-select {
  margin: 60px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .links.miyagi-museum .wrap-select {
    margin-top: 40px;
    flex-direction: column;
  }
}
@media screen and (max-width: 1000px) {
  .links.miyagi-museum .wrap-select p {
    margin-top: 10px;
  }
}
.links .list-page1 {
  width: 100%;
}
.links .list-page1 .items-page1 {
  padding: 32px 0;
  border-top: 1px solid #393939;
  font-weight: 600;
}
@media screen and (max-width: 679px) {
  .links .list-page1 .items-page1 {
    padding: 18px 0;
  }
}
.links .list-page1 .items-page1:first-of-type {
  padding: 0 0 32px;
}
@media screen and (max-width: 679px) {
  .links .list-page1 .items-page1:first-of-type {
    padding: 0 0 18px;
  }
}
.links .list-page1 .items-page1:first-child {
  border-top: none;
}
.links .list-page1 .items-page1:last-child {
  border-bottom: 1px solid #393939;
}
.links .list-page1 .items-page1 .btn-arrow-left-small {
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .links .list-page1 .items-page1 .ttl-links {
    font-size: 14px;
  }
}

.digitalmuseum .btn-wrap .btn-circle-arrow-right {
  margin: 20px 0 0 0;
}
.digitalmuseum .text-read a {
  color: #2B2B2B;
  text-decoration-color: #2B2B2B;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .digitalmuseum .text-read a:hover {
    text-decoration-color: transparent;
  }
}
.digitalmuseum .recommended h2 {
  padding-block: 43px 30px;
}
.digitalmuseum .recommended h2 span {
  display: block;
  font-size: 13px;
}
@media screen and (max-width: 679px) {
  .digitalmuseum .recommended h2 {
    padding-block: 20px 10px;
  }
}
.digitalmuseum .recommended ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5em;
}
@media screen and (max-width: 1000px) {
  .digitalmuseum .recommended ul {
    gap: 2em;
  }
}
@media screen and (max-width: 679px) {
  .digitalmuseum .recommended ul {
    gap: 1em;
    margin-block: 3em;
  }
}
.digitalmuseum .recommended ul li {
  width: calc(50% - 2.5em);
}
@media screen and (max-width: 1000px) {
  .digitalmuseum .recommended ul li {
    width: calc(50% - 1em);
  }
}
@media screen and (max-width: 679px) {
  .digitalmuseum .recommended ul li {
    width: calc(50% - 0.5em);
  }
}
.digitalmuseum .recommended ul li:nth-child(even) {
  margin-top: -5em;
}
@media screen and (max-width: 1000px) {
  .digitalmuseum .recommended ul li:nth-child(even) {
    margin-top: -3em;
  }
}
@media screen and (max-width: 679px) {
  .digitalmuseum .recommended ul li:nth-child(even) {
    margin-top: -2em;
  }
}
.digitalmuseum .recommended .sesarch-link {
  text-align: right;
  margin-top: -3em;
}
.digitalmuseum .recommended .sesarch-link .btn-arrow-left.right {
  padding: 15px 30px 15px 0;
  font-weight: 600;
  text-decoration-color: transparent;
  font-size: clamp(15px, 2vw, 17px);
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .digitalmuseum .recommended .sesarch-link .btn-arrow-left.right:hover {
    text-decoration-color: #2B2B2B;
    opacity: 1 !important;
  }
}
.digitalmuseum .recommended .sesarch-link .btn-arrow-left.right::before {
  left: initial;
  right: 0;
}
.digitalmuseum .btn-wrap.gold-bg {
  color: #FFFFFF;
  background: #917145;
  box-shadow: 0 0 0 100vmax #917145;
  clip-path: inset(0 -100vmax);
  padding: 40px 0;
  margin-block: 70px -90px;
}
@media screen and (max-width: 1000px) {
  .digitalmuseum .btn-wrap.gold-bg {
    margin-block: 50px -40px;
  }
}
@media screen and (max-width: 679px) {
  .digitalmuseum .btn-wrap.gold-bg {
    margin-block: 30px -40px;
    padding: 20px 0;
  }
  .digitalmuseum .btn-wrap.gold-bg p {
    font-size: 13px;
    line-height: 1.5;
  }
}
.digitalmuseum .btn-wrap.gold-bg .btn-circle-arrow-right {
  padding: 1.2em 44px 1.2em 24px;
  margin: 0 auto 0.7em;
  border-radius: 50px;
  width: max(377px, 40%);
  color: #917145;
  font-weight: 600;
  font-size: clamp(15px, 2vw, 17px);
  background: #FFFFFF;
  border: 1px solid #917145;
}
@media screen and (max-width: 679px) {
  .digitalmuseum .btn-wrap.gold-bg .btn-circle-arrow-right {
    width: 100%;
    min-width: inherit;
  }
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .digitalmuseum .btn-wrap.gold-bg .btn-circle-arrow-right:hover {
    background: #EFEDEA;
  }
}
.digitalmuseum .btn-wrap.gold-bg .btn-circle-arrow-right::after {
  background: url("../img/icon-arrow-left-gold.svg") no-repeat center right/contain;
  width: 1em;
  height: 1em;
}
.digitalmuseum .table-list {
  display: flex;
  flex-direction: column;
}
.digitalmuseum .table-list li {
  border-bottom: 1px solid #2B2B2B;
}
.digitalmuseum .table-list li a {
  color: #2B2B2B;
}
.digitalmuseum.architecture .read-text {
  margin-block: 43px 30px;
}
@media screen and (max-width: 679px) {
  .digitalmuseum.architecture .read-text {
    margin-block: 20px 15px;
  }
}
.digitalmuseum.architecture .three-col-wrap {
  display: grid;
  gap: 2rem 2rem;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
}
@media screen and (max-width: 679px) {
  .digitalmuseum.architecture .three-col-wrap {
    gap: 15px;
  }
}
.digitalmuseum.architecture .two-col-wrap {
  display: flex;
  justify-content: center;
  gap: 2em;
  margin-block: 50px 0;
}
@media screen and (max-width: 679px) {
  .digitalmuseum.architecture .two-col-wrap {
    flex-direction: column;
    gap: 10px;
    margin-block: 20px 0;
  }
}
.digitalmuseum.architecture .two-col-wrap .btn-circle-arrow-right {
  width: clamp(330px, 45%, 400px);
  min-width: inherit;
}
.digitalmuseum.library .read-text {
  margin-block: 43px 30px;
  display: grid;
  gap: 1em;
}
@media screen and (max-width: 679px) {
  .digitalmuseum.library .read-text {
    margin-block: 20px;
  }
}
.digitalmuseum.library .two-col-wrap {
  display: flex;
  justify-content: center;
  gap: 2em;
  margin-block: 70px 50px;
}
@media screen and (max-width: 679px) {
  .digitalmuseum.library .two-col-wrap {
    flex-direction: column;
    gap: 0.7em;
    margin-block: 20px;
  }
}
.digitalmuseum.library .two-col-wrap .btn-circle-arrow-right {
  width: clamp(330px, 45%, 400px);
  min-width: inherit;
}
.digitalmuseum.library li span {
  font-weight: 600;
}
.digitalmuseum.library .footer-content-box {
  position: relative;
  background: #EFEDEA;
  padding: 60px 40px 30px;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 679px) {
  .digitalmuseum.library .footer-content-box {
    padding: 50px 20px 20px;
  }
}
.digitalmuseum.library .footer-content-box h2 {
  position: absolute;
  background: #917145;
  color: #FFF;
  display: inline-block;
  top: 0;
  left: 0;
  font-size: clamp(15px, 2vw, 16px);
  font-weight: 600;
  padding: 0.4em 1.5em;
  border-radius: 0 0 20px 0;
}
.digitalmuseum.library .footer-content-box .contact dt {
  font-size: clamp(15px, 2vw, 17px);
  font-weight: 600;
  margin-block: 0 0.5em;
}
.digitalmuseum .list-blocks .items-blocks .items-img {
  max-height: 190px;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.digitalmuseum .list-digitalmuseum {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-block: 40px 0;
}
@media screen and (max-width: 679px) {
  .digitalmuseum .list-digitalmuseum {
    gap: 20px;
    margin-block: 20px 0;
  }
}
.digitalmuseum .list-digitalmuseum .items-digitalmuseum {
  width: calc((100% - 80px) / 3);
  aspect-ratio: 1/1.4;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 679px) {
  .digitalmuseum .list-digitalmuseum .items-digitalmuseum {
    width: calc((100% - 20px) / 2);
  }
}
.digitalmuseum .list-digitalmuseum .items-digitalmuseum .items-link:focus-visible {
  position: relative;
}
.digitalmuseum .list-digitalmuseum .items-digitalmuseum .items-link:focus-visible::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #B21313;
  display: block;
  position: absolute;
  z-index: 4;
}
.digitalmuseum .list-digitalmuseum .items-digitalmuseum .link-wrap {
  height: 100%;
}
.digitalmuseum .list-digitalmuseum .items-digitalmuseum .link-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #2B2B2B;
  position: absolute;
  opacity: 0.4;
  z-index: 1;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .digitalmuseum .list-digitalmuseum .items-digitalmuseum:hover .items-img {
    transform: scale(1.2, 1.2);
    z-index: 0;
  }
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .digitalmuseum .list-digitalmuseum .items-digitalmuseum:hover .items-ttl::after {
    background-image: url("../img/icon-circle-arrow-brown.svg");
  }
}
.digitalmuseum .list-digitalmuseum .items-digitalmuseum .items-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  z-index: 0;
}
.digitalmuseum .list-digitalmuseum .items-digitalmuseum .items-ttl {
  width: 100%;
  position: absolute;
  bottom: 10px;
  color: #FFFFFF;
  z-index: 3;
}
@media screen and (max-width: 679px) {
  .digitalmuseum .list-digitalmuseum .items-digitalmuseum .items-ttl {
    font-size: 14px;
  }
}
.digitalmuseum .list-digitalmuseum .items-digitalmuseum .items-ttl .ttl-sub-eng {
  display: flex;
  align-items: center;
}
.digitalmuseum .list-digitalmuseum .items-digitalmuseum .items-ttl .ttl-sub-eng::before {
  content: "";
  width: 16px;
  border-top: 1px solid #FFFFFF;
}
@media screen and (max-width: 679px) {
  .digitalmuseum .list-digitalmuseum .items-digitalmuseum .items-ttl .ttl-sub-eng::before {
    width: 5px;
  }
}
.digitalmuseum .list-digitalmuseum .items-digitalmuseum .items-ttl .ttl-sub-eng::before {
  margin: 0 8px 0 0;
}
@media screen and (max-width: 679px) {
  .digitalmuseum .list-digitalmuseum .items-digitalmuseum .items-ttl .ttl-sub-eng {
    font-size: 11px;
  }
}
.digitalmuseum .list-digitalmuseum .items-digitalmuseum .items-ttl .ttl-text {
  margin: 0 0 0 24px;
  font-family: "Noto Serif JP";
}
@media screen and (max-width: 679px) {
  .digitalmuseum .list-digitalmuseum .items-digitalmuseum .items-ttl .ttl-text {
    margin-left: 14px;
  }
}
.digitalmuseum .list-digitalmuseum .items-digitalmuseum .items-ttl::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("../img/icon-circle-arrow-black.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 16px;
}
@media screen and (max-width: 679px) {
  .digitalmuseum .list-digitalmuseum .items-digitalmuseum .items-ttl::after {
    right: 8px;
  }
}

.wrap-post {
  padding: 0 0 0 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 679px) {
  .wrap-post {
    display: block;
  }
}

.wrap-post-ttl {
  margin: 50px 0 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 679px) {
  .wrap-post-ttl {
    margin-top: 24px;
    display: block;
  }
}

.post-ttl-h2 {
  font-size: 24px;
  font-weight: normal;
}
@media screen and (max-width: 1000px) {
  .post-ttl-h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 679px) {
  .post-ttl-h2 {
    margin-top: 10px;
  }
}

.post-date {
  margin: 0 42px 0 0;
  font-family: Roboto;
}
@media screen and (max-width: 679px) {
  .post-date {
    margin-right: 14px;
    font-size: 14px;
  }
}

.post-img {
  display: none;
}
.post-img .image-repeatable-fields-container {
  max-width: 624px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.post-img .image-repeatable-fields-container:has(.image-repeatable-field:nth-child(n+2)) .image-repeatable-field {
  width: 300px;
}
.post-img .image-repeatable-fields-container .image-repeatable-field {
  width: 100%;
}
.post-img:has(.image-repeatable-field) {
  display: flex;
  justify-content: center;
  padding: 55px 0 0 0;
}
@media screen and (max-width: 1000px) {
  .post-img:has(.image-repeatable-field) {
    padding-top: 24px;
  }
}

.post-content {
  display: none;
}
.post-content:has(*) {
  margin-top: 50px;
  display: block;
}
@media screen and (max-width: 1000px) {
  .post-content:has(*) {
    margin-top: 20px;
  }
}
.post-content ul.wp-block-list {
  list-style-type: disc;
  padding-inline: 1em 0;
}
@media screen and (max-width: 679px) {
  .post-content ul.wp-block-list {
    padding-inline: 1.3em 0;
  }
}

.post-list {
  padding: 67px 0 34px 0;
}
@media screen and (max-width: 1000px) {
  .post-list {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.post-list img {
  width: auto;
  max-width: 100%;
}
.post-list img.btn {
  max-width: 350px;
  padding-block: 10px;
}
@media screen and (max-width: 679px) {
  .post-list img.btn {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 679px) {
  .post-list iframe {
    width: 100%;
  }
}

.post-update {
  margin: 46px 0 0 0;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .post-update {
    margin-top: 20px;
  }
}

.post-cat {
  padding: 5px 14px;
  margin: 0 42px 0 0;
  background: #917145;
  border-radius: 20px;
  display: inline-block;
  color: #FFFFFF;
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .post-cat {
    margin-right: 16px;
    font-size: 13px;
  }
}

.dl-single-post {
  width: 100%;
  border-bottom: 1px solid #393939;
}
.dl-single-post .dl-wrap {
  border-top: 1px solid #393939;
  display: none;
}
.dl-single-post .dl-wrap:has(.dd-single-post > *) {
  display: flex;
}
@media screen and (max-width: 679px) {
  .dl-single-post .dl-wrap:has(.dd-single-post > *) {
    display: block;
  }
}
.dl-single-post .dl-wrap .dt-single-post {
  padding: 32px 0;
  width: 25%;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .dl-single-post .dl-wrap .dt-single-post {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 679px) {
  .dl-single-post .dl-wrap .dt-single-post {
    padding-top: 14px;
    padding-bottom: 0;
    width: 100%;
  }
}
.dl-single-post .dl-wrap .dd-single-post {
  padding: 32px 0;
  width: 75%;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .dl-single-post .dl-wrap .dd-single-post {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
  }
}
@media screen and (max-width: 679px) {
  .dl-single-post .dl-wrap .dd-single-post {
    padding-top: 4px;
    padding-bottom: 14px;
    width: 100%;
  }
}

.dl-page1 {
  width: 100%;
}
.dl-page1 .dl-wrap {
  padding: 32px 0;
  display: flex;
  border-top: 1px solid #393939;
}
@media screen and (max-width: 679px) {
  .dl-page1 .dl-wrap {
    padding: 18px 0;
  }
}
.dl-page1 .dl-wrap:first-of-type {
  padding: 0 0 32px;
}
@media screen and (max-width: 679px) {
  .dl-page1 .dl-wrap:first-of-type {
    padding: 0 0 18px;
  }
}
@media screen and (max-width: 679px) {
  .dl-page1 .dl-wrap {
    display: block;
  }
}
.dl-page1 .dl-wrap:first-child {
  border-top: none;
}
.dl-page1 .dl-wrap:last-child {
  border-bottom: 1px solid #393939;
}
.dl-page1 .dl-wrap .dt-page {
  width: 30%;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 679px) {
  .dl-page1 .dl-wrap .dt-page {
    width: 100%;
  }
}
.dl-page1 .dl-wrap .dd-page {
  width: 70%;
}
@media screen and (max-width: 679px) {
  .dl-page1 .dl-wrap .dd-page {
    margin-top: 4px;
    width: 100%;
  }
}
.dl-page1 .dl-wrap .dt-page, .dl-page1 .dl-wrap .dd-page {
  text-align: left;
}
.dl-page1 .dl-wrap .dl-wrap-child1-col {
  padding: 32px 0;
  display: flex;
  border-top: 1px solid #C6C6C6;
}
.dl-page1 .dl-wrap .dl-wrap-child1-col:first-child {
  padding-top: 0;
  border-top: none;
}
.dl-page1 .dl-wrap .dl-wrap-child1-col .dt-page-child1 {
  width: 30%;
}
.dl-page1 .dl-wrap .dl-wrap-child1-col .dd-page-child1 {
  width: 70%;
}
.dl-page1 .dl-wrap .dl-wrap-child1-col .dd-page-child1 img {
  margin-block: 1em 0;
}
@media screen and (max-width: 679px) {
  .dl-page1 .dl-wrap .dl-wrap-child1-col {
    flex-direction: column;
    gap: 0.5em 0;
    padding: 18px 0;
  }
  .dl-page1 .dl-wrap .dl-wrap-child1-col .dt-page-child1, .dl-page1 .dl-wrap .dl-wrap-child1-col .dd-page-child1 {
    width: 100%;
  }
  .dl-page1 .dl-wrap .dl-wrap-child1-col .dt-page-child1 img, .dl-page1 .dl-wrap .dl-wrap-child1-col .dd-page-child1 img {
    margin-block: 0.5em 0;
  }
}
.dl-page1 .dl-wrap .dl-wrap-child1 {
  padding: 32px 0;
  border-top: 1px solid #C6C6C6;
}
@media screen and (max-width: 679px) {
  .dl-page1 .dl-wrap .dl-wrap-child1 {
    padding: 18px 0;
  }
}
.dl-page1 .dl-wrap .dl-wrap-child1:first-child {
  padding-top: 0;
  border-top: none;
}
.dl-page1 .dl-wrap .dt-page-child1, .dl-page1 .dl-wrap .dd-page-child1 {
  text-align: left;
}
.dl-page1 .dl-wrap .dd-wrap, .dl-page1 .dl-wrap .dd-wrap-col, .dl-page1 .dl-wrap .dd-wrap-child1 {
  padding: 32px 0;
  border-top: 1px solid #C6C6C6;
}
@media screen and (max-width: 679px) {
  .dl-page1 .dl-wrap .dd-wrap, .dl-page1 .dl-wrap .dd-wrap-col, .dl-page1 .dl-wrap .dd-wrap-child1 {
    padding: 18px 0;
  }
}
.dl-page1 .dl-wrap .dd-wrap:first-child, .dl-page1 .dl-wrap .dd-wrap-col:first-child, .dl-page1 .dl-wrap .dd-wrap-child1:first-child {
  padding-top: 0;
  border-top: none;
}
.dl-page1 .dl-wrap .dd-wrap:last-child, .dl-page1 .dl-wrap .dd-wrap-col:last-child, .dl-page1 .dl-wrap .dd-wrap-child1:last-child {
  padding-bottom: 0;
}
.dl-page1 .dl-wrap .dd-wrap-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .dl-page1 .dl-wrap .dd-wrap-col {
    flex-direction: column;
    align-items: inherit;
    gap: 1em 0;
  }
}

.dl-page2 .dl-wrap {
  padding: 20px 30px;
  border-top: 1px solid #C6C6C6;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .dl-page2 .dl-wrap {
    padding: 12px 14px;
  }
}
.dl-page2 .dl-wrap:first-child {
  border-top: none;
}
.dl-page2 .dl-wrap .dd-link {
  color: #2B2B2B;
}
.dl-page2 .dl-wrap .dd-text {
  margin: 20px 0 0 0;
}

.pagination {
  margin: 54px 0 0 0;
  display: flex;
  justify-content: center;
}
.pagination .pagination-wrap {
  display: flex;
}
.pagination .pagination-wrap .page-numbers {
  margin: 0 12px 0 0;
  width: 45px;
  height: 45px;
  background-color: #2B2B2B;
  border: solid 1px transparent;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  text-decoration: none;
}
.pagination .pagination-wrap .page-numbers.current {
  background-color: #FFFFFF;
  border: solid 1px #2B2B2B;
  color: #2B2B2B;
}
.pagination .pagination-wrap .page-numbers:last-child {
  margin-right: 0;
}

.list-disc {
  list-style-type: disc;
  margin: 27px 0 0 1em;
}
@media screen and (max-width: 679px) {
  .list-disc {
    margin: 15px 0 0 1em;
  }
}

ul.att-red li {
  color: #B21313;
  text-indent: -1.5em;
  padding-inline: 1.5em 0;
}
ul.att-red li::before {
  content: "※ ";
}

ul.att-black li {
  text-indent: -1.5em;
  padding-inline: 1.5em 0;
}
ul.att-black li::before {
  content: "※ ";
}

ul.disk {
  list-style-type: disc;
  padding-inline: 1em 0;
}
@media screen and (max-width: 679px) {
  ul.disk {
    padding-inline: 1.3em 0;
  }
}

.btn-arrow-left.list {
  padding: 0.3em 0 0.3em 30px;
}

.section-top {
  margin-block: 27px 0;
}

.att-num.black {
  list-style-type: none;
  list-style-position: outside;
  counter-reset: num 0;
  margin-inline: 0;
  display: grid;
  gap: 0;
}
.att-num.black li {
  counter-increment: num 1;
  padding: 0 0 0 1.6em;
  text-indent: -1.6em;
}
.att-num.black li::before {
  content: "※" counter(num) " ";
}

.big-disk {
  list-style-type: none;
  list-style-position: outside;
  counter-reset: num 0;
  margin-inline: 0;
  display: grid;
  gap: 0;
}
.big-disk li {
  padding: 0 0 0 1.4em;
  text-indent: -1.4em;
}
.big-disk li::before {
  content: "● ";
}

.decimal {
  list-style-type: decimal;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-inline: 1.5em 0;
}

.gray-bg-content {
  background: #EFEDEA;
  box-shadow: 0 0 0 100vmax #EFEDEA;
  clip-path: inset(0 -100vmax);
  margin-block: 70px;
  padding-block: 70px;
}
@media screen and (max-width: 679px) {
  .gray-bg-content {
    margin-block: 30px;
    padding-block: 30px;
  }
}

.no-pd-bottom {
  padding-bottom: 0;
}

.none-pd {
  padding: 0;
}

.btn-none-bottom-pd {
  padding-bottom: 0;
}

.bottom-pd {
  padding: 0 0 20px;
}
@media screen and (max-width: 679px) {
  .bottom-pd {
    padding: 0 0 15px;
  }
}

.block-pd {
  padding: 43px 0 20px;
}
@media screen and (max-width: 679px) {
  .block-pd {
    padding: 20px 0 10px;
  }
}

.three-col-list > div {
  display: grid;
  grid-template-columns: 1fr 1fr 8fr;
  gap: 1em 2em;
  padding-block: 32px;
  border-bottom: 1px solid #C6C6C6;
}
@media screen and (max-width: 679px) {
  .three-col-list > div {
    padding-block: 15px;
    grid-template-columns: 1fr;
    gap: 0.3em 0;
  }
}
.three-col-list.black > div {
  border-bottom: 1px solid #2B2B2B;
}

.two-col-list > div {
  display: grid;
  grid-template-columns: 2fr 8fr;
  gap: 1em 2em;
  padding-block: 32px;
  border-bottom: 1px solid #C6C6C6;
}
@media screen and (max-width: 679px) {
  .two-col-list > div {
    padding-block: 15px;
    grid-template-columns: 1fr;
    gap: 0.3em 0;
  }
}
.two-col-list.black > div {
  border-bottom: 1px solid #2B2B2B;
}

@media screen and (max-width: 679px) {
  .no-flex-col {
    flex-direction: row !important;
  }
}

.spview {
  display: none;
}
@media screen and (max-width: 679px) {
  .spview {
    display: block;
  }
}

.pcview {
  display: block;
}
@media screen and (max-width: 679px) {
  .pcview {
    display: none;
  }
}

.sitemap .ttl-h2 {
  padding-block: 0 10px;
  border-bottom: 1px solid #2B2B2B;
  margin-block: 30px;
}
@media screen and (max-width: 679px) {
  .sitemap .ttl-h2 {
    margin-block: 20px 15px;
  }
}
.sitemap .contents-wrap-contents li a {
  color: #2B2B2B;
  text-decoration-color: transparent;
  transition: ease all 0.3s;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .sitemap .contents-wrap-contents li a:hover {
    text-decoration-color: #2B2B2B;
  }
}
.sitemap .arrow-circle {
  list-style-type: none;
  list-style-position: outside;
  margin-inline: 0;
  display: grid;
  gap: 0.3em 0;
}
.sitemap .arrow-circle > li a {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0 0.4em;
}
.sitemap .arrow-circle > li a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon-circle-arrow-black.svg") no-repeat center/cover;
}
.sitemap .arrow-circle > li > ul {
  margin-inline: 1.4em 0;
}
.sitemap .arrow-circle > li > ul li a::before {
  width: 10px;
  height: 10px;
  background: url("../img/icon-arrow-no-circle.svg") no-repeat center/contain;
}
.sitemap .arrow-circle > li > ul li > ul {
  margin-inline: 1.1em 0;
}
.sitemap .arrow-circle > li > ul li > ul li a::before {
  display: none;
}
.sitemap .wrap-content {
  display: grid;
  gap: 30px 50px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
@media screen and (max-width: 679px) {
  .sitemap .wrap-content {
    gap: 20px;
  }
}
.sitemap .wrap-content > div {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media screen and (max-width: 679px) {
  .sitemap .wrap-content > div {
    gap: 20px;
  }
}

@media screen and (max-width: 679px) {
  .policy .ttl-h1 {
    padding-top: 10px;
  }
}
.policy p.date {
  margin-block: 40px 0;
  text-align: right;
}
@media screen and (max-width: 679px) {
  .policy p.date {
    margin-block: 20px 0;
  }
}

.notfound {
  position: relative;
  overflow-x: hidden;
}
.notfound .none-bread {
  background: #EFEDEA;
  padding: 1em 4em;
  position: absolute;
  top: clamp(10px, 3vw, 45px);
  left: -30px;
  width: 110vw;
  transform: rotate(3.5deg);
  line-height: 1;
}
@media screen and (max-width: 679px) {
  .notfound .none-bread {
    padding: 0.5em 4em;
  }
}
.notfound figure {
  width: clamp(60%, 800px, 80%);
  margin: 115px auto 40px;
}
.notfound .contents-wrap-contents {
  text-align: center;
}
.notfound .contents-wrap-contents a {
  color: #2B2B2B;
  text-decoration-color: #2B2B2B;
  transition: ease all 0.3s;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .notfound .contents-wrap-contents a:hover {
    text-decoration-color: transparent;
  }
}

.gsc-option-menu-container {
  word-break: normal;
}

.gsc-control-cse {
  padding: 0 !important;
}

.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
  font-weight: 600 !important;
}

.text-nocontents {
  margin: 20px 0 0 0;
}

.oldyear {
  padding: 0 100px 62px 100px;
}
@media screen and (max-width: 1000px) {
  .oldyear {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 679px) {
  .oldyear {
    padding-bottom: 40px;
  }
}
.oldyear .list-linksbtn {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 679px) {
  .oldyear .list-linksbtn {
    margin: 20px 0 0 0;
  }
}

* {
  box-sizing: border-box;
  line-height: 1.7;
}

.basic .dl-page1 dt {
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .basic .dl-page1 .dl-wrap > dt {
    margin-block: 0 1em;
  }
}
@media screen and (max-width: 679px) {
  .basic .dl-wrap-child1-col.no-flex-col .dt-page-child1 {
    width: 30%;
    font-weight: 600;
  }
  .basic .dl-wrap-child1-col.no-flex-col .dd-page-child1 {
    width: 65%;
  }
}
.basic .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .basic .btn-wrap {
    flex-direction: column;
    gap: 10px 0;
  }
}

.access .access-main {
  background: #E6DDCF;
  padding: 30px;
  margin-block: 20px 30px;
}
@media screen and (max-width: 679px) {
  .access .access-main {
    padding: 18px 15px;
  }
}
.access .access-main dt {
  padding: 0 10px 10px;
  border-bottom: 1px solid #D0C5B4;
  font-weight: 600;
  font-size: clamp(15px, 2vw, 17px);
  letter-spacing: 1px;
}
@media screen and (max-width: 679px) {
  .access .access-main dt {
    padding: 0 0 10px;
  }
}
.access .access-main dd {
  padding: 10px 10px 0;
}
@media screen and (max-width: 679px) {
  .access .access-main dd {
    padding: 10px 0 0;
  }
}
.access .btn-area {
  text-align: center;
}
.access .att-black .important {
  color: #B21313;
}
.access .map-list {
  margin-block: 10px 0;
}

.calendar iframe {
  aspect-ratio: 5/4;
  border-radius: 10px;
}
.calendar .btn-cover.single-center {
  display: grid;
  margin-inline: auto;
  place-items: center;
  margin-block: 40px 0;
}
@media screen and (max-width: 679px) {
  .calendar .btn-cover.single-center {
    margin-block: 20px 0;
  }
}
.calendar .btn-cover.single-center .btn-circle-arrow-right {
  width: min(377px, 100%);
  min-width: inherit;
}
.calendar .safari-content {
  display: none;
}
.calendar .safari-content .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .calendar .safari-content .btn-wrap {
    flex-direction: column;
    gap: 10px 0;
  }
}
.calendar .safari-content .btn-wrap .btn-safari-calender {
  background-color: #917145;
  border: 1px solid #917145;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .calendar .safari-content .btn-wrap .btn-safari-calender:hover {
    background-color: #FFFFFF;
    color: #917145;
  }
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .calendar .safari-content .btn-wrap .btn-safari-calender:hover::after {
    background-image: url("../img/icon-arrow-left-brown.svg");
  }
}

.barrierfree .two-col-list > div {
  grid-template-columns: 3fr 7fr;
}
@media screen and (max-width: 679px) {
  .barrierfree .two-col-list > div {
    grid-template-columns: 1fr;
  }
}
.barrierfree .two-col-list > div dt {
  font-weight: 600;
}
.barrierfree .two-col-list.black > div {
  border-bottom: 1px solid #2B2B2B;
}
.barrierfree .two-col-list ul.disk {
  margin-inline: 2.5em 0;
}
.barrierfree .two-col-list ul.disk li.att-before {
  position: relative;
}
.barrierfree .two-col-list ul.disk li.att-before::after {
  content: "（※）";
  position: absolute;
  left: -4em;
}
.barrierfree .two-col-list ul.disk {
  list-style-type: disc;
  padding-inline: 1em 0;
}

.dl-page1.request {
  margin-block: 27px;
}
@media screen and (max-width: 679px) {
  .dl-page1.request {
    margin-block: 15px;
  }
}

.dl-page1.request-first {
  margin-block: 0 27px;
}
@media screen and (max-width: 679px) {
  .dl-page1.request-first {
    margin-block: 0 15px;
  }
}

.content-request section:last-of-type p:last-of-type {
  margin-block: 20px 0;
}
@media screen and (max-width: 679px) {
  .content-request section:last-of-type p:last-of-type {
    margin-block: 0;
  }
}
@media screen and (max-width: 679px) {
  .content-request section {
    margin-block: 10px 0;
  }
}

.application-form .btn-cover {
  font-size: clamp(14px, 1.3vw, 16px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(365px, 1fr));
  gap: 15px 20px;
  margin-block: 20px 0;
}
@media screen and (max-width: 679px) {
  .application-form .btn-cover {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  }
}
.application-form .btn-cover .btn-circle-arrow-right {
  padding: 1em;
  min-width: 360px;
}
@media screen and (max-width: 679px) {
  .application-form .btn-cover .btn-circle-arrow-right {
    min-width: 340px;
  }
}
.application-form ol {
  list-style-type: decimal;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-inline: 1.5em 0;
}

.advetisement .ttl-h2 {
  padding: 43px 0 20px;
}
@media screen and (max-width: 679px) {
  .advetisement .ttl-h2 {
    padding: 20px 0 15px;
  }
}
.advetisement h3 {
  padding: 15px 0;
}
@media screen and (max-width: 679px) {
  .advetisement h3 {
    padding: 0 0 15px;
  }
}
.advetisement .dl-page1 {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 679px) {
  .advetisement .dl-page1 {
    margin: 0 0 20px 0;
  }
}
.advetisement a {
  color: #000;
}
.advetisement .dl-page-grid {
  margin-block: 1em;
}
.advetisement .dl-page-grid .dl-wrap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 15px;
  border-bottom: 1px solid #C6C6C6;
  padding-block: 1em;
}
@media screen and (max-width: 679px) {
  .advetisement .dl-page-grid .dl-wrap-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.advetisement .dl-page-grid .dl-wrap-grid:first-of-type {
  border-top: 1px solid #C6C6C6;
}
.advetisement .dl-page-grid .dl-wrap-grid .dt-page {
  grid-column: 1/span 2;
  width: 70%;
}
@media screen and (max-width: 1000px) {
  .advetisement .dl-page-grid .dl-wrap-grid .dt-page {
    grid-column: 1/span 3;
    width: 100%;
  }
}
.advetisement .dl-page-grid .dl-wrap-grid .dd-page {
  grid-column-start: 3;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .advetisement .dl-page-grid .dl-wrap-grid .dd-page {
    grid-column-start: 1;
    grid-column: 1/span 2;
  }
}
.advetisement .dl-page-grid.section03 .dl-wrap-grid {
  grid-template-columns: 4fr 6fr;
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (max-width: 679px) {
  .advetisement .dl-page-grid.section03 .dl-wrap-grid {
    grid-template-columns: 1fr;
  }
}
.advetisement .dl-page-grid.section03 .dl-wrap-grid:first-of-type {
  border-top: none;
  padding-block: 0 1em;
}
.advetisement .dl-page-grid.section03 .dl-wrap-grid:last-of-type {
  border-bottom: none;
  padding-block: 1em 0;
}
.advetisement .dl-page-grid.section03 .dl-wrap-grid .dt-page {
  grid-column: 1;
  width: 100%;
}
.advetisement .dl-page-grid.section03 .dl-wrap-grid .dd-page {
  grid-column: 2;
  width: 100%;
}
@media screen and (max-width: 679px) {
  .advetisement .dl-page-grid.section03 .dl-wrap-grid .dd-page {
    grid-column: 1;
  }
}
.advetisement .flow {
  list-style-type: decimal;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-inline: 1.5em 0;
}
.advetisement .flow ul {
  margin-block: 0.7em 0;
}
.advetisement .flow ul .att-red {
  margin-block: 0;
}
.advetisement .flow li dl div {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 679px) {
  .advetisement .flow li dl div {
    flex-direction: column;
  }
}
.advetisement dl.contact div {
  display: flex;
  justify-content: flex-start;
}
.advetisement .area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}
@media screen and (max-width: 679px) {
  .advetisement .area {
    flex-direction: column;
  }
}
.advetisement .area li:first-child {
  width: 100%;
}
.advetisement .area li:nth-child(2),
.advetisement .area li:nth-child(3) {
  width: 48%;
}
@media screen and (max-width: 679px) {
  .advetisement .area li:nth-child(2),
  .advetisement .area li:nth-child(3) {
    width: 100%;
  }
}
.advetisement .area figcaption {
  text-align: center;
  font-weight: 600;
  margin-block: 0 10px;
}

.floormap .map-image {
  display: grid;
  grid-template-columns: 6.3fr 3.7fr;
  gap: 1em 2em;
  margin-block: 40px 60px;
}
@media screen and (max-width: 679px) {
  .floormap .map-image {
    grid-template-columns: 1fr;
    margin-block: 20px 40px;
  }
}
.floormap .map-image.usually > div:first-of-type img {
  width: clamp(87%, 700px, 100%);
}
.floormap .map-image.usually > div:last-of-type img {
  width: 100%;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 679px) {
  .floormap .map-image.usually > div:last-of-type img {
    margin-block: 20px 0;
  }
}
.floormap .map-image.usually3f > div:first-of-type img {
  width: clamp(87%, 700px, 100%);
}
.floormap .map-image.usually3f > div:last-of-type img {
  width: 70%;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 679px) {
  .floormap .map-image.usually3f > div:last-of-type img {
    width: 57%;
  }
}
.floormap .map-image.index {
  width: clamp(80%, 850px, 100%);
  margin-inline: auto;
}
@media screen and (max-width: 679px) {
  .floormap .map-image.index > div:first-of-type {
    width: 100%;
  }
  .floormap .map-image.index > div:last-of-type {
    width: 60%;
    margin: 20px auto 0;
  }
}
.floormap .map-image.half {
  grid-template-columns: 1.105fr 1fr;
}
@media screen and (max-width: 679px) {
  .floormap .map-image.half {
    grid-template-columns: 1fr;
  }
}
.floormap .map-image.half > div:first-of-type img {
  width: 100%;
}
.floormap .map-image.half > div:last-of-type img {
  width: 100%;
  display: block;
  margin-inline: auto;
}
.floormap.practice .map-image, .floormap.entrance .map-image, .floormap.general-guidance .map-image.index {
  margin-bottom: 0;
}
.floormap .btn-cover.grid-center {
  width: clamp(80%, 800px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(377px, 1fr));
  gap: 1em 2em;
}
@media screen and (max-width: 1000px) {
  .floormap .btn-cover.grid-center .btn-circle-arrow-right {
    width: min(377px, 100%);
    min-width: inherit;
    margin: 0 auto;
  }
}
@media screen and (max-width: 679px) {
  .floormap .btn-cover.grid-center {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .floormap .btn-cover.grid-center .btn-circle-arrow-right {
    width: min(340px, 100%);
  }
}
.floormap .btn-cover.single-center {
  display: grid;
  margin-inline: auto;
  place-items: center;
}
.floormap .btn-cover.single-center .btn-circle-arrow-right {
  width: min(377px, 100%);
  min-width: inherit;
}
.floormap .footer-content-box {
  position: relative;
  background: #EFEDEA;
  padding: 60px 40px 30px;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 679px) {
  .floormap .footer-content-box {
    padding: 50px 20px 20px;
  }
}
.floormap .footer-content-box h2 {
  position: absolute;
  background: #917145;
  color: #FFF;
  display: inline-block;
  top: 0;
  left: 0;
  font-size: clamp(15px, 2vw, 16px);
  font-weight: 600;
  padding: 0.4em 1.5em;
  border-radius: 0 0 20px 0;
}
.floormap .footer-content-box .contact dt {
  font-size: clamp(15px, 2vw, 17px);
  font-weight: 600;
  margin-block: 0 0.5em;
}

.general-guidance figure {
  margin: 0 auto 40px;
  width: clamp(80%, 850px, 100%);
}

.restaurant dl > div {
  border-bottom: 1px solid #D0C5B4;
  display: flex;
  gap: 0 20px;
  padding-block: 1em;
}
@media screen and (max-width: 679px) {
  .restaurant dl > div {
    flex-direction: column;
  }
}
.restaurant dl > div:last-of-type {
  border-bottom: none;
  padding-block: 1em 0;
}
.restaurant dl > div dt {
  width: 30%;
  font-weight: 600;
}
@media screen and (max-width: 679px) {
  .restaurant dl > div dt {
    width: 100%;
  }
}
.restaurant dl > div dd {
  width: 70%;
}
@media screen and (max-width: 679px) {
  .restaurant dl > div dd {
    width: 100%;
  }
}

.library .disk.att li:last-child {
  text-indent: -1em;
  padding-inline: 1em 0;
  list-style-type: none;
  margin-inline: -1.4em 0;
}
.library .disk.att li:last-child::before {
  content: "※";
  margin-inline: 0 0.3em;
}

.floormap.konnoke .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .floormap.konnoke .btn-wrap {
    flex-direction: column;
    gap: 10px 0;
  }
}

.contact .big-disk li a {
  color: #2B2B2B;
  font-weight: 600;
  text-decoration-color: #2B2B2B;
  transition: ease all 0.3s;
}
.contact .big-disk li a:hover {
  text-decoration-color: transparent;
}
.contact .emphasis {
  font-weight: 600;
}
.contact .contact-list {
  margin-block: 30px;
}
@media screen and (max-width: 679px) {
  .contact .contact-list {
    margin-block: 20px;
  }
}
.contact .contact-list > li {
  border-top: 1px solid #2B2B2B;
  padding: 20px 0;
}
@media screen and (max-width: 679px) {
  .contact .contact-list > li {
    padding: 15px 0;
  }
}
.contact .contact-list > li a {
  font-weight: 600;
  color: #2B2B2B;
  font-size: 1.1rem;
  text-decoration-color: #2B2B2B;
  transition: ease all 0.3s;
}
.contact .contact-list > li a:hover {
  text-decoration-color: transparent;
}
.contact .contact-list > li:last-child {
  border-bottom: 1px solid #2B2B2B;
}
.contact .btn-cover.single-center {
  display: grid;
  margin-inline: auto;
  place-items: center;
  margin-block: 40px 0;
}
@media screen and (max-width: 679px) {
  .contact .btn-cover.single-center {
    margin-block: 20px 0;
  }
}

.volunteer-news {
  padding: 5px 0 5px 0;
  margin: 0 42px 0 0;
  width: 200px;
  background: #2B2B2B;
  border-radius: 20px;
  display: inline-block;
  color: #FFFFFF;
  font-size: 15px;
  text-align: center;
}

.volunteer-event {
  padding: 5px 0 5px 0;
  margin: 0 42px 0 0;
  width: 200px;
  background: #917145;
  border-radius: 20px;
  display: inline-block;
  color: #FFFFFF;
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 679px) {
  .volunteer-event {
    padding: 3px 0;
  }
}

.activities-group {
  padding: 5px 0 5px 0;
  margin: 0 42px 0 0;
  width: 200px;
  background: #8B3E3E;
  border-radius: 15px;
  display: inline-block;
  color: #FFFFFF;
  font-size: 15px;
  text-align: center;
}

.community .dd-link {
  color: #2B2B2B;
  text-decoration-color: #2B2B2B;
  transition: ease all 0.3s;
}
.community .dd-link:hover {
  text-decoration-color: transparent;
}
.community .contents-wrap-list {
  margin: 40px 0;
}
@media screen and (max-width: 679px) {
  .community .contents-wrap-list {
    margin: 20px 0;
  }
}
.community .list-info {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 679px) {
  .community .list-info {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 679px) {
  .community .list-info .items-info:first-child a {
    padding: 0 0 15px 0;
  }
}

.miyagibunkazai .card h3 {
  position: absolute;
  top: 0;
  right: 0;
  background: #917145;
  color: #FFF;
  font-size: 17px;
  font-weight: 600;
  padding: 0.3em 3em;
  display: inline-block;
  border-radius: 0 0 0 15px;
}
.miyagibunkazai .card .card-list {
  display: grid;
  gap: 30px 0;
  margin-block: 70px 0;
}
@media screen and (max-width: 679px) {
  .miyagibunkazai .card .card-list {
    margin-block: 40px 0;
  }
}
.miyagibunkazai .card .card-list > div {
  position: relative;
  display: grid;
  grid-template-columns: 35% 1fr;
  gap: 20px 50px;
  align-items: start;
  background: #F5F5F5;
  padding: 40px;
  transition: ease all 0.3s;
}
@media screen and (max-width: 679px) {
  .miyagibunkazai .card .card-list > div {
    grid-template-columns: 1fr;
    padding: 30px;
    gap: 15px 0;
  }
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .miyagibunkazai .card .card-list > div:hover {
    background: #FFF;
  }
}
.miyagibunkazai .card .card-list > div dt {
  grid-column: 2;
  grid-row: 1;
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 600;
  color: #917145;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 679px) {
  .miyagibunkazai .card .card-list > div dt {
    grid-column: 1;
  }
}
.miyagibunkazai .card .card-list > div dd:first-of-type {
  grid-column: 1;
  grid-row: 1/span 3;
  margin: 0;
}
@media screen and (max-width: 679px) {
  .miyagibunkazai .card .card-list > div dd:first-of-type {
    grid-row: 2;
  }
}
.miyagibunkazai .card .card-list > div dd:last-of-type {
  order: -1;
}
.miyagibunkazai .card .card-list > div a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.miyagibunkazai .gray-bg-content {
  margin-block: -20px -90px;
  box-shadow: 0 0 0 100vmax #F0E7D9;
  background: #F0E7D9;
}
@media screen and (max-width: 679px) {
  .miyagibunkazai .gray-bg-content {
    margin-block: -20px -40px;
  }
}
.miyagibunkazai.mingu .mainvl {
  position: relative;
}
.miyagibunkazai.mingu .mainvl ul {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  /* 6列のグリッド */
  /* 画像間の間隔 */
  padding: 0;
  list-style: none;
  direction: rtl;
}
@media screen and (max-width: 679px) {
  .miyagibunkazai.mingu .mainvl ul {
    grid-template-columns: repeat(5, 1fr);
  }
}
.miyagibunkazai.mingu .mainvl li {
  grid-column-start: span 1;
}
.miyagibunkazai.mingu .mainvl li:nth-child(1) {
  grid-column-start: 1;
}
.miyagibunkazai.mingu .mainvl li:nth-child(2) {
  grid-column-start: 2;
}
.miyagibunkazai.mingu .mainvl li:nth-child(3) {
  grid-column-start: 3;
}
.miyagibunkazai.mingu .mainvl li:nth-child(4) {
  grid-column-start: 4;
}
.miyagibunkazai.mingu .mainvl li:nth-child(5) {
  grid-column-start: 5;
}
.miyagibunkazai.mingu .mainvl li:nth-child(6) {
  grid-column-start: 6;
}
.miyagibunkazai.mingu .mainvl li:nth-child(7) {
  grid-column-start: 7;
}
.miyagibunkazai.mingu .mainvl li:nth-child(8) {
  grid-column-start: 8;
}
.miyagibunkazai.mingu .mainvl li:nth-child(9) {
  grid-column-start: 1;
}
.miyagibunkazai.mingu .mainvl li:nth-child(10) {
  grid-column-start: 2;
}
.miyagibunkazai.mingu .mainvl li:nth-child(11) {
  grid-column-start: 3;
}
.miyagibunkazai.mingu .mainvl li:nth-child(12) {
  grid-column-start: 4;
}
.miyagibunkazai.mingu .mainvl li:nth-child(13) {
  grid-column-start: 5;
}
.miyagibunkazai.mingu .mainvl li:nth-child(14) {
  grid-column-start: 6;
}
.miyagibunkazai.mingu .mainvl li:nth-child(15) {
  grid-column-start: 7;
}
.miyagibunkazai.mingu .mainvl li:nth-child(16) {
  grid-column-start: 1;
}
.miyagibunkazai.mingu .mainvl li:nth-child(17) {
  grid-column-start: 2;
}
.miyagibunkazai.mingu .mainvl li:nth-child(18) {
  grid-column-start: 3;
}
.miyagibunkazai.mingu .mainvl li:nth-child(19) {
  grid-column-start: 4;
}
.miyagibunkazai.mingu .mainvl li:nth-child(20) {
  grid-column-start: 5;
}
.miyagibunkazai.mingu .mainvl li:nth-child(21) {
  grid-column-start: 6;
}
.miyagibunkazai.mingu .mainvl li:nth-child(22) {
  grid-column-start: 1;
}
.miyagibunkazai.mingu .mainvl li:nth-child(23) {
  grid-column-start: 2;
}
.miyagibunkazai.mingu .mainvl li:nth-child(24) {
  grid-column-start: 3;
}
.miyagibunkazai.mingu .mainvl li:nth-child(25) {
  grid-column-start: 4;
}
.miyagibunkazai.mingu .mainvl li:nth-child(26) {
  grid-column-start: 5;
}
.miyagibunkazai.mingu .mainvl li:nth-child(27) {
  grid-column-start: 1;
}
.miyagibunkazai.mingu .mainvl li:nth-child(28) {
  grid-column-start: 2;
}
.miyagibunkazai.mingu .mainvl li:nth-child(29) {
  grid-column-start: 3;
}
.miyagibunkazai.mingu .mainvl li:nth-child(30) {
  grid-column-start: 4;
}
.miyagibunkazai.mingu .mainvl li:nth-child(31) {
  grid-column-start: 1;
}
.miyagibunkazai.mingu .mainvl li:nth-child(32) {
  grid-column-start: 2;
}
.miyagibunkazai.mingu .mainvl li:nth-child(33) {
  grid-column-start: 3;
}
@media screen and (max-width: 679px) {
  .miyagibunkazai.mingu .mainvl li:nth-child(1) {
    grid-column-start: 1;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(2) {
    grid-column-start: 2;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(3) {
    grid-column-start: 3;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(4) {
    grid-column-start: 4;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(5) {
    grid-column-start: 5;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(6) {
    grid-column-start: 1;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(7) {
    grid-column-start: 2;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(8) {
    grid-column-start: 3;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(9) {
    grid-column-start: 4;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(10) {
    grid-column-start: 5;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(11) {
    grid-column-start: 1;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(12) {
    grid-column-start: 2;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(13) {
    grid-column-start: 3;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(14) {
    grid-column-start: 4;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(15) {
    grid-column-start: 5;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(16) {
    grid-column-start: 1;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(17) {
    grid-column-start: 2;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(18) {
    grid-column-start: 3;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(19) {
    grid-column-start: 4;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(20) {
    grid-column-start: 5;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(21) {
    grid-column-start: 1;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(22) {
    grid-column-start: 2;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(23) {
    grid-column-start: 3;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(24) {
    grid-column-start: 4;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(25) {
    grid-column-start: 5;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(26) {
    grid-column-start: 1;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(27) {
    grid-column-start: 2;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(28) {
    grid-column-start: 3;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(29) {
    grid-column-start: 4;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(30) {
    grid-column-start: 1;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(31) {
    grid-column-start: 2;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(32) {
    grid-column-start: 3;
  }
  .miyagibunkazai.mingu .mainvl li:nth-child(33) {
    grid-column-start: 1;
  }
}
.miyagibunkazai.mingu .mainvl .wrap-content {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .miyagibunkazai.mingu .mainvl .wrap-content {
    bottom: -20px;
  }
}
@media screen and (max-width: 679px) {
  .miyagibunkazai.mingu .mainvl .wrap-content {
    position: relative;
    bottom: 0;
  }
}
.miyagibunkazai.mingu .mainvl .wrap-content h1 {
  color: #917145;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 6px;
  font-size: clamp(30px, 3vw, 50px);
  line-height: 1;
  margin-block: 40px;
}
@media screen and (max-width: 1200px) {
  .miyagibunkazai.mingu .mainvl .wrap-content h1 {
    margin-block: 40px 30px;
    font-size: clamp(25px, 3vw, 30px);
  }
}
@media screen and (max-width: 679px) {
  .miyagibunkazai.mingu .mainvl .wrap-content h1 {
    margin-block: 20px 30px;
  }
}
.miyagibunkazai.mingu .mainvl .wrap-content h1 span {
  font-size: clamp(16px, 1.5vw, 26px);
  display: block;
  letter-spacing: 3px;
}
@media screen and (max-width: 1200px) {
  .miyagibunkazai.mingu .mainvl .wrap-content h1 span {
    font-size: clamp(14px, 1vw, 16px);
    letter-spacing: 1px;
  }
}
.miyagibunkazai.mingu section h2 {
  margin-block: 40px 30px !important;
}
@media screen and (max-width: 679px) {
  .miyagibunkazai.mingu section h2 {
    margin-block: 10px 20px !important;
  }
}
.miyagibunkazai.mingu section p {
  margin-block: 20px;
}
.miyagibunkazai.mingu section a {
  color: #2B2B2B;
}
.miyagibunkazai.mingu section ul {
  margin-block: 40px 50px;
}
@media screen and (max-width: 679px) {
  .miyagibunkazai.mingu section ul {
    margin-block: 20px 30px;
  }
}
.miyagibunkazai.mingu .content-footer {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 679px) {
  .miyagibunkazai.mingu .content-footer {
    flex-direction: column;
    align-items: inherit;
    gap: 15px;
  }
}
.miyagibunkazai.mingu .content-footer > div {
  width: clamp(65%, 800px, 95%);
}
@media screen and (max-width: 679px) {
  .miyagibunkazai.mingu .content-footer > div {
    width: 100%;
  }
}
.miyagibunkazai.mingu .content-footer > div img {
  width: clamp(30%, 200px, 95%);
  margin-block: 0 20px;
}
@media screen and (max-width: 679px) {
  .miyagibunkazai.mingu .content-footer > div img {
    width: 50%;
  }
}
.miyagibunkazai.mingu .content-footer > figure {
  width: clamp(20%, 300px, 95%);
}
@media screen and (max-width: 679px) {
  .miyagibunkazai.mingu .content-footer > figure {
    width: 60%;
    margin: 20px 0 0 40%;
  }
}
.miyagibunkazai .content-footer.single {
  display: flex;
  justify-content: end;
}
.miyagibunkazai .content-footer.single > figure {
  margin-block: 40px 0;
  width: clamp(20%, 300px, 95%);
}
@media screen and (max-width: 679px) {
  .miyagibunkazai .content-footer.single > figure {
    width: 60%;
    margin-block: 20px 0;
  }
}
.miyagibunkazai.mingu-rule p a {
  color: #2B2B2B;
}
.miyagibunkazai.mingu-rule .ttl-h1 {
  padding: 64px 0 30px;
}
@media screen and (max-width: 1000px) {
  .miyagibunkazai.mingu-rule .ttl-h1 {
    padding-block: 24px;
    font-size: 23px;
  }
}
@media screen and (max-width: 679px) {
  .miyagibunkazai.mingu-rule .ttl-h1 {
    padding-block: 20px 15px;
  }
}
.miyagibunkazai.mingu-rule .ttl-h2 {
  font-size: clamp(18px, 3vw, 20px);
  padding: 43px 0 10px;
}
@media screen and (max-width: 1000px) {
  .miyagibunkazai.mingu-rule .ttl-h2 {
    padding-top: 20px;
  }
}
.miyagibunkazai.mingu-secondary-use p a, .miyagibunkazai.mingu-secondary-use section li a, .miyagibunkazai.mingu-camera p a, .miyagibunkazai.mingu-camera section li a {
  color: #2B2B2B;
}
.miyagibunkazai.mingu-secondary-use .ttl-h1, .miyagibunkazai.mingu-camera .ttl-h1 {
  padding: 64px 0 30px;
}
@media screen and (max-width: 1000px) {
  .miyagibunkazai.mingu-secondary-use .ttl-h1, .miyagibunkazai.mingu-camera .ttl-h1 {
    padding-block: 24px;
    font-size: 23px;
  }
}
@media screen and (max-width: 679px) {
  .miyagibunkazai.mingu-secondary-use .ttl-h1, .miyagibunkazai.mingu-camera .ttl-h1 {
    padding-block: 20px 15px;
  }
}
.miyagibunkazai.mingu-secondary-use .ttl-h2, .miyagibunkazai.mingu-camera .ttl-h2 {
  padding: 43px 0 10px;
}
@media screen and (max-width: 1000px) {
  .miyagibunkazai.mingu-secondary-use .ttl-h2, .miyagibunkazai.mingu-camera .ttl-h2 {
    padding-top: 20px;
  }
}
.miyagibunkazai.mingu-secondary-use .ttl-h3, .miyagibunkazai.mingu-camera .ttl-h3 {
  font-weight: 600;
  font-size: clamp(18px, 3vw, 20px);
  padding: 30px 0 10px;
}
.miyagibunkazai.mingu-secondary-use .att-num.black,
.miyagibunkazai.mingu-secondary-use .disk, .miyagibunkazai.mingu-camera .att-num.black,
.miyagibunkazai.mingu-camera .disk {
  margin-block: 1em;
}
.miyagibunkazai.mingu-secondary-use .two-col-list > div, .miyagibunkazai.mingu-camera .two-col-list > div {
  grid-template-columns: 2.5fr 7.5fr;
}
@media screen and (max-width: 679px) {
  .miyagibunkazai.mingu-secondary-use .two-col-list > div, .miyagibunkazai.mingu-camera .two-col-list > div {
    grid-template-columns: 1fr;
  }
}
.miyagibunkazai.mingu-secondary-use .two-col-list > div dt, .miyagibunkazai.mingu-camera .two-col-list > div dt {
  font-weight: 600;
}
.miyagibunkazai.mingu-camera section:nth-of-type(n+2) .ttl-h2 {
  padding: 53px 0 30px;
}
@media screen and (max-width: 679px) {
  .miyagibunkazai.mingu-camera section:nth-of-type(n+2) .ttl-h2 {
    padding: 20px 0 15px;
  }
}
.miyagibunkazai ol {
  list-style-type: decimal;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-inline: 1.5em 0;
}
.miyagibunkazai ol li > ol {
  margin-block: 0.4em 0.2em;
}
.miyagibunkazai ol.kakko {
  list-style-type: none;
  list-style-position: outside;
  counter-reset: num 0;
  margin-inline: 0;
}
.miyagibunkazai ol.kakko li {
  counter-increment: num 1;
  padding: 0 0 0 1.6em;
  text-indent: -1.6em;
}
.miyagibunkazai ol.kakko li::before {
  content: "(" counter(num) ") ";
}
.miyagibunkazai p.btm-mg {
  margin-block: 0 0.4em;
}
.miyagibunkazai.mingu-camera figure.image-80 {
  width: clamp(50%, 800px, 100%);
  margin: 40px auto;
}
@media screen and (max-width: 679px) {
  .miyagibunkazai.mingu-camera figure.image-80 {
    margin: 20px auto;
  }
}
.miyagibunkazai .ex-content {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.miyagibunkazai .ex-content > div dt {
  font-weight: 600;
}
.miyagibunkazai .ex-content > div dd a {
  color: #2B2B2B;
}

.virtual .img-wrap-single {
  width: clamp(60%, 600px, 100%);
  margin: 40px auto 0;
}
@media screen and (max-width: 679px) {
  .virtual .img-wrap-single {
    margin: 20px auto 0;
  }
}
.virtual figcaption {
  text-align: center;
  margin-block: 15px 40px;
}
@media screen and (max-width: 679px) {
  .virtual figcaption {
    margin-block: 15px 20px;
    font-size: 14px;
    font-weight: 500;
  }
}
.virtual .att-black {
  margin-block: 20px;
}
.virtual .no-bottom-mg {
  margin-block: 70px -90px;
}
@media screen and (max-width: 679px) {
  .virtual .no-bottom-mg {
    margin-block: 30px -40px;
  }
}
.virtual .content-footer {
  margin-block: 100px 0;
}
@media screen and (max-width: 679px) {
  .virtual .content-footer {
    margin-block: 50px 0;
  }
}
.virtual dl {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin: 20px 0 0 0;
}
.virtual dl dt {
  font-weight: 600;
  margin-block: 0 10px;
}
.virtual .modal-toggle {
  cursor: pointer;
}

.modal-content .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5em;
}
@media screen and (max-width: 679px) {
  .modal-content .container {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
.modal-content .container img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.modal-content .modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  overflow: auto;
  background: rgba(0, 0, 0, 0.7);
  transition: ease all 0.3s;
}
.modal-content .modal .modal-container img {
  width: auto;
  max-width: 90%;
  max-height: 400px;
  margin: 40px auto;
  display: block;
}
@media screen and (max-width: 679px) {
  .modal-content .modal .modal-container img {
    margin: 20px auto;
  }
}
.modal-content .modal .modal-container p {
  padding: 0 40px 40px;
}
@media screen and (max-width: 679px) {
  .modal-content .modal .modal-container p {
    padding: 0 20px 20px;
  }
}
.modal-content .modal .modal-content {
  margin: 40px 0 0 0;
  width: clamp(50%, 800px, 95%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  animation: show 0.6s linear 0s;
}
.modal-content .modal .modal-content .modal-container {
  margin: 0 0 20px 0;
}
.modal-content .modal .modal-content .modal-card {
  padding: 30px 50px;
  position: relative;
  background: #FFFFFF;
  border-radius: 20px;
}
@media screen and (max-width: 679px) {
  .modal-content .modal .modal-content .modal-card {
    padding: 20px;
  }
}
.modal-content .modal .modal-content .modal-close-cover {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  position: absolute;
  bottom: 20px;
  right: 0 !important;
}
.modal-content .modal .modal-content .modal-close-cover .modal-close {
  background: #2B2B2B;
  border-radius: 10px 0 10px 0;
  text-decoration: none;
  font-size: 16px;
  color: #FFF;
  line-height: 1;
  padding: 0.5em 2em;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .modal-content .modal .modal-content .modal-close-cover .modal-close:hover {
    text-decoration: none;
    cursor: pointer;
  }
}
.modal-content .modal .modal-content .modal-close-cover .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.tagajo .img-wrap-single {
  width: clamp(70%, 600px, 100%);
  margin: 40px auto 70px;
}
@media screen and (max-width: 679px) {
  .tagajo .img-wrap-single {
    margin: 20px auto 30px;
  }
}
.tagajo.explanation .img-wrap-single {
  margin: 40px auto 0;
}
@media screen and (max-width: 679px) {
  .tagajo.explanation .img-wrap-single {
    margin: 20px auto 0;
  }
}
.tagajo.main .tabs {
  margin: 30px 0 0 0;
}
.tagajo.main .tabs .tab-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 679px) {
  .tagajo.main .tabs .tab-list {
    justify-content: center;
    gap: 0 0.9vw;
  }
}
.tagajo.main .tabs .tab-list .tab-item {
  width: 24.5%;
  text-align: center;
  color: #2B2B2B;
  font-weight: 600;
  cursor: pointer;
  padding: 0.8em;
  transition: ease all 0.3s;
  background: #C6C6C6;
}
@media screen and (max-width: 679px) {
  .tagajo.main .tabs .tab-list .tab-item {
    width: auto;
  }
}
.tagajo.main .tabs .tab-list .tab-item:nth-of-type(1) {
  border-radius: 7px 0 0 0;
}
.tagajo.main .tabs .tab-list .tab-item:nth-of-type(4) {
  border-radius: 0 7px 0 0;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .tagajo.main .tabs .tab-list .tab-item:hover {
    background: #EFEDEA;
  }
}
.tagajo.main .tabs .tab-list .tab-item:focus-visible {
  outline: 2px solid #B21313;
}
.tagajo.main .tabs .tab-list .tab-item.tab-item.active {
  background: #EFEDEA;
  color: #2B2B2B !important;
}
.tagajo.main .tabs .tab-content.gray-bg-content {
  padding: 70px 0 90px;
  margin-block: 0 -90px;
}
@media screen and (max-width: 679px) {
  .tagajo.main .tabs .tab-content.gray-bg-content {
    padding: 20px 0 40px;
    margin-block: 0 -40px;
  }
}
.tagajo.main .tabs .tab-panel {
  display: none;
}
.tagajo.main .tabs .tab-panel.active {
  display: block;
}
.tagajo.main .tabs .tab-panel > section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 679px) {
  .tagajo.main .tabs .tab-panel > section {
    flex-direction: column;
  }
}
.tagajo.main .tabs .tab-panel > section > div {
  width: 25%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 0;
}
@media screen and (max-width: 679px) {
  .tagajo.main .tabs .tab-panel > section > div {
    width: 100%;
  }
}
.tagajo.main .tabs .tab-panel > section > div figcaption {
  text-align: center;
  margin-block: 0.3em 0;
}
.tagajo.main .tabs .tab-panel > section > figure {
  width: 68%;
}
@media screen and (max-width: 679px) {
  .tagajo.main .tabs .tab-panel > section > figure {
    width: 100%;
  }
}
.tagajo.temple .grid-wrap, .tagajo.monument .grid-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-block: 40px 0;
  align-items: start;
}
@media screen and (max-width: 679px) {
  .tagajo.temple .grid-wrap, .tagajo.monument .grid-wrap {
    flex-direction: column;
    margin-block: 20px 0;
  }
}
.tagajo.temple .grid-wrap > div, .tagajo.monument .grid-wrap > div {
  width: 25%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 0;
}
@media screen and (max-width: 679px) {
  .tagajo.temple .grid-wrap > div, .tagajo.monument .grid-wrap > div {
    width: 100%;
  }
}
.tagajo.temple .grid-wrap > div figcaption, .tagajo.monument .grid-wrap > div figcaption {
  text-align: center;
  margin-block: 0.3em 0;
}
.tagajo.temple .grid-wrap > figure, .tagajo.monument .grid-wrap > figure {
  width: 68%;
}
@media screen and (max-width: 679px) {
  .tagajo.temple .grid-wrap > figure, .tagajo.monument .grid-wrap > figure {
    width: 100%;
  }
}
.tagajo.cityscape .contents-wrap-contents > figure {
  width: 100%;
  margin-block: 40px;
}
@media screen and (max-width: 679px) {
  .tagajo.cityscape .contents-wrap-contents > figure {
    margin-block: 20px;
  }
}
.tagajo.cityscape .grid-wrap {
  display: flex;
  justify-content: space-between;
  gap: 0 3em;
  margin-block: 40px;
}
@media screen and (max-width: 679px) {
  .tagajo.cityscape .grid-wrap {
    flex-direction: column;
    margin-block: 0;
    gap: 20px 0;
  }
}
.tagajo.cityscape .grid-wrap figure {
  width: 32%;
  margin: 0;
}
@media screen and (max-width: 679px) {
  .tagajo.cityscape .grid-wrap figure {
    width: 100%;
  }
}
.tagajo.cityscape .grid-wrap figure figcaption {
  text-align: center;
  margin-block: 0.4em 0;
}
.tagajo.research figure {
  width: 100%;
  margin-block: 40px;
}
.tagajo.research .btn-area {
  text-align: center;
  margin-block: 40px 0;
}
@media screen and (max-width: 679px) {
  .tagajo.research .btn-area {
    margin-block: 20px 0;
  }
  .tagajo.research .btn-area .btn-circle-arrow-right {
    letter-spacing: 0.03em;
  }
}
.tagajo.research dl {
  display: flex;
  justify-content: space-between;
  margin-block: 40px 0;
  background: #EFEDEA;
  padding: 30px 0;
}
@media screen and (max-width: 679px) {
  .tagajo.research dl {
    margin-block: 20px 0;
    flex-direction: column;
    padding: 0;
  }
}
.tagajo.research dl div {
  width: 33.3333333333%;
  border-right: 1px solid #C6C6C6;
  padding: 0 30px;
  display: grid;
  gap: 1em 0;
}
@media screen and (max-width: 679px) {
  .tagajo.research dl div {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #C6C6C6;
    padding: 20px;
  }
}
.tagajo.research dl div:last-of-type {
  border: none;
}
.tagajo.research dl div dt {
  font-weight: 600;
  font-size: clamp(16px, 2vw, 18px);
  text-align: center;
}
.tagajo.research dl div dd:last-of-type {
  margin-top: auto;
}
@media screen and (max-width: 679px) {
  .tagajo.research dl div dd:last-of-type {
    border: none;
  }
}
.tagajo .modal {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(1);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 9999;
}
.tagajo .modal-show {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.tagajo .modal-content {
  background: #FFF;
  padding: 30px 30px 50px;
  border-radius: 10px;
  text-align: center;
  width: clamp(50%, 500px, 95%);
  position: relative;
}
@media screen and (max-width: 679px) {
  .tagajo .modal-content {
    padding: 20px 20px 40px;
  }
}
.tagajo .modal-content .modal-close-cover {
  position: absolute;
  bottom: 0;
  right: 0 !important;
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
.tagajo .modal-content .modal-close-cover .modal-close {
  background: #2B2B2B;
  border-radius: 10px 0 8px 0;
  text-decoration: none;
  font-size: 16px;
  color: #FFF;
  line-height: 1;
  padding: 0.5em 2em;
}
@media screen and (max-width: 679px) {
  .tagajo .modal-content .modal-close-cover .modal-close {
    font-size: 15px;
  }
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .tagajo .modal-content .modal-close-cover .modal-close:hover {
    text-decoration: none;
    cursor: pointer;
  }
}
.tagajo .modal-content .modal-close-cover .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
.tagajo .modal-content img {
  width: 100%;
  height: auto;
}
.tagajo .modal-content figcaption {
  margin-block: 0.4em 0;
}

.learning .footer-content-box {
  position: relative;
  background: #EFEDEA;
  padding: 60px 40px 30px;
  margin: 50px 0 0 0;
}
@media screen and (max-width: 679px) {
  .learning .footer-content-box {
    padding: 50px 20px 20px;
    margin: 20px 0 0 0;
  }
}
.learning .footer-content-box.mgn {
  margin: 5px 0 20px;
}
.learning .footer-content-box h2 {
  position: absolute;
  background: #917145;
  color: #FFF;
  display: inline-block;
  top: 0;
  left: 0;
  font-size: clamp(15px, 2vw, 16px);
  font-weight: 600;
  padding: 0.4em 1.5em;
  border-radius: 0 0 20px 0;
}
@media screen and (max-width: 679px) {
  .learning .footer-content-box h2 {
    border-radius: 0 0 10px 0;
  }
}
.learning .footer-content-box dt {
  font-weight: 600;
}
.learning .btn-cover.grid-center {
  width: clamp(80%, 800px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(377px, 1fr));
  gap: 1em 2em;
}
.learning .btn-cover.single-center {
  display: grid;
  margin-inline: auto;
  place-items: center;
  margin-block: 40px;
}
@media screen and (max-width: 679px) {
  .learning .btn-cover.single-center {
    margin-block: 20px;
  }
}
.learning .btn-cover.single-center .btn-circle-arrow-right {
  width: min(377px, 100%);
  min-width: inherit;
}
.learning .two-col-list > div dt {
  font-weight: 600;
}
.learning .two-col-list > div dd .list-content-box {
  position: relative;
  background: #EFEDEA;
  padding: 60px 40px 30px;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 679px) {
  .learning .two-col-list > div dd .list-content-box {
    padding: 50px 20px 20px;
  }
}
.learning .two-col-list > div dd .list-content-box.mgn {
  margin: 5px 0 20px;
}
.learning .two-col-list > div dd .list-content-box h2 {
  position: absolute;
  background: #917145;
  color: #FFF;
  display: inline-block;
  top: 0;
  left: 0;
  font-size: clamp(15px, 2vw, 16px);
  font-weight: 600;
  padding: 0.4em 1.5em;
  border-radius: 0 0 20px 0;
}
@media screen and (max-width: 679px) {
  .learning .two-col-list > div dd .list-content-box h2 {
    border-radius: 0 0 10px 0;
  }
}
.learning .two-col-list > div dd .list-content-box .btn-area {
  display: flex;
  gap: 0.5em 2em;
}
@media screen and (max-width: 679px) {
  .learning .two-col-list > div dd .list-content-box .btn-area {
    flex-direction: column;
    gap: 0;
  }
  .learning .two-col-list > div dd .list-content-box .btn-area .btn-arrow-left:nth-of-type(1) {
    padding: 15px 0 10px 30px;
  }
  .learning .two-col-list > div dd .list-content-box .btn-area .btn-arrow-left:nth-of-type(2) {
    padding: 0 0 15px 30px;
  }
}
.learning section:nth-child(n+2) {
  margin-block: 50px 0;
}
@media screen and (max-width: 679px) {
  .learning section:nth-child(n+2) {
    margin-block: 20px 0;
  }
}
.learning.application .contents-wrap-contents li a {
  color: #2B2B2B;
  text-decoration-color: #2B2B2B;
  transition: ease all 0.3s;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .learning.application .contents-wrap-contents li a:hover {
    text-decoration-color: transparent;
  }
}
.learning.application .att-black {
  margin-block: 30px;
}
@media screen and (max-width: 679px) {
  .learning.application .att-black {
    margin-block: 20px;
  }
}
.learning.application .att-black .att-red {
  color: #B21313;
}
.learning.study ol {
  list-style-type: decimal;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-inline: 1.5em 0;
}
.learning.study .tabs .tab-list {
  display: flex;
  justify-content: space-between;
  width: clamp(600px, 50%, 800px);
  margin: 70px auto 0;
}
@media screen and (max-width: 679px) {
  .learning.study .tabs .tab-list {
    width: 100%;
    margin: 30px 0 0 0;
  }
}
.learning.study .tabs .tab-list .tab-item {
  width: 49.5%;
  text-align: center;
  color: #2B2B2B;
  font-weight: 600;
  cursor: pointer;
  padding: 0.8em;
  transition: ease all 0.3s;
  background: #C6C6C6;
}
.learning.study .tabs .tab-list .tab-item:nth-of-type(1) {
  border-radius: 7px 0 0 0;
}
.learning.study .tabs .tab-list .tab-item:nth-of-type(2) {
  border-radius: 0 7px 0 0;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .learning.study .tabs .tab-list .tab-item:hover {
    background: #EFEDEA;
  }
}
.learning.study .tabs .tab-list .tab-item.tab-item.active {
  background: #EFEDEA;
  color: #2B2B2B !important;
}
.learning.study .tabs .tab-content.gray-bg-content {
  padding: 70px 0 90px;
  margin-block: 0 -90px;
}
@media screen and (max-width: 679px) {
  .learning.study .tabs .tab-content.gray-bg-content {
    padding: 30px 0 40px;
    margin-block: 0 -40px;
  }
}
.learning.study .tabs .tab-panel {
  display: none;
  text-align: center;
}
@media screen and (max-width: 679px) {
  .learning.study .tabs .tab-panel p {
    text-align: justify;
  }
}
.learning.study .tabs .tab-panel.active {
  display: block;
}
.learning.study .tabs .tab-panel .att-black {
  font-size: 15px;
  margin-block: 0.5em;
}
.learning.study .card {
  width: clamp(80%, 1000px, 95%);
  margin: 50px auto 0;
  display: grid;
  gap: 2rem 2rem;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
@media screen and (max-width: 679px) {
  .learning.study .card {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 20px 0;
    margin: 20px 0 0 0;
  }
}
.learning.study .card.three {
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.learning.study .card.three > div {
  padding: 30px;
}
@media screen and (max-width: 679px) {
  .learning.study .card.three > div {
    padding: 20px;
  }
}
.learning.study .card.three > div dt span {
  display: block;
  font-size: 0.9rem;
}
.learning.study .card > div {
  display: grid;
  gap: 1em 0;
  padding: 40px;
  background: #FFF;
  border-radius: 10px;
}
@media screen and (max-width: 679px) {
  .learning.study .card > div {
    padding: 20px;
    gap: 0.7em 0;
  }
}
.learning.study .card > div dt {
  font-weight: 600;
  font-size: clamp(16px, 2vw, 18px);
}
.learning.study .card > div dd img {
  margin-block: 0 15px;
}
.learning.study .card > div dd .btn-circle-arrow-right {
  min-width: inherit;
  width: 100%;
}

.kids {
  background: #EFEDEA;
}
.kids .list-linksbtn {
  gap: 0 20px;
}
@media screen and (max-width: 1200px) {
  .kids .list-linksbtn {
    gap: 0 10px;
  }
}
.kids .list-linksbtn .btn-list-link {
  padding: 0.8em 0;
  border: 2px solid #86A549;
  border-radius: 50px;
  background: #86A549;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  height: 100%;
  width: 100%;
  display: grid;
  place-content: center;
  font-size: clamp(14px, 1.5vw, 18px);
  font-family: "Kiwi Maru", serif;
  transition: ease all 0.3s;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .kids .list-linksbtn .btn-list-link {
    padding: 10px;
    letter-spacing: 0px;
  }
}
.kids .list-linksbtn .btn-list-link::before {
  content: "";
  background: url(../img/kids/arrow-white.svg) no-repeat center/cover;
  width: 8px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .kids .list-linksbtn .btn-list-link::before {
    width: 6px;
    height: 12px;
    background-size: contain;
    right: 13px;
  }
}
.kids .list-linksbtn .btn-list-link::after {
  display: none !important;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .kids .list-linksbtn .btn-list-link:hover {
    background: #FFF !important;
    color: #86A549;
  }
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .kids .list-linksbtn .btn-list-link:hover::before, .kids .list-linksbtn .btn-list-link:hover.active-page-link::before {
    background: url(../img/kids/arrow-green.svg) no-repeat center/cover;
  }
}
.kids .list-linksbtn .btn-list-link.active-page-link {
  background: #FFF !important;
  color: #86A549;
}
.kids .list-linksbtn .btn-list-link.active-page-link::before, .kids .list-linksbtn .btn-list-link.active-page-link.active-page-link::before {
  background: url(../img/kids/arrow-green.svg) no-repeat center/cover;
}
.kids .list-linksbtn .items-linksbtn {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 1200px) {
  .kids .list-linksbtn .items-linksbtn {
    width: calc((100% - 30px) / 4);
  }
}
.kids .list-linksbtn .items-linksbtn:nth-child(2) .btn-list-link {
  border: 2px solid #4C8AAC;
  background: #4C8AAC;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .kids .list-linksbtn .items-linksbtn:nth-child(2) .btn-list-link:hover {
    color: #4C8AAC;
  }
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .kids .list-linksbtn .items-linksbtn:nth-child(2) .btn-list-link:hover::before, .kids .list-linksbtn .items-linksbtn:nth-child(2) .btn-list-link:hover.active-page-link::before {
    background: url(../img/kids/arrow-blue.svg) no-repeat center/cover;
  }
}
.kids .list-linksbtn .items-linksbtn:nth-child(2) .btn-list-link.active-page-link {
  color: #4C8AAC;
}
.kids .list-linksbtn .items-linksbtn:nth-child(2) .btn-list-link.active-page-link::before, .kids .list-linksbtn .items-linksbtn:nth-child(2) .btn-list-link.active-page-link.active-page-link::before {
  background: url(../img/kids/arrow-blue.svg) no-repeat center/cover;
}
.kids .list-linksbtn .items-linksbtn:nth-child(3) .btn-list-link {
  border: 2px solid #D8AC37;
  background: #D8AC37;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .kids .list-linksbtn .items-linksbtn:nth-child(3) .btn-list-link:hover {
    color: #D8AC37;
  }
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .kids .list-linksbtn .items-linksbtn:nth-child(3) .btn-list-link:hover::before, .kids .list-linksbtn .items-linksbtn:nth-child(3) .btn-list-link:hover.active-page-link::before {
    background: url(../img/kids/arrow-yellow.svg) no-repeat center/cover;
  }
}
.kids .list-linksbtn .items-linksbtn:nth-child(3) .btn-list-link.active-page-link {
  color: #D8AC37;
}
.kids .list-linksbtn .items-linksbtn:nth-child(3) .btn-list-link.active-page-link::before, .kids .list-linksbtn .items-linksbtn:nth-child(3) .btn-list-link.active-page-link.active-page-link::before {
  background: url(../img/kids/arrow-yellow.svg) no-repeat center/cover;
}
.kids .list-linksbtn .items-linksbtn:nth-child(4) .btn-list-link {
  border: 2px solid #A7648E;
  background: #A7648E;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .kids .list-linksbtn .items-linksbtn:nth-child(4) .btn-list-link:hover {
    color: #A7648E;
  }
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .kids .list-linksbtn .items-linksbtn:nth-child(4) .btn-list-link:hover::before, .kids .list-linksbtn .items-linksbtn:nth-child(4) .btn-list-link:hover.active-page-link::before {
    background: url(../img/kids/arrow-pink.svg) no-repeat center/cover;
  }
}
.kids .list-linksbtn .items-linksbtn:nth-child(4) .btn-list-link.active-page-link {
  color: #A7648E;
}
.kids .list-linksbtn .items-linksbtn:nth-child(4) .btn-list-link.active-page-link::before, .kids .list-linksbtn .items-linksbtn:nth-child(4) .btn-list-link.active-page-link.active-page-link::before {
  background: url(../img/kids/arrow-pink.svg) no-repeat center/cover;
}
.kids .header-sp-subnav {
  display: none !important;
}
@media screen and (max-width: 679px) {
  .kids .header-sp-subnav {
    display: block !important;
    position: relative;
  }
  .kids .header-sp-subnav::after {
    content: "";
    width: 8px;
    height: 15px;
    background: url(../img/kids/arrow-green.svg) no-repeat center/cover;
    position: absolute;
    top: 50%;
    right: 1.5em;
    transform: translateY(-50%) rotate(90deg);
    z-index: 2;
  }
  .kids .header-sp-subnav select {
    font-family: "Kiwi Maru", serif;
    background: #FFFFFF;
    color: #86A549;
    font-size: 17px;
    padding: 0.8em 1.5em 0.9em;
    border-radius: 50px;
    width: 100%;
    letter-spacing: 1px;
    border: 1.5px solid #86A549;
  }
}
.kids .gray-bg-content {
  margin-block: -90px;
  box-shadow: 0 0 0 100vmax #F0E7D9;
  background: #F0E7D9;
}
.kids.outline .lead-wrap {
  display: grid;
  grid-template-columns: 1.2fr 8fr 0.8fr;
  width: clamp(75%, 1100px, 100%);
  margin: 70px auto 60px;
  align-items: center;
}
@media screen and (max-width: 679px) {
  .kids.outline .lead-wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    margin: 30px auto 20px;
  }
  .kids.outline .lead-wrap img:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
    width: 50%;
    justify-self: end;
  }
  .kids.outline .lead-wrap img:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1;
    width: 35%;
    justify-self: start;
  }
  .kids.outline .lead-wrap p {
    grid-column: 1/span 2;
    grid-row: 2;
    text-align: left;
    text-align: justify;
  }
}
.kids.outline .two-col {
  display: grid;
  grid-template-columns: 4.27fr 3fr;
  gap: 40px;
}
@media screen and (max-width: 679px) {
  .kids.outline .two-col {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
.kids.outline .two-col img {
  border-radius: 20px;
}
@media screen and (max-width: 679px) {
  .kids.outline .two-col img {
    border-radius: 10px;
  }
}
.kids.outline ul.menu {
  display: grid;
  gap: 30px 0;
  margin-block: 40px 0;
}
@media screen and (max-width: 679px) {
  .kids.outline ul.menu {
    gap: 20px 0;
    margin-block: 20px 0;
  }
}
.kids.outline ul.menu li {
  display: grid;
  grid-template-columns: minmax(550px, 3fr) 7fr;
  gap: 2em 5em;
  background: #4C8AAC;
  color: #FFFFFF;
  padding: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 1400px) {
  .kids.outline ul.menu li {
    grid-template-columns: minmax(400px, 3fr) 7fr;
    gap: 2em 3em;
  }
}
@media screen and (max-width: 1000px) {
  .kids.outline ul.menu li {
    grid-template-columns: minmax(350px, 3fr) 7fr;
    place-items: center;
  }
}
@media screen and (max-width: 679px) {
  .kids.outline ul.menu li {
    grid-template-columns: 1fr;
    padding: 20px;
    border-radius: 10px;
    gap: 20px 0;
  }
}
.kids.outline ul.menu li > section {
  display: flex;
  flex-direction: column;
}
.kids.outline ul.menu li > section a {
  margin-top: auto;
  text-align: right;
  text-decoration-color: transparent;
  color: #FFFFFF;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: clamp(15px, 2vw, 18px);
  gap: 0 0.5em;
}
@media screen and (max-width: 679px) {
  .kids.outline ul.menu li > section a {
    margin-block: 15px 0;
  }
}
.kids.outline ul.menu li > section a::after {
  content: "";
  background: url(../img/kids/arrow-white-circle.svg) no-repeat center/cover;
  width: 18px;
  height: 18px;
}
.kids.outline ul.menu li:nth-child(2) {
  background: #D8AC37;
}
.kids.outline ul.menu li:nth-child(3) {
  background: #A7648E;
}
.kids.outline ul.menu li img {
  border-radius: 15px;
}
@media screen and (max-width: 679px) {
  .kids.outline ul.menu li img {
    border-radius: 10px;
  }
}
.kids.outline ul.menu li h2 {
  font-weight: 600;
  font-family: "Kiwi Maru", serif;
  font-size: clamp(20px, 2.5vw, 30px);
  margin-block: 0 30px;
}
@media screen and (max-width: 679px) {
  .kids.outline ul.menu li h2 {
    margin-block: 0 15px;
  }
}
.kids.outline ul.menu li p {
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.7;
  margin-block: 0 15px;
}
@media screen and (max-width: 679px) {
  .kids.theater .header-sp-subnav::after {
    background: url(../img/kids/arrow-blue.svg) no-repeat center/cover;
  }
  .kids.theater .header-sp-subnav select {
    color: #4C8AAC;
    border: 1.5px solid #4C8AAC;
  }
}
.kids.theater section {
  background: #FFFFFF;
  border-radius: 20px;
  width: clamp(80%, 1000px, 100%);
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 679px) {
  .kids.theater section {
    border-radius: 10px;
  }
}
.kids.theater section h2 {
  background: #4C8AAC;
  color: #FFFFFF;
  text-align: center;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 600;
  padding: 0.5em;
}
.kids.theater section > dl {
  padding: 50px;
  display: grid;
  gap: 30px 0;
}
@media screen and (max-width: 679px) {
  .kids.theater section > dl {
    padding: 20px;
    gap: 20px 0;
  }
}
.kids.theater section > dl > div {
  border-bottom: 2px dotted #4C8AAC;
  padding-block: 0 30px;
}
@media screen and (max-width: 679px) {
  .kids.theater section > dl > div {
    padding-block: 0 20px;
  }
}
.kids.theater section > dl > div:last-of-type {
  border-bottom: none;
  padding-block: 0;
}
.kids.theater section > dl > div > dt {
  font-size: clamp(16px, 2vw, 20px);
  color: #4C8AAC;
  font-weight: 600;
}
.kids.theater section > dl > div dd dl {
  display: flex;
  gap: 1em 4em;
  align-items: center;
  margin-block: 10px;
}
@media screen and (max-width: 679px) {
  .kids.theater section > dl > div dd dl {
    flex-wrap: wrap;
    gap: 0.5em 0;
  }
}
.kids.theater section > dl > div dd dl > div {
  display: flex;
  gap: 1em 1em;
}
.kids.theater section > dl > div dd dl > div dt {
  background: #4C8AAC;
  border-radius: 50px;
  padding: 5px 0 2px;
  color: #FFFFFF;
  line-height: 1;
  font-weight: 500;
  min-width: 100px;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 679px) {
  .kids.theater section > dl > div dd dl > div dt {
    padding: 5px 0 6px;
    font-size: 14px;
  }
}
@media screen and (max-width: 679px) {
  .kids.vr .header-sp-subnav::after {
    background: url(../img/kids/arrow-pink.svg) no-repeat center/cover;
  }
  .kids.vr .header-sp-subnav select {
    color: #A7648E;
    border: 1.5px solid #A7648E;
  }
}
.kids.vr section {
  background: #FFFFFF;
  border-radius: 20px;
  width: clamp(80%, 1000px, 100%);
  overflow: hidden;
  margin: 0 auto;
  margin-block: 50px 0;
}
@media screen and (max-width: 679px) {
  .kids.vr section {
    border-radius: 10px;
    margin-block: 30px 0;
  }
}
.kids.vr section h2 {
  background: #A7648E;
  color: #FFFFFF;
  text-align: center;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 600;
  padding: 0.5em;
}
.kids.vr section .wrap {
  padding: 40px;
  display: grid;
  gap: 30px;
}
@media screen and (max-width: 679px) {
  .kids.vr section .wrap {
    padding: 20px;
    gap: 20px;
  }
  .kids.vr section .wrap p {
    text-align: justify;
  }
}
.kids.vr section .wrap .two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em 4em;
  margin-block: 0 30px;
}
@media screen and (max-width: 679px) {
  .kids.vr section .wrap .two-col {
    grid-template-columns: 1fr;
    margin-block: 0;
    gap: 20px 0;
  }
}
.kids.vr section .wrap .two-col img {
  border-radius: 15px;
}
@media screen and (max-width: 679px) {
  .kids.vr section .wrap .two-col img {
    border-radius: 10px;
  }
}
.kids.vr section .wrap .border-dotted {
  border-top: 2px dotted #A7648E;
  border-bottom: 2px dotted #A7648E;
  padding-block: 30px;
}
@media screen and (max-width: 679px) {
  .kids.vr section .wrap .border-dotted {
    padding-block: 20px;
  }
}
.kids.vr section .two-col-wrap {
  padding: 40px;
  display: grid;
  grid-template-columns: 4fr 6fr;
  gap: 2em 4em;
}
@media screen and (max-width: 679px) {
  .kids.vr section .two-col-wrap {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
.kids.vr section .two-col-wrap img {
  border-radius: 15px;
  grid-row: 1;
}
.kids.vr section .two-col-wrap .border-dotted {
  margin-block: 30px 0;
  border-top: 2px dotted #A7648E;
  padding-block: 30px 0;
}
@media screen and (max-width: 679px) {
  .kids.vr section .two-col-wrap .border-dotted {
    margin-block: 20px 0;
    padding-block: 20px 0;
  }
}
.kids.vr section .big-disk li::before {
  content: "● ";
  color: #A7648E;
}
.kids h1 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #917145;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 8px;
  margin-block: 70px 30px;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 679px) {
  .kids h1 {
    font-size: 22px;
    letter-spacing: 1px;
    margin-block: 30px 20px;
  }
}
.kids h1::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: #917145;
  order: 2;
}
.kids h1::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #917145;
  order: 1;
  margin-block: 0 10px;
}
.kids p.lead {
  text-align: center;
  color: #917145;
  font-size: clamp(16px, 1.5vw, 20px);
  letter-spacing: 1px;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 679px) {
  .kids p.lead {
    text-align: justify;
  }
}
.kids figure.mainvl {
  width: min(95%, 800px);
  border-radius: 20px;
  overflow: hidden;
  margin: 40px auto 70px;
}
@media screen and (max-width: 679px) {
  .kids figure.mainvl {
    border-radius: 10px;
    margin: 20px auto 30px;
    width: 100%;
  }
}
@media screen and (max-width: 679px) {
  .kids .wagon .header-sp-subnav::after {
    background: url(../img/kids/arrow-yellow.svg) no-repeat center/cover;
  }
  .kids .wagon .header-sp-subnav select {
    color: #D8AC37;
    border: 1.5px solid #D8AC37;
  }
}
.kids .wagon .modal-toggle {
  cursor: pointer;
}
.kids .modal-content .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: calc(130px + 2em) 2em;
  margin-block: 170px 0;
}
@media screen and (max-width: 679px) {
  .kids .modal-content .container {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    margin-block: 80px 0;
    gap: 80px 10px;
  }
}
.kids .modal-content .container img {
  width: min(60%, 150px);
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 679px) {
  .kids .modal-content .container img {
    width: 70%;
  }
}
.kids .modal-content .container li {
  background: #FFFFFF;
  padding: 0;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.kids .modal-content .container li::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 130px;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: circle(130px at 50% 100%);
  background: #FFFFFF;
  z-index: 0;
}
@media screen and (max-width: 679px) {
  .kids .modal-content .container li::before {
    width: 140px;
    height: 70px;
    clip-path: circle(70px at 50% 100%);
    top: -60px;
  }
}
.kids .modal-content .container li .wrap {
  margin-block: -60px 0;
  padding: 0 30px 30px;
  position: relative;
}
@media screen and (max-width: 679px) {
  .kids .modal-content .container li .wrap {
    margin-block: -40px 0;
    padding: 0 15px 15px;
  }
  .kids .modal-content .container li .wrap p {
    text-align: justify;
    font-size: 14px;
  }
}
.kids .modal-content .container li h2 {
  text-align: center;
  color: #917145;
  font-weight: 600;
}
@media screen and (max-width: 679px) {
  .kids .modal-content .container li h2 {
    font-size: 18px;
  }
}
.kids .modal-content .container li h2 ruby {
  line-height: 2.8em;
}
@media screen and (max-width: 679px) {
  .kids .modal-content .container li h2 ruby {
    line-height: 1.3;
  }
}
.kids .modal-content .container li h2 rt {
  margin-bottom: 0.33rem;
  font-size: 50%;
}
@media screen and (max-width: 679px) {
  .kids .modal-content .container li h2 rt {
    margin-bottom: 0.05em;
  }
}
.kids .modal-content .container li .btn-example {
  background: #D8AC37;
  border-radius: 0 0 10px 10px;
  display: block;
  margin-top: auto;
  padding: 0.6em;
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.5em;
}
.kids .modal-content .container li .btn-example::after {
  content: "";
  background: url(../img/kids/arrow-white-circle.svg) no-repeat center/cover;
  width: 18px;
  height: 18px;
}
.kids .modal-content .container .modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.7);
  transition: ease all 0.3s;
}
.kids .modal-content .container .modal .modal-container img {
  width: auto;
  max-width: 90%;
  max-height: 400px;
  margin: 40px auto;
  display: block;
}
.kids .modal-content .container .modal .modal-container p {
  padding: 0 40px 40px;
}
.kids .modal-content .container .modal .modal-content {
  background: transparent !important;
  overflow-y: initial !important;
  width: clamp(50%, 800px, 95%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  border-radius: 10px;
  animation: show 0.6s linear 0s;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.kids .modal-container::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 130px;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: circle(130px at 50% 100%);
  background: #FFF;
  z-index: 0;
}
.kids .modal-card {
  padding: 30px 50px;
  color: #917145;
  position: relative;
  background: #FFFFFF;
  border-radius: 20px;
}
@media screen and (max-width: 679px) {
  .kids .modal-card {
    padding: 20px;
  }
}
.kids .modal-card h2 {
  text-align: center;
  color: #917145;
  font-weight: 600;
}
@media screen and (max-width: 679px) {
  .kids .modal-card h2 {
    font-size: 20px;
  }
}
.kids .modal-card h2 ruby {
  line-height: 2.8em;
}
.kids .modal-card h2 rt {
  margin-bottom: 0.33rem;
  font-size: 50%;
}
.kids .modal-card .image-wrap {
  display: flex;
  justify-content: space-between;
  width: clamp(85%, 700px, 90%);
  align-items: center;
  margin: 10px auto;
  gap: 0 1em;
}
@media screen and (max-width: 679px) {
  .kids .modal-card .image-wrap {
    width: 100%;
  }
}
.kids .modal-card .image-wrap img {
  border-radius: 10px;
  display: block;
  margin: 0;
}
.kids .modal-card .image-wrap img:first-of-type {
  width: 37%;
}
.kids .modal-card .image-wrap img:last-of-type {
  width: 58%;
}
.kids .modal-card .ico {
  display: block;
  width: 150px !important;
  margin: -15px auto !important;
}
@media screen and (max-width: 679px) {
  .kids .modal-card .ico {
    width: 35% !important;
  }
}
.kids .modal-card h3 {
  display: inline-block;
  background: #D8AC37;
  color: #FFF;
  font-weight: 600;
  padding: 0.2em 0.5em;
  border-radius: 5px;
  font-size: 14px;
}
.kids .modal-card p {
  padding: 10px 0 !important;
}
.kids .modal-content .modal .modal-content {
  margin: 150px 0 0 0;
  background: transparent !important;
  position: absolute;
  width: clamp(50%, 800px, 95%);
  max-height: inherit;
  animation: show 0.6s linear 0s;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}
.kids .modal-content .modal .modal-content .wrap {
  margin-block: -60px 30px;
}
@media screen and (max-width: 679px) {
  .kids .modal-content .modal .modal-content .wrap {
    margin-block: -60px 15px;
  }
}
.kids .modal-container {
  margin: 0 0 20px 0;
}
.kids .modal-close-cover {
  position: absolute !important;
  bottom: 20px !important;
  right: 0 !important;
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
.kids .modal-close-cover .modal-close {
  background: #D8AC37 !important;
  border-radius: 10px 0;
  text-decoration: none;
  font-size: 16px;
  color: #FFF;
  line-height: 1;
  padding: 0.5em 2em;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .kids .modal-close-cover .modal-close:hover {
    text-decoration: none;
    cursor: pointer;
  }
}
.kids .modal-close-cover .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}

.about.mission .declaration {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(20px, 4vw, 36px);
  text-align: center;
  margin-block: 80px;
  color: #917145;
  letter-spacing: 3px;
}
@media screen and (max-width: 679px) {
  .about.mission .declaration {
    margin-block: 30px;
  }
}
.about.mission .ttl-h2 {
  color: #917145;
}
.about.mission .contents-wrap-contents a {
  color: #000;
}
.about.mission .contents-wrap-contents > section:has(+ section) {
  margin-block: 0 20px;
}
.about.mission .contents-wrap-contents > section section:has(+ section) {
  margin-block: 0 30px;
}
@media screen and (max-width: 679px) {
  .about.mission .contents-wrap-contents > section section:has(+ section) {
    margin-block: 0 20px;
  }
}
.about.mission .mission-list {
  font-weight: 600;
  font-size: clamp(15px, 2vw, 18px);
}
.about.mission h3 {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: clamp(16px, 2vw, 18px);
  padding: 0 0 15px 0;
}
.about.mission .block-pd {
  padding-block: 43px 15px;
}
@media screen and (max-width: 679px) {
  .about.mission .block-pd {
    padding-block: 20px 15px;
  }
}
.about.mission .disk {
  margin-inline: 1.4em 0;
}
@media screen and (max-width: 679px) {
  .about.mission .disk {
    margin-inline: 1em 0;
  }
}
.about.mission p:has(+ p) {
  margin-block: 0 15px;
}
.about.mission .normal-content dt {
  font-weight: 600;
  margin-block: 30px 10px;
}
.about.mission .gray-bg-content {
  padding: 40px 0 90px;
  margin-block: 70px -90px !important;
}
@media screen and (max-width: 679px) {
  .about.mission .gray-bg-content {
    padding: 20px 0 40px;
    margin-block: 20px -40px !important;
  }
}
.about.mission .gray-bg-content dt {
  font-weight: 600;
}
.about.efforts .decimal {
  margin-block: 70px;
}
@media screen and (max-width: 679px) {
  .about.efforts .decimal {
    margin-block: 30px;
  }
}
.about.efforts .two-col-list {
  word-break: break-word;
}
.about.efforts .two-col-list > div {
  grid-template-columns: 4fr 6fr;
}
@media screen and (max-width: 679px) {
  .about.efforts .two-col-list > div {
    grid-template-columns: 1fr;
  }
}
.about.efforts .two-col-list > div:first-of-type {
  border-top: 1px solid #2B2B2B;
}
.about.efforts .two-col-list > div dt {
  font-weight: 600;
}
.about.work .contents-wrap-contents > section:has(+ section) {
  margin-block: 0 70px;
}
@media screen and (max-width: 679px) {
  .about.work .contents-wrap-contents > section:has(+ section) {
    margin-block: 0 30px;
  }
}
.about.work .contents-wrap-contents .three-col-list, .about.work .contents-wrap-contents .two-col-list {
  margin-block: 30px 0;
}
@media screen and (max-width: 679px) {
  .about.work .contents-wrap-contents .three-col-list, .about.work .contents-wrap-contents .two-col-list {
    margin-block: 10px 0;
  }
}
.about.work .contents-wrap-contents .three-col-list dt, .about.work .contents-wrap-contents .two-col-list dt {
  font-weight: 600;
}
.about.work .contents-wrap-contents .three-col-list > div {
  grid-template-columns: 2fr 4.5fr 3.5fr;
  align-items: center;
}
@media screen and (max-width: 679px) {
  .about.work .contents-wrap-contents .three-col-list > div {
    grid-template-columns: 1fr;
    padding-block: 15px;
  }
  .about.work .contents-wrap-contents .three-col-list > div .btn-arrow-left {
    padding: 0 0 0 30px;
  }
}
.about.work .contents-wrap-contents .three-col-list > div > *:first-child {
  align-self: flex-start;
}
.about.about-work .contents-wrap-contents > section:has(+ section) {
  margin-block: 0 50px;
}
@media screen and (max-width: 679px) {
  .about.about-work .contents-wrap-contents > section:has(+ section) {
    margin-block: 0 20px;
  }
}
.about.about-work .two-col-image {
  margin-block: 70px 0;
  display: grid;
  grid-template-columns: 5fr 5fr;
  gap: 2em 2em;
}
@media screen and (max-width: 679px) {
  .about.about-work .two-col-image {
    margin-block: 20px 0;
    gap: 20px 0;
    grid-template-columns: 1fr;
  }
}
.about.about-work .two-col-image.inner-image {
  margin-block: 40px 0;
}
@media screen and (max-width: 679px) {
  .about.about-work .two-col-image.inner-image {
    margin-block: 20px 0;
  }
}
.about.about-work .top-pd {
  padding: 43px 0 0;
}
.about.staff-member .contents-wrap-contents a {
  color: #2B2B2B;
}
.about.staff-member .contents-wrap-contents > section:has(+ section) {
  margin-block: 0 70px;
}
@media screen and (max-width: 679px) {
  .about.staff-member .contents-wrap-contents > section:has(+ section) {
    margin-block: 0 20px;
  }
}
@media screen and (max-width: 679px) {
  .about.staff-member section:first-of-type .two-col-list > div {
    grid-template-columns: 5.5fr 4.5fr !important;
  }
  .about.staff-member section:first-of-type .two-col-list > div:first-of-type {
    padding-block: 0 15px;
  }
}
.about.staff-member .two-col-list > div {
  grid-template-columns: 3fr 7fr;
}
@media screen and (max-width: 679px) {
  .about.staff-member .two-col-list > div {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 679px) {
  .about.staff-member .two-col-list > div > dt.dt-ttl {
    font-size: 17px;
    margin-block: 10px;
  }
}
.about.staff-member .two-col-list dt {
  font-weight: 600;
}
.about.staff-member .two-col-list .two-col-list > div {
  display: grid;
  grid-template-columns: 2fr 8fr;
  gap: 1em 2em;
  padding-block: 32px;
  border-bottom: 1px solid #C6C6C6;
}
@media screen and (max-width: 679px) {
  .about.staff-member .two-col-list .two-col-list > div {
    grid-template-columns: 4fr 6fr;
    padding-block: 15px;
  }
}
.about.staff-member .two-col-list .two-col-list > div:first-of-type {
  padding-block: 0 32px;
}
@media screen and (max-width: 679px) {
  .about.staff-member .two-col-list .two-col-list > div:first-of-type {
    padding-block: 0 15px;
  }
}
.about.staff-member .two-col-list .two-col-list > div:last-of-type {
  border: none;
  padding-block: 32px 0;
}
@media screen and (max-width: 679px) {
  .about.staff-member .two-col-list .two-col-list > div:last-of-type {
    padding-block: 15px 0;
  }
}
.about.staff-member .wrap-grid-content {
  margin-block: 70px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 70px 70px;
}
@media screen and (max-width: 679px) {
  .about.staff-member .wrap-grid-content {
    margin-block: 20px 0;
    gap: 20px 0;
    grid-template-columns: 1fr;
  }
}
.about.staff-member .wrap-grid-content .three-col-list > div {
  grid-template-columns: 4fr 3fr 3fr;
}
@media screen and (max-width: 679px) {
  .about.staff-member .wrap-grid-content .three-col-list > div {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0.3em;
  }
  .about.staff-member .wrap-grid-content .three-col-list > div dt {
    grid-column: 1/span 2;
    grid-rows: 1;
  }
  .about.staff-member .wrap-grid-content .three-col-list > div dd:nth-of-type(1) {
    grid-column: 1;
    grid-row: 2;
  }
  .about.staff-member .wrap-grid-content .three-col-list > div dd:nth-of-type(2) {
    grid-column: 2;
    grid-row: 2;
  }
}
.about.staff-member .wrap-grid-content .three-col-list > div dt {
  font-weight: 600;
}
.about.staff-member .wrap-grid-content .three-col-list > div dd:last-of-type {
  text-align: right;
}
.about.staff-member .wrap-grid-content .three-col-list > div:last-of-type {
  border-bottom: 1px solid #2B2B2B;
}
.about.staff-member .date {
  text-align: right;
  margin-block: 40px 0;
}
@media screen and (max-width: 679px) {
  .about.staff-member .date {
    margin-block: 20px 0;
  }
}

.community .lead {
  margin-block: 43px 0;
}
@media screen and (max-width: 679px) {
  .community .lead {
    margin-block: 20px 0;
  }
}
.community section {
  margin-block: 43px 0;
}
@media screen and (max-width: 679px) {
  .community section {
    margin-block: 20px 0;
  }
}
.community.volunteer dl {
  list-style-type: none;
  display: grid;
  gap: 2rem 2rem;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
@media screen and (max-width: 679px) {
  .community.volunteer dl {
    gap: 20px 0;
  }
}
.community.volunteer dl div {
  background: #EFEDEA;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.community.volunteer dl div dt {
  order: 2;
  font-weight: 600;
  font-size: clamp(16px, 2vw, 18px);
  margin-block: 15px 5px;
}
.community.volunteer dl div dd:nth-of-type(2) {
  order: 3;
}
.community.volunteer .btn-wrap.gold-bg {
  color: #FFFFFF;
  background: #917145;
  box-shadow: 0 0 0 100vmax #917145;
  clip-path: inset(0 -100vmax);
  padding: 40px 0 25px;
  margin-block: 70px -90px;
}
@media screen and (max-width: 1000px) {
  .community.volunteer .btn-wrap.gold-bg {
    margin-block: 70px -40px;
  }
}
@media screen and (max-width: 679px) {
  .community.volunteer .btn-wrap.gold-bg {
    margin-block: 20px -40px;
    padding: 30px 0 20px;
  }
}
.community.volunteer .btn-wrap.gold-bg .btn-circle-arrow-right {
  padding: 1.2em 44px 1.2em 24px;
  margin: 0 auto 0.7em;
  border-radius: 50px;
  width: max(377px, 40%);
  color: #917145;
  font-weight: 600;
  font-size: clamp(15px, 2vw, 17px);
  background: #FFFFFF;
  border: 1px solid #917145;
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .community.volunteer .btn-wrap.gold-bg .btn-circle-arrow-right:hover {
    background: #EFEDEA;
  }
}
.community.volunteer .btn-wrap.gold-bg .btn-circle-arrow-right::after {
  background: url("../img/icon-arrow-left-gold.svg") no-repeat center right/contain;
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 679px) {
  .community.volunteer .btn-wrap.gold-bg .btn-circle-arrow-right {
    width: 100%;
  }
}
.community.friends .two-col-wrap {
  display: flex;
  justify-content: space-between;
  gap: 1em 3em;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 679px) {
  .community.friends .two-col-wrap {
    flex-direction: column;
  }
}
.community.friends .two-col-wrap.start {
  align-items: start;
  margin-block: 0 30px;
}
@media screen and (max-width: 679px) {
  .community.friends .two-col-wrap.start {
    margin-block: 0 20px;
  }
}
.community.friends .two-col-wrap p {
  width: 55%;
}
@media screen and (max-width: 679px) {
  .community.friends .two-col-wrap p {
    width: 100%;
  }
}
.community.friends .two-col-wrap .btn-circle-arrow-right {
  min-width: 400px;
}
@media screen and (max-width: 679px) {
  .community.friends .two-col-wrap .btn-circle-arrow-right {
    min-width: inherit;
  }
}
.community.friends .two-col-list > div {
  grid-template-columns: 3fr 7fr;
}
@media screen and (max-width: 679px) {
  .community.friends .two-col-list > div {
    grid-template-columns: 1fr;
  }
  .community.friends .two-col-list > div:first-of-type {
    padding-block: 0 15px;
  }
  .community.friends .two-col-list > div dt {
    font-weight: 600;
  }
}
.community.friends .left-content dl {
  display: grid;
  gap: 2em 0;
}
@media screen and (max-width: 679px) {
  .community.friends .left-content dl {
    gap: 20px 0;
  }
}
.community.friends .left-content dl dt {
  font-weight: 600;
}
.community.friends .right-content {
  background: #EFEDEA;
  padding: 30px;
}
@media screen and (max-width: 679px) {
  .community.friends .right-content {
    margin-block: 20px 0;
    padding: 20px;
  }
}
.community.friends .right-content .btn-circle-arrow-right {
  display: flex;
  text-align: center;
  margin: 0 auto 1em;
}
.community.friends .right-content dl {
  background: #FFFFFF;
  display: flex;
  gap: 0 4em;
  padding: 15px;
  margin-block: 0 15px;
}
@media screen and (max-width: 679px) {
  .community.friends .right-content dl {
    flex-direction: column;
  }
}
.community.friends .right-content dl dd {
  font-weight: 600;
}
.community.friends .right-content li a {
  color: #2B2B2B;
}
.community.friends .footer-content-box {
  position: relative;
  background: #EFEDEA;
  padding: 60px 40px 30px;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 679px) {
  .community.friends .footer-content-box {
    padding: 50px 20px 20px;
    margin: 20px 0 0 0;
  }
}
.community.friends .footer-content-box h2 {
  position: absolute;
  background: #917145;
  color: #FFF;
  display: inline-block;
  top: 0;
  left: 0;
  font-size: clamp(15px, 2vw, 16px);
  font-weight: 600;
  padding: 0.4em 1.5em;
  border-radius: 0 0 20px 0;
}
@media screen and (max-width: 679px) {
  .community.friends .footer-content-box h2 {
    border-radius: 0 0 15px 0;
  }
}
.community.friends .footer-content-box dt {
  font-weight: 600;
}

/*# sourceMappingURL=style.css.map */
