@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 共通
************************************/
.bn a {
  overflow: hidden;
  width: calc(100% - 4px);
  padding: 10px 0;
  font-size: 24px;
  text-align: center;
  border: 2px solid #892527;
  display: inline-block;
  text-decoration: none;
}
a {
  text-decoration: none;
}
.movie {
  position: relative;
  width: 100%;
}
.movie:before {
  content: "";
  display: block;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container {
  max-width: 100%;
}

/* float */
#page_link,
.table,
.article dl#foam {
  display: flex;
  margin: 0;
  padding: 0;
}
#page_link,
.table,
.article dl#foam {
  align-items: flex-start;
  flex-wrap: wrap;
}
ol,
ul,
.article ul li,
.article ol li {
  margin: 0;
  padding: 0;
}

/* table */
.table dt,
.table dd {
  width: 60%;
  padding: 10px;
  border-bottom: 1px dashed #694230;
}
.table dd {
  width: 40%;
}
.table dt:nth-last-child(2),
.table dd:last-child {
  border: none;
}

.center {
  text-align: center;
}
.txtRight,
.table dd {
  text-align: right;
}
.table dd ul {
  margin: 0;
}

/* リスト調整 */
#policy ul li,
#recruit ul li,
#page_link,
#faq ul li,
.route li {
  list-style: none;
}

/* footer */
#footer {
  background: url(/files/footer_bg.jpg) center 0 repeat;
}

/* メイン画像 */
.page h1.entry-title {
  overflow: hidden;
  display: block;
  height: 0;
  width: 100%;
  background-position: center 0;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  margin: 0;
  padding: 0;
}

.pc_br,
.br_sp {
  display: none;
}
.min_txt {
  font-size: 60%;
}

/************************************
** TOP
************************************/
/* スライド */
.widget-content-top {
  display: none;
}
.home .widget-content-top {
  display: block;
}
.home #content-top-in.wrap {
  width: 100%;
}
.slider {
  margin: 0 auto 80px;
  display: none;
}
.slider img {
  height: auto;
  width: 100%;
}
.slick-prev:before,
.slick-next:before {
  color: #000;
}
.header-container-in.hlt-top-menu .logo-header img {
  max-height: 100px !important;
}

/* ブログ */
figure {
  margin: 0;
  padding: 0;
}

.article h2 {
  background: url(/files/h2_bg.jpg) center bottom no-repeat;
  text-align: center;
  font-weight: normal;
  margin-top: 0;
}
.article h3 {
  border: none;
  background: url(/files/h3_bg.jpg) center bottom no-repeat;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
}
.article dd {
  margin: 0;
}

/************************************
** scenario
************************************/
/* カテゴリ */
.sc_icon {
  margin: 20px 0;
  text-align: center;
}
.article .sc_icon li {
  list-style: none;
  background-color: #253f89;
  color: #fff;
  font-size: 13px;
  border-radius: 5px;
  text-align: center;
  padding: 5px 8px;
  display: inline;
}
.sc_icon li.trip {
  background-color: #892527;
}
.sc_icon li.on {
  background-color: #358925;
}
.sc_icon li.onnomi {
  background-color: #800080;
}
.sc_icon li.umeda {
  background-color: #b22222;
}
.sc_icon li.nagoya {
  background-color: #ff8c00;
}
.sc_icon li.all {
  background-color: #8a2be2;
}
.page-body p.story {
  margin-bottom: 0;
  background-color: #f5f5f5;
  padding: 15px;
  text-align: justify;
}

/* あらすじアコーディオン */
.toggle {
  display: none;
}
.option {
  position: relative;
}
.title,
.story_content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.title {
  border: solid 1px #f5f5f5;
  padding: 10px;
  display: block;
}
.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}
.title::after {
  transform: rotate(90deg);
}
.story_content {
  max-height: 0;
  overflow: hidden;
}
.toggle:checked + .title + .story_content {
  max-height: 300px;
  transition: all 1.5s;
}
.toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}

/************************************
** schedule
************************************/
/* タブ切り替え */
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
}
.tab-label {
  color: #694230;
  background: #f0ecea;
  padding: 10px 30px;
  order: -1;
  border-radius: 10px 10px 0 0;
}
.tab-content {
  width: 100%;
  display: none;
}
/* アクティブなタブ */
.tab-switch:checked + .tab-label {
  background-color: #892527;
  color: #fff;
}
.tab-switch:checked + .tab-label + .tab-content {
  display: block;
  border-top: 3px solid #f0ecea;
}
.tab-switch/* ラジオボタン非表示 */ {
  display: none;
}

/* シナリオ個別 */
.weekly dd {
  margin-bottom: 5px;
  border-radius: 5px;
  font-size: 14px;
}
.weekly dd a,
.weekly dd span {
  padding: 10px;
  display: block;
}
.weekly dd:first-child a,
.weekly dd:first-child span {
  margin-bottom: 0;
}

/* シナリオ一覧 */
/*貸切・テストプレイ*/
.cal_kashikiri {
  background-color: #bbb;
}
/*梅田店*/
.cal_ume {
  background-color: #d2e1f2;
}
/*高槻店*/
.cal_taka {
  background-color: #fce4d2;
}
/*限定*/
.cal_non {
  background-color: #fff;
  border: 1px solid #892527;
}

/* シナリオリスト */
#month_list {
  padding: 30px;
  border: 1px solid #dddddd;
}
#month_list li {
  list-style: none;
  width: 254px;
  margin-bottom: 10px;
}
#month_list li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -4px 5px 0;
}

