@charset "UTF-8";
/*
Author: c.nz
Version: 1.0.6
*/
/* ---------------------------------------------------
　　common
------------------------------------------------------ */
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, 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, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

html {
  font-size: 62.5%;
  font-size: 0.5208333333vw;
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 0.6588579795vw;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-display: swap;
  font-size: 1.6rem;
}

.acms-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.acms-container #adminBox {
  margin-bottom: 0;
}

.slick-dots li.slick-active button {
  background: none;
}

.js-edit_inplace-hovering {
  left: 50% !important;
  transform: translateX(-50%);
}

.js-fadein {
  opacity: 0;
  transform: translateY(4rem);
  transition: 0.6s;
}

.js-fadein.active {
  opacity: 1;
  transform: translateY(0);
}

#container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.container {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
.container::after {
  content: "";
  clear: both;
  display: block;
}

#trend_notification {
  display: none;
}

a {
  transition: all ease 0.3s;
  box-sizing: border-box;
}
a:link, a:visited {
  color: #222;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

.entry-column a:visited {
  color: #222;
}

.entry-column a:has(strong):link, .entry-column a:has(strong):visited,
.entry-column strong a:link, .entry-column strong a:visited {
  color: #333;
  text-decoration: underline;
}

.entry-column a strong,
.entry-column strong:has(a) {
  font-weight: 600;
}

.entry-column a:has(strong)::after,
.entry-column strong a::after,
.column-block-editor a:has(strong)::after,
.column-block-editor strong a::after {
  content: none !important;
  display: none !important;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}
img.max {
  width: 100%;
}

p {
  line-height: 1.8;
  margin: 0;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: space-between;
}

.flexbox.mid {
  align-items: center;
}

.flexbox.center {
  justify-content: center;
}

.flexbox.reverse {
  flex-direction: row-reverse;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

.taR {
  text-align: right;
}

.rel {
  position: relative;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w1200 {
  max-width: 120rem;
}

.txt-lll {
  font-size: 1.375em;
}

.txt-ll {
  font-size: 1.25em;
}

.txt-l {
  font-size: 1.125em;
}

.txt-s {
  font-size: 0.875em;
}

.txt-ss {
  font-size: 0.75em;
}

.txt-sss {
  font-size: 0.625em;
}

.tcol-red {
  color: red;
}

.tcol-orange {
  color: orangered;
}

.tcol-yellow {
  color: orange;
}

.tcol-green {
  color: darkgreen;
}

.tcol-blue {
  color: blue;
}

.tcol-purple {
  color: purple;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.pc-block {
  display: block;
}

.sp-block {
  display: none;
}

.pc-inline {
  display: inline;
}

.sp-inline {
  display: none;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  html.is-fixed,
  html.is-fixed body {
    height: 100%;
    overflow: hidden;
  }
  a:hover img {
    opacity: 1;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  #container {
    padding-top: 7.2rem;
  }
  body:has(#adminBox) #container {
    padding-top: 0;
  }
  .container {
    max-width: 100%;
  }
  p {
    line-height: 1.4;
  }
  .w1200 {
    width: auto;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
  .pc-block {
    display: none !important;
  }
  .sp-block {
    display: block;
  }
  .pc-inline {
    display: none !important;
  }
  .sp-inline {
    display: inline;
  }
  .pc-hidden {
    display: block;
  }
}
/* ---------------------------------------------------
　　pagetit
------------------------------------------------------ */
.pagetit {
  width: 100%;
  height: 16.71875vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E5E5E5 no-repeat center;
  background-size: cover;
  text-align: center;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
}
.pagetit-inner {
  width: 100%;
}
.pagetit-label {
  margin: 0 0 10px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fa7469;
}
.page-title {
  margin: 0;
  font-family: "Poppins", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333;
}
.page-description {
  margin: 10px 0 0;
  font-size: 1.6rem;
  line-height: 1.7;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .pagetit {
    width: 100%;
    max-width: 100%;
    height: 18rem;
  }
  .pagetit-inner {
    padding: 0 1.5rem;
  }
  .pagetit-label {
    font-size: 1.2rem;
    margin: 0 0 6px;
  }
  .page-title {
    font-size: 2.8rem;
    line-height: 1.4;
    letter-spacing: 0.03em;
  }
  .page-description {
    font-size: 1.2rem;
  }
}
/* ---------------------------------------------------
　　topicpath
------------------------------------------------------ */
.topicpath {
  background: none;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 3rem 0 6rem;
}
.topicpath .acms-container {
  max-width: 120rem;
}
.topicpath .topicpath-list {
  width: 100%;
  padding: 0;
  text-align: center;
}
.topicpath .topicpath-list .topicpath-item {
  float: none;
  display: inline-block;
  background: none;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
}
.topicpath .topicpath-list .topicpath-item a {
  display: inline;
}
.topicpath .topicpath-list .topicpath-item::before {
  display: inline-block;
  content: "/";
  padding: 0 1rem;
}
.topicpath .topicpath-list .topicpath-item:first-child {
  padding: 0;
}
.topicpath .topicpath-list .topicpath-item:first-child::before {
  display: inline-block;
  content: "";
  padding: 0;
}
.topicpath .topicpath-list .topicpath-item .topicpath-link {
  font-size: 1.4rem;
  font-weight: 400;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .topicpath .acms-container {
    padding: 0 1.5rem;
  }
}
/* ---------------------------------------------------
　　header
------------------------------------------------------ */
#header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #333;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

#header .l-header__top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}

#header .l-header__logo {
  flex-shrink: 0;
  margin-top: 2rem;
  margin-left: 6rem;
  line-height: 0;
}

#header .l-header__logo a {
  display: block;
}

#header .l-header__logo a:hover {
  opacity: 1;
}

#header .l-header__logo img {
  display: block;
  width: 30rem;
  height: auto;
}

#header .l-header__top-right {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-left: auto;
}

#header .l-header__search {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 2.4rem;
  width: 25rem;
  height: 5.4rem;
  padding: 0.4rem 1.2rem;
  background: #fefefe;
  border: 1px solid rgba(51, 51, 51, 0.7);
  border-radius: 0.5rem;
  box-sizing: border-box;
}

#header .l-header__search-input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0;
  padding-right: 2.4rem;
  border: none;
  background: none;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.44;
  color: #333;
}

#header .l-header__search-input::placeholder {
  color: #333;
  opacity: 0.5;
}

#header .l-header__search-btn {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

#header .l-header__search-btn img {
  display: block;
  width: 1.7575rem;
  height: 1.7575rem;
}

#header .l-header__member {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 2.2rem;
  padding: 1.5rem 3rem;
  background: rgba(51, 51, 51, 0.1);
  border-radius: 5rem;
}

