@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

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

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html,
body {
  height: 100%;
}

body {
  position: relative;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  animation: fadeIn 2s ease 0s 1 normal;
}

img {
  max-width: 100%;
  height: auto;
}

a[href^="tel:"] {
  cursor: default;
}

main {
  overflow-x: hidden;
}

span.flatpickr-weekday:nth-child(6) {
  color: #008deb;
}

span.flatpickr-weekday:nth-child(7) {
  color: #eb0000;
}

@media screen and (max-width:1024px) {
  body {
    font-size: 0.875rem;
  }
}
.l-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 51;
  display: flex;
}

.l-header__contact {
  width: 160px;
  height: 50px;
  background: #fff;
}

.l-header__catalog {
  width: 120px;
  height: 50px;
}

.l-header__reserve {
  width: 120px;
  height: 50px;
}

.l-header-btn {
  background: #fff;
}

@media screen and (max-width:1024px) {
  .l-header__nav {
    margin-right: 75px;
  }
  .l-header__contact {
    width: 50px;
    height: 40px;
  }
  .l-header__catalog,
  .l-header__reserve {
    width: 50px;
    height: 40px;
  }
}
.l-footer {
  position: relative;
}

.l-footer__in {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 100px;
}

.l-footer-main {
  width: 78.13%;
  padding: 100px 0 0;
}

.l-footer-main__in {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 68.75rem;
  padding: 0 20px 0 0;
}

.l-footer-nav {
  width: 43%;
  max-width: 28.75rem;
}

.l-footer-scroll {
  width: 60px;
  padding: 60px 0 0;
}

@media screen and (max-width:1024px) {
  .l-footer__in {
    margin: 0 0 50px;
  }
  .l-footer-main {
    flex: 1;
    padding: 50px 0 0;
  }
  .l-footer-main__in {
    display: block;
    padding: 0 15px 0 25px;
  }
  .l-footer-nav {
    width: 100%;
    margin: 0 auto;
  }
  .l-footer-scroll {
    width: 40px;
    padding: 25px 0 0;
  }
}
@media screen and (max-width:480px) {
  .l-footer-nav {
    display: block;
  }
}
.l-gnav-screen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: flex;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.l-gnav-screen.is-open {
  overflow-y: scroll;
}
.l-gnav-screen__in {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 100%;
}

.l-gnav {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 67.5rem;
}

.l-gnav__left {
  display: flex;
  flex-direction: column;
  width: 62.04%;
  padding: 0 0 40px;
}

.l-gnav__right {
  width: 37.96%;
  max-width: 26.875rem;
}

.l-gnav-quick {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 230px;
  padding: 25px 30px 30px;
}

