@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  position: relative;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

address {
  font-style: normal;
}

body * {
  box-sizing: border-box;
}

body {
  min-width: 1250px;
  margin: 0;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 1.75em;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
    font-size: 0.875rem;
  }
}
body.is-open {
  overflow: hidden;
  overflow-x: auto;
  padding-inline-end: var(--scrollbar-width, 0);
}

.is-outside {
  margin: 0 -20px;
}
@media screen and (min-width: 1050px) {
  .is-outside {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

@media screen and (min-width: 1050px) {
  .is-outside-right {
    flex: 1;
    margin-right: calc(50% - 50vw);
  }
}

@media screen and (min-width: 1050px) {
  .is-outside-left {
    flex: 1;
    margin-left: calc(50% - 50vw);
  }
}

/* 共通 ------------------------------------- */
@media screen and (max-width: 1239px) {
  .hidden-xl-down {
    display: none !important;
  }
}

@media screen and (max-width: 1039px) {
  .hidden-pc-down {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media screen and (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media screen and (max-width: 374px) {
  .hidden-xxs-down {
    display: none !important;
  }
}

@media screen and (min-width: 1240px) {
  .hidden-xl-up {
    display: none !important;
  }
}

@media screen and (min-width: 1040px) {
  .hidden-pc-up {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media screen and (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media screen and (min-width: 481px) {
  .hidden-xs-up {
    display: none !important;
  }
}

@media screen and (min-width: 375px) {
  .hidden-xxs-up {
    display: none !important;
  }
}

[class*=icon-] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
[class*=icon-].c-white::before {
  background: #fff;
}
[class*=icon-]::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #000;
  transition: all 0.2s ease;
}

.icon-arrow::before {
  -webkit-mask-image: url(../img/common/icon-arrow.svg);
          mask-image: url(../img/common/icon-arrow.svg);
}

/* 別窓 */
.icon-blank::before {
  -webkit-mask-image: url(../img/icon-blank.svg);
          mask-image: url(../img/icon-blank.svg);
}

/* アニメーション ---------------------------------- */
.fadein {
  opacity: 0;
  transform: translateY(50px);
  transition: 1s ease;
}
.fadein.scrollin {
  opacity: 1;
  transform: translateY(0);
}

@keyframes lineMoveRight {
  0% {
    width: 0;
    left: calc(100% - 40px);
    opacity: 0;
  }
  30% {
    width: 40px;
    left: calc(100% - 40px);
    opacity: 1;
  }
  100% {
    width: 0;
    left: 100%;
    opacity: 0;
  }
}
@keyframes lineMoveRightSp {
  0% {
    width: 0;
    left: calc(100% - 40px);
    opacity: 0;
  }
  30% {
    width: 30px;
    left: calc(100% - 40px);
    opacity: 1;
  }
  100% {
    width: 0;
    left: 100%;
    opacity: 0;
  }
}
@keyframes blur {
  0% {
    opacity: 0;
    filter: blur(30px) brightness(1.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    filter: blur(0) brightness(1);
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* 共通パーツ ---------------------------------- */
.content-inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 25px;
}
.content-inner--s {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 25px;
}
.content-inner--l {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 25px;
}

.font-sans {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.font-serif {
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
}

.font-en {
  font-family: "Libre Baskerville", serif;
}

.font-num {
  font-family: "Crimson Text", serif;
}

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

.text-r {
  text-align: right;
}

.red {
  color: #DC0D17;
}

a {
  display: inline-flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  a:hover {
    color: #C7615F;
  }
  a:hover .icon-arrow {
    right: 0;
    opacity: 0.6;
  }
}
a.link-color {
  color: #C7615F;
}
@media screen and (min-width: 769px) {
  a.link-color:hover {
    color: #C7615F;
    opacity: 0.6;
  }
}

table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  table.column-sp thead,
  table.column-sp tbody,
  table.column-sp tr,
  table.column-sp th,
  table.column-sp td {
    display: block;
  }
  table.column-sp th {
    border-bottom: none;
  }
  table.column-sp tr:not(:last-child) td:last-child {
    border-bottom: none;
  }
}
table th,
table td {
  padding: 1em;
  padding-left: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.75em;
  text-align: left;
  vertical-align: top;
  border: none;
}
@media screen and (max-width: 767px) {
  table th,
  table td {
    font-size: 0.8125rem;
  }
}
table th {
  font-weight: 700;
}

:is(h1, h2, h3, h4, h5, h6) {
  font-size: 1.75rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 767px) {
  :is(h1, h2, h3, h4, h5, h6) {
    font-size: 1.25rem;
  }
}

.title-page {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin: auto;
}
.title-page-main {
  display: inline-block;
  margin: 0;
  font-size: 5rem;
  font-family: "Libre Baskerville", serif;
  line-height: 1em;
  color: #C7615F;
}
@media screen and (max-width: 767px) {
  .title-page-main {
    font-size: 3.75rem;
  }
}
.title-page-sub {
  font-size: 1.125rem;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 767px) {
  .title-page-sub {
    font-size: 1rem;
  }
}
.title-section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 40px;
  font-size: 2.375rem;
}
@media screen and (max-width: 767px) {
  .title-section {
    margin-bottom: 30px;
    font-size: 1.875rem;
  }
}
.title-section span {
  font-weight: 500;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  line-height: 1.2em;
}
.title-section span.en {
  margin-bottom: 0.5em;
  font-size: 0.5em;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  letter-spacing: normal;
  color: #C7615F;
}
.title-border {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 1em;
  font-size: 1.3125rem;
}
.title-border::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #5E504F;
}
.title-border::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  display: inline-block;
  width: 45px;
  height: 3px;
  background: #C7615F;
}
.title-border span {
  font-weight: 400;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  line-height: 1.2em;
  letter-spacing: 0.3em;
  color: #5E504F;
}
.title-border span.num {
  margin-right: 0.5em;
  font-weight: 500;
  font-size: 1.28em;
}

.logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
}
.logo img {
  max-width: 100%;
  height: auto;
}

.btn {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1.2em;
  transition: 0.2s ease;
  cursor: pointer;
}
.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .btn-wrap {
    gap: 20px 0;
  }
}
.btn-border {
  padding: 0.5em 1em;
  border: 1px solid #bbbbbb;
}
@media screen and (min-width: 769px) {
  .btn-border:hover {
    color: #000 !important;
    background: #C7615F !important;
    border-color: #C7615F !important;
  }
}
.btn-border.is-active {
  color: #000 !important;
  background: #C7615F !important;
  border-color: #C7615F !important;
}
@media screen and (min-width: 769px) {
  .btn-arrow:hover span::before {
    background: #C7615F;
  }
  .btn-arrow:hover span::after {
    background: #fff;
  }
}
.btn-arrow span {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.btn-arrow span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  transition: all 0.2s ease;
  -webkit-mask-image: url(../img/common/icon-arrow.svg);
          mask-image: url(../img/common/icon-arrow.svg);
  transform: translate(-50%, -50%);
  transition: 0.2s ease;
  z-index: 1;
}
.btn-arrow span::after {
  content: "";
  position: relative;
  display: inline-block;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  background: #C7615F;
  border-radius: 100%;
  z-index: 0;
  transition: 0.2s ease;
}

figure {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
figure img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
figure figcaption {
  font-size: 0.875rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  figure figcaption {
    font-size: 0.75rem;
  }
}

/* header ---------------------------------- */
.home .header {
  position: fixed;
  top: 0;
  left: 0;
}

.header {
  width: 100%;
  z-index: 100;
  transition: 0.2s background ease;
  background: #C7615F;
}
@media screen and (min-width: 768px) {
  .header {
    min-width: 1250px;
  }
}
.is-fixed .header {
  position: fixed;
  top: 0;
  left: 0;
  background: #C7615F !important;
}
.header-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .header-inner {
    height: 68px;
  }
}
.is-open .header-inner {
  padding-inline-end: var(--scrollbar-width, 0);
}
.header-logo {
  margin-right: 85px;
}
@media screen and (max-width: 767px) {
  .header-logo {
    max-width: 52vw;
    margin: 0 auto;
    z-index: 100;
  }
}
.header #btn-gnav {
  position: absolute;
  top: 0;
  right: 0;
  flex-direction: column;
  width: 68px;
  height: 68px;
  margin: 0;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header #btn-gnav {
    display: none;
  }
}
.is-open .header #btn-gnav {
  right: var(--scrollbar-width, 0);
}
.is-open .header #btn-gnav .bar:nth-of-type(1) {
  top: 50%;
  transform: translateY(0) rotate(-45deg);
}
.is-open .header #btn-gnav .bar:nth-of-type(2) {
  opacity: 0;
}
.is-open .header #btn-gnav .bar:nth-of-type(3) {
  bottom: 50%;
  transform: translateY(0) rotate(45deg);
}
.is-open .header #btn-gnav .txt {
  color: #C7615F;
}
.header #btn-gnav .bar {
  position: absolute;
  display: inline-block;
  width: 50%;
  height: 1px;
  background: #fff;
  transition: all 0.5s;
}
.header #btn-gnav .bar:nth-of-type(1) {
  top: 25px;
}
.header #btn-gnav .bar:nth-of-type(2) {
  top: 50%;
}
.header #btn-gnav .bar:nth-of-type(3) {
  bottom: 25px;
}
.header #btn-gnav .txt {
  margin-top: auto;
  margin-bottom: 10px;
  font-size: 0.8125rem;
  font-family: "Libre Baskerville", serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #fff;
}
.header .gnav {
  margin-right: -85px;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 767px) {
  .header .gnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: none;
    height: 100dvh;
    margin: 0 auto;
    padding: 100px 60px 50px;
    background: url(../img/common/bg_sp.jpg) top left no-repeat;
    background-size: cover;
    transform: translateY(-100%);
    overflow: auto;
    z-index: 10;
  }
  .header .gnav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
  }
}
.is-open .header .gnav {
  transform: translateY(0);
}
.header .gnav-link {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0 35px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .header .gnav-link {
    flex-direction: column;
    gap: 30px 0;
  }
}
.header .gnav-link a {
  font-size: 0.9375rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .header .gnav-link a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .header .gnav-link a {
    font-size: 1.75rem;
  }
}

