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

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

img.t-pc, span.t-pc {
  display: inline;
}
@media (min-width: 1110px) {
  img.t-pc, span.t-pc {
    display: inline !important;
  }
}
@media (max-width: 1109px) {
  img.t-pc, span.t-pc {
    display: none !important;
  }
}
img.t-sp, span.t-sp {
  display: none;
}
@media (min-width: 1110px) {
  img.t-sp, span.t-sp {
    display: none !important;
  }
}
@media (max-width: 1109px) {
  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;
  }
}

/* 共通アニメーション
---------------------------------- */
.animate {
  opacity: 0;
}

.fadein {
  -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
          animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* レイアウト
---------------------------------- */
body {
  height: 100%;
}

main {
  margin-top: 120px;
}

section .contents,
.sec .contents,
footer .contents {
  max-width: 1300px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  section .contents,
.sec .contents,
footer .contents {
    padding: 0 25px;
  }
}

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

.w1920 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.wide-img {
  text-align: center;
}
.wide-img img {
  width: 100%;
  max-width: inherit;
}

/* 背景色
---------------------------------- */
.bgcolor01 {
  background-color: #EFEEE7;
}

.bgcolor02 {
  color: #FFF;
  background-color: #270706;
}
.bgcolor02 .heading01-wrap {
  color: inherit;
}
.bgcolor02 .heading01-wrap:before, .bgcolor02 .heading01-wrap:after {
  border-color: inherit;
}

.bgcolor03 {
  background: url(/hitachinaka/images/common/com_bg01.jpg);
}

/* フォーム
---------------------------------- */
input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 8px;
  font-size: 16px;
}

input[type=date],
select {
  max-width: 100%;
  padding: 8px;
  font-size: 16px;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* タイトル
-----------------------------------*/
.heading-main {
  color: #FFF;
  background: url(/hitachinaka/images/spa/main_ph01.jpg) no-repeat center;
  background-size: cover;
  height: 530px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .heading-main {
    height: 190px;
  }
}
.heading-main .contents {
  width: 100%;
  max-width: 990px;
  padding: 0 25px;
}
.heading-main .heading-title {
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .heading-main .heading-title .ic {
    width: 42px;
    margin: 0 auto;
  }
}
.heading-main .heading-title .ja {
  font-family: "Yuji Syuku", serif;
  font-size: 70px;
  letter-spacing: -0.05em;
  margin: 0.4em 0 0.5em;
}
@media (max-width: 767px) {
  .heading-main .heading-title .ja {
    font-size: 35px;
  }
}
.heading-main .heading-title .en {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  letter-spacing: 0.2em;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .heading-main .heading-title .en {
    font-size: 14px;
  }
}

.heading01-wrap {
  color: #270706;
  text-align: center;
  padding: 35px 0;
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .heading01-wrap {
    padding: 20px 0;
    margin-bottom: 40px;
  }
}
.heading01-wrap.type02 {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .heading01-wrap.type02 {
    padding: 20px 0;
  }
}
.heading01-wrap:before, .heading01-wrap:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 0;
}
@media (max-width: 767px) {
  .heading01-wrap:before, .heading01-wrap:after {
    width: 100%;
  }
}
.heading01-wrap:before {
  border-top: 1px solid #270706;
  top: 0;
  left: 0;
}
.heading01-wrap:after {
  border-bottom: 1px solid #270706;
  bottom: 0;
  right: 0;
}
.heading01-wrap .ic {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .heading01-wrap .ic {
    width: 55px;
    margin-left: auto;
    margin-right: auto;
  }
}
.heading01-wrap .heading01 {
  font-family: "Noto Serif JP", serif;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .heading01-wrap .heading01 {
    font-size: 26px;
  }
}
.heading01-wrap .txt02 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 26px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .heading01-wrap .txt02 {
    font-size: 14px;
  }
}

.heading02 {
  color: #270706;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 2;
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .heading02 {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

.heading03 {
  color: #270706;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding-bottom: 12px;
  border-bottom: 1px solid #B28247;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .heading03 {
    font-size: 28px;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .heading03 .flex-txt {
    justify-content: center;
  }
}
.heading03 .txS {
  font-size: 20px;
}
.heading03 rt {
  font-size: 10px;
}
.heading03.type02 {
  color: #FFF;
  background: #270706;
  border: none;
  padding: 16px 12px;
}

.heading04 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 767px) {
  .heading04 {
    font-size: 18px;
  }
}

/* テキスト グループで段落落ち
-----------------------------------*/
.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;
}