@media screen and (max-width:1024px) {
  .l-gnav-screen__in {
    display: block;
  }
  .l-gnav {
    display: block;
  }
  .l-gnav__left {
    width: 100%;
  }
  .l-gnav__right {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width:768px) {
  .l-gnav__left {
    padding-bottom: 20px;
  }
}
.l-container {
  width: calc(100% - 120px);
  max-width: 67.5rem;
  margin: auto;
}

.l-container-s {
  width: calc(100% - 120px);
  max-width: 56.25rem;
  margin: auto;
}

@media screen and (max-width:1024px) {
  .l-container {
    width: calc(100% - 80px);
  }
  .l-container-s {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width:480px) {
  .l-container {
    width: calc(100% - 40px);
  }
  .l-container-s {
    width: calc(100% - 40px);
  }
}
.l-grid-photo {
  display: flex;
  justify-content: space-between;
}

.l-grid-photo__col {
  max-width: max-content;
}
.l-grid-photo__col img {
  width: 100%;
}

.l-grid-photo--col3 {
  gap: 0 10px;
}
.l-grid-photo--col3 .l-grid-photo__col {
  width: 33.3333333333%;
}

.l-grid-photo--col2 {
  gap: 0 80px;
}
.l-grid-photo--col2 .l-grid-photo__col {
  width: 50%;
}

@media screen and (max-width:1024px) {
  .l-grid-photo--col3 {
    gap: 0 20px;
  }
}
@media screen and (max-width:768px) {
  .l-grid-photo--col2 {
    gap: 0 40px;
  }
}
@media screen and (max-width:480px) {
  .l-grid-photo--col3 {
    flex-direction: column;
    gap: 30px 0;
  }
  .l-grid-photo--col3 .l-grid-photo__col {
    width: 100%;
  }
  .l-grid-photo--col2 {
    flex-direction: column;
    gap: 30px 0;
  }
  .l-grid-photo--col2 .l-grid-photo__col {
    width: 100%;
  }
}
.c-ttl {
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-size: 2.375rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

.c-ttl-01 {
  text-align: center;
}

.c-ttl-01__en {
  margin-bottom: 18px;
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-size: 2.375rem;
  color: #6a3906;
  letter-spacing: 0.1em;
}

.c-ttl-01__ja {
  font-size: 0.875rem;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.c-ttl-01__ja--facility {
  text-indent: 1em;
  letter-spacing: 1em;
}

.c-ttl-02 {
  font-feature-settings: "palt";
  text-align: center;
}

.c-ttl-02__l {
  margin-bottom: 15px;
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-size: 2.375rem;
  letter-spacing: 0.1em;
}

.c-ttl-02__s {
  font-size: 0.75rem;
  font-weight: bold;
  font-feature-settings: "palt";
  color: #6a3906;
  letter-spacing: 0.15em;
}

.c-ttl-hero {
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-size: 2.375rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.1em;
}

.c-ttl-hero--white {
  color: #fff;
}

.c-ttl-marker {
  font-size: 2.25rem;
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.c-ttl-marker--yellow .c-ttl-marker__in {
  background: linear-gradient(transparent 58%, #ffe593 58%);
}
.c-ttl-marker--pink .c-ttl-marker__in {
  background: linear-gradient(transparent 58%, #f2d1c6 58%);
}
.c-ttl-marker--green .c-ttl-marker__in {
  background: linear-gradient(transparent 58%, #d6eb94 58%);
}
.c-ttl-marker--blue .c-ttl-marker__in {
  background: linear-gradient(transparent 58%, #d4ecf9 58%);
}

.c-ttl-marker__in {
  display: block;
}

.c-ttl-contact {
  text-align: center;
  letter-spacing: 0.1em;
}

.c-ttl-contact__ja {
  margin: 0 0 18px;
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-size: 2.25rem;
}

.c-ttl-contact__en {
  font-size: 0.875rem;
  font-weight: bold;
  color: #6a3906;
}

.c-ttl-contact-s {
  font-size: 1.25rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}

.c-ttl-contact-s::before {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.c-ttl-contact-s--access::before {
  width: 1.125rem;
  height: 1.375rem;
  background-image: url("/assets/img/common/ico_map_01.svg");
}

.c-ttl-contact-s--tel::before {
  width: 1.125rem;
  height: 1.375rem;
  background-image: url("/assets/img/common/ico_tel_01.svg");
}

.c-ttl-footer__a {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .c-ttl-footer__a:hover .c-ttl-footer__img use {
    fill: #c69c6d;
  }
  .c-ttl-footer__a:hover .c-ttl-footer__ja {
    color: #c69c6d;
  }
}

.c-ttl-footer__img {
  width: 100%;
  margin-bottom: 20px;
}
.c-ttl-footer__img use {
  fill: #fff;
  transition: 0.3s;
}

.c-ttl-footer__ja {
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-size: 0.8125rem;
  text-align: center;
  letter-spacing: 0.1em;
  transition: color 0.3s;
}

@media screen and (max-width:1024px) {
  .c-ttl {
    font-size: 1.875rem;
  }
  .c-ttl-01__en {
    font-size: 1.875rem;
  }
  .c-ttl-01__ja {
    font-size: 0.75rem;
  }
  .c-ttl-02__l {
    font-size: 1.875rem;
  }
  .c-ttl-02__s {
    font-size: 0.6875rem;
  }
  .c-ttl-hero {
    font-size: 1.875rem;
  }
  .c-ttl-marker {
    font-size: 1.625rem;
  }
  .c-ttl-contact__ja {
    font-size: 1.875rem;
  }
  .c-ttl-contact__en {
    font-size: 0.75rem;
  }
  .c-ttl-contact-s {
    font-size: 1.125rem;
  }
  .c-ttl-contact-s--tel::before {
    width: 0.875rem;
    height: 1.125rem;
  }
  .c-ttl-contact-s--access::before {
    width: 0.875rem;
    height: 1.125rem;
  }
}
@media screen and (max-width:768px) {
  .c-ttl-marker {
    line-height: 1.7em;
  }
  .c-ttl-marker--yellow .c-ttl-marker__in {
    background: linear-gradient(transparent 70%, #ffe593 70%);
  }
  .c-ttl-marker--pink .c-ttl-marker__in {
    background: linear-gradient(transparent 70%, #f2d1c6 70%);
  }
  .c-ttl-marker--green .c-ttl-marker__in {
    background: linear-gradient(transparent 70%, #d6eb94 70%);
  }
  .c-ttl-marker--blue .c-ttl-marker__in {
    background: linear-gradient(transparent 70%, #d4ecf9 70%);
  }
  .c-ttl-marker__in {
    display: inline;
  }
}
@media screen and (max-width:480px) {
  .c-ttl {
    font-size: 1.5rem;
  }
  .c-ttl-01__en {
    font-size: 1.625rem;
  }
  .c-ttl-02__l {
    font-size: 1.625rem;
  }
  .c-ttl-marker {
    font-size: 1.25rem;
  }
  .c-ttl-contact__ja {
    font-size: 1.5rem;
  }
  .c-ttl-contact-s {
    font-size: 1rem;
  }
}
.c-txt-name {
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}

.c-txt-menu {
  position: relative;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2em;
}
.c-txt-menu.is-open .c-txt-menu__in--menu {
  opacity: 0;
}
.c-txt-menu.is-open .c-txt-menu__in--close {
  opacity: 1;
}

.c-txt-menu__in {
  width: 50px;
  text-align: center;
  transition: opacity 0.2s;
}
.c-txt-menu__in--close {
  position: absolute;
  top: 0;
  opacity: 0;
}

.c-txt-tel {
  font-size: 0.875rem;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.c-txt-tel__l {
  font-size: 1.5rem;
  font-weight: bold;
  vertical-align: middle;
}

.c-txt-tel__s {
  font-size: 1rem;
  font-weight: bold;
  vertical-align: middle;
}

.c-txt-hours {
  font-size: 0.875rem;
  line-height: 1.4;
}

.c-txt-hero {
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-size: 1.0625rem;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.1em;
}

.c-txt-article-ttl {
  font-size: 1.125rem;
  line-height: 1.7;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  letter-spacing: 0.1em;
}

.c-txt-article-date {
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.c-txt-article-none {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #888;
  text-align: center;
}

.c-txt-must {
  display: inline-block;
  padding: 0.5em 0.7em;
  font-size: 0.8125rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.2em;
  background: #6a3906;
  border-radius: 5px;
}

.c-txt-example {
  font-size: 95%;
  color: #888;
}

.c-txt-contact-tel {
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.c-txt-contact-tel__head {
  display: inline-block;
  margin-right: 0.3em;
  font-size: 1.125rem;
  vertical-align: middle;
}

.c-txt-contact-tel__num {
  font-size: 1.375rem;
  vertical-align: middle;
}

.c-txt-serif {
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.1em;
}

.c-txt-link {
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: 0.3s;
}
.c-txt-link--brown {
  color: #6a3906;
}
@media (hover: hover) and (pointer: fine) {
  .c-txt-link--brown:hover, .c-txt-link--brownfocus {
    color: #c69c6d;
  }
}

@media screen and (max-width:1024px) {
  .c-txt-hero {
    font-size: 0.9375rem;
  }
  .c-txt-article-ttl {
    font-size: 1rem;
    text-decoration: none;
  }
  .c-txt-article-ttl--l {
    font-size: 1.125rem;
  }
  .c-txt-must {
    font-size: 0.6875rem;
  }
  .c-txt-contact-tel__head {
    font-size: 0.875rem;
  }
  .c-txt-contact-tel__num {
    font-size: 1.25rem;
  }
}
@media screen and (max-width:480px) {
  .c-txt-tel {
    font-size: 0.75rem;
  }
  .c-txt-tel__l {
    font-size: 1.25rem;
    border-bottom: 1px solid #fff;
  }
  .c-txt-tel__s {
    font-size: 0.875rem;
    font-weight: bold;
    vertical-align: middle;
  }
  .c-txt-hours {
    font-size: 0.75rem;
  }
  .c-txt-hero {
    font-size: 0.8125rem;
  }
}
.c-btn-round {
  display: block;
  padding: 1.3em;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  background: #6a3906;
  border-radius: 5px;
  transition: background 0.3s;
}
.c-btn-round:hover {
  background: #c69c6d;
}

.c-btn-arrow {
  position: relative;
  padding: 0 0 0.7em 20px;
  color: #6a3906;
  transition: 0.3s;
}
.c-btn-arrow::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 1px;
  content: "";
  background: #6a3906;
  transition: 0.5s;
}
.c-btn-arrow::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: rgba(106, 57, 6, 0.2);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-arrow:hover::after {
    border-color: #6a3906;
  }
  .c-btn-arrow:hover::before {
    width: 100%;
  }
  .c-btn-arrow:hover .c-btn-arrow__ico {
    left: 3px;
  }
}
.c-btn-arrow--white {
  color: #fff;
}
.c-btn-arrow--white::before {
  background-color: #fff;
}
.c-btn-arrow--white::after {
  background: rgba(255, 255, 255, 0.3);
}
.c-btn-arrow--white .c-btn-arrow__ico {
  border-color: #fff;
}

.c-btn-arrow__ico {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: solid 1px #6a3906;
  border-right: solid 1px #6a3906;
  transition: 0.3s;
  transform: rotate(45deg);
}

.c-btn-arrow__txt {
  letter-spacing: 0.1em;
}

.c-btn-round-line {
  position: relative;
  display: block;
  padding: 0.8em 10px 0.8em 15px;
  text-align: center;
  border: 1px solid #6a3906;
  border-radius: 5px;
}
.c-btn-round-line:hover .c-btn-round-line__ico {
  left: 20px;
}
.c-btn-round-line--white {
  border-color: #fff;
}
.c-btn-round-line--white .c-btn-round-line__ico {
  border-color: #fff;
}
.c-btn-round-line--white .c-btn-round-line__txt {
  color: #fff;
}

.c-btn-round-line__ico {
  position: absolute;
  top: 1.1em;
  left: 15px;
  width: 5px;
  height: 5px;
  border-top: solid 1px #6a3906;
  border-right: solid 1px #6a3906;
  transition: 0.3s;
  transform: rotate(45deg);
}

.c-btn-round-line__txt {
  color: #6a3906;
}

.c-btn-contact-white {
  display: block;
  padding: 18px 5px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  text-align: center;
  letter-spacing: 0.05em;
  background: #fff;
  border-radius: 5px;
  transition: background 0.3s;
}
.c-btn-contact-white:hover {
  background: #c69c6d;
}

.c-btn-studio {
  position: relative;
  padding: 0 0 0.7em 20px;
  color: #fff;
  transition: 0.3s;
}
.c-btn-studio::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 1px;
  content: "";
  background: #fff;
  transition: 0.5s;
}
.c-btn-studio::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.2);
}

.c-btn-studio__ico {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transition: 0.3s;
  transform: rotate(45deg);
}

.c-btn-studio__txt {
  letter-spacing: 0.1em;
}

.c-btn-article-list {
  position: relative;
  display: inline-block;
  padding: 0 0 0.7em 20px;
  color: #6a3906;
  transition: 0.3s;
}
.c-btn-article-list::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 1px;
  content: "";
  background: #6a3906;
  transition: 0.5s;
}
.c-btn-article-list::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: rgba(106, 57, 6, 0.2);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-article-list:hover::after {
    border-color: #6a3906;
  }
  .c-btn-article-list:hover::before {
    width: 100%;
  }
  .c-btn-article-list:hover .c-btn-article-list__ico {
    left: 3px;
  }
}

.c-btn-article-list__ico {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: solid 1px #6a3906;
  border-right: solid 1px #6a3906;
  transition: 0.3s;
  transform: rotate(45deg);
}

.c-btn-article-list__txt {
  letter-spacing: 0.1em;
}

.c-btn-form {
  display: block;
  padding: 1em 1.4em;
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  background: #6a3906;
  border-radius: 5px;
  transition: background 0.3s;
}
.c-btn-form:hover {
  background: #c69c6d;
}
.c-btn-form--cancel {
  background: #a6a6a6;
}
.c-btn-form--cancel:hover {
  background: #ccc;
}

@media screen and (max-width:1024px) {
  .c-btn-article-list {
    padding: 10px 35px 10px 45px;
    font-size: 0.8125rem;
    color: #fff;
    background: #6a3906;
    border-radius: 5px;
  }
  .c-btn-article-list::before, .c-btn-article-list::after {
    display: none;
  }
  .c-btn-article-list__ico {
    inset: 0 auto 0 12px;
    margin: auto;
    border-color: #fff;
  }
  .c-btn-form {
    font-size: inherit;
  }
}
@media screen and (max-width:480px) {
  .c-btn-contact-white {
    padding: 15px 5px;
    font-size: 0.8125rem;
  }
}
.c-form-error {
  font-size: 0.8125rem;
  font-weight: bold;
  color: #eb0000;
}

.c-form-note {
  padding-left: 1em;
  font-size: 95%;
  line-height: 1.8;
  color: #888;
  text-indent: -1em;
}

.c-form-input-cmn {
  padding: 10px;
  background: rgba(106, 57, 6, 0.1);
  border: none;
}
.c-form-input-cmn.problem {
  background: rgba(235, 0, 0, 0.1);
}
.c-form-input-cmn--w100 {
  width: 100%;
}

.c-form-textarea {
  line-height: 1.7;
  resize: vertical;
}
.c-form-textarea--h240 {
  height: 240px;
}

.c-form-radio {
  display: inline-block;
}
.c-form-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
input[type=radio]:focus ~ .c-form-radio__in::before {
  border-color: #c69c6d;
}
.c-form-radio.mfp_checked .c-form-radio__in::before {
  border-color: #6a3906;
}
.c-form-radio.mfp_checked .c-form-radio__in::after {
  opacity: 1;
}

.c-form-radio__in {
  position: relative;
  display: inline-block;
  min-height: 1.5rem;
  padding-left: 1.875rem;
  line-height: 1.4;
}
.c-form-radio__in::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
}
.c-form-radio__in::after {
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
  z-index: 1;
  width: 0.5rem;
  height: 0.5rem;
  content: "";
  background: #6a3906;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
}

.c-form-checkbox {
  position: relative;
  display: inline-block;
}
.c-form-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
input[type=checkbox]:focus ~ .c-form-checkbox__in::before {
  border-color: #777;
}
.c-form-checkbox.mfp_checked .c-form-checkbox__in::before {
  background: #6a3906;
  border-color: #6a3906;
}
.c-form-checkbox.mfp_checked .c-form-checkbox__in::after {
  opacity: 1;
}

.c-form-checkbox__in {
  display: inline-block;
  min-height: 1.5rem;
  padding-left: 1.875rem;
  line-height: 1.4;
}
.c-form-checkbox__in::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.75rem;
  content: "";
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 0.25rem;
  transition: background 0.3s;
}
.c-form-checkbox__in::after {
  position: absolute;
  top: 0.3125rem;
  left: 0.5625rem;
  z-index: 1;
  width: 0.4375rem;
  height: 0.6875rem;
  content: "";
  border-right: 0.1875rem solid #fff;
  border-bottom: 0.1875rem solid #fff;
  opacity: 0;
  transition: opacity 0.3s;
  transform: rotate(45deg);
}

@media screen and (max-width:1024px) {
  .c-form-input-cmn {
    font-size: 1rem;
  }
}
@media screen and (max-width:768px) {
  .c-form-input-cmn {
    background: none;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
}
.c-header-logo {
  width: 100%;
  max-width: 200px;
}

.c-header-logo__img use {
  fill: #6a3906;
  transition: fill 0.3s;
}

.c-header-logo__a {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .c-header-logo__a:hover .c-header-logo__img use {
    fill: #c69c6d;
  }
}

.c-border-round {
  border-width: 3px;
  border-radius: 8px;
}
.c-border-round--pink {
  border-color: #f2d1c6;
}
.c-border-round--green {
  border-color: #a4d066;
}
.c-border-round--blue {
  border-color: #84b7d8;
}
.c-border-round--pink-dark {
  border-color: #c83b5e;
}

.c-ico-hamburger {
  position: relative;
  width: 26px;
  height: 26px;
}
.c-ico-hamburger.is-open .c-ico-hamburger__line--01 {
  top: 13px;
  width: 100%;
  transform: rotate(-45deg);
}
.c-ico-hamburger.is-open .c-ico-hamburger__line--02 {
  opacity: 0;
}
.c-ico-hamburger.is-open .c-ico-hamburger__line--03 {
  top: 13px;
  width: 100%;
  transform: rotate(45deg);
}

.c-ico-hamburger__line {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
.c-ico-hamburger__line--01 {
  top: 8px;
  right: 0;
  width: 20px;
}
.c-ico-hamburger__line--02 {
  top: 13px;
}
.c-ico-hamburger__line--03 {
  top: 18px;
  right: 0;
  width: 15px;
}

.c-scroll-down {
  width: 1px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
}

.c-scroll-down__line {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%);
  background-position: 0 -40px;
  background-size: 100% 200%;
  animation: scrollDown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrollDown {
  0% {
    background-position: 0 -40px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 40px;
  }
}
.c-scroll-up {
  width: 1px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
}

.c-scroll-up__line {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -40px;
  background-size: 100% 200%;
  animation: scrollUp 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrollUp {
  0% {
    background-position: 0 40px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -40px;
  }
}
.c-responsive-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-responsive-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width:1024px) {
  .c-header-logo {
    max-width: 155px;
  }
}
@media screen and (max-width:480px) {
  .c-header-logo {
    max-width: 140px;
  }
}
.p-header-btn {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  background: #986b3a;
  transition: background 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-header-btn:hover {
    background: #c69c6d;
  }
}
.p-header-btn--line {
  position: relative;
}
.p-header-btn--line::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 1px;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.2);
}

.p-header-btn-large {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}

.p-header-btn-small {
  display: none;
}

.p-header-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: #6a3906;
  transition: background 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-header-menu:hover, .p-header-menu:focus {
    background: #c69c6d;
  }
  .p-header-menu:hover .c-ico-hamburger__line--01, .p-header-menu:focus .c-ico-hamburger__line--01 {
    width: 100%;
  }
  .p-header-menu:hover .c-ico-hamburger__line--03, .p-header-menu:focus .c-ico-hamburger__line--03 {
    width: 100%;
  }
}

.p-header-menu__ico {
  margin-bottom: 5px;
}

@media screen and (max-width:1024px) {
  .p-header-btn-large {
    display: none;
  }
  .p-header-btn-small {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.25rem;
  }
  .p-header-btn-small > i {
    margin-bottom: 4px;
    font-size: 1.0625rem;
  }
  .p-header-btn-small__txt {
    display: block;
    font-size: 0.625rem;
    letter-spacing: 0.1em;
  }
  .p-header-menu {
    width: 65px;
    height: 65px;
  }
}
.p-footer {
  color: #fff;
  background: #6a3906;
}

.p-footer-ttl {
  max-width: 15.625rem;
}

.p-footer-nav-wrap {
  display: flex;
  justify-content: space-between;
}

.p-footer-nav__item {
  font-size: 0.8125rem;
  line-height: 1.4;
}
.p-footer-nav__item + .p-footer-nav__item {
  margin-top: 20px;
}

.p-footer-nav__a {
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-footer-nav__a:hover {
    color: #c69c6d;
  }
}

.p-footer-copyright {
  justify-content: center;
  padding: 25px 10px;
  border-top: 1px solid #fff;
}

.p-footer-copyright__txt {
  max-width: 67.5rem;
  margin: 0 auto;
  font-size: 0.6875rem;
  line-height: 1.3;
  text-align: right;
  letter-spacing: 0.1em;
}

.p-footer-scroll {
  display: flex;
  justify-content: center;
}

.p-footer-scroll__a {
  display: inline-block;
}

.p-footer-scroll__txt {
  display: block;
  margin: 5px auto 0;
}

@media screen and (max-width:1024px) {
  .p-footer-ttl {
    margin: 0 auto 60px;
    text-align: center;
  }
  .p-footer-nav__item {
    font-size: 0.8125rem;
  }
  .p-footer-copyright {
    padding: 15px 10px;
  }
  .p-footer-copyright__txt {
    text-align: center;
  }
}
@media screen and (max-width:768px) {
  .p-footer-nav-wrap {
    flex-direction: column;
  }
  .p-footer-nav {
    display: flex;
    flex-wrap: wrap;
  }
  .p-footer-nav__item {
    width: 50%;
    margin-bottom: 20px;
  }
  .p-footer-nav__item + .p-footer-nav__item {
    margin-top: 0;
  }
}
@media screen and (max-width:480px) {
  .p-footer-ttl .c-ttl-footer__img {
    width: 80%;
  }
  .p-footer-scroll__txt {
    width: 7px;
  }
}
.p-gnav-screen {
  background: #6a3906;
}

.p-gnav {
  position: relative;
  padding: 20px;
  color: #fff;
}
.p-gnav .js-mask {
  position: relative;
  display: inline-block;
  opacity: 1;
}
.p-gnav .js-mask__in {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 0;
  height: 100%;
  content: "";
  background: #6a3906;
  opacity: 1;
}

.p-gnav-logo {
  width: 55%;
  max-width: 250px;
  margin-bottom: 60px;
}

.p-gnav-logo__a {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .p-gnav-logo__a:hover .p-gnav-logo__img use {
    fill: #c69c6d;
  }
}

.p-gnav-logo__img use {
  fill: #fff;
  transition: 0.3s;
}

.p-gnav-photo {
  margin-bottom: 35px;
}

.p-gnav-btn {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 10px;
}
.p-gnav-btn .js-mask {
  width: 100%;
}

.p-gnav-menu {
  margin-bottom: 100px;
}

.p-gnav-menu__item + .p-gnav-menu__item {
  margin-top: 35px;
}

.p-gnav-menu__a {
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-gnav-menu__a:hover {
    color: #c69c6d;
  }
}

.p-gnav-menu-sub {
  display: flex;
  flex: 1;
  align-items: flex-end;
}

.p-gnav-menu-sub__list {
  display: flex;
  flex-wrap: wrap;
}

.p-gnav-menu-sub__item {
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
}
.p-gnav-menu-sub__item:not(:first-child) {
  padding: 0 0 0 1em;
}
.p-gnav-menu-sub__item:not(:first-child)::before {
  display: inline-block;
  margin-right: 1em;
  content: "/";
}

.p-gnav-menu-sub__a {
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-gnav-menu-sub__a:hover {
    color: #c69c6d;
  }
}

.p-gnav-contact {
  margin-bottom: 40px;
}

.p-gnav-contact__ttl {
  margin-bottom: 12px;
}

.p-gnav-contact__content .c-txt-tel {
  margin-bottom: 12px;
}

.p-gnav-quick {
  background: #6a3906;
}

.p-gnav-quick-logo {
  display: block;
  max-width: 220px;
  padding: 0 0 20px;
  margin: 0 auto 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.p-gnav-quick-logo use {
  fill: #fff;
}

.p-gnav-quick-list {
  margin-bottom: 30px;
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-size: 0.9375rem;
}

.p-gnav-quick-list__item {
  line-height: 1.45;
}
.p-gnav-quick-list__item + .p-gnav-quick-list__item {
  margin-top: 18px;
}

.p-gnav-quick-list__a {
  color: #fff;
  transition: color 0.3s;
}
.p-gnav-quick-list__a:hover {
  color: #c69c6d;
}

.p-gnav-quick-list-btn__item {
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-size: 0.8125rem;
}
.p-gnav-quick-list-btn__item + .p-gnav-quick-list-btn__item {
  margin-top: 15px;
}

.p-gnav-quick-list-btn__a {
  transition: 0.3s;
}
.p-gnav-quick-list-btn__a .c-btn-round-line__txt {
  transition: color 0.3s;
}
.p-gnav-quick-list-btn__a:hover {
  border-color: #c69c6d;
}
.p-gnav-quick-list-btn__a:hover .c-btn-round-line__txt {
  color: #c69c6d;
}
.p-gnav-quick-list-btn__a:hover .c-btn-round-line__ico {
  border-color: #c69c6d;
}

@media screen and (max-width:1024px) {
  .p-gnav-logo {
    max-width: 12.5rem;
    margin: 0 auto 60px;
  }
  .p-gnav-photo {
    display: none;
  }
  .p-gnav-btn {
    margin: 0 auto;
  }
  .p-gnav-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    margin: 0 0 30px;
  }
  .p-gnav-menu__item {
    display: flex;
    align-items: center;
    padding: 5px 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .p-gnav-menu__item + .p-gnav-menu__item {
    margin-top: 0;
  }
  .p-gnav-menu__item:nth-child(even) {
    border-right: none;
  }
  .p-gnav-menu__item--last-row {
    border-bottom: none;
  }
  .p-gnav-menu__a {
    display: inline-block;
    padding: 8px;
    font-size: 1.125rem;
    line-height: 1.3;
    border-radius: 5px;
  }
  .p-gnav-menu-sub {
    display: block;
    width: 100%;
  }
  .p-gnav-menu-sub__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
  .p-gnav-menu-sub__item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
  }
  .p-gnav-menu-sub__item:not(:first-child) {
    padding: 10px;
  }
  .p-gnav-menu-sub__item:not(:first-child)::before {
    margin-right: 0;
    content: "";
  }
  .p-gnav-contact {
    text-align: center;
  }
}
@media screen and (max-width:768px) {
  .p-gnav-menu__a {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width:480px) {
  .p-gnav-logo {
    margin-bottom: 30px;
  }
  .p-gnav-menu__item {
    padding: 5px;
  }
  .p-gnav-menu__a {
    font-size: 0.875rem;
  }
  .p-gnav-menu-sub__list {
    grid-gap: 10px;
  }
  .p-gnav-menu-sub__item {
    font-size: 0.8125rem;
  }
  .p-gnav-contact {
    margin-bottom: 20px;
  }
}
.p-hero-simple {
  height: 60px;
  padding: 20px 0 0 60px;
}

.p-hero {
  position: relative;
  padding: 60px;
  overflow-x: hidden;
}
.p-hero .c-header-logo {
  position: absolute;
  top: 20px;
  left: 60px;
}

.p-hero__name {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22px;
  display: flex;
  justify-content: center;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.p-hero-slider .swiper {
  width: 100%;
  height: calc(100vh - 120px);
}
.p-hero-slider .swiper-img {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-hero-slider .swiper-slide-active .swiper-img,
.p-hero-slider .swiper-slide-duplicate-active .swiper-img,
.p-hero-slider .swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}
.p-hero-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  right: 25px;
  bottom: 25px;
  left: auto;
  display: flex;
  gap: 15px 0;
  width: max-content;
}
.p-hero-slider .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #fff;
  opacity: 0.4;
}
.p-hero-slider .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.p-hero-slider__txt {
  position: absolute;
  inset: 0;
  z-index: 10;
  width: 65%;
  max-width: 520px;
  height: 85px;
  margin: auto;
  text-align: center;
}

.p-hero-slider-txt {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 85px;
  padding: 15px 10px;
}

.p-hero-slider-txt__img-01 {
  z-index: 1;
  margin: 0 0 12px;
}

.p-hero-slider-txt__img-02 {
  z-index: 1;
  width: 80%;
  max-width: 266px;
}

.p-hero-slider-txt__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.p-hero-static {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 545px;
  background-size: cover;
}

.p-hero-static-ttl {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
.p-hero-static-ttl .c-ttl-hero {
  margin-bottom: 24px;
}

.p-hero-static-side {
  position: absolute;
  right: -35px;
  width: max-content;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}

.p-hero-static--facility {
  background-image: url("/assets/img/facility/hero_01.jpg");
  background-position: center;
}
.p-hero-static--facility .c-ttl-hero {
  color: #6a3906;
}

.p-hero-static--chapel {
  background-image: url("/assets/img/chapel/hero_01.jpg");
  background-position: center;
}
.p-hero-static--chapel .c-ttl-hero {
  color: #6a3906;
}
.p-hero-static--chapel .c-txt-hero {
  color: #fff;
}

.p-hero-static--cuisine {
  background-image: url("/assets/img/cuisine/hero_01.jpg");
  background-position: center;
}
.p-hero-static--cuisine .c-ttl-hero {
  color: #6a3906;
}

.p-hero-static--item {
  background-image: url("/assets/img/item/hero_01.jpg");
  background-position: center;
}
.p-hero-static--item .c-ttl-hero {
  color: #6a3906;
}

.p-hero-static--photo {
  background-image: url("/assets/img/photo-studio/hero_01.jpg");
  background-position: center;
}
.p-hero-static--photo .c-ttl-hero {
  color: #000;
}

.p-hero-static--plan {
  background-image: url("/assets/img/plan/hero_01.jpg");
  background-position: center;
}
.p-hero-static--plan .c-ttl-hero {
  color: #fff;
}
.p-hero-static--plan .c-txt-hero {
  color: #fff;
}

.p-hero-static--faq {
  background-image: url("/assets/img/faq/hero_01.jpg");
  background-position: center;
}
.p-hero-static--faq .c-ttl-hero {
  color: #fff;
}
.p-hero-static--faq .c-txt-hero {
  color: #fff;
}

.p-hero-scroll {
  position: absolute;
  right: 25px;
  bottom: 60px;
  display: flex;
  display: inline-block;
  justify-content: center;
}

.p-hero-scroll__txt {
  display: block;
  margin: 5px auto 0;
}

@media screen and (max-width:1024px) {
  .p-hero-simple {
    padding-top: 10px;
  }
  .p-hero {
    padding: 40px;
  }
  .p-hero .c-header-logo {
    top: 10px;
    left: 10px;
  }
  .p-hero__name {
    left: 13px;
  }
  .p-hero-slider .swiper {
    height: calc(100vh - 80px);
  }
  .p-hero-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    right: 14px;
    bottom: 40px;
  }
  .p-hero-static {
    height: 350px;
  }
  .p-hero-static-side {
    right: -25px;
  }
  .p-hero-scroll {
    right: 15px;
    bottom: 40px;
  }
  .p-hero-scroll__txt {
    width: 7px;
  }
}
@media screen and (max-width:768px) {
  .p-hero-simple {
    padding-left: 10px;
  }
}
@media screen and (max-width:480px) {
  .p-hero {
    padding-right: 0;
  }
  .p-hero-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }
  .p-hero-slider__txt {
    width: 75%;
  }
  .p-hero-slider-txt {
    left: 7%;
    height: 60px;
  }
  .p-hero-static--photo .c-ttl-hero {
    font-size: 1.625rem;
  }
  .p-hero-scroll {
    display: none;
  }
}
.p-article {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #333;
  transition: background 0.3s;
}
.p-article:last-child {
  border-bottom: 1px solid #333;
}
@media (hover: hover) and (pointer: fine) {
  .p-article:hover {
    background: #f5f3f1;
  }
  .p-article:hover .p-article__date {
    opacity: 0.7;
  }
  .p-article:hover .p-article__a {
    opacity: 0.7;
  }
}

.p-article__date {
  margin-bottom: 10px;
  transition: opacity 0.3s;
}

.p-article__ttl {
  word-wrap: break-word;
}

.p-article__a {
  transition: opacity 0.3s;
}

.p-article__a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

.p-article-none {
  padding: 20px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.p-article-pager ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 4.63%;
  justify-content: center;
}
.p-article-pager .page-numbers:not(.dots, ul) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-size: 20px;
  background: #ede8e1;
  border-radius: 50%;
  transition: background 0.3s, color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-article-pager .page-numbers:not(.dots, ul):hover, .p-article-pager .page-numbers:not(.dots, ul):focus {
    color: #fff;
    background: #6a3906;
  }
}
.p-article-pager .page-numbers.current {
  color: #fff;
  background: #6a3906;
}
.p-article-pager .page-numbers.dots {
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.p-article-top {
  font-feature-settings: "palt";
}

.p-article-top-head {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
}

.p-article-top__date {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.p-article-top__excerpt {
  margin: 10px 0;
  line-height: 1.75;
  letter-spacing: 0.1em;
  word-break: break-all;
}

.p-article-top__btn {
  font-size: 0.875rem;
  text-align: right;
}

.p-article-top-category {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.p-article-top-none {
  padding: 20px;
}

.p-article-single__date {
  margin-bottom: 20px;
}

.p-article-single__ttl {
  margin-bottom: 45px;
  font-size: 1.125rem;
  line-height: 1.7;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  letter-spacing: 0.1em;
}

.p-article-single-content {
  font-size: 0.9375rem;
  line-height: 2;
}
.p-article-single-content h1 {
  font-size: 240%;
}
.p-article-single-content h2 {
  font-size: 200%;
}
.p-article-single-content h3 {
  font-size: 160%;
}
.p-article-single-content ul, .p-article-single-content ol {
  margin-left: 1.5em;
}
.p-article-single-content ul li, .p-article-single-content ol li {
  list-style: square;
}
.p-article-single-content ul li li, .p-article-single-content ol li li {
  margin-left: 1em;
}
.p-article-single-content img {
  margin: 15px 0;
}
.p-article-single-content table {
  margin: 15px 0;
  border: 1px solid #ccc;
}
.p-article-single-content table th, .p-article-single-content table td {
  padding: 10px;
  border: 1px solid #ccc;
}
.p-article-single-content blockquote {
  padding: 10px 15px;
  margin: 15px 0;
  background: rgba(106, 57, 6, 0.1);
  border-left: 3px solid rgba(106, 57, 6, 0.5);
}
.p-article-single-content blockquote p {
  opacity: 0.6;
}
.p-article-single-content a {
  color: #6a3906;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.3s;
}
.p-article-single-content a:hover {
  color: #c69c6d;
}

.p-article-single-youtube {
  margin: 20px 0;
}

.p-article-link .nav-links {
  display: flex;
  gap: 0 50px;
  justify-content: center;
}

.p-article-link .nav-previous,
.p-article-link .nav-next {
  position: relative;
  max-width: 50%;
  font-size: 0.9375rem;
}

.p-article-link .nav-previous a,
.p-article-link .nav-next a {
  display: inline-block;
  line-height: 2;
  text-decoration: underline;
  text-decoration-color: rgba(106, 57, 6, 0.2);
  text-underline-offset: 7px;
  transition: color 0.3s;
}
.p-article-link .nav-previous a::before,
.p-article-link .nav-next a::before {
  position: absolute;
  width: 5px;
  height: 5px;
  content: "";
  border-top: solid 1px #6a3906;
  border-right: solid 1px #6a3906;
  transition: border 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-article-link .nav-previous a:hover,
  .p-article-link .nav-next a:hover {
    color: #c69c6d;
  }
  .p-article-link .nav-previous a:hover::before,
  .p-article-link .nav-next a:hover::before {
    border-color: #c69c6d;
  }
}

.p-article-link .nav-previous a {
  padding-left: 15px;
}
.p-article-link .nav-previous a::before {
  top: 0.7em;
  left: 0;
  transform: rotate(-135deg);
}

.p-article-link .nav-next a {
  padding-right: 15px;
  text-align: right;
}
.p-article-link .nav-next a::before {
  top: 0.7em;
  right: 0;
  transform: rotate(45deg);
}

@media screen and (max-width:1024px) {
  .p-article {
    padding: 20px 0;
  }
  .p-article-pager > ul {
    gap: 20px;
  }
  .p-article-pager .page-numbers:not(.dots, ul) {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
  .p-article-single-content {
    font-size: inherit;
  }
  .p-article-link .nav-links {
    flex-direction: column;
    gap: 20px 0;
    align-items: center;
  }
  .p-article-link .nav-previous,
  .p-article-link .nav-next {
    max-width: none;
    font-size: inherit;
  }
}
@media screen and (max-width:480px) {
  .p-article__a::before {
    bottom: 0;
    height: 80%;
    margin: auto;
  }
  .p-article-top__date {
    display: block;
    margin-bottom: 0.5em;
  }
  .p-article-top__excerpt {
    margin-bottom: 20px;
    font-size: 0.875rem;
  }
  .p-article-top__btn {
    text-align: center;
  }
  .p-article-top-btn {
    padding: 12px 35px 12px 45px;
  }
  .p-article-top-category {
    width: max-content;
  }
  .p-article-single__ttl {
    font-size: 1rem;
  }
  .p-article-single-content h1 {
    font-size: 200%;
  }
  .p-article-single-content h2 {
    font-size: 160%;
  }
  .p-article-single-content h3 {
    font-size: 140%;
  }
}
.p-grid-photo {
  display: flex;
  gap: 4.63%;
}

.p-grid-photo__l {
  width: 57.41%;
}

.p-grid-photo__s {
  display: flex;
  flex-direction: column;
  gap: 5.8%;
  justify-content: flex-end;
  width: 37.96%;
}
.p-grid-photo__s > img {
  width: 100%;
}

@media screen and (max-width:480px) {
  .p-grid-photo {
    flex-direction: column;
    gap: 30px 0;
  }
  .p-grid-photo__l {
    width: 100%;
  }
  .p-grid-photo__s {
    gap: 30px 0;
    width: 100%;
  }
}
div#mfp_hidden {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

div#mfp_hidden input {
  margin: 10px;
}

div#mfp_overlay {
  position: absolute;
  z-index: 10001;
  display: none;
}

div#mfp_overlay_inner {
  width: 90%;
  max-width: 800px;
  padding: 20px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.8);
}
div#mfp_overlay_inner h4 {
  padding: 25px 0;
  margin-bottom: 30px;
  font-size: 1.25rem;
  color: #6a3906;
  text-align: center;
  background: rgba(106, 57, 6, 0.2);
  border-radius: 5px;
}
div#mfp_overlay_inner .mfp_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  justify-content: center;
}

table#mfp_confirm_table {
  width: 100%;
  margin-bottom: 50px;
  font-size: 0.9375rem;
  line-height: 1.7;
}
table#mfp_confirm_table th {
  width: 170px;
  padding: 20px;
  font-weight: normal;
  color: #6a3906;
  letter-spacing: 0.1em;
}
table#mfp_confirm_table td {
  padding: 20px 20px 20px 0;
}
table#mfp_confirm_table tr + tr {
  border-top: 1px solid rgba(106, 57, 6, 0.2);
}

