* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  height: 100%;
}
body {
  height: 100%;
  font-size: 18px;
  margin: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
}
.hsp5 {
  width: 100%;
  height: 5px;
}
.hsp10 {
  width: 100%;
  height: 10px;
}
.hsp20 {
  width: 100%;
  height: 20px;
}
.hsp50 {
  width: 100%;
  height: 50px;
}
.hsp100 {
  width: 100%;
  height: 100px;
}
.hsp200 {
  width: 100%;
  height: 200px;
}
.only_pc {
  display: none !important;
}
.only_sp {
  display: block !important;
}
@media screen and (min-width: 600px) {
  .only_pc {
    display: block !important;
  }
  .only_sp {
    display: none !important;
  }
}
h1 {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.6em;
}
hr {
  margin: 20px auto !important;
  height: 1px;
  border: none;
  border-top: 1px #c7c7c7 solid;
  height: 1px;
  width: 90%;
}

.enter_page {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.enter_page h1 {
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 0.3);
}
.enter_bg img {
  width: 80vw;
  max-width: 800px;
  height: auto;
  margin: -10vh auto 0 auto;
}
.enter_btn {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 14px;
}
.enter_btn img {
  display: block;
  margin: 0 auto;
  width: 80vw;
  max-width: 200px;
  height: auto;
}

.page {
  position: relative;
}

.copyright {
  margin-top: auto;
  margin-left: 20px;
  margin-bottom: 20px;
}

.wrapper {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.banner_area li {
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
  .wrapper {
    max-width: 1200px;
  }
  .wrapper1000 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 10vh;
    position: relative;
    z-index: 10;
    padding: 0 5%;
  }
  .banner_area {
    display: flex;
    justify-content: space-between;
  }
  .banner_area li {
    width: 33%;
  }
}

.kv {
  width: 100%;
  position: relative;
  height: auto;
}
.kv_img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.breadcrumblist {
  display: flex;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 1);
  color: #fff;
  font-size: 0.8em;
  padding: 3px;
}
.breadcrumblist li {
  margin-right: 10px;
}
.breadcrumblist li::after {
  content: ">";
}
.breadcrumblist li:last-child::after {
  content: "";
}
.breadcrumblist li a {
  text-decoration: none;
  color: #fff;
  font-feature-settings: "pwid" !important;
}
.breadcrumblist_text {
  font-feature-settings: "pwid" !important;
}

#covergirl {
}
.text_blackback {
  background: rgba(0, 0, 0, 1);
  color: rgba(255, 255, 255, 1);
  border-top: 3px solid rgba(181, 0, 3, 1);
  padding: 10px;
  line-height: 1.4em;
}

.flame_text_1 {
  position: relative;
  width: 90%;
  padding: 20px;
  text-align: center;
  margin: 30px auto;
  border: 3px solid #b9b9b9;
  font-feature-settings: "palt" !important;
  line-height: 1.4em;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 600px) {
  .flame_text_1 {
  }
}

.corner_img_1,
.corner_img_2,
.corner_img_3,
.corner_img_4 {
  position: absolute;
  width: 5vw;
  max-width: 50px;
}
.corner_img_5,
.corner_img_6 {
  position: absolute;
  width: 45vw;
  max-width: 100px;
}

.corner_img_1 {
  left: -2px;
  top: -2px;
}
.corner_img_2 {
  right: -2px;
  top: -2px;
}
.corner_img_3 {
  left: -2px;
  bottom: -2px;
}
.corner_img_4 {
  right: -2px;
  bottom: -2px;
}
.corner_img_5 {
  right: 0;
  left: 0;
  top: -8px;
  margin: auto;
}
.corner_img_6 {
  right: 0;
  left: 0;
  bottom: -8px;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .corner_img_1,
  .corner_img_2,
  .corner_img_3,
  .corner_img_4 {
    width: 8vw;
  }
  .corner_img_5,
  .corner_img_6 {
    width: 15vw;
  }
}

