@charset "UTF-8";
/* kiwi-maru-regular */
@font-face {
  font-display: swap;
  font-family: "Kiwi Maru", serif;
  font-style: normal;
  font-weight: 400;
  src: url("/resource/font/kiwi-maru-v15-japanese_latin-regular-websubfont.woff2") format("woff2"), url("/resource/font/kiwi-maru-v15-japanese_latin-regular-websubfont.woff") format("woff");
}
/* zen-maru-gothic-regular */
@font-face {
  font-display: swap;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url("/resource/font/zenmarugothic-regular-400-websubfont.woff2") format("woff2"), url("/resource/font/zenmarugothic-regular-400-websubfont.woff") format("woff");
}
html {
  font-size: 10px;
}
html:root {
  --fontfamily-kiwi-maru-regular: "Kiwi Maru", serif;
  --fontfamily-zen-maru-gothic-regular: "Zen Maru Gothic", sans-serif;
}

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

#en {
  background: url(/resource/foreign/img/en-bg.jpg) repeat center center;
}
#en .container {
  background: rgb(255, 255, 255);
  margin: 40px auto 0;
}
@media screen and (max-width: 1200px) {
  #en .container {
    width: calc(100% - 20px);
    padding: 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  #en .container {
    padding: 10px 10px 0 10px;
    margin: 40px auto 10px;
  }
}
@media screen and (max-width: 576px) {
  #en .container {
    width: calc(100% - 10px);
    padding: 10px 5px 0 5px;
  }
}
#en .container.-top {
  padding: 15px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #en .container.-top {
    padding: 10px;
  }
}
@media screen and (max-width: 576px) {
  #en .container.-top {
    padding: 10px 5px;
  }
}
#en .container.-casts {
  padding: 15px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #en .container.-casts {
    padding: 10px;
    margin: 0 auto 1rem;
  }
}
@media screen and (max-width: 576px) {
  #en .container.-casts {
    padding: 10px 5px;
  }
}

#en-pc-header .en-header, #en-sp-header .en-header {
  position: relative;
}
#en-pc-header .en-header .en-address, #en-sp-header .en-header .en-address {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 auto;
  font-family: var(--fontfamily-zen-maru-gothic-regular);
  height: 40px;
  color: #75a7ff;
  position: absolute;
  bottom: 30px;
  right: 20px;
}
@media screen and (max-width: 1200px) {
  #en-pc-header .en-header .en-address, #en-sp-header .en-header .en-address {
    right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  #en-pc-header .en-header .en-address, #en-sp-header .en-header .en-address {
    display: none;
  }
}
#en-pc-header .foreign-info, #en-sp-header .foreign-info {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background: #ffa4b4;
  background: linear-gradient(-45deg, #ffe7c9 0%, #ffa4b4 15%, #ffa4b4 85%, #ffe7c9 100%);
  font-weight: bold;
  margin: 0 auto;
  font-family: var(--fontfamily-zen-maru-gothic-regular);
  height: 40px;
}
@media screen and (max-width: 576px) {
  #en-pc-header .foreign-info, #en-sp-header .foreign-info {
    flex-flow: column wrap;
    padding: 0;
  }
}
#en-pc-header .foreign-info a, #en-sp-header .foreign-info a {
  font-size: 1.6rem;
  color: #fff;
  transition: 0.6s;
  text-decoration: underline;
}
#en-pc-header .foreign-info a:hover, #en-sp-header .foreign-info a:hover {
  cursor: pointer;
  transition: 0.6s;
  opacity: 0.7;
}
@media screen and (max-width: 992px) {
  #en-pc-header .foreign-info a, #en-sp-header .foreign-info a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 576px) {
  #en-pc-header .foreign-info a, #en-sp-header .foreign-info a {
    color: #f76aa7;
    transition: 0.6s;
    text-decoration: underline;
    width: 100%;
    text-align: center;
    line-height: 1;
    background: #fff;
    padding: 8px 0 10px 0;
  }
}
#en-pc-header .foreign-info p, #en-sp-header .foreign-info p {
  font-size: 1.9rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 9px;
  margin: 0;
  padding: 0 0 2px;
}
@media screen and (max-width: 992px) {
  #en-pc-header .foreign-info p, #en-sp-header .foreign-info p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 576px) {
  #en-pc-header .foreign-info p, #en-sp-header .foreign-info p {
    line-height: 1;
    padding: 0 0 3px;
  }
}