div#mfp_overlay_background {
  position: absolute;
  z-index: 10000;
  display: none;
  background-color: #000;
}

div#mfp_loading_screen {
  position: absolute;
  z-index: 20000;
  display: none;
  background-color: #000;
  opacity: 0.8;
}

div#mfp_loading {
  position: absolute;
  z-index: 20001;
  display: none;
  width: 40px;
  height: 40px;
  background-image: url("_images/mfp_loading.gif");
}

#mfp_warning {
  padding-bottom: 10px;
  font-weight: bold;
  line-height: 1.5;
  color: #eb0000;
  text-align: center;
}

.p-form-tab {
  display: flex;
  gap: 0 15px;
  width: 100%;
}

.p-form-tab__li {
  flex-basis: calc(33.33% - 10px);
  font-family: "fot-tsukuaoldmin-pr6n", serif;
}

.p-form-tab__item {
  display: block;
  padding: 15px;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  transition: background 0.3s;
}

.p-form-tab__item--inactive {
  background: #c69c6d;
}
@media (hover: hover) and (pointer: fine) {
  .p-form-tab__item--inactive:hover {
    background: #6a3906;
  }
}

.p-form-tab__item--active {
  background: #6a3906;
}

.p-form-info__txt {
  line-height: 1.8;
  text-align: center;
}
.p-form-info__txt p + p {
  margin-top: 1em;
}
.p-form-info__txt .c-txt-must {
  margin-right: 5px;
}

