@charset "UTF-8";
:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "EB Garamond", serif;
  --sub-font2: "Inter", sans-serif;
  --sub-font3: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
  --sub-font4: "Ubuntu", sans-serif;
  --sub-font5: "Roboto", sans-serif;
  --base-color: #333;
  --blue: #0572C7;
  --blue-light: #0A9EDA;
  --orange: #F98534;
  --yellow: #fcee64;
  --white: #FFF;
  --black: #000;
  --grey: #736357;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

@media all and (max-width: 374px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media all and (min-width: 897px) and (max-width: 1250px) {
  html {
    font-size: 0.7320644217vw;
  }
}
body, table, input, textarea, select, option {
  font-family: var(--base-font);
}

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

ol, ul {
  list-style: none;
  box-sizing: border-box;
}

blockquote, q {
  quotes: none;
}

chrome_annotation {
  border: none !important;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

address {
  font-style: normal;
}

a {
  color: var(--base-color);
  text-decoration: none;
  transition: 0.3s;
}
a:link {
  color: var(--base-color);
}
a:visited {
  color: var(--base-color);
}
a:active {
  color: var(--base-color);
}
a:hover {
  color: var(--base-color);
}
@media all and (max-width: 896px) {
  a:hover {
    opacity: 1 !important;
  }
  a:hover img {
    opacity: 1 !important;
  }
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  color: var(--base-color);
  font-size: 1.6rem;
  line-height: 1.5;
  font-feature-settings: "palt";
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
}
body.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  height: 100%;
  overflow-y: scroll;
}
@media all and (max-width: 896px) {
  body.fixed {
    position: fixed;
    width: 100%;
  }
}

#container {
  overflow-x: clip;
  text-align: left;
  word-break: break-word;
  font-feature-settings: "palt";
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 896px) {
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader h1 {
  width: 31.5rem;
  position: absolute;
  top: 3rem;
  left: 3.2rem;
}
@media all and (max-width: 896px) {
  #gHeader h1 {
    top: 2.5rem;
    left: 2rem;
    width: 24rem;
  }
}
#gHeader .hInner {
  gap: 0 2rem;
  display: flex;
  align-items: center;
  position: fixed;
  top: 2.6rem;
  right: 2.3rem;
  z-index: 1000;
}
.menuBox {
  position: fixed;
  top: 0;
  right: 0;
  width: 42rem;
  z-index: 1000;
  display: none;
  background-color: rgba(249, 133, 52, 0.96);
}
@media all and (max-width: 896px) {
  .menuBox {
    width: 100%;
  }
}
.menuBox .close {
  transition: 0.3s;
  position: absolute;
  top: 5rem;
  right: 5rem;
  width: 3.6rem;
  cursor: pointer;
}
@media all and (max-width: 896px) {
  .menuBox .close {
    width: 3.3rem;
    top: 3rem;
    right: 2.3rem;
  }
}
@media (hover: hover) {
  .menuBox .close:hover {
    opacity: 0.6;
  }
}
.menuBox .menuInner {
  max-height: 100svh;
  overflow-y: auto;
}
.menuBox .comList {
  padding: 11.3rem 0 7rem;
  flex-direction: column;
}
@media all and (max-width: 896px) {
  .menuBox .comList {
    padding: 9.5rem 2rem 4.8rem;
  }
}
.menuBox .comList > li {
  width: 100%;
}
.menuBox .comList .subList a {
  padding-block: 1.5rem;
}
@media all and (max-width: 896px) {
  .menuBox .comList .subList a {
    padding-block: 1.2rem;
  }
}

.comTel {
  width: 31rem;
  display: flex;
  border-radius: 100vmax;
  flex-direction: column;
  justify-content: center;
  min-height: 8.2rem;
  padding: 0 3rem 0.5rem 1rem;
  background-color: #fff; /*rgba(255, 255, 255, 0.6);*/
}
.comTel .jp {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--blue);
  display: block;
  margin-bottom: -0.5rem;
  text-align: right;
  letter-spacing: 0.46em;
}
.comTel a {
  font-size: 3.3rem;
  width: fit-content;
  margin-left: auto;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 0 0.5rem 0 2.5rem;
  background: url(../img/common/icon01.webp) no-repeat left top calc(50% + 0.4rem);
  background-size: 2rem auto;
  font-family: var(--sub-font4);
  white-space: nowrap;
}
.comTel a .num {
  font-style: italic;
  font-family: var(--sub-font);
}

