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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

[tabindex="-1"]:focus-visible {
  outline: none !important;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.1em;
}

sup {
  top: -0.3em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: middle;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  white-space: normal;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* common */
/* ============================================ */
html {
  font-size: 62.5%;
}

body {
  background: url(../images/common/bg.jpg) no-repeat center/cover;
  background-attachment: fixed;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  min-height: 100dvh;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
@media all and (max-width: 896px) {
  body {
    background: #fff;
  }
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

a {
  color: currentColor;
  transition: 0.3s;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

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

.reading {
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.tabonly {
  display: none;
}
@media all and (max-width: 1025px) {
  .tabonly {
    display: block;
  }
}

@media all and (max-width: 1025px) {
  .tabnone {
    display: none;
  }
}

.mdonly {
  display: none;
}
@media all and (max-width: 600px) {
  .mdonly {
    display: block;
  }
}

@media all and (max-width: 600px) {
  .mdnone {
    display: none;
  }
}

.span_br {
  display: inline-block;
}

.mt-16 {
  margin-top: 16px;
}

.sidebar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  width: calc((100% - 390px) / 2);
  height: 100vh;
  overflow-y: auto;
}
@media all and (max-width: 896px) {
  .sidebar {
    display: none;
  }
}
.sidebar h1 {
  width: 40%;
  margin: 0 auto;
}
.sidebar h1 img {
  width: 100%;
  height: auto;
}
.sidebar nav {
  margin-top: 2vw;
  width: 60%;
}
.sidebar nav ul {
  display: flex;
  flex-direction: column;
  gap: 0.6vw;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.6vw 1.2vw;
  border-radius: 128px;
  border: 3px solid #c09e6a;
  background: #ba191b;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2vw;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.3s;
}
@media all and (max-width: 1280px) {
  .sidebar nav ul li a {
    font-size: 1.4vw;
  }
}
.sidebar nav ul li a:hover {
  opacity: 0.75;
}
.sidebar small {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.content {
  position: relative;
  width: 390px;
  margin-inline: auto;
  background: #fff url(../images/top/bg.jpg) repeat top center;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 896px) {
  .content {
    width: 100%;
    border: 0;
  }
}

.ttl-lv3 {
  margin-bottom: 10px;
  padding: 12px;
  border-radius: 16px;
  background: #fff100;
  color: #c1272d;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
}

.relation {
  padding: 35px 15px 15px;
  background: url(../images/common/bg_relation.png) no-repeat 0 bottom/198px;
}
.relation h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 50px;
  margin-inline: auto;
  padding-bottom: 2px;
  border: 3px solid #c1272d;
  border-radius: 5px;
  background: #fff;
  color: #c1272d;
  font-size: 3.3rem;
  font-weight: 900;
}
.relation ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  margin-top: 30px;
  padding-right: 7px;
  font-size: 1.5rem;
  font-weight: 700;
}
.relation ul li {
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 156px);
}
.relation ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 43px;
  padding-bottom: 2px;
  border-radius: 100px;
  background: #136dac;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.relation ul li a::after {
  content: "";
  position: absolute;
}
.relation ul li:nth-child(1) a:after {
  bottom: -16px;
  left: -17px;
  width: 52px;
  height: 23px;
  background: url(../images/common/tail.png) no-repeat center/cover;
}
.relation ul li:nth-child(2) a:after {
  top: 50%;
  left: -14px;
  width: 22px;
  height: 11px;
  background: #136dac;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  transform: translateY(-50%);
}
.relation ul li:nth-child(3) a:after {
  top: -16px;
  left: -17px;
  width: 52px;
  height: 23px;
  background: url(../images/common/tail.png) no-repeat center/cover;
  transform: scaleY(-1);
}

/* blockskip */
/* ============================================ */
#blockskip {
  overflow: hidden;
  height: 0;
  background: #ddd;
  text-align: center;
}