.p-form-table {
  display: flex;
  flex-direction: column;
  gap: 1px 0;
  border-bottom: 1px solid rgba(106, 57, 6, 0.2);
}

.p-form-item {
  display: flex;
}

.p-form-item__dt {
  flex-basis: 290px;
  flex-shrink: 0;
  padding: 20px;
  font-size: 0.9375rem;
  font-weight: normal;
  background: rgba(106, 57, 6, 0.2);
}

.p-form-item__dt-in {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 1.5;
}

.p-form-item__dd {
  flex-grow: 1;
  padding: 20px 25px;
  font-size: 0.9375rem;
  border-top: 1px solid rgba(106, 57, 6, 0.2);
}
.p-form-item__dd .c-txt-example {
  margin: 10px 0 0;
}
.p-form-item__dd .c-form-input + .c-form-error {
  margin: 10px 0;
}

.p-form-radio .c-form-error .mfp_err {
  display: inline;
  margin-top: 10px;
}

.p-form-radio__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 0 25px;
}

.p-form-date-item {
  display: flex;
  gap: 0 15px;
}
.p-form-date-item + .c-form-error {
  margin-top: 10px;
}

.p-form-date-item__ttl {
  display: flex;
  align-items: center;
}

.p-form-date-item__check {
  padding-top: 0.6em;
}

