@charset "UTF-8";
/*** The new CSS Reset - version 1.3.1 (last updated 28.10.2021) ***/
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*, *::before, *::after {
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

/*--- directory ---*/
/*--- color ---*/
/*--- font size ---*/
/*--- margin ---*/
/*-- font size --*/
html {
  font-size: 24px;
  font-family: "Tazugane Gothic StdN W50 Rg", sans-serif;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

a {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .u-sm {
    display: none;
  }
}

.u-md {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-md {
    display: block;
  }
}

button {
  cursor: pointer;
}

.js-fadeIn {
  perspective: 1000;
}

/* _c-* components */
.c-header {
  font-size: 14px;
  background: #f7f7f7 url(../images/bg_tile_dark@2x.png) center center repeat;
  background-size: 360px;
  font-family: "futura-pt", "Tazugane Gothic StdN W50 Rg", sans-serif;
}
.c-header a,
.c-header button {
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 768px) {
  .c-header a:hover,
  .c-header button:hover {
    opacity: 0.7;
  }
}
.c-header__1 {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1080px) {
  .c-header__1 {
    padding: 0 0 0 48px;
  }
}
.c-header__1 img {
  height: 40px;
  display: block;
  margin: 8px;
}
@media screen and (min-width: 768px) {
  .c-header__1 img {
    margin: 8px 16px;
    height: auto;
    max-height: 44px;
  }
}
@media screen and (min-width: 1080px) {
  .c-header__1 img {
    max-height: 56px;
  }
}
.c-header__in {
  display: flex;
  justify-content: space-between;
}
.c-header__menu {
  display: none;
}
@media screen and (min-width: 1080px) {
  .c-header__menu {
    display: flex;
    width: 70%;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1080px) {
  .c-header__util {
    display: flex;
  }
}
@media screen and (min-width: 1080px) {
  .c-header__1 {
    width: 30%;
  }
}
.c-header__btn {
  background-color: #BAAE77;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1000;
}
.c-header__btn .icon--close {
  display: none;
}
@media screen and (min-width: 1080px) {
  .c-header__btn {
    display: none;
  }
}
.c-header__searchBoxIn {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .c-header__searchBoxIn {
    width: auto;
  }
}
.c-header__searchLaunchBtn {
  background-color: #6f6f6f;
  color: #fff;
  display: flex;
  width: 120px;
  height: 120px;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.c-header__langLink {
  background-color: #baae77;
  color: #fff;
  display: flex;
  width: 120px;
  height: 120px;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
}
.c-header__searchBox {
  display: flex;
}
@media screen and (min-width: 1080px) {
  .c-header__searchBox {
    display: none;
  }
}
.c-header__searchInput {
  display: block;
  height: 40px;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  padding: 4px 8px;
  width: 100%;
}
.c-header__searchBtn {
  background-color: #6f6f6f;
  color: #fff;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

body.is-search .c-header__searchBoxIn {
  display: flex;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
}
body.is-search .c-header__searchBox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  align-items: center;
  justify-content: center;
}
body.is-search .c-header__searchInput {
  display: block;
  height: 60px;
  background-color: #fff;
  color: #333;
  font-size: 24px;
  padding: 16px;
  width: 20em;
}
body.is-search .c-header__searchBtn {
  width: 62px;
  height: 62px;
}

.is-menu-open {
  overflow: hidden !important;
}
.is-menu-open .c-header {
  position: relative;
}
.is-menu-open .c-header__menu {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #BAAE77;
  width: 100vw;
  height: 100vh;
  padding: 28px;
  z-index: 999;
  color: #fff;
}
.is-menu-open .c-header .c-nav__item {
  margin: 0 0 2em;
}
.is-menu-open .c-header .c-nav__list {
  display: block;
}
.is-menu-open .c-header__search {
  display: none;
}
.is-menu-open .c-header__btn .icon--menu {
  display: none;
}
.is-menu-open .c-header__btn .icon--close {
  display: inline-block;
}
.is-menu-open .c-header__langLink {
  background-color: #fff;
  color: #baae77;
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.gsc-control-cse {
  padding: 0;
  background-color: transparent !important;
  border-color: transparent !important;
  border: 0 !important;
}

.gsc-search-box {
  margin: 0 !important;
}

.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
  border-color: transparent !important;
}

.gsc-input-box {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}

.gsc-control-cse {
  padding: 0 !important;
}

.gsc-input input {
  height: 60px !important;
  background-color: #fff !important;
  color: #333 !important;
  font-size: 24px !important;
  padding: 16px !important;
  margin: 0 !important;
}

@media screen and (min-width: 768px) {
  .gsc-input input {
    padding: 0 0 0 1em;
    width: 20em !important;
  }
}
.gsc-input input {
  color: #000 !important;
}

.gsc-search-button button {
  background-color: #6f6f6f;
  color: #fff;
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
  border: 0 !important;
  border-radius: 0;
  margin: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsib_a {
  padding: 0 !important;
}

.gsc-search-button-v2 {
  padding: 0 !important;
}

#___gcse_0 {
  width: 100%;
}

.gsc-control-cse {
  background-color: #fff !important;
}

.c-header__searchBox > div {
  max-width: 544px;
}

.c-button--1 {
  display: flex;
  align-items: center;
  max-width: 180px;
  position: relative;
  padding: 0 0 4px;
  color: #BAAE77;
  cursor: pointer;
  transition: text-indent 0.2s ease;
  font-weight: bold;
  min-width: 160px;
}
.c-button--1 .icon {
  position: absolute;
  right: 0.25em;
  transition: right 0.2s ease;
}
.c-button--1::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  border-bottom: solid 2px #BAAE77;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.2s ease;
  transition-delay: 150ms;
}
.c-button--1:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: solid 2px #BAAE77;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: width 0.2s ease;
}
.c-button--1:hover::before {
  width: 100%;
}
.c-button--1:hover::after {
  width: 0;
}
.c-button--1:hover .icon {
  right: 0;
}
.c-button--2 {
  background-color: #fff;
  color: #BAAE77;
  display: inline-block;
  min-width: 180px;
  padding: 0.5em 2.75em 0.5em 1em;
  font-size: 16px;
  border: solid 2px #BAAE77;
  font-weight: bold;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: color 0.2s ease;
}
.c-button--2__text {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.c-button--2 .icon {
  position: absolute;
  right: 0;
  top: 0;
}
.c-button--2::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #BAAE77;
  transition: width 0.2s ease;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-button--2::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  height: 100%;
  background: url(/assets/images/icon_next-gold.svg) center center no-repeat;
  background-size: contain;
  top: 0;
  right: 1.25em;
  z-index: 1;
  transition: right 0.2s ease;
}
.c-button--2:hover {
  color: #fff;
}
.c-button--2:hover::before {
  width: 100%;
}
.c-button--2:hover::after {
  background: url(/assets/images/icon_next-white.svg) center center no-repeat;
  background-size: contain;
  right: 1em;
}

@media screen and (min-width: 768px) {
  .c-nav {
    width: 100%;
  }
}
.c-nav__list {
  max-width: 960px;
  display: flex;
  height: 100%;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-nav__list {
    justify-content: space-evenly;
    width: 100%;
  }
}
.c-nav__main {
  font-size: 16px;
  display: block;
  letter-spacing: 0.05em;
}
.c-nav__sub {
  font-size: 12px;
  display: block;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 1080px) {
  .c-nav__sub {
    color: #b18744;
  }
}
.c-nav__link {
  cursor: pointer;
  display: block;
  transition: opacity 0.2s ease;
}
.c-nav__link:hover {
  opacity: 0.7;
}
.c-nav__link:visited {
  color: #000;
}
.c-nav__item--current {
  position: relative;
  opacity: 0.8;
  pointer-events: none;
}
.c-nav__item--current::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #baae77;
  bottom: -8px;
  left: 0;
}

.c-event {
  max-width: 1060px;
  margin: 0 auto;
}
.c-event__visual img {
  display: block;
}
.c-event__description {
  max-width: 640px;
}
.c-event__title {
  font-size: 20px;
  font-weight: bold;
}
.c-event__date {
  font-size: 14px;
  font-weight: 500;
}
.c-event__article {
  font-size: 16px;
  margin: 18px 0 0;
}
@media screen and (min-width: 768px) {
  .c-event__article {
    margin: 36px 0 0;
  }
}
.c-event__article p {
  line-height: 2;
}
.c-event__article p + p {
  margin: 1em 0;
}
.c-event__cont {
  margin: 18px 0 0;
}
@media screen and (min-width: 1080px) {
  .c-event__cont {
    margin: 36px 0 0;
    display: flex;
    justify-content: space-between;
  }
}
.c-event__info {
  font-size: 12px;
  max-width: 300px;
  margin: 48px 0;
}
@media screen and (min-width: 768px) {
  .c-event__info {
    margin: 0 0 0 28px;
  }
}
.c-event__infoList {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
}
.c-event__infoLabel {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-event__infoLabel {
    width: 30%;
    margin: 0 0 1em;
  }
}
.c-event__infoText {
  width: 100%;
  margin: 0 0 1em;
}
@media screen and (min-width: 768px) {
  .c-event__infoText {
    width: 70%;
  }
}
.c-event__share {
  margin: 24px 0 0;
}
.c-event__shareList {
  display: flex;
}
.c-event__shareType {
  margin: 0 1em 0 0;
}
.c-event__shareLink {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}
.c-event__shareIcon--twitter {
  /* width: 28px;
        height: 28px;
        */
}

.c-news {
  max-width: 1280px;
  margin: 0 auto;
  border-bottom: solid 1px #ccc;
}
.c-news__filter {
  display: flex;
  justify-content: flex-end;
  margin: -92px 0 56px;
}
@media screen and (min-width: 768px) {
  .c-news__filter {
    margin: 0 0 60px;
  }
}
.c-news__filterSelectBox {
  border: solid 2px #BAAE77;
  position: relative;
  width: 160px;
}
.c-news__filterSelectBox::after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(/assets/images/icon_pulldown-gold.svg) center center no-repeat;
  position: absolute;
  right: 4px;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%);
  background-size: 20px;
}
.c-news__filterSelectBox.is-active::before {
  background: url(/assets/images/icon-filter-white.svg) center center no-repeat;
}
.c-news__filterSelectBox.is-active::after {
  background: url(/assets/images/icon_pulldown-white.svg) center center no-repeat;
  background-size: 20px;
}
.c-news__filterSelect {
  font-size: 14px;
  color: #BAAE77;
  height: 32px;
  width: 160px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px 0 8px;
}
.c-news__filterSelect.is-active {
  background-color: #BAAE77;
  color: #fff;
}
.c-news__filterSelect:hover {
  opacity: 0.7;
}
.c-news__article {
  border-top: solid 1px #ccc;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .c-news__article {
    padding: 40px 0;
  }
}
.c-news__articleIn {
  display: flex;
}
.c-news__date {
  font-size: 12px;
  font-family: "futura-pt", "Tazugane Gothic StdN W50 Rg", sans-serif;
  margin: 0.25em 0 0;
}
@media screen and (min-width: 768px) {
  .c-news__date {
    font-size: 18px;
  }
}
.c-news__info {
  /*
  display: flex;
  justify-content: space-between;
  */
}
@media screen and (min-width: 768px) {
  .c-news__info {
    display: block;
    width: 160px;
    flex-shrink: 0;
  }
}
.c-news__description {
  margin: 0 0 0 1em;
}
.c-news__description h3 {
  font-size: 14px;
  /*font-weight: bold;*/
}
@media screen and (min-width: 768px) {
  .c-news__description h3 {
    font-size: 18px;
  }
}
.c-news__description h4 {
  font-size: 12px;
  /*font-weight: bold;*/
}
.c-news__description p {
  font-size: 12px;
  margin: 1em 0 0;
  max-width: 640px;
}
@media screen and (min-width: 768px) {
  .c-news__description p {
    font-size: 14px;
  }
}
.c-news__copy {
  font-size: 12px;
  cursor: pointer;
  display: none;
}
@media screen and (min-width: 768px) {
  .c-news__copy {
    margin: 16px 0 0;
  }
}
.c-news__copy img {
  width: 20px;
  height: 20px;
}
.c-news__articleURL {
  font-size: 10px;
  color: #ccc;
}
.c-news__archive {
  background-color: #f7f7f7;
  padding: 32px 16px;
}
@media screen and (min-width: 1080px) {
  .c-news__archive {
    padding: 60px 0;
  }
}
.c-news__archiveIn {
  max-width: 1280px;
  margin: 0 auto;
}
.c-news__archiveTitle {
  font-size: 14px;
}
.c-news__archiveList {
  margin: 0 0 0;
}
@media screen and (min-width: 1080px) {
  .c-news__archiveList {
    margin: 24px 0 0;
  }
}
.c-news__archiveYear {
  font-size: 18px;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .c-news__archiveYear {
    font-size: 20px;
  }
}
.c-news__archiveYear::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #ccc;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.c-news__none {
  font-size: 16px;
  text-align: center;
  width: 100%;
  padding: 60px;
  background: #f9f9f9;
}

