@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;700;800&display=swap");
:root {
  --GLD:#d7ab64;
  --GLDrgb:218,197,164;
  --GLD-light:#EFDAB9;
  --PPL:#330033;
  --WRD:#410202;
  --NVY:#061941/*#1F2256*/;
  --spaceS:min(2vw, 24px);
  --spaceM:min(6vw, 40px);
  --spaceL:min(8vw, 48px);
  --GRY:#757575;
  --GRN:#00892E;
  --RED:#D8000C;
  --BLU:#1077CF;
  --mainAnime:all .3s ease;
  --mincho:"Shippori Mincho B1", serif;
}

@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?hupdos#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?hupdos") format("truetype"), url("../../fonts/icomoon.woff?hupdos") format("woff"), url("../../fonts/icomoon.svg?hupdos#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]::after, [class*=icon-]::after, .yakeH-index ul li::before, details summary::after, .spotBox h3 a::after, .yakeTtlArea .goTop a::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-index::after, .yakeH-index ul li::before {
  content: "\e900";
}

.icon-map::after, .spotBox h3 a::after {
  content: "\e902";
}

.icon-arrow-t::after, details[open] summary::after, .yakeTtlArea .goTop a::after {
  content: "\e903";
  font-size: 0.75em;
  margin-left: 4px;
}

.icon-arrow-b::after, details summary::after {
  content: "\e904";
  font-size: 0.75em;
  margin-left: 4px;
}

.icon-arrow-l::after {
  content: "\e905";
  font-size: 0.75em;
  margin-left: 4px;
}

.icon-arrow-r::after {
  content: "\e906";
  font-size: 0.75em;
  margin-left: 4px;
}

.icon-plus::after {
  content: "\e901";
}

.icon-minus::after {
  content: "\e911";
}

/* .shippori-mincho-b1-regular {
    font-family:"Shippori Mincho B1", serif;
    font-weight:400;
    font-style:normal;
}

.shippori-mincho-b1-bold {
    font-family:"Shippori Mincho B1", serif;
    font-weight:700;
    font-style:normal;
}

.shippori-mincho-b1-extrabold {
    font-family:"Shippori Mincho B1", serif;
    font-weight:800;
    font-style:normal;
} */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*______________________default*/
html {
  overflow: visible;
}

#yakeiWrap {
  position: relative;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: var(--GLD-light);
}

#yakeiWrap * {
  line-height: 1.6875;
}

#yakeiWrap a, .yakeFirst details summary {
  transition: color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

#yakeiWrap a:hover, .yakeFirst details summary:hover {
  color: #fcea75;
  text-shadow: 0 0 10px #fcea75;
}

#yakeiWrap h2, #yakeiWrap h3, #yakeiWrap h4 {
  margin: 0;
  font-size: 1em;
  color: var(--GLD);
}

#yakeiWrap .yakeTtl1 {
  margin-bottom: min(2vw, 24px);
  font-family: var(--mincho);
  font-weight: 400;
  font-size: min(7vw, 2.8em);
  line-height: 1.5;
  font-feature-settings: "palt";
  text-align: center;
}

#yakeiWrap .yakeTtl2 {
  margin-bottom: min(2vw, 24px);
  font-family: var(--mincho);
  font-weight: 800;
  font-size: 1em;
}

#yakeiWrap .content-wrap {
  width: auto;
  padding: min(6vw, 64px) var(--spaceM) min(8vw, 48px);
}

/*______________________ヘッダー*/
.yakeHead {
  background-color: #000;
}

#yakeiWrap .yakeHead h1 {
  width: 100%;
  margin-bottom: min(6vw, 40px);
  text-align: center;
  font-family: var(--mincho);
  font-weight: 400;
  font-feature-settings: "palt";
  font-size: min(8.8vw, 4em);
  text-shadow: 0 0 10px var(--NVY), 0 0 20px var(--NVY), 0 0 30px var(--NVY);
  line-height: 1.3;
}
@media screen and (max-width: 900px) {
  #yakeiWrap .yakeHead h1 {
    font-size: 6.5vw;
  }
}
@media screen and (max-width: 576px) {
  #yakeiWrap .yakeHead h1 {
    font-size: 6vw;
  }
}

