@charset "UTF-8";
:root {
  --base_font: "Zen Old Mincho", serif;
  --sub_font: "Shippori Mincho", serif;
  --mc01: #ff8100;
  --mc02: #ff8a00;
  --sc: #894b14;
  --fc: #333;
  --bc: #f5f7f5;
  --red: #b10000;
  --hd_mt: 70px;
}
@media screen and (min-width: 768px) {
  :root {
    --mq: 10.24;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --mq: 7.5;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --hd_mt: 120px;
  }
}
@media screen and (min-width: 1300px) {
  :root {
    --hd_mt: 146px;
  }
}

/*リセットCSS
----------------------------------------------------------------*/
/* 要素 フォントサイズ・マージン・パディングをリセット */
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;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

strong {
  font-weight: 700;
}

/* 行の高=フォントサイズ */
body {
  line-height: 1;
}

/* 新規追加要素をブロック要素化 */
article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
  display: block;
}

/* ulのマーカー非表示 */
ol,
ul {
  list-style: none;
}

/* 引用符の非表示 */
blockquote,
q {
  quotes: none;
}

/* blockquote要素、q要素の前後にコンテンツ非表示 */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* フォントサイズ　リセット フォントの縦方向 ベースライン揃え 点線削除 */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

/* ins要素 デフォルトセット 色を変える場合はここで変更 */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* mark要素 デフォルトセット 色やフォントスタイルを変える場合はここで変更 */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* テキスト 打ち消し線 */
del {
  text-decoration: line-through;
}

/* IE　デフォルトで点線を下線表示設定　下線設定 マウスオーバー時 ヘルプカーソル表示可 */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*　隣接するセルのボーダーを重ねて表示　*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 水平罫線デフォルトリセット */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* 縦方向の揃え 中央揃え */
input,
select {
  vertical-align: middle;
}

/* 画像を縦に並べた時に余白0 */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

br {
  line-height: inherit;
}

/*【共通】パーツ
----------------------------------------------------------------*/
/* リンク */
a,
a * {
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  -webkit-backface-visibility: hidden;
  /* 追加 */
  backface-visibility: hidden;
  /* 追加 */
}

a:hover,
a:active {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: 0.3s ease-in-out;
  color: inherit;
}

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

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  position: relative;
  color: var(--fc);
  font-size: 1.4rem;
  font-family: var(--base_font);
  letter-spacing: 0.05em;
  line-height: 1.875;
  -webkit-text-size-adjust: 100%;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: var(--base_font);
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

body.fix {
  position: fixed;
  width: 100%;
}

body {
  width: 100%;
  overflow-x: hidden;
}

*:focus {
  outline: none;
}

/*-----line-hight-----*/
p,
li,
dl,
tr {
  line-height: 1.875;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.66;
}