.c-footer {
  background-color: #2e2d2b;
  color: #fff;
  font-size: 14px;
  padding: 42px 28px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-footer {
    padding: 80px;
  }
}
.c-footer__title img {
  width: 240px;
  height: auto;
}
.c-footer__contact {
  margin: 1em 0;
  line-height: 1.5;
}
.c-footer__pages {
  display: flex;
  flex-wrap: wrap;
  margin: 48px 0 0;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .c-footer__pages {
    margin: 0;
    align-content: flex-start;
  }
}
.c-footer__page {
  width: 50%;
  margin: 0 0 1em;
}
@media screen and (min-width: 768px) {
  .c-footer__page {
    margin: 0 0 0.5em;
  }
}
.c-footer__page--current {
  pointer-events: none;
}
.c-footer__pageLink {
  display: block;
}
.c-footer__snss {
  display: flex;
  margin: 12px 0 0;
}
@media screen and (min-width: 768px) {
  .c-footer__snss {
    margin: 0;
  }
}
.c-footer__sns {
  margin: 0 1em 0 0;
}
.c-footer__copy {
  margin: 1em 0 0;
  text-align: center;
}
.c-footer__top {
  position: absolute;
  right: 28px;
  top: 48px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .c-footer__top {
    position: relative;
    right: 0;
    top: 0;
  }
}
.c-footer__logos {
  margin: 48px auto 0;
  display: flex;
  justify-content: space-evenly;
  max-width: 310px;
}
.c-footer__logos img {
  max-height: 80px;
}
@media screen and (min-width: 768px) {
  .c-footer__logos {
    justify-content: space-between;
    margin: 0;
  }
  .c-footer__logos img {
    max-height: 100px;
  }
}
.c-footer__info {
  margin: 16px 0 0;
}
@media screen and (min-width: 768px) {
  .c-footer__info {
    margin: 0;
  }
}
.c-footer__topLink {
  padding: 4px;
  border: solid 2px #fff;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-footer__topLink {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 768px) {
  .c-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a b" "c d" "e f" "g g" "h h";
  }
  .c-footer__title {
    grid-area: a;
  }
  .c-footer__title img {
    width: 300px;
  }
  .c-footer__info {
    grid-area: c;
    position: relative;
    margin: 10px 0 0;
  }
  .c-footer__contact {
    grid-area: e;
    margin: 0;
  }
  .c-footer__pages {
    grid-area: d;
    margin: 10px 0 0;
  }
  .c-footer__snss {
    grid-area: f;
    align-self: start;
  }
  .c-footer__logos {
    grid-area: g;
    max-width: 100%;
    justify-content: center;
    padding: 48px 0 24px;
  }
  .c-footer__logos a {
    margin: 0 24px;
  }
  .c-footer__copy {
    grid-area: h;
    margin: 0;
  }
  .c-footer__top {
    grid-area: b;
  }
  .c-footer a,
  .c-footer button {
    transition: opacity 0.2s ease;
  }
  .c-footer a:hover,
  .c-footer button:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1080px) {
  .c-footer {
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: 1fr 1fr 64px;
  }
  .c-footer__title {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .c-footer__info {
    grid-row: 2/3;
    grid-column: 1/2;
    position: relative;
  }
  .c-footer__info::before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: -20px;
    display: block;
  }
  .c-footer__contact {
    grid-row: 3/4;
    grid-column: 1/2;
    align-self: start;
    margin: 0;
  }
  .c-footer__pages {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1080px) {
  .c-footer__pages {
    padding-left: 6px;
  }
}
@media screen and (min-width: 1080px) {
  .c-footer__snss {
    grid-row: 3/4;
    grid-column: 2/3;
    align-self: start;
  }
  .c-footer__logos {
    grid-row: 2/3;
    grid-column: 3/4;
    justify-content: flex-end;
  }
  .c-footer__logos a.c-footer__kum {
    margin-right: 0;
  }
  .c-footer__copy {
    grid-row: 3/4;
    grid-column: 3/4;
    text-align: right;
    align-self: end;
    margin: 0;
  }
  .c-footer__top {
    grid-row: 1/2;
    grid-column: 3/4;
  }
  .c-footer__ku, .c-footer__kum {
    display: inline-block;
  }
  .c-footer__ku {
    margin-right: 1em;
  }
}

.c-page__header {
  background: #F7F7F7 url(../images/bg_tile_dark@2x.png) center center repeat;
  background-size: 360px;
}
.c-page__header .c-header {
  background: none;
}
.c-page__head {
  padding: 28px 16px 36px;
  font-family: "futura-pt", "Tazugane Gothic StdN W50 Rg", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-page__head {
    padding: 28px 60px 72px;
  }
}
.c-page__body {
  padding: 28px 16px 36px;
}
.c-page__body--full {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (min-width: 768px) {
  .c-page__body {
    padding: 72px 60px 72px;
  }
}
.c-page__title {
  display: flex;
  align-items: flex-start;
}
.c-page__mainTitle {
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-page__mainTitle {
    font-size: 48px;
  }
}
.c-page__subTitle {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0.1em 0 0 0.5em;
}
@media screen and (min-width: 768px) {
  .c-page__subTitle {
    font-size: 18px;
    margin: 0.25em 0 0 1em;
  }
}
.c-page__description {
  margin-top: 1em;
  font-size: 14px;
}
.c-page__description br {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-page__description br {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .c-page__description {
    font-size: 16px;
  }
}
.c-page__subDescription {
  display: block;
  font-size: 12px;
}

.c-section__title {
  display: flex;
  align-items: flex-start;
  font-family: "futura-pt", "Tazugane Gothic StdN W50 Rg", sans-serif;
}
.c-section__title_main {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-section__title_main {
    font-size: 36px;
  }
}
.c-section__title_sub {
  font-size: 12px;
  line-height: 1;
  margin: 0 0 0 0.5em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-section__title_sub {
    font-size: 18px;
  }
}

.c-events {
  max-width: 1280px;
  margin: 0 auto;
}
.c-events__filter {
  display: flex;
  justify-content: flex-end;
  margin: -92px 0 56px;
}
@media screen and (min-width: 768px) {
  .c-events__filter {
    margin: 0 0 60px;
  }
}
.c-events__filterSelectBox {
  border: solid 2px #BAAE77;
  position: relative;
  width: 160px;
}
.c-events__filterSelectBox::after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(/assets/images/icon_pulldown-gold.svg) center center no-repeat;
  position: absolute;
  right: 4px;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%);
  background-size: 20px;
}
.c-events__filterSelectBox.is-active::before {
  background: url(/assets/images/icon-filter-white.svg) center center no-repeat;
}
.c-events__filterSelectBox.is-active::after {
  background: url(/assets/images/icon_pulldown-white.svg) center center no-repeat;
  background-size: 20px;
}
.c-events__filterSelect {
  font-size: 14px;
  color: #BAAE77;
  height: 32px;
  width: 160px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px 0 8px;
}
.c-events__filterSelect.is-active {
  background-color: #BAAE77;
  color: #fff;
}
.c-events__filterSelect:hover {
  opacity: 0.7;
}
.c-events__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
}
.c-events__item {
  width: 100%;
  margin: 16px 0;
}
@media screen and (min-width: 768px) {
  .c-events__item {
    width: 50%;
    margin: 0;
  }
}
@media screen and (min-width: 1080px) {
  .c-events__item {
    width: 33.3333333333%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-events__itemIn {
    padding: 0 20px 32px;
  }
  .c-events__itemIn:nth-child(odd) {
    padding-left: 0;
  }
  .c-events__itemIn:nth-child(even) {
    padding-right: 0;
  }
}
@media screen and (min-width: 1080px) {
  .c-events__itemIn {
    padding: 0 20px 40px;
  }
}
.c-events__link {
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-events__link {
    transition: opacity 0.2s ease;
  }
  .c-events__link:hover {
    opacity: 0.7;
  }
}
.c-events__thumbnail {
  background-color: #ccc;
  width: 100%;
  height: 240px;
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.c-events__date {
  font-family: "futura-pt", "Tazugane Gothic StdN W50 Rg", sans-serif;
  font-size: 14px;
  margin: 12px 0 0;
  font-weight: 500;
}
.c-events__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0.25em 0 0;
}
.c-events__label {
  display: inline-block;
  font-size: 12px;
  padding: 0 1.5em;
  letter-spacing: 0.1em;
  margin: 0 0 0 1em;
}
.c-events__label--end {
  background-color: rgba(0, 0, 0, 0.08);
}
.c-events__archive {
  background-color: #F7F7F7;
  padding: 32px 16px;
}
@media screen and (min-width: 1080px) {
  .c-events__archive {
    padding: 60px 0;
  }
}
.c-events__archiveIn {
  max-width: 1280px;
  margin: 0 auto;
}
.c-events__archiveTitle {
  font-size: 14px;
}
.c-events__archiveList {
  margin: 0 0 0;
}
@media screen and (min-width: 1080px) {
  .c-events__archiveList {
    margin: 24px 0 0;
  }
}
.c-events__archiveYear {
  font-size: 18px;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .c-events__archiveYear {
    font-size: 20px;
  }
}
.c-events__archiveYear::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #ccc;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.c-about__cont {
  max-width: 1060px;
  margin: 24px auto;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .c-about__cont {
    display: flex;
    flex-wrap: wrap;
    padding: 0 60px;
  }
}
.c-about__img {
  height: 240px;
}
@media screen and (min-width: 1080px) {
  .c-about__img {
    height: 420px;
  }
}
.c-about__img--g1 {
  background: url(/assets/images/about_g1@2x.jpg) center center no-repeat;
  background-size: cover;
}
.c-about__img--g2 {
  background: url(/assets/images/about_g2@2x.jpg) center center no-repeat;
  background-size: cover;
}
.c-about__title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: calc(100% - 200px);
}
@media screen and (min-width: 1080px) {
  .c-about__title {
    width: calc(100% - 200px);
    font-size: 24px;
    flex-shrink: 0;
    order: 1;
  }
}
.c-about__description {
  font-size: 14px;
  width: 100%;
  margin: 16px 0;
  line-height: 2;
}
.c-about__description p {
  max-width: 620px;
  text-align: justify;
}
.c-about__description p + p {
  margin: 1em 0 0;
}
@media screen and (min-width: 768px) {
  .c-about__description {
    order: 3;
  }
}
@media screen and (min-width: 1080px) {
  .c-about__description {
    font-size: 16px;
  }
}
.c-about__features {
  max-width: 1060px;
  margin: 0 auto;
  font-size: 14px;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .c-about__features {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 90px auto 0;
    padding: 0 60px;
  }
}
.c-about__architectDetail {
  font-size: 10px;
  color: #808080;
  margin-left: 160px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-about__architectDetail {
    order: 2;
    margin: 0;
  }
}
@media screen and (min-width: 1080px) {
  .c-about__architectDetail {
    font-size: 10px;
    padding-left: 16px;
  }
}
.c-about__hero {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 1080px) {
  .c-about__hero {
    padding: 0;
  }
}
.c-about__position {
  max-width: 510px;
}
@media screen and (min-width: 768px) {
  .c-about__position {
    width: 47.5%;
  }
}
.c-about__architecture {
  max-width: 510px;
  margin: 40px 0 0;
}
@media screen and (min-width: 768px) {
  .c-about__architecture {
    margin: 0;
    width: 47.5%;
  }
}
.c-about__positionDescription {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-about__positionDescription {
    margin: 24px 0 0;
  }
}
.c-about__architectureDescription {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-about__architectureDescription {
    margin: 24px 0 0;
  }
}
.c-about__detail {
  display: flex;
  padding: 0 16px;
  margin: 16px auto;
}
@media screen and (min-width: 768px) {
  .c-about__detail {
    padding: 0 60px;
    max-width: 950px;
  }
}
@media screen and (min-width: 1080px) {
  .c-about__detail {
    margin: 32px auto;
    padding: 0;
  }
}