.yakeH-lead p {
  font-family: var(--mincho);
  font-size: min(4vw, 16px);
  text-align: center;
  text-shadow: 0 0 5px var(--NVY), 0 0 10px var(--NVY), 0 0 15px var(--NVY);
}

.yakeH-lead p:not(:last-of-type) {
  margin-bottom: 1em;
}

.yakeH-index {
  margin: 0 auto;
  padding: 0 min(6vw, 10px) min(8vw, 48px);
  position: relative;
  z-index: 5;
}

.yakeH-index .inner {
  position: relative;
  z-index: 0;
  padding: 1em;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: left;
}

.yakeH-index .inner::after {
  content: none;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 160, 208, 0.2), rgba(255, 247, 232, 0.2));
  filter: blur(8px);
  mix-blend-mode: color-dodge;
  animation: glow 10s linear infinite;
}

@keyframes glow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.yakeH-index p {
  margin-bottom: 40px;
  text-align: center;
  font-family: var(--mincho);
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .yakeH-index p {
    margin-bottom: 20px;
  }
}

.yakeH-index li {
  padding: 0.1em 0;
}

.yakeH-index li::before {
  margin-right: 4px;
}

.yakeH-index ul li ul li {
  padding-left: 1em;
}

.yakeH-index ul li ul li::before {
  content: "-";
}

/*______________________監修*/
.yakeFirst {
  position: relative;
  z-index: 1;
  background-image: url(../../img/bar_sp.webp), url(../../img/bar_sp.webp);
  background-repeat: no-repeat;
  background-position: 50% 0, 50% 100%;
  background-size: 100% 1px;
  background-color: var(--WRD);
}

#yakeiWrap .yakeFirst .yakeTtl1 {
  text-align: center;
}

#yakeiWrap .yakeFirst .yakeFir-contBox {
  text-align: center;
}
#yakeiWrap .yakeFirst .yakeFir-contBox p {
  margin-bottom: 1em;
}
#yakeiWrap .yakeFirst .yakeFir-contBox .img {
  text-align: center;
}
#yakeiWrap .yakeFirst .yakeFir-contBox .img figcaption {
  background: #000;
}
#yakeiWrap .yakeFirst .yakeFir-contBox a {
  display: inline-block;
  transition: 0.5s;
}
#yakeiWrap .yakeFirst .yakeFir-contBox a:hover {
  box-shadow: 0 0 10px #b94e4e;
}

.yakeFirst details {
  margin-bottom: 0.5em;
  text-align: right;
}

.yakeFirst details summary {
  display: inline-block;
  padding: 0.5em 0;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(var(--GLDrgb), 0.5);
  cursor: pointer;
  list-style: none;
}

@media (prefers-reduced-motion: no-preference) {
  details::details-content {
    transition-duration: 0.3s;
    transition-property: content-visibility, opacity;
    transition-behavior: allow-discrete;
  }
}
details:not([open])::details-content {
  opacity: 0;
}

.detailCont {
  text-align: left;
}

.yakeFir-name {
  margin-bottom: 4px;
  font-family: var(--mincho);
  text-align: right;
  font-weight: 800;
  font-size: 0.9em;
}

.yakeFir-name span {
  font-size: 1.2em;
}

.yakeFir-prof {
  text-align: right;
  font-size: 0.9em;
}