.p-form-policy {
  font-size: 0.875rem;
  line-height: 2;
}

.p-form-thanks__ttl {
  font-size: 1.625rem;
  text-align: center;
  letter-spacing: 0.1em;
}

.p-form-thanks__txt {
  line-height: 2;
  text-align: center;
}
.p-form-thanks__txt p + p {
  margin-top: 1em;
}

@media screen and (max-width:1024px) {
  #mfp_warning {
    text-align: left;
  }
  .p-form-item__dt {
    flex-basis: 200px;
    font-size: inherit;
  }
  .p-form-item__dd {
    font-size: inherit;
  }
  .p-form-thanks__ttl {
    font-size: 1.375rem;
  }
}
@media screen and (max-width:768px) {
  div#mfp_overlay_inner {
    width: 95%;
  }
  div#mfp_overlay_inner h4 {
    margin-bottom: 15px;
  }
  table#mfp_confirm_table {
    display: block;
    margin-bottom: 30px;
    font-size: inherit;
  }
  table#mfp_confirm_table tbody, table#mfp_confirm_table tr, table#mfp_confirm_table th, table#mfp_confirm_table td {
    display: block;
  }
  table#mfp_confirm_table tr {
    padding: 10px 0;
  }
  table#mfp_confirm_table th {
    width: 100%;
    padding: 0;
    font-weight: bold;
  }
  table#mfp_confirm_table td {
    padding: 0;
  }
  .p-form-tab__item {
    font-size: inherit;
  }
  .p-form-info__txt {
    text-align: left;
  }
  .p-form-table {
    gap: 20px 0;
    border-bottom: none;
  }
  .p-form-item {
    flex-direction: column;
  }
  .p-form-item__dt {
    flex-basis: auto;
    padding: 10px 15px;
  }
  .p-form-item__dt-in {
    justify-content: flex-start;
  }
  .p-form-item__dd {
    padding: 15px 0;
    border-top: none;
  }
  .p-form-item__dd .c-txt-example {
    margin-top: 5px;
  }
  .p-form-thanks__txt {
    text-align: left;
  }
}
@media screen and (max-width:480px) {
  div#mfp_overlay_inner h4 {
    padding: 15px 0;
    font-size: 1rem;
  }
  .p-form-tab {
    gap: 0 4px;
  }
  .p-form-tab__li {
    flex-basis: calc(33.33% - 2px);
  }
  .p-form-tab__item {
    padding: 15px 5px;
    font-size: 0.8125rem;
  }
  .p-form-date-item {
    flex-wrap: wrap;
  }
  .p-form-date-item__ttl {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-form-date-item__input {
    flex: 1;
  }
  .p-form-date-item__input .c-form-input {
    width: 100%;
  }
}
.p-cmn-contact__ttl {
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 1px solid #333;
}

.p-cmn-contact-grid {
  display: flex;
  justify-content: space-between;
}

.p-cmn-contact-grid__left {
  width: 280px;
  padding: 0 15px 0 0;
}

.p-cmn-contact-grid__right {
  flex: 1;
}