@media screen and (min-width: 1080px) {
  .p-gallery {
    margin: 90px auto;
  }
}
.p-gallery__title {
  padding: 0 24px;
}
@media screen and (min-width: 1080px) {
  .p-gallery__title {
    padding: 0;
  }
}
.p-gallery__name {
  flex-shrink: 0;
  font-family: "futura-pt", "Tazugane Gothic StdN W50 Rg", sans-serif;
}
@media screen and (min-width: 1080px) {
  .p-gallery__name {
    width: 290px;
  }
}
.p-gallery__name-en {
  font-size: 48px;
  display: block;
  line-height: 1;
}
@media screen and (min-width: 1080px) {
  .p-gallery__name-en {
    font-size: 72px;
  }
}
.p-gallery__name-jp {
  font-size: 12px;
  line-height: 1;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-gallery__name-jp {
    font-size: 14px;
  }
}
.p-gallery__cont {
  margin: 48px 0 0;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .p-gallery__cont {
    margin: 0;
  }
}
.p-gallery__copy {
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-gallery__copy {
    font-size: 24px;
  }
}
.p-gallery__description {
  font-size: 14px;
  margin: 0 0 0 2em;
  line-height: 2;
  max-width: 620px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-gallery__description {
    font-size: 16px;
  }
}
.p-gallery__detail {
  display: flex;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-gallery__detail {
    display: flex;
  }
}
@media screen and (min-width: 1080px) {
  .p-gallery__detail {
    max-width: 1060px;
    margin: 0 auto;
  }
}
.p-gallery__slides {
  /* background-color: #ccc;
  height: 375px; */
}
.p-gallery__gallery {
  position: relative;
}
.p-gallery__gallery + .p-gallery__gallery {
  margin: 60px 0 0;
}
.p-gallery__slideBullets {
  display: flex;
  justify-content: flex-end;
}
.p-gallery__slideBullets .swiper-pagination-bullet {
  background: #fff !important;
}