/* 地図
-----------------------------------*/
.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%;
}

/* 蛍光ペン
-----------------------------------*/
.marker {
  background: linear-gradient(transparent 50%, #FFE49B 50%);
}

/* ボタン
-----------------------------------*/
.com-bt01 {
  display: table;
}
.com-bt01 a {
  color: #270706;
  font-size: 14px;
  font-weight: 500;
  width: 280px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  background-color: #FFF;
  border: 1px solid #270706;
  transition: 0.4s;
  text-decoration: none;
}
.com-bt01 a span {
  padding-right: 26px;
  position: relative;
}
.com-bt01 a span:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #270706;
  border-radius: 50%;
  background: url(/hitachinaka/images/common/com_ic_bt01.png) no-repeat center;
  background-size: 16px 16px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.com-bt01 a:hover {
  color: #FFF;
  background-color: #780001;
  border-color: #780001;
}
.com-bt01 a:hover span:after {
  background-image: url(/hitachinaka/images/common/com_ic_bt01_02.png);
  border-color: #FFF;
}
.com-bt01.type02 a {
  color: #FFF;
  background-color: #270706;
  border: none;
}
.com-bt01.type02 a span:after {
  background-image: url(/hitachinaka/images/common/com_ic_bt01_02.png);
  border-color: #FFF;
}
.com-bt01.type02 a:hover {
  background-color: #780001;
}

.com-bt02 {
  display: table;
  width: 150px;
}
.com-bt02 a {
  display: block;
  color: #270706;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 8px;
  border-bottom: 1px solid #270706;
  text-decoration: none;
  position: relative;
  transition: 0.4s;
}
.com-bt02 a:after {
  position: absolute;
  content: "";
  width: 28px;
  height: 0;
  border-bottom: 1px solid #270706;
  right: -3.5px;
  bottom: 9px;
  transform: rotate(45deg);
}
.com-bt02 a:hover {
  opacity: 0.7;
}

/* リスト
-----------------------------------*/
.list-dot li,
.list-dot02 li,
.list-note li {
  text-indent: -1em;
  margin-left: 1em;
}
.list-dot li + li,
.list-dot02 li + li,
.list-note li + li {
  margin-top: 0.5em;
}

.list-dot li:before {
  content: "・";
}

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

.list-note li:before {
  content: "※";
}

/* テーブル
-----------------------------------*/
/* 幅 */
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 table th, .tb-wrap table td {
  width: auto;
  display: table-cell;
  white-space: nowrap;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  color: #270706;
  width: 100%;
  background-color: #FFF;
}
table th, table td {
  padding: 16px;
  border: 1px solid #270706;
}
@media (max-width: 767px) {
  table th, table td {
    padding: 8px;
  }
}
table th {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  background: #EFEEE7;
}
table thead th {
  color: #FFF;
  text-align: center;
  background: #780001;
}
table .nowrap {
  white-space: nowrap;
}

.table01 {
  color: inherit;
}
.table01 th {
  font-family: inherit;
  font-weight: normal;
  background: none;
}
.table01 th, .table01 td {
  border-top: none;
  border-left: none;
  border-right: none;
}
.table01 tr:first-child th, .table01 tr:first-child td {
  padding-top: 0;
}
.table01 tr > *:first-child {
  padding-left: 0;
}

.table02 {
  color: inherit;
  width: auto;
  background: none;
}
.table02 th, .table02 td {
  padding: 0;
  border: none;
}
.table02 th {
  font-family: inherit;
  font-weight: normal;
  text-align: inherit;
  background: none;
  vertical-align: top;
  white-space: nowrap;
}
.table02 th span {
  display: inline-block;
  width: calc(100% - 1em);
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.table02 th:after {
  content: "：";
}
.table02 th, .table02 td {
  padding: 0.25em 0;
}
.table02 tr:first-child th, .table02 tr:first-child td {
  padding-top: 0;
}
.table02 tr:last-child th, .table02 tr:last-child td {
  padding-bottom: 0;
}

/* アコーディオン
-----------------------------------*/
.ac-label {
  position: relative;
  cursor: pointer;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 16px 12px;
  background-color: #270706;
}
@media (max-width: 767px) {
  .ac-label {
    font-size: 18px;
  }
}
.ac-label:before, .ac-label:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
}
.ac-label:before {
  width: 16px;
  height: 0;
  border-top: 2px solid #FFF;
  right: 16px;
}
.ac-label:after {
  width: 0;
  height: 16px;
  border-left: 2px solid #FFF;
  right: 23px;
}
.ac-label.open:after {
  content: none;
}

.ac-content {
  display: none;
  padding: 30px 0 14px;
}
@media (max-width: 767px) {
  .ac-content {
    padding: 20px 0 8px;
  }
}

/* 下部リンクエリア
-----------------------------------*/
@media (max-width: 767px) {
  .com-link-sec {
    padding: 55px 0;
  }
}

.list-bt01 {
  display: flex;
  justify-content: space-evenly;
  gap: 40px;
}
@media (max-width: 767px) {
  .list-bt01 {
    flex-direction: column;
    gap: 30px;
    max-width: 325px;
    margin: 0 auto;
  }
}
.list-bt01 li a {
  display: block;
  color: #270706;
  text-align: center;
  line-height: 1;
  padding: clamp(32px, 2vw, 40px) clamp(96px, 6.25vw, 120px);
  background-color: #FFF;
  border: 3px solid #270706;
  border-radius: 10px 10px 0 10px;
  text-decoration: none;
  position: relative;
  transition: 0.4s;
}
.list-bt01 li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #270706 transparent;
  border-width: 0px 0px clamp(54px, 3.5vw, 68px) clamp(54px, 3.5vw, 68px);
  bottom: 0;
  right: 0;
  z-index: 1;
}
.list-bt01 li a .ic {
  width: clamp(120px, 7.8vw, 150px);
  margin: 0 auto clamp(24px, 1.5625vw, 30px);
}
.list-bt01 li a .txt {
  font-size: clamp(20px, 1.4vw, 26px);
  font-weight: bold;
  line-height: 1;
}
.list-bt01 li a:hover {
  background-color: rgba(235, 233, 219, 0.7);
}
.list-bt01 li a:hover img {
  opacity: 1;
}
.list-bt01.type02 {
  flex-wrap: wrap;
  justify-content: center;
}
.list-bt01.type02 li a {
  width: 280px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 0 20px;
  gap: 10px;
}
@media (max-width: 767px) {
  .list-bt01.type02 li a {
    width: 100%;
  }
}
.list-bt01.type02 li a .ic {
  width: 105px;
  margin: 0;
}
.list-bt01.type02 li a .txt {
  font-size: 19px;
  min-width: 105px;
}
.list-bt01.type02 li a:after {
  border-width: 0px 0px 30px 30px;
}
.list-bt01.type02 li.insta a {
  text-align: center;
  flex-direction: column;
}
.list-bt01.type02 li.insta a .txt {
  font-size: 18px;
}
.list-bt01 + .note {
  color: #270706;
  font-size: 18px;
  font-weight: bold;
  background-color: #FFF;
  padding: 10px 32px;
  border-radius: 30px;
  display: table;
  margin: calc(clamp(80px, 5.2vw, 100px) / 2) auto 0;
}
@media (max-width: 767px) {
  .list-bt01 + .note {
    font-size: 16px;
    padding: 1em;
    border-radius: 10px;
    margin-top: 45px;
  }
}

