@charset "utf-8";
/* スマホ設定 */
* {
  font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
#top {
  min-width: unset;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.title1 {
  font-size: calc(2300% / 18);
  font-weight: bold;
  text-align: center;
}
.title1:after {
  content: "";
  white-space: pre;
  width: calc(6000% / 640);
  height: calc(50% / 640);
  display: block;
  margin: calc(1000% / 580) auto 0;
  line-height: 0;
}
#program .title1:after {
  border-bottom: 3px solid #fff;
}
#topButton {
  display: none;
  opacity: 0;
  position: absolute;
}
#modal-content,
#modal-content2 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: calc(500% / 580);
  background: #fff;
  position: fixed;
  display: none;
  z-index: 19999;
  text-align: center;
  overflow-y: scroll;
}
#modal-overlay,
#modal-overlay2 {
  z-index: 10000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}
.button-link {
  color: #0071bc;
  text-decoration: underline;
  font-weight: bold;
}
.button-link:hover {
  cursor: pointer;
}
/* ----------------------------------------------------------------

   トップページ

----------------------------------------------------------------- */
#indexPage #mainImage {
  position: relative;
  background-size: 100%;
  background: url(../img/pc/detail/bg_inx-mainimg.jpg) 0 0 no-repeat;
  width: 100%;
  padding-bottom: 88%;
  margin-top: calc(9000% / 640);
  z-index: 1;
  height: 0vh;
  min-width: 100%;
  overflow: hidden;
}
#indexPage #mainImage .slider img {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  transform: translate3d(0, 0, 0);
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#indexPage #mainImage .slider {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  min-width: unset;
}
.slick-dots {
  bottom: -22px;
}
@keyframes show {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
div#mainImage a.mvbnr img {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
div#mainImage a.mvbnr:hover {
  opacity: 1;
}
#program {
  position: relative;
  background-image: url(../img/pc/common/bg_index01.png);
  background-size: 24%;
  padding: calc(5000% / 640) 0 calc(8000% / 640);
  overflow: hidden;
  min-width: unset;
}
#program .title1 {
  color: #fff;
}
#program .wrap {
  width: calc(58000% / 640);
  background-color: #fff;
  margin-top: calc(3500% / 580);
  height: auto;
  overflow: hidden;
  padding-bottom: calc(1800% / 580);
  position: relative;
}
#program .timetab {
  position: relative;
  text-align: center;
  width: calc(54000% / 580);
  min-width: unset;
  margin-left: auto;
  margin-right: auto;
}
#program .timetab li {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #1a1a1a;
  border: none;
  margin-top: calc(2000% / 480);
  width: calc(17200% / 540);
  padding: calc(800% / 540) 0 calc(1400% / 540);
}
#program .timetab li.active {
  padding: calc(1800% / 540) 0 calc(2400% / 540);
}
#program .timetab li:nth-of-type(1) {
  background-color: #f5c68a;
}
#program .timetab li:nth-of-type(1):hover,
#program .timetab li:nth-of-type(1):active {
  background-color: #ec9049;
  color: #fff;
}
#program .timetab li:nth-of-type(1):before {
  content: "";
  background-image: url(../img/sp/i_index01_off.png);
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  background-size: 100%;
  width: calc(3800% / 172);
  height: 26px;
  top: 0.8em;
  margin-right: calc(1000% / 172);
}
#program .timetab li:nth-of-type(1).active:before {
  background-image: url(../img/sp/i_index01_on.png);
}
#program .timetab li:nth-of-type(2) {
  background-color: #23b1e4;
}
#program .timetab li:nth-of-type(2).active {
  background-color: #23b1e4;
  color: #fff;
}
#program .timetab li:nth-of-type(2):before {
  content: "";
  background-image: url(../img/sp/i_index02_off.png);
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  background-size: 100%;
  bottom: 0;
  width: calc(3800% / 172);
  height: 26px;
  top: 0.5em;
  margin-right: calc(1000% / 172);
  left: -1vw;
}
#program .timetab li:nth-of-type(2).active:before {
  background-image: url(../img/sp/i_index02_on.png);
}
#program .timetab li:nth-of-type(3) {
  background-color: #73a3b4;
}
#program .timetab li:nth-of-type(3).active {
  background-color: #006798;
  color: #fff;
}
#program .timetab li:nth-of-type(3):before {
  content: "";
  background-image: url(../img/sp/i_index03_off.png);
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  background-size: 100%;
  left: -1vw;
  width: calc(3800% / 172);
  height: 26px;
  top: 0.8em;
  margin-right: calc(1000% / 172);
}
#program .timetab li:nth-of-type(3).active:before {
  background-image: url(../img/sp/i_index03_on.png);
}
#program #monthList {
  width: calc(54000% / 580);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ccc;
  border-top: none;
  padding-top: calc(2000% / 580);
  top: 0;
  height: 56vh;
  overflow-y: auto;
}
#program .monthtab li {
  width: calc(18000% / 580);
  line-height: 1.8em;
  background-color: #ededed;
  text-align: center;
  color: #4d4d4d;
  display: inline-block;
  font-weight: bold;
  border-bottom: 3px solid #004097;
  position: relative;
  transition: 0s;
  box-sizing: border-box;
  overflow: hidden;
  padding: calc(800% / 540) 0 calc(1400% / 540);
}
#program .monthtab li:before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  top: 0;
  border-left: #808080 1px solid;
  width: 1px;
}
#program .monthtab li:last-of-type:after {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  top: 0;
  border-right: #808080 1px solid;
  right: 0;
}
#program .monthtab li.active:before,
#program .monthtab li.active:after {
  display: none;
}
#program .monthtab .active + li:before {
  display: none;
}
#program .monthtab label {
  padding-top: calc(5000% / 580);
  display: block;
}
#program .monthtab li:first-of-type {
  margin-left: calc(1600% / 480);
}
#program .monthtab li:hover {
  opacity: 0.75;
  cursor: pointer;
}
input[name="tab_item"] {
  display: none;
}
#program #timeList {
  display: none;
}
#program .monthtab {
  width: calc(54000% / 580);
  position: relative;
  justify-content: inherit;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(4000% / 580);
  display: flex;
}
#program .monthtab:before {
  white-space: pre;
  content: "";
  display: block;
  border-bottom: 3px solid #004097;
  position: absolute;
  width: calc(2200% / 480);
  left: calc(-100% / 540);
  bottom: 0;
  z-index: 1;
}
#program .monthtab:after {
  content: "";
  display: block;
  border-bottom: 3px solid #004097;
  position: absolute;
  width: calc(2000% / 480);
  right: calc(-110% / 580);
  bottom: 0;
}
#program .monthtab li.active {
  background-color: #fff;
  color: #004097;
  border: 3px solid #004097;
  border-bottom: none !important;
  position: relative;
  opacity: 1;
  padding: calc(100% / 176) 0 calc(600% / 176);
}
#program .monthtab li.active h3 {
  position: relative;
  font-weight: bold;
  background-color: #fff;
  padding: calc(1200% / 540) 0;
  border-left: 3px solid #004097;
  border-right: 3px solid #004097;
  color: #004097;
}
#program #monthList .show {
  display: block;
}
.list_item.is-hide,
.infobox.is-hide {
  display: none;
}
.search-box input {
  display: none;
}
.infobox a {
  text-decoration: none;
  color: #1a1a1a;
}
.infobox .date {
  font-size: 130%;
}
.infobox .rightContent {
  margin-left: auto;
  margin-right: auto;
}
.infobox .rightContent .flexBet {
  display: block;
  padding-bottom: calc(3000% / 540);
}
.infobox .rightContent a[href="https://kobe-kirakukan.jp/ticket/?theme=top/#morningPrice"], .infobox .rightContent a[href="https://kobe-kirakukan.jp/ticket/?theme=top/#noonPrice"], .infobox .rightContent a[href="https://kobe-kirakukan.jp/ticket/?theme=top/#nightPrice"]
{
  font-size: calc(1700% / 20);
  padding: calc(2000% / 580) 0;
}
.tab_content.show .infobox:last-of-type {
  border-bottom: none;
}
.list_item.noDate {
  padding: calc(5000% / 580) calc(2000% / 580) calc(5000% / 580);
}
.list_item.priceInfo {
  padding-bottom: calc(3000% / 580);
}
.infobox .rightContent .title2 {
  font-weight: bold;
  font-size: calc(2200% / 20);
  margin-top: calc(1000% / 580);
}
.infobox .rightContent p {
  margin: calc(1800% / 480) 0;
}
.infobox {
  width: calc(48000% / 540);
  border-bottom: 1px solid #bababa;
  display: block;
  margin: calc(1800% / 480) auto 0;
}
#program .noPlan {
  padding: calc(2000% / 580) calc(4000% / 580);
  position: absolute;
  background-color: #fff;
}
#program .programListLink {
  margin: calc(6000% / 580) auto 0;
  width: calc(47300% / 580);
  position: relative;
  z-index: 0;
}
#program .programListLink a {
  padding: 13px 0;
  background-color: #1a1a1a;
  color: #fff;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative;
  border: 2px solid #fff;
  z-index: 1;
}
#program .programListLink:after {
  content: "";
  width: 100%;
  height: 64px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 5px;
}
#news {
  margin-top: calc(8000% / 580);
  z-index: 0;
}
#news .wrap.flexBetW {
  display: block;
  width: calc(58000% / 640);
}
#news h2 {
  width: calc(18000% / 580);
  background-color: #004097;
  color: #fff;
  text-align: center;
  padding-top: calc(1000% / 580);
  margin: 0 auto;
  line-height: 2em;
  padding-bottom: calc(2000% / 640);
}
#news h2::before {
  content: "";
  display: block;
  background-image: url(../img/pc/common/i_index06.png);
  background-size: 100%;
  width: calc(5000% / 180);
  padding-bottom: 50%;
  margin: auto;
  position: relative;
  left: calc(400% / 180);
  background-repeat: no-repeat;
  background-position: center;
}
#news ul {
  margin-top: calc(6000% / 580);
  display: block;
}
#news ul {
  position: relative;
  border-bottom: 1px solid #bababa;
}
#news ul a img {
  display: inline;
}
#news ul p {
  display: inline;
  margin-left: calc(3000% / 580);
}
#news ul p:nth-of-type(2) {
  display: inline-block;
}
#news ul li {
  width: 100%;
  margin-top: calc(2000% / 580);
  padding-bottom: 1rem;
}
#news ul li:nth-of-type(n + 7) .newsTextBox {
  width: 100%;
}
#news ul li:nth-of-type(n + 7) .image {
  display: none;
}
#news ul a {
  color: #1a1a1a;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#news ul a .image {
  display: inline-block;
  height: 5rem;
  overflow: hidden;
  width: calc(22000% / 580);
}
#news ul a .newsTextBox {
  width: calc(32000% / 580);
}
#program .monthtab .active + li {
  border-left: none;
}
#news ul li:nth-of-type(n + 7) {
  padding-top: 1rem;
  border-top: 1px solid #bababa;
  height: calc(8000% / 580);
  margin-top: 0;
}
#news ul li:nth-of-type(n + 7) p {
  color: #1a1a1a;
  display: block;
  position: relative;
  width: 100%;
  margin-left: 0;
}
#news ul li:nth-of-type(n + 7) p:nth-of-type(2) {
  margin-top: 0;
  text-decoration: underline;
}
#news ul li:nth-of-type(n + 7) p a {
  display: block;
}
#news .programListLink {
  margin: calc(6000% / 580) auto 0;
  width: calc(47300% / 580);
  position: relative;
  z-index: 0;
}
#news ul li:nth-of-type(n + 7) a img {
  display: none;
}
#news .programListLink a {
  padding: 13px 0;
  background-color: #fff;
  color: #004097;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative;
  border: 2px solid #004097;
  z-index: 100;
}
#news .programListLink:after {
  content: "";
  width: 100%;
  height: 64px;
  margin: auto;
  background-color: #004097;
  position: absolute;
  bottom: -5px;
  left: 5px;
}
#snsContents {
  display: block;
}
#snsContents .twitterBox {
  width: 100%;
  margin-top: calc(8500% / 580);
  height: 27.7em;
  overflow: hidden;
  background-image: linear-gradient(
    -45deg,
    #fbdcdd 25%,
    #e0ecf2 25%,
    #e0ecf2 50%,
    #fbdcdd 50%,
    #fbdcdd 75%,
    #e0ecf2 75%,
    #e0ecf2
  );
  background-size: 224px 224px;
  background-attachment: fixed;
  background-position: 0px 75px;
}
#snsContents .twitterBox .inner {
  height: 26em;
  width: calc(54000% / 580);
  overflow-y: scroll;
  margin: auto;
  padding-top: calc(2000% / 580);
}
#snsContents .facebookBox {
  width: 100%;
  overflow: hidden;
  margin-top: calc(5000% / 580);
  height: auto;
}
#access {
  margin-top: calc(3000% / 580);
  padding: calc(3000% / 580) 0px;
  background-color: #f6f6f6;
}
#access .wrap {
  width: calc(58000% / 640);
}
#access .title1 {
  font-size: calc(2300% / 18);
  font-weight: bold;
  text-align: center;
}
#access .title1:after {
  border-bottom: 3px solid #000;
}
#access:after {
  content: "";
  white-space: pre;
  width: calc(6000% / 640);
  height: calc(50% / 640);
  display: block;
  margin: calc(1000% / 580) auto 0;
  line-height: 0;
}
#access .btnArea {
  margin: calc(3500% / 580) auto 0;
  padding-bottom: calc(3000% / 580);
  font-size: calc(1800% / 20);
}
#access .btnArea .active {
  background-color: #004097;
  color: #fff;
  border: 1px solid #004097;
}
#access .btnArea .active:after {
  top: calc(56000% / 580);
  content: "";
  position: absolute;
  height: 15px;
  border-top: 15px solid #004097;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  left: 45%;
}
#access .box {
  visibility: hidden;
  height: 0;
}
#access .area .box.showTab {
  visibility: visible;
  height: auto;
}
#access #pmap {
  padding-bottom: calc(45000% / 580);
  overflow: hidden;
  height: 22vh;
  z-index: 1;
  position: relative;
}
#access .route .slick-next {
  display: block;
  position: absolute;
  top: 30vh;
  right: 3.6vw;
}
#access .route .slick-prev {
  transform: rotate(180deg);
  display: block;
  position: absolute;
  left: 3.6vw;
  top: 33vh;
}
#access .slick-list:after {
  content: "";
  white-space: pre;
  width: calc(6000% / 640);
  height: calc(50% / 640);
  display: block;
  margin: calc(1000% / 580) auto 0;
  line-height: 0;
}
.slick-slide {
  position: relative;
}
.slick-slide p {
  position: absolute;
  bottom: 0.5em;
  color: #fff;
  background-color: rgba(100, 100, 100, 0.7);
  width: 100%;
  text-align: center;
  padding: calc(1000% / 580) calc(800% / 580) calc(800% / 580);
  box-sizing: border-box;
}
.route-dots {
  text-align: center;
}
.route-dots li {
  display: inline-table;
  margin-right: calc(3000% / 580);
  border-radius: 50%;
}
.route-dots li:nth-of-type(3) {
  margin-right: 0;
}
.route-dots li button {
  border-radius: 50%;
  background-color: #666;
  color: #666;
  border: none;
  line-height: 1.9em;
  width: 0.02em;
}
.arrow {
  position: absolute;
  display: inline-block;
  width: calc(3000% / 580);
  z-index: 19999;
}
.arrow::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
#access .route .slick-next::before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#access .route .slick-prev.arrow::before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#access .area {
  overflow: hidden;
}
#access .area .box.showTab {
  visibility: visible;
  height: auto;
}
#access .btnArea p {
  font-weight: bold;
  letter-spacing: 0.1em;
  border: 1px solid #808080;
  text-align: center;
  padding: 4.5px 0 4.5px;
  position: relative;
  width: calc(22000% / 480);
  font-size: calc(2000% / 18);
}
#access .box {
  visibility: hidden;
  height: 0;
}
#access .area .box.showTab {
  visibility: visible;
  height: auto;
}
.goolgeMap_content #map {
  width: 100%;
  padding-bottom: calc(45000% / 580);
}
#indexPage #mainImage img {
}
/* ----------------------------------------------------------------

   よくあるご質問

----------------------------------------------------------------- */
.pageContents {
  margin-top: calc(8000% / 580);
  padding-bottom: calc(12000% / 580);
}
.pageHeader {
  background-image: url(../img/sp/pl_pageheader02.png);
  display: flex;
  width: 100%;
  height: 17vh;
  background-size: cover;
  background-position: center center;
  position: relative;
  justify-content: center;
  align-items: center;
}
.pageHeader h2 {
  color: #fff;
  text-align: center;
  font-size: calc(3600% / 20);
  font-weight: bold;
}
.pankuzu {
  display: none;
}
#faqPage .pageHeader {
  background: url(https://kobe-kirakukan.jp/img/sp/pl_faq.png);
  background-size: cover;
  background-position: center center;
  margin-bottom: calc(3000% / 580);
}
#faqPage p:first-of-type {
  margin-top: calc(3000% / 580);
}
#faqPage p:first-of-type br {
  display: none;
}
#faqPage ul:first-of-type {
  margin-top: calc(4000% / 580);
  width: calc(49000% / 580);
  margin-left: auto;
  margin-right: auto;
}
#faqPage ul:first-of-type li:nth-of-type(n + 2) {
  margin-top: calc(3000% / 580);
}
#faqPage .wrap:nth-of-type(n + 2) h2 {
  margin-top: calc(8000% / 580);
  font-size: calc(2600% / 20);
  text-align: center;
}
#faqPage .list1 {
  margin-top: calc(2500% / 580);
}
#faqPage .list1 li {
  border: 1px solid #999;
}
#faqPage .list1 li:nth-of-type(n + 2) {
  margin-top: calc(2500% / 580);
}
#faqPage .list1 li dt {
  cursor: pointer;
  padding: calc(1500% / 580) calc(3000% / 580);
  color: #0071bc;
  display: flex;
  position: relative;
}
#faqPage .list1 li dt.open {
  background-color: #eef2f8;
}
#faqPage .list1 li dd {
  display: none;
  padding: calc(2000% / 580);
}
#faqPage .list1 li dt::before {
  content: "Q";
  border-right: 1px solid #bababa;
  padding-right: calc(2800% / 580);
  margin-right: calc(2500% / 580);
}
#faqPage .list1 li dt::after {
  padding-left: calc(2000% / 580);
  content: "";
  background-image: url(../img/sp/i_arrow01.png);
  background-repeat: no-repeat;
  width: calc(800% / 580);
  margin-top: calc(1400% / 580);
  position: absolute;
  height: 1em;
  right: calc(2000% / 580);
}
#faqPage .list1 li dt.open::after {
  background-image: url(../img/sp/i_arrow02.png);
}
#faqPage #faq2 + .list1 li:nth-of-type(2) dt:after {
  top: 1.5em;
}
.linkBox {
  margin: calc(6000% / 580) auto 0;
  width: calc(47300% / 580);
  position: relative;
}
.linkBox a {
  padding: 13px 0;
  background-color: #1a1a1a;
  color: #fff;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative;
  border: 2px solid #fff;
  z-index: 100;
}
.linkBox:after {
  content: "";
  width: 100%;
  height: 64px;
  margin: auto;
  background-color: #e6e6e6;
  position: absolute;
  bottom: -5px;
  left: 5px;
}
/* ----------------------------------------------------------------

   プライバシーポリシー

----------------------------------------------------------------- */
#privacyPage .wrap:nth-of-type(n + 2) {
  margin-top: calc(3000% / 580);
}
#privacyPage .pageHeader {
  background: url(../img/sp/pl_privacy.png);
  background-size: cover;
  background-position: center center;
  margin-bottom: calc(3000% / 580);
}
#privacyPage .wrap:nth-of-type(n + 2) h2 {
  font-size: calc(2600% / 20);
  border-bottom: 1px solid #bababa;
  padding-bottom: 8px;
  text-align: center;
}
#privacyPage .wrap:nth-of-type(n + 2) ul,
#privacyPage .wrap:nth-of-type(n + 2) p {
  margin-top: calc(2000% / 580);
}
#privacyPage .wrap:nth-of-type(n + 2) h2 + p {
  margin-top: calc(2000% / 580);
}
#privacyPage .wrap:nth-of-type(n + 2) h2:nth-of-type(n + 2) {
  margin-top: calc(4800% / 580);
}
#privacyPage .wrap:nth-of-type(n + 2) ul li {
  margin-top: calc(500% / 580);
}
/* ----------------------------------------------------------------

    ニュース

----------------------------------------------------------------- */
#newsPage .pageHeader {
  background: url(https://kobe-kirakukan.jp/img/sp/pl_news.png);
  background-size: cover;
  background-position: center center;
  margin-bottom: calc(3000% / 580);
}
#newsPage .wrap:nth-of-type(n + 2) .list1 {
  margin-top: calc(3000% / 580);
  border-top: 1px solid #b9b9b9;
}
#newsPage .wrap:nth-of-type(n + 2) .list1 li {
  padding: calc(5000% / 580) 0 calc(2500% / 580);
  border-bottom: 1px solid #b9b9b9;
  position: relative;
}
#newsPage .wrap:nth-of-type(n + 2) .list1 li::after {
  position: absolute;
  content: url(../img/pc/detail/i_arrow01.png);
  right: 0;
  transform: rotate(-90deg);
  top: 50%;
}
#newsPage .wrap:nth-of-type(n + 2) .list1 a {
  color: #004096;
  font-weight: bold;
  text-decoration: none;
  width: calc(52000% / 580);
  display: block;
}
#newsPage .wrap:nth-of-type(n + 2) .list1 a .date {
  padding: calc(500% / 580) calc(4000% / 580);
  color: #fff;
  background-color: #666666;
  font-weight: normal;
  margin-bottom: calc(500% / 580);
  position: relative;
  top: -1vh;
}
#newsPage .wrap:nth-of-type(n + 2) .list1 a .date:after {
  content: "\A";
  white-space: pre;
}
#newsPage .listBox ul {
  margin: calc(8000% / 580) auto 0;
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: auto;
}
#newsPage .listBox li:nth-of-type(n + 2) {
  margin-left: calc(500% / 580);
}
#newsPage .listBox li {
  min-width: calc(4000% / 580);
}
#newsPage .listBox li a {
  color: #4d4d4d;
  text-decoration: none;
  border: 1px solid #4d4d4d;
  padding: calc(500% / 580) calc(1000% / 580);
  display: block;
  text-align: center;
}
#newsPage .listBox li a.current {
  background-color: #4d4d4d;
  color: #fff;
}
#newsPage.detailPage .flexBet {
  display: block;
  justify-content: space-between;
  margin-top: calc(3000% / 580);
  border-top: 1px solid #b9b9b9;
}
#newsPage.detailPage .newsText .title .date {
  margin-top: calc(2500% / 580);
  color: #fff;
  background-color: #666666;
  font-weight: normal;
  width: calc(24000% / 580);
  text-align: center;
}
#newsPage.detailPage .newsText .title h2 {
  margin-top: calc(2000% / 580);
  font-size: calc(2600% / 20);
}
#newsPage.detailPage .newsText .title h2 a {
  color: #1a1a1a;
  text-decoration: none;
}
#newsPage.detailPage .newsText .categoryLink a {
  display: inline;
  color: #1a1a1a;
}
#newsPage.detailPage .newsText .categoryLink {
  border-bottom: 8px solid #b9b9b9;
  padding-bottom: calc(2500% / 580);
  margin-top: calc(1500% / 580);
  font-size: calc(1800% / 20);
}
#newsPage.detailPage .newsText p {
  margin-top: calc(3000% / 580);
}
#newsPage.detailPage .newsText p:not(.categoryLink):last-of-type {
  /*border-bottom: 1px solid #B9B9B9;*/
  padding-bottom: calc(8000% / 580);
}
#newsPage.detailPage
  .newsText
  p:not(.categoryLink):last-of-type:nth-of-type(n + 2) {
  border: none;
  padding: 0;
}
#newsPage.detailPage .newsText .otherPost {
  margin-top: calc(7500% / 580);
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: calc(8000% / 580);
  border-top: 1px solid #b9b9b9;
  padding-top: calc(8000% / 580);
}
#newsPage.detailPage .newsText .otherPost a {
  color: #1a1a1a;
  letter-spacing: 0.01em;
  font-size: calc(1800% / 20);
}
#newsPage.detailPage .newsText .otherPost li {
  width: 100%;
}
#newsPage.detailPage .newsText .otherPost li:nth-of-type(2) {
  display: block;
  text-align: right;
  margin-top: calc(6000% / 580);
}
#newsPage.detailPage .newsText .otherPost li:last-of-type {
  display: block;
  text-align: center;
  margin-top: 60px;
  background-color: #4d4d4d;
}
#newsPage.detailPage .newsText .otherPost li:last-of-type a {
  color: #fff;
  text-decoration: none;
  font-size: 116%;
  font-weight: bold;
  padding: 10px 0;
  display: block;
}
.sideBar {
  margin-top: calc(8000% / 580);
}
.sideBar h3 {
  color: #004096;
  text-align: center;
  font-size: 116%;
  font-weight: bold;
  margin-top: calc(3500% / 580);
}
.sideBar h3:nth-of-type(n + 2) {
  margin-top: calc(5000% / 580);
}
.sideBar ul {
  margin-top: calc(1500% / 580);
}
.sideBar li a {
  text-decoration: underline;
  color: #1a1a1a;
}
.sideBar li {
  border-bottom: 1px dotted #b9b9b9;
  padding: calc(2000% / 580) 0;
}
.sideBar select {
  margin-top: calc(3500% / 580);
  width: 100%;
  background-color: #f1f1f1;
  padding: calc(1300% / 580) 0px calc(1300% / 580) calc(1800% / 580);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.sideBar #archiveSelect {
  position: relative;
}
.sideBar #archiveSelect:after {
  content: "▼";
  display: block;
  white-space: pre;
  position: absolute;
  right: 0.5em;
  top: 2.5em;
  font-size: calc(1600% / 20);
}
/* ----------------------------------------------------------------

    お問い合わせ

----------------------------------------------------------------- */
#inquiryPage .pageHeader {
  background: url(../img/sp/pl_inquiry.png);
  background-size: cover;
  background-position: center center;
  margin-bottom: calc(3000% / 580);
}
#inquiryPage div[role="form"] {
  margin-top: calc(3000% / 580);
}
#inquiryPage address {
  margin: calc(4000% / 580) auto 0;
  border: 5px solid #004096;
  padding: calc(3000% / 580);
}
#inquiryPage address h3 {
  font-size: calc(2100% / 20);
  color: #1a1a1a;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.01em;
}
#inquiryPage address .tel {
  color: #004096;
  font-size: calc(3600% / 20);
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  margin-top: calc(1000% / 580);
}
#inquiryPage address .tel span {
  font-size: 50%;
  letter-spacing: 0.01em;
}
#inquiryPage address .timeinfo {
  color: #004096;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: center;
  font-size: calc(1800% / 20);
}
#inquiryPage address .rightContents p:last-of-type {
  margin-top: calc(2500% / 580);
  letter-spacing: 0.05em;
  font-size: calc(1600% / 20);
}
#inquiryPage .formArea {
  margin-top: calc(8000% / 580);
}
#inquiryPage .formArea .cRed {
  color: #ec1c24;
}
#inquiryPage .formArea .formparts:nth-of-type(10) .cRed {
  display: block;
  margin-top: calc(1000% / 580);
}
#inquiryPage .formArea .list1 {
  font-size: calc(100vw / 29);
}
#inquiryPage .formArea dt {
  color: #004096;
  line-height: 1em;
}
#inquiryPage .formArea input,
#inquiryPage .formArea dd select,
#inquiryPage .formArea textarea {
  border: 1px solid #004096;
  margin-top: calc(1000% / 580);
}
#inquiryPage .formArea textarea {
  height: 5.5vh;
  width: 91vw;
  padding: calc(2000% / 580) 0 calc(1400% / 580);
  -webkit-appearance: none;
  border-radius: 0;
}
#inquiryPage .formArea input,
#inquiryPage .formArea dd select {
  padding: calc(2000% / 580) 0 calc(1400% / 580);
  width: 91vw;
  -webkit-appearance: none;
  border-radius: 0;
}
#inquiryPage .formArea dd select {
  background-color: #eef2f7;
}
#inquiryPage .formArea dd select option {
  width: 100%;
}
#inquiryPage .formparts {
  margin-top: calc(5000% / 580);
}
#inquiryPage .formparts dd {
  margin-top: calc(1000% / 580);
}
#inquiryPage .formparts:nth-of-type(5) {
  width: 87vw;
}
#inquiryPage .formparts:nth-of-type(5) dd,
#inquiryPage .formparts:nth-of-type(5) p {
  display: inline-block;
}
#inquiryPage .formparts:nth-of-type(5) p {
  background-color: #f1f1f1;
  border: 1px solid #808080;
  text-align: center;
  padding: calc(300% / 580) calc(1200% / 580) calc(500% / 580);
  margin-left: calc(1500% / 580);
}
#inquiryPage .formparts:nth-of-type(5) input {
  width: 146px;
}
#inquiryPage .zipBtn {
  padding: 0 12px 0 3px;
}
#inquiryPage .formparts:nth-of-type(6) {
  margin-top: calc(1500% / 580);
}
#inquiryPage .formparts:nth-of-type(6) dd input {
}
#inquiryPage .formparts:nth-of-type(10) ul {
  display: flex;
  text-align: left;
  margin-top: calc(1800% / 580);
}
#inquiryPage .formparts:nth-of-type(10) ul li {
  width: calc(24000% / 580);
  position: relative;
}
#inquiryPage .formparts:nth-of-type(10) input {
  width: calc(2200% / 580);
  height: calc(2200% / 580);
  padding: calc(1800% / 580) calc(1000% / 580) 0 0;
  display: none;
}
span.wpcf7-list-item {
  margin-left: 0 !important;
}
#inquiryPage #mailMagazine .wpcf7-list-item-label {
  padding-left: 1em;
}
#inquiryPage .formparts:nth-of-type(10) label {
  padding-top: calc(1500% / 580);
  width: 30vw;
  padding-left: 1rem;
  display: inline-block;
  position: relative;
}
#inquiryPage #mailMagazine .wpcf7-list-item label:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #004096;
  border-radius: 50%;
}
#inquiryPage #mailMagazine .wpcf7c-conf-hidden + span:before,
#inquiryPage #mailMagazine input[name="your-magazine"]:checked + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 14px;
  height: 14px;
  background: #004096;
  border-radius: 50%;
}
#inquiryPage .radioArea {
  width: 100%;
  display: flex;
}
#inquiryPage .radioArea-input {
  display: none;
}
#inquiryPage .radioArea-input + label {
  padding-left: calc(3600% / 580);
  position: relative;
  margin-right: calc(2000% / 580);
}
#inquiryPage .radioArea-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(16000% / 580);
  left: calc(-4000% / 580);
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid #004096;
  border-radius: 50%;
}
#inquiryPage .radioArea-input:checked + label {
}
#inquiryPage .radioArea-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(22000% / 580);
  left: calc(-2780% / 580);
  width: 0.6rem;
  height: 0.6rem;
  background: #004096;
  border-radius: 50%;
}
#inquiryPage .formparts:last-of-type {
  margin-left: auto;
  margin-right: auto;
}
#inquiryPage .formparts:last-of-type input {
  background-color: #004096;
  font-size: 130%;
  font-weight: bold;
  height: 52px;
  color: #fff;
  letter-spacing: 0.1em;
}
#inquiryPage .inquiry-select .wpcf7-list-item.first {
  display: none;
}
#inquiryPage .inquiry-select input[type="radio"] {
  display: none;
}
#inquiryPage .inquiry-select {
  margin-top: calc(2000% / 580);
}
#inquiryPage .inquiry-select label span {
  display: block;
  padding: 1em 0em 1em 1em;
  text-decoration: none;
  width: 91vw;
  font-weight: bold;
  border: solid 1px #c6c6c6;
  border-radius: 1vw;
  cursor: pointer;
  height: calc(5200% / 580);
  color: #000;
  letter-spacing: 0.1em;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#f2f2f2)
  );
  background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
  background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
  background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
  background-image: -o-linear-gradient(top, #fff, #f2f2f2);
  background-image: linear-gradient(top, #fff, #f2f2f2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f2f2f2', GradientType=0);
  box-sizing: border-box;
}
#inquiryPage .inquiry-select .wpcf7c-conf-hidden + span,
#inquiryPage .inquiry-select input:checked + span {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    to(#666)
  );
  background-image: -webkit-linear-gradient(top, #000, #666);
  background-image: -moz-linear-gradient(top, #000, #666);
  background-image: -ms-linear-gradient(top, #000, #666);
  background-image: -o-linear-gradient(top, #000, #666);
  background-image: linear-gradient(top, #000, #666);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#666', GradientType=0);
  background-color: #bbb;
  color: #fff;
}
#radio .inquiry-select inquiry-select input:checked {
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  border-bottom: none; /*線を消す*/
}
#inquiryPage .inquiry-select span.wpcf7-list-item {
  display: inline-block;
  margin: calc(3000% / 580) 0 0 0;
}
#inquiryPage.hallRental .linkBox {
  width: 100%;
  margin-top: calc(4000% / 580);
}
#inquiryPage.hallRental .linkBox a {
  font-size: calc(2000% / 20);
  letter-spacing: 0.06em;
  width: calc(30000% / 473);
  padding: calc(1600% / 472) calc(3000% / 472) calc(1300% / 472)
    calc(8000% / 472);
  margin: auto;
}
#inquiryPage.hallRental .linkBox span {
  content: "";
  background: url(../img/pc/detail/i_rental01.png);
  width: 29px;
  height: 24px;
  display: inline-block;
  position: absolute;
  background-size: 100%;
  left: calc(3500% / 473);
  z-index: 2;
}
#inquiryPage.hallRental .linkBox:after {
  content: "";
  width: calc(49000% / 580);
  height: 5vh;
  margin: auto;
  background-color: #e6e6e6;
  position: absolute;
  bottom: calc(-4000% / 580);
  left: calc(6000% / 580);
}
#inquiryPage.hallRental .formparts input,
#inquiryPage.hallRental .formArea textarea,
#inquiryPage.hallRental .formparts:nth-of-type(5) input {
  width: 82vw;
}
#inquiryPage.hallRental .formparts:nth-of-type(6) {
  margin-top: calc(5000% / 580);
  width: 82vw;
}
#inquiryPage.hallRental .formparts:nth-of-type(6) dd,
#inquiryPage.hallRental .formparts:nth-of-type(6) p {
  display: inline-block;
}
#inquiryPage.hallRental .formparts:nth-of-type(6) p {
  background-color: #f1f1f1;
  border: 1px solid #808080;
  text-align: center;
  padding: calc(300% / 580) calc(1200% / 580) calc(500% / 580);
  margin-left: calc(1500% / 580);
}
#inquiryPage.hallRental .formparts:nth-of-type(6) input {
  width: 30vw;
}
#inquiryPage.hallRental .formparts:nth-of-type(7) {
  margin-top: calc(1000% / 580);
  width: 82vw;
}
#inquiryPage.hallRental .formparts:nth-of-type(11) ul {
  display: flex;
  text-align: left;
  margin-top: calc(1800% / 580);
}
#inquiryPage.hallRental .formparts:nth-of-type(11) ul li {
  width: calc(24000% / 580);
  position: relative;
}
#inquiryPage.hallRental .formparts:nth-of-type(11) input {
  width: calc(2200% / 580);
  height: calc(2200% / 580);
  padding: calc(1800% / 580) calc(1000% / 580) 0 0;
  display: none;
}
#inquiryPage .formparts:nth-of-type(11) label {
  padding-top: calc(1500% / 580);
  width: 30vw;
  padding-left: 1rem;
  display: inline-block;
  position: relative;
}
/* ----------------------------------------------------------------

   喜楽館とは

----------------------------------------------------------------- */
#aboutPage .pageHeader {
  background: url(../img/sp/pl_about.png);
  background-size: cover;
  background-position: center center;
}
#aboutPage .pageHeader h2 {
  font-weight: bold;
}
#aboutPage .list1 {
  margin-top: calc(4000% / 580);
  width: 100%;
}
#aboutPage .wrap:nth-of-type(n + 3) .list1 {
  margin-top: calc(11000% / 580);
}
#aboutPage .list1 li {
  width: calc(54000% / 580);
  background-image: url(../img/pc/detail/p_background2.png);
  background-size: 5px 5px;
  text-align: center;
  position: relative;
  margin: calc(2000% / 580) auto 0;
  padding: 4px 1px;
}
#aboutPage .list1 li a {
  text-decoration: none;
  font-weight: bold;
  display: block;
  position: relative;
  letter-spacing: 0.1em;
  z-index: 1;
  background-color: #fff;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0;
  line-height: 1;
}
#aboutPage .list1 li a .onlySPzone {
  line-height: 1.6em;
}
#aboutPage #block1 {
  margin-top: calc(6000% / 580);
  background-image: url(../img/pc/detail/p_about1.png);
  color: #fff;
  padding: calc(6000% / 580) 0 calc(6800% / 580);
}
#aboutPage #block1 .title1:after {
  border-bottom: 0.6vh solid #fff;
}
#aboutPage #block1 .box1 p:nth-of-type(1) {
  margin-top: calc(4500% / 580);
}
#aboutPage #block1 .box1 p:nth-of-type(2) {
  margin-top: calc(3000% / 580);
}
#aboutPage #block1 .image {
  width: calc(45000% / 580);
}
#aboutPage #block1 .image {
  margin: auto;
}
#aboutPage #block1 .box1 .image {
  margin-top: calc(4500% / 580);
}
#aboutPage #block1 .box2 {
  margin-top: calc(4500% / 580);
}
#aboutPage #block1 .box2 .image {
  display: none;
}
#aboutPage #block1 .box2 .onlySPzone {
  display: block;
  margin-top: calc(4000% / 580);
}
#aboutPage #block1 .box2 p:nth-of-type(2) {
  margin-top: calc(3500% / 580);
}
#aboutPage #block1 .box3 {
  margin-top: calc(5000% / 580);
}
#aboutPage #block1 .box3 p:nth-of-type(2) {
  margin-top: calc(4500% / 580);
}
#aboutPage #block1 .box3 .image {
  margin-top: calc(4000% / 580);
}
#aboutPage #block1 .image img {
  box-shadow: 1px 1px 2px 0px #333;
}
#aboutPage #block2 {
  padding-top: calc(6000% / 580);
}
#aboutPage #block2 .title1:after {
  border-bottom: 0.6vh solid #333;
}
#aboutPage #block2 ul {
  margin-top: calc(4500% / 580);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#aboutPage #block2 ul li {
  width: calc(27000% / 580);
}
#aboutPage #block2 ul li:nth-of-type(n + 3) {
  margin-top: calc(13000% / 580);
}
#aboutPage #block2 ul li .image,
#aboutPage #block2 ul li h3 {
  text-align: center;
}
#aboutPage #block2 ul li .image {
  width: calc(18600% / 270);
  margin-left: auto;
  margin-right: auto;
}
#aboutPage #block2 ul li h3 {
  margin-top: calc(1500% / 580);
  letter-spacing: 0.16em;
}
#aboutPage #block2 ul li .text {
  margin-top: calc(1800% / 270);
  text-align: justify;
}
/* ----------------------------------------------------------------

   喜楽館10の魅力

----------------------------------------------------------------- */
#miryokuPage .pageHeader {
  background: url(../img/sp/pl_miryoku.png);
  background-size: cover;
  background-position: center center;
}
#miryokuPage {
  background-color: #e1e1e1;
  padding-bottom: 0;
}
#miryokuPage .miryokuBox .textDetail:nth-of-type(odd) {
  background-color: #004092;
  color: #fff;
  position: relative;
  z-index: 1;
}
#miryokuPage .miryokuBox .textDetail:nth-of-type(even) {
  position: relative;
  z-index: 1;
  background-color: #ededed;
}
#miryokuPage .miryokuBox .wrap {
  box-sizing: boder-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  transform: skewY(-7deg);
  transform-origin: top right;
}
.skew {
  transform: skewY(-7deg);
  transform-origin: top right;
}
.skew_mask {
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.skew_img {
  transform: skewY(7deg);
  transform-origin: top right;
}
.textDetail {
  position: relative;
  text-align: center;
}
.textDetail p,
.textDetail img,
.textDetail a {
  transform: skew(0deg, 7deg);
}
#miryokuPage .miryokuBox .textDetail img {
  width: calc(12000% / 640);
}
#miryokuPage .miryokuBox .inner {
  padding-top: calc(6000% / 640);
}
.textDetail .inner p {
  width: calc(58000% / 640);
  margin-left: auto;
  margin-right: auto;
}
.textDetail .inner p:nth-of-type(1) {
  font-size: calc(2800% / 20);
  margin-top: calc(2000% / 640);
}
.textDetail .inner p:nth-of-type(2) {
  margin-top: calc(2000% / 640);
  text-align: left;
}
.textDetail a {
  display: block;
  margin: calc(4000% / 640) auto 0;
  color: #fff;
  text-decoration: none;
  font-size: 115%;
  border: 3px solid #fff;
  padding: calc(1000% / 640) 0;
  width: calc(48000% / 640);
  position: relative;
  z-index: 1;
  background-color: #004092;
}
.textDetail a:nth-of-type(2) {
  margin-top: calc(2000% / 580);
}
#miryokuPage .miryokuBox:nth-of-type(even) .image {
  order: 1;
}
#miryokuPage .miryokuBox:nth-of-type(even) .textDetail {
  order: 0;
}
#miryokuPage .miryokuBox .image {
  height: 40vh;
  width: 100%;
  background-size: cover;
  transform: skew(0deg, 7deg) scale(1.2);
}
#miryokuPage .miryokuBox:nth-of-type(even) .textDetail .inner {
  color: #004092;
}
#miryokuPage .miryokuBox:nth-of-type(even) .textDetail .inner a {
  color: #004092;
  background-color: #fff;
  border: 3px solid #004092;
}
#miryokuPage .miryokuBox:nth-of-type(even) .textDetail .inner p:nth-of-type(2) {
  color: #333;
}
#miryokuPage .miryokuBox:nth-of-type(3) .image {
  background-image: url(../img/pc/detail/p_miryoku01.png);
}
#miryokuPage .miryokuBox:nth-of-type(4) .image {
  background-image: url(../img/pc/detail/p_miryoku02.png);
}
#miryokuPage .miryokuBox:nth-of-type(5) .image {
  background-image: url(../img/pc/detail/p_miryoku03.png);
}
#miryokuPage .miryokuBox:nth-of-type(6) .image {
  background-image: url(../img/pc/detail/p_miryoku04.png);
}
#miryokuPage .miryokuBox:nth-of-type(7) .image {
  background-image: url(../img/pc/detail/p_miryoku05.png);
}
#miryokuPage .miryokuBox:nth-of-type(8) .image {
  background-image: url(../img/pc/detail/p_miryoku06.png);
}
#miryokuPage .miryokuBox:nth-of-type(9) .image {
  background-image: url(../img/pc/detail/p_miryoku07.png);
}
#miryokuPage .miryokuBox:nth-of-type(10) .image {
  background-image: url(../img/pc/detail/p_miryoku08.png);
}
#miryokuPage .miryokuBox:nth-of-type(11) .image {
  background-image: url(../img/pc/detail/p_miryoku09.png);
}
#miryokuPage .miryokuBox:nth-of-type(12) .image {
  background-image: url(../img/pc/detail/p_miryoku10.png);
}
#miryokuPage .title1 {
  margin-top: calc(2500% / 640);
}
#miryokuPage .title1:after {
  border-bottom: 0.6vh solid #1a1a1a;
}
#miryokuPage .miryokuBox:nth-of-type(6) .inner,
#miryokuPage .miryokuBox:nth-of-type(7) .inner {
  padding-bottom: calc(2500% / 580);
}
#miryokuPage .miryokuBox:nth-of-type(10) a span,
#miryokuPage .miryokuBox:nth-of-type(11) a span {
  font-size: calc(1400% / 20);
  display: block;
  padding-top: calc(400% / 580);
}
#miryokuPage .miryokuBox:nth-of-type(12) .image {
  background-color: #e1e1e1;
}
.outer {
  background-color: #fff;
  z-index: 3;
  position: relative;
  padding: calc(10000% / 580) 0;
}
#miryokuPage .list1 li {
  width: calc(54000% / 580);
  background-image: url(../img/pc/detail/p_background2.png);
  background-size: 5px 5px;
  text-align: center;
  position: relative;
  margin: calc(2000% / 580) auto 0;
  padding: 4px 1px;
}
#miryokuPage .list1 li a {
  text-decoration: none;
  font-weight: bold;
  display: block;
  position: relative;
  letter-spacing: 0.1em;
  z-index: 1;
  background-color: #fff;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0;
  line-height: 1;
}
#miryokuPage .list1 li a .onlySPzone {
  line-height: 1.6em;
}
/* ----------------------------------------------------------------

   貸館について

----------------------------------------------------------------- */
#rentalPage .pageHeader {
  background: url(../img/sp/pl_rental.png);
  background-size: cover;
  background-position: center center;
}
#rentalPage .readBox {
  margin-top: calc(4000% / 580);
}
#rentalPage .readBox p:nth-of-type(2) {
  margin-top: calc(2000% / 580);
}
#rentalPage .readBox p:nth-of-type(3) {
  margin-top: calc(2500% / 580);
  font-size: calc(2400% / 20);
  color: #ff0000;
  font-weight: bold;
}
#rentalPage .readBox .linkBox span {
  content: "";
  background: url(../img/pc/detail/i_rental01.png);
  width: 29px;
  height: 24px;
  display: inline-block;
  position: absolute;
  background-size: 100%;
  left: calc(3500% / 473);
  z-index: 2;
}
#rentalPage .readBox .linkBox {
  width: 100%;
  margin-top: calc(4000% / 580);
}
#rentalPage .linkBox a {
  font-size: calc(2200% / 20);
  letter-spacing: 0.06em;
  width: calc(30000% / 473);
  padding: calc(1600% / 472) calc(3000% / 472) calc(1300% / 472)
    calc(8000% / 472);
  margin: auto;
}
#rentalPage .linkBox:after {
  content: "";
  width: calc(49000% / 580);
  height: 8vh;
  margin: auto;
  background-color: #e6e6e6;
  position: absolute;
  bottom: calc(-4000% / 580);
  left: calc(6000% / 580);
}
#rentalPage .list1 {
  margin-top: calc(4000% / 580);
  border-bottom: 1px solid #989898;
}
#rentalPage .list1 li {
  border-top: 1px solid #989898;
  padding: calc(2400% / 580) 0 calc(2000% / 580);
}
#rentalPage .readBox .list1 li p {
  margin-top: 0;
}
#rentalPage
  .readBox
  .list1
  li:nth-of-type(2)
  p:nth-of-type(2)
  br:nth-of-type(2) {
  line-height: 2.5em;
}
#rentalPage .applicationForm {
  margin-top: calc(4000% / 580);
  display: block;
  text-align: center;
  font-weight: bold;
}
#rentalPage .readBox .linkBox:nth-of-type(2) {
  width: 100%;
  margin-top: calc(4000% / 580);
}
#rentalPage .linkBox:nth-of-type(2) a {
  font-size: calc(2200% / 20);
  letter-spacing: 0.06em;
  width: calc(51500% / 580);
  padding: calc(1600% / 472) 0 calc(1300% / 472);
  margin: auto;
  background-color: #004096;
}
#rentalPage .linkBox:nth-of-type(2):after {
  content: "";
  width: calc(50600% / 580);
  height: 8vh;
  margin: auto;
  background-color: #e6e6e6;
  position: absolute;
  bottom: calc(-4000% / 580);
  left: calc(5000% / 580);
}
#rentalPage .image {
  margin-top: calc(8000% / 580);
}
/* ----------------------------------------------------------------

   料金案内

----------------------------------------------------------------- */
#pricePage .pageHeader {
  background: url(../img/sp/pl_price.png);
  background-size: cover;
  background-position: center center;
}
#pricePage .pageHeader h2 {
  font-size: calc(3400% / 20);
}
#pricePage .list1 li {
  width: calc(54000% / 580);
  background-image: url(../img/pc/detail/p_background2.png);
  background-size: 5px 5px;
  text-align: center;
  position: relative;
  margin: calc(2000% / 580) auto 0;
  padding: 4px 1px;
}
#pricePage .list1 li a {
  text-decoration: none;
  font-weight: bold;
  display: block;
  position: relative;
  letter-spacing: 0.1em;
  z-index: 1;
  background-color: #fff;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0;
  line-height: 1;
}
#pricePage .list1 {
  margin-top: calc(3000% / 580);
}
#pricePage #block1 .title1 {
  color: #333;
}
#pricePage #block1 .title1:after {
  border-bottom: 3px solid #333;
}
#pricePage #block1 {
  margin-top: calc(9000% / 580);
  color: #fff;
}
#pricePage .first {
  background-color: #0088db;
  margin-top: calc(3000% / 580);
  padding-top: calc(7000% / 580);
  text-align: center;
  position: relative;
  padding-bottom: calc(40000% / 580);
}
#pricePage #block1 .title {
  font-size: calc(3600% / 20);
  font-weight: bold;
  margin-bottom: calc(4000% / 580);
  text-align: center;
}
#pricePage #block1 p {
  text-align: left;
}
#pricePage #block1 .box1 {
}
#pricePage #block1 .box1 > p {
  margin-top: calc(2500% / 580);
}
#pricePage #block1 .moreInfoLink {
  position: absolute;
  display: block;
  text-decoration: none;
  color: #fff;
  bottom: -4em;
  border: 2px solid #fff;
  margin: auto;
  left: 0;
  right: 0;
  width: calc(48000% / 580);
  padding: calc(2000% / 580) 0 calc(1600% / 580);
  font-weight: bold;
  text-align: center;
}
#pricePage #block1 .first ul {
  margin-top: calc(4000% / 580);
  border-bottom: 1px solid #caeaf8;
  margin-bottom: calc() 300%/580;
}
#pricePage #block1 .first ul li {
  border-top: 1px solid #caeaf8;
  padding: calc(2000% / 580) 0 calc(2000% / 580) calc(2000% / 580);
}
#pricePage #block1 .first h4 {
  margin-top: calc(5500% / 580);
  text-align: left;
}
#pricePage #block1 .first ul:nth-of-type(2) {
  margin-top: calc(500% / 580);
}
#pricePage #block1 .second:before {
  content: "";
  width: calc(58000% / 640);
  background-image: url(../img/pc/detail/p_performances01.png);
  height: 34vh;
  display: block;
  background-size: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(-6600% / 580);
  background-repeat: no-repeat;
}
#pricePage #block1 .second {
  position: relative;
  background-color: #e87b28;
  padding-top: calc(5000% / 580);
  padding-bottom: calc(6000% / 580);
}
#pricePage #block1 .second .box2 {
  margin-top: calc(20000% / 580);
  padding-bottom: calc(40000% / 580);
}
#pricePage #block1 .third {
  position: relative;
  background-color: #00628c;
  padding-top: calc(22000% / 580);
  padding-bottom: calc(64000% / 580);
}
#pricePage #block1 ul {
  margin-top: calc(4000% / 580);
  border-bottom: 1px solid #caeaf8;
  margin-bottom: calc() 300%/580;
}
#pricePage #block1 ul li {
  border-top: 1px solid #caeaf8;
  padding: calc(2000% / 580) 0 calc(2000% / 580) calc(2000% / 580);
}
#pricePage .photBox {
  display: none;
}
#pricePage #block1 .box2 > p:nth-of-type(1) {
  font-size: calc(2400% / 20);
  font-weight: bold;
}
#pricePage #block1 .box2 > p:nth-of-type(2) {
  margin-top: calc(3000% / 580);
}
#pricePage #block1 .box2 .moreInfoLink {
  bottom: calc(9800% / 580);
}
#pricePage #block1 .box2 .infomail {
  width: calc(48000% / 580);
  margin-top: calc(5500% / 580);
  display: block;
  text-align: center;
  color: #fff;
  position: relative;
  font-weight: bold;
  left: calc(8000% / 580);
}
#pricePage #block1 .box2 .infomail span {
  content: "";
  background-image: url(../img/pc/detail/i_price01.png);
  width: calc(4100% / 580);
  height: 4vw;
  display: inline-block;
  background-size: 100%;
  position: absolute;
  top: calc(13500% / 580);
  margin-left: -1.8em;
  background-repeat: no-repeat;
}
#pricePage #block1 .third:before {
  content: "";
  width: calc(58000% / 640);
  background-image: url(../img/pc/detail/p_performances02.png);
  height: 34vh;
  display: block;
  background-size: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(-6200% / 580);
  background-repeat: no-repeat;
}
#pricePage #block1 .box3 .infomail {
  margin-top: calc(1800% / 580);
  display: block;
  text-align: center;
  font-weight: bold;
  color: #ffff00;
  position: relative;
  padding-left: 1.5em;
}
#pricePage #block1 .box3 .infomail span {
  content: "";
  background-image: url(../img/pc/detail/i_price02.png);
  width: calc(3200% / 580);
  height: 3vh;
  display: inline-block;
  background-size: 100%;
  position: absolute;
  top: calc(3000% / 580);
  margin-left: -1.8em;
  background-repeat: no-repeat;
}
#pricePage #block1 .box3 .moreInfoLink {
  bottom: -6em;
}
#pricePage #block1 .box3 .onlySPheight {
  line-height: 2.4em;
}
#pricePage #block1 .first .leftInner h3 span {
  content: "";
  background-image: url(../img/sp/i_performances01.png);
  width: 50px;
  height: 50px;
  display: inline-block;
  background-size: 100%;
  position: relative;
  top: 13px;
  margin-right: 10px;
}
#pricePage #block1 .second .leftInner h3 span {
  content: "";
  background-image: url(../img/sp/i_performances02.png);
  width: 50px;
  height: 33px;
  display: inline-block;
  background-size: 100%;
  position: relative;
  top: 3px;
  margin-right: 10px;
  background-repeat: no-repeat;
}
#pricePage #block1 .third:after {
  content: "";
  width: calc(58000% / 640);
  background-image: url(../img/pc/detail/p_performances03.png);
  height: 34vh;
  display: block;
  background-size: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(1000% / 580);
  background-repeat: no-repeat;
}
#pricePage #block2 .onlySPzone:nth-of-type(1) {
  margin-top: calc(2000% / 580);
}
#pricePage #block2 .title1:nth-of-type(1) {
  margin-top: calc(10000% / 580);
}
#pricePage #block2 .title1:after {
  border-bottom: 3px solid #333;
}
#pricePage #block2 p:nth-of-type(2) {
  margin-top: calc(2000% / 580);
}
#pricePage #block2 p:nth-of-type(3) {
  margin-top: calc(2000% / 580);
}
#pricePage #block2 .wrap .list3 {
  margin-top: calc(4000% / 580);
}
#pricePage #block2 .wrap .list3 li {
  border: 3px solid #4d4d4d;
  height: 28vh;
  padding: 0 calc(2500% / 580) calc(4000% / 580);
  text-align: center;
  margin-top: calc(3000% / 580);
}
#pricePage #block2 .wrap .list3 .storeName {
  padding: 13px 0 3px;
  border-bottom: 2px solid #4d4d4d;
  font-size: 152%;
  margin-bottom: 12px;
  font-weight: bold;
}
#pricePage #block2 .wrap .list3 li p:nth-of-type(2) span {
  font-weight: bold;
  font-size: 152%;
  color: #ff0000;
}
#pricePage #block2 .wrap .list3 li:nth-of-type(1) a {
  font-weight: bold;
  border: 4px solid #0071bb;
  text-decoration: none;
  display: block;
  padding: calc(1500% / 580) 0 calc(1400% / 580);
  margin: calc(2000% / 580) auto 0;
  width: calc(48000% / 540);
}
#pricePage #block2 .wrap .list3 li:nth-of-type(2) a {
  text-decoration: none;
  color: #333;
  display: block;
}
#pricePage #block2 .wrap .list3 li:nth-of-type(3) a {
  text-decoration: none;
  display: block;
  margin: calc(1500% / 540) auto 0;
  width: calc(48000% / 540);
}
#pricePage #block2 .wrap .list3 li:nth-of-type(3) {
  text-decoration: none;
  display: block;
  padding-bottom: calc(4000% / 580);
}
#pricePage #block2 .wrap .todayTicket {
  padding: calc(3000% / 580) calc(4000% / 580);
  background-color: #f1f1f1;
  margin-top: calc(5000% / 580);
}
#pricePage #block2 .wrap .todayTicket h3 {
  font-size: calc(2400% / 20);
  font-weight: bold;
}
#pricePage #block2 .wrap .rightInner {
  text-align: left;
  margin-top: calc(1500% / 580);
}
#pricePage #block2 .wrap .rightInner p:nth-of-type(2) {
  text-align: center;
  margin-top: calc(1000% / 580);
}
#pricePage #block2 .wrap .rightInner p:nth-of-type(2) span {
  font-weight: bold;
  font-size: 180%;
  letter-spacing: 0.12em;
}
#pricePage #block3 {
  padding-top: calc(15000% / 580);
}
#pricePage #block3 .title1 {
  font-size: calc(3600% / 20);
  font-weight: bold;
  margin-bottom: calc(4000% / 580);
  text-align: center;
}
#pricePage #block3 .title1:after {
  border-bottom: 3px solid #333;
}
#pricePage .list1:last-of-type {
  margin-top: calc(18000% / 580);
}
#pricePage .list1.firstList {
  margin-top: calc(5000% / 580);
}
/* ----------------------------------------------------------------

   公演情報

----------------------------------------------------------------- */
#performancesPage {
  padding-bottom: 0;
  margin-bottom: calc(-3000% / 580);
}
#performancesPage .pageHeader {
  background-image: url(https://kobe-kirakukan.jp/img/sp/pl_performances.png);
  display: flex;
  width: 100%;
  height: 17vh;
  background-size: cover;
  background-position: center center;
  position: relative;
  justify-content: center;
  align-items: center;
}
label {
  cursor: pointer;
}
#performancesPage .linkWrap .linkBox:nth-of-type(1) a {
  background-color: #e50311;
  padding: calc(2300% / 473) 0 calc(800% / 473);
}
#performancesPage .linkWrap .linkBox:nth-of-type(1) a img {
  width: calc(38000% / 473);
}
#performancesPage .linkWrap .linkBox:nth-of-type(2) a {
  background-color: #024097;
  padding: calc(2300% / 473) 0 calc(800% / 473);
}
#performancesPage .linkWrap .linkBox:nth-of-type(2) a img {
  width: calc(18000% / 473);
}
#programdetail {
  margin-top: calc(4500% / 580);
  padding-bottom: calc(8000% / 580);
}
#programdetail .date {
  margin-top: calc(2500% / 580);
  color: #fff;
  background-color: #666666;
  font-weight: normal;
  width: calc(32000% / 580);
  text-align: center;
}
#programdetail .title1 {
  text-align: left;
  border-bottom: 1px solid #cacaca;
  margin: calc(2000% / 580) 0;
}
#programdetail .moreInfoBtn {
  text-align: center;
  margin: calc(8000% / 580) auto 0;
  background-color: #4d4d4d;
  color: #fff;
  text-decoration: none;
  font-size: 116%;
  font-weight: bold;
  padding: 10px 0;
  display: block;
}
/* ----------------------------------------------------------------

   アクセス
----------------------------------------------------------------- */
#accessPage .pageHeader {
  background: url(../img/sp/pl_access.png);
  background-size: cover;
  background-position: center center;
}
#accessPage + #access {
  display: none;
}
#accessPage #accessContent {
  margin-top: calc(6000% / 580);
}
#accessPage .title1:after {
  border-bottom: 0.6vh solid #333;
}
#accessPage .box,
#accessPage #pmap {
  margin-top: calc(4000% / 580);
}
#accessPage .box:nth-of-type(2) {
  margin-top: calc(8000% / 580);
}
#accessPage #accessContent .flexBet {
  display: block;
}
#accessPage #accessContent .bgcolor div {
}
/* ----------------------------------------------------------------

タニマチ募集 200528

----------------------------------------------------------------- */
#tanimachi #tanimachi {
  width: 100%;
  text-align: center;
  margin-top: calc(8000% / 580);
}
#tanimachi .headline {
  background: url(../img/pc/detail/tanimachi_img01sp-80.jpg) 0 0/ 100% no-repeat;
  padding: 0 2%;
  margin-bottom: 60px;
  text-align: center;
}
#tanimachi .headline h1 {
  width: 320px;
  margin: 60px auto 45px;
  padding-top: 75px;
}
#tanimachi .headline h1 img {
  width: 100%;
}
#tanimachi .headline p {
  text-align: left;
}
#tanimachi .wrapper {
  width: 98%;
  margin: 0 auto;
}
#tanimachi .headline h2 {
  font-size: 1.4em;
  margin-bottom: 32px;
  font-weight: 700;
}
#tanimachi .tokutenbox {
  width: calc(100% -65px);
  margin: 0 auto 60px;
  border: 2.5px solid #e50012;
  padding: 30px;
  text-align: center;
}
#tanimachi .tokutenbox h2 {
  color: #e50012;
  font-weight: 700;
  font-size: 1.8em;
  border-bottom: 2.5px solid #e50012;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#tanimachi .tokutenbox h3 {
  background-color: #e50012;
  padding: 4px 8px;
  color: #fff;
  font-weight: 700;
  font-size: 1.3em;
  display: table;
  margin: 0 auto 20px;
}
#tanimachi .tokutenbox p {
  margin-bottom: 20px;
}
#tanimachi .tokutenbox .tokutendisc {
  display: inline;
  font-size: 1.3em;
  color: #e50012;
  background: linear-gradient(transparent 50%, yellow 50%);
  font-weight: 700;
}
#tanimachi .tokutenbox ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 30px;
}
#tanimachi .tokutenbox ul li {
  width: 48%;
}
#tanimachi .tokutenbox ul li img {
  width: 100%;
}
#tanimachi .applicate {
  padding-bottom: 60px;
}
#tanimachi .applicate h2 {
  font-size: 1.7em;
  border-bottom: 4px solid #333333;
  display: table;
  margin: 0 auto 30px;
  font-weight: 700;
}
#tanimachi .applicate ul {
  display: block;
  width: 100%;
  border: 1px solid #c1c1c1;
  margin: 30px 0 60px;
  table-layout: fixed;
}
#tanimachi .applicate ul li {
  display: block;
  border-bottom: 1px solid #c1c1c1;
  padding: 30px;
  text-align: center;
}
#tanimachi .applicate ul li:last-child {
  border-bottom: none;
}
#tanimachi .applicate ul li h4 {
  font-size: 1.3em;
  margin-bottom: 30px;
  font-weight: 700;
}
#tanimachi .applicate ul li p {
  text-align: left;
}
#tanimachi .applicate ul li a {
  display: block;
  width: 80%;
  margin: 20px auto 0;
}
#tanimachi .applicate ul li a img {
  width: 100%;
}
#tanimachi .applicate ul li p a {
  display: inline;
}
#tanimachi .applicate h3 {
  font-size: 1.3em;
  font-weight: 700;
  margin: 30px 0;
}
#tanimachi .applicate .bankaccount {
  width: 100%;
  border-left: 1px solid #c1c1c1;
  border-top: 1px solid #c1c1c1;
  margin: 0 auto 60px;
  border-collapse: collapse;
  border-spacing: 0;
}
#tanimachi .applicate .bankaccount th {
  background-color: #8bd1f4;
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
}
#tanimachi .applicate .bankaccount td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
}
#tanimachi-info {
  margin-top: calc(8000% / 580);
  width: 96%;
  margin: 0 auto;
  text-align: center;
}
#tanimachi-info h1 {
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  margin: 45px 0;
}
#tanimachi-info p {
  width: 100%;
  margin-bottom: 45px;
  text-align: left;
}
#tanimachi-info p span {
  color: red;
}
#tanimachi-info dl {
  width: 100%;
  text-align: left;
  border-top: 1px solid #cecece;
  border-bottom: none;
}
#tanimachi-info dl dt {
  font-weight: 700;
  color: #004096;
  padding: 20px;
}
#tanimachi-info dl dt span {
  color: #ff0000;
  padding: 0 5px;
}
#tanimachi-info dl dd {
  font-weight: 700;
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid #cecece;
  display: flex;
  flex-flow: row wrap;
}
#tanimachi-info dl dd span.wpcf7-list-item {
  padding-right: 20px;
}
#tanimachi-info dl dd ul li {
  display: block;
  margin-bottom: 8px;
}
#tanimachi-info dl dd ul li:last-child {
  margin-bottom: 0px;
}
#tanimachi-info dl dd ul li:last-child {
  padding-left: 30px;
}
#tanimachi-info dl dd input,
#tanimachi-info dl dd textarea {
  min-height: 40px;
  border: 2px solid #808080;
  vertical-align: middle;
  padding: 4px 8px;
  font-size: 1em;
  max-width: 90%;
  width: 90%;
}
#tanimachi-info dl dd ul li input {
  margin-left: 8px;
  width: 245px;
}
#tanimachi-info dl dd input::placeholder {
  padding-left: 8px;
  color: #ddd;
}
#tanimachi-info dl dd textarea::placeholder {
  padding-left: 8px;
  color: #ddd;
}
#tanimachi-info .btn {
  margin-top: 90px;
  margin-bottom: 120px;
}
#tanimachi-info .btn input {
  background-color: #e82727;
  color: #fff;
  font-size: 1.4em;
  font-weight: 700;
  display: table;
  padding: 20px 60px;
  border: none;
  margin: 0 auto;
}
#tanimachi-info dl dd.old input {
  width: 80px;
  margin-right: 8px;
}
#tanimachi-info dl dd.addressbox {
  border-bottom: none;
}
#tanimachi-info dl dd.addressbox input.postnum {
  width: 194px;
}
#tanimachi-info dl dd.addressbox2 input,
#tanimachi-info dl dd.textarea textarea {
  width: 98%;
}
#tanimachi-info dl dd input.wpcf7c-conf {
  border: none;
  background: none;
}
#tanimachi-info .btn input.wpcf7c-btn-back {
  background-color: #6d6d6d;
  padding: 6px 30px;
  margin: 0 auto 30px;
}
#tanimachi-info p.wpcf7c-elm-step2 {
  color: red;
  font-weight: 700;
  font-size: 1.3em;
}
/* ----------------------------------------------------------------

	インデックスページオープニング

----------------------------------------------------------------- */
#loader {
  width: 138px;
  height: 166px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -83px; /* heightの半分のマイナス値 */
  margin-left: -69px; /* widthの半分のマイナス値 */
  z-index: 19999;
}
.colorText1 {
  color: #0071bc;
}
#performancesPage.detailPage .title1 .catIcon {
  font-size: 70%;
}
#programdetail.searchListPage .date {
  margin-top: 0px;
  color: #666666;
  background-color: #fff;
  font-weight: bold;
  width: 210px;
  text-align: left;
  padding: 0;
  margin-bottom: 0.5rem;
}
#performancesPage.detailPage .title1 .catIcon.夜席 {
  background-color: #006798;
  padding: 3px 8px;
  position: relative;
  top: -3px;
  color: #fff;
  width: 4.5rem;
}
#performancesPage.detailPage .title1 .catIcon.夜席:before {
  content: "";
  background-image: url(../img/pc/common/i_index05_on.png);
  display: inline-block;
  width: 1.8rem;
  height: 1.3rem;
  position: relative;
  top: 0.2rem;
  left: 1px;
  right: 0;
  bottom: 0;
}
#performancesPage.detailPage .title1 .catIcon.昼席 {
  background-color: #23b1e4;
  padding: 3px 11px;
  position: relative;
  top: -3px;
  color: #fff;
  width: 4.5rem;
}
#performancesPage.detailPage .title1 .catIcon.昼席:before {
  content: "";
  background-image: url(../img/pc/common/i_index04_on.png);
  background-size: 92%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  position: relative;
  top: 5px;
  left: 3px;
  right: 0;
  bottom: 0;
}
#performancesPage.detailPage .title1 .catIcon.朝席 {
  background-color: #ec9049;
  padding: 3px 8px;
  position: relative;
  top: -3px;
  color: #fff;
  width: 4.5rem;
}
#performancesPage.detailPage .title1 .catIcon.朝席:before {
  content: "";
  background-image: url(../img/pc/common/i_index03_on.png);
  display: inline-block;
  width: 1.8rem;
  height: 1.3rem;
  position: relative;
  top: 5px;
  left: 1px;
  right: 0;
  bottom: 0;
}
#performancesPage.detailPage #programdetail.searchListPage .title1 {
  margin-top: 10px;
  padding-bottom: 0.5rem;
}
#performancesPage.detailPage
  #programdetail.searchListPage
  .title1
  a[title="昼席 "] {
  display: none;
}
#performancesPage.detailPage .searchListPage .list1 li:nth-of-type(n + 2) {
  margin-top: 80px;
}
#searchform input {
  display: block;
  border-radius: 25px;
  padding: 5px 18px 2px;
  border: 1px solid #898989;
  font-size: 16px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.3rem;
  text-align: center;
}
#searchform .searchsubmit {
  display: none;
}
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi span {
  border: none;
  display: block;
  width: auto;
  margin-top: calc(3000% / 580);
  padding: 3px 10px 2px 11px;
}
.wp-pagenavi a {
  text-decoration: none;
  border: 1px solid #bfbfbf;
  padding: 3px 10px 2px 11px;
  margin-left: 0.6rem;
  background-color: #ebedee;
  margin-top: calc(3000% / 580);
  color: #000;
  display: inline-block;
}
.wp-pagenavi span.current {
  font-weight: bold;
  /* width: 1.2rem; */
  display: inline-block;
  background-color: #0f1936;
  color: #fff;
  /* height: 1rem; */
}
.wp-pagenavi .current:last-of-type {
  margin-left: 0.6rem;
}
.wp-pagenavi a:last-of-type {
  margin-right: 0;
}
.youtube-parent {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 80px;
}
.youtube {
  width: 100%;
  /* width: 1100px; */
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-left: 5%;
}
.g-calendar-kasikan iframe {
  height: 600px;
}
.cal_wrapper {
  max-width: 960px;
  min-width: 300px;
  margin: 2.0833% auto;
}
.googlecal {
  position: relative;
  padding-bottom: 100%;
  height: 0;
}
.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (min-width: 768px) {
  .googlecal {
    padding-bottom: 75%;
  }
}
.pconly {
  display: none;
}
.sponly {
  display: block;
}
.rentallead {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  font-weight: 700;
}
.flex {
  display: flex;
  flex-flow: row wrap;
}
.rentalinfo {
  width: 100%;
  padding: 0;
  border-bottom: none;
  border-top: 1px solid #e0e0e0;
}
.rentalinfo dt {
  width: 100%;
  padding: 20px 0 0 0;
  border-top: none;
  font-weight: 700;
}
.rentalinfo dd {
  width: 100%;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e0e0e0;
}
.rentalinfo dd dt {
  width: 20%;
  margin-bottom: 0px;
  padding: 0;
  border-bottom: none;
  border-top: none;
  font-weight: 500;
}
.rentalinfo .more {
  color: #e50211;
  font-weight: 700;
  margin-top: 10px;
}
.rentalinfo .more a {
  text-decoration: none;
  color: #e50211;
  border-bottom: solid 2px #e50211;
}
.rentalinfo dd dd {
  width: 80%;
  position: relative;
  padding: 0;
  border-bottom: none;
  border-top: none;
}
.rentalinfo dd dd span {
  display: block;
  width: auto;
  position: relative;
}
.rentalinfo dd dd span.next {
  padding-left: 40px;
  color: #e50213;
}
.rentalinfo dd dd span.pre:after {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 100%;
  border-top: double 7px #e50211;
  height: 10px;
}
.rentalinfo dd dd span.next:before {
  content: url(../img/pc/detail/kashikan_06.svg);
  position: absolute;
  top: 0;
  left: 11px;
  width: 21px;
}
.campaign {
  width: calc(100% - 40px);
  padding: 60px 20px;
  text-align: left;
  background-color: #fadedc;
}
.campaign h3 {
  font-size: 1.3rem;
  color: #e50213;
  text-align: center;
  font-weight: 700;
}
.campaign h2 {
  font-size: 1.7rem;
  margin-bottom: 50px;
  font-weight: 700;
  text-align: center;
}
.campaign h2 span {
  border-bottom: 2px solid #e50213;
}
.campaign dl {
  width: 78%;
  margin: 30px auto 20px;
  font-size: 1.4rem;
  text-align: left;
  position: relative;
  font-weight: 700;
}
.campaign dl:after {
  content: none;
  position: static;
  top: 0;
  right: 0;
  width: 0;
}
.campaign dt {
  width: 42%;
  margin-bottom: 10px;
}
.campaign dd {
  width: 58%;
  position: relative;
  flex-flow: column;
}
.campaign dd span {
  display: block;
  width: max-content;
  position: relative;
}
.campaign dd span.next {
  padding-left: 0;
  color: #e50213;
  padding-top: 15px;
  margin-bottom: 20px;
}
.campaign dd span.pre:after {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 100%;
  border-top: double 7px #e50211;
  height: 10px;
}
.campaign dd span.next:before {
  content: url(../img/pc/detail/kashikan_06.svg);
  position: absolute;
  top: -9px;
  left: 30px;
  width: 21px;
  transform: rotate(90deg);
}
.rental-btn {
  width: 100%;
  height: 64px;
  margin: 30px auto 0;
}
.rental-btn a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  background-color: #e50213;
  display: block;
  width: 100%;
  height: calc(64px - 0.5em);
  padding-top: 0.4em;
  text-align: center;
}
.rental-btn2 a {
  background-color: #000;
}
.campdate {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.campdate span {
  font-size: 1.2rem;
}
.example-rental {
  text-align: center;
  margin-top: 60px;
}
.example-rental h2 {
  font-size: 1.5em;
  position: relative;
  display: table;
  margin: 0 auto;
  font-weight: 700;
}
.example-rental h2:before {
  content: "＼";
  position: absolute;
  top: 0;
  left: -30px;
  font-size: 1em;
  font-weight: 700;
}
.example-rental h2:after {
  content: "／";
  position: absolute;
  top: 0;
  right: -35px;
  font-size: 1em;
  font-weight: 700;
}
.exmbox {
  width: 100%;
  margin: 40px auto;
  justify-content: space-between;
  flex-flow: column;
}
.exmbox li {
  width: calc(100% - 40px);
  border: 1px solid #003f97;
  padding: 20px;
  justify-content: space-between;
  margin-bottom: 40px;
}
.exmbox li div {
  width: 52%;
  text-align: left;
}
.exmbox li:nth-child(2) {
  flex-flow: row-reverse;
}
.exmbox li h3 {
  font-size: 1.2em;
  color: #003f97;
  margin-bottom: 5px;
  font-weight: 700;
}
.exmbox li img {
  width: 38%;
}
/*　Googleカレンダー埋め込み  */
.g-calendar {
  text-align: center;
}
.g-calendar iframe {
  width: 100%;
  max-width: 800px;
  height: 640px;
}
@media (min-width: 768px) {
  .g-calendar iframe {
    height: 900px;
  }
}
@media screen and (max-width: 560px) {
  img.postimg-01 {
    width: auto;
    height: auto;
    max-width: 50%;
    margin: 0 auto;
    display: block;
  }
}
#tanimachi-info dl dd .wpcf7-radio.tokuten2 input {
  min-height: unset;
  width: auto;
}
#tanimachi-info .btn input {
  margin-bottom: 10px;
}
/* 250325 落語まつりバナー */
.bnr-rakugomatusri {
  margin: 55px auto 0;
  max-width: 800px;
  width: 90%;
}
.bnr-rakugomatusri img {
  width: 100%;
}
.youtube-parent {
  margin-top: 35px;
  margin-bottom: 45px;
}