/*______________________プロフ*/
.yakSelect {
  background-image: url(../img/bar_sp.webp), linear-gradient(0deg, #1F2256, #000);
  background-repeat: no-repeat, repeat;
  background-position: 50% 100%, 0 0;
  background-size: 100% 1px, cover;
}

.yakeSele-first {
  text-align: center;
  margin-bottom: var(--spaceL);
}

#yakeiWrap .yakeSele-first h1 {
  width: 100%;
  margin-bottom: var(--spaceS);
  font-family: var(--mincho);
  font-feature-settings: "palt";
}

.yakeSele-lead {
  padding: var(--spaceL) 0 0;
  background: url(../img/bar_sp.webp) no-repeat 50% 0/100% 1px;
}

.yakeSele-lead p {
  margin-bottom: 16px;
}

#yakeiWrap .yakeSele-lead .yakeTtl1 {
  text-align: left;
}

.yakeProf {
  background-color: var(--PPL);
}

.yakePro-profile {
  margin-bottom: var(--spaceL);
}

#yakeiWrap .yakePro-profile p {
  margin-bottom: 16px;
  line-height: 1.5em;
}

#yakeiWrap .yakePro-profile ul {
  margin-bottom: 16px;
}

#yakeiWrap .yakePro-profile ul * {
  line-height: 1.5em;
}

#yakeiWrap .yakePro-profile ul li {
  border-bottom: 1px dotted rgba(var(--GLDrgb), 0.5);
  padding: 0.5em 0;
}

/*______________________マップ*/
.yakeMap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.yakeMap::after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
  background: url(../img/bg_map.webp) no-repeat 50% 50%/cover;
  z-index: 1;
  /* filter:blur(5px); */
}

.yakeMap .content-wrap {
  position: relative;
  z-index: 2;
}

.yakeMapBox {
  margin-top: 1em;
}

.yakeMapBox iframe {
  width: 100%;
  min-height: min(60vh, 610px);
}

/*______________________スポット*/
.yakeSpot {
  position: relative;
  overflow: visible;
}

.bgYakeSpot {
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  margin-top: -100vh;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: linear-gradient(0deg, #000040, #00002d);
}

.yakeTtlArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0.8em 2em;
  margin: min(5vw, 32px) auto 50px auto;
  background-image: url(../img/bar_sp.webp), url(../img/bar_sp.webp);
  background-repeat: no-repeat;
  background-position: 50% 0, 50% 100%;
  background-size: 100% 1px;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

#yakeiWrap .yakeTtlArea h2 {
  font-family: var(--mincho);
  font-weight: 800;
  font-size: min(4.5vw, 1.5em);
}

.yakeTtlArea::after, .yakeTtlArea::before {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/ttl_icon.webp) no-repeat;
}

.yakeTtlArea::after {
  top: -15px;
  right: -15px;
}

.yakeTtlArea::before {
  bottom: -10px;
  left: -15px;
}

#yakeiWrap .yakeTtlArea .goTop {
  margin-top: min(1vw, 10px);
  line-height: 1;
}

.yakeTtlArea .goTop a {
  display: inline-block;
  padding: 0.1em 1em;
  background-color: var(--GLD);
  border-radius: 100px;
  color: #000 !important;
  font-weight: bold;
  font-feature-settings: "palt";
  font-size: 0.75em;
  transition: var(--mainAnime);
}

.yakeTtlArea .goTop a:hover {
  transform: translateY(-3px);
}