/************************************
** access
************************************/
.route li {
  position: relative;
  margin-bottom: 100px;
}
.route li:after {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
}
.route li:last-child::after {
  background-image: none !important;
}
.fw_b {
  font-weight: bold;
}

/************************************
** policy
************************************/
.article ol ol.frame,
.page-body .article ul.frame {
  border: 1px solid #dddddd;
  padding: 30px 30px 30px 60px;
  margin: 20px auto 50px;
  width: 95%;
}
.page-body .article .policy_list:last-child ul.frame {
  padding: 30px;
}

/************************************
** contact
************************************/
.mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0;
  display: block;
}

/************************************
** レスポンシブ
************************************/
.a-wrap {
  width: 100%;
}
.entry-card-thumb {
  width: 160px;
}

/************************************
** レスポンシブ
************************************/
/* 1023px以上=PC */
@media screen and (min-width: 961px) {
  .admin-panel {
    display: none;
  }
  .pc_br {
    display: block;
  }

  /************************************
  ** 共通
  ************************************/
  .bn a {
    cursor: pointer;
    position: relative;
    transition: 0.3s;
  }
  .bn a:hover {
    color: #fff;
  }
  .bn a::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 120%;
    height: 100%;
    background: #892527;
    transform-origin: right top;
    transform: skewX(-30deg) scale(0, 1);
    transition: transform 0.5s;
  }
  .bn a:hover::before {
    transform-origin: left top;
    transform: skewX(-30deg) scale(1, 1);
  }

  /* 固定ページ設定 */
  .page-body.page-template-default .wrap {
    width: 100%;
  }
  .page-template-default .entry-content {
    width: 1080px;
    margin: 1em auto 3em;
    margin-top: 30px;
  }
  .page-body h2 {
    margin-bottom: 40px;
  }
  .page-body .content {
    margin: 0;
  }
  .page-body .main {
    padding-top: 0;
  }
  .blog .main,
  .blog .sidebar {
    padding-top: 50px;
  }
  #content-top-in.wrap,
  #content-in.wrap {
    padding-top: 100px;
  }

  /* メイン画像設定 */
  .page h1.entry-title,
  .blog #content-in,
  .post-template-default.single .content {
    padding-top: 23vw;
  }
  .page-id-2 h1.entry-title {
    padding-top: 38vw;
  }
  .page-id-2 h1.entry-title {
    background-image: url(/files/main.jpg);
  }
  .page-id-12 h1.entry-title {
    background-image: url(/files/main2.jpg);
  }
  .page-id-3606 h1.entry-title {
    background-image: url(/files/main2-1.jpg);
  }
  .page-id-150 h1.entry-title {
    background-image: url(/files/main3.jpg);
  }
  .page-id-3021 h1.entry-title {
    background-image: url(/files/main3-nagoya.jpg);
  }
  .page-id-16 h1.entry-title {
    background-image: url(/files/main4.jpg);
  }
  .page-id-18 h1.entry-title {
    background-image: url(/files/main5.jpg);
  }
  .page-id-20 h1.entry-title {
    background-image: url(/files/main6.jpg);
  }
  .page-id-23 h1.entry-title {
    background-image: url(/files/main7.jpg);
  }
  .page-id-3121 h1.entry-title {
    background-image: url(/files/main7-nagoya.jpg);
  }
  .page-id-103 h1.entry-title {
    background-image: url(/files/main8.jpg);
  }
  .page-id-772 h1.entry-title {
    background-image: url(/files/main10.jpg);
  }
  .page-id-3105 h1.entry-title {
    background-image: url(/files/main6-nagoya.jpg);
  }

  /* ブログメイン画像 */
  .blog .content,
  .post-template-default.single .content {
    background: url(/files/main9.jpg) center top no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  .blog .content-in,
  .post-template-default.single .content-in {
    margin-top: 50px;
  }
  .sidebar h3 {
    background-color: #892527;
    text-align: center;
    color: #fff;
    font-weight: normal;
  }
  .no-thumbnail .entry-card-meta .entry-card-categorys {
    display: none;
  }

  /* header */
  #header-container-in {
    width: 87%;
    height: 100px;
  }
  #header-container {
    position: fixed;
    width: 100%;
    z-index: 500;
    top: 0;
  }

  /* footer */
  #footer {
    background: url(/files/footer_logo.png) center 60px no-repeat,
      url(/files/footer_bg.jpg) center 0 repeat;
  }
  .footer-bottom {
    margin: 0;
  }
  #footer-in {
    margin-top: 170px;
  }
  #navi-footer {
    margin-bottom: 20px;
  }
  #footer a:hover {
    background-color: transparent;
    border-bottom: 1px solid #fff;
  }

  /* ページ内リンク調整 */
  .page-body .entry-content #shop,
  .page-body .entry-content #online,
  .page-body .entry-content #order,
  .page-body .entry-content #faq_contents,
  .page-body .entry-content #new,
  .page-body .entry-content #mem3,
  .page-body .entry-content #mem4,
  .page-body .entry-content #mem5,
  .page-body .entry-content #mem6,
  .page-body .entry-content #mem7,
  .page-body .entry-content #mem8,
  .page-body .entry-content #mem9 {
    padding-top: 100px;
    margin-top: -100px;
    vertical-align: top;
    display: block;
    scroll-behavior: smooth;
  }
  /* .page-body .entry-content #q1,
  .page-body .entry-content #q2,
  .page-body .entry-content #q3,
  .page-body .entry-content #q4,
  .page-body .entry-content #q5{
    padding-top: 150px;
  } */

  /* float */
  #flex_top,
  #free_content,
  .new-entry-cards,
  .list,
  #price_menu,
  #access_menu,
  .route ul,
  .article dl#foam,
  .days,
  .weekly,
  #month_list,
  #faq dl {
    display: flex;
    margin: 0;
  }
  .list,
  #price_menu,
  #faq dl,
  #price_menu,
  .route ul,
  .days,
  .weekly,
  #month_list {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  /* 調整 */
  #about,
  #top_blog,
  p.about,
  #space p,
  #price_menu,
  #access,
  #hankyu,
  .policy_list {
    margin-bottom: 50px;
  }
  .page-body p.mb30,
  #free_content {
    margin-bottom: 30px;
  }
  /* #terasu h3, #soshage h3, #lock h3, #yusha h3{ font-size: 24px; } */

  /* Gnavi */
  #navi .navi-in > ul > li > a {
    position: relative;
    display: inline-block;
    transition: 0.3s;
    width: 120px;
    height: 0;
    padding-top: 60px;
    display: block;
    overflow: hidden;
    background: url(/files/gnavi.png?v=2) 0 0 no-repeat;
  }
  #navi .navi-in > ul > li#menu-item-167 > a {
    background-position-x: -120px;
    width: 100px;
  }
  #navi .navi-in > ul > li#menu-item-44 > a {
    background-position-x: -220px;
  }
  #navi .navi-in > ul > li#menu-item-39 > a {
    background-position-x: -340px;
    width: 60px;
  }
  #navi .navi-in > ul > li#menu-item-41 > a {
    background-position-x: -400px;
    width: 80px;
  }
  #navi .navi-in > ul > li#menu-item-42 > a {
    background-position-x: -480px;
    width: 90px;
  }
  #navi .navi-in > ul > li#menu-item-40 > a {
    background-position-x: -570px;
    width: 90px;
  }
  #navi .navi-in > ul > li#menu-item-239 > a {
    background-position-x: right;
    width: 60px;
  }

  #navi .navi-in > ul .sub-menu {
    min-width: 100px;
	width:auto;
  }
  #navi .navi-in > ul .sub-menu li {
    width: 120px;
  }
  #navi .navi-in > ul .sub-menu a {
    width: 120px;
    height: 0;
    padding-top: 60px;
    display: block;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.85) url(/files/navi_01.png?v=2) center top
      no-repeat;
  }
  #navi .navi-in > ul > li#menu-item-41 > ul.sub-menu,
  #navi .navi-in > ul > li#menu-item-41 > ul.sub-menu a {
    min-width: 80px;
    width: 80px;
  }
  #navi .navi-in > ul .sub-menu #menu-item-3031 a,
  #navi .navi-in > ul .sub-menu #menu-item-3110 a,
  #navi .navi-in > ul .sub-menu #menu-item-3125 a,
  #navi .navi-in > ul .sub-menu #menu-item-3610 a,
  #navi .navi-in > ul .sub-menu #menu-item-3697 a {
    background-image: url(/files/navi_02.png?v=2);
  } /* 名古屋 */
  #navi .navi-in > ul .sub-menu #menu-item-846 a {
    background-image: url(/files/navi_05.png?v=2);
  } /* 高槻 */
  #navi .navi-in > ul .sub-menu #menu-item-106 a {
    background-image: url(/files/navi_03.png?v=2);
  } /* プライバシーポリシー */
  #navi .navi-in > ul .sub-menu #menu-item-7127 a {
    background-image: url(/files/navi_06.png?v=2);
  } /* マダミセ */

  #navi .navi-in > ul > li > a:hover,
  #navi .navi-in > ul .sub-menu a:hover {
    background-position-y: bottom;
  }
  #navi .navi-in a::after {
    position: absolute;
    bottom: 1px;
    left: 50%;
    content: "";
    width: 0;
    height: 1px;
    background-color: #892527;
    transition: 0.3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #navi .navi-in a:hover::after {
    width: 100%;
  }
  #navi .navi-in a,
  #navi .navi-in a:hover {
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
  }

  /************************************
  ** TOP
  ************************************/
  /* スライド */
  .slider {
    margin: 0 auto 80px;
  }
  .home #content-top-in.wrap {
    width: 95%;
  }

  /* twitter */
  #twitter_log {
    width: 340px;
    height: 500px;
    overflow: hidden;
  }

  /* 無料シナリオ */
  #free {
    width: 710px;
    margin-left: 30px;
  }
  #free_content p {
    margin-left: 20px;
    width: 350px;
  }
  #free_content img {
    width: 340px;
  }

  /* ブログ */
  .no-thumbnail .card-thumb,
  .no-thumbnail .widget-entry-card-pv {
    display: block;
  }
  .new-entry-card-thumb {
    width: 272px !important;
    height: 272px;
    padding: 8px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 0 34px 40px;
  }
  .new-entry-card-thumb:before,
  .new-entry-card-thumb:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .new-entry-card-thumb:before {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  .new-entry-card-thumb:after {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  .new-entry-card-thumb img {
    position: absolute;
    width: 258px;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
  }
  .more {
    font-size: 20px;
  }

  /* リニューアル */
  .page-id-2 #about > p {
    text-align: center;
    margin-bottom: 30px;
  }
  .more,
  .page-id-2 #about > p.more {
    text-align: right;
  }
  .page-id-2 .flexbox {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    height: 100%;
  }
  .page-id-2 #shop_list > .flex {
    width: 520px;
    padding: 25px;
  }
  .page-id-2 #shop_list > .flex:first-child {
    margin-right: 40px;
  }
  .page-id-2 #umeda {
    background-color: #fffdf5;
  }
  .page-id-2 #nagoya {
    background-color: #fff7f7;
  }
  .page-id-2 .article #umeda.flex h3,
  .page-id-2 .article #nagoya.flex h3 {
    display: block;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding: 160px 0 0;
    background: url(/files/umeda_top.jpg) center top no-repeat;
  }
  .page-id-2 .article #nagoya.flex h3 {
    background-image: url(/files/nagoya_top.jpg);
  }
  .page-id-2 #shop_list .twitter_lig {
    margin: 20px 0;
  }
  .page-id-2 ul.flexbox {
    margin-bottom: 0;
  }
  .page-id-2 li.flex {
    list-style: none;
  }
  .page-id-2 li.flex {
    width: 47%;
  }
  .page-id-2 li.flex:first-child {
    margin-right: 28px;
  }
  .page-id-2 #top_mystery a:hover img {
    opacity: 0.7;
  }
  .page-id-2 #top_mystery ul.bana li {
    margin: 0 0 40px;
    width: 520px;
  }
  .page-id-2 #top_mystery ul.bana li:first-child {
    margin-right: 40px;
  }

  .page-id-2 li.flex a.btn,
  .page-id-2 div#takatsuki li.flex a {
    cursor: pointer;
    height: 100%;
    border: 2px solid #892527;
    text-align: center;
    padding: 10px 0;
    display: block;
    font-size: 24px;
    background-color: transparent;
    color: #892527;
    font-weight: normal;
  }

  /************************************
  ** scenario
  ************************************/
  /* ページ内リンク */
  #page_link li a {
    width: 326px;
    margin: 0 50px 30px 0;
    border: 1px solid #892527;
    text-align: center;
    z-index: 1;
    padding: 30px 0;
    display: block;
    background: url(/files/home.png) center center no-repeat;
  }
  #page_link li.online_bn a {
    background-image: url(/files/headphone.png);
  }
  #page_link li.order_bn a {
    background-image: url(/files/people.png);
    padding: 13px 0;
    line-height: 1.7;
  }
  #page_link li:nth-child(2) a,
  #page_link li:nth-child(5) a,
  #page_link li:last-child a {
    margin-right: 0;
  }
  #page_link li.link_bn a {
    font-size: 21px;
  }
  #page_link.contents_nagoya li.new a {
    width: 702px;
  }

  /* 表 */
  .public {
    width: 340px;
    margin: 0 30px 30px 0;
    box-shadow: rgba(192, 192, 192, 0.48) 6px 2px 16px 0px,
      rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    padding: 20px 20px 15px;
  }
  .public:nth-child(3n) {
    margin-right: 0;
  }

  /* シナリオページ改修 */
  .page-id-12 #page_link li a {
    width: 340px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .page-id-12 #page_link li:nth-child(3) a,
  .page-id-12 #page_link li:nth-child(6) a,
  .page-id-12 #page_link li:nth-child(9) a {
    margin-right: 0;
  }
  .page-id-12 #new .public, .page-id-3606 #new .public,
  /* test */.page-id-4048 #new .public, .page-id-4380 #new .public,
  .page-id-12 #limited .public, .page-id-3606 #limited .public,
  /* test */.page-id-4048 #limited .public, .page-id-4380 #limited .public{
    width: 515px;
    margin: 0 0 40px;
    padding: 30px;
  }
  .page-id-12 #new .public img,
  .page-id-3606 #new .public img,
   .page-id-12 #limited .public img,
  .page-id-3606 #limited .public img{
    width: 100%;
  }
  .page-id-12 #new .public:nth-child(2n),
  .page-id-3606 #new .public:nth-child(2n),
  /* test */.page-id-4048 #new .public:nth-child(2n), .page-id-4380 #new .public:nth-child(2n),
  .page-id-12 #limited .public:nth-child(2n),
  .page-id-3606 #limited .public:nth-child(2n),
  /* test */.page-id-4048 #limited .public:nth-child(2n), .page-id-4380 #limited .public:nth-child(2n){
    margin-left: 40px;
  }

  /* 調整 */
  #murder_mystery.contents {
    margin-bottom: 40px;
  }
  div.contents {
    margin: 30px auto;
    max-width: 1080px;
  }
  .article p.bn {
    margin-bottom: 0;
  }

  /************************************
  ** schedule
  ************************************/
  .tab-switch:checked + .tab-label + .tab-content {
    padding-top: 50px;
  }

  /* カレンダー */
  .days div {
    width: 154px;
    background-color: #694230;
    padding: 5px;
    color: #fff;
    text-align: center;
  }
  .article .weekly {
    border-bottom: 1px solid #694230;
  }
  .article .weekly dl {
    width: 150px;
    min-height: 300px;
    margin: 1px;
    padding: 5px;
    border-left: 1px solid #694230;
  }
  .article #this_month .first_weekly dl {
    height: 349px;
  }
  .weekly dl:first-child {
    border-left: none;
  }
  .days div:last-child,
  .weekly dl:last-child {
    margin-right: 0;
  }
  .weekly dd {
    margin-bottom: 5px;
    border-radius: 5px;
    font-size: 10.5px;
  }
  .weekly dd:last-child {
    margin-bottom: 0;
  }
  .weekly dd a,
  .weekly dd span {
    padding: 5px;
    display: block;
  }
  .weekly dd:first-child a,
  .weekly dd:first-child span {
    margin-bottom: 0;
  }

  /* シナリオリスト */
  #month_list {
    margin-top: 50px;
  }

  /************************************
  ** price
  ************************************/
  .menu {
    width: 525px;
  }
  .menu:first-child {
    margin-right: 30px;
  }

  /* よくあるご質問 */
  #faq ul {
    background: url(/files/frame_l.jpg) 0 0 no-repeat,
      url(/files/frame_r.jpg) right bottom no-repeat;
    padding: 80px;
    width: 630px;
    margin: 0 auto 50px;
  }
  #faq li {
    list-style: none;
    border-bottom: 1px dashed #694230;
    padding: 10px;
  }
  #faq li:last-child {
    border: none;
  }

  /* 質問詳細 */
  #faq_contents dl {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    height: 100%;
    margin-bottom: 50px;
  }
  #faq_contents dt,
  #faq_contents dd {
    position: relative;
    margin: 0 50px 0 60px;
  }
  #faq_contents dt {
    width: 300px;
  }
  #faq_contents dd {
    width: 560px;
  }
  #faq_contents dt:before,
  #faq_contents dd:before {
    background: url(/files/question.jpg) center center no-repeat;
    background-size: cover;
    width: 36px;
    height: 53px;
    position: absolute;
    content: "";
    left: -50px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  /* #faq dt:before{ top: 100px; } */
  #faq_contents dt:last-child:before {
    top: 0;
  }
  #faq_contents dd:before {
    background-image: url(/files/answer.jpg);
  }
  #faq_contents .txt1 {
    padding: 15px 0;
  }
  #faq_contents .txt2 {
    padding: 25px 0;
  }
  #faq_contents .txt3 {
    padding: 28px 0;
  }

  /************************************
  ** access
  ************************************/
  #access_menu,
  #accessUmeda_menu {
    position: relative;
  }
  #access_menu .table,
  #accessUmeda_menu .table {
    width: 540px;
    position: absolute;
    right: 0;
  }
  #access_menu .table dt,
  #accessUmeda_menu .table dt {
    width: 20%;
  }
  #access_menu .table dd,
  #accessUmeda_menu .table dd {
    width: 80%;
  }
  #access_menu .table a,
  #accessUmeda_menu .table a {
    margin-left: 30px;
  }
  .table .pb30 {
    padding-bottom: 94px;
  }
  .table .pb38 {
    padding-bottom: 39px;
  }
  .table .pb67 {
    padding-bottom: 67px;
  }
  .table .pb94 {
    padding-bottom: 68px;
  }
  .table .pb122 {
    padding-bottom: 122px;
  }
  #access_menu #map,
  #accessUmeda_menu #map {
    width: 500px;
  }

  /* ルート案内 */
  .route li {
    width: 470px;
  }
  .route li:nth-child(odd) {
    margin-right: 140px;
  }
  .route li:nth-child(odd):after {
    background-image: url(/files/arrow1.jpg);
    width: 44px;
    height: 18px;
    top: 190px;
    right: -90px;
  }
  .route li:nth-child(even):after {
    background-image: url(/files/arrow2.jpg);
    width: 78px;
    height: 74px;
    top: 460px;
    left: -110px;
  }

  /************************************
  ** policy
  ************************************/
  .article ul.frame {
    width: 50%;
  }

  /************************************
  ** contact
  ************************************/
  .mw_wp_form .horizontal-item + .horizontal-item {
    width: 100%;
    display: block;
    margin: 0;
  }
  #foam dt,
  #foam dd {
    margin-bottom: 30px;
    width: 50%;
  }

  /************************************
  ** recruit
  ************************************/
  #recruit dl.table dt {
    width: 40%;
  }
  #recruit dl.table dd {
    width: 60%;
  }

  /************************************
  ** 202304改修
  ************************************/
  /* 季節・オンラインありの隣の余白 */
  dl.sc_profile.table.line4 {
    margin-bottom: 73px;
  }

  /* タイトル２行の横余白 */
  h3.line4_pt {
    margin: 15px 0 35px;
  }
  h3.line4_pt3 {
    margin: 30px 0 45px;
  }
} /* ここまでPC */

