@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Reem+Kufi&display=swap');
html {
  overflow-y: scroll;
  font-size: 10px;
}
body {
  font-family: source-han-sans-japanese, -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif !important;
  font-size: 1.4rem;
  color: #333;
  font-weight: normal;
  background-color: #0f1d4a !important;
  overflow: hidden;
}
.rodin, #site-header .menu ul li a, .section-theme .t-10, .section-theme li, .section-shinsa .shin-st, .section-grandprix h3, .section-grandprix span, .section-form h3 span {
  font-family: fot-rodin-pron, -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif !important;
}
/*----------------------------------------
share
----------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
a, a img, a:after {
  transition: 0.2s;
  transition-timing-function: ease-out;
  text-decoration: underline;
}
a:hover {
  opacity: 0.60;
  filter: alpha(opacity=60);
}
a:hover img {
  filter: brightness(120%);
}
/*------------------------------ヘッダー*/
/*------------------------------*/
/*------------------------------*/
#site-header .drawer {}
#site-header {
  left: 0;
  line-height: 1;
  position: fixed;
  top: -70px;
  z-index: 100;
  transition: 0.4s;
  transition-timing-function: ease-out;
  background-color: #fff;
  -webkit-transform: rotate(-3deg) translate3d(0, 0, 0);
  background: #fff;
  margin-left: -25%;
  padding: 0 25%;
  transform: rotate(-3deg) translate3d(0, 0, 0);
  width: 150%;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
  background-image: url("../img/back-h.png");
  background-position: center top;
  background-repeat: no-repeat;
}
#site-header .inner {
  -webkit-transform: rotate(3deg) translate3d(0, 0, 0);
  color: #fff;
  transform: rotate(3deg) translate3d(0, 0, 0);
  padding: 70px 0 20px;
}
#site-header nav {
  border-top: 6px solid #0f1d4a;
}
#site-header nav li a {
  background-image: url("../img/arrow.png");
  padding-left: 13px;
  background-position: center left;
}
@media screen and (min-width: 780px) {
  .suv_a_li a {
    overflow: hidden;
    text-indent: -99999px;
    background-image: url("../img/inst.png");
    height: 26px;
    width: 26px;
    background-size: cover;
  }
  #site-header nav {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
  }
  header#site-header {}
  header#site-header nav {
    margin: auto;
    position: relative;
  }
  a.navbar_brand {
    display: none;
  }
  .suv_a {
    top: -5px;
    right: 10px;
    position: absolute;
    z-index: 50;
  }
  .suv_a a {
    background-image: url("../img/suv_l.png");
    height: 40px;
    width: 238px;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
  }
  .text_h {
    margin-top: 16px;
    margin-left: 20px;
    display: inline-block;
    line-height: 1.4;
    white-space: nowrap;
  }
  #site-header .menu {
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: block;
    max-width: 900px;
    margin: auto;
  }
  .text_h {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  #site-header .menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
  }
  #site-header .menu ul {}
  #site-header .menu ul li {
    border-bottom: none;
    list-style: none;
    margin-bottom: 5px;
  }
  #site-header .menu ul li a {
    font-size: 1.6rem;
  }
  #site-header .menu ul li a:after {
    color: rgba(0, 0, 0, 0.6);
  }
  #site-header .menu ul > li {}
  /*全てのリスト・リンク共通*/
  #site-header .menu ul li {
    position: relative;
    margin: 0;
  }
  #site-header .menu ul li a {
    display: block;
    color: #333;
    text-decoration: none;
  }
  /*子階層以降共通*/
  #site-header .menu ul ul {
    display: block;
    position: absolute;
    margin: 0;
    padding-top: 0.3em;
    transition: .4s;
  }
  #site-header .menu ul li li {
    height: 0;
    overflow: hidden;
    transition: .4s;
    margin: 0;
    padding: 0;
  }
  #site-header .menu ul li li a {
    white-space: nowrap;
    font-size: 1.4rem;
    transition: .4s;
  }
  #site-header .menu ul li:hover > ul > li {
    height: auto;
    overflow: visible;
  }
  #site-header .menu ul li:hover > ul > li a {
    line-height: 1;
    padding: 0.5em 0.4em;
    background-color: rgba(160, 160, 160, 0.8);
  }
  #site-header .menu ul li > ul > li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: rgba(140, 140, 140, 1);
  }
}
/*------------------------------メイン*/
/*------------------------------*/
/*------------------------------*/
#container {}
#pageTop {
  right: 30px;
  width: 67px;
  height: 97px;
  z-index: 10;
}
#pageTop a {
  background-image: url("../img/up.png");
  background-position: center;
  display: block;
  width: 67px;
  height: 67px;
  margin-bottom: 30px;
  text-indent: -99999px;
  overflow: hidden;
}
/*------------------------------フッター*/
/*------------------------------*/
/*------------------------------*/
#site-footer {
  text-align: center;
  color: #333;
  background-color: #fff;
}
.copy {
  text-align: center;
  font-size: 1.2rem;
  padding: 20px 10px;
  position: relative;
}
/*------------------------------メインビジュアル*/
.slider_gallery {
  background-color: #0f1d4a;
}
.slick-slide {
  outline: none;
}
.slick-slide img {
  height: auto;
  width: auto;
  max-height: 646px;
  margin: 0 auto 70px;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  position: relative;
  z-index: 10;
  overflow: visible;
}
.slick-initialized .slick-slide {
  padding: 148px 0 0;
  margin-bottom: -40px;
}
.slick-initialized .slick-slide a {
  text-indent: -99999px;
  overflow: hidden;
  background-image: url("../img/b-1.png");
  max-width: 534px;
  display: block;
  margin: auto;
  height: auto;
  font-size: 0;
}
.slick-initialized .slick-slide a:hover {
  background-image: url("../img/b-1-on.png");
  opacity: 1;
}
.slick-initialized .slick-slide a:before {
  content: "";
  display: block;
  height: 0;
  padding-top: calc(73 / 534 * 100%);
}
/*------------------------------ section */
.section-in {
  margin: auto;
  max-width: 1200px;
  text-align: center;
  padding: 150px 20px;
}
.section {
  -webkit-transform: rotate(-3deg) translate3d(0, 0, 0);
  margin-left: -50%;
  padding: 0 50%;
  transform: rotate(-3deg) translate3d(0, 0, 0);
  width: 200%;
  background-color: #fff;
  background-image: url("../img/back-1.png"), url("../img/back-2.png");
  background-position: calc(50% - -420px) -185px, left calc(50% - 420px) bottom -163px;
  /*
  background-image:url("../img/back-1.png") calc(50% - -420px) -185px no-repeat,
             url("../img/back-2.png") calc(50% - 420px) bottom -185px no-repeat;*/
}
.section-b {
  background-image: url("../img/back-2.png"), url("../img/back-1.png");
}
.section-in {
  -webkit-transform: rotate(3deg) translate3d(0, 0, 0);
  transform: rotate(3deg) translate3d(0, 0, 0);
  /* background-image: url("../img/back-2.png");
  background-position: left calc(50% - 420px) bottom -163px;*/
}
.section-jimu, .section-tw {
  background-image: none;
}
.even {
  background: #0f1d4a;
  background-image: none;
}
.even .section-in {
  background-image: none;
}
.section p {
  line-height: 1.4;
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.even p {
  color: #fff;
}
.even a {}
.sp {
  display: none;
}
.section p.t-small {
  font-size: 1.2rem;
}
.section p:last-child {
  margin-bottom: 0;
}
/*------------------------------.h2*/
.section h2, .section .point, .back-img {
  text-indent: -99999px;
  overflow: hidden;
  display: block;
  margin: auto;
  height: auto;
  font-size: 0;
}
.section h2:before, .section .point:before, .back-img:before {
  content: "";
  display: block;
  height: 0;
}
.section-about h2 {
  background-image: url("../img/h2-1.png");
  max-width: 370px;
}
.section-about h2:before {
  padding-top: calc(131 / 370 * 100%);
}
.section-theme h2 {
  background-image: url("../img/h2-2.png");
  max-width: 203px;
}
.section-theme h2:before {
  padding-top: calc(82 / 203 * 100%);
}
.section-shinsa h2 {
  background-image: url("../img/h2-3.png");
  max-width: 232px;
}
.section-shinsa h2:before {
  padding-top: calc(88 / 232 * 100%);
}
.section-grandprix h2 {
  background-image: url("../img/h2-4.png");
  max-width: 183px;
}
.section-grandprix h2:before {
  padding-top: calc(82 / 183 * 100%);
}
.section-schedule h2 {
  background-image: url("../img/h2-5.png");
  max-width: 228px;
}
.section-schedule h2:before {
  padding-top: calc(88 / 228 * 100%);
}
.section-map h2 {
  background-image: url("../img/h2-6.png");
  max-width: 183px;
  margin-bottom: 2rem;
}
.section-map h2:before {
  padding-top: calc(82 / 183 * 100%);
}
.section.section-map p {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 3em;
}
.section-ticket h2 {
  background-image: url("../img/h2-7.png");
  max-width: 298px;
}
.section-ticket h2:before {
  padding-top: calc(88 / 298 * 100%);
}
.section-dantai h2 {
  background-image: url("../img/h2-11.png");
  max-width: 227px;
}
.section-dantai h2:before {
  padding-top: calc(88 / 227 * 100%);
}
.section-shinsain h2 {
  background-image: url("../img/h2-10.png");
  max-width: 197px;
}
.section-shinsain h2:before {
  padding-top: calc(82 / 197 * 100%);
}
.section-ticket h3 {
  background-image: url("../img/border.png");
  background-position: center;
  background-repeat: repeat-x;
  margin: 60px 0 30px;
}
.section-ticket h3 span {
  display: inline-block;
  margin: auto;
  padding: 0 0.5em;
  background-color: #0f1d4a;
  font-size: 2.4rem;
  color: #fff;
}
.section-ticket .section-in {
  max-width: 1000px;
}
.section-ticket .lr {
  display: flex;
}
.section-ticket .lr-1, .section-ticket .lr-2 {
  width: 50%;
  text-align: left;
  padding: 0 1em;
}
.section-form h2 {
  background-image: url("../img/h2-8.png");
  max-width: 357px;
}
.section-form h2:before {
  padding-top: calc(82 / 357 * 100%);
}
.section-tw h2 {
  background-image: url("../img/h2-9.png");
  max-width: 238px;
}
.section-tw h2:before {
  padding-top: calc(88 / 238 * 100%);
}
/*------------------------------.section-about*/
/*------------------------------*/
/*------------------------------*/
.section {}
.section .pdf a {
  display: block;
}
.section .pdf img {
  width: 100%;
  border: 1px solid #0f1d4a;
  display: block;
}
.section .point {
  background-image: url("../img/point.png");
  max-width: 708px;
  margin-bottom: 50px;
}
.section .point:before {
  padding-top: calc(134 / 708 * 100%);
}
.section-about .lr {
  /*  display: flex;
  flex-direction: row-reverse;
  align-items: center;*/
  max-width: 910px;
  margin: auto;
}
.section-about .lr-1, .section-about .lr-2 {}
.section-about .lr-1 {
  /*  padding-left: 60px;
  width: 540px;*/
}
.section-about .lr-1 p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.section-about .lr-2 {}
.section-about .lr-2 .pdf {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: auto;
}
.section-about .lr-2 .pdf a {
  display: block;
  width: 46%;
}
/*------------------------------.section-shinsa*/
/*------------------------------*/
/*------------------------------*/
.section-shinsa {}
.section-shinsa .shin-st {
  font-size: 2.2rem;
  margin: auto;
  padding: 1em 0 0.5em;
}
.section-shinsa ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  width: 1000px;
  margin: 0 auto 40px;
}
.section-shinsa li {
  max-width: 172px;
  width: 100%;
}
.section-shinsa li:before {
  padding-top: calc(168 / 172 * 100%);
}
.section-shinsa li:nth-child(1) {
  background-image: url("../img/li-1.png");
}
.section-shinsa li:nth-child(2) {
  background-image: url("../img/li-2.png");
}
.section-shinsa li:nth-child(3) {
  background-image: url("../img/li-3.png");
}
.section-shinsa li:nth-child(4) {
  background-image: url("../img/li-4.png");
}
.section-shinsa li:nth-child(5) {
  background-image: url("../img/li-5.png");
}
.section-shinsa p {
  margin-bottom: 20px;
}
/*------------------------------.section-theme*/
/*------------------------------*/
/*------------------------------*/
.section-theme .theme {
  background-image: url("../img/theme.png");
  max-width: 577px;
  margin-top: 30px;
}
.section-theme .theme:before {
  padding-top: calc(228 / 577 * 100%);
}
.section-theme strong {
  color: #f3d10e;
}
.section-theme .t-or {
  padding: 1.5em 0;
  line-height: 2;
  margin: auto;
  font-size: 1.8rem;
}
.section-theme .t-10 {
  font-size: 2.4rem;
  line-height: 1;
  margin: auto;
  padding: 0 0 1.6em;
}
.section-theme .t-10 strong {
  font-size: 4rem;
}
.section-theme ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 460px;
  margin: auto;
}
.section-theme li {
  color: #fff;
  border: 2px solid #fff;
  padding: 0.7em 1em;
  font-size: 1.8rem;
  line-height: 1;
  margin: auto;
}
/*------------------------------.section-map*/
/*------------------------------*/
/*------------------------------*/
.section-map {
  padding-bottom: 140px;
}
.section-map .section-in {
  padding-bottom: 0;
}
.section-map .gmap {
  width: 100%;
  height: 470px;
  margin: 30px auto 60px;
  max-width: 1000px;
}
a.senbon {
  text-indent: -99999px;
  overflow: hidden;
  background-image: url(../img/b-2.png);
  max-width: 567px;
  display: block;
  margin: auto;
  height: auto;
  font-size: 0;
  position: relative;
  z-index: 10;
}
a.senbon:before {
  content: "";
  display: block;
  height: 0;
  padding-top: calc(73 / 567 * 100%);
}
/*------------------------------.section-grandprix*/
/*------------------------------*/
/*------------------------------*/
.section-grandprix ul {
  max-width: 530px;
  margin: auto;
}
.section-grandprix li {
  /*border-top: 1px dashed #fff;*/
  background-image: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent 4px);
  background-size: 5px 1px;
  background-position: top;
  background-repeat: repeat-x;
  padding-top: 30px;
  margin-top: 30px;
}
.section-grandprix li h4 {
  color: #f3d10e;
  font-size: 3rem;
  font-weight: bold;
  margin-top: 2rem;
}
.section-grandprix li h4 strong, .section-grandprix li:first-child h4 strong {
  font-size: 2rem;
  display: block;
}
.section-grandprix h3, .section-grandprix span, .section-grandprix p {
  color: #fff;
  line-height: 1;
}
.section-grandprix h3 {
  font-weight: bold;
}
.section-grandprix span {
  font-size: 2.2rem;
  padding: 0.6em 0;
  display: block;
  font-weight: bold;
}
.section-grandprix strong {
  font-size: 3.2rem;
  padding-left: 0.1em;
}
.section-grandprix p {
  font-size: 1.3rem;
}
.section-grandprix li:first-child h3, .section-grandprix li:first-child span {
  color: #f3d10e;
}
.section-grandprix li:first-child h3 {
  min-height: 29px;
  background-image: url(../img/gp.png), url(../img/gp.png);
  background-position: center left, center right;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  width: max-content;
  margin: auto;
  align-items: flex-end;
}
.section-grandprix li:first-child span {
  font-size: 4.2rem;
}
.section-grandprix li:first-child strong {
  font-size: 6.4rem;
}
/*------------------------------.section-jimu*/
/*------------------------------*/
/*------------------------------*/
.section-jimu {
  background-image: none;
  -webkit-transform: rotate(0) translate3d(0, 0, 0);
  transform: rotate(0) translate3d(0, 0, 0);
}
.section-jimu .section-in {
  padding: 0 20px;
  width: 100%;
  background-color: #fff;
  max-width: 100%;
  -webkit-transform: rotate(0) translate3d(0, 0, 0);
  transform: rotate(0) translate3d(0, 0, 0);
  padding-top: 60px;
}
.section-jimu table {
  margin: 0 auto;
}
.section-jimu th, .section-jimu td {
  padding-bottom: 1em;
  vertical-align: baseline;
}
.section-jimu th {
  padding-right: 0.5em;
  white-space: nowrap;
  text-align: right;
  color: #d12388;
  font-weight: normal;
}
.section-jimu td {
  text-align: left;
}
/*------------------------------.section-tw*/
/*------------------------------*/
/*------------------------------*/
.section-tw {
  padding: 150px 0 0;
}
.section-tw .section-in {
  max-width: 100%;
  padding: 0 20px 60px;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}