/* scroll-prevent */
/* ============================================ */
.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/* header */
/* ============================================ */
.header {
  width: calc(100% - 0.5px);
  height: 66px;
  position: absolute;
  top: 0;
  z-index: 10;
  padding: 10px 0 0 10px;
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .header {
    width: 100%;
    margin-left: 0;
  }
}
.header-logo {
  position: -webkit-sticky;
  position: sticky;
  z-index: 11;
}
.header #ham-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  transform: translateX(100%);
  transition: transform 0.2s ease-out 0s;
}
.header #ham-menu nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 2px;
  overflow-y: auto;
}
.header #ham-menu nav ul {
  border-bottom: 1px solid #898989;
}
.header #ham-menu nav ul li {
  border-top: 1px solid #898989;
}
.header #ham-menu nav ul li a {
  display: block;
  position: relative;
  padding-block: 25px;
  text-align: center;
}
.header #ham-menu nav ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 12px;
  height: 17px;
  background: url(../images/common/ico_ar.png) no-repeat center/cover;
  transform: translateY(-50%);
}
.header #menu-icon {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
  width: 88px;
  height: 65px;
  cursor: pointer;
}
@media all and (max-width: 896px) {
  .header #menu-icon {
    display: block;
  }
}
.header #menu-icon::before, .header #menu-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 24px;
  width: 40px;
  height: 2px;
  background: #000;
  transition: 0.4s;
}
.header #menu-icon::before {
  top: 30px;
}
.header #menu-icon::after {
  top: 45px;
}
.header #menu-cb {
  display: none;
}
.header #menu-cb:checked ~ #ham-menu {
  transform: translateX(0);
}
.header #menu-cb:checked ~ #menu-icon {
  background: none;
}
.header #menu-cb:checked ~ #menu-icon::before {
  transform: translateY(8px) rotate(-315deg);
}
.header #menu-cb:checked ~ #menu-icon::after {
  transform: translateY(-8px) rotate(315deg);
}

/* footer */
/* ============================================ */
#footer {
  color: #555;
  background: #fff;
}
#footer .animate-fadein {
  opacity: 1;
}
#footer #footer-main {
  background: #f6f6f4;
  padding-bottom: 30px;
  margin-top: 50px;
}
#footer #footer-main .com-container-05 {
  padding: 30px calc(16px + env(safe-area-inset-right)) 0 calc(16px + env(safe-area-inset-left));
}
#footer #footer-main .logo {
  text-align: center;
  margin-bottom: 30px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#footer #footer-main .logo a {
  display: inline-block;
}
#footer #footer-main .logo img {
  max-width: 200px;
  height: auto;
}
#footer #footer-main .address {
  text-align: center;
}
#footer #footer-main .address p {
  line-height: 1.8;
  font-size: 1.4rem;
}
#footer #footer-main .address .map-link {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  font-size: 1.125rem;
  font-family: "Kumbh Sans", sans-serif;
  color: #555;
  text-decoration: none;
}
#footer #footer-main .address .map-link::before {
  content: "";
  display: block;
  background: url(../images/common/icon-map.png) no-repeat center center/contain;
  width: 9px;
  height: 15px;
  margin-right: 8px;
}
#footer #footer-main #footer-nav {
  font-family: "M PLUS 1p", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