#en-pc-header {
  display: block;
}
@media screen and (max-width: 576px) {
  #en-pc-header {
    display: none;
  }
}

#en-sp-header {
  display: none;
  position: relative;
  top: -1000px;
}
@media screen and (max-width: 576px) {
  #en-sp-header {
    display: block;
    top: 0;
  }
}

.en-nav-wrapper {
  width: 100%;
  display: block;
  background: linear-gradient(-45deg, #ffcd7e 0%, #ff7d86 10%, #ff7d86 90%, #ffcd7e 100%);
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .en-nav-wrapper {
    display: none;
  }
}
.en-nav-wrapper .en-nav-inner {
  font-weight: normal;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 1200px;
  padding: 0 5%;
}
@media screen and (max-width: 1400px) {
  .en-nav-wrapper .en-nav-inner {
    width: 1000px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 1200px) {
  .en-nav-wrapper .en-nav-inner {
    width: auto;
    padding: 0 10rem;
  }
}
.en-nav-wrapper .en-nav-inner .main-list {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 2.6;
  font-weight: bold;
  color: #fff;
  font-family: var(--fontfamily-zen-maru-gothic-regular);
  transition: all 0.5s ease-in-out;
  width: auto;
  height: 40px;
}
@media screen and (max-width: 992px) {
  .en-nav-wrapper .en-nav-inner .main-list {
    font-size: 1.4rem;
    line-height: 2.4;
    padding: 7px 10px;
  }
}
@media screen and (max-width: 768px) {
  .en-nav-wrapper .en-nav-inner .main-list {
    font-size: 1.1rem;
    line-height: 2.4;
    padding: 6px 10px 7px;
  }
}
.en-nav-wrapper .en-nav-inner .main-list a {
  color: #fff;
  display: inline-block;
}
.en-nav-wrapper .en-nav-inner .main-list a:hover {
  color: #f6ff85;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0px 0px 1px rgb(255, 254, 155);
}

.section_title {
  padding: 10px;
  font-size: 3.2rem;
  line-height: 1.6;
  text-align: center;
  color: #ff7d86;
  font-family: var(--fontfamily-zen-maru-gothic-regular);
  font-weight: 600;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .section_title {
    padding: 0 0 10px;
  }
}
.section_title.-white {
  color: #fff;
  background: #ff7d86;
  margin: 0 auto 4rem;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .section_title.-white {
    font-size: 2rem;
    padding: 20px 5px;
  }
}

.section-container {
  margin: 0 auto;
  width: 100%;
  font-family: var(--fontfamily-zen-maru-gothic-regular);
}

.section-line {
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(-15deg, #ffb2b2 0%, #ffeb7c 30%, #ffdb7d 50%, #ffeb7c 70%, #ffb2b2 100%);
}

#prohibited {
  width: calc(100% - 20px);
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  #prohibited {
    margin-bottom: 15px;
    width: calc(100% - 10px);
  }
}
#prohibited .prohibited-title {
  font-size: 2.2rem;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #prohibited .prohibited-title {
    font-size: 1.8rem;
  }
}
#prohibited .prohibited-title.-first {
  color: #d25ad7;
  border-bottom: 3px solid #e69cff;
}
#prohibited .prohibited-title.-second {
  color: #8d6fff;
  border-bottom: 3px solid #a58eff;
}
#prohibited ul.pro_wrap {
  margin: 0 auto;
  text-align: left;
  line-height: 160%;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #prohibited ul.pro_wrap {
    font-size: 1.8rem;
    padding: 30px 30px 30px 50px;
  }
}
@media screen and (max-width: 576px) {
  #prohibited ul.pro_wrap {
    font-size: 1.6rem;
    padding: 30px 20px 30px 40px;
  }
}
#prohibited ul.pro_wrap.-cation {
  width: calc(100% - 20px);
  padding: 20px;
}
@media screen and (max-width: 1200px) {
  #prohibited ul.pro_wrap.-cation {
    padding: 20px 10%;
  }
}
@media screen and (max-width: 576px) {
  #prohibited ul.pro_wrap.-cation {
    padding: 20px 5%;
  }
}
#prohibited ul.pro_wrap.-cation li {
  list-style: square;
  color: #555;
  line-height: 1.8;
  font-weight: bold;
}
#prohibited ul.pro_wrap.-cation.-top {
  background: rgb(255, 225, 165);
  margin-top: 2rem;
  width: 100%;
}
#prohibited ul.pro_wrap.-cation.-top li {
  list-style: none;
}
#prohibited ul.pro_wrap.-cation.-bottom {
  margin: 1rem auto;
  background: rgba(255, 219, 214, 0.5);
  padding: 20px 10px 20px 45px;
}
@media screen and (max-width: 768px) {
  #prohibited ul.pro_wrap.-cation.-bottom {
    padding: 20px 5px 20px 30px;
    width: 100%;
  }
}
#prohibited ul.pro_wrap.-acts {
  width: calc(100% - 20px);
  padding: 0px 0px 0px 25px;
}
#prohibited ul.pro_wrap.-acts.-first li {
  color: #9c2fc0;
}
#prohibited ul.pro_wrap.-acts.-second li {
  color: #6c46ff;
}
#prohibited ul.pro_wrap.-acts li {
  list-style: disc;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #prohibited ul.pro_wrap.-acts {
    padding: 0px 0px 0px 10px;
  }
  #prohibited ul.pro_wrap.-acts li {
    line-height: 1.6;
  }
}
@media screen and (max-width: 576px) {
  #prohibited ul.pro_wrap.-acts {
    width: calc(100% - 20px);
  }
}