.p-cmn-contact-tel {
  padding: 0 0 50px;
  margin: 0 auto 50px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.p-cmn-contact-tel__ttl {
  margin-bottom: 15px;
}

.p-cmn-contact-tel__ttl-sub {
  margin-bottom: 10px;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.p-cmn-contact-tel__num {
  margin-bottom: 10px;
}

.p-cmn-contact-tel__hours {
  margin-bottom: 30px;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.p-cmn-contact-tel__btn {
  max-width: 300px;
  margin: 0 auto;
}
.p-cmn-contact-tel__btn .c-btn-round i {
  margin-right: 10px;
}

.p-cmn-contact-access__ttl {
  margin-bottom: 15px;
}

.p-cmn-contact-access__address {
  margin-bottom: 30px;
  font-size: 0.9375rem;
  line-height: 1.7;
}

.p-cmn-contact-access__btn {
  font-size: 0.9375rem;
}

.p-cmn-contact-map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.p-cmn-contact-map__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:1024px) {
  .p-cmn-contact__ttl {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .p-cmn-contact-grid {
    padding: 0 10px;
  }
  .p-cmn-contact-tel-wrap {
    padding: 0 10px;
  }
  .p-cmn-contact-tel {
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  .p-cmn-contact-tel__ttl-sub {
    font-size: inherit;
  }
  .p-cmn-contact-tel__hours {
    font-size: inherit;
  }
  .p-cmn-contact-access__address {
    font-size: inherit;
  }
  .p-cmn-contact-access__btn {
    font-size: inherit;
  }
}
@media screen and (max-width:768px) {
  .p-cmn-contact-grid {
    display: block;
  }
  .p-cmn-contact-grid__left {
    width: 100%;
  }
  .p-cmn-contact-tel {
    text-align: left;
  }
  .p-cmn-contact-access {
    margin-bottom: 50px;
  }
  .p-cmn-contact-access__address {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:480px) {
  .p-cmn-contact-tel {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.p-cmn-studio {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  aspect-ratio: 18/5;
  padding: 30px 10px;
  overflow: hidden;
  color: #fff;
}
.p-cmn-studio::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("/assets/img/common/img_studio_01_pc.jpg");
  background-size: cover;
  transition: opacity 0.5s, transform 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .p-cmn-studio:hover::before {
    opacity: 0.8;
    transform: scale(1.03);
  }
  .p-cmn-studio:hover .c-btn-studio::before {
    width: 100%;
  }
}

.p-cmn-studio__in {
  position: relative;
  z-index: 1;
  width: 61.57%;
}

.p-cmn-studio-ttl {
  margin-bottom: 15px;
  font-family: "fot-tsukuaoldmin-pr6n";
  font-size: clamp(0.75rem, 0.321rem + 2.143vw, 2.25rem);
  letter-spacing: 0.1em;
}

.p-cmn-studio-ttl-ja {
  margin-bottom: 30px;
  font-size: clamp(0.688rem, 0.634rem + 0.268vw, 0.875rem);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.p-cmn-studio-btn .c-btn-studio {
  display: inline-block;
  font-size: 0.875rem;
}

@media screen and (max-width:768px) {
  .p-cmn-studio__in {
    width: 68%;
  }
}
@media screen and (max-width:480px) {
  .p-cmn-studio {
    aspect-ratio: 3/2;
  }
  .p-cmn-studio::before {
    background-image: url("/assets/img/common/img_studio_01_sp@2x.jpg");
  }
  .p-cmn-studio__in {
    width: 63%;
  }
  .p-cmn-studio-ttl {
    font-size: 1.25rem;
    line-height: 1.3;
    text-shadow: 0 0 3px #000, 0 0 3px #000;
  }
  .p-cmn-studio-ttl-ja {
    text-shadow: 0 0 3px #000, 0 0 3px #000;
  }
  .p-cmn-studio-btn .c-btn-studio {
    font-size: 0.8125rem;
  }
}
.p-top-layout {
  display: flex;
  width: calc(100% - 120px);
  margin: 0 auto;
}
.p-top-layout--img-left {
  justify-content: left;
}
.p-top-layout--img-right {
  justify-content: right;
}

.p-top-layout__photo {
  width: 50%;
}
.p-top-layout__photo--left {
  order: 0;
}
.p-top-layout__photo--right {
  order: 1;
}

.p-top-layout__content {
  display: flex;
  align-items: center;
  width: 50%;
  max-width: 33.3125rem;
}
.p-top-layout__content--right {
  justify-content: flex-end;
  padding-left: 25px;
}
.p-top-layout__content--left {
  justify-content: flex-start;
  padding-right: 25px;
}

.p-top-layout__content-in {
  max-width: 21.875rem;
}

.p-top-sec__ttl {
  margin-bottom: 25px;
}

.p-top-sec__txt {
  margin-bottom: 35px;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-top-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-top-card-img {
  max-width: 490px;
  margin: 0 0 45px;
  overflow: hidden;
  border-radius: 5px;
}

.p-top-card-ttl {
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.1em;
}

.p-top-card-ttl__en {
  margin-bottom: 18px;
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-size: 1.375rem;
  color: #6a3906;
}

.p-top-card-ttl__ja {
  font-size: 0.875rem;
  font-weight: bold;
}

.p-top-card-txt {
  max-width: 380px;
  margin: 0 0 25px;
  font-size: 0.9375rem;
  line-height: 2;
}

.p-top-card-btn {
  width: 100%;
  max-width: 380px;
}
.p-top-card-btn .c-btn-arrow {
  font-size: 0.875rem;
}

@media screen and (max-width:1024px) {
  .p-top-layout {
    flex-direction: column;
    width: calc(100% - 80px);
  }
  .p-top-layout__photo {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 30px;
  }
  .p-top-layout__photo--right {
    order: 0;
  }
  .p-top-layout__content {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .p-top-layout__content--right {
    justify-content: center;
    padding-left: 0;
  }
  .p-top-layout__content--left {
    justify-content: center;
    padding-right: 0;
  }
  .p-top-layout__content-in {
    max-width: none;
  }
  .p-top-sec__txt {
    font-size: inherit;
  }
  .p-top-sec__btn {
    text-align: center;
  }
  .p-top-card-txt {
    max-width: none;
    font-size: inherit;
  }
  .p-top-card-btn {
    max-width: none;
  }
}
@media screen and (max-width:768px) {
  .p-top-layout__content--right {
    padding-left: 0;
  }
  .p-top-layout__content--left {
    padding-right: 0;
  }
  .p-top-sec .c-btn-arrow {
    margin: 0 auto;
  }
  .p-top-sec__txt {
    margin-bottom: 40px;
  }
  .p-top-card-txt {
    max-width: none;
    margin-bottom: 40px;
  }
  .p-top-card-btn {
    max-width: none;
    text-align: center;
  }
}
@media screen and (max-width:480px) {
  .p-top-layout {
    width: calc(100% - 40px);
  }
  .p-top-card-img {
    margin-bottom: 25px;
  }
}
.p-facility-lead {
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

@media screen and (max-width:480px) {
  .p-facility-photo-l {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  .p-facility-photo-m {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  .p-facility-photo-m--top {
    object-position: center top;
  }
  .p-facility-photo-m--bottom {
    object-position: center bottom;
  }
  .p-facility-photo-s {
    aspect-ratio: 9/5;
    object-fit: cover;
  }
  .p-facility-photo-s--bottom {
    object-position: center bottom;
  }
}
@media screen and (max-width:480px) {
  .p-item-photo-l {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  .p-item-photo-s {
    aspect-ratio: 7/5;
    object-fit: cover;
  }
  .p-item-photo-s--top {
    object-position: center top;
  }
  .p-item-photo-l--left {
    object-position: left top;
  }
}
.p-photo-card-square {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.5rem;
  aspect-ratio: 1/1;
  font-weight: bold;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  letter-spacing: 0.01em;
  background: #c69c6d;
  border-radius: 5px;
}

.p-photo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 4.63%;
}
.p-photo-list .c-border-round {
  width: 30.19%;
  overflow: hidden;
  background: #fff;
}
.p-photo-list .c-border-round > img {
  width: 100%;
}

@media screen and (max-width:768px) {
  .p-photo-list {
    flex-direction: column;
    align-items: center;
  }
  .p-photo-list .c-border-round {
    width: 100%;
    max-width: 25rem;
  }
  .p-photo-list .c-border-round img {
    width: 100%;
  }
}
@media screen and (max-width:480px) {
  .p-photo-card-square {
    width: 100%;
    aspect-ratio: unset;
    padding: 25px 20px;
    font-size: 0.875rem;
  }
  .p-photo-list {
    gap: 30px 0;
  }
}
.p-faq-category__ttl {
  margin-bottom: 75px;
  text-align: center;
}

.p-faq-sec__ttl {
  margin: 0 0 30px;
  font-size: 1.5rem;
  color: #6a3906;
  letter-spacing: 0.1em;
}

.p-faq-box-list {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.p-faq-box-q {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 23px 20px;
  font-weight: normal;
  background: #fff9f1;
}
.p-faq-box-q::before {
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-size: 2.0625rem;
  color: #6a3906;
  content: "Q";
}

.p-faq-box-q__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-faq-box-q__txt {
  flex: 1;
  max-width: 61.875rem;
  padding: 0.2em 0 0 50px;
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-size: 1.125rem;
  line-height: 1.7;
}

.p-faq-box-a {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.5s, opacity 0.5s;
}
.p-faq-box-a.is-open {
  opacity: 1;
}

.p-faq-box-a__in {
  display: flex;
  justify-content: flex-end;
  padding: 23px 20px;
  background: #f5f3f1;
}
.p-faq-box-a__in::before {
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-size: 2.0625rem;
  color: #6a3906;
  content: "A";
}

.p-faq-box-a__txt {
  flex: 1;
  max-width: 58.75rem;
  padding: 0.2em 0 0 50px;
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-size: 1.125rem;
  line-height: 1.7;
}

@media screen and (max-width:1024px) {
  .p-faq-category__ttl {
    margin-bottom: 50px;
  }
  .p-faq-sec__ttl {
    margin-bottom: 20px;
  }
  .p-faq-box-list {
    gap: 20px 0;
  }
  .p-faq-box-q {
    padding: 15px;
  }
  .p-faq-box-q::before {
    font-size: 1.625rem;
  }
  .p-faq-box-q__txt {
    padding-left: 20px;
    font-size: 0.9375rem;
  }
  .p-faq-box-a::before {
    font-size: 1.625rem;
  }
  .p-faq-box-a__in {
    padding: 15px;
  }
  .p-faq-box-a__txt {
    padding-left: 20px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width:480px) {
  .p-faq-sec__ttl {
    font-size: 1.25rem;
  }
  .p-faq-box-q::before {
    font-size: 1.375rem;
  }
  .p-faq-box-q__txt {
    padding-top: 0;
  }
  .p-faq-box-a__in {
    padding: 10px;
  }
  .p-faq-box-a__in::before {
    font-size: 1.375rem;
  }
  .p-faq-box-a__txt {
    padding-top: 0;
  }
}
.p-access-list-dl__item {
  display: flex;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.p-access-list-dl__dt {
  display: flex;
  white-space: nowrap;
}
.p-access-list-dl__dt::after {
  display: inline-block;
  margin: 0 5px;
  content: ":";
}

.p-access-list-square__item {
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.p-access-list-square__item::before {
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  margin-right: 10px;
  content: "";
  border: 1px solid #333;
}

@media screen and (max-width:480px) {
  .p-access-list-dl__item {
    flex-direction: column;
  }
}
.u-txt-red {
  color: #eb0000;
}

.u-font-serif {
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-feature-settings: "palt";
}

.u-fw-thin {
  font-weight: 100;
}

.u-fw-light {
  font-weight: 300;
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-bold {
  font-weight: 700;
}

.u-fw-black {
  font-weight: 900;
}

.u-underline {
  text-decoration-line: underline;
}

.u-line-through {
  text-decoration-line: line-through;
}

.u-tracking-10 {
  letter-spacing: 0.01em;
}

.u-tracking-20 {
  letter-spacing: 0.02em;
}

.u-tracking-30 {
  letter-spacing: 0.03em;
}

.u-tracking-40 {
  letter-spacing: 0.04em;
}

.u-tracking-50 {
  letter-spacing: 0.05em;
}

.u-tracking-60 {
  letter-spacing: 0.06em;
}

.u-tracking-70 {
  letter-spacing: 0.07em;
}

.u-tracking-80 {
  letter-spacing: 0.08em;
}

.u-tracking-90 {
  letter-spacing: 0.09em;
}

.u-tracking-100 {
  letter-spacing: 0.1em;
}

.u-tracking-110 {
  letter-spacing: 0.11em;
}

.u-tracking-120 {
  letter-spacing: 0.12em;
}

.u-tracking-130 {
  letter-spacing: 0.13em;
}

.u-tracking-140 {
  letter-spacing: 0.14em;
}

.u-tracking-150 {
  letter-spacing: 0.15em;
}

.u-tracking-200 {
  letter-spacing: 0.2em;
}

.u-indent-n10 {
  text-indent: -0.01em;
}

.u-indent-n20 {
  text-indent: -0.02em;
}

.u-indent-n30 {
  text-indent: -0.03em;
}

.u-indent-n40 {
  text-indent: -0.04em;
}

.u-indent-n50 {
  text-indent: -0.05em;
}

.u-indent-n60 {
  text-indent: -0.06em;
}

.u-indent-n70 {
  text-indent: -0.07em;
}

.u-indent-n80 {
  text-indent: -0.08em;
}

.u-indent-n90 {
  text-indent: -0.09em;
}

.u-indent-n100 {
  text-indent: -0.1em;
}

.u-indent-n110 {
  letter-spacing: -0.11em;
}

.u-indent-n120 {
  text-indent: -0.12em;
}

.u-indent-n130 {
  text-indent: -0.13em;
}

.u-indent-n140 {
  text-indent: -0.14em;
}

.u-indent-n150 {
  text-indent: -0.15em;
}

.u-indent-n200 {
  text-indent: -0.2em;
}

.u-break-word {
  word-break: break-all;
}

.u-palt {
  font-feature-settings: "palt";
}

@media screen and (width >= 1025px) {
  .u-hidden-xl {
    display: none;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .u-hidden-lg {
    display: none;
  }
}
@media screen and (min-width:481px) and (max-width:768px) {
  .u-hidden-md {
    display: none;
  }
}
@media screen and (max-width:480px) {
  .u-hidden-sm {
    display: none;
  }
}
.u-hover-o50 {
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .u-hover-o50:hover, .u-hover-o50:focus {
    opacity: 0.5;
  }
}

.u-hover-o60 {
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .u-hover-o60:hover, .u-hover-o60:focus {
    opacity: 0.6;
  }
}

.u-hover-o70 {
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .u-hover-o70:hover, .u-hover-o70:focus {
    opacity: 0.7;
  }
}

.u-hover-o80 {
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .u-hover-o80:hover, .u-hover-o80:focus {
    opacity: 0.7;
  }
}

.u-clearfix::after,
.u-clearfix::before {
  display: block;
  clear: both;
  content: "";
}

.u-clearfix {
  display: block;
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.u-debug-bg {
  background: dodgerblue;
}

.u-debug-line {
  border: 1px solid dodgerblue;
}

.top-banner {
  padding: 50px 0;
  margin-bottom: 50px;
  text-align: center;
}

.top-banner__a {
  display: inline-block;
}

.top-concept {
  padding: 80px 0 150px;
  text-align: center;
}

.top-concept__ttl {
  margin-bottom: 25px;
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-size: 2.375rem;
  color: #6a3906;
  letter-spacing: 0.1em;
}

.top-concept__lead {
  margin-bottom: 20px;
  font-size: 1.75rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.top-concept__txt {
  font-size: 1.125rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.top-news {
  padding: 150px 0;
  margin-bottom: 60px;
  background: #f5f3f1;
}

.top-news-ttl {
  margin-bottom: 50px;
  font-feature-settings: "palt";
  text-align: center;
}

.top-news-ttl__lg {
  margin-bottom: 15px;
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-size: 2.25rem;
  letter-spacing: 0.1em;
}

.top-news-ttl__sm {
  font-size: 0.75rem;
  font-weight: bold;
  font-feature-settings: "palt";
  color: #6a3906;
  letter-spacing: 0.15em;
}

.top-news-article {
  padding: 0 20px;
  margin-bottom: 100px;
  background: #fff;
  border: 1px solid #6a3906;
}
.top-news-article .p-article-top {
  padding: 30px 8px;
}
.top-news-article .p-article-top:not(:first-child) {
  border-top: 1px solid #6a3906;
}

.top-news-btn {
  max-width: 15rem;
  margin: 0 auto;
  text-align: center;
}
.top-news-btn .c-btn-round {
  font-size: 0.9375rem;
}

.top-facility {
  margin-bottom: 60px;
}

.top-chapel {
  margin-bottom: 60px;
}

.top-cuisine {
  margin-bottom: 60px;
}

.top-others {
  padding: 150px 0 160px;
  background: #f5f3f1;
}

.top-others-grid {
  display: flex;
  gap: 0 9.26%;
  justify-content: space-between;
}

.top-others-grid__item {
  width: 50%;
}

.top-studio {
  padding: 200px 0 0;
}

.top-contact {
  padding-top: 150px;
  margin-bottom: 90px;
}

@media screen and (max-width:1024px) {
  .top-banner {
    padding: 10px 0;
    margin-bottom: 0;
  }
  .top-concept {
    padding-bottom: 100px;
  }
  .top-concept__ttl {
    font-size: 2rem;
  }
  .top-concept__lead {
    font-size: 1.375rem;
  }
  .top-concept__txt {
    font-size: 1rem;
  }
  .top-news {
    padding: 80px 0;
    margin-bottom: 100px;
  }
  .top-news-ttl__lg {
    font-size: 1.875rem;
  }
  .top-news-article {
    margin-bottom: 50px;
  }
  .top-news-btn .c-btn-round {
    font-size: inherit;
  }
  .top-facility {
    margin-bottom: 100px;
  }
  .top-chapel {
    margin-bottom: 100px;
  }
  .top-cuisine {
    margin-bottom: 100px;
  }
  .top-others {
    padding: 100px 0;
  }
  .top-others-grid {
    gap: 0 6%;
  }
  .top-studio {
    padding: 100px 0 0;
  }
  .top-contact {
    padding-top: 100px;
  }
}
@media screen and (max-width:768px) {
  .top-facility {
    margin-bottom: 100px;
  }
  .top-chapel {
    margin-bottom: 100px;
  }
  .top-others-grid {
    display: block;
  }
  .top-others-grid__item {
    width: 100%;
    max-width: 30.625rem;
    margin: 0 auto;
  }
  .top-others-grid__item + .top-others-grid__item {
    margin-top: 100px;
  }
}
@media screen and (max-width:480px) {
  .top-concept {
    padding: 70px 0;
  }
  .top-concept__ttl {
    font-size: 1.625rem;
  }
  .top-concept__lead {
    font-size: 1.0625rem;
  }
  .top-concept__txt {
    font-size: 0.9375rem;
    text-align: left;
  }
  .top-news {
    padding: 70px 0;
    margin-bottom: 70px;
  }
  .top-news-ttl {
    margin-bottom: 30px;
  }
  .top-news-ttl__lg {
    font-size: 1.625rem;
  }
  .top-news-btn .c-btn-round {
    font-size: 0.8125rem;
  }
  .top-others {
    padding: 70px 0;
  }
  .top-studio {
    padding-top: 70px;
  }
}
.news-hero {
  margin-bottom: 140px;
}

.news-ttl {
  margin-bottom: 50px;
}

.news-list {
  margin-bottom: 150px;
}

.news-single {
  margin-bottom: 150px;
}
.news-single .p-article-single {
  padding-bottom: 100px;
  margin-bottom: 50px;
  border-bottom: 1px solid #333;
}
.news-single .p-article-link {
  margin: 0 auto 100px;
}

.news-single-back {
  max-width: 18.75rem;
  margin: 0 auto;
  font-size: 0.9375rem;
}

.news-list-pager {
  padding-bottom: 150px;
  margin-bottom: 150px;
  border-bottom: 1px solid #6a3906;
}

.news-contact {
  padding-top: 150px;
  margin-bottom: 100px;
}

@media screen and (max-width:1024px) {
  .news-hero {
    margin-bottom: 70px;
  }
  .news-list {
    margin-bottom: 70px;
  }
  .news-list-pager {
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
  .news-single {
    margin-bottom: 100px;
  }
  .news-single .p-article-single {
    padding-bottom: 50px;
  }
  .news-single .p-article-link {
    max-width: 90%;
    margin-bottom: 50px;
  }
  .news-single-back {
    font-size: inherit;
  }
  .news-contact {
    padding-top: 100px;
  }
}
@media screen and (max-width:480px) {
  .news-contact {
    padding-top: 70px;
  }
}
.facility-lelien {
  padding: 85px 0 160px;
}

.facility-lelien-ttl {
  margin-bottom: 28px;
}

.facility-lelien-lead {
  margin-bottom: 25px;
  font-size: 1.125rem;
  text-align: center;
}

.facility-lelien-txt {
  margin-bottom: 100px;
  text-align: center;
}

.facility-lelien-photo-main {
  margin-bottom: 100px;
}

.facility-sejour {
  padding: 150px 0;
  background: #f6f4f2;
}

.facility-sejour-ttl {
  margin-bottom: 25px;
}

.facility-sejour-lead {
  margin-bottom: 25px;
  text-align: center;
}

.facility-sejour-txt {
  margin-bottom: 100px;
  text-align: center;
}

.facility-sejour-photo-main {
  margin-bottom: 100px;
}

.facility-info {
  padding: 150px 0;
}

.facility-info-ttl {
  margin-bottom: 25px;
}

.facility-info-txt {
  margin-bottom: 120px;
  text-align: center;
}

.facility-info-photo-01,
.facility-info-photo-02 {
  margin-bottom: 55px;
}

.facility-info-photo-03 {
  padding-bottom: 150px;
  border-bottom: 1px solid #333;
}

.facility-contact {
  padding-top: 150px;
  margin-bottom: 100px;
}

@media screen and (max-width:1024px) {
  .facility-lelien {
    padding: 50px 0 100px;
  }
  .facility-lelien-txt {
    margin-bottom: 70px;
  }
  .facility-lelien-photo-main {
    margin-bottom: 50px;
  }
  .facility-sejour {
    padding: 80px 0;
  }
  .facility-sejour-txt {
    margin-bottom: 70px;
  }
  .facility-sejour-photo-main {
    margin-bottom: 50px;
  }
  .facility-info {
    padding: 80px 0 100px;
  }
  .facility-info-txt {
    margin-bottom: 70px;
  }
  .facility-info-photo-03 {
    padding-bottom: 100px;
  }
  .facility-contact {
    padding-top: 100px;
  }
}
@media screen and (max-width:768px) {
  .facility-lelien-txt {
    text-align: left;
  }
  .facility-sejour-txt {
    text-align: left;
  }
  .facility-info-txt {
    text-align: left;
  }
}
@media screen and (max-width:480px) {
  .facility-lelien {
    padding-bottom: 70px;
  }
  .facility-lelien-photo-main {
    margin-bottom: 30px;
  }
  .facility-sejour {
    padding-top: 50px;
  }
  .facility-sejour-photo-main {
    margin-bottom: 30px;
  }
  .facility-info {
    padding: 50px 0 70px;
  }
  .facility-info-photo-01,
  .facility-info-photo-02 {
    margin-bottom: 30px;
  }
  .facility-info-photo-03 {
    padding-bottom: 70px;
  }
}
.chapel-michael {
  padding: 90px 0 150px;
  margin-bottom: 150px;
  border-bottom: 1px solid #333;
}

.chapel-michael-ttl {
  margin-bottom: 40px;
  text-align: center;
}

.chapel-michael-txt {
  margin-bottom: 120px;
  text-align: center;
}

.chapel-michael-photo-01 {
  margin-bottom: 100px;
}

.chapel-michael-photo-02 {
  position: relative;
  margin-bottom: 18.52%;
}

.chapel-michael-photo-02__01,
.chapel-michael-photo-02__02 {
  width: 54.63%;
}

.chapel-michael-photo-02__02 {
  position: absolute;
  top: 22%;
  right: 0;
}

.chapel-contact {
  padding-top: 150px;
  margin-bottom: 90px;
}

@media screen and (max-width:1024px) {
  .chapel-michael {
    padding: 50px 0 100px;
    margin-bottom: 100px;
  }
  .chapel-contact {
    padding-top: 100px;
  }
}
@media screen and (max-width:480px) {
  .chapel-michael {
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
  .chapel-michael-txt {
    margin-bottom: 80px;
    text-align: left;
  }
  .chapel-michael-photo-01 {
    aspect-ratio: 1/1;
    margin-bottom: 30px;
    object-fit: cover;
  }
  .chapel-michael-photo-02 {
    margin-bottom: 30px;
  }
  .chapel-michael-photo-02__01,
  .chapel-michael-photo-02__02 {
    width: 100%;
    aspect-ratio: 9/5;
    object-fit: cover;
  }
  .chapel-michael-photo-02__01 {
    margin-bottom: 30px;
  }
  .chapel-michael-photo-02__02 {
    position: static;
  }
  .chapel-michael-photo-03 {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
.cuisine-french {
  padding: 90px 0 300px;
  margin-bottom: 150px;
  border-bottom: 1px solid #333;
}

.cuisine-french-ttl {
  margin-bottom: 45px;
  text-align: center;
}

.cuisine-french-txt {
  margin-bottom: 100px;
  text-align: center;
}

.cuisine-french-photo-01 {
  margin-bottom: 110px;
}

.cuisine-french-photo-02 {
  position: relative;
}

.cuisine-french-photo-02__01,
.cuisine-french-photo-02__02 {
  width: 54.63%;
}

.cuisine-french-photo-02__02 {
  position: absolute;
  top: 22%;
  right: 0;
}

.cuisine-contact {
  padding-top: 150px;
  margin-bottom: 100px;
}

@media screen and (max-width:1024px) {
  .cuisine-french {
    padding: 50px 0 180px;
    margin-bottom: 100px;
  }
  .cuisine-french-ttl {
    margin-bottom: 30px;
  }
  .cuisine-contact {
    padding-top: 100px;
  }
}
@media screen and (max-width:480px) {
  .cuisine-french {
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
  .cuisine-french-txt {
    margin-bottom: 50px;
    text-align: left;
  }
  .cuisine-french-photo-01 {
    margin-bottom: 30px;
  }
  .cuisine-french-photo-02__01,
  .cuisine-french-photo-02__02 {
    width: 100%;
  }
  .cuisine-french-photo-02__01 {
    margin-bottom: 30px;
  }
  .cuisine-french-photo-02__02 {
    position: static;
  }
}
.item-dress {
  padding-top: 90px;
  margin-bottom: 150px;
}

.item-dress-ttl {
  margin-bottom: 25px;
}

.item-dress-txt {
  margin-bottom: 140px;
  text-align: center;
}

.item-dress-photo-main {
  margin-bottom: 100px;
}

.item-dress-photo-01 {
  margin-bottom: 100px;
}

.item-bouquet {
  margin-bottom: 150px;
}

.item-bouquet-ttl {
  margin-bottom: 25px;
}

.item-bouquet-txt {
  margin-bottom: 140px;
  text-align: center;
}

.item-bouquet-photo-main {
  margin-bottom: 100px;
}

.item-hair {
  padding-bottom: 150px;
  margin-bottom: 150px;
  border-bottom: 1px solid #333;
}

.item-hair-ttl {
  margin-bottom: 25px;
}

.item-hair-txt {
  margin-bottom: 140px;
  text-align: center;
}

.item-contact {
  padding-top: 150px;
  margin-bottom: 100px;
}

@media screen and (max-width:1024px) {
  .item-dress {
    padding-top: 50px;
    margin-bottom: 100px;
  }
  .item-dress-txt {
    margin-bottom: 70px;
  }
  .item-bouquet {
    margin-bottom: 100px;
  }
  .item-bouquet-txt {
    margin-bottom: 70px;
  }
  .item-hair {
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
  .item-hair-txt {
    margin-bottom: 70px;
  }
  .item-contact {
    padding-top: 100px;
  }
}
@media screen and (max-width:768px) {
  .item-dress-txt {
    text-align: left;
  }
  .item-dress-photo-main {
    margin-bottom: 50px;
  }
  .item-dress-photo-01 {
    margin-bottom: 50px;
  }
  .item-dress-photo-02 {
    margin-bottom: 50px;
  }
  .item-bouquet-txt {
    text-align: left;
  }
  .item-bouquet-photo-main {
    margin-bottom: 50px;
  }
  .item-hair-txt {
    text-align: left;
  }
}
@media screen and (max-width:480px) {
  .item-dress-photo-main {
    margin-bottom: 30px;
  }
  .item-dress-photo-01 {
    margin-bottom: 30px;
  }
  .item-bouquet-photo-main {
    margin-bottom: 30px;
  }
  .item-hair {
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
  .item-contact {
    padding-top: 70px;
  }
}
.plan-notice {
  padding: 50px 15px;
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
  background: #6a3906;
}

.plan-special {
  padding: 90px 0 0;
  margin-bottom: 150px;
  border-bottom: 1px solid #333;
}

.plan-contact {
  padding-top: 150px;
  margin-bottom: 100px;
}

@media screen and (max-width:1024px) {
  .plan-special {
    padding-top: 50px;
    margin-bottom: 100px;
  }
  .plan-contact {
    padding-top: 100px;
  }
}
@media screen and (max-width:480px) {
  .plan-notice {
    padding: 20px 10px;
  }
}
.photo-seijin {
  padding: 90px 0 200px;
}

.photo-seijin-ttl {
  margin-bottom: 25px;
}

.photo-seijin-txt {
  margin-bottom: 90px;
  text-align: center;
}

.photo-seijin-photo-01 {
  margin-bottom: 150px;
}

.photo-seijin-maedori {
  margin-bottom: 140px;
}

.photo-seijin-maedori__ttl {
  max-width: 50rem;
  margin: 0 auto 100px;
  text-align: center;
}

.photo-seijin-maedori__txt {
  line-height: 1.7;
  text-align: center;
}

.photo-seijin-maedori-list {
  display: flex;
  gap: 0 12.5%;
  justify-content: space-between;
  max-width: 50rem;
  margin: 0 auto 70px;
}

.photo-seijin-pure__ttl {
  max-width: 50rem;
  margin: 0 auto 40px;
  text-align: center;
}

.photo-seijin-pure__desc {
  margin-bottom: 55px;
  text-align: center;
}

.photo-seijin-pure-list {
  margin-bottom: 100px;
}

.photo-seijin-pure-kurei {
  display: flex;
  gap: 0 2.78%;
  align-items: center;
  padding: 2.78% 3.7%;
}

.photo-seijin-pure-kurei__photo {
  width: 69.65%;
}

.photo-seijin-pure-kurei__txt {
  width: 27.35%;
}

.photo-shingaku {
  padding: 140px 0 240px;
  background: #f5f3f1;
}

.photo-shingaku-ttl {
  margin-bottom: 25px;
}

.photo-shingaku-txt {
  margin-bottom: 90px;
  text-align: center;
}

.photo-shingaku-photo-01 {
  margin-bottom: 150px;
}

.photo-shingaku-plan-ttl {
  margin-bottom: 65px;
  text-align: center;
}

.photo-shichigosan {
  padding: 150px 0 250px;
}

.photo-shichigosan-ttl {
  margin-bottom: 25px;
}

.photo-shichigosan-txt {
  margin-bottom: 90px;
  text-align: center;
}

.photo-shichigosan-photo-01 {
  margin-bottom: 150px;
}

.photo-shichigosan-plan-list .c-border-round {
  overflow: hidden;
}

.photo-sotsugyo {
  padding: 150px 0 200px;
  background: #f5f3f1;
}

.photo-sotsugyo-ttl {
  margin-bottom: 25px;
}

.photo-sotsugyo-txt {
  margin-bottom: 90px;
  text-align: center;
}

.photo-sotsugyo-photo-01 {
  margin-bottom: 100px;
}

.photo-sotsugyo-pricing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.51% 5.21%;
  background: #fff;
}

.photo-sotsugyo-pricing-photo {
  width: 31.22%;
}

.photo-sotsugyo-pricing__in {
  width: 64.52%;
}

.photo-sotsugyo-pricing-txt {
  margin-bottom: 25px;
  line-height: 1.4;
  text-align: center;
}

.photo-sotsugyo-pricing-list {
  display: flex;
  gap: 0 15px;
  justify-content: space-between;
}

.photo-contact {
  padding-top: 200px;
  margin-bottom: 100px;
}

@media screen and (max-width:1024px) {
  .photo-seijin {
    padding: 50px 0 100px;
  }
  .photo-seijin-txt {
    margin-bottom: 70px;
  }
  .photo-seijin-photo-01 {
    margin-bottom: 100px;
  }
  .photo-seijin-maedori {
    margin-bottom: 100px;
  }
  .photo-seijin-maedori__ttl {
    margin-bottom: 50px;
  }
  .photo-seijin-maedori-list {
    margin-bottom: 40px;
  }
  .photo-seijin-pure-list {
    margin-bottom: 50px;
  }
  .photo-shingaku {
    padding: 100px 0;
  }
  .photo-shingaku-txt {
    margin-bottom: 70px;
  }
  .photo-shingaku-photo-01 {
    margin-bottom: 100px;
  }
  .photo-shichigosan {
    padding: 100px 0;
  }
  .photo-shichigosan-txt {
    margin-bottom: 70px;
  }
  .photo-shichigosan-photo-01 {
    margin-bottom: 100px;
  }
  .photo-sotsugyo {
    padding: 100px 0;
  }
  .photo-sotsugyo-txt {
    margin-bottom: 70px;
  }
  .photo-sotsugyo-pricing-txt {
    font-size: 0.8125rem;
    text-align: left;
  }
  .photo-contact {
    padding-top: 100px;
  }
}
@media screen and (max-width:768px) {
  .photo-seijin-txt {
    text-align: left;
  }
  .photo-seijin-maedori__txt {
    text-align: left;
  }
  .photo-seijin-maedori-list {
    max-width: 31.25rem;
  }
  .photo-seijin-pure-kurei {
    flex-direction: column;
    max-width: 25rem;
    margin: 0 auto;
  }
  .photo-seijin-pure-kurei__photo {
    width: 100%;
    margin-bottom: 30px;
  }
  .photo-seijin-pure-kurei__txt {
    width: 100%;
  }
  .photo-sotsugyo-pricing {
    flex-direction: column;
    max-width: 25rem;
    padding: 20px 20px 80px;
    margin: 0 auto;
  }
  .photo-sotsugyo-pricing-photo {
    width: 100%;
    margin-bottom: 20px;
  }
  .photo-sotsugyo-pricing__in {
    width: 100%;
  }
  .photo-sotsugyo-pricing-txt {
    margin-bottom: 50px;
    font-size: 0.875rem;
  }
  .photo-sotsugyo-pricing-list {
    flex-direction: column;
    gap: 100px 0;
    width: 70%;
    max-width: 14.375rem;
    margin: 0 auto;
  }
  .photo-sotsugyo-pricing-list__item > img {
    width: 100%;
  }
}
@media screen and (max-width:480px) {
  .photo-seijin {
    padding-bottom: 70px;
  }
  .photo-seijin-maedori-list {
    flex-direction: column;
    gap: 30px 0;
    align-items: center;
  }
  .photo-seijin-pure__desc {
    margin-bottom: 35px;
    text-align: left;
  }
  .photo-seijin-pure-list {
    margin-bottom: 30px;
  }
  .photo-shingaku {
    padding: 70px 0;
  }
  .photo-shingaku-txt {
    text-align: left;
  }
  .photo-shichigosan {
    padding: 70px 0;
  }
  .photo-shichigosan-txt {
    text-align: left;
  }
  .photo-sotsugyo {
    padding: 70px 0;
  }
  .photo-sotsugyo-txt {
    text-align: left;
  }
  .photo-sotsugyo-photo-01 {
    margin-bottom: 70px;
  }
  .photo-sotsugyo-pricing {
    padding-bottom: 50px;
  }
  .photo-sotsugyo-pricing-list {
    gap: 50px 0;
  }
  .photo-contact {
    padding: 70px 0 0;
  }
}
.faq-brideAndGroom {
  padding-top: 90px;
  margin-bottom: 140px;
}

.faq-brideAndGroom__fair {
  margin-bottom: 115px;
}

.faq-guests {
  padding-bottom: 150px;
  margin-bottom: 150px;
  border-bottom: 1px solid #333;
}

.faq-guests__rental {
  margin-bottom: 115px;
}

.faq-contact {
  padding-top: 150px;
  margin-bottom: 100px;
}

@media screen and (max-width:1024px) {
  .faq-brideAndGroom {
    padding-top: 50px;
    margin-bottom: 100px;
  }
  .faq-brideAndGroom__fair {
    margin-bottom: 70px;
  }
  .faq-guests {
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
  .faq-guests__rental {
    margin-bottom: 70px;
  }
  .faq-contact {
    padding-top: 100px;
  }
}
@media screen and (max-width:480px) {
  .faq-guests {
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
  .faq-contact {
    padding-top: 70px;
  }
}
.access-hero {
  margin-bottom: 140px;
}

.access-ttl {
  margin-bottom: 50px;
}

.access-map {
  position: relative;
  aspect-ratio: 9/5;
  margin-bottom: 60px;
}

.access-map__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access-address {
  padding-bottom: 150px;
  margin-bottom: 150px;
  border-bottom: 1px solid #333;
}

.access-address-01 {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  margin-bottom: 10px;
}
.access-address-01 .p-access-list-dl__item {
  justify-content: center;
}

.access-address-02 {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  text-align: center;
}

.access-contact {
  padding-top: 150px;
  margin-bottom: 100px;
}

@media screen and (max-width:1024px) {
  .access-hero {
    margin-bottom: 70px;
  }
  .access-address {
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
  .access-contact {
    padding-top: 100px;
  }
}
@media screen and (max-width:768px) {
  .access-address-01 .p-access-list-dl__item {
    justify-content: flex-start;
  }
  .access-address-02 {
    text-align: left;
  }
}
@media screen and (max-width:480px) {
  .access-map {
    aspect-ratio: 1/1;
    margin-bottom: 30px;
  }
  .access-address {
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
  .access-address-01 {
    gap: 20px 0;
    margin-bottom: 20px;
  }
  .access-contact {
    padding-top: 70px;
  }
}
.form-hero {
  margin-bottom: 140px;
}

.form-ttl {
  margin-bottom: 50px;
}

.form-tab {
  margin-bottom: 70px;
}

.form-info {
  margin-bottom: 50px;
}

.form-table {
  margin-bottom: 50px;
}

.form-policy {
  margin-bottom: 50px;
}

.form-submit {
  width: 100%;
  max-width: 16.875rem;
  margin: 0 auto;
}

.form-studio {
  margin-top: 100px;
}

.form-cmn-contact {
  padding-top: 150px;
  margin-bottom: 100px;
}

@media screen and (max-width:1024px) {
  .form-hero {
    margin-bottom: 70px;
  }
  .form-cmn-contact {
    padding-top: 100px;
  }
}
@media screen and (max-width:768px) {
  .form-table {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:480px) {
  .form-studio {
    margin-top: 70px;
  }
  .form-cmn-contact {
    padding-top: 70px;
  }
}
.form-reserve-date .p-form-date {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.form-reserve-date .c-form-note {
  margin-top: 20px;
}

.form-thanks .p-form-thanks__ttl {
  margin-bottom: 30px;
}
.form-thanks .p-form-thanks__txt {
  margin-bottom: 70px;
}
.form-thanks .p-form-thanks__btn {
  max-width: 18.75rem;
  margin: 0 auto;
  font-size: 0.9375rem;
}

@media screen and (max-width:1024px) {
  .form-thanks .p-form-thanks__btn {
    font-size: inherit;
  }
}
@media screen and (max-width:768px) {
  .form-thanks .p-form-thanks__txt {
    margin-bottom: 50px;
  }
}
.error-hero {
  margin-bottom: 140px;
}

.error-ttl {
  margin-bottom: 50px;
}

.error-txt {
  margin-bottom: 70px;
  line-height: 2;
  text-align: center;
}

.error-btn {
  max-width: 18.75rem;
  margin: 0 auto;
  font-size: 0.9375rem;
}

.error-studio {
  margin-top: 100px;
}

.error-contact {
  padding-top: 150px;
  margin-bottom: 100px;
}

@media screen and (max-width:1024px) {
  .error-hero {
    margin-bottom: 70px;
  }
  .error-contact {
    padding-top: 100px;
  }
}
@media screen and (max-width:768px) {
  .error-txt {
    text-align: left;
  }
}
@media screen and (max-width:480px) {
  .error-contact {
    padding-top: 70px;
  }
}

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