.p-history {
  margin: 60px auto 0;
  max-width: 1060px;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .p-history {
    padding: 0 60px;
  }
}
.p-history__title {
  font-size: 20px;
  font-weight: bold;
}
.p-history__table {
  margin: 1em 0;
  border-bottom: solid 1px #ccc;
  width: 100%;
}
.p-history__row {
  border-top: solid 1px #ccc;
}
.p-history__cell {
  padding: 0.5em 0;
}
.p-history__cell--date {
  font-family: "futura-pt", "Tazugane Gothic StdN W50 Rg", sans-serif;
  font-size: 14px;
}
.p-history__cell--event {
  font-size: 14px;
}

.p-entry {
  margin: 60px 0;
}

.c-contact__head {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column-reverse;
  font-size: 16px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .c-contact__head {
    flex-wrap: nowrap;
    font-size: 20px;
    flex-flow: initial;
    align-items: center;
  }
}
.c-contact__process {
  margin: 28px auto;
  max-width: 1280px;
}
.c-contact__processIn {
  background-color: #f7f7f7;
  padding: 16px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-contact__processIn {
    display: flex;
    padding: 60px;
  }
}
@media screen and (min-width: 1080px) {
  .c-contact__processIn {
    padding: 60px 80px;
  }
}
.c-contact__flowTitle {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-contact__flowTitle {
    text-align: left;
  }
}
@media screen and (min-width: 1080px) {
  .c-contact__flowTitle {
    font-size: 20px;
  }
}
.c-contact__flow {
  min-width: 320px;
}
@media screen and (min-width: 1080px) {
  .c-contact__flow {
    width: 50%;
    max-width: 510px;
  }
}
.c-contact__flowList {
  margin: 20px 0 0;
}
.c-contact__flowItem {
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  padding: 0.2em;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .c-contact__flowItem {
    font-size: 16px;
  }
}
.c-contact__flowItem::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -22px;
  border: solid 8px transparent;
  border-top-color: #baae77;
  transform: translateX(-50%);
}
.c-contact__flowItem:last-child {
  background-color: #baae77;
  color: #fff;
}
.c-contact__flowItem:last-child:after {
  display: none;
}
.c-contact__flowItem + .c-contact__flowItem {
  margin: 1.5em 0 0;
}
.c-contact__flowItem-double {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.c-contact__flowItem-double span {
  background-color: #fff;
  width: calc(50% - 12px);
  padding: 0.2em;
}
.c-contact__flowItem-predouble::after {
  left: calc(25% - 6px);
}
.c-contact__flowItem-double::after {
  left: calc(25% - 6px);
}
.c-contact__flowItem-predouble::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: calc(75% + 6px);
  bottom: -22px;
  border: solid 8px transparent;
  border-top-color: #baae77;
  transform: translateX(-50%);
}
.c-contact__flowItemDisabled {
  color: #808080;
}
.c-contact__conditions {
  font-size: 14px;
  margin: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .c-contact__conditions {
    margin: 44px 0 0 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1080px) {
  .c-contact__conditions {
    margin: 50px 0 0 80px;
  }
}
.c-contact__conditionDescription {
  font-weight: bold;
  margin: 0 0 1em;
}
@media screen and (min-width: 768px) {
  .c-contact__conditionDescription {
    font-size: 18px;
  }
}
.c-contact__conditionTitle {
  font-weight: bold;
}
.c-contact__conditionNotice {
  font-size: 12px;
}
.c-contact__entry {
  background-color: #f7f7f7;
  padding: 60px 24px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .c-contact__entry {
    padding: 80px;
  }
}
.c-contact__entry::after {
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  left: 50vw;
  top: 0;
  background: transparent url(../images/bg_tile_dark@2x.png) left center repeat;
  background-size: 360px;
}
.c-contact__entryLink {
  position: relative;
  z-index: 2;
}
.c-contact__entryTitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-contact__entryTitle {
    font-size: 24px;
  }
}
.c-contact__entryBody {
  text-align: center;
  margin: 20px 0;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .c-contact__entryBody {
    font-size: 18px;
    margin: 20px 0 48px;
  }
}
.c-contact__notice {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .c-contact__notice {
    margin: 12px 0 0;
  }
}
.c-contact__introLink {
  font-size: 16px;
  margin: 16px 0 0;
}
@media screen and (min-width: 768px) {
  .c-contact__introLink {
    margin: 42px 0 0;
  }
}
@media screen and (min-width: 1080px) {
  .c-contact__images {
    width: 50%;
  }
}
.c-contact__intro {
  margin: 24px auto;
}
@media screen and (min-width: 1080px) {
  .c-contact__intro {
    width: 50%;
    margin: 0;
  }
}
.c-contact__calender {
  font-size: 16px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-contact__calender {
    padding: 72px 0;
    text-align: center;
  }
}
.c-contact__calender p {
  margin: 1em 0;
}
.c-contact__calender iframe {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 400px;
}
@media all and (min-width: 768px) {
  .c-contact__calender iframe {
    height: 600px;
  }
}
.c-contact__calenderTitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-contact__calenderTitle {
    font-size: 24px;
  }
}
.c-contact__gallery {
  font-size: 0.8em;
  line-height: 1.5;
  display: flex;
  justify-content: end;
  margin: 0 0 -1em;
  z-index: 2;
  position: relative;
}