.cation-box {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 10px;
  margin: 3rem auto 0;
  text-align: center;
}
.cation-box .caution-title {
  font-size: 2.2rem;
  color: #ff7777;
  text-align: center;
  display: inline-block;
  border-bottom: 3px solid #ffcaca;
}
@media screen and (max-width: 768px) {
  .cation-box .caution-title {
    font-size: 1.8rem;
  }
}

del {
  color: #f00;
}

.wrapper-img {
  background: #fff;
  padding: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 576px) {
  .wrapper-img {
    margin-top: 1rem;
    padding: 2rem 1rem;
  }
}

.iframe-responsive2 {
  margin: 4rem auto;
  width: calc(100% - 20px);
}

#access {
  margin: 2rem auto 20rem;
}
@media screen and (max-width: 768px) {
  #access {
    margin: 0 auto 4rem;
  }
}

.txt-box {
  width: calc(100% - 20px);
  font-size: 1.6rem;
  font-family: var(--fontfamily-zen-maru-gothic-regular);
  font-weight: bold;
  line-height: 1.6;
  color: #555;
  border: 1px solid #ccc;
  margin: 0 auto 6rem;
  border-radius: 0;
  background: #fff;
  padding: 20px 10px;
  text-align: center;
  font-family: var(--fontfamily-kiwi-maru-regular);
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .txt-box {
    font-size: 18px;
    margin: 0 auto;
  }
}
.txt-box .-name {
  color: #ff8e75;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 1rem;
}
.txt-box .-strong {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  background: rgb(255, 140, 167);
  padding: 1rem 3rem;
  width: auto;
  margin: 0 auto;
  display: inline-block;
}

#footer {
  position: relative;
}
@media screen and (max-width: 768px) {
  #footer {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 576px) {
  #footer {
    padding-bottom: 80px;
  }
}
#footer:before {
  position: absolute;
  content: "";
  bottom: 90px;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 200px;
  background-image: url(/resource/foreign/img/en-footer.png);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: cover;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #footer:before {
    content: none;
  }
}
#footer .copyrights {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px 30px;
  font-family: var(--fontfamily-zen-maru-gothic-regular);
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #ffa4b4;
}
@media screen and (max-width: 768px) {
  #footer .copyrights {
    padding: 10px 5px;
  }
}

#tel {
  padding-bottom: 54px;
}
@media screen and (max-width: 768px) {
  #tel {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 576px) {
  #tel {
    padding-bottom: 78px;
  }
}