.spotBox {
  position: relative;
  margin-bottom: min(15vw, 100px);
  padding-bottom: min(6vw, 40px);
  background: url(../img/bar_sp.webp) no-repeat 50% 100%/100% 1px;
}
.spotBox .topBox {
  margin-bottom: 40px;
  display: flex;
  gap: 40px;
}
.spotBox .topBox > * {
  flex: 1;
  float: initial;
  width: calc((100% - 40px) / 2);
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  .spotBox .topBox {
    flex-direction: column;
    gap: 0px;
  }
  .spotBox .topBox > * {
    width: 100%;
  }
}
.spotBox h3 br.sp {
  display: none;
}
@media screen and (max-width: 576px) {
  .spotBox h3 br.sp {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .spotBox h3 {
    text-align: center;
    color: var(--GLD-light) !important;
    margin-bottom: 44px !important;
    position: relative;
    text-shadow: 0 0 5px black;
  }
  .spotBox h3::before, .spotBox h3::after {
    content: "";
    display: block;
    background: var(--GLD-light);
    position: absolute;
    right: 50%;
    transform: translateX(50%);
  }
  @keyframes glowAnimation {
    0% {
      box-shadow: 0 0 0px rgba(239, 218, 185, 0.8);
    }
    100% {
      box-shadow: 0 0 10px rgba(239, 218, 185, 0.8);
    }
  }
  .spotBox h3::before {
    width: 1px;
    height: 25px;
    bottom: -30px;
    animation: 1s ease-in 0s infinite alternate forwards running glowAnimation;
  }
  .spotBox h3::after {
    width: 6px;
    aspect-ratio: 1/1;
    bottom: -34px;
    transform: translateX(50%);
    border-radius: 100px;
    animation: 1s ease-in 0s infinite alternate forwards running glowAnimation;
  }
}

#yakeiWrap .spotBox h3 {
  margin-bottom: min(2vw, 16px);
  font-size: min(5.5vw, 1.8em);
  font-family: var(--mincho);
  line-height: 1.3;
  font-feature-settings: "palt";
}

.spotBox h3 a::after {
  margin-left: 8px;
}

.spotB-img.slick-dotted.slick-slider {
  margin-bottom: min(6vw, 40px);
}

.spotB-img .slick-dots li {
  margin: 0 2px;
}

.spotB-img .slick-dots {
  bottom: -24px;
}

.spotB-img .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 5px;
  background-color: #FFF;
  border-radius: 100px;
  opacity: 0.25;
}

.spotB-img .slick-dots li.slick-active button {
  opacity: 0.75;
}

.spotB-img .slick-dots li button:before {
  display: none;
}

.spotB-txt a, .spotB-data a, .spotB-txt a, .yakePro-profile a {
  text-decoration: underline;
  color: #B477FF;
}

.spotBox table {
  border-top: 1px dotted rgba(var(--GLDrgb), 0.6);
  border-left: none;
  border-spacing: 1px 0;
  border-collapse: inherit;
}

.spotBox table th, .spotBox table td {
  background: none;
  border: none;
  border-bottom: 1px dotted rgba(var(--GLDrgb), 0.6);
}

.spotBox table th {
  width: 6.5em;
  vertical-align: top;
  text-align: left;
}

#yakeiWrap .spotB-txt h3 {
  font-size: min(5.5vw, 1.6em);
}
@media screen and (max-width: 1024px) {
  #yakeiWrap .spotB-txt h3 {
    display: none;
  }
}
#yakeiWrap .spotB-txt .txtBox {
  padding: 20px 0;
  border-top: 1px solid var(--GLD);
  border-bottom: 1px solid var(--GLD);
}
@media screen and (max-width: 1024px) {
  #yakeiWrap .spotB-txt .txtBox {
    margin-top: 40px;
  }
}
#yakeiWrap .spotB-txt .txtBox p {
  line-height: 2;
}
#yakeiWrap .spotB-txt .txtBox p:not(:last-child) {
  margin-bottom: 16px;
}

.spotB-etc {
  margin-top: min(4vw, 40px);
  padding: min(3vw, 40px) min(4vw, 40px);
  background-color: rgba(var(--GLDrgb), 0.2);
}

.spotB-etc p, .spotB-etc table {
  margin-bottom: min(2vw, 16px);
}

#yakeiWrap .spotB-etc h4 {
  margin-bottom: min(2vw, 16px);
}

.yakeSpecial {
  background-color: var(--PPL);
}

.specBox {
  margin-bottom: var(--spaceM);
  padding: min(3vw, 40px) min(4vw, 40px);
  background-color: rgba(var(--GLDrgb), 0.2);
}