/* com-article01
---------------------------------- */
.com-article01 > .contents > *:first-child {
  margin-top: 0;
}
.com-article01 > .contents > .img + .heading04 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .com-article01 > .contents > .img + .heading04 {
    margin-top: 25px;
  }
}
.com-article01 > .contents > .img + .heading04 + .txt01 {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .com-article01 > .contents > .img + .heading04 + .txt01 {
    margin-top: 20px;
  }
}
.com-article01 .com-bt01 {
  margin: 25px auto 0;
}
.com-article01 .txt01 {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .com-article01 .txt01 {
    font-size: 16px;
    line-height: 1.625;
    text-align: left;
    margin-top: 35px;
  }
  .com-article01 .txt01 .flex-txt-center {
    display: block;
  }
}
.com-article01 .img {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .com-article01 .img {
    margin-top: 35px;
  }
}
.com-article01 .heading01-wrap + .img-column02 {
  margin-top: 0;
}
.com-article01 .img-column02 {
  margin-top: clamp(80px, 5.2vw, 100px);
}
@media (max-width: 767px) {
  .com-article01 .img-column02 {
    margin-top: 35px;
  }
}
.com-article01 .img-column02 .img {
  margin-top: 0;
}
.com-article01 .box01 {
  color: #270706;
  background-color: #F9F8F5;
  padding: 35px 40px;
  border-radius: 40px;
  max-width: 1000px;
  margin: 60px auto 0;
}
@media (max-width: 767px) {
  .com-article01 .box01 {
    padding: 25px 15px;
    border-radius: 15px;
    margin-top: 35px;
  }
}
.com-article01 .box01 .list01 {
  display: table;
  margin: 0 auto;
}
.com-article01 .box01 .list01 dl + dl {
  padding-top: 0.8em;
  border-top: 1px dotted #270706;
  margin-top: 0.8em;
}
.com-article01 .box01 .list01 dl dt, .com-article01 .box01 .list01 dl dd {
  display: inline;
}
.com-article01 .box01 .list01 dl dt {
  font-weight: bold;
}
.com-article01 .box01 .list02 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.com-article01 .box01 .list02 dl {
  width: calc(50% - 10px);
  border: 2px solid #270706;
  background-color: #FFF;
  border-radius: 10px;
  padding: 1em;
}
@media (max-width: 767px) {
  .com-article01 .box01 .list02 dl {
    width: 100%;
  }
}
.com-article01 .box01 .list02 dt {
  font-weight: bold;
  text-align: center;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #270706;
  margin-bottom: 0.5em;
}
.com-article01 .box01 .list02 .note {
  padding-left: 1rem;
}
.com-article01 .box01 .list-img {
  max-width: 680px;
  display: flex;
  justify-content: space-between;
  margin: 35px auto 0;
}
@media (max-width: 767px) {
  .com-article01 .box01 .list-img {
    max-width: 310px;
    margin-top: 25px;
  }
  .com-article01 .box01 .list-img li {
    width: 90px;
  }
}
.com-article01 .list-img01 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .com-article01 .list-img01 {
    margin-top: 35px;
  }
}
.com-article01.bgcolor03 .box01 {
  background-color: #FFF;
}

