@charset "UTF-8";

.mainWrap {
  background: url("../../img/bg.jpg") repeat-x;
  background-size: contain;
}

.in-cont {
  margin: 50px 0;
  background-color: #fff;
  border: 1px solid #cccccc;
}

.in-cont .in-cont_inner {
  padding-bottom: 30px;
}

.in-cont h1 {
  margin: 0;
}

.in-cont h1:hover {
  transition: all 1s;
  opacity: 0.7;
}

.top_nav .accordion {
  display: none;
}

.top_nav .accordion.gion_saiji > .menu-wrap > .menu-sub > .menu-inner > li > a {
  text-align: center;
}

.top_nav .accordion.gion_saiji > .menu-wrap > .menu-sub > .menu-inner > li > a:before {
  content: none !important;
}

.top_nav .accordion.gion_saiji > .menu-wrap > .menu-sub > .menu-inner > li > a > span {
  position: relative;
  margin-left: 0 !important;
  padding-left: 24px !important;
  display: inline-block;
}

.top_nav .accordion.gion_saiji > .menu-wrap > .menu-sub > .menu-inner > li > a > span:before {
  content: "\f35e";
  display: inline-block;
  font-family: "Ionicons";
  font-size: 1.3rem;
  position: absolute;
  top: -4px;
  left: 0;
}

.accordion li .accordion_icon, .accordion li .accordion_icon span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
}

.accordion li .accordion_icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 28px;
  right: 60px;
}

.accordion li .accordion_icon span {
  position: absolute;
  width: 100%;
  height: 5px;
  border-radius: 15px;
  background-color: #d2181a;
}

.accordion li .accordion_icon span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.accordion li .accordion_icon span:nth-of-type(2) {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}

.accordion li .accordion_icon.active span:nth-of-type(1) {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}

.accordion li .accordion_icon.active span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.in-cont_inner.schedule .menu-list li:first-of-type div a {
  background: #b81e3e;
  color: #fff;
}

.in-cont_inner.saiji .menu-list li:nth-of-type(2) div a {
  background: #b81e3e;
  color: #fff;
}