#yakeiWrap .specB-txt h2 {
  font-size: min(4.9vw, 1.3em);
}

.specB-txt p, .specB-txt .btnEtc {
  margin-bottom: 16px;
}

/*______________ボタン系*/
.btnYake a, .btnSpotMore a, .btnEtc a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  font-family: var(--mincho);
  font-weight: 800;
}

.btnYake {
  width: 100%;
  clear: both;
}

.btnYake a {
  max-width: 14em;
  padding: 0.9em 2em;
  border: 1px solid rgb(180, 119, 255);
  color: #B477FF;
}

.btnSpotMore a {
  max-width: 18em;
  padding: 0.5em;
  margin-bottom: min(8vw, 64px);
  border: 1px solid rgb(180, 119, 255);
  color: #B477FF;
}

.btnEtc a {
  max-width: 14em;
  padding: 0.9em 2em;
  border: 1px solid var(--GLD);
  color: var(--GLD);
}

#yakeiWrap .btnYake a:hover, #yakeiWrap .btnSpotMore a:hover {
  color: #ae98ff;
  text-shadow: 0 0 10px #ae98ff, 0 0 20px #ae98ff, 0 0 30px #ae98ff;
  animation: aniBtnPPL 1s;
}

.btnEtc a:hover {
  animation: aniBtnGLD 1s;
}

.yakeSele-lead .yakeFir-name span {
  font-size: 1.5em;
}

@keyframes aniBtnPPL {
  0% {
    box-shadow: 0 0 0 0 rgba(180, 119, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 1.2em rgba(0, 0, 0, 0);
  }
}
@keyframes aniBtnGLD {
  0% {
    box-shadow: 0 0 0 0 rgba(252, 234, 117, 0.5);
  }
  100% {
    box-shadow: 0 0 0 1.2em rgba(0, 0, 0, 0);
  }
}
/*SP only*/
@media screen and (max-width: 599px) {
  .forPC, .forTB, .hiddenSP {
    display: none;
  }
  .yakeH-lead {
    padding: min(10vw, 56px) var(--spaceM) min(48vw, 440px);
    background: url(../img/bg_head_sp.webp) no-repeat 50% 100%/100% auto, #030128;
  }
  .yakeH-index {
    margin: -12vw auto 0;
  }
  .specB-img {
    margin-bottom: var(--spaceS);
  }
  .yakePro-img {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: var(--spaceS);
  }
  #yakeiWrap .yakePro-img .yakeTtl2 {
    margin: 0 auto 0 16px;
  }
  .yakePro-img img {
    max-width: 40%;
  }
}
/*TB only*/
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .forPC, .forSP, .hiddenTB {
    display: none;
  }
}
/*TB over*/
@media screen and (min-width: 600px) {
  #yakeiWrap .content-wrap {
    width: 88vw;
    padding-left: 0;
    padding-right: 0;
  }
  .yakeHead {
    background: url(../img/bg_head_pc.webp) no-repeat 50% 100%/cover var(--NVY);
    padding-bottom: 16vw;
  }
  .yakeH-lead {
    padding: min(10vw, 100px) var(--spaceM) min(8vw, 56px);
    background: linear-gradient(180deg, var(--NVY) 10%, rgba(6, 25, 65, 0));
  }
  .yakeH-index {
    max-width: calc(80px + 45em);
  }
  .yakeH-index .inner {
    padding: 40px 40px;
  }
  .yakeH-index ul {
    display: flex;
    flex-wrap: wrap;
  }
  .yakeH-index .inner > ul {
    width: 100%;
    max-width: 40em;
    margin: 0 auto;
    gap: 15px 0;
  }
  .yakeH-index .inner > ul li {
    width: 20em;
  }
  .yakeH-index .inner > ul > li > a {
    font-weight: 700;
  }
  .yakeH-index .inner > ul > li:nth-child(3n),
  .yakeH-index .inner > ul > li:nth-child(4n) {
    width: 40em;
  }
  .yakeMap {
    text-align: center;
  }
  #yakeiWrap .yakeTtlArea {
    top: 157px;
    padding: 1.5em 5em;
    margin-bottom: 80px;
    background-image: url(../img/bar_pc.webp), url(../img/bar_pc.webp);
  }
  #yakeiWrap .yakeTtlArea .goTop {
    position: absolute;
    right: 0;
    margin: 0;
  }
  .spotBox {
    background-image: url(../img/bar_pc.webp);
  }
  .spotBox table th {
    width: 10em;
  }
  .spotB-data td dl {
    display: flex;
    flex-wrap: wrap;
  }
  .spotB-data td dt {
    width: 12em;
  }
  .spotB-data td dd {
    width: calc(100% - 12em);
  }
  .btnSpotMore a {
    max-width: 24em;
  }
  .specBox {
    display: block;
  }
  .specB-img {
    width: 58%;
  }
  .specB-txt {
    width: 100%;
    padding-left: var(--spaceS);
    text-align: center;
  }
  .yakePro-profile {
    display: flex;
  }
  .yakePro-txt {
    width: calc(100% - 240px);
    padding-left: var(--spaceM);
  }
}
/*PC over*/
@media screen and (min-width: 1025px) {
  .forTB, .forSP, .hiddenPC {
    display: none;
  }
  .yakeH-index {
    padding: 0;
  }
  .yakeFirst .content-wrap {
    max-width: 56em;
  }
  #yakeiWrap .yakeTtlArea {
    top: 107px;
  }
  .spotBox::after, .spotB-etc::after {
    content: "";
    display: block;
    clear: both;
  }
  .spotB-img, .spotBE-img {
    width: 58%;
    float: left;
  }
  .spotBE-img.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .spotB-txt, .spotB-etc h4, .spotBE-txt {
    float: right;
    width: 40%;
    padding-left: 32px;
  }
}
/* @media screen and (min-width:1300px){
    .yakeFirst .content-wrap{
        display:flex;
        flex-wrap:wrap;
        justify-content:center;
        min-width:40em;
    }
    .yakeFir-ttlBox{
        width:28em;
    }
    .yakeFir-contBox{
        width:calc(100% - 28em);
    }
} */
.anc {
  position: relative;
  top: -100px;
  display: block;
}