/* 画像＋テキスト
---------------------------------- */
.img-column01 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .img-column01 {
    display: block;
    padding: 0 0 45px;
  }
}
.img-column01 .img {
  width: 52%;
  text-align: left;
}
@media (max-width: 767px) {
  .img-column01 .img {
    width: 100%;
  }
}
.img-column01 .txt-wrap {
  color: #270706;
  width: 48%;
  max-width: 650px;
  padding-right: clamp(30px, 3.125vw, 60px);
  padding-left: 30px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .img-column01 .txt-wrap {
    width: 100%;
    max-width: inherit;
    padding: 40px 25px 0;
  }
}
.img-column01 .txt-wrap .ttl-wrap {
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  border-bottom: 1px solid #270706;
  margin-bottom: 20px;
}
.img-column01 .txt-wrap .ttl-wrap .en {
  font-size: 14px;
  font-weight: 500;
}
.img-column01 .txt-wrap .ttl-wrap .ja {
  font-size: clamp(40px, 2.6vw, 50px);
  font-weight: bold;
  padding: 0.5em 0;
}
@media (max-width: 767px) {
  .img-column01 .txt-wrap .ttl-wrap .ja {
    font-size: 30px;
  }
}
.img-column01 .txt-wrap .txt {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 500;
  line-height: 1.8;
}
.img-column01 .txt-wrap .com-bt02 {
  margin-top: 60px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .img-column01 .txt-wrap .com-bt02 {
    margin-top: 35px;
  }
}
.img-column01.reverse {
  flex-direction: row;
}
.img-column01.reverse .img {
  text-align: right;
}
.img-column01.reverse .txt-wrap {
  padding-left: clamp(30px, 3.125vw, 60px);
  padding-right: 30px;
  margin: 0 auto 0 0;
}
.img-column01.reverse .com-bt02 {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 767px) {
  .img-column01.reverse .com-bt02 {
    margin-right: 0;
    margin-left: auto;
  }
}

