@charset "UTF-8";
/*======*/
/* 共通 */
/*======*/
/* PC/CT（タブレットサイズ）出し分け
---------------------------------- */
.t-pc {
  display: block;
}
@media (min-width: 960px) {
  .t-pc {
    display: block !important;
  }
}
@media (max-width: 959px) {
  .t-pc {
    display: none !important;
  }
}

.t-sp {
  display: none;
}
@media (min-width: 960px) {
  .t-sp {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .t-sp {
    display: block !important;
  }
}

img.t-pc, span.t-pc {
  display: inline;
}
@media (min-width: 960px) {
  img.t-pc, span.t-pc {
    display: inline !important;
  }
}
@media (max-width: 959px) {
  img.t-pc, span.t-pc {
    display: none !important;
  }
}
img.t-sp, span.t-sp {
  display: none;
}
@media (min-width: 960px) {
  img.t-sp, span.t-sp {
    display: none !important;
  }
}
@media (max-width: 959px) {
  img.t-sp, span.t-sp {
    display: inline !important;
  }
}

/* PC/SP（スマホサイズ）出し分け
---------------------------------- */
.pc {
  display: block;
}
@media (min-width: 768px) {
  .pc {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

img.pc, span.pc {
  display: inline;
}
@media (min-width: 768px) {
  img.pc, span.pc {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  img.pc, span.pc {
    display: none !important;
  }
}
img.sp, span.sp {
  display: none;
}
@media (min-width: 768px) {
  img.sp, span.sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  img.sp, span.sp {
    display: inline !important;
  }
}

/* TELタグ
-----------------------------------*/
.tel a {
  color: inherit !important;
  text-decoration: none;
  cursor: default;
}
@media (min-width: 768px) {
  .tel a {
    pointer-events: none;
  }
}

/* レイアウト
-----------------------------------*/
body {
  height: 100%;
}

main {
  color: #FFF;
  background-color: #000;
  margin-top: 117px;
}
@media (max-width: 767px) {
  main {
    margin-top: 80px;
  }
}

.container {
  background: url(/isesaki/images/common/com_bg01.jpg) center top;
  background-size: cover;
}
@media (max-width: 767px) {
  .container {
    background: #231815;
  }
  .container:not(.notfound) .main-sec + .sec {
    padding-top: 32px;
  }
}

section .contents,
.sec .contents,
footer .contents {
  max-width: 1300px;
  padding: 0 24px;
  margin: 0 auto;
}

.sec {
  padding: clamp(80px, 5.2vw, 100px) 0;
}
@media (max-width: 767px) {
  .sec {
    padding: 50px 0;
  }
}

.com-tx {
  line-height: 2;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .com-tx {
    margin-bottom: 24px;
  }
}
.com-tx.type02 > * + * {
  margin-top: 0.5em;
}
@media (max-width: 767px) {
  .com-tx.type02 > * + * {
    margin-top: 1em;
  }
}

.com-tx02 {
  font-family: "Zen Old Mincho", serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.625;
  max-width: 80%;
  margin: 64px auto;
}
@media (max-width: 767px) {
  .com-tx02 {
    font-size: 15px;
    margin: 32px 0;
    max-width: initial;
  }
}
.com-tx02 p + p {
  margin-top: 1.25em;
}

.w-auto {
  width: auto;
}

.center2 {
  margin-left: auto;
  margin-right: auto;
}

/* マージン
-----------------------------------*/
.mt025em {
  margin-top: 0.25em !important;
}

.mb025em {
  margin-bottom: 0.25em !important;
}

.mt05em {
  margin-top: 0.5em !important;
}

.mb05em {
  margin-bottom: 0.5em !important;
}

.mt1em {
  margin-top: 1em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mt15em {
  margin-top: 1.5em !important;
}

.mb15em {
  margin-bottom: 1.5em !important;
}

.ls1em {
  letter-spacing: 1em;
  margin-right: -1em;
}

/* 背景色
-----------------------------------*/
.bg-type02 {
  color: #0a122d;
  background: url(/isesaki/images/common/com_bg02.jpg) top center;
}

.bg-type03 {
  color: #0a122d;
  background: url(/isesaki/images/common/com_bg03.jpg) top center;
}

/* タイトル
-----------------------------------*/
.heading-main {
  color: #FFF;
  background: url(/isesaki/images/about/main_ph01.jpg) no-repeat center;
  background-size: cover;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .heading-main {
    background-image: url(/isesaki/images/about/main_ph01_sp.jpg);
    height: 175px;
  }
}
.heading-main .contents {
  width: 100%;
  max-width: 990px;
  padding: 0 16px;
}
.heading-main .heading-title {
  text-align: center;
  line-height: 1;
}
.heading-main .heading-title .ja {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 66px;
  margin: 0.6em 0 0.3em;
}
@media (max-width: 767px) {
  .heading-main .heading-title .ja {
    font-size: 28px;
  }
}
.heading-main .heading-title .en {
  font-family: "Zen Old Mincho", serif;
  font-size: 35px;
  margin-bottom: 1.2em;
}
@media (max-width: 767px) {
  .heading-main .heading-title .en {
    font-size: 14px;
  }
}
.heading-main .txt {
  font-size: 20px;
  line-height: 1.625;
}
@media (max-width: 767px) {
  .heading-main .txt {
    font-size: 14px;
  }
}

.heading01 {
  color: #FFF;
  font-family: "Zen Old Mincho", serif;
  display: table;
  margin: 0 auto;
  border-left: 3px solid;
  border-right: 3px solid;
  padding: 0 8px;
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  .heading01 {
    display: block;
    border: none;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 8px 0;
    margin-bottom: 24px;
  }
}
.heading01 .wrap {
  border-left: 2px dashed;
  border-right: 2px dashed;
  padding: 0 clamp(36px, 2.4vw, 46px);
}
@media (max-width: 767px) {
  .heading01 .wrap {
    border: none;
    padding: 0;
  }
}
.heading01 .ja {
  font-size: clamp(36px, 2.4vw, 46px);
  font-weight: 900;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .heading01 .ja {
    font-size: 22px;
  }
}
.heading01 .en {
  color: #c0962d;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .heading01 .en {
    font-size: 12px;
  }
}
.heading01.type02 {
  color: #40220f;
}

.heading02 {
  color: #40220f;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .heading02 {
    font-size: 18px;
  }
}
.heading02.type02 {
  color: #FFF;
}

.heading03 {
  color: #40220f;
  font-family: "Zen Old Mincho", serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .heading03 {
    font-size: 17px;
  }
}
.heading03.type02 {
  color: #FFF;
}

.heading04 {
  color: #40220f;
  font-size: 1.125rem;
  font-weight: bold;
}

.heading05 {
  color: #231815;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding-bottom: 12px;
  border-bottom: 1px solid;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .heading05 {
    font-size: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.heading05.type02 {
  color: #FFF;
}
.heading05.type03 {
  color: #FFF;
  background: #40220f;
  border: none;
  padding: 16px 12px;
}
@media (max-width: 767px) {
  .heading05.type03 {
    padding: 12px 10px;
  }
}

.line {
  position: relative;
  display: flex;
  align-items: center;
}
.line:before, .line:after {
  content: "";
  height: 0;
  border-top: 1px solid #40220f;
  flex-grow: 1;
}
.line:before {
  margin-right: 0.8em;
}
.line:after {
  margin-left: 0.8em;
}
.line.type02:before, .line.type02:after {
  border-color: #FFF;
}

/* テキスト グループで段落落ち
-----------------------------------*/
.flex-txt {
  display: flex;
  flex-wrap: wrap;
}

.flex-txt-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-txt-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .sp-column {
    flex-direction: column;
  }
  .sp-column.heading05 {
    align-items: center;
  }
}
/* 地図
-----------------------------------*/
.map {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
@media (max-width: 767px) {
  .map {
    padding-top: 75%;
  }
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 動画
-----------------------------------*/
.movie {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.movie video {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* ボタン
-----------------------------------*/
.list-bt {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 64px auto 0;
}
@media (max-width: 767px) {
  .list-bt {
    display: table;
    margin-top: 40px;
  }
}
.list-bt li {
  display: block;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .list-bt li + li {
    margin-top: 20px !important;
  }
}

.list-bt02 {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .list-bt02 {
    width: 220px;
    flex-direction: column;
    gap: 14px;
    margin: 0 auto;
  }
}
.list-bt02 li {
  width: calc(50% - 12px);
  max-width: 290px;
}
@media (max-width: 767px) {
  .list-bt02 li {
    width: 100%;
  }
}
.list-bt02 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  gap: 10px;
  text-decoration: none;
  width: 100%;
  height: 70px;
  border: 1px solid;
  border-radius: 8px;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .list-bt02 li a {
    height: 56px;
    justify-content: flex-start;
    padding-left: 12px;
  }
}
.list-bt02 li a:hover {
  border-width: 2px;
}
.list-bt02 li a:hover img {
  opacity: 1;
}
.list-bt02 li a .ic {
  width: 36px;
}
@media (max-width: 767px) {
  .list-bt02 li a .ic {
    width: 24px;
  }
}
.list-bt02 li a .txt {
  font-weight: bold;
}
@media (max-width: 767px) {
  .list-bt02 li a .txt {
    font-size: 12px;
  }
}
.list-bt02 li a .txt span {
  color: #727171;
  font-size: 0.875em;
}

.com-bt01 {
  display: table;
  margin: 0 auto;
}
.com-bt01 a {
  color: #FFF;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 900;
  width: 280px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1px solid #FFF;
  transition: 0.4s;
  text-decoration: none;
}
@media (max-width: 767px) {
  .com-bt01 a {
    font-size: 18px;
    width: auto;
    min-width: 240px;
    height: 46px;
    padding: 0 20px;
  }
}
.com-bt01 a span:after {
  content: "⇨";
  margin-left: 8px;
}
.com-bt01 a:hover {
  color: #FFF;
  background-color: #780001;
  border-color: #780001;
}
.com-bt01.type02 a {
  color: #231815;
  border-color: #231815;
}
.com-bt01.type02 a:hover {
  color: #FFF;
  background-color: #780001;
  border-color: #780001;
}
.com-bt01.type03 a {
  background-color: #40220f;
  border-color: #40220f;
}
.com-bt01.type03 a:hover {
  background-color: #780001;
  border-color: #780001;
}

.com-bt02 {
  display: table;
}
.com-bt02 a {
  display: block;
  color: #FFF;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  padding: 0 50px 8px 30px;
  border-bottom: 1px solid #FFF;
  text-decoration: none;
  position: relative;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .com-bt02 a {
    min-width: 240px;
    font-size: 16px;
    padding: 0 32px 8px 12px;
    text-align: center;
  }
}
.com-bt02 a:after {
  position: absolute;
  content: "";
  width: 28px;
  height: 0;
  border-bottom: 1px solid #FFF;
  right: -3.5px;
  bottom: 9px;
  transform: rotate(45deg);
}
.com-bt02 a:hover {
  opacity: 0.7;
}
.com-bt02.type02 a {
  color: #231815;
  border-color: #231815;
}
.com-bt02.type02 a:after {
  border-color: #231815;
}

.list-bt01 {
  display: flex;
  justify-content: space-between;
  max-width: clamp(720px, 58vw, 1115px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .list-bt01 {
    flex-direction: column;
    gap: 24px;
    max-width: 280px;
    margin: 0 auto;
  }
}
.list-bt01 li {
  width: clamp(340px, 25vw, 485px);
  height: clamp(110px, 11.5vw, 220px);
  background-color: #FFF;
}
@media (max-width: 767px) {
  .list-bt01 li {
    width: 100%;
    height: 88px;
  }
}
.list-bt01 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0.7em 1.8em 0.7em 1.25em;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(28px, 2.5vw, 48px);
  font-weight: 900;
  line-height: 1;
  gap: 0.7em;
  color: #000;
  background-color: #FFF;
  text-decoration: none;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .list-bt01 li a {
    font-size: 24px;
  }
}
.list-bt01 li a .ic {
  width: clamp(72px, 5.3vw, 102px);
}
@media (max-width: 767px) {
  .list-bt01 li a .ic {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
  }
  .list-bt01 li a .ic img {
    max-height: 100%;
  }
}
.list-bt01 li a:hover {
  background-color: rgba(235, 233, 219, 0.7);
}
.list-bt01 li a:hover img {
  opacity: 1;
}
.list-bt01 li.insta a {
  text-align: center;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  .list-bt01 li.insta a {
    gap: 8px;
  }
  .list-bt01 li.insta a .txt02 {
    width: 160px;
  }
}
.list-bt01 li.insta a .txt {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
}
@media (max-width: 767px) {
  .list-bt01 li.insta a .txt {
    font-size: 16px;
  }
}

/* ボックス
-----------------------------------*/
.box01 {
  color: #0a122d;
  padding: 32px 24px;
  background: #FFF;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .box01 {
    padding: 20px 14px;
    border-radius: 16px;
  }
}
.box01.type02 {
  border-radius: 0;
}

/* リスト
-----------------------------------*/
.list-dot,
.list-note {
  line-height: 1.625;
}
.list-dot:not(.type02) li + li,
.list-note:not(.type02) li + li {
  margin-top: 0.25em;
}

.list-dot li {
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.list-dot li:before {
  content: "●";
  margin-right: 0.2em;
}

.list-note li {
  text-indent: -1em;
  margin-left: 1em;
}
.list-note li:before {
  content: "※";
}

.list-mark {
  display: flex;
  gap: 0.2em;
}

/* テーブル
-----------------------------------*/
/* 幅 */
col.colw05 {
  width: 5%;
}

col.colw10 {
  width: 10%;
}

col.colw15 {
  width: 15%;
}

col.colw20 {
  width: 20%;
}

col.colw25 {
  width: 25%;
}

col.colw30 {
  width: 30%;
}

col.colw35 {
  width: 35%;
}

col.colw40 {
  width: 40%;
}

col.colw45 {
  width: 45%;
}

col.colw50 {
  width: 50%;
}

col.colw55 {
  width: 55%;
}

col.colw60 {
  width: 60%;
}

col.colw65 {
  width: 65%;
}

col.colw70 {
  width: 70%;
}

col.colw75 {
  width: 75%;
}

col.colw80 {
  width: 80%;
}

col.colw85 {
  width: 85%;
}

col.colw90 {
  width: 90%;
}

col.colw95 {
  width: 95%;
}

.tb-wrap {
  overflow-x: auto;
}
.tb-wrap th, .tb-wrap td {
  white-space: nowrap;
}

table {
  color: #0a122d;
  line-height: 1.625;
  width: 100%;
  background-color: #FFF;
  border: 1px solid #40220f;
}
table th, table td {
  padding: 16px;
  vertical-align: middle;
  border: 1px solid #40220f;
}
@media (max-width: 767px) {
  table th, table td {
    padding: 8px;
  }
}
table thead th {
  color: #FFF;
  background: #780001;
}
table tbody th {
  color: #40220f;
  background: #EFEEE7;
}
table th {
  font-weight: bold;
}
table .nowrap {
  white-space: nowrap;
}

.tb01 {
  border: 16px solid #FFF;
}
@media (max-width: 767px) {
  .tb01 {
    border-width: 8px;
  }
  .tb01 th, .tb01 td {
    font-size: 12px;
  }
}
.tb01 + .tb01 {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .tb01 + .tb01 {
    margin-top: 16px;
  }
}
.tb01 thead th,
.tb01 tbody th {
  color: initial;
  background: none;
}
.tb01 .cell-l {
  padding-left: 0;
}
.tb01 .cell-r {
  padding-right: 8px;
}
@media (max-width: 767px) {
  .tb01 .cell-r {
    padding-right: 4px;
  }
}

.tb02 {
  background: none;
  border: none;
}
.tb02 thead th,
.tb02 tbody th {
  color: initial;
  background: none;
}
.tb02 th {
  font-weight: normal;
}
.tb02 th, .tb02 td {
  border-top: none;
  border-left: none;
  border-right: none;
}
@media (max-width: 767px) {
  .tb02 th, .tb02 td {
    padding: 12px 8px;
  }
}
.tb02 tr:first-child th, .tb02 tr:first-child td {
  padding-top: 0;
}
.tb02 tr > *:first-child {
  padding-left: 0;
}

/* com-article01
---------------------------------- */
.com-article01 article + article {
  margin-top: clamp(80px, 5.2vw, 100px);
}
@media (max-width: 767px) {
  .com-article01 article + article {
    margin-top: 50px;
  }
}
.com-article01 article > *:last-child {
  margin-bottom: 0;
}
.com-article01 .img01 + .com-tx,
.com-article01 .list-img02 + .com-tx,
.com-article01 .map + .com-tx {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .com-article01 .img01 + .com-tx,
.com-article01 .list-img02 + .com-tx,
.com-article01 .map + .com-tx {
    margin-top: 24px;
  }
}
.com-article01 .img01 + .box01, .com-article01 .img01 + .tb01,
.com-article01 .list-img02 + .box01,
.com-article01 .list-img02 + .tb01,
.com-article01 .map + .box01,
.com-article01 .map + .tb01 {
  margin-top: 44px;
}
@media (max-width: 767px) {
  .com-article01 .img01 + .box01, .com-article01 .img01 + .tb01,
.com-article01 .list-img02 + .box01,
.com-article01 .list-img02 + .tb01,
.com-article01 .map + .box01,
.com-article01 .map + .tb01 {
    margin-top: 24px;
  }
}
.com-article01 .img01 + .list-img01,
.com-article01 .list-img02 + .list-img01,
.com-article01 .map + .list-img01 {
  margin-top: clamp(80px, 5.2vw, 100px);
}
@media (max-width: 767px) {
  .com-article01 .img01 + .list-img01,
.com-article01 .list-img02 + .list-img01,
.com-article01 .map + .list-img01 {
    margin-top: 40px;
  }
}
.com-article01 .com-tx {
  text-align: center;
}
@media (max-width: 767px) {
  .com-article01 .com-tx {
    text-align: left;
  }
}
.com-article01 .com-bt02 {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .com-article01 .com-bt02 {
    margin-top: 28px;
  }
}
.com-article01 .box01,
.com-article01 .table-dl-wrap,
.com-article01 .com-bt01,
.com-article01 .img-column02 + .note {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .com-article01 .box01,
.com-article01 .table-dl-wrap,
.com-article01 .com-bt01,
.com-article01 .img-column02 + .note {
    margin-top: 32px;
  }
}
.com-article01 .table-dl-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 767px) {
  .com-article01 .table-dl-wrap {
    gap: 20px;
  }
}
.com-article01 .table-dl-wrap .table-dl {
  color: #0a122d;
  width: 100%;
  border: 1px solid #a48b78;
  margin: 0 auto;
}
.com-article01 .table-dl-wrap .table-dl dt {
  color: #FFF;
  font-size: 1.25em;
  font-weight: bold;
  background: #a48b78;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.4em;
}
.com-article01 .table-dl-wrap .table-dl dd {
  background-color: #f9f6f2;
  padding: 1em;
  text-align: center;
  line-height: 1.625;
}
@media (max-width: 767px) {
  .com-article01 .table-dl-wrap .table-dl dd {
    text-align: left;
  }
}
.com-article01 .table-dl-wrap .table-dl.col-wrap {
  display: flex;
  justify-content: space-between;
  border: revert;
}
@media (max-width: 767px) {
  .com-article01 .table-dl-wrap .table-dl.col-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.com-article01 .table-dl-wrap .table-dl.col-wrap .item {
  width: calc((100% - 48px) / 3);
  border: 1px solid #a48b78;
}
@media (max-width: 767px) {
  .com-article01 .table-dl-wrap .table-dl.col-wrap .item {
    width: 100%;
  }
  .com-article01 .table-dl-wrap .table-dl.col-wrap .item dd {
    text-align: center;
  }
}
.com-article01 .table-dl02 {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .com-article01 .table-dl02 {
    flex-direction: column;
    gap: 20px;
  }
}
.com-article01 .table-dl02 dl {
  max-width: 392px;
}
@media (max-width: 767px) {
  .com-article01 .table-dl02 dl {
    max-width: initial;
  }
}
.com-article01 .table-dl02 dt {
  color: #FFF;
  font-size: 1.25em;
  font-weight: bold;
  background: #a48b78;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.4em;
}
.com-article01 .table-dl02 dd {
  background: #f9f6f2;
  border: 1px solid #a48b78;
  border-radius: 0 0 24px 24px;
  padding: 20px;
}
@media (max-width: 767px) {
  .com-article01 .table-dl02 dd {
    border-radius: 0 0 14px 14px;
    padding: 14px;
  }
}
.com-article01 .list01 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .com-article01 .list01 {
    gap: 8px;
    margin-top: 16px;
  }
}
.com-article01 .list01 li {
  color: #0a122d;
  width: calc((100% - 64px) / 5);
  background-color: #f9f6f2;
  padding: 0.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  height: 48px;
  border: 1px solid #a48b78;
}
@media (max-width: 959px) {
  .com-article01 .list01 li {
    width: calc((100% - 48px) / 4);
  }
}
@media (max-width: 767px) {
  .com-article01 .list01 li {
    width: calc(50% - 4px);
    height: 44px;
  }
}
.com-article01 .list01 li.txt {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background: none;
  border: none;
  padding: 0;
  margin: 8px 0 0 auto;
  height: auto;
}

/* 画像＋テキスト
---------------------------------- */
.img-column01 {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(32px, 2.5vw, 48px) 24px;
}
@media (max-width: 767px) {
  .img-column01 {
    flex-direction: column;
    max-width: 650px;
    margin: 0 auto;
    gap: 24px;
  }
}
.img-column01 li {
  width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .img-column01 li {
    width: 100%;
  }
}
.img-column01 li .box {
  color: #0a122d;
  background: #FFF;
  padding: 20px 20px 28px;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .img-column01 li .box {
    padding: 20px 14px;
  }
}
.img-column01 li .box table {
  border: none;
  border-top: 1px solid #40220f;
  margin-top: 20px;
}
.img-column01 li .box table th, .img-column01 li .box table td {
  padding: 1em 0;
  border-left: none;
  border-right: none;
}
.img-column01 li .box table td {
  border-top-style: dashed;
  border-bottom-style: dashed;
}
.img-column01 li .box table + * {
  margin-top: 1em;
}
.img-column01.type02 {
  gap: 0 24px;
}
@media (max-width: 767px) {
  .img-column01.type02 {
    gap: 24px;
  }
  .img-column01.type02 + .img-column01 {
    margin-top: 24px;
  }
}
.img-column01.type02 li {
  position: relative;
}
.img-column01.type02 li + li {
  margin-top: clamp(32px, 2.5vw, 48px);
}
@media (max-width: 767px) {
  .img-column01.type02 li + li {
    margin-top: 0;
  }
}
.img-column01.type02 li .ic {
  color: #FFF;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(20px, 1.7vw, 33px);
  font-weight: 900;
  line-height: 1;
  background: #b28247;
  width: clamp(40px, 3.4vw, 66px);
  height: clamp(40px, 3.4vw, 66px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.img-column01.type02 li .box {
  flex-grow: initial;
}

.heading01 + .img-column02, .heading01 + .box01 {
  margin-top: 0;
}

.img-column02 {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(80px, 5.2vw, 100px);
}
@media (max-width: 767px) {
  .img-column02 {
    display: block;
    margin-top: 40px;
  }
  .img-column02.type02 .txt-wrap .txt {
    text-align: center;
  }
}
.img-column02.reverse {
  flex-direction: row-reverse;
}
.img-column02.reverse .txt-wrap .heading05,
.img-column02.reverse .txt-wrap .txt {
  padding-left: 0;
  padding-right: clamp(32px, 3.3vw, 64px);
}
@media (max-width: 767px) {
  .img-column02.reverse .txt-wrap .heading05,
.img-column02.reverse .txt-wrap .txt {
    padding-right: 0;
  }
}
.img-column02 .img {
  width: calc(50% - clamp(32px, 3.3vw, 64px) / 2);
  margin: 0;
}
@media (max-width: 767px) {
  .img-column02 .img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.img-column02 .txt-wrap {
  width: calc(50% + clamp(32px, 3.3vw, 64px) / 2);
}
@media (max-width: 767px) {
  .img-column02 .txt-wrap {
    width: 100%;
  }
}
.img-column02 .txt-wrap .heading05,
.img-column02 .txt-wrap .txt {
  padding-left: clamp(32px, 3.3vw, 64px);
}
@media (max-width: 767px) {
  .img-column02 .txt-wrap .heading05,
.img-column02 .txt-wrap .txt {
    padding-left: 0;
  }
}
.img-column02 .txt-wrap .txt > * + * {
  margin-top: 1em;
}
.img-column02 .txt-wrap .txt .com-bt02 {
  margin: 32px 0 0 auto;
}
@media (max-width: 767px) {
  .img-column02 .txt-wrap .txt .com-bt02 {
    margin: 28px auto 0;
  }
}

/* 画像リスト
---------------------------------- */
.list-img01 {
  display: flex;
  flex-wrap: wrap;
  gap: 56px clamp(32px, 3.3vw, 64px);
}
@media (max-width: 767px) {
  .list-img01 {
    flex-direction: column;
    gap: 40px;
  }
}
.list-img01 > dl {
  width: calc(50% - clamp(32px, 3.3vw, 64px) / 2);
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .list-img01 > dl {
    width: 100%;
  }
}
.list-img01 > dl dt {
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .list-img01 > dl dt {
    margin-bottom: 16px;
  }
}
.list-img01 > dl dd {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.list-img01 > dl dd .heading03 {
  text-align: center;
}
.list-img01 > dl dd > *:last-child {
  margin-bottom: 0;
}

.list-img02 {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(32px, 3.3vw, 64px);
}
@media (max-width: 767px) {
  .list-img02 {
    gap: 16px;
  }
}
.list-img02 li {
  width: calc(50% - clamp(32px, 3.3vw, 64px) / 2);
}
@media (max-width: 767px) {
  .list-img02 li {
    width: 100%;
    text-align: center;
  }
}

/* インデント
-----------------------------------*/
.indent {
  text-indent: -1em;
  margin-left: 1em;
}

/* ニュース一覧
-----------------------------------*/
/* カテゴリラベル */
.list-news li > a .txt .label,
.entry-detail .heading01 .entry-meta .label { /* お知らせ */
  /* お知らせ！ */
  /* キャンペーン・イベント */
  /* お得 */
  /* 求人募集 */
}
.list-news li > a .txt .label.label01,
.entry-detail .heading01 .entry-meta .label.label01 {
  background-color: #919301;
}
.list-news li > a .txt .label.label02,
.entry-detail .heading01 .entry-meta .label.label02 {
  background-color: #b5100e;
}
.list-news li > a .txt .label.label03,
.entry-detail .heading01 .entry-meta .label.label03 {
  background-color: #4c0ca8;
}
.list-news li > a .txt .label.label04,
.entry-detail .heading01 .entry-meta .label.label04 {
  background-color: #db610c;
}
.list-news li > a .txt .label.label05,
.entry-detail .heading01 .entry-meta .label.label05 {
  background-color: #003399;
}

.list-news li .title.new:before,
.entry-detail .heading01 .title.new:before {
  content: "NEW";
  color: yellow;
  font-size: 0.7em;
  width: 32px;
  display: inline-block;
}
@media (max-width: 767px) {
  .list-news li .title.new:before,
.entry-detail .heading01 .title.new:before {
    width: 28px;
  }
}

.list-news {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(3, min(320px, 30%));
  gap: 40px 5%;
}
@media (max-width: 767px) {
  .list-news {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 280px;
    margin: 0 auto;
  }
}
.list-news li > a {
  text-decoration: none;
  transition: 0.4s;
  display: block;
  margin: 0 auto;
}
.list-news li > a:hover .txt {
  opacity: 0.7;
}
.list-news li > a .img {
  text-align: center;
  margin-bottom: 16px;
  background: #000;
}
.list-news li > a .img img {
  width: 100%;
}
.list-news li > a .txt {
  transition: 0.4s;
}
@media (max-width: 767px) {
  .list-news li > a .txt {
    margin-right: auto;
  }
}
.list-news li > a .txt .label {
  color: #FFF;
  background-color: #000;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 6px 8px;
  border-radius: 8px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .list-news li > a .txt .label {
    font-size: 13px;
  }
}
.list-news li > a .txt .date {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}
.list-news li > a .txt .title {
  line-height: 1.5;
  word-wrap: break-word;
}

/* WPページャー
-----------------------------------*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin: 72px auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 50px;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  width: 40px;
  height: 40px;
  margin: 0 5px !important;
  border: 1px solid #FFF !important;
  padding: 0 !important;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 16px;
  }
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  color: #000;
  background-color: #FFF;
}
.wp-pagenavi a {
  text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi .current {
  color: #000;
  background-color: #FFF;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  color: rgba(0, 0, 0, 0) !important;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
}
.wp-pagenavi .previouspostslink:after,
.wp-pagenavi .nextpostslink:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .wp-pagenavi .previouspostslink:after,
.wp-pagenavi .nextpostslink:after {
    width: 5px;
    height: 5px;
  }
}
.wp-pagenavi .previouspostslink:hover:after,
.wp-pagenavi .nextpostslink:hover:after {
  border-color: #000;
}
.wp-pagenavi .previouspostslink:after {
  left: 58%;
  transform: translate(-50%, -50%) rotate(225deg);
}
@media (max-width: 767px) {
  .wp-pagenavi .previouspostslink:after {
    left: 53%;
  }
}
.wp-pagenavi .nextpostslink:after {
  right: 58%;
  transform: translate(50%, -50%) rotate(45deg);
}
@media (max-width: 767px) {
  .wp-pagenavi .nextpostslink:after {
    right: 53%;
  }
}

/* 投稿記事 タイトル
-----------------------------------*/
.entry-detail .heading01 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .entry-detail .heading01 {
    padding: 14px 0;
  }
}
.entry-detail .heading01 .wrap {
  padding: 0 26px;
}
@media (max-width: 767px) {
  .entry-detail .heading01 .wrap {
    padding: 0;
  }
}
.entry-detail .heading01 .entry-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .entry-detail .heading01 .entry-meta {
    gap: 16px;
    margin-bottom: 8px;
  }
}
.entry-detail .heading01 .entry-meta .date {
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .entry-detail .heading01 .entry-meta .date {
    font-size: 16px;
  }
}
.entry-detail .heading01 .entry-meta .label {
  color: #FFF;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 6px 8px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .entry-detail .heading01 .entry-meta .label {
    font-size: 13px;
  }
}
.entry-detail .heading01 .title {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .entry-detail .heading01 .title {
    font-size: 20px;
  }
}
.entry-detail .heading01 .title.new:before {
  width: 52px;
}
@media (max-width: 767px) {
  .entry-detail .heading01 .title.new:before {
    width: 40px;
  }
}

/* 投稿記事 詳細
-----------------------------------*/
.entry-detail .entry-body {
  padding: 70px 0 0;
}
@media (max-width: 767px) {
  .entry-detail .entry-body {
    padding-top: 24px;
  }
}
.entry-detail .entry-body .contents {
  max-width: 1000px;
}
.entry-detail .entry-content {
  overflow: hidden;
  word-break: break-all;
}
.entry-detail .entry-content p {
  margin-bottom: 16px;
}
.entry-detail .entry-content h1 {
  margin: 24px 0 16px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h1 {
    margin: 16px 0 12px;
    font-size: 26px;
  }
}
.entry-detail .entry-content h2 {
  margin: 24px 0 16px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h2 {
    margin: 16px 0 12px;
    font-size: 24px;
  }
}
.entry-detail .entry-content h3 {
  margin: 16px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h3 {
    margin: 12px 0;
    font-size: 22px;
  }
}
.entry-detail .entry-content h4 {
  margin: 16px 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h4 {
    margin: 12px 0;
    font-size: 20px;
  }
}
.entry-detail .entry-content h5 {
  margin: 16px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h5 {
    margin: 12px 0;
    font-size: 18px;
  }
}
.entry-detail .entry-content h6 {
  margin: 16px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h6 {
    margin: 12px 0;
    font-size: 16px;
  }
}
.entry-detail .entry-content ul {
  margin: 16px 0 16px 32px;
}
.entry-detail .entry-content ul li {
  list-style: disc;
}
.entry-detail .entry-content ol {
  margin: 16px 0 16px 32px;
}
.entry-detail .entry-content blockquote {
  font-style: italic;
  padding: 0 32px;
}
.entry-detail .entry-content blockquote cite, .entry-detail .entry-content blockquote em, .entry-detail .entry-content blockquote i {
  font-style: normal;
}
.entry-detail .entry-content table {
  margin-bottom: 24px;
}
.entry-detail .entry-content .alignleft,
.entry-detail .entry-content img.alignleft {
  display: inline;
  float: left;
  margin-right: 16px;
  margin-top: 4px;
}
.entry-detail .entry-content .alignright,
.entry-detail .entry-content img.alignright {
  display: inline;
  float: right;
  margin-left: 16px;
  margin-top: 4px;
}
.entry-detail .entry-content .aligncenter,
.entry-detail .entry-content img.aligncenter {
  clear: both;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.entry-detail .entry-content img.alignleft,
.entry-detail .entry-content img.alignright,
.entry-detail .entry-content img.aligncenter {
  margin-bottom: 16px;
}
.entry-detail .entry-content .wp-caption {
  text-align: center;
}
.entry-detail .entry-content img {
  display: table;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}
.entry-detail .entry-content a:hover img {
  opacity: 1;
}
.entry-detail .entry-content > *:first-child,
.entry-detail .entry-content .news-text > *:first-child {
  margin-top: 0;
}
.entry-detail .entry-content > *:last-child,
.entry-detail .entry-content .news-text > *:last-child {
  margin-bottom: 0;
}
.entry-detail .entry-content > *:last-child img,
.entry-detail .entry-content .news-text > *:last-child img {
  margin-bottom: 0;
}

.entry-btm {
  margin-top: 72px;
}
@media (max-width: 767px) {
  .entry-btm {
    margin-top: 50px;
  }
}
.entry-btm .com-bt01 {
  margin: 0 auto;
}
/*# sourceMappingURL=common.css.map */