/* footer ---------------------------------- */
.footer {
  background: url(../img/common/bg.jpg) top left no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .footer {
    background-image: url(../img/common/bg_sp.jpg);
  }
}
.footer-inner-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .footer-inner-row {
    flex-direction: column;
  }
}
.footer-inner-row:last-child {
  align-items: center;
}
.footer .access {
  margin: 0 auto;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .footer .access {
    padding: 60px 0;
  }
}
.footer .access .footer-inner-row {
  padding: 70px 120px;
  align-items: center;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .footer .access .footer-inner-row {
    gap: 30px 0;
    padding: 25px;
  }
}
.footer .address {
  display: inline-block;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .footer .address {
    width: 100%;
  }
}
.footer .address h2 {
  margin: 0 auto 50px;
  font-size: 4.6875rem;
  font-weight: 300;
  font-family: "Libre Baskerville", serif;
  color: #C7615F;
}
@media screen and (max-width: 767px) {
  .footer .address h2 {
    margin-bottom: 30px;
    font-size: 3.25rem;
  }
}
.footer .address address {
  margin: 0 auto 1em;
}
.footer .address .station {
  padding: 0.5em 1em;
  border-left: 1px solid #000;
}
.footer .map {
  position: relative;
  width: 570px;
  height: 340px;
}
@media screen and (max-width: 767px) {
  .footer .map {
    width: 100%;
    height: 165px;
  }
}
.footer .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-logo {
  width: 153px;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    margin-bottom: 0.4em;
  }
}
.footer-bottom {
  color: #fff;
  background: #5E504F;
}
.footer-contact {
  justify-content: flex-start;
  padding: 40px 0;
  border-bottom: 1px solid #997D7D;
}
.footer-contact dl {
  width: 100%;
  padding: 35px 0;
  border-bottom: 1px solid #997D7D;
}
@media screen and (min-width: 768px) {
  .footer-contact dl {
    flex: 0 1 270px;
    padding: 0 50px;
    border: none;
    border-right: 1px solid #997D7D;
  }
}
.footer-contact dl:first-child {
  background-image: linear-gradient(to right, #997D7D 2px, transparent 2px);
  background-size: 7px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  border: none;
}
@media screen and (max-width: 767px) {
  .footer-contact dl:first-child {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-contact dl:first-child {
    background-image: linear-gradient(to bottom, #997D7D 2px, transparent 2px);
    background-size: 2px 7px;
    background-repeat: repeat-y;
    background-position: right bottom;
  }
}
.footer-contact dl dt {
  font-family: "Libre Baskerville", serif;
}
.footer-contact dl dd {
  font-size: 0.75rem;
  line-height: 1.75em;
}
.footer-contact dl dd .tel {
  display: inline-block;
  margin: 0 auto 0.5em;
  font-size: 1.5625rem;
  font-weight: 300;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #fff;
}
.footer-contact .btn-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .footer-contact .btn-contact:hover span::before {
    background: #fff;
  }
  .footer-contact .btn-contact:hover span::after {
    background: #C7615F;
  }
}
.footer-contact .btn-contact span {
  font-size: 3.125rem;
  font-family: "Libre Baskerville", serif;
  color: #fff;
}
.footer-contact .btn-contact span::before {
  background: #C7615F;
}
.footer-contact .btn-contact span::after {
  background: #fff;
}
.footer-contact .btn-contact-wrap {
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .footer-contact .btn-contact-wrap {
    margin-top: 40px;
  }
}
.footer .copyright {
  display: inline-block;
  font-size: 0.625rem;
}

/* 下層ページ共通----------------------- */
main {
  position: relative;
}

.page-head {
  width: 100%;
  height: 290px;
  padding: 30px 0 10px;
  background: url(../img/common/bg_head.jpg) left top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .page-head {
    height: 250px;
    background-image: url(../img/common/bg_head_sp.jpg);
  }
}
.page-head .content-inner--l {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
.page-head .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.page-head .breadcrumb > li {
  font-size: 0.75rem;
}
.page-head .breadcrumb > li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  padding: 0 0.5em;
}
.page-head .breadcrumb a {
  color: #C7615F;
}
@media screen and (min-width: 769px) {
  .page-head .breadcrumb a:hover {
    opacity: 0.6;
  }
}

.page-main-block {
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .page-main-block {
    padding: 80px 0;
  }
}

.page-block-content {
  margin: 0 auto 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-block-content {
    margin-bottom: 50px;
  }
}
.page-block-content:last-child {
  margin-bottom: 0;
}

.content-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .content-row {
    flex-direction: column;
    gap: 20px 0;
  }
}
.content-row.is-reverse {
  flex-direction: row-reverse;
}
.content-row .content-left {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .content-row .content-left {
    width: 100%;
  }
}
.content-row .content-right {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .content-row .content-right {
    width: 100%;
  }
}
.content-row .content-img {
  text-align: center;
}/*# sourceMappingURL=common.css.map */