/* _p-* projects */
.p-top__kv {
  background: url(../images/top_photo@2x.jpg) center center no-repeat;
  background-size: cover;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .p-top__kv {
    height: 320px;
  }
}
@media screen and (min-width: 1080px) {
  .p-top__kv {
    height: 600px;
  }
}

.p-events {
  overflow: hidden;
  padding: 60px 0;
}
@media screen and (min-width: 1080px) {
  .p-events {
    margin-top: 150px;
  }
}
.p-events__title {
  color: #81774B;
  padding: 0 24px 24px;
}
@media screen and (min-width: 768px) {
  .p-events__title {
    padding: 0 40px 48px;
  }
}
@media screen and (min-width: 1080px) {
  .p-events__title {
    padding: 0 80px 48px;
  }
}
.p-events__more {
  padding: 20px;
  font-size: 16px;
  display: flex;
  justify-content: flex-end;
  max-width: 1440px;
  margin: 0 auto;
}
.p-events__linkText {
  padding: 0 2em 0 0;
}

.p-event__list {
  border-top: solid 1px #ccc;
}
.p-event__day {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-event__day {
    font-size: 36px;
    margin: 0 0 0.1em;
  }
}
.p-event__day--end {
  position: relative;
  padding: 0 0 0 0.75em;
  margin: 0 0 0 0.5em;
}
@media screen and (min-width: 768px) {
  .p-event__day--end {
    margin: 0 0 0.1em;
  }
}
.p-event__day--end::before {
  content: "";
  width: 0.5em;
  height: 2px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-2px);
}
.p-event__sub {
  color: #9D9D9D;
  font-weight: bold;
  margin: 4px 0 0;
}
.p-event__item {
  padding: 28px;
  border-bottom: solid 1px #ccc;
  position: relative;
}
.p-event__item:nth-child(even) {
  background-color: #F7F7F7;
}
.p-event__item:nth-child(even) .p-event__scrollText {
  color: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .p-event__item {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-event__item:hover .p-event__scrollText {
    animation-play-state: paused;
  }
}
.p-event__date {
  font-size: 36px;
  order: 2;
  display: flex;
  margin: 16px 0 8px;
  font-family: "futura-pt", "Tazugane Gothic StdN W50 Rg", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-event__date {
    align-items: center;
    width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .p-event__date {
    order: 1;
    width: 20%;
    display: block;
  }
}
.p-event__title {
  font-size: 20px;
}
.p-event__sub {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-event__sub {
    font-size: 16px;
  }
}
.p-event__description {
  margin: 24px 0 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .p-event__description {
    font-size: 16px;
  }
}
.p-event__info {
  order: 3;
}
@media screen and (min-width: 768px) {
  .p-event__info {
    order: 2;
    width: 50%;
  }
}
.p-event__detail {
  margin: 24px 0;
}
.p-event__itemIn {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-event__itemIn {
    padding: 54px 40px;
  }
}
@media screen and (min-width: 1080px) {
  .p-event__itemIn {
    flex-wrap: nowrap;
    padding: 54px 80px;
  }
}
.p-event__thumbnail {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 240px;
  order: 1;
}
@media screen and (min-width: 768px) {
  .p-event__thumbnail {
    order: 3;
    width: 50%;
    padding: 0 0 0 5%;
  }
}
@media screen and (min-width: 1080px) {
  .p-event__thumbnail {
    width: 25%;
  }
}
.p-event__scroll {
  position: relative;
  z-index: 1;
}
.p-event__scrollText {
  display: block;
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  position: absolute;
  bottom: 20px;
  text-shadow: 1px 1px 0 #BAAE77, -1px 1px 0 #BAAE77, 1px -1px 0 #BAAE77, -1px -1px 0 #BAAE77;
}
.p-event__slides .p-space__slideBullets {
  padding: 10px 20px 0 0;
}

.p-board {
  background: #F7F7F7 url(../images/bg_tile_dark@2x.png) center center repeat;
  background-size: 360px;
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  .p-board {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1080px) {
  .p-board {
    padding: 0 80px 80px;
  }
}
.p-board__in {
  max-width: 1440px;
  margin: 0 auto;
}
.p-board__head {
  font-family: "futura-pt", "Tazugane Gothic StdN W50 Rg", sans-serif;
  background-color: #BAAE77;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 28px -12px;
  transform: translateY(-40px);
}
@media screen and (min-width: 768px) {
  .p-board__head {
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-board__body {
    background-color: #fff;
    transform: translateY(-40px);
    padding: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .p-board__body {
    display: flex;
    justify-content: space-between;
  }
}
.p-board__year {
  font-size: 16px;
  display: block;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-board__year {
    font-size: 20px;
  }
}
.p-board__day {
  font-size: 28px;
  line-height: 1;
  margin: 4px 0 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-board__day {
    font-size: 36px;
  }
}
.p-board__date {
  padding: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  width: 33.3333333333%;
}
@media screen and (min-width: 768px) {
  .p-board__date {
    width: calc((100% - 80px) / 10 * 2);
  }
}
@media screen and (min-width: 1080px) {
  .p-board__date {
    width: calc((100% - 128px) / 10 * 2);
  }
}
.p-board__open {
  padding: 18px 12px;
  width: calc(100% - 64px);
  display: flex;
  background-color: rgba(0, 0, 0, 0.1);
  height: 64px;
}
@media screen and (min-width: 768px) {
  .p-board__open {
    background-color: transparent;
    width: auto;
    height: auto;
    margin: 12px;
    border-left: solid 1px #fff;
    padding: 0 0 0 20px;
    display: block;
  }
}
@media screen and (min-width: 1080px) {
  .p-board__open {
    padding: 0 0 0 40px;
    width: calc((100% - 128px) / 10 * 4);
  }
}
.p-board__openLabel {
  font-size: 14px;
  display: block;
  line-height: 1;
}
.p-board__openDay {
  font-size: 16px;
  display: block;
  margin: 0 0 0 1em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-board__openDay {
    margin: 8px 0 0;
  }
}
.p-board__openNotice {
  font-size: 10px;
  display: block;
  line-height: 1;
  margin: 4px 0 0;
}
@media screen and (min-width: 768px) {
  .p-board__openNotice {
    font-size: 12px;
    display: inline-block;
  }
}
.p-board__dateNotice {
  font-size: 10px;
  display: block;
  margin: 4px 0 0px 16px;
  line-height: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-board__dateNotice {
    font-size: 12px;
    width: auto;
    margin: 8px 0 0;
  }
}
.p-board__isopen {
  padding: 12px;
  width: 66.6666666667%;
}
@media screen and (min-width: 768px) {
  .p-board__isopen {
    margin: 12px;
    border-left: solid 1px #fff;
    padding: 0 0 0 20px;
    width: auto;
  }
}
@media screen and (min-width: 1080px) {
  .p-board__isopen {
    padding: 0 0 0 40px;
    width: 40%;
    width: calc((100% - 128px) / 10 * 4);
  }
}
.p-board__openClose {
  display: block;
  font-size: 16px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-board__openClose {
    font-size: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .p-board__openClose {
    font-size: 24px;
  }
}
.p-board__openTime {
  font-size: 16px;
  display: block;
  line-height: 1;
  margin: 4px 0 0;
}
@media screen and (min-width: 768px) {
  .p-board__openTime {
    display: inline-block;
    font-size: 18px;
    margin: 0;
  }
}
@media screen and (min-width: 1080px) {
  .p-board__openTime {
    font-size: 20px;
  }
}
.p-board__access {
  width: 64px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 768px) {
  .p-board__access {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 1080px) {
  .p-board__access {
    width: 120px;
    height: 120px;
  }
}
.p-board__access_link {
  text-align: center;
}
.p-board__access_text {
  display: block;
  font-size: 10px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-board__access_text {
    font-size: 14px;
  }
}

.p-board__isopen.is-open .p-board__openClose--close {
  display: none;
}

.p-board__isopen.is-close .p-board__openClose--open {
  display: none;
}
.p-board__isopen.is-close .p-board__openTime {
  display: none;
}
.p-board__isopen.is-close .p-board__openNotice {
  display: none;
}

.p-news {
  margin: 0 28px;
  padding: 28px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-news {
    margin: 0;
    padding: 0;
  }
}
.p-news__head {
  display: flex;
  align-items: flex-start;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #BAAE77;
  font-family: "futura-pt", "Tazugane Gothic StdN W50 Rg", sans-serif;
}
.p-news__head_sub {
  font-size: 14px;
  margin: 0 0 0 0.5em;
  letter-spacing: 0.05em;
}
.p-news__date {
  font-family: "futura-pt", "Tazugane Gothic StdN W50 Rg", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding-top: 0.15em;
  min-width: 40px;
}
@media screen and (min-width: 768px) {
  .p-news__date {
    font-size: 18px;
  }
}
.p-news__title {
  font-size: 14px;
  padding: 0 0 0 1em;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .p-news__title {
    font-size: 16px;
  }
}
.p-news__list {
  margin: 24px 0 0;
}
.p-news__all {
  text-align: right;
  margin: 24px 0 0;
}
@media screen and (min-width: 768px) {
  .p-news__all {
    text-align: left;
  }
}
.p-news__item {
  margin: 0.5em 0;
}
.p-news__allLinkText {
  font-size: 16px;
  display: inline-block;
}
.p-news__link {
  display: flex;
  transition: opacity 0.2s ease;
}
.p-news__link:hover {
  opacity: 0.7;
}
.p-news__none {
  font-size: 16px;
  margin: 20px 0;
}

.p-about {
  background-color: #C7BA80;
  color: #fff;
  padding: 60px 28px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about {
    padding: 28px;
  }
}
.p-about::after {
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  left: 50vw;
  top: 0;
  background: transparent url(../images/bg_tile_dark@2x.png) left center repeat;
  background-size: 360px;
}
.p-about__in {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-about__in {
    padding: 120px 54px;
  }
}
@media screen and (min-width: 1080px) {
  .p-about__in {
    padding: 120px 200px;
    max-width: 1440px;
    padding: 120px 80px;
    margin: 0 auto;
  }
}
.p-about__sub {
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 50px 50px 50px 50px;
  margin: 280px 0 -50px;
  background: url(../images/about_balloon@2x.png) left center no-repeat;
  background-size: contain;
  transform: translateX(-50px);
}
@media screen and (min-width: 768px) {
  .p-about__sub {
    margin: 100px 0 -50px;
  }
}
.p-about__title {
  display: block !important;
  line-height: 2;
}
.p-about .c-section__title_sub {
  display: block;
  margin: 8px 0 0;
}
.p-about__description {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .p-about__description {
    font-size: 16px;
  }
}
.p-about__description + .p-about__description {
  margin: 1em 0;
}
.p-about__button {
  color: #fff;
  border-color: #fff;
  width: 200px;
}
.p-about__button::before, .p-about__button::after {
  border-color: #fff;
}
.p-about__photos {
  position: absolute;
  height: 100vh;
  overflow: hidden;
  top: 140px;
  left: 20%;
  width: 80vw;
}
@media screen and (min-width: 768px) {
  .p-about__photos {
    top: -1%;
    left: 40%;
    width: 60vw;
  }
}
.p-about__photosIn {
  position: relative;
}
.p-about__photo {
  display: block;
  position: absolute;
  z-index: 1;
}
.p-about__photo--1 {
  background: url(../images/about_photo_1.jpg) center center no-repeat;
  background-size: cover;
  /*width: 150px;
  height: 200px;
  top: 60px;
  right: 120px;
  */
  width: clamp(150px, 30vw, 384px);
  height: clamp(200px, 40vw, 512px);
  top: 0px;
  left: 0;
}
.p-about__photo--2 {
  background: url(../images/about_photo_2.jpg) center center no-repeat;
  background-size: cover;
  /*
  width: 200px;
  height: 150px;
  top: 100px;
  right: -90px;
  */
  width: clamp(200px, 40vw, 512px);
  height: clamp(150px, 30vw, 384px);
  top: clamp(48px, 10vw, 128px);
  left: clamp(160px, 32vw, 414px);
}
.p-about__photo--3 {
  background: url(../images/about_photo_3.jpg) center center no-repeat;
  background-size: cover;
  /*
  width: 200px;
  height: 150px;
  top: 270px;
  right: 20px;
  */
  width: clamp(200px, 40vw, 512px);
  height: clamp(150px, 30vw, 384px);
  top: clamp(210px, 42vw, 542px);
  left: clamp(0px, 5vw, 64px);
}
.p-about__photo--4 {
  background: url(../images/about_photo_4.jpg) center center no-repeat;
  background-size: cover;
  /*
  width: 150px;
  height: 200px;
  top: 270px;
  right: -130px;
  */
  width: clamp(150px, 30vw, 384px);
  height: clamp(200px, 40vw, 512px);
  top: clamp(210px, 42vw, 542px);
  left: clamp(230px, 47vw, 608px);
}

#modal-1 {
  position: relative;
  z-index: 999;
}

.p-space {
  background-color: #7A7B6E;
  color: #fff;
  padding: 60px 0;
  position: relative;
  font-family: "futura-pt", "Tazugane Gothic StdN W50 Rg", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-space {
    padding: 150px 0;
  }
}
.p-space__in {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1440px;
}
@media screen and (min-width: 768px) {
  .p-space__in {
    width: 100%;
    padding: 0 80px;
  }
}
@media screen and (min-width: 1080px) {
  .p-space__in {
    display: flex;
    justify-content: space-between;
  }
}
.p-space::after {
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent url(../images/bg_tile_light@2x.png) right 2px center repeat;
  background-size: 360px;
}
@media screen and (min-width: 768px) {
  .p-space {
    display: flex;
  }
}
.p-space__title {
  padding: 0 24px;
}
@media screen and (min-width: 1080px) {
  .p-space__title {
    padding: 0;
  }
}
.p-space__name {
  font-family: "futura-pt", "Tazugane Gothic StdN W50 Rg", sans-serif;
  flex-shrink: 0;
}
.p-space__name-en {
  font-size: 72px;
  display: block;
  line-height: 1;
}
.p-space__name-jp {
  font-size: 14px;
  line-height: 1;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-space__name-jp {
    font-size: 16px;
  }
}
.p-space__cont {
  margin: 48px 0 0;
  max-width: 950px;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .p-space__cont {
    margin: 0;
  }
}
.p-space__copy {
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-space__copy {
    font-size: 24px;
  }
}
.p-space__description {
  font-size: 14px;
  margin: 8px 0 0;
  line-height: 2;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-space__description {
    font-size: 16px;
    margin: 32px 0 0;
  }
}
.p-space__detail {
  padding: 0 28px;
  margin: -48px 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-space__detail {
    display: flex;
  }
}
@media screen and (min-width: 1080px) {
  .p-space__detail {
    max-width: 728px;
    margin: -40px auto 0;
  }
}
.p-space__info {
  margin: 0 0 0 100px;
}
.p-space__slides {
  /* background-color: #ccc;
  height: 375px; */
}
.p-space__slides .swiper-slide img {
  max-width: 100vw;
  display: block;
}
.p-space__slides .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5));
}
.p-space__gallery {
  position: relative;
}
.p-space__gallery + .p-space__gallery {
  margin: 60px 0 0;
}
.p-space__slideBullets {
  display: flex;
  justify-content: flex-end;
}
.p-space__slideBullets .swiper-pagination-bullet {
  background: #fff !important;
}
.p-space__contactLink {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.05em;
  min-width: 148px;
  margin: 24px 0 0 24px;
}
.p-space__contactLink::before {
  border-color: #fff;
}
.p-space__contactLink::after {
  border-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-space__contactLink {
    width: 180px;
    margin: 80px 0 0 0;
  }
}
.p-space__contactText {
  padding: 0 2em 0 0;
}
.p-space__contactLabel {
  background-color: #fff;
  color: #7A7B6E;
  font-size: 12px;
  padding: 0px 4px;
  margin: 0 0.5em 0 0;
}

.p-access {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .p-access {
    padding: 150px 0;
  }
}
.p-access__in {
  max-width: 1440px;
  margin: 28px;
}
@media screen and (min-width: 1080px) {
  .p-access__in {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 80px;
  }
}
.p-access__title {
  padding: 0 24px;
  color: #81774B;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-access__title {
    padding: 0 80px 48px;
  }
}
.p-access__buses {
  margin: 28px 0;
  text-align: center;
}
.p-access__diagram {
  margin: 28px 0;
}
.p-access__maps iframe {
  width: 100%;
  height: 50%;
}
.p-access__bycar {
  font-size: 14px;
  margin: 28px 0;
}
.p-access__bycar small {
  font-size: 12px;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-access__how {
    padding: 0 40px;
  }
}

.grid {
  position: relative;
}
@media screen and (min-width: 768px) {
  .grid {
    margin: 48px auto 0;
  }
}

.item {
  display: block;
  position: absolute;
  min-width: 300px;
  min-height: 300px;
  transition: opacity 0.2s ease;
  margin: 20px auto;
  z-index: 1;
  color: #000;
}
@media screen and (min-width: 768px) {
  .item {
    margin: 16px;
    width: 360px;
  }
  .item:hover {
    opacity: 0.7;
  }
  .item img {
    width: 360px;
    max-width: 1280px;
  }
}

.item.muuri-item-dragging {
  z-index: 3;
}

.item.muuri-item-releasing {
  z-index: 2;
}

.item.muuri-item-hidden {
  z-index: 0;
}

.item-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-archive__date {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 1;
}
.p-archive__title {
  font-size: 14px;
  margin: 4px 0 0;
}
@media screen and (min-width: 768px) {
  .p-archive__title {
    margin: 8px 0 0;
  }
}
.p-archive__filter {
  display: flex;
  flex-wrap: wrap;
  font-family: "futura-pt", "Tazugane Gothic StdN W50 Rg", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-archive__filter {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.p-archive__filterButton {
  font-size: 14px;
  color: #BAAE77;
  padding: 8px;
  border: solid 2px #BAAE77;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
  cursor: pointer;
  margin: 0 0.5em 0.5em 0;
}
@media screen and (min-width: 768px) {
  .p-archive__filterButton {
    margin: 0 0.25em 0 0;
  }
}
.p-archive__filterButton.is-active {
  background-color: #BAAE77;
  color: #fff;
  pointer-events: none;
}
.p-archive__filterButton:hover {
  opacity: 0.7;
}
.p-archive__filterSelectBox {
  border: solid 2px #BAAE77;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-archive__filterSelectBox {
    float: right;
  }
}
.p-archive__filterSelectBox::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(/assets/images/icon-filter-gold.svg) center center no-repeat;
  position: absolute;
  left: 4px;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%);
}
.p-archive__filterSelectBox::after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(/assets/images/icon_pulldown-gold.svg) center center no-repeat;
  position: absolute;
  right: 4px;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%);
  background-size: 20px;
}
.p-archive__filterSelectBox.is-active::before {
  background: url(/assets/images/icon-filter-white.svg) center center no-repeat;
}
.p-archive__filterSelectBox.is-active::after {
  background: url(/assets/images/icon_pulldown-white.svg) center center no-repeat;
  background-size: 20px;
}
.p-archive__filterSelect {
  font-size: 14px;
  color: #BAAE77;
  height: 32px;
  width: 150px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 32px;
}
.p-archive__filterSelect.is-active {
  background-color: #BAAE77;
  color: #fff;
}
.p-archive__filterSelect:hover {
  opacity: 0.7;
}
.p-archive__image {
  max-width: 300px;
}
.p-archive__link--sub {
  display: none;
}
.p-archive__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4px 0 0;
  font-family: "futura-pt", "Tazugane Gothic StdN W50 Rg", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-archive__info {
    margin: 8px 0 0;
  }
}
.p-archive__tagList {
  display: flex;
  flex-shrink: 0;
}
.p-archive__tagItem {
  font-size: 12px;
  line-height: 1;
  margin: 0 0.5em 0 0;
  color: #BAAE77;
}
.p-archive__tagItem::before {
  content: "#";
}
.p-archive__sub {
  font-size: 11px;
  color: #808080;
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.p-favor {
  margin: 28px;
}
@media screen and (min-width: 768px) {
  .p-favor {
    padding: 0;
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 1080px) {
  .p-favor {
    margin: 0;
    padding: 0 0 0 100px;
  }
}
.p-favor__title {
  color: #BAAE77;
}
.p-favor__title {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-favor__title {
    font-size: 20px;
  }
}
.p-favor__list {
  margin: 8px 0 0;
}
@media screen and (min-width: 768px) {
  .p-favor__list {
    margin: 16px 0 0;
  }
}
.p-favor__item {
  font-size: 14px;
  position: relative;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 1080px) {
  .p-favor__item {
    font-size: 15px;
  }
}
.p-favor__item::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #BAAE77;
  position: absolute;
  top: 0.75em;
  left: -0.5em;
  transform: translate(-50%, -50%);
}

/* _u-* utilities */
.icon--menu {
  display: inline-block;
  background: url(../images/icon_menu.svg) center center no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
}

.icon--close {
  display: inline-block;
  background: url(../images/icon_close.svg) center center no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
}

.icon--pin {
  display: inline-block;
  background: url(../images/icon_pin-white.svg) center center no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
}

.icon-next--white {
  display: inline-block;
  background: url(../images/icon_next-white.svg) center center no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
}

.icon-next--gold {
  display: inline-block;
  background: url(../images/icon_next-gold.svg) center center no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
}

.icon-up--white {
  display: inline-block;
  background: url(../images/icon_up-white.svg) center center no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
}

.icon-up--gold {
  display: inline-block;
  background: url(../images/icon_up-gold.svg) center center no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
}

.icon-search--white {
  display: inline-block;
  background: url(../images/icon_search-white.svg) center center no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
}

.icon--square {
  border: solid 2px #BAAE77;
  color: #BAAE77;
  display: inline-flex;
  font-size: 14px;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 0 0 0.25em;
}

.icon--square--white {
  border: solid 2px #fff;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 0 0 0.25em;
  padding: 8px;
}

.c-label--open {
  font-size: 14px;
  font-weight: bold;
  background-color: #BAAE77;
  padding: 0 1.5em;
  color: #fff;
  height: 24px;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.25em;
  margin: 0 0 0 1em;
  max-width: 12em;
}
@media screen and (min-width: 1080px) {
  .c-label--open {
    margin: 0;
  }
}
.c-label--end {
  font-size: 14px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.08);
  padding: 0 1.5em;
  color: #808080;
  height: 24px;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.25em;
  margin: 0 0 0 1em;
  max-width: 12em;
}
@media screen and (min-width: 1080px) {
  .c-label--end {
    margin: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}
#loader {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /* 環境によって「z-index」追加 */
}

/* 読み込み完了後に「loaded」を付与する */
body {
  overflow: hidden;
}

body.is-loaded {
  overflow: auto;
}

body.is-loaded #loader {
  animation: fadeOut 1s forwards;
}

.c-spinner {
  width: 70px;
}

.c-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #BAAE77;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.c-spinner .bounce1 {
  animation-delay: -0.32s;
}

.c-spinner .bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */