.innner, .end {
  max-width: 560px;
  margin: 0 auto;
}

.innner2, .sec {
  max-width: 680px;
  margin: 0 auto;
}

.innner3 {
  max-width: 420px;
  margin: 0 auto;
}

.mb1 {
  margin-bottom: clamp(125px, 13vw, 200px);
}

.mb2 {
  margin-bottom: clamp(62px, 7vw, 100px);
}

.mb3 {
  margin-top: clamp(20px, 4vw, 50px);
}

.pc {
  display: none !important;
}

@media (min-width: 560px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.flex, .c4 .bath_sched, .flexW, .flexC, .lst_goods, nav ul, .btn_sns, .btn {
  display: flex;
  align-items: center;
}

.flexC, .lst_goods, nav ul, .btn_sns, .btn {
  justify-content: center;
}

.flexW {
  flex-wrap: wrap;
}

body {
  color: #211613;
  background: url("../img/bg_main.webp") repeat top center;
  text-align: center;
}
@media (min-width: 560px) {
  body {
    background: url("../img/bg_main-l.webp") repeat-y left top/216px, url("../img/bg_main-r.webp") repeat-y right top/216px, url("../img/bg_main.webp") repeat top center;
  }
}

a {
  color: #a83837;
}

.box_txt {
  margin-bottom: clamp(20px, 4vw, 50px);
}
.box_txt p:not(:last-child) {
  margin-bottom: 1.75em;
}
.box_txt.subc b {
  font-weight: 800;
  font-size: 1rem;
}
@media (min-width: 680px) {
  .box_txt.subc b {
    font-size: 1.5625rem;
  }
}

.caps {
  font-size: 0.625rem;
  font-weight: 400;
}
@media (min-width: 680px) {
  .caps {
    font-size: 0.8125rem;
  }
}

.sec {
  padding-bottom: clamp(62px, 7vw, 100px);
  background-color: rgba(255, 255, 255, 0.6);
  width: 90%;
}
@media (min-width: 680px) {
  .sec {
    width: auto;
  }
}
.sec h2 {
  margin: 0 auto clamp(20px, 4vw, 50px);
}

.img350 {
  width: clamp(15rem, 51.56vw, 21.875rem);
  margin-bottom: clamp(20px, 4vw, 50px);
}

.price {
  display: block;
  font-weight: 400;
  font-size: 0.9em;
}
.price .ico_set {
  width: min(8.7em,140px);
  vertical-align: middle;
  margin: 0 0.4em 0 0;
}

.btn {
  width: clamp(250px, 80%, 330px);
  margin: 0 auto;
  background: #4a9088;
  color: white;
  font-size: 1.15em;
  font-weight: 700;
  border-radius: 9999px;
  padding: 0.78em 0;
}

.mv {
  position: relative;
}

header {
  position: relative;
}

.btn_sns {
  position: absolute;
  bottom: 5%;
  left: 50%;
  translate: -50% 0;
}
.btn_sns a {
  display: block;
  width: clamp(32px, 9vw, 44px);
  margin: 0 0.75em;
}
@media (min-width: 560px) {
  .btn_sns {
    position: absolute;
    top: 0;
    right: 0;
    left: inherit;
    bottom: inherit;
    translate: inherit;
    padding: 1em;
  }
  .btn_sns a {
    margin: 0 0.6em;
  }
}

.nav-wrap {
  background: #000;
}

nav {
  max-width: 1000px;
  margin: 0 auto;
  padding: clamp(20px, 4vw, 50px) clamp(15px, 1.6vw, 25px);
}
nav ul {
  position: relative;
  flex-wrap: wrap;
  gap: 1em;
}
nav li {
  width: calc(50% - 1em);
}
@media (min-width: 680px) {
  nav li {
    width: calc(33.3333333333% - 1em);
  }
}

.img800 {
  display: block;
  width: min(100%,800px);
  margin: 0 auto 1.875rem;
}

.c1 {
  margin-top: clamp(62px, 7vw, 100px);
  margin-bottom: clamp(62px, 7vw, 100px);
}
.c1 .subc b {
  line-height: 1.3;
}
.c1 .set_wrap {
  padding: 0 clamp(20px, 4vw, 50px) 0;
}
.c1 .size {
  margin-bottom: clamp(15px, 1.6vw, 25px);
}
.c1 .caps:not(:last-of-type) {
  margin-bottom: 3.125rem;
}
.c1 .c1_game {
  padding: 0 clamp(20px, 4vw, 50px);
}
.c1 .c1_game .box_txt {
  max-width: 370px;
  margin: 0 auto 1.25rem;
  background: #a49775;
  color: white;
  font-size: 0.625rem;
  padding: 1rem 0.5rem;
}
@media (min-width: 680px) {
  .c1 .c1_game .box_txt {
    padding: 1.25rem 1rem;
    font-size: 0.75rem;
  }
}

.lb-dataContainer {
  padding-top: 1.5em !important;
}

.c2 {
  margin-bottom: clamp(62px, 7vw, 100px);
}
.c2 .box_txt:last-of-type {
  margin-bottom: 0;
}
.c2 .box_txt a {
  display: inline-block;
  line-height: 1.5;
  font-weight: bold;
}
.c2 .cont_goods .box_txt {
  margin-bottom: clamp(20px, 4vw, 50px);
}
.c2 .btn {
  margin-bottom: clamp(15px, 1.6vw, 25px);
  background: none;
  padding: 0;
  width: clamp(250px, 80%, 430px);
}

.lst_goods {
  margin-bottom: clamp(62px, 7vw, 100px);
  line-height: 1.9;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 1.375rem;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0 clamp(15px, 1.6vw, 25px);
}
@media (min-width: 560px) {
  .lst_goods {
    padding: 0 2rem;
  }
}
.lst_goods .thumbnails {
  transition: transform 0.4s;
}
.lst_goods h3 {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-top: 0.6em;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.lst_goods .size {
  font-size: max(.8em,10px);
  font-weight: 400;
  line-height: 1.3;
}
.lst_goods > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.lst_goods > div table {
  max-width: 240px;
  width: 100%;
  font-size: 0.8125rem;
  table-layout: fixed;
  margin-bottom: 1rem;
  border-collapse: collapse;
  background: white;
}
@media (min-width: 560px) {
  .lst_goods > div table {
    font-size: 1.0625rem;
  }
}
.lst_goods > div table th, .lst_goods > div table td {
  border: 2px solid #211613;
}
.lst_goods > div table .bg_red, .lst_goods > div table .bg_blue {
  width: 20%;
}
.lst_goods > div table .bg_red {
  background: #a83837;
  color: white;
}
.lst_goods > div table .bg_blue {
  background: #428484;
  color: white;
}
.lst_goods > div table th[colspan="2"] {
  letter-spacing: -0.02em;
}
.lst_goods > div table td {
  font-weight: bold;
}
.lst_goods a:hover .thumbnails {
  transform: scale(0.96);
}
@media (min-width: 420px) {
  .lst_goods > div {
    width: calc(50% - 0.7rem);
  }
}

.ttl_c2 {
  display: block;
  margin: clamp(62px, 7vw, 100px) auto clamp(15px, 1.6vw, 25px);
  width: clamp(240px, 90%, 600px);
}

.c3 {
  margin-bottom: clamp(62px, 7vw, 100px);
}
.c3 .box_txt {
  margin-bottom: clamp(20px, 4vw, 50px);
}
.c3 .lst_menu {
  margin-bottom: clamp(20px, 4vw, 50px);
}
.c3 .lst_menu > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c3 .lst_menu .item {
  width: min(48%,280px);
  margin: 0 auto clamp(20px, 4vw, 50px);
  text-align: center;
}
.c3 .lst_menu .item img {
  display: block;
  margin-bottom: clamp(15px, 1.6vw, 25px);
}
.c3 .lst_menu .item p {
  line-height: 1.3;
}
.c3 .lst_menu .item .price {
  margin-top: 0.3rem;
}
@media (min-width: 680px) {
  .c3 .lst_menu .item {
    margin: 0 clamp(15px, 1.6vw, 25px) clamp(20px, 4vw, 50px);
  }
}
.c3 .spmenu {
  display: block;
}
.c3 .spmenu {
  width: min(80%,400px);
  margin: 0 auto clamp(62px, 7vw, 100px);
  position: relative;
}
.c3 .spmenu .spmenu_caps p {
  font-size: 0.625rem;
  text-align: left;
  line-height: 1.2;
}
@media (min-width: 680px) {
  .c3 .spmenu .spmenu_caps {
    position: absolute;
    bottom: 10px;
    left: 0;
  }
}
.c3 .present {
  margin-bottom: clamp(15px, 1.6vw, 25px);
}
.c3 .present h3 {
  margin-bottom: clamp(15px, 1.6vw, 25px);
}
.c3 .corabo h3 {
  margin-bottom: 1.875rem;
}
@media (min-width: 680px) {
  .c3 .spmenu, .c3 .present, .c3 .corabo {
    width: min(95%,600px);
    margin: clamp(62px, 7vw, 100px) auto 0;
  }
}

.c4 {
  margin-bottom: clamp(62px, 7vw, 100px);
}
.c4 .box_txt {
  margin-bottom: clamp(20px, 4vw, 50px);
}
.c4 .bath_sched {
  margin: 0 auto;
  width: calc(100% - 1em);
  max-width: 660px;
}
.c4 .bath_sched .shop {
  width: 40%;
  min-width: 150px;
}
@media (min-width: 680px) {
  .c4 .bath_sched .shop {
    width: min(21.818%,240px);
  }
}

.furotype {
  display: flex;
  margin: 0 auto clamp(20px, 4vw, 50px);
  max-width: 500px;
  justify-content: center;
}
.furotype img {
  display: block;
  width: min(16%,74px);
}
@media (min-width: 680px) {
  .furotype {
    gap: 0.5rem;
  }
}

.bath_sched {
  position: relative;
  overflow: auto;
  display: block;
  width: 100%;
}
.bath_sched table {
  white-space: nowrap;
  border: 1px solid white;
  border-collapse: collapse;
  margin-bottom: 1.25rem;
}
.bath_sched table th, .bath_sched table td {
  border: 1px solid white;
}
.bath_sched table .sched_ttl {
  font-size: 0.75rem;
  text-align: left;
  background: #211613;
  color: white;
  padding: 0 0.125rem;
}
.bath_sched table .sched_date {
  font-size: 0.875rem;
  padding: 0.125rem 0.125rem;
  line-height: 1.2;
}
.bath_sched table .sched_date span {
  font-size: 0.625rem;
}
.bath_sched table .sched_shop {
  font-size: 0.8125rem;
  letter-spacing: -0.06em;
  text-align: left;
}
.bath_sched table .sched_shop span {
  font-size: 0.625rem;
}
.bath_sched table td {
  font-size: 0.75rem;
  line-height: 1.2;
  padding: 0.3125rem 1rem;
}
.bath_sched table tbody tr:nth-child(odd) th {
  background: white;
  padding: 0.125rem 0.1875rem;
}
.bath_sched table tbody tr:nth-child(even) th {
  background: #ebe7da;
  padding: 0.125rem 0.1875rem;
}
.bath_sched table thead tr th:nth-child(even) {
  background: white;
}
.bath_sched table thead tr th:nth-child(odd):not(:first-child) {
  background: #ebe7da;
}
.bath_sched table .type01, .bath_sched table .type02, .bath_sched table .type03, .bath_sched table .type04, .bath_sched table .type05, .bath_sched table .type06 {
  letter-spacing: -0.06em;
}
.bath_sched table .type01 {
  background: #c8a86d;
}
.bath_sched table .type02 {
  background: #9b947f;
}
.bath_sched table .type03 {
  background: #e0ce70;
}
.bath_sched table .type04 {
  background: #ad8eac;
}
.bath_sched table .type05 {
  background: #919cc2;
}
.bath_sched table .type06 {
  background: #bcb494;
}
@media (min-width: 680px) {
  .bath_sched table {
    width: 100%;
    table-layout: fixed;
    white-space: inherit;
  }
  .bath_sched table .sched_ttl, .bath_sched table .sched_shop {
    width: 21%;
  }
  .bath_sched table td {
    padding: 0.3125rem 0.125rem;
  }
  .bath_sched table .type01, .bath_sched table .type02, .bath_sched table .type03, .bath_sched table .type04, .bath_sched table .type05, .bath_sched table .type06 {
    width: 13.1%;
  }
}

.c5 {
  margin-bottom: clamp(62px, 7vw, 100px);
}
.c5 .c5_1 {
  max-width: 503px;
  margin: 0 auto;
}
.c5 .c5_2 {
  width: min(100%,232px);
  margin: clamp(15px, 1.6vw, 25px) auto;
}
.c5 .subc {
  margin-bottom: 0;
}

.c6 {
  margin-bottom: clamp(62px, 7vw, 100px);
}
.c6 .subc {
  margin-bottom: clamp(20px, 4vw, 50px);
}
.c6 .c6_1 {
  display: block;
  margin: 0 auto;
  max-width: 610px;
}
.c6 .c6_2 {
  margin: 0 auto clamp(15px, 2vw, 25px);
  max-width: 590px;
}
.c6 .caps {
  margin-bottom: 0;
}

.lst_x {
  color: #211613;
  text-align: center;
  overflow: hidden;
  width: min(90%,480px);
  margin: 0 auto clamp(15px, 1.6vw, 25px);
}
@media (min-width: 680px) {
  .lst_x {
    width: min(90%,650px);
  }
}
.lst_x h3 {
  padding: clamp(15px, 1.6vw, 25px) 0;
}
@media (min-width: 680px) {
  .lst_x h3 {
    padding: clamp(15px, 1.6vw, 25px) 0 0;
  }
}
.lst_x ol {
  font-size: 1.2rem;
  line-height: 1.2;
  counter-reset: lst-num;
  max-width: 560px;
  margin: auto;
}
@media (min-width: 680px) {
  .lst_x ol {
    font-size: 1.25rem;
  }
}
.lst_x li {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  padding: 1.625rem 1rem 1.25rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 680px) {
  .lst_x li {
    padding: 1.625rem 0 1.25rem;
  }
}
.lst_x li {
  counter-increment: lst-num;
  position: relative;
}
.lst_x li::after {
  content: counter(lst-num);
  position: absolute;
  top: -0.75em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #a83837;
  border: 2px solid #be897e;
}
.lst_x li::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'><rect width='100%' height='100%' fill='none' stroke='%23be897e' stroke-width='4' stroke-dasharray='15 3' rx='0'/></svg>");
}
.lst_x li:first-child a {
  display: inline-block;
  background: #6f4038;
  color: white;
  font-size: 0.88em;
  border-radius: 1em;
  line-height: 1;
  padding: 0.4em 0.75em;
  margin: 0.6em;
}
@media (min-width: 680px) {
  .lst_x li:first-child em {
    display: block;
  }
}
.lst_x li:nth-child(2) {
  font-size: 1.25rem;
}
.lst_x li:nth-child(2) span {
  background: #ffdf00;
  display: inline-block;
  padding: 0.1rem 0;
  margin: 0 0.2rem;
}
.lst_x li:nth-child(2) a {
  cursor: pointer;
  font-size: 1.3rem;
  color: inherit;
}
@media (min-width: 680px) {
  .lst_x li:nth-child(2) a {
    font-size: 1.5rem;
  }
}
.lst_x li:last-child {
  font-size: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 0;
}
.lst_x li:last-child span {
  display: block;
  padding: 0.75em 0;
}
@media (min-width: 680px) {
  .lst_x li:last-child span {
    padding: 0 0 0.75em;
    font-size: 1.0625rem;
  }
}
.lst_x li:last-child p {
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 0.875rem;
  line-height: 1.35;
  margin-bottom: 0.9375rem;
}
.lst_x li:last-child dl {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  flex-direction: column;
  font-family: "BIZ UDGothic", sans-serif;
}
.lst_x li:last-child dl div {
  display: flex;
}
.lst_x li:last-child dl div dt {
  color: white;
  background: #428484;
  padding: 0.3125rem;
  margin-right: 0.625rem;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.lst_x li:last-child dl div:nth-of-type(2) dt {
  background: #a83837;
}
.lst_x li:last-child dl div dd {
  margin-right: 1.25rem;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}
.lst_x li:last-child dl div dd span {
  display: inline;
  font-size: 0.625rem;
  padding: 0;
}
@media (min-width: 680px) {
  .lst_x li:last-child dl {
    flex-direction: row;
  }
  .lst_x li:last-child dl div dd {
    font-size: 1.25rem;
  }
  .lst_x li:last-child dl div dd span {
    font-size: 0.75rem;
  }
}

.success-msg {
  display: none;
  position: fixed;
  width: clamp(300px, 90vw, 600px);
  height: auto;
  padding: 1.75em 0;
  background: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  font-size: 0.75em;
  color: #a83837;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  border-radius: 0.2em;
  z-index: 1;
}

.c7 {
  margin-bottom: clamp(62px, 7vw, 100px);
}
.c7 .raku_cafe_label {
  background: #a83837;
  color: white;
  font-size: 1.2rem;
  padding: 0 1.5rem;
  border-radius: 0.1875rem;
  display: inline-block;
}
@media (min-width: 680px) {
  .c7 .raku_cafe_label {
    font-size: 1.25rem;
  }
}
.c7 dl {
  width: calc(100% - 2em);
  max-width: 620px;
  margin: clamp(20px, 4vw, 50px) auto 0;
}
.c7 dl div:not(:last-child) {
  margin-bottom: clamp(30px, 4vw, 60px);
}
@media (min-width: 680px) {
  .c7 dl div > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.625rem 4rem;
  }
}
.c7 dt {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 0.5em;
}
.c7 dd {
  font-size: 1.3125rem;
  position: relative;
}
.c7 dd a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.25rem;
  color: #211613;
  justify-content: center;
}
.c7 dd small {
  font-size: 0.625rem;
  position: absolute;
  bottom: -10px;
  left: 50%;
  translate: -50% 0;
  width: 100%;
}
@media (min-width: 680px) {
  .c7 dd a {
    font-size: 1.3125rem;
  }
  .c7 dd small {
    bottom: -10px;
    left: 0;
    translate: inherit;
    right: auto;
    text-align: right;
  }
}
.c7 span {
  display: inline-block;
  font-size: 0.8125rem;
  padding: 0.2rem 0.3rem;
  margin-right: 0.4em;
  font-weight: 700;
  line-height: 1;
  background: #211613;
  color: white;
}
.c7 .raku_cafe_stores .dl_rakucafe {
  margin: clamp(15px, 1.6vw, 25px) auto;
}
@media (min-width: 680px) {
  .c7 .raku_cafe_stores .dl_rakucafe {
    display: flex;
    justify-content: center;
    gap: 2.25rem;
  }
}
.c7 .raku_cafe_stores .dl_rakucafe div {
  margin-bottom: 0;
}
.c7 .raku_cafe_stores .dl_rakucafe a {
  color: #a83837;
}
.c7 .raku_cafe_stores .dl_rakucafe span {
  background: #a83837;
}
.c7 .raku_cafe_stores .caps {
  color: #a83837;
  font-size: 0.75rem;
}
@media (min-width: 680px) {
  .c7 .raku_cafe_stores .caps {
    font-size: 0.9375rem;
  }
}