/* 250930 cf7一新 */
.js-cf7-wrap {
  margin-top: 80px;
}
.js-cf7-wrap .item-wrap {
  margin-top: 50px;
}
.js-cf7-wrap .item-wrap > * + * {
  margin-top: 40px;
}
.js-cf7-wrap .item__required {
  color: #ff0000;
}
.js-cf7-wrap .item__ttl {
  color: #004096;
  font-size: 115%;
}
.js-cf7-wrap .item__txt {
  margin-top: 10px;
  position: relative;
}
.js-cf7-wrap .item__txt :is(input, textarea) {
  border: 1px solid #004096 !important;
  cursor: auto !important;
}
.js-cf7-wrap .wpcf7-radio {
  justify-content: flex-start;
  gap: 20px;
}
.js-cf7-wrap .item--zip .item__txt input {
  padding-left: 30px;
}
.js-cf7-wrap .item--zip .item__txt::before {
  content: "〒";
  position: absolute;
  left: 10px;
  top: 7px;
  color: #004096;
  z-index: 2;
}
.js-cf7-wrap.js-cf7-confirm-wrap .item--zip .item__txt::before {
  position: static;
}
.js-cf7-wrap .item--address {
  margin-top: 10px;
}
.js-cf7-wrap .item__txt input[type="number"] {
  width: 100px;
}
.js-cf7-wrap .item--price .item__txt::before {
  content: "1口 1万円 ×";
  margin-right: 10px;
}
.js-cf7-wrap .item--price .item__txt::after {
  content: "口";
  margin-left: 10px;
}
.js-cf7-wrap .btn {
  background: #004096;
  border: 1px solid #004096;
  font-size: 115%;
  color: #fff;
  letter-spacing: 0.1em;
  height: 50px;
  width: 200px;
}
.js-cf7-wrap .btn--confirm,
.js-cf7-wrap .btn-wrap {
  margin-top: 50px;
}
.js-cf7-wrap .btn--back {
  background: #fff;
  color: #004096;
}
/* spのみ */
.js-cf7-wrap :is(.item--zip, .item--tel, .item--fax) .item__txt input {
  width: 80%;
}
.js-cf7-wrap .wpcf7-radio {
  display: block;
}
.js-cf7-wrap .wpcf7-list-item {
  display: block;
}
#tanimachi-info {
  margin-top: 100px;
}
.wrap:has(#tanimachi-info) + #tanimachi {
  margin-top: 50px;
}
.wpcf7-turnstile {
margin: 0 auto;
width: fit-content;
margin-top: 60px;
}
.js-cf7-wrap .btn--confirm{
	margin-top:20px;
}
footer .pia-bnr{
	width:700px;
	max-width:100%;
	margin:0 auto 30px;
}
footer .pia-bnr img{
	  max-width: 100%;
  height: auto;
}