.img-column02 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .img-column02 {
    display: block;
  }
}
.img-column02.reverse {
  flex-direction: row-reverse;
}
.img-column02.reverse .txt-wrap .heading03,
.img-column02.reverse .txt-wrap .txt {
  padding-left: 0;
  padding-right: clamp(30px, 3.125vw, 60px);
}
@media (max-width: 767px) {
  .img-column02.reverse .txt-wrap .heading03,
.img-column02.reverse .txt-wrap .txt {
    padding-right: 0;
  }
}
.img-column02 + .img-column02 {
  margin-top: clamp(80px, 5.2vw, 100px);
}
@media (max-width: 767px) {
  .img-column02 + .img-column02 {
    margin-top: 35px;
  }
}
.img-column02 .img {
  width: calc(50% - clamp(30px, 3.125vw, 60px) / 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(30px, 3.125vw, 60px) / 2);
}
@media (max-width: 767px) {
  .img-column02 .txt-wrap {
    width: 100%;
  }
}
.img-column02 .txt-wrap .heading03,
.img-column02 .txt-wrap .txt {
  padding-left: clamp(30px, 3.125vw, 60px);
}
@media (max-width: 767px) {
  .img-column02 .txt-wrap .heading03,
.img-column02 .txt-wrap .txt {
    padding-left: 0;
  }
}
.img-column02 .txt-wrap .heading04 + p, .img-column02 .txt-wrap .heading04 + ul, .img-column02 .txt-wrap .heading04 + ol, .img-column02 .txt-wrap .heading04 + dl {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .img-column02 .txt-wrap .heading04 + p, .img-column02 .txt-wrap .heading04 + ul, .img-column02 .txt-wrap .heading04 + ol, .img-column02 .txt-wrap .heading04 + dl {
    margin-top: 20px;
  }
}
.img-column02 .txt-wrap .txt p + p, .img-column02 .txt-wrap .txt p + ul, .img-column02 .txt-wrap .txt p + ol, .img-column02 .txt-wrap .txt p + dl,
.img-column02 .txt-wrap .txt ul + p,
.img-column02 .txt-wrap .txt ul + ul,
.img-column02 .txt-wrap .txt ul + ol,
.img-column02 .txt-wrap .txt ul + dl,
.img-column02 .txt-wrap .txt ol + p,
.img-column02 .txt-wrap .txt ol + ul,
.img-column02 .txt-wrap .txt ol + ol,
.img-column02 .txt-wrap .txt ol + dl,
.img-column02 .txt-wrap .txt dl + p,
.img-column02 .txt-wrap .txt dl + ul,
.img-column02 .txt-wrap .txt dl + ol,
.img-column02 .txt-wrap .txt dl + dl {
  margin-top: 1em;
}
.img-column02 .txt-wrap .txt li + li {
  margin-top: 0.5em;
}
.img-column02 .txt-wrap .txt .com-bt01 {
  margin: 25px 0 0 auto;
}
@media (max-width: 767px) {
  .img-column02 .txt-wrap .txt .com-bt01 {
    margin: 20px auto 0;
  }
}

/* 画像リスト
---------------------------------- */
.list-img01 {
  display: flex;
  gap: clamp(30px, 3.125vw, 60px);
}
@media (max-width: 767px) {
  .list-img01 {
    text-align: center;
    flex-direction: column;
  }
}
.list-img01 li {
  width: calc(50% - clamp(30px, 3.125vw, 60px) / 2);
}
@media (max-width: 767px) {
  .list-img01 li {
    width: 100%;
  }
}

.list-img02 {
  display: flex;
  flex-wrap: wrap;
  gap: 60px clamp(30px, 3.125vw, 60px);
}
@media (max-width: 767px) {
  .list-img02 {
    flex-direction: column;
    gap: 35px;
  }
}
.list-img02 > dl {
  width: calc(50% - clamp(30px, 3.125vw, 60px) / 2);
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .list-img02 > dl {
    width: 100%;
  }
}
.list-img02 > dl dt {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .list-img02 > dl dt {
    margin-bottom: 20px;
  }
}
.list-img02 > dl dd {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.list-img02 > dl dd .heading04 {
  text-align: center;
  line-height: 1.2;
}
.list-img02 > dl dd .heading04 + p:not(.com-bt01) {
  margin-top: 1.2em;
}

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

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

.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 {
  opacity: 0.7;
}
.list-news li > a .img {
  text-align: center;
  margin-bottom: 16px;
}
.list-news li > a .img img {
  width: 100%;
}
@media (max-width: 767px) {
  .list-news li > a .txt {
    margin-right: auto;
  }
}
.list-news li > a .txt .label {
  color: #FFF;
  background-color: #270706;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 6px 8px;
  border-radius: 8px;
  margin-bottom: 12px;
}
.list-news li > a .txt .date {
  font-family: "Noto Serif JP", 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 {
  margin: 70px auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 50px;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  color: #270706;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 40px;
  vertical-align: top;
}
.wp-pagenavi a:nth-child(3), .wp-pagenavi span:nth-child(3) {
  margin-right: 10px;
  margin-left: 10px;
}
.wp-pagenavi .prev, .wp-pagenavi .next, .wp-pagenavi .page, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .current {
  width: 40px;
}
.wp-pagenavi .prev, .wp-pagenavi .next, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  width: 40px;
  height: 40px;
  color: #270706;
  border: 1px solid #270706 !important;
}
.wp-pagenavi .prev:hover, .wp-pagenavi .next:hover, .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
  color: #FFF;
  background-color: #780001;
}
.wp-pagenavi a {
  text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span, .wp-pagenavi .current {
  color: #FFF;
  background-color: #780001;
  border-radius: 50%;
}
.wp-pagenavi span.current {
  font-weight: bold !important;
}
.wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  margin: 0 5px !important;
  border: none !important;
  padding: 0 !important;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  color: rgba(0, 0, 0, 0) !important;
}
.wp-pagenavi .prev, .wp-pagenavi .previouspostslink {
  position: relative;
  margin-right: 15px;
}
.wp-pagenavi .prev::after, .wp-pagenavi .previouspostslink::after {
  content: "";
  position: absolute;
  left: 53%;
  top: 53%;
  width: 5px;
  height: 5px;
  border-top: 2px solid #270706;
  border-right: 2px solid #270706;
  transform: translate(-50%, -50%) rotate(225deg);
}
.wp-pagenavi .prev:hover::after, .wp-pagenavi .previouspostslink:hover::after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.wp-pagenavi .next, .wp-pagenavi .nextpostslink {
  position: relative;
  margin-left: 15px;
}
.wp-pagenavi .next::after, .wp-pagenavi .nextpostslink::after {
  content: "";
  position: absolute;
  right: 53%;
  top: 53%;
  width: 5px;
  height: 5px;
  border-top: 2px solid #270706;
  border-right: 2px solid #270706;
  transform: translate(50%, -50%) rotate(45deg);
}
.wp-pagenavi .next:hover::after, .wp-pagenavi .nextpostslink:hover::after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

/* 投稿記事 タイトル
-----------------------------------*/
@media (max-width: 767px) {
  .entry-detail .heading01-wrap {
    padding: 24px 0;
  }
}
.entry-detail .heading01-wrap .entry-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .entry-detail .heading01-wrap .entry-meta {
    gap: 16px;
    margin-bottom: 12px;
  }
}
.entry-detail .heading01-wrap .entry-meta .date {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .entry-detail .heading01-wrap .entry-meta .date {
    font-size: 16px;
  }
}
.entry-detail .heading01-wrap .entry-meta .label {
  color: #FFF;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 6px 8px;
  border-radius: 8px;
}
.entry-detail .heading01-wrap .entry-title .heading01 {
  font-size: 28px;
  line-height: 1.3;
  text-align: left;
  display: table;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .entry-detail .heading01-wrap .entry-title .heading01 {
    font-size: 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: 1em 0;
}
.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 {
  margin-top: 0;
}
.entry-detail .entry-content > *:last-child {
  margin-bottom: 0;
}

.entry-btm {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .entry-btm {
    margin-top: 50px;
  }
}
.entry-btm .com-bt01 {
  margin: 0 auto;
}

/* 404
-----------------------------------*/
.notfound .notfound-wrap {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .notfound .notfound-wrap {
    padding: 60px 0;
  }
}
.notfound .notfound-wrap h1 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .notfound .notfound-wrap h1 {
    font-size: 30px;
  }
}
.notfound .notfound-wrap .com-bt01 {
  margin-top: 40px;
}
/*# sourceMappingURL=common.css.map */