/* リンク */
a,
a * {
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  backface-visibility: hidden;
  transition: opacity 0.6s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

a:hover,
a:active {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*phone*/
@media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*class*/
.cmn {
  /*display:none*/
}
.cmn-content__box {
  position: relative;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
}
.cmn-content__box--size01 {
  max-width: 1230px;
}
.cmn-content__box--full {
  width: 100%;
  padding: 0;
}
.cmn-text--center {
  text-align: center;
}
.cmn-text--right {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .cmn-text--sp-left {
    text-align: center;
  }
}
.cmn-text--vertical {
  writing-mode: vertical-rl;
}
.cmn-text--link {
  position: relative;
  z-index: 1;
}
.cmn-text--link:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: black;
  transition: 0.3s;
}
@media screen and (min-width: 1280px) {
  .cmn-text--link:hover:after {
    visibility: hidden;
    opacity: 0;
  }
}
.cmn-bold {
  font-weight: bold !important;
}
.cmn-color {
  color: var(--mc01) !important;
}
.cmn-color--sc {
  color: var(--sc) !important;
}
.cmn-color--w {
  color: white !important;
}
.cmn-color--b {
  color: black !important;
}
.cmn-bg {
  background: var(--mc01);
}
.cmn-bg--sc {
  background: var(--sc);
}
.cmn-bg--bc {
  background: var(--bc);
}
.cmn-bg--w {
  background: white;
}
.cmn-bg--b {
  background: black;
}
.cmn-border-b {
  border-bottom: 1px solid;
}
.cmn-border-b--sc {
  border-bottom: 2px solid var(--sc);
}
.cmn-marker {
  background: linear-gradient(transparent 50%, yellow 50%);
}
.cmn-display__pcl--block {
  display: none !important;
}
@media screen and (min-width: 1800px) {
  .cmn-display__pcl--block {
    display: block !important;
  }
}
@media screen and (min-width: 1800px) {
  .cmn-display__pcl--none {
    display: none;
  }
}
.cmn-display__pc--block {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .cmn-display__pc--block {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .cmn-display__pc--none {
    display: none;
  }
}
.cmn-display__pc-tb--block {
  display: none;
}
@media screen and (min-width: 768px) {
  .cmn-display__pc-tb--block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .cmn-display__pc-tb--none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .cmn-display__sp--block {
    display: none;
  }
}
.cmn-display__sp--none {
  display: none;
}
@media screen and (min-width: 768px) {
  .cmn-display__sp--none {
    display: block;
  }
}
.cmn-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cmn-layout__column {
  display: flex;
  flex-wrap: wrap;
}
.cmn-layout__column--just-btw {
  justify-content: space-between;
}
.cmn-layout__column--item-cnt {
  align-items: center;
}
.cmn-layout__column--column {
  flex-direction: column;
}
.cmn-layout__column--reverse {
  flex-direction: row-reverse;
}
.cmn-layout__column--sp-column {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .cmn-layout__column--sp-column {
    flex-direction: row;
  }
}

.cmn-table__tr {
  border-top: solid 1px #666;
  padding: 10px 0;
}
.cmn-table__tr:last-of-type {
  border-bottom: solid 1px #666;
}
@media screen and (min-width: 768px) {
  .cmn-table__tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .cmn-table__th {
    width: 300px;
    padding: 0 20px 0 60px;
  }
}
.cmn-table__th p {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .cmn-table__td {
    flex: 1;
    padding: 0 10px 0 0;
  }
}
.cmn-table__td p {
  letter-spacing: 0.05em;
}

.cmn-table--type02__tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #ccc;
  padding: 10px 0;
}
.cmn-table--type02__tr:last-of-type {
  border-bottom: solid 1px #ccc;
}
@media screen and (min-width: 768px) {
  .cmn-table--type02__tr {
    padding: 20px;
  }
}
.cmn-table--type02__th {
  padding-right: 10px;
}
.cmn-table--type02__th-str {
  letter-spacing: 0.05em;
}
.cmn-table--type02__td {
  text-align: right;
  margin-left: auto;
}
.cmn-table--type02__td-str {
  letter-spacing: 0.05em;
}

.page-overflow {
  width: 100%;
  overflow-x: hidden;
}

.ojf {
  position: relative;
  height: auto;
}
.ojf::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ojf img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.access-map {
  width: 100%;
  height: 250px;
}
@media screen and (min-width: 768px) {
  .access-map {
    height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .access-map {
    height: 400px;
  }
}
.access-map iframe {
  width: 100%;
  height: 100%;
}

.subpage-ttl {
  text-align: center;
  padding-top: 70px;
  margin-bottom: min(50px, 50 / var(--mq) * 1vw);
  position: relative;
}
@media screen and (min-width: 768px) {
  .subpage-ttl {
    padding-top: 100px;
  }
}
.subpage-ttl::before {
  content: "";
  width: 32px;
  height: 56px;
  background: url(/system_panel/uploads/images/icon_cmn-ttl01.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .subpage-ttl::before {
    width: 40px;
    height: 70px;
  }
}
.subpage-ttl--en {
  letter-spacing: 0.05em;
  color: #666;
}
.subpage-ttl--jp {
  font-family: var(--sub_font);
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .subpage-ttl--jp {
    font-size: 3.6rem;
  }
}
.subpage-ttl--left {
  text-align: left;
}
.subpage-ttl--small .cmn-ttl--jp {
  font-size: min(8vw, 4rem);
}
@media screen and (min-width: 768px) {
  .subpage-ttl--small .cmn-ttl--jp {
    font-size: 5rem;
  }
}

.subhd {
  margin-top: var(--hd_mt);
  position: relative;
}
.subhd__img {
  max-height: 470px;
  height: 80vw;
}
.subhd__img.ojf::before {
  content: none;
}
.subhd__ttl {
  width: calc(100% - 30px);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.subhd__ttl-str {
  font-family: var(--sub_font);
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .subhd__ttl-str {
    font-size: 4.6rem;
  }
}
.subhd__ttl-en {
  letter-spacing: 0.05em;
  color: #fff;
}

.cmn-box01 {
  padding: min(120px, 120 / var(--mq) * 1vw) 0;
  position: relative;
}

.cmn-box02 {
  padding-top: min(100px, 100 / var(--mq) * 1vw);
  position: relative;
}

.cmn-2column--type01 {
  margin-bottom: min(70px, 70 / var(--mq) * 1vw);
}
.cmn-2column--type01:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .cmn-2column--type01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
  }
}
.cmn-2column--type01-info {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .cmn-2column--type01-info {
    flex: 1;
    padding-top: min(100px, 100 / var(--mq) * 1vw);
    margin: 0;
  }
}
.cmn-2column--type01-info-ttl {
  font-family: var(--sub_font);
  font-size: 2.6rem;
  margin-bottom: min(50px, 50 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .cmn-2column--type01-info-ttl {
    font-size: 3.6rem;
  }
}
.cmn-2column--type01-info-ttl strong {
  font-size: 3.6rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .cmn-2column--type01-info-ttl strong {
    font-size: 4.6rem;
  }
}
.cmn-2column--type01-info-txt {
  letter-spacing: 0.05em;
}
.cmn-2column--type01-img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .cmn-2column--type01-img {
    max-width: 660px;
    width: 55%;
  }
}
.cmn-2column--type01-img-inr {
  padding-bottom: 60px;
  margin-right: -15px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .cmn-2column--type01-img-inr {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .cmn-2column--type01-img-inr {
    margin-right: max((1200px - 100vw) / 2, -360px);
  }
}
.cmn-2column--type01-img-item--01 {
  max-width: 750px;
  width: 73.5%;
  position: relative;
}
.cmn-2column--type01-img-item--01::before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #634705;
  position: absolute;
  top: min(50px, 50 / var(--mq) * 1vw);
  left: min(60px, 60 / var(--mq) * 1vw);
  z-index: -1;
}
.cmn-2column--type01-img-item--02 {
  max-width: 450px;
  width: 45%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .cmn-2column--type01:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
.cmn-2column--type01:nth-of-type(2n) .cmn-2column--type01-img-inr {
  margin-right: 0;
  margin-left: -15px;
}
@media screen and (min-width: 1200px) {
  .cmn-2column--type01:nth-of-type(2n) .cmn-2column--type01-img-inr {
    margin-left: max((1200px - 100vw) / 2, -360px);
  }
}

.cmn-2column--type02-item {
  margin-bottom: min(120px, 120 / var(--mq) * 1vw);
  position: relative;
}
.cmn-2column--type02-item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .cmn-2column--type02-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
  }
}
.cmn-2column--type02-item-info {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .cmn-2column--type02-item-info {
    max-width: 500px;
    flex: 1;
    padding-top: min(40px, 40 / var(--mq) * 1vw);
    margin-bottom: 0;
  }
}
.cmn-2column--type02-item-info-ttl {
  font-family: var(--sub_font);
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-bottom: min(40px, 40 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .cmn-2column--type02-item-info-ttl {
    font-size: min(2.2vw, 3rem);
  }
}
.cmn-2column--type02-item-info-txt {
  letter-spacing: 0.05em;
}
.cmn-2column--type02-item-info-btn {
  margin-top: min(40px, 40 / var(--mq) * 1vw);
}
.cmn-2column--type02-item-info-btn .cmn-btn-anc {
  margin-left: 0;
}
.cmn-2column--type02-item-img {
  max-width: 660px;
  width: 100%;
  padding: 0 20px 20px 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cmn-2column--type02-item-img {
    padding: 0 40px 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .cmn-2column--type02-item-img {
    width: 55%;
    margin: 0;
  }
}
.cmn-2column--type02-item-img-inr {
  position: relative;
}
.cmn-2column--type02-item-img-inr::before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #634705;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .cmn-2column--type02-item-img-inr::before {
    top: 40px;
    left: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .cmn-2column--type02-item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
.cmn-2column--type02-item:nth-of-type(2n) .cmn-2column--type02-item-img {
  padding: 0 0 20px 20px;
}
@media screen and (min-width: 768px) {
  .cmn-2column--type02-item:nth-of-type(2n) .cmn-2column--type02-item-img {
    padding: 0 0 40px 40px;
  }
}
.cmn-2column--type02-item:nth-of-type(2n) .cmn-2column--type02-item-img-inr::before {
  left: auto;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .cmn-2column--type02-item:nth-of-type(2n) .cmn-2column--type02-item-img-inr::before {
    right: 40px;
  }
}

.cmn-deco__item {
  max-width: max-content;
  width: 60%;
  position: absolute;
  z-index: -2;
}
.cmn-deco__item--01 {
  right: -15px;
  bottom: max(-60px, -60 / var(--mq) * 1vw);
}
@media screen and (min-width: 1200px) {
  .cmn-deco__item--01 {
    right: calc((1200px - 100vw) / 2);
  }
}
.cmn-deco__item--02 {
  left: -15px;
  bottom: max(-160px, -160 / var(--mq) * 1vw);
}
@media screen and (min-width: 1200px) {
  .cmn-deco__item--02 {
    left: calc((1200px - 100vw) / 2);
  }
}
.cmn-deco__item--03 {
  right: 0;
  bottom: max(-60px, -60 / var(--mq) * 1vw);
}
.cmn-deco__item--04 {
  left: 0;
  bottom: max(-60px, -60 / var(--mq) * 1vw);
}

@media screen and (min-width: 768px) {
  .internal-link__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
}
.internal-link__item {
  max-width: 340px;
  width: 100%;
  margin: 0 auto 20px;
}
.internal-link__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .internal-link__item {
    width: calc((100% - 40px) / 2);
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .cmn-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .cmn-menu__item {
    flex: 1;
    width: auto;
  }
}
.cmn-menu__item:not(:first-of-type) .cmn-table--type02__tr:first-of-type {
  border-top: none;
}
@media screen and (min-width: 1024px) {
  .cmn-menu__item:not(:first-of-type) .cmn-table--type02__tr:first-of-type {
    border-top: solid 1px #ccc;
  }
}

.menu-cont__item {
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
}
.menu-cont__item-ttl {
  font-family: var(--sub_font);
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: min(60px, 60 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .menu-cont__item-ttl {
    font-size: 3rem;
  }
}
.menu-cont__item-ttl--mb30 {
  margin-bottom: min(30px, 30 / var(--mq) * 1vw);
}
.menu-cont__item-txt {
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: min(50px, 50 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .menu-cont__item-txt {
    font-size: 1.8rem;
  }
}
.menu-cont__item-box {
  padding: 15px;
  background-color: #fff;
  margin-top: min(40px, 40 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .menu-cont__item-box {
    padding: 20px 30px;
  }
}
.menu-cont__item-box-txt {
  letter-spacing: 0.05em;
}
.menu-cont__item:nth-of-type(2n + 1) {
  background: url(/system_panel/uploads/images/bg_top-menu01.jpg) no-repeat center center/cover;
}

.cmn-nav-toggle {
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-left: auto;
  position: relative;
  z-index: 1002;
}
@media screen and (min-width: 768px) {
  .cmn-nav-toggle {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1300px) {
  .cmn-nav-toggle {
    display: none;
  }
}
.cmn-nav-toggle__btn {
  display: block;
  width: 25px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .cmn-nav-toggle__btn {
    width: 37.5px;
    height: 24px;
  }
}
.cmn-nav-toggle__btn-line {
  display: block;
  position: absolute;
  left: 0;
  transition: 0.35s ease-in-out;
  width: 100%;
  height: 2px;
  background: #000;
}
.open .cmn-nav-toggle__btn-line {
  background: #000;
}
.cmn-nav-toggle__btn-line:nth-child(1) {
  top: 0;
}
.cmn-nav-toggle__btn-line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.cmn-nav-toggle__btn-line:nth-child(3) {
  bottom: 0;
}

.header.open .cmn-nav-toggle__btn-line:nth-child(1) {
  top: 7px;
  transform: rotate(315deg);
}
.header.open .cmn-nav-toggle__btn-line:nth-child(2) {
  left: 50%;
  width: 0;
}
.header.open .cmn-nav-toggle__btn-line:nth-child(3) {
  top: 7px;
  transform: rotate(-315deg);
}

.header {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1010;
}
.header__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1830px;
  width: 100%;
  height: 100%;
  padding: 15px 7.5px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header__content {
    padding: 30px;
  }
}
.header__content-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 1300px) {
  .header__content-info {
    width: auto;
  }
}
.header__content-info-ttl {
  display: none;
}
.header__content-info-logo {
  width: 100px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 7.5px;
}
@media screen and (min-width: 768px) {
  .header__content-info-logo {
    width: 150px;
    left: 30px;
  }
}
@media screen and (min-width: 1300px) {
  .header__content-info-logo {
    width: auto;
  }
}
@media screen and (min-width: 1300px) {
  .header__content-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
  }
}
@media screen and (min-width: 1300px) {
  .header__content-menu-nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.header__content-menu-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header__content-menu-nav-item {
  padding: 0 min(0.6944444444vw, 1rem);
}
.header__content-menu-nav-item:first-of-type {
  padding-left: 0;
}
.header__content-menu-nav-item:last-of-type {
  padding-right: 0;
}
.header__content-menu-nav-item-anc {
  display: block;
  padding: 10px;
  cursor: pointer;
}
@media screen and (min-width: 1300px) {
  .header__content-menu-nav-item-anc {
    padding: 0;
  }
}
.header__content-menu-nav-item-anc-str {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--fc);
}
@media screen and (min-width: 1300px) {
  .header__content-menu-nav-item--pulldown {
    position: relative;
  }
  .header__content-menu-nav-item--pulldown:hover .header__content-menu-nav-item-submenu {
    display: block;
  }
}
@media screen and (min-width: 1300px) {
  .header__content-menu-nav-item--pulldown .header__content-menu-nav-item-submenu {
    display: none;
    min-width: 140px;
    width: max-content;
    border-top: solid 15px transparent;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .gjs-dashed .header__content-menu-nav-item--pulldown .header__content-menu-nav-item-submenu {
    display: block;
  }
}
@media screen and (min-width: 1300px) {
  .header__content-menu-nav-item--pulldown .header__content-menu-nav-item-submenu-inr {
    background-color: #634705;
    padding: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .header__content-menu-nav-item--pulldown .header__content-menu-nav-item-submenu-anc {
    display: block;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1300px) {
  .header__content-menu-nav-item--pulldown .header__content-menu-nav-item-submenu-anc:last-of-type {
    margin-bottom: 0;
  }
}
.header__content-menu-nav-item--pulldown .header__content-menu-nav-item-submenu-anc-str {
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 15px;
  position: relative;
}
@media screen and (min-width: 1300px) {
  .header__content-menu-nav-item--pulldown .header__content-menu-nav-item-submenu-anc-str {
    color: #fff;
  }
}
.header__content-menu-nav-item--pulldown .header__content-menu-nav-item-submenu-anc-str::before {
  content: "-";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header__content-menu-nav-info {
  text-align: center;
}
@media screen and (min-width: 1300px) {
  .header__content-menu-nav-info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    text-align: left;
    margin-bottom: 20px;
  }
}
.header__content-menu-nav-info-tel {
  margin-bottom: 20px;
}
@media screen and (min-width: 1300px) {
  .header__content-menu-nav-info-tel {
    margin-bottom: 0;
  }
}
.header__content-menu-nav-info-tel-str {
  display: inline;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1;
  padding-left: 30px;
  position: relative;
}
@media screen and (min-width: 1300px) {
  .header__content-menu-nav-info-tel-str {
    font-size: 3rem;
  }
}
.header__content-menu-nav-info-tel-str::before {
  content: "";
  width: 22px;
  height: 24px;
  background: url(/system_panel/uploads/images/icon_phone01.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.sp-nav.header__content-menu-nav {
  display: block;
  overflow-y: scroll;
  opacity: 0;
  max-width: 500px;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  padding: 65px 5%;
  margin: auto;
  position: fixed;
  top: 0;
  left: 100%;
  transform: scale(0.9);
  visibility: hidden;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  z-index: 1000;
}
.open .sp-nav.header__content-menu-nav {
  opacity: 1;
  transform: translateX(-100%);
  transition: transform 0.4s, opacity 0.4s;
  visibility: visible;
}
.sp-nav .header__content-menu-nav-list {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.sp-nav .header__content-menu-nav-item {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding: 0;
}
.sp-nav .header__content-menu-nav-item-anc {
  display: block;
}
.sp-nav .header__content-menu-nav-item-anc-str {
  font-size: 1.6rem;
}
.sp-nav .header__content-menu-nav-item--pulldown .header__content-menu-nav-item-anc {
  padding: 10px 10px 0;
}
.sp-nav .header__content-menu-nav-item-submenu {
  padding: 0 10px 10px;
}

.footer-cont {
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
  background: url(/system_panel/uploads/images/bg_ft01.jpg) no-repeat center center/cover;
}
.footer-cont__logo {
  text-align: center;
  margin-bottom: min(50px, 50 / var(--mq) * 1vw);
}
@media screen and (min-width: 1024px) {
  .footer-cont__inr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }
}
.footer-cont__info {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .footer-cont__info {
    flex: 1;
    margin-bottom: 0;
  }
}
.footer-cont__info-top {
  margin-bottom: min(40px, 40 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .footer-cont__info-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-cont__info-top {
    justify-content: flex-start;
  }
}
.footer-cont__info-top-txt {
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .footer-cont__info-top-txt {
    margin-bottom: 0;
  }
}
.footer-cont__info-top-sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .footer-cont__info-btn .cmn-btn-anc {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer-cont__map {
    max-width: 600px;
    width: 50%;
  }
}
.footer-nav {
  background-color: #000;
}
.footer-nav__list {
  display: none;
}
@media screen and (min-width: 1300px) {
  .footer-nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
  }
}
.footer-nav__item {
  position: relative;
}
.footer-nav__item-anc-str {
  color: #fff;
  line-height: 1;
  padding: 0 10px;
}
.footer-nav__item:first-of-type .footer-nav__item-anc-str {
  padding-left: 0;
}
.footer-nav__item:last-of-type ::before {
  content: none;
}
.footer-nav__item:last-of-type .footer-nav__item-anc-str {
  padding-right: 0;
}
.footer-nav__copyright {
  border-top: solid 1px #333;
  text-align: center;
  padding: 20px 0;
}
.footer-nav__copyright-str {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #fff;
}

.dn {
  display: none;
}

.gjs-dashed .dn {
  display: inherit;
}

.cmn-btn-anc {
  display: block;
  max-width: 340px;
  width: 100%;
  background-color: #000;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s;
}
.cmn-btn-anc::before {
  content: "";
  width: 19px;
  height: 8px;
  background: url(/system_panel/uploads/images/icon_arrow01.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cmn-btn-anc-str {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 4.375;
  color: #fff;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .cmn-btn-anc-str {
    font-size: 1.8rem;
  }
}
.cmn-btn-anc:hover {
  background-color: #fff;
  border: solid 1px #000;
}
.cmn-btn-anc:hover::before {
  background-image: url(/system_panel/uploads/images/icon_arrow02.png);
}
.cmn-btn-anc:hover .cmn-btn-anc-str {
  color: #000;
}
.cmn-btn--red .cmn-btn-anc {
  background-color: #b81a1a;
}
.cmn-btn--red .cmn-btn-anc:hover {
  background-color: #fff;
  border: solid 1px #b81a1a;
}
.cmn-btn--red .cmn-btn-anc:hover .cmn-btn-anc-str {
  color: #b81a1a;
}
.cmn-btn--red .cmn-btn-anc:hover::before {
  background-image: url(/system_panel/uploads/images/icon_arrow03.png);
}
.cmn-btn--red .cmn-btn-anc-str {
  color: #fff;
}
.cmn-btn--white .cmn-btn-anc {
  background-color: #fff;
  border: solid 1px #000;
}
.cmn-btn--white .cmn-btn-anc::before {
  background-image: url(/system_panel/uploads/images/icon_arrow02.png);
}
.cmn-btn--white .cmn-btn-anc-str {
  color: #000;
}
.cmn-btn--white .cmn-btn-anc:hover {
  background-color: #000;
}
.cmn-btn--white .cmn-btn-anc:hover::before {
  background-image: url(/system_panel/uploads/images/icon_arrow01.png);
}
.cmn-btn--white .cmn-btn-anc:hover .cmn-btn-anc-str {
  color: #fff;
}

.cmn-ttl {
  text-align: center;
  padding-top: 70px;
  margin-bottom: min(50px, 50 / var(--mq) * 1vw);
  position: relative;
}
@media screen and (min-width: 768px) {
  .cmn-ttl {
    padding-top: 100px;
  }
}
.cmn-ttl::before {
  content: "";
  width: 32px;
  height: 56px;
  background: url(/system_panel/uploads/images/icon_cmn-ttl01.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .cmn-ttl::before {
    width: 40px;
    height: 70px;
  }
}
.cmn-ttl--en {
  letter-spacing: 0.05em;
  color: #666;
}
.cmn-ttl--jp {
  font-family: var(--sub_font);
  font-size: 4rem;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .cmn-ttl--jp {
    font-size: 5rem;
  }
}
.cmn-ttl--left {
  text-align: left;
}
.cmn-ttl--small .cmn-ttl--jp {
  font-size: min(8vw, 4rem);
}
@media screen and (min-width: 768px) {
  .cmn-ttl--small .cmn-ttl--jp {
    font-size: 5rem;
  }
}

.cmn-parallax {
  height: 300px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cmn-parallax {
    height: min(500px, 41.6666666667vw);
  }
}
.cmn-parallax__cont {
  width: 100%;
  height: 100%;
  background: no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .cmn-parallax__cont {
    background-attachment: fixed;
  }
}

.follow-cont {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .follow-cont {
    display: flex;
  }
}
@media screen and (min-width: 1460px) {
  .follow-cont {
    left: min((100vw - 1460px) / 2, 230px);
  }
}

.page-top {
  position: relative;
}
.page-top__btn {
  display: block;
  position: relative;
  margin: 0 0 0 auto;
  width: 100vw;
  height: 55px;
  background-color: #b81a1a;
  border-radius: 0;
  color: white;
  font-size: 14px;
  line-height: 55px;
  opacity: 1;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-top__btn {
    width: 55px;
    background-color: transparent;
    border-bottom: none;
    right: 2%;
  }
}
.page-top__btn img {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .page-top__btn img {
    display: block;
  }
}
.page-top__btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  width: 20px;
  height: 20px;
  border: 0;
  border-top: solid 2px white;
  border-right: solid 2px white;
  transform: rotate(-45deg) translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .page-top__btn:before {
    content: none;
  }
}
.page-top--fixed.page-top__btn {
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 30;
}

.top-fv {
  margin-top: var(--hd_mt);
  position: relative;
}
.top-fv::before {
  content: "";
  width: 100%;
  height: 80%;
  background: url(/system_panel/uploads/images/bg_top-news01.jpg) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -3;
}
.top-fv__cont {
  padding: 0 7.5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-fv__cont {
    padding: 0 30px;
  }
}
.top-fv__cont-item {
  position: relative;
}
.top-fv__cont-item-img {
  max-height: 700px;
  height: 60vh;
}
@media screen and (min-width: 768px) {
  .top-fv__cont-item-img {
    max-height: 900px;
    height: 90vh;
  }
}
@media screen and (min-width: 1300px) {
  .top-fv__cont-item-img {
    max-height: 950px;
    height: 90vh;
  }
}
.top-fv__cont-item-img.ojf::before {
  content: none;
}
.top-fv__cont-item-catch {
  max-width: max-content;
  width: calc(100% - 30px);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1230px) {
  .top-fv__cont-item-catch {
    right: calc((100% - 1230px) / 2);
  }
}
.top-fv__cont-item-catch img {
  max-height: min(55vh, 600px);
}
@media screen and (min-width: 768px) {
  .top-fv__cont-item-catch img {
    max-height: min(85vh, 800px);
  }
}
@media screen and (min-width: 1300px) {
  .top-fv__cont-item-catch img {
    max-height: min(85vh, 900px);
  }
}

.top-parallax .cmn-parallax__cont {
  background-image: url(/system_panel/uploads/images/img_top-parallax01.jpg);
}

.top-news {
  background: url(/system_panel/uploads/images/bg_top-news01.jpg) no-repeat center center/cover;
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
}
.top-news__cont {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.top-news__cont-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 30px;
}
.top-news__cont-head-ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 20px;
}
.top-news__cont-head-ttl--jp {
  font-family: var(--sub_font);
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top-news__cont-head-ttl--jp {
    font-size: 3rem;
  }
}
.top-news__cont-head-ttl--en {
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
}
.top-news__cont-head-btn-anc-str {
  border-bottom: solid 1px #fff;
  letter-spacing: 0.05em;
  color: #fff;
}
.top-news__cont-list .webgene-item {
  border-top: solid 1px #ccc;
}
.top-news__cont-list .webgene-item:last-of-type {
  border-bottom: solid 1px #ccc;
}
.top-news__anc {
  display: block;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .top-news__anc {
    padding: 15px;
  }
}
.top-news__anc-item {
  display: flex;
  flex-wrap: wrap;
}
.top-news__anc-item-date {
  color: #fff;
  margin-right: 20px;
  position: relative;
}
.top-news__anc-item-date::after {
  content: "|";
  position: relative;
  right: -10px;
}
.top-news__anc-item-cate-str {
  color: #fff;
}
.top-news__anc-item-ttl {
  width: 100%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top-news__anc-item-ttl {
    width: auto;
    flex: 1;
    padding-left: 50px;
  }
}

.top-kodawari {
  padding: min(120px, 120 / var(--mq) * 1vw) 0;
  position: relative;
}
.top-kodawari::before {
  content: "";
  width: 87.5%;
  height: 80%;
  background: url(/system_panel/uploads/images/bg_top-kodawari01.jpg) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.top-kodawari__cont {
  margin-bottom: min(100px, 100 / var(--mq) * 1vw);
}
@media screen and (min-width: 1024px) {
  .top-kodawari__cont-inr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 50px;
  }
}
.top-kodawari__cont-info {
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .top-kodawari__cont-info {
    max-width: 600px;
    flex: 1;
    padding-top: min(60px, 60 / var(--mq) * 1vw);
    margin: 0;
  }
}
.top-kodawari__cont-info-ttl {
  margin-bottom: min(40px, 40 / var(--mq) * 1vw);
}
.top-kodawari__cont-info-ttl-str {
  font-family: var(--sub_font);
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .top-kodawari__cont-info-ttl-str {
    font-size: 3rem;
  }
}
.top-kodawari__cont-info-ttl-str--02 {
  font-size: min(9vw, 4rem);
}
@media screen and (min-width: 768px) {
  .top-kodawari__cont-info-ttl-str--02 {
    font-size: min(5vw, 6rem);
  }
}
.top-kodawari__cont-info-txt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: min(70px, 70 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .top-kodawari__cont-info-txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .top-kodawari__cont-info-btn .cmn-btn-anc {
    margin-left: 0;
  }
}
.top-kodawari__cont-info-deco {
  max-width: max-content;
  width: 70%;
  position: absolute;
  bottom: -40px;
  right: -15px;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .top-kodawari__cont-info-deco {
    width: auto;
    bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .top-kodawari__cont-info-deco {
    right: calc((1200px - 100vw) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .top-kodawari__cont-img {
    max-width: 500px;
    width: 45%;
  }
}
.top-kodawari__cont-img-inr {
  margin-left: -15px;
}
@media screen and (min-width: 1200px) {
  .top-kodawari__cont-img-inr {
    margin-left: max((1200px - 100vw) / 2, -330px);
  }
}
.top-kodawari__slider-img {
  margin: 0 20px;
}
.gjs-dashed .top-kodawari__slider-img {
  max-width: 390px;
}

.top-special {
  padding: min(120px, 120 / var(--mq) * 1vw) 0;
  position: relative;
}
.top-special::before {
  content: "";
  width: 100%;
  height: 70%;
  background: url(/system_panel/uploads/images/bg_top-special01.jpg) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
@media screen and (min-width: 1024px) {
  .top-special::before {
    height: 60%;
  }
}
.top-special__cont {
  max-width: 1890px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .top-special__cont-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
}
.top-special__cont-list {
  margin-bottom: min(70px, 70 / var(--mq) * 1vw);
}
.top-special__cont-item {
  max-width: 920px;
  width: 100%;
  margin: 0 auto 40px;
}
.top-special__cont-item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .top-special__cont-item {
    width: calc((100% - 20px) / 2);
    margin: 0;
  }
}
.top-special__cont-item-img.ojf::before {
  padding-top: 76.1%;
}
.top-special__cont-item-info {
  padding-left: 15px;
  margin-top: max(-4vw, -40px);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top-special__cont-item-info {
    padding-left: 30px;
    margin-top: max(-2vw, -40px);
  }
}
.top-special__cont-item-info-ttl {
  font-family: var(--sub_font);
  font-size: min(8vw, 6rem);
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top-special__cont-item-info-ttl {
    font-size: min(4vw, 8rem);
  }
}
.top-special__cont-item-info-txt {
  font-family: var(--sub_font);
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top-special__cont-item-info-txt {
    font-size: 2.4rem;
  }
}
.top-special__deco-item {
  max-width: max-content;
  width: 50%;
  position: absolute;
  z-index: -1;
}
.top-special__deco-item--01 {
  top: min(120px, 120 / var(--mq) * 1vw);
  left: 0;
}
.top-special__deco-item--02 {
  right: 0;
  bottom: max(-70px, -70 / var(--mq) * 1vw);
}

.top-enjoy {
  padding: min(120px, 120 / var(--mq) * 1vw) 0;
}
.top-enjoy__cont {
  padding-bottom: min(100px, 100 / var(--mq) * 1vw);
  position: relative;
}
.top-enjoy__cont::before {
  content: "";
  width: 100vw;
  height: calc(100% - 120px);
  background: url(/system_panel/uploads/images/bg_top-menu01.jpg) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
@media screen and (min-width: 1230px) {
  .top-enjoy__cont::before {
    width: min(100vw - 30px, 1680px);
  }
}
.top-enjoy__cont-top {
  margin-bottom: min(70px, 70 / var(--mq) * 1vw);
}
@media screen and (min-width: 1024px) {
  .top-enjoy__cont-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
  }
}
.top-enjoy__cont-top-item {
  max-width: 580px;
  width: 100%;
  margin: 0 auto 30px;
}
.top-enjoy__cont-top-item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .top-enjoy__cont-top-item {
    width: calc((100% - 40px) / 2);
    margin: 0;
  }
}
.top-enjoy__cont-top-item-img {
  margin-bottom: 20px;
}
.top-enjoy__cont-top-item-txt {
  font-family: var(--sub_font);
  font-size: 2rem;
  letter-spacing: 0.075em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-enjoy__cont-top-item-txt {
    font-size: 2.4rem;
  }
}
.top-enjoy__cont-top-item-txt span {
  background-image: radial-gradient(circle at center, #b81a1a 20%, transparent 20%);
  background-position: bottom right;
  background-repeat: repeat-x;
  background-size: 1.08em 0.3em;
  padding-bottom: 0.4em;
}
.top-enjoy__cont-bottom {
  margin-bottom: min(70px, 70 / var(--mq) * 1vw);
}
.top-enjoy__cont-bottom-img {
  text-align: center;
}
.top-enjoy__cont-deco {
  max-width: max-content;
  width: 60%;
  position: absolute;
  bottom: min(100px, 100 / var(--mq) * 1vw);
  right: -15px;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .top-enjoy__cont-deco {
    right: calc((1200px - 100vw) / 2);
  }
}

.top-menu {
  padding: min(120px, 120 / var(--mq) * 1vw) 0;
  position: relative;
}
.top-menu::before {
  content: "";
  width: 100%;
  height: 80%;
  background: url(/system_panel/uploads/images/bg_top-menu01.jpg) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.top-menu__cont {
  margin-bottom: min(100px, 100 / var(--mq) * 1vw);
}
.top-menu__cont-item {
  margin-bottom: 70px;
  position: relative;
}
.top-menu__cont-item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .top-menu__cont-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
  }
}
.top-menu__cont-item-info {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .top-menu__cont-item-info {
    flex: 1;
    margin-bottom: 0;
  }
}
.top-menu__cont-item-info-ttl {
  font-family: var(--sub_font);
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: min(50px, 50 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .top-menu__cont-item-info-ttl {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .top-menu__cont-item-info-ttl {
    font-size: min(4vw, 5rem);
  }
}
@media screen and (min-width: 1024px) {
  .top-menu__cont-item-info-btn .cmn-btn-anc {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top-menu__cont-item-img {
    max-width: 720px;
    width: 60%;
  }
}
.top-menu__cont-item-img-inr {
  margin-right: -15px;
}
@media screen and (min-width: 1200px) {
  .top-menu__cont-item-img-inr {
    margin-right: max((1200px - 100vw) / 2, -360px);
  }
}
.top-menu__cont-item-img-inr.ojf::before {
  padding-top: 64.8%;
}
.top-menu__cont-item-deco {
  max-width: max-content;
  width: 70%;
  position: absolute;
  bottom: 0;
  left: -15px;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .top-menu__cont-item-deco {
    left: max((1200px - 100vw) / 2, -360px);
  }
}
@media screen and (min-width: 1024px) {
  .top-menu__cont-item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
.top-menu__cont-item:nth-of-type(2n) .top-menu__cont-item-img-inr {
  margin-right: 0;
  margin-left: -15px;
}
@media screen and (min-width: 1200px) {
  .top-menu__cont-item:nth-of-type(2n) .top-menu__cont-item-img-inr {
    margin-left: max((1200px - 100vw) / 2, -360px);
  }
}
.top-menu__cont-item:nth-of-type(2n) .top-menu__cont-item-deco {
  left: auto;
  right: -15px;
}
@media screen and (min-width: 1200px) {
  .top-menu__cont-item:nth-of-type(2n) .top-menu__cont-item-deco {
    right: max((1200px - 100vw) / 2, -360px);
  }
}
.top-menu__takeout {
  text-align: center;
}

.kodawari-catch {
  position: relative;
}
.kodawari-catch::before {
  content: "";
  width: 80%;
  height: 65%;
  background: url(/system_panel/uploads/images/bg_top-menu01.jpg) no-repeat center center/cover;
  position: absolute;
  right: 0;
  bottom: min(60px, 60 / var(--mq) * 1vw);
  z-index: -2;
}
@media screen and (min-width: 1024px) {
  .kodawari-catch::before {
    right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .kodawari-catch__cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 40px;
  }
}
.kodawari-catch__cont-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .kodawari-catch__cont-info {
    flex: 1;
    margin: 0 auto;
  }
}
.kodawari-catch__cont-info-txt {
  font-family: var(--sub_font);
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
}
.kodawari-catch__cont-info-txt--01 {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .kodawari-catch__cont-info-txt--01 {
    font-size: 4rem;
  }
}
.kodawari-catch__cont-info-txt--02 {
  font-size: 4rem;
  padding-top: 200px;
  color: #b81a1a;
}
@media screen and (min-width: 768px) {
  .kodawari-catch__cont-info-txt--02 {
    font-size: 5.6rem;
    padding-top: 310px;
  }
}
.kodawari-catch__cont-img {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .kodawari-catch__cont-img {
    max-width: 720px;
    width: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .kodawari-catch__cont-img-inr {
    margin-left: -15px;
  }
}
@media screen and (min-width: 1200px) {
  .kodawari-catch__cont-img-inr {
    margin-left: max((1200px - 100vw) / 2, -360px);
  }
}
.kodawari-catch__deco {
  max-width: max-content;
  width: 60%;
  position: absolute;
  bottom: min(120px, 120 / var(--mq) * 1vw);
  right: 0;
  z-index: -1;
}

.kodawari-cont {
  position: relative;
}
.kodawari-cont::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/system_panel/uploads/images/bg_kodawari01.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.kodawari-cont__item {
  position: relative;
}
.kodawari-cont__item .cmn-2column--type01-info-ttl {
  color: #fff;
}
.kodawari-cont__item .cmn-2column--type01-info-txt {
  color: #fff;
}
.kodawari-cont__item .cmn-2column--type01-img-item--01::before {
  border: solid 1px #fff;
}
.kodawari-cont__item-deco {
  max-width: max-content;
  width: 60%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.kodawari-cont__item-deco--01 {
  left: -15px;
}
@media screen and (min-width: 1200px) {
  .kodawari-cont__item-deco--01 {
    left: calc((1200px - 100vw) / 2);
  }
}
.kodawari-cont__item-deco--02 {
  right: -15px;
}
@media screen and (min-width: 1200px) {
  .kodawari-cont__item-deco--02 {
    right: calc((1200px - 100vw) / 2);
  }
}

.special-catch__ttl {
  font-family: var(--sub_font);
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .special-catch__ttl {
    font-size: 3.6rem;
  }
}
.special-catch__txt {
  font-family: var(--sub_font);
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .special-catch__txt {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 768px) {
  .special-catch__txt br {
    display: none;
  }
}

.special-box {
  position: relative;
}
.special-box::before {
  content: "";
  width: 100%;
  height: 75%;
  background: url(/system_panel/uploads/images/bg_top-menu01.jpg) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -3;
}
.special-box__cont-top {
  margin-bottom: min(70px, 70 / var(--mq) * 1vw);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .special-box__cont-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
  }
}
.special-box__cont-top-info {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .special-box__cont-top-info {
    display: flex;
    flex-wrap: wrap;
    gap: min(100px, 100 / var(--mq) * 1vw);
    flex: 1;
    margin-bottom: 0;
  }
}
.special-box__cont-top-info-ttl {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .special-box__cont-top-info-ttl {
    margin-bottom: 0;
  }
}
.special-box__cont-top-info-ttl-str {
  display: inline-block;
  background-color: #b81a1a;
  font-family: var(--sub_font);
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 2.5;
  color: #fff;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .special-box__cont-top-info-ttl-str {
    font-size: 3.6rem;
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .special-box__cont-top-info-ttl-str {
    writing-mode: vertical-rl;
  }
}
.special-box__cont-top-info-txt {
  font-family: var(--sub_font);
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .special-box__cont-top-info-txt {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .special-box__cont-top-info-txt {
    writing-mode: vertical-rl;
    padding-top: 40px;
  }
}
.special-box__cont-top-img {
  max-width: 660px;
  width: 100%;
  padding: 0 20px 20px 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .special-box__cont-top-img {
    padding: 0 40px 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .special-box__cont-top-img {
    width: 55%;
  }
}
.special-box__cont-top-img-inr {
  position: relative;
}
.special-box__cont-top-img-inr::before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #634705;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .special-box__cont-top-img-inr::before {
    top: 40px;
    left: 40px;
  }
}
.special-box__cont-top-deco {
  max-width: max-content;
  width: 60%;
  position: absolute;
  right: -15px;
  bottom: max(-60px, -60 / var(--mq) * 1vw);
  z-index: -2;
}
@media screen and (min-width: 1200px) {
  .special-box__cont-top-deco {
    right: calc((1200px - 100vw) / 2);
  }
}
.special-box__cont-bottom {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .special-box__cont-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
  }
}
.special-box__cont-bottom-img {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 1024px) {
  .special-box__cont-bottom-img {
    width: 45%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .special-box__cont-bottom-info {
    max-width: 600px;
    flex: 1;
    padding-top: min(100px, 100 / var(--mq) * 1vw);
  }
}
.special-box__cont-bottom-info-txt {
  letter-spacing: 0.05em;
}
.special-box__cont-bottom-deco {
  max-width: max-content;
  width: 60%;
  position: absolute;
  left: -15px;
  bottom: max(-160px, -160 / var(--mq) * 1vw);
  z-index: -2;
}
@media screen and (min-width: 1200px) {
  .special-box__cont-bottom-deco {
    left: calc((1200px - 100vw) / 2);
  }
}

.special-takeout__cont {
  border: solid 1px #b81a1a;
  padding: min(70px, 70 / var(--mq) * 1vw) 15px;
}
.special-takeout__cont-inr {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .special-takeout__cont-inr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
  }
}
.special-takeout__cont-info {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .special-takeout__cont-info {
    max-width: 580px;
    flex: 1;
    margin-bottom: 0;
  }
}
.special-takeout__cont-info-ttl {
  font-family: var(--sub_font);
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  color: #b81a1a;
  margin-bottom: min(40px, 40 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .special-takeout__cont-info-ttl {
    font-size: 3rem;
  }
}
.special-takeout__cont-info-txt {
  letter-spacing: 0.05em;
  margin-bottom: min(40px, 40 / var(--mq) * 1vw);
}
.special-takeout__cont-info-btn .cmn-btn-anc {
  margin-left: 0;
}
.special-takeout__cont-img {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .special-takeout__cont-img {
    width: 40%;
    margin: 0;
  }
}

.enjoy-cont {
  position: relative;
}
.enjoy-cont::before {
  content: "";
  width: 100vw;
  height: calc(100% - 200px);
  background: url(/system_panel/uploads/images/bg_top-menu01.jpg) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -3;
}
@media screen and (min-width: 1230px) {
  .enjoy-cont::before {
    width: min(100vw - 30px, 1680px);
  }
}

.takeout-catch {
  position: relative;
}
.takeout-catch::before {
  content: "";
  width: 100%;
  height: 50%;
  background: url(/system_panel/uploads/images/bg_top-menu01.jpg) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -3;
}
.takeout-catch__info {
  text-align: center;
  margin-bottom: min(60px, 60 / var(--mq) * 1vw);
}
.takeout-catch__info-ttl {
  font-family: var(--sub_font);
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-bottom: min(40px, 40 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .takeout-catch__info-ttl {
    font-size: 3.6rem;
  }
}
.takeout-catch__info-txt {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .takeout-catch__info-txt {
    font-size: 2.1rem;
  }
}
.takeout-catch__info-txt strong {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .takeout-catch__info-txt strong br {
    display: none;
  }
}
.takeout-catch__info-img {
  text-align: center;
}

.takeout-order__txt {
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: min(40px, 40 / var(--mq) * 1vw);
}
.takeout-order__box {
  border: solid 1px #b81a1a;
  padding: min(60px, 60 / var(--mq) * 1vw) 15px;
}
.takeout-order__box-tel {
  text-align: center;
  margin-bottom: min(40px, 40 / var(--mq) * 1vw);
}
.takeout-order__box-tel-num {
  display: inline;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #000;
  padding-left: 35px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .takeout-order__box-tel-num {
    font-size: 3.6rem;
  }
}
.takeout-order__box-tel-num::before {
  content: "";
  width: 24px;
  height: 26px;
  background: url(/system_panel/uploads/images/icon_phone02.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.takeout-order__box-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.takeout-order__box-cont-txt {
  letter-spacing: 0.05em;
}

.takout-cont {
  position: relative;
}
.takout-cont::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/system_panel/uploads/images/bg_kodawari01.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}
.takout-cont-2column__item {
  color: #fff;
}
.takout-cont-2column__item-info-head {
  margin-bottom: 30px;
}
.takout-cont-2column__item-info-head-ttl.cmn-2column--type02-item-info-ttl {
  margin-bottom: 0;
}
.takout-cont-2column__item-info-head-price {
  font-family: var(--sub_font);
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .takout-cont-2column__item-info-head-price {
    font-size: 3rem;
  }
}
.takout-cont-2column__item-info-head-annotation {
  text-align: right;
}
.takout-cont-2column__item-info-head-bnr {
  display: inline-block;
  background-color: #b81a1a;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.67;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .takout-cont-2column__item-info-head-bnr {
    font-size: 2.1rem;
  }
}

.dinner-rec {
  position: relative;
}
.dinner-rec::before {
  content: "";
  width: 100%;
  height: 60%;
  background: url(/system_panel/uploads/images/bg_top-menu01.jpg) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
@media screen and (min-width: 1024px) {
  .dinner-rec__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.dinner-rec__item {
  max-width: 380px;
  width: 100%;
  margin: 0 auto 40px;
}
.dinner-rec__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .dinner-rec__item {
    width: calc((100% - 60px) / 3);
    margin: 0;
  }
}
.dinner-rec__item-img {
  max-width: 380px;
  width: 100%;
  margin-bottom: 20px;
}
.dinner-rec__item-img.ojf::before {
  padding-top: 86.4%;
}
.dinner-rec__item-info-ttl {
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .dinner-rec__item-info-ttl {
    font-size: 2.4rem;
  }
}
.dinner-rec__item-info-txt {
  letter-spacing: 0.05em;
}

.cmn-tax-p {
  text-align: center;
  letter-spacing: 0.05em;
}
.cmn-tax-p--mb60 {
  margin-bottom: min(60px, 60 / var(--mq) * 1vw);
}

.drink-catch {
  margin-bottom: min(60px, 60 / var(--mq) * 1vw);
}
.drink-catch__txt {
  margin-bottom: min(40px, 40 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .drink-catch__txt {
    text-align: center;
  }
}

.menu-rec__cont {
  padding: min(70px, 70 / var(--mq) * 1vw) 0;
  position: relative;
}
.menu-rec__cont::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/system_panel/uploads/images/bg_kodawari01.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}
.menu-rec__cont .cmn-2column--type02-item-info-ttl {
  color: #fff;
}
.menu-rec__cont .cmn-2column--type02-item-info-txt {
  color: #fff;
}
.menu-rec__cont .cmn-2column--type02-item-img-inr::before {
  border: solid 1px #fff;
}

.shop-overview {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .shop-overview__cont.cmn-2column--type01 {
    flex-direction: row-reverse;
  }
}
.shop-overview__cont-info.cmn-2column--type01-info {
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .shop-overview__cont-info.cmn-2column--type01-info {
    margin-top: 0;
  }
}
.shop-overview__cont-info-table .cmn-table__tr {
  border-top: none;
}
.shop-overview__cont-info-table .cmn-table__tr:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .shop-overview__cont-info-table .cmn-table__th {
    width: 90px;
    padding: 0 15px 0 0;
  }
}

.shop-seat__cont {
  padding: min(70px, 70 / var(--mq) * 1vw) 0;
  position: relative;
}
.shop-seat__cont::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/system_panel/uploads/images/bg_top-menu01.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}

.shop-sightseeing__item-img.dinner-rec__item-img.ojf::before {
  padding-top: 68.4%;
}

.contact-ttl {
  font-family: var(--sub_font);
  font-size: min(5vw, 2.2rem);
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: min(60px, 60 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .contact-ttl {
    font-size: 3rem;
  }
}

.contact-tel__box {
  max-width: 1000px;
  width: 100%;
  border: solid 1px #b81a1a;
  padding: min(60px, 60 / var(--mq) * 1vw) 15px;
  margin: 0 auto;
}
.contact-tel__box-num {
  text-align: center;
  margin-bottom: min(40px, 40 / var(--mq) * 1vw);
}
.contact-tel__box-num-str {
  display: inline;
  font-size: 3rem;
  letter-spacing: 0.005em;
  color: #000;
  padding-left: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact-tel__box-num-str {
    font-size: 3.6rem;
  }
}
.contact-tel__box-num-str::before {
  content: "";
  width: 24px;
  height: 26px;
  background: url(/system_panel/uploads/images/icon_phone02.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.contact-tel__box-txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact-tel__box-txt-str {
  letter-spacing: 0.05em;
}

.contact-form {
  background: url(/system_panel/uploads/images/bg_top-menu01.jpg) no-repeat center center/cover;
}
.contact-form__txt {
  margin-bottom: min(50px, 50 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .contact-form__txt {
    text-align: center;
  }
}

.page-formcomplete__txt {
  margin-bottom: min(40px, 40 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .page-formcomplete__txt {
    text-align: center;
  }
}