@charset "UTF-8";
/* base color */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  font-size: 62.5%; /* 1rem=10px */
  line-height: 1.15;
  opacity: 0;
  animation: fadeIn 2s ease-in forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  margin: 0;
  color: #1a1a1a !important;
}

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: bold;
}

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] {
  -webkit-text-decoration: underline dotted;
          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;
     -moz-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;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

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=search] {
  outline-offset: -2px;
}

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

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

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: bold;
}

body {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  line-height: 2;
  letter-spacing: 1.5px;
  font-kerning: normal;
  font-feature-settings: "palt";
  font-family: "Shippori Mincho B1", "游明朝", YuMincho, "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: black;
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 820px) {
  body {
    letter-spacing: 0.5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

img,
object,
svg {
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  height: auto;
}

img[src*=".svg"] {
  display: block;
}

th {
  font-weight: normal;
}

.l-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-footer {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-header {
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.l-header.top .p-header__menu--line {
  background-color: #fff;
}
.l-header.top .p-header__logo--link .logo-top {
  display: block;
}
.l-header.top .p-header__logo--link .logo-page {
  display: none;
}
.l-header.top.is-passed .p-header {
  background-color: #fff;
  box-shadow: 0 5px 5px -6px rgba(0, 0, 0, 0.3);
}
.l-header.top.is-passed .p-header__menu--line {
  background-color: #1a1a1a;
}
.l-header.top.is-passed .p-header__logo--link .logo-top {
  display: none;
}
.l-header.top.is-passed .p-header__logo--link .logo-page {
  display: block;
}
.l-header.page .p-header {
  background-color: #fff;
  box-shadow: 0 5px 5px -6px rgba(26, 26, 26, 0.3);
}

.l-main {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.c-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 200px;
  height: 46px;
  padding: 0 25px 0 30px;
  transition: 0.5s;
  cursor: pointer;
  text-align: left;
  border: 1px solid #807D7D;
  border-radius: 23px;
  transform: translateZ(0);
  color: #1a1a1a;
}
.c-button::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px !important;
  background-color: #807D7D;
  -webkit-mask-image: url(../images/arrow.svg);
          mask-image: url(../images/arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transition: all 0.3s ease;
}
.c-button:hover {
  color: #fff;
  background-color: #1a1a1a;
}
.c-button:hover::after {
  background-color: #fff;
}

@media screen and (max-width: 820px) {
  .c-button {
    max-width: 170px;
    padding: 0 10px 0 15px;
  }
}
.c-button::before, .c-button::after {
  display: inline-block;
  height: auto;
  line-height: 0;
}

.c-button::after {
  margin-left: 1rem;
}

.c-button::before {
  margin-right: 1rem;
}

.c-col {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}

.c-col__item {
  flex: 0 1 auto;
}

.c-col__1 {
  width: 8.33%;
}

.c-col__2 {
  width: 16.66%;
}

.c-col__3 {
  width: 25%;
}

.c-col__4 {
  width: 33.33%;
}

.c-col__5 {
  width: 41.66%;
}

.c-col__6 {
  width: 50%;
}

.c-col__7 {
  width: 58.33%;
}

.c-col__8 {
  width: 66.66%;
}

.c-col__9 {
  width: 75%;
}

.c-col__10 {
  width: 83.33%;
}

.c-col__11 {
  width: 91.66%;
}

.c-col__12 {
  width: 100%;
}

.c-col__1of5 {
  width: 20%;
}

@media screen and (max-width: 1600px) {
  .lg\:c-col__1 {
    width: 8.33%;
  }
  .lg\:c-col__2 {
    width: 16.66%;
  }
  .lg\:c-col__3 {
    width: 25%;
  }
  .lg\:c-col__4 {
    width: 33.33%;
  }
  .lg\:c-col__5 {
    width: 41.66%;
  }
  .lg\:c-col__6 {
    width: 50%;
  }
  .lg\:c-col__7 {
    width: 58.33%;
  }
  .lg\:c-col__8 {
    width: 66.66%;
  }
  .lg\:c-col__9 {
    width: 75%;
  }
  .lg\:c-col__10 {
    width: 83.33%;
  }
  .lg\:c-col__11 {
    width: 91.66%;
  }
  .lg\:c-col__12 {
    width: 100%;
  }
  .lg\:c-col__1of5 {
    width: 20%;
  }
}
@media screen and (max-width: 1200px) {
  .md\:c-col__1 {
    width: 8.33%;
  }
  .md\:c-col__2 {
    width: 16.66%;
  }
  .md\:c-col__3 {
    width: 25%;
  }
  .md\:c-col__4 {
    width: 33.33%;
  }
  .md\:c-col__5 {
    width: 41.66%;
  }
  .md\:c-col__6 {
    width: 50%;
  }
  .md\:c-col__7 {
    width: 58.33%;
  }
  .md\:c-col__8 {
    width: 66.66%;
  }
  .md\:c-col__9 {
    width: 75%;
  }
  .md\:c-col__10 {
    width: 83.33%;
  }
  .md\:c-col__11 {
    width: 91.66%;
  }
  .md\:c-col__12 {
    width: 100%;
  }
  .md\:c-col__1of5 {
    width: 20%;
  }
}
@media screen and (max-width: 820px) {
  .sm\:c-col__1 {
    width: 8.33%;
  }
  .sm\:c-col__2 {
    width: 16.66%;
  }
  .sm\:c-col__3 {
    width: 25%;
  }
  .sm\:c-col__4 {
    width: 33.33%;
  }
  .sm\:c-col__5 {
    width: 41.66%;
  }
  .sm\:c-col__6 {
    width: 50%;
  }
  .sm\:c-col__7 {
    width: 58.33%;
  }
  .sm\:c-col__8 {
    width: 66.66%;
  }
  .sm\:c-col__9 {
    width: 75%;
  }
  .sm\:c-col__10 {
    width: 83.33%;
  }
  .sm\:c-col__11 {
    width: 91.66%;
  }
  .sm\:c-col__12 {
    width: 100%;
  }
  .sm\:c-col__1of5 {
    width: 20%;
  }
}
.c-container {
  max-width: 1200px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.c-container--md {
  max-width: 960px;
}

.c-container--sm {
  max-width: 800px;
}

.c-gutter--2xs {
  margin: -0.25rem;
  margin: -0.25rem;
}

.c-gutter--2xs > [class*=c-col__] {
  padding: 0.25rem;
  padding: 0.25rem;
}

.c-gutter--xs {
  margin: -0.5rem;
  margin: -0.5rem;
}

.c-gutter--xs > [class*=c-col__] {
  padding: 0.5rem;
  padding: 0.5rem;
}

.c-gutter--sm {
  margin: -1rem;
  margin: -1rem;
}

.c-gutter--sm > [class*=c-col__] {
  padding: 1rem;
  padding: 1rem;
}

.c-gutter--md {
  margin: -1.5rem;
  margin: -1.5rem;
}

.c-gutter--md > [class*=c-col__] {
  padding: 1.5rem;
  padding: 1.5rem;
}

.c-gutter--lg {
  margin: -2rem;
  margin: -2rem;
}

.c-gutter--lg > [class*=c-col__] {
  padding: 2rem;
  padding: 2rem;
}

.c-gutter--xl {
  margin: -3.5rem;
  margin: -3.5rem;
}

.c-gutter--xl > [class*=c-col__] {
  padding: 3.5rem;
  padding: 3.5rem;
}

.c-gutter--2xl {
  margin: -6rem;
  margin: -6rem;
}

.c-gutter--2xl > [class*=c-col__] {
  padding: 6rem;
  padding: 6rem;
}

.c-gutter--3xl {
  margin: -9rem;
  margin: -9rem;
}

.c-gutter--3xl > [class*=c-col__] {
  padding: 9rem;
  padding: 9rem;
}

.c-gutter--4xl {
  margin: -12rem;
  margin: -12rem;
}

.c-gutter--4xl > [class*=c-col__] {
  padding: 12rem;
  padding: 12rem;
}

@media screen and (max-width: 1600px) {
  .lg\:c-gutter--2xs {
    margin: -0.25rem;
    margin: -0.25rem;
  }
  .lg\:c-gutter--2xs > [class*=c-col__] {
    padding: 0.25rem;
    padding: 0.25rem;
  }
  .lg\:c-gutter--xs {
    margin: -0.5rem;
    margin: -0.5rem;
  }
  .lg\:c-gutter--xs > [class*=c-col__] {
    padding: 0.5rem;
    padding: 0.5rem;
  }
  .lg\:c-gutter--sm {
    margin: -1rem;
    margin: -1rem;
  }
  .lg\:c-gutter--sm > [class*=c-col__] {
    padding: 1rem;
    padding: 1rem;
  }
  .lg\:c-gutter--md {
    margin: -1.5rem;
    margin: -1.5rem;
  }
  .lg\:c-gutter--md > [class*=c-col__] {
    padding: 1.5rem;
    padding: 1.5rem;
  }
  .lg\:c-gutter--lg {
    margin: -2rem;
    margin: -2rem;
  }
  .lg\:c-gutter--lg > [class*=c-col__] {
    padding: 2rem;
    padding: 2rem;
  }
  .lg\:c-gutter--xl {
    margin: -3.5rem;
    margin: -3.5rem;
  }
  .lg\:c-gutter--xl > [class*=c-col__] {
    padding: 3.5rem;
    padding: 3.5rem;
  }
  .lg\:c-gutter--2xl {
    margin: -6rem;
    margin: -6rem;
  }
  .lg\:c-gutter--2xl > [class*=c-col__] {
    padding: 6rem;
    padding: 6rem;
  }
  .lg\:c-gutter--3xl {
    margin: -9rem;
    margin: -9rem;
  }
  .lg\:c-gutter--3xl > [class*=c-col__] {
    padding: 9rem;
    padding: 9rem;
  }
  .lg\:c-gutter--4xl {
    margin: -12rem;
    margin: -12rem;
  }
  .lg\:c-gutter--4xl > [class*=c-col__] {
    padding: 12rem;
    padding: 12rem;
  }
}
@media screen and (max-width: 1200px) {
  .md\:c-gutter--2xs {
    margin: -0.25rem;
    margin: -0.25rem;
  }
  .md\:c-gutter--2xs > [class*=c-col__] {
    padding: 0.25rem;
    padding: 0.25rem;
  }
  .md\:c-gutter--xs {
    margin: -0.5rem;
    margin: -0.5rem;
  }
  .md\:c-gutter--xs > [class*=c-col__] {
    padding: 0.5rem;
    padding: 0.5rem;
  }
  .md\:c-gutter--sm {
    margin: -1rem;
    margin: -1rem;
  }
  .md\:c-gutter--sm > [class*=c-col__] {
    padding: 1rem;
    padding: 1rem;
  }
  .md\:c-gutter--md {
    margin: -1.5rem;
    margin: -1.5rem;
  }
  .md\:c-gutter--md > [class*=c-col__] {
    padding: 1.5rem;
    padding: 1.5rem;
  }
  .md\:c-gutter--lg {
    margin: -2rem;
    margin: -2rem;
  }
  .md\:c-gutter--lg > [class*=c-col__] {
    padding: 2rem;
    padding: 2rem;
  }
  .md\:c-gutter--xl {
    margin: -3.5rem;
    margin: -3.5rem;
  }
  .md\:c-gutter--xl > [class*=c-col__] {
    padding: 3.5rem;
    padding: 3.5rem;
  }
  .md\:c-gutter--2xl {
    margin: -6rem;
    margin: -6rem;
  }
  .md\:c-gutter--2xl > [class*=c-col__] {
    padding: 6rem;
    padding: 6rem;
  }
  .md\:c-gutter--3xl {
    margin: -9rem;
    margin: -9rem;
  }
  .md\:c-gutter--3xl > [class*=c-col__] {
    padding: 9rem;
    padding: 9rem;
  }
  .md\:c-gutter--4xl {
    margin: -12rem;
    margin: -12rem;
  }
  .md\:c-gutter--4xl > [class*=c-col__] {
    padding: 12rem;
    padding: 12rem;
  }
}
@media screen and (max-width: 820px) {
  .sm\:c-gutter--2xs {
    margin: -0.25rem;
    margin: -0.25rem;
  }
  .sm\:c-gutter--2xs > [class*=c-col__] {
    padding: 0.25rem;
    padding: 0.25rem;
  }
  .sm\:c-gutter--xs {
    margin: -0.5rem;
    margin: -0.5rem;
  }
  .sm\:c-gutter--xs > [class*=c-col__] {
    padding: 0.5rem;
    padding: 0.5rem;
  }
  .sm\:c-gutter--sm {
    margin: -1rem;
    margin: -1rem;
  }
  .sm\:c-gutter--sm > [class*=c-col__] {
    padding: 1rem;
    padding: 1rem;
  }
  .sm\:c-gutter--md {
    margin: -1.5rem;
    margin: -1.5rem;
  }
  .sm\:c-gutter--md > [class*=c-col__] {
    padding: 1.5rem;
    padding: 1.5rem;
  }
  .sm\:c-gutter--lg {
    margin: -2rem;
    margin: -2rem;
  }
  .sm\:c-gutter--lg > [class*=c-col__] {
    padding: 2rem;
    padding: 2rem;
  }
  .sm\:c-gutter--xl {
    margin: -3.5rem;
    margin: -3.5rem;
  }
  .sm\:c-gutter--xl > [class*=c-col__] {
    padding: 3.5rem;
    padding: 3.5rem;
  }
  .sm\:c-gutter--2xl {
    margin: -6rem;
    margin: -6rem;
  }
  .sm\:c-gutter--2xl > [class*=c-col__] {
    padding: 6rem;
    padding: 6rem;
  }
  .sm\:c-gutter--3xl {
    margin: -9rem;
    margin: -9rem;
  }
  .sm\:c-gutter--3xl > [class*=c-col__] {
    padding: 9rem;
    padding: 9rem;
  }
  .sm\:c-gutter--4xl {
    margin: -12rem;
    margin: -12rem;
  }
  .sm\:c-gutter--4xl > [class*=c-col__] {
    padding: 12rem;
    padding: 12rem;
  }
}
/* header */
.p-header {
  position: fixed;
  top: 0;
  padding: 10px 1%;
  z-index: 99;
  width: 100vw;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-header__logo--link img {
  width: 100%;
  height: 100%;
  max-height: 60px;
}
.p-header__menu--toggle {
  cursor: pointer;
}
.p-header__menu--icon {
  position: relative;
  display: block;
  width: 50px;
  height: 34px;
  cursor: pointer;
  z-index: 999;
}
.p-header__menu--line {
  display: block;
  width: 50px;
  height: 2px;
  background-color: #1a1a1a;
  position: absolute;
  left: 0;
  transition: transform 0.3s ease-in-out;
}
.p-header__menu--line:nth-child(1) {
  top: 0;
}
.p-header__menu--line:nth-child(2) {
  top: 16px;
}
.p-header__menu--line:nth-child(3) {
  top: 32px;
}
.p-header__menu--line.is-open {
  background-color: #1a1a1a !important;
}
.p-header__menu--line.is-open:nth-child(1) {
  transform: translateY(16px) rotate(45deg);
}
.p-header__menu--line.is-open:nth-child(2) {
  transform: scaleX(0);
  opacity: 0;
}
.p-header__menu--line.is-open:nth-child(3) {
  transform: translateY(-16px) rotate(-45deg);
}
.p-header__nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50vw;
  max-width: 480px;
  height: 100vh;
  background-color: #fff;
  overflow-x: scroll;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  z-index: 100;
}
.p-header__nav.is-open {
  display: flex;
  transform: translateX(0%);
}
.p-header__nav--list {
  width: 100%;
  text-align: center;
  height: 100%;
  list-style: none;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.p-header__nav--list li {
  width: 100%;
  font-size: 2.2rem;
  transition: all 0.3s ease-in-out;
}
.p-header__nav--list li:hover {
  background-color: rgba(199, 166, 128, 0.1);
}
.p-header__nav--list li a {
  display: block;
  width: 100%;
  padding: 10px 0;
}
.p-header__nav--footer {
  color: #fff;
  height: auto;
  max-height: 300px;
  background-color: #1a1a1a;
  text-align: center;
  padding: 60px 0;
}
.p-header__nav--footer a {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
.p-header__nav--footer a img {
  max-width: 160px;
  max-height: 80px;
}
.p-header__visual {
  margin-top: 90px;
  position: relative;
  height: 420px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.p-header__visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.6);
  z-index: 1;
}
.p-header__visual--title {
  position: relative;
  z-index: 2;
  font-size: 40px;
  font-size: 4rem;
  color: #fff;
  display: flex;
  align-items: center;
}
.p-header__visual--title::before {
  content: var(--title-icon-lg);
  display: inline-block;
  width: auto;
  max-width: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}
.p-header__breadcrumb {
  margin-top: 2rem;
  margin-bottom: 12rem;
  font-size: 1.2rem;
}
.p-header__breadcrumb ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.p-header__breadcrumb ul li {
  max-width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-header__breadcrumb ul li a {
  text-decoration: underline;
}
.p-header__breadcrumb ul li::after {
  content: "｜";
  margin: 0 0.5rem;
}
.p-header__breadcrumb ul li:last-child::after {
  content: none;
}
.p-header__breadcrumb--single {
  margin-top: 12rem;
}

.p-page__title {
  font-size: 3.2rem;
  margin-bottom: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-page__title::before {
  content: var(--title-icon-sm);
  display: inline-block;
  width: auto;
  max-width: 35px;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}
.p-page__title--sm {
  font-size: 2.4rem;
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* top */
.p-mainvisual {
  position: relative;
}
.p-mainvisual__copy {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 3.7rem;
  font-weight: 500;
}
.p-mainvisual__cont {
  position: relative;
  width: 100vw;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.p-mainvisual__cont::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(26, 26, 26, 0.5);
  z-index: 2;
}
.p-mainvisual__cont img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mainvisual__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mainvisual__pickup {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.p-mainvisual__pickup .c-container {
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.p-mainvisual__pickup .p-top__news--date {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 20px;
  white-space: nowrap;
}
.p-mainvisual__pickup--title {
  font-size: 1.6rem;
  color: #fff;
  background-color: #1a1a1a;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  white-space: nowrap;
}
.p-mainvisual__pickup--link {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 3%;
}
.p-mainvisual__pickup--link:hover {
  text-decoration: underline;
}

.p-top__cont {
  padding: 12rem 3%;
}
.p-top__cont .c-container {
  align-items: center;
}
.p-top__item--left {
  padding-right: 6rem;
}
.p-top__item--right {
  padding-left: 6rem;
}
.p-top__item h2 {
  font-size: 3.2rem;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
}
.p-top__item h2::before {
  content: var(--title-icon-sm);
  display: inline-block;
  width: auto;
  max-width: 35px;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}
.p-top__item img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.p-top__item--copy {
  font-size: 2.4rem;
  margin-bottom: 3.2rem;
}
.p-top__item--cont {
  margin-bottom: 3.2rem;
}
.p-top__item--name {
  font-size: 2rem;
  margin-bottom: 3.2rem;
}
.p-top__item--name span {
  font-size: 1.6rem;
  margin-right: 1.6rem;
}
.p-top__greeting {
  background: var(--cont-background);
}
.p-top__greeting img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__about .c-container:first-child {
  margin-bottom: 12rem;
}
.p-top__access {
  background: var(--cont-background);
  padding: 8rem 0;
}
.p-top__access h2 {
  justify-content: center;
}
.p-top__access--map {
  margin-bottom: 4rem;
}
.p-top__access--map iframe {
  width: 100%;
  height: 100%;
  max-height: 450px;
}
.p-top__access .c-button {
  margin: 0 auto;
}
.p-top__parallax {
  margin-bottom: 12rem;
}
.p-top__parallax--area {
  position: relative;
  height: 400px;
  background-size: auto 120vh;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.p-top__news {
  margin-bottom: 12rem;
}
.p-top__news .c-container {
  padding: 50px min(5%, 100px);
  border: 1px solid #B5B5B5;
  border-radius: 10px;
  align-items: center;
}
.p-top__news--list li {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid #B5B5B5;
  transition: all 0.3s ease-in-out;
}
.p-top__news--list li:last-child {
  border-bottom: 1px solid #B5B5B5;
}
.p-top__news--list li:hover {
  background-color: rgba(199, 166, 128, 0.1);
}
.p-top__news--list li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.p-top__news--list li a:hover .p-top__news--title {
  text-decoration: underline;
}
.p-top__news--date {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  width: 150px;
  margin-right: 2rem;
}
.p-top__news--new {
  color: #E94709;
}
.p-top__news--category {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  margin-right: 2rem;
  background-color: rgba(233, 71, 9, 0.3);
  text-align: center;
  padding: 0 10px;
  border-radius: 15px;
}
.p-top__news--info {
  display: flex;
  align-items: center;
}
.p-top__news--title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-top__option {
  padding: 6rem 3%;
  background: var(--cont-background);
}
.p-top__option--buttons {
  display: flex;
  gap: 18px;
  justify-content: center;
}
.p-top__option--button {
  width: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: auto;
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
}
.p-top__option--button--full {
  width: 80%;
  height: 300px;
  aspect-ratio: auto;
}
.p-top__option--button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.6);
  z-index: 1;
  transition: all 0.3s;
}
.p-top__option--button:hover::before {
  background-color: rgba(26, 26, 26, 0.4);
}
.p-top__option--name {
  font-size: 3.2rem;
  color: #fff;
  z-index: 2;
}

.p-greeting__about {
  padding: 8rem 0;
  background: var(--cont-background);
}
.p-greeting__about .c-container {
  padding: 6rem;
  background-color: #fff;
  border-radius: 1rem;
}
.p-greeting__about .c-col {
  align-items: flex-start;
}
.p-greeting__about .c-col__6:first-child {
  padding-right: 6rem;
}
.p-greeting__about .c-col__6:last-child img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.p-greeting__about--02 {
  margin-top: 4rem;
}
.p-greeting__temple {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  gap: 1rem;
}
.p-greeting__name {
  display: flex;
  align-items: baseline;
  margin-bottom: 1.5rem;
}
.p-greeting__name h3 {
  font-size: 2.4rem;
  margin-right: 1rem;
}
.p-greeting__name span {
  font-size: 1.2rem;
}
.p-greeting__history {
  margin-top: 4rem;
}
.p-greeting__history--list li {
  border-top: 1px solid #B5B5B5;
  padding: 1.6rem 4rem;
}
.p-greeting__history--list li:last-child {
  border-bottom: 1px solid #B5B5B5;
}
.p-greeting__history--date {
  display: inline-block;
  margin-right: 9rem;
}
.p-greeting__chief {
  padding: 12rem 0;
}
.p-greeting__chief--image {
  margin-bottom: 4rem;
}
.p-greeting__chief--image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3.75/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .p-greeting__chief--image img {
    aspect-ratio: 3/1;
  }
}
.p-greeting__chief--copy {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 2rem;
}
.p-greeting__chief--02 {
  margin-top: 12rem;
}

.p-news .c-container {
  margin-bottom: 12rem;
}
.p-news__category {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}
.p-news__category--link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100px;
  height: 32px;
  border-radius: 16px;
  text-align: center;
  background-color: rgba(233, 71, 9, 0.1);
  transition: all 0.3s ease-in-out;
}
.p-news__category--link:hover, .p-news__category--link.active {
  background-color: rgba(233, 71, 9, 0.3);
}

.p-pagination {
  width: -moz-fit-content;
  width: fit-content;
  margin: 6rem auto 0;
}
.p-pagination__numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.p-pagination__numbers--item--number {
  width: 40px;
  height: 40px;
  border: 1px solid #1a1a1a;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.p-pagination__numbers--item--number:hover {
  color: #fff;
  background-color: #1a1a1a;
}
.p-pagination__numbers--item .current {
  width: 40px;
  height: 40px;
  border: 1px solid #1a1a1a;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #1a1a1a;
  pointer-events: none;
}
.p-pagination__numbers--item--prev .disabled, .p-pagination__numbers--item--next .disabled {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #B5B5B5;
  border-radius: 20px;
}
.p-pagination__numbers--item--prev .disabled::after, .p-pagination__numbers--item--next .disabled::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #B5B5B5;
  -webkit-mask-image: url(../images/arrow-pagination.svg);
          mask-image: url(../images/arrow-pagination.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transition: all 0.3s ease;
}
.p-pagination__numbers--item--prev a, .p-pagination__numbers--item--next a {
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #1a1a1a;
  border-radius: 20px;
  transition: all 0.3s;
}
.p-pagination__numbers--item--prev a::after, .p-pagination__numbers--item--next a::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #1a1a1a;
  -webkit-mask-image: url(../images/arrow-pagination.svg);
          mask-image: url(../images/arrow-pagination.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transition: all 0.3s ease;
}
.p-pagination__numbers--item--prev a:hover, .p-pagination__numbers--item--next a:hover {
  color: #fff;
  background-color: #1a1a1a;
}
.p-pagination__numbers--item--prev a:hover::after, .p-pagination__numbers--item--next a:hover::after {
  background-color: #fff;
}
.p-pagination__numbers--item--prev {
  rotate: 180deg;
}

.p-article {
  margin-bottom: 12rem;
}
.p-article__meta {
  display: flex;
  align-items: center;
  margin-bottom: 1.4rem;
}
.p-article__meta .p-top__news--date {
  width: -moz-fit-content;
  width: fit-content;
}
.p-article__title {
  font-size: 3.2rem;
  border-top: 1px solid #807D7D;
  border-bottom: 1px solid #807D7D;
  padding: 1rem 0;
  margin-bottom: 3.6rem;
}
.p-article__thumbnail {
  margin-bottom: 2rem;
}
.p-article__thumbnail img {
  border-radius: 10px;
  max-height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-article__cont {
  margin-bottom: 12rem;
}
.p-article__cont h2 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  border-bottom: 1px solid #E94709;
  margin-bottom: 3rem;
}
.p-article__cont h3 {
  font-size: 1.8rem;
  padding-left: 1rem;
  border-left: 4px solid #E94709;
  margin-bottom: 3rem;
}
.p-article__cont h4 {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
.p-article__cont h4::before {
  content: "・";
  color: #E94709;
  margin-right: 0.5rem;
}
.p-article__cont p {
  margin-bottom: 2rem;
}
.p-article__cont ul {
  list-style: disc;
  padding-left: 1.4rem;
}
.p-article__cont ol {
  list-style: decimal;
  padding-left: 2rem;
}
.p-article__cont ul, .p-article__cont ol {
  margin-bottom: 3.5rem;
}
.p-article__cont img {
  margin-bottom: 1rem;
}
.p-article__nav {
  width: 260px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}
.p-article__nav--archive {
  border-bottom: 1px solid #1a1a1a;
}
.p-article__nav--prev, .p-article__nav--next {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #1a1a1a;
  border-radius: 20px;
  transform: translateZ(0);
  transition: all 0.3s ease;
}
.p-article__nav--prev::after, .p-article__nav--next::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #1a1a1a;
  -webkit-mask-image: url(../images/arrow-pagination.svg);
          mask-image: url(../images/arrow-pagination.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transition: all 0.3s ease;
}
.p-article__nav--prev:hover, .p-article__nav--next:hover {
  background-color: #1a1a1a;
}
.p-article__nav--prev:hover::after, .p-article__nav--next:hover::after {
  background-color: #fff;
}
.p-article__nav--prev {
  rotate: 180deg;
}
.p-article__nav a.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.p-history {
  margin-bottom: 12rem;
}
.p-history__list--item {
  padding: 2rem 4rem;
  border-top: 1px solid #B5B5B5;
  display: flex;
  align-items: center;
}
.p-history__list--item:last-child {
  border-bottom: 1px solid #B5B5B5;
}
.p-history__list--item:nth-child(even) {
  background-color: rgba(199, 166, 128, 0.1);
}
.p-history__date {
  min-width: 165px;
  margin-right: 4rem;
}
.p-history__cont {
  width: 100%;
}
.p-history__image {
  width: 75%;
  max-width: 400px;
  height: auto;
  margin-left: 6rem;
}
.p-history__image img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.p-faq .c-container {
  max-width: 1000px;
  margin-bottom: 12rem;
}
.p-faq__exp {
  text-align: center;
  margin-bottom: 8rem;
}
.p-faq__list--item {
  margin-bottom: 4rem;
}
.p-faq__list--item:last-child {
  margin-bottom: 0;
}
.p-faq__title {
  padding: 20px;
  background-color: rgba(199, 166, 128, 0.2);
  font-size: 1.8rem;
}
.p-faq__cont {
  padding: 20px;
  background-color: rgba(199, 166, 128, 0.06);
}

.p-access__map {
  margin-bottom: 12rem;
}
.p-access__map iframe {
  width: 100vw;
  height: 640px;
  margin-bottom: 40px;
}
.p-access__address {
  text-align: center;
}
.p-access__address a:hover {
  text-decoration: underline;
}
.p-access__transport {
  margin-bottom: 12rem;
}
.p-access__transport--item {
  margin-bottom: 40px;
  text-align: center;
}
.p-access__transport--item:last-child {
  margin-bottom: 0;
}
.p-access__transport--item a:hover {
  text-decoration: underline;
}
.p-access__transport--method {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.p-event {
  margin-bottom: 12rem;
}
.p-event__month {
  margin-bottom: 12rem;
}
.p-event__month:last-child {
  margin-bottom: 0;
}
.p-event__month .p-page__title {
  justify-content: flex-start;
  margin-bottom: 4rem;
}
.p-event__item {
  display: flex;
  align-items: center;
  padding: 2rem 4rem;
  border-top: 1px solid #B5B5B5;
}
.p-event__item:last-child {
  border-bottom: 1px solid #B5B5B5;
}
.p-event__date {
  min-width: 100px;
  margin-right: 1rem;
}
.p-event__text {
  width: 100%;
}
.p-event__name {
  font-size: 1.8rem;
}
.p-event__image {
  max-width: 330px;
  margin-left: 6rem;
}
.p-event__image img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

.p-contact {
  margin-bottom: 12rem;
}
.p-contact .c-container {
  max-width: 1000px;
}
.p-contact .p-page__title {
  justify-content: flex-start;
}
.p-contact__exp {
  margin-bottom: 6rem;
}
.p-contact__exp p:last-child {
  display: flex;
  align-items: center;
}
.p-contact__exp p span {
  margin-right: 0.8rem;
}
.p-contact__required {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 18px;
  border-radius: 4px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #807D7D;
}
.p-contact__form--group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 3rem;
}
.p-contact__form--group input, .p-contact__form--group textarea, .p-contact__form--group select {
  width: 80%;
  max-width: 800px;
  background-color: #E8E8E8;
  padding: 8px 20px;
}
.p-contact__form--group textarea {
  height: 400px;
}
.p-contact__form--group label {
  display: flex;
  align-items: center;
  width: 20%;
  margin: 8px 0;
}
.p-contact__form--group label .p-contact__required {
  margin-left: 1rem;
}
.p-contact__form--text {
  align-items: flex-start;
}
.p-contact__form--button {
  display: flex;
  margin: 0 auto;
  border-color: #C7A680;
  color: #fff;
  background-color: #C7A680;
}
.p-contact__form--button::after {
  background-color: #fff;
}
.p-contact__form--button:hover {
  opacity: 0.8;
  background-color: #C7A680;
  color: #fff;
}
.p-contact__form--button:hover::after {
  background-color: #fff;
}
.p-contact__form--button:disabled {
  background-color: #B5B5B5;
  border-color: #B5B5B5;
  color: #fff;
  pointer-events: none;
}
.p-contact__form--button:disabled::after {
  background-color: #fff;
}
.p-contact__privacy {
  margin-top: 12rem;
}
.p-contact__privacy--text {
  font-size: 1.4rem;
  padding: 4rem;
  border: 1px solid #B5B5B5;
  height: 450px;
  overflow: scroll;
}
.p-contact__privacy--text a:hover {
  text-decoration: underline;
}
.p-contact__privacy--check {
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto;
}
.p-contact__complete {
  text-align: center;
}
.p-contact__complete h2 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.p-contact__complete p {
  margin-bottom: 5rem;
}

/* 汎用ページ */
.p-general__cont {
  padding: 8rem 0 12rem;
}
.p-general__cont:first-child {
  padding: 0 0 12rem;
}
.p-general__cont img {
  border-radius: 1rem;
}
.p-general__odd {
  background: var(--cont-background);
}
.p-general__yoko .c-col {
  align-items: center;
}
.p-general__yoko img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-general__yoko--r .c-col__6:first-child {
  padding-right: 6rem;
}
.p-general__yoko--l .c-col__6:last-child {
  padding-left: 6rem;
}
.p-general__tate {
  justify-content: space-between;
}
.p-general__tate__image {
  margin-bottom: 2rem;
}
.p-general__tate__image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-general__tate .c-col__6 {
  width: 48%;
}

.p-footer__contact {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 8rem 0;
  background-image: var(--footer-bg);
  background-size: cover;
}
.p-footer__contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.6);
  z-index: 1;
}
.p-footer__contact .c-container {
  position: relative;
  z-index: 2;
}
.p-footer__contact--title {
  flex-flow: column;
}
.p-footer__contact--title--sm {
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
}
.p-footer__contact--list {
  justify-content: space-between;
}
.p-footer__contact--item {
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 160px;
  border: 1px solid #fff;
  border-radius: 1rem;
}
.p-footer__contact--item a {
  display: block;
}
.p-footer__contact--text {
  margin-bottom: 4rem;
}
.p-footer__contact--mail {
  width: 60%;
  max-width: 300px;
  border: 1px solid #fff;
  border-radius: 1rem;
  padding: 1rem 2rem;
  transition: all 0.3s;
}
.p-footer__contact--mail:hover {
  color: #1a1a1a;
  background-color: #fff;
}
.p-footer__contact--tel {
  font-size: 3.6rem;
  line-height: normal;
  display: flex !important;
  align-items: center;
}
.p-footer__contact--tel::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-top: 6px;
  margin-right: 1rem;
  background-image: url(../images/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-footer__sitemap--address {
  line-height: 1.5;
}
.p-footer__sitemap--tel {
  margin-top: 1rem;
}
.p-footer__sitemap--tel a:hover {
  text-decoration: underline;
}
.p-footer__cont {
  padding: 10rem 0 3rem;
  background-color: var(--footer-bg-color);
  color: var(--footer-text-color);
}
.p-footer__cont a:hover {
  text-decoration: underline;
}
.p-footer__cont .c-col {
  align-items: center;
}
.p-footer__cont--left {
  display: flex;
  align-items: center;
}
.p-footer__cont--left a {
  margin-right: 2rem;
}
.p-footer__cont--left a img {
  max-width: 160px;
  max-height: 80px;
}
.p-footer__nav--list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-footer__nav--list a:hover {
  text-decoration: underline;
}
.p-footer__copyright {
  color: var(--footer-copyright-text-color);
  text-align: center;
  font-size: 12px;
  margin-top: 7rem;
}
.p-footer__copyright a {
  text-decoration: underline;
}

@media (max-width: 820px) {
  .p-top__item h2 {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
  }
  .p-top__item--left {
    padding-right: 0;
    margin-top: 3rem;
    order: 2;
  }
  .p-top__item--right {
    padding-left: 0;
    margin-top: 3rem;
    order: 2;
  }
  .p-top__item--copy {
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }
  .p-top__item--cont {
    margin-bottom: 1.6rem;
  }
  .p-top__parallax {
    margin-bottom: 6rem;
  }
  .p-top__parallax--area {
    height: 0;
    background-size: auto;
  }
  .p-top__cont {
    padding: 6rem 0;
  }
  .p-top__about .c-container:first-child {
    margin-bottom: 8rem;
  }
  .p-top__access {
    padding: 6rem 0;
  }
  .p-top__news {
    margin-bottom: 6rem;
  }
  .p-top__news .c-container {
    padding: 30px 5%;
  }
  .p-top__news .p-top__item {
    margin-bottom: 3rem;
  }
  .p-top__news .p-top__item h2 {
    margin-bottom: 0;
  }
  .p-top__news--list li {
    flex-flow: column;
    align-items: flex-start;
  }
  .p-top__news--list li a {
    display: block;
    width: 100%;
    padding: 10px 5%;
  }
  .p-top__news .p-top__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .p-top__news--date {
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-top__button {
    margin-left: auto;
  }
  .p-top__option--buttons {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-top__option--button {
    width: 100%;
    height: auto;
    aspect-ratio: 2/1;
  }
  .p-top__option--name {
    font-size: 2.4rem;
  }
  .p-mainvisual__cont {
    aspect-ratio: unset;
    height: 60vh;
  }
  .p-mainvisual__copy {
    font-size: 2.4rem;
  }
  .p-mainvisual__pickup {
    font-size: 1.2rem;
  }
  .p-mainvisual__pickup .c-container {
    width: 100%;
    height: 30px;
    border-radius: 0;
  }
  .p-mainvisual__pickup .p-top__news--date {
    gap: 5px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .p-mainvisual__pickup--title {
    font-size: 1.2rem;
    height: 30px;
    padding: 0 10px;
  }
  .p-header {
    height: 60px;
    padding: 5px 10px;
  }
  .p-header__logo img {
    height: 40px;
  }
  .p-header__visual {
    height: 200px;
    margin-top: 6rem;
  }
  .p-header__visual--title {
    font-size: 3rem;
  }
  .p-header__visual--title::before {
    width: 30px;
    height: 22px;
    margin-right: 5px;
  }
  .p-header__breadcrumb {
    margin-bottom: 4rem;
  }
  .p-header__breadcrumb--single {
    margin-top: 8rem;
  }
  .p-header__nav {
    width: 100vw;
  }
  .p-header__nav--list li {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .p-header__nav--list li a {
    padding: 15px 0;
  }
  .p-header__nav--footer {
    padding: 30px 0;
  }
  .p-header__nav--footer a img {
    max-width: 120px;
    margin-bottom: 10px;
  }
  .p-header__menu--icon {
    width: 30px;
    height: 20px;
  }
  .p-header__menu--line {
    width: 30px;
    height: 2px;
  }
  .p-header__menu--line:nth-child(1) {
    top: 0;
  }
  .p-header__menu--line:nth-child(2) {
    top: 10px;
  }
  .p-header__menu--line:nth-child(3) {
    top: 20px;
  }
  .p-header__menu--line.is-open {
    background-color: #1a1a1a !important;
  }
  .p-header__menu--line.is-open:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .p-header__menu--line.is-open:nth-child(2) {
    transform: scaleX(0);
    opacity: 0;
  }
  .p-header__menu--line.is-open:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  .p-footer__contact {
    padding: 6rem 0;
  }
  .p-footer__contact--item {
    width: 100%;
    margin: 10px 0;
  }
  .p-footer__contact--mail {
    width: 100%;
  }
  .p-footer__contact--tel {
    font-size: 3rem;
  }
  .p-footer__cont {
    padding: 30px 0;
  }
  .p-footer__cont--left {
    display: block;
    text-align: center;
  }
  .p-footer__cont--left a {
    margin-right: 0;
  }
  .p-footer__cont--left a img {
    margin: 0 auto;
    max-width: 120px;
  }
  .p-footer__cont--right {
    display: none;
  }
  .p-footer__sitemap--address {
    margin-top: 2rem;
  }
  .p-footer__copyright {
    font-size: 10px;
    margin-top: 1rem;
  }
  .p-greeting__about {
    padding: 3rem 0;
  }
  .p-greeting__about .c-container {
    padding: 3rem 5%;
  }
  .p-greeting__about .c-col__6:first-child {
    padding-right: 0;
    order: 2;
    margin-top: 3rem;
  }
  .p-greeting__chief {
    padding: 6rem 0;
  }
  .p-greeting__chief--copy {
    font-size: 2rem;
  }
  .p-greeting__history--list li {
    padding: 1rem 3%;
    font-size: 1.2rem;
  }
  .p-greeting__history--date {
    margin-right: 10px;
  }
  .p-general__yoko--r .c-col__6:first-child {
    padding-right: 0;
    margin-top: 2rem;
    order: 2;
  }
  .p-general__yoko--l .c-col__6:last-child {
    padding-left: 0;
    margin-top: 2rem;
  }
  .p-general__tate .c-col__6 {
    width: 100%;
    margin-bottom: 6rem;
  }
  .p-general__tate .c-col__6:last-child {
    margin-bottom: 0;
  }
  .p-general__tate__image img {
    aspect-ratio: 4/3;
  }
  .p-general__cont {
    padding: 6rem 0;
  }
  .p-general__cont:first-child {
    padding: 0 0 6rem;
  }
  .p-history__list--item {
    flex-flow: column;
    align-items: flex-start;
    padding: 2rem 5%;
  }
  .p-history__date {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .p-history__image {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .p-event__month {
    margin-bottom: 6rem;
  }
  .p-event__month .p-page__title {
    margin-bottom: 2rem;
  }
  .p-event__item {
    flex-flow: column;
    align-items: flex-start;
    padding: 2rem 5%;
  }
  .p-event__image {
    margin-left: 0;
    margin-top: 10px;
    max-width: none;
  }
  .p-faq .c-container {
    margin-bottom: 6rem;
  }
  .p-faq__list--item {
    margin-bottom: 2rem;
  }
  .p-faq__exp {
    margin-bottom: 4rem;
    text-align: left;
  }
  .p-contact {
    margin-bottom: 6rem;
  }
  .p-contact__form--group {
    flex-flow: column;
  }
  .p-contact__form--group label, .p-contact__form--group input, .p-contact__form--group textarea {
    width: 100%;
  }
  .p-contact__privacy {
    margin-top: 6rem;
  }
  .p-contact__privacy--text {
    padding: 2rem 5%;
  }
  .p-page__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .p-news .c-container {
    margin-bottom: 6rem;
  }
  .p-news__category {
    gap: 1.5rem;
  }
  .p-access__map iframe {
    height: auto;
    aspect-ratio: 1/1;
  }
  .p-pagination__numbers {
    gap: 8px;
  }
  .p-pagination__numbers--item--prev a, .p-pagination__numbers--item--prev a::after,
  .p-pagination__numbers--item .disabled,
  .p-pagination__numbers--item .disabled::after, .p-pagination__numbers--item--next a, .p-pagination__numbers--item--next a::after,
  .p-pagination__numbers--item .current, .p-pagination__numbers--item--number {
    width: 35px;
    height: 35px;
  }
  .p-article {
    margin-bottom: 6rem;
  }
  .p-article__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .p-article__cont {
    margin-bottom: 6rem;
  }
}
@media (max-width: 375px) {
  .p-header__nav--list li {
    font-size: 1.4rem;
  }
  .p-header__nav--list li a {
    padding: 10px 0;
  }
}/*# sourceMappingURL=style.css.map */