@charset "UTF-8";
@keyframes accordion {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.show-ja,
.show-en,
.show-ko,
.show-zh-Hans,
.show-zh-Hant {
  display: none !important;
}

html[lang=ja] .show-ja {
  display: block !important;
}

html[lang=en] .show-en {
  display: block !important;
}

html[lang=ko] .show-ko {
  display: block !important;
}

html[lang=zh-Hans] .show-zh-Hans {
  display: block !important;
}

html[lang=zh-Hant] .show-zh-Hant {
  display: block !important;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font: 12px/1.22 Verdana, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.8;
  color: #333;
}
body.__navOpen {
  height: 100%;
  overflow: hidden;
}
@media print, screen and (min-width: 954px) {
  body.__navOpen {
    height: auto;
    overflow: auto;
  }
}

img {
  border: none;
  vertical-align: top;
  zoom: 1;
}

input, select, textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
  vertical-align: middle;
}

.no-sp {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .no-sp {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

@media print, screen and (min-width: 954px) {
  .no-pc {
    display: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

em {
  text-decoration: none;
}

li {
  list-style: none;
}

picture {
  display: block;
}
picture > img {
  width: 100%;
  height: auto;
}

a {
  color: #6c4d1a;
  text-decoration: none;
}
a:hover {
  color: #9e680e;
  text-decoration: underline;
}
a.link01 {
  text-decoration: underline;
}

#pankuzu {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  background-color: #f2e9d6;
  padding: 2px 0 2px 5px;
  font-size: 85%;
  color: #130c00;
}

@keyframes showNav {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes closeNav {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100px);
  }
}
@keyframes showMenu {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes closeMenu {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-50px);
  }
}
.p-header {
  position: fixed;
  box-sizing: border-box;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 954px) {
  .p-header {
    height: 130px;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
  }
  body.__scrolled .p-header {
    height: 100px;
  }
}
.p-header_logo {
  position: fixed;
  top: 0;
  left: clamp(15px, 8vw, 30px);
  width: clamp(210px, 74.6666666667vw, 280px);
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 954px) {
  .p-header_logo {
    position: relative;
    width: clamp(240px, 25.78125vw, 370px);
    align-self: center;
    left: auto;
    top: auto;
  }
}
@media only screen and (min-width: 954px) and (min-width: 768px) and (max-width: 1279px) {
  .p-header_logo {
    width: clamp(200px, 21.875vw, 370px);
  }
}
.p-header_logo > a {
  width: 100%;
  display: block;
}
.p-header_logo > a:hover svg {
  fill: #995c17;
}
.p-header_logo > a svg {
  fill: #995c17;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.p-header_index {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: transparent;
  border: none;
  padding: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 10px;
  color: #262f55;
}
@media print, screen and (min-width: 954px) {
  .p-header_index {
    display: none;
  }
}
.p-header_index_ico {
  height: 11px;
  width: 24px;
  display: block;
  position: relative;
}
.p-header_index_ico:before, .p-header_index_ico:after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background-color: #262f55;
  position: absolute;
  left: 0;
  transform-origin: center center;
  transition: all 0.3s ease;
}
.p-header_index_ico:before {
  top: 0;
}
body.__navOpen .p-header_index_ico:before {
  top: 5px;
  transform: rotate(45deg);
}
.p-header_index_ico:after {
  bottom: 0;
}
body.__navOpen .p-header_index_ico:after {
  bottom: 5px;
  transform: rotate(-45deg);
}
body.__navOpen .p-header_index_txt {
  color: transparent;
  font-size: 0;
  pointer-events: none;
}
body.__navOpen .p-header_index_txt:before {
  content: "閉じる";
  font-size: 10px;
  color: #262f55;
}
.p-header_nav {
  display: none;
  box-sizing: border-box;
  background-color: transparent;
  position: fixed;
  z-index: 1;
  right: 0;
  top: 60px;
  padding: 30px 30px 90px;
  width: 100%;
  height: calc(100vh - 60px);
  pointer-events: none;
}
@media print, screen and (min-width: 954px) {
  .p-header_nav {
    position: relative;
    display: flex !important;
    flex-direction: column-reverse;
    padding: 0;
    background-color: transparent !important;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    pointer-events: all;
    align-self: end;
  }
}
body.__navOpen .p-header_nav {
  display: block;
  overflow: auto;
  background-color: #262f55;
  pointer-events: all;
  animation: showNav 0.5s ease both;
}
body.__navClosing .p-header_nav {
  display: block;
  overflow: auto;
  background-color: #262f55;
  animation: closeNav 0.5s ease both;
}
.p-header_nav .js-menutoggle.p-gNav_members {
  background: linear-gradient(90deg, #e3d8bc, #cfbd8e);
}
.p-header_nav .js-menutoggle.p-gNav_members .js-menutoggle_target {
  padding: 5px;
}
.p-header_nav .js-menutoggle.p-gNav_members .js-menutoggle_target .p-lNav_item {
  background-color: #F4EFE2;
  border: none;
  font-size: 13px;
  padding: 0 5px;
}
.p-header_nav .js-menutoggle.p-gNav_members .js-menutoggle_target .p-lNav_item:nth-child(2) {
  padding-left: 1em;
}
@media print, screen and (min-width: 954px) {
  .p-header_nav .js-menutoggle._active .js-menutoggle_target {
    display: block;
    animation: showMenu 0.3s ease both;
  }
}
@media print, screen and (min-width: 954px) {
  .p-header_nav .js-menutoggle._isClosing .js-menutoggle_target {
    pointer-events: none;
    display: block;
    animation: closeMenu 0.3s ease both;
  }
}
.p-header_nav .js-menutoggle_target {
  display: none;
  background-color: #F4EFE2;
  box-sizing: border-box;
  padding: 20px;
}
@media print, screen and (min-width: 954px) {
  .p-header_nav .js-menutoggle_target {
    background-color: #262f55;
    padding: 30px;
    position: fixed;
    top: 130px;
    left: 0;
    width: 100%;
  }
  body.__scrolled .p-header_nav .js-menutoggle_target {
    top: 100px;
  }
}
.p-header_nav_subnav {
  margin-top: 30px;
  margin-bottom: 30vh;
}
@media print, screen and (min-width: 954px) {
  .p-header_nav_subnav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.p-header_cta {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 2;
  background-color: #F4EFE2;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 954px) {
  .p-header_cta {
    left: auto;
    bottom: auto;
    top: 20px;
    right: 30px;
    width: 310px;
    height: 40px;
    background-color: transparent;
  }
  body.__scrolled .p-header_cta {
    top: 10px;
  }
}

.p-gNav {
  display: flex;
  flex-direction: column;
  gap: 1px;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 954px) {
  .p-gNav {
    height: 70px;
    flex-direction: row;
    justify-content: flex-end;
  }
  body.__scrolled .p-gNav {
    height: 50px;
  }
}
.p-gNav_item {
  background-color: #fff;
  white-space: nowrap;
  font-size: 16px;
  position: relative;
}
@media print, screen and (min-width: 954px) {
  .p-gNav_item {
    font-size: 15px;
    background-color: transparent;
  }
}
@media print, screen and (min-width: 954px) {
  .p-gNav_item:nth-child(1):before {
    display: none;
  }
}
@media print, screen and (min-width: 954px) {
  .p-gNav_item:nth-last-child(1).js-menutoggle > a:after {
    transform: rotate(0) translateX(clamp(5px, 1.171875vw, 15px)) !important;
  }
}
@media print, screen and (min-width: 954px) {
  .p-gNav_item:nth-last-child(1) > a {
    padding-right: 0;
  }
}
.p-gNav_item.js-menutoggle._active > a {
  color: #004C86;
}
.p-gNav_item.js-menutoggle._active > a:after {
  opacity: 0;
  transform: rotate(0);
}
@media print, screen and (min-width: 954px) {
  .p-gNav_item.js-menutoggle._active > a:after {
    opacity: 1;
  }
}
body.__pc .p-gNav_item.js-menutoggle > a {
  pointer-events: all;
}
.p-gNav_item.js-menutoggle > a:before, .p-gNav_item.js-menutoggle > a:after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s ease;
  right: 10px;
  width: 10px;
  height: 1px;
  background-color: #262f55;
  top: 50%;
  right: 10px;
}
@media print, screen and (min-width: 954px) {
  .p-gNav_item.js-menutoggle > a:before {
    display: none !important;
  }
}
.p-gNav_item.js-menutoggle > a:after {
  transform-origin: center;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 954px) {
  .p-gNav_item.js-menutoggle > a:after {
    transform: rotate(0) !important;
    opacity: 0;
    width: 0;
    height: 0;
    top: auto;
    right: auto;
    bottom: 6px;
    left: 50%;
    border-style: solid;
    background-color: transparent;
    border-width: 6px 3.5px;
    border-color: transparent;
    border-top-color: #262f55;
    margin-left: -3.5px;
  }
  body.__scrolled .p-gNav_item.js-menutoggle > a:after {
    bottom: 0;
  }
}
@media print, screen and (min-width: 954px) {
  .p-gNav_item:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: auto;
    left: 0;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background-color: #ccc;
  }
}
.p-gNav_item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  color: #262f55;
}
@media print, screen and (min-width: 954px) {
  .p-gNav_item > a {
    width: auto;
    height: 100%;
    color: #262f55;
    padding: 0 clamp(10px, 2.34375vw, 30px);
  }
  .p-gNav_item > a:hover {
    color: #004C86;
  }
}
.p-gNav_item > a.__arrow:after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 3px 7px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #fff;
  top: 50%;
  right: 3px;
  transform: translateY(-3px);
}
@media print, screen and (min-width: 954px) {
  .p-gNav_item > a.__arrow:after {
    display: none;
  }
}
@media print, screen and (min-width: 954px) {
  .p-gNav_item.p-gNav_members {
    display: none;
  }
}

