@charset "UTF-8";
.cinema {
  font-family: "Cinema Letter";
  font-weight: 400;
}

.normal {
  font-family: "Noto serif JP", serif;
  font-weight: 400;
}

.bold {
  font-weight: 700 !important;
}

.row, .rows > *, .rowss > * > * {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  align-content: center;
}

.row > *, .rows > * > *, .rowss > * > * > * {
  flex: 1 1 auto;
}

.col, .cols > * {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
}

.row.fixedrow {
  align-items: flex-start;
}

.row.fixedrow > * {
  flex: 1 0 0%;
}

.row.fixedrow > * + * {
  margin-left: 15px;
}

@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  .only-m {
    display: none;
  }

  .pc-row, .pc-rows > * {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
  }

  .pc-row > *, .pc-rows > * > * {
    flex: 1 0 0%;
  }

  .pc-col, .pc-cols > * {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
  }
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  .only-pc {
    display: none;
  }

  main * {
    max-width: 100%;
  }

  .m-row, .m-rows > * {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
  }

  .m-row > *, .m-rows > * > * {
    flex: 1 1 auto;
  }

  .m-col, .m-cols > * {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
  }
}
.fit {
  flex: 0 0 auto !important;
}

/*-----------------------------------------------------------------*/
/*リセット*/
/*-----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  /* remember to define focus styles! */
  outline: 0;
}

body {
  background: #fff;
  line-height: 1;
  position: relative;
}

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

hr {
  display: none;
}

main {
  display: block;
}