#footer #footer-main #footer-nav > div {
  border-left: 1px solid rgba(91, 49, 19, 0.36);
  box-sizing: border-box;
  width: 50%;
}
#footer #footer-main #footer-nav > div:not(.extra) {
  display: flex;
}
#footer #footer-main #footer-nav > div:not(.extra) a {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.25rem;
  color: #555;
  text-decoration: none;
  line-height: 1.5;
  padding: 0;
}
#footer #footer-main #footer-nav > div:not(.extra) a::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 27px;
  margin-bottom: 14px;
  flex-shrink: 0;
}
#footer #footer-main #footer-nav .media a::before {
  background-image: url(../images/common/icon-media.png);
}
#footer #footer-main #footer-nav .contact {
  border-right: 1px solid rgba(91, 49, 19, 0.36);
}
#footer #footer-main #footer-nav .contact a::before {
  background-image: url(../images/common/icon-contact.png);
}
#footer #footer-main #footer-nav .faq {
  margin-top: 15px;
}
#footer #footer-main #footer-nav .faq a::before {
  background-image: url(../images/common/icon-faq.png);
  width: 45px;
  height: 45px;
  background-size: contain;
}
#footer #footer-main #footer-nav .call {
  border-right: 1px solid rgba(91, 49, 19, 0.36);
  margin-top: 15px;
}
#footer #footer-main #footer-nav .call a::before {
  background-image: url(../images/common/icon-call.png);
}
#footer #footer-main #footer-nav .call .tel-number {
  display: block;
  font-size: 1.5rem;
}
#footer #footer-main #footer-nav .call .tel-hour {
  display: block;
  font-size: 1rem;
}
#footer #footer-main #footer-nav .extra {
  width: 100%;
  padding: 15px 16px 0;
  border-left: 0;
}
#footer #footer-main #footer-nav .extra #footer-sns {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer #footer-main #footer-nav .extra #footer-sns li + li {
  margin-left: 20px;
}
#footer #footer-main #footer-nav .extra #footer-sns li a img {
  width: 24px;
  height: auto;
}
#footer #footer-main #footer-nav .extra #footer-sub-nav {
  margin-top: 25px;
  list-style: none;
  padding: 0;
}
#footer #footer-main #footer-nav .extra #footer-sub-nav li + li {
  margin-top: 10px;
}
#footer #footer-main #footer-nav .extra #footer-sub-nav li a {
  font-size: 1.25rem;
  text-decoration: underline;
  line-height: 1.4;
  color: #555;
}
#footer #footer-main #footer-nav .extra #footer-sub-nav li a::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2em;
  content: "";
}
#footer #footer-main #footer-nav .extra #footer-sub-nav li a::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2em;
  content: "";
}
#footer #footer-main #footer-nav .extra #footer-sub-nav li a:hover {
  text-decoration: none;
}
#footer #footer-main #footer-nav .extra .cr {
  margin-top: 20px;
  font-size: 1rem;
  color: #555;
}
#footer #footer-main .chu {
  margin-top: 35px;
  text-align: center;
  font-size: 1rem;
  color: #555;
}
#footer #fotter-bottom {
  padding-bottom: 100px;
}
#footer #fotter-bottom .group h3 {
  padding: 15px;
  text-align: center;
  font-size: 1.125rem;
  cursor: pointer;
  border-bottom: 1px solid #c6c6c6;
  color: #555;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#footer #fotter-bottom .group h3 span {
  position: relative;
  display: block;
  color: #555;
  font-size: 0.75rem;
  margin-top: 10px;
  padding-bottom: 20px;
}
#footer #fotter-bottom .group h3 span::after {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 10px;
  content: " ";
  background: url(../images/common/group_arrow.png) no-repeat center center/contain;
  transition: all 0.5s;
}
#footer #fotter-bottom .group h3:hover span::after {
  bottom: -5px;
}
#footer #fotter-bottom .group h3.open span::after {
  transform: rotate(-180deg);
}
#footer #fotter-bottom .group h3.open:hover span::after {
  bottom: 5px;
}
#footer #fotter-bottom .group .com-container-01 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
#footer #fotter-bottom .group .com-container-01.open {
  max-height: 8000px;
  transition: max-height 1.8s ease-in;
  padding-top: 35px;
  padding-bottom: 15px;
}
#footer #fotter-bottom .group .group_list {
  line-height: 1.6;
  font-size: 1rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 0 16px;
}
#footer #fotter-bottom .group .group_list .left section,
#footer #fotter-bottom .group .group_list .right section {
  float: left;
  box-sizing: border-box;
  width: 50%;
  min-width: 140px;
  padding-right: 8px;
  margin-bottom: 12px;
}
#footer #fotter-bottom .group .group_list h4 {
  margin: 0 10px 15px 0;
  max-width: 165px;
  padding: 4px 15px;
  font-weight: bold;
  line-height: 1.2;
  border: 1px solid #c6c6c6;
  font-size: 0.75rem;
}
#footer #fotter-bottom .group .group_list h5 {
  margin-right: 20%;
  margin-bottom: 5px;
  padding-left: 8%;
  border-bottom: 1px solid #c6c6c6;
  font-size: 1rem;
}
#footer #fotter-bottom .group .group_list ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}
#footer #fotter-bottom .group .group_list ul li {
  margin-left: 4%;
  margin-right: 4%;
}
#footer #fotter-bottom .group .group_list ul li a {
  color: #555;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.8;
}
#footer #fotter-bottom .group .group_list ul li a:hover {
  text-decoration: underline;
}
#footer #fotter-bottom .group .group_list::after {
  content: "";
  display: table;
  clear: both;
}
#footer #fotter-bottom .banners {
  margin-top: 30px;
  padding: 0 16px;
}
#footer #fotter-bottom .banners ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -16px;
}
#footer #fotter-bottom .banners ul li {
  flex-basis: calc(50% - 16px);
  max-width: calc(50% - 16px);
  margin-left: 16px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}
#footer #fotter-bottom .banners ul li a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#footer #fotter-bottom .banners ul li a img {
  width: 100%;
  height: auto;
  display: block;
}
#footer #fotter-bottom .group_logo {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0 16px;
}
#footer #fotter-bottom .group_logo > a {
  display: inline-block;
}
#footer #fotter-bottom .group_logo > a img {
  height: auto;
  max-width: 160px;
}
#footer #fotter-bottom .group_logo .f_address {
  margin-left: 0;
  margin-top: 30px;
}
#footer #fotter-bottom .group_logo .f_address h4 {
  font-weight: bold;
  margin-bottom: 4px;
}
#footer #fotter-bottom .group_logo .f_contact {
  margin-left: 0;
}
#footer #fotter-bottom .group_logo .f_contact p {
  line-height: 1.4;
}
#footer .pagetop {
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 9;
  width: 44px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #c1272d;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
@media all and (max-width: 896px) {
  #footer .pagetop {
    width: 35px;
    right: 10px;
    bottom: 13px;
  }
}
#footer .pagetop::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  aspect-ratio: 1;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: translate(-50%, -25%) rotate(45deg);
}
@media all and (max-width: 896px) {
  #footer .pagetop::before {
    border-top-width: 2px;
    border-left-width: 2px;
  }
}
/*# sourceMappingURL=layout.css.map */