.tel-container {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  width: 100%;
  background: #ffa8a8;
}
.tel-container a {
  width: 100%;
  color: #fff;
}
.tel-container a .page-tel {
  display: block;
  margin: 0 auto 1.5rem;
  padding: 10px;
  border-radius: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: none;
  border: none;
  position: relative;
  line-height: 1.6;
  text-align: center;
  font-size: 38px;
  width: 500px;
  z-index: 0;
  font-family: var(--fontfamily-zen-maru-gothic-regular);
}
@media screen and (max-width: 768px) {
  .tel-container a .page-tel {
    font-size: 24px;
    width: 100%;
    max-width: 350px;
  }
}
@media screen and (max-width: 576px) {
  .tel-container a .page-tel {
    max-width: 300px;
  }
}
.tel-container a .page-tel:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(255, 214, 0);
  background: linear-gradient(-45deg, rgb(255, 214, 0) 0%, rgb(255, 140, 57) 80%);
  z-index: -1;
  border-radius: 40px;
  border: 2px solid #fff;
}
.tel-container a .page-tel:hover:before {
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
}
.tel-container a .page-tel:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(89, 255, 215);
  background: linear-gradient(-45deg, rgb(89, 255, 215) 0%, rgb(99, 208, 255) 80%);
  z-index: -2;
  border-radius: 40px;
  border: 2px solid #fff;
}
.tel-container a:hover {
  text-decoration: none;
  opacity: 1;
  cursor: pointer;
  transition: all 0.6s;
}
.tel-container .txt-subtitle {
  color: #75a7ff;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .tel-container .txt-subtitle {
    font-size: 1.4rem;
    padding: 0 20px;
    line-height: 1.2;
  }
}
.tel-container .txt-subtitle p {
  margin-top: 0;
  margin-bottom: 2rem;
  color: #75a7ff;
}
@media screen and (max-width: 576px) {
  .tel-container .txt-subtitle p {
    font-size: 1.2rem;
    letter-spacing: -0.5px;
    padding-bottom: 1rem;
    margin-bottom: 0;
  }
}

.gloval-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-bottom: 37px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .gloval-nav {
    border-top: 1px solid #ffa4b4;
  }
}

.nav-inner {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.nav-inner li {
  font-size: 18px;
  font-weight: bold;
  color: #75a7ff;
  font-family: var(--fontfamily-zen-maru-gothic-regular);
  padding: 15px 20px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .nav-inner li {
    width: 25%;
    padding: 15px 0;
  }
}
.nav-inner li.-footer {
  width: auto;
  font-size: 1.6rem;
  padding: 15px 30px;
}
@media screen and (max-width: 768px) {
  .nav-inner li.-footer {
    padding: 15px 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .nav-inner li.-footer {
    padding: 10px 5px;
    font-size: 12px;
  }
}
.nav-inner li.-footer a {
  color: #ff4a56;
}
.nav-inner li.-footer a:hover {
  color: #ff9944;
  transition: 0.6s;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .nav-inner li {
    font-size: 14px;
  }
}
.nav-inner li a:hover {
  color: #555;
  transition: 0.6s;
  cursor: pointer;
  text-decoration: none;
}
.nav-inner .selected {
  color: #14CC83;
}

#casts {
  width: 100%;
  margin: 0 auto 25rem;
}
@media screen and (max-width: 768px) {
  #casts {
    margin: 0 auto;
  }
}
#casts .tab-wrap {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 12px 5px 0;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  #casts .tab-wrap {
    padding: 10px 0 0;
  }
}

#schedule {
  width: 100%;
}
#schedule .tab-wrap {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 12px 5px 0;
}
@media screen and (max-width: 576px) {
  #schedule .tab-wrap {
    padding: 10px 0 0;
  }
}
#schedule .tab-wrap::after {
  content: "";
  height: 10px;
  order: -1;
  width: 100%;
}
#schedule .tab-wrap .-loading {
  text-align: center;
  padding: 20px;
  font-size: 2rem;
  font-weight: bold;
}
#schedule .tab-wrap .-error {
  text-align: center;
  color: red;
  font-size: 2rem;
  font-weight: bold;
}