figure {
  margin: 0 !important;
}
figure img:not([width]):not([height]) {
  width: 100%;
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  .inr {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 auto;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  .inr {
    max-width: 1060px;
    padding-left: 80px;
    padding-right: 80px;
    margin: 0 auto;
  }
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  .inr2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 auto;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  .inr2 {
    max-width: 930px;
    padding-left: 80px;
    padding-right: 80px;
    margin: 0 auto;
  }
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  .inr3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 auto;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  .inr3 {
    max-width: 980px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
  }
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  .m-noinr {
    margin-left: -15px !important;
    margin-right: -15px !important;
    max-width: none !important;
  }
}

h1, h2, h3, h4, h5, h6, a, p, span {
  font-family: "Noto sans JP", sans-serif;
  font-weight: 400;
}

main section p {
  font-family: "Noto serif JP", serif;
  font-weight: 400;
}

strong {
  font-weight: 700 !important;
}
strong small {
  font-family: "Noto serif JP", serif;
  font-weight: 400;
}

a {
  color: inherit;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.only-img {
  font-size: 0px;
  line-height: 0px;
}

address {
  font-style: normal;
}

nav {
  display: block;
}

small {
  font-size: 80%;
}

.cf:after {
  display: block;
  clear: both;
  content: "";
}

.css-att {
  display: none;
}

html[class] {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none;
}

/*-----------------------------------------------------------------*/
/*サイト基本規則*/
/*-----------------------------------------------------------------*/
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  html, body {
    overflow-x: hidden;
    max-width: 100%;
  }
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  html {
    font-size: 14px;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  html {
    font-size: 17px;
  }
}

body {
  font-family: "Noto serif JP", serif;
  font-weight: 400;
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  body {
    min-width: 360px;
  }
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  img {
    max-width: 100%;
  }
}

img:not([width]):not([height]) {
  width: auto;
  height: auto;
  max-width: 100%;
}

img.noimg {
  background: url(/wp-content/themes/custom/img/noimg.jpg) no-repeat center /cover rgba(0, 0, 0, 0.1);
  border: 0;
}

span[style*=background-image] {
  display: inline-block;
  width: 100%;
  padding-top: 75%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

span.vimg[style*=background-image],
.vimgs span[style*=background-image] {
  padding-top: calc(100% / 3 * 4);
}

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}

a:hover, a:hover:before {
  text-decoration: underline;
}

label {
  cursor: pointer;
}

/*-----------------------------------------------------------------*/
/*サイト個別規則*/
/*-----------------------------------------------------------------*/
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html body.hdr-scrolling .pgtop {
    transform: translateY(-130px);
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html body.hdr-scrolling .pgtop {
    transform: translateY(-150px);
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html body.hdr-scrolling .access-link {
    transform: translateY(-90px);
  }
}
html header .menu {
  background: rgba(255, 255, 255, 0.85);
  color: #3c9aa4;
  position: fixed;
  top: 100px;
  right: 0;
  left: 0;
  z-index: 99;
  overflow-y: auto;
  width: 100%;
  transform: translateX(100vh);
  transition: all 0.5s;
  max-width: 120vw;
  max-height: 100dvh;
  box-sizing: border-box;
  overflow-x: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  opacity: 0;
  margin: 0 auto;
}
html header .menu > ul > li {
  border-top: 1px dotted #3c9aa4;
  font-size: 120%;
  font-weight: 700;
}
html header .menu > ul > li:hover {
  background-color: #3c9aa4;
  color: white;
}
html header .menu > ul > li > a {
  display: block;
  padding: 15px 0;
}
html header .menu > ul > li > a img {
  height: 1.8em !important;
  width: 1.8em !important;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
  margin-right: 0.5em;
  transition: all 0.3s;
}
html header .menu > ul > li > a span {
  display: none;
}
html header .menu > ul > li > a:hover img {
  transform: translateX(5px);
}
html header .menu > .quickmenu {
  display: none;
}
html header .menu .closebtn {
  text-align: center;
}
html header .menu .closebtn a {
  display: inline-flex !important;
  background-color: white;
  color: #3c9aa4;
  padding: 3px 8px 3px 8px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 999px;
  font-size: 150%;
  margin-top: 5px;
  border: 1px solid white;
}
html header .menu .closebtn a:hover {
  text-decoration: none;
  background-color: black;
  color: white;
}
html .menu-toggle {
  position: fixed;
  z-index: 98;
  transition: all 0.4s;
  top: 20px;
  right: 20px;
  flex: 0 0 auto;
  background: white;
  border: 15px solid white;
  padding: calc(calc(30px - 30px) / 2) calc(calc(30px - 30px) / 2);
  box-sizing: content-box;
  border-radius: 999px;
  font-size: 0px;
}
html .menu-toggle button {
  position: relative;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
html .menu-toggle button, html .menu-toggle button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
html .menu-toggle button span {
  position: absolute;
  height: 3px;
  background: #3c9aa4;
}
html .menu-toggle button span:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: menu-bar01 0.75s forwards;
          animation: menu-bar01 0.75s forwards;
}
html .menu-toggle button span:nth-of-type(2) {
  top: calc(50% - calc(3px / 2));
  left: 0%;
  width: 100%;
  transition: all 0.25s 0.25s;
}
html .menu-toggle button span:nth-of-type(3) {
  bottom: 0;
  left: 0%;
  width: 100%;
  -webkit-animation: menu-bar02 0.75s forwards;
          animation: menu-bar02 0.75s forwards;
}
html .menu-toggle > span {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  text-align: center;
  transition: all 0.6s;
  opacity: 1;
}
@-webkit-keyframes menu-bar01 {
  0% {
    transform: translateY(calc(30px / 2)-1px) rotate(45deg);
  }
  50% {
    transform: translateY(calc(30px / 2)-1px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(calc(30px / 2)-1px) rotate(45deg);
  }
  50% {
    transform: translateY(calc(30px / 2)-1px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(calc(30px / 2)-1px) rotate(0);
  }
  100% {
    transform: translateY(calc(30px / 2)-1px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(calc(30px / 2)-1px) rotate(0);
  }
  100% {
    transform: translateY(calc(30px / 2)-1px) rotate(45deg);
  }
}
@-webkit-keyframes menu-bar02 {
  0% {
    transform: translateY(calc(calc(30px / 2)-1px * -1)) rotate(-45deg);
  }
  50% {
    transform: translateY(calc(calc(30px / 2)-1px * -1)) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(calc(calc(30px / 2)-1px * -1)) rotate(-45deg);
  }
  50% {
    transform: translateY(calc(calc(30px / 2)-1px * -1)) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(calc(calc(30px / 2)-1px * -1)) rotate(0) scaleX(2.5);
  }
  100% {
    transform: translateY(calc(calc(30px / 2)-1px * -1)) rotate(-45deg) scaleX(2.5);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(calc(calc(30px / 2)-1px * -1)) rotate(0) scaleX(2.5);
  }
  100% {
    transform: translateY(calc(calc(30px / 2)-1px * -1)) rotate(-45deg) scaleX(2.5);
  }
}
html body.menu-active nav.menu {
  transform: translateX(0vh);
  opacity: 1;
  overscroll-behavior-y: contain;
}
html body.menu-active .menu-toggle button span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
          animation: active-menu-bar01 0.75s forwards;
  transform: rotate(45);
}
html body.menu-active .menu-toggle button span:nth-of-type(2) {
  opacity: 0;
}
html body.menu-active .menu-toggle button span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
          animation: active-menu-bar03 0.75s forwards;
  transform: rotate(45);
}
html body.menu-active .menu-toggle > span {
  opacity: 0;
}

.inr0 {
  text-align: center;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  .inr0 {
    max-width: 1100px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
  }
}

p {
  line-height: 1.5;
}

header {
  background-color: white;
}
header .side-link {
  width: 60px;
  display: block;
  position: fixed;
  z-index: 444;
  top: 12rem;
  right: -0.5%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  header .side-link {
    display: none !important;
  }
}
header .header-content {
  align-items: flex-end;
}
header .header-content .header-link {
  padding-bottom: 0.2em;
  align-items: flex-end;
}
header .header-content .header-link .pc-row {
  align-items: center;
  justify-content: flex-end;
}
header .header-content .header-link .pc-row > * {
  flex: unset;
}
header .header-content .header-link .pc-row .tel {
  font-size: 150%;
  font-weight: 700;
  padding: 0.2em;
  color: #3c9aa4;
}
header .header-content .header-link .pc-row .time {
  text-align: right;
  padding-right: 0.5em;
}
header .header-content .header-link .contact_link img {
  zoom: 0.5;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  header .header-content .header-link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    align-items: center;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  header .header-content .header-link > * {
    flex: none;
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  header .header-content .header-link h1 {
    width: 30%;
    padding: 1em;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  header .header-content .header-link h1 {
    width: 50%;
    padding: 1em;
  }
}
header .header-content .topmenu {
  background-color: #f6fbfa;
  padding-block: 1em;
  border-top: 1px solid #3c9aa4;
  border-bottom: 1px solid #3c9aa4;
}
header .header-content .topmenu ul {
  justify-content: flex-start;
}
header .header-content .topmenu ul > li {
  border-right: 1px solid white;
  padding-inline: 1em;
  flex: unset;
}
header .header-content .topmenu ul > li:last-child {
  border: none;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  header {
    padding: 10px 0 0px 0;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  header {
    padding: 20px 0 20px 0;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  header h1 {
    text-align: center;
  }
}
header ul li {
  text-align: center;
}

footer {
  background-color: #3c9aa4;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  footer {
    padding-bottom: 20vh;
  }
}
footer > * {
  color: white;
}
footer .pgtop {
  position: fixed;
  z-index: 5;
  transition: all 1s;
}
footer .pgtop img {
  zoom: 0.5;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  footer .pgtop {
    right: 10px;
    bottom: -90px;
    width: 120px;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  footer .pgtop {
    right: 10px;
    bottom: -90px;
    width: 80px;
  }
}
footer .access {
  padding-top: 2em;
}
footer .access figure {
  padding: 1em;
  width: 30%;
  margin: 0 auto !important;
}
footer .access figure + p {
  border-top: 1px solid white;
  padding-top: 1em;
}
footer .footer-content {
  margin-top: 50px;
}
footer .footer-content .footer-nav ul {
  margin-block: 2em;
}
footer .footer-content .footer-nav ul li {
  text-align: center;
  line-height: 1.5;
}
footer .footer-content .access .tel {
  font-size: 120%;
  font-weight: 700;
}
footer .rights {
  font-family: "Noto sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  background-color: #2e777f;
  color: white;
  -moz-color: white;
  -webkit-color: white;
  font-size: 80%;
  padding: 0.5em;
  letter-spacing: 0.2em;
}
footer .rights span {
  font-size: 150%;
  align-items: center;
  position: relative;
  top: 0.1em;
  -moz-color: white;
  -webkit-color: white;
  color: white;
  -webkit-appearance: none;
  font-family: Verdana, "Droid Sans", "メイリオ", sans-serif;
}
footer .access-link {
  background-color: white;
  margin-top: 5em;
  gap: 2px;
  position: fixed;
  bottom: -90px;
  z-index: 999;
  transition: all 1s;
  height: 48px;
  border: 1px solid white;
  align-items: stretch;
}
footer .access-link > * {
  flex: 0 0 50%;
}
footer .access-link > *:first-child {
  font-size: 120%;
  color: red;
  background-color: red;
  font-weight: 700;
  padding: 0.2em;
}
footer .access-link > *:first-child span {
  padding: 0.5em;
  position: relative;
  top: 0.4em;
}
footer .contact-link_m {
  z-index: 444;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  text-align: center;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  footer .contact-link_m {
    display: block;
    position: fixed;
  }
}
footer section.store_link {
  background-color: white !important;
  padding-block: 5em;
}

main p {
  line-height: 1.5;
}
main .btn {
  color: white;
  background-color: #1a4e54;
  font-weight: 700;
  width: 10em;
  padding: 0.5em 2em;
  margin: 0 auto;
  text-align: center;
  margin-block: 2em;
}
main .btn:hover {
  background-color: white;
  border: 1px solid #3c9aa4;
  color: #3c9aa4;
}

html.pages main section {
  padding-block: 50px;
}
html.pages main section h3 {
  width: 15em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin: 0 auto 3em;
  position: relative;
  text-align: center;
}
html.pages main section h3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  top: 102%;
  left: 0%;
  right: 0;
  background: url(/wp-content/themes/custom/img/border.png) repeat, #9ed5db;
}

html.sec main section.sectitle {
  border-bottom: 1px solid #3c9aa4;
  padding: 0;
}
html.sec main section.sectitle h2 {
  padding-top: 5em;
  text-align: center;
  position: relative;
}
html.sec main section.sectitle h2 span {
  position: absolute;
  top: 80%;
  left: 0%;
  width: 7em;
}
html.sec main section.sectitle .bread {
  font-size: 70%;
  padding-block: 0.5em;
  padding-left: 1.5em;
}/*# sourceMappingURL=site.css.map */