@charset "UTF-8";
.main .pageTitle .caption::before, .main .image figcaption::before, .main .footNote p::before, dialog.map .append .address .text::before,
dialog.map .append .address .data::before,
dialog.map .append .address .note::before, .gFooter .contact .legend::before, .main .pageTitle .caption::after, .main .image figcaption::after, .main .footNote p::after, dialog.map .append .address .text::after,
dialog.map .append .address .data::after,
dialog.map .append .address .note::after, .gFooter .contact .legend::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .pageTitle .caption::before, .main .image figcaption::before, .main .footNote p::before, dialog.map .append .address .text::before,
dialog.map .append .address .data::before,
dialog.map .append .address .note::before, .gFooter .contact .legend::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main .pageTitle .caption::after, .main .image figcaption::after, .main .footNote p::after, dialog.map .append .address .text::after,
dialog.map .append .address .data::after,
dialog.map .append .address .note::after, .gFooter .contact .legend::after {
  margin-top: calc((1em - 1lh) / 2);
}

.gHeader .gMenu, dialog.map {
  scrollbar-width: none;
}
.gHeader .gMenu::-webkit-scrollbar, dialog.map::-webkit-scrollbar {
  display: none;
}

@media screen and (hover: hover) and (pointer: fine) {
  .hov:hover {
    opacity: 0.8;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .hov {
    transition: opacity 0.4s;
  }
}

* {
  -webkit-tap-highlight-color: transparent;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
figure {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

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

summary {
  display: block;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  height: auto;
}

input,
textarea,
select {
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

textarea {
  form-sizing: content;
}

button {
  color: inherit;
  font-family: inherit;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

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

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

[disabled] {
  cursor: not-allowed;
}

input[type=button]:not([disabled]), input[type=submit]:not([disabled]), input[type=reset]:not([disabled]),
button[type=button]:not([disabled]),
button[type=submit]:not([disabled]),
button[type=reset]:not([disabled]) {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
img,
video {
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: "trajan-pro-3";
  src: url("/content/dam/31sumai/mfr/B2410/common/fonts/Trajan Pro 3 Regular.otf") format("opentype");
}
:root {
  font-size: 100px;
}
@media screen and (max-width: 1600px) and (min-width: 769px) {
  :root {
    font-size: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  :root {
    font-size: 13.0208333333vw;
  }
}

:target {
  scroll-margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  :target {
    scroll-margin-top: 1.48rem;
  }
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  color: #373737;
  font-family: "Shippori Mincho", serif;
  font-size: 0.15rem;
  letter-spacing: 0;
  line-height: 0.35rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.24rem;
    line-height: 0.5rem;
  }
}

.wrap {
  max-width: 15rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .wrap {
    padding-inline: 0.25rem;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: revert;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .fadeUp {
    opacity: 0;
    translate: 0 0.6rem 0;
    transition: 2s;
    transition-property: opacity, translate;
  }
  .fadeUp.scrollIn {
    opacity: 1;
    translate: 0 0 0;
  }
}

.gHeader {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 0 0.12rem;
  height: 0.8rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .gHeader {
    padding: 0 0 0 0.15rem;
    height: 1.14rem;
  }
}
.gHeader .branding {
  align-self: center;
  display: flex;
  align-items: center;
  gap: 0.36rem;
}
@media screen and (max-width: 768px) {
  .gHeader .branding {
    display: block;
  }
}
.gHeader .branding .logo {
  width: 2.93rem;
}
@media screen and (max-width: 768px) {
  .gHeader .branding .logo {
    width: 4.02rem;
  }
}
.gHeader .branding .text {
  margin: 0.11rem 0 0;
  font-size: 0.2rem;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .gHeader .branding .text {
    display: none;
  }
}
.gHeader .cv {
  margin-left: auto;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .gHeader .cv {
    display: none;
  }
}
.gHeader .cv .entry {
  display: grid;
  place-items: center;
  width: 1.24rem;
  height: 0.28rem;
  background: #4e5b2d;
  font-family: "Lusitana", serif;
  font-size: 0.13rem;
  letter-spacing: 0.1em;
  line-height: 1;
  box-shadow: inset 0 0 0 0.01rem #fff;
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .gHeader .cv .entry {
    transition: 0.4s;
    transition-property: background-color, color;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .gHeader .cv .entry:hover {
    background: #fff;
    color: #4e5b2d;
  }
}
.gHeader .btn--gMenu {
  display: grid;
  place-items: center;
  width: 0.71rem;
  height: 0.8rem;
  margin-left: 0.1rem;
  border: none;
  padding: 0;
  position: relative;
  z-index: 1;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .gHeader .btn--gMenu {
    width: 1.48rem;
    height: 1.14rem;
    margin-left: auto;
  }
}
.gHeader .btn--gMenu input,
.gHeader .btn--gMenu .bar {
  grid-area: 1/1;
}
.gHeader .btn--gMenu input {
  visibility: hidden;
}
.gHeader .btn--gMenu .bar {
  display: grid;
  width: 0.35rem;
  height: 0.13rem;
}
@media screen and (max-width: 768px) {
  .gHeader .btn--gMenu .bar {
    width: 0.76rem;
    height: 0.42rem;
  }
}
.gHeader .btn--gMenu .bar span, .gHeader .btn--gMenu .bar::before, .gHeader .btn--gMenu .bar::after {
  content: "";
  display: block;
  height: 0.02rem;
  grid-area: 1/1;
  align-self: center;
  justify-self: stretch;
  background: #fff;
  transition: 0.2s;
  transition-property: translate, rotate, scale;
}
.gHeader .btn--gMenu .bar::before {
  translate: 0 -0.055rem 0;
}
@media screen and (max-width: 768px) {
  .gHeader .btn--gMenu .bar::before {
    translate: 0 -0.15rem 0;
  }
}
.gHeader .btn--gMenu .bar::after {
  translate: 0 0.055rem 0;
}
@media screen and (max-width: 768px) {
  .gHeader .btn--gMenu .bar::after {
    translate: 0 0.15rem 0;
  }
}
.gHeader .btn--gMenu .bar:is(body:has(.gMenu.active) *) span {
  scale: 0 1;
}
.gHeader .btn--gMenu .bar:is(body:has(.gMenu.active) *)::before {
  translate: 0 0 0;
  rotate: 135deg;
}
.gHeader .btn--gMenu .bar:is(body:has(.gMenu.active) *)::after {
  translate: 0 0 0;
  rotate: 45deg;
}
.gHeader .gMenu {
  width: 3.7rem;
  height: 100vh;
  height: 100dvh;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  right: 0;
  background: #544e4b;
  translate: 100% 0 0;
}
@media (prefers-reduced-motion: no-preference) {
  .gHeader .gMenu {
    transition: translate 0.4s;
  }
}
@media screen and (max-width: 768px) {
  .gHeader .gMenu {
    width: 7.4rem;
  }
}
.gHeader .gMenu.active {
  translate: 0 0 0;
}
.gHeader .gMenu .navigation {
  padding: 0.9rem 0.3rem;
}
@media screen and (max-width: 768px) {
  .gHeader .gMenu .navigation {
    padding: 1.4rem 0;
  }
}
.gHeader .gMenu .navigation .list {
  font-family: "Lusitana", "Shippori Mincho", serif;
  font-size: 0.21rem;
  line-height: 0.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .gHeader .gMenu .navigation .list {
    font-size: 0.27rem;
  }
}
.gHeader .gMenu .navigation .list a {
  display: flex;
  gap: 1em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .gHeader .gMenu .navigation .list a {
    height: 0.96rem;
    padding: 0 0.7rem;
    align-items: center;
  }
}
.gHeader .gMenu .navigation .list span {
  font-size: 0.7em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .gHeader .gMenu .navigation .list span {
    font-size: 0.17rem;
  }
}
.gHeader .gMenu .navigation .list--02 {
  margin-top: 0.64rem;
  border-top: 0.01rem solid currentColor;
  padding-top: 0.64rem;
}
@media screen and (max-width: 768px) {
  .gHeader .gMenu .navigation .list--02 {
    margin-top: 0.5rem;
    border-top: none;
    padding-top: 0.5rem;
    background: linear-gradient(currentColor, currentColor) 0.7rem 0/calc(100% - 1.4rem) 0.01rem no-repeat;
  }
}

.main .pageTitle {
  box-sizing: border-box;
  height: 3.7rem;
  padding: 1.64rem 0 0;
  position: relative;
  background: #000 url(../images/bg-pageTitle@2x.webp) center/cover no-repeat;
  color: #fff;
}
.main .pageTitle .title {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  line-height: 1;
  letter-spacing: 0.3em;
  text-align: center;
}
.main .pageTitle .title .en {
  font-family: "Lusitana", serif;
  font-size: 0.42rem;
}
.main .pageTitle .title .ja {
  font-size: 0.18rem;
}
@media screen and (max-width: 768px) {
  .main .pageTitle .title .ja {
    font-size: 0.24rem;
  }
}
.main .pageTitle .caption {
  padding: 0.1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.13rem;
  line-height: 0.2rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .main .pageTitle .caption {
    font-size: 0.18rem;
    line-height: 0.28rem;
  }
}
.main .pageLead {
  padding-top: 0.6rem;
}
.main .pageLead::before {
  content: "";
  display: block;
  width: 0.01rem;
  height: 0.9rem;
  margin: 0 auto 1rem;
  background: currentColor;
}
@media screen and (max-width: 768px) {
  .main .pageLead::before {
    margin: 0 auto 0.6rem;
  }
}
.main .pageLead .text {
  text-align: center;
}
.main .title {
  font-weight: 400;
}
.main .image {
  position: relative;
}
.main .image figcaption {
  font-size: 0.13rem;
  line-height: 0.2rem;
}
@media screen and (max-width: 768px) {
  .main .image figcaption {
    font-size: 0.18rem;
    line-height: 0.28rem;
  }
}
.main .image figcaption.white {
  color: #fff;
  text-shadow: 0 0 0.1em #000, 0 0 0.2em #000, 0 0 0.4em #000, 0 0 0.8em #000;
}
.main .image figcaption.bottomRight {
  padding: 0.1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
.main .footNote {
  padding: 0.76rem 0;
}
.main .footNote p {
  max-width: 10rem;
  margin: 0 auto;
  font-size: 0.1rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .main .footNote p {
    font-size: 0.18rem;
    line-height: 0.28rem;
  }
}

dialog.map {
  width: 100%;
  height: 100vh;
  border: none;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9001;
  overflow-y: scroll;
  opacity: 0;
}
@media (prefers-reduced-motion: no-preference) {
  dialog.map {
    transition: opacity 1s;
  }
}
dialog.map[open] {
  opacity: 1;
}
@starting-style {
  dialog.map[open] {
    opacity: 0;
  }
}
dialog.map.closing {
  opacity: 0;
}
dialog.map .prepend,
dialog.map .body,
dialog.map .append {
  max-width: 10rem;
  margin: 0 auto;
}
dialog.map .prepend {
  box-sizing: border-box;
  height: 1.8rem;
  padding: 0.9rem 0 0;
  position: relative;
}
dialog.map .prepend .title {
  font-family: "Lusitana", serif;
  font-size: 0.22rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
dialog.map .prepend .close {
  border: none;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 0;
  background: transparent;
}
dialog.map .body .legend {
  padding: 0.1rem 0 0;
  font-size: 0.1rem;
  line-height: 1;
}
dialog.map .append {
  padding: 0.7rem 0 0.9rem;
}
dialog.map .append a,
dialog.map .append button {
  display: grid;
  place-items: center;
  border: none;
  padding: 0;
  background: #726e62;
  color: #fff;
  font-family: "Lusitana", serif;
  box-shadow: inset 0 0 0 0.01rem #726e62;
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  dialog.map .append a,
dialog.map .append button {
    transition: 0.4s;
    transition-property: background-color, color;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  dialog.map .append a:hover,
dialog.map .append button:hover {
    background: #fff;
    color: #726e62;
  }
}
dialog.map .append .gmaps {
  width: 2.86rem;
  height: 0.6rem;
  margin: 0 auto;
  font-size: 0.24rem;
  letter-spacing: 0.11em;
}
dialog.map .append .address {
  padding: 0.6rem 0 0;
  text-align: center;
}
dialog.map .append .address .text {
  font-size: 0.16rem;
}
dialog.map .append .address .data {
  padding: 0.3rem 0 0;
  font-size: 0.22rem;
  line-height: 0.3rem;
}
dialog.map .append .address .note {
  padding: 0.16rem 0 0;
  font-size: 0.13rem;
}
dialog.map .append .nav {
  display: flex;
  justify-content: center;
  gap: 0.1rem;
  margin: 0.6rem 0 0;
}
dialog.map .append .nav a,
dialog.map .append .nav button {
  width: 1.33rem;
  height: 0.35rem;
  font-size: 0.14rem;
  letter-spacing: 0.2em;
}

.gFooter {
  box-sizing: border-box;
  height: 3.3rem;
  padding: 1.2rem 0 0;
  background: #000 url(../images/bg-footer@2x.webp) center/cover no-repeat;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .gFooter {
    height: 4.2rem;
    padding: 0.76rem 0 0;
    background-image: url(../images/bg-footer_sp.webp);
  }
}
.gFooter .contact {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  gap: 0.4rem 0.14rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .gFooter .contact {
    display: block;
    width: auto;
  }
}
.gFooter .contact .legend {
  grid-row: 1/2;
  grid-column: 1/3;
  font-size: 0.16rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gFooter .contact .legend {
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
}
.gFooter .contact .tel {
  grid-row: 2/3;
  grid-column: 1/2;
  display: block;
  padding: 0 0 0 0.64rem;
  background: url(../images/ico-tel.svg) 0 100%/0.46rem auto no-repeat;
  font-family: "Lusitana", serif;
  font-size: 0.56rem;
  letter-spacing: 0.05em;
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  .gFooter .contact .tel {
    box-sizing: border-box;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0.44rem auto 0;
    padding: 0 0 0 0.84rem;
    background-size: 0.6rem auto;
    font-size: 0.73rem;
  }
}
.gFooter .contact .note {
  grid-row: 2/3;
  grid-column: 2/3;
  align-self: center;
  display: grid;
  grid-template-columns: 4em auto;
  font-size: 0.1rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .gFooter .contact .note {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0.44rem auto 0;
    font-size: 0.2rem;
    line-height: 1.5;
  }
}
.gFooter .contact .note dt {
  grid-column: 1/2;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.gFooter .contact .note dd {
  grid-column: 2/3;
  text-indent: hanging 1em;
}
.gFooter .contact .note dd::before {
  content: "／";
}

.cv_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .cv_sp {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .cv_sp .entry {
    display: grid;
    place-items: center;
    height: 0.8rem;
    background: #4e5b2d;
    color: #fff;
    font-family: "Lusitana", serif;
    font-size: 0.3rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}

@media print {
  body:has(.map[open]) .gHeader,
body:has(.map[open]) .main,
body:has(.map[open]) .gFooter,
body:has(.map[open]) #bukken_migration_footer,
body:has(.map[open]) #js-migrationInformation {
    display: none;
  }
  body:has(.map[open]) dialog.map {
    width: auto;
    height: auto;
    position: static;
  }
  body:has(.map[open]) dialog.map .prepend {
    height: auto;
    padding: 0.2rem 0 0;
  }
  body:has(.map[open]) dialog.map .prepend .close {
    display: none;
  }
  body:has(.map[open]) dialog.map .body {
    margin: 0.4rem 0 0;
  }
  body:has(.map[open]) dialog.map .append {
    padding: 0.5rem 0 0;
  }
  body:has(.map[open]) dialog.map .append a,
body:has(.map[open]) dialog.map .append button {
    display: none;
  }
  body:has(.map[open]) dialog.map .append .address {
    padding: 0;
  }
  body:has(.map[open]) dialog.map .append .nav {
    display: none;
  }
}
/*# sourceMappingURL=common.css.map */