.trim {
  text-box: trim-both text;
}

.addressWrapper .mapBox {
  height: 100%;
}
.addressWrapper .mapBox iframe {
  width: 100%;
  height: 250px;
}

.btn.yoyaku {
  margin-top: 50px;
}
.btn.yoyaku a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  width: 100%;
  max-width: 500px;
  height: 70px;
  margin: 0 auto;
  background: #d39d44;
  border: 2px solid #FFF;
  border-radius: 5px;
  color: #FFF;
  text-shadow: 0 0 5px rgba(95, 47, 13, 0.3);
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s !important;
}
.btn.yoyaku a::-ms-expand {
  display: none;
}
.btn.yoyaku a:hover {
  background: var(--WRD) !important;
  color: #FFF !important;
  text-shadow: none !important;
}

@media screen and (max-width: 768px) {
  .yakeH-index .inner > ul {
    width: fit-content;
    max-width: initial;
    margin: 0 auto;
    gap: 15px 0;
    flex-direction: column;
  }
  .yakeH-index .inner > ul li {
    width: 100%;
    text-align: center;
  }
  .yakeH-index .inner > ul > li:not(:last-child) {
    margin-bottom: 15px;
  }
  .yakeH-index .inner > ul > li > a {
    font-weight: 700;
  }
  .yakeH-index .inner > ul > li:nth-child(3n),
  .yakeH-index .inner > ul > li:nth-child(4n) {
    width: 100%;
    max-width: 20em;
  }
}/*# sourceMappingURL=layout.css.map */