.comLink {
  width: 28.4rem;
}
.comLink a {
  min-height: 8.2rem;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: var(--white);
  background-color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vmax;
}
@media (hover: hover) {
  .comLink a:hover {
    background-color: var(--grey);
  }
}
.comLink a .subSpan {
  display: inline-block;
  padding-left: 3.8rem;
  background: url(../img/common/icon02.webp) no-repeat left center;
  background-size: 2.5rem auto;
}

.menu {
  cursor: pointer;
  width: 8.2rem;
  height: 8.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: var(--orange);
  font-family: var(--sub-font4);
  transition: 0.3s;
}
@media (hover: hover) {
  .menu:hover {
    background-color: var(--grey);
  }
}
@media all and (max-width: 896px) {
  .menu {
    margin: -0.3rem -0.3rem 0 0;
    width: 6.8rem;
    height: 6.8rem;
  }
}
.menu span {
  display: inline-block;
  padding-top: 2.4rem;
  background: url(../img/common/icon03.webp) no-repeat center top;
  background-size: 2.2rem auto;
}

#main {
  margin-bottom: -32.5rem;
}
@media all and (max-width: 896px) {
  #main {
    margin-bottom: -17.6rem;
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding: 21.2rem 0 0;
  position: relative;
  z-index: 2;
  /*------------------------------------------------------------
  	予約フォーム（Reservation）
  ------------------------------------------------------------*/
}
@media all and (max-width: 896px) {
  #gFooter {
    margin-bottom: -5rem;
    padding-top: 6.6rem;
  }
}
#gFooter::after {
  background-color: var(--blue);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  clip-path: polygon(0 16.8rem, 100% 0, 100% 100%, 0 100%);
}
@media all and (max-width: 896px) {
  #gFooter::after {
    clip-path: polygon(0 4.5rem, 100% 0, 100% 100%, 0 100%);
  }
}
#gFooter::before {
  background-color: var(--blue-light);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  clip-path: polygon(0 0, 100% 16.5rem, 100% 100%, 0 calc(100% - 17rem));
}
@media all and (max-width: 896px) {
  #gFooter::before {
    clip-path: polygon(0 0, 100% 4.5rem, 100% 100%, 0 calc(100% - 4.5rem));
  }
}
#gFooter .inner {
  margin: 0 4.3rem 5.5rem;
  align-items: flex-start;
}
@media all and (max-width: 896px) {
  #gFooter .inner {
    margin: 0 0 2rem;
  }
}
#gFooter .inner .lBox {
  padding-top: 1.5rem;
  flex: 1;
}
@media all and (max-width: 896px) {
  #gFooter .inner .lBox {
    margin-bottom: 2.5rem;
    padding-top: 0;
  }
}
#gFooter .inner .lBox .list li {
  color: var(--white);
  font-size: 1.56rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-indent: -1em;
  padding-left: 1em;
}
@media all and (max-width: 896px) {
  #gFooter .inner .lBox .list li {
    font-size: 1.2rem;
  }
}
#gFooter .inner .rBox {
  margin-left: 6.3rem;
  width: 51.5rem;
}
@media all and (max-width: 896px) {
  #gFooter .inner .rBox {
    width: auto;
    margin: 0;
  }
}
#gFooter .inner .rBox p {
  margin-bottom: 0.7rem;
  font-size: 1.75rem;
  letter-spacing: 0.15em;
  font-weight: 500;
  color: var(--white);
}
@media all and (max-width: 896px) {
  #gFooter .inner .rBox p {
    margin-bottom: 1.4rem;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
#gFooter .inner .rBox ul {
  margin-left: -0.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
}
@media all and (max-width: 896px) {
  #gFooter .inner .rBox ul {
    gap: 0.8rem 0;
    margin-left: 0;
    flex-direction: column;
  }
}
#gFooter .inner .rBox ul li {
  width: fit-content;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 0.4rem 1rem 0.5rem;
  background-color: #6CC5E9;
}
@media all and (max-width: 896px) {
  #gFooter .inner .rBox ul li {
    padding: 0.3rem 1rem 0.6rem;
  }
}
#gFooter .inner .map {
  margin-bottom: 1.4rem;
  border-radius: 1.8rem;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  #gFooter .inner .map {
    margin-bottom: 1rem;
    border-radius: 1rem;
  }
}
#gFooter .inner .map img {
  width: 100%;
}
#gFooter .inner .mapLink {
  margin-bottom: -1.5rem;
  text-align: right;
}
@media all and (max-width: 896px) {
  #gFooter .inner .mapLink {
    margin-bottom: -0.2rem;
  }
}
#gFooter .inner .mapLink a {
  padding-right: 1.7rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: inline-block;
  color: var(--white);
  background: url(../img/common/icon04.webp) no-repeat right center;
  background-size: 0.8rem auto;
}
@media (hover: hover) {
  #gFooter .inner .mapLink a:hover {
    opacity: 0.6;
  }
}
#gFooter .inner .fLogo {
  margin-bottom: 4.3rem;
  width: 48.6rem;
}
@media all and (max-width: 896px) {
  #gFooter .inner .fLogo {
    margin: 0 auto 2.8rem;
    width: 29.5rem;
  }
}
#gFooter table {
  margin-bottom: 1.3rem;
  width: 100%;
  border-spacing: 0 1px;
  border-radius: 1.8rem 1.8rem 0 0;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  #gFooter table {
    margin-bottom: 1.1rem;
    border-radius: 1.5rem 1.5rem 0 0;
  }
}
#gFooter table th {
  padding: 1rem 0.4rem 0.9rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--white);
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.15em;
  background-color: var(--blue-light);
}
@media all and (max-width: 896px) {
  #gFooter table th {
    padding: 0.9rem 0.4rem 0.7rem;
    font-size: 1.4rem;
  }
}
#gFooter table th:first-child {
  width: 37%;
  padding-left: 2rem;
}
@media all and (max-width: 896px) {
  #gFooter table th:first-child {
    padding-left: 1rem;
    width: 34.5%;
  }
}
#gFooter table th:last-child {
  padding-right: 2.5rem;
}
@media all and (max-width: 896px) {
  #gFooter table th:last-child {
    padding-right: 1rem;
  }
}
#gFooter table td {
  padding: 0.7rem 0.5rem 0.8rem;
  font-size: 1.4rem;
  color: var(--yellow);
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid var(--blue-light);
}
@media all and (max-width: 896px) {
  #gFooter table td {
    padding: 0.5rem 0.5rem 0.5rem;
    font-size: 1.1rem;
  }
}
#gFooter table td.black {
  color: #564234;
}
#gFooter table td.white {
  color: var(--white);
}
#gFooter table td:first-child {
  color: var(--white);
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#gFooter table td:first-child span {
  display: inline-block;
  min-width: 11rem;
  text-align: right;
}
@media all and (max-width: 896px) {
  #gFooter table td:first-child span {
    min-width: 9rem;
  }
}
@media all and (max-width: 896px) {
  #gFooter table td:first-child {
    padding-right: 0.5rem;
    font-size: 1.4rem;
    padding-left: 0;
  }
}
#gFooter table td:last-child {
  padding-right: 2.5rem;
}
@media all and (max-width: 896px) {
  #gFooter table td:last-child {
    padding-right: 1.2rem;
  }
}
#gFooter .comBox {
  padding: 0;
}
@media all and (max-width: 896px) {
  #gFooter .comBox {
    position: relative;
    margin-top: 2.7rem;
  }
  #gFooter .comBox .inner01 {
    padding: 0;
    position: static;
  }
  #gFooter .comBox .inner01 .photo01 {
    z-index: 4;
    bottom: 0;
    left: -2.3rem;
    width: 6.8rem;
  }
  #gFooter .comBox .inner01 .photo02 {
    z-index: 4;
    bottom: 0;
    right: -2.8rem;
    width: 7.9rem;
  }
  #gFooter .comBox .inner02 {
    padding: 3rem 1rem;
  }
}
#gFooter .fInner {
  padding: 3.2rem 0 5rem;
  margin-top: 6.8rem;
  background-color: var(--orange);
}
@media all and (max-width: 896px) {
  #gFooter .fInner {
    padding: 1.5rem 0 8rem;
    margin-top: 3.4rem;
  }
}
@media all and (max-width: 896px) {
  #gFooter .textList {
    max-width: 22.5rem;
    margin: -0.2rem auto 0;
    gap: 0.2rem 1rem;
  }
  #gFooter .textList li {
    padding: 0.3rem 0 0.2rem 2rem;
    font-size: 1.05rem;
    background-size: 1.7rem auto;
    width: calc((100% + 1rem) / 2);
  }
  #gFooter .textList li:nth-child(2n) {
    width: calc((100% - 4rem) / 2);
  }
}
#gFooter .reservationForm {
  margin: 5.8rem auto 5rem;
  padding: 0 2rem;
  max-width: 90rem;
}
@media all and (max-width: 896px) {
  #gFooter .reservationForm {
    margin: 5rem auto 4rem;
    padding: 0;
  }
}
#gFooter .reservationFormInner {
  padding: 4rem 4rem 4.5rem;
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.08);
}
@media all and (max-width: 896px) {
  #gFooter .reservationFormInner {
    padding: 3rem 2rem 3.5rem;
  }
}
#gFooter .reservationFormTtl {
  margin: 0 0 3.5rem;
  text-align: center;
}
@media all and (max-width: 896px) {
  #gFooter .reservationFormTtl {
    margin: 0 0 2.5rem;
  }
}
#gFooter .reservationFormTtl .en {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--blue);
}
@media all and (max-width: 896px) {
  #gFooter .reservationFormTtl .en {
    font-size: 2.6rem;
  }
}
#gFooter .reservationFormTtl .jp {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--blue);
}
@media all and (max-width: 896px) {
  #gFooter .reservationFormTtl .jp {
    font-size: 1.8rem;
  }
}
#gFooter .reservationFormBox .formRow {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 2.2rem;
  padding: 0 0 2rem;
  border-bottom: 1px solid #e8e6e0;
}
#gFooter .reservationFormBox .formRow:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#gFooter .reservationFormBox .formRow dt {
  flex: 0 0 21rem;
  padding-top: 0.8rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--base-color);
}
#gFooter .reservationFormBox .formRow dt .required {
  margin-left: 0.6rem;
  padding: 0.15rem 0.6rem;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  background: #c33;
  border-radius: 0.3rem;
  vertical-align: middle;
}
@media all and (max-width: 896px) {
  #gFooter .reservationFormBox .formRow dt {
    flex: none;
    margin-bottom: 0.6rem;
    padding-top: 0;
    font-size: 1.4rem;
  }
}
#gFooter .reservationFormBox .formRow dd {
  flex: 1;
  min-width: 0;
}
@media all and (max-width: 896px) {
  #gFooter .reservationFormBox .formRow dd {
    flex: none;
  }
}
@media all and (max-width: 896px) {
  #gFooter .reservationFormBox .formRow {
    display: block;
    margin: 0 0 1.8rem;
    padding: 0 0 1.8rem;
  }
}
#gFooter .reservationFormBox input[type=text],
#gFooter .reservationFormBox input[type=tel],
#gFooter .reservationFormBox input[type=email],
#gFooter .reservationFormBox input[type=date],
#gFooter .reservationFormBox select,
#gFooter .reservationFormBox textarea {
  width: 100%;
  max-width: 40rem;
  padding: 0.9rem 1.2rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #564234;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  #gFooter .reservationFormBox input[type=text],
  #gFooter .reservationFormBox input[type=tel],
  #gFooter .reservationFormBox input[type=email],
  #gFooter .reservationFormBox input[type=date],
  #gFooter .reservationFormBox select,
  #gFooter .reservationFormBox textarea {
    max-width: none;
  }
}
#gFooter .reservationFormBox input::placeholder,
#gFooter .reservationFormBox textarea::placeholder {
  color: #999;
}
#gFooter .reservationFormBox .formDateTime {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.2rem;
}
#gFooter .reservationFormBox .formDateTime .inputDate {
  max-width: 18rem;
}
@media all and (max-width: 896px) {
  #gFooter .reservationFormBox .formDateTime .inputDate {
    max-width: none;
    width: 100%;
  }
}
#gFooter .reservationFormBox .formDateTime .inputTime {
  max-width: 18rem;
}
@media all and (max-width: 896px) {
  #gFooter .reservationFormBox .formDateTime .inputTime {
    max-width: none;
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  #gFooter .reservationFormBox .formDateTime {
    flex-direction: column;
    align-items: flex-start;
  }
}
#gFooter .reservationFormBox .formDateError {
  display: none;
  margin-top: 0.8rem;
  padding: 0.8rem 1rem;
  font-size: 1.35rem;
  color: #c33;
  background: #fff0f0;
  border-radius: 0.5rem;
}
#gFooter .reservationFormBox .formDateError.show {
  display: block;
}
#gFooter .reservationFormBox .formNote {
  margin-top: 0.8rem;
  padding: 1.2rem 1.4rem;
  background: #CDE3F4;
  border-radius: 0.5rem;
  font-size: 1.35rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: var(--base-color);
}
#gFooter .reservationFormBox .formNote p {
  margin: 0 0 0.4rem;
}
#gFooter .reservationFormBox .formNote p:last-child {
  margin-bottom: 0;
}
#gFooter .reservationFormBox .formNote .hours {
  margin-top: 0.6rem;
}
#gFooter .reservationFormBox .formName {
  display: flex;
  gap: 1rem;
}
#gFooter .reservationFormBox .formName input {
  max-width: 12rem;
}
@media all and (max-width: 896px) {
  #gFooter .reservationFormBox .formName input {
    max-width: none;
    flex: 1;
    min-width: 10rem;
  }
}
@media all and (max-width: 896px) {
  #gFooter .reservationFormBox .formName {
    flex-wrap: wrap;
  }
}
#gFooter .reservationFormBox .formBirth {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
#gFooter .reservationFormBox .formBirth select {
  max-width: 10rem;
}
@media all and (max-width: 896px) {
  #gFooter .reservationFormBox .formBirth select {
    max-width: none;
    flex: 1;
    min-width: 0;
  }
}
#gFooter .reservationFormBox .formRadio {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}
#gFooter .reservationFormBox .formRadio label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.5rem;
  cursor: pointer;
}
#gFooter .reservationFormBox .formRadio input {
  width: auto;
  max-width: none;
}
#gFooter .reservationFormBox textarea {
  min-height: 12rem;
  resize: vertical;
}
#gFooter .reservationFormBox .formSubmit {
  margin-top: 3rem;
  text-align: center;
}
#gFooter .reservationFormBox .reservationSubmitBtn {
  display: inline-block;
  padding: 1.4rem 4rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #fff;
  background: var(--orange);
  border: none;
  border-radius: 0.8rem;
  cursor: pointer;
  transition: opacity 0.25s;
}
@media (hover: hover) {
  #gFooter .reservationFormBox .reservationSubmitBtn:hover {
    opacity: 0.9;
  }
}
@media all and (max-width: 896px) {
  #gFooter .reservationFormBox .reservationSubmitBtn {
    width: 100%;
    max-width: 32rem;
    padding: 1.2rem 2rem;
    font-size: 1.6rem;
  }
}

.comList {
  margin: 0 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media all and (max-width: 896px) {
  .comList {
    gap: 0.3rem 0;
    margin: 0;
    flex-direction: column;
  }
}
.comList > li {
  width: calc((100% - 8.1rem) / 3);
}
@media all and (max-width: 896px) {
  .comList > li {
    width: 100%;
  }
}
.comList .subList a {
  padding: 0.8rem 0 0.8rem 1.8rem;
  font-size: 1.4rem;
  letter-spacing: 0.049em;
  display: block;
  color: #F0EEE0;
  font-weight: 700;
  background: url(../img/common/icon06.webp) no-repeat left center;
  background-size: 1rem auto;
  border-bottom: 2px dotted rgba(255, 255, 255, 0.49);
  font-feature-settings: normal;
}
@media (hover: hover) {
  .comList .subList a:hover {
    opacity: 0.6;
  }
}/*# sourceMappingURL=style.css.map */