.c8 {
  margin-bottom: clamp(62px, 7vw, 100px);
}
.c8 .note {
  width: min(96%,1000px);
  margin: 0 auto;
  padding: 1.75em 1.75em 0;
  font-size: 0.75rem;
  text-align: justify;
}
.c8 .note h3, .c8 .note h4, .c8 .note p, .c8 .note li {
  font-weight: 300;
}
.c8 .note > div {
  margin-bottom: clamp(15px, 1.6vw, 25px);
}
.c8 .note > div .list01 > li {
  margin-bottom: clamp(15px, 1.6vw, 25px);
}
.c8 .note > div .list02 {
  margin-bottom: clamp(15px, 1.6vw, 25px);
}

footer {
  overflow: hidden;
  padding-bottom: clamp(20px, 4vw, 50px);
}
footer .c9 {
  padding: 3.125rem 1.25rem;
}
footer .c9 h2 {
  font-size: 1rem;
  width: auto;
  margin: 0 auto clamp(15px, 1.6vw, 25px);
}
footer .c9 h2 b {
  font-size: 1.5rem;
}
footer .c9 h2 {
  font-weight: 800;
}
@media (min-width: 680px) {
  footer .c9 h2 {
    font-size: 1.5rem;
  }
  footer .c9 h2 b {
    font-size: 2.125rem;
  }
}
footer .c9 .box_txt {
  margin-bottom: 6.25rem;
  line-height: 2;
  font-size: 0.875rem;
  letter-spacing: -0.05em;
}
@media (min-width: 680px) {
  footer .c9 .box_txt {
    font-size: 1rem;
  }
}
footer .c9 .flogo_idv, footer .c9 .flogo_gk {
  display: block;
  margin: auto;
}
footer .c9 .flogo_idv {
  max-width: 396px;
  margin-bottom: 6.125rem;
}
footer .c9 .flogo_gk {
  max-width: 144px;
}
footer .c9 .copyright {
  margin: clamp(20px, 4vw, 50px) auto 0;
}
footer .c9 .copyright .caps {
  padding: clamp(15px, 1.6vw, 25px) 0 0;
}
footer .flogo {
  display: block;
  width: min(80%,600px);
  margin: 0 auto;
}

.fnav {
  display: none;
  position: fixed;
  bottom: 1.75em;
  right: 1.2em;
  z-index: 10;
}
.fnav a {
  display: block;
  margin: 0 auto 1.75em;
  width: clamp(55px, 11vw, 100px);
}

.end {
  width: calc(100% - 2rem);
  max-width: 724px;
  margin: clamp(62px, 7vw, 100px) auto;
  background: red;
  border-radius: 0.3em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 0.75em 0;
  font-size: 1.2rem;
}/*# sourceMappingURL=styles.css.map */