.hvn_syukkin {
  justify-content: center;
  min-height: 200px;
}
@media screen and (max-width: 576px) {
  .hvn_syukkin {
    margin-bottom: 0;
  }
}

.tab-label {
  width: 14.2857142857%;
  min-width: 85px;
  font-size: 16px;
  font-family: var(--fontfamily-kiwi-maru-regular);
  color: #555;
  cursor: pointer;
  flex: 1;
  font-weight: bold;
  order: -1;
  padding: 13px 0 15px;
  position: relative;
  text-align: center;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  user-select: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .tab-label {
    font-size: 14px;
    min-width: 75px;
  }
}
@media screen and (max-width: 576px) {
  .tab-label {
    min-width: 70px;
    letter-spacing: -0.5px;
  }
}

.tab-switch:checked + .tab-label {
  color: #ff9055;
}

.tab-switch:checked + .tab-label:hover {
  color: #fff !important;
}

.tab-label:hover {
  background: #ffa4b4 !important;
  color: #fff !important;
}

.tab-label::after {
  background: #ffa4b4 !important;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(100%);
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s 80ms;
  width: 100%;
  z-index: 1;
}

.tab-switch:checked ~ .tab-label::after {
  transform: translateX(-100%);
}

.tab-switch:checked + .tab-label::after {
  opacity: 1;
  transform: translateX(0);
}

.tab-label.active {
  color: #ff7f69;
}

.tab-label.active::after {
  opacity: 1;
  transform: translateX(0);
}

.tab-content {
  height: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  transform: translateX(-30%);
  transition: transform 0.3s 80ms, opacity 0.3s 80ms;
  width: 100%;
}

.tab-switch:checked ~ .tab-content {
  transform: translateX(30%);
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  opacity: 1;
  order: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.tab-content.active {
  height: auto;
  opacity: 1;
  order: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.tab-switch {
  display: none;
}

.tab-content > ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.tab-content > ul li.item {
  width: 20%;
}
@media screen and (max-width: 992px) {
  .tab-content > ul li.item {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .tab-content > ul li.item {
    width: 33.333%;
  }
}
@media screen and (max-width: 576px) {
  .tab-content > ul li.item {
    width: 50%;
  }
}
.tab-content > ul li.item:hover {
  cursor: pointer;
  transition: 0.6s;
  opacity: 0.5;
}

.tab-content > ul li.item.-casts:hover {
  cursor: auto;
  opacity: 1;
}

.tab-content > ul li.item img {
  max-width: 100%;
  height: auto;
}

#schedule div.inner {
  position: relative;
  padding: 2px;
  margin-bottom: 15px;
}

#casts div.inner {
  position: relative;
  padding: 2px;
  margin-bottom: 15px;
}

#schedule div.inner .text {
  text-align: center;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  position: relative;
  bottom: 0;
  right: 0;
}

#casts div.inner .text {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
  bottom: 0;
  right: 0;
  background-color: #ff8d85;
}

#schedule div.closed::after, #casts div.closed::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

#schedule p, #casts p {
  text-align: center;
  margin-bottom: 0;
  font-family: var(--fontfamily-zen-maru-gothic-regular);
}

#schedule .c-name, #casts .c-name {
  font-size: 24px;
  line-height: 1.4;
  padding: 0px 0 4px;
  font-weight: bold;
  background-color: #ff9199;
  text-shadow: 1px 2px 4px rgb(255, 42, 58);
  color: #fff;
  margin-bottom: 0;
  font-family: var(--fontfamily-zen-maru-gothic-regular);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
#schedule .c-name .-age, #casts .c-name .-age {
  color: #fff;
  font-size: 18px;
  display: inline;
  margin: 5px 0 0 2px;
}
@media screen and (max-width: 768px) {
  #schedule .c-name .-age, #casts .c-name .-age {
    position: relative;
  }
}
@media screen and (max-width: 576px) {
  #schedule .c-name, #casts .c-name {
    font-size: 20px;
  }
  #schedule .c-name .-age, #casts .c-name .-age {
    margin: 2px 0 0 2px;
  }
}

