.m0{
    margin: 0;
}
.mf_right{
     margin-top: 20px;
}
/*　ハンバーガーボタン　*/
.hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 2%;
    top: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background: #1e5fcc;
    border-radius: 5px;
}
.hamburger span {
         display: block;
    position: absolute;
    width: 37px;
    height: 3px;
    left: 7px;
    background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 13px;
}
.hamburger span:nth-child(2) {
  top: 23px;
}
.hamburger span:nth-child(3) {
  top: 33px;
}
.globalMenuSp {
    margin: 73px auto 0;
    padding: 10px 20% 52px;
}
.globalMenuSp h5 {
    color: #000000;
    padding: 12px 17px 10px;
    text-align: left;
    width: 90%;
    margin: 5px auto 0;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 24px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.globalMenuSp h5 img {
    width: 20px;
    margin-right: 7px;
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 24px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  background: #e2e2e2;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #e2e2e2;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
 list-style-type: none;
    text-align: left;
    padding: 2px 15px;
    width: 88%;
    margin: auto;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
    font-weight: bold;
  display: block;
    color: #1e5fcc;
    padding: 0;
    text-decoration: none;
}
.nav_flex{
        display: flex;
    flex-wrap: wrap;
    width: 88%;
    margin: auto;
}
.nav_flex li {
    width: 50% !important;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
header {
    padding: 0;
    position: fixed;
    width: 100%;
    background: #fff;
}
.header_inner {
display: flex;
    align-items: center;
    padding: 10px;
    width: 95%;
    margin: auto;
    justify-content: space-between;
}
.header_inner .logotype img{
    width:80%;
}
.mv {
    padding-top: 70px;
}
a.tel_header_pc.pc {
    display: flex;
    margin-right: 55px;
    text-decoration: none;
}
a.tel_header_pc.pc img {
    width: 50px;
    margin-right: 10px;
}
a.tel_header_pc.pc p {
    margin: 0;
}
p.text01 {
    font-size: 14px;
    font-weight: bold;
    color: #4b4b4b;
    letter-spacing: -0.7px;
}
p.text02 {
    font-weight: bold;
    font-size: 27px;
    line-height: 1.3;
    letter-spacing: -1px;
    color: #ff6c00;
}
.cta_time {
    background: #1e5fcc;
    color: #fff;
}
.cta {
    position: relative;
    display: flex;
    background: #ffffe8;
    flex-direction: row-reverse;
}
.content{
    width:90%;
    margin: auto;
}
.mt20{
     margin-top:20px;
}
.mt30{
     margin-top:30px;
}
#Realtime, #Realtime01, #Realtime02, #Realtime03, #Realtime04, #Realtime05 {
        padding: 15px 0 10px;
    line-height: 1.2;
    font-size: 1.3em;
}
.main_flex .mf_left {
   margin-top:20px;
}
h1.title01 {
    position: relative;
    text-align: center;
    color: #1e5fcc;
    font-size: 30px;
    line-height: 1.2;
    border-bottom: 3px solid #ebb615;
    border-top: 3px solid #ebb615;
    padding: 24px 0 16px;
    width: 90%;
    margin: 55px auto 30px;
}
h1.title01:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -39%;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../img/icon01.png);
    background-size: contain;
    vertical-align: middle;
}
h2.title02 {
    position: relative;
    text-align: center;
    color: #1e5fcc;
    font-size: 30px;
    line-height: 1.2;
    border-bottom: 3px solid #ebb615;
    border-top: 3px solid #ebb615;
    padding: 26px 0 16px;
    width: 90%;
    margin: 55px auto 30px;
}
h2.title02:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -38%;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../img/icon02.png);
    background-size: contain;
    vertical-align: middle;
}
.cta_bg_pc{
       width: 28%;
}
.cta_btn02 {
    margin: 20px 0;
    display: flex;
    width: 95%;
    filter: drop-shadow(3px 3px 3px #aaa);
    justify-content: space-between;
}
.cta_btn02 a {
    width: 49%;
}
img.pay {
    width: 100%;
}
.cost {
    display: flex;
    width: 95%;
    margin: auto;
    justify-content: space-around;
}
.cost_inner {
    width: 24%;
    border: 2px solid #224fb4;
    border-radius: 8px;
}
.cost_inner h3 {
    color: #fff;
    background: #224fb4;
    text-align: center;
    font-style: normal;
    padding: 10px 0;
    font-size: 22px;
}
.cost_inner img {
    padding: 8px;
}
.cost_inner p {
    margin: 0px 10px 10px;
}
.hukidasi {
    position: relative;
    display: block;
    margin: 30px auto 8px;
    padding: 10px 10px;
    width: 65%;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background: #224fb4;
}

.hukidasi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #224fb4;
}