/* 834px以下=TAB */
@media screen and (max-width: 834px) and (min-width: 481px) {
  /************************************
  ** 共通
  ************************************/
  main.main {
    padding: 0;
  }
  .entry-content {
    padding: 16px 16px 0;
  }
  .page-template-default .entry-content .contents {
    margin-bottom: 30px;
  }

  /* float */
  .list,
  .days,
  .weekly,
  #month_list,
  #price_menu,
  .route ul,
  #foam,
  #flex_top {
    display: flex;
    margin: 0;
  }
  .list,
  .days,
  .weekly,
  #month_list,
  #price_menu,
  .route ul,
  #foam,
  #flex_top {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  /* footer */
  #footer .copyright {
    font-size: 12px;
  }
  .footer-bottom-logo,
  .navi-footer {
    display: none;
  }
  .footer,
  .content {
    margin-top: 5px;
    padding-top: 0;
  }

  /* メイン画像 */
  .page h1.entry-title {
    overflow: hidden;
    display: block;
    height: 0;
    width: 100%;
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    margin: 0;
    padding: 0;
  }
  .page h1.entry-title,
  .blog #content-in,
  .post-template-default.single .content {
    padding-top: 31.25vw;
  }
  .page-id-12 h1.entry-title,
  .page-id-12 h1.entry-title {
    background-image: url(/files/main2_sp.jpg);
  }
  .page-id-150 h1.entry-title {
    background-image: url(/files/main3_sp.jpg);
  }
  .page-id-3021 h1.entry-title {
    background-image: url(/files/main3-nagoya_sp.jpg);
  }
  .page-id-16 h1.entry-title {
    background-image: url(/files/main4_sp.jpg);
  }
  .page-id-18 h1.entry-title {
    background-image: url(/files/main5_sp.jpg);
  }
  .page-id-20 h1.entry-title {
    background-image: url(/files/main6_sp.jpg);
  }
  .page-id-23 h1.entry-title {
    background-image: url(/files/main7_sp.jpg);
  }
  .page-id-3121 h1.entry-title {
    background-image: url(/files/main7-nagoya_sp.jpg);
  }
  .page-id-103 h1.entry-title {
    background-image: url(/files/main8_sp.jpg);
  }
  .page-id-31 h1.entry-title {
    background-image: url(/files/main9_sp.jpg);
  }
  .page-id-772 h1.entry-title {
    background-image: url(/files/main10_sp.jpg);
  }
  .page-id-2 h1.entry-title {
    background-image: url(/files/main_sp.jpg);
  }
  .page-id-3105 h1.entry-title {
    background-image: url(/files/main6-nagoya_sp.jpg);
  }

  /* ブログメイン画像 */
  .blog .content,
  .post-template-default.single .content {
    background: url(/files/main9.jpg) center top no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }

  /************************************
  ** top
  ************************************/
  .slider {
    margin: 0 auto;
  }

  /* ブログ */
  .new-entry-card-thumb {
    width: 35%;
  }

  /* 無料シナリオ */
  #free {
    width: 55%;
    margin-left: 30px;
  }
  #free_content {
    margin-bottom: 10px;
  }
  #free_content img {
    width: 100%;
  }

  /************************************
  ** scenario
  ************************************/
  /* ページ内リンク */
  .article ul#page_link {
    margin-bottom: 50px;
    padding: 0;
  }
  #page_link li {
    width: calc(49% - 2px);
  }
  #page_link li a {
    width: 100%;
    border: 1px solid #892527;
    text-align: center;
    z-index: 1;
    padding: 10px 0;
    display: block;
    position: relative;
  }
  #page_link li.order_bn {
    width: 100%;
  }
  #page_link li.order_bn a {
    margin-top: 20px;
    width: 100%;
  }
  #page_link li:first-child {
    margin-right: 2%;
  }
  #page_link li.link_bn a {
    font-size: 21px;
  }

  /* シナリオ一覧 */
  .page-template-default p.about {
    margin-bottom: 30px;
  }
  .list .public {
    width: 49%;
    margin-bottom: 20px;
  }
  .list .public:nth-child(odd) {
    margin-right: 2%;
  }
  .list .public .sc_profile {
    font-size: 14px;
  }
  .terasu h3,
  .soshage h3 {
    font-size: 24px;
  }

  /************************************
  ** schedule
  ************************************/
  .tab-switch:checked + .tab-label + .tab-content {
    padding-top: 50px;
  }

  /* カレンダー */
  .days div {
    width: 14.285%;
    background-color: #694230;
    padding: 5px;
    color: #fff;
    text-align: center;
  }
  .weekly dl {
    width: 13.285%;
    margin-right: 1%;
  }
  .days div:last-child,
  .weekly dl:last-child {
    margin-right: 0;
  }
  .weekly dd {
    margin-bottom: 5px;
    border-radius: 5px;
    font-size: 14px;
  }
  .weekly dd a,
  .weekly dd span {
    padding: 10px;
    display: block;
  }
  .weekly dd:first-child a,
  .weekly dd:first-child span {
    margin-bottom: 0;
  }

  /* シナリオリスト */
  #month_list {
    margin-top: 50px;
  }

  /************************************
  ** price
  ************************************/
  .menu {
    width: 49%;
  }
  .menu:first-child {
    margin-right: 2%;
  }

  /* よくあるご質問 */
  #faq ul {
    background: url(/files/frame_l.jpg) 0 0 no-repeat,
      url(/files/frame_r.jpg) right bottom no-repeat;
    padding: 80px;
    width: 630px;
    margin: 0 auto 50px;
  }
  #faq li {
    list-style: none;
    border-bottom: 1px dashed #694230;
    padding: 10px;
  }
  #faq li:last-child {
    border: none;
  }

  /* 質問詳細 */
  #faq dt,
  #faq dd {
    width: 90%;
    position: relative;
    margin: 0 0 20px 60px;
  }
  #faq dt:before,
  #faq dd:before {
    background: url(/files/question.jpg) center center no-repeat;
    width: 50px;
    height: 70px;
    position: absolute;
    content: "";
    left: -60px;
    top: 0;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  #faq dd:before {
    background-image: url(/files/answer.jpg);
  }
  #faq dt {
    margin-right: 2%;
  }
  #faq dd {
    margin-bottom: 50px;
  }
  #faq .txt1 {
    padding: 20px 0;
  }
  #faq .txt3 {
    padding: 10px 0;
  }

  /************************************
  ** recruit / access / contact
  ************************************/
  #recruit dl.table dt,
  #access .table dt {
    width: 30%;
  }
  #recruit .table dd,
  #access .table dd {
    width: 70%;
  }
  .table .pb30 {
    padding-bottom: 38px;
  }
  .table .pb94 {
    padding-bottom: 66px;
  }
  #recruit .table ul {
    margin: 0;
  }

  /* ルート案内 */
  .article .route ul {
    margin: 0;
    padding: 0;
  }
  .route li {
    width: 45%;
    margin-bottom: 110px;
  }
  .route li:nth-child(odd) {
    margin-right: 10%;
  }
  .route li:nth-child(odd):after {
    background-image: url(/files/arrow1.jpg);
    width: 44px;
    height: 18px;
    top: 190px;
    right: -55px;
  }
  .route li:nth-child(even):after {
    background-image: url(/files/arrow2.jpg);
    width: 78px;
    height: 74px;
    top: 380px;
    left: -75px;
  }
  #hankyu.route li:last-child,
  #jr.route li:last-child,
  #jr.route li:nth-last-child(2) {
    margin-bottom: 0;
  }

  /* #foam */
  #foam dt,
  #foam dd {
    margin-bottom: 20px;
  }
  #foam dt {
    width: 40%;
    padding-right: 10px;
  }
  #foam dd {
    width: 60%;
  }
} /* ここまでTAB */