.in-cont_inner.mikoshi .menu-list li:nth-of-type(3) div a {
  background: #b81e3e;
  color: #fff;
  height: 38px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.in-cont_inner.enjoy .menu-list li:last-child div a {
  background: #b81e3e;
  color: #fff;
}

.in-cont_inner.saiji-tenjin .menu-list li:first-of-type div {
  background: #004f76;
}

.in-cont_inner.saiji-tenjin .menu-list li:first-of-type div a {
  color: #fff;
}

.in-cont_inner.schedule-tenjin .menu-list li:nth-of-type(2) div {
  background: #004f76;
}

.in-cont_inner.schedule-tenjin .menu-list li:nth-of-type(2) div a {
  color: #fff;
}

.in-cont_inner.train .menu-list li:last-child div {
  background: #004f76;
}

.in-cont_inner.train .menu-list li:last-child div a {
  color: #fff;
}

.ta-left {
  text-align: left !important;
}

.ta-center {
  text-align: center !important;
}

.ta-right {
  text-align: right !important;
}

.va-top {
  vertical-align: top !important;
}

.va-middle {
  vertical-align: middle !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

.biggerlink {
  cursor: pointer;
}

.top-list {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

.top-list li {
  display: inline-block;
  margin-right: 13px;
  border: 1px solid #ccc;
  font-size: 1.4em;
  max-width: 100%;
  -ms-flex: 1 0;
      flex: 1 0;
}

.top-list li:hover img {
  opacity: 0.6;
}

.top-list li:hover a {
  color: #fff;
  text-decoration: none;
}

.top-list li:last-child {
  margin-right: 0;
  max-width: 100%;
}

.top-list li img {
  vertical-align: top;
}

.top-list li p {
  width: 100%;
  display: table;
  text-align: center;
}

.top-list li p a {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 0;
  height: 48px;
}

.list-gion li {
  border-bottom: 3px solid #d9371e;
}

.list-gion li:hover {
  background-color: #d9371e;
}

.list-gion li a {
  color: #d9371e;
}

.list-gion p span {
  display: inline-block;
  position: relative;
  padding-left: 1.6rem;
  text-align: left;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.4;
  margin-left: -8px;
}

.list-gion p span:before {
  content: "\f362";
  display: inline-block;
  font-family: "Ionicons";
  position: absolute;
  top: 50%;
  left: 1%;
  margin-top: -11px;
}

.list-tenjin {
  margin-bottom: 30px;
}

.list-tenjin li {
  border-bottom: 3px solid #004f76;
}

.list-tenjin li:hover {
  background-color: #004f76;
}

.list-tenjin li a {
  font-size: 0.9em;
  color: #004f76;
}

.list-tenjin .first-line {
  display: inline-block;
  position: relative;
  padding-left: 2.1rem;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
}

.list-tenjin .first-line:before {
  content: "\f362";
  display: inline-block;
  font-family: "Ionicons";
  position: absolute;
  top: 45%;
  left: 5%;
  margin-top: -11px;
  font-size: 1.3em;
}

.list-tenjin .second-line {
  font-weight: bold;
  font-size: 20px;
  display: block;
}

.deta-img {
  margin-bottom: 24px;
}

strong.fz22 {
  font-weight: bold;
  font-size: 120%;
}

h1 {
  margin-bottom: 20px;
}

h1 > a > img {
  width: 100%;
}

.img-sp {
  display: none !important;
}

.time-table {
  margin: 30px;
}

.top-bottun {
  margin: 10px 0 30px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  width: 100%;
  display: table;
}

.top-bottun:hover a {
  color: #fff !important;
  text-decoration: none !important;
}

.top-bottun:hover img {
  opacity: 0.8;
}

.top-bottun .top-bottun__column {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.6rem;
  height: 138px;
}

.top-bottun .top-bottun__column:nth-of-type(1) {
  width: 479px;
}

.top-bottun .top-bottun__column.tenjin p a {
  font-size: 0.8rem;
}

.top-bottun .top-bottun__column.tenjin p a span:before {
  margin-top: -12px;
}

.top-bottun p {
  text-align: center;
}

.top-bottun p a {
  text-align: left;
  padding: 10px;
  display: inline-block;
  position: relative;
}

.top-bottun p a .icon {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  position: relative;
}

.top-bottun p a .icon:before {
  content: "\f362";
  display: inline-block;
  font-family: "Ionicons";
  position: absolute;
  top: 50%;
  left: -11%;
  margin-top: -12px;
}

.top-bottun p a .icon .inner {
  display: block;
  padding-bottom: 1px;
  font-size: 1.08rem;
}

.top-bottun p a .icon.one-line:before {
  top: 50%;
}

.train, .sp-outer {
  cursor: pointer;
}

.train .top-bottun, .sp-outer .top-bottun {
  border-bottom: 3px solid #d00941;
  border-top: 3px solid #d00941;
  transition: .3s;
}

.train .top-bottun:hover > a, .sp-outer .top-bottun:hover > a {
  background: #d9371e;
}

.train .top-bottun:hover > a > .date-text, .sp-outer .top-bottun:hover > a > .date-text {
  color: #fff;
}

.train .top-bottun > a, .sp-outer .top-bottun > a {
  width: 100%;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transition: .3s;
}

.train .top-bottun > a > .date-text, .sp-outer .top-bottun > a > .date-text {
  padding: 25px 15px 25px 26px;
  color: #d00941;
}

.train .top-bottun > a > .date-text > .inner, .sp-outer .top-bottun > a > .date-text > .inner {
  display: block;
}

.train .top-bottun > a > .date-text > .inner > .date, .sp-outer .top-bottun > a > .date-text > .inner > .date {
  font-size: 21px;
  display: block;
  margin-bottom: 10px;
}

.train .top-bottun > a > .date-text > .inner > .text, .sp-outer .top-bottun > a > .date-text > .inner > .text {
  font-size: 49px;
}

.train .top-bottun > a > .date-text > .inner > .more-btn, .sp-outer .top-bottun > a > .date-text > .inner > .more-btn {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.train .top-bottun > a > .date-text > .inner > .more-btn > span, .sp-outer .top-bottun > a > .date-text > .inner > .more-btn > span {
  background: #ff6000;
  border-radius: 5px;
  display: inline-block;
  font-size: 21px;
  color: #fff;
  padding: 9px 22px;
  text-align: center;
}

.train .top-bottun > a > .top-bottun_column, .sp-outer .top-bottun > a > .top-bottun_column {
  width: 100%;
  display: block;
  max-width: 400px;
}

.train .top-bottun > a > .top-bottun_column.-left, .sp-outer .top-bottun > a > .top-bottun_column.-left {
  -ms-flex-order: -1;
      order: -1;
}

.train .top-bottun > a > .top-bottun_column.-right, .sp-outer .top-bottun > a > .top-bottun_column.-right {
  -ms-flex-order: 2;
      order: 2;
}

.sp-outer .top-bottun {
  border: 1px solid #ccc;
  border-bottom: 3px solid #ff6000;
}

.sp-outer .top-bottun:hover > a {
  background: #ff6000 !important;
}

.sp-outer .top-bottun > a > .date-text {
  color: #ff6000;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.sp-outer .top-bottun > a > .date-text > .inner {
  position: relative;
}

.sp-outer .top-bottun > a > .date-text > .inner:after {
  content: "\f362";
  display: inline-block;
  font-family: "Ionicons";
  position: absolute;
  top: 50%;
  left: -11%;
  margin-top: -12px;
}

.sp-outer .top-bottun > a > .date-text > .inner > span {
  display: block;
  font-size: 16px !important;
  font-weight: bold;
  position: relative;
  text-align: left;
  margin-bottom: 5px;
}

.sp-outer .top-bottun > a > .top-bottun_column {
  max-width: 337px;
}

.sp-outer.tenjin > .bottun-tenjin {
  border-bottom: 3px solid #004f76 !important;
}

.sp-outer.tenjin > .bottun-tenjin:hover > a {
  background: #00a0e9 !important;
}

.sp-outer.tenjin > .bottun-tenjin:hover > a > .date-text {
  color: #fff;
}

.sp-outer.tenjin > .bottun-tenjin .top-bottun_column {
  max-width: 477px;
}

.sp-outer.tenjin .top-bottun > a .date-text {
  color: #00a0e9;
}

.sp-outer.tenjin .top-bottun > a .date-text > .inner:after {
  top: 40%;
  left: -13%;
}

.sp-outer.tenjin .top-bottun > a .date-text > .inner > span {
  font-size: 24px !important;
}

.train {
  cursor: pointer;
}

.train .top-bottun > a > .date-text {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6";
}

.top-bnr {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  position: relative;
  z-index: 999;
  width: 510px;
}

.top-bnr li:nth-of-type(1) {
  margin-right: 7px;
}

.top-bnr li a {
  display: inline-block;
}

.top-bnr li a:hover {
  background-color: transparent;
}

.top-bnr li a:hover img {
  visibility: hidden;
}

.top-bnr.gion .gion_btn {
  background: url("../../img/top/btn01_off.png") no-repeat;
}

.top-bnr.gion .tenjin_btn {
  background: url("../../img/top/btn02_on.png") no-repeat;
}

.top-bnr.tenjin .gion_btn {
  background: url("../../img/top/btn01_on.png") no-repeat;
}

.top-bnr.tenjin .tenjin_btn {
  background: url("../../img/top/btn02_off.png") no-repeat;
}

.bottom-bnr {
  background: url("../../img/top/btn01_on-sp.png") no-repeat;
  background-size: contain;
}

.bottom-bnr:hover {
  background-color: transparent;
}

.bottom-bnr:hover img {
  visibility: hidden;
}

.bottom-bnr img {
  width: 100%;
}

.bottom-bnr a {
  display: block;
  width: 100%;
  height: 100%;
}

.menu-list {
  background: url("../../img/menu-list_bg.jpg") repeat-x;
  text-align: center;
  padding: 22px 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d2181a;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu-list li {
  font-size: 25px;
  margin-right: 40px;
  vertical-align: center;
  box-sizing: border-box;
  border: 1px solid #b81e3e;
  width: calc((100% - 40px) / 2);
  margin-bottom: 20px;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.menu-list li:nth-of-type(2n) {
  margin-right: 0px;
}

.menu-list li:nth-of-type(n+3) {
  margin-bottom: 0;
}

.menu-list li:hover {
  background: #b81e3e;
}

.menu-list li:hover a {
  color: #fff;
  text-decoration: none;
}

.menu-list li div {
  width: 100%;
  text-align: center;
  height: inherit;
}

.menu-list li div:hover a p {
  color: #fff;
}

.menu-list li div a {
  padding: 21px 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.7em;
  color: #b81e3e;
}

.menu-list li div a .icon {
  display: inline-block;
  position: relative;
}

.menu-list li div a .icon:before {
  content: "\f362";
  display: inline-block;
  font-family: "Ionicons";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -10px;
}

.menu-list li div a .inner {
  display: block;
  font-size: 0.8em;
}

.menu-list.tenjin {
  padding-bottom: 30px;
  border-bottom: 1px solid #004f76;
}

.menu-list.tenjin li {
  border: 1px solid #004f76;
  margin-bottom: 0;
}

.menu-list.tenjin li:hover {
  background: #004f76;
}

.menu-list.tenjin li:hover a {
  color: #fff;
}

.menu-list.tenjin li div a {
  color: #004f76;
}

.menu-list.tenjin li:nth-of-type(n+3) {
  margin-bottom: 30px;
  display: block;
  margin: 22px 0 0 25px;
}

.cont-list {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  width: 64%;
  margin: 0 auto 10px;
}

.cont-list li {
  display: inline-block;
  position: relative;
  font-size: 1.6em;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  background: #fff9f6;
  margin-right: 17px;
  margin-bottom: 15px;
  width: 280px;
  height: 58px;
}

.cont-list li:nth-child(3n) {
  margin-right: 0px;
}

.cont-list li:last-of-type {
  margin-right: 0px;
}

.cont-list li div {
  font-size: 1.6em;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.cont-list li div a {
  display: -ms-flexbox;
  display: flex;
  font-size: 0.37em;
  text-decoration: none;
  color: #b81e3e;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  transition: 0.2s;
}

.cont-list li div a:hover {
  opacity: 0.6;
}

.cont-list li div a span {
  display: inline-block;
  font-size: 1.3em;
  padding-left: 10px;
  position: relative;
  text-align: left;
}

.cont-list li div a span:before {
  content: "\f35e";
  display: inline-block;
  font-family: "Ionicons";
  position: absolute;
  top: 8%;
  left: -13px;
}

.cont-list.enjoy {
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont-list.enjoy li {
  width: calc((100% - 40px) / 3);
}

.cont-list.enjoy li:nth-of-type(3n) {
  margin-right: 0;
}

.cont-list.enjoy li div a .icon:before {
  content: "\f35e";
  display: inline-block;
  font-family: "Ionicons";
  position: absolute;
  top: 24%;
  left: -13px;
}

.cont-list.enjoy li div a .icon .inner {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.cont-list.enjoy li div a span:before {
  display: none;
}

.cont-list.tenjin_saiji {
  -ms-flex-pack: center;
      justify-content: center;
}

.cont-list.tenjin_saiji li {
  background: #ebf6fb;
}

.cont-list.tenjin_saiji li div .single a {
  color: #004f76;
}

.cont-list.tenjin_saiji li div .single a span {
  color: #004f76;
  font-size: 1rem;
}

.box {
  clear: both;
  border: 1px solid #ccc;
  background: url("../../img/inner-bg.jpg") no-repeat right top;
  margin: 0 20px;
  padding: 25px;
}

.box h3 {
  font-size: 2rem;
  margin: 0 0 25px;
  line-height: 1.2;
  font-weight: bold;
  border-bottom: 3px solid #f4d2d5;
}

.box h3 span {
  display: block;
  font-size: 1.3rem;
  padding-left: 19px;
}

.box h3 span.-saiji {
  font-size: 2rem;
  display: inline-block;
  padding-left: 0;
  padding-bottom: 10px;
  margin-bottom: -3px;
  border-bottom: 3px solid #b81e3e;
}

.box h3.-tenjin {
  border-color: #c9e2ee !important;
}

.box h3.-tenjin span.-saiji {
  border-color: #004f76 !important;
}

.box > .page-top {
  padding: 0;
}

.box .enjoy-cont_inner {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.box .enjoy-cont_inner .enjoy-cont_text {
  width: 44%;
  -ms-flex-order: 1;
      order: 1;
}

.box .enjoy-cont_inner .enjoy-cont_text p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.box .enjoy-cont_inner .enjoy-cont_text .enjoy-description {
  border: 1px solid #ccc;
  font-size: 1.2rem;
  background: #f9f9f9;
  padding: 25px 27px 14px;
  margin-bottom: 30px;
}

.box .enjoy-cont_inner .enjoy-cont_text .enjoy-description h4 {
  border: none;
  font-size: 1.1rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}

.box .enjoy-cont_inner .enjoy-cont_text .enjoy-description .enjoy-box_inner_inside {
  font-size: 1rem;
  padding: 10px 0 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

.box .enjoy-cont_inner .enjoy-cont_text .enjoy-description .enjoy-box_inner_inside tr {
  display: block;
  margin-bottom: 8px;
}

.box .enjoy-cont_inner .enjoy-cont_text .enjoy-description .enjoy-box_inner_inside th {
  font-weight: bold;
  padding-right: 15px;
  white-space: nowrap;
  width: 75px;
}

.box .enjoy-cont_inner .enjoy-cont_text .enjoy-table {
  font-size: 1rem;
}

.box .enjoy-cont_inner .enjoy-cont_text .enjoy-table th, .box .enjoy-cont_inner .enjoy-cont_text .enjoy-table td {
  padding: 10px;
  line-height: 1.5;
}

.box .enjoy-cont_inner .enjoy-cont_text .enjoy-table tr {
  border-bottom: 1px solid #ccc;
}

.box .enjoy-cont_inner .enjoy-cont_text .enjoy-table tr:last-child {
  border-bottom: none;
}

.box .enjoy-cont_inner .enjoy-cont_text .enjoy-table tr th {
  background: #fff9f6;
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
  border-right: 1px solid #ccc;
}

.box .enjoy-cont_inner .enjoy-cont_text .enjoy-table tr td {
  word-break: break-all;
}

.box .enjoy-cont_inner .enjoy-cont_text .enjoy-table tr td a {
  text-decoration: underline;
}

.box .enjoy-cont_inner .enjoy-cont_text .enjoy-table tr td a:hover {
  text-decoration: none;
}

.box .enjoy-cont_inner .enjoy-cont_img {
  width: 50%;
  -ms-flex-order: 2;
      order: 2;
  margin-left: auto;
}

.box .enjoy-cont_inner .enjoy-cont_img p {
  font-size: 0.8rem;
  line-height: 1.6;
  margin: 15px 0;
  text-align: center;
}

.box .saiji-description {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.box .saiji-description .saiji_text {
  width: 50%;
  margin-right: 17px;
}

.box .saiji-description .saiji_text .saiji-h3 {
  width: 415px;
}

.box .saiji-description .saiji_text p {
  font-size: 1rem;
  line-height: 1.6;
}

.box .saiji-description .saiji-cont_img {
  margin-left: auto;
  width: 50%;
}

.box .saiji-description .saiji-cont_img img {
  margin-bottom: 10px;
  max-width: 100%;
}

.box .saiji-caption {
  padding: 27px 30px;
  margin-top: 30px;
  background: url("../../img/saiji/corner-left_top.png"), url("../../img/saiji/corner-left_bottom.png"), url("../../img/saiji/corner-right_bottom.png"), url("../../img/saiji/corner-right_top.png");
  background-position: left top, left bottom, right bottom, right top;
  background-repeat: no-repeat;
  background-color: #f9f9f9;
  background-size: 4%;
}

.box .saiji-caption .saiji-caption__cont {
  display: -ms-flexbox;
  display: flex;
}

.box .saiji-caption .saiji-caption__left {
  width: 474px;
  margin-right: 25px;
}

.box .saiji-caption .saiji-caption__left p {
  font-size: 1rem;
  line-height: 1.5;
}

.box .saiji-caption .saiji-caption__left p .note {
  font-size: 0.8rem;
  display: inline-block;
  margin-top: 6px;
}

.box .saiji-caption .saiji-caption__left.none {
  width: 100%;
}

.box .saiji-caption .saiji-caption__right {
  box-sizing: border-box;
  padding-left: 10px;
}

.box .saiji-caption .point {
  border-bottom: 3px solid #f4e7aa;
  padding-bottom: 7px;
  margin-bottom: 15px;
}

.box .saiji-caption .point > span {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: -10px;
  border-bottom: 3px solid #d3b00c;
}

.box .saiji-caption .point > span > span {
  background-color: #d3b00c;
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}

.box .saiji-caption p .caution {
  font-size: 0.8em;
  display: block;
  margin-top: 10px;
}

.box.tenjin .saiji-description .saiji_text h3 {
  border-bottom: 3px solid #004f76;
}

.box.tenjin .saiji-description .saiji_text h3 span {
  padding-left: 0;
  padding-bottom: 6px;
}

.box.tenjin .saiji-description .saiji_text h4 {
  color: #004f76;
}

.footnav_sp {
  display: none;
}

.page-top {
  display: block;
  text-align: right;
  padding: 0 25px;
  margin: 8px 0 50px;
}

.page-top a span {
  text-decoration: underline;
  font-size: 13px;
  display: inline-block;
}

.page-top a span:before {
  content: "\f364";
  display: inline-block;
  font-family: "Ionicons";
  position: absolute;
  margin: -1px 0 0 -21px;
  color: #b81e3e;
  font-size: 1.1rem;
}

.page-top a span:hover {
  text-decoration: none;
}

.page-top.tenjin a {
  color: #00479d;
}

.page-top.tenjin a span:before {
  color: #00479d;
}

.page-top.-last {
  margin-bottom: 30px !important;
}

.shop-map-sp {
  display: none;
}

.map-btn {
  margin: 30px auto 15px;
  text-align: center;
  width: 36%;
}

.map-btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  color: #d9371e !important;
  font-weight: bold;
}

.map-btn a > p {
  padding: 20px 0px 18px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff9f6;
}

.map-btn a > p:hover {
  background: #d9371e;
  color: #fff;
}

.map-btn a > p > span {
  font-size: 16px;
}

.map-btn a > p > span:before {
  content: "\f3a3";
  display: inline-block;
  font-family: "Ionicons";
  position: absolute;
  margin: 0 0 0 -25px;
}

.map-btn.tenjin a p {
  background: #eef9ff !important;
}

.map-btn.tenjin a p:hover {
  background: #0068b7 !important;
  color: #fff;
}

.map-btn.tenjin a p:hover span {
  background: #0068b7;
  color: #fff;
}

.map-btn.tenjin a p span {
  width: 97%;
  color: #0068b7;
  padding-left: 10px;
}

.root-ttl {
  text-align: center;
  margin-top: 30px;
}

.root-box-pc {
  width: 93.6%;
  margin: auto;
  background: #f9f9f9;
}

.root-box-pc .tab-box {
  width: 650px;
  margin: 17px auto 0;
  padding: 20px 0;
  box-sizing: border-box;
}

.root-box-pc .tab-box label {
  display: inline-block;
  width: 281px;
  padding: 19px 15px;
  cursor: pointer;
  background: #fff;
  color: #b81e3e;
  text-align: center;
  margin-right: 23px;
  font-size: 1rem;
  border-radius: 5px 5px 0 0;
  border: 1px solid #ccc;
  border-bottom: none;
  float: right;
}

.root-box-pc .tab-box label:first-of-type {
  margin-right: 0;
}

.root-box-pc .tab-box label span {
  display: inline-block;
  position: relative;
  padding-left: 1.6rem;
}

.root-box-pc .tab-box label span:before {
  content: "\f35e";
  display: inline-block;
  font-family: "Ionicons";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
}

.root-box-pc .tab-box label:hover {
  background: #b81e3e;
  color: #fff;
}

.root-box-pc .tab-box input:checked + label {
  border: 1px solid #b81e3e;
  background: #b81e3e;
  color: #fff;
}

.root-box-pc .tab-box input {
  display: none;
}

.root-box-pc .tab-box #tab-box-b1,
.root-box-pc .tab-box #tab-box-b2 {
  clear: both;
  display: none;
  margin-top: -1px;
}

.root-box-pc .tab-box #tab-box-1:checked ~ #tab-box-b1,
.root-box-pc .tab-box #tab-box-2:checked ~ #tab-box-b2 {
  display: block;
  text-align: center;
  margin-top: -1px;
}

.root-box-pc.tenjin .tab-box {
  width: 780px;
}

.root-box-pc.tenjin .tab-menu {
  margin-top: 0;
}

.root-box-pc.tenjin .tab-menu #tab-box-b1 {
  display: block;
}

.root-box-sp {
  display: none;
}

.saiji_date .map-btn > a > p {
  background: #fff9f6;
}

.saiji_date .map-btn > a > p:hover {
  background: #d9371e;
}

.mt-0, .mv-0 {
  margin-top: 0 !important;
}

.mb-0, .mv-0 {
  margin-bottom: 0 !important;
}

.mt-5, .mv-5 {
  margin-top: 5px !important;
}

.mb-5, .mv-5 {
  margin-bottom: 5px !important;
}

.mt-10, .mv-10 {
  margin-top: 10px !important;
}

.mb-10, .mv-10 {
  margin-bottom: 10px !important;
}

.mt-15, .mv-15 {
  margin-top: 15px !important;
}

.mb-15, .mv-15 {
  margin-bottom: 15px !important;
}

.mt-20, .mv-20 {
  margin-top: 20px !important;
}

.mb-20, .mv-20 {
  margin-bottom: 20px !important;
}

.mt-25, .mv-25 {
  margin-top: 25px !important;
}

.mb-25, .mv-25 {
  margin-bottom: 25px !important;
}

.mt-30, .mv-30 {
  margin-top: 30px !important;
}

.mb-30, .mv-30 {
  margin-bottom: 30px !important;
}

.mt-35, .mv-35 {
  margin-top: 35px !important;
}

.mb-35, .mv-35 {
  margin-bottom: 35px !important;
}

.mt-40, .mv-40 {
  margin-top: 40px !important;
}

.mb-40, .mv-40 {
  margin-bottom: 40px !important;
}

.mt-45, .mv-45 {
  margin-top: 45px !important;
}

.mb-45, .mv-45 {
  margin-bottom: 45px !important;
}

.mt-50, .mv-50 {
  margin-top: 50px !important;
}

.mb-50, .mv-50 {
  margin-bottom: 50px !important;
}

.pgh-note {
  margin: 20px 0 25px;
  position: relative;
  padding-left: 1em;
  font-size: 1em;
  line-height: 1.5;
}

.pgh-note > .mark {
  position: absolute;
  top: 0;
  left: 0;
}

.pt-0, .pv-0 {
  paddgin-top: 0 !important;
}

.pb-0, .pv-0 {
  padding-bottom: 0 !important;
}

.pt-5, .pv-5 {
  padding-top: 5px !important;
}

.pb-5, .pv-5 {
  padding-bottom: 5px !important;
}

.pt-10, .pv-10 {
  padding-top: 10px !important;
}

.pb-10, .pv-10 {
  padding-bottom: 10px !important;
}

.pt-15, .pv-15 {
  padding-top: 15px !important;
}

.pb-15, .pv-15 {
  padding-bottom: 15px !important;
}

.pt-20, .pv-20 {
  padding-top: 20px !important;
}

.pb-20, .pv-20 {
  padding-bottom: 20px !important;
}

.pt-25, .pv-25 {
  padding-top: 25px !important;
}

.pb-25, .pv-25 {
  padding-bottom: 25px !important;
}

.pt-30, .pv-30 {
  padding-top: 30px !important;
}

.pb-30, .pv-30 {
  padding-bottom: 30px !important;
}

.pt-35, .pv-35 {
  padding-top: 35px !important;
}

.pb-35, .pv-35 {
  padding-bottom: 35px !important;
}

.pt-40, .pv-40 {
  padding-top: 40px !important;
}

.pb-40, .pv-40 {
  padding-bottom: 40px !important;
}

.pt-45, .pv-45 {
  padding-top: 45px !important;
}

.pb-45, .pv-45 {
  padding-bottom: 45px !important;
}

.pt-50, .pv-50 {
  padding-top: 50px !important;
}

.pb-50, .pv-50 {
  padding-bottom: 50px !important;
}

.roll:hover, .roll:active, .roll:focus {
  opacity: 0.7;
}

.in-table {
  border-collapse: collapse;
  margin: 17px 10px 0 10px;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 100%;
}

.in-table tr:first-child {
  background-color: #eee;
}

.in-table tr th {
  color: #fff;
  font-size: 1rem;
  width: 245px;
  padding: 18px 25px 22px;
  text-align: right;
  border-bottom: 1px solid #fff;
  vertical-align: baseline;
  line-height: 1.5;
  background: #e8a7b4;
}

.in-table tr th.date-th {
  background: #c9374b;
}

.in-table tr th span {
  display: block;
  font-size: 0.9em;
}

.in-table tr td {
  border-bottom: 1px solid #ccc;
  padding: 15px 15px 15px 24px;
  width: 71%;
  font-size: 14px;
}

.in-table tr td span {
  display: block;
  color: #d2181a;
  font-weight: bold;
  font-size: 16px;
}

.in-table tr td .sp-block {
  font-size: 1rem;
}

.in-table tr td .sp-block span {
  font-weight: normal;
  color: #000;
  font-size: 0.92rem;
}

.in-table tr td.event-th {
  border-bottom: none;
}

.in-table tr:nth-of-type(1) td {
  background: #eeeeee;
  font-weight: bold;
  font-size: 1rem;
}

.in-table.tenjin {
  max-width: 100%;
}

.in-table.tenjin tr th {
  border-right: none;
  background: #5f9ece;
}

.in-table.tenjin tr th.date-th {
  background: #3172b4;
}

.in-table.tenjin tr td span {
  display: initial;
  color: #004f76;
}

.in-table-box {
  display: -ms-flexbox;
  display: flex;
}

.in-table-box.-start {
  -ms-flex-align: start;
      align-items: flex-start;
}

.in-table-box .in-table-box__left {
  font-size: 1rem;
  display: inline-block;
  width: 326px;
  box-sizing: border-box;
  padding-right: 30px;
}

.in-table-box .in-table-box__left p {
  color: #e10a0a;
  font-size: 17px;
  font-weight: bold;
}

.in-table-box .in-table-box__right {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}

.in-table-box a {
  margin-left: auto;
}

.in-table-box.no-flex {
  display: block;
}

.saiji-table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
  margin-top: 30px;
}

.saiji-table tr th {
  background-color: #eee;
  padding: 5px 10px;
  width: 5em;
}

.saiji-table tr td {
  padding: 5px 10px;
}

.mikoshi-date {
  margin-bottom: 30px;
  width: 49%;
}

.mikoshi-date table tr {
  font-size: 1rem;
  border-bottom: 1px solid #ccc;
}

.mikoshi-date table tr th {
  background-color: #ee8596;
  border-right: 1px solid #ccc;
  padding: 35px 14px;
  width: 8em;
  font-weight: bold;
  box-sizing: border-box;
  color: #fff;
}

.mikoshi-date table tr td {
  padding: 5px 15px;
  box-sizing: border-box;
}

.mikoshi-date table tr:last-child {
  border-bottom: none;
}

.saiji_date table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-collapse: inherit;
}

.saiji_date tr, .saiji_date th, .saiji_date td {
  padding: 15px 24px;
  font-size: 1rem;
}

.saiji_date tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.saiji_date th {
  background: #626262;
  box-shadow: 0 0 0 1px #fff inset;
  color: #fff;
  text-align: center;
  width: auto;
  white-space: nowrap;
}

.saiji_date td {
  font-weight: bold;
  position: relative;
  z-index: 2;
}

.saiji_date a {
  text-decoration: underline;
  color: #00479d;
}

.saiji_date .table-sp {
  display: none;
}

.saiji_date .table-sp.gion td:nth-of-type(2) {
  border-bottom: 2px solid #ccc;
}

.key-person-box {
  max-width: 619px;
}

.key-person-box.tenjin {
  max-width: 430px;
  width: 100%;
}

.key-person-box .key-person {
  background: #f9f9f9;
  border: 1px solid #ccc;
  margin-top: 12px;
  padding: 20px 25px;
  display: -ms-flexbox;
  display: flex;
}

.key-person-box .key-person .key-person_left {
  width: 66%;
  line-height: 1.5;
}

.key-person-box .key-person .key-person_left .key-person_ttl {
  display: block;
  border-bottom: 1px solid #ccc;
  width: 92%;
  padding-bottom: 10px;
}

.key-person-box .key-person .key-person_left p {
  margin-top: 26px;
  width: 92%;
}

.key-person-box .key-person .key-person_left ul {
  width: 92%;
  margin-top: 3px;
}

.key-person-box .key-person .key-person_left ul li {
  list-style: disc;
  margin-left: 18px;
  color: #004f76;
  margin-bottom: 10px;
}

.key-person-box .key-person .key-person_left ul li span {
  color: #000;
  font-weight: normal;
}

.key-person-box .key-person .key-person_right {
  width: 34%;
  -ms-flex: 1 0;
      flex: 1 0;
}

.key-person-box .key-person .key-person_right img {
  max-width: 100%;
}

.key-person-box .key-person.tenjin {
  margin-bottom: 30px;
  display: block;
  padding: 13px 25px;
}

.key-person-box .key-person.tenjin .key-person_ttl {
  display: block;
  font-size: 1.1rem;
  color: #004f76;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.key-person-box .key-person.tenjin .key-person_ttl span {
  font-size: 0.95rem;
}

.key-person-box .key-person.tenjin .key-person_body {
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
}

.key-person-box .key-person.tenjin .key-person_body .key-person_left {
  margin-right: 13px;
  width: 101px;
}

.key-person-box .key-person.tenjin .key-person_body .key-person_right p {
  font-size: 1rem;
  line-height: 1.6;
}

.top-lead {
  text-align: center;
  padding: 27px 120px 32px;
  margin: 30px 0;
  font-size: 16px;
  font-weight: bolder;
  line-height: 1.7;
  background: url("../../img/top/lead-bg.jpg") repeat-y;
  background-position: center;
}

.top-lead p {
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
}

.lead-gion {
  border-top: 3px double #d9371e;
  border-bottom: 3px double #d9371e;
}

.lead-gion p {
  color: #d9371e;
}

.lead-tenjin {
  border-top: 3px double #004f76;
  border-bottom: 3px double #004f76;
}

.lead-tenjin p {
  color: #004f76;
}

.in-cont h2 {
  border: 1px solid #cccccc;
  border-left: 5px solid #b81e3e;
  color: #b81e3e;
  padding: 15px 26px;
  font-size: 32px;
  background: url("../../img/h2.png");
  background-repeat: no-repeat;
  background-position: 93% 50%;
  background-size: cover;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 10px 20px;
}

.in-cont h2 span {
  font-size: 0.68em;
  display: block;
}

.in-cont h2.tenjin {
  color: #004f76;
  border-left: 5px solid #004f76;
}

.in-cont .sp {
  display: none;
}

.in-cont .anchor {
  padding: 0 30px;
  font-size: 1rem;
}

.box h4 {
  color: #b81e3e;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.box h5 {
  font-size: 1.13rem;
  font-weight: bold;
  padding: 0.28em 0.56em;
  background: transparent;
  border-left: solid 5px #b81e3e;
  margin-bottom: 10px;
}

.mikoshi-map h5 {
  margin-top: 35px;
}

.mikoshi-map .map-img {
  text-align: center;
}

.tenjin-schedule {
  font-size: 21px;
  margin: 24px 0 0px 12px;
  color: #004f76;
}

@media screen and (max-width: 992px){

  #contents:not(.no-resp) html{
    overflow-x: hidden !important;
  }
}

@media screen and (max-width: 768px){

  #contents:not(.no-resp) #main{
    padding-top: 0;
    display: block;
  }

  #contents:not(.no-resp) .mainWrap{
    background-size: auto;
  }

  #contents:not(.no-resp) .in-cont{
    border: none;
    margin-bottom: 0;
    margin-top: 19px;
  }

  #contents:not(.no-resp) .in-cont .in-cont_inner{
    padding: 15px 15px 0;
  }

  #contents:not(.no-resp) ._mt25-sp{
    margin-top: 25px;
  }

  #contents:not(.no-resp) ._mb60{
    margin-bottom: 60px;
  }

  #contents:not(.no-resp) .top_nav .accordion{
    display: block;
    font-size: 1.3rem;
  }

  #contents:not(.no-resp) .top_nav .accordion .menu-wrap{
    width: 90%;
    border: 4px solid #ccc;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 10px;
    font-size: 1.1rem;
    text-align: center;
  }

  #contents:not(.no-resp) .top_nav .accordion .menu-wrap .menu-sub{
    position: relative;
    list-style: none;
    background: #fff;
    border-radius: 5px;
  }

  #contents:not(.no-resp) .top_nav .accordion .menu-wrap .menu-sub a{
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding: 21px 3em;
    position: relative;
  }

  #contents:not(.no-resp) .top_nav .accordion .menu-wrap .menu-sub a h5{
    font-weight: bold;
    color: #000;
  }

  #contents:not(.no-resp) .top_nav .accordion .menu-wrap .menu-sub .menu-inner{
    line-height: 1.8;
    background: #fff9f6;
    text-align: left;
    font-size: 1.2rem;
  }

  #contents:not(.no-resp) .top_nav .accordion .menu-wrap .menu-sub .menu-inner li{
    border-top: 2px solid #ccc;
  }

  #contents:not(.no-resp) .top_nav .accordion .menu-wrap .menu-sub .menu-inner li a{
    color: #d9371e;
    font-weight: bold;
    padding: 0.5em 3.4em;
  }

  #contents:not(.no-resp) .top_nav .accordion .menu-wrap .menu-sub .menu-inner li a span{
    font-weight: normal;
    display: block;
    font-size: 1rem;
    margin-left: 10px;
    line-height: 1.5;
  }

  #contents:not(.no-resp) .top_nav .accordion .menu-wrap .menu-sub .menu-inner li a span.inline{
    display: inline-block !important;
  }

  #contents:not(.no-resp) .top_nav .accordion .menu-wrap .menu-sub .menu-inner li a:before{
    content: "\f35e";
    display: inline-block;
    font-family: "Ionicons";
    font-size: 1.2rem;
    position: absolute;
    top: 28%;
    left: 9%;
  }

  #contents:not(.no-resp) .top_nav .accordion .menu-wrap .menu-sub .menu-inner li a.one-line:before{
    content: "\f35e";
    display: inline-block;
    font-family: "Ionicons";
    font-size: 1.2rem;
    position: absolute;
    top: 22%;
    left: 6%;
  }

  #contents:not(.no-resp) .top_nav .accordion.tenjin .menu-wrap .menu-sub span{
    background: #004f76;
  }

  #contents:not(.no-resp) .top_nav .accordion.tenjin .menu-wrap .menu-sub .menu-inner{
    background: #eef9ff;
  }

  #contents:not(.no-resp) .top_nav .accordion.tenjin .menu-wrap .menu-sub .menu-inner li a{
    color: #004f76;
  }

  #contents:not(.no-resp) .top-list{
    display: block;
  }

  #contents:not(.no-resp) .top-list li{
    width: 100%;
    margin-bottom: 15px;
  }

  #contents:not(.no-resp) .top-list li img{
    width: 100%;
  }

  #contents:not(.no-resp) .top-list li p a{
    padding: 20px 0;
    height: 65px;
  }

  #contents:not(.no-resp) .list-gion li{
    border-bottom: 3px solid #d9371e;
  }

  #contents:not(.no-resp) .list-gion p span{
    font-size: 1.3em;
    line-height: 1.3em;
  }

  #contents:not(.no-resp) .list-gion p span:before{
    left: 0;
    margin-top: -14px;
  }

  #contents:not(.no-resp) .list-tenjin{
    margin-bottom: 20px;
  }

  #contents:not(.no-resp) .list-tenjin li{
    border-bottom: 3px solid #004f76;
  }

  #contents:not(.no-resp) .list-tenjin .first-line{
    font-size: 14px;
  }

  #contents:not(.no-resp) .list-tenjin .first-line:before{
    left: 0;
    margin-top: -18px;
    font-size: 22px;
    top: 60%;
  }

  #contents:not(.no-resp) .deta-img{
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }

  #contents:not(.no-resp) h1{
    margin-bottom: 0;
  }

  #contents:not(.no-resp) h1 > a > img{
    width: 100% !important;
  }

  #contents:not(.no-resp) .mv-box, #contents:not(.no-resp) .in-cont{
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }

  #contents:not(.no-resp) .kv-cont{
    margin-top: -20px;
  }

  #contents:not(.no-resp) .img-pc{
    display: none !important;
  }

  #contents:not(.no-resp) .img-sp{
    display: inline !important;
  }

  #contents:not(.no-resp) .img-sp img{
    width: 100%;
  }

  #contents:not(.no-resp) .top-bottun{
    width: 100%;
    display: block;
    margin: 0 0 30px;
  }

  #contents:not(.no-resp) .top-bottun .top-bottun__column{
    width: 100%;
    height: 100%;
    display: block;
  }

  #contents:not(.no-resp) .top-bottun .top-bottun__column img{
    vertical-align: top;
    width: 100%;
  }

  #contents:not(.no-resp) .top-bottun p a{
    font-size: 1rem;
    padding: 10px;
  }

  #contents:not(.no-resp) .top-bottun p a .icon{
    font-size: 1.4em;
    width: 250px;
    margin-left: 30px;
    margin-right: 7px;
  }

  #contents:not(.no-resp) .top-bottun p a .icon:before{
    top: 48%;
  }

  #contents:not(.no-resp) .top-bottun p a .icon.one-line:before{
    left: -3%;
  }

  #contents:not(.no-resp) .train .top-bottun > a, #contents:not(.no-resp) .sp-outer .top-bottun > a{
    display: block;
  }

  #contents:not(.no-resp) .train .top-bottun > a > .date-text, #contents:not(.no-resp) .sp-outer .top-bottun > a > .date-text{
    padding: 18px 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #contents:not(.no-resp) .train .top-bottun > a > .date-text > .inner > .date, #contents:not(.no-resp) .sp-outer .top-bottun > a > .date-text > .inner > .date{
    font-size: 13px;
    margin-bottom: 3px;
  }

  #contents:not(.no-resp) .train .top-bottun > a > .date-text > .inner > .text, #contents:not(.no-resp) .sp-outer .top-bottun > a > .date-text > .inner > .text{
    font-size: 28px;
  }

  #contents:not(.no-resp) .train .top-bottun > a > .date-text > .inner > .more-btn > span, #contents:not(.no-resp) .sp-outer .top-bottun > a > .date-text > .inner > .more-btn > span{
    font-size: 18px;
  }

  #contents:not(.no-resp) .train .top-bottun > a > .top-bottun_column, #contents:not(.no-resp) .sp-outer .top-bottun > a > .top-bottun_column{
    max-width: 100%;
  }

  #contents:not(.no-resp) .sp-outer .top-bottun > a > .date-text{
    font-size: 22px;
  }

  #contents:not(.no-resp) .sp-outer .top-bottun > a > .date-text > .inner > span{
    font-size: 14px !important;
  }

  #contents:not(.no-resp) .sp-outer .top-bottun > a > .top-bottun_column{
    max-width: 100%;
  }

  #contents:not(.no-resp) .sp-outer.tenjin > .bottun-tenjin .top-bottun_column{
    max-width: 100%;
  }

  #contents:not(.no-resp) .sp-outer.tenjin .top-bottun > a .date-text{
    padding: 18px 18px 18px 40px;
    height: 90px;
  }

  #contents:not(.no-resp) .sp-outer.tenjin .top-bottun > a .date-text > .inner > span{
    font-size: 20px !important;
  }

  #contents:not(.no-resp) .train .top-bottun > a > .date-text{
    display: block;
  }

  #contents:not(.no-resp) .top-bnr{
    display: none;
  }

  #contents:not(.no-resp) .contents-container{
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }

  #contents:not(.no-resp) .menu-list{
    display: none;
  }

  #contents:not(.no-resp) .menu-list li{
    margin-right: 0px;
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }

  #contents:not(.no-resp) .menu-list li div{
    text-align: left;
  }

  #contents:not(.no-resp) .cont-list{
    display: block;
    width: 100%;
    margin-top: 20px;
  }

  #contents:not(.no-resp) .cont-list li{
    margin-right: 0;
    margin-bottom: 15px;
    width: 95%;
  }

  #contents:not(.no-resp) .cont-list.enjoy{
    display: none;
  }

  #contents:not(.no-resp) .box{
    border: none;
    border-top: 2px solid #ccc;
    margin: 0;
    padding: 25px 20px 10px;
    background-size: 220%;
  }

  #contents:not(.no-resp) .box h3{
    padding-bottom: 10px;
  }

  #contents:not(.no-resp) .box h3 span{
    padding-bottom: 2px;
  }

  #contents:not(.no-resp) .box h3 span.-saiji{
    font-size: 1.7rem;
    padding-bottom: 10px;
    margin-bottom: -13px;
  }

  #contents:not(.no-resp) .box .enjoy-cont_inner{
    display: block;
  }

  #contents:not(.no-resp) .box .enjoy-cont_inner .enjoy-cont_text{
    width: 100%;
  }

  #contents:not(.no-resp) .box .enjoy-cont_inner .enjoy-cont_text p{
    font-size: 1rem;
    line-height: 1.6;
  }

  #contents:not(.no-resp) .box .enjoy-cont_inner .enjoy-cont_text .enjoy-description{
    padding: 20px 20px 14px;
  }

  #contents:not(.no-resp) .box .enjoy-cont_inner .enjoy-cont_text .enjoy-description h4{
    font-size: 1.2rem;
  }

  #contents:not(.no-resp) .box .enjoy-cont_inner .enjoy-cont_text .enjoy-description .enjoy-box_inner_inside{
    font-size: 1.1rem;
  }

  #contents:not(.no-resp) .box .enjoy-cont_inner .enjoy-cont_text .enjoy-table{
    width: 100%;
  }

  #contents:not(.no-resp) .box .enjoy-cont_inner .enjoy-cont_img{
    width: 100%;
    text-align: center;
  }

  #contents:not(.no-resp) .box .enjoy-cont_inner .enjoy-cont_img p{
    font-size: 1rem;
    margin: 5px 0 10px;
  }

  #contents:not(.no-resp) .box .saiji-description{
    display: block;
  }

  #contents:not(.no-resp) .box .saiji-description .saiji_text{
    width: 100%;
  }

  #contents:not(.no-resp) .box .saiji-description .saiji_text p{
    margin-bottom: 30px;
  }

  #contents:not(.no-resp) .box .saiji-description .saiji-cont_img{
    margin: auto;
    width: 100%;
    text-align: center;
  }

  #contents:not(.no-resp) .box .saiji-caption{
    background-size: 6%;
    border: 1px solid #ccc;
  }

  #contents:not(.no-resp) .box .saiji-caption .saiji-caption__cont{
    display: block;
  }

  #contents:not(.no-resp) .box .saiji-caption .saiji-caption__left{
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }

  #contents:not(.no-resp) .box .saiji-caption .saiji-caption__right{
    width: 100%;
    text-align: left;
    padding-left: 0px;
    margin-top: 10px;
    text-align: center;
  }

  #contents:not(.no-resp) .enjoy .box{
    padding: 35px 20px 15px;
    border-bottom: 1px solid #ccc;
  }

  #contents:not(.no-resp) .footnav_sp{
    display: block;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }

  #contents:not(.no-resp) .footnav_sp > ul li{
    background: #b81e3e;
    border-bottom: 1px solid #fff;
    font-size: 1.2rem;
    color: #fff;
    position: relative;
    width: 100%;
    height: 60px;
  }

  #contents:not(.no-resp) .footnav_sp > ul li:last-child{
    border-bottom: none;
    padding: 60px 25px;
    width: 100%;
  }

  #contents:not(.no-resp) .footnav_sp > ul li:last-child a{
    display: table-cell;
    margin: 0;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 0;
  }

  #contents:not(.no-resp) .footnav_sp > ul li:last-child a:hover{
    min-height: 0;
  }

  #contents:not(.no-resp) .footnav_sp > ul li:last-child:after{
    content: none;
  }

  #contents:not(.no-resp) .footnav_sp > ul li:hover{
    opacity: 0.8;
  }

  #contents:not(.no-resp) .footnav_sp > ul li p{
    width: 100%;
    height: 100%;
    text-align: left;
  }

  #contents:not(.no-resp) .footnav_sp > ul li p a{
    color: #fff;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 30px;
  }

  #contents:not(.no-resp) .footnav_sp > ul li p a .icon{
    padding-left: -25px;
  }

  #contents:not(.no-resp) .footnav_sp > ul li p a .icon:after{
    content: "\f3d3";
    display: inline-block;
    font-family: "Ionicons";
    position: absolute;
    top: 23%;
    right: 7%;
    font-size: 1.6rem;
  }

  #contents:not(.no-resp) .footnav_sp > ul li p a > img{
    width: 100%;
  }

  #contents:not(.no-resp) .footnav_sp.tenjin ul li{
    background: #004f76;
  }

  #contents:not(.no-resp) .footnav_sp.tenjin ul li:hover{
    background: #0362aa;
  }

  #contents:not(.no-resp) .page-top{
    font-size: 1rem;
    margin-top: 16px;
  }

  #contents:not(.no-resp) .page-top:before{
    margin: 1px 0 0 -20px;
  }

  #contents:not(.no-resp) .map-box h5{
    display: none;
  }

  #contents:not(.no-resp) .shop-map-pc{
    display: none;
  }

  #contents:not(.no-resp) .shop-map-sp{
    display: block;
  }

  #contents:not(.no-resp) .shop-map-sp span{
    background: #fff9f6;
    padding: 25px 0;
    padding-left: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #d9371e;
    box-sizing: border-box;
    margin: 10px 0 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 1rem;
    font-weight: bold;
  }

  #contents:not(.no-resp) .shop-map-sp span:before{
    content: "\f3a3";
    display: inline-block;
    font-family: "Ionicons";
    position: absolute;
    margin: 0 0 0 -25px;
  }

  #contents:not(.no-resp) .shop-map-sp span:hover{
    background: #b81e3e;
    color: #fff;
  }

  #contents:not(.no-resp) .map-btn{
    width: 90%;
  }

  #contents:not(.no-resp) .root-box-pc{
    display: none;
  }

  #contents:not(.no-resp) .root-box-sp{
    display: block;
    background: #f9f9f9;
    padding: 25px 0;
  }

  #contents:not(.no-resp) .root-box-sp .root-ttl{
    text-align: center;
    margin: -18% 30px 40px;
  }

  #contents:not(.no-resp) .root-box-sp .root-ttl img{
    max-width: 85%;
  }

  #contents:not(.no-resp) .root-box-sp .map-btn{
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }

  #contents:not(.no-resp) .root-box-sp .map-btn span{
    padding: 20px 0;
    height: 60px;
    padding-left: 20px;
  }

  #contents:not(.no-resp) .root-box-sp .map-btn span:hover{
    background: #d9371e;
    color: #fff;
  }

  #contents:not(.no-resp) .root-box-sp .map-btn span:before{
    content: "\f362";
  }

  #contents:not(.no-resp) .root-box-sp .map-btn:last-of-type{
    margin-bottom: 0;
  }

  #contents:not(.no-resp) .root-box-sp.tenjin .map-btn{
    width: 90%;
    margin: auto;
  }

  #contents:not(.no-resp) .root-box-sp.tenjin .map-btn span{
    color: #0068b7;
  }

  #contents:not(.no-resp) .root-box-sp.tenjin .map-btn span:hover{
    background: none;
    color: #fff;
  }

  #contents:not(.no-resp) .pgh-note{
    margin: 25px 0 0;
    font-size: 0.85em;
  }

  #contents:not(.no-resp) .in-table{
    margin: 15px 0 0;
  }

  #contents:not(.no-resp) .in-table tr th{
    width: 100%;
    display: block;
    margin-top: -1px;
    box-sizing: border-box;
    text-align: left;
    border-right: none;
    padding: 15px 16px;
    border-radius: 3px;
  }

  #contents:not(.no-resp) .in-table tr td{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding-bottom: 22px;
    padding: 15px 10px 24px;
    border: none !important;
  }

  #contents:not(.no-resp) .in-table tr td .sp-block{
    display: block;
    margin-bottom: 15px;
  }

  #contents:not(.no-resp) .in-table tr:nth-of-type(1){
    display: none;
  }

  #contents:not(.no-resp) .in-table tr:nth-of-type(1) th{
    text-align: center;
  }

  #contents:not(.no-resp) .in-table tr:nth-of-type(1) td{
    text-align: center;
  }

  #contents:not(.no-resp) .in-table.tenjin{
    margin-top: 10px;
  }

  #contents:not(.no-resp) .in-table-box{
    display: block;
  }

  #contents:not(.no-resp) .in-table-box .in-table-box__left{
    width: 100%;
    display: block;
    padding-right: 0;
    box-sizing: border-box;
  }

  #contents:not(.no-resp) .in-table-box .in-table-box__right{
    box-sizing: border-box;
    font-size: 1.4rem;
    margin-top: 10px;
  }

  #contents:not(.no-resp) .saiji-table tr th{
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
    text-align: left;
  }

  #contents:not(.no-resp) .saiji-table tr td{
    width: 100%;
    display: block;
  }

  #contents:not(.no-resp) .mikoshi-date{
    width: 100%;
  }

  #contents:not(.no-resp) .mikoshi-date table{
    width: 100%;
  }

  #contents:not(.no-resp) .mikoshi-date table tr th{
    width: 100%;
    display: block;
    margin-top: -1px;
    text-align: left;
    border-right: none;
    padding: 25px 14px;
  }

  #contents:not(.no-resp) .mikoshi-date table tr td{
    width: 100%;
    display: block;
    margin-top: -1px;
    padding: 10px 15px;
  }

  #contents:not(.no-resp) .mikoshi-date table tr{
    border-bottom: none;
  }

  #contents:not(.no-resp) .saiji_date tr, #contents:not(.no-resp) .saiji_date th, #contents:not(.no-resp) .saiji_date td{
    font-size: 1rem;
  }

  #contents:not(.no-resp) .saiji_date td{
    box-shadow: 0px 3px 0px -1px #ccc;
  }

  #contents:not(.no-resp) .saiji_date .table-sp{
    border-bottom: 2px solid #ccc;
    border-top: 2px solid #ccc;
    display: inline-table;
    margin: auto;
    margin: 0;
  }

  #contents:not(.no-resp) .saiji_date .table-sp tr td{
    width: 75%;
    padding: 10px;
  }

  #contents:not(.no-resp) .saiji_date .table-sp tr td.border-none{
    box-shadow: none !important;
  }

  #contents:not(.no-resp) .key-person-box.tenjin{
    max-width: 800px;
  }

  #contents:not(.no-resp) .key-person-box .key-person{
    display: block;
    width: 100%;
    padding: 10px 15px;
  }

  #contents:not(.no-resp) .key-person-box .key-person .key-person_left{
    width: 100%;
    font-size: 17px;
  }

  #contents:not(.no-resp) .key-person-box .key-person .key-person_left .key-person_ttl{
    width: 100%;
  }

  #contents:not(.no-resp) .key-person-box .key-person .key-person_left p{
    width: 100%;
  }

  #contents:not(.no-resp) .key-person-box .key-person .key-person_left ul{
    width: 100%;
  }

  #contents:not(.no-resp) .key-person-box .key-person .key-person_right{
    margin-top: 25px;
    width: 100%;
    text-align: center;
  }

  #contents:not(.no-resp) .key-person-box .key-person.tenjin{
    margin-top: 0;
  }

  #contents:not(.no-resp) .key-person-box .key-person.tenjin .key-person_body{
    display: block;
  }

  #contents:not(.no-resp) .key-person-box .key-person.tenjin .key-person_body .key-person_left{
    text-align: center;
  }

  #contents:not(.no-resp) .top-lead{
    background: url("../../img/top/lead-bg-sp.jpg") repeat-x;
    background-position: 0;
    background-size: cover;
    margin: 20px 0 30px;
    font-size: 1.2em;
    line-height: 1.5;
    padding: 27px 10px;
    text-align: left;
  }

  #contents:not(.no-resp) .in-cont h2{
    margin: 0 0 10px;
  }

  #contents:not(.no-resp) .in-cont h2 span{
    font-size: 1.05rem;
    padding-left: 3px;
    padding-bottom: 3px;
  }

  #contents:not(.no-resp) .in-cont h2{
    font-size: 1.7rem;
    margin-top: 10px;
  }

  #contents:not(.no-resp) .in-cont .pc{
    display: none;
  }

  #contents:not(.no-resp) .in-cont .sp{
    display: block;
    margin: 37px 20px;
  }

  #contents:not(.no-resp) .box h5{
    font-size: 1.3rem;
  }

  #contents:not(.no-resp) .tenjin-schedule{
    font-size: 1.3rem;
    margin-left: 5px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px){

  #contents:not(.no-resp) #contents:not(.no-resp) .shop-map-sp span{
    margin-top: 15px;
  }
}

/*# sourceMappingURL=cmn.css.map */