#casts .c-name {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: var(--fontfamily-zen-maru-gothic-regular);
  font-size: 24px;
  line-height: 1.4;
  padding: 0px 0 4px;
  font-weight: bold;
  background-color: #ff9199;
  text-shadow: 1px 2px 4px rgb(255, 42, 58);
  position: relative;
}
#casts .c-name .-age {
  color: #fff;
  font-size: 18px;
  display: inline;
  margin: 5px 0 0 2px;
}
@media screen and (max-width: 768px) {
  #casts .c-name {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
  }
  #casts .c-name .-age {
    position: relative;
  }
}
@media screen and (max-width: 576px) {
  #casts .c-name {
    font-size: 20px;
  }
  #casts .c-name .-age {
    margin: 2px 0 0 2px;
  }
}

#schedule p.c-info {
  padding: 0px 0 2px;
  font-size: 18px;
  line-height: 1.4;
  background-color: #ffbe8c;
  color: #fff;
  text-shadow: 1px 1px 3px rgb(255, 81, 6);
  letter-spacing: -0.8px;
}
@media screen and (max-width: 576px) {
  #schedule p.c-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    font-size: 16px;
  }
}

#casts p.c-info {
  padding: 0px 0 2px;
  font-size: 18px;
  line-height: 1.4;
  background-color: #ffbe8c;
  color: #fff;
  text-shadow: 1px 1px 3px rgb(255, 81, 6);
  margin-bottom: 0;
  letter-spacing: -0.8px;
}
@media screen and (max-width: 576px) {
  #casts p.c-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    font-size: 16px;
  }
}

#schedule p.c-time {
  background: #ff5e70;
  padding: 0px 0 5px;
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  text-shadow: 2px 2px 3px rgb(255, 57, 88);
}
@media screen and (max-width: 576px) {
  #schedule p.c-time {
    padding: 0px 0 3px;
    font-size: 20px;
  }
}

.cast-modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.cast-modal-wrap .cast-modal-container {
  background: white;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  max-width: 450px;
  width: 90%;
}
.cast-modal-wrap .cast-modal-container a {
  text-decoration: none;
}
.cast-modal-wrap .cast-modal-container a:hover {
  text-decoration: none;
}
.cast-modal-wrap .cast-modal-container .-txt {
  margin-bottom: 20px;
  font-size: 2rem;
  color: #ff7272;
}
.cast-modal-wrap .cast-modal-container .-txt #modal-cast-name {
  color: #ff3689;
}
.cast-modal-wrap .cast-modal-container .-phone {
  display: block;
  padding: 15px 30px;
  background: #4CAF50;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
}
.cast-modal-wrap .cast-modal-container .-phone:hover {
  cursor: pointer;
  transition: 0.6s;
  opacity: 0.7;
}
.cast-modal-wrap .cast-modal-container .-map {
  display: block;
  padding: 15px 30px;
  background: #357bf6;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  border: none;
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  width: 100%;
}
.cast-modal-wrap .cast-modal-container .-map:hover {
  cursor: pointer;
  transition: 0.6s;
  opacity: 0.7;
}
.cast-modal-wrap .cast-modal-container .-cancel {
  padding: 15px 30px;
  background: #f44336;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: bold;
  width: 100%;
}
.cast-modal-wrap .cast-modal-container .-cancel:hover {
  cursor: pointer;
  transition: 0.6s;
  opacity: 0.7;
}
.cast-modal-wrap .cast-modal-container .-address {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #555;
}
.cast-modal-wrap .cast-modal-container button:focus {
  outline: none !important;
}

.table-title {
  width: 100%;
  font-size: 28px;
  line-height: 1.2;
  color: #ffffff;
  padding: 13px 0 18px;
  text-align: center;
  background: #ffe59f;
  text-shadow: 1px 2px 4px rgb(255, 116, 10);
  width: calc(100% - 20px);
  margin: 10px auto;
}
@media screen and (max-width: 768px) {
  .table-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .table-title {
    font-size: 20px;
    width: calc(100% - 10px);
  }
}