.hukidasi p {
  margin: 0;
  padding: 0;
}
.ticket{
    width: 70%;
    display:block;
  margin: auto;
}
.fsSS {
    text-align: right;
}
.mt40{
    margin-top:40px;
}
span.fsM {
    font-size: 30px;
}
.inner01 {
    display: flex;
    width: 95%;
    justify-content: space-between;
    align-items: center;
}
.inner01 p {
    width: 55%;
}
.inner01 img {
    width: 40%;
}
.kutikomi_title {
    display: flex;
    align-items: center;
}
.kutikomi_title img {
    width: 100px;
    margin: 0 15px;
}
.slider{
    width: 80%;
}
.slider_inner {
    position: relative;
    background: #fff;
    margin: auto;
    margin-top: 25px;
    width: 50%;
    border: 4px solid #ebb615;
        padding: 15px;
    border-radius: 10px;
    margin: 0 5px;
}
span.kutikomi_content {
    background: #1e5fcc;
    padding: 3px 10px;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 15px;
}
.kutikomi_title p {
    margin: 4px;
}
p.star {
    color: #ebb615;
}
h4.title03 {
    position: relative;
    background: #1e5fcc;
    font-size: 28px;
    padding: 12px 0;
    color: #fff;
    width: 90%;
    margin: 65px auto 0;
}
h4.title03:before {
content: '';
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -35%;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../img/h4_icon.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.content02 {
    background: #ffffe8;
    padding: 1px 0 10px;
    margin: 50px 0 40px;
}

.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}
h4.title04 {
    position: relative;
    background: #1e5fcc;
    font-size: 28px;
    padding: 12px 0;
    color: #fff;
    width: 90%;
    margin: 65px auto 0;
}
h4.title04:before {
content: '';
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -35%;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../img/h4_icon02.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
h4.title05 {
    position: relative;
    background: #1e5fcc;
    font-size: 28px;
    padding: 12px 0;
    color: #fff;
    width: 90%;
    margin: 65px auto 0;
}
h4.title05:before {
content: '';
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -35%;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../img/h4_icon03.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.flow_box {
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
}
.flow_box_inner {
    width: 25%;
    padding:10px;
}
.flow_box .flow_box_inner:nth-child(2), .flow_box .flow_box_inner:nth-child(4){
        background: #dfecff;
}
p.flow_title {
position: relative;
    margin: 20px 0 0px;
    font-size: 45px;
    letter-spacing: -2px;
    font-weight: bold;
    font-family: system-ui;
    color: #1e5fcc;
    line-height: 0.9;
    border-bottom: 2px solid #1e5fcc;
}
p.flow_title .fsM {
    position: absolute;
    font-size: 22px;
    color: #4b4b4b;
    letter-spacing: 0px;
    font-family: sans-serif;
    padding-left: 5px;
    /* display: inline-block; */
    bottom: 4px;
    line-height: 1;
}
.staff {
    position: relative;
}
img.hata {
       position: absolute;
    width: 53px;
    right: 17px;
    top: -6px;
}
.staff_title {
    display: flex;
}
img.staff_img {
    width: 35%;
    margin: 0 15px 0 0;
}
p.staff_name {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0 0;
    border-bottom: 2px solid #1e5fcc;
}
h4.title06 {
    position: relative;
    background: #1e5fcc;
    font-size: 28px;
    padding: 12px 0;
    color: #fff;
    width: 90%;
    margin: 65px auto 0;
}
h4.title06:before {
content: '';
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -35%;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../img/h4_icon04.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
/* CSS for CodePen */
.accordion{
  margin-top: 10px;
}

.accordion_container {
    width: 90%;
    margin: 20px auto;
}

.accordion_title {
background-color: #dfecff;
    border: 1px solid transparent;
    color: #4b4b4b;
    padding: 20px 41px 20px 47px;
    position: relative;
    cursor: pointer;
    user-select: none;
    text-align: left;
}

.accordion_title::before, .accordion_title::after {
  content: '';
  display: block;
  background-color: #1e5fcc;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 2px;
    right: 14px;
}

.accordion_title::after {
  transform: rotate(90deg);
  transition-duration: .3s;
}

.accordion_title:hover,
.accordion_title:active,
.accordion_title.is-active { 
  background-color: #dfecff;
}

.accordion_title.is-active::before {
  opacity: 0;
}

.accordion_title.is-active::after {
  transform: rotate(0);
}

.accordion_content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 1.5em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .3s;
}

.accordion_content.is-open {
    border: 2px solid #1e5fcc;
    padding: 20px;
  line-height: normal; /* numberに書き換える*/
  height: auto;
  opacity: 1;
}
.accordion_title p {
    margin: 0;
    text-indent: -24px;
    font-size: 20px;
    line-height: 1.4;
}

.accordion_title p .q2 {
    color: #1e5fcc;
	margin-right: 7px;
	height: 30px;
	vertical-align: bottom;
}
@media screen and (max-width: 640px){
    .accordion_title p {
    font-size: 17px;
}
    .accordion_title {
    padding: 15px 40px 15px 38px;
}
    .flow_box {
    flex-wrap: wrap;
    width: 90%;
    margin: 20px auto;
}
.flow_box_inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
p.flow_title {
    margin: 10px 0 0px;
}
p.flow_title .fsM {
    font-size: 20px;
    padding-left: 8px;
}
.flow_box_inner p:nth-child(2) {
    line-height: 1.3;
    padding-right: 5px;
    margin: 9px 0 8px;
}
.flow_box_inner img {
    width: 40%;
}
    .slick-prev, .slick-next {
    display: none;
    }
.slider{
    width: 90%;
}
h2 {
    position: relative;
    text-align: center;
    color: #1e5fcc;
    font-size: 30px;
    line-height: 1.2;
    border-bottom: 3px solid #ebb615;
    border-top: 3px solid #ebb615;
    padding: 22px 0 16px;
    width: 90%;
    margin: 55px auto 30px;
}
h2.title02:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -24%;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../img/icon02.png);
    background-size: contain;
    vertical-align: middle;
}
.inner01 {
    width: 100%;
    flex-wrap:wrap;
}
.inner01 p {
    width: 100%;
}
.inner01 img {
    width: 100%;
}
    span.fsM {
    font-size: 23px;
}
    .hukidasi {
    width: 90%;
    margin: 25px auto 8px;
}
.ticket {
    width: 95%;
}
    .cost {
    flex-wrap: wrap;
}
    .cost_inner {
    width: 49%;
    margin-bottom: 5px;
}
.cta_btn.sp {
   position: absolute;
    width: 61%;
    right: 4%;
    top: 9%;
}
img.btn {
    margin-bottom: 10px;
    filter: drop-shadow(3px 3px 3px #aaa);
}
img.toiawase {
    margin-bottom: 18px;
    filter: drop-shadow(3px 3px 3px #aaa);
}
.main_flex .mf_left {
   margin-top:0px;
}
.cta_time_font{
    font-size:18px;
}
    .header_inner {
    padding: 5px;
    width: 99%;
}
.header_inner .logotype img {
    width: 65%;
}
.hamburger {
    right: 2%;
    top: 5px;
    width: 45px;
    height: 45px;
}
.hamburger span {
    width: 32px;
    height: 3px;
    left: 7px;
}
a.tel_header img {
    width: 45px;
    margin-right: 95px;
}
.hamburger span:nth-child(1) {
  top: 11px;
}
.hamburger span:nth-child(2) {
  top: 21px;
}
.hamburger span:nth-child(3) {
  top: 31px;
}
.mv {
    padding-top: 36px;
    margin-bottom: 0;
}
.hamburger.active span:nth-child(1) {
    top: 21px;
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 21px;
}
a.tel_header.sp {
    margin: 0;
}
.globalMenuSp {
    margin: 54px auto 0;
    padding: 10px 0% 52px;
}
}