.p-lNav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px;
}
@media print, screen and (min-width: 954px) {
  .p-lNav {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 20px;
  }
}
.p-lNav_item {
  font-size: 14px;
  background-color: #fff;
  border-bottom: 1px solid #E4DCC8;
  padding: 5px;
  transition: all 0.3s ease;
}
.p-lNav_item:nth-child(1) {
  border-top: 1px solid #E4DCC8;
}
@media print, screen and (min-width: 954px) {
  .p-lNav_item {
    padding: 10px;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-size: 15px;
    border-bottom: 1px solid #004C86;
    background-color: transparent;
  }
  .p-lNav_item:nth-of-type(-n+3) {
    border-top: 1px solid #004C86;
  }
}
@media print and (hover: hover), screen and (hover: hover) and (min-width: 954px) {
  .p-lNav_item:hover {
    background-color: #004C86;
  }
}
.p-lNav_item > a {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  color: #262f55;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 954px) {
  .p-lNav_item > a {
    height: 62px;
    color: #fff;
  }
}
@media (hover: hover) {
  .p-lNav_item > a:hover {
    text-decoration: none;
    color: #004C86;
  }
}
@media print and (hover: hover), screen and (hover: hover) and (min-width: 954px) {
  .p-lNav_item > a:hover {
    color: #F4EFE2;
  }
}
.p-lNav_item_txt {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media print, screen and (min-width: 954px) {
  .p-lNav_item_txt {
    width: 100%;
  }
}
.p-lNav_item_txt:after {
  content: "";
  display: block;
  border-width: 3px 7px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #262f55;
}
@media print, screen and (min-width: 954px) {
  .p-lNav_item_txt:after {
    border-left-color: #fff;
  }
}

.p-subNav {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media print, screen and (min-width: 954px) {
  .p-subNav {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 0 15px;
    height: 40px;
    padding-right: clamp(315px, 36.328125vw, 465px);
  }
}
.p-subNav_item {
  width: calc(50% - 5px);
}
@media print, screen and (min-width: 954px) {
  .p-subNav_item {
    width: auto;
  }
}
.p-subNav_item.__english {
  font-family: "Buenard", serif;
  font-weight: 400;
  width: 100%;
  height: auto;
  margin-top: 10px;
}
@media print, screen and (min-width: 954px) {
  .p-subNav_item.__english {
    width: 77px;
    height: 20px;
    order: 1;
    margin-top: 0;
  }
}
.p-subNav_item.__english > a {
  justify-content: center;
  padding: 18px;
  background-color: #004C86;
  border: 1px solid #004C86;
}
@media print, screen and (min-width: 954px) {
  .p-subNav_item.__english > a {
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: #F4EFE2;
    border-color: #E4DCC8;
  }
}
.p-subNav_item.__nav1, .p-subNav_item.__nav2, .p-subNav_item.__nav3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media print, screen and (min-width: 954px) {
  .p-subNav_item.__nav1 {
    order: 2;
  }
}
@media print, screen and (min-width: 954px) {
  .p-subNav_item.__nav2 {
    order: 3;
  }
}
@media print, screen and (min-width: 954px) {
  .p-subNav_item.__nav3 {
    order: 4;
  }
}
.p-subNav_item.__wovn {
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-subNav_item.__wovn {
    justify-content: center;
    width: 100%;
    background-color: #004C86;
    height: 3em;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 954px) {
  .p-subNav_item.__wovn {
    margin-right: 20px;
  }
}
.p-subNav_item.__wovn .wovn-languages {
  padding: 0px 0px 0px 20px;
  width: 100px;
  height: 34px;
  z-index: 100;
  position: relative;
  background-color: transparent;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .p-subNav_item.__wovn .wovn-languages {
    width: auto;
    padding: 0;
  }
}
.p-subNav_item.__wovn .wovn-languages::before {
  content: "";
  display: inline;
  width: 16px;
  height: 16px;
  background: url(/common/img/ico_translate_wh.png);
  z-index: 999;
}
@media only screen and (max-width: 953px) {
  .p-subNav_item.__wovn .wovn-languages::before {
    display: none;
  }
}
@media print, screen and (min-width: 954px) {
  .p-subNav_item.__wovn .wovn-languages::before {
    width: 16px;
    height: 16px;
    background: url(/common/img/ico_translate.png);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media print, screen and (min-width: 954px) {
  .p-subNav_item.__wovn .wovn-languages::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 3px;
    border-top: solid 1px #004C86;
    border-right: solid 1px #004C86;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    right: 0;
    margin-left: -10px;
    z-index: 999;
  }
}
@media only screen and (max-width: 767px) {
  .p-subNav_item.__wovn .wovn-languages {
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 954px) {
  .p-subNav_item.__wovn .wovn-languages {
    width: 90px;
    height: 22px;
  }
}
.p-subNav_item.__wovn .wovn-languages .wovn-switch {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-subNav_item.__wovn .wovn-languages .wovn-switch {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 954px) {
  .p-subNav_item.__wovn .wovn-languages .wovn-switch {
    padding: 0 20px 0 20px;
    color: #262f55;
    background-color: #fff;
  }
}
.p-subNav_item.__wovn .wovn-languages :not(.wovn-switch.selected) {
  height: 0;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.p-subNav_item.__wovn .wovn-languages:hover .wovn-switch {
  height: 22px;
  opacity: 1;
  transition: all 0.5s ease-out;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .p-subNav_item.__wovn .wovn-languages:hover .wovn-switch {
    height: 32px;
    padding: 0;
  }
}
.p-subNav_item > a {
  box-sizing: border-box;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  padding: 0;
  width: 100%;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 954px) {
  .p-subNav_item > a {
    color: #262f55;
    font-size: clamp(10px, 0.9375vw, 12px);
    padding: 0;
  }
}
.p-subNav_item > a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media print, screen and (min-width: 954px) {
  .p-subNav_item > a:hover {
    color: #004C86;
    opacity: 1;
  }
}
.p-subNav_item > a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-left-color: #fff;
  border-width: 3.5px 0 3.5px 6px;
}
@media print, screen and (min-width: 954px) {
  .p-subNav_item > a:before {
    border-width: 2.4px 0 2.4px 4px;
    border-left-color: #262f55;
  }
}

.p-cta {
  padding: 0 10px;
  box-sizing: border-box;
  font-family: Verdana, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media print, screen and (min-width: 954px) {
  .p-cta {
    padding: 0;
    width: clamp(300px, 35.15625vw, 450px);
    font-family: "Buenard", serif;
    font-weight: 400;
  }
}
.p-cta_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  height: 100%;
  box-sizing: border-box;
}
.p-cta_list_access {
  width: 45px;
}
@media print, screen and (min-width: 954px) {
  .p-cta_list_access {
    display: none;
  }
}
.p-cta_list_access > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #262f55;
  text-decoration: none;
  font-size: 10px;
  line-height: 1.1;
  transition: all 0.3s ease;
}
.p-cta_list_access > a:hover > svg {
  fill: #004C86;
}
.p-cta_list_access > a > svg {
  width: 17px;
  height: 25px;
  fill: #262f55;
  transition: all 0.3x ease;
}
.p-cta_list_reservation {
  color: #262f55;
  height: 40px;
  width: calc((100% - 45px - 30px) / 2);
}
@media print, screen and (min-width: 954px) {
  .p-cta_list_reservation {
    width: calc((100% - 15px) / 3);
  }
}
.p-cta_list_reservation > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 14px;
  background-color: #262f55;
  color: #fff;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 954px) {
  .p-cta_list_reservation > a {
    font-size: clamp(11px, 1.171875vw, 15px);
    background-color: #262f55;
  }
}
.p-cta_list_reservation > a:hover {
  color: #004C86;
}
.p-cta_list_reservation > a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-left-color: #fff;
  border-width: 3.5px 0 3.5px 6px;
}
@media print, screen and (min-width: 954px) {
  .p-cta_list_reservation > a:before {
    border-width: 2.4px 0 2.4px 4px;
  }
}
.p-cta_list_members {
  color: #262f55;
  height: 40px;
  width: calc((100% - 45px - 30px) / 3);
}
@media print, screen and (min-width: 954px) {
  .p-cta_list_members {
    width: calc((100% - 15px) / 3);
  }
}
@media only screen and (max-width: 953px) {
  .p-cta_list_members {
    display: none;
  }
}
.p-cta_list_members > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #262f55;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 954px) {
  .p-cta_list_members > a {
    font-size: clamp(11px, 1.171875vw, 15px);
    background: linear-gradient(-90deg, rgb(208, 190, 144) 0%, rgb(227, 216, 187) 100%);
  }
}
.p-cta_list_members > a:hover {
  color: #004C86;
}
.p-cta_list_members.js-menutoggle {
  position: relative;
}
@media print, screen and (min-width: 954px) {
  .p-cta_list_members.js-menutoggle._active .js-menutoggle_target {
    display: block;
    animation: showMenu 0.3s ease both;
  }
}
@media print, screen and (min-width: 954px) {
  .p-cta_list_members.js-menutoggle._isClosing .js-menutoggle_target {
    pointer-events: none;
    display: block;
    animation: closeMenu 0.3s ease both;
  }
}
.p-cta_list_members.js-menutoggle .js-menutoggle_target {
  display: none;
  background-color: #F4EFE2;
  box-sizing: border-box;
  padding: 20px;
}
@media print, screen and (min-width: 954px) {
  .p-cta_list_members.js-menutoggle .js-menutoggle_target {
    font-size: clamp(10px, 1.09375vw, 14px);
    background-color: #F4EFE2;
    padding: 10px 15px;
    position: absolute;
    top: 40px;
    left: 0;
    width: 333px;
  }
  .p-cta_list_members.js-menutoggle .js-menutoggle_target > ul > li:nth-child(2) {
    margin-left: 1em;
  }
  .p-cta_list_members.js-menutoggle .js-menutoggle_target a {
    color: #262F55;
    font-weight: 500;
  }
}

.p-main {
  position: relative;
  z-index: 1;
  padding-bottom: clamp(80px, 21.3333333333vw, 100px);
  margin-top: 60px;
}
@media print, screen and (min-width: 954px) {
  .p-main {
    background: #fff url(../img/bottom_bg.jpg) 0 100% repeat-x;
    width: 100%;
    margin: 130px auto 0;
    z-index: 2;
    zoom: 1;
  }
}

.lower {
  width: 100%;
  max-width: 954px;
  margin: 0 auto;
  box-sizing: border-box;
  line-height: 1.5;
}
@media print, screen and (min-width: 954px) {
  .lower {
    padding: 2px;
  }
  .lower._first {
    background: url("/img/contents_bg.png") 0 0 no-repeat;
  }
}
@media print, screen and (min-width: 954px) {
  .lower #pankuzu {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 953px) {
  .lower #pankuzu {
    margin-bottom: 3.1578947368vw;
  }
}
@media only screen and (max-width: 767px) {
  .lower #pankuzu {
    display: none;
  }
}
@media print, screen and (min-width: 954px) {
  .lower_container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 953px) {
  .lower_container {
    padding: 0 3.1578947368vw;
  }
}
@media only screen and (max-width: 767px) {
  .lower_container {
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 954px) {
  .lower_footer.__optimum {
    display: none;
  }
}
.lower_sdgs_logo {
  width: 186px;
  height: auto;
}

.lower-bnr {
  padding: clamp(80px, 21.3333333333vw, 100px) 20px 0;
  margin: 0 auto;
  max-width: 850px;
}
@media print, screen and (min-width: 768px) {
  .lower-bnr {
    padding: 40px 0 0;
  }
}
@media print, screen and (min-width: 954px) {
  .lower-bnr {
    padding: clamp(80px, 21.3333333333vw, 100px) 20px;
  }
}
.lower-bnr-slider {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .lower-bnr-slider {
    display: block;
    position: relative;
    margin: 0 auto 20px;
  }
}
.lower-bnr-slider img {
  width: 100%;
  height: auto;
}
.lower-bnr-slider_nav {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .lower-bnr-slider_nav {
    display: block;
    position: relative;
    height: 20px;
    margin: 0 auto 30px;
  }
}
.lower-bnr-slider_arrow {
  display: block;
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
  top: 0;
  width: 12px;
  height: 12px;
  border-top: 2px solid #004C86;
}
.lower-bnr-slider_arrow.__next {
  right: 0;
  border-right: 2px solid #004C86;
  transform: rotate(45deg);
}
.lower-bnr-slider_arrow.__prev {
  left: 0;
  border-left: 2px solid #004C86;
  transform: rotate(-45deg);
}
.lower-bnr-slider_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.lower-bnr-slider_pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
.lower-bnr-slider_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #262f55;
}
.lower-bnr-list {
  max-width: 850px;
  margin: 0 auto 20px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .lower-bnr-list {
    display: none !important;
  }
}
.lower-bnr-list img {
  width: 100%;
  height: auto;
}
.lower-bnr-links {
  max-width: 850px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .lower-bnr-links {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
.lower-bnr-links_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .lower-bnr-links_list {
    width: calc((100% - 30px) / 3 * 2 + 15px);
  }
}
@media only screen and (max-width: 767px) {
  .lower-bnr-links_list {
    margin-bottom: 30px;
  }
}
.lower-bnr-links_list > li {
  border: 3px solid #f4efe2;
  box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
  .lower-bnr-links_list > li {
    width: calc((100% - 15px) / 2);
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .lower-bnr-links_list > li {
    width: calc((100% - 10px) / 2);
    height: 10.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .lower-bnr-links_list > li:nth-of-type(n+3) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .lower-bnr-links_list > li:nth-of-type(n+3) {
    margin-top: 15px;
  }
}
.lower-bnr-links_list > li > a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #a5822e;
  color: #281400;
  position: relative;
  background: linear-gradient(to bottom, #fff, #e8e4d9);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media print, screen and (min-width: 954px) {
  .lower-bnr-links_list > li > a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 953px) {
  .lower-bnr-links_list > li > a {
    font-size: 1.8867924528vw;
  }
}
@media only screen and (max-width: 767px) {
  .lower-bnr-links_list > li > a {
    font-size: 3.2vw;
  }
}
.lower-bnr-links_list > li > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-color: transparent #beab82 #beab82 transparent;
}
@media only screen and (max-width: 767px) {
  .lower-bnr-links_list > li > a:after {
    border-width: 0.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .lower-bnr-links_list > li > a:after {
    border-width: 4px;
  }
}
.lower-bnr-links_list > li > a > ._oasis {
  margin-right: 0.5em;
}
@media print, screen and (min-width: 954px) {
  .lower-bnr-links_list > li > a > ._oasis {
    width: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 953px) {
  .lower-bnr-links_list > li > a > ._oasis {
    width: 6.8134171908vw;
  }
}
@media only screen and (max-width: 767px) {
  .lower-bnr-links_list > li > a > ._oasis {
    width: 10.4vw;
  }
}
.lower-bnr-links_list > li > a > ._oasis > img {
  width: 100%;
  height: auto;
}
.lower-bnr-links_ta {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .lower-bnr-links_ta {
    width: calc((100% - 30px) / 3);
  }
}
.lower-bnr-links_ta #CDSWIDCOE {
  margin: 0 !important;
}

@media only screen and (max-width: 767px) {
  .lower_sdgs_logo {
    width: 50% !important;
    margin-bottom: 20px;
  }
}
.footer-sns {
  text-align: center;
  padding: 0 clamp(20px, 8vw, 40px);
}
@media print, screen and (min-width: 954px) {
  .footer-sns {
    padding: 0 3vw;
  }
}
.footer-sns_hl {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.footer-sns_list {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .footer-sns_list {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-sns_list {
    margin-bottom: 15px;
  }
}
.footer-sns_list > li {
  width: 40px;
}
.footer-sns_list > li:nth-of-type(n+2) {
  margin-left: 15px;
}
.footer-sns_list > li img {
  width: 100%;
  height: auto;
}
.footer-sns-share {
  margin: 0 auto;
  border-top: 1px solid #d0c5ad;
  border-bottom: 1px solid #d0c5ad;
  width: 100%;
  max-width: 368px;
  position: relative;
  height: 58px;
}
.footer-sns-share._active .footer-sns-share_hl {
  opacity: 0;
}
.footer-sns-share_hl {
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: #fff;
  z-index: 2;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .footer-sns-share_hl {
    font-size: 11px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-sns-share_hl {
    font-size: 14px;
  }
}
.footer-sns-share_hl:before {
  content: "";
  display: inline-block;
  background: url("/common/img/share.png") 50% 50% no-repeat;
  background-size: cover;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .footer-sns-share_hl:before {
    width: 20px;
    height: 20px;
    margin-right: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-sns-share_hl:before {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
}
.footer-sns-share_list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  list-style: none;
}
.footer-sns-share_list > li:nth-of-type(n+2) {
  margin-left: 20px;
}

.footer-sns .SDGs_logo {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .footer-sns .SDGs_logo {
    width: 100%;
  }
}
.p-pagetop {
  position: fixed;
  z-index: 5;
  bottom: 90px;
  right: 10px;
  height: 10px;
  width: 44px;
  height: 44px;
  background-color: #262f55;
  border: none;
  color: #fff;
  font-family: "Buenard", serif;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  gap: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0;
}
@media print, screen and (min-width: 954px) {
  .p-pagetop {
    bottom: 10px;
  }
}
body.__scrolled .p-pagetop {
  opacity: 1;
}
.p-pagetop:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3.5px 6px;
  border-color: transparent;
  border-bottom-color: #fff;
}

.p-footer {
  background-color: #F4EFE2;
  padding: 60px 30px 120px;
}
@media print, screen and (min-width: 954px) {
  .p-footer {
    padding: 80px 30px;
  }
}
.p-footer_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.p-footer_logo a svg {
  width: 197px;
  height: 80px;
  fill: #995c17;
  transition: all 0.3s ease;
}
.p-footer_logo a svg:hover {
  fill: #995c17;
}
.p-footer_tit {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #262f55;
  margin-bottom: 20px;
}
.p-footer_address {
  text-align: center;
  font-size: 13px;
  color: #262f55;
  margin-bottom: 18px;
}
.p-footer_tel {
  display: block;
  margin: 0 auto 60px;
  max-width: 315px;
}
@media print, screen and (min-width: 954px) {
  .p-footer_tel {
    margin-bottom: 50px;
  }
}
.p-footer_tel > a {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #262f55;
  transition: all 0.3s ease;
  font-size: 14px;
  background-color: #E4DCC8;
}
.p-footer_tel > a:hover {
  text-decoration: none;
  color: #004C86;
}
.p-footer_tel > a:hover svg {
  fill: #004C86;
}
.p-footer_tel > a svg {
  width: 11px;
  height: 20px;
  fill: #262f55;
  transition: all 0.3s ease;
}
.p-footer_nav {
  max-width: 950px;
  margin: 0 auto 30px;
}
.p-footer_nav_item1 {
  margin-bottom: 1px;
}
@media print, screen and (min-width: 954px) {
  .p-footer_nav_item1 {
    margin-bottom: 20px;
  }
}
.p-footer_nav_item2 {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 954px) {
  .p-footer_nav_item2 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #ccc;
  }
}
.p-footer_seo {
  padding: 24px 20px;
  background-color: #E4DCC8;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 954px) {
  .p-footer_seo {
    display: none;
  }
}
.p-footer_seo .fm_footerh1 {
  font-weight: bold;
  font-size: 12px;
  color: #0a0f22;
  margin-bottom: 10px;
}
.p-footer_seo .fm_footerp {
  font-size: 11px;
  font-weight: normal;
  color: #0a0f22;
  margin-bottom: 10px;
}
.p-footer_seo .fm_footertext {
  font-size: 10px;
  font-weight: normal;
  color: #666666;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dotted #fff;
}
.p-footer_seo .fm_footerlink {
  font-size: 10px;
}
.p-footer_seo .fm_footerlink a {
  color: #666;
  transition: all 0.3s ease;
}
.p-footer_seo .fm_footerlink a:hover {
  text-decoration: none;
  color: #004C86;
}
.p-footer_copy {
  font-size: 10px;
  font-family: "Buenard", serif;
  font-weight: 400;
  color: #666;
  font-style: normal;
  display: block;
  text-align: center;
}

.p-fNav01 {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
@media print, screen and (min-width: 954px) {
  .p-fNav01 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.p-fNav01_item {
  position: relative;
}
@media print, screen and (min-width: 954px) {
  .p-fNav01_item:nth-of-type(n+2):before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    background-color: #ccc;
  }
}
.p-fNav01_item > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #262f55;
  color: #fff;
  transition: all 0.3s ease;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 16px;
  height: 50px;
  padding: 0 20px;
}
@media print, screen and (min-width: 954px) {
  .p-fNav01_item > a {
    padding: 0 30px;
    background-color: transparent;
    color: #262f55;
    height: auto;
  }
}
.p-fNav01_item > a:hover {
  text-decoration: none;
  background-color: #004C86;
}
@media print, screen and (min-width: 954px) {
  .p-fNav01_item > a:hover {
    background-color: transparent;
    color: #004C86;
  }
}
.p-fNav01_item > a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 2.5px 4.5px;
  border-left-color: #fff;
}
@media print, screen and (min-width: 954px) {
  .p-fNav01_item > a:before {
    display: none;
  }
}

.p-fNav02 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media print, screen and (min-width: 954px) {
  .p-fNav02 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
  }
}
@media print, screen and (min-width: 954px) {
  .p-fNav02_list.__first {
    width: 450px;
  }
}
.p-fNav02_list.__second {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 0;
}
@media print, screen and (min-width: 954px) {
  .p-fNav02_list.__second {
    width: 300px;
  }
}
.p-fNav02_item > a {
  transition: all 0.3s ease;
  color: #262f55;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
}
.p-fNav02_item > a:hover {
  text-decoration: none;
  color: #004C86;
}
.p-fNav02_item > a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 4.5px;
  border-color: transparent;
  border-left-color: #262f55;
}

.p-fNav03 {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  margin-top: 20px;
  gap: 20px 0;
}
@media print, screen and (min-width: 954px) {
  .p-fNav03 {
    gap: 15px 0;
  }
}
.p-fNav03_item {
  width: 50%;
  font-size: 10px;
}
@media print, screen and (min-width: 954px) {
  .p-fNav03_item {
    width: auto;
    padding-right: 30px;
  }
}
.p-fNav03_item.__wide {
  width: 100%;
}
@media print, screen and (min-width: 954px) {
  .p-fNav03_item.__wide {
    width: auto;
  }
}
.p-fNav03_item > a {
  color: #262f55;
  transition: all 0.3s ease;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
}
.p-fNav03_item > a:hover {
  color: #004C86;
  text-decoration: none;
}
.p-fNav03_item > a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px 3px;
  border-color: transparent;
  border-left-color: #262f55;
}/*# sourceMappingURL=layout.css.map */