.table-title-sub {
  width: 100%;
  font-size: 20px;
  line-height: 1.2;
  color: #555555;
  margin: 0 auto;
}
.table-title-sub.-first {
  text-align: center;
  padding-top: 7px;
}
.table-title-sub.-second {
  text-align: left;
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  .table-title-sub.-second {
    font-size: 18px;
    line-height: 1.4;
    padding-top: 0;
    margin: 0 auto 2rem;
    padding: 0 10px;
  }
}
@media screen and (max-width: 576px) {
  .table-title-sub.-second {
    font-size: 16px;
  }
}
.table-title-sub.-second li {
  list-style: none;
  padding-left: 1rem;
  line-height: 1.6;
}
.table-title-sub.-second li:before {
  content: "・";
  color: #555555;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.system-table-wrap .system-table-container {
  width: calc(100% - 20px);
  margin: 2rem auto;
}
@media screen and (max-width: 576px) {
  .system-table-wrap .system-table-container {
    width: calc(100% - 10px);
  }
}
.system-table-wrap .system-table-container .system-title {
  position: relative;
  font-size: 28px;
  padding: 5px 0 10px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .system-table-wrap .system-table-container .system-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .system-table-wrap .system-table-container .system-title {
    font-size: 20px;
  }
}
.system-table-wrap .system-table-container .system-title:before {
  position: absolute;
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
  border: 1px solid #ffffff;
}
.system-table-wrap .system-table-container table {
  width: 100%;
}
.system-table-wrap .system-table-container table tr th {
  text-align: center;
  vertical-align: middle;
  width: 32%;
  font-size: 22px;
  padding: 0.8rem 1rem 1rem;
}
@media screen and (max-width: 992px) {
  .system-table-wrap .system-table-container table tr th {
    line-height: 1.2;
    width: 35%;
    padding: 0.6rem 1rem 1rem;
  }
}
@media screen and (max-width: 576px) {
  .system-table-wrap .system-table-container table tr th {
    font-size: 20px;
  }
}
.system-table-wrap .system-table-container table tr td {
  font-weight: bold;
  padding: 1rem;
  text-align: center;
  font-size: 22px;
  color: #777777;
  padding: 0.8rem 1rem 1rem;
}
@media screen and (max-width: 992px) {
  .system-table-wrap .system-table-container table tr td {
    line-height: 1.2;
    padding: 0.6rem 1rem 1rem;
  }
}
@media screen and (max-width: 576px) {
  .system-table-wrap .system-table-container table tr td {
    font-size: 20px;
  }
}
.system-table-wrap .system-table-container p {
  color: #777777;
  padding: 1rem;
  text-align: center;
  font-size: 22px;
}
@media screen and (max-width: 992px) {
  .system-table-wrap .system-table-container p {
    line-height: 1.4;
  }
}
@media screen and (max-width: 576px) {
  .system-table-wrap .system-table-container p {
    font-size: 20px;
  }
}
.system-table-wrap .system-table-container.first-table .system-title {
  background: #ffaecb;
  text-shadow: 1px 2px 4px rgb(255, 91, 103);
}
.system-table-wrap .system-table-container.first-table tbody {
  border-top: 1px solid #ffa7c7;
}
.system-table-wrap .system-table-container.first-table tr {
  border-bottom: 1px solid #ffa7c7;
}
.system-table-wrap .system-table-container.first-table tr th {
  color: #ff6382;
  background: #ffe5ef;
  border-left: 1px solid #ffa7c7;
  text-shadow: 2px 2px 0px rgb(255, 255, 255);
}
.system-table-wrap .system-table-container.first-table tr td {
  background: #ffffff;
  border-right: 1px solid #ffa7c7;
}
.system-table-wrap .system-table-container.first-table p {
  border-bottom: 1px solid #ffa7c7;
  border-right: 1px solid #ffa7c7;
  border-left: 1px solid #ffa7c7;
}
.system-table-wrap .system-table-container.second-table .system-title {
  background: #ffafaf;
  text-shadow: 1px 2px 4px rgb(255, 91, 103);
}
.system-table-wrap .system-table-container.second-table tbody {
  border-top: 1px solid #ffa7c7;
}
.system-table-wrap .system-table-container.second-table tr {
  border-bottom: 1px solid #ffafaf;
}
.system-table-wrap .system-table-container.second-table tr th {
  background: #ffe3e3;
  border-left: 1px solid #ffafaf;
  color: #ff6382;
  text-shadow: 2px 2px 0px rgb(255, 255, 255);
}
.system-table-wrap .system-table-container.second-table tr td {
  background: #ffffff;
  border-right: 1px solid #ffafaf;
}
.system-table-wrap .system-table-container.second-table p {
  border-bottom: 1px solid #ffafaf;
  border-right: 1px solid #ffafaf;
  border-left: 1px solid #ffafaf;
}
.system-table-wrap .system-table-container.third-table {
  margin: 2rem auto 1rem;
}
.system-table-wrap .system-table-container.third-table .system-title {
  background: #ffb38a;
  text-shadow: 1px 2px 4px rgb(255, 116, 28);
}
.system-table-wrap .system-table-container.third-table tbody {
  border-top: 1px solid #ffb38a;
  border-left: 1px solid #ffb38a;
}
.system-table-wrap .system-table-container.third-table tr {
  border-bottom: 1px solid #ffb38a;
}
.system-table-wrap .system-table-container.third-table tr td {
  background: #ffffff;
  border-right: 1px solid #ffb38a;
  text-shadow: 2px 2px 0px rgb(255, 255, 255);
}
.system-table-wrap .system-table-container.third-table p {
  border-bottom: 1px solid #ffb38a;
  border-right: 1px solid #ffb38a;
  border-left: 1px solid #ffb38a;
}

.card-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding-top: 0.2rem;
}
@media screen and (max-width: 992px) {
  .card-wrap {
    padding-top: 0.4rem;
  }
}

/* ========================================
  ハンバーガーメニュー（スクロール時表示）
======================================== */
#en-hamburger-menu {
  position: fixed;
  top: 10px;
  right: 24px;
  z-index: 9999;
  display: none; /* JS で制御 */
}

/* ハンバーガーボタン本体 */
#en-hamburger-btn {
  width: 48px;
  height: 48px;
  background: #fff;
  border: 2px solid #f9a8c9;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0;
  box-shadow: 0 2px 12px rgba(249, 100, 160, 0.18);
  transition: box-shadow 0.2s;
  position: relative;
  z-index: 10;
  outline: none;
}

#en-hamburger-btn:hover {
  box-shadow: 0 4px 20px rgba(249, 100, 160, 0.32);
}

#en-hamburger-btn:focus-visible {
  outline: 2px solid #f9a8c9;
  outline-offset: 2px;
}

/* 横棒3本 */
#en-hamburger-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: #f06090;
  border-radius: 2px;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
  transform-origin: center;
}

/* バッテン状態 */
#en-hamburger-btn.is-open span:nth-child(1) {
  transform: translateY(8.5px) rotate(45deg);
}

#en-hamburger-btn.is-open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

#en-hamburger-btn.is-open span:nth-child(3) {
  transform: translateY(-8.5px) rotate(-45deg);
}

/* ドロップダウンメニュー */
#en-hamburger-nav {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background: #fff;
  border: 1.5px solid #f9a8c9;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(249, 100, 160, 0.15);
  min-width: 180px;
  overflow: hidden;
  /* 閉じた状態 */
  opacity: 0;
  transform: translateY(-10px) scale(0.97);
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 開いた状態 */
#en-hamburger-nav.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

#en-hamburger-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#en-hamburger-nav ul li {
  border-bottom: 1px solid #fce4ef;
}

#en-hamburger-nav ul li:first-child {
  border-radius: 10px 10px 0 0;
}

#en-hamburger-nav ul li:last-child {
  border-bottom: none;
  border-radius: 0 0 10px 10px;
}

#en-hamburger-nav ul li a {
  display: block;
  padding: 14px 28px;
  color: #f06090;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  transition: background 0.18s, color 0.18s;
}

#en-hamburger-nav ul li a:hover {
  background: #fff0f5;
  color: #ff1900;
}

/* 768px以下ではハンバーガー自体を非表示（SPヘッダーがあるため） */
@media (max-width: 768px) {
  #en-hamburger-menu {
    display: none !important;
  }
}/*# sourceMappingURL=foreign.css.map */