.section-tw .tw-box {
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  padding: 10px 0;
  max-width: 700px;
  margin: 30px auto 0;
}
/*------------------------------.section-form*/
/*------------------------------*/
/*------------------------------*/
.section-form .section-in {
  max-width: 1000px;
}
.section-form h3 {
  color: #f4d30d;
  background-image: url("../img/border.png");
  background-position: center;
  background-repeat: repeat-x;
  margin: 30px 0;
}
.section-form h3 span {
  display: inline-block;
  margin: auto;
  padding: 0 0.5em;
  background-color: #0f1d4a;
  font-size: 2.4rem;
}
.section-form .lr {
  display: flex;
}
.section-form .lr-1, .section-form .lr-2 {
  width: 50%;
  text-align: left;
  padding: 0 1em;
}
.section-form .lr-1 {}
.section-form .lr-2 {}
.section-form p.t-small {
  line-height: 2;
}
.section-form .form-box .formTable {
  width: 100%;
}
.section-form .form-box th, .section-form .form-box td {
  vertical-align: top;
}
.section-form .form-box th {
  text-align: right;
  color: #fff;
  padding-right: 1em;
  width: 10px;
  white-space: nowrap;
}
.section-form .form-box th span {
  font-size: 1.2rem;
  color: #FF0004;
  display: block;
}
.section-form .form-box td {
  padding-bottom: 2.5em;
}
.section-form .form-box .formTable input, .section-form .form-box .formTable textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #999;
}
.section-form .form-box p.success-btn-p, p.history_back {
  text-indent: -99999px;
  overflow: hidden;
  max-width: 418px;
  display: block;
  margin: auto;
  height: auto;
  font-size: 0;
}
.section-form .form-box input.btn.btn-success {
  display: block;
  background-image: url("../img/b-f-1.png");
  width: 100%;
  height: 0;
  padding-top: calc(54 / 418 * 100%);
  margin-bottom: 30px;
}
.section-form .form-box input.btn.btn-success:hover {
  cursor: pointer;
  opacity: 0.60;
  filter: alpha(opacity=60);
}
p.history_back input {
  display: block;
  background-image: url("../img/b-f-2.png");
  width: 100%;
  height: 0;
  padding-top: calc(54 / 418 * 100%);
  margin-bottom: 30px;
}
.section-form .form-box input.btn.btn-success.ok {
  background-image: url(../img/b-f-3.png);
}
p.history_back input:hover {
  cursor: pointer;
  opacity: 0.60;
  filter: alpha(opacity=60);
}
p.error_messe {
  color: #FF0000;
}
.section-form .form-box .check {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px;
}
.section-form .form-box .check td, .section-form .form-box .check th {
  padding: 1em;
  border: 1px solid #EBEBEB;
}
.section-form .form-box .check td {
  border-left: none;
  background-color: #C4C4C4;
  text-align: left;
  color: #333;
}
.section-form .form-box .check th {
  border-right: none;
  background-color: #888;
  color: #333;
}
/*------------------------------.section-ticket*/
/*------------------------------*/
/*------------------------------*/
.section-ticket {}
.section-ticket ul {
  /*  display: flex;
  justify-content: space-between;*/
  width: 488px;
  margin: 30px auto 60px;
}
.section-ticket li {
  background-size: contain;
  margin: 0 0 5rem;
  width: 100%;
  padding-top: calc(130 / 488 * 100%);
  -webkit-backface-visibility: hidden;
}
.section-ticket li:nth-child(1) {
  background-image: url("../img/g-1.png");
}
.section-ticket li:nth-child(2) {
  background-image: url("../img/g-2.png");
}
.section-ticket li:nth-child(3) {
  background-image: url("../img/g-3.png");
}
.section-ticket li:nth-child(4) {
  background-image: url("../img/g-4.png");
}
.section-ticket a {
  text-indent: -99999px;
  overflow: hidden;
  background-image: url(../img/b-3.png);
  max-width: 567px;
  display: block;
  margin: auto;
  height: auto;
  font-size: 0;
}
.section-ticket a:before {
  content: "";
  display: block;
  height: 0;
  padding-top: calc(73 / 567 * 100%);
}
.section-ticket {}
/*------------------------------section-schedule*/
/*------------------------------*/
/*------------------------------*/
.section-schedule table {
  border-collapse: collapse;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  color: #000;
  margin: 30px auto 40px;
  border: 1px solid #bbb;
}
.section-schedule table tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px solid #bbb;
}
.section-schedule table thead {
  border-bottom: 5px solid #d12388;
}
.section-schedule table tr:last-child {
  border-bottom: none
}
.section-schedule table th span {
  display: block;
  font-size: 1.2rem;
}
.section-schedule table th, .section-schedule table td {
  padding: 0.5em 0.1em;
  border-right: 1px solid #bbb;
  white-space: nowrap;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.3;
}
.section-schedule table th:last-child, .section-schedule table td:last-child {
  border: none;
}
.section-schedule tbody th {
  color: #d12388;
}
/*------------------------------section-schedule*/
/*------------------------------*/
/*------------------------------*/
.section-dantai .dantai-t-1 {
  color: #0f1d4a;
  font-size: 2.6rem;
  text-align: center;
  padding: 0.8em 0;
  margin: 0;
  line-height: 1;
}
.section-dantai .dantai-t-2 {
  text-align: center;
  font-size: 2rem;
}
.section-dantai .dantai-t-2 strong {
  color: #e31c93;
  font-weight: normal;
  margin-bottom: 0.6em;
}
.section-dantai .dantai-t-3 {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 3em;
}
.dantai-s {
  margin: auto;
  max-width: 1000px;
}
.dantai-s-in .dantai-r {
  padding-left: 40px;
}
.dantai-s-in {
  display: flex;
  text-align: left;
  /*border-top: 1px dashed #000;*/
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px);
  background-size: 5px 1px;
  background-position: top;
  background-repeat: repeat-x;
  padding: 40px 0;
}
.dantai-s-in h3 {
  color: #e31c93;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 0.4em;
}
.dantai-s-in p {
  line-height: 1.8;
}
.dantai-s-in h4 {
  background-color: #0f1d4a;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.5em;
  text-align: center;
  display: inline-block;
  margin-bottom: 0.5em;
}
.dantai-s-in strong {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
}
/*------------------------------section-schedule*/
/*------------------------------*/
/*------------------------------*/
.shinsain-s {
  max-width: 1000px;
  margin: auto;
  margin-top: 50px;
}
.shinsain-s-in {
  float: left;
  margin-bottom: 60px;
}
.shinsain-l {
  width: 200px;
  float: left;
}
.shinsain-r {
  width: 270px;
  float: left;
  text-align: left;
  margin-left: 30px;
}
.more {
  font-size: 25px !important;
  font-weight: bold;
  clear: both;
}
.shinsain-s h3 {
  color: #e31c93;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 0.4em;
}
.shinsain-s p {
  line-height: 1.8;
}
/*20200331記述*/
.dantai-r h3 .gekidan {
  background-image: url(../img/dantai-a.png);
  background-position: left center;
  padding-left: 15px;
  color: inherit;
  text-decoration: none;
}
.dantai-r h3 .gekidan:hover {
  opacity: 0.40;
  filter: alpha(opacity=40);
}
.shinsain-s.meguro {
  float: none;
  margin-bottom: 0;
  clear: both;
  width: 100%;
}
.shinsain-s.meguro .shinsain-s-in {
  margin-bottom: 0;
  display: flex;
  float: none;
}
.section-shinsain .h2_meguro {
  background-image: url(../img/h2-12.png);
  max-width: 157px;
}
.section-shinsain .h2_meguro:before {
  padding-top: calc(82 / 157 * 100%);
}
.shinsain-s.meguro h3 span {
  font-size: 3.6rem;
}
.shinsain-s.meguro .shinsain-l {
  width: 350px;
  float: none;
}
.shinsain-s.meguro .shinsain-r {
  max-width: 550px;
  width: 100%;
  float: none;
}
div#a_10 {
  clear: both;
  padding-bottom: 150px;
}
/*











*/
/*----------------------------------------
追記
----------------------------------------*/
.section .pp p {
  font-size: 1.2rem;
  line-height: 1.4;
}
.section .pp1 {
  margin-bottom: 2em;
}
.section .pp1 p {}
.section .pp2 p {
  padding: 0 1em;
  text-align: left;
  text-indent: -1em;
  margin-left: 1em;
}
.section .pp2 p strong {
  display: block;
}