@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
#gt_float_wrapper {
  top: 100px !important;
  z-index: 800 !important;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Noto Serif JP", serif;
}

.Site_header {
  background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.2));
  height: 80px;
  display: grid block;
  grid-template-columns: 160px auto;
  position: fixed;
  padding: 40px 40px 0;
  top: 0;
  z-index: 750;
  text-shadow: 0px 0px 5px black;
  width: 100%;
}
.Site_header > .logo {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
}
.Site_header > .button {
  width: 42px;
  object-fit: contain;
  height: 42px;
  padding: 4px;
}
.Site_header > .menu {
  display: grid block;
  grid-template-columns: repeat(4, auto);
  justify-content: right;
  gap: 0 2rem;
  opacity: 1;
}
.Site_header > .menu > .item {
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.Site_header .menu-button {
  display: none;
}
.Site_header .menu-button-image {
  display: none;
}
.Site_header .menu-toggle {
  display: none;
}

.Main_container {
  padding: 0 1rem;
  container-type: inline-size;
  min-height: 50dvh;
}

.Midashi_seciton {
  height: 594px;
  margin-bottom: 60px;
  position: relative;
}
.Midashi_seciton._store {
  height: 1045px;
}
.Midashi_seciton .image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.Midashi_seciton .title {
  font-size: 2em;
  font-weight: bold;
  position: relative;
  top: 250px;
  background: #000;
  color: #fff;
  z-index: 100;
  width: 387px;
  min-height: 54px;
  max-width: calc(100% - 2rem);
  margin: 0 auto;
  text-align: center;
}
.Midashi_seciton .news {
  position: relative;
  display: grid;
  z-index: 100;
  background: #fff;
  width: 466px;
  padding: 1rem;
  max-width: calc(100% - 2rem);
  margin: 0 auto;
  font-size: 14px;
  top: 386px;
  height: 82px;
  grid-template: "date title" 1fr ". content" 1fr/100px 1fr;
}
.Midashi_seciton .news .news_date {
  grid-area: date;
}
.Midashi_seciton .news .news_title {
  grid-area: title;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Midashi_seciton .news .news_content {
  grid-area: content;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Sigle_wrapper {
  max-width: 640px;
  margin: 0 auto;
}

.Content_container h1, .Content_container h2, .Content_container h3, .Content_container h4, .Content_container h5 {
  margin: 0 0 28px;
}
.Content_container p {
  margin-bottom: 28px;
}
.Content_container li {
  margin-bottom: 14px;
}

@media screen and (width < 820px) {
  .Site_header {
    padding: 1.2rem 1rem;
    z-index: 9999;
  }
  .Site_header .menu-button {
    z-index: 99999;
    position: fixed;
    right: 1rem;
    top: 1rem;
    width: 42px;
    height: 42px;
    justify-content: center;
    align-items: center;
    display: grid;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1333333333);
    transition: all ease 300ms;
    cursor: pointer;
  }
  .Site_header .menu-button-image {
    display: inline-block;
    user-select: none;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.6));
  }
  .Site_header .menu {
    display: grid block;
    position: fixed;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    padding: 10dvh;
    transition: opacity ease 300ms allow-discrete;
  }
  .Site_header .menu > .item {
    width: fit-content;
    height: fit-content;
    padding: 1rem;
    justify-self: center;
  }
  .Site_header .menu-toggle:checked ~ .menu {
    opacity: 1;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.7490196078);
    backdrop-filter: blur(1px);
    justify-items: center;
    align-items: center;
  }
  .Site_header .menu-toggle:checked ~ .menu-button {
    background: #000;
    box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.6);
  }
  .Main_container {
    padding: 0 1rem;
  }
  .Midashi_seciton .news {
    position: relative;
    font-size: 10px;
    top: 386px;
    height: 100px;
    top: 359px;
    grid-template: "date" 1fr "title" 1fr " content" 1fr/auto;
  }
  .Midashi_seciton .news .news_date {
    grid-area: date;
  }
  .Midashi_seciton .news .news_title {
    grid-area: title;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Midashi_seciton .news .news_content {
    grid-area: content;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.Site_footer {
  text-align: center;
  margin: 40px 1rem 20px;
}

.Contact_caution {
  text-align: center;
  font-size: 21px;
  margin-bottom: 2rem;
}
.Contact_caution .red {
  font-size: 36px;
  color: #ff0000;
  font-weight: bold;
}

.Contact_grid {
  display: grid block;
  font-size: 13px;
  grid-template: "tel" auto "gaiyou" auto/1fr;
  margin: 0 auto;
  text-align: center;
  width: 343px;
  justify-content: space-between;
  gap: 2rem;
}
@container (width < 800px) {
  .Contact_grid {
    grid-template: "tel" "line" "gaiyou";
    max-width: 343px;
  }
}
.Contact_grid .title {
  background-color: #000;
  color: #fff;
  width: 343px;
  min-height: 73px;
  font-size: 37.32px;
  line-height: 73px;
  margin-bottom: 1rem;
}
.Contact_grid .tel_cell {
  grid-area: tel;
}
.Contact_grid .tel_cell .tel_cell_grid {
  display: grid block;
  grid-template: "atama number" auto ". desc" auto/auto 1fr;
  width: fit-content;
  max-width: 222px;
  margin: 0 auto;
  align-items: baseline;
}
.Contact_grid .tel_cell .tel_cell_grid .atama {
  grid-area: atama;
  font-family: sans-serif;
}
.Contact_grid .tel_cell .tel_cell_grid .number {
  grid-area: number;
  font-size: 32px;
  font-family: sans-serif;
  line-height: 1;
}
.Contact_grid .tel_cell .tel_cell_grid .desc {
  grid-area: desc;
  text-align: left;
}
.Contact_grid .line_cell {
  text-align: center;
  grid-area: line;
}
.Contact_grid .line_cell .qr {
  display: block;
  margin: 0 auto;
}
.Contact_grid .gaiyou_cell {
  grid-area: gaiyou;
}
.Contact_grid .gaiyou_grid {
  display: grid block;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, auto);
}
.Contact_grid .gaiyou_grid div[class$=_cell] {
  border-bottom: solid 1px #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0 1rem 1rem;
  margin-bottom: 1rem;
}
.Contact_grid .gaiyou_grid div[class$=_cell] .key {
  flex: 1 0 auto;
  text-align: left;
}
.Contact_grid .gaiyou_grid div[class$=_cell] .value {
  width: 252px;
  padding-left: 1rem;
  text-align: left;
}
.Course_title {
  text-align: center;
  margin: 60px auto 30px;
}

.Caurse_caution {
  width: 420px;
  margin: 60px auto;
  border: solid 2px black;
  font-size: 12.5px;
  max-width: 100%;
  padding: 1rem;
}
.Caurse_caution > .tabako {
  font-size: 12.2px;
  margin-bottom: 1rem;
}

.Course_grid {
  width: 870px;
  margin: 0 auto;
  display: grid block;
  grid-template-columns: repeat(2, 360px);
  gap: 0 150px;
}
.Course_grid .figure_title {
  text-align: center;
  margin-bottom: 60px;
}
.Course_grid .figure_title > .image {
  display: block;
  min-height: 72px;
  margin: 0 auto 8px;
}
.Course_grid .figure_title > figcaption {
  font-size: 13px;
}
.Course_grid .desc {
  text-align: center;
  font-size: 13px;
  line-height: 2;
  margin-bottom: 8px;
  min-height: 120px;
}
.Course_grid .item_list {
  padding-left: 0;
}
.Course_grid .wakaiseki_cel {
  background-image: url("./img/sensu_pink.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.Cause_freedrink {
  margin: 60px auto 120px;
  text-align: center;
}

.Course_oshokuji_section {
  background-image: url("./img/shippou.svg");
  background-repeat: no-repeat;
  background-position: calc(50% - 380px) 0;
  margin-top: 120px;
}
.Course_oshokuji_section .desc {
  margin: 0 auto 30px;
  font-size: 13px;
  text-align: center;
}
.Course_oshokuji_section .width_wrapper {
  margin: 0 auto;
  width: 540px;
  max-width: 100%;
}

.Course_sonota_section {
  background-image: url("./img/mari.svg");
  background-repeat: no-repeat;
  background-position: calc(50% + 380px) bottom;
  padding-bottom: 60px;
  margin-top: 120px;
}
.Course_sonota_section .width_wrapper {
  margin: 0 auto;
  width: 540px;
  max-width: 100%;
}

.Item_grid {
  display: grid block;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  align-items: start;
  margin-top: 1rem;
}
.Item_grid ruby {
  ruby-position: under;
}
.Item_grid .name {
  font-size: 19px;
  font-weight: bold;
}
.Item_grid .name.shirako {
  font-size: 12px;
  font-weight: normal;
  display: block;
  text-align: right;
}
.Item_grid .teikyo_jiki {
  font-size: 12px;
}
.Item_grid .leader {
  background-image: radial-gradient(black 1px, transparent 2px);
  background-size: 14px 14px;
  background-repeat: repeat no-repeat;
  background-position: 0 0.5rem;
  margin: 0 5px;
  height: 100%;
  min-height: 34px;
}
.Item_grid .right {
  justify-self: right;
}
.Item_grid .price {
  font-size: 17.5px;
}
.Item_grid .en {
  font-size: 13.5px;
  margin-left: 2px;
}
.Item_grid .yoyaku {
  font-size: 13px;
}
.Item_grid .member_num {
  font-size: 12px;
}
.Item_grid .bottom {
  font-size: 10px;
  text-align: right;
  grid-column: 1/-1;
}

@container (width < 900px) {
  .Course_grid {
    grid-template-columns: auto;
    max-width: 100%;
    width: 600px;
    gap: 60px 0;
  }
  .Course_grid .wakaiseki_cel {
    background-image: none;
  }
  .Course_grid .figure_title {
    margin-bottom: 30px;
  }
  .Course_grid .desc {
    min-height: 0;
    margin-bottom: 30px;
  }
  .Cause_freedrink {
    margin: 30px auto 60px;
  }
  .Course_oshokuji_section {
    background-size: 80px;
    background-position: top left;
    padding-top: 10px;
  }
  .Course_sonota_section {
    background-position: right bottom;
    background-size: 80px;
    padding-bottom: 80px;
  }
  .Item_grid .yoyaku {
    font-size: 10px;
  }
}
.Front_grid_upper {
  display: grid block;
  width: 897px;
  max-width: 100%;
  margin-inline: auto;
  margin-bottom: 60px;
  gap: 0 40px;
  grid-template-columns: 482px 375px;
  grid-template-rows: auto auto;
  grid-template-areas: "midashi img" "desc img";
}
.Front_grid_upper .midashi {
  grid-area: midashi;
  text-align: center;
}
.Front_grid_upper .midashi .title {
  font-size: 19px;
  position: relative;
  display: inline-block;
}
.Front_grid_upper .midashi .title::before {
  content: "";
  background-color: black;
  width: 100dvw;
  height: 1px;
  right: calc(100% + 10px);
  top: 1em;
  position: absolute;
}
.Front_grid_upper .description {
  grid-area: desc;
  line-height: 2.6;
  font-size: 13px;
  text-align: center;
  word-break: keep-all;
}
.Front_grid_upper .image {
  grid-area: img;
  width: 375px;
  height: 274px;
  object-fit: cover;
  justify-self: right;
}
.Front_grid_upper .slideshow {
  grid-area: img;
  width: 375px;
  height: 274px;
  object-fit: cover;
  justify-self: right;
  position: relative;
}
.Front_grid_upper .slideshow > .item {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: fadeEffect 9s infinite; /* 3枚の画像で各3秒表示 = 9秒 */
  opacity: 0;
}
.Front_grid_upper .slideshow > .item:nth-child(1) {
  animation-delay: 0s;
}
.Front_grid_upper .slideshow > .item:nth-child(2) {
  animation-delay: 3s; /* 1枚目の表示時間 */
}
.Front_grid_upper .slideshow > .item:nth-child(3) {
  animation-delay: 6s; /* 1枚目と2枚目の表示時間 */
}
@keyframes fadeEffect {
  0% {
    opacity: 0;
  }
  11.11% {
    opacity: 1;
  } /* (1/9) * 100 / 3 * 1 = 3.7% * 3 = 11.11% (フェードイン完了) */
  33.33% {
    opacity: 1;
  } /* (3/9) * 100 = 33.33% (表示維持) */
  44.44% {
    opacity: 0;
  } /* (4/9) * 100 = 44.44% (フェードアウト完了) */
  100% {
    opacity: 0;
  }
}

.Front_grid_lower {
  display: grid block;
  width: 897px;
  max-width: 100%;
  margin-inline: auto;
  gap: 0 40px;
  grid-template-columns: 375px 482px;
  grid-template-rows: auto auto;
  grid-template-areas: "img midashi" "img desc";
}
.Front_grid_lower .midashi {
  grid-area: midashi;
  text-align: center;
}
.Front_grid_lower .midashi .title {
  font-size: 19px;
  position: relative;
  display: inline-block;
}
.Front_grid_lower .midashi .title::before {
  content: "";
  background-color: black;
  width: 100dvw;
  height: 1px;
  left: calc(100% + 10px);
  top: 0.8rem;
  position: absolute;
}
.Front_grid_lower .description {
  grid-area: desc;
  line-height: 2.6;
  font-size: 13px;
  text-align: center;
}
.Front_grid_lower .description > br.pc {
  display: block;
}
.Front_grid_lower .description > br.sp {
  display: none;
}
.Front_grid_lower .image {
  grid-area: img;
  width: 375px;
  height: 274px;
  object-fit: cover;
  justify-self: left;
}

.Splide_slider {
  container-type: inline-size;
  margin-bottom: 40px;
  position: relative;
  height: 594px;
}
.Splide_slider .title {
  position: absolute;
  color: #fff;
  font-size: 37.32px;
  top: calc(50% - 0.5em - 20px);
  left: 0;
  justify-self: center;
  right: 0;
  margin: auto;
  pointer-events: none;
  letter-spacing: 6px;
  background: rgba(0, 0, 0, 0.4666666667);
  padding: 10px 40px;
  backdrop-filter: blur(4px);
}
.Splide_slider .slide_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@container (width < 900px ) {
  .Front_grid_upper {
    display: block;
    background-image: url("./img/sensu_blue.svg");
    background-repeat: no-repeat;
    background-position-y: 80px;
    background-position-x: max(0px, 100% - 320px);
  }
  .Front_grid_upper .midashi {
    width: 348px;
    margin-bottom: 1rem;
    display: block;
    margin-right: 0;
    margin-left: auto;
  }
  .Front_grid_upper .description {
    width: 348px;
    display: block;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 30px;
  }
  .Front_grid_upper .image {
    justify-self: center;
    max-width: 100dvw;
    width: 100dvw;
  }
  .Front_grid_upper .slideshow {
    max-width: 100dvw;
    width: 100dvw;
    margin-left: -1rem;
    display: inline-block;
  }
  .Front_grid_lower {
    display: block;
    background-image: url("./img/sensu_pink.svg");
    background-repeat: no-repeat;
    background-position-y: 106px;
    background-position-x: min(300px, 100%);
  }
  .Front_grid_lower .midashi {
    width: 348px;
    justify-self: left;
    margin-bottom: 1rem;
  }
  .Front_grid_lower .description {
    width: 348px;
    justify-self: left;
    margin-bottom: 30px;
  }
  .Front_grid_lower .description > br.pc {
    display: none;
  }
  .Front_grid_lower .description > br.sp {
    display: block;
  }
  .Front_grid_lower .image {
    justify-self: center;
    max-width: 100dvw;
    width: 100dvw;
  }
  .Splide_slider .title {
    font-size: clamp(22px, 2.5vw + 13.5px, 36px);
    letter-spacing: 2px;
  }
}
.header {
  content: "header";
  color: blue;
}

.News_social {
  display: grid block;
  grid-template: "facebook twitter" auto "instagram ." auto/1fr 1fr;
  width: 900px;
  margin: 0 auto;
  gap: 1rem;
}
@container (width < 900px) {
  .News_social {
    width: 100%;
    grid-template: "facebook" auto "twitter" auto "instagram" auto/1fr;
  }
}
.News_social .facebook {
  min-height: 300px;
  text-align: center;
}
.News_social .twitter {
  min-height: 300px;
  text-align: center;
}
.News_social .instagram {
  min-height: 300px;
  text-align: center;
}
.News_social .instagram > .instagram-media {
  max-width: 440px !important;
}

.Store_midashi_box .title {
  font-size: 69px;
}
.Store_midashi_box .copy {
  font-size: 19px;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 60px;
}
.Store_midashi_box .copy::before {
  translate: calc(-100% - 10px) 0.8em;
  content: "";
  display: inline-block;
  width: 100dvw;
  border-top: solid 1px black;
  position: absolute;
}

.Store_slider {
  width: 100dvw;
  margin-left: -1rem;
  margin-bottom: 1rem;
  background-color: #000;
}
.Store_slider .slide_image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 791px;
  max-width: 758px;
  margin: 0 auto;
  aspect-ratio: 758/791;
}

@container (width < 900px) {
  .Store_midashi_box .title {
    font-size: 26.62px;
  }
  .Store_midashi_box .copy {
    font-size: 7.42px;
  }
}
/* koko ni kaku */

/*# sourceMappingURL=style.css.map */