.h2_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url("../images/h2_bg.png?2");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: left 20px;
  margin-top: 30px;
}
h2 {
  font-size: 2.2em;
  line-height: 0.7em;
  margin-left: 5px;
  color: #000;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  margin-left: 30px;
}
h2 span {
  font-size: 0.4em;
  color: #000;
  font-feature-settings: "palt";
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.h2_container p a {
  font-size: 0.8em;
  margin-right: 5px;
  color: #000;
}
@media screen and (min-width: 600px) {
  .h2_container {
    background-size: 20%;
  }
}

.search_h2 {
  font-size: 22px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo,
    "sans-serif";
  margin: 10px 5px;
}
.search_h2 i {
  margin-right: 5px;
}
.border_bottom_red {
  border-bottom-width: 1px;
  border-style: solid;
  border-image-source: linear-gradient(to right, #fff 5%, red, #fff 95%);
  border-image-slice: 1;
  text-align: center;
  margin: 20px auto 0 auto;
  padding: 5px;
}
.border_bottom_red i {
  margin-right: 5px;
}

.text_serif_l {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2em;
}
.text_serif_m {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
  line-height: 1.2em;
  margin-top: 5px;
}
.text_serif_m strong {
  font-size: 1.2em;
}
.text_sanserif_m strong {
  text-align: center;
  font-size: 1.4em;
  line-height: 1.2em;
  margin-top: 5px;
}
.text_sanserif_m {
  text-align: center;
  line-height: 1.2em;
  margin-top: 5px;
}

.text_red {
  color: rgba(216, 0, 3, 1);
}

.sp-slide {
  position: absolute;
  opacity: 0.3 !important;
}
.sp-selected {
  opacity: 1 !important;
}

.fa-regular {
  margin-right: 5px;
}

.contents_wrapper {
  width: 96%;
  min-height: 200px;
  margin: 20px auto;
  padding: 10px;
  background: rgba(0, 0, 0, 0.05);
}
.content_data {
  margin-top: 10px;
}
.content_data i {
  margin-left: 10px;
  margin-right: 5px;
}
@media screen and (min-width: 600px) {
  .contents_wrapper {
    padding: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: none;
  }

  .contents_wrapper li {
    max-width: 33%;
    padding-bottom: 10px;
    border-bottom: rgba(0, 0, 0, 0.5) dashed 1px;
    background: rgba(0, 0, 0, 0.03);
    padding: 10px;
    margin-bottom: 10px;
  }
}

.whatsnew {
}
.whatsnew li {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: dotted 1px #939393;
}
.whatsnew li a {
  color: rgba(53, 53, 53, 1);
  text-decoration: none;
  display: block;
  line-height: 1.2em;
}

.information_title {
  font-size: 1.8em;
  font-weight: bold;
  margin: 20px 10px;
}
.information_data {
}
.information_data i {
  margin-left: 10px;
  margin-right: 5px;
}
.information_text {
  width: 90%;
  margin: 20px auto;
  line-height: 1.4em;
}
.information_text strong {
}

.schedule_days {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  border: 1px rgba(140, 140, 140, 1) solid;
  background: rgba(255, 255, 255, 0.5);
}
.schedule_date {
  width: calc(100% / 7);
  border: 1px rgba(140, 140, 140, 1) solid;
}
.schedule_active {
  background: rgba(123, 80, 0, 0.3) !important;
}
.schedule_date a {
  display: block;
  padding: 5px 0;
  color: #000;
  font-feature-settings: "palt";
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,
    "sans-serif";
  font-size: 14px;
}

.system_price {
}
.system_price div {
  display: flex;
  justify-content: space-between;
  margin: 5px auto 10px auto;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}
.system_price div dt {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.system_price div dd {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  font-size: 1.6em;
  line-height: 1.4em;
}

.system_detail {
}
.system_detail dt {
  text-align: left;
}
.system_detail dt::before {
  font: var(--fa-font-regular);
  content: "\f316";
  margin-right: 5px;
  font-size: 0.8em;
}
.system_detail dd {
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}
.system_detail dd:last-child {
  border-bottom: none;
}
.system_detail dd ul {
  list-style: disc;
  margin-left: 20px;
}

.shop_detail {
  text-align: center;
  margin-top: 20px;
}
.shop_name {
  font-size: 2em;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.shop_adress {
}
.shop_open {
}
.shop_comment {
  width: 90%;
  line-height: 1.4em;
  --border-color: black; /* カッコの色 */
  margin: 20px auto 20px; /* 外側の余白（上下と中央配置） */
  padding: 20px; /* 内側余白 */
  position: relative; /* 相対位置指定（擬似要素の基準） */
}
.shop_comment::before,
.shop_comment::after {
  content: ""; /* 擬似要素の内容なし */
  height: 100%; /* ボックスの高さに合わせる */
  width: 0.75em; /* カッコの幅 */
  position: absolute; /* 絶対位置指定 */
  bottom: 0; /* 下端に配置 */
  border-top: 1px solid var(--border-color); /* 上部の線 */
  border-bottom: 1px solid var(--border-color); /* 下部の線 */
}

.shop_comment::before {
  border-left: 1px solid var(--border-color); /* 左の角括弧 */
  left: 0; /* 左端に配置 */
}

.shop_comment::after {
  border-right: 1px solid var(--border-color); /* 右の角括弧 */
  right: 0; /* 右端に配置 */
}

.shop_link {
  width: 90%;
  margin: 30px auto;
  padding: 10px 0;
  background: rgba(0, 0, 0, 1);
}
.shop_link a {
  display: block;
  color: #ffffff;
}

.banner {
  width: 100%;
  max-width: 1100px;
  height: auto;
  display: block;
  margin: 10px auto 0 auto;
}

.link_btn1 {
  display: block;
  border: 1px solid #000;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  width: 96%;
  margin: 20px auto 0 auto;
}
@media screen and (min-width: 600px) {
  .link_btn1 {
    width: 100%;
    margin-left: -10px;
  }
}
.shop_detail .banner {
  width: 90%;
}
.banner60 {
  display: block;
  width: 30%;
  height: auto;
  margin: 10px auto 20px auto;
}

.footer {
  width: 100%;
  background: #000;
}
.footer img {
  width: 90%;
  max-width: 400px;
  height: auto;
}

.features {
  display: flex;
  flex-wrap: wrap;
}
.features li {
  font-size: 1.4em;
  margin: 20px 20px 0 0;
}
.features li::before {
  font: var(--fa-font-regular);
  content: "\f3a5";
  color: #ffb3b3;
}

.income {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.income li {
  width: 33%;
}
.income li img {
  width: 100%;
  height: auto;
}

.about-table {
  border: 1px solid #ffb3b3;
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
}
.about-table tbody tr td {
  margin: 0 1px 0 1px;
  padding: 10px;
  font-size: 1.2em;
  line-height: 1.4em;
  vertical-align: top;
}
.about-table tbody tr td a img {
  display: block;
  margin: 0;
  padding: 0;
}
.about-table tbody tr td:nth-of-type(2n-1) {
  width: 30%;
  background: #ffe4e4;
  border-bottom: 1px solid #fff;
}
.about-table tr td:nth-of-type(even) {
  border: 1px solid #ffb3b3;
}

.iframe-container {
  position: relative;
  height: 0;
  overflow: hidden;
  margin: auto;
  margin-top: 20px;
  width: 90%;
  max-width: 1100px;
  height: 500px;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form_area {
  text-align: center;
  background-color: #ffffff;
  width: 94%;
  max-width: 650px;
  margin: 0 auto;
}
.form_area_title {
  font-size: 1.6em;
  line-height: 1.6em;
}
.form_title {
  background-color: #ffe4e4;
  text-align: center;
  font-size: 1.2em;
  width: 100%;
  padding: 10px;
  margin: 10px auto;
  color: #000;
}
.form_title span {
  display: inline-block;
  background-color: #b3312f;
  color: #fff;
  padding: 5px;
}
.form_text_s {
  text-align: center;
  font-size: 1.2em;
}

input[type="text"] {
  width: 94%;
  padding: 10px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 20px;
}
.input_60 {
  width: 54% !important;
}
.selectbox-mail {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.selectbox-mail::after {
  position: absolute;
  right: 5px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}

.selectbox-mail select {
  appearance: none;
  width: auto;
  min-width: 30%;
  height: 2.8em;
  /*    padding: .4em calc(.8em + 30px) .4em .8em;*/
  padding: 0.4em 20px 0.4em 0;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .selectbox-mail select {
    min-width: 30% !important;
  }
  .input_60 {
    width: 70% !important;
  }
}

.radio_btn {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 2em;
  border: none;
  flex-wrap: wrap;
  flex-direction: column;
  margin-left: 30%;
}

.radio_btn label {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  position: relative;
  cursor: pointer;
}

.radio_btn label::before,
.radio_btn label::after {
  border-radius: 50%;
  content: "";
}

.radio_btn label::before {
  width: 18px;
  height: 18px;
  border: 2px solid #dee5eb;
  box-sizing: border-box;
}

.radio_btn label::after {
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  background-color: #dee5eb;
}

.radio_btn label:has(:checked)::after {
  background-color: #686868;
  animation: anim-radio-2 0.3s linear;
}

@keyframes anim-radio-2 {
  0% {
    box-shadow: 0 0 0 1px transparent;
  }
  50% {
    box-shadow: 0 0 0 10px #68686833;
  }
  100% {
    box-shadow: 0 0 0 10px transparent;
  }
}

.radio_btn input {
  display: none;
}
.textbox {
  width: 90%;
  min-height: 100px;
  margin: 0 auto;
  padding: 8px 10px;
  border: 1px solid #969da3;
  border-radius: 3px;
  color: #333;
  font-size: 1em;
  line-height: 1.5;
}

.textbox::placeholder {
  color: #999;
}

.button-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 94%;
  margin: 0 auto;
  padding: 0.9em 2em;
  border: none;
  border-radius: 5px;
  background-color: #ffb3b3;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
}

.button-submit:hover {
  background-color: #ffb3b3;
}

.header-color-bg .nav-menu-wrapper {
  background: rgba(255, 180, 180, 0.9);
}

.navik-header-overlay {
  display: none;
}
@media screen and (max-width: 820px) {
  .navik-header-overlay {
    display: block;
  }

  .sidebar,
  .sidebaer-shadow {
    display: none;
  }
  /*
.wrapper {
    margin-left: 0;
    width: 100%;
    z-index: 1;
}
*/

  .main-text-m {
    font-size: 1.2em;
    text-align: center;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
  .main-text-ms {
    font-size: 1.2em;
    line-height: 1.2em;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
  .main-text-s {
    font-size: 1.2em;
    line-height: 1.4em;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
  .main-text-m-pink {
    font-size: 1.2em;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
  .about-h3 {
    font-size: 1.4em;
    line-height: 1.6em;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
  .features {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
  .about-table {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
  .about-table tr td {
    font-size: 16px !important;
  }
  .balloon-009,
  .balloon-010 {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
  .income {
    flex-wrap: wrap;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
  .income li {
    width: 100%;
  }
  .banner {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
  .star {
    width: 10%;
  }
  .banner60 {
    display: block;
    width: 60%;
    height: auto;
    margin: 10px auto 20px auto;
  }
}

.sp-slide img {
  width: 100%;
  height: auto;
}