/* 480px以下=SP */
@media screen and (max-width: 480px) /* and (orientation: portrait;) */ {
  /************************************
  ** 共通
  ************************************/
  .body,
  .menu-content {
    font-size: 12px;
  }
  .article h2:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .slider,
  .entry-content {
    margin-bottom: 0;
  }
  .page-body .entry-content .contents {
    margin-bottom: 30px;
  }

  #footer .copyright {
    font-size: 12px;
  }
  .footer-bottom-logo,
  .navi-footer {
    display: none;
  }
  .footer,
  .content {
    margin-top: 5px;
    padding-top: 0;
  }

  header,
  main.main {
    width: 100%;
    padding: 0;
  }
  .entry-content {
    width: 90%;
    margin: 0 auto;
  }

  .bn a {
    font-size: 18px;
  }
  .container {
    overflow: hidden;
  }
  .br_sp {
    display: block;
  }

  /* float */
  #page_link {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .table {
    font-size: 14px;
  }

  /* メイン画像 */
  .page-body h1.entry-title,
  .blog .content {
    padding-top: 31.25vw;
    margin-bottom: 20px;
  }
  .page-id-12 h1.entry-title {
    background-image: url(/files/main2_sp.jpg);
  }
  .page-id-3606 h1.entry-title {
    background-image: url(/files/main2-1_sp.jpg);
  }
  .page-id-150 h1.entry-title {
    background-image: url(/files/main3_sp.jpg);
  }
  .page-id-3021 h1.entry-title {
    background-image: url(/files/main3-nagoya_sp.jpg);
  }
  .page-id-16 h1.entry-title {
    background-image: url(/files/main4_sp.jpg);
  }
  .page-id-18 h1.entry-title {
    background-image: url(/files/main5_sp.jpg);
  }
  .page-id-20 h1.entry-title {
    background-image: url(/files/main6_sp.jpg);
  }
  .page-id-23 h1.entry-title {
    background-image: url(/files/main7_sp.jpg);
  }
  .page-id-3121 h1.entry-title {
    background-image: url(/files/main7-nagoya_sp.jpg);
  }
  .page-id-103 h1.entry-title {
    background-image: url(/files/main8_sp.jpg);
  }
  .page-id-31 h1.entry-title {
    background-image: url(/files/main9_sp.jpg);
  }
  .page-id-772 h1.entry-title {
    background-image: url(/files/main10_sp.jpg);
  }
  .page-id-2 h1.entry-title {
    background-image: url(/files/main_sp.jpg);
  }
  .page-id-3105 h1.entry-title {
    background-image: url(/files/main6-nagoya_sp.jpg);
  }
  .page-id-2 h1.entry-title {
    padding-top: 78.25vw;
  }

  /* ブログメイン画像 */
  .blog .content {
    overflow: hidden;
    display: block;
    width: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    margin: 0;
    padding: 31.25vw 0 0;
    background: url(/files/main9_sp.jpg) center top no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }

  /* 調節 */
  .page-body .article ul {
    padding: 0;
    margin: 0;
  }
  .days,
  #faq ul {
    display: none;
  }

  /************************************
  ** top
  ************************************/
  /* スライド */
  .slider {
    margin-bottom: 30px;
  }
  .page-id-2 ul.bana.flexbox {
    list-style-type: none;
  }
  .page-id-2 ul.bana.flexbox li.flex {
    width: 100%;
  }
  .page-id-2 #shop_list .flexbox,
  .page-id-2 #takatsuki .flexbox {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    height: 100%;
    list-style: none;
  }
  .page-id-2 li.flex {
    width: 48%;
  }
  .page-id-2 li.flex:first-child {
    margin-right: 4%;
  }
  .page-id-2 li.flex a.btn,
  .page-id-2 div#takatsuki li.flex a {
    cursor: pointer;
    height: 100%;
    border: 2px solid #892527;
    text-align: center;
    padding: 10px 0;
    display: block;
    font-size: 24px;
    background-color: transparent;
    color: #892527;
    font-weight: normal;
  }
  .page-id-2 #top_mystery p.bana {
    margin-bottom: 0;
  }
  .page-id-2 #top_mystery a img {
    margin: 20px 0;
  }
  .twitter_lig {
    margin-bottom: 20px;
  }

  /* ブログ */
  .new-entry-card-thumb {
    width: 35%;
  }
  #free_content p {
    margin-bottom: 10px;
  }

  /************************************
  ** scenario
  ************************************/
  #page_link {
    margin-bottom: 30px;
  }
  #page_link li {
    width: calc(49% - 2px);
  }
  #page_link li a {
    width: 100%;
    border: 1px solid #892527;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: center;
    display: block;
    cursor: pointer;
  }
  #page_link li:first-child,#page_link li:nth-child(2) {
    width: 100%;
    margin-right: 0;
  }
  #page_link li:nth-child(2n+1):not(:first-child) {
    margin-right: 3%;
  }

  /* カテゴリ */
  .page-body .article ul.sc_icon {
    margin-bottom: 5px;
  }

  .page-body #new p.story,
  .page-body p.story {
    height: auto;
  }
  .public {
    box-shadow: rgba(192, 192, 192, 0.48) 6px 2px 16px 0px,
      rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    padding: 15px;
    margin-bottom: 30px;
  }
  .public p.bn {
    margin-bottom: 0;
  }

  /************************************
  ** schedule
  ************************************/
  .tab-switch:checked + .tab-label + .tab-content {
    padding-top: 30px;
  }
  .tab-label {
    width: 33.3%;
    text-align: center;
    padding: 10px 20px;
  }

  /* スケジュール個別 */
  #this_month .first_weekly dl.date {
    display: none;
  }
  #this_month .first_weekly dl.date:nth-child(6),
  #this_month .first_weekly dl.date:last-child {
    display: block;
  }

  /* 日付付与 */
  .weekly .date dt::after {
    padding-left: 10px;
    content: "Mon.";
    font-size: 12px;
  }
  .weekly .date:nth-child(2) dt::after {
    content: "Tue.";
  }
  .weekly .date:nth-child(3) dt::after {
    content: "Wed.";
  }
  .weekly .date:nth-child(4) dt::after {
    content: "Thu.";
  }
  .weekly .date:nth-child(5) dt::after {
    content: "Fri.";
  }
  .weekly .date:nth-child(6) dt::after {
    content: "Sat.";
  }
  .weekly .date:nth-child(7) dt::after {
    content: "Sun.";
  }

  /* 週分け */
  .weekly::before {
    background-color: #694230;
    content: "";
  }

  /* シナリオリスト */
  #month_list {
    margin-top: 30px;
  }
  #month_list li:last-child {
    margin-bottom: 0;
  }

  /************************************
  ** price
  ************************************/
  /* よくあるご質問 */
  #faq_contents dt,
  #faq_contents dd {
    margin-bottom: 10px;
  }
  #faq_contents dd {
    margin-bottom: 30px;
    clear: both;
  }
  #faq_contents dt::before,
  #faq_contents dd::before {
    content: "";
    background: url(/files/question.jpg) center bottom no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    display: block;
    width: 30px;
    height: 45px;
    float: left;
    margin: 5px 5px 5px 0;
  }
  #faq_contents dd::before {
    background-image: url(/files/answer.jpg);
  }

  /************************************
  ** recruit / access / contact
  ************************************/
  #recruit .table dt,
  #recruit .table dd,
  #access_menu .table dt,
  #access_menu .table dd,
  #accessUmeda_menu .table dt,
  #accessUmeda_menu .table dd,
  #foam dt,
  #foam dd {
    width: 100%;
    border: none;
    text-align: center;
  }
  #recruit .table dt,
  #access_menu .table dt,
  #accessUmeda_menu .table dt,
  #foam dt {
    background-color: #ddd;
  }
  #foam dt {
    padding: 10px 0;
    margin-bottom: 10px;
  }
  #foam dd {
    margin-bottom: 20px;
  }
  #map iframe {
    height: 320px;
  }

  /* アクセス情報　梅田 */ /* 20251123修正 */
  /*.page-id-772 .table dt {
    padding-bottom: 35px;
  }
  .page-id-772 .table dt:nth-child(5) {
    padding-bottom: 10px;
  }
  .page-id-772 .table dt.pb94 {
    padding-bottom: 85px;
  }*/

  /* ルート案内 */
  .route li:after {
    background-image: url(/files/arrow_sp.jpg);
    -webkit-background-size: 100%;
    background-size: 100%;
    left: 0;
    right: 0;
    margin: 20px auto;
    width: 25px;
    height: 60px;
  }
  #jr.route li:last-child {
    margin-bottom: 0;
  }

  /************************************
  ** policy
  ************************************/
  .article ol ol.frame,
  .page-body .article ul.frame {
    border: 1px solid #dddddd;
    padding: 15px 15px 15px 30px;
    margin: 10px auto 30px;
    width: 95%;
  }
  .page-body .article .policy_list:last-child ul.frame {
    padding: 15px;
  }

  /* blog */
  .ect-entry-card .card-meta {
    clear: none;
  }

  .list {
    align-items: flex-start;
    flex-wrap: wrap;
    display: flex;
  }
  .list .public {
    width: 49%;
    margin-bottom: 20px;
  }
  .list .public:nth-child(odd) {
    margin-right: 2%;
  }
  .list .table {
    font-size: 12px;
    margin-bottom: 0;
  }
  .list .table dt {
    width: 40%;
    padding: 5px;
  }
  .list .table dd {
    width: 60%;
    padding: 5px;
  }
  .list .bn a {
    font-size: 13px;
    padding: 5px;
  }
  .list article h3 {
    background-size: 100%;
    font-size: 13px;
  }
  .list article .sc_icon li {
    font-size: 10px;
    padding: 5px;
  }
  .toggle:checked + .title + .story_content {
    max-height: 480px;
  }

  /* 季節・オンラインありの隣の余白 */
  dl.sc_profile.table.line4 {
    margin-bottom: 32px;
  }
  #shisyanokyojutsu dl.sc_profile.table.line4,
  #makoto dl.sc_profile.table.line4 {
    margin-bottom: 0;
  }
  #bba dl.sc_profile.table.line4 {
    margin-bottom: 32px;
  }

  /* アイコン３つ以上 */
  .page-body .list article ul.sc_icon.icon_3 {
    margin: 15px 0 16px;
  }
  .page-body .list article ul.sc_icon.icon_4 {
    margin: 36px 0;
  }

  /* タイトル２行の横余白 */
  h3.line4_sp {
    margin: 10px 0 23px;
  }
  h3.line4_sp2 {
    margin: 20px 0 29px;
  }
} /* ここまでSP */