#header .l-header__member:hover {
  opacity: 1;
}

#header .l-header__member img {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
}

#header .l-header__member span {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.44;
  color: #333;
  white-space: nowrap;
}

#header .l-header__cta {
  display: flex;
  align-items: stretch;
  gap: 0.2rem;
  margin-left: 3rem;
}

#header .l-header__cta-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22.4rem;
  height: 10.4rem;
  box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: normal;
  color: #faf5f5;
  text-align: center;
}

#header .l-header__cta-item:hover {
  opacity: 1;
}

#header .l-header__cta-item.-entry {
  background: #8dc21f;
  border-bottom-left-radius: 1rem;
}

#header .l-header__cta-item.-contact {
  background: #fa7469;
}

#header .l-header__gnav > ul {
  display: flex;
  width: 100%;
}

#header .l-header__gnav-item {
  flex: 1 1 0;
  min-width: 0;
  padding: 0.8rem;
  border-right: 1px dashed #333;
}

#header .l-header__gnav-item:last-child {
  border-right: none;
}

#header .l-header__gnav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  padding: 1.2rem 0 0.8rem;
  border-radius: 0.5rem;
  transition: background-color 0.2s;
}

#header .l-header__gnav a:hover {
  opacity: 1;
}

#header .l-header__gnav-item:hover > a,
#header .l-header__gnav-item:focus-within > a {
  background: #ededed;
}

#header .l-header__gnav-icon {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
}

#header .l-header__gnav-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#header .l-header__gnav-text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.333;
  color: #333;
  white-space: nowrap;
}

/* メガメニュー */
#header .l-header__megamenu,
.follow-content .l-header__megamenu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ededed;
  border-bottom: 1px solid #333;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 20;
}

#header .l-header__gnav-item:hover .l-header__megamenu,
#header .l-header__gnav-item:focus-within .l-header__megamenu,
.follow-content .l-header__gnav-item:hover .l-header__megamenu,
.follow-content .l-header__gnav-item:focus-within .l-header__megamenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#header .l-header__megamenu-inner,
.follow-content .l-header__megamenu-inner {
  display: flex;
  align-items: flex-start;
  gap: 22.4rem;
  max-width: 171rem;
  margin: 0 auto;
  padding: 7.5rem 1.5rem 7rem;
}

#header .l-header__megamenu-heading,
.follow-content .l-header__megamenu-heading {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 33.6rem;
}

#header .l-header__megamenu-heading .label,
.follow-content .l-header__megamenu-heading .label {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.28rem;
  color: #fa7469;
}

#header .l-header__megamenu-heading .tit,
.follow-content .l-header__megamenu-heading .tit {
  margin: 0;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.18rem;
  color: #333;
}

#header .l-header__megamenu .l-header__megamenu-list,
.follow-content .l-header__megamenu .l-header__megamenu-list {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 5.6rem;
  min-width: 0;
}

#header .l-header__megamenu .l-header__megamenu-list li,
.follow-content .l-header__megamenu .l-header__megamenu-list li {
  flex: 0 1 auto;
  min-width: 18rem;
  max-width: 36rem;
}

#header .l-header__megamenu .l-header__megamenu-list a,
.follow-content .l-header__megamenu .l-header__megamenu-list a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: auto;
  gap: 0.4rem;
  padding: 0;
  border-radius: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06rem;
  color: #333;
  text-decoration: none;
  transition: none;
}

#header .l-header__megamenu .l-header__megamenu-list a .text,
.follow-content .l-header__megamenu .l-header__megamenu-list a .text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: keep-all;
  overflow-wrap: break-word;
}

#header .l-header__megamenu .l-header__megamenu-list a:hover,
.follow-content .l-header__megamenu .l-header__megamenu-list a:hover {
  opacity: 1;
  text-decoration: underline;
}

#header .l-header__megamenu .l-header__megamenu-list .icon,
.follow-content .l-header__megamenu .l-header__megamenu-list .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: 0.4rem;
}

#header .l-header__megamenu .l-header__megamenu-list .icon img,
.follow-content .l-header__megamenu .l-header__megamenu-list .icon img {
  display: block;
  width: 0.655rem;
  height: 1.115rem;
}

#header .l-header__megamenu .l-header__megamenu-list .l-header__megamenu-blank-icon,
.follow-content .l-header__megamenu .l-header__megamenu-list .l-header__megamenu-blank-icon {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.3em;
  vertical-align: middle;
  background: url("../images/common/ico-blank.svg") no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1002;
  }
  .acms-container #adminBox {
    position: sticky;
    top: 7.2rem;
    z-index: 1001;
    margin-top: 7.2rem;
  }
  #header .l-header__top {
    margin-bottom: 0;
  }
  #header .l-header__logo {
    margin: 1rem 0 1.1rem 1rem;
  }
  #header .l-header__logo img {
    width: 16.276rem;
    height: 5rem;
  }
  #header .l-header__top-right,
  #header .l-header__cta {
    display: none;
  }
  #header .l-header__gnav {
    display: none;
  }
}

/* ---------------------------------------------------
	follow-content
------------------------------------------------------ */
.follow-content {
  position: fixed;
  top: -50rem;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #333;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  transition: 0.6s;
  z-index: 999;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.follow-content.is-follow {
  top: 0;
}

.follow-content__inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  height: 7.3rem;
}

.follow-content__logo {
  flex-shrink: 0;
  margin: 1rem 0 0 1rem;
  line-height: 0;
}
.follow-content__logo a {
  display: block;
}
.follow-content__logo a:hover {
  opacity: 1;
}
.follow-content__logo img {
  display: block;
  width: 17.25rem;
  height: auto;
}

.follow-content__utility {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-left: auto;
}

.follow-content__search {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 1.2rem;
  width: 25rem;
  height: 4.5rem;
  padding: 0.4rem 1.2rem;
  background: #fefefe;
  border: 1px solid rgba(51, 51, 51, 0.7);
  border-radius: 0.5rem;
  box-sizing: border-box;
}
.follow-content__search-input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0;
  padding-right: 2rem;
  border: none;
  background: none;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
}
.follow-content__search-input::placeholder {
  color: #333;
  opacity: 0.5;
}
.follow-content__search-btn {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.follow-content__search-btn img {
  display: block;
  width: 1.4646rem;
  height: 1.4646rem;
}

.follow-content__member {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.3rem;
  padding: 0.8rem 3rem;
  background: rgba(51, 51, 51, 0.1);
  border-radius: 5rem;
}
.follow-content__member:hover {
  opacity: 1;
}
.follow-content__member img {
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.follow-content__member span {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
  white-space: nowrap;
}

.follow-content__cta {
  display: flex;
  align-items: stretch;
  gap: 0.2rem;
  margin-left: 3rem;
}
.follow-content__cta-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22.4rem;
  height: 5.8rem;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  color: #faf5f5!important;
  text-align: center;
}
.follow-content__cta-item:hover {
  opacity: 1;
}
.follow-content__cta-item.-entry {
  background: #8dc21f;
  border-bottom-left-radius: 1rem;
}
.follow-content__cta-item.-contact {
  background: #fa7469;
}

.follow-content__gnav ul {
  display: flex;
  width: 100%;
}
.follow-content__gnav li {
  flex: 1 1 0;
  min-width: 0;
  border-right: 1px dashed #333;
  padding:0.8rem 1rem;
}
.follow-content__gnav li .l-header__megamenu li{border-right: none;}

.follow-content__gnav li:last-child {
  border-right: none;
}
.follow-content__gnav a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 4.2rem;
  padding: 0 1rem;
  border-radius: 0.5rem;
}
.follow-content__gnav a:hover {
  opacity: 1;
}
.follow-content__gnav li:hover > a,
.follow-content__gnav li:focus-within > a {
  background: #ededed;
}
.follow-content__gnav-icon {
  flex-shrink: 0;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.follow-content__gnav-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.follow-content__gnav-text {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
  white-space: nowrap;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .follow-content {
    display: none;
  }
}
/* ---------------------------------------------------
　　footer
------------------------------------------------------ */
#footer {
  background: #F6E8E8;
  position: relative;
}

#footer .f-inner {
  max-width: 171rem;
  margin: 0 auto;
  padding: 13rem 1.5rem 3.6rem;
}

#footer .f-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: 12rem;
}

#footer .f-info {
  flex-shrink: 0;
}

#footer .f-logo {
  margin: 0 0 4.1rem;
  line-height: 0;
}

#footer .f-logo a {
  display: block;
}

#footer .f-logo a:hover {
  opacity: 1;
}

#footer .f-logo img {
  display: block;
  width: 46.2rem;
  height: auto;
}

#footer .f-address {
  margin: 0 0 2rem;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
  white-space: nowrap;
}

#footer .f-address .f-address-indent {
  display: inline-block;
  width: 11.5rem;
}

#footer .f-tel,
#footer .f-fax {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.4;
  color: #333;
  white-space: nowrap;
}

#footer .f-fax {
  margin-bottom: 1.1rem;
}

#footer .f-tel .label,
#footer .f-fax .label {
  display: inline-block;
  width: 5.8rem;
  padding-right: 0.5rem;
  font-size: 2.4rem;
  text-align: right;
}

#footer .f-tel {
  margin-bottom: 0.8rem;
}

#footer .f-tel .label {
  font-size: 2.6rem;
  letter-spacing: 0.05em;
}

#footer .f-hours {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.35;
  color: #333;
  white-space: nowrap;
}

#footer .f-nav {
  display: flex;
  gap: 12rem;
  margin-top: 1.5rem;
}

#footer .f-nav-col {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

#footer .f-nav-tit {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.14rem;
  color: #4B4848;
  white-space: nowrap;
}

#footer .f-nav-tit .dot {
  display: inline-block;
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #FA7469;
}

#footer .f-nav-lists {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}

#footer .f-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

#footer .f-nav-list a {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06rem;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity .2s;
}

#footer .f-nav-list a:hover {
  opacity: 1;
  text-decoration: underline;
}

#footer .f-nav-list .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
}

#footer .f-nav-list .icon img {
  display: block;
  width: 0.655rem;
  height: 1.115rem;
}

#footer .f-nav-list .f-nav-blank-icon {
  display: inline-block;
  flex-shrink: 0;
  width: 1.4rem;
  height: 1.4rem;
  background: url("../images/common/ico-blank.svg") no-repeat center;
  background-size: contain;
}

#footer .f-divider {
  border: none;
  border-top: 1px dashed #333;
  margin: 0 0 3rem;
}

#footer .f-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

#footer .copyright {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
}

#footer .f-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 4rem;
}

#footer .f-links a {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity .2s;
}

#footer .f-links a:hover {
  opacity: 1;
  text-decoration: underline;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  #footer {
    padding-bottom: 6rem;
  }
  #footer .f-inner {
    padding: 6rem 3rem 4.7rem;
  }
  #footer .f-top {
    flex-direction: column;
    margin-bottom: 0;
  }
  #footer .f-logo {
    margin: 0 0 3.48rem;
  }
  #footer .f-logo img {
    width: 31rem;
    height: 9.523rem;
  }
  #footer .f-address {
    font-size: 1.6rem;
    line-height: 1.8;
    white-space: normal;
  }
  #footer .f-address .f-address-indent {
    display: inline;
    width: auto;
  }
  #footer .f-tel,
  #footer .f-fax {
    font-size: 3.2rem;
    line-height:1.43;
  }
  #footer .f-fax {
    margin-bottom: 1rem;
  }
  #footer .f-tel .label,
  #footer .f-fax .label {
    width: 4.9rem;
    padding-right: 0.4rem;
    font-size: 2rem;
  }
  #footer .f-tel {
    margin-bottom: 0.6rem;
  }
  #footer .f-tel .label {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
  #footer .f-hours {
    font-size: 1.6rem;
    line-height: 1.8;
    white-space: normal;
  }
  #footer .f-nav {
    display: none;
  }
  #footer .f-divider {
    margin: 4rem 0 2.8rem;
  }
  #footer .f-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 4.5rem;
  }
  #footer .copyright {
    order: 1;
    align-self: center;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  #footer .f-links {
    order: -1;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  #footer .f-links a {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
/* pagetop */
.pagetop {
  display: block;
  position: fixed;
  right: 1rem;
  bottom: -100%;
  z-index: 1000;
  transition: all 0.6s;
}

.pagetop.active {
  display: block;
  bottom: 1rem;
}

.pagetop a {
  display: block;
}

.pagetop a:hover {
  transform: translateY(-0.3rem);
}

.pagetop a:hover img {
  opacity: 1;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .pagetop,
  .pagetop.active {
    display: none;
  }
  .pagetop a:hover {
    transform: translateY(0);
  }
}
/* ---------------------------------------------------
	追従フッター（SP専用）
------------------------------------------------------ */
.sp-follow-footer {
  display: none;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .sp-follow-footer {
    display: flex;
    align-items: stretch;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 6rem;
    box-sizing: content-box;
    border-top: 0.1rem solid #333;
  }
  .sp-follow-footer__item {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    background: #FA7469;
    border-right: 1px dashed rgba(255, 255, 255, 0.6);
    text-decoration: none;
  }
  .sp-follow-footer__item:link, .sp-follow-footer__item:visited {
    color: #FFF;
  }
  .sp-follow-footer__item.-member {
    border-right: none;
  }
  .sp-follow-footer__item:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .sp-follow-footer__icon {
    display: block;
    width: 2.8rem;
    height: 2.8rem;
  }
  .sp-follow-footer__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .sp-follow-footer__text {
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.2;
    white-space: nowrap;
  }
  .sp-follow-footer__top {
    flex: 0 0 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
  }
  .sp-follow-footer__top img {
    display: block;
    width: 6rem;
    height: 6rem;
  }
  .sp-follow-footer__top:hover {
    opacity: 0.7;
  }
}
/* ------------------------------
　　スライダー
------------------------------ */
.slick-slider {
  padding: 0 0 1.2rem 0;
}
.slick-slider img {
  margin: 0 auto;
}

.fix-height {
  height: 30rem; /* はじめのちらつき防止 */
  overflow: hidden; /* はじめのちらつき防止 */
}

.slick-slide:hover {
  cursor: pointer;
}

.slick-list:focus:focus {
  position: relative;
}
.slick-list:focus:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: 2px dotted #c41134;
  content: "";
}

.js-slider .slick-list:focus {
  position: relative;
}
.js-slider .slick-list:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 2px dotted #c41134;
  content: "";
}

.main-slider-image {
  height: 30rem;
  background: no-repeat center #333;
  background-size: cover;
}
.main-slider-image a:hover {
  text-decoration: none;
}

.main-slider-text-outer {
  height: 100%;
}

.main-slider-text-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.main-slider-text-inner {
  display: table-cell;
  padding: 0 2rem;
  text-align: center;
  vertical-align: middle;
}

.main-slider-main-copy {
  margin: 0;
  color: #FFF;
  font-weight: bold;
  font-size: 2.4rem;
}

.main-slider-side-copy {
  margin: 0;
  color: #FFF;
  font-size: 1.6rem;
}

/* ちらつき防止 */
.slick-track,
.slick-list {
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
}

/* 矢印ナビゲーション */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 1.9rem;
  height: 6rem;
  margin-top: -2.9rem;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.slick-prev:focus,
.slick-next:focus {
  border: 1px dotted #FFF;
}

.slick-prev {
  left: 1rem;
  background: url("../../images/marker/icon_white_arrow_left.png") no-repeat;
}

.slick-next {
  right: 1rem;
  background: url("../../images/marker/icon_white_arrow_right.png") no-repeat;
}

/* ドットのナビゲーション */
.slick-dots {
  position: relative;
  clear: both;
  margin: -3.5rem 0 0 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  position: relative;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.8rem;
  font-size: 0;
  background: #FFF;
  border: 1px solid transparent;
  border-radius: 0.7rem;
  content: "";
}

.slick-dots li button:focus {
  border: 1px solid #c41134;
  outline: 0;
}

.slick-dots li:hover button {
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: #c41134;
}

.slick-dots button {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

#autoplay-btn {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  width: 5rem;
  height: 5rem;
  color: #FFF;
  background: rgba(0, 0, 0, 0.7);
  border: 0;
  border-radius: 50%;
  outline: 0;
}
#autoplay-btn:hover {
  background: rgba(0, 0, 0, 0.9);
}
#autoplay-btn:active:before, #autoplay-btn:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px dotted #FFF;
  content: "";
}
#autoplay-btn:after {
  position: absolute;
  top: 1.5rem;
  left: 1.7rem;
  display: block;
  box-sizing: border-box;
  width: 1.6rem;
  height: 2rem;
  margin-left: 0;
  border-top: none;
  border-right: 5px solid #FFF;
  border-bottom: none;
  border-left: 5px solid #FFF;
  content: "";
}
#autoplay-btn.active:after {
  left: 1.5rem;
  width: 0;
  height: 0;
  margin-left: 0.5rem;
  border-color: transparent transparent transparent #FFF;
  border-style: solid;
  border-width: 10px 0 10px 15px;
}

@media screen and (min-width: 768px) {
  .slick-prev {
    left: 5rem;
  }
  .slick-next {
    right: 5rem;
  }
  .fix-height {
    height: 40rem; /* はじめのちらつき防止 */
  }
  .main-slider-image {
    height: 40rem;
  }
  .main-slider-main-copy {
    font-size: 4rem;
  }
  .main-slider-side-copy {
    font-size: 2.4rem;
  }
}
/* ---------------------------------------------------
	btn_menu
------------------------------------------------------ */
.btn_menu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 7rem;
  height: 7.1rem;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: #FA7469;
  z-index: 10;
}
.btn_menu .menu-trigger {
  display: block;
  position: absolute;
  top: 2.03rem;
  left: 50%;
  width: 3.5rem;
  height: 0.98rem;
  transform: translateX(-50%);
}
.btn_menu .menu-trigger span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.14rem;
  background-color: #FFF;
  transition: all 0.3s;
}
.btn_menu .menu-trigger span:nth-of-type(1) {
  top: 0;
}
.btn_menu .menu-trigger span:nth-of-type(2) {
  top: 0.84rem;
}
.btn_menu .menu-trigger.active span:nth-of-type(1) {
  top: 0.42rem;
  transform: rotate(-30deg);
}
.btn_menu .menu-trigger.active span:nth-of-type(2) {
  top: 0.42rem;
  transform: rotate(30deg);
}
.btn_menu .txt {
  display: block;
  position: absolute;
  top: 4.3rem;
  left: 50%;
  width: auto;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.088rem;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}
.btn_menu:has(.menu-trigger.active) .txt {
  font-weight: 500;
  font-size: 1.26rem;
  line-height: 1.2;
  letter-spacing: 0.1008rem;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .btn_menu {
    display: block;
  }
}
/* ---------------------------------------------------
	sp-gnav
------------------------------------------------------ */
#gnav {
  display: none;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  #gnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding-top: 7.1rem;
    box-sizing: border-box;
    overflow-y: auto;
    background: #FFF;
    z-index: 1001;
    -webkit-overflow-scrolling: touch;
  }
  .sp-gnav__utility {
    background: #ededed;
    padding: 4rem 2rem;
  }
  .sp-gnav__search {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 5.4rem;
    padding: 0.4rem 1.2rem;
    margin-bottom: 2rem;
    background: #fefefe;
    border: 1px solid rgba(51, 51, 51, 0.7);
    border-radius: 0.5rem;
    box-sizing: border-box;
  }
  .sp-gnav__search-input {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0;
    padding-right: 2.4rem;
    border: none;
    background: none;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.44;
    color: #333;
  }
  .sp-gnav__search-input::placeholder {
    color: #333;
    opacity: 0.5;
  }
  .sp-gnav__search-btn {
    position: absolute;
    top: 50%;
    right: 0.9rem;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
  }
  .sp-gnav__search-btn img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .sp-gnav__member {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: 100%;
    height: 5.9rem;
    padding: 1.5rem 3rem;
    background: rgba(75, 72, 72, 0.1);
    border-radius: 5rem;
  }
  .sp-gnav__member img {
    display: block;
    width: 2rem;
    height: 2rem;
    object-fit: contain;
  }
  .sp-gnav__member span {
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    color: #333;
    white-space: nowrap;
  }
  /* jquery-uiのウィジェット化（.ui-accordion, .ui-state-default, .ui-corner-all等）が
     このメニューに干渉して見た目が崩れることがあるため、#gnavを付けて詳細度を上げ、
     jquery-ui側のクラスが付与されても常に自前のスタイルが優先されるようにしている */
  #gnav .ui-accordion-header-icon,
  #gnav .ui-icon {
    display: none;
  }
  #gnav .sp-gnav-item__head {
    display: block;
    position: relative;
    width: 100%;
    padding: 2rem 4.5rem 2rem 2rem;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #FFF;
    border-radius: 0;
    background: #FA7469;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
  }
  #gnav .sp-gnav-item__head.open {
    border-bottom: 0;
  }
  #gnav .sp-gnav-item__label {
    display: block;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    color: #FFF;
  }
  #gnav .sp-gnav-item__toggle {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    width: 2.4rem;
    height: 2.4rem;
    transform: translateY(-50%);
  }
  #gnav .sp-gnav-item__toggle::before,
  #gnav .sp-gnav-item__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.4rem;
    height: 0.2rem;
    background: #FFF;
    transform: translate(-50%, -50%);
  }
  #gnav .sp-gnav-item__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  #gnav .sp-gnav-item__head.open .sp-gnav-item__toggle::after {
    display: none;
  }
  #gnav .sp-gnav-item__panel {
    display: none;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), #FA7469;
  }
  #gnav .sp-gnav-item__list {
    list-style: none;
    margin: 0;
    padding: 2rem 0;
  }
  #gnav .sp-gnav-item__list li {
    padding: 1rem 0;
  }
  #gnav .sp-gnav-item__list a {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0 2rem 0 4rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1.8rem;
    line-height: 1.6;
    color: #FFF;
    text-decoration: none;
    white-space: nowrap;
  }
  #gnav .sp-gnav-item__dash {
    font-weight: 400;
  }
  #gnav .sp-gnav-item__text {
    font-weight: 500;
  }
}
/* ---------------------------------------------------
	pager
------------------------------------------------------ */
.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 4rem 0;
  font-family: 'Poppins';
}
.pager li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin: 0;
  border: 1px solid #4b4848b3;
  border-radius:0.5rem;
  font-size: 2rem;
  background: #FFF;
}
.pager li > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pager li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
}
.pager li.prev, .pager li.next {
  border: none;
  border-radius: 0;
  background: none;
}
.pager li.prev a img, .pager li.next a img{opacity: 0.8;}
.pager li.prev .pager-link,
.pager li.prev .pager-link:hover, .pager li.next .pager-link,
.pager li.next .pager-link:hover {
  background: none;
  color: #333;
}
.pager li.cur {
  background: #FA7469;
  color: #FFF;
  border: none;
  border-radius: 0.5rem;
}
.pager li .pager-link {
  background: #FFF;
  padding: 1rem;
}
.pager li .pager-link:active, .pager li .pager-link:focus, .pager li .pager-link:visited {
  color: #333;
}
.pager li .pager-link:hover {
  background-color: #EEEBEB;
  color: #333;
  border-radius: 0.3rem;
  opacity: 1;
}
.pager-link, .pager li.cur{border-radius: 0.5rem;}

.serial-nav {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.serial-nav .serial-nav-prev {
  text-align: left;
}
.serial-nav .serial-nav-next {
  text-align: right;
}
.serial-nav a {
  display: block;
  padding: 1.4rem 3rem 1.2rem;
  color: #333;
  font-weight: bold;
}
.serial-nav a:active, .serial-nav a:focus, .serial-nav a:hover, .serial-nav a:visited {
  color: #333;
}
.serial-nav a:hover {
  text-decoration: none;
}

.serial-nav .serial-nav-item{
  max-width: 45%;
  min-width: 25.5rem;
}

.serial-nav .serial-nav-item a {
  border: 1px solid #4b4848b3;
  color: #333;
  border-radius: 0.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 2rem;
  font-weight: 500;
}

.serial-nav .serial-nav-item a .ar-l,.serial-nav .serial-nav-item a .ar-r{width: 0.8rem;height: 1.4rem;}
.serial-nav .serial-nav-item a .ar-l{margin-right: 1rem;}
.serial-nav .serial-nav-item a .ar-r{margin-left: 1rem;}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .pager {
    margin: 2rem 0;
  }
  .pager li {
    margin-bottom: 1rem;
  }
  .serial-nav {
    padding: 0 1rem;
  }
  .serial-nav .serial-nav-item {
    width: 48%;
    min-width: auto;
  }
  .serial-nav a {
    padding: 1rem 2rem;
  }
}
/* ---------------------------------------------------
	子ブログindex
------------------------------------------------------ */
.koblog {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 5rem 0;
}
.koblog .koblog-card-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.koblog .koblog-card-wrap .koblog-card {
  width: 22.5%;
  margin-right: 3.33%;
  margin-bottom: 4rem;
  color: #333;
}
.koblog .koblog-card-wrap .koblog-card:nth-child(4n) {
  margin-right: 0;
}
.koblog .koblog-card-wrap .koblog-card .image {
  /* max-width: 27rem;
  height: 18rem; */
  max-width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  position: relative;
}
.koblog .koblog-card-wrap .koblog-card .image img {
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.koblog .koblog-card-wrap .koblog-card .koblog-card-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}
.koblog .koblog-card-wrap .koblog-card .koblog-card-inner .date {
  flex: none;
  /* font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
  font-size: 2rem;
  line-height: 1;
  margin-right: 1rem;
}
.koblog .koblog-card-wrap .koblog-card .koblog-card-inner .category {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 10rem;
  height: 2.4rem;
  padding: 0 1rem;
  font-size: 1.4rem;
  color: #fff;
  background: #FA7469;
  border-radius: 0.5rem;
}
.koblog .koblog-card-wrap .koblog-card .koblog-card-inner .text {
  margin-top: 1rem;
}
.koblog-card-blank-icon {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.3em;
  vertical-align: middle;
  background: url("../images/common/ico-blank.svg") no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .koblog {
    padding: 0 1.5rem 6rem;
  }
  .koblog .koblog-card-wrap {
    justify-content: center;
    margin-top: 3rem;
  }
  .koblog .koblog-card-wrap .koblog-card {
    width: 100%;
    margin-bottom: 2.5rem;
    margin-right: 0;
  }
  .koblog .koblog-card-wrap .koblog-card:last-child {
    margin-right: 0;
  }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner {
    margin-top: 1.5rem;
  }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .image {
    max-width: 100%;
    max-height: 18rem;
  }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .image img {
    width: 100%;
  }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .date {
    font-size: 1.8rem;
  }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .category {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 844px) and (orientation: landscape) {
  .koblog .koblog-card {
    width: 49%;
    margin-right: 2%;
  }
  .koblog .koblog-card:nth-child(2n) {
    margin-right: 0;
  }
}
/* ---------------------------------------------------
	子ブログindex - news用
------------------------------------------------------ */
.koblog-news {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 5rem 0;
}
.koblog-news .koblog-card-wrap {
  display: block;
  margin-top: 3rem;
}
.koblog-news .koblog-card-wrap .koblog-card {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 1rem 0;
  color: #333;
  border-bottom: 1px dotted #66666666;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.koblog-news .koblog-card-wrap .koblog-card .image {
  width: 10rem;
  height: 10rem;
  overflow: hidden;
  position: relative;
  margin-right: 2rem;
  border: 1px solid #66666666;
}
.koblog-news .koblog-card-wrap .koblog-card .image:has(img.noimage) {
  border: none;
}
.koblog-news .koblog-card-wrap .koblog-card .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner {
  display: block;
  width: calc(100% - 12rem);
}
.koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .meta {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  width: 100%;
}
.koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .category {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.4rem;
  min-width: 10rem;
  padding: 0 1rem;
  font-size: 1.4rem;
  color: #fff;
  background: #FA7469;
  margin-right: 1rem;
  border-radius: 0.5rem;
  letter-spacing: 0.05em;
}
.koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .date {
  flex: none;
  margin-right: 1rem;
  font-size: 1.8rem;
  line-height: 1;
  color: #666;
}
.koblog-news .koblog-card-wrap .koblog-card .text {
  margin-top: 1rem;
  font-size: 2rem;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .koblog-news {
    max-width: 100%;
    padding: 0 1rem;
  }
  .koblog-news .koblog-card-wrap {
    margin-top: 1rem;
  }
  .koblog-news .koblog-card-wrap .koblog-card .image {
    margin-right: 1rem;
  }
  .koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner {
    width: calc(100% - 11rem);
  }
  .koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .category {
    font-size: 1.4rem;
  }
  .koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .date {
    font-size: 2rem;
  }
  .koblog-news .koblog-card-wrap .koblog-card .text {
    margin-top: 1rem;
  }
}
/* ---------------------------------------------------
	子ブログ詳細
------------------------------------------------------ */
/* タイトル */
.entry > header h2 {
  padding-bottom: 1rem;
  border-bottom: 1px solid #999;
  margin-bottom: 4rem;
}
.entry > header .entry-info {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2rem;
}
.entry > header .entry-title {
  margin: 0 auto 4rem;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  border-bottom:none;
  padding: 10px 20px;
}
.entry > header .entry-info .date {
  flex: none;
  margin-right: 1rem;
  font-size: 2rem;
  line-height: 1;
}
.entry > header .entry-info .category {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.4rem;
  min-width: 10rem;
  padding: 0 1rem;
  font-size: 1.4rem;
  color: #fff;
  background: #00469C;
}
.entry > .entry-footer {
  max-width: 120rem;
  margin: 2rem auto;
}
.entry > .entry-footer .share-wrapper {
  background: transparent;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .entry > header h2 {
    margin-bottom: 2rem;
  }
  .entry > header .entry-title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .entry > header .entry-info {
    margin-bottom: 1rem;
    padding: 0 1rem;
  }
  .entry > header .entry-info .date {
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 1;
    width: 100%;
  }
}
/* SNSシェアボタン */
.share-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #999;
  padding: 0.5rem;
}
.share-wrapper .share-list {
  display: inline-block;
}
.share-wrapper .share-item {
  display: inline-block;
  margin: 0 0 0 1.5rem;
  vertical-align: top;
}
.share-wrapper .share-item a {
  color: #999;
  text-decoration: none;
}
.share-wrapper .share-item [class*=acms-icon] {
  font-size: 2.2rem;
  vertical-align: middle;
}
.share-wrapper .share-item .icon-x {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  vertical-align: middle;
}
.share-wrapper .share-item .icon-x svg {
  display: block;
  width: 100%;
  height: 100%;
}
.share-wrapper .share-item .share-item-facebook {
  position: relative;
  color: #1877F2;
  line-height: 1.2;
}
.share-wrapper .share-item .share-item-facebook::before {
  vertical-align: middle;
}
.share-wrapper .share-item .share-item-facebook:focus::before {
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
  bottom: -0.1rem;
  left: -0.1rem;
  border: 1px dotted #333;
  content: "";
}
.share-wrapper .share-item .share-item-twitter {
  position: relative;
  color: #000;
  line-height: 1.2;
}
.share-wrapper .share-item .share-item-twitter::before {
  vertical-align: middle;
}
.share-wrapper .share-item .share-item-twitter:focus::before {
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
  bottom: -0.1rem;
  left: -0.1rem;
  border: 1px dotted #333;
  content: "";
}

/* ---------------------------------------------------
	tag
------------------------------------------------------ */
.taglist {
  width: 100%;
  max-width: 120rem;
  margin: 4rem auto;
  padding: 0;
}
.taglist .tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.taglist .tag a {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid #999;
}
.taglist .tag a:hover {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid #999;
  background: #999;
  color: #FFF;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .taglist {
    width: 100%;
    max-width: 100%;
    margin: 2rem auto;
    padding: 0 1rem;
  }
}
/* ---------------------------------------------------
	404
------------------------------------------------------ */
#article-404.entry-title {
  text-align: center;
  margin: 5rem 0;
}

/* ---------------------------------------------------
　　contact
------------------------------------------------------ */
/* a-blog cms デフォルト */
/* ボタン　色付き */
.btn-attention {
  background: #C41134;
  border: 0;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 0.6rem 1.5rem;
  border-radius: 0.3rem;
}

.btn-attention:hover,
.btn-attention:visited {
  color: #FFF;
  text-decoration: none;
}

.btn-attention:focus,
.btn-attention:active {
  color: #FFF;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.btn-attention:hover {
  color: #FFF;
  background-color: #910021;
  background-image: linear-gradient(to bottom, #C41134, #910021);
}

.btn-attention:active,
.btn-attention:focus {
  background: #910021;
}

/* ボタンサイズ大 */
.btn-large {
  background: #666;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 1.5rem 2rem;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 2rem;
  box-sizing: border-box;
  transition: background-color 0.25s linear;
}

.btn-large:hover,
.btn-large:visited {
  color: #FFF;
  text-decoration: none;
}

.btn-large:focus,
.btn-large:active {
  color: #FFF;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.btn-large:hover {
  background: #444;
}

.btn-large:active,
.btn-large:focus {
  background: #444;
}

/* ボタンサイズ大 色付き */
.btn-attention-large {
  background: #C41134;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 1.5rem 2rem;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 2rem;
  box-sizing: border-box;
  transition: background-color 0.25s linear;
}

.btn-attention-large:hover,
.btn-attention-large:visited {
  color: #FFF;
  text-decoration: none;
}

.btn-attention-large:focus,
.btn-attention-large:active {
  color: #FFF;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.btn-attention-large:hover {
  background: #910021;
}

.btn-attention-large:active,
.btn-attention-large:focus {
  background: #910021;
}

/* デスクトップ：最大36remボタン 色付き */
.btn-attention-block-large {
  width: 100%;
  background: #C41134;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 1.5rem 2rem;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 2rem;
  box-sizing: border-box;
  transition: background-color 0.25s linear;
}

.btn-attention-block-large:hover,
.btn-attention-block-large:visited {
  color: #FFF;
  text-decoration: none;
}

.btn-attention-block-large:focus,
.btn-attention-block-large:active {
  color: #FFF;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.btn-attention-block-large:hover {
  background: #910021;
}

.btn-attention-block-large:active,
.btn-attention-block-large:focus {
  background: #910021;
}

@media (min-width: 768px) {
  .btn-block-large {
    max-width: 36rem;
  }
  .btn-attention-block-large {
    max-width: 36rem;
  }
}
.contact-box .message-group {
  margin: 0 0 3.5rem;
}

.contact-box .message-text {
  color: #c41134;
  font-weight: 700;
}

.contact-box .contact-no {
  margin: 0;
  color: #333;
  font-weight: 700;
  font-size: 3rem;
}

.contact-box .contact-no a {
  color: inherit;
}

.contact-box .error-text {
  margin: 0.5rem 0 0;
  color: #c41134;
}

.contact-box p {
  line-height: 1.6;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
  background: #e5e5e5;
}

.contact-form-heading {
  margin: 4rem 0 1rem;
}

.contact-form-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  background: #e5e5e5;
  border-bottom: 1px solid #fff;
}

.contact-form-group fieldset {
  display: contents;
  border: 0;
}

.contact-form-label {
  margin: 0;
  padding: 1rem 1rem 0;
  font-weight: 700;
  text-align: left;
}

.contact-form-control, .contact-form-label {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.contact-form-control {
  padding: 1rem;
}

.contact-form-grid {
  margin: 0 -0.5rem;
}

.acms-entry .contact-form-col,
.contact-form-col {
  margin: 0 0 1rem;
  padding: 0 0.5rem;
}

.acms-entry .contact-form-col:last-child,
.contact-form-col:last-child {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .contact-form {
    width: 100%;
  }
  .contact-form-label {
    padding: 1.5rem 1.5rem 0.5rem;
    vertical-align: top;
  }
  .contact-form-control {
    padding: 0.5rem 1.5rem 1.5rem;
  }
  .contact-form-col {
    margin: 0;
  }
}
.contact-box .mail-step {
  margin: 0 0 2.5rem;
  padding: 0 1rem;
  background: #e5e5e5;
  counter-reset: a;
}

.contact-box .mail-step-item {
  float: left;
  margin: 0 0.5rem;
  padding: 1.4rem 0 1rem;
  color: #999;
  font-weight: 700;
  list-style: none;
  border-bottom: 4px solid transparent;
  font-size: 1.4rem;
  display: flex;
}

.contact-box .mail-step-item:before {
  content: counter(a) ".";
  counter-increment: a;
  position: relative;
}

.contact-box .mail-step-item-current {
  color: #333;
  border-bottom: 4px solid #333;
}

@media screen and (min-width: 768px) {
  .contact-box .mail-step-item {
    margin: 0 1rem;
    padding: 1.8rem 0 1.4rem;
    font-size: 1.6rem;
  }
}
.form-btn-box {
  margin: 0 1rem 5rem;
  text-align: center;
}

.form-btn {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .form-btn-send {
    width: 100%;
    max-width: 36rem;
  }
}
.label-required {
  margin: 0 0.5rem;
  padding: 0.2rem 0.8rem;
  color: #fff;
  background: #c41134;
  border-radius: 0.3rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .label-required {
    margin: 0 1rem;
  }
}
.contact-box select[required]:required {
  border: 1px solid #c49511;
}

.contact-box select.focused:invalid {
  border: 1px solid #c41134;
}

.contact-box select[required]:valid {
  border: 1px solid #a7a7aa;
}

.contact-box input[required]:required,
.contact-box textarea[required]:required {
  background: #fffdeb;
}

.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
  background: #ffebee;
}

.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
  background: #fff;
}

.contact-box input[type=date],
.contact-box input[type=datetime-local],
.contact-box input[type=datetime],
.contact-box input[type=email],
.contact-box input[type=month],
.contact-box input[type=number],
.contact-box input[type=password],
.contact-box input[type=search],
.contact-box input[type=tel],
.contact-box input[type=text],
.contact-box input[type=time],
.contact-box input[type=url],
.contact-box input[type=week] {
  font-size: 1.6rem;
  box-sizing: border-box;
  padding: 0 0.5rem;
}

.contact-box textarea {
  font-size: 1.6rem;
  padding: 0.5rem 0.5rem 0.4rem;
}

.contact-box select {
  background-color: #f7f7f7;
  min-height: 3rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  font-size: 1.6rem;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .contact-box input[type=date],
  .contact-box input[type=datetime-local],
  .contact-box input[type=datetime],
  .contact-box input[type=email],
  .contact-box input[type=month],
  .contact-box input[type=number],
  .contact-box input[type=password],
  .contact-box input[type=search],
  .contact-box input[type=tel],
  .contact-box input[type=text],
  .contact-box input[type=time],
  .contact-box input[type=url],
  .contact-box input[type=week],
  .contact-box textarea {
    padding: 0.5rem 0.8rem;
  }
  .contact-box select {
    padding-left: 0.8rem;
    min-height: 4rem;
  }
}
.valid-mark {
  display: none;
}

.valid-mark.valid {
  display: inline;
  float: right;
  color: #5cb85c;
}

.invalid {
  background-color: #ffebee !important;
}

/* 以下、調整用 */
.contact-box {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}

.contact-box .tel-box {
  width: 68rem;
  margin: 0 auto 4rem;
  border: 1px solid #333;
  text-align: center;
}

.contact-box .tel-box a {
  padding: 3rem 0;
  display: block;
  color: #333;
}

.contact-box .tel-box a:hover {
  text-decoration: none;
}

.contact-box .tel-box h2 {
  margin-bottom: 0;
  padding: 0;
  border-left: none;
  background: none;
}

.entry-column .contact-box ul li {
  background: none;
  padding: 0;
}

.entry-column .contact-box ul li::before {
  content: none;
}

.contact-box .contact-no {
  font-size: 4rem;
}

.contact-box .contact-no + p {
  margin-bottom: 0;
}

.contact-form, .contact-form-group {
  background: none;
}

.contact-form-group {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 1.6rem;
}

.contact-form-label {
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
  width: 33.3333333333%;
  padding: 1rem;
}

.contact-form-control {
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
  width: 66.6666666667%;
  padding: 1rem;
}

.contact-box input[type=date], .contact-box input[type=datetime-local], .contact-box input[type=datetime], .contact-box input[type=email], .contact-box input[type=month], .contact-box input[type=number], .contact-box input[type=password], .contact-box input[type=search], .contact-box input[type=tel], .contact-box input[type=text], .contact-box input[type=time], .contact-box input[type=url], .contact-box input[type=week] {
  padding: 0.5rem;
}

.contact-box select {
  min-height: 4rem;
}

.contact-box .acms-admin-form-radio,
.contact-box .acms-form-radio {
  display: block;
  margin-bottom: 1rem;
}

.contact-box .radio-sub {
  display: inline-block;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
}

.contact-box .inquiry-type-desc {
  display: none;
  margin: 0 0 1rem;
  line-height: 1.6;
  font-size: 1.4rem;
}

.form-btn-box {
  margin: 2rem 1rem;
}

.contact-box .btn-attention-block-large {
  position: relative;
  display: block;
  width: 100%;
  padding: 2.5rem 5rem;
  border: 2px solid #333;
  color: #333;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #FFF;
  transition: all 0.25s ease;
  border-radius: 0;
  margin: auto;
}

.contact-box .btn-attention-block-large:active, .contact-box .btn-attention-block-large:focus, .contact-box .btn-attention-block-large:hover {
  opacity: 0.8;
}

.contact-box .btn-large {
  padding: 2.5rem 3rem;
  border-radius: 0;
  border: 2px solid #666;
}

input, select {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
}

.contact-box .message-back-link a {
  color: #222;
}

.label-any {
  margin: 0 1rem;
  padding: 0.2rem 0.8rem;
  color: #fff;
  background: #666;
  border-radius: 0.3rem;
  font-size: 1.2rem;
  float: right;
}

.label-required {
  float: right;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .contact-box .tel-box {
    width: 94%;
  }
  .contact-box .contact-no {
    font-size: 2.8rem;
  }
  .contact-box .fax {
    font-size: 2rem;
  }
  .contact-form-control, .contact-form-label {
    display: block;
    width: 100%;
  }
  .label-any {
    margin: 0 0.5rem;
  }
}
/* reCAPTCHA */
.grecaptcha-badge {
  bottom: 8rem !important;
}

/* ------------------------------
　　print
------------------------------ */
@page {
  size: A4;
  margin: 5mm;
}
@media print {
  body {
    width: 1000px;
    font-size: 16px;
  }
}

/* --------------------------------------
　　SPのみ：トップ&ハンバーガー内メニュー
--------------------------------------- */
.sp-linksmenu{display:none;}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape){
  .sp-linksmenu{display:flex;align-items: stretch;justify-content: flex-start;gap: 1rem;flex-wrap: wrap;padding: 0 1.5rem;margin-bottom: 4rem;}
  .sp-linksmenu .items{width: calc((100%/2) - (1rem/2));border-radius: 1rem;border: 1px solid #333333b3;background: #fff;font-family: "Zen Kaku Gothic New";color: #333;font-size: 1.7rem;font-weight: 700;line-height: 1.25;padding:1.2rem 1rem;display: flex;align-items: center;justify-content: flex-start;gap: 1rem;word-break: auto-phrase;min-height: 6.8rem;}
  .sp-linksmenu .items:last-of-type{width:100%;}
  .sp-linksmenu .items img{flex-shrink: 0;aspect-ratio: 1 / 1;width: 2.8rem;}

  #gnav .sp-linksmenu{margin-top: 4rem;margin-bottom: 0;padding: 0;}
}

/* --------------------------------------
　 お知らせブログ：カテゴリー一覧
--------------------------------------- */
/* .blog-catlist{width: 100%;max-width: 120rem;margin: 0 auto;display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: flex-start;gap: 0.5rem;}
.blog-catlist .items{display: block; width: fit-content;  border-radius: 0.5rem;border: 1px solid #ccc;color: #333;font-size: 1.8rem;background: #FFEDEB;text-decoration: none;padding: 0.5rem 0.8rem 0.7rem;line-height: 1;}
.blog-catlist .items.now{background: #FA7469;color: #fff;} */
.blog-catlist{width: 100%;max-width: 120rem;margin: 0 auto 2rem;display: flex;flex-wrap: wrap;gap: 1rem;}
.blog-catlist .items{display: block;width: fit-content;border-radius: 0.5rem;font-size:2rem;text-decoration: none;padding:1rem 2rem 1.3rem;line-height: 1;background: #FA7469;color: #fff!important;}
.blog-catlist .items.now{background: #96463F;color: #fff;}
.blog-catlist .items:hover{text-decoration: none;}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape){
  .blog-catlist{padding: 0 10px;}
}



/* --------------------------------------
　 サイトマップ用
--------------------------------------- */
.sitemap{}
.sitemap ul li::before{display: none;}
.sitemap .map-wrap{margin: auto 0;}
.sitemap .map-wrap .cat-wrap {border-left: 0.2rem solid #FA7469;background: none;padding-left: 0;margin-bottom: 2rem;}
.sitemap .map-wrap .cat-wrap .cat-title{font-size: 2rem;color: #333;background: #f6f6f6;display: block;padding: 1rem 2rem;}
.sitemap .map-wrap .ent-wrap .ent-title{display: block;width: fit-content;color: #333;margin-left: 2rem;}

.sitemap .map-wrap .cat-wrap > .map-wrap{margin-left: 2rem;}
.sitemap .map-wrap .ent-wrap:has(+ .map-wrap){margin-bottom: 2rem;}